Docs on TCPDFhttps://tcpdf.org/docs/Recent content in Docs on TCPDFHugoen-usSun, 25 Jan 2026 10:34:46 +0000Fontshttps://tcpdf.org/docs/fonts/Sat, 01 Jan 2005 00:00:00 +0000https://tcpdf.org/docs/fonts/<p><strong>NOTE: <em>The following information is valid only fot the old TCPDF library. The new tc-lib-pdf library uses the new <a href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font">tc-lib-pdf-font</a> library that is able to convert fonts on the fly.</em></strong></p> <p>TCPDF supports TrueTypeUnicode (UTF-8 Unicode), OpenTypeUnicode, TrueType, OpenType, Type1, CID-0 and Core (standard) fonts.<br /> There are two ways to use a new font: embedding it in the PDF (with or without subsetting) or not. When a font is not embedded, it is searched in the system. The advantage is that the PDF file is lighter; on the other hand, if it is not available, a substitution font is used. So it is preferable to ensure that the needed font is installed on the client systems. If the file is to be viewed by a large audience, it is recommended to embed.<br /><br /> TCPDF support font subsetting to reduce the size of documents using large unicode font files. If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font. If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF. The option for enabling/disabling the font subsetting are explained on the source code documentation for methods SetFont() and AddFont().</p>Performanceshttps://tcpdf.org/docs/performances/Sat, 01 Jan 2005 00:00:00 +0000https://tcpdf.org/docs/performances/<ul> <li>Install and configure a PHP opcode cacher like <a href="proxy.php?url=http://xcache.lighttpd.net" title="[external website] XCache">XCache</a>;</li> <li>Edit the <em>php.ini</em> file and increase the maximum amount of memory a script may consume (<a href="proxy.php?url=http://php.net/memory-limit" title="[external website] PHP.net memory_limit">memory_limit</a>);</li> <li>Edit the <em>php.ini</em> file and increase the maximum execution time of each script (<a href="proxy.php?url=http://php.net/max-execution-time" title="[external website] PHP.net max_execution_time">max_execution_time</a>);</li> <li>Edit the <em>config/tcpdf_config.php</em> file: manually set the <em>$_SERVER['DOCUMENT_ROOT']</em>, <em>K_PATH_MAIN</em> and <em>K_PATH_URL</em> constants, and remove the automatic calculation part;</li> <li>If you are not using the Thai language, edit the <em>config/tcpdf_config.php</em> file and set the <em>K_THAI_TOPCHARS</em> constant to <em>false</em>;</li> <li>If you do not need extended chars, edit the <em>config/tcpdf_config.php</em> file and set the default fonts to <a href="proxy.php?url=fonts.php" title="TCPDF Fonts">core fonts</a>;</li> <li>If you do not need UTF-8 Unicode, set the <em>$unicode</em> parameter on TCPDF constructor to <em>false</em> and the <em>$encoding</em> parameter to <em>'ISO-8859-1'</em> or other character map.</li> <li>By default TCPDF enables font subsetting to reduce the size of embedded Unicode TTF fonts, this process, that is very slow and requires a lot of memory, can be turned off using <em>setFontSubsetting(false)</em> method;</li> <li>Use core fonts instead of embedded fonts whenever possible;</li> <li>Avoid using the HTML syntax (<em>writeHTML</em> and <em>writeHTMLCell</em> methods) if not strictly required;</li> <li>Split large HTML blocks in smaller pieces;</li> <li>Avoid using transactions if not strictly required;</li> <li>Restart the webserver after changes.</li> </ul>Free Software Licensehttps://tcpdf.org/docs/license/Sat, 01 Jan 2005 00:00:00 +0000https://tcpdf.org/docs/license/<pre> ********************************************************************** * TCPDF LICENSE ********************************************************************** TCPDF is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 2002-2025 Nicola Asuni - Tecnick.com LTD ********************************************************************** ********************************************************************** GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. ********************************************************************** ********************************************************************** GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: <program> Copyright (C) <year> <name of author> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>. ********************************************************************** ********************************************************************** </pre>Source Code Documentationhttps://tcpdf.org/docs/srcdoc/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/tc-lib-colorhttps://tcpdf.org/docs/srcdoc/tc-lib-color/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/tc-lib-filehttps://tcpdf.org/docs/srcdoc/tc-lib-file/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/tc-lib-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/tc-lib-pdf-encrypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/tc-lib-pdf-filterhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/tc-lib-pdf-fonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/tc-lib-pdf-graphhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/tc-lib-pdf-imagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/tc-lib-pdf-pagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/tc-lib-pdf-parserhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/tc-lib-unicodehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/tc-lib-unicode-datahttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/TCPDFhttps://tcpdf.org/docs/srcdoc/TCPDF/Mon, 01 Jan 0001 00:00:00 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Com-Tecnick-Pdf-Basehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Base <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">128</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Base</p> <section class="phpdocumentor-description"><p>Output PDF data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageInputData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontMetric from \Com\Tecnick\Pdf\Font\Stack</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnot from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TEmbeddedFile from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TObjID from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TOutline from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSignature from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSignTimeStamp from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TGTransparency from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TUserRights from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TXOBject from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TViewerPref array{ 'HideToolbar'?: bool, 'HideMenubar'?: bool, 'HideWindowUI'?: bool, 'FitWindow'?: bool, 'CenterWindow'?: bool, 'DisplayDocTitle'?: bool, 'NonFullScreenPageMode'?: string, 'Direction'?: string, 'ViewArea'?: string, 'ViewClip'?: string, 'PrintArea'?: string, 'PrintClip'?: string, 'PrintScaling'?: string, 'Duplex'?: string, 'PickTrayByPDFSize'?: bool, 'PrintPageRange'?: array<int>, 'NumCopies'?: int, }</p>classes-Com-Tecnick-Pdf-Cellhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Cell <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base"><abbr title="\Com\Tecnick\Pdf\Base">Base</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cell.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell"><abbr title="src/Cell.php">Cell.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Cell</p> <section class="phpdocumentor-description"><p>Cell PDF data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Graph\Style</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCellDef from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-ClassObjectshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ClassObjects <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output"><abbr title="\Com\Tecnick\Pdf\Output">Output</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/ClassObjects.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects"><abbr title="src/ClassObjects.php">ClassObjects.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">45</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\ClassObjects</p> <section class="phpdocumentor-description"><p>External class objects PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addContentAsEmbeddedFile">addContentAsEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add string content as an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addEmbeddedFile">addEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFButton">addFFButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFCheckBox">addFFCheckBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFComboBox">addFFComboBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFListBox">addFFListBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFRadioButton">addFFRadioButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFText">addFFText()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addInternalLink">addInternalLink()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the page and vertical position an internal link points to.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSButton">addJSButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSCheckBox">addJSCheckBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSComboBox">addJSComboBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSListBox">addJSListBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSRadioButton">addJSRadioButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSText">addJSText()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addRawJavaScriptObj">addRawJavaScriptObj()</a> <span> &nbsp;: int </span> </dt> <dd>Add a raw javascript string as new object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_addSVG">addSVG()</a> <span> &nbsp;: int </span> </dt> <dd>Add a new SVG image and return its object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectContent">addXObjectContent()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified raw PDF content to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectExtGStateID">addXObjectExtGStateID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified ExtGState ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectFontID">addXObjectFontID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Font ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectGradientID">addXObjectGradientID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Gradient ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectImageID">addXObjectImageID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Image ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectSpotColorID">addXObjectSpotColorID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified SpotColor ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectXObjectID">addXObjectXObjectID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified XObject ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_appendRawJavaScript">appendRawJavaScript()</a> <span> &nbsp;: void </span> </dt> <dd>Append raw javascript string to the global one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_downloadPDF">downloadPDF()</a> <span> &nbsp;: void </span> </dt> <dd>Trigger the browser Download dialog to download the PDF document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_exitXObjectTemplate">exitXObjectTemplate()</a> <span> &nbsp;: void </span> </dt> <dd>Exit from the XObject template mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getDefJSAnnotProp">getDefJSAnnotProp()</a> <span> &nbsp;: array&lt;string, mixed&gt; </span> </dt> <dd>Returns the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLCell">getHTMLCell()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLDOMCSSData">getHTMLDOMCSSData()</a> <span> &nbsp;: void </span> </dt> <dd>Returns the styles array that apply for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_getMIMEAttachmentPDF">getMIMEAttachmentPDF()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF as base64 mime multi-part email attachment (RFC 2045).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_getOutPDFString">getOutPDFString()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the RAW PDF string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_getSetSVG">getSetSVG()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified SVG object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_getVersion">getVersion()</a> <span> &nbsp;: string </span> </dt> <dd>Return the program version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getXObjectTemplate">getXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render the specified XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#method_initClassObjects">initClassObjects()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize dependencies class objects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_isValidCSSSelectorForTag">isValidCSSSelectorForTag()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the CSS selector is valid for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_newXObjectTemplate">newXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Create a new XObject template and return the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLAttributes">parseHTMLAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parst HTML DOM attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLStyleAttributes">parseHTMLStyleAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parse HTML DOM Style attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_renderPDF">renderPDF()</a> <span> &nbsp;: void </span> </dt> <dd>Render the PDF in the browser or output the RAW data in the CLI.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_savePDF">savePDF()</a> <span> &nbsp;: void </span> </dt> <dd>Save the PDF document to a local file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setAnnotation">setAnnotation()</a> <span> &nbsp;: int </span> </dt> <dd>Add an annotation and returns the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setAuthor">setAuthor()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the author of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setBookmark">setBookmark()</a> <span> &nbsp;: void </span> </dt> <dd>Add a bookmark entry.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCreator">setCreator()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the creator of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCustomXMP">setCustomXMP()</a> <span> &nbsp;: static </span> </dt> <dd>Set additional custom XMP data to be appended just before the end of the tag indicated by the key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSBorderSpacing">setDefaultCSSBorderSpacing()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS border spacing in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSMargin">setDefaultCSSMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSPadding">setDefaultCSSPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setDefJSAnnotProp">setDefJSAnnotProp()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setKeywords">setKeywords()</a> <span> &nbsp;: static </span> </dt> <dd>Associates keywords with the document, generally in the form &#039;keyword1 keyword2 ...&#039;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setLink">setLink()</a> <span> &nbsp;: int </span> </dt> <dd>Creates a link in the specified area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setNamedDestination">setNamedDestination()</a> <span> &nbsp;: string </span> </dt> <dd>Add a named destination.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setPDFVersion">setPDFVersion()</a> <span> &nbsp;: static </span> </dt> <dd>Set the PDF version (check PDF reference for valid values).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSRGB">setSRGB()</a> <span> &nbsp;: static </span> </dt> <dd>Set the sRGB mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSubject">setSubject()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the subject of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setTitle">setTitle()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the title of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_setULLIDot">setULLIDot()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default symbol to be used as unordered-list (UL) list-item (LI) bullet.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setViewerPreferences">setViewerPreferences()</a> <span> &nbsp;: static </span> </dt> <dd>Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrim">strTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimLeft">strTrimLeft()</a> <span> &nbsp;: string </span> </dt> <dd>Left trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimRight">strTrimRight()</a> <span> &nbsp;: string </span> </dt> <dd>Right trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_tidyHTML">tidyHTML()</a> <span> &nbsp;: string </span> </dt> <dd>Cleanup HTML code (requires HTML Tidy library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-CSShttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CSS <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG"><abbr title="\Com\Tecnick\Pdf\SVG">SVG</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/CSS.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css"><abbr title="src/CSS.php">CSS.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">51</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\CSS</p> <section class="phpdocumentor-description"><p>CSS PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCellBound from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleData from \Com\Tecnick\Pdf\Graph\Base as BorderStyle</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCSSBorderSpacing array{ 'H': float, 'V': float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCSSData array{ 'k': string, 'c': string, 's': string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_addSVG">addSVG()</a> <span> &nbsp;: int </span> </dt> <dd>Add a new SVG image and return its object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_getSetSVG">getSetSVG()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified SVG object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSBorderSpacing">setDefaultCSSBorderSpacing()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS border spacing in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSMargin">setDefaultCSSMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSPadding">setDefaultCSSPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-HTMLhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> HTML <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript"><abbr title="\Com\Tecnick\Pdf\JavaScript">JavaScript</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/HTML.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html"><abbr title="src/HTML.php">HTML.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">85</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\HTML</p> <section class="phpdocumentor-description"><p>HTML PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>BorderStyle from \Com\Tecnick\Pdf\CSS</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCSSData from \Com\Tecnick\Pdf\CSS</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCellDef from \Com\Tecnick\Pdf\Cell</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCellBound from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>THTMLAttrib array{ 'align': string, 'attribute': array&lt;string, string&gt;, 'bgcolor': string, 'block': bool, 'border': array&lt;string, BorderStyle&gt;, 'clip': bool, 'cols': int, 'content': string, 'cssdata': array&lt;string, TCSSData&gt;, 'csssel': array<string>, 'dir': string, 'elkey': int, 'fgcolor': string, 'fill': bool, 'font-stretch': float, 'fontname': string, 'fontsize': float, 'fontstyle': string, 'height': float, 'hide': bool, 'letter-spacing': float, 'line-height': float, 'listtype': string, 'margin': TCellBound, 'opening': bool, 'padding': TCellBound, 'parent': int, 'rows': int, 'self': bool, 'stroke': float, 'strokecolor': string, 'style': array&lt;string, string&gt;, 'tag': bool, 'text-indent': float, 'text-transform': string, 'thead': string, 'trids': array<int>, 'value': string, 'width': float, 'x': float, 'y': float, }</p>classes-Com-Tecnick-Pdf-JavaScripthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> JavaScript <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS"><abbr title="\Com\Tecnick\Pdf\CSS">CSS</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/JavaScript.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript"><abbr title="src/JavaScript.php">JavaScript.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">50</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\JavaScript</p> <section class="phpdocumentor-description"><p>JavaScript PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotOpts from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TGTransparency from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TRadioButtonItem array{ 'n': int, 'def': string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TRadioButton array{ 'n': int, '#readonly#': bool, 'kids': array&lt;TRadioButtonItem&gt;, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addContentAsEmbeddedFile">addContentAsEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add string content as an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addEmbeddedFile">addEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFButton">addFFButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFCheckBox">addFFCheckBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFComboBox">addFFComboBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFListBox">addFFListBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFRadioButton">addFFRadioButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFText">addFFText()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addInternalLink">addInternalLink()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the page and vertical position an internal link points to.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSButton">addJSButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSCheckBox">addJSCheckBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSComboBox">addJSComboBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSListBox">addJSListBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSRadioButton">addJSRadioButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSText">addJSText()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addRawJavaScriptObj">addRawJavaScriptObj()</a> <span> &nbsp;: int </span> </dt> <dd>Add a raw javascript string as new object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_addSVG">addSVG()</a> <span> &nbsp;: int </span> </dt> <dd>Add a new SVG image and return its object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectContent">addXObjectContent()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified raw PDF content to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectExtGStateID">addXObjectExtGStateID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified ExtGState ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectFontID">addXObjectFontID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Font ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectGradientID">addXObjectGradientID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Gradient ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectImageID">addXObjectImageID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Image ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectSpotColorID">addXObjectSpotColorID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified SpotColor ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectXObjectID">addXObjectXObjectID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified XObject ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_appendRawJavaScript">appendRawJavaScript()</a> <span> &nbsp;: void </span> </dt> <dd>Append raw javascript string to the global one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_exitXObjectTemplate">exitXObjectTemplate()</a> <span> &nbsp;: void </span> </dt> <dd>Exit from the XObject template mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getDefJSAnnotProp">getDefJSAnnotProp()</a> <span> &nbsp;: array&lt;string, mixed&gt; </span> </dt> <dd>Returns the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_getSetSVG">getSetSVG()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified SVG object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getXObjectTemplate">getXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render the specified XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_newXObjectTemplate">newXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Create a new XObject template and return the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setAnnotation">setAnnotation()</a> <span> &nbsp;: int </span> </dt> <dd>Add an annotation and returns the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setBookmark">setBookmark()</a> <span> &nbsp;: void </span> </dt> <dd>Add a bookmark entry.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSBorderSpacing">setDefaultCSSBorderSpacing()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS border spacing in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSMargin">setDefaultCSSMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSPadding">setDefaultCSSPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setDefJSAnnotProp">setDefJSAnnotProp()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setLink">setLink()</a> <span> &nbsp;: int </span> </dt> <dd>Creates a link in the specified area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setNamedDestination">setNamedDestination()</a> <span> &nbsp;: string </span> </dt> <dd>Add a named destination.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-MetaInfohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> MetaInfo <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML"><abbr title="\Com\Tecnick\Pdf\HTML">HTML</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/MetaInfo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo"><abbr title="src/MetaInfo.php">MetaInfo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\MetaInfo</p> <section class="phpdocumentor-description"><p>Meta Informaton PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TViewerPref from Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addContentAsEmbeddedFile">addContentAsEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add string content as an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addEmbeddedFile">addEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFButton">addFFButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFCheckBox">addFFCheckBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFComboBox">addFFComboBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFListBox">addFFListBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFRadioButton">addFFRadioButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFText">addFFText()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addInternalLink">addInternalLink()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the page and vertical position an internal link points to.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSButton">addJSButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSCheckBox">addJSCheckBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSComboBox">addJSComboBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSListBox">addJSListBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSRadioButton">addJSRadioButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSText">addJSText()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addRawJavaScriptObj">addRawJavaScriptObj()</a> <span> &nbsp;: int </span> </dt> <dd>Add a raw javascript string as new object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_addSVG">addSVG()</a> <span> &nbsp;: int </span> </dt> <dd>Add a new SVG image and return its object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectContent">addXObjectContent()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified raw PDF content to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectExtGStateID">addXObjectExtGStateID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified ExtGState ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectFontID">addXObjectFontID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Font ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectGradientID">addXObjectGradientID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Gradient ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectImageID">addXObjectImageID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Image ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectSpotColorID">addXObjectSpotColorID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified SpotColor ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectXObjectID">addXObjectXObjectID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified XObject ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_appendRawJavaScript">appendRawJavaScript()</a> <span> &nbsp;: void </span> </dt> <dd>Append raw javascript string to the global one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_exitXObjectTemplate">exitXObjectTemplate()</a> <span> &nbsp;: void </span> </dt> <dd>Exit from the XObject template mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getDefJSAnnotProp">getDefJSAnnotProp()</a> <span> &nbsp;: array&lt;string, mixed&gt; </span> </dt> <dd>Returns the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLCell">getHTMLCell()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLDOMCSSData">getHTMLDOMCSSData()</a> <span> &nbsp;: void </span> </dt> <dd>Returns the styles array that apply for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_getSetSVG">getSetSVG()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified SVG object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_getVersion">getVersion()</a> <span> &nbsp;: string </span> </dt> <dd>Return the program version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getXObjectTemplate">getXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render the specified XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_isValidCSSSelectorForTag">isValidCSSSelectorForTag()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the CSS selector is valid for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_newXObjectTemplate">newXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Create a new XObject template and return the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLAttributes">parseHTMLAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parst HTML DOM attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLStyleAttributes">parseHTMLStyleAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parse HTML DOM Style attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setAnnotation">setAnnotation()</a> <span> &nbsp;: int </span> </dt> <dd>Add an annotation and returns the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setAuthor">setAuthor()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the author of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setBookmark">setBookmark()</a> <span> &nbsp;: void </span> </dt> <dd>Add a bookmark entry.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCreator">setCreator()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the creator of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCustomXMP">setCustomXMP()</a> <span> &nbsp;: static </span> </dt> <dd>Set additional custom XMP data to be appended just before the end of the tag indicated by the key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSBorderSpacing">setDefaultCSSBorderSpacing()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS border spacing in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSMargin">setDefaultCSSMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSPadding">setDefaultCSSPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setDefJSAnnotProp">setDefJSAnnotProp()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setKeywords">setKeywords()</a> <span> &nbsp;: static </span> </dt> <dd>Associates keywords with the document, generally in the form &#039;keyword1 keyword2 ...&#039;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setLink">setLink()</a> <span> &nbsp;: int </span> </dt> <dd>Creates a link in the specified area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setNamedDestination">setNamedDestination()</a> <span> &nbsp;: string </span> </dt> <dd>Add a named destination.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setPDFVersion">setPDFVersion()</a> <span> &nbsp;: static </span> </dt> <dd>Set the PDF version (check PDF reference for valid values).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSRGB">setSRGB()</a> <span> &nbsp;: static </span> </dt> <dd>Set the sRGB mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSubject">setSubject()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the subject of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setTitle">setTitle()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the title of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_setULLIDot">setULLIDot()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default symbol to be used as unordered-list (UL) list-item (LI) bullet.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setViewerPreferences">setViewerPreferences()</a> <span> &nbsp;: static </span> </dt> <dd>Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrim">strTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimLeft">strTrimLeft()</a> <span> &nbsp;: string </span> </dt> <dd>Left trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimRight">strTrimRight()</a> <span> &nbsp;: string </span> </dt> <dd>Right trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_tidyHTML">tidyHTML()</a> <span> &nbsp;: string </span> </dt> <dd>Cleanup HTML code (requires HTML Tidy library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-Outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Output <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo"><abbr title="\Com\Tecnick\Pdf\MetaInfo">MetaInfo</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">442</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Output</p> <section class="phpdocumentor-description"><p>Output PDF data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFourFloat array{ float, float, float, float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotQuadPoint array{ float, float, float, float, float, float, float, float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotBorderStyle array{ 'type': string, 'w': int, 's': string, 'd': array<int>, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotBorderEffect array{ 's'?: string, 'i'?: float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotMeasure array{ 'type'?: string, 'subtype'?: string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TAnnotMarkup array{ 't'?: string, 'popup'?: array<mixed>, 'ca'?: float, 'rc'?: string, 'creationdate'?: string, 'irt'?: array<mixed>, 'subj'?: string, 'rt'?: string, 'it'?: string, 'exdata'?: array{ 'type'?: string, 'subtype': string, }, }</p>classes-Com-Tecnick-Pdf-SVGhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> SVG <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text"><abbr title="\Com\Tecnick\Pdf\Text">Text</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/SVG.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg"><abbr title="src/SVG.php">SVG.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">408</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\SVG</p> <section class="phpdocumentor-description"><p>SVG PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTMatrix from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TRefUnitValues from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSVGSize array{ 'x': float, 'y': float, 'width': float, 'height': float, 'viewBox': array{float, float, float, float}, 'ar_align': string, 'ar_ms': string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSCGCoord array{ 'x': float, 'y': float, 'x0': float, 'y0': float, 'xmin': float, 'xmax': float, 'ymin': float, 'ymax': float, 'xinit': float, 'yinit': float, 'xoffset': float, 'yoffset': float, 'relcoord': bool, 'firstcmd': bool, }</p>classes-Com-Tecnick-Pdf-Tcpdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Tcpdf <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects"><abbr title="\Com\Tecnick\Pdf\ClassObjects">ClassObjects</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Tcpdf.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf"><abbr title="src/Tcpdf.php">Tcpdf.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">47</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Tcpdf</p> <section class="phpdocumentor-description"><p>Tcpdf PDF class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageInputData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontMetric from \Com\Tecnick\Pdf\Font\Stack</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSignature from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSignTimeStamp from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TUserRights from Output</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new PDF object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addContentAsEmbeddedFile">addContentAsEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add string content as an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addEmbeddedFile">addEmbeddedFile()</a> <span> &nbsp;: void </span> </dt> <dd>Add an embedded file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_addEmptySignatureAppearance">addEmptySignatureAppearance()</a> <span> &nbsp;: void </span> </dt> <dd>Add an empty digital signature appearance (a cliccable rectangle area to get signature properties).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFButton">addFFButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFCheckBox">addFFCheckBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFComboBox">addFFComboBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFListBox">addFFListBox()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFRadioButton">addFFRadioButton()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addFFText">addFFText()</a> <span> &nbsp;: int </span> </dt> <dd>Adds an annotation text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addInternalLink">addInternalLink()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the page and vertical position an internal link points to.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSButton">addJSButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript button form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSCheckBox">addJSCheckBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript checkbox form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSComboBox">addJSComboBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript combobox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSListBox">addJSListBox()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript listbox (select) form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSRadioButton">addJSRadioButton()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript radiobutton form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addJSText">addJSText()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a JavaScript text form field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addRawJavaScriptObj">addRawJavaScriptObj()</a> <span> &nbsp;: int </span> </dt> <dd>Add a raw javascript string as new object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_addSVG">addSVG()</a> <span> &nbsp;: int </span> </dt> <dd>Add a new SVG image and return its object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_addTOC">addTOC()</a> <span> &nbsp;: void </span> </dt> <dd>Add a Table of Contents (TOC) to the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectContent">addXObjectContent()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified raw PDF content to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectExtGStateID">addXObjectExtGStateID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified ExtGState ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectFontID">addXObjectFontID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Font ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectGradientID">addXObjectGradientID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Gradient ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectImageID">addXObjectImageID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified Image ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectSpotColorID">addXObjectSpotColorID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified SpotColor ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_addXObjectXObjectID">addXObjectXObjectID()</a> <span> &nbsp;: void </span> </dt> <dd>Add the specified XObject ID to the XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_appendRawJavaScript">appendRawJavaScript()</a> <span> &nbsp;: void </span> </dt> <dd>Append raw javascript string to the global one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_closeLayer">closeLayer()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_downloadPDF">downloadPDF()</a> <span> &nbsp;: void </span> </dt> <dd>Trigger the browser Download dialog to download the PDF document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_exitXObjectTemplate">exitXObjectTemplate()</a> <span> &nbsp;: void </span> </dt> <dd>Exit from the XObject template mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_getBarcode">getBarcode()</a> <span> &nbsp;: string </span> </dt> <dd>Get a barcode PDF code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getDefJSAnnotProp">getDefJSAnnotProp()</a> <span> &nbsp;: array&lt;string, mixed&gt; </span> </dt> <dd>Returns the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLCell">getHTMLCell()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_getHTMLDOMCSSData">getHTMLDOMCSSData()</a> <span> &nbsp;: void </span> </dt> <dd>Returns the styles array that apply for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_getMIMEAttachmentPDF">getMIMEAttachmentPDF()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF as base64 mime multi-part email attachment (RFC 2045).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_getOutPDFString">getOutPDFString()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the RAW PDF string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG#method_getSetSVG">getSetSVG()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified SVG object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_getVersion">getVersion()</a> <span> &nbsp;: string </span> </dt> <dd>Return the program version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_getXObjectTemplate">getXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render the specified XObject template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects#method_initClassObjects">initClassObjects()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize dependencies class objects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_isValidCSSSelectorForTag">isValidCSSSelectorForTag()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the CSS selector is valid for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_newLayer">newLayer()</a> <span> &nbsp;: string </span> </dt> <dd>Creates and return a new PDF Layer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_newXObjectTemplate">newXObjectTemplate()</a> <span> &nbsp;: string </span> </dt> <dd>Create a new XObject template and return the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLAttributes">parseHTMLAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parst HTML DOM attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_parseHTMLStyleAttributes">parseHTMLStyleAttributes()</a> <span> &nbsp;: void </span> </dt> <dd>Parse HTML DOM Style attributes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_renderPDF">renderPDF()</a> <span> &nbsp;: void </span> </dt> <dd>Render the PDF in the browser or output the RAW data in the CLI.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output#method_savePDF">savePDF()</a> <span> &nbsp;: void </span> </dt> <dd>Save the PDF document to a local file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setAnnotation">setAnnotation()</a> <span> &nbsp;: int </span> </dt> <dd>Add an annotation and returns the object id.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setAuthor">setAuthor()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the author of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setBookmark">setBookmark()</a> <span> &nbsp;: void </span> </dt> <dd>Add a bookmark entry.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCreator">setCreator()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the creator of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setCustomXMP">setCustomXMP()</a> <span> &nbsp;: static </span> </dt> <dd>Set additional custom XMP data to be appended just before the end of the tag indicated by the key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSBorderSpacing">setDefaultCSSBorderSpacing()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS border spacing in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSMargin">setDefaultCSSMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS#method_setDefaultCSSPadding">setDefaultCSSPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default CSS padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setDefJSAnnotProp">setDefJSAnnotProp()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default Javascript Annotation properties.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setDisplayMode">setDisplayMode()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the way the document is to be displayed by the viewer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setKeywords">setKeywords()</a> <span> &nbsp;: static </span> </dt> <dd>Associates keywords with the document, generally in the form &#039;keyword1 keyword2 ...&#039;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setLink">setLink()</a> <span> &nbsp;: int </span> </dt> <dd>Creates a link in the specified area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript#method_setNamedDestination">setNamedDestination()</a> <span> &nbsp;: string </span> </dt> <dd>Add a named destination.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setPDFFilename">setPDFFilename()</a> <span> &nbsp;: void </span> </dt> <dd>Set the pdf document base file name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setPDFVersion">setPDFVersion()</a> <span> &nbsp;: static </span> </dt> <dd>Set the PDF version (check PDF reference for valid values).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setSignature">setSignature()</a> <span> &nbsp;: void </span> </dt> <dd>Enable document signature (requires the OpenSSL Library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setSignatureAppearance">setSignatureAppearance()</a> <span> &nbsp;: void </span> </dt> <dd>Set the digital signature appearance (a cliccable rectangle area to get signature properties).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setSignTimeStamp">setSignTimeStamp()</a> <span> &nbsp;: void </span> </dt> <dd>Set the signature timestamp.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setSpaceRegexp">setSpaceRegexp()</a> <span> &nbsp;: void </span> </dt> <dd>Set regular expression to detect withespaces or word separators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSRGB">setSRGB()</a> <span> &nbsp;: static </span> </dt> <dd>Set the sRGB mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setSubject">setSubject()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the subject of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setTitle">setTitle()</a> <span> &nbsp;: static </span> </dt> <dd>Defines the title of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_setULLIDot">setULLIDot()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default symbol to be used as unordered-list (UL) list-item (LI) bullet.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#method_setUserRights">setUserRights()</a> <span> &nbsp;: void </span> </dt> <dd>Set User&#039;s Rights for the PDF Reader.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo#method_setViewerPreferences">setViewerPreferences()</a> <span> &nbsp;: static </span> </dt> <dd>Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrim">strTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimLeft">strTrimLeft()</a> <span> &nbsp;: string </span> </dt> <dd>Left trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_strTrimRight">strTrimRight()</a> <span> &nbsp;: string </span> </dt> <dd>Right trim the input string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML#method_tidyHTML">tidyHTML()</a> <span> &nbsp;: string </span> </dt> <dd>Cleanup HTML code (requires HTML Tidy library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>classes-Com-Tecnick-Pdf-Texthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Text <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell"><abbr title="\Com\Tecnick\Pdf\Cell">Cell</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf">Pdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Text.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text"><abbr title="src/Text.php">Text.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">65</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Text</p> <section class="phpdocumentor-description"><p>Text PDF data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> https://github.com/tecnickcom/tc-lib-pdf </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTextDims from \Com\Tecnick\Pdf\Font\Stack</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Cell</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCellDef from \Com\Tecnick\Pdf\Cell</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageInputData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontMetric from \Com\Tecnick\Pdf\Font\Stack</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TBBox from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TStackBBox from \Com\Tecnick\Pdf\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TextShadow array{ 'xoffset': float, 'yoffset': float, 'opacity': float, 'mode': string, 'color': string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TextLinePos array{ 'pos': int, 'chars': int, 'spaces': int, 'septype': string, 'totwidth': float, 'totspacewidth': float, 'words': int, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.DepthOfInheritance&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT">BORDERPOS_DEFAULT</a> <span> &nbsp;= 0 </span> </dt> <dd>The default relative position of the cell origin when the border is centered on the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_EXTERNAL">BORDERPOS_EXTERNAL</a> <span> &nbsp;= -0.5 </span> </dt> <dd>The relative position of the cell origin when the border is external to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_INTERNAL">BORDERPOS_INTERNAL</a> <span> &nbsp;= 0.5 </span> </dt> <dd>The relative position of the cell origin when the border is internal to the cell edge.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELL">ZEROCELL</a> <span> &nbsp;= [&#039;margin&#039; =&gt; self::ZEROCELLBOUND, &#039;padding&#039; =&gt; self::ZEROCELLBOUND, &#039;borderpos&#039; =&gt; self::BORDERPOS_DEFAULT] </span> </dt> <dd>Default values for cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_ZEROCELLBOUND">ZEROCELLBOUND</a> <span> &nbsp;= [&#039;T&#039; =&gt; 0.0, &#039;R&#039; =&gt; 0.0, &#039;B&#039; =&gt; 0.0, &#039;L&#039; =&gt; 0.0] </span> </dt> <dd>Default values for cell boundaries.</dd> </dl> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_barcode">$barcode</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr> </span> </dt> <dd>Barcode object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_cache">$cache</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\Cache">Cache</abbr> </span> </dt> <dd>Cache object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_color">$color</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr> </span> </dt> <dd>Color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_encrypt">$encrypt</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr> </span> </dt> <dd>Encrypt object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_file">$file</a> <span> &nbsp;: <abbr title="\Com\Tecnick\File\File">File</abbr> </span> </dt> <dd>File object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_font">$font</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr> </span> </dt> <dd>Font object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_graph">$graph</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr> </span> </dt> <dd>Graph object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_image">$image</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr> </span> </dt> <dd>Image Import object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_page">$page</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr> </span> </dt> <dd>Page object.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_pon">$pon</a> <span> &nbsp;: int </span> </dt> <dd>Current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#property_uniconv">$uniconv</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr> </span> </dt> <dd>Unicode Convert object.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addPage">addPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\PageData">PageData</abbr> </span> </dt> <dd>Add a new page (wrapper function for $this-&gt;page-&gt;add()).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_addTextCell">addTextCell()</a> <span> &nbsp;: void </span> </dt> <dd>Adds a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_defaultPageContent">defaultPageContent()</a> <span> &nbsp;: string </span> </dt> <dd>Sets the page common content like Header and Footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_enableDefaultPageContent">enableDefaultPageContent()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable the default page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_enableZeroWidthBreakPoints">enableZeroWidthBreakPoints()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic line breaking points after some non-letter character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getLastBBox">getLastBBox()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\TBBox">TBBox</abbr> </span> </dt> <dd>Returns the last text bounding box [llx, lly, urx, ury].</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextCell">getTextCell()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a text block inside a rectangular cell.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_getTextLine">getTextLine()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF code to render a single line of text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_loadTexHyphenPatterns">loadTexHyphenPatterns()</a> <span> &nbsp;: array&lt;string, string&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellBorderPos">setDefaultCellBorderPos()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the default cell border position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellMargin">setDefaultCellMargin()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell#method_setDefaultCellPadding">setDefaultCellPadding()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cell padding in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_setRTL">setRTL()</a> <span> &nbsp;: static </span> </dt> <dd>Set the default document language direction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#method_setTexHyphenPatterns">setTexHyphenPatterns()</a> <span> &nbsp;: void </span> </dt> <dd>Sets the hyphen patterns for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toPoints">toPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert user units to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toUnit">toUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert internal points to user unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYPoints">toYPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical user value to internal points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#method_toYUnit">toYUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Convert vertical internal points value to user unit.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BORDERPOS_DEFAULT"> BORDERPOS_DEFAULT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base#constant_BORDERPOS_DEFAULT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">620</span> </aside> <p class="phpdocumentor-summary">The default relative position of the cell origin when the border is centered on the cell edge.</p>files-src-basehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Base.php</h2> <p class="phpdocumentor-summary">Base.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base"><abbr title="\Com\Tecnick\Pdf\Base">Base</abbr></a></dt><dd>Com\Tecnick\Pdf\Base</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Base.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-base#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-cellhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Cell.php</h2> <p class="phpdocumentor-summary">Text.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell"><abbr title="\Com\Tecnick\Pdf\Cell">Cell</abbr></a></dt><dd>Com\Tecnick\Pdf\Cell</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Cell.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-cell#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-classobjectshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ClassObjects.php</h2> <p class="phpdocumentor-summary">ClassObjects.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects"><abbr title="\Com\Tecnick\Pdf\ClassObjects">ClassObjects</abbr></a></dt><dd>Com\Tecnick\Pdf\ClassObjects</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/ClassObjects.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-classobjects#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-csshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CSS.php</h2> <p class="phpdocumentor-summary">CSS.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS"><abbr title="\Com\Tecnick\Pdf\CSS">CSS</abbr></a></dt><dd>Com\Tecnick\Pdf\CSS</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/CSS.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-css#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception"><abbr title="\Com\Tecnick\Pdf\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-htmlhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">HTML.php</h2> <p class="phpdocumentor-summary">HTML.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML"><abbr title="\Com\Tecnick\Pdf\HTML">HTML</abbr></a></dt><dd>Com\Tecnick\Pdf\HTML</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/HTML.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-html#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-javascripthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">JavaScript.php</h2> <p class="phpdocumentor-summary">JavaScript.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript"><abbr title="\Com\Tecnick\Pdf\JavaScript">JavaScript</abbr></a></dt><dd>Com\Tecnick\Pdf\JavaScript</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/JavaScript.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-javascript#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-metainfohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">MetaInfo.php</h2> <p class="phpdocumentor-summary">MetaInfo.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpcs:disable</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Generic.Files.LineLength</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo"><abbr title="\Com\Tecnick\Pdf\MetaInfo">MetaInfo</abbr></a></dt><dd>Com\Tecnick\Pdf\MetaInfo</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/MetaInfo.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-metainfo#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Output.php</h2> <p class="phpdocumentor-summary">Output.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output"><abbr title="\Com\Tecnick\Pdf\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Output.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-output#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-svghttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">SVG.php</h2> <p class="phpdocumentor-summary">SVG.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG"><abbr title="\Com\Tecnick\Pdf\SVG">SVG</abbr></a></dt><dd>Com\Tecnick\Pdf\SVG</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/SVG.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-svg#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-tcpdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Tcpdf.php</h2> <p class="phpdocumentor-summary">Tcpdf.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf"><abbr title="\Com\Tecnick\Pdf\Tcpdf">Tcpdf</abbr></a></dt><dd>Com\Tecnick\Pdf\Tcpdf</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Tcpdf.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-tcpdf#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-texthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Text.php</h2> <p class="phpdocumentor-summary">Text.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2002-08-03</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2002-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf"> <p>This file is part of tc-lib-pdf software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text"><abbr title="\Com\Tecnick\Pdf\Text">Text</abbr></a></dt><dd>Com\Tecnick\Pdf\Text</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Text.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/files-src-text#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Base"><abbr title="\Com\Tecnick\Pdf\Base">Base</abbr></a></dt><dd>Com\Tecnick\Pdf\Base</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Cell"><abbr title="\Com\Tecnick\Pdf\Cell">Cell</abbr></a></dt><dd>Com\Tecnick\Pdf\Cell</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-ClassObjects"><abbr title="\Com\Tecnick\Pdf\ClassObjects">ClassObjects</abbr></a></dt><dd>Com\Tecnick\Pdf\ClassObjects</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-CSS"><abbr title="\Com\Tecnick\Pdf\CSS">CSS</abbr></a></dt><dd>Com\Tecnick\Pdf\CSS</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Exception"><abbr title="\Com\Tecnick\Pdf\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-HTML"><abbr title="\Com\Tecnick\Pdf\HTML">HTML</abbr></a></dt><dd>Com\Tecnick\Pdf\HTML</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-JavaScript"><abbr title="\Com\Tecnick\Pdf\JavaScript">JavaScript</abbr></a></dt><dd>Com\Tecnick\Pdf\JavaScript</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-MetaInfo"><abbr title="\Com\Tecnick\Pdf\MetaInfo">MetaInfo</abbr></a></dt><dd>Com\Tecnick\Pdf\MetaInfo</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Output"><abbr title="\Com\Tecnick\Pdf\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Output</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-SVG"><abbr title="\Com\Tecnick\Pdf\SVG">SVG</abbr></a></dt><dd>Com\Tecnick\Pdf\SVG</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Tcpdf"><abbr title="\Com\Tecnick\Pdf\Tcpdf">Tcpdf</abbr></a></dt><dd>Com\Tecnick\Pdf\Tcpdf</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/classes-Com-Tecnick-Pdf-Text"><abbr title="\Com\Tecnick\Pdf\Text">Text</abbr></a></dt><dd>Com\Tecnick\Pdf\Text</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com-tecnick-pdf#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-default/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-default/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-Pdf"><abbr title="\Pdf">Pdf</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-PDF"><abbr title="\PDF">PDF</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PDFhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-PDF/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-PDF/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PDF</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf/packages-PDF#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-deprecated/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-errors/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-markers/Sun, 25 Jan 2026 10:34:46 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Font-Bufferhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Buffer <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Buffer.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer"><abbr title="src/Buffer.php">Buffer.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Buffer</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize fonts buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new font to the fonts buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_addSubsetChar">addSubsetChar()</a> <span> &nbsp;: void </span> </dt> <dd>Add a character to the subset list</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_getEncDiffs">getEncDiffs()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Returns the fonts buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_getFont">getFont()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\TFontData">TFontData</abbr> </span> </dt> <dd>Get font by key</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_getFonts">getFonts()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Font\TFontData">TFontData</abbr>&gt; </span> </dt> <dd>Returns the fonts buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_isSubsetMode">isSubsetMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Get the default subset mode</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method_isValidKey">isValidKey()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified font key exist on buffer</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Buffer.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer"><abbr title="src/Buffer.php">Buffer.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">95</span> </aside> <p class="phpdocumentor-summary">Initialize fonts buffer</p>classes-Com-Tecnick-Pdf-Font-Corehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Core <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Core.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core"><abbr title="src/Core.php">Core.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Core</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#constant_FONT">FONT</a> <span> &nbsp;= [&#039;courier&#039; =&gt; &#039;Courier&#039;, &#039;courierB&#039; =&gt; &#039;Courier-Bold&#039;, &#039;courierI&#039; =&gt; &#039;Courier-Oblique&#039;, &#039;courierBI&#039; =&gt; &#039;Courier-BoldOblique&#039;, &#039;helvetica&#039; =&gt; &#039;Helvetica&#039;, &#039;helveticaB&#039; =&gt; &#039;Helvetica-Bold&#039;, &#039;helveticaI&#039; =&gt; &#039;Helvetica-Oblique&#039;, &#039;helveticaBI&#039; =&gt; &#039;Helvetica-BoldOblique&#039;, &#039;timesroman&#039; =&gt; &#039;Times-Roman&#039;, &#039;times&#039; =&gt; &#039;Times-Roman&#039;, &#039;timesB&#039; =&gt; &#039;Times-Bold&#039;, &#039;timesI&#039; =&gt; &#039;Times-Italic&#039;, &#039;timesBI&#039; =&gt; &#039;Times-BoldItalic&#039;, &#039;symbol&#039; =&gt; &#039;Symbol&#039;, &#039;symbolB&#039; =&gt; &#039;Symbol&#039;, &#039;symbolI&#039; =&gt; &#039;Symbol&#039;, &#039;symbolBI&#039; =&gt; &#039;Symbol&#039;, &#039;zapfdingbats&#039; =&gt; &#039;ZapfDingbats&#039;, &#039;zapfdingbatsB&#039; =&gt; &#039;ZapfDingbats&#039;, &#039;zapfdingbatsI&#039; =&gt; &#039;ZapfDingbats&#039;, &#039;zapfdingbatsBI&#039; =&gt; &#039;ZapfDingbats&#039;] </span> </dt> <dd>Core fonts</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_FONT"> FONT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core#constant_FONT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Core.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core"><abbr title="src/Core.php">Core.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Core fonts</p>classes-Com-Tecnick-Pdf-Font-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Font-Fonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Font <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load"><abbr title="\Com\Tecnick\Pdf\Font\Load">Load</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Font.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font"><abbr title="src/Font.php">Font.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Font</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Load an imported font</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#method_getFontData">getFontData()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\TFontData">TFontData</abbr> </span> </dt> <dd>Get the font data</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#method_getFontkey">getFontkey()</a> <span> &nbsp;: string </span> </dt> <dd>Get the font key</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load#method_load">load()</a> <span> &nbsp;: void </span> </dt> <dd>Load the font data</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load#method_setFileData">setFileData()</a> <span> &nbsp;: void </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Font.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font"><abbr title="src/Font.php">Font.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">74</span> </aside> <p class="phpdocumentor-summary">Load an imported font</p>classes-Com-Tecnick-Pdf-Font-Importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Import <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import"><abbr title="src/Import.php">Import.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">44</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Import</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Import the specified font and create output files.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#method_getFontMetrics">getFontMetrics()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\TFontData">TFontData</abbr> </span> </dt> <dd>Get all the extracted font metrics</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#method_getFontName">getFontName()</a> <span> &nbsp;: string </span> </dt> <dd>Get the output font name</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import"><abbr title="src/Import.php">Import.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">213</span> </aside> <p class="phpdocumentor-summary">Import the specified font and create output files.</p>classes-Com-Tecnick-Pdf-Font-Import-Corehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import">Import</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Core <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Core.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core"><abbr title="src/Import/Core.php">Core.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Import\Core</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from \Com\Tecnick\Pdf\Font\Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method_getFontMetrics">getFontMetrics()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr> </span> </dt> <dd>Get all the extracted font metrics</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Core.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core"><abbr title="src/Import/Core.php">Core.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$font</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$fdt</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$font</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Content of the input font file</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$fdt</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Extracted font metrics</p> </section> </dd> </dl> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">throws</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception"><abbr title="\Com\Tecnick\Pdf\Font\Exception">Exception</abbr></a></span> <section class="phpdocumentor-description"><p>in case of error</p>classes-Com-Tecnick-Pdf-Font-Import-TrueTypehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import">Import</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TrueType <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/TrueType.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype"><abbr title="src/Import/TrueType.php">TrueType.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Import\TrueType</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from \Com\Tecnick\Pdf\Font\Load</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassLength&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Process TrueType font</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#method_getFontMetrics">getFontMetrics()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr> </span> </dt> <dd>Get all the extracted font metrics</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#method_getSubGlyphs">getSubGlyphs()</a> <span> &nbsp;: array&lt;int, bool&gt; </span> </dt> <dd>Get glyphs in the subset</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/TrueType.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype"><abbr title="src/Import/TrueType.php">TrueType.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">74</span> </aside> <p class="phpdocumentor-summary">Process TrueType font</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$font</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$fdt</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\File\Byte">Byte</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$fbyte</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">array&lt;int, bool&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$subchars</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$font</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Content of the input font file</p>classes-Com-Tecnick-Pdf-Font-Import-TypeOnehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import">Import</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TypeOne <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core"><abbr title="\Com\Tecnick\Pdf\Font\Import\Core">Core</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/TypeOne.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone"><abbr title="src/Import/TypeOne.php">TypeOne.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Import\TypeOne</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method_getFontMetrics">getFontMetrics()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr> </span> </dt> <dd>Get all the extracted font metrics</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Core.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core"><abbr title="src/Import/Core.php">Core.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$font</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$fdt</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$font</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Content of the input font file</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$fdt</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\Import\TFontData">TFontData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Extracted font metrics</p> </section> </dd> </dl> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core#method___construct#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">throws</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception"><abbr title="\Com\Tecnick\Pdf\Font\Exception">Exception</abbr></a></span> <section class="phpdocumentor-description"><p>in case of error</p>classes-Com-Tecnick-Pdf-Font-Loadhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Load <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Load.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load"><abbr title="src/Load.php">Load.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">167</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Load</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataCidInfo array{ 'Ordering': string, 'Registry': string, 'Supplement': int, 'uni2cid': array&lt;int, int&gt;, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataDesc array{ 'Ascent': int, 'AvgWidth': int, 'CapHeight': int, 'Descent': int, 'Flags': int, 'FontBBox': string, 'ItalicAngle': int, 'Leading': int, 'MaxWidth': int, 'MissingWidth': int, 'StemH': int, 'StemV': int, 'XHeight': int, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataEncTable array{ 'encodingID': int, 'offset': int, 'platformID': int, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataMode array{ 'bold': bool, 'italic': bool, 'linethrough': bool, 'overline': bool, 'underline': bool, }</p>classes-Com-Tecnick-Pdf-Font-OutFonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> OutFont <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil"><abbr title="\Com\Tecnick\Pdf\Font\OutUtil">OutUtil</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/OutFont.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont"><abbr title="src/OutFont.php">OutFont.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\OutFont</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataCidInfo from Load</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontDataDesc from Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/OutFont.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Font-Outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Output <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont"><abbr title="\Com\Tecnick\Pdf\Font\OutFont">OutFont</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Output</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize font data</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method_getFontsBlock">getFontsBlock()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF fonts block</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method_getOutFontDict">getOutFontDict()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Font resources dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method_getOutFontDictByKeys">getOutFontDictByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for XOBject Font resources dictionary.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">60</span> </aside> <p class="phpdocumentor-summary">Initialize font data</p>classes-Com-Tecnick-Pdf-Font-OutUtilhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> OutUtil <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/OutUtil.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil"><abbr title="src/OutUtil.php">OutUtil.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\OutUtil</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/OutUtil.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Font-Stackhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Stack <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer"><abbr title="\Com\Tecnick\Pdf\Font\Buffer">Buffer</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Stack.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack"><abbr title="src/Stack.php">Stack.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">95</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Stack</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTextSplit array{ 'pos': int, 'ord': int, 'spaces': int, 'septype': string, 'wordwidth': float, 'totwidth': float, 'totspacewidth': float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTextDims array{ 'chars': int, 'spaces': int, 'words': int, 'totwidth': float, 'totspacewidth': float, 'split': array&lt;int, TTextSplit&gt;, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TBBox array{float, float, float, float}</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TStackItem array{ 'key': string, 'style': string, 'size': float, 'spacing': float, 'stretching': float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontMetric array{ 'ascent': float, 'avgwidth': float, 'capheight': float, 'cbbox': array&lt;int, TBBox&gt;, 'cratio': float, 'cw': array&lt;int, float&gt;, 'descent': float, 'dw': float, 'fbbox': array&lt;int, float&gt;, 'height': float, 'idx': int, 'key': string, 'maxwidth': float, 'midpoint': float, 'missingwidth': float, 'out': string, 'outraw': string, 'size': float, 'spacing': float, 'stretching': float, 'style': string, 'type': string, 'up': float, 'usize': float, 'ut': float, 'xheight': float, }</p>classes-Com-Tecnick-Pdf-Font-Subsethttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Subset <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Subset.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset"><abbr title="src/Subset.php">Subset.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\Subset</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TFontData from Load</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Process TrueType font</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#method_getSubsetFont">getSubsetFont()</a> <span> &nbsp;: string </span> </dt> <dd>Get all the extracted font metrics</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Subset.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset"><abbr title="src/Subset.php">Subset.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">213</span> </aside> <p class="phpdocumentor-summary">Process TrueType font</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$font</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Font\TFontData">TFontData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$fdt</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">array&lt;int, bool&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$subchars</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$font</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Content of the input font file</p>classes-Com-Tecnick-Pdf-Font-UniToCidhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> UniToCid <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont">PdfFont</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/UniToCid.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid"><abbr title="src/UniToCid.php">UniToCid.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Font\UniToCid</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> https://github.com/tecnickcom/tc-lib-pdf-font </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpcs:disable</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Generic.Files.LineLength</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#constant_TYPE">TYPE</a> <span> &nbsp;= [ // Japanese &#039;CID0JP&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniJIS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;Japan1&quot;,&quot;Supplement&quot;:5,&quot;uni2cid&quot;:{&quot;160&quot;:1,&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;8209&quot;:14,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;165&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;818&quot;:64,&quot;95&quot;:64,&quot;768&quot;:65,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;166&quot;:93,&quot;125&quot;:94,&quot;732&quot;:95,&quot;771&quot;:95,&quot;700&quot;:96,&quot;8217&quot;:96,&quot;92&quot;:97,&quot;699&quot;:98,&quot;8216&quot;:98,&quot;124&quot;:99,&quot;126&quot;:100,&quot;8764&quot;:100,&quot;161&quot;:101,&quot;162&quot;:102,&quot;163&quot;:103,&quot;8260&quot;:104,&quot;402&quot;:105,&quot;164&quot;:107,&quot;8220&quot;:108,&quot;171&quot;:109,&quot;8249&quot;:110,&quot;8250&quot;:111,&quot;64257&quot;:112,&quot;64258&quot;:113,&quot;8210&quot;:114,&quot;8211&quot;:114,&quot;183&quot;:117,&quot;8729&quot;:117,&quot;8226&quot;:119,&quot;8218&quot;:120,&quot;8222&quot;:121,&quot;8221&quot;:122,&quot;187&quot;:123,&quot;191&quot;:126,&quot;769&quot;:127,&quot;710&quot;:128,&quot;770&quot;:128,&quot;175&quot;:129,&quot;772&quot;:129,&quot;774&quot;:130,&quot;775&quot;:131,&quot;776&quot;:132,&quot;730&quot;:133,&quot;778&quot;:133,&quot;184&quot;:134,&quot;807&quot;:134,&quot;779&quot;:135,&quot;808&quot;:136,&quot;780&quot;:137,&quot;822&quot;:138,&quot;8212&quot;:138,&quot;198&quot;:139,&quot;170&quot;:140,&quot;321&quot;:141,&quot;216&quot;:142,&quot;338&quot;:143,&quot;186&quot;:144,&quot;230&quot;:145,&quot;305&quot;:146,&quot;322&quot;:147,&quot;248&quot;:148,&quot;339&quot;:149,&quot;223&quot;:150,&quot;173&quot;:151,&quot;169&quot;:152,&quot;172&quot;:153,&quot;174&quot;:154,&quot;178&quot;:157,&quot;179&quot;:158,&quot;181&quot;:159,&quot;185&quot;:160,&quot;188&quot;:161,&quot;189&quot;:162,&quot;190&quot;:163,&quot;192&quot;:164,&quot;193&quot;:165,&quot;194&quot;:166,&quot;195&quot;:167,&quot;196&quot;:168,&quot;197&quot;:169,&quot;199&quot;:170,&quot;200&quot;:171,&quot;201&quot;:172,&quot;202&quot;:173,&quot;203&quot;:174,&quot;204&quot;:175,&quot;205&quot;:176,&quot;206&quot;:177,&quot;207&quot;:178,&quot;208&quot;:179,&quot;209&quot;:180,&quot;210&quot;:181,&quot;211&quot;:182,&quot;212&quot;:183,&quot;213&quot;:184,&quot;214&quot;:185,&quot;217&quot;:187,&quot;218&quot;:188,&quot;219&quot;:189,&quot;220&quot;:190,&quot;221&quot;:191,&quot;222&quot;:192,&quot;224&quot;:193,&quot;225&quot;:194,&quot;226&quot;:195,&quot;227&quot;:196,&quot;228&quot;:197,&quot;229&quot;:198,&quot;231&quot;:199,&quot;232&quot;:200,&quot;233&quot;:201,&quot;234&quot;:202,&quot;235&quot;:203,&quot;236&quot;:204,&quot;237&quot;:205,&quot;238&quot;:206,&quot;239&quot;:207,&quot;240&quot;:208,&quot;241&quot;:209,&quot;242&quot;:210,&quot;243&quot;:211,&quot;244&quot;:212,&quot;245&quot;:213,&quot;246&quot;:214,&quot;249&quot;:216,&quot;250&quot;:217,&quot;251&quot;:218,&quot;252&quot;:219,&quot;253&quot;:220,&quot;254&quot;:221,&quot;255&quot;:222,&quot;352&quot;:223,&quot;376&quot;:224,&quot;381&quot;:225,&quot;773&quot;:226,&quot;8254&quot;:226,&quot;353&quot;:227,&quot;8482&quot;:228,&quot;382&quot;:229,&quot;8194&quot;:231,&quot;65512&quot;:323,&quot;65377&quot;:327,&quot;65378&quot;:328,&quot;65379&quot;:329,&quot;65380&quot;:330,&quot;65381&quot;:331,&quot;65382&quot;:332,&quot;65383&quot;:333,&quot;65384&quot;:334,&quot;65385&quot;:335,&quot;65386&quot;:336,&quot;65387&quot;:337,&quot;65388&quot;:338,&quot;65389&quot;:339,&quot;65390&quot;:340,&quot;65391&quot;:341,&quot;65392&quot;:342,&quot;65393&quot;:343,&quot;65394&quot;:344,&quot;65395&quot;:345,&quot;65396&quot;:346,&quot;65397&quot;:347,&quot;65398&quot;:348,&quot;65399&quot;:349,&quot;65400&quot;:350,&quot;65401&quot;:351,&quot;65402&quot;:352,&quot;65403&quot;:353,&quot;65404&quot;:354,&quot;65405&quot;:355,&quot;65406&quot;:356,&quot;65407&quot;:357,&quot;65408&quot;:358,&quot;65409&quot;:359,&quot;65410&quot;:360,&quot;65411&quot;:361,&quot;65412&quot;:362,&quot;65413&quot;:363,&quot;65414&quot;:364,&quot;65415&quot;:365,&quot;65416&quot;:366,&quot;65417&quot;:367,&quot;65418&quot;:368,&quot;65419&quot;:369,&quot;65420&quot;:370,&quot;65421&quot;:371,&quot;65422&quot;:372,&quot;65423&quot;:373,&quot;65424&quot;:374,&quot;65425&quot;:375,&quot;65426&quot;:376,&quot;65427&quot;:377,&quot;65428&quot;:378,&quot;65429&quot;:379,&quot;65430&quot;:380,&quot;65431&quot;:381,&quot;65432&quot;:382,&quot;65433&quot;:383,&quot;65434&quot;:384,&quot;65435&quot;:385,&quot;65436&quot;:386,&quot;65437&quot;:387,&quot;65438&quot;:388,&quot;65439&quot;:389,&quot;8195&quot;:633,&quot;12288&quot;:633,&quot;12289&quot;:634,&quot;12290&quot;:635,&quot;65292&quot;:636,&quot;65294&quot;:637,&quot;12539&quot;:638,&quot;65306&quot;:639,&quot;65307&quot;:640,&quot;65311&quot;:641,&quot;65281&quot;:642,&quot;12443&quot;:643,&quot;12444&quot;:644,&quot;180&quot;:645,&quot;65344&quot;:646,&quot;168&quot;:647,&quot;65342&quot;:648,&quot;65507&quot;:649,&quot;65343&quot;:650,&quot;12541&quot;:651,&quot;12542&quot;:652,&quot;12445&quot;:653,&quot;12446&quot;:654,&quot;12291&quot;:655,&quot;20189&quot;:656,&quot;12293&quot;:657,&quot;12294&quot;:658,&quot;12295&quot;:659,&quot;12540&quot;:660,&quot;8213&quot;:661,&quot;8208&quot;:662,&quot;65295&quot;:663,&quot;65340&quot;:664,&quot;12316&quot;:665,&quot;65374&quot;:665,&quot;8214&quot;:666,&quot;65372&quot;:667,&quot;8230&quot;:668,&quot;8229&quot;:669,&quot;65288&quot;:674,&quot;65289&quot;:675,&quot;12308&quot;:676,&quot;12309&quot;:677,&quot;65339&quot;:678,&quot;65341&quot;:679,&quot;65371&quot;:680,&quot;65373&quot;:681,&quot;12296&quot;:682,&quot;12297&quot;:683,&quot;12298&quot;:684,&quot;12299&quot;:685,&quot;12300&quot;:686,&quot;12301&quot;:687,&quot;12302&quot;:688,&quot;12303&quot;:689,&quot;12304&quot;:690,&quot;12305&quot;:691,&quot;65291&quot;:692,&quot;8722&quot;:693,&quot;65293&quot;:693,&quot;177&quot;:694,&quot;215&quot;:695,&quot;247&quot;:696,&quot;65309&quot;:697,&quot;8800&quot;:698,&quot;65308&quot;:699,&quot;65310&quot;:700,&quot;8806&quot;:701,&quot;8807&quot;:702,&quot;8734&quot;:703,&quot;8756&quot;:704,&quot;9794&quot;:705,&quot;9792&quot;:706,&quot;176&quot;:707,&quot;8242&quot;:708,&quot;8243&quot;:709,&quot;8451&quot;:710,&quot;65509&quot;:711,&quot;65284&quot;:712,&quot;65504&quot;:713,&quot;65505&quot;:714,&quot;65285&quot;:715,&quot;65283&quot;:716,&quot;65286&quot;:717,&quot;65290&quot;:718,&quot;65312&quot;:719,&quot;167&quot;:720,&quot;9734&quot;:721,&quot;9733&quot;:722,&quot;9675&quot;:723,&quot;9679&quot;:724,&quot;9678&quot;:725,&quot;9671&quot;:726,&quot;9670&quot;:727,&quot;9633&quot;:728,&quot;9632&quot;:729,&quot;9651&quot;:730,&quot;9650&quot;:731,&quot;9661&quot;:732,&quot;9660&quot;:733,&quot;8251&quot;:734,&quot;12306&quot;:735,&quot;8594&quot;:736,&quot;8592&quot;:737,&quot;8593&quot;:738,&quot;8595&quot;:739,&quot;12307&quot;:740,&quot;8712&quot;:741,&quot;8715&quot;:742,&quot;8838&quot;:743,&quot;8839&quot;:744,&quot;8834&quot;:745,&quot;8835&quot;:746,&quot;8746&quot;:747,&quot;8745&quot;:748,&quot;8743&quot;:749,&quot;8744&quot;:750,&quot;65506&quot;:751,&quot;8658&quot;:752,&quot;8660&quot;:753,&quot;8704&quot;:754,&quot;8707&quot;:755,&quot;8736&quot;:756,&quot;8869&quot;:757,&quot;8978&quot;:758,&quot;8706&quot;:759,&quot;8711&quot;:760,&quot;8801&quot;:761,&quot;8786&quot;:762,&quot;8810&quot;:763,&quot;8811&quot;:764,&quot;8730&quot;:765,&quot;8765&quot;:766,&quot;8733&quot;:767,&quot;8757&quot;:768,&quot;8747&quot;:769,&quot;8748&quot;:770,&quot;8491&quot;:771,&quot;8240&quot;:772,&quot;9839&quot;:773,&quot;9837&quot;:774,&quot;9834&quot;:775,&quot;8224&quot;:776,&quot;8225&quot;:777,&quot;182&quot;:778,&quot;9711&quot;:779,&quot;65296&quot;:780,&quot;65297&quot;:781,&quot;65298&quot;:782,&quot;65299&quot;:783,&quot;65300&quot;:784,&quot;65301&quot;:785,&quot;65302&quot;:786,&quot;65303&quot;:787,&quot;65304&quot;:788,&quot;65305&quot;:789,&quot;65313&quot;:790,&quot;65314&quot;:791,&quot;65315&quot;:792,&quot;65316&quot;:793,&quot;65317&quot;:794,&quot;65318&quot;:795,&quot;65319&quot;:796,&quot;65320&quot;:797,&quot;65321&quot;:798,&quot;65322&quot;:799,&quot;65323&quot;:800,&quot;65324&quot;:801,&quot;65325&quot;:802,&quot;65326&quot;:803,&quot;65327&quot;:804,&quot;65328&quot;:805,&quot;65329&quot;:806,&quot;65330&quot;:807,&quot;65331&quot;:808,&quot;65332&quot;:809,&quot;65333&quot;:810,&quot;65334&quot;:811,&quot;65335&quot;:812,&quot;65336&quot;:813,&quot;65337&quot;:814,&quot;65338&quot;:815,&quot;65345&quot;:816,&quot;65346&quot;:817,&quot;65347&quot;:818,&quot;65348&quot;:819,&quot;65349&quot;:820,&quot;65350&quot;:821,&quot;65351&quot;:822,&quot;65352&quot;:823,&quot;65353&quot;:824,&quot;65354&quot;:825,&quot;65355&quot;:826,&quot;65356&quot;:827,&quot;65357&quot;:828,&quot;65358&quot;:829,&quot;65359&quot;:830,&quot;65360&quot;:831,&quot;65361&quot;:832,&quot;65362&quot;:833,&quot;65363&quot;:834,&quot;65364&quot;:835,&quot;65365&quot;:836,&quot;65366&quot;:837,&quot;65367&quot;:838,&quot;65368&quot;:839,&quot;65369&quot;:840,&quot;65370&quot;:841,&quot;12353&quot;:842,&quot;12354&quot;:843,&quot;12355&quot;:844,&quot;12356&quot;:845,&quot;12357&quot;:846,&quot;12358&quot;:847,&quot;12359&quot;:848,&quot;12360&quot;:849,&quot;12361&quot;:850,&quot;12362&quot;:851,&quot;12363&quot;:852,&quot;12364&quot;:853,&quot;12365&quot;:854,&quot;12366&quot;:855,&quot;12367&quot;:856,&quot;12368&quot;:857,&quot;12369&quot;:858,&quot;12370&quot;:859,&quot;12371&quot;:860,&quot;12372&quot;:861,&quot;12373&quot;:862,&quot;12374&quot;:863,&quot;12375&quot;:864,&quot;12376&quot;:865,&quot;12377&quot;:866,&quot;12378&quot;:867,&quot;12379&quot;:868,&quot;12380&quot;:869,&quot;12381&quot;:870,&quot;12382&quot;:871,&quot;12383&quot;:872,&quot;12384&quot;:873,&quot;12385&quot;:874,&quot;12386&quot;:875,&quot;12387&quot;:876,&quot;12388&quot;:877,&quot;12389&quot;:878,&quot;12390&quot;:879,&quot;12391&quot;:880,&quot;12392&quot;:881,&quot;12393&quot;:882,&quot;12394&quot;:883,&quot;12395&quot;:884,&quot;12396&quot;:885,&quot;12397&quot;:886,&quot;12398&quot;:887,&quot;12399&quot;:888,&quot;12400&quot;:889,&quot;12401&quot;:890,&quot;12402&quot;:891,&quot;12403&quot;:892,&quot;12404&quot;:893,&quot;12405&quot;:894,&quot;12406&quot;:895,&quot;12407&quot;:896,&quot;12408&quot;:897,&quot;12409&quot;:898,&quot;12410&quot;:899,&quot;12411&quot;:900,&quot;12412&quot;:901,&quot;12413&quot;:902,&quot;12414&quot;:903,&quot;12415&quot;:904,&quot;12416&quot;:905,&quot;12417&quot;:906,&quot;12418&quot;:907,&quot;12419&quot;:908,&quot;12420&quot;:909,&quot;12421&quot;:910,&quot;12422&quot;:911,&quot;12423&quot;:912,&quot;12424&quot;:913,&quot;12425&quot;:914,&quot;12426&quot;:915,&quot;12427&quot;:916,&quot;12428&quot;:917,&quot;12429&quot;:918,&quot;12430&quot;:919,&quot;12431&quot;:920,&quot;12432&quot;:921,&quot;12433&quot;:922,&quot;12434&quot;:923,&quot;12435&quot;:924,&quot;12449&quot;:925,&quot;12450&quot;:926,&quot;12451&quot;:927,&quot;12452&quot;:928,&quot;12453&quot;:929,&quot;12454&quot;:930,&quot;12455&quot;:931,&quot;12456&quot;:932,&quot;12457&quot;:933,&quot;12458&quot;:934,&quot;12459&quot;:935,&quot;12460&quot;:936,&quot;12461&quot;:937,&quot;12462&quot;:938,&quot;12463&quot;:939,&quot;12464&quot;:940,&quot;12465&quot;:941,&quot;12466&quot;:942,&quot;12467&quot;:943,&quot;12468&quot;:944,&quot;12469&quot;:945,&quot;12470&quot;:946,&quot;12471&quot;:947,&quot;12472&quot;:948,&quot;12473&quot;:949,&quot;12474&quot;:950,&quot;12475&quot;:951,&quot;12476&quot;:952,&quot;12477&quot;:953,&quot;12478&quot;:954,&quot;12479&quot;:955,&quot;12480&quot;:956,&quot;12481&quot;:957,&quot;12482&quot;:958,&quot;12483&quot;:959,&quot;12484&quot;:960,&quot;12485&quot;:961,&quot;12486&quot;:962,&quot;12487&quot;:963,&quot;12488&quot;:964,&quot;12489&quot;:965,&quot;12490&quot;:966,&quot;12491&quot;:967,&quot;12492&quot;:968,&quot;12493&quot;:969,&quot;12494&quot;:970,&quot;12495&quot;:971,&quot;12496&quot;:972,&quot;12497&quot;:973,&quot;12498&quot;:974,&quot;12499&quot;:975,&quot;12500&quot;:976,&quot;12501&quot;:977,&quot;12502&quot;:978,&quot;12503&quot;:979,&quot;12504&quot;:980,&quot;12505&quot;:981,&quot;12506&quot;:982,&quot;12507&quot;:983,&quot;12508&quot;:984,&quot;12509&quot;:985,&quot;12510&quot;:986,&quot;12511&quot;:987,&quot;12512&quot;:988,&quot;12513&quot;:989,&quot;12514&quot;:990,&quot;12515&quot;:991,&quot;12516&quot;:992,&quot;12517&quot;:993,&quot;12518&quot;:994,&quot;12519&quot;:995,&quot;12520&quot;:996,&quot;12521&quot;:997,&quot;12522&quot;:998,&quot;12523&quot;:999,&quot;12524&quot;:1000,&quot;12525&quot;:1001,&quot;12526&quot;:1002,&quot;12527&quot;:1003,&quot;12528&quot;:1004,&quot;12529&quot;:1005,&quot;12530&quot;:1006,&quot;12531&quot;:1007,&quot;12532&quot;:1008,&quot;12533&quot;:1009,&quot;12534&quot;:1010,&quot;913&quot;:1011,&quot;914&quot;:1012,&quot;915&quot;:1013,&quot;916&quot;:1014,&quot;917&quot;:1015,&quot;918&quot;:1016,&quot;919&quot;:1017,&quot;920&quot;:1018,&quot;921&quot;:1019,&quot;922&quot;:1020,&quot;923&quot;:1021,&quot;924&quot;:1022,&quot;925&quot;:1023,&quot;926&quot;:1024,&quot;927&quot;:1025,&quot;928&quot;:1026,&quot;929&quot;:1027,&quot;931&quot;:1028,&quot;932&quot;:1029,&quot;933&quot;:1030,&quot;934&quot;:1031,&quot;935&quot;:1032,&quot;936&quot;:1033,&quot;937&quot;:1034,&quot;945&quot;:1035,&quot;946&quot;:1036,&quot;947&quot;:1037,&quot;948&quot;:1038,&quot;949&quot;:1039,&quot;950&quot;:1040,&quot;951&quot;:1041,&quot;952&quot;:1042,&quot;953&quot;:1043,&quot;954&quot;:1044,&quot;955&quot;:1045,&quot;956&quot;:1046,&quot;957&quot;:1047,&quot;958&quot;:1048,&quot;959&quot;:1049,&quot;960&quot;:1050,&quot;961&quot;:1051,&quot;963&quot;:1052,&quot;964&quot;:1053,&quot;965&quot;:1054,&quot;966&quot;:1055,&quot;967&quot;:1056,&quot;968&quot;:1057,&quot;969&quot;:1058,&quot;1040&quot;:1059,&quot;1041&quot;:1060,&quot;1042&quot;:1061,&quot;1043&quot;:1062,&quot;1044&quot;:1063,&quot;1045&quot;:1064,&quot;1025&quot;:1065,&quot;1046&quot;:1066,&quot;1047&quot;:1067,&quot;1048&quot;:1068,&quot;1049&quot;:1069,&quot;1050&quot;:1070,&quot;1051&quot;:1071,&quot;1052&quot;:1072,&quot;1053&quot;:1073,&quot;1054&quot;:1074,&quot;1055&quot;:1075,&quot;1056&quot;:1076,&quot;1057&quot;:1077,&quot;1058&quot;:1078,&quot;1059&quot;:1079,&quot;1060&quot;:1080,&quot;1061&quot;:1081,&quot;1062&quot;:1082,&quot;1063&quot;:1083,&quot;1064&quot;:1084,&quot;1065&quot;:1085,&quot;1066&quot;:1086,&quot;1067&quot;:1087,&quot;1068&quot;:1088,&quot;1069&quot;:1089,&quot;1070&quot;:1090,&quot;1071&quot;:1091,&quot;1072&quot;:1092,&quot;1073&quot;:1093,&quot;1074&quot;:1094,&quot;1075&quot;:1095,&quot;1076&quot;:1096,&quot;1077&quot;:1097,&quot;1105&quot;:1098,&quot;1078&quot;:1099,&quot;1079&quot;:1100,&quot;1080&quot;:1101,&quot;1081&quot;:1102,&quot;1082&quot;:1103,&quot;1083&quot;:1104,&quot;1084&quot;:1105,&quot;1085&quot;:1106,&quot;1086&quot;:1107,&quot;1087&quot;:1108,&quot;1088&quot;:1109,&quot;1089&quot;:1110,&quot;1090&quot;:1111,&quot;1091&quot;:1112,&quot;1092&quot;:1113,&quot;1093&quot;:1114,&quot;1094&quot;:1115,&quot;1095&quot;:1116,&quot;1096&quot;:1117,&quot;1097&quot;:1118,&quot;1098&quot;:1119,&quot;1099&quot;:1120,&quot;1100&quot;:1121,&quot;1101&quot;:1122,&quot;1102&quot;:1123,&quot;1103&quot;:1124,&quot;20124&quot;:1125,&quot;21782&quot;:1126,&quot;23043&quot;:1127,&quot;38463&quot;:1128,&quot;21696&quot;:1129,&quot;24859&quot;:1130,&quot;25384&quot;:1131,&quot;23030&quot;:1132,&quot;36898&quot;:1133,&quot;33909&quot;:1134,&quot;33564&quot;:1135,&quot;31312&quot;:1136,&quot;24746&quot;:1137,&quot;25569&quot;:1138,&quot;28197&quot;:1139,&quot;26093&quot;:1140,&quot;33894&quot;:1141,&quot;33446&quot;:1142,&quot;39925&quot;:1143,&quot;26771&quot;:1144,&quot;22311&quot;:1145,&quot;26017&quot;:1146,&quot;25201&quot;:1147,&quot;23451&quot;:1148,&quot;22992&quot;:1149,&quot;34427&quot;:1150,&quot;39156&quot;:1151,&quot;32098&quot;:1152,&quot;32190&quot;:1153,&quot;39822&quot;:1154,&quot;25110&quot;:1155,&quot;31903&quot;:1156,&quot;34999&quot;:1157,&quot;23433&quot;:1158,&quot;24245&quot;:1159,&quot;25353&quot;:1160,&quot;26263&quot;:1161,&quot;26696&quot;:1162,&quot;38343&quot;:1163,&quot;38797&quot;:1164,&quot;26447&quot;:1165,&quot;20197&quot;:1166,&quot;20234&quot;:1167,&quot;20301&quot;:1168,&quot;20381&quot;:1169,&quot;20553&quot;:1170,&quot;22258&quot;:1171,&quot;22839&quot;:1172,&quot;22996&quot;:1173,&quot;23041&quot;:1174,&quot;23561&quot;:1175,&quot;24799&quot;:1176,&quot;24847&quot;:1177,&quot;24944&quot;:1178,&quot;26131&quot;:1179,&quot;26885&quot;:1180,&quot;28858&quot;:1181,&quot;30031&quot;:1182,&quot;30064&quot;:1183,&quot;31227&quot;:1184,&quot;32173&quot;:1185,&quot;32239&quot;:1186,&quot;32963&quot;:1187,&quot;33806&quot;:1188,&quot;12176&quot;:1189,&quot;34915&quot;:1189,&quot;35586&quot;:1190,&quot;36949&quot;:1191,&quot;36986&quot;:1192,&quot;21307&quot;:1193,&quot;20117&quot;:1194,&quot;20133&quot;:1195,&quot;22495&quot;:1196,&quot;32946&quot;:1197,&quot;37057&quot;:1198,&quot;30959&quot;:1199,&quot;12032&quot;:1200,&quot;19968&quot;:1200,&quot;22769&quot;:1201,&quot;28322&quot;:1202,&quot;36920&quot;:1203,&quot;31282&quot;:1204,&quot;33576&quot;:1205,&quot;33419&quot;:1206,&quot;39983&quot;:1207,&quot;20801&quot;:1208,&quot;21360&quot;:1209,&quot;21693&quot;:1210,&quot;21729&quot;:1211,&quot;22240&quot;:1212,&quot;23035&quot;:1213,&quot;24341&quot;:1214,&quot;39154&quot;:1215,&quot;28139&quot;:1216,&quot;32996&quot;:1217,&quot;34093&quot;:1218,&quot;38498&quot;:1219,&quot;38512&quot;:1220,&quot;38560&quot;:1221,&quot;38907&quot;:1222,&quot;21515&quot;:1223,&quot;21491&quot;:1224,&quot;23431&quot;:1225,&quot;28879&quot;:1226,&quot;12155&quot;:1227,&quot;32701&quot;:1227,&quot;36802&quot;:1228,&quot;12204&quot;:1229,&quot;38632&quot;:1229,&quot;21359&quot;:1230,&quot;40284&quot;:1231,&quot;31418&quot;:1232,&quot;19985&quot;:1233,&quot;30867&quot;:1234,&quot;12165&quot;:1235,&quot;33276&quot;:1235,&quot;28198&quot;:1236,&quot;22040&quot;:1237,&quot;21764&quot;:1238,&quot;27421&quot;:1239,&quot;34074&quot;:1240,&quot;39995&quot;:1241,&quot;23013&quot;:1242,&quot;21417&quot;:1243,&quot;28006&quot;:1244,&quot;12128&quot;:1245,&quot;29916&quot;:1245,&quot;38287&quot;:1246,&quot;22082&quot;:1247,&quot;20113&quot;:1248,&quot;36939&quot;:1249,&quot;38642&quot;:1250,&quot;33615&quot;:1251,&quot;39180&quot;:1252,&quot;21473&quot;:1253,&quot;21942&quot;:1254,&quot;23344&quot;:1255,&quot;24433&quot;:1256,&quot;26144&quot;:1257,&quot;26355&quot;:1258,&quot;26628&quot;:1259,&quot;27704&quot;:1260,&quot;27891&quot;:1261,&quot;27945&quot;:1262,&quot;29787&quot;:1263,&quot;30408&quot;:1264,&quot;31310&quot;:1265,&quot;38964&quot;:1266,&quot;33521&quot;:1267,&quot;34907&quot;:1268,&quot;35424&quot;:1269,&quot;37613&quot;:1270,&quot;28082&quot;:1271,&quot;30123&quot;:1272,&quot;30410&quot;:1273,&quot;39365&quot;:1274,&quot;24742&quot;:1275,&quot;35585&quot;:1276,&quot;36234&quot;:1277,&quot;38322&quot;:1278,&quot;27022&quot;:1279,&quot;21421&quot;:1280,&quot;20870&quot;:1281,&quot;22290&quot;:1282,&quot;22576&quot;:1283,&quot;22852&quot;:1284,&quot;23476&quot;:1285,&quot;24310&quot;:1286,&quot;24616&quot;:1287,&quot;25513&quot;:1288,&quot;25588&quot;:1289,&quot;27839&quot;:1290,&quot;28436&quot;:1291,&quot;28814&quot;:1292,&quot;28948&quot;:1293,&quot;29017&quot;:1294,&quot;29141&quot;:1295,&quot;29503&quot;:1296,&quot;32257&quot;:1297,&quot;33398&quot;:1298,&quot;33489&quot;:1299,&quot;34199&quot;:1300,&quot;36960&quot;:1301,&quot;37467&quot;:1302,&quot;40219&quot;:1303,&quot;22633&quot;:1304,&quot;26044&quot;:1305,&quot;27738&quot;:1306,&quot;29989&quot;:1307,&quot;20985&quot;:1308,&quot;22830&quot;:1309,&quot;22885&quot;:1310,&quot;24448&quot;:1311,&quot;24540&quot;:1312,&quot;25276&quot;:1313,&quot;26106&quot;:1314,&quot;27178&quot;:1315,&quot;27431&quot;:1316,&quot;27572&quot;:1317,&quot;29579&quot;:1318,&quot;32705&quot;:1319,&quot;35158&quot;:1320,&quot;40236&quot;:1321,&quot;40206&quot;:1322,&quot;12009&quot;:1323,&quot;40644&quot;:1323,&quot;23713&quot;:1324,&quot;27798&quot;:1325,&quot;33659&quot;:1326,&quot;20740&quot;:1327,&quot;23627&quot;:1328,&quot;25014&quot;:1329,&quot;33222&quot;:1330,&quot;26742&quot;:1331,&quot;29281&quot;:1332,&quot;12036&quot;:1333,&quot;20057&quot;:1333,&quot;20474&quot;:1334,&quot;21368&quot;:1335,&quot;24681&quot;:1336,&quot;28201&quot;:1337,&quot;31311&quot;:1338,&quot;12211&quot;:1339,&quot;38899&quot;:1339,&quot;19979&quot;:1340,&quot;21270&quot;:1341,&quot;20206&quot;:1342,&quot;20309&quot;:1343,&quot;20285&quot;:1344,&quot;20385&quot;:1345,&quot;20339&quot;:1346,&quot;21152&quot;:1347,&quot;21487&quot;:1348,&quot;22025&quot;:1349,&quot;22799&quot;:1350,&quot;23233&quot;:1351,&quot;23478&quot;:1352,&quot;23521&quot;:1353,&quot;31185&quot;:1354,&quot;26247&quot;:1355,&quot;26524&quot;:1356,&quot;26550&quot;:1357,&quot;27468&quot;:1358,&quot;27827&quot;:1359,&quot;12117&quot;:1360,&quot;28779&quot;:1360,&quot;29634&quot;:1361,&quot;31117&quot;:1362,&quot;12146&quot;:1363,&quot;31166&quot;:1363,&quot;31292&quot;:1364,&quot;31623&quot;:1365,&quot;33457&quot;:1366,&quot;33499&quot;:1367,&quot;33540&quot;:1368,&quot;33655&quot;:1369,&quot;33775&quot;:1370,&quot;33747&quot;:1371,&quot;34662&quot;:1372,&quot;35506&quot;:1373,&quot;22057&quot;:1374,&quot;36008&quot;:1375,&quot;36838&quot;:1376,&quot;36942&quot;:1377,&quot;38686&quot;:1378,&quot;34442&quot;:1379,&quot;20420&quot;:1380,&quot;23784&quot;:1381,&quot;25105&quot;:1382,&quot;12123&quot;:1383,&quot;29273&quot;:1383,&quot;30011&quot;:1384,&quot;33253&quot;:1385,&quot;33469&quot;:1386,&quot;34558&quot;:1387,&quot;36032&quot;:1388,&quot;38597&quot;:1389,&quot;39187&quot;:1390,&quot;39381&quot;:1391,&quot;20171&quot;:1392,&quot;20250&quot;:1393,&quot;35299&quot;:1394,&quot;22238&quot;:1395,&quot;22602&quot;:1396,&quot;22730&quot;:1397,&quot;24315&quot;:1398,&quot;24555&quot;:1399,&quot;24618&quot;:1400,&quot;24724&quot;:1401,&quot;24674&quot;:1402,&quot;25040&quot;:1403,&quot;25106&quot;:1404,&quot;25296&quot;:1405,&quot;25913&quot;:1406,&quot;39745&quot;:1407,&quot;26214&quot;:1408,&quot;26800&quot;:1409,&quot;28023&quot;:1410,&quot;28784&quot;:1411,&quot;30028&quot;:1412,&quot;30342&quot;:1413,&quot;32117&quot;:1414,&quot;33445&quot;:1415,&quot;34809&quot;:1416,&quot;38283&quot;:1417,&quot;38542&quot;:1418,&quot;12185&quot;:1419,&quot;35997&quot;:1419,&quot;20977&quot;:1420,&quot;21182&quot;:1421,&quot;22806&quot;:1422,&quot;21683&quot;:1423,&quot;23475&quot;:1424,&quot;23830&quot;:1425,&quot;24936&quot;:1426,&quot;27010&quot;:1427,&quot;28079&quot;:1428,&quot;30861&quot;:1429,&quot;33995&quot;:1430,&quot;34903&quot;:1431,&quot;35442&quot;:1432,&quot;37799&quot;:1433,&quot;39608&quot;:1434,&quot;28012&quot;:1435,&quot;39336&quot;:1436,&quot;34521&quot;:1437,&quot;22435&quot;:1438,&quot;26623&quot;:1439,&quot;34510&quot;:1440,&quot;37390&quot;:1441,&quot;21123&quot;:1442,&quot;22151&quot;:1443,&quot;21508&quot;:1444,&quot;24275&quot;:1445,&quot;25313&quot;:1446,&quot;25785&quot;:1447,&quot;26684&quot;:1448,&quot;26680&quot;:1449,&quot;27579&quot;:1450,&quot;29554&quot;:1451,&quot;30906&quot;:1452,&quot;31339&quot;:1453,&quot;35226&quot;:1454,&quot;12179&quot;:1455,&quot;35282&quot;:1455,&quot;36203&quot;:1456,&quot;36611&quot;:1457,&quot;37101&quot;:1458,&quot;38307&quot;:1459,&quot;38548&quot;:1460,&quot;12208&quot;:1461,&quot;38761&quot;:1461,&quot;23398&quot;:1462,&quot;23731&quot;:1463,&quot;27005&quot;:1464,&quot;38989&quot;:1465,&quot;38990&quot;:1466,&quot;25499&quot;:1467,&quot;31520&quot;:1468,&quot;27179&quot;:1469,&quot;27263&quot;:1470,&quot;26806&quot;:1471,&quot;39949&quot;:1472,&quot;28511&quot;:1473,&quot;21106&quot;:1474,&quot;21917&quot;:1475,&quot;24688&quot;:1476,&quot;25324&quot;:1477,&quot;27963&quot;:1478,&quot;28167&quot;:1479,&quot;28369&quot;:1480,&quot;33883&quot;:1481,&quot;35088&quot;:1482,&quot;36676&quot;:1483,&quot;19988&quot;:1484,&quot;39993&quot;:1485,&quot;21494&quot;:1486,&quot;26907&quot;:1487,&quot;27194&quot;:1488,&quot;38788&quot;:1489,&quot;26666&quot;:1490,&quot;20828&quot;:1491,&quot;31427&quot;:1492,&quot;33970&quot;:1493,&quot;37340&quot;:1494,&quot;37772&quot;:1495,&quot;22107&quot;:1496,&quot;40232&quot;:1497,&quot;26658&quot;:1498,&quot;33541&quot;:1499,&quot;33841&quot;:1500,&quot;31909&quot;:1501,&quot;21000&quot;:1502,&quot;33477&quot;:1503,&quot;12129&quot;:1504,&quot;29926&quot;:1504,&quot;20094&quot;:1505,&quot;20355&quot;:1506,&quot;20896&quot;:1507,&quot;23506&quot;:1508,&quot;21002&quot;:1509,&quot;21208&quot;:1510,&quot;21223&quot;:1511,&quot;24059&quot;:1512,&quot;21914&quot;:1513,&quot;22570&quot;:1514,&quot;23014&quot;:1515,&quot;23436&quot;:1516,&quot;23448&quot;:1517,&quot;23515&quot;:1518,&quot;12082&quot;:1519,&quot;24178&quot;:1519,&quot;24185&quot;:1520,&quot;24739&quot;:1521,&quot;24863&quot;:1522,&quot;24931&quot;:1523,&quot;25022&quot;:1524,&quot;25563&quot;:1525,&quot;25954&quot;:1526,&quot;26577&quot;:1527,&quot;26707&quot;:1528,&quot;26874&quot;:1529,&quot;27454&quot;:1530,&quot;27475&quot;:1531,&quot;27735&quot;:1532,&quot;28450&quot;:1533,&quot;28567&quot;:1534,&quot;28485&quot;:1535,&quot;29872&quot;:1536,&quot;12130&quot;:1537,&quot;29976&quot;:1537,&quot;30435&quot;:1538,&quot;30475&quot;:1539,&quot;31487&quot;:1540,&quot;31649&quot;:1541,&quot;31777&quot;:1542,&quot;32233&quot;:1543,&quot;12152&quot;:1544,&quot;32566&quot;:1544,&quot;32752&quot;:1545,&quot;32925&quot;:1546,&quot;33382&quot;:1547,&quot;33694&quot;:1548,&quot;35251&quot;:1549,&quot;35532&quot;:1550,&quot;36011&quot;:1551,&quot;36996&quot;:1552,&quot;37969&quot;:1553,&quot;38291&quot;:1554,&quot;38289&quot;:1555,&quot;38306&quot;:1556,&quot;38501&quot;:1557,&quot;38867&quot;:1558,&quot;39208&quot;:1559,&quot;33304&quot;:1560,&quot;20024&quot;:1561,&quot;21547&quot;:1562,&quot;23736&quot;:1563,&quot;24012&quot;:1564,&quot;29609&quot;:1565,&quot;30284&quot;:1566,&quot;30524&quot;:1567,&quot;23721&quot;:1568,&quot;32747&quot;:1569,&quot;36107&quot;:1570,&quot;38593&quot;:1571,&quot;38929&quot;:1572,&quot;38996&quot;:1573,&quot;39000&quot;:1574,&quot;20225&quot;:1575,&quot;20238&quot;:1576,&quot;21361&quot;:1577,&quot;21916&quot;:1578,&quot;22120&quot;:1579,&quot;22522&quot;:1580,&quot;22855&quot;:1581,&quot;23305&quot;:1582,&quot;23492&quot;:1583,&quot;23696&quot;:1584,&quot;24076&quot;:1585,&quot;24190&quot;:1586,&quot;24524&quot;:1587,&quot;25582&quot;:1588,&quot;26426&quot;:1589,&quot;26071&quot;:1590,&quot;26082&quot;:1591,&quot;26399&quot;:1592,&quot;26827&quot;:1593,&quot;26820&quot;:1594,&quot;27231&quot;:1595,&quot;24112&quot;:1596,&quot;27589&quot;:1597,&quot;27671&quot;:1598,&quot;27773&quot;:1599,&quot;30079&quot;:1600,&quot;31048&quot;:1601,&quot;23395&quot;:1602,&quot;31232&quot;:1603,&quot;32000&quot;:1604,&quot;24509&quot;:1605,&quot;35215&quot;:1606,&quot;35352&quot;:1607,&quot;36020&quot;:1608,&quot;36215&quot;:1609,&quot;36556&quot;:1610,&quot;36637&quot;:1611,&quot;39138&quot;:1612,&quot;39438&quot;:1613,&quot;12004&quot;:1614,&quot;12225&quot;:1614,&quot;39740&quot;:1614,&quot;12018&quot;:1615,&quot;20096&quot;:1615,&quot;20605&quot;:1616,&quot;20736&quot;:1617,&quot;22931&quot;:1618,&quot;23452&quot;:1619,&quot;25135&quot;:1620,&quot;25216&quot;:1621,&quot;25836&quot;:1622,&quot;27450&quot;:1623,&quot;29344&quot;:1624,&quot;30097&quot;:1625,&quot;31047&quot;:1626,&quot;32681&quot;:1627,&quot;34811&quot;:1628,&quot;35516&quot;:1629,&quot;35696&quot;:1630,&quot;25516&quot;:1631,&quot;33738&quot;:1632,&quot;38816&quot;:1633,&quot;21513&quot;:1634,&quot;21507&quot;:1635,&quot;21931&quot;:1636,&quot;26708&quot;:1637,&quot;27224&quot;:1638,&quot;35440&quot;:1639,&quot;30759&quot;:1640,&quot;26485&quot;:1641,&quot;12233&quot;:1642,&quot;40653&quot;:1642,&quot;21364&quot;:1643,&quot;23458&quot;:1644,&quot;33050&quot;:1645,&quot;34384&quot;:1646,&quot;36870&quot;:1647,&quot;19992&quot;:1648,&quot;20037&quot;:1649,&quot;20167&quot;:1650,&quot;20241&quot;:1651,&quot;21450&quot;:1652,&quot;21560&quot;:1653,&quot;23470&quot;:1654,&quot;12088&quot;:1655,&quot;24339&quot;:1655,&quot;24613&quot;:1656,&quot;25937&quot;:1657,&quot;26429&quot;:1658,&quot;27714&quot;:1659,&quot;27762&quot;:1660,&quot;27875&quot;:1661,&quot;28792&quot;:1662,&quot;29699&quot;:1663,&quot;31350&quot;:1664,&quot;31406&quot;:1665,&quot;31496&quot;:1666,&quot;32026&quot;:1667,&quot;31998&quot;:1668,&quot;32102&quot;:1669,&quot;26087&quot;:1670,&quot;12124&quot;:1671,&quot;29275&quot;:1671,&quot;21435&quot;:1672,&quot;23621&quot;:1673,&quot;24040&quot;:1674,&quot;25298&quot;:1675,&quot;25312&quot;:1676,&quot;25369&quot;:1677,&quot;28192&quot;:1678,&quot;34394&quot;:1679,&quot;35377&quot;:1680,&quot;36317&quot;:1681,&quot;37624&quot;:1682,&quot;28417&quot;:1683,&quot;31142&quot;:1684,&quot;12226&quot;:1685,&quot;39770&quot;:1685,&quot;20136&quot;:1686,&quot;20139&quot;:1687,&quot;20140&quot;:1688,&quot;20379&quot;:1689,&quot;20384&quot;:1690,&quot;20689&quot;:1691,&quot;20807&quot;:1692,&quot;31478&quot;:1693,&quot;20849&quot;:1694,&quot;20982&quot;:1695,&quot;21332&quot;:1696,&quot;21281&quot;:1697,&quot;21375&quot;:1698,&quot;21483&quot;:1699,&quot;21932&quot;:1700,&quot;22659&quot;:1701,&quot;23777&quot;:1702,&quot;24375&quot;:1703,&quot;24394&quot;:1704,&quot;24623&quot;:1705,&quot;24656&quot;:1706,&quot;24685&quot;:1707,&quot;25375&quot;:1708,&quot;25945&quot;:1709,&quot;27211&quot;:1710,&quot;27841&quot;:1711,&quot;29378&quot;:1712,&quot;29421&quot;:1713,&quot;30703&quot;:1714,&quot;33016&quot;:1715,&quot;33029&quot;:1716,&quot;33288&quot;:1717,&quot;34126&quot;:1718,&quot;37111&quot;:1719,&quot;37857&quot;:1720,&quot;38911&quot;:1721,&quot;39255&quot;:1722,&quot;39514&quot;:1723,&quot;20208&quot;:1724,&quot;20957&quot;:1725,&quot;23597&quot;:1726,&quot;26241&quot;:1727,&quot;26989&quot;:1728,&quot;23616&quot;:1729,&quot;26354&quot;:1730,&quot;26997&quot;:1731,&quot;12127&quot;:1732,&quot;29577&quot;:1732,&quot;26704&quot;:1733,&quot;31873&quot;:1734,&quot;20677&quot;:1735,&quot;21220&quot;:1736,&quot;22343&quot;:1737,&quot;12081&quot;:1738,&quot;24062&quot;:1738,&quot;37670&quot;:1739,&quot;12100&quot;:1740,&quot;26020&quot;:1740,&quot;27427&quot;:1741,&quot;27453&quot;:1742,&quot;29748&quot;:1743,&quot;31105&quot;:1744,&quot;31165&quot;:1745,&quot;31563&quot;:1746,&quot;32202&quot;:1747,&quot;33465&quot;:1748,&quot;33740&quot;:1749,&quot;34943&quot;:1750,&quot;35167&quot;:1751,&quot;35641&quot;:1752,&quot;36817&quot;:1753,&quot;12198&quot;:1754,&quot;37329&quot;:1754,&quot;21535&quot;:1755,&quot;37504&quot;:1756,&quot;20061&quot;:1757,&quot;20534&quot;:1758,&quot;21477&quot;:1759,&quot;21306&quot;:1760,&quot;29399&quot;:1761,&quot;29590&quot;:1762,&quot;30697&quot;:1763,&quot;33510&quot;:1764,&quot;36527&quot;:1765,&quot;39366&quot;:1766,&quot;39368&quot;:1767,&quot;39378&quot;:1768,&quot;20855&quot;:1769,&quot;24858&quot;:1770,&quot;34398&quot;:1771,&quot;21936&quot;:1772,&quot;31354&quot;:1773,&quot;20598&quot;:1774,&quot;23507&quot;:1775,&quot;36935&quot;:1776,&quot;38533&quot;:1777,&quot;20018&quot;:1778,&quot;27355&quot;:1779,&quot;37351&quot;:1780,&quot;23633&quot;:1781,&quot;23624&quot;:1782,&quot;25496&quot;:1783,&quot;31391&quot;:1784,&quot;27795&quot;:1785,&quot;38772&quot;:1786,&quot;36705&quot;:1787,&quot;31402&quot;:1788,&quot;29066&quot;:1789,&quot;38536&quot;:1790,&quot;31874&quot;:1791,&quot;26647&quot;:1792,&quot;32368&quot;:1793,&quot;26705&quot;:1794,&quot;37740&quot;:1795,&quot;21234&quot;:1796,&quot;21531&quot;:1797,&quot;34219&quot;:1798,&quot;35347&quot;:1799,&quot;32676&quot;:1800,&quot;36557&quot;:1801,&quot;37089&quot;:1802,&quot;21350&quot;:1803,&quot;34952&quot;:1804,&quot;31041&quot;:1805,&quot;20418&quot;:1806,&quot;20670&quot;:1807,&quot;21009&quot;:1808,&quot;20804&quot;:1809,&quot;21843&quot;:1810,&quot;22317&quot;:1811,&quot;29674&quot;:1812,&quot;22411&quot;:1813,&quot;22865&quot;:1814,&quot;24418&quot;:1815,&quot;24452&quot;:1816,&quot;24693&quot;:1817,&quot;24950&quot;:1818,&quot;24935&quot;:1819,&quot;25001&quot;:1820,&quot;25522&quot;:1821,&quot;25658&quot;:1822,&quot;25964&quot;:1823,&quot;26223&quot;:1824,&quot;26690&quot;:1825,&quot;28179&quot;:1826,&quot;30054&quot;:1827,&quot;31293&quot;:1828,&quot;31995&quot;:1829,&quot;32076&quot;:1830,&quot;32153&quot;:1831,&quot;32331&quot;:1832,&quot;32619&quot;:1833,&quot;33550&quot;:1834,&quot;33610&quot;:1835,&quot;34509&quot;:1836,&quot;35336&quot;:1837,&quot;35427&quot;:1838,&quot;35686&quot;:1839,&quot;36605&quot;:1840,&quot;38938&quot;:1841,&quot;40335&quot;:1842,&quot;33464&quot;:1843,&quot;36814&quot;:1844,&quot;39912&quot;:1845,&quot;21127&quot;:1846,&quot;25119&quot;:1847,&quot;25731&quot;:1848,&quot;28608&quot;:1849,&quot;38553&quot;:1850,&quot;26689&quot;:1851,&quot;20625&quot;:1852,&quot;12107&quot;:1853,&quot;27424&quot;:1853,&quot;27770&quot;:1854,&quot;28500&quot;:1855,&quot;12147&quot;:1856,&quot;31348&quot;:1856,&quot;32080&quot;:1857,&quot;12174&quot;:1858,&quot;34880&quot;:1858,&quot;35363&quot;:1859,&quot;12105&quot;:1860,&quot;26376&quot;:1860,&quot;20214&quot;:1861,&quot;20537&quot;:1862,&quot;20518&quot;:1863,&quot;20581&quot;:1864,&quot;20860&quot;:1865,&quot;21048&quot;:1866,&quot;21091&quot;:1867,&quot;21927&quot;:1868,&quot;22287&quot;:1869,&quot;22533&quot;:1870,&quot;23244&quot;:1871,&quot;24314&quot;:1872,&quot;25010&quot;:1873,&quot;25080&quot;:1874,&quot;25331&quot;:1875,&quot;25458&quot;:1876,&quot;26908&quot;:1877,&quot;27177&quot;:1878,&quot;29309&quot;:1879,&quot;12125&quot;:1880,&quot;29356&quot;:1880,&quot;29486&quot;:1881,&quot;30740&quot;:1882,&quot;30831&quot;:1883,&quot;32121&quot;:1884,&quot;30476&quot;:1885,&quot;32937&quot;:1886,&quot;12178&quot;:1887,&quot;35211&quot;:1887,&quot;35609&quot;:1888,&quot;36066&quot;:1889,&quot;36562&quot;:1890,&quot;36963&quot;:1891,&quot;37749&quot;:1892,&quot;38522&quot;:1893,&quot;38997&quot;:1894,&quot;39443&quot;:1895,&quot;40568&quot;:1896,&quot;20803&quot;:1897,&quot;21407&quot;:1898,&quot;21427&quot;:1899,&quot;24187&quot;:1900,&quot;24358&quot;:1901,&quot;28187&quot;:1902,&quot;28304&quot;:1903,&quot;12126&quot;:1904,&quot;29572&quot;:1904,&quot;29694&quot;:1905,&quot;32067&quot;:1906,&quot;33335&quot;:1907,&quot;12180&quot;:1908,&quot;35328&quot;:1908,&quot;35578&quot;:1909,&quot;38480&quot;:1910,&quot;20046&quot;:1911,&quot;20491&quot;:1912,&quot;21476&quot;:1913,&quot;21628&quot;:1914,&quot;22266&quot;:1915,&quot;22993&quot;:1916,&quot;23396&quot;:1917,&quot;12080&quot;:1918,&quot;24049&quot;:1918,&quot;24235&quot;:1919,&quot;24359&quot;:1920,&quot;12094&quot;:1921,&quot;25144&quot;:1921,&quot;25925&quot;:1922,&quot;26543&quot;:1923,&quot;28246&quot;:1924,&quot;29392&quot;:1925,&quot;31946&quot;:1926,&quot;34996&quot;:1927,&quot;32929&quot;:1928,&quot;32993&quot;:1929,&quot;33776&quot;:1930,&quot;11969&quot;:1931,&quot;34382&quot;:1931,&quot;35463&quot;:1932,&quot;36328&quot;:1933,&quot;37431&quot;:1934,&quot;38599&quot;:1935,&quot;39015&quot;:1936,&quot;12238&quot;:1937,&quot;40723&quot;:1937,&quot;20116&quot;:1938,&quot;20114&quot;:1939,&quot;20237&quot;:1940,&quot;21320&quot;:1941,&quot;21577&quot;:1942,&quot;21566&quot;:1943,&quot;23087&quot;:1944,&quot;24460&quot;:1945,&quot;24481&quot;:1946,&quot;24735&quot;:1947,&quot;26791&quot;:1948,&quot;27278&quot;:1949,&quot;29786&quot;:1950,&quot;30849&quot;:1951,&quot;35486&quot;:1952,&quot;35492&quot;:1953,&quot;35703&quot;:1954,&quot;37264&quot;:1955,&quot;20062&quot;:1956,&quot;39881&quot;:1957,&quot;20132&quot;:1958,&quot;20348&quot;:1959,&quot;20399&quot;:1960,&quot;20505&quot;:1961,&quot;20502&quot;:1962,&quot;20809&quot;:1963,&quot;20844&quot;:1964,&quot;21151&quot;:1965,&quot;21177&quot;:1966,&quot;21246&quot;:1967,&quot;21402&quot;:1968,&quot;12061&quot;:1969,&quot;21475&quot;:1969,&quot;21521&quot;:1970,&quot;21518&quot;:1971,&quot;21897&quot;:1972,&quot;22353&quot;:1973,&quot;22434&quot;:1974,&quot;22909&quot;:1975,&quot;23380&quot;:1976,&quot;23389&quot;:1977,&quot;23439&quot;:1978,&quot;12079&quot;:1979,&quot;24037&quot;:1979,&quot;24039&quot;:1980,&quot;24055&quot;:1981,&quot;24184&quot;:1982,&quot;24195&quot;:1983,&quot;24218&quot;:1984,&quot;24247&quot;:1985,&quot;24344&quot;:1986,&quot;24658&quot;:1987,&quot;24908&quot;:1988,&quot;25239&quot;:1989,&quot;25304&quot;:1990,&quot;25511&quot;:1991,&quot;25915&quot;:1992,&quot;26114&quot;:1993,&quot;26179&quot;:1994,&quot;26356&quot;:1995,&quot;26477&quot;:1996,&quot;26657&quot;:1997,&quot;26775&quot;:1998,&quot;27083&quot;:1999,&quot;27743&quot;:2000,&quot;27946&quot;:2001,&quot;28009&quot;:2002,&quot;28207&quot;:2003,&quot;28317&quot;:2004,&quot;30002&quot;:2005,&quot;30343&quot;:2006,&quot;30828&quot;:2007,&quot;31295&quot;:2008,&quot;31968&quot;:2009,&quot;32005&quot;:2010,&quot;32024&quot;:2011,&quot;32094&quot;:2012,&quot;32177&quot;:2013,&quot;32789&quot;:2014,&quot;32771&quot;:2015,&quot;32943&quot;:2016,&quot;32945&quot;:2017,&quot;33108&quot;:2018,&quot;33167&quot;:2019,&quot;33322&quot;:2020,&quot;33618&quot;:2021,&quot;12175&quot;:2022,&quot;34892&quot;:2022,&quot;34913&quot;:2023,&quot;35611&quot;:2024,&quot;36002&quot;:2025,&quot;36092&quot;:2026,&quot;37066&quot;:2027,&quot;37237&quot;:2028,&quot;37489&quot;:2029,&quot;30783&quot;:2030,&quot;37628&quot;:2031,&quot;38308&quot;:2032,&quot;38477&quot;:2033,&quot;38917&quot;:2034,&quot;12217&quot;:2035,&quot;39321&quot;:2035,&quot;12220&quot;:2036,&quot;39640&quot;:2036,&quot;40251&quot;:2037,&quot;21083&quot;:2038,&quot;21163&quot;:2039,&quot;21495&quot;:2040,&quot;21512&quot;:2041,&quot;22741&quot;:2042,&quot;25335&quot;:2043,&quot;28640&quot;:2044,&quot;35946&quot;:2045,&quot;36703&quot;:2046,&quot;40633&quot;:2047,&quot;20811&quot;:2048,&quot;21051&quot;:2049,&quot;21578&quot;:2050,&quot;22269&quot;:2051,&quot;31296&quot;:2052,&quot;37239&quot;:2053,&quot;40288&quot;:2054,&quot;12234&quot;:2055,&quot;40658&quot;:2055,&quot;29508&quot;:2056,&quot;28425&quot;:2057,&quot;33136&quot;:2058,&quot;29969&quot;:2059,&quot;24573&quot;:2060,&quot;24794&quot;:2061,&quot;12219&quot;:2062,&quot;39592&quot;:2062,&quot;29403&quot;:2063,&quot;36796&quot;:2064,&quot;27492&quot;:2065,&quot;38915&quot;:2066,&quot;20170&quot;:2067,&quot;22256&quot;:2068,&quot;22372&quot;:2069,&quot;22718&quot;:2070,&quot;23130&quot;:2071,&quot;24680&quot;:2072,&quot;25031&quot;:2073,&quot;26127&quot;:2074,&quot;26118&quot;:2075,&quot;26681&quot;:2076,&quot;26801&quot;:2077,&quot;28151&quot;:2078,&quot;30165&quot;:2079,&quot;32058&quot;:2080,&quot;12169&quot;:2081,&quot;33390&quot;:2081,&quot;39746&quot;:2082,&quot;20123&quot;:2083,&quot;20304&quot;:2084,&quot;21449&quot;:2085,&quot;21766&quot;:2086,&quot;23919&quot;:2087,&quot;24038&quot;:2088,&quot;24046&quot;:2089,&quot;26619&quot;:2090,&quot;27801&quot;:2091,&quot;29811&quot;:2092,&quot;30722&quot;:2093,&quot;35408&quot;:2094,&quot;37782&quot;:2095,&quot;35039&quot;:2096,&quot;22352&quot;:2097,&quot;24231&quot;:2098,&quot;25387&quot;:2099,&quot;20661&quot;:2100,&quot;20652&quot;:2101,&quot;20877&quot;:2102,&quot;26368&quot;:2103,&quot;21705&quot;:2104,&quot;22622&quot;:2105,&quot;22971&quot;:2106,&quot;23472&quot;:2107,&quot;24425&quot;:2108,&quot;25165&quot;:2109,&quot;25505&quot;:2110,&quot;26685&quot;:2111,&quot;27507&quot;:2112,&quot;28168&quot;:2113,&quot;28797&quot;:2114,&quot;37319&quot;:2115,&quot;29312&quot;:2116,&quot;30741&quot;:2117,&quot;30758&quot;:2118,&quot;31085&quot;:2119,&quot;25998&quot;:2120,&quot;32048&quot;:2121,&quot;33756&quot;:2122,&quot;35009&quot;:2123,&quot;36617&quot;:2124,&quot;38555&quot;:2125,&quot;21092&quot;:2126,&quot;22312&quot;:2127,&quot;26448&quot;:2128,&quot;32618&quot;:2129,&quot;36001&quot;:2130,&quot;20916&quot;:2131,&quot;22338&quot;:2132,&quot;38442&quot;:2133,&quot;22586&quot;:2134,&quot;27018&quot;:2135,&quot;32948&quot;:2136,&quot;21682&quot;:2137,&quot;23822&quot;:2138,&quot;22524&quot;:2139,&quot;30869&quot;:2140,&quot;40442&quot;:2141,&quot;20316&quot;:2142,&quot;21066&quot;:2143,&quot;21643&quot;:2144,&quot;25662&quot;:2145,&quot;26152&quot;:2146,&quot;26388&quot;:2147,&quot;26613&quot;:2148,&quot;31364&quot;:2149,&quot;31574&quot;:2150,&quot;32034&quot;:2151,&quot;37679&quot;:2152,&quot;26716&quot;:2153,&quot;39853&quot;:2154,&quot;31545&quot;:2155,&quot;21273&quot;:2156,&quot;20874&quot;:2157,&quot;21047&quot;:2158,&quot;23519&quot;:2159,&quot;25334&quot;:2160,&quot;25774&quot;:2161,&quot;25830&quot;:2162,&quot;26413&quot;:2163,&quot;27578&quot;:2164,&quot;34217&quot;:2165,&quot;38609&quot;:2166,&quot;30352&quot;:2167,&quot;39894&quot;:2168,&quot;25420&quot;:2169,&quot;37638&quot;:2170,&quot;39851&quot;:2171,&quot;12139&quot;:2172,&quot;30399&quot;:2172,&quot;26194&quot;:2173,&quot;19977&quot;:2174,&quot;20632&quot;:2175,&quot;21442&quot;:2176,&quot;12077&quot;:2177,&quot;23665&quot;:2177,&quot;24808&quot;:2178,&quot;25746&quot;:2179,&quot;25955&quot;:2180,&quot;26719&quot;:2181,&quot;29158&quot;:2182,&quot;29642&quot;:2183,&quot;29987&quot;:2184,&quot;31639&quot;:2185,&quot;32386&quot;:2186,&quot;34453&quot;:2187,&quot;35715&quot;:2188,&quot;36059&quot;:2189,&quot;37240&quot;:2190,&quot;39184&quot;:2191,&quot;26028&quot;:2192,&quot;26283&quot;:2193,&quot;27531&quot;:2194,&quot;20181&quot;:2195,&quot;20180&quot;:2196,&quot;20282&quot;:2197,&quot;20351&quot;:2198,&quot;21050&quot;:2199,&quot;21496&quot;:2200,&quot;21490&quot;:2201,&quot;21987&quot;:2202,&quot;22235&quot;:2203,&quot;12064&quot;:2204,&quot;22763&quot;:2204,&quot;22987&quot;:2205,&quot;22985&quot;:2206,&quot;23039&quot;:2207,&quot;12070&quot;:2208,&quot;23376&quot;:2208,&quot;23629&quot;:2209,&quot;24066&quot;:2210,&quot;24107&quot;:2211,&quot;24535&quot;:2212,&quot;24605&quot;:2213,&quot;25351&quot;:2214,&quot;12096&quot;:2215,&quot;25903&quot;:2215,&quot;23388&quot;:2216,&quot;26031&quot;:2217,&quot;26045&quot;:2218,&quot;26088&quot;:2219,&quot;26525&quot;:2220,&quot;12108&quot;:2221,&quot;27490&quot;:2221,&quot;27515&quot;:2222,&quot;12114&quot;:2223,&quot;27663&quot;:2223,&quot;29509&quot;:2224,&quot;31049&quot;:2225,&quot;31169&quot;:2226,&quot;12151&quot;:2227,&quot;31992&quot;:2227,&quot;32025&quot;:2228,&quot;32043&quot;:2229,&quot;32930&quot;:2230,&quot;33026&quot;:2231,&quot;12164&quot;:2232,&quot;33267&quot;:2232,&quot;35222&quot;:2233,&quot;35422&quot;:2234,&quot;35433&quot;:2235,&quot;35430&quot;:2236,&quot;35468&quot;:2237,&quot;35566&quot;:2238,&quot;36039&quot;:2239,&quot;36060&quot;:2240,&quot;38604&quot;:2241,&quot;39164&quot;:2242,&quot;12013&quot;:2243,&quot;27503&quot;:2243,&quot;20107&quot;:2244,&quot;20284&quot;:2245,&quot;20365&quot;:2246,&quot;20816&quot;:2247,&quot;23383&quot;:2248,&quot;23546&quot;:2249,&quot;24904&quot;:2250,&quot;25345&quot;:2251,&quot;26178&quot;:2252,&quot;27425&quot;:2253,&quot;28363&quot;:2254,&quot;27835&quot;:2255,&quot;29246&quot;:2256,&quot;29885&quot;:2257,&quot;30164&quot;:2258,&quot;30913&quot;:2259,&quot;12144&quot;:2260,&quot;31034&quot;:2260,&quot;12157&quot;:2261,&quot;32780&quot;:2261,&quot;12159&quot;:2262,&quot;32819&quot;:2262,&quot;12163&quot;:2263,&quot;33258&quot;:2263,&quot;33940&quot;:2264,&quot;36766&quot;:2265,&quot;27728&quot;:2266,&quot;12229&quot;:2267,&quot;40575&quot;:2267,&quot;24335&quot;:2268,&quot;35672&quot;:2269,&quot;40235&quot;:2270,&quot;31482&quot;:2271,&quot;36600&quot;:2272,&quot;23437&quot;:2273,&quot;38635&quot;:2274,&quot;19971&quot;:2275,&quot;21489&quot;:2276,&quot;22519&quot;:2277,&quot;22833&quot;:2278,&quot;23241&quot;:2279,&quot;23460&quot;:2280,&quot;24713&quot;:2281,&quot;28287&quot;:2282,&quot;28422&quot;:2283,&quot;30142&quot;:2284,&quot;36074&quot;:2285,&quot;23455&quot;:2286,&quot;34048&quot;:2287,&quot;31712&quot;:2288,&quot;20594&quot;:2289,&quot;26612&quot;:2290,&quot;33437&quot;:2291,&quot;23649&quot;:2292,&quot;34122&quot;:2293,&quot;32286&quot;:2294,&quot;33294&quot;:2295,&quot;20889&quot;:2296,&quot;23556&quot;:2297,&quot;25448&quot;:2298,&quot;36198&quot;:2299,&quot;26012&quot;:2300,&quot;29038&quot;:2301,&quot;31038&quot;:2302,&quot;32023&quot;:2303,&quot;32773&quot;:2304,&quot;35613&quot;:2305,&quot;12190&quot;:2306,&quot;36554&quot;:2306,&quot;36974&quot;:2307,&quot;34503&quot;:2308,&quot;37034&quot;:2309,&quot;20511&quot;:2310,&quot;21242&quot;:2311,&quot;23610&quot;:2312,&quot;26451&quot;:2313,&quot;28796&quot;:2314,&quot;29237&quot;:2315,&quot;37196&quot;:2316,&quot;37320&quot;:2317,&quot;37675&quot;:2318,&quot;33509&quot;:2319,&quot;23490&quot;:2320,&quot;24369&quot;:2321,&quot;24825&quot;:2322,&quot;20027&quot;:2323,&quot;21462&quot;:2324,&quot;23432&quot;:2325,&quot;12095&quot;:2326,&quot;25163&quot;:2326,&quot;26417&quot;:2327,&quot;27530&quot;:2328,&quot;29417&quot;:2329,&quot;29664&quot;:2330,&quot;31278&quot;:2331,&quot;33131&quot;:2332,&quot;36259&quot;:2333,&quot;37202&quot;:2334,&quot;12216&quot;:2335,&quot;39318&quot;:2335,&quot;20754&quot;:2336,&quot;21463&quot;:2337,&quot;21610&quot;:2338,&quot;23551&quot;:2339,&quot;25480&quot;:2340,&quot;27193&quot;:2341,&quot;32172&quot;:2342,&quot;38656&quot;:2343,&quot;22234&quot;:2344,&quot;21454&quot;:2345,&quot;21608&quot;:2346,&quot;23447&quot;:2347,&quot;23601&quot;:2348,&quot;24030&quot;:2349,&quot;20462&quot;:2350,&quot;24833&quot;:2351,&quot;25342&quot;:2352,&quot;27954&quot;:2353,&quot;31168&quot;:2354,&quot;31179&quot;:2355,&quot;32066&quot;:2356,&quot;32333&quot;:2357,&quot;32722&quot;:2358,&quot;33261&quot;:2359,&quot;12168&quot;:2360,&quot;33311&quot;:2360,&quot;33936&quot;:2361,&quot;34886&quot;:2362,&quot;35186&quot;:2363,&quot;35728&quot;:2364,&quot;36468&quot;:2365,&quot;36655&quot;:2366,&quot;36913&quot;:2367,&quot;37195&quot;:2368,&quot;37228&quot;:2369,&quot;38598&quot;:2370,&quot;37276&quot;:2371,&quot;20160&quot;:2372,&quot;20303&quot;:2373,&quot;20805&quot;:2374,&quot;12055&quot;:2375,&quot;21313&quot;:2375,&quot;24467&quot;:2376,&quot;25102&quot;:2377,&quot;26580&quot;:2378,&quot;27713&quot;:2379,&quot;28171&quot;:2380,&quot;29539&quot;:2381,&quot;32294&quot;:2382,&quot;37325&quot;:2383,&quot;37507&quot;:2384,&quot;21460&quot;:2385,&quot;22809&quot;:2386,&quot;23487&quot;:2387,&quot;28113&quot;:2388,&quot;31069&quot;:2389,&quot;32302&quot;:2390,&quot;31899&quot;:2391,&quot;22654&quot;:2392,&quot;29087&quot;:2393,&quot;20986&quot;:2394,&quot;34899&quot;:2395,&quot;36848&quot;:2396,&quot;20426&quot;:2397,&quot;23803&quot;:2398,&quot;26149&quot;:2399,&quot;30636&quot;:2400,&quot;31459&quot;:2401,&quot;33308&quot;:2402,&quot;39423&quot;:2403,&quot;20934&quot;:2404,&quot;24490&quot;:2405,&quot;26092&quot;:2406,&quot;26991&quot;:2407,&quot;27529&quot;:2408,&quot;28147&quot;:2409,&quot;28310&quot;:2410,&quot;28516&quot;:2411,&quot;30462&quot;:2412,&quot;32020&quot;:2413,&quot;24033&quot;:2414,&quot;36981&quot;:2415,&quot;37255&quot;:2416,&quot;38918&quot;:2417,&quot;20966&quot;:2418,&quot;21021&quot;:2419,&quot;25152&quot;:2420,&quot;26257&quot;:2421,&quot;26329&quot;:2422,&quot;28186&quot;:2423,&quot;24246&quot;:2424,&quot;32210&quot;:2425,&quot;32626&quot;:2426,&quot;26360&quot;:2427,&quot;34223&quot;:2428,&quot;34295&quot;:2429,&quot;35576&quot;:2430,&quot;21161&quot;:2431,&quot;21465&quot;:2432,&quot;12069&quot;:2433,&quot;22899&quot;:2433,&quot;24207&quot;:2434,&quot;24464&quot;:2435,&quot;24661&quot;:2436,&quot;37604&quot;:2437,&quot;38500&quot;:2438,&quot;20663&quot;:2439,&quot;20767&quot;:2440,&quot;21213&quot;:2441,&quot;21280&quot;:2442,&quot;21319&quot;:2443,&quot;21484&quot;:2444,&quot;21736&quot;:2445,&quot;21830&quot;:2446,&quot;21809&quot;:2447,&quot;22039&quot;:2448,&quot;22888&quot;:2449,&quot;22974&quot;:2450,&quot;23100&quot;:2451,&quot;23477&quot;:2452,&quot;23558&quot;:2453,&quot;12073&quot;:2454,&quot;23567&quot;:2454,&quot;23569&quot;:2455,&quot;23578&quot;:2456,&quot;24196&quot;:2457,&quot;24202&quot;:2458,&quot;24288&quot;:2459,&quot;24432&quot;:2460,&quot;25215&quot;:2461,&quot;25220&quot;:2462,&quot;25307&quot;:2463,&quot;25484&quot;:2464,&quot;25463&quot;:2465,&quot;26119&quot;:2466,&quot;26124&quot;:2467,&quot;26157&quot;:2468,&quot;26230&quot;:2469,&quot;26494&quot;:2470,&quot;26786&quot;:2471,&quot;27167&quot;:2472,&quot;27189&quot;:2473,&quot;27836&quot;:2474,&quot;28040&quot;:2475,&quot;28169&quot;:2476,&quot;28248&quot;:2477,&quot;28988&quot;:2478,&quot;28966&quot;:2479,&quot;29031&quot;:2480,&quot;30151&quot;:2481,&quot;30465&quot;:2482,&quot;30813&quot;:2483,&quot;30977&quot;:2484,&quot;31077&quot;:2485,&quot;31216&quot;:2486,&quot;31456&quot;:2487,&quot;31505&quot;:2488,&quot;31911&quot;:2489,&quot;32057&quot;:2490,&quot;32918&quot;:2491,&quot;33750&quot;:2492,&quot;33931&quot;:2493,&quot;34121&quot;:2494,&quot;34909&quot;:2495,&quot;35059&quot;:2496,&quot;35359&quot;:2497,&quot;35388&quot;:2498,&quot;35412&quot;:2499,&quot;35443&quot;:2500,&quot;35937&quot;:2501,&quot;36062&quot;:2502,&quot;37284&quot;:2503,&quot;37478&quot;:2504,&quot;37758&quot;:2505,&quot;37912&quot;:2506,&quot;38556&quot;:2507,&quot;38808&quot;:2508,&quot;19978&quot;:2509,&quot;19976&quot;:2510,&quot;19998&quot;:2511,&quot;20055&quot;:2512,&quot;20887&quot;:2513,&quot;21104&quot;:2514,&quot;22478&quot;:2515,&quot;22580&quot;:2516,&quot;22732&quot;:2517,&quot;23330&quot;:2518,&quot;24120&quot;:2519,&quot;24773&quot;:2520,&quot;25854&quot;:2521,&quot;26465&quot;:2522,&quot;26454&quot;:2523,&quot;27972&quot;:2524,&quot;29366&quot;:2525,&quot;30067&quot;:2526,&quot;31331&quot;:2527,&quot;33976&quot;:2528,&quot;35698&quot;:2529,&quot;37304&quot;:2530,&quot;37664&quot;:2531,&quot;22065&quot;:2532,&quot;22516&quot;:2533,&quot;39166&quot;:2534,&quot;25325&quot;:2535,&quot;26893&quot;:2536,&quot;27542&quot;:2537,&quot;29165&quot;:2538,&quot;32340&quot;:2539,&quot;32887&quot;:2540,&quot;12170&quot;:2541,&quot;33394&quot;:2541,&quot;35302&quot;:2542,&quot;12215&quot;:2543,&quot;39135&quot;:2543,&quot;34645&quot;:2544,&quot;36785&quot;:2545,&quot;23611&quot;:2546,&quot;20280&quot;:2547,&quot;20449&quot;:2548,&quot;20405&quot;:2549,&quot;21767&quot;:2550,&quot;23072&quot;:2551,&quot;23517&quot;:2552,&quot;23529&quot;:2553,&quot;12092&quot;:2554,&quot;24515&quot;:2554,&quot;24910&quot;:2555,&quot;25391&quot;:2556,&quot;26032&quot;:2557,&quot;26187&quot;:2558,&quot;26862&quot;:2559,&quot;27035&quot;:2560,&quot;28024&quot;:2561,&quot;28145&quot;:2562,&quot;30003&quot;:2563,&quot;30137&quot;:2564,&quot;30495&quot;:2565,&quot;31070&quot;:2566,&quot;31206&quot;:2567,&quot;32051&quot;:2568,&quot;12162&quot;:2569,&quot;33251&quot;:2569,&quot;33455&quot;:2570,&quot;34218&quot;:2571,&quot;35242&quot;:2572,&quot;35386&quot;:2573,&quot;12189&quot;:2574,&quot;36523&quot;:2574,&quot;12191&quot;:2575,&quot;36763&quot;:2575,&quot;36914&quot;:2576,&quot;37341&quot;:2577,&quot;38663&quot;:2578,&quot;12040&quot;:2579,&quot;20154&quot;:2579,&quot;20161&quot;:2580,&quot;20995&quot;:2581,&quot;22645&quot;:2582,&quot;22764&quot;:2583,&quot;23563&quot;:2584,&quot;29978&quot;:2585,&quot;23613&quot;:2586,&quot;33102&quot;:2587,&quot;35338&quot;:2588,&quot;36805&quot;:2589,&quot;38499&quot;:2590,&quot;38765&quot;:2591,&quot;31525&quot;:2592,&quot;35535&quot;:2593,&quot;38920&quot;:2594,&quot;37218&quot;:2595,&quot;22259&quot;:2596,&quot;21416&quot;:2597,&quot;36887&quot;:2598,&quot;21561&quot;:2599,&quot;22402&quot;:2600,&quot;24101&quot;:2601,&quot;25512&quot;:2602,&quot;12116&quot;:2603,&quot;27700&quot;:2603,&quot;28810&quot;:2604,&quot;30561&quot;:2605,&quot;31883&quot;:2606,&quot;32736&quot;:2607,&quot;34928&quot;:2608,&quot;36930&quot;:2609,&quot;37204&quot;:2610,&quot;37648&quot;:2611,&quot;37656&quot;:2612,&quot;38543&quot;:2613,&quot;29790&quot;:2614,&quot;39620&quot;:2615,&quot;23815&quot;:2616,&quot;23913&quot;:2617,&quot;25968&quot;:2618,&quot;26530&quot;:2619,&quot;36264&quot;:2620,&quot;38619&quot;:2621,&quot;25454&quot;:2622,&quot;26441&quot;:2623,&quot;26905&quot;:2624,&quot;33733&quot;:2625,&quot;38935&quot;:2626,&quot;38592&quot;:2627,&quot;35070&quot;:2628,&quot;28548&quot;:2629,&quot;25722&quot;:2630,&quot;12072&quot;:2631,&quot;23544&quot;:2631,&quot;19990&quot;:2632,&quot;28716&quot;:2633,&quot;30045&quot;:2634,&quot;26159&quot;:2635,&quot;20932&quot;:2636,&quot;21046&quot;:2637,&quot;21218&quot;:2638,&quot;22995&quot;:2639,&quot;24449&quot;:2640,&quot;24615&quot;:2641,&quot;25104&quot;:2642,&quot;25919&quot;:2643,&quot;25972&quot;:2644,&quot;26143&quot;:2645,&quot;26228&quot;:2646,&quot;26866&quot;:2647,&quot;26646&quot;:2648,&quot;27491&quot;:2649,&quot;28165&quot;:2650,&quot;29298&quot;:2651,&quot;12131&quot;:2652,&quot;29983&quot;:2652,&quot;30427&quot;:2653,&quot;31934&quot;:2654,&quot;32854&quot;:2655,&quot;22768&quot;:2656,&quot;35069&quot;:2657,&quot;11972&quot;:2658,&quot;35199&quot;:2658,&quot;35488&quot;:2659,&quot;35475&quot;:2660,&quot;35531&quot;:2661,&quot;36893&quot;:2662,&quot;37266&quot;:2663,&quot;11992&quot;:2664,&quot;38738&quot;:2664,&quot;38745&quot;:2665,&quot;12011&quot;:2666,&quot;25993&quot;:2666,&quot;31246&quot;:2667,&quot;33030&quot;:2668,&quot;38587&quot;:2669,&quot;24109&quot;:2670,&quot;24796&quot;:2671,&quot;25114&quot;:2672,&quot;26021&quot;:2673,&quot;26132&quot;:2674,&quot;26512&quot;:2675,&quot;12143&quot;:2676,&quot;30707&quot;:2676,&quot;31309&quot;:2677,&quot;31821&quot;:2678,&quot;32318&quot;:2679,&quot;33034&quot;:2680,&quot;36012&quot;:2681,&quot;12186&quot;:2682,&quot;36196&quot;:2682,&quot;36321&quot;:2683,&quot;36447&quot;:2684,&quot;30889&quot;:2685,&quot;20999&quot;:2686,&quot;25305&quot;:2687,&quot;25509&quot;:2688,&quot;25666&quot;:2689,&quot;25240&quot;:2690,&quot;35373&quot;:2691,&quot;31363&quot;:2692,&quot;31680&quot;:2693,&quot;35500&quot;:2694,&quot;38634&quot;:2695,&quot;32118&quot;:2696,&quot;12166&quot;:2697,&quot;33292&quot;:2697,&quot;34633&quot;:2698,&quot;20185&quot;:2699,&quot;20808&quot;:2700,&quot;21315&quot;:2701,&quot;21344&quot;:2702,&quot;23459&quot;:2703,&quot;23554&quot;:2704,&quot;23574&quot;:2705,&quot;24029&quot;:2706,&quot;25126&quot;:2707,&quot;25159&quot;:2708,&quot;25776&quot;:2709,&quot;26643&quot;:2710,&quot;26676&quot;:2711,&quot;27849&quot;:2712,&quot;27973&quot;:2713,&quot;27927&quot;:2714,&quot;26579&quot;:2715,&quot;28508&quot;:2716,&quot;29006&quot;:2717,&quot;29053&quot;:2718,&quot;26059&quot;:2719,&quot;31359&quot;:2720,&quot;31661&quot;:2721,&quot;32218&quot;:2722,&quot;32330&quot;:2723,&quot;32680&quot;:2724,&quot;33146&quot;:2725,&quot;12167&quot;:2726,&quot;33307&quot;:2726,&quot;33337&quot;:2727,&quot;34214&quot;:2728,&quot;35438&quot;:2729,&quot;36046&quot;:2730,&quot;36341&quot;:2731,&quot;36984&quot;:2732,&quot;36983&quot;:2733,&quot;37549&quot;:2734,&quot;37521&quot;:2735,&quot;38275&quot;:2736,&quot;39854&quot;:2737,&quot;21069&quot;:2738,&quot;21892&quot;:2739,&quot;28472&quot;:2740,&quot;28982&quot;:2741,&quot;20840&quot;:2742,&quot;31109&quot;:2743,&quot;32341&quot;:2744,&quot;33203&quot;:2745,&quot;31950&quot;:2746,&quot;22092&quot;:2747,&quot;22609&quot;:2748,&quot;23720&quot;:2749,&quot;25514&quot;:2750,&quot;26366&quot;:2751,&quot;26365&quot;:2752,&quot;26970&quot;:2753,&quot;29401&quot;:2754,&quot;30095&quot;:2755,&quot;30094&quot;:2756,&quot;30990&quot;:2757,&quot;31062&quot;:2758,&quot;31199&quot;:2759,&quot;31895&quot;:2760,&quot;32032&quot;:2761,&quot;32068&quot;:2762,&quot;34311&quot;:2763,&quot;35380&quot;:2764,&quot;38459&quot;:2765,&quot;36961&quot;:2766,&quot;12239&quot;:2767,&quot;40736&quot;:2767,&quot;20711&quot;:2768,&quot;21109&quot;:2769,&quot;21452&quot;:2770,&quot;21474&quot;:2771,&quot;20489&quot;:2772,&quot;21930&quot;:2773,&quot;22766&quot;:2774,&quot;22863&quot;:2775,&quot;29245&quot;:2776,&quot;23435&quot;:2777,&quot;23652&quot;:2778,&quot;21277&quot;:2779,&quot;24803&quot;:2780,&quot;24819&quot;:2781,&quot;25436&quot;:2782,&quot;25475&quot;:2783,&quot;25407&quot;:2784,&quot;25531&quot;:2785,&quot;25805&quot;:2786,&quot;26089&quot;:2787,&quot;26361&quot;:2788,&quot;24035&quot;:2789,&quot;27085&quot;:2790,&quot;27133&quot;:2791,&quot;28437&quot;:2792,&quot;29157&quot;:2793,&quot;20105&quot;:2794,&quot;30185&quot;:2795,&quot;30456&quot;:2796,&quot;31379&quot;:2797,&quot;31967&quot;:2798,&quot;32207&quot;:2799,&quot;32156&quot;:2800,&quot;32865&quot;:2801,&quot;33609&quot;:2802,&quot;33624&quot;:2803,&quot;33900&quot;:2804,&quot;33980&quot;:2805,&quot;34299&quot;:2806,&quot;35013&quot;:2807,&quot;12187&quot;:2808,&quot;36208&quot;:2808,&quot;36865&quot;:2809,&quot;36973&quot;:2810,&quot;37783&quot;:2811,&quot;38684&quot;:2812,&quot;39442&quot;:2813,&quot;20687&quot;:2814,&quot;22679&quot;:2815,&quot;24974&quot;:2816,&quot;33235&quot;:2817,&quot;34101&quot;:2818,&quot;36104&quot;:2819,&quot;36896&quot;:2820,&quot;20419&quot;:2821,&quot;20596&quot;:2822,&quot;21063&quot;:2823,&quot;21363&quot;:2824,&quot;24687&quot;:2825,&quot;25417&quot;:2826,&quot;26463&quot;:2827,&quot;28204&quot;:2828,&quot;12188&quot;:2829,&quot;36275&quot;:2829,&quot;36895&quot;:2830,&quot;20439&quot;:2831,&quot;23646&quot;:2832,&quot;36042&quot;:2833,&quot;26063&quot;:2834,&quot;32154&quot;:2835,&quot;21330&quot;:2836,&quot;34966&quot;:2837,&quot;20854&quot;:2838,&quot;25539&quot;:2839,&quot;23384&quot;:2840,&quot;23403&quot;:2841,&quot;23562&quot;:2842,&quot;25613&quot;:2843,&quot;26449&quot;:2844,&quot;36956&quot;:2845,&quot;20182&quot;:2846,&quot;22810&quot;:2847,&quot;22826&quot;:2848,&quot;27760&quot;:2849,&quot;35409&quot;:2850,&quot;21822&quot;:2851,&quot;22549&quot;:2852,&quot;22949&quot;:2853,&quot;24816&quot;:2854,&quot;25171&quot;:2855,&quot;26561&quot;:2856,&quot;33333&quot;:2857,&quot;26965&quot;:2858,&quot;38464&quot;:2859,&quot;39364&quot;:2860,&quot;39464&quot;:2861,&quot;20307&quot;:2862,&quot;22534&quot;:2863,&quot;23550&quot;:2864,&quot;32784&quot;:2865,&quot;23729&quot;:2866,&quot;24111&quot;:2867,&quot;24453&quot;:2868,&quot;24608&quot;:2869,&quot;24907&quot;:2870,&quot;25140&quot;:2871,&quot;26367&quot;:2872,&quot;27888&quot;:2873,&quot;28382&quot;:2874,&quot;32974&quot;:2875,&quot;33151&quot;:2876,&quot;33492&quot;:2877,&quot;34955&quot;:2878,&quot;36024&quot;:2879,&quot;36864&quot;:2880,&quot;36910&quot;:2881,&quot;38538&quot;:2882,&quot;40667&quot;:2883,&quot;39899&quot;:2884,&quot;20195&quot;:2885,&quot;21488&quot;:2886,&quot;12068&quot;:2887,&quot;22823&quot;:2887,&quot;31532&quot;:2888,&quot;37261&quot;:2889,&quot;38988&quot;:2890,&quot;40441&quot;:2891,&quot;28381&quot;:2892,&quot;28711&quot;:2893,&quot;21331&quot;:2894,&quot;21828&quot;:2895,&quot;23429&quot;:2896,&quot;25176&quot;:2897,&quot;25246&quot;:2898,&quot;25299&quot;:2899,&quot;27810&quot;:2900,&quot;28655&quot;:2901,&quot;29730&quot;:2902,&quot;35351&quot;:2903,&quot;37944&quot;:2904,&quot;28609&quot;:2905,&quot;35582&quot;:2906,&quot;33592&quot;:2907,&quot;20967&quot;:2908,&quot;34552&quot;:2909,&quot;21482&quot;:2910,&quot;21481&quot;:2911,&quot;20294&quot;:2912,&quot;36948&quot;:2913,&quot;12192&quot;:2914,&quot;36784&quot;:2914,&quot;22890&quot;:2915,&quot;33073&quot;:2916,&quot;24061&quot;:2917,&quot;31466&quot;:2918,&quot;36799&quot;:2919,&quot;26842&quot;:2920,&quot;12181&quot;:2921,&quot;35895&quot;:2921,&quot;29432&quot;:2922,&quot;40008&quot;:2923,&quot;27197&quot;:2924,&quot;35504&quot;:2925,&quot;20025&quot;:2926,&quot;21336&quot;:2927,&quot;22022&quot;:2928,&quot;22374&quot;:2929,&quot;25285&quot;:2930,&quot;25506&quot;:2931,&quot;26086&quot;:2932,&quot;27470&quot;:2933,&quot;28129&quot;:2934,&quot;28251&quot;:2935,&quot;28845&quot;:2936,&quot;30701&quot;:2937,&quot;31471&quot;:2938,&quot;31658&quot;:2939,&quot;32187&quot;:2940,&quot;32829&quot;:2941,&quot;32966&quot;:2942,&quot;34507&quot;:2943,&quot;35477&quot;:2944,&quot;37723&quot;:2945,&quot;22243&quot;:2946,&quot;22727&quot;:2947,&quot;24382&quot;:2948,&quot;26029&quot;:2949,&quot;26262&quot;:2950,&quot;27264&quot;:2951,&quot;27573&quot;:2952,&quot;30007&quot;:2953,&quot;35527&quot;:2954,&quot;20516&quot;:2955,&quot;30693&quot;:2956,&quot;22320&quot;:2957,&quot;24347&quot;:2958,&quot;24677&quot;:2959,&quot;26234&quot;:2960,&quot;27744&quot;:2961,&quot;30196&quot;:2962,&quot;31258&quot;:2963,&quot;32622&quot;:2964,&quot;33268&quot;:2965,&quot;34584&quot;:2966,&quot;36933&quot;:2967,&quot;39347&quot;:2968,&quot;31689&quot;:2969,&quot;30044&quot;:2970,&quot;12149&quot;:2971,&quot;31481&quot;:2971,&quot;31569&quot;:2972,&quot;33988&quot;:2973,&quot;36880&quot;:2974,&quot;31209&quot;:2975,&quot;31378&quot;:2976,&quot;33590&quot;:2977,&quot;23265&quot;:2978,&quot;30528&quot;:2979,&quot;20013&quot;:2980,&quot;20210&quot;:2981,&quot;23449&quot;:2982,&quot;24544&quot;:2983,&quot;25277&quot;:2984,&quot;26172&quot;:2985,&quot;26609&quot;:2986,&quot;27880&quot;:2987,&quot;12173&quot;:2988,&quot;34411&quot;:2988,&quot;34935&quot;:2989,&quot;35387&quot;:2990,&quot;37198&quot;:2991,&quot;37619&quot;:2992,&quot;39376&quot;:2993,&quot;27159&quot;:2994,&quot;28710&quot;:2995,&quot;29482&quot;:2996,&quot;33511&quot;:2997,&quot;33879&quot;:2998,&quot;36015&quot;:2999,&quot;19969&quot;:3000,&quot;20806&quot;:3001,&quot;20939&quot;:3002,&quot;21899&quot;:3003,&quot;23541&quot;:3004,&quot;24086&quot;:3005,&quot;24115&quot;:3006,&quot;24193&quot;:3007,&quot;24340&quot;:3008,&quot;24373&quot;:3009,&quot;24427&quot;:3010,&quot;24500&quot;:3011,&quot;25074&quot;:3012,&quot;25361&quot;:3013,&quot;26274&quot;:3014,&quot;26397&quot;:3015,&quot;28526&quot;:3016,&quot;29266&quot;:3017,&quot;30010&quot;:3018,&quot;30522&quot;:3019,&quot;32884&quot;:3020,&quot;33081&quot;:3021,&quot;33144&quot;:3022,&quot;34678&quot;:3023,&quot;35519&quot;:3024,&quot;35548&quot;:3025,&quot;36229&quot;:3026,&quot;36339&quot;:3027,&quot;37530&quot;:3028,&quot;11985&quot;:3029,&quot;12199&quot;:3029,&quot;38263&quot;:3029,&quot;38914&quot;:3030,&quot;12227&quot;:3031,&quot;40165&quot;:3031,&quot;21189&quot;:3032,&quot;25431&quot;:3033,&quot;30452&quot;:3034,&quot;26389&quot;:3035,&quot;27784&quot;:3036,&quot;29645&quot;:3037,&quot;36035&quot;:3038,&quot;37806&quot;:3039,&quot;38515&quot;:3040,&quot;27941&quot;:3041,&quot;22684&quot;:3042,&quot;26894&quot;:3043,&quot;27084&quot;:3044,&quot;36861&quot;:3045,&quot;37786&quot;:3046,&quot;30171&quot;:3047,&quot;36890&quot;:3048,&quot;22618&quot;:3049,&quot;26626&quot;:3050,&quot;25524&quot;:3051,&quot;27131&quot;:3052,&quot;20291&quot;:3053,&quot;28460&quot;:3054,&quot;26584&quot;:3055,&quot;36795&quot;:3056,&quot;34086&quot;:3057,&quot;32180&quot;:3058,&quot;37716&quot;:3059,&quot;26943&quot;:3060,&quot;28528&quot;:3061,&quot;22378&quot;:3062,&quot;22775&quot;:3063,&quot;23340&quot;:3064,&quot;32044&quot;:3065,&quot;12118&quot;:3066,&quot;29226&quot;:3066,&quot;21514&quot;:3067,&quot;37347&quot;:3068,&quot;40372&quot;:3069,&quot;20141&quot;:3070,&quot;20302&quot;:3071,&quot;20572&quot;:3072,&quot;20597&quot;:3073,&quot;21059&quot;:3074,&quot;35998&quot;:3075,&quot;21576&quot;:3076,&quot;22564&quot;:3077,&quot;23450&quot;:3078,&quot;24093&quot;:3079,&quot;24213&quot;:3080,&quot;24237&quot;:3081,&quot;24311&quot;:3082,&quot;24351&quot;:3083,&quot;24716&quot;:3084,&quot;25269&quot;:3085,&quot;25402&quot;:3086,&quot;25552&quot;:3087,&quot;26799&quot;:3088,&quot;27712&quot;:3089,&quot;30855&quot;:3090,&quot;31118&quot;:3091,&quot;31243&quot;:3092,&quot;32224&quot;:3093,&quot;33351&quot;:3094,&quot;35330&quot;:3095,&quot;35558&quot;:3096,&quot;36420&quot;:3097,&quot;36883&quot;:3098,&quot;37048&quot;:3099,&quot;37165&quot;:3100,&quot;37336&quot;:3101,&quot;12237&quot;:3102,&quot;40718&quot;:3102,&quot;27877&quot;:3103,&quot;25688&quot;:3104,&quot;25826&quot;:3105,&quot;25973&quot;:3106,&quot;28404&quot;:3107,&quot;30340&quot;:3108,&quot;31515&quot;:3109,&quot;36969&quot;:3110,&quot;37841&quot;:3111,&quot;28346&quot;:3112,&quot;21746&quot;:3113,&quot;24505&quot;:3114,&quot;25764&quot;:3115,&quot;36685&quot;:3116,&quot;36845&quot;:3117,&quot;37444&quot;:3118,&quot;20856&quot;:3119,&quot;22635&quot;:3120,&quot;22825&quot;:3121,&quot;23637&quot;:3122,&quot;24215&quot;:3123,&quot;28155&quot;:3124,&quot;32399&quot;:3125,&quot;29980&quot;:3126,&quot;36028&quot;:3127,&quot;36578&quot;:3128,&quot;39003&quot;:3129,&quot;28857&quot;:3130,&quot;20253&quot;:3131,&quot;27583&quot;:3132,&quot;28593&quot;:3133,&quot;12133&quot;:3134,&quot;30000&quot;:3134,&quot;38651&quot;:3135,&quot;20814&quot;:3136,&quot;21520&quot;:3137,&quot;22581&quot;:3138,&quot;22615&quot;:3139,&quot;22956&quot;:3140,&quot;23648&quot;:3141,&quot;24466&quot;:3142,&quot;12099&quot;:3143,&quot;26007&quot;:3143,&quot;26460&quot;:3144,&quot;28193&quot;:3145,&quot;30331&quot;:3146,&quot;33759&quot;:3147,&quot;36077&quot;:3148,&quot;36884&quot;:3149,&quot;37117&quot;:3150,&quot;37709&quot;:3151,&quot;30757&quot;:3152,&quot;30778&quot;:3153,&quot;21162&quot;:3154,&quot;24230&quot;:3155,&quot;12063&quot;:3156,&quot;22303&quot;:3156,&quot;22900&quot;:3157,&quot;24594&quot;:3158,&quot;20498&quot;:3159,&quot;20826&quot;:3160,&quot;20908&quot;:3161,&quot;20941&quot;:3162,&quot;12049&quot;:3163,&quot;20992&quot;:3163,&quot;21776&quot;:3164,&quot;22612&quot;:3165,&quot;22616&quot;:3166,&quot;22871&quot;:3167,&quot;23445&quot;:3168,&quot;23798&quot;:3169,&quot;23947&quot;:3170,&quot;24764&quot;:3171,&quot;25237&quot;:3172,&quot;25645&quot;:3173,&quot;26481&quot;:3174,&quot;26691&quot;:3175,&quot;26812&quot;:3176,&quot;26847&quot;:3177,&quot;30423&quot;:3178,&quot;28120&quot;:3179,&quot;28271&quot;:3180,&quot;28059&quot;:3181,&quot;28783&quot;:3182,&quot;29128&quot;:3183,&quot;24403&quot;:3184,&quot;30168&quot;:3185,&quot;31095&quot;:3186,&quot;31561&quot;:3187,&quot;31572&quot;:3188,&quot;31570&quot;:3189,&quot;31958&quot;:3190,&quot;32113&quot;:3191,&quot;21040&quot;:3192,&quot;33891&quot;:3193,&quot;34153&quot;:3194,&quot;34276&quot;:3195,&quot;35342&quot;:3196,&quot;35588&quot;:3197,&quot;12182&quot;:3198,&quot;35910&quot;:3198,&quot;36367&quot;:3199,&quot;36867&quot;:3200,&quot;36879&quot;:3201,&quot;37913&quot;:3202,&quot;38518&quot;:3203,&quot;38957&quot;:3204,&quot;39472&quot;:3205,&quot;38360&quot;:3206,&quot;20685&quot;:3207,&quot;21205&quot;:3208,&quot;21516&quot;:3209,&quot;22530&quot;:3210,&quot;23566&quot;:3211,&quot;24999&quot;:3212,&quot;25758&quot;:3213,&quot;27934&quot;:3214,&quot;30643&quot;:3215,&quot;31461&quot;:3216,&quot;33012&quot;:3217,&quot;33796&quot;:3218,&quot;36947&quot;:3219,&quot;37509&quot;:3220,&quot;23776&quot;:3221,&quot;40199&quot;:3222,&quot;21311&quot;:3223,&quot;24471&quot;:3224,&quot;24499&quot;:3225,&quot;28060&quot;:3226,&quot;29305&quot;:3227,&quot;30563&quot;:3228,&quot;31167&quot;:3229,&quot;31716&quot;:3230,&quot;27602&quot;:3231,&quot;29420&quot;:3232,&quot;35501&quot;:3233,&quot;26627&quot;:3234,&quot;27233&quot;:3235,&quot;20984&quot;:3236,&quot;31361&quot;:3237,&quot;26932&quot;:3238,&quot;23626&quot;:3239,&quot;40182&quot;:3240,&quot;33515&quot;:3241,&quot;23493&quot;:3242,&quot;12195&quot;:3243,&quot;37193&quot;:3243,&quot;28702&quot;:3244,&quot;22136&quot;:3245,&quot;23663&quot;:3246,&quot;24775&quot;:3247,&quot;25958&quot;:3248,&quot;27788&quot;:3249,&quot;35930&quot;:3250,&quot;36929&quot;:3251,&quot;38931&quot;:3252,&quot;21585&quot;:3253,&quot;26311&quot;:3254,&quot;37389&quot;:3255,&quot;22856&quot;:3256,&quot;37027&quot;:3257,&quot;20869&quot;:3258,&quot;20045&quot;:3259,&quot;20970&quot;:3260,&quot;34201&quot;:3261,&quot;35598&quot;:3262,&quot;28760&quot;:3263,&quot;25466&quot;:3264,&quot;37707&quot;:3265,&quot;26978&quot;:3266,&quot;39348&quot;:3267,&quot;32260&quot;:3268,&quot;30071&quot;:3269,&quot;21335&quot;:3270,&quot;26976&quot;:3271,&quot;36575&quot;:3272,&quot;38627&quot;:3273,&quot;27741&quot;:3274,&quot;12038&quot;:3275,&quot;20108&quot;:3275,&quot;23612&quot;:3276,&quot;24336&quot;:3277,&quot;36841&quot;:3278,&quot;21250&quot;:3279,&quot;36049&quot;:3280,&quot;12161&quot;:3281,&quot;32905&quot;:3281,&quot;34425&quot;:3282,&quot;24319&quot;:3283,&quot;12103&quot;:3284,&quot;26085&quot;:3284,&quot;20083&quot;:3285,&quot;12042&quot;:3286,&quot;20837&quot;:3286,&quot;22914&quot;:3287,&quot;23615&quot;:3288,&quot;38894&quot;:3289,&quot;20219&quot;:3290,&quot;22922&quot;:3291,&quot;24525&quot;:3292,&quot;35469&quot;:3293,&quot;28641&quot;:3294,&quot;31152&quot;:3295,&quot;31074&quot;:3296,&quot;23527&quot;:3297,&quot;33905&quot;:3298,&quot;29483&quot;:3299,&quot;29105&quot;:3300,&quot;24180&quot;:3301,&quot;24565&quot;:3302,&quot;25467&quot;:3303,&quot;25754&quot;:3304,&quot;29123&quot;:3305,&quot;31896&quot;:3306,&quot;20035&quot;:3307,&quot;24316&quot;:3308,&quot;20043&quot;:3309,&quot;22492&quot;:3310,&quot;22178&quot;:3311,&quot;24745&quot;:3312,&quot;28611&quot;:3313,&quot;32013&quot;:3314,&quot;33021&quot;:3315,&quot;33075&quot;:3316,&quot;33215&quot;:3317,&quot;36786&quot;:3318,&quot;35223&quot;:3319,&quot;34468&quot;:3320,&quot;24052&quot;:3321,&quot;25226&quot;:3322,&quot;25773&quot;:3323,&quot;35207&quot;:3324,&quot;26487&quot;:3325,&quot;27874&quot;:3326,&quot;27966&quot;:3327,&quot;29750&quot;:3328,&quot;30772&quot;:3329,&quot;23110&quot;:3330,&quot;32629&quot;:3331,&quot;33453&quot;:3332,&quot;12218&quot;:3333,&quot;39340&quot;:3333,&quot;20467&quot;:3334,&quot;24259&quot;:3335,&quot;25309&quot;:3336,&quot;25490&quot;:3337,&quot;25943&quot;:3338,&quot;26479&quot;:3339,&quot;30403&quot;:3340,&quot;29260&quot;:3341,&quot;32972&quot;:3342,&quot;32954&quot;:3343,&quot;36649&quot;:3344,&quot;37197&quot;:3345,&quot;20493&quot;:3346,&quot;22521&quot;:3347,&quot;23186&quot;:3348,&quot;26757&quot;:3349,&quot;26995&quot;:3350,&quot;29028&quot;:3351,&quot;29437&quot;:3352,&quot;36023&quot;:3353,&quot;22770&quot;:3354,&quot;36064&quot;:3355,&quot;38506&quot;:3356,&quot;36889&quot;:3357,&quot;34687&quot;:3358,&quot;31204&quot;:3359,&quot;30695&quot;:3360,&quot;33833&quot;:3361,&quot;20271&quot;:3362,&quot;21093&quot;:3363,&quot;21338&quot;:3364,&quot;25293&quot;:3365,&quot;26575&quot;:3366,&quot;27850&quot;:3367,&quot;12137&quot;:3368,&quot;30333&quot;:3368,&quot;31636&quot;:3369,&quot;31893&quot;:3370,&quot;33334&quot;:3371,&quot;34180&quot;:3372,&quot;36843&quot;:3373,&quot;26333&quot;:3374,&quot;28448&quot;:3375,&quot;29190&quot;:3376,&quot;32283&quot;:3377,&quot;33707&quot;:3378,&quot;39361&quot;:3379,&quot;12008&quot;:3380,&quot;40614&quot;:3380,&quot;20989&quot;:3381,&quot;31665&quot;:3382,&quot;30834&quot;:3383,&quot;31672&quot;:3384,&quot;32903&quot;:3385,&quot;31560&quot;:3386,&quot;27368&quot;:3387,&quot;24161&quot;:3388,&quot;32908&quot;:3389,&quot;30033&quot;:3390,&quot;30048&quot;:3391,&quot;12043&quot;:3392,&quot;20843&quot;:3392,&quot;37474&quot;:3393,&quot;28300&quot;:3394,&quot;30330&quot;:3395,&quot;37271&quot;:3396,&quot;39658&quot;:3397,&quot;20240&quot;:3398,&quot;32624&quot;:3399,&quot;25244&quot;:3400,&quot;31567&quot;:3401,&quot;38309&quot;:3402,&quot;40169&quot;:3403,&quot;22138&quot;:3404,&quot;22617&quot;:3405,&quot;34532&quot;:3406,&quot;38588&quot;:3407,&quot;20276&quot;:3408,&quot;21028&quot;:3409,&quot;21322&quot;:3410,&quot;21453&quot;:3411,&quot;21467&quot;:3412,&quot;24070&quot;:3413,&quot;25644&quot;:3414,&quot;26001&quot;:3415,&quot;26495&quot;:3416,&quot;27710&quot;:3417,&quot;27726&quot;:3418,&quot;29256&quot;:3419,&quot;29359&quot;:3420,&quot;29677&quot;:3421,&quot;30036&quot;:3422,&quot;32321&quot;:3423,&quot;33324&quot;:3424,&quot;34281&quot;:3425,&quot;36009&quot;:3426,&quot;31684&quot;:3427,&quot;12196&quot;:3428,&quot;37318&quot;:3428,&quot;29033&quot;:3429,&quot;38930&quot;:3430,&quot;39151&quot;:3431,&quot;25405&quot;:3432,&quot;26217&quot;:3433,&quot;30058&quot;:3434,&quot;30436&quot;:3435,&quot;30928&quot;:3436,&quot;34115&quot;:3437,&quot;34542&quot;:3438,&quot;21290&quot;:3439,&quot;21329&quot;:3440,&quot;21542&quot;:3441,&quot;22915&quot;:3442,&quot;24199&quot;:3443,&quot;24444&quot;:3444,&quot;24754&quot;:3445,&quot;25161&quot;:3446,&quot;25209&quot;:3447,&quot;25259&quot;:3448,&quot;26000&quot;:3449,&quot;12112&quot;:3450,&quot;27604&quot;:3450,&quot;27852&quot;:3451,&quot;30130&quot;:3452,&quot;12138&quot;:3453,&quot;30382&quot;:3453,&quot;30865&quot;:3454,&quot;31192&quot;:3455,&quot;32203&quot;:3456,&quot;32631&quot;:3457,&quot;32933&quot;:3458,&quot;34987&quot;:3459,&quot;35513&quot;:3460,&quot;36027&quot;:3461,&quot;36991&quot;:3462,&quot;12206&quot;:3463,&quot;38750&quot;:3463,&quot;12214&quot;:3464,&quot;39131&quot;:3464,&quot;27147&quot;:3465,&quot;31800&quot;:3466,&quot;20633&quot;:3467,&quot;23614&quot;:3468,&quot;24494&quot;:3469,&quot;26503&quot;:3470,&quot;27608&quot;:3471,&quot;29749&quot;:3472,&quot;30473&quot;:3473,&quot;32654&quot;:3474,&quot;12240&quot;:3475,&quot;40763&quot;:3475,&quot;26570&quot;:3476,&quot;31255&quot;:3477,&quot;21305&quot;:3478,&quot;12134&quot;:3479,&quot;30091&quot;:3479,&quot;39661&quot;:3480,&quot;24422&quot;:3481,&quot;33181&quot;:3482,&quot;33777&quot;:3483,&quot;32920&quot;:3484,&quot;24380&quot;:3485,&quot;24517&quot;:3486,&quot;30050&quot;:3487,&quot;31558&quot;:3488,&quot;36924&quot;:3489,&quot;26727&quot;:3490,&quot;23019&quot;:3491,&quot;23195&quot;:3492,&quot;32016&quot;:3493,&quot;30334&quot;:3494,&quot;35628&quot;:3495,&quot;20469&quot;:3496,&quot;24426&quot;:3497,&quot;27161&quot;:3498,&quot;27703&quot;:3499,&quot;28418&quot;:3500,&quot;29922&quot;:3501,&quot;31080&quot;:3502,&quot;34920&quot;:3503,&quot;35413&quot;:3504,&quot;35961&quot;:3505,&quot;24287&quot;:3506,&quot;25551&quot;:3507,&quot;30149&quot;:3508,&quot;31186&quot;:3509,&quot;33495&quot;:3510,&quot;37672&quot;:3511,&quot;37618&quot;:3512,&quot;33948&quot;:3513,&quot;34541&quot;:3514,&quot;39981&quot;:3515,&quot;21697&quot;:3516,&quot;24428&quot;:3517,&quot;25996&quot;:3518,&quot;27996&quot;:3519,&quot;28693&quot;:3520,&quot;36007&quot;:3521,&quot;36051&quot;:3522,&quot;38971&quot;:3523,&quot;25935&quot;:3524,&quot;29942&quot;:3525,&quot;19981&quot;:3526,&quot;20184&quot;:3527,&quot;22496&quot;:3528,&quot;22827&quot;:3529,&quot;23142&quot;:3530,&quot;23500&quot;:3531,&quot;20904&quot;:3532,&quot;24067&quot;:3533,&quot;24220&quot;:3534,&quot;24598&quot;:3535,&quot;25206&quot;:3536,&quot;25975&quot;:3537,&quot;26023&quot;:3538,&quot;26222&quot;:3539,&quot;28014&quot;:3540,&quot;12119&quot;:3541,&quot;29238&quot;:3541,&quot;31526&quot;:3542,&quot;33104&quot;:3543,&quot;33178&quot;:3544,&quot;33433&quot;:3545,&quot;35676&quot;:3546,&quot;36000&quot;:3547,&quot;36070&quot;:3548,&quot;36212&quot;:3549,&quot;12201&quot;:3550,&quot;38428&quot;:3550,&quot;38468&quot;:3551,&quot;20398&quot;:3552,&quot;25771&quot;:3553,&quot;27494&quot;:3554,&quot;33310&quot;:3555,&quot;33889&quot;:3556,&quot;34154&quot;:3557,&quot;37096&quot;:3558,&quot;23553&quot;:3559,&quot;26963&quot;:3560,&quot;12213&quot;:3561,&quot;39080&quot;:3561,&quot;33914&quot;:3562,&quot;34135&quot;:3563,&quot;20239&quot;:3564,&quot;21103&quot;:3565,&quot;24489&quot;:3566,&quot;24133&quot;:3567,&quot;26381&quot;:3568,&quot;31119&quot;:3569,&quot;33145&quot;:3570,&quot;35079&quot;:3571,&quot;35206&quot;:3572,&quot;28149&quot;:3573,&quot;24343&quot;:3574,&quot;25173&quot;:3575,&quot;27832&quot;:3576,&quot;20175&quot;:3577,&quot;29289&quot;:3578,&quot;39826&quot;:3579,&quot;20998&quot;:3580,&quot;21563&quot;:3581,&quot;22132&quot;:3582,&quot;22707&quot;:3583,&quot;24996&quot;:3584,&quot;25198&quot;:3585,&quot;28954&quot;:3586,&quot;22894&quot;:3587,&quot;31881&quot;:3588,&quot;31966&quot;:3589,&quot;32027&quot;:3590,&quot;38640&quot;:3591,&quot;12098&quot;:3592,&quot;25991&quot;:3592,&quot;32862&quot;:3593,&quot;19993&quot;:3594,&quot;20341&quot;:3595,&quot;20853&quot;:3596,&quot;22592&quot;:3597,&quot;24163&quot;:3598,&quot;24179&quot;:3599,&quot;24330&quot;:3600,&quot;26564&quot;:3601,&quot;20006&quot;:3602,&quot;34109&quot;:3603,&quot;38281&quot;:3604,&quot;38491&quot;:3605,&quot;12150&quot;:3606,&quot;31859&quot;:3606,&quot;12212&quot;:3607,&quot;38913&quot;:3607,&quot;20731&quot;:3608,&quot;22721&quot;:3609,&quot;30294&quot;:3610,&quot;30887&quot;:3611,&quot;21029&quot;:3612,&quot;30629&quot;:3613,&quot;34065&quot;:3614,&quot;31622&quot;:3615,&quot;20559&quot;:3616,&quot;22793&quot;:3617,&quot;12122&quot;:3618,&quot;29255&quot;:3618,&quot;31687&quot;:3619,&quot;32232&quot;:3620,&quot;36794&quot;:3621,&quot;36820&quot;:3622,&quot;36941&quot;:3623,&quot;20415&quot;:3624,&quot;21193&quot;:3625,&quot;23081&quot;:3626,&quot;24321&quot;:3627,&quot;38829&quot;:3628,&quot;20445&quot;:3629,&quot;33303&quot;:3630,&quot;37610&quot;:3631,&quot;22275&quot;:3632,&quot;25429&quot;:3633,&quot;27497&quot;:3634,&quot;29995&quot;:3635,&quot;35036&quot;:3636,&quot;36628&quot;:3637,&quot;31298&quot;:3638,&quot;21215&quot;:3639,&quot;22675&quot;:3640,&quot;24917&quot;:3641,&quot;25098&quot;:3642,&quot;26286&quot;:3643,&quot;11935&quot;:3644,&quot;27597&quot;:3644,&quot;31807&quot;:3645,&quot;33769&quot;:3646,&quot;20515&quot;:3647,&quot;20472&quot;:3648,&quot;21253&quot;:3649,&quot;21574&quot;:3650,&quot;22577&quot;:3651,&quot;22857&quot;:3652,&quot;23453&quot;:3653,&quot;23792&quot;:3654,&quot;23791&quot;:3655,&quot;23849&quot;:3656,&quot;24214&quot;:3657,&quot;25265&quot;:3658,&quot;25447&quot;:3659,&quot;25918&quot;:3660,&quot;12101&quot;:3661,&quot;26041&quot;:3661,&quot;26379&quot;:3662,&quot;27861&quot;:3663,&quot;27873&quot;:3664,&quot;28921&quot;:3665,&quot;30770&quot;:3666,&quot;32299&quot;:3667,&quot;32990&quot;:3668,&quot;33459&quot;:3669,&quot;33804&quot;:3670,&quot;34028&quot;:3671,&quot;34562&quot;:3672,&quot;35090&quot;:3673,&quot;35370&quot;:3674,&quot;35914&quot;:3675,&quot;37030&quot;:3676,&quot;37586&quot;:3677,&quot;39165&quot;:3678,&quot;40179&quot;:3679,&quot;40300&quot;:3680,&quot;20047&quot;:3681,&quot;20129&quot;:3682,&quot;20621&quot;:3683,&quot;21078&quot;:3684,&quot;22346&quot;:3685,&quot;22952&quot;:3686,&quot;24125&quot;:3687,&quot;24536&quot;:3688,&quot;24537&quot;:3689,&quot;25151&quot;:3690,&quot;26292&quot;:3691,&quot;26395&quot;:3692,&quot;26576&quot;:3693,&quot;26834&quot;:3694,&quot;20882&quot;:3695,&quot;32033&quot;:3696,&quot;32938&quot;:3697,&quot;33192&quot;:3698,&quot;35584&quot;:3699,&quot;35980&quot;:3700,&quot;36031&quot;:3701,&quot;37502&quot;:3702,&quot;38450&quot;:3703,&quot;21536&quot;:3704,&quot;38956&quot;:3705,&quot;21271&quot;:3706,&quot;20693&quot;:3707,&quot;12056&quot;:3708,&quot;21340&quot;:3708,&quot;22696&quot;:3709,&quot;25778&quot;:3710,&quot;26420&quot;:3711,&quot;29287&quot;:3712,&quot;30566&quot;:3713,&quot;31302&quot;:3714,&quot;37350&quot;:3715,&quot;21187&quot;:3716,&quot;27809&quot;:3717,&quot;27526&quot;:3718,&quot;22528&quot;:3719,&quot;24140&quot;:3720,&quot;22868&quot;:3721,&quot;26412&quot;:3722,&quot;32763&quot;:3723,&quot;20961&quot;:3724,&quot;30406&quot;:3725,&quot;25705&quot;:3726,&quot;30952&quot;:3727,&quot;39764&quot;:3728,&quot;12231&quot;:3729,&quot;40635&quot;:3729,&quot;22475&quot;:3730,&quot;22969&quot;:3731,&quot;26151&quot;:3732,&quot;26522&quot;:3733,&quot;27598&quot;:3734,&quot;21737&quot;:3735,&quot;27097&quot;:3736,&quot;24149&quot;:3737,&quot;33180&quot;:3738,&quot;26517&quot;:3739,&quot;39850&quot;:3740,&quot;26622&quot;:3741,&quot;40018&quot;:3742,&quot;26717&quot;:3743,&quot;20134&quot;:3744,&quot;20451&quot;:3745,&quot;12060&quot;:3746,&quot;21448&quot;:3746,&quot;25273&quot;:3747,&quot;26411&quot;:3748,&quot;27819&quot;:3749,&quot;36804&quot;:3750,&quot;20397&quot;:3751,&quot;32365&quot;:3752,&quot;40639&quot;:3753,&quot;19975&quot;:3754,&quot;24930&quot;:3755,&quot;28288&quot;:3756,&quot;28459&quot;:3757,&quot;34067&quot;:3758,&quot;21619&quot;:3759,&quot;26410&quot;:3760,&quot;39749&quot;:3761,&quot;11922&quot;:3762,&quot;24051&quot;:3762,&quot;31637&quot;:3763,&quot;23724&quot;:3764,&quot;23494&quot;:3765,&quot;34588&quot;:3766,&quot;28234&quot;:3767,&quot;34001&quot;:3768,&quot;31252&quot;:3769,&quot;33032&quot;:3770,&quot;22937&quot;:3771,&quot;31885&quot;:3772,&quot;11936&quot;:3773,&quot;27665&quot;:3773,&quot;30496&quot;:3774,&quot;21209&quot;:3775,&quot;22818&quot;:3776,&quot;28961&quot;:3777,&quot;29279&quot;:3778,&quot;12141&quot;:3779,&quot;30683&quot;:3779,&quot;38695&quot;:3780,&quot;40289&quot;:3781,&quot;26891&quot;:3782,&quot;23167&quot;:3783,&quot;23064&quot;:3784,&quot;20901&quot;:3785,&quot;21517&quot;:3786,&quot;21629&quot;:3787,&quot;26126&quot;:3788,&quot;30431&quot;:3789,&quot;36855&quot;:3790,&quot;37528&quot;:3791,&quot;40180&quot;:3792,&quot;23018&quot;:3793,&quot;29277&quot;:3794,&quot;28357&quot;:3795,&quot;20813&quot;:3796,&quot;26825&quot;:3797,&quot;32191&quot;:3798,&quot;32236&quot;:3799,&quot;12207&quot;:3800,&quot;38754&quot;:3800,&quot;40634&quot;:3801,&quot;25720&quot;:3802,&quot;27169&quot;:3803,&quot;33538&quot;:3804,&quot;22916&quot;:3805,&quot;23391&quot;:3806,&quot;12113&quot;:3807,&quot;27611&quot;:3807,&quot;29467&quot;:3808,&quot;30450&quot;:3809,&quot;32178&quot;:3810,&quot;32791&quot;:3811,&quot;33945&quot;:3812,&quot;20786&quot;:3813,&quot;12106&quot;:3814,&quot;26408&quot;:3814,&quot;40665&quot;:3815,&quot;12140&quot;:3816,&quot;30446&quot;:3816,&quot;26466&quot;:3817,&quot;21247&quot;:3818,&quot;39173&quot;:3819,&quot;23588&quot;:3820,&quot;25147&quot;:3821,&quot;31870&quot;:3822,&quot;36016&quot;:3823,&quot;21839&quot;:3824,&quot;24758&quot;:3825,&quot;32011&quot;:3826,&quot;12200&quot;:3827,&quot;38272&quot;:3827,&quot;21249&quot;:3828,&quot;20063&quot;:3829,&quot;20918&quot;:3830,&quot;22812&quot;:3831,&quot;29242&quot;:3832,&quot;32822&quot;:3833,&quot;37326&quot;:3834,&quot;24357&quot;:3835,&quot;12142&quot;:3836,&quot;30690&quot;:3836,&quot;21380&quot;:3837,&quot;24441&quot;:3838,&quot;32004&quot;:3839,&quot;34220&quot;:3840,&quot;35379&quot;:3841,&quot;36493&quot;:3842,&quot;38742&quot;:3843,&quot;26611&quot;:3844,&quot;34222&quot;:3845,&quot;37971&quot;:3846,&quot;24841&quot;:3847,&quot;24840&quot;:3848,&quot;27833&quot;:3849,&quot;30290&quot;:3850,&quot;35565&quot;:3851,&quot;36664&quot;:3852,&quot;21807&quot;:3853,&quot;20305&quot;:3854,&quot;20778&quot;:3855,&quot;21191&quot;:3856,&quot;21451&quot;:3857,&quot;23461&quot;:3858,&quot;24189&quot;:3859,&quot;24736&quot;:3860,&quot;24962&quot;:3861,&quot;25558&quot;:3862,&quot;26377&quot;:3863,&quot;26586&quot;:3864,&quot;28263&quot;:3865,&quot;28044&quot;:3866,&quot;29494&quot;:3867,&quot;29495&quot;:3868,&quot;30001&quot;:3869,&quot;31056&quot;:3870,&quot;35029&quot;:3871,&quot;35480&quot;:3872,&quot;36938&quot;:3873,&quot;12194&quot;:3874,&quot;37009&quot;:3874,&quot;37109&quot;:3875,&quot;38596&quot;:3876,&quot;34701&quot;:3877,&quot;12067&quot;:3878,&quot;22805&quot;:3878,&quot;20104&quot;:3879,&quot;20313&quot;:3880,&quot;19982&quot;:3881,&quot;35465&quot;:3882,&quot;36671&quot;:3883,&quot;38928&quot;:3884,&quot;20653&quot;:3885,&quot;24188&quot;:3886,&quot;22934&quot;:3887,&quot;23481&quot;:3888,&quot;24248&quot;:3889,&quot;25562&quot;:3890,&quot;25594&quot;:3891,&quot;25793&quot;:3892,&quot;26332&quot;:3893,&quot;26954&quot;:3894,&quot;27096&quot;:3895,&quot;27915&quot;:3896,&quot;28342&quot;:3897,&quot;29076&quot;:3898,&quot;12132&quot;:3899,&quot;29992&quot;:3899,&quot;31407&quot;:3900,&quot;12154&quot;:3901,&quot;32650&quot;:3901,&quot;32768&quot;:3902,&quot;33865&quot;:3903,&quot;33993&quot;:3904,&quot;35201&quot;:3905,&quot;35617&quot;:3906,&quot;36362&quot;:3907,&quot;36965&quot;:3908,&quot;38525&quot;:3909,&quot;39178&quot;:3910,&quot;24958&quot;:3911,&quot;25233&quot;:3912,&quot;27442&quot;:3913,&quot;27779&quot;:3914,&quot;28020&quot;:3915,&quot;32716&quot;:3916,&quot;32764&quot;:3917,&quot;28096&quot;:3918,&quot;32645&quot;:3919,&quot;34746&quot;:3920,&quot;35064&quot;:3921,&quot;26469&quot;:3922,&quot;33713&quot;:3923,&quot;38972&quot;:3924,&quot;38647&quot;:3925,&quot;27931&quot;:3926,&quot;32097&quot;:3927,&quot;33853&quot;:3928,&quot;37226&quot;:3929,&quot;20081&quot;:3930,&quot;21365&quot;:3931,&quot;23888&quot;:3932,&quot;27396&quot;:3933,&quot;28651&quot;:3934,&quot;34253&quot;:3935,&quot;34349&quot;:3936,&quot;35239&quot;:3937,&quot;21033&quot;:3938,&quot;21519&quot;:3939,&quot;23653&quot;:3940,&quot;26446&quot;:3941,&quot;26792&quot;:3942,&quot;29702&quot;:3943,&quot;29827&quot;:3944,&quot;30178&quot;:3945,&quot;35023&quot;:3946,&quot;35041&quot;:3947,&quot;12197&quot;:3948,&quot;37324&quot;:3948,&quot;38626&quot;:3949,&quot;38520&quot;:3950,&quot;24459&quot;:3951,&quot;29575&quot;:3952,&quot;12148&quot;:3953,&quot;31435&quot;:3953,&quot;33870&quot;:3954,&quot;25504&quot;:3955,&quot;30053&quot;:3956,&quot;21129&quot;:3957,&quot;27969&quot;:3958,&quot;28316&quot;:3959,&quot;29705&quot;:3960,&quot;30041&quot;:3961,&quot;30827&quot;:3962,&quot;31890&quot;:3963,&quot;38534&quot;:3964,&quot;12015&quot;:3965,&quot;31452&quot;:3965,&quot;12243&quot;:3966,&quot;40845&quot;:3966,&quot;20406&quot;:3967,&quot;24942&quot;:3968,&quot;26053&quot;:3969,&quot;34396&quot;:3970,&quot;20102&quot;:3971,&quot;20142&quot;:3972,&quot;20698&quot;:3973,&quot;20001&quot;:3974,&quot;20940&quot;:3975,&quot;23534&quot;:3976,&quot;26009&quot;:3977,&quot;26753&quot;:3978,&quot;28092&quot;:3979,&quot;29471&quot;:3980,&quot;30274&quot;:3981,&quot;30637&quot;:3982,&quot;31260&quot;:3983,&quot;31975&quot;:3984,&quot;33391&quot;:3985,&quot;35538&quot;:3986,&quot;36988&quot;:3987,&quot;37327&quot;:3988,&quot;38517&quot;:3989,&quot;38936&quot;:3990,&quot;12050&quot;:3991,&quot;21147&quot;:3991,&quot;32209&quot;:3992,&quot;20523&quot;:3993,&quot;21400&quot;:3994,&quot;26519&quot;:3995,&quot;28107&quot;:3996,&quot;29136&quot;:3997,&quot;29747&quot;:3998,&quot;33256&quot;:3999,&quot;36650&quot;:4000,&quot;38563&quot;:4001,&quot;40023&quot;:4002,&quot;40607&quot;:4003,&quot;29792&quot;:4004,&quot;22593&quot;:4005,&quot;28057&quot;:4006,&quot;32047&quot;:4007,&quot;39006&quot;:4008,&quot;20196&quot;:4009,&quot;20278&quot;:4010,&quot;20363&quot;:4011,&quot;20919&quot;:4012,&quot;21169&quot;:4013,&quot;23994&quot;:4014,&quot;24604&quot;:4015,&quot;29618&quot;:4016,&quot;31036&quot;:4017,&quot;33491&quot;:4018,&quot;37428&quot;:4019,&quot;38583&quot;:4020,&quot;38646&quot;:4021,&quot;38666&quot;:4022,&quot;40599&quot;:4023,&quot;40802&quot;:4024,&quot;26278&quot;:4025,&quot;27508&quot;:4026,&quot;21015&quot;:4027,&quot;21155&quot;:4028,&quot;28872&quot;:4029,&quot;35010&quot;:4030,&quot;24265&quot;:4031,&quot;24651&quot;:4032,&quot;24976&quot;:4033,&quot;28451&quot;:4034,&quot;29001&quot;:4035,&quot;31806&quot;:4036,&quot;32244&quot;:4037,&quot;32879&quot;:4038,&quot;34030&quot;:4039,&quot;36899&quot;:4040,&quot;37676&quot;:4041,&quot;21570&quot;:4042,&quot;39791&quot;:4043,&quot;27347&quot;:4044,&quot;28809&quot;:4045,&quot;36034&quot;:4046,&quot;36335&quot;:4047,&quot;38706&quot;:4048,&quot;21172&quot;:4049,&quot;23105&quot;:4050,&quot;24266&quot;:4051,&quot;24324&quot;:4052,&quot;26391&quot;:4053,&quot;27004&quot;:4054,&quot;27028&quot;:4055,&quot;28010&quot;:4056,&quot;28431&quot;:4057,&quot;29282&quot;:4058,&quot;29436&quot;:4059,&quot;31725&quot;:4060,&quot;12156&quot;:4061,&quot;32769&quot;:4061,&quot;32894&quot;:4062,&quot;34635&quot;:4063,&quot;37070&quot;:4064,&quot;20845&quot;:4065,&quot;40595&quot;:4066,&quot;31108&quot;:4067,&quot;32907&quot;:4068,&quot;37682&quot;:4069,&quot;35542&quot;:4070,&quot;20525&quot;:4071,&quot;21644&quot;:4072,&quot;35441&quot;:4073,&quot;27498&quot;:4074,&quot;36036&quot;:4075,&quot;33031&quot;:4076,&quot;24785&quot;:4077,&quot;26528&quot;:4078,&quot;40434&quot;:4079,&quot;20121&quot;:4080,&quot;20120&quot;:4081,&quot;39952&quot;:4082,&quot;35435&quot;:4083,&quot;34241&quot;:4084,&quot;34152&quot;:4085,&quot;26880&quot;:4086,&quot;28286&quot;:4087,&quot;30871&quot;:4088,&quot;33109&quot;:4089,&quot;24332&quot;:4090,&quot;19984&quot;:4091,&quot;19989&quot;:4092,&quot;20010&quot;:4093,&quot;20017&quot;:4094,&quot;12034&quot;:4095,&quot;20022&quot;:4095,&quot;20028&quot;:4096,&quot;12035&quot;:4097,&quot;20031&quot;:4097,&quot;20034&quot;:4098,&quot;20054&quot;:4099,&quot;20056&quot;:4100,&quot;20098&quot;:4101,&quot;12037&quot;:4102,&quot;20101&quot;:4102,&quot;35947&quot;:4103,&quot;20106&quot;:4104,&quot;33298&quot;:4105,&quot;24333&quot;:4106,&quot;20110&quot;:4107,&quot;20126&quot;:4108,&quot;20127&quot;:4109,&quot;12039&quot;:4110,&quot;20128&quot;:4110,&quot;20130&quot;:4111,&quot;20144&quot;:4112,&quot;20147&quot;:4113,&quot;20150&quot;:4114,&quot;20174&quot;:4115,&quot;20173&quot;:4116,&quot;20164&quot;:4117,&quot;20166&quot;:4118,&quot;20162&quot;:4119,&quot;20183&quot;:4120,&quot;20190&quot;:4121,&quot;20205&quot;:4122,&quot;20191&quot;:4123,&quot;20215&quot;:4124,&quot;20233&quot;:4125,&quot;20314&quot;:4126,&quot;20272&quot;:4127,&quot;20315&quot;:4128,&quot;20317&quot;:4129,&quot;20311&quot;:4130,&quot;20295&quot;:4131,&quot;20342&quot;:4132,&quot;20360&quot;:4133,&quot;20367&quot;:4134,&quot;20376&quot;:4135,&quot;20347&quot;:4136,&quot;20329&quot;:4137,&quot;20336&quot;:4138,&quot;20369&quot;:4139,&quot;20335&quot;:4140,&quot;20358&quot;:4141,&quot;20374&quot;:4142,&quot;20760&quot;:4143,&quot;20436&quot;:4144,&quot;20447&quot;:4145,&quot;20430&quot;:4146,&quot;20440&quot;:4147,&quot;20443&quot;:4148,&quot;20433&quot;:4149,&quot;20442&quot;:4150,&quot;20432&quot;:4151,&quot;20452&quot;:4152,&quot;20453&quot;:4153,&quot;20506&quot;:4154,&quot;20520&quot;:4155,&quot;20500&quot;:4156,&quot;20522&quot;:4157,&quot;20517&quot;:4158,&quot;20485&quot;:4159,&quot;20252&quot;:4160,&quot;20470&quot;:4161,&quot;20513&quot;:4162,&quot;20521&quot;:4163,&quot;20524&quot;:4164,&quot;20478&quot;:4165,&quot;20463&quot;:4166,&quot;20497&quot;:4167,&quot;20486&quot;:4168,&quot;20547&quot;:4169,&quot;20551&quot;:4170,&quot;26371&quot;:4171,&quot;20565&quot;:4172,&quot;20560&quot;:4173,&quot;20552&quot;:4174,&quot;20570&quot;:4175,&quot;20566&quot;:4176,&quot;20588&quot;:4177,&quot;20600&quot;:4178,&quot;20608&quot;:4179,&quot;20634&quot;:4180,&quot;20613&quot;:4181,&quot;20660&quot;:4182,&quot;20658&quot;:4183,&quot;20681&quot;:4184,&quot;20682&quot;:4185,&quot;20659&quot;:4186,&quot;20674&quot;:4187,&quot;20694&quot;:4188,&quot;20702&quot;:4189,&quot;20709&quot;:4190,&quot;20717&quot;:4191,&quot;20707&quot;:4192,&quot;20718&quot;:4193,&quot;20729&quot;:4194,&quot;20725&quot;:4195,&quot;20745&quot;:4196,&quot;20737&quot;:4197,&quot;20738&quot;:4198,&quot;20758&quot;:4199,&quot;20757&quot;:4200,&quot;20756&quot;:4201,&quot;20762&quot;:4202,&quot;20769&quot;:4203,&quot;20794&quot;:4204,&quot;20791&quot;:4205,&quot;20796&quot;:4206,&quot;20795&quot;:4207,&quot;12041&quot;:4208,&quot;20799&quot;:4208,&quot;11918&quot;:4209,&quot;20800&quot;:4209,&quot;20818&quot;:4210,&quot;20812&quot;:4211,&quot;20820&quot;:4212,&quot;20834&quot;:4213,&quot;31480&quot;:4214,&quot;20841&quot;:4215,&quot;20842&quot;:4216,&quot;20846&quot;:4217,&quot;20864&quot;:4218,&quot;12044&quot;:4219,&quot;20866&quot;:4219,&quot;22232&quot;:4220,&quot;20876&quot;:4221,&quot;20873&quot;:4222,&quot;20879&quot;:4223,&quot;20881&quot;:4224,&quot;20883&quot;:4225,&quot;20885&quot;:4226,&quot;12045&quot;:4227,&quot;20886&quot;:4227,&quot;20900&quot;:4228,&quot;20902&quot;:4229,&quot;20898&quot;:4230,&quot;20905&quot;:4231,&quot;20906&quot;:4232,&quot;12046&quot;:4233,&quot;20907&quot;:4233,&quot;20915&quot;:4234,&quot;20913&quot;:4235,&quot;20914&quot;:4236,&quot;20912&quot;:4237,&quot;20917&quot;:4238,&quot;20925&quot;:4239,&quot;20933&quot;:4240,&quot;20937&quot;:4241,&quot;20955&quot;:4242,&quot;12047&quot;:4243,&quot;20960&quot;:4243,&quot;34389&quot;:4244,&quot;20969&quot;:4245,&quot;20973&quot;:4246,&quot;20976&quot;:4247,&quot;12048&quot;:4248,&quot;20981&quot;:4248,&quot;20990&quot;:4249,&quot;20996&quot;:4250,&quot;21003&quot;:4251,&quot;21012&quot;:4252,&quot;21006&quot;:4253,&quot;21031&quot;:4254,&quot;21034&quot;:4255,&quot;21038&quot;:4256,&quot;21043&quot;:4257,&quot;21049&quot;:4258,&quot;21071&quot;:4259,&quot;21060&quot;:4260,&quot;21067&quot;:4261,&quot;21068&quot;:4262,&quot;21086&quot;:4263,&quot;21076&quot;:4264,&quot;21098&quot;:4265,&quot;21108&quot;:4266,&quot;21097&quot;:4267,&quot;21107&quot;:4268,&quot;21119&quot;:4269,&quot;21117&quot;:4270,&quot;21133&quot;:4271,&quot;21140&quot;:4272,&quot;21138&quot;:4273,&quot;21105&quot;:4274,&quot;21128&quot;:4275,&quot;21137&quot;:4276,&quot;36776&quot;:4277,&quot;36775&quot;:4278,&quot;21164&quot;:4279,&quot;21165&quot;:4280,&quot;21180&quot;:4281,&quot;21173&quot;:4282,&quot;21185&quot;:4283,&quot;21197&quot;:4284,&quot;21207&quot;:4285,&quot;21214&quot;:4286,&quot;21219&quot;:4287,&quot;21222&quot;:4288,&quot;39149&quot;:4289,&quot;21216&quot;:4290,&quot;21235&quot;:4291,&quot;21237&quot;:4292,&quot;21240&quot;:4293,&quot;12051&quot;:4294,&quot;21241&quot;:4294,&quot;21254&quot;:4295,&quot;21256&quot;:4296,&quot;30008&quot;:4297,&quot;21261&quot;:4298,&quot;21264&quot;:4299,&quot;21263&quot;:4300,&quot;21269&quot;:4301,&quot;12052&quot;:4301,&quot;21274&quot;:4302,&quot;12053&quot;:4302,&quot;21283&quot;:4303,&quot;21295&quot;:4304,&quot;21297&quot;:4305,&quot;21299&quot;:4306,&quot;12054&quot;:4307,&quot;21304&quot;:4307,&quot;21312&quot;:4308,&quot;21318&quot;:4309,&quot;21317&quot;:4310,&quot;19991&quot;:4311,&quot;21321&quot;:4312,&quot;21325&quot;:4313,&quot;20950&quot;:4314,&quot;21342&quot;:4315,&quot;12057&quot;:4316,&quot;21353&quot;:4316,&quot;21358&quot;:4317,&quot;22808&quot;:4318,&quot;21371&quot;:4319,&quot;21367&quot;:4320,&quot;12058&quot;:4321,&quot;21378&quot;:4321,&quot;21398&quot;:4322,&quot;21408&quot;:4323,&quot;21414&quot;:4324,&quot;21413&quot;:4325,&quot;21422&quot;:4326,&quot;21424&quot;:4327,&quot;12059&quot;:4328,&quot;21430&quot;:4328,&quot;21443&quot;:4329,&quot;31762&quot;:4330,&quot;38617&quot;:4331,&quot;21471&quot;:4332,&quot;26364&quot;:4333,&quot;29166&quot;:4334,&quot;21486&quot;:4335,&quot;21480&quot;:4336,&quot;21485&quot;:4337,&quot;21498&quot;:4338,&quot;21505&quot;:4339,&quot;21565&quot;:4340,&quot;21568&quot;:4341,&quot;21548&quot;:4342,&quot;21549&quot;:4343,&quot;21564&quot;:4344,&quot;21550&quot;:4345,&quot;21558&quot;:4346,&quot;21545&quot;:4347,&quot;21533&quot;:4348,&quot;21582&quot;:4349,&quot;21647&quot;:4350,&quot;21621&quot;:4351,&quot;21646&quot;:4352,&quot;21599&quot;:4353,&quot;21617&quot;:4354,&quot;21623&quot;:4355,&quot;21616&quot;:4356,&quot;21650&quot;:4357,&quot;21627&quot;:4358,&quot;21632&quot;:4359,&quot;21622&quot;:4360,&quot;21636&quot;:4361,&quot;21648&quot;:4362,&quot;21638&quot;:4363,&quot;21703&quot;:4364,&quot;21666&quot;:4365,&quot;21688&quot;:4366,&quot;21669&quot;:4367,&quot;21676&quot;:4368,&quot;21700&quot;:4369,&quot;21704&quot;:4370,&quot;21672&quot;:4371,&quot;21675&quot;:4372,&quot;21698&quot;:4373,&quot;21668&quot;:4374,&quot;21694&quot;:4375,&quot;21692&quot;:4376,&quot;21720&quot;:4377,&quot;21733&quot;:4378,&quot;21734&quot;:4379,&quot;21775&quot;:4380,&quot;21780&quot;:4381,&quot;21757&quot;:4382,&quot;21742&quot;:4383,&quot;21741&quot;:4384,&quot;21754&quot;:4385,&quot;21730&quot;:4386,&quot;21817&quot;:4387,&quot;21824&quot;:4388,&quot;21859&quot;:4389,&quot;21836&quot;:4390,&quot;21806&quot;:4391,&quot;21852&quot;:4392,&quot;21829&quot;:4393,&quot;21846&quot;:4394,&quot;21847&quot;:4395,&quot;21816&quot;:4396,&quot;21811&quot;:4397,&quot;21853&quot;:4398,&quot;21913&quot;:4399,&quot;21888&quot;:4400,&quot;21679&quot;:4401,&quot;21898&quot;:4402,&quot;21919&quot;:4403,&quot;21883&quot;:4404,&quot;21886&quot;:4405,&quot;21912&quot;:4406,&quot;21918&quot;:4407,&quot;21934&quot;:4408,&quot;21884&quot;:4409,&quot;21891&quot;:4410,&quot;21929&quot;:4411,&quot;21895&quot;:4412,&quot;21928&quot;:4413,&quot;21978&quot;:4414,&quot;21957&quot;:4415,&quot;21983&quot;:4416,&quot;21956&quot;:4417,&quot;21980&quot;:4418,&quot;21988&quot;:4419,&quot;21972&quot;:4420,&quot;22036&quot;:4421,&quot;22007&quot;:4422,&quot;22038&quot;:4423,&quot;22014&quot;:4424,&quot;22013&quot;:4425,&quot;22043&quot;:4426,&quot;22009&quot;:4427,&quot;22094&quot;:4428,&quot;22096&quot;:4429,&quot;29151&quot;:4430,&quot;22068&quot;:4431,&quot;22070&quot;:4432,&quot;22066&quot;:4433,&quot;22072&quot;:4434,&quot;22123&quot;:4435,&quot;22116&quot;:4436,&quot;22063&quot;:4437,&quot;22124&quot;:4438,&quot;22122&quot;:4439,&quot;22150&quot;:4440,&quot;22144&quot;:4441,&quot;22154&quot;:4442,&quot;22176&quot;:4443,&quot;22164&quot;:4444,&quot;22159&quot;:4445,&quot;22181&quot;:4446,&quot;22190&quot;:4447,&quot;22198&quot;:4448,&quot;22196&quot;:4449,&quot;22210&quot;:4450,&quot;22204&quot;:4451,&quot;22209&quot;:4452,&quot;22211&quot;:4453,&quot;22208&quot;:4454,&quot;22216&quot;:4455,&quot;22222&quot;:4456,&quot;22225&quot;:4457,&quot;22227&quot;:4458,&quot;12062&quot;:4459,&quot;22231&quot;:4459,&quot;22254&quot;:4460,&quot;22265&quot;:4461,&quot;22272&quot;:4462,&quot;22271&quot;:4463,&quot;22276&quot;:4464,&quot;22281&quot;:4465,&quot;22280&quot;:4466,&quot;22283&quot;:4467,&quot;22285&quot;:4468,&quot;22291&quot;:4469,&quot;22296&quot;:4470,&quot;22294&quot;:4471,&quot;21959&quot;:4472,&quot;22300&quot;:4473,&quot;22310&quot;:4474,&quot;22327&quot;:4475,&quot;22328&quot;:4476,&quot;22350&quot;:4477,&quot;22331&quot;:4478,&quot;22336&quot;:4479,&quot;22351&quot;:4480,&quot;22377&quot;:4481,&quot;22464&quot;:4482,&quot;22408&quot;:4483,&quot;22369&quot;:4484,&quot;22399&quot;:4485,&quot;22409&quot;:4486,&quot;22419&quot;:4487,&quot;22432&quot;:4488,&quot;22451&quot;:4489,&quot;22436&quot;:4490,&quot;22442&quot;:4491,&quot;22448&quot;:4492,&quot;22467&quot;:4493,&quot;22470&quot;:4494,&quot;22484&quot;:4495,&quot;22482&quot;:4496,&quot;22483&quot;:4497,&quot;22538&quot;:4498,&quot;22486&quot;:4499,&quot;22499&quot;:4500,&quot;22539&quot;:4501,&quot;22553&quot;:4502,&quot;22557&quot;:4503,&quot;22642&quot;:4504,&quot;22561&quot;:4505,&quot;22626&quot;:4506,&quot;22603&quot;:4507,&quot;22640&quot;:4508,&quot;27584&quot;:4509,&quot;22610&quot;:4510,&quot;22589&quot;:4511,&quot;22649&quot;:4512,&quot;22661&quot;:4513,&quot;22713&quot;:4514,&quot;22687&quot;:4515,&quot;22699&quot;:4516,&quot;22714&quot;:4517,&quot;22750&quot;:4518,&quot;22715&quot;:4519,&quot;22712&quot;:4520,&quot;22702&quot;:4521,&quot;22725&quot;:4522,&quot;22739&quot;:4523,&quot;22737&quot;:4524,&quot;22743&quot;:4525,&quot;22745&quot;:4526,&quot;22744&quot;:4527,&quot;22757&quot;:4528,&quot;22748&quot;:4529,&quot;22756&quot;:4530,&quot;22751&quot;:4531,&quot;22767&quot;:4532,&quot;22778&quot;:4533,&quot;22777&quot;:4534,&quot;22779&quot;:4535,&quot;22780&quot;:4536,&quot;22781&quot;:4537,&quot;22786&quot;:4538,&quot;12065&quot;:4538,&quot;22794&quot;:4539,&quot;12066&quot;:4539,&quot;22800&quot;:4540,&quot;22811&quot;:4541,&quot;26790&quot;:4542,&quot;22821&quot;:4543,&quot;22828&quot;:4544,&quot;22829&quot;:4545,&quot;22834&quot;:4546,&quot;22840&quot;:4547,&quot;22846&quot;:4548,&quot;31442&quot;:4549,&quot;22869&quot;:4550,&quot;22864&quot;:4551,&quot;22862&quot;:4552,&quot;22874&quot;:4553,&quot;22872&quot;:4554,&quot;22882&quot;:4555,&quot;22880&quot;:4556,&quot;22887&quot;:4557,&quot;22892&quot;:4558,&quot;22889&quot;:4559,&quot;22904&quot;:4560,&quot;22913&quot;:4561,&quot;22941&quot;:4562,&quot;20318&quot;:4563,&quot;20395&quot;:4564,&quot;22947&quot;:4565,&quot;22962&quot;:4566,&quot;22982&quot;:4567,&quot;23016&quot;:4568,&quot;23004&quot;:4569,&quot;22925&quot;:4570,&quot;23001&quot;:4571,&quot;23002&quot;:4572,&quot;23077&quot;:4573,&quot;23071&quot;:4574,&quot;23057&quot;:4575,&quot;23068&quot;:4576,&quot;23049&quot;:4577,&quot;23066&quot;:4578,&quot;23104&quot;:4579,&quot;23148&quot;:4580,&quot;23113&quot;:4581,&quot;23093&quot;:4582,&quot;23094&quot;:4583,&quot;23138&quot;:4584,&quot;23146&quot;:4585,&quot;23194&quot;:4586,&quot;23228&quot;:4587,&quot;23230&quot;:4588,&quot;23243&quot;:4589,&quot;23234&quot;:4590,&quot;23229&quot;:4591,&quot;23267&quot;:4592,&quot;23255&quot;:4593,&quot;23270&quot;:4594,&quot;23273&quot;:4595,&quot;23254&quot;:4596,&quot;23290&quot;:4597,&quot;23291&quot;:4598,&quot;23308&quot;:4599,&quot;23307&quot;:4600,&quot;23318&quot;:4601,&quot;23346&quot;:4602,&quot;23248&quot;:4603,&quot;23338&quot;:4604,&quot;23350&quot;:4605,&quot;23358&quot;:4606,&quot;23363&quot;:4607,&quot;23365&quot;:4608,&quot;23360&quot;:4609,&quot;23377&quot;:4610,&quot;23381&quot;:4611,&quot;23386&quot;:4612,&quot;23387&quot;:4613,&quot;23397&quot;:4614,&quot;23401&quot;:4615,&quot;23408&quot;:4616,&quot;23411&quot;:4617,&quot;23413&quot;:4618,&quot;23416&quot;:4619,&quot;25992&quot;:4620,&quot;23418&quot;:4621,&quot;12071&quot;:4622,&quot;23424&quot;:4622,&quot;23427&quot;:4623,&quot;23462&quot;:4624,&quot;23480&quot;:4625,&quot;23491&quot;:4626,&quot;23495&quot;:4627,&quot;23497&quot;:4628,&quot;23508&quot;:4629,&quot;23504&quot;:4630,&quot;23524&quot;:4631,&quot;23526&quot;:4632,&quot;23522&quot;:4633,&quot;23518&quot;:4634,&quot;23525&quot;:4635,&quot;23531&quot;:4636,&quot;23536&quot;:4637,&quot;23542&quot;:4638,&quot;23539&quot;:4639,&quot;23557&quot;:4640,&quot;23559&quot;:4641,&quot;23560&quot;:4642,&quot;23565&quot;:4643,&quot;23571&quot;:4644,&quot;23584&quot;:4645,&quot;11920&quot;:4646,&quot;12074&quot;:4646,&quot;23586&quot;:4646,&quot;23592&quot;:4647,&quot;12075&quot;:4648,&quot;23608&quot;:4648,&quot;23609&quot;:4649,&quot;23617&quot;:4650,&quot;23622&quot;:4651,&quot;23630&quot;:4652,&quot;23635&quot;:4653,&quot;23632&quot;:4654,&quot;23631&quot;:4655,&quot;23409&quot;:4656,&quot;23660&quot;:4657,&quot;12076&quot;:4658,&quot;23662&quot;:4658,&quot;20066&quot;:4659,&quot;23670&quot;:4660,&quot;23673&quot;:4661,&quot;23692&quot;:4662,&quot;23697&quot;:4663,&quot;23700&quot;:4664,&quot;22939&quot;:4665,&quot;23723&quot;:4666,&quot;23739&quot;:4667,&quot;23734&quot;:4668,&quot;23740&quot;:4669,&quot;23735&quot;:4670,&quot;23749&quot;:4671,&quot;23742&quot;:4672,&quot;23751&quot;:4673,&quot;23769&quot;:4674,&quot;23785&quot;:4675,&quot;23805&quot;:4676,&quot;23802&quot;:4677,&quot;23789&quot;:4678,&quot;23948&quot;:4679,&quot;23786&quot;:4680,&quot;23819&quot;:4681,&quot;23829&quot;:4682,&quot;23831&quot;:4683,&quot;23900&quot;:4684,&quot;23839&quot;:4685,&quot;23835&quot;:4686,&quot;23825&quot;:4687,&quot;23828&quot;:4688,&quot;23842&quot;:4689,&quot;23834&quot;:4690,&quot;23833&quot;:4691,&quot;23832&quot;:4692,&quot;23884&quot;:4693,&quot;23890&quot;:4694,&quot;23886&quot;:4695,&quot;23883&quot;:4696,&quot;23916&quot;:4697,&quot;23923&quot;:4698,&quot;23926&quot;:4699,&quot;23943&quot;:4700,&quot;23940&quot;:4701,&quot;23938&quot;:4702,&quot;23970&quot;:4703,&quot;23965&quot;:4704,&quot;23980&quot;:4705,&quot;23982&quot;:4706,&quot;23997&quot;:4707,&quot;23952&quot;:4708,&quot;23991&quot;:4709,&quot;23996&quot;:4710,&quot;24009&quot;:4711,&quot;24013&quot;:4712,&quot;24019&quot;:4713,&quot;24018&quot;:4714,&quot;24022&quot;:4715,&quot;12078&quot;:4716,&quot;24027&quot;:4716,&quot;24043&quot;:4717,&quot;24050&quot;:4718,&quot;24053&quot;:4719,&quot;24075&quot;:4720,&quot;24090&quot;:4721,&quot;24089&quot;:4722,&quot;24081&quot;:4723,&quot;24091&quot;:4724,&quot;24118&quot;:4725,&quot;24119&quot;:4726,&quot;24132&quot;:4727,&quot;24131&quot;:4728,&quot;24128&quot;:4729,&quot;24142&quot;:4730,&quot;24151&quot;:4731,&quot;24148&quot;:4732,&quot;24159&quot;:4733,&quot;24162&quot;:4734,&quot;24164&quot;:4735,&quot;24135&quot;:4736,&quot;24181&quot;:4737,&quot;24182&quot;:4738,&quot;11923&quot;:4739,&quot;12083&quot;:4739,&quot;24186&quot;:4739,&quot;40636&quot;:4740,&quot;12084&quot;:4741,&quot;24191&quot;:4741,&quot;24224&quot;:4742,&quot;24257&quot;:4743,&quot;24258&quot;:4744,&quot;24264&quot;:4745,&quot;24272&quot;:4746,&quot;24271&quot;:4747,&quot;24278&quot;:4748,&quot;24291&quot;:4749,&quot;24285&quot;:4750,&quot;24282&quot;:4751,&quot;24283&quot;:4752,&quot;24290&quot;:4753,&quot;24289&quot;:4754,&quot;24296&quot;:4755,&quot;24297&quot;:4756,&quot;24300&quot;:4757,&quot;24305&quot;:4758,&quot;24307&quot;:4759,&quot;24304&quot;:4760,&quot;12085&quot;:4761,&quot;24308&quot;:4761,&quot;24312&quot;:4762,&quot;12086&quot;:4763,&quot;24318&quot;:4763,&quot;24323&quot;:4764,&quot;24329&quot;:4765,&quot;24413&quot;:4766,&quot;24412&quot;:4767,&quot;12087&quot;:4768,&quot;24331&quot;:4768,&quot;24337&quot;:4769,&quot;24342&quot;:4770,&quot;24361&quot;:4771,&quot;24365&quot;:4772,&quot;24376&quot;:4773,&quot;24385&quot;:4774,&quot;24392&quot;:4775,&quot;24396&quot;:4776,&quot;24398&quot;:4777,&quot;24367&quot;:4778,&quot;11924&quot;:4779,&quot;24401&quot;:4779,&quot;24406&quot;:4780,&quot;24407&quot;:4781,&quot;24409&quot;:4782,&quot;12090&quot;:4783,&quot;24417&quot;:4783,&quot;24429&quot;:4784,&quot;12091&quot;:4785,&quot;24435&quot;:4785,&quot;24439&quot;:4786,&quot;24451&quot;:4787,&quot;24450&quot;:4788,&quot;24447&quot;:4789,&quot;24458&quot;:4790,&quot;24456&quot;:4791,&quot;24465&quot;:4792,&quot;24455&quot;:4793,&quot;24478&quot;:4794,&quot;24473&quot;:4795,&quot;24472&quot;:4796,&quot;24480&quot;:4797,&quot;24488&quot;:4798,&quot;24493&quot;:4799,&quot;24508&quot;:4800,&quot;24534&quot;:4801,&quot;24571&quot;:4802,&quot;24548&quot;:4803,&quot;24568&quot;:4804,&quot;24561&quot;:4805,&quot;24541&quot;:4806,&quot;24755&quot;:4807,&quot;24575&quot;:4808,&quot;24609&quot;:4809,&quot;24672&quot;:4810,&quot;24601&quot;:4811,&quot;24592&quot;:4812,&quot;24617&quot;:4813,&quot;24590&quot;:4814,&quot;24625&quot;:4815,&quot;24603&quot;:4816,&quot;24597&quot;:4817,&quot;24619&quot;:4818,&quot;24614&quot;:4819,&quot;24591&quot;:4820,&quot;24634&quot;:4821,&quot;24666&quot;:4822,&quot;24641&quot;:4823,&quot;24682&quot;:4824,&quot;24695&quot;:4825,&quot;24671&quot;:4826,&quot;24650&quot;:4827,&quot;24646&quot;:4828,&quot;24653&quot;:4829,&quot;24675&quot;:4830,&quot;24643&quot;:4831,&quot;24676&quot;:4832,&quot;24642&quot;:4833,&quot;24684&quot;:4834,&quot;24683&quot;:4835,&quot;24665&quot;:4836,&quot;24705&quot;:4837,&quot;24717&quot;:4838,&quot;24807&quot;:4839,&quot;24707&quot;:4840,&quot;24730&quot;:4841,&quot;24708&quot;:4842,&quot;24731&quot;:4843,&quot;24726&quot;:4844,&quot;24727&quot;:4845,&quot;24722&quot;:4846,&quot;24743&quot;:4847,&quot;24715&quot;:4848,&quot;24801&quot;:4849,&quot;24760&quot;:4850,&quot;24800&quot;:4851,&quot;24787&quot;:4852,&quot;24756&quot;:4853,&quot;24560&quot;:4854,&quot;24765&quot;:4855,&quot;24774&quot;:4856,&quot;24757&quot;:4857,&quot;24792&quot;:4858,&quot;24909&quot;:4859,&quot;24853&quot;:4860,&quot;24838&quot;:4861,&quot;24822&quot;:4862,&quot;24823&quot;:4863,&quot;24832&quot;:4864,&quot;24820&quot;:4865,&quot;24826&quot;:4866,&quot;24835&quot;:4867,&quot;24865&quot;:4868,&quot;24827&quot;:4869,&quot;24817&quot;:4870,&quot;24845&quot;:4871,&quot;24846&quot;:4872,&quot;24903&quot;:4873,&quot;24894&quot;:4874,&quot;24872&quot;:4875,&quot;24871&quot;:4876,&quot;24906&quot;:4877,&quot;24895&quot;:4878,&quot;24892&quot;:4879,&quot;24876&quot;:4880,&quot;24884&quot;:4881,&quot;24893&quot;:4882,&quot;24898&quot;:4883,&quot;24900&quot;:4884,&quot;24947&quot;:4885,&quot;24951&quot;:4886,&quot;24920&quot;:4887,&quot;24921&quot;:4888,&quot;24922&quot;:4889,&quot;24939&quot;:4890,&quot;24948&quot;:4891,&quot;24943&quot;:4892,&quot;24933&quot;:4893,&quot;24945&quot;:4894,&quot;24927&quot;:4895,&quot;24925&quot;:4896,&quot;24915&quot;:4897,&quot;24949&quot;:4898,&quot;24985&quot;:4899,&quot;24982&quot;:4900,&quot;24967&quot;:4901,&quot;25004&quot;:4902,&quot;24980&quot;:4903,&quot;24986&quot;:4904,&quot;24970&quot;:4905,&quot;24977&quot;:4906,&quot;25003&quot;:4907,&quot;25006&quot;:4908,&quot;25036&quot;:4909,&quot;25034&quot;:4910,&quot;25033&quot;:4911,&quot;25079&quot;:4912,&quot;25032&quot;:4913,&quot;25027&quot;:4914,&quot;25030&quot;:4915,&quot;25018&quot;:4916,&quot;25035&quot;:4917,&quot;32633&quot;:4918,&quot;25037&quot;:4919,&quot;25062&quot;:4920,&quot;25059&quot;:4921,&quot;25078&quot;:4922,&quot;25082&quot;:4923,&quot;25076&quot;:4924,&quot;25087&quot;:4925,&quot;25085&quot;:4926,&quot;25084&quot;:4927,&quot;25086&quot;:4928,&quot;25088&quot;:4929,&quot;12093&quot;:4930,&quot;25096&quot;:4930,&quot;25097&quot;:4931,&quot;25101&quot;:4932,&quot;25100&quot;:4933,&quot;25108&quot;:4934,&quot;25115&quot;:4935,&quot;25118&quot;:4936,&quot;25121&quot;:4937,&quot;25130&quot;:4938,&quot;25134&quot;:4939,&quot;25136&quot;:4940,&quot;25138&quot;:4941,&quot;25139&quot;:4942,&quot;25153&quot;:4943,&quot;25166&quot;:4944,&quot;25182&quot;:4945,&quot;25187&quot;:4946,&quot;25179&quot;:4947,&quot;25184&quot;:4948,&quot;25192&quot;:4949,&quot;25212&quot;:4950,&quot;25218&quot;:4951,&quot;25225&quot;:4952,&quot;25214&quot;:4953,&quot;25234&quot;:4954,&quot;25235&quot;:4955,&quot;25238&quot;:4956,&quot;25300&quot;:4957,&quot;25219&quot;:4958,&quot;25236&quot;:4959,&quot;25303&quot;:4960,&quot;25297&quot;:4961,&quot;25275&quot;:4962,&quot;25295&quot;:4963,&quot;25343&quot;:4964,&quot;25286&quot;:4965,&quot;25812&quot;:4966,&quot;25288&quot;:4967,&quot;25308&quot;:4968,&quot;25292&quot;:4969,&quot;25290&quot;:4970,&quot;25282&quot;:4971,&quot;25287&quot;:4972,&quot;25243&quot;:4973,&quot;25289&quot;:4974,&quot;25356&quot;:4975,&quot;25326&quot;:4976,&quot;25329&quot;:4977,&quot;25383&quot;:4978,&quot;25346&quot;:4979,&quot;25352&quot;:4980,&quot;25327&quot;:4981,&quot;25333&quot;:4982,&quot;25424&quot;:4983,&quot;25406&quot;:4984,&quot;25421&quot;:4985,&quot;25628&quot;:4986,&quot;25423&quot;:4987,&quot;25494&quot;:4988,&quot;25486&quot;:4989,&quot;25472&quot;:4990,&quot;25515&quot;:4991,&quot;25462&quot;:4992,&quot;25507&quot;:4993,&quot;25487&quot;:4994,&quot;25481&quot;:4995,&quot;25503&quot;:4996,&quot;25525&quot;:4997,&quot;25451&quot;:4998,&quot;25449&quot;:4999,&quot;25534&quot;:5000,&quot;25577&quot;:5001,&quot;25536&quot;:5002,&quot;25542&quot;:5003,&quot;25571&quot;:5004,&quot;25545&quot;:5005,&quot;25554&quot;:5006,&quot;25590&quot;:5007,&quot;25540&quot;:5008,&quot;25622&quot;:5009,&quot;25652&quot;:5010,&quot;25606&quot;:5011,&quot;25619&quot;:5012,&quot;25638&quot;:5013,&quot;25654&quot;:5014,&quot;25885&quot;:5015,&quot;25623&quot;:5016,&quot;25640&quot;:5017,&quot;25615&quot;:5018,&quot;25703&quot;:5019,&quot;25711&quot;:5020,&quot;25718&quot;:5021,&quot;25678&quot;:5022,&quot;25898&quot;:5023,&quot;25749&quot;:5024,&quot;25747&quot;:5025,&quot;25765&quot;:5026,&quot;25769&quot;:5027,&quot;25736&quot;:5028,&quot;25788&quot;:5029,&quot;25818&quot;:5030,&quot;25810&quot;:5031,&quot;25797&quot;:5032,&quot;25799&quot;:5033,&quot;25787&quot;:5034,&quot;25816&quot;:5035,&quot;25794&quot;:5036,&quot;25841&quot;:5037,&quot;25831&quot;:5038,&quot;33289&quot;:5039,&quot;25824&quot;:5040,&quot;25825&quot;:5041,&quot;25260&quot;:5042,&quot;25827&quot;:5043,&quot;25839&quot;:5044,&quot;25900&quot;:5045,&quot;25846&quot;:5046,&quot;25844&quot;:5047,&quot;25842&quot;:5048,&quot;25850&quot;:5049,&quot;25856&quot;:5050,&quot;25853&quot;:5051,&quot;25880&quot;:5052,&quot;25884&quot;:5053,&quot;25861&quot;:5054,&quot;25892&quot;:5055,&quot;25891&quot;:5056,&quot;25899&quot;:5057,&quot;12097&quot;:5058,&quot;25908&quot;:5058,&quot;11929&quot;:5059,&quot;25909&quot;:5059,&quot;25911&quot;:5060,&quot;25910&quot;:5061,&quot;25912&quot;:5062,&quot;30027&quot;:5063,&quot;25928&quot;:5064,&quot;25942&quot;:5065,&quot;25941&quot;:5066,&quot;25933&quot;:5067,&quot;25944&quot;:5068,&quot;25950&quot;:5069,&quot;25949&quot;:5070,&quot;25970&quot;:5071,&quot;25976&quot;:5072,&quot;25986&quot;:5073,&quot;25987&quot;:5074,&quot;35722&quot;:5075,&quot;26011&quot;:5076,&quot;26015&quot;:5077,&quot;26027&quot;:5078,&quot;26039&quot;:5079,&quot;26051&quot;:5080,&quot;26054&quot;:5081,&quot;26049&quot;:5082,&quot;26052&quot;:5083,&quot;26060&quot;:5084,&quot;26066&quot;:5085,&quot;26075&quot;:5086,&quot;26073&quot;:5087,&quot;12102&quot;:5088,&quot;26080&quot;:5088,&quot;11931&quot;:5089,&quot;26081&quot;:5089,&quot;26097&quot;:5090,&quot;26482&quot;:5091,&quot;26122&quot;:5092,&quot;26115&quot;:5093,&quot;26107&quot;:5094,&quot;26483&quot;:5095,&quot;26165&quot;:5096,&quot;26166&quot;:5097,&quot;26164&quot;:5098,&quot;26140&quot;:5099,&quot;26191&quot;:5100,&quot;26180&quot;:5101,&quot;26185&quot;:5102,&quot;26177&quot;:5103,&quot;26206&quot;:5104,&quot;26205&quot;:5105,&quot;26212&quot;:5106,&quot;26215&quot;:5107,&quot;26216&quot;:5108,&quot;26207&quot;:5109,&quot;26210&quot;:5110,&quot;26224&quot;:5111,&quot;26243&quot;:5112,&quot;26248&quot;:5113,&quot;26254&quot;:5114,&quot;26249&quot;:5115,&quot;26244&quot;:5116,&quot;26264&quot;:5117,&quot;26269&quot;:5118,&quot;26305&quot;:5119,&quot;26297&quot;:5120,&quot;26313&quot;:5121,&quot;26302&quot;:5122,&quot;26300&quot;:5123,&quot;26308&quot;:5124,&quot;26296&quot;:5125,&quot;26326&quot;:5126,&quot;26330&quot;:5127,&quot;26336&quot;:5128,&quot;26175&quot;:5129,&quot;26342&quot;:5130,&quot;26345&quot;:5131,&quot;12104&quot;:5132,&quot;26352&quot;:5132,&quot;26357&quot;:5133,&quot;26359&quot;:5134,&quot;26383&quot;:5135,&quot;26390&quot;:5136,&quot;26398&quot;:5137,&quot;26406&quot;:5138,&quot;26407&quot;:5139,&quot;38712&quot;:5140,&quot;26414&quot;:5141,&quot;26431&quot;:5142,&quot;26422&quot;:5143,&quot;26433&quot;:5144,&quot;26424&quot;:5145,&quot;26423&quot;:5146,&quot;26438&quot;:5147,&quot;26462&quot;:5148,&quot;26464&quot;:5149,&quot;26457&quot;:5150,&quot;26467&quot;:5151,&quot;26468&quot;:5152,&quot;26505&quot;:5153,&quot;26480&quot;:5154,&quot;26537&quot;:5155,&quot;26492&quot;:5156,&quot;26474&quot;:5157,&quot;26508&quot;:5158,&quot;26507&quot;:5159,&quot;26534&quot;:5160,&quot;26529&quot;:5161,&quot;26501&quot;:5162,&quot;26551&quot;:5163,&quot;26607&quot;:5164,&quot;26548&quot;:5165,&quot;26604&quot;:5166,&quot;26547&quot;:5167,&quot;26601&quot;:5168,&quot;26552&quot;:5169,&quot;26596&quot;:5170,&quot;26590&quot;:5171,&quot;26589&quot;:5172,&quot;26594&quot;:5173,&quot;26606&quot;:5174,&quot;26553&quot;:5175,&quot;26574&quot;:5176,&quot;26566&quot;:5177,&quot;26599&quot;:5178,&quot;27292&quot;:5179,&quot;26654&quot;:5180,&quot;26694&quot;:5181,&quot;26665&quot;:5182,&quot;26688&quot;:5183,&quot;26701&quot;:5184,&quot;26674&quot;:5185,&quot;26702&quot;:5186,&quot;26803&quot;:5187,&quot;26667&quot;:5188,&quot;26713&quot;:5189,&quot;26723&quot;:5190,&quot;26743&quot;:5191,&quot;26751&quot;:5192,&quot;26783&quot;:5193,&quot;26767&quot;:5194,&quot;26797&quot;:5195,&quot;26772&quot;:5196,&quot;26781&quot;:5197,&quot;26779&quot;:5198,&quot;26755&quot;:5199,&quot;27310&quot;:5200,&quot;26809&quot;:5201,&quot;26740&quot;:5202,&quot;26805&quot;:5203,&quot;26784&quot;:5204,&quot;26810&quot;:5205,&quot;26895&quot;:5206,&quot;26765&quot;:5207,&quot;26750&quot;:5208,&quot;26881&quot;:5209,&quot;26826&quot;:5210,&quot;26888&quot;:5211,&quot;26840&quot;:5212,&quot;26914&quot;:5213,&quot;26918&quot;:5214,&quot;26849&quot;:5215,&quot;26892&quot;:5216,&quot;26829&quot;:5217,&quot;26836&quot;:5218,&quot;26855&quot;:5219,&quot;26837&quot;:5220,&quot;26934&quot;:5221,&quot;26898&quot;:5222,&quot;26884&quot;:5223,&quot;26839&quot;:5224,&quot;26851&quot;:5225,&quot;26917&quot;:5226,&quot;26873&quot;:5227,&quot;26848&quot;:5228,&quot;26863&quot;:5229,&quot;26920&quot;:5230,&quot;26922&quot;:5231,&quot;26906&quot;:5232,&quot;26915&quot;:5233,&quot;26913&quot;:5234,&quot;26822&quot;:5235,&quot;27001&quot;:5236,&quot;26999&quot;:5237,&quot;26972&quot;:5238,&quot;27000&quot;:5239,&quot;26987&quot;:5240,&quot;26964&quot;:5241,&quot;27006&quot;:5242,&quot;26990&quot;:5243,&quot;26937&quot;:5244,&quot;26996&quot;:5245,&quot;26941&quot;:5246,&quot;26969&quot;:5247,&quot;26928&quot;:5248,&quot;26977&quot;:5249,&quot;26974&quot;:5250,&quot;26973&quot;:5251,&quot;27009&quot;:5252,&quot;26986&quot;:5253,&quot;27058&quot;:5254,&quot;27054&quot;:5255,&quot;27088&quot;:5256,&quot;27071&quot;:5257,&quot;27073&quot;:5258,&quot;27091&quot;:5259,&quot;27070&quot;:5260,&quot;27086&quot;:5261,&quot;23528&quot;:5262,&quot;27082&quot;:5263,&quot;27101&quot;:5264,&quot;27067&quot;:5265,&quot;27075&quot;:5266,&quot;27047&quot;:5267,&quot;27182&quot;:5268,&quot;27025&quot;:5269,&quot;27040&quot;:5270,&quot;27036&quot;:5271,&quot;27029&quot;:5272,&quot;27060&quot;:5273,&quot;27102&quot;:5274,&quot;27112&quot;:5275,&quot;27138&quot;:5276,&quot;27163&quot;:5277,&quot;27135&quot;:5278,&quot;27402&quot;:5279,&quot;27129&quot;:5280,&quot;27122&quot;:5281,&quot;27111&quot;:5282,&quot;27141&quot;:5283,&quot;27057&quot;:5284,&quot;27166&quot;:5285,&quot;27117&quot;:5286,&quot;27156&quot;:5287,&quot;27115&quot;:5288,&quot;27146&quot;:5289,&quot;27154&quot;:5290,&quot;27329&quot;:5291,&quot;27171&quot;:5292,&quot;27155&quot;:5293,&quot;27204&quot;:5294,&quot;27148&quot;:5295,&quot;27250&quot;:5296,&quot;27190&quot;:5297,&quot;27256&quot;:5298,&quot;27207&quot;:5299,&quot;27234&quot;:5300,&quot;27225&quot;:5301,&quot;27238&quot;:5302,&quot;27208&quot;:5303,&quot;27192&quot;:5304,&quot;27170&quot;:5305,&quot;27280&quot;:5306,&quot;27277&quot;:5307,&quot;27296&quot;:5308,&quot;27268&quot;:5309,&quot;27298&quot;:5310,&quot;27299&quot;:5311,&quot;27287&quot;:5312,&quot;34327&quot;:5313,&quot;27323&quot;:5314,&quot;27331&quot;:5315,&quot;27330&quot;:5316,&quot;27320&quot;:5317,&quot;27315&quot;:5318,&quot;27308&quot;:5319,&quot;27358&quot;:5320,&quot;27345&quot;:5321,&quot;27359&quot;:5322,&quot;27306&quot;:5323,&quot;27354&quot;:5324,&quot;27370&quot;:5325,&quot;27387&quot;:5326,&quot;27397&quot;:5327,&quot;34326&quot;:5328,&quot;27386&quot;:5329,&quot;27410&quot;:5330,&quot;27414&quot;:5331,&quot;39729&quot;:5332,&quot;27423&quot;:5333,&quot;27448&quot;:5334,&quot;27447&quot;:5335,&quot;30428&quot;:5336,&quot;27449&quot;:5337,&quot;39150&quot;:5338,&quot;27463&quot;:5339,&quot;27459&quot;:5340,&quot;27465&quot;:5341,&quot;27472&quot;:5342,&quot;27481&quot;:5343,&quot;27476&quot;:5344,&quot;27483&quot;:5345,&quot;27487&quot;:5346,&quot;27489&quot;:5347,&quot;27512&quot;:5348,&quot;12109&quot;:5349,&quot;27513&quot;:5349,&quot;27519&quot;:5350,&quot;27520&quot;:5351,&quot;27524&quot;:5352,&quot;27523&quot;:5353,&quot;27533&quot;:5354,&quot;27544&quot;:5355,&quot;27541&quot;:5356,&quot;27550&quot;:5357,&quot;27556&quot;:5358,&quot;27562&quot;:5359,&quot;27563&quot;:5360,&quot;27567&quot;:5361,&quot;27570&quot;:5362,&quot;27569&quot;:5363,&quot;12110&quot;:5364,&quot;27571&quot;:5364,&quot;27575&quot;:5365,&quot;27580&quot;:5366,&quot;27590&quot;:5367,&quot;12111&quot;:5368,&quot;27595&quot;:5368,&quot;27603&quot;:5369,&quot;27615&quot;:5370,&quot;27628&quot;:5371,&quot;27627&quot;:5372,&quot;27635&quot;:5373,&quot;27631&quot;:5374,&quot;40638&quot;:5375,&quot;27656&quot;:5376,&quot;27667&quot;:5377,&quot;12115&quot;:5378,&quot;27668&quot;:5378,&quot;27675&quot;:5379,&quot;27684&quot;:5380,&quot;27683&quot;:5381,&quot;27742&quot;:5382,&quot;27733&quot;:5383,&quot;27746&quot;:5384,&quot;27754&quot;:5385,&quot;27778&quot;:5386,&quot;27789&quot;:5387,&quot;27802&quot;:5388,&quot;27777&quot;:5389,&quot;27803&quot;:5390,&quot;27774&quot;:5391,&quot;27752&quot;:5392,&quot;27763&quot;:5393,&quot;27794&quot;:5394,&quot;27792&quot;:5395,&quot;27844&quot;:5396,&quot;27889&quot;:5397,&quot;27859&quot;:5398,&quot;27837&quot;:5399,&quot;27863&quot;:5400,&quot;27845&quot;:5401,&quot;27869&quot;:5402,&quot;27822&quot;:5403,&quot;27825&quot;:5404,&quot;27838&quot;:5405,&quot;27834&quot;:5406,&quot;27867&quot;:5407,&quot;27887&quot;:5408,&quot;27865&quot;:5409,&quot;27882&quot;:5410,&quot;27935&quot;:5411,&quot;34893&quot;:5412,&quot;27958&quot;:5413,&quot;27947&quot;:5414,&quot;27965&quot;:5415,&quot;27960&quot;:5416,&quot;27929&quot;:5417,&quot;27957&quot;:5418,&quot;27955&quot;:5419,&quot;27922&quot;:5420,&quot;27916&quot;:5421,&quot;28003&quot;:5422,&quot;28051&quot;:5423,&quot;28004&quot;:5424,&quot;27994&quot;:5425,&quot;28025&quot;:5426,&quot;27993&quot;:5427,&quot;28046&quot;:5428,&quot;28053&quot;:5429,&quot;28644&quot;:5430,&quot;28037&quot;:5431,&quot;28153&quot;:5432,&quot;28181&quot;:5433,&quot;28170&quot;:5434,&quot;28085&quot;:5435,&quot;28103&quot;:5436,&quot;28134&quot;:5437,&quot;28088&quot;:5438,&quot;28102&quot;:5439,&quot;28140&quot;:5440,&quot;28126&quot;:5441,&quot;28108&quot;:5442,&quot;28136&quot;:5443,&quot;28114&quot;:5444,&quot;28101&quot;:5445,&quot;28154&quot;:5446,&quot;28121&quot;:5447,&quot;28132&quot;:5448,&quot;28117&quot;:5449,&quot;28138&quot;:5450,&quot;28142&quot;:5451,&quot;28205&quot;:5452,&quot;28270&quot;:5453,&quot;28206&quot;:5454,&quot;28185&quot;:5455,&quot;28274&quot;:5456,&quot;28255&quot;:5457,&quot;28222&quot;:5458,&quot;28195&quot;:5459,&quot;28267&quot;:5460,&quot;28203&quot;:5461,&quot;28278&quot;:5462,&quot;28237&quot;:5463,&quot;28191&quot;:5464,&quot;28227&quot;:5465,&quot;28218&quot;:5466,&quot;28238&quot;:5467,&quot;28196&quot;:5468,&quot;28415&quot;:5469,&quot;28189&quot;:5470,&quot;28216&quot;:5471,&quot;28290&quot;:5472,&quot;28330&quot;:5473,&quot;28312&quot;:5474,&quot;28361&quot;:5475,&quot;28343&quot;:5476,&quot;28371&quot;:5477,&quot;28349&quot;:5478,&quot;28335&quot;:5479,&quot;28356&quot;:5480,&quot;28338&quot;:5481,&quot;28372&quot;:5482,&quot;28373&quot;:5483,&quot;28303&quot;:5484,&quot;28325&quot;:5485,&quot;28354&quot;:5486,&quot;28319&quot;:5487,&quot;28481&quot;:5488,&quot;28433&quot;:5489,&quot;28748&quot;:5490,&quot;28396&quot;:5491,&quot;28408&quot;:5492,&quot;28414&quot;:5493,&quot;28479&quot;:5494,&quot;28402&quot;:5495,&quot;28465&quot;:5496,&quot;28399&quot;:5497,&quot;28466&quot;:5498,&quot;28364&quot;:5499,&quot;28478&quot;:5500,&quot;28435&quot;:5501,&quot;28407&quot;:5502,&quot;28550&quot;:5503,&quot;28538&quot;:5504,&quot;28536&quot;:5505,&quot;28545&quot;:5506,&quot;28544&quot;:5507,&quot;28527&quot;:5508,&quot;28507&quot;:5509,&quot;28659&quot;:5510,&quot;28525&quot;:5511,&quot;28546&quot;:5512,&quot;28540&quot;:5513,&quot;28504&quot;:5514,&quot;28558&quot;:5515,&quot;28561&quot;:5516,&quot;28610&quot;:5517,&quot;28518&quot;:5518,&quot;28595&quot;:5519,&quot;28579&quot;:5520,&quot;28577&quot;:5521,&quot;28580&quot;:5522,&quot;28601&quot;:5523,&quot;28614&quot;:5524,&quot;28586&quot;:5525,&quot;28639&quot;:5526,&quot;28629&quot;:5527,&quot;28652&quot;:5528,&quot;28628&quot;:5529,&quot;28632&quot;:5530,&quot;28657&quot;:5531,&quot;28654&quot;:5532,&quot;28635&quot;:5533,&quot;28681&quot;:5534,&quot;28683&quot;:5535,&quot;28666&quot;:5536,&quot;28689&quot;:5537,&quot;28673&quot;:5538,&quot;28687&quot;:5539,&quot;28670&quot;:5540,&quot;28699&quot;:5541,&quot;28698&quot;:5542,&quot;28532&quot;:5543,&quot;28701&quot;:5544,&quot;28696&quot;:5545,&quot;28703&quot;:5546,&quot;28720&quot;:5547,&quot;28734&quot;:5548,&quot;28722&quot;:5549,&quot;28753&quot;:5550,&quot;28771&quot;:5551,&quot;28825&quot;:5552,&quot;28818&quot;:5553,&quot;28847&quot;:5554,&quot;28913&quot;:5555,&quot;28844&quot;:5556,&quot;28856&quot;:5557,&quot;28851&quot;:5558,&quot;28846&quot;:5559,&quot;28895&quot;:5560,&quot;28875&quot;:5561,&quot;28893&quot;:5562,&quot;28889&quot;:5563,&quot;28937&quot;:5564,&quot;28925&quot;:5565,&quot;28956&quot;:5566,&quot;28953&quot;:5567,&quot;29029&quot;:5568,&quot;29013&quot;:5569,&quot;29064&quot;:5570,&quot;29030&quot;:5571,&quot;29026&quot;:5572,&quot;29004&quot;:5573,&quot;29014&quot;:5574,&quot;29036&quot;:5575,&quot;29071&quot;:5576,&quot;29179&quot;:5577,&quot;29060&quot;:5578,&quot;29077&quot;:5579,&quot;29096&quot;:5580,&quot;29100&quot;:5581,&quot;29143&quot;:5582,&quot;29113&quot;:5583,&quot;29118&quot;:5584,&quot;29138&quot;:5585,&quot;29129&quot;:5586,&quot;29140&quot;:5587,&quot;29134&quot;:5588,&quot;29152&quot;:5589,&quot;29164&quot;:5590,&quot;29159&quot;:5591,&quot;29173&quot;:5592,&quot;29180&quot;:5593,&quot;29177&quot;:5594,&quot;29183&quot;:5595,&quot;29197&quot;:5596,&quot;29200&quot;:5597,&quot;29211&quot;:5598,&quot;29224&quot;:5599,&quot;29229&quot;:5600,&quot;29228&quot;:5601,&quot;29232&quot;:5602,&quot;29234&quot;:5603,&quot;12120&quot;:5604,&quot;29243&quot;:5604,&quot;29244&quot;:5605,&quot;12121&quot;:5606,&quot;29247&quot;:5606,&quot;29248&quot;:5607,&quot;29254&quot;:5608,&quot;29259&quot;:5609,&quot;29272&quot;:5610,&quot;29300&quot;:5611,&quot;29310&quot;:5612,&quot;29314&quot;:5613,&quot;29313&quot;:5614,&quot;29319&quot;:5615,&quot;29330&quot;:5616,&quot;29334&quot;:5617,&quot;29346&quot;:5618,&quot;29351&quot;:5619,&quot;29369&quot;:5620,&quot;29362&quot;:5621,&quot;29379&quot;:5622,&quot;29382&quot;:5623,&quot;29380&quot;:5624,&quot;29390&quot;:5625,&quot;29394&quot;:5626,&quot;29410&quot;:5627,&quot;29408&quot;:5628,&quot;29409&quot;:5629,&quot;29433&quot;:5630,&quot;29431&quot;:5631,&quot;20495&quot;:5632,&quot;29463&quot;:5633,&quot;29450&quot;:5634,&quot;29468&quot;:5635,&quot;29462&quot;:5636,&quot;29469&quot;:5637,&quot;29492&quot;:5638,&quot;29487&quot;:5639,&quot;29481&quot;:5640,&quot;29477&quot;:5641,&quot;29502&quot;:5642,&quot;29518&quot;:5643,&quot;29519&quot;:5644,&quot;40664&quot;:5645,&quot;29527&quot;:5646,&quot;29546&quot;:5647,&quot;29544&quot;:5648,&quot;29552&quot;:5649,&quot;29560&quot;:5650,&quot;29557&quot;:5651,&quot;29563&quot;:5652,&quot;29562&quot;:5653,&quot;29640&quot;:5654,&quot;29619&quot;:5655,&quot;29646&quot;:5656,&quot;29627&quot;:5657,&quot;29632&quot;:5658,&quot;29669&quot;:5659,&quot;29678&quot;:5660,&quot;29662&quot;:5661,&quot;29858&quot;:5662,&quot;29701&quot;:5663,&quot;29807&quot;:5664,&quot;29733&quot;:5665,&quot;29688&quot;:5666,&quot;29746&quot;:5667,&quot;29754&quot;:5668,&quot;29781&quot;:5669,&quot;29759&quot;:5670,&quot;29791&quot;:5671,&quot;29785&quot;:5672,&quot;29761&quot;:5673,&quot;29788&quot;:5674,&quot;29801&quot;:5675,&quot;29808&quot;:5676,&quot;29795&quot;:5677,&quot;29802&quot;:5678,&quot;29814&quot;:5679,&quot;29822&quot;:5680,&quot;29835&quot;:5681,&quot;29854&quot;:5682,&quot;29863&quot;:5683,&quot;29898&quot;:5684,&quot;29903&quot;:5685,&quot;29908&quot;:5686,&quot;29681&quot;:5687,&quot;29920&quot;:5688,&quot;29923&quot;:5689,&quot;29927&quot;:5690,&quot;29929&quot;:5691,&quot;29934&quot;:5692,&quot;29938&quot;:5693,&quot;29936&quot;:5694,&quot;29937&quot;:5695,&quot;29944&quot;:5696,&quot;29943&quot;:5697,&quot;29956&quot;:5698,&quot;29955&quot;:5699,&quot;29957&quot;:5700,&quot;29964&quot;:5701,&quot;29966&quot;:5702,&quot;29965&quot;:5703,&quot;29973&quot;:5704,&quot;29971&quot;:5705,&quot;29982&quot;:5706,&quot;29990&quot;:5707,&quot;29996&quot;:5708,&quot;30012&quot;:5709,&quot;30020&quot;:5710,&quot;30029&quot;:5711,&quot;30026&quot;:5712,&quot;30025&quot;:5713,&quot;30043&quot;:5714,&quot;30022&quot;:5715,&quot;30042&quot;:5716,&quot;30057&quot;:5717,&quot;30052&quot;:5718,&quot;30055&quot;:5719,&quot;30059&quot;:5720,&quot;30061&quot;:5721,&quot;30072&quot;:5722,&quot;30070&quot;:5723,&quot;30086&quot;:5724,&quot;30087&quot;:5725,&quot;30068&quot;:5726,&quot;30090&quot;:5727,&quot;30089&quot;:5728,&quot;30082&quot;:5729,&quot;30100&quot;:5730,&quot;30106&quot;:5731,&quot;30109&quot;:5732,&quot;30117&quot;:5733,&quot;30115&quot;:5734,&quot;30146&quot;:5735,&quot;30131&quot;:5736,&quot;30147&quot;:5737,&quot;30133&quot;:5738,&quot;30141&quot;:5739,&quot;30136&quot;:5740,&quot;30140&quot;:5741,&quot;30129&quot;:5742,&quot;30157&quot;:5743,&quot;30154&quot;:5744,&quot;30162&quot;:5745,&quot;30169&quot;:5746,&quot;30179&quot;:5747,&quot;30174&quot;:5748,&quot;30206&quot;:5749,&quot;30207&quot;:5750,&quot;30204&quot;:5751,&quot;30209&quot;:5752,&quot;30192&quot;:5753,&quot;30202&quot;:5754,&quot;30194&quot;:5755,&quot;30195&quot;:5756,&quot;30219&quot;:5757,&quot;30221&quot;:5758,&quot;30217&quot;:5759,&quot;30239&quot;:5760,&quot;30247&quot;:5761,&quot;30240&quot;:5762,&quot;30241&quot;:5763,&quot;30242&quot;:5764,&quot;30244&quot;:5765,&quot;30260&quot;:5766,&quot;30256&quot;:5767,&quot;30267&quot;:5768,&quot;30279&quot;:5769,&quot;30280&quot;:5770,&quot;30278&quot;:5771,&quot;30300&quot;:5772,&quot;30296&quot;:5773,&quot;30305&quot;:5774,&quot;30306&quot;:5775,&quot;30312&quot;:5776,&quot;30313&quot;:5777,&quot;30314&quot;:5778,&quot;30311&quot;:5779,&quot;30316&quot;:5780,&quot;30320&quot;:5781,&quot;30322&quot;:5782,&quot;12136&quot;:5783,&quot;30326&quot;:5783,&quot;30328&quot;:5784,&quot;30332&quot;:5785,&quot;30336&quot;:5786,&quot;30339&quot;:5787,&quot;30344&quot;:5788,&quot;30347&quot;:5789,&quot;30350&quot;:5790,&quot;30358&quot;:5791,&quot;30355&quot;:5792,&quot;30361&quot;:5793,&quot;30362&quot;:5794,&quot;30384&quot;:5795,&quot;30388&quot;:5796,&quot;30392&quot;:5797,&quot;30393&quot;:5798,&quot;30394&quot;:5799,&quot;30402&quot;:5800,&quot;30413&quot;:5801,&quot;30422&quot;:5802,&quot;30418&quot;:5803,&quot;30430&quot;:5804,&quot;30433&quot;:5805,&quot;30437&quot;:5806,&quot;30439&quot;:5807,&quot;30442&quot;:5808,&quot;34351&quot;:5809,&quot;30459&quot;:5810,&quot;30472&quot;:5811,&quot;30471&quot;:5812,&quot;30468&quot;:5813,&quot;30505&quot;:5814,&quot;30500&quot;:5815,&quot;30494&quot;:5816,&quot;30501&quot;:5817,&quot;30502&quot;:5818,&quot;30491&quot;:5819,&quot;30519&quot;:5820,&quot;30520&quot;:5821,&quot;30535&quot;:5822,&quot;30554&quot;:5823,&quot;30568&quot;:5824,&quot;30571&quot;:5825,&quot;30555&quot;:5826,&quot;30565&quot;:5827,&quot;30591&quot;:5828,&quot;30590&quot;:5829,&quot;30585&quot;:5830,&quot;30606&quot;:5831,&quot;30603&quot;:5832,&quot;30609&quot;:5833,&quot;30624&quot;:5834,&quot;30622&quot;:5835,&quot;30640&quot;:5836,&quot;30646&quot;:5837,&quot;30649&quot;:5838,&quot;30655&quot;:5839,&quot;30652&quot;:5840,&quot;30653&quot;:5841,&quot;30651&quot;:5842,&quot;30663&quot;:5843,&quot;30669&quot;:5844,&quot;30679&quot;:5845,&quot;30682&quot;:5846,&quot;30684&quot;:5847,&quot;30691&quot;:5848,&quot;30702&quot;:5849,&quot;30716&quot;:5850,&quot;30732&quot;:5851,&quot;30738&quot;:5852,&quot;31014&quot;:5853,&quot;30752&quot;:5854,&quot;31018&quot;:5855,&quot;30789&quot;:5856,&quot;30862&quot;:5857,&quot;30836&quot;:5858,&quot;30854&quot;:5859,&quot;30844&quot;:5860,&quot;30874&quot;:5861,&quot;30860&quot;:5862,&quot;30883&quot;:5863,&quot;30901&quot;:5864,&quot;30890&quot;:5865,&quot;30895&quot;:5866,&quot;30929&quot;:5867,&quot;30918&quot;:5868,&quot;30923&quot;:5869,&quot;30932&quot;:5870,&quot;30910&quot;:5871,&quot;30908&quot;:5872,&quot;30917&quot;:5873,&quot;30922&quot;:5874,&quot;30956&quot;:5875,&quot;30951&quot;:5876,&quot;30938&quot;:5877,&quot;30973&quot;:5878,&quot;30964&quot;:5879,&quot;30983&quot;:5880,&quot;30994&quot;:5881,&quot;30993&quot;:5882,&quot;31001&quot;:5883,&quot;31020&quot;:5884,&quot;31019&quot;:5885,&quot;31040&quot;:5886,&quot;31072&quot;:5887,&quot;31063&quot;:5888,&quot;31071&quot;:5889,&quot;31066&quot;:5890,&quot;31061&quot;:5891,&quot;31059&quot;:5892,&quot;31098&quot;:5893,&quot;31103&quot;:5894,&quot;31114&quot;:5895,&quot;31133&quot;:5896,&quot;31143&quot;:5897,&quot;40779&quot;:5898,&quot;31146&quot;:5899,&quot;31150&quot;:5900,&quot;31155&quot;:5901,&quot;31161&quot;:5902,&quot;31162&quot;:5903,&quot;31177&quot;:5904,&quot;31189&quot;:5905,&quot;31207&quot;:5906,&quot;31212&quot;:5907,&quot;31201&quot;:5908,&quot;31203&quot;:5909,&quot;31240&quot;:5910,&quot;31245&quot;:5911,&quot;31256&quot;:5912,&quot;31257&quot;:5913,&quot;31264&quot;:5914,&quot;31263&quot;:5915,&quot;31104&quot;:5916,&quot;31281&quot;:5917,&quot;31291&quot;:5918,&quot;31294&quot;:5919,&quot;31287&quot;:5920,&quot;31299&quot;:5921,&quot;31319&quot;:5922,&quot;31305&quot;:5923,&quot;31329&quot;:5924,&quot;31330&quot;:5925,&quot;31337&quot;:5926,&quot;40861&quot;:5927,&quot;31344&quot;:5928,&quot;31353&quot;:5929,&quot;31357&quot;:5930,&quot;31368&quot;:5931,&quot;31383&quot;:5932,&quot;31381&quot;:5933,&quot;31384&quot;:5934,&quot;31382&quot;:5935,&quot;31401&quot;:5936,&quot;31432&quot;:5937,&quot;31408&quot;:5938,&quot;31414&quot;:5939,&quot;31429&quot;:5940,&quot;31428&quot;:5941,&quot;31423&quot;:5942,&quot;36995&quot;:5943,&quot;31431&quot;:5944,&quot;31434&quot;:5945,&quot;31437&quot;:5946,&quot;31439&quot;:5947,&quot;31445&quot;:5948,&quot;31443&quot;:5949,&quot;31449&quot;:5950,&quot;31450&quot;:5951,&quot;31453&quot;:5952,&quot;31457&quot;:5953,&quot;31458&quot;:5954,&quot;31462&quot;:5955,&quot;31469&quot;:5956,&quot;31472&quot;:5957,&quot;31490&quot;:5958,&quot;31503&quot;:5959,&quot;31498&quot;:5960,&quot;31494&quot;:5961,&quot;31539&quot;:5962,&quot;31512&quot;:5963,&quot;31513&quot;:5964,&quot;31518&quot;:5965,&quot;31541&quot;:5966,&quot;31528&quot;:5967,&quot;31542&quot;:5968,&quot;31568&quot;:5969,&quot;31610&quot;:5970,&quot;31492&quot;:5971,&quot;31565&quot;:5972,&quot;31499&quot;:5973,&quot;31564&quot;:5974,&quot;31557&quot;:5975,&quot;31605&quot;:5976,&quot;31589&quot;:5977,&quot;31604&quot;:5978,&quot;31591&quot;:5979,&quot;31600&quot;:5980,&quot;31601&quot;:5981,&quot;31596&quot;:5982,&quot;31598&quot;:5983,&quot;31645&quot;:5984,&quot;31640&quot;:5985,&quot;31647&quot;:5986,&quot;31629&quot;:5987,&quot;31644&quot;:5988,&quot;31642&quot;:5989,&quot;31627&quot;:5990,&quot;31634&quot;:5991,&quot;31631&quot;:5992,&quot;31581&quot;:5993,&quot;31641&quot;:5994,&quot;31691&quot;:5995,&quot;31681&quot;:5996,&quot;31692&quot;:5997,&quot;31695&quot;:5998,&quot;31668&quot;:5999,&quot;31686&quot;:6000,&quot;31709&quot;:6001,&quot;31721&quot;:6002,&quot;31761&quot;:6003,&quot;31764&quot;:6004,&quot;31718&quot;:6005,&quot;31717&quot;:6006,&quot;31840&quot;:6007,&quot;31744&quot;:6008,&quot;31751&quot;:6009,&quot;31763&quot;:6010,&quot;31731&quot;:6011,&quot;31735&quot;:6012,&quot;31767&quot;:6013,&quot;31757&quot;:6014,&quot;31734&quot;:6015,&quot;31779&quot;:6016,&quot;31783&quot;:6017,&quot;31786&quot;:6018,&quot;31775&quot;:6019,&quot;31799&quot;:6020,&quot;31787&quot;:6021,&quot;31805&quot;:6022,&quot;31820&quot;:6023,&quot;31811&quot;:6024,&quot;31828&quot;:6025,&quot;31823&quot;:6026,&quot;31808&quot;:6027,&quot;31824&quot;:6028,&quot;31832&quot;:6029,&quot;31839&quot;:6030,&quot;31844&quot;:6031,&quot;31830&quot;:6032,&quot;31845&quot;:6033,&quot;31852&quot;:6034,&quot;31861&quot;:6035,&quot;31875&quot;:6036,&quot;31888&quot;:6037,&quot;31908&quot;:6038,&quot;31917&quot;:6039,&quot;31906&quot;:6040,&quot;31915&quot;:6041,&quot;31905&quot;:6042,&quot;31912&quot;:6043,&quot;31923&quot;:6044,&quot;31922&quot;:6045,&quot;31921&quot;:6046,&quot;31918&quot;:6047,&quot;31929&quot;:6048,&quot;31933&quot;:6049,&quot;31936&quot;:6050,&quot;31941&quot;:6051,&quot;31938&quot;:6052,&quot;31960&quot;:6053,&quot;31954&quot;:6054,&quot;31964&quot;:6055,&quot;31970&quot;:6056,&quot;39739&quot;:6057,&quot;31983&quot;:6058,&quot;31986&quot;:6059,&quot;31988&quot;:6060,&quot;31990&quot;:6061,&quot;31994&quot;:6062,&quot;32006&quot;:6063,&quot;32002&quot;:6064,&quot;32028&quot;:6065,&quot;32021&quot;:6066,&quot;32010&quot;:6067,&quot;32069&quot;:6068,&quot;32075&quot;:6069,&quot;32046&quot;:6070,&quot;32050&quot;:6071,&quot;32063&quot;:6072,&quot;32053&quot;:6073,&quot;32070&quot;:6074,&quot;32115&quot;:6075,&quot;32086&quot;:6076,&quot;32078&quot;:6077,&quot;32114&quot;:6078,&quot;32104&quot;:6079,&quot;32110&quot;:6080,&quot;32079&quot;:6081,&quot;32099&quot;:6082,&quot;32147&quot;:6083,&quot;32137&quot;:6084,&quot;32091&quot;:6085,&quot;32143&quot;:6086,&quot;32125&quot;:6087,&quot;32155&quot;:6088,&quot;32186&quot;:6089,&quot;32174&quot;:6090,&quot;32163&quot;:6091,&quot;32181&quot;:6092,&quot;32199&quot;:6093,&quot;32189&quot;:6094,&quot;32171&quot;:6095,&quot;32317&quot;:6096,&quot;32162&quot;:6097,&quot;32175&quot;:6098,&quot;32220&quot;:6099,&quot;32184&quot;:6100,&quot;32159&quot;:6101,&quot;32176&quot;:6102,&quot;32216&quot;:6103,&quot;32221&quot;:6104,&quot;32228&quot;:6105,&quot;32222&quot;:6106,&quot;32251&quot;:6107,&quot;32242&quot;:6108,&quot;32225&quot;:6109,&quot;32261&quot;:6110,&quot;32266&quot;:6111,&quot;32291&quot;:6112,&quot;32289&quot;:6113,&quot;32274&quot;:6114,&quot;32305&quot;:6115,&quot;32287&quot;:6116,&quot;32265&quot;:6117,&quot;32267&quot;:6118,&quot;32290&quot;:6119,&quot;32326&quot;:6120,&quot;32358&quot;:6121,&quot;32315&quot;:6122,&quot;32309&quot;:6123,&quot;32313&quot;:6124,&quot;32323&quot;:6125,&quot;32311&quot;:6126,&quot;32306&quot;:6127,&quot;32314&quot;:6128,&quot;32359&quot;:6129,&quot;32349&quot;:6130,&quot;32342&quot;:6131,&quot;32350&quot;:6132,&quot;32345&quot;:6133,&quot;32346&quot;:6134,&quot;32377&quot;:6135,&quot;32362&quot;:6136,&quot;32361&quot;:6137,&quot;32380&quot;:6138,&quot;32379&quot;:6139,&quot;32387&quot;:6140,&quot;32213&quot;:6141,&quot;32381&quot;:6142,&quot;36782&quot;:6143,&quot;32383&quot;:6144,&quot;32392&quot;:6145,&quot;32393&quot;:6146,&quot;32396&quot;:6147,&quot;32402&quot;:6148,&quot;32400&quot;:6149,&quot;32403&quot;:6150,&quot;32404&quot;:6151,&quot;32406&quot;:6152,&quot;32398&quot;:6153,&quot;32411&quot;:6154,&quot;32412&quot;:6155,&quot;32568&quot;:6156,&quot;32570&quot;:6157,&quot;32581&quot;:6158,&quot;32588&quot;:6159,&quot;32589&quot;:6160,&quot;32590&quot;:6161,&quot;32592&quot;:6162,&quot;12153&quot;:6163,&quot;32593&quot;:6163,&quot;32597&quot;:6164,&quot;32596&quot;:6165,&quot;32600&quot;:6166,&quot;32607&quot;:6167,&quot;32608&quot;:6168,&quot;32616&quot;:6169,&quot;32617&quot;:6170,&quot;32615&quot;:6171,&quot;32632&quot;:6172,&quot;32642&quot;:6173,&quot;32646&quot;:6174,&quot;32643&quot;:6175,&quot;32648&quot;:6176,&quot;32647&quot;:6177,&quot;32652&quot;:6178,&quot;32660&quot;:6179,&quot;32670&quot;:6180,&quot;32669&quot;:6181,&quot;32666&quot;:6182,&quot;32675&quot;:6183,&quot;32687&quot;:6184,&quot;32690&quot;:6185,&quot;32697&quot;:6186,&quot;32686&quot;:6187,&quot;32694&quot;:6188,&quot;32696&quot;:6189,&quot;35697&quot;:6190,&quot;32709&quot;:6191,&quot;32710&quot;:6192,&quot;32714&quot;:6193,&quot;32725&quot;:6194,&quot;32724&quot;:6195,&quot;32737&quot;:6196,&quot;32742&quot;:6197,&quot;32745&quot;:6198,&quot;32755&quot;:6199,&quot;32761&quot;:6200,&quot;39132&quot;:6201,&quot;32774&quot;:6202,&quot;32772&quot;:6203,&quot;32779&quot;:6204,&quot;12158&quot;:6205,&quot;32786&quot;:6205,&quot;32792&quot;:6206,&quot;32793&quot;:6207,&quot;32796&quot;:6208,&quot;32801&quot;:6209,&quot;32808&quot;:6210,&quot;32831&quot;:6211,&quot;32827&quot;:6212,&quot;32842&quot;:6213,&quot;32838&quot;:6214,&quot;32850&quot;:6215,&quot;32856&quot;:6216,&quot;32858&quot;:6217,&quot;32863&quot;:6218,&quot;32866&quot;:6219,&quot;32872&quot;:6220,&quot;32883&quot;:6221,&quot;32882&quot;:6222,&quot;32880&quot;:6223,&quot;32886&quot;:6224,&quot;32889&quot;:6225,&quot;32893&quot;:6226,&quot;12160&quot;:6227,&quot;32895&quot;:6227,&quot;32900&quot;:6228,&quot;32902&quot;:6229,&quot;32901&quot;:6230,&quot;32923&quot;:6231,&quot;32915&quot;:6232,&quot;32922&quot;:6233,&quot;32941&quot;:6234,&quot;20880&quot;:6235,&quot;32940&quot;:6236,&quot;32987&quot;:6237,&quot;32997&quot;:6238,&quot;32985&quot;:6239,&quot;32989&quot;:6240,&quot;32964&quot;:6241,&quot;32986&quot;:6242,&quot;32982&quot;:6243,&quot;33033&quot;:6244,&quot;33007&quot;:6245,&quot;33009&quot;:6246,&quot;33051&quot;:6247,&quot;33065&quot;:6248,&quot;33059&quot;:6249,&quot;33071&quot;:6250,&quot;33099&quot;:6251,&quot;38539&quot;:6252,&quot;33094&quot;:6253,&quot;33086&quot;:6254,&quot;33107&quot;:6255,&quot;33105&quot;:6256,&quot;33020&quot;:6257,&quot;33137&quot;:6258,&quot;33134&quot;:6259,&quot;33125&quot;:6260,&quot;33126&quot;:6261,&quot;33140&quot;:6262,&quot;33155&quot;:6263,&quot;33160&quot;:6264,&quot;33162&quot;:6265,&quot;33152&quot;:6266,&quot;33154&quot;:6267,&quot;33184&quot;:6268,&quot;33173&quot;:6269,&quot;33188&quot;:6270,&quot;33187&quot;:6271,&quot;33119&quot;:6272,&quot;33171&quot;:6273,&quot;33193&quot;:6274,&quot;33200&quot;:6275,&quot;33205&quot;:6276,&quot;33214&quot;:6277,&quot;33208&quot;:6278,&quot;33213&quot;:6279,&quot;33216&quot;:6280,&quot;33218&quot;:6281,&quot;33210&quot;:6282,&quot;33225&quot;:6283,&quot;33229&quot;:6284,&quot;33233&quot;:6285,&quot;33241&quot;:6286,&quot;33240&quot;:6287,&quot;33224&quot;:6288,&quot;33242&quot;:6289,&quot;33247&quot;:6290,&quot;33248&quot;:6291,&quot;33255&quot;:6292,&quot;33274&quot;:6293,&quot;33275&quot;:6294,&quot;33278&quot;:6295,&quot;33281&quot;:6296,&quot;33282&quot;:6297,&quot;33285&quot;:6298,&quot;33287&quot;:6299,&quot;33290&quot;:6300,&quot;33293&quot;:6301,&quot;33296&quot;:6302,&quot;33302&quot;:6303,&quot;33321&quot;:6304,&quot;33323&quot;:6305,&quot;33336&quot;:6306,&quot;33331&quot;:6307,&quot;33344&quot;:6308,&quot;33369&quot;:6309,&quot;33368&quot;:6310,&quot;33373&quot;:6311,&quot;33370&quot;:6312,&quot;33375&quot;:6313,&quot;33380&quot;:6314,&quot;33378&quot;:6315,&quot;33384&quot;:6316,&quot;33386&quot;:6317,&quot;33387&quot;:6318,&quot;33326&quot;:6319,&quot;33393&quot;:6320,&quot;33399&quot;:6321,&quot;12171&quot;:6322,&quot;33400&quot;:6322,&quot;33406&quot;:6323,&quot;33421&quot;:6324,&quot;33426&quot;:6325,&quot;33451&quot;:6326,&quot;33439&quot;:6327,&quot;33467&quot;:6328,&quot;33452&quot;:6329,&quot;33505&quot;:6330,&quot;33507&quot;:6331,&quot;33503&quot;:6332,&quot;33490&quot;:6333,&quot;33524&quot;:6334,&quot;33523&quot;:6335,&quot;33530&quot;:6336,&quot;33683&quot;:6337,&quot;33539&quot;:6338,&quot;33531&quot;:6339,&quot;33529&quot;:6340,&quot;33502&quot;:6341,&quot;33542&quot;:6342,&quot;33500&quot;:6343,&quot;33545&quot;:6344,&quot;33497&quot;:6345,&quot;33589&quot;:6346,&quot;33588&quot;:6347,&quot;33558&quot;:6348,&quot;33586&quot;:6349,&quot;33585&quot;:6350,&quot;33600&quot;:6351,&quot;33593&quot;:6352,&quot;33616&quot;:6353,&quot;33605&quot;:6354,&quot;33583&quot;:6355,&quot;33579&quot;:6356,&quot;33559&quot;:6357,&quot;33560&quot;:6358,&quot;33669&quot;:6359,&quot;33690&quot;:6360,&quot;33706&quot;:6361,&quot;33695&quot;:6362,&quot;33698&quot;:6363,&quot;33686&quot;:6364,&quot;33571&quot;:6365,&quot;33678&quot;:6366,&quot;33671&quot;:6367,&quot;33674&quot;:6368,&quot;33660&quot;:6369,&quot;33717&quot;:6370,&quot;33651&quot;:6371,&quot;33653&quot;:6372,&quot;33696&quot;:6373,&quot;33673&quot;:6374,&quot;33704&quot;:6375,&quot;33780&quot;:6376,&quot;33811&quot;:6377,&quot;33771&quot;:6378,&quot;33742&quot;:6379,&quot;33789&quot;:6380,&quot;33795&quot;:6381,&quot;33752&quot;:6382,&quot;33803&quot;:6383,&quot;33729&quot;:6384,&quot;33783&quot;:6385,&quot;33799&quot;:6386,&quot;33760&quot;:6387,&quot;33778&quot;:6388,&quot;33805&quot;:6389,&quot;33826&quot;:6390,&quot;33824&quot;:6391,&quot;33725&quot;:6392,&quot;33848&quot;:6393,&quot;34054&quot;:6394,&quot;33787&quot;:6395,&quot;33901&quot;:6396,&quot;33834&quot;:6397,&quot;33852&quot;:6398,&quot;34138&quot;:6399,&quot;33924&quot;:6400,&quot;33911&quot;:6401,&quot;33899&quot;:6402,&quot;33965&quot;:6403,&quot;33902&quot;:6404,&quot;33922&quot;:6405,&quot;33897&quot;:6406,&quot;33862&quot;:6407,&quot;33836&quot;:6408,&quot;33903&quot;:6409,&quot;33913&quot;:6410,&quot;33845&quot;:6411,&quot;33994&quot;:6412,&quot;33890&quot;:6413,&quot;33977&quot;:6414,&quot;33983&quot;:6415,&quot;33951&quot;:6416,&quot;34009&quot;:6417,&quot;33997&quot;:6418,&quot;33979&quot;:6419,&quot;34010&quot;:6420,&quot;34000&quot;:6421,&quot;33985&quot;:6422,&quot;33990&quot;:6423,&quot;34006&quot;:6424,&quot;33953&quot;:6425,&quot;34081&quot;:6426,&quot;34047&quot;:6427,&quot;34036&quot;:6428,&quot;34071&quot;:6429,&quot;34072&quot;:6430,&quot;34092&quot;:6431,&quot;34079&quot;:6432,&quot;34069&quot;:6433,&quot;34068&quot;:6434,&quot;34044&quot;:6435,&quot;34112&quot;:6436,&quot;34147&quot;:6437,&quot;34136&quot;:6438,&quot;34120&quot;:6439,&quot;34113&quot;:6440,&quot;34306&quot;:6441,&quot;34123&quot;:6442,&quot;34133&quot;:6443,&quot;34176&quot;:6444,&quot;34212&quot;:6445,&quot;34184&quot;:6446,&quot;34193&quot;:6447,&quot;34186&quot;:6448,&quot;34216&quot;:6449,&quot;34157&quot;:6450,&quot;34196&quot;:6451,&quot;34203&quot;:6452,&quot;34282&quot;:6453,&quot;34183&quot;:6454,&quot;34204&quot;:6455,&quot;34167&quot;:6456,&quot;34174&quot;:6457,&quot;34192&quot;:6458,&quot;34249&quot;:6459,&quot;34234&quot;:6460,&quot;34255&quot;:6461,&quot;34233&quot;:6462,&quot;34256&quot;:6463,&quot;34261&quot;:6464,&quot;34269&quot;:6465,&quot;34277&quot;:6466,&quot;34268&quot;:6467,&quot;34297&quot;:6468,&quot;34314&quot;:6469,&quot;34323&quot;:6470,&quot;34315&quot;:6471,&quot;34302&quot;:6472,&quot;34298&quot;:6473,&quot;34310&quot;:6474,&quot;34338&quot;:6475,&quot;34330&quot;:6476,&quot;34352&quot;:6477,&quot;34367&quot;:6478,&quot;12172&quot;:6479,&quot;34381&quot;:6479,&quot;20053&quot;:6480,&quot;34388&quot;:6481,&quot;34399&quot;:6482,&quot;34407&quot;:6483,&quot;34417&quot;:6484,&quot;34451&quot;:6485,&quot;34467&quot;:6486,&quot;34473&quot;:6487,&quot;34474&quot;:6488,&quot;34443&quot;:6489,&quot;34444&quot;:6490,&quot;34486&quot;:6491,&quot;34479&quot;:6492,&quot;34500&quot;:6493,&quot;34502&quot;:6494,&quot;34480&quot;:6495,&quot;34505&quot;:6496,&quot;34851&quot;:6497,&quot;34475&quot;:6498,&quot;34516&quot;:6499,&quot;34526&quot;:6500,&quot;34537&quot;:6501,&quot;34540&quot;:6502,&quot;34527&quot;:6503,&quot;34523&quot;:6504,&quot;34543&quot;:6505,&quot;34578&quot;:6506,&quot;34566&quot;:6507,&quot;34568&quot;:6508,&quot;34560&quot;:6509,&quot;34563&quot;:6510,&quot;34555&quot;:6511,&quot;34577&quot;:6512,&quot;34569&quot;:6513,&quot;34573&quot;:6514,&quot;34553&quot;:6515,&quot;34570&quot;:6516,&quot;34612&quot;:6517,&quot;34623&quot;:6518,&quot;34615&quot;:6519,&quot;34619&quot;:6520,&quot;34597&quot;:6521,&quot;34601&quot;:6522,&quot;34586&quot;:6523,&quot;34656&quot;:6524,&quot;34655&quot;:6525,&quot;34680&quot;:6526,&quot;34636&quot;:6527,&quot;34638&quot;:6528,&quot;34676&quot;:6529,&quot;34647&quot;:6530,&quot;34664&quot;:6531,&quot;34670&quot;:6532,&quot;34649&quot;:6533,&quot;34643&quot;:6534,&quot;34659&quot;:6535,&quot;34666&quot;:6536,&quot;34821&quot;:6537,&quot;34722&quot;:6538,&quot;34719&quot;:6539,&quot;34690&quot;:6540,&quot;34735&quot;:6541,&quot;34763&quot;:6542,&quot;34749&quot;:6543,&quot;34752&quot;:6544,&quot;34768&quot;:6545,&quot;38614&quot;:6546,&quot;34731&quot;:6547,&quot;34756&quot;:6548,&quot;34739&quot;:6549,&quot;34759&quot;:6550,&quot;34758&quot;:6551,&quot;34747&quot;:6552,&quot;34799&quot;:6553,&quot;34802&quot;:6554,&quot;34784&quot;:6555,&quot;34831&quot;:6556,&quot;34829&quot;:6557,&quot;34814&quot;:6558,&quot;34806&quot;:6559,&quot;34807&quot;:6560,&quot;34830&quot;:6561,&quot;34770&quot;:6562,&quot;34833&quot;:6563,&quot;34838&quot;:6564,&quot;34837&quot;:6565,&quot;34850&quot;:6566,&quot;34849&quot;:6567,&quot;34865&quot;:6568,&quot;34870&quot;:6569,&quot;34873&quot;:6570,&quot;34855&quot;:6571,&quot;34875&quot;:6572,&quot;34884&quot;:6573,&quot;34882&quot;:6574,&quot;34898&quot;:6575,&quot;34905&quot;:6576,&quot;34910&quot;:6577,&quot;34914&quot;:6578,&quot;34923&quot;:6579,&quot;34945&quot;:6580,&quot;34942&quot;:6581,&quot;34974&quot;:6582,&quot;34933&quot;:6583,&quot;34941&quot;:6584,&quot;34997&quot;:6585,&quot;34930&quot;:6586,&quot;34946&quot;:6587,&quot;34967&quot;:6588,&quot;34962&quot;:6589,&quot;34990&quot;:6590,&quot;34969&quot;:6591,&quot;34978&quot;:6592,&quot;34957&quot;:6593,&quot;34980&quot;:6594,&quot;34992&quot;:6595,&quot;35007&quot;:6596,&quot;34993&quot;:6597,&quot;35011&quot;:6598,&quot;35012&quot;:6599,&quot;35028&quot;:6600,&quot;35032&quot;:6601,&quot;35033&quot;:6602,&quot;35037&quot;:6603,&quot;35065&quot;:6604,&quot;35074&quot;:6605,&quot;35068&quot;:6606,&quot;35060&quot;:6607,&quot;35048&quot;:6608,&quot;35058&quot;:6609,&quot;35076&quot;:6610,&quot;35084&quot;:6611,&quot;35082&quot;:6612,&quot;35091&quot;:6613,&quot;35139&quot;:6614,&quot;35102&quot;:6615,&quot;35109&quot;:6616,&quot;35114&quot;:6617,&quot;35115&quot;:6618,&quot;35137&quot;:6619,&quot;35140&quot;:6620,&quot;35131&quot;:6621,&quot;35126&quot;:6622,&quot;35128&quot;:6623,&quot;35148&quot;:6624,&quot;35101&quot;:6625,&quot;35168&quot;:6626,&quot;35166&quot;:6627,&quot;35174&quot;:6628,&quot;35172&quot;:6629,&quot;35181&quot;:6630,&quot;35178&quot;:6631,&quot;35183&quot;:6632,&quot;35188&quot;:6633,&quot;35191&quot;:6634,&quot;12177&quot;:6635,&quot;35198&quot;:6635,&quot;35203&quot;:6636,&quot;35208&quot;:6637,&quot;35210&quot;:6638,&quot;35219&quot;:6639,&quot;35224&quot;:6640,&quot;35233&quot;:6641,&quot;35241&quot;:6642,&quot;35238&quot;:6643,&quot;35244&quot;:6644,&quot;35247&quot;:6645,&quot;35250&quot;:6646,&quot;35258&quot;:6647,&quot;35261&quot;:6648,&quot;35263&quot;:6649,&quot;35264&quot;:6650,&quot;35290&quot;:6651,&quot;35292&quot;:6652,&quot;35293&quot;:6653,&quot;35303&quot;:6654,&quot;35316&quot;:6655,&quot;35320&quot;:6656,&quot;35331&quot;:6657,&quot;35350&quot;:6658,&quot;35344&quot;:6659,&quot;35340&quot;:6660,&quot;35355&quot;:6661,&quot;35357&quot;:6662,&quot;35365&quot;:6663,&quot;35382&quot;:6664,&quot;35393&quot;:6665,&quot;35419&quot;:6666,&quot;35410&quot;:6667,&quot;35398&quot;:6668,&quot;35400&quot;:6669,&quot;35452&quot;:6670,&quot;35437&quot;:6671,&quot;35436&quot;:6672,&quot;35426&quot;:6673,&quot;35461&quot;:6674,&quot;35458&quot;:6675,&quot;35460&quot;:6676,&quot;35496&quot;:6677,&quot;35489&quot;:6678,&quot;35473&quot;:6679,&quot;35493&quot;:6680,&quot;35494&quot;:6681,&quot;35482&quot;:6682,&quot;35491&quot;:6683,&quot;35524&quot;:6684,&quot;35533&quot;:6685,&quot;35522&quot;:6686,&quot;35546&quot;:6687,&quot;35563&quot;:6688,&quot;35571&quot;:6689,&quot;35559&quot;:6690,&quot;35556&quot;:6691,&quot;35569&quot;:6692,&quot;35604&quot;:6693,&quot;35552&quot;:6694,&quot;35554&quot;:6695,&quot;35575&quot;:6696,&quot;35550&quot;:6697,&quot;35547&quot;:6698,&quot;35596&quot;:6699,&quot;35591&quot;:6700,&quot;35610&quot;:6701,&quot;35553&quot;:6702,&quot;35606&quot;:6703,&quot;35600&quot;:6704,&quot;35607&quot;:6705,&quot;35616&quot;:6706,&quot;35635&quot;:6707,&quot;38827&quot;:6708,&quot;35622&quot;:6709,&quot;35627&quot;:6710,&quot;35646&quot;:6711,&quot;35624&quot;:6712,&quot;35649&quot;:6713,&quot;35660&quot;:6714,&quot;35663&quot;:6715,&quot;35662&quot;:6716,&quot;35657&quot;:6717,&quot;35670&quot;:6718,&quot;35675&quot;:6719,&quot;35674&quot;:6720,&quot;35691&quot;:6721,&quot;35679&quot;:6722,&quot;35692&quot;:6723,&quot;35695&quot;:6724,&quot;35700&quot;:6725,&quot;35709&quot;:6726,&quot;35712&quot;:6727,&quot;35724&quot;:6728,&quot;35726&quot;:6729,&quot;35730&quot;:6730,&quot;35731&quot;:6731,&quot;35734&quot;:6732,&quot;35737&quot;:6733,&quot;35738&quot;:6734,&quot;35898&quot;:6735,&quot;35905&quot;:6736,&quot;35903&quot;:6737,&quot;35912&quot;:6738,&quot;35916&quot;:6739,&quot;35918&quot;:6740,&quot;35920&quot;:6741,&quot;12183&quot;:6742,&quot;35925&quot;:6742,&quot;35938&quot;:6743,&quot;35948&quot;:6744,&quot;12184&quot;:6745,&quot;35960&quot;:6745,&quot;35962&quot;:6746,&quot;35970&quot;:6747,&quot;35977&quot;:6748,&quot;35973&quot;:6749,&quot;35978&quot;:6750,&quot;35981&quot;:6751,&quot;35982&quot;:6752,&quot;35988&quot;:6753,&quot;35964&quot;:6754,&quot;35992&quot;:6755,&quot;25117&quot;:6756,&quot;36013&quot;:6757,&quot;36010&quot;:6758,&quot;36029&quot;:6759,&quot;36018&quot;:6760,&quot;36019&quot;:6761,&quot;36014&quot;:6762,&quot;36022&quot;:6763,&quot;36040&quot;:6764,&quot;36033&quot;:6765,&quot;36068&quot;:6766,&quot;36067&quot;:6767,&quot;36058&quot;:6768,&quot;36093&quot;:6769,&quot;36090&quot;:6770,&quot;36091&quot;:6771,&quot;36100&quot;:6772,&quot;36101&quot;:6773,&quot;36106&quot;:6774,&quot;36103&quot;:6775,&quot;36111&quot;:6776,&quot;36109&quot;:6777,&quot;36112&quot;:6778,&quot;40782&quot;:6779,&quot;36115&quot;:6780,&quot;36045&quot;:6781,&quot;36116&quot;:6782,&quot;36118&quot;:6783,&quot;36199&quot;:6784,&quot;36205&quot;:6785,&quot;36209&quot;:6786,&quot;36211&quot;:6787,&quot;36225&quot;:6788,&quot;36249&quot;:6789,&quot;36290&quot;:6790,&quot;36286&quot;:6791,&quot;36282&quot;:6792,&quot;36303&quot;:6793,&quot;36314&quot;:6794,&quot;36310&quot;:6795,&quot;36300&quot;:6796,&quot;36315&quot;:6797,&quot;36299&quot;:6798,&quot;36330&quot;:6799,&quot;36331&quot;:6800,&quot;36319&quot;:6801,&quot;36323&quot;:6802,&quot;36348&quot;:6803,&quot;36360&quot;:6804,&quot;36361&quot;:6805,&quot;36351&quot;:6806,&quot;36381&quot;:6807,&quot;36382&quot;:6808,&quot;36368&quot;:6809,&quot;36383&quot;:6810,&quot;36418&quot;:6811,&quot;36405&quot;:6812,&quot;36400&quot;:6813,&quot;36404&quot;:6814,&quot;36426&quot;:6815,&quot;36423&quot;:6816,&quot;36425&quot;:6817,&quot;36428&quot;:6818,&quot;36432&quot;:6819,&quot;36424&quot;:6820,&quot;36441&quot;:6821,&quot;36452&quot;:6822,&quot;36448&quot;:6823,&quot;36394&quot;:6824,&quot;36451&quot;:6825,&quot;36437&quot;:6826,&quot;36470&quot;:6827,&quot;36466&quot;:6828,&quot;36476&quot;:6829,&quot;36481&quot;:6830,&quot;36487&quot;:6831,&quot;36485&quot;:6832,&quot;36484&quot;:6833,&quot;36491&quot;:6834,&quot;36490&quot;:6835,&quot;36499&quot;:6836,&quot;36497&quot;:6837,&quot;36500&quot;:6838,&quot;36505&quot;:6839,&quot;36522&quot;:6840,&quot;36513&quot;:6841,&quot;36524&quot;:6842,&quot;36528&quot;:6843,&quot;36550&quot;:6844,&quot;36529&quot;:6845,&quot;36542&quot;:6846,&quot;36549&quot;:6847,&quot;36552&quot;:6848,&quot;36555&quot;:6849,&quot;36571&quot;:6850,&quot;36579&quot;:6851,&quot;36604&quot;:6852,&quot;36603&quot;:6853,&quot;36587&quot;:6854,&quot;36606&quot;:6855,&quot;36618&quot;:6856,&quot;36613&quot;:6857,&quot;36629&quot;:6858,&quot;36626&quot;:6859,&quot;36633&quot;:6860,&quot;36627&quot;:6861,&quot;36636&quot;:6862,&quot;36639&quot;:6863,&quot;36635&quot;:6864,&quot;36620&quot;:6865,&quot;36646&quot;:6866,&quot;36659&quot;:6867,&quot;36667&quot;:6868,&quot;36665&quot;:6869,&quot;36677&quot;:6870,&quot;36674&quot;:6871,&quot;36670&quot;:6872,&quot;36684&quot;:6873,&quot;36681&quot;:6874,&quot;36678&quot;:6875,&quot;36686&quot;:6876,&quot;36695&quot;:6877,&quot;36700&quot;:6878,&quot;36706&quot;:6879,&quot;36707&quot;:6880,&quot;36708&quot;:6881,&quot;36764&quot;:6882,&quot;36767&quot;:6883,&quot;36771&quot;:6884,&quot;36781&quot;:6885,&quot;36783&quot;:6886,&quot;36791&quot;:6887,&quot;36826&quot;:6888,&quot;36837&quot;:6889,&quot;36834&quot;:6890,&quot;36842&quot;:6891,&quot;36847&quot;:6892,&quot;36999&quot;:6893,&quot;36852&quot;:6894,&quot;36869&quot;:6895,&quot;36857&quot;:6896,&quot;36858&quot;:6897,&quot;36881&quot;:6898,&quot;36885&quot;:6899,&quot;36897&quot;:6900,&quot;36877&quot;:6901,&quot;36894&quot;:6902,&quot;36886&quot;:6903,&quot;36875&quot;:6904,&quot;36903&quot;:6905,&quot;36918&quot;:6906,&quot;36917&quot;:6907,&quot;36921&quot;:6908,&quot;36856&quot;:6909,&quot;36943&quot;:6910,&quot;36944&quot;:6911,&quot;36945&quot;:6912,&quot;36946&quot;:6913,&quot;36878&quot;:6914,&quot;36937&quot;:6915,&quot;36926&quot;:6916,&quot;36950&quot;:6917,&quot;36952&quot;:6918,&quot;36958&quot;:6919,&quot;36968&quot;:6920,&quot;36975&quot;:6921,&quot;36982&quot;:6922,&quot;38568&quot;:6923,&quot;36978&quot;:6924,&quot;36994&quot;:6925,&quot;36989&quot;:6926,&quot;36993&quot;:6927,&quot;36992&quot;:6928,&quot;37002&quot;:6929,&quot;37001&quot;:6930,&quot;37007&quot;:6931,&quot;37032&quot;:6932,&quot;37039&quot;:6933,&quot;37041&quot;:6934,&quot;37045&quot;:6935,&quot;37090&quot;:6936,&quot;37092&quot;:6937,&quot;25160&quot;:6938,&quot;37083&quot;:6939,&quot;37122&quot;:6940,&quot;37138&quot;:6941,&quot;37145&quot;:6942,&quot;37170&quot;:6943,&quot;37168&quot;:6944,&quot;37194&quot;:6945,&quot;37206&quot;:6946,&quot;37208&quot;:6947,&quot;37219&quot;:6948,&quot;37221&quot;:6949,&quot;37225&quot;:6950,&quot;37235&quot;:6951,&quot;37234&quot;:6952,&quot;37259&quot;:6953,&quot;37257&quot;:6954,&quot;37250&quot;:6955,&quot;37282&quot;:6956,&quot;37291&quot;:6957,&quot;37295&quot;:6958,&quot;37290&quot;:6959,&quot;37301&quot;:6960,&quot;37300&quot;:6961,&quot;37306&quot;:6962,&quot;37312&quot;:6963,&quot;37313&quot;:6964,&quot;37321&quot;:6965,&quot;37323&quot;:6966,&quot;37328&quot;:6967,&quot;37334&quot;:6968,&quot;37343&quot;:6969,&quot;37345&quot;:6970,&quot;37339&quot;:6971,&quot;37372&quot;:6972,&quot;37365&quot;:6973,&quot;37366&quot;:6974,&quot;37406&quot;:6975,&quot;37375&quot;:6976,&quot;37396&quot;:6977,&quot;37420&quot;:6978,&quot;37397&quot;:6979,&quot;37393&quot;:6980,&quot;37470&quot;:6981,&quot;37463&quot;:6982,&quot;37445&quot;:6983,&quot;37449&quot;:6984,&quot;37476&quot;:6985,&quot;37448&quot;:6986,&quot;37525&quot;:6987,&quot;37439&quot;:6988,&quot;37451&quot;:6989,&quot;37456&quot;:6990,&quot;37532&quot;:6991,&quot;37526&quot;:6992,&quot;37523&quot;:6993,&quot;37531&quot;:6994,&quot;37466&quot;:6995,&quot;37583&quot;:6996,&quot;37561&quot;:6997,&quot;37559&quot;:6998,&quot;37609&quot;:6999,&quot;37647&quot;:7000,&quot;37626&quot;:7001,&quot;37700&quot;:7002,&quot;37678&quot;:7003,&quot;37657&quot;:7004,&quot;37666&quot;:7005,&quot;37658&quot;:7006,&quot;37667&quot;:7007,&quot;37690&quot;:7008,&quot;37685&quot;:7009,&quot;37691&quot;:7010,&quot;37724&quot;:7011,&quot;37728&quot;:7012,&quot;37756&quot;:7013,&quot;37742&quot;:7014,&quot;37718&quot;:7015,&quot;37808&quot;:7016,&quot;37804&quot;:7017,&quot;37805&quot;:7018,&quot;37780&quot;:7019,&quot;37817&quot;:7020,&quot;37846&quot;:7021,&quot;37847&quot;:7022,&quot;37864&quot;:7023,&quot;37861&quot;:7024,&quot;37848&quot;:7025,&quot;37827&quot;:7026,&quot;37853&quot;:7027,&quot;37840&quot;:7028,&quot;37832&quot;:7029,&quot;37860&quot;:7030,&quot;37914&quot;:7031,&quot;37908&quot;:7032,&quot;37907&quot;:7033,&quot;37891&quot;:7034,&quot;37895&quot;:7035,&quot;37904&quot;:7036,&quot;37942&quot;:7037,&quot;37931&quot;:7038,&quot;37941&quot;:7039,&quot;37921&quot;:7040,&quot;37946&quot;:7041,&quot;37953&quot;:7042,&quot;37970&quot;:7043,&quot;37956&quot;:7044,&quot;37979&quot;:7045,&quot;37984&quot;:7046,&quot;37986&quot;:7047,&quot;37982&quot;:7048,&quot;37994&quot;:7049,&quot;37417&quot;:7050,&quot;38000&quot;:7051,&quot;38005&quot;:7052,&quot;38007&quot;:7053,&quot;38013&quot;:7054,&quot;37978&quot;:7055,&quot;38012&quot;:7056,&quot;38014&quot;:7057,&quot;38017&quot;:7058,&quot;38015&quot;:7059,&quot;38274&quot;:7060,&quot;38279&quot;:7061,&quot;38282&quot;:7062,&quot;38292&quot;:7063,&quot;38294&quot;:7064,&quot;38296&quot;:7065,&quot;38297&quot;:7066,&quot;38304&quot;:7067,&quot;38312&quot;:7068,&quot;38311&quot;:7069,&quot;38317&quot;:7070,&quot;38332&quot;:7071,&quot;38331&quot;:7072,&quot;38329&quot;:7073,&quot;38334&quot;:7074,&quot;38346&quot;:7075,&quot;28662&quot;:7076,&quot;38339&quot;:7077,&quot;38349&quot;:7078,&quot;38348&quot;:7079,&quot;38357&quot;:7080,&quot;38356&quot;:7081,&quot;38358&quot;:7082,&quot;38364&quot;:7083,&quot;38369&quot;:7084,&quot;38373&quot;:7085,&quot;38370&quot;:7086,&quot;38433&quot;:7087,&quot;38440&quot;:7088,&quot;38446&quot;:7089,&quot;38447&quot;:7090,&quot;38466&quot;:7091,&quot;38476&quot;:7092,&quot;38479&quot;:7093,&quot;38475&quot;:7094,&quot;38519&quot;:7095,&quot;38492&quot;:7096,&quot;38494&quot;:7097,&quot;38493&quot;:7098,&quot;38495&quot;:7099,&quot;38502&quot;:7100,&quot;38514&quot;:7101,&quot;38508&quot;:7102,&quot;38541&quot;:7103,&quot;38552&quot;:7104,&quot;38549&quot;:7105,&quot;38551&quot;:7106,&quot;38570&quot;:7107,&quot;38567&quot;:7108,&quot;38577&quot;:7109,&quot;38578&quot;:7110,&quot;38576&quot;:7111,&quot;38580&quot;:7112,&quot;12202&quot;:7113,&quot;38582&quot;:7113,&quot;38584&quot;:7114,&quot;12203&quot;:7115,&quot;38585&quot;:7115,&quot;38606&quot;:7116,&quot;38603&quot;:7117,&quot;38601&quot;:7118,&quot;38605&quot;:7119,&quot;35149&quot;:7120,&quot;38620&quot;:7121,&quot;38669&quot;:7122,&quot;38613&quot;:7123,&quot;38649&quot;:7124,&quot;38660&quot;:7125,&quot;38662&quot;:7126,&quot;38664&quot;:7127,&quot;38675&quot;:7128,&quot;38670&quot;:7129,&quot;38673&quot;:7130,&quot;38671&quot;:7131,&quot;38678&quot;:7132,&quot;38681&quot;:7133,&quot;38692&quot;:7134,&quot;38698&quot;:7135,&quot;38704&quot;:7136,&quot;38713&quot;:7137,&quot;38717&quot;:7138,&quot;38718&quot;:7139,&quot;38724&quot;:7140,&quot;38726&quot;:7141,&quot;38728&quot;:7142,&quot;38722&quot;:7143,&quot;38729&quot;:7144,&quot;38748&quot;:7145,&quot;38752&quot;:7146,&quot;38756&quot;:7147,&quot;38758&quot;:7148,&quot;38760&quot;:7149,&quot;21202&quot;:7150,&quot;38763&quot;:7151,&quot;38769&quot;:7152,&quot;38777&quot;:7153,&quot;38789&quot;:7154,&quot;38780&quot;:7155,&quot;38785&quot;:7156,&quot;38778&quot;:7157,&quot;38790&quot;:7158,&quot;38795&quot;:7159,&quot;38799&quot;:7160,&quot;38800&quot;:7161,&quot;38812&quot;:7162,&quot;38824&quot;:7163,&quot;38822&quot;:7164,&quot;38819&quot;:7165,&quot;38835&quot;:7166,&quot;38836&quot;:7167,&quot;38851&quot;:7168,&quot;38854&quot;:7169,&quot;38856&quot;:7170,&quot;12209&quot;:7171,&quot;38859&quot;:7171,&quot;38876&quot;:7172,&quot;12210&quot;:7173,&quot;38893&quot;:7173,&quot;40783&quot;:7174,&quot;38898&quot;:7175,&quot;31455&quot;:7176,&quot;38902&quot;:7177,&quot;38901&quot;:7178,&quot;38927&quot;:7179,&quot;38924&quot;:7180,&quot;38968&quot;:7181,&quot;38948&quot;:7182,&quot;38945&quot;:7183,&quot;38967&quot;:7184,&quot;38973&quot;:7185,&quot;38982&quot;:7186,&quot;38991&quot;:7187,&quot;38987&quot;:7188,&quot;39019&quot;:7189,&quot;39023&quot;:7190,&quot;39024&quot;:7191,&quot;39025&quot;:7192,&quot;39028&quot;:7193,&quot;39027&quot;:7194,&quot;39082&quot;:7195,&quot;39087&quot;:7196,&quot;39089&quot;:7197,&quot;39094&quot;:7198,&quot;39108&quot;:7199,&quot;39107&quot;:7200,&quot;39110&quot;:7201,&quot;39145&quot;:7202,&quot;39147&quot;:7203,&quot;39171&quot;:7204,&quot;39177&quot;:7205,&quot;39186&quot;:7206,&quot;39188&quot;:7207,&quot;39192&quot;:7208,&quot;39201&quot;:7209,&quot;39197&quot;:7210,&quot;39198&quot;:7211,&quot;39204&quot;:7212,&quot;39200&quot;:7213,&quot;39212&quot;:7214,&quot;39214&quot;:7215,&quot;39229&quot;:7216,&quot;39230&quot;:7217,&quot;39234&quot;:7218,&quot;39241&quot;:7219,&quot;39237&quot;:7220,&quot;39248&quot;:7221,&quot;39243&quot;:7222,&quot;39249&quot;:7223,&quot;39250&quot;:7224,&quot;39244&quot;:7225,&quot;39253&quot;:7226,&quot;39319&quot;:7227,&quot;39320&quot;:7228,&quot;39333&quot;:7229,&quot;39341&quot;:7230,&quot;39342&quot;:7231,&quot;39356&quot;:7232,&quot;39391&quot;:7233,&quot;39387&quot;:7234,&quot;39389&quot;:7235,&quot;39384&quot;:7236,&quot;39377&quot;:7237,&quot;39405&quot;:7238,&quot;39406&quot;:7239,&quot;39409&quot;:7240,&quot;39410&quot;:7241,&quot;39419&quot;:7242,&quot;39416&quot;:7243,&quot;39425&quot;:7244,&quot;39439&quot;:7245,&quot;39429&quot;:7246,&quot;39394&quot;:7247,&quot;39449&quot;:7248,&quot;39467&quot;:7249,&quot;39479&quot;:7250,&quot;39493&quot;:7251,&quot;39490&quot;:7252,&quot;39488&quot;:7253,&quot;39491&quot;:7254,&quot;39486&quot;:7255,&quot;39509&quot;:7256,&quot;39501&quot;:7257,&quot;39515&quot;:7258,&quot;39511&quot;:7259,&quot;39519&quot;:7260,&quot;39522&quot;:7261,&quot;39525&quot;:7262,&quot;39524&quot;:7263,&quot;39529&quot;:7264,&quot;39531&quot;:7265,&quot;39530&quot;:7266,&quot;39597&quot;:7267,&quot;39600&quot;:7268,&quot;39612&quot;:7269,&quot;39616&quot;:7270,&quot;39631&quot;:7271,&quot;39633&quot;:7272,&quot;39635&quot;:7273,&quot;39636&quot;:7274,&quot;39646&quot;:7275,&quot;12221&quot;:7276,&quot;39647&quot;:7276,&quot;39650&quot;:7277,&quot;39651&quot;:7278,&quot;39654&quot;:7279,&quot;39663&quot;:7280,&quot;39659&quot;:7281,&quot;39662&quot;:7282,&quot;39668&quot;:7283,&quot;39665&quot;:7284,&quot;39671&quot;:7285,&quot;39675&quot;:7286,&quot;39686&quot;:7287,&quot;39704&quot;:7288,&quot;39706&quot;:7289,&quot;39711&quot;:7290,&quot;39714&quot;:7291,&quot;39715&quot;:7292,&quot;12222&quot;:7293,&quot;39717&quot;:7293,&quot;39719&quot;:7294,&quot;39720&quot;:7295,&quot;39721&quot;:7296,&quot;39722&quot;:7297,&quot;39726&quot;:7298,&quot;12223&quot;:7299,&quot;39727&quot;:7299,&quot;39730&quot;:7300,&quot;12224&quot;:7300,&quot;39748&quot;:7301,&quot;39747&quot;:7302,&quot;39759&quot;:7303,&quot;39757&quot;:7304,&quot;39758&quot;:7305,&quot;39761&quot;:7306,&quot;39768&quot;:7307,&quot;39796&quot;:7308,&quot;39827&quot;:7309,&quot;39811&quot;:7310,&quot;39825&quot;:7311,&quot;39830&quot;:7312,&quot;39831&quot;:7313,&quot;39839&quot;:7314,&quot;39840&quot;:7315,&quot;39848&quot;:7316,&quot;39860&quot;:7317,&quot;39872&quot;:7318,&quot;39882&quot;:7319,&quot;39865&quot;:7320,&quot;39878&quot;:7321,&quot;39887&quot;:7322,&quot;39889&quot;:7323,&quot;39890&quot;:7324,&quot;39907&quot;:7325,&quot;39906&quot;:7326,&quot;39908&quot;:7327,&quot;39892&quot;:7328,&quot;39905&quot;:7329,&quot;39994&quot;:7330,&quot;39922&quot;:7331,&quot;39921&quot;:7332,&quot;39920&quot;:7333,&quot;39957&quot;:7334,&quot;39956&quot;:7335,&quot;39945&quot;:7336,&quot;39955&quot;:7337,&quot;39948&quot;:7338,&quot;39942&quot;:7339,&quot;39944&quot;:7340,&quot;39954&quot;:7341,&quot;39946&quot;:7342,&quot;39940&quot;:7343,&quot;39982&quot;:7344,&quot;39963&quot;:7345,&quot;39973&quot;:7346,&quot;39972&quot;:7347,&quot;39969&quot;:7348,&quot;39984&quot;:7349,&quot;40007&quot;:7350,&quot;39986&quot;:7351,&quot;40006&quot;:7352,&quot;39998&quot;:7353,&quot;40026&quot;:7354,&quot;40032&quot;:7355,&quot;40039&quot;:7356,&quot;40054&quot;:7357,&quot;40056&quot;:7358,&quot;40167&quot;:7359,&quot;40172&quot;:7360,&quot;40176&quot;:7361,&quot;40201&quot;:7362,&quot;40200&quot;:7363,&quot;40171&quot;:7364,&quot;40195&quot;:7365,&quot;40198&quot;:7366,&quot;40234&quot;:7367,&quot;40230&quot;:7368,&quot;40367&quot;:7369,&quot;40227&quot;:7370,&quot;40223&quot;:7371,&quot;40260&quot;:7372,&quot;40213&quot;:7373,&quot;40210&quot;:7374,&quot;40257&quot;:7375,&quot;40255&quot;:7376,&quot;40254&quot;:7377,&quot;40262&quot;:7378,&quot;40264&quot;:7379,&quot;40285&quot;:7380,&quot;40286&quot;:7381,&quot;40292&quot;:7382,&quot;40273&quot;:7383,&quot;40272&quot;:7384,&quot;40281&quot;:7385,&quot;40306&quot;:7386,&quot;40329&quot;:7387,&quot;40327&quot;:7388,&quot;40363&quot;:7389,&quot;40303&quot;:7390,&quot;40314&quot;:7391,&quot;40346&quot;:7392,&quot;40356&quot;:7393,&quot;40361&quot;:7394,&quot;40370&quot;:7395,&quot;40388&quot;:7396,&quot;40385&quot;:7397,&quot;40379&quot;:7398,&quot;40376&quot;:7399,&quot;40378&quot;:7400,&quot;40390&quot;:7401,&quot;40399&quot;:7402,&quot;40386&quot;:7403,&quot;40409&quot;:7404,&quot;40403&quot;:7405,&quot;40440&quot;:7406,&quot;40422&quot;:7407,&quot;40429&quot;:7408,&quot;40431&quot;:7409,&quot;40445&quot;:7410,&quot;40474&quot;:7411,&quot;40475&quot;:7412,&quot;40478&quot;:7413,&quot;12228&quot;:7414,&quot;40565&quot;:7414,&quot;40569&quot;:7415,&quot;40573&quot;:7416,&quot;40577&quot;:7417,&quot;40584&quot;:7418,&quot;40587&quot;:7419,&quot;40588&quot;:7420,&quot;40594&quot;:7421,&quot;40597&quot;:7422,&quot;40593&quot;:7423,&quot;40605&quot;:7424,&quot;12230&quot;:7425,&quot;40613&quot;:7425,&quot;40617&quot;:7426,&quot;40632&quot;:7427,&quot;40618&quot;:7428,&quot;40621&quot;:7429,&quot;38753&quot;:7430,&quot;40652&quot;:7431,&quot;40654&quot;:7432,&quot;40655&quot;:7433,&quot;40656&quot;:7434,&quot;40660&quot;:7435,&quot;40668&quot;:7436,&quot;40670&quot;:7437,&quot;40669&quot;:7438,&quot;40672&quot;:7439,&quot;40677&quot;:7440,&quot;40680&quot;:7441,&quot;40687&quot;:7442,&quot;40692&quot;:7443,&quot;40694&quot;:7444,&quot;40695&quot;:7445,&quot;12235&quot;:7446,&quot;40697&quot;:7446,&quot;40699&quot;:7447,&quot;40700&quot;:7448,&quot;12236&quot;:7449,&quot;40701&quot;:7449,&quot;40711&quot;:7450,&quot;40712&quot;:7451,&quot;30391&quot;:7452,&quot;40725&quot;:7453,&quot;40737&quot;:7454,&quot;40748&quot;:7455,&quot;40766&quot;:7456,&quot;40778&quot;:7457,&quot;12241&quot;:7457,&quot;40786&quot;:7458,&quot;12242&quot;:7458,&quot;40788&quot;:7459,&quot;40803&quot;:7460,&quot;40799&quot;:7461,&quot;40800&quot;:7462,&quot;40801&quot;:7463,&quot;40806&quot;:7464,&quot;40807&quot;:7465,&quot;40812&quot;:7466,&quot;40810&quot;:7467,&quot;40823&quot;:7468,&quot;40818&quot;:7469,&quot;40822&quot;:7470,&quot;40853&quot;:7471,&quot;40860&quot;:7472,&quot;12244&quot;:7472,&quot;40864&quot;:7473,&quot;12245&quot;:7473,&quot;22575&quot;:7474,&quot;27079&quot;:7475,&quot;36953&quot;:7476,&quot;29796&quot;:7477,&quot;9472&quot;:7479,&quot;9473&quot;:7480,&quot;9474&quot;:7481,&quot;9475&quot;:7482,&quot;9476&quot;:7483,&quot;9477&quot;:7484,&quot;9478&quot;:7485,&quot;9479&quot;:7486,&quot;9480&quot;:7487,&quot;9481&quot;:7488,&quot;9482&quot;:7489,&quot;9483&quot;:7490,&quot;9484&quot;:7491,&quot;9485&quot;:7492,&quot;9486&quot;:7493,&quot;9487&quot;:7494,&quot;9488&quot;:7495,&quot;9489&quot;:7496,&quot;9490&quot;:7497,&quot;9491&quot;:7498,&quot;9492&quot;:7499,&quot;9493&quot;:7500,&quot;9494&quot;:7501,&quot;9495&quot;:7502,&quot;9496&quot;:7503,&quot;9497&quot;:7504,&quot;9498&quot;:7505,&quot;9499&quot;:7506,&quot;9500&quot;:7507,&quot;9501&quot;:7508,&quot;9502&quot;:7509,&quot;9503&quot;:7510,&quot;9504&quot;:7511,&quot;9505&quot;:7512,&quot;9506&quot;:7513,&quot;9507&quot;:7514,&quot;9508&quot;:7515,&quot;9509&quot;:7516,&quot;9510&quot;:7517,&quot;9511&quot;:7518,&quot;9512&quot;:7519,&quot;9513&quot;:7520,&quot;9514&quot;:7521,&quot;9515&quot;:7522,&quot;9516&quot;:7523,&quot;9517&quot;:7524,&quot;9518&quot;:7525,&quot;9519&quot;:7526,&quot;9520&quot;:7527,&quot;9521&quot;:7528,&quot;9522&quot;:7529,&quot;9523&quot;:7530,&quot;9524&quot;:7531,&quot;9525&quot;:7532,&quot;9526&quot;:7533,&quot;9527&quot;:7534,&quot;9528&quot;:7535,&quot;9529&quot;:7536,&quot;9530&quot;:7537,&quot;9531&quot;:7538,&quot;9532&quot;:7539,&quot;9533&quot;:7540,&quot;9534&quot;:7541,&quot;9535&quot;:7542,&quot;9536&quot;:7543,&quot;9537&quot;:7544,&quot;9538&quot;:7545,&quot;9539&quot;:7546,&quot;9540&quot;:7547,&quot;9541&quot;:7548,&quot;9542&quot;:7549,&quot;9543&quot;:7550,&quot;9544&quot;:7551,&quot;9545&quot;:7552,&quot;9546&quot;:7553,&quot;9547&quot;:7554,&quot;9312&quot;:7555,&quot;9313&quot;:7556,&quot;9314&quot;:7557,&quot;9315&quot;:7558,&quot;9316&quot;:7559,&quot;9317&quot;:7560,&quot;9318&quot;:7561,&quot;9319&quot;:7562,&quot;9320&quot;:7563,&quot;9321&quot;:7564,&quot;9322&quot;:7565,&quot;9323&quot;:7566,&quot;9324&quot;:7567,&quot;9325&quot;:7568,&quot;9326&quot;:7569,&quot;9327&quot;:7570,&quot;9328&quot;:7571,&quot;9329&quot;:7572,&quot;9330&quot;:7573,&quot;9331&quot;:7574,&quot;8544&quot;:7575,&quot;8545&quot;:7576,&quot;8546&quot;:7577,&quot;8547&quot;:7578,&quot;8548&quot;:7579,&quot;8549&quot;:7580,&quot;8550&quot;:7581,&quot;8551&quot;:7582,&quot;8552&quot;:7583,&quot;8553&quot;:7584,&quot;13129&quot;:7585,&quot;13076&quot;:7586,&quot;13133&quot;:7588,&quot;13095&quot;:7590,&quot;13110&quot;:7592,&quot;13137&quot;:7593,&quot;13069&quot;:7595,&quot;13094&quot;:7596,&quot;13099&quot;:7598,&quot;13130&quot;:7599,&quot;13212&quot;:7601,&quot;13213&quot;:7602,&quot;13214&quot;:7603,&quot;13198&quot;:7604,&quot;13199&quot;:7605,&quot;13252&quot;:7606,&quot;13217&quot;:7607,&quot;12317&quot;:7608,&quot;12319&quot;:7609,&quot;8470&quot;:7610,&quot;13261&quot;:7611,&quot;12964&quot;:7613,&quot;12965&quot;:7614,&quot;12966&quot;:7615,&quot;12967&quot;:7616,&quot;12968&quot;:7617,&quot;12849&quot;:7618,&quot;12850&quot;:7619,&quot;12857&quot;:7620,&quot;13182&quot;:7621,&quot;13181&quot;:7622,&quot;13180&quot;:7623,&quot;8750&quot;:7624,&quot;8721&quot;:7625,&quot;8735&quot;:7629,&quot;8895&quot;:7630,&quot;21854&quot;:7633,&quot;167133&quot;:7641,&quot;28976&quot;:7644,&quot;40407&quot;:7646,&quot;64054&quot;:7651,&quot;22169&quot;:7654,&quot;15694&quot;:7655,&quot;20448&quot;:7660,&quot;36544&quot;:7663,&quot;194797&quot;:7665,&quot;153716&quot;:7670,&quot;32363&quot;:7671,&quot;33606&quot;:7672,&quot;167670&quot;:7673,&quot;40572&quot;:7677,&quot;26171&quot;:7680,&quot;40628&quot;:7682,&quot;26629&quot;:7687,&quot;23650&quot;:7693,&quot;194780&quot;:7695,&quot;32353&quot;:7697,&quot;64070&quot;:7700,&quot;34083&quot;:7706,&quot;37292&quot;:7707,&quot;34796&quot;:7715,&quot;25620&quot;:7724,&quot;39506&quot;:7727,&quot;64074&quot;:7732,&quot;194692&quot;:7734,&quot;31774&quot;:7739,&quot;64016&quot;:7746,&quot;25681&quot;:7747,&quot;63980&quot;:7750,&quot;22625&quot;:7751,&quot;39002&quot;:7752,&quot;194679&quot;:7754,&quot;31153&quot;:7758,&quot;28678&quot;:7760,&quot;22218&quot;:7770,&quot;21085&quot;:7774,&quot;28497&quot;:7776,&quot;37297&quot;:7777,&quot;64106&quot;:7788,&quot;38960&quot;:7795,&quot;40629&quot;:7797,&quot;33802&quot;:7807,&quot;63939&quot;:7808,&quot;63890&quot;:7809,&quot;63891&quot;:7810,&quot;63897&quot;:7811,&quot;34847&quot;:7813,&quot;194575&quot;:7814,&quot;194771&quot;:7816,&quot;194584&quot;:7817,&quot;137754&quot;:7825,&quot;23643&quot;:7826,&quot;25890&quot;:7831,&quot;26618&quot;:7834,&quot;26766&quot;:7836,&quot;148432&quot;:7838,&quot;194848&quot;:7839,&quot;34110&quot;:7861,&quot;30562&quot;:7877,&quot;65041&quot;:7887,&quot;65042&quot;:7888,&quot;65075&quot;:7890,&quot;65073&quot;:7892,&quot;65074&quot;:7893,&quot;8285&quot;:7897,&quot;65049&quot;:7897,&quot;8282&quot;:7898,&quot;65072&quot;:7898,&quot;65077&quot;:7899,&quot;65078&quot;:7900,&quot;65081&quot;:7901,&quot;65082&quot;:7902,&quot;65095&quot;:7903,&quot;65096&quot;:7904,&quot;65079&quot;:7905,&quot;65080&quot;:7906,&quot;65087&quot;:7907,&quot;65088&quot;:7908,&quot;65085&quot;:7909,&quot;65086&quot;:7910,&quot;65089&quot;:7911,&quot;65090&quot;:7912,&quot;65091&quot;:7913,&quot;65092&quot;:7914,&quot;65083&quot;:7915,&quot;65084&quot;:7916,&quot;12436&quot;:7958,&quot;12437&quot;:7959,&quot;12438&quot;:7960,&quot;22099&quot;:7963,&quot;65508&quot;:8005,&quot;65287&quot;:8006,&quot;65282&quot;:8007,&quot;9665&quot;:8009,&quot;9655&quot;:8010,&quot;8681&quot;:8011,&quot;8679&quot;:8012,&quot;8678&quot;:8013,&quot;8680&quot;:8014,&quot;9634&quot;:8015,&quot;9831&quot;:8016,&quot;9825&quot;:8017,&quot;9828&quot;:8018,&quot;9826&quot;:8019,&quot;13216&quot;:8020,&quot;13218&quot;:8021,&quot;13220&quot;:8022,&quot;13221&quot;:8023,&quot;13207&quot;:8024,&quot;8467&quot;:8025,&quot;13208&quot;:8026,&quot;13235&quot;:8027,&quot;13234&quot;:8028,&quot;13233&quot;:8029,&quot;13232&quot;:8030,&quot;13189&quot;:8031,&quot;13190&quot;:8032,&quot;13191&quot;:8033,&quot;13259&quot;:8034,&quot;13200&quot;:8035,&quot;13268&quot;:8036,&quot;13206&quot;:8037,&quot;13090&quot;:8038,&quot;13078&quot;:8039,&quot;13080&quot;:8040,&quot;13077&quot;:8041,&quot;13059&quot;:8042,&quot;13091&quot;:8043,&quot;13143&quot;:8044,&quot;13122&quot;:8045,&quot;13113&quot;:8046,&quot;13115&quot;:8047,&quot;13056&quot;:8048,&quot;13105&quot;:8049,&quot;13127&quot;:8050,&quot;13086&quot;:8051,&quot;13098&quot;:8052,&quot;13183&quot;:8054,&quot;8481&quot;:8055,&quot;9742&quot;:8056,&quot;12342&quot;:8057,&quot;12320&quot;:8058,&quot;9352&quot;:8062,&quot;9353&quot;:8063,&quot;9354&quot;:8064,&quot;9355&quot;:8065,&quot;9356&quot;:8066,&quot;9357&quot;:8067,&quot;9358&quot;:8068,&quot;9359&quot;:8069,&quot;9360&quot;:8070,&quot;9332&quot;:8071,&quot;9333&quot;:8072,&quot;9334&quot;:8073,&quot;9335&quot;:8074,&quot;9336&quot;:8075,&quot;9337&quot;:8076,&quot;9338&quot;:8077,&quot;9339&quot;:8078,&quot;9340&quot;:8079,&quot;9341&quot;:8080,&quot;9342&quot;:8081,&quot;9343&quot;:8082,&quot;9344&quot;:8083,&quot;9345&quot;:8084,&quot;9346&quot;:8085,&quot;9347&quot;:8086,&quot;9348&quot;:8087,&quot;9349&quot;:8088,&quot;9350&quot;:8089,&quot;9351&quot;:8090,&quot;12881&quot;:8091,&quot;8560&quot;:8092,&quot;8561&quot;:8093,&quot;8562&quot;:8094,&quot;8563&quot;:8095,&quot;8564&quot;:8096,&quot;8565&quot;:8097,&quot;8566&quot;:8098,&quot;8567&quot;:8099,&quot;8568&quot;:8100,&quot;8569&quot;:8101,&quot;12882&quot;:8102,&quot;12883&quot;:8103,&quot;12884&quot;:8104,&quot;12885&quot;:8105,&quot;12886&quot;:8106,&quot;12887&quot;:8107,&quot;12888&quot;:8108,&quot;12889&quot;:8109,&quot;12890&quot;:8110,&quot;12891&quot;:8111,&quot;9372&quot;:8112,&quot;9373&quot;:8113,&quot;9374&quot;:8114,&quot;9375&quot;:8115,&quot;9376&quot;:8116,&quot;9377&quot;:8117,&quot;9378&quot;:8118,&quot;9379&quot;:8119,&quot;9380&quot;:8120,&quot;9381&quot;:8121,&quot;9382&quot;:8122,&quot;9383&quot;:8123,&quot;9384&quot;:8124,&quot;9385&quot;:8125,&quot;9386&quot;:8126,&quot;9387&quot;:8127,&quot;9388&quot;:8128,&quot;9389&quot;:8129,&quot;9390&quot;:8130,&quot;9391&quot;:8131,&quot;9392&quot;:8132,&quot;9393&quot;:8133,&quot;9394&quot;:8134,&quot;9395&quot;:8135,&quot;9396&quot;:8136,&quot;9397&quot;:8137,&quot;12867&quot;:8138,&quot;12861&quot;:8139,&quot;12863&quot;:8140,&quot;12852&quot;:8141,&quot;12856&quot;:8142,&quot;12851&quot;:8143,&quot;12860&quot;:8144,&quot;12866&quot;:8145,&quot;12862&quot;:8146,&quot;12854&quot;:8147,&quot;12853&quot;:8148,&quot;12859&quot;:8149,&quot;12864&quot;:8150,&quot;12858&quot;:8151,&quot;12976&quot;:8152,&quot;12973&quot;:8153,&quot;12969&quot;:8154,&quot;12975&quot;:8155,&quot;12948&quot;:8156,&quot;12970&quot;:8157,&quot;12952&quot;:8158,&quot;12971&quot;:8159,&quot;12946&quot;:8160,&quot;12945&quot;:8161,&quot;12947&quot;:8162,&quot;12972&quot;:8163,&quot;12974&quot;:8164,&quot;12950&quot;:8165,&quot;9131&quot;:8174,&quot;9132&quot;:8175,&quot;9133&quot;:8176,&quot;9127&quot;:8178,&quot;9128&quot;:8179,&quot;9129&quot;:8180,&quot;13260&quot;:8182,&quot;13061&quot;:8183,&quot;13215&quot;:8186,&quot;13219&quot;:8187,&quot;13222&quot;:8188,&quot;12958&quot;:8191,&quot;13192&quot;:8192,&quot;13193&quot;:8193,&quot;13256&quot;:8194,&quot;8749&quot;:8195,&quot;12848&quot;:8197,&quot;12842&quot;:8198,&quot;12843&quot;:8199,&quot;12844&quot;:8200,&quot;12845&quot;:8201,&quot;12846&quot;:8202,&quot;12847&quot;:8203,&quot;12855&quot;:8204,&quot;12865&quot;:8205,&quot;10145&quot;:8206,&quot;11013&quot;:8207,&quot;11014&quot;:8208,&quot;11015&quot;:8209,&quot;9673&quot;:8210,&quot;9824&quot;:8211,&quot;9829&quot;:8212,&quot;9827&quot;:8213,&quot;9830&quot;:8214,&quot;9728&quot;:8215,&quot;9729&quot;:8216,&quot;9730&quot;:8217,&quot;9731&quot;:8218,&quot;9758&quot;:8219,&quot;9756&quot;:8220,&quot;9757&quot;:8221,&quot;9759&quot;:8222,&quot;12953&quot;:8223,&quot;9450&quot;:8224,&quot;8554&quot;:8225,&quot;8555&quot;:8226,&quot;9601&quot;:8230,&quot;9602&quot;:8231,&quot;9603&quot;:8232,&quot;9604&quot;:8233,&quot;9605&quot;:8234,&quot;9606&quot;:8235,&quot;9607&quot;:8236,&quot;9608&quot;:8237,&quot;9615&quot;:8238,&quot;9614&quot;:8239,&quot;9613&quot;:8240,&quot;9612&quot;:8241,&quot;9611&quot;:8242,&quot;9610&quot;:8243,&quot;9609&quot;:8244,&quot;9620&quot;:8245,&quot;9621&quot;:8246,&quot;9581&quot;:8247,&quot;9582&quot;:8248,&quot;9584&quot;:8249,&quot;9583&quot;:8250,&quot;9552&quot;:8251,&quot;9566&quot;:8252,&quot;9578&quot;:8253,&quot;9569&quot;:8254,&quot;9698&quot;:8255,&quot;9699&quot;:8256,&quot;9701&quot;:8257,&quot;9700&quot;:8258,&quot;9585&quot;:8261,&quot;9586&quot;:8262,&quot;9587&quot;:8263,&quot;65040&quot;:8268,&quot;20956&quot;:8284,&quot;29081&quot;:8285,&quot;10102&quot;:8286,&quot;10103&quot;:8287,&quot;10104&quot;:8288,&quot;10105&quot;:8289,&quot;10106&quot;:8290,&quot;10107&quot;:8291,&quot;10108&quot;:8292,&quot;10109&quot;:8293,&quot;10110&quot;:8294,&quot;8570&quot;:8298,&quot;8571&quot;:8299,&quot;8575&quot;:8303,&quot;8458&quot;:8304,&quot;8457&quot;:8305,&quot;8507&quot;:8307,&quot;12292&quot;:8308,&quot;8646&quot;:8309,&quot;8644&quot;:8310,&quot;8645&quot;:8311,&quot;12535&quot;:8313,&quot;12536&quot;:8314,&quot;12537&quot;:8315,&quot;12538&quot;:8316,&quot;12957&quot;:8319,&quot;13179&quot;:8323,&quot;13107&quot;:8327,&quot;13134&quot;:8328,&quot;32394&quot;:8359,&quot;35100&quot;:8360,&quot;37704&quot;:8361,&quot;37512&quot;:8362,&quot;34012&quot;:8363,&quot;20425&quot;:8364,&quot;28859&quot;:8365,&quot;26161&quot;:8366,&quot;26824&quot;:8367,&quot;37625&quot;:8368,&quot;26363&quot;:8369,&quot;24389&quot;:8370,&quot;12033&quot;:8371,&quot;20008&quot;:8371,&quot;20193&quot;:8372,&quot;20220&quot;:8373,&quot;20224&quot;:8374,&quot;20227&quot;:8375,&quot;20281&quot;:8376,&quot;20310&quot;:8377,&quot;20370&quot;:8378,&quot;20362&quot;:8379,&quot;20378&quot;:8380,&quot;20372&quot;:8381,&quot;20429&quot;:8382,&quot;20544&quot;:8383,&quot;20514&quot;:8384,&quot;20479&quot;:8385,&quot;20510&quot;:8386,&quot;20550&quot;:8387,&quot;20592&quot;:8388,&quot;20546&quot;:8389,&quot;20628&quot;:8390,&quot;20724&quot;:8391,&quot;20696&quot;:8392,&quot;20810&quot;:8393,&quot;20836&quot;:8394,&quot;20893&quot;:8395,&quot;20926&quot;:8396,&quot;20972&quot;:8397,&quot;21013&quot;:8398,&quot;21148&quot;:8399,&quot;21158&quot;:8400,&quot;21184&quot;:8401,&quot;21211&quot;:8402,&quot;21248&quot;:8403,&quot;21284&quot;:8405,&quot;21362&quot;:8406,&quot;21395&quot;:8407,&quot;21426&quot;:8408,&quot;21469&quot;:8409,&quot;64014&quot;:8410,&quot;21660&quot;:8411,&quot;21642&quot;:8412,&quot;21673&quot;:8413,&quot;21759&quot;:8414,&quot;21894&quot;:8415,&quot;22361&quot;:8416,&quot;22373&quot;:8417,&quot;22444&quot;:8418,&quot;22472&quot;:8419,&quot;22471&quot;:8420,&quot;64015&quot;:8421,&quot;22686&quot;:8423,&quot;22706&quot;:8424,&quot;22795&quot;:8425,&quot;22867&quot;:8426,&quot;22875&quot;:8427,&quot;22877&quot;:8428,&quot;22883&quot;:8429,&quot;22948&quot;:8430,&quot;22970&quot;:8431,&quot;23382&quot;:8432,&quot;23488&quot;:8433,&quot;29999&quot;:8434,&quot;23512&quot;:8435,&quot;23582&quot;:8437,&quot;23718&quot;:8438,&quot;23738&quot;:8439,&quot;23797&quot;:8440,&quot;23847&quot;:8441,&quot;23891&quot;:8442,&quot;23874&quot;:8444,&quot;23917&quot;:8445,&quot;23992&quot;:8446,&quot;23993&quot;:8447,&quot;24016&quot;:8448,&quot;24353&quot;:8449,&quot;24372&quot;:8450,&quot;24423&quot;:8451,&quot;24503&quot;:8452,&quot;24542&quot;:8453,&quot;24669&quot;:8454,&quot;24709&quot;:8455,&quot;24714&quot;:8456,&quot;24798&quot;:8457,&quot;24789&quot;:8458,&quot;24864&quot;:8459,&quot;24818&quot;:8460,&quot;24849&quot;:8461,&quot;24887&quot;:8462,&quot;24880&quot;:8463,&quot;24984&quot;:8464,&quot;25107&quot;:8465,&quot;25254&quot;:8466,&quot;25589&quot;:8467,&quot;25696&quot;:8468,&quot;25757&quot;:8469,&quot;25806&quot;:8470,&quot;25934&quot;:8471,&quot;26112&quot;:8472,&quot;26133&quot;:8473,&quot;26121&quot;:8474,&quot;26158&quot;:8475,&quot;26148&quot;:8477,&quot;26213&quot;:8478,&quot;26199&quot;:8479,&quot;26201&quot;:8480,&quot;64018&quot;:8481,&quot;26227&quot;:8482,&quot;26265&quot;:8483,&quot;26272&quot;:8484,&quot;26290&quot;:8485,&quot;26303&quot;:8486,&quot;26362&quot;:8487,&quot;26382&quot;:8488,&quot;26470&quot;:8490,&quot;26555&quot;:8491,&quot;26706&quot;:8492,&quot;26560&quot;:8493,&quot;26692&quot;:8495,&quot;26831&quot;:8496,&quot;64019&quot;:8497,&quot;26984&quot;:8498,&quot;64020&quot;:8499,&quot;27032&quot;:8500,&quot;27106&quot;:8501,&quot;27184&quot;:8502,&quot;27243&quot;:8503,&quot;27206&quot;:8504,&quot;27251&quot;:8505,&quot;27262&quot;:8506,&quot;27362&quot;:8507,&quot;27364&quot;:8508,&quot;27606&quot;:8509,&quot;27711&quot;:8510,&quot;27740&quot;:8511,&quot;27782&quot;:8512,&quot;27759&quot;:8513,&quot;27866&quot;:8514,&quot;27908&quot;:8515,&quot;28039&quot;:8516,&quot;28015&quot;:8517,&quot;28054&quot;:8518,&quot;28076&quot;:8519,&quot;28111&quot;:8520,&quot;28152&quot;:8521,&quot;28146&quot;:8522,&quot;28156&quot;:8523,&quot;28217&quot;:8524,&quot;28252&quot;:8525,&quot;28199&quot;:8526,&quot;28220&quot;:8527,&quot;28351&quot;:8528,&quot;28552&quot;:8529,&quot;28597&quot;:8530,&quot;28661&quot;:8531,&quot;28677&quot;:8532,&quot;28679&quot;:8533,&quot;28712&quot;:8534,&quot;28805&quot;:8535,&quot;28843&quot;:8536,&quot;28943&quot;:8537,&quot;28932&quot;:8538,&quot;29020&quot;:8539,&quot;28998&quot;:8540,&quot;28999&quot;:8541,&quot;29121&quot;:8543,&quot;29182&quot;:8544,&quot;29361&quot;:8545,&quot;29374&quot;:8546,&quot;29476&quot;:8547,&quot;64022&quot;:8548,&quot;29559&quot;:8549,&quot;29629&quot;:8550,&quot;29641&quot;:8551,&quot;29654&quot;:8552,&quot;29667&quot;:8553,&quot;29650&quot;:8554,&quot;29703&quot;:8555,&quot;29685&quot;:8556,&quot;29734&quot;:8557,&quot;29738&quot;:8558,&quot;29737&quot;:8559,&quot;29742&quot;:8560,&quot;29833&quot;:8562,&quot;29855&quot;:8563,&quot;29953&quot;:8564,&quot;30063&quot;:8565,&quot;30338&quot;:8566,&quot;30364&quot;:8567,&quot;30366&quot;:8568,&quot;30363&quot;:8569,&quot;30374&quot;:8570,&quot;64023&quot;:8571,&quot;30534&quot;:8572,&quot;21167&quot;:8573,&quot;30753&quot;:8574,&quot;30798&quot;:8575,&quot;30820&quot;:8576,&quot;30842&quot;:8577,&quot;31024&quot;:8578,&quot;64024&quot;:8579,&quot;64025&quot;:8580,&quot;64026&quot;:8581,&quot;31124&quot;:8582,&quot;64027&quot;:8583,&quot;31131&quot;:8584,&quot;31441&quot;:8585,&quot;31463&quot;:8586,&quot;64028&quot;:8587,&quot;31467&quot;:8588,&quot;31646&quot;:8589,&quot;64029&quot;:8590,&quot;32072&quot;:8591,&quot;32183&quot;:8593,&quot;32160&quot;:8594,&quot;32214&quot;:8595,&quot;32338&quot;:8596,&quot;32583&quot;:8597,&quot;32673&quot;:8598,&quot;64030&quot;:8599,&quot;33537&quot;:8600,&quot;33634&quot;:8601,&quot;33663&quot;:8602,&quot;33735&quot;:8603,&quot;33782&quot;:8604,&quot;33864&quot;:8605,&quot;33972&quot;:8606,&quot;34131&quot;:8607,&quot;34137&quot;:8608,&quot;34155&quot;:8609,&quot;64031&quot;:8610,&quot;34224&quot;:8611,&quot;64032&quot;:8612,&quot;64033&quot;:8613,&quot;34823&quot;:8614,&quot;35061&quot;:8615,&quot;35346&quot;:8616,&quot;35383&quot;:8617,&quot;35449&quot;:8618,&quot;35495&quot;:8619,&quot;35518&quot;:8620,&quot;35551&quot;:8621,&quot;64034&quot;:8622,&quot;35574&quot;:8623,&quot;35667&quot;:8624,&quot;35711&quot;:8625,&quot;36080&quot;:8626,&quot;36084&quot;:8627,&quot;36114&quot;:8628,&quot;36214&quot;:8629,&quot;64035&quot;:8630,&quot;36559&quot;:8631,&quot;64037&quot;:8633,&quot;36967&quot;:8634,&quot;37086&quot;:8635,&quot;64038&quot;:8636,&quot;37141&quot;:8637,&quot;37159&quot;:8638,&quot;37338&quot;:8639,&quot;37335&quot;:8640,&quot;37342&quot;:8641,&quot;37357&quot;:8642,&quot;37358&quot;:8643,&quot;37348&quot;:8644,&quot;37349&quot;:8645,&quot;37382&quot;:8646,&quot;37392&quot;:8647,&quot;37386&quot;:8648,&quot;37434&quot;:8649,&quot;37440&quot;:8650,&quot;37436&quot;:8651,&quot;37454&quot;:8652,&quot;37465&quot;:8653,&quot;37457&quot;:8654,&quot;37433&quot;:8655,&quot;37479&quot;:8656,&quot;37543&quot;:8657,&quot;37495&quot;:8658,&quot;37496&quot;:8659,&quot;37607&quot;:8660,&quot;37591&quot;:8661,&quot;37593&quot;:8662,&quot;37584&quot;:8663,&quot;64039&quot;:8664,&quot;37589&quot;:8665,&quot;37600&quot;:8666,&quot;37587&quot;:8667,&quot;37669&quot;:8668,&quot;37665&quot;:8669,&quot;37627&quot;:8670,&quot;64040&quot;:8671,&quot;37662&quot;:8672,&quot;37631&quot;:8673,&quot;37661&quot;:8674,&quot;37634&quot;:8675,&quot;37744&quot;:8676,&quot;37719&quot;:8677,&quot;37796&quot;:8678,&quot;37830&quot;:8679,&quot;37854&quot;:8680,&quot;37880&quot;:8681,&quot;37937&quot;:8682,&quot;37957&quot;:8683,&quot;37960&quot;:8684,&quot;38290&quot;:8685,&quot;64041&quot;:8687,&quot;38557&quot;:8688,&quot;38575&quot;:8689,&quot;38707&quot;:8690,&quot;38715&quot;:8691,&quot;38723&quot;:8692,&quot;38733&quot;:8693,&quot;38735&quot;:8694,&quot;12205&quot;:8695,&quot;38737&quot;:8695,&quot;38999&quot;:8697,&quot;39013&quot;:8698,&quot;64042&quot;:8699,&quot;64043&quot;:8700,&quot;39207&quot;:8701,&quot;64044&quot;:8702,&quot;39326&quot;:8703,&quot;39502&quot;:8704,&quot;39641&quot;:8705,&quot;39644&quot;:8706,&quot;39797&quot;:8707,&quot;39794&quot;:8708,&quot;39823&quot;:8709,&quot;39857&quot;:8710,&quot;39867&quot;:8711,&quot;39936&quot;:8712,&quot;40304&quot;:8713,&quot;40299&quot;:8714,&quot;64045&quot;:8715,&quot;40473&quot;:8716,&quot;40657&quot;:8717,&quot;8364&quot;:9354,&quot;8486&quot;:9355,&quot;64256&quot;:9358,&quot;64259&quot;:9359,&quot;64260&quot;:9360,&quot;257&quot;:9361,&quot;299&quot;:9362,&quot;363&quot;:9363,&quot;275&quot;:9364,&quot;333&quot;:9365,&quot;256&quot;:9366,&quot;298&quot;:9367,&quot;362&quot;:9368,&quot;274&quot;:9369,&quot;332&quot;:9370,&quot;8539&quot;:9371,&quot;8540&quot;:9372,&quot;8541&quot;:9373,&quot;8542&quot;:9374,&quot;8531&quot;:9375,&quot;8532&quot;:9376,&quot;8304&quot;:9377,&quot;8308&quot;:9378,&quot;8309&quot;:9379,&quot;8310&quot;:9380,&quot;8311&quot;:9381,&quot;8312&quot;:9382,&quot;8313&quot;:9383,&quot;8320&quot;:9384,&quot;8321&quot;:9385,&quot;8322&quot;:9386,&quot;8323&quot;:9387,&quot;8324&quot;:9388,&quot;8325&quot;:9389,&quot;8326&quot;:9390,&quot;8327&quot;:9391,&quot;8328&quot;:9392,&quot;8329&quot;:9393,&quot;461&quot;:9394,&quot;282&quot;:9395,&quot;7868&quot;:9397,&quot;463&quot;:9398,&quot;296&quot;:9400,&quot;465&quot;:9401,&quot;467&quot;:9403,&quot;366&quot;:9404,&quot;360&quot;:9405,&quot;462&quot;:9406,&quot;283&quot;:9407,&quot;7869&quot;:9409,&quot;464&quot;:9410,&quot;297&quot;:9412,&quot;466&quot;:9413,&quot;468&quot;:9415,&quot;367&quot;:9416,&quot;361&quot;:9417,&quot;593&quot;:9418,&quot;8049&quot;:9419,&quot;8048&quot;:9420,&quot;509&quot;:9421,&quot;596&quot;:9423,&quot;601&quot;:9426,&quot;602&quot;:9429,&quot;603&quot;:9432,&quot;8051&quot;:9433,&quot;8050&quot;:9434,&quot;567&quot;:9435,&quot;331&quot;:9436,&quot;629&quot;:9437,&quot;652&quot;:9438,&quot;658&quot;:9441,&quot;643&quot;:9442,&quot;720&quot;:9443,&quot;8534&quot;:9785,&quot;8535&quot;:9786,&quot;8536&quot;:9787,&quot;8537&quot;:9788,&quot;8538&quot;:9789,&quot;12832&quot;:10126,&quot;12833&quot;:10127,&quot;12834&quot;:10128,&quot;12835&quot;:10129,&quot;12836&quot;:10130,&quot;12837&quot;:10131,&quot;12838&quot;:10132,&quot;12839&quot;:10133,&quot;12840&quot;:10134,&quot;12841&quot;:10135,&quot;12892&quot;:10244,&quot;12893&quot;:10245,&quot;12894&quot;:10246,&quot;12895&quot;:10247,&quot;12977&quot;:10248,&quot;12978&quot;:10249,&quot;12979&quot;:10250,&quot;12980&quot;:10251,&quot;12981&quot;:10252,&quot;12982&quot;:10253,&quot;12983&quot;:10254,&quot;12984&quot;:10255,&quot;12985&quot;:10256,&quot;12986&quot;:10257,&quot;12987&quot;:10258,&quot;12988&quot;:10259,&quot;12989&quot;:10260,&quot;12990&quot;:10261,&quot;12991&quot;:10262,&quot;9424&quot;:10313,&quot;9425&quot;:10314,&quot;9426&quot;:10315,&quot;9427&quot;:10316,&quot;9428&quot;:10317,&quot;9429&quot;:10318,&quot;9430&quot;:10319,&quot;9431&quot;:10320,&quot;9432&quot;:10321,&quot;9433&quot;:10322,&quot;9434&quot;:10323,&quot;9435&quot;:10324,&quot;9436&quot;:10325,&quot;9437&quot;:10326,&quot;9438&quot;:10327,&quot;9439&quot;:10328,&quot;9440&quot;:10329,&quot;9441&quot;:10330,&quot;9442&quot;:10331,&quot;9443&quot;:10332,&quot;9444&quot;:10333,&quot;9445&quot;:10334,&quot;9446&quot;:10335,&quot;9447&quot;:10336,&quot;9448&quot;:10337,&quot;9449&quot;:10338,&quot;9398&quot;:10339,&quot;9399&quot;:10340,&quot;9400&quot;:10341,&quot;9401&quot;:10342,&quot;9402&quot;:10343,&quot;9403&quot;:10344,&quot;9404&quot;:10345,&quot;9405&quot;:10346,&quot;9406&quot;:10347,&quot;9407&quot;:10348,&quot;9408&quot;:10349,&quot;9409&quot;:10350,&quot;9410&quot;:10351,&quot;9411&quot;:10352,&quot;9412&quot;:10353,&quot;9413&quot;:10354,&quot;9414&quot;:10355,&quot;9415&quot;:10356,&quot;9416&quot;:10357,&quot;9417&quot;:10358,&quot;9418&quot;:10359,&quot;9419&quot;:10360,&quot;9420&quot;:10361,&quot;9421&quot;:10362,&quot;9422&quot;:10363,&quot;9423&quot;:10364,&quot;13008&quot;:10413,&quot;13009&quot;:10414,&quot;13010&quot;:10415,&quot;13011&quot;:10416,&quot;13012&quot;:10417,&quot;13013&quot;:10418,&quot;13014&quot;:10419,&quot;13015&quot;:10420,&quot;13016&quot;:10421,&quot;13017&quot;:10422,&quot;13018&quot;:10423,&quot;13019&quot;:10424,&quot;13020&quot;:10425,&quot;13021&quot;:10426,&quot;13022&quot;:10427,&quot;13023&quot;:10428,&quot;13024&quot;:10429,&quot;13025&quot;:10430,&quot;13026&quot;:10431,&quot;13027&quot;:10432,&quot;13028&quot;:10433,&quot;13029&quot;:10434,&quot;13030&quot;:10435,&quot;13031&quot;:10436,&quot;13032&quot;:10437,&quot;13033&quot;:10438,&quot;13034&quot;:10439,&quot;13035&quot;:10440,&quot;13036&quot;:10441,&quot;13037&quot;:10442,&quot;13038&quot;:10443,&quot;13039&quot;:10444,&quot;13040&quot;:10445,&quot;13041&quot;:10446,&quot;13042&quot;:10447,&quot;13043&quot;:10448,&quot;13044&quot;:10449,&quot;13045&quot;:10450,&quot;13046&quot;:10451,&quot;13047&quot;:10452,&quot;13048&quot;:10453,&quot;13049&quot;:10454,&quot;13050&quot;:10455,&quot;13051&quot;:10456,&quot;13052&quot;:10457,&quot;13053&quot;:10458,&quot;13054&quot;:10459,&quot;12928&quot;:10461,&quot;12929&quot;:10462,&quot;12930&quot;:10463,&quot;12931&quot;:10464,&quot;12932&quot;:10465,&quot;12933&quot;:10466,&quot;12934&quot;:10467,&quot;12935&quot;:10468,&quot;12936&quot;:10469,&quot;12937&quot;:10470,&quot;12944&quot;:10471,&quot;12938&quot;:10472,&quot;12939&quot;:10473,&quot;12940&quot;:10474,&quot;12941&quot;:10475,&quot;12942&quot;:10476,&quot;12943&quot;:10477,&quot;12959&quot;:10479,&quot;12960&quot;:10486,&quot;12961&quot;:10487,&quot;12955&quot;:10488,&quot;12954&quot;:10489,&quot;12963&quot;:10490,&quot;12962&quot;:10491,&quot;12951&quot;:10492,&quot;12956&quot;:10494,&quot;12949&quot;:10495,&quot;9676&quot;:10502,&quot;9471&quot;:10503,&quot;10111&quot;:10514,&quot;9451&quot;:10515,&quot;9452&quot;:10516,&quot;9453&quot;:10517,&quot;9454&quot;:10518,&quot;9455&quot;:10519,&quot;9456&quot;:10520,&quot;9457&quot;:10521,&quot;9458&quot;:10522,&quot;9459&quot;:10523,&quot;9460&quot;:10524,&quot;8414&quot;:11035,&quot;13274&quot;:11851,&quot;8448&quot;:11855,&quot;13250&quot;:11856,&quot;8453&quot;:11859,&quot;13169&quot;:11861,&quot;13197&quot;:11864,&quot;13211&quot;:11865,&quot;13271&quot;:11869,&quot;13272&quot;:11870,&quot;13057&quot;:11874,&quot;13058&quot;:11875,&quot;13060&quot;:11876,&quot;13062&quot;:11877,&quot;13064&quot;:11879,&quot;13063&quot;:11881,&quot;13066&quot;:11882,&quot;13065&quot;:11884,&quot;13067&quot;:11886,&quot;13068&quot;:11888,&quot;13070&quot;:11889,&quot;13071&quot;:11890,&quot;13072&quot;:11891,&quot;13073&quot;:11892,&quot;13074&quot;:11893,&quot;13075&quot;:11894,&quot;13079&quot;:11896,&quot;13081&quot;:11898,&quot;13082&quot;:11900,&quot;13083&quot;:11901,&quot;13084&quot;:11902,&quot;13085&quot;:11903,&quot;13087&quot;:11904,&quot;13088&quot;:11905,&quot;13089&quot;:11906,&quot;13092&quot;:11907,&quot;13093&quot;:11909,&quot;13096&quot;:11912,&quot;13097&quot;:11913,&quot;13101&quot;:11915,&quot;13102&quot;:11918,&quot;13103&quot;:11919,&quot;13104&quot;:11920,&quot;13106&quot;:11921,&quot;13108&quot;:11924,&quot;13109&quot;:11925,&quot;13116&quot;:11926,&quot;13111&quot;:11930,&quot;13112&quot;:11932,&quot;13114&quot;:11933,&quot;13117&quot;:11934,&quot;13121&quot;:11935,&quot;13118&quot;:11936,&quot;13119&quot;:11937,&quot;13120&quot;:11938,&quot;13123&quot;:11939,&quot;13124&quot;:11940,&quot;13125&quot;:11941,&quot;13126&quot;:11942,&quot;13128&quot;:11943,&quot;13131&quot;:11944,&quot;13132&quot;:11945,&quot;13135&quot;:11946,&quot;13136&quot;:11947,&quot;13138&quot;:11950,&quot;13140&quot;:11951,&quot;13139&quot;:11954,&quot;13141&quot;:11955,&quot;13142&quot;:11956,&quot;8501&quot;:12089,&quot;976&quot;:12090,&quot;8714&quot;:12091,&quot;8463&quot;:12092,&quot;981&quot;:12094,&quot;987&quot;:12095,&quot;977&quot;:12096,&quot;9832&quot;:12098,&quot;9833&quot;:12099,&quot;9836&quot;:12100,&quot;12347&quot;:12106,&quot;12339&quot;:12108,&quot;12340&quot;:12109,&quot;12341&quot;:12110,&quot;8252&quot;:12111,&quot;8265&quot;:12112,&quot;8723&quot;:12118,&quot;8771&quot;:12120,&quot;8818&quot;:12121,&quot;8819&quot;:12122,&quot;12312&quot;:12129,&quot;12313&quot;:12130,&quot;65375&quot;:12131,&quot;65376&quot;:12132,&quot;9115&quot;:12143,&quot;9117&quot;:12144,&quot;9118&quot;:12145,&quot;9120&quot;:12146,&quot;9121&quot;:12151,&quot;9123&quot;:12152,&quot;9124&quot;:12153,&quot;9126&quot;:12154,&quot;9116&quot;:12167,&quot;9119&quot;:12167,&quot;9122&quot;:12167,&quot;9125&quot;:12167,&quot;9130&quot;:12167,&quot;9986&quot;:12176,&quot;12349&quot;:12179,&quot;12447&quot;:12181,&quot;8709&quot;:12184,&quot;8864&quot;:12185,&quot;8854&quot;:12186,&quot;8856&quot;:12187,&quot;8853&quot;:12188,&quot;8855&quot;:12189,&quot;9888&quot;:12192,&quot;9664&quot;:12194,&quot;9654&quot;:12195,&quot;8656&quot;:12200,&quot;8596&quot;:12201,&quot;8600&quot;:12202,&quot;8601&quot;:12203,&quot;8598&quot;:12204,&quot;8599&quot;:12205,&quot;8652&quot;:12206,&quot;8651&quot;:12207,&quot;12336&quot;:12218,&quot;8967&quot;:12219,&quot;10048&quot;:12228,&quot;10047&quot;:12229,&quot;9643&quot;:12237,&quot;9642&quot;:12239,&quot;10010&quot;:12241,&quot;9702&quot;:12254,&quot;10070&quot;:12259,&quot;65093&quot;:12639,&quot;65094&quot;:12640,&quot;64103&quot;:13320,&quot;64098&quot;:13321,&quot;32227&quot;:13322,&quot;12232&quot;:13323,&quot;40643&quot;:13323,&quot;28331&quot;:13324,&quot;64082&quot;:13325,&quot;64061&quot;:13326,&quot;64069&quot;:13327,&quot;64062&quot;:13328,&quot;27114&quot;:13329,&quot;28212&quot;:13330,&quot;64096&quot;:13331,&quot;64071&quot;:13332,&quot;64056&quot;:13333,&quot;64066&quot;:13334,&quot;64078&quot;:13335,&quot;34395&quot;:13336,&quot;64105&quot;:13337,&quot;64052&quot;:13338,&quot;64099&quot;:13339,&quot;25581&quot;:13340,&quot;25802&quot;:13341,&quot;30799&quot;:13342,&quot;64084&quot;:13343,&quot;63856&quot;:13344,&quot;64077&quot;:13345,&quot;64097&quot;:13346,&quot;64072&quot;:13347,&quot;64076&quot;:13348,&quot;64091&quot;:13349,&quot;64092&quot;:13350,&quot;64081&quot;:13351,&quot;64067&quot;:13352,&quot;64090&quot;:13353,&quot;28041&quot;:13354,&quot;29376&quot;:13355,&quot;194885&quot;:13357,&quot;64086&quot;:13358,&quot;64080&quot;:13359,&quot;64049&quot;:13360,&quot;64059&quot;:13361,&quot;24034&quot;:13362,&quot;64063&quot;:13363,&quot;64101&quot;:13364,&quot;21373&quot;:13365,&quot;64055&quot;:13366,&quot;64095&quot;:13367,&quot;24501&quot;:13368,&quot;64064&quot;:13369,&quot;64083&quot;:13371,&quot;64085&quot;:13373,&quot;64104&quot;:13374,&quot;64068&quot;:13375,&quot;64089&quot;:13376,&quot;26202&quot;:13377,&quot;64053&quot;:13378,&quot;64075&quot;:13379,&quot;64100&quot;:13380,&quot;64065&quot;:13381,&quot;64048&quot;:13382,&quot;64057&quot;:13384,&quot;64051&quot;:13385,&quot;27493&quot;:13386,&quot;64058&quot;:13387,&quot;27599&quot;:13388,&quot;64050&quot;:13389,&quot;25150&quot;:13390,&quot;64079&quot;:13391,&quot;63773&quot;:13392,&quot;63964&quot;:13393,&quot;63798&quot;:13394,&quot;28122&quot;:13395,&quot;63952&quot;:13396,&quot;26310&quot;:13397,&quot;27511&quot;:13398,&quot;64087&quot;:13399,&quot;37706&quot;:13400,&quot;37636&quot;:13402,&quot;133390&quot;:13523,&quot;35999&quot;:13644,&quot;11991&quot;:13645,&quot;11965&quot;:13646,&quot;158033&quot;:13646,&quot;37555&quot;:13652,&quot;38321&quot;:13653,&quot;194812&quot;:13656,&quot;194965&quot;:13670,&quot;194794&quot;:13679,&quot;26478&quot;:13681,&quot;11974&quot;:13682,&quot;194594&quot;:13684,&quot;156194&quot;:13691,&quot;13314&quot;:13698,&quot;26083&quot;:13701,&quot;134071&quot;:13706,&quot;171339&quot;:13717,&quot;194611&quot;:13719,&quot;24378&quot;:13720,&quot;11945&quot;:13729,&quot;20465&quot;:13731,&quot;63753&quot;:13739,&quot;11964&quot;:13747,&quot;194732&quot;:13750,&quot;26435&quot;:13751,&quot;133732&quot;:13755,&quot;35329&quot;:13756,&quot;25142&quot;:13757,&quot;21555&quot;:13760,&quot;23067&quot;:13761,&quot;25221&quot;:13765,&quot;194819&quot;:13768,&quot;21567&quot;:13775,&quot;27506&quot;:13785,&quot;29986&quot;:13790,&quot;19256&quot;:13791,&quot;24063&quot;:13794,&quot;194827&quot;:13801,&quot;29626&quot;:13802,&quot;134047&quot;:13803,&quot;194600&quot;:13807,&quot;194849&quot;:13809,&quot;194623&quot;:13815,&quot;194675&quot;:13832,&quot;11916&quot;:13833,&quot;11917&quot;:13834,&quot;23577&quot;:13835,&quot;131083&quot;:13839,&quot;23426&quot;:13840,&quot;194642&quot;:13841,&quot;11997&quot;:13847,&quot;11999&quot;:13848,&quot;39136&quot;:13848,&quot;11998&quot;:13849,&quot;169599&quot;:13849,&quot;14221&quot;:13850,&quot;11927&quot;:13852,&quot;14586&quot;:13852,&quot;194887&quot;:13854,&quot;11909&quot;:13856,&quot;20155&quot;:13856,&quot;131490&quot;:13857,&quot;13599&quot;:13865,&quot;194738&quot;:13867,&quot;11971&quot;:13870,&quot;35200&quot;:13870,&quot;31237&quot;:13875,&quot;35498&quot;:13880,&quot;32085&quot;:13882,&quot;28568&quot;:13884,&quot;25591&quot;:13892,&quot;30246&quot;:13893,&quot;11978&quot;:13898,&quot;163767&quot;:13898,&quot;146686&quot;:13904,&quot;13351&quot;:13910,&quot;33067&quot;:13913,&quot;194842&quot;:13916,&quot;11950&quot;:13922,&quot;154327&quot;:13922,&quot;194714&quot;:13928,&quot;194831&quot;:13932,&quot;22305&quot;:13952,&quot;135741&quot;:13953,&quot;194586&quot;:13954,&quot;64003&quot;:13956,&quot;21534&quot;:13964,&quot;15240&quot;:13965,&quot;20839&quot;:13966,&quot;63839&quot;:13971,&quot;20023&quot;:13981,&quot;11946&quot;:13995,&quot;150804&quot;:13995,&quot;24421&quot;:13996,&quot;23020&quot;:13997,&quot;194658&quot;:13998,&quot;24217&quot;:14000,&quot;13416&quot;:14047,&quot;40884&quot;:14048,&quot;21200&quot;:14056,&quot;38376&quot;:14061,&quot;26625&quot;:14066,&quot;195024&quot;:14068,&quot;195039&quot;:14069,&quot;153215&quot;:14075,&quot;11959&quot;:14078,&quot;36534&quot;:14083,&quot;63775&quot;:14084,&quot;63875&quot;:14088,&quot;31867&quot;:14094,&quot;63906&quot;:14095,&quot;63898&quot;:14097,&quot;11961&quot;:14099,&quot;32770&quot;:14099,&quot;157360&quot;:14100,&quot;11911&quot;:14105,&quot;132648&quot;:14105,&quot;131210&quot;:14108,&quot;133508&quot;:14109,&quot;194604&quot;:14109,&quot;11915&quot;:14110,&quot;13630&quot;:14110,&quot;21589&quot;:14115,&quot;22841&quot;:14117,&quot;23414&quot;:14120,&quot;194669&quot;:14121,&quot;23572&quot;:14122,&quot;14306&quot;:14123,&quot;23782&quot;:14124,&quot;20040&quot;:14126,&quot;194742&quot;:14129,&quot;158105&quot;:14134,&quot;25371&quot;:14135,&quot;26211&quot;:14138,&quot;194779&quot;:14140,&quot;27126&quot;:14143,&quot;27014&quot;:14144,&quot;27596&quot;:14148,&quot;28183&quot;:14150,&quot;27818&quot;:14153,&quot;11942&quot;:14157,&quot;20012&quot;:14157,&quot;29935&quot;:14160,&quot;30069&quot;:14161,&quot;30188&quot;:14162,&quot;30286&quot;:14163,&quot;16305&quot;:14164,&quot;30570&quot;:14165,&quot;30633&quot;:14166,&quot;31571&quot;:14173,&quot;16996&quot;:14176,&quot;194924&quot;:14180,&quot;32328&quot;:14183,&quot;132415&quot;:14188,&quot;11955&quot;:14189,&quot;156266&quot;:14189,&quot;33089&quot;:14194,&quot;17491&quot;:14195,&quot;33401&quot;:14197,&quot;11966&quot;:14197,&quot;64094&quot;:14198,&quot;11967&quot;:14198,&quot;64093&quot;:14199,&quot;11968&quot;:14199,&quot;20857&quot;:14201,&quot;33626&quot;:14202,&quot;17701&quot;:14206,&quot;34292&quot;:14208,&quot;131248&quot;:14209,&quot;34429&quot;:14214,&quot;13358&quot;:14216,&quot;35014&quot;:14217,&quot;18406&quot;:14224,&quot;36808&quot;:14233,&quot;166279&quot;:14253,&quot;167447&quot;:14256,&quot;38969&quot;:14259,&quot;39432&quot;:14266,&quot;39903&quot;:14271,&quot;148206&quot;:14282,&quot;21385&quot;:14288,&quot;64017&quot;:14290,&quot;194785&quot;:14291,&quot;146622&quot;:14293,&quot;132625&quot;:14294,&quot;19972&quot;:14296,&quot;19973&quot;:14297,&quot;19999&quot;:14298,&quot;20011&quot;:14299,&quot;20015&quot;:14300,&quot;20016&quot;:14301,&quot;20032&quot;:14302,&quot;20033&quot;:14303,&quot;20036&quot;:14304,&quot;11907&quot;:14305,&quot;20058&quot;:14305,&quot;20095&quot;:14306,&quot;20109&quot;:14307,&quot;20118&quot;:14308,&quot;20153&quot;:14309,&quot;20176&quot;:14310,&quot;20192&quot;:14311,&quot;20221&quot;:14312,&quot;20223&quot;:14313,&quot;20235&quot;:14314,&quot;20245&quot;:14315,&quot;20320&quot;:14316,&quot;20283&quot;:14317,&quot;20297&quot;:14318,&quot;20308&quot;:14319,&quot;20346&quot;:14320,&quot;20349&quot;:14321,&quot;20350&quot;:14322,&quot;20375&quot;:14323,&quot;20414&quot;:14324,&quot;20431&quot;:14325,&quot;20477&quot;:14326,&quot;20480&quot;:14327,&quot;20481&quot;:14328,&quot;20496&quot;:14329,&quot;20507&quot;:14330,&quot;20519&quot;:14331,&quot;20526&quot;:14332,&quot;20567&quot;:14333,&quot;20582&quot;:14334,&quot;20586&quot;:14335,&quot;20539&quot;:14336,&quot;20623&quot;:14337,&quot;20630&quot;:14338,&quot;20636&quot;:14339,&quot;20684&quot;:14340,&quot;20710&quot;:14341,&quot;20713&quot;:14342,&quot;20719&quot;:14343,&quot;20744&quot;:14344,&quot;20747&quot;:14345,&quot;20752&quot;:14346,&quot;20763&quot;:14347,&quot;20766&quot;:14348,&quot;20831&quot;:14349,&quot;20897&quot;:14350,&quot;20924&quot;:14351,&quot;20974&quot;:14353,&quot;20980&quot;:14354,&quot;20993&quot;:14355,&quot;11913&quot;:14356,&quot;20994&quot;:14356,&quot;21011&quot;:14357,&quot;21065&quot;:14358,&quot;21089&quot;:14359,&quot;21094&quot;:14360,&quot;21139&quot;:14361,&quot;21192&quot;:14362,&quot;21232&quot;:14363,&quot;21258&quot;:14364,&quot;21259&quot;:14365,&quot;21310&quot;:14366,&quot;21324&quot;:14367,&quot;21323&quot;:14368,&quot;21345&quot;:14369,&quot;21356&quot;:14370,&quot;21419&quot;:14371,&quot;21466&quot;:14372,&quot;21478&quot;:14373,&quot;21493&quot;:14374,&quot;21543&quot;:14375,&quot;21581&quot;:14376,&quot;21606&quot;:14377,&quot;21611&quot;:14378,&quot;21620&quot;:14379,&quot;21645&quot;:14380,&quot;21654&quot;:14381,&quot;21665&quot;:14382,&quot;21677&quot;:14383,&quot;21689&quot;:14384,&quot;21695&quot;:14385,&quot;21702&quot;:14386,&quot;21709&quot;:14387,&quot;21774&quot;:14388,&quot;21803&quot;:14389,&quot;21813&quot;:14390,&quot;21834&quot;:14391,&quot;21856&quot;:14392,&quot;21896&quot;:14394,&quot;21902&quot;:14395,&quot;22024&quot;:14396,&quot;22030&quot;:14397,&quot;22031&quot;:14398,&quot;22071&quot;:14399,&quot;22079&quot;:14400,&quot;22089&quot;:14401,&quot;22091&quot;:14402,&quot;22095&quot;:14403,&quot;22118&quot;:14404,&quot;22121&quot;:14405,&quot;22127&quot;:14406,&quot;22129&quot;:14407,&quot;22130&quot;:14408,&quot;22165&quot;:14409,&quot;22170&quot;:14410,&quot;22188&quot;:14411,&quot;22189&quot;:14412,&quot;22193&quot;:14413,&quot;22217&quot;:14414,&quot;22237&quot;:14415,&quot;22244&quot;:14416,&quot;22282&quot;:14417,&quot;22293&quot;:14418,&quot;22307&quot;:14419,&quot;22319&quot;:14420,&quot;22323&quot;:14421,&quot;22324&quot;:14422,&quot;22348&quot;:14423,&quot;22384&quot;:14424,&quot;22412&quot;:14425,&quot;22428&quot;:14426,&quot;22456&quot;:14427,&quot;22502&quot;:14428,&quot;22509&quot;:14429,&quot;22517&quot;:14430,&quot;22518&quot;:14431,&quot;22527&quot;:14432,&quot;22537&quot;:14433,&quot;22560&quot;:14434,&quot;22578&quot;:14435,&quot;22652&quot;:14436,&quot;22656&quot;:14437,&quot;22697&quot;:14438,&quot;22734&quot;:14439,&quot;22736&quot;:14440,&quot;22740&quot;:14441,&quot;22746&quot;:14442,&quot;22761&quot;:14443,&quot;22796&quot;:14444,&quot;22820&quot;:14445,&quot;22831&quot;:14446,&quot;22881&quot;:14447,&quot;22893&quot;:14448,&quot;22986&quot;:14449,&quot;22994&quot;:14450,&quot;23005&quot;:14451,&quot;23011&quot;:14452,&quot;23012&quot;:14453,&quot;23044&quot;:14454,&quot;23052&quot;:14455,&quot;23075&quot;:14456,&quot;23111&quot;:14457,&quot;23125&quot;:14458,&quot;23139&quot;:14459,&quot;23149&quot;:14460,&quot;23166&quot;:14461,&quot;23198&quot;:14462,&quot;23207&quot;:14463,&quot;23212&quot;:14464,&quot;23219&quot;:14465,&quot;23264&quot;:14466,&quot;23296&quot;:14467,&quot;23321&quot;:14468,&quot;23333&quot;:14469,&quot;23341&quot;:14470,&quot;23361&quot;:14471,&quot;23420&quot;:14472,&quot;23422&quot;:14473,&quot;23423&quot;:14474,&quot;23434&quot;:14475,&quot;11919&quot;:14476,&quot;23587&quot;:14476,&quot;23595&quot;:14477,&quot;23600&quot;:14478,&quot;23651&quot;:14479,&quot;23657&quot;:14480,&quot;23676&quot;:14481,&quot;23755&quot;:14482,&quot;23762&quot;:14483,&quot;23796&quot;:14484,&quot;23844&quot;:14485,&quot;23846&quot;:14486,&quot;23875&quot;:14487,&quot;23878&quot;:14488,&quot;23882&quot;:14489,&quot;23954&quot;:14490,&quot;23956&quot;:14491,&quot;23961&quot;:14492,&quot;23968&quot;:14493,&quot;24024&quot;:14494,&quot;24032&quot;:14495,&quot;24056&quot;:14496,&quot;24064&quot;:14497,&quot;24082&quot;:14498,&quot;24084&quot;:14499,&quot;24085&quot;:14500,&quot;24088&quot;:14501,&quot;24110&quot;:14502,&quot;24152&quot;:14503,&quot;24171&quot;:14504,&quot;24172&quot;:14505,&quot;24232&quot;:14506,&quot;24234&quot;:14507,&quot;24254&quot;:14508,&quot;24255&quot;:14509,&quot;24274&quot;:14511,&quot;24327&quot;:14512,&quot;24334&quot;:14513,&quot;24348&quot;:14514,&quot;24349&quot;:14515,&quot;24354&quot;:14516,&quot;24360&quot;:14517,&quot;24374&quot;:14518,&quot;24379&quot;:14519,&quot;24384&quot;:14520,&quot;12089&quot;:14521,&quot;24400&quot;:14521,&quot;24408&quot;:14522,&quot;24420&quot;:14523,&quot;24457&quot;:14524,&quot;24476&quot;:14525,&quot;24487&quot;:14526,&quot;24484&quot;:14527,&quot;24495&quot;:14528,&quot;24504&quot;:14529,&quot;11926&quot;:14530,&quot;24516&quot;:14530,&quot;24521&quot;:14531,&quot;24545&quot;:14532,&quot;24553&quot;:14533,&quot;24557&quot;:14534,&quot;24572&quot;:14535,&quot;24599&quot;:14536,&quot;24602&quot;:14537,&quot;24627&quot;:14538,&quot;24673&quot;:14539,&quot;24703&quot;:14540,&quot;24734&quot;:14541,&quot;24740&quot;:14542,&quot;24752&quot;:14543,&quot;24779&quot;:14544,&quot;24795&quot;:14545,&quot;24824&quot;:14546,&quot;24850&quot;:14547,&quot;24851&quot;:14548,&quot;24852&quot;:14549,&quot;24860&quot;:14550,&quot;24956&quot;:14551,&quot;24973&quot;:14552,&quot;24991&quot;:14553,&quot;25000&quot;:14554,&quot;25026&quot;:14555,&quot;25055&quot;:14556,&quot;25109&quot;:14557,&quot;25129&quot;:14558,&quot;25155&quot;:14559,&quot;25158&quot;:14560,&quot;11928&quot;:14561,&quot;25164&quot;:14561,&quot;25169&quot;:14562,&quot;25174&quot;:14563,&quot;25284&quot;:14564,&quot;25340&quot;:14565,&quot;25354&quot;:14566,&quot;25357&quot;:14567,&quot;25368&quot;:14568,&quot;25401&quot;:14569,&quot;25410&quot;:14570,&quot;25411&quot;:14571,&quot;25445&quot;:14572,&quot;25460&quot;:14573,&quot;25469&quot;:14574,&quot;25476&quot;:14575,&quot;25479&quot;:14576,&quot;25488&quot;:14577,&quot;25502&quot;:14578,&quot;25553&quot;:14579,&quot;25564&quot;:14580,&quot;25609&quot;:14581,&quot;25616&quot;:14582,&quot;25634&quot;:14583,&quot;25684&quot;:14584,&quot;25691&quot;:14585,&quot;25709&quot;:14586,&quot;25723&quot;:14587,&quot;25790&quot;:14588,&quot;25791&quot;:14589,&quot;25829&quot;:14590,&quot;25847&quot;:14591,&quot;25851&quot;:14592,&quot;25860&quot;:14593,&quot;25878&quot;:14594,&quot;25881&quot;:14595,&quot;25927&quot;:14596,&quot;25959&quot;:14597,&quot;25985&quot;:14598,&quot;25989&quot;:14599,&quot;26050&quot;:14600,&quot;26096&quot;:14601,&quot;26098&quot;:14602,&quot;26156&quot;:14603,&quot;26188&quot;:14604,&quot;26203&quot;:14605,&quot;26204&quot;:14606,&quot;26209&quot;:14607,&quot;26219&quot;:14608,&quot;26276&quot;:14610,&quot;26312&quot;:14611,&quot;26348&quot;:14612,&quot;26373&quot;:14613,&quot;26387&quot;:14614,&quot;26419&quot;:14615,&quot;26440&quot;:14616,&quot;26444&quot;:14617,&quot;26486&quot;:14618,&quot;26491&quot;:14619,&quot;26544&quot;:14620,&quot;26546&quot;:14621,&quot;26617&quot;:14622,&quot;26583&quot;:14623,&quot;26585&quot;:14624,&quot;26608&quot;:14625,&quot;26668&quot;:14626,&quot;26672&quot;:14627,&quot;26673&quot;:14628,&quot;26715&quot;:14629,&quot;26738&quot;:14630,&quot;26741&quot;:14631,&quot;26746&quot;:14632,&quot;26756&quot;:14633,&quot;26789&quot;:14634,&quot;26802&quot;:14635,&quot;26832&quot;:14636,&quot;26838&quot;:14637,&quot;26856&quot;:14638,&quot;26861&quot;:14639,&quot;26864&quot;:14640,&quot;26865&quot;:14641,&quot;26876&quot;:14642,&quot;26897&quot;:14643,&quot;26899&quot;:14644,&quot;26933&quot;:14645,&quot;26939&quot;:14646,&quot;26967&quot;:14647,&quot;26979&quot;:14648,&quot;26994&quot;:14649,&quot;27007&quot;:14650,&quot;27008&quot;:14651,&quot;27046&quot;:14652,&quot;27053&quot;:14653,&quot;27063&quot;:14654,&quot;27094&quot;:14655,&quot;27095&quot;:14656,&quot;27137&quot;:14657,&quot;27151&quot;:14658,&quot;27157&quot;:14659,&quot;27176&quot;:14660,&quot;27188&quot;:14661,&quot;27198&quot;:14662,&quot;27205&quot;:14663,&quot;27216&quot;:14664,&quot;27217&quot;:14665,&quot;27222&quot;:14666,&quot;27227&quot;:14667,&quot;27267&quot;:14668,&quot;27273&quot;:14669,&quot;27281&quot;:14670,&quot;27293&quot;:14671,&quot;27294&quot;:14672,&quot;27295&quot;:14673,&quot;27356&quot;:14674,&quot;27367&quot;:14675,&quot;27372&quot;:14676,&quot;27422&quot;:14677,&quot;27428&quot;:14678,&quot;27445&quot;:14679,&quot;27462&quot;:14680,&quot;27478&quot;:14681,&quot;27488&quot;:14682,&quot;27522&quot;:14683,&quot;27582&quot;:14684,&quot;27617&quot;:14685,&quot;27633&quot;:14686,&quot;27664&quot;:14687,&quot;27699&quot;:14688,&quot;27701&quot;:14689,&quot;11937&quot;:14689,&quot;11938&quot;:14690,&quot;27737&quot;:14691,&quot;27766&quot;:14692,&quot;27771&quot;:14693,&quot;27781&quot;:14694,&quot;27797&quot;:14695,&quot;27804&quot;:14696,&quot;27856&quot;:14697,&quot;27860&quot;:14698,&quot;27862&quot;:14699,&quot;27872&quot;:14700,&quot;27883&quot;:14701,&quot;27884&quot;:14702,&quot;27886&quot;:14703,&quot;27914&quot;:14704,&quot;27918&quot;:14705,&quot;27921&quot;:14706,&quot;27950&quot;:14707,&quot;27991&quot;:14708,&quot;27998&quot;:14709,&quot;28005&quot;:14710,&quot;28034&quot;:14711,&quot;28095&quot;:14712,&quot;28100&quot;:14713,&quot;28106&quot;:14714,&quot;28118&quot;:14715,&quot;28137&quot;:14716,&quot;28194&quot;:14717,&quot;28241&quot;:14718,&quot;28359&quot;:14719,&quot;28362&quot;:14720,&quot;28366&quot;:14721,&quot;28413&quot;:14722,&quot;28442&quot;:14723,&quot;28458&quot;:14724,&quot;28463&quot;:14725,&quot;28467&quot;:14726,&quot;28506&quot;:14727,&quot;28510&quot;:14728,&quot;28514&quot;:14729,&quot;28541&quot;:14730,&quot;28555&quot;:14731,&quot;28557&quot;:14732,&quot;28562&quot;:14733,&quot;28564&quot;:14734,&quot;28570&quot;:14735,&quot;28583&quot;:14736,&quot;28584&quot;:14737,&quot;28598&quot;:14738,&quot;28634&quot;:14739,&quot;28638&quot;:14740,&quot;28729&quot;:14742,&quot;28732&quot;:14743,&quot;28756&quot;:14745,&quot;28765&quot;:14746,&quot;28766&quot;:14747,&quot;28772&quot;:14748,&quot;11939&quot;:14749,&quot;28780&quot;:14749,&quot;28798&quot;:14750,&quot;28801&quot;:14751,&quot;28821&quot;:14752,&quot;28855&quot;:14753,&quot;28883&quot;:14754,&quot;28884&quot;:14755,&quot;28888&quot;:14756,&quot;28892&quot;:14757,&quot;28935&quot;:14758,&quot;28960&quot;:14759,&quot;28977&quot;:14760,&quot;29002&quot;:14761,&quot;29010&quot;:14762,&quot;29024&quot;:14763,&quot;29049&quot;:14764,&quot;29074&quot;:14765,&quot;29131&quot;:14767,&quot;29139&quot;:14768,&quot;29142&quot;:14769,&quot;29184&quot;:14770,&quot;29213&quot;:14771,&quot;29227&quot;:14772,&quot;29240&quot;:14773,&quot;29249&quot;:14774,&quot;29267&quot;:14775,&quot;29269&quot;:14776,&quot;29270&quot;:14777,&quot;29276&quot;:14778,&quot;29325&quot;:14779,&quot;11944&quot;:14780,&quot;29357&quot;:14780,&quot;29364&quot;:14781,&quot;29383&quot;:14782,&quot;29435&quot;:14783,&quot;29444&quot;:14784,&quot;29445&quot;:14785,&quot;29480&quot;:14786,&quot;29489&quot;:14787,&quot;29507&quot;:14788,&quot;29548&quot;:14789,&quot;29564&quot;:14790,&quot;29571&quot;:14791,&quot;29573&quot;:14792,&quot;29574&quot;:14793,&quot;29589&quot;:14794,&quot;29598&quot;:14795,&quot;29599&quot;:14796,&quot;29600&quot;:14797,&quot;29606&quot;:14798,&quot;29611&quot;:14799,&quot;29621&quot;:14800,&quot;29623&quot;:14801,&quot;29628&quot;:14802,&quot;29647&quot;:14803,&quot;29657&quot;:14804,&quot;29673&quot;:14805,&quot;29684&quot;:14806,&quot;29693&quot;:14807,&quot;29700&quot;:14808,&quot;29706&quot;:14809,&quot;29722&quot;:14810,&quot;29723&quot;:14811,&quot;29732&quot;:14812,&quot;29736&quot;:14813,&quot;29740&quot;:14814,&quot;29743&quot;:14815,&quot;29744&quot;:14816,&quot;29745&quot;:14817,&quot;29753&quot;:14818,&quot;29764&quot;:14819,&quot;29767&quot;:14820,&quot;29771&quot;:14821,&quot;29773&quot;:14822,&quot;29777&quot;:14823,&quot;29783&quot;:14824,&quot;29798&quot;:14825,&quot;29803&quot;:14826,&quot;29809&quot;:14827,&quot;29824&quot;:14828,&quot;29829&quot;:14829,&quot;29830&quot;:14830,&quot;29831&quot;:14831,&quot;29840&quot;:14832,&quot;29848&quot;:14833,&quot;29852&quot;:14834,&quot;29856&quot;:14835,&quot;29859&quot;:14836,&quot;29864&quot;:14837,&quot;29867&quot;:14838,&quot;29877&quot;:14839,&quot;29887&quot;:14840,&quot;29896&quot;:14841,&quot;29914&quot;:14842,&quot;29918&quot;:14843,&quot;30030&quot;:14844,&quot;30073&quot;:14845,&quot;30081&quot;:14846,&quot;30096&quot;:14847,&quot;12135&quot;:14848,&quot;30098&quot;:14848,&quot;30099&quot;:14849,&quot;30132&quot;:14850,&quot;30180&quot;:14851,&quot;30201&quot;:14852,&quot;30208&quot;:14853,&quot;30218&quot;:14854,&quot;30229&quot;:14855,&quot;30230&quot;:14856,&quot;30233&quot;:14857,&quot;30238&quot;:14858,&quot;30253&quot;:14859,&quot;30261&quot;:14860,&quot;30275&quot;:14861,&quot;30283&quot;:14862,&quot;30309&quot;:14863,&quot;30317&quot;:14864,&quot;30319&quot;:14865,&quot;30321&quot;:14866,&quot;30324&quot;:14867,&quot;30372&quot;:14868,&quot;30373&quot;:14869,&quot;30405&quot;:14870,&quot;30412&quot;:14871,&quot;30444&quot;:14872,&quot;30460&quot;:14873,&quot;30516&quot;:14874,&quot;30518&quot;:14875,&quot;30556&quot;:14876,&quot;30559&quot;:14877,&quot;30560&quot;:14878,&quot;30578&quot;:14879,&quot;30589&quot;:14880,&quot;30613&quot;:14881,&quot;30634&quot;:14882,&quot;30694&quot;:14883,&quot;30704&quot;:14884,&quot;30708&quot;:14885,&quot;30726&quot;:14886,&quot;30754&quot;:14887,&quot;30765&quot;:14888,&quot;30766&quot;:14889,&quot;30768&quot;:14890,&quot;30773&quot;:14891,&quot;30824&quot;:14892,&quot;30878&quot;:14893,&quot;30920&quot;:14894,&quot;30924&quot;:14895,&quot;30926&quot;:14896,&quot;30948&quot;:14897,&quot;30944&quot;:14898,&quot;30945&quot;:14899,&quot;30962&quot;:14900,&quot;30967&quot;:14901,&quot;30971&quot;:14902,&quot;31025&quot;:14903,&quot;11949&quot;:14905,&quot;31035&quot;:14905,&quot;31037&quot;:14906,&quot;31045&quot;:14907,&quot;31067&quot;:14908,&quot;31068&quot;:14909,&quot;31115&quot;:14910,&quot;31126&quot;:14911,&quot;31128&quot;:14912,&quot;12145&quot;:14913,&quot;31160&quot;:14913,&quot;31163&quot;:14914,&quot;31178&quot;:14915,&quot;31194&quot;:14916,&quot;31235&quot;:14917,&quot;31241&quot;:14918,&quot;31249&quot;:14919,&quot;31262&quot;:14920,&quot;31277&quot;:14921,&quot;31289&quot;:14922,&quot;31301&quot;:14923,&quot;31308&quot;:14924,&quot;31325&quot;:14925,&quot;31341&quot;:14927,&quot;31352&quot;:14928,&quot;31392&quot;:14929,&quot;31395&quot;:14930,&quot;31411&quot;:14931,&quot;31419&quot;:14932,&quot;31420&quot;:14933,&quot;31430&quot;:14934,&quot;31495&quot;:14935,&quot;31508&quot;:14936,&quot;31527&quot;:14937,&quot;31537&quot;:14938,&quot;31559&quot;:14939,&quot;31566&quot;:14940,&quot;31584&quot;:14941,&quot;31593&quot;:14942,&quot;31597&quot;:14943,&quot;31602&quot;:14944,&quot;31633&quot;:14945,&quot;31663&quot;:14946,&quot;31703&quot;:14947,&quot;31705&quot;:14948,&quot;31755&quot;:14949,&quot;31759&quot;:14950,&quot;31776&quot;:14951,&quot;31782&quot;:14952,&quot;31793&quot;:14953,&quot;31798&quot;:14954,&quot;31825&quot;:14955,&quot;31833&quot;:14956,&quot;31847&quot;:14957,&quot;31854&quot;:14958,&quot;31856&quot;:14959,&quot;31932&quot;:14960,&quot;31935&quot;:14961,&quot;31944&quot;:14962,&quot;31945&quot;:14963,&quot;31959&quot;:14964,&quot;31961&quot;:14965,&quot;31965&quot;:14966,&quot;31979&quot;:14967,&quot;32007&quot;:14968,&quot;32008&quot;:14969,&quot;32009&quot;:14970,&quot;32019&quot;:14971,&quot;32029&quot;:14972,&quot;32035&quot;:14973,&quot;32065&quot;:14974,&quot;32083&quot;:14975,&quot;32089&quot;:14976,&quot;32093&quot;:14977,&quot;32122&quot;:14978,&quot;32134&quot;:14979,&quot;32139&quot;:14980,&quot;32140&quot;:14981,&quot;32204&quot;:14982,&quot;32235&quot;:14983,&quot;32241&quot;:14984,&quot;32249&quot;:14985,&quot;32264&quot;:14986,&quot;32273&quot;:14987,&quot;32277&quot;:14988,&quot;32288&quot;:14989,&quot;32327&quot;:14990,&quot;32354&quot;:14991,&quot;32366&quot;:14992,&quot;32371&quot;:14993,&quot;32397&quot;:14994,&quot;32401&quot;:14995,&quot;32408&quot;:14996,&quot;32580&quot;:14997,&quot;32591&quot;:14998,&quot;11947&quot;:14999,&quot;11954&quot;:14999,&quot;32594&quot;:14999,&quot;11953&quot;:15000,&quot;32595&quot;:15000,&quot;32609&quot;:15001,&quot;32657&quot;:15002,&quot;32703&quot;:15003,&quot;32718&quot;:15004,&quot;32735&quot;:15005,&quot;32741&quot;:15006,&quot;32748&quot;:15007,&quot;32750&quot;:15008,&quot;32751&quot;:15009,&quot;32762&quot;:15010,&quot;32782&quot;:15011,&quot;32785&quot;:15012,&quot;32788&quot;:15013,&quot;32804&quot;:15014,&quot;32806&quot;:15015,&quot;32826&quot;:15016,&quot;32828&quot;:15017,&quot;32864&quot;:15018,&quot;32881&quot;:15019,&quot;32885&quot;:15020,&quot;32926&quot;:15021,&quot;32934&quot;:15022,&quot;32939&quot;:15023,&quot;32983&quot;:15024,&quot;32984&quot;:15025,&quot;33046&quot;:15026,&quot;33048&quot;:15027,&quot;33082&quot;:15028,&quot;33098&quot;:15029,&quot;33100&quot;:15030,&quot;33153&quot;:15031,&quot;33156&quot;:15032,&quot;33204&quot;:15033,&quot;33231&quot;:15034,&quot;33273&quot;:15035,&quot;33283&quot;:15036,&quot;33313&quot;:15037,&quot;33330&quot;:15038,&quot;33332&quot;:15039,&quot;33350&quot;:15040,&quot;33355&quot;:15041,&quot;33359&quot;:15042,&quot;33422&quot;:15043,&quot;33454&quot;:15044,&quot;33463&quot;:15045,&quot;33470&quot;:15046,&quot;33478&quot;:15047,&quot;33534&quot;:15048,&quot;33603&quot;:15049,&quot;33617&quot;:15050,&quot;33621&quot;:15051,&quot;33670&quot;:15052,&quot;33677&quot;:15053,&quot;33682&quot;:15054,&quot;33688&quot;:15055,&quot;33705&quot;:15056,&quot;33727&quot;:15057,&quot;33728&quot;:15058,&quot;33770&quot;:15059,&quot;33807&quot;:15060,&quot;33809&quot;:15061,&quot;33866&quot;:15062,&quot;33910&quot;:15063,&quot;33960&quot;:15064,&quot;33967&quot;:15065,&quot;33984&quot;:15066,&quot;33986&quot;:15067,&quot;34032&quot;:15068,&quot;34045&quot;:15069,&quot;34060&quot;:15070,&quot;34100&quot;:15071,&quot;34142&quot;:15072,&quot;34191&quot;:15073,&quot;34231&quot;:15074,&quot;34254&quot;:15075,&quot;34221&quot;:15076,&quot;34322&quot;:15077,&quot;34345&quot;:15078,&quot;34386&quot;:15079,&quot;34403&quot;:15080,&quot;34412&quot;:15081,&quot;34415&quot;:15082,&quot;34426&quot;:15083,&quot;34445&quot;:15084,&quot;34449&quot;:15085,&quot;34456&quot;:15086,&quot;34471&quot;:15087,&quot;34472&quot;:15088,&quot;34554&quot;:15089,&quot;34557&quot;:15090,&quot;34571&quot;:15091,&quot;34579&quot;:15092,&quot;34585&quot;:15093,&quot;34590&quot;:15094,&quot;34600&quot;:15095,&quot;34622&quot;:15096,&quot;34673&quot;:15097,&quot;34696&quot;:15098,&quot;34713&quot;:15099,&quot;34732&quot;:15100,&quot;34733&quot;:15101,&quot;34741&quot;:15102,&quot;34774&quot;:15103,&quot;34795&quot;:15104,&quot;34797&quot;:15105,&quot;34817&quot;:15106,&quot;34822&quot;:15108,&quot;34827&quot;:15109,&quot;34836&quot;:15110,&quot;34844&quot;:15111,&quot;34902&quot;:15112,&quot;34911&quot;:15113,&quot;11970&quot;:15114,&quot;34916&quot;:15114,&quot;34968&quot;:15115,&quot;34986&quot;:15116,&quot;35005&quot;:15117,&quot;35006&quot;:15118,&quot;35018&quot;:15119,&quot;35026&quot;:15120,&quot;35035&quot;:15121,&quot;35056&quot;:15122,&quot;35057&quot;:15123,&quot;35078&quot;:15124,&quot;35096&quot;:15125,&quot;35097&quot;:15126,&quot;35098&quot;:15127,&quot;35111&quot;:15128,&quot;35120&quot;:15129,&quot;35134&quot;:15130,&quot;35195&quot;:15131,&quot;35284&quot;:15132,&quot;35286&quot;:15133,&quot;35301&quot;:15134,&quot;35313&quot;:15135,&quot;35335&quot;:15136,&quot;35343&quot;:15137,&quot;35349&quot;:15138,&quot;35362&quot;:15139,&quot;35406&quot;:15140,&quot;35455&quot;:15141,&quot;35572&quot;:15142,&quot;35615&quot;:15143,&quot;35639&quot;:15144,&quot;35651&quot;:15145,&quot;35652&quot;:15146,&quot;35668&quot;:15147,&quot;35740&quot;:15148,&quot;35742&quot;:15149,&quot;35911&quot;:15150,&quot;35924&quot;:15151,&quot;35955&quot;:15152,&quot;36004&quot;:15153,&quot;36057&quot;:15154,&quot;36065&quot;:15155,&quot;36088&quot;:15156,&quot;36094&quot;:15157,&quot;36123&quot;:15158,&quot;36201&quot;:15159,&quot;36204&quot;:15160,&quot;36228&quot;:15161,&quot;36237&quot;:15162,&quot;36245&quot;:15163,&quot;36262&quot;:15164,&quot;36294&quot;:15165,&quot;36302&quot;:15166,&quot;36324&quot;:15167,&quot;36332&quot;:15168,&quot;36384&quot;:15169,&quot;36427&quot;:15170,&quot;36460&quot;:15171,&quot;36464&quot;:15172,&quot;36474&quot;:15173,&quot;36498&quot;:15174,&quot;36526&quot;:15175,&quot;36531&quot;:15176,&quot;36561&quot;:15177,&quot;36564&quot;:15178,&quot;36601&quot;:15179,&quot;36631&quot;:15180,&quot;36662&quot;:15181,&quot;36774&quot;:15182,&quot;12193&quot;:15183,&quot;36789&quot;:15183,&quot;11981&quot;:15184,&quot;36790&quot;:15184,&quot;36832&quot;:15186,&quot;36836&quot;:15187,&quot;36854&quot;:15188,&quot;36866&quot;:15189,&quot;36908&quot;:15190,&quot;36932&quot;:15191,&quot;37000&quot;:15192,&quot;37013&quot;:15193,&quot;37017&quot;:15194,&quot;37019&quot;:15195,&quot;37026&quot;:15196,&quot;37044&quot;:15197,&quot;37079&quot;:15198,&quot;37085&quot;:15199,&quot;37108&quot;:15200,&quot;37143&quot;:15201,&quot;37148&quot;:15202,&quot;37169&quot;:15203,&quot;37178&quot;:15204,&quot;37181&quot;:15205,&quot;37192&quot;:15206,&quot;37211&quot;:15207,&quot;37217&quot;:15208,&quot;37220&quot;:15209,&quot;37262&quot;:15210,&quot;37278&quot;:15211,&quot;37288&quot;:15212,&quot;37293&quot;:15213,&quot;37294&quot;:15214,&quot;37298&quot;:15215,&quot;37308&quot;:15216,&quot;37360&quot;:15217,&quot;37367&quot;:15218,&quot;37371&quot;:15219,&quot;37383&quot;:15220,&quot;37416&quot;:15221,&quot;37427&quot;:15222,&quot;37432&quot;:15223,&quot;37443&quot;:15224,&quot;37447&quot;:15225,&quot;37455&quot;:15226,&quot;37472&quot;:15227,&quot;37570&quot;:15228,&quot;37579&quot;:15229,&quot;37580&quot;:15230,&quot;37599&quot;:15231,&quot;37645&quot;:15232,&quot;37653&quot;:15233,&quot;37663&quot;:15234,&quot;37671&quot;:15235,&quot;37703&quot;:15236,&quot;37714&quot;:15237,&quot;37738&quot;:15239,&quot;37741&quot;:15240,&quot;37787&quot;:15241,&quot;37818&quot;:15242,&quot;37801&quot;:15243,&quot;37825&quot;:15244,&quot;37834&quot;:15245,&quot;37858&quot;:15246,&quot;37882&quot;:15247,&quot;37885&quot;:15248,&quot;37903&quot;:15249,&quot;37940&quot;:15250,&quot;37951&quot;:15251,&quot;37973&quot;:15252,&quot;37995&quot;:15253,&quot;38002&quot;:15254,&quot;11986&quot;:15255,&quot;38264&quot;:15255,&quot;38310&quot;:15256,&quot;38313&quot;:15257,&quot;38324&quot;:15259,&quot;38333&quot;:15260,&quot;38362&quot;:15261,&quot;11983&quot;:15262,&quot;11990&quot;:15262,&quot;38429&quot;:15262,&quot;38465&quot;:15263,&quot;38488&quot;:15264,&quot;38532&quot;:15265,&quot;38564&quot;:15266,&quot;38569&quot;:15267,&quot;38610&quot;:15268,&quot;195060&quot;:15269,&quot;38622&quot;:15270,&quot;38633&quot;:15271,&quot;38641&quot;:15272,&quot;38658&quot;:15273,&quot;38665&quot;:15274,&quot;38746&quot;:15275,&quot;38755&quot;:15276,&quot;38766&quot;:15277,&quot;38771&quot;:15278,&quot;38810&quot;:15279,&quot;38818&quot;:15280,&quot;38837&quot;:15281,&quot;38838&quot;:15282,&quot;38873&quot;:15283,&quot;38878&quot;:15284,&quot;38900&quot;:15285,&quot;38922&quot;:15286,&quot;38926&quot;:15287,&quot;38942&quot;:15288,&quot;38947&quot;:15289,&quot;38955&quot;:15290,&quot;38974&quot;:15291,&quot;38994&quot;:15292,&quot;38995&quot;:15293,&quot;39001&quot;:15294,&quot;39020&quot;:15295,&quot;39096&quot;:15296,&quot;39098&quot;:15297,&quot;39103&quot;:15298,&quot;39112&quot;:15299,&quot;39141&quot;:15300,&quot;39218&quot;:15301,&quot;39219&quot;:15302,&quot;39232&quot;:15303,&quot;39245&quot;:15304,&quot;39260&quot;:15305,&quot;39263&quot;:15306,&quot;39345&quot;:15307,&quot;39353&quot;:15308,&quot;39354&quot;:15309,&quot;39369&quot;:15310,&quot;39426&quot;:15311,&quot;39446&quot;:15312,&quot;39460&quot;:15313,&quot;39463&quot;:15314,&quot;39469&quot;:15315,&quot;39470&quot;:15316,&quot;39478&quot;:15317,&quot;39480&quot;:15318,&quot;39498&quot;:15319,&quot;39510&quot;:15320,&quot;39605&quot;:15321,&quot;39606&quot;:15322,&quot;39673&quot;:15323,&quot;39683&quot;:15324,&quot;39712&quot;:15325,&quot;39731&quot;:15326,&quot;39732&quot;:15327,&quot;39795&quot;:15328,&quot;39801&quot;:15329,&quot;39847&quot;:15330,&quot;39873&quot;:15331,&quot;39879&quot;:15332,&quot;39895&quot;:15333,&quot;39911&quot;:15334,&quot;39915&quot;:15335,&quot;39927&quot;:15336,&quot;39930&quot;:15337,&quot;39933&quot;:15338,&quot;39947&quot;:15339,&quot;39975&quot;:15340,&quot;39978&quot;:15341,&quot;39990&quot;:15342,&quot;40001&quot;:15343,&quot;40019&quot;:15344,&quot;40035&quot;:15345,&quot;40048&quot;:15346,&quot;40055&quot;:15347,&quot;40194&quot;:15348,&quot;40258&quot;:15349,&quot;40263&quot;:15350,&quot;40291&quot;:15351,&quot;40297&quot;:15352,&quot;40316&quot;:15353,&quot;40318&quot;:15354,&quot;40333&quot;:15355,&quot;40369&quot;:15356,&quot;40387&quot;:15357,&quot;40391&quot;:15358,&quot;40406&quot;:15359,&quot;40415&quot;:15360,&quot;40427&quot;:15361,&quot;40436&quot;:15362,&quot;40469&quot;:15363,&quot;40477&quot;:15364,&quot;40612&quot;:15365,&quot;40616&quot;:15366,&quot;40620&quot;:15367,&quot;40679&quot;:15368,&quot;40686&quot;:15369,&quot;40720&quot;:15370,&quot;40722&quot;:15371,&quot;40727&quot;:15372,&quot;40729&quot;:15373,&quot;40751&quot;:15374,&quot;40759&quot;:15375,&quot;40761&quot;:15376,&quot;40769&quot;:15377,&quot;40773&quot;:15378,&quot;40791&quot;:15379,&quot;40808&quot;:15380,&quot;40817&quot;:15381,&quot;40821&quot;:15382,&quot;40848&quot;:15383,&quot;40852&quot;:15384,&quot;40866&quot;:15385,&quot;13317&quot;:15387,&quot;194564&quot;:15388,&quot;22048&quot;:15389,&quot;24267&quot;:15390,&quot;11925&quot;:15391,&quot;144954&quot;:15393,&quot;28665&quot;:15395,&quot;28390&quot;:15396,&quot;29107&quot;:15397,&quot;11940&quot;:15398,&quot;64073&quot;:15398,&quot;11980&quot;:15403,&quot;64102&quot;:15403,&quot;23986&quot;:15405,&quot;20435&quot;:15407,&quot;20697&quot;:15408,&quot;20720&quot;:15409,&quot;20931&quot;:15410,&quot;22134&quot;:15411,&quot;27220&quot;:15412,&quot;27905&quot;:15413,&quot;28112&quot;:15414,&quot;28226&quot;:15415,&quot;28377&quot;:15416,&quot;29668&quot;:15417,&quot;29729&quot;:15418,&quot;30060&quot;:15419,&quot;30801&quot;:15420,&quot;34805&quot;:15421,&quot;144382&quot;:15422,&quot;29608&quot;:15423,&quot;15091&quot;:15424,&quot;13531&quot;:15425,&quot;17420&quot;:15426,&quot;16010&quot;:15427,&quot;40893&quot;:15429,&quot;19432&quot;:15430,&quot;40892&quot;:15431,&quot;16090&quot;:15432,&quot;15138&quot;:15433,&quot;40894&quot;:15434,&quot;17786&quot;:15435,&quot;16531&quot;:15436,&quot;18021&quot;:15438,&quot;16643&quot;:15439,&quot;17043&quot;:15440,&quot;18094&quot;:15441,&quot;13448&quot;:15442,&quot;140809&quot;:15443,&quot;63584&quot;:15444,&quot;63585&quot;:15445,&quot;63586&quot;:15446,&quot;63610&quot;:15447,&quot;63615&quot;:15448,&quot;8836&quot;:15472,&quot;8837&quot;:15473,&quot;8842&quot;:15474,&quot;8843&quot;:15475,&quot;8713&quot;:15476,&quot;8965&quot;:15478,&quot;8966&quot;:15479,&quot;8741&quot;:15489,&quot;8742&quot;:15490,&quot;8802&quot;:15505,&quot;8773&quot;:15507,&quot;8776&quot;:15508,&quot;8822&quot;:15509,&quot;8823&quot;:15510,&quot;8487&quot;:15515,&quot;8922&quot;:15725,&quot;8923&quot;:15726,&quot;8533&quot;:15727,&quot;8984&quot;:15728,&quot;7742&quot;:15729,&quot;7743&quot;:15730,&quot;504&quot;:15731,&quot;505&quot;:15732,&quot;470&quot;:15733,&quot;472&quot;:15734,&quot;474&quot;:15735,&quot;476&quot;:15736,&quot;260&quot;:15737,&quot;728&quot;:15738,&quot;317&quot;:15739,&quot;346&quot;:15740,&quot;350&quot;:15741,&quot;356&quot;:15742,&quot;377&quot;:15743,&quot;379&quot;:15744,&quot;261&quot;:15745,&quot;731&quot;:15746,&quot;318&quot;:15747,&quot;347&quot;:15748,&quot;711&quot;:15749,&quot;351&quot;:15750,&quot;357&quot;:15751,&quot;378&quot;:15752,&quot;733&quot;:15753,&quot;380&quot;:15754,&quot;340&quot;:15755,&quot;258&quot;:15756,&quot;313&quot;:15757,&quot;262&quot;:15758,&quot;268&quot;:15759,&quot;280&quot;:15760,&quot;270&quot;:15761,&quot;323&quot;:15762,&quot;327&quot;:15763,&quot;336&quot;:15764,&quot;344&quot;:15765,&quot;368&quot;:15766,&quot;354&quot;:15767,&quot;341&quot;:15768,&quot;259&quot;:15769,&quot;314&quot;:15770,&quot;263&quot;:15771,&quot;269&quot;:15772,&quot;281&quot;:15773,&quot;271&quot;:15774,&quot;273&quot;:15775,&quot;324&quot;:15776,&quot;328&quot;:15777,&quot;337&quot;:15778,&quot;345&quot;:15779,&quot;369&quot;:15780,&quot;355&quot;:15781,&quot;729&quot;:15782,&quot;264&quot;:15783,&quot;284&quot;:15784,&quot;292&quot;:15785,&quot;308&quot;:15786,&quot;348&quot;:15787,&quot;364&quot;:15788,&quot;265&quot;:15789,&quot;285&quot;:15790,&quot;293&quot;:15791,&quot;309&quot;:15792,&quot;349&quot;:15793,&quot;365&quot;:15794,&quot;625&quot;:15795,&quot;651&quot;:15796,&quot;638&quot;:15797,&quot;620&quot;:15798,&quot;622&quot;:15799,&quot;633&quot;:15800,&quot;648&quot;:15801,&quot;598&quot;:15802,&quot;627&quot;:15803,&quot;637&quot;:15804,&quot;642&quot;:15805,&quot;656&quot;:15806,&quot;635&quot;:15807,&quot;621&quot;:15808,&quot;607&quot;:15809,&quot;626&quot;:15810,&quot;669&quot;:15811,&quot;654&quot;:15812,&quot;609&quot;:15813,&quot;624&quot;:15814,&quot;641&quot;:15815,&quot;295&quot;:15816,&quot;661&quot;:15817,&quot;660&quot;:15818,&quot;614&quot;:15819,&quot;664&quot;:15820,&quot;450&quot;:15821,&quot;595&quot;:15822,&quot;599&quot;:15823,&quot;644&quot;:15824,&quot;608&quot;:15825,&quot;403&quot;:15826,&quot;616&quot;:15827,&quot;649&quot;:15828,&quot;600&quot;:15829,&quot;604&quot;:15830,&quot;606&quot;:15831,&quot;592&quot;:15832,&quot;623&quot;:15833,&quot;650&quot;:15834,&quot;612&quot;:15835,&quot;594&quot;:15836,&quot;653&quot;:15837,&quot;613&quot;:15838,&quot;674&quot;:15839,&quot;673&quot;:15840,&quot;597&quot;:15841,&quot;657&quot;:15842,&quot;634&quot;:15843,&quot;615&quot;:15844,&quot;865&quot;:15845,&quot;712&quot;:15846,&quot;716&quot;:15847,&quot;721&quot;:15848,&quot;8255&quot;:15849,&quot;783&quot;:15850,&quot;741&quot;:15851,&quot;742&quot;:15852,&quot;743&quot;:15853,&quot;744&quot;:15854,&quot;745&quot;:15855,&quot;805&quot;:15858,&quot;812&quot;:15859,&quot;825&quot;:15860,&quot;796&quot;:15861,&quot;799&quot;:15862,&quot;800&quot;:15863,&quot;829&quot;:15864,&quot;809&quot;:15865,&quot;815&quot;:15866,&quot;734&quot;:15867,&quot;804&quot;:15868,&quot;816&quot;:15869,&quot;828&quot;:15870,&quot;820&quot;:15871,&quot;797&quot;:15872,&quot;798&quot;:15873,&quot;792&quot;:15874,&quot;793&quot;:15875,&quot;810&quot;:15876,&quot;826&quot;:15877,&quot;827&quot;:15878,&quot;794&quot;:15879,&quot;610&quot;:15883,&quot;611&quot;:15884,&quot;618&quot;:15885,&quot;628&quot;:15886,&quot;630&quot;:15887,&quot;632&quot;:15888,&quot;640&quot;:15889,&quot;655&quot;:15890,&quot;665&quot;:15891,&quot;668&quot;:15892,&quot;671&quot;:15893,&quot;688&quot;:15894,&quot;690&quot;:15895,&quot;695&quot;:15896,&quot;705&quot;:15897,&quot;736&quot;:15898,&quot;737&quot;:15899,&quot;8862&quot;:15906,&quot;12348&quot;:16194,&quot;12543&quot;:16195,&quot;12310&quot;:16197,&quot;12311&quot;:16198,&quot;9838&quot;:16199,&quot;9835&quot;:16200,&quot;10548&quot;:16201,&quot;10549&quot;:16202,&quot;10687&quot;:16203,&quot;12448&quot;:16205,&quot;10746&quot;:16207,&quot;10747&quot;:16208,&quot;962&quot;:16222,&quot;9461&quot;:16223,&quot;9462&quot;:16224,&quot;9463&quot;:16225,&quot;9464&quot;:16226,&quot;9465&quot;:16227,&quot;9466&quot;:16228,&quot;9467&quot;:16229,&quot;9468&quot;:16230,&quot;9469&quot;:16231,&quot;9470&quot;:16232,&quot;9750&quot;:16233,&quot;9751&quot;:16234,&quot;9649&quot;:16235,&quot;12784&quot;:16236,&quot;12785&quot;:16237,&quot;12786&quot;:16238,&quot;12787&quot;:16239,&quot;12788&quot;:16240,&quot;12789&quot;:16241,&quot;12790&quot;:16242,&quot;12791&quot;:16243,&quot;12792&quot;:16244,&quot;12793&quot;:16245,&quot;12794&quot;:16247,&quot;12795&quot;:16248,&quot;12796&quot;:16249,&quot;12797&quot;:16250,&quot;12798&quot;:16251,&quot;12799&quot;:16252,&quot;9150&quot;:16253,&quot;9151&quot;:16254,&quot;9152&quot;:16255,&quot;9153&quot;:16256,&quot;9154&quot;:16257,&quot;9155&quot;:16258,&quot;9156&quot;:16259,&quot;9157&quot;:16260,&quot;9158&quot;:16261,&quot;9159&quot;:16262,&quot;9160&quot;:16263,&quot;9161&quot;:16264,&quot;9162&quot;:16265,&quot;9163&quot;:16266,&quot;9164&quot;:16267,&quot;10003&quot;:16270,&quot;9251&quot;:16272,&quot;9166&quot;:16273,&quot;9680&quot;:16274,&quot;9681&quot;:16275,&quot;9682&quot;:16276,&quot;9683&quot;:16277,&quot;8263&quot;:16278,&quot;8264&quot;:16279,&quot;8273&quot;:16281,&quot;8258&quot;:16282,&quot;12688&quot;:16283,&quot;12689&quot;:16284,&quot;12690&quot;:16285,&quot;12691&quot;:16286,&quot;12692&quot;:16287,&quot;12693&quot;:16288,&quot;12694&quot;:16289,&quot;12695&quot;:16290,&quot;12696&quot;:16291,&quot;12697&quot;:16292,&quot;12698&quot;:16293,&quot;12699&quot;:16294,&quot;12700&quot;:16295,&quot;12701&quot;:16296,&quot;12702&quot;:16297,&quot;12703&quot;:16298,&quot;9136&quot;:16312,&quot;9137&quot;:16313,&quot;9842&quot;:16314,&quot;9843&quot;:16315,&quot;9844&quot;:16316,&quot;9845&quot;:16317,&quot;9846&quot;:16318,&quot;9847&quot;:16319,&quot;9848&quot;:16320,&quot;9849&quot;:16321,&quot;9850&quot;:16322,&quot;9851&quot;:16323,&quot;9852&quot;:16324,&quot;9853&quot;:16325,&quot;12441&quot;:16326,&quot;12442&quot;:16327,&quot;8413&quot;:16328,&quot;20296&quot;:16779,&quot;20319&quot;:16780,&quot;20330&quot;:16781,&quot;20332&quot;:16782,&quot;20494&quot;:16783,&quot;20504&quot;:16784,&quot;20545&quot;:16785,&quot;20722&quot;:16786,&quot;20688&quot;:16787,&quot;20742&quot;:16788,&quot;20739&quot;:16789,&quot;20789&quot;:16790,&quot;20821&quot;:16791,&quot;20823&quot;:16792,&quot;13493&quot;:16793,&quot;20938&quot;:16794,&quot;20962&quot;:16795,&quot;21079&quot;:16796,&quot;21196&quot;:16797,&quot;21206&quot;:16798,&quot;21243&quot;:16799,&quot;21276&quot;:16800,&quot;21347&quot;:16801,&quot;21405&quot;:16802,&quot;21522&quot;:16803,&quot;21631&quot;:16804,&quot;21640&quot;:16805,&quot;21840&quot;:16806,&quot;21889&quot;:16807,&quot;21933&quot;:16808,&quot;21966&quot;:16809,&quot;22075&quot;:16810,&quot;22174&quot;:16811,&quot;22185&quot;:16812,&quot;22195&quot;:16813,&quot;22391&quot;:16814,&quot;22396&quot;:16815,&quot;135963&quot;:16816,&quot;22479&quot;:16817,&quot;22500&quot;:16818,&quot;22628&quot;:16819,&quot;22665&quot;:16820,&quot;136302&quot;:16821,&quot;22738&quot;:16822,&quot;22752&quot;:16823,&quot;34369&quot;:16824,&quot;22923&quot;:16825,&quot;22930&quot;:16826,&quot;22979&quot;:16827,&quot;23059&quot;:16828,&quot;23143&quot;:16829,&quot;23159&quot;:16830,&quot;23172&quot;:16831,&quot;23236&quot;:16832,&quot;137405&quot;:16833,&quot;23421&quot;:16834,&quot;23443&quot;:16835,&quot;23570&quot;:16836,&quot;64060&quot;:16837,&quot;136884&quot;:16838,&quot;23674&quot;:16839,&quot;23695&quot;:16840,&quot;23711&quot;:16841,&quot;23715&quot;:16842,&quot;23722&quot;:16843,&quot;23760&quot;:16844,&quot;138804&quot;:16845,&quot;23821&quot;:16846,&quot;23879&quot;:16847,&quot;23937&quot;:16848,&quot;23972&quot;:16849,&quot;23975&quot;:16850,&quot;24011&quot;:16851,&quot;24158&quot;:16852,&quot;24313&quot;:16853,&quot;24320&quot;:16854,&quot;24322&quot;:16855,&quot;24355&quot;:16856,&quot;24381&quot;:16857,&quot;24404&quot;:16858,&quot;24445&quot;:16859,&quot;24589&quot;:16860,&quot;24596&quot;:16861,&quot;24600&quot;:16862,&quot;24629&quot;:16863,&quot;24647&quot;:16864,&quot;24733&quot;:16865,&quot;24788&quot;:16866,&quot;24797&quot;:16867,&quot;24875&quot;:16868,&quot;25020&quot;:16869,&quot;25017&quot;:16870,&quot;25122&quot;:16871,&quot;25178&quot;:16872,&quot;25199&quot;:16873,&quot;25302&quot;:16874,&quot;25468&quot;:16875,&quot;25573&quot;:16876,&quot;25721&quot;:16877,&quot;25796&quot;:16878,&quot;25808&quot;:16879,&quot;25897&quot;:16880,&quot;26013&quot;:16881,&quot;26170&quot;:16882,&quot;26146&quot;:16883,&quot;26155&quot;:16884,&quot;26160&quot;:16885,&quot;26163&quot;:16886,&quot;26184&quot;:16887,&quot;143812&quot;:16888,&quot;26231&quot;:16889,&quot;26232&quot;:16890,&quot;26253&quot;:16891,&quot;26299&quot;:16892,&quot;26331&quot;:16893,&quot;26344&quot;:16894,&quot;26439&quot;:16895,&quot;26497&quot;:16896,&quot;26515&quot;:16897,&quot;26520&quot;:16898,&quot;26523&quot;:16899,&quot;26620&quot;:16900,&quot;26653&quot;:16901,&quot;26787&quot;:16902,&quot;26890&quot;:16903,&quot;26953&quot;:16904,&quot;144836&quot;:16905,&quot;26946&quot;:16906,&quot;26980&quot;:16907,&quot;27045&quot;:16908,&quot;27087&quot;:16909,&quot;15286&quot;:16910,&quot;15299&quot;:16911,&quot;27113&quot;:16912,&quot;27125&quot;:16913,&quot;145215&quot;:16914,&quot;27195&quot;:16915,&quot;145251&quot;:16916,&quot;27284&quot;:16917,&quot;27301&quot;:16918,&quot;15375&quot;:16919,&quot;27419&quot;:16920,&quot;27436&quot;:16921,&quot;27495&quot;:16922,&quot;27561&quot;:16923,&quot;27565&quot;:16924,&quot;27607&quot;:16925,&quot;27647&quot;:16926,&quot;27653&quot;:16927,&quot;27764&quot;:16928,&quot;27800&quot;:16929,&quot;27899&quot;:16930,&quot;27846&quot;:16931,&quot;27953&quot;:16932,&quot;27961&quot;:16933,&quot;27967&quot;:16934,&quot;27992&quot;:16935,&quot;28052&quot;:16936,&quot;28074&quot;:16937,&quot;28123&quot;:16938,&quot;28125&quot;:16939,&quot;28228&quot;:16940,&quot;28254&quot;:16941,&quot;28337&quot;:16942,&quot;28353&quot;:16943,&quot;28432&quot;:16944,&quot;28505&quot;:16945,&quot;28513&quot;:16946,&quot;28542&quot;:16947,&quot;28556&quot;:16948,&quot;28576&quot;:16949,&quot;28604&quot;:16950,&quot;28615&quot;:16951,&quot;28618&quot;:16952,&quot;28656&quot;:16953,&quot;28750&quot;:16954,&quot;28789&quot;:16955,&quot;28836&quot;:16956,&quot;28900&quot;:16957,&quot;28971&quot;:16958,&quot;28958&quot;:16959,&quot;28974&quot;:16960,&quot;29009&quot;:16961,&quot;29032&quot;:16962,&quot;29061&quot;:16963,&quot;29063&quot;:16964,&quot;29114&quot;:16965,&quot;29124&quot;:16966,&quot;29205&quot;:16967,&quot;15935&quot;:16968,&quot;29339&quot;:16969,&quot;149489&quot;:16970,&quot;29479&quot;:16971,&quot;29520&quot;:16972,&quot;29542&quot;:16973,&quot;29602&quot;:16974,&quot;29739&quot;:16975,&quot;29766&quot;:16976,&quot;29794&quot;:16977,&quot;29805&quot;:16978,&quot;29862&quot;:16979,&quot;29865&quot;:16980,&quot;29897&quot;:16981,&quot;29951&quot;:16982,&quot;29975&quot;:16983,&quot;16242&quot;:16984,&quot;30158&quot;:16985,&quot;30210&quot;:16986,&quot;30216&quot;:16987,&quot;30308&quot;:16988,&quot;30337&quot;:16989,&quot;30365&quot;:16990,&quot;30378&quot;:16991,&quot;30390&quot;:16992,&quot;30414&quot;:16993,&quot;30420&quot;:16994,&quot;30438&quot;:16995,&quot;30449&quot;:16996,&quot;30474&quot;:16997,&quot;30489&quot;:16998,&quot;30541&quot;:16999,&quot;30542&quot;:17000,&quot;30586&quot;:17001,&quot;30592&quot;:17002,&quot;30612&quot;:17003,&quot;30688&quot;:17004,&quot;152718&quot;:17005,&quot;30787&quot;:17006,&quot;30830&quot;:17007,&quot;30896&quot;:17008,&quot;152846&quot;:17009,&quot;30893&quot;:17010,&quot;30976&quot;:17011,&quot;31004&quot;:17012,&quot;31022&quot;:17013,&quot;31028&quot;:17014,&quot;31046&quot;:17015,&quot;31097&quot;:17016,&quot;31176&quot;:17017,&quot;153457&quot;:17018,&quot;31188&quot;:17019,&quot;31198&quot;:17020,&quot;31211&quot;:17021,&quot;31213&quot;:17022,&quot;31365&quot;:17023,&quot;154052&quot;:17024,&quot;31438&quot;:17025,&quot;31485&quot;:17026,&quot;31506&quot;:17027,&quot;31533&quot;:17028,&quot;31547&quot;:17029,&quot;31599&quot;:17030,&quot;31745&quot;:17031,&quot;31795&quot;:17032,&quot;155041&quot;:17033,&quot;31853&quot;:17034,&quot;31865&quot;:17035,&quot;31887&quot;:17036,&quot;31892&quot;:17037,&quot;31904&quot;:17038,&quot;31957&quot;:17039,&quot;32049&quot;:17040,&quot;32092&quot;:17041,&quot;32131&quot;:17042,&quot;32166&quot;:17043,&quot;32194&quot;:17044,&quot;32296&quot;:17045,&quot;32663&quot;:17046,&quot;32731&quot;:17047,&quot;32821&quot;:17048,&quot;32823&quot;:17049,&quot;32970&quot;:17050,&quot;32992&quot;:17051,&quot;33011&quot;:17052,&quot;33120&quot;:17053,&quot;33127&quot;:17054,&quot;33128&quot;:17055,&quot;33133&quot;:17056,&quot;33211&quot;:17057,&quot;33226&quot;:17058,&quot;33239&quot;:17059,&quot;17499&quot;:17060,&quot;33376&quot;:17061,&quot;33396&quot;:17062,&quot;158463&quot;:17063,&quot;33441&quot;:17064,&quot;33443&quot;:17065,&quot;33444&quot;:17066,&quot;33449&quot;:17067,&quot;33471&quot;:17068,&quot;33493&quot;:17069,&quot;33533&quot;:17070,&quot;33536&quot;:17071,&quot;33570&quot;:17072,&quot;33581&quot;:17073,&quot;33594&quot;:17074,&quot;33607&quot;:17075,&quot;33661&quot;:17076,&quot;33703&quot;:17077,&quot;33743&quot;:17078,&quot;33745&quot;:17079,&quot;33761&quot;:17080,&quot;33793&quot;:17081,&quot;33798&quot;:17082,&quot;33887&quot;:17083,&quot;33904&quot;:17084,&quot;33907&quot;:17085,&quot;33925&quot;:17086,&quot;33950&quot;:17087,&quot;33978&quot;:17088,&quot;159296&quot;:17089,&quot;34098&quot;:17090,&quot;34078&quot;:17091,&quot;34095&quot;:17092,&quot;34148&quot;:17093,&quot;34170&quot;:17094,&quot;34188&quot;:17095,&quot;34210&quot;:17096,&quot;34251&quot;:17097,&quot;34285&quot;:17098,&quot;34303&quot;:17099,&quot;34308&quot;:17100,&quot;34309&quot;:17101,&quot;34320&quot;:17102,&quot;159988&quot;:17103,&quot;34328&quot;:17104,&quot;34360&quot;:17105,&quot;34391&quot;:17106,&quot;34402&quot;:17107,&quot;17821&quot;:17108,&quot;34421&quot;:17109,&quot;34488&quot;:17110,&quot;34556&quot;:17111,&quot;34695&quot;:17112,&quot;17898&quot;:17113,&quot;34826&quot;:17114,&quot;34832&quot;:17115,&quot;35022&quot;:17116,&quot;161412&quot;:17117,&quot;35122&quot;:17118,&quot;35129&quot;:17119,&quot;35136&quot;:17120,&quot;35220&quot;:17121,&quot;35318&quot;:17122,&quot;35399&quot;:17123,&quot;35421&quot;:17124,&quot;35425&quot;:17125,&quot;35445&quot;:17126,&quot;35536&quot;:17127,&quot;35654&quot;:17128,&quot;35673&quot;:17129,&quot;35689&quot;:17130,&quot;35741&quot;:17131,&quot;35913&quot;:17132,&quot;35944&quot;:17133,&quot;36271&quot;:17134,&quot;36305&quot;:17135,&quot;36311&quot;:17136,&quot;36387&quot;:17137,&quot;36413&quot;:17138,&quot;36475&quot;:17139,&quot;164471&quot;:17140,&quot;18500&quot;:17141,&quot;36602&quot;:17142,&quot;36638&quot;:17143,&quot;36653&quot;:17144,&quot;36692&quot;:17145,&quot;164813&quot;:17146,&quot;36840&quot;:17147,&quot;36846&quot;:17148,&quot;36872&quot;:17149,&quot;36909&quot;:17150,&quot;37015&quot;:17151,&quot;37043&quot;:17152,&quot;37054&quot;:17153,&quot;37060&quot;:17154,&quot;37061&quot;:17155,&quot;37063&quot;:17156,&quot;37103&quot;:17157,&quot;37140&quot;:17158,&quot;37142&quot;:17159,&quot;37154&quot;:17160,&quot;37155&quot;:17161,&quot;37167&quot;:17162,&quot;37172&quot;:17163,&quot;37251&quot;:17164,&quot;37361&quot;:17165,&quot;37705&quot;:17166,&quot;37732&quot;:17167,&quot;37733&quot;:17168,&quot;37795&quot;:17169,&quot;37855&quot;:17170,&quot;37892&quot;:17171,&quot;37939&quot;:17172,&quot;37962&quot;:17173,&quot;37987&quot;:17174,&quot;38001&quot;:17175,&quot;38286&quot;:17176,&quot;38303&quot;:17177,&quot;38316&quot;:17178,&quot;38326&quot;:17179,&quot;38347&quot;:17180,&quot;38352&quot;:17181,&quot;38355&quot;:17182,&quot;18864&quot;:17183,&quot;38366&quot;:17184,&quot;38565&quot;:17185,&quot;38639&quot;:17186,&quot;38734&quot;:17187,&quot;38805&quot;:17188,&quot;38830&quot;:17189,&quot;38842&quot;:17190,&quot;38849&quot;:17191,&quot;38857&quot;:17192,&quot;38875&quot;:17193,&quot;38998&quot;:17194,&quot;39143&quot;:17195,&quot;39256&quot;:17196,&quot;39427&quot;:17197,&quot;39617&quot;:17198,&quot;39619&quot;:17199,&quot;39630&quot;:17200,&quot;39638&quot;:17201,&quot;39682&quot;:17202,&quot;39688&quot;:17203,&quot;19479&quot;:17204,&quot;39725&quot;:17205,&quot;39774&quot;:17206,&quot;39782&quot;:17207,&quot;39812&quot;:17208,&quot;39818&quot;:17209,&quot;39838&quot;:17210,&quot;39886&quot;:17211,&quot;39909&quot;:17212,&quot;39928&quot;:17213,&quot;39971&quot;:17214,&quot;40015&quot;:17215,&quot;40016&quot;:17216,&quot;40037&quot;:17217,&quot;40221&quot;:17218,&quot;40222&quot;:17219,&quot;40259&quot;:17220,&quot;40274&quot;:17221,&quot;40330&quot;:17222,&quot;40342&quot;:17223,&quot;40384&quot;:17224,&quot;40364&quot;:17225,&quot;40380&quot;:17226,&quot;172432&quot;:17227,&quot;40423&quot;:17228,&quot;40455&quot;:17229,&quot;40606&quot;:17230,&quot;40623&quot;:17231,&quot;40855&quot;:17232,&quot;131209&quot;:17233,&quot;19970&quot;:17234,&quot;19983&quot;:17235,&quot;19986&quot;:17236,&quot;20009&quot;:17237,&quot;20014&quot;:17238,&quot;20039&quot;:17239,&quot;131234&quot;:17240,&quot;20049&quot;:17241,&quot;13318&quot;:17242,&quot;131236&quot;:17243,&quot;20073&quot;:17244,&quot;20125&quot;:17245,&quot;13356&quot;:17246,&quot;20156&quot;:17247,&quot;20163&quot;:17248,&quot;20168&quot;:17249,&quot;20203&quot;:17250,&quot;20186&quot;:17251,&quot;20209&quot;:17252,&quot;20213&quot;:17253,&quot;20246&quot;:17254,&quot;20324&quot;:17255,&quot;20279&quot;:17256,&quot;20286&quot;:17257,&quot;20312&quot;:17258,&quot;131603&quot;:17259,&quot;20343&quot;:17260,&quot;20344&quot;:17261,&quot;20354&quot;:17262,&quot;20357&quot;:17263,&quot;20454&quot;:17264,&quot;20402&quot;:17265,&quot;20421&quot;:17266,&quot;20427&quot;:17267,&quot;20434&quot;:17268,&quot;13418&quot;:17269,&quot;20466&quot;:17270,&quot;20499&quot;:17271,&quot;20508&quot;:17272,&quot;20558&quot;:17273,&quot;20563&quot;:17274,&quot;20579&quot;:17275,&quot;20643&quot;:17276,&quot;20616&quot;:17277,&quot;20626&quot;:17278,&quot;20627&quot;:17279,&quot;20629&quot;:17280,&quot;20650&quot;:17281,&quot;131883&quot;:17282,&quot;20657&quot;:17283,&quot;20666&quot;:17284,&quot;20667&quot;:17285,&quot;20676&quot;:17286,&quot;20679&quot;:17287,&quot;20723&quot;:17288,&quot;131969&quot;:17289,&quot;20686&quot;:17290,&quot;131953&quot;:17291,&quot;20692&quot;:17292,&quot;20705&quot;:17293,&quot;13458&quot;:17294,&quot;132089&quot;:17295,&quot;20759&quot;:17296,&quot;132170&quot;:17297,&quot;20832&quot;:17298,&quot;132361&quot;:17299,&quot;20851&quot;:17300,&quot;20867&quot;:17301,&quot;20875&quot;:17302,&quot;13500&quot;:17303,&quot;20888&quot;:17304,&quot;20899&quot;:17305,&quot;20909&quot;:17306,&quot;13511&quot;:17307,&quot;132566&quot;:17308,&quot;20979&quot;:17309,&quot;21010&quot;:17310,&quot;21014&quot;:17311,&quot;132943&quot;:17312,&quot;21077&quot;:17313,&quot;21084&quot;:17314,&quot;21100&quot;:17315,&quot;21111&quot;:17316,&quot;21124&quot;:17317,&quot;21122&quot;:17318,&quot;133127&quot;:17319,&quot;21144&quot;:17320,&quot;133178&quot;:17321,&quot;21156&quot;:17322,&quot;21178&quot;:17323,&quot;21179&quot;:17324,&quot;21194&quot;:17325,&quot;21201&quot;:17326,&quot;133305&quot;:17327,&quot;21239&quot;:17328,&quot;21301&quot;:17329,&quot;21314&quot;:17330,&quot;133500&quot;:17331,&quot;133533&quot;:17332,&quot;21351&quot;:17333,&quot;21370&quot;:17334,&quot;21412&quot;:17335,&quot;21428&quot;:17336,&quot;133843&quot;:17337,&quot;21431&quot;:17338,&quot;21440&quot;:17339,&quot;133917&quot;:17340,&quot;13661&quot;:17341,&quot;13662&quot;:17342,&quot;21461&quot;:17343,&quot;13667&quot;:17344,&quot;21492&quot;:17345,&quot;21540&quot;:17346,&quot;21544&quot;:17347,&quot;13678&quot;:17348,&quot;21571&quot;:17349,&quot;21602&quot;:17350,&quot;21612&quot;:17351,&quot;21653&quot;:17352,&quot;21664&quot;:17353,&quot;21670&quot;:17354,&quot;21678&quot;:17355,&quot;21687&quot;:17356,&quot;21690&quot;:17357,&quot;21699&quot;:17358,&quot;134469&quot;:17359,&quot;21740&quot;:17360,&quot;21743&quot;:17361,&quot;21745&quot;:17362,&quot;21747&quot;:17363,&quot;21760&quot;:17364,&quot;21761&quot;:17365,&quot;21769&quot;:17366,&quot;21820&quot;:17367,&quot;21825&quot;:17368,&quot;13734&quot;:17369,&quot;21831&quot;:17370,&quot;13736&quot;:17371,&quot;21860&quot;:17372,&quot;134625&quot;:17373,&quot;21885&quot;:17374,&quot;21890&quot;:17375,&quot;21905&quot;:17376,&quot;13765&quot;:17377,&quot;21970&quot;:17378,&quot;134805&quot;:17379,&quot;134765&quot;:17380,&quot;21951&quot;:17381,&quot;21961&quot;:17382,&quot;21964&quot;:17383,&quot;21969&quot;:17384,&quot;21981&quot;:17385,&quot;13786&quot;:17386,&quot;21986&quot;:17387,&quot;134756&quot;:17388,&quot;21993&quot;:17389,&quot;22056&quot;:17390,&quot;135007&quot;:17391,&quot;22023&quot;:17392,&quot;22032&quot;:17393,&quot;22064&quot;:17394,&quot;13812&quot;:17395,&quot;22077&quot;:17396,&quot;22080&quot;:17397,&quot;22087&quot;:17398,&quot;22110&quot;:17399,&quot;22112&quot;:17400,&quot;22125&quot;:17401,&quot;13829&quot;:17402,&quot;22152&quot;:17403,&quot;22156&quot;:17404,&quot;22173&quot;:17405,&quot;22184&quot;:17406,&quot;22194&quot;:17407,&quot;22213&quot;:17408,&quot;22221&quot;:17409,&quot;22239&quot;:17410,&quot;22248&quot;:17411,&quot;22262&quot;:17412,&quot;22263&quot;:17413,&quot;135681&quot;:17414,&quot;135765&quot;:17415,&quot;22313&quot;:17416,&quot;135803&quot;:17417,&quot;22341&quot;:17418,&quot;22342&quot;:17419,&quot;22349&quot;:17420,&quot;135796&quot;:17421,&quot;22376&quot;:17422,&quot;22383&quot;:17423,&quot;22387&quot;:17424,&quot;22388&quot;:17425,&quot;22389&quot;:17426,&quot;22395&quot;:17427,&quot;135908&quot;:17428,&quot;135895&quot;:17429,&quot;22426&quot;:17430,&quot;22429&quot;:17431,&quot;22430&quot;:17432,&quot;22440&quot;:17433,&quot;22487&quot;:17434,&quot;135933&quot;:17435,&quot;22476&quot;:17436,&quot;135990&quot;:17437,&quot;136004&quot;:17438,&quot;22494&quot;:17439,&quot;22512&quot;:17440,&quot;13898&quot;:17441,&quot;22520&quot;:17442,&quot;22523&quot;:17443,&quot;22525&quot;:17444,&quot;22532&quot;:17445,&quot;22558&quot;:17446,&quot;22567&quot;:17447,&quot;22585&quot;:17448,&quot;136132&quot;:17449,&quot;22601&quot;:17450,&quot;22604&quot;:17451,&quot;22631&quot;:17452,&quot;22666&quot;:17453,&quot;22667&quot;:17454,&quot;22669&quot;:17455,&quot;22671&quot;:17456,&quot;22672&quot;:17457,&quot;22676&quot;:17458,&quot;22685&quot;:17459,&quot;22698&quot;:17460,&quot;22705&quot;:17461,&quot;136301&quot;:17462,&quot;22723&quot;:17463,&quot;22733&quot;:17464,&quot;22754&quot;:17465,&quot;22771&quot;:17466,&quot;22772&quot;:17467,&quot;22789&quot;:17468,&quot;22790&quot;:17469,&quot;22797&quot;:17470,&quot;22804&quot;:17471,&quot;136663&quot;:17472,&quot;13969&quot;:17473,&quot;22845&quot;:17474,&quot;13977&quot;:17475,&quot;22854&quot;:17476,&quot;13974&quot;:17477,&quot;158761&quot;:17478,&quot;22879&quot;:17479,&quot;136775&quot;:17480,&quot;22901&quot;:17481,&quot;22902&quot;:17482,&quot;22908&quot;:17483,&quot;22943&quot;:17484,&quot;22958&quot;:17485,&quot;22972&quot;:17486,&quot;22984&quot;:17487,&quot;22989&quot;:17488,&quot;23006&quot;:17489,&quot;23015&quot;:17490,&quot;23022&quot;:17491,&quot;136966&quot;:17492,&quot;137026&quot;:17493,&quot;14031&quot;:17494,&quot;23053&quot;:17495,&quot;23063&quot;:17496,&quot;23079&quot;:17497,&quot;23085&quot;:17498,&quot;23141&quot;:17499,&quot;23162&quot;:17500,&quot;23179&quot;:17501,&quot;23196&quot;:17502,&quot;23199&quot;:17503,&quot;23200&quot;:17504,&quot;23202&quot;:17505,&quot;23217&quot;:17506,&quot;23221&quot;:17507,&quot;23226&quot;:17508,&quot;23231&quot;:17509,&quot;23258&quot;:17510,&quot;23260&quot;:17511,&quot;23269&quot;:17512,&quot;23280&quot;:17513,&quot;23278&quot;:17514,&quot;23285&quot;:17515,&quot;23304&quot;:17516,&quot;23319&quot;:17517,&quot;23348&quot;:17518,&quot;23372&quot;:17519,&quot;23378&quot;:17520,&quot;23400&quot;:17521,&quot;23407&quot;:17522,&quot;23425&quot;:17523,&quot;23428&quot;:17524,&quot;137667&quot;:17525,&quot;23446&quot;:17526,&quot;23468&quot;:17527,&quot;14177&quot;:17528,&quot;14178&quot;:17529,&quot;23502&quot;:17530,&quot;23510&quot;:17531,&quot;14188&quot;:17532,&quot;14187&quot;:17533,&quot;23537&quot;:17534,&quot;23549&quot;:17535,&quot;14197&quot;:17536,&quot;23555&quot;:17537,&quot;23593&quot;:17538,&quot;138326&quot;:17539,&quot;23647&quot;:17540,&quot;23655&quot;:17541,&quot;23656&quot;:17542,&quot;23664&quot;:17543,&quot;138541&quot;:17544,&quot;138565&quot;:17545,&quot;138616&quot;:17546,&quot;138594&quot;:17547,&quot;23688&quot;:17548,&quot;23690&quot;:17549,&quot;14273&quot;:17550,&quot;138657&quot;:17551,&quot;138652&quot;:17552,&quot;23712&quot;:17553,&quot;23714&quot;:17554,&quot;23719&quot;:17555,&quot;138642&quot;:17556,&quot;23725&quot;:17557,&quot;23733&quot;:17558,&quot;138679&quot;:17559,&quot;23753&quot;:17560,&quot;138720&quot;:17561,&quot;138803&quot;:17562,&quot;23814&quot;:17563,&quot;23824&quot;:17564,&quot;23851&quot;:17565,&quot;23837&quot;:17566,&quot;23840&quot;:17567,&quot;23857&quot;:17568,&quot;23865&quot;:17569,&quot;14312&quot;:17570,&quot;23905&quot;:17571,&quot;23914&quot;:17572,&quot;14324&quot;:17573,&quot;23920&quot;:17574,&quot;139038&quot;:17575,&quot;14333&quot;:17576,&quot;23944&quot;:17577,&quot;14336&quot;:17578,&quot;23959&quot;:17579,&quot;23984&quot;:17580,&quot;23988&quot;:17581,&quot;139126&quot;:17582,&quot;24017&quot;:17583,&quot;24023&quot;:17584,&quot;139258&quot;:17585,&quot;24036&quot;:17586,&quot;24041&quot;:17587,&quot;14383&quot;:17588,&quot;14390&quot;:17589,&quot;14400&quot;:17590,&quot;24095&quot;:17591,&quot;24126&quot;:17592,&quot;24137&quot;:17593,&quot;14428&quot;:17594,&quot;24150&quot;:17595,&quot;14433&quot;:17596,&quot;24173&quot;:17597,&quot;24174&quot;:17598,&quot;139643&quot;:17599,&quot;24229&quot;:17600,&quot;24236&quot;:17601,&quot;24249&quot;:17602,&quot;24262&quot;:17603,&quot;24281&quot;:17604,&quot;140062&quot;:17605,&quot;24317&quot;:17606,&quot;24328&quot;:17607,&quot;140205&quot;:17608,&quot;24350&quot;:17609,&quot;24391&quot;:17610,&quot;24419&quot;:17611,&quot;24434&quot;:17612,&quot;24446&quot;:17613,&quot;24463&quot;:17614,&quot;24482&quot;:17615,&quot;24519&quot;:17616,&quot;24523&quot;:17617,&quot;24530&quot;:17618,&quot;24531&quot;:17619,&quot;24532&quot;:17620,&quot;24546&quot;:17621,&quot;24558&quot;:17622,&quot;24559&quot;:17623,&quot;24563&quot;:17624,&quot;14615&quot;:17625,&quot;24610&quot;:17626,&quot;24612&quot;:17627,&quot;14618&quot;:17628,&quot;24652&quot;:17629,&quot;24725&quot;:17630,&quot;24744&quot;:17631,&quot;141043&quot;:17632,&quot;24753&quot;:17633,&quot;24766&quot;:17634,&quot;24776&quot;:17635,&quot;24793&quot;:17636,&quot;24814&quot;:17637,&quot;24821&quot;:17638,&quot;24848&quot;:17639,&quot;24857&quot;:17640,&quot;24862&quot;:17641,&quot;24890&quot;:17642,&quot;14703&quot;:17643,&quot;24897&quot;:17644,&quot;24902&quot;:17645,&quot;24928&quot;:17646,&quot;141403&quot;:17647,&quot;24978&quot;:17648,&quot;24979&quot;:17649,&quot;24983&quot;:17650,&quot;24997&quot;:17651,&quot;25005&quot;:17652,&quot;141483&quot;:17653,&quot;25045&quot;:17654,&quot;25053&quot;:17655,&quot;25077&quot;:17656,&quot;141711&quot;:17657,&quot;25123&quot;:17658,&quot;25170&quot;:17659,&quot;25185&quot;:17660,&quot;25188&quot;:17661,&quot;25211&quot;:17662,&quot;25197&quot;:17663,&quot;25203&quot;:17664,&quot;25241&quot;:17665,&quot;25301&quot;:17666,&quot;142008&quot;:17667,&quot;25341&quot;:17668,&quot;25347&quot;:17669,&quot;25360&quot;:17670,&quot;142159&quot;:17671,&quot;142160&quot;:17672,&quot;25394&quot;:17673,&quot;25397&quot;:17674,&quot;25403&quot;:17675,&quot;25404&quot;:17676,&quot;25409&quot;:17677,&quot;25412&quot;:17678,&quot;25422&quot;:17679,&quot;142150&quot;:17680,&quot;25433&quot;:17681,&quot;142365&quot;:17682,&quot;142246&quot;:17683,&quot;25452&quot;:17684,&quot;25497&quot;:17685,&quot;142372&quot;:17686,&quot;25492&quot;:17687,&quot;25533&quot;:17688,&quot;25556&quot;:17689,&quot;25557&quot;:17690,&quot;25568&quot;:17691,&quot;25579&quot;:17692,&quot;25580&quot;:17693,&quot;25586&quot;:17694,&quot;25630&quot;:17695,&quot;25637&quot;:17696,&quot;25641&quot;:17697,&quot;25647&quot;:17698,&quot;25690&quot;:17699,&quot;25693&quot;:17700,&quot;25715&quot;:17701,&quot;25725&quot;:17702,&quot;25735&quot;:17703,&quot;25745&quot;:17704,&quot;25759&quot;:17705,&quot;25803&quot;:17706,&quot;25804&quot;:17707,&quot;25813&quot;:17708,&quot;25815&quot;:17709,&quot;142817&quot;:17710,&quot;25828&quot;:17711,&quot;25855&quot;:17712,&quot;14958&quot;:17713,&quot;25871&quot;:17714,&quot;25876&quot;:17715,&quot;14963&quot;:17716,&quot;25886&quot;:17717,&quot;25906&quot;:17718,&quot;25924&quot;:17719,&quot;25940&quot;:17720,&quot;25963&quot;:17721,&quot;25978&quot;:17722,&quot;25988&quot;:17723,&quot;25994&quot;:17724,&quot;26034&quot;:17725,&quot;26037&quot;:17726,&quot;26040&quot;:17727,&quot;26047&quot;:17728,&quot;26057&quot;:17729,&quot;26068&quot;:17730,&quot;15062&quot;:17731,&quot;26105&quot;:17732,&quot;26108&quot;:17733,&quot;26116&quot;:17734,&quot;26120&quot;:17735,&quot;26145&quot;:17736,&quot;26154&quot;:17737,&quot;26181&quot;:17738,&quot;26193&quot;:17739,&quot;26190&quot;:17740,&quot;15082&quot;:17741,&quot;143811&quot;:17742,&quot;143861&quot;:17743,&quot;143798&quot;:17744,&quot;26218&quot;:17745,&quot;26220&quot;:17746,&quot;26221&quot;:17747,&quot;26235&quot;:17748,&quot;26240&quot;:17749,&quot;26256&quot;:17750,&quot;26258&quot;:17751,&quot;15118&quot;:17752,&quot;26285&quot;:17753,&quot;26289&quot;:17754,&quot;26293&quot;:17755,&quot;15130&quot;:17756,&quot;15132&quot;:17757,&quot;15063&quot;:17758,&quot;26369&quot;:17759,&quot;26386&quot;:17760,&quot;144242&quot;:17761,&quot;26393&quot;:17762,&quot;144339&quot;:17763,&quot;144338&quot;:17764,&quot;26445&quot;:17765,&quot;26452&quot;:17766,&quot;26461&quot;:17767,&quot;144336&quot;:17768,&quot;144356&quot;:17769,&quot;144341&quot;:17770,&quot;26484&quot;:17771,&quot;144346&quot;:17772,&quot;26514&quot;:17773,&quot;144351&quot;:17774,&quot;33635&quot;:17775,&quot;26640&quot;:17776,&quot;26563&quot;:17777,&quot;26568&quot;:17778,&quot;26578&quot;:17779,&quot;26587&quot;:17780,&quot;26615&quot;:17781,&quot;144458&quot;:17782,&quot;144465&quot;:17783,&quot;144459&quot;:17784,&quot;26648&quot;:17785,&quot;26655&quot;:17786,&quot;26669&quot;:17787,&quot;144485&quot;:17788,&quot;26675&quot;:17789,&quot;26683&quot;:17790,&quot;26686&quot;:17791,&quot;26693&quot;:17792,&quot;26697&quot;:17793,&quot;26700&quot;:17794,&quot;26709&quot;:17795,&quot;26711&quot;:17796,&quot;15223&quot;:17797,&quot;26731&quot;:17798,&quot;26734&quot;:17799,&quot;26748&quot;:17800,&quot;26754&quot;:17801,&quot;26768&quot;:17802,&quot;26774&quot;:17803,&quot;15213&quot;:17804,&quot;26776&quot;:17805,&quot;26777&quot;:17806,&quot;26778&quot;:17807,&quot;26780&quot;:17808,&quot;26794&quot;:17809,&quot;26795&quot;:17810,&quot;26804&quot;:17811,&quot;26811&quot;:17812,&quot;26875&quot;:17813,&quot;144612&quot;:17814,&quot;144730&quot;:17815,&quot;26819&quot;:17816,&quot;26821&quot;:17817,&quot;26828&quot;:17818,&quot;26841&quot;:17819,&quot;26852&quot;:17820,&quot;26853&quot;:17821,&quot;26860&quot;:17822,&quot;26871&quot;:17823,&quot;26883&quot;:17824,&quot;26887&quot;:17825,&quot;15239&quot;:17826,&quot;144788&quot;:17827,&quot;15245&quot;:17828,&quot;26950&quot;:17829,&quot;26985&quot;:17830,&quot;26988&quot;:17831,&quot;27002&quot;:17832,&quot;27026&quot;:17833,&quot;15268&quot;:17834,&quot;27030&quot;:17835,&quot;27056&quot;:17836,&quot;27066&quot;:17837,&quot;27068&quot;:17838,&quot;27072&quot;:17839,&quot;27089&quot;:17840,&quot;144953&quot;:17841,&quot;144967&quot;:17842,&quot;144952&quot;:17843,&quot;27107&quot;:17844,&quot;27118&quot;:17845,&quot;27119&quot;:17846,&quot;27123&quot;:17847,&quot;15309&quot;:17848,&quot;27124&quot;:17849,&quot;27134&quot;:17850,&quot;27153&quot;:17851,&quot;27162&quot;:17852,&quot;27165&quot;:17853,&quot;145180&quot;:17854,&quot;27186&quot;:17855,&quot;27187&quot;:17856,&quot;27199&quot;:17857,&quot;27209&quot;:17858,&quot;27258&quot;:17859,&quot;27214&quot;:17860,&quot;27218&quot;:17861,&quot;27236&quot;:17862,&quot;145164&quot;:17863,&quot;27275&quot;:17864,&quot;15344&quot;:17865,&quot;27297&quot;:17866,&quot;145252&quot;:17867,&quot;27307&quot;:17868,&quot;27325&quot;:17869,&quot;27334&quot;:17870,&quot;27348&quot;:17871,&quot;27344&quot;:17872,&quot;27357&quot;:17873,&quot;145407&quot;:17874,&quot;145383&quot;:17875,&quot;27377&quot;:17876,&quot;27378&quot;:17877,&quot;27379&quot;:17878,&quot;27389&quot;:17879,&quot;145444&quot;:17880,&quot;27403&quot;:17881,&quot;27407&quot;:17882,&quot;27408&quot;:17883,&quot;27409&quot;:17884,&quot;145469&quot;:17885,&quot;27415&quot;:17886,&quot;15398&quot;:17887,&quot;27439&quot;:17888,&quot;27466&quot;:17889,&quot;27480&quot;:17890,&quot;27500&quot;:17891,&quot;27509&quot;:17892,&quot;11934&quot;:17893,&quot;27514&quot;:17893,&quot;27521&quot;:17894,&quot;27547&quot;:17895,&quot;27566&quot;:17896,&quot;146072&quot;:17897,&quot;27581&quot;:17898,&quot;27591&quot;:17899,&quot;27592&quot;:17900,&quot;27593&quot;:17901,&quot;27610&quot;:17902,&quot;27622&quot;:17903,&quot;27623&quot;:17904,&quot;27630&quot;:17905,&quot;27650&quot;:17906,&quot;27658&quot;:17907,&quot;27662&quot;:17908,&quot;27702&quot;:17909,&quot;146559&quot;:17910,&quot;27725&quot;:17911,&quot;27739&quot;:17912,&quot;27757&quot;:17913,&quot;27780&quot;:17914,&quot;27785&quot;:17915,&quot;15555&quot;:17916,&quot;27796&quot;:17917,&quot;27799&quot;:17918,&quot;27821&quot;:17919,&quot;27842&quot;:17920,&quot;15570&quot;:17921,&quot;27868&quot;:17922,&quot;27881&quot;:17923,&quot;27885&quot;:17924,&quot;146688&quot;:17925,&quot;27904&quot;:17926,&quot;27940&quot;:17927,&quot;27942&quot;:17928,&quot;27943&quot;:17929,&quot;27751&quot;:17930,&quot;27951&quot;:17931,&quot;27964&quot;:17932,&quot;27995&quot;:17933,&quot;28000&quot;:17934,&quot;28016&quot;:17935,&quot;28032&quot;:17936,&quot;28033&quot;:17937,&quot;28042&quot;:17938,&quot;28045&quot;:17939,&quot;28049&quot;:17940,&quot;28056&quot;:17941,&quot;146752&quot;:17942,&quot;146938&quot;:17943,&quot;146937&quot;:17944,&quot;146899&quot;:17945,&quot;28075&quot;:17946,&quot;28078&quot;:17947,&quot;28084&quot;:17948,&quot;28098&quot;:17949,&quot;27956&quot;:17950,&quot;28104&quot;:17951,&quot;28110&quot;:17952,&quot;28127&quot;:17953,&quot;28150&quot;:17954,&quot;28214&quot;:17955,&quot;28190&quot;:17956,&quot;15633&quot;:17957,&quot;28210&quot;:17958,&quot;28232&quot;:17959,&quot;28233&quot;:17960,&quot;28235&quot;:17961,&quot;28236&quot;:17962,&quot;28239&quot;:17963,&quot;28243&quot;:17964,&quot;28244&quot;:17965,&quot;28247&quot;:17966,&quot;28259&quot;:17967,&quot;15646&quot;:17968,&quot;28307&quot;:17969,&quot;28327&quot;:17970,&quot;28340&quot;:17971,&quot;28355&quot;:17972,&quot;28469&quot;:17973,&quot;28395&quot;:17974,&quot;28409&quot;:17975,&quot;28411&quot;:17976,&quot;28426&quot;:17977,&quot;28428&quot;:17978,&quot;28440&quot;:17979,&quot;28453&quot;:17980,&quot;28470&quot;:17981,&quot;28476&quot;:17982,&quot;147326&quot;:17983,&quot;28498&quot;:17984,&quot;28503&quot;:17985,&quot;28512&quot;:17986,&quot;28520&quot;:17987,&quot;28560&quot;:17988,&quot;28566&quot;:17989,&quot;28606&quot;:17990,&quot;28575&quot;:17991,&quot;28581&quot;:17992,&quot;28591&quot;:17993,&quot;15716&quot;:17994,&quot;28616&quot;:17995,&quot;28617&quot;:17996,&quot;28649&quot;:17997,&quot;147606&quot;:17998,&quot;28668&quot;:17999,&quot;28672&quot;:18000,&quot;28682&quot;:18001,&quot;28707&quot;:18002,&quot;147715&quot;:18003,&quot;28730&quot;:18004,&quot;28739&quot;:18005,&quot;28743&quot;:18006,&quot;28747&quot;:18007,&quot;15770&quot;:18008,&quot;28773&quot;:18009,&quot;28777&quot;:18010,&quot;28782&quot;:18011,&quot;28790&quot;:18012,&quot;28806&quot;:18013,&quot;28823&quot;:18014,&quot;147910&quot;:18015,&quot;28831&quot;:18016,&quot;28849&quot;:18017,&quot;147966&quot;:18018,&quot;28908&quot;:18019,&quot;28874&quot;:18020,&quot;28881&quot;:18021,&quot;28931&quot;:18022,&quot;28934&quot;:18023,&quot;28936&quot;:18024,&quot;28940&quot;:18025,&quot;15808&quot;:18026,&quot;28975&quot;:18027,&quot;29008&quot;:18028,&quot;29011&quot;:18029,&quot;29022&quot;:18030,&quot;15828&quot;:18031,&quot;29078&quot;:18032,&quot;29056&quot;:18033,&quot;29083&quot;:18034,&quot;29088&quot;:18035,&quot;29090&quot;:18036,&quot;29102&quot;:18037,&quot;29103&quot;:18038,&quot;148412&quot;:18039,&quot;29145&quot;:18040,&quot;29148&quot;:18041,&quot;29191&quot;:18042,&quot;15877&quot;:18043,&quot;29236&quot;:18044,&quot;29241&quot;:18045,&quot;29250&quot;:18046,&quot;29271&quot;:18047,&quot;29283&quot;:18048,&quot;149033&quot;:18049,&quot;29294&quot;:18050,&quot;29295&quot;:18051,&quot;29304&quot;:18052,&quot;29311&quot;:18053,&quot;29326&quot;:18054,&quot;149157&quot;:18055,&quot;29358&quot;:18056,&quot;29360&quot;:18057,&quot;29377&quot;:18058,&quot;15968&quot;:18059,&quot;29388&quot;:18060,&quot;15974&quot;:18061,&quot;15976&quot;:18062,&quot;29427&quot;:18063,&quot;29434&quot;:18064,&quot;29447&quot;:18065,&quot;29458&quot;:18066,&quot;29464&quot;:18067,&quot;29465&quot;:18068,&quot;16003&quot;:18069,&quot;29497&quot;:18070,&quot;29484&quot;:18071,&quot;29491&quot;:18072,&quot;29501&quot;:18073,&quot;29522&quot;:18074,&quot;16020&quot;:18075,&quot;29547&quot;:18076,&quot;149654&quot;:18077,&quot;29550&quot;:18078,&quot;29551&quot;:18079,&quot;29553&quot;:18080,&quot;29569&quot;:18081,&quot;29578&quot;:18082,&quot;29588&quot;:18083,&quot;29592&quot;:18084,&quot;29596&quot;:18085,&quot;29605&quot;:18086,&quot;29625&quot;:18087,&quot;29631&quot;:18088,&quot;29637&quot;:18089,&quot;29643&quot;:18090,&quot;29665&quot;:18091,&quot;29671&quot;:18092,&quot;29689&quot;:18093,&quot;29715&quot;:18094,&quot;29690&quot;:18095,&quot;29697&quot;:18096,&quot;29779&quot;:18097,&quot;29760&quot;:18098,&quot;29763&quot;:18099,&quot;29778&quot;:18100,&quot;29789&quot;:18101,&quot;29825&quot;:18102,&quot;29832&quot;:18103,&quot;150093&quot;:18104,&quot;29842&quot;:18105,&quot;29847&quot;:18106,&quot;29849&quot;:18107,&quot;29857&quot;:18108,&quot;29861&quot;:18109,&quot;29866&quot;:18110,&quot;29881&quot;:18111,&quot;29883&quot;:18112,&quot;29882&quot;:18113,&quot;29910&quot;:18114,&quot;29912&quot;:18115,&quot;29931&quot;:18116,&quot;150358&quot;:18117,&quot;29946&quot;:18118,&quot;150383&quot;:18119,&quot;29984&quot;:18120,&quot;29988&quot;:18121,&quot;29994&quot;:18122,&quot;16215&quot;:18123,&quot;150550&quot;:18124,&quot;30013&quot;:18125,&quot;30014&quot;:18126,&quot;30016&quot;:18127,&quot;30024&quot;:18128,&quot;30032&quot;:18129,&quot;30034&quot;:18130,&quot;30066&quot;:18131,&quot;30065&quot;:18132,&quot;30074&quot;:18133,&quot;30077&quot;:18134,&quot;30078&quot;:18135,&quot;30092&quot;:18136,&quot;16245&quot;:18137,&quot;30114&quot;:18138,&quot;16247&quot;:18139,&quot;30128&quot;:18140,&quot;30135&quot;:18141,&quot;30143&quot;:18142,&quot;30144&quot;:18143,&quot;30150&quot;:18144,&quot;30159&quot;:18145,&quot;30163&quot;:18146,&quot;30173&quot;:18147,&quot;30175&quot;:18148,&quot;30176&quot;:18149,&quot;30183&quot;:18150,&quot;30190&quot;:18151,&quot;30193&quot;:18152,&quot;30211&quot;:18153,&quot;30232&quot;:18154,&quot;30215&quot;:18155,&quot;30223&quot;:18156,&quot;16302&quot;:18157,&quot;151054&quot;:18158,&quot;30227&quot;:18159,&quot;30235&quot;:18160,&quot;30236&quot;:18161,&quot;151095&quot;:18162,&quot;30245&quot;:18163,&quot;30248&quot;:18164,&quot;30268&quot;:18165,&quot;30259&quot;:18166,&quot;151146&quot;:18167,&quot;16329&quot;:18168,&quot;30273&quot;:18169,&quot;151179&quot;:18170,&quot;30281&quot;:18171,&quot;30293&quot;:18172,&quot;16343&quot;:18173,&quot;30318&quot;:18174,&quot;30357&quot;:18175,&quot;30369&quot;:18176,&quot;30368&quot;:18177,&quot;30375&quot;:18178,&quot;30376&quot;:18179,&quot;30383&quot;:18180,&quot;151626&quot;:18181,&quot;30409&quot;:18182,&quot;151637&quot;:18183,&quot;30440&quot;:18184,&quot;151842&quot;:18185,&quot;30487&quot;:18186,&quot;30490&quot;:18187,&quot;30509&quot;:18188,&quot;30517&quot;:18189,&quot;151977&quot;:18190,&quot;16441&quot;:18191,&quot;152037&quot;:18192,&quot;152013&quot;:18193,&quot;30552&quot;:18194,&quot;152094&quot;:18195,&quot;30588&quot;:18196,&quot;152140&quot;:18197,&quot;16472&quot;:18198,&quot;30618&quot;:18199,&quot;30623&quot;:18200,&quot;30626&quot;:18201,&quot;30628&quot;:18202,&quot;30686&quot;:18203,&quot;30687&quot;:18204,&quot;30692&quot;:18205,&quot;30698&quot;:18206,&quot;30700&quot;:18207,&quot;30715&quot;:18208,&quot;152622&quot;:18209,&quot;30725&quot;:18210,&quot;30729&quot;:18211,&quot;30733&quot;:18212,&quot;30745&quot;:18213,&quot;30764&quot;:18214,&quot;30791&quot;:18215,&quot;30826&quot;:18216,&quot;152793&quot;:18217,&quot;30858&quot;:18218,&quot;30868&quot;:18219,&quot;30884&quot;:18220,&quot;30877&quot;:18221,&quot;30879&quot;:18222,&quot;30907&quot;:18223,&quot;30933&quot;:18224,&quot;30950&quot;:18225,&quot;30969&quot;:18226,&quot;30970&quot;:18227,&quot;30974&quot;:18228,&quot;152999&quot;:18229,&quot;30992&quot;:18230,&quot;31003&quot;:18231,&quot;31013&quot;:18232,&quot;31050&quot;:18233,&quot;31064&quot;:18234,&quot;16645&quot;:18235,&quot;31079&quot;:18236,&quot;31090&quot;:18237,&quot;31125&quot;:18238,&quot;31137&quot;:18239,&quot;31145&quot;:18240,&quot;31156&quot;:18241,&quot;31170&quot;:18242,&quot;31175&quot;:18243,&quot;31180&quot;:18244,&quot;31181&quot;:18245,&quot;31190&quot;:18246,&quot;16712&quot;:18247,&quot;153513&quot;:18248,&quot;153524&quot;:18249,&quot;16719&quot;:18250,&quot;31242&quot;:18251,&quot;31253&quot;:18252,&quot;31259&quot;:18253,&quot;16739&quot;:18254,&quot;31288&quot;:18255,&quot;31303&quot;:18256,&quot;31318&quot;:18257,&quot;31321&quot;:18258,&quot;31324&quot;:18259,&quot;31327&quot;:18260,&quot;31335&quot;:18261,&quot;31338&quot;:18262,&quot;31349&quot;:18263,&quot;31362&quot;:18264,&quot;31370&quot;:18265,&quot;31376&quot;:18266,&quot;31404&quot;:18267,&quot;154068&quot;:18268,&quot;16820&quot;:18269,&quot;31417&quot;:18270,&quot;31422&quot;:18271,&quot;16831&quot;:18272,&quot;31436&quot;:18273,&quot;31464&quot;:18274,&quot;31476&quot;:18275,&quot;154340&quot;:18276,&quot;154339&quot;:18277,&quot;154353&quot;:18278,&quot;31549&quot;:18279,&quot;31530&quot;:18280,&quot;31534&quot;:18281,&quot;31535&quot;:18282,&quot;16870&quot;:18283,&quot;16883&quot;:18284,&quot;31615&quot;:18285,&quot;31553&quot;:18286,&quot;16878&quot;:18287,&quot;31573&quot;:18288,&quot;31609&quot;:18289,&quot;31588&quot;:18290,&quot;31590&quot;:18291,&quot;31603&quot;:18292,&quot;154546&quot;:18293,&quot;16903&quot;:18294,&quot;31632&quot;:18295,&quot;31643&quot;:18296,&quot;16910&quot;:18297,&quot;31669&quot;:18298,&quot;31676&quot;:18299,&quot;31685&quot;:18300,&quot;31690&quot;:18301,&quot;154699&quot;:18302,&quot;154724&quot;:18303,&quot;31700&quot;:18304,&quot;31702&quot;:18305,&quot;31706&quot;:18306,&quot;31722&quot;:18307,&quot;31728&quot;:18308,&quot;31747&quot;:18309,&quot;31758&quot;:18310,&quot;31813&quot;:18311,&quot;31818&quot;:18312,&quot;31831&quot;:18313,&quot;31838&quot;:18314,&quot;31841&quot;:18315,&quot;31849&quot;:18316,&quot;31855&quot;:18317,&quot;155182&quot;:18318,&quot;155222&quot;:18319,&quot;155237&quot;:18320,&quot;31910&quot;:18321,&quot;155234&quot;:18322,&quot;31926&quot;:18323,&quot;31927&quot;:18324,&quot;155352&quot;:18325,&quot;31940&quot;:18326,&quot;155330&quot;:18327,&quot;31949&quot;:18328,&quot;155368&quot;:18329,&quot;155427&quot;:18330,&quot;31974&quot;:18331,&quot;155484&quot;:18332,&quot;31989&quot;:18333,&quot;32003&quot;:18334,&quot;17094&quot;:18335,&quot;32018&quot;:18336,&quot;32030&quot;:18337,&quot;155616&quot;:18338,&quot;155604&quot;:18339,&quot;32061&quot;:18340,&quot;32062&quot;:18341,&quot;32064&quot;:18342,&quot;32071&quot;:18343,&quot;155660&quot;:18344,&quot;155643&quot;:18345,&quot;17110&quot;:18346,&quot;32090&quot;:18347,&quot;32106&quot;:18348,&quot;32112&quot;:18349,&quot;17117&quot;:18350,&quot;32127&quot;:18351,&quot;155671&quot;:18352,&quot;32136&quot;:18353,&quot;32151&quot;:18354,&quot;155744&quot;:18355,&quot;32157&quot;:18356,&quot;32167&quot;:18357,&quot;32170&quot;:18358,&quot;32182&quot;:18359,&quot;32192&quot;:18360,&quot;32215&quot;:18361,&quot;32217&quot;:18362,&quot;32230&quot;:18363,&quot;17154&quot;:18364,&quot;155885&quot;:18365,&quot;64088&quot;:18366,&quot;32272&quot;:18367,&quot;32279&quot;:18368,&quot;32285&quot;:18369,&quot;32295&quot;:18370,&quot;32300&quot;:18371,&quot;32325&quot;:18372,&quot;32373&quot;:18373,&quot;32382&quot;:18374,&quot;32390&quot;:18375,&quot;32391&quot;:18376,&quot;17195&quot;:18377,&quot;32410&quot;:18378,&quot;17219&quot;:18379,&quot;32572&quot;:18380,&quot;32571&quot;:18381,&quot;32574&quot;:18382,&quot;32579&quot;:18383,&quot;13505&quot;:18384,&quot;156272&quot;:18385,&quot;156294&quot;:18386,&quot;32611&quot;:18387,&quot;32612&quot;:18388,&quot;32621&quot;:18389,&quot;32637&quot;:18390,&quot;32638&quot;:18391,&quot;32656&quot;:18392,&quot;20859&quot;:18393,&quot;146702&quot;:18394,&quot;32662&quot;:18395,&quot;32668&quot;:18396,&quot;32685&quot;:18397,&quot;156674&quot;:18398,&quot;32707&quot;:18399,&quot;32719&quot;:18400,&quot;32739&quot;:18401,&quot;32754&quot;:18402,&quot;32778&quot;:18403,&quot;32776&quot;:18404,&quot;32790&quot;:18405,&quot;32812&quot;:18406,&quot;32816&quot;:18407,&quot;32835&quot;:18408,&quot;32870&quot;:18409,&quot;32891&quot;:18410,&quot;32921&quot;:18411,&quot;32924&quot;:18412,&quot;32932&quot;:18413,&quot;32935&quot;:18414,&quot;32952&quot;:18415,&quot;157310&quot;:18416,&quot;32965&quot;:18417,&quot;32981&quot;:18418,&quot;32998&quot;:18419,&quot;33037&quot;:18420,&quot;33013&quot;:18421,&quot;33019&quot;:18422,&quot;17390&quot;:18423,&quot;33077&quot;:18424,&quot;33054&quot;:18425,&quot;17392&quot;:18426,&quot;33060&quot;:18427,&quot;33063&quot;:18428,&quot;33068&quot;:18429,&quot;157469&quot;:18430,&quot;33085&quot;:18431,&quot;17416&quot;:18432,&quot;33129&quot;:18433,&quot;17431&quot;:18434,&quot;17436&quot;:18435,&quot;33157&quot;:18436,&quot;17442&quot;:18437,&quot;33176&quot;:18438,&quot;33202&quot;:18439,&quot;33217&quot;:18440,&quot;33219&quot;:18441,&quot;33238&quot;:18442,&quot;33243&quot;:18443,&quot;157917&quot;:18444,&quot;33252&quot;:18445,&quot;157930&quot;:18446,&quot;33260&quot;:18447,&quot;33277&quot;:18448,&quot;33279&quot;:18449,&quot;158063&quot;:18450,&quot;33284&quot;:18451,&quot;158173&quot;:18452,&quot;33305&quot;:18453,&quot;33314&quot;:18454,&quot;158238&quot;:18455,&quot;33340&quot;:18456,&quot;33353&quot;:18457,&quot;33349&quot;:18458,&quot;158296&quot;:18459,&quot;17526&quot;:18460,&quot;17530&quot;:18461,&quot;33367&quot;:18462,&quot;158348&quot;:18463,&quot;33372&quot;:18464,&quot;33379&quot;:18465,&quot;158391&quot;:18466,&quot;17553&quot;:18467,&quot;33405&quot;:18468,&quot;33407&quot;:18469,&quot;33411&quot;:18470,&quot;33418&quot;:18471,&quot;33427&quot;:18472,&quot;33447&quot;:18473,&quot;33448&quot;:18474,&quot;33458&quot;:18475,&quot;33460&quot;:18476,&quot;33466&quot;:18477,&quot;33468&quot;:18478,&quot;33506&quot;:18479,&quot;33512&quot;:18480,&quot;33527&quot;:18481,&quot;33543&quot;:18482,&quot;33544&quot;:18483,&quot;33548&quot;:18484,&quot;33620&quot;:18485,&quot;33563&quot;:18486,&quot;33565&quot;:18487,&quot;33584&quot;:18488,&quot;33596&quot;:18489,&quot;33604&quot;:18490,&quot;33623&quot;:18491,&quot;17598&quot;:18492,&quot;17620&quot;:18493,&quot;17587&quot;:18494,&quot;33684&quot;:18495,&quot;33685&quot;:18496,&quot;33691&quot;:18497,&quot;33693&quot;:18498,&quot;33737&quot;:18499,&quot;33744&quot;:18500,&quot;33748&quot;:18501,&quot;33757&quot;:18502,&quot;33765&quot;:18503,&quot;33785&quot;:18504,&quot;33813&quot;:18505,&quot;158835&quot;:18506,&quot;33815&quot;:18507,&quot;33849&quot;:18508,&quot;33871&quot;:18509,&quot;33873&quot;:18510,&quot;33874&quot;:18511,&quot;33881&quot;:18512,&quot;33882&quot;:18513,&quot;33884&quot;:18514,&quot;158941&quot;:18515,&quot;33893&quot;:18516,&quot;33912&quot;:18517,&quot;33916&quot;:18518,&quot;33921&quot;:18519,&quot;17677&quot;:18520,&quot;33943&quot;:18521,&quot;33958&quot;:18522,&quot;33982&quot;:18523,&quot;17672&quot;:18524,&quot;33998&quot;:18525,&quot;33999&quot;:18526,&quot;34003&quot;:18527,&quot;159333&quot;:18528,&quot;34023&quot;:18529,&quot;34026&quot;:18530,&quot;34031&quot;:18531,&quot;34033&quot;:18532,&quot;34042&quot;:18533,&quot;34075&quot;:18534,&quot;34084&quot;:18535,&quot;34085&quot;:18536,&quot;34091&quot;:18537,&quot;34127&quot;:18538,&quot;34159&quot;:18539,&quot;17731&quot;:18540,&quot;34129&quot;:18541,&quot;34145&quot;:18542,&quot;34146&quot;:18543,&quot;159636&quot;:18544,&quot;34171&quot;:18545,&quot;34173&quot;:18546,&quot;34175&quot;:18547,&quot;34177&quot;:18548,&quot;34182&quot;:18549,&quot;34195&quot;:18550,&quot;34205&quot;:18551,&quot;34207&quot;:18552,&quot;159736&quot;:18553,&quot;159734&quot;:18554,&quot;159735&quot;:18555,&quot;34236&quot;:18556,&quot;34247&quot;:18557,&quot;34250&quot;:18558,&quot;34264&quot;:18559,&quot;34265&quot;:18560,&quot;34271&quot;:18561,&quot;34273&quot;:18562,&quot;34278&quot;:18563,&quot;34294&quot;:18564,&quot;34304&quot;:18565,&quot;34321&quot;:18566,&quot;34334&quot;:18567,&quot;34337&quot;:18568,&quot;34340&quot;:18569,&quot;34343&quot;:18570,&quot;160013&quot;:18571,&quot;34361&quot;:18572,&quot;34364&quot;:18573,&quot;160057&quot;:18574,&quot;34368&quot;:18575,&quot;34387&quot;:18576,&quot;34390&quot;:18577,&quot;34423&quot;:18578,&quot;34439&quot;:18579,&quot;34441&quot;:18580,&quot;34460&quot;:18581,&quot;34461&quot;:18582,&quot;34481&quot;:18583,&quot;34483&quot;:18584,&quot;34497&quot;:18585,&quot;34499&quot;:18586,&quot;34513&quot;:18587,&quot;34517&quot;:18588,&quot;34519&quot;:18589,&quot;34531&quot;:18590,&quot;34534&quot;:18591,&quot;17848&quot;:18592,&quot;34565&quot;:18593,&quot;34567&quot;:18594,&quot;34574&quot;:18595,&quot;34576&quot;:18596,&quot;34591&quot;:18597,&quot;34593&quot;:18598,&quot;34595&quot;:18599,&quot;34609&quot;:18600,&quot;34618&quot;:18601,&quot;34624&quot;:18602,&quot;34627&quot;:18603,&quot;34641&quot;:18604,&quot;34648&quot;:18605,&quot;34660&quot;:18606,&quot;34661&quot;:18607,&quot;34674&quot;:18608,&quot;34684&quot;:18609,&quot;160731&quot;:18610,&quot;160730&quot;:18611,&quot;34727&quot;:18612,&quot;34697&quot;:18613,&quot;34699&quot;:18614,&quot;34707&quot;:18615,&quot;34720&quot;:18616,&quot;160766&quot;:18617,&quot;17893&quot;:18618,&quot;34750&quot;:18619,&quot;160784&quot;:18620,&quot;34753&quot;:18621,&quot;34766&quot;:18622,&quot;34783&quot;:18623,&quot;160841&quot;:18624,&quot;34787&quot;:18625,&quot;34789&quot;:18626,&quot;34790&quot;:18627,&quot;34794&quot;:18628,&quot;34835&quot;:18629,&quot;34856&quot;:18630,&quot;34862&quot;:18631,&quot;34866&quot;:18632,&quot;34876&quot;:18633,&quot;17935&quot;:18634,&quot;34890&quot;:18635,&quot;34904&quot;:18636,&quot;161301&quot;:18637,&quot;161300&quot;:18638,&quot;34921&quot;:18639,&quot;161329&quot;:18640,&quot;34927&quot;:18641,&quot;34976&quot;:18642,&quot;35004&quot;:18643,&quot;35008&quot;:18644,&quot;161427&quot;:18645,&quot;35025&quot;:18646,&quot;35027&quot;:18647,&quot;17985&quot;:18648,&quot;35073&quot;:18649,&quot;161550&quot;:18650,&quot;35127&quot;:18651,&quot;161571&quot;:18652,&quot;35138&quot;:18653,&quot;35141&quot;:18654,&quot;35145&quot;:18655,&quot;161618&quot;:18656,&quot;35170&quot;:18657,&quot;35209&quot;:18658,&quot;35216&quot;:18659,&quot;35231&quot;:18660,&quot;35248&quot;:18661,&quot;35255&quot;:18662,&quot;35288&quot;:18663,&quot;35307&quot;:18664,&quot;18081&quot;:18665,&quot;35315&quot;:18666,&quot;35325&quot;:18667,&quot;35327&quot;:18668,&quot;18095&quot;:18669,&quot;35345&quot;:18670,&quot;35348&quot;:18671,&quot;162181&quot;:18672,&quot;35361&quot;:18673,&quot;35381&quot;:18674,&quot;35390&quot;:18675,&quot;35397&quot;:18676,&quot;35405&quot;:18677,&quot;35416&quot;:18678,&quot;35502&quot;:18679,&quot;35472&quot;:18680,&quot;35511&quot;:18681,&quot;35543&quot;:18682,&quot;35580&quot;:18683,&quot;162436&quot;:18684,&quot;35594&quot;:18685,&quot;35589&quot;:18686,&quot;35597&quot;:18687,&quot;35612&quot;:18688,&quot;35629&quot;:18689,&quot;18188&quot;:18690,&quot;35665&quot;:18691,&quot;35678&quot;:18692,&quot;35702&quot;:18693,&quot;35713&quot;:18694,&quot;35723&quot;:18695,&quot;35732&quot;:18696,&quot;35733&quot;:18697,&quot;35897&quot;:18698,&quot;162739&quot;:18699,&quot;35901&quot;:18700,&quot;162750&quot;:18701,&quot;162759&quot;:18702,&quot;35909&quot;:18703,&quot;35919&quot;:18704,&quot;35927&quot;:18705,&quot;35945&quot;:18706,&quot;35949&quot;:18707,&quot;163000&quot;:18708,&quot;35987&quot;:18709,&quot;35986&quot;:18710,&quot;35993&quot;:18711,&quot;18276&quot;:18712,&quot;35995&quot;:18713,&quot;36054&quot;:18714,&quot;36053&quot;:18715,&quot;163232&quot;:18716,&quot;36081&quot;:18717,&quot;163344&quot;:18718,&quot;36105&quot;:18719,&quot;36110&quot;:18720,&quot;36296&quot;:18721,&quot;36313&quot;:18722,&quot;36364&quot;:18723,&quot;18429&quot;:18724,&quot;36349&quot;:18725,&quot;36358&quot;:18726,&quot;163978&quot;:18727,&quot;36372&quot;:18728,&quot;36374&quot;:18729,&quot;36385&quot;:18730,&quot;36386&quot;:18731,&quot;36391&quot;:18732,&quot;164027&quot;:18733,&quot;18454&quot;:18734,&quot;36406&quot;:18735,&quot;36409&quot;:18736,&quot;36436&quot;:18737,&quot;36450&quot;:18738,&quot;36461&quot;:18739,&quot;36463&quot;:18740,&quot;36504&quot;:18741,&quot;36510&quot;:18742,&quot;36533&quot;:18743,&quot;36539&quot;:18744,&quot;164482&quot;:18745,&quot;18510&quot;:18746,&quot;164595&quot;:18747,&quot;36608&quot;:18748,&quot;36616&quot;:18749,&quot;36651&quot;:18750,&quot;36672&quot;:18751,&quot;36682&quot;:18752,&quot;36696&quot;:18753,&quot;164876&quot;:18754,&quot;36772&quot;:18755,&quot;36788&quot;:18756,&quot;164949&quot;:18757,&quot;36801&quot;:18758,&quot;36806&quot;:18759,&quot;64036&quot;:18760,&quot;36810&quot;:18761,&quot;36813&quot;:18762,&quot;36819&quot;:18763,&quot;36821&quot;:18764,&quot;36849&quot;:18765,&quot;36853&quot;:18766,&quot;36859&quot;:18767,&quot;36876&quot;:18768,&quot;36919&quot;:18769,&quot;165227&quot;:18770,&quot;36931&quot;:18771,&quot;36957&quot;:18772,&quot;165320&quot;:18773,&quot;165321&quot;:18774,&quot;36997&quot;:18775,&quot;37004&quot;:18776,&quot;37008&quot;:18777,&quot;37025&quot;:18778,&quot;18613&quot;:18779,&quot;37040&quot;:18780,&quot;37046&quot;:18781,&quot;37059&quot;:18782,&quot;37064&quot;:18783,&quot;165591&quot;:18784,&quot;37084&quot;:18785,&quot;37087&quot;:18786,&quot;165626&quot;:18787,&quot;37110&quot;:18788,&quot;37106&quot;:18789,&quot;37120&quot;:18790,&quot;37099&quot;:18791,&quot;37118&quot;:18792,&quot;37119&quot;:18793,&quot;37124&quot;:18794,&quot;37126&quot;:18795,&quot;37144&quot;:18796,&quot;37150&quot;:18797,&quot;37175&quot;:18798,&quot;37177&quot;:18799,&quot;37190&quot;:18800,&quot;37191&quot;:18801,&quot;37207&quot;:18802,&quot;37209&quot;:18803,&quot;37236&quot;:18804,&quot;37241&quot;:18805,&quot;37253&quot;:18806,&quot;37299&quot;:18807,&quot;37302&quot;:18808,&quot;37315&quot;:18809,&quot;37316&quot;:18810,&quot;166217&quot;:18811,&quot;166214&quot;:18812,&quot;37356&quot;:18813,&quot;37377&quot;:18814,&quot;37398&quot;:18815,&quot;37399&quot;:18816,&quot;166251&quot;:18817,&quot;37442&quot;:18818,&quot;37450&quot;:18819,&quot;37462&quot;:18820,&quot;37473&quot;:18821,&quot;37477&quot;:18822,&quot;37480&quot;:18823,&quot;166280&quot;:18824,&quot;37500&quot;:18825,&quot;37501&quot;:18826,&quot;37503&quot;:18827,&quot;37513&quot;:18828,&quot;37517&quot;:18829,&quot;37527&quot;:18830,&quot;37529&quot;:18831,&quot;37535&quot;:18832,&quot;37547&quot;:18833,&quot;166330&quot;:18834,&quot;166331&quot;:18835,&quot;37554&quot;:18836,&quot;37567&quot;:18837,&quot;37568&quot;:18838,&quot;37574&quot;:18839,&quot;37582&quot;:18840,&quot;37605&quot;:18841,&quot;37649&quot;:18842,&quot;166430&quot;:18843,&quot;166441&quot;:18844,&quot;37623&quot;:18845,&quot;37673&quot;:18846,&quot;166513&quot;:18847,&quot;166467&quot;:18848,&quot;37713&quot;:18849,&quot;37722&quot;:18850,&quot;37739&quot;:18851,&quot;37745&quot;:18852,&quot;37747&quot;:18853,&quot;37793&quot;:18854,&quot;166553&quot;:18855,&quot;166605&quot;:18856,&quot;37768&quot;:18857,&quot;37771&quot;:18858,&quot;37775&quot;:18859,&quot;37790&quot;:18860,&quot;37877&quot;:18861,&quot;166628&quot;:18862,&quot;166621&quot;:18863,&quot;37873&quot;:18864,&quot;37831&quot;:18865,&quot;37852&quot;:18866,&quot;37863&quot;:18867,&quot;37897&quot;:18868,&quot;37910&quot;:18869,&quot;37911&quot;:18870,&quot;37883&quot;:18871,&quot;37938&quot;:18872,&quot;37947&quot;:18873,&quot;166849&quot;:18874,&quot;166895&quot;:18875,&quot;37997&quot;:18876,&quot;37999&quot;:18877,&quot;38265&quot;:18878,&quot;38278&quot;:18879,&quot;38284&quot;:18880,&quot;38285&quot;:18881,&quot;167184&quot;:18882,&quot;167281&quot;:18883,&quot;38344&quot;:18884,&quot;167419&quot;:18885,&quot;167455&quot;:18886,&quot;38444&quot;:18887,&quot;38451&quot;:18888,&quot;38452&quot;:18889,&quot;167478&quot;:18890,&quot;38460&quot;:18891,&quot;38497&quot;:18892,&quot;167561&quot;:18893,&quot;38530&quot;:18894,&quot;167659&quot;:18895,&quot;38554&quot;:18896,&quot;167730&quot;:18897,&quot;18919&quot;:18898,&quot;38579&quot;:18899,&quot;38586&quot;:18900,&quot;38589&quot;:18901,&quot;18938&quot;:18902,&quot;167928&quot;:18903,&quot;38616&quot;:18904,&quot;38618&quot;:18905,&quot;38621&quot;:18906,&quot;18948&quot;:18907,&quot;38676&quot;:18908,&quot;38691&quot;:18909,&quot;18985&quot;:18910,&quot;38710&quot;:18911,&quot;38721&quot;:18912,&quot;38727&quot;:18913,&quot;38743&quot;:18914,&quot;38747&quot;:18915,&quot;38762&quot;:18916,&quot;168608&quot;:18917,&quot;168625&quot;:18918,&quot;38806&quot;:18919,&quot;38814&quot;:18920,&quot;38833&quot;:18921,&quot;38834&quot;:18922,&quot;38846&quot;:18923,&quot;38860&quot;:18924,&quot;38865&quot;:18925,&quot;38868&quot;:18926,&quot;38872&quot;:18927,&quot;38881&quot;:18928,&quot;38897&quot;:18929,&quot;38916&quot;:18930,&quot;38925&quot;:18931,&quot;38932&quot;:18932,&quot;38934&quot;:18933,&quot;19132&quot;:18934,&quot;169104&quot;:18935,&quot;38962&quot;:18936,&quot;38963&quot;:18937,&quot;38949&quot;:18938,&quot;38983&quot;:18939,&quot;39014&quot;:18940,&quot;39083&quot;:18941,&quot;39085&quot;:18942,&quot;39088&quot;:18943,&quot;169423&quot;:18944,&quot;39095&quot;:18945,&quot;39099&quot;:18946,&quot;39100&quot;:18947,&quot;39106&quot;:18948,&quot;39111&quot;:18949,&quot;39115&quot;:18950,&quot;39137&quot;:18951,&quot;39139&quot;:18952,&quot;39146&quot;:18953,&quot;39152&quot;:18954,&quot;39153&quot;:18955,&quot;39155&quot;:18956,&quot;39176&quot;:18957,&quot;19259&quot;:18958,&quot;169712&quot;:18959,&quot;39190&quot;:18960,&quot;39191&quot;:18961,&quot;169753&quot;:18962,&quot;39194&quot;:18963,&quot;39195&quot;:18964,&quot;39196&quot;:18965,&quot;169808&quot;:18966,&quot;39217&quot;:18967,&quot;39226&quot;:18968,&quot;39227&quot;:18969,&quot;39228&quot;:18970,&quot;39233&quot;:18971,&quot;39238&quot;:18972,&quot;39246&quot;:18973,&quot;39264&quot;:18974,&quot;39331&quot;:18975,&quot;39334&quot;:18976,&quot;39357&quot;:18977,&quot;39359&quot;:18978,&quot;39363&quot;:18979,&quot;39380&quot;:18980,&quot;39385&quot;:18981,&quot;39390&quot;:18982,&quot;170182&quot;:18983,&quot;39408&quot;:18984,&quot;39417&quot;:18985,&quot;39420&quot;:18986,&quot;39434&quot;:18987,&quot;39441&quot;:18988,&quot;39450&quot;:18989,&quot;39456&quot;:18990,&quot;39473&quot;:18991,&quot;39492&quot;:18992,&quot;39500&quot;:18993,&quot;39512&quot;:18994,&quot;19394&quot;:18995,&quot;39599&quot;:18996,&quot;19402&quot;:18997,&quot;39607&quot;:18998,&quot;19410&quot;:18999,&quot;39609&quot;:19000,&quot;170610&quot;:19001,&quot;39622&quot;:19002,&quot;39632&quot;:19003,&quot;39634&quot;:19004,&quot;39637&quot;:19005,&quot;39648&quot;:19006,&quot;39653&quot;:19007,&quot;39657&quot;:19008,&quot;39692&quot;:19009,&quot;39696&quot;:19010,&quot;39698&quot;:19011,&quot;39702&quot;:19012,&quot;39708&quot;:19013,&quot;39723&quot;:19014,&quot;39741&quot;:19015,&quot;19488&quot;:19016,&quot;39755&quot;:19017,&quot;39779&quot;:19018,&quot;39781&quot;:19019,&quot;39787&quot;:19020,&quot;39788&quot;:19021,&quot;39798&quot;:19022,&quot;39799&quot;:19023,&quot;39846&quot;:19024,&quot;39852&quot;:19025,&quot;171483&quot;:19026,&quot;39858&quot;:19027,&quot;39864&quot;:19028,&quot;39870&quot;:19029,&quot;39923&quot;:19030,&quot;39896&quot;:19031,&quot;39901&quot;:19032,&quot;39914&quot;:19033,&quot;39919&quot;:19034,&quot;39918&quot;:19035,&quot;171541&quot;:19036,&quot;171658&quot;:19037,&quot;171593&quot;:19038,&quot;39958&quot;:19039,&quot;39960&quot;:19040,&quot;39961&quot;:19041,&quot;39962&quot;:19042,&quot;39965&quot;:19043,&quot;39970&quot;:19044,&quot;39977&quot;:19045,&quot;171716&quot;:19046,&quot;39985&quot;:19047,&quot;39991&quot;:19048,&quot;40005&quot;:19049,&quot;40028&quot;:19050,&quot;171753&quot;:19051,&quot;40009&quot;:19052,&quot;40010&quot;:19053,&quot;171739&quot;:19054,&quot;40020&quot;:19055,&quot;40024&quot;:19056,&quot;40027&quot;:19057,&quot;40029&quot;:19058,&quot;40031&quot;:19059,&quot;40041&quot;:19060,&quot;40042&quot;:19061,&quot;40043&quot;:19062,&quot;40045&quot;:19063,&quot;40046&quot;:19064,&quot;40050&quot;:19065,&quot;40053&quot;:19066,&quot;40058&quot;:19067,&quot;40166&quot;:19068,&quot;40178&quot;:19069,&quot;40203&quot;:19070,&quot;171982&quot;:19071,&quot;171991&quot;:19071,&quot;40209&quot;:19072,&quot;40215&quot;:19073,&quot;40216&quot;:19074,&quot;172079&quot;:19075,&quot;19652&quot;:19076,&quot;172058&quot;:19077,&quot;40242&quot;:19078,&quot;19665&quot;:19079,&quot;40266&quot;:19080,&quot;40287&quot;:19081,&quot;40290&quot;:19082,&quot;172281&quot;:19083,&quot;172162&quot;:19084,&quot;40307&quot;:19085,&quot;40310&quot;:19086,&quot;40311&quot;:19087,&quot;40324&quot;:19088,&quot;40345&quot;:19089,&quot;40353&quot;:19090,&quot;40383&quot;:19091,&quot;40373&quot;:19092,&quot;40377&quot;:19093,&quot;40381&quot;:19094,&quot;40393&quot;:19095,&quot;40410&quot;:19096,&quot;40416&quot;:19097,&quot;40419&quot;:19098,&quot;19719&quot;:19099,&quot;40458&quot;:19100,&quot;40450&quot;:19101,&quot;40461&quot;:19102,&quot;40476&quot;:19103,&quot;40571&quot;:19104,&quot;139800&quot;:19105,&quot;40576&quot;:19106,&quot;40581&quot;:19107,&quot;40603&quot;:19108,&quot;172940&quot;:19109,&quot;40637&quot;:19110,&quot;173111&quot;:19111,&quot;40671&quot;:19112,&quot;40703&quot;:19113,&quot;40706&quot;:19114,&quot;19831&quot;:19115,&quot;40707&quot;:19116,&quot;40762&quot;:19117,&quot;40765&quot;:19118,&quot;40774&quot;:19119,&quot;40787&quot;:19120,&quot;40789&quot;:19121,&quot;40792&quot;:19122,&quot;173553&quot;:19123,&quot;40797&quot;:19124,&quot;173570&quot;:19125,&quot;40809&quot;:19126,&quot;40813&quot;:19127,&quot;40816&quot;:19128,&quot;173746&quot;:19129,&quot;11948&quot;:19130,&quot;13844&quot;:19131,&quot;14509&quot;:19132,&quot;15820&quot;:19133,&quot;16348&quot;:19134,&quot;17854&quot;:19135,&quot;17936&quot;:19136,&quot;19326&quot;:19137,&quot;19512&quot;:19138,&quot;19681&quot;:19139,&quot;19980&quot;:19140,&quot;20003&quot;:19141,&quot;20004&quot;:19142,&quot;20089&quot;:19143,&quot;20211&quot;:19144,&quot;20236&quot;:19145,&quot;20249&quot;:19146,&quot;20267&quot;:19147,&quot;20270&quot;:19148,&quot;20273&quot;:19149,&quot;20356&quot;:19150,&quot;20382&quot;:19151,&quot;20407&quot;:19152,&quot;20484&quot;:19153,&quot;20492&quot;:19154,&quot;20556&quot;:19155,&quot;20575&quot;:19156,&quot;20578&quot;:19157,&quot;20599&quot;:19158,&quot;20622&quot;:19159,&quot;20638&quot;:19160,&quot;20642&quot;:19161,&quot;20675&quot;:19162,&quot;20712&quot;:19163,&quot;20721&quot;:19164,&quot;20734&quot;:19165,&quot;20743&quot;:19166,&quot;20748&quot;:19167,&quot;20749&quot;:19168,&quot;20750&quot;:19169,&quot;20787&quot;:19170,&quot;20792&quot;:19171,&quot;20852&quot;:19172,&quot;20868&quot;:19173,&quot;20920&quot;:19174,&quot;20922&quot;:19175,&quot;20936&quot;:19176,&quot;20943&quot;:19177,&quot;20945&quot;:19178,&quot;20947&quot;:19179,&quot;20948&quot;:19180,&quot;20952&quot;:19181,&quot;20959&quot;:19182,&quot;20997&quot;:19183,&quot;21030&quot;:19184,&quot;21032&quot;:19185,&quot;21035&quot;:19186,&quot;21041&quot;:19187,&quot;21042&quot;:19188,&quot;21045&quot;:19189,&quot;21052&quot;:19190,&quot;21082&quot;:19191,&quot;21088&quot;:19192,&quot;21102&quot;:19193,&quot;21112&quot;:19194,&quot;21113&quot;:19195,&quot;21130&quot;:19196,&quot;21132&quot;:19197,&quot;21217&quot;:19198,&quot;21225&quot;:19199,&quot;21233&quot;:19200,&quot;21251&quot;:19201,&quot;21265&quot;:19202,&quot;21279&quot;:19203,&quot;21293&quot;:19204,&quot;21298&quot;:19205,&quot;21309&quot;:19206,&quot;21349&quot;:19207,&quot;21357&quot;:19208,&quot;21369&quot;:19209,&quot;21374&quot;:19210,&quot;21396&quot;:19211,&quot;21401&quot;:19212,&quot;21418&quot;:19213,&quot;21423&quot;:19214,&quot;21434&quot;:19215,&quot;21441&quot;:19216,&quot;21444&quot;:19217,&quot;21445&quot;:19218,&quot;21472&quot;:19219,&quot;21523&quot;:19220,&quot;21546&quot;:19221,&quot;21553&quot;:19222,&quot;21556&quot;:19223,&quot;21557&quot;:19224,&quot;21580&quot;:19225,&quot;21671&quot;:19226,&quot;21674&quot;:19227,&quot;21681&quot;:19228,&quot;21691&quot;:19229,&quot;21710&quot;:19230,&quot;21738&quot;:19231,&quot;21756&quot;:19232,&quot;21765&quot;:19233,&quot;21768&quot;:19234,&quot;21781&quot;:19235,&quot;21799&quot;:19236,&quot;21802&quot;:19237,&quot;21814&quot;:19238,&quot;21841&quot;:19239,&quot;21862&quot;:19240,&quot;21903&quot;:19241,&quot;21906&quot;:19242,&quot;21908&quot;:19243,&quot;21924&quot;:19244,&quot;21938&quot;:19245,&quot;21955&quot;:19246,&quot;21958&quot;:19247,&quot;21971&quot;:19248,&quot;21979&quot;:19249,&quot;21996&quot;:19250,&quot;21998&quot;:19251,&quot;22001&quot;:19252,&quot;22006&quot;:19253,&quot;22008&quot;:19254,&quot;22021&quot;:19255,&quot;22029&quot;:19256,&quot;22033&quot;:19257,&quot;22034&quot;:19258,&quot;22060&quot;:19259,&quot;22069&quot;:19260,&quot;22073&quot;:19261,&quot;22093&quot;:19262,&quot;22100&quot;:19263,&quot;22149&quot;:19264,&quot;22175&quot;:19265,&quot;22182&quot;:19266,&quot;22199&quot;:19267,&quot;22220&quot;:19268,&quot;22223&quot;:19269,&quot;22233&quot;:19270,&quot;22241&quot;:19271,&quot;22251&quot;:19272,&quot;22253&quot;:19273,&quot;22257&quot;:19274,&quot;22279&quot;:19275,&quot;22284&quot;:19276,&quot;22298&quot;:19277,&quot;22299&quot;:19278,&quot;22301&quot;:19279,&quot;22316&quot;:19280,&quot;22318&quot;:19281,&quot;22333&quot;:19282,&quot;22334&quot;:19283,&quot;22367&quot;:19284,&quot;22379&quot;:19285,&quot;22381&quot;:19286,&quot;22394&quot;:19287,&quot;22403&quot;:19288,&quot;22423&quot;:19289,&quot;22446&quot;:19290,&quot;22485&quot;:19291,&quot;22503&quot;:19292,&quot;22541&quot;:19293,&quot;22566&quot;:19294,&quot;22605&quot;:19295,&quot;22607&quot;:19296,&quot;22623&quot;:19297,&quot;22637&quot;:19298,&quot;22655&quot;:19299,&quot;22657&quot;:19300,&quot;22680&quot;:19301,&quot;22716&quot;:19302,&quot;22815&quot;:19303,&quot;22819&quot;:19304,&quot;22873&quot;:19305,&quot;22905&quot;:19306,&quot;22935&quot;:19307,&quot;22959&quot;:19308,&quot;22963&quot;:19309,&quot;23007&quot;:19310,&quot;23025&quot;:19311,&quot;23032&quot;:19312,&quot;23218&quot;:19313,&quot;23224&quot;:19314,&quot;23274&quot;:19315,&quot;23286&quot;:19316,&quot;23323&quot;:19317,&quot;23325&quot;:19318,&quot;23329&quot;:19319,&quot;23352&quot;:19320,&quot;23479&quot;:19321,&quot;23511&quot;:19322,&quot;23520&quot;:19323,&quot;23583&quot;:19324,&quot;23594&quot;:19325,&quot;23596&quot;:19326,&quot;23606&quot;:19327,&quot;23641&quot;:19328,&quot;23644&quot;:19329,&quot;23661&quot;:19330,&quot;23773&quot;:19331,&quot;23809&quot;:19332,&quot;23860&quot;:19333,&quot;23869&quot;:19334,&quot;23897&quot;:19335,&quot;23934&quot;:19336,&quot;23939&quot;:19337,&quot;24007&quot;:19338,&quot;24057&quot;:19339,&quot;24104&quot;:19340,&quot;24114&quot;:19341,&quot;24117&quot;:19342,&quot;24155&quot;:19343,&quot;24168&quot;:19344,&quot;24170&quot;:19345,&quot;24183&quot;:19346,&quot;24192&quot;:19347,&quot;24203&quot;:19348,&quot;24243&quot;:19349,&quot;24253&quot;:19350,&quot;24273&quot;:19351,&quot;24276&quot;:19352,&quot;24277&quot;:19353,&quot;24397&quot;:19354,&quot;24492&quot;:19355,&quot;24554&quot;:19356,&quot;24583&quot;:19357,&quot;24649&quot;:19358,&quot;24660&quot;:19359,&quot;24679&quot;:19360,&quot;24763&quot;:19361,&quot;24772&quot;:19362,&quot;24829&quot;:19363,&quot;24842&quot;:19364,&quot;24854&quot;:19365,&quot;24874&quot;:19366,&quot;24886&quot;:19367,&quot;24926&quot;:19368,&quot;24932&quot;:19369,&quot;24955&quot;:19370,&quot;24957&quot;:19371,&quot;24959&quot;:19372,&quot;24989&quot;:19373,&quot;25016&quot;:19374,&quot;25052&quot;:19375,&quot;25058&quot;:19376,&quot;25061&quot;:19377,&quot;25064&quot;:19378,&quot;25092&quot;:19379,&quot;25095&quot;:19380,&quot;25137&quot;:19381,&quot;25145&quot;:19382,&quot;25149&quot;:19383,&quot;25210&quot;:19384,&quot;25232&quot;:19385,&quot;25256&quot;:19386,&quot;25306&quot;:19387,&quot;25332&quot;:19388,&quot;25366&quot;:19389,&quot;25386&quot;:19390,&quot;25398&quot;:19391,&quot;25414&quot;:19392,&quot;25419&quot;:19393,&quot;25427&quot;:19394,&quot;25457&quot;:19395,&quot;25461&quot;:19396,&quot;25471&quot;:19397,&quot;25474&quot;:19398,&quot;25482&quot;:19399,&quot;25518&quot;:19400,&quot;25519&quot;:19401,&quot;25578&quot;:19402,&quot;25592&quot;:19403,&quot;25593&quot;:19404,&quot;25618&quot;:19405,&quot;25624&quot;:19406,&quot;25632&quot;:19407,&quot;25636&quot;:19408,&quot;25642&quot;:19409,&quot;25653&quot;:19410,&quot;25661&quot;:19411,&quot;25663&quot;:19412,&quot;25682&quot;:19413,&quot;25695&quot;:19414,&quot;25716&quot;:19415,&quot;25744&quot;:19416,&quot;25752&quot;:19417,&quot;25753&quot;:19418,&quot;25772&quot;:19419,&quot;25779&quot;:19420,&quot;25837&quot;:19421,&quot;25840&quot;:19422,&quot;25883&quot;:19423,&quot;25887&quot;:19424,&quot;25902&quot;:19425,&quot;25929&quot;:19426,&quot;25952&quot;:19427,&quot;26002&quot;:19428,&quot;26005&quot;:19429,&quot;26036&quot;:19430,&quot;26046&quot;:19431,&quot;26056&quot;:19432,&quot;26062&quot;:19433,&quot;26064&quot;:19434,&quot;26079&quot;:19435,&quot;26238&quot;:19436,&quot;26251&quot;:19437,&quot;26252&quot;:19438,&quot;26291&quot;:19439,&quot;26304&quot;:19440,&quot;26319&quot;:19441,&quot;26405&quot;:19442,&quot;26421&quot;:19443,&quot;26453&quot;:19444,&quot;26496&quot;:19445,&quot;26511&quot;:19446,&quot;26513&quot;:19447,&quot;26532&quot;:19448,&quot;26545&quot;:19449,&quot;26549&quot;:19450,&quot;26558&quot;:19451,&quot;26664&quot;:19452,&quot;26758&quot;:19453,&quot;26859&quot;:19454,&quot;26869&quot;:19455,&quot;26903&quot;:19456,&quot;26931&quot;:19457,&quot;26936&quot;:19458,&quot;26971&quot;:19459,&quot;26981&quot;:19460,&quot;27048&quot;:19461,&quot;27051&quot;:19462,&quot;27055&quot;:19463,&quot;27109&quot;:19464,&quot;27121&quot;:19465,&quot;27210&quot;:19466,&quot;27221&quot;:19467,&quot;27239&quot;:19468,&quot;27249&quot;:19469,&quot;27311&quot;:19470,&quot;27336&quot;:19471,&quot;27337&quot;:19472,&quot;27395&quot;:19473,&quot;27451&quot;:19474,&quot;27455&quot;:19475,&quot;27517&quot;:19476,&quot;27518&quot;:19477,&quot;27568&quot;:19478,&quot;27639&quot;:19479,&quot;27641&quot;:19480,&quot;27652&quot;:19481,&quot;27657&quot;:19482,&quot;27661&quot;:19483,&quot;27692&quot;:19484,&quot;27722&quot;:19485,&quot;27730&quot;:19486,&quot;27732&quot;:19487,&quot;27769&quot;:19488,&quot;27820&quot;:19489,&quot;27828&quot;:19490,&quot;27858&quot;:19491,&quot;28001&quot;:19492,&quot;28028&quot;:19493,&quot;28089&quot;:19494,&quot;28144&quot;:19495,&quot;28229&quot;:19496,&quot;28275&quot;:19497,&quot;28283&quot;:19498,&quot;28285&quot;:19499,&quot;28297&quot;:19500,&quot;28348&quot;:19501,&quot;28378&quot;:19502,&quot;28379&quot;:19503,&quot;28454&quot;:19504,&quot;28457&quot;:19505,&quot;28464&quot;:19506,&quot;28551&quot;:19507,&quot;28573&quot;:19508,&quot;28590&quot;:19509,&quot;28599&quot;:19510,&quot;28685&quot;:19511,&quot;28704&quot;:19512,&quot;28745&quot;:19513,&quot;28824&quot;:19514,&quot;28848&quot;:19515,&quot;28885&quot;:19516,&quot;28886&quot;:19517,&quot;28997&quot;:19518,&quot;29106&quot;:19519,&quot;29172&quot;:19520,&quot;29207&quot;:19521,&quot;29215&quot;:19522,&quot;29251&quot;:19523,&quot;29263&quot;:19524,&quot;29264&quot;:19525,&quot;29274&quot;:19526,&quot;29280&quot;:19527,&quot;29288&quot;:19528,&quot;29303&quot;:19529,&quot;29316&quot;:19530,&quot;29385&quot;:19531,&quot;29413&quot;:19532,&quot;29428&quot;:19533,&quot;29442&quot;:19534,&quot;29451&quot;:19535,&quot;29470&quot;:19536,&quot;29474&quot;:19537,&quot;29498&quot;:19538,&quot;29499&quot;:19539,&quot;29517&quot;:19540,&quot;29528&quot;:19541,&quot;29543&quot;:19542,&quot;29810&quot;:19543,&quot;29871&quot;:19544,&quot;29919&quot;:19545,&quot;29924&quot;:19546,&quot;29940&quot;:19547,&quot;29947&quot;:19548,&quot;29974&quot;:19549,&quot;29985&quot;:19550,&quot;30015&quot;:19551,&quot;30046&quot;:19552,&quot;30105&quot;:19553,&quot;30116&quot;:19554,&quot;30145&quot;:19555,&quot;30148&quot;:19556,&quot;30156&quot;:19557,&quot;30167&quot;:19558,&quot;30172&quot;:19559,&quot;30177&quot;:19560,&quot;30191&quot;:19561,&quot;30212&quot;:19562,&quot;30220&quot;:19563,&quot;30237&quot;:19564,&quot;30258&quot;:19565,&quot;30264&quot;:19566,&quot;30277&quot;:19567,&quot;30282&quot;:19568,&quot;30303&quot;:19569,&quot;30381&quot;:19570,&quot;30397&quot;:19571,&quot;30425&quot;:19572,&quot;30443&quot;:19573,&quot;30448&quot;:19574,&quot;30457&quot;:19575,&quot;30464&quot;:19576,&quot;30478&quot;:19577,&quot;30498&quot;:19578,&quot;30504&quot;:19579,&quot;30511&quot;:19580,&quot;30521&quot;:19581,&quot;30526&quot;:19582,&quot;30533&quot;:19583,&quot;30538&quot;:19584,&quot;30543&quot;:19585,&quot;30558&quot;:19586,&quot;30564&quot;:19587,&quot;30567&quot;:19588,&quot;30572&quot;:19589,&quot;30596&quot;:19590,&quot;30604&quot;:19591,&quot;30605&quot;:19592,&quot;30614&quot;:19593,&quot;30631&quot;:19594,&quot;30639&quot;:19595,&quot;30647&quot;:19596,&quot;30654&quot;:19597,&quot;30665&quot;:19598,&quot;30673&quot;:19599,&quot;30681&quot;:19600,&quot;30705&quot;:19601,&quot;30775&quot;:19602,&quot;30812&quot;:19603,&quot;30846&quot;:19604,&quot;30872&quot;:19605,&quot;30881&quot;:19606,&quot;30897&quot;:19607,&quot;30899&quot;:19608,&quot;30921&quot;:19609,&quot;30931&quot;:19610,&quot;30988&quot;:19611,&quot;31007&quot;:19612,&quot;31015&quot;:19613,&quot;31016&quot;:19614,&quot;31039&quot;:19615,&quot;31042&quot;:19616,&quot;31060&quot;:19617,&quot;31083&quot;:19618,&quot;31100&quot;:19619,&quot;31147&quot;:19620,&quot;31172&quot;:19621,&quot;31210&quot;:19622,&quot;31234&quot;:19623,&quot;31244&quot;:19624,&quot;31280&quot;:19625,&quot;31290&quot;:19626,&quot;31300&quot;:19627,&quot;31360&quot;:19628,&quot;31366&quot;:19629,&quot;31380&quot;:19630,&quot;31413&quot;:19631,&quot;31421&quot;:19632,&quot;31486&quot;:19633,&quot;31531&quot;:19634,&quot;31607&quot;:19635,&quot;31648&quot;:19636,&quot;31660&quot;:19637,&quot;31664&quot;:19638,&quot;31720&quot;:19639,&quot;31730&quot;:19640,&quot;31736&quot;:19641,&quot;31740&quot;:19642,&quot;31742&quot;:19643,&quot;31753&quot;:19644,&quot;31784&quot;:19645,&quot;31791&quot;:19646,&quot;31810&quot;:19647,&quot;31826&quot;:19648,&quot;31827&quot;:19649,&quot;31835&quot;:19650,&quot;31836&quot;:19651,&quot;31837&quot;:19652,&quot;31858&quot;:19653,&quot;31869&quot;:19654,&quot;31879&quot;:19655,&quot;31902&quot;:19656,&quot;31930&quot;:19657,&quot;31943&quot;:19658,&quot;31955&quot;:19659,&quot;31962&quot;:19660,&quot;32060&quot;:19661,&quot;32077&quot;:19662,&quot;32130&quot;:19663,&quot;32133&quot;:19664,&quot;32141&quot;:19665,&quot;32145&quot;:19666,&quot;32158&quot;:19667,&quot;32179&quot;:19668,&quot;32185&quot;:19669,&quot;32208&quot;:19670,&quot;32229&quot;:19671,&quot;32245&quot;:19672,&quot;32246&quot;:19673,&quot;32303&quot;:19674,&quot;32310&quot;:19675,&quot;32324&quot;:19676,&quot;32367&quot;:19677,&quot;32376&quot;:19678,&quot;32385&quot;:19679,&quot;32573&quot;:19680,&quot;32603&quot;:19681,&quot;32605&quot;:19682,&quot;32613&quot;:19683,&quot;32625&quot;:19684,&quot;32639&quot;:19685,&quot;32640&quot;:19686,&quot;32651&quot;:19687,&quot;32674&quot;:19688,&quot;32765&quot;:19689,&quot;32766&quot;:19690,&quot;32767&quot;:19691,&quot;32775&quot;:19692,&quot;32781&quot;:19693,&quot;32798&quot;:19694,&quot;32825&quot;:19695,&quot;32904&quot;:19696,&quot;32910&quot;:19697,&quot;32975&quot;:19698,&quot;32980&quot;:19699,&quot;33005&quot;:19700,&quot;33008&quot;:19701,&quot;33015&quot;:19702,&quot;33018&quot;:19703,&quot;33022&quot;:19704,&quot;33027&quot;:19705,&quot;33047&quot;:19706,&quot;33072&quot;:19707,&quot;33111&quot;:19708,&quot;33135&quot;:19709,&quot;33139&quot;:19710,&quot;33163&quot;:19711,&quot;33168&quot;:19712,&quot;33179&quot;:19713,&quot;33182&quot;:19714,&quot;33227&quot;:19715,&quot;33237&quot;:19716,&quot;33245&quot;:19717,&quot;33246&quot;:19718,&quot;33249&quot;:19719,&quot;33263&quot;:19720,&quot;33270&quot;:19721,&quot;33280&quot;:19722,&quot;33291&quot;:19723,&quot;33299&quot;:19724,&quot;33300&quot;:19725,&quot;33306&quot;:19726,&quot;33338&quot;:19727,&quot;33348&quot;:19728,&quot;33389&quot;:19729,&quot;33412&quot;:19730,&quot;33417&quot;:19731,&quot;33425&quot;:19732,&quot;33450&quot;:19733,&quot;33456&quot;:19734,&quot;33488&quot;:19735,&quot;33514&quot;:19736,&quot;33519&quot;:19737,&quot;33526&quot;:19738,&quot;33622&quot;:19739,&quot;33656&quot;:19740,&quot;33784&quot;:19741,&quot;33788&quot;:19742,&quot;33880&quot;:19743,&quot;33939&quot;:19744,&quot;33969&quot;:19745,&quot;33981&quot;:19746,&quot;34043&quot;:19747,&quot;34118&quot;:19748,&quot;34134&quot;:19749,&quot;34141&quot;:19750,&quot;34181&quot;:19751,&quot;34200&quot;:19752,&quot;34370&quot;:19753,&quot;34374&quot;:19754,&quot;34496&quot;:19755,&quot;34580&quot;:19756,&quot;34594&quot;:19757,&quot;34606&quot;:19758,&quot;34617&quot;:19759,&quot;34653&quot;:19760,&quot;34683&quot;:19761,&quot;34700&quot;:19762,&quot;34702&quot;:19763,&quot;34711&quot;:19764,&quot;34712&quot;:19765,&quot;34718&quot;:19766,&quot;34723&quot;:19767,&quot;34734&quot;:19768,&quot;34751&quot;:19769,&quot;34761&quot;:19770,&quot;34778&quot;:19771,&quot;34840&quot;:19772,&quot;34843&quot;:19773,&quot;34861&quot;:19774,&quot;34874&quot;:19775,&quot;34885&quot;:19776,&quot;34891&quot;:19777,&quot;34894&quot;:19778,&quot;34901&quot;:19779,&quot;34906&quot;:19780,&quot;34926&quot;:19781,&quot;34970&quot;:19782,&quot;34971&quot;:19783,&quot;34972&quot;:19784,&quot;35021&quot;:19785,&quot;35040&quot;:19786,&quot;35055&quot;:19787,&quot;35086&quot;:19788,&quot;35087&quot;:19789,&quot;35110&quot;:19790,&quot;35125&quot;:19791,&quot;35162&quot;:19792,&quot;35164&quot;:19793,&quot;35179&quot;:19794,&quot;35184&quot;:19795,&quot;35196&quot;:19796,&quot;35237&quot;:19797,&quot;35253&quot;:19798,&quot;35260&quot;:19799,&quot;35285&quot;:19800,&quot;35401&quot;:19801,&quot;35415&quot;:19802,&quot;35431&quot;:19803,&quot;35454&quot;:19804,&quot;35462&quot;:19805,&quot;35478&quot;:19806,&quot;35510&quot;:19807,&quot;35529&quot;:19808,&quot;35537&quot;:19809,&quot;35549&quot;:19810,&quot;35564&quot;:19811,&quot;35573&quot;:19812,&quot;35590&quot;:19813,&quot;35599&quot;:19814,&quot;35601&quot;:19815,&quot;35653&quot;:19816,&quot;35666&quot;:19817,&quot;35693&quot;:19818,&quot;35704&quot;:19819,&quot;35708&quot;:19820,&quot;35710&quot;:19821,&quot;35717&quot;:19822,&quot;35743&quot;:19823,&quot;35915&quot;:19824,&quot;35923&quot;:19825,&quot;35963&quot;:19826,&quot;36026&quot;:19827,&quot;36037&quot;:19828,&quot;36041&quot;:19829,&quot;36050&quot;:19830,&quot;36076&quot;:19831,&quot;36085&quot;:19832,&quot;36087&quot;:19833,&quot;36097&quot;:19834,&quot;36099&quot;:19835,&quot;36119&quot;:19836,&quot;36124&quot;:19837,&quot;36206&quot;:19838,&quot;36241&quot;:19839,&quot;36255&quot;:19840,&quot;36267&quot;:19841,&quot;36274&quot;:19842,&quot;36309&quot;:19843,&quot;36327&quot;:19844,&quot;36337&quot;:19845,&quot;36338&quot;:19846,&quot;36340&quot;:19847,&quot;36353&quot;:19848,&quot;36363&quot;:19849,&quot;36390&quot;:19850,&quot;36401&quot;:19851,&quot;36416&quot;:19852,&quot;36417&quot;:19853,&quot;36429&quot;:19854,&quot;36431&quot;:19855,&quot;36444&quot;:19856,&quot;36449&quot;:19857,&quot;36457&quot;:19858,&quot;36465&quot;:19859,&quot;36469&quot;:19860,&quot;36471&quot;:19861,&quot;36489&quot;:19862,&quot;36496&quot;:19863,&quot;36501&quot;:19864,&quot;36506&quot;:19865,&quot;36519&quot;:19866,&quot;36521&quot;:19867,&quot;36525&quot;:19868,&quot;36584&quot;:19869,&quot;36592&quot;:19870,&quot;36615&quot;:19871,&quot;36632&quot;:19872,&quot;36645&quot;:19873,&quot;36647&quot;:19874,&quot;36652&quot;:19875,&quot;36661&quot;:19876,&quot;36666&quot;:19877,&quot;36675&quot;:19878,&quot;36679&quot;:19879,&quot;36689&quot;:19880,&quot;36693&quot;:19881,&quot;36768&quot;:19882,&quot;36769&quot;:19883,&quot;36770&quot;:19884,&quot;36773&quot;:19885,&quot;36868&quot;:19886,&quot;36891&quot;:19887,&quot;36911&quot;:19888,&quot;36940&quot;:19889,&quot;36955&quot;:19890,&quot;36976&quot;:19891,&quot;36980&quot;:19892,&quot;36985&quot;:19893,&quot;37003&quot;:19894,&quot;37016&quot;:19895,&quot;37024&quot;:19896,&quot;37042&quot;:19897,&quot;37053&quot;:19898,&quot;37065&quot;:19899,&quot;37104&quot;:19900,&quot;37125&quot;:19901,&quot;37157&quot;:19902,&quot;37210&quot;:19903,&quot;37223&quot;:19904,&quot;37242&quot;:19905,&quot;37258&quot;:19906,&quot;37265&quot;:19907,&quot;37269&quot;:19908,&quot;37296&quot;:19909,&quot;37307&quot;:19910,&quot;37309&quot;:19911,&quot;37314&quot;:19912,&quot;37317&quot;:19913,&quot;37376&quot;:19914,&quot;37385&quot;:19915,&quot;37411&quot;:19916,&quot;37494&quot;:19917,&quot;37518&quot;:19918,&quot;37551&quot;:19919,&quot;37563&quot;:19920,&quot;37564&quot;:19921,&quot;37569&quot;:19922,&quot;37571&quot;:19923,&quot;37573&quot;:19924,&quot;37576&quot;:19925,&quot;37652&quot;:19926,&quot;37683&quot;:19927,&quot;37686&quot;:19928,&quot;37720&quot;:19929,&quot;37759&quot;:19930,&quot;37762&quot;:19931,&quot;37770&quot;:19932,&quot;37819&quot;:19933,&quot;37836&quot;:19934,&quot;37862&quot;:19935,&quot;37881&quot;:19936,&quot;37890&quot;:19937,&quot;37901&quot;:19938,&quot;37902&quot;:19939,&quot;37934&quot;:19940,&quot;37964&quot;:19941,&quot;38280&quot;:19942,&quot;38305&quot;:19943,&quot;38335&quot;:19944,&quot;38342&quot;:19945,&quot;38345&quot;:19946,&quot;38353&quot;:19947,&quot;38354&quot;:19948,&quot;38368&quot;:19949,&quot;38372&quot;:19950,&quot;38374&quot;:19951,&quot;38436&quot;:19952,&quot;38449&quot;:19953,&quot;38456&quot;:19954,&quot;38461&quot;:19955,&quot;38484&quot;:19956,&quot;38516&quot;:19957,&quot;38523&quot;:19958,&quot;38527&quot;:19959,&quot;38529&quot;:19960,&quot;38531&quot;:19961,&quot;38537&quot;:19962,&quot;38550&quot;:19963,&quot;38574&quot;:19964,&quot;38659&quot;:19965,&quot;38683&quot;:19966,&quot;38689&quot;:19967,&quot;38690&quot;:19968,&quot;38696&quot;:19969,&quot;38705&quot;:19970,&quot;38759&quot;:19971,&quot;38774&quot;:19972,&quot;38781&quot;:19973,&quot;38783&quot;:19974,&quot;38809&quot;:19975,&quot;38815&quot;:19976,&quot;38828&quot;:19977,&quot;38841&quot;:19978,&quot;38861&quot;:19979,&quot;38880&quot;:19980,&quot;38895&quot;:19981,&quot;38919&quot;:19982,&quot;38950&quot;:19983,&quot;38958&quot;:19984,&quot;39010&quot;:19985,&quot;39011&quot;:19986,&quot;39092&quot;:19987,&quot;39109&quot;:19988,&quot;39170&quot;:19989,&quot;39185&quot;:19990,&quot;39189&quot;:19991,&quot;39221&quot;:19992,&quot;39240&quot;:19993,&quot;39252&quot;:19994,&quot;39262&quot;:19995,&quot;39393&quot;:19996,&quot;39436&quot;:19997,&quot;39440&quot;:19998,&quot;39459&quot;:19999,&quot;39489&quot;:20000,&quot;39505&quot;:20001,&quot;39613&quot;:20002,&quot;39614&quot;:20003,&quot;39681&quot;:20004,&quot;39689&quot;:20005,&quot;39691&quot;:20006,&quot;39693&quot;:20007,&quot;39694&quot;:20008,&quot;39705&quot;:20009,&quot;39733&quot;:20010,&quot;39752&quot;:20011,&quot;39765&quot;:20012,&quot;39784&quot;:20013,&quot;39808&quot;:20014,&quot;39814&quot;:20015,&quot;39824&quot;:20016,&quot;39837&quot;:20017,&quot;39856&quot;:20018,&quot;39871&quot;:20019,&quot;39880&quot;:20020,&quot;39935&quot;:20021,&quot;39938&quot;:20022,&quot;39964&quot;:20023,&quot;39989&quot;:20024,&quot;40004&quot;:20025,&quot;40022&quot;:20026,&quot;40033&quot;:20027,&quot;40040&quot;:20028,&quot;40240&quot;:20029,&quot;40253&quot;:20030,&quot;40298&quot;:20031,&quot;40315&quot;:20032,&quot;40421&quot;:20033,&quot;40425&quot;:20034,&quot;40435&quot;:20035,&quot;40570&quot;:20036,&quot;40578&quot;:20037,&quot;40579&quot;:20038,&quot;40580&quot;:20039,&quot;40624&quot;:20040,&quot;40676&quot;:20041,&quot;40688&quot;:20042,&quot;40690&quot;:20043,&quot;40713&quot;:20044,&quot;40719&quot;:20045,&quot;40724&quot;:20046,&quot;40731&quot;:20047,&quot;40738&quot;:20048,&quot;40742&quot;:20049,&quot;40746&quot;:20050,&quot;40747&quot;:20051,&quot;40756&quot;:20052,&quot;40794&quot;:20053,&quot;40815&quot;:20054,&quot;40862&quot;:20055,&quot;40869&quot;:20056,&quot;131317&quot;:20057,&quot;151044&quot;:20058,&quot;151538&quot;:20059,&quot;163187&quot;:20060,&quot;194581&quot;:20061,&quot;194630&quot;:20062,&quot;194713&quot;:20063,&quot;194726&quot;:20064,&quot;194789&quot;:20065,&quot;195038&quot;:20066,&quot;13790&quot;:20067,&quot;40895&quot;:20068,&quot;40896&quot;:20069,&quot;40897&quot;:20070,&quot;40898&quot;:20071,&quot;172722&quot;:20072,&quot;131416&quot;:20075,&quot;132529&quot;:20080,&quot;132844&quot;:20083,&quot;134488&quot;:20090,&quot;154060&quot;:20112,&quot;14756&quot;:20122,&quot;14776&quot;:20123,&quot;142914&quot;:20124,&quot;14940&quot;:20127,&quot;133064&quot;:20128,&quot;143339&quot;:20130,&quot;162228&quot;:20133,&quot;15044&quot;:20135,&quot;15051&quot;:20136,&quot;14981&quot;:20142,&quot;15347&quot;:20151,&quot;27384&quot;:20152,&quot;15665&quot;:20158,&quot;147531&quot;:20168,&quot;15936&quot;:20170,&quot;14497&quot;:20171,&quot;158878&quot;:20206,&quot;18207&quot;:20219,&quot;162876&quot;:20220,&quot;18462&quot;:20225,&quot;39709&quot;:20297,&quot;39724&quot;:20298,&quot;20482&quot;:20299,&quot;20958&quot;:20300,&quot;21255&quot;:20301,&quot;23532&quot;:20302,&quot;63784&quot;:20303,&quot;26142&quot;:20304,&quot;63785&quot;:20305,&quot;28746&quot;:20306,&quot;64021&quot;:20307,&quot;21857&quot;:20308,&quot;27706&quot;:20309,&quot;31328&quot;:20310,&quot;156492&quot;:20311,&quot;34819&quot;:20312,&quot;38315&quot;:20313,&quot;38741&quot;:20314,&quot;171581&quot;:20315,&quot;173594&quot;:20316,&quot;900&quot;:20317,&quot;901&quot;:20318,&quot;272&quot;:20322,&quot;294&quot;:20323,&quot;306&quot;:20324,&quot;319&quot;:20325,&quot;330&quot;:20326,&quot;358&quot;:20327,&quot;307&quot;:20328,&quot;312&quot;:20329,&quot;320&quot;:20330,&quot;329&quot;:20331,&quot;359&quot;:20332,&quot;266&quot;:20333,&quot;278&quot;:20334,&quot;286&quot;:20335,&quot;290&quot;:20336,&quot;288&quot;:20337,&quot;304&quot;:20338,&quot;302&quot;:20339,&quot;310&quot;:20340,&quot;315&quot;:20342,&quot;325&quot;:20343,&quot;342&quot;:20344,&quot;370&quot;:20345,&quot;471&quot;:20346,&quot;475&quot;:20347,&quot;473&quot;:20348,&quot;469&quot;:20349,&quot;372&quot;:20350,&quot;374&quot;:20351,&quot;267&quot;:20352,&quot;279&quot;:20353,&quot;501&quot;:20354,&quot;287&quot;:20355,&quot;289&quot;:20356,&quot;303&quot;:20357,&quot;311&quot;:20358,&quot;316&quot;:20360,&quot;326&quot;:20361,&quot;343&quot;:20362,&quot;371&quot;:20363,&quot;373&quot;:20364,&quot;375&quot;:20365,&quot;8494&quot;:20366,&quot;8710&quot;:20367,&quot;8719&quot;:20368,&quot;8804&quot;:20369,&quot;8805&quot;:20370,&quot;9674&quot;:20371,&quot;902&quot;:20427,&quot;904&quot;:20428,&quot;905&quot;:20429,&quot;906&quot;:20430,&quot;938&quot;:20431,&quot;908&quot;:20432,&quot;910&quot;:20433,&quot;939&quot;:20434,&quot;911&quot;:20435,&quot;940&quot;:20436,&quot;941&quot;:20437,&quot;942&quot;:20438,&quot;943&quot;:20439,&quot;970&quot;:20440,&quot;912&quot;:20441,&quot;972&quot;:20442,&quot;973&quot;:20443,&quot;971&quot;:20444,&quot;944&quot;:20445,&quot;974&quot;:20446,&quot;1026&quot;:20447,&quot;1027&quot;:20448,&quot;1028&quot;:20449,&quot;1029&quot;:20450,&quot;1030&quot;:20451,&quot;1031&quot;:20452,&quot;1032&quot;:20453,&quot;1033&quot;:20454,&quot;1034&quot;:20455,&quot;1035&quot;:20456,&quot;1036&quot;:20457,&quot;1038&quot;:20458,&quot;1039&quot;:20459,&quot;1106&quot;:20460,&quot;1107&quot;:20461,&quot;1108&quot;:20462,&quot;1109&quot;:20463,&quot;1110&quot;:20464,&quot;1111&quot;:20465,&quot;1112&quot;:20466,&quot;1113&quot;:20467,&quot;1114&quot;:20468,&quot;1115&quot;:20469,&quot;1116&quot;:20470,&quot;1118&quot;:20471,&quot;1119&quot;:20472,&quot;9361&quot;:20587,&quot;9362&quot;:20588,&quot;20021&quot;:21075,&quot;20060&quot;:21076,&quot;20067&quot;:21077,&quot;20072&quot;:21078,&quot;20084&quot;:21079,&quot;20085&quot;:21080,&quot;20119&quot;:21081,&quot;20143&quot;:21082,&quot;20187&quot;:21083,&quot;20194&quot;:21084,&quot;20200&quot;:21085,&quot;20207&quot;:21086,&quot;20222&quot;:21087,&quot;20226&quot;:21088,&quot;20232&quot;:21089,&quot;20242&quot;:21090,&quot;20247&quot;:21091,&quot;20275&quot;:21092,&quot;20277&quot;:21093,&quot;20288&quot;:21094,&quot;20290&quot;:21095,&quot;20299&quot;:21096,&quot;20300&quot;:21097,&quot;20306&quot;:21098,&quot;20323&quot;:21099,&quot;20334&quot;:21100,&quot;20337&quot;:21101,&quot;20345&quot;:21102,&quot;20353&quot;:21103,&quot;20361&quot;:21104,&quot;20364&quot;:21105,&quot;20366&quot;:21106,&quot;20368&quot;:21107,&quot;20371&quot;:21108,&quot;20377&quot;:21109,&quot;20383&quot;:21110,&quot;20409&quot;:21111,&quot;20411&quot;:21112,&quot;20412&quot;:21113,&quot;20413&quot;:21114,&quot;20416&quot;:21115,&quot;20417&quot;:21116,&quot;20422&quot;:21117,&quot;20424&quot;:21118,&quot;20428&quot;:21119,&quot;20444&quot;:21120,&quot;20450&quot;:21121,&quot;20464&quot;:21122,&quot;20476&quot;:21123,&quot;20487&quot;:21124,&quot;20490&quot;:21125,&quot;20503&quot;:21126,&quot;20509&quot;:21127,&quot;20528&quot;:21128,&quot;20530&quot;:21129,&quot;20531&quot;:21130,&quot;20533&quot;:21131,&quot;20549&quot;:21132,&quot;20554&quot;:21133,&quot;20561&quot;:21134,&quot;20562&quot;:21135,&quot;20569&quot;:21136,&quot;20576&quot;:21137,&quot;20583&quot;:21138,&quot;20589&quot;:21139,&quot;20593&quot;:21140,&quot;20609&quot;:21141,&quot;20611&quot;:21142,&quot;20612&quot;:21143,&quot;20614&quot;:21144,&quot;20618&quot;:21145,&quot;20624&quot;:21146,&quot;20635&quot;:21147,&quot;20639&quot;:21148,&quot;20640&quot;:21149,&quot;20641&quot;:21150,&quot;20655&quot;:21151,&quot;20656&quot;:21152,&quot;20665&quot;:21153,&quot;20669&quot;:21154,&quot;20672&quot;:21155,&quot;20691&quot;:21156,&quot;20700&quot;:21157,&quot;20701&quot;:21158,&quot;20703&quot;:21159,&quot;20706&quot;:21160,&quot;20708&quot;:21161,&quot;20726&quot;:21162,&quot;20730&quot;:21163,&quot;20761&quot;:21165,&quot;20764&quot;:21166,&quot;20765&quot;:21167,&quot;20771&quot;:21168,&quot;20775&quot;:21169,&quot;20776&quot;:21170,&quot;20780&quot;:21171,&quot;20781&quot;:21172,&quot;20783&quot;:21173,&quot;20785&quot;:21174,&quot;20788&quot;:21175,&quot;20793&quot;:21176,&quot;20802&quot;:21177,&quot;20815&quot;:21178,&quot;20819&quot;:21179,&quot;20824&quot;:21180,&quot;20838&quot;:21181,&quot;20862&quot;:21182,&quot;20878&quot;:21183,&quot;20927&quot;:21184,&quot;20930&quot;:21185,&quot;20946&quot;:21186,&quot;20949&quot;:21187,&quot;20965&quot;:21188,&quot;20978&quot;:21189,&quot;20983&quot;:21190,&quot;21016&quot;:21191,&quot;21026&quot;:21192,&quot;21061&quot;:21193,&quot;21080&quot;:21194,&quot;21087&quot;:21195,&quot;21120&quot;:21196,&quot;21125&quot;:21197,&quot;21141&quot;:21198,&quot;21142&quot;:21199,&quot;21143&quot;:21200,&quot;21146&quot;:21201,&quot;21157&quot;:21202,&quot;21159&quot;:21203,&quot;21168&quot;:21204,&quot;21174&quot;:21205,&quot;21175&quot;:21206,&quot;21176&quot;:21207,&quot;21181&quot;:21208,&quot;21188&quot;:21209,&quot;21190&quot;:21210,&quot;21199&quot;:21211,&quot;21204&quot;:21212,&quot;21212&quot;:21213,&quot;21221&quot;:21214,&quot;21224&quot;:21215,&quot;21226&quot;:21216,&quot;21228&quot;:21217,&quot;21236&quot;:21218,&quot;21238&quot;:21219,&quot;21260&quot;:21220,&quot;21267&quot;:21221,&quot;21272&quot;:21222,&quot;21275&quot;:21223,&quot;21278&quot;:21224,&quot;21285&quot;:21225,&quot;21287&quot;:21226,&quot;21288&quot;:21227,&quot;21289&quot;:21228,&quot;21291&quot;:21229,&quot;21292&quot;:21230,&quot;21296&quot;:21231,&quot;21308&quot;:21232,&quot;21337&quot;:21233,&quot;21339&quot;:21234,&quot;21379&quot;:21236,&quot;21383&quot;:21237,&quot;21384&quot;:21238,&quot;21390&quot;:21239,&quot;21409&quot;:21240,&quot;21429&quot;:21241,&quot;21432&quot;:21242,&quot;21437&quot;:21243,&quot;21455&quot;:21244,&quot;21458&quot;:21245,&quot;21459&quot;:21246,&quot;21470&quot;:21247,&quot;21479&quot;:21249,&quot;21506&quot;:21250,&quot;21530&quot;:21251,&quot;21537&quot;:21252,&quot;21551&quot;:21253,&quot;21572&quot;:21254,&quot;21575&quot;:21255,&quot;21583&quot;:21256,&quot;21598&quot;:21257,&quot;21604&quot;:21258,&quot;21607&quot;:21259,&quot;21609&quot;:21260,&quot;21613&quot;:21261,&quot;21614&quot;:21262,&quot;21633&quot;:21263,&quot;21635&quot;:21264,&quot;21637&quot;:21265,&quot;21641&quot;:21266,&quot;21649&quot;:21267,&quot;21663&quot;:21268,&quot;21706&quot;:21269,&quot;21728&quot;:21270,&quot;21750&quot;:21271,&quot;21758&quot;:21272,&quot;21772&quot;:21273,&quot;21773&quot;:21274,&quot;21810&quot;:21275,&quot;21819&quot;:21276,&quot;21821&quot;:21277,&quot;21833&quot;:21278,&quot;21837&quot;:21279,&quot;21848&quot;:21280,&quot;21850&quot;:21281,&quot;21851&quot;:21282,&quot;21887&quot;:21283,&quot;21907&quot;:21284,&quot;21911&quot;:21285,&quot;21923&quot;:21286,&quot;21953&quot;:21287,&quot;21963&quot;:21288,&quot;21975&quot;:21289,&quot;21976&quot;:21290,&quot;21982&quot;:21291,&quot;22015&quot;:21292,&quot;22026&quot;:21294,&quot;22041&quot;:21295,&quot;22067&quot;:21296,&quot;22076&quot;:21297,&quot;22081&quot;:21298,&quot;22083&quot;:21299,&quot;22084&quot;:21300,&quot;22086&quot;:21301,&quot;22113&quot;:21302,&quot;22114&quot;:21303,&quot;22115&quot;:21304,&quot;22133&quot;:21305,&quot;22148&quot;:21306,&quot;22155&quot;:21307,&quot;22183&quot;:21308,&quot;22187&quot;:21309,&quot;22206&quot;:21310,&quot;22219&quot;:21311,&quot;22224&quot;:21312,&quot;22236&quot;:21313,&quot;22245&quot;:21314,&quot;22246&quot;:21315,&quot;22247&quot;:21316,&quot;22273&quot;:21317,&quot;22274&quot;:21318,&quot;22289&quot;:21319,&quot;22304&quot;:21320,&quot;22306&quot;:21321,&quot;22308&quot;:21322,&quot;22309&quot;:21323,&quot;22314&quot;:21324,&quot;22335&quot;:21325,&quot;22354&quot;:21326,&quot;22370&quot;:21327,&quot;22375&quot;:21328,&quot;22382&quot;:21329,&quot;22385&quot;:21330,&quot;22393&quot;:21331,&quot;22398&quot;:21332,&quot;22401&quot;:21333,&quot;22420&quot;:21334,&quot;22425&quot;:21335,&quot;22431&quot;:21336,&quot;22433&quot;:21337,&quot;22421&quot;:21338,&quot;22439&quot;:21339,&quot;22441&quot;:21340,&quot;22461&quot;:21341,&quot;22493&quot;:21342,&quot;22505&quot;:21343,&quot;22526&quot;:21344,&quot;22531&quot;:21345,&quot;22536&quot;:21346,&quot;22497&quot;:21347,&quot;22540&quot;:21348,&quot;22555&quot;:21349,&quot;22559&quot;:21350,&quot;22573&quot;:21351,&quot;22591&quot;:21352,&quot;22608&quot;:21353,&quot;22613&quot;:21354,&quot;22632&quot;:21355,&quot;22648&quot;:21356,&quot;22663&quot;:21357,&quot;22664&quot;:21358,&quot;22668&quot;:21359,&quot;22678&quot;:21360,&quot;22688&quot;:21361,&quot;22689&quot;:21362,&quot;22690&quot;:21363,&quot;22694&quot;:21364,&quot;22724&quot;:21365,&quot;22722&quot;:21366,&quot;22728&quot;:21367,&quot;22742&quot;:21368,&quot;22749&quot;:21369,&quot;22753&quot;:21370,&quot;22802&quot;:21372,&quot;22803&quot;:21373,&quot;22813&quot;:21374,&quot;22817&quot;:21375,&quot;22824&quot;:21376,&quot;22832&quot;:21377,&quot;22835&quot;:21378,&quot;22837&quot;:21379,&quot;22838&quot;:21380,&quot;22847&quot;:21381,&quot;22851&quot;:21382,&quot;22866&quot;:21383,&quot;22878&quot;:21384,&quot;22891&quot;:21385,&quot;22895&quot;:21386,&quot;22898&quot;:21387,&quot;22907&quot;:21388,&quot;22924&quot;:21389,&quot;22926&quot;:21390,&quot;22933&quot;:21391,&quot;22951&quot;:21392,&quot;22957&quot;:21393,&quot;22960&quot;:21394,&quot;22967&quot;:21395,&quot;22977&quot;:21396,&quot;22980&quot;:21397,&quot;23023&quot;:21398,&quot;23026&quot;:21399,&quot;23028&quot;:21400,&quot;23031&quot;:21401,&quot;23040&quot;:21402,&quot;23054&quot;:21403,&quot;23058&quot;:21404,&quot;23070&quot;:21405,&quot;23076&quot;:21406,&quot;23080&quot;:21407,&quot;23082&quot;:21408,&quot;23088&quot;:21409,&quot;23108&quot;:21410,&quot;23109&quot;:21411,&quot;23112&quot;:21412,&quot;23116&quot;:21413,&quot;23120&quot;:21414,&quot;23134&quot;:21415,&quot;23163&quot;:21416,&quot;23184&quot;:21417,&quot;23187&quot;:21418,&quot;23190&quot;:21419,&quot;23193&quot;:21420,&quot;23227&quot;:21421,&quot;23238&quot;:21422,&quot;23240&quot;:21423,&quot;23247&quot;:21424,&quot;23293&quot;:21425,&quot;23297&quot;:21426,&quot;23371&quot;:21427,&quot;23390&quot;:21428,&quot;23406&quot;:21429,&quot;23430&quot;:21430,&quot;23438&quot;:21431,&quot;23440&quot;:21432,&quot;23441&quot;:21433,&quot;23444&quot;:21434,&quot;23464&quot;:21435,&quot;23465&quot;:21436,&quot;23469&quot;:21437,&quot;23471&quot;:21438,&quot;23473&quot;:21439,&quot;23474&quot;:21440,&quot;23482&quot;:21441,&quot;23484&quot;:21442,&quot;23489&quot;:21443,&quot;23501&quot;:21444,&quot;23503&quot;:21445,&quot;23513&quot;:21446,&quot;23514&quot;:21447,&quot;23535&quot;:21448,&quot;23540&quot;:21449,&quot;23564&quot;:21450,&quot;23575&quot;:21451,&quot;23590&quot;:21452,&quot;23598&quot;:21453,&quot;23602&quot;:21454,&quot;23605&quot;:21455,&quot;23642&quot;:21456,&quot;23668&quot;:21457,&quot;23669&quot;:21458,&quot;23675&quot;:21459,&quot;23677&quot;:21460,&quot;23687&quot;:21461,&quot;23698&quot;:21462,&quot;23709&quot;:21463,&quot;23730&quot;:21464,&quot;23732&quot;:21465,&quot;23767&quot;:21466,&quot;23790&quot;:21467,&quot;23793&quot;:21468,&quot;23794&quot;:21469,&quot;23826&quot;:21470,&quot;23843&quot;:21471,&quot;23871&quot;:21472,&quot;23880&quot;:21473,&quot;23893&quot;:21474,&quot;23889&quot;:21475,&quot;23903&quot;:21476,&quot;23904&quot;:21477,&quot;23906&quot;:21478,&quot;23908&quot;:21479,&quot;23929&quot;:21480,&quot;23930&quot;:21481,&quot;23935&quot;:21482,&quot;23946&quot;:21483,&quot;23955&quot;:21484,&quot;23957&quot;:21485,&quot;23963&quot;:21486,&quot;23967&quot;:21487,&quot;23979&quot;:21488,&quot;24003&quot;:21489,&quot;24014&quot;:21490,&quot;24025&quot;:21491,&quot;24071&quot;:21492,&quot;24077&quot;:21493,&quot;24096&quot;:21494,&quot;24139&quot;:21495,&quot;24144&quot;:21496,&quot;24145&quot;:21497,&quot;24156&quot;:21498,&quot;24176&quot;:21499,&quot;24206&quot;:21500,&quot;24226&quot;:21501,&quot;24228&quot;:21502,&quot;24241&quot;:21503,&quot;24268&quot;:21504,&quot;24270&quot;:21505,&quot;24284&quot;:21506,&quot;24286&quot;:21507,&quot;24293&quot;:21508,&quot;24299&quot;:21509,&quot;24326&quot;:21510,&quot;24345&quot;:21511,&quot;24356&quot;:21512,&quot;24363&quot;:21513,&quot;24364&quot;:21514,&quot;24366&quot;:21515,&quot;24368&quot;:21516,&quot;24383&quot;:21517,&quot;24388&quot;:21518,&quot;24411&quot;:21519,&quot;24416&quot;:21520,&quot;24431&quot;:21521,&quot;24436&quot;:21522,&quot;24437&quot;:21523,&quot;24440&quot;:21524,&quot;24442&quot;:21525,&quot;24461&quot;:21526,&quot;24470&quot;:21527,&quot;24477&quot;:21528,&quot;24491&quot;:21529,&quot;24496&quot;:21530,&quot;24497&quot;:21531,&quot;24520&quot;:21532,&quot;24528&quot;:21533,&quot;24529&quot;:21534,&quot;24552&quot;:21535,&quot;24556&quot;:21536,&quot;24562&quot;:21537,&quot;24566&quot;:21538,&quot;24570&quot;:21539,&quot;24586&quot;:21540,&quot;24595&quot;:21541,&quot;24607&quot;:21542,&quot;24621&quot;:21543,&quot;24640&quot;:21544,&quot;24648&quot;:21545,&quot;24657&quot;:21546,&quot;24662&quot;:21547,&quot;24663&quot;:21548,&quot;24689&quot;:21549,&quot;24702&quot;:21550,&quot;24706&quot;:21551,&quot;24710&quot;:21552,&quot;24712&quot;:21553,&quot;24718&quot;:21554,&quot;24721&quot;:21555,&quot;24723&quot;:21556,&quot;24728&quot;:21557,&quot;24738&quot;:21559,&quot;24741&quot;:21560,&quot;24759&quot;:21561,&quot;24770&quot;:21562,&quot;24777&quot;:21563,&quot;24778&quot;:21564,&quot;24782&quot;:21565,&quot;24783&quot;:21566,&quot;24802&quot;:21567,&quot;24805&quot;:21568,&quot;24828&quot;:21569,&quot;24834&quot;:21570,&quot;24839&quot;:21571,&quot;24844&quot;:21572,&quot;24855&quot;:21573,&quot;24866&quot;:21574,&quot;24881&quot;:21575,&quot;24885&quot;:21576,&quot;24889&quot;:21577,&quot;24901&quot;:21578,&quot;24905&quot;:21579,&quot;24940&quot;:21580,&quot;24946&quot;:21581,&quot;24952&quot;:21582,&quot;24960&quot;:21583,&quot;24961&quot;:21584,&quot;24963&quot;:21585,&quot;24964&quot;:21586,&quot;24971&quot;:21587,&quot;24988&quot;:21588,&quot;24992&quot;:21589,&quot;25002&quot;:21590,&quot;25024&quot;:21591,&quot;25025&quot;:21592,&quot;25038&quot;:21593,&quot;25039&quot;:21594,&quot;25054&quot;:21595,&quot;25057&quot;:21596,&quot;25063&quot;:21597,&quot;25065&quot;:21598,&quot;25068&quot;:21599,&quot;25069&quot;:21600,&quot;25071&quot;:21601,&quot;25089&quot;:21602,&quot;25091&quot;:21603,&quot;25116&quot;:21604,&quot;25120&quot;:21605,&quot;25127&quot;:21606,&quot;25131&quot;:21607,&quot;25154&quot;:21608,&quot;25156&quot;:21609,&quot;25168&quot;:21610,&quot;25172&quot;:21611,&quot;25180&quot;:21612,&quot;25213&quot;:21613,&quot;25229&quot;:21614,&quot;25230&quot;:21615,&quot;25231&quot;:21616,&quot;25267&quot;:21617,&quot;25270&quot;:21618,&quot;25271&quot;:21619,&quot;25274&quot;:21620,&quot;25278&quot;:21621,&quot;25279&quot;:21622,&quot;25294&quot;:21623,&quot;25322&quot;:21624,&quot;25330&quot;:21625,&quot;25348&quot;:21626,&quot;25355&quot;:21627,&quot;25363&quot;:21628,&quot;25385&quot;:21629,&quot;25389&quot;:21630,&quot;25418&quot;:21631,&quot;25426&quot;:21632,&quot;25428&quot;:21633,&quot;25432&quot;:21634,&quot;25435&quot;:21635,&quot;25446&quot;:21636,&quot;25453&quot;:21637,&quot;25464&quot;:21638,&quot;25493&quot;:21639,&quot;25498&quot;:21640,&quot;25508&quot;:21641,&quot;25510&quot;:21642,&quot;25517&quot;:21643,&quot;25537&quot;:21644,&quot;25541&quot;:21645,&quot;25544&quot;:21646,&quot;25550&quot;:21647,&quot;25555&quot;:21648,&quot;25587&quot;:21649,&quot;25610&quot;:21650,&quot;25648&quot;:21651,&quot;25675&quot;:21652,&quot;25679&quot;:21653,&quot;25683&quot;:21654,&quot;25692&quot;:21655,&quot;25697&quot;:21656,&quot;25699&quot;:21657,&quot;25733&quot;:21658,&quot;25743&quot;:21659,&quot;25755&quot;:21660,&quot;25761&quot;:21661,&quot;25763&quot;:21662,&quot;25766&quot;:21663,&quot;25768&quot;:21664,&quot;25789&quot;:21665,&quot;25801&quot;:21666,&quot;25809&quot;:21667,&quot;25833&quot;:21668,&quot;25834&quot;:21669,&quot;25845&quot;:21670,&quot;25857&quot;:21671,&quot;25864&quot;:21672,&quot;25865&quot;:21673,&quot;25866&quot;:21674,&quot;25875&quot;:21675,&quot;25894&quot;:21676,&quot;25905&quot;:21677,&quot;25914&quot;:21678,&quot;25916&quot;:21679,&quot;25917&quot;:21680,&quot;25923&quot;:21681,&quot;25936&quot;:21682,&quot;25938&quot;:21683,&quot;25951&quot;:21684,&quot;25981&quot;:21685,&quot;26008&quot;:21686,&quot;26016&quot;:21687,&quot;26019&quot;:21688,&quot;26022&quot;:21689,&quot;26030&quot;:21690,&quot;26035&quot;:21691,&quot;26070&quot;:21692,&quot;26072&quot;:21693,&quot;26100&quot;:21695,&quot;26101&quot;:21696,&quot;26110&quot;:21697,&quot;26111&quot;:21698,&quot;26125&quot;:21699,&quot;26129&quot;:21700,&quot;26130&quot;:21701,&quot;26134&quot;:21702,&quot;26141&quot;:21703,&quot;26147&quot;:21704,&quot;26150&quot;:21705,&quot;26153&quot;:21706,&quot;26169&quot;:21707,&quot;26167&quot;:21708,&quot;26176&quot;:21709,&quot;26182&quot;:21710,&quot;26186&quot;:21711,&quot;26200&quot;:21712,&quot;26208&quot;:21713,&quot;26229&quot;:21714,&quot;26239&quot;:21715,&quot;26233&quot;:21716,&quot;26236&quot;:21717,&quot;26266&quot;:21718,&quot;26267&quot;:21719,&quot;26268&quot;:21720,&quot;26271&quot;:21721,&quot;26306&quot;:21723,&quot;26307&quot;:21724,&quot;26316&quot;:21725,&quot;26318&quot;:21726,&quot;26324&quot;:21727,&quot;26335&quot;:21728,&quot;26347&quot;:21729,&quot;26350&quot;:21730,&quot;26375&quot;:21731,&quot;26396&quot;:21732,&quot;26400&quot;:21733,&quot;26402&quot;:21734,&quot;26430&quot;:21735,&quot;26437&quot;:21736,&quot;26476&quot;:21737,&quot;26500&quot;:21738,&quot;26510&quot;:21739,&quot;26518&quot;:21740,&quot;26521&quot;:21741,&quot;26556&quot;:21742,&quot;26557&quot;:21743,&quot;26562&quot;:21744,&quot;26565&quot;:21745,&quot;26569&quot;:21746,&quot;26588&quot;:21747,&quot;26593&quot;:21748,&quot;26598&quot;:21749,&quot;26610&quot;:21750,&quot;26614&quot;:21751,&quot;26644&quot;:21752,&quot;26649&quot;:21753,&quot;26663&quot;:21754,&quot;26671&quot;:21755,&quot;26687&quot;:21756,&quot;26698&quot;:21757,&quot;26712&quot;:21758,&quot;26735&quot;:21759,&quot;26736&quot;:21760,&quot;26737&quot;:21761,&quot;26745&quot;:21762,&quot;26747&quot;:21763,&quot;26760&quot;:21764,&quot;26785&quot;:21765,&quot;26793&quot;:21766,&quot;26798&quot;:21767,&quot;26833&quot;:21768,&quot;26835&quot;:21769,&quot;26844&quot;:21770,&quot;26845&quot;:21771,&quot;26858&quot;:21772,&quot;26870&quot;:21773,&quot;26877&quot;:21774,&quot;26886&quot;:21775,&quot;26889&quot;:21776,&quot;26896&quot;:21777,&quot;26902&quot;:21778,&quot;26929&quot;:21779,&quot;26949&quot;:21780,&quot;26958&quot;:21781,&quot;26982&quot;:21782,&quot;26992&quot;:21783,&quot;26993&quot;:21784,&quot;27003&quot;:21785,&quot;27021&quot;:21786,&quot;27041&quot;:21787,&quot;27064&quot;:21788,&quot;27077&quot;:21789,&quot;27080&quot;:21790,&quot;27136&quot;:21792,&quot;27139&quot;:21793,&quot;27168&quot;:21794,&quot;27172&quot;:21795,&quot;27191&quot;:21796,&quot;27242&quot;:21798,&quot;27265&quot;:21799,&quot;27270&quot;:21800,&quot;27271&quot;:21801,&quot;27291&quot;:21802,&quot;27312&quot;:21803,&quot;27313&quot;:21804,&quot;27316&quot;:21805,&quot;27326&quot;:21806,&quot;27327&quot;:21807,&quot;27340&quot;:21808,&quot;27349&quot;:21809,&quot;27350&quot;:21810,&quot;27376&quot;:21811,&quot;27388&quot;:21812,&quot;27394&quot;:21813,&quot;27398&quot;:21814,&quot;27399&quot;:21815,&quot;27401&quot;:21816,&quot;27432&quot;:21817,&quot;27435&quot;:21818,&quot;27446&quot;:21819,&quot;27469&quot;:21820,&quot;27474&quot;:21821,&quot;27485&quot;:21822,&quot;27499&quot;:21823,&quot;27502&quot;:21824,&quot;27504&quot;:21825,&quot;27525&quot;:21826,&quot;27543&quot;:21827,&quot;27551&quot;:21828,&quot;27552&quot;:21829,&quot;27554&quot;:21830,&quot;27555&quot;:21831,&quot;27560&quot;:21832,&quot;27564&quot;:21833,&quot;27576&quot;:21834,&quot;27577&quot;:21835,&quot;27587&quot;:21836,&quot;27588&quot;:21837,&quot;27619&quot;:21838,&quot;27666&quot;:21839,&quot;27673&quot;:21840,&quot;27679&quot;:21841,&quot;27686&quot;:21842,&quot;27687&quot;:21843,&quot;27688&quot;:21844,&quot;27694&quot;:21845,&quot;27707&quot;:21846,&quot;27723&quot;:21847,&quot;27727&quot;:21848,&quot;27755&quot;:21849,&quot;27768&quot;:21850,&quot;27783&quot;:21851,&quot;27807&quot;:21852,&quot;27824&quot;:21853,&quot;27826&quot;:21854,&quot;27853&quot;:21855,&quot;27855&quot;:21856,&quot;27857&quot;:21857,&quot;27879&quot;:21858,&quot;27890&quot;:21859,&quot;27892&quot;:21860,&quot;27911&quot;:21861,&quot;27919&quot;:21862,&quot;27923&quot;:21863,&quot;27930&quot;:21864,&quot;27944&quot;:21865,&quot;27999&quot;:21866,&quot;28007&quot;:21867,&quot;28050&quot;:21868,&quot;28055&quot;:21869,&quot;28087&quot;:21870,&quot;28093&quot;:21871,&quot;28128&quot;:21872,&quot;28130&quot;:21873,&quot;28133&quot;:21874,&quot;28143&quot;:21875,&quot;28148&quot;:21876,&quot;28160&quot;:21877,&quot;28164&quot;:21878,&quot;28219&quot;:21879,&quot;28242&quot;:21880,&quot;28253&quot;:21881,&quot;28258&quot;:21882,&quot;28264&quot;:21883,&quot;28301&quot;:21884,&quot;28313&quot;:21885,&quot;28320&quot;:21886,&quot;28333&quot;:21887,&quot;28334&quot;:21888,&quot;28339&quot;:21889,&quot;28347&quot;:21890,&quot;28352&quot;:21891,&quot;28360&quot;:21892,&quot;28365&quot;:21893,&quot;28367&quot;:21894,&quot;28397&quot;:21895,&quot;28398&quot;:21896,&quot;28420&quot;:21897,&quot;28424&quot;:21898,&quot;28429&quot;:21899,&quot;28438&quot;:21900,&quot;28443&quot;:21901,&quot;28475&quot;:21902,&quot;28461&quot;:21903,&quot;28495&quot;:21904,&quot;28499&quot;:21905,&quot;28509&quot;:21906,&quot;28524&quot;:21907,&quot;28547&quot;:21908,&quot;28563&quot;:21909,&quot;28582&quot;:21910,&quot;28592&quot;:21911,&quot;28613&quot;:21912,&quot;28648&quot;:21913,&quot;28669&quot;:21914,&quot;28695&quot;:21915,&quot;28719&quot;:21916,&quot;28724&quot;:21917,&quot;28727&quot;:21918,&quot;28740&quot;:21919,&quot;28744&quot;:21920,&quot;28757&quot;:21921,&quot;28820&quot;:21922,&quot;28822&quot;:21923,&quot;28827&quot;:21924,&quot;28852&quot;:21925,&quot;28922&quot;:21926,&quot;28933&quot;:21927,&quot;28939&quot;:21928,&quot;28973&quot;:21929,&quot;28984&quot;:21930,&quot;28993&quot;:21931,&quot;29003&quot;:21932,&quot;29015&quot;:21934,&quot;29018&quot;:21935,&quot;29068&quot;:21936,&quot;29082&quot;:21937,&quot;29104&quot;:21938,&quot;29119&quot;:21939,&quot;29120&quot;:21940,&quot;29132&quot;:21941,&quot;29146&quot;:21942,&quot;29176&quot;:21943,&quot;29192&quot;:21944,&quot;29193&quot;:21945,&quot;29203&quot;:21946,&quot;29210&quot;:21947,&quot;29220&quot;:21948,&quot;29231&quot;:21949,&quot;29253&quot;:21950,&quot;29262&quot;:21951,&quot;29278&quot;:21952,&quot;29291&quot;:21953,&quot;29297&quot;:21954,&quot;29307&quot;:21955,&quot;29308&quot;:21956,&quot;29321&quot;:21957,&quot;29331&quot;:21958,&quot;29352&quot;:21959,&quot;29397&quot;:21960,&quot;29398&quot;:21961,&quot;29400&quot;:21962,&quot;29407&quot;:21963,&quot;29438&quot;:21964,&quot;29453&quot;:21965,&quot;29459&quot;:21966,&quot;29490&quot;:21967,&quot;29493&quot;:21968,&quot;29526&quot;:21969,&quot;29533&quot;:21970,&quot;29534&quot;:21971,&quot;29535&quot;:21972,&quot;29536&quot;:21973,&quot;29545&quot;:21974,&quot;29561&quot;:21975,&quot;29568&quot;:21976,&quot;29582&quot;:21977,&quot;29584&quot;:21978,&quot;29587&quot;:21979,&quot;29591&quot;:21980,&quot;29610&quot;:21981,&quot;29613&quot;:21982,&quot;29638&quot;:21983,&quot;29644&quot;:21984,&quot;29651&quot;:21985,&quot;29661&quot;:21986,&quot;29670&quot;:21987,&quot;29687&quot;:21988,&quot;29691&quot;:21989,&quot;29695&quot;:21990,&quot;29696&quot;:21991,&quot;29713&quot;:21992,&quot;29741&quot;:21993,&quot;29799&quot;:21994,&quot;29800&quot;:21995,&quot;29806&quot;:21996,&quot;29839&quot;:21997,&quot;29841&quot;:21998,&quot;29850&quot;:21999,&quot;29870&quot;:22000,&quot;29873&quot;:22001,&quot;29874&quot;:22002,&quot;29900&quot;:22003,&quot;29904&quot;:22004,&quot;29907&quot;:22005,&quot;29915&quot;:22007,&quot;29928&quot;:22008,&quot;29930&quot;:22009,&quot;29948&quot;:22011,&quot;29958&quot;:22012,&quot;29970&quot;:22013,&quot;29991&quot;:22014,&quot;29993&quot;:22015,&quot;30006&quot;:22016,&quot;30009&quot;:22017,&quot;30019&quot;:22018,&quot;30023&quot;:22019,&quot;30039&quot;:22020,&quot;30047&quot;:22021,&quot;30049&quot;:22022,&quot;30075&quot;:22023,&quot;30076&quot;:22024,&quot;30085&quot;:22025,&quot;30101&quot;:22026,&quot;30108&quot;:22027,&quot;30138&quot;:22028,&quot;30226&quot;:22029,&quot;30243&quot;:22030,&quot;30249&quot;:22031,&quot;30265&quot;:22032,&quot;30266&quot;:22033,&quot;30272&quot;:22034,&quot;30276&quot;:22035,&quot;30297&quot;:22036,&quot;30341&quot;:22037,&quot;30348&quot;:22038,&quot;30349&quot;:22039,&quot;30367&quot;:22040,&quot;30370&quot;:22041,&quot;30371&quot;:22042,&quot;30401&quot;:22043,&quot;30411&quot;:22044,&quot;30432&quot;:22046,&quot;30454&quot;:22047,&quot;30470&quot;:22048,&quot;30482&quot;:22049,&quot;30484&quot;:22050,&quot;30485&quot;:22051,&quot;30492&quot;:22052,&quot;30510&quot;:22053,&quot;30525&quot;:22054,&quot;30530&quot;:22055,&quot;30546&quot;:22056,&quot;30550&quot;:22057,&quot;30551&quot;:22058,&quot;30576&quot;:22059,&quot;30579&quot;:22060,&quot;30580&quot;:22061,&quot;30638&quot;:22064,&quot;30641&quot;:22065,&quot;30645&quot;:22066,&quot;30659&quot;:22067,&quot;30674&quot;:22068,&quot;30677&quot;:22069,&quot;30712&quot;:22070,&quot;30734&quot;:22071,&quot;30737&quot;:22072,&quot;30749&quot;:22073,&quot;30755&quot;:22074,&quot;30788&quot;:22075,&quot;30792&quot;:22076,&quot;30796&quot;:22077,&quot;30802&quot;:22078,&quot;30814&quot;:22079,&quot;30816&quot;:22080,&quot;30817&quot;:22081,&quot;30819&quot;:22082,&quot;30863&quot;:22083,&quot;30888&quot;:22084,&quot;30892&quot;:22085,&quot;30898&quot;:22086,&quot;30909&quot;:22087,&quot;30911&quot;:22088,&quot;30919&quot;:22089,&quot;30930&quot;:22090,&quot;30934&quot;:22091,&quot;30939&quot;:22092,&quot;30943&quot;:22093,&quot;30954&quot;:22094,&quot;30963&quot;:22095,&quot;30966&quot;:22096,&quot;30975&quot;:22097,&quot;30982&quot;:22098,&quot;31002&quot;:22099,&quot;31006&quot;:22100,&quot;31008&quot;:22101,&quot;31017&quot;:22102,&quot;31021&quot;:22103,&quot;31029&quot;:22104,&quot;31044&quot;:22105,&quot;31051&quot;:22106,&quot;31055&quot;:22107,&quot;31057&quot;:22108,&quot;31081&quot;:22109,&quot;31099&quot;:22110,&quot;31102&quot;:22111,&quot;31116&quot;:22112,&quot;31121&quot;:22113,&quot;31123&quot;:22114,&quot;31132&quot;:22115,&quot;31144&quot;:22116,&quot;31151&quot;:22117,&quot;31183&quot;:22118,&quot;31197&quot;:22119,&quot;31200&quot;:22120,&quot;31202&quot;:22121,&quot;31205&quot;:22122,&quot;31217&quot;:22123,&quot;31224&quot;:22124,&quot;31228&quot;:22125,&quot;31239&quot;:22126,&quot;31265&quot;:22127,&quot;31271&quot;:22128,&quot;31275&quot;:22129,&quot;31279&quot;:22130,&quot;31284&quot;:22131,&quot;31285&quot;:22132,&quot;31304&quot;:22133,&quot;31317&quot;:22134,&quot;31333&quot;:22135,&quot;31358&quot;:22136,&quot;31371&quot;:22137,&quot;31377&quot;:22138,&quot;31390&quot;:22139,&quot;31433&quot;:22140,&quot;31451&quot;:22141,&quot;31465&quot;:22142,&quot;31468&quot;:22143,&quot;31473&quot;:22144,&quot;31483&quot;:22145,&quot;31519&quot;:22146,&quot;31523&quot;:22147,&quot;31529&quot;:22148,&quot;31536&quot;:22149,&quot;31540&quot;:22150,&quot;31551&quot;:22151,&quot;31552&quot;:22152,&quot;31594&quot;:22153,&quot;31620&quot;:22154,&quot;31625&quot;:22155,&quot;31630&quot;:22156,&quot;31638&quot;:22157,&quot;31653&quot;:22158,&quot;31666&quot;:22159,&quot;31670&quot;:22160,&quot;31674&quot;:22161,&quot;31675&quot;:22162,&quot;31677&quot;:22163,&quot;31682&quot;:22164,&quot;31688&quot;:22165,&quot;31707&quot;:22166,&quot;31732&quot;:22167,&quot;31733&quot;:22168,&quot;31737&quot;:22169,&quot;31738&quot;:22170,&quot;31746&quot;:22171,&quot;31748&quot;:22172,&quot;31750&quot;:22173,&quot;31756&quot;:22174,&quot;31769&quot;:22175,&quot;31771&quot;:22176,&quot;31781&quot;:22177,&quot;31788&quot;:22178,&quot;31796&quot;:22179,&quot;31801&quot;:22180,&quot;31802&quot;:22181,&quot;31814&quot;:22182,&quot;31829&quot;:22183,&quot;31834&quot;:22184,&quot;31843&quot;:22185,&quot;31868&quot;:22187,&quot;31878&quot;:22188,&quot;31920&quot;:22189,&quot;31931&quot;:22190,&quot;31951&quot;:22191,&quot;31956&quot;:22192,&quot;31977&quot;:22193,&quot;32015&quot;:22194,&quot;32017&quot;:22195,&quot;32022&quot;:22196,&quot;32038&quot;:22197,&quot;32042&quot;:22198,&quot;32045&quot;:22199,&quot;32081&quot;:22200,&quot;32087&quot;:22201,&quot;32101&quot;:22202,&quot;32103&quot;:22203,&quot;32120&quot;:22204,&quot;32123&quot;:22205,&quot;32129&quot;:22206,&quot;32150&quot;:22207,&quot;32195&quot;:22208,&quot;32196&quot;:22209,&quot;32197&quot;:22210,&quot;32198&quot;:22211,&quot;32205&quot;:22212,&quot;32206&quot;:22213,&quot;32256&quot;:22214,&quot;32226&quot;:22215,&quot;32234&quot;:22216,&quot;32237&quot;:22217,&quot;32250&quot;:22218,&quot;32284&quot;:22219,&quot;32301&quot;:22220,&quot;32307&quot;:22221,&quot;32319&quot;:22222,&quot;32334&quot;:22223,&quot;32336&quot;:22224,&quot;32344&quot;:22225,&quot;32351&quot;:22226,&quot;32357&quot;:22227,&quot;32405&quot;:22228,&quot;32413&quot;:22229,&quot;32414&quot;:22230,&quot;32575&quot;:22231,&quot;32604&quot;:22232,&quot;32614&quot;:22233,&quot;32653&quot;:22235,&quot;32655&quot;:22236,&quot;32678&quot;:22237,&quot;32682&quot;:22238,&quot;32692&quot;:22239,&quot;32700&quot;:22240,&quot;32704&quot;:22241,&quot;32712&quot;:22242,&quot;32744&quot;:22243,&quot;32783&quot;:22244,&quot;32787&quot;:22245,&quot;32797&quot;:22246,&quot;32799&quot;:22247,&quot;32800&quot;:22248,&quot;32814&quot;:22249,&quot;32820&quot;:22250,&quot;32830&quot;:22251,&quot;32832&quot;:22252,&quot;32836&quot;:22253,&quot;32868&quot;:22254,&quot;32877&quot;:22255,&quot;32897&quot;:22256,&quot;32953&quot;:22257,&quot;32968&quot;:22258,&quot;32973&quot;:22259,&quot;32978&quot;:22260,&quot;33006&quot;:22261,&quot;33010&quot;:22262,&quot;33014&quot;:22263,&quot;33017&quot;:22264,&quot;33035&quot;:22265,&quot;33052&quot;:22266,&quot;33056&quot;:22267,&quot;33084&quot;:22268,&quot;33093&quot;:22269,&quot;33095&quot;:22270,&quot;33106&quot;:22271,&quot;33121&quot;:22272,&quot;33143&quot;:22273,&quot;33158&quot;:22274,&quot;33166&quot;:22275,&quot;33174&quot;:22276,&quot;33186&quot;:22277,&quot;33198&quot;:22278,&quot;33221&quot;:22279,&quot;33230&quot;:22280,&quot;33259&quot;:22281,&quot;33264&quot;:22282,&quot;33265&quot;:22283,&quot;33266&quot;:22284,&quot;33269&quot;:22285,&quot;33272&quot;:22286,&quot;33295&quot;:22288,&quot;33309&quot;:22289,&quot;33320&quot;:22290,&quot;33347&quot;:22291,&quot;33358&quot;:22292,&quot;33361&quot;:22293,&quot;33366&quot;:22294,&quot;33383&quot;:22295,&quot;33403&quot;:22296,&quot;33408&quot;:22297,&quot;33409&quot;:22298,&quot;33415&quot;:22299,&quot;33428&quot;:22300,&quot;33430&quot;:22301,&quot;33432&quot;:22302,&quot;33434&quot;:22303,&quot;33435&quot;:22304,&quot;33440&quot;:22305,&quot;33498&quot;:22306,&quot;33504&quot;:22307,&quot;33508&quot;:22308,&quot;33517&quot;:22309,&quot;33546&quot;:22310,&quot;33547&quot;:22311,&quot;33566&quot;:22312,&quot;33567&quot;:22313,&quot;33569&quot;:22314,&quot;33580&quot;:22315,&quot;33582&quot;:22316,&quot;33587&quot;:22317,&quot;33591&quot;:22318,&quot;33597&quot;:22319,&quot;33602&quot;:22320,&quot;33613&quot;:22321,&quot;33614&quot;:22322,&quot;33648&quot;:22323,&quot;33664&quot;:22324,&quot;33666&quot;:22325,&quot;33668&quot;:22326,&quot;33689&quot;:22327,&quot;33692&quot;:22328,&quot;33702&quot;:22329,&quot;33708&quot;:22330,&quot;33726&quot;:22331,&quot;33619&quot;:22332,&quot;33768&quot;:22333,&quot;33817&quot;:22334,&quot;33709&quot;:22335,&quot;33839&quot;:22336,&quot;33861&quot;:22337,&quot;33863&quot;:22338,&quot;33869&quot;:22339,&quot;33878&quot;:22340,&quot;33888&quot;:22342,&quot;33892&quot;:22343,&quot;33895&quot;:22344,&quot;33898&quot;:22345,&quot;33908&quot;:22346,&quot;33917&quot;:22347,&quot;33938&quot;:22348,&quot;33941&quot;:22349,&quot;33961&quot;:22350,&quot;33962&quot;:22351,&quot;33991&quot;:22352,&quot;33992&quot;:22353,&quot;33996&quot;:22354,&quot;34034&quot;:22355,&quot;34039&quot;:22356,&quot;34050&quot;:22357,&quot;34051&quot;:22358,&quot;34055&quot;:22359,&quot;34062&quot;:22360,&quot;34064&quot;:22361,&quot;34076&quot;:22362,&quot;34082&quot;:22363,&quot;34087&quot;:22364,&quot;34090&quot;:22365,&quot;34099&quot;:22366,&quot;34102&quot;:22367,&quot;34111&quot;:22368,&quot;34128&quot;:22369,&quot;34130&quot;:22370,&quot;34140&quot;:22371,&quot;34143&quot;:22373,&quot;34144&quot;:22374,&quot;34169&quot;:22375,&quot;34185&quot;:22376,&quot;34187&quot;:22377,&quot;34208&quot;:22378,&quot;34213&quot;:22379,&quot;34215&quot;:22380,&quot;34228&quot;:22381,&quot;34230&quot;:22382,&quot;34232&quot;:22383,&quot;34237&quot;:22384,&quot;34238&quot;:22385,&quot;34239&quot;:22386,&quot;34242&quot;:22387,&quot;34266&quot;:22388,&quot;34272&quot;:22389,&quot;34280&quot;:22390,&quot;34291&quot;:22391,&quot;34300&quot;:22392,&quot;34317&quot;:22393,&quot;34318&quot;:22394,&quot;34329&quot;:22395,&quot;34331&quot;:22396,&quot;34358&quot;:22397,&quot;34362&quot;:22398,&quot;34365&quot;:22399,&quot;34392&quot;:22400,&quot;34393&quot;:22401,&quot;34397&quot;:22402,&quot;34400&quot;:22403,&quot;34401&quot;:22404,&quot;34404&quot;:22405,&quot;34409&quot;:22406,&quot;34422&quot;:22407,&quot;34454&quot;:22408,&quot;34458&quot;:22409,&quot;34465&quot;:22410,&quot;34470&quot;:22411,&quot;34477&quot;:22412,&quot;34484&quot;:22413,&quot;34485&quot;:22414,&quot;34487&quot;:22415,&quot;34489&quot;:22416,&quot;34495&quot;:22417,&quot;34501&quot;:22418,&quot;34514&quot;:22419,&quot;34522&quot;:22420,&quot;34524&quot;:22421,&quot;34528&quot;:22422,&quot;34533&quot;:22423,&quot;34535&quot;:22424,&quot;34440&quot;:22425,&quot;34564&quot;:22426,&quot;34575&quot;:22427,&quot;34607&quot;:22428,&quot;34610&quot;:22429,&quot;34620&quot;:22430,&quot;34621&quot;:22431,&quot;34629&quot;:22432,&quot;34637&quot;:22433,&quot;34657&quot;:22434,&quot;34671&quot;:22435,&quot;34691&quot;:22436,&quot;34692&quot;:22437,&quot;34693&quot;:22438,&quot;34694&quot;:22439,&quot;34704&quot;:22440,&quot;34709&quot;:22441,&quot;34737&quot;:22443,&quot;34760&quot;:22444,&quot;34762&quot;:22445,&quot;34773&quot;:22446,&quot;34777&quot;:22447,&quot;34780&quot;:22448,&quot;34786&quot;:22449,&quot;34788&quot;:22450,&quot;34801&quot;:22451,&quot;34803&quot;:22452,&quot;34808&quot;:22453,&quot;34810&quot;:22454,&quot;34815&quot;:22455,&quot;34825&quot;:22456,&quot;34841&quot;:22457,&quot;34834&quot;:22458,&quot;34842&quot;:22459,&quot;34846&quot;:22460,&quot;34864&quot;:22461,&quot;34869&quot;:22462,&quot;34881&quot;:22463,&quot;34883&quot;:22464,&quot;34888&quot;:22465,&quot;34889&quot;:22466,&quot;34897&quot;:22468,&quot;34908&quot;:22469,&quot;34912&quot;:22470,&quot;34929&quot;:22471,&quot;34937&quot;:22472,&quot;34939&quot;:22473,&quot;34944&quot;:22474,&quot;34975&quot;:22475,&quot;34984&quot;:22476,&quot;35002&quot;:22477,&quot;35019&quot;:22478,&quot;35020&quot;:22479,&quot;35038&quot;:22480,&quot;35047&quot;:22481,&quot;35063&quot;:22482,&quot;35085&quot;:22483,&quot;35093&quot;:22484,&quot;35094&quot;:22485,&quot;35104&quot;:22486,&quot;35112&quot;:22487,&quot;35121&quot;:22488,&quot;35130&quot;:22489,&quot;35142&quot;:22490,&quot;35151&quot;:22491,&quot;35154&quot;:22492,&quot;35159&quot;:22493,&quot;35163&quot;:22494,&quot;35169&quot;:22495,&quot;35171&quot;:22496,&quot;35182&quot;:22497,&quot;35187&quot;:22498,&quot;35189&quot;:22499,&quot;35194&quot;:22500,&quot;35197&quot;:22501,&quot;35213&quot;:22502,&quot;35221&quot;:22503,&quot;35227&quot;:22504,&quot;35228&quot;:22505,&quot;35232&quot;:22506,&quot;35252&quot;:22507,&quot;35254&quot;:22508,&quot;35287&quot;:22509,&quot;35305&quot;:22510,&quot;35309&quot;:22511,&quot;35321&quot;:22512,&quot;35332&quot;:22513,&quot;35333&quot;:22514,&quot;35358&quot;:22515,&quot;35360&quot;:22516,&quot;35364&quot;:22517,&quot;35366&quot;:22518,&quot;35371&quot;:22519,&quot;35372&quot;:22520,&quot;35375&quot;:22521,&quot;35389&quot;:22522,&quot;35392&quot;:22523,&quot;35395&quot;:22524,&quot;35411&quot;:22525,&quot;35414&quot;:22526,&quot;35420&quot;:22527,&quot;35429&quot;:22528,&quot;35446&quot;:22529,&quot;35447&quot;:22530,&quot;35450&quot;:22531,&quot;35451&quot;:22532,&quot;35456&quot;:22533,&quot;35459&quot;:22534,&quot;35467&quot;:22535,&quot;35471&quot;:22536,&quot;35474&quot;:22537,&quot;35479&quot;:22538,&quot;35481&quot;:22539,&quot;35487&quot;:22540,&quot;35497&quot;:22541,&quot;35503&quot;:22542,&quot;35507&quot;:22543,&quot;35515&quot;:22544,&quot;35523&quot;:22545,&quot;35526&quot;:22546,&quot;35528&quot;:22547,&quot;35530&quot;:22548,&quot;35539&quot;:22549,&quot;35540&quot;:22550,&quot;35541&quot;:22551,&quot;35568&quot;:22552,&quot;35583&quot;:22553,&quot;35595&quot;:22554,&quot;35614&quot;:22555,&quot;35632&quot;:22556,&quot;35644&quot;:22557,&quot;35650&quot;:22558,&quot;35656&quot;:22559,&quot;35661&quot;:22560,&quot;35683&quot;:22561,&quot;35705&quot;:22562,&quot;35716&quot;:22563,&quot;35725&quot;:22564,&quot;35727&quot;:22565,&quot;35896&quot;:22566,&quot;35902&quot;:22567,&quot;35921&quot;:22568,&quot;35928&quot;:22569,&quot;35931&quot;:22570,&quot;35933&quot;:22571,&quot;35929&quot;:22572,&quot;35939&quot;:22573,&quot;35940&quot;:22574,&quot;35942&quot;:22575,&quot;35957&quot;:22576,&quot;35958&quot;:22577,&quot;35966&quot;:22578,&quot;35974&quot;:22579,&quot;35975&quot;:22580,&quot;35979&quot;:22581,&quot;35984&quot;:22582,&quot;35996&quot;:22584,&quot;36025&quot;:22585,&quot;36038&quot;:22586,&quot;36043&quot;:22587,&quot;36047&quot;:22588,&quot;36061&quot;:22589,&quot;36072&quot;:22590,&quot;36079&quot;:22591,&quot;36082&quot;:22592,&quot;36095&quot;:22593,&quot;36197&quot;:22594,&quot;36223&quot;:22595,&quot;36226&quot;:22596,&quot;36232&quot;:22597,&quot;36240&quot;:22598,&quot;36254&quot;:22599,&quot;36256&quot;:22600,&quot;36268&quot;:22601,&quot;36277&quot;:22602,&quot;36279&quot;:22603,&quot;36281&quot;:22604,&quot;36283&quot;:22605,&quot;36288&quot;:22606,&quot;36293&quot;:22607,&quot;36295&quot;:22608,&quot;36298&quot;:22609,&quot;36308&quot;:22610,&quot;36325&quot;:22611,&quot;36336&quot;:22612,&quot;36284&quot;:22613,&quot;36356&quot;:22614,&quot;36357&quot;:22615,&quot;36369&quot;:22616,&quot;36403&quot;:22617,&quot;36407&quot;:22618,&quot;36408&quot;:22619,&quot;36430&quot;:22620,&quot;36443&quot;:22621,&quot;36445&quot;:22622,&quot;36446&quot;:22623,&quot;36473&quot;:22624,&quot;36482&quot;:22625,&quot;36483&quot;:22626,&quot;36507&quot;:22627,&quot;36509&quot;:22628,&quot;36514&quot;:22629,&quot;36538&quot;:22630,&quot;36545&quot;:22631,&quot;36547&quot;:22632,&quot;36548&quot;:22633,&quot;36551&quot;:22634,&quot;36572&quot;:22635,&quot;36590&quot;:22636,&quot;36593&quot;:22637,&quot;36599&quot;:22638,&quot;36589&quot;:22639,&quot;36610&quot;:22640,&quot;36623&quot;:22641,&quot;36624&quot;:22642,&quot;36630&quot;:22643,&quot;36640&quot;:22644,&quot;36641&quot;:22645,&quot;36643&quot;:22646,&quot;36648&quot;:22647,&quot;36654&quot;:22648,&quot;36660&quot;:22649,&quot;36663&quot;:22650,&quot;36673&quot;:22651,&quot;36687&quot;:22652,&quot;36690&quot;:22653,&quot;36691&quot;:22654,&quot;36701&quot;:22655,&quot;36702&quot;:22656,&quot;36709&quot;:22657,&quot;36765&quot;:22658,&quot;36792&quot;:22659,&quot;36798&quot;:22660,&quot;36800&quot;:22661,&quot;36811&quot;:22662,&quot;36816&quot;:22663,&quot;36818&quot;:22664,&quot;36835&quot;:22665,&quot;36862&quot;:22666,&quot;36888&quot;:22667,&quot;36904&quot;:22668,&quot;36905&quot;:22669,&quot;36906&quot;:22670,&quot;36915&quot;:22671,&quot;36916&quot;:22672,&quot;36927&quot;:22673,&quot;36962&quot;:22674,&quot;36966&quot;:22675,&quot;36972&quot;:22676,&quot;37006&quot;:22677,&quot;37029&quot;:22678,&quot;37068&quot;:22679,&quot;37077&quot;:22680,&quot;37080&quot;:22681,&quot;37081&quot;:22682,&quot;37093&quot;:22683,&quot;37074&quot;:22684,&quot;37128&quot;:22685,&quot;37133&quot;:22686,&quot;37136&quot;:22687,&quot;37146&quot;:22688,&quot;37152&quot;:22689,&quot;37161&quot;:22690,&quot;37166&quot;:22691,&quot;37174&quot;:22692,&quot;37180&quot;:22693,&quot;37187&quot;:22694,&quot;37199&quot;:22695,&quot;37203&quot;:22696,&quot;37229&quot;:22697,&quot;37243&quot;:22698,&quot;37249&quot;:22699,&quot;37254&quot;:22700,&quot;37267&quot;:22701,&quot;37268&quot;:22702,&quot;37272&quot;:22703,&quot;37281&quot;:22704,&quot;37286&quot;:22705,&quot;37311&quot;:22706,&quot;37331&quot;:22707,&quot;37332&quot;:22708,&quot;37337&quot;:22709,&quot;37353&quot;:22710,&quot;37354&quot;:22711,&quot;37359&quot;:22712,&quot;37369&quot;:22713,&quot;37373&quot;:22714,&quot;37380&quot;:22715,&quot;37381&quot;:22716,&quot;37388&quot;:22717,&quot;37394&quot;:22718,&quot;37395&quot;:22719,&quot;37400&quot;:22720,&quot;37404&quot;:22721,&quot;37405&quot;:22722,&quot;37412&quot;:22723,&quot;37413&quot;:22724,&quot;37414&quot;:22725,&quot;37422&quot;:22726,&quot;37423&quot;:22727,&quot;37424&quot;:22728,&quot;37429&quot;:22729,&quot;37430&quot;:22730,&quot;37438&quot;:22731,&quot;37446&quot;:22732,&quot;37453&quot;:22733,&quot;37464&quot;:22734,&quot;37468&quot;:22735,&quot;37469&quot;:22736,&quot;37481&quot;:22737,&quot;37486&quot;:22738,&quot;37487&quot;:22739,&quot;37488&quot;:22740,&quot;37493&quot;:22741,&quot;37497&quot;:22742,&quot;37499&quot;:22743,&quot;37514&quot;:22744,&quot;37522&quot;:22745,&quot;37536&quot;:22746,&quot;37540&quot;:22747,&quot;37541&quot;:22748,&quot;37544&quot;:22749,&quot;37558&quot;:22750,&quot;37560&quot;:22751,&quot;37562&quot;:22752,&quot;37565&quot;:22753,&quot;37575&quot;:22754,&quot;37581&quot;:22755,&quot;37592&quot;:22756,&quot;37596&quot;:22757,&quot;37597&quot;:22758,&quot;37601&quot;:22759,&quot;37603&quot;:22760,&quot;37608&quot;:22761,&quot;37612&quot;:22762,&quot;37614&quot;:22763,&quot;37616&quot;:22764,&quot;37632&quot;:22765,&quot;37640&quot;:22766,&quot;37660&quot;:22767,&quot;37668&quot;:22768,&quot;37674&quot;:22769,&quot;37684&quot;:22770,&quot;37687&quot;:22771,&quot;37712&quot;:22772,&quot;37717&quot;:22773,&quot;37726&quot;:22774,&quot;37735&quot;:22775,&quot;37737&quot;:22776,&quot;37743&quot;:22777,&quot;37748&quot;:22778,&quot;37750&quot;:22779,&quot;37754&quot;:22780,&quot;37757&quot;:22781,&quot;37760&quot;:22782,&quot;37761&quot;:22783,&quot;37773&quot;:22784,&quot;37778&quot;:22785,&quot;37781&quot;:22786,&quot;37784&quot;:22787,&quot;37798&quot;:22789,&quot;37800&quot;:22790,&quot;37803&quot;:22791,&quot;37812&quot;:22792,&quot;37813&quot;:22793,&quot;37814&quot;:22794,&quot;37828&quot;:22795,&quot;37829&quot;:22796,&quot;37833&quot;:22797,&quot;37835&quot;:22798,&quot;37837&quot;:22799,&quot;37843&quot;:22800,&quot;37849&quot;:22801,&quot;37879&quot;:22802,&quot;37889&quot;:22803,&quot;37896&quot;:22804,&quot;37909&quot;:22805,&quot;37919&quot;:22806,&quot;37935&quot;:22807,&quot;37949&quot;:22808,&quot;37955&quot;:22809,&quot;37977&quot;:22810,&quot;37980&quot;:22811,&quot;37983&quot;:22812,&quot;37985&quot;:22813,&quot;37992&quot;:22814,&quot;37998&quot;:22815,&quot;38020&quot;:22816,&quot;38019&quot;:22817,&quot;38270&quot;:22818,&quot;38276&quot;:22819,&quot;38301&quot;:22820,&quot;38302&quot;:22821,&quot;38330&quot;:22822,&quot;38361&quot;:22823,&quot;38365&quot;:22824,&quot;38367&quot;:22825,&quot;38430&quot;:22826,&quot;38434&quot;:22827,&quot;38437&quot;:22828,&quot;38438&quot;:22829,&quot;38455&quot;:22830,&quot;38457&quot;:22831,&quot;38458&quot;:22832,&quot;38482&quot;:22833,&quot;38486&quot;:22834,&quot;38487&quot;:22835,&quot;38510&quot;:22836,&quot;38524&quot;:22837,&quot;38526&quot;:22838,&quot;38545&quot;:22839,&quot;38559&quot;:22840,&quot;38566&quot;:22841,&quot;38602&quot;:22842,&quot;38623&quot;:22844,&quot;38650&quot;:22845,&quot;38661&quot;:22846,&quot;38682&quot;:22847,&quot;38685&quot;:22848,&quot;38730&quot;:22850,&quot;38744&quot;:22851,&quot;38775&quot;:22852,&quot;38776&quot;:22853,&quot;38779&quot;:22854,&quot;38784&quot;:22855,&quot;38793&quot;:22856,&quot;38807&quot;:22857,&quot;38840&quot;:22858,&quot;38844&quot;:22859,&quot;38847&quot;:22860,&quot;38852&quot;:22861,&quot;38853&quot;:22862,&quot;38855&quot;:22863,&quot;38858&quot;:22864,&quot;38862&quot;:22865,&quot;38864&quot;:22866,&quot;38871&quot;:22867,&quot;38877&quot;:22868,&quot;38884&quot;:22869,&quot;38903&quot;:22870,&quot;38904&quot;:22871,&quot;38906&quot;:22872,&quot;38937&quot;:22873,&quot;38940&quot;:22874,&quot;38944&quot;:22875,&quot;38959&quot;:22876,&quot;38965&quot;:22877,&quot;38980&quot;:22878,&quot;38986&quot;:22879,&quot;38993&quot;:22880,&quot;39018&quot;:22881,&quot;39086&quot;:22882,&quot;39116&quot;:22883,&quot;39142&quot;:22884,&quot;39158&quot;:22885,&quot;39175&quot;:22886,&quot;39199&quot;:22887,&quot;39202&quot;:22888,&quot;39206&quot;:22889,&quot;39211&quot;:22890,&quot;39220&quot;:22891,&quot;39225&quot;:22892,&quot;39239&quot;:22893,&quot;39257&quot;:22894,&quot;39259&quot;:22895,&quot;39323&quot;:22896,&quot;39325&quot;:22897,&quot;39327&quot;:22898,&quot;39344&quot;:22899,&quot;39346&quot;:22900,&quot;39349&quot;:22901,&quot;39379&quot;:22902,&quot;39386&quot;:22903,&quot;39388&quot;:22904,&quot;39399&quot;:22905,&quot;39402&quot;:22906,&quot;39403&quot;:22907,&quot;39404&quot;:22908,&quot;39412&quot;:22909,&quot;39413&quot;:22910,&quot;39421&quot;:22911,&quot;39422&quot;:22912,&quot;39428&quot;:22913,&quot;39435&quot;:22914,&quot;39454&quot;:22915,&quot;39458&quot;:22916,&quot;39475&quot;:22917,&quot;39477&quot;:22918,&quot;39495&quot;:22919,&quot;39499&quot;:22921,&quot;39508&quot;:22922,&quot;39517&quot;:22923,&quot;39594&quot;:22924,&quot;39596&quot;:22925,&quot;39598&quot;:22926,&quot;39602&quot;:22927,&quot;39604&quot;:22928,&quot;39611&quot;:22929,&quot;39615&quot;:22930,&quot;39624&quot;:22931,&quot;39639&quot;:22932,&quot;39643&quot;:22933,&quot;39652&quot;:22934,&quot;39655&quot;:22935,&quot;39660&quot;:22936,&quot;39666&quot;:22937,&quot;39667&quot;:22938,&quot;39669&quot;:22939,&quot;39674&quot;:22940,&quot;39677&quot;:22941,&quot;39679&quot;:22942,&quot;39680&quot;:22943,&quot;39684&quot;:22944,&quot;39685&quot;:22945,&quot;39707&quot;:22946,&quot;39718&quot;:22947,&quot;39735&quot;:22949,&quot;39737&quot;:22950,&quot;39738&quot;:22951,&quot;39756&quot;:22952,&quot;39766&quot;:22953,&quot;39767&quot;:22954,&quot;39771&quot;:22955,&quot;39777&quot;:22956,&quot;39786&quot;:22957,&quot;39789&quot;:22958,&quot;39790&quot;:22959,&quot;39800&quot;:22960,&quot;39807&quot;:22961,&quot;39813&quot;:22962,&quot;39815&quot;:22963,&quot;39817&quot;:22964,&quot;39819&quot;:22965,&quot;39821&quot;:22966,&quot;39828&quot;:22967,&quot;39834&quot;:22968,&quot;39849&quot;:22969,&quot;39863&quot;:22970,&quot;39868&quot;:22971,&quot;39888&quot;:22972,&quot;39929&quot;:22973,&quot;39951&quot;:22974,&quot;39953&quot;:22975,&quot;39966&quot;:22976,&quot;39974&quot;:22977,&quot;39976&quot;:22978,&quot;39997&quot;:22979,&quot;40003&quot;:22980,&quot;40014&quot;:22981,&quot;40030&quot;:22982,&quot;40059&quot;:22983,&quot;40183&quot;:22984,&quot;40185&quot;:22985,&quot;40220&quot;:22986,&quot;40239&quot;:22987,&quot;40243&quot;:22988,&quot;40244&quot;:22989,&quot;40250&quot;:22990,&quot;40252&quot;:22991,&quot;40261&quot;:22992,&quot;40275&quot;:22993,&quot;40276&quot;:22994,&quot;40293&quot;:22995,&quot;40323&quot;:22996,&quot;40326&quot;:22997,&quot;40334&quot;:22998,&quot;40338&quot;:22999,&quot;40339&quot;:23000,&quot;40341&quot;:23001,&quot;40343&quot;:23002,&quot;40344&quot;:23003,&quot;40362&quot;:23004,&quot;40366&quot;:23005,&quot;40394&quot;:23007,&quot;40404&quot;:23008,&quot;40405&quot;:23009,&quot;40414&quot;:23010,&quot;40430&quot;:23011,&quot;40432&quot;:23012,&quot;40446&quot;:23013,&quot;40462&quot;:23014,&quot;40464&quot;:23015,&quot;40465&quot;:23016,&quot;40466&quot;:23017,&quot;40470&quot;:23018,&quot;40583&quot;:23019,&quot;40590&quot;:23020,&quot;40591&quot;:23021,&quot;40598&quot;:23022,&quot;40600&quot;:23023,&quot;40622&quot;:23024,&quot;40627&quot;:23025,&quot;40646&quot;:23026,&quot;40648&quot;:23027,&quot;40651&quot;:23028,&quot;40661&quot;:23029,&quot;40684&quot;:23030,&quot;40685&quot;:23031,&quot;40689&quot;:23032,&quot;40693&quot;:23033,&quot;40696&quot;:23034,&quot;40721&quot;:23035,&quot;40726&quot;:23036,&quot;40730&quot;:23037,&quot;40735&quot;:23038,&quot;40753&quot;:23039,&quot;40754&quot;:23040,&quot;40764&quot;:23041,&quot;40767&quot;:23042,&quot;40771&quot;:23043,&quot;40772&quot;:23044,&quot;40775&quot;:23045,&quot;40790&quot;:23046,&quot;40798&quot;:23047,&quot;40814&quot;:23048,&quot;40819&quot;:23049,&quot;40826&quot;:23050,&quot;40829&quot;:23051,&quot;40847&quot;:23052,&quot;40849&quot;:23053,&quot;40850&quot;:23054,&quot;40854&quot;:23055,&quot;40865&quot;:23056,&quot;40867&quot;:23057}}&#039;, // Korean&#039; &#039;CID0KR&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniKS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;Korea1&quot;,&quot;Supplement&quot;:0,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;8361&quot;:96,&quot;8208&quot;:97,&quot;169&quot;:98,&quot;12644&quot;:101,&quot;12288&quot;:101,&quot;12289&quot;:102,&quot;12290&quot;:103,&quot;183&quot;:104,&quot;12539&quot;:104,&quot;8229&quot;:105,&quot;8943&quot;:106,&quot;8230&quot;:106,&quot;168&quot;:107,&quot;12291&quot;:108,&quot;8211&quot;:109,&quot;8212&quot;:110,&quot;8214&quot;:111,&quot;65340&quot;:112,&quot;65374&quot;:113,&quot;8216&quot;:114,&quot;8217&quot;:115,&quot;8220&quot;:116,&quot;8221&quot;:117,&quot;12308&quot;:118,&quot;12309&quot;:119,&quot;12296&quot;:120,&quot;12297&quot;:121,&quot;12298&quot;:122,&quot;12299&quot;:123,&quot;12300&quot;:124,&quot;12301&quot;:125,&quot;12302&quot;:126,&quot;12303&quot;:127,&quot;12304&quot;:128,&quot;12305&quot;:129,&quot;177&quot;:130,&quot;215&quot;:131,&quot;247&quot;:132,&quot;8800&quot;:133,&quot;8804&quot;:134,&quot;8805&quot;:135,&quot;8734&quot;:136,&quot;8756&quot;:137,&quot;176&quot;:138,&quot;8242&quot;:139,&quot;8243&quot;:140,&quot;8451&quot;:141,&quot;8491&quot;:142,&quot;65504&quot;:143,&quot;65505&quot;:144,&quot;65509&quot;:145,&quot;9794&quot;:146,&quot;9792&quot;:147,&quot;8736&quot;:148,&quot;8869&quot;:149,&quot;8978&quot;:150,&quot;8706&quot;:151,&quot;8711&quot;:152,&quot;8801&quot;:153,&quot;8786&quot;:154,&quot;167&quot;:155,&quot;8251&quot;:156,&quot;9734&quot;:157,&quot;9733&quot;:158,&quot;9675&quot;:159,&quot;9679&quot;:160,&quot;9678&quot;:161,&quot;9671&quot;:162,&quot;9670&quot;:163,&quot;9633&quot;:164,&quot;9632&quot;:165,&quot;9651&quot;:166,&quot;9650&quot;:167,&quot;9661&quot;:168,&quot;9660&quot;:169,&quot;8594&quot;:170,&quot;8592&quot;:171,&quot;8593&quot;:172,&quot;8595&quot;:173,&quot;8596&quot;:174,&quot;12307&quot;:175,&quot;171&quot;:176,&quot;187&quot;:177,&quot;8730&quot;:178,&quot;8765&quot;:179,&quot;8733&quot;:180,&quot;8757&quot;:181,&quot;8747&quot;:182,&quot;8748&quot;:183,&quot;8712&quot;:184,&quot;8715&quot;:185,&quot;8838&quot;:186,&quot;8839&quot;:187,&quot;8834&quot;:188,&quot;8835&quot;:189,&quot;8746&quot;:190,&quot;8745&quot;:191,&quot;8743&quot;:192,&quot;8744&quot;:193,&quot;65506&quot;:194,&quot;8658&quot;:195,&quot;8660&quot;:196,&quot;8704&quot;:197,&quot;8707&quot;:198,&quot;180&quot;:199,&quot;732&quot;:200,&quot;711&quot;:201,&quot;728&quot;:202,&quot;733&quot;:203,&quot;730&quot;:204,&quot;729&quot;:205,&quot;184&quot;:206,&quot;731&quot;:207,&quot;161&quot;:208,&quot;191&quot;:209,&quot;8758&quot;:210,&quot;8750&quot;:211,&quot;8721&quot;:212,&quot;8719&quot;:213,&quot;164&quot;:214,&quot;8457&quot;:215,&quot;8240&quot;:216,&quot;9665&quot;:217,&quot;9664&quot;:218,&quot;9655&quot;:219,&quot;9654&quot;:220,&quot;9828&quot;:221,&quot;9824&quot;:222,&quot;9825&quot;:223,&quot;9829&quot;:224,&quot;9831&quot;:225,&quot;9827&quot;:226,&quot;9673&quot;:227,&quot;9672&quot;:228,&quot;9635&quot;:229,&quot;9680&quot;:230,&quot;9681&quot;:231,&quot;9618&quot;:232,&quot;9636&quot;:233,&quot;9637&quot;:234,&quot;9640&quot;:235,&quot;9639&quot;:236,&quot;9638&quot;:237,&quot;9641&quot;:238,&quot;9832&quot;:239,&quot;9743&quot;:240,&quot;9742&quot;:241,&quot;9756&quot;:242,&quot;9758&quot;:243,&quot;182&quot;:244,&quot;8224&quot;:245,&quot;8225&quot;:246,&quot;8597&quot;:247,&quot;8599&quot;:248,&quot;8601&quot;:249,&quot;8598&quot;:250,&quot;8600&quot;:251,&quot;9837&quot;:252,&quot;9833&quot;:253,&quot;9834&quot;:254,&quot;9836&quot;:255,&quot;12927&quot;:256,&quot;12828&quot;:257,&quot;8470&quot;:258,&quot;13255&quot;:259,&quot;8482&quot;:260,&quot;13250&quot;:261,&quot;13272&quot;:262,&quot;8481&quot;:263,&quot;65281&quot;:264,&quot;65282&quot;:265,&quot;65283&quot;:266,&quot;65284&quot;:267,&quot;65285&quot;:268,&quot;65286&quot;:269,&quot;65287&quot;:270,&quot;65288&quot;:271,&quot;65289&quot;:272,&quot;65290&quot;:273,&quot;65291&quot;:274,&quot;65292&quot;:275,&quot;65293&quot;:276,&quot;65294&quot;:277,&quot;65295&quot;:278,&quot;65296&quot;:279,&quot;65297&quot;:280,&quot;65298&quot;:281,&quot;65299&quot;:282,&quot;65300&quot;:283,&quot;65301&quot;:284,&quot;65302&quot;:285,&quot;65303&quot;:286,&quot;65304&quot;:287,&quot;65305&quot;:288,&quot;65306&quot;:289,&quot;65307&quot;:290,&quot;65308&quot;:291,&quot;65309&quot;:292,&quot;65310&quot;:293,&quot;65311&quot;:294,&quot;65312&quot;:295,&quot;65313&quot;:296,&quot;65314&quot;:297,&quot;65315&quot;:298,&quot;65316&quot;:299,&quot;65317&quot;:300,&quot;65318&quot;:301,&quot;65319&quot;:302,&quot;65320&quot;:303,&quot;65321&quot;:304,&quot;65322&quot;:305,&quot;65323&quot;:306,&quot;65324&quot;:307,&quot;65325&quot;:308,&quot;65326&quot;:309,&quot;65327&quot;:310,&quot;65328&quot;:311,&quot;65329&quot;:312,&quot;65330&quot;:313,&quot;65331&quot;:314,&quot;65332&quot;:315,&quot;65333&quot;:316,&quot;65334&quot;:317,&quot;65335&quot;:318,&quot;65336&quot;:319,&quot;65337&quot;:320,&quot;65338&quot;:321,&quot;65339&quot;:322,&quot;65510&quot;:323,&quot;65341&quot;:324,&quot;65342&quot;:325,&quot;65343&quot;:326,&quot;65344&quot;:327,&quot;65345&quot;:328,&quot;65346&quot;:329,&quot;65347&quot;:330,&quot;65348&quot;:331,&quot;65349&quot;:332,&quot;65350&quot;:333,&quot;65351&quot;:334,&quot;65352&quot;:335,&quot;65353&quot;:336,&quot;65354&quot;:337,&quot;65355&quot;:338,&quot;65356&quot;:339,&quot;65357&quot;:340,&quot;65358&quot;:341,&quot;65359&quot;:342,&quot;65360&quot;:343,&quot;65361&quot;:344,&quot;65362&quot;:345,&quot;65363&quot;:346,&quot;65364&quot;:347,&quot;65365&quot;:348,&quot;65366&quot;:349,&quot;65367&quot;:350,&quot;65368&quot;:351,&quot;65369&quot;:352,&quot;65370&quot;:353,&quot;65371&quot;:354,&quot;65372&quot;:355,&quot;65373&quot;:356,&quot;65507&quot;:357,&quot;12593&quot;:358,&quot;12594&quot;:359,&quot;12595&quot;:360,&quot;12596&quot;:361,&quot;12597&quot;:362,&quot;12598&quot;:363,&quot;12599&quot;:364,&quot;12600&quot;:365,&quot;12601&quot;:366,&quot;12602&quot;:367,&quot;12603&quot;:368,&quot;12604&quot;:369,&quot;12605&quot;:370,&quot;12606&quot;:371,&quot;12607&quot;:372,&quot;12608&quot;:373,&quot;12609&quot;:374,&quot;12610&quot;:375,&quot;12611&quot;:376,&quot;12612&quot;:377,&quot;12613&quot;:378,&quot;12614&quot;:379,&quot;12615&quot;:380,&quot;12616&quot;:381,&quot;12617&quot;:382,&quot;12618&quot;:383,&quot;12619&quot;:384,&quot;12620&quot;:385,&quot;12621&quot;:386,&quot;12622&quot;:387,&quot;12623&quot;:388,&quot;12624&quot;:389,&quot;12625&quot;:390,&quot;12626&quot;:391,&quot;12627&quot;:392,&quot;12628&quot;:393,&quot;12629&quot;:394,&quot;12630&quot;:395,&quot;12631&quot;:396,&quot;12632&quot;:397,&quot;12633&quot;:398,&quot;12634&quot;:399,&quot;12635&quot;:400,&quot;12636&quot;:401,&quot;12637&quot;:402,&quot;12638&quot;:403,&quot;12639&quot;:404,&quot;12640&quot;:405,&quot;12641&quot;:406,&quot;12642&quot;:407,&quot;12643&quot;:408,&quot;12645&quot;:409,&quot;12646&quot;:410,&quot;12647&quot;:411,&quot;12648&quot;:412,&quot;12649&quot;:413,&quot;12650&quot;:414,&quot;12651&quot;:415,&quot;12652&quot;:416,&quot;12653&quot;:417,&quot;12654&quot;:418,&quot;12655&quot;:419,&quot;12656&quot;:420,&quot;12657&quot;:421,&quot;12658&quot;:422,&quot;12659&quot;:423,&quot;12660&quot;:424,&quot;12661&quot;:425,&quot;12662&quot;:426,&quot;12663&quot;:427,&quot;12664&quot;:428,&quot;12665&quot;:429,&quot;12666&quot;:430,&quot;12667&quot;:431,&quot;12668&quot;:432,&quot;12669&quot;:433,&quot;12670&quot;:434,&quot;12671&quot;:435,&quot;12672&quot;:436,&quot;12673&quot;:437,&quot;12674&quot;:438,&quot;12675&quot;:439,&quot;12676&quot;:440,&quot;12677&quot;:441,&quot;12678&quot;:442,&quot;12679&quot;:443,&quot;12680&quot;:444,&quot;12681&quot;:445,&quot;12682&quot;:446,&quot;12683&quot;:447,&quot;12684&quot;:448,&quot;12685&quot;:449,&quot;12686&quot;:450,&quot;8560&quot;:451,&quot;8561&quot;:452,&quot;8562&quot;:453,&quot;8563&quot;:454,&quot;8564&quot;:455,&quot;8565&quot;:456,&quot;8566&quot;:457,&quot;8567&quot;:458,&quot;8568&quot;:459,&quot;8569&quot;:460,&quot;8544&quot;:461,&quot;8545&quot;:462,&quot;8546&quot;:463,&quot;8547&quot;:464,&quot;8548&quot;:465,&quot;8549&quot;:466,&quot;8550&quot;:467,&quot;8551&quot;:468,&quot;8552&quot;:469,&quot;8553&quot;:470,&quot;913&quot;:471,&quot;914&quot;:472,&quot;915&quot;:473,&quot;916&quot;:474,&quot;917&quot;:475,&quot;918&quot;:476,&quot;919&quot;:477,&quot;920&quot;:478,&quot;921&quot;:479,&quot;922&quot;:480,&quot;923&quot;:481,&quot;924&quot;:482,&quot;925&quot;:483,&quot;926&quot;:484,&quot;927&quot;:485,&quot;928&quot;:486,&quot;929&quot;:487,&quot;931&quot;:488,&quot;932&quot;:489,&quot;933&quot;:490,&quot;934&quot;:491,&quot;935&quot;:492,&quot;936&quot;:493,&quot;937&quot;:494,&quot;945&quot;:495,&quot;946&quot;:496,&quot;947&quot;:497,&quot;948&quot;:498,&quot;949&quot;:499,&quot;950&quot;:500,&quot;951&quot;:501,&quot;952&quot;:502,&quot;953&quot;:503,&quot;954&quot;:504,&quot;955&quot;:505,&quot;956&quot;:506,&quot;957&quot;:507,&quot;958&quot;:508,&quot;959&quot;:509,&quot;960&quot;:510,&quot;961&quot;:511,&quot;963&quot;:512,&quot;964&quot;:513,&quot;965&quot;:514,&quot;966&quot;:515,&quot;967&quot;:516,&quot;968&quot;:517,&quot;969&quot;:518,&quot;9472&quot;:519,&quot;9474&quot;:520,&quot;9484&quot;:521,&quot;9488&quot;:522,&quot;9496&quot;:523,&quot;9492&quot;:524,&quot;9500&quot;:525,&quot;9516&quot;:526,&quot;9508&quot;:527,&quot;9524&quot;:528,&quot;9532&quot;:529,&quot;9473&quot;:530,&quot;9475&quot;:531,&quot;9487&quot;:532,&quot;9491&quot;:533,&quot;9499&quot;:534,&quot;9495&quot;:535,&quot;9507&quot;:536,&quot;9523&quot;:537,&quot;9515&quot;:538,&quot;9531&quot;:539,&quot;9547&quot;:540,&quot;9504&quot;:541,&quot;9519&quot;:542,&quot;9512&quot;:543,&quot;9527&quot;:544,&quot;9535&quot;:545,&quot;9501&quot;:546,&quot;9520&quot;:547,&quot;9509&quot;:548,&quot;9528&quot;:549,&quot;9538&quot;:550,&quot;9490&quot;:551,&quot;9489&quot;:552,&quot;9498&quot;:553,&quot;9497&quot;:554,&quot;9494&quot;:555,&quot;9493&quot;:556,&quot;9486&quot;:557,&quot;9485&quot;:558,&quot;9502&quot;:559,&quot;9503&quot;:560,&quot;9505&quot;:561,&quot;9506&quot;:562,&quot;9510&quot;:563,&quot;9511&quot;:564,&quot;9513&quot;:565,&quot;9514&quot;:566,&quot;9517&quot;:567,&quot;9518&quot;:568,&quot;9521&quot;:569,&quot;9522&quot;:570,&quot;9525&quot;:571,&quot;9526&quot;:572,&quot;9529&quot;:573,&quot;9530&quot;:574,&quot;9533&quot;:575,&quot;9534&quot;:576,&quot;9536&quot;:577,&quot;9537&quot;:578,&quot;9539&quot;:579,&quot;9540&quot;:580,&quot;9541&quot;:581,&quot;9542&quot;:582,&quot;9543&quot;:583,&quot;9544&quot;:584,&quot;9545&quot;:585,&quot;9546&quot;:586,&quot;13205&quot;:587,&quot;13206&quot;:588,&quot;13207&quot;:589,&quot;8467&quot;:590,&quot;13208&quot;:591,&quot;13252&quot;:592,&quot;13219&quot;:593,&quot;13220&quot;:594,&quot;13221&quot;:595,&quot;13222&quot;:596,&quot;13209&quot;:597,&quot;13210&quot;:598,&quot;13211&quot;:599,&quot;13212&quot;:600,&quot;13213&quot;:601,&quot;13214&quot;:602,&quot;13215&quot;:603,&quot;13216&quot;:604,&quot;13217&quot;:605,&quot;13218&quot;:606,&quot;13258&quot;:607,&quot;13197&quot;:608,&quot;13198&quot;:609,&quot;13199&quot;:610,&quot;13263&quot;:611,&quot;13192&quot;:612,&quot;13193&quot;:613,&quot;13256&quot;:614,&quot;13223&quot;:615,&quot;13224&quot;:616,&quot;13232&quot;:617,&quot;13233&quot;:618,&quot;13234&quot;:619,&quot;13235&quot;:620,&quot;13236&quot;:621,&quot;13237&quot;:622,&quot;13238&quot;:623,&quot;13239&quot;:624,&quot;13240&quot;:625,&quot;13241&quot;:626,&quot;13184&quot;:627,&quot;13185&quot;:628,&quot;13186&quot;:629,&quot;13187&quot;:630,&quot;13188&quot;:631,&quot;13242&quot;:632,&quot;13243&quot;:633,&quot;13244&quot;:634,&quot;13245&quot;:635,&quot;13246&quot;:636,&quot;13247&quot;:637,&quot;13200&quot;:638,&quot;13201&quot;:639,&quot;13202&quot;:640,&quot;13203&quot;:641,&quot;13204&quot;:642,&quot;8486&quot;:643,&quot;13248&quot;:644,&quot;13249&quot;:645,&quot;13194&quot;:646,&quot;13195&quot;:647,&quot;13196&quot;:648,&quot;13270&quot;:649,&quot;13253&quot;:650,&quot;13229&quot;:651,&quot;13230&quot;:652,&quot;13231&quot;:653,&quot;13275&quot;:654,&quot;13225&quot;:655,&quot;13226&quot;:656,&quot;13227&quot;:657,&quot;13228&quot;:658,&quot;13277&quot;:659,&quot;13264&quot;:660,&quot;13267&quot;:661,&quot;13251&quot;:662,&quot;13257&quot;:663,&quot;13276&quot;:664,&quot;13254&quot;:665,&quot;198&quot;:666,&quot;208&quot;:667,&quot;170&quot;:668,&quot;294&quot;:669,&quot;306&quot;:670,&quot;319&quot;:671,&quot;321&quot;:672,&quot;216&quot;:673,&quot;338&quot;:674,&quot;186&quot;:675,&quot;222&quot;:676,&quot;358&quot;:677,&quot;330&quot;:678,&quot;12896&quot;:679,&quot;12897&quot;:680,&quot;12898&quot;:681,&quot;12899&quot;:682,&quot;12900&quot;:683,&quot;12901&quot;:684,&quot;12902&quot;:685,&quot;12903&quot;:686,&quot;12904&quot;:687,&quot;12905&quot;:688,&quot;12906&quot;:689,&quot;12907&quot;:690,&quot;12908&quot;:691,&quot;12909&quot;:692,&quot;12910&quot;:693,&quot;12911&quot;:694,&quot;12912&quot;:695,&quot;12913&quot;:696,&quot;12914&quot;:697,&quot;12915&quot;:698,&quot;12916&quot;:699,&quot;12917&quot;:700,&quot;12918&quot;:701,&quot;12919&quot;:702,&quot;12920&quot;:703,&quot;12921&quot;:704,&quot;12922&quot;:705,&quot;12923&quot;:706,&quot;9424&quot;:707,&quot;9425&quot;:708,&quot;9426&quot;:709,&quot;9427&quot;:710,&quot;9428&quot;:711,&quot;9429&quot;:712,&quot;9430&quot;:713,&quot;9431&quot;:714,&quot;9432&quot;:715,&quot;9433&quot;:716,&quot;9434&quot;:717,&quot;9435&quot;:718,&quot;9436&quot;:719,&quot;9437&quot;:720,&quot;9438&quot;:721,&quot;9439&quot;:722,&quot;9440&quot;:723,&quot;9441&quot;:724,&quot;9442&quot;:725,&quot;9443&quot;:726,&quot;9444&quot;:727,&quot;9445&quot;:728,&quot;9446&quot;:729,&quot;9447&quot;:730,&quot;9448&quot;:731,&quot;9449&quot;:732,&quot;9312&quot;:733,&quot;9313&quot;:734,&quot;9314&quot;:735,&quot;9315&quot;:736,&quot;9316&quot;:737,&quot;9317&quot;:738,&quot;9318&quot;:739,&quot;9319&quot;:740,&quot;9320&quot;:741,&quot;9321&quot;:742,&quot;9322&quot;:743,&quot;9323&quot;:744,&quot;9324&quot;:745,&quot;9325&quot;:746,&quot;9326&quot;:747,&quot;189&quot;:748,&quot;8531&quot;:749,&quot;8532&quot;:750,&quot;188&quot;:751,&quot;190&quot;:752,&quot;8539&quot;:753,&quot;8540&quot;:754,&quot;8541&quot;:755,&quot;8542&quot;:756,&quot;230&quot;:757,&quot;273&quot;:758,&quot;240&quot;:759,&quot;295&quot;:760,&quot;305&quot;:761,&quot;307&quot;:762,&quot;312&quot;:763,&quot;320&quot;:764,&quot;322&quot;:765,&quot;248&quot;:766,&quot;339&quot;:767,&quot;223&quot;:768,&quot;254&quot;:769,&quot;359&quot;:770,&quot;331&quot;:771,&quot;329&quot;:772,&quot;12800&quot;:773,&quot;12801&quot;:774,&quot;12802&quot;:775,&quot;12803&quot;:776,&quot;12804&quot;:777,&quot;12805&quot;:778,&quot;12806&quot;:779,&quot;12807&quot;:780,&quot;12808&quot;:781,&quot;12809&quot;:782,&quot;12810&quot;:783,&quot;12811&quot;:784,&quot;12812&quot;:785,&quot;12813&quot;:786,&quot;12814&quot;:787,&quot;12815&quot;:788,&quot;12816&quot;:789,&quot;12817&quot;:790,&quot;12818&quot;:791,&quot;12819&quot;:792,&quot;12820&quot;:793,&quot;12821&quot;:794,&quot;12822&quot;:795,&quot;12823&quot;:796,&quot;12824&quot;:797,&quot;12825&quot;:798,&quot;12826&quot;:799,&quot;12827&quot;:800,&quot;9372&quot;:801,&quot;9373&quot;:802,&quot;9374&quot;:803,&quot;9375&quot;:804,&quot;9376&quot;:805,&quot;9377&quot;:806,&quot;9378&quot;:807,&quot;9379&quot;:808,&quot;9380&quot;:809,&quot;9381&quot;:810,&quot;9382&quot;:811,&quot;9383&quot;:812,&quot;9384&quot;:813,&quot;9385&quot;:814,&quot;9386&quot;:815,&quot;9387&quot;:816,&quot;9388&quot;:817,&quot;9389&quot;:818,&quot;9390&quot;:819,&quot;9391&quot;:820,&quot;9392&quot;:821,&quot;9393&quot;:822,&quot;9394&quot;:823,&quot;9395&quot;:824,&quot;9396&quot;:825,&quot;9397&quot;:826,&quot;9332&quot;:827,&quot;9333&quot;:828,&quot;9334&quot;:829,&quot;9335&quot;:830,&quot;9336&quot;:831,&quot;9337&quot;:832,&quot;9338&quot;:833,&quot;9339&quot;:834,&quot;9340&quot;:835,&quot;9341&quot;:836,&quot;9342&quot;:837,&quot;9343&quot;:838,&quot;9344&quot;:839,&quot;9345&quot;:840,&quot;9346&quot;:841,&quot;185&quot;:842,&quot;178&quot;:843,&quot;179&quot;:844,&quot;8308&quot;:845,&quot;8319&quot;:846,&quot;8321&quot;:847,&quot;8322&quot;:848,&quot;8323&quot;:849,&quot;8324&quot;:850,&quot;12353&quot;:851,&quot;12354&quot;:852,&quot;12355&quot;:853,&quot;12356&quot;:854,&quot;12357&quot;:855,&quot;12358&quot;:856,&quot;12359&quot;:857,&quot;12360&quot;:858,&quot;12361&quot;:859,&quot;12362&quot;:860,&quot;12363&quot;:861,&quot;12364&quot;:862,&quot;12365&quot;:863,&quot;12366&quot;:864,&quot;12367&quot;:865,&quot;12368&quot;:866,&quot;12369&quot;:867,&quot;12370&quot;:868,&quot;12371&quot;:869,&quot;12372&quot;:870,&quot;12373&quot;:871,&quot;12374&quot;:872,&quot;12375&quot;:873,&quot;12376&quot;:874,&quot;12377&quot;:875,&quot;12378&quot;:876,&quot;12379&quot;:877,&quot;12380&quot;:878,&quot;12381&quot;:879,&quot;12382&quot;:880,&quot;12383&quot;:881,&quot;12384&quot;:882,&quot;12385&quot;:883,&quot;12386&quot;:884,&quot;12387&quot;:885,&quot;12388&quot;:886,&quot;12389&quot;:887,&quot;12390&quot;:888,&quot;12391&quot;:889,&quot;12392&quot;:890,&quot;12393&quot;:891,&quot;12394&quot;:892,&quot;12395&quot;:893,&quot;12396&quot;:894,&quot;12397&quot;:895,&quot;12398&quot;:896,&quot;12399&quot;:897,&quot;12400&quot;:898,&quot;12401&quot;:899,&quot;12402&quot;:900,&quot;12403&quot;:901,&quot;12404&quot;:902,&quot;12405&quot;:903,&quot;12406&quot;:904,&quot;12407&quot;:905,&quot;12408&quot;:906,&quot;12409&quot;:907,&quot;12410&quot;:908,&quot;12411&quot;:909,&quot;12412&quot;:910,&quot;12413&quot;:911,&quot;12414&quot;:912,&quot;12415&quot;:913,&quot;12416&quot;:914,&quot;12417&quot;:915,&quot;12418&quot;:916,&quot;12419&quot;:917,&quot;12420&quot;:918,&quot;12421&quot;:919,&quot;12422&quot;:920,&quot;12423&quot;:921,&quot;12424&quot;:922,&quot;12425&quot;:923,&quot;12426&quot;:924,&quot;12427&quot;:925,&quot;12428&quot;:926,&quot;12429&quot;:927,&quot;12430&quot;:928,&quot;12431&quot;:929,&quot;12432&quot;:930,&quot;12433&quot;:931,&quot;12434&quot;:932,&quot;12435&quot;:933,&quot;12449&quot;:934,&quot;12450&quot;:935,&quot;12451&quot;:936,&quot;12452&quot;:937,&quot;12453&quot;:938,&quot;12454&quot;:939,&quot;12455&quot;:940,&quot;12456&quot;:941,&quot;12457&quot;:942,&quot;12458&quot;:943,&quot;12459&quot;:944,&quot;12460&quot;:945,&quot;12461&quot;:946,&quot;12462&quot;:947,&quot;12463&quot;:948,&quot;12464&quot;:949,&quot;12465&quot;:950,&quot;12466&quot;:951,&quot;12467&quot;:952,&quot;12468&quot;:953,&quot;12469&quot;:954,&quot;12470&quot;:955,&quot;12471&quot;:956,&quot;12472&quot;:957,&quot;12473&quot;:958,&quot;12474&quot;:959,&quot;12475&quot;:960,&quot;12476&quot;:961,&quot;12477&quot;:962,&quot;12478&quot;:963,&quot;12479&quot;:964,&quot;12480&quot;:965,&quot;12481&quot;:966,&quot;12482&quot;:967,&quot;12483&quot;:968,&quot;12484&quot;:969,&quot;12485&quot;:970,&quot;12486&quot;:971,&quot;12487&quot;:972,&quot;12488&quot;:973,&quot;12489&quot;:974,&quot;12490&quot;:975,&quot;12491&quot;:976,&quot;12492&quot;:977,&quot;12493&quot;:978,&quot;12494&quot;:979,&quot;12495&quot;:980,&quot;12496&quot;:981,&quot;12497&quot;:982,&quot;12498&quot;:983,&quot;12499&quot;:984,&quot;12500&quot;:985,&quot;12501&quot;:986,&quot;12502&quot;:987,&quot;12503&quot;:988,&quot;12504&quot;:989,&quot;12505&quot;:990,&quot;12506&quot;:991,&quot;12507&quot;:992,&quot;12508&quot;:993,&quot;12509&quot;:994,&quot;12510&quot;:995,&quot;12511&quot;:996,&quot;12512&quot;:997,&quot;12513&quot;:998,&quot;12514&quot;:999,&quot;12515&quot;:1000,&quot;12516&quot;:1001,&quot;12517&quot;:1002,&quot;12518&quot;:1003,&quot;12519&quot;:1004,&quot;12520&quot;:1005,&quot;12521&quot;:1006,&quot;12522&quot;:1007,&quot;12523&quot;:1008,&quot;12524&quot;:1009,&quot;12525&quot;:1010,&quot;12526&quot;:1011,&quot;12527&quot;:1012,&quot;12528&quot;:1013,&quot;12529&quot;:1014,&quot;12530&quot;:1015,&quot;12531&quot;:1016,&quot;12532&quot;:1017,&quot;12533&quot;:1018,&quot;12534&quot;:1019,&quot;1040&quot;:1020,&quot;1041&quot;:1021,&quot;1042&quot;:1022,&quot;1043&quot;:1023,&quot;1044&quot;:1024,&quot;1045&quot;:1025,&quot;1025&quot;:1026,&quot;1046&quot;:1027,&quot;1047&quot;:1028,&quot;1048&quot;:1029,&quot;1049&quot;:1030,&quot;1050&quot;:1031,&quot;1051&quot;:1032,&quot;1052&quot;:1033,&quot;1053&quot;:1034,&quot;1054&quot;:1035,&quot;1055&quot;:1036,&quot;1056&quot;:1037,&quot;1057&quot;:1038,&quot;1058&quot;:1039,&quot;1059&quot;:1040,&quot;1060&quot;:1041,&quot;1061&quot;:1042,&quot;1062&quot;:1043,&quot;1063&quot;:1044,&quot;1064&quot;:1045,&quot;1065&quot;:1046,&quot;1066&quot;:1047,&quot;1067&quot;:1048,&quot;1068&quot;:1049,&quot;1069&quot;:1050,&quot;1070&quot;:1051,&quot;1071&quot;:1052,&quot;1072&quot;:1053,&quot;1073&quot;:1054,&quot;1074&quot;:1055,&quot;1075&quot;:1056,&quot;1076&quot;:1057,&quot;1077&quot;:1058,&quot;1105&quot;:1059,&quot;1078&quot;:1060,&quot;1079&quot;:1061,&quot;1080&quot;:1062,&quot;1081&quot;:1063,&quot;1082&quot;:1064,&quot;1083&quot;:1065,&quot;1084&quot;:1066,&quot;1085&quot;:1067,&quot;1086&quot;:1068,&quot;1087&quot;:1069,&quot;1088&quot;:1070,&quot;1089&quot;:1071,&quot;1090&quot;:1072,&quot;1091&quot;:1073,&quot;1092&quot;:1074,&quot;1093&quot;:1075,&quot;1094&quot;:1076,&quot;1095&quot;:1077,&quot;1096&quot;:1078,&quot;1097&quot;:1079,&quot;1098&quot;:1080,&quot;1099&quot;:1081,&quot;1100&quot;:1082,&quot;1101&quot;:1083,&quot;1102&quot;:1084,&quot;1103&quot;:1085,&quot;44032&quot;:1086,&quot;44033&quot;:1087,&quot;44036&quot;:1088,&quot;44039&quot;:1089,&quot;44040&quot;:1090,&quot;44041&quot;:1091,&quot;44042&quot;:1092,&quot;44048&quot;:1093,&quot;44049&quot;:1094,&quot;44050&quot;:1095,&quot;44051&quot;:1096,&quot;44052&quot;:1097,&quot;44053&quot;:1098,&quot;44054&quot;:1099,&quot;44055&quot;:1100,&quot;44057&quot;:1101,&quot;44058&quot;:1102,&quot;44059&quot;:1103,&quot;44060&quot;:1104,&quot;44061&quot;:1105,&quot;44064&quot;:1106,&quot;44068&quot;:1107,&quot;44076&quot;:1108,&quot;44077&quot;:1109,&quot;44079&quot;:1110,&quot;44080&quot;:1111,&quot;44081&quot;:1112,&quot;44088&quot;:1113,&quot;44089&quot;:1114,&quot;44092&quot;:1115,&quot;44096&quot;:1116,&quot;44107&quot;:1117,&quot;44109&quot;:1118,&quot;44116&quot;:1119,&quot;44120&quot;:1120,&quot;44124&quot;:1121,&quot;44144&quot;:1122,&quot;44145&quot;:1123,&quot;44148&quot;:1124,&quot;44151&quot;:1125,&quot;44152&quot;:1126,&quot;44154&quot;:1127,&quot;44160&quot;:1128,&quot;44161&quot;:1129,&quot;44163&quot;:1130,&quot;44164&quot;:1131,&quot;44165&quot;:1132,&quot;44166&quot;:1133,&quot;44169&quot;:1134,&quot;44170&quot;:1135,&quot;44171&quot;:1136,&quot;44172&quot;:1137,&quot;44176&quot;:1138,&quot;44180&quot;:1139,&quot;44188&quot;:1140,&quot;44189&quot;:1141,&quot;44191&quot;:1142,&quot;44192&quot;:1143,&quot;44193&quot;:1144,&quot;44200&quot;:1145,&quot;44201&quot;:1146,&quot;44202&quot;:1147,&quot;44204&quot;:1148,&quot;44207&quot;:1149,&quot;44208&quot;:1150,&quot;44216&quot;:1151,&quot;44217&quot;:1152,&quot;44219&quot;:1153,&quot;44220&quot;:1154,&quot;44221&quot;:1155,&quot;44225&quot;:1156,&quot;44228&quot;:1157,&quot;44232&quot;:1158,&quot;44236&quot;:1159,&quot;44245&quot;:1160,&quot;44247&quot;:1161,&quot;44256&quot;:1162,&quot;44257&quot;:1163,&quot;44260&quot;:1164,&quot;44263&quot;:1165,&quot;44264&quot;:1166,&quot;44266&quot;:1167,&quot;44268&quot;:1168,&quot;44271&quot;:1169,&quot;44272&quot;:1170,&quot;44273&quot;:1171,&quot;44275&quot;:1172,&quot;44277&quot;:1173,&quot;44278&quot;:1174,&quot;44284&quot;:1175,&quot;44285&quot;:1176,&quot;44288&quot;:1177,&quot;44292&quot;:1178,&quot;44294&quot;:1179,&quot;44300&quot;:1180,&quot;44301&quot;:1181,&quot;44303&quot;:1182,&quot;44305&quot;:1183,&quot;44312&quot;:1184,&quot;44316&quot;:1185,&quot;44320&quot;:1186,&quot;44329&quot;:1187,&quot;44332&quot;:1188,&quot;44333&quot;:1189,&quot;44340&quot;:1190,&quot;44341&quot;:1191,&quot;44344&quot;:1192,&quot;44348&quot;:1193,&quot;44356&quot;:1194,&quot;44357&quot;:1195,&quot;44359&quot;:1196,&quot;44361&quot;:1197,&quot;44368&quot;:1198,&quot;44372&quot;:1199,&quot;44376&quot;:1200,&quot;44385&quot;:1201,&quot;44387&quot;:1202,&quot;44396&quot;:1203,&quot;44397&quot;:1204,&quot;44400&quot;:1205,&quot;44403&quot;:1206,&quot;44404&quot;:1207,&quot;44405&quot;:1208,&quot;44406&quot;:1209,&quot;44411&quot;:1210,&quot;44412&quot;:1211,&quot;44413&quot;:1212,&quot;44415&quot;:1213,&quot;44417&quot;:1214,&quot;44418&quot;:1215,&quot;44424&quot;:1216,&quot;44425&quot;:1217,&quot;44428&quot;:1218,&quot;44432&quot;:1219,&quot;44444&quot;:1220,&quot;44445&quot;:1221,&quot;44452&quot;:1222,&quot;44471&quot;:1223,&quot;44480&quot;:1224,&quot;44481&quot;:1225,&quot;44484&quot;:1226,&quot;44488&quot;:1227,&quot;44496&quot;:1228,&quot;44497&quot;:1229,&quot;44499&quot;:1230,&quot;44508&quot;:1231,&quot;44512&quot;:1232,&quot;44516&quot;:1233,&quot;44536&quot;:1234,&quot;44537&quot;:1235,&quot;44540&quot;:1236,&quot;44543&quot;:1237,&quot;44544&quot;:1238,&quot;44545&quot;:1239,&quot;44552&quot;:1240,&quot;44553&quot;:1241,&quot;44555&quot;:1242,&quot;44557&quot;:1243,&quot;44564&quot;:1244,&quot;44592&quot;:1245,&quot;44593&quot;:1246,&quot;44596&quot;:1247,&quot;44599&quot;:1248,&quot;44600&quot;:1249,&quot;44602&quot;:1250,&quot;44608&quot;:1251,&quot;44609&quot;:1252,&quot;44611&quot;:1253,&quot;44613&quot;:1254,&quot;44614&quot;:1255,&quot;44618&quot;:1256,&quot;44620&quot;:1257,&quot;44621&quot;:1258,&quot;44622&quot;:1259,&quot;44624&quot;:1260,&quot;44628&quot;:1261,&quot;44630&quot;:1262,&quot;44636&quot;:1263,&quot;44637&quot;:1264,&quot;44639&quot;:1265,&quot;44640&quot;:1266,&quot;44641&quot;:1267,&quot;44645&quot;:1268,&quot;44648&quot;:1269,&quot;44649&quot;:1270,&quot;44652&quot;:1271,&quot;44656&quot;:1272,&quot;44664&quot;:1273,&quot;44665&quot;:1274,&quot;44667&quot;:1275,&quot;44668&quot;:1276,&quot;44669&quot;:1277,&quot;44676&quot;:1278,&quot;44677&quot;:1279,&quot;44684&quot;:1280,&quot;44732&quot;:1281,&quot;44733&quot;:1282,&quot;44734&quot;:1283,&quot;44736&quot;:1284,&quot;44740&quot;:1285,&quot;44748&quot;:1286,&quot;44749&quot;:1287,&quot;44751&quot;:1288,&quot;44752&quot;:1289,&quot;44753&quot;:1290,&quot;44760&quot;:1291,&quot;44761&quot;:1292,&quot;44764&quot;:1293,&quot;44776&quot;:1294,&quot;44779&quot;:1295,&quot;44781&quot;:1296,&quot;44788&quot;:1297,&quot;44792&quot;:1298,&quot;44796&quot;:1299,&quot;44807&quot;:1300,&quot;44808&quot;:1301,&quot;44813&quot;:1302,&quot;44816&quot;:1303,&quot;44844&quot;:1304,&quot;44845&quot;:1305,&quot;44848&quot;:1306,&quot;44850&quot;:1307,&quot;44852&quot;:1308,&quot;44860&quot;:1309,&quot;44861&quot;:1310,&quot;44863&quot;:1311,&quot;44865&quot;:1312,&quot;44866&quot;:1313,&quot;44867&quot;:1314,&quot;44872&quot;:1315,&quot;44873&quot;:1316,&quot;44880&quot;:1317,&quot;44892&quot;:1318,&quot;44893&quot;:1319,&quot;44900&quot;:1320,&quot;44901&quot;:1321,&quot;44921&quot;:1322,&quot;44928&quot;:1323,&quot;44932&quot;:1324,&quot;44936&quot;:1325,&quot;44944&quot;:1326,&quot;44945&quot;:1327,&quot;44949&quot;:1328,&quot;44956&quot;:1329,&quot;44984&quot;:1330,&quot;44985&quot;:1331,&quot;44988&quot;:1332,&quot;44992&quot;:1333,&quot;44999&quot;:1334,&quot;45000&quot;:1335,&quot;45001&quot;:1336,&quot;45003&quot;:1337,&quot;45005&quot;:1338,&quot;45006&quot;:1339,&quot;45012&quot;:1340,&quot;45020&quot;:1341,&quot;45032&quot;:1342,&quot;45033&quot;:1343,&quot;45040&quot;:1344,&quot;45041&quot;:1345,&quot;45044&quot;:1346,&quot;45048&quot;:1347,&quot;45056&quot;:1348,&quot;45057&quot;:1349,&quot;45060&quot;:1350,&quot;45068&quot;:1351,&quot;45072&quot;:1352,&quot;45076&quot;:1353,&quot;45084&quot;:1354,&quot;45085&quot;:1355,&quot;45096&quot;:1356,&quot;45124&quot;:1357,&quot;45125&quot;:1358,&quot;45128&quot;:1359,&quot;45130&quot;:1360,&quot;45132&quot;:1361,&quot;45134&quot;:1362,&quot;45139&quot;:1363,&quot;45140&quot;:1364,&quot;45141&quot;:1365,&quot;45143&quot;:1366,&quot;45145&quot;:1367,&quot;45149&quot;:1368,&quot;45180&quot;:1369,&quot;45181&quot;:1370,&quot;45184&quot;:1371,&quot;45188&quot;:1372,&quot;45196&quot;:1373,&quot;45197&quot;:1374,&quot;45199&quot;:1375,&quot;45201&quot;:1376,&quot;45208&quot;:1377,&quot;45209&quot;:1378,&quot;45210&quot;:1379,&quot;45212&quot;:1380,&quot;45215&quot;:1381,&quot;45216&quot;:1382,&quot;45217&quot;:1383,&quot;45218&quot;:1384,&quot;45224&quot;:1385,&quot;45225&quot;:1386,&quot;45227&quot;:1387,&quot;45228&quot;:1388,&quot;45229&quot;:1389,&quot;45230&quot;:1390,&quot;45231&quot;:1391,&quot;45233&quot;:1392,&quot;45235&quot;:1393,&quot;45236&quot;:1394,&quot;45237&quot;:1395,&quot;45240&quot;:1396,&quot;45244&quot;:1397,&quot;45252&quot;:1398,&quot;45253&quot;:1399,&quot;45255&quot;:1400,&quot;45256&quot;:1401,&quot;45257&quot;:1402,&quot;45264&quot;:1403,&quot;45265&quot;:1404,&quot;45268&quot;:1405,&quot;45272&quot;:1406,&quot;45280&quot;:1407,&quot;45285&quot;:1408,&quot;45320&quot;:1409,&quot;45321&quot;:1410,&quot;45323&quot;:1411,&quot;45324&quot;:1412,&quot;45328&quot;:1413,&quot;45330&quot;:1414,&quot;45331&quot;:1415,&quot;45336&quot;:1416,&quot;45337&quot;:1417,&quot;45339&quot;:1418,&quot;45340&quot;:1419,&quot;45341&quot;:1420,&quot;45347&quot;:1421,&quot;45348&quot;:1422,&quot;45349&quot;:1423,&quot;45352&quot;:1424,&quot;45356&quot;:1425,&quot;45364&quot;:1426,&quot;45365&quot;:1427,&quot;45367&quot;:1428,&quot;45368&quot;:1429,&quot;45369&quot;:1430,&quot;45376&quot;:1431,&quot;45377&quot;:1432,&quot;45380&quot;:1433,&quot;45384&quot;:1434,&quot;45392&quot;:1435,&quot;45393&quot;:1436,&quot;45396&quot;:1437,&quot;45397&quot;:1438,&quot;45400&quot;:1439,&quot;45404&quot;:1440,&quot;45408&quot;:1441,&quot;45432&quot;:1442,&quot;45433&quot;:1443,&quot;45436&quot;:1444,&quot;45440&quot;:1445,&quot;45442&quot;:1446,&quot;45448&quot;:1447,&quot;45449&quot;:1448,&quot;45451&quot;:1449,&quot;45453&quot;:1450,&quot;45458&quot;:1451,&quot;45459&quot;:1452,&quot;45460&quot;:1453,&quot;45464&quot;:1454,&quot;45468&quot;:1455,&quot;45480&quot;:1456,&quot;45516&quot;:1457,&quot;45520&quot;:1458,&quot;45524&quot;:1459,&quot;45532&quot;:1460,&quot;45533&quot;:1461,&quot;45535&quot;:1462,&quot;45544&quot;:1463,&quot;45545&quot;:1464,&quot;45548&quot;:1465,&quot;45552&quot;:1466,&quot;45561&quot;:1467,&quot;45563&quot;:1468,&quot;45565&quot;:1469,&quot;45572&quot;:1470,&quot;45573&quot;:1471,&quot;45576&quot;:1472,&quot;45579&quot;:1473,&quot;45580&quot;:1474,&quot;45588&quot;:1475,&quot;45589&quot;:1476,&quot;45591&quot;:1477,&quot;45593&quot;:1478,&quot;45600&quot;:1479,&quot;45620&quot;:1480,&quot;45628&quot;:1481,&quot;45656&quot;:1482,&quot;45660&quot;:1483,&quot;45664&quot;:1484,&quot;45672&quot;:1485,&quot;45673&quot;:1486,&quot;45684&quot;:1487,&quot;45685&quot;:1488,&quot;45692&quot;:1489,&quot;45700&quot;:1490,&quot;45701&quot;:1491,&quot;45705&quot;:1492,&quot;45712&quot;:1493,&quot;45713&quot;:1494,&quot;45716&quot;:1495,&quot;45720&quot;:1496,&quot;45721&quot;:1497,&quot;45722&quot;:1498,&quot;45728&quot;:1499,&quot;45729&quot;:1500,&quot;45731&quot;:1501,&quot;45733&quot;:1502,&quot;45734&quot;:1503,&quot;45738&quot;:1504,&quot;45740&quot;:1505,&quot;45744&quot;:1506,&quot;45748&quot;:1507,&quot;45768&quot;:1508,&quot;45769&quot;:1509,&quot;45772&quot;:1510,&quot;45776&quot;:1511,&quot;45778&quot;:1512,&quot;45784&quot;:1513,&quot;45785&quot;:1514,&quot;45787&quot;:1515,&quot;45789&quot;:1516,&quot;45794&quot;:1517,&quot;45796&quot;:1518,&quot;45797&quot;:1519,&quot;45798&quot;:1520,&quot;45800&quot;:1521,&quot;45803&quot;:1522,&quot;45804&quot;:1523,&quot;45805&quot;:1524,&quot;45806&quot;:1525,&quot;45807&quot;:1526,&quot;45811&quot;:1527,&quot;45812&quot;:1528,&quot;45813&quot;:1529,&quot;45815&quot;:1530,&quot;45816&quot;:1531,&quot;45817&quot;:1532,&quot;45818&quot;:1533,&quot;45819&quot;:1534,&quot;45823&quot;:1535,&quot;45824&quot;:1536,&quot;45825&quot;:1537,&quot;45828&quot;:1538,&quot;45832&quot;:1539,&quot;45840&quot;:1540,&quot;45841&quot;:1541,&quot;45843&quot;:1542,&quot;45844&quot;:1543,&quot;45845&quot;:1544,&quot;45852&quot;:1545,&quot;45908&quot;:1546,&quot;45909&quot;:1547,&quot;45910&quot;:1548,&quot;45912&quot;:1549,&quot;45915&quot;:1550,&quot;45916&quot;:1551,&quot;45918&quot;:1552,&quot;45919&quot;:1553,&quot;45924&quot;:1554,&quot;45925&quot;:1555,&quot;45927&quot;:1556,&quot;45929&quot;:1557,&quot;45931&quot;:1558,&quot;45934&quot;:1559,&quot;45936&quot;:1560,&quot;45937&quot;:1561,&quot;45940&quot;:1562,&quot;45944&quot;:1563,&quot;45952&quot;:1564,&quot;45953&quot;:1565,&quot;45955&quot;:1566,&quot;45956&quot;:1567,&quot;45957&quot;:1568,&quot;45964&quot;:1569,&quot;45968&quot;:1570,&quot;45972&quot;:1571,&quot;45984&quot;:1572,&quot;45985&quot;:1573,&quot;45992&quot;:1574,&quot;45996&quot;:1575,&quot;46020&quot;:1576,&quot;46021&quot;:1577,&quot;46024&quot;:1578,&quot;46027&quot;:1579,&quot;46028&quot;:1580,&quot;46030&quot;:1581,&quot;46032&quot;:1582,&quot;46036&quot;:1583,&quot;46037&quot;:1584,&quot;46039&quot;:1585,&quot;46041&quot;:1586,&quot;46043&quot;:1587,&quot;46045&quot;:1588,&quot;46048&quot;:1589,&quot;46052&quot;:1590,&quot;46056&quot;:1591,&quot;46076&quot;:1592,&quot;46096&quot;:1593,&quot;46104&quot;:1594,&quot;46108&quot;:1595,&quot;46112&quot;:1596,&quot;46120&quot;:1597,&quot;46121&quot;:1598,&quot;46123&quot;:1599,&quot;46132&quot;:1600,&quot;46160&quot;:1601,&quot;46161&quot;:1602,&quot;46164&quot;:1603,&quot;46168&quot;:1604,&quot;46176&quot;:1605,&quot;46177&quot;:1606,&quot;46179&quot;:1607,&quot;46181&quot;:1608,&quot;46188&quot;:1609,&quot;46208&quot;:1610,&quot;46216&quot;:1611,&quot;46237&quot;:1612,&quot;46244&quot;:1613,&quot;46248&quot;:1614,&quot;46252&quot;:1615,&quot;46261&quot;:1616,&quot;46263&quot;:1617,&quot;46265&quot;:1618,&quot;46272&quot;:1619,&quot;46276&quot;:1620,&quot;46280&quot;:1621,&quot;46288&quot;:1622,&quot;46293&quot;:1623,&quot;46300&quot;:1624,&quot;46301&quot;:1625,&quot;46304&quot;:1626,&quot;46307&quot;:1627,&quot;46308&quot;:1628,&quot;46310&quot;:1629,&quot;46316&quot;:1630,&quot;46317&quot;:1631,&quot;46319&quot;:1632,&quot;46321&quot;:1633,&quot;46328&quot;:1634,&quot;46356&quot;:1635,&quot;46357&quot;:1636,&quot;46360&quot;:1637,&quot;46363&quot;:1638,&quot;46364&quot;:1639,&quot;46372&quot;:1640,&quot;46373&quot;:1641,&quot;46375&quot;:1642,&quot;46376&quot;:1643,&quot;46377&quot;:1644,&quot;46378&quot;:1645,&quot;46384&quot;:1646,&quot;46385&quot;:1647,&quot;46388&quot;:1648,&quot;46392&quot;:1649,&quot;46400&quot;:1650,&quot;46401&quot;:1651,&quot;46403&quot;:1652,&quot;46404&quot;:1653,&quot;46405&quot;:1654,&quot;46411&quot;:1655,&quot;46412&quot;:1656,&quot;46413&quot;:1657,&quot;46416&quot;:1658,&quot;46420&quot;:1659,&quot;46428&quot;:1660,&quot;46429&quot;:1661,&quot;46431&quot;:1662,&quot;46432&quot;:1663,&quot;46433&quot;:1664,&quot;46496&quot;:1665,&quot;46497&quot;:1666,&quot;46500&quot;:1667,&quot;46504&quot;:1668,&quot;46506&quot;:1669,&quot;46507&quot;:1670,&quot;46512&quot;:1671,&quot;46513&quot;:1672,&quot;46515&quot;:1673,&quot;46516&quot;:1674,&quot;46517&quot;:1675,&quot;46523&quot;:1676,&quot;46524&quot;:1677,&quot;46525&quot;:1678,&quot;46528&quot;:1679,&quot;46532&quot;:1680,&quot;46540&quot;:1681,&quot;46541&quot;:1682,&quot;46543&quot;:1683,&quot;46544&quot;:1684,&quot;46545&quot;:1685,&quot;46552&quot;:1686,&quot;46572&quot;:1687,&quot;46608&quot;:1688,&quot;46609&quot;:1689,&quot;46612&quot;:1690,&quot;46616&quot;:1691,&quot;46629&quot;:1692,&quot;46636&quot;:1693,&quot;46644&quot;:1694,&quot;46664&quot;:1695,&quot;46692&quot;:1696,&quot;46696&quot;:1697,&quot;46748&quot;:1698,&quot;46749&quot;:1699,&quot;46752&quot;:1700,&quot;46756&quot;:1701,&quot;46763&quot;:1702,&quot;46764&quot;:1703,&quot;46769&quot;:1704,&quot;46804&quot;:1705,&quot;46832&quot;:1706,&quot;46836&quot;:1707,&quot;46840&quot;:1708,&quot;46848&quot;:1709,&quot;46849&quot;:1710,&quot;46853&quot;:1711,&quot;46888&quot;:1712,&quot;46889&quot;:1713,&quot;46892&quot;:1714,&quot;46895&quot;:1715,&quot;46896&quot;:1716,&quot;46904&quot;:1717,&quot;46905&quot;:1718,&quot;46907&quot;:1719,&quot;46916&quot;:1720,&quot;46920&quot;:1721,&quot;46924&quot;:1722,&quot;46932&quot;:1723,&quot;46933&quot;:1724,&quot;46944&quot;:1725,&quot;46948&quot;:1726,&quot;46952&quot;:1727,&quot;46960&quot;:1728,&quot;46961&quot;:1729,&quot;46963&quot;:1730,&quot;46965&quot;:1731,&quot;46972&quot;:1732,&quot;46973&quot;:1733,&quot;46976&quot;:1734,&quot;46980&quot;:1735,&quot;46988&quot;:1736,&quot;46989&quot;:1737,&quot;46991&quot;:1738,&quot;46992&quot;:1739,&quot;46993&quot;:1740,&quot;46994&quot;:1741,&quot;46998&quot;:1742,&quot;46999&quot;:1743,&quot;47000&quot;:1744,&quot;47001&quot;:1745,&quot;47004&quot;:1746,&quot;47008&quot;:1747,&quot;47016&quot;:1748,&quot;47017&quot;:1749,&quot;47019&quot;:1750,&quot;47020&quot;:1751,&quot;47021&quot;:1752,&quot;47028&quot;:1753,&quot;47029&quot;:1754,&quot;47032&quot;:1755,&quot;47047&quot;:1756,&quot;47049&quot;:1757,&quot;47084&quot;:1758,&quot;47085&quot;:1759,&quot;47088&quot;:1760,&quot;47092&quot;:1761,&quot;47100&quot;:1762,&quot;47101&quot;:1763,&quot;47103&quot;:1764,&quot;47104&quot;:1765,&quot;47105&quot;:1766,&quot;47111&quot;:1767,&quot;47112&quot;:1768,&quot;47113&quot;:1769,&quot;47116&quot;:1770,&quot;47120&quot;:1771,&quot;47128&quot;:1772,&quot;47129&quot;:1773,&quot;47131&quot;:1774,&quot;47133&quot;:1775,&quot;47140&quot;:1776,&quot;47141&quot;:1777,&quot;47144&quot;:1778,&quot;47148&quot;:1779,&quot;47156&quot;:1780,&quot;47157&quot;:1781,&quot;47159&quot;:1782,&quot;47160&quot;:1783,&quot;47161&quot;:1784,&quot;47168&quot;:1785,&quot;47172&quot;:1786,&quot;47185&quot;:1787,&quot;47187&quot;:1788,&quot;47196&quot;:1789,&quot;47197&quot;:1790,&quot;47200&quot;:1791,&quot;47204&quot;:1792,&quot;47212&quot;:1793,&quot;47213&quot;:1794,&quot;47215&quot;:1795,&quot;47217&quot;:1796,&quot;47224&quot;:1797,&quot;47228&quot;:1798,&quot;47245&quot;:1799,&quot;47272&quot;:1800,&quot;47280&quot;:1801,&quot;47284&quot;:1802,&quot;47288&quot;:1803,&quot;47296&quot;:1804,&quot;47297&quot;:1805,&quot;47299&quot;:1806,&quot;47301&quot;:1807,&quot;47308&quot;:1808,&quot;47312&quot;:1809,&quot;47316&quot;:1810,&quot;47325&quot;:1811,&quot;47327&quot;:1812,&quot;47329&quot;:1813,&quot;47336&quot;:1814,&quot;47337&quot;:1815,&quot;47340&quot;:1816,&quot;47344&quot;:1817,&quot;47352&quot;:1818,&quot;47353&quot;:1819,&quot;47355&quot;:1820,&quot;47357&quot;:1821,&quot;47364&quot;:1822,&quot;47384&quot;:1823,&quot;47392&quot;:1824,&quot;47420&quot;:1825,&quot;47421&quot;:1826,&quot;47424&quot;:1827,&quot;47428&quot;:1828,&quot;47436&quot;:1829,&quot;47439&quot;:1830,&quot;47441&quot;:1831,&quot;47448&quot;:1832,&quot;47449&quot;:1833,&quot;47452&quot;:1834,&quot;47456&quot;:1835,&quot;47464&quot;:1836,&quot;47465&quot;:1837,&quot;47467&quot;:1838,&quot;47469&quot;:1839,&quot;47476&quot;:1840,&quot;47477&quot;:1841,&quot;47480&quot;:1842,&quot;47484&quot;:1843,&quot;47492&quot;:1844,&quot;47493&quot;:1845,&quot;47495&quot;:1846,&quot;47497&quot;:1847,&quot;47498&quot;:1848,&quot;47501&quot;:1849,&quot;47502&quot;:1850,&quot;47532&quot;:1851,&quot;47533&quot;:1852,&quot;47536&quot;:1853,&quot;47540&quot;:1854,&quot;47548&quot;:1855,&quot;47549&quot;:1856,&quot;47551&quot;:1857,&quot;47553&quot;:1858,&quot;47560&quot;:1859,&quot;47561&quot;:1860,&quot;47564&quot;:1861,&quot;47566&quot;:1862,&quot;47567&quot;:1863,&quot;47568&quot;:1864,&quot;47569&quot;:1865,&quot;47570&quot;:1866,&quot;47576&quot;:1867,&quot;47577&quot;:1868,&quot;47579&quot;:1869,&quot;47581&quot;:1870,&quot;47582&quot;:1871,&quot;47585&quot;:1872,&quot;47587&quot;:1873,&quot;47588&quot;:1874,&quot;47589&quot;:1875,&quot;47592&quot;:1876,&quot;47596&quot;:1877,&quot;47604&quot;:1878,&quot;47605&quot;:1879,&quot;47607&quot;:1880,&quot;47608&quot;:1881,&quot;47609&quot;:1882,&quot;47610&quot;:1883,&quot;47616&quot;:1884,&quot;47617&quot;:1885,&quot;47624&quot;:1886,&quot;47637&quot;:1887,&quot;47672&quot;:1888,&quot;47673&quot;:1889,&quot;47676&quot;:1890,&quot;47680&quot;:1891,&quot;47682&quot;:1892,&quot;47688&quot;:1893,&quot;47689&quot;:1894,&quot;47691&quot;:1895,&quot;47693&quot;:1896,&quot;47694&quot;:1897,&quot;47699&quot;:1898,&quot;47700&quot;:1899,&quot;47701&quot;:1900,&quot;47704&quot;:1901,&quot;47708&quot;:1902,&quot;47716&quot;:1903,&quot;47717&quot;:1904,&quot;47719&quot;:1905,&quot;47720&quot;:1906,&quot;47721&quot;:1907,&quot;47728&quot;:1908,&quot;47729&quot;:1909,&quot;47732&quot;:1910,&quot;47736&quot;:1911,&quot;47747&quot;:1912,&quot;47748&quot;:1913,&quot;47749&quot;:1914,&quot;47751&quot;:1915,&quot;47756&quot;:1916,&quot;47784&quot;:1917,&quot;47785&quot;:1918,&quot;47787&quot;:1919,&quot;47788&quot;:1920,&quot;47792&quot;:1921,&quot;47794&quot;:1922,&quot;47800&quot;:1923,&quot;47801&quot;:1924,&quot;47803&quot;:1925,&quot;47805&quot;:1926,&quot;47812&quot;:1927,&quot;47816&quot;:1928,&quot;47832&quot;:1929,&quot;47833&quot;:1930,&quot;47868&quot;:1931,&quot;47872&quot;:1932,&quot;47876&quot;:1933,&quot;47885&quot;:1934,&quot;47887&quot;:1935,&quot;47889&quot;:1936,&quot;47896&quot;:1937,&quot;47900&quot;:1938,&quot;47904&quot;:1939,&quot;47913&quot;:1940,&quot;47915&quot;:1941,&quot;47924&quot;:1942,&quot;47925&quot;:1943,&quot;47926&quot;:1944,&quot;47928&quot;:1945,&quot;47931&quot;:1946,&quot;47932&quot;:1947,&quot;47933&quot;:1948,&quot;47934&quot;:1949,&quot;47940&quot;:1950,&quot;47941&quot;:1951,&quot;47943&quot;:1952,&quot;47945&quot;:1953,&quot;47949&quot;:1954,&quot;47951&quot;:1955,&quot;47952&quot;:1956,&quot;47956&quot;:1957,&quot;47960&quot;:1958,&quot;47969&quot;:1959,&quot;47971&quot;:1960,&quot;47980&quot;:1961,&quot;48008&quot;:1962,&quot;48012&quot;:1963,&quot;48016&quot;:1964,&quot;48036&quot;:1965,&quot;48040&quot;:1966,&quot;48044&quot;:1967,&quot;48052&quot;:1968,&quot;48055&quot;:1969,&quot;48064&quot;:1970,&quot;48068&quot;:1971,&quot;48072&quot;:1972,&quot;48080&quot;:1973,&quot;48083&quot;:1974,&quot;48120&quot;:1975,&quot;48121&quot;:1976,&quot;48124&quot;:1977,&quot;48127&quot;:1978,&quot;48128&quot;:1979,&quot;48130&quot;:1980,&quot;48136&quot;:1981,&quot;48137&quot;:1982,&quot;48139&quot;:1983,&quot;48140&quot;:1984,&quot;48141&quot;:1985,&quot;48143&quot;:1986,&quot;48145&quot;:1987,&quot;48148&quot;:1988,&quot;48149&quot;:1989,&quot;48150&quot;:1990,&quot;48151&quot;:1991,&quot;48152&quot;:1992,&quot;48155&quot;:1993,&quot;48156&quot;:1994,&quot;48157&quot;:1995,&quot;48158&quot;:1996,&quot;48159&quot;:1997,&quot;48164&quot;:1998,&quot;48165&quot;:1999,&quot;48167&quot;:2000,&quot;48169&quot;:2001,&quot;48173&quot;:2002,&quot;48176&quot;:2003,&quot;48177&quot;:2004,&quot;48180&quot;:2005,&quot;48184&quot;:2006,&quot;48192&quot;:2007,&quot;48193&quot;:2008,&quot;48195&quot;:2009,&quot;48196&quot;:2010,&quot;48197&quot;:2011,&quot;48201&quot;:2012,&quot;48204&quot;:2013,&quot;48205&quot;:2014,&quot;48208&quot;:2015,&quot;48221&quot;:2016,&quot;48260&quot;:2017,&quot;48261&quot;:2018,&quot;48264&quot;:2019,&quot;48267&quot;:2020,&quot;48268&quot;:2021,&quot;48270&quot;:2022,&quot;48276&quot;:2023,&quot;48277&quot;:2024,&quot;48279&quot;:2025,&quot;48281&quot;:2026,&quot;48282&quot;:2027,&quot;48288&quot;:2028,&quot;48289&quot;:2029,&quot;48292&quot;:2030,&quot;48295&quot;:2031,&quot;48296&quot;:2032,&quot;48304&quot;:2033,&quot;48305&quot;:2034,&quot;48307&quot;:2035,&quot;48308&quot;:2036,&quot;48309&quot;:2037,&quot;48316&quot;:2038,&quot;48317&quot;:2039,&quot;48320&quot;:2040,&quot;48324&quot;:2041,&quot;48333&quot;:2042,&quot;48335&quot;:2043,&quot;48336&quot;:2044,&quot;48337&quot;:2045,&quot;48341&quot;:2046,&quot;48344&quot;:2047,&quot;48348&quot;:2048,&quot;48372&quot;:2049,&quot;48373&quot;:2050,&quot;48374&quot;:2051,&quot;48376&quot;:2052,&quot;48380&quot;:2053,&quot;48388&quot;:2054,&quot;48389&quot;:2055,&quot;48391&quot;:2056,&quot;48393&quot;:2057,&quot;48400&quot;:2058,&quot;48404&quot;:2059,&quot;48420&quot;:2060,&quot;48428&quot;:2061,&quot;48448&quot;:2062,&quot;48456&quot;:2063,&quot;48457&quot;:2064,&quot;48460&quot;:2065,&quot;48464&quot;:2066,&quot;48472&quot;:2067,&quot;48473&quot;:2068,&quot;48484&quot;:2069,&quot;48488&quot;:2070,&quot;48512&quot;:2071,&quot;48513&quot;:2072,&quot;48516&quot;:2073,&quot;48519&quot;:2074,&quot;48520&quot;:2075,&quot;48521&quot;:2076,&quot;48522&quot;:2077,&quot;48528&quot;:2078,&quot;48529&quot;:2079,&quot;48531&quot;:2080,&quot;48533&quot;:2081,&quot;48537&quot;:2082,&quot;48538&quot;:2083,&quot;48540&quot;:2084,&quot;48548&quot;:2085,&quot;48560&quot;:2086,&quot;48568&quot;:2087,&quot;48596&quot;:2088,&quot;48597&quot;:2089,&quot;48600&quot;:2090,&quot;48604&quot;:2091,&quot;48617&quot;:2092,&quot;48624&quot;:2093,&quot;48628&quot;:2094,&quot;48632&quot;:2095,&quot;48640&quot;:2096,&quot;48643&quot;:2097,&quot;48645&quot;:2098,&quot;48652&quot;:2099,&quot;48653&quot;:2100,&quot;48656&quot;:2101,&quot;48660&quot;:2102,&quot;48668&quot;:2103,&quot;48669&quot;:2104,&quot;48671&quot;:2105,&quot;48708&quot;:2106,&quot;48709&quot;:2107,&quot;48712&quot;:2108,&quot;48716&quot;:2109,&quot;48718&quot;:2110,&quot;48724&quot;:2111,&quot;48725&quot;:2112,&quot;48727&quot;:2113,&quot;48729&quot;:2114,&quot;48730&quot;:2115,&quot;48731&quot;:2116,&quot;48736&quot;:2117,&quot;48737&quot;:2118,&quot;48740&quot;:2119,&quot;48744&quot;:2120,&quot;48746&quot;:2121,&quot;48752&quot;:2122,&quot;48753&quot;:2123,&quot;48755&quot;:2124,&quot;48756&quot;:2125,&quot;48757&quot;:2126,&quot;48763&quot;:2127,&quot;48764&quot;:2128,&quot;48765&quot;:2129,&quot;48768&quot;:2130,&quot;48772&quot;:2131,&quot;48780&quot;:2132,&quot;48781&quot;:2133,&quot;48783&quot;:2134,&quot;48784&quot;:2135,&quot;48785&quot;:2136,&quot;48792&quot;:2137,&quot;48793&quot;:2138,&quot;48808&quot;:2139,&quot;48848&quot;:2140,&quot;48849&quot;:2141,&quot;48852&quot;:2142,&quot;48855&quot;:2143,&quot;48856&quot;:2144,&quot;48864&quot;:2145,&quot;48867&quot;:2146,&quot;48868&quot;:2147,&quot;48869&quot;:2148,&quot;48876&quot;:2149,&quot;48897&quot;:2150,&quot;48904&quot;:2151,&quot;48905&quot;:2152,&quot;48920&quot;:2153,&quot;48921&quot;:2154,&quot;48923&quot;:2155,&quot;48924&quot;:2156,&quot;48925&quot;:2157,&quot;48960&quot;:2158,&quot;48961&quot;:2159,&quot;48964&quot;:2160,&quot;48968&quot;:2161,&quot;48976&quot;:2162,&quot;48977&quot;:2163,&quot;48981&quot;:2164,&quot;49044&quot;:2165,&quot;49072&quot;:2166,&quot;49093&quot;:2167,&quot;49100&quot;:2168,&quot;49101&quot;:2169,&quot;49104&quot;:2170,&quot;49108&quot;:2171,&quot;49116&quot;:2172,&quot;49119&quot;:2173,&quot;49121&quot;:2174,&quot;49212&quot;:2175,&quot;49233&quot;:2176,&quot;49240&quot;:2177,&quot;49244&quot;:2178,&quot;49248&quot;:2179,&quot;49256&quot;:2180,&quot;49257&quot;:2181,&quot;49296&quot;:2182,&quot;49297&quot;:2183,&quot;49300&quot;:2184,&quot;49304&quot;:2185,&quot;49312&quot;:2186,&quot;49313&quot;:2187,&quot;49315&quot;:2188,&quot;49317&quot;:2189,&quot;49324&quot;:2190,&quot;49325&quot;:2191,&quot;49327&quot;:2192,&quot;49328&quot;:2193,&quot;49331&quot;:2194,&quot;49332&quot;:2195,&quot;49333&quot;:2196,&quot;49334&quot;:2197,&quot;49340&quot;:2198,&quot;49341&quot;:2199,&quot;49343&quot;:2200,&quot;49344&quot;:2201,&quot;49345&quot;:2202,&quot;49349&quot;:2203,&quot;49352&quot;:2204,&quot;49353&quot;:2205,&quot;49356&quot;:2206,&quot;49360&quot;:2207,&quot;49368&quot;:2208,&quot;49369&quot;:2209,&quot;49371&quot;:2210,&quot;49372&quot;:2211,&quot;49373&quot;:2212,&quot;49380&quot;:2213,&quot;49381&quot;:2214,&quot;49384&quot;:2215,&quot;49388&quot;:2216,&quot;49396&quot;:2217,&quot;49397&quot;:2218,&quot;49399&quot;:2219,&quot;49401&quot;:2220,&quot;49408&quot;:2221,&quot;49412&quot;:2222,&quot;49416&quot;:2223,&quot;49424&quot;:2224,&quot;49429&quot;:2225,&quot;49436&quot;:2226,&quot;49437&quot;:2227,&quot;49438&quot;:2228,&quot;49439&quot;:2229,&quot;49440&quot;:2230,&quot;49443&quot;:2231,&quot;49444&quot;:2232,&quot;49446&quot;:2233,&quot;49447&quot;:2234,&quot;49452&quot;:2235,&quot;49453&quot;:2236,&quot;49455&quot;:2237,&quot;49456&quot;:2238,&quot;49457&quot;:2239,&quot;49462&quot;:2240,&quot;49464&quot;:2241,&quot;49465&quot;:2242,&quot;49468&quot;:2243,&quot;49472&quot;:2244,&quot;49480&quot;:2245,&quot;49481&quot;:2246,&quot;49483&quot;:2247,&quot;49484&quot;:2248,&quot;49485&quot;:2249,&quot;49492&quot;:2250,&quot;49493&quot;:2251,&quot;49496&quot;:2252,&quot;49500&quot;:2253,&quot;49508&quot;:2254,&quot;49509&quot;:2255,&quot;49511&quot;:2256,&quot;49512&quot;:2257,&quot;49513&quot;:2258,&quot;49520&quot;:2259,&quot;49524&quot;:2260,&quot;49528&quot;:2261,&quot;49541&quot;:2262,&quot;49548&quot;:2263,&quot;49549&quot;:2264,&quot;49550&quot;:2265,&quot;49552&quot;:2266,&quot;49556&quot;:2267,&quot;49558&quot;:2268,&quot;49564&quot;:2269,&quot;49565&quot;:2270,&quot;49567&quot;:2271,&quot;49569&quot;:2272,&quot;49573&quot;:2273,&quot;49576&quot;:2274,&quot;49577&quot;:2275,&quot;49580&quot;:2276,&quot;49584&quot;:2277,&quot;49597&quot;:2278,&quot;49604&quot;:2279,&quot;49608&quot;:2280,&quot;49612&quot;:2281,&quot;49620&quot;:2282,&quot;49623&quot;:2283,&quot;49624&quot;:2284,&quot;49632&quot;:2285,&quot;49636&quot;:2286,&quot;49640&quot;:2287,&quot;49648&quot;:2288,&quot;49649&quot;:2289,&quot;49651&quot;:2290,&quot;49660&quot;:2291,&quot;49661&quot;:2292,&quot;49664&quot;:2293,&quot;49668&quot;:2294,&quot;49676&quot;:2295,&quot;49677&quot;:2296,&quot;49679&quot;:2297,&quot;49681&quot;:2298,&quot;49688&quot;:2299,&quot;49689&quot;:2300,&quot;49692&quot;:2301,&quot;49695&quot;:2302,&quot;49696&quot;:2303,&quot;49704&quot;:2304,&quot;49705&quot;:2305,&quot;49707&quot;:2306,&quot;49709&quot;:2307,&quot;49711&quot;:2308,&quot;49713&quot;:2309,&quot;49714&quot;:2310,&quot;49716&quot;:2311,&quot;49736&quot;:2312,&quot;49744&quot;:2313,&quot;49745&quot;:2314,&quot;49748&quot;:2315,&quot;49752&quot;:2316,&quot;49760&quot;:2317,&quot;49765&quot;:2318,&quot;49772&quot;:2319,&quot;49773&quot;:2320,&quot;49776&quot;:2321,&quot;49780&quot;:2322,&quot;49788&quot;:2323,&quot;49789&quot;:2324,&quot;49791&quot;:2325,&quot;49793&quot;:2326,&quot;49800&quot;:2327,&quot;49801&quot;:2328,&quot;49808&quot;:2329,&quot;49816&quot;:2330,&quot;49819&quot;:2331,&quot;49821&quot;:2332,&quot;49828&quot;:2333,&quot;49829&quot;:2334,&quot;49832&quot;:2335,&quot;49836&quot;:2336,&quot;49837&quot;:2337,&quot;49844&quot;:2338,&quot;49845&quot;:2339,&quot;49847&quot;:2340,&quot;49849&quot;:2341,&quot;49884&quot;:2342,&quot;49885&quot;:2343,&quot;49888&quot;:2344,&quot;49891&quot;:2345,&quot;49892&quot;:2346,&quot;49899&quot;:2347,&quot;49900&quot;:2348,&quot;49901&quot;:2349,&quot;49903&quot;:2350,&quot;49905&quot;:2351,&quot;49910&quot;:2352,&quot;49912&quot;:2353,&quot;49913&quot;:2354,&quot;49915&quot;:2355,&quot;49916&quot;:2356,&quot;49920&quot;:2357,&quot;49928&quot;:2358,&quot;49929&quot;:2359,&quot;49932&quot;:2360,&quot;49933&quot;:2361,&quot;49939&quot;:2362,&quot;49940&quot;:2363,&quot;49941&quot;:2364,&quot;49944&quot;:2365,&quot;49948&quot;:2366,&quot;49956&quot;:2367,&quot;49957&quot;:2368,&quot;49960&quot;:2369,&quot;49961&quot;:2370,&quot;49989&quot;:2371,&quot;50024&quot;:2372,&quot;50025&quot;:2373,&quot;50028&quot;:2374,&quot;50032&quot;:2375,&quot;50034&quot;:2376,&quot;50040&quot;:2377,&quot;50041&quot;:2378,&quot;50044&quot;:2379,&quot;50045&quot;:2380,&quot;50052&quot;:2381,&quot;50056&quot;:2382,&quot;50060&quot;:2383,&quot;50112&quot;:2384,&quot;50136&quot;:2385,&quot;50137&quot;:2386,&quot;50140&quot;:2387,&quot;50143&quot;:2388,&quot;50144&quot;:2389,&quot;50146&quot;:2390,&quot;50152&quot;:2391,&quot;50153&quot;:2392,&quot;50157&quot;:2393,&quot;50164&quot;:2394,&quot;50165&quot;:2395,&quot;50168&quot;:2396,&quot;50184&quot;:2397,&quot;50192&quot;:2398,&quot;50212&quot;:2399,&quot;50220&quot;:2400,&quot;50224&quot;:2401,&quot;50228&quot;:2402,&quot;50236&quot;:2403,&quot;50237&quot;:2404,&quot;50248&quot;:2405,&quot;50276&quot;:2406,&quot;50277&quot;:2407,&quot;50280&quot;:2408,&quot;50284&quot;:2409,&quot;50292&quot;:2410,&quot;50293&quot;:2411,&quot;50297&quot;:2412,&quot;50304&quot;:2413,&quot;50324&quot;:2414,&quot;50332&quot;:2415,&quot;50360&quot;:2416,&quot;50364&quot;:2417,&quot;50409&quot;:2418,&quot;50416&quot;:2419,&quot;50417&quot;:2420,&quot;50420&quot;:2421,&quot;50424&quot;:2422,&quot;50426&quot;:2423,&quot;50431&quot;:2424,&quot;50432&quot;:2425,&quot;50433&quot;:2426,&quot;50444&quot;:2427,&quot;50448&quot;:2428,&quot;50452&quot;:2429,&quot;50460&quot;:2430,&quot;50472&quot;:2431,&quot;50473&quot;:2432,&quot;50476&quot;:2433,&quot;50480&quot;:2434,&quot;50488&quot;:2435,&quot;50489&quot;:2436,&quot;50491&quot;:2437,&quot;50493&quot;:2438,&quot;50500&quot;:2439,&quot;50501&quot;:2440,&quot;50504&quot;:2441,&quot;50505&quot;:2442,&quot;50506&quot;:2443,&quot;50508&quot;:2444,&quot;50509&quot;:2445,&quot;50510&quot;:2446,&quot;50515&quot;:2447,&quot;50516&quot;:2448,&quot;50517&quot;:2449,&quot;50519&quot;:2450,&quot;50520&quot;:2451,&quot;50521&quot;:2452,&quot;50525&quot;:2453,&quot;50526&quot;:2454,&quot;50528&quot;:2455,&quot;50529&quot;:2456,&quot;50532&quot;:2457,&quot;50536&quot;:2458,&quot;50544&quot;:2459,&quot;50545&quot;:2460,&quot;50547&quot;:2461,&quot;50548&quot;:2462,&quot;50549&quot;:2463,&quot;50556&quot;:2464,&quot;50557&quot;:2465,&quot;50560&quot;:2466,&quot;50564&quot;:2467,&quot;50567&quot;:2468,&quot;50572&quot;:2469,&quot;50573&quot;:2470,&quot;50575&quot;:2471,&quot;50577&quot;:2472,&quot;50581&quot;:2473,&quot;50583&quot;:2474,&quot;50584&quot;:2475,&quot;50588&quot;:2476,&quot;50592&quot;:2477,&quot;50601&quot;:2478,&quot;50612&quot;:2479,&quot;50613&quot;:2480,&quot;50616&quot;:2481,&quot;50617&quot;:2482,&quot;50619&quot;:2483,&quot;50620&quot;:2484,&quot;50621&quot;:2485,&quot;50622&quot;:2486,&quot;50628&quot;:2487,&quot;50629&quot;:2488,&quot;50630&quot;:2489,&quot;50631&quot;:2490,&quot;50632&quot;:2491,&quot;50633&quot;:2492,&quot;50634&quot;:2493,&quot;50636&quot;:2494,&quot;50638&quot;:2495,&quot;50640&quot;:2496,&quot;50641&quot;:2497,&quot;50644&quot;:2498,&quot;50648&quot;:2499,&quot;50656&quot;:2500,&quot;50657&quot;:2501,&quot;50659&quot;:2502,&quot;50661&quot;:2503,&quot;50668&quot;:2504,&quot;50669&quot;:2505,&quot;50670&quot;:2506,&quot;50672&quot;:2507,&quot;50676&quot;:2508,&quot;50678&quot;:2509,&quot;50679&quot;:2510,&quot;50684&quot;:2511,&quot;50685&quot;:2512,&quot;50686&quot;:2513,&quot;50687&quot;:2514,&quot;50688&quot;:2515,&quot;50689&quot;:2516,&quot;50693&quot;:2517,&quot;50694&quot;:2518,&quot;50695&quot;:2519,&quot;50696&quot;:2520,&quot;50700&quot;:2521,&quot;50704&quot;:2522,&quot;50712&quot;:2523,&quot;50713&quot;:2524,&quot;50715&quot;:2525,&quot;50716&quot;:2526,&quot;50724&quot;:2527,&quot;50725&quot;:2528,&quot;50728&quot;:2529,&quot;50732&quot;:2530,&quot;50733&quot;:2531,&quot;50734&quot;:2532,&quot;50736&quot;:2533,&quot;50739&quot;:2534,&quot;50740&quot;:2535,&quot;50741&quot;:2536,&quot;50743&quot;:2537,&quot;50745&quot;:2538,&quot;50747&quot;:2539,&quot;50752&quot;:2540,&quot;50753&quot;:2541,&quot;50756&quot;:2542,&quot;50760&quot;:2543,&quot;50768&quot;:2544,&quot;50769&quot;:2545,&quot;50771&quot;:2546,&quot;50772&quot;:2547,&quot;50773&quot;:2548,&quot;50780&quot;:2549,&quot;50781&quot;:2550,&quot;50784&quot;:2551,&quot;50796&quot;:2552,&quot;50799&quot;:2553,&quot;50801&quot;:2554,&quot;50808&quot;:2555,&quot;50809&quot;:2556,&quot;50812&quot;:2557,&quot;50816&quot;:2558,&quot;50824&quot;:2559,&quot;50825&quot;:2560,&quot;50827&quot;:2561,&quot;50829&quot;:2562,&quot;50836&quot;:2563,&quot;50837&quot;:2564,&quot;50840&quot;:2565,&quot;50844&quot;:2566,&quot;50852&quot;:2567,&quot;50853&quot;:2568,&quot;50855&quot;:2569,&quot;50857&quot;:2570,&quot;50864&quot;:2571,&quot;50865&quot;:2572,&quot;50868&quot;:2573,&quot;50872&quot;:2574,&quot;50873&quot;:2575,&quot;50874&quot;:2576,&quot;50880&quot;:2577,&quot;50881&quot;:2578,&quot;50883&quot;:2579,&quot;50885&quot;:2580,&quot;50892&quot;:2581,&quot;50893&quot;:2582,&quot;50896&quot;:2583,&quot;50900&quot;:2584,&quot;50908&quot;:2585,&quot;50909&quot;:2586,&quot;50912&quot;:2587,&quot;50913&quot;:2588,&quot;50920&quot;:2589,&quot;50921&quot;:2590,&quot;50924&quot;:2591,&quot;50928&quot;:2592,&quot;50936&quot;:2593,&quot;50937&quot;:2594,&quot;50941&quot;:2595,&quot;50948&quot;:2596,&quot;50949&quot;:2597,&quot;50952&quot;:2598,&quot;50956&quot;:2599,&quot;50964&quot;:2600,&quot;50965&quot;:2601,&quot;50967&quot;:2602,&quot;50969&quot;:2603,&quot;50976&quot;:2604,&quot;50977&quot;:2605,&quot;50980&quot;:2606,&quot;50984&quot;:2607,&quot;50992&quot;:2608,&quot;50993&quot;:2609,&quot;50995&quot;:2610,&quot;50997&quot;:2611,&quot;50999&quot;:2612,&quot;51004&quot;:2613,&quot;51005&quot;:2614,&quot;51008&quot;:2615,&quot;51012&quot;:2616,&quot;51018&quot;:2617,&quot;51020&quot;:2618,&quot;51021&quot;:2619,&quot;51023&quot;:2620,&quot;51025&quot;:2621,&quot;51026&quot;:2622,&quot;51027&quot;:2623,&quot;51028&quot;:2624,&quot;51029&quot;:2625,&quot;51030&quot;:2626,&quot;51031&quot;:2627,&quot;51032&quot;:2628,&quot;51036&quot;:2629,&quot;51040&quot;:2630,&quot;51048&quot;:2631,&quot;51051&quot;:2632,&quot;51060&quot;:2633,&quot;51061&quot;:2634,&quot;51064&quot;:2635,&quot;51068&quot;:2636,&quot;51069&quot;:2637,&quot;51070&quot;:2638,&quot;51075&quot;:2639,&quot;51076&quot;:2640,&quot;51077&quot;:2641,&quot;51079&quot;:2642,&quot;51080&quot;:2643,&quot;51081&quot;:2644,&quot;51082&quot;:2645,&quot;51086&quot;:2646,&quot;51088&quot;:2647,&quot;51089&quot;:2648,&quot;51092&quot;:2649,&quot;51094&quot;:2650,&quot;51095&quot;:2651,&quot;51096&quot;:2652,&quot;51098&quot;:2653,&quot;51104&quot;:2654,&quot;51105&quot;:2655,&quot;51107&quot;:2656,&quot;51108&quot;:2657,&quot;51109&quot;:2658,&quot;51110&quot;:2659,&quot;51116&quot;:2660,&quot;51117&quot;:2661,&quot;51120&quot;:2662,&quot;51124&quot;:2663,&quot;51132&quot;:2664,&quot;51133&quot;:2665,&quot;51135&quot;:2666,&quot;51136&quot;:2667,&quot;51137&quot;:2668,&quot;51144&quot;:2669,&quot;51145&quot;:2670,&quot;51148&quot;:2671,&quot;51150&quot;:2672,&quot;51152&quot;:2673,&quot;51160&quot;:2674,&quot;51165&quot;:2675,&quot;51172&quot;:2676,&quot;51176&quot;:2677,&quot;51180&quot;:2678,&quot;51200&quot;:2679,&quot;51201&quot;:2680,&quot;51204&quot;:2681,&quot;51208&quot;:2682,&quot;51210&quot;:2683,&quot;51216&quot;:2684,&quot;51217&quot;:2685,&quot;51219&quot;:2686,&quot;51221&quot;:2687,&quot;51222&quot;:2688,&quot;51228&quot;:2689,&quot;51229&quot;:2690,&quot;51232&quot;:2691,&quot;51236&quot;:2692,&quot;51244&quot;:2693,&quot;51245&quot;:2694,&quot;51247&quot;:2695,&quot;51249&quot;:2696,&quot;51256&quot;:2697,&quot;51260&quot;:2698,&quot;51264&quot;:2699,&quot;51272&quot;:2700,&quot;51273&quot;:2701,&quot;51276&quot;:2702,&quot;51277&quot;:2703,&quot;51284&quot;:2704,&quot;51312&quot;:2705,&quot;51313&quot;:2706,&quot;51316&quot;:2707,&quot;51320&quot;:2708,&quot;51322&quot;:2709,&quot;51328&quot;:2710,&quot;51329&quot;:2711,&quot;51331&quot;:2712,&quot;51333&quot;:2713,&quot;51334&quot;:2714,&quot;51335&quot;:2715,&quot;51339&quot;:2716,&quot;51340&quot;:2717,&quot;51341&quot;:2718,&quot;51348&quot;:2719,&quot;51357&quot;:2720,&quot;51359&quot;:2721,&quot;51361&quot;:2722,&quot;51368&quot;:2723,&quot;51388&quot;:2724,&quot;51389&quot;:2725,&quot;51396&quot;:2726,&quot;51400&quot;:2727,&quot;51404&quot;:2728,&quot;51412&quot;:2729,&quot;51413&quot;:2730,&quot;51415&quot;:2731,&quot;51417&quot;:2732,&quot;51424&quot;:2733,&quot;51425&quot;:2734,&quot;51428&quot;:2735,&quot;51445&quot;:2736,&quot;51452&quot;:2737,&quot;51453&quot;:2738,&quot;51456&quot;:2739,&quot;51460&quot;:2740,&quot;51461&quot;:2741,&quot;51462&quot;:2742,&quot;51468&quot;:2743,&quot;51469&quot;:2744,&quot;51471&quot;:2745,&quot;51473&quot;:2746,&quot;51480&quot;:2747,&quot;51500&quot;:2748,&quot;51508&quot;:2749,&quot;51536&quot;:2750,&quot;51537&quot;:2751,&quot;51540&quot;:2752,&quot;51544&quot;:2753,&quot;51552&quot;:2754,&quot;51553&quot;:2755,&quot;51555&quot;:2756,&quot;51564&quot;:2757,&quot;51568&quot;:2758,&quot;51572&quot;:2759,&quot;51580&quot;:2760,&quot;51592&quot;:2761,&quot;51593&quot;:2762,&quot;51596&quot;:2763,&quot;51600&quot;:2764,&quot;51608&quot;:2765,&quot;51609&quot;:2766,&quot;51611&quot;:2767,&quot;51613&quot;:2768,&quot;51648&quot;:2769,&quot;51649&quot;:2770,&quot;51652&quot;:2771,&quot;51655&quot;:2772,&quot;51656&quot;:2773,&quot;51658&quot;:2774,&quot;51664&quot;:2775,&quot;51665&quot;:2776,&quot;51667&quot;:2777,&quot;51669&quot;:2778,&quot;51670&quot;:2779,&quot;51673&quot;:2780,&quot;51674&quot;:2781,&quot;51676&quot;:2782,&quot;51677&quot;:2783,&quot;51680&quot;:2784,&quot;51682&quot;:2785,&quot;51684&quot;:2786,&quot;51687&quot;:2787,&quot;51692&quot;:2788,&quot;51693&quot;:2789,&quot;51695&quot;:2790,&quot;51696&quot;:2791,&quot;51697&quot;:2792,&quot;51704&quot;:2793,&quot;51705&quot;:2794,&quot;51708&quot;:2795,&quot;51712&quot;:2796,&quot;51720&quot;:2797,&quot;51721&quot;:2798,&quot;51723&quot;:2799,&quot;51724&quot;:2800,&quot;51725&quot;:2801,&quot;51732&quot;:2802,&quot;51736&quot;:2803,&quot;51753&quot;:2804,&quot;51788&quot;:2805,&quot;51789&quot;:2806,&quot;51792&quot;:2807,&quot;51796&quot;:2808,&quot;51804&quot;:2809,&quot;51805&quot;:2810,&quot;51807&quot;:2811,&quot;51808&quot;:2812,&quot;51809&quot;:2813,&quot;51816&quot;:2814,&quot;51837&quot;:2815,&quot;51844&quot;:2816,&quot;51864&quot;:2817,&quot;51900&quot;:2818,&quot;51901&quot;:2819,&quot;51904&quot;:2820,&quot;51908&quot;:2821,&quot;51916&quot;:2822,&quot;51917&quot;:2823,&quot;51919&quot;:2824,&quot;51921&quot;:2825,&quot;51923&quot;:2826,&quot;51928&quot;:2827,&quot;51929&quot;:2828,&quot;51936&quot;:2829,&quot;51948&quot;:2830,&quot;51956&quot;:2831,&quot;51976&quot;:2832,&quot;51984&quot;:2833,&quot;51988&quot;:2834,&quot;51992&quot;:2835,&quot;52000&quot;:2836,&quot;52001&quot;:2837,&quot;52033&quot;:2838,&quot;52040&quot;:2839,&quot;52041&quot;:2840,&quot;52044&quot;:2841,&quot;52048&quot;:2842,&quot;52056&quot;:2843,&quot;52057&quot;:2844,&quot;52061&quot;:2845,&quot;52068&quot;:2846,&quot;52088&quot;:2847,&quot;52089&quot;:2848,&quot;52124&quot;:2849,&quot;52152&quot;:2850,&quot;52180&quot;:2851,&quot;52196&quot;:2852,&quot;52199&quot;:2853,&quot;52201&quot;:2854,&quot;52236&quot;:2855,&quot;52237&quot;:2856,&quot;52240&quot;:2857,&quot;52244&quot;:2858,&quot;52252&quot;:2859,&quot;52253&quot;:2860,&quot;52257&quot;:2861,&quot;52258&quot;:2862,&quot;52263&quot;:2863,&quot;52264&quot;:2864,&quot;52265&quot;:2865,&quot;52268&quot;:2866,&quot;52270&quot;:2867,&quot;52272&quot;:2868,&quot;52280&quot;:2869,&quot;52281&quot;:2870,&quot;52283&quot;:2871,&quot;52284&quot;:2872,&quot;52285&quot;:2873,&quot;52286&quot;:2874,&quot;52292&quot;:2875,&quot;52293&quot;:2876,&quot;52296&quot;:2877,&quot;52300&quot;:2878,&quot;52308&quot;:2879,&quot;52309&quot;:2880,&quot;52311&quot;:2881,&quot;52312&quot;:2882,&quot;52313&quot;:2883,&quot;52320&quot;:2884,&quot;52324&quot;:2885,&quot;52326&quot;:2886,&quot;52328&quot;:2887,&quot;52336&quot;:2888,&quot;52341&quot;:2889,&quot;52376&quot;:2890,&quot;52377&quot;:2891,&quot;52380&quot;:2892,&quot;52384&quot;:2893,&quot;52392&quot;:2894,&quot;52393&quot;:2895,&quot;52395&quot;:2896,&quot;52396&quot;:2897,&quot;52397&quot;:2898,&quot;52404&quot;:2899,&quot;52405&quot;:2900,&quot;52408&quot;:2901,&quot;52412&quot;:2902,&quot;52420&quot;:2903,&quot;52421&quot;:2904,&quot;52423&quot;:2905,&quot;52425&quot;:2906,&quot;52432&quot;:2907,&quot;52436&quot;:2908,&quot;52452&quot;:2909,&quot;52460&quot;:2910,&quot;52464&quot;:2911,&quot;52481&quot;:2912,&quot;52488&quot;:2913,&quot;52489&quot;:2914,&quot;52492&quot;:2915,&quot;52496&quot;:2916,&quot;52504&quot;:2917,&quot;52505&quot;:2918,&quot;52507&quot;:2919,&quot;52509&quot;:2920,&quot;52516&quot;:2921,&quot;52520&quot;:2922,&quot;52524&quot;:2923,&quot;52537&quot;:2924,&quot;52572&quot;:2925,&quot;52576&quot;:2926,&quot;52580&quot;:2927,&quot;52588&quot;:2928,&quot;52589&quot;:2929,&quot;52591&quot;:2930,&quot;52593&quot;:2931,&quot;52600&quot;:2932,&quot;52616&quot;:2933,&quot;52628&quot;:2934,&quot;52629&quot;:2935,&quot;52632&quot;:2936,&quot;52636&quot;:2937,&quot;52644&quot;:2938,&quot;52645&quot;:2939,&quot;52647&quot;:2940,&quot;52649&quot;:2941,&quot;52656&quot;:2942,&quot;52676&quot;:2943,&quot;52684&quot;:2944,&quot;52688&quot;:2945,&quot;52712&quot;:2946,&quot;52716&quot;:2947,&quot;52720&quot;:2948,&quot;52728&quot;:2949,&quot;52729&quot;:2950,&quot;52731&quot;:2951,&quot;52733&quot;:2952,&quot;52740&quot;:2953,&quot;52744&quot;:2954,&quot;52748&quot;:2955,&quot;52756&quot;:2956,&quot;52761&quot;:2957,&quot;52768&quot;:2958,&quot;52769&quot;:2959,&quot;52772&quot;:2960,&quot;52776&quot;:2961,&quot;52784&quot;:2962,&quot;52785&quot;:2963,&quot;52787&quot;:2964,&quot;52789&quot;:2965,&quot;52824&quot;:2966,&quot;52825&quot;:2967,&quot;52828&quot;:2968,&quot;52831&quot;:2969,&quot;52832&quot;:2970,&quot;52833&quot;:2971,&quot;52840&quot;:2972,&quot;52841&quot;:2973,&quot;52843&quot;:2974,&quot;52845&quot;:2975,&quot;52852&quot;:2976,&quot;52853&quot;:2977,&quot;52856&quot;:2978,&quot;52860&quot;:2979,&quot;52868&quot;:2980,&quot;52869&quot;:2981,&quot;52871&quot;:2982,&quot;52873&quot;:2983,&quot;52880&quot;:2984,&quot;52881&quot;:2985,&quot;52884&quot;:2986,&quot;52888&quot;:2987,&quot;52896&quot;:2988,&quot;52897&quot;:2989,&quot;52899&quot;:2990,&quot;52900&quot;:2991,&quot;52901&quot;:2992,&quot;52908&quot;:2993,&quot;52909&quot;:2994,&quot;52929&quot;:2995,&quot;52964&quot;:2996,&quot;52965&quot;:2997,&quot;52968&quot;:2998,&quot;52971&quot;:2999,&quot;52972&quot;:3000,&quot;52980&quot;:3001,&quot;52981&quot;:3002,&quot;52983&quot;:3003,&quot;52984&quot;:3004,&quot;52985&quot;:3005,&quot;52992&quot;:3006,&quot;52993&quot;:3007,&quot;52996&quot;:3008,&quot;53000&quot;:3009,&quot;53008&quot;:3010,&quot;53009&quot;:3011,&quot;53011&quot;:3012,&quot;53013&quot;:3013,&quot;53020&quot;:3014,&quot;53024&quot;:3015,&quot;53028&quot;:3016,&quot;53036&quot;:3017,&quot;53037&quot;:3018,&quot;53039&quot;:3019,&quot;53040&quot;:3020,&quot;53041&quot;:3021,&quot;53048&quot;:3022,&quot;53076&quot;:3023,&quot;53077&quot;:3024,&quot;53080&quot;:3025,&quot;53084&quot;:3026,&quot;53092&quot;:3027,&quot;53093&quot;:3028,&quot;53095&quot;:3029,&quot;53097&quot;:3030,&quot;53104&quot;:3031,&quot;53105&quot;:3032,&quot;53108&quot;:3033,&quot;53112&quot;:3034,&quot;53120&quot;:3035,&quot;53125&quot;:3036,&quot;53132&quot;:3037,&quot;53153&quot;:3038,&quot;53160&quot;:3039,&quot;53168&quot;:3040,&quot;53188&quot;:3041,&quot;53216&quot;:3042,&quot;53217&quot;:3043,&quot;53220&quot;:3044,&quot;53224&quot;:3045,&quot;53232&quot;:3046,&quot;53233&quot;:3047,&quot;53235&quot;:3048,&quot;53237&quot;:3049,&quot;53244&quot;:3050,&quot;53248&quot;:3051,&quot;53252&quot;:3052,&quot;53265&quot;:3053,&quot;53272&quot;:3054,&quot;53293&quot;:3055,&quot;53300&quot;:3056,&quot;53301&quot;:3057,&quot;53304&quot;:3058,&quot;53308&quot;:3059,&quot;53316&quot;:3060,&quot;53317&quot;:3061,&quot;53319&quot;:3062,&quot;53321&quot;:3063,&quot;53328&quot;:3064,&quot;53332&quot;:3065,&quot;53336&quot;:3066,&quot;53344&quot;:3067,&quot;53356&quot;:3068,&quot;53357&quot;:3069,&quot;53360&quot;:3070,&quot;53364&quot;:3071,&quot;53372&quot;:3072,&quot;53373&quot;:3073,&quot;53377&quot;:3074,&quot;53412&quot;:3075,&quot;53413&quot;:3076,&quot;53416&quot;:3077,&quot;53420&quot;:3078,&quot;53428&quot;:3079,&quot;53429&quot;:3080,&quot;53431&quot;:3081,&quot;53433&quot;:3082,&quot;53440&quot;:3083,&quot;53441&quot;:3084,&quot;53444&quot;:3085,&quot;53448&quot;:3086,&quot;53449&quot;:3087,&quot;53456&quot;:3088,&quot;53457&quot;:3089,&quot;53459&quot;:3090,&quot;53460&quot;:3091,&quot;53461&quot;:3092,&quot;53468&quot;:3093,&quot;53469&quot;:3094,&quot;53472&quot;:3095,&quot;53476&quot;:3096,&quot;53484&quot;:3097,&quot;53485&quot;:3098,&quot;53487&quot;:3099,&quot;53488&quot;:3100,&quot;53489&quot;:3101,&quot;53496&quot;:3102,&quot;53517&quot;:3103,&quot;53552&quot;:3104,&quot;53553&quot;:3105,&quot;53556&quot;:3106,&quot;53560&quot;:3107,&quot;53562&quot;:3108,&quot;53568&quot;:3109,&quot;53569&quot;:3110,&quot;53571&quot;:3111,&quot;53572&quot;:3112,&quot;53573&quot;:3113,&quot;53580&quot;:3114,&quot;53581&quot;:3115,&quot;53584&quot;:3116,&quot;53588&quot;:3117,&quot;53596&quot;:3118,&quot;53597&quot;:3119,&quot;53599&quot;:3120,&quot;53601&quot;:3121,&quot;53608&quot;:3122,&quot;53612&quot;:3123,&quot;53628&quot;:3124,&quot;53636&quot;:3125,&quot;53640&quot;:3126,&quot;53664&quot;:3127,&quot;53665&quot;:3128,&quot;53668&quot;:3129,&quot;53672&quot;:3130,&quot;53680&quot;:3131,&quot;53681&quot;:3132,&quot;53683&quot;:3133,&quot;53685&quot;:3134,&quot;53690&quot;:3135,&quot;53692&quot;:3136,&quot;53696&quot;:3137,&quot;53720&quot;:3138,&quot;53748&quot;:3139,&quot;53752&quot;:3140,&quot;53767&quot;:3141,&quot;53769&quot;:3142,&quot;53776&quot;:3143,&quot;53804&quot;:3144,&quot;53805&quot;:3145,&quot;53808&quot;:3146,&quot;53812&quot;:3147,&quot;53820&quot;:3148,&quot;53821&quot;:3149,&quot;53823&quot;:3150,&quot;53825&quot;:3151,&quot;53832&quot;:3152,&quot;53852&quot;:3153,&quot;53860&quot;:3154,&quot;53888&quot;:3155,&quot;53889&quot;:3156,&quot;53892&quot;:3157,&quot;53896&quot;:3158,&quot;53904&quot;:3159,&quot;53905&quot;:3160,&quot;53909&quot;:3161,&quot;53916&quot;:3162,&quot;53920&quot;:3163,&quot;53924&quot;:3164,&quot;53932&quot;:3165,&quot;53937&quot;:3166,&quot;53944&quot;:3167,&quot;53945&quot;:3168,&quot;53948&quot;:3169,&quot;53951&quot;:3170,&quot;53952&quot;:3171,&quot;53954&quot;:3172,&quot;53960&quot;:3173,&quot;53961&quot;:3174,&quot;53963&quot;:3175,&quot;53972&quot;:3176,&quot;53976&quot;:3177,&quot;53980&quot;:3178,&quot;53988&quot;:3179,&quot;53989&quot;:3180,&quot;54000&quot;:3181,&quot;54001&quot;:3182,&quot;54004&quot;:3183,&quot;54008&quot;:3184,&quot;54016&quot;:3185,&quot;54017&quot;:3186,&quot;54019&quot;:3187,&quot;54021&quot;:3188,&quot;54028&quot;:3189,&quot;54029&quot;:3190,&quot;54030&quot;:3191,&quot;54032&quot;:3192,&quot;54036&quot;:3193,&quot;54038&quot;:3194,&quot;54044&quot;:3195,&quot;54045&quot;:3196,&quot;54047&quot;:3197,&quot;54048&quot;:3198,&quot;54049&quot;:3199,&quot;54053&quot;:3200,&quot;54056&quot;:3201,&quot;54057&quot;:3202,&quot;54060&quot;:3203,&quot;54064&quot;:3204,&quot;54072&quot;:3205,&quot;54073&quot;:3206,&quot;54075&quot;:3207,&quot;54076&quot;:3208,&quot;54077&quot;:3209,&quot;54084&quot;:3210,&quot;54085&quot;:3211,&quot;54140&quot;:3212,&quot;54141&quot;:3213,&quot;54144&quot;:3214,&quot;54148&quot;:3215,&quot;54156&quot;:3216,&quot;54157&quot;:3217,&quot;54159&quot;:3218,&quot;54160&quot;:3219,&quot;54161&quot;:3220,&quot;54168&quot;:3221,&quot;54169&quot;:3222,&quot;54172&quot;:3223,&quot;54176&quot;:3224,&quot;54184&quot;:3225,&quot;54185&quot;:3226,&quot;54187&quot;:3227,&quot;54189&quot;:3228,&quot;54196&quot;:3229,&quot;54200&quot;:3230,&quot;54204&quot;:3231,&quot;54212&quot;:3232,&quot;54213&quot;:3233,&quot;54216&quot;:3234,&quot;54217&quot;:3235,&quot;54224&quot;:3236,&quot;54232&quot;:3237,&quot;54241&quot;:3238,&quot;54243&quot;:3239,&quot;54252&quot;:3240,&quot;54253&quot;:3241,&quot;54256&quot;:3242,&quot;54260&quot;:3243,&quot;54268&quot;:3244,&quot;54269&quot;:3245,&quot;54271&quot;:3246,&quot;54273&quot;:3247,&quot;54280&quot;:3248,&quot;54301&quot;:3249,&quot;54336&quot;:3250,&quot;54340&quot;:3251,&quot;54364&quot;:3252,&quot;54368&quot;:3253,&quot;54372&quot;:3254,&quot;54381&quot;:3255,&quot;54383&quot;:3256,&quot;54392&quot;:3257,&quot;54393&quot;:3258,&quot;54396&quot;:3259,&quot;54399&quot;:3260,&quot;54400&quot;:3261,&quot;54402&quot;:3262,&quot;54408&quot;:3263,&quot;54409&quot;:3264,&quot;54411&quot;:3265,&quot;54413&quot;:3266,&quot;54420&quot;:3267,&quot;54441&quot;:3268,&quot;54476&quot;:3269,&quot;54480&quot;:3270,&quot;54484&quot;:3271,&quot;54492&quot;:3272,&quot;54495&quot;:3273,&quot;54504&quot;:3274,&quot;54508&quot;:3275,&quot;54512&quot;:3276,&quot;54520&quot;:3277,&quot;54523&quot;:3278,&quot;54525&quot;:3279,&quot;54532&quot;:3280,&quot;54536&quot;:3281,&quot;54540&quot;:3282,&quot;54548&quot;:3283,&quot;54549&quot;:3284,&quot;54551&quot;:3285,&quot;54588&quot;:3286,&quot;54589&quot;:3287,&quot;54592&quot;:3288,&quot;54596&quot;:3289,&quot;54604&quot;:3290,&quot;54605&quot;:3291,&quot;54607&quot;:3292,&quot;54609&quot;:3293,&quot;54616&quot;:3294,&quot;54617&quot;:3295,&quot;54620&quot;:3296,&quot;54624&quot;:3297,&quot;54629&quot;:3298,&quot;54632&quot;:3299,&quot;54633&quot;:3300,&quot;54635&quot;:3301,&quot;54637&quot;:3302,&quot;54644&quot;:3303,&quot;54645&quot;:3304,&quot;54648&quot;:3305,&quot;54652&quot;:3306,&quot;54660&quot;:3307,&quot;54661&quot;:3308,&quot;54663&quot;:3309,&quot;54664&quot;:3310,&quot;54665&quot;:3311,&quot;54672&quot;:3312,&quot;54693&quot;:3313,&quot;54728&quot;:3314,&quot;54729&quot;:3315,&quot;54732&quot;:3316,&quot;54736&quot;:3317,&quot;54738&quot;:3318,&quot;54744&quot;:3319,&quot;54745&quot;:3320,&quot;54747&quot;:3321,&quot;54749&quot;:3322,&quot;54756&quot;:3323,&quot;54757&quot;:3324,&quot;54760&quot;:3325,&quot;54764&quot;:3326,&quot;54772&quot;:3327,&quot;54773&quot;:3328,&quot;54775&quot;:3329,&quot;54777&quot;:3330,&quot;54784&quot;:3331,&quot;54785&quot;:3332,&quot;54788&quot;:3333,&quot;54792&quot;:3334,&quot;54800&quot;:3335,&quot;54801&quot;:3336,&quot;54803&quot;:3337,&quot;54804&quot;:3338,&quot;54805&quot;:3339,&quot;54812&quot;:3340,&quot;54816&quot;:3341,&quot;54820&quot;:3342,&quot;54829&quot;:3343,&quot;54840&quot;:3344,&quot;54841&quot;:3345,&quot;54844&quot;:3346,&quot;54848&quot;:3347,&quot;54853&quot;:3348,&quot;54856&quot;:3349,&quot;54857&quot;:3350,&quot;54859&quot;:3351,&quot;54861&quot;:3352,&quot;54865&quot;:3353,&quot;54868&quot;:3354,&quot;54869&quot;:3355,&quot;54872&quot;:3356,&quot;54876&quot;:3357,&quot;54887&quot;:3358,&quot;54889&quot;:3359,&quot;54896&quot;:3360,&quot;54897&quot;:3361,&quot;54900&quot;:3362,&quot;54915&quot;:3363,&quot;54917&quot;:3364,&quot;54924&quot;:3365,&quot;54925&quot;:3366,&quot;54928&quot;:3367,&quot;54932&quot;:3368,&quot;54941&quot;:3369,&quot;54943&quot;:3370,&quot;54945&quot;:3371,&quot;54952&quot;:3372,&quot;54956&quot;:3373,&quot;54960&quot;:3374,&quot;54969&quot;:3375,&quot;54971&quot;:3376,&quot;54980&quot;:3377,&quot;54981&quot;:3378,&quot;54984&quot;:3379,&quot;54988&quot;:3380,&quot;54993&quot;:3381,&quot;54996&quot;:3382,&quot;54999&quot;:3383,&quot;55001&quot;:3384,&quot;55008&quot;:3385,&quot;55012&quot;:3386,&quot;55016&quot;:3387,&quot;55024&quot;:3388,&quot;55029&quot;:3389,&quot;55036&quot;:3390,&quot;55037&quot;:3391,&quot;55040&quot;:3392,&quot;55044&quot;:3393,&quot;55057&quot;:3394,&quot;55064&quot;:3395,&quot;55065&quot;:3396,&quot;55068&quot;:3397,&quot;55072&quot;:3398,&quot;55080&quot;:3399,&quot;55081&quot;:3400,&quot;55083&quot;:3401,&quot;55085&quot;:3402,&quot;55092&quot;:3403,&quot;55093&quot;:3404,&quot;55096&quot;:3405,&quot;55100&quot;:3406,&quot;55108&quot;:3407,&quot;55111&quot;:3408,&quot;55113&quot;:3409,&quot;55120&quot;:3410,&quot;55121&quot;:3411,&quot;55124&quot;:3412,&quot;55126&quot;:3413,&quot;55127&quot;:3414,&quot;55128&quot;:3415,&quot;55129&quot;:3416,&quot;55136&quot;:3417,&quot;55137&quot;:3418,&quot;55139&quot;:3419,&quot;55141&quot;:3420,&quot;55145&quot;:3421,&quot;55148&quot;:3422,&quot;55152&quot;:3423,&quot;55156&quot;:3424,&quot;55164&quot;:3425,&quot;55165&quot;:3426,&quot;55169&quot;:3427,&quot;55176&quot;:3428,&quot;55177&quot;:3429,&quot;55180&quot;:3430,&quot;55184&quot;:3431,&quot;55192&quot;:3432,&quot;55193&quot;:3433,&quot;55195&quot;:3434,&quot;55197&quot;:3435,&quot;20285&quot;:3436,&quot;20339&quot;:3437,&quot;20551&quot;:3438,&quot;20729&quot;:3439,&quot;21152&quot;:3440,&quot;21487&quot;:3441,&quot;21621&quot;:3442,&quot;21733&quot;:3443,&quot;22025&quot;:3444,&quot;23233&quot;:3445,&quot;23478&quot;:3446,&quot;26247&quot;:3447,&quot;26550&quot;:3448,&quot;26551&quot;:3449,&quot;26607&quot;:3450,&quot;27468&quot;:3451,&quot;29634&quot;:3452,&quot;30146&quot;:3453,&quot;31292&quot;:3454,&quot;33499&quot;:3455,&quot;33540&quot;:3456,&quot;34903&quot;:3457,&quot;34952&quot;:3458,&quot;35382&quot;:3459,&quot;36040&quot;:3460,&quot;63747&quot;:3460,&quot;36303&quot;:3461,&quot;36603&quot;:3462,&quot;36838&quot;:3463,&quot;39381&quot;:3464,&quot;21051&quot;:3465,&quot;21364&quot;:3466,&quot;21508&quot;:3467,&quot;24682&quot;:3468,&quot;24932&quot;:3469,&quot;27580&quot;:3470,&quot;29647&quot;:3471,&quot;33050&quot;:3472,&quot;35258&quot;:3473,&quot;12179&quot;:3474,&quot;35282&quot;:3474,&quot;38307&quot;:3475,&quot;20355&quot;:3476,&quot;21002&quot;:3477,&quot;22718&quot;:3478,&quot;22904&quot;:3479,&quot;23014&quot;:3480,&quot;12082&quot;:3481,&quot;24178&quot;:3481,&quot;24185&quot;:3482,&quot;25031&quot;:3483,&quot;25536&quot;:3484,&quot;26438&quot;:3485,&quot;26604&quot;:3486,&quot;26751&quot;:3487,&quot;28567&quot;:3488,&quot;30286&quot;:3489,&quot;30475&quot;:3490,&quot;30965&quot;:3491,&quot;31240&quot;:3492,&quot;31487&quot;:3493,&quot;31777&quot;:3494,&quot;32925&quot;:3495,&quot;12169&quot;:3496,&quot;33390&quot;:3496,&quot;33393&quot;:3497,&quot;35563&quot;:3498,&quot;38291&quot;:3499,&quot;20075&quot;:3500,&quot;21917&quot;:3501,&quot;26359&quot;:3502,&quot;28212&quot;:3503,&quot;30883&quot;:3504,&quot;31469&quot;:3505,&quot;33883&quot;:3506,&quot;35088&quot;:3507,&quot;34638&quot;:3508,&quot;38824&quot;:3509,&quot;21208&quot;:3510,&quot;22350&quot;:3511,&quot;22570&quot;:3512,&quot;23884&quot;:3513,&quot;24863&quot;:3514,&quot;25022&quot;:3515,&quot;25121&quot;:3516,&quot;25954&quot;:3517,&quot;26577&quot;:3518,&quot;27204&quot;:3519,&quot;28187&quot;:3520,&quot;12130&quot;:3521,&quot;29976&quot;:3521,&quot;30131&quot;:3522,&quot;30435&quot;:3523,&quot;30640&quot;:3524,&quot;32058&quot;:3525,&quot;37039&quot;:3526,&quot;37969&quot;:3527,&quot;37970&quot;:3528,&quot;40853&quot;:3529,&quot;21283&quot;:3530,&quot;23724&quot;:3531,&quot;30002&quot;:3532,&quot;32987&quot;:3533,&quot;37440&quot;:3534,&quot;38296&quot;:3535,&quot;21083&quot;:3536,&quot;22536&quot;:3537,&quot;23004&quot;:3538,&quot;23713&quot;:3539,&quot;23831&quot;:3540,&quot;24247&quot;:3541,&quot;24378&quot;:3542,&quot;24394&quot;:3543,&quot;24951&quot;:3544,&quot;27743&quot;:3545,&quot;30074&quot;:3546,&quot;30086&quot;:3547,&quot;31968&quot;:3548,&quot;32115&quot;:3549,&quot;32177&quot;:3550,&quot;32652&quot;:3551,&quot;33108&quot;:3552,&quot;33313&quot;:3553,&quot;34193&quot;:3554,&quot;35137&quot;:3555,&quot;35611&quot;:3556,&quot;37628&quot;:3557,&quot;38477&quot;:3558,&quot;64009&quot;:3558,&quot;40007&quot;:3559,&quot;20171&quot;:3560,&quot;20215&quot;:3561,&quot;20491&quot;:3562,&quot;20977&quot;:3563,&quot;22607&quot;:3564,&quot;24887&quot;:3565,&quot;24894&quot;:3566,&quot;24936&quot;:3567,&quot;25913&quot;:3568,&quot;27114&quot;:3569,&quot;28433&quot;:3570,&quot;30117&quot;:3571,&quot;30342&quot;:3572,&quot;30422&quot;:3573,&quot;31623&quot;:3574,&quot;33445&quot;:3575,&quot;33995&quot;:3576,&quot;37799&quot;:3577,&quot;38283&quot;:3578,&quot;21888&quot;:3579,&quot;23458&quot;:3580,&quot;22353&quot;:3581,&quot;31923&quot;:3582,&quot;32697&quot;:3583,&quot;37301&quot;:3584,&quot;20520&quot;:3585,&quot;21435&quot;:3586,&quot;23621&quot;:3587,&quot;24040&quot;:3588,&quot;25298&quot;:3589,&quot;25454&quot;:3590,&quot;25818&quot;:3591,&quot;25831&quot;:3592,&quot;28192&quot;:3593,&quot;28844&quot;:3594,&quot;31067&quot;:3595,&quot;36317&quot;:3596,&quot;36382&quot;:3597,&quot;36989&quot;:3598,&quot;37445&quot;:3599,&quot;37624&quot;:3600,&quot;20094&quot;:3601,&quot;20214&quot;:3602,&quot;20581&quot;:3603,&quot;12081&quot;:3604,&quot;24062&quot;:3604,&quot;24314&quot;:3605,&quot;24838&quot;:3606,&quot;26967&quot;:3607,&quot;33137&quot;:3608,&quot;34388&quot;:3609,&quot;36423&quot;:3610,&quot;37749&quot;:3611,&quot;39467&quot;:3612,&quot;20062&quot;:3613,&quot;20625&quot;:3614,&quot;26480&quot;:3615,&quot;26688&quot;:3616,&quot;20745&quot;:3617,&quot;21133&quot;:3618,&quot;21138&quot;:3619,&quot;27298&quot;:3620,&quot;30652&quot;:3621,&quot;37392&quot;:3622,&quot;40660&quot;:3623,&quot;21163&quot;:3624,&quot;24623&quot;:3625,&quot;36850&quot;:3626,&quot;20552&quot;:3627,&quot;25001&quot;:3628,&quot;25581&quot;:3629,&quot;25802&quot;:3630,&quot;26684&quot;:3631,&quot;27268&quot;:3632,&quot;28608&quot;:3633,&quot;33160&quot;:3634,&quot;35233&quot;:3635,&quot;38548&quot;:3636,&quot;22533&quot;:3637,&quot;29309&quot;:3638,&quot;12125&quot;:3639,&quot;29356&quot;:3639,&quot;29956&quot;:3640,&quot;32121&quot;:3641,&quot;32365&quot;:3642,&quot;32937&quot;:3643,&quot;12178&quot;:3644,&quot;35211&quot;:3644,&quot;64010&quot;:3644,&quot;35700&quot;:3645,&quot;36963&quot;:3646,&quot;40273&quot;:3647,&quot;25225&quot;:3648,&quot;27770&quot;:3649,&quot;28500&quot;:3650,&quot;32080&quot;:3651,&quot;32570&quot;:3652,&quot;35363&quot;:3653,&quot;20860&quot;:3654,&quot;24906&quot;:3655,&quot;31645&quot;:3656,&quot;35609&quot;:3657,&quot;37463&quot;:3658,&quot;37772&quot;:3659,&quot;20140&quot;:3660,&quot;20435&quot;:3661,&quot;20510&quot;:3662,&quot;20670&quot;:3663,&quot;20742&quot;:3664,&quot;21185&quot;:3665,&quot;21197&quot;:3666,&quot;21375&quot;:3667,&quot;22384&quot;:3668,&quot;22659&quot;:3669,&quot;24218&quot;:3670,&quot;24465&quot;:3671,&quot;24950&quot;:3672,&quot;25004&quot;:3673,&quot;25806&quot;:3674,&quot;25964&quot;:3675,&quot;26223&quot;:3676,&quot;26299&quot;:3677,&quot;26356&quot;:3678,&quot;63745&quot;:3678,&quot;26775&quot;:3679,&quot;28039&quot;:3680,&quot;28805&quot;:3681,&quot;28913&quot;:3682,&quot;29855&quot;:3683,&quot;29861&quot;:3684,&quot;29898&quot;:3685,&quot;30169&quot;:3686,&quot;30828&quot;:3687,&quot;30956&quot;:3688,&quot;31455&quot;:3689,&quot;31478&quot;:3690,&quot;32069&quot;:3691,&quot;32147&quot;:3692,&quot;32789&quot;:3693,&quot;32831&quot;:3694,&quot;33051&quot;:3695,&quot;33686&quot;:3696,&quot;35686&quot;:3697,&quot;36629&quot;:3698,&quot;36885&quot;:3699,&quot;37857&quot;:3700,&quot;38915&quot;:3701,&quot;38968&quot;:3702,&quot;39514&quot;:3703,&quot;39912&quot;:3704,&quot;20418&quot;:3705,&quot;21843&quot;:3706,&quot;22586&quot;:3707,&quot;22865&quot;:3708,&quot;63753&quot;:3708,&quot;23395&quot;:3709,&quot;23622&quot;:3710,&quot;24760&quot;:3711,&quot;25106&quot;:3712,&quot;26690&quot;:3713,&quot;26800&quot;:3714,&quot;26856&quot;:3715,&quot;28330&quot;:3716,&quot;30028&quot;:3717,&quot;30328&quot;:3718,&quot;30926&quot;:3719,&quot;31293&quot;:3720,&quot;31995&quot;:3721,&quot;32363&quot;:3722,&quot;32380&quot;:3723,&quot;35336&quot;:3724,&quot;35489&quot;:3725,&quot;35903&quot;:3726,&quot;38542&quot;:3727,&quot;40388&quot;:3728,&quot;21476&quot;:3729,&quot;21481&quot;:3730,&quot;21578&quot;:3731,&quot;21617&quot;:3732,&quot;22266&quot;:3733,&quot;22993&quot;:3734,&quot;23396&quot;:3735,&quot;23611&quot;:3736,&quot;24235&quot;:3737,&quot;25335&quot;:3738,&quot;25911&quot;:3739,&quot;25925&quot;:3740,&quot;25970&quot;:3741,&quot;26272&quot;:3742,&quot;26543&quot;:3743,&quot;27073&quot;:3744,&quot;27837&quot;:3745,&quot;30204&quot;:3746,&quot;30352&quot;:3747,&quot;30590&quot;:3748,&quot;31295&quot;:3749,&quot;32660&quot;:3750,&quot;32771&quot;:3751,&quot;32929&quot;:3752,&quot;33167&quot;:3753,&quot;33510&quot;:3754,&quot;33533&quot;:3755,&quot;33776&quot;:3756,&quot;34241&quot;:3757,&quot;34865&quot;:3758,&quot;34996&quot;:3759,&quot;35493&quot;:3760,&quot;36764&quot;:3761,&quot;37678&quot;:3762,&quot;38599&quot;:3763,&quot;39015&quot;:3764,&quot;12220&quot;:3765,&quot;39640&quot;:3765,&quot;12238&quot;:3766,&quot;40723&quot;:3766,&quot;21741&quot;:3767,&quot;26011&quot;:3768,&quot;26354&quot;:3769,&quot;26767&quot;:3770,&quot;31296&quot;:3771,&quot;12181&quot;:3772,&quot;35895&quot;:3772,&quot;40288&quot;:3773,&quot;22256&quot;:3774,&quot;22372&quot;:3775,&quot;23825&quot;:3776,&quot;26118&quot;:3777,&quot;26801&quot;:3778,&quot;26829&quot;:3779,&quot;28414&quot;:3780,&quot;29736&quot;:3781,&quot;34974&quot;:3782,&quot;39908&quot;:3783,&quot;27752&quot;:3784,&quot;12219&quot;:3785,&quot;39592&quot;:3785,&quot;20379&quot;:3786,&quot;20844&quot;:3787,&quot;20849&quot;:3788,&quot;21151&quot;:3789,&quot;23380&quot;:3790,&quot;12079&quot;:3791,&quot;24037&quot;:3791,&quot;24656&quot;:3792,&quot;24685&quot;:3793,&quot;25329&quot;:3794,&quot;25511&quot;:3795,&quot;25915&quot;:3796,&quot;29657&quot;:3797,&quot;31354&quot;:3798,&quot;34467&quot;:3799,&quot;36002&quot;:3800,&quot;38799&quot;:3801,&quot;20018&quot;:3802,&quot;63749&quot;:3802,&quot;23521&quot;:3803,&quot;12093&quot;:3804,&quot;25096&quot;:3804,&quot;26524&quot;:3805,&quot;12128&quot;:3806,&quot;29916&quot;:3806,&quot;31185&quot;:3807,&quot;33747&quot;:3808,&quot;35463&quot;:3809,&quot;35506&quot;:3810,&quot;36328&quot;:3811,&quot;36942&quot;:3812,&quot;37707&quot;:3813,&quot;38982&quot;:3814,&quot;24275&quot;:3815,&quot;64011&quot;:3815,&quot;27112&quot;:3816,&quot;34303&quot;:3817,&quot;37101&quot;:3818,&quot;20896&quot;:3819,&quot;23448&quot;:3820,&quot;23532&quot;:3821,&quot;24931&quot;:3822,&quot;26874&quot;:3823,&quot;27454&quot;:3824,&quot;28748&quot;:3825,&quot;29743&quot;:3826,&quot;29912&quot;:3827,&quot;31649&quot;:3828,&quot;32592&quot;:3829,&quot;33733&quot;:3830,&quot;35264&quot;:3831,&quot;36011&quot;:3832,&quot;38364&quot;:3833,&quot;39208&quot;:3834,&quot;21038&quot;:3835,&quot;24669&quot;:3836,&quot;25324&quot;:3837,&quot;36866&quot;:3838,&quot;20362&quot;:3839,&quot;20809&quot;:3840,&quot;21281&quot;:3841,&quot;22745&quot;:3842,&quot;24291&quot;:3843,&quot;26336&quot;:3844,&quot;27960&quot;:3845,&quot;28826&quot;:3846,&quot;29378&quot;:3847,&quot;29654&quot;:3848,&quot;31568&quot;:3849,&quot;33009&quot;:3850,&quot;37979&quot;:3851,&quot;21350&quot;:3852,&quot;25499&quot;:3853,&quot;32619&quot;:3854,&quot;20054&quot;:3855,&quot;20608&quot;:3856,&quot;22602&quot;:3857,&quot;22750&quot;:3858,&quot;24618&quot;:3859,&quot;24871&quot;:3860,&quot;25296&quot;:3861,&quot;27088&quot;:3862,&quot;39745&quot;:3863,&quot;23439&quot;:3864,&quot;32024&quot;:3865,&quot;32945&quot;:3866,&quot;36703&quot;:3867,&quot;20132&quot;:3868,&quot;20689&quot;:3869,&quot;21676&quot;:3870,&quot;21932&quot;:3871,&quot;23308&quot;:3872,&quot;23968&quot;:3873,&quot;24039&quot;:3874,&quot;25898&quot;:3875,&quot;25934&quot;:3876,&quot;26657&quot;:3877,&quot;27211&quot;:3878,&quot;29409&quot;:3879,&quot;30350&quot;:3880,&quot;30703&quot;:3881,&quot;32094&quot;:3882,&quot;32761&quot;:3883,&quot;33184&quot;:3884,&quot;34126&quot;:3885,&quot;34527&quot;:3886,&quot;36611&quot;:3887,&quot;36686&quot;:3888,&quot;37066&quot;:3889,&quot;39171&quot;:3890,&quot;39509&quot;:3891,&quot;39851&quot;:3892,&quot;19992&quot;:3893,&quot;20037&quot;:3894,&quot;20061&quot;:3895,&quot;20167&quot;:3896,&quot;20465&quot;:3897,&quot;20855&quot;:3898,&quot;21246&quot;:3899,&quot;21312&quot;:3900,&quot;12061&quot;:3901,&quot;21475&quot;:3901,&quot;21477&quot;:3902,&quot;63750&quot;:3902,&quot;21646&quot;:3903,&quot;22036&quot;:3904,&quot;22389&quot;:3905,&quot;22434&quot;:3906,&quot;23495&quot;:3907,&quot;23943&quot;:3908,&quot;24272&quot;:3909,&quot;25084&quot;:3910,&quot;25304&quot;:3911,&quot;25937&quot;:3912,&quot;26552&quot;:3913,&quot;26601&quot;:3914,&quot;27083&quot;:3915,&quot;27472&quot;:3916,&quot;27590&quot;:3917,&quot;27628&quot;:3918,&quot;27714&quot;:3919,&quot;28317&quot;:3920,&quot;28792&quot;:3921,&quot;29399&quot;:3922,&quot;29590&quot;:3923,&quot;29699&quot;:3924,&quot;30655&quot;:3925,&quot;30697&quot;:3926,&quot;31350&quot;:3927,&quot;32127&quot;:3928,&quot;32777&quot;:3929,&quot;12165&quot;:3930,&quot;33276&quot;:3930,&quot;33285&quot;:3931,&quot;33290&quot;:3932,&quot;33503&quot;:3933,&quot;34914&quot;:3934,&quot;35635&quot;:3935,&quot;36092&quot;:3936,&quot;36544&quot;:3937,&quot;36881&quot;:3938,&quot;37041&quot;:3939,&quot;37476&quot;:3940,&quot;37558&quot;:3941,&quot;39378&quot;:3942,&quot;39493&quot;:3943,&quot;40169&quot;:3944,&quot;40407&quot;:3945,&quot;12244&quot;:3946,&quot;40860&quot;:3946,&quot;63751&quot;:3946,&quot;63752&quot;:3946,&quot;22283&quot;:3947,&quot;23616&quot;:3948,&quot;33738&quot;:3949,&quot;38816&quot;:3950,&quot;38827&quot;:3951,&quot;40628&quot;:3952,&quot;21531&quot;:3953,&quot;31384&quot;:3954,&quot;32676&quot;:3955,&quot;35033&quot;:3956,&quot;36557&quot;:3957,&quot;37089&quot;:3958,&quot;22528&quot;:3959,&quot;23624&quot;:3960,&quot;25496&quot;:3961,&quot;31391&quot;:3962,&quot;23470&quot;:3963,&quot;12088&quot;:3964,&quot;24339&quot;:3964,&quot;31353&quot;:3965,&quot;31406&quot;:3966,&quot;33422&quot;:3967,&quot;36524&quot;:3968,&quot;20518&quot;:3969,&quot;21048&quot;:3970,&quot;21240&quot;:3971,&quot;21367&quot;:3972,&quot;22280&quot;:3973,&quot;25331&quot;:3974,&quot;25458&quot;:3975,&quot;27402&quot;:3976,&quot;28099&quot;:3977,&quot;30519&quot;:3978,&quot;21413&quot;:3979,&quot;29527&quot;:3980,&quot;34152&quot;:3981,&quot;36470&quot;:3982,&quot;38357&quot;:3983,&quot;26426&quot;:3984,&quot;27331&quot;:3985,&quot;28528&quot;:3986,&quot;35437&quot;:3987,&quot;36556&quot;:3988,&quot;39243&quot;:3989,&quot;26231&quot;:3990,&quot;27512&quot;:3991,&quot;36020&quot;:3992,&quot;12225&quot;:3993,&quot;39740&quot;:3993,&quot;21483&quot;:3994,&quot;22317&quot;:3995,&quot;22862&quot;:3996,&quot;25542&quot;:3997,&quot;27131&quot;:3998,&quot;29674&quot;:3999,&quot;30789&quot;:4000,&quot;31418&quot;:4001,&quot;31429&quot;:4002,&quot;31998&quot;:4003,&quot;33909&quot;:4004,&quot;35215&quot;:4005,&quot;36211&quot;:4006,&quot;36917&quot;:4007,&quot;38312&quot;:4008,&quot;21243&quot;:4009,&quot;22343&quot;:4010,&quot;30023&quot;:4011,&quot;31584&quot;:4012,&quot;33740&quot;:4013,&quot;37406&quot;:4014,&quot;27224&quot;:4015,&quot;20811&quot;:4016,&quot;21067&quot;:4017,&quot;21127&quot;:4018,&quot;25119&quot;:4019,&quot;26840&quot;:4020,&quot;26997&quot;:4021,&quot;38553&quot;:4022,&quot;20677&quot;:4023,&quot;21156&quot;:4024,&quot;21220&quot;:4025,&quot;25027&quot;:4026,&quot;12100&quot;:4027,&quot;26020&quot;:4027,&quot;26681&quot;:4028,&quot;27135&quot;:4029,&quot;29822&quot;:4030,&quot;31563&quot;:4031,&quot;33465&quot;:4032,&quot;33771&quot;:4033,&quot;35250&quot;:4034,&quot;35641&quot;:4035,&quot;36817&quot;:4036,&quot;39241&quot;:4037,&quot;20170&quot;:4038,&quot;22935&quot;:4039,&quot;25810&quot;:4040,&quot;26129&quot;:4041,&quot;27278&quot;:4042,&quot;29748&quot;:4043,&quot;31105&quot;:4044,&quot;31165&quot;:4045,&quot;33449&quot;:4046,&quot;34942&quot;:4047,&quot;34943&quot;:4048,&quot;35167&quot;:4049,&quot;37670&quot;:4050,&quot;20235&quot;:4051,&quot;21450&quot;:4052,&quot;24613&quot;:4053,&quot;25201&quot;:4054,&quot;27762&quot;:4055,&quot;32026&quot;:4056,&quot;32102&quot;:4057,&quot;20120&quot;:4058,&quot;20834&quot;:4059,&quot;30684&quot;:4060,&quot;32943&quot;:4061,&quot;20225&quot;:4062,&quot;20238&quot;:4063,&quot;20854&quot;:4064,&quot;20864&quot;:4065,&quot;21980&quot;:4066,&quot;22120&quot;:4067,&quot;22331&quot;:4068,&quot;22522&quot;:4069,&quot;22524&quot;:4070,&quot;22804&quot;:4071,&quot;22855&quot;:4072,&quot;22931&quot;:4073,&quot;23492&quot;:4074,&quot;23696&quot;:4075,&quot;23822&quot;:4076,&quot;12080&quot;:4077,&quot;24049&quot;:4077,&quot;24190&quot;:4078,&quot;24524&quot;:4079,&quot;25216&quot;:4080,&quot;26071&quot;:4081,&quot;26083&quot;:4082,&quot;26398&quot;:4083,&quot;26399&quot;:4084,&quot;26462&quot;:4085,&quot;26827&quot;:4086,&quot;26820&quot;:4087,&quot;27231&quot;:4088,&quot;27450&quot;:4089,&quot;27683&quot;:4090,&quot;27773&quot;:4091,&quot;27778&quot;:4092,&quot;28103&quot;:4093,&quot;29592&quot;:4094,&quot;29734&quot;:4095,&quot;29738&quot;:4096,&quot;29826&quot;:4097,&quot;29859&quot;:4098,&quot;30072&quot;:4099,&quot;30079&quot;:4100,&quot;30849&quot;:4101,&quot;30959&quot;:4102,&quot;31041&quot;:4103,&quot;31047&quot;:4104,&quot;31048&quot;:4105,&quot;31098&quot;:4106,&quot;31637&quot;:4107,&quot;32000&quot;:4108,&quot;32186&quot;:4109,&quot;32648&quot;:4110,&quot;32774&quot;:4111,&quot;32813&quot;:4112,&quot;32908&quot;:4113,&quot;35352&quot;:4114,&quot;35663&quot;:4115,&quot;35912&quot;:4116,&quot;63744&quot;:4116,&quot;36215&quot;:4117,&quot;37665&quot;:4118,&quot;37668&quot;:4119,&quot;39138&quot;:4120,&quot;39249&quot;:4121,&quot;39438&quot;:4122,&quot;39439&quot;:4123,&quot;39525&quot;:4124,&quot;40594&quot;:4125,&quot;32202&quot;:4126,&quot;20342&quot;:4127,&quot;21513&quot;:4128,&quot;25326&quot;:4129,&quot;26708&quot;:4130,&quot;12198&quot;:4131,&quot;37329&quot;:4131,&quot;63754&quot;:4131,&quot;21931&quot;:4132,&quot;20794&quot;:4133,&quot;23068&quot;:4134,&quot;25062&quot;:4135,&quot;25295&quot;:4136,&quot;63835&quot;:4136,&quot;25343&quot;:4137,&quot;37027&quot;:4138,&quot;35582&quot;:4139,&quot;63837&quot;:4139,&quot;26262&quot;:4140,&quot;29014&quot;:4141,&quot;38627&quot;:4142,&quot;25423&quot;:4143,&quot;25466&quot;:4144,&quot;21335&quot;:4145,&quot;26511&quot;:4146,&quot;26976&quot;:4147,&quot;28275&quot;:4148,&quot;30007&quot;:4149,&quot;32013&quot;:4150,&quot;34930&quot;:4151,&quot;22218&quot;:4152,&quot;23064&quot;:4153,&quot;20035&quot;:4154,&quot;20839&quot;:4155,&quot;22856&quot;:4156,&quot;63756&quot;:4156,&quot;26608&quot;:4157,&quot;32784&quot;:4158,&quot;12069&quot;:4159,&quot;22899&quot;:4159,&quot;63873&quot;:4159,&quot;24180&quot;:4160,&quot;63886&quot;:4160,&quot;25754&quot;:4161,&quot;63889&quot;:4161,&quot;31178&quot;:4162,&quot;63893&quot;:4162,&quot;24565&quot;:4163,&quot;63907&quot;:4163,&quot;24684&quot;:4164,&quot;25288&quot;:4165,&quot;25467&quot;:4166,&quot;63908&quot;:4166,&quot;23527&quot;:4167,&quot;63839&quot;:4167,&quot;63914&quot;:4167,&quot;23511&quot;:4168,&quot;21162&quot;:4169,&quot;22900&quot;:4170,&quot;24361&quot;:4171,&quot;24594&quot;:4172,&quot;63840&quot;:4172,&quot;29785&quot;:4173,&quot;39377&quot;:4174,&quot;28611&quot;:4175,&quot;33215&quot;:4176,&quot;36786&quot;:4177,&quot;24817&quot;:4178,&quot;33126&quot;:4179,&quot;23615&quot;:4180,&quot;63933&quot;:4180,&quot;23273&quot;:4181,&quot;35365&quot;:4182,&quot;26491&quot;:4183,&quot;63944&quot;:4183,&quot;32016&quot;:4184,&quot;63951&quot;:4184,&quot;33021&quot;:4185,&quot;23612&quot;:4186,&quot;27877&quot;:4187,&quot;63971&quot;:4187,&quot;21311&quot;:4188,&quot;63979&quot;:4188,&quot;28346&quot;:4189,&quot;63980&quot;:4189,&quot;22810&quot;:4190,&quot;33590&quot;:4191,&quot;63998&quot;:4191,&quot;20025&quot;:4192,&quot;63838&quot;:4192,&quot;20150&quot;:4193,&quot;20294&quot;:4194,&quot;21934&quot;:4195,&quot;22296&quot;:4196,&quot;22727&quot;:4197,&quot;24406&quot;:4198,&quot;26039&quot;:4199,&quot;26086&quot;:4200,&quot;27264&quot;:4201,&quot;27573&quot;:4202,&quot;28237&quot;:4203,&quot;30701&quot;:4204,&quot;31471&quot;:4205,&quot;31774&quot;:4206,&quot;32222&quot;:4207,&quot;34507&quot;:4208,&quot;34962&quot;:4209,&quot;37170&quot;:4210,&quot;37723&quot;:4211,&quot;25787&quot;:4212,&quot;28606&quot;:4213,&quot;29562&quot;:4214,&quot;30136&quot;:4215,&quot;36948&quot;:4216,&quot;21846&quot;:4217,&quot;22349&quot;:4218,&quot;25018&quot;:4219,&quot;25812&quot;:4220,&quot;26311&quot;:4221,&quot;28129&quot;:4222,&quot;28251&quot;:4223,&quot;28525&quot;:4224,&quot;28601&quot;:4225,&quot;30192&quot;:4226,&quot;32835&quot;:4227,&quot;33213&quot;:4228,&quot;34113&quot;:4229,&quot;35203&quot;:4230,&quot;35527&quot;:4231,&quot;35674&quot;:4232,&quot;37663&quot;:4233,&quot;27795&quot;:4234,&quot;30035&quot;:4235,&quot;31572&quot;:4236,&quot;36367&quot;:4237,&quot;36957&quot;:4238,&quot;21776&quot;:4239,&quot;22530&quot;:4240,&quot;22616&quot;:4241,&quot;24162&quot;:4242,&quot;25095&quot;:4243,&quot;25758&quot;:4244,&quot;26848&quot;:4245,&quot;30070&quot;:4246,&quot;31958&quot;:4247,&quot;64003&quot;:4247,&quot;34739&quot;:4248,&quot;40680&quot;:4249,&quot;20195&quot;:4250,&quot;22408&quot;:4251,&quot;22382&quot;:4252,&quot;12068&quot;:4253,&quot;22823&quot;:4253,&quot;23565&quot;:4254,&quot;23729&quot;:4255,&quot;24118&quot;:4256,&quot;24453&quot;:4257,&quot;25140&quot;:4258,&quot;25825&quot;:4259,&quot;29619&quot;:4260,&quot;33274&quot;:4261,&quot;34955&quot;:4262,&quot;36024&quot;:4263,&quot;38538&quot;:4264,&quot;40667&quot;:4265,&quot;23429&quot;:4266,&quot;64004&quot;:4266,&quot;24503&quot;:4267,&quot;24755&quot;:4268,&quot;20498&quot;:4269,&quot;12049&quot;:4270,&quot;20992&quot;:4270,&quot;21040&quot;:4271,&quot;22294&quot;:4272,&quot;22581&quot;:4273,&quot;22615&quot;:4274,&quot;23566&quot;:4275,&quot;23648&quot;:4276,&quot;23798&quot;:4277,&quot;23947&quot;:4278,&quot;24230&quot;:4279,&quot;64001&quot;:4279,&quot;24466&quot;:4280,&quot;24764&quot;:4281,&quot;25361&quot;:4282,&quot;25481&quot;:4283,&quot;25623&quot;:4284,&quot;26691&quot;:4285,&quot;26873&quot;:4286,&quot;27330&quot;:4287,&quot;28120&quot;:4288,&quot;28193&quot;:4289,&quot;28372&quot;:4290,&quot;28644&quot;:4291,&quot;29182&quot;:4292,&quot;30428&quot;:4293,&quot;30585&quot;:4294,&quot;31153&quot;:4295,&quot;31291&quot;:4296,&quot;33796&quot;:4297,&quot;35241&quot;:4298,&quot;36077&quot;:4299,&quot;36339&quot;:4300,&quot;36424&quot;:4301,&quot;36867&quot;:4302,&quot;36884&quot;:4303,&quot;36947&quot;:4304,&quot;37117&quot;:4305,&quot;37709&quot;:4306,&quot;38518&quot;:4307,&quot;38876&quot;:4308,&quot;27602&quot;:4309,&quot;28678&quot;:4310,&quot;29272&quot;:4311,&quot;29346&quot;:4312,&quot;29544&quot;:4313,&quot;30563&quot;:4314,&quot;31167&quot;:4315,&quot;31716&quot;:4316,&quot;32411&quot;:4317,&quot;35712&quot;:4318,&quot;63834&quot;:4318,&quot;22697&quot;:4319,&quot;24775&quot;:4320,&quot;25958&quot;:4321,&quot;26109&quot;:4322,&quot;26302&quot;:4323,&quot;27788&quot;:4324,&quot;28958&quot;:4325,&quot;29129&quot;:4326,&quot;35930&quot;:4327,&quot;38931&quot;:4328,&quot;20077&quot;:4329,&quot;31361&quot;:4330,&quot;20189&quot;:4331,&quot;20908&quot;:4332,&quot;20941&quot;:4333,&quot;21205&quot;:4334,&quot;21516&quot;:4335,&quot;24999&quot;:4336,&quot;26481&quot;:4337,&quot;26704&quot;:4338,&quot;26847&quot;:4339,&quot;27934&quot;:4340,&quot;64005&quot;:4340,&quot;28540&quot;:4341,&quot;30140&quot;:4342,&quot;30643&quot;:4343,&quot;31461&quot;:4344,&quot;33012&quot;:4345,&quot;33891&quot;:4346,&quot;37509&quot;:4347,&quot;20828&quot;:4348,&quot;12099&quot;:4349,&quot;26007&quot;:4349,&quot;26460&quot;:4350,&quot;26515&quot;:4351,&quot;30168&quot;:4352,&quot;31431&quot;:4353,&quot;33651&quot;:4354,&quot;12182&quot;:4355,&quot;35910&quot;:4355,&quot;36887&quot;:4356,&quot;38957&quot;:4357,&quot;23663&quot;:4358,&quot;33216&quot;:4359,&quot;33434&quot;:4360,&quot;36929&quot;:4361,&quot;36975&quot;:4362,&quot;37389&quot;:4363,&quot;24471&quot;:4364,&quot;23965&quot;:4365,&quot;27225&quot;:4366,&quot;29128&quot;:4367,&quot;30331&quot;:4368,&quot;31561&quot;:4369,&quot;34276&quot;:4370,&quot;35588&quot;:4371,&quot;37159&quot;:4372,&quot;39472&quot;:4373,&quot;21895&quot;:4374,&quot;63755&quot;:4374,&quot;25078&quot;:4375,&quot;63757&quot;:4375,&quot;30313&quot;:4376,&quot;63758&quot;:4376,&quot;32645&quot;:4377,&quot;63759&quot;:4377,&quot;34367&quot;:4378,&quot;63760&quot;:4378,&quot;34746&quot;:4379,&quot;63761&quot;:4379,&quot;35064&quot;:4380,&quot;63762&quot;:4380,&quot;37007&quot;:4381,&quot;63763&quot;:4381,&quot;27931&quot;:4382,&quot;63765&quot;:4382,&quot;28889&quot;:4383,&quot;63766&quot;:4383,&quot;29662&quot;:4384,&quot;63767&quot;:4384,&quot;32097&quot;:4385,&quot;33853&quot;:4386,&quot;63768&quot;:4386,&quot;37226&quot;:4387,&quot;63769&quot;:4387,&quot;39409&quot;:4388,&quot;63770&quot;:4388,&quot;20098&quot;:4389,&quot;63771&quot;:4389,&quot;21365&quot;:4390,&quot;63772&quot;:4390,&quot;27396&quot;:4391,&quot;63773&quot;:4391,&quot;27410&quot;:4392,&quot;28734&quot;:4393,&quot;29211&quot;:4394,&quot;63774&quot;:4394,&quot;34349&quot;:4395,&quot;63775&quot;:4395,&quot;40478&quot;:4396,&quot;63776&quot;:4396,&quot;21068&quot;:4397,&quot;36771&quot;:4398,&quot;23888&quot;:4399,&quot;63777&quot;:4399,&quot;25829&quot;:4400,&quot;25900&quot;:4401,&quot;27414&quot;:4402,&quot;28651&quot;:4403,&quot;63778&quot;:4403,&quot;31811&quot;:4404,&quot;32412&quot;:4405,&quot;34253&quot;:4406,&quot;63779&quot;:4406,&quot;35172&quot;:4407,&quot;63780&quot;:4407,&quot;35261&quot;:4408,&quot;25289&quot;:4409,&quot;63781&quot;:4409,&quot;33240&quot;:4410,&quot;63782&quot;:4410,&quot;34847&quot;:4411,&quot;63783&quot;:4411,&quot;24266&quot;:4412,&quot;63784&quot;:4412,&quot;26391&quot;:4413,&quot;63785&quot;:4413,&quot;28010&quot;:4414,&quot;63786&quot;:4414,&quot;29436&quot;:4415,&quot;63787&quot;:4415,&quot;29701&quot;:4416,&quot;29807&quot;:4417,&quot;34690&quot;:4418,&quot;37086&quot;:4419,&quot;63788&quot;:4419,&quot;20358&quot;:4420,&quot;63789&quot;:4420,&quot;23821&quot;:4421,&quot;24480&quot;:4422,&quot;33802&quot;:4423,&quot;20919&quot;:4424,&quot;63790&quot;:4424,&quot;25504&quot;:4425,&quot;63861&quot;:4425,&quot;30053&quot;:4426,&quot;63862&quot;:4426,&quot;20142&quot;:4427,&quot;63863&quot;:4427,&quot;20486&quot;:4428,&quot;20841&quot;:4429,&quot;63864&quot;:4429,&quot;20937&quot;:4430,&quot;63865&quot;:4430,&quot;26753&quot;:4431,&quot;63866&quot;:4431,&quot;27153&quot;:4432,&quot;31918&quot;:4433,&quot;31921&quot;:4434,&quot;31975&quot;:4435,&quot;63867&quot;:4435,&quot;33391&quot;:4436,&quot;63868&quot;:4436,&quot;35538&quot;:4437,&quot;63869&quot;:4437,&quot;36635&quot;:4438,&quot;37327&quot;:4439,&quot;63870&quot;:4439,&quot;20406&quot;:4440,&quot;20791&quot;:4441,&quot;21237&quot;:4442,&quot;63871&quot;:4442,&quot;21570&quot;:4443,&quot;63872&quot;:4443,&quot;24300&quot;:4444,&quot;63874&quot;:4444,&quot;24942&quot;:4445,&quot;25150&quot;:4446,&quot;26053&quot;:4447,&quot;63875&quot;:4447,&quot;27354&quot;:4448,&quot;28670&quot;:4449,&quot;63876&quot;:4449,&quot;31018&quot;:4450,&quot;63877&quot;:4450,&quot;34268&quot;:4451,&quot;34851&quot;:4452,&quot;38317&quot;:4453,&quot;63878&quot;:4453,&quot;39522&quot;:4454,&quot;39530&quot;:4455,&quot;63879&quot;:4455,&quot;40599&quot;:4456,&quot;63880&quot;:4456,&quot;40654&quot;:4457,&quot;63881&quot;:4457,&quot;12050&quot;:4458,&quot;21147&quot;:4458,&quot;63882&quot;:4458,&quot;26310&quot;:4459,&quot;63883&quot;:4459,&quot;27511&quot;:4460,&quot;63884&quot;:4460,&quot;28701&quot;:4461,&quot;31019&quot;:4462,&quot;36706&quot;:4463,&quot;63885&quot;:4463,&quot;38722&quot;:4464,&quot;24976&quot;:4465,&quot;63887&quot;:4465,&quot;25088&quot;:4466,&quot;63888&quot;:4466,&quot;25891&quot;:4467,&quot;28451&quot;:4468,&quot;63890&quot;:4468,&quot;29001&quot;:4469,&quot;63891&quot;:4469,&quot;29833&quot;:4470,&quot;63892&quot;:4470,&quot;32244&quot;:4471,&quot;63894&quot;:4471,&quot;32879&quot;:4472,&quot;63895&quot;:4472,&quot;34030&quot;:4473,&quot;63897&quot;:4473,&quot;36646&quot;:4474,&quot;63896&quot;:4474,&quot;36899&quot;:4475,&quot;63898&quot;:4475,&quot;37706&quot;:4476,&quot;63899&quot;:4476,&quot;20925&quot;:4477,&quot;21015&quot;:4478,&quot;63900&quot;:4478,&quot;21155&quot;:4479,&quot;63901&quot;:4479,&quot;27916&quot;:4480,&quot;28872&quot;:4481,&quot;63903&quot;:4481,&quot;35010&quot;:4482,&quot;63904&quot;:4482,&quot;24265&quot;:4483,&quot;63906&quot;:4483,&quot;25986&quot;:4484,&quot;27566&quot;:4485,&quot;63909&quot;:4485,&quot;28610&quot;:4486,&quot;31806&quot;:4487,&quot;63910&quot;:4487,&quot;29557&quot;:4488,&quot;63911&quot;:4488,&quot;20196&quot;:4489,&quot;63912&quot;:4489,&quot;20278&quot;:4490,&quot;22265&quot;:4491,&quot;63913&quot;:4491,&quot;23738&quot;:4492,&quot;23994&quot;:4493,&quot;63915&quot;:4493,&quot;24604&quot;:4494,&quot;63916&quot;:4494,&quot;29618&quot;:4495,&quot;63917&quot;:4495,&quot;31533&quot;:4496,&quot;32666&quot;:4497,&quot;63919&quot;:4497,&quot;32718&quot;:4498,&quot;32838&quot;:4499,&quot;63920&quot;:4499,&quot;36894&quot;:4500,&quot;37428&quot;:4501,&quot;63921&quot;:4501,&quot;38646&quot;:4502,&quot;63922&quot;:4502,&quot;38728&quot;:4503,&quot;63923&quot;:4503,&quot;38936&quot;:4504,&quot;63924&quot;:4504,&quot;40801&quot;:4505,&quot;20363&quot;:4506,&quot;63925&quot;:4506,&quot;28583&quot;:4507,&quot;31150&quot;:4508,&quot;63926&quot;:4508,&quot;37300&quot;:4509,&quot;63927&quot;:4509,&quot;38583&quot;:4510,&quot;63928&quot;:4510,&quot;21214&quot;:4511,&quot;63791&quot;:4511,&quot;25736&quot;:4512,&quot;25796&quot;:4513,&quot;63792&quot;:4513,&quot;27347&quot;:4514,&quot;63793&quot;:4514,&quot;28510&quot;:4515,&quot;28696&quot;:4516,&quot;29200&quot;:4517,&quot;63794&quot;:4517,&quot;30439&quot;:4518,&quot;63795&quot;:4518,&quot;12156&quot;:4519,&quot;32769&quot;:4519,&quot;63796&quot;:4519,&quot;34310&quot;:4520,&quot;63797&quot;:4520,&quot;34396&quot;:4521,&quot;63798&quot;:4521,&quot;36335&quot;:4522,&quot;63799&quot;:4522,&quot;36613&quot;:4523,&quot;38706&quot;:4524,&quot;63800&quot;:4524,&quot;39791&quot;:4525,&quot;63801&quot;:4525,&quot;40442&quot;:4526,&quot;63802&quot;:4526,&quot;12228&quot;:4527,&quot;40565&quot;:4527,&quot;30860&quot;:4528,&quot;63803&quot;:4528,&quot;31103&quot;:4529,&quot;63804&quot;:4529,&quot;32160&quot;:4530,&quot;63805&quot;:4530,&quot;33737&quot;:4531,&quot;63806&quot;:4531,&quot;37636&quot;:4532,&quot;63807&quot;:4532,&quot;12229&quot;:4533,&quot;40575&quot;:4533,&quot;63808&quot;:4533,&quot;40595&quot;:4534,&quot;35542&quot;:4535,&quot;63809&quot;:4535,&quot;22751&quot;:4536,&quot;63810&quot;:4536,&quot;24324&quot;:4537,&quot;63811&quot;:4537,&quot;26407&quot;:4538,&quot;28711&quot;:4539,&quot;29903&quot;:4540,&quot;31840&quot;:4541,&quot;63812&quot;:4541,&quot;32894&quot;:4542,&quot;63813&quot;:4542,&quot;20769&quot;:4543,&quot;28712&quot;:4544,&quot;29282&quot;:4545,&quot;63814&quot;:4545,&quot;30922&quot;:4546,&quot;63815&quot;:4546,&quot;36034&quot;:4547,&quot;63816&quot;:4547,&quot;36058&quot;:4548,&quot;36084&quot;:4549,&quot;38647&quot;:4550,&quot;63817&quot;:4550,&quot;20102&quot;:4551,&quot;63930&quot;:4551,&quot;20698&quot;:4552,&quot;63931&quot;:4552,&quot;23534&quot;:4553,&quot;63932&quot;:4553,&quot;24278&quot;:4554,&quot;26009&quot;:4555,&quot;63934&quot;:4555,&quot;29134&quot;:4556,&quot;63936&quot;:4556,&quot;30274&quot;:4557,&quot;63937&quot;:4557,&quot;30637&quot;:4558,&quot;32842&quot;:4559,&quot;34044&quot;:4560,&quot;63938&quot;:4560,&quot;36988&quot;:4561,&quot;63939&quot;:4561,&quot;39719&quot;:4562,&quot;12243&quot;:4563,&quot;40845&quot;:4563,&quot;63940&quot;:4563,&quot;22744&quot;:4564,&quot;63818&quot;:4564,&quot;23105&quot;:4565,&quot;23650&quot;:4566,&quot;63819&quot;:4566,&quot;27155&quot;:4567,&quot;63820&quot;:4567,&quot;28122&quot;:4568,&quot;63821&quot;:4568,&quot;28431&quot;:4569,&quot;63822&quot;:4569,&quot;30267&quot;:4570,&quot;32047&quot;:4571,&quot;63823&quot;:4571,&quot;32311&quot;:4572,&quot;63824&quot;:4572,&quot;34078&quot;:4573,&quot;35128&quot;:4574,&quot;37860&quot;:4575,&quot;38475&quot;:4576,&quot;63825&quot;:4576,&quot;21129&quot;:4577,&quot;63943&quot;:4577,&quot;26066&quot;:4578,&quot;26611&quot;:4579,&quot;63945&quot;:4579,&quot;27060&quot;:4580,&quot;27969&quot;:4581,&quot;63946&quot;:4581,&quot;28316&quot;:4582,&quot;63947&quot;:4582,&quot;28687&quot;:4583,&quot;29705&quot;:4584,&quot;63948&quot;:4584,&quot;29792&quot;:4585,&quot;30041&quot;:4586,&quot;63949&quot;:4586,&quot;30244&quot;:4587,&quot;30827&quot;:4588,&quot;63950&quot;:4588,&quot;35628&quot;:4589,&quot;39006&quot;:4590,&quot;63952&quot;:4590,&quot;20845&quot;:4591,&quot;63953&quot;:4591,&quot;25134&quot;:4592,&quot;63954&quot;:4592,&quot;38520&quot;:4593,&quot;63955&quot;:4593,&quot;20374&quot;:4594,&quot;20523&quot;:4595,&quot;63956&quot;:4595,&quot;23833&quot;:4596,&quot;63957&quot;:4596,&quot;28138&quot;:4597,&quot;63958&quot;:4597,&quot;32184&quot;:4598,&quot;36650&quot;:4599,&quot;63959&quot;:4599,&quot;24459&quot;:4600,&quot;63960&quot;:4600,&quot;24900&quot;:4601,&quot;63961&quot;:4601,&quot;26647&quot;:4602,&quot;63962&quot;:4602,&quot;38534&quot;:4603,&quot;63964&quot;:4603,&quot;21202&quot;:4604,&quot;63826&quot;:4604,&quot;32907&quot;:4605,&quot;63827&quot;:4605,&quot;20956&quot;:4606,&quot;63828&quot;:4606,&quot;20940&quot;:4607,&quot;63829&quot;:4607,&quot;26974&quot;:4608,&quot;31260&quot;:4609,&quot;63830&quot;:4609,&quot;32190&quot;:4610,&quot;63831&quot;:4610,&quot;33777&quot;:4611,&quot;63832&quot;:4611,&quot;38517&quot;:4612,&quot;63833&quot;:4612,&quot;20442&quot;:4613,&quot;21033&quot;:4614,&quot;63965&quot;:4614,&quot;21400&quot;:4615,&quot;21519&quot;:4616,&quot;63966&quot;:4616,&quot;21774&quot;:4617,&quot;23653&quot;:4618,&quot;63967&quot;:4618,&quot;24743&quot;:4619,&quot;26446&quot;:4620,&quot;63969&quot;:4620,&quot;26792&quot;:4621,&quot;63970&quot;:4621,&quot;28012&quot;:4622,&quot;29313&quot;:4623,&quot;29432&quot;:4624,&quot;29702&quot;:4625,&quot;63972&quot;:4625,&quot;29827&quot;:4626,&quot;30178&quot;:4627,&quot;63973&quot;:4627,&quot;31852&quot;:4628,&quot;32633&quot;:4629,&quot;63974&quot;:4629,&quot;32696&quot;:4630,&quot;33673&quot;:4631,&quot;35023&quot;:4632,&quot;63975&quot;:4632,&quot;35041&quot;:4633,&quot;63976&quot;:4633,&quot;12197&quot;:4634,&quot;37324&quot;:4634,&quot;63977&quot;:4634,&quot;37328&quot;:4635,&quot;38626&quot;:4636,&quot;63978&quot;:4636,&quot;39881&quot;:4637,&quot;21533&quot;:4638,&quot;63981&quot;:4638,&quot;28542&quot;:4639,&quot;29136&quot;:4640,&quot;63982&quot;:4640,&quot;29848&quot;:4641,&quot;63983&quot;:4641,&quot;34298&quot;:4642,&quot;63984&quot;:4642,&quot;36522&quot;:4643,&quot;38563&quot;:4644,&quot;63985&quot;:4644,&quot;40023&quot;:4645,&quot;63986&quot;:4645,&quot;40607&quot;:4646,&quot;63987&quot;:4646,&quot;26519&quot;:4647,&quot;63988&quot;:4647,&quot;28107&quot;:4648,&quot;63989&quot;:4648,&quot;29747&quot;:4649,&quot;33256&quot;:4650,&quot;63990&quot;:4650,&quot;38678&quot;:4651,&quot;30764&quot;:4652,&quot;12148&quot;:4653,&quot;31435&quot;:4653,&quot;63991&quot;:4653,&quot;31520&quot;:4654,&quot;63992&quot;:4654,&quot;31890&quot;:4655,&quot;63993&quot;:4655,&quot;25705&quot;:4656,&quot;29802&quot;:4657,&quot;30194&quot;:4658,&quot;30908&quot;:4659,&quot;30952&quot;:4660,&quot;12218&quot;:4661,&quot;39340&quot;:4661,&quot;39764&quot;:4662,&quot;12231&quot;:4663,&quot;40635&quot;:4663,&quot;23518&quot;:4664,&quot;24149&quot;:4665,&quot;28448&quot;:4666,&quot;33180&quot;:4667,&quot;33707&quot;:4668,&quot;37000&quot;:4669,&quot;19975&quot;:4670,&quot;21325&quot;:4671,&quot;23081&quot;:4672,&quot;24018&quot;:4673,&quot;24398&quot;:4674,&quot;24930&quot;:4675,&quot;25405&quot;:4676,&quot;26217&quot;:4677,&quot;26364&quot;:4678,&quot;28415&quot;:4679,&quot;28459&quot;:4680,&quot;28771&quot;:4681,&quot;30622&quot;:4682,&quot;33836&quot;:4683,&quot;34067&quot;:4684,&quot;34875&quot;:4685,&quot;36627&quot;:4686,&quot;39237&quot;:4687,&quot;39995&quot;:4688,&quot;21788&quot;:4689,&quot;25273&quot;:4690,&quot;26411&quot;:4691,&quot;27819&quot;:4692,&quot;33545&quot;:4693,&quot;35178&quot;:4694,&quot;38778&quot;:4695,&quot;20129&quot;:4696,&quot;22916&quot;:4697,&quot;24536&quot;:4698,&quot;24537&quot;:4699,&quot;26395&quot;:4700,&quot;32178&quot;:4701,&quot;32596&quot;:4702,&quot;33426&quot;:4703,&quot;33579&quot;:4704,&quot;33725&quot;:4705,&quot;36638&quot;:4706,&quot;37017&quot;:4707,&quot;22475&quot;:4708,&quot;22969&quot;:4709,&quot;23186&quot;:4710,&quot;23504&quot;:4711,&quot;26151&quot;:4712,&quot;26522&quot;:4713,&quot;26757&quot;:4714,&quot;27599&quot;:4715,&quot;29028&quot;:4716,&quot;32629&quot;:4717,&quot;36023&quot;:4718,&quot;36067&quot;:4719,&quot;36993&quot;:4720,&quot;39749&quot;:4721,&quot;33032&quot;:4722,&quot;35978&quot;:4723,&quot;38476&quot;:4724,&quot;39488&quot;:4725,&quot;12230&quot;:4726,&quot;40613&quot;:4726,&quot;23391&quot;:4727,&quot;27667&quot;:4728,&quot;29467&quot;:4729,&quot;30450&quot;:4730,&quot;30431&quot;:4731,&quot;33804&quot;:4732,&quot;20906&quot;:4733,&quot;35219&quot;:4734,&quot;20813&quot;:4735,&quot;20885&quot;:4736,&quot;21193&quot;:4737,&quot;26825&quot;:4738,&quot;27796&quot;:4739,&quot;30468&quot;:4740,&quot;30496&quot;:4741,&quot;32191&quot;:4742,&quot;32236&quot;:4743,&quot;12207&quot;:4744,&quot;38754&quot;:4744,&quot;40629&quot;:4745,&quot;28357&quot;:4746,&quot;34065&quot;:4747,&quot;20901&quot;:4748,&quot;21517&quot;:4749,&quot;21629&quot;:4750,&quot;26126&quot;:4751,&quot;26269&quot;:4752,&quot;26919&quot;:4753,&quot;28319&quot;:4754,&quot;12139&quot;:4755,&quot;30399&quot;:4755,&quot;30609&quot;:4756,&quot;33559&quot;:4757,&quot;33986&quot;:4758,&quot;34719&quot;:4759,&quot;37225&quot;:4760,&quot;37528&quot;:4761,&quot;40180&quot;:4762,&quot;34946&quot;:4763,&quot;20398&quot;:4764,&quot;20882&quot;:4765,&quot;21215&quot;:4766,&quot;22982&quot;:4767,&quot;24125&quot;:4768,&quot;24917&quot;:4769,&quot;25720&quot;:4770,&quot;25721&quot;:4771,&quot;26286&quot;:4772,&quot;26576&quot;:4773,&quot;27169&quot;:4774,&quot;27597&quot;:4775,&quot;12113&quot;:4776,&quot;27611&quot;:4776,&quot;29279&quot;:4777,&quot;29281&quot;:4778,&quot;29761&quot;:4779,&quot;30520&quot;:4780,&quot;12141&quot;:4781,&quot;30683&quot;:4781,&quot;32791&quot;:4782,&quot;33468&quot;:4783,&quot;33541&quot;:4784,&quot;35584&quot;:4785,&quot;35624&quot;:4786,&quot;35980&quot;:4787,&quot;12106&quot;:4788,&quot;26408&quot;:4788,&quot;27792&quot;:4789,&quot;29287&quot;:4790,&quot;12140&quot;:4791,&quot;30446&quot;:4791,&quot;30566&quot;:4792,&quot;31302&quot;:4793,&quot;40361&quot;:4794,&quot;27519&quot;:4795,&quot;27794&quot;:4796,&quot;22818&quot;:4797,&quot;26406&quot;:4798,&quot;33945&quot;:4799,&quot;21359&quot;:4800,&quot;22675&quot;:4801,&quot;22937&quot;:4802,&quot;24287&quot;:4803,&quot;25551&quot;:4804,&quot;26164&quot;:4805,&quot;26483&quot;:4806,&quot;28218&quot;:4807,&quot;29483&quot;:4808,&quot;31447&quot;:4809,&quot;33495&quot;:4810,&quot;37672&quot;:4811,&quot;21209&quot;:4812,&quot;24043&quot;:4813,&quot;25006&quot;:4814,&quot;25035&quot;:4815,&quot;25098&quot;:4816,&quot;25287&quot;:4817,&quot;25771&quot;:4818,&quot;12102&quot;:4819,&quot;26080&quot;:4819,&quot;26969&quot;:4820,&quot;27494&quot;:4821,&quot;12111&quot;:4822,&quot;27595&quot;:4822,&quot;28961&quot;:4823,&quot;29687&quot;:4824,&quot;30045&quot;:4825,&quot;32326&quot;:4826,&quot;33310&quot;:4827,&quot;33538&quot;:4828,&quot;34154&quot;:4829,&quot;35491&quot;:4830,&quot;36031&quot;:4831,&quot;38695&quot;:4832,&quot;40289&quot;:4833,&quot;22696&quot;:4834,&quot;40664&quot;:4835,&quot;20497&quot;:4836,&quot;21006&quot;:4837,&quot;21563&quot;:4838,&quot;21839&quot;:4839,&quot;12098&quot;:4840,&quot;25991&quot;:4840,&quot;27766&quot;:4841,&quot;32010&quot;:4842,&quot;32011&quot;:4843,&quot;32862&quot;:4844,&quot;34442&quot;:4845,&quot;12200&quot;:4846,&quot;38272&quot;:4846,&quot;38639&quot;:4847,&quot;21247&quot;:4848,&quot;27797&quot;:4849,&quot;29289&quot;:4850,&quot;21619&quot;:4851,&quot;23194&quot;:4852,&quot;23614&quot;:4853,&quot;23883&quot;:4854,&quot;24396&quot;:4855,&quot;24494&quot;:4856,&quot;26410&quot;:4857,&quot;26806&quot;:4858,&quot;26979&quot;:4859,&quot;28220&quot;:4860,&quot;28228&quot;:4861,&quot;30473&quot;:4862,&quot;12150&quot;:4863,&quot;31859&quot;:4863,&quot;32654&quot;:4864,&quot;34183&quot;:4865,&quot;35598&quot;:4866,&quot;36855&quot;:4867,&quot;38753&quot;:4868,&quot;40692&quot;:4869,&quot;23735&quot;:4870,&quot;24758&quot;:4871,&quot;24845&quot;:4872,&quot;25003&quot;:4873,&quot;25935&quot;:4874,&quot;26107&quot;:4875,&quot;26108&quot;:4876,&quot;27665&quot;:4877,&quot;27887&quot;:4878,&quot;29599&quot;:4879,&quot;29641&quot;:4880,&quot;32225&quot;:4881,&quot;38292&quot;:4882,&quot;23494&quot;:4883,&quot;34588&quot;:4884,&quot;35600&quot;:4885,&quot;21085&quot;:4886,&quot;21338&quot;:4887,&quot;25293&quot;:4888,&quot;25615&quot;:4889,&quot;25778&quot;:4890,&quot;26420&quot;:4891,&quot;27192&quot;:4892,&quot;27850&quot;:4893,&quot;29632&quot;:4894,&quot;29854&quot;:4895,&quot;31636&quot;:4896,&quot;31893&quot;:4897,&quot;32283&quot;:4898,&quot;33162&quot;:4899,&quot;33334&quot;:4900,&quot;34180&quot;:4901,&quot;36843&quot;:4902,&quot;38649&quot;:4903,&quot;39361&quot;:4904,&quot;20276&quot;:4905,&quot;21322&quot;:4906,&quot;21453&quot;:4907,&quot;21467&quot;:4908,&quot;25292&quot;:4909,&quot;25644&quot;:4910,&quot;25856&quot;:4911,&quot;26001&quot;:4912,&quot;27075&quot;:4913,&quot;27886&quot;:4914,&quot;28504&quot;:4915,&quot;29677&quot;:4916,&quot;30036&quot;:4917,&quot;30242&quot;:4918,&quot;30436&quot;:4919,&quot;30460&quot;:4920,&quot;30928&quot;:4921,&quot;30971&quot;:4922,&quot;63844&quot;:4922,&quot;31020&quot;:4923,&quot;32070&quot;:4924,&quot;33324&quot;:4925,&quot;34784&quot;:4926,&quot;36820&quot;:4927,&quot;38930&quot;:4928,&quot;39151&quot;:4929,&quot;21187&quot;:4930,&quot;25300&quot;:4931,&quot;25765&quot;:4932,&quot;28196&quot;:4933,&quot;28497&quot;:4934,&quot;30332&quot;:4935,&quot;36299&quot;:4936,&quot;37297&quot;:4937,&quot;37474&quot;:4938,&quot;39662&quot;:4939,&quot;39747&quot;:4940,&quot;20515&quot;:4941,&quot;20621&quot;:4942,&quot;22346&quot;:4943,&quot;22952&quot;:4944,&quot;23592&quot;:4945,&quot;24135&quot;:4946,&quot;24439&quot;:4947,&quot;25151&quot;:4948,&quot;25918&quot;:4949,&quot;12101&quot;:4950,&quot;26041&quot;:4950,&quot;26049&quot;:4951,&quot;26121&quot;:4952,&quot;26507&quot;:4953,&quot;27036&quot;:4954,&quot;28354&quot;:4955,&quot;30917&quot;:4956,&quot;32033&quot;:4957,&quot;32938&quot;:4958,&quot;33152&quot;:4959,&quot;33323&quot;:4960,&quot;33459&quot;:4961,&quot;33953&quot;:4962,&quot;34444&quot;:4963,&quot;35370&quot;:4964,&quot;35607&quot;:4965,&quot;37030&quot;:4966,&quot;38450&quot;:4967,&quot;40848&quot;:4968,&quot;20493&quot;:4969,&quot;20467&quot;:4970,&quot;22521&quot;:4971,&quot;24472&quot;:4972,&quot;25308&quot;:4973,&quot;25490&quot;:4974,&quot;26479&quot;:4975,&quot;28227&quot;:4976,&quot;28953&quot;:4977,&quot;30403&quot;:4978,&quot;32972&quot;:4979,&quot;32986&quot;:4980,&quot;35060&quot;:4981,&quot;35061&quot;:4982,&quot;35097&quot;:4983,&quot;36064&quot;:4984,&quot;36649&quot;:4985,&quot;37197&quot;:4986,&quot;38506&quot;:4987,&quot;20271&quot;:4988,&quot;20336&quot;:4989,&quot;24091&quot;:4990,&quot;26575&quot;:4991,&quot;26658&quot;:4992,&quot;12137&quot;:4993,&quot;30333&quot;:4993,&quot;30334&quot;:4994,&quot;39748&quot;:4995,&quot;24161&quot;:4996,&quot;27146&quot;:4997,&quot;29033&quot;:4998,&quot;29140&quot;:4999,&quot;30058&quot;:5000,&quot;32321&quot;:5001,&quot;34115&quot;:5002,&quot;34281&quot;:5003,&quot;39132&quot;:5004,&quot;20240&quot;:5005,&quot;31567&quot;:5006,&quot;32624&quot;:5007,&quot;38309&quot;:5008,&quot;20961&quot;:5009,&quot;24070&quot;:5010,&quot;26805&quot;:5011,&quot;27710&quot;:5012,&quot;27726&quot;:5013,&quot;27867&quot;:5014,&quot;29359&quot;:5015,&quot;31684&quot;:5016,&quot;33539&quot;:5017,&quot;27861&quot;:5018,&quot;29754&quot;:5019,&quot;20731&quot;:5020,&quot;21128&quot;:5021,&quot;22721&quot;:5022,&quot;25816&quot;:5023,&quot;27287&quot;:5024,&quot;29863&quot;:5025,&quot;30294&quot;:5026,&quot;30887&quot;:5027,&quot;34327&quot;:5028,&quot;38370&quot;:5029,&quot;38713&quot;:5030,&quot;21342&quot;:5031,&quot;24321&quot;:5032,&quot;35722&quot;:5033,&quot;36776&quot;:5034,&quot;36783&quot;:5035,&quot;37002&quot;:5036,&quot;21029&quot;:5037,&quot;30629&quot;:5038,&quot;40009&quot;:5039,&quot;40712&quot;:5040,&quot;19993&quot;:5041,&quot;20482&quot;:5042,&quot;20853&quot;:5043,&quot;23643&quot;:5044,&quot;24183&quot;:5045,&quot;26142&quot;:5046,&quot;26170&quot;:5047,&quot;26564&quot;:5048,&quot;26821&quot;:5049,&quot;28851&quot;:5050,&quot;29953&quot;:5051,&quot;30149&quot;:5052,&quot;31177&quot;:5053,&quot;31453&quot;:5054,&quot;36647&quot;:5055,&quot;39200&quot;:5056,&quot;39432&quot;:5057,&quot;20445&quot;:5058,&quot;22561&quot;:5059,&quot;22577&quot;:5060,&quot;23542&quot;:5061,&quot;26222&quot;:5062,&quot;27493&quot;:5063,&quot;27921&quot;:5064,&quot;28282&quot;:5065,&quot;28541&quot;:5066,&quot;29668&quot;:5067,&quot;29995&quot;:5068,&quot;33769&quot;:5069,&quot;35036&quot;:5070,&quot;35091&quot;:5071,&quot;35676&quot;:5072,&quot;36628&quot;:5073,&quot;20239&quot;:5074,&quot;20693&quot;:5075,&quot;21264&quot;:5076,&quot;12056&quot;:5077,&quot;21340&quot;:5077,&quot;23443&quot;:5078,&quot;24489&quot;:5079,&quot;63846&quot;:5079,&quot;26381&quot;:5080,&quot;31119&quot;:5081,&quot;33145&quot;:5082,&quot;33583&quot;:5083,&quot;34068&quot;:5084,&quot;35079&quot;:5085,&quot;35206&quot;:5086,&quot;36665&quot;:5087,&quot;36667&quot;:5088,&quot;64007&quot;:5088,&quot;39333&quot;:5089,&quot;39954&quot;:5090,&quot;26412&quot;:5091,&quot;20086&quot;:5092,&quot;20472&quot;:5093,&quot;22857&quot;:5094,&quot;23553&quot;:5095,&quot;23791&quot;:5096,&quot;23792&quot;:5097,&quot;25447&quot;:5098,&quot;26834&quot;:5099,&quot;28925&quot;:5100,&quot;29090&quot;:5101,&quot;29739&quot;:5102,&quot;32299&quot;:5103,&quot;34028&quot;:5104,&quot;34562&quot;:5105,&quot;36898&quot;:5106,&quot;37586&quot;:5107,&quot;40179&quot;:5108,&quot;19981&quot;:5109,&quot;63847&quot;:5109,&quot;20184&quot;:5110,&quot;20463&quot;:5111,&quot;20613&quot;:5112,&quot;21078&quot;:5113,&quot;21103&quot;:5114,&quot;21542&quot;:5115,&quot;21648&quot;:5116,&quot;22496&quot;:5117,&quot;22827&quot;:5118,&quot;23142&quot;:5119,&quot;23386&quot;:5120,&quot;23413&quot;:5121,&quot;23500&quot;:5122,&quot;24220&quot;:5123,&quot;25206&quot;:5124,&quot;25975&quot;:5125,&quot;26023&quot;:5126,&quot;28014&quot;:5127,&quot;28325&quot;:5128,&quot;12119&quot;:5129,&quot;29238&quot;:5129,&quot;31526&quot;:5130,&quot;31807&quot;:5131,&quot;12152&quot;:5132,&quot;32566&quot;:5132,&quot;33104&quot;:5133,&quot;33105&quot;:5134,&quot;33178&quot;:5135,&quot;33344&quot;:5136,&quot;33433&quot;:5137,&quot;33705&quot;:5138,&quot;35331&quot;:5139,&quot;36000&quot;:5140,&quot;36070&quot;:5141,&quot;36091&quot;:5142,&quot;36212&quot;:5143,&quot;36282&quot;:5144,&quot;37096&quot;:5145,&quot;37340&quot;:5146,&quot;12201&quot;:5147,&quot;38428&quot;:5147,&quot;38468&quot;:5148,&quot;39385&quot;:5149,&quot;40167&quot;:5150,&quot;21271&quot;:5151,&quot;63843&quot;:5151,&quot;20998&quot;:5152,&quot;21545&quot;:5153,&quot;22132&quot;:5154,&quot;22707&quot;:5155,&quot;22868&quot;:5156,&quot;22894&quot;:5157,&quot;24575&quot;:5158,&quot;24996&quot;:5159,&quot;25198&quot;:5160,&quot;26128&quot;:5161,&quot;27774&quot;:5162,&quot;28954&quot;:5163,&quot;30406&quot;:5164,&quot;31881&quot;:5165,&quot;31966&quot;:5166,&quot;32027&quot;:5167,&quot;33452&quot;:5168,&quot;36033&quot;:5169,&quot;38640&quot;:5170,&quot;20315&quot;:5171,&quot;24343&quot;:5172,&quot;24447&quot;:5173,&quot;25282&quot;:5174,&quot;23849&quot;:5175,&quot;26379&quot;:5176,&quot;26842&quot;:5177,&quot;30844&quot;:5178,&quot;32323&quot;:5179,&quot;40300&quot;:5180,&quot;19989&quot;:5181,&quot;20633&quot;:5182,&quot;12052&quot;:5183,&quot;21269&quot;:5183,&quot;21290&quot;:5184,&quot;21329&quot;:5185,&quot;22915&quot;:5186,&quot;23138&quot;:5187,&quot;24199&quot;:5188,&quot;24754&quot;:5189,&quot;24970&quot;:5190,&quot;25161&quot;:5191,&quot;25209&quot;:5192,&quot;26000&quot;:5193,&quot;26503&quot;:5194,&quot;27047&quot;:5195,&quot;12112&quot;:5196,&quot;27604&quot;:5196,&quot;27606&quot;:5197,&quot;27607&quot;:5198,&quot;27608&quot;:5199,&quot;27832&quot;:5200,&quot;29749&quot;:5201,&quot;30202&quot;:5202,&quot;30738&quot;:5203,&quot;30865&quot;:5204,&quot;31189&quot;:5205,&quot;31192&quot;:5206,&quot;31875&quot;:5207,&quot;32203&quot;:5208,&quot;32737&quot;:5209,&quot;32933&quot;:5210,&quot;33086&quot;:5211,&quot;33218&quot;:5212,&quot;33778&quot;:5213,&quot;34586&quot;:5214,&quot;35048&quot;:5215,&quot;35513&quot;:5216,&quot;35692&quot;:5217,&quot;36027&quot;:5218,&quot;37145&quot;:5219,&quot;12206&quot;:5220,&quot;38750&quot;:5220,&quot;12214&quot;:5221,&quot;39131&quot;:5221,&quot;12240&quot;:5222,&quot;40763&quot;:5222,&quot;22188&quot;:5223,&quot;23338&quot;:5224,&quot;24428&quot;:5225,&quot;25996&quot;:5226,&quot;27315&quot;:5227,&quot;27567&quot;:5228,&quot;27996&quot;:5229,&quot;28657&quot;:5230,&quot;28693&quot;:5231,&quot;29277&quot;:5232,&quot;29613&quot;:5233,&quot;36007&quot;:5234,&quot;36051&quot;:5235,&quot;38971&quot;:5236,&quot;24977&quot;:5237,&quot;27703&quot;:5238,&quot;32856&quot;:5239,&quot;39425&quot;:5240,&quot;20045&quot;:5241,&quot;20107&quot;:5242,&quot;20123&quot;:5243,&quot;20181&quot;:5244,&quot;20282&quot;:5245,&quot;20284&quot;:5246,&quot;20351&quot;:5247,&quot;20447&quot;:5248,&quot;20735&quot;:5249,&quot;21490&quot;:5250,&quot;21496&quot;:5251,&quot;21766&quot;:5252,&quot;21987&quot;:5253,&quot;22235&quot;:5254,&quot;12064&quot;:5255,&quot;22763&quot;:5255,&quot;22882&quot;:5256,&quot;23057&quot;:5257,&quot;23531&quot;:5258,&quot;23546&quot;:5259,&quot;23556&quot;:5260,&quot;24051&quot;:5261,&quot;24107&quot;:5262,&quot;24473&quot;:5263,&quot;24605&quot;:5264,&quot;25448&quot;:5265,&quot;26012&quot;:5266,&quot;26031&quot;:5267,&quot;26614&quot;:5268,&quot;26619&quot;:5269,&quot;26797&quot;:5270,&quot;27515&quot;:5271,&quot;27801&quot;:5272,&quot;27863&quot;:5273,&quot;28195&quot;:5274,&quot;28681&quot;:5275,&quot;29509&quot;:5276,&quot;30722&quot;:5277,&quot;31038&quot;:5278,&quot;31040&quot;:5279,&quot;31072&quot;:5280,&quot;31169&quot;:5281,&quot;31721&quot;:5282,&quot;32023&quot;:5283,&quot;32114&quot;:5284,&quot;32902&quot;:5285,&quot;33293&quot;:5286,&quot;33678&quot;:5287,&quot;34001&quot;:5288,&quot;34503&quot;:5289,&quot;35039&quot;:5290,&quot;35408&quot;:5291,&quot;35422&quot;:5292,&quot;35613&quot;:5293,&quot;36060&quot;:5294,&quot;36198&quot;:5295,&quot;36781&quot;:5296,&quot;37034&quot;:5297,&quot;39164&quot;:5298,&quot;39391&quot;:5299,&quot;40605&quot;:5300,&quot;21066&quot;:5301,&quot;26388&quot;:5302,&quot;20632&quot;:5303,&quot;21034&quot;:5304,&quot;12077&quot;:5305,&quot;23665&quot;:5305,&quot;25955&quot;:5306,&quot;27733&quot;:5307,&quot;29642&quot;:5308,&quot;29987&quot;:5309,&quot;30109&quot;:5310,&quot;31639&quot;:5311,&quot;33948&quot;:5312,&quot;37240&quot;:5313,&quot;38704&quot;:5314,&quot;20087&quot;:5315,&quot;25746&quot;:5316,&quot;27578&quot;:5317,&quot;63856&quot;:5317,&quot;29022&quot;:5318,&quot;34217&quot;:5319,&quot;19977&quot;:5320,&quot;26441&quot;:5321,&quot;26862&quot;:5322,&quot;28183&quot;:5323,&quot;33439&quot;:5324,&quot;34072&quot;:5325,&quot;34923&quot;:5326,&quot;25591&quot;:5327,&quot;28545&quot;:5328,&quot;37394&quot;:5329,&quot;39087&quot;:5330,&quot;19978&quot;:5331,&quot;20663&quot;:5332,&quot;20687&quot;:5333,&quot;20767&quot;:5334,&quot;21830&quot;:5335,&quot;21930&quot;:5336,&quot;22039&quot;:5337,&quot;23360&quot;:5338,&quot;23577&quot;:5339,&quot;23776&quot;:5340,&quot;24120&quot;:5341,&quot;24202&quot;:5342,&quot;24224&quot;:5343,&quot;24258&quot;:5344,&quot;24819&quot;:5345,&quot;26705&quot;:5346,&quot;27233&quot;:5347,&quot;28248&quot;:5348,&quot;29245&quot;:5349,&quot;29248&quot;:5350,&quot;29376&quot;:5351,&quot;63994&quot;:5351,&quot;30456&quot;:5352,&quot;31077&quot;:5353,&quot;31665&quot;:5354,&quot;32724&quot;:5355,&quot;35059&quot;:5356,&quot;35316&quot;:5357,&quot;35443&quot;:5358,&quot;35937&quot;:5359,&quot;36062&quot;:5360,&quot;38684&quot;:5361,&quot;22622&quot;:5362,&quot;63852&quot;:5362,&quot;29885&quot;:5363,&quot;36093&quot;:5364,&quot;21959&quot;:5365,&quot;31329&quot;:5366,&quot;32034&quot;:5367,&quot;63850&quot;:5367,&quot;12170&quot;:5368,&quot;33394&quot;:5368,&quot;29298&quot;:5369,&quot;12131&quot;:5370,&quot;29983&quot;:5370,&quot;29989&quot;:5371,&quot;31513&quot;:5372,&quot;22661&quot;:5373,&quot;22779&quot;:5374,&quot;23996&quot;:5375,&quot;24207&quot;:5376,&quot;24246&quot;:5377,&quot;24464&quot;:5378,&quot;24661&quot;:5379,&quot;25234&quot;:5380,&quot;25471&quot;:5381,&quot;25933&quot;:5382,&quot;26257&quot;:5383,&quot;26329&quot;:5384,&quot;26360&quot;:5385,&quot;26646&quot;:5386,&quot;26866&quot;:5387,&quot;29312&quot;:5388,&quot;29790&quot;:5389,&quot;31598&quot;:5390,&quot;32110&quot;:5391,&quot;32214&quot;:5392,&quot;32626&quot;:5393,&quot;32997&quot;:5394,&quot;33298&quot;:5395,&quot;34223&quot;:5396,&quot;35199&quot;:5397,&quot;35475&quot;:5398,&quot;36893&quot;:5399,&quot;37604&quot;:5400,&quot;12233&quot;:5401,&quot;40653&quot;:5401,&quot;12239&quot;:5402,&quot;40736&quot;:5402,&quot;12067&quot;:5403,&quot;22805&quot;:5403,&quot;22893&quot;:5404,&quot;24109&quot;:5405,&quot;24796&quot;:5406,&quot;26132&quot;:5407,&quot;26227&quot;:5408,&quot;26512&quot;:5409,&quot;27728&quot;:5410,&quot;28101&quot;:5411,&quot;28511&quot;:5412,&quot;12143&quot;:5413,&quot;30707&quot;:5413,&quot;30889&quot;:5414,&quot;33990&quot;:5415,&quot;37323&quot;:5416,&quot;37675&quot;:5417,&quot;20185&quot;:5418,&quot;20682&quot;:5419,&quot;20808&quot;:5420,&quot;21892&quot;:5421,&quot;23307&quot;:5422,&quot;23459&quot;:5423,&quot;25159&quot;:5424,&quot;25982&quot;:5425,&quot;26059&quot;:5426,&quot;28210&quot;:5427,&quot;29053&quot;:5428,&quot;29697&quot;:5429,&quot;29764&quot;:5430,&quot;29831&quot;:5431,&quot;29887&quot;:5432,&quot;30316&quot;:5433,&quot;31146&quot;:5434,&quot;32218&quot;:5435,&quot;32341&quot;:5436,&quot;32680&quot;:5437,&quot;33146&quot;:5438,&quot;33203&quot;:5439,&quot;33337&quot;:5440,&quot;34330&quot;:5441,&quot;34796&quot;:5442,&quot;35445&quot;:5443,&quot;36323&quot;:5444,&quot;36984&quot;:5445,&quot;37521&quot;:5446,&quot;37925&quot;:5447,&quot;39245&quot;:5448,&quot;39854&quot;:5449,&quot;21352&quot;:5450,&quot;23633&quot;:5451,&quot;26964&quot;:5452,&quot;27844&quot;:5453,&quot;27945&quot;:5454,&quot;28203&quot;:5455,&quot;12166&quot;:5456,&quot;33292&quot;:5456,&quot;34203&quot;:5457,&quot;35131&quot;:5458,&quot;35373&quot;:5459,&quot;35498&quot;:5460,&quot;63855&quot;:5460,&quot;63905&quot;:5460,&quot;38634&quot;:5461,&quot;40807&quot;:5462,&quot;21089&quot;:5463,&quot;26297&quot;:5464,&quot;27570&quot;:5465,&quot;32406&quot;:5466,&quot;34814&quot;:5467,&quot;36109&quot;:5468,&quot;38275&quot;:5469,&quot;38493&quot;:5470,&quot;25885&quot;:5471,&quot;28041&quot;:5472,&quot;29166&quot;:5473,&quot;22478&quot;:5474,&quot;22995&quot;:5475,&quot;23468&quot;:5476,&quot;24615&quot;:5477,&quot;24826&quot;:5478,&quot;25104&quot;:5479,&quot;26143&quot;:5480,&quot;26207&quot;:5481,&quot;29481&quot;:5482,&quot;29689&quot;:5483,&quot;30427&quot;:5484,&quot;30465&quot;:5485,&quot;63853&quot;:5485,&quot;31596&quot;:5486,&quot;32854&quot;:5487,&quot;32882&quot;:5488,&quot;33125&quot;:5489,&quot;35488&quot;:5490,&quot;37266&quot;:5491,&quot;19990&quot;:5492,&quot;21218&quot;:5493,&quot;27506&quot;:5494,&quot;27927&quot;:5495,&quot;31237&quot;:5496,&quot;31545&quot;:5497,&quot;32048&quot;:5498,&quot;36016&quot;:5499,&quot;21484&quot;:5500,&quot;22063&quot;:5501,&quot;22609&quot;:5502,&quot;23477&quot;:5503,&quot;12073&quot;:5504,&quot;23567&quot;:5504,&quot;23569&quot;:5505,&quot;24034&quot;:5506,&quot;25152&quot;:5507,&quot;25475&quot;:5508,&quot;25620&quot;:5509,&quot;26157&quot;:5510,&quot;26803&quot;:5511,&quot;27836&quot;:5512,&quot;28040&quot;:5513,&quot;28335&quot;:5514,&quot;28703&quot;:5515,&quot;28836&quot;:5516,&quot;29138&quot;:5517,&quot;29990&quot;:5518,&quot;30095&quot;:5519,&quot;30094&quot;:5520,&quot;30233&quot;:5521,&quot;31505&quot;:5522,&quot;31712&quot;:5523,&quot;31787&quot;:5524,&quot;32032&quot;:5525,&quot;32057&quot;:5526,&quot;34092&quot;:5527,&quot;34157&quot;:5528,&quot;34311&quot;:5529,&quot;35380&quot;:5530,&quot;36877&quot;:5531,&quot;36961&quot;:5532,&quot;37045&quot;:5533,&quot;37559&quot;:5534,&quot;38902&quot;:5535,&quot;39479&quot;:5536,&quot;20439&quot;:5537,&quot;23660&quot;:5538,&quot;26463&quot;:5539,&quot;28049&quot;:5540,&quot;31903&quot;:5541,&quot;32396&quot;:5542,&quot;35606&quot;:5543,&quot;36118&quot;:5544,&quot;36895&quot;:5545,&quot;23403&quot;:5546,&quot;24061&quot;:5547,&quot;25613&quot;:5548,&quot;33984&quot;:5549,&quot;36956&quot;:5550,&quot;39137&quot;:5551,&quot;29575&quot;:5552,&quot;63841&quot;:5552,&quot;63963&quot;:5552,&quot;23435&quot;:5553,&quot;24730&quot;:5554,&quot;26494&quot;:5555,&quot;28126&quot;:5556,&quot;35359&quot;:5557,&quot;35494&quot;:5558,&quot;36865&quot;:5559,&quot;38924&quot;:5560,&quot;21047&quot;:5561,&quot;28753&quot;:5562,&quot;30862&quot;:5563,&quot;37782&quot;:5564,&quot;34928&quot;:5565,&quot;37335&quot;:5566,&quot;20462&quot;:5567,&quot;21463&quot;:5568,&quot;22013&quot;:5569,&quot;22234&quot;:5570,&quot;22402&quot;:5571,&quot;22781&quot;:5572,&quot;23234&quot;:5573,&quot;23432&quot;:5574,&quot;23723&quot;:5575,&quot;23744&quot;:5576,&quot;24101&quot;:5577,&quot;24833&quot;:5578,&quot;25101&quot;:5579,&quot;12095&quot;:5580,&quot;25163&quot;:5580,&quot;25480&quot;:5581,&quot;25628&quot;:5582,&quot;25910&quot;:5583,&quot;25976&quot;:5584,&quot;63849&quot;:5584,&quot;27193&quot;:5585,&quot;27530&quot;:5586,&quot;12116&quot;:5587,&quot;27700&quot;:5587,&quot;27929&quot;:5588,&quot;28465&quot;:5589,&quot;29159&quot;:5590,&quot;29417&quot;:5591,&quot;29560&quot;:5592,&quot;29703&quot;:5593,&quot;29874&quot;:5594,&quot;30246&quot;:5595,&quot;30561&quot;:5596,&quot;31168&quot;:5597,&quot;31319&quot;:5598,&quot;31466&quot;:5599,&quot;31929&quot;:5600,&quot;32143&quot;:5601,&quot;32172&quot;:5602,&quot;32353&quot;:5603,&quot;32670&quot;:5604,&quot;33065&quot;:5605,&quot;33585&quot;:5606,&quot;33936&quot;:5607,&quot;34010&quot;:5608,&quot;34282&quot;:5609,&quot;34966&quot;:5610,&quot;35504&quot;:5611,&quot;35728&quot;:5612,&quot;36664&quot;:5613,&quot;36930&quot;:5614,&quot;36995&quot;:5615,&quot;37228&quot;:5616,&quot;37526&quot;:5617,&quot;37561&quot;:5618,&quot;38539&quot;:5619,&quot;38567&quot;:5620,&quot;38568&quot;:5621,&quot;38614&quot;:5622,&quot;38656&quot;:5623,&quot;38920&quot;:5624,&quot;12216&quot;:5625,&quot;39318&quot;:5625,&quot;39635&quot;:5626,&quot;39706&quot;:5627,&quot;21460&quot;:5628,&quot;22654&quot;:5629,&quot;22809&quot;:5630,&quot;23408&quot;:5631,&quot;23487&quot;:5632,&quot;28113&quot;:5633,&quot;28506&quot;:5634,&quot;29087&quot;:5635,&quot;29729&quot;:5636,&quot;29881&quot;:5637,&quot;32901&quot;:5638,&quot;33789&quot;:5639,&quot;24033&quot;:5640,&quot;24455&quot;:5641,&quot;24490&quot;:5642,&quot;24642&quot;:5643,&quot;26092&quot;:5644,&quot;26642&quot;:5645,&quot;26991&quot;:5646,&quot;27219&quot;:5647,&quot;27529&quot;:5648,&quot;27957&quot;:5649,&quot;28147&quot;:5650,&quot;29667&quot;:5651,&quot;30462&quot;:5652,&quot;30636&quot;:5653,&quot;31565&quot;:5654,&quot;32020&quot;:5655,&quot;33059&quot;:5656,&quot;33308&quot;:5657,&quot;33600&quot;:5658,&quot;34036&quot;:5659,&quot;34147&quot;:5660,&quot;35426&quot;:5661,&quot;35524&quot;:5662,&quot;37255&quot;:5663,&quot;37662&quot;:5664,&quot;38918&quot;:5665,&quot;39348&quot;:5666,&quot;25100&quot;:5667,&quot;34899&quot;:5668,&quot;36848&quot;:5669,&quot;37477&quot;:5670,&quot;23815&quot;:5671,&quot;23847&quot;:5672,&quot;23913&quot;:5673,&quot;29791&quot;:5674,&quot;33181&quot;:5675,&quot;34664&quot;:5676,&quot;28629&quot;:5677,&quot;25342&quot;:5678,&quot;63859&quot;:5678,&quot;32722&quot;:5679,&quot;35126&quot;:5680,&quot;35186&quot;:5681,&quot;19998&quot;:5682,&quot;20056&quot;:5683,&quot;20711&quot;:5684,&quot;21213&quot;:5685,&quot;21319&quot;:5686,&quot;25215&quot;:5687,&quot;26119&quot;:5688,&quot;32361&quot;:5689,&quot;34821&quot;:5690,&quot;38494&quot;:5691,&quot;20365&quot;:5692,&quot;21273&quot;:5693,&quot;22070&quot;:5694,&quot;22987&quot;:5695,&quot;23204&quot;:5696,&quot;12075&quot;:5697,&quot;23608&quot;:5697,&quot;23630&quot;:5698,&quot;23629&quot;:5699,&quot;24066&quot;:5700,&quot;24337&quot;:5701,&quot;24643&quot;:5702,&quot;26045&quot;:5703,&quot;26159&quot;:5704,&quot;26178&quot;:5705,&quot;26558&quot;:5706,&quot;26612&quot;:5707,&quot;29468&quot;:5708,&quot;12142&quot;:5709,&quot;30690&quot;:5709,&quot;12144&quot;:5710,&quot;31034&quot;:5710,&quot;32709&quot;:5711,&quot;33940&quot;:5712,&quot;33997&quot;:5713,&quot;35222&quot;:5714,&quot;35430&quot;:5715,&quot;35433&quot;:5716,&quot;35553&quot;:5717,&quot;12183&quot;:5718,&quot;35925&quot;:5718,&quot;35962&quot;:5719,&quot;22516&quot;:5720,&quot;23508&quot;:5721,&quot;24335&quot;:5722,&quot;24687&quot;:5723,&quot;25325&quot;:5724,&quot;26893&quot;:5725,&quot;27542&quot;:5726,&quot;28252&quot;:5727,&quot;29060&quot;:5728,&quot;31698&quot;:5729,&quot;34645&quot;:5730,&quot;35672&quot;:5731,&quot;63996&quot;:5731,&quot;36606&quot;:5732,&quot;12215&quot;:5733,&quot;39135&quot;:5733,&quot;39166&quot;:5734,&quot;20280&quot;:5735,&quot;20353&quot;:5736,&quot;20449&quot;:5737,&quot;21627&quot;:5738,&quot;23072&quot;:5739,&quot;23480&quot;:5740,&quot;24892&quot;:5741,&quot;26032&quot;:5742,&quot;26216&quot;:5743,&quot;29180&quot;:5744,&quot;30003&quot;:5745,&quot;31070&quot;:5746,&quot;32051&quot;:5747,&quot;33102&quot;:5748,&quot;12162&quot;:5749,&quot;33251&quot;:5749,&quot;33688&quot;:5750,&quot;34218&quot;:5751,&quot;34254&quot;:5752,&quot;34563&quot;:5753,&quot;35338&quot;:5754,&quot;12189&quot;:5755,&quot;36523&quot;:5755,&quot;12191&quot;:5756,&quot;36763&quot;:5756,&quot;36805&quot;:5757,&quot;22833&quot;:5758,&quot;23460&quot;:5759,&quot;23526&quot;:5760,&quot;24713&quot;:5761,&quot;23529&quot;:5762,&quot;23563&quot;:5763,&quot;12092&quot;:5764,&quot;24515&quot;:5764,&quot;27777&quot;:5765,&quot;28145&quot;:5766,&quot;28683&quot;:5767,&quot;29978&quot;:5768,&quot;33455&quot;:5769,&quot;35574&quot;:5770,&quot;20160&quot;:5771,&quot;63997&quot;:5771,&quot;12055&quot;:5772,&quot;21313&quot;:5772,&quot;38617&quot;:5773,&quot;12114&quot;:5774,&quot;27663&quot;:5774,&quot;20126&quot;:5775,&quot;20420&quot;:5776,&quot;20818&quot;:5777,&quot;21854&quot;:5778,&quot;23077&quot;:5779,&quot;23784&quot;:5780,&quot;25105&quot;:5781,&quot;12123&quot;:5782,&quot;29273&quot;:5782,&quot;33469&quot;:5783,&quot;33706&quot;:5784,&quot;34558&quot;:5785,&quot;34905&quot;:5786,&quot;35357&quot;:5787,&quot;38463&quot;:5788,&quot;38597&quot;:5789,&quot;39187&quot;:5790,&quot;40201&quot;:5791,&quot;40285&quot;:5792,&quot;22538&quot;:5793,&quot;23731&quot;:5794,&quot;23997&quot;:5795,&quot;24132&quot;:5796,&quot;24801&quot;:5797,&quot;63929&quot;:5797,&quot;24853&quot;:5798,&quot;25569&quot;:5799,&quot;27138&quot;:5800,&quot;63764&quot;:5800,&quot;63836&quot;:5800,&quot;63935&quot;:5800,&quot;28197&quot;:5801,&quot;37122&quot;:5802,&quot;37716&quot;:5803,&quot;38990&quot;:5804,&quot;39952&quot;:5805,&quot;40823&quot;:5806,&quot;23433&quot;:5807,&quot;23736&quot;:5808,&quot;25353&quot;:5809,&quot;26191&quot;:5810,&quot;26696&quot;:5811,&quot;30524&quot;:5812,&quot;38593&quot;:5813,&quot;38797&quot;:5814,&quot;38996&quot;:5815,&quot;39839&quot;:5816,&quot;26017&quot;:5817,&quot;35585&quot;:5818,&quot;36555&quot;:5819,&quot;38332&quot;:5820,&quot;21813&quot;:5821,&quot;23721&quot;:5822,&quot;24022&quot;:5823,&quot;24245&quot;:5824,&quot;26263&quot;:5825,&quot;30284&quot;:5826,&quot;33780&quot;:5827,&quot;38343&quot;:5828,&quot;22739&quot;:5829,&quot;25276&quot;:5830,&quot;29390&quot;:5831,&quot;40232&quot;:5832,&quot;20208&quot;:5833,&quot;22830&quot;:5834,&quot;24591&quot;:5835,&quot;26171&quot;:5836,&quot;27523&quot;:5837,&quot;31207&quot;:5838,&quot;40230&quot;:5839,&quot;21395&quot;:5840,&quot;21696&quot;:5841,&quot;22467&quot;:5842,&quot;23830&quot;:5843,&quot;24859&quot;:5844,&quot;26326&quot;:5845,&quot;28079&quot;:5846,&quot;30861&quot;:5847,&quot;33406&quot;:5848,&quot;38552&quot;:5849,&quot;38724&quot;:5850,&quot;21380&quot;:5851,&quot;25212&quot;:5852,&quot;25494&quot;:5853,&quot;28082&quot;:5854,&quot;32266&quot;:5855,&quot;33099&quot;:5856,&quot;38989&quot;:5857,&quot;27387&quot;:5858,&quot;32588&quot;:5859,&quot;40367&quot;:5860,&quot;40474&quot;:5861,&quot;20063&quot;:5862,&quot;20539&quot;:5863,&quot;20918&quot;:5864,&quot;22812&quot;:5865,&quot;24825&quot;:5866,&quot;25590&quot;:5867,&quot;26928&quot;:5868,&quot;29242&quot;:5869,&quot;32822&quot;:5870,&quot;37326&quot;:5871,&quot;24369&quot;:5872,&quot;32004&quot;:5873,&quot;33509&quot;:5874,&quot;63860&quot;:5874,&quot;33903&quot;:5875,&quot;33979&quot;:5876,&quot;34277&quot;:5877,&quot;36493&quot;:5878,&quot;20335&quot;:5879,&quot;22756&quot;:5880,&quot;23363&quot;:5881,&quot;24665&quot;:5882,&quot;25562&quot;:5883,&quot;25880&quot;:5884,&quot;25965&quot;:5885,&quot;26264&quot;:5886,&quot;26954&quot;:5887,&quot;27171&quot;:5888,&quot;27915&quot;:5889,&quot;28673&quot;:5890,&quot;29036&quot;:5891,&quot;30162&quot;:5892,&quot;30221&quot;:5893,&quot;31155&quot;:5894,&quot;31344&quot;:5895,&quot;12154&quot;:5896,&quot;32650&quot;:5896,&quot;35140&quot;:5897,&quot;35731&quot;:5898,&quot;37312&quot;:5899,&quot;38525&quot;:5900,&quot;39178&quot;:5901,&quot;22276&quot;:5902,&quot;24481&quot;:5903,&quot;26044&quot;:5904,&quot;28417&quot;:5905,&quot;30208&quot;:5906,&quot;31142&quot;:5907,&quot;35486&quot;:5908,&quot;39341&quot;:5909,&quot;12226&quot;:5910,&quot;39770&quot;:5910,&quot;40812&quot;:5911,&quot;20740&quot;:5912,&quot;25014&quot;:5913,&quot;25233&quot;:5914,&quot;27277&quot;:5915,&quot;33222&quot;:5916,&quot;20547&quot;:5917,&quot;22576&quot;:5918,&quot;24422&quot;:5919,&quot;28937&quot;:5920,&quot;12180&quot;:5921,&quot;35328&quot;:5921,&quot;35578&quot;:5922,&quot;23420&quot;:5923,&quot;34326&quot;:5924,&quot;20474&quot;:5925,&quot;20796&quot;:5926,&quot;22196&quot;:5927,&quot;22852&quot;:5928,&quot;25513&quot;:5929,&quot;28153&quot;:5930,&quot;23978&quot;:5931,&quot;26989&quot;:5932,&quot;20870&quot;:5933,&quot;20104&quot;:5934,&quot;20313&quot;:5935,&quot;22914&quot;:5936,&quot;27487&quot;:5937,&quot;27741&quot;:5938,&quot;29877&quot;:5939,&quot;30998&quot;:5940,&quot;33287&quot;:5941,&quot;33349&quot;:5942,&quot;33593&quot;:5943,&quot;36671&quot;:5944,&quot;36701&quot;:5945,&quot;39192&quot;:5946,&quot;20134&quot;:5947,&quot;22495&quot;:5948,&quot;24441&quot;:5949,&quot;26131&quot;:5950,&quot;63968&quot;:5950,&quot;30123&quot;:5951,&quot;32377&quot;:5952,&quot;35695&quot;:5953,&quot;36870&quot;:5954,&quot;39515&quot;:5955,&quot;22181&quot;:5956,&quot;22567&quot;:5957,&quot;23032&quot;:5958,&quot;23071&quot;:5959,&quot;23476&quot;:5960,&quot;24310&quot;:5961,&quot;25424&quot;:5962,&quot;25403&quot;:5963,&quot;26941&quot;:5964,&quot;27783&quot;:5965,&quot;27839&quot;:5966,&quot;28046&quot;:5967,&quot;28051&quot;:5968,&quot;28149&quot;:5969,&quot;28436&quot;:5970,&quot;28895&quot;:5971,&quot;28982&quot;:5972,&quot;29017&quot;:5973,&quot;29123&quot;:5974,&quot;29141&quot;:5975,&quot;30799&quot;:5976,&quot;30831&quot;:5977,&quot;31605&quot;:5978,&quot;32227&quot;:5979,&quot;32303&quot;:5980,&quot;34893&quot;:5981,&quot;36575&quot;:5982,&quot;37467&quot;:5983,&quot;40182&quot;:5984,&quot;24709&quot;:5985,&quot;28037&quot;:5986,&quot;29105&quot;:5987,&quot;38321&quot;:5988,&quot;21421&quot;:5989,&quot;26579&quot;:5990,&quot;28814&quot;:5991,&quot;28976&quot;:5992,&quot;29744&quot;:5993,&quot;33398&quot;:5994,&quot;33490&quot;:5995,&quot;38331&quot;:5996,&quot;39653&quot;:5997,&quot;40573&quot;:5998,&quot;26308&quot;:5999,&quot;29121&quot;:6000,&quot;33865&quot;:6001,&quot;63854&quot;:6001,&quot;22603&quot;:6002,&quot;23992&quot;:6003,&quot;24433&quot;:6004,&quot;26144&quot;:6005,&quot;26254&quot;:6006,&quot;27001&quot;:6007,&quot;27054&quot;:6008,&quot;27704&quot;:6009,&quot;27891&quot;:6010,&quot;28214&quot;:6011,&quot;28481&quot;:6012,&quot;28634&quot;:6013,&quot;28699&quot;:6014,&quot;28719&quot;:6015,&quot;29008&quot;:6016,&quot;29151&quot;:6017,&quot;29552&quot;:6018,&quot;29787&quot;:6019,&quot;29908&quot;:6020,&quot;30408&quot;:6021,&quot;31310&quot;:6022,&quot;32403&quot;:6023,&quot;33521&quot;:6024,&quot;35424&quot;:6025,&quot;36814&quot;:6026,&quot;37704&quot;:6027,&quot;38681&quot;:6028,&quot;20034&quot;:6029,&quot;20522&quot;:6030,&quot;21000&quot;:6031,&quot;21473&quot;:6032,&quot;26355&quot;:6033,&quot;27757&quot;:6034,&quot;28618&quot;:6035,&quot;29450&quot;:6036,&quot;30591&quot;:6037,&quot;31330&quot;:6038,&quot;33454&quot;:6039,&quot;34269&quot;:6040,&quot;34306&quot;:6041,&quot;35028&quot;:6042,&quot;35427&quot;:6043,&quot;35709&quot;:6044,&quot;35947&quot;:6045,&quot;37555&quot;:6046,&quot;38675&quot;:6047,&quot;38928&quot;:6048,&quot;20116&quot;:6049,&quot;20237&quot;:6050,&quot;20425&quot;:6051,&quot;20658&quot;:6052,&quot;21320&quot;:6053,&quot;21566&quot;:6054,&quot;21555&quot;:6055,&quot;21978&quot;:6056,&quot;22626&quot;:6057,&quot;22714&quot;:6058,&quot;22887&quot;:6059,&quot;23067&quot;:6060,&quot;23524&quot;:6061,&quot;24735&quot;:6062,&quot;25034&quot;:6063,&quot;25942&quot;:6064,&quot;26111&quot;:6065,&quot;26212&quot;:6066,&quot;26791&quot;:6067,&quot;27738&quot;:6068,&quot;28595&quot;:6069,&quot;28879&quot;:6070,&quot;29100&quot;:6071,&quot;29522&quot;:6072,&quot;31613&quot;:6073,&quot;34568&quot;:6074,&quot;35492&quot;:6075,&quot;39986&quot;:6076,&quot;40711&quot;:6077,&quot;23627&quot;:6078,&quot;27779&quot;:6079,&quot;29508&quot;:6080,&quot;12127&quot;:6081,&quot;29577&quot;:6081,&quot;37434&quot;:6082,&quot;28331&quot;:6083,&quot;29797&quot;:6084,&quot;30239&quot;:6085,&quot;31337&quot;:6086,&quot;32277&quot;:6087,&quot;34314&quot;:6088,&quot;20800&quot;:6089,&quot;22725&quot;:6090,&quot;25793&quot;:6091,&quot;29934&quot;:6092,&quot;29973&quot;:6093,&quot;30320&quot;:6094,&quot;32705&quot;:6095,&quot;37013&quot;:6096,&quot;38605&quot;:6097,&quot;39252&quot;:6098,&quot;28198&quot;:6099,&quot;12129&quot;:6100,&quot;29926&quot;:6100,&quot;31401&quot;:6101,&quot;31402&quot;:6102,&quot;33253&quot;:6103,&quot;34521&quot;:6104,&quot;34680&quot;:6105,&quot;35355&quot;:6106,&quot;23113&quot;:6107,&quot;23436&quot;:6108,&quot;23451&quot;:6109,&quot;26785&quot;:6110,&quot;26880&quot;:6111,&quot;28003&quot;:6112,&quot;29609&quot;:6113,&quot;29715&quot;:6114,&quot;29740&quot;:6115,&quot;30871&quot;:6116,&quot;32233&quot;:6117,&quot;32747&quot;:6118,&quot;33048&quot;:6119,&quot;33109&quot;:6120,&quot;33694&quot;:6121,&quot;35916&quot;:6122,&quot;38446&quot;:6123,&quot;63942&quot;:6123,&quot;38929&quot;:6124,&quot;12104&quot;:6125,&quot;26352&quot;:6125,&quot;24448&quot;:6126,&quot;26106&quot;:6127,&quot;26505&quot;:6128,&quot;27754&quot;:6129,&quot;29579&quot;:6130,&quot;20525&quot;:6131,&quot;23043&quot;:6132,&quot;27498&quot;:6133,&quot;30702&quot;:6134,&quot;22806&quot;:6135,&quot;23916&quot;:6136,&quot;24013&quot;:6137,&quot;29477&quot;:6138,&quot;30031&quot;:6139,&quot;20709&quot;:6140,&quot;20985&quot;:6141,&quot;22575&quot;:6142,&quot;22829&quot;:6143,&quot;22934&quot;:6144,&quot;23002&quot;:6145,&quot;23525&quot;:6146,&quot;23970&quot;:6147,&quot;25303&quot;:6148,&quot;25622&quot;:6149,&quot;25747&quot;:6150,&quot;25854&quot;:6151,&quot;26332&quot;:6152,&quot;27208&quot;:6153,&quot;29183&quot;:6154,&quot;29796&quot;:6155,&quot;31368&quot;:6156,&quot;31407&quot;:6157,&quot;32327&quot;:6158,&quot;32350&quot;:6159,&quot;32768&quot;:6160,&quot;33136&quot;:6161,&quot;34799&quot;:6162,&quot;35201&quot;:6163,&quot;35616&quot;:6164,&quot;36953&quot;:6165,&quot;36992&quot;:6166,&quot;39250&quot;:6167,&quot;24958&quot;:6168,&quot;27442&quot;:6169,&quot;28020&quot;:6170,&quot;32287&quot;:6171,&quot;35109&quot;:6172,&quot;36785&quot;:6173,&quot;20433&quot;:6174,&quot;20653&quot;:6175,&quot;20887&quot;:6176,&quot;21191&quot;:6177,&quot;22471&quot;:6178,&quot;22665&quot;:6179,&quot;23481&quot;:6180,&quot;24248&quot;:6181,&quot;24898&quot;:6182,&quot;27029&quot;:6183,&quot;28044&quot;:6184,&quot;28263&quot;:6185,&quot;28342&quot;:6186,&quot;29076&quot;:6187,&quot;29794&quot;:6188,&quot;12132&quot;:6189,&quot;29992&quot;:6189,&quot;29996&quot;:6190,&quot;32883&quot;:6191,&quot;33592&quot;:6192,&quot;33993&quot;:6193,&quot;36362&quot;:6194,&quot;37780&quot;:6195,&quot;37854&quot;:6196,&quot;20110&quot;:6197,&quot;20305&quot;:6198,&quot;20598&quot;:6199,&quot;20778&quot;:6200,&quot;12060&quot;:6201,&quot;21448&quot;:6201,&quot;21451&quot;:6202,&quot;21491&quot;:6203,&quot;23431&quot;:6204,&quot;23507&quot;:6205,&quot;23588&quot;:6206,&quot;24858&quot;:6207,&quot;24962&quot;:6208,&quot;26100&quot;:6209,&quot;12124&quot;:6210,&quot;29275&quot;:6210,&quot;29591&quot;:6211,&quot;29760&quot;:6212,&quot;30402&quot;:6213,&quot;31056&quot;:6214,&quot;31121&quot;:6215,&quot;31161&quot;:6216,&quot;32006&quot;:6217,&quot;12155&quot;:6218,&quot;32701&quot;:6218,&quot;33419&quot;:6219,&quot;34261&quot;:6220,&quot;34398&quot;:6221,&quot;36802&quot;:6222,&quot;36935&quot;:6223,&quot;37109&quot;:6224,&quot;37354&quot;:6225,&quot;38533&quot;:6226,&quot;12204&quot;:6227,&quot;38632&quot;:6227,&quot;38633&quot;:6228,&quot;21206&quot;:6229,&quot;24423&quot;:6230,&quot;26093&quot;:6231,&quot;26161&quot;:6232,&quot;26671&quot;:6233,&quot;29020&quot;:6234,&quot;31286&quot;:6235,&quot;37057&quot;:6236,&quot;38922&quot;:6237,&quot;20113&quot;:6238,&quot;27218&quot;:6239,&quot;27550&quot;:6240,&quot;28560&quot;:6241,&quot;29065&quot;:6242,&quot;32792&quot;:6243,&quot;33464&quot;:6244,&quot;34131&quot;:6245,&quot;36939&quot;:6246,&quot;38549&quot;:6247,&quot;38642&quot;:6248,&quot;38907&quot;:6249,&quot;34074&quot;:6250,&quot;39729&quot;:6251,&quot;20112&quot;:6252,&quot;29066&quot;:6253,&quot;38596&quot;:6254,&quot;20803&quot;:6255,&quot;21407&quot;:6256,&quot;21729&quot;:6257,&quot;22291&quot;:6258,&quot;22290&quot;:6259,&quot;22435&quot;:6260,&quot;23195&quot;:6261,&quot;23236&quot;:6262,&quot;23491&quot;:6263,&quot;24616&quot;:6264,&quot;24895&quot;:6265,&quot;25588&quot;:6266,&quot;27781&quot;:6267,&quot;27961&quot;:6268,&quot;28274&quot;:6269,&quot;28304&quot;:6270,&quot;29232&quot;:6271,&quot;29503&quot;:6272,&quot;29783&quot;:6273,&quot;33489&quot;:6274,&quot;34945&quot;:6275,&quot;36677&quot;:6276,&quot;36960&quot;:6277,&quot;38498&quot;:6278,&quot;39000&quot;:6279,&quot;40219&quot;:6280,&quot;12105&quot;:6281,&quot;26376&quot;:6281,&quot;36234&quot;:6282,&quot;37470&quot;:6283,&quot;20301&quot;:6284,&quot;20553&quot;:6285,&quot;20702&quot;:6286,&quot;21361&quot;:6287,&quot;22285&quot;:6288,&quot;22996&quot;:6289,&quot;23041&quot;:6290,&quot;23561&quot;:6291,&quot;24944&quot;:6292,&quot;26256&quot;:6293,&quot;28205&quot;:6294,&quot;29234&quot;:6295,&quot;29771&quot;:6296,&quot;32239&quot;:6297,&quot;32963&quot;:6298,&quot;33806&quot;:6299,&quot;33894&quot;:6300,&quot;34111&quot;:6301,&quot;34655&quot;:6302,&quot;34907&quot;:6303,&quot;35096&quot;:6304,&quot;35586&quot;:6305,&quot;36949&quot;:6306,&quot;12209&quot;:6307,&quot;38859&quot;:6307,&quot;39759&quot;:6308,&quot;20083&quot;:6309,&quot;20369&quot;:6310,&quot;20754&quot;:6311,&quot;20842&quot;:6312,&quot;21807&quot;:6313,&quot;21929&quot;:6314,&quot;23418&quot;:6315,&quot;23461&quot;:6316,&quot;24188&quot;:6317,&quot;24189&quot;:6318,&quot;24254&quot;:6319,&quot;24736&quot;:6320,&quot;24799&quot;:6321,&quot;24840&quot;:6322,&quot;24841&quot;:6323,&quot;25540&quot;:6324,&quot;25912&quot;:6325,&quot;26377&quot;:6326,&quot;26580&quot;:6327,&quot;26586&quot;:6328,&quot;26977&quot;:6329,&quot;26978&quot;:6330,&quot;27833&quot;:6331,&quot;27943&quot;:6332,&quot;28216&quot;:6333,&quot;28641&quot;:6334,&quot;29494&quot;:6335,&quot;29495&quot;:6336,&quot;29788&quot;:6337,&quot;30001&quot;:6338,&quot;30290&quot;:6339,&quot;32173&quot;:6340,&quot;33278&quot;:6341,&quot;33848&quot;:6342,&quot;35029&quot;:6343,&quot;35480&quot;:6344,&quot;35547&quot;:6345,&quot;35565&quot;:6346,&quot;36400&quot;:6347,&quot;36418&quot;:6348,&quot;36938&quot;:6349,&quot;36926&quot;:6350,&quot;36986&quot;:6351,&quot;12195&quot;:6352,&quot;37193&quot;:6352,&quot;37321&quot;:6353,&quot;37742&quot;:6354,&quot;22537&quot;:6355,&quot;27603&quot;:6356,&quot;12161&quot;:6357,&quot;32905&quot;:6357,&quot;32946&quot;:6358,&quot;20801&quot;:6359,&quot;22891&quot;:6360,&quot;23609&quot;:6361,&quot;28516&quot;:6362,&quot;29607&quot;:6363,&quot;32996&quot;:6364,&quot;36103&quot;:6365,&quot;37399&quot;:6366,&quot;38287&quot;:6367,&quot;12160&quot;:6368,&quot;32895&quot;:6368,&quot;25102&quot;:6369,&quot;28700&quot;:6370,&quot;32104&quot;:6371,&quot;34701&quot;:6372,&quot;22432&quot;:6373,&quot;24681&quot;:6374,&quot;24903&quot;:6375,&quot;27575&quot;:6376,&quot;35518&quot;:6377,&quot;37504&quot;:6378,&quot;38577&quot;:6379,&quot;12036&quot;:6380,&quot;20057&quot;:6380,&quot;21535&quot;:6381,&quot;28139&quot;:6382,&quot;34093&quot;:6383,&quot;38512&quot;:6384,&quot;12211&quot;:6385,&quot;38899&quot;:6385,&quot;39150&quot;:6386,&quot;25558&quot;:6387,&quot;27875&quot;:6388,&quot;12194&quot;:6389,&quot;37009&quot;:6389,&quot;20957&quot;:6390,&quot;25033&quot;:6391,&quot;33210&quot;:6392,&quot;40441&quot;:6393,&quot;20381&quot;:6394,&quot;20506&quot;:6395,&quot;20736&quot;:6396,&quot;23452&quot;:6397,&quot;24847&quot;:6398,&quot;25087&quot;:6399,&quot;25836&quot;:6400,&quot;26885&quot;:6401,&quot;27589&quot;:6402,&quot;30097&quot;:6403,&quot;30691&quot;:6404,&quot;32681&quot;:6405,&quot;33380&quot;:6406,&quot;34191&quot;:6407,&quot;34811&quot;:6408,&quot;12176&quot;:6409,&quot;34915&quot;:6409,&quot;35516&quot;:6410,&quot;35696&quot;:6411,&quot;37291&quot;:6412,&quot;12038&quot;:6413,&quot;20108&quot;:6413,&quot;20197&quot;:6414,&quot;20234&quot;:6415,&quot;22839&quot;:6416,&quot;23016&quot;:6417,&quot;24050&quot;:6418,&quot;24347&quot;:6419,&quot;24411&quot;:6420,&quot;24609&quot;:6421,&quot;29246&quot;:6422,&quot;29669&quot;:6423,&quot;30064&quot;:6424,&quot;63842&quot;:6424,&quot;30157&quot;:6425,&quot;31227&quot;:6426,&quot;12157&quot;:6427,&quot;32780&quot;:6427,&quot;12159&quot;:6428,&quot;32819&quot;:6428,&quot;32900&quot;:6429,&quot;33505&quot;:6430,&quot;33617&quot;:6431,&quot;36029&quot;:6432,&quot;36019&quot;:6433,&quot;36999&quot;:6434,&quot;39156&quot;:6435,&quot;39180&quot;:6436,&quot;28727&quot;:6437,&quot;30410&quot;:6438,&quot;32714&quot;:6439,&quot;32716&quot;:6440,&quot;32764&quot;:6441,&quot;35610&quot;:6442,&quot;12040&quot;:6443,&quot;20154&quot;:6443,&quot;20161&quot;:6444,&quot;20995&quot;:6445,&quot;21360&quot;:6446,&quot;21693&quot;:6447,&quot;63902&quot;:6447,&quot;22240&quot;:6448,&quot;23035&quot;:6449,&quot;23493&quot;:6450,&quot;24341&quot;:6451,&quot;24525&quot;:6452,&quot;28270&quot;:6453,&quot;32106&quot;:6454,&quot;33589&quot;:6455,&quot;34451&quot;:6456,&quot;35469&quot;:6457,&quot;38765&quot;:6458,&quot;38775&quot;:6459,&quot;12032&quot;:6460,&quot;19968&quot;:6460,&quot;20314&quot;:6461,&quot;20350&quot;:6462,&quot;22777&quot;:6463,&quot;12103&quot;:6464,&quot;26085&quot;:6464,&quot;28322&quot;:6465,&quot;36920&quot;:6466,&quot;37808&quot;:6467,&quot;39353&quot;:6468,&quot;20219&quot;:6469,&quot;22764&quot;:6470,&quot;22922&quot;:6471,&quot;23001&quot;:6472,&quot;24641&quot;:6473,&quot;31252&quot;:6474,&quot;33615&quot;:6475,&quot;36035&quot;:6476,&quot;12042&quot;:6477,&quot;20837&quot;:6477,&quot;21316&quot;:6478,&quot;20173&quot;:6479,&quot;21097&quot;:6480,&quot;23381&quot;:6481,&quot;33471&quot;:6482,&quot;20180&quot;:6483,&quot;21050&quot;:6484,&quot;63999&quot;:6484,&quot;21672&quot;:6485,&quot;22985&quot;:6486,&quot;23039&quot;:6487,&quot;12070&quot;:6488,&quot;23376&quot;:6488,&quot;23383&quot;:6489,&quot;23388&quot;:6490,&quot;24675&quot;:6491,&quot;24904&quot;:6492,&quot;28363&quot;:6493,&quot;28825&quot;:6494,&quot;63995&quot;:6494,&quot;29038&quot;:6495,&quot;29574&quot;:6496,&quot;29943&quot;:6497,&quot;30133&quot;:6498,&quot;30913&quot;:6499,&quot;32043&quot;:6500,&quot;32773&quot;:6501,&quot;12163&quot;:6502,&quot;33258&quot;:6502,&quot;33576&quot;:6503,&quot;34071&quot;:6504,&quot;34249&quot;:6505,&quot;35566&quot;:6506,&quot;36039&quot;:6507,&quot;38604&quot;:6508,&quot;20316&quot;:6509,&quot;21242&quot;:6510,&quot;22204&quot;:6511,&quot;26027&quot;:6512,&quot;26152&quot;:6513,&quot;28796&quot;:6514,&quot;28856&quot;:6515,&quot;29237&quot;:6516,&quot;32189&quot;:6517,&quot;33421&quot;:6518,&quot;37196&quot;:6519,&quot;38592&quot;:6520,&quot;40306&quot;:6521,&quot;23409&quot;:6522,&quot;26855&quot;:6523,&quot;27544&quot;:6524,&quot;28538&quot;:6525,&quot;30430&quot;:6526,&quot;23697&quot;:6527,&quot;26283&quot;:6528,&quot;28507&quot;:6529,&quot;31668&quot;:6530,&quot;31786&quot;:6531,&quot;34870&quot;:6532,&quot;38620&quot;:6533,&quot;19976&quot;:6534,&quot;20183&quot;:6535,&quot;21280&quot;:6536,&quot;22580&quot;:6537,&quot;22715&quot;:6538,&quot;22767&quot;:6539,&quot;22892&quot;:6540,&quot;23559&quot;:6541,&quot;24115&quot;:6542,&quot;24196&quot;:6543,&quot;24373&quot;:6544,&quot;25484&quot;:6545,&quot;26290&quot;:6546,&quot;26454&quot;:6547,&quot;27167&quot;:6548,&quot;27299&quot;:6549,&quot;27404&quot;:6550,&quot;28479&quot;:6551,&quot;29254&quot;:6552,&quot;29520&quot;:6553,&quot;29835&quot;:6554,&quot;31456&quot;:6555,&quot;31911&quot;:6556,&quot;33144&quot;:6557,&quot;33247&quot;:6558,&quot;33255&quot;:6559,&quot;33674&quot;:6560,&quot;33900&quot;:6561,&quot;34083&quot;:6562,&quot;34196&quot;:6563,&quot;34255&quot;:6564,&quot;35037&quot;:6565,&quot;36115&quot;:6566,&quot;37292&quot;:6567,&quot;12199&quot;:6568,&quot;38263&quot;:6568,&quot;38556&quot;:6569,&quot;20877&quot;:6570,&quot;21705&quot;:6571,&quot;22312&quot;:6572,&quot;23472&quot;:6573,&quot;25165&quot;:6574,&quot;26448&quot;:6575,&quot;26685&quot;:6576,&quot;26771&quot;:6577,&quot;28221&quot;:6578,&quot;28371&quot;:6579,&quot;28797&quot;:6580,&quot;32289&quot;:6581,&quot;35009&quot;:6582,&quot;36001&quot;:6583,&quot;36617&quot;:6584,&quot;40779&quot;:6585,&quot;40782&quot;:6586,&quot;29229&quot;:6587,&quot;31631&quot;:6588,&quot;35533&quot;:6589,&quot;37658&quot;:6590,&quot;20295&quot;:6591,&quot;20302&quot;:6592,&quot;20786&quot;:6593,&quot;21632&quot;:6594,&quot;22992&quot;:6595,&quot;24213&quot;:6596,&quot;25269&quot;:6597,&quot;26485&quot;:6598,&quot;26990&quot;:6599,&quot;27159&quot;:6600,&quot;27822&quot;:6601,&quot;28186&quot;:6602,&quot;29401&quot;:6603,&quot;29482&quot;:6604,&quot;30141&quot;:6605,&quot;31672&quot;:6606,&quot;32053&quot;:6607,&quot;33511&quot;:6608,&quot;33785&quot;:6609,&quot;33879&quot;:6610,&quot;34295&quot;:6611,&quot;35419&quot;:6612,&quot;36015&quot;:6613,&quot;36487&quot;:6614,&quot;36889&quot;:6615,&quot;37048&quot;:6616,&quot;38606&quot;:6617,&quot;40799&quot;:6618,&quot;21219&quot;:6619,&quot;21514&quot;:6620,&quot;23265&quot;:6621,&quot;23490&quot;:6622,&quot;25688&quot;:6623,&quot;25973&quot;:6624,&quot;28404&quot;:6625,&quot;29380&quot;:6626,&quot;30340&quot;:6627,&quot;31309&quot;:6628,&quot;31515&quot;:6629,&quot;31821&quot;:6630,&quot;32318&quot;:6631,&quot;32735&quot;:6632,&quot;33659&quot;:6633,&quot;35627&quot;:6634,&quot;36042&quot;:6635,&quot;12186&quot;:6636,&quot;36196&quot;:6636,&quot;36321&quot;:6637,&quot;36447&quot;:6638,&quot;36842&quot;:6639,&quot;36857&quot;:6640,&quot;36969&quot;:6641,&quot;37841&quot;:6642,&quot;20291&quot;:6643,&quot;20346&quot;:6644,&quot;20659&quot;:6645,&quot;20840&quot;:6646,&quot;20856&quot;:6647,&quot;21069&quot;:6648,&quot;21098&quot;:6649,&quot;22625&quot;:6650,&quot;22652&quot;:6651,&quot;22880&quot;:6652,&quot;23560&quot;:6653,&quot;23637&quot;:6654,&quot;24283&quot;:6655,&quot;24731&quot;:6656,&quot;25136&quot;:6657,&quot;26643&quot;:6658,&quot;27583&quot;:6659,&quot;27656&quot;:6660,&quot;28593&quot;:6661,&quot;29006&quot;:6662,&quot;29728&quot;:6663,&quot;12133&quot;:6664,&quot;30000&quot;:6664,&quot;30008&quot;:6665,&quot;30033&quot;:6666,&quot;30322&quot;:6667,&quot;31564&quot;:6668,&quot;31627&quot;:6669,&quot;31661&quot;:6670,&quot;31686&quot;:6671,&quot;32399&quot;:6672,&quot;35438&quot;:6673,&quot;36670&quot;:6674,&quot;36681&quot;:6675,&quot;37439&quot;:6676,&quot;37523&quot;:6677,&quot;37666&quot;:6678,&quot;37931&quot;:6679,&quot;38651&quot;:6680,&quot;39002&quot;:6681,&quot;39019&quot;:6682,&quot;39198&quot;:6683,&quot;20999&quot;:6684,&quot;64000&quot;:6684,&quot;25130&quot;:6685,&quot;25240&quot;:6686,&quot;27993&quot;:6687,&quot;30308&quot;:6688,&quot;31434&quot;:6689,&quot;31680&quot;:6690,&quot;32118&quot;:6691,&quot;21344&quot;:6692,&quot;23742&quot;:6693,&quot;24215&quot;:6694,&quot;28472&quot;:6695,&quot;28857&quot;:6696,&quot;31896&quot;:6697,&quot;38673&quot;:6698,&quot;39822&quot;:6699,&quot;40670&quot;:6700,&quot;25509&quot;:6701,&quot;25722&quot;:6702,&quot;34678&quot;:6703,&quot;19969&quot;:6704,&quot;20117&quot;:6705,&quot;20141&quot;:6706,&quot;20572&quot;:6707,&quot;20597&quot;:6708,&quot;21576&quot;:6709,&quot;22979&quot;:6710,&quot;23450&quot;:6711,&quot;24128&quot;:6712,&quot;24237&quot;:6713,&quot;24311&quot;:6714,&quot;24449&quot;:6715,&quot;24773&quot;:6716,&quot;25402&quot;:6717,&quot;25919&quot;:6718,&quot;25972&quot;:6719,&quot;26060&quot;:6720,&quot;26230&quot;:6721,&quot;26232&quot;:6722,&quot;26622&quot;:6723,&quot;26984&quot;:6724,&quot;27273&quot;:6725,&quot;27491&quot;:6726,&quot;27712&quot;:6727,&quot;28096&quot;:6728,&quot;28136&quot;:6729,&quot;28191&quot;:6730,&quot;28254&quot;:6731,&quot;28702&quot;:6732,&quot;28833&quot;:6733,&quot;29582&quot;:6734,&quot;29693&quot;:6735,&quot;30010&quot;:6736,&quot;30555&quot;:6737,&quot;30855&quot;:6738,&quot;31118&quot;:6739,&quot;31243&quot;:6740,&quot;31357&quot;:6741,&quot;31934&quot;:6742,&quot;32142&quot;:6743,&quot;33351&quot;:6744,&quot;35330&quot;:6745,&quot;35562&quot;:6746,&quot;35998&quot;:6747,&quot;37165&quot;:6748,&quot;37194&quot;:6749,&quot;37336&quot;:6750,&quot;37478&quot;:6751,&quot;37580&quot;:6752,&quot;37664&quot;:6753,&quot;38662&quot;:6754,&quot;38742&quot;:6755,&quot;38748&quot;:6756,&quot;38914&quot;:6757,&quot;12237&quot;:6758,&quot;40718&quot;:6758,&quot;21046&quot;:6759,&quot;21137&quot;:6760,&quot;21884&quot;:6761,&quot;22564&quot;:6762,&quot;24093&quot;:6763,&quot;24351&quot;:6764,&quot;24716&quot;:6765,&quot;25552&quot;:6766,&quot;26799&quot;:6767,&quot;28639&quot;:6768,&quot;31085&quot;:6769,&quot;31532&quot;:6770,&quot;33229&quot;:6771,&quot;34234&quot;:6772,&quot;35069&quot;:6773,&quot;35576&quot;:6774,&quot;36420&quot;:6775,&quot;37261&quot;:6776,&quot;38500&quot;:6777,&quot;38555&quot;:6778,&quot;38717&quot;:6779,&quot;38988&quot;:6780,&quot;12241&quot;:6781,&quot;40778&quot;:6781,&quot;20430&quot;:6782,&quot;20806&quot;:6783,&quot;20939&quot;:6784,&quot;21161&quot;:6785,&quot;22066&quot;:6786,&quot;24340&quot;:6787,&quot;24427&quot;:6788,&quot;25514&quot;:6789,&quot;25805&quot;:6790,&quot;26089&quot;:6791,&quot;26177&quot;:6792,&quot;26362&quot;:6793,&quot;26361&quot;:6794,&quot;26397&quot;:6795,&quot;26781&quot;:6796,&quot;26839&quot;:6797,&quot;27133&quot;:6798,&quot;28437&quot;:6799,&quot;28526&quot;:6800,&quot;29031&quot;:6801,&quot;29157&quot;:6802,&quot;12118&quot;:6803,&quot;29226&quot;:6803,&quot;29866&quot;:6804,&quot;30522&quot;:6805,&quot;31062&quot;:6806,&quot;31066&quot;:6807,&quot;31199&quot;:6808,&quot;31264&quot;:6809,&quot;31381&quot;:6810,&quot;31895&quot;:6811,&quot;31967&quot;:6812,&quot;32068&quot;:6813,&quot;32368&quot;:6814,&quot;32903&quot;:6815,&quot;34299&quot;:6816,&quot;34468&quot;:6817,&quot;35412&quot;:6818,&quot;35519&quot;:6819,&quot;36249&quot;:6820,&quot;36481&quot;:6821,&quot;36896&quot;:6822,&quot;36973&quot;:6823,&quot;37347&quot;:6824,&quot;38459&quot;:6825,&quot;38613&quot;:6826,&quot;12227&quot;:6827,&quot;40165&quot;:6827,&quot;26063&quot;:6828,&quot;31751&quot;:6829,&quot;12188&quot;:6830,&quot;36275&quot;:6830,&quot;37827&quot;:6831,&quot;23384&quot;:6832,&quot;23562&quot;:6833,&quot;21330&quot;:6834,&quot;25305&quot;:6835,&quot;29469&quot;:6836,&quot;20519&quot;:6837,&quot;23447&quot;:6838,&quot;24478&quot;:6839,&quot;24752&quot;:6840,&quot;24939&quot;:6841,&quot;26837&quot;:6842,&quot;28121&quot;:6843,&quot;29742&quot;:6844,&quot;31278&quot;:6845,&quot;32066&quot;:6846,&quot;32156&quot;:6847,&quot;32305&quot;:6848,&quot;33131&quot;:6849,&quot;36394&quot;:6850,&quot;36405&quot;:6851,&quot;37758&quot;:6852,&quot;37912&quot;:6853,&quot;20304&quot;:6854,&quot;22352&quot;:6855,&quot;24038&quot;:6856,&quot;24231&quot;:6857,&quot;25387&quot;:6858,&quot;32618&quot;:6859,&quot;20027&quot;:6860,&quot;20303&quot;:6861,&quot;20367&quot;:6862,&quot;20570&quot;:6863,&quot;23005&quot;:6864,&quot;32964&quot;:6865,&quot;21610&quot;:6866,&quot;21608&quot;:6867,&quot;22014&quot;:6868,&quot;22863&quot;:6869,&quot;23449&quot;:6870,&quot;24030&quot;:6871,&quot;24282&quot;:6872,&quot;26205&quot;:6873,&quot;26417&quot;:6874,&quot;26609&quot;:6875,&quot;26666&quot;:6876,&quot;27880&quot;:6877,&quot;27954&quot;:6878,&quot;28234&quot;:6879,&quot;28557&quot;:6880,&quot;28855&quot;:6881,&quot;29664&quot;:6882,&quot;30087&quot;:6883,&quot;31820&quot;:6884,&quot;32002&quot;:6885,&quot;32044&quot;:6886,&quot;32162&quot;:6887,&quot;12168&quot;:6888,&quot;33311&quot;:6888,&quot;34523&quot;:6889,&quot;35387&quot;:6890,&quot;35461&quot;:6891,&quot;12187&quot;:6892,&quot;36208&quot;:6892,&quot;36490&quot;:6893,&quot;36659&quot;:6894,&quot;36913&quot;:6895,&quot;37198&quot;:6896,&quot;37202&quot;:6897,&quot;37956&quot;:6898,&quot;39376&quot;:6899,&quot;12149&quot;:6900,&quot;31481&quot;:6900,&quot;31909&quot;:6901,&quot;20426&quot;:6902,&quot;20737&quot;:6903,&quot;20934&quot;:6904,&quot;22472&quot;:6905,&quot;23535&quot;:6906,&quot;23803&quot;:6907,&quot;26201&quot;:6908,&quot;27197&quot;:6909,&quot;27994&quot;:6910,&quot;28310&quot;:6911,&quot;28652&quot;:6912,&quot;28940&quot;:6913,&quot;30063&quot;:6914,&quot;31459&quot;:6915,&quot;34850&quot;:6916,&quot;36897&quot;:6917,&quot;36981&quot;:6918,&quot;38603&quot;:6919,&quot;39423&quot;:6920,&quot;33537&quot;:6921,&quot;20013&quot;:6922,&quot;20210&quot;:6923,&quot;34886&quot;:6924,&quot;37325&quot;:6925,&quot;21373&quot;:6926,&quot;27355&quot;:6927,&quot;26987&quot;:6928,&quot;27713&quot;:6929,&quot;33914&quot;:6930,&quot;22686&quot;:6931,&quot;24974&quot;:6932,&quot;26366&quot;:6933,&quot;25327&quot;:6934,&quot;28893&quot;:6935,&quot;29969&quot;:6936,&quot;30151&quot;:6937,&quot;32338&quot;:6938,&quot;33976&quot;:6939,&quot;35657&quot;:6940,&quot;36104&quot;:6941,&quot;20043&quot;:6942,&quot;21482&quot;:6943,&quot;21675&quot;:6944,&quot;22320&quot;:6945,&quot;22336&quot;:6946,&quot;24535&quot;:6947,&quot;25345&quot;:6948,&quot;25351&quot;:6949,&quot;25711&quot;:6950,&quot;12096&quot;:6951,&quot;25903&quot;:6951,&quot;26088&quot;:6952,&quot;26234&quot;:6953,&quot;26525&quot;:6954,&quot;26547&quot;:6955,&quot;12108&quot;:6956,&quot;27490&quot;:6956,&quot;27744&quot;:6957,&quot;27802&quot;:6958,&quot;28460&quot;:6959,&quot;30693&quot;:6960,&quot;30757&quot;:6961,&quot;31049&quot;:6962,&quot;31063&quot;:6963,&quot;32025&quot;:6964,&quot;32930&quot;:6965,&quot;33026&quot;:6966,&quot;12164&quot;:6967,&quot;33267&quot;:6967,&quot;33437&quot;:6968,&quot;33463&quot;:6969,&quot;34584&quot;:6970,&quot;35468&quot;:6971,&quot;36100&quot;:6972,&quot;36286&quot;:6973,&quot;36978&quot;:6974,&quot;30452&quot;:6975,&quot;31257&quot;:6976,&quot;31287&quot;:6977,&quot;32340&quot;:6978,&quot;32887&quot;:6979,&quot;21767&quot;:6980,&quot;21972&quot;:6981,&quot;22645&quot;:6982,&quot;25391&quot;:6983,&quot;25634&quot;:6984,&quot;26185&quot;:6985,&quot;26187&quot;:6986,&quot;26733&quot;:6987,&quot;27035&quot;:6988,&quot;27524&quot;:6989,&quot;27941&quot;:6990,&quot;28337&quot;:6991,&quot;29645&quot;:6992,&quot;29800&quot;:6993,&quot;29857&quot;:6994,&quot;30043&quot;:6995,&quot;30137&quot;:6996,&quot;30433&quot;:6997,&quot;30494&quot;:6998,&quot;30603&quot;:6999,&quot;31206&quot;:7000,&quot;32265&quot;:7001,&quot;32285&quot;:7002,&quot;33275&quot;:7003,&quot;34095&quot;:7004,&quot;34967&quot;:7005,&quot;35386&quot;:7006,&quot;36049&quot;:7007,&quot;36587&quot;:7008,&quot;12192&quot;:7009,&quot;36784&quot;:7009,&quot;63857&quot;:7009,&quot;36914&quot;:7010,&quot;37805&quot;:7011,&quot;38499&quot;:7012,&quot;38515&quot;:7013,&quot;38663&quot;:7014,&quot;20356&quot;:7015,&quot;21489&quot;:7016,&quot;23018&quot;:7017,&quot;23241&quot;:7018,&quot;24089&quot;:7019,&quot;26702&quot;:7020,&quot;29894&quot;:7021,&quot;30142&quot;:7022,&quot;31209&quot;:7023,&quot;31378&quot;:7024,&quot;33187&quot;:7025,&quot;34541&quot;:7026,&quot;36074&quot;:7027,&quot;36300&quot;:7028,&quot;36845&quot;:7029,&quot;26015&quot;:7030,&quot;26389&quot;:7031,&quot;22519&quot;:7032,&quot;28503&quot;:7033,&quot;32221&quot;:7034,&quot;36655&quot;:7035,&quot;37878&quot;:7036,&quot;38598&quot;:7037,&quot;24501&quot;:7038,&quot;25074&quot;:7039,&quot;28548&quot;:7040,&quot;19988&quot;:7041,&quot;20376&quot;:7042,&quot;20511&quot;:7043,&quot;21449&quot;:7044,&quot;21983&quot;:7045,&quot;23919&quot;:7046,&quot;24046&quot;:7047,&quot;27425&quot;:7048,&quot;27492&quot;:7049,&quot;30923&quot;:7050,&quot;31642&quot;:7051,&quot;36425&quot;:7052,&quot;12190&quot;:7053,&quot;36554&quot;:7053,&quot;63746&quot;:7053,&quot;36974&quot;:7054,&quot;25417&quot;:7055,&quot;25662&quot;:7056,&quot;30528&quot;:7057,&quot;31364&quot;:7058,&quot;37679&quot;:7059,&quot;38015&quot;:7060,&quot;40810&quot;:7061,&quot;25776&quot;:7062,&quot;28591&quot;:7063,&quot;29158&quot;:7064,&quot;29864&quot;:7065,&quot;29914&quot;:7066,&quot;31428&quot;:7067,&quot;31762&quot;:7068,&quot;32386&quot;:7069,&quot;31922&quot;:7070,&quot;32408&quot;:7071,&quot;35738&quot;:7072,&quot;36106&quot;:7073,&quot;38013&quot;:7074,&quot;39184&quot;:7075,&quot;39244&quot;:7076,&quot;21049&quot;:7077,&quot;23519&quot;:7078,&quot;25830&quot;:7079,&quot;26413&quot;:7080,&quot;32046&quot;:7081,&quot;20717&quot;:7082,&quot;21443&quot;:7083,&quot;63851&quot;:7083,&quot;22649&quot;:7084,&quot;24920&quot;:7085,&quot;24921&quot;:7086,&quot;25082&quot;:7087,&quot;26028&quot;:7088,&quot;31449&quot;:7089,&quot;35730&quot;:7090,&quot;35734&quot;:7091,&quot;20489&quot;:7092,&quot;20513&quot;:7093,&quot;21109&quot;:7094,&quot;21809&quot;:7095,&quot;23100&quot;:7096,&quot;24288&quot;:7097,&quot;24432&quot;:7098,&quot;24884&quot;:7099,&quot;25950&quot;:7100,&quot;26124&quot;:7101,&quot;26166&quot;:7102,&quot;26274&quot;:7103,&quot;27085&quot;:7104,&quot;28356&quot;:7105,&quot;28466&quot;:7106,&quot;29462&quot;:7107,&quot;30241&quot;:7108,&quot;31379&quot;:7109,&quot;33081&quot;:7110,&quot;33369&quot;:7111,&quot;33750&quot;:7112,&quot;33980&quot;:7113,&quot;20661&quot;:7114,&quot;22512&quot;:7115,&quot;23488&quot;:7116,&quot;23528&quot;:7117,&quot;24425&quot;:7118,&quot;25505&quot;:7119,&quot;30758&quot;:7120,&quot;32181&quot;:7121,&quot;33756&quot;:7122,&quot;34081&quot;:7123,&quot;37319&quot;:7124,&quot;37365&quot;:7125,&quot;20874&quot;:7126,&quot;26613&quot;:7127,&quot;31574&quot;:7128,&quot;36012&quot;:7129,&quot;20932&quot;:7130,&quot;22971&quot;:7131,&quot;24765&quot;:7132,&quot;34389&quot;:7133,&quot;20508&quot;:7134,&quot;21076&quot;:7135,&quot;23610&quot;:7136,&quot;24957&quot;:7137,&quot;25114&quot;:7138,&quot;25299&quot;:7139,&quot;64002&quot;:7139,&quot;25842&quot;:7140,&quot;26021&quot;:7141,&quot;28364&quot;:7142,&quot;30240&quot;:7143,&quot;33034&quot;:7144,&quot;36448&quot;:7145,&quot;38495&quot;:7146,&quot;38587&quot;:7147,&quot;20191&quot;:7148,&quot;21315&quot;:7149,&quot;21912&quot;:7150,&quot;22825&quot;:7151,&quot;24029&quot;:7152,&quot;25797&quot;:7153,&quot;27849&quot;:7154,&quot;28154&quot;:7155,&quot;29588&quot;:7156,&quot;31359&quot;:7157,&quot;12167&quot;:7158,&quot;33307&quot;:7158,&quot;34214&quot;:7159,&quot;36068&quot;:7160,&quot;36368&quot;:7161,&quot;36983&quot;:7162,&quot;37351&quot;:7163,&quot;38369&quot;:7164,&quot;38433&quot;:7165,&quot;38854&quot;:7166,&quot;20984&quot;:7167,&quot;21746&quot;:7168,&quot;21894&quot;:7169,&quot;24505&quot;:7170,&quot;25764&quot;:7171,&quot;28552&quot;:7172,&quot;32180&quot;:7173,&quot;36639&quot;:7174,&quot;36685&quot;:7175,&quot;37941&quot;:7176,&quot;20681&quot;:7177,&quot;23574&quot;:7178,&quot;27838&quot;:7179,&quot;28155&quot;:7180,&quot;29979&quot;:7181,&quot;30651&quot;:7182,&quot;31805&quot;:7183,&quot;31844&quot;:7184,&quot;35449&quot;:7185,&quot;35522&quot;:7186,&quot;22558&quot;:7187,&quot;22974&quot;:7188,&quot;24086&quot;:7189,&quot;25463&quot;:7190,&quot;29266&quot;:7191,&quot;30090&quot;:7192,&quot;30571&quot;:7193,&quot;35548&quot;:7194,&quot;36028&quot;:7195,&quot;36626&quot;:7196,&quot;24307&quot;:7197,&quot;26228&quot;:7198,&quot;28152&quot;:7199,&quot;32893&quot;:7200,&quot;33729&quot;:7201,&quot;35531&quot;:7202,&quot;12205&quot;:7203,&quot;38737&quot;:7203,&quot;39894&quot;:7204,&quot;21059&quot;:7205,&quot;26367&quot;:7206,&quot;28053&quot;:7207,&quot;28399&quot;:7208,&quot;32224&quot;:7209,&quot;35558&quot;:7210,&quot;36910&quot;:7211,&quot;36958&quot;:7212,&quot;39636&quot;:7213,&quot;21021&quot;:7214,&quot;21119&quot;:7215,&quot;21736&quot;:7216,&quot;24980&quot;:7217,&quot;25220&quot;:7218,&quot;25307&quot;:7219,&quot;26786&quot;:7220,&quot;26898&quot;:7221,&quot;26970&quot;:7222,&quot;27189&quot;:7223,&quot;28818&quot;:7224,&quot;28966&quot;:7225,&quot;30813&quot;:7226,&quot;30977&quot;:7227,&quot;30990&quot;:7228,&quot;31186&quot;:7229,&quot;31245&quot;:7230,&quot;32918&quot;:7231,&quot;12171&quot;:7232,&quot;33400&quot;:7232,&quot;33493&quot;:7233,&quot;33609&quot;:7234,&quot;34121&quot;:7235,&quot;35970&quot;:7236,&quot;36229&quot;:7237,&quot;37218&quot;:7238,&quot;37259&quot;:7239,&quot;37294&quot;:7240,&quot;20419&quot;:7241,&quot;22225&quot;:7242,&quot;29165&quot;:7243,&quot;30679&quot;:7244,&quot;34560&quot;:7245,&quot;35320&quot;:7246,&quot;12072&quot;:7247,&quot;23544&quot;:7247,&quot;24534&quot;:7248,&quot;26449&quot;:7249,&quot;37032&quot;:7250,&quot;21474&quot;:7251,&quot;22618&quot;:7252,&quot;23541&quot;:7253,&quot;24740&quot;:7254,&quot;24961&quot;:7255,&quot;25696&quot;:7256,&quot;32317&quot;:7257,&quot;32880&quot;:7258,&quot;34085&quot;:7259,&quot;37507&quot;:7260,&quot;25774&quot;:7261,&quot;20652&quot;:7262,&quot;23828&quot;:7263,&quot;26368&quot;:7264,&quot;22684&quot;:7265,&quot;25277&quot;:7266,&quot;25512&quot;:7267,&quot;26894&quot;:7268,&quot;27000&quot;:7269,&quot;27166&quot;:7270,&quot;28267&quot;:7271,&quot;30394&quot;:7272,&quot;31179&quot;:7273,&quot;33467&quot;:7274,&quot;33833&quot;:7275,&quot;35535&quot;:7276,&quot;36264&quot;:7277,&quot;36861&quot;:7278,&quot;37138&quot;:7279,&quot;37195&quot;:7280,&quot;37276&quot;:7281,&quot;37648&quot;:7282,&quot;37656&quot;:7283,&quot;37786&quot;:7284,&quot;38619&quot;:7285,&quot;39478&quot;:7286,&quot;39949&quot;:7287,&quot;19985&quot;:7288,&quot;30044&quot;:7289,&quot;31069&quot;:7290,&quot;31482&quot;:7291,&quot;31569&quot;:7292,&quot;31689&quot;:7293,&quot;32302&quot;:7294,&quot;33988&quot;:7295,&quot;36441&quot;:7296,&quot;36468&quot;:7297,&quot;36600&quot;:7298,&quot;36880&quot;:7299,&quot;26149&quot;:7300,&quot;26943&quot;:7301,&quot;29763&quot;:7302,&quot;20986&quot;:7303,&quot;26414&quot;:7304,&quot;40668&quot;:7305,&quot;20805&quot;:7306,&quot;24544&quot;:7307,&quot;27798&quot;:7308,&quot;34802&quot;:7309,&quot;34909&quot;:7310,&quot;34935&quot;:7311,&quot;24756&quot;:7312,&quot;33205&quot;:7313,&quot;33795&quot;:7314,&quot;36101&quot;:7315,&quot;21462&quot;:7316,&quot;21561&quot;:7317,&quot;22068&quot;:7318,&quot;23094&quot;:7319,&quot;23601&quot;:7320,&quot;28810&quot;:7321,&quot;32736&quot;:7322,&quot;32858&quot;:7323,&quot;33030&quot;:7324,&quot;33261&quot;:7325,&quot;36259&quot;:7326,&quot;37257&quot;:7327,&quot;39519&quot;:7328,&quot;40434&quot;:7329,&quot;20596&quot;:7330,&quot;20164&quot;:7331,&quot;21408&quot;:7332,&quot;24827&quot;:7333,&quot;28204&quot;:7334,&quot;23652&quot;:7335,&quot;20360&quot;:7336,&quot;20516&quot;:7337,&quot;21988&quot;:7338,&quot;23769&quot;:7339,&quot;24159&quot;:7340,&quot;24677&quot;:7341,&quot;26772&quot;:7342,&quot;27835&quot;:7343,&quot;28100&quot;:7344,&quot;29118&quot;:7345,&quot;30164&quot;:7346,&quot;30196&quot;:7347,&quot;30305&quot;:7348,&quot;31258&quot;:7349,&quot;31305&quot;:7350,&quot;32199&quot;:7351,&quot;32251&quot;:7352,&quot;32622&quot;:7353,&quot;33268&quot;:7354,&quot;34473&quot;:7355,&quot;36636&quot;:7356,&quot;38601&quot;:7357,&quot;39347&quot;:7358,&quot;12242&quot;:7359,&quot;40786&quot;:7359,&quot;21063&quot;:7360,&quot;21189&quot;:7361,&quot;39149&quot;:7362,&quot;35242&quot;:7363,&quot;19971&quot;:7364,&quot;26578&quot;:7365,&quot;28422&quot;:7366,&quot;20405&quot;:7367,&quot;23522&quot;:7368,&quot;26517&quot;:7369,&quot;27784&quot;:7370,&quot;63858&quot;:7370,&quot;28024&quot;:7371,&quot;29723&quot;:7372,&quot;30759&quot;:7373,&quot;37341&quot;:7374,&quot;37756&quot;:7375,&quot;34756&quot;:7376,&quot;31204&quot;:7377,&quot;31281&quot;:7378,&quot;24555&quot;:7379,&quot;20182&quot;:7380,&quot;21668&quot;:7381,&quot;21822&quot;:7382,&quot;22702&quot;:7383,&quot;22949&quot;:7384,&quot;24816&quot;:7385,&quot;25171&quot;:7386,&quot;25302&quot;:7387,&quot;26422&quot;:7388,&quot;26965&quot;:7389,&quot;33333&quot;:7390,&quot;38464&quot;:7391,&quot;39345&quot;:7392,&quot;39389&quot;:7393,&quot;20524&quot;:7394,&quot;21331&quot;:7395,&quot;21828&quot;:7396,&quot;22396&quot;:7397,&quot;25176&quot;:7398,&quot;25826&quot;:7399,&quot;26219&quot;:7400,&quot;26589&quot;:7401,&quot;28609&quot;:7402,&quot;28655&quot;:7403,&quot;29730&quot;:7404,&quot;29752&quot;:7405,&quot;35351&quot;:7406,&quot;37944&quot;:7407,&quot;21585&quot;:7408,&quot;22022&quot;:7409,&quot;22374&quot;:7410,&quot;24392&quot;:7411,&quot;24986&quot;:7412,&quot;27470&quot;:7413,&quot;28760&quot;:7414,&quot;28845&quot;:7415,&quot;32187&quot;:7416,&quot;35477&quot;:7417,&quot;22890&quot;:7418,&quot;33067&quot;:7419,&quot;25506&quot;:7420,&quot;30472&quot;:7421,&quot;32829&quot;:7422,&quot;36010&quot;:7423,&quot;22612&quot;:7424,&quot;25645&quot;:7425,&quot;27067&quot;:7426,&quot;23445&quot;:7427,&quot;24081&quot;:7428,&quot;28271&quot;:7429,&quot;34153&quot;:7430,&quot;20812&quot;:7431,&quot;21488&quot;:7432,&quot;22826&quot;:7433,&quot;24608&quot;:7434,&quot;24907&quot;:7435,&quot;27526&quot;:7436,&quot;27760&quot;:7437,&quot;27888&quot;:7438,&quot;31518&quot;:7439,&quot;32974&quot;:7440,&quot;33492&quot;:7441,&quot;36294&quot;:7442,&quot;37040&quot;:7443,&quot;39089&quot;:7444,&quot;25799&quot;:7445,&quot;28580&quot;:7446,&quot;25745&quot;:7447,&quot;25860&quot;:7448,&quot;20814&quot;:7449,&quot;21520&quot;:7450,&quot;12063&quot;:7451,&quot;22303&quot;:7451,&quot;35342&quot;:7452,&quot;24927&quot;:7453,&quot;26742&quot;:7454,&quot;30171&quot;:7455,&quot;31570&quot;:7456,&quot;32113&quot;:7457,&quot;36890&quot;:7458,&quot;22534&quot;:7459,&quot;27084&quot;:7460,&quot;33151&quot;:7461,&quot;35114&quot;:7462,&quot;36864&quot;:7463,&quot;38969&quot;:7464,&quot;20600&quot;:7465,&quot;22871&quot;:7466,&quot;22956&quot;:7467,&quot;25237&quot;:7468,&quot;36879&quot;:7469,&quot;39722&quot;:7470,&quot;24925&quot;:7471,&quot;29305&quot;:7472,&quot;38358&quot;:7473,&quot;22369&quot;:7474,&quot;23110&quot;:7475,&quot;24052&quot;:7476,&quot;25226&quot;:7477,&quot;25773&quot;:7478,&quot;25850&quot;:7479,&quot;26487&quot;:7480,&quot;27874&quot;:7481,&quot;27966&quot;:7482,&quot;29228&quot;:7483,&quot;29750&quot;:7484,&quot;30772&quot;:7485,&quot;32631&quot;:7486,&quot;33453&quot;:7487,&quot;36315&quot;:7488,&quot;38935&quot;:7489,&quot;21028&quot;:7490,&quot;22338&quot;:7491,&quot;26495&quot;:7492,&quot;29256&quot;:7493,&quot;29923&quot;:7494,&quot;36009&quot;:7495,&quot;36774&quot;:7496,&quot;37393&quot;:7497,&quot;38442&quot;:7498,&quot;12043&quot;:7499,&quot;20843&quot;:7499,&quot;21485&quot;:7500,&quot;25420&quot;:7501,&quot;20329&quot;:7502,&quot;21764&quot;:7503,&quot;24726&quot;:7504,&quot;25943&quot;:7505,&quot;27803&quot;:7506,&quot;28031&quot;:7507,&quot;29260&quot;:7508,&quot;29437&quot;:7509,&quot;31255&quot;:7510,&quot;35207&quot;:7511,&quot;12185&quot;:7512,&quot;35997&quot;:7512,&quot;24429&quot;:7513,&quot;28558&quot;:7514,&quot;28921&quot;:7515,&quot;33192&quot;:7516,&quot;24846&quot;:7517,&quot;20415&quot;:7518,&quot;63845&quot;:7518,&quot;20559&quot;:7519,&quot;25153&quot;:7520,&quot;12122&quot;:7521,&quot;29255&quot;:7521,&quot;31687&quot;:7522,&quot;32232&quot;:7523,&quot;32745&quot;:7524,&quot;36941&quot;:7525,&quot;38829&quot;:7526,&quot;39449&quot;:7527,&quot;36022&quot;:7528,&quot;22378&quot;:7529,&quot;24179&quot;:7530,&quot;26544&quot;:7531,&quot;33805&quot;:7532,&quot;35413&quot;:7533,&quot;21536&quot;:7534,&quot;23318&quot;:7535,&quot;24163&quot;:7536,&quot;24290&quot;:7537,&quot;24330&quot;:7538,&quot;25987&quot;:7539,&quot;32954&quot;:7540,&quot;34109&quot;:7541,&quot;38281&quot;:7542,&quot;38491&quot;:7543,&quot;20296&quot;:7544,&quot;21253&quot;:7545,&quot;21261&quot;:7546,&quot;21263&quot;:7547,&quot;21638&quot;:7548,&quot;21754&quot;:7549,&quot;22275&quot;:7550,&quot;24067&quot;:7551,&quot;24598&quot;:7552,&quot;25243&quot;:7553,&quot;25265&quot;:7554,&quot;25429&quot;:7555,&quot;27873&quot;:7556,&quot;28006&quot;:7557,&quot;30129&quot;:7558,&quot;30770&quot;:7559,&quot;32990&quot;:7560,&quot;33071&quot;:7561,&quot;33502&quot;:7562,&quot;33889&quot;:7563,&quot;33970&quot;:7564,&quot;34957&quot;:7565,&quot;35090&quot;:7566,&quot;36875&quot;:7567,&quot;37610&quot;:7568,&quot;39165&quot;:7569,&quot;39825&quot;:7570,&quot;24133&quot;:7571,&quot;26292&quot;:7572,&quot;64006&quot;:7572,&quot;26333&quot;:7573,&quot;28689&quot;:7574,&quot;29190&quot;:7575,&quot;20469&quot;:7576,&quot;21117&quot;:7577,&quot;24426&quot;:7578,&quot;24915&quot;:7579,&quot;26451&quot;:7580,&quot;27161&quot;:7581,&quot;28418&quot;:7582,&quot;29922&quot;:7583,&quot;31080&quot;:7584,&quot;34920&quot;:7585,&quot;35961&quot;:7586,&quot;39111&quot;:7587,&quot;39108&quot;:7588,&quot;39491&quot;:7589,&quot;21697&quot;:7590,&quot;31263&quot;:7591,&quot;26963&quot;:7592,&quot;35575&quot;:7593,&quot;35914&quot;:7594,&quot;12213&quot;:7595,&quot;39080&quot;:7595,&quot;39342&quot;:7596,&quot;24444&quot;:7597,&quot;25259&quot;:7598,&quot;30130&quot;:7599,&quot;12138&quot;:7600,&quot;30382&quot;:7600,&quot;34987&quot;:7601,&quot;36991&quot;:7602,&quot;38466&quot;:7603,&quot;21305&quot;:7604,&quot;24380&quot;:7605,&quot;24517&quot;:7606,&quot;27852&quot;:7607,&quot;63848&quot;:7607,&quot;29644&quot;:7608,&quot;30050&quot;:7609,&quot;12134&quot;:7610,&quot;30091&quot;:7610,&quot;31558&quot;:7611,&quot;33534&quot;:7612,&quot;39325&quot;:7613,&quot;20047&quot;:7614,&quot;36924&quot;:7615,&quot;19979&quot;:7616,&quot;20309&quot;:7617,&quot;21414&quot;:7618,&quot;22799&quot;:7619,&quot;24264&quot;:7620,&quot;26160&quot;:7621,&quot;27827&quot;:7622,&quot;29781&quot;:7623,&quot;33655&quot;:7624,&quot;34662&quot;:7625,&quot;36032&quot;:7626,&quot;36944&quot;:7627,&quot;38686&quot;:7628,&quot;39957&quot;:7629,&quot;22737&quot;:7630,&quot;23416&quot;:7631,&quot;34384&quot;:7632,&quot;35604&quot;:7633,&quot;40372&quot;:7634,&quot;23506&quot;:7635,&quot;24680&quot;:7636,&quot;24717&quot;:7637,&quot;26097&quot;:7638,&quot;27735&quot;:7639,&quot;28450&quot;:7640,&quot;28579&quot;:7641,&quot;28698&quot;:7642,&quot;32597&quot;:7643,&quot;32752&quot;:7644,&quot;38289&quot;:7645,&quot;38290&quot;:7646,&quot;38480&quot;:7647,&quot;38867&quot;:7648,&quot;21106&quot;:7649,&quot;36676&quot;:7650,&quot;20989&quot;:7651,&quot;21547&quot;:7652,&quot;21688&quot;:7653,&quot;21859&quot;:7654,&quot;21898&quot;:7655,&quot;27323&quot;:7656,&quot;28085&quot;:7657,&quot;32216&quot;:7658,&quot;33382&quot;:7659,&quot;37532&quot;:7660,&quot;38519&quot;:7661,&quot;40569&quot;:7662,&quot;21512&quot;:7663,&quot;21704&quot;:7664,&quot;30418&quot;:7665,&quot;34532&quot;:7666,&quot;38308&quot;:7667,&quot;38356&quot;:7668,&quot;38492&quot;:7669,&quot;20130&quot;:7670,&quot;20233&quot;:7671,&quot;23022&quot;:7672,&quot;23270&quot;:7673,&quot;24055&quot;:7674,&quot;24658&quot;:7675,&quot;25239&quot;:7676,&quot;26477&quot;:7677,&quot;26689&quot;:7678,&quot;27782&quot;:7679,&quot;28207&quot;:7680,&quot;32568&quot;:7681,&quot;32923&quot;:7682,&quot;33322&quot;:7683,&quot;38917&quot;:7684,&quot;20133&quot;:7685,&quot;20565&quot;:7686,&quot;21683&quot;:7687,&quot;22419&quot;:7688,&quot;22874&quot;:7689,&quot;23401&quot;:7690,&quot;23475&quot;:7691,&quot;25032&quot;:7692,&quot;26999&quot;:7693,&quot;28023&quot;:7694,&quot;28707&quot;:7695,&quot;34809&quot;:7696,&quot;35299&quot;:7697,&quot;35442&quot;:7698,&quot;35559&quot;:7699,&quot;36994&quot;:7700,&quot;39405&quot;:7701,&quot;39608&quot;:7702,&quot;21182&quot;:7703,&quot;26680&quot;:7704,&quot;20502&quot;:7705,&quot;24184&quot;:7706,&quot;26447&quot;:7707,&quot;33607&quot;:7708,&quot;12175&quot;:7709,&quot;34892&quot;:7709,&quot;64008&quot;:7709,&quot;20139&quot;:7710,&quot;21521&quot;:7711,&quot;22190&quot;:7712,&quot;29670&quot;:7713,&quot;37141&quot;:7714,&quot;38911&quot;:7715,&quot;39177&quot;:7716,&quot;39255&quot;:7717,&quot;12217&quot;:7718,&quot;39321&quot;:7718,&quot;22099&quot;:7719,&quot;22687&quot;:7720,&quot;34395&quot;:7721,&quot;35377&quot;:7722,&quot;25010&quot;:7723,&quot;27382&quot;:7724,&quot;29563&quot;:7725,&quot;36562&quot;:7726,&quot;27463&quot;:7727,&quot;38570&quot;:7728,&quot;39511&quot;:7729,&quot;22869&quot;:7730,&quot;29184&quot;:7731,&quot;36203&quot;:7732,&quot;12208&quot;:7733,&quot;38761&quot;:7733,&quot;20436&quot;:7734,&quot;23796&quot;:7735,&quot;24358&quot;:7736,&quot;25080&quot;:7737,&quot;26203&quot;:7738,&quot;27883&quot;:7739,&quot;28843&quot;:7740,&quot;12126&quot;:7741,&quot;29572&quot;:7741,&quot;29625&quot;:7742,&quot;29694&quot;:7743,&quot;30505&quot;:7744,&quot;30541&quot;:7745,&quot;32067&quot;:7746,&quot;32098&quot;:7747,&quot;32291&quot;:7748,&quot;33335&quot;:7749,&quot;34898&quot;:7750,&quot;36066&quot;:7751,&quot;37449&quot;:7752,&quot;39023&quot;:7753,&quot;23377&quot;:7754,&quot;12147&quot;:7755,&quot;31348&quot;:7755,&quot;12174&quot;:7756,&quot;34880&quot;:7756,&quot;12212&quot;:7757,&quot;38913&quot;:7757,&quot;23244&quot;:7758,&quot;20448&quot;:7759,&quot;21332&quot;:7760,&quot;22846&quot;:7761,&quot;23805&quot;:7762,&quot;25406&quot;:7763,&quot;28025&quot;:7764,&quot;29433&quot;:7765,&quot;33029&quot;:7766,&quot;33031&quot;:7767,&quot;33698&quot;:7768,&quot;37583&quot;:7769,&quot;38960&quot;:7770,&quot;20136&quot;:7771,&quot;20804&quot;:7772,&quot;21009&quot;:7773,&quot;22411&quot;:7774,&quot;24418&quot;:7775,&quot;27842&quot;:7776,&quot;28366&quot;:7777,&quot;28677&quot;:7778,&quot;28752&quot;:7779,&quot;28847&quot;:7780,&quot;29074&quot;:7781,&quot;29673&quot;:7782,&quot;29801&quot;:7783,&quot;63918&quot;:7783,&quot;33610&quot;:7784,&quot;34722&quot;:7785,&quot;34913&quot;:7786,&quot;36872&quot;:7787,&quot;37026&quot;:7788,&quot;37795&quot;:7789,&quot;39336&quot;:7790,&quot;20846&quot;:7791,&quot;24407&quot;:7792,&quot;24800&quot;:7793,&quot;24935&quot;:7794,&quot;26291&quot;:7795,&quot;34137&quot;:7796,&quot;36426&quot;:7797,&quot;37295&quot;:7798,&quot;38795&quot;:7799,&quot;20046&quot;:7800,&quot;20114&quot;:7801,&quot;21628&quot;:7802,&quot;22741&quot;:7803,&quot;22778&quot;:7804,&quot;22909&quot;:7805,&quot;23733&quot;:7806,&quot;24359&quot;:7807,&quot;12094&quot;:7808,&quot;25142&quot;:7808,&quot;25160&quot;:7809,&quot;26122&quot;:7810,&quot;26215&quot;:7811,&quot;27627&quot;:7812,&quot;28009&quot;:7813,&quot;28111&quot;:7814,&quot;28246&quot;:7815,&quot;28408&quot;:7816,&quot;28564&quot;:7817,&quot;28640&quot;:7818,&quot;28649&quot;:7819,&quot;28765&quot;:7820,&quot;29392&quot;:7821,&quot;29733&quot;:7822,&quot;29786&quot;:7823,&quot;29920&quot;:7824,&quot;30355&quot;:7825,&quot;31068&quot;:7826,&quot;31946&quot;:7827,&quot;32286&quot;:7828,&quot;32993&quot;:7829,&quot;33446&quot;:7830,&quot;33899&quot;:7831,&quot;33983&quot;:7832,&quot;34382&quot;:7833,&quot;34399&quot;:7834,&quot;34676&quot;:7835,&quot;35703&quot;:7836,&quot;35946&quot;:7837,&quot;37804&quot;:7838,&quot;38912&quot;:7839,&quot;39013&quot;:7840,&quot;24785&quot;:7841,&quot;25110&quot;:7842,&quot;37239&quot;:7843,&quot;23130&quot;:7844,&quot;26127&quot;:7845,&quot;28151&quot;:7846,&quot;28222&quot;:7847,&quot;29759&quot;:7848,&quot;39746&quot;:7849,&quot;24573&quot;:7850,&quot;24794&quot;:7851,&quot;31503&quot;:7852,&quot;21700&quot;:7853,&quot;24344&quot;:7854,&quot;27742&quot;:7855,&quot;27859&quot;:7856,&quot;27946&quot;:7857,&quot;28888&quot;:7858,&quot;32005&quot;:7859,&quot;34425&quot;:7860,&quot;35340&quot;:7861,&quot;40251&quot;:7862,&quot;21270&quot;:7863,&quot;21644&quot;:7864,&quot;23301&quot;:7865,&quot;27194&quot;:7866,&quot;12117&quot;:7867,&quot;28779&quot;:7867,&quot;30069&quot;:7868,&quot;31117&quot;:7869,&quot;12146&quot;:7870,&quot;31166&quot;:7870,&quot;33457&quot;:7871,&quot;33775&quot;:7872,&quot;35441&quot;:7873,&quot;35649&quot;:7874,&quot;36008&quot;:7875,&quot;38772&quot;:7876,&quot;25844&quot;:7877,&quot;25899&quot;:7878,&quot;30906&quot;:7879,&quot;30907&quot;:7880,&quot;31339&quot;:7881,&quot;20024&quot;:7882,&quot;21914&quot;:7883,&quot;22864&quot;:7884,&quot;23462&quot;:7885,&quot;24187&quot;:7886,&quot;24739&quot;:7887,&quot;25563&quot;:7888,&quot;27489&quot;:7889,&quot;26213&quot;:7890,&quot;26707&quot;:7891,&quot;28185&quot;:7892,&quot;29029&quot;:7893,&quot;29872&quot;:7894,&quot;32008&quot;:7895,&quot;36996&quot;:7896,&quot;39529&quot;:7897,&quot;39973&quot;:7898,&quot;27963&quot;:7899,&quot;28369&quot;:7900,&quot;63748&quot;:7900,&quot;29502&quot;:7901,&quot;35905&quot;:7902,&quot;38346&quot;:7903,&quot;20976&quot;:7904,&quot;24140&quot;:7905,&quot;24488&quot;:7906,&quot;24653&quot;:7907,&quot;24822&quot;:7908,&quot;24880&quot;:7909,&quot;24908&quot;:7910,&quot;26179&quot;:7911,&quot;26180&quot;:7912,&quot;27045&quot;:7913,&quot;27841&quot;:7914,&quot;28255&quot;:7915,&quot;28361&quot;:7916,&quot;28514&quot;:7917,&quot;29004&quot;:7918,&quot;29852&quot;:7919,&quot;30343&quot;:7920,&quot;31681&quot;:7921,&quot;31783&quot;:7922,&quot;33618&quot;:7923,&quot;34647&quot;:7924,&quot;36945&quot;:7925,&quot;38541&quot;:7926,&quot;12232&quot;:7927,&quot;40643&quot;:7927,&quot;21295&quot;:7928,&quot;22238&quot;:7929,&quot;24315&quot;:7930,&quot;24458&quot;:7931,&quot;24674&quot;:7932,&quot;24724&quot;:7933,&quot;25079&quot;:7934,&quot;26214&quot;:7935,&quot;26371&quot;:7936,&quot;27292&quot;:7937,&quot;28142&quot;:7938,&quot;28590&quot;:7939,&quot;28784&quot;:7940,&quot;29546&quot;:7941,&quot;32362&quot;:7942,&quot;33214&quot;:7943,&quot;33588&quot;:7944,&quot;34516&quot;:7945,&quot;35496&quot;:7946,&quot;36036&quot;:7947,&quot;21123&quot;:7948,&quot;29554&quot;:7949,&quot;23446&quot;:7950,&quot;27243&quot;:7951,&quot;37892&quot;:7952,&quot;21742&quot;:7953,&quot;22150&quot;:7954,&quot;23389&quot;:7955,&quot;25928&quot;:7956,&quot;25989&quot;:7957,&quot;26313&quot;:7958,&quot;26783&quot;:7959,&quot;28045&quot;:7960,&quot;28102&quot;:7961,&quot;12120&quot;:7962,&quot;29243&quot;:7962,&quot;32948&quot;:7963,&quot;37237&quot;:7964,&quot;39501&quot;:7965,&quot;20399&quot;:7966,&quot;20505&quot;:7967,&quot;21402&quot;:7968,&quot;21518&quot;:7969,&quot;21564&quot;:7970,&quot;21897&quot;:7971,&quot;21957&quot;:7972,&quot;24127&quot;:7973,&quot;24460&quot;:7974,&quot;26429&quot;:7975,&quot;29030&quot;:7976,&quot;29661&quot;:7977,&quot;36869&quot;:7978,&quot;21211&quot;:7979,&quot;21235&quot;:7980,&quot;22628&quot;:7981,&quot;22734&quot;:7982,&quot;28932&quot;:7983,&quot;29071&quot;:7984,&quot;29179&quot;:7985,&quot;34224&quot;:7986,&quot;35347&quot;:7987,&quot;26248&quot;:7988,&quot;63941&quot;:7988,&quot;34216&quot;:7989,&quot;21927&quot;:7990,&quot;26244&quot;:7991,&quot;29002&quot;:7992,&quot;33841&quot;:7993,&quot;21321&quot;:7994,&quot;21913&quot;:7995,&quot;27585&quot;:7996,&quot;24409&quot;:7997,&quot;24509&quot;:7998,&quot;25582&quot;:7999,&quot;26249&quot;:8000,&quot;28999&quot;:8001,&quot;35569&quot;:8002,&quot;36637&quot;:8003,&quot;40638&quot;:8004,&quot;20241&quot;:8005,&quot;25658&quot;:8006,&quot;28875&quot;:8007,&quot;30054&quot;:8008,&quot;34407&quot;:8009,&quot;24676&quot;:8010,&quot;35662&quot;:8011,&quot;40440&quot;:8012,&quot;20807&quot;:8013,&quot;20982&quot;:8014,&quot;21256&quot;:8015,&quot;27958&quot;:8016,&quot;33016&quot;:8017,&quot;12234&quot;:8018,&quot;40657&quot;:8018,&quot;26133&quot;:8019,&quot;27427&quot;:8020,&quot;28824&quot;:8021,&quot;30165&quot;:8022,&quot;21507&quot;:8023,&quot;23673&quot;:8024,&quot;32007&quot;:8025,&quot;35350&quot;:8026,&quot;12107&quot;:8027,&quot;27424&quot;:8027,&quot;27453&quot;:8028,&quot;27462&quot;:8029,&quot;21560&quot;:8030,&quot;24688&quot;:8031,&quot;27965&quot;:8032,&quot;32725&quot;:8033,&quot;33288&quot;:8034,&quot;20694&quot;:8035,&quot;20958&quot;:8036,&quot;21916&quot;:8037,&quot;22123&quot;:8038,&quot;22221&quot;:8039,&quot;23020&quot;:8040,&quot;23305&quot;:8041,&quot;24076&quot;:8042,&quot;24985&quot;:8043,&quot;24984&quot;:8044,&quot;25137&quot;:8045,&quot;26206&quot;:8046,&quot;26342&quot;:8047,&quot;29081&quot;:8048,&quot;29113&quot;:8049,&quot;29114&quot;:8050,&quot;29351&quot;:8051,&quot;31143&quot;:8052,&quot;31232&quot;:8053,&quot;32690&quot;:8054,&quot;35440&quot;:8055,&quot;12310&quot;:8219,&quot;12311&quot;:8220,&quot;12312&quot;:8221,&quot;12313&quot;:8222,&quot;8223&quot;:8237,&quot;8219&quot;:8238,&quot;8314&quot;:8239,&quot;8315&quot;:8240,&quot;8316&quot;:8248,&quot;8317&quot;:8250,&quot;8318&quot;:8251,&quot;700&quot;:8275,&quot;8942&quot;:8320,&quot;8759&quot;:8321,&quot;10122&quot;:8342,&quot;10123&quot;:8343,&quot;10124&quot;:8344,&quot;10125&quot;:8345,&quot;10126&quot;:8346,&quot;10127&quot;:8347,&quot;10128&quot;:8348,&quot;10129&quot;:8349,&quot;10130&quot;:8350,&quot;10131&quot;:8351,&quot;9398&quot;:8388,&quot;9399&quot;:8389,&quot;9400&quot;:8390,&quot;9401&quot;:8391,&quot;9402&quot;:8392,&quot;9403&quot;:8393,&quot;9404&quot;:8394,&quot;9405&quot;:8395,&quot;9406&quot;:8396,&quot;9407&quot;:8397,&quot;9408&quot;:8398,&quot;9409&quot;:8399,&quot;9410&quot;:8400,&quot;9411&quot;:8401,&quot;9412&quot;:8402,&quot;9413&quot;:8403,&quot;9414&quot;:8404,&quot;9415&quot;:8405,&quot;9416&quot;:8406,&quot;9417&quot;:8407,&quot;9418&quot;:8408,&quot;9419&quot;:8409,&quot;9420&quot;:8410,&quot;9421&quot;:8411,&quot;9422&quot;:8412,&quot;9423&quot;:8413,&quot;8826&quot;:8475,&quot;8827&quot;:8476,&quot;8910&quot;:8477,&quot;8911&quot;:8478,&quot;8832&quot;:8479,&quot;8833&quot;:8480,&quot;8816&quot;:8481,&quot;8817&quot;:8482,&quot;8818&quot;:8483,&quot;8819&quot;:8484,&quot;8842&quot;:8486,&quot;8843&quot;:8488,&quot;8822&quot;:8489,&quot;8823&quot;:8490,&quot;8825&quot;:8491,&quot;8922&quot;:8492,&quot;8923&quot;:8493,&quot;8773&quot;:8499,&quot;8771&quot;:8500,&quot;8776&quot;:8501,&quot;8868&quot;:8503,&quot;8244&quot;:8582,&quot;9839&quot;:8594,&quot;8258&quot;:8599,&quot;10045&quot;:8604,&quot;8226&quot;:8607,&quot;8249&quot;:8612,&quot;8250&quot;:8613,&quot;10010&quot;:8630,&quot;10006&quot;:8631,&quot;9711&quot;:8633,&quot;10070&quot;:8637,&quot;9676&quot;:8639,&quot;9775&quot;:8664,&quot;12320&quot;:8671,&quot;10102&quot;:8673,&quot;10103&quot;:8674,&quot;10104&quot;:8675,&quot;10105&quot;:8676,&quot;10106&quot;:8677,&quot;10107&quot;:8678,&quot;10108&quot;:8679,&quot;10109&quot;:8680,&quot;10110&quot;:8681,&quot;10111&quot;:8682,&quot;12306&quot;:8700,&quot;12342&quot;:8701,&quot;8710&quot;:8715,&quot;8735&quot;:8717,&quot;8741&quot;:8719,&quot;8742&quot;:8720,&quot;8787&quot;:8722,&quot;8785&quot;:8723,&quot;8806&quot;:8724,&quot;8807&quot;:8725,&quot;8723&quot;:8726,&quot;8853&quot;:8727,&quot;8854&quot;:8728,&quot;8855&quot;:8729,&quot;8980&quot;:8731,&quot;8802&quot;:8734,&quot;9649&quot;:8736,&quot;8738&quot;:8738,&quot;8784&quot;:8739,&quot;8867&quot;:8742,&quot;8814&quot;:8745,&quot;8815&quot;:8746,&quot;8837&quot;:8747,&quot;8836&quot;:8748,&quot;8713&quot;:8749,&quot;8716&quot;:8750,&quot;8891&quot;:8751,&quot;8892&quot;:8752,&quot;8794&quot;:8753,&quot;8966&quot;:8754,&quot;12958&quot;:8761,&quot;8252&quot;:8763,&quot;9702&quot;:8775,&quot;9663&quot;:8779,&quot;9653&quot;:8780,&quot;9657&quot;:8781,&quot;9667&quot;:8782,&quot;9674&quot;:8787,&quot;12849&quot;:8788,&quot;12857&quot;:8789,&quot;13259&quot;:8790,&quot;9327&quot;:8791,&quot;9328&quot;:8792,&quot;9329&quot;:8793,&quot;9330&quot;:8794,&quot;9331&quot;:8795,&quot;8656&quot;:8814,&quot;8655&quot;:8815,&quot;8653&quot;:8816,&quot;8657&quot;:8854,&quot;8659&quot;:8855,&quot;8626&quot;:8864,&quot;8625&quot;:8865,&quot;8628&quot;:8867,&quot;8624&quot;:8868,&quot;8627&quot;:8869,&quot;8636&quot;:8884,&quot;8640&quot;:8885,&quot;8644&quot;:8896,&quot;8645&quot;:8897,&quot;9347&quot;:9042,&quot;9348&quot;:9043,&quot;9349&quot;:9044,&quot;9350&quot;:9045,&quot;9351&quot;:9046,&quot;12948&quot;:9080,&quot;12965&quot;:9096,&quot;8672&quot;:9190,&quot;8674&quot;:9191,&quot;8673&quot;:9192,&quot;8675&quot;:9193,&quot;8678&quot;:9198,&quot;8680&quot;:9199,&quot;8679&quot;:9200,&quot;8681&quot;:9201,&quot;9757&quot;:9222,&quot;9759&quot;:9223,&quot;12944&quot;:9300,&quot;12938&quot;:9301,&quot;12939&quot;:9302,&quot;12940&quot;:9303,&quot;12941&quot;:9304,&quot;12942&quot;:9305,&quot;12943&quot;:9306,&quot;12318&quot;:9322,&quot;12319&quot;:9323,&quot;8246&quot;:9324,&quot;8245&quot;:9326,&quot;12540&quot;:9330,&quot;44034&quot;:9333,&quot;44035&quot;:9334,&quot;44037&quot;:9335,&quot;44038&quot;:9336,&quot;44043&quot;:9337,&quot;44044&quot;:9338,&quot;44045&quot;:9339,&quot;44046&quot;:9340,&quot;44047&quot;:9341,&quot;44056&quot;:9342,&quot;44062&quot;:9343,&quot;44063&quot;:9344,&quot;44065&quot;:9345,&quot;44066&quot;:9346,&quot;44067&quot;:9347,&quot;44069&quot;:9348,&quot;44070&quot;:9349,&quot;44071&quot;:9350,&quot;44072&quot;:9351,&quot;44073&quot;:9352,&quot;44074&quot;:9353,&quot;44075&quot;:9354,&quot;44078&quot;:9355,&quot;44082&quot;:9356,&quot;44083&quot;:9357,&quot;44084&quot;:9358,&quot;44085&quot;:9359,&quot;44086&quot;:9360,&quot;44087&quot;:9361,&quot;44090&quot;:9362,&quot;44091&quot;:9363,&quot;44093&quot;:9364,&quot;44094&quot;:9365,&quot;44095&quot;:9366,&quot;44097&quot;:9367,&quot;44098&quot;:9368,&quot;44099&quot;:9369,&quot;44100&quot;:9370,&quot;44101&quot;:9371,&quot;44102&quot;:9372,&quot;44103&quot;:9373,&quot;44104&quot;:9374,&quot;44105&quot;:9375,&quot;44106&quot;:9376,&quot;44108&quot;:9377,&quot;44110&quot;:9378,&quot;44111&quot;:9379,&quot;44112&quot;:9380,&quot;44113&quot;:9381,&quot;44114&quot;:9382,&quot;44115&quot;:9383,&quot;44117&quot;:9384,&quot;44118&quot;:9385,&quot;44119&quot;:9386,&quot;44121&quot;:9387,&quot;44122&quot;:9388,&quot;44123&quot;:9389,&quot;44125&quot;:9390,&quot;44126&quot;:9391,&quot;44127&quot;:9392,&quot;44128&quot;:9393,&quot;44129&quot;:9394,&quot;44130&quot;:9395,&quot;44131&quot;:9396,&quot;44132&quot;:9397,&quot;44133&quot;:9398,&quot;44134&quot;:9399,&quot;44135&quot;:9400,&quot;44136&quot;:9401,&quot;44137&quot;:9402,&quot;44138&quot;:9403,&quot;44139&quot;:9404,&quot;44140&quot;:9405,&quot;44141&quot;:9406,&quot;44142&quot;:9407,&quot;44143&quot;:9408,&quot;44146&quot;:9409,&quot;44147&quot;:9410,&quot;44149&quot;:9411,&quot;44150&quot;:9412,&quot;44153&quot;:9413,&quot;44155&quot;:9414,&quot;44156&quot;:9415,&quot;44157&quot;:9416,&quot;44158&quot;:9417,&quot;44159&quot;:9418,&quot;44162&quot;:9419,&quot;44167&quot;:9420,&quot;44168&quot;:9421,&quot;44173&quot;:9422,&quot;44174&quot;:9423,&quot;44175&quot;:9424,&quot;44177&quot;:9425,&quot;44178&quot;:9426,&quot;44179&quot;:9427,&quot;44181&quot;:9428,&quot;44182&quot;:9429,&quot;44183&quot;:9430,&quot;44184&quot;:9431,&quot;44185&quot;:9432,&quot;44186&quot;:9433,&quot;44187&quot;:9434,&quot;44190&quot;:9435,&quot;44194&quot;:9436,&quot;44195&quot;:9437,&quot;44196&quot;:9438,&quot;44197&quot;:9439,&quot;44198&quot;:9440,&quot;44199&quot;:9441,&quot;44203&quot;:9442,&quot;44205&quot;:9443,&quot;44206&quot;:9444,&quot;44209&quot;:9445,&quot;44210&quot;:9446,&quot;44211&quot;:9447,&quot;44212&quot;:9448,&quot;44213&quot;:9449,&quot;44214&quot;:9450,&quot;44215&quot;:9451,&quot;44218&quot;:9452,&quot;44222&quot;:9453,&quot;44223&quot;:9454,&quot;44224&quot;:9455,&quot;44226&quot;:9456,&quot;44227&quot;:9457,&quot;44229&quot;:9458,&quot;44230&quot;:9459,&quot;44231&quot;:9460,&quot;44233&quot;:9461,&quot;44234&quot;:9462,&quot;44235&quot;:9463,&quot;44237&quot;:9464,&quot;44238&quot;:9465,&quot;44239&quot;:9466,&quot;44240&quot;:9467,&quot;44241&quot;:9468,&quot;44242&quot;:9469,&quot;44243&quot;:9470,&quot;44244&quot;:9471,&quot;44246&quot;:9472,&quot;44248&quot;:9473,&quot;44249&quot;:9474,&quot;44250&quot;:9475,&quot;44251&quot;:9476,&quot;44252&quot;:9477,&quot;44253&quot;:9478,&quot;44254&quot;:9479,&quot;44255&quot;:9480,&quot;44258&quot;:9481,&quot;44259&quot;:9482,&quot;44261&quot;:9483,&quot;44262&quot;:9484,&quot;44265&quot;:9485,&quot;44267&quot;:9486,&quot;44269&quot;:9487,&quot;44270&quot;:9488,&quot;44274&quot;:9489,&quot;44276&quot;:9490,&quot;44279&quot;:9491,&quot;44280&quot;:9492,&quot;44281&quot;:9493,&quot;44282&quot;:9494,&quot;44283&quot;:9495,&quot;44286&quot;:9496,&quot;44287&quot;:9497,&quot;44289&quot;:9498,&quot;44290&quot;:9499,&quot;44291&quot;:9500,&quot;44293&quot;:9501,&quot;44295&quot;:9502,&quot;44296&quot;:9503,&quot;44297&quot;:9504,&quot;44298&quot;:9505,&quot;44299&quot;:9506,&quot;44302&quot;:9507,&quot;44304&quot;:9508,&quot;44306&quot;:9509,&quot;44307&quot;:9510,&quot;44308&quot;:9511,&quot;44309&quot;:9512,&quot;44310&quot;:9513,&quot;44311&quot;:9514,&quot;44313&quot;:9515,&quot;44314&quot;:9516,&quot;44315&quot;:9517,&quot;44317&quot;:9518,&quot;44318&quot;:9519,&quot;44319&quot;:9520,&quot;44321&quot;:9521,&quot;44322&quot;:9522,&quot;44323&quot;:9523,&quot;44324&quot;:9524,&quot;44325&quot;:9525,&quot;44326&quot;:9526,&quot;44327&quot;:9527,&quot;44328&quot;:9528,&quot;44330&quot;:9529,&quot;44331&quot;:9530,&quot;44334&quot;:9531,&quot;44335&quot;:9532,&quot;44336&quot;:9533,&quot;44337&quot;:9534,&quot;44338&quot;:9535,&quot;44339&quot;:9536,&quot;44342&quot;:9537,&quot;44343&quot;:9538,&quot;44345&quot;:9539,&quot;44346&quot;:9540,&quot;44347&quot;:9541,&quot;44349&quot;:9542,&quot;44350&quot;:9543,&quot;44351&quot;:9544,&quot;44352&quot;:9545,&quot;44353&quot;:9546,&quot;44354&quot;:9547,&quot;44355&quot;:9548,&quot;44358&quot;:9549,&quot;44360&quot;:9550,&quot;44362&quot;:9551,&quot;44363&quot;:9552,&quot;44364&quot;:9553,&quot;44365&quot;:9554,&quot;44366&quot;:9555,&quot;44367&quot;:9556,&quot;44369&quot;:9557,&quot;44370&quot;:9558,&quot;44371&quot;:9559,&quot;44373&quot;:9560,&quot;44374&quot;:9561,&quot;44375&quot;:9562,&quot;44377&quot;:9563,&quot;44378&quot;:9564,&quot;44379&quot;:9565,&quot;44380&quot;:9566,&quot;44381&quot;:9567,&quot;44382&quot;:9568,&quot;44383&quot;:9569,&quot;44384&quot;:9570,&quot;44386&quot;:9571,&quot;44388&quot;:9572,&quot;44389&quot;:9573,&quot;44390&quot;:9574,&quot;44391&quot;:9575,&quot;44392&quot;:9576,&quot;44393&quot;:9577,&quot;44394&quot;:9578,&quot;44395&quot;:9579,&quot;44398&quot;:9580,&quot;44399&quot;:9581,&quot;44401&quot;:9582,&quot;44402&quot;:9583,&quot;44407&quot;:9584,&quot;44408&quot;:9585,&quot;44409&quot;:9586,&quot;44410&quot;:9587,&quot;44414&quot;:9588,&quot;44416&quot;:9589,&quot;44419&quot;:9590,&quot;44420&quot;:9591,&quot;44421&quot;:9592,&quot;44422&quot;:9593,&quot;44423&quot;:9594,&quot;44426&quot;:9595,&quot;44427&quot;:9596,&quot;44429&quot;:9597,&quot;44430&quot;:9598,&quot;44431&quot;:9599,&quot;44433&quot;:9600,&quot;44434&quot;:9601,&quot;44435&quot;:9602,&quot;44436&quot;:9603,&quot;44437&quot;:9604,&quot;44438&quot;:9605,&quot;44439&quot;:9606,&quot;44440&quot;:9607,&quot;44441&quot;:9608,&quot;44442&quot;:9609,&quot;44443&quot;:9610,&quot;44446&quot;:9611,&quot;44447&quot;:9612,&quot;44448&quot;:9613,&quot;44449&quot;:9614,&quot;44450&quot;:9615,&quot;44451&quot;:9616,&quot;44453&quot;:9617,&quot;44454&quot;:9618,&quot;44455&quot;:9619,&quot;44456&quot;:9620,&quot;44457&quot;:9621,&quot;44458&quot;:9622,&quot;44459&quot;:9623,&quot;44460&quot;:9624,&quot;44461&quot;:9625,&quot;44462&quot;:9626,&quot;44463&quot;:9627,&quot;44464&quot;:9628,&quot;44465&quot;:9629,&quot;44466&quot;:9630,&quot;44467&quot;:9631,&quot;44468&quot;:9632,&quot;44469&quot;:9633,&quot;44470&quot;:9634,&quot;44472&quot;:9635,&quot;44473&quot;:9636,&quot;44474&quot;:9637,&quot;44475&quot;:9638,&quot;44476&quot;:9639,&quot;44477&quot;:9640,&quot;44478&quot;:9641,&quot;44479&quot;:9642,&quot;44482&quot;:9643,&quot;44483&quot;:9644,&quot;44485&quot;:9645,&quot;44486&quot;:9646,&quot;44487&quot;:9647,&quot;44489&quot;:9648,&quot;44490&quot;:9649,&quot;44491&quot;:9650,&quot;44492&quot;:9651,&quot;44493&quot;:9652,&quot;44494&quot;:9653,&quot;44495&quot;:9654,&quot;44498&quot;:9655,&quot;44500&quot;:9656,&quot;44501&quot;:9657,&quot;44502&quot;:9658,&quot;44503&quot;:9659,&quot;44504&quot;:9660,&quot;44505&quot;:9661,&quot;44506&quot;:9662,&quot;44507&quot;:9663,&quot;44509&quot;:9664,&quot;44510&quot;:9665,&quot;44511&quot;:9666,&quot;44513&quot;:9667,&quot;44514&quot;:9668,&quot;44515&quot;:9669,&quot;44517&quot;:9670,&quot;44518&quot;:9671,&quot;44519&quot;:9672,&quot;44520&quot;:9673,&quot;44521&quot;:9674,&quot;44522&quot;:9675,&quot;44523&quot;:9676,&quot;44524&quot;:9677,&quot;44525&quot;:9678,&quot;44526&quot;:9679,&quot;44527&quot;:9680,&quot;44528&quot;:9681,&quot;44529&quot;:9682,&quot;44530&quot;:9683,&quot;44531&quot;:9684,&quot;44532&quot;:9685,&quot;44533&quot;:9686,&quot;44534&quot;:9687,&quot;44535&quot;:9688,&quot;44538&quot;:9689,&quot;44539&quot;:9690,&quot;44541&quot;:9691,&quot;44542&quot;:9692,&quot;44546&quot;:9693,&quot;44547&quot;:9694,&quot;44548&quot;:9695,&quot;44549&quot;:9696,&quot;44550&quot;:9697,&quot;44551&quot;:9698,&quot;44554&quot;:9699,&quot;44556&quot;:9700,&quot;44558&quot;:9701,&quot;44559&quot;:9702,&quot;44560&quot;:9703,&quot;44561&quot;:9704,&quot;44562&quot;:9705,&quot;44563&quot;:9706,&quot;44565&quot;:9707,&quot;44566&quot;:9708,&quot;44567&quot;:9709,&quot;44568&quot;:9710,&quot;44569&quot;:9711,&quot;44570&quot;:9712,&quot;44571&quot;:9713,&quot;44572&quot;:9714,&quot;44573&quot;:9715,&quot;44574&quot;:9716,&quot;44575&quot;:9717,&quot;44576&quot;:9718,&quot;44577&quot;:9719,&quot;44578&quot;:9720,&quot;44579&quot;:9721,&quot;44580&quot;:9722,&quot;44581&quot;:9723,&quot;44582&quot;:9724,&quot;44583&quot;:9725,&quot;44584&quot;:9726,&quot;44585&quot;:9727,&quot;44586&quot;:9728,&quot;44587&quot;:9729,&quot;44588&quot;:9730,&quot;44589&quot;:9731,&quot;44590&quot;:9732,&quot;44591&quot;:9733,&quot;44594&quot;:9734,&quot;44595&quot;:9735,&quot;44597&quot;:9736,&quot;44598&quot;:9737,&quot;44601&quot;:9738,&quot;44603&quot;:9739,&quot;44604&quot;:9740,&quot;44605&quot;:9741,&quot;44606&quot;:9742,&quot;44607&quot;:9743,&quot;44610&quot;:9744,&quot;44612&quot;:9745,&quot;44615&quot;:9746,&quot;44616&quot;:9747,&quot;44617&quot;:9748,&quot;44619&quot;:9749,&quot;44623&quot;:9750,&quot;44625&quot;:9751,&quot;44626&quot;:9752,&quot;44627&quot;:9753,&quot;44629&quot;:9754,&quot;44631&quot;:9755,&quot;44632&quot;:9756,&quot;44633&quot;:9757,&quot;44634&quot;:9758,&quot;44635&quot;:9759,&quot;44638&quot;:9760,&quot;44642&quot;:9761,&quot;44643&quot;:9762,&quot;44644&quot;:9763,&quot;44646&quot;:9764,&quot;44647&quot;:9765,&quot;44650&quot;:9766,&quot;44651&quot;:9767,&quot;44653&quot;:9768,&quot;44654&quot;:9769,&quot;44655&quot;:9770,&quot;44657&quot;:9771,&quot;44658&quot;:9772,&quot;44659&quot;:9773,&quot;44660&quot;:9774,&quot;44661&quot;:9775,&quot;44662&quot;:9776,&quot;44663&quot;:9777,&quot;44666&quot;:9778,&quot;44670&quot;:9779,&quot;44671&quot;:9780,&quot;44672&quot;:9781,&quot;44673&quot;:9782,&quot;44674&quot;:9783,&quot;44675&quot;:9784,&quot;44678&quot;:9785,&quot;44679&quot;:9786,&quot;44680&quot;:9787,&quot;44681&quot;:9788,&quot;44682&quot;:9789,&quot;44683&quot;:9790,&quot;44685&quot;:9791,&quot;44686&quot;:9792,&quot;44687&quot;:9793,&quot;44688&quot;:9794,&quot;44689&quot;:9795,&quot;44690&quot;:9796,&quot;44691&quot;:9797,&quot;44692&quot;:9798,&quot;44693&quot;:9799,&quot;44694&quot;:9800,&quot;44695&quot;:9801,&quot;44696&quot;:9802,&quot;44697&quot;:9803,&quot;44698&quot;:9804,&quot;44699&quot;:9805,&quot;44700&quot;:9806,&quot;44701&quot;:9807,&quot;44702&quot;:9808,&quot;44703&quot;:9809,&quot;44704&quot;:9810,&quot;44705&quot;:9811,&quot;44706&quot;:9812,&quot;44707&quot;:9813,&quot;44708&quot;:9814,&quot;44709&quot;:9815,&quot;44710&quot;:9816,&quot;44711&quot;:9817,&quot;44712&quot;:9818,&quot;44713&quot;:9819,&quot;44714&quot;:9820,&quot;44715&quot;:9821,&quot;44716&quot;:9822,&quot;44717&quot;:9823,&quot;44718&quot;:9824,&quot;44719&quot;:9825,&quot;44720&quot;:9826,&quot;44721&quot;:9827,&quot;44722&quot;:9828,&quot;44723&quot;:9829,&quot;44724&quot;:9830,&quot;44725&quot;:9831,&quot;44726&quot;:9832,&quot;44727&quot;:9833,&quot;44728&quot;:9834,&quot;44729&quot;:9835,&quot;44730&quot;:9836,&quot;44731&quot;:9837,&quot;44735&quot;:9838,&quot;44737&quot;:9839,&quot;44738&quot;:9840,&quot;44739&quot;:9841,&quot;44741&quot;:9842,&quot;44742&quot;:9843,&quot;44743&quot;:9844,&quot;44744&quot;:9845,&quot;44745&quot;:9846,&quot;44746&quot;:9847,&quot;44747&quot;:9848,&quot;44750&quot;:9849,&quot;44754&quot;:9850,&quot;44755&quot;:9851,&quot;44756&quot;:9852,&quot;44757&quot;:9853,&quot;44758&quot;:9854,&quot;44759&quot;:9855,&quot;44762&quot;:9856,&quot;44763&quot;:9857,&quot;44765&quot;:9858,&quot;44766&quot;:9859,&quot;44767&quot;:9860,&quot;44768&quot;:9861,&quot;44769&quot;:9862,&quot;44770&quot;:9863,&quot;44771&quot;:9864,&quot;44772&quot;:9865,&quot;44773&quot;:9866,&quot;44774&quot;:9867,&quot;44775&quot;:9868,&quot;44777&quot;:9869,&quot;44778&quot;:9870,&quot;44780&quot;:9871,&quot;44782&quot;:9872,&quot;44783&quot;:9873,&quot;44784&quot;:9874,&quot;44785&quot;:9875,&quot;44786&quot;:9876,&quot;44787&quot;:9877,&quot;44789&quot;:9878,&quot;44790&quot;:9879,&quot;44791&quot;:9880,&quot;44793&quot;:9881,&quot;44794&quot;:9882,&quot;44795&quot;:9883,&quot;44797&quot;:9884,&quot;44798&quot;:9885,&quot;44799&quot;:9886,&quot;44800&quot;:9887,&quot;44801&quot;:9888,&quot;44802&quot;:9889,&quot;44803&quot;:9890,&quot;44804&quot;:9891,&quot;44805&quot;:9892,&quot;44806&quot;:9893,&quot;44809&quot;:9894,&quot;44810&quot;:9895,&quot;44811&quot;:9896,&quot;44812&quot;:9897,&quot;44814&quot;:9898,&quot;44815&quot;:9899,&quot;44817&quot;:9900,&quot;44818&quot;:9901,&quot;44819&quot;:9902,&quot;44820&quot;:9903,&quot;44821&quot;:9904,&quot;44822&quot;:9905,&quot;44823&quot;:9906,&quot;44824&quot;:9907,&quot;44825&quot;:9908,&quot;44826&quot;:9909,&quot;44827&quot;:9910,&quot;44828&quot;:9911,&quot;44829&quot;:9912,&quot;44830&quot;:9913,&quot;44831&quot;:9914,&quot;44832&quot;:9915,&quot;44833&quot;:9916,&quot;44834&quot;:9917,&quot;44835&quot;:9918,&quot;44836&quot;:9919,&quot;44837&quot;:9920,&quot;44838&quot;:9921,&quot;44839&quot;:9922,&quot;44840&quot;:9923,&quot;44841&quot;:9924,&quot;44842&quot;:9925,&quot;44843&quot;:9926,&quot;44846&quot;:9927,&quot;44847&quot;:9928,&quot;44849&quot;:9929,&quot;44851&quot;:9930,&quot;44853&quot;:9931,&quot;44854&quot;:9932,&quot;44855&quot;:9933,&quot;44856&quot;:9934,&quot;44857&quot;:9935,&quot;44858&quot;:9936,&quot;44859&quot;:9937,&quot;44862&quot;:9938,&quot;44864&quot;:9939,&quot;44868&quot;:9940,&quot;44869&quot;:9941,&quot;44870&quot;:9942,&quot;44871&quot;:9943,&quot;44874&quot;:9944,&quot;44875&quot;:9945,&quot;44876&quot;:9946,&quot;44877&quot;:9947,&quot;44878&quot;:9948,&quot;44879&quot;:9949,&quot;44881&quot;:9950,&quot;44882&quot;:9951,&quot;44883&quot;:9952,&quot;44884&quot;:9953,&quot;44885&quot;:9954,&quot;44886&quot;:9955,&quot;44887&quot;:9956,&quot;44888&quot;:9957,&quot;44889&quot;:9958,&quot;44890&quot;:9959,&quot;44891&quot;:9960,&quot;44894&quot;:9961,&quot;44895&quot;:9962,&quot;44896&quot;:9963,&quot;44897&quot;:9964,&quot;44898&quot;:9965,&quot;44899&quot;:9966,&quot;44902&quot;:9967,&quot;44903&quot;:9968,&quot;44904&quot;:9969,&quot;44905&quot;:9970,&quot;44906&quot;:9971,&quot;44907&quot;:9972,&quot;44908&quot;:9973,&quot;44909&quot;:9974,&quot;44910&quot;:9975,&quot;44911&quot;:9976,&quot;44912&quot;:9977,&quot;44913&quot;:9978,&quot;44914&quot;:9979,&quot;44915&quot;:9980,&quot;44916&quot;:9981,&quot;44917&quot;:9982,&quot;44918&quot;:9983,&quot;44919&quot;:9984,&quot;44920&quot;:9985,&quot;44922&quot;:9986,&quot;44923&quot;:9987,&quot;44924&quot;:9988,&quot;44925&quot;:9989,&quot;44926&quot;:9990,&quot;44927&quot;:9991,&quot;44929&quot;:9992,&quot;44930&quot;:9993,&quot;44931&quot;:9994,&quot;44933&quot;:9995,&quot;44934&quot;:9996,&quot;44935&quot;:9997,&quot;44937&quot;:9998,&quot;44938&quot;:9999,&quot;44939&quot;:10000,&quot;44940&quot;:10001,&quot;44941&quot;:10002,&quot;44942&quot;:10003,&quot;44943&quot;:10004,&quot;44946&quot;:10005,&quot;44947&quot;:10006,&quot;44948&quot;:10007,&quot;44950&quot;:10008,&quot;44951&quot;:10009,&quot;44952&quot;:10010,&quot;44953&quot;:10011,&quot;44954&quot;:10012,&quot;44955&quot;:10013,&quot;44957&quot;:10014,&quot;44958&quot;:10015,&quot;44959&quot;:10016,&quot;44960&quot;:10017,&quot;44961&quot;:10018,&quot;44962&quot;:10019,&quot;44963&quot;:10020,&quot;44964&quot;:10021,&quot;44965&quot;:10022,&quot;44966&quot;:10023,&quot;44967&quot;:10024,&quot;44968&quot;:10025,&quot;44969&quot;:10026,&quot;44970&quot;:10027,&quot;44971&quot;:10028,&quot;44972&quot;:10029,&quot;44973&quot;:10030,&quot;44974&quot;:10031,&quot;44975&quot;:10032,&quot;44976&quot;:10033,&quot;44977&quot;:10034,&quot;44978&quot;:10035,&quot;44979&quot;:10036,&quot;44980&quot;:10037,&quot;44981&quot;:10038,&quot;44982&quot;:10039,&quot;44983&quot;:10040,&quot;44986&quot;:10041,&quot;44987&quot;:10042,&quot;44989&quot;:10043,&quot;44990&quot;:10044,&quot;44991&quot;:10045,&quot;44993&quot;:10046,&quot;44994&quot;:10047,&quot;44995&quot;:10048,&quot;44996&quot;:10049,&quot;44997&quot;:10050,&quot;44998&quot;:10051,&quot;45002&quot;:10052,&quot;45004&quot;:10053,&quot;45007&quot;:10054,&quot;45008&quot;:10055,&quot;45009&quot;:10056,&quot;45010&quot;:10057,&quot;45011&quot;:10058,&quot;45013&quot;:10059,&quot;45014&quot;:10060,&quot;45015&quot;:10061,&quot;45016&quot;:10062,&quot;45017&quot;:10063,&quot;45018&quot;:10064,&quot;45019&quot;:10065,&quot;45021&quot;:10066,&quot;45022&quot;:10067,&quot;45023&quot;:10068,&quot;45024&quot;:10069,&quot;45025&quot;:10070,&quot;45026&quot;:10071,&quot;45027&quot;:10072,&quot;45028&quot;:10073,&quot;45029&quot;:10074,&quot;45030&quot;:10075,&quot;45031&quot;:10076,&quot;45034&quot;:10077,&quot;45035&quot;:10078,&quot;45036&quot;:10079,&quot;45037&quot;:10080,&quot;45038&quot;:10081,&quot;45039&quot;:10082,&quot;45042&quot;:10083,&quot;45043&quot;:10084,&quot;45045&quot;:10085,&quot;45046&quot;:10086,&quot;45047&quot;:10087,&quot;45049&quot;:10088,&quot;45050&quot;:10089,&quot;45051&quot;:10090,&quot;45052&quot;:10091,&quot;45053&quot;:10092,&quot;45054&quot;:10093,&quot;45055&quot;:10094,&quot;45058&quot;:10095,&quot;45059&quot;:10096,&quot;45061&quot;:10097,&quot;45062&quot;:10098,&quot;45063&quot;:10099,&quot;45064&quot;:10100,&quot;45065&quot;:10101,&quot;45066&quot;:10102,&quot;45067&quot;:10103,&quot;45069&quot;:10104,&quot;45070&quot;:10105,&quot;45071&quot;:10106,&quot;45073&quot;:10107,&quot;45074&quot;:10108,&quot;45075&quot;:10109,&quot;45077&quot;:10110,&quot;45078&quot;:10111,&quot;45079&quot;:10112,&quot;45080&quot;:10113,&quot;45081&quot;:10114,&quot;45082&quot;:10115,&quot;45083&quot;:10116,&quot;45086&quot;:10117,&quot;45087&quot;:10118,&quot;45088&quot;:10119,&quot;45089&quot;:10120,&quot;45090&quot;:10121,&quot;45091&quot;:10122,&quot;45092&quot;:10123,&quot;45093&quot;:10124,&quot;45094&quot;:10125,&quot;45095&quot;:10126,&quot;45097&quot;:10127,&quot;45098&quot;:10128,&quot;45099&quot;:10129,&quot;45100&quot;:10130,&quot;45101&quot;:10131,&quot;45102&quot;:10132,&quot;45103&quot;:10133,&quot;45104&quot;:10134,&quot;45105&quot;:10135,&quot;45106&quot;:10136,&quot;45107&quot;:10137,&quot;45108&quot;:10138,&quot;45109&quot;:10139,&quot;45110&quot;:10140,&quot;45111&quot;:10141,&quot;45112&quot;:10142,&quot;45113&quot;:10143,&quot;45114&quot;:10144,&quot;45115&quot;:10145,&quot;45116&quot;:10146,&quot;45117&quot;:10147,&quot;45118&quot;:10148,&quot;45119&quot;:10149,&quot;45120&quot;:10150,&quot;45121&quot;:10151,&quot;45122&quot;:10152,&quot;45123&quot;:10153,&quot;45126&quot;:10154,&quot;45127&quot;:10155,&quot;45129&quot;:10156,&quot;45131&quot;:10157,&quot;45133&quot;:10158,&quot;45135&quot;:10159,&quot;45136&quot;:10160,&quot;45137&quot;:10161,&quot;45138&quot;:10162,&quot;45142&quot;:10163,&quot;45144&quot;:10164,&quot;45146&quot;:10165,&quot;45147&quot;:10166,&quot;45148&quot;:10167,&quot;45150&quot;:10168,&quot;45151&quot;:10169,&quot;45152&quot;:10170,&quot;45153&quot;:10171,&quot;45154&quot;:10172,&quot;45155&quot;:10173,&quot;45156&quot;:10174,&quot;45157&quot;:10175,&quot;45158&quot;:10176,&quot;45159&quot;:10177,&quot;45160&quot;:10178,&quot;45161&quot;:10179,&quot;45162&quot;:10180,&quot;45163&quot;:10181,&quot;45164&quot;:10182,&quot;45165&quot;:10183,&quot;45166&quot;:10184,&quot;45167&quot;:10185,&quot;45168&quot;:10186,&quot;45169&quot;:10187,&quot;45170&quot;:10188,&quot;45171&quot;:10189,&quot;45172&quot;:10190,&quot;45173&quot;:10191,&quot;45174&quot;:10192,&quot;45175&quot;:10193,&quot;45176&quot;:10194,&quot;45177&quot;:10195,&quot;45178&quot;:10196,&quot;45179&quot;:10197,&quot;45182&quot;:10198,&quot;45183&quot;:10199,&quot;45185&quot;:10200,&quot;45186&quot;:10201,&quot;45187&quot;:10202,&quot;45189&quot;:10203,&quot;45190&quot;:10204,&quot;45191&quot;:10205,&quot;45192&quot;:10206,&quot;45193&quot;:10207,&quot;45194&quot;:10208,&quot;45195&quot;:10209,&quot;45198&quot;:10210,&quot;45200&quot;:10211,&quot;45202&quot;:10212,&quot;45203&quot;:10213,&quot;45204&quot;:10214,&quot;45205&quot;:10215,&quot;45206&quot;:10216,&quot;45207&quot;:10217,&quot;45211&quot;:10218,&quot;45213&quot;:10219,&quot;45214&quot;:10220,&quot;45219&quot;:10221,&quot;45220&quot;:10222,&quot;45221&quot;:10223,&quot;45222&quot;:10224,&quot;45223&quot;:10225,&quot;45226&quot;:10226,&quot;45232&quot;:10227,&quot;45234&quot;:10228,&quot;45238&quot;:10229,&quot;45239&quot;:10230,&quot;45241&quot;:10231,&quot;45242&quot;:10232,&quot;45243&quot;:10233,&quot;45245&quot;:10234,&quot;45246&quot;:10235,&quot;45247&quot;:10236,&quot;45248&quot;:10237,&quot;45249&quot;:10238,&quot;45250&quot;:10239,&quot;45251&quot;:10240,&quot;45254&quot;:10241,&quot;45258&quot;:10242,&quot;45259&quot;:10243,&quot;45260&quot;:10244,&quot;45261&quot;:10245,&quot;45262&quot;:10246,&quot;45263&quot;:10247,&quot;45266&quot;:10248,&quot;45267&quot;:10249,&quot;45269&quot;:10250,&quot;45270&quot;:10251,&quot;45271&quot;:10252,&quot;45273&quot;:10253,&quot;45274&quot;:10254,&quot;45275&quot;:10255,&quot;45276&quot;:10256,&quot;45277&quot;:10257,&quot;45278&quot;:10258,&quot;45279&quot;:10259,&quot;45281&quot;:10260,&quot;45282&quot;:10261,&quot;45283&quot;:10262,&quot;45284&quot;:10263,&quot;45286&quot;:10264,&quot;45287&quot;:10265,&quot;45288&quot;:10266,&quot;45289&quot;:10267,&quot;45290&quot;:10268,&quot;45291&quot;:10269,&quot;45292&quot;:10270,&quot;45293&quot;:10271,&quot;45294&quot;:10272,&quot;45295&quot;:10273,&quot;45296&quot;:10274,&quot;45297&quot;:10275,&quot;45298&quot;:10276,&quot;45299&quot;:10277,&quot;45300&quot;:10278,&quot;45301&quot;:10279,&quot;45302&quot;:10280,&quot;45303&quot;:10281,&quot;45304&quot;:10282,&quot;45305&quot;:10283,&quot;45306&quot;:10284,&quot;45307&quot;:10285,&quot;45308&quot;:10286,&quot;45309&quot;:10287,&quot;45310&quot;:10288,&quot;45311&quot;:10289,&quot;45312&quot;:10290,&quot;45313&quot;:10291,&quot;45314&quot;:10292,&quot;45315&quot;:10293,&quot;45316&quot;:10294,&quot;45317&quot;:10295,&quot;45318&quot;:10296,&quot;45319&quot;:10297,&quot;45322&quot;:10298,&quot;45325&quot;:10299,&quot;45326&quot;:10300,&quot;45327&quot;:10301,&quot;45329&quot;:10302,&quot;45332&quot;:10303,&quot;45333&quot;:10304,&quot;45334&quot;:10305,&quot;45335&quot;:10306,&quot;45338&quot;:10307,&quot;45342&quot;:10308,&quot;45343&quot;:10309,&quot;45344&quot;:10310,&quot;45345&quot;:10311,&quot;45346&quot;:10312,&quot;45350&quot;:10313,&quot;45351&quot;:10314,&quot;45353&quot;:10315,&quot;45354&quot;:10316,&quot;45355&quot;:10317,&quot;45357&quot;:10318,&quot;45358&quot;:10319,&quot;45359&quot;:10320,&quot;45360&quot;:10321,&quot;45361&quot;:10322,&quot;45362&quot;:10323,&quot;45363&quot;:10324,&quot;45366&quot;:10325,&quot;45370&quot;:10326,&quot;45371&quot;:10327,&quot;45372&quot;:10328,&quot;45373&quot;:10329,&quot;45374&quot;:10330,&quot;45375&quot;:10331,&quot;45378&quot;:10332,&quot;45379&quot;:10333,&quot;45381&quot;:10334,&quot;45382&quot;:10335,&quot;45383&quot;:10336,&quot;45385&quot;:10337,&quot;45386&quot;:10338,&quot;45387&quot;:10339,&quot;45388&quot;:10340,&quot;45389&quot;:10341,&quot;45390&quot;:10342,&quot;45391&quot;:10343,&quot;45394&quot;:10344,&quot;45395&quot;:10345,&quot;45398&quot;:10346,&quot;45399&quot;:10347,&quot;45401&quot;:10348,&quot;45402&quot;:10349,&quot;45403&quot;:10350,&quot;45405&quot;:10351,&quot;45406&quot;:10352,&quot;45407&quot;:10353,&quot;45409&quot;:10354,&quot;45410&quot;:10355,&quot;45411&quot;:10356,&quot;45412&quot;:10357,&quot;45413&quot;:10358,&quot;45414&quot;:10359,&quot;45415&quot;:10360,&quot;45416&quot;:10361,&quot;45417&quot;:10362,&quot;45418&quot;:10363,&quot;45419&quot;:10364,&quot;45420&quot;:10365,&quot;45421&quot;:10366,&quot;45422&quot;:10367,&quot;45423&quot;:10368,&quot;45424&quot;:10369,&quot;45425&quot;:10370,&quot;45426&quot;:10371,&quot;45427&quot;:10372,&quot;45428&quot;:10373,&quot;45429&quot;:10374,&quot;45430&quot;:10375,&quot;45431&quot;:10376,&quot;45434&quot;:10377,&quot;45435&quot;:10378,&quot;45437&quot;:10379,&quot;45438&quot;:10380,&quot;45439&quot;:10381,&quot;45441&quot;:10382,&quot;45443&quot;:10383,&quot;45444&quot;:10384,&quot;45445&quot;:10385,&quot;45446&quot;:10386,&quot;45447&quot;:10387,&quot;45450&quot;:10388,&quot;45452&quot;:10389,&quot;45454&quot;:10390,&quot;45455&quot;:10391,&quot;45456&quot;:10392,&quot;45457&quot;:10393,&quot;45461&quot;:10394,&quot;45462&quot;:10395,&quot;45463&quot;:10396,&quot;45465&quot;:10397,&quot;45466&quot;:10398,&quot;45467&quot;:10399,&quot;45469&quot;:10400,&quot;45470&quot;:10401,&quot;45471&quot;:10402,&quot;45472&quot;:10403,&quot;45473&quot;:10404,&quot;45474&quot;:10405,&quot;45475&quot;:10406,&quot;45476&quot;:10407,&quot;45477&quot;:10408,&quot;45478&quot;:10409,&quot;45479&quot;:10410,&quot;45481&quot;:10411,&quot;45482&quot;:10412,&quot;45483&quot;:10413,&quot;45484&quot;:10414,&quot;45485&quot;:10415,&quot;45486&quot;:10416,&quot;45487&quot;:10417,&quot;45488&quot;:10418,&quot;45489&quot;:10419,&quot;45490&quot;:10420,&quot;45491&quot;:10421,&quot;45492&quot;:10422,&quot;45493&quot;:10423,&quot;45494&quot;:10424,&quot;45495&quot;:10425,&quot;45496&quot;:10426,&quot;45497&quot;:10427,&quot;45498&quot;:10428,&quot;45499&quot;:10429,&quot;45500&quot;:10430,&quot;45501&quot;:10431,&quot;45502&quot;:10432,&quot;45503&quot;:10433,&quot;45504&quot;:10434,&quot;45505&quot;:10435,&quot;45506&quot;:10436,&quot;45507&quot;:10437,&quot;45508&quot;:10438,&quot;45509&quot;:10439,&quot;45510&quot;:10440,&quot;45511&quot;:10441,&quot;45512&quot;:10442,&quot;45513&quot;:10443,&quot;45514&quot;:10444,&quot;45515&quot;:10445,&quot;45517&quot;:10446,&quot;45518&quot;:10447,&quot;45519&quot;:10448,&quot;45521&quot;:10449,&quot;45522&quot;:10450,&quot;45523&quot;:10451,&quot;45525&quot;:10452,&quot;45526&quot;:10453,&quot;45527&quot;:10454,&quot;45528&quot;:10455,&quot;45529&quot;:10456,&quot;45530&quot;:10457,&quot;45531&quot;:10458,&quot;45534&quot;:10459,&quot;45536&quot;:10460,&quot;45537&quot;:10461,&quot;45538&quot;:10462,&quot;45539&quot;:10463,&quot;45540&quot;:10464,&quot;45541&quot;:10465,&quot;45542&quot;:10466,&quot;45543&quot;:10467,&quot;45546&quot;:10468,&quot;45547&quot;:10469,&quot;45549&quot;:10470,&quot;45550&quot;:10471,&quot;45551&quot;:10472,&quot;45553&quot;:10473,&quot;45554&quot;:10474,&quot;45555&quot;:10475,&quot;45556&quot;:10476,&quot;45557&quot;:10477,&quot;45558&quot;:10478,&quot;45559&quot;:10479,&quot;45560&quot;:10480,&quot;45562&quot;:10481,&quot;45564&quot;:10482,&quot;45566&quot;:10483,&quot;45567&quot;:10484,&quot;45568&quot;:10485,&quot;45569&quot;:10486,&quot;45570&quot;:10487,&quot;45571&quot;:10488,&quot;45574&quot;:10489,&quot;45575&quot;:10490,&quot;45577&quot;:10491,&quot;45578&quot;:10492,&quot;45581&quot;:10493,&quot;45582&quot;:10494,&quot;45583&quot;:10495,&quot;45584&quot;:10496,&quot;45585&quot;:10497,&quot;45586&quot;:10498,&quot;45587&quot;:10499,&quot;45590&quot;:10500,&quot;45592&quot;:10501,&quot;45594&quot;:10502,&quot;45595&quot;:10503,&quot;45596&quot;:10504,&quot;45597&quot;:10505,&quot;45598&quot;:10506,&quot;45599&quot;:10507,&quot;45601&quot;:10508,&quot;45602&quot;:10509,&quot;45603&quot;:10510,&quot;45604&quot;:10511,&quot;45605&quot;:10512,&quot;45606&quot;:10513,&quot;45607&quot;:10514,&quot;45608&quot;:10515,&quot;45609&quot;:10516,&quot;45610&quot;:10517,&quot;45611&quot;:10518,&quot;45612&quot;:10519,&quot;45613&quot;:10520,&quot;45614&quot;:10521,&quot;45615&quot;:10522,&quot;45616&quot;:10523,&quot;45617&quot;:10524,&quot;45618&quot;:10525,&quot;45619&quot;:10526,&quot;45621&quot;:10527,&quot;45622&quot;:10528,&quot;45623&quot;:10529,&quot;45624&quot;:10530,&quot;45625&quot;:10531,&quot;45626&quot;:10532,&quot;45627&quot;:10533,&quot;45629&quot;:10534,&quot;45630&quot;:10535,&quot;45631&quot;:10536,&quot;45632&quot;:10537,&quot;45633&quot;:10538,&quot;45634&quot;:10539,&quot;45635&quot;:10540,&quot;45636&quot;:10541,&quot;45637&quot;:10542,&quot;45638&quot;:10543,&quot;45639&quot;:10544,&quot;45640&quot;:10545,&quot;45641&quot;:10546,&quot;45642&quot;:10547,&quot;45643&quot;:10548,&quot;45644&quot;:10549,&quot;45645&quot;:10550,&quot;45646&quot;:10551,&quot;45647&quot;:10552,&quot;45648&quot;:10553,&quot;45649&quot;:10554,&quot;45650&quot;:10555,&quot;45651&quot;:10556,&quot;45652&quot;:10557,&quot;45653&quot;:10558,&quot;45654&quot;:10559,&quot;45655&quot;:10560,&quot;45657&quot;:10561,&quot;45658&quot;:10562,&quot;45659&quot;:10563,&quot;45661&quot;:10564,&quot;45662&quot;:10565,&quot;45663&quot;:10566,&quot;45665&quot;:10567,&quot;45666&quot;:10568,&quot;45667&quot;:10569,&quot;45668&quot;:10570,&quot;45669&quot;:10571,&quot;45670&quot;:10572,&quot;45671&quot;:10573,&quot;45674&quot;:10574,&quot;45675&quot;:10575,&quot;45676&quot;:10576,&quot;45677&quot;:10577,&quot;45678&quot;:10578,&quot;45679&quot;:10579,&quot;45680&quot;:10580,&quot;45681&quot;:10581,&quot;45682&quot;:10582,&quot;45683&quot;:10583,&quot;45686&quot;:10584,&quot;45687&quot;:10585,&quot;45688&quot;:10586,&quot;45689&quot;:10587,&quot;45690&quot;:10588,&quot;45691&quot;:10589,&quot;45693&quot;:10590,&quot;45694&quot;:10591,&quot;45695&quot;:10592,&quot;45696&quot;:10593,&quot;45697&quot;:10594,&quot;45698&quot;:10595,&quot;45699&quot;:10596,&quot;45702&quot;:10597,&quot;45703&quot;:10598,&quot;45704&quot;:10599,&quot;45706&quot;:10600,&quot;45707&quot;:10601,&quot;45708&quot;:10602,&quot;45709&quot;:10603,&quot;45710&quot;:10604,&quot;45711&quot;:10605,&quot;45714&quot;:10606,&quot;45715&quot;:10607,&quot;45717&quot;:10608,&quot;45718&quot;:10609,&quot;45719&quot;:10610,&quot;45723&quot;:10611,&quot;45724&quot;:10612,&quot;45725&quot;:10613,&quot;45726&quot;:10614,&quot;45727&quot;:10615,&quot;45730&quot;:10616,&quot;45732&quot;:10617,&quot;45735&quot;:10618,&quot;45736&quot;:10619,&quot;45737&quot;:10620,&quot;45739&quot;:10621,&quot;45741&quot;:10622,&quot;45742&quot;:10623,&quot;45743&quot;:10624,&quot;45745&quot;:10625,&quot;45746&quot;:10626,&quot;45747&quot;:10627,&quot;45749&quot;:10628,&quot;45750&quot;:10629,&quot;45751&quot;:10630,&quot;45752&quot;:10631,&quot;45753&quot;:10632,&quot;45754&quot;:10633,&quot;45755&quot;:10634,&quot;45756&quot;:10635,&quot;45757&quot;:10636,&quot;45758&quot;:10637,&quot;45759&quot;:10638,&quot;45760&quot;:10639,&quot;45761&quot;:10640,&quot;45762&quot;:10641,&quot;45763&quot;:10642,&quot;45764&quot;:10643,&quot;45765&quot;:10644,&quot;45766&quot;:10645,&quot;45767&quot;:10646,&quot;45770&quot;:10647,&quot;45771&quot;:10648,&quot;45773&quot;:10649,&quot;45774&quot;:10650,&quot;45775&quot;:10651,&quot;45777&quot;:10652,&quot;45779&quot;:10653,&quot;45780&quot;:10654,&quot;45781&quot;:10655,&quot;45782&quot;:10656,&quot;45783&quot;:10657,&quot;45786&quot;:10658,&quot;45788&quot;:10659,&quot;45790&quot;:10660,&quot;45791&quot;:10661,&quot;45792&quot;:10662,&quot;45793&quot;:10663,&quot;45795&quot;:10664,&quot;45799&quot;:10665,&quot;45801&quot;:10666,&quot;45802&quot;:10667,&quot;45808&quot;:10668,&quot;45809&quot;:10669,&quot;45810&quot;:10670,&quot;45814&quot;:10671,&quot;45820&quot;:10672,&quot;45821&quot;:10673,&quot;45822&quot;:10674,&quot;45826&quot;:10675,&quot;45827&quot;:10676,&quot;45829&quot;:10677,&quot;45830&quot;:10678,&quot;45831&quot;:10679,&quot;45833&quot;:10680,&quot;45834&quot;:10681,&quot;45835&quot;:10682,&quot;45836&quot;:10683,&quot;45837&quot;:10684,&quot;45838&quot;:10685,&quot;45839&quot;:10686,&quot;45842&quot;:10687,&quot;45846&quot;:10688,&quot;45847&quot;:10689,&quot;45848&quot;:10690,&quot;45849&quot;:10691,&quot;45850&quot;:10692,&quot;45851&quot;:10693,&quot;45853&quot;:10694,&quot;45854&quot;:10695,&quot;45855&quot;:10696,&quot;45856&quot;:10697,&quot;45857&quot;:10698,&quot;45858&quot;:10699,&quot;45859&quot;:10700,&quot;45860&quot;:10701,&quot;45861&quot;:10702,&quot;45862&quot;:10703,&quot;45863&quot;:10704,&quot;45864&quot;:10705,&quot;45865&quot;:10706,&quot;45866&quot;:10707,&quot;45867&quot;:10708,&quot;45868&quot;:10709,&quot;45869&quot;:10710,&quot;45870&quot;:10711,&quot;45871&quot;:10712,&quot;45872&quot;:10713,&quot;45873&quot;:10714,&quot;45874&quot;:10715,&quot;45875&quot;:10716,&quot;45876&quot;:10717,&quot;45877&quot;:10718,&quot;45878&quot;:10719,&quot;45879&quot;:10720,&quot;45880&quot;:10721,&quot;45881&quot;:10722,&quot;45882&quot;:10723,&quot;45883&quot;:10724,&quot;45884&quot;:10725,&quot;45885&quot;:10726,&quot;45886&quot;:10727,&quot;45887&quot;:10728,&quot;45888&quot;:10729,&quot;45889&quot;:10730,&quot;45890&quot;:10731,&quot;45891&quot;:10732,&quot;45892&quot;:10733,&quot;45893&quot;:10734,&quot;45894&quot;:10735,&quot;45895&quot;:10736,&quot;45896&quot;:10737,&quot;45897&quot;:10738,&quot;45898&quot;:10739,&quot;45899&quot;:10740,&quot;45900&quot;:10741,&quot;45901&quot;:10742,&quot;45902&quot;:10743,&quot;45903&quot;:10744,&quot;45904&quot;:10745,&quot;45905&quot;:10746,&quot;45906&quot;:10747,&quot;45907&quot;:10748,&quot;45911&quot;:10749,&quot;45913&quot;:10750,&quot;45914&quot;:10751,&quot;45917&quot;:10752,&quot;45920&quot;:10753,&quot;45921&quot;:10754,&quot;45922&quot;:10755,&quot;45923&quot;:10756,&quot;45926&quot;:10757,&quot;45928&quot;:10758,&quot;45930&quot;:10759,&quot;45932&quot;:10760,&quot;45933&quot;:10761,&quot;45935&quot;:10762,&quot;45938&quot;:10763,&quot;45939&quot;:10764,&quot;45941&quot;:10765,&quot;45942&quot;:10766,&quot;45943&quot;:10767,&quot;45945&quot;:10768,&quot;45946&quot;:10769,&quot;45947&quot;:10770,&quot;45948&quot;:10771,&quot;45949&quot;:10772,&quot;45950&quot;:10773,&quot;45951&quot;:10774,&quot;45954&quot;:10775,&quot;45958&quot;:10776,&quot;45959&quot;:10777,&quot;45960&quot;:10778,&quot;45961&quot;:10779,&quot;45962&quot;:10780,&quot;45963&quot;:10781,&quot;45965&quot;:10782,&quot;45966&quot;:10783,&quot;45967&quot;:10784,&quot;45969&quot;:10785,&quot;45970&quot;:10786,&quot;45971&quot;:10787,&quot;45973&quot;:10788,&quot;45974&quot;:10789,&quot;45975&quot;:10790,&quot;45976&quot;:10791,&quot;45977&quot;:10792,&quot;45978&quot;:10793,&quot;45979&quot;:10794,&quot;45980&quot;:10795,&quot;45981&quot;:10796,&quot;45982&quot;:10797,&quot;45983&quot;:10798,&quot;45986&quot;:10799,&quot;45987&quot;:10800,&quot;45988&quot;:10801,&quot;45989&quot;:10802,&quot;45990&quot;:10803,&quot;45991&quot;:10804,&quot;45993&quot;:10805,&quot;45994&quot;:10806,&quot;45995&quot;:10807,&quot;45997&quot;:10808,&quot;45998&quot;:10809,&quot;45999&quot;:10810,&quot;46000&quot;:10811,&quot;46001&quot;:10812,&quot;46002&quot;:10813,&quot;46003&quot;:10814,&quot;46004&quot;:10815,&quot;46005&quot;:10816,&quot;46006&quot;:10817,&quot;46007&quot;:10818,&quot;46008&quot;:10819,&quot;46009&quot;:10820,&quot;46010&quot;:10821,&quot;46011&quot;:10822,&quot;46012&quot;:10823,&quot;46013&quot;:10824,&quot;46014&quot;:10825,&quot;46015&quot;:10826,&quot;46016&quot;:10827,&quot;46017&quot;:10828,&quot;46018&quot;:10829,&quot;46019&quot;:10830,&quot;46022&quot;:10831,&quot;46023&quot;:10832,&quot;46025&quot;:10833,&quot;46026&quot;:10834,&quot;46029&quot;:10835,&quot;46031&quot;:10836,&quot;46033&quot;:10837,&quot;46034&quot;:10838,&quot;46035&quot;:10839,&quot;46038&quot;:10840,&quot;46040&quot;:10841,&quot;46042&quot;:10842,&quot;46044&quot;:10843,&quot;46046&quot;:10844,&quot;46047&quot;:10845,&quot;46049&quot;:10846,&quot;46050&quot;:10847,&quot;46051&quot;:10848,&quot;46053&quot;:10849,&quot;46054&quot;:10850,&quot;46055&quot;:10851,&quot;46057&quot;:10852,&quot;46058&quot;:10853,&quot;46059&quot;:10854,&quot;46060&quot;:10855,&quot;46061&quot;:10856,&quot;46062&quot;:10857,&quot;46063&quot;:10858,&quot;46064&quot;:10859,&quot;46065&quot;:10860,&quot;46066&quot;:10861,&quot;46067&quot;:10862,&quot;46068&quot;:10863,&quot;46069&quot;:10864,&quot;46070&quot;:10865,&quot;46071&quot;:10866,&quot;46072&quot;:10867,&quot;46073&quot;:10868,&quot;46074&quot;:10869,&quot;46075&quot;:10870,&quot;46077&quot;:10871,&quot;46078&quot;:10872,&quot;46079&quot;:10873,&quot;46080&quot;:10874,&quot;46081&quot;:10875,&quot;46082&quot;:10876,&quot;46083&quot;:10877,&quot;46084&quot;:10878,&quot;46085&quot;:10879,&quot;46086&quot;:10880,&quot;46087&quot;:10881,&quot;46088&quot;:10882,&quot;46089&quot;:10883,&quot;46090&quot;:10884,&quot;46091&quot;:10885,&quot;46092&quot;:10886,&quot;46093&quot;:10887,&quot;46094&quot;:10888,&quot;46095&quot;:10889,&quot;46097&quot;:10890,&quot;46098&quot;:10891,&quot;46099&quot;:10892,&quot;46100&quot;:10893,&quot;46101&quot;:10894,&quot;46102&quot;:10895,&quot;46103&quot;:10896,&quot;46105&quot;:10897,&quot;46106&quot;:10898,&quot;46107&quot;:10899,&quot;46109&quot;:10900,&quot;46110&quot;:10901,&quot;46111&quot;:10902,&quot;46113&quot;:10903,&quot;46114&quot;:10904,&quot;46115&quot;:10905,&quot;46116&quot;:10906,&quot;46117&quot;:10907,&quot;46118&quot;:10908,&quot;46119&quot;:10909,&quot;46122&quot;:10910,&quot;46124&quot;:10911,&quot;46125&quot;:10912,&quot;46126&quot;:10913,&quot;46127&quot;:10914,&quot;46128&quot;:10915,&quot;46129&quot;:10916,&quot;46130&quot;:10917,&quot;46131&quot;:10918,&quot;46133&quot;:10919,&quot;46134&quot;:10920,&quot;46135&quot;:10921,&quot;46136&quot;:10922,&quot;46137&quot;:10923,&quot;46138&quot;:10924,&quot;46139&quot;:10925,&quot;46140&quot;:10926,&quot;46141&quot;:10927,&quot;46142&quot;:10928,&quot;46143&quot;:10929,&quot;46144&quot;:10930,&quot;46145&quot;:10931,&quot;46146&quot;:10932,&quot;46147&quot;:10933,&quot;46148&quot;:10934,&quot;46149&quot;:10935,&quot;46150&quot;:10936,&quot;46151&quot;:10937,&quot;46152&quot;:10938,&quot;46153&quot;:10939,&quot;46154&quot;:10940,&quot;46155&quot;:10941,&quot;46156&quot;:10942,&quot;46157&quot;:10943,&quot;46158&quot;:10944,&quot;46159&quot;:10945,&quot;46162&quot;:10946,&quot;46163&quot;:10947,&quot;46165&quot;:10948,&quot;46166&quot;:10949,&quot;46167&quot;:10950,&quot;46169&quot;:10951,&quot;46170&quot;:10952,&quot;46171&quot;:10953,&quot;46172&quot;:10954,&quot;46173&quot;:10955,&quot;46174&quot;:10956,&quot;46175&quot;:10957,&quot;46178&quot;:10958,&quot;46180&quot;:10959,&quot;46182&quot;:10960,&quot;46183&quot;:10961,&quot;46184&quot;:10962,&quot;46185&quot;:10963,&quot;46186&quot;:10964,&quot;46187&quot;:10965,&quot;46189&quot;:10966,&quot;46190&quot;:10967,&quot;46191&quot;:10968,&quot;46192&quot;:10969,&quot;46193&quot;:10970,&quot;46194&quot;:10971,&quot;46195&quot;:10972,&quot;46196&quot;:10973,&quot;46197&quot;:10974,&quot;46198&quot;:10975,&quot;46199&quot;:10976,&quot;46200&quot;:10977,&quot;46201&quot;:10978,&quot;46202&quot;:10979,&quot;46203&quot;:10980,&quot;46204&quot;:10981,&quot;46205&quot;:10982,&quot;46206&quot;:10983,&quot;46207&quot;:10984,&quot;46209&quot;:10985,&quot;46210&quot;:10986,&quot;46211&quot;:10987,&quot;46212&quot;:10988,&quot;46213&quot;:10989,&quot;46214&quot;:10990,&quot;46215&quot;:10991,&quot;46217&quot;:10992,&quot;46218&quot;:10993,&quot;46219&quot;:10994,&quot;46220&quot;:10995,&quot;46221&quot;:10996,&quot;46222&quot;:10997,&quot;46223&quot;:10998,&quot;46224&quot;:10999,&quot;46225&quot;:11000,&quot;46226&quot;:11001,&quot;46227&quot;:11002,&quot;46228&quot;:11003,&quot;46229&quot;:11004,&quot;46230&quot;:11005,&quot;46231&quot;:11006,&quot;46232&quot;:11007,&quot;46233&quot;:11008,&quot;46234&quot;:11009,&quot;46235&quot;:11010,&quot;46236&quot;:11011,&quot;46238&quot;:11012,&quot;46239&quot;:11013,&quot;46240&quot;:11014,&quot;46241&quot;:11015,&quot;46242&quot;:11016,&quot;46243&quot;:11017,&quot;46245&quot;:11018,&quot;46246&quot;:11019,&quot;46247&quot;:11020,&quot;46249&quot;:11021,&quot;46250&quot;:11022,&quot;46251&quot;:11023,&quot;46253&quot;:11024,&quot;46254&quot;:11025,&quot;46255&quot;:11026,&quot;46256&quot;:11027,&quot;46257&quot;:11028,&quot;46258&quot;:11029,&quot;46259&quot;:11030,&quot;46260&quot;:11031,&quot;46262&quot;:11032,&quot;46264&quot;:11033,&quot;46266&quot;:11034,&quot;46267&quot;:11035,&quot;46268&quot;:11036,&quot;46269&quot;:11037,&quot;46270&quot;:11038,&quot;46271&quot;:11039,&quot;46273&quot;:11040,&quot;46274&quot;:11041,&quot;46275&quot;:11042,&quot;46277&quot;:11043,&quot;46278&quot;:11044,&quot;46279&quot;:11045,&quot;46281&quot;:11046,&quot;46282&quot;:11047,&quot;46283&quot;:11048,&quot;46284&quot;:11049,&quot;46285&quot;:11050,&quot;46286&quot;:11051,&quot;46287&quot;:11052,&quot;46289&quot;:11053,&quot;46290&quot;:11054,&quot;46291&quot;:11055,&quot;46292&quot;:11056,&quot;46294&quot;:11057,&quot;46295&quot;:11058,&quot;46296&quot;:11059,&quot;46297&quot;:11060,&quot;46298&quot;:11061,&quot;46299&quot;:11062,&quot;46302&quot;:11063,&quot;46303&quot;:11064,&quot;46305&quot;:11065,&quot;46306&quot;:11066,&quot;46309&quot;:11067,&quot;46311&quot;:11068,&quot;46312&quot;:11069,&quot;46313&quot;:11070,&quot;46314&quot;:11071,&quot;46315&quot;:11072,&quot;46318&quot;:11073,&quot;46320&quot;:11074,&quot;46322&quot;:11075,&quot;46323&quot;:11076,&quot;46324&quot;:11077,&quot;46325&quot;:11078,&quot;46326&quot;:11079,&quot;46327&quot;:11080,&quot;46329&quot;:11081,&quot;46330&quot;:11082,&quot;46331&quot;:11083,&quot;46332&quot;:11084,&quot;46333&quot;:11085,&quot;46334&quot;:11086,&quot;46335&quot;:11087,&quot;46336&quot;:11088,&quot;46337&quot;:11089,&quot;46338&quot;:11090,&quot;46339&quot;:11091,&quot;46340&quot;:11092,&quot;46341&quot;:11093,&quot;46342&quot;:11094,&quot;46343&quot;:11095,&quot;46344&quot;:11096,&quot;46345&quot;:11097,&quot;46346&quot;:11098,&quot;46347&quot;:11099,&quot;46348&quot;:11100,&quot;46349&quot;:11101,&quot;46350&quot;:11102,&quot;46351&quot;:11103,&quot;46352&quot;:11104,&quot;46353&quot;:11105,&quot;46354&quot;:11106,&quot;46355&quot;:11107,&quot;46358&quot;:11108,&quot;46359&quot;:11109,&quot;46361&quot;:11110,&quot;46362&quot;:11111,&quot;46365&quot;:11112,&quot;46366&quot;:11113,&quot;46367&quot;:11114,&quot;46368&quot;:11115,&quot;46369&quot;:11116,&quot;46370&quot;:11117,&quot;46371&quot;:11118,&quot;46374&quot;:11119,&quot;46379&quot;:11120,&quot;46380&quot;:11121,&quot;46381&quot;:11122,&quot;46382&quot;:11123,&quot;46383&quot;:11124,&quot;46386&quot;:11125,&quot;46387&quot;:11126,&quot;46389&quot;:11127,&quot;46390&quot;:11128,&quot;46391&quot;:11129,&quot;46393&quot;:11130,&quot;46394&quot;:11131,&quot;46395&quot;:11132,&quot;46396&quot;:11133,&quot;46397&quot;:11134,&quot;46398&quot;:11135,&quot;46399&quot;:11136,&quot;46402&quot;:11137,&quot;46406&quot;:11138,&quot;46407&quot;:11139,&quot;46408&quot;:11140,&quot;46409&quot;:11141,&quot;46410&quot;:11142,&quot;46414&quot;:11143,&quot;46415&quot;:11144,&quot;46417&quot;:11145,&quot;46418&quot;:11146,&quot;46419&quot;:11147,&quot;46421&quot;:11148,&quot;46422&quot;:11149,&quot;46423&quot;:11150,&quot;46424&quot;:11151,&quot;46425&quot;:11152,&quot;46426&quot;:11153,&quot;46427&quot;:11154,&quot;46430&quot;:11155,&quot;46434&quot;:11156,&quot;46435&quot;:11157,&quot;46436&quot;:11158,&quot;46437&quot;:11159,&quot;46438&quot;:11160,&quot;46439&quot;:11161,&quot;46440&quot;:11162,&quot;46441&quot;:11163,&quot;46442&quot;:11164,&quot;46443&quot;:11165,&quot;46444&quot;:11166,&quot;46445&quot;:11167,&quot;46446&quot;:11168,&quot;46447&quot;:11169,&quot;46448&quot;:11170,&quot;46449&quot;:11171,&quot;46450&quot;:11172,&quot;46451&quot;:11173,&quot;46452&quot;:11174,&quot;46453&quot;:11175,&quot;46454&quot;:11176,&quot;46455&quot;:11177,&quot;46456&quot;:11178,&quot;46457&quot;:11179,&quot;46458&quot;:11180,&quot;46459&quot;:11181,&quot;46460&quot;:11182,&quot;46461&quot;:11183,&quot;46462&quot;:11184,&quot;46463&quot;:11185,&quot;46464&quot;:11186,&quot;46465&quot;:11187,&quot;46466&quot;:11188,&quot;46467&quot;:11189,&quot;46468&quot;:11190,&quot;46469&quot;:11191,&quot;46470&quot;:11192,&quot;46471&quot;:11193,&quot;46472&quot;:11194,&quot;46473&quot;:11195,&quot;46474&quot;:11196,&quot;46475&quot;:11197,&quot;46476&quot;:11198,&quot;46477&quot;:11199,&quot;46478&quot;:11200,&quot;46479&quot;:11201,&quot;46480&quot;:11202,&quot;46481&quot;:11203,&quot;46482&quot;:11204,&quot;46483&quot;:11205,&quot;46484&quot;:11206,&quot;46485&quot;:11207,&quot;46486&quot;:11208,&quot;46487&quot;:11209,&quot;46488&quot;:11210,&quot;46489&quot;:11211,&quot;46490&quot;:11212,&quot;46491&quot;:11213,&quot;46492&quot;:11214,&quot;46493&quot;:11215,&quot;46494&quot;:11216,&quot;46495&quot;:11217,&quot;46498&quot;:11218,&quot;46499&quot;:11219,&quot;46501&quot;:11220,&quot;46502&quot;:11221,&quot;46503&quot;:11222,&quot;46505&quot;:11223,&quot;46508&quot;:11224,&quot;46509&quot;:11225,&quot;46510&quot;:11226,&quot;46511&quot;:11227,&quot;46514&quot;:11228,&quot;46518&quot;:11229,&quot;46519&quot;:11230,&quot;46520&quot;:11231,&quot;46521&quot;:11232,&quot;46522&quot;:11233,&quot;46526&quot;:11234,&quot;46527&quot;:11235,&quot;46529&quot;:11236,&quot;46530&quot;:11237,&quot;46531&quot;:11238,&quot;46533&quot;:11239,&quot;46534&quot;:11240,&quot;46535&quot;:11241,&quot;46536&quot;:11242,&quot;46537&quot;:11243,&quot;46538&quot;:11244,&quot;46539&quot;:11245,&quot;46542&quot;:11246,&quot;46546&quot;:11247,&quot;46547&quot;:11248,&quot;46548&quot;:11249,&quot;46549&quot;:11250,&quot;46550&quot;:11251,&quot;46551&quot;:11252,&quot;46553&quot;:11253,&quot;46554&quot;:11254,&quot;46555&quot;:11255,&quot;46556&quot;:11256,&quot;46557&quot;:11257,&quot;46558&quot;:11258,&quot;46559&quot;:11259,&quot;46560&quot;:11260,&quot;46561&quot;:11261,&quot;46562&quot;:11262,&quot;46563&quot;:11263,&quot;46564&quot;:11264,&quot;46565&quot;:11265,&quot;46566&quot;:11266,&quot;46567&quot;:11267,&quot;46568&quot;:11268,&quot;46569&quot;:11269,&quot;46570&quot;:11270,&quot;46571&quot;:11271,&quot;46573&quot;:11272,&quot;46574&quot;:11273,&quot;46575&quot;:11274,&quot;46576&quot;:11275,&quot;46577&quot;:11276,&quot;46578&quot;:11277,&quot;46579&quot;:11278,&quot;46580&quot;:11279,&quot;46581&quot;:11280,&quot;46582&quot;:11281,&quot;46583&quot;:11282,&quot;46584&quot;:11283,&quot;46585&quot;:11284,&quot;46586&quot;:11285,&quot;46587&quot;:11286,&quot;46588&quot;:11287,&quot;46589&quot;:11288,&quot;46590&quot;:11289,&quot;46591&quot;:11290,&quot;46592&quot;:11291,&quot;46593&quot;:11292,&quot;46594&quot;:11293,&quot;46595&quot;:11294,&quot;46596&quot;:11295,&quot;46597&quot;:11296,&quot;46598&quot;:11297,&quot;46599&quot;:11298,&quot;46600&quot;:11299,&quot;46601&quot;:11300,&quot;46602&quot;:11301,&quot;46603&quot;:11302,&quot;46604&quot;:11303,&quot;46605&quot;:11304,&quot;46606&quot;:11305,&quot;46607&quot;:11306,&quot;46610&quot;:11307,&quot;46611&quot;:11308,&quot;46613&quot;:11309,&quot;46614&quot;:11310,&quot;46615&quot;:11311,&quot;46617&quot;:11312,&quot;46618&quot;:11313,&quot;46619&quot;:11314,&quot;46620&quot;:11315,&quot;46621&quot;:11316,&quot;46622&quot;:11317,&quot;46623&quot;:11318,&quot;46624&quot;:11319,&quot;46625&quot;:11320,&quot;46626&quot;:11321,&quot;46627&quot;:11322,&quot;46628&quot;:11323,&quot;46630&quot;:11324,&quot;46631&quot;:11325,&quot;46632&quot;:11326,&quot;46633&quot;:11327,&quot;46634&quot;:11328,&quot;46635&quot;:11329,&quot;46637&quot;:11330,&quot;46638&quot;:11331,&quot;46639&quot;:11332,&quot;46640&quot;:11333,&quot;46641&quot;:11334,&quot;46642&quot;:11335,&quot;46643&quot;:11336,&quot;46645&quot;:11337,&quot;46646&quot;:11338,&quot;46647&quot;:11339,&quot;46648&quot;:11340,&quot;46649&quot;:11341,&quot;46650&quot;:11342,&quot;46651&quot;:11343,&quot;46652&quot;:11344,&quot;46653&quot;:11345,&quot;46654&quot;:11346,&quot;46655&quot;:11347,&quot;46656&quot;:11348,&quot;46657&quot;:11349,&quot;46658&quot;:11350,&quot;46659&quot;:11351,&quot;46660&quot;:11352,&quot;46661&quot;:11353,&quot;46662&quot;:11354,&quot;46663&quot;:11355,&quot;46665&quot;:11356,&quot;46666&quot;:11357,&quot;46667&quot;:11358,&quot;46668&quot;:11359,&quot;46669&quot;:11360,&quot;46670&quot;:11361,&quot;46671&quot;:11362,&quot;46672&quot;:11363,&quot;46673&quot;:11364,&quot;46674&quot;:11365,&quot;46675&quot;:11366,&quot;46676&quot;:11367,&quot;46677&quot;:11368,&quot;46678&quot;:11369,&quot;46679&quot;:11370,&quot;46680&quot;:11371,&quot;46681&quot;:11372,&quot;46682&quot;:11373,&quot;46683&quot;:11374,&quot;46684&quot;:11375,&quot;46685&quot;:11376,&quot;46686&quot;:11377,&quot;46687&quot;:11378,&quot;46688&quot;:11379,&quot;46689&quot;:11380,&quot;46690&quot;:11381,&quot;46691&quot;:11382,&quot;46693&quot;:11383,&quot;46694&quot;:11384,&quot;46695&quot;:11385,&quot;46697&quot;:11386,&quot;46698&quot;:11387,&quot;46699&quot;:11388,&quot;46700&quot;:11389,&quot;46701&quot;:11390,&quot;46702&quot;:11391,&quot;46703&quot;:11392,&quot;46704&quot;:11393,&quot;46705&quot;:11394,&quot;46706&quot;:11395,&quot;46707&quot;:11396,&quot;46708&quot;:11397,&quot;46709&quot;:11398,&quot;46710&quot;:11399,&quot;46711&quot;:11400,&quot;46712&quot;:11401,&quot;46713&quot;:11402,&quot;46714&quot;:11403,&quot;46715&quot;:11404,&quot;46716&quot;:11405,&quot;46717&quot;:11406,&quot;46718&quot;:11407,&quot;46719&quot;:11408,&quot;46720&quot;:11409,&quot;46721&quot;:11410,&quot;46722&quot;:11411,&quot;46723&quot;:11412,&quot;46724&quot;:11413,&quot;46725&quot;:11414,&quot;46726&quot;:11415,&quot;46727&quot;:11416,&quot;46728&quot;:11417,&quot;46729&quot;:11418,&quot;46730&quot;:11419,&quot;46731&quot;:11420,&quot;46732&quot;:11421,&quot;46733&quot;:11422,&quot;46734&quot;:11423,&quot;46735&quot;:11424,&quot;46736&quot;:11425,&quot;46737&quot;:11426,&quot;46738&quot;:11427,&quot;46739&quot;:11428,&quot;46740&quot;:11429,&quot;46741&quot;:11430,&quot;46742&quot;:11431,&quot;46743&quot;:11432,&quot;46744&quot;:11433,&quot;46745&quot;:11434,&quot;46746&quot;:11435,&quot;46747&quot;:11436,&quot;46750&quot;:11437,&quot;46751&quot;:11438,&quot;46753&quot;:11439,&quot;46754&quot;:11440,&quot;46755&quot;:11441,&quot;46757&quot;:11442,&quot;46758&quot;:11443,&quot;46759&quot;:11444,&quot;46760&quot;:11445,&quot;46761&quot;:11446,&quot;46762&quot;:11447,&quot;46765&quot;:11448,&quot;46766&quot;:11449,&quot;46767&quot;:11450,&quot;46768&quot;:11451,&quot;46770&quot;:11452,&quot;46771&quot;:11453,&quot;46772&quot;:11454,&quot;46773&quot;:11455,&quot;46774&quot;:11456,&quot;46775&quot;:11457,&quot;46776&quot;:11458,&quot;46777&quot;:11459,&quot;46778&quot;:11460,&quot;46779&quot;:11461,&quot;46780&quot;:11462,&quot;46781&quot;:11463,&quot;46782&quot;:11464,&quot;46783&quot;:11465,&quot;46784&quot;:11466,&quot;46785&quot;:11467,&quot;46786&quot;:11468,&quot;46787&quot;:11469,&quot;46788&quot;:11470,&quot;46789&quot;:11471,&quot;46790&quot;:11472,&quot;46791&quot;:11473,&quot;46792&quot;:11474,&quot;46793&quot;:11475,&quot;46794&quot;:11476,&quot;46795&quot;:11477,&quot;46796&quot;:11478,&quot;46797&quot;:11479,&quot;46798&quot;:11480,&quot;46799&quot;:11481,&quot;46800&quot;:11482,&quot;46801&quot;:11483,&quot;46802&quot;:11484,&quot;46803&quot;:11485,&quot;46805&quot;:11486,&quot;46806&quot;:11487,&quot;46807&quot;:11488,&quot;46808&quot;:11489,&quot;46809&quot;:11490,&quot;46810&quot;:11491,&quot;46811&quot;:11492,&quot;46812&quot;:11493,&quot;46813&quot;:11494,&quot;46814&quot;:11495,&quot;46815&quot;:11496,&quot;46816&quot;:11497,&quot;46817&quot;:11498,&quot;46818&quot;:11499,&quot;46819&quot;:11500,&quot;46820&quot;:11501,&quot;46821&quot;:11502,&quot;46822&quot;:11503,&quot;46823&quot;:11504,&quot;46824&quot;:11505,&quot;46825&quot;:11506,&quot;46826&quot;:11507,&quot;46827&quot;:11508,&quot;46828&quot;:11509,&quot;46829&quot;:11510,&quot;46830&quot;:11511,&quot;46831&quot;:11512,&quot;46833&quot;:11513,&quot;46834&quot;:11514,&quot;46835&quot;:11515,&quot;46837&quot;:11516,&quot;46838&quot;:11517,&quot;46839&quot;:11518,&quot;46841&quot;:11519,&quot;46842&quot;:11520,&quot;46843&quot;:11521,&quot;46844&quot;:11522,&quot;46845&quot;:11523,&quot;46846&quot;:11524,&quot;46847&quot;:11525,&quot;46850&quot;:11526,&quot;46851&quot;:11527,&quot;46852&quot;:11528,&quot;46854&quot;:11529,&quot;46855&quot;:11530,&quot;46856&quot;:11531,&quot;46857&quot;:11532,&quot;46858&quot;:11533,&quot;46859&quot;:11534,&quot;46860&quot;:11535,&quot;46861&quot;:11536,&quot;46862&quot;:11537,&quot;46863&quot;:11538,&quot;46864&quot;:11539,&quot;46865&quot;:11540,&quot;46866&quot;:11541,&quot;46867&quot;:11542,&quot;46868&quot;:11543,&quot;46869&quot;:11544,&quot;46870&quot;:11545,&quot;46871&quot;:11546,&quot;46872&quot;:11547,&quot;46873&quot;:11548,&quot;46874&quot;:11549,&quot;46875&quot;:11550,&quot;46876&quot;:11551,&quot;46877&quot;:11552,&quot;46878&quot;:11553,&quot;46879&quot;:11554,&quot;46880&quot;:11555,&quot;46881&quot;:11556,&quot;46882&quot;:11557,&quot;46883&quot;:11558,&quot;46884&quot;:11559,&quot;46885&quot;:11560,&quot;46886&quot;:11561,&quot;46887&quot;:11562,&quot;46890&quot;:11563,&quot;46891&quot;:11564,&quot;46893&quot;:11565,&quot;46894&quot;:11566,&quot;46897&quot;:11567,&quot;46898&quot;:11568,&quot;46899&quot;:11569,&quot;46900&quot;:11570,&quot;46901&quot;:11571,&quot;46902&quot;:11572,&quot;46903&quot;:11573,&quot;46906&quot;:11574,&quot;46908&quot;:11575,&quot;46909&quot;:11576,&quot;46910&quot;:11577,&quot;46911&quot;:11578,&quot;46912&quot;:11579,&quot;46913&quot;:11580,&quot;46914&quot;:11581,&quot;46915&quot;:11582,&quot;46917&quot;:11583,&quot;46918&quot;:11584,&quot;46919&quot;:11585,&quot;46921&quot;:11586,&quot;46922&quot;:11587,&quot;46923&quot;:11588,&quot;46925&quot;:11589,&quot;46926&quot;:11590,&quot;46927&quot;:11591,&quot;46928&quot;:11592,&quot;46929&quot;:11593,&quot;46930&quot;:11594,&quot;46931&quot;:11595,&quot;46934&quot;:11596,&quot;46935&quot;:11597,&quot;46936&quot;:11598,&quot;46937&quot;:11599,&quot;46938&quot;:11600,&quot;46939&quot;:11601,&quot;46940&quot;:11602,&quot;46941&quot;:11603,&quot;46942&quot;:11604,&quot;46943&quot;:11605,&quot;46945&quot;:11606,&quot;46946&quot;:11607,&quot;46947&quot;:11608,&quot;46949&quot;:11609,&quot;46950&quot;:11610,&quot;46951&quot;:11611,&quot;46953&quot;:11612,&quot;46954&quot;:11613,&quot;46955&quot;:11614,&quot;46956&quot;:11615,&quot;46957&quot;:11616,&quot;46958&quot;:11617,&quot;46959&quot;:11618,&quot;46962&quot;:11619,&quot;46964&quot;:11620,&quot;46966&quot;:11621,&quot;46967&quot;:11622,&quot;46968&quot;:11623,&quot;46969&quot;:11624,&quot;46970&quot;:11625,&quot;46971&quot;:11626,&quot;46974&quot;:11627,&quot;46975&quot;:11628,&quot;46977&quot;:11629,&quot;46978&quot;:11630,&quot;46979&quot;:11631,&quot;46981&quot;:11632,&quot;46982&quot;:11633,&quot;46983&quot;:11634,&quot;46984&quot;:11635,&quot;46985&quot;:11636,&quot;46986&quot;:11637,&quot;46987&quot;:11638,&quot;46990&quot;:11639,&quot;46995&quot;:11640,&quot;46996&quot;:11641,&quot;46997&quot;:11642,&quot;47002&quot;:11643,&quot;47003&quot;:11644,&quot;47005&quot;:11645,&quot;47006&quot;:11646,&quot;47007&quot;:11647,&quot;47009&quot;:11648,&quot;47010&quot;:11649,&quot;47011&quot;:11650,&quot;47012&quot;:11651,&quot;47013&quot;:11652,&quot;47014&quot;:11653,&quot;47015&quot;:11654,&quot;47018&quot;:11655,&quot;47022&quot;:11656,&quot;47023&quot;:11657,&quot;47024&quot;:11658,&quot;47025&quot;:11659,&quot;47026&quot;:11660,&quot;47027&quot;:11661,&quot;47030&quot;:11662,&quot;47031&quot;:11663,&quot;47033&quot;:11664,&quot;47034&quot;:11665,&quot;47035&quot;:11666,&quot;47036&quot;:11667,&quot;47037&quot;:11668,&quot;47038&quot;:11669,&quot;47039&quot;:11670,&quot;47040&quot;:11671,&quot;47041&quot;:11672,&quot;47042&quot;:11673,&quot;47043&quot;:11674,&quot;47044&quot;:11675,&quot;47045&quot;:11676,&quot;47046&quot;:11677,&quot;47048&quot;:11678,&quot;47050&quot;:11679,&quot;47051&quot;:11680,&quot;47052&quot;:11681,&quot;47053&quot;:11682,&quot;47054&quot;:11683,&quot;47055&quot;:11684,&quot;47056&quot;:11685,&quot;47057&quot;:11686,&quot;47058&quot;:11687,&quot;47059&quot;:11688,&quot;47060&quot;:11689,&quot;47061&quot;:11690,&quot;47062&quot;:11691,&quot;47063&quot;:11692,&quot;47064&quot;:11693,&quot;47065&quot;:11694,&quot;47066&quot;:11695,&quot;47067&quot;:11696,&quot;47068&quot;:11697,&quot;47069&quot;:11698,&quot;47070&quot;:11699,&quot;47071&quot;:11700,&quot;47072&quot;:11701,&quot;47073&quot;:11702,&quot;47074&quot;:11703,&quot;47075&quot;:11704,&quot;47076&quot;:11705,&quot;47077&quot;:11706,&quot;47078&quot;:11707,&quot;47079&quot;:11708,&quot;47080&quot;:11709,&quot;47081&quot;:11710,&quot;47082&quot;:11711,&quot;47083&quot;:11712,&quot;47086&quot;:11713,&quot;47087&quot;:11714,&quot;47089&quot;:11715,&quot;47090&quot;:11716,&quot;47091&quot;:11717,&quot;47093&quot;:11718,&quot;47094&quot;:11719,&quot;47095&quot;:11720,&quot;47096&quot;:11721,&quot;47097&quot;:11722,&quot;47098&quot;:11723,&quot;47099&quot;:11724,&quot;47102&quot;:11725,&quot;47106&quot;:11726,&quot;47107&quot;:11727,&quot;47108&quot;:11728,&quot;47109&quot;:11729,&quot;47110&quot;:11730,&quot;47114&quot;:11731,&quot;47115&quot;:11732,&quot;47117&quot;:11733,&quot;47118&quot;:11734,&quot;47119&quot;:11735,&quot;47121&quot;:11736,&quot;47122&quot;:11737,&quot;47123&quot;:11738,&quot;47124&quot;:11739,&quot;47125&quot;:11740,&quot;47126&quot;:11741,&quot;47127&quot;:11742,&quot;47130&quot;:11743,&quot;47132&quot;:11744,&quot;47134&quot;:11745,&quot;47135&quot;:11746,&quot;47136&quot;:11747,&quot;47137&quot;:11748,&quot;47138&quot;:11749,&quot;47139&quot;:11750,&quot;47142&quot;:11751,&quot;47143&quot;:11752,&quot;47145&quot;:11753,&quot;47146&quot;:11754,&quot;47147&quot;:11755,&quot;47149&quot;:11756,&quot;47150&quot;:11757,&quot;47151&quot;:11758,&quot;47152&quot;:11759,&quot;47153&quot;:11760,&quot;47154&quot;:11761,&quot;47155&quot;:11762,&quot;47158&quot;:11763,&quot;47162&quot;:11764,&quot;47163&quot;:11765,&quot;47164&quot;:11766,&quot;47165&quot;:11767,&quot;47166&quot;:11768,&quot;47167&quot;:11769,&quot;47169&quot;:11770,&quot;47170&quot;:11771,&quot;47171&quot;:11772,&quot;47173&quot;:11773,&quot;47174&quot;:11774,&quot;47175&quot;:11775,&quot;47176&quot;:11776,&quot;47177&quot;:11777,&quot;47178&quot;:11778,&quot;47179&quot;:11779,&quot;47180&quot;:11780,&quot;47181&quot;:11781,&quot;47182&quot;:11782,&quot;47183&quot;:11783,&quot;47184&quot;:11784,&quot;47186&quot;:11785,&quot;47188&quot;:11786,&quot;47189&quot;:11787,&quot;47190&quot;:11788,&quot;47191&quot;:11789,&quot;47192&quot;:11790,&quot;47193&quot;:11791,&quot;47194&quot;:11792,&quot;47195&quot;:11793,&quot;47198&quot;:11794,&quot;47199&quot;:11795,&quot;47201&quot;:11796,&quot;47202&quot;:11797,&quot;47203&quot;:11798,&quot;47205&quot;:11799,&quot;47206&quot;:11800,&quot;47207&quot;:11801,&quot;47208&quot;:11802,&quot;47209&quot;:11803,&quot;47210&quot;:11804,&quot;47211&quot;:11805,&quot;47214&quot;:11806,&quot;47216&quot;:11807,&quot;47218&quot;:11808,&quot;47219&quot;:11809,&quot;47220&quot;:11810,&quot;47221&quot;:11811,&quot;47222&quot;:11812,&quot;47223&quot;:11813,&quot;47225&quot;:11814,&quot;47226&quot;:11815,&quot;47227&quot;:11816,&quot;47229&quot;:11817,&quot;47230&quot;:11818,&quot;47231&quot;:11819,&quot;47232&quot;:11820,&quot;47233&quot;:11821,&quot;47234&quot;:11822,&quot;47235&quot;:11823,&quot;47236&quot;:11824,&quot;47237&quot;:11825,&quot;47238&quot;:11826,&quot;47239&quot;:11827,&quot;47240&quot;:11828,&quot;47241&quot;:11829,&quot;47242&quot;:11830,&quot;47243&quot;:11831,&quot;47244&quot;:11832,&quot;47246&quot;:11833,&quot;47247&quot;:11834,&quot;47248&quot;:11835,&quot;47249&quot;:11836,&quot;47250&quot;:11837,&quot;47251&quot;:11838,&quot;47252&quot;:11839,&quot;47253&quot;:11840,&quot;47254&quot;:11841,&quot;47255&quot;:11842,&quot;47256&quot;:11843,&quot;47257&quot;:11844,&quot;47258&quot;:11845,&quot;47259&quot;:11846,&quot;47260&quot;:11847,&quot;47261&quot;:11848,&quot;47262&quot;:11849,&quot;47263&quot;:11850,&quot;47264&quot;:11851,&quot;47265&quot;:11852,&quot;47266&quot;:11853,&quot;47267&quot;:11854,&quot;47268&quot;:11855,&quot;47269&quot;:11856,&quot;47270&quot;:11857,&quot;47271&quot;:11858,&quot;47273&quot;:11859,&quot;47274&quot;:11860,&quot;47275&quot;:11861,&quot;47276&quot;:11862,&quot;47277&quot;:11863,&quot;47278&quot;:11864,&quot;47279&quot;:11865,&quot;47281&quot;:11866,&quot;47282&quot;:11867,&quot;47283&quot;:11868,&quot;47285&quot;:11869,&quot;47286&quot;:11870,&quot;47287&quot;:11871,&quot;47289&quot;:11872,&quot;47290&quot;:11873,&quot;47291&quot;:11874,&quot;47292&quot;:11875,&quot;47293&quot;:11876,&quot;47294&quot;:11877,&quot;47295&quot;:11878,&quot;47298&quot;:11879,&quot;47300&quot;:11880,&quot;47302&quot;:11881,&quot;47303&quot;:11882,&quot;47304&quot;:11883,&quot;47305&quot;:11884,&quot;47306&quot;:11885,&quot;47307&quot;:11886,&quot;47309&quot;:11887,&quot;47310&quot;:11888,&quot;47311&quot;:11889,&quot;47313&quot;:11890,&quot;47314&quot;:11891,&quot;47315&quot;:11892,&quot;47317&quot;:11893,&quot;47318&quot;:11894,&quot;47319&quot;:11895,&quot;47320&quot;:11896,&quot;47321&quot;:11897,&quot;47322&quot;:11898,&quot;47323&quot;:11899,&quot;47324&quot;:11900,&quot;47326&quot;:11901,&quot;47328&quot;:11902,&quot;47330&quot;:11903,&quot;47331&quot;:11904,&quot;47332&quot;:11905,&quot;47333&quot;:11906,&quot;47334&quot;:11907,&quot;47335&quot;:11908,&quot;47338&quot;:11909,&quot;47339&quot;:11910,&quot;47341&quot;:11911,&quot;47342&quot;:11912,&quot;47343&quot;:11913,&quot;47345&quot;:11914,&quot;47346&quot;:11915,&quot;47347&quot;:11916,&quot;47348&quot;:11917,&quot;47349&quot;:11918,&quot;47350&quot;:11919,&quot;47351&quot;:11920,&quot;47354&quot;:11921,&quot;47356&quot;:11922,&quot;47358&quot;:11923,&quot;47359&quot;:11924,&quot;47360&quot;:11925,&quot;47361&quot;:11926,&quot;47362&quot;:11927,&quot;47363&quot;:11928,&quot;47365&quot;:11929,&quot;47366&quot;:11930,&quot;47367&quot;:11931,&quot;47368&quot;:11932,&quot;47369&quot;:11933,&quot;47370&quot;:11934,&quot;47371&quot;:11935,&quot;47372&quot;:11936,&quot;47373&quot;:11937,&quot;47374&quot;:11938,&quot;47375&quot;:11939,&quot;47376&quot;:11940,&quot;47377&quot;:11941,&quot;47378&quot;:11942,&quot;47379&quot;:11943,&quot;47380&quot;:11944,&quot;47381&quot;:11945,&quot;47382&quot;:11946,&quot;47383&quot;:11947,&quot;47385&quot;:11948,&quot;47386&quot;:11949,&quot;47387&quot;:11950,&quot;47388&quot;:11951,&quot;47389&quot;:11952,&quot;47390&quot;:11953,&quot;47391&quot;:11954,&quot;47393&quot;:11955,&quot;47394&quot;:11956,&quot;47395&quot;:11957,&quot;47396&quot;:11958,&quot;47397&quot;:11959,&quot;47398&quot;:11960,&quot;47399&quot;:11961,&quot;47400&quot;:11962,&quot;47401&quot;:11963,&quot;47402&quot;:11964,&quot;47403&quot;:11965,&quot;47404&quot;:11966,&quot;47405&quot;:11967,&quot;47406&quot;:11968,&quot;47407&quot;:11969,&quot;47408&quot;:11970,&quot;47409&quot;:11971,&quot;47410&quot;:11972,&quot;47411&quot;:11973,&quot;47412&quot;:11974,&quot;47413&quot;:11975,&quot;47414&quot;:11976,&quot;47415&quot;:11977,&quot;47416&quot;:11978,&quot;47417&quot;:11979,&quot;47418&quot;:11980,&quot;47419&quot;:11981,&quot;47422&quot;:11982,&quot;47423&quot;:11983,&quot;47425&quot;:11984,&quot;47426&quot;:11985,&quot;47427&quot;:11986,&quot;47429&quot;:11987,&quot;47430&quot;:11988,&quot;47431&quot;:11989,&quot;47432&quot;:11990,&quot;47433&quot;:11991,&quot;47434&quot;:11992,&quot;47435&quot;:11993,&quot;47437&quot;:11994,&quot;47438&quot;:11995,&quot;47440&quot;:11996,&quot;47442&quot;:11997,&quot;47443&quot;:11998,&quot;47444&quot;:11999,&quot;47445&quot;:12000,&quot;47446&quot;:12001,&quot;47447&quot;:12002,&quot;47450&quot;:12003,&quot;47451&quot;:12004,&quot;47453&quot;:12005,&quot;47454&quot;:12006,&quot;47455&quot;:12007,&quot;47457&quot;:12008,&quot;47458&quot;:12009,&quot;47459&quot;:12010,&quot;47460&quot;:12011,&quot;47461&quot;:12012,&quot;47462&quot;:12013,&quot;47463&quot;:12014,&quot;47466&quot;:12015,&quot;47468&quot;:12016,&quot;47470&quot;:12017,&quot;47471&quot;:12018,&quot;47472&quot;:12019,&quot;47473&quot;:12020,&quot;47474&quot;:12021,&quot;47475&quot;:12022,&quot;47478&quot;:12023,&quot;47479&quot;:12024,&quot;47481&quot;:12025,&quot;47482&quot;:12026,&quot;47483&quot;:12027,&quot;47485&quot;:12028,&quot;47486&quot;:12029,&quot;47487&quot;:12030,&quot;47488&quot;:12031,&quot;47489&quot;:12032,&quot;47490&quot;:12033,&quot;47491&quot;:12034,&quot;47494&quot;:12035,&quot;47496&quot;:12036,&quot;47499&quot;:12037,&quot;47500&quot;:12038,&quot;47503&quot;:12039,&quot;47504&quot;:12040,&quot;47505&quot;:12041,&quot;47506&quot;:12042,&quot;47507&quot;:12043,&quot;47508&quot;:12044,&quot;47509&quot;:12045,&quot;47510&quot;:12046,&quot;47511&quot;:12047,&quot;47512&quot;:12048,&quot;47513&quot;:12049,&quot;47514&quot;:12050,&quot;47515&quot;:12051,&quot;47516&quot;:12052,&quot;47517&quot;:12053,&quot;47518&quot;:12054,&quot;47519&quot;:12055,&quot;47520&quot;:12056,&quot;47521&quot;:12057,&quot;47522&quot;:12058,&quot;47523&quot;:12059,&quot;47524&quot;:12060,&quot;47525&quot;:12061,&quot;47526&quot;:12062,&quot;47527&quot;:12063,&quot;47528&quot;:12064,&quot;47529&quot;:12065,&quot;47530&quot;:12066,&quot;47531&quot;:12067,&quot;47534&quot;:12068,&quot;47535&quot;:12069,&quot;47537&quot;:12070,&quot;47538&quot;:12071,&quot;47539&quot;:12072,&quot;47541&quot;:12073,&quot;47542&quot;:12074,&quot;47543&quot;:12075,&quot;47544&quot;:12076,&quot;47545&quot;:12077,&quot;47546&quot;:12078,&quot;47547&quot;:12079,&quot;47550&quot;:12080,&quot;47552&quot;:12081,&quot;47554&quot;:12082,&quot;47555&quot;:12083,&quot;47556&quot;:12084,&quot;47557&quot;:12085,&quot;47558&quot;:12086,&quot;47559&quot;:12087,&quot;47562&quot;:12088,&quot;47563&quot;:12089,&quot;47565&quot;:12090,&quot;47571&quot;:12091,&quot;47572&quot;:12092,&quot;47573&quot;:12093,&quot;47574&quot;:12094,&quot;47575&quot;:12095,&quot;47578&quot;:12096,&quot;47580&quot;:12097,&quot;47583&quot;:12098,&quot;47584&quot;:12099,&quot;47586&quot;:12100,&quot;47590&quot;:12101,&quot;47591&quot;:12102,&quot;47593&quot;:12103,&quot;47594&quot;:12104,&quot;47595&quot;:12105,&quot;47597&quot;:12106,&quot;47598&quot;:12107,&quot;47599&quot;:12108,&quot;47600&quot;:12109,&quot;47601&quot;:12110,&quot;47602&quot;:12111,&quot;47603&quot;:12112,&quot;47606&quot;:12113,&quot;47611&quot;:12114,&quot;47612&quot;:12115,&quot;47613&quot;:12116,&quot;47614&quot;:12117,&quot;47615&quot;:12118,&quot;47618&quot;:12119,&quot;47619&quot;:12120,&quot;47620&quot;:12121,&quot;47621&quot;:12122,&quot;47622&quot;:12123,&quot;47623&quot;:12124,&quot;47625&quot;:12125,&quot;47626&quot;:12126,&quot;47627&quot;:12127,&quot;47628&quot;:12128,&quot;47629&quot;:12129,&quot;47630&quot;:12130,&quot;47631&quot;:12131,&quot;47632&quot;:12132,&quot;47633&quot;:12133,&quot;47634&quot;:12134,&quot;47635&quot;:12135,&quot;47636&quot;:12136,&quot;47638&quot;:12137,&quot;47639&quot;:12138,&quot;47640&quot;:12139,&quot;47641&quot;:12140,&quot;47642&quot;:12141,&quot;47643&quot;:12142,&quot;47644&quot;:12143,&quot;47645&quot;:12144,&quot;47646&quot;:12145,&quot;47647&quot;:12146,&quot;47648&quot;:12147,&quot;47649&quot;:12148,&quot;47650&quot;:12149,&quot;47651&quot;:12150,&quot;47652&quot;:12151,&quot;47653&quot;:12152,&quot;47654&quot;:12153,&quot;47655&quot;:12154,&quot;47656&quot;:12155,&quot;47657&quot;:12156,&quot;47658&quot;:12157,&quot;47659&quot;:12158,&quot;47660&quot;:12159,&quot;47661&quot;:12160,&quot;47662&quot;:12161,&quot;47663&quot;:12162,&quot;47664&quot;:12163,&quot;47665&quot;:12164,&quot;47666&quot;:12165,&quot;47667&quot;:12166,&quot;47668&quot;:12167,&quot;47669&quot;:12168,&quot;47670&quot;:12169,&quot;47671&quot;:12170,&quot;47674&quot;:12171,&quot;47675&quot;:12172,&quot;47677&quot;:12173,&quot;47678&quot;:12174,&quot;47679&quot;:12175,&quot;47681&quot;:12176,&quot;47683&quot;:12177,&quot;47684&quot;:12178,&quot;47685&quot;:12179,&quot;47686&quot;:12180,&quot;47687&quot;:12181,&quot;47690&quot;:12182,&quot;47692&quot;:12183,&quot;47695&quot;:12184,&quot;47696&quot;:12185,&quot;47697&quot;:12186,&quot;47698&quot;:12187,&quot;47702&quot;:12188,&quot;47703&quot;:12189,&quot;47705&quot;:12190,&quot;47706&quot;:12191,&quot;47707&quot;:12192,&quot;47709&quot;:12193,&quot;47710&quot;:12194,&quot;47711&quot;:12195,&quot;47712&quot;:12196,&quot;47713&quot;:12197,&quot;47714&quot;:12198,&quot;47715&quot;:12199,&quot;47718&quot;:12200,&quot;47722&quot;:12201,&quot;47723&quot;:12202,&quot;47724&quot;:12203,&quot;47725&quot;:12204,&quot;47726&quot;:12205,&quot;47727&quot;:12206,&quot;47730&quot;:12207,&quot;47731&quot;:12208,&quot;47733&quot;:12209,&quot;47734&quot;:12210,&quot;47735&quot;:12211,&quot;47737&quot;:12212,&quot;47738&quot;:12213,&quot;47739&quot;:12214,&quot;47740&quot;:12215,&quot;47741&quot;:12216,&quot;47742&quot;:12217,&quot;47743&quot;:12218,&quot;47744&quot;:12219,&quot;47745&quot;:12220,&quot;47746&quot;:12221,&quot;47750&quot;:12222,&quot;47752&quot;:12223,&quot;47753&quot;:12224,&quot;47754&quot;:12225,&quot;47755&quot;:12226,&quot;47757&quot;:12227,&quot;47758&quot;:12228,&quot;47759&quot;:12229,&quot;47760&quot;:12230,&quot;47761&quot;:12231,&quot;47762&quot;:12232,&quot;47763&quot;:12233,&quot;47764&quot;:12234,&quot;47765&quot;:12235,&quot;47766&quot;:12236,&quot;47767&quot;:12237,&quot;47768&quot;:12238,&quot;47769&quot;:12239,&quot;47770&quot;:12240,&quot;47771&quot;:12241,&quot;47772&quot;:12242,&quot;47773&quot;:12243,&quot;47774&quot;:12244,&quot;47775&quot;:12245,&quot;47776&quot;:12246,&quot;47777&quot;:12247,&quot;47778&quot;:12248,&quot;47779&quot;:12249,&quot;47780&quot;:12250,&quot;47781&quot;:12251,&quot;47782&quot;:12252,&quot;47783&quot;:12253,&quot;47786&quot;:12254,&quot;47789&quot;:12255,&quot;47790&quot;:12256,&quot;47791&quot;:12257,&quot;47793&quot;:12258,&quot;47795&quot;:12259,&quot;47796&quot;:12260,&quot;47797&quot;:12261,&quot;47798&quot;:12262,&quot;47799&quot;:12263,&quot;47802&quot;:12264,&quot;47804&quot;:12265,&quot;47806&quot;:12266,&quot;47807&quot;:12267,&quot;47808&quot;:12268,&quot;47809&quot;:12269,&quot;47810&quot;:12270,&quot;47811&quot;:12271,&quot;47813&quot;:12272,&quot;47814&quot;:12273,&quot;47815&quot;:12274,&quot;47817&quot;:12275,&quot;47818&quot;:12276,&quot;47819&quot;:12277,&quot;47820&quot;:12278,&quot;47821&quot;:12279,&quot;47822&quot;:12280,&quot;47823&quot;:12281,&quot;47824&quot;:12282,&quot;47825&quot;:12283,&quot;47826&quot;:12284,&quot;47827&quot;:12285,&quot;47828&quot;:12286,&quot;47829&quot;:12287,&quot;47830&quot;:12288,&quot;47831&quot;:12289,&quot;47834&quot;:12290,&quot;47835&quot;:12291,&quot;47836&quot;:12292,&quot;47837&quot;:12293,&quot;47838&quot;:12294,&quot;47839&quot;:12295,&quot;47840&quot;:12296,&quot;47841&quot;:12297,&quot;47842&quot;:12298,&quot;47843&quot;:12299,&quot;47844&quot;:12300,&quot;47845&quot;:12301,&quot;47846&quot;:12302,&quot;47847&quot;:12303,&quot;47848&quot;:12304,&quot;47849&quot;:12305,&quot;47850&quot;:12306,&quot;47851&quot;:12307,&quot;47852&quot;:12308,&quot;47853&quot;:12309,&quot;47854&quot;:12310,&quot;47855&quot;:12311,&quot;47856&quot;:12312,&quot;47857&quot;:12313,&quot;47858&quot;:12314,&quot;47859&quot;:12315,&quot;47860&quot;:12316,&quot;47861&quot;:12317,&quot;47862&quot;:12318,&quot;47863&quot;:12319,&quot;47864&quot;:12320,&quot;47865&quot;:12321,&quot;47866&quot;:12322,&quot;47867&quot;:12323,&quot;47869&quot;:12324,&quot;47870&quot;:12325,&quot;47871&quot;:12326,&quot;47873&quot;:12327,&quot;47874&quot;:12328,&quot;47875&quot;:12329,&quot;47877&quot;:12330,&quot;47878&quot;:12331,&quot;47879&quot;:12332,&quot;47880&quot;:12333,&quot;47881&quot;:12334,&quot;47882&quot;:12335,&quot;47883&quot;:12336,&quot;47884&quot;:12337,&quot;47886&quot;:12338,&quot;47888&quot;:12339,&quot;47890&quot;:12340,&quot;47891&quot;:12341,&quot;47892&quot;:12342,&quot;47893&quot;:12343,&quot;47894&quot;:12344,&quot;47895&quot;:12345,&quot;47897&quot;:12346,&quot;47898&quot;:12347,&quot;47899&quot;:12348,&quot;47901&quot;:12349,&quot;47902&quot;:12350,&quot;47903&quot;:12351,&quot;47905&quot;:12352,&quot;47906&quot;:12353,&quot;47907&quot;:12354,&quot;47908&quot;:12355,&quot;47909&quot;:12356,&quot;47910&quot;:12357,&quot;47911&quot;:12358,&quot;47912&quot;:12359,&quot;47914&quot;:12360,&quot;47916&quot;:12361,&quot;47917&quot;:12362,&quot;47918&quot;:12363,&quot;47919&quot;:12364,&quot;47920&quot;:12365,&quot;47921&quot;:12366,&quot;47922&quot;:12367,&quot;47923&quot;:12368,&quot;47927&quot;:12369,&quot;47929&quot;:12370,&quot;47930&quot;:12371,&quot;47935&quot;:12372,&quot;47936&quot;:12373,&quot;47937&quot;:12374,&quot;47938&quot;:12375,&quot;47939&quot;:12376,&quot;47942&quot;:12377,&quot;47944&quot;:12378,&quot;47946&quot;:12379,&quot;47947&quot;:12380,&quot;47948&quot;:12381,&quot;47950&quot;:12382,&quot;47953&quot;:12383,&quot;47954&quot;:12384,&quot;47955&quot;:12385,&quot;47957&quot;:12386,&quot;47958&quot;:12387,&quot;47959&quot;:12388,&quot;47961&quot;:12389,&quot;47962&quot;:12390,&quot;47963&quot;:12391,&quot;47964&quot;:12392,&quot;47965&quot;:12393,&quot;47966&quot;:12394,&quot;47967&quot;:12395,&quot;47968&quot;:12396,&quot;47970&quot;:12397,&quot;47972&quot;:12398,&quot;47973&quot;:12399,&quot;47974&quot;:12400,&quot;47975&quot;:12401,&quot;47976&quot;:12402,&quot;47977&quot;:12403,&quot;47978&quot;:12404,&quot;47979&quot;:12405,&quot;47981&quot;:12406,&quot;47982&quot;:12407,&quot;47983&quot;:12408,&quot;47984&quot;:12409,&quot;47985&quot;:12410,&quot;47986&quot;:12411,&quot;47987&quot;:12412,&quot;47988&quot;:12413,&quot;47989&quot;:12414,&quot;47990&quot;:12415,&quot;47991&quot;:12416,&quot;47992&quot;:12417,&quot;47993&quot;:12418,&quot;47994&quot;:12419,&quot;47995&quot;:12420,&quot;47996&quot;:12421,&quot;47997&quot;:12422,&quot;47998&quot;:12423,&quot;47999&quot;:12424,&quot;48000&quot;:12425,&quot;48001&quot;:12426,&quot;48002&quot;:12427,&quot;48003&quot;:12428,&quot;48004&quot;:12429,&quot;48005&quot;:12430,&quot;48006&quot;:12431,&quot;48007&quot;:12432,&quot;48009&quot;:12433,&quot;48010&quot;:12434,&quot;48011&quot;:12435,&quot;48013&quot;:12436,&quot;48014&quot;:12437,&quot;48015&quot;:12438,&quot;48017&quot;:12439,&quot;48018&quot;:12440,&quot;48019&quot;:12441,&quot;48020&quot;:12442,&quot;48021&quot;:12443,&quot;48022&quot;:12444,&quot;48023&quot;:12445,&quot;48024&quot;:12446,&quot;48025&quot;:12447,&quot;48026&quot;:12448,&quot;48027&quot;:12449,&quot;48028&quot;:12450,&quot;48029&quot;:12451,&quot;48030&quot;:12452,&quot;48031&quot;:12453,&quot;48032&quot;:12454,&quot;48033&quot;:12455,&quot;48034&quot;:12456,&quot;48035&quot;:12457,&quot;48037&quot;:12458,&quot;48038&quot;:12459,&quot;48039&quot;:12460,&quot;48041&quot;:12461,&quot;48042&quot;:12462,&quot;48043&quot;:12463,&quot;48045&quot;:12464,&quot;48046&quot;:12465,&quot;48047&quot;:12466,&quot;48048&quot;:12467,&quot;48049&quot;:12468,&quot;48050&quot;:12469,&quot;48051&quot;:12470,&quot;48053&quot;:12471,&quot;48054&quot;:12472,&quot;48056&quot;:12473,&quot;48057&quot;:12474,&quot;48058&quot;:12475,&quot;48059&quot;:12476,&quot;48060&quot;:12477,&quot;48061&quot;:12478,&quot;48062&quot;:12479,&quot;48063&quot;:12480,&quot;48065&quot;:12481,&quot;48066&quot;:12482,&quot;48067&quot;:12483,&quot;48069&quot;:12484,&quot;48070&quot;:12485,&quot;48071&quot;:12486,&quot;48073&quot;:12487,&quot;48074&quot;:12488,&quot;48075&quot;:12489,&quot;48076&quot;:12490,&quot;48077&quot;:12491,&quot;48078&quot;:12492,&quot;48079&quot;:12493,&quot;48081&quot;:12494,&quot;48082&quot;:12495,&quot;48084&quot;:12496,&quot;48085&quot;:12497,&quot;48086&quot;:12498,&quot;48087&quot;:12499,&quot;48088&quot;:12500,&quot;48089&quot;:12501,&quot;48090&quot;:12502,&quot;48091&quot;:12503,&quot;48092&quot;:12504,&quot;48093&quot;:12505,&quot;48094&quot;:12506,&quot;48095&quot;:12507,&quot;48096&quot;:12508,&quot;48097&quot;:12509,&quot;48098&quot;:12510,&quot;48099&quot;:12511,&quot;48100&quot;:12512,&quot;48101&quot;:12513,&quot;48102&quot;:12514,&quot;48103&quot;:12515,&quot;48104&quot;:12516,&quot;48105&quot;:12517,&quot;48106&quot;:12518,&quot;48107&quot;:12519,&quot;48108&quot;:12520,&quot;48109&quot;:12521,&quot;48110&quot;:12522,&quot;48111&quot;:12523,&quot;48112&quot;:12524,&quot;48113&quot;:12525,&quot;48114&quot;:12526,&quot;48115&quot;:12527,&quot;48116&quot;:12528,&quot;48117&quot;:12529,&quot;48118&quot;:12530,&quot;48119&quot;:12531,&quot;48122&quot;:12532,&quot;48123&quot;:12533,&quot;48125&quot;:12534,&quot;48126&quot;:12535,&quot;48129&quot;:12536,&quot;48131&quot;:12537,&quot;48132&quot;:12538,&quot;48133&quot;:12539,&quot;48134&quot;:12540,&quot;48135&quot;:12541,&quot;48138&quot;:12542,&quot;48142&quot;:12543,&quot;48144&quot;:12544,&quot;48146&quot;:12545,&quot;48147&quot;:12546,&quot;48153&quot;:12547,&quot;48154&quot;:12548,&quot;48160&quot;:12549,&quot;48161&quot;:12550,&quot;48162&quot;:12551,&quot;48163&quot;:12552,&quot;48166&quot;:12553,&quot;48168&quot;:12554,&quot;48170&quot;:12555,&quot;48171&quot;:12556,&quot;48172&quot;:12557,&quot;48174&quot;:12558,&quot;48175&quot;:12559,&quot;48178&quot;:12560,&quot;48179&quot;:12561,&quot;48181&quot;:12562,&quot;48182&quot;:12563,&quot;48183&quot;:12564,&quot;48185&quot;:12565,&quot;48186&quot;:12566,&quot;48187&quot;:12567,&quot;48188&quot;:12568,&quot;48189&quot;:12569,&quot;48190&quot;:12570,&quot;48191&quot;:12571,&quot;48194&quot;:12572,&quot;48198&quot;:12573,&quot;48199&quot;:12574,&quot;48200&quot;:12575,&quot;48202&quot;:12576,&quot;48203&quot;:12577,&quot;48206&quot;:12578,&quot;48207&quot;:12579,&quot;48209&quot;:12580,&quot;48210&quot;:12581,&quot;48211&quot;:12582,&quot;48212&quot;:12583,&quot;48213&quot;:12584,&quot;48214&quot;:12585,&quot;48215&quot;:12586,&quot;48216&quot;:12587,&quot;48217&quot;:12588,&quot;48218&quot;:12589,&quot;48219&quot;:12590,&quot;48220&quot;:12591,&quot;48222&quot;:12592,&quot;48223&quot;:12593,&quot;48224&quot;:12594,&quot;48225&quot;:12595,&quot;48226&quot;:12596,&quot;48227&quot;:12597,&quot;48228&quot;:12598,&quot;48229&quot;:12599,&quot;48230&quot;:12600,&quot;48231&quot;:12601,&quot;48232&quot;:12602,&quot;48233&quot;:12603,&quot;48234&quot;:12604,&quot;48235&quot;:12605,&quot;48236&quot;:12606,&quot;48237&quot;:12607,&quot;48238&quot;:12608,&quot;48239&quot;:12609,&quot;48240&quot;:12610,&quot;48241&quot;:12611,&quot;48242&quot;:12612,&quot;48243&quot;:12613,&quot;48244&quot;:12614,&quot;48245&quot;:12615,&quot;48246&quot;:12616,&quot;48247&quot;:12617,&quot;48248&quot;:12618,&quot;48249&quot;:12619,&quot;48250&quot;:12620,&quot;48251&quot;:12621,&quot;48252&quot;:12622,&quot;48253&quot;:12623,&quot;48254&quot;:12624,&quot;48255&quot;:12625,&quot;48256&quot;:12626,&quot;48257&quot;:12627,&quot;48258&quot;:12628,&quot;48259&quot;:12629,&quot;48262&quot;:12630,&quot;48263&quot;:12631,&quot;48265&quot;:12632,&quot;48266&quot;:12633,&quot;48269&quot;:12634,&quot;48271&quot;:12635,&quot;48272&quot;:12636,&quot;48273&quot;:12637,&quot;48274&quot;:12638,&quot;48275&quot;:12639,&quot;48278&quot;:12640,&quot;48280&quot;:12641,&quot;48283&quot;:12642,&quot;48284&quot;:12643,&quot;48285&quot;:12644,&quot;48286&quot;:12645,&quot;48287&quot;:12646,&quot;48290&quot;:12647,&quot;48291&quot;:12648,&quot;48293&quot;:12649,&quot;48294&quot;:12650,&quot;48297&quot;:12651,&quot;48298&quot;:12652,&quot;48299&quot;:12653,&quot;48300&quot;:12654,&quot;48301&quot;:12655,&quot;48302&quot;:12656,&quot;48303&quot;:12657,&quot;48306&quot;:12658,&quot;48310&quot;:12659,&quot;48311&quot;:12660,&quot;48312&quot;:12661,&quot;48313&quot;:12662,&quot;48314&quot;:12663,&quot;48315&quot;:12664,&quot;48318&quot;:12665,&quot;48319&quot;:12666,&quot;48321&quot;:12667,&quot;48322&quot;:12668,&quot;48323&quot;:12669,&quot;48325&quot;:12670,&quot;48326&quot;:12671,&quot;48327&quot;:12672,&quot;48328&quot;:12673,&quot;48329&quot;:12674,&quot;48330&quot;:12675,&quot;48331&quot;:12676,&quot;48332&quot;:12677,&quot;48334&quot;:12678,&quot;48338&quot;:12679,&quot;48339&quot;:12680,&quot;48340&quot;:12681,&quot;48342&quot;:12682,&quot;48343&quot;:12683,&quot;48345&quot;:12684,&quot;48346&quot;:12685,&quot;48347&quot;:12686,&quot;48349&quot;:12687,&quot;48350&quot;:12688,&quot;48351&quot;:12689,&quot;48352&quot;:12690,&quot;48353&quot;:12691,&quot;48354&quot;:12692,&quot;48355&quot;:12693,&quot;48356&quot;:12694,&quot;48357&quot;:12695,&quot;48358&quot;:12696,&quot;48359&quot;:12697,&quot;48360&quot;:12698,&quot;48361&quot;:12699,&quot;48362&quot;:12700,&quot;48363&quot;:12701,&quot;48364&quot;:12702,&quot;48365&quot;:12703,&quot;48366&quot;:12704,&quot;48367&quot;:12705,&quot;48368&quot;:12706,&quot;48369&quot;:12707,&quot;48370&quot;:12708,&quot;48371&quot;:12709,&quot;48375&quot;:12710,&quot;48377&quot;:12711,&quot;48378&quot;:12712,&quot;48379&quot;:12713,&quot;48381&quot;:12714,&quot;48382&quot;:12715,&quot;48383&quot;:12716,&quot;48384&quot;:12717,&quot;48385&quot;:12718,&quot;48386&quot;:12719,&quot;48387&quot;:12720,&quot;48390&quot;:12721,&quot;48392&quot;:12722,&quot;48394&quot;:12723,&quot;48395&quot;:12724,&quot;48396&quot;:12725,&quot;48397&quot;:12726,&quot;48398&quot;:12727,&quot;48399&quot;:12728,&quot;48401&quot;:12729,&quot;48402&quot;:12730,&quot;48403&quot;:12731,&quot;48405&quot;:12732,&quot;48406&quot;:12733,&quot;48407&quot;:12734,&quot;48408&quot;:12735,&quot;48409&quot;:12736,&quot;48410&quot;:12737,&quot;48411&quot;:12738,&quot;48412&quot;:12739,&quot;48413&quot;:12740,&quot;48414&quot;:12741,&quot;48415&quot;:12742,&quot;48416&quot;:12743,&quot;48417&quot;:12744,&quot;48418&quot;:12745,&quot;48419&quot;:12746,&quot;48421&quot;:12747,&quot;48422&quot;:12748,&quot;48423&quot;:12749,&quot;48424&quot;:12750,&quot;48425&quot;:12751,&quot;48426&quot;:12752,&quot;48427&quot;:12753,&quot;48429&quot;:12754,&quot;48430&quot;:12755,&quot;48431&quot;:12756,&quot;48432&quot;:12757,&quot;48433&quot;:12758,&quot;48434&quot;:12759,&quot;48435&quot;:12760,&quot;48436&quot;:12761,&quot;48437&quot;:12762,&quot;48438&quot;:12763,&quot;48439&quot;:12764,&quot;48440&quot;:12765,&quot;48441&quot;:12766,&quot;48442&quot;:12767,&quot;48443&quot;:12768,&quot;48444&quot;:12769,&quot;48445&quot;:12770,&quot;48446&quot;:12771,&quot;48447&quot;:12772,&quot;48449&quot;:12773,&quot;48450&quot;:12774,&quot;48451&quot;:12775,&quot;48452&quot;:12776,&quot;48453&quot;:12777,&quot;48454&quot;:12778,&quot;48455&quot;:12779,&quot;48458&quot;:12780,&quot;48459&quot;:12781,&quot;48461&quot;:12782,&quot;48462&quot;:12783,&quot;48463&quot;:12784,&quot;48465&quot;:12785,&quot;48466&quot;:12786,&quot;48467&quot;:12787,&quot;48468&quot;:12788,&quot;48469&quot;:12789,&quot;48470&quot;:12790,&quot;48471&quot;:12791,&quot;48474&quot;:12792,&quot;48475&quot;:12793,&quot;48476&quot;:12794,&quot;48477&quot;:12795,&quot;48478&quot;:12796,&quot;48479&quot;:12797,&quot;48480&quot;:12798,&quot;48481&quot;:12799,&quot;48482&quot;:12800,&quot;48483&quot;:12801,&quot;48485&quot;:12802,&quot;48486&quot;:12803,&quot;48487&quot;:12804,&quot;48489&quot;:12805,&quot;48490&quot;:12806,&quot;48491&quot;:12807,&quot;48492&quot;:12808,&quot;48493&quot;:12809,&quot;48494&quot;:12810,&quot;48495&quot;:12811,&quot;48496&quot;:12812,&quot;48497&quot;:12813,&quot;48498&quot;:12814,&quot;48499&quot;:12815,&quot;48500&quot;:12816,&quot;48501&quot;:12817,&quot;48502&quot;:12818,&quot;48503&quot;:12819,&quot;48504&quot;:12820,&quot;48505&quot;:12821,&quot;48506&quot;:12822,&quot;48507&quot;:12823,&quot;48508&quot;:12824,&quot;48509&quot;:12825,&quot;48510&quot;:12826,&quot;48511&quot;:12827,&quot;48514&quot;:12828,&quot;48515&quot;:12829,&quot;48517&quot;:12830,&quot;48518&quot;:12831,&quot;48523&quot;:12832,&quot;48524&quot;:12833,&quot;48525&quot;:12834,&quot;48526&quot;:12835,&quot;48527&quot;:12836,&quot;48530&quot;:12837,&quot;48532&quot;:12838,&quot;48534&quot;:12839,&quot;48535&quot;:12840,&quot;48536&quot;:12841,&quot;48539&quot;:12842,&quot;48541&quot;:12843,&quot;48542&quot;:12844,&quot;48543&quot;:12845,&quot;48544&quot;:12846,&quot;48545&quot;:12847,&quot;48546&quot;:12848,&quot;48547&quot;:12849,&quot;48549&quot;:12850,&quot;48550&quot;:12851,&quot;48551&quot;:12852,&quot;48552&quot;:12853,&quot;48553&quot;:12854,&quot;48554&quot;:12855,&quot;48555&quot;:12856,&quot;48556&quot;:12857,&quot;48557&quot;:12858,&quot;48558&quot;:12859,&quot;48559&quot;:12860,&quot;48561&quot;:12861,&quot;48562&quot;:12862,&quot;48563&quot;:12863,&quot;48564&quot;:12864,&quot;48565&quot;:12865,&quot;48566&quot;:12866,&quot;48567&quot;:12867,&quot;48569&quot;:12868,&quot;48570&quot;:12869,&quot;48571&quot;:12870,&quot;48572&quot;:12871,&quot;48573&quot;:12872,&quot;48574&quot;:12873,&quot;48575&quot;:12874,&quot;48576&quot;:12875,&quot;48577&quot;:12876,&quot;48578&quot;:12877,&quot;48579&quot;:12878,&quot;48580&quot;:12879,&quot;48581&quot;:12880,&quot;48582&quot;:12881,&quot;48583&quot;:12882,&quot;48584&quot;:12883,&quot;48585&quot;:12884,&quot;48586&quot;:12885,&quot;48587&quot;:12886,&quot;48588&quot;:12887,&quot;48589&quot;:12888,&quot;48590&quot;:12889,&quot;48591&quot;:12890,&quot;48592&quot;:12891,&quot;48593&quot;:12892,&quot;48594&quot;:12893,&quot;48595&quot;:12894,&quot;48598&quot;:12895,&quot;48599&quot;:12896,&quot;48601&quot;:12897,&quot;48602&quot;:12898,&quot;48603&quot;:12899,&quot;48605&quot;:12900,&quot;48606&quot;:12901,&quot;48607&quot;:12902,&quot;48608&quot;:12903,&quot;48609&quot;:12904,&quot;48610&quot;:12905,&quot;48611&quot;:12906,&quot;48612&quot;:12907,&quot;48613&quot;:12908,&quot;48614&quot;:12909,&quot;48615&quot;:12910,&quot;48616&quot;:12911,&quot;48618&quot;:12912,&quot;48619&quot;:12913,&quot;48620&quot;:12914,&quot;48621&quot;:12915,&quot;48622&quot;:12916,&quot;48623&quot;:12917,&quot;48625&quot;:12918,&quot;48626&quot;:12919,&quot;48627&quot;:12920,&quot;48629&quot;:12921,&quot;48630&quot;:12922,&quot;48631&quot;:12923,&quot;48633&quot;:12924,&quot;48634&quot;:12925,&quot;48635&quot;:12926,&quot;48636&quot;:12927,&quot;48637&quot;:12928,&quot;48638&quot;:12929,&quot;48639&quot;:12930,&quot;48641&quot;:12931,&quot;48642&quot;:12932,&quot;48644&quot;:12933,&quot;48646&quot;:12934,&quot;48647&quot;:12935,&quot;48648&quot;:12936,&quot;48649&quot;:12937,&quot;48650&quot;:12938,&quot;48651&quot;:12939,&quot;48654&quot;:12940,&quot;48655&quot;:12941,&quot;48657&quot;:12942,&quot;48658&quot;:12943,&quot;48659&quot;:12944,&quot;48661&quot;:12945,&quot;48662&quot;:12946,&quot;48663&quot;:12947,&quot;48664&quot;:12948,&quot;48665&quot;:12949,&quot;48666&quot;:12950,&quot;48667&quot;:12951,&quot;48670&quot;:12952,&quot;48672&quot;:12953,&quot;48673&quot;:12954,&quot;48674&quot;:12955,&quot;48675&quot;:12956,&quot;48676&quot;:12957,&quot;48677&quot;:12958,&quot;48678&quot;:12959,&quot;48679&quot;:12960,&quot;48680&quot;:12961,&quot;48681&quot;:12962,&quot;48682&quot;:12963,&quot;48683&quot;:12964,&quot;48684&quot;:12965,&quot;48685&quot;:12966,&quot;48686&quot;:12967,&quot;48687&quot;:12968,&quot;48688&quot;:12969,&quot;48689&quot;:12970,&quot;48690&quot;:12971,&quot;48691&quot;:12972,&quot;48692&quot;:12973,&quot;48693&quot;:12974,&quot;48694&quot;:12975,&quot;48695&quot;:12976,&quot;48696&quot;:12977,&quot;48697&quot;:12978,&quot;48698&quot;:12979,&quot;48699&quot;:12980,&quot;48700&quot;:12981,&quot;48701&quot;:12982,&quot;48702&quot;:12983,&quot;48703&quot;:12984,&quot;48704&quot;:12985,&quot;48705&quot;:12986,&quot;48706&quot;:12987,&quot;48707&quot;:12988,&quot;48710&quot;:12989,&quot;48711&quot;:12990,&quot;48713&quot;:12991,&quot;48714&quot;:12992,&quot;48715&quot;:12993,&quot;48717&quot;:12994,&quot;48719&quot;:12995,&quot;48720&quot;:12996,&quot;48721&quot;:12997,&quot;48722&quot;:12998,&quot;48723&quot;:12999,&quot;48726&quot;:13000,&quot;48728&quot;:13001,&quot;48732&quot;:13002,&quot;48733&quot;:13003,&quot;48734&quot;:13004,&quot;48735&quot;:13005,&quot;48738&quot;:13006,&quot;48739&quot;:13007,&quot;48741&quot;:13008,&quot;48742&quot;:13009,&quot;48743&quot;:13010,&quot;48745&quot;:13011,&quot;48747&quot;:13012,&quot;48748&quot;:13013,&quot;48749&quot;:13014,&quot;48750&quot;:13015,&quot;48751&quot;:13016,&quot;48754&quot;:13017,&quot;48758&quot;:13018,&quot;48759&quot;:13019,&quot;48760&quot;:13020,&quot;48761&quot;:13021,&quot;48762&quot;:13022,&quot;48766&quot;:13023,&quot;48767&quot;:13024,&quot;48769&quot;:13025,&quot;48770&quot;:13026,&quot;48771&quot;:13027,&quot;48773&quot;:13028,&quot;48774&quot;:13029,&quot;48775&quot;:13030,&quot;48776&quot;:13031,&quot;48777&quot;:13032,&quot;48778&quot;:13033,&quot;48779&quot;:13034,&quot;48782&quot;:13035,&quot;48786&quot;:13036,&quot;48787&quot;:13037,&quot;48788&quot;:13038,&quot;48789&quot;:13039,&quot;48790&quot;:13040,&quot;48791&quot;:13041,&quot;48794&quot;:13042,&quot;48795&quot;:13043,&quot;48796&quot;:13044,&quot;48797&quot;:13045,&quot;48798&quot;:13046,&quot;48799&quot;:13047,&quot;48800&quot;:13048,&quot;48801&quot;:13049,&quot;48802&quot;:13050,&quot;48803&quot;:13051,&quot;48804&quot;:13052,&quot;48805&quot;:13053,&quot;48806&quot;:13054,&quot;48807&quot;:13055,&quot;48809&quot;:13056,&quot;48810&quot;:13057,&quot;48811&quot;:13058,&quot;48812&quot;:13059,&quot;48813&quot;:13060,&quot;48814&quot;:13061,&quot;48815&quot;:13062,&quot;48816&quot;:13063,&quot;48817&quot;:13064,&quot;48818&quot;:13065,&quot;48819&quot;:13066,&quot;48820&quot;:13067,&quot;48821&quot;:13068,&quot;48822&quot;:13069,&quot;48823&quot;:13070,&quot;48824&quot;:13071,&quot;48825&quot;:13072,&quot;48826&quot;:13073,&quot;48827&quot;:13074,&quot;48828&quot;:13075,&quot;48829&quot;:13076,&quot;48830&quot;:13077,&quot;48831&quot;:13078,&quot;48832&quot;:13079,&quot;48833&quot;:13080,&quot;48834&quot;:13081,&quot;48835&quot;:13082,&quot;48836&quot;:13083,&quot;48837&quot;:13084,&quot;48838&quot;:13085,&quot;48839&quot;:13086,&quot;48840&quot;:13087,&quot;48841&quot;:13088,&quot;48842&quot;:13089,&quot;48843&quot;:13090,&quot;48844&quot;:13091,&quot;48845&quot;:13092,&quot;48846&quot;:13093,&quot;48847&quot;:13094,&quot;48850&quot;:13095,&quot;48851&quot;:13096,&quot;48853&quot;:13097,&quot;48854&quot;:13098,&quot;48857&quot;:13099,&quot;48858&quot;:13100,&quot;48859&quot;:13101,&quot;48860&quot;:13102,&quot;48861&quot;:13103,&quot;48862&quot;:13104,&quot;48863&quot;:13105,&quot;48865&quot;:13106,&quot;48866&quot;:13107,&quot;48870&quot;:13108,&quot;48871&quot;:13109,&quot;48872&quot;:13110,&quot;48873&quot;:13111,&quot;48874&quot;:13112,&quot;48875&quot;:13113,&quot;48877&quot;:13114,&quot;48878&quot;:13115,&quot;48879&quot;:13116,&quot;48880&quot;:13117,&quot;48881&quot;:13118,&quot;48882&quot;:13119,&quot;48883&quot;:13120,&quot;48884&quot;:13121,&quot;48885&quot;:13122,&quot;48886&quot;:13123,&quot;48887&quot;:13124,&quot;48888&quot;:13125,&quot;48889&quot;:13126,&quot;48890&quot;:13127,&quot;48891&quot;:13128,&quot;48892&quot;:13129,&quot;48893&quot;:13130,&quot;48894&quot;:13131,&quot;48895&quot;:13132,&quot;48896&quot;:13133,&quot;48898&quot;:13134,&quot;48899&quot;:13135,&quot;48900&quot;:13136,&quot;48901&quot;:13137,&quot;48902&quot;:13138,&quot;48903&quot;:13139,&quot;48906&quot;:13140,&quot;48907&quot;:13141,&quot;48908&quot;:13142,&quot;48909&quot;:13143,&quot;48910&quot;:13144,&quot;48911&quot;:13145,&quot;48912&quot;:13146,&quot;48913&quot;:13147,&quot;48914&quot;:13148,&quot;48915&quot;:13149,&quot;48916&quot;:13150,&quot;48917&quot;:13151,&quot;48918&quot;:13152,&quot;48919&quot;:13153,&quot;48922&quot;:13154,&quot;48926&quot;:13155,&quot;48927&quot;:13156,&quot;48928&quot;:13157,&quot;48929&quot;:13158,&quot;48930&quot;:13159,&quot;48931&quot;:13160,&quot;48932&quot;:13161,&quot;48933&quot;:13162,&quot;48934&quot;:13163,&quot;48935&quot;:13164,&quot;48936&quot;:13165,&quot;48937&quot;:13166,&quot;48938&quot;:13167,&quot;48939&quot;:13168,&quot;48940&quot;:13169,&quot;48941&quot;:13170,&quot;48942&quot;:13171,&quot;48943&quot;:13172,&quot;48944&quot;:13173,&quot;48945&quot;:13174,&quot;48946&quot;:13175,&quot;48947&quot;:13176,&quot;48948&quot;:13177,&quot;48949&quot;:13178,&quot;48950&quot;:13179,&quot;48951&quot;:13180,&quot;48952&quot;:13181,&quot;48953&quot;:13182,&quot;48954&quot;:13183,&quot;48955&quot;:13184,&quot;48956&quot;:13185,&quot;48957&quot;:13186,&quot;48958&quot;:13187,&quot;48959&quot;:13188,&quot;48962&quot;:13189,&quot;48963&quot;:13190,&quot;48965&quot;:13191,&quot;48966&quot;:13192,&quot;48967&quot;:13193,&quot;48969&quot;:13194,&quot;48970&quot;:13195,&quot;48971&quot;:13196,&quot;48972&quot;:13197,&quot;48973&quot;:13198,&quot;48974&quot;:13199,&quot;48975&quot;:13200,&quot;48978&quot;:13201,&quot;48979&quot;:13202,&quot;48980&quot;:13203,&quot;48982&quot;:13204,&quot;48983&quot;:13205,&quot;48984&quot;:13206,&quot;48985&quot;:13207,&quot;48986&quot;:13208,&quot;48987&quot;:13209,&quot;48988&quot;:13210,&quot;48989&quot;:13211,&quot;48990&quot;:13212,&quot;48991&quot;:13213,&quot;48992&quot;:13214,&quot;48993&quot;:13215,&quot;48994&quot;:13216,&quot;48995&quot;:13217,&quot;48996&quot;:13218,&quot;48997&quot;:13219,&quot;48998&quot;:13220,&quot;48999&quot;:13221,&quot;49000&quot;:13222,&quot;49001&quot;:13223,&quot;49002&quot;:13224,&quot;49003&quot;:13225,&quot;49004&quot;:13226,&quot;49005&quot;:13227,&quot;49006&quot;:13228,&quot;49007&quot;:13229,&quot;49008&quot;:13230,&quot;49009&quot;:13231,&quot;49010&quot;:13232,&quot;49011&quot;:13233,&quot;49012&quot;:13234,&quot;49013&quot;:13235,&quot;49014&quot;:13236,&quot;49015&quot;:13237,&quot;49016&quot;:13238,&quot;49017&quot;:13239,&quot;49018&quot;:13240,&quot;49019&quot;:13241,&quot;49020&quot;:13242,&quot;49021&quot;:13243,&quot;49022&quot;:13244,&quot;49023&quot;:13245,&quot;49024&quot;:13246,&quot;49025&quot;:13247,&quot;49026&quot;:13248,&quot;49027&quot;:13249,&quot;49028&quot;:13250,&quot;49029&quot;:13251,&quot;49030&quot;:13252,&quot;49031&quot;:13253,&quot;49032&quot;:13254,&quot;49033&quot;:13255,&quot;49034&quot;:13256,&quot;49035&quot;:13257,&quot;49036&quot;:13258,&quot;49037&quot;:13259,&quot;49038&quot;:13260,&quot;49039&quot;:13261,&quot;49040&quot;:13262,&quot;49041&quot;:13263,&quot;49042&quot;:13264,&quot;49043&quot;:13265,&quot;49045&quot;:13266,&quot;49046&quot;:13267,&quot;49047&quot;:13268,&quot;49048&quot;:13269,&quot;49049&quot;:13270,&quot;49050&quot;:13271,&quot;49051&quot;:13272,&quot;49052&quot;:13273,&quot;49053&quot;:13274,&quot;49054&quot;:13275,&quot;49055&quot;:13276,&quot;49056&quot;:13277,&quot;49057&quot;:13278,&quot;49058&quot;:13279,&quot;49059&quot;:13280,&quot;49060&quot;:13281,&quot;49061&quot;:13282,&quot;49062&quot;:13283,&quot;49063&quot;:13284,&quot;49064&quot;:13285,&quot;49065&quot;:13286,&quot;49066&quot;:13287,&quot;49067&quot;:13288,&quot;49068&quot;:13289,&quot;49069&quot;:13290,&quot;49070&quot;:13291,&quot;49071&quot;:13292,&quot;49073&quot;:13293,&quot;49074&quot;:13294,&quot;49075&quot;:13295,&quot;49076&quot;:13296,&quot;49077&quot;:13297,&quot;49078&quot;:13298,&quot;49079&quot;:13299,&quot;49080&quot;:13300,&quot;49081&quot;:13301,&quot;49082&quot;:13302,&quot;49083&quot;:13303,&quot;49084&quot;:13304,&quot;49085&quot;:13305,&quot;49086&quot;:13306,&quot;49087&quot;:13307,&quot;49088&quot;:13308,&quot;49089&quot;:13309,&quot;49090&quot;:13310,&quot;49091&quot;:13311,&quot;49092&quot;:13312,&quot;49094&quot;:13313,&quot;49095&quot;:13314,&quot;49096&quot;:13315,&quot;49097&quot;:13316,&quot;49098&quot;:13317,&quot;49099&quot;:13318,&quot;49102&quot;:13319,&quot;49103&quot;:13320,&quot;49105&quot;:13321,&quot;49106&quot;:13322,&quot;49107&quot;:13323,&quot;49109&quot;:13324,&quot;49110&quot;:13325,&quot;49111&quot;:13326,&quot;49112&quot;:13327,&quot;49113&quot;:13328,&quot;49114&quot;:13329,&quot;49115&quot;:13330,&quot;49117&quot;:13331,&quot;49118&quot;:13332,&quot;49120&quot;:13333,&quot;49122&quot;:13334,&quot;49123&quot;:13335,&quot;49124&quot;:13336,&quot;49125&quot;:13337,&quot;49126&quot;:13338,&quot;49127&quot;:13339,&quot;49128&quot;:13340,&quot;49129&quot;:13341,&quot;49130&quot;:13342,&quot;49131&quot;:13343,&quot;49132&quot;:13344,&quot;49133&quot;:13345,&quot;49134&quot;:13346,&quot;49135&quot;:13347,&quot;49136&quot;:13348,&quot;49137&quot;:13349,&quot;49138&quot;:13350,&quot;49139&quot;:13351,&quot;49140&quot;:13352,&quot;49141&quot;:13353,&quot;49142&quot;:13354,&quot;49143&quot;:13355,&quot;49144&quot;:13356,&quot;49145&quot;:13357,&quot;49146&quot;:13358,&quot;49147&quot;:13359,&quot;49148&quot;:13360,&quot;49149&quot;:13361,&quot;49150&quot;:13362,&quot;49151&quot;:13363,&quot;49152&quot;:13364,&quot;49153&quot;:13365,&quot;49154&quot;:13366,&quot;49155&quot;:13367,&quot;49156&quot;:13368,&quot;49157&quot;:13369,&quot;49158&quot;:13370,&quot;49159&quot;:13371,&quot;49160&quot;:13372,&quot;49161&quot;:13373,&quot;49162&quot;:13374,&quot;49163&quot;:13375,&quot;49164&quot;:13376,&quot;49165&quot;:13377,&quot;49166&quot;:13378,&quot;49167&quot;:13379,&quot;49168&quot;:13380,&quot;49169&quot;:13381,&quot;49170&quot;:13382,&quot;49171&quot;:13383,&quot;49172&quot;:13384,&quot;49173&quot;:13385,&quot;49174&quot;:13386,&quot;49175&quot;:13387,&quot;49176&quot;:13388,&quot;49177&quot;:13389,&quot;49178&quot;:13390,&quot;49179&quot;:13391,&quot;49180&quot;:13392,&quot;49181&quot;:13393,&quot;49182&quot;:13394,&quot;49183&quot;:13395,&quot;49184&quot;:13396,&quot;49185&quot;:13397,&quot;49186&quot;:13398,&quot;49187&quot;:13399,&quot;49188&quot;:13400,&quot;49189&quot;:13401,&quot;49190&quot;:13402,&quot;49191&quot;:13403,&quot;49192&quot;:13404,&quot;49193&quot;:13405,&quot;49194&quot;:13406,&quot;49195&quot;:13407,&quot;49196&quot;:13408,&quot;49197&quot;:13409,&quot;49198&quot;:13410,&quot;49199&quot;:13411,&quot;49200&quot;:13412,&quot;49201&quot;:13413,&quot;49202&quot;:13414,&quot;49203&quot;:13415,&quot;49204&quot;:13416,&quot;49205&quot;:13417,&quot;49206&quot;:13418,&quot;49207&quot;:13419,&quot;49208&quot;:13420,&quot;49209&quot;:13421,&quot;49210&quot;:13422,&quot;49211&quot;:13423,&quot;49213&quot;:13424,&quot;49214&quot;:13425,&quot;49215&quot;:13426,&quot;49216&quot;:13427,&quot;49217&quot;:13428,&quot;49218&quot;:13429,&quot;49219&quot;:13430,&quot;49220&quot;:13431,&quot;49221&quot;:13432,&quot;49222&quot;:13433,&quot;49223&quot;:13434,&quot;49224&quot;:13435,&quot;49225&quot;:13436,&quot;49226&quot;:13437,&quot;49227&quot;:13438,&quot;49228&quot;:13439,&quot;49229&quot;:13440,&quot;49230&quot;:13441,&quot;49231&quot;:13442,&quot;49232&quot;:13443,&quot;49234&quot;:13444,&quot;49235&quot;:13445,&quot;49236&quot;:13446,&quot;49237&quot;:13447,&quot;49238&quot;:13448,&quot;49239&quot;:13449,&quot;49241&quot;:13450,&quot;49242&quot;:13451,&quot;49243&quot;:13452,&quot;49245&quot;:13453,&quot;49246&quot;:13454,&quot;49247&quot;:13455,&quot;49249&quot;:13456,&quot;49250&quot;:13457,&quot;49251&quot;:13458,&quot;49252&quot;:13459,&quot;49253&quot;:13460,&quot;49254&quot;:13461,&quot;49255&quot;:13462,&quot;49258&quot;:13463,&quot;49259&quot;:13464,&quot;49260&quot;:13465,&quot;49261&quot;:13466,&quot;49262&quot;:13467,&quot;49263&quot;:13468,&quot;49264&quot;:13469,&quot;49265&quot;:13470,&quot;49266&quot;:13471,&quot;49267&quot;:13472,&quot;49268&quot;:13473,&quot;49269&quot;:13474,&quot;49270&quot;:13475,&quot;49271&quot;:13476,&quot;49272&quot;:13477,&quot;49273&quot;:13478,&quot;49274&quot;:13479,&quot;49275&quot;:13480,&quot;49276&quot;:13481,&quot;49277&quot;:13482,&quot;49278&quot;:13483,&quot;49279&quot;:13484,&quot;49280&quot;:13485,&quot;49281&quot;:13486,&quot;49282&quot;:13487,&quot;49283&quot;:13488,&quot;49284&quot;:13489,&quot;49285&quot;:13490,&quot;49286&quot;:13491,&quot;49287&quot;:13492,&quot;49288&quot;:13493,&quot;49289&quot;:13494,&quot;49290&quot;:13495,&quot;49291&quot;:13496,&quot;49292&quot;:13497,&quot;49293&quot;:13498,&quot;49294&quot;:13499,&quot;49295&quot;:13500,&quot;49298&quot;:13501,&quot;49299&quot;:13502,&quot;49301&quot;:13503,&quot;49302&quot;:13504,&quot;49303&quot;:13505,&quot;49305&quot;:13506,&quot;49306&quot;:13507,&quot;49307&quot;:13508,&quot;49308&quot;:13509,&quot;49309&quot;:13510,&quot;49310&quot;:13511,&quot;49311&quot;:13512,&quot;49314&quot;:13513,&quot;49316&quot;:13514,&quot;49318&quot;:13515,&quot;49319&quot;:13516,&quot;49320&quot;:13517,&quot;49321&quot;:13518,&quot;49322&quot;:13519,&quot;49323&quot;:13520,&quot;49326&quot;:13521,&quot;49329&quot;:13522,&quot;49330&quot;:13523,&quot;49335&quot;:13524,&quot;49336&quot;:13525,&quot;49337&quot;:13526,&quot;49338&quot;:13527,&quot;49339&quot;:13528,&quot;49342&quot;:13529,&quot;49346&quot;:13530,&quot;49347&quot;:13531,&quot;49348&quot;:13532,&quot;49350&quot;:13533,&quot;49351&quot;:13534,&quot;49354&quot;:13535,&quot;49355&quot;:13536,&quot;49357&quot;:13537,&quot;49358&quot;:13538,&quot;49359&quot;:13539,&quot;49361&quot;:13540,&quot;49362&quot;:13541,&quot;49363&quot;:13542,&quot;49364&quot;:13543,&quot;49365&quot;:13544,&quot;49366&quot;:13545,&quot;49367&quot;:13546,&quot;49370&quot;:13547,&quot;49374&quot;:13548,&quot;49375&quot;:13549,&quot;49376&quot;:13550,&quot;49377&quot;:13551,&quot;49378&quot;:13552,&quot;49379&quot;:13553,&quot;49382&quot;:13554,&quot;49383&quot;:13555,&quot;49385&quot;:13556,&quot;49386&quot;:13557,&quot;49387&quot;:13558,&quot;49389&quot;:13559,&quot;49390&quot;:13560,&quot;49391&quot;:13561,&quot;49392&quot;:13562,&quot;49393&quot;:13563,&quot;49394&quot;:13564,&quot;49395&quot;:13565,&quot;49398&quot;:13566,&quot;49400&quot;:13567,&quot;49402&quot;:13568,&quot;49403&quot;:13569,&quot;49404&quot;:13570,&quot;49405&quot;:13571,&quot;49406&quot;:13572,&quot;49407&quot;:13573,&quot;49409&quot;:13574,&quot;49410&quot;:13575,&quot;49411&quot;:13576,&quot;49413&quot;:13577,&quot;49414&quot;:13578,&quot;49415&quot;:13579,&quot;49417&quot;:13580,&quot;49418&quot;:13581,&quot;49419&quot;:13582,&quot;49420&quot;:13583,&quot;49421&quot;:13584,&quot;49422&quot;:13585,&quot;49423&quot;:13586,&quot;49425&quot;:13587,&quot;49426&quot;:13588,&quot;49427&quot;:13589,&quot;49428&quot;:13590,&quot;49430&quot;:13591,&quot;49431&quot;:13592,&quot;49432&quot;:13593,&quot;49433&quot;:13594,&quot;49434&quot;:13595,&quot;49435&quot;:13596,&quot;49441&quot;:13597,&quot;49442&quot;:13598,&quot;49445&quot;:13599,&quot;49448&quot;:13600,&quot;49449&quot;:13601,&quot;49450&quot;:13602,&quot;49451&quot;:13603,&quot;49454&quot;:13604,&quot;49458&quot;:13605,&quot;49459&quot;:13606,&quot;49460&quot;:13607,&quot;49461&quot;:13608,&quot;49463&quot;:13609,&quot;49466&quot;:13610,&quot;49467&quot;:13611,&quot;49469&quot;:13612,&quot;49470&quot;:13613,&quot;49471&quot;:13614,&quot;49473&quot;:13615,&quot;49474&quot;:13616,&quot;49475&quot;:13617,&quot;49476&quot;:13618,&quot;49477&quot;:13619,&quot;49478&quot;:13620,&quot;49479&quot;:13621,&quot;49482&quot;:13622,&quot;49486&quot;:13623,&quot;49487&quot;:13624,&quot;49488&quot;:13625,&quot;49489&quot;:13626,&quot;49490&quot;:13627,&quot;49491&quot;:13628,&quot;49494&quot;:13629,&quot;49495&quot;:13630,&quot;49497&quot;:13631,&quot;49498&quot;:13632,&quot;49499&quot;:13633,&quot;49501&quot;:13634,&quot;49502&quot;:13635,&quot;49503&quot;:13636,&quot;49504&quot;:13637,&quot;49505&quot;:13638,&quot;49506&quot;:13639,&quot;49507&quot;:13640,&quot;49510&quot;:13641,&quot;49514&quot;:13642,&quot;49515&quot;:13643,&quot;49516&quot;:13644,&quot;49517&quot;:13645,&quot;49518&quot;:13646,&quot;49519&quot;:13647,&quot;49521&quot;:13648,&quot;49522&quot;:13649,&quot;49523&quot;:13650,&quot;49525&quot;:13651,&quot;49526&quot;:13652,&quot;49527&quot;:13653,&quot;49529&quot;:13654,&quot;49530&quot;:13655,&quot;49531&quot;:13656,&quot;49532&quot;:13657,&quot;49533&quot;:13658,&quot;49534&quot;:13659,&quot;49535&quot;:13660,&quot;49536&quot;:13661,&quot;49537&quot;:13662,&quot;49538&quot;:13663,&quot;49539&quot;:13664,&quot;49540&quot;:13665,&quot;49542&quot;:13666,&quot;49543&quot;:13667,&quot;49544&quot;:13668,&quot;49545&quot;:13669,&quot;49546&quot;:13670,&quot;49547&quot;:13671,&quot;49551&quot;:13672,&quot;49553&quot;:13673,&quot;49554&quot;:13674,&quot;49555&quot;:13675,&quot;49557&quot;:13676,&quot;49559&quot;:13677,&quot;49560&quot;:13678,&quot;49561&quot;:13679,&quot;49562&quot;:13680,&quot;49563&quot;:13681,&quot;49566&quot;:13682,&quot;49568&quot;:13683,&quot;49570&quot;:13684,&quot;49571&quot;:13685,&quot;49572&quot;:13686,&quot;49574&quot;:13687,&quot;49575&quot;:13688,&quot;49578&quot;:13689,&quot;49579&quot;:13690,&quot;49581&quot;:13691,&quot;49582&quot;:13692,&quot;49583&quot;:13693,&quot;49585&quot;:13694,&quot;49586&quot;:13695,&quot;49587&quot;:13696,&quot;49588&quot;:13697,&quot;49589&quot;:13698,&quot;49590&quot;:13699,&quot;49591&quot;:13700,&quot;49592&quot;:13701,&quot;49593&quot;:13702,&quot;49594&quot;:13703,&quot;49595&quot;:13704,&quot;49596&quot;:13705,&quot;49598&quot;:13706,&quot;49599&quot;:13707,&quot;49600&quot;:13708,&quot;49601&quot;:13709,&quot;49602&quot;:13710,&quot;49603&quot;:13711,&quot;49605&quot;:13712,&quot;49606&quot;:13713,&quot;49607&quot;:13714,&quot;49609&quot;:13715,&quot;49610&quot;:13716,&quot;49611&quot;:13717,&quot;49613&quot;:13718,&quot;49614&quot;:13719,&quot;49615&quot;:13720,&quot;49616&quot;:13721,&quot;49617&quot;:13722,&quot;49618&quot;:13723,&quot;49619&quot;:13724,&quot;49621&quot;:13725,&quot;49622&quot;:13726,&quot;49625&quot;:13727,&quot;49626&quot;:13728,&quot;49627&quot;:13729,&quot;49628&quot;:13730,&quot;49629&quot;:13731,&quot;49630&quot;:13732,&quot;49631&quot;:13733,&quot;49633&quot;:13734,&quot;49634&quot;:13735,&quot;49635&quot;:13736,&quot;49637&quot;:13737,&quot;49638&quot;:13738,&quot;49639&quot;:13739,&quot;49641&quot;:13740,&quot;49642&quot;:13741,&quot;49643&quot;:13742,&quot;49644&quot;:13743,&quot;49645&quot;:13744,&quot;49646&quot;:13745,&quot;49647&quot;:13746,&quot;49650&quot;:13747,&quot;49652&quot;:13748,&quot;49653&quot;:13749,&quot;49654&quot;:13750,&quot;49655&quot;:13751,&quot;49656&quot;:13752,&quot;49657&quot;:13753,&quot;49658&quot;:13754,&quot;49659&quot;:13755,&quot;49662&quot;:13756,&quot;49663&quot;:13757,&quot;49665&quot;:13758,&quot;49666&quot;:13759,&quot;49667&quot;:13760,&quot;49669&quot;:13761,&quot;49670&quot;:13762,&quot;49671&quot;:13763,&quot;49672&quot;:13764,&quot;49673&quot;:13765,&quot;49674&quot;:13766,&quot;49675&quot;:13767,&quot;49678&quot;:13768,&quot;49680&quot;:13769,&quot;49682&quot;:13770,&quot;49683&quot;:13771,&quot;49684&quot;:13772,&quot;49685&quot;:13773,&quot;49686&quot;:13774,&quot;49687&quot;:13775,&quot;49690&quot;:13776,&quot;49691&quot;:13777,&quot;49693&quot;:13778,&quot;49694&quot;:13779,&quot;49697&quot;:13780,&quot;49698&quot;:13781,&quot;49699&quot;:13782,&quot;49700&quot;:13783,&quot;49701&quot;:13784,&quot;49702&quot;:13785,&quot;49703&quot;:13786,&quot;49706&quot;:13787,&quot;49708&quot;:13788,&quot;49710&quot;:13789,&quot;49712&quot;:13790,&quot;49715&quot;:13791,&quot;49717&quot;:13792,&quot;49718&quot;:13793,&quot;49719&quot;:13794,&quot;49720&quot;:13795,&quot;49721&quot;:13796,&quot;49722&quot;:13797,&quot;49723&quot;:13798,&quot;49724&quot;:13799,&quot;49725&quot;:13800,&quot;49726&quot;:13801,&quot;49727&quot;:13802,&quot;49728&quot;:13803,&quot;49729&quot;:13804,&quot;49730&quot;:13805,&quot;49731&quot;:13806,&quot;49732&quot;:13807,&quot;49733&quot;:13808,&quot;49734&quot;:13809,&quot;49735&quot;:13810,&quot;49737&quot;:13811,&quot;49738&quot;:13812,&quot;49739&quot;:13813,&quot;49740&quot;:13814,&quot;49741&quot;:13815,&quot;49742&quot;:13816,&quot;49743&quot;:13817,&quot;49746&quot;:13818,&quot;49747&quot;:13819,&quot;49749&quot;:13820,&quot;49750&quot;:13821,&quot;49751&quot;:13822,&quot;49753&quot;:13823,&quot;49754&quot;:13824,&quot;49755&quot;:13825,&quot;49756&quot;:13826,&quot;49757&quot;:13827,&quot;49758&quot;:13828,&quot;49759&quot;:13829,&quot;49761&quot;:13830,&quot;49762&quot;:13831,&quot;49763&quot;:13832,&quot;49764&quot;:13833,&quot;49766&quot;:13834,&quot;49767&quot;:13835,&quot;49768&quot;:13836,&quot;49769&quot;:13837,&quot;49770&quot;:13838,&quot;49771&quot;:13839,&quot;49774&quot;:13840,&quot;49775&quot;:13841,&quot;49777&quot;:13842,&quot;49778&quot;:13843,&quot;49779&quot;:13844,&quot;49781&quot;:13845,&quot;49782&quot;:13846,&quot;49783&quot;:13847,&quot;49784&quot;:13848,&quot;49785&quot;:13849,&quot;49786&quot;:13850,&quot;49787&quot;:13851,&quot;49790&quot;:13852,&quot;49792&quot;:13853,&quot;49794&quot;:13854,&quot;49795&quot;:13855,&quot;49796&quot;:13856,&quot;49797&quot;:13857,&quot;49798&quot;:13858,&quot;49799&quot;:13859,&quot;49802&quot;:13860,&quot;49803&quot;:13861,&quot;49804&quot;:13862,&quot;49805&quot;:13863,&quot;49806&quot;:13864,&quot;49807&quot;:13865,&quot;49809&quot;:13866,&quot;49810&quot;:13867,&quot;49811&quot;:13868,&quot;49812&quot;:13869,&quot;49813&quot;:13870,&quot;49814&quot;:13871,&quot;49815&quot;:13872,&quot;49817&quot;:13873,&quot;49818&quot;:13874,&quot;49820&quot;:13875,&quot;49822&quot;:13876,&quot;49823&quot;:13877,&quot;49824&quot;:13878,&quot;49825&quot;:13879,&quot;49826&quot;:13880,&quot;49827&quot;:13881,&quot;49830&quot;:13882,&quot;49831&quot;:13883,&quot;49833&quot;:13884,&quot;49834&quot;:13885,&quot;49835&quot;:13886,&quot;49838&quot;:13887,&quot;49839&quot;:13888,&quot;49840&quot;:13889,&quot;49841&quot;:13890,&quot;49842&quot;:13891,&quot;49843&quot;:13892,&quot;49846&quot;:13893,&quot;49848&quot;:13894,&quot;49850&quot;:13895,&quot;49851&quot;:13896,&quot;49852&quot;:13897,&quot;49853&quot;:13898,&quot;49854&quot;:13899,&quot;49855&quot;:13900,&quot;49856&quot;:13901,&quot;49857&quot;:13902,&quot;49858&quot;:13903,&quot;49859&quot;:13904,&quot;49860&quot;:13905,&quot;49861&quot;:13906,&quot;49862&quot;:13907,&quot;49863&quot;:13908,&quot;49864&quot;:13909,&quot;49865&quot;:13910,&quot;49866&quot;:13911,&quot;49867&quot;:13912,&quot;49868&quot;:13913,&quot;49869&quot;:13914,&quot;49870&quot;:13915,&quot;49871&quot;:13916,&quot;49872&quot;:13917,&quot;49873&quot;:13918,&quot;49874&quot;:13919,&quot;49875&quot;:13920,&quot;49876&quot;:13921,&quot;49877&quot;:13922,&quot;49878&quot;:13923,&quot;49879&quot;:13924,&quot;49880&quot;:13925,&quot;49881&quot;:13926,&quot;49882&quot;:13927,&quot;49883&quot;:13928,&quot;49886&quot;:13929,&quot;49887&quot;:13930,&quot;49889&quot;:13931,&quot;49890&quot;:13932,&quot;49893&quot;:13933,&quot;49894&quot;:13934,&quot;49895&quot;:13935,&quot;49896&quot;:13936,&quot;49897&quot;:13937,&quot;49898&quot;:13938,&quot;49902&quot;:13939,&quot;49904&quot;:13940,&quot;49906&quot;:13941,&quot;49907&quot;:13942,&quot;49908&quot;:13943,&quot;49909&quot;:13944,&quot;49911&quot;:13945,&quot;49914&quot;:13946,&quot;49917&quot;:13947,&quot;49918&quot;:13948,&quot;49919&quot;:13949,&quot;49921&quot;:13950,&quot;49922&quot;:13951,&quot;49923&quot;:13952,&quot;49924&quot;:13953,&quot;49925&quot;:13954,&quot;49926&quot;:13955,&quot;49927&quot;:13956,&quot;49930&quot;:13957,&quot;49931&quot;:13958,&quot;49934&quot;:13959,&quot;49935&quot;:13960,&quot;49936&quot;:13961,&quot;49937&quot;:13962,&quot;49938&quot;:13963,&quot;49942&quot;:13964,&quot;49943&quot;:13965,&quot;49945&quot;:13966,&quot;49946&quot;:13967,&quot;49947&quot;:13968,&quot;49949&quot;:13969,&quot;49950&quot;:13970,&quot;49951&quot;:13971,&quot;49952&quot;:13972,&quot;49953&quot;:13973,&quot;49954&quot;:13974,&quot;49955&quot;:13975,&quot;49958&quot;:13976,&quot;49959&quot;:13977,&quot;49962&quot;:13978,&quot;49963&quot;:13979,&quot;49964&quot;:13980,&quot;49965&quot;:13981,&quot;49966&quot;:13982,&quot;49967&quot;:13983,&quot;49968&quot;:13984,&quot;49969&quot;:13985,&quot;49970&quot;:13986,&quot;49971&quot;:13987,&quot;49972&quot;:13988,&quot;49973&quot;:13989,&quot;49974&quot;:13990,&quot;49975&quot;:13991,&quot;49976&quot;:13992,&quot;49977&quot;:13993,&quot;49978&quot;:13994,&quot;49979&quot;:13995,&quot;49980&quot;:13996,&quot;49981&quot;:13997,&quot;49982&quot;:13998,&quot;49983&quot;:13999,&quot;49984&quot;:14000,&quot;49985&quot;:14001,&quot;49986&quot;:14002,&quot;49987&quot;:14003,&quot;49988&quot;:14004,&quot;49990&quot;:14005,&quot;49991&quot;:14006,&quot;49992&quot;:14007,&quot;49993&quot;:14008,&quot;49994&quot;:14009,&quot;49995&quot;:14010,&quot;49996&quot;:14011,&quot;49997&quot;:14012,&quot;49998&quot;:14013,&quot;49999&quot;:14014,&quot;50000&quot;:14015,&quot;50001&quot;:14016,&quot;50002&quot;:14017,&quot;50003&quot;:14018,&quot;50004&quot;:14019,&quot;50005&quot;:14020,&quot;50006&quot;:14021,&quot;50007&quot;:14022,&quot;50008&quot;:14023,&quot;50009&quot;:14024,&quot;50010&quot;:14025,&quot;50011&quot;:14026,&quot;50012&quot;:14027,&quot;50013&quot;:14028,&quot;50014&quot;:14029,&quot;50015&quot;:14030,&quot;50016&quot;:14031,&quot;50017&quot;:14032,&quot;50018&quot;:14033,&quot;50019&quot;:14034,&quot;50020&quot;:14035,&quot;50021&quot;:14036,&quot;50022&quot;:14037,&quot;50023&quot;:14038,&quot;50026&quot;:14039,&quot;50027&quot;:14040,&quot;50029&quot;:14041,&quot;50030&quot;:14042,&quot;50031&quot;:14043,&quot;50033&quot;:14044,&quot;50035&quot;:14045,&quot;50036&quot;:14046,&quot;50037&quot;:14047,&quot;50038&quot;:14048,&quot;50039&quot;:14049,&quot;50042&quot;:14050,&quot;50043&quot;:14051,&quot;50046&quot;:14052,&quot;50047&quot;:14053,&quot;50048&quot;:14054,&quot;50049&quot;:14055,&quot;50050&quot;:14056,&quot;50051&quot;:14057,&quot;50053&quot;:14058,&quot;50054&quot;:14059,&quot;50055&quot;:14060,&quot;50057&quot;:14061,&quot;50058&quot;:14062,&quot;50059&quot;:14063,&quot;50061&quot;:14064,&quot;50062&quot;:14065,&quot;50063&quot;:14066,&quot;50064&quot;:14067,&quot;50065&quot;:14068,&quot;50066&quot;:14069,&quot;50067&quot;:14070,&quot;50068&quot;:14071,&quot;50069&quot;:14072,&quot;50070&quot;:14073,&quot;50071&quot;:14074,&quot;50072&quot;:14075,&quot;50073&quot;:14076,&quot;50074&quot;:14077,&quot;50075&quot;:14078,&quot;50076&quot;:14079,&quot;50077&quot;:14080,&quot;50078&quot;:14081,&quot;50079&quot;:14082,&quot;50080&quot;:14083,&quot;50081&quot;:14084,&quot;50082&quot;:14085,&quot;50083&quot;:14086,&quot;50084&quot;:14087,&quot;50085&quot;:14088,&quot;50086&quot;:14089,&quot;50087&quot;:14090,&quot;50088&quot;:14091,&quot;50089&quot;:14092,&quot;50090&quot;:14093,&quot;50091&quot;:14094,&quot;50092&quot;:14095,&quot;50093&quot;:14096,&quot;50094&quot;:14097,&quot;50095&quot;:14098,&quot;50096&quot;:14099,&quot;50097&quot;:14100,&quot;50098&quot;:14101,&quot;50099&quot;:14102,&quot;50100&quot;:14103,&quot;50101&quot;:14104,&quot;50102&quot;:14105,&quot;50103&quot;:14106,&quot;50104&quot;:14107,&quot;50105&quot;:14108,&quot;50106&quot;:14109,&quot;50107&quot;:14110,&quot;50108&quot;:14111,&quot;50109&quot;:14112,&quot;50110&quot;:14113,&quot;50111&quot;:14114,&quot;50113&quot;:14115,&quot;50114&quot;:14116,&quot;50115&quot;:14117,&quot;50116&quot;:14118,&quot;50117&quot;:14119,&quot;50118&quot;:14120,&quot;50119&quot;:14121,&quot;50120&quot;:14122,&quot;50121&quot;:14123,&quot;50122&quot;:14124,&quot;50123&quot;:14125,&quot;50124&quot;:14126,&quot;50125&quot;:14127,&quot;50126&quot;:14128,&quot;50127&quot;:14129,&quot;50128&quot;:14130,&quot;50129&quot;:14131,&quot;50130&quot;:14132,&quot;50131&quot;:14133,&quot;50132&quot;:14134,&quot;50133&quot;:14135,&quot;50134&quot;:14136,&quot;50135&quot;:14137,&quot;50138&quot;:14138,&quot;50139&quot;:14139,&quot;50141&quot;:14140,&quot;50142&quot;:14141,&quot;50145&quot;:14142,&quot;50147&quot;:14143,&quot;50148&quot;:14144,&quot;50149&quot;:14145,&quot;50150&quot;:14146,&quot;50151&quot;:14147,&quot;50154&quot;:14148,&quot;50155&quot;:14149,&quot;50156&quot;:14150,&quot;50158&quot;:14151,&quot;50159&quot;:14152,&quot;50160&quot;:14153,&quot;50161&quot;:14154,&quot;50162&quot;:14155,&quot;50163&quot;:14156,&quot;50166&quot;:14157,&quot;50167&quot;:14158,&quot;50169&quot;:14159,&quot;50170&quot;:14160,&quot;50171&quot;:14161,&quot;50172&quot;:14162,&quot;50173&quot;:14163,&quot;50174&quot;:14164,&quot;50175&quot;:14165,&quot;50176&quot;:14166,&quot;50177&quot;:14167,&quot;50178&quot;:14168,&quot;50179&quot;:14169,&quot;50180&quot;:14170,&quot;50181&quot;:14171,&quot;50182&quot;:14172,&quot;50183&quot;:14173,&quot;50185&quot;:14174,&quot;50186&quot;:14175,&quot;50187&quot;:14176,&quot;50188&quot;:14177,&quot;50189&quot;:14178,&quot;50190&quot;:14179,&quot;50191&quot;:14180,&quot;50193&quot;:14181,&quot;50194&quot;:14182,&quot;50195&quot;:14183,&quot;50196&quot;:14184,&quot;50197&quot;:14185,&quot;50198&quot;:14186,&quot;50199&quot;:14187,&quot;50200&quot;:14188,&quot;50201&quot;:14189,&quot;50202&quot;:14190,&quot;50203&quot;:14191,&quot;50204&quot;:14192,&quot;50205&quot;:14193,&quot;50206&quot;:14194,&quot;50207&quot;:14195,&quot;50208&quot;:14196,&quot;50209&quot;:14197,&quot;50210&quot;:14198,&quot;50211&quot;:14199,&quot;50213&quot;:14200,&quot;50214&quot;:14201,&quot;50215&quot;:14202,&quot;50216&quot;:14203,&quot;50217&quot;:14204,&quot;50218&quot;:14205,&quot;50219&quot;:14206,&quot;50221&quot;:14207,&quot;50222&quot;:14208,&quot;50223&quot;:14209,&quot;50225&quot;:14210,&quot;50226&quot;:14211,&quot;50227&quot;:14212,&quot;50229&quot;:14213,&quot;50230&quot;:14214,&quot;50231&quot;:14215,&quot;50232&quot;:14216,&quot;50233&quot;:14217,&quot;50234&quot;:14218,&quot;50235&quot;:14219,&quot;50238&quot;:14220,&quot;50239&quot;:14221,&quot;50240&quot;:14222,&quot;50241&quot;:14223,&quot;50242&quot;:14224,&quot;50243&quot;:14225,&quot;50244&quot;:14226,&quot;50245&quot;:14227,&quot;50246&quot;:14228,&quot;50247&quot;:14229,&quot;50249&quot;:14230,&quot;50250&quot;:14231,&quot;50251&quot;:14232,&quot;50252&quot;:14233,&quot;50253&quot;:14234,&quot;50254&quot;:14235,&quot;50255&quot;:14236,&quot;50256&quot;:14237,&quot;50257&quot;:14238,&quot;50258&quot;:14239,&quot;50259&quot;:14240,&quot;50260&quot;:14241,&quot;50261&quot;:14242,&quot;50262&quot;:14243,&quot;50263&quot;:14244,&quot;50264&quot;:14245,&quot;50265&quot;:14246,&quot;50266&quot;:14247,&quot;50267&quot;:14248,&quot;50268&quot;:14249,&quot;50269&quot;:14250,&quot;50270&quot;:14251,&quot;50271&quot;:14252,&quot;50272&quot;:14253,&quot;50273&quot;:14254,&quot;50274&quot;:14255,&quot;50275&quot;:14256,&quot;50278&quot;:14257,&quot;50279&quot;:14258,&quot;50281&quot;:14259,&quot;50282&quot;:14260,&quot;50283&quot;:14261,&quot;50285&quot;:14262,&quot;50286&quot;:14263,&quot;50287&quot;:14264,&quot;50288&quot;:14265,&quot;50289&quot;:14266,&quot;50290&quot;:14267,&quot;50291&quot;:14268,&quot;50294&quot;:14269,&quot;50295&quot;:14270,&quot;50296&quot;:14271,&quot;50298&quot;:14272,&quot;50299&quot;:14273,&quot;50300&quot;:14274,&quot;50301&quot;:14275,&quot;50302&quot;:14276,&quot;50303&quot;:14277,&quot;50305&quot;:14278,&quot;50306&quot;:14279,&quot;50307&quot;:14280,&quot;50308&quot;:14281,&quot;50309&quot;:14282,&quot;50310&quot;:14283,&quot;50311&quot;:14284,&quot;50312&quot;:14285,&quot;50313&quot;:14286,&quot;50314&quot;:14287,&quot;50315&quot;:14288,&quot;50316&quot;:14289,&quot;50317&quot;:14290,&quot;50318&quot;:14291,&quot;50319&quot;:14292,&quot;50320&quot;:14293,&quot;50321&quot;:14294,&quot;50322&quot;:14295,&quot;50323&quot;:14296,&quot;50325&quot;:14297,&quot;50326&quot;:14298,&quot;50327&quot;:14299,&quot;50328&quot;:14300,&quot;50329&quot;:14301,&quot;50330&quot;:14302,&quot;50331&quot;:14303,&quot;50333&quot;:14304,&quot;50334&quot;:14305,&quot;50335&quot;:14306,&quot;50336&quot;:14307,&quot;50337&quot;:14308,&quot;50338&quot;:14309,&quot;50339&quot;:14310,&quot;50340&quot;:14311,&quot;50341&quot;:14312,&quot;50342&quot;:14313,&quot;50343&quot;:14314,&quot;50344&quot;:14315,&quot;50345&quot;:14316,&quot;50346&quot;:14317,&quot;50347&quot;:14318,&quot;50348&quot;:14319,&quot;50349&quot;:14320,&quot;50350&quot;:14321,&quot;50351&quot;:14322,&quot;50352&quot;:14323,&quot;50353&quot;:14324,&quot;50354&quot;:14325,&quot;50355&quot;:14326,&quot;50356&quot;:14327,&quot;50357&quot;:14328,&quot;50358&quot;:14329,&quot;50359&quot;:14330,&quot;50361&quot;:14331,&quot;50362&quot;:14332,&quot;50363&quot;:14333,&quot;50365&quot;:14334,&quot;50366&quot;:14335,&quot;50367&quot;:14336,&quot;50368&quot;:14337,&quot;50369&quot;:14338,&quot;50370&quot;:14339,&quot;50371&quot;:14340,&quot;50372&quot;:14341,&quot;50373&quot;:14342,&quot;50374&quot;:14343,&quot;50375&quot;:14344,&quot;50376&quot;:14345,&quot;50377&quot;:14346,&quot;50378&quot;:14347,&quot;50379&quot;:14348,&quot;50380&quot;:14349,&quot;50381&quot;:14350,&quot;50382&quot;:14351,&quot;50383&quot;:14352,&quot;50384&quot;:14353,&quot;50385&quot;:14354,&quot;50386&quot;:14355,&quot;50387&quot;:14356,&quot;50388&quot;:14357,&quot;50389&quot;:14358,&quot;50390&quot;:14359,&quot;50391&quot;:14360,&quot;50392&quot;:14361,&quot;50393&quot;:14362,&quot;50394&quot;:14363,&quot;50395&quot;:14364,&quot;50396&quot;:14365,&quot;50397&quot;:14366,&quot;50398&quot;:14367,&quot;50399&quot;:14368,&quot;50400&quot;:14369,&quot;50401&quot;:14370,&quot;50402&quot;:14371,&quot;50403&quot;:14372,&quot;50404&quot;:14373,&quot;50405&quot;:14374,&quot;50406&quot;:14375,&quot;50407&quot;:14376,&quot;50408&quot;:14377,&quot;50410&quot;:14378,&quot;50411&quot;:14379,&quot;50412&quot;:14380,&quot;50413&quot;:14381,&quot;50414&quot;:14382,&quot;50415&quot;:14383,&quot;50418&quot;:14384,&quot;50419&quot;:14385,&quot;50421&quot;:14386,&quot;50422&quot;:14387,&quot;50423&quot;:14388,&quot;50425&quot;:14389,&quot;50427&quot;:14390,&quot;50428&quot;:14391,&quot;50429&quot;:14392,&quot;50430&quot;:14393,&quot;50434&quot;:14394,&quot;50435&quot;:14395,&quot;50436&quot;:14396,&quot;50437&quot;:14397,&quot;50438&quot;:14398,&quot;50439&quot;:14399,&quot;50440&quot;:14400,&quot;50441&quot;:14401,&quot;50442&quot;:14402,&quot;50443&quot;:14403,&quot;50445&quot;:14404,&quot;50446&quot;:14405,&quot;50447&quot;:14406,&quot;50449&quot;:14407,&quot;50450&quot;:14408,&quot;50451&quot;:14409,&quot;50453&quot;:14410,&quot;50454&quot;:14411,&quot;50455&quot;:14412,&quot;50456&quot;:14413,&quot;50457&quot;:14414,&quot;50458&quot;:14415,&quot;50459&quot;:14416,&quot;50461&quot;:14417,&quot;50462&quot;:14418,&quot;50463&quot;:14419,&quot;50464&quot;:14420,&quot;50465&quot;:14421,&quot;50466&quot;:14422,&quot;50467&quot;:14423,&quot;50468&quot;:14424,&quot;50469&quot;:14425,&quot;50470&quot;:14426,&quot;50471&quot;:14427,&quot;50474&quot;:14428,&quot;50475&quot;:14429,&quot;50477&quot;:14430,&quot;50478&quot;:14431,&quot;50479&quot;:14432,&quot;50481&quot;:14433,&quot;50482&quot;:14434,&quot;50483&quot;:14435,&quot;50484&quot;:14436,&quot;50485&quot;:14437,&quot;50486&quot;:14438,&quot;50487&quot;:14439,&quot;50490&quot;:14440,&quot;50492&quot;:14441,&quot;50494&quot;:14442,&quot;50495&quot;:14443,&quot;50496&quot;:14444,&quot;50497&quot;:14445,&quot;50498&quot;:14446,&quot;50499&quot;:14447,&quot;50502&quot;:14448,&quot;50503&quot;:14449,&quot;50507&quot;:14450,&quot;50511&quot;:14451,&quot;50512&quot;:14452,&quot;50513&quot;:14453,&quot;50514&quot;:14454,&quot;50518&quot;:14455,&quot;50522&quot;:14456,&quot;50523&quot;:14457,&quot;50524&quot;:14458,&quot;50527&quot;:14459,&quot;50530&quot;:14460,&quot;50531&quot;:14461,&quot;50533&quot;:14462,&quot;50534&quot;:14463,&quot;50535&quot;:14464,&quot;50537&quot;:14465,&quot;50538&quot;:14466,&quot;50539&quot;:14467,&quot;50540&quot;:14468,&quot;50541&quot;:14469,&quot;50542&quot;:14470,&quot;50543&quot;:14471,&quot;50546&quot;:14472,&quot;50550&quot;:14473,&quot;50551&quot;:14474,&quot;50552&quot;:14475,&quot;50553&quot;:14476,&quot;50554&quot;:14477,&quot;50555&quot;:14478,&quot;50558&quot;:14479,&quot;50559&quot;:14480,&quot;50561&quot;:14481,&quot;50562&quot;:14482,&quot;50563&quot;:14483,&quot;50565&quot;:14484,&quot;50566&quot;:14485,&quot;50568&quot;:14486,&quot;50569&quot;:14487,&quot;50570&quot;:14488,&quot;50571&quot;:14489,&quot;50574&quot;:14490,&quot;50576&quot;:14491,&quot;50578&quot;:14492,&quot;50579&quot;:14493,&quot;50580&quot;:14494,&quot;50582&quot;:14495,&quot;50585&quot;:14496,&quot;50586&quot;:14497,&quot;50587&quot;:14498,&quot;50589&quot;:14499,&quot;50590&quot;:14500,&quot;50591&quot;:14501,&quot;50593&quot;:14502,&quot;50594&quot;:14503,&quot;50595&quot;:14504,&quot;50596&quot;:14505,&quot;50597&quot;:14506,&quot;50598&quot;:14507,&quot;50599&quot;:14508,&quot;50600&quot;:14509,&quot;50602&quot;:14510,&quot;50603&quot;:14511,&quot;50604&quot;:14512,&quot;50605&quot;:14513,&quot;50606&quot;:14514,&quot;50607&quot;:14515,&quot;50608&quot;:14516,&quot;50609&quot;:14517,&quot;50610&quot;:14518,&quot;50611&quot;:14519,&quot;50614&quot;:14520,&quot;50615&quot;:14521,&quot;50618&quot;:14522,&quot;50623&quot;:14523,&quot;50624&quot;:14524,&quot;50625&quot;:14525,&quot;50626&quot;:14526,&quot;50627&quot;:14527,&quot;50635&quot;:14528,&quot;50637&quot;:14529,&quot;50639&quot;:14530,&quot;50642&quot;:14531,&quot;50643&quot;:14532,&quot;50645&quot;:14533,&quot;50646&quot;:14534,&quot;50647&quot;:14535,&quot;50649&quot;:14536,&quot;50650&quot;:14537,&quot;50651&quot;:14538,&quot;50652&quot;:14539,&quot;50653&quot;:14540,&quot;50654&quot;:14541,&quot;50655&quot;:14542,&quot;50658&quot;:14543,&quot;50660&quot;:14544,&quot;50662&quot;:14545,&quot;50663&quot;:14546,&quot;50664&quot;:14547,&quot;50665&quot;:14548,&quot;50666&quot;:14549,&quot;50667&quot;:14550,&quot;50671&quot;:14551,&quot;50673&quot;:14552,&quot;50674&quot;:14553,&quot;50675&quot;:14554,&quot;50677&quot;:14555,&quot;50680&quot;:14556,&quot;50681&quot;:14557,&quot;50682&quot;:14558,&quot;50683&quot;:14559,&quot;50690&quot;:14560,&quot;50691&quot;:14561,&quot;50692&quot;:14562,&quot;50697&quot;:14563,&quot;50698&quot;:14564,&quot;50699&quot;:14565,&quot;50701&quot;:14566,&quot;50702&quot;:14567,&quot;50703&quot;:14568,&quot;50705&quot;:14569,&quot;50706&quot;:14570,&quot;50707&quot;:14571,&quot;50708&quot;:14572,&quot;50709&quot;:14573,&quot;50710&quot;:14574,&quot;50711&quot;:14575,&quot;50714&quot;:14576,&quot;50717&quot;:14577,&quot;50718&quot;:14578,&quot;50719&quot;:14579,&quot;50720&quot;:14580,&quot;50721&quot;:14581,&quot;50722&quot;:14582,&quot;50723&quot;:14583,&quot;50726&quot;:14584,&quot;50727&quot;:14585,&quot;50729&quot;:14586,&quot;50730&quot;:14587,&quot;50731&quot;:14588,&quot;50735&quot;:14589,&quot;50737&quot;:14590,&quot;50738&quot;:14591,&quot;50742&quot;:14592,&quot;50744&quot;:14593,&quot;50746&quot;:14594,&quot;50748&quot;:14595,&quot;50749&quot;:14596,&quot;50750&quot;:14597,&quot;50751&quot;:14598,&quot;50754&quot;:14599,&quot;50755&quot;:14600,&quot;50757&quot;:14601,&quot;50758&quot;:14602,&quot;50759&quot;:14603,&quot;50761&quot;:14604,&quot;50762&quot;:14605,&quot;50763&quot;:14606,&quot;50764&quot;:14607,&quot;50765&quot;:14608,&quot;50766&quot;:14609,&quot;50767&quot;:14610,&quot;50770&quot;:14611,&quot;50774&quot;:14612,&quot;50775&quot;:14613,&quot;50776&quot;:14614,&quot;50777&quot;:14615,&quot;50778&quot;:14616,&quot;50779&quot;:14617,&quot;50782&quot;:14618,&quot;50783&quot;:14619,&quot;50785&quot;:14620,&quot;50786&quot;:14621,&quot;50787&quot;:14622,&quot;50788&quot;:14623,&quot;50789&quot;:14624,&quot;50790&quot;:14625,&quot;50791&quot;:14626,&quot;50792&quot;:14627,&quot;50793&quot;:14628,&quot;50794&quot;:14629,&quot;50795&quot;:14630,&quot;50797&quot;:14631,&quot;50798&quot;:14632,&quot;50800&quot;:14633,&quot;50802&quot;:14634,&quot;50803&quot;:14635,&quot;50804&quot;:14636,&quot;50805&quot;:14637,&quot;50806&quot;:14638,&quot;50807&quot;:14639,&quot;50810&quot;:14640,&quot;50811&quot;:14641,&quot;50813&quot;:14642,&quot;50814&quot;:14643,&quot;50815&quot;:14644,&quot;50817&quot;:14645,&quot;50818&quot;:14646,&quot;50819&quot;:14647,&quot;50820&quot;:14648,&quot;50821&quot;:14649,&quot;50822&quot;:14650,&quot;50823&quot;:14651,&quot;50826&quot;:14652,&quot;50828&quot;:14653,&quot;50830&quot;:14654,&quot;50831&quot;:14655,&quot;50832&quot;:14656,&quot;50833&quot;:14657,&quot;50834&quot;:14658,&quot;50835&quot;:14659,&quot;50838&quot;:14660,&quot;50839&quot;:14661,&quot;50841&quot;:14662,&quot;50842&quot;:14663,&quot;50843&quot;:14664,&quot;50845&quot;:14665,&quot;50846&quot;:14666,&quot;50847&quot;:14667,&quot;50848&quot;:14668,&quot;50849&quot;:14669,&quot;50850&quot;:14670,&quot;50851&quot;:14671,&quot;50854&quot;:14672,&quot;50856&quot;:14673,&quot;50858&quot;:14674,&quot;50859&quot;:14675,&quot;50860&quot;:14676,&quot;50861&quot;:14677,&quot;50862&quot;:14678,&quot;50863&quot;:14679,&quot;50866&quot;:14680,&quot;50867&quot;:14681,&quot;50869&quot;:14682,&quot;50870&quot;:14683,&quot;50871&quot;:14684,&quot;50875&quot;:14685,&quot;50876&quot;:14686,&quot;50877&quot;:14687,&quot;50878&quot;:14688,&quot;50879&quot;:14689,&quot;50882&quot;:14690,&quot;50884&quot;:14691,&quot;50886&quot;:14692,&quot;50887&quot;:14693,&quot;50888&quot;:14694,&quot;50889&quot;:14695,&quot;50890&quot;:14696,&quot;50891&quot;:14697,&quot;50894&quot;:14698,&quot;50895&quot;:14699,&quot;50897&quot;:14700,&quot;50898&quot;:14701,&quot;50899&quot;:14702,&quot;50901&quot;:14703,&quot;50902&quot;:14704,&quot;50903&quot;:14705,&quot;50904&quot;:14706,&quot;50905&quot;:14707,&quot;50906&quot;:14708,&quot;50907&quot;:14709,&quot;50910&quot;:14710,&quot;50911&quot;:14711,&quot;50914&quot;:14712,&quot;50915&quot;:14713,&quot;50916&quot;:14714,&quot;50917&quot;:14715,&quot;50918&quot;:14716,&quot;50919&quot;:14717,&quot;50922&quot;:14718,&quot;50923&quot;:14719,&quot;50925&quot;:14720,&quot;50926&quot;:14721,&quot;50927&quot;:14722,&quot;50929&quot;:14723,&quot;50930&quot;:14724,&quot;50931&quot;:14725,&quot;50932&quot;:14726,&quot;50933&quot;:14727,&quot;50934&quot;:14728,&quot;50935&quot;:14729,&quot;50938&quot;:14730,&quot;50939&quot;:14731,&quot;50940&quot;:14732,&quot;50942&quot;:14733,&quot;50943&quot;:14734,&quot;50944&quot;:14735,&quot;50945&quot;:14736,&quot;50946&quot;:14737,&quot;50947&quot;:14738,&quot;50950&quot;:14739,&quot;50951&quot;:14740,&quot;50953&quot;:14741,&quot;50954&quot;:14742,&quot;50955&quot;:14743,&quot;50957&quot;:14744,&quot;50958&quot;:14745,&quot;50959&quot;:14746,&quot;50960&quot;:14747,&quot;50961&quot;:14748,&quot;50962&quot;:14749,&quot;50963&quot;:14750,&quot;50966&quot;:14751,&quot;50968&quot;:14752,&quot;50970&quot;:14753,&quot;50971&quot;:14754,&quot;50972&quot;:14755,&quot;50973&quot;:14756,&quot;50974&quot;:14757,&quot;50975&quot;:14758,&quot;50978&quot;:14759,&quot;50979&quot;:14760,&quot;50981&quot;:14761,&quot;50982&quot;:14762,&quot;50983&quot;:14763,&quot;50985&quot;:14764,&quot;50986&quot;:14765,&quot;50987&quot;:14766,&quot;50988&quot;:14767,&quot;50989&quot;:14768,&quot;50990&quot;:14769,&quot;50991&quot;:14770,&quot;50994&quot;:14771,&quot;50996&quot;:14772,&quot;50998&quot;:14773,&quot;51000&quot;:14774,&quot;51001&quot;:14775,&quot;51002&quot;:14776,&quot;51003&quot;:14777,&quot;51006&quot;:14778,&quot;51007&quot;:14779,&quot;51009&quot;:14780,&quot;51010&quot;:14781,&quot;51011&quot;:14782,&quot;51013&quot;:14783,&quot;51014&quot;:14784,&quot;51015&quot;:14785,&quot;51016&quot;:14786,&quot;51017&quot;:14787,&quot;51019&quot;:14788,&quot;51022&quot;:14789,&quot;51024&quot;:14790,&quot;51033&quot;:14791,&quot;51034&quot;:14792,&quot;51035&quot;:14793,&quot;51037&quot;:14794,&quot;51038&quot;:14795,&quot;51039&quot;:14796,&quot;51041&quot;:14797,&quot;51042&quot;:14798,&quot;51043&quot;:14799,&quot;51044&quot;:14800,&quot;51045&quot;:14801,&quot;51046&quot;:14802,&quot;51047&quot;:14803,&quot;51049&quot;:14804,&quot;51050&quot;:14805,&quot;51052&quot;:14806,&quot;51053&quot;:14807,&quot;51054&quot;:14808,&quot;51055&quot;:14809,&quot;51056&quot;:14810,&quot;51057&quot;:14811,&quot;51058&quot;:14812,&quot;51059&quot;:14813,&quot;51062&quot;:14814,&quot;51063&quot;:14815,&quot;51065&quot;:14816,&quot;51066&quot;:14817,&quot;51067&quot;:14818,&quot;51071&quot;:14819,&quot;51072&quot;:14820,&quot;51073&quot;:14821,&quot;51074&quot;:14822,&quot;51078&quot;:14823,&quot;51083&quot;:14824,&quot;51084&quot;:14825,&quot;51085&quot;:14826,&quot;51087&quot;:14827,&quot;51090&quot;:14828,&quot;51091&quot;:14829,&quot;51093&quot;:14830,&quot;51097&quot;:14831,&quot;51099&quot;:14832,&quot;51100&quot;:14833,&quot;51101&quot;:14834,&quot;51102&quot;:14835,&quot;51103&quot;:14836,&quot;51106&quot;:14837,&quot;51111&quot;:14838,&quot;51112&quot;:14839,&quot;51113&quot;:14840,&quot;51114&quot;:14841,&quot;51115&quot;:14842,&quot;51118&quot;:14843,&quot;51119&quot;:14844,&quot;51121&quot;:14845,&quot;51122&quot;:14846,&quot;51123&quot;:14847,&quot;51125&quot;:14848,&quot;51126&quot;:14849,&quot;51127&quot;:14850,&quot;51128&quot;:14851,&quot;51129&quot;:14852,&quot;51130&quot;:14853,&quot;51131&quot;:14854,&quot;51134&quot;:14855,&quot;51138&quot;:14856,&quot;51139&quot;:14857,&quot;51140&quot;:14858,&quot;51141&quot;:14859,&quot;51142&quot;:14860,&quot;51143&quot;:14861,&quot;51146&quot;:14862,&quot;51147&quot;:14863,&quot;51149&quot;:14864,&quot;51151&quot;:14865,&quot;51153&quot;:14866,&quot;51154&quot;:14867,&quot;51155&quot;:14868,&quot;51156&quot;:14869,&quot;51157&quot;:14870,&quot;51158&quot;:14871,&quot;51159&quot;:14872,&quot;51161&quot;:14873,&quot;51162&quot;:14874,&quot;51163&quot;:14875,&quot;51164&quot;:14876,&quot;51166&quot;:14877,&quot;51167&quot;:14878,&quot;51168&quot;:14879,&quot;51169&quot;:14880,&quot;51170&quot;:14881,&quot;51171&quot;:14882,&quot;51173&quot;:14883,&quot;51174&quot;:14884,&quot;51175&quot;:14885,&quot;51177&quot;:14886,&quot;51178&quot;:14887,&quot;51179&quot;:14888,&quot;51181&quot;:14889,&quot;51182&quot;:14890,&quot;51183&quot;:14891,&quot;51184&quot;:14892,&quot;51185&quot;:14893,&quot;51186&quot;:14894,&quot;51187&quot;:14895,&quot;51188&quot;:14896,&quot;51189&quot;:14897,&quot;51190&quot;:14898,&quot;51191&quot;:14899,&quot;51192&quot;:14900,&quot;51193&quot;:14901,&quot;51194&quot;:14902,&quot;51195&quot;:14903,&quot;51196&quot;:14904,&quot;51197&quot;:14905,&quot;51198&quot;:14906,&quot;51199&quot;:14907,&quot;51202&quot;:14908,&quot;51203&quot;:14909,&quot;51205&quot;:14910,&quot;51206&quot;:14911,&quot;51207&quot;:14912,&quot;51209&quot;:14913,&quot;51211&quot;:14914,&quot;51212&quot;:14915,&quot;51213&quot;:14916,&quot;51214&quot;:14917,&quot;51215&quot;:14918,&quot;51218&quot;:14919,&quot;51220&quot;:14920,&quot;51223&quot;:14921,&quot;51224&quot;:14922,&quot;51225&quot;:14923,&quot;51226&quot;:14924,&quot;51227&quot;:14925,&quot;51230&quot;:14926,&quot;51231&quot;:14927,&quot;51233&quot;:14928,&quot;51234&quot;:14929,&quot;51235&quot;:14930,&quot;51237&quot;:14931,&quot;51238&quot;:14932,&quot;51239&quot;:14933,&quot;51240&quot;:14934,&quot;51241&quot;:14935,&quot;51242&quot;:14936,&quot;51243&quot;:14937,&quot;51246&quot;:14938,&quot;51248&quot;:14939,&quot;51250&quot;:14940,&quot;51251&quot;:14941,&quot;51252&quot;:14942,&quot;51253&quot;:14943,&quot;51254&quot;:14944,&quot;51255&quot;:14945,&quot;51257&quot;:14946,&quot;51258&quot;:14947,&quot;51259&quot;:14948,&quot;51261&quot;:14949,&quot;51262&quot;:14950,&quot;51263&quot;:14951,&quot;51265&quot;:14952,&quot;51266&quot;:14953,&quot;51267&quot;:14954,&quot;51268&quot;:14955,&quot;51269&quot;:14956,&quot;51270&quot;:14957,&quot;51271&quot;:14958,&quot;51274&quot;:14959,&quot;51275&quot;:14960,&quot;51278&quot;:14961,&quot;51279&quot;:14962,&quot;51280&quot;:14963,&quot;51281&quot;:14964,&quot;51282&quot;:14965,&quot;51283&quot;:14966,&quot;51285&quot;:14967,&quot;51286&quot;:14968,&quot;51287&quot;:14969,&quot;51288&quot;:14970,&quot;51289&quot;:14971,&quot;51290&quot;:14972,&quot;51291&quot;:14973,&quot;51292&quot;:14974,&quot;51293&quot;:14975,&quot;51294&quot;:14976,&quot;51295&quot;:14977,&quot;51296&quot;:14978,&quot;51297&quot;:14979,&quot;51298&quot;:14980,&quot;51299&quot;:14981,&quot;51300&quot;:14982,&quot;51301&quot;:14983,&quot;51302&quot;:14984,&quot;51303&quot;:14985,&quot;51304&quot;:14986,&quot;51305&quot;:14987,&quot;51306&quot;:14988,&quot;51307&quot;:14989,&quot;51308&quot;:14990,&quot;51309&quot;:14991,&quot;51310&quot;:14992,&quot;51311&quot;:14993,&quot;51314&quot;:14994,&quot;51315&quot;:14995,&quot;51317&quot;:14996,&quot;51318&quot;:14997,&quot;51319&quot;:14998,&quot;51321&quot;:14999,&quot;51323&quot;:15000,&quot;51324&quot;:15001,&quot;51325&quot;:15002,&quot;51326&quot;:15003,&quot;51327&quot;:15004,&quot;51330&quot;:15005,&quot;51332&quot;:15006,&quot;51336&quot;:15007,&quot;51337&quot;:15008,&quot;51338&quot;:15009,&quot;51342&quot;:15010,&quot;51343&quot;:15011,&quot;51344&quot;:15012,&quot;51345&quot;:15013,&quot;51346&quot;:15014,&quot;51347&quot;:15015,&quot;51349&quot;:15016,&quot;51350&quot;:15017,&quot;51351&quot;:15018,&quot;51352&quot;:15019,&quot;51353&quot;:15020,&quot;51354&quot;:15021,&quot;51355&quot;:15022,&quot;51356&quot;:15023,&quot;51358&quot;:15024,&quot;51360&quot;:15025,&quot;51362&quot;:15026,&quot;51363&quot;:15027,&quot;51364&quot;:15028,&quot;51365&quot;:15029,&quot;51366&quot;:15030,&quot;51367&quot;:15031,&quot;51369&quot;:15032,&quot;51370&quot;:15033,&quot;51371&quot;:15034,&quot;51372&quot;:15035,&quot;51373&quot;:15036,&quot;51374&quot;:15037,&quot;51375&quot;:15038,&quot;51376&quot;:15039,&quot;51377&quot;:15040,&quot;51378&quot;:15041,&quot;51379&quot;:15042,&quot;51380&quot;:15043,&quot;51381&quot;:15044,&quot;51382&quot;:15045,&quot;51383&quot;:15046,&quot;51384&quot;:15047,&quot;51385&quot;:15048,&quot;51386&quot;:15049,&quot;51387&quot;:15050,&quot;51390&quot;:15051,&quot;51391&quot;:15052,&quot;51392&quot;:15053,&quot;51393&quot;:15054,&quot;51394&quot;:15055,&quot;51395&quot;:15056,&quot;51397&quot;:15057,&quot;51398&quot;:15058,&quot;51399&quot;:15059,&quot;51401&quot;:15060,&quot;51402&quot;:15061,&quot;51403&quot;:15062,&quot;51405&quot;:15063,&quot;51406&quot;:15064,&quot;51407&quot;:15065,&quot;51408&quot;:15066,&quot;51409&quot;:15067,&quot;51410&quot;:15068,&quot;51411&quot;:15069,&quot;51414&quot;:15070,&quot;51416&quot;:15071,&quot;51418&quot;:15072,&quot;51419&quot;:15073,&quot;51420&quot;:15074,&quot;51421&quot;:15075,&quot;51422&quot;:15076,&quot;51423&quot;:15077,&quot;51426&quot;:15078,&quot;51427&quot;:15079,&quot;51429&quot;:15080,&quot;51430&quot;:15081,&quot;51431&quot;:15082,&quot;51432&quot;:15083,&quot;51433&quot;:15084,&quot;51434&quot;:15085,&quot;51435&quot;:15086,&quot;51436&quot;:15087,&quot;51437&quot;:15088,&quot;51438&quot;:15089,&quot;51439&quot;:15090,&quot;51440&quot;:15091,&quot;51441&quot;:15092,&quot;51442&quot;:15093,&quot;51443&quot;:15094,&quot;51444&quot;:15095,&quot;51446&quot;:15096,&quot;51447&quot;:15097,&quot;51448&quot;:15098,&quot;51449&quot;:15099,&quot;51450&quot;:15100,&quot;51451&quot;:15101,&quot;51454&quot;:15102,&quot;51455&quot;:15103,&quot;51457&quot;:15104,&quot;51458&quot;:15105,&quot;51459&quot;:15106,&quot;51463&quot;:15107,&quot;51464&quot;:15108,&quot;51465&quot;:15109,&quot;51466&quot;:15110,&quot;51467&quot;:15111,&quot;51470&quot;:15112,&quot;51472&quot;:15113,&quot;51474&quot;:15114,&quot;51475&quot;:15115,&quot;51476&quot;:15116,&quot;51477&quot;:15117,&quot;51478&quot;:15118,&quot;51479&quot;:15119,&quot;51481&quot;:15120,&quot;51482&quot;:15121,&quot;51483&quot;:15122,&quot;51484&quot;:15123,&quot;51485&quot;:15124,&quot;51486&quot;:15125,&quot;51487&quot;:15126,&quot;51488&quot;:15127,&quot;51489&quot;:15128,&quot;51490&quot;:15129,&quot;51491&quot;:15130,&quot;51492&quot;:15131,&quot;51493&quot;:15132,&quot;51494&quot;:15133,&quot;51495&quot;:15134,&quot;51496&quot;:15135,&quot;51497&quot;:15136,&quot;51498&quot;:15137,&quot;51499&quot;:15138,&quot;51501&quot;:15139,&quot;51502&quot;:15140,&quot;51503&quot;:15141,&quot;51504&quot;:15142,&quot;51505&quot;:15143,&quot;51506&quot;:15144,&quot;51507&quot;:15145,&quot;51509&quot;:15146,&quot;51510&quot;:15147,&quot;51511&quot;:15148,&quot;51512&quot;:15149,&quot;51513&quot;:15150,&quot;51514&quot;:15151,&quot;51515&quot;:15152,&quot;51516&quot;:15153,&quot;51517&quot;:15154,&quot;51518&quot;:15155,&quot;51519&quot;:15156,&quot;51520&quot;:15157,&quot;51521&quot;:15158,&quot;51522&quot;:15159,&quot;51523&quot;:15160,&quot;51524&quot;:15161,&quot;51525&quot;:15162,&quot;51526&quot;:15163,&quot;51527&quot;:15164,&quot;51528&quot;:15165,&quot;51529&quot;:15166,&quot;51530&quot;:15167,&quot;51531&quot;:15168,&quot;51532&quot;:15169,&quot;51533&quot;:15170,&quot;51534&quot;:15171,&quot;51535&quot;:15172,&quot;51538&quot;:15173,&quot;51539&quot;:15174,&quot;51541&quot;:15175,&quot;51542&quot;:15176,&quot;51543&quot;:15177,&quot;51545&quot;:15178,&quot;51546&quot;:15179,&quot;51547&quot;:15180,&quot;51548&quot;:15181,&quot;51549&quot;:15182,&quot;51550&quot;:15183,&quot;51551&quot;:15184,&quot;51554&quot;:15185,&quot;51556&quot;:15186,&quot;51557&quot;:15187,&quot;51558&quot;:15188,&quot;51559&quot;:15189,&quot;51560&quot;:15190,&quot;51561&quot;:15191,&quot;51562&quot;:15192,&quot;51563&quot;:15193,&quot;51565&quot;:15194,&quot;51566&quot;:15195,&quot;51567&quot;:15196,&quot;51569&quot;:15197,&quot;51570&quot;:15198,&quot;51571&quot;:15199,&quot;51573&quot;:15200,&quot;51574&quot;:15201,&quot;51575&quot;:15202,&quot;51576&quot;:15203,&quot;51577&quot;:15204,&quot;51578&quot;:15205,&quot;51579&quot;:15206,&quot;51581&quot;:15207,&quot;51582&quot;:15208,&quot;51583&quot;:15209,&quot;51584&quot;:15210,&quot;51585&quot;:15211,&quot;51586&quot;:15212,&quot;51587&quot;:15213,&quot;51588&quot;:15214,&quot;51589&quot;:15215,&quot;51590&quot;:15216,&quot;51591&quot;:15217,&quot;51594&quot;:15218,&quot;51595&quot;:15219,&quot;51597&quot;:15220,&quot;51598&quot;:15221,&quot;51599&quot;:15222,&quot;51601&quot;:15223,&quot;51602&quot;:15224,&quot;51603&quot;:15225,&quot;51604&quot;:15226,&quot;51605&quot;:15227,&quot;51606&quot;:15228,&quot;51607&quot;:15229,&quot;51610&quot;:15230,&quot;51612&quot;:15231,&quot;51614&quot;:15232,&quot;51615&quot;:15233,&quot;51616&quot;:15234,&quot;51617&quot;:15235,&quot;51618&quot;:15236,&quot;51619&quot;:15237,&quot;51620&quot;:15238,&quot;51621&quot;:15239,&quot;51622&quot;:15240,&quot;51623&quot;:15241,&quot;51624&quot;:15242,&quot;51625&quot;:15243,&quot;51626&quot;:15244,&quot;51627&quot;:15245,&quot;51628&quot;:15246,&quot;51629&quot;:15247,&quot;51630&quot;:15248,&quot;51631&quot;:15249,&quot;51632&quot;:15250,&quot;51633&quot;:15251,&quot;51634&quot;:15252,&quot;51635&quot;:15253,&quot;51636&quot;:15254,&quot;51637&quot;:15255,&quot;51638&quot;:15256,&quot;51639&quot;:15257,&quot;51640&quot;:15258,&quot;51641&quot;:15259,&quot;51642&quot;:15260,&quot;51643&quot;:15261,&quot;51644&quot;:15262,&quot;51645&quot;:15263,&quot;51646&quot;:15264,&quot;51647&quot;:15265,&quot;51650&quot;:15266,&quot;51651&quot;:15267,&quot;51653&quot;:15268,&quot;51654&quot;:15269,&quot;51657&quot;:15270,&quot;51659&quot;:15271,&quot;51660&quot;:15272,&quot;51661&quot;:15273,&quot;51662&quot;:15274,&quot;51663&quot;:15275,&quot;51666&quot;:15276,&quot;51668&quot;:15277,&quot;51671&quot;:15278,&quot;51672&quot;:15279,&quot;51675&quot;:15280,&quot;51678&quot;:15281,&quot;51679&quot;:15282,&quot;51681&quot;:15283,&quot;51683&quot;:15284,&quot;51685&quot;:15285,&quot;51686&quot;:15286,&quot;51688&quot;:15287,&quot;51689&quot;:15288,&quot;51690&quot;:15289,&quot;51691&quot;:15290,&quot;51694&quot;:15291,&quot;51698&quot;:15292,&quot;51699&quot;:15293,&quot;51700&quot;:15294,&quot;51701&quot;:15295,&quot;51702&quot;:15296,&quot;51703&quot;:15297,&quot;51706&quot;:15298,&quot;51707&quot;:15299,&quot;51709&quot;:15300,&quot;51710&quot;:15301,&quot;51711&quot;:15302,&quot;51713&quot;:15303,&quot;51714&quot;:15304,&quot;51715&quot;:15305,&quot;51716&quot;:15306,&quot;51717&quot;:15307,&quot;51718&quot;:15308,&quot;51719&quot;:15309,&quot;51722&quot;:15310,&quot;51726&quot;:15311,&quot;51727&quot;:15312,&quot;51728&quot;:15313,&quot;51729&quot;:15314,&quot;51730&quot;:15315,&quot;51731&quot;:15316,&quot;51733&quot;:15317,&quot;51734&quot;:15318,&quot;51735&quot;:15319,&quot;51737&quot;:15320,&quot;51738&quot;:15321,&quot;51739&quot;:15322,&quot;51740&quot;:15323,&quot;51741&quot;:15324,&quot;51742&quot;:15325,&quot;51743&quot;:15326,&quot;51744&quot;:15327,&quot;51745&quot;:15328,&quot;51746&quot;:15329,&quot;51747&quot;:15330,&quot;51748&quot;:15331,&quot;51749&quot;:15332,&quot;51750&quot;:15333,&quot;51751&quot;:15334,&quot;51752&quot;:15335,&quot;51754&quot;:15336,&quot;51755&quot;:15337,&quot;51756&quot;:15338,&quot;51757&quot;:15339,&quot;51758&quot;:15340,&quot;51759&quot;:15341,&quot;51760&quot;:15342,&quot;51761&quot;:15343,&quot;51762&quot;:15344,&quot;51763&quot;:15345,&quot;51764&quot;:15346,&quot;51765&quot;:15347,&quot;51766&quot;:15348,&quot;51767&quot;:15349,&quot;51768&quot;:15350,&quot;51769&quot;:15351,&quot;51770&quot;:15352,&quot;51771&quot;:15353,&quot;51772&quot;:15354,&quot;51773&quot;:15355,&quot;51774&quot;:15356,&quot;51775&quot;:15357,&quot;51776&quot;:15358,&quot;51777&quot;:15359,&quot;51778&quot;:15360,&quot;51779&quot;:15361,&quot;51780&quot;:15362,&quot;51781&quot;:15363,&quot;51782&quot;:15364,&quot;51783&quot;:15365,&quot;51784&quot;:15366,&quot;51785&quot;:15367,&quot;51786&quot;:15368,&quot;51787&quot;:15369,&quot;51790&quot;:15370,&quot;51791&quot;:15371,&quot;51793&quot;:15372,&quot;51794&quot;:15373,&quot;51795&quot;:15374,&quot;51797&quot;:15375,&quot;51798&quot;:15376,&quot;51799&quot;:15377,&quot;51800&quot;:15378,&quot;51801&quot;:15379,&quot;51802&quot;:15380,&quot;51803&quot;:15381,&quot;51806&quot;:15382,&quot;51810&quot;:15383,&quot;51811&quot;:15384,&quot;51812&quot;:15385,&quot;51813&quot;:15386,&quot;51814&quot;:15387,&quot;51815&quot;:15388,&quot;51817&quot;:15389,&quot;51818&quot;:15390,&quot;51819&quot;:15391,&quot;51820&quot;:15392,&quot;51821&quot;:15393,&quot;51822&quot;:15394,&quot;51823&quot;:15395,&quot;51824&quot;:15396,&quot;51825&quot;:15397,&quot;51826&quot;:15398,&quot;51827&quot;:15399,&quot;51828&quot;:15400,&quot;51829&quot;:15401,&quot;51830&quot;:15402,&quot;51831&quot;:15403,&quot;51832&quot;:15404,&quot;51833&quot;:15405,&quot;51834&quot;:15406,&quot;51835&quot;:15407,&quot;51836&quot;:15408,&quot;51838&quot;:15409,&quot;51839&quot;:15410,&quot;51840&quot;:15411,&quot;51841&quot;:15412,&quot;51842&quot;:15413,&quot;51843&quot;:15414,&quot;51845&quot;:15415,&quot;51846&quot;:15416,&quot;51847&quot;:15417,&quot;51848&quot;:15418,&quot;51849&quot;:15419,&quot;51850&quot;:15420,&quot;51851&quot;:15421,&quot;51852&quot;:15422,&quot;51853&quot;:15423,&quot;51854&quot;:15424,&quot;51855&quot;:15425,&quot;51856&quot;:15426,&quot;51857&quot;:15427,&quot;51858&quot;:15428,&quot;51859&quot;:15429,&quot;51860&quot;:15430,&quot;51861&quot;:15431,&quot;51862&quot;:15432,&quot;51863&quot;:15433,&quot;51865&quot;:15434,&quot;51866&quot;:15435,&quot;51867&quot;:15436,&quot;51868&quot;:15437,&quot;51869&quot;:15438,&quot;51870&quot;:15439,&quot;51871&quot;:15440,&quot;51872&quot;:15441,&quot;51873&quot;:15442,&quot;51874&quot;:15443,&quot;51875&quot;:15444,&quot;51876&quot;:15445,&quot;51877&quot;:15446,&quot;51878&quot;:15447,&quot;51879&quot;:15448,&quot;51880&quot;:15449,&quot;51881&quot;:15450,&quot;51882&quot;:15451,&quot;51883&quot;:15452,&quot;51884&quot;:15453,&quot;51885&quot;:15454,&quot;51886&quot;:15455,&quot;51887&quot;:15456,&quot;51888&quot;:15457,&quot;51889&quot;:15458,&quot;51890&quot;:15459,&quot;51891&quot;:15460,&quot;51892&quot;:15461,&quot;51893&quot;:15462,&quot;51894&quot;:15463,&quot;51895&quot;:15464,&quot;51896&quot;:15465,&quot;51897&quot;:15466,&quot;51898&quot;:15467,&quot;51899&quot;:15468,&quot;51902&quot;:15469,&quot;51903&quot;:15470,&quot;51905&quot;:15471,&quot;51906&quot;:15472,&quot;51907&quot;:15473,&quot;51909&quot;:15474,&quot;51910&quot;:15475,&quot;51911&quot;:15476,&quot;51912&quot;:15477,&quot;51913&quot;:15478,&quot;51914&quot;:15479,&quot;51915&quot;:15480,&quot;51918&quot;:15481,&quot;51920&quot;:15482,&quot;51922&quot;:15483,&quot;51924&quot;:15484,&quot;51925&quot;:15485,&quot;51926&quot;:15486,&quot;51927&quot;:15487,&quot;51930&quot;:15488,&quot;51931&quot;:15489,&quot;51932&quot;:15490,&quot;51933&quot;:15491,&quot;51934&quot;:15492,&quot;51935&quot;:15493,&quot;51937&quot;:15494,&quot;51938&quot;:15495,&quot;51939&quot;:15496,&quot;51940&quot;:15497,&quot;51941&quot;:15498,&quot;51942&quot;:15499,&quot;51943&quot;:15500,&quot;51944&quot;:15501,&quot;51945&quot;:15502,&quot;51946&quot;:15503,&quot;51947&quot;:15504,&quot;51949&quot;:15505,&quot;51950&quot;:15506,&quot;51951&quot;:15507,&quot;51952&quot;:15508,&quot;51953&quot;:15509,&quot;51954&quot;:15510,&quot;51955&quot;:15511,&quot;51957&quot;:15512,&quot;51958&quot;:15513,&quot;51959&quot;:15514,&quot;51960&quot;:15515,&quot;51961&quot;:15516,&quot;51962&quot;:15517,&quot;51963&quot;:15518,&quot;51964&quot;:15519,&quot;51965&quot;:15520,&quot;51966&quot;:15521,&quot;51967&quot;:15522,&quot;51968&quot;:15523,&quot;51969&quot;:15524,&quot;51970&quot;:15525,&quot;51971&quot;:15526,&quot;51972&quot;:15527,&quot;51973&quot;:15528,&quot;51974&quot;:15529,&quot;51975&quot;:15530,&quot;51977&quot;:15531,&quot;51978&quot;:15532,&quot;51979&quot;:15533,&quot;51980&quot;:15534,&quot;51981&quot;:15535,&quot;51982&quot;:15536,&quot;51983&quot;:15537,&quot;51985&quot;:15538,&quot;51986&quot;:15539,&quot;51987&quot;:15540,&quot;51989&quot;:15541,&quot;51990&quot;:15542,&quot;51991&quot;:15543,&quot;51993&quot;:15544,&quot;51994&quot;:15545,&quot;51995&quot;:15546,&quot;51996&quot;:15547,&quot;51997&quot;:15548,&quot;51998&quot;:15549,&quot;51999&quot;:15550,&quot;52002&quot;:15551,&quot;52003&quot;:15552,&quot;52004&quot;:15553,&quot;52005&quot;:15554,&quot;52006&quot;:15555,&quot;52007&quot;:15556,&quot;52008&quot;:15557,&quot;52009&quot;:15558,&quot;52010&quot;:15559,&quot;52011&quot;:15560,&quot;52012&quot;:15561,&quot;52013&quot;:15562,&quot;52014&quot;:15563,&quot;52015&quot;:15564,&quot;52016&quot;:15565,&quot;52017&quot;:15566,&quot;52018&quot;:15567,&quot;52019&quot;:15568,&quot;52020&quot;:15569,&quot;52021&quot;:15570,&quot;52022&quot;:15571,&quot;52023&quot;:15572,&quot;52024&quot;:15573,&quot;52025&quot;:15574,&quot;52026&quot;:15575,&quot;52027&quot;:15576,&quot;52028&quot;:15577,&quot;52029&quot;:15578,&quot;52030&quot;:15579,&quot;52031&quot;:15580,&quot;52032&quot;:15581,&quot;52034&quot;:15582,&quot;52035&quot;:15583,&quot;52036&quot;:15584,&quot;52037&quot;:15585,&quot;52038&quot;:15586,&quot;52039&quot;:15587,&quot;52042&quot;:15588,&quot;52043&quot;:15589,&quot;52045&quot;:15590,&quot;52046&quot;:15591,&quot;52047&quot;:15592,&quot;52049&quot;:15593,&quot;52050&quot;:15594,&quot;52051&quot;:15595,&quot;52052&quot;:15596,&quot;52053&quot;:15597,&quot;52054&quot;:15598,&quot;52055&quot;:15599,&quot;52058&quot;:15600,&quot;52059&quot;:15601,&quot;52060&quot;:15602,&quot;52062&quot;:15603,&quot;52063&quot;:15604,&quot;52064&quot;:15605,&quot;52065&quot;:15606,&quot;52066&quot;:15607,&quot;52067&quot;:15608,&quot;52069&quot;:15609,&quot;52070&quot;:15610,&quot;52071&quot;:15611,&quot;52072&quot;:15612,&quot;52073&quot;:15613,&quot;52074&quot;:15614,&quot;52075&quot;:15615,&quot;52076&quot;:15616,&quot;52077&quot;:15617,&quot;52078&quot;:15618,&quot;52079&quot;:15619,&quot;52080&quot;:15620,&quot;52081&quot;:15621,&quot;52082&quot;:15622,&quot;52083&quot;:15623,&quot;52084&quot;:15624,&quot;52085&quot;:15625,&quot;52086&quot;:15626,&quot;52087&quot;:15627,&quot;52090&quot;:15628,&quot;52091&quot;:15629,&quot;52092&quot;:15630,&quot;52093&quot;:15631,&quot;52094&quot;:15632,&quot;52095&quot;:15633,&quot;52096&quot;:15634,&quot;52097&quot;:15635,&quot;52098&quot;:15636,&quot;52099&quot;:15637,&quot;52100&quot;:15638,&quot;52101&quot;:15639,&quot;52102&quot;:15640,&quot;52103&quot;:15641,&quot;52104&quot;:15642,&quot;52105&quot;:15643,&quot;52106&quot;:15644,&quot;52107&quot;:15645,&quot;52108&quot;:15646,&quot;52109&quot;:15647,&quot;52110&quot;:15648,&quot;52111&quot;:15649,&quot;52112&quot;:15650,&quot;52113&quot;:15651,&quot;52114&quot;:15652,&quot;52115&quot;:15653,&quot;52116&quot;:15654,&quot;52117&quot;:15655,&quot;52118&quot;:15656,&quot;52119&quot;:15657,&quot;52120&quot;:15658,&quot;52121&quot;:15659,&quot;52122&quot;:15660,&quot;52123&quot;:15661,&quot;52125&quot;:15662,&quot;52126&quot;:15663,&quot;52127&quot;:15664,&quot;52128&quot;:15665,&quot;52129&quot;:15666,&quot;52130&quot;:15667,&quot;52131&quot;:15668,&quot;52132&quot;:15669,&quot;52133&quot;:15670,&quot;52134&quot;:15671,&quot;52135&quot;:15672,&quot;52136&quot;:15673,&quot;52137&quot;:15674,&quot;52138&quot;:15675,&quot;52139&quot;:15676,&quot;52140&quot;:15677,&quot;52141&quot;:15678,&quot;52142&quot;:15679,&quot;52143&quot;:15680,&quot;52144&quot;:15681,&quot;52145&quot;:15682,&quot;52146&quot;:15683,&quot;52147&quot;:15684,&quot;52148&quot;:15685,&quot;52149&quot;:15686,&quot;52150&quot;:15687,&quot;52151&quot;:15688,&quot;52153&quot;:15689,&quot;52154&quot;:15690,&quot;52155&quot;:15691,&quot;52156&quot;:15692,&quot;52157&quot;:15693,&quot;52158&quot;:15694,&quot;52159&quot;:15695,&quot;52160&quot;:15696,&quot;52161&quot;:15697,&quot;52162&quot;:15698,&quot;52163&quot;:15699,&quot;52164&quot;:15700,&quot;52165&quot;:15701,&quot;52166&quot;:15702,&quot;52167&quot;:15703,&quot;52168&quot;:15704,&quot;52169&quot;:15705,&quot;52170&quot;:15706,&quot;52171&quot;:15707,&quot;52172&quot;:15708,&quot;52173&quot;:15709,&quot;52174&quot;:15710,&quot;52175&quot;:15711,&quot;52176&quot;:15712,&quot;52177&quot;:15713,&quot;52178&quot;:15714,&quot;52179&quot;:15715,&quot;52181&quot;:15716,&quot;52182&quot;:15717,&quot;52183&quot;:15718,&quot;52184&quot;:15719,&quot;52185&quot;:15720,&quot;52186&quot;:15721,&quot;52187&quot;:15722,&quot;52188&quot;:15723,&quot;52189&quot;:15724,&quot;52190&quot;:15725,&quot;52191&quot;:15726,&quot;52192&quot;:15727,&quot;52193&quot;:15728,&quot;52194&quot;:15729,&quot;52195&quot;:15730,&quot;52197&quot;:15731,&quot;52198&quot;:15732,&quot;52200&quot;:15733,&quot;52202&quot;:15734,&quot;52203&quot;:15735,&quot;52204&quot;:15736,&quot;52205&quot;:15737,&quot;52206&quot;:15738,&quot;52207&quot;:15739,&quot;52208&quot;:15740,&quot;52209&quot;:15741,&quot;52210&quot;:15742,&quot;52211&quot;:15743,&quot;52212&quot;:15744,&quot;52213&quot;:15745,&quot;52214&quot;:15746,&quot;52215&quot;:15747,&quot;52216&quot;:15748,&quot;52217&quot;:15749,&quot;52218&quot;:15750,&quot;52219&quot;:15751,&quot;52220&quot;:15752,&quot;52221&quot;:15753,&quot;52222&quot;:15754,&quot;52223&quot;:15755,&quot;52224&quot;:15756,&quot;52225&quot;:15757,&quot;52226&quot;:15758,&quot;52227&quot;:15759,&quot;52228&quot;:15760,&quot;52229&quot;:15761,&quot;52230&quot;:15762,&quot;52231&quot;:15763,&quot;52232&quot;:15764,&quot;52233&quot;:15765,&quot;52234&quot;:15766,&quot;52235&quot;:15767,&quot;52238&quot;:15768,&quot;52239&quot;:15769,&quot;52241&quot;:15770,&quot;52242&quot;:15771,&quot;52243&quot;:15772,&quot;52245&quot;:15773,&quot;52246&quot;:15774,&quot;52247&quot;:15775,&quot;52248&quot;:15776,&quot;52249&quot;:15777,&quot;52250&quot;:15778,&quot;52251&quot;:15779,&quot;52254&quot;:15780,&quot;52255&quot;:15781,&quot;52256&quot;:15782,&quot;52259&quot;:15783,&quot;52260&quot;:15784,&quot;52261&quot;:15785,&quot;52262&quot;:15786,&quot;52266&quot;:15787,&quot;52267&quot;:15788,&quot;52269&quot;:15789,&quot;52271&quot;:15790,&quot;52273&quot;:15791,&quot;52274&quot;:15792,&quot;52275&quot;:15793,&quot;52276&quot;:15794,&quot;52277&quot;:15795,&quot;52278&quot;:15796,&quot;52279&quot;:15797,&quot;52282&quot;:15798,&quot;52287&quot;:15799,&quot;52288&quot;:15800,&quot;52289&quot;:15801,&quot;52290&quot;:15802,&quot;52291&quot;:15803,&quot;52294&quot;:15804,&quot;52295&quot;:15805,&quot;52297&quot;:15806,&quot;52298&quot;:15807,&quot;52299&quot;:15808,&quot;52301&quot;:15809,&quot;52302&quot;:15810,&quot;52303&quot;:15811,&quot;52304&quot;:15812,&quot;52305&quot;:15813,&quot;52306&quot;:15814,&quot;52307&quot;:15815,&quot;52310&quot;:15816,&quot;52314&quot;:15817,&quot;52315&quot;:15818,&quot;52316&quot;:15819,&quot;52317&quot;:15820,&quot;52318&quot;:15821,&quot;52319&quot;:15822,&quot;52321&quot;:15823,&quot;52322&quot;:15824,&quot;52323&quot;:15825,&quot;52325&quot;:15826,&quot;52327&quot;:15827,&quot;52329&quot;:15828,&quot;52330&quot;:15829,&quot;52331&quot;:15830,&quot;52332&quot;:15831,&quot;52333&quot;:15832,&quot;52334&quot;:15833,&quot;52335&quot;:15834,&quot;52337&quot;:15835,&quot;52338&quot;:15836,&quot;52339&quot;:15837,&quot;52340&quot;:15838,&quot;52342&quot;:15839,&quot;52343&quot;:15840,&quot;52344&quot;:15841,&quot;52345&quot;:15842,&quot;52346&quot;:15843,&quot;52347&quot;:15844,&quot;52348&quot;:15845,&quot;52349&quot;:15846,&quot;52350&quot;:15847,&quot;52351&quot;:15848,&quot;52352&quot;:15849,&quot;52353&quot;:15850,&quot;52354&quot;:15851,&quot;52355&quot;:15852,&quot;52356&quot;:15853,&quot;52357&quot;:15854,&quot;52358&quot;:15855,&quot;52359&quot;:15856,&quot;52360&quot;:15857,&quot;52361&quot;:15858,&quot;52362&quot;:15859,&quot;52363&quot;:15860,&quot;52364&quot;:15861,&quot;52365&quot;:15862,&quot;52366&quot;:15863,&quot;52367&quot;:15864,&quot;52368&quot;:15865,&quot;52369&quot;:15866,&quot;52370&quot;:15867,&quot;52371&quot;:15868,&quot;52372&quot;:15869,&quot;52373&quot;:15870,&quot;52374&quot;:15871,&quot;52375&quot;:15872,&quot;52378&quot;:15873,&quot;52379&quot;:15874,&quot;52381&quot;:15875,&quot;52382&quot;:15876,&quot;52383&quot;:15877,&quot;52385&quot;:15878,&quot;52386&quot;:15879,&quot;52387&quot;:15880,&quot;52388&quot;:15881,&quot;52389&quot;:15882,&quot;52390&quot;:15883,&quot;52391&quot;:15884,&quot;52394&quot;:15885,&quot;52398&quot;:15886,&quot;52399&quot;:15887,&quot;52400&quot;:15888,&quot;52401&quot;:15889,&quot;52402&quot;:15890,&quot;52403&quot;:15891,&quot;52406&quot;:15892,&quot;52407&quot;:15893,&quot;52409&quot;:15894,&quot;52410&quot;:15895,&quot;52411&quot;:15896,&quot;52413&quot;:15897,&quot;52414&quot;:15898,&quot;52415&quot;:15899,&quot;52416&quot;:15900,&quot;52417&quot;:15901,&quot;52418&quot;:15902,&quot;52419&quot;:15903,&quot;52422&quot;:15904,&quot;52424&quot;:15905,&quot;52426&quot;:15906,&quot;52427&quot;:15907,&quot;52428&quot;:15908,&quot;52429&quot;:15909,&quot;52430&quot;:15910,&quot;52431&quot;:15911,&quot;52433&quot;:15912,&quot;52434&quot;:15913,&quot;52435&quot;:15914,&quot;52437&quot;:15915,&quot;52438&quot;:15916,&quot;52439&quot;:15917,&quot;52440&quot;:15918,&quot;52441&quot;:15919,&quot;52442&quot;:15920,&quot;52443&quot;:15921,&quot;52444&quot;:15922,&quot;52445&quot;:15923,&quot;52446&quot;:15924,&quot;52447&quot;:15925,&quot;52448&quot;:15926,&quot;52449&quot;:15927,&quot;52450&quot;:15928,&quot;52451&quot;:15929,&quot;52453&quot;:15930,&quot;52454&quot;:15931,&quot;52455&quot;:15932,&quot;52456&quot;:15933,&quot;52457&quot;:15934,&quot;52458&quot;:15935,&quot;52459&quot;:15936,&quot;52461&quot;:15937,&quot;52462&quot;:15938,&quot;52463&quot;:15939,&quot;52465&quot;:15940,&quot;52466&quot;:15941,&quot;52467&quot;:15942,&quot;52468&quot;:15943,&quot;52469&quot;:15944,&quot;52470&quot;:15945,&quot;52471&quot;:15946,&quot;52472&quot;:15947,&quot;52473&quot;:15948,&quot;52474&quot;:15949,&quot;52475&quot;:15950,&quot;52476&quot;:15951,&quot;52477&quot;:15952,&quot;52478&quot;:15953,&quot;52479&quot;:15954,&quot;52480&quot;:15955,&quot;52482&quot;:15956,&quot;52483&quot;:15957,&quot;52484&quot;:15958,&quot;52485&quot;:15959,&quot;52486&quot;:15960,&quot;52487&quot;:15961,&quot;52490&quot;:15962,&quot;52491&quot;:15963,&quot;52493&quot;:15964,&quot;52494&quot;:15965,&quot;52495&quot;:15966,&quot;52497&quot;:15967,&quot;52498&quot;:15968,&quot;52499&quot;:15969,&quot;52500&quot;:15970,&quot;52501&quot;:15971,&quot;52502&quot;:15972,&quot;52503&quot;:15973,&quot;52506&quot;:15974,&quot;52508&quot;:15975,&quot;52510&quot;:15976,&quot;52511&quot;:15977,&quot;52512&quot;:15978,&quot;52513&quot;:15979,&quot;52514&quot;:15980,&quot;52515&quot;:15981,&quot;52517&quot;:15982,&quot;52518&quot;:15983,&quot;52519&quot;:15984,&quot;52521&quot;:15985,&quot;52522&quot;:15986,&quot;52523&quot;:15987,&quot;52525&quot;:15988,&quot;52526&quot;:15989,&quot;52527&quot;:15990,&quot;52528&quot;:15991,&quot;52529&quot;:15992,&quot;52530&quot;:15993,&quot;52531&quot;:15994,&quot;52532&quot;:15995,&quot;52533&quot;:15996,&quot;52534&quot;:15997,&quot;52535&quot;:15998,&quot;52536&quot;:15999,&quot;52538&quot;:16000,&quot;52539&quot;:16001,&quot;52540&quot;:16002,&quot;52541&quot;:16003,&quot;52542&quot;:16004,&quot;52543&quot;:16005,&quot;52544&quot;:16006,&quot;52545&quot;:16007,&quot;52546&quot;:16008,&quot;52547&quot;:16009,&quot;52548&quot;:16010,&quot;52549&quot;:16011,&quot;52550&quot;:16012,&quot;52551&quot;:16013,&quot;52552&quot;:16014,&quot;52553&quot;:16015,&quot;52554&quot;:16016,&quot;52555&quot;:16017,&quot;52556&quot;:16018,&quot;52557&quot;:16019,&quot;52558&quot;:16020,&quot;52559&quot;:16021,&quot;52560&quot;:16022,&quot;52561&quot;:16023,&quot;52562&quot;:16024,&quot;52563&quot;:16025,&quot;52564&quot;:16026,&quot;52565&quot;:16027,&quot;52566&quot;:16028,&quot;52567&quot;:16029,&quot;52568&quot;:16030,&quot;52569&quot;:16031,&quot;52570&quot;:16032,&quot;52571&quot;:16033,&quot;52573&quot;:16034,&quot;52574&quot;:16035,&quot;52575&quot;:16036,&quot;52577&quot;:16037,&quot;52578&quot;:16038,&quot;52579&quot;:16039,&quot;52581&quot;:16040,&quot;52582&quot;:16041,&quot;52583&quot;:16042,&quot;52584&quot;:16043,&quot;52585&quot;:16044,&quot;52586&quot;:16045,&quot;52587&quot;:16046,&quot;52590&quot;:16047,&quot;52592&quot;:16048,&quot;52594&quot;:16049,&quot;52595&quot;:16050,&quot;52596&quot;:16051,&quot;52597&quot;:16052,&quot;52598&quot;:16053,&quot;52599&quot;:16054,&quot;52601&quot;:16055,&quot;52602&quot;:16056,&quot;52603&quot;:16057,&quot;52604&quot;:16058,&quot;52605&quot;:16059,&quot;52606&quot;:16060,&quot;52607&quot;:16061,&quot;52608&quot;:16062,&quot;52609&quot;:16063,&quot;52610&quot;:16064,&quot;52611&quot;:16065,&quot;52612&quot;:16066,&quot;52613&quot;:16067,&quot;52614&quot;:16068,&quot;52615&quot;:16069,&quot;52617&quot;:16070,&quot;52618&quot;:16071,&quot;52619&quot;:16072,&quot;52620&quot;:16073,&quot;52621&quot;:16074,&quot;52622&quot;:16075,&quot;52623&quot;:16076,&quot;52624&quot;:16077,&quot;52625&quot;:16078,&quot;52626&quot;:16079,&quot;52627&quot;:16080,&quot;52630&quot;:16081,&quot;52631&quot;:16082,&quot;52633&quot;:16083,&quot;52634&quot;:16084,&quot;52635&quot;:16085,&quot;52637&quot;:16086,&quot;52638&quot;:16087,&quot;52639&quot;:16088,&quot;52640&quot;:16089,&quot;52641&quot;:16090,&quot;52642&quot;:16091,&quot;52643&quot;:16092,&quot;52646&quot;:16093,&quot;52648&quot;:16094,&quot;52650&quot;:16095,&quot;52651&quot;:16096,&quot;52652&quot;:16097,&quot;52653&quot;:16098,&quot;52654&quot;:16099,&quot;52655&quot;:16100,&quot;52657&quot;:16101,&quot;52658&quot;:16102,&quot;52659&quot;:16103,&quot;52660&quot;:16104,&quot;52661&quot;:16105,&quot;52662&quot;:16106,&quot;52663&quot;:16107,&quot;52664&quot;:16108,&quot;52665&quot;:16109,&quot;52666&quot;:16110,&quot;52667&quot;:16111,&quot;52668&quot;:16112,&quot;52669&quot;:16113,&quot;52670&quot;:16114,&quot;52671&quot;:16115,&quot;52672&quot;:16116,&quot;52673&quot;:16117,&quot;52674&quot;:16118,&quot;52675&quot;:16119,&quot;52677&quot;:16120,&quot;52678&quot;:16121,&quot;52679&quot;:16122,&quot;52680&quot;:16123,&quot;52681&quot;:16124,&quot;52682&quot;:16125,&quot;52683&quot;:16126,&quot;52685&quot;:16127,&quot;52686&quot;:16128,&quot;52687&quot;:16129,&quot;52689&quot;:16130,&quot;52690&quot;:16131,&quot;52691&quot;:16132,&quot;52692&quot;:16133,&quot;52693&quot;:16134,&quot;52694&quot;:16135,&quot;52695&quot;:16136,&quot;52696&quot;:16137,&quot;52697&quot;:16138,&quot;52698&quot;:16139,&quot;52699&quot;:16140,&quot;52700&quot;:16141,&quot;52701&quot;:16142,&quot;52702&quot;:16143,&quot;52703&quot;:16144,&quot;52704&quot;:16145,&quot;52705&quot;:16146,&quot;52706&quot;:16147,&quot;52707&quot;:16148,&quot;52708&quot;:16149,&quot;52709&quot;:16150,&quot;52710&quot;:16151,&quot;52711&quot;:16152,&quot;52713&quot;:16153,&quot;52714&quot;:16154,&quot;52715&quot;:16155,&quot;52717&quot;:16156,&quot;52718&quot;:16157,&quot;52719&quot;:16158,&quot;52721&quot;:16159,&quot;52722&quot;:16160,&quot;52723&quot;:16161,&quot;52724&quot;:16162,&quot;52725&quot;:16163,&quot;52726&quot;:16164,&quot;52727&quot;:16165,&quot;52730&quot;:16166,&quot;52732&quot;:16167,&quot;52734&quot;:16168,&quot;52735&quot;:16169,&quot;52736&quot;:16170,&quot;52737&quot;:16171,&quot;52738&quot;:16172,&quot;52739&quot;:16173,&quot;52741&quot;:16174,&quot;52742&quot;:16175,&quot;52743&quot;:16176,&quot;52745&quot;:16177,&quot;52746&quot;:16178,&quot;52747&quot;:16179,&quot;52749&quot;:16180,&quot;52750&quot;:16181,&quot;52751&quot;:16182,&quot;52752&quot;:16183,&quot;52753&quot;:16184,&quot;52754&quot;:16185,&quot;52755&quot;:16186,&quot;52757&quot;:16187,&quot;52758&quot;:16188,&quot;52759&quot;:16189,&quot;52760&quot;:16190,&quot;52762&quot;:16191,&quot;52763&quot;:16192,&quot;52764&quot;:16193,&quot;52765&quot;:16194,&quot;52766&quot;:16195,&quot;52767&quot;:16196,&quot;52770&quot;:16197,&quot;52771&quot;:16198,&quot;52773&quot;:16199,&quot;52774&quot;:16200,&quot;52775&quot;:16201,&quot;52777&quot;:16202,&quot;52778&quot;:16203,&quot;52779&quot;:16204,&quot;52780&quot;:16205,&quot;52781&quot;:16206,&quot;52782&quot;:16207,&quot;52783&quot;:16208,&quot;52786&quot;:16209,&quot;52788&quot;:16210,&quot;52790&quot;:16211,&quot;52791&quot;:16212,&quot;52792&quot;:16213,&quot;52793&quot;:16214,&quot;52794&quot;:16215,&quot;52795&quot;:16216,&quot;52796&quot;:16217,&quot;52797&quot;:16218,&quot;52798&quot;:16219,&quot;52799&quot;:16220,&quot;52800&quot;:16221,&quot;52801&quot;:16222,&quot;52802&quot;:16223,&quot;52803&quot;:16224,&quot;52804&quot;:16225,&quot;52805&quot;:16226,&quot;52806&quot;:16227,&quot;52807&quot;:16228,&quot;52808&quot;:16229,&quot;52809&quot;:16230,&quot;52810&quot;:16231,&quot;52811&quot;:16232,&quot;52812&quot;:16233,&quot;52813&quot;:16234,&quot;52814&quot;:16235,&quot;52815&quot;:16236,&quot;52816&quot;:16237,&quot;52817&quot;:16238,&quot;52818&quot;:16239,&quot;52819&quot;:16240,&quot;52820&quot;:16241,&quot;52821&quot;:16242,&quot;52822&quot;:16243,&quot;52823&quot;:16244,&quot;52826&quot;:16245,&quot;52827&quot;:16246,&quot;52829&quot;:16247,&quot;52830&quot;:16248,&quot;52834&quot;:16249,&quot;52835&quot;:16250,&quot;52836&quot;:16251,&quot;52837&quot;:16252,&quot;52838&quot;:16253,&quot;52839&quot;:16254,&quot;52842&quot;:16255,&quot;52844&quot;:16256,&quot;52846&quot;:16257,&quot;52847&quot;:16258,&quot;52848&quot;:16259,&quot;52849&quot;:16260,&quot;52850&quot;:16261,&quot;52851&quot;:16262,&quot;52854&quot;:16263,&quot;52855&quot;:16264,&quot;52857&quot;:16265,&quot;52858&quot;:16266,&quot;52859&quot;:16267,&quot;52861&quot;:16268,&quot;52862&quot;:16269,&quot;52863&quot;:16270,&quot;52864&quot;:16271,&quot;52865&quot;:16272,&quot;52866&quot;:16273,&quot;52867&quot;:16274,&quot;52870&quot;:16275,&quot;52872&quot;:16276,&quot;52874&quot;:16277,&quot;52875&quot;:16278,&quot;52876&quot;:16279,&quot;52877&quot;:16280,&quot;52878&quot;:16281,&quot;52879&quot;:16282,&quot;52882&quot;:16283,&quot;52883&quot;:16284,&quot;52885&quot;:16285,&quot;52886&quot;:16286,&quot;52887&quot;:16287,&quot;52889&quot;:16288,&quot;52890&quot;:16289,&quot;52891&quot;:16290,&quot;52892&quot;:16291,&quot;52893&quot;:16292,&quot;52894&quot;:16293,&quot;52895&quot;:16294,&quot;52898&quot;:16295,&quot;52902&quot;:16296,&quot;52903&quot;:16297,&quot;52904&quot;:16298,&quot;52905&quot;:16299,&quot;52906&quot;:16300,&quot;52907&quot;:16301,&quot;52910&quot;:16302,&quot;52911&quot;:16303,&quot;52912&quot;:16304,&quot;52913&quot;:16305,&quot;52914&quot;:16306,&quot;52915&quot;:16307,&quot;52916&quot;:16308,&quot;52917&quot;:16309,&quot;52918&quot;:16310,&quot;52919&quot;:16311,&quot;52920&quot;:16312,&quot;52921&quot;:16313,&quot;52922&quot;:16314,&quot;52923&quot;:16315,&quot;52924&quot;:16316,&quot;52925&quot;:16317,&quot;52926&quot;:16318,&quot;52927&quot;:16319,&quot;52928&quot;:16320,&quot;52930&quot;:16321,&quot;52931&quot;:16322,&quot;52932&quot;:16323,&quot;52933&quot;:16324,&quot;52934&quot;:16325,&quot;52935&quot;:16326,&quot;52936&quot;:16327,&quot;52937&quot;:16328,&quot;52938&quot;:16329,&quot;52939&quot;:16330,&quot;52940&quot;:16331,&quot;52941&quot;:16332,&quot;52942&quot;:16333,&quot;52943&quot;:16334,&quot;52944&quot;:16335,&quot;52945&quot;:16336,&quot;52946&quot;:16337,&quot;52947&quot;:16338,&quot;52948&quot;:16339,&quot;52949&quot;:16340,&quot;52950&quot;:16341,&quot;52951&quot;:16342,&quot;52952&quot;:16343,&quot;52953&quot;:16344,&quot;52954&quot;:16345,&quot;52955&quot;:16346,&quot;52956&quot;:16347,&quot;52957&quot;:16348,&quot;52958&quot;:16349,&quot;52959&quot;:16350,&quot;52960&quot;:16351,&quot;52961&quot;:16352,&quot;52962&quot;:16353,&quot;52963&quot;:16354,&quot;52966&quot;:16355,&quot;52967&quot;:16356,&quot;52969&quot;:16357,&quot;52970&quot;:16358,&quot;52973&quot;:16359,&quot;52974&quot;:16360,&quot;52975&quot;:16361,&quot;52976&quot;:16362,&quot;52977&quot;:16363,&quot;52978&quot;:16364,&quot;52979&quot;:16365,&quot;52982&quot;:16366,&quot;52986&quot;:16367,&quot;52987&quot;:16368,&quot;52988&quot;:16369,&quot;52989&quot;:16370,&quot;52990&quot;:16371,&quot;52991&quot;:16372,&quot;52994&quot;:16373,&quot;52995&quot;:16374,&quot;52997&quot;:16375,&quot;52998&quot;:16376,&quot;52999&quot;:16377,&quot;53001&quot;:16378,&quot;53002&quot;:16379,&quot;53003&quot;:16380,&quot;53004&quot;:16381,&quot;53005&quot;:16382,&quot;53006&quot;:16383,&quot;53007&quot;:16384,&quot;53010&quot;:16385,&quot;53012&quot;:16386,&quot;53014&quot;:16387,&quot;53015&quot;:16388,&quot;53016&quot;:16389,&quot;53017&quot;:16390,&quot;53018&quot;:16391,&quot;53019&quot;:16392,&quot;53021&quot;:16393,&quot;53022&quot;:16394,&quot;53023&quot;:16395,&quot;53025&quot;:16396,&quot;53026&quot;:16397,&quot;53027&quot;:16398,&quot;53029&quot;:16399,&quot;53030&quot;:16400,&quot;53031&quot;:16401,&quot;53032&quot;:16402,&quot;53033&quot;:16403,&quot;53034&quot;:16404,&quot;53035&quot;:16405,&quot;53038&quot;:16406,&quot;53042&quot;:16407,&quot;53043&quot;:16408,&quot;53044&quot;:16409,&quot;53045&quot;:16410,&quot;53046&quot;:16411,&quot;53047&quot;:16412,&quot;53049&quot;:16413,&quot;53050&quot;:16414,&quot;53051&quot;:16415,&quot;53052&quot;:16416,&quot;53053&quot;:16417,&quot;53054&quot;:16418,&quot;53055&quot;:16419,&quot;53056&quot;:16420,&quot;53057&quot;:16421,&quot;53058&quot;:16422,&quot;53059&quot;:16423,&quot;53060&quot;:16424,&quot;53061&quot;:16425,&quot;53062&quot;:16426,&quot;53063&quot;:16427,&quot;53064&quot;:16428,&quot;53065&quot;:16429,&quot;53066&quot;:16430,&quot;53067&quot;:16431,&quot;53068&quot;:16432,&quot;53069&quot;:16433,&quot;53070&quot;:16434,&quot;53071&quot;:16435,&quot;53072&quot;:16436,&quot;53073&quot;:16437,&quot;53074&quot;:16438,&quot;53075&quot;:16439,&quot;53078&quot;:16440,&quot;53079&quot;:16441,&quot;53081&quot;:16442,&quot;53082&quot;:16443,&quot;53083&quot;:16444,&quot;53085&quot;:16445,&quot;53086&quot;:16446,&quot;53087&quot;:16447,&quot;53088&quot;:16448,&quot;53089&quot;:16449,&quot;53090&quot;:16450,&quot;53091&quot;:16451,&quot;53094&quot;:16452,&quot;53096&quot;:16453,&quot;53098&quot;:16454,&quot;53099&quot;:16455,&quot;53100&quot;:16456,&quot;53101&quot;:16457,&quot;53102&quot;:16458,&quot;53103&quot;:16459,&quot;53106&quot;:16460,&quot;53107&quot;:16461,&quot;53109&quot;:16462,&quot;53110&quot;:16463,&quot;53111&quot;:16464,&quot;53113&quot;:16465,&quot;53114&quot;:16466,&quot;53115&quot;:16467,&quot;53116&quot;:16468,&quot;53117&quot;:16469,&quot;53118&quot;:16470,&quot;53119&quot;:16471,&quot;53121&quot;:16472,&quot;53122&quot;:16473,&quot;53123&quot;:16474,&quot;53124&quot;:16475,&quot;53126&quot;:16476,&quot;53127&quot;:16477,&quot;53128&quot;:16478,&quot;53129&quot;:16479,&quot;53130&quot;:16480,&quot;53131&quot;:16481,&quot;53133&quot;:16482,&quot;53134&quot;:16483,&quot;53135&quot;:16484,&quot;53136&quot;:16485,&quot;53137&quot;:16486,&quot;53138&quot;:16487,&quot;53139&quot;:16488,&quot;53140&quot;:16489,&quot;53141&quot;:16490,&quot;53142&quot;:16491,&quot;53143&quot;:16492,&quot;53144&quot;:16493,&quot;53145&quot;:16494,&quot;53146&quot;:16495,&quot;53147&quot;:16496,&quot;53148&quot;:16497,&quot;53149&quot;:16498,&quot;53150&quot;:16499,&quot;53151&quot;:16500,&quot;53152&quot;:16501,&quot;53154&quot;:16502,&quot;53155&quot;:16503,&quot;53156&quot;:16504,&quot;53157&quot;:16505,&quot;53158&quot;:16506,&quot;53159&quot;:16507,&quot;53161&quot;:16508,&quot;53162&quot;:16509,&quot;53163&quot;:16510,&quot;53164&quot;:16511,&quot;53165&quot;:16512,&quot;53166&quot;:16513,&quot;53167&quot;:16514,&quot;53169&quot;:16515,&quot;53170&quot;:16516,&quot;53171&quot;:16517,&quot;53172&quot;:16518,&quot;53173&quot;:16519,&quot;53174&quot;:16520,&quot;53175&quot;:16521,&quot;53176&quot;:16522,&quot;53177&quot;:16523,&quot;53178&quot;:16524,&quot;53179&quot;:16525,&quot;53180&quot;:16526,&quot;53181&quot;:16527,&quot;53182&quot;:16528,&quot;53183&quot;:16529,&quot;53184&quot;:16530,&quot;53185&quot;:16531,&quot;53186&quot;:16532,&quot;53187&quot;:16533,&quot;53189&quot;:16534,&quot;53190&quot;:16535,&quot;53191&quot;:16536,&quot;53192&quot;:16537,&quot;53193&quot;:16538,&quot;53194&quot;:16539,&quot;53195&quot;:16540,&quot;53196&quot;:16541,&quot;53197&quot;:16542,&quot;53198&quot;:16543,&quot;53199&quot;:16544,&quot;53200&quot;:16545,&quot;53201&quot;:16546,&quot;53202&quot;:16547,&quot;53203&quot;:16548,&quot;53204&quot;:16549,&quot;53205&quot;:16550,&quot;53206&quot;:16551,&quot;53207&quot;:16552,&quot;53208&quot;:16553,&quot;53209&quot;:16554,&quot;53210&quot;:16555,&quot;53211&quot;:16556,&quot;53212&quot;:16557,&quot;53213&quot;:16558,&quot;53214&quot;:16559,&quot;53215&quot;:16560,&quot;53218&quot;:16561,&quot;53219&quot;:16562,&quot;53221&quot;:16563,&quot;53222&quot;:16564,&quot;53223&quot;:16565,&quot;53225&quot;:16566,&quot;53226&quot;:16567,&quot;53227&quot;:16568,&quot;53228&quot;:16569,&quot;53229&quot;:16570,&quot;53230&quot;:16571,&quot;53231&quot;:16572,&quot;53234&quot;:16573,&quot;53236&quot;:16574,&quot;53238&quot;:16575,&quot;53239&quot;:16576,&quot;53240&quot;:16577,&quot;53241&quot;:16578,&quot;53242&quot;:16579,&quot;53243&quot;:16580,&quot;53245&quot;:16581,&quot;53246&quot;:16582,&quot;53247&quot;:16583,&quot;53249&quot;:16584,&quot;53250&quot;:16585,&quot;53251&quot;:16586,&quot;53253&quot;:16587,&quot;53254&quot;:16588,&quot;53255&quot;:16589,&quot;53256&quot;:16590,&quot;53257&quot;:16591,&quot;53258&quot;:16592,&quot;53259&quot;:16593,&quot;53260&quot;:16594,&quot;53261&quot;:16595,&quot;53262&quot;:16596,&quot;53263&quot;:16597,&quot;53264&quot;:16598,&quot;53266&quot;:16599,&quot;53267&quot;:16600,&quot;53268&quot;:16601,&quot;53269&quot;:16602,&quot;53270&quot;:16603,&quot;53271&quot;:16604,&quot;53273&quot;:16605,&quot;53274&quot;:16606,&quot;53275&quot;:16607,&quot;53276&quot;:16608,&quot;53277&quot;:16609,&quot;53278&quot;:16610,&quot;53279&quot;:16611,&quot;53280&quot;:16612,&quot;53281&quot;:16613,&quot;53282&quot;:16614,&quot;53283&quot;:16615,&quot;53284&quot;:16616,&quot;53285&quot;:16617,&quot;53286&quot;:16618,&quot;53287&quot;:16619,&quot;53288&quot;:16620,&quot;53289&quot;:16621,&quot;53290&quot;:16622,&quot;53291&quot;:16623,&quot;53292&quot;:16624,&quot;53294&quot;:16625,&quot;53295&quot;:16626,&quot;53296&quot;:16627,&quot;53297&quot;:16628,&quot;53298&quot;:16629,&quot;53299&quot;:16630,&quot;53302&quot;:16631,&quot;53303&quot;:16632,&quot;53305&quot;:16633,&quot;53306&quot;:16634,&quot;53307&quot;:16635,&quot;53309&quot;:16636,&quot;53310&quot;:16637,&quot;53311&quot;:16638,&quot;53312&quot;:16639,&quot;53313&quot;:16640,&quot;53314&quot;:16641,&quot;53315&quot;:16642,&quot;53318&quot;:16643,&quot;53320&quot;:16644,&quot;53322&quot;:16645,&quot;53323&quot;:16646,&quot;53324&quot;:16647,&quot;53325&quot;:16648,&quot;53326&quot;:16649,&quot;53327&quot;:16650,&quot;53329&quot;:16651,&quot;53330&quot;:16652,&quot;53331&quot;:16653,&quot;53333&quot;:16654,&quot;53334&quot;:16655,&quot;53335&quot;:16656,&quot;53337&quot;:16657,&quot;53338&quot;:16658,&quot;53339&quot;:16659,&quot;53340&quot;:16660,&quot;53341&quot;:16661,&quot;53342&quot;:16662,&quot;53343&quot;:16663,&quot;53345&quot;:16664,&quot;53346&quot;:16665,&quot;53347&quot;:16666,&quot;53348&quot;:16667,&quot;53349&quot;:16668,&quot;53350&quot;:16669,&quot;53351&quot;:16670,&quot;53352&quot;:16671,&quot;53353&quot;:16672,&quot;53354&quot;:16673,&quot;53355&quot;:16674,&quot;53358&quot;:16675,&quot;53359&quot;:16676,&quot;53361&quot;:16677,&quot;53362&quot;:16678,&quot;53363&quot;:16679,&quot;53365&quot;:16680,&quot;53366&quot;:16681,&quot;53367&quot;:16682,&quot;53368&quot;:16683,&quot;53369&quot;:16684,&quot;53370&quot;:16685,&quot;53371&quot;:16686,&quot;53374&quot;:16687,&quot;53375&quot;:16688,&quot;53376&quot;:16689,&quot;53378&quot;:16690,&quot;53379&quot;:16691,&quot;53380&quot;:16692,&quot;53381&quot;:16693,&quot;53382&quot;:16694,&quot;53383&quot;:16695,&quot;53384&quot;:16696,&quot;53385&quot;:16697,&quot;53386&quot;:16698,&quot;53387&quot;:16699,&quot;53388&quot;:16700,&quot;53389&quot;:16701,&quot;53390&quot;:16702,&quot;53391&quot;:16703,&quot;53392&quot;:16704,&quot;53393&quot;:16705,&quot;53394&quot;:16706,&quot;53395&quot;:16707,&quot;53396&quot;:16708,&quot;53397&quot;:16709,&quot;53398&quot;:16710,&quot;53399&quot;:16711,&quot;53400&quot;:16712,&quot;53401&quot;:16713,&quot;53402&quot;:16714,&quot;53403&quot;:16715,&quot;53404&quot;:16716,&quot;53405&quot;:16717,&quot;53406&quot;:16718,&quot;53407&quot;:16719,&quot;53408&quot;:16720,&quot;53409&quot;:16721,&quot;53410&quot;:16722,&quot;53411&quot;:16723,&quot;53414&quot;:16724,&quot;53415&quot;:16725,&quot;53417&quot;:16726,&quot;53418&quot;:16727,&quot;53419&quot;:16728,&quot;53421&quot;:16729,&quot;53422&quot;:16730,&quot;53423&quot;:16731,&quot;53424&quot;:16732,&quot;53425&quot;:16733,&quot;53426&quot;:16734,&quot;53427&quot;:16735,&quot;53430&quot;:16736,&quot;53432&quot;:16737,&quot;53434&quot;:16738,&quot;53435&quot;:16739,&quot;53436&quot;:16740,&quot;53437&quot;:16741,&quot;53438&quot;:16742,&quot;53439&quot;:16743,&quot;53442&quot;:16744,&quot;53443&quot;:16745,&quot;53445&quot;:16746,&quot;53446&quot;:16747,&quot;53447&quot;:16748,&quot;53450&quot;:16749,&quot;53451&quot;:16750,&quot;53452&quot;:16751,&quot;53453&quot;:16752,&quot;53454&quot;:16753,&quot;53455&quot;:16754,&quot;53458&quot;:16755,&quot;53462&quot;:16756,&quot;53463&quot;:16757,&quot;53464&quot;:16758,&quot;53465&quot;:16759,&quot;53466&quot;:16760,&quot;53467&quot;:16761,&quot;53470&quot;:16762,&quot;53471&quot;:16763,&quot;53473&quot;:16764,&quot;53474&quot;:16765,&quot;53475&quot;:16766,&quot;53477&quot;:16767,&quot;53478&quot;:16768,&quot;53479&quot;:16769,&quot;53480&quot;:16770,&quot;53481&quot;:16771,&quot;53482&quot;:16772,&quot;53483&quot;:16773,&quot;53486&quot;:16774,&quot;53490&quot;:16775,&quot;53491&quot;:16776,&quot;53492&quot;:16777,&quot;53493&quot;:16778,&quot;53494&quot;:16779,&quot;53495&quot;:16780,&quot;53497&quot;:16781,&quot;53498&quot;:16782,&quot;53499&quot;:16783,&quot;53500&quot;:16784,&quot;53501&quot;:16785,&quot;53502&quot;:16786,&quot;53503&quot;:16787,&quot;53504&quot;:16788,&quot;53505&quot;:16789,&quot;53506&quot;:16790,&quot;53507&quot;:16791,&quot;53508&quot;:16792,&quot;53509&quot;:16793,&quot;53510&quot;:16794,&quot;53511&quot;:16795,&quot;53512&quot;:16796,&quot;53513&quot;:16797,&quot;53514&quot;:16798,&quot;53515&quot;:16799,&quot;53516&quot;:16800,&quot;53518&quot;:16801,&quot;53519&quot;:16802,&quot;53520&quot;:16803,&quot;53521&quot;:16804,&quot;53522&quot;:16805,&quot;53523&quot;:16806,&quot;53524&quot;:16807,&quot;53525&quot;:16808,&quot;53526&quot;:16809,&quot;53527&quot;:16810,&quot;53528&quot;:16811,&quot;53529&quot;:16812,&quot;53530&quot;:16813,&quot;53531&quot;:16814,&quot;53532&quot;:16815,&quot;53533&quot;:16816,&quot;53534&quot;:16817,&quot;53535&quot;:16818,&quot;53536&quot;:16819,&quot;53537&quot;:16820,&quot;53538&quot;:16821,&quot;53539&quot;:16822,&quot;53540&quot;:16823,&quot;53541&quot;:16824,&quot;53542&quot;:16825,&quot;53543&quot;:16826,&quot;53544&quot;:16827,&quot;53545&quot;:16828,&quot;53546&quot;:16829,&quot;53547&quot;:16830,&quot;53548&quot;:16831,&quot;53549&quot;:16832,&quot;53550&quot;:16833,&quot;53551&quot;:16834,&quot;53554&quot;:16835,&quot;53555&quot;:16836,&quot;53557&quot;:16837,&quot;53558&quot;:16838,&quot;53559&quot;:16839,&quot;53561&quot;:16840,&quot;53563&quot;:16841,&quot;53564&quot;:16842,&quot;53565&quot;:16843,&quot;53566&quot;:16844,&quot;53567&quot;:16845,&quot;53570&quot;:16846,&quot;53574&quot;:16847,&quot;53575&quot;:16848,&quot;53576&quot;:16849,&quot;53577&quot;:16850,&quot;53578&quot;:16851,&quot;53579&quot;:16852,&quot;53582&quot;:16853,&quot;53583&quot;:16854,&quot;53585&quot;:16855,&quot;53586&quot;:16856,&quot;53587&quot;:16857,&quot;53589&quot;:16858,&quot;53590&quot;:16859,&quot;53591&quot;:16860,&quot;53592&quot;:16861,&quot;53593&quot;:16862,&quot;53594&quot;:16863,&quot;53595&quot;:16864,&quot;53598&quot;:16865,&quot;53600&quot;:16866,&quot;53602&quot;:16867,&quot;53603&quot;:16868,&quot;53604&quot;:16869,&quot;53605&quot;:16870,&quot;53606&quot;:16871,&quot;53607&quot;:16872,&quot;53609&quot;:16873,&quot;53610&quot;:16874,&quot;53611&quot;:16875,&quot;53613&quot;:16876,&quot;53614&quot;:16877,&quot;53615&quot;:16878,&quot;53616&quot;:16879,&quot;53617&quot;:16880,&quot;53618&quot;:16881,&quot;53619&quot;:16882,&quot;53620&quot;:16883,&quot;53621&quot;:16884,&quot;53622&quot;:16885,&quot;53623&quot;:16886,&quot;53624&quot;:16887,&quot;53625&quot;:16888,&quot;53626&quot;:16889,&quot;53627&quot;:16890,&quot;53629&quot;:16891,&quot;53630&quot;:16892,&quot;53631&quot;:16893,&quot;53632&quot;:16894,&quot;53633&quot;:16895,&quot;53634&quot;:16896,&quot;53635&quot;:16897,&quot;53637&quot;:16898,&quot;53638&quot;:16899,&quot;53639&quot;:16900,&quot;53641&quot;:16901,&quot;53642&quot;:16902,&quot;53643&quot;:16903,&quot;53644&quot;:16904,&quot;53645&quot;:16905,&quot;53646&quot;:16906,&quot;53647&quot;:16907,&quot;53648&quot;:16908,&quot;53649&quot;:16909,&quot;53650&quot;:16910,&quot;53651&quot;:16911,&quot;53652&quot;:16912,&quot;53653&quot;:16913,&quot;53654&quot;:16914,&quot;53655&quot;:16915,&quot;53656&quot;:16916,&quot;53657&quot;:16917,&quot;53658&quot;:16918,&quot;53659&quot;:16919,&quot;53660&quot;:16920,&quot;53661&quot;:16921,&quot;53662&quot;:16922,&quot;53663&quot;:16923,&quot;53666&quot;:16924,&quot;53667&quot;:16925,&quot;53669&quot;:16926,&quot;53670&quot;:16927,&quot;53671&quot;:16928,&quot;53673&quot;:16929,&quot;53674&quot;:16930,&quot;53675&quot;:16931,&quot;53676&quot;:16932,&quot;53677&quot;:16933,&quot;53678&quot;:16934,&quot;53679&quot;:16935,&quot;53682&quot;:16936,&quot;53684&quot;:16937,&quot;53686&quot;:16938,&quot;53687&quot;:16939,&quot;53688&quot;:16940,&quot;53689&quot;:16941,&quot;53691&quot;:16942,&quot;53693&quot;:16943,&quot;53694&quot;:16944,&quot;53695&quot;:16945,&quot;53697&quot;:16946,&quot;53698&quot;:16947,&quot;53699&quot;:16948,&quot;53700&quot;:16949,&quot;53701&quot;:16950,&quot;53702&quot;:16951,&quot;53703&quot;:16952,&quot;53704&quot;:16953,&quot;53705&quot;:16954,&quot;53706&quot;:16955,&quot;53707&quot;:16956,&quot;53708&quot;:16957,&quot;53709&quot;:16958,&quot;53710&quot;:16959,&quot;53711&quot;:16960,&quot;53712&quot;:16961,&quot;53713&quot;:16962,&quot;53714&quot;:16963,&quot;53715&quot;:16964,&quot;53716&quot;:16965,&quot;53717&quot;:16966,&quot;53718&quot;:16967,&quot;53719&quot;:16968,&quot;53721&quot;:16969,&quot;53722&quot;:16970,&quot;53723&quot;:16971,&quot;53724&quot;:16972,&quot;53725&quot;:16973,&quot;53726&quot;:16974,&quot;53727&quot;:16975,&quot;53728&quot;:16976,&quot;53729&quot;:16977,&quot;53730&quot;:16978,&quot;53731&quot;:16979,&quot;53732&quot;:16980,&quot;53733&quot;:16981,&quot;53734&quot;:16982,&quot;53735&quot;:16983,&quot;53736&quot;:16984,&quot;53737&quot;:16985,&quot;53738&quot;:16986,&quot;53739&quot;:16987,&quot;53740&quot;:16988,&quot;53741&quot;:16989,&quot;53742&quot;:16990,&quot;53743&quot;:16991,&quot;53744&quot;:16992,&quot;53745&quot;:16993,&quot;53746&quot;:16994,&quot;53747&quot;:16995,&quot;53749&quot;:16996,&quot;53750&quot;:16997,&quot;53751&quot;:16998,&quot;53753&quot;:16999,&quot;53754&quot;:17000,&quot;53755&quot;:17001,&quot;53756&quot;:17002,&quot;53757&quot;:17003,&quot;53758&quot;:17004,&quot;53759&quot;:17005,&quot;53760&quot;:17006,&quot;53761&quot;:17007,&quot;53762&quot;:17008,&quot;53763&quot;:17009,&quot;53764&quot;:17010,&quot;53765&quot;:17011,&quot;53766&quot;:17012,&quot;53768&quot;:17013,&quot;53770&quot;:17014,&quot;53771&quot;:17015,&quot;53772&quot;:17016,&quot;53773&quot;:17017,&quot;53774&quot;:17018,&quot;53775&quot;:17019,&quot;53777&quot;:17020,&quot;53778&quot;:17021,&quot;53779&quot;:17022,&quot;53780&quot;:17023,&quot;53781&quot;:17024,&quot;53782&quot;:17025,&quot;53783&quot;:17026,&quot;53784&quot;:17027,&quot;53785&quot;:17028,&quot;53786&quot;:17029,&quot;53787&quot;:17030,&quot;53788&quot;:17031,&quot;53789&quot;:17032,&quot;53790&quot;:17033,&quot;53791&quot;:17034,&quot;53792&quot;:17035,&quot;53793&quot;:17036,&quot;53794&quot;:17037,&quot;53795&quot;:17038,&quot;53796&quot;:17039,&quot;53797&quot;:17040,&quot;53798&quot;:17041,&quot;53799&quot;:17042,&quot;53800&quot;:17043,&quot;53801&quot;:17044,&quot;53802&quot;:17045,&quot;53803&quot;:17046,&quot;53806&quot;:17047,&quot;53807&quot;:17048,&quot;53809&quot;:17049,&quot;53810&quot;:17050,&quot;53811&quot;:17051,&quot;53813&quot;:17052,&quot;53814&quot;:17053,&quot;53815&quot;:17054,&quot;53816&quot;:17055,&quot;53817&quot;:17056,&quot;53818&quot;:17057,&quot;53819&quot;:17058,&quot;53822&quot;:17059,&quot;53824&quot;:17060,&quot;53826&quot;:17061,&quot;53827&quot;:17062,&quot;53828&quot;:17063,&quot;53829&quot;:17064,&quot;53830&quot;:17065,&quot;53831&quot;:17066,&quot;53833&quot;:17067,&quot;53834&quot;:17068,&quot;53835&quot;:17069,&quot;53836&quot;:17070,&quot;53837&quot;:17071,&quot;53838&quot;:17072,&quot;53839&quot;:17073,&quot;53840&quot;:17074,&quot;53841&quot;:17075,&quot;53842&quot;:17076,&quot;53843&quot;:17077,&quot;53844&quot;:17078,&quot;53845&quot;:17079,&quot;53846&quot;:17080,&quot;53847&quot;:17081,&quot;53848&quot;:17082,&quot;53849&quot;:17083,&quot;53850&quot;:17084,&quot;53851&quot;:17085,&quot;53853&quot;:17086,&quot;53854&quot;:17087,&quot;53855&quot;:17088,&quot;53856&quot;:17089,&quot;53857&quot;:17090,&quot;53858&quot;:17091,&quot;53859&quot;:17092,&quot;53861&quot;:17093,&quot;53862&quot;:17094,&quot;53863&quot;:17095,&quot;53864&quot;:17096,&quot;53865&quot;:17097,&quot;53866&quot;:17098,&quot;53867&quot;:17099,&quot;53868&quot;:17100,&quot;53869&quot;:17101,&quot;53870&quot;:17102,&quot;53871&quot;:17103,&quot;53872&quot;:17104,&quot;53873&quot;:17105,&quot;53874&quot;:17106,&quot;53875&quot;:17107,&quot;53876&quot;:17108,&quot;53877&quot;:17109,&quot;53878&quot;:17110,&quot;53879&quot;:17111,&quot;53880&quot;:17112,&quot;53881&quot;:17113,&quot;53882&quot;:17114,&quot;53883&quot;:17115,&quot;53884&quot;:17116,&quot;53885&quot;:17117,&quot;53886&quot;:17118,&quot;53887&quot;:17119,&quot;53890&quot;:17120,&quot;53891&quot;:17121,&quot;53893&quot;:17122,&quot;53894&quot;:17123,&quot;53895&quot;:17124,&quot;53897&quot;:17125,&quot;53898&quot;:17126,&quot;53899&quot;:17127,&quot;53900&quot;:17128,&quot;53901&quot;:17129,&quot;53902&quot;:17130,&quot;53903&quot;:17131,&quot;53906&quot;:17132,&quot;53907&quot;:17133,&quot;53908&quot;:17134,&quot;53910&quot;:17135,&quot;53911&quot;:17136,&quot;53912&quot;:17137,&quot;53913&quot;:17138,&quot;53914&quot;:17139,&quot;53915&quot;:17140,&quot;53917&quot;:17141,&quot;53918&quot;:17142,&quot;53919&quot;:17143,&quot;53921&quot;:17144,&quot;53922&quot;:17145,&quot;53923&quot;:17146,&quot;53925&quot;:17147,&quot;53926&quot;:17148,&quot;53927&quot;:17149,&quot;53928&quot;:17150,&quot;53929&quot;:17151,&quot;53930&quot;:17152,&quot;53931&quot;:17153,&quot;53933&quot;:17154,&quot;53934&quot;:17155,&quot;53935&quot;:17156,&quot;53936&quot;:17157,&quot;53938&quot;:17158,&quot;53939&quot;:17159,&quot;53940&quot;:17160,&quot;53941&quot;:17161,&quot;53942&quot;:17162,&quot;53943&quot;:17163,&quot;53946&quot;:17164,&quot;53947&quot;:17165,&quot;53949&quot;:17166,&quot;53950&quot;:17167,&quot;53953&quot;:17168,&quot;53955&quot;:17169,&quot;53956&quot;:17170,&quot;53957&quot;:17171,&quot;53958&quot;:17172,&quot;53959&quot;:17173,&quot;53962&quot;:17174,&quot;53964&quot;:17175,&quot;53965&quot;:17176,&quot;53966&quot;:17177,&quot;53967&quot;:17178,&quot;53968&quot;:17179,&quot;53969&quot;:17180,&quot;53970&quot;:17181,&quot;53971&quot;:17182,&quot;53973&quot;:17183,&quot;53974&quot;:17184,&quot;53975&quot;:17185,&quot;53977&quot;:17186,&quot;53978&quot;:17187,&quot;53979&quot;:17188,&quot;53981&quot;:17189,&quot;53982&quot;:17190,&quot;53983&quot;:17191,&quot;53984&quot;:17192,&quot;53985&quot;:17193,&quot;53986&quot;:17194,&quot;53987&quot;:17195,&quot;53990&quot;:17196,&quot;53991&quot;:17197,&quot;53992&quot;:17198,&quot;53993&quot;:17199,&quot;53994&quot;:17200,&quot;53995&quot;:17201,&quot;53996&quot;:17202,&quot;53997&quot;:17203,&quot;53998&quot;:17204,&quot;53999&quot;:17205,&quot;54002&quot;:17206,&quot;54003&quot;:17207,&quot;54005&quot;:17208,&quot;54006&quot;:17209,&quot;54007&quot;:17210,&quot;54009&quot;:17211,&quot;54010&quot;:17212,&quot;54011&quot;:17213,&quot;54012&quot;:17214,&quot;54013&quot;:17215,&quot;54014&quot;:17216,&quot;54015&quot;:17217,&quot;54018&quot;:17218,&quot;54020&quot;:17219,&quot;54022&quot;:17220,&quot;54023&quot;:17221,&quot;54024&quot;:17222,&quot;54025&quot;:17223,&quot;54026&quot;:17224,&quot;54027&quot;:17225,&quot;54031&quot;:17226,&quot;54033&quot;:17227,&quot;54034&quot;:17228,&quot;54035&quot;:17229,&quot;54037&quot;:17230,&quot;54039&quot;:17231,&quot;54040&quot;:17232,&quot;54041&quot;:17233,&quot;54042&quot;:17234,&quot;54043&quot;:17235,&quot;54046&quot;:17236,&quot;54050&quot;:17237,&quot;54051&quot;:17238,&quot;54052&quot;:17239,&quot;54054&quot;:17240,&quot;54055&quot;:17241,&quot;54058&quot;:17242,&quot;54059&quot;:17243,&quot;54061&quot;:17244,&quot;54062&quot;:17245,&quot;54063&quot;:17246,&quot;54065&quot;:17247,&quot;54066&quot;:17248,&quot;54067&quot;:17249,&quot;54068&quot;:17250,&quot;54069&quot;:17251,&quot;54070&quot;:17252,&quot;54071&quot;:17253,&quot;54074&quot;:17254,&quot;54078&quot;:17255,&quot;54079&quot;:17256,&quot;54080&quot;:17257,&quot;54081&quot;:17258,&quot;54082&quot;:17259,&quot;54083&quot;:17260,&quot;54086&quot;:17261,&quot;54087&quot;:17262,&quot;54088&quot;:17263,&quot;54089&quot;:17264,&quot;54090&quot;:17265,&quot;54091&quot;:17266,&quot;54092&quot;:17267,&quot;54093&quot;:17268,&quot;54094&quot;:17269,&quot;54095&quot;:17270,&quot;54096&quot;:17271,&quot;54097&quot;:17272,&quot;54098&quot;:17273,&quot;54099&quot;:17274,&quot;54100&quot;:17275,&quot;54101&quot;:17276,&quot;54102&quot;:17277,&quot;54103&quot;:17278,&quot;54104&quot;:17279,&quot;54105&quot;:17280,&quot;54106&quot;:17281,&quot;54107&quot;:17282,&quot;54108&quot;:17283,&quot;54109&quot;:17284,&quot;54110&quot;:17285,&quot;54111&quot;:17286,&quot;54112&quot;:17287,&quot;54113&quot;:17288,&quot;54114&quot;:17289,&quot;54115&quot;:17290,&quot;54116&quot;:17291,&quot;54117&quot;:17292,&quot;54118&quot;:17293,&quot;54119&quot;:17294,&quot;54120&quot;:17295,&quot;54121&quot;:17296,&quot;54122&quot;:17297,&quot;54123&quot;:17298,&quot;54124&quot;:17299,&quot;54125&quot;:17300,&quot;54126&quot;:17301,&quot;54127&quot;:17302,&quot;54128&quot;:17303,&quot;54129&quot;:17304,&quot;54130&quot;:17305,&quot;54131&quot;:17306,&quot;54132&quot;:17307,&quot;54133&quot;:17308,&quot;54134&quot;:17309,&quot;54135&quot;:17310,&quot;54136&quot;:17311,&quot;54137&quot;:17312,&quot;54138&quot;:17313,&quot;54139&quot;:17314,&quot;54142&quot;:17315,&quot;54143&quot;:17316,&quot;54145&quot;:17317,&quot;54146&quot;:17318,&quot;54147&quot;:17319,&quot;54149&quot;:17320,&quot;54150&quot;:17321,&quot;54151&quot;:17322,&quot;54152&quot;:17323,&quot;54153&quot;:17324,&quot;54154&quot;:17325,&quot;54155&quot;:17326,&quot;54158&quot;:17327,&quot;54162&quot;:17328,&quot;54163&quot;:17329,&quot;54164&quot;:17330,&quot;54165&quot;:17331,&quot;54166&quot;:17332,&quot;54167&quot;:17333,&quot;54170&quot;:17334,&quot;54171&quot;:17335,&quot;54173&quot;:17336,&quot;54174&quot;:17337,&quot;54175&quot;:17338,&quot;54177&quot;:17339,&quot;54178&quot;:17340,&quot;54179&quot;:17341,&quot;54180&quot;:17342,&quot;54181&quot;:17343,&quot;54182&quot;:17344,&quot;54183&quot;:17345,&quot;54186&quot;:17346,&quot;54188&quot;:17347,&quot;54190&quot;:17348,&quot;54191&quot;:17349,&quot;54192&quot;:17350,&quot;54193&quot;:17351,&quot;54194&quot;:17352,&quot;54195&quot;:17353,&quot;54197&quot;:17354,&quot;54198&quot;:17355,&quot;54199&quot;:17356,&quot;54201&quot;:17357,&quot;54202&quot;:17358,&quot;54203&quot;:17359,&quot;54205&quot;:17360,&quot;54206&quot;:17361,&quot;54207&quot;:17362,&quot;54208&quot;:17363,&quot;54209&quot;:17364,&quot;54210&quot;:17365,&quot;54211&quot;:17366,&quot;54214&quot;:17367,&quot;54215&quot;:17368,&quot;54218&quot;:17369,&quot;54219&quot;:17370,&quot;54220&quot;:17371,&quot;54221&quot;:17372,&quot;54222&quot;:17373,&quot;54223&quot;:17374,&quot;54225&quot;:17375,&quot;54226&quot;:17376,&quot;54227&quot;:17377,&quot;54228&quot;:17378,&quot;54229&quot;:17379,&quot;54230&quot;:17380,&quot;54231&quot;:17381,&quot;54233&quot;:17382,&quot;54234&quot;:17383,&quot;54235&quot;:17384,&quot;54236&quot;:17385,&quot;54237&quot;:17386,&quot;54238&quot;:17387,&quot;54239&quot;:17388,&quot;54240&quot;:17389,&quot;54242&quot;:17390,&quot;54244&quot;:17391,&quot;54245&quot;:17392,&quot;54246&quot;:17393,&quot;54247&quot;:17394,&quot;54248&quot;:17395,&quot;54249&quot;:17396,&quot;54250&quot;:17397,&quot;54251&quot;:17398,&quot;54254&quot;:17399,&quot;54255&quot;:17400,&quot;54257&quot;:17401,&quot;54258&quot;:17402,&quot;54259&quot;:17403,&quot;54261&quot;:17404,&quot;54262&quot;:17405,&quot;54263&quot;:17406,&quot;54264&quot;:17407,&quot;54265&quot;:17408,&quot;54266&quot;:17409,&quot;54267&quot;:17410,&quot;54270&quot;:17411,&quot;54272&quot;:17412,&quot;54274&quot;:17413,&quot;54275&quot;:17414,&quot;54276&quot;:17415,&quot;54277&quot;:17416,&quot;54278&quot;:17417,&quot;54279&quot;:17418,&quot;54281&quot;:17419,&quot;54282&quot;:17420,&quot;54283&quot;:17421,&quot;54284&quot;:17422,&quot;54285&quot;:17423,&quot;54286&quot;:17424,&quot;54287&quot;:17425,&quot;54288&quot;:17426,&quot;54289&quot;:17427,&quot;54290&quot;:17428,&quot;54291&quot;:17429,&quot;54292&quot;:17430,&quot;54293&quot;:17431,&quot;54294&quot;:17432,&quot;54295&quot;:17433,&quot;54296&quot;:17434,&quot;54297&quot;:17435,&quot;54298&quot;:17436,&quot;54299&quot;:17437,&quot;54300&quot;:17438,&quot;54302&quot;:17439,&quot;54303&quot;:17440,&quot;54304&quot;:17441,&quot;54305&quot;:17442,&quot;54306&quot;:17443,&quot;54307&quot;:17444,&quot;54308&quot;:17445,&quot;54309&quot;:17446,&quot;54310&quot;:17447,&quot;54311&quot;:17448,&quot;54312&quot;:17449,&quot;54313&quot;:17450,&quot;54314&quot;:17451,&quot;54315&quot;:17452,&quot;54316&quot;:17453,&quot;54317&quot;:17454,&quot;54318&quot;:17455,&quot;54319&quot;:17456,&quot;54320&quot;:17457,&quot;54321&quot;:17458,&quot;54322&quot;:17459,&quot;54323&quot;:17460,&quot;54324&quot;:17461,&quot;54325&quot;:17462,&quot;54326&quot;:17463,&quot;54327&quot;:17464,&quot;54328&quot;:17465,&quot;54329&quot;:17466,&quot;54330&quot;:17467,&quot;54331&quot;:17468,&quot;54332&quot;:17469,&quot;54333&quot;:17470,&quot;54334&quot;:17471,&quot;54335&quot;:17472,&quot;54337&quot;:17473,&quot;54338&quot;:17474,&quot;54339&quot;:17475,&quot;54341&quot;:17476,&quot;54342&quot;:17477,&quot;54343&quot;:17478,&quot;54344&quot;:17479,&quot;54345&quot;:17480,&quot;54346&quot;:17481,&quot;54347&quot;:17482,&quot;54348&quot;:17483,&quot;54349&quot;:17484,&quot;54350&quot;:17485,&quot;54351&quot;:17486,&quot;54352&quot;:17487,&quot;54353&quot;:17488,&quot;54354&quot;:17489,&quot;54355&quot;:17490,&quot;54356&quot;:17491,&quot;54357&quot;:17492,&quot;54358&quot;:17493,&quot;54359&quot;:17494,&quot;54360&quot;:17495,&quot;54361&quot;:17496,&quot;54362&quot;:17497,&quot;54363&quot;:17498,&quot;54365&quot;:17499,&quot;54366&quot;:17500,&quot;54367&quot;:17501,&quot;54369&quot;:17502,&quot;54370&quot;:17503,&quot;54371&quot;:17504,&quot;54373&quot;:17505,&quot;54374&quot;:17506,&quot;54375&quot;:17507,&quot;54376&quot;:17508,&quot;54377&quot;:17509,&quot;54378&quot;:17510,&quot;54379&quot;:17511,&quot;54380&quot;:17512,&quot;54382&quot;:17513,&quot;54384&quot;:17514,&quot;54385&quot;:17515,&quot;54386&quot;:17516,&quot;54387&quot;:17517,&quot;54388&quot;:17518,&quot;54389&quot;:17519,&quot;54390&quot;:17520,&quot;54391&quot;:17521,&quot;54394&quot;:17522,&quot;54395&quot;:17523,&quot;54397&quot;:17524,&quot;54398&quot;:17525,&quot;54401&quot;:17526,&quot;54403&quot;:17527,&quot;54404&quot;:17528,&quot;54405&quot;:17529,&quot;54406&quot;:17530,&quot;54407&quot;:17531,&quot;54410&quot;:17532,&quot;54412&quot;:17533,&quot;54414&quot;:17534,&quot;54415&quot;:17535,&quot;54416&quot;:17536,&quot;54417&quot;:17537,&quot;54418&quot;:17538,&quot;54419&quot;:17539,&quot;54421&quot;:17540,&quot;54422&quot;:17541,&quot;54423&quot;:17542,&quot;54424&quot;:17543,&quot;54425&quot;:17544,&quot;54426&quot;:17545,&quot;54427&quot;:17546,&quot;54428&quot;:17547,&quot;54429&quot;:17548,&quot;54430&quot;:17549,&quot;54431&quot;:17550,&quot;54432&quot;:17551,&quot;54433&quot;:17552,&quot;54434&quot;:17553,&quot;54435&quot;:17554,&quot;54436&quot;:17555,&quot;54437&quot;:17556,&quot;54438&quot;:17557,&quot;54439&quot;:17558,&quot;54440&quot;:17559,&quot;54442&quot;:17560,&quot;54443&quot;:17561,&quot;54444&quot;:17562,&quot;54445&quot;:17563,&quot;54446&quot;:17564,&quot;54447&quot;:17565,&quot;54448&quot;:17566,&quot;54449&quot;:17567,&quot;54450&quot;:17568,&quot;54451&quot;:17569,&quot;54452&quot;:17570,&quot;54453&quot;:17571,&quot;54454&quot;:17572,&quot;54455&quot;:17573,&quot;54456&quot;:17574,&quot;54457&quot;:17575,&quot;54458&quot;:17576,&quot;54459&quot;:17577,&quot;54460&quot;:17578,&quot;54461&quot;:17579,&quot;54462&quot;:17580,&quot;54463&quot;:17581,&quot;54464&quot;:17582,&quot;54465&quot;:17583,&quot;54466&quot;:17584,&quot;54467&quot;:17585,&quot;54468&quot;:17586,&quot;54469&quot;:17587,&quot;54470&quot;:17588,&quot;54471&quot;:17589,&quot;54472&quot;:17590,&quot;54473&quot;:17591,&quot;54474&quot;:17592,&quot;54475&quot;:17593,&quot;54477&quot;:17594,&quot;54478&quot;:17595,&quot;54479&quot;:17596,&quot;54481&quot;:17597,&quot;54482&quot;:17598,&quot;54483&quot;:17599,&quot;54485&quot;:17600,&quot;54486&quot;:17601,&quot;54487&quot;:17602,&quot;54488&quot;:17603,&quot;54489&quot;:17604,&quot;54490&quot;:17605,&quot;54491&quot;:17606,&quot;54493&quot;:17607,&quot;54494&quot;:17608,&quot;54496&quot;:17609,&quot;54497&quot;:17610,&quot;54498&quot;:17611,&quot;54499&quot;:17612,&quot;54500&quot;:17613,&quot;54501&quot;:17614,&quot;54502&quot;:17615,&quot;54503&quot;:17616,&quot;54505&quot;:17617,&quot;54506&quot;:17618,&quot;54507&quot;:17619,&quot;54509&quot;:17620,&quot;54510&quot;:17621,&quot;54511&quot;:17622,&quot;54513&quot;:17623,&quot;54514&quot;:17624,&quot;54515&quot;:17625,&quot;54516&quot;:17626,&quot;54517&quot;:17627,&quot;54518&quot;:17628,&quot;54519&quot;:17629,&quot;54521&quot;:17630,&quot;54522&quot;:17631,&quot;54524&quot;:17632,&quot;54526&quot;:17633,&quot;54527&quot;:17634,&quot;54528&quot;:17635,&quot;54529&quot;:17636,&quot;54530&quot;:17637,&quot;54531&quot;:17638,&quot;54533&quot;:17639,&quot;54534&quot;:17640,&quot;54535&quot;:17641,&quot;54537&quot;:17642,&quot;54538&quot;:17643,&quot;54539&quot;:17644,&quot;54541&quot;:17645,&quot;54542&quot;:17646,&quot;54543&quot;:17647,&quot;54544&quot;:17648,&quot;54545&quot;:17649,&quot;54546&quot;:17650,&quot;54547&quot;:17651,&quot;54550&quot;:17652,&quot;54552&quot;:17653,&quot;54553&quot;:17654,&quot;54554&quot;:17655,&quot;54555&quot;:17656,&quot;54556&quot;:17657,&quot;54557&quot;:17658,&quot;54558&quot;:17659,&quot;54559&quot;:17660,&quot;54560&quot;:17661,&quot;54561&quot;:17662,&quot;54562&quot;:17663,&quot;54563&quot;:17664,&quot;54564&quot;:17665,&quot;54565&quot;:17666,&quot;54566&quot;:17667,&quot;54567&quot;:17668,&quot;54568&quot;:17669,&quot;54569&quot;:17670,&quot;54570&quot;:17671,&quot;54571&quot;:17672,&quot;54572&quot;:17673,&quot;54573&quot;:17674,&quot;54574&quot;:17675,&quot;54575&quot;:17676,&quot;54576&quot;:17677,&quot;54577&quot;:17678,&quot;54578&quot;:17679,&quot;54579&quot;:17680,&quot;54580&quot;:17681,&quot;54581&quot;:17682,&quot;54582&quot;:17683,&quot;54583&quot;:17684,&quot;54584&quot;:17685,&quot;54585&quot;:17686,&quot;54586&quot;:17687,&quot;54587&quot;:17688,&quot;54590&quot;:17689,&quot;54591&quot;:17690,&quot;54593&quot;:17691,&quot;54594&quot;:17692,&quot;54595&quot;:17693,&quot;54597&quot;:17694,&quot;54598&quot;:17695,&quot;54599&quot;:17696,&quot;54600&quot;:17697,&quot;54601&quot;:17698,&quot;54602&quot;:17699,&quot;54603&quot;:17700,&quot;54606&quot;:17701,&quot;54608&quot;:17702,&quot;54610&quot;:17703,&quot;54611&quot;:17704,&quot;54612&quot;:17705,&quot;54613&quot;:17706,&quot;54614&quot;:17707,&quot;54615&quot;:17708,&quot;54618&quot;:17709,&quot;54619&quot;:17710,&quot;54621&quot;:17711,&quot;54622&quot;:17712,&quot;54623&quot;:17713,&quot;54625&quot;:17714,&quot;54626&quot;:17715,&quot;54627&quot;:17716,&quot;54628&quot;:17717,&quot;54630&quot;:17718,&quot;54631&quot;:17719,&quot;54634&quot;:17720,&quot;54636&quot;:17721,&quot;54638&quot;:17722,&quot;54639&quot;:17723,&quot;54640&quot;:17724,&quot;54641&quot;:17725,&quot;54642&quot;:17726,&quot;54643&quot;:17727,&quot;54646&quot;:17728,&quot;54647&quot;:17729,&quot;54649&quot;:17730,&quot;54650&quot;:17731,&quot;54651&quot;:17732,&quot;54653&quot;:17733,&quot;54654&quot;:17734,&quot;54655&quot;:17735,&quot;54656&quot;:17736,&quot;54657&quot;:17737,&quot;54658&quot;:17738,&quot;54659&quot;:17739,&quot;54662&quot;:17740,&quot;54666&quot;:17741,&quot;54667&quot;:17742,&quot;54668&quot;:17743,&quot;54669&quot;:17744,&quot;54670&quot;:17745,&quot;54671&quot;:17746,&quot;54673&quot;:17747,&quot;54674&quot;:17748,&quot;54675&quot;:17749,&quot;54676&quot;:17750,&quot;54677&quot;:17751,&quot;54678&quot;:17752,&quot;54679&quot;:17753,&quot;54680&quot;:17754,&quot;54681&quot;:17755,&quot;54682&quot;:17756,&quot;54683&quot;:17757,&quot;54684&quot;:17758,&quot;54685&quot;:17759,&quot;54686&quot;:17760,&quot;54687&quot;:17761,&quot;54688&quot;:17762,&quot;54689&quot;:17763,&quot;54690&quot;:17764,&quot;54691&quot;:17765,&quot;54692&quot;:17766,&quot;54694&quot;:17767,&quot;54695&quot;:17768,&quot;54696&quot;:17769,&quot;54697&quot;:17770,&quot;54698&quot;:17771,&quot;54699&quot;:17772,&quot;54700&quot;:17773,&quot;54701&quot;:17774,&quot;54702&quot;:17775,&quot;54703&quot;:17776,&quot;54704&quot;:17777,&quot;54705&quot;:17778,&quot;54706&quot;:17779,&quot;54707&quot;:17780,&quot;54708&quot;:17781,&quot;54709&quot;:17782,&quot;54710&quot;:17783,&quot;54711&quot;:17784,&quot;54712&quot;:17785,&quot;54713&quot;:17786,&quot;54714&quot;:17787,&quot;54715&quot;:17788,&quot;54716&quot;:17789,&quot;54717&quot;:17790,&quot;54718&quot;:17791,&quot;54719&quot;:17792,&quot;54720&quot;:17793,&quot;54721&quot;:17794,&quot;54722&quot;:17795,&quot;54723&quot;:17796,&quot;54724&quot;:17797,&quot;54725&quot;:17798,&quot;54726&quot;:17799,&quot;54727&quot;:17800,&quot;54730&quot;:17801,&quot;54731&quot;:17802,&quot;54733&quot;:17803,&quot;54734&quot;:17804,&quot;54735&quot;:17805,&quot;54737&quot;:17806,&quot;54739&quot;:17807,&quot;54740&quot;:17808,&quot;54741&quot;:17809,&quot;54742&quot;:17810,&quot;54743&quot;:17811,&quot;54746&quot;:17812,&quot;54748&quot;:17813,&quot;54750&quot;:17814,&quot;54751&quot;:17815,&quot;54752&quot;:17816,&quot;54753&quot;:17817,&quot;54754&quot;:17818,&quot;54755&quot;:17819,&quot;54758&quot;:17820,&quot;54759&quot;:17821,&quot;54761&quot;:17822,&quot;54762&quot;:17823,&quot;54763&quot;:17824,&quot;54765&quot;:17825,&quot;54766&quot;:17826,&quot;54767&quot;:17827,&quot;54768&quot;:17828,&quot;54769&quot;:17829,&quot;54770&quot;:17830,&quot;54771&quot;:17831,&quot;54774&quot;:17832,&quot;54776&quot;:17833,&quot;54778&quot;:17834,&quot;54779&quot;:17835,&quot;54780&quot;:17836,&quot;54781&quot;:17837,&quot;54782&quot;:17838,&quot;54783&quot;:17839,&quot;54786&quot;:17840,&quot;54787&quot;:17841,&quot;54789&quot;:17842,&quot;54790&quot;:17843,&quot;54791&quot;:17844,&quot;54793&quot;:17845,&quot;54794&quot;:17846,&quot;54795&quot;:17847,&quot;54796&quot;:17848,&quot;54797&quot;:17849,&quot;54798&quot;:17850,&quot;54799&quot;:17851,&quot;54802&quot;:17852,&quot;54806&quot;:17853,&quot;54807&quot;:17854,&quot;54808&quot;:17855,&quot;54809&quot;:17856,&quot;54810&quot;:17857,&quot;54811&quot;:17858,&quot;54813&quot;:17859,&quot;54814&quot;:17860,&quot;54815&quot;:17861,&quot;54817&quot;:17862,&quot;54818&quot;:17863,&quot;54819&quot;:17864,&quot;54821&quot;:17865,&quot;54822&quot;:17866,&quot;54823&quot;:17867,&quot;54824&quot;:17868,&quot;54825&quot;:17869,&quot;54826&quot;:17870,&quot;54827&quot;:17871,&quot;54828&quot;:17872,&quot;54830&quot;:17873,&quot;54831&quot;:17874,&quot;54832&quot;:17875,&quot;54833&quot;:17876,&quot;54834&quot;:17877,&quot;54835&quot;:17878,&quot;54836&quot;:17879,&quot;54837&quot;:17880,&quot;54838&quot;:17881,&quot;54839&quot;:17882,&quot;54842&quot;:17883,&quot;54843&quot;:17884,&quot;54845&quot;:17885,&quot;54846&quot;:17886,&quot;54847&quot;:17887,&quot;54849&quot;:17888,&quot;54850&quot;:17889,&quot;54851&quot;:17890,&quot;54852&quot;:17891,&quot;54854&quot;:17892,&quot;54855&quot;:17893,&quot;54858&quot;:17894,&quot;54860&quot;:17895,&quot;54862&quot;:17896,&quot;54863&quot;:17897,&quot;54864&quot;:17898,&quot;54866&quot;:17899,&quot;54867&quot;:17900,&quot;54870&quot;:17901,&quot;54871&quot;:17902,&quot;54873&quot;:17903,&quot;54874&quot;:17904,&quot;54875&quot;:17905,&quot;54877&quot;:17906,&quot;54878&quot;:17907,&quot;54879&quot;:17908,&quot;54880&quot;:17909,&quot;54881&quot;:17910,&quot;54882&quot;:17911,&quot;54883&quot;:17912,&quot;54884&quot;:17913,&quot;54885&quot;:17914,&quot;54886&quot;:17915,&quot;54888&quot;:17916,&quot;54890&quot;:17917,&quot;54891&quot;:17918,&quot;54892&quot;:17919,&quot;54893&quot;:17920,&quot;54894&quot;:17921,&quot;54895&quot;:17922,&quot;54898&quot;:17923,&quot;54899&quot;:17924,&quot;54901&quot;:17925,&quot;54902&quot;:17926,&quot;54903&quot;:17927,&quot;54904&quot;:17928,&quot;54905&quot;:17929,&quot;54906&quot;:17930,&quot;54907&quot;:17931,&quot;54908&quot;:17932,&quot;54909&quot;:17933,&quot;54910&quot;:17934,&quot;54911&quot;:17935,&quot;54912&quot;:17936,&quot;54913&quot;:17937,&quot;54914&quot;:17938,&quot;54916&quot;:17939,&quot;54918&quot;:17940,&quot;54919&quot;:17941,&quot;54920&quot;:17942,&quot;54921&quot;:17943,&quot;54922&quot;:17944,&quot;54923&quot;:17945,&quot;54926&quot;:17946,&quot;54927&quot;:17947,&quot;54929&quot;:17948,&quot;54930&quot;:17949,&quot;54931&quot;:17950,&quot;54933&quot;:17951,&quot;54934&quot;:17952,&quot;54935&quot;:17953,&quot;54936&quot;:17954,&quot;54937&quot;:17955,&quot;54938&quot;:17956,&quot;54939&quot;:17957,&quot;54940&quot;:17958,&quot;54942&quot;:17959,&quot;54944&quot;:17960,&quot;54946&quot;:17961,&quot;54947&quot;:17962,&quot;54948&quot;:17963,&quot;54949&quot;:17964,&quot;54950&quot;:17965,&quot;54951&quot;:17966,&quot;54953&quot;:17967,&quot;54954&quot;:17968,&quot;54955&quot;:17969,&quot;54957&quot;:17970,&quot;54958&quot;:17971,&quot;54959&quot;:17972,&quot;54961&quot;:17973,&quot;54962&quot;:17974,&quot;54963&quot;:17975,&quot;54964&quot;:17976,&quot;54965&quot;:17977,&quot;54966&quot;:17978,&quot;54967&quot;:17979,&quot;54968&quot;:17980,&quot;54970&quot;:17981,&quot;54972&quot;:17982,&quot;54973&quot;:17983,&quot;54974&quot;:17984,&quot;54975&quot;:17985,&quot;54976&quot;:17986,&quot;54977&quot;:17987,&quot;54978&quot;:17988,&quot;54979&quot;:17989,&quot;54982&quot;:17990,&quot;54983&quot;:17991,&quot;54985&quot;:17992,&quot;54986&quot;:17993,&quot;54987&quot;:17994,&quot;54989&quot;:17995,&quot;54990&quot;:17996,&quot;54991&quot;:17997,&quot;54992&quot;:17998,&quot;54994&quot;:17999,&quot;54995&quot;:18000,&quot;54997&quot;:18001,&quot;54998&quot;:18002,&quot;55000&quot;:18003,&quot;55002&quot;:18004,&quot;55003&quot;:18005,&quot;55004&quot;:18006,&quot;55005&quot;:18007,&quot;55006&quot;:18008,&quot;55007&quot;:18009,&quot;55009&quot;:18010,&quot;55010&quot;:18011,&quot;55011&quot;:18012,&quot;55013&quot;:18013,&quot;55014&quot;:18014,&quot;55015&quot;:18015,&quot;55017&quot;:18016,&quot;55018&quot;:18017,&quot;55019&quot;:18018,&quot;55020&quot;:18019,&quot;55021&quot;:18020,&quot;55022&quot;:18021,&quot;55023&quot;:18022,&quot;55025&quot;:18023,&quot;55026&quot;:18024,&quot;55027&quot;:18025,&quot;55028&quot;:18026,&quot;55030&quot;:18027,&quot;55031&quot;:18028,&quot;55032&quot;:18029,&quot;55033&quot;:18030,&quot;55034&quot;:18031,&quot;55035&quot;:18032,&quot;55038&quot;:18033,&quot;55039&quot;:18034,&quot;55041&quot;:18035,&quot;55042&quot;:18036,&quot;55043&quot;:18037,&quot;55045&quot;:18038,&quot;55046&quot;:18039,&quot;55047&quot;:18040,&quot;55048&quot;:18041,&quot;55049&quot;:18042,&quot;55050&quot;:18043,&quot;55051&quot;:18044,&quot;55052&quot;:18045,&quot;55053&quot;:18046,&quot;55054&quot;:18047,&quot;55055&quot;:18048,&quot;55056&quot;:18049,&quot;55058&quot;:18050,&quot;55059&quot;:18051,&quot;55060&quot;:18052,&quot;55061&quot;:18053,&quot;55062&quot;:18054,&quot;55063&quot;:18055,&quot;55066&quot;:18056,&quot;55067&quot;:18057,&quot;55069&quot;:18058,&quot;55070&quot;:18059,&quot;55071&quot;:18060,&quot;55073&quot;:18061,&quot;55074&quot;:18062,&quot;55075&quot;:18063,&quot;55076&quot;:18064,&quot;55077&quot;:18065,&quot;55078&quot;:18066,&quot;55079&quot;:18067,&quot;55082&quot;:18068,&quot;55084&quot;:18069,&quot;55086&quot;:18070,&quot;55087&quot;:18071,&quot;55088&quot;:18072,&quot;55089&quot;:18073,&quot;55090&quot;:18074,&quot;55091&quot;:18075,&quot;55094&quot;:18076,&quot;55095&quot;:18077,&quot;55097&quot;:18078,&quot;55098&quot;:18079,&quot;55099&quot;:18080,&quot;55101&quot;:18081,&quot;55102&quot;:18082,&quot;55103&quot;:18083,&quot;55104&quot;:18084,&quot;55105&quot;:18085,&quot;55106&quot;:18086,&quot;55107&quot;:18087,&quot;55109&quot;:18088,&quot;55110&quot;:18089,&quot;55112&quot;:18090,&quot;55114&quot;:18091,&quot;55115&quot;:18092,&quot;55116&quot;:18093,&quot;55117&quot;:18094,&quot;55118&quot;:18095,&quot;55119&quot;:18096,&quot;55122&quot;:18097,&quot;55123&quot;:18098,&quot;55125&quot;:18099,&quot;55130&quot;:18100,&quot;55131&quot;:18101,&quot;55132&quot;:18102,&quot;55133&quot;:18103,&quot;55134&quot;:18104,&quot;55135&quot;:18105,&quot;55138&quot;:18106,&quot;55140&quot;:18107,&quot;55142&quot;:18108,&quot;55143&quot;:18109,&quot;55144&quot;:18110,&quot;55146&quot;:18111,&quot;55147&quot;:18112,&quot;55149&quot;:18113,&quot;55150&quot;:18114,&quot;55151&quot;:18115,&quot;55153&quot;:18116,&quot;55154&quot;:18117,&quot;55155&quot;:18118,&quot;55157&quot;:18119,&quot;55158&quot;:18120,&quot;55159&quot;:18121,&quot;55160&quot;:18122,&quot;55161&quot;:18123,&quot;55162&quot;:18124,&quot;55163&quot;:18125,&quot;55166&quot;:18126,&quot;55167&quot;:18127,&quot;55168&quot;:18128,&quot;55170&quot;:18129,&quot;55171&quot;:18130,&quot;55172&quot;:18131,&quot;55173&quot;:18132,&quot;55174&quot;:18133,&quot;55175&quot;:18134,&quot;55178&quot;:18135,&quot;55179&quot;:18136,&quot;55181&quot;:18137,&quot;55182&quot;:18138,&quot;55183&quot;:18139,&quot;55185&quot;:18140,&quot;55186&quot;:18141,&quot;55187&quot;:18142,&quot;55188&quot;:18143,&quot;55189&quot;:18144,&quot;55190&quot;:18145,&quot;55191&quot;:18146,&quot;55194&quot;:18147,&quot;55196&quot;:18148,&quot;55198&quot;:18149,&quot;55199&quot;:18150,&quot;55200&quot;:18151,&quot;55201&quot;:18152,&quot;55202&quot;:18153,&quot;55203&quot;:18154}}&#039;, // Chinese Simplified &#039;CID0CS&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniGB-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;GB1&quot;,&quot;Supplement&quot;:2,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;12288&quot;:96,&quot;12289&quot;:97,&quot;12290&quot;:98,&quot;183&quot;:99,&quot;12539&quot;:99,&quot;713&quot;:100,&quot;711&quot;:101,&quot;168&quot;:102,&quot;12291&quot;:103,&quot;12293&quot;:104,&quot;8212&quot;:105,&quot;65374&quot;:106,&quot;8214&quot;:107,&quot;8230&quot;:108,&quot;8943&quot;:108,&quot;8216&quot;:109,&quot;8217&quot;:110,&quot;8220&quot;:111,&quot;8221&quot;:112,&quot;12308&quot;:113,&quot;12309&quot;:114,&quot;12296&quot;:115,&quot;12297&quot;:116,&quot;12298&quot;:117,&quot;12299&quot;:118,&quot;12300&quot;:119,&quot;12301&quot;:120,&quot;12302&quot;:121,&quot;12303&quot;:122,&quot;12310&quot;:123,&quot;12311&quot;:124,&quot;12304&quot;:125,&quot;12305&quot;:126,&quot;177&quot;:127,&quot;215&quot;:128,&quot;247&quot;:129,&quot;8758&quot;:130,&quot;8743&quot;:131,&quot;8744&quot;:132,&quot;8721&quot;:133,&quot;8719&quot;:134,&quot;8746&quot;:135,&quot;8745&quot;:136,&quot;8712&quot;:137,&quot;8759&quot;:138,&quot;8730&quot;:139,&quot;8869&quot;:140,&quot;8741&quot;:141,&quot;8736&quot;:142,&quot;8978&quot;:143,&quot;8857&quot;:144,&quot;8747&quot;:145,&quot;8750&quot;:146,&quot;8801&quot;:147,&quot;8780&quot;:148,&quot;8776&quot;:149,&quot;8765&quot;:150,&quot;8733&quot;:151,&quot;8800&quot;:152,&quot;8814&quot;:153,&quot;8815&quot;:154,&quot;8804&quot;:155,&quot;8805&quot;:156,&quot;8734&quot;:157,&quot;8757&quot;:158,&quot;8756&quot;:159,&quot;9794&quot;:160,&quot;9792&quot;:161,&quot;176&quot;:162,&quot;8242&quot;:163,&quot;8243&quot;:164,&quot;8451&quot;:165,&quot;65284&quot;:166,&quot;164&quot;:167,&quot;65504&quot;:168,&quot;65505&quot;:169,&quot;8240&quot;:170,&quot;167&quot;:171,&quot;8470&quot;:172,&quot;9734&quot;:173,&quot;9733&quot;:174,&quot;9675&quot;:175,&quot;9679&quot;:176,&quot;9678&quot;:177,&quot;9671&quot;:178,&quot;9670&quot;:179,&quot;9633&quot;:180,&quot;9632&quot;:181,&quot;9651&quot;:182,&quot;9650&quot;:183,&quot;8251&quot;:184,&quot;8594&quot;:185,&quot;8592&quot;:186,&quot;8593&quot;:187,&quot;8595&quot;:188,&quot;12307&quot;:189,&quot;9352&quot;:190,&quot;9353&quot;:191,&quot;9354&quot;:192,&quot;9355&quot;:193,&quot;9356&quot;:194,&quot;9357&quot;:195,&quot;9358&quot;:196,&quot;9359&quot;:197,&quot;9360&quot;:198,&quot;9361&quot;:199,&quot;9362&quot;:200,&quot;9363&quot;:201,&quot;9364&quot;:202,&quot;9365&quot;:203,&quot;9366&quot;:204,&quot;9367&quot;:205,&quot;9368&quot;:206,&quot;9369&quot;:207,&quot;9370&quot;:208,&quot;9371&quot;:209,&quot;9332&quot;:210,&quot;9333&quot;:211,&quot;9334&quot;:212,&quot;9335&quot;:213,&quot;9336&quot;:214,&quot;9337&quot;:215,&quot;9338&quot;:216,&quot;9339&quot;:217,&quot;9340&quot;:218,&quot;9341&quot;:219,&quot;9342&quot;:220,&quot;9343&quot;:221,&quot;9344&quot;:222,&quot;9345&quot;:223,&quot;9346&quot;:224,&quot;9347&quot;:225,&quot;9348&quot;:226,&quot;9349&quot;:227,&quot;9350&quot;:228,&quot;9351&quot;:229,&quot;9312&quot;:230,&quot;9313&quot;:231,&quot;9314&quot;:232,&quot;9315&quot;:233,&quot;9316&quot;:234,&quot;9317&quot;:235,&quot;9318&quot;:236,&quot;9319&quot;:237,&quot;9320&quot;:238,&quot;9321&quot;:239,&quot;12832&quot;:240,&quot;12833&quot;:241,&quot;12834&quot;:242,&quot;12835&quot;:243,&quot;12836&quot;:244,&quot;12837&quot;:245,&quot;12838&quot;:246,&quot;12839&quot;:247,&quot;12840&quot;:248,&quot;12841&quot;:249,&quot;8544&quot;:250,&quot;8545&quot;:251,&quot;8546&quot;:252,&quot;8547&quot;:253,&quot;8548&quot;:254,&quot;8549&quot;:255,&quot;8550&quot;:256,&quot;8551&quot;:257,&quot;8552&quot;:258,&quot;8553&quot;:259,&quot;8554&quot;:260,&quot;8555&quot;:261,&quot;65281&quot;:262,&quot;65282&quot;:263,&quot;65283&quot;:264,&quot;65509&quot;:265,&quot;65285&quot;:266,&quot;65286&quot;:267,&quot;65287&quot;:268,&quot;65288&quot;:269,&quot;65289&quot;:270,&quot;65290&quot;:271,&quot;65291&quot;:272,&quot;65292&quot;:273,&quot;65293&quot;:274,&quot;65294&quot;:275,&quot;65295&quot;:276,&quot;65296&quot;:277,&quot;65297&quot;:278,&quot;65298&quot;:279,&quot;65299&quot;:280,&quot;65300&quot;:281,&quot;65301&quot;:282,&quot;65302&quot;:283,&quot;65303&quot;:284,&quot;65304&quot;:285,&quot;65305&quot;:286,&quot;65306&quot;:287,&quot;65307&quot;:288,&quot;65308&quot;:289,&quot;65309&quot;:290,&quot;65310&quot;:291,&quot;65311&quot;:292,&quot;65312&quot;:293,&quot;65313&quot;:294,&quot;65314&quot;:295,&quot;65315&quot;:296,&quot;65316&quot;:297,&quot;65317&quot;:298,&quot;65318&quot;:299,&quot;65319&quot;:300,&quot;65320&quot;:301,&quot;65321&quot;:302,&quot;65322&quot;:303,&quot;65323&quot;:304,&quot;65324&quot;:305,&quot;65325&quot;:306,&quot;65326&quot;:307,&quot;65327&quot;:308,&quot;65328&quot;:309,&quot;65329&quot;:310,&quot;65330&quot;:311,&quot;65331&quot;:312,&quot;65332&quot;:313,&quot;65333&quot;:314,&quot;65334&quot;:315,&quot;65335&quot;:316,&quot;65336&quot;:317,&quot;65337&quot;:318,&quot;65338&quot;:319,&quot;65339&quot;:320,&quot;65340&quot;:321,&quot;65341&quot;:322,&quot;65342&quot;:323,&quot;65343&quot;:324,&quot;65344&quot;:325,&quot;65345&quot;:326,&quot;65346&quot;:327,&quot;65347&quot;:328,&quot;65348&quot;:329,&quot;65349&quot;:330,&quot;65350&quot;:331,&quot;65351&quot;:332,&quot;65352&quot;:333,&quot;65353&quot;:334,&quot;65354&quot;:335,&quot;65355&quot;:336,&quot;65356&quot;:337,&quot;65357&quot;:338,&quot;65358&quot;:339,&quot;65359&quot;:340,&quot;65360&quot;:341,&quot;65361&quot;:342,&quot;65362&quot;:343,&quot;65363&quot;:344,&quot;65364&quot;:345,&quot;65365&quot;:346,&quot;65366&quot;:347,&quot;65367&quot;:348,&quot;65368&quot;:349,&quot;65369&quot;:350,&quot;65370&quot;:351,&quot;65371&quot;:352,&quot;65372&quot;:353,&quot;65373&quot;:354,&quot;65507&quot;:355,&quot;12353&quot;:356,&quot;12354&quot;:357,&quot;12355&quot;:358,&quot;12356&quot;:359,&quot;12357&quot;:360,&quot;12358&quot;:361,&quot;12359&quot;:362,&quot;12360&quot;:363,&quot;12361&quot;:364,&quot;12362&quot;:365,&quot;12363&quot;:366,&quot;12364&quot;:367,&quot;12365&quot;:368,&quot;12366&quot;:369,&quot;12367&quot;:370,&quot;12368&quot;:371,&quot;12369&quot;:372,&quot;12370&quot;:373,&quot;12371&quot;:374,&quot;12372&quot;:375,&quot;12373&quot;:376,&quot;12374&quot;:377,&quot;12375&quot;:378,&quot;12376&quot;:379,&quot;12377&quot;:380,&quot;12378&quot;:381,&quot;12379&quot;:382,&quot;12380&quot;:383,&quot;12381&quot;:384,&quot;12382&quot;:385,&quot;12383&quot;:386,&quot;12384&quot;:387,&quot;12385&quot;:388,&quot;12386&quot;:389,&quot;12387&quot;:390,&quot;12388&quot;:391,&quot;12389&quot;:392,&quot;12390&quot;:393,&quot;12391&quot;:394,&quot;12392&quot;:395,&quot;12393&quot;:396,&quot;12394&quot;:397,&quot;12395&quot;:398,&quot;12396&quot;:399,&quot;12397&quot;:400,&quot;12398&quot;:401,&quot;12399&quot;:402,&quot;12400&quot;:403,&quot;12401&quot;:404,&quot;12402&quot;:405,&quot;12403&quot;:406,&quot;12404&quot;:407,&quot;12405&quot;:408,&quot;12406&quot;:409,&quot;12407&quot;:410,&quot;12408&quot;:411,&quot;12409&quot;:412,&quot;12410&quot;:413,&quot;12411&quot;:414,&quot;12412&quot;:415,&quot;12413&quot;:416,&quot;12414&quot;:417,&quot;12415&quot;:418,&quot;12416&quot;:419,&quot;12417&quot;:420,&quot;12418&quot;:421,&quot;12419&quot;:422,&quot;12420&quot;:423,&quot;12421&quot;:424,&quot;12422&quot;:425,&quot;12423&quot;:426,&quot;12424&quot;:427,&quot;12425&quot;:428,&quot;12426&quot;:429,&quot;12427&quot;:430,&quot;12428&quot;:431,&quot;12429&quot;:432,&quot;12430&quot;:433,&quot;12431&quot;:434,&quot;12432&quot;:435,&quot;12433&quot;:436,&quot;12434&quot;:437,&quot;12435&quot;:438,&quot;12449&quot;:439,&quot;12450&quot;:440,&quot;12451&quot;:441,&quot;12452&quot;:442,&quot;12453&quot;:443,&quot;12454&quot;:444,&quot;12455&quot;:445,&quot;12456&quot;:446,&quot;12457&quot;:447,&quot;12458&quot;:448,&quot;12459&quot;:449,&quot;12460&quot;:450,&quot;12461&quot;:451,&quot;12462&quot;:452,&quot;12463&quot;:453,&quot;12464&quot;:454,&quot;12465&quot;:455,&quot;12466&quot;:456,&quot;12467&quot;:457,&quot;12468&quot;:458,&quot;12469&quot;:459,&quot;12470&quot;:460,&quot;12471&quot;:461,&quot;12472&quot;:462,&quot;12473&quot;:463,&quot;12474&quot;:464,&quot;12475&quot;:465,&quot;12476&quot;:466,&quot;12477&quot;:467,&quot;12478&quot;:468,&quot;12479&quot;:469,&quot;12480&quot;:470,&quot;12481&quot;:471,&quot;12482&quot;:472,&quot;12483&quot;:473,&quot;12484&quot;:474,&quot;12485&quot;:475,&quot;12486&quot;:476,&quot;12487&quot;:477,&quot;12488&quot;:478,&quot;12489&quot;:479,&quot;12490&quot;:480,&quot;12491&quot;:481,&quot;12492&quot;:482,&quot;12493&quot;:483,&quot;12494&quot;:484,&quot;12495&quot;:485,&quot;12496&quot;:486,&quot;12497&quot;:487,&quot;12498&quot;:488,&quot;12499&quot;:489,&quot;12500&quot;:490,&quot;12501&quot;:491,&quot;12502&quot;:492,&quot;12503&quot;:493,&quot;12504&quot;:494,&quot;12505&quot;:495,&quot;12506&quot;:496,&quot;12507&quot;:497,&quot;12508&quot;:498,&quot;12509&quot;:499,&quot;12510&quot;:500,&quot;12511&quot;:501,&quot;12512&quot;:502,&quot;12513&quot;:503,&quot;12514&quot;:504,&quot;12515&quot;:505,&quot;12516&quot;:506,&quot;12517&quot;:507,&quot;12518&quot;:508,&quot;12519&quot;:509,&quot;12520&quot;:510,&quot;12521&quot;:511,&quot;12522&quot;:512,&quot;12523&quot;:513,&quot;12524&quot;:514,&quot;12525&quot;:515,&quot;12526&quot;:516,&quot;12527&quot;:517,&quot;12528&quot;:518,&quot;12529&quot;:519,&quot;12530&quot;:520,&quot;12531&quot;:521,&quot;12532&quot;:522,&quot;12533&quot;:523,&quot;12534&quot;:524,&quot;913&quot;:525,&quot;914&quot;:526,&quot;915&quot;:527,&quot;916&quot;:528,&quot;917&quot;:529,&quot;918&quot;:530,&quot;919&quot;:531,&quot;920&quot;:532,&quot;921&quot;:533,&quot;922&quot;:534,&quot;923&quot;:535,&quot;924&quot;:536,&quot;925&quot;:537,&quot;926&quot;:538,&quot;927&quot;:539,&quot;928&quot;:540,&quot;929&quot;:541,&quot;931&quot;:542,&quot;932&quot;:543,&quot;933&quot;:544,&quot;934&quot;:545,&quot;935&quot;:546,&quot;936&quot;:547,&quot;937&quot;:548,&quot;945&quot;:549,&quot;946&quot;:550,&quot;947&quot;:551,&quot;948&quot;:552,&quot;949&quot;:553,&quot;950&quot;:554,&quot;951&quot;:555,&quot;952&quot;:556,&quot;953&quot;:557,&quot;954&quot;:558,&quot;955&quot;:559,&quot;956&quot;:560,&quot;957&quot;:561,&quot;958&quot;:562,&quot;959&quot;:563,&quot;960&quot;:564,&quot;961&quot;:565,&quot;963&quot;:566,&quot;964&quot;:567,&quot;965&quot;:568,&quot;966&quot;:569,&quot;967&quot;:570,&quot;968&quot;:571,&quot;969&quot;:572,&quot;65040&quot;:573,&quot;59277&quot;:573,&quot;65042&quot;:574,&quot;59278&quot;:574,&quot;65041&quot;:575,&quot;59279&quot;:575,&quot;59280&quot;:576,&quot;65043&quot;:576,&quot;59281&quot;:577,&quot;65044&quot;:577,&quot;59282&quot;:578,&quot;65045&quot;:578,&quot;59283&quot;:579,&quot;65046&quot;:579,&quot;65077&quot;:580,&quot;65078&quot;:581,&quot;65081&quot;:582,&quot;65082&quot;:583,&quot;65087&quot;:584,&quot;65088&quot;:585,&quot;65085&quot;:586,&quot;65086&quot;:587,&quot;65089&quot;:588,&quot;65090&quot;:589,&quot;65091&quot;:590,&quot;65092&quot;:591,&quot;59284&quot;:592,&quot;65047&quot;:592,&quot;59285&quot;:593,&quot;65048&quot;:593,&quot;65083&quot;:594,&quot;65084&quot;:595,&quot;65079&quot;:596,&quot;65080&quot;:597,&quot;65073&quot;:598,&quot;8285&quot;:599,&quot;59286&quot;:599,&quot;65049&quot;:599,&quot;65075&quot;:600,&quot;65076&quot;:601,&quot;1040&quot;:602,&quot;1041&quot;:603,&quot;1042&quot;:604,&quot;1043&quot;:605,&quot;1044&quot;:606,&quot;1045&quot;:607,&quot;1025&quot;:608,&quot;1046&quot;:609,&quot;1047&quot;:610,&quot;1048&quot;:611,&quot;1049&quot;:612,&quot;1050&quot;:613,&quot;1051&quot;:614,&quot;1052&quot;:615,&quot;1053&quot;:616,&quot;1054&quot;:617,&quot;1055&quot;:618,&quot;1056&quot;:619,&quot;1057&quot;:620,&quot;1058&quot;:621,&quot;1059&quot;:622,&quot;1060&quot;:623,&quot;1061&quot;:624,&quot;1062&quot;:625,&quot;1063&quot;:626,&quot;1064&quot;:627,&quot;1065&quot;:628,&quot;1066&quot;:629,&quot;1067&quot;:630,&quot;1068&quot;:631,&quot;1069&quot;:632,&quot;1070&quot;:633,&quot;1071&quot;:634,&quot;1072&quot;:635,&quot;1073&quot;:636,&quot;1074&quot;:637,&quot;1075&quot;:638,&quot;1076&quot;:639,&quot;1077&quot;:640,&quot;1105&quot;:641,&quot;1078&quot;:642,&quot;1079&quot;:643,&quot;1080&quot;:644,&quot;1081&quot;:645,&quot;1082&quot;:646,&quot;1083&quot;:647,&quot;1084&quot;:648,&quot;1085&quot;:649,&quot;1086&quot;:650,&quot;1087&quot;:651,&quot;1088&quot;:652,&quot;1089&quot;:653,&quot;1090&quot;:654,&quot;1091&quot;:655,&quot;1092&quot;:656,&quot;1093&quot;:657,&quot;1094&quot;:658,&quot;1095&quot;:659,&quot;1096&quot;:660,&quot;1097&quot;:661,&quot;1098&quot;:662,&quot;1099&quot;:663,&quot;1100&quot;:664,&quot;1101&quot;:665,&quot;1102&quot;:666,&quot;1103&quot;:667,&quot;257&quot;:668,&quot;225&quot;:669,&quot;462&quot;:670,&quot;224&quot;:671,&quot;275&quot;:672,&quot;233&quot;:673,&quot;283&quot;:674,&quot;232&quot;:675,&quot;299&quot;:676,&quot;237&quot;:677,&quot;464&quot;:678,&quot;236&quot;:679,&quot;333&quot;:680,&quot;243&quot;:681,&quot;466&quot;:682,&quot;242&quot;:683,&quot;363&quot;:684,&quot;250&quot;:685,&quot;468&quot;:686,&quot;249&quot;:687,&quot;470&quot;:688,&quot;472&quot;:689,&quot;474&quot;:690,&quot;476&quot;:691,&quot;252&quot;:692,&quot;234&quot;:693,&quot;593&quot;:694,&quot;7743&quot;:695,&quot;59335&quot;:695,&quot;324&quot;:696,&quot;328&quot;:697,&quot;505&quot;:698,&quot;59336&quot;:698,&quot;609&quot;:699,&quot;12549&quot;:700,&quot;12550&quot;:701,&quot;12551&quot;:702,&quot;12552&quot;:703,&quot;12553&quot;:704,&quot;12554&quot;:705,&quot;12555&quot;:706,&quot;12556&quot;:707,&quot;12557&quot;:708,&quot;12558&quot;:709,&quot;12559&quot;:710,&quot;12560&quot;:711,&quot;12561&quot;:712,&quot;12562&quot;:713,&quot;12563&quot;:714,&quot;12564&quot;:715,&quot;12565&quot;:716,&quot;12566&quot;:717,&quot;12567&quot;:718,&quot;12568&quot;:719,&quot;12569&quot;:720,&quot;12570&quot;:721,&quot;12571&quot;:722,&quot;12572&quot;:723,&quot;12573&quot;:724,&quot;12574&quot;:725,&quot;12575&quot;:726,&quot;12576&quot;:727,&quot;12577&quot;:728,&quot;12578&quot;:729,&quot;12579&quot;:730,&quot;12580&quot;:731,&quot;12581&quot;:732,&quot;12582&quot;:733,&quot;12583&quot;:734,&quot;12584&quot;:735,&quot;12585&quot;:736,&quot;9472&quot;:738,&quot;9473&quot;:739,&quot;9474&quot;:740,&quot;9475&quot;:741,&quot;9476&quot;:742,&quot;9477&quot;:743,&quot;9478&quot;:744,&quot;9479&quot;:745,&quot;9480&quot;:746,&quot;9481&quot;:747,&quot;9482&quot;:748,&quot;9483&quot;:749,&quot;9484&quot;:750,&quot;9485&quot;:751,&quot;9486&quot;:752,&quot;9487&quot;:753,&quot;9488&quot;:754,&quot;9489&quot;:755,&quot;9490&quot;:756,&quot;9491&quot;:757,&quot;9492&quot;:758,&quot;9493&quot;:759,&quot;9494&quot;:760,&quot;9495&quot;:761,&quot;9496&quot;:762,&quot;9497&quot;:763,&quot;9498&quot;:764,&quot;9499&quot;:765,&quot;9500&quot;:766,&quot;9501&quot;:767,&quot;9502&quot;:768,&quot;9503&quot;:769,&quot;9504&quot;:770,&quot;9505&quot;:771,&quot;9506&quot;:772,&quot;9507&quot;:773,&quot;9508&quot;:774,&quot;9509&quot;:775,&quot;9510&quot;:776,&quot;9511&quot;:777,&quot;9512&quot;:778,&quot;9513&quot;:779,&quot;9514&quot;:780,&quot;9515&quot;:781,&quot;9516&quot;:782,&quot;9517&quot;:783,&quot;9518&quot;:784,&quot;9519&quot;:785,&quot;9520&quot;:786,&quot;9521&quot;:787,&quot;9522&quot;:788,&quot;9523&quot;:789,&quot;9524&quot;:790,&quot;9525&quot;:791,&quot;9526&quot;:792,&quot;9527&quot;:793,&quot;9528&quot;:794,&quot;9529&quot;:795,&quot;9530&quot;:796,&quot;9531&quot;:797,&quot;9532&quot;:798,&quot;9533&quot;:799,&quot;9534&quot;:800,&quot;9535&quot;:801,&quot;9536&quot;:802,&quot;9537&quot;:803,&quot;9538&quot;:804,&quot;9539&quot;:805,&quot;9540&quot;:806,&quot;9541&quot;:807,&quot;9542&quot;:808,&quot;9543&quot;:809,&quot;9544&quot;:810,&quot;9545&quot;:811,&quot;9546&quot;:812,&quot;9547&quot;:813,&quot;21834&quot;:940,&quot;38463&quot;:941,&quot;22467&quot;:942,&quot;25384&quot;:943,&quot;21710&quot;:944,&quot;21769&quot;:945,&quot;21696&quot;:946,&quot;30353&quot;:947,&quot;30284&quot;:948,&quot;34108&quot;:949,&quot;30702&quot;:950,&quot;33406&quot;:951,&quot;30861&quot;:952,&quot;29233&quot;:953,&quot;38552&quot;:954,&quot;38797&quot;:955,&quot;27688&quot;:956,&quot;23433&quot;:957,&quot;20474&quot;:958,&quot;25353&quot;:959,&quot;26263&quot;:960,&quot;23736&quot;:961,&quot;33018&quot;:962,&quot;26696&quot;:963,&quot;32942&quot;:964,&quot;26114&quot;:965,&quot;30414&quot;:966,&quot;20985&quot;:967,&quot;25942&quot;:968,&quot;29100&quot;:969,&quot;32753&quot;:970,&quot;34948&quot;:971,&quot;20658&quot;:972,&quot;22885&quot;:973,&quot;25034&quot;:974,&quot;28595&quot;:975,&quot;33453&quot;:976,&quot;25420&quot;:977,&quot;25170&quot;:978,&quot;21485&quot;:979,&quot;21543&quot;:980,&quot;31494&quot;:981,&quot;12043&quot;:982,&quot;20843&quot;:982,&quot;30116&quot;:983,&quot;24052&quot;:984,&quot;25300&quot;:985,&quot;36299&quot;:986,&quot;38774&quot;:987,&quot;25226&quot;:988,&quot;32793&quot;:989,&quot;22365&quot;:990,&quot;38712&quot;:991,&quot;32610&quot;:992,&quot;29240&quot;:993,&quot;12137&quot;:994,&quot;30333&quot;:994,&quot;26575&quot;:995,&quot;30334&quot;:996,&quot;25670&quot;:997,&quot;20336&quot;:998,&quot;36133&quot;:999,&quot;25308&quot;:1000,&quot;31255&quot;:1001,&quot;26001&quot;:1002,&quot;29677&quot;:1003,&quot;25644&quot;:1004,&quot;25203&quot;:1005,&quot;33324&quot;:1006,&quot;39041&quot;:1007,&quot;26495&quot;:1008,&quot;29256&quot;:1009,&quot;25198&quot;:1010,&quot;25292&quot;:1011,&quot;20276&quot;:1012,&quot;29923&quot;:1013,&quot;21322&quot;:1014,&quot;21150&quot;:1015,&quot;32458&quot;:1016,&quot;37030&quot;:1017,&quot;24110&quot;:1018,&quot;26758&quot;:1019,&quot;27036&quot;:1020,&quot;33152&quot;:1021,&quot;32465&quot;:1022,&quot;26834&quot;:1023,&quot;30917&quot;:1024,&quot;34444&quot;:1025,&quot;38225&quot;:1026,&quot;20621&quot;:1027,&quot;35876&quot;:1028,&quot;33502&quot;:1029,&quot;32990&quot;:1030,&quot;21253&quot;:1031,&quot;35090&quot;:1032,&quot;21093&quot;:1033,&quot;34180&quot;:1034,&quot;38649&quot;:1035,&quot;20445&quot;:1036,&quot;22561&quot;:1037,&quot;39281&quot;:1038,&quot;23453&quot;:1039,&quot;25265&quot;:1040,&quot;25253&quot;:1041,&quot;26292&quot;:1042,&quot;35961&quot;:1043,&quot;40077&quot;:1044,&quot;29190&quot;:1045,&quot;26479&quot;:1046,&quot;30865&quot;:1047,&quot;24754&quot;:1048,&quot;21329&quot;:1049,&quot;21271&quot;:1050,&quot;36744&quot;:1051,&quot;32972&quot;:1052,&quot;36125&quot;:1053,&quot;38049&quot;:1054,&quot;20493&quot;:1055,&quot;29384&quot;:1056,&quot;22791&quot;:1057,&quot;24811&quot;:1058,&quot;28953&quot;:1059,&quot;34987&quot;:1060,&quot;22868&quot;:1061,&quot;33519&quot;:1062,&quot;26412&quot;:1063,&quot;31528&quot;:1064,&quot;23849&quot;:1065,&quot;32503&quot;:1066,&quot;29997&quot;:1067,&quot;27893&quot;:1068,&quot;36454&quot;:1069,&quot;36856&quot;:1070,&quot;36924&quot;:1071,&quot;12240&quot;:1072,&quot;40763&quot;:1072,&quot;12112&quot;:1073,&quot;27604&quot;:1073,&quot;37145&quot;:1074,&quot;31508&quot;:1075,&quot;24444&quot;:1076,&quot;30887&quot;:1077,&quot;34006&quot;:1078,&quot;34109&quot;:1079,&quot;27605&quot;:1080,&quot;27609&quot;:1081,&quot;27606&quot;:1082,&quot;24065&quot;:1083,&quot;24199&quot;:1084,&quot;30201&quot;:1085,&quot;38381&quot;:1086,&quot;25949&quot;:1087,&quot;24330&quot;:1088,&quot;24517&quot;:1089,&quot;36767&quot;:1090,&quot;22721&quot;:1091,&quot;33218&quot;:1092,&quot;36991&quot;:1093,&quot;38491&quot;:1094,&quot;38829&quot;:1095,&quot;36793&quot;:1096,&quot;32534&quot;:1097,&quot;36140&quot;:1098,&quot;25153&quot;:1099,&quot;20415&quot;:1100,&quot;21464&quot;:1101,&quot;21342&quot;:1102,&quot;36776&quot;:1103,&quot;36777&quot;:1104,&quot;36779&quot;:1105,&quot;36941&quot;:1106,&quot;26631&quot;:1107,&quot;24426&quot;:1108,&quot;33176&quot;:1109,&quot;34920&quot;:1110,&quot;40150&quot;:1111,&quot;24971&quot;:1112,&quot;21035&quot;:1113,&quot;30250&quot;:1114,&quot;24428&quot;:1115,&quot;25996&quot;:1116,&quot;28626&quot;:1117,&quot;28392&quot;:1118,&quot;23486&quot;:1119,&quot;25672&quot;:1120,&quot;20853&quot;:1121,&quot;20912&quot;:1122,&quot;26564&quot;:1123,&quot;19993&quot;:1124,&quot;31177&quot;:1125,&quot;39292&quot;:1126,&quot;28851&quot;:1127,&quot;30149&quot;:1128,&quot;24182&quot;:1129,&quot;29627&quot;:1130,&quot;33760&quot;:1131,&quot;25773&quot;:1132,&quot;25320&quot;:1133,&quot;38069&quot;:1134,&quot;27874&quot;:1135,&quot;21338&quot;:1136,&quot;21187&quot;:1137,&quot;25615&quot;:1138,&quot;38082&quot;:1139,&quot;31636&quot;:1140,&quot;20271&quot;:1141,&quot;24091&quot;:1142,&quot;33334&quot;:1143,&quot;33046&quot;:1144,&quot;33162&quot;:1145,&quot;28196&quot;:1146,&quot;27850&quot;:1147,&quot;39539&quot;:1148,&quot;25429&quot;:1149,&quot;12056&quot;:1150,&quot;21340&quot;:1150,&quot;21754&quot;:1151,&quot;34917&quot;:1152,&quot;22496&quot;:1153,&quot;19981&quot;:1154,&quot;24067&quot;:1155,&quot;27493&quot;:1156,&quot;31807&quot;:1157,&quot;37096&quot;:1158,&quot;24598&quot;:1159,&quot;25830&quot;:1160,&quot;29468&quot;:1161,&quot;35009&quot;:1162,&quot;26448&quot;:1163,&quot;25165&quot;:1164,&quot;36130&quot;:1165,&quot;30572&quot;:1166,&quot;36393&quot;:1167,&quot;37319&quot;:1168,&quot;24425&quot;:1169,&quot;33756&quot;:1170,&quot;34081&quot;:1171,&quot;39184&quot;:1172,&quot;21442&quot;:1173,&quot;34453&quot;:1174,&quot;27531&quot;:1175,&quot;24813&quot;:1176,&quot;24808&quot;:1177,&quot;28799&quot;:1178,&quot;33485&quot;:1179,&quot;33329&quot;:1180,&quot;20179&quot;:1181,&quot;27815&quot;:1182,&quot;34255&quot;:1183,&quot;25805&quot;:1184,&quot;31961&quot;:1185,&quot;27133&quot;:1186,&quot;26361&quot;:1187,&quot;33609&quot;:1188,&quot;21397&quot;:1189,&quot;31574&quot;:1190,&quot;20391&quot;:1191,&quot;20876&quot;:1192,&quot;27979&quot;:1193,&quot;23618&quot;:1194,&quot;36461&quot;:1195,&quot;25554&quot;:1196,&quot;21449&quot;:1197,&quot;33580&quot;:1198,&quot;33590&quot;:1199,&quot;26597&quot;:1200,&quot;30900&quot;:1201,&quot;25661&quot;:1202,&quot;23519&quot;:1203,&quot;23700&quot;:1204,&quot;24046&quot;:1205,&quot;35815&quot;:1206,&quot;25286&quot;:1207,&quot;26612&quot;:1208,&quot;35962&quot;:1209,&quot;25600&quot;:1210,&quot;25530&quot;:1211,&quot;34633&quot;:1212,&quot;39307&quot;:1213,&quot;35863&quot;:1214,&quot;32544&quot;:1215,&quot;38130&quot;:1216,&quot;20135&quot;:1217,&quot;38416&quot;:1218,&quot;39076&quot;:1219,&quot;26124&quot;:1220,&quot;29462&quot;:1221,&quot;22330&quot;:1222,&quot;23581&quot;:1223,&quot;24120&quot;:1224,&quot;38271&quot;:1225,&quot;20607&quot;:1226,&quot;32928&quot;:1227,&quot;12058&quot;:1228,&quot;21378&quot;:1228,&quot;25950&quot;:1229,&quot;30021&quot;:1230,&quot;21809&quot;:1231,&quot;20513&quot;:1232,&quot;36229&quot;:1233,&quot;25220&quot;:1234,&quot;38046&quot;:1235,&quot;26397&quot;:1236,&quot;22066&quot;:1237,&quot;28526&quot;:1238,&quot;24034&quot;:1239,&quot;21557&quot;:1240,&quot;28818&quot;:1241,&quot;36710&quot;:1242,&quot;25199&quot;:1243,&quot;25764&quot;:1244,&quot;25507&quot;:1245,&quot;24443&quot;:1246,&quot;28552&quot;:1247,&quot;37108&quot;:1248,&quot;12162&quot;:1249,&quot;33251&quot;:1249,&quot;12192&quot;:1250,&quot;36784&quot;:1250,&quot;23576&quot;:1251,&quot;26216&quot;:1252,&quot;24561&quot;:1253,&quot;27785&quot;:1254,&quot;38472&quot;:1255,&quot;36225&quot;:1256,&quot;34924&quot;:1257,&quot;25745&quot;:1258,&quot;31216&quot;:1259,&quot;22478&quot;:1260,&quot;27225&quot;:1261,&quot;25104&quot;:1262,&quot;21576&quot;:1263,&quot;20056&quot;:1264,&quot;31243&quot;:1265,&quot;24809&quot;:1266,&quot;28548&quot;:1267,&quot;35802&quot;:1268,&quot;25215&quot;:1269,&quot;36894&quot;:1270,&quot;39563&quot;:1271,&quot;31204&quot;:1272,&quot;21507&quot;:1273,&quot;30196&quot;:1274,&quot;25345&quot;:1275,&quot;21273&quot;:1276,&quot;27744&quot;:1277,&quot;36831&quot;:1278,&quot;24347&quot;:1279,&quot;39536&quot;:1280,&quot;32827&quot;:1281,&quot;40831&quot;:1282,&quot;20360&quot;:1283,&quot;23610&quot;:1284,&quot;12186&quot;:1285,&quot;36196&quot;:1285,&quot;32709&quot;:1286,&quot;26021&quot;:1287,&quot;28861&quot;:1288,&quot;20805&quot;:1289,&quot;20914&quot;:1290,&quot;12173&quot;:1291,&quot;34411&quot;:1291,&quot;23815&quot;:1292,&quot;23456&quot;:1293,&quot;25277&quot;:1294,&quot;37228&quot;:1295,&quot;30068&quot;:1296,&quot;36364&quot;:1297,&quot;31264&quot;:1298,&quot;24833&quot;:1299,&quot;31609&quot;:1300,&quot;20167&quot;:1301,&quot;32504&quot;:1302,&quot;30597&quot;:1303,&quot;19985&quot;:1304,&quot;33261&quot;:1305,&quot;21021&quot;:1306,&quot;20986&quot;:1307,&quot;27249&quot;:1308,&quot;21416&quot;:1309,&quot;36487&quot;:1310,&quot;38148&quot;:1311,&quot;38607&quot;:1312,&quot;28353&quot;:1313,&quot;38500&quot;:1314,&quot;26970&quot;:1315,&quot;30784&quot;:1316,&quot;20648&quot;:1317,&quot;30679&quot;:1318,&quot;25616&quot;:1319,&quot;35302&quot;:1320,&quot;22788&quot;:1321,&quot;25571&quot;:1322,&quot;24029&quot;:1323,&quot;31359&quot;:1324,&quot;26941&quot;:1325,&quot;20256&quot;:1326,&quot;33337&quot;:1327,&quot;21912&quot;:1328,&quot;20018&quot;:1329,&quot;30126&quot;:1330,&quot;31383&quot;:1331,&quot;24162&quot;:1332,&quot;24202&quot;:1333,&quot;38383&quot;:1334,&quot;21019&quot;:1335,&quot;21561&quot;:1336,&quot;28810&quot;:1337,&quot;25462&quot;:1338,&quot;38180&quot;:1339,&quot;22402&quot;:1340,&quot;26149&quot;:1341,&quot;26943&quot;:1342,&quot;37255&quot;:1343,&quot;21767&quot;:1344,&quot;28147&quot;:1345,&quot;32431&quot;:1346,&quot;34850&quot;:1347,&quot;25139&quot;:1348,&quot;32496&quot;:1349,&quot;30133&quot;:1350,&quot;33576&quot;:1351,&quot;30913&quot;:1352,&quot;38604&quot;:1353,&quot;36766&quot;:1354,&quot;24904&quot;:1355,&quot;29943&quot;:1356,&quot;35789&quot;:1357,&quot;27492&quot;:1358,&quot;21050&quot;:1359,&quot;36176&quot;:1360,&quot;27425&quot;:1361,&quot;32874&quot;:1362,&quot;33905&quot;:1363,&quot;22257&quot;:1364,&quot;21254&quot;:1365,&quot;20174&quot;:1366,&quot;19995&quot;:1367,&quot;20945&quot;:1368,&quot;31895&quot;:1369,&quot;37259&quot;:1370,&quot;31751&quot;:1371,&quot;20419&quot;:1372,&quot;36479&quot;:1373,&quot;31713&quot;:1374,&quot;31388&quot;:1375,&quot;25703&quot;:1376,&quot;23828&quot;:1377,&quot;20652&quot;:1378,&quot;33030&quot;:1379,&quot;30209&quot;:1380,&quot;31929&quot;:1381,&quot;28140&quot;:1382,&quot;32736&quot;:1383,&quot;26449&quot;:1384,&quot;23384&quot;:1385,&quot;12072&quot;:1386,&quot;23544&quot;:1386,&quot;30923&quot;:1387,&quot;25774&quot;:1388,&quot;25619&quot;:1389,&quot;25514&quot;:1390,&quot;25387&quot;:1391,&quot;38169&quot;:1392,&quot;25645&quot;:1393,&quot;36798&quot;:1394,&quot;31572&quot;:1395,&quot;30249&quot;:1396,&quot;25171&quot;:1397,&quot;12068&quot;:1398,&quot;22823&quot;:1398,&quot;21574&quot;:1399,&quot;12109&quot;:1400,&quot;27513&quot;:1400,&quot;20643&quot;:1401,&quot;25140&quot;:1402,&quot;24102&quot;:1403,&quot;27526&quot;:1404,&quot;20195&quot;:1405,&quot;36151&quot;:1406,&quot;34955&quot;:1407,&quot;24453&quot;:1408,&quot;36910&quot;:1409,&quot;24608&quot;:1410,&quot;32829&quot;:1411,&quot;25285&quot;:1412,&quot;20025&quot;:1413,&quot;21333&quot;:1414,&quot;37112&quot;:1415,&quot;25528&quot;:1416,&quot;32966&quot;:1417,&quot;26086&quot;:1418,&quot;27694&quot;:1419,&quot;20294&quot;:1420,&quot;24814&quot;:1421,&quot;28129&quot;:1422,&quot;35806&quot;:1423,&quot;24377&quot;:1424,&quot;34507&quot;:1425,&quot;24403&quot;:1426,&quot;25377&quot;:1427,&quot;20826&quot;:1428,&quot;33633&quot;:1429,&quot;26723&quot;:1430,&quot;12049&quot;:1431,&quot;20992&quot;:1431,&quot;25443&quot;:1432,&quot;36424&quot;:1433,&quot;20498&quot;:1434,&quot;23707&quot;:1435,&quot;31095&quot;:1436,&quot;23548&quot;:1437,&quot;21040&quot;:1438,&quot;31291&quot;:1439,&quot;24764&quot;:1440,&quot;36947&quot;:1441,&quot;30423&quot;:1442,&quot;24503&quot;:1443,&quot;24471&quot;:1444,&quot;30340&quot;:1445,&quot;36460&quot;:1446,&quot;28783&quot;:1447,&quot;30331&quot;:1448,&quot;31561&quot;:1449,&quot;30634&quot;:1450,&quot;20979&quot;:1451,&quot;37011&quot;:1452,&quot;22564&quot;:1453,&quot;20302&quot;:1454,&quot;28404&quot;:1455,&quot;36842&quot;:1456,&quot;25932&quot;:1457,&quot;31515&quot;:1458,&quot;29380&quot;:1459,&quot;28068&quot;:1460,&quot;32735&quot;:1461,&quot;23265&quot;:1462,&quot;25269&quot;:1463,&quot;24213&quot;:1464,&quot;22320&quot;:1465,&quot;33922&quot;:1466,&quot;31532&quot;:1467,&quot;24093&quot;:1468,&quot;24351&quot;:1469,&quot;36882&quot;:1470,&quot;32532&quot;:1471,&quot;39072&quot;:1472,&quot;25474&quot;:1473,&quot;28359&quot;:1474,&quot;30872&quot;:1475,&quot;28857&quot;:1476,&quot;20856&quot;:1477,&quot;38747&quot;:1478,&quot;22443&quot;:1479,&quot;30005&quot;:1480,&quot;20291&quot;:1481,&quot;30008&quot;:1482,&quot;24215&quot;:1483,&quot;24806&quot;:1484,&quot;22880&quot;:1485,&quot;28096&quot;:1486,&quot;27583&quot;:1487,&quot;30857&quot;:1488,&quot;21500&quot;:1489,&quot;38613&quot;:1490,&quot;20939&quot;:1491,&quot;20993&quot;:1492,&quot;25481&quot;:1493,&quot;21514&quot;:1494,&quot;38035&quot;:1495,&quot;35843&quot;:1496,&quot;36300&quot;:1497,&quot;29241&quot;:1498,&quot;30879&quot;:1499,&quot;34678&quot;:1500,&quot;36845&quot;:1501,&quot;35853&quot;:1502,&quot;21472&quot;:1503,&quot;19969&quot;:1504,&quot;30447&quot;:1505,&quot;21486&quot;:1506,&quot;38025&quot;:1507,&quot;39030&quot;:1508,&quot;12237&quot;:1509,&quot;40718&quot;:1509,&quot;38189&quot;:1510,&quot;23450&quot;:1511,&quot;35746&quot;:1512,&quot;20002&quot;:1513,&quot;19996&quot;:1514,&quot;20908&quot;:1515,&quot;33891&quot;:1516,&quot;25026&quot;:1517,&quot;21160&quot;:1518,&quot;26635&quot;:1519,&quot;20375&quot;:1520,&quot;24683&quot;:1521,&quot;20923&quot;:1522,&quot;27934&quot;:1523,&quot;20828&quot;:1524,&quot;25238&quot;:1525,&quot;12099&quot;:1526,&quot;26007&quot;:1526,&quot;38497&quot;:1527,&quot;12182&quot;:1528,&quot;35910&quot;:1528,&quot;36887&quot;:1529,&quot;30168&quot;:1530,&quot;37117&quot;:1531,&quot;30563&quot;:1532,&quot;27602&quot;:1533,&quot;29322&quot;:1534,&quot;29420&quot;:1535,&quot;35835&quot;:1536,&quot;22581&quot;:1537,&quot;30585&quot;:1538,&quot;36172&quot;:1539,&quot;26460&quot;:1540,&quot;38208&quot;:1541,&quot;32922&quot;:1542,&quot;24230&quot;:1543,&quot;28193&quot;:1544,&quot;22930&quot;:1545,&quot;31471&quot;:1546,&quot;30701&quot;:1547,&quot;38203&quot;:1548,&quot;27573&quot;:1549,&quot;26029&quot;:1550,&quot;32526&quot;:1551,&quot;22534&quot;:1552,&quot;20817&quot;:1553,&quot;38431&quot;:1554,&quot;23545&quot;:1555,&quot;22697&quot;:1556,&quot;21544&quot;:1557,&quot;36466&quot;:1558,&quot;25958&quot;:1559,&quot;39039&quot;:1560,&quot;22244&quot;:1561,&quot;38045&quot;:1562,&quot;30462&quot;:1563,&quot;36929&quot;:1564,&quot;25479&quot;:1565,&quot;21702&quot;:1566,&quot;22810&quot;:1567,&quot;22842&quot;:1568,&quot;22427&quot;:1569,&quot;36530&quot;:1570,&quot;26421&quot;:1571,&quot;36346&quot;:1572,&quot;33333&quot;:1573,&quot;21057&quot;:1574,&quot;24816&quot;:1575,&quot;22549&quot;:1576,&quot;34558&quot;:1577,&quot;23784&quot;:1578,&quot;40517&quot;:1579,&quot;20420&quot;:1580,&quot;39069&quot;:1581,&quot;35769&quot;:1582,&quot;23077&quot;:1583,&quot;24694&quot;:1584,&quot;21380&quot;:1585,&quot;25212&quot;:1586,&quot;36943&quot;:1587,&quot;37122&quot;:1588,&quot;39295&quot;:1589,&quot;24681&quot;:1590,&quot;12157&quot;:1591,&quot;32780&quot;:1591,&quot;12041&quot;:1592,&quot;20799&quot;:1592,&quot;12159&quot;:1593,&quot;32819&quot;:1593,&quot;23572&quot;:1594,&quot;39285&quot;:1595,&quot;27953&quot;:1596,&quot;12038&quot;:1597,&quot;20108&quot;:1597,&quot;36144&quot;:1598,&quot;21457&quot;:1599,&quot;32602&quot;:1600,&quot;31567&quot;:1601,&quot;20240&quot;:1602,&quot;20047&quot;:1603,&quot;38400&quot;:1604,&quot;27861&quot;:1605,&quot;29648&quot;:1606,&quot;34281&quot;:1607,&quot;24070&quot;:1608,&quot;30058&quot;:1609,&quot;32763&quot;:1610,&quot;27146&quot;:1611,&quot;30718&quot;:1612,&quot;38034&quot;:1613,&quot;32321&quot;:1614,&quot;20961&quot;:1615,&quot;28902&quot;:1616,&quot;21453&quot;:1617,&quot;36820&quot;:1618,&quot;33539&quot;:1619,&quot;36137&quot;:1620,&quot;29359&quot;:1621,&quot;39277&quot;:1622,&quot;27867&quot;:1623,&quot;22346&quot;:1624,&quot;33459&quot;:1625,&quot;12101&quot;:1626,&quot;26041&quot;:1626,&quot;32938&quot;:1627,&quot;25151&quot;:1628,&quot;38450&quot;:1629,&quot;22952&quot;:1630,&quot;20223&quot;:1631,&quot;35775&quot;:1632,&quot;32442&quot;:1633,&quot;25918&quot;:1634,&quot;33778&quot;:1635,&quot;12206&quot;:1636,&quot;38750&quot;:1636,&quot;21857&quot;:1637,&quot;39134&quot;:1638,&quot;32933&quot;:1639,&quot;21290&quot;:1640,&quot;35837&quot;:1641,&quot;21536&quot;:1642,&quot;32954&quot;:1643,&quot;24223&quot;:1644,&quot;27832&quot;:1645,&quot;36153&quot;:1646,&quot;33452&quot;:1647,&quot;37210&quot;:1648,&quot;21545&quot;:1649,&quot;27675&quot;:1650,&quot;20998&quot;:1651,&quot;32439&quot;:1652,&quot;22367&quot;:1653,&quot;28954&quot;:1654,&quot;27774&quot;:1655,&quot;31881&quot;:1656,&quot;22859&quot;:1657,&quot;20221&quot;:1658,&quot;24575&quot;:1659,&quot;24868&quot;:1660,&quot;31914&quot;:1661,&quot;20016&quot;:1662,&quot;23553&quot;:1663,&quot;26539&quot;:1664,&quot;34562&quot;:1665,&quot;23792&quot;:1666,&quot;38155&quot;:1667,&quot;39118&quot;:1668,&quot;30127&quot;:1669,&quot;28925&quot;:1670,&quot;36898&quot;:1671,&quot;20911&quot;:1672,&quot;32541&quot;:1673,&quot;35773&quot;:1674,&quot;22857&quot;:1675,&quot;20964&quot;:1676,&quot;20315&quot;:1677,&quot;21542&quot;:1678,&quot;22827&quot;:1679,&quot;25975&quot;:1680,&quot;32932&quot;:1681,&quot;23413&quot;:1682,&quot;25206&quot;:1683,&quot;25282&quot;:1684,&quot;36752&quot;:1685,&quot;24133&quot;:1686,&quot;27679&quot;:1687,&quot;31526&quot;:1688,&quot;20239&quot;:1689,&quot;20440&quot;:1690,&quot;26381&quot;:1691,&quot;28014&quot;:1692,&quot;28074&quot;:1693,&quot;31119&quot;:1694,&quot;34993&quot;:1695,&quot;24343&quot;:1696,&quot;29995&quot;:1697,&quot;25242&quot;:1698,&quot;36741&quot;:1699,&quot;20463&quot;:1700,&quot;37340&quot;:1701,&quot;26023&quot;:1702,&quot;33071&quot;:1703,&quot;33105&quot;:1704,&quot;24220&quot;:1705,&quot;33104&quot;:1706,&quot;36212&quot;:1707,&quot;21103&quot;:1708,&quot;35206&quot;:1709,&quot;36171&quot;:1710,&quot;22797&quot;:1711,&quot;20613&quot;:1712,&quot;20184&quot;:1713,&quot;12201&quot;:1714,&quot;38428&quot;:1714,&quot;12119&quot;:1715,&quot;29238&quot;:1715,&quot;33145&quot;:1716,&quot;36127&quot;:1717,&quot;23500&quot;:1718,&quot;35747&quot;:1719,&quot;38468&quot;:1720,&quot;22919&quot;:1721,&quot;32538&quot;:1722,&quot;21648&quot;:1723,&quot;22134&quot;:1724,&quot;22030&quot;:1725,&quot;35813&quot;:1726,&quot;25913&quot;:1727,&quot;27010&quot;:1728,&quot;38041&quot;:1729,&quot;30422&quot;:1730,&quot;28297&quot;:1731,&quot;12082&quot;:1732,&quot;24178&quot;:1732,&quot;12130&quot;:1733,&quot;29976&quot;:1733,&quot;26438&quot;:1734,&quot;26577&quot;:1735,&quot;31487&quot;:1736,&quot;32925&quot;:1737,&quot;36214&quot;:1738,&quot;24863&quot;:1739,&quot;31174&quot;:1740,&quot;25954&quot;:1741,&quot;36195&quot;:1742,&quot;20872&quot;:1743,&quot;21018&quot;:1744,&quot;38050&quot;:1745,&quot;32568&quot;:1746,&quot;32923&quot;:1747,&quot;32434&quot;:1748,&quot;23703&quot;:1749,&quot;28207&quot;:1750,&quot;26464&quot;:1751,&quot;31705&quot;:1752,&quot;30347&quot;:1753,&quot;12220&quot;:1754,&quot;39640&quot;:1754,&quot;33167&quot;:1755,&quot;32660&quot;:1756,&quot;31957&quot;:1757,&quot;25630&quot;:1758,&quot;38224&quot;:1759,&quot;31295&quot;:1760,&quot;21578&quot;:1761,&quot;21733&quot;:1762,&quot;27468&quot;:1763,&quot;25601&quot;:1764,&quot;12093&quot;:1765,&quot;25096&quot;:1765,&quot;40509&quot;:1766,&quot;33011&quot;:1767,&quot;30105&quot;:1768,&quot;21106&quot;:1769,&quot;12208&quot;:1770,&quot;38761&quot;:1770,&quot;33883&quot;:1771,&quot;26684&quot;:1772,&quot;34532&quot;:1773,&quot;38401&quot;:1774,&quot;38548&quot;:1775,&quot;38124&quot;:1776,&quot;20010&quot;:1777,&quot;21508&quot;:1778,&quot;32473&quot;:1779,&quot;26681&quot;:1780,&quot;36319&quot;:1781,&quot;32789&quot;:1782,&quot;26356&quot;:1783,&quot;24218&quot;:1784,&quot;32697&quot;:1785,&quot;22466&quot;:1786,&quot;32831&quot;:1787,&quot;26775&quot;:1788,&quot;12079&quot;:1789,&quot;24037&quot;:1789,&quot;25915&quot;:1790,&quot;21151&quot;:1791,&quot;24685&quot;:1792,&quot;40858&quot;:1793,&quot;20379&quot;:1794,&quot;36524&quot;:1795,&quot;20844&quot;:1796,&quot;23467&quot;:1797,&quot;12088&quot;:1798,&quot;24339&quot;:1798,&quot;24041&quot;:1799,&quot;27742&quot;:1800,&quot;25329&quot;:1801,&quot;36129&quot;:1802,&quot;20849&quot;:1803,&quot;38057&quot;:1804,&quot;21246&quot;:1805,&quot;27807&quot;:1806,&quot;33503&quot;:1807,&quot;29399&quot;:1808,&quot;22434&quot;:1809,&quot;26500&quot;:1810,&quot;36141&quot;:1811,&quot;22815&quot;:1812,&quot;36764&quot;:1813,&quot;33735&quot;:1814,&quot;21653&quot;:1815,&quot;31629&quot;:1816,&quot;20272&quot;:1817,&quot;27837&quot;:1818,&quot;23396&quot;:1819,&quot;22993&quot;:1820,&quot;12238&quot;:1821,&quot;40723&quot;:1821,&quot;21476&quot;:1822,&quot;34506&quot;:1823,&quot;12219&quot;:1824,&quot;39592&quot;:1824,&quot;12181&quot;:1825,&quot;35895&quot;:1825,&quot;32929&quot;:1826,&quot;25925&quot;:1827,&quot;39038&quot;:1828,&quot;22266&quot;:1829,&quot;38599&quot;:1830,&quot;21038&quot;:1831,&quot;12128&quot;:1832,&quot;29916&quot;:1832,&quot;21072&quot;:1833,&quot;23521&quot;:1834,&quot;25346&quot;:1835,&quot;35074&quot;:1836,&quot;20054&quot;:1837,&quot;25296&quot;:1838,&quot;24618&quot;:1839,&quot;26874&quot;:1840,&quot;20851&quot;:1841,&quot;23448&quot;:1842,&quot;20896&quot;:1843,&quot;35266&quot;:1844,&quot;31649&quot;:1845,&quot;39302&quot;:1846,&quot;32592&quot;:1847,&quot;24815&quot;:1848,&quot;28748&quot;:1849,&quot;36143&quot;:1850,&quot;20809&quot;:1851,&quot;12084&quot;:1852,&quot;24191&quot;:1852,&quot;36891&quot;:1853,&quot;29808&quot;:1854,&quot;35268&quot;:1855,&quot;22317&quot;:1856,&quot;30789&quot;:1857,&quot;24402&quot;:1858,&quot;40863&quot;:1859,&quot;38394&quot;:1860,&quot;36712&quot;:1861,&quot;12225&quot;:1862,&quot;39740&quot;:1862,&quot;35809&quot;:1863,&quot;30328&quot;:1864,&quot;26690&quot;:1865,&quot;26588&quot;:1866,&quot;36330&quot;:1867,&quot;36149&quot;:1868,&quot;21053&quot;:1869,&quot;36746&quot;:1870,&quot;28378&quot;:1871,&quot;26829&quot;:1872,&quot;38149&quot;:1873,&quot;37101&quot;:1874,&quot;22269&quot;:1875,&quot;26524&quot;:1876,&quot;35065&quot;:1877,&quot;36807&quot;:1878,&quot;21704&quot;:1879,&quot;39608&quot;:1880,&quot;23401&quot;:1881,&quot;28023&quot;:1882,&quot;27686&quot;:1883,&quot;20133&quot;:1884,&quot;23475&quot;:1885,&quot;39559&quot;:1886,&quot;37219&quot;:1887,&quot;25000&quot;:1888,&quot;37039&quot;:1889,&quot;38889&quot;:1890,&quot;21547&quot;:1891,&quot;28085&quot;:1892,&quot;23506&quot;:1893,&quot;20989&quot;:1894,&quot;21898&quot;:1895,&quot;32597&quot;:1896,&quot;32752&quot;:1897,&quot;25788&quot;:1898,&quot;25421&quot;:1899,&quot;26097&quot;:1900,&quot;25022&quot;:1901,&quot;24717&quot;:1902,&quot;28938&quot;:1903,&quot;27735&quot;:1904,&quot;27721&quot;:1905,&quot;22831&quot;:1906,&quot;26477&quot;:1907,&quot;33322&quot;:1908,&quot;22741&quot;:1909,&quot;22158&quot;:1910,&quot;35946&quot;:1911,&quot;27627&quot;:1912,&quot;37085&quot;:1913,&quot;22909&quot;:1914,&quot;32791&quot;:1915,&quot;21495&quot;:1916,&quot;28009&quot;:1917,&quot;21621&quot;:1918,&quot;21917&quot;:1919,&quot;33655&quot;:1920,&quot;33743&quot;:1921,&quot;26680&quot;:1922,&quot;12146&quot;:1923,&quot;31166&quot;:1923,&quot;21644&quot;:1924,&quot;20309&quot;:1925,&quot;21512&quot;:1926,&quot;30418&quot;:1927,&quot;35977&quot;:1928,&quot;38402&quot;:1929,&quot;27827&quot;:1930,&quot;28088&quot;:1931,&quot;36203&quot;:1932,&quot;35088&quot;:1933,&quot;40548&quot;:1934,&quot;36154&quot;:1935,&quot;22079&quot;:1936,&quot;12234&quot;:1937,&quot;40657&quot;:1937,&quot;30165&quot;:1938,&quot;24456&quot;:1939,&quot;29408&quot;:1940,&quot;24680&quot;:1941,&quot;21756&quot;:1942,&quot;20136&quot;:1943,&quot;27178&quot;:1944,&quot;34913&quot;:1945,&quot;24658&quot;:1946,&quot;36720&quot;:1947,&quot;21700&quot;:1948,&quot;28888&quot;:1949,&quot;34425&quot;:1950,&quot;40511&quot;:1951,&quot;27946&quot;:1952,&quot;23439&quot;:1953,&quot;24344&quot;:1954,&quot;32418&quot;:1955,&quot;21897&quot;:1956,&quot;20399&quot;:1957,&quot;29492&quot;:1958,&quot;21564&quot;:1959,&quot;21402&quot;:1960,&quot;20505&quot;:1961,&quot;21518&quot;:1962,&quot;21628&quot;:1963,&quot;20046&quot;:1964,&quot;24573&quot;:1965,&quot;29786&quot;:1966,&quot;22774&quot;:1967,&quot;33899&quot;:1968,&quot;32993&quot;:1969,&quot;34676&quot;:1970,&quot;29392&quot;:1971,&quot;31946&quot;:1972,&quot;28246&quot;:1973,&quot;24359&quot;:1974,&quot;34382&quot;:1975,&quot;21804&quot;:1976,&quot;25252&quot;:1977,&quot;20114&quot;:1978,&quot;27818&quot;:1979,&quot;25143&quot;:1980,&quot;33457&quot;:1981,&quot;21719&quot;:1982,&quot;21326&quot;:1983,&quot;29502&quot;:1984,&quot;28369&quot;:1985,&quot;30011&quot;:1986,&quot;21010&quot;:1987,&quot;21270&quot;:1988,&quot;35805&quot;:1989,&quot;27088&quot;:1990,&quot;24458&quot;:1991,&quot;24576&quot;:1992,&quot;28142&quot;:1993,&quot;22351&quot;:1994,&quot;27426&quot;:1995,&quot;29615&quot;:1996,&quot;26707&quot;:1997,&quot;36824&quot;:1998,&quot;32531&quot;:1999,&quot;25442&quot;:2000,&quot;24739&quot;:2001,&quot;21796&quot;:2002,&quot;30186&quot;:2003,&quot;35938&quot;:2004,&quot;28949&quot;:2005,&quot;28067&quot;:2006,&quot;23462&quot;:2007,&quot;24187&quot;:2008,&quot;33618&quot;:2009,&quot;24908&quot;:2010,&quot;40644&quot;:2011,&quot;30970&quot;:2012,&quot;34647&quot;:2013,&quot;31783&quot;:2014,&quot;30343&quot;:2015,&quot;20976&quot;:2016,&quot;24822&quot;:2017,&quot;29004&quot;:2018,&quot;26179&quot;:2019,&quot;24140&quot;:2020,&quot;24653&quot;:2021,&quot;35854&quot;:2022,&quot;28784&quot;:2023,&quot;25381&quot;:2024,&quot;36745&quot;:2025,&quot;24509&quot;:2026,&quot;24674&quot;:2027,&quot;34516&quot;:2028,&quot;22238&quot;:2029,&quot;27585&quot;:2030,&quot;24724&quot;:2031,&quot;24935&quot;:2032,&quot;21321&quot;:2033,&quot;24800&quot;:2034,&quot;26214&quot;:2035,&quot;36159&quot;:2036,&quot;31229&quot;:2037,&quot;20250&quot;:2038,&quot;28905&quot;:2039,&quot;27719&quot;:2040,&quot;35763&quot;:2041,&quot;35826&quot;:2042,&quot;32472&quot;:2043,&quot;33636&quot;:2044,&quot;26127&quot;:2045,&quot;23130&quot;:2046,&quot;39746&quot;:2047,&quot;27985&quot;:2048,&quot;28151&quot;:2049,&quot;35905&quot;:2050,&quot;27963&quot;:2051,&quot;20249&quot;:2052,&quot;12117&quot;:2053,&quot;28779&quot;:2053,&quot;33719&quot;:2054,&quot;25110&quot;:2055,&quot;24785&quot;:2056,&quot;38669&quot;:2057,&quot;36135&quot;:2058,&quot;31096&quot;:2059,&quot;20987&quot;:2060,&quot;22334&quot;:2061,&quot;22522&quot;:2062,&quot;26426&quot;:2063,&quot;30072&quot;:2064,&quot;31293&quot;:2065,&quot;31215&quot;:2066,&quot;31637&quot;:2067,&quot;32908&quot;:2068,&quot;39269&quot;:2069,&quot;36857&quot;:2070,&quot;28608&quot;:2071,&quot;35749&quot;:2072,&quot;40481&quot;:2073,&quot;23020&quot;:2074,&quot;32489&quot;:2075,&quot;32521&quot;:2076,&quot;21513&quot;:2077,&quot;26497&quot;:2078,&quot;26840&quot;:2079,&quot;36753&quot;:2080,&quot;31821&quot;:2081,&quot;38598&quot;:2082,&quot;21450&quot;:2083,&quot;24613&quot;:2084,&quot;30142&quot;:2085,&quot;27762&quot;:2086,&quot;21363&quot;:2087,&quot;23241&quot;:2088,&quot;32423&quot;:2089,&quot;25380&quot;:2090,&quot;12047&quot;:2091,&quot;20960&quot;:2091,&quot;33034&quot;:2092,&quot;12080&quot;:2093,&quot;24049&quot;:2093,&quot;34015&quot;:2094,&quot;25216&quot;:2095,&quot;20864&quot;:2096,&quot;23395&quot;:2097,&quot;20238&quot;:2098,&quot;31085&quot;:2099,&quot;21058&quot;:2100,&quot;24760&quot;:2101,&quot;27982&quot;:2102,&quot;23492&quot;:2103,&quot;23490&quot;:2104,&quot;35745&quot;:2105,&quot;35760&quot;:2106,&quot;26082&quot;:2107,&quot;24524&quot;:2108,&quot;38469&quot;:2109,&quot;22931&quot;:2110,&quot;32487&quot;:2111,&quot;32426&quot;:2112,&quot;22025&quot;:2113,&quot;26551&quot;:2114,&quot;22841&quot;:2115,&quot;20339&quot;:2116,&quot;23478&quot;:2117,&quot;21152&quot;:2118,&quot;33626&quot;:2119,&quot;39050&quot;:2120,&quot;36158&quot;:2121,&quot;30002&quot;:2122,&quot;38078&quot;:2123,&quot;20551&quot;:2124,&quot;31292&quot;:2125,&quot;20215&quot;:2126,&quot;26550&quot;:2127,&quot;39550&quot;:2128,&quot;23233&quot;:2129,&quot;27516&quot;:2130,&quot;30417&quot;:2131,&quot;22362&quot;:2132,&quot;23574&quot;:2133,&quot;31546&quot;:2134,&quot;38388&quot;:2135,&quot;29006&quot;:2136,&quot;20860&quot;:2137,&quot;32937&quot;:2138,&quot;33392&quot;:2139,&quot;22904&quot;:2140,&quot;32516&quot;:2141,&quot;33575&quot;:2142,&quot;26816&quot;:2143,&quot;26604&quot;:2144,&quot;30897&quot;:2145,&quot;30839&quot;:2146,&quot;25315&quot;:2147,&quot;25441&quot;:2148,&quot;31616&quot;:2149,&quot;20461&quot;:2150,&quot;21098&quot;:2151,&quot;20943&quot;:2152,&quot;33616&quot;:2153,&quot;27099&quot;:2154,&quot;37492&quot;:2155,&quot;36341&quot;:2156,&quot;36145&quot;:2157,&quot;35265&quot;:2158,&quot;38190&quot;:2159,&quot;31661&quot;:2160,&quot;20214&quot;:2161,&quot;20581&quot;:2162,&quot;33328&quot;:2163,&quot;21073&quot;:2164,&quot;39279&quot;:2165,&quot;28176&quot;:2166,&quot;28293&quot;:2167,&quot;28071&quot;:2168,&quot;24314&quot;:2169,&quot;20725&quot;:2170,&quot;23004&quot;:2171,&quot;23558&quot;:2172,&quot;27974&quot;:2173,&quot;27743&quot;:2174,&quot;30086&quot;:2175,&quot;33931&quot;:2176,&quot;26728&quot;:2177,&quot;22870&quot;:2178,&quot;35762&quot;:2179,&quot;21280&quot;:2180,&quot;37233&quot;:2181,&quot;38477&quot;:2182,&quot;34121&quot;:2183,&quot;26898&quot;:2184,&quot;30977&quot;:2185,&quot;28966&quot;:2186,&quot;33014&quot;:2187,&quot;20132&quot;:2188,&quot;37066&quot;:2189,&quot;27975&quot;:2190,&quot;39556&quot;:2191,&quot;23047&quot;:2192,&quot;22204&quot;:2193,&quot;25605&quot;:2194,&quot;38128&quot;:2195,&quot;30699&quot;:2196,&quot;20389&quot;:2197,&quot;33050&quot;:2198,&quot;29409&quot;:2199,&quot;12179&quot;:2200,&quot;35282&quot;:2200,&quot;39290&quot;:2201,&quot;32564&quot;:2202,&quot;32478&quot;:2203,&quot;21119&quot;:2204,&quot;25945&quot;:2205,&quot;37237&quot;:2206,&quot;36735&quot;:2207,&quot;36739&quot;:2208,&quot;21483&quot;:2209,&quot;31382&quot;:2210,&quot;25581&quot;:2211,&quot;25509&quot;:2212,&quot;30342&quot;:2213,&quot;31224&quot;:2214,&quot;34903&quot;:2215,&quot;38454&quot;:2216,&quot;25130&quot;:2217,&quot;21163&quot;:2218,&quot;33410&quot;:2219,&quot;26708&quot;:2220,&quot;26480&quot;:2221,&quot;25463&quot;:2222,&quot;30571&quot;:2223,&quot;31469&quot;:2224,&quot;27905&quot;:2225,&quot;32467&quot;:2226,&quot;35299&quot;:2227,&quot;22992&quot;:2228,&quot;25106&quot;:2229,&quot;34249&quot;:2230,&quot;33445&quot;:2231,&quot;30028&quot;:2232,&quot;20511&quot;:2233,&quot;20171&quot;:2234,&quot;30117&quot;:2235,&quot;35819&quot;:2236,&quot;23626&quot;:2237,&quot;12081&quot;:2238,&quot;24062&quot;:2238,&quot;31563&quot;:2239,&quot;12100&quot;:2240,&quot;26020&quot;:2240,&quot;12198&quot;:2241,&quot;37329&quot;:2241,&quot;20170&quot;:2242,&quot;27941&quot;:2243,&quot;35167&quot;:2244,&quot;32039&quot;:2245,&quot;38182&quot;:2246,&quot;20165&quot;:2247,&quot;35880&quot;:2248,&quot;36827&quot;:2249,&quot;38771&quot;:2250,&quot;26187&quot;:2251,&quot;31105&quot;:2252,&quot;36817&quot;:2253,&quot;28908&quot;:2254,&quot;28024&quot;:2255,&quot;23613&quot;:2256,&quot;21170&quot;:2257,&quot;33606&quot;:2258,&quot;20834&quot;:2259,&quot;33550&quot;:2260,&quot;30555&quot;:2261,&quot;26230&quot;:2262,&quot;40120&quot;:2263,&quot;20140&quot;:2264,&quot;24778&quot;:2265,&quot;31934&quot;:2266,&quot;31923&quot;:2267,&quot;32463&quot;:2268,&quot;20117&quot;:2269,&quot;35686&quot;:2270,&quot;26223&quot;:2271,&quot;39048&quot;:2272,&quot;38745&quot;:2273,&quot;22659&quot;:2274,&quot;25964&quot;:2275,&quot;38236&quot;:2276,&quot;24452&quot;:2277,&quot;30153&quot;:2278,&quot;38742&quot;:2279,&quot;31455&quot;:2280,&quot;31454&quot;:2281,&quot;20928&quot;:2282,&quot;28847&quot;:2283,&quot;31384&quot;:2284,&quot;25578&quot;:2285,&quot;31350&quot;:2286,&quot;32416&quot;:2287,&quot;29590&quot;:2288,&quot;12210&quot;:2289,&quot;38893&quot;:2289,&quot;20037&quot;:2290,&quot;28792&quot;:2291,&quot;20061&quot;:2292,&quot;37202&quot;:2293,&quot;21417&quot;:2294,&quot;25937&quot;:2295,&quot;26087&quot;:2296,&quot;12165&quot;:2297,&quot;33276&quot;:2297,&quot;33285&quot;:2298,&quot;21646&quot;:2299,&quot;23601&quot;:2300,&quot;30106&quot;:2301,&quot;38816&quot;:2302,&quot;25304&quot;:2303,&quot;29401&quot;:2304,&quot;30141&quot;:2305,&quot;23621&quot;:2306,&quot;39545&quot;:2307,&quot;33738&quot;:2308,&quot;23616&quot;:2309,&quot;21632&quot;:2310,&quot;30697&quot;:2311,&quot;20030&quot;:2312,&quot;27822&quot;:2313,&quot;32858&quot;:2314,&quot;25298&quot;:2315,&quot;25454&quot;:2316,&quot;24040&quot;:2317,&quot;20855&quot;:2318,&quot;36317&quot;:2319,&quot;36382&quot;:2320,&quot;38191&quot;:2321,&quot;20465&quot;:2322,&quot;21477&quot;:2323,&quot;24807&quot;:2324,&quot;28844&quot;:2325,&quot;21095&quot;:2326,&quot;25424&quot;:2327,&quot;40515&quot;:2328,&quot;23071&quot;:2329,&quot;20518&quot;:2330,&quot;30519&quot;:2331,&quot;21367&quot;:2332,&quot;32482&quot;:2333,&quot;25733&quot;:2334,&quot;25899&quot;:2335,&quot;25225&quot;:2336,&quot;25496&quot;:2337,&quot;20500&quot;:2338,&quot;29237&quot;:2339,&quot;35273&quot;:2340,&quot;20915&quot;:2341,&quot;35776&quot;:2342,&quot;32477&quot;:2343,&quot;22343&quot;:2344,&quot;33740&quot;:2345,&quot;38055&quot;:2346,&quot;20891&quot;:2347,&quot;21531&quot;:2348,&quot;23803&quot;:2349,&quot;20426&quot;:2350,&quot;31459&quot;:2351,&quot;27994&quot;:2352,&quot;37089&quot;:2353,&quot;39567&quot;:2354,&quot;21888&quot;:2355,&quot;21654&quot;:2356,&quot;21345&quot;:2357,&quot;21679&quot;:2358,&quot;24320&quot;:2359,&quot;25577&quot;:2360,&quot;26999&quot;:2361,&quot;20975&quot;:2362,&quot;24936&quot;:2363,&quot;21002&quot;:2364,&quot;22570&quot;:2365,&quot;21208&quot;:2366,&quot;22350&quot;:2367,&quot;30733&quot;:2368,&quot;30475&quot;:2369,&quot;24247&quot;:2370,&quot;24951&quot;:2371,&quot;31968&quot;:2372,&quot;25179&quot;:2373,&quot;25239&quot;:2374,&quot;20130&quot;:2375,&quot;28821&quot;:2376,&quot;32771&quot;:2377,&quot;25335&quot;:2378,&quot;28900&quot;:2379,&quot;38752&quot;:2380,&quot;22391&quot;:2381,&quot;33499&quot;:2382,&quot;26607&quot;:2383,&quot;26869&quot;:2384,&quot;30933&quot;:2385,&quot;39063&quot;:2386,&quot;31185&quot;:2387,&quot;22771&quot;:2388,&quot;21683&quot;:2389,&quot;21487&quot;:2390,&quot;28212&quot;:2391,&quot;20811&quot;:2392,&quot;21051&quot;:2393,&quot;23458&quot;:2394,&quot;35838&quot;:2395,&quot;32943&quot;:2396,&quot;21827&quot;:2397,&quot;22438&quot;:2398,&quot;24691&quot;:2399,&quot;22353&quot;:2400,&quot;21549&quot;:2401,&quot;31354&quot;:2402,&quot;24656&quot;:2403,&quot;23380&quot;:2404,&quot;25511&quot;:2405,&quot;25248&quot;:2406,&quot;12061&quot;:2407,&quot;21475&quot;:2407,&quot;25187&quot;:2408,&quot;23495&quot;:2409,&quot;26543&quot;:2410,&quot;21741&quot;:2411,&quot;31391&quot;:2412,&quot;33510&quot;:2413,&quot;37239&quot;:2414,&quot;24211&quot;:2415,&quot;35044&quot;:2416,&quot;22840&quot;:2417,&quot;22446&quot;:2418,&quot;25358&quot;:2419,&quot;36328&quot;:2420,&quot;33007&quot;:2421,&quot;22359&quot;:2422,&quot;31607&quot;:2423,&quot;20393&quot;:2424,&quot;24555&quot;:2425,&quot;23485&quot;:2426,&quot;27454&quot;:2427,&quot;21281&quot;:2428,&quot;31568&quot;:2429,&quot;29378&quot;:2430,&quot;26694&quot;:2431,&quot;30719&quot;:2432,&quot;30518&quot;:2433,&quot;26103&quot;:2434,&quot;20917&quot;:2435,&quot;20111&quot;:2436,&quot;30420&quot;:2437,&quot;23743&quot;:2438,&quot;31397&quot;:2439,&quot;33909&quot;:2440,&quot;22862&quot;:2441,&quot;39745&quot;:2442,&quot;20608&quot;:2443,&quot;39304&quot;:2444,&quot;24871&quot;:2445,&quot;28291&quot;:2446,&quot;22372&quot;:2447,&quot;26118&quot;:2448,&quot;25414&quot;:2449,&quot;22256&quot;:2450,&quot;25324&quot;:2451,&quot;25193&quot;:2452,&quot;24275&quot;:2453,&quot;38420&quot;:2454,&quot;22403&quot;:2455,&quot;25289&quot;:2456,&quot;21895&quot;:2457,&quot;34593&quot;:2458,&quot;33098&quot;:2459,&quot;36771&quot;:2460,&quot;21862&quot;:2461,&quot;33713&quot;:2462,&quot;26469&quot;:2463,&quot;36182&quot;:2464,&quot;34013&quot;:2465,&quot;23146&quot;:2466,&quot;26639&quot;:2467,&quot;25318&quot;:2468,&quot;31726&quot;:2469,&quot;38417&quot;:2470,&quot;20848&quot;:2471,&quot;28572&quot;:2472,&quot;35888&quot;:2473,&quot;25597&quot;:2474,&quot;35272&quot;:2475,&quot;25042&quot;:2476,&quot;32518&quot;:2477,&quot;28866&quot;:2478,&quot;28389&quot;:2479,&quot;29701&quot;:2480,&quot;27028&quot;:2481,&quot;29436&quot;:2482,&quot;24266&quot;:2483,&quot;37070&quot;:2484,&quot;26391&quot;:2485,&quot;28010&quot;:2486,&quot;25438&quot;:2487,&quot;21171&quot;:2488,&quot;29282&quot;:2489,&quot;12156&quot;:2490,&quot;32769&quot;:2490,&quot;20332&quot;:2491,&quot;23013&quot;:2492,&quot;37226&quot;:2493,&quot;28889&quot;:2494,&quot;28061&quot;:2495,&quot;21202&quot;:2496,&quot;20048&quot;:2497,&quot;38647&quot;:2498,&quot;38253&quot;:2499,&quot;34174&quot;:2500,&quot;30922&quot;:2501,&quot;32047&quot;:2502,&quot;20769&quot;:2503,&quot;22418&quot;:2504,&quot;25794&quot;:2505,&quot;32907&quot;:2506,&quot;31867&quot;:2507,&quot;27882&quot;:2508,&quot;26865&quot;:2509,&quot;26974&quot;:2510,&quot;20919&quot;:2511,&quot;21400&quot;:2512,&quot;26792&quot;:2513,&quot;29313&quot;:2514,&quot;40654&quot;:2515,&quot;31729&quot;:2516,&quot;29432&quot;:2517,&quot;31163&quot;:2518,&quot;28435&quot;:2519,&quot;29702&quot;:2520,&quot;26446&quot;:2521,&quot;12197&quot;:2522,&quot;37324&quot;:2522,&quot;40100&quot;:2523,&quot;31036&quot;:2524,&quot;33673&quot;:2525,&quot;33620&quot;:2526,&quot;21519&quot;:2527,&quot;26647&quot;:2528,&quot;20029&quot;:2529,&quot;21385&quot;:2530,&quot;21169&quot;:2531,&quot;30782&quot;:2532,&quot;21382&quot;:2533,&quot;21033&quot;:2534,&quot;20616&quot;:2535,&quot;20363&quot;:2536,&quot;20432&quot;:2537,&quot;30178&quot;:2538,&quot;12148&quot;:2539,&quot;31435&quot;:2539,&quot;31890&quot;:2540,&quot;27813&quot;:2541,&quot;12202&quot;:2542,&quot;38582&quot;:2542,&quot;12050&quot;:2543,&quot;21147&quot;:2543,&quot;29827&quot;:2544,&quot;21737&quot;:2545,&quot;20457&quot;:2546,&quot;32852&quot;:2547,&quot;33714&quot;:2548,&quot;36830&quot;:2549,&quot;38256&quot;:2550,&quot;24265&quot;:2551,&quot;24604&quot;:2552,&quot;28063&quot;:2553,&quot;24088&quot;:2554,&quot;25947&quot;:2555,&quot;33080&quot;:2556,&quot;38142&quot;:2557,&quot;24651&quot;:2558,&quot;28860&quot;:2559,&quot;32451&quot;:2560,&quot;31918&quot;:2561,&quot;20937&quot;:2562,&quot;63865&quot;:2562,&quot;26753&quot;:2563,&quot;31921&quot;:2564,&quot;33391&quot;:2565,&quot;20004&quot;:2566,&quot;36742&quot;:2567,&quot;37327&quot;:2568,&quot;26238&quot;:2569,&quot;20142&quot;:2570,&quot;35845&quot;:2571,&quot;25769&quot;:2572,&quot;32842&quot;:2573,&quot;20698&quot;:2574,&quot;30103&quot;:2575,&quot;29134&quot;:2576,&quot;23525&quot;:2577,&quot;36797&quot;:2578,&quot;28518&quot;:2579,&quot;20102&quot;:2580,&quot;25730&quot;:2581,&quot;38243&quot;:2582,&quot;24278&quot;:2583,&quot;26009&quot;:2584,&quot;21015&quot;:2585,&quot;35010&quot;:2586,&quot;28872&quot;:2587,&quot;21155&quot;:2588,&quot;29454&quot;:2589,&quot;29747&quot;:2590,&quot;26519&quot;:2591,&quot;30967&quot;:2592,&quot;38678&quot;:2593,&quot;20020&quot;:2594,&quot;37051&quot;:2595,&quot;40158&quot;:2596,&quot;28107&quot;:2597,&quot;20955&quot;:2598,&quot;36161&quot;:2599,&quot;21533&quot;:2600,&quot;25294&quot;:2601,&quot;29618&quot;:2602,&quot;33777&quot;:2603,&quot;38646&quot;:2604,&quot;40836&quot;:2605,&quot;38083&quot;:2606,&quot;20278&quot;:2607,&quot;32666&quot;:2608,&quot;20940&quot;:2609,&quot;28789&quot;:2610,&quot;38517&quot;:2611,&quot;23725&quot;:2612,&quot;39046&quot;:2613,&quot;21478&quot;:2614,&quot;20196&quot;:2615,&quot;28316&quot;:2616,&quot;29705&quot;:2617,&quot;27060&quot;:2618,&quot;30827&quot;:2619,&quot;39311&quot;:2620,&quot;30041&quot;:2621,&quot;21016&quot;:2622,&quot;30244&quot;:2623,&quot;27969&quot;:2624,&quot;26611&quot;:2625,&quot;20845&quot;:2626,&quot;40857&quot;:2627,&quot;32843&quot;:2628,&quot;21657&quot;:2629,&quot;31548&quot;:2630,&quot;31423&quot;:2631,&quot;38534&quot;:2632,&quot;22404&quot;:2633,&quot;25314&quot;:2634,&quot;38471&quot;:2635,&quot;27004&quot;:2636,&quot;23044&quot;:2637,&quot;25602&quot;:2638,&quot;31699&quot;:2639,&quot;28431&quot;:2640,&quot;38475&quot;:2641,&quot;33446&quot;:2642,&quot;21346&quot;:2643,&quot;39045&quot;:2644,&quot;24208&quot;:2645,&quot;28809&quot;:2646,&quot;25523&quot;:2647,&quot;21348&quot;:2648,&quot;34383&quot;:2649,&quot;40065&quot;:2650,&quot;40595&quot;:2651,&quot;30860&quot;:2652,&quot;38706&quot;:2653,&quot;36335&quot;:2654,&quot;36162&quot;:2655,&quot;12229&quot;:2656,&quot;40575&quot;:2656,&quot;28510&quot;:2657,&quot;31108&quot;:2658,&quot;24405&quot;:2659,&quot;38470&quot;:2660,&quot;25134&quot;:2661,&quot;39540&quot;:2662,&quot;21525&quot;:2663,&quot;38109&quot;:2664,&quot;20387&quot;:2665,&quot;26053&quot;:2666,&quot;23653&quot;:2667,&quot;23649&quot;:2668,&quot;32533&quot;:2669,&quot;34385&quot;:2670,&quot;27695&quot;:2671,&quot;24459&quot;:2672,&quot;29575&quot;:2673,&quot;28388&quot;:2674,&quot;32511&quot;:2675,&quot;23782&quot;:2676,&quot;25371&quot;:2677,&quot;23402&quot;:2678,&quot;28390&quot;:2679,&quot;21365&quot;:2680,&quot;20081&quot;:2681,&quot;25504&quot;:2682,&quot;30053&quot;:2683,&quot;25249&quot;:2684,&quot;36718&quot;:2685,&quot;20262&quot;:2686,&quot;20177&quot;:2687,&quot;27814&quot;:2688,&quot;32438&quot;:2689,&quot;35770&quot;:2690,&quot;33821&quot;:2691,&quot;34746&quot;:2692,&quot;32599&quot;:2693,&quot;36923&quot;:2694,&quot;38179&quot;:2695,&quot;31657&quot;:2696,&quot;39585&quot;:2697,&quot;35064&quot;:2698,&quot;33853&quot;:2699,&quot;27931&quot;:2700,&quot;39558&quot;:2701,&quot;32476&quot;:2702,&quot;22920&quot;:2703,&quot;12231&quot;:2704,&quot;40635&quot;:2704,&quot;29595&quot;:2705,&quot;30721&quot;:2706,&quot;34434&quot;:2707,&quot;39532&quot;:2708,&quot;39554&quot;:2709,&quot;22043&quot;:2710,&quot;21527&quot;:2711,&quot;22475&quot;:2712,&quot;20080&quot;:2713,&quot;40614&quot;:2714,&quot;21334&quot;:2715,&quot;36808&quot;:2716,&quot;33033&quot;:2717,&quot;30610&quot;:2718,&quot;39314&quot;:2719,&quot;34542&quot;:2720,&quot;28385&quot;:2721,&quot;34067&quot;:2722,&quot;26364&quot;:2723,&quot;24930&quot;:2724,&quot;28459&quot;:2725,&quot;35881&quot;:2726,&quot;33426&quot;:2727,&quot;33579&quot;:2728,&quot;30450&quot;:2729,&quot;27667&quot;:2730,&quot;24537&quot;:2731,&quot;33725&quot;:2732,&quot;29483&quot;:2733,&quot;33541&quot;:2734,&quot;38170&quot;:2735,&quot;12113&quot;:2736,&quot;27611&quot;:2736,&quot;12141&quot;:2737,&quot;30683&quot;:2737,&quot;38086&quot;:2738,&quot;21359&quot;:2739,&quot;33538&quot;:2740,&quot;20882&quot;:2741,&quot;24125&quot;:2742,&quot;35980&quot;:2743,&quot;36152&quot;:2744,&quot;20040&quot;:2745,&quot;29611&quot;:2746,&quot;26522&quot;:2747,&quot;26757&quot;:2748,&quot;37238&quot;:2749,&quot;38665&quot;:2750,&quot;29028&quot;:2751,&quot;27809&quot;:2752,&quot;30473&quot;:2753,&quot;23186&quot;:2754,&quot;38209&quot;:2755,&quot;27599&quot;:2756,&quot;32654&quot;:2757,&quot;26151&quot;:2758,&quot;23504&quot;:2759,&quot;22969&quot;:2760,&quot;23194&quot;:2761,&quot;38376&quot;:2762,&quot;38391&quot;:2763,&quot;20204&quot;:2764,&quot;33804&quot;:2765,&quot;33945&quot;:2766,&quot;27308&quot;:2767,&quot;30431&quot;:2768,&quot;38192&quot;:2769,&quot;29467&quot;:2770,&quot;26790&quot;:2771,&quot;23391&quot;:2772,&quot;30511&quot;:2773,&quot;37274&quot;:2774,&quot;38753&quot;:2775,&quot;31964&quot;:2776,&quot;36855&quot;:2777,&quot;35868&quot;:2778,&quot;24357&quot;:2779,&quot;12150&quot;:2780,&quot;31859&quot;:2780,&quot;31192&quot;:2781,&quot;35269&quot;:2782,&quot;27852&quot;:2783,&quot;34588&quot;:2784,&quot;23494&quot;:2785,&quot;24130&quot;:2786,&quot;26825&quot;:2787,&quot;30496&quot;:2788,&quot;32501&quot;:2789,&quot;20885&quot;:2790,&quot;20813&quot;:2791,&quot;21193&quot;:2792,&quot;23081&quot;:2793,&quot;32517&quot;:2794,&quot;12207&quot;:2795,&quot;38754&quot;:2795,&quot;33495&quot;:2796,&quot;25551&quot;:2797,&quot;30596&quot;:2798,&quot;34256&quot;:2799,&quot;31186&quot;:2800,&quot;28218&quot;:2801,&quot;24217&quot;:2802,&quot;22937&quot;:2803,&quot;34065&quot;:2804,&quot;28781&quot;:2805,&quot;27665&quot;:2806,&quot;25279&quot;:2807,&quot;12139&quot;:2808,&quot;30399&quot;:2808,&quot;25935&quot;:2809,&quot;24751&quot;:2810,&quot;38397&quot;:2811,&quot;26126&quot;:2812,&quot;34719&quot;:2813,&quot;40483&quot;:2814,&quot;38125&quot;:2815,&quot;21517&quot;:2816,&quot;21629&quot;:2817,&quot;35884&quot;:2818,&quot;25720&quot;:2819,&quot;25721&quot;:2820,&quot;34321&quot;:2821,&quot;27169&quot;:2822,&quot;33180&quot;:2823,&quot;30952&quot;:2824,&quot;25705&quot;:2825,&quot;39764&quot;:2826,&quot;25273&quot;:2827,&quot;26411&quot;:2828,&quot;33707&quot;:2829,&quot;22696&quot;:2830,&quot;40664&quot;:2831,&quot;27819&quot;:2832,&quot;28448&quot;:2833,&quot;23518&quot;:2834,&quot;38476&quot;:2835,&quot;35851&quot;:2836,&quot;29279&quot;:2837,&quot;26576&quot;:2838,&quot;25287&quot;:2839,&quot;29281&quot;:2840,&quot;20137&quot;:2841,&quot;22982&quot;:2842,&quot;27597&quot;:2843,&quot;22675&quot;:2844,&quot;26286&quot;:2845,&quot;24149&quot;:2846,&quot;21215&quot;:2847,&quot;24917&quot;:2848,&quot;12106&quot;:2849,&quot;26408&quot;:2849,&quot;12140&quot;:2850,&quot;30446&quot;:2850,&quot;30566&quot;:2851,&quot;29287&quot;:2852,&quot;31302&quot;:2853,&quot;25343&quot;:2854,&quot;21738&quot;:2855,&quot;21584&quot;:2856,&quot;38048&quot;:2857,&quot;37027&quot;:2858,&quot;23068&quot;:2859,&quot;32435&quot;:2860,&quot;27670&quot;:2861,&quot;20035&quot;:2862,&quot;22902&quot;:2863,&quot;32784&quot;:2864,&quot;22856&quot;:2865,&quot;21335&quot;:2866,&quot;30007&quot;:2867,&quot;38590&quot;:2868,&quot;22218&quot;:2869,&quot;25376&quot;:2870,&quot;33041&quot;:2871,&quot;24700&quot;:2872,&quot;38393&quot;:2873,&quot;28118&quot;:2874,&quot;21602&quot;:2875,&quot;39297&quot;:2876,&quot;20869&quot;:2877,&quot;23273&quot;:2878,&quot;33021&quot;:2879,&quot;22958&quot;:2880,&quot;38675&quot;:2881,&quot;20522&quot;:2882,&quot;27877&quot;:2883,&quot;23612&quot;:2884,&quot;25311&quot;:2885,&quot;20320&quot;:2886,&quot;21311&quot;:2887,&quot;33147&quot;:2888,&quot;36870&quot;:2889,&quot;28346&quot;:2890,&quot;34091&quot;:2891,&quot;25288&quot;:2892,&quot;24180&quot;:2893,&quot;30910&quot;:2894,&quot;25781&quot;:2895,&quot;25467&quot;:2896,&quot;24565&quot;:2897,&quot;23064&quot;:2898,&quot;37247&quot;:2899,&quot;40479&quot;:2900,&quot;23615&quot;:2901,&quot;25423&quot;:2902,&quot;32834&quot;:2903,&quot;23421&quot;:2904,&quot;21870&quot;:2905,&quot;38218&quot;:2906,&quot;38221&quot;:2907,&quot;28037&quot;:2908,&quot;24744&quot;:2909,&quot;26592&quot;:2910,&quot;29406&quot;:2911,&quot;20957&quot;:2912,&quot;23425&quot;:2913,&quot;25319&quot;:2914,&quot;27870&quot;:2915,&quot;12124&quot;:2916,&quot;29275&quot;:2916,&quot;25197&quot;:2917,&quot;38062&quot;:2918,&quot;32445&quot;:2919,&quot;33043&quot;:2920,&quot;27987&quot;:2921,&quot;20892&quot;:2922,&quot;24324&quot;:2923,&quot;22900&quot;:2924,&quot;21162&quot;:2925,&quot;24594&quot;:2926,&quot;12069&quot;:2927,&quot;22899&quot;:2927,&quot;26262&quot;:2928,&quot;34384&quot;:2929,&quot;30111&quot;:2930,&quot;25386&quot;:2931,&quot;25062&quot;:2932,&quot;31983&quot;:2933,&quot;35834&quot;:2934,&quot;21734&quot;:2935,&quot;27431&quot;:2936,&quot;40485&quot;:2937,&quot;27572&quot;:2938,&quot;34261&quot;:2939,&quot;21589&quot;:2940,&quot;20598&quot;:2941,&quot;27812&quot;:2942,&quot;21866&quot;:2943,&quot;36276&quot;:2944,&quot;29228&quot;:2945,&quot;24085&quot;:2946,&quot;24597&quot;:2947,&quot;29750&quot;:2948,&quot;25293&quot;:2949,&quot;25490&quot;:2950,&quot;29260&quot;:2951,&quot;24472&quot;:2952,&quot;28227&quot;:2953,&quot;27966&quot;:2954,&quot;25856&quot;:2955,&quot;28504&quot;:2956,&quot;30424&quot;:2957,&quot;30928&quot;:2958,&quot;30460&quot;:2959,&quot;30036&quot;:2960,&quot;21028&quot;:2961,&quot;21467&quot;:2962,&quot;20051&quot;:2963,&quot;24222&quot;:2964,&quot;26049&quot;:2965,&quot;32810&quot;:2966,&quot;32982&quot;:2967,&quot;25243&quot;:2968,&quot;21638&quot;:2969,&quot;21032&quot;:2970,&quot;28846&quot;:2971,&quot;34957&quot;:2972,&quot;36305&quot;:2973,&quot;27873&quot;:2974,&quot;21624&quot;:2975,&quot;32986&quot;:2976,&quot;22521&quot;:2977,&quot;35060&quot;:2978,&quot;36180&quot;:2979,&quot;38506&quot;:2980,&quot;37197&quot;:2981,&quot;20329&quot;:2982,&quot;27803&quot;:2983,&quot;21943&quot;:2984,&quot;30406&quot;:2985,&quot;30768&quot;:2986,&quot;25256&quot;:2987,&quot;28921&quot;:2988,&quot;28558&quot;:2989,&quot;24429&quot;:2990,&quot;34028&quot;:2991,&quot;26842&quot;:2992,&quot;30844&quot;:2993,&quot;31735&quot;:2994,&quot;33192&quot;:2995,&quot;26379&quot;:2996,&quot;40527&quot;:2997,&quot;25447&quot;:2998,&quot;30896&quot;:2999,&quot;22383&quot;:3000,&quot;30738&quot;:3001,&quot;38713&quot;:3002,&quot;25209&quot;:3003,&quot;25259&quot;:3004,&quot;21128&quot;:3005,&quot;29749&quot;:3006,&quot;27607&quot;:3007,&quot;21860&quot;:3008,&quot;33086&quot;:3009,&quot;30130&quot;:3010,&quot;12138&quot;:3011,&quot;30382&quot;:3011,&quot;21305&quot;:3012,&quot;30174&quot;:3013,&quot;20731&quot;:3014,&quot;23617&quot;:3015,&quot;35692&quot;:3016,&quot;31687&quot;:3017,&quot;20559&quot;:3018,&quot;12122&quot;:3019,&quot;29255&quot;:3019,&quot;39575&quot;:3020,&quot;39128&quot;:3021,&quot;28418&quot;:3022,&quot;29922&quot;:3023,&quot;31080&quot;:3024,&quot;25735&quot;:3025,&quot;30629&quot;:3026,&quot;25340&quot;:3027,&quot;39057&quot;:3028,&quot;36139&quot;:3029,&quot;21697&quot;:3030,&quot;32856&quot;:3031,&quot;20050&quot;:3032,&quot;22378&quot;:3033,&quot;33529&quot;:3034,&quot;33805&quot;:3035,&quot;24179&quot;:3036,&quot;20973&quot;:3037,&quot;29942&quot;:3038,&quot;35780&quot;:3039,&quot;23631&quot;:3040,&quot;22369&quot;:3041,&quot;27900&quot;:3042,&quot;39047&quot;:3043,&quot;23110&quot;:3044,&quot;30772&quot;:3045,&quot;39748&quot;:3046,&quot;36843&quot;:3047,&quot;31893&quot;:3048,&quot;21078&quot;:3049,&quot;25169&quot;:3050,&quot;38138&quot;:3051,&quot;20166&quot;:3052,&quot;33670&quot;:3053,&quot;33889&quot;:3054,&quot;33769&quot;:3055,&quot;33970&quot;:3056,&quot;22484&quot;:3057,&quot;26420&quot;:3058,&quot;22275&quot;:3059,&quot;26222&quot;:3060,&quot;28006&quot;:3061,&quot;35889&quot;:3062,&quot;26333&quot;:3063,&quot;28689&quot;:3064,&quot;26399&quot;:3065,&quot;27450&quot;:3066,&quot;26646&quot;:3067,&quot;25114&quot;:3068,&quot;22971&quot;:3069,&quot;19971&quot;:3070,&quot;20932&quot;:3071,&quot;28422&quot;:3072,&quot;26578&quot;:3073,&quot;27791&quot;:3074,&quot;20854&quot;:3075,&quot;26827&quot;:3076,&quot;22855&quot;:3077,&quot;27495&quot;:3078,&quot;30054&quot;:3079,&quot;23822&quot;:3080,&quot;33040&quot;:3081,&quot;40784&quot;:3082,&quot;26071&quot;:3083,&quot;31048&quot;:3084,&quot;31041&quot;:3085,&quot;39569&quot;:3086,&quot;36215&quot;:3087,&quot;23682&quot;:3088,&quot;20062&quot;:3089,&quot;20225&quot;:3090,&quot;21551&quot;:3091,&quot;22865&quot;:3092,&quot;30732&quot;:3093,&quot;22120&quot;:3094,&quot;12115&quot;:3095,&quot;27668&quot;:3095,&quot;36804&quot;:3096,&quot;24323&quot;:3097,&quot;27773&quot;:3098,&quot;27875&quot;:3099,&quot;35755&quot;:3100,&quot;25488&quot;:3101,&quot;24688&quot;:3102,&quot;27965&quot;:3103,&quot;29301&quot;:3104,&quot;25190&quot;:3105,&quot;38030&quot;:3106,&quot;38085&quot;:3107,&quot;21315&quot;:3108,&quot;36801&quot;:3109,&quot;31614&quot;:3110,&quot;20191&quot;:3111,&quot;35878&quot;:3112,&quot;20094&quot;:3113,&quot;40660&quot;:3114,&quot;38065&quot;:3115,&quot;38067&quot;:3116,&quot;21069&quot;:3117,&quot;28508&quot;:3118,&quot;36963&quot;:3119,&quot;27973&quot;:3120,&quot;35892&quot;:3121,&quot;22545&quot;:3122,&quot;23884&quot;:3123,&quot;12107&quot;:3124,&quot;27424&quot;:3124,&quot;27465&quot;:3125,&quot;26538&quot;:3126,&quot;21595&quot;:3127,&quot;33108&quot;:3128,&quot;32652&quot;:3129,&quot;22681&quot;:3130,&quot;34103&quot;:3131,&quot;24378&quot;:3132,&quot;25250&quot;:3133,&quot;27207&quot;:3134,&quot;38201&quot;:3135,&quot;25970&quot;:3136,&quot;24708&quot;:3137,&quot;26725&quot;:3138,&quot;30631&quot;:3139,&quot;20052&quot;:3140,&quot;20392&quot;:3141,&quot;24039&quot;:3142,&quot;38808&quot;:3143,&quot;25772&quot;:3144,&quot;32728&quot;:3145,&quot;23789&quot;:3146,&quot;20431&quot;:3147,&quot;31373&quot;:3148,&quot;20999&quot;:3149,&quot;33540&quot;:3150,&quot;19988&quot;:3151,&quot;24623&quot;:3152,&quot;31363&quot;:3153,&quot;38054&quot;:3154,&quot;20405&quot;:3155,&quot;20146&quot;:3156,&quot;31206&quot;:3157,&quot;29748&quot;:3158,&quot;21220&quot;:3159,&quot;33465&quot;:3160,&quot;25810&quot;:3161,&quot;31165&quot;:3162,&quot;23517&quot;:3163,&quot;27777&quot;:3164,&quot;38738&quot;:3165,&quot;36731&quot;:3166,&quot;27682&quot;:3167,&quot;20542&quot;:3168,&quot;21375&quot;:3169,&quot;28165&quot;:3170,&quot;25806&quot;:3171,&quot;26228&quot;:3172,&quot;27696&quot;:3173,&quot;24773&quot;:3174,&quot;39031&quot;:3175,&quot;35831&quot;:3176,&quot;24198&quot;:3177,&quot;29756&quot;:3178,&quot;31351&quot;:3179,&quot;31179&quot;:3180,&quot;19992&quot;:3181,&quot;37041&quot;:3182,&quot;29699&quot;:3183,&quot;27714&quot;:3184,&quot;22234&quot;:3185,&quot;37195&quot;:3186,&quot;27845&quot;:3187,&quot;36235&quot;:3188,&quot;21306&quot;:3189,&quot;34502&quot;:3190,&quot;26354&quot;:3191,&quot;36527&quot;:3192,&quot;23624&quot;:3193,&quot;39537&quot;:3194,&quot;28192&quot;:3195,&quot;21462&quot;:3196,&quot;23094&quot;:3197,&quot;40843&quot;:3198,&quot;36259&quot;:3199,&quot;21435&quot;:3200,&quot;22280&quot;:3201,&quot;39079&quot;:3202,&quot;26435&quot;:3203,&quot;37275&quot;:3204,&quot;27849&quot;:3205,&quot;20840&quot;:3206,&quot;30154&quot;:3207,&quot;25331&quot;:3208,&quot;12125&quot;:3209,&quot;29356&quot;:3209,&quot;21048&quot;:3210,&quot;21149&quot;:3211,&quot;32570&quot;:3212,&quot;28820&quot;:3213,&quot;30264&quot;:3214,&quot;21364&quot;:3215,&quot;40522&quot;:3216,&quot;27063&quot;:3217,&quot;30830&quot;:3218,&quot;38592&quot;:3219,&quot;35033&quot;:3220,&quot;32676&quot;:3221,&quot;28982&quot;:3222,&quot;29123&quot;:3223,&quot;20873&quot;:3224,&quot;26579&quot;:3225,&quot;29924&quot;:3226,&quot;22756&quot;:3227,&quot;25880&quot;:3228,&quot;22199&quot;:3229,&quot;35753&quot;:3230,&quot;39286&quot;:3231,&quot;25200&quot;:3232,&quot;32469&quot;:3233,&quot;24825&quot;:3234,&quot;28909&quot;:3235,&quot;22764&quot;:3236,&quot;20161&quot;:3237,&quot;12040&quot;:3238,&quot;20154&quot;:3238,&quot;24525&quot;:3239,&quot;38887&quot;:3240,&quot;20219&quot;:3241,&quot;35748&quot;:3242,&quot;20995&quot;:3243,&quot;22922&quot;:3244,&quot;32427&quot;:3245,&quot;25172&quot;:3246,&quot;20173&quot;:3247,&quot;12103&quot;:3248,&quot;26085&quot;:3248,&quot;25102&quot;:3249,&quot;33592&quot;:3250,&quot;33993&quot;:3251,&quot;33635&quot;:3252,&quot;34701&quot;:3253,&quot;29076&quot;:3254,&quot;28342&quot;:3255,&quot;23481&quot;:3256,&quot;32466&quot;:3257,&quot;20887&quot;:3258,&quot;25545&quot;:3259,&quot;26580&quot;:3260,&quot;12161&quot;:3261,&quot;32905&quot;:3261,&quot;33593&quot;:3262,&quot;34837&quot;:3263,&quot;20754&quot;:3264,&quot;23418&quot;:3265,&quot;22914&quot;:3266,&quot;36785&quot;:3267,&quot;20083&quot;:3268,&quot;27741&quot;:3269,&quot;12042&quot;:3270,&quot;20837&quot;:3270,&quot;35109&quot;:3271,&quot;36719&quot;:3272,&quot;38446&quot;:3273,&quot;34122&quot;:3274,&quot;29790&quot;:3275,&quot;38160&quot;:3276,&quot;38384&quot;:3277,&quot;28070&quot;:3278,&quot;33509&quot;:3279,&quot;24369&quot;:3280,&quot;25746&quot;:3281,&quot;27922&quot;:3282,&quot;33832&quot;:3283,&quot;33134&quot;:3284,&quot;40131&quot;:3285,&quot;22622&quot;:3286,&quot;36187&quot;:3287,&quot;19977&quot;:3288,&quot;21441&quot;:3289,&quot;20254&quot;:3290,&quot;25955&quot;:3291,&quot;26705&quot;:3292,&quot;21971&quot;:3293,&quot;20007&quot;:3294,&quot;25620&quot;:3295,&quot;39578&quot;:3296,&quot;25195&quot;:3297,&quot;23234&quot;:3298,&quot;29791&quot;:3299,&quot;12170&quot;:3300,&quot;33394&quot;:3300,&quot;28073&quot;:3301,&quot;26862&quot;:3302,&quot;20711&quot;:3303,&quot;33678&quot;:3304,&quot;30722&quot;:3305,&quot;26432&quot;:3306,&quot;21049&quot;:3307,&quot;27801&quot;:3308,&quot;32433&quot;:3309,&quot;20667&quot;:3310,&quot;21861&quot;:3311,&quot;29022&quot;:3312,&quot;31579&quot;:3313,&quot;26194&quot;:3314,&quot;29642&quot;:3315,&quot;33515&quot;:3316,&quot;26441&quot;:3317,&quot;12077&quot;:3318,&quot;23665&quot;:3318,&quot;21024&quot;:3319,&quot;29053&quot;:3320,&quot;34923&quot;:3321,&quot;38378&quot;:3322,&quot;38485&quot;:3323,&quot;25797&quot;:3324,&quot;36193&quot;:3325,&quot;33203&quot;:3326,&quot;21892&quot;:3327,&quot;27733&quot;:3328,&quot;25159&quot;:3329,&quot;32558&quot;:3330,&quot;22674&quot;:3331,&quot;20260&quot;:3332,&quot;21830&quot;:3333,&quot;36175&quot;:3334,&quot;26188&quot;:3335,&quot;19978&quot;:3336,&quot;23578&quot;:3337,&quot;35059&quot;:3338,&quot;26786&quot;:3339,&quot;25422&quot;:3340,&quot;31245&quot;:3341,&quot;28903&quot;:3342,&quot;33421&quot;:3343,&quot;21242&quot;:3344,&quot;38902&quot;:3345,&quot;23569&quot;:3346,&quot;21736&quot;:3347,&quot;37045&quot;:3348,&quot;32461&quot;:3349,&quot;22882&quot;:3350,&quot;36170&quot;:3351,&quot;34503&quot;:3352,&quot;12166&quot;:3353,&quot;33292&quot;:3353,&quot;33293&quot;:3354,&quot;36198&quot;:3355,&quot;25668&quot;:3356,&quot;23556&quot;:3357,&quot;24913&quot;:3358,&quot;28041&quot;:3359,&quot;31038&quot;:3360,&quot;35774&quot;:3361,&quot;30775&quot;:3362,&quot;30003&quot;:3363,&quot;21627&quot;:3364,&quot;20280&quot;:3365,&quot;12189&quot;:3366,&quot;36523&quot;:3366,&quot;28145&quot;:3367,&quot;23072&quot;:3368,&quot;32453&quot;:3369,&quot;31070&quot;:3370,&quot;27784&quot;:3371,&quot;23457&quot;:3372,&quot;23158&quot;:3373,&quot;29978&quot;:3374,&quot;32958&quot;:3375,&quot;24910&quot;:3376,&quot;28183&quot;:3377,&quot;22768&quot;:3378,&quot;12131&quot;:3379,&quot;29983&quot;:3379,&quot;29989&quot;:3380,&quot;29298&quot;:3381,&quot;21319&quot;:3382,&quot;32499&quot;:3383,&quot;30465&quot;:3384,&quot;30427&quot;:3385,&quot;21097&quot;:3386,&quot;32988&quot;:3387,&quot;22307&quot;:3388,&quot;24072&quot;:3389,&quot;22833&quot;:3390,&quot;29422&quot;:3391,&quot;26045&quot;:3392,&quot;28287&quot;:3393,&quot;35799&quot;:3394,&quot;12075&quot;:3395,&quot;23608&quot;:3395,&quot;34417&quot;:3396,&quot;12055&quot;:3397,&quot;21313&quot;:3397,&quot;12143&quot;:3398,&quot;30707&quot;:3398,&quot;25342&quot;:3399,&quot;26102&quot;:3400,&quot;20160&quot;:3401,&quot;12215&quot;:3402,&quot;39135&quot;:3402,&quot;34432&quot;:3403,&quot;23454&quot;:3404,&quot;35782&quot;:3405,&quot;21490&quot;:3406,&quot;12142&quot;:3407,&quot;30690&quot;:3407,&quot;20351&quot;:3408,&quot;23630&quot;:3409,&quot;39542&quot;:3410,&quot;22987&quot;:3411,&quot;24335&quot;:3412,&quot;12144&quot;:3413,&quot;31034&quot;:3413,&quot;12064&quot;:3414,&quot;22763&quot;:3414,&quot;19990&quot;:3415,&quot;26623&quot;:3416,&quot;20107&quot;:3417,&quot;25325&quot;:3418,&quot;35475&quot;:3419,&quot;36893&quot;:3420,&quot;21183&quot;:3421,&quot;26159&quot;:3422,&quot;21980&quot;:3423,&quot;22124&quot;:3424,&quot;36866&quot;:3425,&quot;20181&quot;:3426,&quot;20365&quot;:3427,&quot;37322&quot;:3428,&quot;39280&quot;:3429,&quot;12114&quot;:3430,&quot;27663&quot;:3430,&quot;24066&quot;:3431,&quot;24643&quot;:3432,&quot;23460&quot;:3433,&quot;35270&quot;:3434,&quot;35797&quot;:3435,&quot;25910&quot;:3436,&quot;12095&quot;:3437,&quot;25163&quot;:3437,&quot;12216&quot;:3438,&quot;39318&quot;:3438,&quot;23432&quot;:3439,&quot;23551&quot;:3440,&quot;25480&quot;:3441,&quot;21806&quot;:3442,&quot;21463&quot;:3443,&quot;30246&quot;:3444,&quot;20861&quot;:3445,&quot;34092&quot;:3446,&quot;26530&quot;:3447,&quot;26803&quot;:3448,&quot;27530&quot;:3449,&quot;25234&quot;:3450,&quot;36755&quot;:3451,&quot;21460&quot;:3452,&quot;33298&quot;:3453,&quot;28113&quot;:3454,&quot;30095&quot;:3455,&quot;20070&quot;:3456,&quot;36174&quot;:3457,&quot;23408&quot;:3458,&quot;29087&quot;:3459,&quot;34223&quot;:3460,&quot;26257&quot;:3461,&quot;26329&quot;:3462,&quot;32626&quot;:3463,&quot;34560&quot;:3464,&quot;12233&quot;:3465,&quot;40653&quot;:3465,&quot;12239&quot;:3466,&quot;40736&quot;:3466,&quot;23646&quot;:3467,&quot;26415&quot;:3468,&quot;36848&quot;:3469,&quot;26641&quot;:3470,&quot;26463&quot;:3471,&quot;25101&quot;:3472,&quot;31446&quot;:3473,&quot;22661&quot;:3474,&quot;24246&quot;:3475,&quot;25968&quot;:3476,&quot;28465&quot;:3477,&quot;24661&quot;:3478,&quot;21047&quot;:3479,&quot;32781&quot;:3480,&quot;25684&quot;:3481,&quot;34928&quot;:3482,&quot;29993&quot;:3483,&quot;24069&quot;:3484,&quot;26643&quot;:3485,&quot;25332&quot;:3486,&quot;38684&quot;:3487,&quot;21452&quot;:3488,&quot;29245&quot;:3489,&quot;35841&quot;:3490,&quot;12116&quot;:3491,&quot;27700&quot;:3491,&quot;30561&quot;:3492,&quot;31246&quot;:3493,&quot;21550&quot;:3494,&quot;30636&quot;:3495,&quot;39034&quot;:3496,&quot;33308&quot;:3497,&quot;35828&quot;:3498,&quot;30805&quot;:3499,&quot;26388&quot;:3500,&quot;28865&quot;:3501,&quot;26031&quot;:3502,&quot;25749&quot;:3503,&quot;22070&quot;:3504,&quot;24605&quot;:3505,&quot;31169&quot;:3506,&quot;21496&quot;:3507,&quot;19997&quot;:3508,&quot;27515&quot;:3509,&quot;32902&quot;:3510,&quot;23546&quot;:3511,&quot;21987&quot;:3512,&quot;22235&quot;:3513,&quot;20282&quot;:3514,&quot;20284&quot;:3515,&quot;39282&quot;:3516,&quot;24051&quot;:3517,&quot;26494&quot;:3518,&quot;32824&quot;:3519,&quot;24578&quot;:3520,&quot;39042&quot;:3521,&quot;36865&quot;:3522,&quot;23435&quot;:3523,&quot;35772&quot;:3524,&quot;35829&quot;:3525,&quot;25628&quot;:3526,&quot;33368&quot;:3527,&quot;25822&quot;:3528,&quot;22013&quot;:3529,&quot;33487&quot;:3530,&quot;37221&quot;:3531,&quot;20439&quot;:3532,&quot;32032&quot;:3533,&quot;36895&quot;:3534,&quot;31903&quot;:3535,&quot;20723&quot;:3536,&quot;22609&quot;:3537,&quot;28335&quot;:3538,&quot;23487&quot;:3539,&quot;35785&quot;:3540,&quot;32899&quot;:3541,&quot;37240&quot;:3542,&quot;33948&quot;:3543,&quot;31639&quot;:3544,&quot;34429&quot;:3545,&quot;38539&quot;:3546,&quot;38543&quot;:3547,&quot;32485&quot;:3548,&quot;39635&quot;:3549,&quot;30862&quot;:3550,&quot;23681&quot;:3551,&quot;31319&quot;:3552,&quot;36930&quot;:3553,&quot;38567&quot;:3554,&quot;31071&quot;:3555,&quot;23385&quot;:3556,&quot;25439&quot;:3557,&quot;31499&quot;:3558,&quot;34001&quot;:3559,&quot;26797&quot;:3560,&quot;21766&quot;:3561,&quot;32553&quot;:3562,&quot;29712&quot;:3563,&quot;32034&quot;:3564,&quot;38145&quot;:3565,&quot;25152&quot;:3566,&quot;22604&quot;:3567,&quot;20182&quot;:3568,&quot;23427&quot;:3569,&quot;22905&quot;:3570,&quot;22612&quot;:3571,&quot;29549&quot;:3572,&quot;25374&quot;:3573,&quot;36427&quot;:3574,&quot;36367&quot;:3575,&quot;32974&quot;:3576,&quot;33492&quot;:3577,&quot;25260&quot;:3578,&quot;21488&quot;:3579,&quot;27888&quot;:3580,&quot;37214&quot;:3581,&quot;22826&quot;:3582,&quot;24577&quot;:3583,&quot;27760&quot;:3584,&quot;22349&quot;:3585,&quot;25674&quot;:3586,&quot;36138&quot;:3587,&quot;30251&quot;:3588,&quot;28393&quot;:3589,&quot;22363&quot;:3590,&quot;27264&quot;:3591,&quot;30192&quot;:3592,&quot;28525&quot;:3593,&quot;35885&quot;:3594,&quot;35848&quot;:3595,&quot;22374&quot;:3596,&quot;27631&quot;:3597,&quot;34962&quot;:3598,&quot;30899&quot;:3599,&quot;25506&quot;:3600,&quot;21497&quot;:3601,&quot;28845&quot;:3602,&quot;27748&quot;:3603,&quot;22616&quot;:3604,&quot;25642&quot;:3605,&quot;22530&quot;:3606,&quot;26848&quot;:3607,&quot;33179&quot;:3608,&quot;21776&quot;:3609,&quot;31958&quot;:3610,&quot;20504&quot;:3611,&quot;36538&quot;:3612,&quot;28108&quot;:3613,&quot;36255&quot;:3614,&quot;28907&quot;:3615,&quot;25487&quot;:3616,&quot;28059&quot;:3617,&quot;28372&quot;:3618,&quot;32486&quot;:3619,&quot;33796&quot;:3620,&quot;26691&quot;:3621,&quot;36867&quot;:3622,&quot;28120&quot;:3623,&quot;38518&quot;:3624,&quot;35752&quot;:3625,&quot;22871&quot;:3626,&quot;29305&quot;:3627,&quot;34276&quot;:3628,&quot;33150&quot;:3629,&quot;30140&quot;:3630,&quot;35466&quot;:3631,&quot;26799&quot;:3632,&quot;21076&quot;:3633,&quot;36386&quot;:3634,&quot;38161&quot;:3635,&quot;25552&quot;:3636,&quot;39064&quot;:3637,&quot;36420&quot;:3638,&quot;21884&quot;:3639,&quot;20307&quot;:3640,&quot;26367&quot;:3641,&quot;22159&quot;:3642,&quot;24789&quot;:3643,&quot;28053&quot;:3644,&quot;21059&quot;:3645,&quot;23625&quot;:3646,&quot;22825&quot;:3647,&quot;28155&quot;:3648,&quot;22635&quot;:3649,&quot;12133&quot;:3650,&quot;30000&quot;:3650,&quot;29980&quot;:3651,&quot;24684&quot;:3652,&quot;33300&quot;:3653,&quot;33094&quot;:3654,&quot;25361&quot;:3655,&quot;26465&quot;:3656,&quot;36834&quot;:3657,&quot;30522&quot;:3658,&quot;36339&quot;:3659,&quot;36148&quot;:3660,&quot;38081&quot;:3661,&quot;24086&quot;:3662,&quot;21381&quot;:3663,&quot;21548&quot;:3664,&quot;28867&quot;:3665,&quot;27712&quot;:3666,&quot;24311&quot;:3667,&quot;20572&quot;:3668,&quot;20141&quot;:3669,&quot;24237&quot;:3670,&quot;25402&quot;:3671,&quot;33351&quot;:3672,&quot;36890&quot;:3673,&quot;26704&quot;:3674,&quot;37230&quot;:3675,&quot;30643&quot;:3676,&quot;21516&quot;:3677,&quot;38108&quot;:3678,&quot;24420&quot;:3679,&quot;31461&quot;:3680,&quot;26742&quot;:3681,&quot;25413&quot;:3682,&quot;31570&quot;:3683,&quot;32479&quot;:3684,&quot;30171&quot;:3685,&quot;20599&quot;:3686,&quot;25237&quot;:3687,&quot;22836&quot;:3688,&quot;36879&quot;:3689,&quot;20984&quot;:3690,&quot;31171&quot;:3691,&quot;31361&quot;:3692,&quot;22270&quot;:3693,&quot;24466&quot;:3694,&quot;36884&quot;:3695,&quot;28034&quot;:3696,&quot;23648&quot;:3697,&quot;12063&quot;:3698,&quot;22303&quot;:3698,&quot;21520&quot;:3699,&quot;20820&quot;:3700,&quot;28237&quot;:3701,&quot;22242&quot;:3702,&quot;25512&quot;:3703,&quot;39059&quot;:3704,&quot;33151&quot;:3705,&quot;34581&quot;:3706,&quot;35114&quot;:3707,&quot;36864&quot;:3708,&quot;21534&quot;:3709,&quot;23663&quot;:3710,&quot;33216&quot;:3711,&quot;25302&quot;:3712,&quot;25176&quot;:3713,&quot;33073&quot;:3714,&quot;40501&quot;:3715,&quot;38464&quot;:3716,&quot;39534&quot;:3717,&quot;39548&quot;:3718,&quot;26925&quot;:3719,&quot;22949&quot;:3720,&quot;25299&quot;:3721,&quot;21822&quot;:3722,&quot;25366&quot;:3723,&quot;21703&quot;:3724,&quot;34521&quot;:3725,&quot;27964&quot;:3726,&quot;23043&quot;:3727,&quot;12129&quot;:3728,&quot;29926&quot;:3728,&quot;34972&quot;:3729,&quot;27498&quot;:3730,&quot;22806&quot;:3731,&quot;35916&quot;:3732,&quot;24367&quot;:3733,&quot;28286&quot;:3734,&quot;29609&quot;:3735,&quot;39037&quot;:3736,&quot;20024&quot;:3737,&quot;28919&quot;:3738,&quot;23436&quot;:3739,&quot;30871&quot;:3740,&quot;25405&quot;:3741,&quot;26202&quot;:3742,&quot;30358&quot;:3743,&quot;24779&quot;:3744,&quot;23451&quot;:3745,&quot;23113&quot;:3746,&quot;19975&quot;:3747,&quot;33109&quot;:3748,&quot;27754&quot;:3749,&quot;29579&quot;:3750,&quot;20129&quot;:3751,&quot;26505&quot;:3752,&quot;12153&quot;:3753,&quot;32593&quot;:3753,&quot;24448&quot;:3754,&quot;26106&quot;:3755,&quot;26395&quot;:3756,&quot;24536&quot;:3757,&quot;22916&quot;:3758,&quot;23041&quot;:3759,&quot;24013&quot;:3760,&quot;24494&quot;:3761,&quot;21361&quot;:3762,&quot;38886&quot;:3763,&quot;36829&quot;:3764,&quot;26693&quot;:3765,&quot;22260&quot;:3766,&quot;21807&quot;:3767,&quot;24799&quot;:3768,&quot;20026&quot;:3769,&quot;28493&quot;:3770,&quot;32500&quot;:3771,&quot;33479&quot;:3772,&quot;33806&quot;:3773,&quot;22996&quot;:3774,&quot;20255&quot;:3775,&quot;20266&quot;:3776,&quot;23614&quot;:3777,&quot;32428&quot;:3778,&quot;26410&quot;:3779,&quot;34074&quot;:3780,&quot;21619&quot;:3781,&quot;30031&quot;:3782,&quot;32963&quot;:3783,&quot;21890&quot;:3784,&quot;39759&quot;:3785,&quot;20301&quot;:3786,&quot;28205&quot;:3787,&quot;35859&quot;:3788,&quot;23561&quot;:3789,&quot;24944&quot;:3790,&quot;21355&quot;:3791,&quot;30239&quot;:3792,&quot;28201&quot;:3793,&quot;34442&quot;:3794,&quot;12098&quot;:3795,&quot;25991&quot;:3795,&quot;38395&quot;:3796,&quot;32441&quot;:3797,&quot;21563&quot;:3798,&quot;31283&quot;:3799,&quot;32010&quot;:3800,&quot;38382&quot;:3801,&quot;21985&quot;:3802,&quot;32705&quot;:3803,&quot;29934&quot;:3804,&quot;25373&quot;:3805,&quot;34583&quot;:3806,&quot;28065&quot;:3807,&quot;31389&quot;:3808,&quot;25105&quot;:3809,&quot;26017&quot;:3810,&quot;21351&quot;:3811,&quot;25569&quot;:3812,&quot;27779&quot;:3813,&quot;24043&quot;:3814,&quot;21596&quot;:3815,&quot;38056&quot;:3816,&quot;20044&quot;:3817,&quot;27745&quot;:3818,&quot;35820&quot;:3819,&quot;23627&quot;:3820,&quot;12102&quot;:3821,&quot;26080&quot;:3821,&quot;33436&quot;:3822,&quot;26791&quot;:3823,&quot;21566&quot;:3824,&quot;21556&quot;:3825,&quot;12111&quot;:3826,&quot;27595&quot;:3826,&quot;27494&quot;:3827,&quot;20116&quot;:3828,&quot;25410&quot;:3829,&quot;21320&quot;:3830,&quot;33310&quot;:3831,&quot;20237&quot;:3832,&quot;20398&quot;:3833,&quot;22366&quot;:3834,&quot;25098&quot;:3835,&quot;38654&quot;:3836,&quot;26212&quot;:3837,&quot;29289&quot;:3838,&quot;21247&quot;:3839,&quot;21153&quot;:3840,&quot;24735&quot;:3841,&quot;35823&quot;:3842,&quot;26132&quot;:3843,&quot;29081&quot;:3844,&quot;26512&quot;:3845,&quot;35199&quot;:3846,&quot;30802&quot;:3847,&quot;30717&quot;:3848,&quot;26224&quot;:3849,&quot;22075&quot;:3850,&quot;21560&quot;:3851,&quot;38177&quot;:3852,&quot;29306&quot;:3853,&quot;31232&quot;:3854,&quot;24687&quot;:3855,&quot;24076&quot;:3856,&quot;24713&quot;:3857,&quot;33181&quot;:3858,&quot;12067&quot;:3859,&quot;22805&quot;:3859,&quot;24796&quot;:3860,&quot;29060&quot;:3861,&quot;28911&quot;:3862,&quot;28330&quot;:3863,&quot;27728&quot;:3864,&quot;29312&quot;:3865,&quot;27268&quot;:3866,&quot;34989&quot;:3867,&quot;24109&quot;:3868,&quot;20064&quot;:3869,&quot;23219&quot;:3870,&quot;21916&quot;:3871,&quot;38115&quot;:3872,&quot;27927&quot;:3873,&quot;31995&quot;:3874,&quot;38553&quot;:3875,&quot;25103&quot;:3876,&quot;32454&quot;:3877,&quot;30606&quot;:3878,&quot;34430&quot;:3879,&quot;21283&quot;:3880,&quot;38686&quot;:3881,&quot;36758&quot;:3882,&quot;26247&quot;:3883,&quot;23777&quot;:3884,&quot;20384&quot;:3885,&quot;29421&quot;:3886,&quot;19979&quot;:3887,&quot;21414&quot;:3888,&quot;22799&quot;:3889,&quot;21523&quot;:3890,&quot;25472&quot;:3891,&quot;38184&quot;:3892,&quot;20808&quot;:3893,&quot;20185&quot;:3894,&quot;40092&quot;:3895,&quot;32420&quot;:3896,&quot;21688&quot;:3897,&quot;36132&quot;:3898,&quot;34900&quot;:3899,&quot;33335&quot;:3900,&quot;38386&quot;:3901,&quot;28046&quot;:3902,&quot;24358&quot;:3903,&quot;23244&quot;:3904,&quot;26174&quot;:3905,&quot;38505&quot;:3906,&quot;29616&quot;:3907,&quot;29486&quot;:3908,&quot;21439&quot;:3909,&quot;33146&quot;:3910,&quot;39301&quot;:3911,&quot;32673&quot;:3912,&quot;23466&quot;:3913,&quot;38519&quot;:3914,&quot;38480&quot;:3915,&quot;32447&quot;:3916,&quot;30456&quot;:3917,&quot;21410&quot;:3918,&quot;38262&quot;:3919,&quot;12217&quot;:3920,&quot;39321&quot;:3920,&quot;31665&quot;:3921,&quot;35140&quot;:3922,&quot;28248&quot;:3923,&quot;20065&quot;:3924,&quot;32724&quot;:3925,&quot;31077&quot;:3926,&quot;35814&quot;:3927,&quot;24819&quot;:3928,&quot;21709&quot;:3929,&quot;20139&quot;:3930,&quot;39033&quot;:3931,&quot;24055&quot;:3932,&quot;27233&quot;:3933,&quot;20687&quot;:3934,&quot;21521&quot;:3935,&quot;35937&quot;:3936,&quot;33831&quot;:3937,&quot;30813&quot;:3938,&quot;38660&quot;:3939,&quot;21066&quot;:3940,&quot;21742&quot;:3941,&quot;22179&quot;:3942,&quot;38144&quot;:3943,&quot;28040&quot;:3944,&quot;23477&quot;:3945,&quot;28102&quot;:3946,&quot;26195&quot;:3947,&quot;12073&quot;:3948,&quot;23567&quot;:3948,&quot;23389&quot;:3949,&quot;26657&quot;:3950,&quot;32918&quot;:3951,&quot;21880&quot;:3952,&quot;31505&quot;:3953,&quot;25928&quot;:3954,&quot;26964&quot;:3955,&quot;20123&quot;:3956,&quot;27463&quot;:3957,&quot;34638&quot;:3958,&quot;38795&quot;:3959,&quot;21327&quot;:3960,&quot;25375&quot;:3961,&quot;25658&quot;:3962,&quot;37034&quot;:3963,&quot;26012&quot;:3964,&quot;32961&quot;:3965,&quot;35856&quot;:3966,&quot;20889&quot;:3967,&quot;26800&quot;:3968,&quot;21368&quot;:3969,&quot;34809&quot;:3970,&quot;25032&quot;:3971,&quot;27844&quot;:3972,&quot;27899&quot;:3973,&quot;35874&quot;:3974,&quot;23633&quot;:3975,&quot;34218&quot;:3976,&quot;33455&quot;:3977,&quot;38156&quot;:3978,&quot;27427&quot;:3979,&quot;12191&quot;:3980,&quot;36763&quot;:3980,&quot;26032&quot;:3981,&quot;24571&quot;:3982,&quot;12092&quot;:3983,&quot;24515&quot;:3983,&quot;20449&quot;:3984,&quot;34885&quot;:3985,&quot;26143&quot;:3986,&quot;33125&quot;:3987,&quot;29481&quot;:3988,&quot;24826&quot;:3989,&quot;20852&quot;:3990,&quot;21009&quot;:3991,&quot;22411&quot;:3992,&quot;24418&quot;:3993,&quot;37026&quot;:3994,&quot;12175&quot;:3995,&quot;34892&quot;:3995,&quot;37266&quot;:3996,&quot;24184&quot;:3997,&quot;26447&quot;:3998,&quot;24615&quot;:3999,&quot;22995&quot;:4000,&quot;20804&quot;:4001,&quot;20982&quot;:4002,&quot;33016&quot;:4003,&quot;21256&quot;:4004,&quot;27769&quot;:4005,&quot;38596&quot;:4006,&quot;29066&quot;:4007,&quot;20241&quot;:4008,&quot;20462&quot;:4009,&quot;32670&quot;:4010,&quot;26429&quot;:4011,&quot;21957&quot;:4012,&quot;38152&quot;:4013,&quot;31168&quot;:4014,&quot;34966&quot;:4015,&quot;32483&quot;:4016,&quot;22687&quot;:4017,&quot;25100&quot;:4018,&quot;38656&quot;:4019,&quot;34394&quot;:4020,&quot;22040&quot;:4021,&quot;39035&quot;:4022,&quot;24464&quot;:4023,&quot;35768&quot;:4024,&quot;33988&quot;:4025,&quot;37207&quot;:4026,&quot;21465&quot;:4027,&quot;26093&quot;:4028,&quot;24207&quot;:4029,&quot;30044&quot;:4030,&quot;24676&quot;:4031,&quot;32110&quot;:4032,&quot;23167&quot;:4033,&quot;32490&quot;:4034,&quot;32493&quot;:4035,&quot;36713&quot;:4036,&quot;21927&quot;:4037,&quot;23459&quot;:4038,&quot;24748&quot;:4039,&quot;26059&quot;:4040,&quot;12126&quot;:4041,&quot;29572&quot;:4041,&quot;36873&quot;:4042,&quot;30307&quot;:4043,&quot;30505&quot;:4044,&quot;32474&quot;:4045,&quot;38772&quot;:4046,&quot;34203&quot;:4047,&quot;23398&quot;:4048,&quot;12147&quot;:4049,&quot;31348&quot;:4049,&quot;38634&quot;:4050,&quot;12174&quot;:4051,&quot;34880&quot;:4051,&quot;21195&quot;:4052,&quot;29071&quot;:4053,&quot;24490&quot;:4054,&quot;26092&quot;:4055,&quot;35810&quot;:4056,&quot;23547&quot;:4057,&quot;39535&quot;:4058,&quot;24033&quot;:4059,&quot;27529&quot;:4060,&quot;27739&quot;:4061,&quot;35757&quot;:4062,&quot;35759&quot;:4063,&quot;36874&quot;:4064,&quot;36805&quot;:4065,&quot;21387&quot;:4066,&quot;25276&quot;:4067,&quot;40486&quot;:4068,&quot;40493&quot;:4069,&quot;21568&quot;:4070,&quot;20011&quot;:4071,&quot;33469&quot;:4072,&quot;12123&quot;:4073,&quot;29273&quot;:4073,&quot;34460&quot;:4074,&quot;23830&quot;:4075,&quot;34905&quot;:4076,&quot;28079&quot;:4077,&quot;38597&quot;:4078,&quot;21713&quot;:4079,&quot;20122&quot;:4080,&quot;35766&quot;:4081,&quot;28937&quot;:4082,&quot;21693&quot;:4083,&quot;38409&quot;:4084,&quot;28895&quot;:4085,&quot;28153&quot;:4086,&quot;30416&quot;:4087,&quot;20005&quot;:4088,&quot;30740&quot;:4089,&quot;34578&quot;:4090,&quot;23721&quot;:4091,&quot;24310&quot;:4092,&quot;12180&quot;:4093,&quot;35328&quot;:4093,&quot;39068&quot;:4094,&quot;38414&quot;:4095,&quot;28814&quot;:4096,&quot;27839&quot;:4097,&quot;22852&quot;:4098,&quot;25513&quot;:4099,&quot;30524&quot;:4100,&quot;34893&quot;:4101,&quot;28436&quot;:4102,&quot;33395&quot;:4103,&quot;22576&quot;:4104,&quot;29141&quot;:4105,&quot;21388&quot;:4106,&quot;30746&quot;:4107,&quot;38593&quot;:4108,&quot;21761&quot;:4109,&quot;24422&quot;:4110,&quot;28976&quot;:4111,&quot;23476&quot;:4112,&quot;35866&quot;:4113,&quot;39564&quot;:4114,&quot;27523&quot;:4115,&quot;22830&quot;:4116,&quot;40495&quot;:4117,&quot;31207&quot;:4118,&quot;26472&quot;:4119,&quot;25196&quot;:4120,&quot;20335&quot;:4121,&quot;30113&quot;:4122,&quot;12154&quot;:4123,&quot;32650&quot;:4123,&quot;27915&quot;:4124,&quot;38451&quot;:4125,&quot;27687&quot;:4126,&quot;20208&quot;:4127,&quot;30162&quot;:4128,&quot;20859&quot;:4129,&quot;26679&quot;:4130,&quot;28478&quot;:4131,&quot;36992&quot;:4132,&quot;33136&quot;:4133,&quot;22934&quot;:4134,&quot;29814&quot;:4135,&quot;25671&quot;:4136,&quot;23591&quot;:4137,&quot;36965&quot;:4138,&quot;31377&quot;:4139,&quot;35875&quot;:4140,&quot;23002&quot;:4141,&quot;21676&quot;:4142,&quot;33280&quot;:4143,&quot;33647&quot;:4144,&quot;35201&quot;:4145,&quot;32768&quot;:4146,&quot;26928&quot;:4147,&quot;22094&quot;:4148,&quot;32822&quot;:4149,&quot;29239&quot;:4150,&quot;37326&quot;:4151,&quot;20918&quot;:4152,&quot;20063&quot;:4153,&quot;39029&quot;:4154,&quot;25494&quot;:4155,&quot;19994&quot;:4156,&quot;21494&quot;:4157,&quot;26355&quot;:4158,&quot;33099&quot;:4159,&quot;22812&quot;:4160,&quot;28082&quot;:4161,&quot;12032&quot;:4162,&quot;19968&quot;:4162,&quot;22777&quot;:4163,&quot;21307&quot;:4164,&quot;25558&quot;:4165,&quot;38129&quot;:4166,&quot;20381&quot;:4167,&quot;20234&quot;:4168,&quot;12176&quot;:4169,&quot;34915&quot;:4169,&quot;39056&quot;:4170,&quot;22839&quot;:4171,&quot;36951&quot;:4172,&quot;31227&quot;:4173,&quot;20202&quot;:4174,&quot;33008&quot;:4175,&quot;30097&quot;:4176,&quot;27778&quot;:4177,&quot;23452&quot;:4178,&quot;23016&quot;:4179,&quot;24413&quot;:4180,&quot;26885&quot;:4181,&quot;34433&quot;:4182,&quot;20506&quot;:4183,&quot;24050&quot;:4184,&quot;12036&quot;:4185,&quot;20057&quot;:4185,&quot;30691&quot;:4186,&quot;20197&quot;:4187,&quot;33402&quot;:4188,&quot;25233&quot;:4189,&quot;26131&quot;:4190,&quot;12194&quot;:4191,&quot;37009&quot;:4191,&quot;23673&quot;:4192,&quot;20159&quot;:4193,&quot;24441&quot;:4194,&quot;33222&quot;:4195,&quot;36920&quot;:4196,&quot;32900&quot;:4197,&quot;30123&quot;:4198,&quot;20134&quot;:4199,&quot;35028&quot;:4200,&quot;24847&quot;:4201,&quot;27589&quot;:4202,&quot;24518&quot;:4203,&quot;20041&quot;:4204,&quot;30410&quot;:4205,&quot;28322&quot;:4206,&quot;35811&quot;:4207,&quot;35758&quot;:4208,&quot;35850&quot;:4209,&quot;35793&quot;:4210,&quot;24322&quot;:4211,&quot;32764&quot;:4212,&quot;32716&quot;:4213,&quot;32462&quot;:4214,&quot;33589&quot;:4215,&quot;33643&quot;:4216,&quot;22240&quot;:4217,&quot;27575&quot;:4218,&quot;12211&quot;:4219,&quot;38899&quot;:4219,&quot;38452&quot;:4220,&quot;23035&quot;:4221,&quot;21535&quot;:4222,&quot;38134&quot;:4223,&quot;28139&quot;:4224,&quot;23493&quot;:4225,&quot;39278&quot;:4226,&quot;23609&quot;:4227,&quot;24341&quot;:4228,&quot;38544&quot;:4229,&quot;21360&quot;:4230,&quot;33521&quot;:4231,&quot;27185&quot;:4232,&quot;23156&quot;:4233,&quot;40560&quot;:4234,&quot;24212&quot;:4235,&quot;32552&quot;:4236,&quot;33721&quot;:4237,&quot;33828&quot;:4238,&quot;33829&quot;:4239,&quot;33639&quot;:4240,&quot;34631&quot;:4241,&quot;36814&quot;:4242,&quot;36194&quot;:4243,&quot;30408&quot;:4244,&quot;24433&quot;:4245,&quot;39062&quot;:4246,&quot;30828&quot;:4247,&quot;26144&quot;:4248,&quot;21727&quot;:4249,&quot;25317&quot;:4250,&quot;20323&quot;:4251,&quot;33219&quot;:4252,&quot;30152&quot;:4253,&quot;24248&quot;:4254,&quot;38605&quot;:4255,&quot;36362&quot;:4256,&quot;34553&quot;:4257,&quot;21647&quot;:4258,&quot;27891&quot;:4259,&quot;28044&quot;:4260,&quot;27704&quot;:4261,&quot;24703&quot;:4262,&quot;21191&quot;:4263,&quot;12132&quot;:4264,&quot;29992&quot;:4264,&quot;24189&quot;:4265,&quot;20248&quot;:4266,&quot;24736&quot;:4267,&quot;24551&quot;:4268,&quot;23588&quot;:4269,&quot;30001&quot;:4270,&quot;37038&quot;:4271,&quot;38080&quot;:4272,&quot;29369&quot;:4273,&quot;27833&quot;:4274,&quot;28216&quot;:4275,&quot;12195&quot;:4276,&quot;37193&quot;:4276,&quot;26377&quot;:4277,&quot;21451&quot;:4278,&quot;21491&quot;:4279,&quot;20305&quot;:4280,&quot;37321&quot;:4281,&quot;35825&quot;:4282,&quot;12060&quot;:4283,&quot;21448&quot;:4283,&quot;24188&quot;:4284,&quot;36802&quot;:4285,&quot;28132&quot;:4286,&quot;20110&quot;:4287,&quot;30402&quot;:4288,&quot;27014&quot;:4289,&quot;34398&quot;:4290,&quot;24858&quot;:4291,&quot;33286&quot;:4292,&quot;20313&quot;:4293,&quot;20446&quot;:4294,&quot;36926&quot;:4295,&quot;40060&quot;:4296,&quot;24841&quot;:4297,&quot;28189&quot;:4298,&quot;28180&quot;:4299,&quot;38533&quot;:4300,&quot;20104&quot;:4301,&quot;23089&quot;:4302,&quot;12204&quot;:4303,&quot;38632&quot;:4303,&quot;19982&quot;:4304,&quot;23679&quot;:4305,&quot;31161&quot;:4306,&quot;23431&quot;:4307,&quot;35821&quot;:4308,&quot;12155&quot;:4309,&quot;32701&quot;:4309,&quot;12127&quot;:4310,&quot;29577&quot;:4310,&quot;22495&quot;:4311,&quot;33419&quot;:4312,&quot;37057&quot;:4313,&quot;21505&quot;:4314,&quot;36935&quot;:4315,&quot;21947&quot;:4316,&quot;23786&quot;:4317,&quot;24481&quot;:4318,&quot;24840&quot;:4319,&quot;27442&quot;:4320,&quot;29425&quot;:4321,&quot;32946&quot;:4322,&quot;35465&quot;:4323,&quot;28020&quot;:4324,&quot;23507&quot;:4325,&quot;35029&quot;:4326,&quot;39044&quot;:4327,&quot;35947&quot;:4328,&quot;39533&quot;:4329,&quot;40499&quot;:4330,&quot;28170&quot;:4331,&quot;20900&quot;:4332,&quot;20803&quot;:4333,&quot;22435&quot;:4334,&quot;34945&quot;:4335,&quot;21407&quot;:4336,&quot;25588&quot;:4337,&quot;36757&quot;:4338,&quot;22253&quot;:4339,&quot;21592&quot;:4340,&quot;22278&quot;:4341,&quot;29503&quot;:4342,&quot;28304&quot;:4343,&quot;32536&quot;:4344,&quot;36828&quot;:4345,&quot;33489&quot;:4346,&quot;24895&quot;:4347,&quot;24616&quot;:4348,&quot;38498&quot;:4349,&quot;12104&quot;:4350,&quot;26352&quot;:4350,&quot;32422&quot;:4351,&quot;36234&quot;:4352,&quot;36291&quot;:4353,&quot;38053&quot;:4354,&quot;23731&quot;:4355,&quot;31908&quot;:4356,&quot;12105&quot;:4357,&quot;26376&quot;:4357,&quot;24742&quot;:4358,&quot;38405&quot;:4359,&quot;32792&quot;:4360,&quot;20113&quot;:4361,&quot;37095&quot;:4362,&quot;21248&quot;:4363,&quot;38504&quot;:4364,&quot;20801&quot;:4365,&quot;36816&quot;:4366,&quot;34164&quot;:4367,&quot;37213&quot;:4368,&quot;26197&quot;:4369,&quot;38901&quot;:4370,&quot;23381&quot;:4371,&quot;21277&quot;:4372,&quot;30776&quot;:4373,&quot;26434&quot;:4374,&quot;26685&quot;:4375,&quot;21705&quot;:4376,&quot;28798&quot;:4377,&quot;23472&quot;:4378,&quot;36733&quot;:4379,&quot;20877&quot;:4380,&quot;22312&quot;:4381,&quot;21681&quot;:4382,&quot;25874&quot;:4383,&quot;26242&quot;:4384,&quot;36190&quot;:4385,&quot;36163&quot;:4386,&quot;33039&quot;:4387,&quot;33900&quot;:4388,&quot;36973&quot;:4389,&quot;31967&quot;:4390,&quot;20991&quot;:4391,&quot;34299&quot;:4392,&quot;26531&quot;:4393,&quot;26089&quot;:4394,&quot;28577&quot;:4395,&quot;34468&quot;:4396,&quot;36481&quot;:4397,&quot;22122&quot;:4398,&quot;36896&quot;:4399,&quot;30338&quot;:4400,&quot;28790&quot;:4401,&quot;29157&quot;:4402,&quot;36131&quot;:4403,&quot;25321&quot;:4404,&quot;21017&quot;:4405,&quot;27901&quot;:4406,&quot;36156&quot;:4407,&quot;24590&quot;:4408,&quot;22686&quot;:4409,&quot;24974&quot;:4410,&quot;26366&quot;:4411,&quot;36192&quot;:4412,&quot;25166&quot;:4413,&quot;21939&quot;:4414,&quot;28195&quot;:4415,&quot;26413&quot;:4416,&quot;36711&quot;:4417,&quot;38113&quot;:4418,&quot;38392&quot;:4419,&quot;30504&quot;:4420,&quot;26629&quot;:4421,&quot;27048&quot;:4422,&quot;21643&quot;:4423,&quot;20045&quot;:4424,&quot;28856&quot;:4425,&quot;35784&quot;:4426,&quot;25688&quot;:4427,&quot;25995&quot;:4428,&quot;23429&quot;:4429,&quot;31364&quot;:4430,&quot;20538&quot;:4431,&quot;23528&quot;:4432,&quot;30651&quot;:4433,&quot;27617&quot;:4434,&quot;35449&quot;:4435,&quot;31896&quot;:4436,&quot;27838&quot;:4437,&quot;30415&quot;:4438,&quot;26025&quot;:4439,&quot;36759&quot;:4440,&quot;23853&quot;:4441,&quot;23637&quot;:4442,&quot;34360&quot;:4443,&quot;26632&quot;:4444,&quot;21344&quot;:4445,&quot;25112&quot;:4446,&quot;31449&quot;:4447,&quot;28251&quot;:4448,&quot;32509&quot;:4449,&quot;27167&quot;:4450,&quot;31456&quot;:4451,&quot;24432&quot;:4452,&quot;28467&quot;:4453,&quot;24352&quot;:4454,&quot;25484&quot;:4455,&quot;28072&quot;:4456,&quot;26454&quot;:4457,&quot;19976&quot;:4458,&quot;24080&quot;:4459,&quot;36134&quot;:4460,&quot;20183&quot;:4461,&quot;32960&quot;:4462,&quot;30260&quot;:4463,&quot;38556&quot;:4464,&quot;25307&quot;:4465,&quot;26157&quot;:4466,&quot;25214&quot;:4467,&quot;27836&quot;:4468,&quot;36213&quot;:4469,&quot;29031&quot;:4470,&quot;32617&quot;:4471,&quot;20806&quot;:4472,&quot;32903&quot;:4473,&quot;21484&quot;:4474,&quot;36974&quot;:4475,&quot;25240&quot;:4476,&quot;21746&quot;:4477,&quot;34544&quot;:4478,&quot;36761&quot;:4479,&quot;32773&quot;:4480,&quot;38167&quot;:4481,&quot;34071&quot;:4482,&quot;36825&quot;:4483,&quot;27993&quot;:4484,&quot;29645&quot;:4485,&quot;26015&quot;:4486,&quot;30495&quot;:4487,&quot;29956&quot;:4488,&quot;30759&quot;:4489,&quot;33275&quot;:4490,&quot;36126&quot;:4491,&quot;38024&quot;:4492,&quot;20390&quot;:4493,&quot;26517&quot;:4494,&quot;30137&quot;:4495,&quot;35786&quot;:4496,&quot;38663&quot;:4497,&quot;25391&quot;:4498,&quot;38215&quot;:4499,&quot;38453&quot;:4500,&quot;33976&quot;:4501,&quot;25379&quot;:4502,&quot;30529&quot;:4503,&quot;24449&quot;:4504,&quot;29424&quot;:4505,&quot;20105&quot;:4506,&quot;24596&quot;:4507,&quot;25972&quot;:4508,&quot;25327&quot;:4509,&quot;27491&quot;:4510,&quot;25919&quot;:4511,&quot;24103&quot;:4512,&quot;30151&quot;:4513,&quot;37073&quot;:4514,&quot;35777&quot;:4515,&quot;33437&quot;:4516,&quot;26525&quot;:4517,&quot;12096&quot;:4518,&quot;25903&quot;:4518,&quot;21553&quot;:4519,&quot;34584&quot;:4520,&quot;30693&quot;:4521,&quot;32930&quot;:4522,&quot;33026&quot;:4523,&quot;27713&quot;:4524,&quot;20043&quot;:4525,&quot;32455&quot;:4526,&quot;32844&quot;:4527,&quot;30452&quot;:4528,&quot;26893&quot;:4529,&quot;27542&quot;:4530,&quot;25191&quot;:4531,&quot;20540&quot;:4532,&quot;20356&quot;:4533,&quot;22336&quot;:4534,&quot;25351&quot;:4535,&quot;12108&quot;:4536,&quot;27490&quot;:4536,&quot;36286&quot;:4537,&quot;21482&quot;:4538,&quot;26088&quot;:4539,&quot;32440&quot;:4540,&quot;24535&quot;:4541,&quot;25370&quot;:4542,&quot;25527&quot;:4543,&quot;12164&quot;:4544,&quot;33267&quot;:4544,&quot;33268&quot;:4545,&quot;32622&quot;:4546,&quot;24092&quot;:4547,&quot;23769&quot;:4548,&quot;21046&quot;:4549,&quot;26234&quot;:4550,&quot;31209&quot;:4551,&quot;31258&quot;:4552,&quot;36136&quot;:4553,&quot;28825&quot;:4554,&quot;30164&quot;:4555,&quot;28382&quot;:4556,&quot;27835&quot;:4557,&quot;31378&quot;:4558,&quot;20013&quot;:4559,&quot;30405&quot;:4560,&quot;24544&quot;:4561,&quot;38047&quot;:4562,&quot;34935&quot;:4563,&quot;32456&quot;:4564,&quot;31181&quot;:4565,&quot;32959&quot;:4566,&quot;37325&quot;:4567,&quot;20210&quot;:4568,&quot;20247&quot;:4569,&quot;12168&quot;:4570,&quot;33311&quot;:4570,&quot;21608&quot;:4571,&quot;24030&quot;:4572,&quot;27954&quot;:4573,&quot;35788&quot;:4574,&quot;31909&quot;:4575,&quot;36724&quot;:4576,&quot;32920&quot;:4577,&quot;24090&quot;:4578,&quot;21650&quot;:4579,&quot;30385&quot;:4580,&quot;23449&quot;:4581,&quot;26172&quot;:4582,&quot;39588&quot;:4583,&quot;29664&quot;:4584,&quot;26666&quot;:4585,&quot;34523&quot;:4586,&quot;26417&quot;:4587,&quot;29482&quot;:4588,&quot;35832&quot;:4589,&quot;35803&quot;:4590,&quot;36880&quot;:4591,&quot;12149&quot;:4592,&quot;31481&quot;:4592,&quot;28891&quot;:4593,&quot;29038&quot;:4594,&quot;25284&quot;:4595,&quot;30633&quot;:4596,&quot;22065&quot;:4597,&quot;20027&quot;:4598,&quot;33879&quot;:4599,&quot;26609&quot;:4600,&quot;21161&quot;:4601,&quot;34496&quot;:4602,&quot;36142&quot;:4603,&quot;38136&quot;:4604,&quot;31569&quot;:4605,&quot;20303&quot;:4606,&quot;27880&quot;:4607,&quot;31069&quot;:4608,&quot;39547&quot;:4609,&quot;25235&quot;:4610,&quot;12118&quot;:4611,&quot;29226&quot;:4611,&quot;25341&quot;:4612,&quot;19987&quot;:4613,&quot;30742&quot;:4614,&quot;36716&quot;:4615,&quot;25776&quot;:4616,&quot;36186&quot;:4617,&quot;31686&quot;:4618,&quot;26729&quot;:4619,&quot;24196&quot;:4620,&quot;35013&quot;:4621,&quot;22918&quot;:4622,&quot;25758&quot;:4623,&quot;22766&quot;:4624,&quot;29366&quot;:4625,&quot;26894&quot;:4626,&quot;38181&quot;:4627,&quot;36861&quot;:4628,&quot;36184&quot;:4629,&quot;22368&quot;:4630,&quot;32512&quot;:4631,&quot;35846&quot;:4632,&quot;20934&quot;:4633,&quot;25417&quot;:4634,&quot;25305&quot;:4635,&quot;21331&quot;:4636,&quot;26700&quot;:4637,&quot;29730&quot;:4638,&quot;33537&quot;:4639,&quot;37196&quot;:4640,&quot;21828&quot;:4641,&quot;30528&quot;:4642,&quot;28796&quot;:4643,&quot;27978&quot;:4644,&quot;20857&quot;:4645,&quot;21672&quot;:4646,&quot;36164&quot;:4647,&quot;23039&quot;:4648,&quot;28363&quot;:4649,&quot;28100&quot;:4650,&quot;23388&quot;:4651,&quot;32043&quot;:4652,&quot;20180&quot;:4653,&quot;31869&quot;:4654,&quot;28371&quot;:4655,&quot;12070&quot;:4656,&quot;23376&quot;:4656,&quot;12163&quot;:4657,&quot;33258&quot;:4657,&quot;28173&quot;:4658,&quot;23383&quot;:4659,&quot;39683&quot;:4660,&quot;26837&quot;:4661,&quot;36394&quot;:4662,&quot;23447&quot;:4663,&quot;32508&quot;:4664,&quot;24635&quot;:4665,&quot;32437&quot;:4666,&quot;37049&quot;:4667,&quot;12187&quot;:4668,&quot;36208&quot;:4668,&quot;22863&quot;:4669,&quot;25549&quot;:4670,&quot;31199&quot;:4671,&quot;12188&quot;:4672,&quot;36275&quot;:4672,&quot;21330&quot;:4673,&quot;26063&quot;:4674,&quot;31062&quot;:4675,&quot;35781&quot;:4676,&quot;38459&quot;:4677,&quot;32452&quot;:4678,&quot;38075&quot;:4679,&quot;32386&quot;:4680,&quot;22068&quot;:4681,&quot;37257&quot;:4682,&quot;26368&quot;:4683,&quot;32618&quot;:4684,&quot;23562&quot;:4685,&quot;36981&quot;:4686,&quot;26152&quot;:4687,&quot;24038&quot;:4688,&quot;20304&quot;:4689,&quot;26590&quot;:4690,&quot;20570&quot;:4691,&quot;20316&quot;:4692,&quot;22352&quot;:4693,&quot;24231&quot;:4694,&quot;20109&quot;:4695,&quot;19980&quot;:4696,&quot;20800&quot;:4697,&quot;64012&quot;:4697,&quot;19984&quot;:4698,&quot;24319&quot;:4699,&quot;21317&quot;:4700,&quot;19989&quot;:4701,&quot;20120&quot;:4702,&quot;19998&quot;:4703,&quot;12224&quot;:4704,&quot;39730&quot;:4704,&quot;23404&quot;:4705,&quot;22121&quot;:4706,&quot;12033&quot;:4707,&quot;20008&quot;:4707,&quot;31162&quot;:4708,&quot;12035&quot;:4709,&quot;20031&quot;:4709,&quot;12052&quot;:4710,&quot;21269&quot;:4710,&quot;20039&quot;:4711,&quot;22829&quot;:4712,&quot;12120&quot;:4713,&quot;29243&quot;:4713,&quot;21358&quot;:4714,&quot;27664&quot;:4715,&quot;22239&quot;:4716,&quot;32996&quot;:4717,&quot;39319&quot;:4718,&quot;27603&quot;:4719,&quot;30590&quot;:4720,&quot;40727&quot;:4721,&quot;12034&quot;:4722,&quot;20022&quot;:4722,&quot;20127&quot;:4723,&quot;40720&quot;:4724,&quot;20060&quot;:4725,&quot;20073&quot;:4726,&quot;20115&quot;:4727,&quot;33416&quot;:4728,&quot;23387&quot;:4729,&quot;21868&quot;:4730,&quot;22031&quot;:4731,&quot;20164&quot;:4732,&quot;21389&quot;:4733,&quot;21405&quot;:4734,&quot;21411&quot;:4735,&quot;21413&quot;:4736,&quot;21422&quot;:4737,&quot;38757&quot;:4738,&quot;36189&quot;:4739,&quot;12053&quot;:4740,&quot;21274&quot;:4740,&quot;21493&quot;:4741,&quot;21286&quot;:4742,&quot;21294&quot;:4743,&quot;21310&quot;:4744,&quot;36188&quot;:4745,&quot;21350&quot;:4746,&quot;21347&quot;:4747,&quot;20994&quot;:4748,&quot;21000&quot;:4749,&quot;21006&quot;:4750,&quot;21037&quot;:4751,&quot;21043&quot;:4752,&quot;21055&quot;:4753,&quot;21056&quot;:4754,&quot;21068&quot;:4755,&quot;21086&quot;:4756,&quot;21089&quot;:4757,&quot;21084&quot;:4758,&quot;33967&quot;:4759,&quot;21117&quot;:4760,&quot;21122&quot;:4761,&quot;21121&quot;:4762,&quot;21136&quot;:4763,&quot;21139&quot;:4764,&quot;12044&quot;:4765,&quot;20866&quot;:4765,&quot;32596&quot;:4766,&quot;20155&quot;:4767,&quot;20163&quot;:4768,&quot;20169&quot;:4769,&quot;20162&quot;:4770,&quot;20200&quot;:4771,&quot;20193&quot;:4772,&quot;20203&quot;:4773,&quot;20190&quot;:4774,&quot;20251&quot;:4775,&quot;20211&quot;:4776,&quot;20258&quot;:4777,&quot;20324&quot;:4778,&quot;20213&quot;:4779,&quot;20261&quot;:4780,&quot;20263&quot;:4781,&quot;20233&quot;:4782,&quot;20267&quot;:4783,&quot;20318&quot;:4784,&quot;20327&quot;:4785,&quot;25912&quot;:4786,&quot;20314&quot;:4787,&quot;20317&quot;:4788,&quot;20319&quot;:4789,&quot;20311&quot;:4790,&quot;20274&quot;:4791,&quot;20285&quot;:4792,&quot;20342&quot;:4793,&quot;20340&quot;:4794,&quot;20369&quot;:4795,&quot;20361&quot;:4796,&quot;20355&quot;:4797,&quot;20367&quot;:4798,&quot;20350&quot;:4799,&quot;20347&quot;:4800,&quot;20394&quot;:4801,&quot;20348&quot;:4802,&quot;20396&quot;:4803,&quot;20372&quot;:4804,&quot;20454&quot;:4805,&quot;20456&quot;:4806,&quot;20458&quot;:4807,&quot;20421&quot;:4808,&quot;20442&quot;:4809,&quot;20451&quot;:4810,&quot;20444&quot;:4811,&quot;20433&quot;:4812,&quot;20447&quot;:4813,&quot;20472&quot;:4814,&quot;20521&quot;:4815,&quot;20556&quot;:4816,&quot;20467&quot;:4817,&quot;20524&quot;:4818,&quot;20495&quot;:4819,&quot;20526&quot;:4820,&quot;20525&quot;:4821,&quot;20478&quot;:4822,&quot;20508&quot;:4823,&quot;20492&quot;:4824,&quot;20517&quot;:4825,&quot;20520&quot;:4826,&quot;20606&quot;:4827,&quot;20547&quot;:4828,&quot;20565&quot;:4829,&quot;20552&quot;:4830,&quot;20558&quot;:4831,&quot;20588&quot;:4832,&quot;20603&quot;:4833,&quot;20645&quot;:4834,&quot;20647&quot;:4835,&quot;20649&quot;:4836,&quot;20666&quot;:4837,&quot;20694&quot;:4838,&quot;20742&quot;:4839,&quot;20717&quot;:4840,&quot;20716&quot;:4841,&quot;20710&quot;:4842,&quot;20718&quot;:4843,&quot;20743&quot;:4844,&quot;20747&quot;:4845,&quot;20189&quot;:4846,&quot;27709&quot;:4847,&quot;20312&quot;:4848,&quot;20325&quot;:4849,&quot;20430&quot;:4850,&quot;12245&quot;:4851,&quot;40864&quot;:4851,&quot;27718&quot;:4852,&quot;31860&quot;:4853,&quot;20846&quot;:4854,&quot;24061&quot;:4855,&quot;40649&quot;:4856,&quot;39320&quot;:4857,&quot;20865&quot;:4858,&quot;22804&quot;:4859,&quot;12051&quot;:4860,&quot;21241&quot;:4860,&quot;21261&quot;:4861,&quot;35335&quot;:4862,&quot;21264&quot;:4863,&quot;20971&quot;:4864,&quot;22809&quot;:4865,&quot;20821&quot;:4866,&quot;12039&quot;:4867,&quot;20128&quot;:4867,&quot;20822&quot;:4868,&quot;20147&quot;:4869,&quot;34926&quot;:4870,&quot;34980&quot;:4871,&quot;20149&quot;:4872,&quot;33044&quot;:4873,&quot;35026&quot;:4874,&quot;31104&quot;:4875,&quot;23348&quot;:4876,&quot;34819&quot;:4877,&quot;32696&quot;:4878,&quot;12046&quot;:4879,&quot;20907&quot;:4879,&quot;20913&quot;:4880,&quot;20925&quot;:4881,&quot;20924&quot;:4882,&quot;20935&quot;:4883,&quot;12045&quot;:4884,&quot;20886&quot;:4884,&quot;20898&quot;:4885,&quot;20901&quot;:4886,&quot;35744&quot;:4887,&quot;35750&quot;:4888,&quot;35751&quot;:4889,&quot;35754&quot;:4890,&quot;35764&quot;:4891,&quot;35765&quot;:4892,&quot;35767&quot;:4893,&quot;35778&quot;:4894,&quot;35779&quot;:4895,&quot;35787&quot;:4896,&quot;35791&quot;:4897,&quot;35790&quot;:4898,&quot;35794&quot;:4899,&quot;35795&quot;:4900,&quot;35796&quot;:4901,&quot;35798&quot;:4902,&quot;35800&quot;:4903,&quot;35801&quot;:4904,&quot;35804&quot;:4905,&quot;35807&quot;:4906,&quot;35808&quot;:4907,&quot;35812&quot;:4908,&quot;35816&quot;:4909,&quot;35817&quot;:4910,&quot;35822&quot;:4911,&quot;35824&quot;:4912,&quot;35827&quot;:4913,&quot;35830&quot;:4914,&quot;35833&quot;:4915,&quot;35836&quot;:4916,&quot;35839&quot;:4917,&quot;35840&quot;:4918,&quot;35842&quot;:4919,&quot;35844&quot;:4920,&quot;35847&quot;:4921,&quot;35852&quot;:4922,&quot;35855&quot;:4923,&quot;35857&quot;:4924,&quot;35858&quot;:4925,&quot;35860&quot;:4926,&quot;35861&quot;:4927,&quot;35862&quot;:4928,&quot;35865&quot;:4929,&quot;35867&quot;:4930,&quot;35864&quot;:4931,&quot;35869&quot;:4932,&quot;35871&quot;:4933,&quot;35872&quot;:4934,&quot;35873&quot;:4935,&quot;35877&quot;:4936,&quot;35879&quot;:4937,&quot;35882&quot;:4938,&quot;35883&quot;:4939,&quot;35886&quot;:4940,&quot;35887&quot;:4941,&quot;35890&quot;:4942,&quot;35891&quot;:4943,&quot;35893&quot;:4944,&quot;35894&quot;:4945,&quot;12057&quot;:4946,&quot;21353&quot;:4946,&quot;21370&quot;:4947,&quot;38429&quot;:4948,&quot;38434&quot;:4949,&quot;38433&quot;:4950,&quot;38449&quot;:4951,&quot;38442&quot;:4952,&quot;38461&quot;:4953,&quot;38460&quot;:4954,&quot;38466&quot;:4955,&quot;38473&quot;:4956,&quot;38484&quot;:4957,&quot;38495&quot;:4958,&quot;38503&quot;:4959,&quot;38508&quot;:4960,&quot;38514&quot;:4961,&quot;38516&quot;:4962,&quot;38536&quot;:4963,&quot;38541&quot;:4964,&quot;38551&quot;:4965,&quot;38576&quot;:4966,&quot;37015&quot;:4967,&quot;37019&quot;:4968,&quot;37021&quot;:4969,&quot;37017&quot;:4970,&quot;37036&quot;:4971,&quot;37025&quot;:4972,&quot;37044&quot;:4973,&quot;37043&quot;:4974,&quot;37046&quot;:4975,&quot;37050&quot;:4976,&quot;37048&quot;:4977,&quot;37040&quot;:4978,&quot;37071&quot;:4979,&quot;37061&quot;:4980,&quot;37054&quot;:4981,&quot;37072&quot;:4982,&quot;37060&quot;:4983,&quot;37063&quot;:4984,&quot;37075&quot;:4985,&quot;37094&quot;:4986,&quot;37090&quot;:4987,&quot;37084&quot;:4988,&quot;37079&quot;:4989,&quot;37083&quot;:4990,&quot;37099&quot;:4991,&quot;37103&quot;:4992,&quot;37118&quot;:4993,&quot;37124&quot;:4994,&quot;37154&quot;:4995,&quot;37150&quot;:4996,&quot;37155&quot;:4997,&quot;37169&quot;:4998,&quot;37167&quot;:4999,&quot;37177&quot;:5000,&quot;37187&quot;:5001,&quot;37190&quot;:5002,&quot;21005&quot;:5003,&quot;22850&quot;:5004,&quot;21154&quot;:5005,&quot;21164&quot;:5006,&quot;21165&quot;:5007,&quot;21182&quot;:5008,&quot;21759&quot;:5009,&quot;21200&quot;:5010,&quot;21206&quot;:5011,&quot;21232&quot;:5012,&quot;21471&quot;:5013,&quot;29166&quot;:5014,&quot;30669&quot;:5015,&quot;12085&quot;:5016,&quot;24308&quot;:5016,&quot;12048&quot;:5017,&quot;20981&quot;:5017,&quot;20988&quot;:5018,&quot;12223&quot;:5019,&quot;39727&quot;:5019,&quot;12059&quot;:5020,&quot;21430&quot;:5020,&quot;24321&quot;:5021,&quot;30042&quot;:5022,&quot;24047&quot;:5023,&quot;22348&quot;:5024,&quot;22441&quot;:5025,&quot;22433&quot;:5026,&quot;22654&quot;:5027,&quot;22716&quot;:5028,&quot;22725&quot;:5029,&quot;22737&quot;:5030,&quot;22313&quot;:5031,&quot;22316&quot;:5032,&quot;22314&quot;:5033,&quot;22323&quot;:5034,&quot;22329&quot;:5035,&quot;22318&quot;:5036,&quot;22319&quot;:5037,&quot;22364&quot;:5038,&quot;22331&quot;:5039,&quot;22338&quot;:5040,&quot;22377&quot;:5041,&quot;22405&quot;:5042,&quot;22379&quot;:5043,&quot;22406&quot;:5044,&quot;22396&quot;:5045,&quot;22395&quot;:5046,&quot;22376&quot;:5047,&quot;22381&quot;:5048,&quot;22390&quot;:5049,&quot;22387&quot;:5050,&quot;22445&quot;:5051,&quot;22436&quot;:5052,&quot;22412&quot;:5053,&quot;22450&quot;:5054,&quot;22479&quot;:5055,&quot;22439&quot;:5056,&quot;22452&quot;:5057,&quot;22419&quot;:5058,&quot;22432&quot;:5059,&quot;22485&quot;:5060,&quot;22488&quot;:5061,&quot;22490&quot;:5062,&quot;22489&quot;:5063,&quot;22482&quot;:5064,&quot;22456&quot;:5065,&quot;22516&quot;:5066,&quot;22511&quot;:5067,&quot;22520&quot;:5068,&quot;22500&quot;:5069,&quot;22493&quot;:5070,&quot;22539&quot;:5071,&quot;22541&quot;:5072,&quot;22525&quot;:5073,&quot;22509&quot;:5074,&quot;22528&quot;:5075,&quot;22558&quot;:5076,&quot;22553&quot;:5077,&quot;22596&quot;:5078,&quot;22560&quot;:5079,&quot;22629&quot;:5080,&quot;22636&quot;:5081,&quot;22657&quot;:5082,&quot;22665&quot;:5083,&quot;22682&quot;:5084,&quot;22656&quot;:5085,&quot;39336&quot;:5086,&quot;40729&quot;:5087,&quot;25087&quot;:5088,&quot;33401&quot;:5089,&quot;33405&quot;:5090,&quot;33407&quot;:5091,&quot;33423&quot;:5092,&quot;33418&quot;:5093,&quot;33448&quot;:5094,&quot;33412&quot;:5095,&quot;33422&quot;:5096,&quot;33425&quot;:5097,&quot;33431&quot;:5098,&quot;33433&quot;:5099,&quot;33451&quot;:5100,&quot;33464&quot;:5101,&quot;33470&quot;:5102,&quot;33456&quot;:5103,&quot;33480&quot;:5104,&quot;33482&quot;:5105,&quot;33507&quot;:5106,&quot;33432&quot;:5107,&quot;33463&quot;:5108,&quot;33454&quot;:5109,&quot;33483&quot;:5110,&quot;33484&quot;:5111,&quot;33473&quot;:5112,&quot;33449&quot;:5113,&quot;33460&quot;:5114,&quot;33441&quot;:5115,&quot;33450&quot;:5116,&quot;33439&quot;:5117,&quot;33476&quot;:5118,&quot;33486&quot;:5119,&quot;33444&quot;:5120,&quot;33505&quot;:5121,&quot;33545&quot;:5122,&quot;33527&quot;:5123,&quot;33508&quot;:5124,&quot;33551&quot;:5125,&quot;33543&quot;:5126,&quot;33500&quot;:5127,&quot;33524&quot;:5128,&quot;33490&quot;:5129,&quot;33496&quot;:5130,&quot;33548&quot;:5131,&quot;33531&quot;:5132,&quot;33491&quot;:5133,&quot;33553&quot;:5134,&quot;33562&quot;:5135,&quot;33542&quot;:5136,&quot;33556&quot;:5137,&quot;33557&quot;:5138,&quot;33504&quot;:5139,&quot;33493&quot;:5140,&quot;33564&quot;:5141,&quot;33617&quot;:5142,&quot;33627&quot;:5143,&quot;33628&quot;:5144,&quot;33544&quot;:5145,&quot;33682&quot;:5146,&quot;33596&quot;:5147,&quot;33588&quot;:5148,&quot;33585&quot;:5149,&quot;33691&quot;:5150,&quot;33630&quot;:5151,&quot;33583&quot;:5152,&quot;33615&quot;:5153,&quot;33607&quot;:5154,&quot;33603&quot;:5155,&quot;33631&quot;:5156,&quot;33600&quot;:5157,&quot;33559&quot;:5158,&quot;33632&quot;:5159,&quot;33581&quot;:5160,&quot;33594&quot;:5161,&quot;33587&quot;:5162,&quot;33638&quot;:5163,&quot;33637&quot;:5164,&quot;33640&quot;:5165,&quot;33563&quot;:5166,&quot;33641&quot;:5167,&quot;33644&quot;:5168,&quot;33642&quot;:5169,&quot;33645&quot;:5170,&quot;33646&quot;:5171,&quot;33712&quot;:5172,&quot;33656&quot;:5173,&quot;33715&quot;:5174,&quot;33716&quot;:5175,&quot;33696&quot;:5176,&quot;33706&quot;:5177,&quot;33683&quot;:5178,&quot;33692&quot;:5179,&quot;33669&quot;:5180,&quot;33660&quot;:5181,&quot;33718&quot;:5182,&quot;33705&quot;:5183,&quot;33661&quot;:5184,&quot;33720&quot;:5185,&quot;33659&quot;:5186,&quot;33688&quot;:5187,&quot;33694&quot;:5188,&quot;33704&quot;:5189,&quot;33722&quot;:5190,&quot;33724&quot;:5191,&quot;33729&quot;:5192,&quot;33793&quot;:5193,&quot;33765&quot;:5194,&quot;33752&quot;:5195,&quot;22535&quot;:5196,&quot;33816&quot;:5197,&quot;33803&quot;:5198,&quot;33757&quot;:5199,&quot;33789&quot;:5200,&quot;33750&quot;:5201,&quot;33820&quot;:5202,&quot;33848&quot;:5203,&quot;33809&quot;:5204,&quot;33798&quot;:5205,&quot;33748&quot;:5206,&quot;33759&quot;:5207,&quot;33807&quot;:5208,&quot;33795&quot;:5209,&quot;33784&quot;:5210,&quot;33785&quot;:5211,&quot;33770&quot;:5212,&quot;33733&quot;:5213,&quot;33728&quot;:5214,&quot;33830&quot;:5215,&quot;33776&quot;:5216,&quot;33761&quot;:5217,&quot;33884&quot;:5218,&quot;33873&quot;:5219,&quot;33882&quot;:5220,&quot;33881&quot;:5221,&quot;33907&quot;:5222,&quot;33927&quot;:5223,&quot;33928&quot;:5224,&quot;33914&quot;:5225,&quot;33929&quot;:5226,&quot;33912&quot;:5227,&quot;33852&quot;:5228,&quot;33862&quot;:5229,&quot;33897&quot;:5230,&quot;33910&quot;:5231,&quot;33932&quot;:5232,&quot;33934&quot;:5233,&quot;33841&quot;:5234,&quot;33901&quot;:5235,&quot;33985&quot;:5236,&quot;33997&quot;:5237,&quot;34000&quot;:5238,&quot;34022&quot;:5239,&quot;33981&quot;:5240,&quot;34003&quot;:5241,&quot;33994&quot;:5242,&quot;33983&quot;:5243,&quot;33978&quot;:5244,&quot;34016&quot;:5245,&quot;33953&quot;:5246,&quot;33977&quot;:5247,&quot;33972&quot;:5248,&quot;33943&quot;:5249,&quot;34021&quot;:5250,&quot;34019&quot;:5251,&quot;34060&quot;:5252,&quot;29965&quot;:5253,&quot;34104&quot;:5254,&quot;34032&quot;:5255,&quot;34105&quot;:5256,&quot;34079&quot;:5257,&quot;34106&quot;:5258,&quot;34134&quot;:5259,&quot;34107&quot;:5260,&quot;34047&quot;:5261,&quot;34044&quot;:5262,&quot;34137&quot;:5263,&quot;34120&quot;:5264,&quot;34152&quot;:5265,&quot;34148&quot;:5266,&quot;34142&quot;:5267,&quot;34170&quot;:5268,&quot;30626&quot;:5269,&quot;34115&quot;:5270,&quot;34162&quot;:5271,&quot;34171&quot;:5272,&quot;34212&quot;:5273,&quot;34216&quot;:5274,&quot;34183&quot;:5275,&quot;34191&quot;:5276,&quot;34169&quot;:5277,&quot;34222&quot;:5278,&quot;34204&quot;:5279,&quot;34181&quot;:5280,&quot;34233&quot;:5281,&quot;34231&quot;:5282,&quot;34224&quot;:5283,&quot;34259&quot;:5284,&quot;34241&quot;:5285,&quot;34268&quot;:5286,&quot;34303&quot;:5287,&quot;34343&quot;:5288,&quot;34309&quot;:5289,&quot;34345&quot;:5290,&quot;34326&quot;:5291,&quot;34364&quot;:5292,&quot;12086&quot;:5293,&quot;24318&quot;:5293,&quot;24328&quot;:5294,&quot;22844&quot;:5295,&quot;22849&quot;:5296,&quot;32823&quot;:5297,&quot;22869&quot;:5298,&quot;22874&quot;:5299,&quot;22872&quot;:5300,&quot;21263&quot;:5301,&quot;12074&quot;:5302,&quot;23586&quot;:5302,&quot;23589&quot;:5303,&quot;23596&quot;:5304,&quot;23604&quot;:5305,&quot;25164&quot;:5306,&quot;25194&quot;:5307,&quot;25247&quot;:5308,&quot;25275&quot;:5309,&quot;25290&quot;:5310,&quot;25306&quot;:5311,&quot;25303&quot;:5312,&quot;25326&quot;:5313,&quot;25378&quot;:5314,&quot;25334&quot;:5315,&quot;25401&quot;:5316,&quot;25419&quot;:5317,&quot;25411&quot;:5318,&quot;25517&quot;:5319,&quot;25590&quot;:5320,&quot;25457&quot;:5321,&quot;25466&quot;:5322,&quot;25486&quot;:5323,&quot;25524&quot;:5324,&quot;25453&quot;:5325,&quot;25516&quot;:5326,&quot;25482&quot;:5327,&quot;25449&quot;:5328,&quot;25518&quot;:5329,&quot;25532&quot;:5330,&quot;25586&quot;:5331,&quot;25592&quot;:5332,&quot;25568&quot;:5333,&quot;25599&quot;:5334,&quot;25540&quot;:5335,&quot;25566&quot;:5336,&quot;25550&quot;:5337,&quot;25682&quot;:5338,&quot;25542&quot;:5339,&quot;25534&quot;:5340,&quot;25669&quot;:5341,&quot;25665&quot;:5342,&quot;25611&quot;:5343,&quot;25627&quot;:5344,&quot;25632&quot;:5345,&quot;25612&quot;:5346,&quot;25638&quot;:5347,&quot;25633&quot;:5348,&quot;25694&quot;:5349,&quot;25732&quot;:5350,&quot;25709&quot;:5351,&quot;25750&quot;:5352,&quot;25722&quot;:5353,&quot;25783&quot;:5354,&quot;25784&quot;:5355,&quot;25753&quot;:5356,&quot;25786&quot;:5357,&quot;25792&quot;:5358,&quot;25808&quot;:5359,&quot;25815&quot;:5360,&quot;25828&quot;:5361,&quot;25826&quot;:5362,&quot;25865&quot;:5363,&quot;25893&quot;:5364,&quot;25902&quot;:5365,&quot;12087&quot;:5366,&quot;24331&quot;:5366,&quot;24530&quot;:5367,&quot;29977&quot;:5368,&quot;24337&quot;:5369,&quot;21343&quot;:5370,&quot;21489&quot;:5371,&quot;21501&quot;:5372,&quot;21481&quot;:5373,&quot;21480&quot;:5374,&quot;21499&quot;:5375,&quot;21522&quot;:5376,&quot;21526&quot;:5377,&quot;21510&quot;:5378,&quot;21579&quot;:5379,&quot;21586&quot;:5380,&quot;21587&quot;:5381,&quot;21588&quot;:5382,&quot;21590&quot;:5383,&quot;21571&quot;:5384,&quot;21537&quot;:5385,&quot;21591&quot;:5386,&quot;21593&quot;:5387,&quot;21539&quot;:5388,&quot;21554&quot;:5389,&quot;21634&quot;:5390,&quot;21652&quot;:5391,&quot;21623&quot;:5392,&quot;21617&quot;:5393,&quot;21604&quot;:5394,&quot;21658&quot;:5395,&quot;21659&quot;:5396,&quot;21636&quot;:5397,&quot;21622&quot;:5398,&quot;21606&quot;:5399,&quot;21661&quot;:5400,&quot;21712&quot;:5401,&quot;21677&quot;:5402,&quot;21698&quot;:5403,&quot;21684&quot;:5404,&quot;21714&quot;:5405,&quot;21671&quot;:5406,&quot;21670&quot;:5407,&quot;21715&quot;:5408,&quot;21716&quot;:5409,&quot;21618&quot;:5410,&quot;21667&quot;:5411,&quot;21717&quot;:5412,&quot;21691&quot;:5413,&quot;21695&quot;:5414,&quot;21708&quot;:5415,&quot;21721&quot;:5416,&quot;21722&quot;:5417,&quot;21724&quot;:5418,&quot;21673&quot;:5419,&quot;21674&quot;:5420,&quot;21668&quot;:5421,&quot;21725&quot;:5422,&quot;21711&quot;:5423,&quot;21726&quot;:5424,&quot;21787&quot;:5425,&quot;21735&quot;:5426,&quot;21792&quot;:5427,&quot;21757&quot;:5428,&quot;21780&quot;:5429,&quot;21747&quot;:5430,&quot;21794&quot;:5431,&quot;21795&quot;:5432,&quot;21775&quot;:5433,&quot;21777&quot;:5434,&quot;21799&quot;:5435,&quot;21802&quot;:5436,&quot;21863&quot;:5437,&quot;21903&quot;:5438,&quot;21941&quot;:5439,&quot;21833&quot;:5440,&quot;21869&quot;:5441,&quot;21825&quot;:5442,&quot;21845&quot;:5443,&quot;21823&quot;:5444,&quot;21840&quot;:5445,&quot;21820&quot;:5446,&quot;21815&quot;:5447,&quot;21846&quot;:5448,&quot;21877&quot;:5449,&quot;21878&quot;:5450,&quot;21879&quot;:5451,&quot;21811&quot;:5452,&quot;21808&quot;:5453,&quot;21852&quot;:5454,&quot;21899&quot;:5455,&quot;21970&quot;:5456,&quot;21891&quot;:5457,&quot;21937&quot;:5458,&quot;21945&quot;:5459,&quot;21896&quot;:5460,&quot;21889&quot;:5461,&quot;21919&quot;:5462,&quot;21886&quot;:5463,&quot;21974&quot;:5464,&quot;21905&quot;:5465,&quot;21883&quot;:5466,&quot;21983&quot;:5467,&quot;21949&quot;:5468,&quot;21950&quot;:5469,&quot;21908&quot;:5470,&quot;21913&quot;:5471,&quot;21994&quot;:5472,&quot;22007&quot;:5473,&quot;21961&quot;:5474,&quot;22047&quot;:5475,&quot;21969&quot;:5476,&quot;21995&quot;:5477,&quot;21996&quot;:5478,&quot;21972&quot;:5479,&quot;21990&quot;:5480,&quot;21981&quot;:5481,&quot;21956&quot;:5482,&quot;21999&quot;:5483,&quot;21989&quot;:5484,&quot;22002&quot;:5485,&quot;22003&quot;:5486,&quot;21964&quot;:5487,&quot;21965&quot;:5488,&quot;21992&quot;:5489,&quot;22005&quot;:5490,&quot;21988&quot;:5491,&quot;36756&quot;:5492,&quot;22046&quot;:5493,&quot;22024&quot;:5494,&quot;22028&quot;:5495,&quot;22017&quot;:5496,&quot;22052&quot;:5497,&quot;22051&quot;:5498,&quot;22014&quot;:5499,&quot;22016&quot;:5500,&quot;22055&quot;:5501,&quot;22061&quot;:5502,&quot;22104&quot;:5503,&quot;22073&quot;:5504,&quot;22103&quot;:5505,&quot;22060&quot;:5506,&quot;22093&quot;:5507,&quot;22114&quot;:5508,&quot;22105&quot;:5509,&quot;22108&quot;:5510,&quot;22092&quot;:5511,&quot;22100&quot;:5512,&quot;22150&quot;:5513,&quot;22116&quot;:5514,&quot;22129&quot;:5515,&quot;22123&quot;:5516,&quot;22139&quot;:5517,&quot;22140&quot;:5518,&quot;22149&quot;:5519,&quot;22163&quot;:5520,&quot;22191&quot;:5521,&quot;22228&quot;:5522,&quot;12062&quot;:5523,&quot;22231&quot;:5523,&quot;22237&quot;:5524,&quot;22241&quot;:5525,&quot;22261&quot;:5526,&quot;22251&quot;:5527,&quot;22265&quot;:5528,&quot;22271&quot;:5529,&quot;22276&quot;:5530,&quot;22282&quot;:5531,&quot;22281&quot;:5532,&quot;22300&quot;:5533,&quot;24079&quot;:5534,&quot;24089&quot;:5535,&quot;24084&quot;:5536,&quot;24081&quot;:5537,&quot;24113&quot;:5538,&quot;24123&quot;:5539,&quot;24124&quot;:5540,&quot;24119&quot;:5541,&quot;24132&quot;:5542,&quot;24148&quot;:5543,&quot;24155&quot;:5544,&quot;24158&quot;:5545,&quot;24161&quot;:5546,&quot;23692&quot;:5547,&quot;23674&quot;:5548,&quot;23693&quot;:5549,&quot;23696&quot;:5550,&quot;23702&quot;:5551,&quot;23688&quot;:5552,&quot;23704&quot;:5553,&quot;23705&quot;:5554,&quot;23697&quot;:5555,&quot;23706&quot;:5556,&quot;23708&quot;:5557,&quot;23733&quot;:5558,&quot;23714&quot;:5559,&quot;23741&quot;:5560,&quot;23724&quot;:5561,&quot;23723&quot;:5562,&quot;23729&quot;:5563,&quot;23715&quot;:5564,&quot;23745&quot;:5565,&quot;23735&quot;:5566,&quot;23748&quot;:5567,&quot;23762&quot;:5568,&quot;23780&quot;:5569,&quot;23755&quot;:5570,&quot;23781&quot;:5571,&quot;23810&quot;:5572,&quot;23811&quot;:5573,&quot;23847&quot;:5574,&quot;23846&quot;:5575,&quot;23854&quot;:5576,&quot;23844&quot;:5577,&quot;23838&quot;:5578,&quot;23814&quot;:5579,&quot;23835&quot;:5580,&quot;23896&quot;:5581,&quot;23870&quot;:5582,&quot;23860&quot;:5583,&quot;23869&quot;:5584,&quot;23916&quot;:5585,&quot;23899&quot;:5586,&quot;23919&quot;:5587,&quot;23901&quot;:5588,&quot;23915&quot;:5589,&quot;23883&quot;:5590,&quot;23882&quot;:5591,&quot;23913&quot;:5592,&quot;23924&quot;:5593,&quot;23938&quot;:5594,&quot;23961&quot;:5595,&quot;23965&quot;:5596,&quot;35955&quot;:5597,&quot;23991&quot;:5598,&quot;24005&quot;:5599,&quot;12091&quot;:5600,&quot;24435&quot;:5600,&quot;24439&quot;:5601,&quot;24450&quot;:5602,&quot;24455&quot;:5603,&quot;24457&quot;:5604,&quot;24460&quot;:5605,&quot;24469&quot;:5606,&quot;24473&quot;:5607,&quot;24476&quot;:5608,&quot;24488&quot;:5609,&quot;24493&quot;:5610,&quot;24501&quot;:5611,&quot;24508&quot;:5612,&quot;34914&quot;:5613,&quot;12090&quot;:5614,&quot;24417&quot;:5614,&quot;29357&quot;:5615,&quot;29360&quot;:5616,&quot;29364&quot;:5617,&quot;29367&quot;:5618,&quot;29368&quot;:5619,&quot;29379&quot;:5620,&quot;29377&quot;:5621,&quot;29390&quot;:5622,&quot;29389&quot;:5623,&quot;29394&quot;:5624,&quot;29416&quot;:5625,&quot;29423&quot;:5626,&quot;29417&quot;:5627,&quot;29426&quot;:5628,&quot;29428&quot;:5629,&quot;29431&quot;:5630,&quot;29441&quot;:5631,&quot;29427&quot;:5632,&quot;29443&quot;:5633,&quot;29434&quot;:5634,&quot;29435&quot;:5635,&quot;29463&quot;:5636,&quot;29459&quot;:5637,&quot;29473&quot;:5638,&quot;29450&quot;:5639,&quot;29470&quot;:5640,&quot;29469&quot;:5641,&quot;29461&quot;:5642,&quot;29474&quot;:5643,&quot;29497&quot;:5644,&quot;29477&quot;:5645,&quot;29484&quot;:5646,&quot;29496&quot;:5647,&quot;29489&quot;:5648,&quot;29520&quot;:5649,&quot;29517&quot;:5650,&quot;29527&quot;:5651,&quot;29536&quot;:5652,&quot;29548&quot;:5653,&quot;29551&quot;:5654,&quot;29566&quot;:5655,&quot;12167&quot;:5656,&quot;33307&quot;:5656,&quot;22821&quot;:5657,&quot;39143&quot;:5658,&quot;22820&quot;:5659,&quot;12065&quot;:5660,&quot;22786&quot;:5660,&quot;39267&quot;:5661,&quot;39271&quot;:5662,&quot;39272&quot;:5663,&quot;39273&quot;:5664,&quot;39274&quot;:5665,&quot;39275&quot;:5666,&quot;39276&quot;:5667,&quot;39284&quot;:5668,&quot;39287&quot;:5669,&quot;39293&quot;:5670,&quot;39296&quot;:5671,&quot;39300&quot;:5672,&quot;39303&quot;:5673,&quot;39306&quot;:5674,&quot;39309&quot;:5675,&quot;39312&quot;:5676,&quot;39313&quot;:5677,&quot;39315&quot;:5678,&quot;39316&quot;:5679,&quot;39317&quot;:5680,&quot;24192&quot;:5681,&quot;24209&quot;:5682,&quot;24203&quot;:5683,&quot;24214&quot;:5684,&quot;24229&quot;:5685,&quot;24224&quot;:5686,&quot;24249&quot;:5687,&quot;24245&quot;:5688,&quot;24254&quot;:5689,&quot;24243&quot;:5690,&quot;36179&quot;:5691,&quot;24274&quot;:5692,&quot;24273&quot;:5693,&quot;24283&quot;:5694,&quot;24296&quot;:5695,&quot;24298&quot;:5696,&quot;33210&quot;:5697,&quot;24516&quot;:5698,&quot;24521&quot;:5699,&quot;24534&quot;:5700,&quot;24527&quot;:5701,&quot;24579&quot;:5702,&quot;24558&quot;:5703,&quot;24580&quot;:5704,&quot;24545&quot;:5705,&quot;24548&quot;:5706,&quot;24574&quot;:5707,&quot;24581&quot;:5708,&quot;24582&quot;:5709,&quot;24554&quot;:5710,&quot;24557&quot;:5711,&quot;24568&quot;:5712,&quot;24601&quot;:5713,&quot;24629&quot;:5714,&quot;24614&quot;:5715,&quot;24603&quot;:5716,&quot;24591&quot;:5717,&quot;24589&quot;:5718,&quot;24617&quot;:5719,&quot;24619&quot;:5720,&quot;24586&quot;:5721,&quot;24639&quot;:5722,&quot;24609&quot;:5723,&quot;24696&quot;:5724,&quot;24697&quot;:5725,&quot;24699&quot;:5726,&quot;24698&quot;:5727,&quot;24642&quot;:5728,&quot;24682&quot;:5729,&quot;24701&quot;:5730,&quot;24726&quot;:5731,&quot;24730&quot;:5732,&quot;24749&quot;:5733,&quot;24733&quot;:5734,&quot;24707&quot;:5735,&quot;24722&quot;:5736,&quot;24716&quot;:5737,&quot;24731&quot;:5738,&quot;24812&quot;:5739,&quot;24763&quot;:5740,&quot;24753&quot;:5741,&quot;24797&quot;:5742,&quot;24792&quot;:5743,&quot;24774&quot;:5744,&quot;24794&quot;:5745,&quot;24756&quot;:5746,&quot;24864&quot;:5747,&quot;24870&quot;:5748,&quot;24853&quot;:5749,&quot;24867&quot;:5750,&quot;24820&quot;:5751,&quot;24832&quot;:5752,&quot;24846&quot;:5753,&quot;24875&quot;:5754,&quot;24906&quot;:5755,&quot;24949&quot;:5756,&quot;25004&quot;:5757,&quot;24980&quot;:5758,&quot;24999&quot;:5759,&quot;25015&quot;:5760,&quot;25044&quot;:5761,&quot;25077&quot;:5762,&quot;24541&quot;:5763,&quot;38579&quot;:5764,&quot;38377&quot;:5765,&quot;38379&quot;:5766,&quot;38385&quot;:5767,&quot;38387&quot;:5768,&quot;38389&quot;:5769,&quot;38390&quot;:5770,&quot;38396&quot;:5771,&quot;38398&quot;:5772,&quot;38403&quot;:5773,&quot;38404&quot;:5774,&quot;38406&quot;:5775,&quot;38408&quot;:5776,&quot;38410&quot;:5777,&quot;38411&quot;:5778,&quot;38412&quot;:5779,&quot;38413&quot;:5780,&quot;38415&quot;:5781,&quot;38418&quot;:5782,&quot;38421&quot;:5783,&quot;38422&quot;:5784,&quot;38423&quot;:5785,&quot;38425&quot;:5786,&quot;38426&quot;:5787,&quot;20012&quot;:5788,&quot;12121&quot;:5789,&quot;29247&quot;:5789,&quot;25109&quot;:5790,&quot;27701&quot;:5791,&quot;27732&quot;:5792,&quot;27740&quot;:5793,&quot;27722&quot;:5794,&quot;27811&quot;:5795,&quot;27781&quot;:5796,&quot;27792&quot;:5797,&quot;27796&quot;:5798,&quot;27788&quot;:5799,&quot;27752&quot;:5800,&quot;27753&quot;:5801,&quot;27764&quot;:5802,&quot;27766&quot;:5803,&quot;27782&quot;:5804,&quot;27817&quot;:5805,&quot;27856&quot;:5806,&quot;27860&quot;:5807,&quot;27821&quot;:5808,&quot;27895&quot;:5809,&quot;27896&quot;:5810,&quot;27889&quot;:5811,&quot;27863&quot;:5812,&quot;27826&quot;:5813,&quot;27872&quot;:5814,&quot;27862&quot;:5815,&quot;27898&quot;:5816,&quot;27883&quot;:5817,&quot;27886&quot;:5818,&quot;27825&quot;:5819,&quot;27859&quot;:5820,&quot;27887&quot;:5821,&quot;27902&quot;:5822,&quot;27961&quot;:5823,&quot;27943&quot;:5824,&quot;27916&quot;:5825,&quot;27971&quot;:5826,&quot;27976&quot;:5827,&quot;27911&quot;:5828,&quot;27908&quot;:5829,&quot;27929&quot;:5830,&quot;27918&quot;:5831,&quot;27947&quot;:5832,&quot;27981&quot;:5833,&quot;27950&quot;:5834,&quot;27957&quot;:5835,&quot;27930&quot;:5836,&quot;27983&quot;:5837,&quot;27986&quot;:5838,&quot;27988&quot;:5839,&quot;27955&quot;:5840,&quot;28049&quot;:5841,&quot;28015&quot;:5842,&quot;28062&quot;:5843,&quot;28064&quot;:5844,&quot;27998&quot;:5845,&quot;28051&quot;:5846,&quot;28052&quot;:5847,&quot;27996&quot;:5848,&quot;28000&quot;:5849,&quot;28028&quot;:5850,&quot;28003&quot;:5851,&quot;28186&quot;:5852,&quot;28103&quot;:5853,&quot;28101&quot;:5854,&quot;28126&quot;:5855,&quot;28174&quot;:5856,&quot;28095&quot;:5857,&quot;28128&quot;:5858,&quot;28177&quot;:5859,&quot;28134&quot;:5860,&quot;28125&quot;:5861,&quot;28121&quot;:5862,&quot;28182&quot;:5863,&quot;28075&quot;:5864,&quot;28172&quot;:5865,&quot;28078&quot;:5866,&quot;28203&quot;:5867,&quot;28270&quot;:5868,&quot;28238&quot;:5869,&quot;28267&quot;:5870,&quot;28338&quot;:5871,&quot;28255&quot;:5872,&quot;28294&quot;:5873,&quot;28243&quot;:5874,&quot;28244&quot;:5875,&quot;28210&quot;:5876,&quot;28197&quot;:5877,&quot;28228&quot;:5878,&quot;28383&quot;:5879,&quot;28337&quot;:5880,&quot;28312&quot;:5881,&quot;28384&quot;:5882,&quot;28461&quot;:5883,&quot;28386&quot;:5884,&quot;28325&quot;:5885,&quot;28327&quot;:5886,&quot;28349&quot;:5887,&quot;28347&quot;:5888,&quot;28343&quot;:5889,&quot;28375&quot;:5890,&quot;28340&quot;:5891,&quot;28367&quot;:5892,&quot;28303&quot;:5893,&quot;28354&quot;:5894,&quot;28319&quot;:5895,&quot;28514&quot;:5896,&quot;28486&quot;:5897,&quot;28487&quot;:5898,&quot;28452&quot;:5899,&quot;28437&quot;:5900,&quot;28409&quot;:5901,&quot;28463&quot;:5902,&quot;28470&quot;:5903,&quot;28491&quot;:5904,&quot;28532&quot;:5905,&quot;28458&quot;:5906,&quot;28425&quot;:5907,&quot;28457&quot;:5908,&quot;28553&quot;:5909,&quot;28557&quot;:5910,&quot;28556&quot;:5911,&quot;28536&quot;:5912,&quot;28530&quot;:5913,&quot;28540&quot;:5914,&quot;28538&quot;:5915,&quot;28625&quot;:5916,&quot;28617&quot;:5917,&quot;28583&quot;:5918,&quot;28601&quot;:5919,&quot;28598&quot;:5920,&quot;28610&quot;:5921,&quot;28641&quot;:5922,&quot;28654&quot;:5923,&quot;28638&quot;:5924,&quot;28640&quot;:5925,&quot;28655&quot;:5926,&quot;28698&quot;:5927,&quot;28707&quot;:5928,&quot;28699&quot;:5929,&quot;28729&quot;:5930,&quot;28725&quot;:5931,&quot;28751&quot;:5932,&quot;28766&quot;:5933,&quot;12071&quot;:5934,&quot;23424&quot;:5934,&quot;23428&quot;:5935,&quot;23445&quot;:5936,&quot;23443&quot;:5937,&quot;23461&quot;:5938,&quot;23480&quot;:5939,&quot;29999&quot;:5940,&quot;39582&quot;:5941,&quot;25652&quot;:5942,&quot;23524&quot;:5943,&quot;23534&quot;:5944,&quot;35120&quot;:5945,&quot;23536&quot;:5946,&quot;36423&quot;:5947,&quot;35591&quot;:5948,&quot;36790&quot;:5949,&quot;36819&quot;:5950,&quot;36821&quot;:5951,&quot;36837&quot;:5952,&quot;36846&quot;:5953,&quot;36836&quot;:5954,&quot;36841&quot;:5955,&quot;36838&quot;:5956,&quot;36851&quot;:5957,&quot;36840&quot;:5958,&quot;36869&quot;:5959,&quot;36868&quot;:5960,&quot;36875&quot;:5961,&quot;36902&quot;:5962,&quot;36881&quot;:5963,&quot;36877&quot;:5964,&quot;36886&quot;:5965,&quot;36897&quot;:5966,&quot;36917&quot;:5967,&quot;36918&quot;:5968,&quot;36909&quot;:5969,&quot;36911&quot;:5970,&quot;36932&quot;:5971,&quot;36945&quot;:5972,&quot;36946&quot;:5973,&quot;36944&quot;:5974,&quot;36968&quot;:5975,&quot;36952&quot;:5976,&quot;36962&quot;:5977,&quot;36955&quot;:5978,&quot;26297&quot;:5979,&quot;36980&quot;:5980,&quot;36989&quot;:5981,&quot;36994&quot;:5982,&quot;37000&quot;:5983,&quot;36995&quot;:5984,&quot;37003&quot;:5985,&quot;12089&quot;:5986,&quot;24400&quot;:5986,&quot;24407&quot;:5987,&quot;24406&quot;:5988,&quot;24408&quot;:5989,&quot;23611&quot;:5990,&quot;21675&quot;:5991,&quot;23632&quot;:5992,&quot;23641&quot;:5993,&quot;23409&quot;:5994,&quot;23651&quot;:5995,&quot;23654&quot;:5996,&quot;32700&quot;:5997,&quot;24362&quot;:5998,&quot;24361&quot;:5999,&quot;24365&quot;:6000,&quot;33396&quot;:6001,&quot;24380&quot;:6002,&quot;39739&quot;:6003,&quot;12076&quot;:6004,&quot;23662&quot;:6004,&quot;22913&quot;:6005,&quot;22915&quot;:6006,&quot;22925&quot;:6007,&quot;22953&quot;:6008,&quot;22954&quot;:6009,&quot;22947&quot;:6010,&quot;22935&quot;:6011,&quot;22986&quot;:6012,&quot;22955&quot;:6013,&quot;22942&quot;:6014,&quot;22948&quot;:6015,&quot;22994&quot;:6016,&quot;22962&quot;:6017,&quot;22959&quot;:6018,&quot;22999&quot;:6019,&quot;22974&quot;:6020,&quot;23045&quot;:6021,&quot;23046&quot;:6022,&quot;23005&quot;:6023,&quot;23048&quot;:6024,&quot;23011&quot;:6025,&quot;23000&quot;:6026,&quot;23033&quot;:6027,&quot;23052&quot;:6028,&quot;23049&quot;:6029,&quot;23090&quot;:6030,&quot;23092&quot;:6031,&quot;23057&quot;:6032,&quot;23075&quot;:6033,&quot;23059&quot;:6034,&quot;23104&quot;:6035,&quot;23143&quot;:6036,&quot;23114&quot;:6037,&quot;23125&quot;:6038,&quot;23100&quot;:6039,&quot;23138&quot;:6040,&quot;23157&quot;:6041,&quot;33004&quot;:6042,&quot;23210&quot;:6043,&quot;23195&quot;:6044,&quot;23159&quot;:6045,&quot;23162&quot;:6046,&quot;23230&quot;:6047,&quot;23275&quot;:6048,&quot;23218&quot;:6049,&quot;23250&quot;:6050,&quot;23252&quot;:6051,&quot;23224&quot;:6052,&quot;23264&quot;:6053,&quot;23267&quot;:6054,&quot;23281&quot;:6055,&quot;23254&quot;:6056,&quot;23270&quot;:6057,&quot;23256&quot;:6058,&quot;23260&quot;:6059,&quot;23305&quot;:6060,&quot;23319&quot;:6061,&quot;23318&quot;:6062,&quot;23346&quot;:6063,&quot;23351&quot;:6064,&quot;23360&quot;:6065,&quot;23573&quot;:6066,&quot;23580&quot;:6067,&quot;23386&quot;:6068,&quot;23397&quot;:6069,&quot;23411&quot;:6070,&quot;23377&quot;:6071,&quot;23379&quot;:6072,&quot;23394&quot;:6073,&quot;39541&quot;:6074,&quot;39543&quot;:6075,&quot;39544&quot;:6076,&quot;39546&quot;:6077,&quot;39551&quot;:6078,&quot;39549&quot;:6079,&quot;39552&quot;:6080,&quot;39553&quot;:6081,&quot;39557&quot;:6082,&quot;39560&quot;:6083,&quot;39562&quot;:6084,&quot;39568&quot;:6085,&quot;39570&quot;:6086,&quot;39571&quot;:6087,&quot;39574&quot;:6088,&quot;39576&quot;:6089,&quot;39579&quot;:6090,&quot;39580&quot;:6091,&quot;39581&quot;:6092,&quot;39583&quot;:6093,&quot;39584&quot;:6094,&quot;39586&quot;:6095,&quot;39587&quot;:6096,&quot;39589&quot;:6097,&quot;39591&quot;:6098,&quot;32415&quot;:6099,&quot;32417&quot;:6100,&quot;32419&quot;:6101,&quot;32421&quot;:6102,&quot;32424&quot;:6103,&quot;32425&quot;:6104,&quot;32429&quot;:6105,&quot;32432&quot;:6106,&quot;32446&quot;:6107,&quot;32448&quot;:6108,&quot;32449&quot;:6109,&quot;32450&quot;:6110,&quot;32457&quot;:6111,&quot;32459&quot;:6112,&quot;32460&quot;:6113,&quot;32464&quot;:6114,&quot;32468&quot;:6115,&quot;32471&quot;:6116,&quot;32475&quot;:6117,&quot;32480&quot;:6118,&quot;32481&quot;:6119,&quot;32488&quot;:6120,&quot;32491&quot;:6121,&quot;32494&quot;:6122,&quot;32495&quot;:6123,&quot;32497&quot;:6124,&quot;32498&quot;:6125,&quot;32525&quot;:6126,&quot;32502&quot;:6127,&quot;32506&quot;:6128,&quot;32507&quot;:6129,&quot;32510&quot;:6130,&quot;32513&quot;:6131,&quot;32514&quot;:6132,&quot;32515&quot;:6133,&quot;32519&quot;:6134,&quot;32520&quot;:6135,&quot;32523&quot;:6136,&quot;32524&quot;:6137,&quot;32527&quot;:6138,&quot;32529&quot;:6139,&quot;32530&quot;:6140,&quot;32535&quot;:6141,&quot;32537&quot;:6142,&quot;32540&quot;:6143,&quot;32539&quot;:6144,&quot;32543&quot;:6145,&quot;32545&quot;:6146,&quot;32546&quot;:6147,&quot;32547&quot;:6148,&quot;32548&quot;:6149,&quot;32549&quot;:6150,&quot;32550&quot;:6151,&quot;32551&quot;:6152,&quot;32554&quot;:6153,&quot;32555&quot;:6154,&quot;32556&quot;:6155,&quot;32557&quot;:6156,&quot;32559&quot;:6157,&quot;32560&quot;:6158,&quot;32561&quot;:6159,&quot;32562&quot;:6160,&quot;32563&quot;:6161,&quot;32565&quot;:6162,&quot;12083&quot;:6163,&quot;24186&quot;:6163,&quot;30079&quot;:6164,&quot;12078&quot;:6165,&quot;24027&quot;:6165,&quot;30014&quot;:6166,&quot;37013&quot;:6167,&quot;29582&quot;:6168,&quot;29585&quot;:6169,&quot;29614&quot;:6170,&quot;29602&quot;:6171,&quot;29599&quot;:6172,&quot;29647&quot;:6173,&quot;29634&quot;:6174,&quot;29649&quot;:6175,&quot;29623&quot;:6176,&quot;29619&quot;:6177,&quot;29632&quot;:6178,&quot;29641&quot;:6179,&quot;29640&quot;:6180,&quot;29669&quot;:6181,&quot;29657&quot;:6182,&quot;39036&quot;:6183,&quot;29706&quot;:6184,&quot;29673&quot;:6185,&quot;29671&quot;:6186,&quot;29662&quot;:6187,&quot;29626&quot;:6188,&quot;29682&quot;:6189,&quot;29711&quot;:6190,&quot;29738&quot;:6191,&quot;29787&quot;:6192,&quot;29734&quot;:6193,&quot;29733&quot;:6194,&quot;29736&quot;:6195,&quot;29744&quot;:6196,&quot;29742&quot;:6197,&quot;29740&quot;:6198,&quot;29723&quot;:6199,&quot;29722&quot;:6200,&quot;29761&quot;:6201,&quot;29788&quot;:6202,&quot;29783&quot;:6203,&quot;29781&quot;:6204,&quot;29785&quot;:6205,&quot;29815&quot;:6206,&quot;29805&quot;:6207,&quot;29822&quot;:6208,&quot;29852&quot;:6209,&quot;29838&quot;:6210,&quot;29824&quot;:6211,&quot;29825&quot;:6212,&quot;29831&quot;:6213,&quot;29835&quot;:6214,&quot;29854&quot;:6215,&quot;29864&quot;:6216,&quot;29865&quot;:6217,&quot;29840&quot;:6218,&quot;29863&quot;:6219,&quot;29906&quot;:6220,&quot;29882&quot;:6221,&quot;38890&quot;:6222,&quot;38891&quot;:6223,&quot;38892&quot;:6224,&quot;26444&quot;:6225,&quot;26451&quot;:6226,&quot;26462&quot;:6227,&quot;26440&quot;:6228,&quot;26473&quot;:6229,&quot;26533&quot;:6230,&quot;26503&quot;:6231,&quot;26474&quot;:6232,&quot;26483&quot;:6233,&quot;26520&quot;:6234,&quot;26535&quot;:6235,&quot;26485&quot;:6236,&quot;26536&quot;:6237,&quot;26526&quot;:6238,&quot;26541&quot;:6239,&quot;26507&quot;:6240,&quot;26487&quot;:6241,&quot;26492&quot;:6242,&quot;26608&quot;:6243,&quot;26633&quot;:6244,&quot;26584&quot;:6245,&quot;26634&quot;:6246,&quot;26601&quot;:6247,&quot;26544&quot;:6248,&quot;26636&quot;:6249,&quot;26585&quot;:6250,&quot;26549&quot;:6251,&quot;26586&quot;:6252,&quot;26547&quot;:6253,&quot;26589&quot;:6254,&quot;26624&quot;:6255,&quot;26563&quot;:6256,&quot;26552&quot;:6257,&quot;26594&quot;:6258,&quot;26638&quot;:6259,&quot;26561&quot;:6260,&quot;26621&quot;:6261,&quot;26674&quot;:6262,&quot;26675&quot;:6263,&quot;26720&quot;:6264,&quot;26721&quot;:6265,&quot;26702&quot;:6266,&quot;26722&quot;:6267,&quot;26692&quot;:6268,&quot;26724&quot;:6269,&quot;26755&quot;:6270,&quot;26653&quot;:6271,&quot;26709&quot;:6272,&quot;26726&quot;:6273,&quot;26689&quot;:6274,&quot;26727&quot;:6275,&quot;26688&quot;:6276,&quot;26686&quot;:6277,&quot;26698&quot;:6278,&quot;26697&quot;:6279,&quot;26665&quot;:6280,&quot;26805&quot;:6281,&quot;26767&quot;:6282,&quot;26740&quot;:6283,&quot;26743&quot;:6284,&quot;26771&quot;:6285,&quot;26731&quot;:6286,&quot;26818&quot;:6287,&quot;26990&quot;:6288,&quot;26876&quot;:6289,&quot;26911&quot;:6290,&quot;26912&quot;:6291,&quot;26873&quot;:6292,&quot;26916&quot;:6293,&quot;26864&quot;:6294,&quot;26891&quot;:6295,&quot;26881&quot;:6296,&quot;26967&quot;:6297,&quot;26851&quot;:6298,&quot;26896&quot;:6299,&quot;26993&quot;:6300,&quot;26937&quot;:6301,&quot;26976&quot;:6302,&quot;26946&quot;:6303,&quot;26973&quot;:6304,&quot;27012&quot;:6305,&quot;26987&quot;:6306,&quot;27008&quot;:6307,&quot;27032&quot;:6308,&quot;27000&quot;:6309,&quot;26932&quot;:6310,&quot;27084&quot;:6311,&quot;27015&quot;:6312,&quot;27016&quot;:6313,&quot;27086&quot;:6314,&quot;27017&quot;:6315,&quot;26982&quot;:6316,&quot;26979&quot;:6317,&quot;27001&quot;:6318,&quot;27035&quot;:6319,&quot;27047&quot;:6320,&quot;27067&quot;:6321,&quot;27051&quot;:6322,&quot;27053&quot;:6323,&quot;27092&quot;:6324,&quot;27057&quot;:6325,&quot;27073&quot;:6326,&quot;27082&quot;:6327,&quot;27103&quot;:6328,&quot;27029&quot;:6329,&quot;27104&quot;:6330,&quot;27021&quot;:6331,&quot;27135&quot;:6332,&quot;27183&quot;:6333,&quot;27117&quot;:6334,&quot;27159&quot;:6335,&quot;27160&quot;:6336,&quot;27237&quot;:6337,&quot;27122&quot;:6338,&quot;27204&quot;:6339,&quot;27198&quot;:6340,&quot;27296&quot;:6341,&quot;27216&quot;:6342,&quot;27227&quot;:6343,&quot;27189&quot;:6344,&quot;27278&quot;:6345,&quot;27257&quot;:6346,&quot;27197&quot;:6347,&quot;27176&quot;:6348,&quot;27224&quot;:6349,&quot;27260&quot;:6350,&quot;27281&quot;:6351,&quot;27280&quot;:6352,&quot;27305&quot;:6353,&quot;27287&quot;:6354,&quot;27307&quot;:6355,&quot;29495&quot;:6356,&quot;29522&quot;:6357,&quot;27521&quot;:6358,&quot;27522&quot;:6359,&quot;27527&quot;:6360,&quot;27524&quot;:6361,&quot;27538&quot;:6362,&quot;27539&quot;:6363,&quot;27533&quot;:6364,&quot;27546&quot;:6365,&quot;27547&quot;:6366,&quot;27553&quot;:6367,&quot;27562&quot;:6368,&quot;36715&quot;:6369,&quot;36717&quot;:6370,&quot;36721&quot;:6371,&quot;36722&quot;:6372,&quot;36723&quot;:6373,&quot;36725&quot;:6374,&quot;36726&quot;:6375,&quot;36728&quot;:6376,&quot;36727&quot;:6377,&quot;36729&quot;:6378,&quot;36730&quot;:6379,&quot;36732&quot;:6380,&quot;36734&quot;:6381,&quot;36737&quot;:6382,&quot;36738&quot;:6383,&quot;36740&quot;:6384,&quot;36743&quot;:6385,&quot;36747&quot;:6386,&quot;36749&quot;:6387,&quot;36750&quot;:6388,&quot;36751&quot;:6389,&quot;36760&quot;:6390,&quot;36762&quot;:6391,&quot;36558&quot;:6392,&quot;25099&quot;:6393,&quot;25111&quot;:6394,&quot;25115&quot;:6395,&quot;25119&quot;:6396,&quot;25122&quot;:6397,&quot;25121&quot;:6398,&quot;25125&quot;:6399,&quot;25124&quot;:6400,&quot;25132&quot;:6401,&quot;33255&quot;:6402,&quot;29935&quot;:6403,&quot;29940&quot;:6404,&quot;29951&quot;:6405,&quot;29967&quot;:6406,&quot;29969&quot;:6407,&quot;29971&quot;:6408,&quot;12097&quot;:6409,&quot;25908&quot;:6409,&quot;26094&quot;:6410,&quot;26095&quot;:6411,&quot;26096&quot;:6412,&quot;26122&quot;:6413,&quot;26137&quot;:6414,&quot;26482&quot;:6415,&quot;26115&quot;:6416,&quot;26133&quot;:6417,&quot;26112&quot;:6418,&quot;28805&quot;:6419,&quot;26359&quot;:6420,&quot;26141&quot;:6421,&quot;26164&quot;:6422,&quot;26161&quot;:6423,&quot;26166&quot;:6424,&quot;26165&quot;:6425,&quot;32774&quot;:6426,&quot;26207&quot;:6427,&quot;26196&quot;:6428,&quot;26177&quot;:6429,&quot;26191&quot;:6430,&quot;26198&quot;:6431,&quot;26209&quot;:6432,&quot;26199&quot;:6433,&quot;26231&quot;:6434,&quot;26244&quot;:6435,&quot;26252&quot;:6436,&quot;26279&quot;:6437,&quot;26269&quot;:6438,&quot;26302&quot;:6439,&quot;26331&quot;:6440,&quot;26332&quot;:6441,&quot;26342&quot;:6442,&quot;26345&quot;:6443,&quot;36146&quot;:6444,&quot;36147&quot;:6445,&quot;36150&quot;:6446,&quot;36155&quot;:6447,&quot;36157&quot;:6448,&quot;36160&quot;:6449,&quot;36165&quot;:6450,&quot;36166&quot;:6451,&quot;36168&quot;:6452,&quot;36169&quot;:6453,&quot;36167&quot;:6454,&quot;36173&quot;:6455,&quot;36181&quot;:6456,&quot;36185&quot;:6457,&quot;35271&quot;:6458,&quot;35274&quot;:6459,&quot;35275&quot;:6460,&quot;35276&quot;:6461,&quot;35278&quot;:6462,&quot;35279&quot;:6463,&quot;35280&quot;:6464,&quot;35281&quot;:6465,&quot;29294&quot;:6466,&quot;29343&quot;:6467,&quot;29277&quot;:6468,&quot;29286&quot;:6469,&quot;29295&quot;:6470,&quot;29310&quot;:6471,&quot;29311&quot;:6472,&quot;29316&quot;:6473,&quot;29323&quot;:6474,&quot;29325&quot;:6475,&quot;29327&quot;:6476,&quot;29330&quot;:6477,&quot;25352&quot;:6478,&quot;25394&quot;:6479,&quot;25520&quot;:6480,&quot;25663&quot;:6481,&quot;25816&quot;:6482,&quot;32772&quot;:6483,&quot;27626&quot;:6484,&quot;27635&quot;:6485,&quot;27645&quot;:6486,&quot;27637&quot;:6487,&quot;27641&quot;:6488,&quot;27653&quot;:6489,&quot;27655&quot;:6490,&quot;27654&quot;:6491,&quot;27661&quot;:6492,&quot;27669&quot;:6493,&quot;27672&quot;:6494,&quot;27673&quot;:6495,&quot;27674&quot;:6496,&quot;27681&quot;:6497,&quot;27689&quot;:6498,&quot;27684&quot;:6499,&quot;27690&quot;:6500,&quot;27698&quot;:6501,&quot;25909&quot;:6502,&quot;25941&quot;:6503,&quot;25963&quot;:6504,&quot;29261&quot;:6505,&quot;29266&quot;:6506,&quot;29270&quot;:6507,&quot;29232&quot;:6508,&quot;34402&quot;:6509,&quot;21014&quot;:6510,&quot;32927&quot;:6511,&quot;32924&quot;:6512,&quot;32915&quot;:6513,&quot;32956&quot;:6514,&quot;26378&quot;:6515,&quot;32957&quot;:6516,&quot;32945&quot;:6517,&quot;32939&quot;:6518,&quot;32941&quot;:6519,&quot;32948&quot;:6520,&quot;32951&quot;:6521,&quot;32999&quot;:6522,&quot;33000&quot;:6523,&quot;33001&quot;:6524,&quot;33002&quot;:6525,&quot;32987&quot;:6526,&quot;32962&quot;:6527,&quot;32964&quot;:6528,&quot;32985&quot;:6529,&quot;32973&quot;:6530,&quot;32983&quot;:6531,&quot;26384&quot;:6532,&quot;32989&quot;:6533,&quot;33003&quot;:6534,&quot;33009&quot;:6535,&quot;33012&quot;:6536,&quot;33005&quot;:6537,&quot;33037&quot;:6538,&quot;33038&quot;:6539,&quot;33010&quot;:6540,&quot;33020&quot;:6541,&quot;26389&quot;:6542,&quot;33042&quot;:6543,&quot;35930&quot;:6544,&quot;33078&quot;:6545,&quot;33054&quot;:6546,&quot;33068&quot;:6547,&quot;33048&quot;:6548,&quot;33074&quot;:6549,&quot;33096&quot;:6550,&quot;33100&quot;:6551,&quot;33107&quot;:6552,&quot;33140&quot;:6553,&quot;33113&quot;:6554,&quot;33114&quot;:6555,&quot;33137&quot;:6556,&quot;33120&quot;:6557,&quot;33129&quot;:6558,&quot;33148&quot;:6559,&quot;33149&quot;:6560,&quot;33133&quot;:6561,&quot;33127&quot;:6562,&quot;22605&quot;:6563,&quot;23221&quot;:6564,&quot;33160&quot;:6565,&quot;33154&quot;:6566,&quot;33169&quot;:6567,&quot;28373&quot;:6568,&quot;33187&quot;:6569,&quot;33194&quot;:6570,&quot;33228&quot;:6571,&quot;26406&quot;:6572,&quot;33226&quot;:6573,&quot;33211&quot;:6574,&quot;33217&quot;:6575,&quot;33190&quot;:6576,&quot;27428&quot;:6577,&quot;27447&quot;:6578,&quot;27449&quot;:6579,&quot;27459&quot;:6580,&quot;27462&quot;:6581,&quot;27481&quot;:6582,&quot;39121&quot;:6583,&quot;39122&quot;:6584,&quot;39123&quot;:6585,&quot;39125&quot;:6586,&quot;39129&quot;:6587,&quot;39130&quot;:6588,&quot;12110&quot;:6589,&quot;27571&quot;:6589,&quot;24384&quot;:6590,&quot;27586&quot;:6591,&quot;35315&quot;:6592,&quot;26000&quot;:6593,&quot;40785&quot;:6594,&quot;26003&quot;:6595,&quot;26044&quot;:6596,&quot;26054&quot;:6597,&quot;26052&quot;:6598,&quot;26051&quot;:6599,&quot;26060&quot;:6600,&quot;26062&quot;:6601,&quot;26066&quot;:6602,&quot;26070&quot;:6603,&quot;28800&quot;:6604,&quot;28828&quot;:6605,&quot;28822&quot;:6606,&quot;28829&quot;:6607,&quot;28859&quot;:6608,&quot;28864&quot;:6609,&quot;28855&quot;:6610,&quot;28843&quot;:6611,&quot;28849&quot;:6612,&quot;28904&quot;:6613,&quot;28874&quot;:6614,&quot;28944&quot;:6615,&quot;28947&quot;:6616,&quot;28950&quot;:6617,&quot;28975&quot;:6618,&quot;28977&quot;:6619,&quot;29043&quot;:6620,&quot;29020&quot;:6621,&quot;29032&quot;:6622,&quot;28997&quot;:6623,&quot;29042&quot;:6624,&quot;29002&quot;:6625,&quot;29048&quot;:6626,&quot;29050&quot;:6627,&quot;29080&quot;:6628,&quot;29107&quot;:6629,&quot;29109&quot;:6630,&quot;29096&quot;:6631,&quot;29088&quot;:6632,&quot;29152&quot;:6633,&quot;29140&quot;:6634,&quot;29159&quot;:6635,&quot;29177&quot;:6636,&quot;29213&quot;:6637,&quot;29224&quot;:6638,&quot;28780&quot;:6639,&quot;28952&quot;:6640,&quot;29030&quot;:6641,&quot;29113&quot;:6642,&quot;25150&quot;:6643,&quot;25149&quot;:6644,&quot;25155&quot;:6645,&quot;25160&quot;:6646,&quot;25161&quot;:6647,&quot;31035&quot;:6648,&quot;31040&quot;:6649,&quot;31046&quot;:6650,&quot;31049&quot;:6651,&quot;31067&quot;:6652,&quot;31068&quot;:6653,&quot;31059&quot;:6654,&quot;31066&quot;:6655,&quot;31074&quot;:6656,&quot;31063&quot;:6657,&quot;31072&quot;:6658,&quot;31087&quot;:6659,&quot;31079&quot;:6660,&quot;31098&quot;:6661,&quot;31109&quot;:6662,&quot;31114&quot;:6663,&quot;31130&quot;:6664,&quot;31143&quot;:6665,&quot;31155&quot;:6666,&quot;24529&quot;:6667,&quot;24528&quot;:6668,&quot;24636&quot;:6669,&quot;24669&quot;:6670,&quot;24666&quot;:6671,&quot;24679&quot;:6672,&quot;24641&quot;:6673,&quot;24665&quot;:6674,&quot;24675&quot;:6675,&quot;24747&quot;:6676,&quot;24838&quot;:6677,&quot;24845&quot;:6678,&quot;24925&quot;:6679,&quot;25001&quot;:6680,&quot;24989&quot;:6681,&quot;25035&quot;:6682,&quot;25041&quot;:6683,&quot;25094&quot;:6684,&quot;32896&quot;:6685,&quot;12160&quot;:6686,&quot;32895&quot;:6686,&quot;27795&quot;:6687,&quot;27894&quot;:6688,&quot;28156&quot;:6689,&quot;30710&quot;:6690,&quot;30712&quot;:6691,&quot;30720&quot;:6692,&quot;30729&quot;:6693,&quot;30743&quot;:6694,&quot;30744&quot;:6695,&quot;30737&quot;:6696,&quot;26027&quot;:6697,&quot;30765&quot;:6698,&quot;30748&quot;:6699,&quot;30749&quot;:6700,&quot;30777&quot;:6701,&quot;30778&quot;:6702,&quot;30779&quot;:6703,&quot;30751&quot;:6704,&quot;30780&quot;:6705,&quot;30757&quot;:6706,&quot;30764&quot;:6707,&quot;30755&quot;:6708,&quot;30761&quot;:6709,&quot;30798&quot;:6710,&quot;30829&quot;:6711,&quot;30806&quot;:6712,&quot;30807&quot;:6713,&quot;30758&quot;:6714,&quot;30800&quot;:6715,&quot;30791&quot;:6716,&quot;30796&quot;:6717,&quot;30826&quot;:6718,&quot;30875&quot;:6719,&quot;30867&quot;:6720,&quot;30874&quot;:6721,&quot;30855&quot;:6722,&quot;30876&quot;:6723,&quot;30881&quot;:6724,&quot;30883&quot;:6725,&quot;30898&quot;:6726,&quot;30905&quot;:6727,&quot;30885&quot;:6728,&quot;30932&quot;:6729,&quot;30937&quot;:6730,&quot;30921&quot;:6731,&quot;30956&quot;:6732,&quot;30962&quot;:6733,&quot;30981&quot;:6734,&quot;30964&quot;:6735,&quot;30995&quot;:6736,&quot;31012&quot;:6737,&quot;31006&quot;:6738,&quot;31028&quot;:6739,&quot;40859&quot;:6740,&quot;12235&quot;:6741,&quot;40697&quot;:6741,&quot;40699&quot;:6742,&quot;40700&quot;:6743,&quot;30449&quot;:6744,&quot;30468&quot;:6745,&quot;30477&quot;:6746,&quot;30457&quot;:6747,&quot;30471&quot;:6748,&quot;30472&quot;:6749,&quot;30490&quot;:6750,&quot;30498&quot;:6751,&quot;30489&quot;:6752,&quot;30509&quot;:6753,&quot;30502&quot;:6754,&quot;30517&quot;:6755,&quot;30520&quot;:6756,&quot;30544&quot;:6757,&quot;30545&quot;:6758,&quot;30535&quot;:6759,&quot;30531&quot;:6760,&quot;30554&quot;:6761,&quot;30568&quot;:6762,&quot;30562&quot;:6763,&quot;30565&quot;:6764,&quot;30591&quot;:6765,&quot;30605&quot;:6766,&quot;30589&quot;:6767,&quot;30592&quot;:6768,&quot;30604&quot;:6769,&quot;30609&quot;:6770,&quot;30623&quot;:6771,&quot;30624&quot;:6772,&quot;30640&quot;:6773,&quot;30645&quot;:6774,&quot;30653&quot;:6775,&quot;30010&quot;:6776,&quot;30016&quot;:6777,&quot;30030&quot;:6778,&quot;30027&quot;:6779,&quot;30024&quot;:6780,&quot;30043&quot;:6781,&quot;30066&quot;:6782,&quot;30073&quot;:6783,&quot;30083&quot;:6784,&quot;32600&quot;:6785,&quot;32609&quot;:6786,&quot;32607&quot;:6787,&quot;35400&quot;:6788,&quot;32616&quot;:6789,&quot;32628&quot;:6790,&quot;32625&quot;:6791,&quot;32633&quot;:6792,&quot;32641&quot;:6793,&quot;32638&quot;:6794,&quot;30413&quot;:6795,&quot;30437&quot;:6796,&quot;34866&quot;:6797,&quot;38021&quot;:6798,&quot;38022&quot;:6799,&quot;38023&quot;:6800,&quot;38027&quot;:6801,&quot;38026&quot;:6802,&quot;38028&quot;:6803,&quot;38029&quot;:6804,&quot;38031&quot;:6805,&quot;38032&quot;:6806,&quot;38036&quot;:6807,&quot;38039&quot;:6808,&quot;38037&quot;:6809,&quot;38042&quot;:6810,&quot;38043&quot;:6811,&quot;38044&quot;:6812,&quot;38051&quot;:6813,&quot;38052&quot;:6814,&quot;38059&quot;:6815,&quot;38058&quot;:6816,&quot;38061&quot;:6817,&quot;38060&quot;:6818,&quot;38063&quot;:6819,&quot;38064&quot;:6820,&quot;38066&quot;:6821,&quot;38068&quot;:6822,&quot;38070&quot;:6823,&quot;38071&quot;:6824,&quot;38072&quot;:6825,&quot;38073&quot;:6826,&quot;38074&quot;:6827,&quot;38076&quot;:6828,&quot;38077&quot;:6829,&quot;38079&quot;:6830,&quot;38084&quot;:6831,&quot;38088&quot;:6832,&quot;38089&quot;:6833,&quot;38090&quot;:6834,&quot;38091&quot;:6835,&quot;38092&quot;:6836,&quot;38093&quot;:6837,&quot;38094&quot;:6838,&quot;38096&quot;:6839,&quot;38097&quot;:6840,&quot;38098&quot;:6841,&quot;38101&quot;:6842,&quot;38102&quot;:6843,&quot;38103&quot;:6844,&quot;38105&quot;:6845,&quot;38104&quot;:6846,&quot;38107&quot;:6847,&quot;38110&quot;:6848,&quot;38111&quot;:6849,&quot;38112&quot;:6850,&quot;38114&quot;:6851,&quot;38116&quot;:6852,&quot;38117&quot;:6853,&quot;38119&quot;:6854,&quot;38120&quot;:6855,&quot;38122&quot;:6856,&quot;38121&quot;:6857,&quot;38123&quot;:6858,&quot;38126&quot;:6859,&quot;38127&quot;:6860,&quot;38131&quot;:6861,&quot;38132&quot;:6862,&quot;38133&quot;:6863,&quot;38135&quot;:6864,&quot;38137&quot;:6865,&quot;38140&quot;:6866,&quot;38141&quot;:6867,&quot;38143&quot;:6868,&quot;38147&quot;:6869,&quot;38146&quot;:6870,&quot;38150&quot;:6871,&quot;38151&quot;:6872,&quot;38153&quot;:6873,&quot;38154&quot;:6874,&quot;38157&quot;:6875,&quot;38158&quot;:6876,&quot;38159&quot;:6877,&quot;38162&quot;:6878,&quot;38163&quot;:6879,&quot;38164&quot;:6880,&quot;38165&quot;:6881,&quot;38166&quot;:6882,&quot;38168&quot;:6883,&quot;38171&quot;:6884,&quot;38173&quot;:6885,&quot;38174&quot;:6886,&quot;38175&quot;:6887,&quot;38178&quot;:6888,&quot;38186&quot;:6889,&quot;38187&quot;:6890,&quot;38185&quot;:6891,&quot;38188&quot;:6892,&quot;38193&quot;:6893,&quot;38194&quot;:6894,&quot;38196&quot;:6895,&quot;38198&quot;:6896,&quot;38199&quot;:6897,&quot;38200&quot;:6898,&quot;38204&quot;:6899,&quot;38206&quot;:6900,&quot;38207&quot;:6901,&quot;38210&quot;:6902,&quot;38197&quot;:6903,&quot;38212&quot;:6904,&quot;38213&quot;:6905,&quot;38214&quot;:6906,&quot;38217&quot;:6907,&quot;38220&quot;:6908,&quot;38222&quot;:6909,&quot;38223&quot;:6910,&quot;38226&quot;:6911,&quot;38227&quot;:6912,&quot;38228&quot;:6913,&quot;38230&quot;:6914,&quot;38231&quot;:6915,&quot;38232&quot;:6916,&quot;38233&quot;:6917,&quot;38235&quot;:6918,&quot;38238&quot;:6919,&quot;38239&quot;:6920,&quot;38237&quot;:6921,&quot;38241&quot;:6922,&quot;38242&quot;:6923,&quot;38244&quot;:6924,&quot;38245&quot;:6925,&quot;38246&quot;:6926,&quot;38247&quot;:6927,&quot;38248&quot;:6928,&quot;38249&quot;:6929,&quot;38250&quot;:6930,&quot;38251&quot;:6931,&quot;38252&quot;:6932,&quot;38255&quot;:6933,&quot;38257&quot;:6934,&quot;38258&quot;:6935,&quot;38259&quot;:6936,&quot;38202&quot;:6937,&quot;30695&quot;:6938,&quot;30700&quot;:6939,&quot;38601&quot;:6940,&quot;31189&quot;:6941,&quot;31213&quot;:6942,&quot;31203&quot;:6943,&quot;31211&quot;:6944,&quot;31238&quot;:6945,&quot;23879&quot;:6946,&quot;31235&quot;:6947,&quot;31234&quot;:6948,&quot;31262&quot;:6949,&quot;31252&quot;:6950,&quot;31289&quot;:6951,&quot;31287&quot;:6952,&quot;31313&quot;:6953,&quot;40655&quot;:6954,&quot;39333&quot;:6955,&quot;31344&quot;:6956,&quot;30344&quot;:6957,&quot;30350&quot;:6958,&quot;30355&quot;:6959,&quot;30361&quot;:6960,&quot;30372&quot;:6961,&quot;29918&quot;:6962,&quot;29920&quot;:6963,&quot;29996&quot;:6964,&quot;40480&quot;:6965,&quot;40482&quot;:6966,&quot;40488&quot;:6967,&quot;40489&quot;:6968,&quot;40490&quot;:6969,&quot;40491&quot;:6970,&quot;40492&quot;:6971,&quot;40498&quot;:6972,&quot;40497&quot;:6973,&quot;40502&quot;:6974,&quot;40504&quot;:6975,&quot;40503&quot;:6976,&quot;40505&quot;:6977,&quot;40506&quot;:6978,&quot;40510&quot;:6979,&quot;40513&quot;:6980,&quot;40514&quot;:6981,&quot;40516&quot;:6982,&quot;40518&quot;:6983,&quot;40519&quot;:6984,&quot;40520&quot;:6985,&quot;40521&quot;:6986,&quot;40523&quot;:6987,&quot;40524&quot;:6988,&quot;40526&quot;:6989,&quot;40529&quot;:6990,&quot;40533&quot;:6991,&quot;40535&quot;:6992,&quot;40538&quot;:6993,&quot;40539&quot;:6994,&quot;40540&quot;:6995,&quot;40542&quot;:6996,&quot;40547&quot;:6997,&quot;40550&quot;:6998,&quot;40551&quot;:6999,&quot;40552&quot;:7000,&quot;40553&quot;:7001,&quot;40554&quot;:7002,&quot;40555&quot;:7003,&quot;40556&quot;:7004,&quot;40561&quot;:7005,&quot;40557&quot;:7006,&quot;40563&quot;:7007,&quot;12135&quot;:7008,&quot;30098&quot;:7008,&quot;30100&quot;:7009,&quot;30102&quot;:7010,&quot;30112&quot;:7011,&quot;30109&quot;:7012,&quot;30124&quot;:7013,&quot;30115&quot;:7014,&quot;30131&quot;:7015,&quot;30132&quot;:7016,&quot;30136&quot;:7017,&quot;30148&quot;:7018,&quot;30129&quot;:7019,&quot;30128&quot;:7020,&quot;30147&quot;:7021,&quot;30146&quot;:7022,&quot;30166&quot;:7023,&quot;30157&quot;:7024,&quot;30179&quot;:7025,&quot;30184&quot;:7026,&quot;30182&quot;:7027,&quot;30180&quot;:7028,&quot;30187&quot;:7029,&quot;30183&quot;:7030,&quot;30211&quot;:7031,&quot;30193&quot;:7032,&quot;30204&quot;:7033,&quot;30207&quot;:7034,&quot;30224&quot;:7035,&quot;30208&quot;:7036,&quot;30213&quot;:7037,&quot;30220&quot;:7038,&quot;30231&quot;:7039,&quot;30218&quot;:7040,&quot;30245&quot;:7041,&quot;30232&quot;:7042,&quot;30229&quot;:7043,&quot;30233&quot;:7044,&quot;30235&quot;:7045,&quot;30268&quot;:7046,&quot;30242&quot;:7047,&quot;30240&quot;:7048,&quot;30272&quot;:7049,&quot;30253&quot;:7050,&quot;30256&quot;:7051,&quot;30271&quot;:7052,&quot;30261&quot;:7053,&quot;30275&quot;:7054,&quot;30270&quot;:7055,&quot;30259&quot;:7056,&quot;30285&quot;:7057,&quot;30302&quot;:7058,&quot;30292&quot;:7059,&quot;30300&quot;:7060,&quot;30294&quot;:7061,&quot;30315&quot;:7062,&quot;30319&quot;:7063,&quot;32714&quot;:7064,&quot;31462&quot;:7065,&quot;31352&quot;:7066,&quot;31353&quot;:7067,&quot;31360&quot;:7068,&quot;31366&quot;:7069,&quot;31368&quot;:7070,&quot;31381&quot;:7071,&quot;31398&quot;:7072,&quot;31392&quot;:7073,&quot;31404&quot;:7074,&quot;31400&quot;:7075,&quot;31405&quot;:7076,&quot;31411&quot;:7077,&quot;34916&quot;:7078,&quot;34921&quot;:7079,&quot;34930&quot;:7080,&quot;34941&quot;:7081,&quot;34943&quot;:7082,&quot;34946&quot;:7083,&quot;34978&quot;:7084,&quot;35014&quot;:7085,&quot;34999&quot;:7086,&quot;35004&quot;:7087,&quot;35017&quot;:7088,&quot;35042&quot;:7089,&quot;35022&quot;:7090,&quot;35043&quot;:7091,&quot;35045&quot;:7092,&quot;35057&quot;:7093,&quot;35098&quot;:7094,&quot;35068&quot;:7095,&quot;35048&quot;:7096,&quot;35070&quot;:7097,&quot;35056&quot;:7098,&quot;35105&quot;:7099,&quot;35097&quot;:7100,&quot;35091&quot;:7101,&quot;35099&quot;:7102,&quot;35082&quot;:7103,&quot;35124&quot;:7104,&quot;35115&quot;:7105,&quot;35126&quot;:7106,&quot;35137&quot;:7107,&quot;35174&quot;:7108,&quot;35195&quot;:7109,&quot;12134&quot;:7110,&quot;30091&quot;:7110,&quot;32997&quot;:7111,&quot;30386&quot;:7112,&quot;30388&quot;:7113,&quot;30684&quot;:7114,&quot;12158&quot;:7115,&quot;32786&quot;:7115,&quot;32788&quot;:7116,&quot;32790&quot;:7117,&quot;32796&quot;:7118,&quot;32800&quot;:7119,&quot;32802&quot;:7120,&quot;32805&quot;:7121,&quot;32806&quot;:7122,&quot;32807&quot;:7123,&quot;32809&quot;:7124,&quot;32808&quot;:7125,&quot;32817&quot;:7126,&quot;32779&quot;:7127,&quot;32821&quot;:7128,&quot;32835&quot;:7129,&quot;32838&quot;:7130,&quot;32845&quot;:7131,&quot;32850&quot;:7132,&quot;32873&quot;:7133,&quot;32881&quot;:7134,&quot;35203&quot;:7135,&quot;39032&quot;:7136,&quot;39040&quot;:7137,&quot;39043&quot;:7138,&quot;39049&quot;:7139,&quot;39052&quot;:7140,&quot;39053&quot;:7141,&quot;39055&quot;:7142,&quot;39060&quot;:7143,&quot;39066&quot;:7144,&quot;39067&quot;:7145,&quot;39070&quot;:7146,&quot;39071&quot;:7147,&quot;39073&quot;:7148,&quot;39074&quot;:7149,&quot;39077&quot;:7150,&quot;39078&quot;:7151,&quot;12172&quot;:7152,&quot;34381&quot;:7152,&quot;34388&quot;:7153,&quot;34412&quot;:7154,&quot;34414&quot;:7155,&quot;34431&quot;:7156,&quot;34426&quot;:7157,&quot;34428&quot;:7158,&quot;34427&quot;:7159,&quot;34472&quot;:7160,&quot;34445&quot;:7161,&quot;34443&quot;:7162,&quot;34476&quot;:7163,&quot;34461&quot;:7164,&quot;34471&quot;:7165,&quot;34467&quot;:7166,&quot;34474&quot;:7167,&quot;34451&quot;:7168,&quot;34473&quot;:7169,&quot;34486&quot;:7170,&quot;34500&quot;:7171,&quot;34485&quot;:7172,&quot;34510&quot;:7173,&quot;34480&quot;:7174,&quot;34490&quot;:7175,&quot;34481&quot;:7176,&quot;34479&quot;:7177,&quot;34505&quot;:7178,&quot;34511&quot;:7179,&quot;34484&quot;:7180,&quot;34537&quot;:7181,&quot;34545&quot;:7182,&quot;34546&quot;:7183,&quot;34541&quot;:7184,&quot;34547&quot;:7185,&quot;34512&quot;:7186,&quot;34579&quot;:7187,&quot;34526&quot;:7188,&quot;34548&quot;:7189,&quot;34527&quot;:7190,&quot;34520&quot;:7191,&quot;34513&quot;:7192,&quot;34563&quot;:7193,&quot;34567&quot;:7194,&quot;34552&quot;:7195,&quot;34568&quot;:7196,&quot;34570&quot;:7197,&quot;34573&quot;:7198,&quot;34569&quot;:7199,&quot;34595&quot;:7200,&quot;34619&quot;:7201,&quot;34590&quot;:7202,&quot;34597&quot;:7203,&quot;34606&quot;:7204,&quot;34586&quot;:7205,&quot;34622&quot;:7206,&quot;34632&quot;:7207,&quot;34612&quot;:7208,&quot;34609&quot;:7209,&quot;34601&quot;:7210,&quot;34615&quot;:7211,&quot;34623&quot;:7212,&quot;34690&quot;:7213,&quot;34594&quot;:7214,&quot;34685&quot;:7215,&quot;34686&quot;:7216,&quot;34683&quot;:7217,&quot;34656&quot;:7218,&quot;34672&quot;:7219,&quot;34636&quot;:7220,&quot;34670&quot;:7221,&quot;34699&quot;:7222,&quot;34643&quot;:7223,&quot;34659&quot;:7224,&quot;34684&quot;:7225,&quot;34660&quot;:7226,&quot;34649&quot;:7227,&quot;34661&quot;:7228,&quot;34707&quot;:7229,&quot;34735&quot;:7230,&quot;34728&quot;:7231,&quot;34770&quot;:7232,&quot;34758&quot;:7233,&quot;34696&quot;:7234,&quot;34693&quot;:7235,&quot;34733&quot;:7236,&quot;34711&quot;:7237,&quot;34691&quot;:7238,&quot;34731&quot;:7239,&quot;34789&quot;:7240,&quot;34732&quot;:7241,&quot;34741&quot;:7242,&quot;34739&quot;:7243,&quot;34763&quot;:7244,&quot;34771&quot;:7245,&quot;34749&quot;:7246,&quot;34769&quot;:7247,&quot;34752&quot;:7248,&quot;34762&quot;:7249,&quot;34779&quot;:7250,&quot;34794&quot;:7251,&quot;34784&quot;:7252,&quot;34798&quot;:7253,&quot;34838&quot;:7254,&quot;34835&quot;:7255,&quot;34814&quot;:7256,&quot;34826&quot;:7257,&quot;34843&quot;:7258,&quot;34849&quot;:7259,&quot;34873&quot;:7260,&quot;34876&quot;:7261,&quot;12152&quot;:7262,&quot;32566&quot;:7262,&quot;32578&quot;:7263,&quot;32580&quot;:7264,&quot;32581&quot;:7265,&quot;33296&quot;:7266,&quot;31482&quot;:7267,&quot;31485&quot;:7268,&quot;31496&quot;:7269,&quot;31491&quot;:7270,&quot;31492&quot;:7271,&quot;31509&quot;:7272,&quot;31498&quot;:7273,&quot;31531&quot;:7274,&quot;31503&quot;:7275,&quot;31559&quot;:7276,&quot;31544&quot;:7277,&quot;31530&quot;:7278,&quot;31513&quot;:7279,&quot;31534&quot;:7280,&quot;31537&quot;:7281,&quot;31520&quot;:7282,&quot;31525&quot;:7283,&quot;31524&quot;:7284,&quot;31539&quot;:7285,&quot;31550&quot;:7286,&quot;31518&quot;:7287,&quot;31576&quot;:7288,&quot;31578&quot;:7289,&quot;31557&quot;:7290,&quot;31605&quot;:7291,&quot;31564&quot;:7292,&quot;31581&quot;:7293,&quot;31584&quot;:7294,&quot;31598&quot;:7295,&quot;31611&quot;:7296,&quot;31586&quot;:7297,&quot;31602&quot;:7298,&quot;31601&quot;:7299,&quot;31632&quot;:7300,&quot;31654&quot;:7301,&quot;31655&quot;:7302,&quot;31672&quot;:7303,&quot;31660&quot;:7304,&quot;31645&quot;:7305,&quot;31656&quot;:7306,&quot;31621&quot;:7307,&quot;31658&quot;:7308,&quot;31644&quot;:7309,&quot;31650&quot;:7310,&quot;31659&quot;:7311,&quot;31668&quot;:7312,&quot;31697&quot;:7313,&quot;31681&quot;:7314,&quot;31692&quot;:7315,&quot;31709&quot;:7316,&quot;31706&quot;:7317,&quot;31717&quot;:7318,&quot;31718&quot;:7319,&quot;31722&quot;:7320,&quot;31756&quot;:7321,&quot;31742&quot;:7322,&quot;31740&quot;:7323,&quot;31759&quot;:7324,&quot;31766&quot;:7325,&quot;31755&quot;:7326,&quot;31775&quot;:7327,&quot;31786&quot;:7328,&quot;31782&quot;:7329,&quot;31800&quot;:7330,&quot;31809&quot;:7331,&quot;31808&quot;:7332,&quot;33278&quot;:7333,&quot;33281&quot;:7334,&quot;33282&quot;:7335,&quot;33284&quot;:7336,&quot;33260&quot;:7337,&quot;34884&quot;:7338,&quot;33313&quot;:7339,&quot;33314&quot;:7340,&quot;33315&quot;:7341,&quot;33325&quot;:7342,&quot;33327&quot;:7343,&quot;33320&quot;:7344,&quot;33323&quot;:7345,&quot;33336&quot;:7346,&quot;33339&quot;:7347,&quot;33331&quot;:7348,&quot;33332&quot;:7349,&quot;33342&quot;:7350,&quot;33348&quot;:7351,&quot;33353&quot;:7352,&quot;33355&quot;:7353,&quot;33359&quot;:7354,&quot;33370&quot;:7355,&quot;33375&quot;:7356,&quot;33384&quot;:7357,&quot;34942&quot;:7358,&quot;34949&quot;:7359,&quot;34952&quot;:7360,&quot;35032&quot;:7361,&quot;35039&quot;:7362,&quot;35166&quot;:7363,&quot;32669&quot;:7364,&quot;32671&quot;:7365,&quot;32679&quot;:7366,&quot;32687&quot;:7367,&quot;32688&quot;:7368,&quot;32690&quot;:7369,&quot;31868&quot;:7370,&quot;25929&quot;:7371,&quot;31889&quot;:7372,&quot;31901&quot;:7373,&quot;31900&quot;:7374,&quot;31902&quot;:7375,&quot;31906&quot;:7376,&quot;31922&quot;:7377,&quot;31932&quot;:7378,&quot;31933&quot;:7379,&quot;31937&quot;:7380,&quot;31943&quot;:7381,&quot;31948&quot;:7382,&quot;31949&quot;:7383,&quot;31944&quot;:7384,&quot;31941&quot;:7385,&quot;31959&quot;:7386,&quot;31976&quot;:7387,&quot;12169&quot;:7388,&quot;33390&quot;:7388,&quot;26280&quot;:7389,&quot;32703&quot;:7390,&quot;32718&quot;:7391,&quot;32725&quot;:7392,&quot;32741&quot;:7393,&quot;32737&quot;:7394,&quot;32742&quot;:7395,&quot;32745&quot;:7396,&quot;32750&quot;:7397,&quot;32755&quot;:7398,&quot;12151&quot;:7399,&quot;31992&quot;:7399,&quot;32119&quot;:7400,&quot;32166&quot;:7401,&quot;32174&quot;:7402,&quot;32327&quot;:7403,&quot;32411&quot;:7404,&quot;40632&quot;:7405,&quot;40628&quot;:7406,&quot;36211&quot;:7407,&quot;36228&quot;:7408,&quot;36244&quot;:7409,&quot;36241&quot;:7410,&quot;36273&quot;:7411,&quot;36199&quot;:7412,&quot;36205&quot;:7413,&quot;35911&quot;:7414,&quot;35913&quot;:7415,&quot;37194&quot;:7416,&quot;37200&quot;:7417,&quot;37198&quot;:7418,&quot;37199&quot;:7419,&quot;37220&quot;:7420,&quot;37218&quot;:7421,&quot;37217&quot;:7422,&quot;37232&quot;:7423,&quot;37225&quot;:7424,&quot;37231&quot;:7425,&quot;37245&quot;:7426,&quot;37246&quot;:7427,&quot;37234&quot;:7428,&quot;37236&quot;:7429,&quot;37241&quot;:7430,&quot;37260&quot;:7431,&quot;37253&quot;:7432,&quot;37264&quot;:7433,&quot;37261&quot;:7434,&quot;37265&quot;:7435,&quot;37282&quot;:7436,&quot;37283&quot;:7437,&quot;37290&quot;:7438,&quot;37293&quot;:7439,&quot;37294&quot;:7440,&quot;37295&quot;:7441,&quot;37301&quot;:7442,&quot;37300&quot;:7443,&quot;37306&quot;:7444,&quot;12183&quot;:7445,&quot;35925&quot;:7445,&quot;40574&quot;:7446,&quot;36280&quot;:7447,&quot;36331&quot;:7448,&quot;36357&quot;:7449,&quot;36441&quot;:7450,&quot;36457&quot;:7451,&quot;36277&quot;:7452,&quot;36287&quot;:7453,&quot;36284&quot;:7454,&quot;36282&quot;:7455,&quot;36292&quot;:7456,&quot;36310&quot;:7457,&quot;36311&quot;:7458,&quot;36314&quot;:7459,&quot;36318&quot;:7460,&quot;36302&quot;:7461,&quot;36303&quot;:7462,&quot;36315&quot;:7463,&quot;36294&quot;:7464,&quot;36332&quot;:7465,&quot;36343&quot;:7466,&quot;36344&quot;:7467,&quot;36323&quot;:7468,&quot;36345&quot;:7469,&quot;36347&quot;:7470,&quot;36324&quot;:7471,&quot;36361&quot;:7472,&quot;36349&quot;:7473,&quot;36372&quot;:7474,&quot;36381&quot;:7475,&quot;36383&quot;:7476,&quot;36396&quot;:7477,&quot;36398&quot;:7478,&quot;36387&quot;:7479,&quot;36399&quot;:7480,&quot;36410&quot;:7481,&quot;36416&quot;:7482,&quot;36409&quot;:7483,&quot;36405&quot;:7484,&quot;36413&quot;:7485,&quot;36401&quot;:7486,&quot;36425&quot;:7487,&quot;36417&quot;:7488,&quot;36418&quot;:7489,&quot;36433&quot;:7490,&quot;36434&quot;:7491,&quot;36426&quot;:7492,&quot;36464&quot;:7493,&quot;36470&quot;:7494,&quot;36476&quot;:7495,&quot;36463&quot;:7496,&quot;36468&quot;:7497,&quot;36485&quot;:7498,&quot;36495&quot;:7499,&quot;36500&quot;:7500,&quot;36496&quot;:7501,&quot;36508&quot;:7502,&quot;36510&quot;:7503,&quot;12184&quot;:7504,&quot;35960&quot;:7504,&quot;35970&quot;:7505,&quot;35978&quot;:7506,&quot;35973&quot;:7507,&quot;35992&quot;:7508,&quot;35988&quot;:7509,&quot;26011&quot;:7510,&quot;35286&quot;:7511,&quot;35294&quot;:7512,&quot;35290&quot;:7513,&quot;35292&quot;:7514,&quot;35301&quot;:7515,&quot;35307&quot;:7516,&quot;35311&quot;:7517,&quot;35390&quot;:7518,&quot;35622&quot;:7519,&quot;38739&quot;:7520,&quot;38633&quot;:7521,&quot;38643&quot;:7522,&quot;38639&quot;:7523,&quot;38662&quot;:7524,&quot;38657&quot;:7525,&quot;38664&quot;:7526,&quot;38671&quot;:7527,&quot;38670&quot;:7528,&quot;38698&quot;:7529,&quot;38701&quot;:7530,&quot;38704&quot;:7531,&quot;38718&quot;:7532,&quot;40832&quot;:7533,&quot;40835&quot;:7534,&quot;40837&quot;:7535,&quot;40838&quot;:7536,&quot;40839&quot;:7537,&quot;40840&quot;:7538,&quot;40841&quot;:7539,&quot;40842&quot;:7540,&quot;40844&quot;:7541,&quot;40702&quot;:7542,&quot;40715&quot;:7543,&quot;40717&quot;:7544,&quot;12203&quot;:7545,&quot;38585&quot;:7545,&quot;38588&quot;:7546,&quot;38589&quot;:7547,&quot;38606&quot;:7548,&quot;38610&quot;:7549,&quot;30655&quot;:7550,&quot;38624&quot;:7551,&quot;37518&quot;:7552,&quot;37550&quot;:7553,&quot;37576&quot;:7554,&quot;37694&quot;:7555,&quot;37738&quot;:7556,&quot;37834&quot;:7557,&quot;37775&quot;:7558,&quot;37950&quot;:7559,&quot;37995&quot;:7560,&quot;40063&quot;:7561,&quot;40066&quot;:7562,&quot;40069&quot;:7563,&quot;40070&quot;:7564,&quot;40071&quot;:7565,&quot;40072&quot;:7566,&quot;31267&quot;:7567,&quot;40075&quot;:7568,&quot;40078&quot;:7569,&quot;40080&quot;:7570,&quot;40081&quot;:7571,&quot;40082&quot;:7572,&quot;40084&quot;:7573,&quot;40085&quot;:7574,&quot;40090&quot;:7575,&quot;40091&quot;:7576,&quot;40094&quot;:7577,&quot;40095&quot;:7578,&quot;40096&quot;:7579,&quot;40097&quot;:7580,&quot;40098&quot;:7581,&quot;40099&quot;:7582,&quot;40101&quot;:7583,&quot;40102&quot;:7584,&quot;40103&quot;:7585,&quot;40104&quot;:7586,&quot;40105&quot;:7587,&quot;40107&quot;:7588,&quot;40109&quot;:7589,&quot;40110&quot;:7590,&quot;40112&quot;:7591,&quot;40113&quot;:7592,&quot;40114&quot;:7593,&quot;40115&quot;:7594,&quot;40116&quot;:7595,&quot;40117&quot;:7596,&quot;40118&quot;:7597,&quot;40119&quot;:7598,&quot;40122&quot;:7599,&quot;40123&quot;:7600,&quot;40124&quot;:7601,&quot;40125&quot;:7602,&quot;40132&quot;:7603,&quot;40133&quot;:7604,&quot;40134&quot;:7605,&quot;40135&quot;:7606,&quot;40138&quot;:7607,&quot;40139&quot;:7608,&quot;40140&quot;:7609,&quot;40141&quot;:7610,&quot;40142&quot;:7611,&quot;40143&quot;:7612,&quot;40144&quot;:7613,&quot;40147&quot;:7614,&quot;40148&quot;:7615,&quot;40149&quot;:7616,&quot;40151&quot;:7617,&quot;40152&quot;:7618,&quot;40153&quot;:7619,&quot;40156&quot;:7620,&quot;40157&quot;:7621,&quot;40159&quot;:7622,&quot;40162&quot;:7623,&quot;38780&quot;:7624,&quot;38789&quot;:7625,&quot;38801&quot;:7626,&quot;38802&quot;:7627,&quot;38804&quot;:7628,&quot;38831&quot;:7629,&quot;38827&quot;:7630,&quot;38819&quot;:7631,&quot;38834&quot;:7632,&quot;38836&quot;:7633,&quot;39601&quot;:7634,&quot;39600&quot;:7635,&quot;39607&quot;:7636,&quot;40536&quot;:7637,&quot;39606&quot;:7638,&quot;39610&quot;:7639,&quot;39612&quot;:7640,&quot;39617&quot;:7641,&quot;39616&quot;:7642,&quot;39621&quot;:7643,&quot;39618&quot;:7644,&quot;39627&quot;:7645,&quot;39628&quot;:7646,&quot;39633&quot;:7647,&quot;39749&quot;:7648,&quot;39747&quot;:7649,&quot;39751&quot;:7650,&quot;39753&quot;:7651,&quot;39752&quot;:7652,&quot;39757&quot;:7653,&quot;39761&quot;:7654,&quot;39144&quot;:7655,&quot;39181&quot;:7656,&quot;39214&quot;:7657,&quot;39253&quot;:7658,&quot;39252&quot;:7659,&quot;12221&quot;:7660,&quot;39647&quot;:7660,&quot;39649&quot;:7661,&quot;39654&quot;:7662,&quot;39663&quot;:7663,&quot;39659&quot;:7664,&quot;39675&quot;:7665,&quot;39661&quot;:7666,&quot;39673&quot;:7667,&quot;39688&quot;:7668,&quot;39695&quot;:7669,&quot;39699&quot;:7670,&quot;39711&quot;:7671,&quot;39715&quot;:7672,&quot;40637&quot;:7673,&quot;40638&quot;:7674,&quot;32315&quot;:7675,&quot;40578&quot;:7676,&quot;40583&quot;:7677,&quot;40584&quot;:7678,&quot;40587&quot;:7679,&quot;40594&quot;:7680,&quot;37846&quot;:7681,&quot;40605&quot;:7682,&quot;40607&quot;:7683,&quot;40667&quot;:7684,&quot;40668&quot;:7685,&quot;40669&quot;:7686,&quot;40672&quot;:7687,&quot;40671&quot;:7688,&quot;40674&quot;:7689,&quot;40681&quot;:7690,&quot;40679&quot;:7691,&quot;40677&quot;:7692,&quot;40682&quot;:7693,&quot;40687&quot;:7694,&quot;40738&quot;:7695,&quot;40748&quot;:7696,&quot;40751&quot;:7697,&quot;40761&quot;:7698,&quot;40759&quot;:7699,&quot;40765&quot;:7700,&quot;40766&quot;:7701,&quot;40772&quot;:7702,&quot;12295&quot;:7703,&quot;30362&quot;:7717,&quot;34297&quot;:7718,&quot;31001&quot;:7719,&quot;24859&quot;:7720,&quot;39599&quot;:7721,&quot;35158&quot;:7722,&quot;22761&quot;:7723,&quot;32631&quot;:7724,&quot;25850&quot;:7725,&quot;25943&quot;:7726,&quot;38930&quot;:7727,&quot;36774&quot;:7728,&quot;32070&quot;:7729,&quot;24171&quot;:7730,&quot;32129&quot;:7731,&quot;37770&quot;:7732,&quot;35607&quot;:7733,&quot;39165&quot;:7734,&quot;23542&quot;:7735,&quot;22577&quot;:7736,&quot;39825&quot;:7737,&quot;36649&quot;:7738,&quot;12185&quot;:7739,&quot;35997&quot;:7739,&quot;37575&quot;:7740,&quot;29437&quot;:7741,&quot;20633&quot;:7742,&quot;24970&quot;:7743,&quot;32179&quot;:7744,&quot;31558&quot;:7745,&quot;30050&quot;:7746,&quot;25987&quot;:7747,&quot;24163&quot;:7748,&quot;38281&quot;:7749,&quot;37002&quot;:7750,&quot;32232&quot;:7751,&quot;36022&quot;:7752,&quot;35722&quot;:7753,&quot;36783&quot;:7754,&quot;36782&quot;:7755,&quot;27161&quot;:7756,&quot;40009&quot;:7757,&quot;30303&quot;:7758,&quot;28693&quot;:7759,&quot;28657&quot;:7760,&quot;36051&quot;:7761,&quot;25839&quot;:7762,&quot;39173&quot;:7763,&quot;25765&quot;:7764,&quot;37474&quot;:7765,&quot;37457&quot;:7766,&quot;39361&quot;:7767,&quot;35036&quot;:7768,&quot;36001&quot;:7769,&quot;21443&quot;:7770,&quot;34870&quot;:7771,&quot;27544&quot;:7772,&quot;24922&quot;:7773,&quot;24920&quot;:7774,&quot;29158&quot;:7775,&quot;33980&quot;:7776,&quot;33369&quot;:7777,&quot;20489&quot;:7778,&quot;28356&quot;:7779,&quot;21408&quot;:7780,&quot;20596&quot;:7781,&quot;28204&quot;:7782,&quot;23652&quot;:7783,&quot;35435&quot;:7784,&quot;25881&quot;:7785,&quot;25723&quot;:7786,&quot;34796&quot;:7787,&quot;39262&quot;:7788,&quot;35730&quot;:7789,&quot;32399&quot;:7790,&quot;37855&quot;:7791,&quot;29987&quot;:7792,&quot;38369&quot;:7793,&quot;39019&quot;:7794,&quot;22580&quot;:7795,&quot;22039&quot;:7796,&quot;12199&quot;:7797,&quot;38263&quot;:7797,&quot;20767&quot;:7798,&quot;33144&quot;:7799,&quot;24288&quot;:7800,&quot;26274&quot;:7801,&quot;37396&quot;:7802,&quot;12190&quot;:7803,&quot;36554&quot;:7803,&quot;24505&quot;:7804,&quot;22645&quot;:7805,&quot;38515&quot;:7806,&quot;35183&quot;:7807,&quot;31281&quot;:7808,&quot;25074&quot;:7809,&quot;35488&quot;:7810,&quot;39425&quot;:7811,&quot;36978&quot;:7812,&quot;39347&quot;:7813,&quot;12242&quot;:7814,&quot;40786&quot;:7814,&quot;29118&quot;:7815,&quot;34909&quot;:7816,&quot;34802&quot;:7817,&quot;23541&quot;:7818,&quot;30087&quot;:7819,&quot;36490&quot;:7820,&quot;31820&quot;:7821,&quot;32162&quot;:7822,&quot;37276&quot;:7823,&quot;37604&quot;:7824,&quot;38619&quot;:7825,&quot;30990&quot;:7826,&quot;20786&quot;:7827,&quot;35320&quot;:7828,&quot;34389&quot;:7829,&quot;20659&quot;:7830,&quot;30241&quot;:7831,&quot;38358&quot;:7832,&quot;21109&quot;:7833,&quot;37656&quot;:7834,&quot;32020&quot;:7835,&quot;32189&quot;:7836,&quot;36781&quot;:7837,&quot;35422&quot;:7838,&quot;36060&quot;:7839,&quot;32880&quot;:7840,&quot;24478&quot;:7841,&quot;21474&quot;:7842,&quot;36517&quot;:7843,&quot;31428&quot;:7844,&quot;37679&quot;:7845,&quot;36948&quot;:7846,&quot;24118&quot;:7847,&quot;36024&quot;:7848,&quot;25812&quot;:7849,&quot;21934&quot;:7850,&quot;37170&quot;:7851,&quot;25763&quot;:7852,&quot;33213&quot;:7853,&quot;24986&quot;:7854,&quot;35477&quot;:7855,&quot;24392&quot;:7856,&quot;30070&quot;:7857,&quot;25803&quot;:7858,&quot;40680&quot;:7859,&quot;34153&quot;:7860,&quot;27284&quot;:7861,&quot;25623&quot;:7862,&quot;23798&quot;:7863,&quot;31153&quot;:7864,&quot;23566&quot;:7865,&quot;29128&quot;:7866,&quot;37159&quot;:7867,&quot;25973&quot;:7868,&quot;28364&quot;:7869,&quot;36958&quot;:7870,&quot;32224&quot;:7871,&quot;39003&quot;:7872,&quot;40670&quot;:7873,&quot;22666&quot;:7874,&quot;38651&quot;:7875,&quot;28593&quot;:7876,&quot;37347&quot;:7877,&quot;35519&quot;:7878,&quot;35548&quot;:7879,&quot;37336&quot;:7880,&quot;38914&quot;:7881,&quot;37664&quot;:7882,&quot;35330&quot;:7883,&quot;26481&quot;:7884,&quot;21205&quot;:7885,&quot;26847&quot;:7886,&quot;20941&quot;:7887,&quot;12222&quot;:7888,&quot;39717&quot;:7888,&quot;29346&quot;:7889,&quot;29544&quot;:7890,&quot;35712&quot;:7891,&quot;36077&quot;:7892,&quot;37709&quot;:7893,&quot;37723&quot;:7894,&quot;26039&quot;:7895,&quot;32222&quot;:7896,&quot;38538&quot;:7897,&quot;23565&quot;:7898,&quot;22136&quot;:7899,&quot;38931&quot;:7900,&quot;37389&quot;:7901,&quot;22890&quot;:7902,&quot;22702&quot;:7903,&quot;40285&quot;:7904,&quot;38989&quot;:7905,&quot;35355&quot;:7906,&quot;24801&quot;:7907,&quot;39187&quot;:7908,&quot;20818&quot;:7909,&quot;29246&quot;:7910,&quot;39180&quot;:7911,&quot;36019&quot;:7912,&quot;30332&quot;:7913,&quot;32624&quot;:7914,&quot;38309&quot;:7915,&quot;31020&quot;:7916,&quot;37353&quot;:7917,&quot;29033&quot;:7918,&quot;31684&quot;:7919,&quot;36009&quot;:7920,&quot;39151&quot;:7921,&quot;35370&quot;:7922,&quot;32033&quot;:7923,&quot;12214&quot;:7924,&quot;39131&quot;:7924,&quot;35513&quot;:7925,&quot;24290&quot;:7926,&quot;36027&quot;:7927,&quot;32027&quot;:7928,&quot;22707&quot;:7929,&quot;22894&quot;:7930,&quot;24996&quot;:7931,&quot;31966&quot;:7932,&quot;35920&quot;:7933,&quot;26963&quot;:7934,&quot;37586&quot;:7935,&quot;12213&quot;:7936,&quot;39080&quot;:7936,&quot;30219&quot;:7937,&quot;39342&quot;:7938,&quot;32299&quot;:7939,&quot;35575&quot;:7940,&quot;40179&quot;:7941,&quot;33178&quot;:7942,&quot;36667&quot;:7943,&quot;25771&quot;:7944,&quot;36628&quot;:7945,&quot;36070&quot;:7946,&quot;24489&quot;:7947,&quot;36000&quot;:7948,&quot;35331&quot;:7949,&quot;23142&quot;:7950,&quot;32283&quot;:7951,&quot;35442&quot;:7952,&quot;37411&quot;:7953,&quot;33995&quot;:7954,&quot;24185&quot;:7955,&quot;36245&quot;:7956,&quot;36123&quot;:7957,&quot;23713&quot;:7958,&quot;21083&quot;:7959,&quot;37628&quot;:7960,&quot;32177&quot;:7961,&quot;23831&quot;:7962,&quot;37804&quot;:7963,&quot;25841&quot;:7964,&quot;40255&quot;:7965,&quot;38307&quot;:7966,&quot;37499&quot;:7967,&quot;20491&quot;:7968,&quot;32102&quot;:7969,&quot;40852&quot;:7970,&quot;38799&quot;:7971,&quot;36002&quot;:7972,&quot;37390&quot;:7973,&quot;28317&quot;:7974,&quot;27083&quot;:7975,&quot;36092&quot;:7976,&quot;34865&quot;:7977,&quot;39015&quot;:7978,&quot;21102&quot;:7979,&quot;38364&quot;:7980,&quot;35264&quot;:7981,&quot;39208&quot;:7982,&quot;24931&quot;:7983,&quot;36011&quot;:7984,&quot;24291&quot;:7985,&quot;35215&quot;:7986,&quot;27512&quot;:7987,&quot;12244&quot;:7988,&quot;40860&quot;:7988,&quot;38312&quot;:7989,&quot;36556&quot;:7990,&quot;35437&quot;:7991,&quot;27331&quot;:7992,&quot;36020&quot;:7993,&quot;21130&quot;:7994,&quot;36645&quot;:7995,&quot;37707&quot;:7996,&quot;22283&quot;:7997,&quot;36942&quot;:7998,&quot;39405&quot;:7999,&quot;38867&quot;:8000,&quot;28450&quot;:8001,&quot;34399&quot;:8002,&quot;38305&quot;:8003,&quot;40372&quot;:8004,&quot;36032&quot;:8005,&quot;36703&quot;:8006,&quot;40251&quot;:8007,&quot;32005&quot;:8008,&quot;22778&quot;:8009,&quot;35703&quot;:8010,&quot;28396&quot;:8011,&quot;22057&quot;:8012,&quot;33775&quot;:8013,&quot;30059&quot;:8014,&quot;21123&quot;:8015,&quot;35441&quot;:8016,&quot;25079&quot;:8017,&quot;22750&quot;:8018,&quot;27489&quot;:8019,&quot;29872&quot;:8020,&quot;36996&quot;:8021,&quot;32233&quot;:8022,&quot;35594&quot;:8023,&quot;25582&quot;:8024,&quot;36637&quot;:8025,&quot;36036&quot;:8026,&quot;31330&quot;:8027,&quot;26371&quot;:8028,&quot;29172&quot;:8029,&quot;21295&quot;:8030,&quot;35569&quot;:8031,&quot;35496&quot;:8032,&quot;32362&quot;:8033,&quot;33911&quot;:8034,&quot;28222&quot;:8035,&quot;29554&quot;:8036,&quot;36008&quot;:8037,&quot;31117&quot;:8038,&quot;25802&quot;:8039,&quot;27231&quot;:8040,&quot;31309&quot;:8041,&quot;39249&quot;:8042,&quot;35663&quot;:8043,&quot;40388&quot;:8044,&quot;32318&quot;:8045,&quot;32221&quot;:8046,&quot;26997&quot;:8047,&quot;36655&quot;:8048,&quot;32026&quot;:8049,&quot;25824&quot;:8050,&quot;24190&quot;:8051,&quot;34186&quot;:8052,&quot;21137&quot;:8053,&quot;28639&quot;:8054,&quot;35336&quot;:8055,&quot;35352&quot;:8056,&quot;38555&quot;:8057,&quot;32380&quot;:8058,&quot;32000&quot;:8059,&quot;22846&quot;:8060,&quot;33698&quot;:8061,&quot;38960&quot;:8062,&quot;36040&quot;:8063,&quot;37440&quot;:8064,&quot;20729&quot;:8065,&quot;39381&quot;:8066,&quot;27570&quot;:8067,&quot;30435&quot;:8068,&quot;22533&quot;:8069,&quot;31627&quot;:8070,&quot;38291&quot;:8071,&quot;33393&quot;:8072,&quot;32216&quot;:8073,&quot;32365&quot;:8074,&quot;27298&quot;:8075,&quot;40572&quot;:8076,&quot;25536&quot;:8077,&quot;25791&quot;:8078,&quot;31777&quot;:8079,&quot;20745&quot;:8080,&quot;34214&quot;:8081,&quot;27323&quot;:8082,&quot;37970&quot;:8083,&quot;36368&quot;:8084,&quot;36068&quot;:8085,&quot;12178&quot;:8086,&quot;35211&quot;:8086,&quot;37749&quot;:8087,&quot;33382&quot;:8088,&quot;21133&quot;:8089,&quot;39198&quot;:8090,&quot;28472&quot;:8091,&quot;28666&quot;:8092,&quot;28567&quot;:8093,&quot;23559&quot;:8094,&quot;28479&quot;:8095,&quot;34083&quot;:8096,&quot;27123&quot;:8097,&quot;22892&quot;:8098,&quot;35611&quot;:8099,&quot;37292&quot;:8100,&quot;33184&quot;:8101,&quot;28550&quot;:8102,&quot;39509&quot;:8103,&quot;23308&quot;:8104,&quot;25898&quot;:8105,&quot;37496&quot;:8106,&quot;30703&quot;:8107,&quot;20709&quot;:8108,&quot;39171&quot;:8109,&quot;32371&quot;:8110,&quot;32094&quot;:8111,&quot;36686&quot;:8112,&quot;36611&quot;:8113,&quot;38542&quot;:8114,&quot;31680&quot;:8115,&quot;28500&quot;:8116,&quot;32080&quot;:8117,&quot;35489&quot;:8118,&quot;32202&quot;:8119,&quot;37670&quot;:8120,&quot;20677&quot;:8121,&quot;35641&quot;:8122,&quot;36914&quot;:8123,&quot;29180&quot;:8124,&quot;30433&quot;:8125,&quot;21185&quot;:8126,&quot;33686&quot;:8127,&quot;39912&quot;:8128,&quot;39514&quot;:8129,&quot;32147&quot;:8130,&quot;38968&quot;:8131,&quot;37857&quot;:8132,&quot;24465&quot;:8133,&quot;30169&quot;:8134,&quot;31478&quot;:8135,&quot;31998&quot;:8136,&quot;33290&quot;:8137,&quot;39378&quot;:8138,&quot;33289&quot;:8139,&quot;25818&quot;:8140,&quot;37624&quot;:8141,&quot;25084&quot;:8142,&quot;21127&quot;:8143,&quot;40273&quot;:8144,&quot;32121&quot;:8145,&quot;35258&quot;:8146,&quot;35363&quot;:8147,&quot;32118&quot;:8148,&quot;37406&quot;:8149,&quot;36557&quot;:8150,&quot;39423&quot;:8151,&quot;38283&quot;:8152,&quot;20977&quot;:8153,&quot;38982&quot;:8154,&quot;27579&quot;:8155,&quot;35506&quot;:8156,&quot;22718&quot;:8157,&quot;25031&quot;:8158,&quot;25715&quot;:8159,&quot;24235&quot;:8160,&quot;35122&quot;:8161,&quot;35463&quot;:8162,&quot;22602&quot;:8163,&quot;20744&quot;:8164,&quot;23532&quot;:8165,&quot;31014&quot;:8166,&quot;26336&quot;:8167,&quot;34407&quot;:8168,&quot;24011&quot;:8169,&quot;31418&quot;:8170,&quot;39243&quot;:8171,&quot;28528&quot;:8172,&quot;25844&quot;:8173,&quot;38346&quot;:8174,&quot;34847&quot;:8175,&quot;33240&quot;:8176,&quot;33802&quot;:8177,&quot;20358&quot;:8178,&quot;36084&quot;:8179,&quot;34253&quot;:8180,&quot;27396&quot;:8181,&quot;25876&quot;:8182,&quot;31811&quot;:8183,&quot;38348&quot;:8184,&quot;34349&quot;:8185,&quot;28734&quot;:8186,&quot;35733&quot;:8187,&quot;25900&quot;:8188,&quot;35261&quot;:8189,&quot;25078&quot;:8190,&quot;32412&quot;:8191,&quot;29211&quot;:8192,&quot;28651&quot;:8193,&quot;25736&quot;:8194,&quot;21214&quot;:8195,&quot;28551&quot;:8196,&quot;27138&quot;:8197,&quot;37939&quot;:8198,&quot;22744&quot;:8199,&quot;39006&quot;:8200,&quot;31852&quot;:8201,&quot;38626&quot;:8202,&quot;28757&quot;:8203,&quot;35023&quot;:8204,&quot;63975&quot;:8204,&quot;39881&quot;:8205,&quot;31150&quot;:8206,&quot;40599&quot;:8207,&quot;21426&quot;:8208,&quot;21237&quot;:8209,&quot;31019&quot;:8210,&quot;27511&quot;:8211,&quot;28701&quot;:8212,&quot;38584&quot;:8213,&quot;20486&quot;:8214,&quot;32879&quot;:8215,&quot;34030&quot;:8216,&quot;36899&quot;:8217,&quot;37934&quot;:8218,&quot;24976&quot;:8219,&quot;28451&quot;:8220,&quot;31806&quot;:8221,&quot;25986&quot;:8222,&quot;33225&quot;:8223,&quot;37832&quot;:8224,&quot;25088&quot;:8225,&quot;29001&quot;:8226,&quot;32244&quot;:8227,&quot;31975&quot;:8228,&quot;20841&quot;:8229,&quot;36635&quot;:8230,&quot;35538&quot;:8231,&quot;30274&quot;:8232,&quot;36988&quot;:8233,&quot;37904&quot;:8234,&quot;29557&quot;:8235,&quot;33256&quot;:8236,&quot;37168&quot;:8237,&quot;40023&quot;:8238,&quot;36035&quot;:8239,&quot;40801&quot;:8240,&quot;37428&quot;:8241,&quot;38728&quot;:8242,&quot;23994&quot;:8243,&quot;38936&quot;:8244,&quot;39230&quot;:8245,&quot;21129&quot;:8246,&quot;12243&quot;:8247,&quot;40845&quot;:8247,&quot;32894&quot;:8248,&quot;22184&quot;:8249,&quot;31840&quot;:8250,&quot;22751&quot;:8251,&quot;25871&quot;:8252,&quot;38580&quot;:8253,&quot;27155&quot;:8254,&quot;23105&quot;:8255,&quot;25695&quot;:8256,&quot;31757&quot;:8257,&quot;34310&quot;:8258,&quot;30439&quot;:8259,&quot;39025&quot;:8260,&quot;24300&quot;:8261,&quot;29200&quot;:8262,&quot;25796&quot;:8263,&quot;28407&quot;:8264,&quot;34396&quot;:8265,&quot;39791&quot;:8266,&quot;36034&quot;:8267,&quot;37682&quot;:8268,&quot;38520&quot;:8269,&quot;39522&quot;:8270,&quot;37569&quot;:8271,&quot;23650&quot;:8272,&quot;32311&quot;:8273,&quot;24942&quot;:8274,&quot;28670&quot;:8275,&quot;32209&quot;:8276,&quot;24018&quot;:8277,&quot;25891&quot;:8278,&quot;23423&quot;:8279,&quot;28772&quot;:8280,&quot;20098&quot;:8281,&quot;25476&quot;:8282,&quot;36650&quot;:8283,&quot;20523&quot;:8284,&quot;20374&quot;:8285,&quot;28138&quot;:8286,&quot;32184&quot;:8287,&quot;35542&quot;:8288,&quot;34367&quot;:8289,&quot;32645&quot;:8290,&quot;37007&quot;:8291,&quot;38012&quot;:8292,&quot;31854&quot;:8293,&quot;39486&quot;:8294,&quot;39409&quot;:8295,&quot;32097&quot;:8296,&quot;23229&quot;:8297,&quot;29802&quot;:8298,&quot;30908&quot;:8299,&quot;34718&quot;:8300,&quot;12218&quot;:8301,&quot;39340&quot;:8301,&quot;39393&quot;:8302,&quot;21966&quot;:8303,&quot;36023&quot;:8304,&quot;12230&quot;:8305,&quot;40613&quot;:8305,&quot;36067&quot;:8306,&quot;36993&quot;:8307,&quot;30622&quot;:8308,&quot;39237&quot;:8309,&quot;34875&quot;:8310,&quot;28415&quot;:8311,&quot;35646&quot;:8312,&quot;37672&quot;:8313,&quot;37466&quot;:8314,&quot;36031&quot;:8315,&quot;37762&quot;:8316,&quot;12200&quot;:8317,&quot;38272&quot;:8317,&quot;24758&quot;:8318,&quot;20497&quot;:8319,&quot;37683&quot;:8320,&quot;22818&quot;:8321,&quot;35598&quot;:8322,&quot;24396&quot;:8323,&quot;35219&quot;:8324,&quot;32191&quot;:8325,&quot;32236&quot;:8326,&quot;24287&quot;:8327,&quot;28357&quot;:8328,&quot;25003&quot;:8329,&quot;38313&quot;:8330,&quot;40180&quot;:8331,&quot;37528&quot;:8332,&quot;35628&quot;:8333,&quot;35584&quot;:8334,&quot;30045&quot;:8335,&quot;37385&quot;:8336,&quot;32013&quot;:8337,&quot;38627&quot;:8338,&quot;25747&quot;:8339,&quot;33126&quot;:8340,&quot;24817&quot;:8341,&quot;39719&quot;:8342,&quot;39186&quot;:8343,&quot;25836&quot;:8344,&quot;33193&quot;:8345,&quot;25862&quot;:8346,&quot;37312&quot;:8347,&quot;12227&quot;:8348,&quot;40165&quot;:8348,&quot;32886&quot;:8349,&quot;22169&quot;:8350,&quot;38007&quot;:8351,&quot;37811&quot;:8352,&quot;27320&quot;:8353,&quot;29552&quot;:8354,&quot;23527&quot;:8355,&quot;25840&quot;:8356,&quot;28632&quot;:8357,&quot;37397&quot;:8358,&quot;32016&quot;:8359,&quot;33215&quot;:8360,&quot;28611&quot;:8361,&quot;36786&quot;:8362,&quot;30247&quot;:8363,&quot;35582&quot;:8364,&quot;27472&quot;:8365,&quot;40407&quot;:8366,&quot;27590&quot;:8367,&quot;22036&quot;:8368,&quot;28442&quot;:8369,&quot;30436&quot;:8370,&quot;40848&quot;:8371,&quot;36064&quot;:8372,&quot;22132&quot;:8373,&quot;40300&quot;:8374,&quot;39449&quot;:8375,&quot;39108&quot;:8376,&quot;38971&quot;:8377,&quot;36007&quot;:8378,&quot;34315&quot;:8379,&quot;24977&quot;:8380,&quot;35413&quot;:8381,&quot;28497&quot;:8382,&quot;38935&quot;:8383,&quot;25778&quot;:8384,&quot;37610&quot;:8385,&quot;20693&quot;:8386,&quot;27192&quot;:8387,&quot;35676&quot;:8388,&quot;33229&quot;:8389,&quot;12241&quot;:8390,&quot;40778&quot;:8390,&quot;39438&quot;:8391,&quot;35912&quot;:8392,&quot;21843&quot;:8393,&quot;27683&quot;:8394,&quot;35350&quot;:8395,&quot;29309&quot;:8396,&quot;37370&quot;:8397,&quot;37467&quot;:8398,&quot;36983&quot;:8399,&quot;31805&quot;:8400,&quot;35609&quot;:8401,&quot;37666&quot;:8402,&quot;37463&quot;:8403,&quot;28154&quot;:8404,&quot;35700&quot;:8405,&quot;22649&quot;:8406,&quot;27085&quot;:8407,&quot;21958&quot;:8408,&quot;22715&quot;:8409,&quot;34196&quot;:8410,&quot;25654&quot;:8411,&quot;37740&quot;:8412,&quot;27211&quot;:8413,&quot;21932&quot;:8414,&quot;20689&quot;:8415,&quot;32761&quot;:8416,&quot;31429&quot;:8417,&quot;31434&quot;:8418,&quot;27453&quot;:8419,&quot;35242&quot;:8420,&quot;23522&quot;:8421,&quot;36629&quot;:8422,&quot;27691&quot;:8423,&quot;20670&quot;:8424,&quot;38915&quot;:8425,&quot;35531&quot;:8426,&quot;24950&quot;:8427,&quot;29898&quot;:8428,&quot;31406&quot;:8429,&quot;36264&quot;:8430,&quot;21312&quot;:8431,&quot;36544&quot;:8432,&quot;39493&quot;:8433,&quot;40818&quot;:8434,&quot;39028&quot;:8435,&quot;27402&quot;:8436,&quot;21240&quot;:8437,&quot;40306&quot;:8438,&quot;30906&quot;:8439,&quot;35731&quot;:8440,&quot;39250&quot;:8441,&quot;25854&quot;:8442,&quot;32350&quot;:8443,&quot;29105&quot;:8444,&quot;38860&quot;:8445,&quot;35469&quot;:8446,&quot;32009&quot;:8447,&quot;27054&quot;:8448,&quot;32104&quot;:8449,&quot;36575&quot;:8450,&quot;37613&quot;:8451,&quot;38287&quot;:8452,&quot;28516&quot;:8453,&quot;28753&quot;:8454,&quot;34217&quot;:8455,&quot;39955&quot;:8456,&quot;36093&quot;:8457,&quot;20632&quot;:8458,&quot;21930&quot;:8459,&quot;39479&quot;:8460,&quot;25475&quot;:8461,&quot;28544&quot;:8462,&quot;27578&quot;:8463,&quot;32023&quot;:8464,&quot;31721&quot;:8465,&quot;26348&quot;:8466,&quot;38275&quot;:8467,&quot;38493&quot;:8468,&quot;36109&quot;:8469,&quot;32341&quot;:8470,&quot;20663&quot;:8471,&quot;36062&quot;:8472,&quot;29138&quot;:8473,&quot;32057&quot;:8474,&quot;36050&quot;:8475,&quot;25448&quot;:8476,&quot;25885&quot;:8477,&quot;25086&quot;:8478,&quot;35373&quot;:8479,&quot;32051&quot;:8480,&quot;23529&quot;:8481,&quot;23352&quot;:8482,&quot;33102&quot;:8483,&quot;28402&quot;:8484,&quot;32882&quot;:8485,&quot;32361&quot;:8486,&quot;21213&quot;:8487,&quot;32854&quot;:8488,&quot;24107&quot;:8489,&quot;29509&quot;:8490,&quot;28629&quot;:8491,&quot;35433&quot;:8492,&quot;26178&quot;:8493,&quot;34645&quot;:8494,&quot;23526&quot;:8495,&quot;35672&quot;:8496,&quot;39387&quot;:8497,&quot;21218&quot;:8498,&quot;36969&quot;:8499,&quot;37323&quot;:8500,&quot;39166&quot;:8501,&quot;35222&quot;:8502,&quot;35430&quot;:8503,&quot;22781&quot;:8504,&quot;29560&quot;:8505,&quot;27166&quot;:8506,&quot;36664&quot;:8507,&quot;26360&quot;:8508,&quot;36118&quot;:8509,&quot;23660&quot;:8510,&quot;34899&quot;:8511,&quot;27193&quot;:8512,&quot;31466&quot;:8513,&quot;25976&quot;:8514,&quot;24101&quot;:8515,&quot;38617&quot;:8516,&quot;35504&quot;:8517,&quot;38918&quot;:8518,&quot;35500&quot;:8519,&quot;30889&quot;:8520,&quot;29197&quot;:8521,&quot;32114&quot;:8522,&quot;39164&quot;:8523,&quot;39686&quot;:8524,&quot;32883&quot;:8525,&quot;24939&quot;:8526,&quot;38924&quot;:8527,&quot;35359&quot;:8528,&quot;35494&quot;:8529,&quot;25851&quot;:8530,&quot;34311&quot;:8531,&quot;35380&quot;:8532,&quot;32901&quot;:8533,&quot;38614&quot;:8534,&quot;38568&quot;:8535,&quot;32143&quot;:8536,&quot;27506&quot;:8537,&quot;23403&quot;:8538,&quot;25613&quot;:8539,&quot;32302&quot;:8540,&quot;29795&quot;:8541,&quot;37782&quot;:8542,&quot;29562&quot;:8543,&quot;25787&quot;:8544,&quot;33274&quot;:8545,&quot;24907&quot;:8546,&quot;25892&quot;:8547,&quot;36010&quot;:8548,&quot;30321&quot;:8549,&quot;28760&quot;:8550,&quot;22727&quot;:8551,&quot;35674&quot;:8552,&quot;35527&quot;:8553,&quot;22022&quot;:8554,&quot;28271&quot;:8555,&quot;29145&quot;:8556,&quot;28644&quot;:8557,&quot;32295&quot;:8558,&quot;35342&quot;:8559,&quot;39472&quot;:8560,&quot;35588&quot;:8561,&quot;37563&quot;:8562,&quot;38988&quot;:8563,&quot;39636&quot;:8564,&quot;26781&quot;:8565,&quot;36028&quot;:8566,&quot;37941&quot;:8567,&quot;24307&quot;:8568,&quot;32893&quot;:8569,&quot;28916&quot;:8570,&quot;37509&quot;:8571,&quot;32113&quot;:8572,&quot;38957&quot;:8573,&quot;22294&quot;:8574,&quot;22615&quot;:8575,&quot;22296&quot;:8576,&quot;38973&quot;:8577,&quot;40213&quot;:8578,&quot;39345&quot;:8579,&quot;39389&quot;:8580,&quot;27234&quot;:8581,&quot;31402&quot;:8582,&quot;35178&quot;:8583,&quot;24398&quot;:8584,&quot;28771&quot;:8585,&quot;38929&quot;:8586,&quot;33836&quot;:8587,&quot;32178&quot;:8588,&quot;12209&quot;:8589,&quot;38859&quot;:8589,&quot;36949&quot;:8590,&quot;22285&quot;:8591,&quot;29234&quot;:8592,&quot;28656&quot;:8593,&quot;32173&quot;:8594,&quot;33894&quot;:8595,&quot;20553&quot;:8596,&quot;20702&quot;:8597,&quot;32239&quot;:8598,&quot;35586&quot;:8599,&quot;34907&quot;:8600,&quot;32862&quot;:8601,&quot;32011&quot;:8602,&quot;31337&quot;:8603,&quot;21839&quot;:8604,&quot;25790&quot;:8605,&quot;34680&quot;:8606,&quot;28198&quot;:8607,&quot;31401&quot;:8608,&quot;21978&quot;:8609,&quot;37794&quot;:8610,&quot;28879&quot;:8611,&quot;35491&quot;:8612,&quot;28961&quot;:8613,&quot;34154&quot;:8614,&quot;22626&quot;:8615,&quot;38695&quot;:8616,&quot;21209&quot;:8617,&quot;35492&quot;:8618,&quot;37675&quot;:8619,&quot;29351&quot;:8620,&quot;35186&quot;:8621,&quot;32722&quot;:8622,&quot;37521&quot;:8623,&quot;25138&quot;:8624,&quot;32048&quot;:8625,&quot;34662&quot;:8626,&quot;36676&quot;:8627,&quot;23805&quot;:8628,&quot;20448&quot;:8629,&quot;29433&quot;:8630,&quot;22151&quot;:8631,&quot;37697&quot;:8632,&quot;39854&quot;:8633,&quot;32406&quot;:8634,&quot;36066&quot;:8635,&quot;37532&quot;:8636,&quot;38289&quot;:8637,&quot;39023&quot;:8638,&quot;38570&quot;:8639,&quot;29694&quot;:8640,&quot;29563&quot;:8641,&quot;32291&quot;:8642,&quot;39201&quot;:8643,&quot;25010&quot;:8644,&quot;32171&quot;:8645,&quot;38002&quot;:8646,&quot;37129&quot;:8647,&quot;35443&quot;:8648,&quot;38911&quot;:8649,&quot;38917&quot;:8650,&quot;34157&quot;:8651,&quot;22210&quot;:8652,&quot;37559&quot;:8653,&quot;26313&quot;:8654,&quot;22063&quot;:8655,&quot;21332&quot;:8656,&quot;25406&quot;:8657,&quot;33029&quot;:8658,&quot;35559&quot;:8659,&quot;23531&quot;:8660,&quot;28681&quot;:8661,&quot;35613&quot;:8662,&quot;37573&quot;:8663,&quot;37313&quot;:8664,&quot;33288&quot;:8665,&quot;37561&quot;:8666,&quot;32137&quot;:8667,&quot;38920&quot;:8668,&quot;35377&quot;:8669,&quot;32210&quot;:8670,&quot;32396&quot;:8671,&quot;36562&quot;:8672,&quot;25080&quot;:8673,&quot;36984&quot;:8674,&quot;30316&quot;:8675,&quot;32098&quot;:8676,&quot;23416&quot;:8677,&quot;21211&quot;:8678,&quot;35426&quot;:8679,&quot;23563&quot;:8680,&quot;39348&quot;:8681,&quot;35347&quot;:8682,&quot;35338&quot;:8683,&quot;36956&quot;:8684,&quot;22739&quot;:8685,&quot;40201&quot;:8686,&quot;40232&quot;:8687,&quot;21854&quot;:8688,&quot;20126&quot;:8689,&quot;35357&quot;:8690,&quot;38329&quot;:8691,&quot;40573&quot;:8692,&quot;22196&quot;:8693,&quot;38996&quot;:8694,&quot;38331&quot;:8695,&quot;33399&quot;:8696,&quot;21421&quot;:8697,&quot;30831&quot;:8698,&quot;35578&quot;:8699,&quot;39511&quot;:8700,&quot;40230&quot;:8701,&quot;26954&quot;:8702,&quot;25562&quot;:8703,&quot;30221&quot;:8704,&quot;38525&quot;:8705,&quot;30306&quot;:8706,&quot;39178&quot;:8707,&quot;27171&quot;:8708,&quot;22575&quot;:8709,&quot;35617&quot;:8710,&quot;34277&quot;:8711,&quot;29242&quot;:8712,&quot;12212&quot;:8713,&quot;38913&quot;:8713,&quot;26989&quot;:8714,&quot;33865&quot;:8715,&quot;37291&quot;:8716,&quot;37541&quot;:8717,&quot;38948&quot;:8718,&quot;36986&quot;:8719,&quot;20736&quot;:8720,&quot;34811&quot;:8721,&quot;34269&quot;:8722,&quot;20740&quot;:8723,&quot;25014&quot;:8724,&quot;32681&quot;:8725,&quot;35427&quot;:8726,&quot;35696&quot;:8727,&quot;35516&quot;:8728,&quot;35695&quot;:8729,&quot;32377&quot;:8730,&quot;34093&quot;:8731,&quot;38512&quot;:8732,&quot;37504&quot;:8733,&quot;39154&quot;:8734,&quot;38577&quot;:8735,&quot;27387&quot;:8736,&quot;23344&quot;:8737,&quot;40441&quot;:8738,&quot;25033&quot;:8739,&quot;32403&quot;:8740,&quot;29801&quot;:8741,&quot;34722&quot;:8742,&quot;29151&quot;:8743,&quot;29074&quot;:8744,&quot;34821&quot;:8745,&quot;36111&quot;:8746,&quot;31310&quot;:8747,&quot;21938&quot;:8748,&quot;25793&quot;:8749,&quot;20653&quot;:8750,&quot;30320&quot;:8751,&quot;36404&quot;:8752,&quot;20778&quot;:8753,&quot;24962&quot;:8754,&quot;37109&quot;:8755,&quot;37438&quot;:8756,&quot;29494&quot;:8757,&quot;35480&quot;:8758,&quot;36671&quot;:8759,&quot;39192&quot;:8760,&quot;12226&quot;:8761,&quot;39770&quot;:8761,&quot;28417&quot;:8762,&quot;33287&quot;:8763,&quot;23996&quot;:8764,&quot;35486&quot;:8765,&quot;39729&quot;:8766,&quot;29508&quot;:8767,&quot;35709&quot;:8768,&quot;38928&quot;:8769,&quot;39341&quot;:8770,&quot;40219&quot;:8771,&quot;28149&quot;:8772,&quot;36677&quot;:8773,&quot;22290&quot;:8774,&quot;21729&quot;:8775,&quot;22291&quot;:8776,&quot;32227&quot;:8777,&quot;36960&quot;:8778,&quot;39000&quot;:8779,&quot;32004&quot;:8780,&quot;36493&quot;:8781,&quot;38000&quot;:8782,&quot;38322&quot;:8783,&quot;38642&quot;:8784,&quot;37142&quot;:8785,&quot;38549&quot;:8786,&quot;36939&quot;:8787,&quot;34292&quot;:8788,&quot;37270&quot;:8789,&quot;26248&quot;:8790,&quot;38620&quot;:8791,&quot;36617&quot;:8792,&quot;25890&quot;:8793,&quot;26283&quot;:8794,&quot;36106&quot;:8795,&quot;36124&quot;:8796,&quot;33247&quot;:8797,&quot;38015&quot;:8798,&quot;26839&quot;:8799,&quot;31432&quot;:8800,&quot;36012&quot;:8801,&quot;25799&quot;:8802,&quot;21063&quot;:8803,&quot;28580&quot;:8804,&quot;36042&quot;:8805,&quot;36104&quot;:8806,&quot;36555&quot;:8807,&quot;37720&quot;:8808,&quot;38296&quot;:8809,&quot;35408&quot;:8810,&quot;40779&quot;:8811,&quot;20661&quot;:8812,&quot;27656&quot;:8813,&quot;30430&quot;:8814,&quot;26028&quot;:8815,&quot;36670&quot;:8816,&quot;23940&quot;:8817,&quot;26855&quot;:8818,&quot;25136&quot;:8819,&quot;32187&quot;:8820,&quot;24373&quot;:8821,&quot;28466&quot;:8822,&quot;24115&quot;:8823,&quot;36076&quot;:8824,&quot;33081&quot;:8825,&quot;36249&quot;:8826,&quot;34756&quot;:8827,&quot;36685&quot;:8828,&quot;37754&quot;:8829,&quot;36889&quot;:8830,&quot;35998&quot;:8831,&quot;37341&quot;:8832,&quot;20597&quot;:8833,&quot;35386&quot;:8834,&quot;37806&quot;:8835,&quot;38499&quot;:8836,&quot;24128&quot;:8837,&quot;30309&quot;:8838,&quot;37165&quot;:8839,&quot;35657&quot;:8840,&quot;32340&quot;:8841,&quot;32887&quot;:8842,&quot;22519&quot;:8843,&quot;34937&quot;:8844,&quot;32025&quot;:8845,&quot;25711&quot;:8846,&quot;25842&quot;:8847,&quot;24159&quot;:8848,&quot;36074&quot;:8849,&quot;28399&quot;:8850,&quot;37912&quot;:8851,&quot;32066&quot;:8852,&quot;31278&quot;:8853,&quot;33131&quot;:8854,&quot;34886&quot;:8855,&quot;35589&quot;:8856,&quot;36600&quot;:8857,&quot;30394&quot;:8858,&quot;26205&quot;:8859,&quot;39519&quot;:8860,&quot;35576&quot;:8861,&quot;35461&quot;:8862,&quot;29165&quot;:8863,&quot;30682&quot;:8864,&quot;22225&quot;:8865,&quot;36015&quot;:8866,&quot;37956&quot;:8867,&quot;31689&quot;:8868,&quot;39376&quot;:8869,&quot;23560&quot;:8870,&quot;30938&quot;:8871,&quot;36681&quot;:8872,&quot;36090&quot;:8873,&quot;27137&quot;:8874,&quot;33674&quot;:8875,&quot;35037&quot;:8876,&quot;22941&quot;:8877,&quot;22767&quot;:8878,&quot;29376&quot;:8879,&quot;37648&quot;:8880,&quot;36101&quot;:8881,&quot;22684&quot;:8882,&quot;32180&quot;:8883,&quot;35524&quot;:8884,&quot;28310&quot;:8885,&quot;28609&quot;:8886,&quot;36039&quot;:8887,&quot;28460&quot;:8888,&quot;32156&quot;:8889,&quot;32317&quot;:8890,&quot;32305&quot;:8891,&quot;37138&quot;:8892,&quot;35419&quot;:8893,&quot;32068&quot;:8894,&quot;38013&quot;:8895,&quot;21959&quot;:8896,&quot;21401&quot;:8897,&quot;21428&quot;:8898,&quot;38760&quot;:8899,&quot;36107&quot;:8900,&quot;21293&quot;:8901,&quot;21297&quot;:8902,&quot;36094&quot;:8903,&quot;21060&quot;:8904,&quot;21132&quot;:8905,&quot;21108&quot;:8906,&quot;20660&quot;:8907,&quot;20480&quot;:8908,&quot;20630&quot;:8909,&quot;20757&quot;:8910,&quot;20738&quot;:8911,&quot;20756&quot;:8912,&quot;20796&quot;:8913,&quot;20791&quot;:8914,&quot;20712&quot;:8915,&quot;20674&quot;:8916,&quot;20795&quot;:8917,&quot;20752&quot;:8918,&quot;20794&quot;:8919,&quot;20681&quot;:8920,&quot;31988&quot;:8921,&quot;40652&quot;:8922,&quot;22213&quot;:8923,&quot;40172&quot;:8924,&quot;35131&quot;:8925,&quot;33248&quot;:8926,&quot;35329&quot;:8927,&quot;35344&quot;:8928,&quot;35340&quot;:8929,&quot;35349&quot;:8930,&quot;35635&quot;:8931,&quot;35406&quot;:8932,&quot;35365&quot;:8933,&quot;35393&quot;:8934,&quot;35382&quot;:8935,&quot;35398&quot;:8936,&quot;35412&quot;:8937,&quot;35416&quot;:8938,&quot;35410&quot;:8939,&quot;35462&quot;:8940,&quot;35460&quot;:8941,&quot;35455&quot;:8942,&quot;35440&quot;:8943,&quot;35452&quot;:8944,&quot;35445&quot;:8945,&quot;35436&quot;:8946,&quot;35438&quot;:8947,&quot;35533&quot;:8948,&quot;35554&quot;:8949,&quot;35425&quot;:8950,&quot;35482&quot;:8951,&quot;35493&quot;:8952,&quot;35473&quot;:8953,&quot;35474&quot;:8954,&quot;35535&quot;:8955,&quot;35537&quot;:8956,&quot;35529&quot;:8957,&quot;35547&quot;:8958,&quot;35543&quot;:8959,&quot;35522&quot;:8960,&quot;35510&quot;:8961,&quot;35574&quot;:8962,&quot;35563&quot;:8963,&quot;35604&quot;:8964,&quot;35585&quot;:8965,&quot;35556&quot;:8966,&quot;35565&quot;:8967,&quot;35580&quot;:8968,&quot;35571&quot;:8969,&quot;35558&quot;:8970,&quot;35566&quot;:8971,&quot;35550&quot;:8972,&quot;35624&quot;:8973,&quot;35740&quot;:8974,&quot;35606&quot;:8975,&quot;35610&quot;:8976,&quot;35600&quot;:8977,&quot;35627&quot;:8978,&quot;35629&quot;:8979,&quot;35670&quot;:8980,&quot;35673&quot;:8981,&quot;35662&quot;:8982,&quot;35742&quot;:8983,&quot;35691&quot;:8984,&quot;35734&quot;:8985,&quot;38488&quot;:8986,&quot;37178&quot;:8987,&quot;37140&quot;:8988,&quot;37172&quot;:8989,&quot;37087&quot;:8990,&quot;37174&quot;:8991,&quot;37126&quot;:8992,&quot;37192&quot;:8993,&quot;33467&quot;:8994,&quot;21233&quot;:8995,&quot;24048&quot;:8996,&quot;22538&quot;:8997,&quot;22745&quot;:8998,&quot;22754&quot;:8999,&quot;22752&quot;:9000,&quot;22746&quot;:9001,&quot;22497&quot;:9002,&quot;22607&quot;:9003,&quot;22550&quot;:9004,&quot;22610&quot;:9005,&quot;22557&quot;:9006,&quot;22628&quot;:9007,&quot;34188&quot;:9008,&quot;34131&quot;:9009,&quot;34294&quot;:9010,&quot;33703&quot;:9011,&quot;33799&quot;:9012,&quot;34031&quot;:9013,&quot;33511&quot;:9014,&quot;34338&quot;:9015,&quot;34086&quot;:9016,&quot;22603&quot;:9017,&quot;29026&quot;:9018,&quot;34136&quot;:9019,&quot;34045&quot;:9020,&quot;34126&quot;:9021,&quot;34184&quot;:9022,&quot;34234&quot;:9023,&quot;29334&quot;:9024,&quot;28366&quot;:9025,&quot;34113&quot;:9026,&quot;34254&quot;:9027,&quot;34130&quot;:9028,&quot;33984&quot;:9029,&quot;33874&quot;:9030,&quot;33892&quot;:9031,&quot;33940&quot;:9032,&quot;33845&quot;:9033,&quot;34207&quot;:9034,&quot;34133&quot;:9035,&quot;40367&quot;:9036,&quot;33939&quot;:9037,&quot;32264&quot;:9038,&quot;34118&quot;:9039,&quot;34146&quot;:9040,&quot;34078&quot;:9041,&quot;39488&quot;:9042,&quot;34362&quot;:9043,&quot;37795&quot;:9044,&quot;34167&quot;:9045,&quot;34334&quot;:9046,&quot;34298&quot;:9047,&quot;34308&quot;:9048,&quot;34282&quot;:9049,&quot;34330&quot;:9050,&quot;22889&quot;:9051,&quot;23607&quot;:9052,&quot;25451&quot;:9053,&quot;25718&quot;:9054,&quot;25759&quot;:9055,&quot;25681&quot;:9056,&quot;25692&quot;:9057,&quot;25779&quot;:9058,&quot;25860&quot;:9059,&quot;25878&quot;:9060,&quot;25847&quot;:9061,&quot;25852&quot;:9062,&quot;25883&quot;:9063,&quot;22064&quot;:9064,&quot;22072&quot;:9065,&quot;22216&quot;:9066,&quot;22182&quot;:9067,&quot;21764&quot;:9068,&quot;21692&quot;:9069,&quot;22144&quot;:9070,&quot;22109&quot;:9071,&quot;22112&quot;:9072,&quot;22069&quot;:9073,&quot;22006&quot;:9074,&quot;22118&quot;:9075,&quot;22130&quot;:9076,&quot;22156&quot;:9077,&quot;22117&quot;:9078,&quot;22044&quot;:9079,&quot;22062&quot;:9080,&quot;21993&quot;:9081,&quot;22038&quot;:9082,&quot;22208&quot;:9083,&quot;22029&quot;:9084,&quot;22195&quot;:9085,&quot;22209&quot;:9086,&quot;22127&quot;:9087,&quot;36705&quot;:9088,&quot;22198&quot;:9089,&quot;22165&quot;:9090,&quot;22279&quot;:9091,&quot;24131&quot;:9092,&quot;24172&quot;:9093,&quot;24152&quot;:9094,&quot;24151&quot;:9095,&quot;23943&quot;:9096,&quot;23796&quot;:9097,&quot;23888&quot;:9098,&quot;23852&quot;:9099,&quot;23975&quot;:9100,&quot;23968&quot;:9101,&quot;23959&quot;:9102,&quot;23821&quot;:9103,&quot;23992&quot;:9104,&quot;23937&quot;:9105,&quot;24020&quot;:9106,&quot;24480&quot;:9107,&quot;29559&quot;:9108,&quot;29505&quot;:9109,&quot;29546&quot;:9110,&quot;29499&quot;:9111,&quot;29547&quot;:9112,&quot;29568&quot;:9113,&quot;29564&quot;:9114,&quot;39136&quot;:9115,&quot;39219&quot;:9116,&quot;39145&quot;:9117,&quot;39228&quot;:9118,&quot;39146&quot;:9119,&quot;39147&quot;:9120,&quot;39149&quot;:9121,&quot;39156&quot;:9122,&quot;39177&quot;:9123,&quot;39185&quot;:9124,&quot;39195&quot;:9125,&quot;39223&quot;:9126,&quot;39231&quot;:9127,&quot;39235&quot;:9128,&quot;39240&quot;:9129,&quot;39241&quot;:9130,&quot;39242&quot;:9131,&quot;39244&quot;:9132,&quot;39266&quot;:9133,&quot;24289&quot;:9134,&quot;36065&quot;:9135,&quot;25082&quot;:9136,&quot;25006&quot;:9137,&quot;24938&quot;:9138,&quot;24894&quot;:9139,&quot;24757&quot;:9140,&quot;24884&quot;:9141,&quot;25036&quot;:9142,&quot;24927&quot;:9143,&quot;25064&quot;:9144,&quot;24827&quot;:9145,&quot;24887&quot;:9146,&quot;24818&quot;:9147,&quot;24947&quot;:9148,&quot;24860&quot;:9149,&quot;24978&quot;:9150,&quot;38274&quot;:9151,&quot;38278&quot;:9152,&quot;38344&quot;:9153,&quot;38286&quot;:9154,&quot;38292&quot;:9155,&quot;38284&quot;:9156,&quot;38373&quot;:9157,&quot;38317&quot;:9158,&quot;38315&quot;:9159,&quot;39726&quot;:9160,&quot;38316&quot;:9161,&quot;38334&quot;:9162,&quot;38326&quot;:9163,&quot;39721&quot;:9164,&quot;38335&quot;:9165,&quot;38333&quot;:9166,&quot;38332&quot;:9167,&quot;38339&quot;:9168,&quot;38347&quot;:9169,&quot;38356&quot;:9170,&quot;38352&quot;:9171,&quot;38357&quot;:9172,&quot;38366&quot;:9173,&quot;28739&quot;:9174,&quot;28505&quot;:9175,&quot;28711&quot;:9176,&quot;28696&quot;:9177,&quot;28668&quot;:9178,&quot;28039&quot;:9179,&quot;28025&quot;:9180,&quot;28254&quot;:9181,&quot;28590&quot;:9182,&quot;28687&quot;:9183,&quot;28408&quot;:9184,&quot;28527&quot;:9185,&quot;28150&quot;:9186,&quot;28543&quot;:9187,&quot;28678&quot;:9188,&quot;28576&quot;:9189,&quot;28683&quot;:9190,&quot;28775&quot;:9191,&quot;28740&quot;:9192,&quot;28677&quot;:9193,&quot;28535&quot;:9194,&quot;28704&quot;:9195,&quot;28703&quot;:9196,&quot;28722&quot;:9197,&quot;28712&quot;:9198,&quot;28765&quot;:9199,&quot;39467&quot;:9200,&quot;36999&quot;:9201,&quot;36885&quot;:9202,&quot;37008&quot;:9203,&quot;23656&quot;:9204,&quot;24371&quot;:9205,&quot;23285&quot;:9206,&quot;23255&quot;:9207,&quot;23296&quot;:9208,&quot;23149&quot;:9209,&quot;23304&quot;:9210,&quot;23372&quot;:9211,&quot;23207&quot;:9212,&quot;23291&quot;:9213,&quot;23307&quot;:9214,&quot;23329&quot;:9215,&quot;23338&quot;:9216,&quot;23321&quot;:9217,&quot;39380&quot;:9218,&quot;39391&quot;:9219,&quot;39385&quot;:9220,&quot;39478&quot;:9221,&quot;39515&quot;:9222,&quot;39377&quot;:9223,&quot;39384&quot;:9224,&quot;39501&quot;:9225,&quot;39498&quot;:9226,&quot;39394&quot;:9227,&quot;39530&quot;:9228,&quot;39439&quot;:9229,&quot;39437&quot;:9230,&quot;39429&quot;:9231,&quot;39490&quot;:9232,&quot;39469&quot;:9233,&quot;39446&quot;:9234,&quot;39489&quot;:9235,&quot;39470&quot;:9236,&quot;39480&quot;:9237,&quot;39491&quot;:9238,&quot;39492&quot;:9239,&quot;39503&quot;:9240,&quot;39525&quot;:9241,&quot;39524&quot;:9242,&quot;31993&quot;:9243,&quot;32006&quot;:9244,&quot;32002&quot;:9245,&quot;32007&quot;:9246,&quot;32008&quot;:9247,&quot;32394&quot;:9248,&quot;32028&quot;:9249,&quot;32021&quot;:9250,&quot;32019&quot;:9251,&quot;32058&quot;:9252,&quot;32050&quot;:9253,&quot;32049&quot;:9254,&quot;32272&quot;:9255,&quot;32060&quot;:9256,&quot;32064&quot;:9257,&quot;32063&quot;:9258,&quot;32093&quot;:9259,&quot;32078&quot;:9260,&quot;32115&quot;:9261,&quot;32134&quot;:9262,&quot;32131&quot;:9263,&quot;32136&quot;:9264,&quot;32190&quot;:9265,&quot;32186&quot;:9266,&quot;32203&quot;:9267,&quot;32212&quot;:9268,&quot;32196&quot;:9269,&quot;32158&quot;:9270,&quot;32172&quot;:9271,&quot;32185&quot;:9272,&quot;32163&quot;:9273,&quot;32176&quot;:9274,&quot;32199&quot;:9275,&quot;32217&quot;:9276,&quot;32215&quot;:9277,&quot;32249&quot;:9278,&quot;32242&quot;:9279,&quot;32354&quot;:9280,&quot;32230&quot;:9281,&quot;32246&quot;:9282,&quot;32241&quot;:9283,&quot;32267&quot;:9284,&quot;32225&quot;:9285,&quot;32265&quot;:9286,&quot;32285&quot;:9287,&quot;32287&quot;:9288,&quot;32286&quot;:9289,&quot;32301&quot;:9290,&quot;32266&quot;:9291,&quot;32273&quot;:9292,&quot;32381&quot;:9293,&quot;32313&quot;:9294,&quot;32309&quot;:9295,&quot;32306&quot;:9296,&quot;32326&quot;:9297,&quot;32325&quot;:9298,&quot;32392&quot;:9299,&quot;32346&quot;:9300,&quot;32338&quot;:9301,&quot;32366&quot;:9302,&quot;32382&quot;:9303,&quot;32368&quot;:9304,&quot;32367&quot;:9305,&quot;32408&quot;:9306,&quot;29859&quot;:9307,&quot;29771&quot;:9308,&quot;29903&quot;:9309,&quot;38922&quot;:9310,&quot;29885&quot;:9311,&quot;29759&quot;:9312,&quot;29833&quot;:9313,&quot;29862&quot;:9314,&quot;29908&quot;:9315,&quot;29914&quot;:9316,&quot;38873&quot;:9317,&quot;38878&quot;:9318,&quot;38876&quot;:9319,&quot;27050&quot;:9320,&quot;27370&quot;:9321,&quot;26776&quot;:9322,&quot;26838&quot;:9323,&quot;27141&quot;:9324,&quot;26783&quot;:9325,&quot;27355&quot;:9326,&quot;27379&quot;:9327,&quot;27368&quot;:9328,&quot;27359&quot;:9329,&quot;27273&quot;:9330,&quot;26895&quot;:9331,&quot;27208&quot;:9332,&quot;26984&quot;:9333,&quot;27071&quot;:9334,&quot;27194&quot;:9335,&quot;27292&quot;:9336,&quot;27410&quot;:9337,&quot;27422&quot;:9338,&quot;27357&quot;:9339,&quot;27111&quot;:9340,&quot;27407&quot;:9341,&quot;27414&quot;:9342,&quot;27372&quot;:9343,&quot;27354&quot;:9344,&quot;27384&quot;:9345,&quot;27315&quot;:9346,&quot;27367&quot;:9347,&quot;27299&quot;:9348,&quot;27347&quot;:9349,&quot;27358&quot;:9350,&quot;27556&quot;:9351,&quot;27550&quot;:9352,&quot;27566&quot;:9353,&quot;27563&quot;:9354,&quot;27567&quot;:9355,&quot;36564&quot;:9356,&quot;36571&quot;:9357,&quot;36594&quot;:9358,&quot;36603&quot;:9359,&quot;36708&quot;:9360,&quot;36601&quot;:9361,&quot;36604&quot;:9362,&quot;36587&quot;:9363,&quot;36580&quot;:9364,&quot;36706&quot;:9365,&quot;36602&quot;:9366,&quot;36606&quot;:9367,&quot;36618&quot;:9368,&quot;36615&quot;:9369,&quot;36613&quot;:9370,&quot;36626&quot;:9371,&quot;36646&quot;:9372,&quot;36638&quot;:9373,&quot;36639&quot;:9374,&quot;36636&quot;:9375,&quot;36659&quot;:9376,&quot;36678&quot;:9377,&quot;36692&quot;:9378,&quot;25108&quot;:9379,&quot;25127&quot;:9380,&quot;29964&quot;:9381,&quot;26311&quot;:9382,&quot;26308&quot;:9383,&quot;26249&quot;:9384,&quot;26326&quot;:9385,&quot;36033&quot;:9386,&quot;36016&quot;:9387,&quot;36026&quot;:9388,&quot;36029&quot;:9389,&quot;36100&quot;:9390,&quot;36018&quot;:9391,&quot;36037&quot;:9392,&quot;36112&quot;:9393,&quot;36049&quot;:9394,&quot;36058&quot;:9395,&quot;36053&quot;:9396,&quot;36075&quot;:9397,&quot;36071&quot;:9398,&quot;36091&quot;:9399,&quot;35224&quot;:9400,&quot;35244&quot;:9401,&quot;35233&quot;:9402,&quot;35263&quot;:9403,&quot;35238&quot;:9404,&quot;35247&quot;:9405,&quot;35250&quot;:9406,&quot;35255&quot;:9407,&quot;27647&quot;:9408,&quot;27660&quot;:9409,&quot;27692&quot;:9410,&quot;29272&quot;:9411,&quot;26407&quot;:9412,&quot;33110&quot;:9413,&quot;33242&quot;:9414,&quot;33051&quot;:9415,&quot;33214&quot;:9416,&quot;33121&quot;:9417,&quot;33231&quot;:9418,&quot;27487&quot;:9419,&quot;39086&quot;:9420,&quot;39087&quot;:9421,&quot;39094&quot;:9422,&quot;39100&quot;:9423,&quot;39110&quot;:9424,&quot;39112&quot;:9425,&quot;36674&quot;:9426,&quot;40783&quot;:9427,&quot;26005&quot;:9428,&quot;29036&quot;:9429,&quot;29010&quot;:9430,&quot;29079&quot;:9431,&quot;29121&quot;:9432,&quot;29148&quot;:9433,&quot;29182&quot;:9434,&quot;31152&quot;:9435,&quot;31118&quot;:9436,&quot;31146&quot;:9437,&quot;25055&quot;:9438,&quot;24932&quot;:9439,&quot;25059&quot;:9440,&quot;25095&quot;:9441,&quot;28585&quot;:9442,&quot;30959&quot;:9443,&quot;30893&quot;:9444,&quot;30824&quot;:9445,&quot;30904&quot;:9446,&quot;31018&quot;:9447,&quot;31025&quot;:9448,&quot;30820&quot;:9449,&quot;30973&quot;:9450,&quot;30951&quot;:9451,&quot;30947&quot;:9452,&quot;40853&quot;:9453,&quot;30616&quot;:9454,&quot;30558&quot;:9455,&quot;30652&quot;:9456,&quot;32646&quot;:9457,&quot;32648&quot;:9458,&quot;37330&quot;:9459,&quot;37331&quot;:9460,&quot;37332&quot;:9461,&quot;37337&quot;:9462,&quot;37335&quot;:9463,&quot;37333&quot;:9464,&quot;37367&quot;:9465,&quot;37351&quot;:9466,&quot;37348&quot;:9467,&quot;37702&quot;:9468,&quot;37365&quot;:9469,&quot;37369&quot;:9470,&quot;37384&quot;:9471,&quot;37414&quot;:9472,&quot;37445&quot;:9473,&quot;37393&quot;:9474,&quot;37392&quot;:9475,&quot;37377&quot;:9476,&quot;37415&quot;:9477,&quot;37380&quot;:9478,&quot;37413&quot;:9479,&quot;37376&quot;:9480,&quot;37434&quot;:9481,&quot;37478&quot;:9482,&quot;37431&quot;:9483,&quot;37427&quot;:9484,&quot;37461&quot;:9485,&quot;37437&quot;:9486,&quot;37432&quot;:9487,&quot;37470&quot;:9488,&quot;37484&quot;:9489,&quot;37485&quot;:9490,&quot;37439&quot;:9491,&quot;37984&quot;:9492,&quot;37424&quot;:9493,&quot;37449&quot;:9494,&quot;37448&quot;:9495,&quot;37453&quot;:9496,&quot;37422&quot;:9497,&quot;37433&quot;:9498,&quot;37944&quot;:9499,&quot;37548&quot;:9500,&quot;37536&quot;:9501,&quot;37498&quot;:9502,&quot;37546&quot;:9503,&quot;37614&quot;:9504,&quot;37583&quot;:9505,&quot;37891&quot;:9506,&quot;37603&quot;:9507,&quot;37946&quot;:9508,&quot;37553&quot;:9509,&quot;37542&quot;:9510,&quot;37799&quot;:9511,&quot;37526&quot;:9512,&quot;37580&quot;:9513,&quot;37545&quot;:9514,&quot;37877&quot;:9515,&quot;37523&quot;:9516,&quot;37503&quot;:9517,&quot;37801&quot;:9518,&quot;37530&quot;:9519,&quot;37658&quot;:9520,&quot;37547&quot;:9521,&quot;37507&quot;:9522,&quot;37899&quot;:9523,&quot;37544&quot;:9524,&quot;37539&quot;:9525,&quot;37906&quot;:9526,&quot;37688&quot;:9527,&quot;37617&quot;:9528,&quot;37847&quot;:9529,&quot;37605&quot;:9530,&quot;37616&quot;:9531,&quot;37615&quot;:9532,&quot;37608&quot;:9533,&quot;37564&quot;:9534,&quot;37597&quot;:9535,&quot;37622&quot;:9536,&quot;37926&quot;:9537,&quot;37927&quot;:9538,&quot;37571&quot;:9539,&quot;37599&quot;:9540,&quot;37606&quot;:9541,&quot;37650&quot;:9542,&quot;37638&quot;:9543,&quot;37737&quot;:9544,&quot;37659&quot;:9545,&quot;37696&quot;:9546,&quot;37633&quot;:9547,&quot;37653&quot;:9548,&quot;37678&quot;:9549,&quot;37699&quot;:9550,&quot;37639&quot;:9551,&quot;37640&quot;:9552,&quot;37663&quot;:9553,&quot;37657&quot;:9554,&quot;37733&quot;:9555,&quot;37703&quot;:9556,&quot;37750&quot;:9557,&quot;37716&quot;:9558,&quot;37732&quot;:9559,&quot;37802&quot;:9560,&quot;37744&quot;:9561,&quot;37764&quot;:9562,&quot;37860&quot;:9563,&quot;37848&quot;:9564,&quot;37928&quot;:9565,&quot;37767&quot;:9566,&quot;37836&quot;:9567,&quot;37784&quot;:9568,&quot;37816&quot;:9569,&quot;37823&quot;:9570,&quot;37798&quot;:9571,&quot;37808&quot;:9572,&quot;37813&quot;:9573,&quot;37964&quot;:9574,&quot;37858&quot;:9575,&quot;37852&quot;:9576,&quot;37853&quot;:9577,&quot;37837&quot;:9578,&quot;37854&quot;:9579,&quot;37827&quot;:9580,&quot;37831&quot;:9581,&quot;37841&quot;:9582,&quot;37908&quot;:9583,&quot;37917&quot;:9584,&quot;37879&quot;:9585,&quot;37989&quot;:9586,&quot;37907&quot;:9587,&quot;37997&quot;:9588,&quot;37920&quot;:9589,&quot;38009&quot;:9590,&quot;37881&quot;:9591,&quot;37913&quot;:9592,&quot;37962&quot;:9593,&quot;37938&quot;:9594,&quot;37951&quot;:9595,&quot;37972&quot;:9596,&quot;37987&quot;:9597,&quot;37758&quot;:9598,&quot;31329&quot;:9599,&quot;40169&quot;:9600,&quot;40182&quot;:9601,&quot;40199&quot;:9602,&quot;40198&quot;:9603,&quot;40227&quot;:9604,&quot;40327&quot;:9605,&quot;40469&quot;:9606,&quot;40221&quot;:9607,&quot;40223&quot;:9608,&quot;40421&quot;:9609,&quot;40239&quot;:9610,&quot;40409&quot;:9611,&quot;40240&quot;:9612,&quot;40258&quot;:9613,&quot;40478&quot;:9614,&quot;40275&quot;:9615,&quot;40477&quot;:9616,&quot;40288&quot;:9617,&quot;40274&quot;:9618,&quot;40435&quot;:9619,&quot;40284&quot;:9620,&quot;40289&quot;:9621,&quot;40339&quot;:9622,&quot;40298&quot;:9623,&quot;40303&quot;:9624,&quot;40329&quot;:9625,&quot;40344&quot;:9626,&quot;40346&quot;:9627,&quot;40384&quot;:9628,&quot;40357&quot;:9629,&quot;40361&quot;:9630,&quot;40386&quot;:9631,&quot;40380&quot;:9632,&quot;40474&quot;:9633,&quot;40403&quot;:9634,&quot;40410&quot;:9635,&quot;40431&quot;:9636,&quot;40422&quot;:9637,&quot;40434&quot;:9638,&quot;40440&quot;:9639,&quot;40460&quot;:9640,&quot;40442&quot;:9641,&quot;40475&quot;:9642,&quot;30308&quot;:9643,&quot;30296&quot;:9644,&quot;30311&quot;:9645,&quot;30210&quot;:9646,&quot;30278&quot;:9647,&quot;30279&quot;:9648,&quot;30281&quot;:9649,&quot;30238&quot;:9650,&quot;30267&quot;:9651,&quot;30317&quot;:9652,&quot;30318&quot;:9653,&quot;30313&quot;:9654,&quot;30322&quot;:9655,&quot;31431&quot;:9656,&quot;31414&quot;:9657,&quot;35168&quot;:9658,&quot;35123&quot;:9659,&quot;35165&quot;:9660,&quot;35143&quot;:9661,&quot;35128&quot;:9662,&quot;35172&quot;:9663,&quot;30392&quot;:9664,&quot;32814&quot;:9665,&quot;32812&quot;:9666,&quot;32889&quot;:9667,&quot;32885&quot;:9668,&quot;38919&quot;:9669,&quot;38926&quot;:9670,&quot;38927&quot;:9671,&quot;38945&quot;:9672,&quot;38940&quot;:9673,&quot;28481&quot;:9674,&quot;38950&quot;:9675,&quot;38967&quot;:9676,&quot;38990&quot;:9677,&quot;38995&quot;:9678,&quot;39027&quot;:9679,&quot;39010&quot;:9680,&quot;39001&quot;:9681,&quot;39013&quot;:9682,&quot;39020&quot;:9683,&quot;39024&quot;:9684,&quot;34787&quot;:9685,&quot;34822&quot;:9686,&quot;34566&quot;:9687,&quot;34851&quot;:9688,&quot;34806&quot;:9689,&quot;34554&quot;:9690,&quot;34799&quot;:9691,&quot;34692&quot;:9692,&quot;34832&quot;:9693,&quot;34760&quot;:9694,&quot;34833&quot;:9695,&quot;34747&quot;:9696,&quot;34766&quot;:9697,&quot;32588&quot;:9698,&quot;31716&quot;:9699,&quot;31591&quot;:9700,&quot;31849&quot;:9701,&quot;31731&quot;:9702,&quot;31744&quot;:9703,&quot;31691&quot;:9704,&quot;31836&quot;:9705,&quot;31774&quot;:9706,&quot;31787&quot;:9707,&quot;31779&quot;:9708,&quot;31850&quot;:9709,&quot;31839&quot;:9710,&quot;33380&quot;:9711,&quot;33387&quot;:9712,&quot;35018&quot;:9713,&quot;32677&quot;:9714,&quot;31986&quot;:9715,&quot;31990&quot;:9716,&quot;31965&quot;:9717,&quot;32310&quot;:9718,&quot;40617&quot;:9719,&quot;36274&quot;:9720,&quot;37317&quot;:9721,&quot;37315&quot;:9722,&quot;40570&quot;:9723,&quot;36489&quot;:9724,&quot;36428&quot;:9725,&quot;36498&quot;:9726,&quot;36474&quot;:9727,&quot;36437&quot;:9728,&quot;36506&quot;:9729,&quot;36491&quot;:9730,&quot;36499&quot;:9731,&quot;36497&quot;:9732,&quot;36513&quot;:9733,&quot;36451&quot;:9734,&quot;36522&quot;:9735,&quot;36518&quot;:9736,&quot;35316&quot;:9737,&quot;35318&quot;:9738,&quot;38746&quot;:9739,&quot;38722&quot;:9740,&quot;38717&quot;:9741,&quot;38724&quot;:9742,&quot;40788&quot;:9743,&quot;40799&quot;:9744,&quot;40793&quot;:9745,&quot;40800&quot;:9746,&quot;40796&quot;:9747,&quot;40806&quot;:9748,&quot;40812&quot;:9749,&quot;40810&quot;:9750,&quot;40823&quot;:9751,&quot;12236&quot;:9752,&quot;40701&quot;:9752,&quot;40703&quot;:9753,&quot;40713&quot;:9754,&quot;35726&quot;:9755,&quot;38014&quot;:9756,&quot;37864&quot;:9757,&quot;39799&quot;:9758,&quot;39796&quot;:9759,&quot;39809&quot;:9760,&quot;39811&quot;:9761,&quot;39822&quot;:9762,&quot;40056&quot;:9763,&quot;31308&quot;:9764,&quot;39826&quot;:9765,&quot;40031&quot;:9766,&quot;39824&quot;:9767,&quot;39853&quot;:9768,&quot;39834&quot;:9769,&quot;39850&quot;:9770,&quot;39838&quot;:9771,&quot;40045&quot;:9772,&quot;39851&quot;:9773,&quot;39837&quot;:9774,&quot;40024&quot;:9775,&quot;39873&quot;:9776,&quot;40058&quot;:9777,&quot;39985&quot;:9778,&quot;39993&quot;:9779,&quot;39971&quot;:9780,&quot;39991&quot;:9781,&quot;39872&quot;:9782,&quot;39882&quot;:9783,&quot;39879&quot;:9784,&quot;39933&quot;:9785,&quot;39894&quot;:9786,&quot;39914&quot;:9787,&quot;39915&quot;:9788,&quot;39905&quot;:9789,&quot;39908&quot;:9790,&quot;39911&quot;:9791,&quot;39901&quot;:9792,&quot;39906&quot;:9793,&quot;39920&quot;:9794,&quot;39899&quot;:9795,&quot;39924&quot;:9796,&quot;39892&quot;:9797,&quot;40029&quot;:9798,&quot;39944&quot;:9799,&quot;39952&quot;:9800,&quot;39949&quot;:9801,&quot;39954&quot;:9802,&quot;39945&quot;:9803,&quot;39935&quot;:9804,&quot;39968&quot;:9805,&quot;39986&quot;:9806,&quot;39981&quot;:9807,&quot;39976&quot;:9808,&quot;39973&quot;:9809,&quot;39977&quot;:9810,&quot;39987&quot;:9811,&quot;39998&quot;:9812,&quot;40008&quot;:9813,&quot;39995&quot;:9814,&quot;39989&quot;:9815,&quot;40005&quot;:9816,&quot;40022&quot;:9817,&quot;40020&quot;:9818,&quot;40018&quot;:9819,&quot;40039&quot;:9820,&quot;38851&quot;:9821,&quot;38845&quot;:9822,&quot;38857&quot;:9823,&quot;40379&quot;:9824,&quot;39631&quot;:9825,&quot;39638&quot;:9826,&quot;39637&quot;:9827,&quot;39768&quot;:9828,&quot;39758&quot;:9829,&quot;39255&quot;:9830,&quot;39260&quot;:9831,&quot;39714&quot;:9832,&quot;40695&quot;:9833,&quot;40690&quot;:9834,&quot;35180&quot;:9835,&quot;38342&quot;:9836,&quot;37686&quot;:9837,&quot;24390&quot;:9838,&quot;34068&quot;:9839,&quot;32404&quot;:9840,&quot;40803&quot;:9841,&quot;22137&quot;:9842,&quot;40725&quot;:9843,&quot;22081&quot;:9844,&quot;39662&quot;:9845,&quot;35079&quot;:9846,&quot;31296&quot;:9847,&quot;39091&quot;:9848,&quot;38308&quot;:9849,&quot;39693&quot;:9850,&quot;36852&quot;:9851,&quot;24409&quot;:9852,&quot;31339&quot;:9853,&quot;39138&quot;:9854,&quot;20642&quot;:9855,&quot;34193&quot;:9856,&quot;20760&quot;:9857,&quot;25458&quot;:9858,&quot;21067&quot;:9859,&quot;30543&quot;:9860,&quot;32397&quot;:9861,&quot;26310&quot;:9862,&quot;30637&quot;:9863,&quot;12228&quot;:9864,&quot;40565&quot;:9864,&quot;22217&quot;:9865,&quot;40692&quot;:9866,&quot;28635&quot;:9867,&quot;25054&quot;:9868,&quot;30663&quot;:9869,&quot;28720&quot;:9870,&quot;40629&quot;:9871,&quot;34890&quot;:9872,&quot;38370&quot;:9873,&quot;38854&quot;:9874,&quot;31844&quot;:9875,&quot;32308&quot;:9876,&quot;38822&quot;:9877,&quot;40623&quot;:9878,&quot;22220&quot;:9879,&quot;39089&quot;:9880,&quot;27311&quot;:9881,&quot;32590&quot;:9882,&quot;31984&quot;:9883,&quot;20418&quot;:9884,&quot;32363&quot;:9885,&quot;40569&quot;:9886,&quot;22190&quot;:9887,&quot;39706&quot;:9888,&quot;33903&quot;:9889,&quot;31142&quot;:9890,&quot;31858&quot;:9891,&quot;39634&quot;:9892,&quot;38587&quot;:9893,&quot;32251&quot;:9894,&quot;35069&quot;:9895,&quot;30787&quot;:9896,&quot;8560&quot;:9897,&quot;8561&quot;:9898,&quot;8562&quot;:9899,&quot;8563&quot;:9900,&quot;8564&quot;:9901,&quot;8565&quot;:9902,&quot;8566&quot;:9903,&quot;8567&quot;:9904,&quot;8568&quot;:9905,&quot;8569&quot;:9906,&quot;714&quot;:9907,&quot;715&quot;:9908,&quot;729&quot;:9909,&quot;8211&quot;:9910,&quot;8213&quot;:9911,&quot;8229&quot;:9912,&quot;8245&quot;:9913,&quot;8453&quot;:9914,&quot;8457&quot;:9915,&quot;8598&quot;:9916,&quot;8599&quot;:9917,&quot;8600&quot;:9918,&quot;8601&quot;:9919,&quot;8725&quot;:9920,&quot;8735&quot;:9921,&quot;8739&quot;:9922,&quot;8786&quot;:9923,&quot;8806&quot;:9924,&quot;8807&quot;:9925,&quot;8895&quot;:9926,&quot;9552&quot;:9927,&quot;9553&quot;:9928,&quot;9554&quot;:9929,&quot;9555&quot;:9930,&quot;9556&quot;:9931,&quot;9557&quot;:9932,&quot;9558&quot;:9933,&quot;9559&quot;:9934,&quot;9560&quot;:9935,&quot;9561&quot;:9936,&quot;9562&quot;:9937,&quot;9563&quot;:9938,&quot;9564&quot;:9939,&quot;9565&quot;:9940,&quot;9566&quot;:9941,&quot;9567&quot;:9942,&quot;9568&quot;:9943,&quot;9569&quot;:9944,&quot;9570&quot;:9945,&quot;9571&quot;:9946,&quot;9572&quot;:9947,&quot;9573&quot;:9948,&quot;9574&quot;:9949,&quot;9575&quot;:9950,&quot;9576&quot;:9951,&quot;9577&quot;:9952,&quot;9578&quot;:9953,&quot;9579&quot;:9954,&quot;9580&quot;:9955,&quot;9581&quot;:9956,&quot;9582&quot;:9957,&quot;9583&quot;:9958,&quot;9584&quot;:9959,&quot;9585&quot;:9960,&quot;9586&quot;:9961,&quot;9587&quot;:9962,&quot;9601&quot;:9963,&quot;9602&quot;:9964,&quot;9603&quot;:9965,&quot;9604&quot;:9966,&quot;9605&quot;:9967,&quot;9606&quot;:9968,&quot;9607&quot;:9969,&quot;9608&quot;:9970,&quot;9609&quot;:9971,&quot;9610&quot;:9972,&quot;9611&quot;:9973,&quot;9612&quot;:9974,&quot;9613&quot;:9975,&quot;9614&quot;:9976,&quot;9615&quot;:9977,&quot;9619&quot;:9978,&quot;9620&quot;:9979,&quot;9621&quot;:9980,&quot;9660&quot;:9981,&quot;9661&quot;:9982,&quot;9698&quot;:9983,&quot;9699&quot;:9984,&quot;9700&quot;:9985,&quot;9701&quot;:9986,&quot;9737&quot;:9987,&quot;8853&quot;:9988,&quot;12306&quot;:9989,&quot;12317&quot;:9990,&quot;12318&quot;:9991,&quot;12321&quot;:9992,&quot;12322&quot;:9993,&quot;12323&quot;:9994,&quot;12324&quot;:9995,&quot;12325&quot;:9996,&quot;12326&quot;:9997,&quot;12327&quot;:9998,&quot;12328&quot;:9999,&quot;12329&quot;:10000,&quot;12963&quot;:10001,&quot;13198&quot;:10002,&quot;13199&quot;:10003,&quot;13212&quot;:10004,&quot;13213&quot;:10005,&quot;13214&quot;:10006,&quot;13217&quot;:10007,&quot;13252&quot;:10008,&quot;13262&quot;:10009,&quot;13265&quot;:10010,&quot;13266&quot;:10011,&quot;13269&quot;:10012,&quot;65072&quot;:10013,&quot;65506&quot;:10014,&quot;65508&quot;:10015,&quot;8481&quot;:10016,&quot;12849&quot;:10017,&quot;8208&quot;:10018,&quot;12540&quot;:10019,&quot;12443&quot;:10020,&quot;12444&quot;:10021,&quot;12541&quot;:10022,&quot;12542&quot;:10023,&quot;12294&quot;:10024,&quot;12445&quot;:10025,&quot;12446&quot;:10026,&quot;65097&quot;:10027,&quot;65098&quot;:10028,&quot;65099&quot;:10029,&quot;65100&quot;:10030,&quot;65101&quot;:10031,&quot;65102&quot;:10032,&quot;65103&quot;:10033,&quot;65104&quot;:10034,&quot;65105&quot;:10035,&quot;65106&quot;:10036,&quot;65108&quot;:10037,&quot;65109&quot;:10038,&quot;65110&quot;:10039,&quot;65111&quot;:10040,&quot;65113&quot;:10041,&quot;65114&quot;:10042,&quot;65115&quot;:10043,&quot;65116&quot;:10044,&quot;65117&quot;:10045,&quot;65118&quot;:10046,&quot;65119&quot;:10047,&quot;65120&quot;:10048,&quot;65121&quot;:10049,&quot;65122&quot;:10050,&quot;65123&quot;:10051,&quot;65124&quot;:10052,&quot;65125&quot;:10053,&quot;65126&quot;:10054,&quot;65128&quot;:10055,&quot;65129&quot;:10056,&quot;65130&quot;:10057,&quot;65131&quot;:10058,&quot;12350&quot;:10059,&quot;59367&quot;:10059,&quot;12272&quot;:10060,&quot;59368&quot;:10060,&quot;12273&quot;:10061,&quot;59369&quot;:10061,&quot;12274&quot;:10062,&quot;59370&quot;:10062,&quot;12275&quot;:10063,&quot;59371&quot;:10063,&quot;12276&quot;:10064,&quot;59372&quot;:10064,&quot;12277&quot;:10065,&quot;59373&quot;:10065,&quot;12278&quot;:10066,&quot;59374&quot;:10066,&quot;12279&quot;:10067,&quot;59375&quot;:10067,&quot;12280&quot;:10068,&quot;59376&quot;:10068,&quot;12281&quot;:10069,&quot;59377&quot;:10069,&quot;12282&quot;:10070,&quot;59378&quot;:10070,&quot;12283&quot;:10071,&quot;59379&quot;:10071,&quot;19970&quot;:10072,&quot;19972&quot;:10073,&quot;19973&quot;:10074,&quot;19974&quot;:10075,&quot;19983&quot;:10076,&quot;19986&quot;:10077,&quot;19991&quot;:10078,&quot;19999&quot;:10079,&quot;20000&quot;:10080,&quot;20001&quot;:10081,&quot;20003&quot;:10082,&quot;20006&quot;:10083,&quot;20009&quot;:10084,&quot;20014&quot;:10085,&quot;20015&quot;:10086,&quot;20017&quot;:10087,&quot;20019&quot;:10088,&quot;20021&quot;:10089,&quot;20023&quot;:10090,&quot;20028&quot;:10091,&quot;20032&quot;:10092,&quot;20033&quot;:10093,&quot;20034&quot;:10094,&quot;20036&quot;:10095,&quot;20038&quot;:10096,&quot;20042&quot;:10097,&quot;20049&quot;:10098,&quot;20053&quot;:10099,&quot;20055&quot;:10100,&quot;20058&quot;:10101,&quot;20059&quot;:10102,&quot;20066&quot;:10103,&quot;20067&quot;:10104,&quot;20068&quot;:10105,&quot;20069&quot;:10106,&quot;20071&quot;:10107,&quot;20072&quot;:10108,&quot;20074&quot;:10109,&quot;20075&quot;:10110,&quot;20076&quot;:10111,&quot;20077&quot;:10112,&quot;20078&quot;:10113,&quot;20079&quot;:10114,&quot;20082&quot;:10115,&quot;20084&quot;:10116,&quot;20085&quot;:10117,&quot;20086&quot;:10118,&quot;20087&quot;:10119,&quot;20088&quot;:10120,&quot;20089&quot;:10121,&quot;20090&quot;:10122,&quot;20091&quot;:10123,&quot;20092&quot;:10124,&quot;20093&quot;:10125,&quot;20095&quot;:10126,&quot;20096&quot;:10127,&quot;20097&quot;:10128,&quot;20099&quot;:10129,&quot;20100&quot;:10130,&quot;12037&quot;:10131,&quot;20101&quot;:10131,&quot;20103&quot;:10132,&quot;20106&quot;:10133,&quot;20112&quot;:10134,&quot;20118&quot;:10135,&quot;20119&quot;:10136,&quot;20121&quot;:10137,&quot;20124&quot;:10138,&quot;20125&quot;:10139,&quot;20131&quot;:10140,&quot;20138&quot;:10141,&quot;20143&quot;:10142,&quot;20144&quot;:10143,&quot;20145&quot;:10144,&quot;20148&quot;:10145,&quot;20150&quot;:10146,&quot;20151&quot;:10147,&quot;20152&quot;:10148,&quot;20153&quot;:10149,&quot;20156&quot;:10150,&quot;20157&quot;:10151,&quot;20158&quot;:10152,&quot;20168&quot;:10153,&quot;20172&quot;:10154,&quot;20175&quot;:10155,&quot;20176&quot;:10156,&quot;20178&quot;:10157,&quot;20186&quot;:10158,&quot;20187&quot;:10159,&quot;20188&quot;:10160,&quot;20192&quot;:10161,&quot;20194&quot;:10162,&quot;20198&quot;:10163,&quot;20199&quot;:10164,&quot;20201&quot;:10165,&quot;20205&quot;:10166,&quot;20206&quot;:10167,&quot;20207&quot;:10168,&quot;20209&quot;:10169,&quot;20212&quot;:10170,&quot;20216&quot;:10171,&quot;20217&quot;:10172,&quot;20218&quot;:10173,&quot;20220&quot;:10174,&quot;20222&quot;:10175,&quot;20224&quot;:10176,&quot;20226&quot;:10177,&quot;20227&quot;:10178,&quot;20228&quot;:10179,&quot;20229&quot;:10180,&quot;20230&quot;:10181,&quot;20231&quot;:10182,&quot;20232&quot;:10183,&quot;20235&quot;:10184,&quot;20236&quot;:10185,&quot;20242&quot;:10186,&quot;20243&quot;:10187,&quot;20244&quot;:10188,&quot;20245&quot;:10189,&quot;20246&quot;:10190,&quot;20252&quot;:10191,&quot;20253&quot;:10192,&quot;20257&quot;:10193,&quot;20259&quot;:10194,&quot;20264&quot;:10195,&quot;20265&quot;:10196,&quot;20268&quot;:10197,&quot;20269&quot;:10198,&quot;20270&quot;:10199,&quot;20273&quot;:10200,&quot;20275&quot;:10201,&quot;20277&quot;:10202,&quot;20279&quot;:10203,&quot;20281&quot;:10204,&quot;20283&quot;:10205,&quot;20286&quot;:10206,&quot;20287&quot;:10207,&quot;20288&quot;:10208,&quot;20289&quot;:10209,&quot;20290&quot;:10210,&quot;20292&quot;:10211,&quot;20293&quot;:10212,&quot;20295&quot;:10213,&quot;20296&quot;:10214,&quot;20297&quot;:10215,&quot;20298&quot;:10216,&quot;20299&quot;:10217,&quot;20300&quot;:10218,&quot;20306&quot;:10219,&quot;20308&quot;:10220,&quot;20310&quot;:10221,&quot;20321&quot;:10222,&quot;20322&quot;:10223,&quot;20326&quot;:10224,&quot;20328&quot;:10225,&quot;20330&quot;:10226,&quot;20331&quot;:10227,&quot;20333&quot;:10228,&quot;20334&quot;:10229,&quot;20337&quot;:10230,&quot;20338&quot;:10231,&quot;20341&quot;:10232,&quot;20343&quot;:10233,&quot;20344&quot;:10234,&quot;20345&quot;:10235,&quot;20346&quot;:10236,&quot;20349&quot;:10237,&quot;20352&quot;:10238,&quot;20353&quot;:10239,&quot;20354&quot;:10240,&quot;20357&quot;:10241,&quot;20359&quot;:10242,&quot;20362&quot;:10243,&quot;20364&quot;:10244,&quot;20366&quot;:10245,&quot;20368&quot;:10246,&quot;20370&quot;:10247,&quot;20371&quot;:10248,&quot;20373&quot;:10249,&quot;20376&quot;:10250,&quot;20377&quot;:10251,&quot;20378&quot;:10252,&quot;20380&quot;:10253,&quot;20382&quot;:10254,&quot;20383&quot;:10255,&quot;20385&quot;:10256,&quot;20386&quot;:10257,&quot;20388&quot;:10258,&quot;20395&quot;:10259,&quot;20397&quot;:10260,&quot;20400&quot;:10261,&quot;20401&quot;:10262,&quot;20402&quot;:10263,&quot;20403&quot;:10264,&quot;20404&quot;:10265,&quot;20406&quot;:10266,&quot;20407&quot;:10267,&quot;20408&quot;:10268,&quot;20409&quot;:10269,&quot;20410&quot;:10270,&quot;20411&quot;:10271,&quot;20412&quot;:10272,&quot;20413&quot;:10273,&quot;20414&quot;:10274,&quot;20416&quot;:10275,&quot;20417&quot;:10276,&quot;20422&quot;:10277,&quot;20423&quot;:10278,&quot;20424&quot;:10279,&quot;20425&quot;:10280,&quot;20427&quot;:10281,&quot;20428&quot;:10282,&quot;20429&quot;:10283,&quot;20434&quot;:10284,&quot;20435&quot;:10285,&quot;20436&quot;:10286,&quot;20437&quot;:10287,&quot;20438&quot;:10288,&quot;20441&quot;:10289,&quot;20443&quot;:10290,&quot;20450&quot;:10291,&quot;20452&quot;:10292,&quot;20453&quot;:10293,&quot;20455&quot;:10294,&quot;20459&quot;:10295,&quot;20460&quot;:10296,&quot;20464&quot;:10297,&quot;20466&quot;:10298,&quot;20468&quot;:10299,&quot;20469&quot;:10300,&quot;20470&quot;:10301,&quot;20471&quot;:10302,&quot;20473&quot;:10303,&quot;20475&quot;:10304,&quot;20476&quot;:10305,&quot;20477&quot;:10306,&quot;20479&quot;:10307,&quot;20481&quot;:10308,&quot;20482&quot;:10309,&quot;20483&quot;:10310,&quot;20484&quot;:10311,&quot;20485&quot;:10312,&quot;20487&quot;:10313,&quot;20488&quot;:10314,&quot;20490&quot;:10315,&quot;20494&quot;:10316,&quot;20496&quot;:10317,&quot;20499&quot;:10318,&quot;20501&quot;:10319,&quot;20502&quot;:10320,&quot;20503&quot;:10321,&quot;20507&quot;:10322,&quot;20509&quot;:10323,&quot;20510&quot;:10324,&quot;20512&quot;:10325,&quot;20514&quot;:10326,&quot;20515&quot;:10327,&quot;20516&quot;:10328,&quot;20519&quot;:10329,&quot;20527&quot;:10330,&quot;20528&quot;:10331,&quot;20529&quot;:10332,&quot;20530&quot;:10333,&quot;20531&quot;:10334,&quot;20532&quot;:10335,&quot;20533&quot;:10336,&quot;20534&quot;:10337,&quot;20535&quot;:10338,&quot;20536&quot;:10339,&quot;20537&quot;:10340,&quot;20539&quot;:10341,&quot;20541&quot;:10342,&quot;20543&quot;:10343,&quot;20544&quot;:10344,&quot;20545&quot;:10345,&quot;20546&quot;:10346,&quot;20548&quot;:10347,&quot;20549&quot;:10348,&quot;20550&quot;:10349,&quot;20554&quot;:10350,&quot;20555&quot;:10351,&quot;20557&quot;:10352,&quot;20560&quot;:10353,&quot;20561&quot;:10354,&quot;20562&quot;:10355,&quot;20563&quot;:10356,&quot;20564&quot;:10357,&quot;20566&quot;:10358,&quot;20567&quot;:10359,&quot;20568&quot;:10360,&quot;20569&quot;:10361,&quot;20571&quot;:10362,&quot;20573&quot;:10363,&quot;20574&quot;:10364,&quot;20575&quot;:10365,&quot;20576&quot;:10366,&quot;20577&quot;:10367,&quot;20578&quot;:10368,&quot;20579&quot;:10369,&quot;20580&quot;:10370,&quot;20582&quot;:10371,&quot;20583&quot;:10372,&quot;20584&quot;:10373,&quot;20585&quot;:10374,&quot;20586&quot;:10375,&quot;20587&quot;:10376,&quot;20589&quot;:10377,&quot;20590&quot;:10378,&quot;20591&quot;:10379,&quot;20592&quot;:10380,&quot;20593&quot;:10381,&quot;20594&quot;:10382,&quot;20595&quot;:10383,&quot;20600&quot;:10384,&quot;20601&quot;:10385,&quot;20602&quot;:10386,&quot;20604&quot;:10387,&quot;20605&quot;:10388,&quot;20609&quot;:10389,&quot;20610&quot;:10390,&quot;20611&quot;:10391,&quot;20612&quot;:10392,&quot;20614&quot;:10393,&quot;20615&quot;:10394,&quot;20617&quot;:10395,&quot;20618&quot;:10396,&quot;20619&quot;:10397,&quot;20620&quot;:10398,&quot;20622&quot;:10399,&quot;20623&quot;:10400,&quot;20624&quot;:10401,&quot;20625&quot;:10402,&quot;20626&quot;:10403,&quot;20627&quot;:10404,&quot;20628&quot;:10405,&quot;20629&quot;:10406,&quot;20631&quot;:10407,&quot;20634&quot;:10408,&quot;20635&quot;:10409,&quot;20636&quot;:10410,&quot;20637&quot;:10411,&quot;20638&quot;:10412,&quot;20639&quot;:10413,&quot;20640&quot;:10414,&quot;20641&quot;:10415,&quot;20644&quot;:10416,&quot;20646&quot;:10417,&quot;20650&quot;:10418,&quot;20651&quot;:10419,&quot;20654&quot;:10420,&quot;20655&quot;:10421,&quot;20656&quot;:10422,&quot;20657&quot;:10423,&quot;20662&quot;:10424,&quot;20664&quot;:10425,&quot;20665&quot;:10426,&quot;20668&quot;:10427,&quot;20669&quot;:10428,&quot;20671&quot;:10429,&quot;20672&quot;:10430,&quot;20673&quot;:10431,&quot;20675&quot;:10432,&quot;20676&quot;:10433,&quot;20678&quot;:10434,&quot;20679&quot;:10435,&quot;20680&quot;:10436,&quot;20682&quot;:10437,&quot;20683&quot;:10438,&quot;20684&quot;:10439,&quot;20685&quot;:10440,&quot;20686&quot;:10441,&quot;20688&quot;:10442,&quot;20690&quot;:10443,&quot;20691&quot;:10444,&quot;20692&quot;:10445,&quot;20695&quot;:10446,&quot;20696&quot;:10447,&quot;20697&quot;:10448,&quot;20699&quot;:10449,&quot;20700&quot;:10450,&quot;20701&quot;:10451,&quot;20703&quot;:10452,&quot;20704&quot;:10453,&quot;20705&quot;:10454,&quot;20706&quot;:10455,&quot;20707&quot;:10456,&quot;20708&quot;:10457,&quot;20713&quot;:10458,&quot;20714&quot;:10459,&quot;20715&quot;:10460,&quot;20719&quot;:10461,&quot;20720&quot;:10462,&quot;20721&quot;:10463,&quot;20722&quot;:10464,&quot;20724&quot;:10465,&quot;20726&quot;:10466,&quot;20727&quot;:10467,&quot;20728&quot;:10468,&quot;20730&quot;:10469,&quot;20732&quot;:10470,&quot;20733&quot;:10471,&quot;20734&quot;:10472,&quot;20735&quot;:10473,&quot;20737&quot;:10474,&quot;20739&quot;:10475,&quot;20741&quot;:10476,&quot;20746&quot;:10477,&quot;20748&quot;:10478,&quot;20749&quot;:10479,&quot;20750&quot;:10480,&quot;20751&quot;:10481,&quot;20753&quot;:10482,&quot;20755&quot;:10483,&quot;20758&quot;:10484,&quot;20759&quot;:10485,&quot;20761&quot;:10486,&quot;20762&quot;:10487,&quot;20763&quot;:10488,&quot;20764&quot;:10489,&quot;20765&quot;:10490,&quot;20766&quot;:10491,&quot;20768&quot;:10492,&quot;20770&quot;:10493,&quot;20771&quot;:10494,&quot;20772&quot;:10495,&quot;20773&quot;:10496,&quot;20774&quot;:10497,&quot;20775&quot;:10498,&quot;20776&quot;:10499,&quot;20777&quot;:10500,&quot;20779&quot;:10501,&quot;20780&quot;:10502,&quot;20781&quot;:10503,&quot;20782&quot;:10504,&quot;20783&quot;:10505,&quot;20784&quot;:10506,&quot;20785&quot;:10507,&quot;20787&quot;:10508,&quot;20788&quot;:10509,&quot;20789&quot;:10510,&quot;20790&quot;:10511,&quot;20792&quot;:10512,&quot;20793&quot;:10513,&quot;20797&quot;:10514,&quot;20798&quot;:10515,&quot;20802&quot;:10516,&quot;20807&quot;:10517,&quot;20810&quot;:10518,&quot;20812&quot;:10519,&quot;20814&quot;:10520,&quot;20815&quot;:10521,&quot;20816&quot;:10522,&quot;20819&quot;:10523,&quot;20823&quot;:10524,&quot;20824&quot;:10525,&quot;20825&quot;:10526,&quot;20827&quot;:10527,&quot;20829&quot;:10528,&quot;20830&quot;:10529,&quot;20831&quot;:10530,&quot;20832&quot;:10531,&quot;20833&quot;:10532,&quot;20835&quot;:10533,&quot;20836&quot;:10534,&quot;20838&quot;:10535,&quot;20839&quot;:10536,&quot;20842&quot;:10537,&quot;20847&quot;:10538,&quot;20850&quot;:10539,&quot;20858&quot;:10540,&quot;20862&quot;:10541,&quot;20863&quot;:10542,&quot;20867&quot;:10543,&quot;20868&quot;:10544,&quot;20870&quot;:10545,&quot;20871&quot;:10546,&quot;20874&quot;:10547,&quot;20875&quot;:10548,&quot;20878&quot;:10549,&quot;20879&quot;:10550,&quot;20880&quot;:10551,&quot;20881&quot;:10552,&quot;20883&quot;:10553,&quot;20884&quot;:10554,&quot;20888&quot;:10555,&quot;20890&quot;:10556,&quot;20893&quot;:10557,&quot;20894&quot;:10558,&quot;20895&quot;:10559,&quot;20897&quot;:10560,&quot;20899&quot;:10561,&quot;20902&quot;:10562,&quot;20903&quot;:10563,&quot;20904&quot;:10564,&quot;20905&quot;:10565,&quot;20906&quot;:10566,&quot;20909&quot;:10567,&quot;20910&quot;:10568,&quot;20916&quot;:10569,&quot;20920&quot;:10570,&quot;20921&quot;:10571,&quot;20922&quot;:10572,&quot;20926&quot;:10573,&quot;20927&quot;:10574,&quot;20929&quot;:10575,&quot;20930&quot;:10576,&quot;20931&quot;:10577,&quot;20933&quot;:10578,&quot;20936&quot;:10579,&quot;20938&quot;:10580,&quot;20942&quot;:10581,&quot;20944&quot;:10582,&quot;20946&quot;:10583,&quot;20947&quot;:10584,&quot;20948&quot;:10585,&quot;20949&quot;:10586,&quot;20950&quot;:10587,&quot;20951&quot;:10588,&quot;20952&quot;:10589,&quot;20953&quot;:10590,&quot;20954&quot;:10591,&quot;20956&quot;:10592,&quot;20958&quot;:10593,&quot;20959&quot;:10594,&quot;20962&quot;:10595,&quot;20963&quot;:10596,&quot;20965&quot;:10597,&quot;20966&quot;:10598,&quot;20967&quot;:10599,&quot;20968&quot;:10600,&quot;20969&quot;:10601,&quot;20970&quot;:10602,&quot;20972&quot;:10603,&quot;20974&quot;:10604,&quot;20978&quot;:10605,&quot;20980&quot;:10606,&quot;20983&quot;:10607,&quot;20990&quot;:10608,&quot;20996&quot;:10609,&quot;20997&quot;:10610,&quot;21001&quot;:10611,&quot;21003&quot;:10612,&quot;21004&quot;:10613,&quot;21007&quot;:10614,&quot;21008&quot;:10615,&quot;21011&quot;:10616,&quot;21012&quot;:10617,&quot;21013&quot;:10618,&quot;21020&quot;:10619,&quot;21022&quot;:10620,&quot;21023&quot;:10621,&quot;21025&quot;:10622,&quot;21026&quot;:10623,&quot;21027&quot;:10624,&quot;21029&quot;:10625,&quot;21030&quot;:10626,&quot;21031&quot;:10627,&quot;21034&quot;:10628,&quot;21036&quot;:10629,&quot;21039&quot;:10630,&quot;21041&quot;:10631,&quot;21042&quot;:10632,&quot;21044&quot;:10633,&quot;21045&quot;:10634,&quot;21052&quot;:10635,&quot;21054&quot;:10636,&quot;21061&quot;:10637,&quot;21062&quot;:10638,&quot;21064&quot;:10639,&quot;21065&quot;:10640,&quot;21070&quot;:10641,&quot;21071&quot;:10642,&quot;21074&quot;:10643,&quot;21075&quot;:10644,&quot;21077&quot;:10645,&quot;21079&quot;:10646,&quot;21080&quot;:10647,&quot;21081&quot;:10648,&quot;21082&quot;:10649,&quot;21085&quot;:10650,&quot;21087&quot;:10651,&quot;21088&quot;:10652,&quot;21090&quot;:10653,&quot;21091&quot;:10654,&quot;21092&quot;:10655,&quot;21094&quot;:10656,&quot;21096&quot;:10657,&quot;21099&quot;:10658,&quot;21100&quot;:10659,&quot;21101&quot;:10660,&quot;21104&quot;:10661,&quot;21105&quot;:10662,&quot;21107&quot;:10663,&quot;21110&quot;:10664,&quot;21111&quot;:10665,&quot;21112&quot;:10666,&quot;21113&quot;:10667,&quot;21114&quot;:10668,&quot;21115&quot;:10669,&quot;21116&quot;:10670,&quot;21118&quot;:10671,&quot;21120&quot;:10672,&quot;21124&quot;:10673,&quot;21125&quot;:10674,&quot;21126&quot;:10675,&quot;21131&quot;:10676,&quot;21134&quot;:10677,&quot;21135&quot;:10678,&quot;21138&quot;:10679,&quot;21140&quot;:10680,&quot;21141&quot;:10681,&quot;21142&quot;:10682,&quot;21143&quot;:10683,&quot;21144&quot;:10684,&quot;21145&quot;:10685,&quot;21146&quot;:10686,&quot;21148&quot;:10687,&quot;21156&quot;:10688,&quot;21157&quot;:10689,&quot;21158&quot;:10690,&quot;21159&quot;:10691,&quot;21166&quot;:10692,&quot;21167&quot;:10693,&quot;21168&quot;:10694,&quot;21172&quot;:10695,&quot;21173&quot;:10696,&quot;21174&quot;:10697,&quot;21175&quot;:10698,&quot;21176&quot;:10699,&quot;21177&quot;:10700,&quot;21178&quot;:10701,&quot;21179&quot;:10702,&quot;21180&quot;:10703,&quot;21181&quot;:10704,&quot;21184&quot;:10705,&quot;21186&quot;:10706,&quot;21188&quot;:10707,&quot;21189&quot;:10708,&quot;21190&quot;:10709,&quot;21192&quot;:10710,&quot;21194&quot;:10711,&quot;21196&quot;:10712,&quot;21197&quot;:10713,&quot;21198&quot;:10714,&quot;21199&quot;:10715,&quot;21201&quot;:10716,&quot;21203&quot;:10717,&quot;21204&quot;:10718,&quot;21207&quot;:10719,&quot;21210&quot;:10720,&quot;21212&quot;:10721,&quot;21216&quot;:10722,&quot;21217&quot;:10723,&quot;21219&quot;:10724,&quot;21221&quot;:10725,&quot;21222&quot;:10726,&quot;21223&quot;:10727,&quot;21224&quot;:10728,&quot;21225&quot;:10729,&quot;21226&quot;:10730,&quot;21227&quot;:10731,&quot;21228&quot;:10732,&quot;21229&quot;:10733,&quot;21230&quot;:10734,&quot;21231&quot;:10735,&quot;21234&quot;:10736,&quot;21235&quot;:10737,&quot;21236&quot;:10738,&quot;21238&quot;:10739,&quot;21239&quot;:10740,&quot;21243&quot;:10741,&quot;21244&quot;:10742,&quot;21245&quot;:10743,&quot;21249&quot;:10744,&quot;21250&quot;:10745,&quot;21251&quot;:10746,&quot;21252&quot;:10747,&quot;21255&quot;:10748,&quot;21257&quot;:10749,&quot;21258&quot;:10750,&quot;21259&quot;:10751,&quot;21260&quot;:10752,&quot;21262&quot;:10753,&quot;21265&quot;:10754,&quot;21266&quot;:10755,&quot;21267&quot;:10756,&quot;21268&quot;:10757,&quot;21272&quot;:10758,&quot;21275&quot;:10759,&quot;21276&quot;:10760,&quot;21278&quot;:10761,&quot;21279&quot;:10762,&quot;21282&quot;:10763,&quot;21284&quot;:10764,&quot;21285&quot;:10765,&quot;21287&quot;:10766,&quot;21288&quot;:10767,&quot;21289&quot;:10768,&quot;21291&quot;:10769,&quot;21292&quot;:10770,&quot;21296&quot;:10771,&quot;21298&quot;:10772,&quot;21299&quot;:10773,&quot;21300&quot;:10774,&quot;21301&quot;:10775,&quot;21302&quot;:10776,&quot;21303&quot;:10777,&quot;12054&quot;:10778,&quot;21304&quot;:10778,&quot;21308&quot;:10779,&quot;21309&quot;:10780,&quot;21314&quot;:10781,&quot;21316&quot;:10782,&quot;21318&quot;:10783,&quot;21323&quot;:10784,&quot;21324&quot;:10785,&quot;21325&quot;:10786,&quot;21328&quot;:10787,&quot;21336&quot;:10788,&quot;21337&quot;:10789,&quot;21339&quot;:10790,&quot;21341&quot;:10791,&quot;21349&quot;:10792,&quot;21352&quot;:10793,&quot;21354&quot;:10794,&quot;21356&quot;:10795,&quot;21357&quot;:10796,&quot;21362&quot;:10797,&quot;21366&quot;:10798,&quot;21369&quot;:10799,&quot;21371&quot;:10800,&quot;21372&quot;:10801,&quot;21373&quot;:10802,&quot;21374&quot;:10803,&quot;21376&quot;:10804,&quot;21377&quot;:10805,&quot;21379&quot;:10806,&quot;21383&quot;:10807,&quot;21384&quot;:10808,&quot;21386&quot;:10809,&quot;21390&quot;:10810,&quot;21391&quot;:10811,&quot;21392&quot;:10812,&quot;21393&quot;:10813,&quot;21394&quot;:10814,&quot;21395&quot;:10815,&quot;21396&quot;:10816,&quot;21398&quot;:10817,&quot;21399&quot;:10818,&quot;21403&quot;:10819,&quot;21404&quot;:10820,&quot;21406&quot;:10821,&quot;21409&quot;:10822,&quot;21412&quot;:10823,&quot;21415&quot;:10824,&quot;21418&quot;:10825,&quot;21419&quot;:10826,&quot;21420&quot;:10827,&quot;21423&quot;:10828,&quot;21424&quot;:10829,&quot;21425&quot;:10830,&quot;21427&quot;:10831,&quot;21429&quot;:10832,&quot;21431&quot;:10833,&quot;21432&quot;:10834,&quot;21433&quot;:10835,&quot;21434&quot;:10836,&quot;21436&quot;:10837,&quot;21437&quot;:10838,&quot;21438&quot;:10839,&quot;21440&quot;:10840,&quot;21444&quot;:10841,&quot;21445&quot;:10842,&quot;21446&quot;:10843,&quot;21447&quot;:10844,&quot;21454&quot;:10845,&quot;21455&quot;:10846,&quot;21456&quot;:10847,&quot;21458&quot;:10848,&quot;21459&quot;:10849,&quot;21461&quot;:10850,&quot;21466&quot;:10851,&quot;21468&quot;:10852,&quot;21469&quot;:10853,&quot;21470&quot;:10854,&quot;21473&quot;:10855,&quot;21479&quot;:10856,&quot;21492&quot;:10857,&quot;21498&quot;:10858,&quot;21502&quot;:10859,&quot;21503&quot;:10860,&quot;21504&quot;:10861,&quot;21506&quot;:10862,&quot;21509&quot;:10863,&quot;21511&quot;:10864,&quot;21515&quot;:10865,&quot;21524&quot;:10866,&quot;21528&quot;:10867,&quot;21529&quot;:10868,&quot;21530&quot;:10869,&quot;21532&quot;:10870,&quot;21538&quot;:10871,&quot;21540&quot;:10872,&quot;21541&quot;:10873,&quot;21546&quot;:10874,&quot;21552&quot;:10875,&quot;21555&quot;:10876,&quot;21558&quot;:10877,&quot;21559&quot;:10878,&quot;21562&quot;:10879,&quot;21565&quot;:10880,&quot;21567&quot;:10881,&quot;21569&quot;:10882,&quot;21570&quot;:10883,&quot;21572&quot;:10884,&quot;21573&quot;:10885,&quot;21575&quot;:10886,&quot;21577&quot;:10887,&quot;21580&quot;:10888,&quot;21581&quot;:10889,&quot;21582&quot;:10890,&quot;21583&quot;:10891,&quot;21585&quot;:10892,&quot;21594&quot;:10893,&quot;21597&quot;:10894,&quot;21598&quot;:10895,&quot;21599&quot;:10896,&quot;21600&quot;:10897,&quot;21601&quot;:10898,&quot;21603&quot;:10899,&quot;21605&quot;:10900,&quot;21607&quot;:10901,&quot;21609&quot;:10902,&quot;21610&quot;:10903,&quot;21611&quot;:10904,&quot;21612&quot;:10905,&quot;21613&quot;:10906,&quot;21614&quot;:10907,&quot;21615&quot;:10908,&quot;21616&quot;:10909,&quot;21620&quot;:10910,&quot;21625&quot;:10911,&quot;21626&quot;:10912,&quot;21630&quot;:10913,&quot;21631&quot;:10914,&quot;21633&quot;:10915,&quot;21635&quot;:10916,&quot;21637&quot;:10917,&quot;21639&quot;:10918,&quot;21640&quot;:10919,&quot;21641&quot;:10920,&quot;21642&quot;:10921,&quot;21645&quot;:10922,&quot;21649&quot;:10923,&quot;21651&quot;:10924,&quot;21655&quot;:10925,&quot;21656&quot;:10926,&quot;21660&quot;:10927,&quot;21662&quot;:10928,&quot;21663&quot;:10929,&quot;21664&quot;:10930,&quot;21665&quot;:10931,&quot;21666&quot;:10932,&quot;21669&quot;:10933,&quot;21678&quot;:10934,&quot;21680&quot;:10935,&quot;21682&quot;:10936,&quot;21685&quot;:10937,&quot;21686&quot;:10938,&quot;21687&quot;:10939,&quot;21689&quot;:10940,&quot;21690&quot;:10941,&quot;21694&quot;:10942,&quot;21699&quot;:10943,&quot;21701&quot;:10944,&quot;21706&quot;:10945,&quot;21707&quot;:10946,&quot;21718&quot;:10947,&quot;21720&quot;:10948,&quot;21723&quot;:10949,&quot;21728&quot;:10950,&quot;21730&quot;:10951,&quot;21731&quot;:10952,&quot;21732&quot;:10953,&quot;21739&quot;:10954,&quot;21740&quot;:10955,&quot;21743&quot;:10956,&quot;21744&quot;:10957,&quot;21745&quot;:10958,&quot;21748&quot;:10959,&quot;21749&quot;:10960,&quot;21750&quot;:10961,&quot;21751&quot;:10962,&quot;21752&quot;:10963,&quot;21753&quot;:10964,&quot;21755&quot;:10965,&quot;21758&quot;:10966,&quot;21760&quot;:10967,&quot;21762&quot;:10968,&quot;21763&quot;:10969,&quot;21765&quot;:10970,&quot;21768&quot;:10971,&quot;21770&quot;:10972,&quot;21771&quot;:10973,&quot;21772&quot;:10974,&quot;21773&quot;:10975,&quot;21774&quot;:10976,&quot;21778&quot;:10977,&quot;21779&quot;:10978,&quot;21781&quot;:10979,&quot;21782&quot;:10980,&quot;21783&quot;:10981,&quot;21784&quot;:10982,&quot;21785&quot;:10983,&quot;21786&quot;:10984,&quot;21788&quot;:10985,&quot;21789&quot;:10986,&quot;21790&quot;:10987,&quot;21791&quot;:10988,&quot;21793&quot;:10989,&quot;21797&quot;:10990,&quot;21798&quot;:10991,&quot;21800&quot;:10992,&quot;21801&quot;:10993,&quot;21803&quot;:10994,&quot;21805&quot;:10995,&quot;21810&quot;:10996,&quot;21812&quot;:10997,&quot;21813&quot;:10998,&quot;21814&quot;:10999,&quot;21816&quot;:11000,&quot;21817&quot;:11001,&quot;21818&quot;:11002,&quot;21819&quot;:11003,&quot;21821&quot;:11004,&quot;21824&quot;:11005,&quot;21826&quot;:11006,&quot;21829&quot;:11007,&quot;21831&quot;:11008,&quot;21832&quot;:11009,&quot;21835&quot;:11010,&quot;21836&quot;:11011,&quot;21837&quot;:11012,&quot;21838&quot;:11013,&quot;21841&quot;:11014,&quot;21842&quot;:11015,&quot;21844&quot;:11016,&quot;21847&quot;:11017,&quot;21848&quot;:11018,&quot;21849&quot;:11019,&quot;21850&quot;:11020,&quot;21851&quot;:11021,&quot;21853&quot;:11022,&quot;21855&quot;:11023,&quot;21856&quot;:11024,&quot;21858&quot;:11025,&quot;21859&quot;:11026,&quot;21864&quot;:11027,&quot;21865&quot;:11028,&quot;21867&quot;:11029,&quot;21871&quot;:11030,&quot;21872&quot;:11031,&quot;21873&quot;:11032,&quot;21874&quot;:11033,&quot;21875&quot;:11034,&quot;21876&quot;:11035,&quot;21881&quot;:11036,&quot;21882&quot;:11037,&quot;21885&quot;:11038,&quot;21887&quot;:11039,&quot;21893&quot;:11040,&quot;21894&quot;:11041,&quot;21900&quot;:11042,&quot;21901&quot;:11043,&quot;21902&quot;:11044,&quot;21904&quot;:11045,&quot;21906&quot;:11046,&quot;21907&quot;:11047,&quot;21909&quot;:11048,&quot;21910&quot;:11049,&quot;21911&quot;:11050,&quot;21914&quot;:11051,&quot;21915&quot;:11052,&quot;21918&quot;:11053,&quot;21920&quot;:11054,&quot;21921&quot;:11055,&quot;21922&quot;:11056,&quot;21923&quot;:11057,&quot;21924&quot;:11058,&quot;21925&quot;:11059,&quot;21926&quot;:11060,&quot;21928&quot;:11061,&quot;21929&quot;:11062,&quot;21931&quot;:11063,&quot;21933&quot;:11064,&quot;21935&quot;:11065,&quot;21936&quot;:11066,&quot;21940&quot;:11067,&quot;21942&quot;:11068,&quot;21944&quot;:11069,&quot;21946&quot;:11070,&quot;21948&quot;:11071,&quot;21951&quot;:11072,&quot;21952&quot;:11073,&quot;21953&quot;:11074,&quot;21954&quot;:11075,&quot;21955&quot;:11076,&quot;21960&quot;:11077,&quot;21962&quot;:11078,&quot;21963&quot;:11079,&quot;21967&quot;:11080,&quot;21968&quot;:11081,&quot;21973&quot;:11082,&quot;21975&quot;:11083,&quot;21976&quot;:11084,&quot;21977&quot;:11085,&quot;21979&quot;:11086,&quot;21982&quot;:11087,&quot;21984&quot;:11088,&quot;21986&quot;:11089,&quot;21991&quot;:11090,&quot;21997&quot;:11091,&quot;21998&quot;:11092,&quot;22000&quot;:11093,&quot;22001&quot;:11094,&quot;22004&quot;:11095,&quot;22008&quot;:11096,&quot;22009&quot;:11097,&quot;22010&quot;:11098,&quot;22011&quot;:11099,&quot;22012&quot;:11100,&quot;22015&quot;:11101,&quot;22018&quot;:11102,&quot;22019&quot;:11103,&quot;22020&quot;:11104,&quot;22021&quot;:11105,&quot;22023&quot;:11106,&quot;22026&quot;:11107,&quot;22027&quot;:11108,&quot;22032&quot;:11109,&quot;22033&quot;:11110,&quot;22034&quot;:11111,&quot;22035&quot;:11112,&quot;22037&quot;:11113,&quot;22041&quot;:11114,&quot;22042&quot;:11115,&quot;22045&quot;:11116,&quot;22048&quot;:11117,&quot;22049&quot;:11118,&quot;22050&quot;:11119,&quot;22053&quot;:11120,&quot;22054&quot;:11121,&quot;22056&quot;:11122,&quot;22058&quot;:11123,&quot;22059&quot;:11124,&quot;22067&quot;:11125,&quot;22071&quot;:11126,&quot;22074&quot;:11127,&quot;22076&quot;:11128,&quot;22077&quot;:11129,&quot;22078&quot;:11130,&quot;22080&quot;:11131,&quot;22082&quot;:11132,&quot;22083&quot;:11133,&quot;22084&quot;:11134,&quot;22085&quot;:11135,&quot;22086&quot;:11136,&quot;22087&quot;:11137,&quot;22088&quot;:11138,&quot;22089&quot;:11139,&quot;22090&quot;:11140,&quot;22091&quot;:11141,&quot;22095&quot;:11142,&quot;22096&quot;:11143,&quot;22097&quot;:11144,&quot;22098&quot;:11145,&quot;22099&quot;:11146,&quot;22101&quot;:11147,&quot;22102&quot;:11148,&quot;22106&quot;:11149,&quot;22107&quot;:11150,&quot;22110&quot;:11151,&quot;22111&quot;:11152,&quot;22113&quot;:11153,&quot;22115&quot;:11154,&quot;22119&quot;:11155,&quot;22125&quot;:11156,&quot;22126&quot;:11157,&quot;22128&quot;:11158,&quot;22131&quot;:11159,&quot;22133&quot;:11160,&quot;22135&quot;:11161,&quot;22138&quot;:11162,&quot;22141&quot;:11163,&quot;22142&quot;:11164,&quot;22143&quot;:11165,&quot;22145&quot;:11166,&quot;22146&quot;:11167,&quot;22147&quot;:11168,&quot;22148&quot;:11169,&quot;22152&quot;:11170,&quot;22153&quot;:11171,&quot;22154&quot;:11172,&quot;22155&quot;:11173,&quot;22157&quot;:11174,&quot;22160&quot;:11175,&quot;22161&quot;:11176,&quot;22162&quot;:11177,&quot;22164&quot;:11178,&quot;22166&quot;:11179,&quot;22167&quot;:11180,&quot;22168&quot;:11181,&quot;22170&quot;:11182,&quot;22171&quot;:11183,&quot;22172&quot;:11184,&quot;22173&quot;:11185,&quot;22174&quot;:11186,&quot;22175&quot;:11187,&quot;22176&quot;:11188,&quot;22177&quot;:11189,&quot;22178&quot;:11190,&quot;22180&quot;:11191,&quot;22181&quot;:11192,&quot;22183&quot;:11193,&quot;22185&quot;:11194,&quot;22186&quot;:11195,&quot;22187&quot;:11196,&quot;22188&quot;:11197,&quot;22189&quot;:11198,&quot;22192&quot;:11199,&quot;22193&quot;:11200,&quot;22194&quot;:11201,&quot;22197&quot;:11202,&quot;22200&quot;:11203,&quot;22201&quot;:11204,&quot;22202&quot;:11205,&quot;22203&quot;:11206,&quot;22205&quot;:11207,&quot;22206&quot;:11208,&quot;22207&quot;:11209,&quot;22211&quot;:11210,&quot;22212&quot;:11211,&quot;22214&quot;:11212,&quot;22215&quot;:11213,&quot;22219&quot;:11214,&quot;22221&quot;:11215,&quot;22222&quot;:11216,&quot;22223&quot;:11217,&quot;22224&quot;:11218,&quot;22226&quot;:11219,&quot;22227&quot;:11220,&quot;22229&quot;:11221,&quot;22230&quot;:11222,&quot;22232&quot;:11223,&quot;22233&quot;:11224,&quot;22236&quot;:11225,&quot;22243&quot;:11226,&quot;22245&quot;:11227,&quot;22246&quot;:11228,&quot;22247&quot;:11229,&quot;22248&quot;:11230,&quot;22249&quot;:11231,&quot;22250&quot;:11232,&quot;22252&quot;:11233,&quot;22254&quot;:11234,&quot;22255&quot;:11235,&quot;22258&quot;:11236,&quot;22259&quot;:11237,&quot;22262&quot;:11238,&quot;22263&quot;:11239,&quot;22264&quot;:11240,&quot;22267&quot;:11241,&quot;22268&quot;:11242,&quot;22272&quot;:11243,&quot;22273&quot;:11244,&quot;22274&quot;:11245,&quot;22277&quot;:11246,&quot;22284&quot;:11247,&quot;22286&quot;:11248,&quot;22287&quot;:11249,&quot;22288&quot;:11250,&quot;22289&quot;:11251,&quot;22292&quot;:11252,&quot;22293&quot;:11253,&quot;22295&quot;:11254,&quot;22297&quot;:11255,&quot;22298&quot;:11256,&quot;22299&quot;:11257,&quot;22301&quot;:11258,&quot;22302&quot;:11259,&quot;22304&quot;:11260,&quot;22305&quot;:11261,&quot;22306&quot;:11262,&quot;22308&quot;:11263,&quot;22309&quot;:11264,&quot;22310&quot;:11265,&quot;22311&quot;:11266,&quot;22315&quot;:11267,&quot;22321&quot;:11268,&quot;22322&quot;:11269,&quot;22324&quot;:11270,&quot;22325&quot;:11271,&quot;22326&quot;:11272,&quot;22327&quot;:11273,&quot;22328&quot;:11274,&quot;22332&quot;:11275,&quot;22333&quot;:11276,&quot;22335&quot;:11277,&quot;22337&quot;:11278,&quot;22339&quot;:11279,&quot;22340&quot;:11280,&quot;22341&quot;:11281,&quot;22342&quot;:11282,&quot;22344&quot;:11283,&quot;22345&quot;:11284,&quot;22347&quot;:11285,&quot;22354&quot;:11286,&quot;22355&quot;:11287,&quot;22356&quot;:11288,&quot;22357&quot;:11289,&quot;22358&quot;:11290,&quot;22360&quot;:11291,&quot;22361&quot;:11292,&quot;22370&quot;:11293,&quot;22371&quot;:11294,&quot;22373&quot;:11295,&quot;22375&quot;:11296,&quot;22380&quot;:11297,&quot;22382&quot;:11298,&quot;22384&quot;:11299,&quot;22385&quot;:11300,&quot;22386&quot;:11301,&quot;22388&quot;:11302,&quot;22389&quot;:11303,&quot;22392&quot;:11304,&quot;22393&quot;:11305,&quot;22394&quot;:11306,&quot;22397&quot;:11307,&quot;22398&quot;:11308,&quot;22399&quot;:11309,&quot;22400&quot;:11310,&quot;22401&quot;:11311,&quot;22407&quot;:11312,&quot;22408&quot;:11313,&quot;22409&quot;:11314,&quot;22410&quot;:11315,&quot;22413&quot;:11316,&quot;22414&quot;:11317,&quot;22415&quot;:11318,&quot;22416&quot;:11319,&quot;22417&quot;:11320,&quot;22420&quot;:11321,&quot;22421&quot;:11322,&quot;22422&quot;:11323,&quot;22423&quot;:11324,&quot;22424&quot;:11325,&quot;22425&quot;:11326,&quot;22426&quot;:11327,&quot;22428&quot;:11328,&quot;22429&quot;:11329,&quot;22430&quot;:11330,&quot;22431&quot;:11331,&quot;22437&quot;:11332,&quot;22440&quot;:11333,&quot;22442&quot;:11334,&quot;22444&quot;:11335,&quot;22447&quot;:11336,&quot;22448&quot;:11337,&quot;22449&quot;:11338,&quot;22451&quot;:11339,&quot;22453&quot;:11340,&quot;22454&quot;:11341,&quot;22455&quot;:11342,&quot;22457&quot;:11343,&quot;22458&quot;:11344,&quot;22459&quot;:11345,&quot;22460&quot;:11346,&quot;22461&quot;:11347,&quot;22462&quot;:11348,&quot;22463&quot;:11349,&quot;22464&quot;:11350,&quot;22465&quot;:11351,&quot;22468&quot;:11352,&quot;22469&quot;:11353,&quot;22470&quot;:11354,&quot;22471&quot;:11355,&quot;22472&quot;:11356,&quot;22473&quot;:11357,&quot;22474&quot;:11358,&quot;22476&quot;:11359,&quot;22477&quot;:11360,&quot;22480&quot;:11361,&quot;22481&quot;:11362,&quot;22483&quot;:11363,&quot;22486&quot;:11364,&quot;22487&quot;:11365,&quot;22491&quot;:11366,&quot;22492&quot;:11367,&quot;22494&quot;:11368,&quot;22498&quot;:11369,&quot;22499&quot;:11370,&quot;22501&quot;:11371,&quot;22502&quot;:11372,&quot;22503&quot;:11373,&quot;22504&quot;:11374,&quot;22505&quot;:11375,&quot;22506&quot;:11376,&quot;22507&quot;:11377,&quot;22508&quot;:11378,&quot;22510&quot;:11379,&quot;22512&quot;:11380,&quot;22513&quot;:11381,&quot;22514&quot;:11382,&quot;22515&quot;:11383,&quot;22517&quot;:11384,&quot;22518&quot;:11385,&quot;22523&quot;:11386,&quot;22524&quot;:11387,&quot;22526&quot;:11388,&quot;22527&quot;:11389,&quot;22529&quot;:11390,&quot;22531&quot;:11391,&quot;22532&quot;:11392,&quot;22536&quot;:11393,&quot;22537&quot;:11394,&quot;22540&quot;:11395,&quot;22542&quot;:11396,&quot;22543&quot;:11397,&quot;22544&quot;:11398,&quot;22546&quot;:11399,&quot;22547&quot;:11400,&quot;22548&quot;:11401,&quot;22551&quot;:11402,&quot;22552&quot;:11403,&quot;22554&quot;:11404,&quot;22555&quot;:11405,&quot;22556&quot;:11406,&quot;22559&quot;:11407,&quot;22562&quot;:11408,&quot;22563&quot;:11409,&quot;22565&quot;:11410,&quot;22566&quot;:11411,&quot;22567&quot;:11412,&quot;22568&quot;:11413,&quot;22569&quot;:11414,&quot;22571&quot;:11415,&quot;22572&quot;:11416,&quot;22573&quot;:11417,&quot;22574&quot;:11418,&quot;22578&quot;:11419,&quot;22579&quot;:11420,&quot;22582&quot;:11421,&quot;22583&quot;:11422,&quot;22584&quot;:11423,&quot;22585&quot;:11424,&quot;22586&quot;:11425,&quot;22587&quot;:11426,&quot;22588&quot;:11427,&quot;22589&quot;:11428,&quot;22590&quot;:11429,&quot;22591&quot;:11430,&quot;22592&quot;:11431,&quot;22593&quot;:11432,&quot;22594&quot;:11433,&quot;22595&quot;:11434,&quot;22597&quot;:11435,&quot;22598&quot;:11436,&quot;22599&quot;:11437,&quot;22600&quot;:11438,&quot;22601&quot;:11439,&quot;22606&quot;:11440,&quot;22608&quot;:11441,&quot;22611&quot;:11442,&quot;22613&quot;:11443,&quot;22614&quot;:11444,&quot;22617&quot;:11445,&quot;22618&quot;:11446,&quot;22619&quot;:11447,&quot;22620&quot;:11448,&quot;22621&quot;:11449,&quot;22623&quot;:11450,&quot;22624&quot;:11451,&quot;22625&quot;:11452,&quot;22627&quot;:11453,&quot;22630&quot;:11454,&quot;22631&quot;:11455,&quot;22632&quot;:11456,&quot;22633&quot;:11457,&quot;22634&quot;:11458,&quot;22637&quot;:11459,&quot;22638&quot;:11460,&quot;22639&quot;:11461,&quot;22640&quot;:11462,&quot;22641&quot;:11463,&quot;22642&quot;:11464,&quot;22643&quot;:11465,&quot;22644&quot;:11466,&quot;22646&quot;:11467,&quot;22647&quot;:11468,&quot;22648&quot;:11469,&quot;22650&quot;:11470,&quot;22651&quot;:11471,&quot;22652&quot;:11472,&quot;22653&quot;:11473,&quot;22655&quot;:11474,&quot;22658&quot;:11475,&quot;22660&quot;:11476,&quot;22662&quot;:11477,&quot;22663&quot;:11478,&quot;22664&quot;:11479,&quot;22667&quot;:11480,&quot;22668&quot;:11481,&quot;22669&quot;:11482,&quot;22670&quot;:11483,&quot;22671&quot;:11484,&quot;22672&quot;:11485,&quot;22673&quot;:11486,&quot;22676&quot;:11487,&quot;22677&quot;:11488,&quot;22678&quot;:11489,&quot;22679&quot;:11490,&quot;22680&quot;:11491,&quot;22683&quot;:11492,&quot;22685&quot;:11493,&quot;22688&quot;:11494,&quot;22689&quot;:11495,&quot;22690&quot;:11496,&quot;22691&quot;:11497,&quot;22692&quot;:11498,&quot;22693&quot;:11499,&quot;22694&quot;:11500,&quot;22695&quot;:11501,&quot;22698&quot;:11502,&quot;22699&quot;:11503,&quot;22700&quot;:11504,&quot;22701&quot;:11505,&quot;22703&quot;:11506,&quot;22704&quot;:11507,&quot;22705&quot;:11508,&quot;22706&quot;:11509,&quot;22708&quot;:11510,&quot;22709&quot;:11511,&quot;22710&quot;:11512,&quot;22711&quot;:11513,&quot;22712&quot;:11514,&quot;22713&quot;:11515,&quot;22714&quot;:11516,&quot;22717&quot;:11517,&quot;22719&quot;:11518,&quot;22720&quot;:11519,&quot;22722&quot;:11520,&quot;22723&quot;:11521,&quot;22724&quot;:11522,&quot;22726&quot;:11523,&quot;22728&quot;:11524,&quot;22729&quot;:11525,&quot;22730&quot;:11526,&quot;22731&quot;:11527,&quot;22732&quot;:11528,&quot;22733&quot;:11529,&quot;22734&quot;:11530,&quot;22735&quot;:11531,&quot;22736&quot;:11532,&quot;22738&quot;:11533,&quot;22740&quot;:11534,&quot;22742&quot;:11535,&quot;22743&quot;:11536,&quot;22747&quot;:11537,&quot;22748&quot;:11538,&quot;22749&quot;:11539,&quot;22753&quot;:11540,&quot;22755&quot;:11541,&quot;22757&quot;:11542,&quot;22758&quot;:11543,&quot;22759&quot;:11544,&quot;22760&quot;:11545,&quot;22762&quot;:11546,&quot;22765&quot;:11547,&quot;22769&quot;:11548,&quot;22770&quot;:11549,&quot;22772&quot;:11550,&quot;22773&quot;:11551,&quot;22775&quot;:11552,&quot;22776&quot;:11553,&quot;22779&quot;:11554,&quot;22780&quot;:11555,&quot;22782&quot;:11556,&quot;22783&quot;:11557,&quot;22784&quot;:11558,&quot;22785&quot;:11559,&quot;22787&quot;:11560,&quot;22789&quot;:11561,&quot;22790&quot;:11562,&quot;22792&quot;:11563,&quot;22793&quot;:11564,&quot;12066&quot;:11565,&quot;22794&quot;:11565,&quot;22795&quot;:11566,&quot;22796&quot;:11567,&quot;22798&quot;:11568,&quot;22800&quot;:11569,&quot;22801&quot;:11570,&quot;22802&quot;:11571,&quot;22803&quot;:11572,&quot;22807&quot;:11573,&quot;22808&quot;:11574,&quot;22811&quot;:11575,&quot;22813&quot;:11576,&quot;22814&quot;:11577,&quot;22816&quot;:11578,&quot;22817&quot;:11579,&quot;22819&quot;:11580,&quot;22822&quot;:11581,&quot;22824&quot;:11582,&quot;22828&quot;:11583,&quot;22832&quot;:11584,&quot;22834&quot;:11585,&quot;22835&quot;:11586,&quot;22837&quot;:11587,&quot;22838&quot;:11588,&quot;22843&quot;:11589,&quot;22845&quot;:11590,&quot;22847&quot;:11591,&quot;22848&quot;:11592,&quot;22851&quot;:11593,&quot;22853&quot;:11594,&quot;22854&quot;:11595,&quot;22858&quot;:11596,&quot;22860&quot;:11597,&quot;22861&quot;:11598,&quot;22864&quot;:11599,&quot;22866&quot;:11600,&quot;22867&quot;:11601,&quot;22873&quot;:11602,&quot;22875&quot;:11603,&quot;22876&quot;:11604,&quot;22877&quot;:11605,&quot;22878&quot;:11606,&quot;22879&quot;:11607,&quot;22881&quot;:11608,&quot;22883&quot;:11609,&quot;22884&quot;:11610,&quot;22886&quot;:11611,&quot;22887&quot;:11612,&quot;22888&quot;:11613,&quot;22891&quot;:11614,&quot;22893&quot;:11615,&quot;22895&quot;:11616,&quot;22896&quot;:11617,&quot;22897&quot;:11618,&quot;22898&quot;:11619,&quot;22901&quot;:11620,&quot;22903&quot;:11621,&quot;22906&quot;:11622,&quot;22907&quot;:11623,&quot;22908&quot;:11624,&quot;22910&quot;:11625,&quot;22911&quot;:11626,&quot;22912&quot;:11627,&quot;22917&quot;:11628,&quot;22921&quot;:11629,&quot;22923&quot;:11630,&quot;22924&quot;:11631,&quot;22926&quot;:11632,&quot;22927&quot;:11633,&quot;22928&quot;:11634,&quot;22929&quot;:11635,&quot;22932&quot;:11636,&quot;22933&quot;:11637,&quot;22936&quot;:11638,&quot;22938&quot;:11639,&quot;22939&quot;:11640,&quot;22940&quot;:11641,&quot;22943&quot;:11642,&quot;22944&quot;:11643,&quot;22945&quot;:11644,&quot;22946&quot;:11645,&quot;22950&quot;:11646,&quot;22951&quot;:11647,&quot;22956&quot;:11648,&quot;22957&quot;:11649,&quot;22960&quot;:11650,&quot;22961&quot;:11651,&quot;22963&quot;:11652,&quot;22964&quot;:11653,&quot;22965&quot;:11654,&quot;22966&quot;:11655,&quot;22967&quot;:11656,&quot;22968&quot;:11657,&quot;22970&quot;:11658,&quot;22972&quot;:11659,&quot;22973&quot;:11660,&quot;22975&quot;:11661,&quot;22976&quot;:11662,&quot;22977&quot;:11663,&quot;22978&quot;:11664,&quot;22979&quot;:11665,&quot;22980&quot;:11666,&quot;22981&quot;:11667,&quot;22983&quot;:11668,&quot;22984&quot;:11669,&quot;22985&quot;:11670,&quot;22988&quot;:11671,&quot;22989&quot;:11672,&quot;22990&quot;:11673,&quot;22991&quot;:11674,&quot;22997&quot;:11675,&quot;22998&quot;:11676,&quot;23001&quot;:11677,&quot;23003&quot;:11678,&quot;23006&quot;:11679,&quot;23007&quot;:11680,&quot;23008&quot;:11681,&quot;23009&quot;:11682,&quot;23010&quot;:11683,&quot;23012&quot;:11684,&quot;23014&quot;:11685,&quot;23015&quot;:11686,&quot;23017&quot;:11687,&quot;23018&quot;:11688,&quot;23019&quot;:11689,&quot;23021&quot;:11690,&quot;23022&quot;:11691,&quot;23023&quot;:11692,&quot;23024&quot;:11693,&quot;23025&quot;:11694,&quot;23026&quot;:11695,&quot;23027&quot;:11696,&quot;23028&quot;:11697,&quot;23029&quot;:11698,&quot;23030&quot;:11699,&quot;23031&quot;:11700,&quot;23032&quot;:11701,&quot;23034&quot;:11702,&quot;23036&quot;:11703,&quot;23037&quot;:11704,&quot;23038&quot;:11705,&quot;23040&quot;:11706,&quot;23042&quot;:11707,&quot;23050&quot;:11708,&quot;23051&quot;:11709,&quot;23053&quot;:11710,&quot;23054&quot;:11711,&quot;23055&quot;:11712,&quot;23056&quot;:11713,&quot;23058&quot;:11714,&quot;23060&quot;:11715,&quot;23061&quot;:11716,&quot;23062&quot;:11717,&quot;23063&quot;:11718,&quot;23065&quot;:11719,&quot;23066&quot;:11720,&quot;23067&quot;:11721,&quot;23069&quot;:11722,&quot;23070&quot;:11723,&quot;23073&quot;:11724,&quot;23074&quot;:11725,&quot;23076&quot;:11726,&quot;23078&quot;:11727,&quot;23079&quot;:11728,&quot;23080&quot;:11729,&quot;23082&quot;:11730,&quot;23083&quot;:11731,&quot;23084&quot;:11732,&quot;23085&quot;:11733,&quot;23086&quot;:11734,&quot;23087&quot;:11735,&quot;23088&quot;:11736,&quot;23091&quot;:11737,&quot;23093&quot;:11738,&quot;23095&quot;:11739,&quot;23096&quot;:11740,&quot;23097&quot;:11741,&quot;23098&quot;:11742,&quot;23099&quot;:11743,&quot;23101&quot;:11744,&quot;23102&quot;:11745,&quot;23103&quot;:11746,&quot;23106&quot;:11747,&quot;23107&quot;:11748,&quot;23108&quot;:11749,&quot;23109&quot;:11750,&quot;23111&quot;:11751,&quot;23112&quot;:11752,&quot;23115&quot;:11753,&quot;23116&quot;:11754,&quot;23117&quot;:11755,&quot;23118&quot;:11756,&quot;23119&quot;:11757,&quot;23120&quot;:11758,&quot;23121&quot;:11759,&quot;23122&quot;:11760,&quot;23123&quot;:11761,&quot;23124&quot;:11762,&quot;23126&quot;:11763,&quot;23127&quot;:11764,&quot;23128&quot;:11765,&quot;23129&quot;:11766,&quot;23131&quot;:11767,&quot;23132&quot;:11768,&quot;23133&quot;:11769,&quot;23134&quot;:11770,&quot;23135&quot;:11771,&quot;23136&quot;:11772,&quot;23137&quot;:11773,&quot;23139&quot;:11774,&quot;23140&quot;:11775,&quot;23141&quot;:11776,&quot;23144&quot;:11777,&quot;23145&quot;:11778,&quot;23147&quot;:11779,&quot;23148&quot;:11780,&quot;23150&quot;:11781,&quot;23151&quot;:11782,&quot;23152&quot;:11783,&quot;23153&quot;:11784,&quot;23154&quot;:11785,&quot;23155&quot;:11786,&quot;23160&quot;:11787,&quot;23161&quot;:11788,&quot;23163&quot;:11789,&quot;23164&quot;:11790,&quot;23165&quot;:11791,&quot;23166&quot;:11792,&quot;23168&quot;:11793,&quot;23169&quot;:11794,&quot;23170&quot;:11795,&quot;23171&quot;:11796,&quot;23172&quot;:11797,&quot;23173&quot;:11798,&quot;23174&quot;:11799,&quot;23175&quot;:11800,&quot;23176&quot;:11801,&quot;23177&quot;:11802,&quot;23178&quot;:11803,&quot;23179&quot;:11804,&quot;23180&quot;:11805,&quot;23181&quot;:11806,&quot;23182&quot;:11807,&quot;23183&quot;:11808,&quot;23184&quot;:11809,&quot;23185&quot;:11810,&quot;23187&quot;:11811,&quot;23188&quot;:11812,&quot;23189&quot;:11813,&quot;23190&quot;:11814,&quot;23191&quot;:11815,&quot;23192&quot;:11816,&quot;23193&quot;:11817,&quot;23196&quot;:11818,&quot;23197&quot;:11819,&quot;23198&quot;:11820,&quot;23199&quot;:11821,&quot;23200&quot;:11822,&quot;23201&quot;:11823,&quot;23202&quot;:11824,&quot;23203&quot;:11825,&quot;23204&quot;:11826,&quot;23205&quot;:11827,&quot;23206&quot;:11828,&quot;23208&quot;:11829,&quot;23209&quot;:11830,&quot;23211&quot;:11831,&quot;23212&quot;:11832,&quot;23213&quot;:11833,&quot;23214&quot;:11834,&quot;23215&quot;:11835,&quot;23216&quot;:11836,&quot;23217&quot;:11837,&quot;23220&quot;:11838,&quot;23222&quot;:11839,&quot;23223&quot;:11840,&quot;23225&quot;:11841,&quot;23226&quot;:11842,&quot;23227&quot;:11843,&quot;23228&quot;:11844,&quot;23231&quot;:11845,&quot;23232&quot;:11846,&quot;23235&quot;:11847,&quot;23236&quot;:11848,&quot;23237&quot;:11849,&quot;23238&quot;:11850,&quot;23239&quot;:11851,&quot;23240&quot;:11852,&quot;23242&quot;:11853,&quot;23243&quot;:11854,&quot;23245&quot;:11855,&quot;23246&quot;:11856,&quot;23247&quot;:11857,&quot;23248&quot;:11858,&quot;23249&quot;:11859,&quot;23251&quot;:11860,&quot;23253&quot;:11861,&quot;23257&quot;:11862,&quot;23258&quot;:11863,&quot;23259&quot;:11864,&quot;23261&quot;:11865,&quot;23262&quot;:11866,&quot;23263&quot;:11867,&quot;23266&quot;:11868,&quot;23268&quot;:11869,&quot;23269&quot;:11870,&quot;23271&quot;:11871,&quot;23272&quot;:11872,&quot;23274&quot;:11873,&quot;23276&quot;:11874,&quot;23277&quot;:11875,&quot;23278&quot;:11876,&quot;23279&quot;:11877,&quot;23280&quot;:11878,&quot;23282&quot;:11879,&quot;23283&quot;:11880,&quot;23284&quot;:11881,&quot;23286&quot;:11882,&quot;23287&quot;:11883,&quot;23288&quot;:11884,&quot;23289&quot;:11885,&quot;23290&quot;:11886,&quot;23292&quot;:11887,&quot;23293&quot;:11888,&quot;23294&quot;:11889,&quot;23295&quot;:11890,&quot;23297&quot;:11891,&quot;23298&quot;:11892,&quot;23299&quot;:11893,&quot;23300&quot;:11894,&quot;23301&quot;:11895,&quot;23302&quot;:11896,&quot;23303&quot;:11897,&quot;23306&quot;:11898,&quot;23309&quot;:11899,&quot;23310&quot;:11900,&quot;23311&quot;:11901,&quot;23312&quot;:11902,&quot;23313&quot;:11903,&quot;23314&quot;:11904,&quot;23315&quot;:11905,&quot;23316&quot;:11906,&quot;23317&quot;:11907,&quot;23320&quot;:11908,&quot;23322&quot;:11909,&quot;23323&quot;:11910,&quot;23324&quot;:11911,&quot;23325&quot;:11912,&quot;23326&quot;:11913,&quot;23327&quot;:11914,&quot;23328&quot;:11915,&quot;23330&quot;:11916,&quot;23331&quot;:11917,&quot;23332&quot;:11918,&quot;23333&quot;:11919,&quot;23334&quot;:11920,&quot;23335&quot;:11921,&quot;23336&quot;:11922,&quot;23337&quot;:11923,&quot;23339&quot;:11924,&quot;23340&quot;:11925,&quot;23341&quot;:11926,&quot;23342&quot;:11927,&quot;23343&quot;:11928,&quot;23345&quot;:11929,&quot;23347&quot;:11930,&quot;23349&quot;:11931,&quot;23350&quot;:11932,&quot;23353&quot;:11933,&quot;23354&quot;:11934,&quot;23355&quot;:11935,&quot;23356&quot;:11936,&quot;23357&quot;:11937,&quot;23358&quot;:11938,&quot;23359&quot;:11939,&quot;23361&quot;:11940,&quot;23362&quot;:11941,&quot;23363&quot;:11942,&quot;23364&quot;:11943,&quot;23365&quot;:11944,&quot;23366&quot;:11945,&quot;23367&quot;:11946,&quot;23368&quot;:11947,&quot;23369&quot;:11948,&quot;23370&quot;:11949,&quot;23371&quot;:11950,&quot;23373&quot;:11951,&quot;23374&quot;:11952,&quot;23375&quot;:11953,&quot;23378&quot;:11954,&quot;23382&quot;:11955,&quot;23390&quot;:11956,&quot;23392&quot;:11957,&quot;23393&quot;:11958,&quot;23399&quot;:11959,&quot;23400&quot;:11960,&quot;23405&quot;:11961,&quot;23406&quot;:11962,&quot;23407&quot;:11963,&quot;23410&quot;:11964,&quot;23412&quot;:11965,&quot;23414&quot;:11966,&quot;23415&quot;:11967,&quot;23417&quot;:11968,&quot;23419&quot;:11969,&quot;23420&quot;:11970,&quot;23422&quot;:11971,&quot;23426&quot;:11972,&quot;23430&quot;:11973,&quot;23434&quot;:11974,&quot;23437&quot;:11975,&quot;23438&quot;:11976,&quot;23440&quot;:11977,&quot;23441&quot;:11978,&quot;23442&quot;:11979,&quot;23444&quot;:11980,&quot;23446&quot;:11981,&quot;23455&quot;:11982,&quot;23463&quot;:11983,&quot;23464&quot;:11984,&quot;23465&quot;:11985,&quot;23468&quot;:11986,&quot;23469&quot;:11987,&quot;23470&quot;:11988,&quot;23471&quot;:11989,&quot;23473&quot;:11990,&quot;23474&quot;:11991,&quot;23479&quot;:11992,&quot;23482&quot;:11993,&quot;23483&quot;:11994,&quot;23484&quot;:11995,&quot;23488&quot;:11996,&quot;23489&quot;:11997,&quot;23491&quot;:11998,&quot;23496&quot;:11999,&quot;23497&quot;:12000,&quot;23498&quot;:12001,&quot;23499&quot;:12002,&quot;23501&quot;:12003,&quot;23502&quot;:12004,&quot;23503&quot;:12005,&quot;23505&quot;:12006,&quot;23508&quot;:12007,&quot;23509&quot;:12008,&quot;23510&quot;:12009,&quot;23511&quot;:12010,&quot;23512&quot;:12011,&quot;23513&quot;:12012,&quot;23514&quot;:12013,&quot;23515&quot;:12014,&quot;23516&quot;:12015,&quot;23520&quot;:12016,&quot;23523&quot;:12017,&quot;23530&quot;:12018,&quot;23533&quot;:12019,&quot;23535&quot;:12020,&quot;23537&quot;:12021,&quot;23538&quot;:12022,&quot;23539&quot;:12023,&quot;23540&quot;:12024,&quot;23543&quot;:12025,&quot;23549&quot;:12026,&quot;23550&quot;:12027,&quot;23552&quot;:12028,&quot;23554&quot;:12029,&quot;23555&quot;:12030,&quot;23557&quot;:12031,&quot;23564&quot;:12032,&quot;23568&quot;:12033,&quot;23570&quot;:12034,&quot;23571&quot;:12035,&quot;23575&quot;:12036,&quot;23577&quot;:12037,&quot;23579&quot;:12038,&quot;23582&quot;:12039,&quot;23583&quot;:12040,&quot;23584&quot;:12041,&quot;23585&quot;:12042,&quot;23587&quot;:12043,&quot;23590&quot;:12044,&quot;23592&quot;:12045,&quot;23593&quot;:12046,&quot;23594&quot;:12047,&quot;23595&quot;:12048,&quot;23597&quot;:12049,&quot;23598&quot;:12050,&quot;23599&quot;:12051,&quot;23600&quot;:12052,&quot;23602&quot;:12053,&quot;23603&quot;:12054,&quot;23605&quot;:12055,&quot;23606&quot;:12056,&quot;23619&quot;:12057,&quot;23620&quot;:12058,&quot;23622&quot;:12059,&quot;23623&quot;:12060,&quot;23628&quot;:12061,&quot;23629&quot;:12062,&quot;23634&quot;:12063,&quot;23635&quot;:12064,&quot;23636&quot;:12065,&quot;23638&quot;:12066,&quot;23639&quot;:12067,&quot;23640&quot;:12068,&quot;23642&quot;:12069,&quot;23643&quot;:12070,&quot;23644&quot;:12071,&quot;23645&quot;:12072,&quot;23647&quot;:12073,&quot;23655&quot;:12074,&quot;23657&quot;:12075,&quot;23658&quot;:12076,&quot;23659&quot;:12077,&quot;23661&quot;:12078,&quot;23664&quot;:12079,&quot;23666&quot;:12080,&quot;23667&quot;:12081,&quot;23668&quot;:12082,&quot;23669&quot;:12083,&quot;23670&quot;:12084,&quot;23671&quot;:12085,&quot;23672&quot;:12086,&quot;23675&quot;:12087,&quot;23676&quot;:12088,&quot;23677&quot;:12089,&quot;23678&quot;:12090,&quot;23680&quot;:12091,&quot;23683&quot;:12092,&quot;23684&quot;:12093,&quot;23685&quot;:12094,&quot;23686&quot;:12095,&quot;23687&quot;:12096,&quot;23689&quot;:12097,&quot;23690&quot;:12098,&quot;23691&quot;:12099,&quot;23694&quot;:12100,&quot;23695&quot;:12101,&quot;23698&quot;:12102,&quot;23699&quot;:12103,&quot;23701&quot;:12104,&quot;23709&quot;:12105,&quot;23710&quot;:12106,&quot;23711&quot;:12107,&quot;23712&quot;:12108,&quot;23716&quot;:12109,&quot;23717&quot;:12110,&quot;23718&quot;:12111,&quot;23719&quot;:12112,&quot;23720&quot;:12113,&quot;23722&quot;:12114,&quot;23726&quot;:12115,&quot;23727&quot;:12116,&quot;23728&quot;:12117,&quot;23730&quot;:12118,&quot;23732&quot;:12119,&quot;23734&quot;:12120,&quot;23737&quot;:12121,&quot;23738&quot;:12122,&quot;23739&quot;:12123,&quot;23740&quot;:12124,&quot;23742&quot;:12125,&quot;23744&quot;:12126,&quot;23746&quot;:12127,&quot;23747&quot;:12128,&quot;23749&quot;:12129,&quot;23750&quot;:12130,&quot;23751&quot;:12131,&quot;23752&quot;:12132,&quot;23753&quot;:12133,&quot;23754&quot;:12134,&quot;23756&quot;:12135,&quot;23757&quot;:12136,&quot;23758&quot;:12137,&quot;23759&quot;:12138,&quot;23760&quot;:12139,&quot;23761&quot;:12140,&quot;23763&quot;:12141,&quot;23764&quot;:12142,&quot;23765&quot;:12143,&quot;23766&quot;:12144,&quot;23767&quot;:12145,&quot;23768&quot;:12146,&quot;23770&quot;:12147,&quot;23771&quot;:12148,&quot;23772&quot;:12149,&quot;23773&quot;:12150,&quot;23774&quot;:12151,&quot;23775&quot;:12152,&quot;23776&quot;:12153,&quot;23778&quot;:12154,&quot;23779&quot;:12155,&quot;23783&quot;:12156,&quot;23785&quot;:12157,&quot;23787&quot;:12158,&quot;23788&quot;:12159,&quot;23790&quot;:12160,&quot;23791&quot;:12161,&quot;23793&quot;:12162,&quot;23794&quot;:12163,&quot;23795&quot;:12164,&quot;23797&quot;:12165,&quot;23799&quot;:12166,&quot;23800&quot;:12167,&quot;23801&quot;:12168,&quot;23802&quot;:12169,&quot;23804&quot;:12170,&quot;23806&quot;:12171,&quot;23807&quot;:12172,&quot;23808&quot;:12173,&quot;23809&quot;:12174,&quot;23812&quot;:12175,&quot;23813&quot;:12176,&quot;23816&quot;:12177,&quot;23817&quot;:12178,&quot;23818&quot;:12179,&quot;23819&quot;:12180,&quot;23820&quot;:12181,&quot;23823&quot;:12182,&quot;23824&quot;:12183,&quot;23825&quot;:12184,&quot;23826&quot;:12185,&quot;23827&quot;:12186,&quot;23829&quot;:12187,&quot;23832&quot;:12188,&quot;23833&quot;:12189,&quot;23834&quot;:12190,&quot;23836&quot;:12191,&quot;23837&quot;:12192,&quot;23839&quot;:12193,&quot;23840&quot;:12194,&quot;23841&quot;:12195,&quot;23842&quot;:12196,&quot;23843&quot;:12197,&quot;23845&quot;:12198,&quot;23848&quot;:12199,&quot;23850&quot;:12200,&quot;23851&quot;:12201,&quot;23855&quot;:12202,&quot;23856&quot;:12203,&quot;23857&quot;:12204,&quot;23858&quot;:12205,&quot;23859&quot;:12206,&quot;23861&quot;:12207,&quot;23862&quot;:12208,&quot;23863&quot;:12209,&quot;23864&quot;:12210,&quot;23865&quot;:12211,&quot;23866&quot;:12212,&quot;23867&quot;:12213,&quot;23868&quot;:12214,&quot;23871&quot;:12215,&quot;23872&quot;:12216,&quot;23873&quot;:12217,&quot;23874&quot;:12218,&quot;23875&quot;:12219,&quot;23876&quot;:12220,&quot;23877&quot;:12221,&quot;23878&quot;:12222,&quot;23880&quot;:12223,&quot;23881&quot;:12224,&quot;23885&quot;:12225,&quot;23886&quot;:12226,&quot;23887&quot;:12227,&quot;23889&quot;:12228,&quot;23890&quot;:12229,&quot;23891&quot;:12230,&quot;23892&quot;:12231,&quot;23893&quot;:12232,&quot;23894&quot;:12233,&quot;23895&quot;:12234,&quot;23897&quot;:12235,&quot;23898&quot;:12236,&quot;23900&quot;:12237,&quot;23902&quot;:12238,&quot;23903&quot;:12239,&quot;23904&quot;:12240,&quot;23905&quot;:12241,&quot;23906&quot;:12242,&quot;23907&quot;:12243,&quot;23908&quot;:12244,&quot;23909&quot;:12245,&quot;23910&quot;:12246,&quot;23911&quot;:12247,&quot;23912&quot;:12248,&quot;23914&quot;:12249,&quot;23917&quot;:12250,&quot;23918&quot;:12251,&quot;23920&quot;:12252,&quot;23921&quot;:12253,&quot;23922&quot;:12254,&quot;23923&quot;:12255,&quot;23925&quot;:12256,&quot;23926&quot;:12257,&quot;23927&quot;:12258,&quot;23928&quot;:12259,&quot;23929&quot;:12260,&quot;23930&quot;:12261,&quot;23931&quot;:12262,&quot;23932&quot;:12263,&quot;23933&quot;:12264,&quot;23934&quot;:12265,&quot;23935&quot;:12266,&quot;23936&quot;:12267,&quot;23939&quot;:12268,&quot;23941&quot;:12269,&quot;23942&quot;:12270,&quot;23944&quot;:12271,&quot;23945&quot;:12272,&quot;23946&quot;:12273,&quot;23947&quot;:12274,&quot;23948&quot;:12275,&quot;23949&quot;:12276,&quot;23950&quot;:12277,&quot;23951&quot;:12278,&quot;23952&quot;:12279,&quot;23953&quot;:12280,&quot;23954&quot;:12281,&quot;23955&quot;:12282,&quot;23956&quot;:12283,&quot;23957&quot;:12284,&quot;23958&quot;:12285,&quot;23960&quot;:12286,&quot;23962&quot;:12287,&quot;23963&quot;:12288,&quot;23964&quot;:12289,&quot;23966&quot;:12290,&quot;23967&quot;:12291,&quot;23969&quot;:12292,&quot;23970&quot;:12293,&quot;23971&quot;:12294,&quot;23972&quot;:12295,&quot;23973&quot;:12296,&quot;23974&quot;:12297,&quot;23976&quot;:12298,&quot;23977&quot;:12299,&quot;23978&quot;:12300,&quot;23979&quot;:12301,&quot;23980&quot;:12302,&quot;23981&quot;:12303,&quot;23982&quot;:12304,&quot;23983&quot;:12305,&quot;23984&quot;:12306,&quot;23985&quot;:12307,&quot;23986&quot;:12308,&quot;23987&quot;:12309,&quot;23988&quot;:12310,&quot;23989&quot;:12311,&quot;23990&quot;:12312,&quot;23993&quot;:12313,&quot;23995&quot;:12314,&quot;23997&quot;:12315,&quot;23998&quot;:12316,&quot;23999&quot;:12317,&quot;24000&quot;:12318,&quot;24001&quot;:12319,&quot;24002&quot;:12320,&quot;24003&quot;:12321,&quot;24004&quot;:12322,&quot;24006&quot;:12323,&quot;24007&quot;:12324,&quot;24008&quot;:12325,&quot;24009&quot;:12326,&quot;24010&quot;:12327,&quot;24012&quot;:12328,&quot;24014&quot;:12329,&quot;24015&quot;:12330,&quot;24016&quot;:12331,&quot;24017&quot;:12332,&quot;24019&quot;:12333,&quot;24021&quot;:12334,&quot;24022&quot;:12335,&quot;24023&quot;:12336,&quot;24024&quot;:12337,&quot;24025&quot;:12338,&quot;24026&quot;:12339,&quot;24028&quot;:12340,&quot;24031&quot;:12341,&quot;24032&quot;:12342,&quot;24035&quot;:12343,&quot;24036&quot;:12344,&quot;24042&quot;:12345,&quot;24044&quot;:12346,&quot;24045&quot;:12347,&quot;24053&quot;:12348,&quot;24054&quot;:12349,&quot;24056&quot;:12350,&quot;24057&quot;:12351,&quot;24058&quot;:12352,&quot;24059&quot;:12353,&quot;24060&quot;:12354,&quot;24063&quot;:12355,&quot;24064&quot;:12356,&quot;24068&quot;:12357,&quot;24071&quot;:12358,&quot;24073&quot;:12359,&quot;24074&quot;:12360,&quot;24075&quot;:12361,&quot;24077&quot;:12362,&quot;24078&quot;:12363,&quot;24082&quot;:12364,&quot;24083&quot;:12365,&quot;24087&quot;:12366,&quot;24094&quot;:12367,&quot;24095&quot;:12368,&quot;24096&quot;:12369,&quot;24097&quot;:12370,&quot;24098&quot;:12371,&quot;24099&quot;:12372,&quot;24100&quot;:12373,&quot;24104&quot;:12374,&quot;24105&quot;:12375,&quot;24106&quot;:12376,&quot;24108&quot;:12377,&quot;24111&quot;:12378,&quot;24112&quot;:12379,&quot;24114&quot;:12380,&quot;24116&quot;:12381,&quot;24117&quot;:12382,&quot;24121&quot;:12383,&quot;24122&quot;:12384,&quot;24126&quot;:12385,&quot;24127&quot;:12386,&quot;24129&quot;:12387,&quot;24134&quot;:12388,&quot;24135&quot;:12389,&quot;24136&quot;:12390,&quot;24137&quot;:12391,&quot;24138&quot;:12392,&quot;24139&quot;:12393,&quot;24141&quot;:12394,&quot;24142&quot;:12395,&quot;24143&quot;:12396,&quot;24144&quot;:12397,&quot;24145&quot;:12398,&quot;24146&quot;:12399,&quot;24147&quot;:12400,&quot;24150&quot;:12401,&quot;24153&quot;:12402,&quot;24154&quot;:12403,&quot;24156&quot;:12404,&quot;24157&quot;:12405,&quot;24160&quot;:12406,&quot;24164&quot;:12407,&quot;24165&quot;:12408,&quot;24166&quot;:12409,&quot;24167&quot;:12410,&quot;24168&quot;:12411,&quot;24169&quot;:12412,&quot;24170&quot;:12413,&quot;24173&quot;:12414,&quot;24174&quot;:12415,&quot;24175&quot;:12416,&quot;24176&quot;:12417,&quot;24177&quot;:12418,&quot;24181&quot;:12419,&quot;24183&quot;:12420,&quot;24193&quot;:12421,&quot;24194&quot;:12422,&quot;24195&quot;:12423,&quot;24197&quot;:12424,&quot;24200&quot;:12425,&quot;24201&quot;:12426,&quot;24204&quot;:12427,&quot;24205&quot;:12428,&quot;24206&quot;:12429,&quot;24210&quot;:12430,&quot;24216&quot;:12431,&quot;24219&quot;:12432,&quot;24221&quot;:12433,&quot;24225&quot;:12434,&quot;24226&quot;:12435,&quot;24227&quot;:12436,&quot;24228&quot;:12437,&quot;24232&quot;:12438,&quot;24233&quot;:12439,&quot;24234&quot;:12440,&quot;24236&quot;:12441,&quot;24238&quot;:12442,&quot;24239&quot;:12443,&quot;24240&quot;:12444,&quot;24241&quot;:12445,&quot;24242&quot;:12446,&quot;24244&quot;:12447,&quot;24250&quot;:12448,&quot;24251&quot;:12449,&quot;24252&quot;:12450,&quot;24253&quot;:12451,&quot;24255&quot;:12452,&quot;24256&quot;:12453,&quot;24257&quot;:12454,&quot;24258&quot;:12455,&quot;24259&quot;:12456,&quot;24260&quot;:12457,&quot;24261&quot;:12458,&quot;24262&quot;:12459,&quot;24263&quot;:12460,&quot;24264&quot;:12461,&quot;24267&quot;:12462,&quot;24268&quot;:12463,&quot;24269&quot;:12464,&quot;24270&quot;:12465,&quot;24271&quot;:12466,&quot;24272&quot;:12467,&quot;24276&quot;:12468,&quot;24277&quot;:12469,&quot;24279&quot;:12470,&quot;24280&quot;:12471,&quot;24281&quot;:12472,&quot;24282&quot;:12473,&quot;24284&quot;:12474,&quot;24285&quot;:12475,&quot;24286&quot;:12476,&quot;24292&quot;:12477,&quot;24293&quot;:12478,&quot;24294&quot;:12479,&quot;24295&quot;:12480,&quot;24297&quot;:12481,&quot;24299&quot;:12482,&quot;24301&quot;:12483,&quot;24302&quot;:12484,&quot;24303&quot;:12485,&quot;24304&quot;:12486,&quot;24305&quot;:12487,&quot;24306&quot;:12488,&quot;24309&quot;:12489,&quot;24312&quot;:12490,&quot;24313&quot;:12491,&quot;24315&quot;:12492,&quot;24316&quot;:12493,&quot;24317&quot;:12494,&quot;24325&quot;:12495,&quot;24326&quot;:12496,&quot;24327&quot;:12497,&quot;24329&quot;:12498,&quot;24332&quot;:12499,&quot;24333&quot;:12500,&quot;24334&quot;:12501,&quot;24336&quot;:12502,&quot;24338&quot;:12503,&quot;24340&quot;:12504,&quot;24342&quot;:12505,&quot;24345&quot;:12506,&quot;24346&quot;:12507,&quot;24348&quot;:12508,&quot;24349&quot;:12509,&quot;24350&quot;:12510,&quot;24353&quot;:12511,&quot;24354&quot;:12512,&quot;24355&quot;:12513,&quot;24356&quot;:12514,&quot;24360&quot;:12515,&quot;24363&quot;:12516,&quot;24364&quot;:12517,&quot;24366&quot;:12518,&quot;24368&quot;:12519,&quot;24370&quot;:12520,&quot;24372&quot;:12521,&quot;24374&quot;:12522,&quot;24375&quot;:12523,&quot;24376&quot;:12524,&quot;24379&quot;:12525,&quot;24381&quot;:12526,&quot;24382&quot;:12527,&quot;24383&quot;:12528,&quot;24385&quot;:12529,&quot;24386&quot;:12530,&quot;24387&quot;:12531,&quot;24388&quot;:12532,&quot;24389&quot;:12533,&quot;24391&quot;:12534,&quot;24393&quot;:12535,&quot;24394&quot;:12536,&quot;24395&quot;:12537,&quot;24397&quot;:12538,&quot;24399&quot;:12539,&quot;24401&quot;:12540,&quot;24404&quot;:12541,&quot;24410&quot;:12542,&quot;24411&quot;:12543,&quot;24412&quot;:12544,&quot;24414&quot;:12545,&quot;24415&quot;:12546,&quot;24416&quot;:12547,&quot;24419&quot;:12548,&quot;24421&quot;:12549,&quot;24423&quot;:12550,&quot;24424&quot;:12551,&quot;24427&quot;:12552,&quot;24430&quot;:12553,&quot;24431&quot;:12554,&quot;24434&quot;:12555,&quot;24436&quot;:12556,&quot;24437&quot;:12557,&quot;24438&quot;:12558,&quot;24440&quot;:12559,&quot;24442&quot;:12560,&quot;24445&quot;:12561,&quot;24446&quot;:12562,&quot;24447&quot;:12563,&quot;24451&quot;:12564,&quot;24454&quot;:12565,&quot;24461&quot;:12566,&quot;24462&quot;:12567,&quot;24463&quot;:12568,&quot;24467&quot;:12569,&quot;24468&quot;:12570,&quot;24470&quot;:12571,&quot;24474&quot;:12572,&quot;24475&quot;:12573,&quot;24477&quot;:12574,&quot;24479&quot;:12575,&quot;24482&quot;:12576,&quot;24483&quot;:12577,&quot;24484&quot;:12578,&quot;24485&quot;:12579,&quot;24486&quot;:12580,&quot;24487&quot;:12581,&quot;24491&quot;:12582,&quot;24492&quot;:12583,&quot;24495&quot;:12584,&quot;24496&quot;:12585,&quot;24497&quot;:12586,&quot;24498&quot;:12587,&quot;24499&quot;:12588,&quot;24500&quot;:12589,&quot;24502&quot;:12590,&quot;24504&quot;:12591,&quot;24506&quot;:12592,&quot;24507&quot;:12593,&quot;24510&quot;:12594,&quot;24511&quot;:12595,&quot;24512&quot;:12596,&quot;24513&quot;:12597,&quot;24514&quot;:12598,&quot;24519&quot;:12599,&quot;24520&quot;:12600,&quot;24522&quot;:12601,&quot;24523&quot;:12602,&quot;24526&quot;:12603,&quot;24531&quot;:12604,&quot;24532&quot;:12605,&quot;24533&quot;:12606,&quot;24538&quot;:12607,&quot;24539&quot;:12608,&quot;24540&quot;:12609,&quot;24542&quot;:12610,&quot;24543&quot;:12611,&quot;24546&quot;:12612,&quot;24547&quot;:12613,&quot;24549&quot;:12614,&quot;24550&quot;:12615,&quot;24552&quot;:12616,&quot;24553&quot;:12617,&quot;24556&quot;:12618,&quot;24559&quot;:12619,&quot;24560&quot;:12620,&quot;24562&quot;:12621,&quot;24563&quot;:12622,&quot;24564&quot;:12623,&quot;24566&quot;:12624,&quot;24567&quot;:12625,&quot;24569&quot;:12626,&quot;24570&quot;:12627,&quot;24572&quot;:12628,&quot;24583&quot;:12629,&quot;24584&quot;:12630,&quot;24585&quot;:12631,&quot;24587&quot;:12632,&quot;24588&quot;:12633,&quot;24592&quot;:12634,&quot;24593&quot;:12635,&quot;24595&quot;:12636,&quot;24599&quot;:12637,&quot;24600&quot;:12638,&quot;24602&quot;:12639,&quot;24606&quot;:12640,&quot;24607&quot;:12641,&quot;24610&quot;:12642,&quot;24611&quot;:12643,&quot;24612&quot;:12644,&quot;24620&quot;:12645,&quot;24621&quot;:12646,&quot;24622&quot;:12647,&quot;24624&quot;:12648,&quot;24625&quot;:12649,&quot;24626&quot;:12650,&quot;24627&quot;:12651,&quot;24628&quot;:12652,&quot;24630&quot;:12653,&quot;24631&quot;:12654,&quot;24632&quot;:12655,&quot;24633&quot;:12656,&quot;24634&quot;:12657,&quot;24637&quot;:12658,&quot;24638&quot;:12659,&quot;24640&quot;:12660,&quot;24644&quot;:12661,&quot;24645&quot;:12662,&quot;24646&quot;:12663,&quot;24647&quot;:12664,&quot;24648&quot;:12665,&quot;24649&quot;:12666,&quot;24650&quot;:12667,&quot;24652&quot;:12668,&quot;24654&quot;:12669,&quot;24655&quot;:12670,&quot;24657&quot;:12671,&quot;24659&quot;:12672,&quot;24660&quot;:12673,&quot;24662&quot;:12674,&quot;24663&quot;:12675,&quot;24664&quot;:12676,&quot;24667&quot;:12677,&quot;24668&quot;:12678,&quot;24670&quot;:12679,&quot;24671&quot;:12680,&quot;24672&quot;:12681,&quot;24673&quot;:12682,&quot;24677&quot;:12683,&quot;24678&quot;:12684,&quot;24686&quot;:12685,&quot;24689&quot;:12686,&quot;24690&quot;:12687,&quot;24692&quot;:12688,&quot;24693&quot;:12689,&quot;24695&quot;:12690,&quot;24702&quot;:12691,&quot;24704&quot;:12692,&quot;24705&quot;:12693,&quot;24706&quot;:12694,&quot;24709&quot;:12695,&quot;24710&quot;:12696,&quot;24711&quot;:12697,&quot;24712&quot;:12698,&quot;24714&quot;:12699,&quot;24715&quot;:12700,&quot;24718&quot;:12701,&quot;24719&quot;:12702,&quot;24720&quot;:12703,&quot;24721&quot;:12704,&quot;24723&quot;:12705,&quot;24725&quot;:12706,&quot;24727&quot;:12707,&quot;24728&quot;:12708,&quot;24729&quot;:12709,&quot;24732&quot;:12710,&quot;24734&quot;:12711,&quot;24737&quot;:12712,&quot;24738&quot;:12713,&quot;24740&quot;:12714,&quot;24741&quot;:12715,&quot;24743&quot;:12716,&quot;24745&quot;:12717,&quot;24746&quot;:12718,&quot;24750&quot;:12719,&quot;24752&quot;:12720,&quot;24755&quot;:12721,&quot;24759&quot;:12722,&quot;24761&quot;:12723,&quot;24762&quot;:12724,&quot;24765&quot;:12725,&quot;24766&quot;:12726,&quot;24767&quot;:12727,&quot;24768&quot;:12728,&quot;24769&quot;:12729,&quot;24770&quot;:12730,&quot;24771&quot;:12731,&quot;24772&quot;:12732,&quot;24775&quot;:12733,&quot;24776&quot;:12734,&quot;24777&quot;:12735,&quot;24780&quot;:12736,&quot;24781&quot;:12737,&quot;24782&quot;:12738,&quot;24783&quot;:12739,&quot;24784&quot;:12740,&quot;24786&quot;:12741,&quot;24787&quot;:12742,&quot;24788&quot;:12743,&quot;24790&quot;:12744,&quot;24791&quot;:12745,&quot;24793&quot;:12746,&quot;24795&quot;:12747,&quot;24798&quot;:12748,&quot;24802&quot;:12749,&quot;24803&quot;:12750,&quot;24804&quot;:12751,&quot;24805&quot;:12752,&quot;24810&quot;:12753,&quot;24821&quot;:12754,&quot;24823&quot;:12755,&quot;24824&quot;:12756,&quot;24828&quot;:12757,&quot;24829&quot;:12758,&quot;24830&quot;:12759,&quot;24831&quot;:12760,&quot;24834&quot;:12761,&quot;24835&quot;:12762,&quot;24836&quot;:12763,&quot;24837&quot;:12764,&quot;24839&quot;:12765,&quot;24842&quot;:12766,&quot;24843&quot;:12767,&quot;24844&quot;:12768,&quot;24848&quot;:12769,&quot;24849&quot;:12770,&quot;24850&quot;:12771,&quot;24851&quot;:12772,&quot;24852&quot;:12773,&quot;24854&quot;:12774,&quot;24855&quot;:12775,&quot;24856&quot;:12776,&quot;24857&quot;:12777,&quot;24861&quot;:12778,&quot;24862&quot;:12779,&quot;24865&quot;:12780,&quot;24866&quot;:12781,&quot;24869&quot;:12782,&quot;24872&quot;:12783,&quot;24873&quot;:12784,&quot;24874&quot;:12785,&quot;24876&quot;:12786,&quot;24877&quot;:12787,&quot;24878&quot;:12788,&quot;24879&quot;:12789,&quot;24880&quot;:12790,&quot;24881&quot;:12791,&quot;24882&quot;:12792,&quot;24883&quot;:12793,&quot;24885&quot;:12794,&quot;24886&quot;:12795,&quot;24888&quot;:12796,&quot;24889&quot;:12797,&quot;24890&quot;:12798,&quot;24891&quot;:12799,&quot;24892&quot;:12800,&quot;24893&quot;:12801,&quot;24896&quot;:12802,&quot;24897&quot;:12803,&quot;24898&quot;:12804,&quot;24899&quot;:12805,&quot;24900&quot;:12806,&quot;24901&quot;:12807,&quot;24902&quot;:12808,&quot;24903&quot;:12809,&quot;24905&quot;:12810,&quot;24909&quot;:12811,&quot;24911&quot;:12812,&quot;24912&quot;:12813,&quot;24914&quot;:12814,&quot;24915&quot;:12815,&quot;24916&quot;:12816,&quot;24918&quot;:12817,&quot;24919&quot;:12818,&quot;24921&quot;:12819,&quot;24923&quot;:12820,&quot;24924&quot;:12821,&quot;24926&quot;:12822,&quot;24928&quot;:12823,&quot;24929&quot;:12824,&quot;24933&quot;:12825,&quot;24934&quot;:12826,&quot;24937&quot;:12827,&quot;24940&quot;:12828,&quot;24941&quot;:12829,&quot;24943&quot;:12830,&quot;24945&quot;:12831,&quot;24946&quot;:12832,&quot;24948&quot;:12833,&quot;24952&quot;:12834,&quot;24953&quot;:12835,&quot;24954&quot;:12836,&quot;24955&quot;:12837,&quot;24956&quot;:12838,&quot;24957&quot;:12839,&quot;24958&quot;:12840,&quot;24959&quot;:12841,&quot;24960&quot;:12842,&quot;24961&quot;:12843,&quot;24963&quot;:12844,&quot;24964&quot;:12845,&quot;24965&quot;:12846,&quot;24966&quot;:12847,&quot;24967&quot;:12848,&quot;24968&quot;:12849,&quot;24969&quot;:12850,&quot;24972&quot;:12851,&quot;24973&quot;:12852,&quot;24975&quot;:12853,&quot;24979&quot;:12854,&quot;24981&quot;:12855,&quot;24982&quot;:12856,&quot;24983&quot;:12857,&quot;24984&quot;:12858,&quot;24985&quot;:12859,&quot;24987&quot;:12860,&quot;24988&quot;:12861,&quot;24990&quot;:12862,&quot;24991&quot;:12863,&quot;24992&quot;:12864,&quot;24993&quot;:12865,&quot;24994&quot;:12866,&quot;24995&quot;:12867,&quot;24997&quot;:12868,&quot;24998&quot;:12869,&quot;25002&quot;:12870,&quot;25005&quot;:12871,&quot;25007&quot;:12872,&quot;25008&quot;:12873,&quot;25009&quot;:12874,&quot;25011&quot;:12875,&quot;25012&quot;:12876,&quot;25013&quot;:12877,&quot;25016&quot;:12878,&quot;25017&quot;:12879,&quot;25018&quot;:12880,&quot;25019&quot;:12881,&quot;25020&quot;:12882,&quot;25021&quot;:12883,&quot;25023&quot;:12884,&quot;25024&quot;:12885,&quot;25025&quot;:12886,&quot;25027&quot;:12887,&quot;25028&quot;:12888,&quot;25029&quot;:12889,&quot;25030&quot;:12890,&quot;25037&quot;:12891,&quot;25038&quot;:12892,&quot;25039&quot;:12893,&quot;25040&quot;:12894,&quot;25043&quot;:12895,&quot;25045&quot;:12896,&quot;25046&quot;:12897,&quot;25047&quot;:12898,&quot;25048&quot;:12899,&quot;25049&quot;:12900,&quot;25050&quot;:12901,&quot;25051&quot;:12902,&quot;25052&quot;:12903,&quot;25053&quot;:12904,&quot;25056&quot;:12905,&quot;25057&quot;:12906,&quot;25058&quot;:12907,&quot;25060&quot;:12908,&quot;25061&quot;:12909,&quot;25063&quot;:12910,&quot;25065&quot;:12911,&quot;25066&quot;:12912,&quot;25067&quot;:12913,&quot;25068&quot;:12914,&quot;25069&quot;:12915,&quot;25070&quot;:12916,&quot;25071&quot;:12917,&quot;25072&quot;:12918,&quot;25073&quot;:12919,&quot;25075&quot;:12920,&quot;25076&quot;:12921,&quot;25081&quot;:12922,&quot;25083&quot;:12923,&quot;25085&quot;:12924,&quot;25089&quot;:12925,&quot;25090&quot;:12926,&quot;25091&quot;:12927,&quot;25092&quot;:12928,&quot;25093&quot;:12929,&quot;25097&quot;:12930,&quot;25107&quot;:12931,&quot;25113&quot;:12932,&quot;25116&quot;:12933,&quot;25117&quot;:12934,&quot;25118&quot;:12935,&quot;25120&quot;:12936,&quot;25123&quot;:12937,&quot;25126&quot;:12938,&quot;25128&quot;:12939,&quot;25129&quot;:12940,&quot;25131&quot;:12941,&quot;25133&quot;:12942,&quot;25135&quot;:12943,&quot;25137&quot;:12944,&quot;25141&quot;:12945,&quot;12094&quot;:12946,&quot;25142&quot;:12946,&quot;25144&quot;:12947,&quot;25145&quot;:12948,&quot;25146&quot;:12949,&quot;25147&quot;:12950,&quot;25148&quot;:12951,&quot;25154&quot;:12952,&quot;25156&quot;:12953,&quot;25157&quot;:12954,&quot;25158&quot;:12955,&quot;25162&quot;:12956,&quot;25167&quot;:12957,&quot;25168&quot;:12958,&quot;25173&quot;:12959,&quot;25174&quot;:12960,&quot;25175&quot;:12961,&quot;25177&quot;:12962,&quot;25178&quot;:12963,&quot;25180&quot;:12964,&quot;25181&quot;:12965,&quot;25182&quot;:12966,&quot;25183&quot;:12967,&quot;25184&quot;:12968,&quot;25185&quot;:12969,&quot;25186&quot;:12970,&quot;25188&quot;:12971,&quot;25189&quot;:12972,&quot;25192&quot;:12973,&quot;25201&quot;:12974,&quot;25202&quot;:12975,&quot;25204&quot;:12976,&quot;25205&quot;:12977,&quot;25207&quot;:12978,&quot;25208&quot;:12979,&quot;25210&quot;:12980,&quot;25211&quot;:12981,&quot;25213&quot;:12982,&quot;25217&quot;:12983,&quot;25218&quot;:12984,&quot;25219&quot;:12985,&quot;25221&quot;:12986,&quot;25222&quot;:12987,&quot;25223&quot;:12988,&quot;25224&quot;:12989,&quot;25227&quot;:12990,&quot;25228&quot;:12991,&quot;25229&quot;:12992,&quot;25230&quot;:12993,&quot;25231&quot;:12994,&quot;25232&quot;:12995,&quot;25236&quot;:12996,&quot;25241&quot;:12997,&quot;25244&quot;:12998,&quot;25245&quot;:12999,&quot;25246&quot;:13000,&quot;25251&quot;:13001,&quot;25254&quot;:13002,&quot;25255&quot;:13003,&quot;25257&quot;:13004,&quot;25258&quot;:13005,&quot;25261&quot;:13006,&quot;25262&quot;:13007,&quot;25263&quot;:13008,&quot;25264&quot;:13009,&quot;25266&quot;:13010,&quot;25267&quot;:13011,&quot;25268&quot;:13012,&quot;25270&quot;:13013,&quot;25271&quot;:13014,&quot;25272&quot;:13015,&quot;25274&quot;:13016,&quot;25278&quot;:13017,&quot;25280&quot;:13018,&quot;25281&quot;:13019,&quot;25283&quot;:13020,&quot;25291&quot;:13021,&quot;25295&quot;:13022,&quot;25297&quot;:13023,&quot;25301&quot;:13024,&quot;25309&quot;:13025,&quot;25310&quot;:13026,&quot;25312&quot;:13027,&quot;25313&quot;:13028,&quot;25316&quot;:13029,&quot;25322&quot;:13030,&quot;25323&quot;:13031,&quot;25328&quot;:13032,&quot;25330&quot;:13033,&quot;25333&quot;:13034,&quot;25336&quot;:13035,&quot;25337&quot;:13036,&quot;25338&quot;:13037,&quot;25339&quot;:13038,&quot;25344&quot;:13039,&quot;25347&quot;:13040,&quot;25348&quot;:13041,&quot;25349&quot;:13042,&quot;25350&quot;:13043,&quot;25354&quot;:13044,&quot;25355&quot;:13045,&quot;25356&quot;:13046,&quot;25357&quot;:13047,&quot;25359&quot;:13048,&quot;25360&quot;:13049,&quot;25362&quot;:13050,&quot;25363&quot;:13051,&quot;25364&quot;:13052,&quot;25365&quot;:13053,&quot;25367&quot;:13054,&quot;25368&quot;:13055,&quot;25369&quot;:13056,&quot;25372&quot;:13057,&quot;25382&quot;:13058,&quot;25383&quot;:13059,&quot;25385&quot;:13060,&quot;25388&quot;:13061,&quot;25389&quot;:13062,&quot;25390&quot;:13063,&quot;25392&quot;:13064,&quot;25393&quot;:13065,&quot;25395&quot;:13066,&quot;25396&quot;:13067,&quot;25397&quot;:13068,&quot;25398&quot;:13069,&quot;25399&quot;:13070,&quot;25400&quot;:13071,&quot;25403&quot;:13072,&quot;25404&quot;:13073,&quot;25407&quot;:13074,&quot;25408&quot;:13075,&quot;25409&quot;:13076,&quot;25412&quot;:13077,&quot;25415&quot;:13078,&quot;25416&quot;:13079,&quot;25418&quot;:13080,&quot;25425&quot;:13081,&quot;25426&quot;:13082,&quot;25427&quot;:13083,&quot;25428&quot;:13084,&quot;25430&quot;:13085,&quot;25431&quot;:13086,&quot;25432&quot;:13087,&quot;25433&quot;:13088,&quot;25434&quot;:13089,&quot;25435&quot;:13090,&quot;25436&quot;:13091,&quot;25437&quot;:13092,&quot;25440&quot;:13093,&quot;25444&quot;:13094,&quot;25445&quot;:13095,&quot;25446&quot;:13096,&quot;25450&quot;:13097,&quot;25452&quot;:13098,&quot;25455&quot;:13099,&quot;25456&quot;:13100,&quot;25459&quot;:13101,&quot;25460&quot;:13102,&quot;25461&quot;:13103,&quot;25464&quot;:13104,&quot;25465&quot;:13105,&quot;25468&quot;:13106,&quot;25469&quot;:13107,&quot;25470&quot;:13108,&quot;25471&quot;:13109,&quot;25473&quot;:13110,&quot;25477&quot;:13111,&quot;25478&quot;:13112,&quot;25483&quot;:13113,&quot;25485&quot;:13114,&quot;25489&quot;:13115,&quot;25491&quot;:13116,&quot;25492&quot;:13117,&quot;25493&quot;:13118,&quot;25495&quot;:13119,&quot;25497&quot;:13120,&quot;25498&quot;:13121,&quot;25499&quot;:13122,&quot;25500&quot;:13123,&quot;25501&quot;:13124,&quot;25502&quot;:13125,&quot;25503&quot;:13126,&quot;25505&quot;:13127,&quot;25508&quot;:13128,&quot;25510&quot;:13129,&quot;25515&quot;:13130,&quot;25519&quot;:13131,&quot;25521&quot;:13132,&quot;25522&quot;:13133,&quot;25525&quot;:13134,&quot;25526&quot;:13135,&quot;25529&quot;:13136,&quot;25531&quot;:13137,&quot;25533&quot;:13138,&quot;25535&quot;:13139,&quot;25537&quot;:13140,&quot;25538&quot;:13141,&quot;25539&quot;:13142,&quot;25541&quot;:13143,&quot;25543&quot;:13144,&quot;25544&quot;:13145,&quot;25546&quot;:13146,&quot;25547&quot;:13147,&quot;25548&quot;:13148,&quot;25553&quot;:13149,&quot;25555&quot;:13150,&quot;25556&quot;:13151,&quot;25557&quot;:13152,&quot;25559&quot;:13153,&quot;25560&quot;:13154,&quot;25561&quot;:13155,&quot;25563&quot;:13156,&quot;25564&quot;:13157,&quot;25565&quot;:13158,&quot;25567&quot;:13159,&quot;25570&quot;:13160,&quot;25572&quot;:13161,&quot;25573&quot;:13162,&quot;25574&quot;:13163,&quot;25575&quot;:13164,&quot;25576&quot;:13165,&quot;25579&quot;:13166,&quot;25580&quot;:13167,&quot;25583&quot;:13168,&quot;25584&quot;:13169,&quot;25585&quot;:13170,&quot;25587&quot;:13171,&quot;25589&quot;:13172,&quot;25591&quot;:13173,&quot;25593&quot;:13174,&quot;25594&quot;:13175,&quot;25595&quot;:13176,&quot;25596&quot;:13177,&quot;25598&quot;:13178,&quot;25603&quot;:13179,&quot;25604&quot;:13180,&quot;25606&quot;:13181,&quot;25607&quot;:13182,&quot;25608&quot;:13183,&quot;25609&quot;:13184,&quot;25610&quot;:13185,&quot;25614&quot;:13186,&quot;25617&quot;:13187,&quot;25618&quot;:13188,&quot;25621&quot;:13189,&quot;25622&quot;:13190,&quot;25624&quot;:13191,&quot;25625&quot;:13192,&quot;25626&quot;:13193,&quot;25629&quot;:13194,&quot;25631&quot;:13195,&quot;25634&quot;:13196,&quot;25635&quot;:13197,&quot;25636&quot;:13198,&quot;25637&quot;:13199,&quot;25639&quot;:13200,&quot;25640&quot;:13201,&quot;25641&quot;:13202,&quot;25643&quot;:13203,&quot;25646&quot;:13204,&quot;25647&quot;:13205,&quot;25648&quot;:13206,&quot;25649&quot;:13207,&quot;25650&quot;:13208,&quot;25651&quot;:13209,&quot;25653&quot;:13210,&quot;25655&quot;:13211,&quot;25656&quot;:13212,&quot;25657&quot;:13213,&quot;25659&quot;:13214,&quot;25660&quot;:13215,&quot;25662&quot;:13216,&quot;25664&quot;:13217,&quot;25666&quot;:13218,&quot;25667&quot;:13219,&quot;25673&quot;:13220,&quot;25675&quot;:13221,&quot;25676&quot;:13222,&quot;25677&quot;:13223,&quot;25678&quot;:13224,&quot;25679&quot;:13225,&quot;25680&quot;:13226,&quot;25683&quot;:13227,&quot;25685&quot;:13228,&quot;25686&quot;:13229,&quot;25687&quot;:13230,&quot;25689&quot;:13231,&quot;25690&quot;:13232,&quot;25691&quot;:13233,&quot;25693&quot;:13234,&quot;25696&quot;:13235,&quot;25697&quot;:13236,&quot;25698&quot;:13237,&quot;25699&quot;:13238,&quot;25700&quot;:13239,&quot;25701&quot;:13240,&quot;25702&quot;:13241,&quot;25704&quot;:13242,&quot;25706&quot;:13243,&quot;25707&quot;:13244,&quot;25708&quot;:13245,&quot;25710&quot;:13246,&quot;25712&quot;:13247,&quot;25713&quot;:13248,&quot;25714&quot;:13249,&quot;25716&quot;:13250,&quot;25717&quot;:13251,&quot;25719&quot;:13252,&quot;25724&quot;:13253,&quot;25725&quot;:13254,&quot;25726&quot;:13255,&quot;25727&quot;:13256,&quot;25728&quot;:13257,&quot;25729&quot;:13258,&quot;25731&quot;:13259,&quot;25734&quot;:13260,&quot;25737&quot;:13261,&quot;25738&quot;:13262,&quot;25739&quot;:13263,&quot;25740&quot;:13264,&quot;25741&quot;:13265,&quot;25742&quot;:13266,&quot;25743&quot;:13267,&quot;25744&quot;:13268,&quot;25748&quot;:13269,&quot;25751&quot;:13270,&quot;25752&quot;:13271,&quot;25754&quot;:13272,&quot;25755&quot;:13273,&quot;25756&quot;:13274,&quot;25757&quot;:13275,&quot;25760&quot;:13276,&quot;25761&quot;:13277,&quot;25762&quot;:13278,&quot;25766&quot;:13279,&quot;25767&quot;:13280,&quot;25768&quot;:13281,&quot;25770&quot;:13282,&quot;25775&quot;:13283,&quot;25777&quot;:13284,&quot;25780&quot;:13285,&quot;25782&quot;:13286,&quot;25785&quot;:13287,&quot;25789&quot;:13288,&quot;25795&quot;:13289,&quot;25798&quot;:13290,&quot;25800&quot;:13291,&quot;25801&quot;:13292,&quot;25804&quot;:13293,&quot;25807&quot;:13294,&quot;25809&quot;:13295,&quot;25811&quot;:13296,&quot;25813&quot;:13297,&quot;25814&quot;:13298,&quot;25817&quot;:13299,&quot;25819&quot;:13300,&quot;25820&quot;:13301,&quot;25821&quot;:13302,&quot;25823&quot;:13303,&quot;25825&quot;:13304,&quot;25827&quot;:13305,&quot;25829&quot;:13306,&quot;25831&quot;:13307,&quot;25832&quot;:13308,&quot;25833&quot;:13309,&quot;25834&quot;:13310,&quot;25835&quot;:13311,&quot;25837&quot;:13312,&quot;25838&quot;:13313,&quot;25843&quot;:13314,&quot;25845&quot;:13315,&quot;25846&quot;:13316,&quot;25848&quot;:13317,&quot;25849&quot;:13318,&quot;25853&quot;:13319,&quot;25855&quot;:13320,&quot;25857&quot;:13321,&quot;25858&quot;:13322,&quot;25859&quot;:13323,&quot;25861&quot;:13324,&quot;25863&quot;:13325,&quot;25864&quot;:13326,&quot;25866&quot;:13327,&quot;25867&quot;:13328,&quot;25868&quot;:13329,&quot;25869&quot;:13330,&quot;25870&quot;:13331,&quot;25872&quot;:13332,&quot;25873&quot;:13333,&quot;25875&quot;:13334,&quot;25877&quot;:13335,&quot;25879&quot;:13336,&quot;25882&quot;:13337,&quot;25884&quot;:13338,&quot;25886&quot;:13339,&quot;25887&quot;:13340,&quot;25888&quot;:13341,&quot;25889&quot;:13342,&quot;25894&quot;:13343,&quot;25895&quot;:13344,&quot;25896&quot;:13345,&quot;25897&quot;:13346,&quot;25901&quot;:13347,&quot;25904&quot;:13348,&quot;25905&quot;:13349,&quot;25906&quot;:13350,&quot;25907&quot;:13351,&quot;25911&quot;:13352,&quot;25914&quot;:13353,&quot;25916&quot;:13354,&quot;25917&quot;:13355,&quot;25920&quot;:13356,&quot;25921&quot;:13357,&quot;25922&quot;:13358,&quot;25923&quot;:13359,&quot;25924&quot;:13360,&quot;25926&quot;:13361,&quot;25927&quot;:13362,&quot;25930&quot;:13363,&quot;25931&quot;:13364,&quot;25933&quot;:13365,&quot;25934&quot;:13366,&quot;25936&quot;:13367,&quot;25938&quot;:13368,&quot;25939&quot;:13369,&quot;25940&quot;:13370,&quot;25944&quot;:13371,&quot;25946&quot;:13372,&quot;25948&quot;:13373,&quot;25951&quot;:13374,&quot;25952&quot;:13375,&quot;25953&quot;:13376,&quot;25956&quot;:13377,&quot;25957&quot;:13378,&quot;25959&quot;:13379,&quot;25960&quot;:13380,&quot;25961&quot;:13381,&quot;25962&quot;:13382,&quot;25965&quot;:13383,&quot;25966&quot;:13384,&quot;25967&quot;:13385,&quot;25969&quot;:13386,&quot;25971&quot;:13387,&quot;25974&quot;:13388,&quot;25977&quot;:13389,&quot;25978&quot;:13390,&quot;25979&quot;:13391,&quot;25980&quot;:13392,&quot;25981&quot;:13393,&quot;25982&quot;:13394,&quot;25983&quot;:13395,&quot;25984&quot;:13396,&quot;25985&quot;:13397,&quot;25988&quot;:13398,&quot;25989&quot;:13399,&quot;25990&quot;:13400,&quot;25992&quot;:13401,&quot;25993&quot;:13402,&quot;25994&quot;:13403,&quot;25997&quot;:13404,&quot;25998&quot;:13405,&quot;25999&quot;:13406,&quot;26002&quot;:13407,&quot;26004&quot;:13408,&quot;26006&quot;:13409,&quot;26008&quot;:13410,&quot;26010&quot;:13411,&quot;26013&quot;:13412,&quot;26014&quot;:13413,&quot;26016&quot;:13414,&quot;26018&quot;:13415,&quot;26019&quot;:13416,&quot;26022&quot;:13417,&quot;26024&quot;:13418,&quot;26026&quot;:13419,&quot;26030&quot;:13420,&quot;26033&quot;:13421,&quot;26034&quot;:13422,&quot;26035&quot;:13423,&quot;26036&quot;:13424,&quot;26037&quot;:13425,&quot;26038&quot;:13426,&quot;26040&quot;:13427,&quot;26042&quot;:13428,&quot;26043&quot;:13429,&quot;26046&quot;:13430,&quot;26047&quot;:13431,&quot;26048&quot;:13432,&quot;26050&quot;:13433,&quot;26055&quot;:13434,&quot;26056&quot;:13435,&quot;26057&quot;:13436,&quot;26058&quot;:13437,&quot;26061&quot;:13438,&quot;26064&quot;:13439,&quot;26065&quot;:13440,&quot;26067&quot;:13441,&quot;26068&quot;:13442,&quot;26069&quot;:13443,&quot;26072&quot;:13444,&quot;26073&quot;:13445,&quot;26074&quot;:13446,&quot;26075&quot;:13447,&quot;26076&quot;:13448,&quot;26077&quot;:13449,&quot;26078&quot;:13450,&quot;26079&quot;:13451,&quot;26081&quot;:13452,&quot;26083&quot;:13453,&quot;26084&quot;:13454,&quot;26090&quot;:13455,&quot;26091&quot;:13456,&quot;26098&quot;:13457,&quot;26099&quot;:13458,&quot;26100&quot;:13459,&quot;26101&quot;:13460,&quot;26104&quot;:13461,&quot;26105&quot;:13462,&quot;26107&quot;:13463,&quot;26108&quot;:13464,&quot;26109&quot;:13465,&quot;26110&quot;:13466,&quot;26111&quot;:13467,&quot;26113&quot;:13468,&quot;26116&quot;:13469,&quot;26117&quot;:13470,&quot;26119&quot;:13471,&quot;26120&quot;:13472,&quot;26121&quot;:13473,&quot;26123&quot;:13474,&quot;26125&quot;:13475,&quot;26128&quot;:13476,&quot;26129&quot;:13477,&quot;26130&quot;:13478,&quot;26134&quot;:13479,&quot;26135&quot;:13480,&quot;26136&quot;:13481,&quot;26138&quot;:13482,&quot;26139&quot;:13483,&quot;26140&quot;:13484,&quot;26142&quot;:13485,&quot;26145&quot;:13486,&quot;26146&quot;:13487,&quot;26147&quot;:13488,&quot;26148&quot;:13489,&quot;26150&quot;:13490,&quot;26153&quot;:13491,&quot;26154&quot;:13492,&quot;26155&quot;:13493,&quot;26156&quot;:13494,&quot;26158&quot;:13495,&quot;26160&quot;:13496,&quot;26162&quot;:13497,&quot;26163&quot;:13498,&quot;26167&quot;:13499,&quot;26168&quot;:13500,&quot;26169&quot;:13501,&quot;26170&quot;:13502,&quot;26171&quot;:13503,&quot;26173&quot;:13504,&quot;26175&quot;:13505,&quot;26176&quot;:13506,&quot;26180&quot;:13507,&quot;26181&quot;:13508,&quot;26182&quot;:13509,&quot;26183&quot;:13510,&quot;26184&quot;:13511,&quot;26185&quot;:13512,&quot;26186&quot;:13513,&quot;26189&quot;:13514,&quot;26190&quot;:13515,&quot;26192&quot;:13516,&quot;26193&quot;:13517,&quot;26200&quot;:13518,&quot;26201&quot;:13519,&quot;26203&quot;:13520,&quot;26204&quot;:13521,&quot;26206&quot;:13522,&quot;26208&quot;:13523,&quot;26210&quot;:13524,&quot;26211&quot;:13525,&quot;26213&quot;:13526,&quot;26215&quot;:13527,&quot;26217&quot;:13528,&quot;26218&quot;:13529,&quot;26219&quot;:13530,&quot;26220&quot;:13531,&quot;26221&quot;:13532,&quot;26225&quot;:13533,&quot;26226&quot;:13534,&quot;26227&quot;:13535,&quot;26229&quot;:13536,&quot;26232&quot;:13537,&quot;26233&quot;:13538,&quot;26235&quot;:13539,&quot;26236&quot;:13540,&quot;26237&quot;:13541,&quot;26239&quot;:13542,&quot;26240&quot;:13543,&quot;26241&quot;:13544,&quot;26243&quot;:13545,&quot;26245&quot;:13546,&quot;26246&quot;:13547,&quot;26250&quot;:13548,&quot;26251&quot;:13549,&quot;26253&quot;:13550,&quot;26254&quot;:13551,&quot;26255&quot;:13552,&quot;26256&quot;:13553,&quot;26258&quot;:13554,&quot;26259&quot;:13555,&quot;26260&quot;:13556,&quot;26261&quot;:13557,&quot;26264&quot;:13558,&quot;26265&quot;:13559,&quot;26266&quot;:13560,&quot;26267&quot;:13561,&quot;26268&quot;:13562,&quot;26270&quot;:13563,&quot;26271&quot;:13564,&quot;26272&quot;:13565,&quot;26273&quot;:13566,&quot;26275&quot;:13567,&quot;26276&quot;:13568,&quot;26277&quot;:13569,&quot;26278&quot;:13570,&quot;26281&quot;:13571,&quot;26282&quot;:13572,&quot;26284&quot;:13573,&quot;26285&quot;:13574,&quot;26287&quot;:13575,&quot;26288&quot;:13576,&quot;26289&quot;:13577,&quot;26290&quot;:13578,&quot;26291&quot;:13579,&quot;26293&quot;:13580,&quot;26294&quot;:13581,&quot;26295&quot;:13582,&quot;26296&quot;:13583,&quot;26298&quot;:13584,&quot;26299&quot;:13585,&quot;26300&quot;:13586,&quot;26301&quot;:13587,&quot;26303&quot;:13588,&quot;26304&quot;:13589,&quot;26305&quot;:13590,&quot;26306&quot;:13591,&quot;26307&quot;:13592,&quot;26309&quot;:13593,&quot;26312&quot;:13594,&quot;26314&quot;:13595,&quot;26315&quot;:13596,&quot;26316&quot;:13597,&quot;26317&quot;:13598,&quot;26318&quot;:13599,&quot;26319&quot;:13600,&quot;26320&quot;:13601,&quot;26321&quot;:13602,&quot;26322&quot;:13603,&quot;26323&quot;:13604,&quot;26324&quot;:13605,&quot;26325&quot;:13606,&quot;26327&quot;:13607,&quot;26328&quot;:13608,&quot;26330&quot;:13609,&quot;26334&quot;:13610,&quot;26335&quot;:13611,&quot;26337&quot;:13612,&quot;26338&quot;:13613,&quot;26339&quot;:13614,&quot;26340&quot;:13615,&quot;26341&quot;:13616,&quot;26343&quot;:13617,&quot;26344&quot;:13618,&quot;26346&quot;:13619,&quot;26347&quot;:13620,&quot;26349&quot;:13621,&quot;26350&quot;:13622,&quot;26351&quot;:13623,&quot;26353&quot;:13624,&quot;26357&quot;:13625,&quot;26358&quot;:13626,&quot;26362&quot;:13627,&quot;26363&quot;:13628,&quot;26365&quot;:13629,&quot;26369&quot;:13630,&quot;26370&quot;:13631,&quot;26372&quot;:13632,&quot;26373&quot;:13633,&quot;26374&quot;:13634,&quot;26375&quot;:13635,&quot;26380&quot;:13636,&quot;26382&quot;:13637,&quot;26383&quot;:13638,&quot;26385&quot;:13639,&quot;26386&quot;:13640,&quot;26387&quot;:13641,&quot;26390&quot;:13642,&quot;26392&quot;:13643,&quot;26393&quot;:13644,&quot;26394&quot;:13645,&quot;26396&quot;:13646,&quot;26398&quot;:13647,&quot;26400&quot;:13648,&quot;26401&quot;:13649,&quot;26402&quot;:13650,&quot;26403&quot;:13651,&quot;26404&quot;:13652,&quot;26405&quot;:13653,&quot;26409&quot;:13654,&quot;26414&quot;:13655,&quot;26416&quot;:13656,&quot;26418&quot;:13657,&quot;26419&quot;:13658,&quot;26422&quot;:13659,&quot;26423&quot;:13660,&quot;26424&quot;:13661,&quot;26425&quot;:13662,&quot;26427&quot;:13663,&quot;26428&quot;:13664,&quot;26430&quot;:13665,&quot;26431&quot;:13666,&quot;26433&quot;:13667,&quot;26436&quot;:13668,&quot;26437&quot;:13669,&quot;26439&quot;:13670,&quot;26442&quot;:13671,&quot;26443&quot;:13672,&quot;26445&quot;:13673,&quot;26450&quot;:13674,&quot;26452&quot;:13675,&quot;26453&quot;:13676,&quot;26455&quot;:13677,&quot;26456&quot;:13678,&quot;26457&quot;:13679,&quot;26458&quot;:13680,&quot;26459&quot;:13681,&quot;26461&quot;:13682,&quot;26466&quot;:13683,&quot;26467&quot;:13684,&quot;26468&quot;:13685,&quot;26470&quot;:13686,&quot;26471&quot;:13687,&quot;26475&quot;:13688,&quot;26476&quot;:13689,&quot;26478&quot;:13690,&quot;26484&quot;:13691,&quot;26486&quot;:13692,&quot;26488&quot;:13693,&quot;26489&quot;:13694,&quot;26490&quot;:13695,&quot;26491&quot;:13696,&quot;26493&quot;:13697,&quot;26496&quot;:13698,&quot;26498&quot;:13699,&quot;26499&quot;:13700,&quot;26501&quot;:13701,&quot;26502&quot;:13702,&quot;26504&quot;:13703,&quot;26506&quot;:13704,&quot;26508&quot;:13705,&quot;26509&quot;:13706,&quot;26510&quot;:13707,&quot;26511&quot;:13708,&quot;26513&quot;:13709,&quot;26514&quot;:13710,&quot;26515&quot;:13711,&quot;26516&quot;:13712,&quot;26518&quot;:13713,&quot;26521&quot;:13714,&quot;26523&quot;:13715,&quot;26527&quot;:13716,&quot;26528&quot;:13717,&quot;26529&quot;:13718,&quot;26532&quot;:13719,&quot;26534&quot;:13720,&quot;26537&quot;:13721,&quot;26540&quot;:13722,&quot;26542&quot;:13723,&quot;26545&quot;:13724,&quot;26546&quot;:13725,&quot;26548&quot;:13726,&quot;26553&quot;:13727,&quot;26554&quot;:13728,&quot;26555&quot;:13729,&quot;26556&quot;:13730,&quot;26557&quot;:13731,&quot;26558&quot;:13732,&quot;26559&quot;:13733,&quot;26560&quot;:13734,&quot;26562&quot;:13735,&quot;26565&quot;:13736,&quot;26566&quot;:13737,&quot;26567&quot;:13738,&quot;26568&quot;:13739,&quot;26569&quot;:13740,&quot;26570&quot;:13741,&quot;26571&quot;:13742,&quot;26572&quot;:13743,&quot;26573&quot;:13744,&quot;26574&quot;:13745,&quot;26581&quot;:13746,&quot;26582&quot;:13747,&quot;26583&quot;:13748,&quot;26587&quot;:13749,&quot;26591&quot;:13750,&quot;26593&quot;:13751,&quot;26595&quot;:13752,&quot;26596&quot;:13753,&quot;26598&quot;:13754,&quot;26599&quot;:13755,&quot;26600&quot;:13756,&quot;26602&quot;:13757,&quot;26603&quot;:13758,&quot;26605&quot;:13759,&quot;26606&quot;:13760,&quot;26610&quot;:13761,&quot;26613&quot;:13762,&quot;26614&quot;:13763,&quot;26615&quot;:13764,&quot;26616&quot;:13765,&quot;26617&quot;:13766,&quot;26618&quot;:13767,&quot;26619&quot;:13768,&quot;26620&quot;:13769,&quot;26622&quot;:13770,&quot;26625&quot;:13771,&quot;26626&quot;:13772,&quot;26627&quot;:13773,&quot;26628&quot;:13774,&quot;26630&quot;:13775,&quot;26637&quot;:13776,&quot;26640&quot;:13777,&quot;26642&quot;:13778,&quot;26644&quot;:13779,&quot;26645&quot;:13780,&quot;26648&quot;:13781,&quot;26649&quot;:13782,&quot;26650&quot;:13783,&quot;26651&quot;:13784,&quot;26652&quot;:13785,&quot;26654&quot;:13786,&quot;26655&quot;:13787,&quot;26656&quot;:13788,&quot;26658&quot;:13789,&quot;26659&quot;:13790,&quot;26660&quot;:13791,&quot;26661&quot;:13792,&quot;26662&quot;:13793,&quot;26663&quot;:13794,&quot;26664&quot;:13795,&quot;26667&quot;:13796,&quot;26668&quot;:13797,&quot;26669&quot;:13798,&quot;26670&quot;:13799,&quot;26671&quot;:13800,&quot;26672&quot;:13801,&quot;26673&quot;:13802,&quot;26676&quot;:13803,&quot;26677&quot;:13804,&quot;26678&quot;:13805,&quot;26682&quot;:13806,&quot;26683&quot;:13807,&quot;26687&quot;:13808,&quot;26695&quot;:13809,&quot;26699&quot;:13810,&quot;26701&quot;:13811,&quot;26703&quot;:13812,&quot;26706&quot;:13813,&quot;26710&quot;:13814,&quot;26711&quot;:13815,&quot;26712&quot;:13816,&quot;26713&quot;:13817,&quot;26714&quot;:13818,&quot;26715&quot;:13819,&quot;26716&quot;:13820,&quot;26717&quot;:13821,&quot;26718&quot;:13822,&quot;26719&quot;:13823,&quot;26730&quot;:13824,&quot;26732&quot;:13825,&quot;26733&quot;:13826,&quot;26734&quot;:13827,&quot;26735&quot;:13828,&quot;26736&quot;:13829,&quot;26737&quot;:13830,&quot;26738&quot;:13831,&quot;26739&quot;:13832,&quot;26741&quot;:13833,&quot;26744&quot;:13834,&quot;26745&quot;:13835,&quot;26746&quot;:13836,&quot;26747&quot;:13837,&quot;26748&quot;:13838,&quot;26749&quot;:13839,&quot;26750&quot;:13840,&quot;26751&quot;:13841,&quot;26752&quot;:13842,&quot;26754&quot;:13843,&quot;26756&quot;:13844,&quot;26759&quot;:13845,&quot;26760&quot;:13846,&quot;26761&quot;:13847,&quot;26762&quot;:13848,&quot;26763&quot;:13849,&quot;26764&quot;:13850,&quot;26765&quot;:13851,&quot;26766&quot;:13852,&quot;26768&quot;:13853,&quot;26769&quot;:13854,&quot;26770&quot;:13855,&quot;26772&quot;:13856,&quot;26773&quot;:13857,&quot;26774&quot;:13858,&quot;26777&quot;:13859,&quot;26778&quot;:13860,&quot;26779&quot;:13861,&quot;26780&quot;:13862,&quot;26782&quot;:13863,&quot;26784&quot;:13864,&quot;26785&quot;:13865,&quot;26787&quot;:13866,&quot;26788&quot;:13867,&quot;26789&quot;:13868,&quot;26793&quot;:13869,&quot;26794&quot;:13870,&quot;26795&quot;:13871,&quot;26796&quot;:13872,&quot;26798&quot;:13873,&quot;26801&quot;:13874,&quot;26802&quot;:13875,&quot;26804&quot;:13876,&quot;26806&quot;:13877,&quot;26807&quot;:13878,&quot;26808&quot;:13879,&quot;26809&quot;:13880,&quot;26810&quot;:13881,&quot;26811&quot;:13882,&quot;26812&quot;:13883,&quot;26813&quot;:13884,&quot;26814&quot;:13885,&quot;26815&quot;:13886,&quot;26817&quot;:13887,&quot;26819&quot;:13888,&quot;26820&quot;:13889,&quot;26821&quot;:13890,&quot;26822&quot;:13891,&quot;26823&quot;:13892,&quot;26824&quot;:13893,&quot;26826&quot;:13894,&quot;26828&quot;:13895,&quot;26830&quot;:13896,&quot;26831&quot;:13897,&quot;26832&quot;:13898,&quot;26833&quot;:13899,&quot;26835&quot;:13900,&quot;26836&quot;:13901,&quot;26841&quot;:13902,&quot;26843&quot;:13903,&quot;26844&quot;:13904,&quot;26845&quot;:13905,&quot;26846&quot;:13906,&quot;26849&quot;:13907,&quot;26850&quot;:13908,&quot;26852&quot;:13909,&quot;26853&quot;:13910,&quot;26854&quot;:13911,&quot;26856&quot;:13912,&quot;26857&quot;:13913,&quot;26858&quot;:13914,&quot;26859&quot;:13915,&quot;26860&quot;:13916,&quot;26861&quot;:13917,&quot;26863&quot;:13918,&quot;26866&quot;:13919,&quot;26867&quot;:13920,&quot;26868&quot;:13921,&quot;26870&quot;:13922,&quot;26871&quot;:13923,&quot;26872&quot;:13924,&quot;26875&quot;:13925,&quot;26877&quot;:13926,&quot;26878&quot;:13927,&quot;26879&quot;:13928,&quot;26880&quot;:13929,&quot;26882&quot;:13930,&quot;26883&quot;:13931,&quot;26884&quot;:13932,&quot;26886&quot;:13933,&quot;26887&quot;:13934,&quot;26888&quot;:13935,&quot;26889&quot;:13936,&quot;26890&quot;:13937,&quot;26892&quot;:13938,&quot;26897&quot;:13939,&quot;26899&quot;:13940,&quot;26900&quot;:13941,&quot;26901&quot;:13942,&quot;26902&quot;:13943,&quot;26903&quot;:13944,&quot;26904&quot;:13945,&quot;26905&quot;:13946,&quot;26906&quot;:13947,&quot;26907&quot;:13948,&quot;26908&quot;:13949,&quot;26909&quot;:13950,&quot;26910&quot;:13951,&quot;26913&quot;:13952,&quot;26914&quot;:13953,&quot;26915&quot;:13954,&quot;26917&quot;:13955,&quot;26918&quot;:13956,&quot;26919&quot;:13957,&quot;26920&quot;:13958,&quot;26921&quot;:13959,&quot;26922&quot;:13960,&quot;26923&quot;:13961,&quot;26924&quot;:13962,&quot;26926&quot;:13963,&quot;26927&quot;:13964,&quot;26929&quot;:13965,&quot;26930&quot;:13966,&quot;26931&quot;:13967,&quot;26933&quot;:13968,&quot;26934&quot;:13969,&quot;26935&quot;:13970,&quot;26936&quot;:13971,&quot;26938&quot;:13972,&quot;26939&quot;:13973,&quot;26940&quot;:13974,&quot;26942&quot;:13975,&quot;26944&quot;:13976,&quot;26945&quot;:13977,&quot;26947&quot;:13978,&quot;26948&quot;:13979,&quot;26949&quot;:13980,&quot;26950&quot;:13981,&quot;26951&quot;:13982,&quot;26952&quot;:13983,&quot;26953&quot;:13984,&quot;26955&quot;:13985,&quot;26956&quot;:13986,&quot;26957&quot;:13987,&quot;26958&quot;:13988,&quot;26959&quot;:13989,&quot;26960&quot;:13990,&quot;26961&quot;:13991,&quot;26962&quot;:13992,&quot;26965&quot;:13993,&quot;26966&quot;:13994,&quot;26968&quot;:13995,&quot;26969&quot;:13996,&quot;26971&quot;:13997,&quot;26972&quot;:13998,&quot;26975&quot;:13999,&quot;26977&quot;:14000,&quot;26978&quot;:14001,&quot;26980&quot;:14002,&quot;26981&quot;:14003,&quot;26983&quot;:14004,&quot;26985&quot;:14005,&quot;26986&quot;:14006,&quot;26988&quot;:14007,&quot;26991&quot;:14008,&quot;26992&quot;:14009,&quot;26994&quot;:14010,&quot;26995&quot;:14011,&quot;26996&quot;:14012,&quot;26998&quot;:14013,&quot;27002&quot;:14014,&quot;27003&quot;:14015,&quot;27005&quot;:14016,&quot;27006&quot;:14017,&quot;27007&quot;:14018,&quot;27009&quot;:14019,&quot;27011&quot;:14020,&quot;27013&quot;:14021,&quot;27018&quot;:14022,&quot;27019&quot;:14023,&quot;27020&quot;:14024,&quot;27022&quot;:14025,&quot;27023&quot;:14026,&quot;27024&quot;:14027,&quot;27025&quot;:14028,&quot;27026&quot;:14029,&quot;27027&quot;:14030,&quot;27030&quot;:14031,&quot;27031&quot;:14032,&quot;27033&quot;:14033,&quot;27034&quot;:14034,&quot;27037&quot;:14035,&quot;27038&quot;:14036,&quot;27039&quot;:14037,&quot;27040&quot;:14038,&quot;27041&quot;:14039,&quot;27042&quot;:14040,&quot;27043&quot;:14041,&quot;27044&quot;:14042,&quot;27045&quot;:14043,&quot;27046&quot;:14044,&quot;27049&quot;:14045,&quot;27052&quot;:14046,&quot;27055&quot;:14047,&quot;27056&quot;:14048,&quot;27058&quot;:14049,&quot;27059&quot;:14050,&quot;27061&quot;:14051,&quot;27062&quot;:14052,&quot;27064&quot;:14053,&quot;27065&quot;:14054,&quot;27066&quot;:14055,&quot;27068&quot;:14056,&quot;27069&quot;:14057,&quot;27070&quot;:14058,&quot;27072&quot;:14059,&quot;27074&quot;:14060,&quot;27075&quot;:14061,&quot;27076&quot;:14062,&quot;27077&quot;:14063,&quot;27078&quot;:14064,&quot;27079&quot;:14065,&quot;27080&quot;:14066,&quot;27081&quot;:14067,&quot;27087&quot;:14068,&quot;27089&quot;:14069,&quot;27090&quot;:14070,&quot;27091&quot;:14071,&quot;27093&quot;:14072,&quot;27094&quot;:14073,&quot;27095&quot;:14074,&quot;27096&quot;:14075,&quot;27097&quot;:14076,&quot;27098&quot;:14077,&quot;27100&quot;:14078,&quot;27101&quot;:14079,&quot;27102&quot;:14080,&quot;27105&quot;:14081,&quot;27106&quot;:14082,&quot;27107&quot;:14083,&quot;27108&quot;:14084,&quot;27109&quot;:14085,&quot;27110&quot;:14086,&quot;27112&quot;:14087,&quot;27113&quot;:14088,&quot;27114&quot;:14089,&quot;27115&quot;:14090,&quot;27116&quot;:14091,&quot;27118&quot;:14092,&quot;27119&quot;:14093,&quot;27120&quot;:14094,&quot;27121&quot;:14095,&quot;27124&quot;:14096,&quot;27125&quot;:14097,&quot;27126&quot;:14098,&quot;27127&quot;:14099,&quot;27128&quot;:14100,&quot;27129&quot;:14101,&quot;27130&quot;:14102,&quot;27131&quot;:14103,&quot;27132&quot;:14104,&quot;27134&quot;:14105,&quot;27136&quot;:14106,&quot;27139&quot;:14107,&quot;27140&quot;:14108,&quot;27142&quot;:14109,&quot;27143&quot;:14110,&quot;27144&quot;:14111,&quot;27145&quot;:14112,&quot;27147&quot;:14113,&quot;27148&quot;:14114,&quot;27149&quot;:14115,&quot;27150&quot;:14116,&quot;27151&quot;:14117,&quot;27152&quot;:14118,&quot;27153&quot;:14119,&quot;27154&quot;:14120,&quot;27156&quot;:14121,&quot;27157&quot;:14122,&quot;27158&quot;:14123,&quot;27162&quot;:14124,&quot;27163&quot;:14125,&quot;27164&quot;:14126,&quot;27165&quot;:14127,&quot;27168&quot;:14128,&quot;27170&quot;:14129,&quot;27172&quot;:14130,&quot;27173&quot;:14131,&quot;27174&quot;:14132,&quot;27175&quot;:14133,&quot;27177&quot;:14134,&quot;27179&quot;:14135,&quot;27180&quot;:14136,&quot;27181&quot;:14137,&quot;27182&quot;:14138,&quot;27184&quot;:14139,&quot;27186&quot;:14140,&quot;27187&quot;:14141,&quot;27188&quot;:14142,&quot;27190&quot;:14143,&quot;27191&quot;:14144,&quot;27195&quot;:14145,&quot;27196&quot;:14146,&quot;27199&quot;:14147,&quot;27200&quot;:14148,&quot;27201&quot;:14149,&quot;27202&quot;:14150,&quot;27203&quot;:14151,&quot;27205&quot;:14152,&quot;27206&quot;:14153,&quot;27209&quot;:14154,&quot;27210&quot;:14155,&quot;27212&quot;:14156,&quot;27213&quot;:14157,&quot;27214&quot;:14158,&quot;27215&quot;:14159,&quot;27217&quot;:14160,&quot;27218&quot;:14161,&quot;27219&quot;:14162,&quot;27220&quot;:14163,&quot;27221&quot;:14164,&quot;27222&quot;:14165,&quot;27223&quot;:14166,&quot;27226&quot;:14167,&quot;27228&quot;:14168,&quot;27229&quot;:14169,&quot;27230&quot;:14170,&quot;27232&quot;:14171,&quot;27235&quot;:14172,&quot;27236&quot;:14173,&quot;27238&quot;:14174,&quot;27239&quot;:14175,&quot;27240&quot;:14176,&quot;27241&quot;:14177,&quot;27242&quot;:14178,&quot;27243&quot;:14179,&quot;27244&quot;:14180,&quot;27245&quot;:14181,&quot;27246&quot;:14182,&quot;27247&quot;:14183,&quot;27248&quot;:14184,&quot;27250&quot;:14185,&quot;27251&quot;:14186,&quot;27252&quot;:14187,&quot;27253&quot;:14188,&quot;27254&quot;:14189,&quot;27255&quot;:14190,&quot;27256&quot;:14191,&quot;27258&quot;:14192,&quot;27259&quot;:14193,&quot;27261&quot;:14194,&quot;27262&quot;:14195,&quot;27263&quot;:14196,&quot;27265&quot;:14197,&quot;27266&quot;:14198,&quot;27267&quot;:14199,&quot;27269&quot;:14200,&quot;27270&quot;:14201,&quot;27271&quot;:14202,&quot;27272&quot;:14203,&quot;27274&quot;:14204,&quot;27275&quot;:14205,&quot;27276&quot;:14206,&quot;27277&quot;:14207,&quot;27279&quot;:14208,&quot;27282&quot;:14209,&quot;27283&quot;:14210,&quot;27285&quot;:14211,&quot;27286&quot;:14212,&quot;27288&quot;:14213,&quot;27289&quot;:14214,&quot;27290&quot;:14215,&quot;27291&quot;:14216,&quot;27293&quot;:14217,&quot;27294&quot;:14218,&quot;27295&quot;:14219,&quot;27297&quot;:14220,&quot;27300&quot;:14221,&quot;27301&quot;:14222,&quot;27302&quot;:14223,&quot;27303&quot;:14224,&quot;27304&quot;:14225,&quot;27306&quot;:14226,&quot;27309&quot;:14227,&quot;27310&quot;:14228,&quot;27312&quot;:14229,&quot;27313&quot;:14230,&quot;27314&quot;:14231,&quot;27316&quot;:14232,&quot;27317&quot;:14233,&quot;27318&quot;:14234,&quot;27319&quot;:14235,&quot;27321&quot;:14236,&quot;27322&quot;:14237,&quot;27324&quot;:14238,&quot;27325&quot;:14239,&quot;27326&quot;:14240,&quot;27327&quot;:14241,&quot;27328&quot;:14242,&quot;27329&quot;:14243,&quot;27330&quot;:14244,&quot;27332&quot;:14245,&quot;27333&quot;:14246,&quot;27334&quot;:14247,&quot;27335&quot;:14248,&quot;27336&quot;:14249,&quot;27337&quot;:14250,&quot;27338&quot;:14251,&quot;27339&quot;:14252,&quot;27340&quot;:14253,&quot;27341&quot;:14254,&quot;27342&quot;:14255,&quot;27343&quot;:14256,&quot;27344&quot;:14257,&quot;27345&quot;:14258,&quot;27346&quot;:14259,&quot;27348&quot;:14260,&quot;27349&quot;:14261,&quot;27350&quot;:14262,&quot;27351&quot;:14263,&quot;27352&quot;:14264,&quot;27353&quot;:14265,&quot;27356&quot;:14266,&quot;27360&quot;:14267,&quot;27361&quot;:14268,&quot;27362&quot;:14269,&quot;27363&quot;:14270,&quot;27364&quot;:14271,&quot;27365&quot;:14272,&quot;27366&quot;:14273,&quot;27369&quot;:14274,&quot;27371&quot;:14275,&quot;27373&quot;:14276,&quot;27374&quot;:14277,&quot;27375&quot;:14278,&quot;27376&quot;:14279,&quot;27377&quot;:14280,&quot;27378&quot;:14281,&quot;27380&quot;:14282,&quot;27381&quot;:14283,&quot;27382&quot;:14284,&quot;27383&quot;:14285,&quot;27385&quot;:14286,&quot;27386&quot;:14287,&quot;27388&quot;:14288,&quot;27389&quot;:14289,&quot;27390&quot;:14290,&quot;27391&quot;:14291,&quot;27392&quot;:14292,&quot;27393&quot;:14293,&quot;27394&quot;:14294,&quot;27395&quot;:14295,&quot;27397&quot;:14296,&quot;27398&quot;:14297,&quot;27399&quot;:14298,&quot;27400&quot;:14299,&quot;27401&quot;:14300,&quot;27403&quot;:14301,&quot;27404&quot;:14302,&quot;27405&quot;:14303,&quot;27406&quot;:14304,&quot;27408&quot;:14305,&quot;27409&quot;:14306,&quot;27411&quot;:14307,&quot;27412&quot;:14308,&quot;27413&quot;:14309,&quot;27415&quot;:14310,&quot;27416&quot;:14311,&quot;27417&quot;:14312,&quot;27418&quot;:14313,&quot;27419&quot;:14314,&quot;27420&quot;:14315,&quot;27421&quot;:14316,&quot;27423&quot;:14317,&quot;27429&quot;:14318,&quot;27430&quot;:14319,&quot;27432&quot;:14320,&quot;27433&quot;:14321,&quot;27434&quot;:14322,&quot;27435&quot;:14323,&quot;27436&quot;:14324,&quot;27437&quot;:14325,&quot;27438&quot;:14326,&quot;27439&quot;:14327,&quot;27440&quot;:14328,&quot;27441&quot;:14329,&quot;27443&quot;:14330,&quot;27444&quot;:14331,&quot;27445&quot;:14332,&quot;27446&quot;:14333,&quot;27448&quot;:14334,&quot;27451&quot;:14335,&quot;27452&quot;:14336,&quot;27455&quot;:14337,&quot;27456&quot;:14338,&quot;27457&quot;:14339,&quot;27458&quot;:14340,&quot;27460&quot;:14341,&quot;27461&quot;:14342,&quot;27464&quot;:14343,&quot;27466&quot;:14344,&quot;27467&quot;:14345,&quot;27469&quot;:14346,&quot;27470&quot;:14347,&quot;27471&quot;:14348,&quot;27473&quot;:14349,&quot;27474&quot;:14350,&quot;27475&quot;:14351,&quot;27476&quot;:14352,&quot;27477&quot;:14353,&quot;27478&quot;:14354,&quot;27479&quot;:14355,&quot;27480&quot;:14356,&quot;27482&quot;:14357,&quot;27483&quot;:14358,&quot;27484&quot;:14359,&quot;27485&quot;:14360,&quot;27486&quot;:14361,&quot;27488&quot;:14362,&quot;27496&quot;:14363,&quot;27497&quot;:14364,&quot;27499&quot;:14365,&quot;27500&quot;:14366,&quot;27501&quot;:14367,&quot;27502&quot;:14368,&quot;27503&quot;:14369,&quot;27504&quot;:14370,&quot;27505&quot;:14371,&quot;27507&quot;:14372,&quot;27508&quot;:14373,&quot;27509&quot;:14374,&quot;27510&quot;:14375,&quot;27514&quot;:14376,&quot;27517&quot;:14377,&quot;27518&quot;:14378,&quot;27519&quot;:14379,&quot;27520&quot;:14380,&quot;27525&quot;:14381,&quot;27528&quot;:14382,&quot;27532&quot;:14383,&quot;27534&quot;:14384,&quot;27535&quot;:14385,&quot;27536&quot;:14386,&quot;27537&quot;:14387,&quot;27540&quot;:14388,&quot;27541&quot;:14389,&quot;27543&quot;:14390,&quot;27545&quot;:14391,&quot;27548&quot;:14392,&quot;27549&quot;:14393,&quot;27551&quot;:14394,&quot;27552&quot;:14395,&quot;27554&quot;:14396,&quot;27555&quot;:14397,&quot;27557&quot;:14398,&quot;27558&quot;:14399,&quot;27559&quot;:14400,&quot;27560&quot;:14401,&quot;27561&quot;:14402,&quot;27564&quot;:14403,&quot;27565&quot;:14404,&quot;27568&quot;:14405,&quot;27569&quot;:14406,&quot;27574&quot;:14407,&quot;27576&quot;:14408,&quot;27577&quot;:14409,&quot;27580&quot;:14410,&quot;27581&quot;:14411,&quot;27582&quot;:14412,&quot;27584&quot;:14413,&quot;27587&quot;:14414,&quot;27588&quot;:14415,&quot;27591&quot;:14416,&quot;27592&quot;:14417,&quot;27593&quot;:14418,&quot;27594&quot;:14419,&quot;27596&quot;:14420,&quot;27598&quot;:14421,&quot;27600&quot;:14422,&quot;27601&quot;:14423,&quot;27608&quot;:14424,&quot;27610&quot;:14425,&quot;27612&quot;:14426,&quot;27613&quot;:14427,&quot;27614&quot;:14428,&quot;27615&quot;:14429,&quot;27616&quot;:14430,&quot;27618&quot;:14431,&quot;27619&quot;:14432,&quot;27620&quot;:14433,&quot;27621&quot;:14434,&quot;27622&quot;:14435,&quot;27623&quot;:14436,&quot;27624&quot;:14437,&quot;27625&quot;:14438,&quot;27628&quot;:14439,&quot;27629&quot;:14440,&quot;27630&quot;:14441,&quot;27632&quot;:14442,&quot;27633&quot;:14443,&quot;27634&quot;:14444,&quot;27636&quot;:14445,&quot;27638&quot;:14446,&quot;27639&quot;:14447,&quot;27640&quot;:14448,&quot;27642&quot;:14449,&quot;27643&quot;:14450,&quot;27644&quot;:14451,&quot;27646&quot;:14452,&quot;27648&quot;:14453,&quot;27649&quot;:14454,&quot;27650&quot;:14455,&quot;27651&quot;:14456,&quot;27652&quot;:14457,&quot;27657&quot;:14458,&quot;27658&quot;:14459,&quot;27659&quot;:14460,&quot;27662&quot;:14461,&quot;27666&quot;:14462,&quot;27671&quot;:14463,&quot;27676&quot;:14464,&quot;27677&quot;:14465,&quot;27678&quot;:14466,&quot;27680&quot;:14467,&quot;27685&quot;:14468,&quot;27693&quot;:14469,&quot;27697&quot;:14470,&quot;27699&quot;:14471,&quot;27702&quot;:14472,&quot;27703&quot;:14473,&quot;27705&quot;:14474,&quot;27706&quot;:14475,&quot;27707&quot;:14476,&quot;27708&quot;:14477,&quot;27710&quot;:14478,&quot;27711&quot;:14479,&quot;27715&quot;:14480,&quot;27716&quot;:14481,&quot;27717&quot;:14482,&quot;27720&quot;:14483,&quot;27723&quot;:14484,&quot;27724&quot;:14485,&quot;27725&quot;:14486,&quot;27726&quot;:14487,&quot;27727&quot;:14488,&quot;27729&quot;:14489,&quot;27730&quot;:14490,&quot;27731&quot;:14491,&quot;27734&quot;:14492,&quot;27736&quot;:14493,&quot;27737&quot;:14494,&quot;27738&quot;:14495,&quot;27746&quot;:14496,&quot;27747&quot;:14497,&quot;27749&quot;:14498,&quot;27750&quot;:14499,&quot;27751&quot;:14500,&quot;27755&quot;:14501,&quot;27756&quot;:14502,&quot;27757&quot;:14503,&quot;27758&quot;:14504,&quot;27759&quot;:14505,&quot;27761&quot;:14506,&quot;27763&quot;:14507,&quot;27765&quot;:14508,&quot;27767&quot;:14509,&quot;27768&quot;:14510,&quot;27770&quot;:14511,&quot;27771&quot;:14512,&quot;27772&quot;:14513,&quot;27775&quot;:14514,&quot;27776&quot;:14515,&quot;27780&quot;:14516,&quot;27783&quot;:14517,&quot;27786&quot;:14518,&quot;27787&quot;:14519,&quot;27789&quot;:14520,&quot;27790&quot;:14521,&quot;27793&quot;:14522,&quot;27794&quot;:14523,&quot;27797&quot;:14524,&quot;27798&quot;:14525,&quot;27799&quot;:14526,&quot;27800&quot;:14527,&quot;27802&quot;:14528,&quot;27804&quot;:14529,&quot;27805&quot;:14530,&quot;27806&quot;:14531,&quot;27808&quot;:14532,&quot;27810&quot;:14533,&quot;27816&quot;:14534,&quot;27820&quot;:14535,&quot;27823&quot;:14536,&quot;27824&quot;:14537,&quot;27828&quot;:14538,&quot;27829&quot;:14539,&quot;27830&quot;:14540,&quot;27831&quot;:14541,&quot;27834&quot;:14542,&quot;27840&quot;:14543,&quot;27841&quot;:14544,&quot;27842&quot;:14545,&quot;27843&quot;:14546,&quot;27846&quot;:14547,&quot;27847&quot;:14548,&quot;27848&quot;:14549,&quot;27851&quot;:14550,&quot;27853&quot;:14551,&quot;27854&quot;:14552,&quot;27855&quot;:14553,&quot;27857&quot;:14554,&quot;27858&quot;:14555,&quot;27864&quot;:14556,&quot;27865&quot;:14557,&quot;27866&quot;:14558,&quot;27868&quot;:14559,&quot;27869&quot;:14560,&quot;27871&quot;:14561,&quot;27876&quot;:14562,&quot;27878&quot;:14563,&quot;27879&quot;:14564,&quot;27881&quot;:14565,&quot;27884&quot;:14566,&quot;27885&quot;:14567,&quot;27890&quot;:14568,&quot;27892&quot;:14569,&quot;27897&quot;:14570,&quot;27903&quot;:14571,&quot;27904&quot;:14572,&quot;27906&quot;:14573,&quot;27907&quot;:14574,&quot;27909&quot;:14575,&quot;27910&quot;:14576,&quot;27912&quot;:14577,&quot;27913&quot;:14578,&quot;27914&quot;:14579,&quot;27917&quot;:14580,&quot;27919&quot;:14581,&quot;27920&quot;:14582,&quot;27921&quot;:14583,&quot;27923&quot;:14584,&quot;27924&quot;:14585,&quot;27925&quot;:14586,&quot;27926&quot;:14587,&quot;27928&quot;:14588,&quot;27932&quot;:14589,&quot;27933&quot;:14590,&quot;27935&quot;:14591,&quot;27936&quot;:14592,&quot;27937&quot;:14593,&quot;27938&quot;:14594,&quot;27939&quot;:14595,&quot;27940&quot;:14596,&quot;27942&quot;:14597,&quot;27944&quot;:14598,&quot;27945&quot;:14599,&quot;27948&quot;:14600,&quot;27949&quot;:14601,&quot;27951&quot;:14602,&quot;27952&quot;:14603,&quot;27956&quot;:14604,&quot;27958&quot;:14605,&quot;27959&quot;:14606,&quot;27960&quot;:14607,&quot;27962&quot;:14608,&quot;27967&quot;:14609,&quot;27968&quot;:14610,&quot;27970&quot;:14611,&quot;27972&quot;:14612,&quot;27977&quot;:14613,&quot;27980&quot;:14614,&quot;27984&quot;:14615,&quot;27989&quot;:14616,&quot;27990&quot;:14617,&quot;27991&quot;:14618,&quot;27992&quot;:14619,&quot;27995&quot;:14620,&quot;27997&quot;:14621,&quot;27999&quot;:14622,&quot;28001&quot;:14623,&quot;28002&quot;:14624,&quot;28004&quot;:14625,&quot;28005&quot;:14626,&quot;28007&quot;:14627,&quot;28008&quot;:14628,&quot;28011&quot;:14629,&quot;28012&quot;:14630,&quot;28013&quot;:14631,&quot;28016&quot;:14632,&quot;28017&quot;:14633,&quot;28018&quot;:14634,&quot;28019&quot;:14635,&quot;28021&quot;:14636,&quot;28022&quot;:14637,&quot;28026&quot;:14638,&quot;28027&quot;:14639,&quot;28029&quot;:14640,&quot;28030&quot;:14641,&quot;28031&quot;:14642,&quot;28032&quot;:14643,&quot;28033&quot;:14644,&quot;28035&quot;:14645,&quot;28036&quot;:14646,&quot;28038&quot;:14647,&quot;28042&quot;:14648,&quot;28043&quot;:14649,&quot;28045&quot;:14650,&quot;28047&quot;:14651,&quot;28048&quot;:14652,&quot;28050&quot;:14653,&quot;28054&quot;:14654,&quot;28055&quot;:14655,&quot;28056&quot;:14656,&quot;28057&quot;:14657,&quot;28058&quot;:14658,&quot;28060&quot;:14659,&quot;28066&quot;:14660,&quot;28069&quot;:14661,&quot;28076&quot;:14662,&quot;28077&quot;:14663,&quot;28080&quot;:14664,&quot;28081&quot;:14665,&quot;28083&quot;:14666,&quot;28084&quot;:14667,&quot;28086&quot;:14668,&quot;28087&quot;:14669,&quot;28089&quot;:14670,&quot;28090&quot;:14671,&quot;28091&quot;:14672,&quot;28092&quot;:14673,&quot;28093&quot;:14674,&quot;28094&quot;:14675,&quot;28097&quot;:14676,&quot;28098&quot;:14677,&quot;28099&quot;:14678,&quot;28104&quot;:14679,&quot;28105&quot;:14680,&quot;28106&quot;:14681,&quot;28109&quot;:14682,&quot;28110&quot;:14683,&quot;28111&quot;:14684,&quot;28112&quot;:14685,&quot;28114&quot;:14686,&quot;28115&quot;:14687,&quot;28116&quot;:14688,&quot;28117&quot;:14689,&quot;28119&quot;:14690,&quot;28122&quot;:14691,&quot;28123&quot;:14692,&quot;28124&quot;:14693,&quot;28127&quot;:14694,&quot;28130&quot;:14695,&quot;28131&quot;:14696,&quot;28133&quot;:14697,&quot;28135&quot;:14698,&quot;28136&quot;:14699,&quot;28137&quot;:14700,&quot;28141&quot;:14701,&quot;28143&quot;:14702,&quot;28144&quot;:14703,&quot;28146&quot;:14704,&quot;28148&quot;:14705,&quot;28152&quot;:14706,&quot;28157&quot;:14707,&quot;28158&quot;:14708,&quot;28159&quot;:14709,&quot;28160&quot;:14710,&quot;28161&quot;:14711,&quot;28162&quot;:14712,&quot;28163&quot;:14713,&quot;28164&quot;:14714,&quot;28166&quot;:14715,&quot;28167&quot;:14716,&quot;28168&quot;:14717,&quot;28169&quot;:14718,&quot;28171&quot;:14719,&quot;28175&quot;:14720,&quot;28178&quot;:14721,&quot;28179&quot;:14722,&quot;28181&quot;:14723,&quot;28184&quot;:14724,&quot;28185&quot;:14725,&quot;28187&quot;:14726,&quot;28188&quot;:14727,&quot;28190&quot;:14728,&quot;28191&quot;:14729,&quot;28194&quot;:14730,&quot;28199&quot;:14731,&quot;28200&quot;:14732,&quot;28202&quot;:14733,&quot;28206&quot;:14734,&quot;28208&quot;:14735,&quot;28209&quot;:14736,&quot;28211&quot;:14737,&quot;28213&quot;:14738,&quot;28214&quot;:14739,&quot;28215&quot;:14740,&quot;28217&quot;:14741,&quot;28219&quot;:14742,&quot;28220&quot;:14743,&quot;28221&quot;:14744,&quot;28223&quot;:14745,&quot;28224&quot;:14746,&quot;28225&quot;:14747,&quot;28226&quot;:14748,&quot;28229&quot;:14749,&quot;28230&quot;:14750,&quot;28231&quot;:14751,&quot;28232&quot;:14752,&quot;28233&quot;:14753,&quot;28234&quot;:14754,&quot;28235&quot;:14755,&quot;28236&quot;:14756,&quot;28239&quot;:14757,&quot;28240&quot;:14758,&quot;28241&quot;:14759,&quot;28242&quot;:14760,&quot;28245&quot;:14761,&quot;28247&quot;:14762,&quot;28249&quot;:14763,&quot;28250&quot;:14764,&quot;28252&quot;:14765,&quot;28253&quot;:14766,&quot;28256&quot;:14767,&quot;28257&quot;:14768,&quot;28258&quot;:14769,&quot;28259&quot;:14770,&quot;28260&quot;:14771,&quot;28261&quot;:14772,&quot;28262&quot;:14773,&quot;28263&quot;:14774,&quot;28264&quot;:14775,&quot;28265&quot;:14776,&quot;28266&quot;:14777,&quot;28268&quot;:14778,&quot;28269&quot;:14779,&quot;28272&quot;:14780,&quot;28273&quot;:14781,&quot;28274&quot;:14782,&quot;28275&quot;:14783,&quot;28276&quot;:14784,&quot;28277&quot;:14785,&quot;28278&quot;:14786,&quot;28279&quot;:14787,&quot;28280&quot;:14788,&quot;28281&quot;:14789,&quot;28282&quot;:14790,&quot;28283&quot;:14791,&quot;28284&quot;:14792,&quot;28285&quot;:14793,&quot;28288&quot;:14794,&quot;28289&quot;:14795,&quot;28290&quot;:14796,&quot;28292&quot;:14797,&quot;28295&quot;:14798,&quot;28296&quot;:14799,&quot;28298&quot;:14800,&quot;28299&quot;:14801,&quot;28300&quot;:14802,&quot;28301&quot;:14803,&quot;28302&quot;:14804,&quot;28305&quot;:14805,&quot;28306&quot;:14806,&quot;28307&quot;:14807,&quot;28308&quot;:14808,&quot;28309&quot;:14809,&quot;28311&quot;:14810,&quot;28313&quot;:14811,&quot;28314&quot;:14812,&quot;28315&quot;:14813,&quot;28318&quot;:14814,&quot;28320&quot;:14815,&quot;28321&quot;:14816,&quot;28323&quot;:14817,&quot;28324&quot;:14818,&quot;28326&quot;:14819,&quot;28328&quot;:14820,&quot;28329&quot;:14821,&quot;28331&quot;:14822,&quot;28332&quot;:14823,&quot;28333&quot;:14824,&quot;28334&quot;:14825,&quot;28336&quot;:14826,&quot;28339&quot;:14827,&quot;28341&quot;:14828,&quot;28344&quot;:14829,&quot;28345&quot;:14830,&quot;28348&quot;:14831,&quot;28350&quot;:14832,&quot;28351&quot;:14833,&quot;28352&quot;:14834,&quot;28355&quot;:14835,&quot;28358&quot;:14836,&quot;28360&quot;:14837,&quot;28361&quot;:14838,&quot;28362&quot;:14839,&quot;28365&quot;:14840,&quot;28368&quot;:14841,&quot;28370&quot;:14842,&quot;28374&quot;:14843,&quot;28376&quot;:14844,&quot;28377&quot;:14845,&quot;28379&quot;:14846,&quot;28380&quot;:14847,&quot;28381&quot;:14848,&quot;28387&quot;:14849,&quot;28391&quot;:14850,&quot;28394&quot;:14851,&quot;28395&quot;:14852,&quot;28397&quot;:14853,&quot;28398&quot;:14854,&quot;28400&quot;:14855,&quot;28401&quot;:14856,&quot;28403&quot;:14857,&quot;28405&quot;:14858,&quot;28406&quot;:14859,&quot;28410&quot;:14860,&quot;28411&quot;:14861,&quot;28412&quot;:14862,&quot;28413&quot;:14863,&quot;28414&quot;:14864,&quot;28416&quot;:14865,&quot;28419&quot;:14866,&quot;28420&quot;:14867,&quot;28421&quot;:14868,&quot;28423&quot;:14869,&quot;28424&quot;:14870,&quot;28426&quot;:14871,&quot;28427&quot;:14872,&quot;28428&quot;:14873,&quot;28429&quot;:14874,&quot;28430&quot;:14875,&quot;28432&quot;:14876,&quot;28433&quot;:14877,&quot;28434&quot;:14878,&quot;28438&quot;:14879,&quot;28439&quot;:14880,&quot;28440&quot;:14881,&quot;28441&quot;:14882,&quot;28443&quot;:14883,&quot;28444&quot;:14884,&quot;28445&quot;:14885,&quot;28446&quot;:14886,&quot;28447&quot;:14887,&quot;28449&quot;:14888,&quot;28453&quot;:14889,&quot;28454&quot;:14890,&quot;28455&quot;:14891,&quot;28456&quot;:14892,&quot;28462&quot;:14893,&quot;28464&quot;:14894,&quot;28468&quot;:14895,&quot;28469&quot;:14896,&quot;28471&quot;:14897,&quot;28473&quot;:14898,&quot;28474&quot;:14899,&quot;28475&quot;:14900,&quot;28476&quot;:14901,&quot;28477&quot;:14902,&quot;28480&quot;:14903,&quot;28482&quot;:14904,&quot;28483&quot;:14905,&quot;28484&quot;:14906,&quot;28485&quot;:14907,&quot;28488&quot;:14908,&quot;28489&quot;:14909,&quot;28490&quot;:14910,&quot;28492&quot;:14911,&quot;28494&quot;:14912,&quot;28495&quot;:14913,&quot;28496&quot;:14914,&quot;28498&quot;:14915,&quot;28499&quot;:14916,&quot;28501&quot;:14917,&quot;28502&quot;:14918,&quot;28503&quot;:14919,&quot;28506&quot;:14920,&quot;28507&quot;:14921,&quot;28509&quot;:14922,&quot;28511&quot;:14923,&quot;28512&quot;:14924,&quot;28513&quot;:14925,&quot;28515&quot;:14926,&quot;28517&quot;:14927,&quot;28519&quot;:14928,&quot;28520&quot;:14929,&quot;28521&quot;:14930,&quot;28522&quot;:14931,&quot;28523&quot;:14932,&quot;28524&quot;:14933,&quot;28529&quot;:14934,&quot;28531&quot;:14935,&quot;28533&quot;:14936,&quot;28534&quot;:14937,&quot;28537&quot;:14938,&quot;28539&quot;:14939,&quot;28541&quot;:14940,&quot;28542&quot;:14941,&quot;28545&quot;:14942,&quot;28546&quot;:14943,&quot;28547&quot;:14944,&quot;28549&quot;:14945,&quot;28554&quot;:14946,&quot;28555&quot;:14947,&quot;28559&quot;:14948,&quot;28560&quot;:14949,&quot;28561&quot;:14950,&quot;28562&quot;:14951,&quot;28563&quot;:14952,&quot;28564&quot;:14953,&quot;28565&quot;:14954,&quot;28566&quot;:14955,&quot;28568&quot;:14956,&quot;28569&quot;:14957,&quot;28570&quot;:14958,&quot;28571&quot;:14959,&quot;28573&quot;:14960,&quot;28574&quot;:14961,&quot;28575&quot;:14962,&quot;28578&quot;:14963,&quot;28579&quot;:14964,&quot;28581&quot;:14965,&quot;28582&quot;:14966,&quot;28584&quot;:14967,&quot;28586&quot;:14968,&quot;28587&quot;:14969,&quot;28588&quot;:14970,&quot;28589&quot;:14971,&quot;28591&quot;:14972,&quot;28592&quot;:14973,&quot;28594&quot;:14974,&quot;28596&quot;:14975,&quot;28597&quot;:14976,&quot;28599&quot;:14977,&quot;28600&quot;:14978,&quot;28602&quot;:14979,&quot;28603&quot;:14980,&quot;28604&quot;:14981,&quot;28605&quot;:14982,&quot;28606&quot;:14983,&quot;28607&quot;:14984,&quot;28612&quot;:14985,&quot;28613&quot;:14986,&quot;28614&quot;:14987,&quot;28615&quot;:14988,&quot;28616&quot;:14989,&quot;28618&quot;:14990,&quot;28619&quot;:14991,&quot;28620&quot;:14992,&quot;28621&quot;:14993,&quot;28622&quot;:14994,&quot;28623&quot;:14995,&quot;28624&quot;:14996,&quot;28627&quot;:14997,&quot;28628&quot;:14998,&quot;28630&quot;:14999,&quot;28631&quot;:15000,&quot;28633&quot;:15001,&quot;28634&quot;:15002,&quot;28636&quot;:15003,&quot;28637&quot;:15004,&quot;28642&quot;:15005,&quot;28643&quot;:15006,&quot;28645&quot;:15007,&quot;28646&quot;:15008,&quot;28647&quot;:15009,&quot;28648&quot;:15010,&quot;28649&quot;:15011,&quot;28650&quot;:15012,&quot;28652&quot;:15013,&quot;28653&quot;:15014,&quot;28658&quot;:15015,&quot;28659&quot;:15016,&quot;28660&quot;:15017,&quot;28661&quot;:15018,&quot;28662&quot;:15019,&quot;28663&quot;:15020,&quot;28664&quot;:15021,&quot;28665&quot;:15022,&quot;28667&quot;:15023,&quot;28669&quot;:15024,&quot;28671&quot;:15025,&quot;28672&quot;:15026,&quot;28673&quot;:15027,&quot;28674&quot;:15028,&quot;28675&quot;:15029,&quot;28676&quot;:15030,&quot;28679&quot;:15031,&quot;28680&quot;:15032,&quot;28682&quot;:15033,&quot;28684&quot;:15034,&quot;28685&quot;:15035,&quot;28686&quot;:15036,&quot;28688&quot;:15037,&quot;28690&quot;:15038,&quot;28691&quot;:15039,&quot;28692&quot;:15040,&quot;28694&quot;:15041,&quot;28695&quot;:15042,&quot;28697&quot;:15043,&quot;28700&quot;:15044,&quot;28702&quot;:15045,&quot;28705&quot;:15046,&quot;28706&quot;:15047,&quot;28708&quot;:15048,&quot;28709&quot;:15049,&quot;28710&quot;:15050,&quot;28713&quot;:15051,&quot;28714&quot;:15052,&quot;28715&quot;:15053,&quot;28716&quot;:15054,&quot;28717&quot;:15055,&quot;28718&quot;:15056,&quot;28719&quot;:15057,&quot;28721&quot;:15058,&quot;28723&quot;:15059,&quot;28724&quot;:15060,&quot;28726&quot;:15061,&quot;28727&quot;:15062,&quot;28728&quot;:15063,&quot;28730&quot;:15064,&quot;28731&quot;:15065,&quot;28732&quot;:15066,&quot;28733&quot;:15067,&quot;28735&quot;:15068,&quot;28736&quot;:15069,&quot;28737&quot;:15070,&quot;28738&quot;:15071,&quot;28741&quot;:15072,&quot;28742&quot;:15073,&quot;28743&quot;:15074,&quot;28744&quot;:15075,&quot;28745&quot;:15076,&quot;28746&quot;:15077,&quot;28747&quot;:15078,&quot;28749&quot;:15079,&quot;28750&quot;:15080,&quot;28752&quot;:15081,&quot;28754&quot;:15082,&quot;28755&quot;:15083,&quot;28756&quot;:15084,&quot;28758&quot;:15085,&quot;28759&quot;:15086,&quot;28761&quot;:15087,&quot;28762&quot;:15088,&quot;28763&quot;:15089,&quot;28764&quot;:15090,&quot;28767&quot;:15091,&quot;28768&quot;:15092,&quot;28769&quot;:15093,&quot;28770&quot;:15094,&quot;28773&quot;:15095,&quot;28774&quot;:15096,&quot;28776&quot;:15097,&quot;28777&quot;:15098,&quot;28778&quot;:15099,&quot;28782&quot;:15100,&quot;28785&quot;:15101,&quot;28786&quot;:15102,&quot;28787&quot;:15103,&quot;28788&quot;:15104,&quot;28791&quot;:15105,&quot;28793&quot;:15106,&quot;28794&quot;:15107,&quot;28795&quot;:15108,&quot;28797&quot;:15109,&quot;28801&quot;:15110,&quot;28802&quot;:15111,&quot;28803&quot;:15112,&quot;28804&quot;:15113,&quot;28806&quot;:15114,&quot;28807&quot;:15115,&quot;28808&quot;:15116,&quot;28811&quot;:15117,&quot;28812&quot;:15118,&quot;28813&quot;:15119,&quot;28815&quot;:15120,&quot;28816&quot;:15121,&quot;28817&quot;:15122,&quot;28819&quot;:15123,&quot;28823&quot;:15124,&quot;28824&quot;:15125,&quot;28826&quot;:15126,&quot;28827&quot;:15127,&quot;28830&quot;:15128,&quot;28831&quot;:15129,&quot;28832&quot;:15130,&quot;28833&quot;:15131,&quot;28834&quot;:15132,&quot;28835&quot;:15133,&quot;28836&quot;:15134,&quot;28837&quot;:15135,&quot;28838&quot;:15136,&quot;28839&quot;:15137,&quot;28840&quot;:15138,&quot;28841&quot;:15139,&quot;28842&quot;:15140,&quot;28848&quot;:15141,&quot;28850&quot;:15142,&quot;28852&quot;:15143,&quot;28853&quot;:15144,&quot;28854&quot;:15145,&quot;28858&quot;:15146,&quot;28862&quot;:15147,&quot;28863&quot;:15148,&quot;28868&quot;:15149,&quot;28869&quot;:15150,&quot;28870&quot;:15151,&quot;28871&quot;:15152,&quot;28873&quot;:15153,&quot;28875&quot;:15154,&quot;28876&quot;:15155,&quot;28877&quot;:15156,&quot;28878&quot;:15157,&quot;28880&quot;:15158,&quot;28881&quot;:15159,&quot;28882&quot;:15160,&quot;28883&quot;:15161,&quot;28884&quot;:15162,&quot;28885&quot;:15163,&quot;28886&quot;:15164,&quot;28887&quot;:15165,&quot;28890&quot;:15166,&quot;28892&quot;:15167,&quot;28893&quot;:15168,&quot;28894&quot;:15169,&quot;28896&quot;:15170,&quot;28897&quot;:15171,&quot;28898&quot;:15172,&quot;28899&quot;:15173,&quot;28901&quot;:15174,&quot;28906&quot;:15175,&quot;28910&quot;:15176,&quot;28912&quot;:15177,&quot;28913&quot;:15178,&quot;28914&quot;:15179,&quot;28915&quot;:15180,&quot;28917&quot;:15181,&quot;28918&quot;:15182,&quot;28920&quot;:15183,&quot;28922&quot;:15184,&quot;28923&quot;:15185,&quot;28924&quot;:15186,&quot;28926&quot;:15187,&quot;28927&quot;:15188,&quot;28928&quot;:15189,&quot;28929&quot;:15190,&quot;28930&quot;:15191,&quot;28931&quot;:15192,&quot;28932&quot;:15193,&quot;28933&quot;:15194,&quot;28934&quot;:15195,&quot;28935&quot;:15196,&quot;28936&quot;:15197,&quot;28939&quot;:15198,&quot;28940&quot;:15199,&quot;28941&quot;:15200,&quot;28942&quot;:15201,&quot;28943&quot;:15202,&quot;28945&quot;:15203,&quot;28946&quot;:15204,&quot;28948&quot;:15205,&quot;28951&quot;:15206,&quot;28955&quot;:15207,&quot;28956&quot;:15208,&quot;28957&quot;:15209,&quot;28958&quot;:15210,&quot;28959&quot;:15211,&quot;28960&quot;:15212,&quot;28962&quot;:15213,&quot;28963&quot;:15214,&quot;28964&quot;:15215,&quot;28965&quot;:15216,&quot;28967&quot;:15217,&quot;28968&quot;:15218,&quot;28969&quot;:15219,&quot;28970&quot;:15220,&quot;28971&quot;:15221,&quot;28972&quot;:15222,&quot;28973&quot;:15223,&quot;28974&quot;:15224,&quot;28978&quot;:15225,&quot;28979&quot;:15226,&quot;28980&quot;:15227,&quot;28981&quot;:15228,&quot;28983&quot;:15229,&quot;28984&quot;:15230,&quot;28985&quot;:15231,&quot;28986&quot;:15232,&quot;28987&quot;:15233,&quot;28988&quot;:15234,&quot;28989&quot;:15235,&quot;28990&quot;:15236,&quot;28991&quot;:15237,&quot;28992&quot;:15238,&quot;28993&quot;:15239,&quot;28994&quot;:15240,&quot;28995&quot;:15241,&quot;28996&quot;:15242,&quot;28998&quot;:15243,&quot;28999&quot;:15244,&quot;29000&quot;:15245,&quot;29003&quot;:15246,&quot;29005&quot;:15247,&quot;29007&quot;:15248,&quot;29008&quot;:15249,&quot;29009&quot;:15250,&quot;29011&quot;:15251,&quot;29012&quot;:15252,&quot;29013&quot;:15253,&quot;29014&quot;:15254,&quot;29015&quot;:15255,&quot;29016&quot;:15256,&quot;29017&quot;:15257,&quot;29018&quot;:15258,&quot;29019&quot;:15259,&quot;29021&quot;:15260,&quot;29023&quot;:15261,&quot;29024&quot;:15262,&quot;29025&quot;:15263,&quot;29027&quot;:15264,&quot;29029&quot;:15265,&quot;29034&quot;:15266,&quot;29035&quot;:15267,&quot;29037&quot;:15268,&quot;29039&quot;:15269,&quot;29040&quot;:15270,&quot;29041&quot;:15271,&quot;29044&quot;:15272,&quot;29045&quot;:15273,&quot;29046&quot;:15274,&quot;29047&quot;:15275,&quot;29049&quot;:15276,&quot;29051&quot;:15277,&quot;29052&quot;:15278,&quot;29054&quot;:15279,&quot;29055&quot;:15280,&quot;29056&quot;:15281,&quot;29057&quot;:15282,&quot;29058&quot;:15283,&quot;29059&quot;:15284,&quot;29061&quot;:15285,&quot;29062&quot;:15286,&quot;29063&quot;:15287,&quot;29064&quot;:15288,&quot;29065&quot;:15289,&quot;29067&quot;:15290,&quot;29068&quot;:15291,&quot;29069&quot;:15292,&quot;29070&quot;:15293,&quot;29072&quot;:15294,&quot;29073&quot;:15295,&quot;29075&quot;:15296,&quot;29077&quot;:15297,&quot;29078&quot;:15298,&quot;29082&quot;:15299,&quot;29083&quot;:15300,&quot;29084&quot;:15301,&quot;29085&quot;:15302,&quot;29086&quot;:15303,&quot;29089&quot;:15304,&quot;29090&quot;:15305,&quot;29091&quot;:15306,&quot;29092&quot;:15307,&quot;29093&quot;:15308,&quot;29094&quot;:15309,&quot;29095&quot;:15310,&quot;29097&quot;:15311,&quot;29098&quot;:15312,&quot;29099&quot;:15313,&quot;29101&quot;:15314,&quot;29102&quot;:15315,&quot;29103&quot;:15316,&quot;29104&quot;:15317,&quot;29106&quot;:15318,&quot;29108&quot;:15319,&quot;29110&quot;:15320,&quot;29111&quot;:15321,&quot;29112&quot;:15322,&quot;29114&quot;:15323,&quot;29115&quot;:15324,&quot;29116&quot;:15325,&quot;29117&quot;:15326,&quot;29119&quot;:15327,&quot;29120&quot;:15328,&quot;29122&quot;:15329,&quot;29124&quot;:15330,&quot;29125&quot;:15331,&quot;29126&quot;:15332,&quot;29127&quot;:15333,&quot;29129&quot;:15334,&quot;29130&quot;:15335,&quot;29131&quot;:15336,&quot;29132&quot;:15337,&quot;29133&quot;:15338,&quot;29135&quot;:15339,&quot;29136&quot;:15340,&quot;29137&quot;:15341,&quot;29139&quot;:15342,&quot;29142&quot;:15343,&quot;29143&quot;:15344,&quot;29144&quot;:15345,&quot;29146&quot;:15346,&quot;29147&quot;:15347,&quot;29149&quot;:15348,&quot;29150&quot;:15349,&quot;29153&quot;:15350,&quot;29154&quot;:15351,&quot;29155&quot;:15352,&quot;29156&quot;:15353,&quot;29160&quot;:15354,&quot;29161&quot;:15355,&quot;29162&quot;:15356,&quot;29163&quot;:15357,&quot;29164&quot;:15358,&quot;29167&quot;:15359,&quot;29168&quot;:15360,&quot;29169&quot;:15361,&quot;29170&quot;:15362,&quot;29171&quot;:15363,&quot;29173&quot;:15364,&quot;29174&quot;:15365,&quot;29175&quot;:15366,&quot;29176&quot;:15367,&quot;29178&quot;:15368,&quot;29179&quot;:15369,&quot;29181&quot;:15370,&quot;29183&quot;:15371,&quot;29184&quot;:15372,&quot;29185&quot;:15373,&quot;29186&quot;:15374,&quot;29187&quot;:15375,&quot;29188&quot;:15376,&quot;29189&quot;:15377,&quot;29191&quot;:15378,&quot;29192&quot;:15379,&quot;29193&quot;:15380,&quot;29194&quot;:15381,&quot;29195&quot;:15382,&quot;29196&quot;:15383,&quot;29198&quot;:15384,&quot;29199&quot;:15385,&quot;29201&quot;:15386,&quot;29202&quot;:15387,&quot;29203&quot;:15388,&quot;29204&quot;:15389,&quot;29205&quot;:15390,&quot;29206&quot;:15391,&quot;29207&quot;:15392,&quot;29208&quot;:15393,&quot;29209&quot;:15394,&quot;29210&quot;:15395,&quot;29212&quot;:15396,&quot;29214&quot;:15397,&quot;29215&quot;:15398,&quot;29216&quot;:15399,&quot;29217&quot;:15400,&quot;29218&quot;:15401,&quot;29219&quot;:15402,&quot;29220&quot;:15403,&quot;29221&quot;:15404,&quot;29222&quot;:15405,&quot;29223&quot;:15406,&quot;29225&quot;:15407,&quot;29227&quot;:15408,&quot;29229&quot;:15409,&quot;29230&quot;:15410,&quot;29231&quot;:15411,&quot;29235&quot;:15412,&quot;29236&quot;:15413,&quot;29244&quot;:15414,&quot;29248&quot;:15415,&quot;29249&quot;:15416,&quot;29250&quot;:15417,&quot;29251&quot;:15418,&quot;29252&quot;:15419,&quot;29253&quot;:15420,&quot;29254&quot;:15421,&quot;29257&quot;:15422,&quot;29258&quot;:15423,&quot;29259&quot;:15424,&quot;29262&quot;:15425,&quot;29263&quot;:15426,&quot;29264&quot;:15427,&quot;29265&quot;:15428,&quot;29267&quot;:15429,&quot;29268&quot;:15430,&quot;29269&quot;:15431,&quot;29271&quot;:15432,&quot;29274&quot;:15433,&quot;29276&quot;:15434,&quot;29278&quot;:15435,&quot;29280&quot;:15436,&quot;29283&quot;:15437,&quot;29284&quot;:15438,&quot;29285&quot;:15439,&quot;29288&quot;:15440,&quot;29290&quot;:15441,&quot;29291&quot;:15442,&quot;29292&quot;:15443,&quot;29293&quot;:15444,&quot;29296&quot;:15445,&quot;29297&quot;:15446,&quot;29299&quot;:15447,&quot;29300&quot;:15448,&quot;29302&quot;:15449,&quot;29303&quot;:15450,&quot;29304&quot;:15451,&quot;29307&quot;:15452,&quot;29308&quot;:15453,&quot;29314&quot;:15454,&quot;29315&quot;:15455,&quot;29317&quot;:15456,&quot;29318&quot;:15457,&quot;29319&quot;:15458,&quot;29320&quot;:15459,&quot;29321&quot;:15460,&quot;29324&quot;:15461,&quot;29326&quot;:15462,&quot;29328&quot;:15463,&quot;29329&quot;:15464,&quot;29331&quot;:15465,&quot;29332&quot;:15466,&quot;29333&quot;:15467,&quot;29335&quot;:15468,&quot;29336&quot;:15469,&quot;29337&quot;:15470,&quot;29338&quot;:15471,&quot;29339&quot;:15472,&quot;29340&quot;:15473,&quot;29341&quot;:15474,&quot;29342&quot;:15475,&quot;29344&quot;:15476,&quot;29345&quot;:15477,&quot;29347&quot;:15478,&quot;29348&quot;:15479,&quot;29349&quot;:15480,&quot;29350&quot;:15481,&quot;29352&quot;:15482,&quot;29353&quot;:15483,&quot;29354&quot;:15484,&quot;29355&quot;:15485,&quot;29358&quot;:15486,&quot;29361&quot;:15487,&quot;29362&quot;:15488,&quot;29363&quot;:15489,&quot;29365&quot;:15490,&quot;29370&quot;:15491,&quot;29371&quot;:15492,&quot;29372&quot;:15493,&quot;29373&quot;:15494,&quot;29374&quot;:15495,&quot;29375&quot;:15496,&quot;29381&quot;:15497,&quot;29382&quot;:15498,&quot;29383&quot;:15499,&quot;29385&quot;:15500,&quot;29386&quot;:15501,&quot;29387&quot;:15502,&quot;29388&quot;:15503,&quot;29391&quot;:15504,&quot;29393&quot;:15505,&quot;29395&quot;:15506,&quot;29396&quot;:15507,&quot;29397&quot;:15508,&quot;29398&quot;:15509,&quot;29400&quot;:15510,&quot;29402&quot;:15511,&quot;29403&quot;:15512,&quot;29404&quot;:15513,&quot;29405&quot;:15514,&quot;29407&quot;:15515,&quot;29410&quot;:15516,&quot;29411&quot;:15517,&quot;29412&quot;:15518,&quot;29413&quot;:15519,&quot;29414&quot;:15520,&quot;29415&quot;:15521,&quot;29418&quot;:15522,&quot;29419&quot;:15523,&quot;29429&quot;:15524,&quot;29430&quot;:15525,&quot;29438&quot;:15526,&quot;29439&quot;:15527,&quot;29440&quot;:15528,&quot;29442&quot;:15529,&quot;29444&quot;:15530,&quot;29445&quot;:15531,&quot;29446&quot;:15532,&quot;29447&quot;:15533,&quot;29448&quot;:15534,&quot;29449&quot;:15535,&quot;29451&quot;:15536,&quot;29452&quot;:15537,&quot;29453&quot;:15538,&quot;29455&quot;:15539,&quot;29456&quot;:15540,&quot;29457&quot;:15541,&quot;29458&quot;:15542,&quot;29460&quot;:15543,&quot;29464&quot;:15544,&quot;29465&quot;:15545,&quot;29466&quot;:15546,&quot;29471&quot;:15547,&quot;29472&quot;:15548,&quot;29475&quot;:15549,&quot;29476&quot;:15550,&quot;29478&quot;:15551,&quot;29479&quot;:15552,&quot;29480&quot;:15553,&quot;29485&quot;:15554,&quot;29487&quot;:15555,&quot;29488&quot;:15556,&quot;29490&quot;:15557,&quot;29491&quot;:15558,&quot;29493&quot;:15559,&quot;29498&quot;:15560,&quot;29500&quot;:15561,&quot;29501&quot;:15562,&quot;29504&quot;:15563,&quot;29506&quot;:15564,&quot;29507&quot;:15565,&quot;29510&quot;:15566,&quot;29511&quot;:15567,&quot;29512&quot;:15568,&quot;29513&quot;:15569,&quot;29514&quot;:15570,&quot;29515&quot;:15571,&quot;29516&quot;:15572,&quot;29518&quot;:15573,&quot;29519&quot;:15574,&quot;29521&quot;:15575,&quot;29523&quot;:15576,&quot;29524&quot;:15577,&quot;29525&quot;:15578,&quot;29526&quot;:15579,&quot;29528&quot;:15580,&quot;29529&quot;:15581,&quot;29530&quot;:15582,&quot;29531&quot;:15583,&quot;29532&quot;:15584,&quot;29533&quot;:15585,&quot;29534&quot;:15586,&quot;29535&quot;:15587,&quot;29537&quot;:15588,&quot;29538&quot;:15589,&quot;29539&quot;:15590,&quot;29540&quot;:15591,&quot;29541&quot;:15592,&quot;29542&quot;:15593,&quot;29543&quot;:15594,&quot;29545&quot;:15595,&quot;29550&quot;:15596,&quot;29553&quot;:15597,&quot;29555&quot;:15598,&quot;29556&quot;:15599,&quot;29558&quot;:15600,&quot;29561&quot;:15601,&quot;29565&quot;:15602,&quot;29567&quot;:15603,&quot;29569&quot;:15604,&quot;29570&quot;:15605,&quot;29571&quot;:15606,&quot;29573&quot;:15607,&quot;29574&quot;:15608,&quot;29576&quot;:15609,&quot;29578&quot;:15610,&quot;29580&quot;:15611,&quot;29581&quot;:15612,&quot;29583&quot;:15613,&quot;29584&quot;:15614,&quot;29586&quot;:15615,&quot;29587&quot;:15616,&quot;29588&quot;:15617,&quot;29589&quot;:15618,&quot;29591&quot;:15619,&quot;29592&quot;:15620,&quot;29593&quot;:15621,&quot;29594&quot;:15622,&quot;29596&quot;:15623,&quot;29597&quot;:15624,&quot;29598&quot;:15625,&quot;29600&quot;:15626,&quot;29601&quot;:15627,&quot;29603&quot;:15628,&quot;29604&quot;:15629,&quot;29605&quot;:15630,&quot;29606&quot;:15631,&quot;29607&quot;:15632,&quot;29608&quot;:15633,&quot;29610&quot;:15634,&quot;29612&quot;:15635,&quot;29613&quot;:15636,&quot;29617&quot;:15637,&quot;29620&quot;:15638,&quot;29621&quot;:15639,&quot;29622&quot;:15640,&quot;29624&quot;:15641,&quot;29625&quot;:15642,&quot;29628&quot;:15643,&quot;29629&quot;:15644,&quot;29630&quot;:15645,&quot;29631&quot;:15646,&quot;29633&quot;:15647,&quot;29635&quot;:15648,&quot;29636&quot;:15649,&quot;29637&quot;:15650,&quot;29638&quot;:15651,&quot;29639&quot;:15652,&quot;29643&quot;:15653,&quot;29644&quot;:15654,&quot;29646&quot;:15655,&quot;29650&quot;:15656,&quot;29651&quot;:15657,&quot;29652&quot;:15658,&quot;29653&quot;:15659,&quot;29654&quot;:15660,&quot;29655&quot;:15661,&quot;29656&quot;:15662,&quot;29658&quot;:15663,&quot;29659&quot;:15664,&quot;29660&quot;:15665,&quot;29661&quot;:15666,&quot;29663&quot;:15667,&quot;29665&quot;:15668,&quot;29666&quot;:15669,&quot;29667&quot;:15670,&quot;29668&quot;:15671,&quot;29670&quot;:15672,&quot;29672&quot;:15673,&quot;29674&quot;:15674,&quot;29675&quot;:15675,&quot;29676&quot;:15676,&quot;29678&quot;:15677,&quot;29679&quot;:15678,&quot;29680&quot;:15679,&quot;29681&quot;:15680,&quot;29683&quot;:15681,&quot;29684&quot;:15682,&quot;29685&quot;:15683,&quot;29686&quot;:15684,&quot;29687&quot;:15685,&quot;29688&quot;:15686,&quot;29689&quot;:15687,&quot;29690&quot;:15688,&quot;29691&quot;:15689,&quot;29692&quot;:15690,&quot;29693&quot;:15691,&quot;29695&quot;:15692,&quot;29696&quot;:15693,&quot;29697&quot;:15694,&quot;29698&quot;:15695,&quot;29700&quot;:15696,&quot;29703&quot;:15697,&quot;29704&quot;:15698,&quot;29707&quot;:15699,&quot;29708&quot;:15700,&quot;29709&quot;:15701,&quot;29710&quot;:15702,&quot;29713&quot;:15703,&quot;29714&quot;:15704,&quot;29715&quot;:15705,&quot;29716&quot;:15706,&quot;29717&quot;:15707,&quot;29718&quot;:15708,&quot;29719&quot;:15709,&quot;29720&quot;:15710,&quot;29721&quot;:15711,&quot;29724&quot;:15712,&quot;29725&quot;:15713,&quot;29726&quot;:15714,&quot;29727&quot;:15715,&quot;29728&quot;:15716,&quot;29729&quot;:15717,&quot;29731&quot;:15718,&quot;29732&quot;:15719,&quot;29735&quot;:15720,&quot;29737&quot;:15721,&quot;29739&quot;:15722,&quot;29741&quot;:15723,&quot;29743&quot;:15724,&quot;29745&quot;:15725,&quot;29746&quot;:15726,&quot;29751&quot;:15727,&quot;29752&quot;:15728,&quot;29753&quot;:15729,&quot;29754&quot;:15730,&quot;29755&quot;:15731,&quot;29757&quot;:15732,&quot;29758&quot;:15733,&quot;29760&quot;:15734,&quot;29762&quot;:15735,&quot;29763&quot;:15736,&quot;29764&quot;:15737,&quot;29765&quot;:15738,&quot;29766&quot;:15739,&quot;29767&quot;:15740,&quot;29768&quot;:15741,&quot;29769&quot;:15742,&quot;29770&quot;:15743,&quot;29772&quot;:15744,&quot;29773&quot;:15745,&quot;29774&quot;:15746,&quot;29775&quot;:15747,&quot;29776&quot;:15748,&quot;29777&quot;:15749,&quot;29778&quot;:15750,&quot;29779&quot;:15751,&quot;29780&quot;:15752,&quot;29782&quot;:15753,&quot;29784&quot;:15754,&quot;29789&quot;:15755,&quot;29792&quot;:15756,&quot;29793&quot;:15757,&quot;29794&quot;:15758,&quot;29796&quot;:15759,&quot;29797&quot;:15760,&quot;29798&quot;:15761,&quot;29799&quot;:15762,&quot;29800&quot;:15763,&quot;29803&quot;:15764,&quot;29804&quot;:15765,&quot;29806&quot;:15766,&quot;29807&quot;:15767,&quot;29809&quot;:15768,&quot;29810&quot;:15769,&quot;29811&quot;:15770,&quot;29812&quot;:15771,&quot;29813&quot;:15772,&quot;29816&quot;:15773,&quot;29817&quot;:15774,&quot;29818&quot;:15775,&quot;29819&quot;:15776,&quot;29820&quot;:15777,&quot;29821&quot;:15778,&quot;29823&quot;:15779,&quot;29826&quot;:15780,&quot;29828&quot;:15781,&quot;29829&quot;:15782,&quot;29830&quot;:15783,&quot;29832&quot;:15784,&quot;29834&quot;:15785,&quot;29836&quot;:15786,&quot;29837&quot;:15787,&quot;29839&quot;:15788,&quot;29841&quot;:15789,&quot;29842&quot;:15790,&quot;29843&quot;:15791,&quot;29844&quot;:15792,&quot;29845&quot;:15793,&quot;29846&quot;:15794,&quot;29847&quot;:15795,&quot;29848&quot;:15796,&quot;29849&quot;:15797,&quot;29850&quot;:15798,&quot;29851&quot;:15799,&quot;29853&quot;:15800,&quot;29855&quot;:15801,&quot;29856&quot;:15802,&quot;29857&quot;:15803,&quot;29858&quot;:15804,&quot;29860&quot;:15805,&quot;29861&quot;:15806,&quot;29866&quot;:15807,&quot;29867&quot;:15808,&quot;29868&quot;:15809,&quot;29869&quot;:15810,&quot;29870&quot;:15811,&quot;29871&quot;:15812,&quot;29873&quot;:15813,&quot;29874&quot;:15814,&quot;29875&quot;:15815,&quot;29876&quot;:15816,&quot;29877&quot;:15817,&quot;29878&quot;:15818,&quot;29879&quot;:15819,&quot;29880&quot;:15820,&quot;29881&quot;:15821,&quot;29883&quot;:15822,&quot;29884&quot;:15823,&quot;29886&quot;:15824,&quot;29887&quot;:15825,&quot;29888&quot;:15826,&quot;29889&quot;:15827,&quot;29890&quot;:15828,&quot;29891&quot;:15829,&quot;29892&quot;:15830,&quot;29893&quot;:15831,&quot;29894&quot;:15832,&quot;29895&quot;:15833,&quot;29896&quot;:15834,&quot;29897&quot;:15835,&quot;29899&quot;:15836,&quot;29900&quot;:15837,&quot;29901&quot;:15838,&quot;29902&quot;:15839,&quot;29904&quot;:15840,&quot;29905&quot;:15841,&quot;29907&quot;:15842,&quot;29909&quot;:15843,&quot;29910&quot;:15844,&quot;29911&quot;:15845,&quot;29912&quot;:15846,&quot;29913&quot;:15847,&quot;29915&quot;:15848,&quot;29917&quot;:15849,&quot;29919&quot;:15850,&quot;29921&quot;:15851,&quot;29925&quot;:15852,&quot;29927&quot;:15853,&quot;29928&quot;:15854,&quot;29929&quot;:15855,&quot;29930&quot;:15856,&quot;29931&quot;:15857,&quot;29932&quot;:15858,&quot;29933&quot;:15859,&quot;29936&quot;:15860,&quot;29937&quot;:15861,&quot;29938&quot;:15862,&quot;29939&quot;:15863,&quot;29941&quot;:15864,&quot;29944&quot;:15865,&quot;29945&quot;:15866,&quot;29946&quot;:15867,&quot;29947&quot;:15868,&quot;29948&quot;:15869,&quot;29949&quot;:15870,&quot;29950&quot;:15871,&quot;29952&quot;:15872,&quot;29953&quot;:15873,&quot;29954&quot;:15874,&quot;29955&quot;:15875,&quot;29957&quot;:15876,&quot;29958&quot;:15877,&quot;29959&quot;:15878,&quot;29960&quot;:15879,&quot;29961&quot;:15880,&quot;29962&quot;:15881,&quot;29963&quot;:15882,&quot;29966&quot;:15883,&quot;29968&quot;:15884,&quot;29970&quot;:15885,&quot;29972&quot;:15886,&quot;29973&quot;:15887,&quot;29974&quot;:15888,&quot;29975&quot;:15889,&quot;29979&quot;:15890,&quot;29981&quot;:15891,&quot;29982&quot;:15892,&quot;29984&quot;:15893,&quot;29985&quot;:15894,&quot;29986&quot;:15895,&quot;29988&quot;:15896,&quot;29990&quot;:15897,&quot;29991&quot;:15898,&quot;29994&quot;:15899,&quot;29998&quot;:15900,&quot;30004&quot;:15901,&quot;30006&quot;:15902,&quot;30009&quot;:15903,&quot;30012&quot;:15904,&quot;30013&quot;:15905,&quot;30015&quot;:15906,&quot;30017&quot;:15907,&quot;30018&quot;:15908,&quot;30019&quot;:15909,&quot;30020&quot;:15910,&quot;30022&quot;:15911,&quot;30023&quot;:15912,&quot;30025&quot;:15913,&quot;30026&quot;:15914,&quot;30029&quot;:15915,&quot;30032&quot;:15916,&quot;30033&quot;:15917,&quot;30034&quot;:15918,&quot;30035&quot;:15919,&quot;30037&quot;:15920,&quot;30038&quot;:15921,&quot;30039&quot;:15922,&quot;30040&quot;:15923,&quot;30046&quot;:15924,&quot;30047&quot;:15925,&quot;30048&quot;:15926,&quot;30049&quot;:15927,&quot;30051&quot;:15928,&quot;30052&quot;:15929,&quot;30055&quot;:15930,&quot;30056&quot;:15931,&quot;30057&quot;:15932,&quot;30060&quot;:15933,&quot;30061&quot;:15934,&quot;30062&quot;:15935,&quot;30063&quot;:15936,&quot;30064&quot;:15937,&quot;30065&quot;:15938,&quot;30067&quot;:15939,&quot;30069&quot;:15940,&quot;30071&quot;:15941,&quot;30074&quot;:15942,&quot;30075&quot;:15943,&quot;30076&quot;:15944,&quot;30077&quot;:15945,&quot;30078&quot;:15946,&quot;30080&quot;:15947,&quot;30081&quot;:15948,&quot;30082&quot;:15949,&quot;30084&quot;:15950,&quot;30085&quot;:15951,&quot;30088&quot;:15952,&quot;30089&quot;:15953,&quot;30090&quot;:15954,&quot;30092&quot;:15955,&quot;30093&quot;:15956,&quot;30094&quot;:15957,&quot;30096&quot;:15958,&quot;30099&quot;:15959,&quot;30101&quot;:15960,&quot;30104&quot;:15961,&quot;30107&quot;:15962,&quot;30108&quot;:15963,&quot;30110&quot;:15964,&quot;30114&quot;:15965,&quot;30118&quot;:15966,&quot;30119&quot;:15967,&quot;30120&quot;:15968,&quot;30121&quot;:15969,&quot;30122&quot;:15970,&quot;30125&quot;:15971,&quot;30134&quot;:15972,&quot;30135&quot;:15973,&quot;30138&quot;:15974,&quot;30139&quot;:15975,&quot;30143&quot;:15976,&quot;30144&quot;:15977,&quot;30145&quot;:15978,&quot;30150&quot;:15979,&quot;30155&quot;:15980,&quot;30156&quot;:15981,&quot;30158&quot;:15982,&quot;30159&quot;:15983,&quot;30160&quot;:15984,&quot;30161&quot;:15985,&quot;30163&quot;:15986,&quot;30167&quot;:15987,&quot;30170&quot;:15988,&quot;30172&quot;:15989,&quot;30173&quot;:15990,&quot;30175&quot;:15991,&quot;30176&quot;:15992,&quot;30177&quot;:15993,&quot;30181&quot;:15994,&quot;30185&quot;:15995,&quot;30188&quot;:15996,&quot;30189&quot;:15997,&quot;30190&quot;:15998,&quot;30191&quot;:15999,&quot;30194&quot;:16000,&quot;30195&quot;:16001,&quot;30197&quot;:16002,&quot;30198&quot;:16003,&quot;30199&quot;:16004,&quot;30200&quot;:16005,&quot;30202&quot;:16006,&quot;30203&quot;:16007,&quot;30205&quot;:16008,&quot;30206&quot;:16009,&quot;30212&quot;:16010,&quot;30214&quot;:16011,&quot;30215&quot;:16012,&quot;30216&quot;:16013,&quot;30217&quot;:16014,&quot;30222&quot;:16015,&quot;30223&quot;:16016,&quot;30225&quot;:16017,&quot;30226&quot;:16018,&quot;30227&quot;:16019,&quot;30228&quot;:16020,&quot;30230&quot;:16021,&quot;30234&quot;:16022,&quot;30236&quot;:16023,&quot;30237&quot;:16024,&quot;30243&quot;:16025,&quot;30248&quot;:16026,&quot;30252&quot;:16027,&quot;30254&quot;:16028,&quot;30255&quot;:16029,&quot;30257&quot;:16030,&quot;30258&quot;:16031,&quot;30262&quot;:16032,&quot;30263&quot;:16033,&quot;30265&quot;:16034,&quot;30266&quot;:16035,&quot;30269&quot;:16036,&quot;30273&quot;:16037,&quot;30276&quot;:16038,&quot;30277&quot;:16039,&quot;30280&quot;:16040,&quot;30282&quot;:16041,&quot;30283&quot;:16042,&quot;30286&quot;:16043,&quot;30287&quot;:16044,&quot;30288&quot;:16045,&quot;30289&quot;:16046,&quot;30290&quot;:16047,&quot;30291&quot;:16048,&quot;30293&quot;:16049,&quot;30295&quot;:16050,&quot;30297&quot;:16051,&quot;30298&quot;:16052,&quot;30299&quot;:16053,&quot;30301&quot;:16054,&quot;30304&quot;:16055,&quot;30305&quot;:16056,&quot;30310&quot;:16057,&quot;30312&quot;:16058,&quot;30314&quot;:16059,&quot;30323&quot;:16060,&quot;30324&quot;:16061,&quot;30325&quot;:16062,&quot;12136&quot;:16063,&quot;30326&quot;:16063,&quot;30327&quot;:16064,&quot;30329&quot;:16065,&quot;30330&quot;:16066,&quot;30335&quot;:16067,&quot;30336&quot;:16068,&quot;30337&quot;:16069,&quot;30339&quot;:16070,&quot;30341&quot;:16071,&quot;30345&quot;:16072,&quot;30346&quot;:16073,&quot;30348&quot;:16074,&quot;30349&quot;:16075,&quot;30351&quot;:16076,&quot;30352&quot;:16077,&quot;30354&quot;:16078,&quot;30356&quot;:16079,&quot;30357&quot;:16080,&quot;30359&quot;:16081,&quot;30360&quot;:16082,&quot;30363&quot;:16083,&quot;30364&quot;:16084,&quot;30365&quot;:16085,&quot;30366&quot;:16086,&quot;30367&quot;:16087,&quot;30368&quot;:16088,&quot;30369&quot;:16089,&quot;30370&quot;:16090,&quot;30371&quot;:16091,&quot;30373&quot;:16092,&quot;30374&quot;:16093,&quot;30375&quot;:16094,&quot;30376&quot;:16095,&quot;30377&quot;:16096,&quot;30378&quot;:16097,&quot;30379&quot;:16098,&quot;30380&quot;:16099,&quot;30381&quot;:16100,&quot;30383&quot;:16101,&quot;30384&quot;:16102,&quot;30387&quot;:16103,&quot;30389&quot;:16104,&quot;30390&quot;:16105,&quot;30391&quot;:16106,&quot;30393&quot;:16107,&quot;30395&quot;:16108,&quot;30396&quot;:16109,&quot;30397&quot;:16110,&quot;30398&quot;:16111,&quot;30400&quot;:16112,&quot;30401&quot;:16113,&quot;30403&quot;:16114,&quot;30404&quot;:16115,&quot;30407&quot;:16116,&quot;30409&quot;:16117,&quot;30411&quot;:16118,&quot;30412&quot;:16119,&quot;30419&quot;:16120,&quot;30421&quot;:16121,&quot;30425&quot;:16122,&quot;30426&quot;:16123,&quot;30428&quot;:16124,&quot;30429&quot;:16125,&quot;30432&quot;:16126,&quot;30434&quot;:16127,&quot;30438&quot;:16128,&quot;30440&quot;:16129,&quot;30441&quot;:16130,&quot;30442&quot;:16131,&quot;30443&quot;:16132,&quot;30444&quot;:16133,&quot;30445&quot;:16134,&quot;30448&quot;:16135,&quot;30451&quot;:16136,&quot;30453&quot;:16137,&quot;30454&quot;:16138,&quot;30455&quot;:16139,&quot;30458&quot;:16140,&quot;30459&quot;:16141,&quot;30461&quot;:16142,&quot;30463&quot;:16143,&quot;30464&quot;:16144,&quot;30466&quot;:16145,&quot;30467&quot;:16146,&quot;30469&quot;:16147,&quot;30470&quot;:16148,&quot;30474&quot;:16149,&quot;30476&quot;:16150,&quot;30478&quot;:16151,&quot;30479&quot;:16152,&quot;30480&quot;:16153,&quot;30481&quot;:16154,&quot;30482&quot;:16155,&quot;30483&quot;:16156,&quot;30484&quot;:16157,&quot;30485&quot;:16158,&quot;30486&quot;:16159,&quot;30487&quot;:16160,&quot;30488&quot;:16161,&quot;30491&quot;:16162,&quot;30492&quot;:16163,&quot;30493&quot;:16164,&quot;30494&quot;:16165,&quot;30497&quot;:16166,&quot;30499&quot;:16167,&quot;30500&quot;:16168,&quot;30501&quot;:16169,&quot;30503&quot;:16170,&quot;30506&quot;:16171,&quot;30507&quot;:16172,&quot;30508&quot;:16173,&quot;30510&quot;:16174,&quot;30512&quot;:16175,&quot;30513&quot;:16176,&quot;30514&quot;:16177,&quot;30515&quot;:16178,&quot;30516&quot;:16179,&quot;30521&quot;:16180,&quot;30523&quot;:16181,&quot;30525&quot;:16182,&quot;30526&quot;:16183,&quot;30527&quot;:16184,&quot;30530&quot;:16185,&quot;30532&quot;:16186,&quot;30533&quot;:16187,&quot;30534&quot;:16188,&quot;30536&quot;:16189,&quot;30537&quot;:16190,&quot;30538&quot;:16191,&quot;30539&quot;:16192,&quot;30540&quot;:16193,&quot;30541&quot;:16194,&quot;30542&quot;:16195,&quot;30546&quot;:16196,&quot;30547&quot;:16197,&quot;30548&quot;:16198,&quot;30549&quot;:16199,&quot;30550&quot;:16200,&quot;30551&quot;:16201,&quot;30552&quot;:16202,&quot;30553&quot;:16203,&quot;30556&quot;:16204,&quot;30557&quot;:16205,&quot;30559&quot;:16206,&quot;30560&quot;:16207,&quot;30564&quot;:16208,&quot;30567&quot;:16209,&quot;30569&quot;:16210,&quot;30570&quot;:16211,&quot;30573&quot;:16212,&quot;30574&quot;:16213,&quot;30575&quot;:16214,&quot;30576&quot;:16215,&quot;30577&quot;:16216,&quot;30578&quot;:16217,&quot;30579&quot;:16218,&quot;30580&quot;:16219,&quot;30581&quot;:16220,&quot;30582&quot;:16221,&quot;30583&quot;:16222,&quot;30584&quot;:16223,&quot;30586&quot;:16224,&quot;30587&quot;:16225,&quot;30588&quot;:16226,&quot;30593&quot;:16227,&quot;30594&quot;:16228,&quot;30595&quot;:16229,&quot;30598&quot;:16230,&quot;30599&quot;:16231,&quot;30600&quot;:16232,&quot;30601&quot;:16233,&quot;30602&quot;:16234,&quot;30603&quot;:16235,&quot;30607&quot;:16236,&quot;30608&quot;:16237,&quot;30611&quot;:16238,&quot;30612&quot;:16239,&quot;30613&quot;:16240,&quot;30614&quot;:16241,&quot;30615&quot;:16242,&quot;30617&quot;:16243,&quot;30618&quot;:16244,&quot;30619&quot;:16245,&quot;30620&quot;:16246,&quot;30621&quot;:16247,&quot;30625&quot;:16248,&quot;30627&quot;:16249,&quot;30628&quot;:16250,&quot;30630&quot;:16251,&quot;30632&quot;:16252,&quot;30635&quot;:16253,&quot;30638&quot;:16254,&quot;30639&quot;:16255,&quot;30641&quot;:16256,&quot;30642&quot;:16257,&quot;30644&quot;:16258,&quot;30646&quot;:16259,&quot;30647&quot;:16260,&quot;30648&quot;:16261,&quot;30649&quot;:16262,&quot;30650&quot;:16263,&quot;30654&quot;:16264,&quot;30656&quot;:16265,&quot;30657&quot;:16266,&quot;30658&quot;:16267,&quot;30659&quot;:16268,&quot;30660&quot;:16269,&quot;30661&quot;:16270,&quot;30662&quot;:16271,&quot;30664&quot;:16272,&quot;30665&quot;:16273,&quot;30666&quot;:16274,&quot;30667&quot;:16275,&quot;30668&quot;:16276,&quot;30670&quot;:16277,&quot;30671&quot;:16278,&quot;30672&quot;:16279,&quot;30673&quot;:16280,&quot;30674&quot;:16281,&quot;30675&quot;:16282,&quot;30676&quot;:16283,&quot;30677&quot;:16284,&quot;30678&quot;:16285,&quot;30680&quot;:16286,&quot;30681&quot;:16287,&quot;30685&quot;:16288,&quot;30686&quot;:16289,&quot;30687&quot;:16290,&quot;30688&quot;:16291,&quot;30689&quot;:16292,&quot;30692&quot;:16293,&quot;30694&quot;:16294,&quot;30696&quot;:16295,&quot;30698&quot;:16296,&quot;30704&quot;:16297,&quot;30705&quot;:16298,&quot;30706&quot;:16299,&quot;30708&quot;:16300,&quot;30709&quot;:16301,&quot;30711&quot;:16302,&quot;30713&quot;:16303,&quot;30714&quot;:16304,&quot;30715&quot;:16305,&quot;30716&quot;:16306,&quot;30723&quot;:16307,&quot;30724&quot;:16308,&quot;30725&quot;:16309,&quot;30726&quot;:16310,&quot;30727&quot;:16311,&quot;30728&quot;:16312,&quot;30730&quot;:16313,&quot;30731&quot;:16314,&quot;30734&quot;:16315,&quot;30735&quot;:16316,&quot;30736&quot;:16317,&quot;30739&quot;:16318,&quot;30741&quot;:16319,&quot;30745&quot;:16320,&quot;30747&quot;:16321,&quot;30750&quot;:16322,&quot;30752&quot;:16323,&quot;30753&quot;:16324,&quot;30754&quot;:16325,&quot;30756&quot;:16326,&quot;30760&quot;:16327,&quot;30762&quot;:16328,&quot;30763&quot;:16329,&quot;30766&quot;:16330,&quot;30767&quot;:16331,&quot;30769&quot;:16332,&quot;30770&quot;:16333,&quot;30771&quot;:16334,&quot;30773&quot;:16335,&quot;30774&quot;:16336,&quot;30781&quot;:16337,&quot;30783&quot;:16338,&quot;30785&quot;:16339,&quot;30786&quot;:16340,&quot;30788&quot;:16341,&quot;30790&quot;:16342,&quot;30792&quot;:16343,&quot;30793&quot;:16344,&quot;30794&quot;:16345,&quot;30795&quot;:16346,&quot;30797&quot;:16347,&quot;30799&quot;:16348,&quot;30801&quot;:16349,&quot;30803&quot;:16350,&quot;30804&quot;:16351,&quot;30808&quot;:16352,&quot;30809&quot;:16353,&quot;30810&quot;:16354,&quot;30811&quot;:16355,&quot;30812&quot;:16356,&quot;30814&quot;:16357,&quot;30815&quot;:16358,&quot;30816&quot;:16359,&quot;30817&quot;:16360,&quot;30818&quot;:16361,&quot;30819&quot;:16362,&quot;30821&quot;:16363,&quot;30822&quot;:16364,&quot;30823&quot;:16365,&quot;30825&quot;:16366,&quot;30832&quot;:16367,&quot;30833&quot;:16368,&quot;30834&quot;:16369,&quot;30835&quot;:16370,&quot;30836&quot;:16371,&quot;30837&quot;:16372,&quot;30838&quot;:16373,&quot;30840&quot;:16374,&quot;30841&quot;:16375,&quot;30842&quot;:16376,&quot;30843&quot;:16377,&quot;30845&quot;:16378,&quot;30846&quot;:16379,&quot;30847&quot;:16380,&quot;30848&quot;:16381,&quot;30849&quot;:16382,&quot;30850&quot;:16383,&quot;30851&quot;:16384,&quot;30852&quot;:16385,&quot;30853&quot;:16386,&quot;30854&quot;:16387,&quot;30856&quot;:16388,&quot;30858&quot;:16389,&quot;30859&quot;:16390,&quot;30863&quot;:16391,&quot;30864&quot;:16392,&quot;30866&quot;:16393,&quot;30868&quot;:16394,&quot;30869&quot;:16395,&quot;30870&quot;:16396,&quot;30873&quot;:16397,&quot;30877&quot;:16398,&quot;30878&quot;:16399,&quot;30880&quot;:16400,&quot;30882&quot;:16401,&quot;30884&quot;:16402,&quot;30886&quot;:16403,&quot;30888&quot;:16404,&quot;30890&quot;:16405,&quot;30891&quot;:16406,&quot;30892&quot;:16407,&quot;30894&quot;:16408,&quot;30895&quot;:16409,&quot;30901&quot;:16410,&quot;30902&quot;:16411,&quot;30903&quot;:16412,&quot;30907&quot;:16413,&quot;30909&quot;:16414,&quot;30911&quot;:16415,&quot;30912&quot;:16416,&quot;30914&quot;:16417,&quot;30915&quot;:16418,&quot;30916&quot;:16419,&quot;30918&quot;:16420,&quot;30919&quot;:16421,&quot;30920&quot;:16422,&quot;30924&quot;:16423,&quot;30925&quot;:16424,&quot;30926&quot;:16425,&quot;30927&quot;:16426,&quot;30929&quot;:16427,&quot;30930&quot;:16428,&quot;30931&quot;:16429,&quot;30934&quot;:16430,&quot;30935&quot;:16431,&quot;30936&quot;:16432,&quot;30939&quot;:16433,&quot;30940&quot;:16434,&quot;30941&quot;:16435,&quot;30942&quot;:16436,&quot;30943&quot;:16437,&quot;30944&quot;:16438,&quot;30945&quot;:16439,&quot;30946&quot;:16440,&quot;30948&quot;:16441,&quot;30949&quot;:16442,&quot;30950&quot;:16443,&quot;30953&quot;:16444,&quot;30954&quot;:16445,&quot;30955&quot;:16446,&quot;30957&quot;:16447,&quot;30958&quot;:16448,&quot;30960&quot;:16449,&quot;30961&quot;:16450,&quot;30963&quot;:16451,&quot;30965&quot;:16452,&quot;30966&quot;:16453,&quot;30968&quot;:16454,&quot;30969&quot;:16455,&quot;30971&quot;:16456,&quot;30972&quot;:16457,&quot;30974&quot;:16458,&quot;30975&quot;:16459,&quot;30976&quot;:16460,&quot;30978&quot;:16461,&quot;30979&quot;:16462,&quot;30980&quot;:16463,&quot;30982&quot;:16464,&quot;30983&quot;:16465,&quot;30984&quot;:16466,&quot;30985&quot;:16467,&quot;30986&quot;:16468,&quot;30987&quot;:16469,&quot;30988&quot;:16470,&quot;30989&quot;:16471,&quot;30991&quot;:16472,&quot;30992&quot;:16473,&quot;30993&quot;:16474,&quot;30994&quot;:16475,&quot;30996&quot;:16476,&quot;30997&quot;:16477,&quot;30998&quot;:16478,&quot;30999&quot;:16479,&quot;31000&quot;:16480,&quot;31002&quot;:16481,&quot;31003&quot;:16482,&quot;31004&quot;:16483,&quot;31005&quot;:16484,&quot;31007&quot;:16485,&quot;31008&quot;:16486,&quot;31009&quot;:16487,&quot;31010&quot;:16488,&quot;31011&quot;:16489,&quot;31013&quot;:16490,&quot;31015&quot;:16491,&quot;31016&quot;:16492,&quot;31017&quot;:16493,&quot;31021&quot;:16494,&quot;31022&quot;:16495,&quot;31023&quot;:16496,&quot;31024&quot;:16497,&quot;31026&quot;:16498,&quot;31027&quot;:16499,&quot;31029&quot;:16500,&quot;31030&quot;:16501,&quot;31031&quot;:16502,&quot;31032&quot;:16503,&quot;31033&quot;:16504,&quot;31037&quot;:16505,&quot;31039&quot;:16506,&quot;31042&quot;:16507,&quot;31043&quot;:16508,&quot;31044&quot;:16509,&quot;31045&quot;:16510,&quot;31047&quot;:16511,&quot;31050&quot;:16512,&quot;31051&quot;:16513,&quot;31052&quot;:16514,&quot;31053&quot;:16515,&quot;31054&quot;:16516,&quot;31055&quot;:16517,&quot;31056&quot;:16518,&quot;31057&quot;:16519,&quot;31058&quot;:16520,&quot;31060&quot;:16521,&quot;31061&quot;:16522,&quot;31064&quot;:16523,&quot;31065&quot;:16524,&quot;31073&quot;:16525,&quot;31075&quot;:16526,&quot;31076&quot;:16527,&quot;31078&quot;:16528,&quot;31081&quot;:16529,&quot;31082&quot;:16530,&quot;31083&quot;:16531,&quot;31084&quot;:16532,&quot;31086&quot;:16533,&quot;31088&quot;:16534,&quot;31089&quot;:16535,&quot;31090&quot;:16536,&quot;31091&quot;:16537,&quot;31092&quot;:16538,&quot;31093&quot;:16539,&quot;31094&quot;:16540,&quot;31097&quot;:16541,&quot;31099&quot;:16542,&quot;31100&quot;:16543,&quot;31101&quot;:16544,&quot;31102&quot;:16545,&quot;31103&quot;:16546,&quot;31106&quot;:16547,&quot;31107&quot;:16548,&quot;31110&quot;:16549,&quot;31111&quot;:16550,&quot;31112&quot;:16551,&quot;31113&quot;:16552,&quot;31115&quot;:16553,&quot;31116&quot;:16554,&quot;31120&quot;:16555,&quot;31121&quot;:16556,&quot;31122&quot;:16557,&quot;31123&quot;:16558,&quot;31124&quot;:16559,&quot;31125&quot;:16560,&quot;31126&quot;:16561,&quot;31127&quot;:16562,&quot;31128&quot;:16563,&quot;31129&quot;:16564,&quot;31131&quot;:16565,&quot;31132&quot;:16566,&quot;31133&quot;:16567,&quot;31134&quot;:16568,&quot;31135&quot;:16569,&quot;31136&quot;:16570,&quot;31137&quot;:16571,&quot;31138&quot;:16572,&quot;31139&quot;:16573,&quot;31140&quot;:16574,&quot;31141&quot;:16575,&quot;31144&quot;:16576,&quot;31145&quot;:16577,&quot;31147&quot;:16578,&quot;31148&quot;:16579,&quot;31149&quot;:16580,&quot;31151&quot;:16581,&quot;31154&quot;:16582,&quot;31156&quot;:16583,&quot;31157&quot;:16584,&quot;31158&quot;:16585,&quot;31159&quot;:16586,&quot;12145&quot;:16587,&quot;31160&quot;:16587,&quot;31164&quot;:16588,&quot;31167&quot;:16589,&quot;31170&quot;:16590,&quot;31172&quot;:16591,&quot;31173&quot;:16592,&quot;31175&quot;:16593,&quot;31176&quot;:16594,&quot;31178&quot;:16595,&quot;63893&quot;:16595,&quot;31180&quot;:16596,&quot;31182&quot;:16597,&quot;31183&quot;:16598,&quot;31184&quot;:16599,&quot;31187&quot;:16600,&quot;31188&quot;:16601,&quot;31190&quot;:16602,&quot;31191&quot;:16603,&quot;31193&quot;:16604,&quot;31194&quot;:16605,&quot;31195&quot;:16606,&quot;31196&quot;:16607,&quot;31197&quot;:16608,&quot;31198&quot;:16609,&quot;31200&quot;:16610,&quot;31201&quot;:16611,&quot;31202&quot;:16612,&quot;31205&quot;:16613,&quot;31208&quot;:16614,&quot;31210&quot;:16615,&quot;31212&quot;:16616,&quot;31214&quot;:16617,&quot;31217&quot;:16618,&quot;31218&quot;:16619,&quot;31219&quot;:16620,&quot;31220&quot;:16621,&quot;31221&quot;:16622,&quot;31222&quot;:16623,&quot;31223&quot;:16624,&quot;31225&quot;:16625,&quot;31226&quot;:16626,&quot;31228&quot;:16627,&quot;31230&quot;:16628,&quot;31231&quot;:16629,&quot;31233&quot;:16630,&quot;31236&quot;:16631,&quot;31237&quot;:16632,&quot;31239&quot;:16633,&quot;31240&quot;:16634,&quot;31241&quot;:16635,&quot;31242&quot;:16636,&quot;31244&quot;:16637,&quot;31247&quot;:16638,&quot;31248&quot;:16639,&quot;31249&quot;:16640,&quot;31250&quot;:16641,&quot;31251&quot;:16642,&quot;31253&quot;:16643,&quot;31254&quot;:16644,&quot;31256&quot;:16645,&quot;31257&quot;:16646,&quot;31259&quot;:16647,&quot;31260&quot;:16648,&quot;31261&quot;:16649,&quot;31263&quot;:16650,&quot;31265&quot;:16651,&quot;31266&quot;:16652,&quot;31268&quot;:16653,&quot;31269&quot;:16654,&quot;31270&quot;:16655,&quot;31271&quot;:16656,&quot;31272&quot;:16657,&quot;31273&quot;:16658,&quot;31274&quot;:16659,&quot;31275&quot;:16660,&quot;31276&quot;:16661,&quot;31277&quot;:16662,&quot;31279&quot;:16663,&quot;31280&quot;:16664,&quot;31282&quot;:16665,&quot;31284&quot;:16666,&quot;31285&quot;:16667,&quot;31286&quot;:16668,&quot;31288&quot;:16669,&quot;31290&quot;:16670,&quot;31294&quot;:16671,&quot;31297&quot;:16672,&quot;31298&quot;:16673,&quot;31299&quot;:16674,&quot;31300&quot;:16675,&quot;31301&quot;:16676,&quot;31303&quot;:16677,&quot;31304&quot;:16678,&quot;31305&quot;:16679,&quot;31306&quot;:16680,&quot;31307&quot;:16681,&quot;31311&quot;:16682,&quot;31312&quot;:16683,&quot;31314&quot;:16684,&quot;31315&quot;:16685,&quot;31316&quot;:16686,&quot;31317&quot;:16687,&quot;31318&quot;:16688,&quot;31320&quot;:16689,&quot;31321&quot;:16690,&quot;31322&quot;:16691,&quot;31323&quot;:16692,&quot;31324&quot;:16693,&quot;31325&quot;:16694,&quot;31326&quot;:16695,&quot;31327&quot;:16696,&quot;31328&quot;:16697,&quot;31331&quot;:16698,&quot;31332&quot;:16699,&quot;31333&quot;:16700,&quot;31334&quot;:16701,&quot;31335&quot;:16702,&quot;31336&quot;:16703,&quot;31338&quot;:16704,&quot;31340&quot;:16705,&quot;31341&quot;:16706,&quot;31342&quot;:16707,&quot;31343&quot;:16708,&quot;31345&quot;:16709,&quot;31346&quot;:16710,&quot;31347&quot;:16711,&quot;31349&quot;:16712,&quot;31355&quot;:16713,&quot;31356&quot;:16714,&quot;31357&quot;:16715,&quot;31358&quot;:16716,&quot;31362&quot;:16717,&quot;31365&quot;:16718,&quot;31367&quot;:16719,&quot;31369&quot;:16720,&quot;31370&quot;:16721,&quot;31371&quot;:16722,&quot;31372&quot;:16723,&quot;31374&quot;:16724,&quot;31375&quot;:16725,&quot;31376&quot;:16726,&quot;31379&quot;:16727,&quot;31380&quot;:16728,&quot;31385&quot;:16729,&quot;31386&quot;:16730,&quot;31387&quot;:16731,&quot;31390&quot;:16732,&quot;31393&quot;:16733,&quot;31394&quot;:16734,&quot;31395&quot;:16735,&quot;31396&quot;:16736,&quot;31399&quot;:16737,&quot;31403&quot;:16738,&quot;31407&quot;:16739,&quot;31408&quot;:16740,&quot;31409&quot;:16741,&quot;31410&quot;:16742,&quot;31412&quot;:16743,&quot;31413&quot;:16744,&quot;31415&quot;:16745,&quot;31416&quot;:16746,&quot;31417&quot;:16747,&quot;31419&quot;:16748,&quot;31420&quot;:16749,&quot;31421&quot;:16750,&quot;31422&quot;:16751,&quot;31424&quot;:16752,&quot;31425&quot;:16753,&quot;31426&quot;:16754,&quot;31427&quot;:16755,&quot;31430&quot;:16756,&quot;31433&quot;:16757,&quot;31436&quot;:16758,&quot;31437&quot;:16759,&quot;31438&quot;:16760,&quot;31439&quot;:16761,&quot;31440&quot;:16762,&quot;31441&quot;:16763,&quot;31442&quot;:16764,&quot;31443&quot;:16765,&quot;31444&quot;:16766,&quot;31445&quot;:16767,&quot;31447&quot;:16768,&quot;31448&quot;:16769,&quot;31450&quot;:16770,&quot;31451&quot;:16771,&quot;31452&quot;:16772,&quot;31453&quot;:16773,&quot;31457&quot;:16774,&quot;31458&quot;:16775,&quot;31460&quot;:16776,&quot;31463&quot;:16777,&quot;31464&quot;:16778,&quot;31465&quot;:16779,&quot;31467&quot;:16780,&quot;31468&quot;:16781,&quot;31470&quot;:16782,&quot;31472&quot;:16783,&quot;31473&quot;:16784,&quot;31474&quot;:16785,&quot;31475&quot;:16786,&quot;31476&quot;:16787,&quot;31477&quot;:16788,&quot;31479&quot;:16789,&quot;31480&quot;:16790,&quot;31483&quot;:16791,&quot;31484&quot;:16792,&quot;31486&quot;:16793,&quot;31488&quot;:16794,&quot;31489&quot;:16795,&quot;31490&quot;:16796,&quot;31493&quot;:16797,&quot;31495&quot;:16798,&quot;31497&quot;:16799,&quot;31500&quot;:16800,&quot;31501&quot;:16801,&quot;31502&quot;:16802,&quot;31504&quot;:16803,&quot;31506&quot;:16804,&quot;31507&quot;:16805,&quot;31510&quot;:16806,&quot;31511&quot;:16807,&quot;31512&quot;:16808,&quot;31514&quot;:16809,&quot;31516&quot;:16810,&quot;31517&quot;:16811,&quot;31519&quot;:16812,&quot;31521&quot;:16813,&quot;31522&quot;:16814,&quot;31523&quot;:16815,&quot;31527&quot;:16816,&quot;31529&quot;:16817,&quot;31533&quot;:16818,&quot;31535&quot;:16819,&quot;31536&quot;:16820,&quot;31538&quot;:16821,&quot;31540&quot;:16822,&quot;31541&quot;:16823,&quot;31542&quot;:16824,&quot;31543&quot;:16825,&quot;31545&quot;:16826,&quot;31547&quot;:16827,&quot;31549&quot;:16828,&quot;31551&quot;:16829,&quot;31552&quot;:16830,&quot;31553&quot;:16831,&quot;31554&quot;:16832,&quot;31555&quot;:16833,&quot;31556&quot;:16834,&quot;31560&quot;:16835,&quot;31562&quot;:16836,&quot;31565&quot;:16837,&quot;31566&quot;:16838,&quot;31571&quot;:16839,&quot;31573&quot;:16840,&quot;31575&quot;:16841,&quot;31577&quot;:16842,&quot;31580&quot;:16843,&quot;31582&quot;:16844,&quot;31583&quot;:16845,&quot;31585&quot;:16846,&quot;31587&quot;:16847,&quot;31588&quot;:16848,&quot;31589&quot;:16849,&quot;31590&quot;:16850,&quot;31592&quot;:16851,&quot;31593&quot;:16852,&quot;31594&quot;:16853,&quot;31595&quot;:16854,&quot;31596&quot;:16855,&quot;31597&quot;:16856,&quot;31599&quot;:16857,&quot;31600&quot;:16858,&quot;31603&quot;:16859,&quot;31604&quot;:16860,&quot;31606&quot;:16861,&quot;31608&quot;:16862,&quot;31610&quot;:16863,&quot;31612&quot;:16864,&quot;31613&quot;:16865,&quot;31615&quot;:16866,&quot;31617&quot;:16867,&quot;31618&quot;:16868,&quot;31619&quot;:16869,&quot;31620&quot;:16870,&quot;31622&quot;:16871,&quot;31623&quot;:16872,&quot;31624&quot;:16873,&quot;31625&quot;:16874,&quot;31626&quot;:16875,&quot;31628&quot;:16876,&quot;31630&quot;:16877,&quot;31631&quot;:16878,&quot;31633&quot;:16879,&quot;31634&quot;:16880,&quot;31635&quot;:16881,&quot;31638&quot;:16882,&quot;31640&quot;:16883,&quot;31641&quot;:16884,&quot;31642&quot;:16885,&quot;31643&quot;:16886,&quot;31646&quot;:16887,&quot;31647&quot;:16888,&quot;31648&quot;:16889,&quot;31651&quot;:16890,&quot;31652&quot;:16891,&quot;31653&quot;:16892,&quot;31662&quot;:16893,&quot;31663&quot;:16894,&quot;31664&quot;:16895,&quot;31666&quot;:16896,&quot;31667&quot;:16897,&quot;31669&quot;:16898,&quot;31670&quot;:16899,&quot;31671&quot;:16900,&quot;31673&quot;:16901,&quot;31674&quot;:16902,&quot;31675&quot;:16903,&quot;31676&quot;:16904,&quot;31677&quot;:16905,&quot;31678&quot;:16906,&quot;31679&quot;:16907,&quot;31682&quot;:16908,&quot;31683&quot;:16909,&quot;31685&quot;:16910,&quot;31688&quot;:16911,&quot;31690&quot;:16912,&quot;31693&quot;:16913,&quot;31694&quot;:16914,&quot;31695&quot;:16915,&quot;31696&quot;:16916,&quot;31698&quot;:16917,&quot;31700&quot;:16918,&quot;31701&quot;:16919,&quot;31702&quot;:16920,&quot;31703&quot;:16921,&quot;31704&quot;:16922,&quot;31707&quot;:16923,&quot;31708&quot;:16924,&quot;31710&quot;:16925,&quot;31711&quot;:16926,&quot;31712&quot;:16927,&quot;31714&quot;:16928,&quot;31715&quot;:16929,&quot;31719&quot;:16930,&quot;31720&quot;:16931,&quot;31723&quot;:16932,&quot;31724&quot;:16933,&quot;31725&quot;:16934,&quot;31727&quot;:16935,&quot;31728&quot;:16936,&quot;31730&quot;:16937,&quot;31732&quot;:16938,&quot;31733&quot;:16939,&quot;31734&quot;:16940,&quot;31736&quot;:16941,&quot;31737&quot;:16942,&quot;31738&quot;:16943,&quot;31739&quot;:16944,&quot;31741&quot;:16945,&quot;31743&quot;:16946,&quot;31745&quot;:16947,&quot;31746&quot;:16948,&quot;31747&quot;:16949,&quot;31748&quot;:16950,&quot;31749&quot;:16951,&quot;31750&quot;:16952,&quot;31752&quot;:16953,&quot;31753&quot;:16954,&quot;31754&quot;:16955,&quot;31758&quot;:16956,&quot;31760&quot;:16957,&quot;31761&quot;:16958,&quot;31762&quot;:16959,&quot;31763&quot;:16960,&quot;31764&quot;:16961,&quot;31765&quot;:16962,&quot;31767&quot;:16963,&quot;31768&quot;:16964,&quot;31769&quot;:16965,&quot;31770&quot;:16966,&quot;31771&quot;:16967,&quot;31772&quot;:16968,&quot;31773&quot;:16969,&quot;31776&quot;:16970,&quot;31778&quot;:16971,&quot;31780&quot;:16972,&quot;31781&quot;:16973,&quot;31784&quot;:16974,&quot;31785&quot;:16975,&quot;31788&quot;:16976,&quot;31789&quot;:16977,&quot;31790&quot;:16978,&quot;31791&quot;:16979,&quot;31792&quot;:16980,&quot;31793&quot;:16981,&quot;31794&quot;:16982,&quot;31795&quot;:16983,&quot;31796&quot;:16984,&quot;31797&quot;:16985,&quot;31798&quot;:16986,&quot;31799&quot;:16987,&quot;31801&quot;:16988,&quot;31802&quot;:16989,&quot;31803&quot;:16990,&quot;31804&quot;:16991,&quot;31810&quot;:16992,&quot;31812&quot;:16993,&quot;31813&quot;:16994,&quot;31814&quot;:16995,&quot;31815&quot;:16996,&quot;31816&quot;:16997,&quot;31817&quot;:16998,&quot;31818&quot;:16999,&quot;31819&quot;:17000,&quot;31822&quot;:17001,&quot;31823&quot;:17002,&quot;31824&quot;:17003,&quot;31825&quot;:17004,&quot;31826&quot;:17005,&quot;31827&quot;:17006,&quot;31828&quot;:17007,&quot;31829&quot;:17008,&quot;31830&quot;:17009,&quot;31831&quot;:17010,&quot;31832&quot;:17011,&quot;31833&quot;:17012,&quot;31834&quot;:17013,&quot;31835&quot;:17014,&quot;31837&quot;:17015,&quot;31838&quot;:17016,&quot;31841&quot;:17017,&quot;31842&quot;:17018,&quot;31843&quot;:17019,&quot;31845&quot;:17020,&quot;31846&quot;:17021,&quot;31847&quot;:17022,&quot;31848&quot;:17023,&quot;31851&quot;:17024,&quot;31853&quot;:17025,&quot;31855&quot;:17026,&quot;31856&quot;:17027,&quot;31857&quot;:17028,&quot;31861&quot;:17029,&quot;31862&quot;:17030,&quot;31863&quot;:17031,&quot;31864&quot;:17032,&quot;31865&quot;:17033,&quot;31866&quot;:17034,&quot;31870&quot;:17035,&quot;31871&quot;:17036,&quot;31872&quot;:17037,&quot;31873&quot;:17038,&quot;31874&quot;:17039,&quot;31875&quot;:17040,&quot;31876&quot;:17041,&quot;31877&quot;:17042,&quot;31878&quot;:17043,&quot;31879&quot;:17044,&quot;31880&quot;:17045,&quot;31882&quot;:17046,&quot;31883&quot;:17047,&quot;31884&quot;:17048,&quot;31885&quot;:17049,&quot;31886&quot;:17050,&quot;31887&quot;:17051,&quot;31888&quot;:17052,&quot;31891&quot;:17053,&quot;31892&quot;:17054,&quot;31894&quot;:17055,&quot;31897&quot;:17056,&quot;31898&quot;:17057,&quot;31899&quot;:17058,&quot;31904&quot;:17059,&quot;31905&quot;:17060,&quot;31907&quot;:17061,&quot;31910&quot;:17062,&quot;31911&quot;:17063,&quot;31912&quot;:17064,&quot;31913&quot;:17065,&quot;31915&quot;:17066,&quot;31916&quot;:17067,&quot;31917&quot;:17068,&quot;31919&quot;:17069,&quot;31920&quot;:17070,&quot;31924&quot;:17071,&quot;31925&quot;:17072,&quot;31926&quot;:17073,&quot;31927&quot;:17074,&quot;31928&quot;:17075,&quot;31930&quot;:17076,&quot;31931&quot;:17077,&quot;31935&quot;:17078,&quot;31936&quot;:17079,&quot;31938&quot;:17080,&quot;31939&quot;:17081,&quot;31940&quot;:17082,&quot;31942&quot;:17083,&quot;31945&quot;:17084,&quot;31947&quot;:17085,&quot;31950&quot;:17086,&quot;31951&quot;:17087,&quot;31952&quot;:17088,&quot;31953&quot;:17089,&quot;31954&quot;:17090,&quot;31955&quot;:17091,&quot;31956&quot;:17092,&quot;31960&quot;:17093,&quot;31962&quot;:17094,&quot;31963&quot;:17095,&quot;31969&quot;:17096,&quot;31970&quot;:17097,&quot;31971&quot;:17098,&quot;31972&quot;:17099,&quot;31973&quot;:17100,&quot;31974&quot;:17101,&quot;31977&quot;:17102,&quot;31978&quot;:17103,&quot;31979&quot;:17104,&quot;31980&quot;:17105,&quot;31981&quot;:17106,&quot;31982&quot;:17107,&quot;31985&quot;:17108,&quot;31987&quot;:17109,&quot;31989&quot;:17110,&quot;31991&quot;:17111,&quot;31994&quot;:17112,&quot;31996&quot;:17113,&quot;31997&quot;:17114,&quot;31999&quot;:17115,&quot;32001&quot;:17116,&quot;32003&quot;:17117,&quot;32012&quot;:17118,&quot;32014&quot;:17119,&quot;32015&quot;:17120,&quot;32017&quot;:17121,&quot;32018&quot;:17122,&quot;32022&quot;:17123,&quot;32024&quot;:17124,&quot;32029&quot;:17125,&quot;32030&quot;:17126,&quot;32031&quot;:17127,&quot;32035&quot;:17128,&quot;32036&quot;:17129,&quot;32037&quot;:17130,&quot;32038&quot;:17131,&quot;32040&quot;:17132,&quot;32041&quot;:17133,&quot;32042&quot;:17134,&quot;32044&quot;:17135,&quot;32045&quot;:17136,&quot;32046&quot;:17137,&quot;32052&quot;:17138,&quot;32053&quot;:17139,&quot;32054&quot;:17140,&quot;32055&quot;:17141,&quot;32056&quot;:17142,&quot;32059&quot;:17143,&quot;32061&quot;:17144,&quot;32062&quot;:17145,&quot;32065&quot;:17146,&quot;32067&quot;:17147,&quot;32069&quot;:17148,&quot;32071&quot;:17149,&quot;32072&quot;:17150,&quot;32073&quot;:17151,&quot;32074&quot;:17152,&quot;32075&quot;:17153,&quot;32076&quot;:17154,&quot;32077&quot;:17155,&quot;32079&quot;:17156,&quot;32081&quot;:17157,&quot;32082&quot;:17158,&quot;32083&quot;:17159,&quot;32084&quot;:17160,&quot;32085&quot;:17161,&quot;32086&quot;:17162,&quot;32087&quot;:17163,&quot;32088&quot;:17164,&quot;32089&quot;:17165,&quot;32090&quot;:17166,&quot;32091&quot;:17167,&quot;32092&quot;:17168,&quot;32095&quot;:17169,&quot;32096&quot;:17170,&quot;32099&quot;:17171,&quot;32100&quot;:17172,&quot;32101&quot;:17173,&quot;32103&quot;:17174,&quot;32105&quot;:17175,&quot;32106&quot;:17176,&quot;32107&quot;:17177,&quot;32108&quot;:17178,&quot;32109&quot;:17179,&quot;32111&quot;:17180,&quot;32112&quot;:17181,&quot;32116&quot;:17182,&quot;32117&quot;:17183,&quot;32120&quot;:17184,&quot;32122&quot;:17185,&quot;32123&quot;:17186,&quot;32124&quot;:17187,&quot;32125&quot;:17188,&quot;32126&quot;:17189,&quot;32127&quot;:17190,&quot;32128&quot;:17191,&quot;32130&quot;:17192,&quot;32132&quot;:17193,&quot;32133&quot;:17194,&quot;32135&quot;:17195,&quot;32138&quot;:17196,&quot;32139&quot;:17197,&quot;32140&quot;:17198,&quot;32141&quot;:17199,&quot;32142&quot;:17200,&quot;32144&quot;:17201,&quot;32145&quot;:17202,&quot;32146&quot;:17203,&quot;32148&quot;:17204,&quot;32149&quot;:17205,&quot;32150&quot;:17206,&quot;32151&quot;:17207,&quot;32152&quot;:17208,&quot;32153&quot;:17209,&quot;32154&quot;:17210,&quot;32155&quot;:17211,&quot;32157&quot;:17212,&quot;32159&quot;:17213,&quot;32160&quot;:17214,&quot;32161&quot;:17215,&quot;32164&quot;:17216,&quot;32165&quot;:17217,&quot;32167&quot;:17218,&quot;32168&quot;:17219,&quot;32169&quot;:17220,&quot;32170&quot;:17221,&quot;32175&quot;:17222,&quot;32181&quot;:17223,&quot;32182&quot;:17224,&quot;32183&quot;:17225,&quot;32188&quot;:17226,&quot;32192&quot;:17227,&quot;32193&quot;:17228,&quot;32194&quot;:17229,&quot;32195&quot;:17230,&quot;32197&quot;:17231,&quot;32198&quot;:17232,&quot;32200&quot;:17233,&quot;32201&quot;:17234,&quot;32204&quot;:17235,&quot;32205&quot;:17236,&quot;32206&quot;:17237,&quot;32207&quot;:17238,&quot;32208&quot;:17239,&quot;32211&quot;:17240,&quot;32213&quot;:17241,&quot;32214&quot;:17242,&quot;32218&quot;:17243,&quot;32219&quot;:17244,&quot;32220&quot;:17245,&quot;32223&quot;:17246,&quot;32226&quot;:17247,&quot;32228&quot;:17248,&quot;32229&quot;:17249,&quot;32231&quot;:17250,&quot;32234&quot;:17251,&quot;32235&quot;:17252,&quot;32237&quot;:17253,&quot;32238&quot;:17254,&quot;32240&quot;:17255,&quot;32243&quot;:17256,&quot;32245&quot;:17257,&quot;32247&quot;:17258,&quot;32248&quot;:17259,&quot;32250&quot;:17260,&quot;32252&quot;:17261,&quot;32253&quot;:17262,&quot;32254&quot;:17263,&quot;32255&quot;:17264,&quot;32256&quot;:17265,&quot;32257&quot;:17266,&quot;32258&quot;:17267,&quot;32259&quot;:17268,&quot;32260&quot;:17269,&quot;32261&quot;:17270,&quot;32262&quot;:17271,&quot;32263&quot;:17272,&quot;32268&quot;:17273,&quot;32269&quot;:17274,&quot;32270&quot;:17275,&quot;32271&quot;:17276,&quot;32274&quot;:17277,&quot;32275&quot;:17278,&quot;32276&quot;:17279,&quot;32277&quot;:17280,&quot;32278&quot;:17281,&quot;32279&quot;:17282,&quot;32280&quot;:17283,&quot;32281&quot;:17284,&quot;32282&quot;:17285,&quot;32284&quot;:17286,&quot;32288&quot;:17287,&quot;32289&quot;:17288,&quot;32290&quot;:17289,&quot;32292&quot;:17290,&quot;32293&quot;:17291,&quot;32294&quot;:17292,&quot;32296&quot;:17293,&quot;32297&quot;:17294,&quot;32298&quot;:17295,&quot;32300&quot;:17296,&quot;32303&quot;:17297,&quot;32304&quot;:17298,&quot;32307&quot;:17299,&quot;32312&quot;:17300,&quot;32314&quot;:17301,&quot;32316&quot;:17302,&quot;32319&quot;:17303,&quot;32320&quot;:17304,&quot;32322&quot;:17305,&quot;32323&quot;:17306,&quot;32324&quot;:17307,&quot;32328&quot;:17308,&quot;32329&quot;:17309,&quot;32330&quot;:17310,&quot;32331&quot;:17311,&quot;32332&quot;:17312,&quot;32333&quot;:17313,&quot;32334&quot;:17314,&quot;32335&quot;:17315,&quot;32336&quot;:17316,&quot;32337&quot;:17317,&quot;32339&quot;:17318,&quot;32342&quot;:17319,&quot;32343&quot;:17320,&quot;32344&quot;:17321,&quot;32345&quot;:17322,&quot;32347&quot;:17323,&quot;32348&quot;:17324,&quot;32349&quot;:17325,&quot;32351&quot;:17326,&quot;32352&quot;:17327,&quot;32353&quot;:17328,&quot;32355&quot;:17329,&quot;32356&quot;:17330,&quot;32357&quot;:17331,&quot;32358&quot;:17332,&quot;32359&quot;:17333,&quot;32360&quot;:17334,&quot;32364&quot;:17335,&quot;32369&quot;:17336,&quot;32370&quot;:17337,&quot;32372&quot;:17338,&quot;32373&quot;:17339,&quot;32374&quot;:17340,&quot;32375&quot;:17341,&quot;32376&quot;:17342,&quot;32378&quot;:17343,&quot;32379&quot;:17344,&quot;32383&quot;:17345,&quot;32384&quot;:17346,&quot;32385&quot;:17347,&quot;32387&quot;:17348,&quot;32388&quot;:17349,&quot;32389&quot;:17350,&quot;32390&quot;:17351,&quot;32391&quot;:17352,&quot;32393&quot;:17353,&quot;32395&quot;:17354,&quot;32398&quot;:17355,&quot;32400&quot;:17356,&quot;32401&quot;:17357,&quot;32402&quot;:17358,&quot;32405&quot;:17359,&quot;32407&quot;:17360,&quot;32409&quot;:17361,&quot;32410&quot;:17362,&quot;32413&quot;:17363,&quot;32414&quot;:17364,&quot;32430&quot;:17365,&quot;32436&quot;:17366,&quot;32443&quot;:17367,&quot;32444&quot;:17368,&quot;32470&quot;:17369,&quot;32484&quot;:17370,&quot;32492&quot;:17371,&quot;32505&quot;:17372,&quot;32522&quot;:17373,&quot;32528&quot;:17374,&quot;32542&quot;:17375,&quot;32567&quot;:17376,&quot;32569&quot;:17377,&quot;32571&quot;:17378,&quot;32572&quot;:17379,&quot;32573&quot;:17380,&quot;32574&quot;:17381,&quot;32575&quot;:17382,&quot;32576&quot;:17383,&quot;32577&quot;:17384,&quot;32579&quot;:17385,&quot;32582&quot;:17386,&quot;32583&quot;:17387,&quot;32584&quot;:17388,&quot;32585&quot;:17389,&quot;32586&quot;:17390,&quot;32587&quot;:17391,&quot;32589&quot;:17392,&quot;32591&quot;:17393,&quot;32594&quot;:17394,&quot;32595&quot;:17395,&quot;32598&quot;:17396,&quot;32601&quot;:17397,&quot;32603&quot;:17398,&quot;32604&quot;:17399,&quot;32605&quot;:17400,&quot;32606&quot;:17401,&quot;32608&quot;:17402,&quot;32611&quot;:17403,&quot;32612&quot;:17404,&quot;32613&quot;:17405,&quot;32614&quot;:17406,&quot;32615&quot;:17407,&quot;32619&quot;:17408,&quot;32620&quot;:17409,&quot;32621&quot;:17410,&quot;32623&quot;:17411,&quot;32627&quot;:17412,&quot;32629&quot;:17413,&quot;32630&quot;:17414,&quot;32632&quot;:17415,&quot;32634&quot;:17416,&quot;32635&quot;:17417,&quot;32636&quot;:17418,&quot;32637&quot;:17419,&quot;32639&quot;:17420,&quot;32640&quot;:17421,&quot;32642&quot;:17422,&quot;32643&quot;:17423,&quot;32644&quot;:17424,&quot;32647&quot;:17425,&quot;32649&quot;:17426,&quot;32651&quot;:17427,&quot;32653&quot;:17428,&quot;32655&quot;:17429,&quot;32656&quot;:17430,&quot;32657&quot;:17431,&quot;32658&quot;:17432,&quot;32659&quot;:17433,&quot;32661&quot;:17434,&quot;32662&quot;:17435,&quot;32663&quot;:17436,&quot;32664&quot;:17437,&quot;32665&quot;:17438,&quot;32667&quot;:17439,&quot;32668&quot;:17440,&quot;32672&quot;:17441,&quot;32674&quot;:17442,&quot;32675&quot;:17443,&quot;32678&quot;:17444,&quot;32680&quot;:17445,&quot;32682&quot;:17446,&quot;32683&quot;:17447,&quot;32684&quot;:17448,&quot;32685&quot;:17449,&quot;32686&quot;:17450,&quot;32689&quot;:17451,&quot;32691&quot;:17452,&quot;32692&quot;:17453,&quot;32693&quot;:17454,&quot;32694&quot;:17455,&quot;32695&quot;:17456,&quot;32698&quot;:17457,&quot;32699&quot;:17458,&quot;32702&quot;:17459,&quot;32704&quot;:17460,&quot;32706&quot;:17461,&quot;32707&quot;:17462,&quot;32708&quot;:17463,&quot;32710&quot;:17464,&quot;32711&quot;:17465,&quot;32712&quot;:17466,&quot;32713&quot;:17467,&quot;32715&quot;:17468,&quot;32717&quot;:17469,&quot;32719&quot;:17470,&quot;32720&quot;:17471,&quot;32721&quot;:17472,&quot;32723&quot;:17473,&quot;32726&quot;:17474,&quot;32727&quot;:17475,&quot;32729&quot;:17476,&quot;32730&quot;:17477,&quot;32731&quot;:17478,&quot;32732&quot;:17479,&quot;32733&quot;:17480,&quot;32734&quot;:17481,&quot;32738&quot;:17482,&quot;32739&quot;:17483,&quot;32740&quot;:17484,&quot;32743&quot;:17485,&quot;32744&quot;:17486,&quot;32746&quot;:17487,&quot;32747&quot;:17488,&quot;32748&quot;:17489,&quot;32749&quot;:17490,&quot;32751&quot;:17491,&quot;32754&quot;:17492,&quot;32756&quot;:17493,&quot;32757&quot;:17494,&quot;32758&quot;:17495,&quot;32759&quot;:17496,&quot;32760&quot;:17497,&quot;32762&quot;:17498,&quot;32765&quot;:17499,&quot;32766&quot;:17500,&quot;32767&quot;:17501,&quot;32770&quot;:17502,&quot;32775&quot;:17503,&quot;32776&quot;:17504,&quot;32777&quot;:17505,&quot;32778&quot;:17506,&quot;32782&quot;:17507,&quot;32783&quot;:17508,&quot;32785&quot;:17509,&quot;32787&quot;:17510,&quot;32794&quot;:17511,&quot;32795&quot;:17512,&quot;32797&quot;:17513,&quot;32798&quot;:17514,&quot;32799&quot;:17515,&quot;32801&quot;:17516,&quot;32803&quot;:17517,&quot;32804&quot;:17518,&quot;32811&quot;:17519,&quot;32813&quot;:17520,&quot;32815&quot;:17521,&quot;32816&quot;:17522,&quot;32818&quot;:17523,&quot;32820&quot;:17524,&quot;32825&quot;:17525,&quot;32826&quot;:17526,&quot;32828&quot;:17527,&quot;32830&quot;:17528,&quot;32832&quot;:17529,&quot;32833&quot;:17530,&quot;32836&quot;:17531,&quot;32837&quot;:17532,&quot;32839&quot;:17533,&quot;32840&quot;:17534,&quot;32841&quot;:17535,&quot;32846&quot;:17536,&quot;32847&quot;:17537,&quot;32848&quot;:17538,&quot;32849&quot;:17539,&quot;32851&quot;:17540,&quot;32853&quot;:17541,&quot;32855&quot;:17542,&quot;32857&quot;:17543,&quot;32859&quot;:17544,&quot;32860&quot;:17545,&quot;32861&quot;:17546,&quot;32863&quot;:17547,&quot;32864&quot;:17548,&quot;32865&quot;:17549,&quot;32866&quot;:17550,&quot;32867&quot;:17551,&quot;32868&quot;:17552,&quot;32869&quot;:17553,&quot;32870&quot;:17554,&quot;32871&quot;:17555,&quot;32872&quot;:17556,&quot;32875&quot;:17557,&quot;32876&quot;:17558,&quot;32877&quot;:17559,&quot;32878&quot;:17560,&quot;32884&quot;:17561,&quot;32888&quot;:17562,&quot;32890&quot;:17563,&quot;32891&quot;:17564,&quot;32892&quot;:17565,&quot;32897&quot;:17566,&quot;32898&quot;:17567,&quot;32904&quot;:17568,&quot;32906&quot;:17569,&quot;32909&quot;:17570,&quot;32910&quot;:17571,&quot;32911&quot;:17572,&quot;32912&quot;:17573,&quot;32913&quot;:17574,&quot;32914&quot;:17575,&quot;32916&quot;:17576,&quot;32917&quot;:17577,&quot;32919&quot;:17578,&quot;32921&quot;:17579,&quot;32926&quot;:17580,&quot;32931&quot;:17581,&quot;32934&quot;:17582,&quot;32935&quot;:17583,&quot;32936&quot;:17584,&quot;32940&quot;:17585,&quot;32944&quot;:17586,&quot;32947&quot;:17587,&quot;32949&quot;:17588,&quot;32950&quot;:17589,&quot;32952&quot;:17590,&quot;32953&quot;:17591,&quot;32955&quot;:17592,&quot;32965&quot;:17593,&quot;32967&quot;:17594,&quot;32968&quot;:17595,&quot;32969&quot;:17596,&quot;32970&quot;:17597,&quot;32971&quot;:17598,&quot;32975&quot;:17599,&quot;32976&quot;:17600,&quot;32977&quot;:17601,&quot;32978&quot;:17602,&quot;32979&quot;:17603,&quot;32980&quot;:17604,&quot;32981&quot;:17605,&quot;32984&quot;:17606,&quot;32991&quot;:17607,&quot;32992&quot;:17608,&quot;32994&quot;:17609,&quot;32995&quot;:17610,&quot;32998&quot;:17611,&quot;33006&quot;:17612,&quot;33013&quot;:17613,&quot;33015&quot;:17614,&quot;33017&quot;:17615,&quot;33019&quot;:17616,&quot;33022&quot;:17617,&quot;33023&quot;:17618,&quot;33024&quot;:17619,&quot;33025&quot;:17620,&quot;33027&quot;:17621,&quot;33028&quot;:17622,&quot;33031&quot;:17623,&quot;33032&quot;:17624,&quot;33035&quot;:17625,&quot;33036&quot;:17626,&quot;33045&quot;:17627,&quot;33047&quot;:17628,&quot;33049&quot;:17629,&quot;33052&quot;:17630,&quot;33053&quot;:17631,&quot;33055&quot;:17632,&quot;33056&quot;:17633,&quot;33057&quot;:17634,&quot;33058&quot;:17635,&quot;33059&quot;:17636,&quot;33060&quot;:17637,&quot;33061&quot;:17638,&quot;33062&quot;:17639,&quot;33063&quot;:17640,&quot;33064&quot;:17641,&quot;33065&quot;:17642,&quot;33066&quot;:17643,&quot;33067&quot;:17644,&quot;33069&quot;:17645,&quot;33070&quot;:17646,&quot;33072&quot;:17647,&quot;33075&quot;:17648,&quot;33076&quot;:17649,&quot;33077&quot;:17650,&quot;33079&quot;:17651,&quot;33082&quot;:17652,&quot;33083&quot;:17653,&quot;33084&quot;:17654,&quot;33085&quot;:17655,&quot;33087&quot;:17656,&quot;33088&quot;:17657,&quot;33089&quot;:17658,&quot;33090&quot;:17659,&quot;33091&quot;:17660,&quot;33092&quot;:17661,&quot;33093&quot;:17662,&quot;33095&quot;:17663,&quot;33097&quot;:17664,&quot;33101&quot;:17665,&quot;33103&quot;:17666,&quot;33106&quot;:17667,&quot;33111&quot;:17668,&quot;33112&quot;:17669,&quot;33115&quot;:17670,&quot;33116&quot;:17671,&quot;33117&quot;:17672,&quot;33118&quot;:17673,&quot;33119&quot;:17674,&quot;33122&quot;:17675,&quot;33123&quot;:17676,&quot;33124&quot;:17677,&quot;33128&quot;:17678,&quot;33130&quot;:17679,&quot;33132&quot;:17680,&quot;33135&quot;:17681,&quot;33138&quot;:17682,&quot;33139&quot;:17683,&quot;33141&quot;:17684,&quot;33142&quot;:17685,&quot;33143&quot;:17686,&quot;33153&quot;:17687,&quot;33155&quot;:17688,&quot;33156&quot;:17689,&quot;33157&quot;:17690,&quot;33158&quot;:17691,&quot;33159&quot;:17692,&quot;33161&quot;:17693,&quot;33163&quot;:17694,&quot;33164&quot;:17695,&quot;33165&quot;:17696,&quot;33166&quot;:17697,&quot;33168&quot;:17698,&quot;33170&quot;:17699,&quot;33171&quot;:17700,&quot;33172&quot;:17701,&quot;33173&quot;:17702,&quot;33174&quot;:17703,&quot;33175&quot;:17704,&quot;33177&quot;:17705,&quot;33182&quot;:17706,&quot;33183&quot;:17707,&quot;33185&quot;:17708,&quot;33186&quot;:17709,&quot;33188&quot;:17710,&quot;33189&quot;:17711,&quot;33191&quot;:17712,&quot;33195&quot;:17713,&quot;33196&quot;:17714,&quot;33197&quot;:17715,&quot;33198&quot;:17716,&quot;33199&quot;:17717,&quot;33200&quot;:17718,&quot;33201&quot;:17719,&quot;33202&quot;:17720,&quot;33204&quot;:17721,&quot;33205&quot;:17722,&quot;33206&quot;:17723,&quot;33207&quot;:17724,&quot;33208&quot;:17725,&quot;33209&quot;:17726,&quot;33212&quot;:17727,&quot;33220&quot;:17728,&quot;33221&quot;:17729,&quot;33223&quot;:17730,&quot;33224&quot;:17731,&quot;33227&quot;:17732,&quot;33230&quot;:17733,&quot;33232&quot;:17734,&quot;33233&quot;:17735,&quot;33234&quot;:17736,&quot;33235&quot;:17737,&quot;33236&quot;:17738,&quot;33237&quot;:17739,&quot;33238&quot;:17740,&quot;33239&quot;:17741,&quot;33241&quot;:17742,&quot;33243&quot;:17743,&quot;33244&quot;:17744,&quot;33245&quot;:17745,&quot;33246&quot;:17746,&quot;33249&quot;:17747,&quot;33250&quot;:17748,&quot;33252&quot;:17749,&quot;33253&quot;:17750,&quot;33254&quot;:17751,&quot;33257&quot;:17752,&quot;33259&quot;:17753,&quot;33262&quot;:17754,&quot;33263&quot;:17755,&quot;33264&quot;:17756,&quot;33265&quot;:17757,&quot;33266&quot;:17758,&quot;33269&quot;:17759,&quot;33270&quot;:17760,&quot;33271&quot;:17761,&quot;33272&quot;:17762,&quot;33273&quot;:17763,&quot;33277&quot;:17764,&quot;33279&quot;:17765,&quot;33283&quot;:17766,&quot;33291&quot;:17767,&quot;33294&quot;:17768,&quot;33295&quot;:17769,&quot;33297&quot;:17770,&quot;33299&quot;:17771,&quot;33301&quot;:17772,&quot;33302&quot;:17773,&quot;33303&quot;:17774,&quot;33304&quot;:17775,&quot;33305&quot;:17776,&quot;33306&quot;:17777,&quot;33309&quot;:17778,&quot;33312&quot;:17779,&quot;33316&quot;:17780,&quot;33317&quot;:17781,&quot;33318&quot;:17782,&quot;33319&quot;:17783,&quot;33321&quot;:17784,&quot;33326&quot;:17785,&quot;33330&quot;:17786,&quot;33338&quot;:17787,&quot;33340&quot;:17788,&quot;33341&quot;:17789,&quot;33343&quot;:17790,&quot;33344&quot;:17791,&quot;33345&quot;:17792,&quot;33346&quot;:17793,&quot;33347&quot;:17794,&quot;33349&quot;:17795,&quot;33350&quot;:17796,&quot;33352&quot;:17797,&quot;33354&quot;:17798,&quot;33356&quot;:17799,&quot;33357&quot;:17800,&quot;33358&quot;:17801,&quot;33360&quot;:17802,&quot;33361&quot;:17803,&quot;33362&quot;:17804,&quot;33363&quot;:17805,&quot;33364&quot;:17806,&quot;33365&quot;:17807,&quot;33366&quot;:17808,&quot;33367&quot;:17809,&quot;33371&quot;:17810,&quot;33372&quot;:17811,&quot;33373&quot;:17812,&quot;33374&quot;:17813,&quot;33376&quot;:17814,&quot;33377&quot;:17815,&quot;33378&quot;:17816,&quot;33379&quot;:17817,&quot;33381&quot;:17818,&quot;33383&quot;:17819,&quot;33385&quot;:17820,&quot;33386&quot;:17821,&quot;33388&quot;:17822,&quot;33389&quot;:17823,&quot;33397&quot;:17824,&quot;33398&quot;:17825,&quot;12171&quot;:17826,&quot;33400&quot;:17826,&quot;33403&quot;:17827,&quot;33404&quot;:17828,&quot;33408&quot;:17829,&quot;33409&quot;:17830,&quot;33411&quot;:17831,&quot;33413&quot;:17832,&quot;33414&quot;:17833,&quot;33415&quot;:17834,&quot;33417&quot;:17835,&quot;33420&quot;:17836,&quot;33424&quot;:17837,&quot;33427&quot;:17838,&quot;33428&quot;:17839,&quot;33429&quot;:17840,&quot;33430&quot;:17841,&quot;33434&quot;:17842,&quot;33435&quot;:17843,&quot;33438&quot;:17844,&quot;33440&quot;:17845,&quot;33442&quot;:17846,&quot;33443&quot;:17847,&quot;33447&quot;:17848,&quot;33458&quot;:17849,&quot;33461&quot;:17850,&quot;33462&quot;:17851,&quot;33466&quot;:17852,&quot;33468&quot;:17853,&quot;33471&quot;:17854,&quot;33472&quot;:17855,&quot;33474&quot;:17856,&quot;33475&quot;:17857,&quot;33477&quot;:17858,&quot;33478&quot;:17859,&quot;33481&quot;:17860,&quot;33488&quot;:17861,&quot;33494&quot;:17862,&quot;33497&quot;:17863,&quot;33498&quot;:17864,&quot;33501&quot;:17865,&quot;33506&quot;:17866,&quot;33512&quot;:17867,&quot;33513&quot;:17868,&quot;33514&quot;:17869,&quot;33516&quot;:17870,&quot;33517&quot;:17871,&quot;33518&quot;:17872,&quot;33520&quot;:17873,&quot;33522&quot;:17874,&quot;33523&quot;:17875,&quot;33525&quot;:17876,&quot;33526&quot;:17877,&quot;33528&quot;:17878,&quot;33530&quot;:17879,&quot;33532&quot;:17880,&quot;33533&quot;:17881,&quot;33534&quot;:17882,&quot;33535&quot;:17883,&quot;33536&quot;:17884,&quot;33546&quot;:17885,&quot;33547&quot;:17886,&quot;33549&quot;:17887,&quot;33552&quot;:17888,&quot;33554&quot;:17889,&quot;33555&quot;:17890,&quot;33558&quot;:17891,&quot;33560&quot;:17892,&quot;33561&quot;:17893,&quot;33565&quot;:17894,&quot;33566&quot;:17895,&quot;33567&quot;:17896,&quot;33568&quot;:17897,&quot;33569&quot;:17898,&quot;33570&quot;:17899,&quot;33571&quot;:17900,&quot;33572&quot;:17901,&quot;33573&quot;:17902,&quot;33574&quot;:17903,&quot;33577&quot;:17904,&quot;33578&quot;:17905,&quot;33582&quot;:17906,&quot;33584&quot;:17907,&quot;33586&quot;:17908,&quot;33591&quot;:17909,&quot;33595&quot;:17910,&quot;33597&quot;:17911,&quot;33598&quot;:17912,&quot;33599&quot;:17913,&quot;33601&quot;:17914,&quot;33602&quot;:17915,&quot;33604&quot;:17916,&quot;33605&quot;:17917,&quot;33608&quot;:17918,&quot;33610&quot;:17919,&quot;33611&quot;:17920,&quot;33612&quot;:17921,&quot;33613&quot;:17922,&quot;33614&quot;:17923,&quot;33619&quot;:17924,&quot;33621&quot;:17925,&quot;33622&quot;:17926,&quot;33623&quot;:17927,&quot;33624&quot;:17928,&quot;33625&quot;:17929,&quot;33629&quot;:17930,&quot;33634&quot;:17931,&quot;33648&quot;:17932,&quot;33649&quot;:17933,&quot;33650&quot;:17934,&quot;33651&quot;:17935,&quot;33652&quot;:17936,&quot;33653&quot;:17937,&quot;33654&quot;:17938,&quot;33657&quot;:17939,&quot;33658&quot;:17940,&quot;33662&quot;:17941,&quot;33663&quot;:17942,&quot;33664&quot;:17943,&quot;33665&quot;:17944,&quot;33666&quot;:17945,&quot;33667&quot;:17946,&quot;33668&quot;:17947,&quot;33671&quot;:17948,&quot;33672&quot;:17949,&quot;33675&quot;:17950,&quot;33676&quot;:17951,&quot;33677&quot;:17952,&quot;33679&quot;:17953,&quot;33680&quot;:17954,&quot;33681&quot;:17955,&quot;33684&quot;:17956,&quot;33685&quot;:17957,&quot;33687&quot;:17958,&quot;33689&quot;:17959,&quot;33690&quot;:17960,&quot;33693&quot;:17961,&quot;33695&quot;:17962,&quot;33697&quot;:17963,&quot;33699&quot;:17964,&quot;33700&quot;:17965,&quot;33701&quot;:17966,&quot;33702&quot;:17967,&quot;33708&quot;:17968,&quot;33709&quot;:17969,&quot;33710&quot;:17970,&quot;33711&quot;:17971,&quot;33717&quot;:17972,&quot;33723&quot;:17973,&quot;33726&quot;:17974,&quot;33727&quot;:17975,&quot;33730&quot;:17976,&quot;33731&quot;:17977,&quot;33732&quot;:17978,&quot;33734&quot;:17979,&quot;33736&quot;:17980,&quot;33737&quot;:17981,&quot;33739&quot;:17982,&quot;33741&quot;:17983,&quot;33742&quot;:17984,&quot;33744&quot;:17985,&quot;33745&quot;:17986,&quot;33746&quot;:17987,&quot;33747&quot;:17988,&quot;33749&quot;:17989,&quot;33751&quot;:17990,&quot;33753&quot;:17991,&quot;33754&quot;:17992,&quot;33755&quot;:17993,&quot;33758&quot;:17994,&quot;33762&quot;:17995,&quot;33763&quot;:17996,&quot;33764&quot;:17997,&quot;33766&quot;:17998,&quot;33767&quot;:17999,&quot;33768&quot;:18000,&quot;33771&quot;:18001,&quot;33772&quot;:18002,&quot;33773&quot;:18003,&quot;33774&quot;:18004,&quot;33779&quot;:18005,&quot;33780&quot;:18006,&quot;33781&quot;:18007,&quot;33782&quot;:18008,&quot;33783&quot;:18009,&quot;33786&quot;:18010,&quot;33787&quot;:18011,&quot;33788&quot;:18012,&quot;33790&quot;:18013,&quot;33791&quot;:18014,&quot;33792&quot;:18015,&quot;33794&quot;:18016,&quot;33797&quot;:18017,&quot;33800&quot;:18018,&quot;33801&quot;:18019,&quot;33808&quot;:18020,&quot;33810&quot;:18021,&quot;33811&quot;:18022,&quot;33812&quot;:18023,&quot;33813&quot;:18024,&quot;33814&quot;:18025,&quot;33815&quot;:18026,&quot;33817&quot;:18027,&quot;33818&quot;:18028,&quot;33819&quot;:18029,&quot;33822&quot;:18030,&quot;33823&quot;:18031,&quot;33824&quot;:18032,&quot;33825&quot;:18033,&quot;33826&quot;:18034,&quot;33827&quot;:18035,&quot;33833&quot;:18036,&quot;33834&quot;:18037,&quot;33835&quot;:18038,&quot;33837&quot;:18039,&quot;33838&quot;:18040,&quot;33839&quot;:18041,&quot;33840&quot;:18042,&quot;33842&quot;:18043,&quot;33843&quot;:18044,&quot;33844&quot;:18045,&quot;33846&quot;:18046,&quot;33847&quot;:18047,&quot;33849&quot;:18048,&quot;33850&quot;:18049,&quot;33851&quot;:18050,&quot;33854&quot;:18051,&quot;33855&quot;:18052,&quot;33856&quot;:18053,&quot;33857&quot;:18054,&quot;33858&quot;:18055,&quot;33859&quot;:18056,&quot;33860&quot;:18057,&quot;33861&quot;:18058,&quot;33863&quot;:18059,&quot;33864&quot;:18060,&quot;33866&quot;:18061,&quot;33867&quot;:18062,&quot;33868&quot;:18063,&quot;33869&quot;:18064,&quot;33870&quot;:18065,&quot;33871&quot;:18066,&quot;33872&quot;:18067,&quot;33875&quot;:18068,&quot;33876&quot;:18069,&quot;33877&quot;:18070,&quot;33878&quot;:18071,&quot;33880&quot;:18072,&quot;33885&quot;:18073,&quot;33886&quot;:18074,&quot;33887&quot;:18075,&quot;33888&quot;:18076,&quot;33890&quot;:18077,&quot;33893&quot;:18078,&quot;33895&quot;:18079,&quot;33896&quot;:18080,&quot;33898&quot;:18081,&quot;33902&quot;:18082,&quot;33904&quot;:18083,&quot;33906&quot;:18084,&quot;33908&quot;:18085,&quot;33913&quot;:18086,&quot;33915&quot;:18087,&quot;33916&quot;:18088,&quot;33917&quot;:18089,&quot;33918&quot;:18090,&quot;33919&quot;:18091,&quot;33920&quot;:18092,&quot;33921&quot;:18093,&quot;33923&quot;:18094,&quot;33924&quot;:18095,&quot;33925&quot;:18096,&quot;33926&quot;:18097,&quot;33930&quot;:18098,&quot;33933&quot;:18099,&quot;33935&quot;:18100,&quot;33936&quot;:18101,&quot;33937&quot;:18102,&quot;33938&quot;:18103,&quot;33941&quot;:18104,&quot;33942&quot;:18105,&quot;33944&quot;:18106,&quot;33946&quot;:18107,&quot;33947&quot;:18108,&quot;33949&quot;:18109,&quot;33950&quot;:18110,&quot;33951&quot;:18111,&quot;33952&quot;:18112,&quot;33954&quot;:18113,&quot;33955&quot;:18114,&quot;33956&quot;:18115,&quot;33957&quot;:18116,&quot;33958&quot;:18117,&quot;33959&quot;:18118,&quot;33960&quot;:18119,&quot;33961&quot;:18120,&quot;33962&quot;:18121,&quot;33963&quot;:18122,&quot;33964&quot;:18123,&quot;33965&quot;:18124,&quot;33966&quot;:18125,&quot;33968&quot;:18126,&quot;33969&quot;:18127,&quot;33971&quot;:18128,&quot;33973&quot;:18129,&quot;33974&quot;:18130,&quot;33975&quot;:18131,&quot;33979&quot;:18132,&quot;33982&quot;:18133,&quot;33986&quot;:18134,&quot;33987&quot;:18135,&quot;33989&quot;:18136,&quot;33990&quot;:18137,&quot;33991&quot;:18138,&quot;33992&quot;:18139,&quot;33996&quot;:18140,&quot;33998&quot;:18141,&quot;33999&quot;:18142,&quot;34002&quot;:18143,&quot;34004&quot;:18144,&quot;34005&quot;:18145,&quot;34007&quot;:18146,&quot;34008&quot;:18147,&quot;34009&quot;:18148,&quot;34010&quot;:18149,&quot;34011&quot;:18150,&quot;34012&quot;:18151,&quot;34014&quot;:18152,&quot;34017&quot;:18153,&quot;34018&quot;:18154,&quot;34020&quot;:18155,&quot;34023&quot;:18156,&quot;34024&quot;:18157,&quot;34025&quot;:18158,&quot;34026&quot;:18159,&quot;34027&quot;:18160,&quot;34029&quot;:18161,&quot;34033&quot;:18162,&quot;34034&quot;:18163,&quot;34035&quot;:18164,&quot;34036&quot;:18165,&quot;34037&quot;:18166,&quot;34038&quot;:18167,&quot;34039&quot;:18168,&quot;34040&quot;:18169,&quot;34041&quot;:18170,&quot;34042&quot;:18171,&quot;34043&quot;:18172,&quot;34046&quot;:18173,&quot;34048&quot;:18174,&quot;34049&quot;:18175,&quot;34050&quot;:18176,&quot;34051&quot;:18177,&quot;34052&quot;:18178,&quot;34053&quot;:18179,&quot;34054&quot;:18180,&quot;34055&quot;:18181,&quot;34056&quot;:18182,&quot;34057&quot;:18183,&quot;34058&quot;:18184,&quot;34059&quot;:18185,&quot;34061&quot;:18186,&quot;34062&quot;:18187,&quot;34063&quot;:18188,&quot;34064&quot;:18189,&quot;34066&quot;:18190,&quot;34069&quot;:18191,&quot;34070&quot;:18192,&quot;34072&quot;:18193,&quot;34073&quot;:18194,&quot;34075&quot;:18195,&quot;34076&quot;:18196,&quot;34077&quot;:18197,&quot;34080&quot;:18198,&quot;34082&quot;:18199,&quot;34084&quot;:18200,&quot;34085&quot;:18201,&quot;34087&quot;:18202,&quot;34088&quot;:18203,&quot;34089&quot;:18204,&quot;34090&quot;:18205,&quot;34094&quot;:18206,&quot;34095&quot;:18207,&quot;34096&quot;:18208,&quot;34097&quot;:18209,&quot;34098&quot;:18210,&quot;34099&quot;:18211,&quot;34100&quot;:18212,&quot;34101&quot;:18213,&quot;34102&quot;:18214,&quot;34110&quot;:18215,&quot;34111&quot;:18216,&quot;34112&quot;:18217,&quot;34114&quot;:18218,&quot;34116&quot;:18219,&quot;34117&quot;:18220,&quot;34119&quot;:18221,&quot;34123&quot;:18222,&quot;34124&quot;:18223,&quot;34125&quot;:18224,&quot;34127&quot;:18225,&quot;34128&quot;:18226,&quot;34129&quot;:18227,&quot;34132&quot;:18228,&quot;34135&quot;:18229,&quot;34138&quot;:18230,&quot;34139&quot;:18231,&quot;34140&quot;:18232,&quot;34141&quot;:18233,&quot;34143&quot;:18234,&quot;34144&quot;:18235,&quot;34145&quot;:18236,&quot;34147&quot;:18237,&quot;34149&quot;:18238,&quot;34150&quot;:18239,&quot;34151&quot;:18240,&quot;34155&quot;:18241,&quot;34156&quot;:18242,&quot;34158&quot;:18243,&quot;34159&quot;:18244,&quot;34160&quot;:18245,&quot;34161&quot;:18246,&quot;34163&quot;:18247,&quot;34165&quot;:18248,&quot;34166&quot;:18249,&quot;34168&quot;:18250,&quot;34172&quot;:18251,&quot;34173&quot;:18252,&quot;34175&quot;:18253,&quot;34176&quot;:18254,&quot;34177&quot;:18255,&quot;34178&quot;:18256,&quot;34179&quot;:18257,&quot;34182&quot;:18258,&quot;34185&quot;:18259,&quot;34187&quot;:18260,&quot;34189&quot;:18261,&quot;34190&quot;:18262,&quot;34192&quot;:18263,&quot;34194&quot;:18264,&quot;34195&quot;:18265,&quot;34197&quot;:18266,&quot;34198&quot;:18267,&quot;34199&quot;:18268,&quot;34200&quot;:18269,&quot;34201&quot;:18270,&quot;34202&quot;:18271,&quot;34205&quot;:18272,&quot;34206&quot;:18273,&quot;34208&quot;:18274,&quot;34209&quot;:18275,&quot;34210&quot;:18276,&quot;34211&quot;:18277,&quot;34213&quot;:18278,&quot;34215&quot;:18279,&quot;34219&quot;:18280,&quot;34220&quot;:18281,&quot;34221&quot;:18282,&quot;34225&quot;:18283,&quot;34226&quot;:18284,&quot;34227&quot;:18285,&quot;34228&quot;:18286,&quot;34229&quot;:18287,&quot;34230&quot;:18288,&quot;34232&quot;:18289,&quot;34235&quot;:18290,&quot;34236&quot;:18291,&quot;34237&quot;:18292,&quot;34238&quot;:18293,&quot;34239&quot;:18294,&quot;34240&quot;:18295,&quot;34242&quot;:18296,&quot;34243&quot;:18297,&quot;34244&quot;:18298,&quot;34245&quot;:18299,&quot;34246&quot;:18300,&quot;34247&quot;:18301,&quot;34248&quot;:18302,&quot;34250&quot;:18303,&quot;34251&quot;:18304,&quot;34252&quot;:18305,&quot;34257&quot;:18306,&quot;34258&quot;:18307,&quot;34260&quot;:18308,&quot;34262&quot;:18309,&quot;34263&quot;:18310,&quot;34264&quot;:18311,&quot;34265&quot;:18312,&quot;34266&quot;:18313,&quot;34267&quot;:18314,&quot;34270&quot;:18315,&quot;34271&quot;:18316,&quot;34272&quot;:18317,&quot;34273&quot;:18318,&quot;34274&quot;:18319,&quot;34275&quot;:18320,&quot;34278&quot;:18321,&quot;34279&quot;:18322,&quot;34280&quot;:18323,&quot;34283&quot;:18324,&quot;34284&quot;:18325,&quot;34285&quot;:18326,&quot;34286&quot;:18327,&quot;34287&quot;:18328,&quot;34288&quot;:18329,&quot;34289&quot;:18330,&quot;34290&quot;:18331,&quot;34291&quot;:18332,&quot;34293&quot;:18333,&quot;34295&quot;:18334,&quot;34296&quot;:18335,&quot;34300&quot;:18336,&quot;34301&quot;:18337,&quot;34302&quot;:18338,&quot;34304&quot;:18339,&quot;34305&quot;:18340,&quot;34306&quot;:18341,&quot;34307&quot;:18342,&quot;34312&quot;:18343,&quot;34313&quot;:18344,&quot;34314&quot;:18345,&quot;34316&quot;:18346,&quot;34317&quot;:18347,&quot;34318&quot;:18348,&quot;34319&quot;:18349,&quot;34320&quot;:18350,&quot;34322&quot;:18351,&quot;34323&quot;:18352,&quot;34324&quot;:18353,&quot;34325&quot;:18354,&quot;34327&quot;:18355,&quot;34328&quot;:18356,&quot;34329&quot;:18357,&quot;34331&quot;:18358,&quot;34332&quot;:18359,&quot;34333&quot;:18360,&quot;34335&quot;:18361,&quot;34336&quot;:18362,&quot;34337&quot;:18363,&quot;34339&quot;:18364,&quot;34340&quot;:18365,&quot;34341&quot;:18366,&quot;34342&quot;:18367,&quot;34344&quot;:18368,&quot;34346&quot;:18369,&quot;34347&quot;:18370,&quot;34348&quot;:18371,&quot;34350&quot;:18372,&quot;34351&quot;:18373,&quot;34352&quot;:18374,&quot;34353&quot;:18375,&quot;34354&quot;:18376,&quot;34355&quot;:18377,&quot;34356&quot;:18378,&quot;34357&quot;:18379,&quot;34358&quot;:18380,&quot;34359&quot;:18381,&quot;34361&quot;:18382,&quot;34363&quot;:18383,&quot;34365&quot;:18384,&quot;34366&quot;:18385,&quot;34368&quot;:18386,&quot;34369&quot;:18387,&quot;34370&quot;:18388,&quot;34371&quot;:18389,&quot;34372&quot;:18390,&quot;34373&quot;:18391,&quot;34374&quot;:18392,&quot;34375&quot;:18393,&quot;34376&quot;:18394,&quot;34377&quot;:18395,&quot;34378&quot;:18396,&quot;34379&quot;:18397,&quot;34380&quot;:18398,&quot;34386&quot;:18399,&quot;34387&quot;:18400,&quot;34390&quot;:18401,&quot;34391&quot;:18402,&quot;34392&quot;:18403,&quot;34393&quot;:18404,&quot;34395&quot;:18405,&quot;34397&quot;:18406,&quot;34400&quot;:18407,&quot;34401&quot;:18408,&quot;34403&quot;:18409,&quot;34404&quot;:18410,&quot;34405&quot;:18411,&quot;34406&quot;:18412,&quot;34408&quot;:18413,&quot;34409&quot;:18414,&quot;34410&quot;:18415,&quot;34413&quot;:18416,&quot;34415&quot;:18417,&quot;34416&quot;:18418,&quot;34418&quot;:18419,&quot;34419&quot;:18420,&quot;34420&quot;:18421,&quot;34421&quot;:18422,&quot;34422&quot;:18423,&quot;34423&quot;:18424,&quot;34424&quot;:18425,&quot;34435&quot;:18426,&quot;34436&quot;:18427,&quot;34437&quot;:18428,&quot;34438&quot;:18429,&quot;34439&quot;:18430,&quot;34440&quot;:18431,&quot;34441&quot;:18432,&quot;34446&quot;:18433,&quot;34447&quot;:18434,&quot;34448&quot;:18435,&quot;34449&quot;:18436,&quot;34450&quot;:18437,&quot;34452&quot;:18438,&quot;34454&quot;:18439,&quot;34455&quot;:18440,&quot;34456&quot;:18441,&quot;34457&quot;:18442,&quot;34458&quot;:18443,&quot;34459&quot;:18444,&quot;34462&quot;:18445,&quot;34463&quot;:18446,&quot;34464&quot;:18447,&quot;34465&quot;:18448,&quot;34466&quot;:18449,&quot;34469&quot;:18450,&quot;34470&quot;:18451,&quot;34475&quot;:18452,&quot;34477&quot;:18453,&quot;34478&quot;:18454,&quot;34482&quot;:18455,&quot;34483&quot;:18456,&quot;34487&quot;:18457,&quot;34488&quot;:18458,&quot;34489&quot;:18459,&quot;34491&quot;:18460,&quot;34492&quot;:18461,&quot;34493&quot;:18462,&quot;34494&quot;:18463,&quot;34495&quot;:18464,&quot;34497&quot;:18465,&quot;34498&quot;:18466,&quot;34499&quot;:18467,&quot;34501&quot;:18468,&quot;34504&quot;:18469,&quot;34508&quot;:18470,&quot;34509&quot;:18471,&quot;34514&quot;:18472,&quot;34515&quot;:18473,&quot;34517&quot;:18474,&quot;34518&quot;:18475,&quot;34519&quot;:18476,&quot;34522&quot;:18477,&quot;34524&quot;:18478,&quot;34525&quot;:18479,&quot;34528&quot;:18480,&quot;34529&quot;:18481,&quot;34530&quot;:18482,&quot;34531&quot;:18483,&quot;34533&quot;:18484,&quot;34534&quot;:18485,&quot;34535&quot;:18486,&quot;34536&quot;:18487,&quot;34538&quot;:18488,&quot;34539&quot;:18489,&quot;34540&quot;:18490,&quot;34543&quot;:18491,&quot;34549&quot;:18492,&quot;34550&quot;:18493,&quot;34551&quot;:18494,&quot;34555&quot;:18495,&quot;34556&quot;:18496,&quot;34557&quot;:18497,&quot;34559&quot;:18498,&quot;34561&quot;:18499,&quot;34564&quot;:18500,&quot;34565&quot;:18501,&quot;34571&quot;:18502,&quot;34572&quot;:18503,&quot;34574&quot;:18504,&quot;34575&quot;:18505,&quot;34576&quot;:18506,&quot;34577&quot;:18507,&quot;34580&quot;:18508,&quot;34582&quot;:18509,&quot;34585&quot;:18510,&quot;34587&quot;:18511,&quot;34589&quot;:18512,&quot;34591&quot;:18513,&quot;34592&quot;:18514,&quot;34596&quot;:18515,&quot;34598&quot;:18516,&quot;34599&quot;:18517,&quot;34600&quot;:18518,&quot;34602&quot;:18519,&quot;34603&quot;:18520,&quot;34604&quot;:18521,&quot;34605&quot;:18522,&quot;34607&quot;:18523,&quot;34608&quot;:18524,&quot;34610&quot;:18525,&quot;34611&quot;:18526,&quot;34613&quot;:18527,&quot;34614&quot;:18528,&quot;34616&quot;:18529,&quot;34617&quot;:18530,&quot;34618&quot;:18531,&quot;34620&quot;:18532,&quot;34621&quot;:18533,&quot;34624&quot;:18534,&quot;34625&quot;:18535,&quot;34626&quot;:18536,&quot;34627&quot;:18537,&quot;34628&quot;:18538,&quot;34629&quot;:18539,&quot;34630&quot;:18540,&quot;34634&quot;:18541,&quot;34635&quot;:18542,&quot;34637&quot;:18543,&quot;34639&quot;:18544,&quot;34640&quot;:18545,&quot;34641&quot;:18546,&quot;34642&quot;:18547,&quot;34644&quot;:18548,&quot;34646&quot;:18549,&quot;34648&quot;:18550,&quot;34650&quot;:18551,&quot;34651&quot;:18552,&quot;34652&quot;:18553,&quot;34653&quot;:18554,&quot;34654&quot;:18555,&quot;34655&quot;:18556,&quot;34657&quot;:18557,&quot;34658&quot;:18558,&quot;34663&quot;:18559,&quot;34664&quot;:18560,&quot;34665&quot;:18561,&quot;34666&quot;:18562,&quot;34667&quot;:18563,&quot;34668&quot;:18564,&quot;34669&quot;:18565,&quot;34671&quot;:18566,&quot;34673&quot;:18567,&quot;34674&quot;:18568,&quot;34675&quot;:18569,&quot;34677&quot;:18570,&quot;34679&quot;:18571,&quot;34681&quot;:18572,&quot;34682&quot;:18573,&quot;34687&quot;:18574,&quot;34688&quot;:18575,&quot;34689&quot;:18576,&quot;34694&quot;:18577,&quot;34695&quot;:18578,&quot;34697&quot;:18579,&quot;34698&quot;:18580,&quot;34700&quot;:18581,&quot;34702&quot;:18582,&quot;34703&quot;:18583,&quot;34704&quot;:18584,&quot;34705&quot;:18585,&quot;34706&quot;:18586,&quot;34708&quot;:18587,&quot;34709&quot;:18588,&quot;34710&quot;:18589,&quot;34712&quot;:18590,&quot;34713&quot;:18591,&quot;34714&quot;:18592,&quot;34715&quot;:18593,&quot;34716&quot;:18594,&quot;34717&quot;:18595,&quot;34720&quot;:18596,&quot;34721&quot;:18597,&quot;34723&quot;:18598,&quot;34724&quot;:18599,&quot;34725&quot;:18600,&quot;34726&quot;:18601,&quot;34727&quot;:18602,&quot;34729&quot;:18603,&quot;34730&quot;:18604,&quot;34734&quot;:18605,&quot;34736&quot;:18606,&quot;34737&quot;:18607,&quot;34738&quot;:18608,&quot;34740&quot;:18609,&quot;34742&quot;:18610,&quot;34743&quot;:18611,&quot;34744&quot;:18612,&quot;34745&quot;:18613,&quot;34748&quot;:18614,&quot;34750&quot;:18615,&quot;34751&quot;:18616,&quot;34753&quot;:18617,&quot;34754&quot;:18618,&quot;34755&quot;:18619,&quot;34757&quot;:18620,&quot;34759&quot;:18621,&quot;34761&quot;:18622,&quot;34764&quot;:18623,&quot;34765&quot;:18624,&quot;34767&quot;:18625,&quot;34768&quot;:18626,&quot;34772&quot;:18627,&quot;34773&quot;:18628,&quot;34774&quot;:18629,&quot;34775&quot;:18630,&quot;34776&quot;:18631,&quot;34777&quot;:18632,&quot;34778&quot;:18633,&quot;34780&quot;:18634,&quot;34781&quot;:18635,&quot;34782&quot;:18636,&quot;34783&quot;:18637,&quot;34785&quot;:18638,&quot;34786&quot;:18639,&quot;34788&quot;:18640,&quot;34790&quot;:18641,&quot;34791&quot;:18642,&quot;34792&quot;:18643,&quot;34793&quot;:18644,&quot;34795&quot;:18645,&quot;34797&quot;:18646,&quot;34800&quot;:18647,&quot;34801&quot;:18648,&quot;34803&quot;:18649,&quot;34804&quot;:18650,&quot;34805&quot;:18651,&quot;34807&quot;:18652,&quot;34808&quot;:18653,&quot;34810&quot;:18654,&quot;34812&quot;:18655,&quot;34813&quot;:18656,&quot;34815&quot;:18657,&quot;34816&quot;:18658,&quot;34817&quot;:18659,&quot;34818&quot;:18660,&quot;34820&quot;:18661,&quot;34823&quot;:18662,&quot;34824&quot;:18663,&quot;34825&quot;:18664,&quot;34827&quot;:18665,&quot;34828&quot;:18666,&quot;34829&quot;:18667,&quot;34830&quot;:18668,&quot;34831&quot;:18669,&quot;34834&quot;:18670,&quot;34836&quot;:18671,&quot;34839&quot;:18672,&quot;34840&quot;:18673,&quot;34841&quot;:18674,&quot;34842&quot;:18675,&quot;34844&quot;:18676,&quot;34845&quot;:18677,&quot;34846&quot;:18678,&quot;34848&quot;:18679,&quot;34852&quot;:18680,&quot;34853&quot;:18681,&quot;34854&quot;:18682,&quot;34855&quot;:18683,&quot;34856&quot;:18684,&quot;34857&quot;:18685,&quot;34858&quot;:18686,&quot;34859&quot;:18687,&quot;34860&quot;:18688,&quot;34861&quot;:18689,&quot;34862&quot;:18690,&quot;34863&quot;:18691,&quot;34864&quot;:18692,&quot;34867&quot;:18693,&quot;34868&quot;:18694,&quot;34869&quot;:18695,&quot;34871&quot;:18696,&quot;34872&quot;:18697,&quot;34874&quot;:18698,&quot;34877&quot;:18699,&quot;34878&quot;:18700,&quot;34879&quot;:18701,&quot;34881&quot;:18702,&quot;34882&quot;:18703,&quot;34883&quot;:18704,&quot;34887&quot;:18705,&quot;34888&quot;:18706,&quot;34889&quot;:18707,&quot;34891&quot;:18708,&quot;34894&quot;:18709,&quot;34895&quot;:18710,&quot;34896&quot;:18711,&quot;34897&quot;:18712,&quot;34898&quot;:18713,&quot;34901&quot;:18714,&quot;34902&quot;:18715,&quot;34904&quot;:18716,&quot;34906&quot;:18717,&quot;34908&quot;:18718,&quot;34910&quot;:18719,&quot;34911&quot;:18720,&quot;34912&quot;:18721,&quot;34918&quot;:18722,&quot;34919&quot;:18723,&quot;34922&quot;:18724,&quot;34925&quot;:18725,&quot;34927&quot;:18726,&quot;34929&quot;:18727,&quot;34931&quot;:18728,&quot;34932&quot;:18729,&quot;34933&quot;:18730,&quot;34934&quot;:18731,&quot;34936&quot;:18732,&quot;34938&quot;:18733,&quot;34939&quot;:18734,&quot;34940&quot;:18735,&quot;34944&quot;:18736,&quot;34947&quot;:18737,&quot;34950&quot;:18738,&quot;34951&quot;:18739,&quot;34953&quot;:18740,&quot;34954&quot;:18741,&quot;34956&quot;:18742,&quot;34958&quot;:18743,&quot;34959&quot;:18744,&quot;34960&quot;:18745,&quot;34961&quot;:18746,&quot;34963&quot;:18747,&quot;34964&quot;:18748,&quot;34965&quot;:18749,&quot;34967&quot;:18750,&quot;34968&quot;:18751,&quot;34969&quot;:18752,&quot;34970&quot;:18753,&quot;34971&quot;:18754,&quot;34973&quot;:18755,&quot;34974&quot;:18756,&quot;34975&quot;:18757,&quot;34976&quot;:18758,&quot;34977&quot;:18759,&quot;34979&quot;:18760,&quot;34981&quot;:18761,&quot;34982&quot;:18762,&quot;34983&quot;:18763,&quot;34984&quot;:18764,&quot;34985&quot;:18765,&quot;34986&quot;:18766,&quot;34988&quot;:18767,&quot;34990&quot;:18768,&quot;34991&quot;:18769,&quot;34992&quot;:18770,&quot;34994&quot;:18771,&quot;34995&quot;:18772,&quot;34996&quot;:18773,&quot;34997&quot;:18774,&quot;34998&quot;:18775,&quot;35000&quot;:18776,&quot;35001&quot;:18777,&quot;35002&quot;:18778,&quot;35003&quot;:18779,&quot;35005&quot;:18780,&quot;35006&quot;:18781,&quot;35007&quot;:18782,&quot;35008&quot;:18783,&quot;35011&quot;:18784,&quot;35012&quot;:18785,&quot;35015&quot;:18786,&quot;35016&quot;:18787,&quot;35019&quot;:18788,&quot;35020&quot;:18789,&quot;35021&quot;:18790,&quot;35024&quot;:18791,&quot;35025&quot;:18792,&quot;35027&quot;:18793,&quot;35030&quot;:18794,&quot;35031&quot;:18795,&quot;35034&quot;:18796,&quot;35035&quot;:18797,&quot;35038&quot;:18798,&quot;35040&quot;:18799,&quot;35041&quot;:18800,&quot;35046&quot;:18801,&quot;35047&quot;:18802,&quot;35049&quot;:18803,&quot;35050&quot;:18804,&quot;35051&quot;:18805,&quot;35052&quot;:18806,&quot;35053&quot;:18807,&quot;35054&quot;:18808,&quot;35055&quot;:18809,&quot;35058&quot;:18810,&quot;35061&quot;:18811,&quot;35062&quot;:18812,&quot;35063&quot;:18813,&quot;35066&quot;:18814,&quot;35067&quot;:18815,&quot;35071&quot;:18816,&quot;35072&quot;:18817,&quot;35073&quot;:18818,&quot;35075&quot;:18819,&quot;35076&quot;:18820,&quot;35077&quot;:18821,&quot;35078&quot;:18822,&quot;35080&quot;:18823,&quot;35081&quot;:18824,&quot;35083&quot;:18825,&quot;35084&quot;:18826,&quot;35085&quot;:18827,&quot;35086&quot;:18828,&quot;35087&quot;:18829,&quot;35089&quot;:18830,&quot;35092&quot;:18831,&quot;35093&quot;:18832,&quot;35094&quot;:18833,&quot;35095&quot;:18834,&quot;35096&quot;:18835,&quot;35100&quot;:18836,&quot;35101&quot;:18837,&quot;35102&quot;:18838,&quot;35103&quot;:18839,&quot;35104&quot;:18840,&quot;35106&quot;:18841,&quot;35107&quot;:18842,&quot;35108&quot;:18843,&quot;35110&quot;:18844,&quot;35111&quot;:18845,&quot;35112&quot;:18846,&quot;35113&quot;:18847,&quot;35116&quot;:18848,&quot;35117&quot;:18849,&quot;35118&quot;:18850,&quot;35119&quot;:18851,&quot;35121&quot;:18852,&quot;35125&quot;:18853,&quot;35127&quot;:18854,&quot;35129&quot;:18855,&quot;35130&quot;:18856,&quot;35132&quot;:18857,&quot;35133&quot;:18858,&quot;35134&quot;:18859,&quot;35135&quot;:18860,&quot;35136&quot;:18861,&quot;35138&quot;:18862,&quot;35139&quot;:18863,&quot;35141&quot;:18864,&quot;35142&quot;:18865,&quot;35144&quot;:18866,&quot;35145&quot;:18867,&quot;35146&quot;:18868,&quot;35147&quot;:18869,&quot;35148&quot;:18870,&quot;35149&quot;:18871,&quot;35150&quot;:18872,&quot;35151&quot;:18873,&quot;35152&quot;:18874,&quot;35153&quot;:18875,&quot;35154&quot;:18876,&quot;35155&quot;:18877,&quot;35156&quot;:18878,&quot;35157&quot;:18879,&quot;35159&quot;:18880,&quot;35160&quot;:18881,&quot;35161&quot;:18882,&quot;35162&quot;:18883,&quot;35163&quot;:18884,&quot;35164&quot;:18885,&quot;35169&quot;:18886,&quot;35170&quot;:18887,&quot;35171&quot;:18888,&quot;35173&quot;:18889,&quot;35175&quot;:18890,&quot;35176&quot;:18891,&quot;35177&quot;:18892,&quot;35179&quot;:18893,&quot;35181&quot;:18894,&quot;35182&quot;:18895,&quot;35184&quot;:18896,&quot;35185&quot;:18897,&quot;35187&quot;:18898,&quot;35188&quot;:18899,&quot;35189&quot;:18900,&quot;35190&quot;:18901,&quot;35191&quot;:18902,&quot;35192&quot;:18903,&quot;35193&quot;:18904,&quot;35194&quot;:18905,&quot;35196&quot;:18906,&quot;35197&quot;:18907,&quot;12177&quot;:18908,&quot;35198&quot;:18908,&quot;35200&quot;:18909,&quot;35202&quot;:18910,&quot;35204&quot;:18911,&quot;35205&quot;:18912,&quot;35207&quot;:18913,&quot;35208&quot;:18914,&quot;35209&quot;:18915,&quot;35210&quot;:18916,&quot;35212&quot;:18917,&quot;35213&quot;:18918,&quot;35214&quot;:18919,&quot;35216&quot;:18920,&quot;35217&quot;:18921,&quot;35218&quot;:18922,&quot;35220&quot;:18923,&quot;35221&quot;:18924,&quot;35223&quot;:18925,&quot;35225&quot;:18926,&quot;35226&quot;:18927,&quot;35227&quot;:18928,&quot;35228&quot;:18929,&quot;35229&quot;:18930,&quot;35230&quot;:18931,&quot;35231&quot;:18932,&quot;35232&quot;:18933,&quot;35234&quot;:18934,&quot;35235&quot;:18935,&quot;35236&quot;:18936,&quot;35237&quot;:18937,&quot;35239&quot;:18938,&quot;35240&quot;:18939,&quot;35241&quot;:18940,&quot;35243&quot;:18941,&quot;35245&quot;:18942,&quot;35246&quot;:18943,&quot;35248&quot;:18944,&quot;35249&quot;:18945,&quot;35251&quot;:18946,&quot;35252&quot;:18947,&quot;35253&quot;:18948,&quot;35254&quot;:18949,&quot;35256&quot;:18950,&quot;35257&quot;:18951,&quot;35259&quot;:18952,&quot;35260&quot;:18953,&quot;35262&quot;:18954,&quot;35267&quot;:18955,&quot;35277&quot;:18956,&quot;35283&quot;:18957,&quot;35284&quot;:18958,&quot;35285&quot;:18959,&quot;35287&quot;:18960,&quot;35288&quot;:18961,&quot;35289&quot;:18962,&quot;35291&quot;:18963,&quot;35293&quot;:18964,&quot;35295&quot;:18965,&quot;35296&quot;:18966,&quot;35297&quot;:18967,&quot;35298&quot;:18968,&quot;35300&quot;:18969,&quot;35303&quot;:18970,&quot;35304&quot;:18971,&quot;35305&quot;:18972,&quot;35306&quot;:18973,&quot;35308&quot;:18974,&quot;35309&quot;:18975,&quot;35310&quot;:18976,&quot;35312&quot;:18977,&quot;35313&quot;:18978,&quot;35314&quot;:18979,&quot;35317&quot;:18980,&quot;35319&quot;:18981,&quot;35321&quot;:18982,&quot;35322&quot;:18983,&quot;35323&quot;:18984,&quot;35324&quot;:18985,&quot;35325&quot;:18986,&quot;35326&quot;:18987,&quot;35327&quot;:18988,&quot;35332&quot;:18989,&quot;35333&quot;:18990,&quot;35334&quot;:18991,&quot;35337&quot;:18992,&quot;35339&quot;:18993,&quot;35341&quot;:18994,&quot;35343&quot;:18995,&quot;35345&quot;:18996,&quot;35346&quot;:18997,&quot;35348&quot;:18998,&quot;35351&quot;:18999,&quot;35353&quot;:19000,&quot;35354&quot;:19001,&quot;35356&quot;:19002,&quot;35358&quot;:19003,&quot;35360&quot;:19004,&quot;35361&quot;:19005,&quot;35362&quot;:19006,&quot;35364&quot;:19007,&quot;35366&quot;:19008,&quot;35367&quot;:19009,&quot;35368&quot;:19010,&quot;35369&quot;:19011,&quot;35371&quot;:19012,&quot;35372&quot;:19013,&quot;35374&quot;:19014,&quot;35375&quot;:19015,&quot;35376&quot;:19016,&quot;35378&quot;:19017,&quot;35379&quot;:19018,&quot;35381&quot;:19019,&quot;35383&quot;:19020,&quot;35384&quot;:19021,&quot;35385&quot;:19022,&quot;35387&quot;:19023,&quot;35388&quot;:19024,&quot;35389&quot;:19025,&quot;35391&quot;:19026,&quot;35392&quot;:19027,&quot;35394&quot;:19028,&quot;35395&quot;:19029,&quot;35396&quot;:19030,&quot;35397&quot;:19031,&quot;35399&quot;:19032,&quot;35401&quot;:19033,&quot;35402&quot;:19034,&quot;35403&quot;:19035,&quot;35404&quot;:19036,&quot;35405&quot;:19037,&quot;35407&quot;:19038,&quot;35409&quot;:19039,&quot;35411&quot;:19040,&quot;35414&quot;:19041,&quot;35415&quot;:19042,&quot;35417&quot;:19043,&quot;35418&quot;:19044,&quot;35420&quot;:19045,&quot;35421&quot;:19046,&quot;35423&quot;:19047,&quot;35424&quot;:19048,&quot;35428&quot;:19049,&quot;35429&quot;:19050,&quot;35431&quot;:19051,&quot;35432&quot;:19052,&quot;35434&quot;:19053,&quot;35439&quot;:19054,&quot;35444&quot;:19055,&quot;35446&quot;:19056,&quot;35447&quot;:19057,&quot;35448&quot;:19058,&quot;35450&quot;:19059,&quot;35451&quot;:19060,&quot;35453&quot;:19061,&quot;35454&quot;:19062,&quot;35456&quot;:19063,&quot;35457&quot;:19064,&quot;35458&quot;:19065,&quot;35459&quot;:19066,&quot;35464&quot;:19067,&quot;35467&quot;:19068,&quot;35468&quot;:19069,&quot;35470&quot;:19070,&quot;35471&quot;:19071,&quot;35472&quot;:19072,&quot;35476&quot;:19073,&quot;35478&quot;:19074,&quot;35479&quot;:19075,&quot;35481&quot;:19076,&quot;35483&quot;:19077,&quot;35484&quot;:19078,&quot;35485&quot;:19079,&quot;35487&quot;:19080,&quot;35490&quot;:19081,&quot;35495&quot;:19082,&quot;35497&quot;:19083,&quot;35498&quot;:19084,&quot;35499&quot;:19085,&quot;35501&quot;:19086,&quot;35502&quot;:19087,&quot;35503&quot;:19088,&quot;35505&quot;:19089,&quot;35507&quot;:19090,&quot;35508&quot;:19091,&quot;35509&quot;:19092,&quot;35511&quot;:19093,&quot;35512&quot;:19094,&quot;35514&quot;:19095,&quot;35515&quot;:19096,&quot;35517&quot;:19097,&quot;35518&quot;:19098,&quot;35520&quot;:19099,&quot;35521&quot;:19100,&quot;35523&quot;:19101,&quot;35525&quot;:19102,&quot;35526&quot;:19103,&quot;35528&quot;:19104,&quot;35530&quot;:19105,&quot;35532&quot;:19106,&quot;35534&quot;:19107,&quot;35536&quot;:19108,&quot;35539&quot;:19109,&quot;35540&quot;:19110,&quot;35541&quot;:19111,&quot;35544&quot;:19112,&quot;35545&quot;:19113,&quot;35546&quot;:19114,&quot;35549&quot;:19115,&quot;35551&quot;:19116,&quot;35552&quot;:19117,&quot;35553&quot;:19118,&quot;35555&quot;:19119,&quot;35557&quot;:19120,&quot;35560&quot;:19121,&quot;35561&quot;:19122,&quot;35562&quot;:19123,&quot;35564&quot;:19124,&quot;35567&quot;:19125,&quot;35568&quot;:19126,&quot;35570&quot;:19127,&quot;35572&quot;:19128,&quot;35573&quot;:19129,&quot;35577&quot;:19130,&quot;35579&quot;:19131,&quot;35581&quot;:19132,&quot;35583&quot;:19133,&quot;35587&quot;:19134,&quot;35590&quot;:19135,&quot;35592&quot;:19136,&quot;35593&quot;:19137,&quot;35595&quot;:19138,&quot;35596&quot;:19139,&quot;35597&quot;:19140,&quot;35599&quot;:19141,&quot;35601&quot;:19142,&quot;35602&quot;:19143,&quot;35603&quot;:19144,&quot;35605&quot;:19145,&quot;35608&quot;:19146,&quot;35612&quot;:19147,&quot;35614&quot;:19148,&quot;35615&quot;:19149,&quot;35616&quot;:19150,&quot;35618&quot;:19151,&quot;35619&quot;:19152,&quot;35620&quot;:19153,&quot;35621&quot;:19154,&quot;35623&quot;:19155,&quot;35625&quot;:19156,&quot;35626&quot;:19157,&quot;35630&quot;:19158,&quot;35631&quot;:19159,&quot;35632&quot;:19160,&quot;35633&quot;:19161,&quot;35634&quot;:19162,&quot;35636&quot;:19163,&quot;35637&quot;:19164,&quot;35638&quot;:19165,&quot;35639&quot;:19166,&quot;35640&quot;:19167,&quot;35642&quot;:19168,&quot;35643&quot;:19169,&quot;35644&quot;:19170,&quot;35645&quot;:19171,&quot;35647&quot;:19172,&quot;35648&quot;:19173,&quot;35649&quot;:19174,&quot;35650&quot;:19175,&quot;35651&quot;:19176,&quot;35652&quot;:19177,&quot;35653&quot;:19178,&quot;35654&quot;:19179,&quot;35655&quot;:19180,&quot;35656&quot;:19181,&quot;35658&quot;:19182,&quot;35659&quot;:19183,&quot;35660&quot;:19184,&quot;35661&quot;:19185,&quot;35664&quot;:19186,&quot;35665&quot;:19187,&quot;35666&quot;:19188,&quot;35667&quot;:19189,&quot;35668&quot;:19190,&quot;35669&quot;:19191,&quot;35671&quot;:19192,&quot;35675&quot;:19193,&quot;35677&quot;:19194,&quot;35678&quot;:19195,&quot;35679&quot;:19196,&quot;35680&quot;:19197,&quot;35681&quot;:19198,&quot;35682&quot;:19199,&quot;35683&quot;:19200,&quot;35684&quot;:19201,&quot;35685&quot;:19202,&quot;35687&quot;:19203,&quot;35688&quot;:19204,&quot;35689&quot;:19205,&quot;35690&quot;:19206,&quot;35693&quot;:19207,&quot;35694&quot;:19208,&quot;35697&quot;:19209,&quot;35698&quot;:19210,&quot;35699&quot;:19211,&quot;35701&quot;:19212,&quot;35702&quot;:19213,&quot;35704&quot;:19214,&quot;35705&quot;:19215,&quot;35706&quot;:19216,&quot;35707&quot;:19217,&quot;35708&quot;:19218,&quot;35710&quot;:19219,&quot;35711&quot;:19220,&quot;35713&quot;:19221,&quot;35714&quot;:19222,&quot;35715&quot;:19223,&quot;35716&quot;:19224,&quot;35717&quot;:19225,&quot;35718&quot;:19226,&quot;35719&quot;:19227,&quot;35720&quot;:19228,&quot;35721&quot;:19229,&quot;35723&quot;:19230,&quot;35724&quot;:19231,&quot;35725&quot;:19232,&quot;35727&quot;:19233,&quot;35728&quot;:19234,&quot;35729&quot;:19235,&quot;35732&quot;:19236,&quot;35735&quot;:19237,&quot;35736&quot;:19238,&quot;35737&quot;:19239,&quot;35738&quot;:19240,&quot;35739&quot;:19241,&quot;35741&quot;:19242,&quot;35743&quot;:19243,&quot;35756&quot;:19244,&quot;35761&quot;:19245,&quot;35771&quot;:19246,&quot;35783&quot;:19247,&quot;35792&quot;:19248,&quot;35818&quot;:19249,&quot;35849&quot;:19250,&quot;35870&quot;:19251,&quot;35896&quot;:19252,&quot;35897&quot;:19253,&quot;35898&quot;:19254,&quot;35899&quot;:19255,&quot;35900&quot;:19256,&quot;35901&quot;:19257,&quot;35902&quot;:19258,&quot;35903&quot;:19259,&quot;35904&quot;:19260,&quot;35906&quot;:19261,&quot;35907&quot;:19262,&quot;35908&quot;:19263,&quot;35909&quot;:19264,&quot;35914&quot;:19265,&quot;35915&quot;:19266,&quot;35917&quot;:19267,&quot;35918&quot;:19268,&quot;35919&quot;:19269,&quot;35921&quot;:19270,&quot;35922&quot;:19271,&quot;35923&quot;:19272,&quot;35924&quot;:19273,&quot;35926&quot;:19274,&quot;35927&quot;:19275,&quot;35928&quot;:19276,&quot;35929&quot;:19277,&quot;35931&quot;:19278,&quot;35932&quot;:19279,&quot;35933&quot;:19280,&quot;35934&quot;:19281,&quot;35935&quot;:19282,&quot;35936&quot;:19283,&quot;35939&quot;:19284,&quot;35940&quot;:19285,&quot;35941&quot;:19286,&quot;35942&quot;:19287,&quot;35943&quot;:19288,&quot;35944&quot;:19289,&quot;35945&quot;:19290,&quot;35948&quot;:19291,&quot;35949&quot;:19292,&quot;35950&quot;:19293,&quot;35951&quot;:19294,&quot;35952&quot;:19295,&quot;35953&quot;:19296,&quot;35954&quot;:19297,&quot;35956&quot;:19298,&quot;35957&quot;:19299,&quot;35958&quot;:19300,&quot;35959&quot;:19301,&quot;35963&quot;:19302,&quot;35964&quot;:19303,&quot;35965&quot;:19304,&quot;35966&quot;:19305,&quot;35967&quot;:19306,&quot;35968&quot;:19307,&quot;35969&quot;:19308,&quot;35971&quot;:19309,&quot;35972&quot;:19310,&quot;35974&quot;:19311,&quot;35975&quot;:19312,&quot;35976&quot;:19313,&quot;35979&quot;:19314,&quot;35981&quot;:19315,&quot;35982&quot;:19316,&quot;35983&quot;:19317,&quot;35984&quot;:19318,&quot;35985&quot;:19319,&quot;35986&quot;:19320,&quot;35987&quot;:19321,&quot;35989&quot;:19322,&quot;35990&quot;:19323,&quot;35991&quot;:19324,&quot;35993&quot;:19325,&quot;35994&quot;:19326,&quot;35995&quot;:19327,&quot;35996&quot;:19328,&quot;35999&quot;:19329,&quot;36003&quot;:19330,&quot;36004&quot;:19331,&quot;36005&quot;:19332,&quot;36006&quot;:19333,&quot;36013&quot;:19334,&quot;36014&quot;:19335,&quot;36017&quot;:19336,&quot;36021&quot;:19337,&quot;36025&quot;:19338,&quot;36030&quot;:19339,&quot;36038&quot;:19340,&quot;36041&quot;:19341,&quot;36043&quot;:19342,&quot;36044&quot;:19343,&quot;36045&quot;:19344,&quot;36046&quot;:19345,&quot;36047&quot;:19346,&quot;36048&quot;:19347,&quot;36052&quot;:19348,&quot;36054&quot;:19349,&quot;36055&quot;:19350,&quot;36056&quot;:19351,&quot;36057&quot;:19352,&quot;36059&quot;:19353,&quot;36061&quot;:19354,&quot;36063&quot;:19355,&quot;36069&quot;:19356,&quot;36072&quot;:19357,&quot;36073&quot;:19358,&quot;36078&quot;:19359,&quot;36079&quot;:19360,&quot;36080&quot;:19361,&quot;36081&quot;:19362,&quot;36082&quot;:19363,&quot;36083&quot;:19364,&quot;36085&quot;:19365,&quot;36086&quot;:19366,&quot;36087&quot;:19367,&quot;36088&quot;:19368,&quot;36089&quot;:19369,&quot;36095&quot;:19370,&quot;36096&quot;:19371,&quot;36097&quot;:19372,&quot;36098&quot;:19373,&quot;36099&quot;:19374,&quot;36102&quot;:19375,&quot;36103&quot;:19376,&quot;36105&quot;:19377,&quot;36108&quot;:19378,&quot;36110&quot;:19379,&quot;36113&quot;:19380,&quot;36114&quot;:19381,&quot;36115&quot;:19382,&quot;36116&quot;:19383,&quot;36117&quot;:19384,&quot;36119&quot;:19385,&quot;36120&quot;:19386,&quot;36121&quot;:19387,&quot;36122&quot;:19388,&quot;36128&quot;:19389,&quot;36177&quot;:19390,&quot;36178&quot;:19391,&quot;36183&quot;:19392,&quot;36191&quot;:19393,&quot;36197&quot;:19394,&quot;36200&quot;:19395,&quot;36201&quot;:19396,&quot;36202&quot;:19397,&quot;36204&quot;:19398,&quot;36206&quot;:19399,&quot;36207&quot;:19400,&quot;36209&quot;:19401,&quot;36210&quot;:19402,&quot;36216&quot;:19403,&quot;36217&quot;:19404,&quot;36218&quot;:19405,&quot;36219&quot;:19406,&quot;36220&quot;:19407,&quot;36221&quot;:19408,&quot;36222&quot;:19409,&quot;36223&quot;:19410,&quot;36224&quot;:19411,&quot;36226&quot;:19412,&quot;36227&quot;:19413,&quot;36230&quot;:19414,&quot;36231&quot;:19415,&quot;36232&quot;:19416,&quot;36233&quot;:19417,&quot;36236&quot;:19418,&quot;36237&quot;:19419,&quot;36238&quot;:19420,&quot;36239&quot;:19421,&quot;36240&quot;:19422,&quot;36242&quot;:19423,&quot;36243&quot;:19424,&quot;36246&quot;:19425,&quot;36247&quot;:19426,&quot;36248&quot;:19427,&quot;36250&quot;:19428,&quot;36251&quot;:19429,&quot;36252&quot;:19430,&quot;36253&quot;:19431,&quot;36254&quot;:19432,&quot;36256&quot;:19433,&quot;36257&quot;:19434,&quot;36258&quot;:19435,&quot;36260&quot;:19436,&quot;36261&quot;:19437,&quot;36262&quot;:19438,&quot;36263&quot;:19439,&quot;36265&quot;:19440,&quot;36266&quot;:19441,&quot;36267&quot;:19442,&quot;36268&quot;:19443,&quot;36269&quot;:19444,&quot;36270&quot;:19445,&quot;36271&quot;:19446,&quot;36272&quot;:19447,&quot;36278&quot;:19448,&quot;36279&quot;:19449,&quot;36281&quot;:19450,&quot;36283&quot;:19451,&quot;36285&quot;:19452,&quot;36288&quot;:19453,&quot;36289&quot;:19454,&quot;36290&quot;:19455,&quot;36293&quot;:19456,&quot;36295&quot;:19457,&quot;36296&quot;:19458,&quot;36297&quot;:19459,&quot;36298&quot;:19460,&quot;36301&quot;:19461,&quot;36304&quot;:19462,&quot;36306&quot;:19463,&quot;36307&quot;:19464,&quot;36308&quot;:19465,&quot;36309&quot;:19466,&quot;36312&quot;:19467,&quot;36313&quot;:19468,&quot;36316&quot;:19469,&quot;36320&quot;:19470,&quot;36321&quot;:19471,&quot;36322&quot;:19472,&quot;36325&quot;:19473,&quot;36326&quot;:19474,&quot;36327&quot;:19475,&quot;36329&quot;:19476,&quot;36333&quot;:19477,&quot;36334&quot;:19478,&quot;36336&quot;:19479,&quot;36337&quot;:19480,&quot;36338&quot;:19481,&quot;36340&quot;:19482,&quot;36342&quot;:19483,&quot;36348&quot;:19484,&quot;36350&quot;:19485,&quot;36351&quot;:19486,&quot;36352&quot;:19487,&quot;36353&quot;:19488,&quot;36354&quot;:19489,&quot;36355&quot;:19490,&quot;36356&quot;:19491,&quot;36358&quot;:19492,&quot;36359&quot;:19493,&quot;36360&quot;:19494,&quot;36363&quot;:19495,&quot;36365&quot;:19496,&quot;36366&quot;:19497,&quot;36369&quot;:19498,&quot;36370&quot;:19499,&quot;36371&quot;:19500,&quot;36373&quot;:19501,&quot;36374&quot;:19502,&quot;36375&quot;:19503,&quot;36376&quot;:19504,&quot;36377&quot;:19505,&quot;36378&quot;:19506,&quot;36379&quot;:19507,&quot;36380&quot;:19508,&quot;36384&quot;:19509,&quot;36385&quot;:19510,&quot;36388&quot;:19511,&quot;36389&quot;:19512,&quot;36390&quot;:19513,&quot;36391&quot;:19514,&quot;36392&quot;:19515,&quot;36395&quot;:19516,&quot;36397&quot;:19517,&quot;36400&quot;:19518,&quot;36402&quot;:19519,&quot;36403&quot;:19520,&quot;36406&quot;:19521,&quot;36407&quot;:19522,&quot;36408&quot;:19523,&quot;36411&quot;:19524,&quot;36412&quot;:19525,&quot;36414&quot;:19526,&quot;36415&quot;:19527,&quot;36419&quot;:19528,&quot;36421&quot;:19529,&quot;36422&quot;:19530,&quot;36429&quot;:19531,&quot;36430&quot;:19532,&quot;36431&quot;:19533,&quot;36432&quot;:19534,&quot;36435&quot;:19535,&quot;36436&quot;:19536,&quot;36438&quot;:19537,&quot;36439&quot;:19538,&quot;36440&quot;:19539,&quot;36442&quot;:19540,&quot;36443&quot;:19541,&quot;36444&quot;:19542,&quot;36445&quot;:19543,&quot;36446&quot;:19544,&quot;36447&quot;:19545,&quot;36448&quot;:19546,&quot;36449&quot;:19547,&quot;36450&quot;:19548,&quot;36452&quot;:19549,&quot;36453&quot;:19550,&quot;36455&quot;:19551,&quot;36456&quot;:19552,&quot;36458&quot;:19553,&quot;36459&quot;:19554,&quot;36462&quot;:19555,&quot;36465&quot;:19556,&quot;36467&quot;:19557,&quot;36469&quot;:19558,&quot;36471&quot;:19559,&quot;36472&quot;:19560,&quot;36473&quot;:19561,&quot;36475&quot;:19562,&quot;36477&quot;:19563,&quot;36478&quot;:19564,&quot;36480&quot;:19565,&quot;36482&quot;:19566,&quot;36483&quot;:19567,&quot;36484&quot;:19568,&quot;36486&quot;:19569,&quot;36488&quot;:19570,&quot;36492&quot;:19571,&quot;36494&quot;:19572,&quot;36501&quot;:19573,&quot;36502&quot;:19574,&quot;36503&quot;:19575,&quot;36504&quot;:19576,&quot;36505&quot;:19577,&quot;36507&quot;:19578,&quot;36509&quot;:19579,&quot;36511&quot;:19580,&quot;36512&quot;:19581,&quot;36514&quot;:19582,&quot;36515&quot;:19583,&quot;36516&quot;:19584,&quot;36519&quot;:19585,&quot;36520&quot;:19586,&quot;36521&quot;:19587,&quot;36525&quot;:19588,&quot;36526&quot;:19589,&quot;36528&quot;:19590,&quot;36529&quot;:19591,&quot;36531&quot;:19592,&quot;36532&quot;:19593,&quot;36533&quot;:19594,&quot;36534&quot;:19595,&quot;36535&quot;:19596,&quot;36536&quot;:19597,&quot;36537&quot;:19598,&quot;36539&quot;:19599,&quot;36540&quot;:19600,&quot;36541&quot;:19601,&quot;36542&quot;:19602,&quot;36543&quot;:19603,&quot;36545&quot;:19604,&quot;36546&quot;:19605,&quot;36547&quot;:19606,&quot;36548&quot;:19607,&quot;36549&quot;:19608,&quot;36550&quot;:19609,&quot;36551&quot;:19610,&quot;36552&quot;:19611,&quot;36553&quot;:19612,&quot;36559&quot;:19613,&quot;36560&quot;:19614,&quot;36561&quot;:19615,&quot;36563&quot;:19616,&quot;36565&quot;:19617,&quot;36566&quot;:19618,&quot;36567&quot;:19619,&quot;36568&quot;:19620,&quot;36569&quot;:19621,&quot;36570&quot;:19622,&quot;36572&quot;:19623,&quot;36573&quot;:19624,&quot;36574&quot;:19625,&quot;36576&quot;:19626,&quot;36577&quot;:19627,&quot;36578&quot;:19628,&quot;36579&quot;:19629,&quot;36581&quot;:19630,&quot;36582&quot;:19631,&quot;36583&quot;:19632,&quot;36584&quot;:19633,&quot;36585&quot;:19634,&quot;36586&quot;:19635,&quot;36588&quot;:19636,&quot;36589&quot;:19637,&quot;36590&quot;:19638,&quot;36591&quot;:19639,&quot;36592&quot;:19640,&quot;36593&quot;:19641,&quot;36595&quot;:19642,&quot;36596&quot;:19643,&quot;36597&quot;:19644,&quot;36598&quot;:19645,&quot;36599&quot;:19646,&quot;36605&quot;:19647,&quot;36607&quot;:19648,&quot;36608&quot;:19649,&quot;36609&quot;:19650,&quot;36610&quot;:19651,&quot;36612&quot;:19652,&quot;36614&quot;:19653,&quot;36616&quot;:19654,&quot;36619&quot;:19655,&quot;36620&quot;:19656,&quot;36621&quot;:19657,&quot;36622&quot;:19658,&quot;36623&quot;:19659,&quot;36624&quot;:19660,&quot;36625&quot;:19661,&quot;36627&quot;:19662,&quot;36630&quot;:19663,&quot;36631&quot;:19664,&quot;36632&quot;:19665,&quot;36633&quot;:19666,&quot;36634&quot;:19667,&quot;36640&quot;:19668,&quot;36641&quot;:19669,&quot;36642&quot;:19670,&quot;36643&quot;:19671,&quot;36644&quot;:19672,&quot;36647&quot;:19673,&quot;36648&quot;:19674,&quot;36651&quot;:19675,&quot;36652&quot;:19676,&quot;36653&quot;:19677,&quot;36654&quot;:19678,&quot;36656&quot;:19679,&quot;36657&quot;:19680,&quot;36658&quot;:19681,&quot;36660&quot;:19682,&quot;36661&quot;:19683,&quot;36662&quot;:19684,&quot;36663&quot;:19685,&quot;36665&quot;:19686,&quot;36666&quot;:19687,&quot;36668&quot;:19688,&quot;36669&quot;:19689,&quot;36672&quot;:19690,&quot;36673&quot;:19691,&quot;36675&quot;:19692,&quot;36679&quot;:19693,&quot;36680&quot;:19694,&quot;36682&quot;:19695,&quot;36683&quot;:19696,&quot;36684&quot;:19697,&quot;36687&quot;:19698,&quot;36688&quot;:19699,&quot;36689&quot;:19700,&quot;36690&quot;:19701,&quot;36691&quot;:19702,&quot;36693&quot;:19703,&quot;36694&quot;:19704,&quot;36695&quot;:19705,&quot;36696&quot;:19706,&quot;36697&quot;:19707,&quot;36698&quot;:19708,&quot;36699&quot;:19709,&quot;36700&quot;:19710,&quot;36701&quot;:19711,&quot;36702&quot;:19712,&quot;36704&quot;:19713,&quot;36707&quot;:19714,&quot;36709&quot;:19715,&quot;36714&quot;:19716,&quot;36736&quot;:19717,&quot;36748&quot;:19718,&quot;36754&quot;:19719,&quot;36765&quot;:19720,&quot;36768&quot;:19721,&quot;36769&quot;:19722,&quot;36770&quot;:19723,&quot;36772&quot;:19724,&quot;36773&quot;:19725,&quot;36775&quot;:19726,&quot;36778&quot;:19727,&quot;36780&quot;:19728,&quot;36787&quot;:19729,&quot;36788&quot;:19730,&quot;12193&quot;:19731,&quot;36789&quot;:19731,&quot;36791&quot;:19732,&quot;36792&quot;:19733,&quot;36794&quot;:19734,&quot;36795&quot;:19735,&quot;36796&quot;:19736,&quot;36799&quot;:19737,&quot;36800&quot;:19738,&quot;36803&quot;:19739,&quot;36806&quot;:19740,&quot;36809&quot;:19741,&quot;36810&quot;:19742,&quot;36811&quot;:19743,&quot;36812&quot;:19744,&quot;36813&quot;:19745,&quot;36815&quot;:19746,&quot;36818&quot;:19747,&quot;36822&quot;:19748,&quot;36823&quot;:19749,&quot;36826&quot;:19750,&quot;36832&quot;:19751,&quot;36833&quot;:19752,&quot;36835&quot;:19753,&quot;36839&quot;:19754,&quot;36844&quot;:19755,&quot;36847&quot;:19756,&quot;36849&quot;:19757,&quot;36850&quot;:19758,&quot;36853&quot;:19759,&quot;36854&quot;:19760,&quot;36858&quot;:19761,&quot;36859&quot;:19762,&quot;36860&quot;:19763,&quot;36862&quot;:19764,&quot;36863&quot;:19765,&quot;36871&quot;:19766,&quot;36872&quot;:19767,&quot;36876&quot;:19768,&quot;36878&quot;:19769,&quot;36883&quot;:19770,&quot;36888&quot;:19771,&quot;36892&quot;:19772,&quot;36900&quot;:19773,&quot;36901&quot;:19774,&quot;36903&quot;:19775,&quot;36904&quot;:19776,&quot;36905&quot;:19777,&quot;36906&quot;:19778,&quot;36907&quot;:19779,&quot;36908&quot;:19780,&quot;36912&quot;:19781,&quot;36913&quot;:19782,&quot;36915&quot;:19783,&quot;36916&quot;:19784,&quot;36919&quot;:19785,&quot;36921&quot;:19786,&quot;36922&quot;:19787,&quot;36925&quot;:19788,&quot;36927&quot;:19789,&quot;36928&quot;:19790,&quot;36931&quot;:19791,&quot;36933&quot;:19792,&quot;36934&quot;:19793,&quot;36936&quot;:19794,&quot;36937&quot;:19795,&quot;36938&quot;:19796,&quot;36940&quot;:19797,&quot;36950&quot;:19798,&quot;36953&quot;:19799,&quot;36954&quot;:19800,&quot;36957&quot;:19801,&quot;36959&quot;:19802,&quot;36961&quot;:19803,&quot;36964&quot;:19804,&quot;36966&quot;:19805,&quot;36967&quot;:19806,&quot;36970&quot;:19807,&quot;36971&quot;:19808,&quot;36972&quot;:19809,&quot;36975&quot;:19810,&quot;36976&quot;:19811,&quot;36977&quot;:19812,&quot;36979&quot;:19813,&quot;36982&quot;:19814,&quot;36985&quot;:19815,&quot;36987&quot;:19816,&quot;36990&quot;:19817,&quot;36997&quot;:19818,&quot;36998&quot;:19819,&quot;37001&quot;:19820,&quot;37004&quot;:19821,&quot;37005&quot;:19822,&quot;37006&quot;:19823,&quot;37010&quot;:19824,&quot;37012&quot;:19825,&quot;37014&quot;:19826,&quot;37016&quot;:19827,&quot;37018&quot;:19828,&quot;37020&quot;:19829,&quot;37022&quot;:19830,&quot;37023&quot;:19831,&quot;37024&quot;:19832,&quot;37028&quot;:19833,&quot;37029&quot;:19834,&quot;37031&quot;:19835,&quot;37032&quot;:19836,&quot;37033&quot;:19837,&quot;37035&quot;:19838,&quot;37037&quot;:19839,&quot;37042&quot;:19840,&quot;37047&quot;:19841,&quot;37052&quot;:19842,&quot;37053&quot;:19843,&quot;37055&quot;:19844,&quot;37056&quot;:19845,&quot;37058&quot;:19846,&quot;37059&quot;:19847,&quot;37062&quot;:19848,&quot;37064&quot;:19849,&quot;37065&quot;:19850,&quot;37067&quot;:19851,&quot;37068&quot;:19852,&quot;37069&quot;:19853,&quot;37074&quot;:19854,&quot;37076&quot;:19855,&quot;37077&quot;:19856,&quot;37078&quot;:19857,&quot;37080&quot;:19858,&quot;37081&quot;:19859,&quot;37082&quot;:19860,&quot;37086&quot;:19861,&quot;37088&quot;:19862,&quot;37091&quot;:19863,&quot;37092&quot;:19864,&quot;37093&quot;:19865,&quot;37097&quot;:19866,&quot;37098&quot;:19867,&quot;37100&quot;:19868,&quot;37102&quot;:19869,&quot;37104&quot;:19870,&quot;37105&quot;:19871,&quot;37106&quot;:19872,&quot;37107&quot;:19873,&quot;37110&quot;:19874,&quot;37111&quot;:19875,&quot;37113&quot;:19876,&quot;37114&quot;:19877,&quot;37115&quot;:19878,&quot;37116&quot;:19879,&quot;37119&quot;:19880,&quot;37120&quot;:19881,&quot;37121&quot;:19882,&quot;37123&quot;:19883,&quot;37125&quot;:19884,&quot;37127&quot;:19885,&quot;37128&quot;:19886,&quot;37130&quot;:19887,&quot;37131&quot;:19888,&quot;37132&quot;:19889,&quot;37133&quot;:19890,&quot;37134&quot;:19891,&quot;37135&quot;:19892,&quot;37136&quot;:19893,&quot;37137&quot;:19894,&quot;37139&quot;:19895,&quot;37141&quot;:19896,&quot;37143&quot;:19897,&quot;37144&quot;:19898,&quot;37146&quot;:19899,&quot;37147&quot;:19900,&quot;37148&quot;:19901,&quot;37149&quot;:19902,&quot;37151&quot;:19903,&quot;37152&quot;:19904,&quot;37153&quot;:19905,&quot;37156&quot;:19906,&quot;37157&quot;:19907,&quot;37158&quot;:19908,&quot;37160&quot;:19909,&quot;37161&quot;:19910,&quot;37162&quot;:19911,&quot;37163&quot;:19912,&quot;37164&quot;:19913,&quot;37166&quot;:19914,&quot;37171&quot;:19915,&quot;37173&quot;:19916,&quot;37175&quot;:19917,&quot;37176&quot;:19918,&quot;37179&quot;:19919,&quot;37180&quot;:19920,&quot;37181&quot;:19921,&quot;37182&quot;:19922,&quot;37183&quot;:19923,&quot;37184&quot;:19924,&quot;37185&quot;:19925,&quot;37186&quot;:19926,&quot;37188&quot;:19927,&quot;37189&quot;:19928,&quot;37191&quot;:19929,&quot;37201&quot;:19930,&quot;37203&quot;:19931,&quot;37204&quot;:19932,&quot;37205&quot;:19933,&quot;37206&quot;:19934,&quot;37208&quot;:19935,&quot;37209&quot;:19936,&quot;37211&quot;:19937,&quot;37212&quot;:19938,&quot;37215&quot;:19939,&quot;37216&quot;:19940,&quot;37222&quot;:19941,&quot;37223&quot;:19942,&quot;37224&quot;:19943,&quot;37227&quot;:19944,&quot;37229&quot;:19945,&quot;37235&quot;:19946,&quot;37242&quot;:19947,&quot;37243&quot;:19948,&quot;37244&quot;:19949,&quot;37248&quot;:19950,&quot;37249&quot;:19951,&quot;37250&quot;:19952,&quot;37251&quot;:19953,&quot;37252&quot;:19954,&quot;37254&quot;:19955,&quot;37256&quot;:19956,&quot;37258&quot;:19957,&quot;37262&quot;:19958,&quot;37263&quot;:19959,&quot;37267&quot;:19960,&quot;37268&quot;:19961,&quot;37269&quot;:19962,&quot;37271&quot;:19963,&quot;37272&quot;:19964,&quot;37273&quot;:19965,&quot;37277&quot;:19966,&quot;37278&quot;:19967,&quot;37279&quot;:19968,&quot;37280&quot;:19969,&quot;37281&quot;:19970,&quot;37284&quot;:19971,&quot;37285&quot;:19972,&quot;37286&quot;:19973,&quot;37287&quot;:19974,&quot;37288&quot;:19975,&quot;37289&quot;:19976,&quot;37296&quot;:19977,&quot;37297&quot;:19978,&quot;37298&quot;:19979,&quot;37299&quot;:19980,&quot;37302&quot;:19981,&quot;37303&quot;:19982,&quot;37304&quot;:19983,&quot;37305&quot;:19984,&quot;37307&quot;:19985,&quot;37308&quot;:19986,&quot;37309&quot;:19987,&quot;37310&quot;:19988,&quot;37311&quot;:19989,&quot;37314&quot;:19990,&quot;37316&quot;:19991,&quot;12196&quot;:19992,&quot;37318&quot;:19992,&quot;37320&quot;:19993,&quot;37328&quot;:19994,&quot;37334&quot;:19995,&quot;37338&quot;:19996,&quot;37339&quot;:19997,&quot;37342&quot;:19998,&quot;37343&quot;:19999,&quot;37344&quot;:20000,&quot;37345&quot;:20001,&quot;37346&quot;:20002,&quot;37349&quot;:20003,&quot;37350&quot;:20004,&quot;37352&quot;:20005,&quot;37354&quot;:20006,&quot;37355&quot;:20007,&quot;37356&quot;:20008,&quot;37357&quot;:20009,&quot;37358&quot;:20010,&quot;37359&quot;:20011,&quot;37360&quot;:20012,&quot;37361&quot;:20013,&quot;37362&quot;:20014,&quot;37363&quot;:20015,&quot;37364&quot;:20016,&quot;37366&quot;:20017,&quot;37368&quot;:20018,&quot;37371&quot;:20019,&quot;37372&quot;:20020,&quot;37373&quot;:20021,&quot;37374&quot;:20022,&quot;37375&quot;:20023,&quot;37378&quot;:20024,&quot;37379&quot;:20025,&quot;37381&quot;:20026,&quot;37382&quot;:20027,&quot;37383&quot;:20028,&quot;37386&quot;:20029,&quot;37387&quot;:20030,&quot;37388&quot;:20031,&quot;37391&quot;:20032,&quot;37394&quot;:20033,&quot;37395&quot;:20034,&quot;37398&quot;:20035,&quot;37399&quot;:20036,&quot;37400&quot;:20037,&quot;37401&quot;:20038,&quot;37402&quot;:20039,&quot;37403&quot;:20040,&quot;37404&quot;:20041,&quot;37405&quot;:20042,&quot;37407&quot;:20043,&quot;37408&quot;:20044,&quot;37409&quot;:20045,&quot;37410&quot;:20046,&quot;37412&quot;:20047,&quot;37416&quot;:20048,&quot;37417&quot;:20049,&quot;37418&quot;:20050,&quot;37419&quot;:20051,&quot;37420&quot;:20052,&quot;37421&quot;:20053,&quot;37423&quot;:20054,&quot;37425&quot;:20055,&quot;37426&quot;:20056,&quot;37429&quot;:20057,&quot;37430&quot;:20058,&quot;37435&quot;:20059,&quot;37436&quot;:20060,&quot;37441&quot;:20061,&quot;37442&quot;:20062,&quot;37443&quot;:20063,&quot;37444&quot;:20064,&quot;37446&quot;:20065,&quot;37447&quot;:20066,&quot;37450&quot;:20067,&quot;37451&quot;:20068,&quot;37452&quot;:20069,&quot;37454&quot;:20070,&quot;37455&quot;:20071,&quot;37456&quot;:20072,&quot;37458&quot;:20073,&quot;37459&quot;:20074,&quot;37460&quot;:20075,&quot;37462&quot;:20076,&quot;37464&quot;:20077,&quot;37465&quot;:20078,&quot;37468&quot;:20079,&quot;37469&quot;:20080,&quot;37471&quot;:20081,&quot;37472&quot;:20082,&quot;37473&quot;:20083,&quot;37475&quot;:20084,&quot;37476&quot;:20085,&quot;37477&quot;:20086,&quot;37479&quot;:20087,&quot;37480&quot;:20088,&quot;37481&quot;:20089,&quot;37482&quot;:20090,&quot;37483&quot;:20091,&quot;37486&quot;:20092,&quot;37487&quot;:20093,&quot;37488&quot;:20094,&quot;37489&quot;:20095,&quot;37490&quot;:20096,&quot;37491&quot;:20097,&quot;37493&quot;:20098,&quot;37494&quot;:20099,&quot;37495&quot;:20100,&quot;37497&quot;:20101,&quot;37500&quot;:20102,&quot;37501&quot;:20103,&quot;37502&quot;:20104,&quot;37505&quot;:20105,&quot;37506&quot;:20106,&quot;37508&quot;:20107,&quot;37510&quot;:20108,&quot;37511&quot;:20109,&quot;37512&quot;:20110,&quot;37513&quot;:20111,&quot;37514&quot;:20112,&quot;37515&quot;:20113,&quot;37516&quot;:20114,&quot;37517&quot;:20115,&quot;37519&quot;:20116,&quot;37520&quot;:20117,&quot;37522&quot;:20118,&quot;37524&quot;:20119,&quot;37525&quot;:20120,&quot;37527&quot;:20121,&quot;37529&quot;:20122,&quot;37531&quot;:20123,&quot;37533&quot;:20124,&quot;37534&quot;:20125,&quot;37535&quot;:20126,&quot;37537&quot;:20127,&quot;37538&quot;:20128,&quot;37540&quot;:20129,&quot;37543&quot;:20130,&quot;37549&quot;:20131,&quot;37551&quot;:20132,&quot;37552&quot;:20133,&quot;37554&quot;:20134,&quot;37555&quot;:20135,&quot;37556&quot;:20136,&quot;37557&quot;:20137,&quot;37558&quot;:20138,&quot;37560&quot;:20139,&quot;37562&quot;:20140,&quot;37565&quot;:20141,&quot;37566&quot;:20142,&quot;37567&quot;:20143,&quot;37568&quot;:20144,&quot;37570&quot;:20145,&quot;37572&quot;:20146,&quot;37574&quot;:20147,&quot;37577&quot;:20148,&quot;37578&quot;:20149,&quot;37579&quot;:20150,&quot;37581&quot;:20151,&quot;37582&quot;:20152,&quot;37584&quot;:20153,&quot;37585&quot;:20154,&quot;37587&quot;:20155,&quot;37588&quot;:20156,&quot;37589&quot;:20157,&quot;37590&quot;:20158,&quot;37591&quot;:20159,&quot;37592&quot;:20160,&quot;37593&quot;:20161,&quot;37594&quot;:20162,&quot;37595&quot;:20163,&quot;37596&quot;:20164,&quot;37598&quot;:20165,&quot;37600&quot;:20166,&quot;37601&quot;:20167,&quot;37602&quot;:20168,&quot;37607&quot;:20169,&quot;37609&quot;:20170,&quot;37611&quot;:20171,&quot;37612&quot;:20172,&quot;37618&quot;:20173,&quot;37619&quot;:20174,&quot;37620&quot;:20175,&quot;37621&quot;:20176,&quot;37623&quot;:20177,&quot;37625&quot;:20178,&quot;37626&quot;:20179,&quot;37627&quot;:20180,&quot;37629&quot;:20181,&quot;37630&quot;:20182,&quot;37631&quot;:20183,&quot;37632&quot;:20184,&quot;37634&quot;:20185,&quot;37635&quot;:20186,&quot;37636&quot;:20187,&quot;37637&quot;:20188,&quot;37641&quot;:20189,&quot;37642&quot;:20190,&quot;37643&quot;:20191,&quot;37644&quot;:20192,&quot;37645&quot;:20193,&quot;37646&quot;:20194,&quot;37647&quot;:20195,&quot;37649&quot;:20196,&quot;37651&quot;:20197,&quot;37652&quot;:20198,&quot;37654&quot;:20199,&quot;37655&quot;:20200,&quot;37660&quot;:20201,&quot;37661&quot;:20202,&quot;37662&quot;:20203,&quot;37665&quot;:20204,&quot;37667&quot;:20205,&quot;37668&quot;:20206,&quot;37669&quot;:20207,&quot;37671&quot;:20208,&quot;37673&quot;:20209,&quot;37674&quot;:20210,&quot;37676&quot;:20211,&quot;37677&quot;:20212,&quot;37680&quot;:20213,&quot;37681&quot;:20214,&quot;37684&quot;:20215,&quot;37685&quot;:20216,&quot;37687&quot;:20217,&quot;37689&quot;:20218,&quot;37690&quot;:20219,&quot;37691&quot;:20220,&quot;37692&quot;:20221,&quot;37693&quot;:20222,&quot;37695&quot;:20223,&quot;37698&quot;:20224,&quot;37700&quot;:20225,&quot;37701&quot;:20226,&quot;37704&quot;:20227,&quot;37705&quot;:20228,&quot;37706&quot;:20229,&quot;37708&quot;:20230,&quot;37710&quot;:20231,&quot;37711&quot;:20232,&quot;37712&quot;:20233,&quot;37713&quot;:20234,&quot;37714&quot;:20235,&quot;37715&quot;:20236,&quot;37717&quot;:20237,&quot;37718&quot;:20238,&quot;37719&quot;:20239,&quot;37721&quot;:20240,&quot;37722&quot;:20241,&quot;37724&quot;:20242,&quot;37725&quot;:20243,&quot;37726&quot;:20244,&quot;37727&quot;:20245,&quot;37728&quot;:20246,&quot;37729&quot;:20247,&quot;37730&quot;:20248,&quot;37731&quot;:20249,&quot;37734&quot;:20250,&quot;37735&quot;:20251,&quot;37736&quot;:20252,&quot;37739&quot;:20253,&quot;37741&quot;:20254,&quot;37742&quot;:20255,&quot;37743&quot;:20256,&quot;37745&quot;:20257,&quot;37746&quot;:20258,&quot;37747&quot;:20259,&quot;37748&quot;:20260,&quot;37751&quot;:20261,&quot;37752&quot;:20262,&quot;37753&quot;:20263,&quot;37755&quot;:20264,&quot;37756&quot;:20265,&quot;37757&quot;:20266,&quot;37759&quot;:20267,&quot;37760&quot;:20268,&quot;37761&quot;:20269,&quot;37763&quot;:20270,&quot;37765&quot;:20271,&quot;37766&quot;:20272,&quot;37768&quot;:20273,&quot;37769&quot;:20274,&quot;37771&quot;:20275,&quot;37772&quot;:20276,&quot;37773&quot;:20277,&quot;37774&quot;:20278,&quot;37776&quot;:20279,&quot;37777&quot;:20280,&quot;37778&quot;:20281,&quot;37779&quot;:20282,&quot;37780&quot;:20283,&quot;37781&quot;:20284,&quot;37783&quot;:20285,&quot;37785&quot;:20286,&quot;37786&quot;:20287,&quot;37787&quot;:20288,&quot;37788&quot;:20289,&quot;37789&quot;:20290,&quot;37790&quot;:20291,&quot;37791&quot;:20292,&quot;37792&quot;:20293,&quot;37793&quot;:20294,&quot;37796&quot;:20295,&quot;37797&quot;:20296,&quot;37800&quot;:20297,&quot;37803&quot;:20298,&quot;37805&quot;:20299,&quot;37807&quot;:20300,&quot;37809&quot;:20301,&quot;37810&quot;:20302,&quot;37812&quot;:20303,&quot;37814&quot;:20304,&quot;37815&quot;:20305,&quot;37817&quot;:20306,&quot;37818&quot;:20307,&quot;37819&quot;:20308,&quot;37820&quot;:20309,&quot;37821&quot;:20310,&quot;37822&quot;:20311,&quot;37824&quot;:20312,&quot;37825&quot;:20313,&quot;37826&quot;:20314,&quot;37828&quot;:20315,&quot;37829&quot;:20316,&quot;37830&quot;:20317,&quot;37833&quot;:20318,&quot;37835&quot;:20319,&quot;37838&quot;:20320,&quot;37839&quot;:20321,&quot;37840&quot;:20322,&quot;37842&quot;:20323,&quot;37843&quot;:20324,&quot;37844&quot;:20325,&quot;37845&quot;:20326,&quot;37849&quot;:20327,&quot;37850&quot;:20328,&quot;37851&quot;:20329,&quot;37856&quot;:20330,&quot;37859&quot;:20331,&quot;37861&quot;:20332,&quot;37862&quot;:20333,&quot;37863&quot;:20334,&quot;37865&quot;:20335,&quot;37866&quot;:20336,&quot;37867&quot;:20337,&quot;37868&quot;:20338,&quot;37869&quot;:20339,&quot;37870&quot;:20340,&quot;37871&quot;:20341,&quot;37872&quot;:20342,&quot;37873&quot;:20343,&quot;37874&quot;:20344,&quot;37875&quot;:20345,&quot;37876&quot;:20346,&quot;37878&quot;:20347,&quot;37880&quot;:20348,&quot;37882&quot;:20349,&quot;37883&quot;:20350,&quot;37884&quot;:20351,&quot;37885&quot;:20352,&quot;37886&quot;:20353,&quot;37887&quot;:20354,&quot;37888&quot;:20355,&quot;37889&quot;:20356,&quot;37890&quot;:20357,&quot;37892&quot;:20358,&quot;37893&quot;:20359,&quot;37894&quot;:20360,&quot;37895&quot;:20361,&quot;37896&quot;:20362,&quot;37897&quot;:20363,&quot;37898&quot;:20364,&quot;37900&quot;:20365,&quot;37901&quot;:20366,&quot;37902&quot;:20367,&quot;37903&quot;:20368,&quot;37905&quot;:20369,&quot;37909&quot;:20370,&quot;37910&quot;:20371,&quot;37911&quot;:20372,&quot;37914&quot;:20373,&quot;37915&quot;:20374,&quot;37916&quot;:20375,&quot;37918&quot;:20376,&quot;37919&quot;:20377,&quot;37921&quot;:20378,&quot;37922&quot;:20379,&quot;37923&quot;:20380,&quot;37924&quot;:20381,&quot;37925&quot;:20382,&quot;37929&quot;:20383,&quot;37930&quot;:20384,&quot;37931&quot;:20385,&quot;37932&quot;:20386,&quot;37933&quot;:20387,&quot;37935&quot;:20388,&quot;37936&quot;:20389,&quot;37937&quot;:20390,&quot;37940&quot;:20391,&quot;37942&quot;:20392,&quot;37943&quot;:20393,&quot;37945&quot;:20394,&quot;37947&quot;:20395,&quot;37948&quot;:20396,&quot;37949&quot;:20397,&quot;37952&quot;:20398,&quot;37953&quot;:20399,&quot;37954&quot;:20400,&quot;37955&quot;:20401,&quot;37957&quot;:20402,&quot;37958&quot;:20403,&quot;37959&quot;:20404,&quot;37960&quot;:20405,&quot;37961&quot;:20406,&quot;37963&quot;:20407,&quot;37965&quot;:20408,&quot;37966&quot;:20409,&quot;37967&quot;:20410,&quot;37968&quot;:20411,&quot;37969&quot;:20412,&quot;37971&quot;:20413,&quot;37973&quot;:20414,&quot;37974&quot;:20415,&quot;37975&quot;:20416,&quot;37976&quot;:20417,&quot;37977&quot;:20418,&quot;37978&quot;:20419,&quot;37979&quot;:20420,&quot;37980&quot;:20421,&quot;37981&quot;:20422,&quot;37982&quot;:20423,&quot;37983&quot;:20424,&quot;37985&quot;:20425,&quot;37986&quot;:20426,&quot;37988&quot;:20427,&quot;37990&quot;:20428,&quot;37991&quot;:20429,&quot;37992&quot;:20430,&quot;37993&quot;:20431,&quot;37994&quot;:20432,&quot;37996&quot;:20433,&quot;37998&quot;:20434,&quot;37999&quot;:20435,&quot;38001&quot;:20436,&quot;38003&quot;:20437,&quot;38004&quot;:20438,&quot;38005&quot;:20439,&quot;38006&quot;:20440,&quot;38008&quot;:20441,&quot;38010&quot;:20442,&quot;38011&quot;:20443,&quot;38016&quot;:20444,&quot;38017&quot;:20445,&quot;38018&quot;:20446,&quot;38019&quot;:20447,&quot;38020&quot;:20448,&quot;38033&quot;:20449,&quot;38038&quot;:20450,&quot;38040&quot;:20451,&quot;38087&quot;:20452,&quot;38095&quot;:20453,&quot;38099&quot;:20454,&quot;38100&quot;:20455,&quot;38106&quot;:20456,&quot;38118&quot;:20457,&quot;38139&quot;:20458,&quot;38172&quot;:20459,&quot;38176&quot;:20460,&quot;38183&quot;:20461,&quot;38195&quot;:20462,&quot;38205&quot;:20463,&quot;38211&quot;:20464,&quot;38216&quot;:20465,&quot;38219&quot;:20466,&quot;38229&quot;:20467,&quot;38234&quot;:20468,&quot;38240&quot;:20469,&quot;38254&quot;:20470,&quot;38260&quot;:20471,&quot;38261&quot;:20472,&quot;38264&quot;:20473,&quot;38265&quot;:20474,&quot;38266&quot;:20475,&quot;38267&quot;:20476,&quot;38268&quot;:20477,&quot;38269&quot;:20478,&quot;38270&quot;:20479,&quot;38273&quot;:20480,&quot;38276&quot;:20481,&quot;38277&quot;:20482,&quot;38279&quot;:20483,&quot;38280&quot;:20484,&quot;38282&quot;:20485,&quot;38285&quot;:20486,&quot;38288&quot;:20487,&quot;38290&quot;:20488,&quot;38293&quot;:20489,&quot;38294&quot;:20490,&quot;38295&quot;:20491,&quot;38297&quot;:20492,&quot;38298&quot;:20493,&quot;38299&quot;:20494,&quot;38300&quot;:20495,&quot;38301&quot;:20496,&quot;38302&quot;:20497,&quot;38303&quot;:20498,&quot;38304&quot;:20499,&quot;38306&quot;:20500,&quot;38310&quot;:20501,&quot;38311&quot;:20502,&quot;38314&quot;:20503,&quot;38318&quot;:20504,&quot;38319&quot;:20505,&quot;38320&quot;:20506,&quot;38321&quot;:20507,&quot;38323&quot;:20508,&quot;38324&quot;:20509,&quot;38325&quot;:20510,&quot;38327&quot;:20511,&quot;38328&quot;:20512,&quot;38330&quot;:20513,&quot;38336&quot;:20514,&quot;38337&quot;:20515,&quot;38338&quot;:20516,&quot;38340&quot;:20517,&quot;38341&quot;:20518,&quot;38343&quot;:20519,&quot;38345&quot;:20520,&quot;38349&quot;:20521,&quot;38350&quot;:20522,&quot;38351&quot;:20523,&quot;38353&quot;:20524,&quot;38354&quot;:20525,&quot;38355&quot;:20526,&quot;38359&quot;:20527,&quot;38360&quot;:20528,&quot;38361&quot;:20529,&quot;38362&quot;:20530,&quot;38363&quot;:20531,&quot;38365&quot;:20532,&quot;38367&quot;:20533,&quot;38368&quot;:20534,&quot;38371&quot;:20535,&quot;38372&quot;:20536,&quot;38374&quot;:20537,&quot;38375&quot;:20538,&quot;38380&quot;:20539,&quot;38399&quot;:20540,&quot;38407&quot;:20541,&quot;38419&quot;:20542,&quot;38424&quot;:20543,&quot;38427&quot;:20544,&quot;38430&quot;:20545,&quot;38432&quot;:20546,&quot;38435&quot;:20547,&quot;38436&quot;:20548,&quot;38437&quot;:20549,&quot;38438&quot;:20550,&quot;38439&quot;:20551,&quot;38440&quot;:20552,&quot;38441&quot;:20553,&quot;38443&quot;:20554,&quot;38444&quot;:20555,&quot;38445&quot;:20556,&quot;38447&quot;:20557,&quot;38448&quot;:20558,&quot;38455&quot;:20559,&quot;38456&quot;:20560,&quot;38457&quot;:20561,&quot;38458&quot;:20562,&quot;38462&quot;:20563,&quot;38465&quot;:20564,&quot;38467&quot;:20565,&quot;38474&quot;:20566,&quot;38478&quot;:20567,&quot;38479&quot;:20568,&quot;38481&quot;:20569,&quot;38482&quot;:20570,&quot;38483&quot;:20571,&quot;38486&quot;:20572,&quot;38487&quot;:20573,&quot;38489&quot;:20574,&quot;38490&quot;:20575,&quot;38492&quot;:20576,&quot;38494&quot;:20577,&quot;38496&quot;:20578,&quot;38501&quot;:20579,&quot;38502&quot;:20580,&quot;38507&quot;:20581,&quot;38509&quot;:20582,&quot;38510&quot;:20583,&quot;38511&quot;:20584,&quot;38513&quot;:20585,&quot;38521&quot;:20586,&quot;38522&quot;:20587,&quot;38523&quot;:20588,&quot;38524&quot;:20589,&quot;38526&quot;:20590,&quot;38527&quot;:20591,&quot;38528&quot;:20592,&quot;38529&quot;:20593,&quot;38530&quot;:20594,&quot;38531&quot;:20595,&quot;38532&quot;:20596,&quot;38535&quot;:20597,&quot;38537&quot;:20598,&quot;38540&quot;:20599,&quot;38545&quot;:20600,&quot;38546&quot;:20601,&quot;38547&quot;:20602,&quot;38550&quot;:20603,&quot;38554&quot;:20604,&quot;38557&quot;:20605,&quot;38558&quot;:20606,&quot;38559&quot;:20607,&quot;38560&quot;:20608,&quot;38561&quot;:20609,&quot;38562&quot;:20610,&quot;63985&quot;:20611,&quot;38563&quot;:20611,&quot;38564&quot;:20612,&quot;38565&quot;:20613,&quot;38566&quot;:20614,&quot;38569&quot;:20615,&quot;38571&quot;:20616,&quot;38572&quot;:20617,&quot;38573&quot;:20618,&quot;38574&quot;:20619,&quot;38575&quot;:20620,&quot;38578&quot;:20621,&quot;38581&quot;:20622,&quot;38583&quot;:20623,&quot;38586&quot;:20624,&quot;38591&quot;:20625,&quot;38594&quot;:20626,&quot;38595&quot;:20627,&quot;38600&quot;:20628,&quot;38602&quot;:20629,&quot;38603&quot;:20630,&quot;38608&quot;:20631,&quot;38609&quot;:20632,&quot;38611&quot;:20633,&quot;38612&quot;:20634,&quot;38615&quot;:20635,&quot;38616&quot;:20636,&quot;38618&quot;:20637,&quot;38621&quot;:20638,&quot;38622&quot;:20639,&quot;38623&quot;:20640,&quot;38625&quot;:20641,&quot;38628&quot;:20642,&quot;38629&quot;:20643,&quot;38630&quot;:20644,&quot;38631&quot;:20645,&quot;38635&quot;:20646,&quot;38636&quot;:20647,&quot;38637&quot;:20648,&quot;38638&quot;:20649,&quot;38640&quot;:20650,&quot;38641&quot;:20651,&quot;38644&quot;:20652,&quot;38645&quot;:20653,&quot;38648&quot;:20654,&quot;38650&quot;:20655,&quot;38652&quot;:20656,&quot;38653&quot;:20657,&quot;38655&quot;:20658,&quot;38658&quot;:20659,&quot;38659&quot;:20660,&quot;38661&quot;:20661,&quot;38666&quot;:20662,&quot;38667&quot;:20663,&quot;38668&quot;:20664,&quot;38672&quot;:20665,&quot;38673&quot;:20666,&quot;38674&quot;:20667,&quot;38676&quot;:20668,&quot;38677&quot;:20669,&quot;38679&quot;:20670,&quot;38680&quot;:20671,&quot;38681&quot;:20672,&quot;38682&quot;:20673,&quot;38683&quot;:20674,&quot;38685&quot;:20675,&quot;38687&quot;:20676,&quot;38688&quot;:20677,&quot;38689&quot;:20678,&quot;38690&quot;:20679,&quot;38691&quot;:20680,&quot;38692&quot;:20681,&quot;38693&quot;:20682,&quot;38694&quot;:20683,&quot;38696&quot;:20684,&quot;38697&quot;:20685,&quot;38699&quot;:20686,&quot;38700&quot;:20687,&quot;38702&quot;:20688,&quot;38703&quot;:20689,&quot;38705&quot;:20690,&quot;38707&quot;:20691,&quot;38708&quot;:20692,&quot;38709&quot;:20693,&quot;38710&quot;:20694,&quot;38711&quot;:20695,&quot;38714&quot;:20696,&quot;38715&quot;:20697,&quot;38716&quot;:20698,&quot;38719&quot;:20699,&quot;38720&quot;:20700,&quot;38721&quot;:20701,&quot;38723&quot;:20702,&quot;38725&quot;:20703,&quot;38726&quot;:20704,&quot;38727&quot;:20705,&quot;38729&quot;:20706,&quot;38730&quot;:20707,&quot;38731&quot;:20708,&quot;38732&quot;:20709,&quot;38733&quot;:20710,&quot;38734&quot;:20711,&quot;38735&quot;:20712,&quot;38736&quot;:20713,&quot;12205&quot;:20714,&quot;38737&quot;:20714,&quot;38740&quot;:20715,&quot;38741&quot;:20716,&quot;38743&quot;:20717,&quot;38744&quot;:20718,&quot;38748&quot;:20719,&quot;38749&quot;:20720,&quot;38751&quot;:20721,&quot;38755&quot;:20722,&quot;38756&quot;:20723,&quot;38758&quot;:20724,&quot;38759&quot;:20725,&quot;38762&quot;:20726,&quot;38763&quot;:20727,&quot;38764&quot;:20728,&quot;38765&quot;:20729,&quot;38766&quot;:20730,&quot;38767&quot;:20731,&quot;38768&quot;:20732,&quot;38769&quot;:20733,&quot;38770&quot;:20734,&quot;38773&quot;:20735,&quot;38775&quot;:20736,&quot;38776&quot;:20737,&quot;38777&quot;:20738,&quot;38778&quot;:20739,&quot;38779&quot;:20740,&quot;38781&quot;:20741,&quot;38782&quot;:20742,&quot;38783&quot;:20743,&quot;38784&quot;:20744,&quot;38785&quot;:20745,&quot;38786&quot;:20746,&quot;38787&quot;:20747,&quot;38788&quot;:20748,&quot;38790&quot;:20749,&quot;38791&quot;:20750,&quot;38792&quot;:20751,&quot;38793&quot;:20752,&quot;38794&quot;:20753,&quot;38796&quot;:20754,&quot;38798&quot;:20755,&quot;38800&quot;:20756,&quot;38803&quot;:20757,&quot;38805&quot;:20758,&quot;38806&quot;:20759,&quot;38807&quot;:20760,&quot;38809&quot;:20761,&quot;38810&quot;:20762,&quot;38811&quot;:20763,&quot;38812&quot;:20764,&quot;38813&quot;:20765,&quot;38814&quot;:20766,&quot;38815&quot;:20767,&quot;38817&quot;:20768,&quot;38818&quot;:20769,&quot;38820&quot;:20770,&quot;38821&quot;:20771,&quot;38823&quot;:20772,&quot;38824&quot;:20773,&quot;38825&quot;:20774,&quot;38826&quot;:20775,&quot;38828&quot;:20776,&quot;38830&quot;:20777,&quot;38832&quot;:20778,&quot;38833&quot;:20779,&quot;38835&quot;:20780,&quot;38837&quot;:20781,&quot;38838&quot;:20782,&quot;38839&quot;:20783,&quot;38840&quot;:20784,&quot;38841&quot;:20785,&quot;38842&quot;:20786,&quot;38843&quot;:20787,&quot;38844&quot;:20788,&quot;38846&quot;:20789,&quot;38847&quot;:20790,&quot;38848&quot;:20791,&quot;38849&quot;:20792,&quot;38850&quot;:20793,&quot;38852&quot;:20794,&quot;38853&quot;:20795,&quot;38855&quot;:20796,&quot;38856&quot;:20797,&quot;38858&quot;:20798,&quot;38861&quot;:20799,&quot;38862&quot;:20800,&quot;38863&quot;:20801,&quot;38864&quot;:20802,&quot;38865&quot;:20803,&quot;38866&quot;:20804,&quot;38868&quot;:20805,&quot;38869&quot;:20806,&quot;38870&quot;:20807,&quot;38871&quot;:20808,&quot;38872&quot;:20809,&quot;38874&quot;:20810,&quot;38875&quot;:20811,&quot;38877&quot;:20812,&quot;38879&quot;:20813,&quot;38880&quot;:20814,&quot;38881&quot;:20815,&quot;38882&quot;:20816,&quot;38883&quot;:20817,&quot;38884&quot;:20818,&quot;38885&quot;:20819,&quot;38888&quot;:20820,&quot;38894&quot;:20821,&quot;38895&quot;:20822,&quot;38896&quot;:20823,&quot;38897&quot;:20824,&quot;38898&quot;:20825,&quot;38900&quot;:20826,&quot;38903&quot;:20827,&quot;38904&quot;:20828,&quot;38905&quot;:20829,&quot;38906&quot;:20830,&quot;38907&quot;:20831,&quot;38908&quot;:20832,&quot;38909&quot;:20833,&quot;38910&quot;:20834,&quot;38912&quot;:20835,&quot;38916&quot;:20836,&quot;38921&quot;:20837,&quot;38923&quot;:20838,&quot;38925&quot;:20839,&quot;38932&quot;:20840,&quot;38933&quot;:20841,&quot;38934&quot;:20842,&quot;38937&quot;:20843,&quot;38938&quot;:20844,&quot;38939&quot;:20845,&quot;38941&quot;:20846,&quot;38942&quot;:20847,&quot;38943&quot;:20848,&quot;38944&quot;:20849,&quot;38946&quot;:20850,&quot;38947&quot;:20851,&quot;38949&quot;:20852,&quot;38951&quot;:20853,&quot;38952&quot;:20854,&quot;38953&quot;:20855,&quot;38954&quot;:20856,&quot;38955&quot;:20857,&quot;38956&quot;:20858,&quot;38958&quot;:20859,&quot;38959&quot;:20860,&quot;38961&quot;:20861,&quot;38962&quot;:20862,&quot;38963&quot;:20863,&quot;38964&quot;:20864,&quot;38965&quot;:20865,&quot;38966&quot;:20866,&quot;38969&quot;:20867,&quot;38970&quot;:20868,&quot;38972&quot;:20869,&quot;38974&quot;:20870,&quot;38975&quot;:20871,&quot;38976&quot;:20872,&quot;38977&quot;:20873,&quot;38978&quot;:20874,&quot;38979&quot;:20875,&quot;38980&quot;:20876,&quot;38981&quot;:20877,&quot;38983&quot;:20878,&quot;38984&quot;:20879,&quot;38985&quot;:20880,&quot;38986&quot;:20881,&quot;38987&quot;:20882,&quot;38991&quot;:20883,&quot;38992&quot;:20884,&quot;38993&quot;:20885,&quot;38994&quot;:20886,&quot;38997&quot;:20887,&quot;38998&quot;:20888,&quot;38999&quot;:20889,&quot;39002&quot;:20890,&quot;39004&quot;:20891,&quot;39005&quot;:20892,&quot;39007&quot;:20893,&quot;39008&quot;:20894,&quot;39009&quot;:20895,&quot;39011&quot;:20896,&quot;39012&quot;:20897,&quot;39014&quot;:20898,&quot;39016&quot;:20899,&quot;39017&quot;:20900,&quot;39018&quot;:20901,&quot;39021&quot;:20902,&quot;39022&quot;:20903,&quot;39026&quot;:20904,&quot;39051&quot;:20905,&quot;39054&quot;:20906,&quot;39058&quot;:20907,&quot;39061&quot;:20908,&quot;39065&quot;:20909,&quot;39075&quot;:20910,&quot;39081&quot;:20911,&quot;39082&quot;:20912,&quot;39083&quot;:20913,&quot;39084&quot;:20914,&quot;39085&quot;:20915,&quot;39088&quot;:20916,&quot;39090&quot;:20917,&quot;39092&quot;:20918,&quot;39093&quot;:20919,&quot;39095&quot;:20920,&quot;39096&quot;:20921,&quot;39097&quot;:20922,&quot;39098&quot;:20923,&quot;39099&quot;:20924,&quot;39101&quot;:20925,&quot;39102&quot;:20926,&quot;39103&quot;:20927,&quot;39104&quot;:20928,&quot;39105&quot;:20929,&quot;39106&quot;:20930,&quot;39107&quot;:20931,&quot;39109&quot;:20932,&quot;39111&quot;:20933,&quot;39113&quot;:20934,&quot;39114&quot;:20935,&quot;39115&quot;:20936,&quot;39116&quot;:20937,&quot;39117&quot;:20938,&quot;39119&quot;:20939,&quot;39120&quot;:20940,&quot;39124&quot;:20941,&quot;39126&quot;:20942,&quot;39127&quot;:20943,&quot;39132&quot;:20944,&quot;39133&quot;:20945,&quot;39137&quot;:20946,&quot;39139&quot;:20947,&quot;39140&quot;:20948,&quot;39141&quot;:20949,&quot;39142&quot;:20950,&quot;39148&quot;:20951,&quot;39150&quot;:20952,&quot;39152&quot;:20953,&quot;39153&quot;:20954,&quot;39155&quot;:20955,&quot;39157&quot;:20956,&quot;39158&quot;:20957,&quot;39159&quot;:20958,&quot;39160&quot;:20959,&quot;39161&quot;:20960,&quot;39162&quot;:20961,&quot;39163&quot;:20962,&quot;39167&quot;:20963,&quot;39168&quot;:20964,&quot;39169&quot;:20965,&quot;39170&quot;:20966,&quot;39172&quot;:20967,&quot;39174&quot;:20968,&quot;39175&quot;:20969,&quot;39176&quot;:20970,&quot;39179&quot;:20971,&quot;39182&quot;:20972,&quot;39183&quot;:20973,&quot;39188&quot;:20974,&quot;39189&quot;:20975,&quot;39190&quot;:20976,&quot;39191&quot;:20977,&quot;39193&quot;:20978,&quot;39194&quot;:20979,&quot;39196&quot;:20980,&quot;39197&quot;:20981,&quot;39199&quot;:20982,&quot;39200&quot;:20983,&quot;39202&quot;:20984,&quot;39203&quot;:20985,&quot;39204&quot;:20986,&quot;39205&quot;:20987,&quot;39206&quot;:20988,&quot;39207&quot;:20989,&quot;39209&quot;:20990,&quot;39210&quot;:20991,&quot;39211&quot;:20992,&quot;39212&quot;:20993,&quot;39213&quot;:20994,&quot;39215&quot;:20995,&quot;39216&quot;:20996,&quot;39217&quot;:20997,&quot;39218&quot;:20998,&quot;39220&quot;:20999,&quot;39221&quot;:21000,&quot;39222&quot;:21001,&quot;39224&quot;:21002,&quot;39225&quot;:21003,&quot;39226&quot;:21004,&quot;39227&quot;:21005,&quot;39229&quot;:21006,&quot;39232&quot;:21007,&quot;39233&quot;:21008,&quot;39234&quot;:21009,&quot;39236&quot;:21010,&quot;39238&quot;:21011,&quot;39239&quot;:21012,&quot;39245&quot;:21013,&quot;39246&quot;:21014,&quot;39247&quot;:21015,&quot;39248&quot;:21016,&quot;39251&quot;:21017,&quot;39254&quot;:21018,&quot;39256&quot;:21019,&quot;39257&quot;:21020,&quot;39258&quot;:21021,&quot;39259&quot;:21022,&quot;39261&quot;:21023,&quot;39263&quot;:21024,&quot;39264&quot;:21025,&quot;39265&quot;:21026,&quot;39268&quot;:21027,&quot;39270&quot;:21028,&quot;39283&quot;:21029,&quot;39288&quot;:21030,&quot;39289&quot;:21031,&quot;39291&quot;:21032,&quot;39294&quot;:21033,&quot;39298&quot;:21034,&quot;39299&quot;:21035,&quot;39305&quot;:21036,&quot;39308&quot;:21037,&quot;39310&quot;:21038,&quot;39322&quot;:21039,&quot;39323&quot;:21040,&quot;39324&quot;:21041,&quot;39325&quot;:21042,&quot;39326&quot;:21043,&quot;39327&quot;:21044,&quot;39328&quot;:21045,&quot;39329&quot;:21046,&quot;39330&quot;:21047,&quot;39331&quot;:21048,&quot;39332&quot;:21049,&quot;39334&quot;:21050,&quot;39335&quot;:21051,&quot;39337&quot;:21052,&quot;39338&quot;:21053,&quot;39339&quot;:21054,&quot;39343&quot;:21055,&quot;39344&quot;:21056,&quot;39346&quot;:21057,&quot;39349&quot;:21058,&quot;39350&quot;:21059,&quot;39351&quot;:21060,&quot;39352&quot;:21061,&quot;39353&quot;:21062,&quot;39354&quot;:21063,&quot;39355&quot;:21064,&quot;39356&quot;:21065,&quot;39357&quot;:21066,&quot;39358&quot;:21067,&quot;39359&quot;:21068,&quot;39360&quot;:21069,&quot;39362&quot;:21070,&quot;39363&quot;:21071,&quot;39364&quot;:21072,&quot;39365&quot;:21073,&quot;39366&quot;:21074,&quot;39367&quot;:21075,&quot;39368&quot;:21076,&quot;39369&quot;:21077,&quot;39370&quot;:21078,&quot;39371&quot;:21079,&quot;39372&quot;:21080,&quot;39373&quot;:21081,&quot;39374&quot;:21082,&quot;39375&quot;:21083,&quot;39379&quot;:21084,&quot;39382&quot;:21085,&quot;39383&quot;:21086,&quot;39386&quot;:21087,&quot;39388&quot;:21088,&quot;39390&quot;:21089,&quot;39392&quot;:21090,&quot;39395&quot;:21091,&quot;39396&quot;:21092,&quot;39397&quot;:21093,&quot;39398&quot;:21094,&quot;39399&quot;:21095,&quot;39400&quot;:21096,&quot;39401&quot;:21097,&quot;39402&quot;:21098,&quot;39403&quot;:21099,&quot;39404&quot;:21100,&quot;39406&quot;:21101,&quot;39407&quot;:21102,&quot;39408&quot;:21103,&quot;39410&quot;:21104,&quot;39411&quot;:21105,&quot;39412&quot;:21106,&quot;39413&quot;:21107,&quot;39414&quot;:21108,&quot;39415&quot;:21109,&quot;39416&quot;:21110,&quot;39417&quot;:21111,&quot;39418&quot;:21112,&quot;39419&quot;:21113,&quot;39420&quot;:21114,&quot;39421&quot;:21115,&quot;39422&quot;:21116,&quot;39424&quot;:21117,&quot;39426&quot;:21118,&quot;39427&quot;:21119,&quot;39428&quot;:21120,&quot;39430&quot;:21121,&quot;39431&quot;:21122,&quot;39432&quot;:21123,&quot;39433&quot;:21124,&quot;39434&quot;:21125,&quot;39435&quot;:21126,&quot;39436&quot;:21127,&quot;39440&quot;:21128,&quot;39441&quot;:21129,&quot;39442&quot;:21130,&quot;39443&quot;:21131,&quot;39444&quot;:21132,&quot;39445&quot;:21133,&quot;39447&quot;:21134,&quot;39448&quot;:21135,&quot;39450&quot;:21136,&quot;39451&quot;:21137,&quot;39452&quot;:21138,&quot;39453&quot;:21139,&quot;39454&quot;:21140,&quot;39455&quot;:21141,&quot;39456&quot;:21142,&quot;39457&quot;:21143,&quot;39458&quot;:21144,&quot;39459&quot;:21145,&quot;39460&quot;:21146,&quot;39461&quot;:21147,&quot;39462&quot;:21148,&quot;39463&quot;:21149,&quot;39464&quot;:21150,&quot;39465&quot;:21151,&quot;39466&quot;:21152,&quot;39468&quot;:21153,&quot;39471&quot;:21154,&quot;39473&quot;:21155,&quot;39474&quot;:21156,&quot;39475&quot;:21157,&quot;39476&quot;:21158,&quot;39477&quot;:21159,&quot;39481&quot;:21160,&quot;39482&quot;:21161,&quot;39483&quot;:21162,&quot;39484&quot;:21163,&quot;39485&quot;:21164,&quot;39487&quot;:21165,&quot;39494&quot;:21166,&quot;39495&quot;:21167,&quot;39496&quot;:21168,&quot;39497&quot;:21169,&quot;39499&quot;:21170,&quot;39500&quot;:21171,&quot;39502&quot;:21172,&quot;39504&quot;:21173,&quot;39505&quot;:21174,&quot;39506&quot;:21175,&quot;39507&quot;:21176,&quot;39508&quot;:21177,&quot;39510&quot;:21178,&quot;39512&quot;:21179,&quot;39513&quot;:21180,&quot;39516&quot;:21181,&quot;39517&quot;:21182,&quot;39518&quot;:21183,&quot;39520&quot;:21184,&quot;39521&quot;:21185,&quot;39523&quot;:21186,&quot;39526&quot;:21187,&quot;39527&quot;:21188,&quot;39528&quot;:21189,&quot;39529&quot;:21190,&quot;39531&quot;:21191,&quot;39538&quot;:21192,&quot;39555&quot;:21193,&quot;39561&quot;:21194,&quot;39565&quot;:21195,&quot;39566&quot;:21196,&quot;39572&quot;:21197,&quot;39573&quot;:21198,&quot;39577&quot;:21199,&quot;39590&quot;:21200,&quot;39593&quot;:21201,&quot;39594&quot;:21202,&quot;39595&quot;:21203,&quot;39596&quot;:21204,&quot;39597&quot;:21205,&quot;39598&quot;:21206,&quot;39602&quot;:21207,&quot;39603&quot;:21208,&quot;39604&quot;:21209,&quot;39605&quot;:21210,&quot;39609&quot;:21211,&quot;39611&quot;:21212,&quot;39613&quot;:21213,&quot;39614&quot;:21214,&quot;39615&quot;:21215,&quot;39619&quot;:21216,&quot;39620&quot;:21217,&quot;39622&quot;:21218,&quot;39623&quot;:21219,&quot;39624&quot;:21220,&quot;39625&quot;:21221,&quot;39626&quot;:21222,&quot;39629&quot;:21223,&quot;39630&quot;:21224,&quot;39632&quot;:21225,&quot;39639&quot;:21226,&quot;39641&quot;:21227,&quot;39642&quot;:21228,&quot;39643&quot;:21229,&quot;39644&quot;:21230,&quot;39645&quot;:21231,&quot;39646&quot;:21232,&quot;39648&quot;:21233,&quot;39650&quot;:21234,&quot;39651&quot;:21235,&quot;39652&quot;:21236,&quot;39653&quot;:21237,&quot;39655&quot;:21238,&quot;39656&quot;:21239,&quot;39657&quot;:21240,&quot;39658&quot;:21241,&quot;39660&quot;:21242,&quot;39664&quot;:21243,&quot;39665&quot;:21244,&quot;39666&quot;:21245,&quot;39667&quot;:21246,&quot;39668&quot;:21247,&quot;39669&quot;:21248,&quot;39670&quot;:21249,&quot;39671&quot;:21250,&quot;39672&quot;:21251,&quot;39674&quot;:21252,&quot;39676&quot;:21253,&quot;39677&quot;:21254,&quot;39678&quot;:21255,&quot;39679&quot;:21256,&quot;39680&quot;:21257,&quot;39681&quot;:21258,&quot;39682&quot;:21259,&quot;39684&quot;:21260,&quot;39685&quot;:21261,&quot;39687&quot;:21262,&quot;39689&quot;:21263,&quot;39690&quot;:21264,&quot;39691&quot;:21265,&quot;39692&quot;:21266,&quot;39694&quot;:21267,&quot;39696&quot;:21268,&quot;39697&quot;:21269,&quot;39698&quot;:21270,&quot;39700&quot;:21271,&quot;39701&quot;:21272,&quot;39702&quot;:21273,&quot;39703&quot;:21274,&quot;39704&quot;:21275,&quot;39705&quot;:21276,&quot;39707&quot;:21277,&quot;39708&quot;:21278,&quot;39709&quot;:21279,&quot;39710&quot;:21280,&quot;39712&quot;:21281,&quot;39713&quot;:21282,&quot;39716&quot;:21283,&quot;39718&quot;:21284,&quot;39720&quot;:21285,&quot;39722&quot;:21286,&quot;39723&quot;:21287,&quot;39724&quot;:21288,&quot;39725&quot;:21289,&quot;39728&quot;:21290,&quot;39731&quot;:21291,&quot;39732&quot;:21292,&quot;39733&quot;:21293,&quot;39734&quot;:21294,&quot;39735&quot;:21295,&quot;39736&quot;:21296,&quot;39737&quot;:21297,&quot;39738&quot;:21298,&quot;39741&quot;:21299,&quot;39742&quot;:21300,&quot;39743&quot;:21301,&quot;39744&quot;:21302,&quot;39750&quot;:21303,&quot;39754&quot;:21304,&quot;39755&quot;:21305,&quot;39756&quot;:21306,&quot;39760&quot;:21307,&quot;39762&quot;:21308,&quot;39763&quot;:21309,&quot;39765&quot;:21310,&quot;39766&quot;:21311,&quot;39767&quot;:21312,&quot;39769&quot;:21313,&quot;39771&quot;:21314,&quot;39772&quot;:21315,&quot;39773&quot;:21316,&quot;39774&quot;:21317,&quot;39775&quot;:21318,&quot;39776&quot;:21319,&quot;39777&quot;:21320,&quot;39778&quot;:21321,&quot;39779&quot;:21322,&quot;39780&quot;:21323,&quot;39781&quot;:21324,&quot;39782&quot;:21325,&quot;39783&quot;:21326,&quot;39784&quot;:21327,&quot;39785&quot;:21328,&quot;39786&quot;:21329,&quot;39787&quot;:21330,&quot;39788&quot;:21331,&quot;39789&quot;:21332,&quot;39790&quot;:21333,&quot;39792&quot;:21334,&quot;39793&quot;:21335,&quot;39794&quot;:21336,&quot;39795&quot;:21337,&quot;39797&quot;:21338,&quot;39798&quot;:21339,&quot;39800&quot;:21340,&quot;39801&quot;:21341,&quot;39802&quot;:21342,&quot;39803&quot;:21343,&quot;39804&quot;:21344,&quot;39805&quot;:21345,&quot;39806&quot;:21346,&quot;39807&quot;:21347,&quot;39808&quot;:21348,&quot;39810&quot;:21349,&quot;39812&quot;:21350,&quot;39813&quot;:21351,&quot;39814&quot;:21352,&quot;39815&quot;:21353,&quot;39816&quot;:21354,&quot;39817&quot;:21355,&quot;39818&quot;:21356,&quot;39819&quot;:21357,&quot;39820&quot;:21358,&quot;39821&quot;:21359,&quot;39823&quot;:21360,&quot;39827&quot;:21361,&quot;39828&quot;:21362,&quot;39829&quot;:21363,&quot;39830&quot;:21364,&quot;39831&quot;:21365,&quot;39832&quot;:21366,&quot;39833&quot;:21367,&quot;39835&quot;:21368,&quot;39836&quot;:21369,&quot;39839&quot;:21370,&quot;39840&quot;:21371,&quot;39841&quot;:21372,&quot;39842&quot;:21373,&quot;39843&quot;:21374,&quot;39844&quot;:21375,&quot;39845&quot;:21376,&quot;39846&quot;:21377,&quot;39847&quot;:21378,&quot;39848&quot;:21379,&quot;39849&quot;:21380,&quot;39852&quot;:21381,&quot;39855&quot;:21382,&quot;39856&quot;:21383,&quot;39857&quot;:21384,&quot;39858&quot;:21385,&quot;39859&quot;:21386,&quot;39860&quot;:21387,&quot;39861&quot;:21388,&quot;39862&quot;:21389,&quot;39863&quot;:21390,&quot;39864&quot;:21391,&quot;39865&quot;:21392,&quot;39866&quot;:21393,&quot;39867&quot;:21394,&quot;39868&quot;:21395,&quot;39869&quot;:21396,&quot;39870&quot;:21397,&quot;39871&quot;:21398,&quot;39874&quot;:21399,&quot;39875&quot;:21400,&quot;39876&quot;:21401,&quot;39877&quot;:21402,&quot;39878&quot;:21403,&quot;39880&quot;:21404,&quot;39883&quot;:21405,&quot;39884&quot;:21406,&quot;39885&quot;:21407,&quot;39886&quot;:21408,&quot;39887&quot;:21409,&quot;39888&quot;:21410,&quot;39889&quot;:21411,&quot;39890&quot;:21412,&quot;39891&quot;:21413,&quot;39893&quot;:21414,&quot;39895&quot;:21415,&quot;39896&quot;:21416,&quot;39897&quot;:21417,&quot;39898&quot;:21418,&quot;39900&quot;:21419,&quot;39902&quot;:21420,&quot;39903&quot;:21421,&quot;39904&quot;:21422,&quot;39907&quot;:21423,&quot;39909&quot;:21424,&quot;39910&quot;:21425,&quot;39913&quot;:21426,&quot;39916&quot;:21427,&quot;39917&quot;:21428,&quot;39918&quot;:21429,&quot;39919&quot;:21430,&quot;39921&quot;:21431,&quot;39922&quot;:21432,&quot;39923&quot;:21433,&quot;39925&quot;:21434,&quot;39926&quot;:21435,&quot;39927&quot;:21436,&quot;39928&quot;:21437,&quot;39929&quot;:21438,&quot;39930&quot;:21439,&quot;39931&quot;:21440,&quot;39932&quot;:21441,&quot;39934&quot;:21442,&quot;39936&quot;:21443,&quot;39937&quot;:21444,&quot;39938&quot;:21445,&quot;39939&quot;:21446,&quot;39940&quot;:21447,&quot;39941&quot;:21448,&quot;39942&quot;:21449,&quot;39943&quot;:21450,&quot;39946&quot;:21451,&quot;39947&quot;:21452,&quot;39948&quot;:21453,&quot;39950&quot;:21454,&quot;39951&quot;:21455,&quot;39953&quot;:21456,&quot;39956&quot;:21457,&quot;39957&quot;:21458,&quot;39958&quot;:21459,&quot;39959&quot;:21460,&quot;39960&quot;:21461,&quot;39961&quot;:21462,&quot;39962&quot;:21463,&quot;39963&quot;:21464,&quot;39964&quot;:21465,&quot;39965&quot;:21466,&quot;39966&quot;:21467,&quot;39967&quot;:21468,&quot;39969&quot;:21469,&quot;39970&quot;:21470,&quot;39972&quot;:21471,&quot;39974&quot;:21472,&quot;39975&quot;:21473,&quot;39978&quot;:21474,&quot;39979&quot;:21475,&quot;39980&quot;:21476,&quot;39982&quot;:21477,&quot;39983&quot;:21478,&quot;39984&quot;:21479,&quot;39988&quot;:21480,&quot;39990&quot;:21481,&quot;39992&quot;:21482,&quot;39994&quot;:21483,&quot;39996&quot;:21484,&quot;39997&quot;:21485,&quot;39999&quot;:21486,&quot;40000&quot;:21487,&quot;40001&quot;:21488,&quot;40002&quot;:21489,&quot;40003&quot;:21490,&quot;40004&quot;:21491,&quot;40006&quot;:21492,&quot;40007&quot;:21493,&quot;40010&quot;:21494,&quot;40011&quot;:21495,&quot;40012&quot;:21496,&quot;40013&quot;:21497,&quot;40014&quot;:21498,&quot;40015&quot;:21499,&quot;40016&quot;:21500,&quot;40017&quot;:21501,&quot;40019&quot;:21502,&quot;40021&quot;:21503,&quot;40025&quot;:21504,&quot;40026&quot;:21505,&quot;40027&quot;:21506,&quot;40028&quot;:21507,&quot;40030&quot;:21508,&quot;40032&quot;:21509,&quot;40033&quot;:21510,&quot;40034&quot;:21511,&quot;40035&quot;:21512,&quot;40036&quot;:21513,&quot;40037&quot;:21514,&quot;40038&quot;:21515,&quot;40040&quot;:21516,&quot;40041&quot;:21517,&quot;40042&quot;:21518,&quot;40043&quot;:21519,&quot;40044&quot;:21520,&quot;40046&quot;:21521,&quot;40047&quot;:21522,&quot;40048&quot;:21523,&quot;40049&quot;:21524,&quot;40050&quot;:21525,&quot;40051&quot;:21526,&quot;40052&quot;:21527,&quot;40053&quot;:21528,&quot;40054&quot;:21529,&quot;40055&quot;:21530,&quot;40057&quot;:21531,&quot;40059&quot;:21532,&quot;40061&quot;:21533,&quot;40062&quot;:21534,&quot;40064&quot;:21535,&quot;40067&quot;:21536,&quot;40068&quot;:21537,&quot;40073&quot;:21538,&quot;40074&quot;:21539,&quot;40076&quot;:21540,&quot;40079&quot;:21541,&quot;40083&quot;:21542,&quot;40086&quot;:21543,&quot;40087&quot;:21544,&quot;40088&quot;:21545,&quot;40089&quot;:21546,&quot;40093&quot;:21547,&quot;40106&quot;:21548,&quot;40108&quot;:21549,&quot;40111&quot;:21550,&quot;40121&quot;:21551,&quot;40126&quot;:21552,&quot;40127&quot;:21553,&quot;40128&quot;:21554,&quot;40129&quot;:21555,&quot;40130&quot;:21556,&quot;40136&quot;:21557,&quot;40137&quot;:21558,&quot;40145&quot;:21559,&quot;40146&quot;:21560,&quot;40154&quot;:21561,&quot;40155&quot;:21562,&quot;40160&quot;:21563,&quot;40161&quot;:21564,&quot;40163&quot;:21565,&quot;40164&quot;:21566,&quot;40166&quot;:21567,&quot;40167&quot;:21568,&quot;40168&quot;:21569,&quot;40170&quot;:21570,&quot;40171&quot;:21571,&quot;40173&quot;:21572,&quot;40174&quot;:21573,&quot;40175&quot;:21574,&quot;40176&quot;:21575,&quot;40177&quot;:21576,&quot;40178&quot;:21577,&quot;40181&quot;:21578,&quot;40183&quot;:21579,&quot;40184&quot;:21580,&quot;40185&quot;:21581,&quot;40186&quot;:21582,&quot;40187&quot;:21583,&quot;40188&quot;:21584,&quot;40189&quot;:21585,&quot;40190&quot;:21586,&quot;40191&quot;:21587,&quot;40192&quot;:21588,&quot;40193&quot;:21589,&quot;40194&quot;:21590,&quot;40195&quot;:21591,&quot;40196&quot;:21592,&quot;40197&quot;:21593,&quot;40200&quot;:21594,&quot;40202&quot;:21595,&quot;40203&quot;:21596,&quot;40204&quot;:21597,&quot;40205&quot;:21598,&quot;40206&quot;:21599,&quot;40207&quot;:21600,&quot;40208&quot;:21601,&quot;40209&quot;:21602,&quot;40210&quot;:21603,&quot;40211&quot;:21604,&quot;40212&quot;:21605,&quot;40214&quot;:21606,&quot;40215&quot;:21607,&quot;40216&quot;:21608,&quot;40217&quot;:21609,&quot;40218&quot;:21610,&quot;40220&quot;:21611,&quot;40222&quot;:21612,&quot;40224&quot;:21613,&quot;40225&quot;:21614,&quot;40226&quot;:21615,&quot;40228&quot;:21616,&quot;40229&quot;:21617,&quot;40231&quot;:21618,&quot;40233&quot;:21619,&quot;40234&quot;:21620,&quot;40235&quot;:21621,&quot;40236&quot;:21622,&quot;40237&quot;:21623,&quot;40238&quot;:21624,&quot;40241&quot;:21625,&quot;40242&quot;:21626,&quot;40243&quot;:21627,&quot;40244&quot;:21628,&quot;40245&quot;:21629,&quot;40246&quot;:21630,&quot;40247&quot;:21631,&quot;40248&quot;:21632,&quot;40249&quot;:21633,&quot;40250&quot;:21634,&quot;40252&quot;:21635,&quot;40253&quot;:21636,&quot;40254&quot;:21637,&quot;40256&quot;:21638,&quot;40257&quot;:21639,&quot;40259&quot;:21640,&quot;40260&quot;:21641,&quot;40261&quot;:21642,&quot;40262&quot;:21643,&quot;40263&quot;:21644,&quot;40264&quot;:21645,&quot;40265&quot;:21646,&quot;40266&quot;:21647,&quot;40267&quot;:21648,&quot;40268&quot;:21649,&quot;40269&quot;:21650,&quot;40270&quot;:21651,&quot;40271&quot;:21652,&quot;40272&quot;:21653,&quot;40276&quot;:21654,&quot;40277&quot;:21655,&quot;40278&quot;:21656,&quot;40279&quot;:21657,&quot;40280&quot;:21658,&quot;40281&quot;:21659,&quot;40282&quot;:21660,&quot;40283&quot;:21661,&quot;40286&quot;:21662,&quot;40287&quot;:21663,&quot;40290&quot;:21664,&quot;40291&quot;:21665,&quot;40292&quot;:21666,&quot;40293&quot;:21667,&quot;40294&quot;:21668,&quot;40295&quot;:21669,&quot;40296&quot;:21670,&quot;40297&quot;:21671,&quot;40299&quot;:21672,&quot;40301&quot;:21673,&quot;40302&quot;:21674,&quot;40304&quot;:21675,&quot;40305&quot;:21676,&quot;40307&quot;:21677,&quot;40308&quot;:21678,&quot;40309&quot;:21679,&quot;40310&quot;:21680,&quot;40311&quot;:21681,&quot;40312&quot;:21682,&quot;40313&quot;:21683,&quot;40314&quot;:21684,&quot;40315&quot;:21685,&quot;40316&quot;:21686,&quot;40317&quot;:21687,&quot;40318&quot;:21688,&quot;40319&quot;:21689,&quot;40320&quot;:21690,&quot;40321&quot;:21691,&quot;40322&quot;:21692,&quot;40323&quot;:21693,&quot;40324&quot;:21694,&quot;40325&quot;:21695,&quot;40326&quot;:21696,&quot;40328&quot;:21697,&quot;40330&quot;:21698,&quot;40331&quot;:21699,&quot;40332&quot;:21700,&quot;40333&quot;:21701,&quot;40334&quot;:21702,&quot;40335&quot;:21703,&quot;40336&quot;:21704,&quot;40337&quot;:21705,&quot;40338&quot;:21706,&quot;40340&quot;:21707,&quot;40341&quot;:21708,&quot;40342&quot;:21709,&quot;40343&quot;:21710,&quot;40345&quot;:21711,&quot;40347&quot;:21712,&quot;40348&quot;:21713,&quot;40349&quot;:21714,&quot;40350&quot;:21715,&quot;40351&quot;:21716,&quot;40352&quot;:21717,&quot;40353&quot;:21718,&quot;40354&quot;:21719,&quot;40355&quot;:21720,&quot;40356&quot;:21721,&quot;40358&quot;:21722,&quot;40359&quot;:21723,&quot;40360&quot;:21724,&quot;40362&quot;:21725,&quot;40363&quot;:21726,&quot;40364&quot;:21727,&quot;40365&quot;:21728,&quot;40366&quot;:21729,&quot;40368&quot;:21730,&quot;40369&quot;:21731,&quot;40370&quot;:21732,&quot;40371&quot;:21733,&quot;40373&quot;:21734,&quot;40374&quot;:21735,&quot;40375&quot;:21736,&quot;40376&quot;:21737,&quot;40377&quot;:21738,&quot;40378&quot;:21739,&quot;40381&quot;:21740,&quot;40382&quot;:21741,&quot;40383&quot;:21742,&quot;40385&quot;:21743,&quot;40387&quot;:21744,&quot;40389&quot;:21745,&quot;40390&quot;:21746,&quot;40391&quot;:21747,&quot;40392&quot;:21748,&quot;40393&quot;:21749,&quot;40394&quot;:21750,&quot;40395&quot;:21751,&quot;40396&quot;:21752,&quot;40397&quot;:21753,&quot;40398&quot;:21754,&quot;40399&quot;:21755,&quot;40400&quot;:21756,&quot;40401&quot;:21757,&quot;40402&quot;:21758,&quot;40404&quot;:21759,&quot;40405&quot;:21760,&quot;40406&quot;:21761,&quot;40408&quot;:21762,&quot;40411&quot;:21763,&quot;40412&quot;:21764,&quot;40413&quot;:21765,&quot;40414&quot;:21766,&quot;40415&quot;:21767,&quot;40416&quot;:21768,&quot;40417&quot;:21769,&quot;40418&quot;:21770,&quot;40419&quot;:21771,&quot;40420&quot;:21772,&quot;40423&quot;:21773,&quot;40424&quot;:21774,&quot;40425&quot;:21775,&quot;40426&quot;:21776,&quot;40427&quot;:21777,&quot;40428&quot;:21778,&quot;40429&quot;:21779,&quot;40430&quot;:21780,&quot;40432&quot;:21781,&quot;40433&quot;:21782,&quot;40436&quot;:21783,&quot;40437&quot;:21784,&quot;40438&quot;:21785,&quot;40439&quot;:21786,&quot;40443&quot;:21787,&quot;40444&quot;:21788,&quot;40445&quot;:21789,&quot;40446&quot;:21790,&quot;40447&quot;:21791,&quot;40448&quot;:21792,&quot;40449&quot;:21793,&quot;40450&quot;:21794,&quot;40451&quot;:21795,&quot;40452&quot;:21796,&quot;40453&quot;:21797,&quot;40454&quot;:21798,&quot;40455&quot;:21799,&quot;40456&quot;:21800,&quot;40457&quot;:21801,&quot;40458&quot;:21802,&quot;40459&quot;:21803,&quot;40461&quot;:21804,&quot;40462&quot;:21805,&quot;40463&quot;:21806,&quot;40464&quot;:21807,&quot;40465&quot;:21808,&quot;40466&quot;:21809,&quot;40467&quot;:21810,&quot;40468&quot;:21811,&quot;40470&quot;:21812,&quot;40471&quot;:21813,&quot;40472&quot;:21814,&quot;40473&quot;:21815,&quot;40476&quot;:21816,&quot;40484&quot;:21817,&quot;40487&quot;:21818,&quot;40494&quot;:21819,&quot;40496&quot;:21820,&quot;40500&quot;:21821,&quot;40507&quot;:21822,&quot;40508&quot;:21823,&quot;40512&quot;:21824,&quot;40525&quot;:21825,&quot;40528&quot;:21826,&quot;40530&quot;:21827,&quot;40531&quot;:21828,&quot;40532&quot;:21829,&quot;40534&quot;:21830,&quot;40537&quot;:21831,&quot;40541&quot;:21832,&quot;40543&quot;:21833,&quot;40544&quot;:21834,&quot;40545&quot;:21835,&quot;40546&quot;:21836,&quot;40549&quot;:21837,&quot;40558&quot;:21838,&quot;40559&quot;:21839,&quot;40562&quot;:21840,&quot;40564&quot;:21841,&quot;40566&quot;:21842,&quot;40567&quot;:21843,&quot;40568&quot;:21844,&quot;40571&quot;:21845,&quot;40576&quot;:21846,&quot;40577&quot;:21847,&quot;40579&quot;:21848,&quot;40580&quot;:21849,&quot;40581&quot;:21850,&quot;40582&quot;:21851,&quot;40585&quot;:21852,&quot;40586&quot;:21853,&quot;40588&quot;:21854,&quot;40589&quot;:21855,&quot;40590&quot;:21856,&quot;40591&quot;:21857,&quot;40592&quot;:21858,&quot;40593&quot;:21859,&quot;40596&quot;:21860,&quot;40597&quot;:21861,&quot;40598&quot;:21862,&quot;40600&quot;:21863,&quot;40601&quot;:21864,&quot;40602&quot;:21865,&quot;40603&quot;:21866,&quot;40604&quot;:21867,&quot;40606&quot;:21868,&quot;40608&quot;:21869,&quot;40609&quot;:21870,&quot;40610&quot;:21871,&quot;40611&quot;:21872,&quot;40612&quot;:21873,&quot;40615&quot;:21874,&quot;40616&quot;:21875,&quot;40618&quot;:21876,&quot;40619&quot;:21877,&quot;40620&quot;:21878,&quot;40621&quot;:21879,&quot;40622&quot;:21880,&quot;40624&quot;:21881,&quot;40625&quot;:21882,&quot;40626&quot;:21883,&quot;40627&quot;:21884,&quot;40630&quot;:21885,&quot;40631&quot;:21886,&quot;40633&quot;:21887,&quot;40634&quot;:21888,&quot;40636&quot;:21889,&quot;40639&quot;:21890,&quot;40640&quot;:21891,&quot;40641&quot;:21892,&quot;40642&quot;:21893,&quot;12232&quot;:21894,&quot;40643&quot;:21894,&quot;40645&quot;:21895,&quot;40646&quot;:21896,&quot;40647&quot;:21897,&quot;40648&quot;:21898,&quot;40650&quot;:21899,&quot;40651&quot;:21900,&quot;40656&quot;:21901,&quot;40658&quot;:21902,&quot;40659&quot;:21903,&quot;40661&quot;:21904,&quot;40662&quot;:21905,&quot;40663&quot;:21906,&quot;40665&quot;:21907,&quot;40666&quot;:21908,&quot;40673&quot;:21909,&quot;40675&quot;:21910,&quot;40676&quot;:21911,&quot;40678&quot;:21912,&quot;40683&quot;:21913,&quot;40684&quot;:21914,&quot;40685&quot;:21915,&quot;40686&quot;:21916,&quot;40688&quot;:21917,&quot;40689&quot;:21918,&quot;40691&quot;:21919,&quot;40693&quot;:21920,&quot;40694&quot;:21921,&quot;40696&quot;:21922,&quot;40698&quot;:21923,&quot;40704&quot;:21924,&quot;40705&quot;:21925,&quot;40706&quot;:21926,&quot;40707&quot;:21927,&quot;40708&quot;:21928,&quot;40709&quot;:21929,&quot;40710&quot;:21930,&quot;40711&quot;:21931,&quot;40712&quot;:21932,&quot;40714&quot;:21933,&quot;40716&quot;:21934,&quot;40719&quot;:21935,&quot;40721&quot;:21936,&quot;40722&quot;:21937,&quot;40724&quot;:21938,&quot;40726&quot;:21939,&quot;40728&quot;:21940,&quot;40730&quot;:21941,&quot;40731&quot;:21942,&quot;40732&quot;:21943,&quot;40733&quot;:21944,&quot;40734&quot;:21945,&quot;40735&quot;:21946,&quot;40737&quot;:21947,&quot;40739&quot;:21948,&quot;40740&quot;:21949,&quot;40741&quot;:21950,&quot;40742&quot;:21951,&quot;40743&quot;:21952,&quot;40744&quot;:21953,&quot;40745&quot;:21954,&quot;40746&quot;:21955,&quot;40747&quot;:21956,&quot;40749&quot;:21957,&quot;40750&quot;:21958,&quot;40752&quot;:21959,&quot;40753&quot;:21960,&quot;40754&quot;:21961,&quot;40755&quot;:21962,&quot;40756&quot;:21963,&quot;40757&quot;:21964,&quot;40758&quot;:21965,&quot;40760&quot;:21966,&quot;40762&quot;:21967,&quot;40764&quot;:21968,&quot;40767&quot;:21969,&quot;40768&quot;:21970,&quot;40769&quot;:21971,&quot;40770&quot;:21972,&quot;40771&quot;:21973,&quot;40773&quot;:21974,&quot;40774&quot;:21975,&quot;40775&quot;:21976,&quot;40776&quot;:21977,&quot;40777&quot;:21978,&quot;40780&quot;:21979,&quot;40781&quot;:21980,&quot;40782&quot;:21981,&quot;40787&quot;:21982,&quot;40789&quot;:21983,&quot;40790&quot;:21984,&quot;40791&quot;:21985,&quot;40792&quot;:21986,&quot;40794&quot;:21987,&quot;40795&quot;:21988,&quot;40797&quot;:21989,&quot;40798&quot;:21990,&quot;40802&quot;:21991,&quot;40804&quot;:21992,&quot;40805&quot;:21993,&quot;40807&quot;:21994,&quot;40808&quot;:21995,&quot;40809&quot;:21996,&quot;40811&quot;:21997,&quot;40813&quot;:21998,&quot;40814&quot;:21999,&quot;40815&quot;:22000,&quot;40816&quot;:22001,&quot;40817&quot;:22002,&quot;40819&quot;:22003,&quot;40820&quot;:22004,&quot;40821&quot;:22005,&quot;40822&quot;:22006,&quot;40824&quot;:22007,&quot;40825&quot;:22008,&quot;40826&quot;:22009,&quot;40827&quot;:22010,&quot;40828&quot;:22011,&quot;40829&quot;:22012,&quot;40830&quot;:22013,&quot;40833&quot;:22014,&quot;40834&quot;:22015,&quot;40846&quot;:22016,&quot;40847&quot;:22017,&quot;40849&quot;:22018,&quot;40850&quot;:22019,&quot;40851&quot;:22020,&quot;40854&quot;:22021,&quot;40855&quot;:22022,&quot;40856&quot;:22023,&quot;40861&quot;:22024,&quot;40862&quot;:22025,&quot;40865&quot;:22026,&quot;40866&quot;:22027,&quot;40867&quot;:22028,&quot;40868&quot;:22029,&quot;40869&quot;:22030,&quot;63788&quot;:22031,&quot;64013&quot;:22032,&quot;64014&quot;:22033,&quot;64015&quot;:22034,&quot;64017&quot;:22035,&quot;64019&quot;:22036,&quot;64020&quot;:22037,&quot;64024&quot;:22038,&quot;64031&quot;:22039,&quot;64032&quot;:22040,&quot;64033&quot;:22041,&quot;64035&quot;:22042,&quot;64036&quot;:22043,&quot;64039&quot;:22044,&quot;64040&quot;:22045,&quot;64041&quot;:22046,&quot;11905&quot;:22047,&quot;59413&quot;:22047,&quot;131207&quot;:22048,&quot;59414&quot;:22048,&quot;131209&quot;:22049,&quot;59415&quot;:22049,&quot;131276&quot;:22050,&quot;59416&quot;:22050,&quot;11908&quot;:22051,&quot;59417&quot;:22051,&quot;13427&quot;:22052,&quot;59418&quot;:22052,&quot;13383&quot;:22053,&quot;59419&quot;:22053,&quot;11912&quot;:22054,&quot;59420&quot;:22054,&quot;11915&quot;:22055,&quot;59421&quot;:22055,&quot;40884&quot;:22056,&quot;59422&quot;:22056,&quot;13726&quot;:22057,&quot;59423&quot;:22057,&quot;13850&quot;:22058,&quot;59424&quot;:22058,&quot;13838&quot;:22059,&quot;59425&quot;:22059,&quot;11916&quot;:22060,&quot;59426&quot;:22060,&quot;11927&quot;:22061,&quot;59427&quot;:22061,&quot;14702&quot;:22062,&quot;59428&quot;:22062,&quot;14616&quot;:22063,&quot;59429&quot;:22063,&quot;40885&quot;:22064,&quot;59430&quot;:22064,&quot;14799&quot;:22065,&quot;59431&quot;:22065,&quot;14815&quot;:22066,&quot;59432&quot;:22066,&quot;14963&quot;:22067,&quot;59433&quot;:22067,&quot;14800&quot;:22068,&quot;59434&quot;:22068,&quot;40886&quot;:22069,&quot;59435&quot;:22069,&quot;40887&quot;:22070,&quot;59436&quot;:22070,&quot;15182&quot;:22071,&quot;59437&quot;:22071,&quot;15470&quot;:22072,&quot;59438&quot;:22072,&quot;15584&quot;:22073,&quot;59439&quot;:22073,&quot;11943&quot;:22074,&quot;59440&quot;:22074,&quot;136663&quot;:22075,&quot;59441&quot;:22075,&quot;40888&quot;:22076,&quot;59442&quot;:22076,&quot;11946&quot;:22077,&quot;59443&quot;:22077,&quot;16470&quot;:22078,&quot;59444&quot;:22078,&quot;16735&quot;:22079,&quot;59445&quot;:22079,&quot;11950&quot;:22080,&quot;59446&quot;:22080,&quot;17207&quot;:22081,&quot;59447&quot;:22081,&quot;11955&quot;:22082,&quot;59448&quot;:22082,&quot;11958&quot;:22083,&quot;59449&quot;:22083,&quot;11959&quot;:22084,&quot;59450&quot;:22084,&quot;141711&quot;:22085,&quot;59451&quot;:22085,&quot;17329&quot;:22086,&quot;59452&quot;:22086,&quot;17324&quot;:22087,&quot;59453&quot;:22087,&quot;11963&quot;:22088,&quot;59454&quot;:22088,&quot;17373&quot;:22089,&quot;59455&quot;:22089,&quot;17622&quot;:22090,&quot;59456&quot;:22090,&quot;18017&quot;:22091,&quot;59457&quot;:22091,&quot;17996&quot;:22092,&quot;59458&quot;:22092,&quot;40889&quot;:22093,&quot;132361&quot;:22093,&quot;59459&quot;:22093,&quot;18211&quot;:22094,&quot;59460&quot;:22094,&quot;18217&quot;:22095,&quot;59461&quot;:22095,&quot;18300&quot;:22096,&quot;59462&quot;:22096,&quot;18317&quot;:22097,&quot;59463&quot;:22097,&quot;11978&quot;:22098,&quot;59464&quot;:22098,&quot;18759&quot;:22099,&quot;59465&quot;:22099,&quot;18810&quot;:22100,&quot;59466&quot;:22100,&quot;18813&quot;:22101,&quot;59467&quot;:22101,&quot;18818&quot;:22102,&quot;59468&quot;:22102,&quot;18819&quot;:22103,&quot;59469&quot;:22103,&quot;18821&quot;:22104,&quot;59470&quot;:22104,&quot;18822&quot;:22105,&quot;59471&quot;:22105,&quot;18847&quot;:22106,&quot;59472&quot;:22106,&quot;18843&quot;:22107,&quot;59473&quot;:22107,&quot;18871&quot;:22108,&quot;59474&quot;:22108,&quot;18870&quot;:22109,&quot;59475&quot;:22109,&quot;40890&quot;:22110,&quot;133533&quot;:22110,&quot;59476&quot;:22110,&quot;147966&quot;:22111,&quot;59477&quot;:22111,&quot;19619&quot;:22112,&quot;59478&quot;:22112,&quot;19615&quot;:22113,&quot;59479&quot;:22113,&quot;19616&quot;:22114,&quot;59480&quot;:22114,&quot;19617&quot;:22115,&quot;59481&quot;:22115,&quot;19575&quot;:22116,&quot;59482&quot;:22116,&quot;19618&quot;:22117,&quot;59483&quot;:22117,&quot;19731&quot;:22118,&quot;59484&quot;:22118,&quot;19732&quot;:22119,&quot;59485&quot;:22119,&quot;19733&quot;:22120,&quot;59486&quot;:22120,&quot;19734&quot;:22121,&quot;59487&quot;:22121,&quot;19735&quot;:22122,&quot;59488&quot;:22122,&quot;19736&quot;:22123,&quot;59489&quot;:22123,&quot;19737&quot;:22124,&quot;59490&quot;:22124,&quot;19886&quot;:22125,&quot;59491&quot;:22125,&quot;40891&quot;:22126,&quot;59492&quot;:22126,&quot;8364&quot;:22353,&quot;59244&quot;:22353,&quot;165&quot;:22354,&quot;12351&quot;:22357,&quot;12436&quot;:22375,&quot;12535&quot;:22390,&quot;12537&quot;:22391,&quot;12536&quot;:22392,&quot;12538&quot;:22393,&quot;12339&quot;:22395,&quot;12340&quot;:22396,&quot;12341&quot;:22397,&quot;12344&quot;:22398,&quot;12345&quot;:22399,&quot;12346&quot;:22400,&quot;12586&quot;:22401,&quot;12587&quot;:22402,&quot;12588&quot;:22403,&quot;12704&quot;:22404,&quot;12705&quot;:22405,&quot;12706&quot;:22406,&quot;12707&quot;:22407,&quot;12708&quot;:22408,&quot;12709&quot;:22409,&quot;12710&quot;:22410,&quot;12711&quot;:22411,&quot;12712&quot;:22412,&quot;12713&quot;:22413,&quot;12714&quot;:22414,&quot;12715&quot;:22415,&quot;12716&quot;:22416,&quot;12717&quot;:22417,&quot;12718&quot;:22418,&quot;12719&quot;:22419,&quot;12720&quot;:22420,&quot;12721&quot;:22421,&quot;12722&quot;:22422,&quot;12723&quot;:22423,&quot;12724&quot;:22424,&quot;12725&quot;:22425,&quot;12726&quot;:22426,&quot;12727&quot;:22427,&quot;11904&quot;:22428,&quot;11906&quot;:22429,&quot;11907&quot;:22430,&quot;11909&quot;:22431,&quot;11910&quot;:22432,&quot;11911&quot;:22433,&quot;11913&quot;:22434,&quot;11914&quot;:22435,&quot;11917&quot;:22436,&quot;11918&quot;:22437,&quot;11919&quot;:22438,&quot;11920&quot;:22439,&quot;11921&quot;:22440,&quot;11922&quot;:22441,&quot;11923&quot;:22442,&quot;11924&quot;:22443,&quot;11925&quot;:22444,&quot;11926&quot;:22445,&quot;11928&quot;:22446,&quot;11929&quot;:22447,&quot;11931&quot;:22448,&quot;11932&quot;:22449,&quot;11933&quot;:22450,&quot;11934&quot;:22451,&quot;11935&quot;:22452,&quot;11936&quot;:22453,&quot;11937&quot;:22454,&quot;11938&quot;:22455,&quot;11939&quot;:22456,&quot;11940&quot;:22457,&quot;11941&quot;:22458,&quot;11942&quot;:22459,&quot;11944&quot;:22460,&quot;11945&quot;:22461,&quot;11947&quot;:22462,&quot;11948&quot;:22463,&quot;11949&quot;:22464,&quot;11951&quot;:22465,&quot;11952&quot;:22466,&quot;11953&quot;:22467,&quot;11954&quot;:22468,&quot;11956&quot;:22469,&quot;11957&quot;:22470,&quot;11960&quot;:22471,&quot;11961&quot;:22472,&quot;11962&quot;:22473,&quot;11964&quot;:22474,&quot;11965&quot;:22475,&quot;11966&quot;:22476,&quot;11967&quot;:22477,&quot;11968&quot;:22478,&quot;11969&quot;:22479,&quot;11970&quot;:22480,&quot;11971&quot;:22481,&quot;11972&quot;:22482,&quot;11973&quot;:22483,&quot;11974&quot;:22484,&quot;11975&quot;:22485,&quot;11976&quot;:22486,&quot;11977&quot;:22487,&quot;11979&quot;:22488,&quot;11980&quot;:22489,&quot;11981&quot;:22490,&quot;11982&quot;:22491,&quot;11983&quot;:22492,&quot;11984&quot;:22493,&quot;11985&quot;:22494,&quot;11986&quot;:22495,&quot;11987&quot;:22496,&quot;11988&quot;:22497,&quot;11989&quot;:22498,&quot;11990&quot;:22499,&quot;11991&quot;:22500,&quot;11992&quot;:22501,&quot;11993&quot;:22502,&quot;11994&quot;:22503,&quot;11995&quot;:22504,&quot;11996&quot;:22505,&quot;11997&quot;:22506,&quot;11998&quot;:22507,&quot;11999&quot;:22508,&quot;12000&quot;:22509,&quot;12001&quot;:22510,&quot;12002&quot;:22511,&quot;12003&quot;:22512,&quot;12004&quot;:22513,&quot;12005&quot;:22514,&quot;12006&quot;:22515,&quot;12007&quot;:22516,&quot;12008&quot;:22517,&quot;12009&quot;:22518,&quot;12010&quot;:22519,&quot;12011&quot;:22520,&quot;12012&quot;:22521,&quot;12013&quot;:22522,&quot;12014&quot;:22523,&quot;12015&quot;:22524,&quot;12016&quot;:22525,&quot;12017&quot;:22526,&quot;12018&quot;:22527,&quot;12019&quot;:22528,&quot;13312&quot;:22529,&quot;13313&quot;:22530,&quot;13314&quot;:22531,&quot;13315&quot;:22532,&quot;13316&quot;:22533,&quot;13317&quot;:22534,&quot;13318&quot;:22535,&quot;13319&quot;:22536,&quot;13320&quot;:22537,&quot;13321&quot;:22538,&quot;13322&quot;:22539,&quot;13323&quot;:22540,&quot;13324&quot;:22541,&quot;13325&quot;:22542,&quot;13326&quot;:22543,&quot;13327&quot;:22544,&quot;13328&quot;:22545,&quot;13329&quot;:22546,&quot;13330&quot;:22547,&quot;13331&quot;:22548,&quot;13332&quot;:22549,&quot;13333&quot;:22550,&quot;13334&quot;:22551,&quot;13335&quot;:22552,&quot;13336&quot;:22553,&quot;13337&quot;:22554,&quot;13338&quot;:22555,&quot;13339&quot;:22556,&quot;13340&quot;:22557,&quot;13341&quot;:22558,&quot;13342&quot;:22559,&quot;13343&quot;:22560,&quot;13344&quot;:22561,&quot;13345&quot;:22562,&quot;13346&quot;:22563,&quot;13347&quot;:22564,&quot;13348&quot;:22565,&quot;13349&quot;:22566,&quot;13350&quot;:22567,&quot;13351&quot;:22568,&quot;13352&quot;:22569,&quot;13353&quot;:22570,&quot;13354&quot;:22571,&quot;13355&quot;:22572,&quot;13356&quot;:22573,&quot;13357&quot;:22574,&quot;13358&quot;:22575,&quot;13359&quot;:22576,&quot;13360&quot;:22577,&quot;13361&quot;:22578,&quot;13362&quot;:22579,&quot;13363&quot;:22580,&quot;13364&quot;:22581,&quot;13365&quot;:22582,&quot;13366&quot;:22583,&quot;13367&quot;:22584,&quot;13368&quot;:22585,&quot;13369&quot;:22586,&quot;13370&quot;:22587,&quot;13371&quot;:22588,&quot;13372&quot;:22589,&quot;13373&quot;:22590,&quot;13374&quot;:22591,&quot;13375&quot;:22592,&quot;13376&quot;:22593,&quot;13377&quot;:22594,&quot;13378&quot;:22595,&quot;13379&quot;:22596,&quot;13380&quot;:22597,&quot;13381&quot;:22598,&quot;13382&quot;:22599,&quot;13384&quot;:22600,&quot;13385&quot;:22601,&quot;13386&quot;:22602,&quot;13387&quot;:22603,&quot;13388&quot;:22604,&quot;13389&quot;:22605,&quot;13390&quot;:22606,&quot;13391&quot;:22607,&quot;13392&quot;:22608,&quot;13393&quot;:22609,&quot;13394&quot;:22610,&quot;13395&quot;:22611,&quot;13396&quot;:22612,&quot;13397&quot;:22613,&quot;13398&quot;:22614,&quot;13399&quot;:22615,&quot;13400&quot;:22616,&quot;13401&quot;:22617,&quot;13402&quot;:22618,&quot;13403&quot;:22619,&quot;13404&quot;:22620,&quot;13405&quot;:22621,&quot;13406&quot;:22622,&quot;13407&quot;:22623,&quot;13408&quot;:22624,&quot;13409&quot;:22625,&quot;13410&quot;:22626,&quot;13411&quot;:22627,&quot;13412&quot;:22628,&quot;13413&quot;:22629,&quot;13414&quot;:22630,&quot;13415&quot;:22631,&quot;13416&quot;:22632,&quot;13417&quot;:22633,&quot;13418&quot;:22634,&quot;13419&quot;:22635,&quot;13420&quot;:22636,&quot;13421&quot;:22637,&quot;13422&quot;:22638,&quot;13423&quot;:22639,&quot;13424&quot;:22640,&quot;13425&quot;:22641,&quot;13426&quot;:22642,&quot;13428&quot;:22643,&quot;13429&quot;:22644,&quot;13430&quot;:22645,&quot;13431&quot;:22646,&quot;13432&quot;:22647,&quot;13433&quot;:22648,&quot;13434&quot;:22649,&quot;13435&quot;:22650,&quot;13436&quot;:22651,&quot;13437&quot;:22652,&quot;13438&quot;:22653,&quot;13439&quot;:22654,&quot;13440&quot;:22655,&quot;13441&quot;:22656,&quot;13442&quot;:22657,&quot;13443&quot;:22658,&quot;13444&quot;:22659,&quot;13445&quot;:22660,&quot;13446&quot;:22661,&quot;13447&quot;:22662,&quot;13448&quot;:22663,&quot;13449&quot;:22664,&quot;13450&quot;:22665,&quot;13451&quot;:22666,&quot;13452&quot;:22667,&quot;13453&quot;:22668,&quot;13454&quot;:22669,&quot;13455&quot;:22670,&quot;13456&quot;:22671,&quot;13457&quot;:22672,&quot;13458&quot;:22673,&quot;13459&quot;:22674,&quot;13460&quot;:22675,&quot;13461&quot;:22676,&quot;13462&quot;:22677,&quot;13463&quot;:22678,&quot;13464&quot;:22679,&quot;13465&quot;:22680,&quot;13466&quot;:22681,&quot;13467&quot;:22682,&quot;13468&quot;:22683,&quot;13469&quot;:22684,&quot;13470&quot;:22685,&quot;13471&quot;:22686,&quot;13472&quot;:22687,&quot;13473&quot;:22688,&quot;13474&quot;:22689,&quot;13475&quot;:22690,&quot;13476&quot;:22691,&quot;13477&quot;:22692,&quot;13478&quot;:22693,&quot;13479&quot;:22694,&quot;13480&quot;:22695,&quot;13481&quot;:22696,&quot;13482&quot;:22697,&quot;13483&quot;:22698,&quot;13484&quot;:22699,&quot;13485&quot;:22700,&quot;13486&quot;:22701,&quot;13487&quot;:22702,&quot;13488&quot;:22703,&quot;13489&quot;:22704,&quot;13490&quot;:22705,&quot;13491&quot;:22706,&quot;13492&quot;:22707,&quot;13493&quot;:22708,&quot;13494&quot;:22709,&quot;13495&quot;:22710,&quot;13496&quot;:22711,&quot;13497&quot;:22712,&quot;13498&quot;:22713,&quot;13499&quot;:22714,&quot;13500&quot;:22715,&quot;13501&quot;:22716,&quot;13502&quot;:22717,&quot;13503&quot;:22718,&quot;13504&quot;:22719,&quot;13505&quot;:22720,&quot;13506&quot;:22721,&quot;13507&quot;:22722,&quot;13508&quot;:22723,&quot;13509&quot;:22724,&quot;13510&quot;:22725,&quot;13511&quot;:22726,&quot;13512&quot;:22727,&quot;13513&quot;:22728,&quot;13514&quot;:22729,&quot;13515&quot;:22730,&quot;13516&quot;:22731,&quot;13517&quot;:22732,&quot;13518&quot;:22733,&quot;13519&quot;:22734,&quot;13520&quot;:22735,&quot;13521&quot;:22736,&quot;13522&quot;:22737,&quot;13523&quot;:22738,&quot;13524&quot;:22739,&quot;13525&quot;:22740,&quot;13526&quot;:22741,&quot;13527&quot;:22742,&quot;13528&quot;:22743,&quot;13529&quot;:22744,&quot;13530&quot;:22745,&quot;13531&quot;:22746,&quot;13532&quot;:22747,&quot;13533&quot;:22748,&quot;13534&quot;:22749,&quot;13535&quot;:22750,&quot;13536&quot;:22751,&quot;13537&quot;:22752,&quot;13538&quot;:22753,&quot;13539&quot;:22754,&quot;13540&quot;:22755,&quot;13541&quot;:22756,&quot;13542&quot;:22757,&quot;13543&quot;:22758,&quot;13544&quot;:22759,&quot;13545&quot;:22760,&quot;13546&quot;:22761,&quot;13547&quot;:22762,&quot;13548&quot;:22763,&quot;13549&quot;:22764,&quot;13550&quot;:22765,&quot;13551&quot;:22766,&quot;13552&quot;:22767,&quot;13553&quot;:22768,&quot;13554&quot;:22769,&quot;13555&quot;:22770,&quot;13556&quot;:22771,&quot;13557&quot;:22772,&quot;13558&quot;:22773,&quot;13559&quot;:22774,&quot;13560&quot;:22775,&quot;13561&quot;:22776,&quot;13562&quot;:22777,&quot;13563&quot;:22778,&quot;13564&quot;:22779,&quot;13565&quot;:22780,&quot;13566&quot;:22781,&quot;13567&quot;:22782,&quot;13568&quot;:22783,&quot;13569&quot;:22784,&quot;13570&quot;:22785,&quot;13571&quot;:22786,&quot;13572&quot;:22787,&quot;13573&quot;:22788,&quot;13574&quot;:22789,&quot;13575&quot;:22790,&quot;13576&quot;:22791,&quot;13577&quot;:22792,&quot;13578&quot;:22793,&quot;13579&quot;:22794,&quot;13580&quot;:22795,&quot;13581&quot;:22796,&quot;13582&quot;:22797,&quot;13583&quot;:22798,&quot;13584&quot;:22799,&quot;13585&quot;:22800,&quot;13586&quot;:22801,&quot;13587&quot;:22802,&quot;13588&quot;:22803,&quot;13589&quot;:22804,&quot;13590&quot;:22805,&quot;13591&quot;:22806,&quot;13592&quot;:22807,&quot;13593&quot;:22808,&quot;13594&quot;:22809,&quot;13595&quot;:22810,&quot;13596&quot;:22811,&quot;13597&quot;:22812,&quot;13598&quot;:22813,&quot;13599&quot;:22814,&quot;13600&quot;:22815,&quot;13601&quot;:22816,&quot;13602&quot;:22817,&quot;13603&quot;:22818,&quot;13604&quot;:22819,&quot;13605&quot;:22820,&quot;13606&quot;:22821,&quot;13607&quot;:22822,&quot;13608&quot;:22823,&quot;13609&quot;:22824,&quot;13610&quot;:22825,&quot;13611&quot;:22826,&quot;13612&quot;:22827,&quot;13613&quot;:22828,&quot;13614&quot;:22829,&quot;13615&quot;:22830,&quot;13616&quot;:22831,&quot;13617&quot;:22832,&quot;13618&quot;:22833,&quot;13619&quot;:22834,&quot;13620&quot;:22835,&quot;13621&quot;:22836,&quot;13622&quot;:22837,&quot;13623&quot;:22838,&quot;13624&quot;:22839,&quot;13625&quot;:22840,&quot;13626&quot;:22841,&quot;13627&quot;:22842,&quot;13628&quot;:22843,&quot;13629&quot;:22844,&quot;13630&quot;:22845,&quot;13631&quot;:22846,&quot;13632&quot;:22847,&quot;13633&quot;:22848,&quot;13634&quot;:22849,&quot;13635&quot;:22850,&quot;13636&quot;:22851,&quot;13637&quot;:22852,&quot;13638&quot;:22853,&quot;13639&quot;:22854,&quot;13640&quot;:22855,&quot;13641&quot;:22856,&quot;13642&quot;:22857,&quot;13643&quot;:22858,&quot;13644&quot;:22859,&quot;13645&quot;:22860,&quot;13646&quot;:22861,&quot;13647&quot;:22862,&quot;13648&quot;:22863,&quot;13649&quot;:22864,&quot;13650&quot;:22865,&quot;13651&quot;:22866,&quot;13652&quot;:22867,&quot;13653&quot;:22868,&quot;13654&quot;:22869,&quot;13655&quot;:22870,&quot;13656&quot;:22871,&quot;13657&quot;:22872,&quot;13658&quot;:22873,&quot;13659&quot;:22874,&quot;13660&quot;:22875,&quot;13661&quot;:22876,&quot;13662&quot;:22877,&quot;13663&quot;:22878,&quot;13664&quot;:22879,&quot;13665&quot;:22880,&quot;13666&quot;:22881,&quot;13667&quot;:22882,&quot;13668&quot;:22883,&quot;13669&quot;:22884,&quot;13670&quot;:22885,&quot;13671&quot;:22886,&quot;13672&quot;:22887,&quot;13673&quot;:22888,&quot;13674&quot;:22889,&quot;13675&quot;:22890,&quot;13676&quot;:22891,&quot;13677&quot;:22892,&quot;13678&quot;:22893,&quot;13679&quot;:22894,&quot;13680&quot;:22895,&quot;13681&quot;:22896,&quot;13682&quot;:22897,&quot;13683&quot;:22898,&quot;13684&quot;:22899,&quot;13685&quot;:22900,&quot;13686&quot;:22901,&quot;13687&quot;:22902,&quot;13688&quot;:22903,&quot;13689&quot;:22904,&quot;13690&quot;:22905,&quot;13691&quot;:22906,&quot;13692&quot;:22907,&quot;13693&quot;:22908,&quot;13694&quot;:22909,&quot;13695&quot;:22910,&quot;13696&quot;:22911,&quot;13697&quot;:22912,&quot;13698&quot;:22913,&quot;13699&quot;:22914,&quot;13700&quot;:22915,&quot;13701&quot;:22916,&quot;13702&quot;:22917,&quot;13703&quot;:22918,&quot;13704&quot;:22919,&quot;13705&quot;:22920,&quot;13706&quot;:22921,&quot;13707&quot;:22922,&quot;13708&quot;:22923,&quot;13709&quot;:22924,&quot;13710&quot;:22925,&quot;13711&quot;:22926,&quot;13712&quot;:22927,&quot;13713&quot;:22928,&quot;13714&quot;:22929,&quot;13715&quot;:22930,&quot;13716&quot;:22931,&quot;13717&quot;:22932,&quot;13718&quot;:22933,&quot;13719&quot;:22934,&quot;13720&quot;:22935,&quot;13721&quot;:22936,&quot;13722&quot;:22937,&quot;13723&quot;:22938,&quot;13724&quot;:22939,&quot;13725&quot;:22940,&quot;13727&quot;:22941,&quot;13728&quot;:22942,&quot;13729&quot;:22943,&quot;13730&quot;:22944,&quot;13731&quot;:22945,&quot;13732&quot;:22946,&quot;13733&quot;:22947,&quot;13734&quot;:22948,&quot;13735&quot;:22949,&quot;13736&quot;:22950,&quot;13737&quot;:22951,&quot;13738&quot;:22952,&quot;13739&quot;:22953,&quot;13740&quot;:22954,&quot;13741&quot;:22955,&quot;13742&quot;:22956,&quot;13743&quot;:22957,&quot;13744&quot;:22958,&quot;13745&quot;:22959,&quot;13746&quot;:22960,&quot;13747&quot;:22961,&quot;13748&quot;:22962,&quot;13749&quot;:22963,&quot;13750&quot;:22964,&quot;13751&quot;:22965,&quot;13752&quot;:22966,&quot;13753&quot;:22967,&quot;13754&quot;:22968,&quot;13755&quot;:22969,&quot;13756&quot;:22970,&quot;13757&quot;:22971,&quot;13758&quot;:22972,&quot;13759&quot;:22973,&quot;13760&quot;:22974,&quot;13761&quot;:22975,&quot;13762&quot;:22976,&quot;13763&quot;:22977,&quot;13764&quot;:22978,&quot;13765&quot;:22979,&quot;13766&quot;:22980,&quot;13767&quot;:22981,&quot;13768&quot;:22982,&quot;13769&quot;:22983,&quot;13770&quot;:22984,&quot;13771&quot;:22985,&quot;13772&quot;:22986,&quot;13773&quot;:22987,&quot;13774&quot;:22988,&quot;13775&quot;:22989,&quot;13776&quot;:22990,&quot;13777&quot;:22991,&quot;13778&quot;:22992,&quot;13779&quot;:22993,&quot;13780&quot;:22994,&quot;13781&quot;:22995,&quot;13782&quot;:22996,&quot;13783&quot;:22997,&quot;13784&quot;:22998,&quot;13785&quot;:22999,&quot;13786&quot;:23000,&quot;13787&quot;:23001,&quot;13788&quot;:23002,&quot;13789&quot;:23003,&quot;13790&quot;:23004,&quot;13791&quot;:23005,&quot;13792&quot;:23006,&quot;13793&quot;:23007,&quot;13794&quot;:23008,&quot;13795&quot;:23009,&quot;13796&quot;:23010,&quot;13797&quot;:23011,&quot;13798&quot;:23012,&quot;13799&quot;:23013,&quot;13800&quot;:23014,&quot;13801&quot;:23015,&quot;13802&quot;:23016,&quot;13803&quot;:23017,&quot;13804&quot;:23018,&quot;13805&quot;:23019,&quot;13806&quot;:23020,&quot;13807&quot;:23021,&quot;13808&quot;:23022,&quot;13809&quot;:23023,&quot;13810&quot;:23024,&quot;13811&quot;:23025,&quot;13812&quot;:23026,&quot;13813&quot;:23027,&quot;13814&quot;:23028,&quot;13815&quot;:23029,&quot;13816&quot;:23030,&quot;13817&quot;:23031,&quot;13818&quot;:23032,&quot;13819&quot;:23033,&quot;13820&quot;:23034,&quot;13821&quot;:23035,&quot;13822&quot;:23036,&quot;13823&quot;:23037,&quot;13824&quot;:23038,&quot;13825&quot;:23039,&quot;13826&quot;:23040,&quot;13827&quot;:23041,&quot;13828&quot;:23042,&quot;13829&quot;:23043,&quot;13830&quot;:23044,&quot;13831&quot;:23045,&quot;13832&quot;:23046,&quot;13833&quot;:23047,&quot;13834&quot;:23048,&quot;13835&quot;:23049,&quot;13836&quot;:23050,&quot;13837&quot;:23051,&quot;13839&quot;:23052,&quot;13840&quot;:23053,&quot;13841&quot;:23054,&quot;13842&quot;:23055,&quot;13843&quot;:23056,&quot;13844&quot;:23057,&quot;13845&quot;:23058,&quot;13846&quot;:23059,&quot;13847&quot;:23060,&quot;13848&quot;:23061,&quot;13849&quot;:23062,&quot;13851&quot;:23063,&quot;13852&quot;:23064,&quot;13853&quot;:23065,&quot;13854&quot;:23066,&quot;13855&quot;:23067,&quot;13856&quot;:23068,&quot;13857&quot;:23069,&quot;13858&quot;:23070,&quot;13859&quot;:23071,&quot;13860&quot;:23072,&quot;13861&quot;:23073,&quot;13862&quot;:23074,&quot;13863&quot;:23075,&quot;13864&quot;:23076,&quot;13865&quot;:23077,&quot;13866&quot;:23078,&quot;13867&quot;:23079,&quot;13868&quot;:23080,&quot;13869&quot;:23081,&quot;13870&quot;:23082,&quot;13871&quot;:23083,&quot;13872&quot;:23084,&quot;13873&quot;:23085,&quot;13874&quot;:23086,&quot;13875&quot;:23087,&quot;13876&quot;:23088,&quot;13877&quot;:23089,&quot;13878&quot;:23090,&quot;13879&quot;:23091,&quot;13880&quot;:23092,&quot;13881&quot;:23093,&quot;13882&quot;:23094,&quot;13883&quot;:23095,&quot;13884&quot;:23096,&quot;13885&quot;:23097,&quot;13886&quot;:23098,&quot;13887&quot;:23099,&quot;13888&quot;:23100,&quot;13889&quot;:23101,&quot;13890&quot;:23102,&quot;13891&quot;:23103,&quot;13892&quot;:23104,&quot;13893&quot;:23105,&quot;13894&quot;:23106,&quot;13895&quot;:23107,&quot;13896&quot;:23108,&quot;13897&quot;:23109,&quot;13898&quot;:23110,&quot;13899&quot;:23111,&quot;13900&quot;:23112,&quot;13901&quot;:23113,&quot;13902&quot;:23114,&quot;13903&quot;:23115,&quot;13904&quot;:23116,&quot;13905&quot;:23117,&quot;13906&quot;:23118,&quot;13907&quot;:23119,&quot;13908&quot;:23120,&quot;13909&quot;:23121,&quot;13910&quot;:23122,&quot;13911&quot;:23123,&quot;13912&quot;:23124,&quot;13913&quot;:23125,&quot;13914&quot;:23126,&quot;13915&quot;:23127,&quot;13916&quot;:23128,&quot;13917&quot;:23129,&quot;13918&quot;:23130,&quot;13919&quot;:23131,&quot;13920&quot;:23132,&quot;13921&quot;:23133,&quot;13922&quot;:23134,&quot;13923&quot;:23135,&quot;13924&quot;:23136,&quot;13925&quot;:23137,&quot;13926&quot;:23138,&quot;13927&quot;:23139,&quot;13928&quot;:23140,&quot;13929&quot;:23141,&quot;13930&quot;:23142,&quot;13931&quot;:23143,&quot;13932&quot;:23144,&quot;13933&quot;:23145,&quot;13934&quot;:23146,&quot;13935&quot;:23147,&quot;13936&quot;:23148,&quot;13937&quot;:23149,&quot;13938&quot;:23150,&quot;13939&quot;:23151,&quot;13940&quot;:23152,&quot;13941&quot;:23153,&quot;13942&quot;:23154,&quot;13943&quot;:23155,&quot;13944&quot;:23156,&quot;13945&quot;:23157,&quot;13946&quot;:23158,&quot;13947&quot;:23159,&quot;13948&quot;:23160,&quot;13949&quot;:23161,&quot;13950&quot;:23162,&quot;13951&quot;:23163,&quot;13952&quot;:23164,&quot;13953&quot;:23165,&quot;13954&quot;:23166,&quot;13955&quot;:23167,&quot;13956&quot;:23168,&quot;13957&quot;:23169,&quot;13958&quot;:23170,&quot;13959&quot;:23171,&quot;13960&quot;:23172,&quot;13961&quot;:23173,&quot;13962&quot;:23174,&quot;13963&quot;:23175,&quot;13964&quot;:23176,&quot;13965&quot;:23177,&quot;13966&quot;:23178,&quot;13967&quot;:23179,&quot;13968&quot;:23180,&quot;13969&quot;:23181,&quot;13970&quot;:23182,&quot;13971&quot;:23183,&quot;13972&quot;:23184,&quot;13973&quot;:23185,&quot;13974&quot;:23186,&quot;13975&quot;:23187,&quot;13976&quot;:23188,&quot;13977&quot;:23189,&quot;13978&quot;:23190,&quot;13979&quot;:23191,&quot;13980&quot;:23192,&quot;13981&quot;:23193,&quot;13982&quot;:23194,&quot;13983&quot;:23195,&quot;13984&quot;:23196,&quot;13985&quot;:23197,&quot;13986&quot;:23198,&quot;13987&quot;:23199,&quot;13988&quot;:23200,&quot;13989&quot;:23201,&quot;13990&quot;:23202,&quot;13991&quot;:23203,&quot;13992&quot;:23204,&quot;13993&quot;:23205,&quot;13994&quot;:23206,&quot;13995&quot;:23207,&quot;13996&quot;:23208,&quot;13997&quot;:23209,&quot;13998&quot;:23210,&quot;13999&quot;:23211,&quot;14000&quot;:23212,&quot;14001&quot;:23213,&quot;14002&quot;:23214,&quot;14003&quot;:23215,&quot;14004&quot;:23216,&quot;14005&quot;:23217,&quot;14006&quot;:23218,&quot;14007&quot;:23219,&quot;14008&quot;:23220,&quot;14009&quot;:23221,&quot;14010&quot;:23222,&quot;14011&quot;:23223,&quot;14012&quot;:23224,&quot;14013&quot;:23225,&quot;14014&quot;:23226,&quot;14015&quot;:23227,&quot;14016&quot;:23228,&quot;14017&quot;:23229,&quot;14018&quot;:23230,&quot;14019&quot;:23231,&quot;14020&quot;:23232,&quot;14021&quot;:23233,&quot;14022&quot;:23234,&quot;14023&quot;:23235,&quot;14024&quot;:23236,&quot;14025&quot;:23237,&quot;14026&quot;:23238,&quot;14027&quot;:23239,&quot;14028&quot;:23240,&quot;14029&quot;:23241,&quot;14030&quot;:23242,&quot;14031&quot;:23243,&quot;14032&quot;:23244,&quot;14033&quot;:23245,&quot;14034&quot;:23246,&quot;14035&quot;:23247,&quot;14036&quot;:23248,&quot;14037&quot;:23249,&quot;14038&quot;:23250,&quot;14039&quot;:23251,&quot;14040&quot;:23252,&quot;14041&quot;:23253,&quot;14042&quot;:23254,&quot;14043&quot;:23255,&quot;14044&quot;:23256,&quot;14045&quot;:23257,&quot;14046&quot;:23258,&quot;14047&quot;:23259,&quot;14048&quot;:23260,&quot;14049&quot;:23261,&quot;14050&quot;:23262,&quot;14051&quot;:23263,&quot;14052&quot;:23264,&quot;14053&quot;:23265,&quot;14054&quot;:23266,&quot;14055&quot;:23267,&quot;14056&quot;:23268,&quot;14057&quot;:23269,&quot;14058&quot;:23270,&quot;14059&quot;:23271,&quot;14060&quot;:23272,&quot;14061&quot;:23273,&quot;14062&quot;:23274,&quot;14063&quot;:23275,&quot;14064&quot;:23276,&quot;14065&quot;:23277,&quot;14066&quot;:23278,&quot;14067&quot;:23279,&quot;14068&quot;:23280,&quot;14069&quot;:23281,&quot;14070&quot;:23282,&quot;14071&quot;:23283,&quot;14072&quot;:23284,&quot;14073&quot;:23285,&quot;14074&quot;:23286,&quot;14075&quot;:23287,&quot;14076&quot;:23288,&quot;14077&quot;:23289,&quot;14078&quot;:23290,&quot;14079&quot;:23291,&quot;14080&quot;:23292,&quot;14081&quot;:23293,&quot;14082&quot;:23294,&quot;14083&quot;:23295,&quot;14084&quot;:23296,&quot;14085&quot;:23297,&quot;14086&quot;:23298,&quot;14087&quot;:23299,&quot;14088&quot;:23300,&quot;14089&quot;:23301,&quot;14090&quot;:23302,&quot;14091&quot;:23303,&quot;14092&quot;:23304,&quot;14093&quot;:23305,&quot;14094&quot;:23306,&quot;14095&quot;:23307,&quot;14096&quot;:23308,&quot;14097&quot;:23309,&quot;14098&quot;:23310,&quot;14099&quot;:23311,&quot;14100&quot;:23312,&quot;14101&quot;:23313,&quot;14102&quot;:23314,&quot;14103&quot;:23315,&quot;14104&quot;:23316,&quot;14105&quot;:23317,&quot;14106&quot;:23318,&quot;14107&quot;:23319,&quot;14108&quot;:23320,&quot;14109&quot;:23321,&quot;14110&quot;:23322,&quot;14111&quot;:23323,&quot;14112&quot;:23324,&quot;14113&quot;:23325,&quot;14114&quot;:23326,&quot;14115&quot;:23327,&quot;14116&quot;:23328,&quot;14117&quot;:23329,&quot;14118&quot;:23330,&quot;14119&quot;:23331,&quot;14120&quot;:23332,&quot;14121&quot;:23333,&quot;14122&quot;:23334,&quot;14123&quot;:23335,&quot;14124&quot;:23336,&quot;14125&quot;:23337,&quot;14126&quot;:23338,&quot;14127&quot;:23339,&quot;14128&quot;:23340,&quot;14129&quot;:23341,&quot;14130&quot;:23342,&quot;14131&quot;:23343,&quot;14132&quot;:23344,&quot;14133&quot;:23345,&quot;14134&quot;:23346,&quot;14135&quot;:23347,&quot;14136&quot;:23348,&quot;14137&quot;:23349,&quot;14138&quot;:23350,&quot;14139&quot;:23351,&quot;14140&quot;:23352,&quot;14141&quot;:23353,&quot;14142&quot;:23354,&quot;14143&quot;:23355,&quot;14144&quot;:23356,&quot;14145&quot;:23357,&quot;14146&quot;:23358,&quot;14147&quot;:23359,&quot;14148&quot;:23360,&quot;14149&quot;:23361,&quot;14150&quot;:23362,&quot;14151&quot;:23363,&quot;14152&quot;:23364,&quot;14153&quot;:23365,&quot;14154&quot;:23366,&quot;14155&quot;:23367,&quot;14156&quot;:23368,&quot;14157&quot;:23369,&quot;14158&quot;:23370,&quot;14159&quot;:23371,&quot;14160&quot;:23372,&quot;14161&quot;:23373,&quot;14162&quot;:23374,&quot;14163&quot;:23375,&quot;14164&quot;:23376,&quot;14165&quot;:23377,&quot;14166&quot;:23378,&quot;14167&quot;:23379,&quot;14168&quot;:23380,&quot;14169&quot;:23381,&quot;14170&quot;:23382,&quot;14171&quot;:23383,&quot;14172&quot;:23384,&quot;14173&quot;:23385,&quot;14174&quot;:23386,&quot;14175&quot;:23387,&quot;14176&quot;:23388,&quot;14177&quot;:23389,&quot;14178&quot;:23390,&quot;14179&quot;:23391,&quot;14180&quot;:23392,&quot;14181&quot;:23393,&quot;14182&quot;:23394,&quot;14183&quot;:23395,&quot;14184&quot;:23396,&quot;14185&quot;:23397,&quot;14186&quot;:23398,&quot;14187&quot;:23399,&quot;14188&quot;:23400,&quot;14189&quot;:23401,&quot;14190&quot;:23402,&quot;14191&quot;:23403,&quot;14192&quot;:23404,&quot;14193&quot;:23405,&quot;14194&quot;:23406,&quot;14195&quot;:23407,&quot;14196&quot;:23408,&quot;14197&quot;:23409,&quot;14198&quot;:23410,&quot;14199&quot;:23411,&quot;14200&quot;:23412,&quot;14201&quot;:23413,&quot;14202&quot;:23414,&quot;14203&quot;:23415,&quot;14204&quot;:23416,&quot;14205&quot;:23417,&quot;14206&quot;:23418,&quot;14207&quot;:23419,&quot;14208&quot;:23420,&quot;14209&quot;:23421,&quot;14210&quot;:23422,&quot;14211&quot;:23423,&quot;14212&quot;:23424,&quot;14213&quot;:23425,&quot;14214&quot;:23426,&quot;14215&quot;:23427,&quot;14216&quot;:23428,&quot;14217&quot;:23429,&quot;14218&quot;:23430,&quot;14219&quot;:23431,&quot;14220&quot;:23432,&quot;14221&quot;:23433,&quot;14222&quot;:23434,&quot;14223&quot;:23435,&quot;14224&quot;:23436,&quot;14225&quot;:23437,&quot;14226&quot;:23438,&quot;14227&quot;:23439,&quot;14228&quot;:23440,&quot;14229&quot;:23441,&quot;14230&quot;:23442,&quot;14231&quot;:23443,&quot;14232&quot;:23444,&quot;14233&quot;:23445,&quot;14234&quot;:23446,&quot;14235&quot;:23447,&quot;14236&quot;:23448,&quot;14237&quot;:23449,&quot;14238&quot;:23450,&quot;14239&quot;:23451,&quot;14240&quot;:23452,&quot;14241&quot;:23453,&quot;14242&quot;:23454,&quot;14243&quot;:23455,&quot;14244&quot;:23456,&quot;14245&quot;:23457,&quot;14246&quot;:23458,&quot;14247&quot;:23459,&quot;14248&quot;:23460,&quot;14249&quot;:23461,&quot;14250&quot;:23462,&quot;14251&quot;:23463,&quot;14252&quot;:23464,&quot;14253&quot;:23465,&quot;14254&quot;:23466,&quot;14255&quot;:23467,&quot;14256&quot;:23468,&quot;14257&quot;:23469,&quot;14258&quot;:23470,&quot;14259&quot;:23471,&quot;14260&quot;:23472,&quot;14261&quot;:23473,&quot;14262&quot;:23474,&quot;14263&quot;:23475,&quot;14264&quot;:23476,&quot;14265&quot;:23477,&quot;14266&quot;:23478,&quot;14267&quot;:23479,&quot;14268&quot;:23480,&quot;14269&quot;:23481,&quot;14270&quot;:23482,&quot;14271&quot;:23483,&quot;14272&quot;:23484,&quot;14273&quot;:23485,&quot;14274&quot;:23486,&quot;14275&quot;:23487,&quot;14276&quot;:23488,&quot;14277&quot;:23489,&quot;14278&quot;:23490,&quot;14279&quot;:23491,&quot;14280&quot;:23492,&quot;14281&quot;:23493,&quot;14282&quot;:23494,&quot;14283&quot;:23495,&quot;14284&quot;:23496,&quot;14285&quot;:23497,&quot;14286&quot;:23498,&quot;14287&quot;:23499,&quot;14288&quot;:23500,&quot;14289&quot;:23501,&quot;14290&quot;:23502,&quot;14291&quot;:23503,&quot;14292&quot;:23504,&quot;14293&quot;:23505,&quot;14294&quot;:23506,&quot;14295&quot;:23507,&quot;14296&quot;:23508,&quot;14297&quot;:23509,&quot;14298&quot;:23510,&quot;14299&quot;:23511,&quot;14300&quot;:23512,&quot;14301&quot;:23513,&quot;14302&quot;:23514,&quot;14303&quot;:23515,&quot;14304&quot;:23516,&quot;14305&quot;:23517,&quot;14306&quot;:23518,&quot;14307&quot;:23519,&quot;14308&quot;:23520,&quot;14309&quot;:23521,&quot;14310&quot;:23522,&quot;14311&quot;:23523,&quot;14312&quot;:23524,&quot;14313&quot;:23525,&quot;14314&quot;:23526,&quot;14315&quot;:23527,&quot;14316&quot;:23528,&quot;14317&quot;:23529,&quot;14318&quot;:23530,&quot;14319&quot;:23531,&quot;14320&quot;:23532,&quot;14321&quot;:23533,&quot;14322&quot;:23534,&quot;14323&quot;:23535,&quot;14324&quot;:23536,&quot;14325&quot;:23537,&quot;14326&quot;:23538,&quot;14327&quot;:23539,&quot;14328&quot;:23540,&quot;14329&quot;:23541,&quot;14330&quot;:23542,&quot;14331&quot;:23543,&quot;14332&quot;:23544,&quot;14333&quot;:23545,&quot;14334&quot;:23546,&quot;14335&quot;:23547,&quot;14336&quot;:23548,&quot;14337&quot;:23549,&quot;14338&quot;:23550,&quot;14339&quot;:23551,&quot;14340&quot;:23552,&quot;14341&quot;:23553,&quot;14342&quot;:23554,&quot;14343&quot;:23555,&quot;14344&quot;:23556,&quot;14345&quot;:23557,&quot;14346&quot;:23558,&quot;14347&quot;:23559,&quot;14348&quot;:23560,&quot;14349&quot;:23561,&quot;14350&quot;:23562,&quot;14351&quot;:23563,&quot;14352&quot;:23564,&quot;14353&quot;:23565,&quot;14354&quot;:23566,&quot;14355&quot;:23567,&quot;14356&quot;:23568,&quot;14357&quot;:23569,&quot;14358&quot;:23570,&quot;14359&quot;:23571,&quot;14360&quot;:23572,&quot;14361&quot;:23573,&quot;14362&quot;:23574,&quot;14363&quot;:23575,&quot;14364&quot;:23576,&quot;14365&quot;:23577,&quot;14366&quot;:23578,&quot;14367&quot;:23579,&quot;14368&quot;:23580,&quot;14369&quot;:23581,&quot;14370&quot;:23582,&quot;14371&quot;:23583,&quot;14372&quot;:23584,&quot;14373&quot;:23585,&quot;14374&quot;:23586,&quot;14375&quot;:23587,&quot;14376&quot;:23588,&quot;14377&quot;:23589,&quot;14378&quot;:23590,&quot;14379&quot;:23591,&quot;14380&quot;:23592,&quot;14381&quot;:23593,&quot;14382&quot;:23594,&quot;14383&quot;:23595,&quot;14384&quot;:23596,&quot;14385&quot;:23597,&quot;14386&quot;:23598,&quot;14387&quot;:23599,&quot;14388&quot;:23600,&quot;14389&quot;:23601,&quot;14390&quot;:23602,&quot;14391&quot;:23603,&quot;14392&quot;:23604,&quot;14393&quot;:23605,&quot;14394&quot;:23606,&quot;14395&quot;:23607,&quot;14396&quot;:23608,&quot;14397&quot;:23609,&quot;14398&quot;:23610,&quot;14399&quot;:23611,&quot;14400&quot;:23612,&quot;14401&quot;:23613,&quot;14402&quot;:23614,&quot;14403&quot;:23615,&quot;14404&quot;:23616,&quot;14405&quot;:23617,&quot;14406&quot;:23618,&quot;14407&quot;:23619,&quot;14408&quot;:23620,&quot;14409&quot;:23621,&quot;14410&quot;:23622,&quot;14411&quot;:23623,&quot;14412&quot;:23624,&quot;14413&quot;:23625,&quot;14414&quot;:23626,&quot;14415&quot;:23627,&quot;14416&quot;:23628,&quot;14417&quot;:23629,&quot;14418&quot;:23630,&quot;14419&quot;:23631,&quot;14420&quot;:23632,&quot;14421&quot;:23633,&quot;14422&quot;:23634,&quot;14423&quot;:23635,&quot;14424&quot;:23636,&quot;14425&quot;:23637,&quot;14426&quot;:23638,&quot;14427&quot;:23639,&quot;14428&quot;:23640,&quot;14429&quot;:23641,&quot;14430&quot;:23642,&quot;14431&quot;:23643,&quot;14432&quot;:23644,&quot;14433&quot;:23645,&quot;14434&quot;:23646,&quot;14435&quot;:23647,&quot;14436&quot;:23648,&quot;14437&quot;:23649,&quot;14438&quot;:23650,&quot;14439&quot;:23651,&quot;14440&quot;:23652,&quot;14441&quot;:23653,&quot;14442&quot;:23654,&quot;14443&quot;:23655,&quot;14444&quot;:23656,&quot;14445&quot;:23657,&quot;14446&quot;:23658,&quot;14447&quot;:23659,&quot;14448&quot;:23660,&quot;14449&quot;:23661,&quot;14450&quot;:23662,&quot;14451&quot;:23663,&quot;14452&quot;:23664,&quot;14453&quot;:23665,&quot;14454&quot;:23666,&quot;14455&quot;:23667,&quot;14456&quot;:23668,&quot;14457&quot;:23669,&quot;14458&quot;:23670,&quot;14459&quot;:23671,&quot;14460&quot;:23672,&quot;14461&quot;:23673,&quot;14462&quot;:23674,&quot;14463&quot;:23675,&quot;14464&quot;:23676,&quot;14465&quot;:23677,&quot;14466&quot;:23678,&quot;14467&quot;:23679,&quot;14468&quot;:23680,&quot;14469&quot;:23681,&quot;14470&quot;:23682,&quot;14471&quot;:23683,&quot;14472&quot;:23684,&quot;14473&quot;:23685,&quot;14474&quot;:23686,&quot;14475&quot;:23687,&quot;14476&quot;:23688,&quot;14477&quot;:23689,&quot;14478&quot;:23690,&quot;14479&quot;:23691,&quot;14480&quot;:23692,&quot;14481&quot;:23693,&quot;14482&quot;:23694,&quot;14483&quot;:23695,&quot;14484&quot;:23696,&quot;14485&quot;:23697,&quot;14486&quot;:23698,&quot;14487&quot;:23699,&quot;14488&quot;:23700,&quot;14489&quot;:23701,&quot;14490&quot;:23702,&quot;14491&quot;:23703,&quot;14492&quot;:23704,&quot;14493&quot;:23705,&quot;14494&quot;:23706,&quot;14495&quot;:23707,&quot;14496&quot;:23708,&quot;14497&quot;:23709,&quot;14498&quot;:23710,&quot;14499&quot;:23711,&quot;14500&quot;:23712,&quot;14501&quot;:23713,&quot;14502&quot;:23714,&quot;14503&quot;:23715,&quot;14504&quot;:23716,&quot;14505&quot;:23717,&quot;14506&quot;:23718,&quot;14507&quot;:23719,&quot;14508&quot;:23720,&quot;14509&quot;:23721,&quot;14510&quot;:23722,&quot;14511&quot;:23723,&quot;14512&quot;:23724,&quot;14513&quot;:23725,&quot;14514&quot;:23726,&quot;14515&quot;:23727,&quot;14516&quot;:23728,&quot;14517&quot;:23729,&quot;14518&quot;:23730,&quot;14519&quot;:23731,&quot;14520&quot;:23732,&quot;14521&quot;:23733,&quot;14522&quot;:23734,&quot;14523&quot;:23735,&quot;14524&quot;:23736,&quot;14525&quot;:23737,&quot;14526&quot;:23738,&quot;14527&quot;:23739,&quot;14528&quot;:23740,&quot;14529&quot;:23741,&quot;14530&quot;:23742,&quot;14531&quot;:23743,&quot;14532&quot;:23744,&quot;14533&quot;:23745,&quot;14534&quot;:23746,&quot;14535&quot;:23747,&quot;14536&quot;:23748,&quot;14537&quot;:23749,&quot;14538&quot;:23750,&quot;14539&quot;:23751,&quot;14540&quot;:23752,&quot;14541&quot;:23753,&quot;14542&quot;:23754,&quot;14543&quot;:23755,&quot;14544&quot;:23756,&quot;14545&quot;:23757,&quot;14546&quot;:23758,&quot;14547&quot;:23759,&quot;14548&quot;:23760,&quot;14549&quot;:23761,&quot;14550&quot;:23762,&quot;14551&quot;:23763,&quot;14552&quot;:23764,&quot;14553&quot;:23765,&quot;14554&quot;:23766,&quot;14555&quot;:23767,&quot;14556&quot;:23768,&quot;14557&quot;:23769,&quot;14558&quot;:23770,&quot;14559&quot;:23771,&quot;14560&quot;:23772,&quot;14561&quot;:23773,&quot;14562&quot;:23774,&quot;14563&quot;:23775,&quot;14564&quot;:23776,&quot;14565&quot;:23777,&quot;14566&quot;:23778,&quot;14567&quot;:23779,&quot;14568&quot;:23780,&quot;14569&quot;:23781,&quot;14570&quot;:23782,&quot;14571&quot;:23783,&quot;14572&quot;:23784,&quot;14573&quot;:23785,&quot;14574&quot;:23786,&quot;14575&quot;:23787,&quot;14576&quot;:23788,&quot;14577&quot;:23789,&quot;14578&quot;:23790,&quot;14579&quot;:23791,&quot;14580&quot;:23792,&quot;14581&quot;:23793,&quot;14582&quot;:23794,&quot;14583&quot;:23795,&quot;14584&quot;:23796,&quot;14585&quot;:23797,&quot;14586&quot;:23798,&quot;14587&quot;:23799,&quot;14588&quot;:23800,&quot;14589&quot;:23801,&quot;14590&quot;:23802,&quot;14591&quot;:23803,&quot;14592&quot;:23804,&quot;14593&quot;:23805,&quot;14594&quot;:23806,&quot;14595&quot;:23807,&quot;14596&quot;:23808,&quot;14597&quot;:23809,&quot;14598&quot;:23810,&quot;14599&quot;:23811,&quot;14600&quot;:23812,&quot;14601&quot;:23813,&quot;14602&quot;:23814,&quot;14603&quot;:23815,&quot;14604&quot;:23816,&quot;14605&quot;:23817,&quot;14606&quot;:23818,&quot;14607&quot;:23819,&quot;14608&quot;:23820,&quot;14609&quot;:23821,&quot;14610&quot;:23822,&quot;14611&quot;:23823,&quot;14612&quot;:23824,&quot;14613&quot;:23825,&quot;14614&quot;:23826,&quot;14615&quot;:23827,&quot;14617&quot;:23828,&quot;14618&quot;:23829,&quot;14619&quot;:23830,&quot;14620&quot;:23831,&quot;14621&quot;:23832,&quot;14622&quot;:23833,&quot;14623&quot;:23834,&quot;14624&quot;:23835,&quot;14625&quot;:23836,&quot;14626&quot;:23837,&quot;14627&quot;:23838,&quot;14628&quot;:23839,&quot;14629&quot;:23840,&quot;14630&quot;:23841,&quot;14631&quot;:23842,&quot;14632&quot;:23843,&quot;14633&quot;:23844,&quot;14634&quot;:23845,&quot;14635&quot;:23846,&quot;14636&quot;:23847,&quot;14637&quot;:23848,&quot;14638&quot;:23849,&quot;14639&quot;:23850,&quot;14640&quot;:23851,&quot;14641&quot;:23852,&quot;14642&quot;:23853,&quot;14643&quot;:23854,&quot;14644&quot;:23855,&quot;14645&quot;:23856,&quot;14646&quot;:23857,&quot;14647&quot;:23858,&quot;14648&quot;:23859,&quot;14649&quot;:23860,&quot;14650&quot;:23861,&quot;14651&quot;:23862,&quot;14652&quot;:23863,&quot;14653&quot;:23864,&quot;14654&quot;:23865,&quot;14655&quot;:23866,&quot;14656&quot;:23867,&quot;14657&quot;:23868,&quot;14658&quot;:23869,&quot;14659&quot;:23870,&quot;14660&quot;:23871,&quot;14661&quot;:23872,&quot;14662&quot;:23873,&quot;14663&quot;:23874,&quot;14664&quot;:23875,&quot;14665&quot;:23876,&quot;14666&quot;:23877,&quot;14667&quot;:23878,&quot;14668&quot;:23879,&quot;14669&quot;:23880,&quot;14670&quot;:23881,&quot;14671&quot;:23882,&quot;14672&quot;:23883,&quot;14673&quot;:23884,&quot;14674&quot;:23885,&quot;14675&quot;:23886,&quot;14676&quot;:23887,&quot;14677&quot;:23888,&quot;14678&quot;:23889,&quot;14679&quot;:23890,&quot;14680&quot;:23891,&quot;14681&quot;:23892,&quot;14682&quot;:23893,&quot;14683&quot;:23894,&quot;14684&quot;:23895,&quot;14685&quot;:23896,&quot;14686&quot;:23897,&quot;14687&quot;:23898,&quot;14688&quot;:23899,&quot;14689&quot;:23900,&quot;14690&quot;:23901,&quot;14691&quot;:23902,&quot;14692&quot;:23903,&quot;14693&quot;:23904,&quot;14694&quot;:23905,&quot;14695&quot;:23906,&quot;14696&quot;:23907,&quot;14697&quot;:23908,&quot;14698&quot;:23909,&quot;14699&quot;:23910,&quot;14700&quot;:23911,&quot;14701&quot;:23912,&quot;14703&quot;:23913,&quot;14704&quot;:23914,&quot;14705&quot;:23915,&quot;14706&quot;:23916,&quot;14707&quot;:23917,&quot;14708&quot;:23918,&quot;14709&quot;:23919,&quot;14710&quot;:23920,&quot;14711&quot;:23921,&quot;14712&quot;:23922,&quot;14713&quot;:23923,&quot;14714&quot;:23924,&quot;14715&quot;:23925,&quot;14716&quot;:23926,&quot;14717&quot;:23927,&quot;14718&quot;:23928,&quot;14719&quot;:23929,&quot;14720&quot;:23930,&quot;14721&quot;:23931,&quot;14722&quot;:23932,&quot;14723&quot;:23933,&quot;14724&quot;:23934,&quot;14725&quot;:23935,&quot;14726&quot;:23936,&quot;14727&quot;:23937,&quot;14728&quot;:23938,&quot;14729&quot;:23939,&quot;14730&quot;:23940,&quot;14731&quot;:23941,&quot;14732&quot;:23942,&quot;14733&quot;:23943,&quot;14734&quot;:23944,&quot;14735&quot;:23945,&quot;14736&quot;:23946,&quot;14737&quot;:23947,&quot;14738&quot;:23948,&quot;14739&quot;:23949,&quot;14740&quot;:23950,&quot;14741&quot;:23951,&quot;14742&quot;:23952,&quot;14743&quot;:23953,&quot;14744&quot;:23954,&quot;14745&quot;:23955,&quot;14746&quot;:23956,&quot;14747&quot;:23957,&quot;14748&quot;:23958,&quot;14749&quot;:23959,&quot;14750&quot;:23960,&quot;14751&quot;:23961,&quot;14752&quot;:23962,&quot;14753&quot;:23963,&quot;14754&quot;:23964,&quot;14755&quot;:23965,&quot;14756&quot;:23966,&quot;14757&quot;:23967,&quot;14758&quot;:23968,&quot;14759&quot;:23969,&quot;14760&quot;:23970,&quot;14761&quot;:23971,&quot;14762&quot;:23972,&quot;14763&quot;:23973,&quot;14764&quot;:23974,&quot;14765&quot;:23975,&quot;14766&quot;:23976,&quot;14767&quot;:23977,&quot;14768&quot;:23978,&quot;14769&quot;:23979,&quot;14770&quot;:23980,&quot;14771&quot;:23981,&quot;14772&quot;:23982,&quot;14773&quot;:23983,&quot;14774&quot;:23984,&quot;14775&quot;:23985,&quot;14776&quot;:23986,&quot;14777&quot;:23987,&quot;14778&quot;:23988,&quot;14779&quot;:23989,&quot;14780&quot;:23990,&quot;14781&quot;:23991,&quot;14782&quot;:23992,&quot;14783&quot;:23993,&quot;14784&quot;:23994,&quot;14785&quot;:23995,&quot;14786&quot;:23996,&quot;14787&quot;:23997,&quot;14788&quot;:23998,&quot;14789&quot;:23999,&quot;14790&quot;:24000,&quot;14791&quot;:24001,&quot;14792&quot;:24002,&quot;14793&quot;:24003,&quot;14794&quot;:24004,&quot;14795&quot;:24005,&quot;14796&quot;:24006,&quot;14797&quot;:24007,&quot;14798&quot;:24008,&quot;14801&quot;:24009,&quot;14802&quot;:24010,&quot;14803&quot;:24011,&quot;14804&quot;:24012,&quot;14805&quot;:24013,&quot;14806&quot;:24014,&quot;14807&quot;:24015,&quot;14808&quot;:24016,&quot;14809&quot;:24017,&quot;14810&quot;:24018,&quot;14811&quot;:24019,&quot;14812&quot;:24020,&quot;14813&quot;:24021,&quot;14814&quot;:24022,&quot;14816&quot;:24023,&quot;14817&quot;:24024,&quot;14818&quot;:24025,&quot;14819&quot;:24026,&quot;14820&quot;:24027,&quot;14821&quot;:24028,&quot;14822&quot;:24029,&quot;14823&quot;:24030,&quot;14824&quot;:24031,&quot;14825&quot;:24032,&quot;14826&quot;:24033,&quot;14827&quot;:24034,&quot;14828&quot;:24035,&quot;14829&quot;:24036,&quot;14830&quot;:24037,&quot;14831&quot;:24038,&quot;14832&quot;:24039,&quot;14833&quot;:24040,&quot;14834&quot;:24041,&quot;14835&quot;:24042,&quot;14836&quot;:24043,&quot;14837&quot;:24044,&quot;14838&quot;:24045,&quot;14839&quot;:24046,&quot;14840&quot;:24047,&quot;14841&quot;:24048,&quot;14842&quot;:24049,&quot;14843&quot;:24050,&quot;14844&quot;:24051,&quot;14845&quot;:24052,&quot;14846&quot;:24053,&quot;14847&quot;:24054,&quot;14848&quot;:24055,&quot;14849&quot;:24056,&quot;14850&quot;:24057,&quot;14851&quot;:24058,&quot;14852&quot;:24059,&quot;14853&quot;:24060,&quot;14854&quot;:24061,&quot;14855&quot;:24062,&quot;14856&quot;:24063,&quot;14857&quot;:24064,&quot;14858&quot;:24065,&quot;14859&quot;:24066,&quot;14860&quot;:24067,&quot;14861&quot;:24068,&quot;14862&quot;:24069,&quot;14863&quot;:24070,&quot;14864&quot;:24071,&quot;14865&quot;:24072,&quot;14866&quot;:24073,&quot;14867&quot;:24074,&quot;14868&quot;:24075,&quot;14869&quot;:24076,&quot;14870&quot;:24077,&quot;14871&quot;:24078,&quot;14872&quot;:24079,&quot;14873&quot;:24080,&quot;14874&quot;:24081,&quot;14875&quot;:24082,&quot;14876&quot;:24083,&quot;14877&quot;:24084,&quot;14878&quot;:24085,&quot;14879&quot;:24086,&quot;14880&quot;:24087,&quot;14881&quot;:24088,&quot;14882&quot;:24089,&quot;14883&quot;:24090,&quot;14884&quot;:24091,&quot;14885&quot;:24092,&quot;14886&quot;:24093,&quot;14887&quot;:24094,&quot;14888&quot;:24095,&quot;14889&quot;:24096,&quot;14890&quot;:24097,&quot;14891&quot;:24098,&quot;14892&quot;:24099,&quot;14893&quot;:24100,&quot;14894&quot;:24101,&quot;14895&quot;:24102,&quot;14896&quot;:24103,&quot;14897&quot;:24104,&quot;14898&quot;:24105,&quot;14899&quot;:24106,&quot;14900&quot;:24107,&quot;14901&quot;:24108,&quot;14902&quot;:24109,&quot;14903&quot;:24110,&quot;14904&quot;:24111,&quot;14905&quot;:24112,&quot;14906&quot;:24113,&quot;14907&quot;:24114,&quot;14908&quot;:24115,&quot;14909&quot;:24116,&quot;14910&quot;:24117,&quot;14911&quot;:24118,&quot;14912&quot;:24119,&quot;14913&quot;:24120,&quot;14914&quot;:24121,&quot;14915&quot;:24122,&quot;14916&quot;:24123,&quot;14917&quot;:24124,&quot;14918&quot;:24125,&quot;14919&quot;:24126,&quot;14920&quot;:24127,&quot;14921&quot;:24128,&quot;14922&quot;:24129,&quot;14923&quot;:24130,&quot;14924&quot;:24131,&quot;14925&quot;:24132,&quot;14926&quot;:24133,&quot;14927&quot;:24134,&quot;14928&quot;:24135,&quot;14929&quot;:24136,&quot;14930&quot;:24137,&quot;14931&quot;:24138,&quot;14932&quot;:24139,&quot;14933&quot;:24140,&quot;14934&quot;:24141,&quot;14935&quot;:24142,&quot;14936&quot;:24143,&quot;14937&quot;:24144,&quot;14938&quot;:24145,&quot;14939&quot;:24146,&quot;14940&quot;:24147,&quot;14941&quot;:24148,&quot;14942&quot;:24149,&quot;14943&quot;:24150,&quot;14944&quot;:24151,&quot;14945&quot;:24152,&quot;14946&quot;:24153,&quot;14947&quot;:24154,&quot;14948&quot;:24155,&quot;14949&quot;:24156,&quot;14950&quot;:24157,&quot;14951&quot;:24158,&quot;14952&quot;:24159,&quot;14953&quot;:24160,&quot;14954&quot;:24161,&quot;14955&quot;:24162,&quot;14956&quot;:24163,&quot;14957&quot;:24164,&quot;14958&quot;:24165,&quot;14959&quot;:24166,&quot;14960&quot;:24167,&quot;14961&quot;:24168,&quot;14962&quot;:24169,&quot;14964&quot;:24170,&quot;14965&quot;:24171,&quot;14966&quot;:24172,&quot;14967&quot;:24173,&quot;14968&quot;:24174,&quot;14969&quot;:24175,&quot;14970&quot;:24176,&quot;14971&quot;:24177,&quot;14972&quot;:24178,&quot;14973&quot;:24179,&quot;14974&quot;:24180,&quot;14975&quot;:24181,&quot;14976&quot;:24182,&quot;14977&quot;:24183,&quot;14978&quot;:24184,&quot;14979&quot;:24185,&quot;14980&quot;:24186,&quot;14981&quot;:24187,&quot;14982&quot;:24188,&quot;14983&quot;:24189,&quot;14984&quot;:24190,&quot;14985&quot;:24191,&quot;14986&quot;:24192,&quot;14987&quot;:24193,&quot;14988&quot;:24194,&quot;14989&quot;:24195,&quot;14990&quot;:24196,&quot;14991&quot;:24197,&quot;14992&quot;:24198,&quot;14993&quot;:24199,&quot;14994&quot;:24200,&quot;14995&quot;:24201,&quot;14996&quot;:24202,&quot;14997&quot;:24203,&quot;14998&quot;:24204,&quot;14999&quot;:24205,&quot;15000&quot;:24206,&quot;15001&quot;:24207,&quot;15002&quot;:24208,&quot;15003&quot;:24209,&quot;15004&quot;:24210,&quot;15005&quot;:24211,&quot;15006&quot;:24212,&quot;15007&quot;:24213,&quot;15008&quot;:24214,&quot;15009&quot;:24215,&quot;15010&quot;:24216,&quot;15011&quot;:24217,&quot;15012&quot;:24218,&quot;15013&quot;:24219,&quot;15014&quot;:24220,&quot;15015&quot;:24221,&quot;15016&quot;:24222,&quot;15017&quot;:24223,&quot;15018&quot;:24224,&quot;15019&quot;:24225,&quot;15020&quot;:24226,&quot;15021&quot;:24227,&quot;15022&quot;:24228,&quot;15023&quot;:24229,&quot;15024&quot;:24230,&quot;15025&quot;:24231,&quot;15026&quot;:24232,&quot;15027&quot;:24233,&quot;15028&quot;:24234,&quot;15029&quot;:24235,&quot;15030&quot;:24236,&quot;15031&quot;:24237,&quot;15032&quot;:24238,&quot;15033&quot;:24239,&quot;15034&quot;:24240,&quot;15035&quot;:24241,&quot;15036&quot;:24242,&quot;15037&quot;:24243,&quot;15038&quot;:24244,&quot;15039&quot;:24245,&quot;15040&quot;:24246,&quot;15041&quot;:24247,&quot;15042&quot;:24248,&quot;15043&quot;:24249,&quot;15044&quot;:24250,&quot;15045&quot;:24251,&quot;15046&quot;:24252,&quot;15047&quot;:24253,&quot;15048&quot;:24254,&quot;15049&quot;:24255,&quot;15050&quot;:24256,&quot;15051&quot;:24257,&quot;15052&quot;:24258,&quot;15053&quot;:24259,&quot;15054&quot;:24260,&quot;15055&quot;:24261,&quot;15056&quot;:24262,&quot;15057&quot;:24263,&quot;15058&quot;:24264,&quot;15059&quot;:24265,&quot;15060&quot;:24266,&quot;15061&quot;:24267,&quot;15062&quot;:24268,&quot;15063&quot;:24269,&quot;15064&quot;:24270,&quot;15065&quot;:24271,&quot;15066&quot;:24272,&quot;15067&quot;:24273,&quot;15068&quot;:24274,&quot;15069&quot;:24275,&quot;15070&quot;:24276,&quot;15071&quot;:24277,&quot;15072&quot;:24278,&quot;15073&quot;:24279,&quot;15074&quot;:24280,&quot;15075&quot;:24281,&quot;15076&quot;:24282,&quot;15077&quot;:24283,&quot;15078&quot;:24284,&quot;15079&quot;:24285,&quot;15080&quot;:24286,&quot;15081&quot;:24287,&quot;15082&quot;:24288,&quot;15083&quot;:24289,&quot;15084&quot;:24290,&quot;15085&quot;:24291,&quot;15086&quot;:24292,&quot;15087&quot;:24293,&quot;15088&quot;:24294,&quot;15089&quot;:24295,&quot;15090&quot;:24296,&quot;15091&quot;:24297,&quot;15092&quot;:24298,&quot;15093&quot;:24299,&quot;15094&quot;:24300,&quot;15095&quot;:24301,&quot;15096&quot;:24302,&quot;15097&quot;:24303,&quot;15098&quot;:24304,&quot;15099&quot;:24305,&quot;15100&quot;:24306,&quot;15101&quot;:24307,&quot;15102&quot;:24308,&quot;15103&quot;:24309,&quot;15104&quot;:24310,&quot;15105&quot;:24311,&quot;15106&quot;:24312,&quot;15107&quot;:24313,&quot;15108&quot;:24314,&quot;15109&quot;:24315,&quot;15110&quot;:24316,&quot;15111&quot;:24317,&quot;15112&quot;:24318,&quot;15113&quot;:24319,&quot;15114&quot;:24320,&quot;15115&quot;:24321,&quot;15116&quot;:24322,&quot;15117&quot;:24323,&quot;15118&quot;:24324,&quot;15119&quot;:24325,&quot;15120&quot;:24326,&quot;15121&quot;:24327,&quot;15122&quot;:24328,&quot;15123&quot;:24329,&quot;15124&quot;:24330,&quot;15125&quot;:24331,&quot;15126&quot;:24332,&quot;15127&quot;:24333,&quot;15128&quot;:24334,&quot;15129&quot;:24335,&quot;15130&quot;:24336,&quot;15131&quot;:24337,&quot;15132&quot;:24338,&quot;15133&quot;:24339,&quot;15134&quot;:24340,&quot;15135&quot;:24341,&quot;15136&quot;:24342,&quot;15137&quot;:24343,&quot;15138&quot;:24344,&quot;15139&quot;:24345,&quot;15140&quot;:24346,&quot;15141&quot;:24347,&quot;15142&quot;:24348,&quot;15143&quot;:24349,&quot;15144&quot;:24350,&quot;15145&quot;:24351,&quot;15146&quot;:24352,&quot;15147&quot;:24353,&quot;15148&quot;:24354,&quot;15149&quot;:24355,&quot;15150&quot;:24356,&quot;15151&quot;:24357,&quot;15152&quot;:24358,&quot;15153&quot;:24359,&quot;15154&quot;:24360,&quot;15155&quot;:24361,&quot;15156&quot;:24362,&quot;15157&quot;:24363,&quot;15158&quot;:24364,&quot;15159&quot;:24365,&quot;15160&quot;:24366,&quot;15161&quot;:24367,&quot;15162&quot;:24368,&quot;15163&quot;:24369,&quot;15164&quot;:24370,&quot;15165&quot;:24371,&quot;15166&quot;:24372,&quot;15167&quot;:24373,&quot;15168&quot;:24374,&quot;15169&quot;:24375,&quot;15170&quot;:24376,&quot;15171&quot;:24377,&quot;15172&quot;:24378,&quot;15173&quot;:24379,&quot;15174&quot;:24380,&quot;15175&quot;:24381,&quot;15176&quot;:24382,&quot;15177&quot;:24383,&quot;15178&quot;:24384,&quot;15179&quot;:24385,&quot;15180&quot;:24386,&quot;15181&quot;:24387,&quot;15183&quot;:24388,&quot;15184&quot;:24389,&quot;15185&quot;:24390,&quot;15186&quot;:24391,&quot;15187&quot;:24392,&quot;15188&quot;:24393,&quot;15189&quot;:24394,&quot;15190&quot;:24395,&quot;15191&quot;:24396,&quot;15192&quot;:24397,&quot;15193&quot;:24398,&quot;15194&quot;:24399,&quot;15195&quot;:24400,&quot;15196&quot;:24401,&quot;15197&quot;:24402,&quot;15198&quot;:24403,&quot;15199&quot;:24404,&quot;15200&quot;:24405,&quot;15201&quot;:24406,&quot;15202&quot;:24407,&quot;15203&quot;:24408,&quot;15204&quot;:24409,&quot;15205&quot;:24410,&quot;15206&quot;:24411,&quot;15207&quot;:24412,&quot;15208&quot;:24413,&quot;15209&quot;:24414,&quot;15210&quot;:24415,&quot;15211&quot;:24416,&quot;15212&quot;:24417,&quot;15213&quot;:24418,&quot;15214&quot;:24419,&quot;15215&quot;:24420,&quot;15216&quot;:24421,&quot;15217&quot;:24422,&quot;15218&quot;:24423,&quot;15219&quot;:24424,&quot;15220&quot;:24425,&quot;15221&quot;:24426,&quot;15222&quot;:24427,&quot;15223&quot;:24428,&quot;15224&quot;:24429,&quot;15225&quot;:24430,&quot;15226&quot;:24431,&quot;15227&quot;:24432,&quot;15228&quot;:24433,&quot;15229&quot;:24434,&quot;15230&quot;:24435,&quot;15231&quot;:24436,&quot;15232&quot;:24437,&quot;15233&quot;:24438,&quot;15234&quot;:24439,&quot;15235&quot;:24440,&quot;15236&quot;:24441,&quot;15237&quot;:24442,&quot;15238&quot;:24443,&quot;15239&quot;:24444,&quot;15240&quot;:24445,&quot;15241&quot;:24446,&quot;15242&quot;:24447,&quot;15243&quot;:24448,&quot;15244&quot;:24449,&quot;15245&quot;:24450,&quot;15246&quot;:24451,&quot;15247&quot;:24452,&quot;15248&quot;:24453,&quot;15249&quot;:24454,&quot;15250&quot;:24455,&quot;15251&quot;:24456,&quot;15252&quot;:24457,&quot;15253&quot;:24458,&quot;15254&quot;:24459,&quot;15255&quot;:24460,&quot;15256&quot;:24461,&quot;15257&quot;:24462,&quot;15258&quot;:24463,&quot;15259&quot;:24464,&quot;15260&quot;:24465,&quot;15261&quot;:24466,&quot;15262&quot;:24467,&quot;15263&quot;:24468,&quot;15264&quot;:24469,&quot;15265&quot;:24470,&quot;15266&quot;:24471,&quot;15267&quot;:24472,&quot;15268&quot;:24473,&quot;15269&quot;:24474,&quot;15270&quot;:24475,&quot;15271&quot;:24476,&quot;15272&quot;:24477,&quot;15273&quot;:24478,&quot;15274&quot;:24479,&quot;15275&quot;:24480,&quot;15276&quot;:24481,&quot;15277&quot;:24482,&quot;15278&quot;:24483,&quot;15279&quot;:24484,&quot;15280&quot;:24485,&quot;15281&quot;:24486,&quot;15282&quot;:24487,&quot;15283&quot;:24488,&quot;15284&quot;:24489,&quot;15285&quot;:24490,&quot;15286&quot;:24491,&quot;15287&quot;:24492,&quot;15288&quot;:24493,&quot;15289&quot;:24494,&quot;15290&quot;:24495,&quot;15291&quot;:24496,&quot;15292&quot;:24497,&quot;15293&quot;:24498,&quot;15294&quot;:24499,&quot;15295&quot;:24500,&quot;15296&quot;:24501,&quot;15297&quot;:24502,&quot;15298&quot;:24503,&quot;15299&quot;:24504,&quot;15300&quot;:24505,&quot;15301&quot;:24506,&quot;15302&quot;:24507,&quot;15303&quot;:24508,&quot;15304&quot;:24509,&quot;15305&quot;:24510,&quot;15306&quot;:24511,&quot;15307&quot;:24512,&quot;15308&quot;:24513,&quot;15309&quot;:24514,&quot;15310&quot;:24515,&quot;15311&quot;:24516,&quot;15312&quot;:24517,&quot;15313&quot;:24518,&quot;15314&quot;:24519,&quot;15315&quot;:24520,&quot;15316&quot;:24521,&quot;15317&quot;:24522,&quot;15318&quot;:24523,&quot;15319&quot;:24524,&quot;15320&quot;:24525,&quot;15321&quot;:24526,&quot;15322&quot;:24527,&quot;15323&quot;:24528,&quot;15324&quot;:24529,&quot;15325&quot;:24530,&quot;15326&quot;:24531,&quot;15327&quot;:24532,&quot;15328&quot;:24533,&quot;15329&quot;:24534,&quot;15330&quot;:24535,&quot;15331&quot;:24536,&quot;15332&quot;:24537,&quot;15333&quot;:24538,&quot;15334&quot;:24539,&quot;15335&quot;:24540,&quot;15336&quot;:24541,&quot;15337&quot;:24542,&quot;15338&quot;:24543,&quot;15339&quot;:24544,&quot;15340&quot;:24545,&quot;15341&quot;:24546,&quot;15342&quot;:24547,&quot;15343&quot;:24548,&quot;15344&quot;:24549,&quot;15345&quot;:24550,&quot;15346&quot;:24551,&quot;15347&quot;:24552,&quot;15348&quot;:24553,&quot;15349&quot;:24554,&quot;15350&quot;:24555,&quot;15351&quot;:24556,&quot;15352&quot;:24557,&quot;15353&quot;:24558,&quot;15354&quot;:24559,&quot;15355&quot;:24560,&quot;15356&quot;:24561,&quot;15357&quot;:24562,&quot;15358&quot;:24563,&quot;15359&quot;:24564,&quot;15360&quot;:24565,&quot;15361&quot;:24566,&quot;15362&quot;:24567,&quot;15363&quot;:24568,&quot;15364&quot;:24569,&quot;15365&quot;:24570,&quot;15366&quot;:24571,&quot;15367&quot;:24572,&quot;15368&quot;:24573,&quot;15369&quot;:24574,&quot;15370&quot;:24575,&quot;15371&quot;:24576,&quot;15372&quot;:24577,&quot;15373&quot;:24578,&quot;15374&quot;:24579,&quot;15375&quot;:24580,&quot;15376&quot;:24581,&quot;15377&quot;:24582,&quot;15378&quot;:24583,&quot;15379&quot;:24584,&quot;15380&quot;:24585,&quot;15381&quot;:24586,&quot;15382&quot;:24587,&quot;15383&quot;:24588,&quot;15384&quot;:24589,&quot;15385&quot;:24590,&quot;15386&quot;:24591,&quot;15387&quot;:24592,&quot;15388&quot;:24593,&quot;15389&quot;:24594,&quot;15390&quot;:24595,&quot;15391&quot;:24596,&quot;15392&quot;:24597,&quot;15393&quot;:24598,&quot;15394&quot;:24599,&quot;15395&quot;:24600,&quot;15396&quot;:24601,&quot;15397&quot;:24602,&quot;15398&quot;:24603,&quot;15399&quot;:24604,&quot;15400&quot;:24605,&quot;15401&quot;:24606,&quot;15402&quot;:24607,&quot;15403&quot;:24608,&quot;15404&quot;:24609,&quot;15405&quot;:24610,&quot;15406&quot;:24611,&quot;15407&quot;:24612,&quot;15408&quot;:24613,&quot;15409&quot;:24614,&quot;15410&quot;:24615,&quot;15411&quot;:24616,&quot;15412&quot;:24617,&quot;15413&quot;:24618,&quot;15414&quot;:24619,&quot;15415&quot;:24620,&quot;15416&quot;:24621,&quot;15417&quot;:24622,&quot;15418&quot;:24623,&quot;15419&quot;:24624,&quot;15420&quot;:24625,&quot;15421&quot;:24626,&quot;15422&quot;:24627,&quot;15423&quot;:24628,&quot;15424&quot;:24629,&quot;15425&quot;:24630,&quot;15426&quot;:24631,&quot;15427&quot;:24632,&quot;15428&quot;:24633,&quot;15429&quot;:24634,&quot;15430&quot;:24635,&quot;15431&quot;:24636,&quot;15432&quot;:24637,&quot;15433&quot;:24638,&quot;15434&quot;:24639,&quot;15435&quot;:24640,&quot;15436&quot;:24641,&quot;15437&quot;:24642,&quot;15438&quot;:24643,&quot;15439&quot;:24644,&quot;15440&quot;:24645,&quot;15441&quot;:24646,&quot;15442&quot;:24647,&quot;15443&quot;:24648,&quot;15444&quot;:24649,&quot;15445&quot;:24650,&quot;15446&quot;:24651,&quot;15447&quot;:24652,&quot;15448&quot;:24653,&quot;15449&quot;:24654,&quot;15450&quot;:24655,&quot;15451&quot;:24656,&quot;15452&quot;:24657,&quot;15453&quot;:24658,&quot;15454&quot;:24659,&quot;15455&quot;:24660,&quot;15456&quot;:24661,&quot;15457&quot;:24662,&quot;15458&quot;:24663,&quot;15459&quot;:24664,&quot;15460&quot;:24665,&quot;15461&quot;:24666,&quot;15462&quot;:24667,&quot;15463&quot;:24668,&quot;15464&quot;:24669,&quot;15465&quot;:24670,&quot;15466&quot;:24671,&quot;15467&quot;:24672,&quot;15468&quot;:24673,&quot;15469&quot;:24674,&quot;15471&quot;:24675,&quot;15472&quot;:24676,&quot;15473&quot;:24677,&quot;15474&quot;:24678,&quot;15475&quot;:24679,&quot;15476&quot;:24680,&quot;15477&quot;:24681,&quot;15478&quot;:24682,&quot;15479&quot;:24683,&quot;15480&quot;:24684,&quot;15481&quot;:24685,&quot;15482&quot;:24686,&quot;15483&quot;:24687,&quot;15484&quot;:24688,&quot;15485&quot;:24689,&quot;15486&quot;:24690,&quot;15487&quot;:24691,&quot;15488&quot;:24692,&quot;15489&quot;:24693,&quot;15490&quot;:24694,&quot;15491&quot;:24695,&quot;15492&quot;:24696,&quot;15493&quot;:24697,&quot;15494&quot;:24698,&quot;15495&quot;:24699,&quot;15496&quot;:24700,&quot;15497&quot;:24701,&quot;15498&quot;:24702,&quot;15499&quot;:24703,&quot;15500&quot;:24704,&quot;15501&quot;:24705,&quot;15502&quot;:24706,&quot;15503&quot;:24707,&quot;15504&quot;:24708,&quot;15505&quot;:24709,&quot;15506&quot;:24710,&quot;15507&quot;:24711,&quot;15508&quot;:24712,&quot;15509&quot;:24713,&quot;15510&quot;:24714,&quot;15511&quot;:24715,&quot;15512&quot;:24716,&quot;15513&quot;:24717,&quot;15514&quot;:24718,&quot;15515&quot;:24719,&quot;15516&quot;:24720,&quot;15517&quot;:24721,&quot;15518&quot;:24722,&quot;15519&quot;:24723,&quot;15520&quot;:24724,&quot;15521&quot;:24725,&quot;15522&quot;:24726,&quot;15523&quot;:24727,&quot;15524&quot;:24728,&quot;15525&quot;:24729,&quot;15526&quot;:24730,&quot;15527&quot;:24731,&quot;15528&quot;:24732,&quot;15529&quot;:24733,&quot;15530&quot;:24734,&quot;15531&quot;:24735,&quot;15532&quot;:24736,&quot;15533&quot;:24737,&quot;15534&quot;:24738,&quot;15535&quot;:24739,&quot;15536&quot;:24740,&quot;15537&quot;:24741,&quot;15538&quot;:24742,&quot;15539&quot;:24743,&quot;15540&quot;:24744,&quot;15541&quot;:24745,&quot;15542&quot;:24746,&quot;15543&quot;:24747,&quot;15544&quot;:24748,&quot;15545&quot;:24749,&quot;15546&quot;:24750,&quot;15547&quot;:24751,&quot;15548&quot;:24752,&quot;15549&quot;:24753,&quot;15550&quot;:24754,&quot;15551&quot;:24755,&quot;15552&quot;:24756,&quot;15553&quot;:24757,&quot;15554&quot;:24758,&quot;15555&quot;:24759,&quot;15556&quot;:24760,&quot;15557&quot;:24761,&quot;15558&quot;:24762,&quot;15559&quot;:24763,&quot;15560&quot;:24764,&quot;15561&quot;:24765,&quot;15562&quot;:24766,&quot;15563&quot;:24767,&quot;15564&quot;:24768,&quot;15565&quot;:24769,&quot;15566&quot;:24770,&quot;15567&quot;:24771,&quot;15568&quot;:24772,&quot;15569&quot;:24773,&quot;15570&quot;:24774,&quot;15571&quot;:24775,&quot;15572&quot;:24776,&quot;15573&quot;:24777,&quot;15574&quot;:24778,&quot;15575&quot;:24779,&quot;15576&quot;:24780,&quot;15577&quot;:24781,&quot;15578&quot;:24782,&quot;15579&quot;:24783,&quot;15580&quot;:24784,&quot;15581&quot;:24785,&quot;15582&quot;:24786,&quot;15583&quot;:24787,&quot;15585&quot;:24788,&quot;15586&quot;:24789,&quot;15587&quot;:24790,&quot;15588&quot;:24791,&quot;15589&quot;:24792,&quot;15590&quot;:24793,&quot;15591&quot;:24794,&quot;15592&quot;:24795,&quot;15593&quot;:24796,&quot;15594&quot;:24797,&quot;15595&quot;:24798,&quot;15596&quot;:24799,&quot;15597&quot;:24800,&quot;15598&quot;:24801,&quot;15599&quot;:24802,&quot;15600&quot;:24803,&quot;15601&quot;:24804,&quot;15602&quot;:24805,&quot;15603&quot;:24806,&quot;15604&quot;:24807,&quot;15605&quot;:24808,&quot;15606&quot;:24809,&quot;15607&quot;:24810,&quot;15608&quot;:24811,&quot;15609&quot;:24812,&quot;15610&quot;:24813,&quot;15611&quot;:24814,&quot;15612&quot;:24815,&quot;15613&quot;:24816,&quot;15614&quot;:24817,&quot;15615&quot;:24818,&quot;15616&quot;:24819,&quot;15617&quot;:24820,&quot;15618&quot;:24821,&quot;15619&quot;:24822,&quot;15620&quot;:24823,&quot;15621&quot;:24824,&quot;15622&quot;:24825,&quot;15623&quot;:24826,&quot;15624&quot;:24827,&quot;15625&quot;:24828,&quot;15626&quot;:24829,&quot;15627&quot;:24830,&quot;15628&quot;:24831,&quot;15629&quot;:24832,&quot;15630&quot;:24833,&quot;15631&quot;:24834,&quot;15632&quot;:24835,&quot;15633&quot;:24836,&quot;15634&quot;:24837,&quot;15635&quot;:24838,&quot;15636&quot;:24839,&quot;15637&quot;:24840,&quot;15638&quot;:24841,&quot;15639&quot;:24842,&quot;15640&quot;:24843,&quot;15641&quot;:24844,&quot;15642&quot;:24845,&quot;15643&quot;:24846,&quot;15644&quot;:24847,&quot;15645&quot;:24848,&quot;15646&quot;:24849,&quot;15647&quot;:24850,&quot;15648&quot;:24851,&quot;15649&quot;:24852,&quot;15650&quot;:24853,&quot;15651&quot;:24854,&quot;15652&quot;:24855,&quot;15653&quot;:24856,&quot;15654&quot;:24857,&quot;15655&quot;:24858,&quot;15656&quot;:24859,&quot;15657&quot;:24860,&quot;15658&quot;:24861,&quot;15659&quot;:24862,&quot;15660&quot;:24863,&quot;15661&quot;:24864,&quot;15662&quot;:24865,&quot;15663&quot;:24866,&quot;15664&quot;:24867,&quot;15665&quot;:24868,&quot;15666&quot;:24869,&quot;15667&quot;:24870,&quot;15668&quot;:24871,&quot;15669&quot;:24872,&quot;15670&quot;:24873,&quot;15671&quot;:24874,&quot;15672&quot;:24875,&quot;15673&quot;:24876,&quot;15674&quot;:24877,&quot;15675&quot;:24878,&quot;15676&quot;:24879,&quot;15677&quot;:24880,&quot;15678&quot;:24881,&quot;15679&quot;:24882,&quot;15680&quot;:24883,&quot;15681&quot;:24884,&quot;15682&quot;:24885,&quot;15683&quot;:24886,&quot;15684&quot;:24887,&quot;15685&quot;:24888,&quot;15686&quot;:24889,&quot;15687&quot;:24890,&quot;15688&quot;:24891,&quot;15689&quot;:24892,&quot;15690&quot;:24893,&quot;15691&quot;:24894,&quot;15692&quot;:24895,&quot;15693&quot;:24896,&quot;15694&quot;:24897,&quot;15695&quot;:24898,&quot;15696&quot;:24899,&quot;15697&quot;:24900,&quot;15698&quot;:24901,&quot;15699&quot;:24902,&quot;15700&quot;:24903,&quot;15701&quot;:24904,&quot;15702&quot;:24905,&quot;15703&quot;:24906,&quot;15704&quot;:24907,&quot;15705&quot;:24908,&quot;15706&quot;:24909,&quot;15707&quot;:24910,&quot;15708&quot;:24911,&quot;15709&quot;:24912,&quot;15710&quot;:24913,&quot;15711&quot;:24914,&quot;15712&quot;:24915,&quot;15713&quot;:24916,&quot;15714&quot;:24917,&quot;15715&quot;:24918,&quot;15716&quot;:24919,&quot;15717&quot;:24920,&quot;15718&quot;:24921,&quot;15719&quot;:24922,&quot;15720&quot;:24923,&quot;15721&quot;:24924,&quot;15722&quot;:24925,&quot;15723&quot;:24926,&quot;15724&quot;:24927,&quot;15725&quot;:24928,&quot;15726&quot;:24929,&quot;15727&quot;:24930,&quot;15728&quot;:24931,&quot;15729&quot;:24932,&quot;15730&quot;:24933,&quot;15731&quot;:24934,&quot;15732&quot;:24935,&quot;15733&quot;:24936,&quot;15734&quot;:24937,&quot;15735&quot;:24938,&quot;15736&quot;:24939,&quot;15737&quot;:24940,&quot;15738&quot;:24941,&quot;15739&quot;:24942,&quot;15740&quot;:24943,&quot;15741&quot;:24944,&quot;15742&quot;:24945,&quot;15743&quot;:24946,&quot;15744&quot;:24947,&quot;15745&quot;:24948,&quot;15746&quot;:24949,&quot;15747&quot;:24950,&quot;15748&quot;:24951,&quot;15749&quot;:24952,&quot;15750&quot;:24953,&quot;15751&quot;:24954,&quot;15752&quot;:24955,&quot;15753&quot;:24956,&quot;15754&quot;:24957,&quot;15755&quot;:24958,&quot;15756&quot;:24959,&quot;15757&quot;:24960,&quot;15758&quot;:24961,&quot;15759&quot;:24962,&quot;15760&quot;:24963,&quot;15761&quot;:24964,&quot;15762&quot;:24965,&quot;15763&quot;:24966,&quot;15764&quot;:24967,&quot;15765&quot;:24968,&quot;15766&quot;:24969,&quot;15767&quot;:24970,&quot;15768&quot;:24971,&quot;15769&quot;:24972,&quot;15770&quot;:24973,&quot;15771&quot;:24974,&quot;15772&quot;:24975,&quot;15773&quot;:24976,&quot;15774&quot;:24977,&quot;15775&quot;:24978,&quot;15776&quot;:24979,&quot;15777&quot;:24980,&quot;15778&quot;:24981,&quot;15779&quot;:24982,&quot;15780&quot;:24983,&quot;15781&quot;:24984,&quot;15782&quot;:24985,&quot;15783&quot;:24986,&quot;15784&quot;:24987,&quot;15785&quot;:24988,&quot;15786&quot;:24989,&quot;15787&quot;:24990,&quot;15788&quot;:24991,&quot;15789&quot;:24992,&quot;15790&quot;:24993,&quot;15791&quot;:24994,&quot;15792&quot;:24995,&quot;15793&quot;:24996,&quot;15794&quot;:24997,&quot;15795&quot;:24998,&quot;15796&quot;:24999,&quot;15797&quot;:25000,&quot;15798&quot;:25001,&quot;15799&quot;:25002,&quot;15800&quot;:25003,&quot;15801&quot;:25004,&quot;15802&quot;:25005,&quot;15803&quot;:25006,&quot;15804&quot;:25007,&quot;15805&quot;:25008,&quot;15806&quot;:25009,&quot;15807&quot;:25010,&quot;15808&quot;:25011,&quot;15809&quot;:25012,&quot;15810&quot;:25013,&quot;15811&quot;:25014,&quot;15812&quot;:25015,&quot;15813&quot;:25016,&quot;15814&quot;:25017,&quot;15815&quot;:25018,&quot;15816&quot;:25019,&quot;15817&quot;:25020,&quot;15818&quot;:25021,&quot;15819&quot;:25022,&quot;15820&quot;:25023,&quot;15821&quot;:25024,&quot;15822&quot;:25025,&quot;15823&quot;:25026,&quot;15824&quot;:25027,&quot;15825&quot;:25028,&quot;15826&quot;:25029,&quot;15827&quot;:25030,&quot;15828&quot;:25031,&quot;15829&quot;:25032,&quot;15830&quot;:25033,&quot;15831&quot;:25034,&quot;15832&quot;:25035,&quot;15833&quot;:25036,&quot;15834&quot;:25037,&quot;15835&quot;:25038,&quot;15836&quot;:25039,&quot;15837&quot;:25040,&quot;15838&quot;:25041,&quot;15839&quot;:25042,&quot;15840&quot;:25043,&quot;15841&quot;:25044,&quot;15842&quot;:25045,&quot;15843&quot;:25046,&quot;15844&quot;:25047,&quot;15845&quot;:25048,&quot;15846&quot;:25049,&quot;15847&quot;:25050,&quot;15848&quot;:25051,&quot;15849&quot;:25052,&quot;15850&quot;:25053,&quot;15851&quot;:25054,&quot;15852&quot;:25055,&quot;15853&quot;:25056,&quot;15854&quot;:25057,&quot;15855&quot;:25058,&quot;15856&quot;:25059,&quot;15857&quot;:25060,&quot;15858&quot;:25061,&quot;15859&quot;:25062,&quot;15860&quot;:25063,&quot;15861&quot;:25064,&quot;15862&quot;:25065,&quot;15863&quot;:25066,&quot;15864&quot;:25067,&quot;15865&quot;:25068,&quot;15866&quot;:25069,&quot;15867&quot;:25070,&quot;15868&quot;:25071,&quot;15869&quot;:25072,&quot;15870&quot;:25073,&quot;15871&quot;:25074,&quot;15872&quot;:25075,&quot;15873&quot;:25076,&quot;15874&quot;:25077,&quot;15875&quot;:25078,&quot;15876&quot;:25079,&quot;15877&quot;:25080,&quot;15878&quot;:25081,&quot;15879&quot;:25082,&quot;15880&quot;:25083,&quot;15881&quot;:25084,&quot;15882&quot;:25085,&quot;15883&quot;:25086,&quot;15884&quot;:25087,&quot;15885&quot;:25088,&quot;15886&quot;:25089,&quot;15887&quot;:25090,&quot;15888&quot;:25091,&quot;15889&quot;:25092,&quot;15890&quot;:25093,&quot;15891&quot;:25094,&quot;15892&quot;:25095,&quot;15893&quot;:25096,&quot;15894&quot;:25097,&quot;15895&quot;:25098,&quot;15896&quot;:25099,&quot;15897&quot;:25100,&quot;15898&quot;:25101,&quot;15899&quot;:25102,&quot;15900&quot;:25103,&quot;15901&quot;:25104,&quot;15902&quot;:25105,&quot;15903&quot;:25106,&quot;15904&quot;:25107,&quot;15905&quot;:25108,&quot;15906&quot;:25109,&quot;15907&quot;:25110,&quot;15908&quot;:25111,&quot;15909&quot;:25112,&quot;15910&quot;:25113,&quot;15911&quot;:25114,&quot;15912&quot;:25115,&quot;15913&quot;:25116,&quot;15914&quot;:25117,&quot;15915&quot;:25118,&quot;15916&quot;:25119,&quot;15917&quot;:25120,&quot;15918&quot;:25121,&quot;15919&quot;:25122,&quot;15920&quot;:25123,&quot;15921&quot;:25124,&quot;15922&quot;:25125,&quot;15923&quot;:25126,&quot;15924&quot;:25127,&quot;15925&quot;:25128,&quot;15926&quot;:25129,&quot;15927&quot;:25130,&quot;15928&quot;:25131,&quot;15929&quot;:25132,&quot;15930&quot;:25133,&quot;15931&quot;:25134,&quot;15932&quot;:25135,&quot;15933&quot;:25136,&quot;15934&quot;:25137,&quot;15935&quot;:25138,&quot;15936&quot;:25139,&quot;15937&quot;:25140,&quot;15938&quot;:25141,&quot;15939&quot;:25142,&quot;15940&quot;:25143,&quot;15941&quot;:25144,&quot;15942&quot;:25145,&quot;15943&quot;:25146,&quot;15944&quot;:25147,&quot;15945&quot;:25148,&quot;15946&quot;:25149,&quot;15947&quot;:25150,&quot;15948&quot;:25151,&quot;15949&quot;:25152,&quot;15950&quot;:25153,&quot;15951&quot;:25154,&quot;15952&quot;:25155,&quot;15953&quot;:25156,&quot;15954&quot;:25157,&quot;15955&quot;:25158,&quot;15956&quot;:25159,&quot;15957&quot;:25160,&quot;15958&quot;:25161,&quot;15959&quot;:25162,&quot;15960&quot;:25163,&quot;15961&quot;:25164,&quot;15962&quot;:25165,&quot;15963&quot;:25166,&quot;15964&quot;:25167,&quot;15965&quot;:25168,&quot;15966&quot;:25169,&quot;15967&quot;:25170,&quot;15968&quot;:25171,&quot;15969&quot;:25172,&quot;15970&quot;:25173,&quot;15971&quot;:25174,&quot;15972&quot;:25175,&quot;15973&quot;:25176,&quot;15974&quot;:25177,&quot;15975&quot;:25178,&quot;15976&quot;:25179,&quot;15977&quot;:25180,&quot;15978&quot;:25181,&quot;15979&quot;:25182,&quot;15980&quot;:25183,&quot;15981&quot;:25184,&quot;15982&quot;:25185,&quot;15983&quot;:25186,&quot;15984&quot;:25187,&quot;15985&quot;:25188,&quot;15986&quot;:25189,&quot;15987&quot;:25190,&quot;15988&quot;:25191,&quot;15989&quot;:25192,&quot;15990&quot;:25193,&quot;15991&quot;:25194,&quot;15992&quot;:25195,&quot;15993&quot;:25196,&quot;15994&quot;:25197,&quot;15995&quot;:25198,&quot;15996&quot;:25199,&quot;15997&quot;:25200,&quot;15998&quot;:25201,&quot;15999&quot;:25202,&quot;16000&quot;:25203,&quot;16001&quot;:25204,&quot;16002&quot;:25205,&quot;16003&quot;:25206,&quot;16004&quot;:25207,&quot;16005&quot;:25208,&quot;16006&quot;:25209,&quot;16007&quot;:25210,&quot;16008&quot;:25211,&quot;16009&quot;:25212,&quot;16010&quot;:25213,&quot;16011&quot;:25214,&quot;16012&quot;:25215,&quot;16013&quot;:25216,&quot;16014&quot;:25217,&quot;16015&quot;:25218,&quot;16016&quot;:25219,&quot;16017&quot;:25220,&quot;16018&quot;:25221,&quot;16019&quot;:25222,&quot;16020&quot;:25223,&quot;16021&quot;:25224,&quot;16022&quot;:25225,&quot;16023&quot;:25226,&quot;16024&quot;:25227,&quot;16025&quot;:25228,&quot;16026&quot;:25229,&quot;16027&quot;:25230,&quot;16028&quot;:25231,&quot;16029&quot;:25232,&quot;16030&quot;:25233,&quot;16031&quot;:25234,&quot;16032&quot;:25235,&quot;16033&quot;:25236,&quot;16034&quot;:25237,&quot;16035&quot;:25238,&quot;16036&quot;:25239,&quot;16037&quot;:25240,&quot;16038&quot;:25241,&quot;16039&quot;:25242,&quot;16040&quot;:25243,&quot;16041&quot;:25244,&quot;16042&quot;:25245,&quot;16043&quot;:25246,&quot;16044&quot;:25247,&quot;16045&quot;:25248,&quot;16046&quot;:25249,&quot;16047&quot;:25250,&quot;16048&quot;:25251,&quot;16049&quot;:25252,&quot;16050&quot;:25253,&quot;16051&quot;:25254,&quot;16052&quot;:25255,&quot;16053&quot;:25256,&quot;16054&quot;:25257,&quot;16055&quot;:25258,&quot;16056&quot;:25259,&quot;16057&quot;:25260,&quot;16058&quot;:25261,&quot;16059&quot;:25262,&quot;16060&quot;:25263,&quot;16061&quot;:25264,&quot;16062&quot;:25265,&quot;16063&quot;:25266,&quot;16064&quot;:25267,&quot;16065&quot;:25268,&quot;16066&quot;:25269,&quot;16067&quot;:25270,&quot;16068&quot;:25271,&quot;16069&quot;:25272,&quot;16070&quot;:25273,&quot;16071&quot;:25274,&quot;16072&quot;:25275,&quot;16073&quot;:25276,&quot;16074&quot;:25277,&quot;16075&quot;:25278,&quot;16076&quot;:25279,&quot;16077&quot;:25280,&quot;16078&quot;:25281,&quot;16079&quot;:25282,&quot;16080&quot;:25283,&quot;16081&quot;:25284,&quot;16082&quot;:25285,&quot;16083&quot;:25286,&quot;16084&quot;:25287,&quot;16085&quot;:25288,&quot;16086&quot;:25289,&quot;16087&quot;:25290,&quot;16088&quot;:25291,&quot;16089&quot;:25292,&quot;16090&quot;:25293,&quot;16091&quot;:25294,&quot;16092&quot;:25295,&quot;16093&quot;:25296,&quot;16094&quot;:25297,&quot;16095&quot;:25298,&quot;16096&quot;:25299,&quot;16097&quot;:25300,&quot;16098&quot;:25301,&quot;16099&quot;:25302,&quot;16100&quot;:25303,&quot;16101&quot;:25304,&quot;16102&quot;:25305,&quot;16103&quot;:25306,&quot;16104&quot;:25307,&quot;16105&quot;:25308,&quot;16106&quot;:25309,&quot;16107&quot;:25310,&quot;16108&quot;:25311,&quot;16109&quot;:25312,&quot;16110&quot;:25313,&quot;16111&quot;:25314,&quot;16112&quot;:25315,&quot;16113&quot;:25316,&quot;16114&quot;:25317,&quot;16115&quot;:25318,&quot;16116&quot;:25319,&quot;16117&quot;:25320,&quot;16118&quot;:25321,&quot;16119&quot;:25322,&quot;16120&quot;:25323,&quot;16121&quot;:25324,&quot;16122&quot;:25325,&quot;16123&quot;:25326,&quot;16124&quot;:25327,&quot;16125&quot;:25328,&quot;16126&quot;:25329,&quot;16127&quot;:25330,&quot;16128&quot;:25331,&quot;16129&quot;:25332,&quot;16130&quot;:25333,&quot;16131&quot;:25334,&quot;16132&quot;:25335,&quot;16133&quot;:25336,&quot;16134&quot;:25337,&quot;16135&quot;:25338,&quot;16136&quot;:25339,&quot;16137&quot;:25340,&quot;16138&quot;:25341,&quot;16139&quot;:25342,&quot;16140&quot;:25343,&quot;16141&quot;:25344,&quot;16142&quot;:25345,&quot;16143&quot;:25346,&quot;16144&quot;:25347,&quot;16145&quot;:25348,&quot;16146&quot;:25349,&quot;16147&quot;:25350,&quot;16148&quot;:25351,&quot;16149&quot;:25352,&quot;16150&quot;:25353,&quot;16151&quot;:25354,&quot;16152&quot;:25355,&quot;16153&quot;:25356,&quot;16154&quot;:25357,&quot;16155&quot;:25358,&quot;16156&quot;:25359,&quot;16157&quot;:25360,&quot;16158&quot;:25361,&quot;16159&quot;:25362,&quot;16160&quot;:25363,&quot;16161&quot;:25364,&quot;16162&quot;:25365,&quot;16163&quot;:25366,&quot;16164&quot;:25367,&quot;16165&quot;:25368,&quot;16166&quot;:25369,&quot;16167&quot;:25370,&quot;16168&quot;:25371,&quot;16169&quot;:25372,&quot;16170&quot;:25373,&quot;16171&quot;:25374,&quot;16172&quot;:25375,&quot;16173&quot;:25376,&quot;16174&quot;:25377,&quot;16175&quot;:25378,&quot;16176&quot;:25379,&quot;16177&quot;:25380,&quot;16178&quot;:25381,&quot;16179&quot;:25382,&quot;16180&quot;:25383,&quot;16181&quot;:25384,&quot;16182&quot;:25385,&quot;16183&quot;:25386,&quot;16184&quot;:25387,&quot;16185&quot;:25388,&quot;16186&quot;:25389,&quot;16187&quot;:25390,&quot;16188&quot;:25391,&quot;16189&quot;:25392,&quot;16190&quot;:25393,&quot;16191&quot;:25394,&quot;16192&quot;:25395,&quot;16193&quot;:25396,&quot;16194&quot;:25397,&quot;16195&quot;:25398,&quot;16196&quot;:25399,&quot;16197&quot;:25400,&quot;16198&quot;:25401,&quot;16199&quot;:25402,&quot;16200&quot;:25403,&quot;16201&quot;:25404,&quot;16202&quot;:25405,&quot;16203&quot;:25406,&quot;16204&quot;:25407,&quot;16205&quot;:25408,&quot;16206&quot;:25409,&quot;16207&quot;:25410,&quot;16208&quot;:25411,&quot;16209&quot;:25412,&quot;16210&quot;:25413,&quot;16211&quot;:25414,&quot;16212&quot;:25415,&quot;16213&quot;:25416,&quot;16214&quot;:25417,&quot;16215&quot;:25418,&quot;16216&quot;:25419,&quot;16217&quot;:25420,&quot;16218&quot;:25421,&quot;16219&quot;:25422,&quot;16220&quot;:25423,&quot;16221&quot;:25424,&quot;16222&quot;:25425,&quot;16223&quot;:25426,&quot;16224&quot;:25427,&quot;16225&quot;:25428,&quot;16226&quot;:25429,&quot;16227&quot;:25430,&quot;16228&quot;:25431,&quot;16229&quot;:25432,&quot;16230&quot;:25433,&quot;16231&quot;:25434,&quot;16232&quot;:25435,&quot;16233&quot;:25436,&quot;16234&quot;:25437,&quot;16235&quot;:25438,&quot;16236&quot;:25439,&quot;16237&quot;:25440,&quot;16238&quot;:25441,&quot;16239&quot;:25442,&quot;16240&quot;:25443,&quot;16241&quot;:25444,&quot;16242&quot;:25445,&quot;16243&quot;:25446,&quot;16244&quot;:25447,&quot;16245&quot;:25448,&quot;16246&quot;:25449,&quot;16247&quot;:25450,&quot;16248&quot;:25451,&quot;16249&quot;:25452,&quot;16250&quot;:25453,&quot;16251&quot;:25454,&quot;16252&quot;:25455,&quot;16253&quot;:25456,&quot;16254&quot;:25457,&quot;16255&quot;:25458,&quot;16256&quot;:25459,&quot;16257&quot;:25460,&quot;16258&quot;:25461,&quot;16259&quot;:25462,&quot;16260&quot;:25463,&quot;16261&quot;:25464,&quot;16262&quot;:25465,&quot;16263&quot;:25466,&quot;16264&quot;:25467,&quot;16265&quot;:25468,&quot;16266&quot;:25469,&quot;16267&quot;:25470,&quot;16268&quot;:25471,&quot;16269&quot;:25472,&quot;16270&quot;:25473,&quot;16271&quot;:25474,&quot;16272&quot;:25475,&quot;16273&quot;:25476,&quot;16274&quot;:25477,&quot;16275&quot;:25478,&quot;16276&quot;:25479,&quot;16277&quot;:25480,&quot;16278&quot;:25481,&quot;16279&quot;:25482,&quot;16280&quot;:25483,&quot;16281&quot;:25484,&quot;16282&quot;:25485,&quot;16283&quot;:25486,&quot;16284&quot;:25487,&quot;16285&quot;:25488,&quot;16286&quot;:25489,&quot;16287&quot;:25490,&quot;16288&quot;:25491,&quot;16289&quot;:25492,&quot;16290&quot;:25493,&quot;16291&quot;:25494,&quot;16292&quot;:25495,&quot;16293&quot;:25496,&quot;16294&quot;:25497,&quot;16295&quot;:25498,&quot;16296&quot;:25499,&quot;16297&quot;:25500,&quot;16298&quot;:25501,&quot;16299&quot;:25502,&quot;16300&quot;:25503,&quot;16301&quot;:25504,&quot;16302&quot;:25505,&quot;16303&quot;:25506,&quot;16304&quot;:25507,&quot;16305&quot;:25508,&quot;16306&quot;:25509,&quot;16307&quot;:25510,&quot;16308&quot;:25511,&quot;16309&quot;:25512,&quot;16310&quot;:25513,&quot;16311&quot;:25514,&quot;16312&quot;:25515,&quot;16313&quot;:25516,&quot;16314&quot;:25517,&quot;16315&quot;:25518,&quot;16316&quot;:25519,&quot;16317&quot;:25520,&quot;16318&quot;:25521,&quot;16319&quot;:25522,&quot;16320&quot;:25523,&quot;16321&quot;:25524,&quot;16322&quot;:25525,&quot;16323&quot;:25526,&quot;16324&quot;:25527,&quot;16325&quot;:25528,&quot;16326&quot;:25529,&quot;16327&quot;:25530,&quot;16328&quot;:25531,&quot;16329&quot;:25532,&quot;16330&quot;:25533,&quot;16331&quot;:25534,&quot;16332&quot;:25535,&quot;16333&quot;:25536,&quot;16334&quot;:25537,&quot;16335&quot;:25538,&quot;16336&quot;:25539,&quot;16337&quot;:25540,&quot;16338&quot;:25541,&quot;16339&quot;:25542,&quot;16340&quot;:25543,&quot;16341&quot;:25544,&quot;16342&quot;:25545,&quot;16343&quot;:25546,&quot;16344&quot;:25547,&quot;16345&quot;:25548,&quot;16346&quot;:25549,&quot;16347&quot;:25550,&quot;16348&quot;:25551,&quot;16349&quot;:25552,&quot;16350&quot;:25553,&quot;16351&quot;:25554,&quot;16352&quot;:25555,&quot;16353&quot;:25556,&quot;16354&quot;:25557,&quot;16355&quot;:25558,&quot;16356&quot;:25559,&quot;16357&quot;:25560,&quot;16358&quot;:25561,&quot;16359&quot;:25562,&quot;16360&quot;:25563,&quot;16361&quot;:25564,&quot;16362&quot;:25565,&quot;16363&quot;:25566,&quot;16364&quot;:25567,&quot;16365&quot;:25568,&quot;16366&quot;:25569,&quot;16367&quot;:25570,&quot;16368&quot;:25571,&quot;16369&quot;:25572,&quot;16370&quot;:25573,&quot;16371&quot;:25574,&quot;16372&quot;:25575,&quot;16373&quot;:25576,&quot;16374&quot;:25577,&quot;16375&quot;:25578,&quot;16376&quot;:25579,&quot;16377&quot;:25580,&quot;16378&quot;:25581,&quot;16379&quot;:25582,&quot;16380&quot;:25583,&quot;16381&quot;:25584,&quot;16382&quot;:25585,&quot;16383&quot;:25586,&quot;16384&quot;:25587,&quot;16385&quot;:25588,&quot;16386&quot;:25589,&quot;16387&quot;:25590,&quot;16388&quot;:25591,&quot;16389&quot;:25592,&quot;16390&quot;:25593,&quot;16391&quot;:25594,&quot;16392&quot;:25595,&quot;16393&quot;:25596,&quot;16394&quot;:25597,&quot;16395&quot;:25598,&quot;16396&quot;:25599,&quot;16397&quot;:25600,&quot;16398&quot;:25601,&quot;16399&quot;:25602,&quot;16400&quot;:25603,&quot;16401&quot;:25604,&quot;16402&quot;:25605,&quot;16403&quot;:25606,&quot;16404&quot;:25607,&quot;16405&quot;:25608,&quot;16406&quot;:25609,&quot;16407&quot;:25610,&quot;16408&quot;:25611,&quot;16409&quot;:25612,&quot;16410&quot;:25613,&quot;16411&quot;:25614,&quot;16412&quot;:25615,&quot;16413&quot;:25616,&quot;16414&quot;:25617,&quot;16415&quot;:25618,&quot;16416&quot;:25619,&quot;16417&quot;:25620,&quot;16418&quot;:25621,&quot;16419&quot;:25622,&quot;16420&quot;:25623,&quot;16421&quot;:25624,&quot;16422&quot;:25625,&quot;16423&quot;:25626,&quot;16424&quot;:25627,&quot;16425&quot;:25628,&quot;16426&quot;:25629,&quot;16427&quot;:25630,&quot;16428&quot;:25631,&quot;16429&quot;:25632,&quot;16430&quot;:25633,&quot;16431&quot;:25634,&quot;16432&quot;:25635,&quot;16433&quot;:25636,&quot;16434&quot;:25637,&quot;16435&quot;:25638,&quot;16436&quot;:25639,&quot;16437&quot;:25640,&quot;16438&quot;:25641,&quot;16439&quot;:25642,&quot;16440&quot;:25643,&quot;16441&quot;:25644,&quot;16442&quot;:25645,&quot;16443&quot;:25646,&quot;16444&quot;:25647,&quot;16445&quot;:25648,&quot;16446&quot;:25649,&quot;16447&quot;:25650,&quot;16448&quot;:25651,&quot;16449&quot;:25652,&quot;16450&quot;:25653,&quot;16451&quot;:25654,&quot;16452&quot;:25655,&quot;16453&quot;:25656,&quot;16454&quot;:25657,&quot;16455&quot;:25658,&quot;16456&quot;:25659,&quot;16457&quot;:25660,&quot;16458&quot;:25661,&quot;16459&quot;:25662,&quot;16460&quot;:25663,&quot;16461&quot;:25664,&quot;16462&quot;:25665,&quot;16463&quot;:25666,&quot;16464&quot;:25667,&quot;16465&quot;:25668,&quot;16466&quot;:25669,&quot;16467&quot;:25670,&quot;16468&quot;:25671,&quot;16469&quot;:25672,&quot;16471&quot;:25673,&quot;16472&quot;:25674,&quot;16473&quot;:25675,&quot;16474&quot;:25676,&quot;16475&quot;:25677,&quot;16476&quot;:25678,&quot;16477&quot;:25679,&quot;16478&quot;:25680,&quot;16479&quot;:25681,&quot;16480&quot;:25682,&quot;16481&quot;:25683,&quot;16482&quot;:25684,&quot;16483&quot;:25685,&quot;16484&quot;:25686,&quot;16485&quot;:25687,&quot;16486&quot;:25688,&quot;16487&quot;:25689,&quot;16488&quot;:25690,&quot;16489&quot;:25691,&quot;16490&quot;:25692,&quot;16491&quot;:25693,&quot;16492&quot;:25694,&quot;16493&quot;:25695,&quot;16494&quot;:25696,&quot;16495&quot;:25697,&quot;16496&quot;:25698,&quot;16497&quot;:25699,&quot;16498&quot;:25700,&quot;16499&quot;:25701,&quot;16500&quot;:25702,&quot;16501&quot;:25703,&quot;16502&quot;:25704,&quot;16503&quot;:25705,&quot;16504&quot;:25706,&quot;16505&quot;:25707,&quot;16506&quot;:25708,&quot;16507&quot;:25709,&quot;16508&quot;:25710,&quot;16509&quot;:25711,&quot;16510&quot;:25712,&quot;16511&quot;:25713,&quot;16512&quot;:25714,&quot;16513&quot;:25715,&quot;16514&quot;:25716,&quot;16515&quot;:25717,&quot;16516&quot;:25718,&quot;16517&quot;:25719,&quot;16518&quot;:25720,&quot;16519&quot;:25721,&quot;16520&quot;:25722,&quot;16521&quot;:25723,&quot;16522&quot;:25724,&quot;16523&quot;:25725,&quot;16524&quot;:25726,&quot;16525&quot;:25727,&quot;16526&quot;:25728,&quot;16527&quot;:25729,&quot;16528&quot;:25730,&quot;16529&quot;:25731,&quot;16530&quot;:25732,&quot;16531&quot;:25733,&quot;16532&quot;:25734,&quot;16533&quot;:25735,&quot;16534&quot;:25736,&quot;16535&quot;:25737,&quot;16536&quot;:25738,&quot;16537&quot;:25739,&quot;16538&quot;:25740,&quot;16539&quot;:25741,&quot;16540&quot;:25742,&quot;16541&quot;:25743,&quot;16542&quot;:25744,&quot;16543&quot;:25745,&quot;16544&quot;:25746,&quot;16545&quot;:25747,&quot;16546&quot;:25748,&quot;16547&quot;:25749,&quot;16548&quot;:25750,&quot;16549&quot;:25751,&quot;16550&quot;:25752,&quot;16551&quot;:25753,&quot;16552&quot;:25754,&quot;16553&quot;:25755,&quot;16554&quot;:25756,&quot;16555&quot;:25757,&quot;16556&quot;:25758,&quot;16557&quot;:25759,&quot;16558&quot;:25760,&quot;16559&quot;:25761,&quot;16560&quot;:25762,&quot;16561&quot;:25763,&quot;16562&quot;:25764,&quot;16563&quot;:25765,&quot;16564&quot;:25766,&quot;16565&quot;:25767,&quot;16566&quot;:25768,&quot;16567&quot;:25769,&quot;16568&quot;:25770,&quot;16569&quot;:25771,&quot;16570&quot;:25772,&quot;16571&quot;:25773,&quot;16572&quot;:25774,&quot;16573&quot;:25775,&quot;16574&quot;:25776,&quot;16575&quot;:25777,&quot;16576&quot;:25778,&quot;16577&quot;:25779,&quot;16578&quot;:25780,&quot;16579&quot;:25781,&quot;16580&quot;:25782,&quot;16581&quot;:25783,&quot;16582&quot;:25784,&quot;16583&quot;:25785,&quot;16584&quot;:25786,&quot;16585&quot;:25787,&quot;16586&quot;:25788,&quot;16587&quot;:25789,&quot;16588&quot;:25790,&quot;16589&quot;:25791,&quot;16590&quot;:25792,&quot;16591&quot;:25793,&quot;16592&quot;:25794,&quot;16593&quot;:25795,&quot;16594&quot;:25796,&quot;16595&quot;:25797,&quot;16596&quot;:25798,&quot;16597&quot;:25799,&quot;16598&quot;:25800,&quot;16599&quot;:25801,&quot;16600&quot;:25802,&quot;16601&quot;:25803,&quot;16602&quot;:25804,&quot;16603&quot;:25805,&quot;16604&quot;:25806,&quot;16605&quot;:25807,&quot;16606&quot;:25808,&quot;16607&quot;:25809,&quot;16608&quot;:25810,&quot;16609&quot;:25811,&quot;16610&quot;:25812,&quot;16611&quot;:25813,&quot;16612&quot;:25814,&quot;16613&quot;:25815,&quot;16614&quot;:25816,&quot;16615&quot;:25817,&quot;16616&quot;:25818,&quot;16617&quot;:25819,&quot;16618&quot;:25820,&quot;16619&quot;:25821,&quot;16620&quot;:25822,&quot;16621&quot;:25823,&quot;16622&quot;:25824,&quot;16623&quot;:25825,&quot;16624&quot;:25826,&quot;16625&quot;:25827,&quot;16626&quot;:25828,&quot;16627&quot;:25829,&quot;16628&quot;:25830,&quot;16629&quot;:25831,&quot;16630&quot;:25832,&quot;16631&quot;:25833,&quot;16632&quot;:25834,&quot;16633&quot;:25835,&quot;16634&quot;:25836,&quot;16635&quot;:25837,&quot;16636&quot;:25838,&quot;16637&quot;:25839,&quot;16638&quot;:25840,&quot;16639&quot;:25841,&quot;16640&quot;:25842,&quot;16641&quot;:25843,&quot;16642&quot;:25844,&quot;16643&quot;:25845,&quot;16644&quot;:25846,&quot;16645&quot;:25847,&quot;16646&quot;:25848,&quot;16647&quot;:25849,&quot;16648&quot;:25850,&quot;16649&quot;:25851,&quot;16650&quot;:25852,&quot;16651&quot;:25853,&quot;16652&quot;:25854,&quot;16653&quot;:25855,&quot;16654&quot;:25856,&quot;16655&quot;:25857,&quot;16656&quot;:25858,&quot;16657&quot;:25859,&quot;16658&quot;:25860,&quot;16659&quot;:25861,&quot;16660&quot;:25862,&quot;16661&quot;:25863,&quot;16662&quot;:25864,&quot;16663&quot;:25865,&quot;16664&quot;:25866,&quot;16665&quot;:25867,&quot;16666&quot;:25868,&quot;16667&quot;:25869,&quot;16668&quot;:25870,&quot;16669&quot;:25871,&quot;16670&quot;:25872,&quot;16671&quot;:25873,&quot;16672&quot;:25874,&quot;16673&quot;:25875,&quot;16674&quot;:25876,&quot;16675&quot;:25877,&quot;16676&quot;:25878,&quot;16677&quot;:25879,&quot;16678&quot;:25880,&quot;16679&quot;:25881,&quot;16680&quot;:25882,&quot;16681&quot;:25883,&quot;16682&quot;:25884,&quot;16683&quot;:25885,&quot;16684&quot;:25886,&quot;16685&quot;:25887,&quot;16686&quot;:25888,&quot;16687&quot;:25889,&quot;16688&quot;:25890,&quot;16689&quot;:25891,&quot;16690&quot;:25892,&quot;16691&quot;:25893,&quot;16692&quot;:25894,&quot;16693&quot;:25895,&quot;16694&quot;:25896,&quot;16695&quot;:25897,&quot;16696&quot;:25898,&quot;16697&quot;:25899,&quot;16698&quot;:25900,&quot;16699&quot;:25901,&quot;16700&quot;:25902,&quot;16701&quot;:25903,&quot;16702&quot;:25904,&quot;16703&quot;:25905,&quot;16704&quot;:25906,&quot;16705&quot;:25907,&quot;16706&quot;:25908,&quot;16707&quot;:25909,&quot;16708&quot;:25910,&quot;16709&quot;:25911,&quot;16710&quot;:25912,&quot;16711&quot;:25913,&quot;16712&quot;:25914,&quot;16713&quot;:25915,&quot;16714&quot;:25916,&quot;16715&quot;:25917,&quot;16716&quot;:25918,&quot;16717&quot;:25919,&quot;16718&quot;:25920,&quot;16719&quot;:25921,&quot;16720&quot;:25922,&quot;16721&quot;:25923,&quot;16722&quot;:25924,&quot;16723&quot;:25925,&quot;16724&quot;:25926,&quot;16725&quot;:25927,&quot;16726&quot;:25928,&quot;16727&quot;:25929,&quot;16728&quot;:25930,&quot;16729&quot;:25931,&quot;16730&quot;:25932,&quot;16731&quot;:25933,&quot;16732&quot;:25934,&quot;16733&quot;:25935,&quot;16734&quot;:25936,&quot;16736&quot;:25937,&quot;16737&quot;:25938,&quot;16738&quot;:25939,&quot;16739&quot;:25940,&quot;16740&quot;:25941,&quot;16741&quot;:25942,&quot;16742&quot;:25943,&quot;16743&quot;:25944,&quot;16744&quot;:25945,&quot;16745&quot;:25946,&quot;16746&quot;:25947,&quot;16747&quot;:25948,&quot;16748&quot;:25949,&quot;16749&quot;:25950,&quot;16750&quot;:25951,&quot;16751&quot;:25952,&quot;16752&quot;:25953,&quot;16753&quot;:25954,&quot;16754&quot;:25955,&quot;16755&quot;:25956,&quot;16756&quot;:25957,&quot;16757&quot;:25958,&quot;16758&quot;:25959,&quot;16759&quot;:25960,&quot;16760&quot;:25961,&quot;16761&quot;:25962,&quot;16762&quot;:25963,&quot;16763&quot;:25964,&quot;16764&quot;:25965,&quot;16765&quot;:25966,&quot;16766&quot;:25967,&quot;16767&quot;:25968,&quot;16768&quot;:25969,&quot;16769&quot;:25970,&quot;16770&quot;:25971,&quot;16771&quot;:25972,&quot;16772&quot;:25973,&quot;16773&quot;:25974,&quot;16774&quot;:25975,&quot;16775&quot;:25976,&quot;16776&quot;:25977,&quot;16777&quot;:25978,&quot;16778&quot;:25979,&quot;16779&quot;:25980,&quot;16780&quot;:25981,&quot;16781&quot;:25982,&quot;16782&quot;:25983,&quot;16783&quot;:25984,&quot;16784&quot;:25985,&quot;16785&quot;:25986,&quot;16786&quot;:25987,&quot;16787&quot;:25988,&quot;16788&quot;:25989,&quot;16789&quot;:25990,&quot;16790&quot;:25991,&quot;16791&quot;:25992,&quot;16792&quot;:25993,&quot;16793&quot;:25994,&quot;16794&quot;:25995,&quot;16795&quot;:25996,&quot;16796&quot;:25997,&quot;16797&quot;:25998,&quot;16798&quot;:25999,&quot;16799&quot;:26000,&quot;16800&quot;:26001,&quot;16801&quot;:26002,&quot;16802&quot;:26003,&quot;16803&quot;:26004,&quot;16804&quot;:26005,&quot;16805&quot;:26006,&quot;16806&quot;:26007,&quot;16807&quot;:26008,&quot;16808&quot;:26009,&quot;16809&quot;:26010,&quot;16810&quot;:26011,&quot;16811&quot;:26012,&quot;16812&quot;:26013,&quot;16813&quot;:26014,&quot;16814&quot;:26015,&quot;16815&quot;:26016,&quot;16816&quot;:26017,&quot;16817&quot;:26018,&quot;16818&quot;:26019,&quot;16819&quot;:26020,&quot;16820&quot;:26021,&quot;16821&quot;:26022,&quot;16822&quot;:26023,&quot;16823&quot;:26024,&quot;16824&quot;:26025,&quot;16825&quot;:26026,&quot;16826&quot;:26027,&quot;16827&quot;:26028,&quot;16828&quot;:26029,&quot;16829&quot;:26030,&quot;16830&quot;:26031,&quot;16831&quot;:26032,&quot;16832&quot;:26033,&quot;16833&quot;:26034,&quot;16834&quot;:26035,&quot;16835&quot;:26036,&quot;16836&quot;:26037,&quot;16837&quot;:26038,&quot;16838&quot;:26039,&quot;16839&quot;:26040,&quot;16840&quot;:26041,&quot;16841&quot;:26042,&quot;16842&quot;:26043,&quot;16843&quot;:26044,&quot;16844&quot;:26045,&quot;16845&quot;:26046,&quot;16846&quot;:26047,&quot;16847&quot;:26048,&quot;16848&quot;:26049,&quot;16849&quot;:26050,&quot;16850&quot;:26051,&quot;16851&quot;:26052,&quot;16852&quot;:26053,&quot;16853&quot;:26054,&quot;16854&quot;:26055,&quot;16855&quot;:26056,&quot;16856&quot;:26057,&quot;16857&quot;:26058,&quot;16858&quot;:26059,&quot;16859&quot;:26060,&quot;16860&quot;:26061,&quot;16861&quot;:26062,&quot;16862&quot;:26063,&quot;16863&quot;:26064,&quot;16864&quot;:26065,&quot;16865&quot;:26066,&quot;16866&quot;:26067,&quot;16867&quot;:26068,&quot;16868&quot;:26069,&quot;16869&quot;:26070,&quot;16870&quot;:26071,&quot;16871&quot;:26072,&quot;16872&quot;:26073,&quot;16873&quot;:26074,&quot;16874&quot;:26075,&quot;16875&quot;:26076,&quot;16876&quot;:26077,&quot;16877&quot;:26078,&quot;16878&quot;:26079,&quot;16879&quot;:26080,&quot;16880&quot;:26081,&quot;16881&quot;:26082,&quot;16882&quot;:26083,&quot;16883&quot;:26084,&quot;16884&quot;:26085,&quot;16885&quot;:26086,&quot;16886&quot;:26087,&quot;16887&quot;:26088,&quot;16888&quot;:26089,&quot;16889&quot;:26090,&quot;16890&quot;:26091,&quot;16891&quot;:26092,&quot;16892&quot;:26093,&quot;16893&quot;:26094,&quot;16894&quot;:26095,&quot;16895&quot;:26096,&quot;16896&quot;:26097,&quot;16897&quot;:26098,&quot;16898&quot;:26099,&quot;16899&quot;:26100,&quot;16900&quot;:26101,&quot;16901&quot;:26102,&quot;16902&quot;:26103,&quot;16903&quot;:26104,&quot;16904&quot;:26105,&quot;16905&quot;:26106,&quot;16906&quot;:26107,&quot;16907&quot;:26108,&quot;16908&quot;:26109,&quot;16909&quot;:26110,&quot;16910&quot;:26111,&quot;16911&quot;:26112,&quot;16912&quot;:26113,&quot;16913&quot;:26114,&quot;16914&quot;:26115,&quot;16915&quot;:26116,&quot;16916&quot;:26117,&quot;16917&quot;:26118,&quot;16918&quot;:26119,&quot;16919&quot;:26120,&quot;16920&quot;:26121,&quot;16921&quot;:26122,&quot;16922&quot;:26123,&quot;16923&quot;:26124,&quot;16924&quot;:26125,&quot;16925&quot;:26126,&quot;16926&quot;:26127,&quot;16927&quot;:26128,&quot;16928&quot;:26129,&quot;16929&quot;:26130,&quot;16930&quot;:26131,&quot;16931&quot;:26132,&quot;16932&quot;:26133,&quot;16933&quot;:26134,&quot;16934&quot;:26135,&quot;16935&quot;:26136,&quot;16936&quot;:26137,&quot;16937&quot;:26138,&quot;16938&quot;:26139,&quot;16939&quot;:26140,&quot;16940&quot;:26141,&quot;16941&quot;:26142,&quot;16942&quot;:26143,&quot;16943&quot;:26144,&quot;16944&quot;:26145,&quot;16945&quot;:26146,&quot;16946&quot;:26147,&quot;16947&quot;:26148,&quot;16948&quot;:26149,&quot;16949&quot;:26150,&quot;16950&quot;:26151,&quot;16951&quot;:26152,&quot;16952&quot;:26153,&quot;16953&quot;:26154,&quot;16954&quot;:26155,&quot;16955&quot;:26156,&quot;16956&quot;:26157,&quot;16957&quot;:26158,&quot;16958&quot;:26159,&quot;16959&quot;:26160,&quot;16960&quot;:26161,&quot;16961&quot;:26162,&quot;16962&quot;:26163,&quot;16963&quot;:26164,&quot;16964&quot;:26165,&quot;16965&quot;:26166,&quot;16966&quot;:26167,&quot;16967&quot;:26168,&quot;16968&quot;:26169,&quot;16969&quot;:26170,&quot;16970&quot;:26171,&quot;16971&quot;:26172,&quot;16972&quot;:26173,&quot;16973&quot;:26174,&quot;16974&quot;:26175,&quot;16975&quot;:26176,&quot;16976&quot;:26177,&quot;16977&quot;:26178,&quot;16978&quot;:26179,&quot;16979&quot;:26180,&quot;16980&quot;:26181,&quot;16981&quot;:26182,&quot;16982&quot;:26183,&quot;16983&quot;:26184,&quot;16984&quot;:26185,&quot;16985&quot;:26186,&quot;16986&quot;:26187,&quot;16987&quot;:26188,&quot;16988&quot;:26189,&quot;16989&quot;:26190,&quot;16990&quot;:26191,&quot;16991&quot;:26192,&quot;16992&quot;:26193,&quot;16993&quot;:26194,&quot;16994&quot;:26195,&quot;16995&quot;:26196,&quot;16996&quot;:26197,&quot;16997&quot;:26198,&quot;16998&quot;:26199,&quot;16999&quot;:26200,&quot;17000&quot;:26201,&quot;17001&quot;:26202,&quot;17002&quot;:26203,&quot;17003&quot;:26204,&quot;17004&quot;:26205,&quot;17005&quot;:26206,&quot;17006&quot;:26207,&quot;17007&quot;:26208,&quot;17008&quot;:26209,&quot;17009&quot;:26210,&quot;17010&quot;:26211,&quot;17011&quot;:26212,&quot;17012&quot;:26213,&quot;17013&quot;:26214,&quot;17014&quot;:26215,&quot;17015&quot;:26216,&quot;17016&quot;:26217,&quot;17017&quot;:26218,&quot;17018&quot;:26219,&quot;17019&quot;:26220,&quot;17020&quot;:26221,&quot;17021&quot;:26222,&quot;17022&quot;:26223,&quot;17023&quot;:26224,&quot;17024&quot;:26225,&quot;17025&quot;:26226,&quot;17026&quot;:26227,&quot;17027&quot;:26228,&quot;17028&quot;:26229,&quot;17029&quot;:26230,&quot;17030&quot;:26231,&quot;17031&quot;:26232,&quot;17032&quot;:26233,&quot;17033&quot;:26234,&quot;17034&quot;:26235,&quot;17035&quot;:26236,&quot;17036&quot;:26237,&quot;17037&quot;:26238,&quot;17038&quot;:26239,&quot;17039&quot;:26240,&quot;17040&quot;:26241,&quot;17041&quot;:26242,&quot;17042&quot;:26243,&quot;17043&quot;:26244,&quot;17044&quot;:26245,&quot;17045&quot;:26246,&quot;17046&quot;:26247,&quot;17047&quot;:26248,&quot;17048&quot;:26249,&quot;17049&quot;:26250,&quot;17050&quot;:26251,&quot;17051&quot;:26252,&quot;17052&quot;:26253,&quot;17053&quot;:26254,&quot;17054&quot;:26255,&quot;17055&quot;:26256,&quot;17056&quot;:26257,&quot;17057&quot;:26258,&quot;17058&quot;:26259,&quot;17059&quot;:26260,&quot;17060&quot;:26261,&quot;17061&quot;:26262,&quot;17062&quot;:26263,&quot;17063&quot;:26264,&quot;17064&quot;:26265,&quot;17065&quot;:26266,&quot;17066&quot;:26267,&quot;17067&quot;:26268,&quot;17068&quot;:26269,&quot;17069&quot;:26270,&quot;17070&quot;:26271,&quot;17071&quot;:26272,&quot;17072&quot;:26273,&quot;17073&quot;:26274,&quot;17074&quot;:26275,&quot;17075&quot;:26276,&quot;17076&quot;:26277,&quot;17077&quot;:26278,&quot;17078&quot;:26279,&quot;17079&quot;:26280,&quot;17080&quot;:26281,&quot;17081&quot;:26282,&quot;17082&quot;:26283,&quot;17083&quot;:26284,&quot;17084&quot;:26285,&quot;17085&quot;:26286,&quot;17086&quot;:26287,&quot;17087&quot;:26288,&quot;17088&quot;:26289,&quot;17089&quot;:26290,&quot;17090&quot;:26291,&quot;17091&quot;:26292,&quot;17092&quot;:26293,&quot;17093&quot;:26294,&quot;17094&quot;:26295,&quot;17095&quot;:26296,&quot;17096&quot;:26297,&quot;17097&quot;:26298,&quot;17098&quot;:26299,&quot;17099&quot;:26300,&quot;17100&quot;:26301,&quot;17101&quot;:26302,&quot;17102&quot;:26303,&quot;17103&quot;:26304,&quot;17104&quot;:26305,&quot;17105&quot;:26306,&quot;17106&quot;:26307,&quot;17107&quot;:26308,&quot;17108&quot;:26309,&quot;17109&quot;:26310,&quot;17110&quot;:26311,&quot;17111&quot;:26312,&quot;17112&quot;:26313,&quot;17113&quot;:26314,&quot;17114&quot;:26315,&quot;17115&quot;:26316,&quot;17116&quot;:26317,&quot;17117&quot;:26318,&quot;17118&quot;:26319,&quot;17119&quot;:26320,&quot;17120&quot;:26321,&quot;17121&quot;:26322,&quot;17122&quot;:26323,&quot;17123&quot;:26324,&quot;17124&quot;:26325,&quot;17125&quot;:26326,&quot;17126&quot;:26327,&quot;17127&quot;:26328,&quot;17128&quot;:26329,&quot;17129&quot;:26330,&quot;17130&quot;:26331,&quot;17131&quot;:26332,&quot;17132&quot;:26333,&quot;17133&quot;:26334,&quot;17134&quot;:26335,&quot;17135&quot;:26336,&quot;17136&quot;:26337,&quot;17137&quot;:26338,&quot;17138&quot;:26339,&quot;17139&quot;:26340,&quot;17140&quot;:26341,&quot;17141&quot;:26342,&quot;17142&quot;:26343,&quot;17143&quot;:26344,&quot;17144&quot;:26345,&quot;17145&quot;:26346,&quot;17146&quot;:26347,&quot;17147&quot;:26348,&quot;17148&quot;:26349,&quot;17149&quot;:26350,&quot;17150&quot;:26351,&quot;17151&quot;:26352,&quot;17152&quot;:26353,&quot;17153&quot;:26354,&quot;17154&quot;:26355,&quot;17155&quot;:26356,&quot;17156&quot;:26357,&quot;17157&quot;:26358,&quot;17158&quot;:26359,&quot;17159&quot;:26360,&quot;17160&quot;:26361,&quot;17161&quot;:26362,&quot;17162&quot;:26363,&quot;17163&quot;:26364,&quot;17164&quot;:26365,&quot;17165&quot;:26366,&quot;17166&quot;:26367,&quot;17167&quot;:26368,&quot;17168&quot;:26369,&quot;17169&quot;:26370,&quot;17170&quot;:26371,&quot;17171&quot;:26372,&quot;17172&quot;:26373,&quot;17173&quot;:26374,&quot;17174&quot;:26375,&quot;17175&quot;:26376,&quot;17176&quot;:26377,&quot;17177&quot;:26378,&quot;17178&quot;:26379,&quot;17179&quot;:26380,&quot;17180&quot;:26381,&quot;17181&quot;:26382,&quot;17182&quot;:26383,&quot;17183&quot;:26384,&quot;17184&quot;:26385,&quot;17185&quot;:26386,&quot;17186&quot;:26387,&quot;17187&quot;:26388,&quot;17188&quot;:26389,&quot;17189&quot;:26390,&quot;17190&quot;:26391,&quot;17191&quot;:26392,&quot;17192&quot;:26393,&quot;17193&quot;:26394,&quot;17194&quot;:26395,&quot;17195&quot;:26396,&quot;17196&quot;:26397,&quot;17197&quot;:26398,&quot;17198&quot;:26399,&quot;17199&quot;:26400,&quot;17200&quot;:26401,&quot;17201&quot;:26402,&quot;17202&quot;:26403,&quot;17203&quot;:26404,&quot;17204&quot;:26405,&quot;17205&quot;:26406,&quot;17206&quot;:26407,&quot;17208&quot;:26408,&quot;17209&quot;:26409,&quot;17210&quot;:26410,&quot;17211&quot;:26411,&quot;17212&quot;:26412,&quot;17213&quot;:26413,&quot;17214&quot;:26414,&quot;17215&quot;:26415,&quot;17216&quot;:26416,&quot;17217&quot;:26417,&quot;17218&quot;:26418,&quot;17219&quot;:26419,&quot;17220&quot;:26420,&quot;17221&quot;:26421,&quot;17222&quot;:26422,&quot;17223&quot;:26423,&quot;17224&quot;:26424,&quot;17225&quot;:26425,&quot;17226&quot;:26426,&quot;17227&quot;:26427,&quot;17228&quot;:26428,&quot;17229&quot;:26429,&quot;17230&quot;:26430,&quot;17231&quot;:26431,&quot;17232&quot;:26432,&quot;17233&quot;:26433,&quot;17234&quot;:26434,&quot;17235&quot;:26435,&quot;17236&quot;:26436,&quot;17237&quot;:26437,&quot;17238&quot;:26438,&quot;17239&quot;:26439,&quot;17240&quot;:26440,&quot;17241&quot;:26441,&quot;17242&quot;:26442,&quot;17243&quot;:26443,&quot;17244&quot;:26444,&quot;17245&quot;:26445,&quot;17246&quot;:26446,&quot;17247&quot;:26447,&quot;17248&quot;:26448,&quot;17249&quot;:26449,&quot;17250&quot;:26450,&quot;17251&quot;:26451,&quot;17252&quot;:26452,&quot;17253&quot;:26453,&quot;17254&quot;:26454,&quot;17255&quot;:26455,&quot;17256&quot;:26456,&quot;17257&quot;:26457,&quot;17258&quot;:26458,&quot;17259&quot;:26459,&quot;17260&quot;:26460,&quot;17261&quot;:26461,&quot;17262&quot;:26462,&quot;17263&quot;:26463,&quot;17264&quot;:26464,&quot;17265&quot;:26465,&quot;17266&quot;:26466,&quot;17267&quot;:26467,&quot;17268&quot;:26468,&quot;17269&quot;:26469,&quot;17270&quot;:26470,&quot;17271&quot;:26471,&quot;17272&quot;:26472,&quot;17273&quot;:26473,&quot;17274&quot;:26474,&quot;17275&quot;:26475,&quot;17276&quot;:26476,&quot;17277&quot;:26477,&quot;17278&quot;:26478,&quot;17279&quot;:26479,&quot;17280&quot;:26480,&quot;17281&quot;:26481,&quot;17282&quot;:26482,&quot;17283&quot;:26483,&quot;17284&quot;:26484,&quot;17285&quot;:26485,&quot;17286&quot;:26486,&quot;17287&quot;:26487,&quot;17288&quot;:26488,&quot;17289&quot;:26489,&quot;17290&quot;:26490,&quot;17291&quot;:26491,&quot;17292&quot;:26492,&quot;17293&quot;:26493,&quot;17294&quot;:26494,&quot;17295&quot;:26495,&quot;17296&quot;:26496,&quot;17297&quot;:26497,&quot;17298&quot;:26498,&quot;17299&quot;:26499,&quot;17300&quot;:26500,&quot;17301&quot;:26501,&quot;17302&quot;:26502,&quot;17303&quot;:26503,&quot;17304&quot;:26504,&quot;17305&quot;:26505,&quot;17306&quot;:26506,&quot;17307&quot;:26507,&quot;17308&quot;:26508,&quot;17309&quot;:26509,&quot;17310&quot;:26510,&quot;17311&quot;:26511,&quot;17312&quot;:26512,&quot;17313&quot;:26513,&quot;17314&quot;:26514,&quot;17315&quot;:26515,&quot;17316&quot;:26516,&quot;17317&quot;:26517,&quot;17318&quot;:26518,&quot;17319&quot;:26519,&quot;17320&quot;:26520,&quot;17321&quot;:26521,&quot;17322&quot;:26522,&quot;17323&quot;:26523,&quot;17325&quot;:26524,&quot;17326&quot;:26525,&quot;17327&quot;:26526,&quot;17328&quot;:26527,&quot;17330&quot;:26528,&quot;17331&quot;:26529,&quot;17332&quot;:26530,&quot;17333&quot;:26531,&quot;17334&quot;:26532,&quot;17335&quot;:26533,&quot;17336&quot;:26534,&quot;17337&quot;:26535,&quot;17338&quot;:26536,&quot;17339&quot;:26537,&quot;17340&quot;:26538,&quot;17341&quot;:26539,&quot;17342&quot;:26540,&quot;17343&quot;:26541,&quot;17344&quot;:26542,&quot;17345&quot;:26543,&quot;17346&quot;:26544,&quot;17347&quot;:26545,&quot;17348&quot;:26546,&quot;17349&quot;:26547,&quot;17350&quot;:26548,&quot;17351&quot;:26549,&quot;17352&quot;:26550,&quot;17353&quot;:26551,&quot;17354&quot;:26552,&quot;17355&quot;:26553,&quot;17356&quot;:26554,&quot;17357&quot;:26555,&quot;17358&quot;:26556,&quot;17359&quot;:26557,&quot;17360&quot;:26558,&quot;17361&quot;:26559,&quot;17362&quot;:26560,&quot;17363&quot;:26561,&quot;17364&quot;:26562,&quot;17365&quot;:26563,&quot;17366&quot;:26564,&quot;17367&quot;:26565,&quot;17368&quot;:26566,&quot;17369&quot;:26567,&quot;17370&quot;:26568,&quot;17371&quot;:26569,&quot;17372&quot;:26570,&quot;17374&quot;:26571,&quot;17375&quot;:26572,&quot;17376&quot;:26573,&quot;17377&quot;:26574,&quot;17378&quot;:26575,&quot;17379&quot;:26576,&quot;17380&quot;:26577,&quot;17381&quot;:26578,&quot;17382&quot;:26579,&quot;17383&quot;:26580,&quot;17384&quot;:26581,&quot;17385&quot;:26582,&quot;17386&quot;:26583,&quot;17387&quot;:26584,&quot;17388&quot;:26585,&quot;17389&quot;:26586,&quot;17390&quot;:26587,&quot;17391&quot;:26588,&quot;17392&quot;:26589,&quot;17393&quot;:26590,&quot;17394&quot;:26591,&quot;17395&quot;:26592,&quot;17396&quot;:26593,&quot;17397&quot;:26594,&quot;17398&quot;:26595,&quot;17399&quot;:26596,&quot;17400&quot;:26597,&quot;17401&quot;:26598,&quot;17402&quot;:26599,&quot;17403&quot;:26600,&quot;17404&quot;:26601,&quot;17405&quot;:26602,&quot;17406&quot;:26603,&quot;17407&quot;:26604,&quot;17408&quot;:26605,&quot;17409&quot;:26606,&quot;17410&quot;:26607,&quot;17411&quot;:26608,&quot;17412&quot;:26609,&quot;17413&quot;:26610,&quot;17414&quot;:26611,&quot;17415&quot;:26612,&quot;17416&quot;:26613,&quot;17417&quot;:26614,&quot;17418&quot;:26615,&quot;17419&quot;:26616,&quot;17420&quot;:26617,&quot;17421&quot;:26618,&quot;17422&quot;:26619,&quot;17423&quot;:26620,&quot;17424&quot;:26621,&quot;17425&quot;:26622,&quot;17426&quot;:26623,&quot;17427&quot;:26624,&quot;17428&quot;:26625,&quot;17429&quot;:26626,&quot;17430&quot;:26627,&quot;17431&quot;:26628,&quot;17432&quot;:26629,&quot;17433&quot;:26630,&quot;17434&quot;:26631,&quot;17435&quot;:26632,&quot;17436&quot;:26633,&quot;17437&quot;:26634,&quot;17438&quot;:26635,&quot;17439&quot;:26636,&quot;17440&quot;:26637,&quot;17441&quot;:26638,&quot;17442&quot;:26639,&quot;17443&quot;:26640,&quot;17444&quot;:26641,&quot;17445&quot;:26642,&quot;17446&quot;:26643,&quot;17447&quot;:26644,&quot;17448&quot;:26645,&quot;17449&quot;:26646,&quot;17450&quot;:26647,&quot;17451&quot;:26648,&quot;17452&quot;:26649,&quot;17453&quot;:26650,&quot;17454&quot;:26651,&quot;17455&quot;:26652,&quot;17456&quot;:26653,&quot;17457&quot;:26654,&quot;17458&quot;:26655,&quot;17459&quot;:26656,&quot;17460&quot;:26657,&quot;17461&quot;:26658,&quot;17462&quot;:26659,&quot;17463&quot;:26660,&quot;17464&quot;:26661,&quot;17465&quot;:26662,&quot;17466&quot;:26663,&quot;17467&quot;:26664,&quot;17468&quot;:26665,&quot;17469&quot;:26666,&quot;17470&quot;:26667,&quot;17471&quot;:26668,&quot;17472&quot;:26669,&quot;17473&quot;:26670,&quot;17474&quot;:26671,&quot;17475&quot;:26672,&quot;17476&quot;:26673,&quot;17477&quot;:26674,&quot;17478&quot;:26675,&quot;17479&quot;:26676,&quot;17480&quot;:26677,&quot;17481&quot;:26678,&quot;17482&quot;:26679,&quot;17483&quot;:26680,&quot;17484&quot;:26681,&quot;17485&quot;:26682,&quot;17486&quot;:26683,&quot;17487&quot;:26684,&quot;17488&quot;:26685,&quot;17489&quot;:26686,&quot;17490&quot;:26687,&quot;17491&quot;:26688,&quot;17492&quot;:26689,&quot;17493&quot;:26690,&quot;17494&quot;:26691,&quot;17495&quot;:26692,&quot;17496&quot;:26693,&quot;17497&quot;:26694,&quot;17498&quot;:26695,&quot;17499&quot;:26696,&quot;17500&quot;:26697,&quot;17501&quot;:26698,&quot;17502&quot;:26699,&quot;17503&quot;:26700,&quot;17504&quot;:26701,&quot;17505&quot;:26702,&quot;17506&quot;:26703,&quot;17507&quot;:26704,&quot;17508&quot;:26705,&quot;17509&quot;:26706,&quot;17510&quot;:26707,&quot;17511&quot;:26708,&quot;17512&quot;:26709,&quot;17513&quot;:26710,&quot;17514&quot;:26711,&quot;17515&quot;:26712,&quot;17516&quot;:26713,&quot;17517&quot;:26714,&quot;17518&quot;:26715,&quot;17519&quot;:26716,&quot;17520&quot;:26717,&quot;17521&quot;:26718,&quot;17522&quot;:26719,&quot;17523&quot;:26720,&quot;17524&quot;:26721,&quot;17525&quot;:26722,&quot;17526&quot;:26723,&quot;17527&quot;:26724,&quot;17528&quot;:26725,&quot;17529&quot;:26726,&quot;17530&quot;:26727,&quot;17531&quot;:26728,&quot;17532&quot;:26729,&quot;17533&quot;:26730,&quot;17534&quot;:26731,&quot;17535&quot;:26732,&quot;17536&quot;:26733,&quot;17537&quot;:26734,&quot;17538&quot;:26735,&quot;17539&quot;:26736,&quot;17540&quot;:26737,&quot;17541&quot;:26738,&quot;17542&quot;:26739,&quot;17543&quot;:26740,&quot;17544&quot;:26741,&quot;17545&quot;:26742,&quot;17546&quot;:26743,&quot;17547&quot;:26744,&quot;17548&quot;:26745,&quot;17549&quot;:26746,&quot;17550&quot;:26747,&quot;17551&quot;:26748,&quot;17552&quot;:26749,&quot;17553&quot;:26750,&quot;17554&quot;:26751,&quot;17555&quot;:26752,&quot;17556&quot;:26753,&quot;17557&quot;:26754,&quot;17558&quot;:26755,&quot;17559&quot;:26756,&quot;17560&quot;:26757,&quot;17561&quot;:26758,&quot;17562&quot;:26759,&quot;17563&quot;:26760,&quot;17564&quot;:26761,&quot;17565&quot;:26762,&quot;17566&quot;:26763,&quot;17567&quot;:26764,&quot;17568&quot;:26765,&quot;17569&quot;:26766,&quot;17570&quot;:26767,&quot;17571&quot;:26768,&quot;17572&quot;:26769,&quot;17573&quot;:26770,&quot;17574&quot;:26771,&quot;17575&quot;:26772,&quot;17576&quot;:26773,&quot;17577&quot;:26774,&quot;17578&quot;:26775,&quot;17579&quot;:26776,&quot;17580&quot;:26777,&quot;17581&quot;:26778,&quot;17582&quot;:26779,&quot;17583&quot;:26780,&quot;17584&quot;:26781,&quot;17585&quot;:26782,&quot;17586&quot;:26783,&quot;17587&quot;:26784,&quot;17588&quot;:26785,&quot;17589&quot;:26786,&quot;17590&quot;:26787,&quot;17591&quot;:26788,&quot;17592&quot;:26789,&quot;17593&quot;:26790,&quot;17594&quot;:26791,&quot;17595&quot;:26792,&quot;17596&quot;:26793,&quot;17597&quot;:26794,&quot;17598&quot;:26795,&quot;17599&quot;:26796,&quot;17600&quot;:26797,&quot;17601&quot;:26798,&quot;17602&quot;:26799,&quot;17603&quot;:26800,&quot;17604&quot;:26801,&quot;17605&quot;:26802,&quot;17606&quot;:26803,&quot;17607&quot;:26804,&quot;17608&quot;:26805,&quot;17609&quot;:26806,&quot;17610&quot;:26807,&quot;17611&quot;:26808,&quot;17612&quot;:26809,&quot;17613&quot;:26810,&quot;17614&quot;:26811,&quot;17615&quot;:26812,&quot;17616&quot;:26813,&quot;17617&quot;:26814,&quot;17618&quot;:26815,&quot;17619&quot;:26816,&quot;17620&quot;:26817,&quot;17621&quot;:26818,&quot;17623&quot;:26819,&quot;17624&quot;:26820,&quot;17625&quot;:26821,&quot;17626&quot;:26822,&quot;17627&quot;:26823,&quot;17628&quot;:26824,&quot;17629&quot;:26825,&quot;17630&quot;:26826,&quot;17631&quot;:26827,&quot;17632&quot;:26828,&quot;17633&quot;:26829,&quot;17634&quot;:26830,&quot;17635&quot;:26831,&quot;17636&quot;:26832,&quot;17637&quot;:26833,&quot;17638&quot;:26834,&quot;17639&quot;:26835,&quot;17640&quot;:26836,&quot;17641&quot;:26837,&quot;17642&quot;:26838,&quot;17643&quot;:26839,&quot;17644&quot;:26840,&quot;17645&quot;:26841,&quot;17646&quot;:26842,&quot;17647&quot;:26843,&quot;17648&quot;:26844,&quot;17649&quot;:26845,&quot;17650&quot;:26846,&quot;17651&quot;:26847,&quot;17652&quot;:26848,&quot;17653&quot;:26849,&quot;17654&quot;:26850,&quot;17655&quot;:26851,&quot;17656&quot;:26852,&quot;17657&quot;:26853,&quot;17658&quot;:26854,&quot;17659&quot;:26855,&quot;17660&quot;:26856,&quot;17661&quot;:26857,&quot;17662&quot;:26858,&quot;17663&quot;:26859,&quot;17664&quot;:26860,&quot;17665&quot;:26861,&quot;17666&quot;:26862,&quot;17667&quot;:26863,&quot;17668&quot;:26864,&quot;17669&quot;:26865,&quot;17670&quot;:26866,&quot;17671&quot;:26867,&quot;17672&quot;:26868,&quot;17673&quot;:26869,&quot;17674&quot;:26870,&quot;17675&quot;:26871,&quot;17676&quot;:26872,&quot;17677&quot;:26873,&quot;17678&quot;:26874,&quot;17679&quot;:26875,&quot;17680&quot;:26876,&quot;17681&quot;:26877,&quot;17682&quot;:26878,&quot;17683&quot;:26879,&quot;17684&quot;:26880,&quot;17685&quot;:26881,&quot;17686&quot;:26882,&quot;17687&quot;:26883,&quot;17688&quot;:26884,&quot;17689&quot;:26885,&quot;17690&quot;:26886,&quot;17691&quot;:26887,&quot;17692&quot;:26888,&quot;17693&quot;:26889,&quot;17694&quot;:26890,&quot;17695&quot;:26891,&quot;17696&quot;:26892,&quot;17697&quot;:26893,&quot;17698&quot;:26894,&quot;17699&quot;:26895,&quot;17700&quot;:26896,&quot;17701&quot;:26897,&quot;17702&quot;:26898,&quot;17703&quot;:26899,&quot;17704&quot;:26900,&quot;17705&quot;:26901,&quot;17706&quot;:26902,&quot;17707&quot;:26903,&quot;17708&quot;:26904,&quot;17709&quot;:26905,&quot;17710&quot;:26906,&quot;17711&quot;:26907,&quot;17712&quot;:26908,&quot;17713&quot;:26909,&quot;17714&quot;:26910,&quot;17715&quot;:26911,&quot;17716&quot;:26912,&quot;17717&quot;:26913,&quot;17718&quot;:26914,&quot;17719&quot;:26915,&quot;17720&quot;:26916,&quot;17721&quot;:26917,&quot;17722&quot;:26918,&quot;17723&quot;:26919,&quot;17724&quot;:26920,&quot;17725&quot;:26921,&quot;17726&quot;:26922,&quot;17727&quot;:26923,&quot;17728&quot;:26924,&quot;17729&quot;:26925,&quot;17730&quot;:26926,&quot;17731&quot;:26927,&quot;17732&quot;:26928,&quot;17733&quot;:26929,&quot;17734&quot;:26930,&quot;17735&quot;:26931,&quot;17736&quot;:26932,&quot;17737&quot;:26933,&quot;17738&quot;:26934,&quot;17739&quot;:26935,&quot;17740&quot;:26936,&quot;17741&quot;:26937,&quot;17742&quot;:26938,&quot;17743&quot;:26939,&quot;17744&quot;:26940,&quot;17745&quot;:26941,&quot;17746&quot;:26942,&quot;17747&quot;:26943,&quot;17748&quot;:26944,&quot;17749&quot;:26945,&quot;17750&quot;:26946,&quot;17751&quot;:26947,&quot;17752&quot;:26948,&quot;17753&quot;:26949,&quot;17754&quot;:26950,&quot;17755&quot;:26951,&quot;17756&quot;:26952,&quot;17757&quot;:26953,&quot;17758&quot;:26954,&quot;17759&quot;:26955,&quot;17760&quot;:26956,&quot;17761&quot;:26957,&quot;17762&quot;:26958,&quot;17763&quot;:26959,&quot;17764&quot;:26960,&quot;17765&quot;:26961,&quot;17766&quot;:26962,&quot;17767&quot;:26963,&quot;17768&quot;:26964,&quot;17769&quot;:26965,&quot;17770&quot;:26966,&quot;17771&quot;:26967,&quot;17772&quot;:26968,&quot;17773&quot;:26969,&quot;17774&quot;:26970,&quot;17775&quot;:26971,&quot;17776&quot;:26972,&quot;17777&quot;:26973,&quot;17778&quot;:26974,&quot;17779&quot;:26975,&quot;17780&quot;:26976,&quot;17781&quot;:26977,&quot;17782&quot;:26978,&quot;17783&quot;:26979,&quot;17784&quot;:26980,&quot;17785&quot;:26981,&quot;17786&quot;:26982,&quot;17787&quot;:26983,&quot;17788&quot;:26984,&quot;17789&quot;:26985,&quot;17790&quot;:26986,&quot;17791&quot;:26987,&quot;17792&quot;:26988,&quot;17793&quot;:26989,&quot;17794&quot;:26990,&quot;17795&quot;:26991,&quot;17796&quot;:26992,&quot;17797&quot;:26993,&quot;17798&quot;:26994,&quot;17799&quot;:26995,&quot;17800&quot;:26996,&quot;17801&quot;:26997,&quot;17802&quot;:26998,&quot;17803&quot;:26999,&quot;17804&quot;:27000,&quot;17805&quot;:27001,&quot;17806&quot;:27002,&quot;17807&quot;:27003,&quot;17808&quot;:27004,&quot;17809&quot;:27005,&quot;17810&quot;:27006,&quot;17811&quot;:27007,&quot;17812&quot;:27008,&quot;17813&quot;:27009,&quot;17814&quot;:27010,&quot;17815&quot;:27011,&quot;17816&quot;:27012,&quot;17817&quot;:27013,&quot;17818&quot;:27014,&quot;17819&quot;:27015,&quot;17820&quot;:27016,&quot;17821&quot;:27017,&quot;17822&quot;:27018,&quot;17823&quot;:27019,&quot;17824&quot;:27020,&quot;17825&quot;:27021,&quot;17826&quot;:27022,&quot;17827&quot;:27023,&quot;17828&quot;:27024,&quot;17829&quot;:27025,&quot;17830&quot;:27026,&quot;17831&quot;:27027,&quot;17832&quot;:27028,&quot;17833&quot;:27029,&quot;17834&quot;:27030,&quot;17835&quot;:27031,&quot;17836&quot;:27032,&quot;17837&quot;:27033,&quot;17838&quot;:27034,&quot;17839&quot;:27035,&quot;17840&quot;:27036,&quot;17841&quot;:27037,&quot;17842&quot;:27038,&quot;17843&quot;:27039,&quot;17844&quot;:27040,&quot;17845&quot;:27041,&quot;17846&quot;:27042,&quot;17847&quot;:27043,&quot;17848&quot;:27044,&quot;17849&quot;:27045,&quot;17850&quot;:27046,&quot;17851&quot;:27047,&quot;17852&quot;:27048,&quot;17853&quot;:27049,&quot;17854&quot;:27050,&quot;17855&quot;:27051,&quot;17856&quot;:27052,&quot;17857&quot;:27053,&quot;17858&quot;:27054,&quot;17859&quot;:27055,&quot;17860&quot;:27056,&quot;17861&quot;:27057,&quot;17862&quot;:27058,&quot;17863&quot;:27059,&quot;17864&quot;:27060,&quot;17865&quot;:27061,&quot;17866&quot;:27062,&quot;17867&quot;:27063,&quot;17868&quot;:27064,&quot;17869&quot;:27065,&quot;17870&quot;:27066,&quot;17871&quot;:27067,&quot;17872&quot;:27068,&quot;17873&quot;:27069,&quot;17874&quot;:27070,&quot;17875&quot;:27071,&quot;17876&quot;:27072,&quot;17877&quot;:27073,&quot;17878&quot;:27074,&quot;17879&quot;:27075,&quot;17880&quot;:27076,&quot;17881&quot;:27077,&quot;17882&quot;:27078,&quot;17883&quot;:27079,&quot;17884&quot;:27080,&quot;17885&quot;:27081,&quot;17886&quot;:27082,&quot;17887&quot;:27083,&quot;17888&quot;:27084,&quot;17889&quot;:27085,&quot;17890&quot;:27086,&quot;17891&quot;:27087,&quot;17892&quot;:27088,&quot;17893&quot;:27089,&quot;17894&quot;:27090,&quot;17895&quot;:27091,&quot;17896&quot;:27092,&quot;17897&quot;:27093,&quot;17898&quot;:27094,&quot;17899&quot;:27095,&quot;17900&quot;:27096,&quot;17901&quot;:27097,&quot;17902&quot;:27098,&quot;17903&quot;:27099,&quot;17904&quot;:27100,&quot;17905&quot;:27101,&quot;17906&quot;:27102,&quot;17907&quot;:27103,&quot;17908&quot;:27104,&quot;17909&quot;:27105,&quot;17910&quot;:27106,&quot;17911&quot;:27107,&quot;17912&quot;:27108,&quot;17913&quot;:27109,&quot;17914&quot;:27110,&quot;17915&quot;:27111,&quot;17916&quot;:27112,&quot;17917&quot;:27113,&quot;17918&quot;:27114,&quot;17919&quot;:27115,&quot;17920&quot;:27116,&quot;17921&quot;:27117,&quot;17922&quot;:27118,&quot;17923&quot;:27119,&quot;17924&quot;:27120,&quot;17925&quot;:27121,&quot;17926&quot;:27122,&quot;17927&quot;:27123,&quot;17928&quot;:27124,&quot;17929&quot;:27125,&quot;17930&quot;:27126,&quot;17931&quot;:27127,&quot;17932&quot;:27128,&quot;17933&quot;:27129,&quot;17934&quot;:27130,&quot;17935&quot;:27131,&quot;17936&quot;:27132,&quot;17937&quot;:27133,&quot;17938&quot;:27134,&quot;17939&quot;:27135,&quot;17940&quot;:27136,&quot;17941&quot;:27137,&quot;17942&quot;:27138,&quot;17943&quot;:27139,&quot;17944&quot;:27140,&quot;17945&quot;:27141,&quot;17946&quot;:27142,&quot;17947&quot;:27143,&quot;17948&quot;:27144,&quot;17949&quot;:27145,&quot;17950&quot;:27146,&quot;17951&quot;:27147,&quot;17952&quot;:27148,&quot;17953&quot;:27149,&quot;17954&quot;:27150,&quot;17955&quot;:27151,&quot;17956&quot;:27152,&quot;17957&quot;:27153,&quot;17958&quot;:27154,&quot;17959&quot;:27155,&quot;17960&quot;:27156,&quot;17961&quot;:27157,&quot;17962&quot;:27158,&quot;17963&quot;:27159,&quot;17964&quot;:27160,&quot;17965&quot;:27161,&quot;17966&quot;:27162,&quot;17967&quot;:27163,&quot;17968&quot;:27164,&quot;17969&quot;:27165,&quot;17970&quot;:27166,&quot;17971&quot;:27167,&quot;17972&quot;:27168,&quot;17973&quot;:27169,&quot;17974&quot;:27170,&quot;17975&quot;:27171,&quot;17976&quot;:27172,&quot;17977&quot;:27173,&quot;17978&quot;:27174,&quot;17979&quot;:27175,&quot;17980&quot;:27176,&quot;17981&quot;:27177,&quot;17982&quot;:27178,&quot;17983&quot;:27179,&quot;17984&quot;:27180,&quot;17985&quot;:27181,&quot;17986&quot;:27182,&quot;17987&quot;:27183,&quot;17988&quot;:27184,&quot;17989&quot;:27185,&quot;17990&quot;:27186,&quot;17991&quot;:27187,&quot;17992&quot;:27188,&quot;17993&quot;:27189,&quot;17994&quot;:27190,&quot;17995&quot;:27191,&quot;17997&quot;:27192,&quot;17998&quot;:27193,&quot;17999&quot;:27194,&quot;18000&quot;:27195,&quot;18001&quot;:27196,&quot;18002&quot;:27197,&quot;18003&quot;:27198,&quot;18004&quot;:27199,&quot;18005&quot;:27200,&quot;18006&quot;:27201,&quot;18007&quot;:27202,&quot;18008&quot;:27203,&quot;18009&quot;:27204,&quot;18010&quot;:27205,&quot;18011&quot;:27206,&quot;18012&quot;:27207,&quot;18013&quot;:27208,&quot;18014&quot;:27209,&quot;18015&quot;:27210,&quot;18016&quot;:27211,&quot;18018&quot;:27212,&quot;18019&quot;:27213,&quot;18020&quot;:27214,&quot;18021&quot;:27215,&quot;18022&quot;:27216,&quot;18023&quot;:27217,&quot;18024&quot;:27218,&quot;18025&quot;:27219,&quot;18026&quot;:27220,&quot;18027&quot;:27221,&quot;18028&quot;:27222,&quot;18029&quot;:27223,&quot;18030&quot;:27224,&quot;18031&quot;:27225,&quot;18032&quot;:27226,&quot;18033&quot;:27227,&quot;18034&quot;:27228,&quot;18035&quot;:27229,&quot;18036&quot;:27230,&quot;18037&quot;:27231,&quot;18038&quot;:27232,&quot;18039&quot;:27233,&quot;18040&quot;:27234,&quot;18041&quot;:27235,&quot;18042&quot;:27236,&quot;18043&quot;:27237,&quot;18044&quot;:27238,&quot;18045&quot;:27239,&quot;18046&quot;:27240,&quot;18047&quot;:27241,&quot;18048&quot;:27242,&quot;18049&quot;:27243,&quot;18050&quot;:27244,&quot;18051&quot;:27245,&quot;18052&quot;:27246,&quot;18053&quot;:27247,&quot;18054&quot;:27248,&quot;18055&quot;:27249,&quot;18056&quot;:27250,&quot;18057&quot;:27251,&quot;18058&quot;:27252,&quot;18059&quot;:27253,&quot;18060&quot;:27254,&quot;18061&quot;:27255,&quot;18062&quot;:27256,&quot;18063&quot;:27257,&quot;18064&quot;:27258,&quot;18065&quot;:27259,&quot;18066&quot;:27260,&quot;18067&quot;:27261,&quot;18068&quot;:27262,&quot;18069&quot;:27263,&quot;18070&quot;:27264,&quot;18071&quot;:27265,&quot;18072&quot;:27266,&quot;18073&quot;:27267,&quot;18074&quot;:27268,&quot;18075&quot;:27269,&quot;18076&quot;:27270,&quot;18077&quot;:27271,&quot;18078&quot;:27272,&quot;18079&quot;:27273,&quot;18080&quot;:27274,&quot;18081&quot;:27275,&quot;18082&quot;:27276,&quot;18083&quot;:27277,&quot;18084&quot;:27278,&quot;18085&quot;:27279,&quot;18086&quot;:27280,&quot;18087&quot;:27281,&quot;18088&quot;:27282,&quot;18089&quot;:27283,&quot;18090&quot;:27284,&quot;18091&quot;:27285,&quot;18092&quot;:27286,&quot;18093&quot;:27287,&quot;18094&quot;:27288,&quot;18095&quot;:27289,&quot;18096&quot;:27290,&quot;18097&quot;:27291,&quot;18098&quot;:27292,&quot;18099&quot;:27293,&quot;18100&quot;:27294,&quot;18101&quot;:27295,&quot;18102&quot;:27296,&quot;18103&quot;:27297,&quot;18104&quot;:27298,&quot;18105&quot;:27299,&quot;18106&quot;:27300,&quot;18107&quot;:27301,&quot;18108&quot;:27302,&quot;18109&quot;:27303,&quot;18110&quot;:27304,&quot;18111&quot;:27305,&quot;18112&quot;:27306,&quot;18113&quot;:27307,&quot;18114&quot;:27308,&quot;18115&quot;:27309,&quot;18116&quot;:27310,&quot;18117&quot;:27311,&quot;18118&quot;:27312,&quot;18119&quot;:27313,&quot;18120&quot;:27314,&quot;18121&quot;:27315,&quot;18122&quot;:27316,&quot;18123&quot;:27317,&quot;18124&quot;:27318,&quot;18125&quot;:27319,&quot;18126&quot;:27320,&quot;18127&quot;:27321,&quot;18128&quot;:27322,&quot;18129&quot;:27323,&quot;18130&quot;:27324,&quot;18131&quot;:27325,&quot;18132&quot;:27326,&quot;18133&quot;:27327,&quot;18134&quot;:27328,&quot;18135&quot;:27329,&quot;18136&quot;:27330,&quot;18137&quot;:27331,&quot;18138&quot;:27332,&quot;18139&quot;:27333,&quot;18140&quot;:27334,&quot;18141&quot;:27335,&quot;18142&quot;:27336,&quot;18143&quot;:27337,&quot;18144&quot;:27338,&quot;18145&quot;:27339,&quot;18146&quot;:27340,&quot;18147&quot;:27341,&quot;18148&quot;:27342,&quot;18149&quot;:27343,&quot;18150&quot;:27344,&quot;18151&quot;:27345,&quot;18152&quot;:27346,&quot;18153&quot;:27347,&quot;18154&quot;:27348,&quot;18155&quot;:27349,&quot;18156&quot;:27350,&quot;18157&quot;:27351,&quot;18158&quot;:27352,&quot;18159&quot;:27353,&quot;18160&quot;:27354,&quot;18161&quot;:27355,&quot;18162&quot;:27356,&quot;18163&quot;:27357,&quot;18164&quot;:27358,&quot;18165&quot;:27359,&quot;18166&quot;:27360,&quot;18167&quot;:27361,&quot;18168&quot;:27362,&quot;18169&quot;:27363,&quot;18170&quot;:27364,&quot;18171&quot;:27365,&quot;18172&quot;:27366,&quot;18173&quot;:27367,&quot;18174&quot;:27368,&quot;18175&quot;:27369,&quot;18176&quot;:27370,&quot;18177&quot;:27371,&quot;18178&quot;:27372,&quot;18179&quot;:27373,&quot;18180&quot;:27374,&quot;18181&quot;:27375,&quot;18182&quot;:27376,&quot;18183&quot;:27377,&quot;18184&quot;:27378,&quot;18185&quot;:27379,&quot;18186&quot;:27380,&quot;18187&quot;:27381,&quot;18188&quot;:27382,&quot;18189&quot;:27383,&quot;18190&quot;:27384,&quot;18191&quot;:27385,&quot;18192&quot;:27386,&quot;18193&quot;:27387,&quot;18194&quot;:27388,&quot;18195&quot;:27389,&quot;18196&quot;:27390,&quot;18197&quot;:27391,&quot;18198&quot;:27392,&quot;18199&quot;:27393,&quot;18200&quot;:27394,&quot;18201&quot;:27395,&quot;18202&quot;:27396,&quot;18203&quot;:27397,&quot;18204&quot;:27398,&quot;18205&quot;:27399,&quot;18206&quot;:27400,&quot;18207&quot;:27401,&quot;18208&quot;:27402,&quot;18209&quot;:27403,&quot;18210&quot;:27404,&quot;18212&quot;:27405,&quot;18213&quot;:27406,&quot;18214&quot;:27407,&quot;18215&quot;:27408,&quot;18216&quot;:27409,&quot;18218&quot;:27410,&quot;18219&quot;:27411,&quot;18220&quot;:27412,&quot;18221&quot;:27413,&quot;18222&quot;:27414,&quot;18223&quot;:27415,&quot;18224&quot;:27416,&quot;18225&quot;:27417,&quot;18226&quot;:27418,&quot;18227&quot;:27419,&quot;18228&quot;:27420,&quot;18229&quot;:27421,&quot;18230&quot;:27422,&quot;18231&quot;:27423,&quot;18232&quot;:27424,&quot;18233&quot;:27425,&quot;18234&quot;:27426,&quot;18235&quot;:27427,&quot;18236&quot;:27428,&quot;18237&quot;:27429,&quot;18238&quot;:27430,&quot;18239&quot;:27431,&quot;18240&quot;:27432,&quot;18241&quot;:27433,&quot;18242&quot;:27434,&quot;18243&quot;:27435,&quot;18244&quot;:27436,&quot;18245&quot;:27437,&quot;18246&quot;:27438,&quot;18247&quot;:27439,&quot;18248&quot;:27440,&quot;18249&quot;:27441,&quot;18250&quot;:27442,&quot;18251&quot;:27443,&quot;18252&quot;:27444,&quot;18253&quot;:27445,&quot;18254&quot;:27446,&quot;18255&quot;:27447,&quot;18256&quot;:27448,&quot;18257&quot;:27449,&quot;18258&quot;:27450,&quot;18259&quot;:27451,&quot;18260&quot;:27452,&quot;18261&quot;:27453,&quot;18262&quot;:27454,&quot;18263&quot;:27455,&quot;18264&quot;:27456,&quot;18265&quot;:27457,&quot;18266&quot;:27458,&quot;18267&quot;:27459,&quot;18268&quot;:27460,&quot;18269&quot;:27461,&quot;18270&quot;:27462,&quot;18271&quot;:27463,&quot;18272&quot;:27464,&quot;18273&quot;:27465,&quot;18274&quot;:27466,&quot;18275&quot;:27467,&quot;18276&quot;:27468,&quot;18277&quot;:27469,&quot;18278&quot;:27470,&quot;18279&quot;:27471,&quot;18280&quot;:27472,&quot;18281&quot;:27473,&quot;18282&quot;:27474,&quot;18283&quot;:27475,&quot;18284&quot;:27476,&quot;18285&quot;:27477,&quot;18286&quot;:27478,&quot;18287&quot;:27479,&quot;18288&quot;:27480,&quot;18289&quot;:27481,&quot;18290&quot;:27482,&quot;18291&quot;:27483,&quot;18292&quot;:27484,&quot;18293&quot;:27485,&quot;18294&quot;:27486,&quot;18295&quot;:27487,&quot;18296&quot;:27488,&quot;18297&quot;:27489,&quot;18298&quot;:27490,&quot;18299&quot;:27491,&quot;18301&quot;:27492,&quot;18302&quot;:27493,&quot;18303&quot;:27494,&quot;18304&quot;:27495,&quot;18305&quot;:27496,&quot;18306&quot;:27497,&quot;18307&quot;:27498,&quot;18308&quot;:27499,&quot;18309&quot;:27500,&quot;18310&quot;:27501,&quot;18311&quot;:27502,&quot;18312&quot;:27503,&quot;18313&quot;:27504,&quot;18314&quot;:27505,&quot;18315&quot;:27506,&quot;18316&quot;:27507,&quot;18318&quot;:27508,&quot;18319&quot;:27509,&quot;18320&quot;:27510,&quot;18321&quot;:27511,&quot;18322&quot;:27512,&quot;18323&quot;:27513,&quot;18324&quot;:27514,&quot;18325&quot;:27515,&quot;18326&quot;:27516,&quot;18327&quot;:27517,&quot;18328&quot;:27518,&quot;18329&quot;:27519,&quot;18330&quot;:27520,&quot;18331&quot;:27521,&quot;18332&quot;:27522,&quot;18333&quot;:27523,&quot;18334&quot;:27524,&quot;18335&quot;:27525,&quot;18336&quot;:27526,&quot;18337&quot;:27527,&quot;18338&quot;:27528,&quot;18339&quot;:27529,&quot;18340&quot;:27530,&quot;18341&quot;:27531,&quot;18342&quot;:27532,&quot;18343&quot;:27533,&quot;18344&quot;:27534,&quot;18345&quot;:27535,&quot;18346&quot;:27536,&quot;18347&quot;:27537,&quot;18348&quot;:27538,&quot;18349&quot;:27539,&quot;18350&quot;:27540,&quot;18351&quot;:27541,&quot;18352&quot;:27542,&quot;18353&quot;:27543,&quot;18354&quot;:27544,&quot;18355&quot;:27545,&quot;18356&quot;:27546,&quot;18357&quot;:27547,&quot;18358&quot;:27548,&quot;18359&quot;:27549,&quot;18360&quot;:27550,&quot;18361&quot;:27551,&quot;18362&quot;:27552,&quot;18363&quot;:27553,&quot;18364&quot;:27554,&quot;18365&quot;:27555,&quot;18366&quot;:27556,&quot;18367&quot;:27557,&quot;18368&quot;:27558,&quot;18369&quot;:27559,&quot;18370&quot;:27560,&quot;18371&quot;:27561,&quot;18372&quot;:27562,&quot;18373&quot;:27563,&quot;18374&quot;:27564,&quot;18375&quot;:27565,&quot;18376&quot;:27566,&quot;18377&quot;:27567,&quot;18378&quot;:27568,&quot;18379&quot;:27569,&quot;18380&quot;:27570,&quot;18381&quot;:27571,&quot;18382&quot;:27572,&quot;18383&quot;:27573,&quot;18384&quot;:27574,&quot;18385&quot;:27575,&quot;18386&quot;:27576,&quot;18387&quot;:27577,&quot;18388&quot;:27578,&quot;18389&quot;:27579,&quot;18390&quot;:27580,&quot;18391&quot;:27581,&quot;18392&quot;:27582,&quot;18393&quot;:27583,&quot;18394&quot;:27584,&quot;18395&quot;:27585,&quot;18396&quot;:27586,&quot;18397&quot;:27587,&quot;18398&quot;:27588,&quot;18399&quot;:27589,&quot;18400&quot;:27590,&quot;18401&quot;:27591,&quot;18402&quot;:27592,&quot;18403&quot;:27593,&quot;18404&quot;:27594,&quot;18405&quot;:27595,&quot;18406&quot;:27596,&quot;18407&quot;:27597,&quot;18408&quot;:27598,&quot;18409&quot;:27599,&quot;18410&quot;:27600,&quot;18411&quot;:27601,&quot;18412&quot;:27602,&quot;18413&quot;:27603,&quot;18414&quot;:27604,&quot;18415&quot;:27605,&quot;18416&quot;:27606,&quot;18417&quot;:27607,&quot;18418&quot;:27608,&quot;18419&quot;:27609,&quot;18420&quot;:27610,&quot;18421&quot;:27611,&quot;18422&quot;:27612,&quot;18423&quot;:27613,&quot;18424&quot;:27614,&quot;18425&quot;:27615,&quot;18426&quot;:27616,&quot;18427&quot;:27617,&quot;18428&quot;:27618,&quot;18429&quot;:27619,&quot;18430&quot;:27620,&quot;18431&quot;:27621,&quot;18432&quot;:27622,&quot;18433&quot;:27623,&quot;18434&quot;:27624,&quot;18435&quot;:27625,&quot;18436&quot;:27626,&quot;18437&quot;:27627,&quot;18438&quot;:27628,&quot;18439&quot;:27629,&quot;18440&quot;:27630,&quot;18441&quot;:27631,&quot;18442&quot;:27632,&quot;18443&quot;:27633,&quot;18444&quot;:27634,&quot;18445&quot;:27635,&quot;18446&quot;:27636,&quot;18447&quot;:27637,&quot;18448&quot;:27638,&quot;18449&quot;:27639,&quot;18450&quot;:27640,&quot;18451&quot;:27641,&quot;18452&quot;:27642,&quot;18453&quot;:27643,&quot;18454&quot;:27644,&quot;18455&quot;:27645,&quot;18456&quot;:27646,&quot;18457&quot;:27647,&quot;18458&quot;:27648,&quot;18459&quot;:27649,&quot;18460&quot;:27650,&quot;18461&quot;:27651,&quot;18462&quot;:27652,&quot;18463&quot;:27653,&quot;18464&quot;:27654,&quot;18465&quot;:27655,&quot;18466&quot;:27656,&quot;18467&quot;:27657,&quot;18468&quot;:27658,&quot;18469&quot;:27659,&quot;18470&quot;:27660,&quot;18471&quot;:27661,&quot;18472&quot;:27662,&quot;18473&quot;:27663,&quot;18474&quot;:27664,&quot;18475&quot;:27665,&quot;18476&quot;:27666,&quot;18477&quot;:27667,&quot;18478&quot;:27668,&quot;18479&quot;:27669,&quot;18480&quot;:27670,&quot;18481&quot;:27671,&quot;18482&quot;:27672,&quot;18483&quot;:27673,&quot;18484&quot;:27674,&quot;18485&quot;:27675,&quot;18486&quot;:27676,&quot;18487&quot;:27677,&quot;18488&quot;:27678,&quot;18489&quot;:27679,&quot;18490&quot;:27680,&quot;18491&quot;:27681,&quot;18492&quot;:27682,&quot;18493&quot;:27683,&quot;18494&quot;:27684,&quot;18495&quot;:27685,&quot;18496&quot;:27686,&quot;18497&quot;:27687,&quot;18498&quot;:27688,&quot;18499&quot;:27689,&quot;18500&quot;:27690,&quot;18501&quot;:27691,&quot;18502&quot;:27692,&quot;18503&quot;:27693,&quot;18504&quot;:27694,&quot;18505&quot;:27695,&quot;18506&quot;:27696,&quot;18507&quot;:27697,&quot;18508&quot;:27698,&quot;18509&quot;:27699,&quot;18510&quot;:27700,&quot;18511&quot;:27701,&quot;18512&quot;:27702,&quot;18513&quot;:27703,&quot;18514&quot;:27704,&quot;18515&quot;:27705,&quot;18516&quot;:27706,&quot;18517&quot;:27707,&quot;18518&quot;:27708,&quot;18519&quot;:27709,&quot;18520&quot;:27710,&quot;18521&quot;:27711,&quot;18522&quot;:27712,&quot;18523&quot;:27713,&quot;18524&quot;:27714,&quot;18525&quot;:27715,&quot;18526&quot;:27716,&quot;18527&quot;:27717,&quot;18528&quot;:27718,&quot;18529&quot;:27719,&quot;18530&quot;:27720,&quot;18531&quot;:27721,&quot;18532&quot;:27722,&quot;18533&quot;:27723,&quot;18534&quot;:27724,&quot;18535&quot;:27725,&quot;18536&quot;:27726,&quot;18537&quot;:27727,&quot;18538&quot;:27728,&quot;18539&quot;:27729,&quot;18540&quot;:27730,&quot;18541&quot;:27731,&quot;18542&quot;:27732,&quot;18543&quot;:27733,&quot;18544&quot;:27734,&quot;18545&quot;:27735,&quot;18546&quot;:27736,&quot;18547&quot;:27737,&quot;18548&quot;:27738,&quot;18549&quot;:27739,&quot;18550&quot;:27740,&quot;18551&quot;:27741,&quot;18552&quot;:27742,&quot;18553&quot;:27743,&quot;18554&quot;:27744,&quot;18555&quot;:27745,&quot;18556&quot;:27746,&quot;18557&quot;:27747,&quot;18558&quot;:27748,&quot;18559&quot;:27749,&quot;18560&quot;:27750,&quot;18561&quot;:27751,&quot;18562&quot;:27752,&quot;18563&quot;:27753,&quot;18564&quot;:27754,&quot;18565&quot;:27755,&quot;18566&quot;:27756,&quot;18567&quot;:27757,&quot;18568&quot;:27758,&quot;18569&quot;:27759,&quot;18570&quot;:27760,&quot;18571&quot;:27761,&quot;18572&quot;:27762,&quot;18573&quot;:27763,&quot;18574&quot;:27764,&quot;18575&quot;:27765,&quot;18576&quot;:27766,&quot;18577&quot;:27767,&quot;18578&quot;:27768,&quot;18579&quot;:27769,&quot;18580&quot;:27770,&quot;18581&quot;:27771,&quot;18582&quot;:27772,&quot;18583&quot;:27773,&quot;18584&quot;:27774,&quot;18585&quot;:27775,&quot;18586&quot;:27776,&quot;18587&quot;:27777,&quot;18588&quot;:27778,&quot;18589&quot;:27779,&quot;18590&quot;:27780,&quot;18591&quot;:27781,&quot;18592&quot;:27782,&quot;18593&quot;:27783,&quot;18594&quot;:27784,&quot;18595&quot;:27785,&quot;18596&quot;:27786,&quot;18597&quot;:27787,&quot;18598&quot;:27788,&quot;18599&quot;:27789,&quot;18600&quot;:27790,&quot;18601&quot;:27791,&quot;18602&quot;:27792,&quot;18603&quot;:27793,&quot;18604&quot;:27794,&quot;18605&quot;:27795,&quot;18606&quot;:27796,&quot;18607&quot;:27797,&quot;18608&quot;:27798,&quot;18609&quot;:27799,&quot;18610&quot;:27800,&quot;18611&quot;:27801,&quot;18612&quot;:27802,&quot;18613&quot;:27803,&quot;18614&quot;:27804,&quot;18615&quot;:27805,&quot;18616&quot;:27806,&quot;18617&quot;:27807,&quot;18618&quot;:27808,&quot;18619&quot;:27809,&quot;18620&quot;:27810,&quot;18621&quot;:27811,&quot;18622&quot;:27812,&quot;18623&quot;:27813,&quot;18624&quot;:27814,&quot;18625&quot;:27815,&quot;18626&quot;:27816,&quot;18627&quot;:27817,&quot;18628&quot;:27818,&quot;18629&quot;:27819,&quot;18630&quot;:27820,&quot;18631&quot;:27821,&quot;18632&quot;:27822,&quot;18633&quot;:27823,&quot;18634&quot;:27824,&quot;18635&quot;:27825,&quot;18636&quot;:27826,&quot;18637&quot;:27827,&quot;18638&quot;:27828,&quot;18639&quot;:27829,&quot;18640&quot;:27830,&quot;18641&quot;:27831,&quot;18642&quot;:27832,&quot;18643&quot;:27833,&quot;18644&quot;:27834,&quot;18645&quot;:27835,&quot;18646&quot;:27836,&quot;18647&quot;:27837,&quot;18648&quot;:27838,&quot;18649&quot;:27839,&quot;18650&quot;:27840,&quot;18651&quot;:27841,&quot;18652&quot;:27842,&quot;18653&quot;:27843,&quot;18654&quot;:27844,&quot;18655&quot;:27845,&quot;18656&quot;:27846,&quot;18657&quot;:27847,&quot;18658&quot;:27848,&quot;18659&quot;:27849,&quot;18660&quot;:27850,&quot;18661&quot;:27851,&quot;18662&quot;:27852,&quot;18663&quot;:27853,&quot;18664&quot;:27854,&quot;18665&quot;:27855,&quot;18666&quot;:27856,&quot;18667&quot;:27857,&quot;18668&quot;:27858,&quot;18669&quot;:27859,&quot;18670&quot;:27860,&quot;18671&quot;:27861,&quot;18672&quot;:27862,&quot;18673&quot;:27863,&quot;18674&quot;:27864,&quot;18675&quot;:27865,&quot;18676&quot;:27866,&quot;18677&quot;:27867,&quot;18678&quot;:27868,&quot;18679&quot;:27869,&quot;18680&quot;:27870,&quot;18681&quot;:27871,&quot;18682&quot;:27872,&quot;18683&quot;:27873,&quot;18684&quot;:27874,&quot;18685&quot;:27875,&quot;18686&quot;:27876,&quot;18687&quot;:27877,&quot;18688&quot;:27878,&quot;18689&quot;:27879,&quot;18690&quot;:27880,&quot;18691&quot;:27881,&quot;18692&quot;:27882,&quot;18693&quot;:27883,&quot;18694&quot;:27884,&quot;18695&quot;:27885,&quot;18696&quot;:27886,&quot;18697&quot;:27887,&quot;18698&quot;:27888,&quot;18699&quot;:27889,&quot;18700&quot;:27890,&quot;18701&quot;:27891,&quot;18702&quot;:27892,&quot;18703&quot;:27893,&quot;18704&quot;:27894,&quot;18705&quot;:27895,&quot;18706&quot;:27896,&quot;18707&quot;:27897,&quot;18708&quot;:27898,&quot;18709&quot;:27899,&quot;18710&quot;:27900,&quot;18711&quot;:27901,&quot;18712&quot;:27902,&quot;18713&quot;:27903,&quot;18714&quot;:27904,&quot;18715&quot;:27905,&quot;18716&quot;:27906,&quot;18717&quot;:27907,&quot;18718&quot;:27908,&quot;18719&quot;:27909,&quot;18720&quot;:27910,&quot;18721&quot;:27911,&quot;18722&quot;:27912,&quot;18723&quot;:27913,&quot;18724&quot;:27914,&quot;18725&quot;:27915,&quot;18726&quot;:27916,&quot;18727&quot;:27917,&quot;18728&quot;:27918,&quot;18729&quot;:27919,&quot;18730&quot;:27920,&quot;18731&quot;:27921,&quot;18732&quot;:27922,&quot;18733&quot;:27923,&quot;18734&quot;:27924,&quot;18735&quot;:27925,&quot;18736&quot;:27926,&quot;18737&quot;:27927,&quot;18738&quot;:27928,&quot;18739&quot;:27929,&quot;18740&quot;:27930,&quot;18741&quot;:27931,&quot;18742&quot;:27932,&quot;18743&quot;:27933,&quot;18744&quot;:27934,&quot;18745&quot;:27935,&quot;18746&quot;:27936,&quot;18747&quot;:27937,&quot;18748&quot;:27938,&quot;18749&quot;:27939,&quot;18750&quot;:27940,&quot;18751&quot;:27941,&quot;18752&quot;:27942,&quot;18753&quot;:27943,&quot;18754&quot;:27944,&quot;18755&quot;:27945,&quot;18756&quot;:27946,&quot;18757&quot;:27947,&quot;18758&quot;:27948,&quot;18760&quot;:27949,&quot;18761&quot;:27950,&quot;18762&quot;:27951,&quot;18763&quot;:27952,&quot;18764&quot;:27953,&quot;18765&quot;:27954,&quot;18766&quot;:27955,&quot;18767&quot;:27956,&quot;18768&quot;:27957,&quot;18769&quot;:27958,&quot;18770&quot;:27959,&quot;18771&quot;:27960,&quot;18772&quot;:27961,&quot;18773&quot;:27962,&quot;18774&quot;:27963,&quot;18775&quot;:27964,&quot;18776&quot;:27965,&quot;18777&quot;:27966,&quot;18778&quot;:27967,&quot;18779&quot;:27968,&quot;18780&quot;:27969,&quot;18781&quot;:27970,&quot;18782&quot;:27971,&quot;18783&quot;:27972,&quot;18784&quot;:27973,&quot;18785&quot;:27974,&quot;18786&quot;:27975,&quot;18787&quot;:27976,&quot;18788&quot;:27977,&quot;18789&quot;:27978,&quot;18790&quot;:27979,&quot;18791&quot;:27980,&quot;18792&quot;:27981,&quot;18793&quot;:27982,&quot;18794&quot;:27983,&quot;18795&quot;:27984,&quot;18796&quot;:27985,&quot;18797&quot;:27986,&quot;18798&quot;:27987,&quot;18799&quot;:27988,&quot;18800&quot;:27989,&quot;18801&quot;:27990,&quot;18802&quot;:27991,&quot;18803&quot;:27992,&quot;18804&quot;:27993,&quot;18805&quot;:27994,&quot;18806&quot;:27995,&quot;18807&quot;:27996,&quot;18808&quot;:27997,&quot;18809&quot;:27998,&quot;18811&quot;:27999,&quot;18812&quot;:28000,&quot;18814&quot;:28001,&quot;18815&quot;:28002,&quot;18816&quot;:28003,&quot;18817&quot;:28004,&quot;18820&quot;:28005,&quot;18823&quot;:28006,&quot;18824&quot;:28007,&quot;18825&quot;:28008,&quot;18826&quot;:28009,&quot;18827&quot;:28010,&quot;18828&quot;:28011,&quot;18829&quot;:28012,&quot;18830&quot;:28013,&quot;18831&quot;:28014,&quot;18832&quot;:28015,&quot;18833&quot;:28016,&quot;18834&quot;:28017,&quot;18835&quot;:28018,&quot;18836&quot;:28019,&quot;18837&quot;:28020,&quot;18838&quot;:28021,&quot;18839&quot;:28022,&quot;18840&quot;:28023,&quot;18841&quot;:28024,&quot;18842&quot;:28025,&quot;18844&quot;:28026,&quot;18845&quot;:28027,&quot;18846&quot;:28028,&quot;18848&quot;:28029,&quot;18849&quot;:28030,&quot;18850&quot;:28031,&quot;18851&quot;:28032,&quot;18852&quot;:28033,&quot;18853&quot;:28034,&quot;18854&quot;:28035,&quot;18855&quot;:28036,&quot;18856&quot;:28037,&quot;18857&quot;:28038,&quot;18858&quot;:28039,&quot;18859&quot;:28040,&quot;18860&quot;:28041,&quot;18861&quot;:28042,&quot;18862&quot;:28043,&quot;18863&quot;:28044,&quot;18864&quot;:28045,&quot;18865&quot;:28046,&quot;18866&quot;:28047,&quot;18867&quot;:28048,&quot;18868&quot;:28049,&quot;18869&quot;:28050,&quot;18872&quot;:28051,&quot;18873&quot;:28052,&quot;18874&quot;:28053,&quot;18875&quot;:28054,&quot;18876&quot;:28055,&quot;18877&quot;:28056,&quot;18878&quot;:28057,&quot;18879&quot;:28058,&quot;18880&quot;:28059,&quot;18881&quot;:28060,&quot;18882&quot;:28061,&quot;18883&quot;:28062,&quot;18884&quot;:28063,&quot;18885&quot;:28064,&quot;18886&quot;:28065,&quot;18887&quot;:28066,&quot;18888&quot;:28067,&quot;18889&quot;:28068,&quot;18890&quot;:28069,&quot;18891&quot;:28070,&quot;18892&quot;:28071,&quot;18893&quot;:28072,&quot;18894&quot;:28073,&quot;18895&quot;:28074,&quot;18896&quot;:28075,&quot;18897&quot;:28076,&quot;18898&quot;:28077,&quot;18899&quot;:28078,&quot;18900&quot;:28079,&quot;18901&quot;:28080,&quot;18902&quot;:28081,&quot;18903&quot;:28082,&quot;18904&quot;:28083,&quot;18905&quot;:28084,&quot;18906&quot;:28085,&quot;18907&quot;:28086,&quot;18908&quot;:28087,&quot;18909&quot;:28088,&quot;18910&quot;:28089,&quot;18911&quot;:28090,&quot;18912&quot;:28091,&quot;18913&quot;:28092,&quot;18914&quot;:28093,&quot;18915&quot;:28094,&quot;18916&quot;:28095,&quot;18917&quot;:28096,&quot;18918&quot;:28097,&quot;18919&quot;:28098,&quot;18920&quot;:28099,&quot;18921&quot;:28100,&quot;18922&quot;:28101,&quot;18923&quot;:28102,&quot;18924&quot;:28103,&quot;18925&quot;:28104,&quot;18926&quot;:28105,&quot;18927&quot;:28106,&quot;18928&quot;:28107,&quot;18929&quot;:28108,&quot;18930&quot;:28109,&quot;18931&quot;:28110,&quot;18932&quot;:28111,&quot;18933&quot;:28112,&quot;18934&quot;:28113,&quot;18935&quot;:28114,&quot;18936&quot;:28115,&quot;18937&quot;:28116,&quot;18938&quot;:28117,&quot;18939&quot;:28118,&quot;18940&quot;:28119,&quot;18941&quot;:28120,&quot;18942&quot;:28121,&quot;18943&quot;:28122,&quot;18944&quot;:28123,&quot;18945&quot;:28124,&quot;18946&quot;:28125,&quot;18947&quot;:28126,&quot;18948&quot;:28127,&quot;18949&quot;:28128,&quot;18950&quot;:28129,&quot;18951&quot;:28130,&quot;18952&quot;:28131,&quot;18953&quot;:28132,&quot;18954&quot;:28133,&quot;18955&quot;:28134,&quot;18956&quot;:28135,&quot;18957&quot;:28136,&quot;18958&quot;:28137,&quot;18959&quot;:28138,&quot;18960&quot;:28139,&quot;18961&quot;:28140,&quot;18962&quot;:28141,&quot;18963&quot;:28142,&quot;18964&quot;:28143,&quot;18965&quot;:28144,&quot;18966&quot;:28145,&quot;18967&quot;:28146,&quot;18968&quot;:28147,&quot;18969&quot;:28148,&quot;18970&quot;:28149,&quot;18971&quot;:28150,&quot;18972&quot;:28151,&quot;18973&quot;:28152,&quot;18974&quot;:28153,&quot;18975&quot;:28154,&quot;18976&quot;:28155,&quot;18977&quot;:28156,&quot;18978&quot;:28157,&quot;18979&quot;:28158,&quot;18980&quot;:28159,&quot;18981&quot;:28160,&quot;18982&quot;:28161,&quot;18983&quot;:28162,&quot;18984&quot;:28163,&quot;18985&quot;:28164,&quot;18986&quot;:28165,&quot;18987&quot;:28166,&quot;18988&quot;:28167,&quot;18989&quot;:28168,&quot;18990&quot;:28169,&quot;18991&quot;:28170,&quot;18992&quot;:28171,&quot;18993&quot;:28172,&quot;18994&quot;:28173,&quot;18995&quot;:28174,&quot;18996&quot;:28175,&quot;18997&quot;:28176,&quot;18998&quot;:28177,&quot;18999&quot;:28178,&quot;19000&quot;:28179,&quot;19001&quot;:28180,&quot;19002&quot;:28181,&quot;19003&quot;:28182,&quot;19004&quot;:28183,&quot;19005&quot;:28184,&quot;19006&quot;:28185,&quot;19007&quot;:28186,&quot;19008&quot;:28187,&quot;19009&quot;:28188,&quot;19010&quot;:28189,&quot;19011&quot;:28190,&quot;19012&quot;:28191,&quot;19013&quot;:28192,&quot;19014&quot;:28193,&quot;19015&quot;:28194,&quot;19016&quot;:28195,&quot;19017&quot;:28196,&quot;19018&quot;:28197,&quot;19019&quot;:28198,&quot;19020&quot;:28199,&quot;19021&quot;:28200,&quot;19022&quot;:28201,&quot;19023&quot;:28202,&quot;19024&quot;:28203,&quot;19025&quot;:28204,&quot;19026&quot;:28205,&quot;19027&quot;:28206,&quot;19028&quot;:28207,&quot;19029&quot;:28208,&quot;19030&quot;:28209,&quot;19031&quot;:28210,&quot;19032&quot;:28211,&quot;19033&quot;:28212,&quot;19034&quot;:28213,&quot;19035&quot;:28214,&quot;19036&quot;:28215,&quot;19037&quot;:28216,&quot;19038&quot;:28217,&quot;19039&quot;:28218,&quot;19040&quot;:28219,&quot;19041&quot;:28220,&quot;19042&quot;:28221,&quot;19043&quot;:28222,&quot;19044&quot;:28223,&quot;19045&quot;:28224,&quot;19046&quot;:28225,&quot;19047&quot;:28226,&quot;19048&quot;:28227,&quot;19049&quot;:28228,&quot;19050&quot;:28229,&quot;19051&quot;:28230,&quot;19052&quot;:28231,&quot;19053&quot;:28232,&quot;19054&quot;:28233,&quot;19055&quot;:28234,&quot;19056&quot;:28235,&quot;19057&quot;:28236,&quot;19058&quot;:28237,&quot;19059&quot;:28238,&quot;19060&quot;:28239,&quot;19061&quot;:28240,&quot;19062&quot;:28241,&quot;19063&quot;:28242,&quot;19064&quot;:28243,&quot;19065&quot;:28244,&quot;19066&quot;:28245,&quot;19067&quot;:28246,&quot;19068&quot;:28247,&quot;19069&quot;:28248,&quot;19070&quot;:28249,&quot;19071&quot;:28250,&quot;19072&quot;:28251,&quot;19073&quot;:28252,&quot;19074&quot;:28253,&quot;19075&quot;:28254,&quot;19076&quot;:28255,&quot;19077&quot;:28256,&quot;19078&quot;:28257,&quot;19079&quot;:28258,&quot;19080&quot;:28259,&quot;19081&quot;:28260,&quot;19082&quot;:28261,&quot;19083&quot;:28262,&quot;19084&quot;:28263,&quot;19085&quot;:28264,&quot;19086&quot;:28265,&quot;19087&quot;:28266,&quot;19088&quot;:28267,&quot;19089&quot;:28268,&quot;19090&quot;:28269,&quot;19091&quot;:28270,&quot;19092&quot;:28271,&quot;19093&quot;:28272,&quot;19094&quot;:28273,&quot;19095&quot;:28274,&quot;19096&quot;:28275,&quot;19097&quot;:28276,&quot;19098&quot;:28277,&quot;19099&quot;:28278,&quot;19100&quot;:28279,&quot;19101&quot;:28280,&quot;19102&quot;:28281,&quot;19103&quot;:28282,&quot;19104&quot;:28283,&quot;19105&quot;:28284,&quot;19106&quot;:28285,&quot;19107&quot;:28286,&quot;19108&quot;:28287,&quot;19109&quot;:28288,&quot;19110&quot;:28289,&quot;19111&quot;:28290,&quot;19112&quot;:28291,&quot;19113&quot;:28292,&quot;19114&quot;:28293,&quot;19115&quot;:28294,&quot;19116&quot;:28295,&quot;19117&quot;:28296,&quot;19118&quot;:28297,&quot;19119&quot;:28298,&quot;19120&quot;:28299,&quot;19121&quot;:28300,&quot;19122&quot;:28301,&quot;19123&quot;:28302,&quot;19124&quot;:28303,&quot;19125&quot;:28304,&quot;19126&quot;:28305,&quot;19127&quot;:28306,&quot;19128&quot;:28307,&quot;19129&quot;:28308,&quot;19130&quot;:28309,&quot;19131&quot;:28310,&quot;19132&quot;:28311,&quot;19133&quot;:28312,&quot;19134&quot;:28313,&quot;19135&quot;:28314,&quot;19136&quot;:28315,&quot;19137&quot;:28316,&quot;19138&quot;:28317,&quot;19139&quot;:28318,&quot;19140&quot;:28319,&quot;19141&quot;:28320,&quot;19142&quot;:28321,&quot;19143&quot;:28322,&quot;19144&quot;:28323,&quot;19145&quot;:28324,&quot;19146&quot;:28325,&quot;19147&quot;:28326,&quot;19148&quot;:28327,&quot;19149&quot;:28328,&quot;19150&quot;:28329,&quot;19151&quot;:28330,&quot;19152&quot;:28331,&quot;19153&quot;:28332,&quot;19154&quot;:28333,&quot;19155&quot;:28334,&quot;19156&quot;:28335,&quot;19157&quot;:28336,&quot;19158&quot;:28337,&quot;19159&quot;:28338,&quot;19160&quot;:28339,&quot;19161&quot;:28340,&quot;19162&quot;:28341,&quot;19163&quot;:28342,&quot;19164&quot;:28343,&quot;19165&quot;:28344,&quot;19166&quot;:28345,&quot;19167&quot;:28346,&quot;19168&quot;:28347,&quot;19169&quot;:28348,&quot;19170&quot;:28349,&quot;19171&quot;:28350,&quot;19172&quot;:28351,&quot;19173&quot;:28352,&quot;19174&quot;:28353,&quot;19175&quot;:28354,&quot;19176&quot;:28355,&quot;19177&quot;:28356,&quot;19178&quot;:28357,&quot;19179&quot;:28358,&quot;19180&quot;:28359,&quot;19181&quot;:28360,&quot;19182&quot;:28361,&quot;19183&quot;:28362,&quot;19184&quot;:28363,&quot;19185&quot;:28364,&quot;19186&quot;:28365,&quot;19187&quot;:28366,&quot;19188&quot;:28367,&quot;19189&quot;:28368,&quot;19190&quot;:28369,&quot;19191&quot;:28370,&quot;19192&quot;:28371,&quot;19193&quot;:28372,&quot;19194&quot;:28373,&quot;19195&quot;:28374,&quot;19196&quot;:28375,&quot;19197&quot;:28376,&quot;19198&quot;:28377,&quot;19199&quot;:28378,&quot;19200&quot;:28379,&quot;19201&quot;:28380,&quot;19202&quot;:28381,&quot;19203&quot;:28382,&quot;19204&quot;:28383,&quot;19205&quot;:28384,&quot;19206&quot;:28385,&quot;19207&quot;:28386,&quot;19208&quot;:28387,&quot;19209&quot;:28388,&quot;19210&quot;:28389,&quot;19211&quot;:28390,&quot;19212&quot;:28391,&quot;19213&quot;:28392,&quot;19214&quot;:28393,&quot;19215&quot;:28394,&quot;19216&quot;:28395,&quot;19217&quot;:28396,&quot;19218&quot;:28397,&quot;19219&quot;:28398,&quot;19220&quot;:28399,&quot;19221&quot;:28400,&quot;19222&quot;:28401,&quot;19223&quot;:28402,&quot;19224&quot;:28403,&quot;19225&quot;:28404,&quot;19226&quot;:28405,&quot;19227&quot;:28406,&quot;19228&quot;:28407,&quot;19229&quot;:28408,&quot;19230&quot;:28409,&quot;19231&quot;:28410,&quot;19232&quot;:28411,&quot;19233&quot;:28412,&quot;19234&quot;:28413,&quot;19235&quot;:28414,&quot;19236&quot;:28415,&quot;19237&quot;:28416,&quot;19238&quot;:28417,&quot;19239&quot;:28418,&quot;19240&quot;:28419,&quot;19241&quot;:28420,&quot;19242&quot;:28421,&quot;19243&quot;:28422,&quot;19244&quot;:28423,&quot;19245&quot;:28424,&quot;19246&quot;:28425,&quot;19247&quot;:28426,&quot;19248&quot;:28427,&quot;19249&quot;:28428,&quot;19250&quot;:28429,&quot;19251&quot;:28430,&quot;19252&quot;:28431,&quot;19253&quot;:28432,&quot;19254&quot;:28433,&quot;19255&quot;:28434,&quot;19256&quot;:28435,&quot;19257&quot;:28436,&quot;19258&quot;:28437,&quot;19259&quot;:28438,&quot;19260&quot;:28439,&quot;19261&quot;:28440,&quot;19262&quot;:28441,&quot;19263&quot;:28442,&quot;19264&quot;:28443,&quot;19265&quot;:28444,&quot;19266&quot;:28445,&quot;19267&quot;:28446,&quot;19268&quot;:28447,&quot;19269&quot;:28448,&quot;19270&quot;:28449,&quot;19271&quot;:28450,&quot;19272&quot;:28451,&quot;19273&quot;:28452,&quot;19274&quot;:28453,&quot;19275&quot;:28454,&quot;19276&quot;:28455,&quot;19277&quot;:28456,&quot;19278&quot;:28457,&quot;19279&quot;:28458,&quot;19280&quot;:28459,&quot;19281&quot;:28460,&quot;19282&quot;:28461,&quot;19283&quot;:28462,&quot;19284&quot;:28463,&quot;19285&quot;:28464,&quot;19286&quot;:28465,&quot;19287&quot;:28466,&quot;19288&quot;:28467,&quot;19289&quot;:28468,&quot;19290&quot;:28469,&quot;19291&quot;:28470,&quot;19292&quot;:28471,&quot;19293&quot;:28472,&quot;19294&quot;:28473,&quot;19295&quot;:28474,&quot;19296&quot;:28475,&quot;19297&quot;:28476,&quot;19298&quot;:28477,&quot;19299&quot;:28478,&quot;19300&quot;:28479,&quot;19301&quot;:28480,&quot;19302&quot;:28481,&quot;19303&quot;:28482,&quot;19304&quot;:28483,&quot;19305&quot;:28484,&quot;19306&quot;:28485,&quot;19307&quot;:28486,&quot;19308&quot;:28487,&quot;19309&quot;:28488,&quot;19310&quot;:28489,&quot;19311&quot;:28490,&quot;19312&quot;:28491,&quot;19313&quot;:28492,&quot;19314&quot;:28493,&quot;19315&quot;:28494,&quot;19316&quot;:28495,&quot;19317&quot;:28496,&quot;19318&quot;:28497,&quot;19319&quot;:28498,&quot;19320&quot;:28499,&quot;19321&quot;:28500,&quot;19322&quot;:28501,&quot;19323&quot;:28502,&quot;19324&quot;:28503,&quot;19325&quot;:28504,&quot;19326&quot;:28505,&quot;19327&quot;:28506,&quot;19328&quot;:28507,&quot;19329&quot;:28508,&quot;19330&quot;:28509,&quot;19331&quot;:28510,&quot;19332&quot;:28511,&quot;19333&quot;:28512,&quot;19334&quot;:28513,&quot;19335&quot;:28514,&quot;19336&quot;:28515,&quot;19337&quot;:28516,&quot;19338&quot;:28517,&quot;19339&quot;:28518,&quot;19340&quot;:28519,&quot;19341&quot;:28520,&quot;19342&quot;:28521,&quot;19343&quot;:28522,&quot;19344&quot;:28523,&quot;19345&quot;:28524,&quot;19346&quot;:28525,&quot;19347&quot;:28526,&quot;19348&quot;:28527,&quot;19349&quot;:28528,&quot;19350&quot;:28529,&quot;19351&quot;:28530,&quot;19352&quot;:28531,&quot;19353&quot;:28532,&quot;19354&quot;:28533,&quot;19355&quot;:28534,&quot;19356&quot;:28535,&quot;19357&quot;:28536,&quot;19358&quot;:28537,&quot;19359&quot;:28538,&quot;19360&quot;:28539,&quot;19361&quot;:28540,&quot;19362&quot;:28541,&quot;19363&quot;:28542,&quot;19364&quot;:28543,&quot;19365&quot;:28544,&quot;19366&quot;:28545,&quot;19367&quot;:28546,&quot;19368&quot;:28547,&quot;19369&quot;:28548,&quot;19370&quot;:28549,&quot;19371&quot;:28550,&quot;19372&quot;:28551,&quot;19373&quot;:28552,&quot;19374&quot;:28553,&quot;19375&quot;:28554,&quot;19376&quot;:28555,&quot;19377&quot;:28556,&quot;19378&quot;:28557,&quot;19379&quot;:28558,&quot;19380&quot;:28559,&quot;19381&quot;:28560,&quot;19382&quot;:28561,&quot;19383&quot;:28562,&quot;19384&quot;:28563,&quot;19385&quot;:28564,&quot;19386&quot;:28565,&quot;19387&quot;:28566,&quot;19388&quot;:28567,&quot;19389&quot;:28568,&quot;19390&quot;:28569,&quot;19391&quot;:28570,&quot;19392&quot;:28571,&quot;19393&quot;:28572,&quot;19394&quot;:28573,&quot;19395&quot;:28574,&quot;19396&quot;:28575,&quot;19397&quot;:28576,&quot;19398&quot;:28577,&quot;19399&quot;:28578,&quot;19400&quot;:28579,&quot;19401&quot;:28580,&quot;19402&quot;:28581,&quot;19403&quot;:28582,&quot;19404&quot;:28583,&quot;19405&quot;:28584,&quot;19406&quot;:28585,&quot;19407&quot;:28586,&quot;19408&quot;:28587,&quot;19409&quot;:28588,&quot;19410&quot;:28589,&quot;19411&quot;:28590,&quot;19412&quot;:28591,&quot;19413&quot;:28592,&quot;19414&quot;:28593,&quot;19415&quot;:28594,&quot;19416&quot;:28595,&quot;19417&quot;:28596,&quot;19418&quot;:28597,&quot;19419&quot;:28598,&quot;19420&quot;:28599,&quot;19421&quot;:28600,&quot;19422&quot;:28601,&quot;19423&quot;:28602,&quot;19424&quot;:28603,&quot;19425&quot;:28604,&quot;19426&quot;:28605,&quot;19427&quot;:28606,&quot;19428&quot;:28607,&quot;19429&quot;:28608,&quot;19430&quot;:28609,&quot;19431&quot;:28610,&quot;19432&quot;:28611,&quot;19433&quot;:28612,&quot;19434&quot;:28613,&quot;19435&quot;:28614,&quot;19436&quot;:28615,&quot;19437&quot;:28616,&quot;19438&quot;:28617,&quot;19439&quot;:28618,&quot;19440&quot;:28619,&quot;19441&quot;:28620,&quot;19442&quot;:28621,&quot;19443&quot;:28622,&quot;19444&quot;:28623,&quot;19445&quot;:28624,&quot;19446&quot;:28625,&quot;19447&quot;:28626,&quot;19448&quot;:28627,&quot;19449&quot;:28628,&quot;19450&quot;:28629,&quot;19451&quot;:28630,&quot;19452&quot;:28631,&quot;19453&quot;:28632,&quot;19454&quot;:28633,&quot;19455&quot;:28634,&quot;19456&quot;:28635,&quot;19457&quot;:28636,&quot;19458&quot;:28637,&quot;19459&quot;:28638,&quot;19460&quot;:28639,&quot;19461&quot;:28640,&quot;19462&quot;:28641,&quot;19463&quot;:28642,&quot;19464&quot;:28643,&quot;19465&quot;:28644,&quot;19466&quot;:28645,&quot;19467&quot;:28646,&quot;19468&quot;:28647,&quot;19469&quot;:28648,&quot;19470&quot;:28649,&quot;19471&quot;:28650,&quot;19472&quot;:28651,&quot;19473&quot;:28652,&quot;19474&quot;:28653,&quot;19475&quot;:28654,&quot;19476&quot;:28655,&quot;19477&quot;:28656,&quot;19478&quot;:28657,&quot;19479&quot;:28658,&quot;19480&quot;:28659,&quot;19481&quot;:28660,&quot;19482&quot;:28661,&quot;19483&quot;:28662,&quot;19484&quot;:28663,&quot;19485&quot;:28664,&quot;19486&quot;:28665,&quot;19487&quot;:28666,&quot;19488&quot;:28667,&quot;19489&quot;:28668,&quot;19490&quot;:28669,&quot;19491&quot;:28670,&quot;19492&quot;:28671,&quot;19493&quot;:28672,&quot;19494&quot;:28673,&quot;19495&quot;:28674,&quot;19496&quot;:28675,&quot;19497&quot;:28676,&quot;19498&quot;:28677,&quot;19499&quot;:28678,&quot;19500&quot;:28679,&quot;19501&quot;:28680,&quot;19502&quot;:28681,&quot;19503&quot;:28682,&quot;19504&quot;:28683,&quot;19505&quot;:28684,&quot;19506&quot;:28685,&quot;19507&quot;:28686,&quot;19508&quot;:28687,&quot;19509&quot;:28688,&quot;19510&quot;:28689,&quot;19511&quot;:28690,&quot;19512&quot;:28691,&quot;19513&quot;:28692,&quot;19514&quot;:28693,&quot;19515&quot;:28694,&quot;19516&quot;:28695,&quot;19517&quot;:28696,&quot;19518&quot;:28697,&quot;19519&quot;:28698,&quot;19520&quot;:28699,&quot;19521&quot;:28700,&quot;19522&quot;:28701,&quot;19523&quot;:28702,&quot;19524&quot;:28703,&quot;19525&quot;:28704,&quot;19526&quot;:28705,&quot;19527&quot;:28706,&quot;19528&quot;:28707,&quot;19529&quot;:28708,&quot;19530&quot;:28709,&quot;19531&quot;:28710,&quot;19532&quot;:28711,&quot;19533&quot;:28712,&quot;19534&quot;:28713,&quot;19535&quot;:28714,&quot;19536&quot;:28715,&quot;19537&quot;:28716,&quot;19538&quot;:28717,&quot;19539&quot;:28718,&quot;19540&quot;:28719,&quot;19541&quot;:28720,&quot;19542&quot;:28721,&quot;19543&quot;:28722,&quot;19544&quot;:28723,&quot;19545&quot;:28724,&quot;19546&quot;:28725,&quot;19547&quot;:28726,&quot;19548&quot;:28727,&quot;19549&quot;:28728,&quot;19550&quot;:28729,&quot;19551&quot;:28730,&quot;19552&quot;:28731,&quot;19553&quot;:28732,&quot;19554&quot;:28733,&quot;19555&quot;:28734,&quot;19556&quot;:28735,&quot;19557&quot;:28736,&quot;19558&quot;:28737,&quot;19559&quot;:28738,&quot;19560&quot;:28739,&quot;19561&quot;:28740,&quot;19562&quot;:28741,&quot;19563&quot;:28742,&quot;19564&quot;:28743,&quot;19565&quot;:28744,&quot;19566&quot;:28745,&quot;19567&quot;:28746,&quot;19568&quot;:28747,&quot;19569&quot;:28748,&quot;19570&quot;:28749,&quot;19571&quot;:28750,&quot;19572&quot;:28751,&quot;19573&quot;:28752,&quot;19574&quot;:28753,&quot;19576&quot;:28754,&quot;19577&quot;:28755,&quot;19578&quot;:28756,&quot;19579&quot;:28757,&quot;19580&quot;:28758,&quot;19581&quot;:28759,&quot;19582&quot;:28760,&quot;19583&quot;:28761,&quot;19584&quot;:28762,&quot;19585&quot;:28763,&quot;19586&quot;:28764,&quot;19587&quot;:28765,&quot;19588&quot;:28766,&quot;19589&quot;:28767,&quot;19590&quot;:28768,&quot;19591&quot;:28769,&quot;19592&quot;:28770,&quot;19593&quot;:28771,&quot;19594&quot;:28772,&quot;19595&quot;:28773,&quot;19596&quot;:28774,&quot;19597&quot;:28775,&quot;19598&quot;:28776,&quot;19599&quot;:28777,&quot;19600&quot;:28778,&quot;19601&quot;:28779,&quot;19602&quot;:28780,&quot;19603&quot;:28781,&quot;19604&quot;:28782,&quot;19605&quot;:28783,&quot;19606&quot;:28784,&quot;19607&quot;:28785,&quot;19608&quot;:28786,&quot;19609&quot;:28787,&quot;19610&quot;:28788,&quot;19611&quot;:28789,&quot;19612&quot;:28790,&quot;19613&quot;:28791,&quot;19614&quot;:28792,&quot;19620&quot;:28793,&quot;19621&quot;:28794,&quot;19622&quot;:28795,&quot;19623&quot;:28796,&quot;19624&quot;:28797,&quot;19625&quot;:28798,&quot;19626&quot;:28799,&quot;19627&quot;:28800,&quot;19628&quot;:28801,&quot;19629&quot;:28802,&quot;19630&quot;:28803,&quot;19631&quot;:28804,&quot;19632&quot;:28805,&quot;19633&quot;:28806,&quot;19634&quot;:28807,&quot;19635&quot;:28808,&quot;19636&quot;:28809,&quot;19637&quot;:28810,&quot;19638&quot;:28811,&quot;19639&quot;:28812,&quot;19640&quot;:28813,&quot;19641&quot;:28814,&quot;19642&quot;:28815,&quot;19643&quot;:28816,&quot;19644&quot;:28817,&quot;19645&quot;:28818,&quot;19646&quot;:28819,&quot;19647&quot;:28820,&quot;19648&quot;:28821,&quot;19649&quot;:28822,&quot;19650&quot;:28823,&quot;19651&quot;:28824,&quot;19652&quot;:28825,&quot;19653&quot;:28826,&quot;19654&quot;:28827,&quot;19655&quot;:28828,&quot;19656&quot;:28829,&quot;19657&quot;:28830,&quot;19658&quot;:28831,&quot;19659&quot;:28832,&quot;19660&quot;:28833,&quot;19661&quot;:28834,&quot;19662&quot;:28835,&quot;19663&quot;:28836,&quot;19664&quot;:28837,&quot;19665&quot;:28838,&quot;19666&quot;:28839,&quot;19667&quot;:28840,&quot;19668&quot;:28841,&quot;19669&quot;:28842,&quot;19670&quot;:28843,&quot;19671&quot;:28844,&quot;19672&quot;:28845,&quot;19673&quot;:28846,&quot;19674&quot;:28847,&quot;19675&quot;:28848,&quot;19676&quot;:28849,&quot;19677&quot;:28850,&quot;19678&quot;:28851,&quot;19679&quot;:28852,&quot;19680&quot;:28853,&quot;19681&quot;:28854,&quot;19682&quot;:28855,&quot;19683&quot;:28856,&quot;19684&quot;:28857,&quot;19685&quot;:28858,&quot;19686&quot;:28859,&quot;19687&quot;:28860,&quot;19688&quot;:28861,&quot;19689&quot;:28862,&quot;19690&quot;:28863,&quot;19691&quot;:28864,&quot;19692&quot;:28865,&quot;19693&quot;:28866,&quot;19694&quot;:28867,&quot;19695&quot;:28868,&quot;19696&quot;:28869,&quot;19697&quot;:28870,&quot;19698&quot;:28871,&quot;19699&quot;:28872,&quot;19700&quot;:28873,&quot;19701&quot;:28874,&quot;19702&quot;:28875,&quot;19703&quot;:28876,&quot;19704&quot;:28877,&quot;19705&quot;:28878,&quot;19706&quot;:28879,&quot;19707&quot;:28880,&quot;19708&quot;:28881,&quot;19709&quot;:28882,&quot;19710&quot;:28883,&quot;19711&quot;:28884,&quot;19712&quot;:28885,&quot;19713&quot;:28886,&quot;19714&quot;:28887,&quot;19715&quot;:28888,&quot;19716&quot;:28889,&quot;19717&quot;:28890,&quot;19718&quot;:28891,&quot;19719&quot;:28892,&quot;19720&quot;:28893,&quot;19721&quot;:28894,&quot;19722&quot;:28895,&quot;19723&quot;:28896,&quot;19724&quot;:28897,&quot;19725&quot;:28898,&quot;19726&quot;:28899,&quot;19727&quot;:28900,&quot;19728&quot;:28901,&quot;19729&quot;:28902,&quot;19730&quot;:28903,&quot;19738&quot;:28904,&quot;19739&quot;:28905,&quot;19740&quot;:28906,&quot;19741&quot;:28907,&quot;19742&quot;:28908,&quot;19743&quot;:28909,&quot;19744&quot;:28910,&quot;19745&quot;:28911,&quot;19746&quot;:28912,&quot;19747&quot;:28913,&quot;19748&quot;:28914,&quot;19749&quot;:28915,&quot;19750&quot;:28916,&quot;19751&quot;:28917,&quot;19752&quot;:28918,&quot;19753&quot;:28919,&quot;19754&quot;:28920,&quot;19755&quot;:28921,&quot;19756&quot;:28922,&quot;19757&quot;:28923,&quot;19758&quot;:28924,&quot;19759&quot;:28925,&quot;19760&quot;:28926,&quot;19761&quot;:28927,&quot;19762&quot;:28928,&quot;19763&quot;:28929,&quot;19764&quot;:28930,&quot;19765&quot;:28931,&quot;19766&quot;:28932,&quot;19767&quot;:28933,&quot;19768&quot;:28934,&quot;19769&quot;:28935,&quot;19770&quot;:28936,&quot;19771&quot;:28937,&quot;19772&quot;:28938,&quot;19773&quot;:28939,&quot;19774&quot;:28940,&quot;19775&quot;:28941,&quot;19776&quot;:28942,&quot;19777&quot;:28943,&quot;19778&quot;:28944,&quot;19779&quot;:28945,&quot;19780&quot;:28946,&quot;19781&quot;:28947,&quot;19782&quot;:28948,&quot;19783&quot;:28949,&quot;19784&quot;:28950,&quot;19785&quot;:28951,&quot;19786&quot;:28952,&quot;19787&quot;:28953,&quot;19788&quot;:28954,&quot;19789&quot;:28955,&quot;19790&quot;:28956,&quot;19791&quot;:28957,&quot;19792&quot;:28958,&quot;19793&quot;:28959,&quot;19794&quot;:28960,&quot;19795&quot;:28961,&quot;19796&quot;:28962,&quot;19797&quot;:28963,&quot;19798&quot;:28964,&quot;19799&quot;:28965,&quot;19800&quot;:28966,&quot;19801&quot;:28967,&quot;19802&quot;:28968,&quot;19803&quot;:28969,&quot;19804&quot;:28970,&quot;19805&quot;:28971,&quot;19806&quot;:28972,&quot;19807&quot;:28973,&quot;19808&quot;:28974,&quot;19809&quot;:28975,&quot;19810&quot;:28976,&quot;19811&quot;:28977,&quot;19812&quot;:28978,&quot;19813&quot;:28979,&quot;19814&quot;:28980,&quot;19815&quot;:28981,&quot;19816&quot;:28982,&quot;19817&quot;:28983,&quot;19818&quot;:28984,&quot;19819&quot;:28985,&quot;19820&quot;:28986,&quot;19821&quot;:28987,&quot;19822&quot;:28988,&quot;19823&quot;:28989,&quot;19824&quot;:28990,&quot;19825&quot;:28991,&quot;19826&quot;:28992,&quot;19827&quot;:28993,&quot;19828&quot;:28994,&quot;19829&quot;:28995,&quot;19830&quot;:28996,&quot;19831&quot;:28997,&quot;19832&quot;:28998,&quot;19833&quot;:28999,&quot;19834&quot;:29000,&quot;19835&quot;:29001,&quot;19836&quot;:29002,&quot;19837&quot;:29003,&quot;19838&quot;:29004,&quot;19839&quot;:29005,&quot;19840&quot;:29006,&quot;19841&quot;:29007,&quot;19842&quot;:29008,&quot;19843&quot;:29009,&quot;19844&quot;:29010,&quot;19845&quot;:29011,&quot;19846&quot;:29012,&quot;19847&quot;:29013,&quot;19848&quot;:29014,&quot;19849&quot;:29015,&quot;19850&quot;:29016,&quot;19851&quot;:29017,&quot;19852&quot;:29018,&quot;19853&quot;:29019,&quot;19854&quot;:29020,&quot;19855&quot;:29021,&quot;19856&quot;:29022,&quot;19857&quot;:29023,&quot;19858&quot;:29024,&quot;19859&quot;:29025,&quot;19860&quot;:29026,&quot;19861&quot;:29027,&quot;19862&quot;:29028,&quot;19863&quot;:29029,&quot;19864&quot;:29030,&quot;19865&quot;:29031,&quot;19866&quot;:29032,&quot;19867&quot;:29033,&quot;19868&quot;:29034,&quot;19869&quot;:29035,&quot;19870&quot;:29036,&quot;19871&quot;:29037,&quot;19872&quot;:29038,&quot;19873&quot;:29039,&quot;19874&quot;:29040,&quot;19875&quot;:29041,&quot;19876&quot;:29042,&quot;19877&quot;:29043,&quot;19878&quot;:29044,&quot;19879&quot;:29045,&quot;19880&quot;:29046,&quot;19881&quot;:29047,&quot;19882&quot;:29048,&quot;19883&quot;:29049,&quot;19884&quot;:29050,&quot;19885&quot;:29051,&quot;19887&quot;:29052,&quot;19888&quot;:29053,&quot;19889&quot;:29054,&quot;19890&quot;:29055,&quot;19891&quot;:29056,&quot;19892&quot;:29057,&quot;19893&quot;:29058,&quot;40960&quot;:29064,&quot;40961&quot;:29065,&quot;40962&quot;:29066,&quot;40963&quot;:29067,&quot;40964&quot;:29068,&quot;40965&quot;:29069,&quot;40966&quot;:29070,&quot;40967&quot;:29071,&quot;40968&quot;:29072,&quot;40969&quot;:29073,&quot;40970&quot;:29074,&quot;40971&quot;:29075,&quot;40972&quot;:29076,&quot;40973&quot;:29077,&quot;40974&quot;:29078,&quot;40975&quot;:29079,&quot;40976&quot;:29080,&quot;40977&quot;:29081,&quot;40978&quot;:29082,&quot;40979&quot;:29083,&quot;40980&quot;:29084,&quot;40981&quot;:29085,&quot;40982&quot;:29086,&quot;40983&quot;:29087,&quot;40984&quot;:29088,&quot;40985&quot;:29089,&quot;40986&quot;:29090,&quot;40987&quot;:29091,&quot;40988&quot;:29092,&quot;40989&quot;:29093,&quot;40990&quot;:29094,&quot;40991&quot;:29095,&quot;40992&quot;:29096,&quot;40993&quot;:29097,&quot;40994&quot;:29098,&quot;40995&quot;:29099,&quot;40996&quot;:29100,&quot;40997&quot;:29101,&quot;40998&quot;:29102,&quot;40999&quot;:29103,&quot;41000&quot;:29104,&quot;41001&quot;:29105,&quot;41002&quot;:29106,&quot;41003&quot;:29107,&quot;41004&quot;:29108,&quot;41005&quot;:29109,&quot;41006&quot;:29110,&quot;41007&quot;:29111,&quot;41008&quot;:29112,&quot;41009&quot;:29113,&quot;41010&quot;:29114,&quot;41011&quot;:29115,&quot;41012&quot;:29116,&quot;41013&quot;:29117,&quot;41014&quot;:29118,&quot;41015&quot;:29119,&quot;41016&quot;:29120,&quot;41017&quot;:29121,&quot;41018&quot;:29122,&quot;41019&quot;:29123,&quot;41020&quot;:29124,&quot;41021&quot;:29125,&quot;41022&quot;:29126,&quot;41023&quot;:29127,&quot;41024&quot;:29128,&quot;41025&quot;:29129,&quot;41026&quot;:29130,&quot;41027&quot;:29131,&quot;41028&quot;:29132,&quot;41029&quot;:29133,&quot;41030&quot;:29134,&quot;41031&quot;:29135,&quot;41032&quot;:29136,&quot;41033&quot;:29137,&quot;41034&quot;:29138,&quot;41035&quot;:29139,&quot;41036&quot;:29140,&quot;41037&quot;:29141,&quot;41038&quot;:29142,&quot;41039&quot;:29143,&quot;41040&quot;:29144,&quot;41041&quot;:29145,&quot;41042&quot;:29146,&quot;41043&quot;:29147,&quot;41044&quot;:29148,&quot;41045&quot;:29149,&quot;41046&quot;:29150,&quot;41047&quot;:29151,&quot;41048&quot;:29152,&quot;41049&quot;:29153,&quot;41050&quot;:29154,&quot;41051&quot;:29155,&quot;41052&quot;:29156,&quot;41053&quot;:29157,&quot;41054&quot;:29158,&quot;41055&quot;:29159,&quot;41056&quot;:29160,&quot;41057&quot;:29161,&quot;41058&quot;:29162,&quot;41059&quot;:29163,&quot;41060&quot;:29164,&quot;41061&quot;:29165,&quot;41062&quot;:29166,&quot;41063&quot;:29167,&quot;41064&quot;:29168,&quot;41065&quot;:29169,&quot;41066&quot;:29170,&quot;41067&quot;:29171,&quot;41068&quot;:29172,&quot;41069&quot;:29173,&quot;41070&quot;:29174,&quot;41071&quot;:29175,&quot;41072&quot;:29176,&quot;41073&quot;:29177,&quot;41074&quot;:29178,&quot;41075&quot;:29179,&quot;41076&quot;:29180,&quot;41077&quot;:29181,&quot;41078&quot;:29182,&quot;41079&quot;:29183,&quot;41080&quot;:29184,&quot;41081&quot;:29185,&quot;41082&quot;:29186,&quot;41083&quot;:29187,&quot;41084&quot;:29188,&quot;41085&quot;:29189,&quot;41086&quot;:29190,&quot;41087&quot;:29191,&quot;41088&quot;:29192,&quot;41089&quot;:29193,&quot;41090&quot;:29194,&quot;41091&quot;:29195,&quot;41092&quot;:29196,&quot;41093&quot;:29197,&quot;41094&quot;:29198,&quot;41095&quot;:29199,&quot;41096&quot;:29200,&quot;41097&quot;:29201,&quot;41098&quot;:29202,&quot;41099&quot;:29203,&quot;41100&quot;:29204,&quot;41101&quot;:29205,&quot;41102&quot;:29206,&quot;41103&quot;:29207,&quot;41104&quot;:29208,&quot;41105&quot;:29209,&quot;41106&quot;:29210,&quot;41107&quot;:29211,&quot;41108&quot;:29212,&quot;41109&quot;:29213,&quot;41110&quot;:29214,&quot;41111&quot;:29215,&quot;41112&quot;:29216,&quot;41113&quot;:29217,&quot;41114&quot;:29218,&quot;41115&quot;:29219,&quot;41116&quot;:29220,&quot;41117&quot;:29221,&quot;41118&quot;:29222,&quot;41119&quot;:29223,&quot;41120&quot;:29224,&quot;41121&quot;:29225,&quot;41122&quot;:29226,&quot;41123&quot;:29227,&quot;41124&quot;:29228,&quot;41125&quot;:29229,&quot;41126&quot;:29230,&quot;41127&quot;:29231,&quot;41128&quot;:29232,&quot;41129&quot;:29233,&quot;41130&quot;:29234,&quot;41131&quot;:29235,&quot;41132&quot;:29236,&quot;41133&quot;:29237,&quot;41134&quot;:29238,&quot;41135&quot;:29239,&quot;41136&quot;:29240,&quot;41137&quot;:29241,&quot;41138&quot;:29242,&quot;41139&quot;:29243,&quot;41140&quot;:29244,&quot;41141&quot;:29245,&quot;41142&quot;:29246,&quot;41143&quot;:29247,&quot;41144&quot;:29248,&quot;41145&quot;:29249,&quot;41146&quot;:29250,&quot;41147&quot;:29251,&quot;41148&quot;:29252,&quot;41149&quot;:29253,&quot;41150&quot;:29254,&quot;41151&quot;:29255,&quot;41152&quot;:29256,&quot;41153&quot;:29257,&quot;41154&quot;:29258,&quot;41155&quot;:29259,&quot;41156&quot;:29260,&quot;41157&quot;:29261,&quot;41158&quot;:29262,&quot;41159&quot;:29263,&quot;41160&quot;:29264,&quot;41161&quot;:29265,&quot;41162&quot;:29266,&quot;41163&quot;:29267,&quot;41164&quot;:29268,&quot;41165&quot;:29269,&quot;41166&quot;:29270,&quot;41167&quot;:29271,&quot;41168&quot;:29272,&quot;41169&quot;:29273,&quot;41170&quot;:29274,&quot;41171&quot;:29275,&quot;41172&quot;:29276,&quot;41173&quot;:29277,&quot;41174&quot;:29278,&quot;41175&quot;:29279,&quot;41176&quot;:29280,&quot;41177&quot;:29281,&quot;41178&quot;:29282,&quot;41179&quot;:29283,&quot;41180&quot;:29284,&quot;41181&quot;:29285,&quot;41182&quot;:29286,&quot;41183&quot;:29287,&quot;41184&quot;:29288,&quot;41185&quot;:29289,&quot;41186&quot;:29290,&quot;41187&quot;:29291,&quot;41188&quot;:29292,&quot;41189&quot;:29293,&quot;41190&quot;:29294,&quot;41191&quot;:29295,&quot;41192&quot;:29296,&quot;41193&quot;:29297,&quot;41194&quot;:29298,&quot;41195&quot;:29299,&quot;41196&quot;:29300,&quot;41197&quot;:29301,&quot;41198&quot;:29302,&quot;41199&quot;:29303,&quot;41200&quot;:29304,&quot;41201&quot;:29305,&quot;41202&quot;:29306,&quot;41203&quot;:29307,&quot;41204&quot;:29308,&quot;41205&quot;:29309,&quot;41206&quot;:29310,&quot;41207&quot;:29311,&quot;41208&quot;:29312,&quot;41209&quot;:29313,&quot;41210&quot;:29314,&quot;41211&quot;:29315,&quot;41212&quot;:29316,&quot;41213&quot;:29317,&quot;41214&quot;:29318,&quot;41215&quot;:29319,&quot;41216&quot;:29320,&quot;41217&quot;:29321,&quot;41218&quot;:29322,&quot;41219&quot;:29323,&quot;41220&quot;:29324,&quot;41221&quot;:29325,&quot;41222&quot;:29326,&quot;41223&quot;:29327,&quot;41224&quot;:29328,&quot;41225&quot;:29329,&quot;41226&quot;:29330,&quot;41227&quot;:29331,&quot;41228&quot;:29332,&quot;41229&quot;:29333,&quot;41230&quot;:29334,&quot;41231&quot;:29335,&quot;41232&quot;:29336,&quot;41233&quot;:29337,&quot;41234&quot;:29338,&quot;41235&quot;:29339,&quot;41236&quot;:29340,&quot;41237&quot;:29341,&quot;41238&quot;:29342,&quot;41239&quot;:29343,&quot;41240&quot;:29344,&quot;41241&quot;:29345,&quot;41242&quot;:29346,&quot;41243&quot;:29347,&quot;41244&quot;:29348,&quot;41245&quot;:29349,&quot;41246&quot;:29350,&quot;41247&quot;:29351,&quot;41248&quot;:29352,&quot;41249&quot;:29353,&quot;41250&quot;:29354,&quot;41251&quot;:29355,&quot;41252&quot;:29356,&quot;41253&quot;:29357,&quot;41254&quot;:29358,&quot;41255&quot;:29359,&quot;41256&quot;:29360,&quot;41257&quot;:29361,&quot;41258&quot;:29362,&quot;41259&quot;:29363,&quot;41260&quot;:29364,&quot;41261&quot;:29365,&quot;41262&quot;:29366,&quot;41263&quot;:29367,&quot;41264&quot;:29368,&quot;41265&quot;:29369,&quot;41266&quot;:29370,&quot;41267&quot;:29371,&quot;41268&quot;:29372,&quot;41269&quot;:29373,&quot;41270&quot;:29374,&quot;41271&quot;:29375,&quot;41272&quot;:29376,&quot;41273&quot;:29377,&quot;41274&quot;:29378,&quot;41275&quot;:29379,&quot;41276&quot;:29380,&quot;41277&quot;:29381,&quot;41278&quot;:29382,&quot;41279&quot;:29383,&quot;41280&quot;:29384,&quot;41281&quot;:29385,&quot;41282&quot;:29386,&quot;41283&quot;:29387,&quot;41284&quot;:29388,&quot;41285&quot;:29389,&quot;41286&quot;:29390,&quot;41287&quot;:29391,&quot;41288&quot;:29392,&quot;41289&quot;:29393,&quot;41290&quot;:29394,&quot;41291&quot;:29395,&quot;41292&quot;:29396,&quot;41293&quot;:29397,&quot;41294&quot;:29398,&quot;41295&quot;:29399,&quot;41296&quot;:29400,&quot;41297&quot;:29401,&quot;41298&quot;:29402,&quot;41299&quot;:29403,&quot;41300&quot;:29404,&quot;41301&quot;:29405,&quot;41302&quot;:29406,&quot;41303&quot;:29407,&quot;41304&quot;:29408,&quot;41305&quot;:29409,&quot;41306&quot;:29410,&quot;41307&quot;:29411,&quot;41308&quot;:29412,&quot;41309&quot;:29413,&quot;41310&quot;:29414,&quot;41311&quot;:29415,&quot;41312&quot;:29416,&quot;41313&quot;:29417,&quot;41314&quot;:29418,&quot;41315&quot;:29419,&quot;41316&quot;:29420,&quot;41317&quot;:29421,&quot;41318&quot;:29422,&quot;41319&quot;:29423,&quot;41320&quot;:29424,&quot;41321&quot;:29425,&quot;41322&quot;:29426,&quot;41323&quot;:29427,&quot;41324&quot;:29428,&quot;41325&quot;:29429,&quot;41326&quot;:29430,&quot;41327&quot;:29431,&quot;41328&quot;:29432,&quot;41329&quot;:29433,&quot;41330&quot;:29434,&quot;41331&quot;:29435,&quot;41332&quot;:29436,&quot;41333&quot;:29437,&quot;41334&quot;:29438,&quot;41335&quot;:29439,&quot;41336&quot;:29440,&quot;41337&quot;:29441,&quot;41338&quot;:29442,&quot;41339&quot;:29443,&quot;41340&quot;:29444,&quot;41341&quot;:29445,&quot;41342&quot;:29446,&quot;41343&quot;:29447,&quot;41344&quot;:29448,&quot;41345&quot;:29449,&quot;41346&quot;:29450,&quot;41347&quot;:29451,&quot;41348&quot;:29452,&quot;41349&quot;:29453,&quot;41350&quot;:29454,&quot;41351&quot;:29455,&quot;41352&quot;:29456,&quot;41353&quot;:29457,&quot;41354&quot;:29458,&quot;41355&quot;:29459,&quot;41356&quot;:29460,&quot;41357&quot;:29461,&quot;41358&quot;:29462,&quot;41359&quot;:29463,&quot;41360&quot;:29464,&quot;41361&quot;:29465,&quot;41362&quot;:29466,&quot;41363&quot;:29467,&quot;41364&quot;:29468,&quot;41365&quot;:29469,&quot;41366&quot;:29470,&quot;41367&quot;:29471,&quot;41368&quot;:29472,&quot;41369&quot;:29473,&quot;41370&quot;:29474,&quot;41371&quot;:29475,&quot;41372&quot;:29476,&quot;41373&quot;:29477,&quot;41374&quot;:29478,&quot;41375&quot;:29479,&quot;41376&quot;:29480,&quot;41377&quot;:29481,&quot;41378&quot;:29482,&quot;41379&quot;:29483,&quot;41380&quot;:29484,&quot;41381&quot;:29485,&quot;41382&quot;:29486,&quot;41383&quot;:29487,&quot;41384&quot;:29488,&quot;41385&quot;:29489,&quot;41386&quot;:29490,&quot;41387&quot;:29491,&quot;41388&quot;:29492,&quot;41389&quot;:29493,&quot;41390&quot;:29494,&quot;41391&quot;:29495,&quot;41392&quot;:29496,&quot;41393&quot;:29497,&quot;41394&quot;:29498,&quot;41395&quot;:29499,&quot;41396&quot;:29500,&quot;41397&quot;:29501,&quot;41398&quot;:29502,&quot;41399&quot;:29503,&quot;41400&quot;:29504,&quot;41401&quot;:29505,&quot;41402&quot;:29506,&quot;41403&quot;:29507,&quot;41404&quot;:29508,&quot;41405&quot;:29509,&quot;41406&quot;:29510,&quot;41407&quot;:29511,&quot;41408&quot;:29512,&quot;41409&quot;:29513,&quot;41410&quot;:29514,&quot;41411&quot;:29515,&quot;41412&quot;:29516,&quot;41413&quot;:29517,&quot;41414&quot;:29518,&quot;41415&quot;:29519,&quot;41416&quot;:29520,&quot;41417&quot;:29521,&quot;41418&quot;:29522,&quot;41419&quot;:29523,&quot;41420&quot;:29524,&quot;41421&quot;:29525,&quot;41422&quot;:29526,&quot;41423&quot;:29527,&quot;41424&quot;:29528,&quot;41425&quot;:29529,&quot;41426&quot;:29530,&quot;41427&quot;:29531,&quot;41428&quot;:29532,&quot;41429&quot;:29533,&quot;41430&quot;:29534,&quot;41431&quot;:29535,&quot;41432&quot;:29536,&quot;41433&quot;:29537,&quot;41434&quot;:29538,&quot;41435&quot;:29539,&quot;41436&quot;:29540,&quot;41437&quot;:29541,&quot;41438&quot;:29542,&quot;41439&quot;:29543,&quot;41440&quot;:29544,&quot;41441&quot;:29545,&quot;41442&quot;:29546,&quot;41443&quot;:29547,&quot;41444&quot;:29548,&quot;41445&quot;:29549,&quot;41446&quot;:29550,&quot;41447&quot;:29551,&quot;41448&quot;:29552,&quot;41449&quot;:29553,&quot;41450&quot;:29554,&quot;41451&quot;:29555,&quot;41452&quot;:29556,&quot;41453&quot;:29557,&quot;41454&quot;:29558,&quot;41455&quot;:29559,&quot;41456&quot;:29560,&quot;41457&quot;:29561,&quot;41458&quot;:29562,&quot;41459&quot;:29563,&quot;41460&quot;:29564,&quot;41461&quot;:29565,&quot;41462&quot;:29566,&quot;41463&quot;:29567,&quot;41464&quot;:29568,&quot;41465&quot;:29569,&quot;41466&quot;:29570,&quot;41467&quot;:29571,&quot;41468&quot;:29572,&quot;41469&quot;:29573,&quot;41470&quot;:29574,&quot;41471&quot;:29575,&quot;41472&quot;:29576,&quot;41473&quot;:29577,&quot;41474&quot;:29578,&quot;41475&quot;:29579,&quot;41476&quot;:29580,&quot;41477&quot;:29581,&quot;41478&quot;:29582,&quot;41479&quot;:29583,&quot;41480&quot;:29584,&quot;41481&quot;:29585,&quot;41482&quot;:29586,&quot;41483&quot;:29587,&quot;41484&quot;:29588,&quot;41485&quot;:29589,&quot;41486&quot;:29590,&quot;41487&quot;:29591,&quot;41488&quot;:29592,&quot;41489&quot;:29593,&quot;41490&quot;:29594,&quot;41491&quot;:29595,&quot;41492&quot;:29596,&quot;41493&quot;:29597,&quot;41494&quot;:29598,&quot;41495&quot;:29599,&quot;41496&quot;:29600,&quot;41497&quot;:29601,&quot;41498&quot;:29602,&quot;41499&quot;:29603,&quot;41500&quot;:29604,&quot;41501&quot;:29605,&quot;41502&quot;:29606,&quot;41503&quot;:29607,&quot;41504&quot;:29608,&quot;41505&quot;:29609,&quot;41506&quot;:29610,&quot;41507&quot;:29611,&quot;41508&quot;:29612,&quot;41509&quot;:29613,&quot;41510&quot;:29614,&quot;41511&quot;:29615,&quot;41512&quot;:29616,&quot;41513&quot;:29617,&quot;41514&quot;:29618,&quot;41515&quot;:29619,&quot;41516&quot;:29620,&quot;41517&quot;:29621,&quot;41518&quot;:29622,&quot;41519&quot;:29623,&quot;41520&quot;:29624,&quot;41521&quot;:29625,&quot;41522&quot;:29626,&quot;41523&quot;:29627,&quot;41524&quot;:29628,&quot;41525&quot;:29629,&quot;41526&quot;:29630,&quot;41527&quot;:29631,&quot;41528&quot;:29632,&quot;41529&quot;:29633,&quot;41530&quot;:29634,&quot;41531&quot;:29635,&quot;41532&quot;:29636,&quot;41533&quot;:29637,&quot;41534&quot;:29638,&quot;41535&quot;:29639,&quot;41536&quot;:29640,&quot;41537&quot;:29641,&quot;41538&quot;:29642,&quot;41539&quot;:29643,&quot;41540&quot;:29644,&quot;41541&quot;:29645,&quot;41542&quot;:29646,&quot;41543&quot;:29647,&quot;41544&quot;:29648,&quot;41545&quot;:29649,&quot;41546&quot;:29650,&quot;41547&quot;:29651,&quot;41548&quot;:29652,&quot;41549&quot;:29653,&quot;41550&quot;:29654,&quot;41551&quot;:29655,&quot;41552&quot;:29656,&quot;41553&quot;:29657,&quot;41554&quot;:29658,&quot;41555&quot;:29659,&quot;41556&quot;:29660,&quot;41557&quot;:29661,&quot;41558&quot;:29662,&quot;41559&quot;:29663,&quot;41560&quot;:29664,&quot;41561&quot;:29665,&quot;41562&quot;:29666,&quot;41563&quot;:29667,&quot;41564&quot;:29668,&quot;41565&quot;:29669,&quot;41566&quot;:29670,&quot;41567&quot;:29671,&quot;41568&quot;:29672,&quot;41569&quot;:29673,&quot;41570&quot;:29674,&quot;41571&quot;:29675,&quot;41572&quot;:29676,&quot;41573&quot;:29677,&quot;41574&quot;:29678,&quot;41575&quot;:29679,&quot;41576&quot;:29680,&quot;41577&quot;:29681,&quot;41578&quot;:29682,&quot;41579&quot;:29683,&quot;41580&quot;:29684,&quot;41581&quot;:29685,&quot;41582&quot;:29686,&quot;41583&quot;:29687,&quot;41584&quot;:29688,&quot;41585&quot;:29689,&quot;41586&quot;:29690,&quot;41587&quot;:29691,&quot;41588&quot;:29692,&quot;41589&quot;:29693,&quot;41590&quot;:29694,&quot;41591&quot;:29695,&quot;41592&quot;:29696,&quot;41593&quot;:29697,&quot;41594&quot;:29698,&quot;41595&quot;:29699,&quot;41596&quot;:29700,&quot;41597&quot;:29701,&quot;41598&quot;:29702,&quot;41599&quot;:29703,&quot;41600&quot;:29704,&quot;41601&quot;:29705,&quot;41602&quot;:29706,&quot;41603&quot;:29707,&quot;41604&quot;:29708,&quot;41605&quot;:29709,&quot;41606&quot;:29710,&quot;41607&quot;:29711,&quot;41608&quot;:29712,&quot;41609&quot;:29713,&quot;41610&quot;:29714,&quot;41611&quot;:29715,&quot;41612&quot;:29716,&quot;41613&quot;:29717,&quot;41614&quot;:29718,&quot;41615&quot;:29719,&quot;41616&quot;:29720,&quot;41617&quot;:29721,&quot;41618&quot;:29722,&quot;41619&quot;:29723,&quot;41620&quot;:29724,&quot;41621&quot;:29725,&quot;41622&quot;:29726,&quot;41623&quot;:29727,&quot;41624&quot;:29728,&quot;41625&quot;:29729,&quot;41626&quot;:29730,&quot;41627&quot;:29731,&quot;41628&quot;:29732,&quot;41629&quot;:29733,&quot;41630&quot;:29734,&quot;41631&quot;:29735,&quot;41632&quot;:29736,&quot;41633&quot;:29737,&quot;41634&quot;:29738,&quot;41635&quot;:29739,&quot;41636&quot;:29740,&quot;41637&quot;:29741,&quot;41638&quot;:29742,&quot;41639&quot;:29743,&quot;41640&quot;:29744,&quot;41641&quot;:29745,&quot;41642&quot;:29746,&quot;41643&quot;:29747,&quot;41644&quot;:29748,&quot;41645&quot;:29749,&quot;41646&quot;:29750,&quot;41647&quot;:29751,&quot;41648&quot;:29752,&quot;41649&quot;:29753,&quot;41650&quot;:29754,&quot;41651&quot;:29755,&quot;41652&quot;:29756,&quot;41653&quot;:29757,&quot;41654&quot;:29758,&quot;41655&quot;:29759,&quot;41656&quot;:29760,&quot;41657&quot;:29761,&quot;41658&quot;:29762,&quot;41659&quot;:29763,&quot;41660&quot;:29764,&quot;41661&quot;:29765,&quot;41662&quot;:29766,&quot;41663&quot;:29767,&quot;41664&quot;:29768,&quot;41665&quot;:29769,&quot;41666&quot;:29770,&quot;41667&quot;:29771,&quot;41668&quot;:29772,&quot;41669&quot;:29773,&quot;41670&quot;:29774,&quot;41671&quot;:29775,&quot;41672&quot;:29776,&quot;41673&quot;:29777,&quot;41674&quot;:29778,&quot;41675&quot;:29779,&quot;41676&quot;:29780,&quot;41677&quot;:29781,&quot;41678&quot;:29782,&quot;41679&quot;:29783,&quot;41680&quot;:29784,&quot;41681&quot;:29785,&quot;41682&quot;:29786,&quot;41683&quot;:29787,&quot;41684&quot;:29788,&quot;41685&quot;:29789,&quot;41686&quot;:29790,&quot;41687&quot;:29791,&quot;41688&quot;:29792,&quot;41689&quot;:29793,&quot;41690&quot;:29794,&quot;41691&quot;:29795,&quot;41692&quot;:29796,&quot;41693&quot;:29797,&quot;41694&quot;:29798,&quot;41695&quot;:29799,&quot;41696&quot;:29800,&quot;41697&quot;:29801,&quot;41698&quot;:29802,&quot;41699&quot;:29803,&quot;41700&quot;:29804,&quot;41701&quot;:29805,&quot;41702&quot;:29806,&quot;41703&quot;:29807,&quot;41704&quot;:29808,&quot;41705&quot;:29809,&quot;41706&quot;:29810,&quot;41707&quot;:29811,&quot;41708&quot;:29812,&quot;41709&quot;:29813,&quot;41710&quot;:29814,&quot;41711&quot;:29815,&quot;41712&quot;:29816,&quot;41713&quot;:29817,&quot;41714&quot;:29818,&quot;41715&quot;:29819,&quot;41716&quot;:29820,&quot;41717&quot;:29821,&quot;41718&quot;:29822,&quot;41719&quot;:29823,&quot;41720&quot;:29824,&quot;41721&quot;:29825,&quot;41722&quot;:29826,&quot;41723&quot;:29827,&quot;41724&quot;:29828,&quot;41725&quot;:29829,&quot;41726&quot;:29830,&quot;41727&quot;:29831,&quot;41728&quot;:29832,&quot;41729&quot;:29833,&quot;41730&quot;:29834,&quot;41731&quot;:29835,&quot;41732&quot;:29836,&quot;41733&quot;:29837,&quot;41734&quot;:29838,&quot;41735&quot;:29839,&quot;41736&quot;:29840,&quot;41737&quot;:29841,&quot;41738&quot;:29842,&quot;41739&quot;:29843,&quot;41740&quot;:29844,&quot;41741&quot;:29845,&quot;41742&quot;:29846,&quot;41743&quot;:29847,&quot;41744&quot;:29848,&quot;41745&quot;:29849,&quot;41746&quot;:29850,&quot;41747&quot;:29851,&quot;41748&quot;:29852,&quot;41749&quot;:29853,&quot;41750&quot;:29854,&quot;41751&quot;:29855,&quot;41752&quot;:29856,&quot;41753&quot;:29857,&quot;41754&quot;:29858,&quot;41755&quot;:29859,&quot;41756&quot;:29860,&quot;41757&quot;:29861,&quot;41758&quot;:29862,&quot;41759&quot;:29863,&quot;41760&quot;:29864,&quot;41761&quot;:29865,&quot;41762&quot;:29866,&quot;41763&quot;:29867,&quot;41764&quot;:29868,&quot;41765&quot;:29869,&quot;41766&quot;:29870,&quot;41767&quot;:29871,&quot;41768&quot;:29872,&quot;41769&quot;:29873,&quot;41770&quot;:29874,&quot;41771&quot;:29875,&quot;41772&quot;:29876,&quot;41773&quot;:29877,&quot;41774&quot;:29878,&quot;41775&quot;:29879,&quot;41776&quot;:29880,&quot;41777&quot;:29881,&quot;41778&quot;:29882,&quot;41779&quot;:29883,&quot;41780&quot;:29884,&quot;41781&quot;:29885,&quot;41782&quot;:29886,&quot;41783&quot;:29887,&quot;41784&quot;:29888,&quot;41785&quot;:29889,&quot;41786&quot;:29890,&quot;41787&quot;:29891,&quot;41788&quot;:29892,&quot;41789&quot;:29893,&quot;41790&quot;:29894,&quot;41791&quot;:29895,&quot;41792&quot;:29896,&quot;41793&quot;:29897,&quot;41794&quot;:29898,&quot;41795&quot;:29899,&quot;41796&quot;:29900,&quot;41797&quot;:29901,&quot;41798&quot;:29902,&quot;41799&quot;:29903,&quot;41800&quot;:29904,&quot;41801&quot;:29905,&quot;41802&quot;:29906,&quot;41803&quot;:29907,&quot;41804&quot;:29908,&quot;41805&quot;:29909,&quot;41806&quot;:29910,&quot;41807&quot;:29911,&quot;41808&quot;:29912,&quot;41809&quot;:29913,&quot;41810&quot;:29914,&quot;41811&quot;:29915,&quot;41812&quot;:29916,&quot;41813&quot;:29917,&quot;41814&quot;:29918,&quot;41815&quot;:29919,&quot;41816&quot;:29920,&quot;41817&quot;:29921,&quot;41818&quot;:29922,&quot;41819&quot;:29923,&quot;41820&quot;:29924,&quot;41821&quot;:29925,&quot;41822&quot;:29926,&quot;41823&quot;:29927,&quot;41824&quot;:29928,&quot;41825&quot;:29929,&quot;41826&quot;:29930,&quot;41827&quot;:29931,&quot;41828&quot;:29932,&quot;41829&quot;:29933,&quot;41830&quot;:29934,&quot;41831&quot;:29935,&quot;41832&quot;:29936,&quot;41833&quot;:29937,&quot;41834&quot;:29938,&quot;41835&quot;:29939,&quot;41836&quot;:29940,&quot;41837&quot;:29941,&quot;41838&quot;:29942,&quot;41839&quot;:29943,&quot;41840&quot;:29944,&quot;41841&quot;:29945,&quot;41842&quot;:29946,&quot;41843&quot;:29947,&quot;41844&quot;:29948,&quot;41845&quot;:29949,&quot;41846&quot;:29950,&quot;41847&quot;:29951,&quot;41848&quot;:29952,&quot;41849&quot;:29953,&quot;41850&quot;:29954,&quot;41851&quot;:29955,&quot;41852&quot;:29956,&quot;41853&quot;:29957,&quot;41854&quot;:29958,&quot;41855&quot;:29959,&quot;41856&quot;:29960,&quot;41857&quot;:29961,&quot;41858&quot;:29962,&quot;41859&quot;:29963,&quot;41860&quot;:29964,&quot;41861&quot;:29965,&quot;41862&quot;:29966,&quot;41863&quot;:29967,&quot;41864&quot;:29968,&quot;41865&quot;:29969,&quot;41866&quot;:29970,&quot;41867&quot;:29971,&quot;41868&quot;:29972,&quot;41869&quot;:29973,&quot;41870&quot;:29974,&quot;41871&quot;:29975,&quot;41872&quot;:29976,&quot;41873&quot;:29977,&quot;41874&quot;:29978,&quot;41875&quot;:29979,&quot;41876&quot;:29980,&quot;41877&quot;:29981,&quot;41878&quot;:29982,&quot;41879&quot;:29983,&quot;41880&quot;:29984,&quot;41881&quot;:29985,&quot;41882&quot;:29986,&quot;41883&quot;:29987,&quot;41884&quot;:29988,&quot;41885&quot;:29989,&quot;41886&quot;:29990,&quot;41887&quot;:29991,&quot;41888&quot;:29992,&quot;41889&quot;:29993,&quot;41890&quot;:29994,&quot;41891&quot;:29995,&quot;41892&quot;:29996,&quot;41893&quot;:29997,&quot;41894&quot;:29998,&quot;41895&quot;:29999,&quot;41896&quot;:30000,&quot;41897&quot;:30001,&quot;41898&quot;:30002,&quot;41899&quot;:30003,&quot;41900&quot;:30004,&quot;41901&quot;:30005,&quot;41902&quot;:30006,&quot;41903&quot;:30007,&quot;41904&quot;:30008,&quot;41905&quot;:30009,&quot;41906&quot;:30010,&quot;41907&quot;:30011,&quot;41908&quot;:30012,&quot;41909&quot;:30013,&quot;41910&quot;:30014,&quot;41911&quot;:30015,&quot;41912&quot;:30016,&quot;41913&quot;:30017,&quot;41914&quot;:30018,&quot;41915&quot;:30019,&quot;41916&quot;:30020,&quot;41917&quot;:30021,&quot;41918&quot;:30022,&quot;41919&quot;:30023,&quot;41920&quot;:30024,&quot;41921&quot;:30025,&quot;41922&quot;:30026,&quot;41923&quot;:30027,&quot;41924&quot;:30028,&quot;41925&quot;:30029,&quot;41926&quot;:30030,&quot;41927&quot;:30031,&quot;41928&quot;:30032,&quot;41929&quot;:30033,&quot;41930&quot;:30034,&quot;41931&quot;:30035,&quot;41932&quot;:30036,&quot;41933&quot;:30037,&quot;41934&quot;:30038,&quot;41935&quot;:30039,&quot;41936&quot;:30040,&quot;41937&quot;:30041,&quot;41938&quot;:30042,&quot;41939&quot;:30043,&quot;41940&quot;:30044,&quot;41941&quot;:30045,&quot;41942&quot;:30046,&quot;41943&quot;:30047,&quot;41944&quot;:30048,&quot;41945&quot;:30049,&quot;41946&quot;:30050,&quot;41947&quot;:30051,&quot;41948&quot;:30052,&quot;41949&quot;:30053,&quot;41950&quot;:30054,&quot;41951&quot;:30055,&quot;41952&quot;:30056,&quot;41953&quot;:30057,&quot;41954&quot;:30058,&quot;41955&quot;:30059,&quot;41956&quot;:30060,&quot;41957&quot;:30061,&quot;41958&quot;:30062,&quot;41959&quot;:30063,&quot;41960&quot;:30064,&quot;41961&quot;:30065,&quot;41962&quot;:30066,&quot;41963&quot;:30067,&quot;41964&quot;:30068,&quot;41965&quot;:30069,&quot;41966&quot;:30070,&quot;41967&quot;:30071,&quot;41968&quot;:30072,&quot;41969&quot;:30073,&quot;41970&quot;:30074,&quot;41971&quot;:30075,&quot;41972&quot;:30076,&quot;41973&quot;:30077,&quot;41974&quot;:30078,&quot;41975&quot;:30079,&quot;41976&quot;:30080,&quot;41977&quot;:30081,&quot;41978&quot;:30082,&quot;41979&quot;:30083,&quot;41980&quot;:30084,&quot;41981&quot;:30085,&quot;41982&quot;:30086,&quot;41983&quot;:30087,&quot;41984&quot;:30088,&quot;41985&quot;:30089,&quot;41986&quot;:30090,&quot;41987&quot;:30091,&quot;41988&quot;:30092,&quot;41989&quot;:30093,&quot;41990&quot;:30094,&quot;41991&quot;:30095,&quot;41992&quot;:30096,&quot;41993&quot;:30097,&quot;41994&quot;:30098,&quot;41995&quot;:30099,&quot;41996&quot;:30100,&quot;41997&quot;:30101,&quot;41998&quot;:30102,&quot;41999&quot;:30103,&quot;42000&quot;:30104,&quot;42001&quot;:30105,&quot;42002&quot;:30106,&quot;42003&quot;:30107,&quot;42004&quot;:30108,&quot;42005&quot;:30109,&quot;42006&quot;:30110,&quot;42007&quot;:30111,&quot;42008&quot;:30112,&quot;42009&quot;:30113,&quot;42010&quot;:30114,&quot;42011&quot;:30115,&quot;42012&quot;:30116,&quot;42013&quot;:30117,&quot;42014&quot;:30118,&quot;42015&quot;:30119,&quot;42016&quot;:30120,&quot;42017&quot;:30121,&quot;42018&quot;:30122,&quot;42019&quot;:30123,&quot;42020&quot;:30124,&quot;42021&quot;:30125,&quot;42022&quot;:30126,&quot;42023&quot;:30127,&quot;42024&quot;:30128,&quot;42025&quot;:30129,&quot;42026&quot;:30130,&quot;42027&quot;:30131,&quot;42028&quot;:30132,&quot;42029&quot;:30133,&quot;42030&quot;:30134,&quot;42031&quot;:30135,&quot;42032&quot;:30136,&quot;42033&quot;:30137,&quot;42034&quot;:30138,&quot;42035&quot;:30139,&quot;42036&quot;:30140,&quot;42037&quot;:30141,&quot;42038&quot;:30142,&quot;42039&quot;:30143,&quot;42040&quot;:30144,&quot;42041&quot;:30145,&quot;42042&quot;:30146,&quot;42043&quot;:30147,&quot;42044&quot;:30148,&quot;42045&quot;:30149,&quot;42046&quot;:30150,&quot;42047&quot;:30151,&quot;42048&quot;:30152,&quot;42049&quot;:30153,&quot;42050&quot;:30154,&quot;42051&quot;:30155,&quot;42052&quot;:30156,&quot;42053&quot;:30157,&quot;42054&quot;:30158,&quot;42055&quot;:30159,&quot;42056&quot;:30160,&quot;42057&quot;:30161,&quot;42058&quot;:30162,&quot;42059&quot;:30163,&quot;42060&quot;:30164,&quot;42061&quot;:30165,&quot;42062&quot;:30166,&quot;42063&quot;:30167,&quot;42064&quot;:30168,&quot;42065&quot;:30169,&quot;42066&quot;:30170,&quot;42067&quot;:30171,&quot;42068&quot;:30172,&quot;42069&quot;:30173,&quot;42070&quot;:30174,&quot;42071&quot;:30175,&quot;42072&quot;:30176,&quot;42073&quot;:30177,&quot;42074&quot;:30178,&quot;42075&quot;:30179,&quot;42076&quot;:30180,&quot;42077&quot;:30181,&quot;42078&quot;:30182,&quot;42079&quot;:30183,&quot;42080&quot;:30184,&quot;42081&quot;:30185,&quot;42082&quot;:30186,&quot;42083&quot;:30187,&quot;42084&quot;:30188,&quot;42085&quot;:30189,&quot;42086&quot;:30190,&quot;42087&quot;:30191,&quot;42088&quot;:30192,&quot;42089&quot;:30193,&quot;42090&quot;:30194,&quot;42091&quot;:30195,&quot;42092&quot;:30196,&quot;42093&quot;:30197,&quot;42094&quot;:30198,&quot;42095&quot;:30199,&quot;42096&quot;:30200,&quot;42097&quot;:30201,&quot;42098&quot;:30202,&quot;42099&quot;:30203,&quot;42100&quot;:30204,&quot;42101&quot;:30205,&quot;42102&quot;:30206,&quot;42103&quot;:30207,&quot;42104&quot;:30208,&quot;42105&quot;:30209,&quot;42106&quot;:30210,&quot;42107&quot;:30211,&quot;42108&quot;:30212,&quot;42109&quot;:30213,&quot;42110&quot;:30214,&quot;42111&quot;:30215,&quot;42112&quot;:30216,&quot;42113&quot;:30217,&quot;42114&quot;:30218,&quot;42115&quot;:30219,&quot;42116&quot;:30220,&quot;42117&quot;:30221,&quot;42118&quot;:30222,&quot;42119&quot;:30223,&quot;42120&quot;:30224,&quot;42121&quot;:30225,&quot;42122&quot;:30226,&quot;42123&quot;:30227,&quot;42124&quot;:30228,&quot;42128&quot;:30229,&quot;42129&quot;:30230,&quot;42130&quot;:30231,&quot;42131&quot;:30232,&quot;42132&quot;:30233,&quot;42133&quot;:30234,&quot;42134&quot;:30235,&quot;42135&quot;:30236,&quot;42136&quot;:30237,&quot;42137&quot;:30238,&quot;42138&quot;:30239,&quot;42139&quot;:30240,&quot;42140&quot;:30241,&quot;42141&quot;:30242,&quot;42142&quot;:30243,&quot;42143&quot;:30244,&quot;42144&quot;:30245,&quot;42145&quot;:30246,&quot;42146&quot;:30247,&quot;42147&quot;:30248,&quot;42148&quot;:30249,&quot;42149&quot;:30250,&quot;42150&quot;:30251,&quot;42151&quot;:30252,&quot;42152&quot;:30253,&quot;42153&quot;:30254,&quot;42154&quot;:30255,&quot;42155&quot;:30256,&quot;42156&quot;:30257,&quot;42157&quot;:30258,&quot;42158&quot;:30259,&quot;42159&quot;:30260,&quot;42160&quot;:30261,&quot;42161&quot;:30262,&quot;42162&quot;:30263,&quot;42163&quot;:30264,&quot;42164&quot;:30265,&quot;42165&quot;:30266,&quot;42166&quot;:30267,&quot;42167&quot;:30268,&quot;42168&quot;:30269,&quot;42169&quot;:30270,&quot;42170&quot;:30271,&quot;42171&quot;:30272,&quot;42172&quot;:30273,&quot;42173&quot;:30274,&quot;42174&quot;:30275,&quot;42175&quot;:30276,&quot;42176&quot;:30277,&quot;42177&quot;:30278,&quot;42178&quot;:30279,&quot;42179&quot;:30280,&quot;42180&quot;:30281,&quot;42181&quot;:30282,&quot;42182&quot;:30283}}&#039;, // Chinese Traditional &#039;CID0CT&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniCNS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;CNS1&quot;,&quot;Supplement&quot;:0,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;12288&quot;:99,&quot;65292&quot;:100,&quot;12289&quot;:101,&quot;12290&quot;:102,&quot;65294&quot;:103,&quot;8226&quot;:104,&quot;8231&quot;:104,&quot;65307&quot;:105,&quot;65306&quot;:106,&quot;65311&quot;:107,&quot;65281&quot;:108,&quot;65072&quot;:109,&quot;8230&quot;:110,&quot;8943&quot;:110,&quot;8229&quot;:111,&quot;65104&quot;:112,&quot;65380&quot;:113,&quot;65105&quot;:113,&quot;65106&quot;:114,&quot;183&quot;:115,&quot;65108&quot;:116,&quot;65109&quot;:117,&quot;65110&quot;:118,&quot;65111&quot;:119,&quot;65372&quot;:120,&quot;8211&quot;:121,&quot;65073&quot;:122,&quot;8212&quot;:123,&quot;65288&quot;:128,&quot;65289&quot;:129,&quot;65077&quot;:130,&quot;65078&quot;:131,&quot;65371&quot;:132,&quot;65373&quot;:133,&quot;65079&quot;:134,&quot;65080&quot;:135,&quot;12308&quot;:136,&quot;12309&quot;:137,&quot;65081&quot;:138,&quot;65082&quot;:139,&quot;12304&quot;:140,&quot;12305&quot;:141,&quot;65083&quot;:142,&quot;65084&quot;:143,&quot;12298&quot;:144,&quot;12299&quot;:145,&quot;65085&quot;:146,&quot;65086&quot;:147,&quot;12296&quot;:148,&quot;12297&quot;:149,&quot;65087&quot;:150,&quot;65088&quot;:151,&quot;12300&quot;:152,&quot;12301&quot;:153,&quot;65089&quot;:154,&quot;65090&quot;:155,&quot;12302&quot;:156,&quot;12303&quot;:157,&quot;65091&quot;:158,&quot;65092&quot;:159,&quot;65113&quot;:160,&quot;65114&quot;:161,&quot;65115&quot;:162,&quot;65116&quot;:163,&quot;65117&quot;:164,&quot;65118&quot;:165,&quot;8216&quot;:166,&quot;8217&quot;:167,&quot;8220&quot;:168,&quot;8221&quot;:169,&quot;12317&quot;:170,&quot;12318&quot;:171,&quot;8245&quot;:172,&quot;8242&quot;:173,&quot;65283&quot;:174,&quot;65286&quot;:175,&quot;65290&quot;:176,&quot;8251&quot;:177,&quot;167&quot;:178,&quot;12291&quot;:179,&quot;9675&quot;:180,&quot;9679&quot;:181,&quot;9651&quot;:182,&quot;9650&quot;:183,&quot;9678&quot;:184,&quot;9734&quot;:185,&quot;9733&quot;:186,&quot;9671&quot;:187,&quot;9670&quot;:188,&quot;9633&quot;:189,&quot;9632&quot;:190,&quot;9661&quot;:191,&quot;9660&quot;:192,&quot;12963&quot;:193,&quot;8453&quot;:194,&quot;175&quot;:195,&quot;772&quot;:195,&quot;8254&quot;:195,&quot;65507&quot;:196,&quot;65343&quot;:197,&quot;717&quot;:198,&quot;65097&quot;:199,&quot;65098&quot;:200,&quot;65101&quot;:201,&quot;65102&quot;:202,&quot;65099&quot;:203,&quot;65100&quot;:204,&quot;65119&quot;:205,&quot;65120&quot;:206,&quot;65121&quot;:207,&quot;65291&quot;:208,&quot;65293&quot;:209,&quot;215&quot;:210,&quot;247&quot;:211,&quot;177&quot;:212,&quot;8730&quot;:213,&quot;65308&quot;:214,&quot;65310&quot;:215,&quot;65309&quot;:216,&quot;8806&quot;:217,&quot;8807&quot;:218,&quot;8800&quot;:219,&quot;8734&quot;:220,&quot;8786&quot;:221,&quot;8801&quot;:222,&quot;65122&quot;:223,&quot;65123&quot;:224,&quot;65124&quot;:225,&quot;65125&quot;:226,&quot;65126&quot;:227,&quot;8764&quot;:228,&quot;65374&quot;:228,&quot;8745&quot;:229,&quot;8746&quot;:230,&quot;8869&quot;:231,&quot;8736&quot;:232,&quot;8735&quot;:233,&quot;8895&quot;:234,&quot;13266&quot;:235,&quot;13265&quot;:236,&quot;8747&quot;:237,&quot;8750&quot;:238,&quot;8757&quot;:239,&quot;8756&quot;:240,&quot;9792&quot;:241,&quot;9794&quot;:242,&quot;8853&quot;:243,&quot;9793&quot;:243,&quot;8857&quot;:244,&quot;9737&quot;:244,&quot;8593&quot;:245,&quot;8595&quot;:246,&quot;8594&quot;:247,&quot;8592&quot;:248,&quot;8598&quot;:249,&quot;8599&quot;:250,&quot;8601&quot;:251,&quot;8600&quot;:252,&quot;8741&quot;:253,&quot;8739&quot;:254,&quot;8725&quot;:257,&quot;65295&quot;:257,&quot;65128&quot;:258,&quot;65340&quot;:258,&quot;65284&quot;:259,&quot;165&quot;:260,&quot;65509&quot;:260,&quot;12306&quot;:261,&quot;162&quot;:262,&quot;65504&quot;:262,&quot;163&quot;:263,&quot;65505&quot;:263,&quot;65285&quot;:264,&quot;65312&quot;:265,&quot;8451&quot;:266,&quot;8457&quot;:267,&quot;65129&quot;:268,&quot;65130&quot;:269,&quot;65131&quot;:270,&quot;13269&quot;:271,&quot;13212&quot;:272,&quot;13213&quot;:273,&quot;13214&quot;:274,&quot;13262&quot;:275,&quot;13217&quot;:276,&quot;13198&quot;:277,&quot;13199&quot;:278,&quot;13252&quot;:279,&quot;176&quot;:280,&quot;20825&quot;:281,&quot;58834&quot;:281,&quot;20827&quot;:282,&quot;58835&quot;:282,&quot;20830&quot;:283,&quot;58837&quot;:283,&quot;20829&quot;:284,&quot;58836&quot;:284,&quot;20833&quot;:285,&quot;20835&quot;:286,&quot;21991&quot;:287,&quot;29929&quot;:288,&quot;58044&quot;:288,&quot;31950&quot;:289,&quot;58191&quot;:289,&quot;9601&quot;:290,&quot;9602&quot;:291,&quot;9603&quot;:292,&quot;9604&quot;:293,&quot;9605&quot;:294,&quot;9606&quot;:295,&quot;9607&quot;:296,&quot;9608&quot;:297,&quot;9615&quot;:298,&quot;9614&quot;:299,&quot;9613&quot;:300,&quot;9612&quot;:301,&quot;9611&quot;:302,&quot;9610&quot;:303,&quot;9609&quot;:304,&quot;9532&quot;:305,&quot;9524&quot;:306,&quot;9516&quot;:307,&quot;9508&quot;:308,&quot;9500&quot;:309,&quot;9620&quot;:310,&quot;9472&quot;:311,&quot;9474&quot;:312,&quot;9621&quot;:313,&quot;9484&quot;:314,&quot;9488&quot;:315,&quot;9492&quot;:316,&quot;9496&quot;:317,&quot;9581&quot;:318,&quot;9582&quot;:319,&quot;9584&quot;:320,&quot;9583&quot;:321,&quot;9552&quot;:322,&quot;9566&quot;:323,&quot;9578&quot;:324,&quot;9569&quot;:325,&quot;9698&quot;:326,&quot;9699&quot;:327,&quot;9701&quot;:328,&quot;9700&quot;:329,&quot;9585&quot;:330,&quot;9586&quot;:331,&quot;9587&quot;:332,&quot;65296&quot;:333,&quot;65297&quot;:334,&quot;65298&quot;:335,&quot;65299&quot;:336,&quot;65300&quot;:337,&quot;65301&quot;:338,&quot;65302&quot;:339,&quot;65303&quot;:340,&quot;65304&quot;:341,&quot;65305&quot;:342,&quot;8544&quot;:343,&quot;8545&quot;:344,&quot;8546&quot;:345,&quot;8547&quot;:346,&quot;8548&quot;:347,&quot;8549&quot;:348,&quot;8550&quot;:349,&quot;8551&quot;:350,&quot;8552&quot;:351,&quot;8553&quot;:352,&quot;12321&quot;:353,&quot;12322&quot;:354,&quot;12323&quot;:355,&quot;12324&quot;:356,&quot;12325&quot;:357,&quot;12326&quot;:358,&quot;12327&quot;:359,&quot;12328&quot;:360,&quot;12329&quot;:361,&quot;12344&quot;:362,&quot;21316&quot;:363,&quot;57443&quot;:363,&quot;12345&quot;:363,&quot;12346&quot;:364,&quot;65313&quot;:365,&quot;65314&quot;:366,&quot;65315&quot;:367,&quot;65316&quot;:368,&quot;65317&quot;:369,&quot;65318&quot;:370,&quot;65319&quot;:371,&quot;65320&quot;:372,&quot;65321&quot;:373,&quot;65322&quot;:374,&quot;65323&quot;:375,&quot;65324&quot;:376,&quot;65325&quot;:377,&quot;65326&quot;:378,&quot;65327&quot;:379,&quot;65328&quot;:380,&quot;65329&quot;:381,&quot;65330&quot;:382,&quot;65331&quot;:383,&quot;65332&quot;:384,&quot;65333&quot;:385,&quot;65334&quot;:386,&quot;65335&quot;:387,&quot;65336&quot;:388,&quot;65337&quot;:389,&quot;65338&quot;:390,&quot;65345&quot;:391,&quot;65346&quot;:392,&quot;65347&quot;:393,&quot;65348&quot;:394,&quot;65349&quot;:395,&quot;65350&quot;:396,&quot;65351&quot;:397,&quot;65352&quot;:398,&quot;65353&quot;:399,&quot;65354&quot;:400,&quot;65355&quot;:401,&quot;65356&quot;:402,&quot;65357&quot;:403,&quot;65358&quot;:404,&quot;65359&quot;:405,&quot;65360&quot;:406,&quot;65361&quot;:407,&quot;65362&quot;:408,&quot;65363&quot;:409,&quot;65364&quot;:410,&quot;65365&quot;:411,&quot;65366&quot;:412,&quot;65367&quot;:413,&quot;65368&quot;:414,&quot;65369&quot;:415,&quot;65370&quot;:416,&quot;913&quot;:417,&quot;914&quot;:418,&quot;915&quot;:419,&quot;916&quot;:420,&quot;917&quot;:421,&quot;918&quot;:422,&quot;919&quot;:423,&quot;920&quot;:424,&quot;921&quot;:425,&quot;922&quot;:426,&quot;923&quot;:427,&quot;924&quot;:428,&quot;925&quot;:429,&quot;926&quot;:430,&quot;927&quot;:431,&quot;928&quot;:432,&quot;929&quot;:433,&quot;931&quot;:434,&quot;932&quot;:435,&quot;933&quot;:436,&quot;934&quot;:437,&quot;935&quot;:438,&quot;936&quot;:439,&quot;937&quot;:440,&quot;945&quot;:441,&quot;946&quot;:442,&quot;947&quot;:443,&quot;948&quot;:444,&quot;949&quot;:445,&quot;950&quot;:446,&quot;951&quot;:447,&quot;952&quot;:448,&quot;953&quot;:449,&quot;954&quot;:450,&quot;955&quot;:451,&quot;956&quot;:452,&quot;957&quot;:453,&quot;958&quot;:454,&quot;959&quot;:455,&quot;960&quot;:456,&quot;961&quot;:457,&quot;963&quot;:458,&quot;964&quot;:459,&quot;965&quot;:460,&quot;966&quot;:461,&quot;967&quot;:462,&quot;968&quot;:463,&quot;969&quot;:464,&quot;12549&quot;:465,&quot;12550&quot;:466,&quot;12551&quot;:467,&quot;12552&quot;:468,&quot;12553&quot;:469,&quot;12554&quot;:470,&quot;12555&quot;:471,&quot;12556&quot;:472,&quot;12557&quot;:473,&quot;12558&quot;:474,&quot;12559&quot;:475,&quot;12560&quot;:476,&quot;12561&quot;:477,&quot;12562&quot;:478,&quot;12563&quot;:479,&quot;12564&quot;:480,&quot;12565&quot;:481,&quot;12566&quot;:482,&quot;12567&quot;:483,&quot;12568&quot;:484,&quot;12569&quot;:485,&quot;12570&quot;:486,&quot;12571&quot;:487,&quot;12572&quot;:488,&quot;12573&quot;:489,&quot;12574&quot;:490,&quot;12575&quot;:491,&quot;12576&quot;:492,&quot;12577&quot;:493,&quot;12578&quot;:494,&quot;12579&quot;:495,&quot;12580&quot;:496,&quot;12581&quot;:497,&quot;12582&quot;:498,&quot;12583&quot;:499,&quot;12584&quot;:500,&quot;12585&quot;:501,&quot;729&quot;:502,&quot;714&quot;:503,&quot;711&quot;:504,&quot;780&quot;:504,&quot;715&quot;:505,&quot;9312&quot;:506,&quot;63153&quot;:506,&quot;9313&quot;:507,&quot;63154&quot;:507,&quot;9314&quot;:508,&quot;63155&quot;:508,&quot;9315&quot;:509,&quot;63156&quot;:509,&quot;9316&quot;:510,&quot;63157&quot;:510,&quot;9317&quot;:511,&quot;63158&quot;:511,&quot;9318&quot;:512,&quot;63159&quot;:512,&quot;9319&quot;:513,&quot;63160&quot;:513,&quot;9320&quot;:514,&quot;63161&quot;:514,&quot;9321&quot;:515,&quot;63162&quot;:515,&quot;9332&quot;:516,&quot;63163&quot;:516,&quot;9333&quot;:517,&quot;63164&quot;:517,&quot;9334&quot;:518,&quot;63165&quot;:518,&quot;9335&quot;:519,&quot;63166&quot;:519,&quot;9336&quot;:520,&quot;63167&quot;:520,&quot;9337&quot;:521,&quot;63168&quot;:521,&quot;9338&quot;:522,&quot;63169&quot;:522,&quot;9339&quot;:523,&quot;63170&quot;:523,&quot;9340&quot;:524,&quot;63171&quot;:524,&quot;9341&quot;:525,&quot;63172&quot;:525,&quot;8560&quot;:526,&quot;63173&quot;:526,&quot;8561&quot;:527,&quot;63174&quot;:527,&quot;8562&quot;:528,&quot;63175&quot;:528,&quot;8563&quot;:529,&quot;63176&quot;:529,&quot;8564&quot;:530,&quot;63177&quot;:530,&quot;8565&quot;:531,&quot;63178&quot;:531,&quot;8566&quot;:532,&quot;63179&quot;:532,&quot;8567&quot;:533,&quot;63180&quot;:533,&quot;8568&quot;:534,&quot;63181&quot;:534,&quot;8569&quot;:535,&quot;63182&quot;:535,&quot;20008&quot;:536,&quot;12033&quot;:536,&quot;20022&quot;:537,&quot;12034&quot;:537,&quot;63183&quot;:537,&quot;20031&quot;:538,&quot;12035&quot;:538,&quot;63184&quot;:538,&quot;12037&quot;:539,&quot;20101&quot;:539,&quot;63185&quot;:539,&quot;12039&quot;:540,&quot;20128&quot;:540,&quot;63186&quot;:540,&quot;20866&quot;:541,&quot;12044&quot;:541,&quot;63187&quot;:541,&quot;20886&quot;:542,&quot;12045&quot;:542,&quot;63188&quot;:542,&quot;20907&quot;:543,&quot;12046&quot;:543,&quot;63189&quot;:543,&quot;12051&quot;:544,&quot;21241&quot;:544,&quot;63190&quot;:544,&quot;12054&quot;:545,&quot;21304&quot;:545,&quot;63191&quot;:545,&quot;12057&quot;:546,&quot;21353&quot;:546,&quot;63192&quot;:546,&quot;12059&quot;:547,&quot;21430&quot;:547,&quot;63193&quot;:547,&quot;12065&quot;:548,&quot;12066&quot;:548,&quot;22786&quot;:548,&quot;22794&quot;:548,&quot;63194&quot;:548,&quot;12071&quot;:549,&quot;23424&quot;:549,&quot;63195&quot;:549,&quot;12078&quot;:550,&quot;24027&quot;:550,&quot;63196&quot;:550,&quot;24186&quot;:551,&quot;12083&quot;:551,&quot;63197&quot;:551,&quot;24191&quot;:552,&quot;12084&quot;:552,&quot;63198&quot;:552,&quot;24308&quot;:553,&quot;12085&quot;:553,&quot;24400&quot;:554,&quot;12089&quot;:554,&quot;63200&quot;:554,&quot;24417&quot;:555,&quot;12090&quot;:555,&quot;63201&quot;:555,&quot;12097&quot;:556,&quot;25908&quot;:556,&quot;63202&quot;:556,&quot;12102&quot;:557,&quot;26080&quot;:557,&quot;30098&quot;:558,&quot;63204&quot;:558,&quot;12135&quot;:558,&quot;30326&quot;:559,&quot;12136&quot;:559,&quot;12193&quot;:560,&quot;36789&quot;:560,&quot;63206&quot;:560,&quot;12202&quot;:561,&quot;38582&quot;:561,&quot;9216&quot;:562,&quot;9217&quot;:563,&quot;9218&quot;:564,&quot;9219&quot;:565,&quot;9220&quot;:566,&quot;9221&quot;:567,&quot;9222&quot;:568,&quot;9223&quot;:569,&quot;9224&quot;:570,&quot;9225&quot;:571,&quot;9226&quot;:572,&quot;9227&quot;:573,&quot;9228&quot;:574,&quot;9229&quot;:575,&quot;9230&quot;:576,&quot;9231&quot;:577,&quot;9232&quot;:578,&quot;9233&quot;:579,&quot;9234&quot;:580,&quot;9235&quot;:581,&quot;9236&quot;:582,&quot;9237&quot;:583,&quot;9238&quot;:584,&quot;9239&quot;:585,&quot;9240&quot;:586,&quot;9241&quot;:587,&quot;9242&quot;:588,&quot;9243&quot;:589,&quot;9244&quot;:590,&quot;9245&quot;:591,&quot;9246&quot;:592,&quot;9247&quot;:593,&quot;9249&quot;:594,&quot;12032&quot;:595,&quot;19968&quot;:595,&quot;12036&quot;:596,&quot;20057&quot;:596,&quot;19969&quot;:597,&quot;19971&quot;:598,&quot;20035&quot;:599,&quot;20061&quot;:600,&quot;20102&quot;:601,&quot;12038&quot;:602,&quot;20108&quot;:602,&quot;20154&quot;:603,&quot;12040&quot;:603,&quot;20799&quot;:604,&quot;12041&quot;:604,&quot;20837&quot;:605,&quot;12042&quot;:605,&quot;20843&quot;:606,&quot;12043&quot;:606,&quot;12047&quot;:607,&quot;20960&quot;:607,&quot;12049&quot;:608,&quot;20992&quot;:608,&quot;20993&quot;:609,&quot;12050&quot;:610,&quot;21147&quot;:610,&quot;12052&quot;:611,&quot;21269&quot;:611,&quot;21313&quot;:612,&quot;12055&quot;:612,&quot;21340&quot;:613,&quot;12056&quot;:613,&quot;12060&quot;:614,&quot;21448&quot;:614,&quot;19977&quot;:615,&quot;19979&quot;:616,&quot;19976&quot;:617,&quot;19978&quot;:618,&quot;20011&quot;:619,&quot;20024&quot;:620,&quot;20961&quot;:621,&quot;20037&quot;:622,&quot;20040&quot;:623,&quot;20063&quot;:624,&quot;20062&quot;:625,&quot;20110&quot;:626,&quot;20129&quot;:627,&quot;20800&quot;:628,&quot;64012&quot;:628,&quot;20995&quot;:629,&quot;21242&quot;:630,&quot;21315&quot;:631,&quot;21449&quot;:632,&quot;12061&quot;:633,&quot;21475&quot;:633,&quot;22303&quot;:634,&quot;12063&quot;:634,&quot;22763&quot;:635,&quot;12064&quot;:635,&quot;22805&quot;:636,&quot;12067&quot;:636,&quot;22823&quot;:637,&quot;12068&quot;:637,&quot;22899&quot;:638,&quot;12069&quot;:638,&quot;12070&quot;:639,&quot;23376&quot;:639,&quot;23377&quot;:640,&quot;23379&quot;:641,&quot;23544&quot;:642,&quot;12072&quot;:642,&quot;23567&quot;:643,&quot;12073&quot;:643,&quot;23586&quot;:644,&quot;12074&quot;:644,&quot;23608&quot;:645,&quot;12075&quot;:645,&quot;12077&quot;:646,&quot;23665&quot;:646,&quot;24029&quot;:647,&quot;24037&quot;:648,&quot;12079&quot;:648,&quot;12080&quot;:649,&quot;24049&quot;:649,&quot;24050&quot;:650,&quot;24051&quot;:651,&quot;24062&quot;:652,&quot;12081&quot;:652,&quot;24178&quot;:653,&quot;12082&quot;:653,&quot;24318&quot;:654,&quot;12086&quot;:654,&quot;24331&quot;:655,&quot;12087&quot;:655,&quot;24339&quot;:656,&quot;12088&quot;:656,&quot;25165&quot;:657,&quot;19985&quot;:658,&quot;19984&quot;:659,&quot;19981&quot;:660,&quot;20013&quot;:661,&quot;20016&quot;:662,&quot;20025&quot;:663,&quot;20043&quot;:664,&quot;23609&quot;:665,&quot;20104&quot;:666,&quot;20113&quot;:667,&quot;20117&quot;:668,&quot;20114&quot;:669,&quot;20116&quot;:670,&quot;20130&quot;:671,&quot;20161&quot;:672,&quot;20160&quot;:673,&quot;20163&quot;:674,&quot;20166&quot;:675,&quot;20167&quot;:676,&quot;20173&quot;:677,&quot;20170&quot;:678,&quot;20171&quot;:679,&quot;20164&quot;:680,&quot;20803&quot;:681,&quot;20801&quot;:682,&quot;20839&quot;:683,&quot;20845&quot;:684,&quot;20846&quot;:685,&quot;20844&quot;:686,&quot;20887&quot;:687,&quot;20982&quot;:688,&quot;20998&quot;:689,&quot;20999&quot;:690,&quot;21000&quot;:691,&quot;21243&quot;:692,&quot;21246&quot;:693,&quot;21247&quot;:694,&quot;21270&quot;:695,&quot;21305&quot;:696,&quot;21320&quot;:697,&quot;21319&quot;:698,&quot;21317&quot;:699,&quot;21342&quot;:700,&quot;21380&quot;:701,&quot;21451&quot;:702,&quot;21450&quot;:703,&quot;21453&quot;:704,&quot;22764&quot;:705,&quot;22825&quot;:706,&quot;22827&quot;:707,&quot;22826&quot;:708,&quot;22829&quot;:709,&quot;23380&quot;:710,&quot;23569&quot;:711,&quot;23588&quot;:712,&quot;23610&quot;:713,&quot;23663&quot;:714,&quot;24052&quot;:715,&quot;24187&quot;:716,&quot;24319&quot;:717,&quot;24340&quot;:718,&quot;24341&quot;:719,&quot;24515&quot;:720,&quot;12092&quot;:720,&quot;25096&quot;:721,&quot;12093&quot;:721,&quot;25142&quot;:722,&quot;12094&quot;:722,&quot;25163&quot;:723,&quot;12095&quot;:723,&quot;25166&quot;:724,&quot;12096&quot;:725,&quot;25903&quot;:725,&quot;25991&quot;:726,&quot;12098&quot;:726,&quot;26007&quot;:727,&quot;12099&quot;:727,&quot;26020&quot;:728,&quot;12100&quot;:728,&quot;26041&quot;:729,&quot;12101&quot;:729,&quot;26085&quot;:730,&quot;12103&quot;:730,&quot;26352&quot;:731,&quot;12104&quot;:731,&quot;26376&quot;:732,&quot;12105&quot;:732,&quot;26408&quot;:733,&quot;12106&quot;:733,&quot;27424&quot;:734,&quot;12107&quot;:734,&quot;27490&quot;:735,&quot;12108&quot;:735,&quot;27513&quot;:736,&quot;12109&quot;:736,&quot;27595&quot;:737,&quot;12111&quot;:737,&quot;27604&quot;:738,&quot;12112&quot;:738,&quot;27611&quot;:739,&quot;12113&quot;:739,&quot;27663&quot;:740,&quot;12114&quot;:740,&quot;27700&quot;:741,&quot;12116&quot;:741,&quot;28779&quot;:742,&quot;12117&quot;:742,&quot;29226&quot;:743,&quot;12118&quot;:743,&quot;29238&quot;:744,&quot;12119&quot;:744,&quot;29243&quot;:745,&quot;12120&quot;:745,&quot;29255&quot;:746,&quot;12122&quot;:746,&quot;29273&quot;:747,&quot;12123&quot;:747,&quot;29275&quot;:748,&quot;12124&quot;:748,&quot;29356&quot;:749,&quot;12125&quot;:749,&quot;29579&quot;:750,&quot;19993&quot;:751,&quot;19990&quot;:752,&quot;19989&quot;:753,&quot;19988&quot;:754,&quot;19992&quot;:755,&quot;20027&quot;:756,&quot;20045&quot;:757,&quot;20047&quot;:758,&quot;20046&quot;:759,&quot;20197&quot;:760,&quot;20184&quot;:761,&quot;20180&quot;:762,&quot;20181&quot;:763,&quot;20182&quot;:764,&quot;20183&quot;:765,&quot;20195&quot;:766,&quot;20196&quot;:767,&quot;20185&quot;:768,&quot;20190&quot;:769,&quot;20805&quot;:770,&quot;20804&quot;:771,&quot;20873&quot;:772,&quot;20874&quot;:773,&quot;20908&quot;:774,&quot;20985&quot;:775,&quot;20986&quot;:776,&quot;20984&quot;:777,&quot;21002&quot;:778,&quot;21152&quot;:779,&quot;21151&quot;:780,&quot;57435&quot;:781,&quot;21253&quot;:781,&quot;21254&quot;:782,&quot;21271&quot;:783,&quot;21277&quot;:784,&quot;20191&quot;:785,&quot;21322&quot;:786,&quot;21321&quot;:787,&quot;21345&quot;:788,&quot;21344&quot;:789,&quot;21359&quot;:790,&quot;21358&quot;:791,&quot;21435&quot;:792,&quot;21487&quot;:793,&quot;21476&quot;:794,&quot;21491&quot;:795,&quot;21484&quot;:796,&quot;21486&quot;:797,&quot;21481&quot;:798,&quot;21480&quot;:799,&quot;21500&quot;:800,&quot;21496&quot;:801,&quot;21493&quot;:802,&quot;21483&quot;:803,&quot;21478&quot;:804,&quot;21482&quot;:805,&quot;21490&quot;:806,&quot;21489&quot;:807,&quot;21488&quot;:808,&quot;21477&quot;:809,&quot;21485&quot;:810,&quot;21499&quot;:811,&quot;22235&quot;:812,&quot;22234&quot;:813,&quot;22806&quot;:814,&quot;22830&quot;:815,&quot;22833&quot;:816,&quot;22900&quot;:817,&quot;22902&quot;:818,&quot;23381&quot;:819,&quot;23427&quot;:820,&quot;23612&quot;:821,&quot;24040&quot;:822,&quot;24039&quot;:823,&quot;24038&quot;:824,&quot;24066&quot;:825,&quot;24067&quot;:826,&quot;24179&quot;:827,&quot;24188&quot;:828,&quot;24321&quot;:829,&quot;24344&quot;:830,&quot;24343&quot;:831,&quot;24517&quot;:832,&quot;25098&quot;:833,&quot;25171&quot;:834,&quot;25172&quot;:835,&quot;25170&quot;:836,&quot;25169&quot;:837,&quot;26021&quot;:838,&quot;26086&quot;:839,&quot;26414&quot;:840,&quot;26412&quot;:841,&quot;26410&quot;:842,&quot;26411&quot;:843,&quot;26413&quot;:844,&quot;27491&quot;:845,&quot;27597&quot;:846,&quot;27665&quot;:847,&quot;27664&quot;:848,&quot;27704&quot;:849,&quot;27713&quot;:850,&quot;27712&quot;:851,&quot;27710&quot;:852,&quot;29359&quot;:853,&quot;29572&quot;:854,&quot;12126&quot;:854,&quot;29577&quot;:855,&quot;12127&quot;:855,&quot;29916&quot;:856,&quot;12128&quot;:856,&quot;29926&quot;:857,&quot;12129&quot;:857,&quot;29976&quot;:858,&quot;12130&quot;:858,&quot;29983&quot;:859,&quot;12131&quot;:859,&quot;12132&quot;:860,&quot;29992&quot;:860,&quot;29993&quot;:861,&quot;12133&quot;:862,&quot;30000&quot;:862,&quot;30001&quot;:863,&quot;30002&quot;:864,&quot;30003&quot;:865,&quot;12134&quot;:866,&quot;30091&quot;:866,&quot;30333&quot;:867,&quot;12137&quot;:867,&quot;30382&quot;:868,&quot;12138&quot;:868,&quot;30399&quot;:869,&quot;12139&quot;:869,&quot;30446&quot;:870,&quot;12140&quot;:870,&quot;30683&quot;:871,&quot;12141&quot;:871,&quot;30690&quot;:872,&quot;12142&quot;:872,&quot;30707&quot;:873,&quot;12143&quot;:873,&quot;31034&quot;:874,&quot;12144&quot;:874,&quot;31166&quot;:875,&quot;12146&quot;:875,&quot;31348&quot;:876,&quot;12147&quot;:876,&quot;31435&quot;:877,&quot;12148&quot;:877,&quot;19998&quot;:878,&quot;19999&quot;:879,&quot;20050&quot;:880,&quot;20051&quot;:881,&quot;20073&quot;:882,&quot;20121&quot;:883,&quot;20132&quot;:884,&quot;20134&quot;:885,&quot;20133&quot;:886,&quot;20223&quot;:887,&quot;20233&quot;:888,&quot;20249&quot;:889,&quot;20234&quot;:890,&quot;20245&quot;:891,&quot;20237&quot;:892,&quot;20240&quot;:893,&quot;20241&quot;:894,&quot;20239&quot;:895,&quot;20210&quot;:896,&quot;20214&quot;:897,&quot;20219&quot;:898,&quot;20208&quot;:899,&quot;20211&quot;:900,&quot;20221&quot;:901,&quot;20225&quot;:902,&quot;20235&quot;:903,&quot;20809&quot;:904,&quot;20807&quot;:905,&quot;20806&quot;:906,&quot;20808&quot;:907,&quot;20840&quot;:908,&quot;20849&quot;:909,&quot;20877&quot;:910,&quot;20912&quot;:911,&quot;21015&quot;:912,&quot;21009&quot;:913,&quot;21010&quot;:914,&quot;21006&quot;:915,&quot;21014&quot;:916,&quot;21155&quot;:917,&quot;21256&quot;:918,&quot;21281&quot;:919,&quot;21280&quot;:920,&quot;21360&quot;:921,&quot;21361&quot;:922,&quot;21513&quot;:923,&quot;21519&quot;:924,&quot;21516&quot;:925,&quot;21514&quot;:926,&quot;21520&quot;:927,&quot;21505&quot;:928,&quot;21515&quot;:929,&quot;21508&quot;:930,&quot;21521&quot;:931,&quot;21517&quot;:932,&quot;21512&quot;:933,&quot;21507&quot;:934,&quot;21518&quot;:935,&quot;21510&quot;:936,&quot;21522&quot;:937,&quot;22240&quot;:938,&quot;22238&quot;:939,&quot;22237&quot;:940,&quot;22323&quot;:941,&quot;22320&quot;:942,&quot;22312&quot;:943,&quot;22317&quot;:944,&quot;22316&quot;:945,&quot;22319&quot;:946,&quot;22313&quot;:947,&quot;22809&quot;:948,&quot;22810&quot;:949,&quot;22839&quot;:950,&quot;22840&quot;:951,&quot;22916&quot;:952,&quot;22904&quot;:953,&quot;22915&quot;:954,&quot;22909&quot;:955,&quot;22905&quot;:956,&quot;22914&quot;:957,&quot;22913&quot;:958,&quot;23383&quot;:959,&quot;23384&quot;:960,&quot;23431&quot;:961,&quot;23432&quot;:962,&quot;23429&quot;:963,&quot;23433&quot;:964,&quot;23546&quot;:965,&quot;23574&quot;:966,&quot;23673&quot;:967,&quot;24030&quot;:968,&quot;24070&quot;:969,&quot;24182&quot;:970,&quot;24180&quot;:971,&quot;24335&quot;:972,&quot;24347&quot;:973,&quot;24537&quot;:974,&quot;24534&quot;:975,&quot;25102&quot;:976,&quot;25100&quot;:977,&quot;25101&quot;:978,&quot;25104&quot;:979,&quot;25187&quot;:980,&quot;25179&quot;:981,&quot;25176&quot;:982,&quot;25910&quot;:983,&quot;26089&quot;:984,&quot;26088&quot;:985,&quot;26092&quot;:986,&quot;26093&quot;:987,&quot;26354&quot;:988,&quot;26355&quot;:989,&quot;26377&quot;:990,&quot;26429&quot;:991,&quot;26420&quot;:992,&quot;26417&quot;:993,&quot;26421&quot;:994,&quot;27425&quot;:995,&quot;27492&quot;:996,&quot;27515&quot;:997,&quot;27670&quot;:998,&quot;27741&quot;:999,&quot;27735&quot;:1000,&quot;27737&quot;:1001,&quot;27743&quot;:1002,&quot;27744&quot;:1003,&quot;27728&quot;:1004,&quot;27733&quot;:1005,&quot;27745&quot;:1006,&quot;27739&quot;:1007,&quot;27725&quot;:1008,&quot;27726&quot;:1009,&quot;28784&quot;:1010,&quot;29279&quot;:1011,&quot;29277&quot;:1012,&quot;30334&quot;:1013,&quot;31481&quot;:1014,&quot;12149&quot;:1014,&quot;31859&quot;:1015,&quot;12150&quot;:1015,&quot;31992&quot;:1016,&quot;12151&quot;:1016,&quot;32566&quot;:1017,&quot;12152&quot;:1017,&quot;32650&quot;:1018,&quot;12154&quot;:1018,&quot;32701&quot;:1019,&quot;12155&quot;:1019,&quot;32769&quot;:1020,&quot;12156&quot;:1020,&quot;32771&quot;:1021,&quot;32780&quot;:1022,&quot;12157&quot;:1022,&quot;32786&quot;:1023,&quot;12158&quot;:1023,&quot;32819&quot;:1024,&quot;12159&quot;:1024,&quot;32895&quot;:1025,&quot;12160&quot;:1025,&quot;32905&quot;:1026,&quot;12161&quot;:1026,&quot;32907&quot;:1027,&quot;32908&quot;:1028,&quot;33251&quot;:1029,&quot;12162&quot;:1029,&quot;33258&quot;:1030,&quot;12163&quot;:1030,&quot;33267&quot;:1031,&quot;12164&quot;:1031,&quot;33276&quot;:1032,&quot;12165&quot;:1032,&quot;33292&quot;:1033,&quot;12166&quot;:1033,&quot;33307&quot;:1034,&quot;12167&quot;:1034,&quot;33311&quot;:1035,&quot;12168&quot;:1035,&quot;33390&quot;:1036,&quot;12169&quot;:1036,&quot;33394&quot;:1037,&quot;12170&quot;:1037,&quot;33406&quot;:1038,&quot;34411&quot;:1039,&quot;12173&quot;:1039,&quot;34880&quot;:1040,&quot;12174&quot;:1040,&quot;34892&quot;:1041,&quot;12175&quot;:1041,&quot;34915&quot;:1042,&quot;12176&quot;:1042,&quot;35199&quot;:1043,&quot;38433&quot;:1044,&quot;20018&quot;:1045,&quot;20136&quot;:1046,&quot;20301&quot;:1047,&quot;20303&quot;:1048,&quot;20295&quot;:1049,&quot;20311&quot;:1050,&quot;20318&quot;:1051,&quot;20276&quot;:1052,&quot;20315&quot;:1053,&quot;20309&quot;:1054,&quot;20272&quot;:1055,&quot;20304&quot;:1056,&quot;20305&quot;:1057,&quot;20285&quot;:1058,&quot;20282&quot;:1059,&quot;20280&quot;:1060,&quot;20291&quot;:1061,&quot;20308&quot;:1062,&quot;20284&quot;:1063,&quot;20294&quot;:1064,&quot;20323&quot;:1065,&quot;20316&quot;:1066,&quot;20320&quot;:1067,&quot;20271&quot;:1068,&quot;20302&quot;:1069,&quot;20278&quot;:1070,&quot;20313&quot;:1071,&quot;20317&quot;:1072,&quot;20296&quot;:1073,&quot;20314&quot;:1074,&quot;20812&quot;:1075,&quot;20811&quot;:1076,&quot;20813&quot;:1077,&quot;20853&quot;:1078,&quot;20918&quot;:1079,&quot;20919&quot;:1080,&quot;21029&quot;:1081,&quot;21028&quot;:1082,&quot;21033&quot;:1083,&quot;21034&quot;:1084,&quot;21032&quot;:1085,&quot;21163&quot;:1086,&quot;21161&quot;:1087,&quot;21162&quot;:1088,&quot;21164&quot;:1089,&quot;21283&quot;:1090,&quot;21363&quot;:1091,&quot;21365&quot;:1092,&quot;21533&quot;:1093,&quot;21549&quot;:1094,&quot;21534&quot;:1095,&quot;21566&quot;:1096,&quot;21542&quot;:1097,&quot;21582&quot;:1098,&quot;21543&quot;:1099,&quot;21574&quot;:1100,&quot;21571&quot;:1101,&quot;21555&quot;:1102,&quot;21576&quot;:1103,&quot;21570&quot;:1104,&quot;21531&quot;:1105,&quot;21545&quot;:1106,&quot;21578&quot;:1107,&quot;21561&quot;:1108,&quot;21563&quot;:1109,&quot;21560&quot;:1110,&quot;21550&quot;:1111,&quot;21557&quot;:1112,&quot;21558&quot;:1113,&quot;21536&quot;:1114,&quot;21564&quot;:1115,&quot;21568&quot;:1116,&quot;21553&quot;:1117,&quot;21547&quot;:1118,&quot;21535&quot;:1119,&quot;21548&quot;:1120,&quot;22250&quot;:1121,&quot;22256&quot;:1122,&quot;22244&quot;:1123,&quot;22251&quot;:1124,&quot;22346&quot;:1125,&quot;22353&quot;:1126,&quot;22336&quot;:1127,&quot;22349&quot;:1128,&quot;22343&quot;:1129,&quot;22350&quot;:1130,&quot;22334&quot;:1131,&quot;22352&quot;:1132,&quot;22351&quot;:1133,&quot;22331&quot;:1134,&quot;22767&quot;:1135,&quot;22846&quot;:1136,&quot;22941&quot;:1137,&quot;22930&quot;:1138,&quot;22952&quot;:1139,&quot;22942&quot;:1140,&quot;22947&quot;:1141,&quot;22937&quot;:1142,&quot;22934&quot;:1143,&quot;22925&quot;:1144,&quot;22948&quot;:1145,&quot;22931&quot;:1146,&quot;22922&quot;:1147,&quot;22949&quot;:1148,&quot;23389&quot;:1149,&quot;23388&quot;:1150,&quot;23386&quot;:1151,&quot;23387&quot;:1152,&quot;23436&quot;:1153,&quot;23435&quot;:1154,&quot;23439&quot;:1155,&quot;23596&quot;:1156,&quot;23616&quot;:1157,&quot;23617&quot;:1158,&quot;23615&quot;:1159,&quot;23614&quot;:1160,&quot;23696&quot;:1161,&quot;23697&quot;:1162,&quot;23700&quot;:1163,&quot;23692&quot;:1164,&quot;24043&quot;:1165,&quot;24076&quot;:1166,&quot;24207&quot;:1167,&quot;24199&quot;:1168,&quot;24202&quot;:1169,&quot;24311&quot;:1170,&quot;24324&quot;:1171,&quot;24351&quot;:1172,&quot;24420&quot;:1173,&quot;24418&quot;:1174,&quot;24439&quot;:1175,&quot;24441&quot;:1176,&quot;24536&quot;:1177,&quot;24524&quot;:1178,&quot;24535&quot;:1179,&quot;24525&quot;:1180,&quot;24561&quot;:1181,&quot;24555&quot;:1182,&quot;24568&quot;:1183,&quot;24554&quot;:1184,&quot;25106&quot;:1185,&quot;25105&quot;:1186,&quot;25220&quot;:1187,&quot;25239&quot;:1188,&quot;25238&quot;:1189,&quot;25216&quot;:1190,&quot;25206&quot;:1191,&quot;25225&quot;:1192,&quot;25197&quot;:1193,&quot;25226&quot;:1194,&quot;25212&quot;:1195,&quot;25214&quot;:1196,&quot;25209&quot;:1197,&quot;25203&quot;:1198,&quot;25234&quot;:1199,&quot;25199&quot;:1200,&quot;25240&quot;:1201,&quot;25198&quot;:1202,&quot;25237&quot;:1203,&quot;25235&quot;:1204,&quot;25233&quot;:1205,&quot;25222&quot;:1206,&quot;25913&quot;:1207,&quot;25915&quot;:1208,&quot;25912&quot;:1209,&quot;26097&quot;:1210,&quot;26356&quot;:1211,&quot;26463&quot;:1212,&quot;26446&quot;:1213,&quot;26447&quot;:1214,&quot;26448&quot;:1215,&quot;26449&quot;:1216,&quot;26460&quot;:1217,&quot;26454&quot;:1218,&quot;26462&quot;:1219,&quot;57801&quot;:1219,&quot;26441&quot;:1220,&quot;26438&quot;:1221,&quot;26464&quot;:1222,&quot;26451&quot;:1223,&quot;26455&quot;:1224,&quot;27493&quot;:1225,&quot;27599&quot;:1226,&quot;27714&quot;:1227,&quot;27742&quot;:1228,&quot;27801&quot;:1229,&quot;27777&quot;:1230,&quot;27784&quot;:1231,&quot;27785&quot;:1232,&quot;27781&quot;:1233,&quot;27803&quot;:1234,&quot;27754&quot;:1235,&quot;27770&quot;:1236,&quot;27792&quot;:1237,&quot;27760&quot;:1238,&quot;27788&quot;:1239,&quot;27752&quot;:1240,&quot;27798&quot;:1241,&quot;27794&quot;:1242,&quot;27773&quot;:1243,&quot;27779&quot;:1244,&quot;27762&quot;:1245,&quot;27774&quot;:1246,&quot;27764&quot;:1247,&quot;27782&quot;:1248,&quot;27766&quot;:1249,&quot;27789&quot;:1250,&quot;27796&quot;:1251,&quot;27800&quot;:1252,&quot;27778&quot;:1253,&quot;28790&quot;:1254,&quot;28796&quot;:1255,&quot;28797&quot;:1256,&quot;28792&quot;:1257,&quot;29282&quot;:1258,&quot;29281&quot;:1259,&quot;29280&quot;:1260,&quot;29380&quot;:1261,&quot;29378&quot;:1262,&quot;29590&quot;:1263,&quot;29996&quot;:1264,&quot;29995&quot;:1265,&quot;30007&quot;:1266,&quot;30008&quot;:1267,&quot;30338&quot;:1268,&quot;30447&quot;:1269,&quot;30691&quot;:1270,&quot;31169&quot;:1271,&quot;31168&quot;:1272,&quot;31167&quot;:1273,&quot;31350&quot;:1274,&quot;31995&quot;:1275,&quot;32597&quot;:1276,&quot;32918&quot;:1277,&quot;32915&quot;:1278,&quot;32925&quot;:1279,&quot;32920&quot;:1280,&quot;32923&quot;:1281,&quot;32922&quot;:1282,&quot;32946&quot;:1283,&quot;33391&quot;:1284,&quot;33426&quot;:1285,&quot;33419&quot;:1286,&quot;33421&quot;:1287,&quot;35211&quot;:1288,&quot;12178&quot;:1288,&quot;35282&quot;:1289,&quot;12179&quot;:1289,&quot;35328&quot;:1290,&quot;12180&quot;:1290,&quot;35895&quot;:1291,&quot;12181&quot;:1291,&quot;35910&quot;:1292,&quot;12182&quot;:1292,&quot;35925&quot;:1293,&quot;12183&quot;:1293,&quot;35997&quot;:1294,&quot;12185&quot;:1294,&quot;36196&quot;:1295,&quot;12186&quot;:1295,&quot;36208&quot;:1296,&quot;12187&quot;:1296,&quot;36275&quot;:1297,&quot;12188&quot;:1297,&quot;36523&quot;:1298,&quot;12189&quot;:1298,&quot;36554&quot;:1299,&quot;12190&quot;:1299,&quot;36763&quot;:1300,&quot;12191&quot;:1300,&quot;36784&quot;:1301,&quot;12192&quot;:1301,&quot;36802&quot;:1302,&quot;36806&quot;:1303,&quot;36805&quot;:1304,&quot;36804&quot;:1305,&quot;24033&quot;:1306,&quot;12194&quot;:1307,&quot;37009&quot;:1307,&quot;37026&quot;:1308,&quot;37034&quot;:1309,&quot;37030&quot;:1310,&quot;37027&quot;:1311,&quot;37193&quot;:1312,&quot;12195&quot;:1312,&quot;37318&quot;:1313,&quot;12196&quot;:1313,&quot;37324&quot;:1314,&quot;12197&quot;:1314,&quot;38450&quot;:1315,&quot;38446&quot;:1316,&quot;38449&quot;:1317,&quot;38442&quot;:1318,&quot;38444&quot;:1319,&quot;20006&quot;:1320,&quot;20054&quot;:1321,&quot;20083&quot;:1322,&quot;20107&quot;:1323,&quot;20123&quot;:1324,&quot;20126&quot;:1325,&quot;20139&quot;:1326,&quot;20140&quot;:1327,&quot;20335&quot;:1328,&quot;20381&quot;:1329,&quot;20365&quot;:1330,&quot;20339&quot;:1331,&quot;20351&quot;:1332,&quot;20332&quot;:1333,&quot;20379&quot;:1334,&quot;20363&quot;:1335,&quot;20358&quot;:1336,&quot;20355&quot;:1337,&quot;20336&quot;:1338,&quot;20341&quot;:1339,&quot;20360&quot;:1340,&quot;20329&quot;:1341,&quot;20347&quot;:1342,&quot;20374&quot;:1343,&quot;20350&quot;:1344,&quot;20367&quot;:1345,&quot;20369&quot;:1346,&quot;20346&quot;:1347,&quot;20820&quot;:1348,&quot;20818&quot;:1349,&quot;20821&quot;:1350,&quot;20841&quot;:1351,&quot;20855&quot;:1352,&quot;20854&quot;:1353,&quot;20856&quot;:1354,&quot;20925&quot;:1355,&quot;20989&quot;:1356,&quot;21051&quot;:1357,&quot;21048&quot;:1358,&quot;21047&quot;:1359,&quot;21050&quot;:1360,&quot;21040&quot;:1361,&quot;21038&quot;:1362,&quot;21046&quot;:1363,&quot;21057&quot;:1364,&quot;21182&quot;:1365,&quot;21179&quot;:1366,&quot;21330&quot;:1367,&quot;21332&quot;:1368,&quot;21331&quot;:1369,&quot;21329&quot;:1370,&quot;21350&quot;:1371,&quot;21367&quot;:1372,&quot;21368&quot;:1373,&quot;21369&quot;:1374,&quot;21462&quot;:1375,&quot;21460&quot;:1376,&quot;21463&quot;:1377,&quot;21619&quot;:1378,&quot;21621&quot;:1379,&quot;21654&quot;:1380,&quot;21624&quot;:1381,&quot;21653&quot;:1382,&quot;21632&quot;:1383,&quot;21627&quot;:1384,&quot;21623&quot;:1385,&quot;21636&quot;:1386,&quot;21650&quot;:1387,&quot;21638&quot;:1388,&quot;21628&quot;:1389,&quot;21648&quot;:1390,&quot;21617&quot;:1391,&quot;21622&quot;:1392,&quot;21644&quot;:1393,&quot;21658&quot;:1394,&quot;21602&quot;:1395,&quot;21608&quot;:1396,&quot;21643&quot;:1397,&quot;21629&quot;:1398,&quot;21646&quot;:1399,&quot;22266&quot;:1400,&quot;22403&quot;:1401,&quot;22391&quot;:1402,&quot;22378&quot;:1403,&quot;22377&quot;:1404,&quot;22369&quot;:1405,&quot;22374&quot;:1406,&quot;22372&quot;:1407,&quot;22396&quot;:1408,&quot;22812&quot;:1409,&quot;22857&quot;:1410,&quot;22855&quot;:1411,&quot;22856&quot;:1412,&quot;22852&quot;:1413,&quot;22868&quot;:1414,&quot;22974&quot;:1415,&quot;22971&quot;:1416,&quot;22996&quot;:1417,&quot;22969&quot;:1418,&quot;22958&quot;:1419,&quot;22993&quot;:1420,&quot;22982&quot;:1421,&quot;22992&quot;:1422,&quot;22989&quot;:1423,&quot;22987&quot;:1424,&quot;22995&quot;:1425,&quot;22986&quot;:1426,&quot;22959&quot;:1427,&quot;22963&quot;:1428,&quot;22994&quot;:1429,&quot;22981&quot;:1430,&quot;23391&quot;:1431,&quot;23396&quot;:1432,&quot;23395&quot;:1433,&quot;23447&quot;:1434,&quot;23450&quot;:1435,&quot;23448&quot;:1436,&quot;23452&quot;:1437,&quot;23449&quot;:1438,&quot;23451&quot;:1439,&quot;23578&quot;:1440,&quot;23624&quot;:1441,&quot;23621&quot;:1442,&quot;23622&quot;:1443,&quot;23735&quot;:1444,&quot;23713&quot;:1445,&quot;23736&quot;:1446,&quot;23721&quot;:1447,&quot;23723&quot;:1448,&quot;23729&quot;:1449,&quot;23731&quot;:1450,&quot;24088&quot;:1451,&quot;24090&quot;:1452,&quot;24086&quot;:1453,&quot;24085&quot;:1454,&quot;24091&quot;:1455,&quot;24081&quot;:1456,&quot;24184&quot;:1457,&quot;24218&quot;:1458,&quot;24215&quot;:1459,&quot;24220&quot;:1460,&quot;24213&quot;:1461,&quot;24214&quot;:1462,&quot;24310&quot;:1463,&quot;24358&quot;:1464,&quot;24359&quot;:1465,&quot;24361&quot;:1466,&quot;24448&quot;:1467,&quot;24449&quot;:1468,&quot;24447&quot;:1469,&quot;24444&quot;:1470,&quot;24541&quot;:1471,&quot;24544&quot;:1472,&quot;24573&quot;:1473,&quot;24565&quot;:1474,&quot;24575&quot;:1475,&quot;24591&quot;:1476,&quot;24596&quot;:1477,&quot;24623&quot;:1478,&quot;24629&quot;:1479,&quot;24598&quot;:1480,&quot;24618&quot;:1481,&quot;24597&quot;:1482,&quot;24609&quot;:1483,&quot;24615&quot;:1484,&quot;24617&quot;:1485,&quot;24619&quot;:1486,&quot;24603&quot;:1487,&quot;25110&quot;:1488,&quot;25109&quot;:1489,&quot;25151&quot;:1490,&quot;25150&quot;:1491,&quot;25152&quot;:1492,&quot;25215&quot;:1493,&quot;25289&quot;:1494,&quot;25292&quot;:1495,&quot;25284&quot;:1496,&quot;25279&quot;:1497,&quot;25282&quot;:1498,&quot;25273&quot;:1499,&quot;25298&quot;:1500,&quot;25307&quot;:1501,&quot;25259&quot;:1502,&quot;25299&quot;:1503,&quot;25300&quot;:1504,&quot;25291&quot;:1505,&quot;25288&quot;:1506,&quot;25256&quot;:1507,&quot;25277&quot;:1508,&quot;25276&quot;:1509,&quot;25296&quot;:1510,&quot;60582&quot;:1510,&quot;25305&quot;:1511,&quot;25287&quot;:1512,&quot;25293&quot;:1513,&quot;25269&quot;:1514,&quot;25306&quot;:1515,&quot;25265&quot;:1516,&quot;25304&quot;:1517,&quot;25302&quot;:1518,&quot;25303&quot;:1519,&quot;25286&quot;:1520,&quot;25260&quot;:1521,&quot;25294&quot;:1522,&quot;61010&quot;:1522,&quot;25918&quot;:1523,&quot;26023&quot;:1524,&quot;26044&quot;:1525,&quot;26106&quot;:1526,&quot;26132&quot;:1527,&quot;26131&quot;:1528,&quot;26124&quot;:1529,&quot;26118&quot;:1530,&quot;26114&quot;:1531,&quot;26126&quot;:1532,&quot;26112&quot;:1533,&quot;26127&quot;:1534,&quot;26133&quot;:1535,&quot;26122&quot;:1536,&quot;26119&quot;:1537,&quot;26381&quot;:1538,&quot;26379&quot;:1539,&quot;26477&quot;:1540,&quot;26507&quot;:1541,&quot;26517&quot;:1542,&quot;26481&quot;:1543,&quot;26524&quot;:1544,&quot;26483&quot;:1545,&quot;26487&quot;:1546,&quot;26503&quot;:1547,&quot;26525&quot;:1548,&quot;26519&quot;:1549,&quot;26479&quot;:1550,&quot;26480&quot;:1551,&quot;26495&quot;:1552,&quot;26505&quot;:1553,&quot;26494&quot;:1554,&quot;26512&quot;:1555,&quot;26485&quot;:1556,&quot;26522&quot;:1557,&quot;26515&quot;:1558,&quot;26492&quot;:1559,&quot;26474&quot;:1560,&quot;26482&quot;:1561,&quot;27427&quot;:1562,&quot;27494&quot;:1563,&quot;27495&quot;:1564,&quot;27519&quot;:1565,&quot;27667&quot;:1566,&quot;27675&quot;:1567,&quot;27875&quot;:1568,&quot;27880&quot;:1569,&quot;27891&quot;:1570,&quot;27825&quot;:1571,&quot;27852&quot;:1572,&quot;27877&quot;:1573,&quot;27827&quot;:1574,&quot;27837&quot;:1575,&quot;27838&quot;:1576,&quot;27836&quot;:1577,&quot;27874&quot;:1578,&quot;27819&quot;:1579,&quot;27861&quot;:1580,&quot;27859&quot;:1581,&quot;27832&quot;:1582,&quot;27844&quot;:1583,&quot;27833&quot;:1584,&quot;27841&quot;:1585,&quot;27822&quot;:1586,&quot;27863&quot;:1587,&quot;27845&quot;:1588,&quot;27889&quot;:1589,&quot;27839&quot;:1590,&quot;27835&quot;:1591,&quot;27873&quot;:1592,&quot;27867&quot;:1593,&quot;27850&quot;:1594,&quot;27820&quot;:1595,&quot;27887&quot;:1596,&quot;27868&quot;:1597,&quot;27862&quot;:1598,&quot;27872&quot;:1599,&quot;28821&quot;:1600,&quot;28814&quot;:1601,&quot;28818&quot;:1602,&quot;28810&quot;:1603,&quot;28825&quot;:1604,&quot;29228&quot;:1605,&quot;29229&quot;:1606,&quot;29240&quot;:1607,&quot;29256&quot;:1608,&quot;29287&quot;:1609,&quot;29289&quot;:1610,&quot;29376&quot;:1611,&quot;29390&quot;:1612,&quot;29401&quot;:1613,&quot;29399&quot;:1614,&quot;29392&quot;:1615,&quot;29609&quot;:1616,&quot;29608&quot;:1617,&quot;29599&quot;:1618,&quot;29611&quot;:1619,&quot;29605&quot;:1620,&quot;30013&quot;:1621,&quot;30109&quot;:1622,&quot;30105&quot;:1623,&quot;30106&quot;:1624,&quot;30340&quot;:1625,&quot;30402&quot;:1626,&quot;30450&quot;:1627,&quot;30452&quot;:1628,&quot;30693&quot;:1629,&quot;30717&quot;:1630,&quot;31038&quot;:1631,&quot;31040&quot;:1632,&quot;31041&quot;:1633,&quot;31177&quot;:1634,&quot;31176&quot;:1635,&quot;31354&quot;:1636,&quot;31353&quot;:1637,&quot;31482&quot;:1638,&quot;31998&quot;:1639,&quot;32596&quot;:1640,&quot;32652&quot;:1641,&quot;32651&quot;:1642,&quot;32773&quot;:1643,&quot;58236&quot;:1643,&quot;32954&quot;:1644,&quot;32933&quot;:1645,&quot;32930&quot;:1646,&quot;32945&quot;:1647,&quot;32929&quot;:1648,&quot;32939&quot;:1649,&quot;32937&quot;:1650,&quot;32948&quot;:1651,&quot;32938&quot;:1652,&quot;32943&quot;:1653,&quot;33253&quot;:1654,&quot;33278&quot;:1655,&quot;33293&quot;:1656,&quot;33459&quot;:1657,&quot;33437&quot;:1658,&quot;33433&quot;:1659,&quot;33453&quot;:1660,&quot;33469&quot;:1661,&quot;33439&quot;:1662,&quot;33465&quot;:1663,&quot;33457&quot;:1664,&quot;33452&quot;:1665,&quot;33445&quot;:1666,&quot;33455&quot;:1667,&quot;33464&quot;:1668,&quot;33443&quot;:1669,&quot;33456&quot;:1670,&quot;33470&quot;:1671,&quot;33463&quot;:1672,&quot;34382&quot;:1673,&quot;34417&quot;:1674,&quot;21021&quot;:1675,&quot;34920&quot;:1676,&quot;36555&quot;:1677,&quot;36814&quot;:1678,&quot;36820&quot;:1679,&quot;36817&quot;:1680,&quot;37045&quot;:1681,&quot;37048&quot;:1682,&quot;37041&quot;:1683,&quot;37046&quot;:1684,&quot;37319&quot;:1685,&quot;37329&quot;:1686,&quot;12198&quot;:1686,&quot;38263&quot;:1687,&quot;12199&quot;:1687,&quot;38272&quot;:1688,&quot;12200&quot;:1688,&quot;38428&quot;:1689,&quot;12201&quot;:1689,&quot;38464&quot;:1690,&quot;38463&quot;:1691,&quot;38459&quot;:1692,&quot;38468&quot;:1693,&quot;38466&quot;:1694,&quot;38585&quot;:1695,&quot;12203&quot;:1695,&quot;38632&quot;:1696,&quot;12204&quot;:1696,&quot;38738&quot;:1697,&quot;12206&quot;:1698,&quot;38750&quot;:1698,&quot;20127&quot;:1699,&quot;20141&quot;:1700,&quot;20142&quot;:1701,&quot;20449&quot;:1702,&quot;20405&quot;:1703,&quot;20399&quot;:1704,&quot;20415&quot;:1705,&quot;20448&quot;:1706,&quot;20433&quot;:1707,&quot;20431&quot;:1708,&quot;20445&quot;:1709,&quot;20419&quot;:1710,&quot;20406&quot;:1711,&quot;20440&quot;:1712,&quot;20447&quot;:1713,&quot;20426&quot;:1714,&quot;20439&quot;:1715,&quot;20398&quot;:1716,&quot;20432&quot;:1717,&quot;20420&quot;:1718,&quot;20418&quot;:1719,&quot;20442&quot;:1720,&quot;20430&quot;:1721,&quot;20446&quot;:1722,&quot;20407&quot;:1723,&quot;20823&quot;:1724,&quot;20882&quot;:1725,&quot;20881&quot;:1726,&quot;20896&quot;:1727,&quot;21070&quot;:1728,&quot;21059&quot;:1729,&quot;21066&quot;:1730,&quot;21069&quot;:1731,&quot;21068&quot;:1732,&quot;21067&quot;:1733,&quot;21063&quot;:1734,&quot;21191&quot;:1735,&quot;21193&quot;:1736,&quot;21187&quot;:1737,&quot;21185&quot;:1738,&quot;21261&quot;:1739,&quot;21335&quot;:1740,&quot;21371&quot;:1741,&quot;21402&quot;:1742,&quot;21467&quot;:1743,&quot;21676&quot;:1744,&quot;21696&quot;:1745,&quot;21672&quot;:1746,&quot;21710&quot;:1747,&quot;21705&quot;:1748,&quot;21688&quot;:1749,&quot;21670&quot;:1750,&quot;21683&quot;:1751,&quot;21703&quot;:1752,&quot;21698&quot;:1753,&quot;21693&quot;:1754,&quot;21674&quot;:1755,&quot;21697&quot;:1756,&quot;21700&quot;:1757,&quot;21704&quot;:1758,&quot;21679&quot;:1759,&quot;21675&quot;:1760,&quot;21681&quot;:1761,&quot;21691&quot;:1762,&quot;21673&quot;:1763,&quot;21671&quot;:1764,&quot;21695&quot;:1765,&quot;22271&quot;:1766,&quot;22402&quot;:1767,&quot;22411&quot;:1768,&quot;22432&quot;:1769,&quot;22435&quot;:1770,&quot;22434&quot;:1771,&quot;22478&quot;:1772,&quot;22446&quot;:1773,&quot;22419&quot;:1774,&quot;22869&quot;:1775,&quot;22865&quot;:1776,&quot;22863&quot;:1777,&quot;22862&quot;:1778,&quot;22864&quot;:1779,&quot;23004&quot;:1780,&quot;23000&quot;:1781,&quot;23039&quot;:1782,&quot;23011&quot;:1783,&quot;23016&quot;:1784,&quot;23043&quot;:1785,&quot;23013&quot;:1786,&quot;23018&quot;:1787,&quot;23002&quot;:1788,&quot;23014&quot;:1789,&quot;23041&quot;:1790,&quot;23035&quot;:1791,&quot;23401&quot;:1792,&quot;23459&quot;:1793,&quot;23462&quot;:1794,&quot;23460&quot;:1795,&quot;23458&quot;:1796,&quot;23461&quot;:1797,&quot;23553&quot;:1798,&quot;23630&quot;:1799,&quot;23631&quot;:1800,&quot;23629&quot;:1801,&quot;23627&quot;:1802,&quot;23769&quot;:1803,&quot;23762&quot;:1804,&quot;24055&quot;:1805,&quot;24093&quot;:1806,&quot;24101&quot;:1807,&quot;24095&quot;:1808,&quot;24189&quot;:1809,&quot;24224&quot;:1810,&quot;24230&quot;:1811,&quot;24314&quot;:1812,&quot;24328&quot;:1813,&quot;24365&quot;:1814,&quot;24421&quot;:1815,&quot;24456&quot;:1816,&quot;24453&quot;:1817,&quot;24458&quot;:1818,&quot;24459&quot;:1819,&quot;24455&quot;:1820,&quot;24460&quot;:1821,&quot;24457&quot;:1822,&quot;24594&quot;:1823,&quot;24605&quot;:1824,&quot;24608&quot;:1825,&quot;24613&quot;:1826,&quot;24590&quot;:1827,&quot;24616&quot;:1828,&quot;24653&quot;:1829,&quot;24688&quot;:1830,&quot;24680&quot;:1831,&quot;24674&quot;:1832,&quot;60712&quot;:1832,&quot;24646&quot;:1833,&quot;24643&quot;:1834,&quot;24684&quot;:1835,&quot;24683&quot;:1836,&quot;24682&quot;:1837,&quot;24676&quot;:1838,&quot;25153&quot;:1839,&quot;25308&quot;:1840,&quot;25366&quot;:1841,&quot;25353&quot;:1842,&quot;25340&quot;:1843,&quot;25325&quot;:1844,&quot;25345&quot;:1845,&quot;25326&quot;:1846,&quot;25341&quot;:1847,&quot;25351&quot;:1848,&quot;25329&quot;:1849,&quot;25335&quot;:1850,&quot;25327&quot;:1851,&quot;25324&quot;:1852,&quot;25342&quot;:1853,&quot;25332&quot;:1854,&quot;25361&quot;:1855,&quot;25346&quot;:1856,&quot;25919&quot;:1857,&quot;25925&quot;:1858,&quot;26027&quot;:1859,&quot;26045&quot;:1860,&quot;26082&quot;:1861,&quot;26149&quot;:1862,&quot;26157&quot;:1863,&quot;26144&quot;:1864,&quot;26151&quot;:1865,&quot;26159&quot;:1866,&quot;26143&quot;:1867,&quot;26152&quot;:1868,&quot;26161&quot;:1869,&quot;26148&quot;:1870,&quot;26359&quot;:1871,&quot;26623&quot;:1872,&quot;26579&quot;:1873,&quot;26609&quot;:1874,&quot;26580&quot;:1875,&quot;26576&quot;:1876,&quot;26604&quot;:1877,&quot;26550&quot;:1878,&quot;26543&quot;:1879,&quot;26613&quot;:1880,&quot;26601&quot;:1881,&quot;26607&quot;:1882,&quot;26564&quot;:1883,&quot;26577&quot;:1884,&quot;26548&quot;:1885,&quot;26586&quot;:1886,&quot;26597&quot;:1887,&quot;26552&quot;:1888,&quot;26575&quot;:1889,&quot;26590&quot;:1890,&quot;26611&quot;:1891,&quot;26544&quot;:1892,&quot;26585&quot;:1893,&quot;26594&quot;:1894,&quot;26589&quot;:1895,&quot;26578&quot;:1896,&quot;27498&quot;:1897,&quot;27523&quot;:1898,&quot;27526&quot;:1899,&quot;27573&quot;:1900,&quot;27602&quot;:1901,&quot;27607&quot;:1902,&quot;27679&quot;:1903,&quot;27849&quot;:1904,&quot;27915&quot;:1905,&quot;27954&quot;:1906,&quot;27946&quot;:1907,&quot;27969&quot;:1908,&quot;27941&quot;:1909,&quot;27916&quot;:1910,&quot;27953&quot;:1911,&quot;27934&quot;:1912,&quot;27927&quot;:1913,&quot;27963&quot;:1914,&quot;27965&quot;:1915,&quot;27966&quot;:1916,&quot;27958&quot;:1917,&quot;27931&quot;:1918,&quot;27893&quot;:1919,&quot;27961&quot;:1920,&quot;27943&quot;:1921,&quot;27960&quot;:1922,&quot;27945&quot;:1923,&quot;27950&quot;:1924,&quot;27957&quot;:1925,&quot;27918&quot;:1926,&quot;27947&quot;:1927,&quot;28843&quot;:1928,&quot;28858&quot;:1929,&quot;28851&quot;:1930,&quot;28844&quot;:1931,&quot;28847&quot;:1932,&quot;28845&quot;:1933,&quot;28856&quot;:1934,&quot;28846&quot;:1935,&quot;28836&quot;:1936,&quot;29232&quot;:1937,&quot;29298&quot;:1938,&quot;29295&quot;:1939,&quot;29300&quot;:1940,&quot;29417&quot;:1941,&quot;29408&quot;:1942,&quot;29409&quot;:1943,&quot;29623&quot;:1944,&quot;29642&quot;:1945,&quot;29627&quot;:1946,&quot;29618&quot;:1947,&quot;29645&quot;:1948,&quot;29632&quot;:1949,&quot;29619&quot;:1950,&quot;29978&quot;:1951,&quot;29997&quot;:1952,&quot;30031&quot;:1953,&quot;30028&quot;:1954,&quot;30030&quot;:1955,&quot;30027&quot;:1956,&quot;30123&quot;:1957,&quot;30116&quot;:1958,&quot;30117&quot;:1959,&quot;30114&quot;:1960,&quot;30115&quot;:1961,&quot;30328&quot;:1962,&quot;30342&quot;:1963,&quot;30343&quot;:1964,&quot;30344&quot;:1965,&quot;30408&quot;:1966,&quot;30406&quot;:1967,&quot;30403&quot;:1968,&quot;30405&quot;:1969,&quot;30465&quot;:1970,&quot;30457&quot;:1971,&quot;30456&quot;:1972,&quot;30473&quot;:1973,&quot;30475&quot;:1974,&quot;30462&quot;:1975,&quot;30460&quot;:1976,&quot;30471&quot;:1977,&quot;30684&quot;:1978,&quot;30722&quot;:1979,&quot;30740&quot;:1980,&quot;30732&quot;:1981,&quot;30733&quot;:1982,&quot;31046&quot;:1983,&quot;31049&quot;:1984,&quot;31048&quot;:1985,&quot;31047&quot;:1986,&quot;31161&quot;:1987,&quot;31162&quot;:1988,&quot;31185&quot;:1989,&quot;31186&quot;:1990,&quot;31179&quot;:1991,&quot;31359&quot;:1992,&quot;31361&quot;:1993,&quot;31487&quot;:1994,&quot;31485&quot;:1995,&quot;31869&quot;:1996,&quot;32002&quot;:1997,&quot;32005&quot;:1998,&quot;32000&quot;:1999,&quot;32009&quot;:2000,&quot;32007&quot;:2001,&quot;32004&quot;:2002,&quot;32006&quot;:2003,&quot;32568&quot;:2004,&quot;32654&quot;:2005,&quot;32703&quot;:2006,&quot;32784&quot;:2007,&quot;32781&quot;:2008,&quot;32785&quot;:2009,&quot;32822&quot;:2010,&quot;32982&quot;:2011,&quot;32997&quot;:2012,&quot;32986&quot;:2013,&quot;32963&quot;:2014,&quot;32964&quot;:2015,&quot;32972&quot;:2016,&quot;32993&quot;:2017,&quot;32987&quot;:2018,&quot;32974&quot;:2019,&quot;32990&quot;:2020,&quot;32996&quot;:2021,&quot;32989&quot;:2022,&quot;33268&quot;:2023,&quot;33314&quot;:2024,&quot;33511&quot;:2025,&quot;33539&quot;:2026,&quot;33541&quot;:2027,&quot;33507&quot;:2028,&quot;33499&quot;:2029,&quot;33510&quot;:2030,&quot;33540&quot;:2031,&quot;33509&quot;:2032,&quot;33538&quot;:2033,&quot;33545&quot;:2034,&quot;33490&quot;:2035,&quot;33495&quot;:2036,&quot;33521&quot;:2037,&quot;33537&quot;:2038,&quot;33500&quot;:2039,&quot;33492&quot;:2040,&quot;33489&quot;:2041,&quot;33502&quot;:2042,&quot;33491&quot;:2043,&quot;33503&quot;:2044,&quot;33519&quot;:2045,&quot;33542&quot;:2046,&quot;34384&quot;:2047,&quot;34425&quot;:2048,&quot;34427&quot;:2049,&quot;34426&quot;:2050,&quot;34893&quot;:2051,&quot;34923&quot;:2052,&quot;35201&quot;:2053,&quot;35284&quot;:2054,&quot;35336&quot;:2055,&quot;35330&quot;:2056,&quot;35331&quot;:2057,&quot;35998&quot;:2058,&quot;36000&quot;:2059,&quot;36212&quot;:2060,&quot;36211&quot;:2061,&quot;36276&quot;:2062,&quot;36557&quot;:2063,&quot;36556&quot;:2064,&quot;36848&quot;:2065,&quot;36838&quot;:2066,&quot;36834&quot;:2067,&quot;36842&quot;:2068,&quot;36837&quot;:2069,&quot;36845&quot;:2070,&quot;36843&quot;:2071,&quot;36836&quot;:2072,&quot;36840&quot;:2073,&quot;37066&quot;:2074,&quot;37070&quot;:2075,&quot;37057&quot;:2076,&quot;37059&quot;:2077,&quot;37195&quot;:2078,&quot;37194&quot;:2079,&quot;37325&quot;:2080,&quot;38274&quot;:2081,&quot;38480&quot;:2082,&quot;38475&quot;:2083,&quot;38476&quot;:2084,&quot;38477&quot;:2085,&quot;38754&quot;:2086,&quot;12207&quot;:2086,&quot;38761&quot;:2087,&quot;12208&quot;:2087,&quot;38859&quot;:2088,&quot;12209&quot;:2088,&quot;38893&quot;:2089,&quot;12210&quot;:2089,&quot;38899&quot;:2090,&quot;12211&quot;:2090,&quot;38913&quot;:2091,&quot;12212&quot;:2091,&quot;39080&quot;:2092,&quot;12213&quot;:2092,&quot;39131&quot;:2093,&quot;12214&quot;:2093,&quot;39135&quot;:2094,&quot;12215&quot;:2094,&quot;39318&quot;:2095,&quot;12216&quot;:2095,&quot;39321&quot;:2096,&quot;12217&quot;:2096,&quot;20056&quot;:2097,&quot;20147&quot;:2098,&quot;20492&quot;:2099,&quot;20493&quot;:2100,&quot;20515&quot;:2101,&quot;20463&quot;:2102,&quot;20518&quot;:2103,&quot;20517&quot;:2104,&quot;20472&quot;:2105,&quot;20521&quot;:2106,&quot;57375&quot;:2106,&quot;20502&quot;:2107,&quot;20486&quot;:2108,&quot;20540&quot;:2109,&quot;20511&quot;:2110,&quot;20506&quot;:2111,&quot;20498&quot;:2112,&quot;20497&quot;:2113,&quot;20474&quot;:2114,&quot;20480&quot;:2115,&quot;20500&quot;:2116,&quot;20520&quot;:2117,&quot;20465&quot;:2118,&quot;20513&quot;:2119,&quot;20491&quot;:2120,&quot;20505&quot;:2121,&quot;20504&quot;:2122,&quot;20467&quot;:2123,&quot;20462&quot;:2124,&quot;20525&quot;:2125,&quot;20522&quot;:2126,&quot;20478&quot;:2127,&quot;20523&quot;:2128,&quot;20489&quot;:2129,&quot;20860&quot;:2130,&quot;20900&quot;:2131,&quot;20901&quot;:2132,&quot;20898&quot;:2133,&quot;20941&quot;:2134,&quot;20940&quot;:2135,&quot;20934&quot;:2136,&quot;20939&quot;:2137,&quot;21078&quot;:2138,&quot;21084&quot;:2139,&quot;21076&quot;:2140,&quot;21083&quot;:2141,&quot;21085&quot;:2142,&quot;21290&quot;:2143,&quot;21375&quot;:2144,&quot;57459&quot;:2144,&quot;21407&quot;:2145,&quot;21405&quot;:2146,&quot;21471&quot;:2147,&quot;21736&quot;:2148,&quot;21776&quot;:2149,&quot;21761&quot;:2150,&quot;21815&quot;:2151,&quot;21756&quot;:2152,&quot;21733&quot;:2153,&quot;21746&quot;:2154,&quot;21766&quot;:2155,&quot;21754&quot;:2156,&quot;21780&quot;:2157,&quot;21737&quot;:2158,&quot;21741&quot;:2159,&quot;21729&quot;:2160,&quot;21769&quot;:2161,&quot;21742&quot;:2162,&quot;21738&quot;:2163,&quot;21734&quot;:2164,&quot;21799&quot;:2165,&quot;21767&quot;:2166,&quot;21757&quot;:2167,&quot;21775&quot;:2168,&quot;22275&quot;:2169,&quot;22276&quot;:2170,&quot;22466&quot;:2171,&quot;22484&quot;:2172,&quot;22475&quot;:2173,&quot;22467&quot;:2174,&quot;22537&quot;:2175,&quot;22799&quot;:2176,&quot;22871&quot;:2177,&quot;22872&quot;:2178,&quot;22874&quot;:2179,&quot;23057&quot;:2180,&quot;23064&quot;:2181,&quot;23068&quot;:2182,&quot;23071&quot;:2183,&quot;23067&quot;:2184,&quot;23059&quot;:2185,&quot;23020&quot;:2186,&quot;23072&quot;:2187,&quot;23075&quot;:2188,&quot;23081&quot;:2189,&quot;23077&quot;:2190,&quot;23052&quot;:2191,&quot;23049&quot;:2192,&quot;23403&quot;:2193,&quot;23640&quot;:2194,&quot;23472&quot;:2195,&quot;23475&quot;:2196,&quot;23478&quot;:2197,&quot;23476&quot;:2198,&quot;23470&quot;:2199,&quot;23477&quot;:2200,&quot;23481&quot;:2201,&quot;23480&quot;:2202,&quot;23556&quot;:2203,&quot;23633&quot;:2204,&quot;23637&quot;:2205,&quot;23632&quot;:2206,&quot;23789&quot;:2207,&quot;23805&quot;:2208,&quot;23803&quot;:2209,&quot;23786&quot;:2210,&quot;23784&quot;:2211,&quot;23792&quot;:2212,&quot;23798&quot;:2213,&quot;23809&quot;:2214,&quot;23796&quot;:2215,&quot;24046&quot;:2216,&quot;24109&quot;:2217,&quot;24107&quot;:2218,&quot;24235&quot;:2219,&quot;24237&quot;:2220,&quot;24231&quot;:2221,&quot;24369&quot;:2222,&quot;24466&quot;:2223,&quot;24465&quot;:2224,&quot;24464&quot;:2225,&quot;24665&quot;:2226,&quot;24675&quot;:2227,&quot;24677&quot;:2228,&quot;24656&quot;:2229,&quot;24661&quot;:2230,&quot;24685&quot;:2231,&quot;24681&quot;:2232,&quot;24687&quot;:2233,&quot;24708&quot;:2234,&quot;24735&quot;:2235,&quot;24730&quot;:2236,&quot;24717&quot;:2237,&quot;24724&quot;:2238,&quot;24716&quot;:2239,&quot;24709&quot;:2240,&quot;24726&quot;:2241,&quot;25159&quot;:2242,&quot;25331&quot;:2243,&quot;25352&quot;:2244,&quot;25343&quot;:2245,&quot;25422&quot;:2246,&quot;25406&quot;:2247,&quot;25391&quot;:2248,&quot;25429&quot;:2249,&quot;25410&quot;:2250,&quot;25414&quot;:2251,&quot;25423&quot;:2252,&quot;25417&quot;:2253,&quot;25402&quot;:2254,&quot;25424&quot;:2255,&quot;25405&quot;:2256,&quot;25386&quot;:2257,&quot;25387&quot;:2258,&quot;25384&quot;:2259,&quot;25421&quot;:2260,&quot;25420&quot;:2261,&quot;25928&quot;:2262,&quot;25929&quot;:2263,&quot;26009&quot;:2264,&quot;26049&quot;:2265,&quot;26053&quot;:2266,&quot;26178&quot;:2267,&quot;26185&quot;:2268,&quot;26191&quot;:2269,&quot;26179&quot;:2270,&quot;26194&quot;:2271,&quot;26188&quot;:2272,&quot;26181&quot;:2273,&quot;26177&quot;:2274,&quot;26360&quot;:2275,&quot;26388&quot;:2276,&quot;26389&quot;:2277,&quot;26391&quot;:2278,&quot;26657&quot;:2279,&quot;26680&quot;:2280,&quot;26696&quot;:2281,&quot;26694&quot;:2282,&quot;26707&quot;:2283,&quot;26681&quot;:2284,&quot;26690&quot;:2285,&quot;26708&quot;:2286,&quot;26665&quot;:2287,&quot;26803&quot;:2288,&quot;26647&quot;:2289,&quot;26700&quot;:2290,&quot;26705&quot;:2291,&quot;26685&quot;:2292,&quot;26612&quot;:2293,&quot;26704&quot;:2294,&quot;26688&quot;:2295,&quot;26684&quot;:2296,&quot;26691&quot;:2297,&quot;26666&quot;:2298,&quot;26693&quot;:2299,&quot;26643&quot;:2300,&quot;26648&quot;:2301,&quot;26689&quot;:2302,&quot;27530&quot;:2303,&quot;27529&quot;:2304,&quot;27575&quot;:2305,&quot;27683&quot;:2306,&quot;27687&quot;:2307,&quot;27688&quot;:2308,&quot;27686&quot;:2309,&quot;27684&quot;:2310,&quot;27888&quot;:2311,&quot;28010&quot;:2312,&quot;28053&quot;:2313,&quot;28040&quot;:2314,&quot;28039&quot;:2315,&quot;28006&quot;:2316,&quot;28024&quot;:2317,&quot;28023&quot;:2318,&quot;27993&quot;:2319,&quot;28051&quot;:2320,&quot;28012&quot;:2321,&quot;28041&quot;:2322,&quot;28014&quot;:2323,&quot;27994&quot;:2324,&quot;28020&quot;:2325,&quot;28009&quot;:2326,&quot;28044&quot;:2327,&quot;28042&quot;:2328,&quot;28025&quot;:2329,&quot;28037&quot;:2330,&quot;28005&quot;:2331,&quot;28052&quot;:2332,&quot;28874&quot;:2333,&quot;28888&quot;:2334,&quot;28900&quot;:2335,&quot;28889&quot;:2336,&quot;28872&quot;:2337,&quot;28879&quot;:2338,&quot;29241&quot;:2339,&quot;29305&quot;:2340,&quot;29436&quot;:2341,&quot;29433&quot;:2342,&quot;29437&quot;:2343,&quot;29432&quot;:2344,&quot;29431&quot;:2345,&quot;29574&quot;:2346,&quot;29677&quot;:2347,&quot;29705&quot;:2348,&quot;29678&quot;:2349,&quot;29664&quot;:2350,&quot;29674&quot;:2351,&quot;29662&quot;:2352,&quot;30036&quot;:2353,&quot;30045&quot;:2354,&quot;30044&quot;:2355,&quot;30042&quot;:2356,&quot;30041&quot;:2357,&quot;30142&quot;:2358,&quot;30149&quot;:2359,&quot;30151&quot;:2360,&quot;30130&quot;:2361,&quot;30131&quot;:2362,&quot;30141&quot;:2363,&quot;30140&quot;:2364,&quot;30137&quot;:2365,&quot;30146&quot;:2366,&quot;30136&quot;:2367,&quot;30347&quot;:2368,&quot;30384&quot;:2369,&quot;30410&quot;:2370,&quot;30413&quot;:2371,&quot;30414&quot;:2372,&quot;30505&quot;:2373,&quot;30495&quot;:2374,&quot;30496&quot;:2375,&quot;30504&quot;:2376,&quot;30697&quot;:2377,&quot;30768&quot;:2378,&quot;30759&quot;:2379,&quot;30776&quot;:2380,&quot;30749&quot;:2381,&quot;30772&quot;:2382,&quot;30775&quot;:2383,&quot;30757&quot;:2384,&quot;30765&quot;:2385,&quot;30752&quot;:2386,&quot;30751&quot;:2387,&quot;30770&quot;:2388,&quot;31061&quot;:2389,&quot;31056&quot;:2390,&quot;31072&quot;:2391,&quot;31071&quot;:2392,&quot;31062&quot;:2393,&quot;31070&quot;:2394,&quot;31069&quot;:2395,&quot;31063&quot;:2396,&quot;31066&quot;:2397,&quot;31204&quot;:2398,&quot;31203&quot;:2399,&quot;60418&quot;:2399,&quot;31207&quot;:2400,&quot;31199&quot;:2401,&quot;31206&quot;:2402,&quot;31209&quot;:2403,&quot;31192&quot;:2404,&quot;31364&quot;:2405,&quot;31368&quot;:2406,&quot;31449&quot;:2407,&quot;31494&quot;:2408,&quot;31505&quot;:2409,&quot;31881&quot;:2410,&quot;32033&quot;:2411,&quot;32023&quot;:2412,&quot;32011&quot;:2413,&quot;32010&quot;:2414,&quot;32032&quot;:2415,&quot;32034&quot;:2416,&quot;32020&quot;:2417,&quot;32016&quot;:2418,&quot;32021&quot;:2419,&quot;32026&quot;:2420,&quot;32028&quot;:2421,&quot;32013&quot;:2422,&quot;32025&quot;:2423,&quot;32027&quot;:2424,&quot;32570&quot;:2425,&quot;32607&quot;:2426,&quot;32660&quot;:2427,&quot;32709&quot;:2428,&quot;32705&quot;:2429,&quot;32774&quot;:2430,&quot;32772&quot;:2431,&quot;32792&quot;:2432,&quot;32789&quot;:2433,&quot;32793&quot;:2434,&quot;32791&quot;:2435,&quot;32829&quot;:2436,&quot;32831&quot;:2437,&quot;33009&quot;:2438,&quot;33026&quot;:2439,&quot;33008&quot;:2440,&quot;33029&quot;:2441,&quot;33005&quot;:2442,&quot;33012&quot;:2443,&quot;33030&quot;:2444,&quot;33016&quot;:2445,&quot;33011&quot;:2446,&quot;33032&quot;:2447,&quot;33021&quot;:2448,&quot;33034&quot;:2449,&quot;33020&quot;:2450,&quot;33007&quot;:2451,&quot;33261&quot;:2452,&quot;33260&quot;:2453,&quot;33280&quot;:2454,&quot;33296&quot;:2455,&quot;33322&quot;:2456,&quot;33323&quot;:2457,&quot;33320&quot;:2458,&quot;33324&quot;:2459,&quot;33467&quot;:2460,&quot;33579&quot;:2461,&quot;33618&quot;:2462,&quot;33620&quot;:2463,&quot;33610&quot;:2464,&quot;33592&quot;:2465,&quot;33616&quot;:2466,&quot;33609&quot;:2467,&quot;33589&quot;:2468,&quot;33588&quot;:2469,&quot;33615&quot;:2470,&quot;33586&quot;:2471,&quot;33593&quot;:2472,&quot;33590&quot;:2473,&quot;33559&quot;:2474,&quot;33600&quot;:2475,&quot;33585&quot;:2476,&quot;33576&quot;:2477,&quot;33603&quot;:2478,&quot;34388&quot;:2479,&quot;34442&quot;:2480,&quot;34474&quot;:2481,&quot;34451&quot;:2482,&quot;34468&quot;:2483,&quot;34473&quot;:2484,&quot;34444&quot;:2485,&quot;34467&quot;:2486,&quot;34460&quot;:2487,&quot;34928&quot;:2488,&quot;34935&quot;:2489,&quot;34945&quot;:2490,&quot;34946&quot;:2491,&quot;34941&quot;:2492,&quot;34937&quot;:2493,&quot;35352&quot;:2494,&quot;35344&quot;:2495,&quot;35342&quot;:2496,&quot;35340&quot;:2497,&quot;35349&quot;:2498,&quot;35338&quot;:2499,&quot;35351&quot;:2500,&quot;35347&quot;:2501,&quot;35350&quot;:2502,&quot;35343&quot;:2503,&quot;35345&quot;:2504,&quot;35912&quot;:2505,&quot;35962&quot;:2506,&quot;35961&quot;:2507,&quot;36001&quot;:2508,&quot;36002&quot;:2509,&quot;36215&quot;:2510,&quot;58442&quot;:2510,&quot;36524&quot;:2511,&quot;36562&quot;:2512,&quot;36564&quot;:2513,&quot;36559&quot;:2514,&quot;36785&quot;:2515,&quot;36865&quot;:2516,&quot;36870&quot;:2517,&quot;36855&quot;:2518,&quot;36864&quot;:2519,&quot;36858&quot;:2520,&quot;36852&quot;:2521,&quot;36867&quot;:2522,&quot;36861&quot;:2523,&quot;36869&quot;:2524,&quot;36856&quot;:2525,&quot;37013&quot;:2526,&quot;37089&quot;:2527,&quot;37085&quot;:2528,&quot;37090&quot;:2529,&quot;37202&quot;:2530,&quot;37197&quot;:2531,&quot;37196&quot;:2532,&quot;37336&quot;:2533,&quot;37341&quot;:2534,&quot;37335&quot;:2535,&quot;37340&quot;:2536,&quot;37337&quot;:2537,&quot;38275&quot;:2538,&quot;38498&quot;:2539,&quot;38499&quot;:2540,&quot;38497&quot;:2541,&quot;38491&quot;:2542,&quot;38493&quot;:2543,&quot;38500&quot;:2544,&quot;38488&quot;:2545,&quot;38494&quot;:2546,&quot;38587&quot;:2547,&quot;39138&quot;:2548,&quot;39340&quot;:2549,&quot;12218&quot;:2549,&quot;39592&quot;:2550,&quot;12219&quot;:2550,&quot;39640&quot;:2551,&quot;12220&quot;:2551,&quot;12222&quot;:2552,&quot;39717&quot;:2552,&quot;39730&quot;:2553,&quot;12224&quot;:2553,&quot;39740&quot;:2554,&quot;12225&quot;:2554,&quot;20094&quot;:2555,&quot;20602&quot;:2556,&quot;20605&quot;:2557,&quot;57382&quot;:2557,&quot;20572&quot;:2558,&quot;20551&quot;:2559,&quot;20547&quot;:2560,&quot;20556&quot;:2561,&quot;20570&quot;:2562,&quot;20553&quot;:2563,&quot;20581&quot;:2564,&quot;20598&quot;:2565,&quot;20558&quot;:2566,&quot;20565&quot;:2567,&quot;20597&quot;:2568,&quot;20596&quot;:2569,&quot;20599&quot;:2570,&quot;20559&quot;:2571,&quot;20495&quot;:2572,&quot;20591&quot;:2573,&quot;20589&quot;:2574,&quot;20828&quot;:2575,&quot;20885&quot;:2576,&quot;20976&quot;:2577,&quot;21098&quot;:2578,&quot;21103&quot;:2579,&quot;21202&quot;:2580,&quot;21209&quot;:2581,&quot;21208&quot;:2582,&quot;21205&quot;:2583,&quot;21264&quot;:2584,&quot;21263&quot;:2585,&quot;21273&quot;:2586,&quot;21311&quot;:2587,&quot;21312&quot;:2588,&quot;21310&quot;:2589,&quot;21443&quot;:2590,&quot;26364&quot;:2591,&quot;21830&quot;:2592,&quot;21866&quot;:2593,&quot;21862&quot;:2594,&quot;21828&quot;:2595,&quot;21854&quot;:2596,&quot;21857&quot;:2597,&quot;21827&quot;:2598,&quot;21834&quot;:2599,&quot;21809&quot;:2600,&quot;21846&quot;:2601,&quot;21839&quot;:2602,&quot;21845&quot;:2603,&quot;21807&quot;:2604,&quot;21860&quot;:2605,&quot;21816&quot;:2606,&quot;21806&quot;:2607,&quot;21852&quot;:2608,&quot;21804&quot;:2609,&quot;21859&quot;:2610,&quot;21811&quot;:2611,&quot;21825&quot;:2612,&quot;21847&quot;:2613,&quot;22280&quot;:2614,&quot;22283&quot;:2615,&quot;22281&quot;:2616,&quot;22495&quot;:2617,&quot;22533&quot;:2618,&quot;22538&quot;:2619,&quot;22534&quot;:2620,&quot;22496&quot;:2621,&quot;22500&quot;:2622,&quot;22522&quot;:2623,&quot;22530&quot;:2624,&quot;22581&quot;:2625,&quot;22519&quot;:2626,&quot;22521&quot;:2627,&quot;22816&quot;:2628,&quot;22882&quot;:2629,&quot;23094&quot;:2630,&quot;23105&quot;:2631,&quot;23113&quot;:2632,&quot;23142&quot;:2633,&quot;23146&quot;:2634,&quot;23104&quot;:2635,&quot;23100&quot;:2636,&quot;23138&quot;:2637,&quot;23130&quot;:2638,&quot;23110&quot;:2639,&quot;23114&quot;:2640,&quot;23408&quot;:2641,&quot;23495&quot;:2642,&quot;23493&quot;:2643,&quot;23492&quot;:2644,&quot;23490&quot;:2645,&quot;23487&quot;:2646,&quot;23494&quot;:2647,&quot;23561&quot;:2648,&quot;23560&quot;:2649,&quot;23559&quot;:2650,&quot;23648&quot;:2651,&quot;23644&quot;:2652,&quot;23645&quot;:2653,&quot;23815&quot;:2654,&quot;23814&quot;:2655,&quot;23822&quot;:2656,&quot;23835&quot;:2657,&quot;23830&quot;:2658,&quot;23842&quot;:2659,&quot;23825&quot;:2660,&quot;23849&quot;:2661,&quot;23828&quot;:2662,&quot;23833&quot;:2663,&quot;23844&quot;:2664,&quot;23847&quot;:2665,&quot;23831&quot;:2666,&quot;24034&quot;:2667,&quot;24120&quot;:2668,&quot;24118&quot;:2669,&quot;24115&quot;:2670,&quot;24119&quot;:2671,&quot;24247&quot;:2672,&quot;24248&quot;:2673,&quot;24246&quot;:2674,&quot;24245&quot;:2675,&quot;24254&quot;:2676,&quot;24373&quot;:2677,&quot;24375&quot;:2678,&quot;24407&quot;:2679,&quot;24428&quot;:2680,&quot;24425&quot;:2681,&quot;24427&quot;:2682,&quot;24471&quot;:2683,&quot;24473&quot;:2684,&quot;24478&quot;:2685,&quot;24472&quot;:2686,&quot;24481&quot;:2687,&quot;24480&quot;:2688,&quot;24476&quot;:2689,&quot;24703&quot;:2690,&quot;24739&quot;:2691,&quot;24713&quot;:2692,&quot;24736&quot;:2693,&quot;24744&quot;:2694,&quot;24779&quot;:2695,&quot;24756&quot;:2696,&quot;24806&quot;:2697,&quot;24765&quot;:2698,&quot;24773&quot;:2699,&quot;24763&quot;:2700,&quot;24757&quot;:2701,&quot;24796&quot;:2702,&quot;24764&quot;:2703,&quot;24792&quot;:2704,&quot;24789&quot;:2705,&quot;24774&quot;:2706,&quot;24799&quot;:2707,&quot;24760&quot;:2708,&quot;24794&quot;:2709,&quot;24775&quot;:2710,&quot;25114&quot;:2711,&quot;25115&quot;:2712,&quot;25160&quot;:2713,&quot;25504&quot;:2714,&quot;25511&quot;:2715,&quot;25458&quot;:2716,&quot;25494&quot;:2717,&quot;25506&quot;:2718,&quot;25509&quot;:2719,&quot;25463&quot;:2720,&quot;25447&quot;:2721,&quot;25496&quot;:2722,&quot;25514&quot;:2723,&quot;25457&quot;:2724,&quot;25513&quot;:2725,&quot;25481&quot;:2726,&quot;25475&quot;:2727,&quot;25499&quot;:2728,&quot;25451&quot;:2729,&quot;25512&quot;:2730,&quot;25476&quot;:2731,&quot;25480&quot;:2732,&quot;25497&quot;:2733,&quot;25505&quot;:2734,&quot;25516&quot;:2735,&quot;25490&quot;:2736,&quot;25487&quot;:2737,&quot;25472&quot;:2738,&quot;25467&quot;:2739,&quot;25449&quot;:2740,&quot;25448&quot;:2741,&quot;25466&quot;:2742,&quot;25949&quot;:2743,&quot;25942&quot;:2744,&quot;25937&quot;:2745,&quot;25945&quot;:2746,&quot;25943&quot;:2747,&quot;21855&quot;:2748,&quot;25935&quot;:2749,&quot;25944&quot;:2750,&quot;25941&quot;:2751,&quot;25940&quot;:2752,&quot;26012&quot;:2753,&quot;26011&quot;:2754,&quot;26028&quot;:2755,&quot;26063&quot;:2756,&quot;26059&quot;:2757,&quot;26060&quot;:2758,&quot;26062&quot;:2759,&quot;26205&quot;:2760,&quot;26202&quot;:2761,&quot;26212&quot;:2762,&quot;26216&quot;:2763,&quot;26214&quot;:2764,&quot;26206&quot;:2765,&quot;26361&quot;:2766,&quot;21207&quot;:2767,&quot;26395&quot;:2768,&quot;26753&quot;:2769,&quot;26799&quot;:2770,&quot;26786&quot;:2771,&quot;26771&quot;:2772,&quot;26805&quot;:2773,&quot;26751&quot;:2774,&quot;26742&quot;:2775,&quot;26801&quot;:2776,&quot;26791&quot;:2777,&quot;26775&quot;:2778,&quot;26800&quot;:2779,&quot;26755&quot;:2780,&quot;26820&quot;:2781,&quot;26797&quot;:2782,&quot;26758&quot;:2783,&quot;26757&quot;:2784,&quot;26772&quot;:2785,&quot;26781&quot;:2786,&quot;26792&quot;:2787,&quot;26783&quot;:2788,&quot;26785&quot;:2789,&quot;26754&quot;:2790,&quot;27442&quot;:2791,&quot;27578&quot;:2792,&quot;27627&quot;:2793,&quot;27628&quot;:2794,&quot;27691&quot;:2795,&quot;28046&quot;:2796,&quot;28092&quot;:2797,&quot;28147&quot;:2798,&quot;28121&quot;:2799,&quot;28082&quot;:2800,&quot;28129&quot;:2801,&quot;28108&quot;:2802,&quot;28132&quot;:2803,&quot;28155&quot;:2804,&quot;28154&quot;:2805,&quot;28165&quot;:2806,&quot;28103&quot;:2807,&quot;28107&quot;:2808,&quot;28079&quot;:2809,&quot;28113&quot;:2810,&quot;28078&quot;:2811,&quot;28126&quot;:2812,&quot;28153&quot;:2813,&quot;28088&quot;:2814,&quot;28151&quot;:2815,&quot;28149&quot;:2816,&quot;28101&quot;:2817,&quot;28114&quot;:2818,&quot;28186&quot;:2819,&quot;28085&quot;:2820,&quot;28122&quot;:2821,&quot;28139&quot;:2822,&quot;28120&quot;:2823,&quot;28138&quot;:2824,&quot;28145&quot;:2825,&quot;28142&quot;:2826,&quot;28136&quot;:2827,&quot;28102&quot;:2828,&quot;28100&quot;:2829,&quot;28074&quot;:2830,&quot;28140&quot;:2831,&quot;28095&quot;:2832,&quot;28134&quot;:2833,&quot;28921&quot;:2834,&quot;28937&quot;:2835,&quot;28938&quot;:2836,&quot;28925&quot;:2837,&quot;28911&quot;:2838,&quot;29245&quot;:2839,&quot;29309&quot;:2840,&quot;29313&quot;:2841,&quot;29468&quot;:2842,&quot;29467&quot;:2843,&quot;29462&quot;:2844,&quot;29459&quot;:2845,&quot;29465&quot;:2846,&quot;29575&quot;:2847,&quot;29701&quot;:2848,&quot;29706&quot;:2849,&quot;29699&quot;:2850,&quot;29702&quot;:2851,&quot;29694&quot;:2852,&quot;29709&quot;:2853,&quot;29920&quot;:2854,&quot;29942&quot;:2855,&quot;29943&quot;:2856,&quot;29980&quot;:2857,&quot;29986&quot;:2858,&quot;30053&quot;:2859,&quot;30054&quot;:2860,&quot;30050&quot;:2861,&quot;30064&quot;:2862,&quot;30095&quot;:2863,&quot;30164&quot;:2864,&quot;30165&quot;:2865,&quot;30133&quot;:2866,&quot;30154&quot;:2867,&quot;30157&quot;:2868,&quot;30350&quot;:2869,&quot;30420&quot;:2870,&quot;30418&quot;:2871,&quot;30427&quot;:2872,&quot;30519&quot;:2873,&quot;30526&quot;:2874,&quot;30524&quot;:2875,&quot;30518&quot;:2876,&quot;30520&quot;:2877,&quot;30522&quot;:2878,&quot;30827&quot;:2879,&quot;30787&quot;:2880,&quot;30798&quot;:2881,&quot;31077&quot;:2882,&quot;31080&quot;:2883,&quot;31085&quot;:2884,&quot;31227&quot;:2885,&quot;31378&quot;:2886,&quot;31381&quot;:2887,&quot;31520&quot;:2888,&quot;31528&quot;:2889,&quot;31515&quot;:2890,&quot;31532&quot;:2891,&quot;31526&quot;:2892,&quot;31513&quot;:2893,&quot;31518&quot;:2894,&quot;31534&quot;:2895,&quot;31890&quot;:2896,&quot;31895&quot;:2897,&quot;31893&quot;:2898,&quot;32070&quot;:2899,&quot;32067&quot;:2900,&quot;32113&quot;:2901,&quot;32046&quot;:2902,&quot;32057&quot;:2903,&quot;32060&quot;:2904,&quot;32064&quot;:2905,&quot;32048&quot;:2906,&quot;32051&quot;:2907,&quot;32068&quot;:2908,&quot;32047&quot;:2909,&quot;32066&quot;:2910,&quot;32050&quot;:2911,&quot;32049&quot;:2912,&quot;32573&quot;:2913,&quot;32670&quot;:2914,&quot;32666&quot;:2915,&quot;32716&quot;:2916,&quot;32718&quot;:2917,&quot;32722&quot;:2918,&quot;32796&quot;:2919,&quot;32842&quot;:2920,&quot;32838&quot;:2921,&quot;33071&quot;:2922,&quot;33046&quot;:2923,&quot;33059&quot;:2924,&quot;33067&quot;:2925,&quot;33065&quot;:2926,&quot;33072&quot;:2927,&quot;33060&quot;:2928,&quot;33282&quot;:2929,&quot;33333&quot;:2930,&quot;33335&quot;:2931,&quot;33334&quot;:2932,&quot;33337&quot;:2933,&quot;33678&quot;:2934,&quot;33694&quot;:2935,&quot;33688&quot;:2936,&quot;33656&quot;:2937,&quot;33698&quot;:2938,&quot;33686&quot;:2939,&quot;33725&quot;:2940,&quot;33707&quot;:2941,&quot;33682&quot;:2942,&quot;33674&quot;:2943,&quot;33683&quot;:2944,&quot;33673&quot;:2945,&quot;33696&quot;:2946,&quot;33655&quot;:2947,&quot;33659&quot;:2948,&quot;33660&quot;:2949,&quot;33670&quot;:2950,&quot;33703&quot;:2951,&quot;34389&quot;:2952,&quot;24426&quot;:2953,&quot;34503&quot;:2954,&quot;34496&quot;:2955,&quot;34486&quot;:2956,&quot;34500&quot;:2957,&quot;34485&quot;:2958,&quot;34502&quot;:2959,&quot;34507&quot;:2960,&quot;34481&quot;:2961,&quot;34479&quot;:2962,&quot;34505&quot;:2963,&quot;34899&quot;:2964,&quot;34974&quot;:2965,&quot;34952&quot;:2966,&quot;34987&quot;:2967,&quot;34962&quot;:2968,&quot;34966&quot;:2969,&quot;34957&quot;:2970,&quot;34955&quot;:2971,&quot;35219&quot;:2972,&quot;35215&quot;:2973,&quot;35370&quot;:2974,&quot;35357&quot;:2975,&quot;35363&quot;:2976,&quot;35365&quot;:2977,&quot;35377&quot;:2978,&quot;35373&quot;:2979,&quot;35359&quot;:2980,&quot;35355&quot;:2981,&quot;35362&quot;:2982,&quot;35913&quot;:2983,&quot;35930&quot;:2984,&quot;36009&quot;:2985,&quot;36012&quot;:2986,&quot;36011&quot;:2987,&quot;36008&quot;:2988,&quot;36010&quot;:2989,&quot;36007&quot;:2990,&quot;36199&quot;:2991,&quot;36198&quot;:2992,&quot;36286&quot;:2993,&quot;36282&quot;:2994,&quot;36571&quot;:2995,&quot;36575&quot;:2996,&quot;36889&quot;:2997,&quot;36877&quot;:2998,&quot;36890&quot;:2999,&quot;36887&quot;:3000,&quot;36899&quot;:3001,&quot;36895&quot;:3002,&quot;36893&quot;:3003,&quot;36880&quot;:3004,&quot;36885&quot;:3005,&quot;36894&quot;:3006,&quot;36896&quot;:3007,&quot;36879&quot;:3008,&quot;36898&quot;:3009,&quot;36886&quot;:3010,&quot;36891&quot;:3011,&quot;36884&quot;:3012,&quot;37096&quot;:3013,&quot;37101&quot;:3014,&quot;37117&quot;:3015,&quot;58488&quot;:3015,&quot;37207&quot;:3016,&quot;37326&quot;:3017,&quot;37365&quot;:3018,&quot;37350&quot;:3019,&quot;37347&quot;:3020,&quot;37351&quot;:3021,&quot;37357&quot;:3022,&quot;37353&quot;:3023,&quot;38281&quot;:3024,&quot;38506&quot;:3025,&quot;38517&quot;:3026,&quot;38515&quot;:3027,&quot;38520&quot;:3028,&quot;38512&quot;:3029,&quot;38516&quot;:3030,&quot;38518&quot;:3031,&quot;38519&quot;:3032,&quot;38508&quot;:3033,&quot;38592&quot;:3034,&quot;38634&quot;:3035,&quot;38633&quot;:3036,&quot;31456&quot;:3037,&quot;31455&quot;:3038,&quot;38914&quot;:3039,&quot;38915&quot;:3040,&quot;39770&quot;:3041,&quot;12226&quot;:3041,&quot;40165&quot;:3042,&quot;12227&quot;:3042,&quot;40565&quot;:3043,&quot;12228&quot;:3043,&quot;40575&quot;:3044,&quot;12229&quot;:3044,&quot;40613&quot;:3045,&quot;12230&quot;:3045,&quot;40635&quot;:3046,&quot;12231&quot;:3046,&quot;20642&quot;:3047,&quot;20621&quot;:3048,&quot;20613&quot;:3049,&quot;20633&quot;:3050,&quot;20625&quot;:3051,&quot;20608&quot;:3052,&quot;20630&quot;:3053,&quot;20632&quot;:3054,&quot;20634&quot;:3055,&quot;26368&quot;:3056,&quot;20977&quot;:3057,&quot;21106&quot;:3058,&quot;21108&quot;:3059,&quot;21109&quot;:3060,&quot;21097&quot;:3061,&quot;21214&quot;:3062,&quot;21213&quot;:3063,&quot;21211&quot;:3064,&quot;21338&quot;:3065,&quot;21413&quot;:3066,&quot;21883&quot;:3067,&quot;21888&quot;:3068,&quot;21927&quot;:3069,&quot;21884&quot;:3070,&quot;21898&quot;:3071,&quot;21917&quot;:3072,&quot;21912&quot;:3073,&quot;21890&quot;:3074,&quot;21916&quot;:3075,&quot;21930&quot;:3076,&quot;21908&quot;:3077,&quot;21895&quot;:3078,&quot;21899&quot;:3079,&quot;21891&quot;:3080,&quot;21939&quot;:3081,&quot;21934&quot;:3082,&quot;21919&quot;:3083,&quot;21822&quot;:3084,&quot;21938&quot;:3085,&quot;21914&quot;:3086,&quot;21947&quot;:3087,&quot;21932&quot;:3088,&quot;21937&quot;:3089,&quot;21886&quot;:3090,&quot;21897&quot;:3091,&quot;21931&quot;:3092,&quot;21913&quot;:3093,&quot;22285&quot;:3094,&quot;22575&quot;:3095,&quot;22570&quot;:3096,&quot;22580&quot;:3097,&quot;22564&quot;:3098,&quot;22576&quot;:3099,&quot;22577&quot;:3100,&quot;22561&quot;:3101,&quot;22557&quot;:3102,&quot;22560&quot;:3103,&quot;22777&quot;:3104,&quot;22778&quot;:3105,&quot;22880&quot;:3106,&quot;23159&quot;:3107,&quot;57587&quot;:3107,&quot;23194&quot;:3108,&quot;23167&quot;:3109,&quot;23186&quot;:3110,&quot;23195&quot;:3111,&quot;23207&quot;:3112,&quot;23411&quot;:3113,&quot;23409&quot;:3114,&quot;23506&quot;:3115,&quot;23500&quot;:3116,&quot;23507&quot;:3117,&quot;23504&quot;:3118,&quot;23562&quot;:3119,&quot;23563&quot;:3120,&quot;23601&quot;:3121,&quot;23884&quot;:3122,&quot;23888&quot;:3123,&quot;23860&quot;:3124,&quot;23879&quot;:3125,&quot;24061&quot;:3126,&quot;24133&quot;:3127,&quot;24125&quot;:3128,&quot;24128&quot;:3129,&quot;24131&quot;:3130,&quot;24190&quot;:3131,&quot;24266&quot;:3132,&quot;24257&quot;:3133,&quot;24258&quot;:3134,&quot;24260&quot;:3135,&quot;24380&quot;:3136,&quot;24429&quot;:3137,&quot;24489&quot;:3138,&quot;24490&quot;:3139,&quot;24488&quot;:3140,&quot;24785&quot;:3141,&quot;24801&quot;:3142,&quot;24754&quot;:3143,&quot;24758&quot;:3144,&quot;24800&quot;:3145,&quot;24860&quot;:3146,&quot;24867&quot;:3147,&quot;24826&quot;:3148,&quot;24853&quot;:3149,&quot;24816&quot;:3150,&quot;24827&quot;:3151,&quot;24820&quot;:3152,&quot;24936&quot;:3153,&quot;24817&quot;:3154,&quot;24846&quot;:3155,&quot;24822&quot;:3156,&quot;24841&quot;:3157,&quot;24832&quot;:3158,&quot;24850&quot;:3159,&quot;25119&quot;:3160,&quot;25161&quot;:3161,&quot;25507&quot;:3162,&quot;25484&quot;:3163,&quot;25551&quot;:3164,&quot;25536&quot;:3165,&quot;25577&quot;:3166,&quot;25545&quot;:3167,&quot;25542&quot;:3168,&quot;25549&quot;:3169,&quot;25554&quot;:3170,&quot;25571&quot;:3171,&quot;25552&quot;:3172,&quot;25569&quot;:3173,&quot;25558&quot;:3174,&quot;25581&quot;:3175,&quot;25582&quot;:3176,&quot;25462&quot;:3177,&quot;25588&quot;:3178,&quot;25578&quot;:3179,&quot;25563&quot;:3180,&quot;25682&quot;:3181,&quot;25562&quot;:3182,&quot;25593&quot;:3183,&quot;25950&quot;:3184,&quot;25958&quot;:3185,&quot;25954&quot;:3186,&quot;25955&quot;:3187,&quot;26001&quot;:3188,&quot;26000&quot;:3189,&quot;26031&quot;:3190,&quot;26222&quot;:3191,&quot;26224&quot;:3192,&quot;26228&quot;:3193,&quot;57786&quot;:3193,&quot;26230&quot;:3194,&quot;26223&quot;:3195,&quot;26257&quot;:3196,&quot;26234&quot;:3197,&quot;26238&quot;:3198,&quot;26231&quot;:3199,&quot;26366&quot;:3200,&quot;26367&quot;:3201,&quot;26399&quot;:3202,&quot;26397&quot;:3203,&quot;26874&quot;:3204,&quot;26837&quot;:3205,&quot;26848&quot;:3206,&quot;26840&quot;:3207,&quot;26839&quot;:3208,&quot;26885&quot;:3209,&quot;26847&quot;:3210,&quot;26869&quot;:3211,&quot;26862&quot;:3212,&quot;26855&quot;:3213,&quot;26873&quot;:3214,&quot;26834&quot;:3215,&quot;26866&quot;:3216,&quot;26851&quot;:3217,&quot;26827&quot;:3218,&quot;26829&quot;:3219,&quot;26893&quot;:3220,&quot;26898&quot;:3221,&quot;26894&quot;:3222,&quot;26825&quot;:3223,&quot;26842&quot;:3224,&quot;26990&quot;:3225,&quot;26875&quot;:3226,&quot;27454&quot;:3227,&quot;27450&quot;:3228,&quot;27453&quot;:3229,&quot;27544&quot;:3230,&quot;27542&quot;:3231,&quot;27580&quot;:3232,&quot;27631&quot;:3233,&quot;27694&quot;:3234,&quot;27695&quot;:3235,&quot;27692&quot;:3236,&quot;28207&quot;:3237,&quot;57904&quot;:3237,&quot;28216&quot;:3238,&quot;28244&quot;:3239,&quot;28193&quot;:3240,&quot;28210&quot;:3241,&quot;28263&quot;:3242,&quot;28234&quot;:3243,&quot;28192&quot;:3244,&quot;28197&quot;:3245,&quot;28195&quot;:3246,&quot;28187&quot;:3247,&quot;28251&quot;:3248,&quot;28248&quot;:3249,&quot;28196&quot;:3250,&quot;28246&quot;:3251,&quot;28270&quot;:3252,&quot;28205&quot;:3253,&quot;28198&quot;:3254,&quot;28271&quot;:3255,&quot;28212&quot;:3256,&quot;28237&quot;:3257,&quot;28218&quot;:3258,&quot;28204&quot;:3259,&quot;28227&quot;:3260,&quot;28189&quot;:3261,&quot;57901&quot;:3261,&quot;28222&quot;:3262,&quot;28363&quot;:3263,&quot;28297&quot;:3264,&quot;28185&quot;:3265,&quot;28238&quot;:3266,&quot;28259&quot;:3267,&quot;28228&quot;:3268,&quot;28274&quot;:3269,&quot;28265&quot;:3270,&quot;28255&quot;:3271,&quot;28953&quot;:3272,&quot;28954&quot;:3273,&quot;28966&quot;:3274,&quot;28976&quot;:3275,&quot;28961&quot;:3276,&quot;28982&quot;:3277,&quot;29038&quot;:3278,&quot;57958&quot;:3278,&quot;28956&quot;:3279,&quot;29260&quot;:3280,&quot;29316&quot;:3281,&quot;29312&quot;:3282,&quot;29494&quot;:3283,&quot;29477&quot;:3284,&quot;29492&quot;:3285,&quot;29481&quot;:3286,&quot;29754&quot;:3287,&quot;29738&quot;:3288,&quot;29747&quot;:3289,&quot;29730&quot;:3290,&quot;29733&quot;:3291,&quot;29749&quot;:3292,&quot;29750&quot;:3293,&quot;29748&quot;:3294,&quot;29743&quot;:3295,&quot;29723&quot;:3296,&quot;29734&quot;:3297,&quot;29736&quot;:3298,&quot;29989&quot;:3299,&quot;29990&quot;:3300,&quot;30059&quot;:3301,&quot;30058&quot;:3302,&quot;30178&quot;:3303,&quot;30171&quot;:3304,&quot;30179&quot;:3305,&quot;30169&quot;:3306,&quot;30168&quot;:3307,&quot;30174&quot;:3308,&quot;30176&quot;:3309,&quot;30331&quot;:3310,&quot;30332&quot;:3311,&quot;30358&quot;:3312,&quot;30355&quot;:3313,&quot;30388&quot;:3314,&quot;30428&quot;:3315,&quot;30543&quot;:3316,&quot;30701&quot;:3317,&quot;30813&quot;:3318,&quot;30828&quot;:3319,&quot;30831&quot;:3320,&quot;31245&quot;:3321,&quot;31240&quot;:3322,&quot;31243&quot;:3323,&quot;31237&quot;:3324,&quot;31232&quot;:3325,&quot;31384&quot;:3326,&quot;31383&quot;:3327,&quot;31382&quot;:3328,&quot;31461&quot;:3329,&quot;31459&quot;:3330,&quot;31561&quot;:3331,&quot;31574&quot;:3332,&quot;31558&quot;:3333,&quot;31568&quot;:3334,&quot;31570&quot;:3335,&quot;31572&quot;:3336,&quot;31565&quot;:3337,&quot;31563&quot;:3338,&quot;31567&quot;:3339,&quot;31569&quot;:3340,&quot;60510&quot;:3340,&quot;31903&quot;:3341,&quot;31909&quot;:3342,&quot;32094&quot;:3343,&quot;32080&quot;:3344,&quot;32104&quot;:3345,&quot;32085&quot;:3346,&quot;32043&quot;:3347,&quot;32110&quot;:3348,&quot;32114&quot;:3349,&quot;32097&quot;:3350,&quot;32102&quot;:3351,&quot;32098&quot;:3352,&quot;32112&quot;:3353,&quot;32115&quot;:3354,&quot;21892&quot;:3355,&quot;32724&quot;:3356,&quot;32725&quot;:3357,&quot;32779&quot;:3358,&quot;32850&quot;:3359,&quot;32901&quot;:3360,&quot;33109&quot;:3361,&quot;33108&quot;:3362,&quot;33099&quot;:3363,&quot;33105&quot;:3364,&quot;33102&quot;:3365,&quot;33081&quot;:3366,&quot;33094&quot;:3367,&quot;33086&quot;:3368,&quot;33100&quot;:3369,&quot;33107&quot;:3370,&quot;33140&quot;:3371,&quot;33298&quot;:3372,&quot;33308&quot;:3373,&quot;33769&quot;:3374,&quot;33795&quot;:3375,&quot;33784&quot;:3376,&quot;33805&quot;:3377,&quot;33760&quot;:3378,&quot;33733&quot;:3379,&quot;33803&quot;:3380,&quot;33729&quot;:3381,&quot;58309&quot;:3381,&quot;33775&quot;:3382,&quot;33777&quot;:3383,&quot;33780&quot;:3384,&quot;33879&quot;:3385,&quot;33802&quot;:3386,&quot;33776&quot;:3387,&quot;33804&quot;:3388,&quot;33740&quot;:3389,&quot;33789&quot;:3390,&quot;33778&quot;:3391,&quot;33738&quot;:3392,&quot;33848&quot;:3393,&quot;33806&quot;:3394,&quot;33796&quot;:3395,&quot;33756&quot;:3396,&quot;33799&quot;:3397,&quot;33748&quot;:3398,&quot;33759&quot;:3399,&quot;34395&quot;:3400,&quot;34527&quot;:3401,&quot;34521&quot;:3402,&quot;34541&quot;:3403,&quot;34516&quot;:3404,&quot;34523&quot;:3405,&quot;34532&quot;:3406,&quot;34512&quot;:3407,&quot;34526&quot;:3408,&quot;34903&quot;:3409,&quot;35009&quot;:3410,&quot;35010&quot;:3411,&quot;34993&quot;:3412,&quot;35203&quot;:3413,&quot;35222&quot;:3414,&quot;35387&quot;:3415,&quot;35424&quot;:3416,&quot;35413&quot;:3417,&quot;35422&quot;:3418,&quot;35388&quot;:3419,&quot;35393&quot;:3420,&quot;35412&quot;:3421,&quot;35419&quot;:3422,&quot;35408&quot;:3423,&quot;35398&quot;:3424,&quot;35380&quot;:3425,&quot;35386&quot;:3426,&quot;35382&quot;:3427,&quot;35414&quot;:3428,&quot;35937&quot;:3429,&quot;35970&quot;:3430,&quot;36015&quot;:3431,&quot;36028&quot;:3432,&quot;36019&quot;:3433,&quot;36029&quot;:3434,&quot;36033&quot;:3435,&quot;36027&quot;:3436,&quot;36032&quot;:3437,&quot;36020&quot;:3438,&quot;36023&quot;:3439,&quot;36022&quot;:3440,&quot;36031&quot;:3441,&quot;36024&quot;:3442,&quot;36234&quot;:3443,&quot;36229&quot;:3444,&quot;36225&quot;:3445,&quot;36302&quot;:3446,&quot;36317&quot;:3447,&quot;36299&quot;:3448,&quot;36314&quot;:3449,&quot;36305&quot;:3450,&quot;36300&quot;:3451,&quot;36315&quot;:3452,&quot;36294&quot;:3453,&quot;36603&quot;:3454,&quot;36600&quot;:3455,&quot;36604&quot;:3456,&quot;36764&quot;:3457,&quot;36910&quot;:3458,&quot;36917&quot;:3459,&quot;36913&quot;:3460,&quot;36920&quot;:3461,&quot;36914&quot;:3462,&quot;36918&quot;:3463,&quot;37122&quot;:3464,&quot;37109&quot;:3465,&quot;37129&quot;:3466,&quot;37118&quot;:3467,&quot;37219&quot;:3468,&quot;37221&quot;:3469,&quot;37327&quot;:3470,&quot;37396&quot;:3471,&quot;37397&quot;:3472,&quot;37411&quot;:3473,&quot;37385&quot;:3474,&quot;37406&quot;:3475,&quot;37389&quot;:3476,&quot;37392&quot;:3477,&quot;37383&quot;:3478,&quot;37393&quot;:3479,&quot;38292&quot;:3480,&quot;38287&quot;:3481,&quot;38283&quot;:3482,&quot;38289&quot;:3483,&quot;38291&quot;:3484,&quot;38290&quot;:3485,&quot;38286&quot;:3486,&quot;38538&quot;:3487,&quot;38542&quot;:3488,&quot;38539&quot;:3489,&quot;38525&quot;:3490,&quot;38533&quot;:3491,&quot;38534&quot;:3492,&quot;38541&quot;:3493,&quot;38514&quot;:3494,&quot;38532&quot;:3495,&quot;38593&quot;:3496,&quot;38597&quot;:3497,&quot;38596&quot;:3498,&quot;38598&quot;:3499,&quot;38599&quot;:3500,&quot;38639&quot;:3501,&quot;38642&quot;:3502,&quot;38860&quot;:3503,&quot;38917&quot;:3504,&quot;38918&quot;:3505,&quot;38920&quot;:3506,&quot;39143&quot;:3507,&quot;39146&quot;:3508,&quot;39151&quot;:3509,&quot;39145&quot;:3510,&quot;39154&quot;:3511,&quot;39149&quot;:3512,&quot;39342&quot;:3513,&quot;39341&quot;:3514,&quot;40643&quot;:3515,&quot;12232&quot;:3515,&quot;40653&quot;:3516,&quot;12233&quot;:3516,&quot;40657&quot;:3517,&quot;12234&quot;:3517,&quot;20098&quot;:3518,&quot;20653&quot;:3519,&quot;20661&quot;:3520,&quot;20658&quot;:3521,&quot;20659&quot;:3522,&quot;20677&quot;:3523,&quot;20670&quot;:3524,&quot;20652&quot;:3525,&quot;20663&quot;:3526,&quot;20667&quot;:3527,&quot;20655&quot;:3528,&quot;20679&quot;:3529,&quot;21119&quot;:3530,&quot;21111&quot;:3531,&quot;21117&quot;:3532,&quot;21215&quot;:3533,&quot;21222&quot;:3534,&quot;21220&quot;:3535,&quot;21218&quot;:3536,&quot;21219&quot;:3537,&quot;21295&quot;:3538,&quot;21983&quot;:3539,&quot;21992&quot;:3540,&quot;21971&quot;:3541,&quot;21990&quot;:3542,&quot;21966&quot;:3543,&quot;21980&quot;:3544,&quot;21959&quot;:3545,&quot;21969&quot;:3546,&quot;21987&quot;:3547,&quot;21988&quot;:3548,&quot;21999&quot;:3549,&quot;21978&quot;:3550,&quot;21985&quot;:3551,&quot;21957&quot;:3552,&quot;21958&quot;:3553,&quot;21989&quot;:3554,&quot;21961&quot;:3555,&quot;22290&quot;:3556,&quot;22291&quot;:3557,&quot;22622&quot;:3558,&quot;22609&quot;:3559,&quot;22616&quot;:3560,&quot;22615&quot;:3561,&quot;22618&quot;:3562,&quot;22612&quot;:3563,&quot;22635&quot;:3564,&quot;22604&quot;:3565,&quot;22637&quot;:3566,&quot;22602&quot;:3567,&quot;22626&quot;:3568,&quot;22610&quot;:3569,&quot;22603&quot;:3570,&quot;22887&quot;:3571,&quot;23233&quot;:3572,&quot;23241&quot;:3573,&quot;23244&quot;:3574,&quot;23230&quot;:3575,&quot;23229&quot;:3576,&quot;23228&quot;:3577,&quot;23219&quot;:3578,&quot;23234&quot;:3579,&quot;23218&quot;:3580,&quot;23913&quot;:3581,&quot;23919&quot;:3582,&quot;24140&quot;:3583,&quot;24185&quot;:3584,&quot;24265&quot;:3585,&quot;24264&quot;:3586,&quot;24338&quot;:3587,&quot;24409&quot;:3588,&quot;24492&quot;:3589,&quot;24494&quot;:3590,&quot;24858&quot;:3591,&quot;24847&quot;:3592,&quot;24904&quot;:3593,&quot;24863&quot;:3594,&quot;24819&quot;:3595,&quot;24859&quot;:3596,&quot;24825&quot;:3597,&quot;24833&quot;:3598,&quot;24840&quot;:3599,&quot;24910&quot;:3600,&quot;24908&quot;:3601,&quot;24900&quot;:3602,&quot;24909&quot;:3603,&quot;24894&quot;:3604,&quot;24884&quot;:3605,&quot;24871&quot;:3606,&quot;24845&quot;:3607,&quot;24838&quot;:3608,&quot;24887&quot;:3609,&quot;25121&quot;:3610,&quot;25122&quot;:3611,&quot;25619&quot;:3612,&quot;25662&quot;:3613,&quot;25630&quot;:3614,&quot;25642&quot;:3615,&quot;25645&quot;:3616,&quot;25661&quot;:3617,&quot;25644&quot;:3618,&quot;25615&quot;:3619,&quot;25628&quot;:3620,&quot;25620&quot;:3621,&quot;25613&quot;:3622,&quot;25654&quot;:3623,&quot;25622&quot;:3624,&quot;25623&quot;:3625,&quot;25606&quot;:3626,&quot;25964&quot;:3627,&quot;26015&quot;:3628,&quot;26032&quot;:3629,&quot;26263&quot;:3630,&quot;26249&quot;:3631,&quot;26247&quot;:3632,&quot;26248&quot;:3633,&quot;26262&quot;:3634,&quot;26244&quot;:3635,&quot;26264&quot;:3636,&quot;26253&quot;:3637,&quot;26371&quot;:3638,&quot;27028&quot;:3639,&quot;26989&quot;:3640,&quot;26970&quot;:3641,&quot;26999&quot;:3642,&quot;26976&quot;:3643,&quot;26964&quot;:3644,&quot;26997&quot;:3645,&quot;26928&quot;:3646,&quot;27010&quot;:3647,&quot;26954&quot;:3648,&quot;26984&quot;:3649,&quot;26987&quot;:3650,&quot;26974&quot;:3651,&quot;26963&quot;:3652,&quot;27001&quot;:3653,&quot;27014&quot;:3654,&quot;26973&quot;:3655,&quot;26979&quot;:3656,&quot;26971&quot;:3657,&quot;27463&quot;:3658,&quot;27506&quot;:3659,&quot;27584&quot;:3660,&quot;27583&quot;:3661,&quot;27603&quot;:3662,&quot;27645&quot;:3663,&quot;28322&quot;:3664,&quot;28335&quot;:3665,&quot;28371&quot;:3666,&quot;28342&quot;:3667,&quot;28354&quot;:3668,&quot;28304&quot;:3669,&quot;28317&quot;:3670,&quot;28359&quot;:3671,&quot;28357&quot;:3672,&quot;28325&quot;:3673,&quot;28312&quot;:3674,&quot;28348&quot;:3675,&quot;28346&quot;:3676,&quot;28331&quot;:3677,&quot;28369&quot;:3678,&quot;28310&quot;:3679,&quot;28316&quot;:3680,&quot;28356&quot;:3681,&quot;28372&quot;:3682,&quot;28330&quot;:3683,&quot;28327&quot;:3684,&quot;28340&quot;:3685,&quot;29006&quot;:3686,&quot;29017&quot;:3687,&quot;29033&quot;:3688,&quot;29028&quot;:3689,&quot;29001&quot;:3690,&quot;29031&quot;:3691,&quot;29020&quot;:3692,&quot;29036&quot;:3693,&quot;29030&quot;:3694,&quot;29004&quot;:3695,&quot;29029&quot;:3696,&quot;29022&quot;:3697,&quot;28998&quot;:3698,&quot;29032&quot;:3699,&quot;29014&quot;:3700,&quot;29242&quot;:3701,&quot;29266&quot;:3702,&quot;29495&quot;:3703,&quot;29509&quot;:3704,&quot;29503&quot;:3705,&quot;29502&quot;:3706,&quot;29807&quot;:3707,&quot;29786&quot;:3708,&quot;29781&quot;:3709,&quot;29791&quot;:3710,&quot;29790&quot;:3711,&quot;29761&quot;:3712,&quot;29759&quot;:3713,&quot;29785&quot;:3714,&quot;29787&quot;:3715,&quot;58019&quot;:3716,&quot;29788&quot;:3716,&quot;30070&quot;:3717,&quot;30072&quot;:3718,&quot;30208&quot;:3719,&quot;30192&quot;:3720,&quot;30209&quot;:3721,&quot;30194&quot;:3722,&quot;30193&quot;:3723,&quot;30202&quot;:3724,&quot;30207&quot;:3725,&quot;30196&quot;:3726,&quot;30195&quot;:3727,&quot;30430&quot;:3728,&quot;30431&quot;:3729,&quot;30555&quot;:3730,&quot;30571&quot;:3731,&quot;30566&quot;:3732,&quot;30558&quot;:3733,&quot;30563&quot;:3734,&quot;30585&quot;:3735,&quot;30570&quot;:3736,&quot;30572&quot;:3737,&quot;30556&quot;:3738,&quot;30565&quot;:3739,&quot;30568&quot;:3740,&quot;30562&quot;:3741,&quot;30702&quot;:3742,&quot;30862&quot;:3743,&quot;30896&quot;:3744,&quot;30871&quot;:3745,&quot;30872&quot;:3746,&quot;30860&quot;:3747,&quot;30857&quot;:3748,&quot;30844&quot;:3749,&quot;30865&quot;:3750,&quot;30867&quot;:3751,&quot;30847&quot;:3752,&quot;31098&quot;:3753,&quot;31103&quot;:3754,&quot;31105&quot;:3755,&quot;33836&quot;:3756,&quot;31165&quot;:3757,&quot;31260&quot;:3758,&quot;31258&quot;:3759,&quot;31264&quot;:3760,&quot;31252&quot;:3761,&quot;31263&quot;:3762,&quot;31262&quot;:3763,&quot;31391&quot;:3764,&quot;31392&quot;:3765,&quot;31607&quot;:3766,&quot;31680&quot;:3767,&quot;31584&quot;:3768,&quot;31598&quot;:3769,&quot;31591&quot;:3770,&quot;31921&quot;:3771,&quot;31923&quot;:3772,&quot;31925&quot;:3773,&quot;32147&quot;:3774,&quot;32121&quot;:3775,&quot;32145&quot;:3776,&quot;32129&quot;:3777,&quot;32143&quot;:3778,&quot;32091&quot;:3779,&quot;32622&quot;:3780,&quot;32617&quot;:3781,&quot;32618&quot;:3782,&quot;32626&quot;:3783,&quot;32681&quot;:3784,&quot;32680&quot;:3785,&quot;32676&quot;:3786,&quot;32854&quot;:3787,&quot;32856&quot;:3788,&quot;32902&quot;:3789,&quot;32900&quot;:3790,&quot;33137&quot;:3791,&quot;33136&quot;:3792,&quot;33144&quot;:3793,&quot;33125&quot;:3794,&quot;33134&quot;:3795,&quot;33139&quot;:3796,&quot;33131&quot;:3797,&quot;33145&quot;:3798,&quot;33146&quot;:3799,&quot;33126&quot;:3800,&quot;33285&quot;:3801,&quot;33351&quot;:3802,&quot;33922&quot;:3803,&quot;33911&quot;:3804,&quot;33853&quot;:3805,&quot;33841&quot;:3806,&quot;33909&quot;:3807,&quot;33894&quot;:3808,&quot;33899&quot;:3809,&quot;33865&quot;:3810,&quot;33900&quot;:3811,&quot;33883&quot;:3812,&quot;33852&quot;:3813,&quot;33845&quot;:3814,&quot;33889&quot;:3815,&quot;33891&quot;:3816,&quot;33897&quot;:3817,&quot;33901&quot;:3818,&quot;33862&quot;:3819,&quot;34398&quot;:3820,&quot;34396&quot;:3821,&quot;34399&quot;:3822,&quot;34553&quot;:3823,&quot;34579&quot;:3824,&quot;34568&quot;:3825,&quot;34567&quot;:3826,&quot;34560&quot;:3827,&quot;34558&quot;:3828,&quot;34555&quot;:3829,&quot;34562&quot;:3830,&quot;34563&quot;:3831,&quot;34566&quot;:3832,&quot;34570&quot;:3833,&quot;34905&quot;:3834,&quot;35039&quot;:3835,&quot;35028&quot;:3836,&quot;35033&quot;:3837,&quot;35036&quot;:3838,&quot;35032&quot;:3839,&quot;35037&quot;:3840,&quot;35041&quot;:3841,&quot;35018&quot;:3842,&quot;35029&quot;:3843,&quot;35026&quot;:3844,&quot;35228&quot;:3845,&quot;35299&quot;:3846,&quot;35435&quot;:3847,&quot;35442&quot;:3848,&quot;35443&quot;:3849,&quot;35430&quot;:3850,&quot;35433&quot;:3851,&quot;35440&quot;:3852,&quot;35463&quot;:3853,&quot;35452&quot;:3854,&quot;35427&quot;:3855,&quot;35488&quot;:3856,&quot;35441&quot;:3857,&quot;35461&quot;:3858,&quot;35437&quot;:3859,&quot;35426&quot;:3860,&quot;35438&quot;:3861,&quot;35436&quot;:3862,&quot;35449&quot;:3863,&quot;35451&quot;:3864,&quot;35390&quot;:3865,&quot;35432&quot;:3866,&quot;35938&quot;:3867,&quot;35978&quot;:3868,&quot;35977&quot;:3869,&quot;36042&quot;:3870,&quot;36039&quot;:3871,&quot;36040&quot;:3872,&quot;36036&quot;:3873,&quot;36018&quot;:3874,&quot;36035&quot;:3875,&quot;36034&quot;:3876,&quot;36037&quot;:3877,&quot;36321&quot;:3878,&quot;36319&quot;:3879,&quot;36328&quot;:3880,&quot;36335&quot;:3881,&quot;36339&quot;:3882,&quot;36346&quot;:3883,&quot;36330&quot;:3884,&quot;36324&quot;:3885,&quot;36326&quot;:3886,&quot;36530&quot;:3887,&quot;36611&quot;:3888,&quot;36617&quot;:3889,&quot;36606&quot;:3890,&quot;36618&quot;:3891,&quot;36767&quot;:3892,&quot;36786&quot;:3893,&quot;36939&quot;:3894,&quot;36938&quot;:3895,&quot;36947&quot;:3896,&quot;36930&quot;:3897,&quot;36948&quot;:3898,&quot;36924&quot;:3899,&quot;36949&quot;:3900,&quot;36944&quot;:3901,&quot;36935&quot;:3902,&quot;36943&quot;:3903,&quot;36942&quot;:3904,&quot;36941&quot;:3905,&quot;36945&quot;:3906,&quot;36926&quot;:3907,&quot;36929&quot;:3908,&quot;37138&quot;:3909,&quot;37143&quot;:3910,&quot;37228&quot;:3911,&quot;37226&quot;:3912,&quot;37225&quot;:3913,&quot;37321&quot;:3914,&quot;37431&quot;:3915,&quot;37463&quot;:3916,&quot;37432&quot;:3917,&quot;37437&quot;:3918,&quot;37440&quot;:3919,&quot;37438&quot;:3920,&quot;37467&quot;:3921,&quot;37451&quot;:3922,&quot;37476&quot;:3923,&quot;37457&quot;:3924,&quot;37428&quot;:3925,&quot;37449&quot;:3926,&quot;37453&quot;:3927,&quot;37445&quot;:3928,&quot;37433&quot;:3929,&quot;37439&quot;:3930,&quot;37466&quot;:3931,&quot;38296&quot;:3932,&quot;38552&quot;:3933,&quot;38548&quot;:3934,&quot;38549&quot;:3935,&quot;38605&quot;:3936,&quot;38603&quot;:3937,&quot;38601&quot;:3938,&quot;38602&quot;:3939,&quot;38647&quot;:3940,&quot;38651&quot;:3941,&quot;38649&quot;:3942,&quot;38646&quot;:3943,&quot;38742&quot;:3944,&quot;38772&quot;:3945,&quot;38774&quot;:3946,&quot;38928&quot;:3947,&quot;38929&quot;:3948,&quot;38931&quot;:3949,&quot;38922&quot;:3950,&quot;38930&quot;:3951,&quot;38924&quot;:3952,&quot;39164&quot;:3953,&quot;39156&quot;:3954,&quot;39165&quot;:3955,&quot;39166&quot;:3956,&quot;39347&quot;:3957,&quot;39345&quot;:3958,&quot;39348&quot;:3959,&quot;39649&quot;:3960,&quot;40169&quot;:3961,&quot;40578&quot;:3962,&quot;40718&quot;:3963,&quot;12237&quot;:3963,&quot;40723&quot;:3964,&quot;12238&quot;:3964,&quot;40736&quot;:3965,&quot;12239&quot;:3965,&quot;20711&quot;:3966,&quot;20718&quot;:3967,&quot;20709&quot;:3968,&quot;20694&quot;:3969,&quot;20717&quot;:3970,&quot;60903&quot;:3970,&quot;20698&quot;:3971,&quot;20693&quot;:3972,&quot;20687&quot;:3973,&quot;20689&quot;:3974,&quot;20721&quot;:3975,&quot;20686&quot;:3976,&quot;20713&quot;:3977,&quot;20834&quot;:3978,&quot;20979&quot;:3979,&quot;21123&quot;:3980,&quot;21122&quot;:3981,&quot;21297&quot;:3982,&quot;21421&quot;:3983,&quot;22014&quot;:3984,&quot;22016&quot;:3985,&quot;22043&quot;:3986,&quot;22039&quot;:3987,&quot;22013&quot;:3988,&quot;22036&quot;:3989,&quot;22022&quot;:3990,&quot;22025&quot;:3991,&quot;22029&quot;:3992,&quot;22030&quot;:3993,&quot;22007&quot;:3994,&quot;22038&quot;:3995,&quot;22047&quot;:3996,&quot;22024&quot;:3997,&quot;22032&quot;:3998,&quot;22006&quot;:3999,&quot;22296&quot;:4000,&quot;22294&quot;:4001,&quot;22645&quot;:4002,&quot;22654&quot;:4003,&quot;22659&quot;:4004,&quot;22675&quot;:4005,&quot;22666&quot;:4006,&quot;22649&quot;:4007,&quot;22661&quot;:4008,&quot;22653&quot;:4009,&quot;22781&quot;:4010,&quot;22821&quot;:4011,&quot;22818&quot;:4012,&quot;22820&quot;:4013,&quot;22890&quot;:4014,&quot;22889&quot;:4015,&quot;23265&quot;:4016,&quot;23270&quot;:4017,&quot;23273&quot;:4018,&quot;23255&quot;:4019,&quot;23254&quot;:4020,&quot;23256&quot;:4021,&quot;23267&quot;:4022,&quot;23413&quot;:4023,&quot;23518&quot;:4024,&quot;23527&quot;:4025,&quot;23521&quot;:4026,&quot;23525&quot;:4027,&quot;23526&quot;:4028,&quot;23528&quot;:4029,&quot;23522&quot;:4030,&quot;23524&quot;:4031,&quot;23519&quot;:4032,&quot;23565&quot;:4033,&quot;23650&quot;:4034,&quot;23940&quot;:4035,&quot;23943&quot;:4036,&quot;24155&quot;:4037,&quot;24163&quot;:4038,&quot;24149&quot;:4039,&quot;24151&quot;:4040,&quot;24148&quot;:4041,&quot;24275&quot;:4042,&quot;24278&quot;:4043,&quot;24330&quot;:4044,&quot;24390&quot;:4045,&quot;24432&quot;:4046,&quot;24505&quot;:4047,&quot;24903&quot;:4048,&quot;24895&quot;:4049,&quot;24907&quot;:4050,&quot;24951&quot;:4051,&quot;24930&quot;:4052,&quot;24931&quot;:4053,&quot;24927&quot;:4054,&quot;24922&quot;:4055,&quot;24920&quot;:4056,&quot;24949&quot;:4057,&quot;25130&quot;:4058,&quot;25735&quot;:4059,&quot;25688&quot;:4060,&quot;25684&quot;:4061,&quot;25764&quot;:4062,&quot;25720&quot;:4063,&quot;25695&quot;:4064,&quot;25722&quot;:4065,&quot;25681&quot;:4066,&quot;25703&quot;:4067,&quot;25652&quot;:4068,&quot;25709&quot;:4069,&quot;25723&quot;:4070,&quot;25970&quot;:4071,&quot;26017&quot;:4072,&quot;26071&quot;:4073,&quot;26070&quot;:4074,&quot;26274&quot;:4075,&quot;26280&quot;:4076,&quot;26269&quot;:4077,&quot;27036&quot;:4078,&quot;27048&quot;:4079,&quot;27029&quot;:4080,&quot;27073&quot;:4081,&quot;27054&quot;:4082,&quot;27091&quot;:4083,&quot;27083&quot;:4084,&quot;27035&quot;:4085,&quot;27063&quot;:4086,&quot;27067&quot;:4087,&quot;27051&quot;:4088,&quot;27060&quot;:4089,&quot;27088&quot;:4090,&quot;27085&quot;:4091,&quot;27053&quot;:4092,&quot;27084&quot;:4093,&quot;27046&quot;:4094,&quot;27075&quot;:4095,&quot;27043&quot;:4096,&quot;27465&quot;:4097,&quot;27468&quot;:4098,&quot;27699&quot;:4099,&quot;28467&quot;:4100,&quot;28436&quot;:4101,&quot;28414&quot;:4102,&quot;28435&quot;:4103,&quot;28404&quot;:4104,&quot;28457&quot;:4105,&quot;28478&quot;:4106,&quot;28448&quot;:4107,&quot;28460&quot;:4108,&quot;28431&quot;:4109,&quot;28418&quot;:4110,&quot;28450&quot;:4111,&quot;28415&quot;:4112,&quot;28399&quot;:4113,&quot;28422&quot;:4114,&quot;28465&quot;:4115,&quot;28472&quot;:4116,&quot;28466&quot;:4117,&quot;28451&quot;:4118,&quot;28437&quot;:4119,&quot;28459&quot;:4120,&quot;28463&quot;:4121,&quot;28552&quot;:4122,&quot;28458&quot;:4123,&quot;28396&quot;:4124,&quot;28417&quot;:4125,&quot;28402&quot;:4126,&quot;28364&quot;:4127,&quot;28407&quot;:4128,&quot;29076&quot;:4129,&quot;29081&quot;:4130,&quot;29053&quot;:4131,&quot;29066&quot;:4132,&quot;29060&quot;:4133,&quot;29074&quot;:4134,&quot;29246&quot;:4135,&quot;29330&quot;:4136,&quot;29334&quot;:4137,&quot;29508&quot;:4138,&quot;29520&quot;:4139,&quot;29796&quot;:4140,&quot;29795&quot;:4141,&quot;29802&quot;:4142,&quot;29808&quot;:4143,&quot;29805&quot;:4144,&quot;29956&quot;:4145,&quot;30097&quot;:4146,&quot;30247&quot;:4147,&quot;30221&quot;:4148,&quot;30219&quot;:4149,&quot;30217&quot;:4150,&quot;30227&quot;:4151,&quot;30433&quot;:4152,&quot;30435&quot;:4153,&quot;30596&quot;:4154,&quot;30589&quot;:4155,&quot;30591&quot;:4156,&quot;30561&quot;:4157,&quot;30913&quot;:4158,&quot;30879&quot;:4159,&quot;30887&quot;:4160,&quot;30899&quot;:4161,&quot;30889&quot;:4162,&quot;30883&quot;:4163,&quot;31118&quot;:4164,&quot;31119&quot;:4165,&quot;31117&quot;:4166,&quot;31278&quot;:4167,&quot;31281&quot;:4168,&quot;31402&quot;:4169,&quot;31401&quot;:4170,&quot;31469&quot;:4171,&quot;31471&quot;:4172,&quot;31649&quot;:4173,&quot;31637&quot;:4174,&quot;31627&quot;:4175,&quot;31605&quot;:4176,&quot;31639&quot;:4177,&quot;31645&quot;:4178,&quot;31636&quot;:4179,&quot;31631&quot;:4180,&quot;31672&quot;:4181,&quot;58170&quot;:4181,&quot;31623&quot;:4182,&quot;31620&quot;:4183,&quot;31929&quot;:4184,&quot;31933&quot;:4185,&quot;31934&quot;:4186,&quot;32187&quot;:4187,&quot;32176&quot;:4188,&quot;32156&quot;:4189,&quot;32189&quot;:4190,&quot;32190&quot;:4191,&quot;32160&quot;:4192,&quot;32202&quot;:4193,&quot;32180&quot;:4194,&quot;32178&quot;:4195,&quot;32177&quot;:4196,&quot;32186&quot;:4197,&quot;32162&quot;:4198,&quot;32191&quot;:4199,&quot;32181&quot;:4200,&quot;32184&quot;:4201,&quot;32173&quot;:4202,&quot;32210&quot;:4203,&quot;58202&quot;:4203,&quot;32199&quot;:4204,&quot;32172&quot;:4205,&quot;32624&quot;:4206,&quot;32736&quot;:4207,&quot;32737&quot;:4208,&quot;32735&quot;:4209,&quot;32862&quot;:4210,&quot;32858&quot;:4211,&quot;32903&quot;:4212,&quot;33104&quot;:4213,&quot;33152&quot;:4214,&quot;33167&quot;:4215,&quot;33160&quot;:4216,&quot;33162&quot;:4217,&quot;33151&quot;:4218,&quot;33154&quot;:4219,&quot;33255&quot;:4220,&quot;33274&quot;:4221,&quot;33287&quot;:4222,&quot;33300&quot;:4223,&quot;33310&quot;:4224,&quot;33355&quot;:4225,&quot;33993&quot;:4226,&quot;33983&quot;:4227,&quot;33990&quot;:4228,&quot;33988&quot;:4229,&quot;33945&quot;:4230,&quot;33950&quot;:4231,&quot;33970&quot;:4232,&quot;33948&quot;:4233,&quot;33995&quot;:4234,&quot;33976&quot;:4235,&quot;33984&quot;:4236,&quot;34003&quot;:4237,&quot;33936&quot;:4238,&quot;33980&quot;:4239,&quot;34001&quot;:4240,&quot;33994&quot;:4241,&quot;34623&quot;:4242,&quot;34588&quot;:4243,&quot;34619&quot;:4244,&quot;34594&quot;:4245,&quot;34597&quot;:4246,&quot;34612&quot;:4247,&quot;34584&quot;:4248,&quot;34645&quot;:4249,&quot;34615&quot;:4250,&quot;34601&quot;:4251,&quot;35059&quot;:4252,&quot;35074&quot;:4253,&quot;35060&quot;:4254,&quot;35065&quot;:4255,&quot;35064&quot;:4256,&quot;35069&quot;:4257,&quot;35048&quot;:4258,&quot;35098&quot;:4259,&quot;35055&quot;:4260,&quot;35494&quot;:4261,&quot;35468&quot;:4262,&quot;35486&quot;:4263,&quot;35491&quot;:4264,&quot;35469&quot;:4265,&quot;35489&quot;:4266,&quot;35475&quot;:4267,&quot;35492&quot;:4268,&quot;35498&quot;:4269,&quot;35493&quot;:4270,&quot;35496&quot;:4271,&quot;35480&quot;:4272,&quot;35473&quot;:4273,&quot;35482&quot;:4274,&quot;35495&quot;:4275,&quot;35946&quot;:4276,&quot;35981&quot;:4277,&quot;35980&quot;:4278,&quot;36051&quot;:4279,&quot;36049&quot;:4280,&quot;36050&quot;:4281,&quot;36203&quot;:4282,&quot;36249&quot;:4283,&quot;36245&quot;:4284,&quot;36348&quot;:4285,&quot;36628&quot;:4286,&quot;36626&quot;:4287,&quot;36629&quot;:4288,&quot;36627&quot;:4289,&quot;36771&quot;:4290,&quot;36960&quot;:4291,&quot;36952&quot;:4292,&quot;36956&quot;:4293,&quot;36963&quot;:4294,&quot;36953&quot;:4295,&quot;36958&quot;:4296,&quot;36962&quot;:4297,&quot;36957&quot;:4298,&quot;36955&quot;:4299,&quot;37145&quot;:4300,&quot;37144&quot;:4301,&quot;37150&quot;:4302,&quot;37237&quot;:4303,&quot;37240&quot;:4304,&quot;37239&quot;:4305,&quot;37236&quot;:4306,&quot;37496&quot;:4307,&quot;37548&quot;:4308,&quot;37504&quot;:4309,&quot;37509&quot;:4310,&quot;37528&quot;:4311,&quot;37526&quot;:4312,&quot;37499&quot;:4313,&quot;37523&quot;:4314,&quot;37532&quot;:4315,&quot;37544&quot;:4316,&quot;37500&quot;:4317,&quot;37521&quot;:4318,&quot;38305&quot;:4319,&quot;38312&quot;:4320,&quot;38313&quot;:4321,&quot;38307&quot;:4322,&quot;38309&quot;:4323,&quot;38308&quot;:4324,&quot;38553&quot;:4325,&quot;38556&quot;:4326,&quot;38555&quot;:4327,&quot;38604&quot;:4328,&quot;38610&quot;:4329,&quot;38656&quot;:4330,&quot;38780&quot;:4331,&quot;38789&quot;:4332,&quot;38902&quot;:4333,&quot;38935&quot;:4334,&quot;38936&quot;:4335,&quot;39087&quot;:4336,&quot;39089&quot;:4337,&quot;39171&quot;:4338,&quot;39173&quot;:4339,&quot;39180&quot;:4340,&quot;39177&quot;:4341,&quot;39361&quot;:4342,&quot;39599&quot;:4343,&quot;39600&quot;:4344,&quot;39654&quot;:4345,&quot;39745&quot;:4346,&quot;39746&quot;:4347,&quot;40180&quot;:4348,&quot;40182&quot;:4349,&quot;40179&quot;:4350,&quot;40636&quot;:4351,&quot;40763&quot;:4352,&quot;12240&quot;:4352,&quot;40778&quot;:4353,&quot;12241&quot;:4353,&quot;20740&quot;:4354,&quot;20736&quot;:4355,&quot;20731&quot;:4356,&quot;20725&quot;:4357,&quot;20729&quot;:4358,&quot;20738&quot;:4359,&quot;20744&quot;:4360,&quot;20745&quot;:4361,&quot;20741&quot;:4362,&quot;20956&quot;:4363,&quot;21127&quot;:4364,&quot;21128&quot;:4365,&quot;21129&quot;:4366,&quot;21133&quot;:4367,&quot;21130&quot;:4368,&quot;21232&quot;:4369,&quot;21426&quot;:4370,&quot;22062&quot;:4371,&quot;22075&quot;:4372,&quot;22073&quot;:4373,&quot;22066&quot;:4374,&quot;22079&quot;:4375,&quot;22068&quot;:4376,&quot;22057&quot;:4377,&quot;22099&quot;:4378,&quot;22094&quot;:4379,&quot;22103&quot;:4380,&quot;22132&quot;:4381,&quot;22070&quot;:4382,&quot;22063&quot;:4383,&quot;22064&quot;:4384,&quot;22656&quot;:4385,&quot;22687&quot;:4386,&quot;22686&quot;:4387,&quot;22707&quot;:4388,&quot;22684&quot;:4389,&quot;22702&quot;:4390,&quot;22697&quot;:4391,&quot;22694&quot;:4392,&quot;22893&quot;:4393,&quot;23305&quot;:4394,&quot;23291&quot;:4395,&quot;23307&quot;:4396,&quot;23285&quot;:4397,&quot;23308&quot;:4398,&quot;23304&quot;:4399,&quot;23534&quot;:4400,&quot;23532&quot;:4401,&quot;23529&quot;:4402,&quot;23531&quot;:4403,&quot;23652&quot;:4404,&quot;23653&quot;:4405,&quot;23965&quot;:4406,&quot;23956&quot;:4407,&quot;24162&quot;:4408,&quot;24159&quot;:4409,&quot;24161&quot;:4410,&quot;24290&quot;:4411,&quot;24282&quot;:4412,&quot;24287&quot;:4413,&quot;24285&quot;:4414,&quot;24291&quot;:4415,&quot;24288&quot;:4416,&quot;24392&quot;:4417,&quot;24433&quot;:4418,&quot;24503&quot;:4419,&quot;24501&quot;:4420,&quot;24950&quot;:4421,&quot;24935&quot;:4422,&quot;24942&quot;:4423,&quot;24925&quot;:4424,&quot;24917&quot;:4425,&quot;24962&quot;:4426,&quot;24956&quot;:4427,&quot;24944&quot;:4428,&quot;24939&quot;:4429,&quot;24958&quot;:4430,&quot;24999&quot;:4431,&quot;24976&quot;:4432,&quot;25003&quot;:4433,&quot;24974&quot;:4434,&quot;25004&quot;:4435,&quot;24986&quot;:4436,&quot;24996&quot;:4437,&quot;24980&quot;:4438,&quot;25006&quot;:4439,&quot;25134&quot;:4440,&quot;25705&quot;:4441,&quot;25711&quot;:4442,&quot;25721&quot;:4443,&quot;25758&quot;:4444,&quot;25778&quot;:4445,&quot;25736&quot;:4446,&quot;25744&quot;:4447,&quot;57745&quot;:4447,&quot;25776&quot;:4448,&quot;25765&quot;:4449,&quot;25747&quot;:4450,&quot;25749&quot;:4451,&quot;25769&quot;:4452,&quot;25746&quot;:4453,&quot;25774&quot;:4454,&quot;25773&quot;:4455,&quot;25771&quot;:4456,&quot;25754&quot;:4457,&quot;25772&quot;:4458,&quot;25753&quot;:4459,&quot;25762&quot;:4460,&quot;25779&quot;:4461,&quot;25973&quot;:4462,&quot;25975&quot;:4463,&quot;25976&quot;:4464,&quot;26286&quot;:4465,&quot;26283&quot;:4466,&quot;26292&quot;:4467,&quot;26289&quot;:4468,&quot;27171&quot;:4469,&quot;27167&quot;:4470,&quot;27112&quot;:4471,&quot;27137&quot;:4472,&quot;27166&quot;:4473,&quot;27161&quot;:4474,&quot;27133&quot;:4475,&quot;27169&quot;:4476,&quot;27155&quot;:4477,&quot;27146&quot;:4478,&quot;27123&quot;:4479,&quot;27138&quot;:4480,&quot;27141&quot;:4481,&quot;27117&quot;:4482,&quot;27153&quot;:4483,&quot;27472&quot;:4484,&quot;27470&quot;:4485,&quot;27556&quot;:4486,&quot;27589&quot;:4487,&quot;27590&quot;:4488,&quot;28479&quot;:4489,&quot;28540&quot;:4490,&quot;28548&quot;:4491,&quot;28497&quot;:4492,&quot;28518&quot;:4493,&quot;28500&quot;:4494,&quot;28550&quot;:4495,&quot;28525&quot;:4496,&quot;28507&quot;:4497,&quot;28536&quot;:4498,&quot;28526&quot;:4499,&quot;28558&quot;:4500,&quot;28538&quot;:4501,&quot;28528&quot;:4502,&quot;28516&quot;:4503,&quot;28567&quot;:4504,&quot;28504&quot;:4505,&quot;28373&quot;:4506,&quot;28527&quot;:4507,&quot;28512&quot;:4508,&quot;28511&quot;:4509,&quot;29087&quot;:4510,&quot;29100&quot;:4511,&quot;29105&quot;:4512,&quot;29096&quot;:4513,&quot;29270&quot;:4514,&quot;29339&quot;:4515,&quot;29518&quot;:4516,&quot;29527&quot;:4517,&quot;29801&quot;:4518,&quot;29835&quot;:4519,&quot;29827&quot;:4520,&quot;29822&quot;:4521,&quot;29824&quot;:4522,&quot;30079&quot;:4523,&quot;30240&quot;:4524,&quot;30249&quot;:4525,&quot;30239&quot;:4526,&quot;30244&quot;:4527,&quot;30246&quot;:4528,&quot;30241&quot;:4529,&quot;30242&quot;:4530,&quot;30362&quot;:4531,&quot;30394&quot;:4532,&quot;30436&quot;:4533,&quot;30606&quot;:4534,&quot;30599&quot;:4535,&quot;30604&quot;:4536,&quot;30609&quot;:4537,&quot;30603&quot;:4538,&quot;30923&quot;:4539,&quot;30917&quot;:4540,&quot;30906&quot;:4541,&quot;30922&quot;:4542,&quot;30910&quot;:4543,&quot;30933&quot;:4544,&quot;30908&quot;:4545,&quot;30928&quot;:4546,&quot;31295&quot;:4547,&quot;31292&quot;:4548,&quot;31296&quot;:4549,&quot;31293&quot;:4550,&quot;31287&quot;:4551,&quot;31291&quot;:4552,&quot;31407&quot;:4553,&quot;31406&quot;:4554,&quot;31661&quot;:4555,&quot;31665&quot;:4556,&quot;31684&quot;:4557,&quot;31668&quot;:4558,&quot;31686&quot;:4559,&quot;31687&quot;:4560,&quot;31681&quot;:4561,&quot;31648&quot;:4562,&quot;31692&quot;:4563,&quot;31946&quot;:4564,&quot;32224&quot;:4565,&quot;32244&quot;:4566,&quot;32239&quot;:4567,&quot;32251&quot;:4568,&quot;32216&quot;:4569,&quot;32236&quot;:4570,&quot;32221&quot;:4571,&quot;32232&quot;:4572,&quot;32227&quot;:4573,&quot;32218&quot;:4574,&quot;32222&quot;:4575,&quot;32233&quot;:4576,&quot;32158&quot;:4577,&quot;32217&quot;:4578,&quot;32242&quot;:4579,&quot;32249&quot;:4580,&quot;32629&quot;:4581,&quot;32631&quot;:4582,&quot;32687&quot;:4583,&quot;32745&quot;:4584,&quot;32806&quot;:4585,&quot;33179&quot;:4586,&quot;33180&quot;:4587,&quot;33181&quot;:4588,&quot;33184&quot;:4589,&quot;33178&quot;:4590,&quot;33176&quot;:4591,&quot;34071&quot;:4592,&quot;34109&quot;:4593,&quot;34074&quot;:4594,&quot;34030&quot;:4595,&quot;34092&quot;:4596,&quot;34093&quot;:4597,&quot;34067&quot;:4598,&quot;34065&quot;:4599,&quot;34083&quot;:4600,&quot;34081&quot;:4601,&quot;34068&quot;:4602,&quot;34028&quot;:4603,&quot;34085&quot;:4604,&quot;34047&quot;:4605,&quot;34054&quot;:4606,&quot;34690&quot;:4607,&quot;34676&quot;:4608,&quot;34678&quot;:4609,&quot;34656&quot;:4610,&quot;34662&quot;:4611,&quot;34680&quot;:4612,&quot;34664&quot;:4613,&quot;34649&quot;:4614,&quot;34647&quot;:4615,&quot;34636&quot;:4616,&quot;34643&quot;:4617,&quot;34907&quot;:4618,&quot;34909&quot;:4619,&quot;35088&quot;:4620,&quot;35079&quot;:4621,&quot;35090&quot;:4622,&quot;35091&quot;:4623,&quot;35093&quot;:4624,&quot;35082&quot;:4625,&quot;35516&quot;:4626,&quot;35538&quot;:4627,&quot;35527&quot;:4628,&quot;35524&quot;:4629,&quot;35477&quot;:4630,&quot;35531&quot;:4631,&quot;35576&quot;:4632,&quot;35506&quot;:4633,&quot;35529&quot;:4634,&quot;35522&quot;:4635,&quot;35519&quot;:4636,&quot;35504&quot;:4637,&quot;35542&quot;:4638,&quot;35533&quot;:4639,&quot;35510&quot;:4640,&quot;35513&quot;:4641,&quot;35547&quot;:4642,&quot;35916&quot;:4643,&quot;35918&quot;:4644,&quot;35948&quot;:4645,&quot;36064&quot;:4646,&quot;36062&quot;:4647,&quot;36070&quot;:4648,&quot;36068&quot;:4649,&quot;36076&quot;:4650,&quot;36077&quot;:4651,&quot;36066&quot;:4652,&quot;36067&quot;:4653,&quot;36060&quot;:4654,&quot;36074&quot;:4655,&quot;36065&quot;:4656,&quot;36205&quot;:4657,&quot;36255&quot;:4658,&quot;36259&quot;:4659,&quot;36395&quot;:4660,&quot;36368&quot;:4661,&quot;36381&quot;:4662,&quot;36386&quot;:4663,&quot;36367&quot;:4664,&quot;36393&quot;:4665,&quot;36383&quot;:4666,&quot;36385&quot;:4667,&quot;36382&quot;:4668,&quot;36538&quot;:4669,&quot;36637&quot;:4670,&quot;36635&quot;:4671,&quot;36639&quot;:4672,&quot;36649&quot;:4673,&quot;36646&quot;:4674,&quot;36650&quot;:4675,&quot;36636&quot;:4676,&quot;36638&quot;:4677,&quot;36645&quot;:4678,&quot;36969&quot;:4679,&quot;36974&quot;:4680,&quot;36968&quot;:4681,&quot;36973&quot;:4682,&quot;36983&quot;:4683,&quot;37168&quot;:4684,&quot;37165&quot;:4685,&quot;37159&quot;:4686,&quot;37169&quot;:4687,&quot;37255&quot;:4688,&quot;37257&quot;:4689,&quot;37259&quot;:4690,&quot;37251&quot;:4691,&quot;37573&quot;:4692,&quot;37563&quot;:4693,&quot;37559&quot;:4694,&quot;37610&quot;:4695,&quot;37604&quot;:4696,&quot;37569&quot;:4697,&quot;37555&quot;:4698,&quot;37564&quot;:4699,&quot;37586&quot;:4700,&quot;37575&quot;:4701,&quot;37616&quot;:4702,&quot;37554&quot;:4703,&quot;38317&quot;:4704,&quot;38321&quot;:4705,&quot;38660&quot;:4706,&quot;38662&quot;:4707,&quot;38663&quot;:4708,&quot;38665&quot;:4709,&quot;38752&quot;:4710,&quot;38797&quot;:4711,&quot;38795&quot;:4712,&quot;38799&quot;:4713,&quot;38945&quot;:4714,&quot;38955&quot;:4715,&quot;38940&quot;:4716,&quot;39091&quot;:4717,&quot;39178&quot;:4718,&quot;39187&quot;:4719,&quot;39186&quot;:4720,&quot;39192&quot;:4721,&quot;39389&quot;:4722,&quot;39376&quot;:4723,&quot;39391&quot;:4724,&quot;39387&quot;:4725,&quot;39377&quot;:4726,&quot;39381&quot;:4727,&quot;39378&quot;:4728,&quot;39385&quot;:4729,&quot;39607&quot;:4730,&quot;39662&quot;:4731,&quot;39663&quot;:4732,&quot;39719&quot;:4733,&quot;39749&quot;:4734,&quot;39748&quot;:4735,&quot;39799&quot;:4736,&quot;39791&quot;:4737,&quot;40198&quot;:4738,&quot;40201&quot;:4739,&quot;40195&quot;:4740,&quot;40617&quot;:4741,&quot;40638&quot;:4742,&quot;40654&quot;:4743,&quot;22696&quot;:4744,&quot;12242&quot;:4745,&quot;40786&quot;:4745,&quot;20754&quot;:4746,&quot;20760&quot;:4747,&quot;20756&quot;:4748,&quot;20752&quot;:4749,&quot;20757&quot;:4750,&quot;20864&quot;:4751,&quot;20906&quot;:4752,&quot;20957&quot;:4753,&quot;21137&quot;:4754,&quot;21139&quot;:4755,&quot;21235&quot;:4756,&quot;22105&quot;:4757,&quot;22123&quot;:4758,&quot;22137&quot;:4759,&quot;22121&quot;:4760,&quot;22116&quot;:4761,&quot;22136&quot;:4762,&quot;22122&quot;:4763,&quot;22120&quot;:4764,&quot;22117&quot;:4765,&quot;22129&quot;:4766,&quot;22127&quot;:4767,&quot;22124&quot;:4768,&quot;22114&quot;:4769,&quot;22134&quot;:4770,&quot;22721&quot;:4771,&quot;22718&quot;:4772,&quot;22727&quot;:4773,&quot;22725&quot;:4774,&quot;22894&quot;:4775,&quot;23325&quot;:4776,&quot;23348&quot;:4777,&quot;23416&quot;:4778,&quot;23536&quot;:4779,&quot;23566&quot;:4780,&quot;24394&quot;:4781,&quot;25010&quot;:4782,&quot;24977&quot;:4783,&quot;25001&quot;:4784,&quot;24970&quot;:4785,&quot;25037&quot;:4786,&quot;25014&quot;:4787,&quot;25022&quot;:4788,&quot;25034&quot;:4789,&quot;25032&quot;:4790,&quot;25136&quot;:4791,&quot;25797&quot;:4792,&quot;25793&quot;:4793,&quot;25803&quot;:4794,&quot;25787&quot;:4795,&quot;25788&quot;:4796,&quot;25818&quot;:4797,&quot;25796&quot;:4798,&quot;25799&quot;:4799,&quot;25794&quot;:4800,&quot;25805&quot;:4801,&quot;25791&quot;:4802,&quot;25810&quot;:4803,&quot;25812&quot;:4804,&quot;25790&quot;:4805,&quot;25972&quot;:4806,&quot;26310&quot;:4807,&quot;26313&quot;:4808,&quot;26297&quot;:4809,&quot;26308&quot;:4810,&quot;26311&quot;:4811,&quot;26296&quot;:4812,&quot;27197&quot;:4813,&quot;27192&quot;:4814,&quot;27194&quot;:4815,&quot;27225&quot;:4816,&quot;27243&quot;:4817,&quot;27224&quot;:4818,&quot;27193&quot;:4819,&quot;27204&quot;:4820,&quot;27234&quot;:4821,&quot;27233&quot;:4822,&quot;27211&quot;:4823,&quot;27207&quot;:4824,&quot;27189&quot;:4825,&quot;27231&quot;:4826,&quot;27208&quot;:4827,&quot;27481&quot;:4828,&quot;27511&quot;:4829,&quot;27653&quot;:4830,&quot;28610&quot;:4831,&quot;28593&quot;:4832,&quot;28577&quot;:4833,&quot;28611&quot;:4834,&quot;28580&quot;:4835,&quot;28609&quot;:4836,&quot;28583&quot;:4837,&quot;28595&quot;:4838,&quot;28608&quot;:4839,&quot;28601&quot;:4840,&quot;28598&quot;:4841,&quot;60318&quot;:4841,&quot;28582&quot;:4842,&quot;28576&quot;:4843,&quot;28596&quot;:4844,&quot;29118&quot;:4845,&quot;29129&quot;:4846,&quot;29136&quot;:4847,&quot;29138&quot;:4848,&quot;29128&quot;:4849,&quot;29141&quot;:4850,&quot;29113&quot;:4851,&quot;29134&quot;:4852,&quot;29145&quot;:4853,&quot;29148&quot;:4854,&quot;29123&quot;:4855,&quot;29124&quot;:4856,&quot;29544&quot;:4857,&quot;29852&quot;:4858,&quot;29859&quot;:4859,&quot;29848&quot;:4860,&quot;29855&quot;:4861,&quot;29854&quot;:4862,&quot;29922&quot;:4863,&quot;29964&quot;:4864,&quot;29965&quot;:4865,&quot;30260&quot;:4866,&quot;30264&quot;:4867,&quot;30266&quot;:4868,&quot;30439&quot;:4869,&quot;30437&quot;:4870,&quot;30624&quot;:4871,&quot;30622&quot;:4872,&quot;30623&quot;:4873,&quot;30629&quot;:4874,&quot;30952&quot;:4875,&quot;30938&quot;:4876,&quot;30956&quot;:4877,&quot;30951&quot;:4878,&quot;31142&quot;:4879,&quot;31309&quot;:4880,&quot;31310&quot;:4881,&quot;31302&quot;:4882,&quot;31308&quot;:4883,&quot;31307&quot;:4884,&quot;31418&quot;:4885,&quot;31705&quot;:4886,&quot;31761&quot;:4887,&quot;31689&quot;:4888,&quot;31716&quot;:4889,&quot;31707&quot;:4890,&quot;31713&quot;:4891,&quot;31721&quot;:4892,&quot;31718&quot;:4893,&quot;31957&quot;:4894,&quot;31958&quot;:4895,&quot;32266&quot;:4896,&quot;32273&quot;:4897,&quot;32264&quot;:4898,&quot;32283&quot;:4899,&quot;32291&quot;:4900,&quot;32286&quot;:4901,&quot;32285&quot;:4902,&quot;58211&quot;:4902,&quot;32265&quot;:4903,&quot;32272&quot;:4904,&quot;32633&quot;:4905,&quot;32690&quot;:4906,&quot;32752&quot;:4907,&quot;32753&quot;:4908,&quot;32750&quot;:4909,&quot;32808&quot;:4910,&quot;58239&quot;:4910,&quot;33203&quot;:4911,&quot;33193&quot;:4912,&quot;33192&quot;:4913,&quot;33275&quot;:4914,&quot;33288&quot;:4915,&quot;33368&quot;:4916,&quot;33369&quot;:4917,&quot;34122&quot;:4918,&quot;34137&quot;:4919,&quot;34120&quot;:4920,&quot;34152&quot;:4921,&quot;34153&quot;:4922,&quot;34115&quot;:4923,&quot;34121&quot;:4924,&quot;34157&quot;:4925,&quot;34154&quot;:4926,&quot;34142&quot;:4927,&quot;34691&quot;:4928,&quot;34719&quot;:4929,&quot;34718&quot;:4930,&quot;34722&quot;:4931,&quot;34701&quot;:4932,&quot;34913&quot;:4933,&quot;35114&quot;:4934,&quot;35122&quot;:4935,&quot;35109&quot;:4936,&quot;35115&quot;:4937,&quot;35105&quot;:4938,&quot;35242&quot;:4939,&quot;35238&quot;:4940,&quot;58391&quot;:4940,&quot;35558&quot;:4941,&quot;35578&quot;:4942,&quot;35563&quot;:4943,&quot;35569&quot;:4944,&quot;35584&quot;:4945,&quot;35548&quot;:4946,&quot;35559&quot;:4947,&quot;35566&quot;:4948,&quot;35582&quot;:4949,&quot;35585&quot;:4950,&quot;35586&quot;:4951,&quot;35575&quot;:4952,&quot;35565&quot;:4953,&quot;35571&quot;:4954,&quot;35574&quot;:4955,&quot;35580&quot;:4956,&quot;35947&quot;:4957,&quot;35949&quot;:4958,&quot;35987&quot;:4959,&quot;36084&quot;:4960,&quot;36420&quot;:4961,&quot;36401&quot;:4962,&quot;36404&quot;:4963,&quot;36418&quot;:4964,&quot;36409&quot;:4965,&quot;36405&quot;:4966,&quot;36667&quot;:4967,&quot;36655&quot;:4968,&quot;36664&quot;:4969,&quot;36659&quot;:4970,&quot;36776&quot;:4971,&quot;36774&quot;:4972,&quot;36981&quot;:4973,&quot;36980&quot;:4974,&quot;36984&quot;:4975,&quot;36978&quot;:4976,&quot;36988&quot;:4977,&quot;36986&quot;:4978,&quot;37172&quot;:4979,&quot;37266&quot;:4980,&quot;37664&quot;:4981,&quot;37686&quot;:4982,&quot;37624&quot;:4983,&quot;37683&quot;:4984,&quot;37679&quot;:4985,&quot;37666&quot;:4986,&quot;37628&quot;:4987,&quot;37675&quot;:4988,&quot;37636&quot;:4989,&quot;37658&quot;:4990,&quot;37648&quot;:4991,&quot;37670&quot;:4992,&quot;37665&quot;:4993,&quot;37653&quot;:4994,&quot;37678&quot;:4995,&quot;37657&quot;:4996,&quot;38331&quot;:4997,&quot;38567&quot;:4998,&quot;38568&quot;:4999,&quot;38570&quot;:5000,&quot;38613&quot;:5001,&quot;38670&quot;:5002,&quot;38673&quot;:5003,&quot;38678&quot;:5004,&quot;38669&quot;:5005,&quot;38675&quot;:5006,&quot;38671&quot;:5007,&quot;38747&quot;:5008,&quot;58565&quot;:5009,&quot;38748&quot;:5009,&quot;38758&quot;:5010,&quot;38808&quot;:5011,&quot;38960&quot;:5012,&quot;38968&quot;:5013,&quot;38971&quot;:5014,&quot;38967&quot;:5015,&quot;38957&quot;:5016,&quot;38969&quot;:5017,&quot;38948&quot;:5018,&quot;39184&quot;:5019,&quot;39208&quot;:5020,&quot;39198&quot;:5021,&quot;39195&quot;:5022,&quot;39201&quot;:5023,&quot;39194&quot;:5024,&quot;39405&quot;:5025,&quot;39394&quot;:5026,&quot;39409&quot;:5027,&quot;39608&quot;:5028,&quot;39612&quot;:5029,&quot;39675&quot;:5030,&quot;39661&quot;:5031,&quot;39720&quot;:5032,&quot;39825&quot;:5033,&quot;40213&quot;:5034,&quot;40227&quot;:5035,&quot;40230&quot;:5036,&quot;40232&quot;:5037,&quot;40210&quot;:5038,&quot;40219&quot;:5039,&quot;40664&quot;:5040,&quot;40660&quot;:5041,&quot;40845&quot;:5042,&quot;12243&quot;:5042,&quot;40860&quot;:5043,&quot;12244&quot;:5043,&quot;20778&quot;:5044,&quot;20767&quot;:5045,&quot;20769&quot;:5046,&quot;20786&quot;:5047,&quot;21237&quot;:5048,&quot;22158&quot;:5049,&quot;22144&quot;:5050,&quot;22160&quot;:5051,&quot;22149&quot;:5052,&quot;22151&quot;:5053,&quot;22159&quot;:5054,&quot;22741&quot;:5055,&quot;22739&quot;:5056,&quot;22737&quot;:5057,&quot;22734&quot;:5058,&quot;23344&quot;:5059,&quot;23338&quot;:5060,&quot;23332&quot;:5061,&quot;23418&quot;:5062,&quot;23607&quot;:5063,&quot;23656&quot;:5064,&quot;23996&quot;:5065,&quot;23994&quot;:5066,&quot;23997&quot;:5067,&quot;23992&quot;:5068,&quot;24171&quot;:5069,&quot;24396&quot;:5070,&quot;24509&quot;:5071,&quot;25033&quot;:5072,&quot;25026&quot;:5073,&quot;25031&quot;:5074,&quot;25062&quot;:5075,&quot;25035&quot;:5076,&quot;25138&quot;:5077,&quot;25140&quot;:5078,&quot;25806&quot;:5079,&quot;25802&quot;:5080,&quot;25816&quot;:5081,&quot;25824&quot;:5082,&quot;25840&quot;:5083,&quot;25830&quot;:5084,&quot;25836&quot;:5085,&quot;25841&quot;:5086,&quot;25826&quot;:5087,&quot;25837&quot;:5088,&quot;25986&quot;:5089,&quot;25987&quot;:5090,&quot;26329&quot;:5091,&quot;26326&quot;:5092,&quot;27264&quot;:5093,&quot;27284&quot;:5094,&quot;27268&quot;:5095,&quot;27298&quot;:5096,&quot;27292&quot;:5097,&quot;27355&quot;:5098,&quot;27299&quot;:5099,&quot;27262&quot;:5100,&quot;27287&quot;:5101,&quot;27280&quot;:5102,&quot;27296&quot;:5103,&quot;27484&quot;:5104,&quot;27566&quot;:5105,&quot;27610&quot;:5106,&quot;27656&quot;:5107,&quot;28632&quot;:5108,&quot;28657&quot;:5109,&quot;28639&quot;:5110,&quot;28640&quot;:5111,&quot;28635&quot;:5112,&quot;28644&quot;:5113,&quot;28651&quot;:5114,&quot;28655&quot;:5115,&quot;28544&quot;:5116,&quot;28652&quot;:5117,&quot;28641&quot;:5118,&quot;28649&quot;:5119,&quot;28629&quot;:5120,&quot;28654&quot;:5121,&quot;28656&quot;:5122,&quot;29159&quot;:5123,&quot;29151&quot;:5124,&quot;60361&quot;:5124,&quot;29166&quot;:5125,&quot;29158&quot;:5126,&quot;29157&quot;:5127,&quot;29165&quot;:5128,&quot;29164&quot;:5129,&quot;29172&quot;:5130,&quot;29152&quot;:5131,&quot;29237&quot;:5132,&quot;29254&quot;:5133,&quot;29552&quot;:5134,&quot;29554&quot;:5135,&quot;29865&quot;:5136,&quot;29872&quot;:5137,&quot;29862&quot;:5138,&quot;29864&quot;:5139,&quot;30278&quot;:5140,&quot;30274&quot;:5141,&quot;30284&quot;:5142,&quot;30442&quot;:5143,&quot;30643&quot;:5144,&quot;30634&quot;:5145,&quot;30640&quot;:5146,&quot;30636&quot;:5147,&quot;30631&quot;:5148,&quot;30637&quot;:5149,&quot;30703&quot;:5150,&quot;30967&quot;:5151,&quot;30970&quot;:5152,&quot;30964&quot;:5153,&quot;30959&quot;:5154,&quot;30977&quot;:5155,&quot;31143&quot;:5156,&quot;31146&quot;:5157,&quot;31319&quot;:5158,&quot;31423&quot;:5159,&quot;31751&quot;:5160,&quot;31757&quot;:5161,&quot;31742&quot;:5162,&quot;31735&quot;:5163,&quot;31756&quot;:5164,&quot;31712&quot;:5165,&quot;31968&quot;:5166,&quot;31964&quot;:5167,&quot;31966&quot;:5168,&quot;31970&quot;:5169,&quot;31967&quot;:5170,&quot;31961&quot;:5171,&quot;31965&quot;:5172,&quot;32302&quot;:5173,&quot;32318&quot;:5174,&quot;32326&quot;:5175,&quot;32311&quot;:5176,&quot;32306&quot;:5177,&quot;32323&quot;:5178,&quot;32299&quot;:5179,&quot;32317&quot;:5180,&quot;32305&quot;:5181,&quot;32325&quot;:5182,&quot;32321&quot;:5183,&quot;32308&quot;:5184,&quot;32313&quot;:5185,&quot;32328&quot;:5186,&quot;32309&quot;:5187,&quot;32319&quot;:5188,&quot;32303&quot;:5189,&quot;32580&quot;:5190,&quot;32755&quot;:5191,&quot;32764&quot;:5192,&quot;32881&quot;:5193,&quot;32882&quot;:5194,&quot;32880&quot;:5195,&quot;32879&quot;:5196,&quot;32883&quot;:5197,&quot;33222&quot;:5198,&quot;33219&quot;:5199,&quot;33210&quot;:5200,&quot;33218&quot;:5201,&quot;33216&quot;:5202,&quot;33215&quot;:5203,&quot;33213&quot;:5204,&quot;33225&quot;:5205,&quot;33214&quot;:5206,&quot;33256&quot;:5207,&quot;33289&quot;:5208,&quot;33393&quot;:5209,&quot;34218&quot;:5210,&quot;34180&quot;:5211,&quot;34174&quot;:5212,&quot;34204&quot;:5213,&quot;34193&quot;:5214,&quot;34196&quot;:5215,&quot;34223&quot;:5216,&quot;34203&quot;:5217,&quot;34183&quot;:5218,&quot;34216&quot;:5219,&quot;34186&quot;:5220,&quot;34214&quot;:5221,&quot;34407&quot;:5222,&quot;34752&quot;:5223,&quot;34769&quot;:5224,&quot;34739&quot;:5225,&quot;34770&quot;:5226,&quot;34758&quot;:5227,&quot;34731&quot;:5228,&quot;34747&quot;:5229,&quot;34746&quot;:5230,&quot;34760&quot;:5231,&quot;34763&quot;:5232,&quot;35131&quot;:5233,&quot;35126&quot;:5234,&quot;35140&quot;:5235,&quot;35128&quot;:5236,&quot;35133&quot;:5237,&quot;35244&quot;:5238,&quot;35598&quot;:5239,&quot;35607&quot;:5240,&quot;35609&quot;:5241,&quot;35611&quot;:5242,&quot;35594&quot;:5243,&quot;35616&quot;:5244,&quot;35613&quot;:5245,&quot;35588&quot;:5246,&quot;35600&quot;:5247,&quot;35905&quot;:5248,&quot;35903&quot;:5249,&quot;35955&quot;:5250,&quot;36090&quot;:5251,&quot;36093&quot;:5252,&quot;36092&quot;:5253,&quot;36088&quot;:5254,&quot;36091&quot;:5255,&quot;36264&quot;:5256,&quot;36425&quot;:5257,&quot;36427&quot;:5258,&quot;36424&quot;:5259,&quot;36426&quot;:5260,&quot;36676&quot;:5261,&quot;36670&quot;:5262,&quot;36674&quot;:5263,&quot;36677&quot;:5264,&quot;36671&quot;:5265,&quot;36991&quot;:5266,&quot;36989&quot;:5267,&quot;36996&quot;:5268,&quot;36993&quot;:5269,&quot;36994&quot;:5270,&quot;36992&quot;:5271,&quot;37177&quot;:5272,&quot;37283&quot;:5273,&quot;37278&quot;:5274,&quot;37276&quot;:5275,&quot;37709&quot;:5276,&quot;37762&quot;:5277,&quot;37672&quot;:5278,&quot;37749&quot;:5279,&quot;37706&quot;:5280,&quot;37733&quot;:5281,&quot;37707&quot;:5282,&quot;37656&quot;:5283,&quot;37758&quot;:5284,&quot;37740&quot;:5285,&quot;37723&quot;:5286,&quot;37744&quot;:5287,&quot;37722&quot;:5288,&quot;37716&quot;:5289,&quot;38346&quot;:5290,&quot;38347&quot;:5291,&quot;38348&quot;:5292,&quot;38344&quot;:5293,&quot;38342&quot;:5294,&quot;38577&quot;:5295,&quot;38584&quot;:5296,&quot;38614&quot;:5297,&quot;38684&quot;:5298,&quot;38686&quot;:5299,&quot;38816&quot;:5300,&quot;38867&quot;:5301,&quot;38982&quot;:5302,&quot;39094&quot;:5303,&quot;39221&quot;:5304,&quot;39425&quot;:5305,&quot;39423&quot;:5306,&quot;39854&quot;:5307,&quot;39851&quot;:5308,&quot;39850&quot;:5309,&quot;39853&quot;:5310,&quot;40251&quot;:5311,&quot;40255&quot;:5312,&quot;40587&quot;:5313,&quot;40655&quot;:5314,&quot;40670&quot;:5315,&quot;40668&quot;:5316,&quot;40669&quot;:5317,&quot;40667&quot;:5318,&quot;40766&quot;:5319,&quot;40779&quot;:5320,&quot;21474&quot;:5321,&quot;22165&quot;:5322,&quot;22190&quot;:5323,&quot;22745&quot;:5324,&quot;22744&quot;:5325,&quot;23352&quot;:5326,&quot;24413&quot;:5327,&quot;25059&quot;:5328,&quot;25139&quot;:5329,&quot;25844&quot;:5330,&quot;25842&quot;:5331,&quot;25854&quot;:5332,&quot;25862&quot;:5333,&quot;25850&quot;:5334,&quot;25851&quot;:5335,&quot;25847&quot;:5336,&quot;26039&quot;:5337,&quot;26332&quot;:5338,&quot;26406&quot;:5339,&quot;27315&quot;:5340,&quot;27308&quot;:5341,&quot;27331&quot;:5342,&quot;27323&quot;:5343,&quot;27320&quot;:5344,&quot;27330&quot;:5345,&quot;27310&quot;:5346,&quot;27311&quot;:5347,&quot;27487&quot;:5348,&quot;27512&quot;:5349,&quot;27567&quot;:5350,&quot;28681&quot;:5351,&quot;28683&quot;:5352,&quot;28670&quot;:5353,&quot;28678&quot;:5354,&quot;28666&quot;:5355,&quot;28689&quot;:5356,&quot;28687&quot;:5357,&quot;29179&quot;:5358,&quot;29180&quot;:5359,&quot;29182&quot;:5360,&quot;29176&quot;:5361,&quot;29559&quot;:5362,&quot;29557&quot;:5363,&quot;29863&quot;:5364,&quot;29887&quot;:5365,&quot;29973&quot;:5366,&quot;30294&quot;:5367,&quot;30296&quot;:5368,&quot;30290&quot;:5369,&quot;30653&quot;:5370,&quot;30655&quot;:5371,&quot;30651&quot;:5372,&quot;30652&quot;:5373,&quot;30990&quot;:5374,&quot;31150&quot;:5375,&quot;31329&quot;:5376,&quot;31330&quot;:5377,&quot;31328&quot;:5378,&quot;31428&quot;:5379,&quot;31429&quot;:5380,&quot;31787&quot;:5381,&quot;31783&quot;:5382,&quot;31786&quot;:5383,&quot;31774&quot;:5384,&quot;31779&quot;:5385,&quot;31777&quot;:5386,&quot;31975&quot;:5387,&quot;32340&quot;:5388,&quot;32341&quot;:5389,&quot;32350&quot;:5390,&quot;32346&quot;:5391,&quot;32353&quot;:5392,&quot;32338&quot;:5393,&quot;32345&quot;:5394,&quot;32584&quot;:5395,&quot;32761&quot;:5396,&quot;32763&quot;:5397,&quot;32887&quot;:5398,&quot;32886&quot;:5399,&quot;33229&quot;:5400,&quot;33231&quot;:5401,&quot;33290&quot;:5402,&quot;34255&quot;:5403,&quot;34217&quot;:5404,&quot;34253&quot;:5405,&quot;34256&quot;:5406,&quot;34249&quot;:5407,&quot;34224&quot;:5408,&quot;34234&quot;:5409,&quot;34233&quot;:5410,&quot;34799&quot;:5411,&quot;34796&quot;:5412,&quot;34802&quot;:5413,&quot;34784&quot;:5414,&quot;35206&quot;:5415,&quot;35250&quot;:5416,&quot;35316&quot;:5417,&quot;35624&quot;:5418,&quot;35641&quot;:5419,&quot;35628&quot;:5420,&quot;35627&quot;:5421,&quot;35920&quot;:5422,&quot;36101&quot;:5423,&quot;36441&quot;:5424,&quot;36451&quot;:5425,&quot;36454&quot;:5426,&quot;36452&quot;:5427,&quot;36447&quot;:5428,&quot;36437&quot;:5429,&quot;36544&quot;:5430,&quot;36681&quot;:5431,&quot;36685&quot;:5432,&quot;36999&quot;:5433,&quot;36995&quot;:5434,&quot;37000&quot;:5435,&quot;37291&quot;:5436,&quot;37292&quot;:5437,&quot;37328&quot;:5438,&quot;37780&quot;:5439,&quot;37770&quot;:5440,&quot;37782&quot;:5441,&quot;37794&quot;:5442,&quot;37811&quot;:5443,&quot;37806&quot;:5444,&quot;37804&quot;:5445,&quot;37808&quot;:5446,&quot;37784&quot;:5447,&quot;37786&quot;:5448,&quot;37783&quot;:5449,&quot;38356&quot;:5450,&quot;38358&quot;:5451,&quot;38352&quot;:5452,&quot;38357&quot;:5453,&quot;38626&quot;:5454,&quot;38620&quot;:5455,&quot;38617&quot;:5456,&quot;38619&quot;:5457,&quot;38622&quot;:5458,&quot;38692&quot;:5459,&quot;38819&quot;:5460,&quot;38822&quot;:5461,&quot;38829&quot;:5462,&quot;38905&quot;:5463,&quot;38989&quot;:5464,&quot;38991&quot;:5465,&quot;38988&quot;:5466,&quot;38990&quot;:5467,&quot;38995&quot;:5468,&quot;39098&quot;:5469,&quot;39230&quot;:5470,&quot;39231&quot;:5471,&quot;39229&quot;:5472,&quot;39214&quot;:5473,&quot;39333&quot;:5474,&quot;39438&quot;:5475,&quot;39617&quot;:5476,&quot;39683&quot;:5477,&quot;39686&quot;:5478,&quot;39759&quot;:5479,&quot;39758&quot;:5480,&quot;39757&quot;:5481,&quot;39882&quot;:5482,&quot;39881&quot;:5483,&quot;39933&quot;:5484,&quot;39880&quot;:5485,&quot;39872&quot;:5486,&quot;40273&quot;:5487,&quot;40285&quot;:5488,&quot;40288&quot;:5489,&quot;40672&quot;:5490,&quot;40725&quot;:5491,&quot;40748&quot;:5492,&quot;20787&quot;:5493,&quot;22181&quot;:5494,&quot;22184&quot;:5495,&quot;22750&quot;:5496,&quot;22751&quot;:5497,&quot;22754&quot;:5498,&quot;23541&quot;:5499,&quot;40848&quot;:5500,&quot;24300&quot;:5501,&quot;25074&quot;:5502,&quot;25079&quot;:5503,&quot;25078&quot;:5504,&quot;25077&quot;:5505,&quot;25856&quot;:5506,&quot;25871&quot;:5507,&quot;26336&quot;:5508,&quot;26333&quot;:5509,&quot;27365&quot;:5510,&quot;27357&quot;:5511,&quot;27354&quot;:5512,&quot;27347&quot;:5513,&quot;28699&quot;:5514,&quot;28703&quot;:5515,&quot;28712&quot;:5516,&quot;28698&quot;:5517,&quot;28701&quot;:5518,&quot;28693&quot;:5519,&quot;28696&quot;:5520,&quot;29190&quot;:5521,&quot;29197&quot;:5522,&quot;29272&quot;:5523,&quot;29346&quot;:5524,&quot;29560&quot;:5525,&quot;29562&quot;:5526,&quot;29885&quot;:5527,&quot;29898&quot;:5528,&quot;29923&quot;:5529,&quot;30087&quot;:5530,&quot;30086&quot;:5531,&quot;30303&quot;:5532,&quot;30305&quot;:5533,&quot;30663&quot;:5534,&quot;31001&quot;:5535,&quot;31153&quot;:5536,&quot;31339&quot;:5537,&quot;31337&quot;:5538,&quot;31806&quot;:5539,&quot;31807&quot;:5540,&quot;31800&quot;:5541,&quot;31805&quot;:5542,&quot;31799&quot;:5543,&quot;31808&quot;:5544,&quot;32363&quot;:5545,&quot;32365&quot;:5546,&quot;32377&quot;:5547,&quot;32361&quot;:5548,&quot;32362&quot;:5549,&quot;32371&quot;:5550,&quot;32645&quot;:5551,&quot;32694&quot;:5552,&quot;32697&quot;:5553,&quot;32696&quot;:5554,&quot;33240&quot;:5555,&quot;34281&quot;:5556,&quot;34269&quot;:5557,&quot;34282&quot;:5558,&quot;34261&quot;:5559,&quot;34276&quot;:5560,&quot;34277&quot;:5561,&quot;34295&quot;:5562,&quot;34811&quot;:5563,&quot;34821&quot;:5564,&quot;34829&quot;:5565,&quot;34809&quot;:5566,&quot;34814&quot;:5567,&quot;35168&quot;:5568,&quot;35167&quot;:5569,&quot;35158&quot;:5570,&quot;35166&quot;:5571,&quot;35649&quot;:5572,&quot;35676&quot;:5573,&quot;35672&quot;:5574,&quot;35657&quot;:5575,&quot;35674&quot;:5576,&quot;35662&quot;:5577,&quot;35663&quot;:5578,&quot;35654&quot;:5579,&quot;35673&quot;:5580,&quot;36104&quot;:5581,&quot;36106&quot;:5582,&quot;36476&quot;:5583,&quot;36466&quot;:5584,&quot;36487&quot;:5585,&quot;36470&quot;:5586,&quot;36460&quot;:5587,&quot;36474&quot;:5588,&quot;36468&quot;:5589,&quot;36692&quot;:5590,&quot;36686&quot;:5591,&quot;36781&quot;:5592,&quot;37002&quot;:5593,&quot;37003&quot;:5594,&quot;37297&quot;:5595,&quot;37294&quot;:5596,&quot;37857&quot;:5597,&quot;37841&quot;:5598,&quot;37855&quot;:5599,&quot;37827&quot;:5600,&quot;37832&quot;:5601,&quot;37852&quot;:5602,&quot;37853&quot;:5603,&quot;37846&quot;:5604,&quot;37858&quot;:5605,&quot;37837&quot;:5606,&quot;37848&quot;:5607,&quot;37860&quot;:5608,&quot;37847&quot;:5609,&quot;37864&quot;:5610,&quot;38364&quot;:5611,&quot;38580&quot;:5612,&quot;38627&quot;:5613,&quot;38698&quot;:5614,&quot;38695&quot;:5615,&quot;38753&quot;:5616,&quot;38876&quot;:5617,&quot;38907&quot;:5618,&quot;39006&quot;:5619,&quot;39000&quot;:5620,&quot;39003&quot;:5621,&quot;39100&quot;:5622,&quot;39237&quot;:5623,&quot;39241&quot;:5624,&quot;39446&quot;:5625,&quot;39449&quot;:5626,&quot;39693&quot;:5627,&quot;39912&quot;:5628,&quot;39911&quot;:5629,&quot;39894&quot;:5630,&quot;39899&quot;:5631,&quot;40329&quot;:5632,&quot;40289&quot;:5633,&quot;40306&quot;:5634,&quot;40298&quot;:5635,&quot;40300&quot;:5636,&quot;40594&quot;:5637,&quot;40599&quot;:5638,&quot;40595&quot;:5639,&quot;40628&quot;:5640,&quot;21240&quot;:5641,&quot;22199&quot;:5642,&quot;22198&quot;:5643,&quot;22196&quot;:5644,&quot;22204&quot;:5645,&quot;22756&quot;:5646,&quot;23360&quot;:5647,&quot;23363&quot;:5648,&quot;23421&quot;:5649,&quot;23542&quot;:5650,&quot;24009&quot;:5651,&quot;25080&quot;:5652,&quot;25082&quot;:5653,&quot;25880&quot;:5654,&quot;25876&quot;:5655,&quot;25881&quot;:5656,&quot;26342&quot;:5657,&quot;26407&quot;:5658,&quot;27372&quot;:5659,&quot;28734&quot;:5660,&quot;28720&quot;:5661,&quot;28722&quot;:5662,&quot;29200&quot;:5663,&quot;29563&quot;:5664,&quot;29903&quot;:5665,&quot;30306&quot;:5666,&quot;30309&quot;:5667,&quot;31014&quot;:5668,&quot;31018&quot;:5669,&quot;31020&quot;:5670,&quot;31019&quot;:5671,&quot;31431&quot;:5672,&quot;31478&quot;:5673,&quot;31820&quot;:5674,&quot;31811&quot;:5675,&quot;31821&quot;:5676,&quot;31983&quot;:5677,&quot;31984&quot;:5678,&quot;36782&quot;:5679,&quot;32381&quot;:5680,&quot;32380&quot;:5681,&quot;32386&quot;:5682,&quot;32588&quot;:5683,&quot;32768&quot;:5684,&quot;33242&quot;:5685,&quot;33382&quot;:5686,&quot;34299&quot;:5687,&quot;34297&quot;:5688,&quot;34321&quot;:5689,&quot;34298&quot;:5690,&quot;34310&quot;:5691,&quot;34315&quot;:5692,&quot;34311&quot;:5693,&quot;34314&quot;:5694,&quot;34836&quot;:5695,&quot;34837&quot;:5696,&quot;35172&quot;:5697,&quot;35258&quot;:5698,&quot;35320&quot;:5699,&quot;35696&quot;:5700,&quot;35692&quot;:5701,&quot;35686&quot;:5702,&quot;35695&quot;:5703,&quot;35679&quot;:5704,&quot;35691&quot;:5705,&quot;36111&quot;:5706,&quot;36109&quot;:5707,&quot;36489&quot;:5708,&quot;36481&quot;:5709,&quot;36485&quot;:5710,&quot;36482&quot;:5711,&quot;37300&quot;:5712,&quot;37323&quot;:5713,&quot;37912&quot;:5714,&quot;37891&quot;:5715,&quot;37885&quot;:5716,&quot;38369&quot;:5717,&quot;38704&quot;:5718,&quot;39108&quot;:5719,&quot;39250&quot;:5720,&quot;39249&quot;:5721,&quot;39336&quot;:5722,&quot;39467&quot;:5723,&quot;39472&quot;:5724,&quot;39479&quot;:5725,&quot;39477&quot;:5726,&quot;39955&quot;:5727,&quot;39949&quot;:5728,&quot;40569&quot;:5729,&quot;40629&quot;:5730,&quot;40680&quot;:5731,&quot;40751&quot;:5732,&quot;40799&quot;:5733,&quot;40803&quot;:5734,&quot;40801&quot;:5735,&quot;20791&quot;:5736,&quot;20792&quot;:5737,&quot;22209&quot;:5738,&quot;22208&quot;:5739,&quot;22210&quot;:5740,&quot;22804&quot;:5741,&quot;23660&quot;:5742,&quot;24013&quot;:5743,&quot;25084&quot;:5744,&quot;25086&quot;:5745,&quot;25885&quot;:5746,&quot;25884&quot;:5747,&quot;26005&quot;:5748,&quot;26345&quot;:5749,&quot;27387&quot;:5750,&quot;27396&quot;:5751,&quot;27386&quot;:5752,&quot;27570&quot;:5753,&quot;28748&quot;:5754,&quot;29211&quot;:5755,&quot;29351&quot;:5756,&quot;29910&quot;:5757,&quot;29908&quot;:5758,&quot;30313&quot;:5759,&quot;30675&quot;:5760,&quot;31824&quot;:5761,&quot;32399&quot;:5762,&quot;32396&quot;:5763,&quot;32700&quot;:5764,&quot;34327&quot;:5765,&quot;34349&quot;:5766,&quot;34330&quot;:5767,&quot;34851&quot;:5768,&quot;34850&quot;:5769,&quot;34849&quot;:5770,&quot;34847&quot;:5771,&quot;35178&quot;:5772,&quot;35180&quot;:5773,&quot;35261&quot;:5774,&quot;35700&quot;:5775,&quot;35703&quot;:5776,&quot;35709&quot;:5777,&quot;36115&quot;:5778,&quot;36490&quot;:5779,&quot;36493&quot;:5780,&quot;36491&quot;:5781,&quot;36703&quot;:5782,&quot;36783&quot;:5783,&quot;37306&quot;:5784,&quot;37934&quot;:5785,&quot;37939&quot;:5786,&quot;37941&quot;:5787,&quot;37946&quot;:5788,&quot;37944&quot;:5789,&quot;37938&quot;:5790,&quot;37931&quot;:5791,&quot;38370&quot;:5792,&quot;38712&quot;:5793,&quot;38713&quot;:5794,&quot;38706&quot;:5795,&quot;38911&quot;:5796,&quot;58586&quot;:5796,&quot;39015&quot;:5797,&quot;39013&quot;:5798,&quot;39255&quot;:5799,&quot;39493&quot;:5800,&quot;39491&quot;:5801,&quot;39488&quot;:5802,&quot;39486&quot;:5803,&quot;39631&quot;:5804,&quot;39764&quot;:5805,&quot;39761&quot;:5806,&quot;39981&quot;:5807,&quot;39973&quot;:5808,&quot;40367&quot;:5809,&quot;40372&quot;:5810,&quot;40386&quot;:5811,&quot;40376&quot;:5812,&quot;40605&quot;:5813,&quot;40687&quot;:5814,&quot;40729&quot;:5815,&quot;40796&quot;:5816,&quot;40806&quot;:5817,&quot;40807&quot;:5818,&quot;20796&quot;:5819,&quot;20795&quot;:5820,&quot;22216&quot;:5821,&quot;22218&quot;:5822,&quot;22217&quot;:5823,&quot;23423&quot;:5824,&quot;24020&quot;:5825,&quot;24018&quot;:5826,&quot;24398&quot;:5827,&quot;25087&quot;:5828,&quot;25892&quot;:5829,&quot;27402&quot;:5830,&quot;27489&quot;:5831,&quot;28753&quot;:5832,&quot;28760&quot;:5833,&quot;29568&quot;:5834,&quot;29924&quot;:5835,&quot;30090&quot;:5836,&quot;30318&quot;:5837,&quot;30316&quot;:5838,&quot;31155&quot;:5839,&quot;31840&quot;:5840,&quot;31839&quot;:5841,&quot;32894&quot;:5842,&quot;32893&quot;:5843,&quot;33247&quot;:5844,&quot;35186&quot;:5845,&quot;35183&quot;:5846,&quot;35324&quot;:5847,&quot;35712&quot;:5848,&quot;36118&quot;:5849,&quot;36119&quot;:5850,&quot;36497&quot;:5851,&quot;36499&quot;:5852,&quot;36705&quot;:5853,&quot;37192&quot;:5854,&quot;37956&quot;:5855,&quot;37969&quot;:5856,&quot;37970&quot;:5857,&quot;38717&quot;:5858,&quot;38718&quot;:5859,&quot;38851&quot;:5860,&quot;38849&quot;:5861,&quot;39019&quot;:5862,&quot;39253&quot;:5863,&quot;39509&quot;:5864,&quot;39501&quot;:5865,&quot;39634&quot;:5866,&quot;39706&quot;:5867,&quot;40009&quot;:5868,&quot;39985&quot;:5869,&quot;39998&quot;:5870,&quot;39995&quot;:5871,&quot;40403&quot;:5872,&quot;40407&quot;:5873,&quot;40756&quot;:5874,&quot;40812&quot;:5875,&quot;40810&quot;:5876,&quot;40852&quot;:5877,&quot;22220&quot;:5878,&quot;24022&quot;:5879,&quot;25088&quot;:5880,&quot;25891&quot;:5881,&quot;25899&quot;:5882,&quot;25898&quot;:5883,&quot;26348&quot;:5884,&quot;27408&quot;:5885,&quot;29914&quot;:5886,&quot;31434&quot;:5887,&quot;31844&quot;:5888,&quot;31843&quot;:5889,&quot;31845&quot;:5890,&quot;32403&quot;:5891,&quot;32406&quot;:5892,&quot;32404&quot;:5893,&quot;33250&quot;:5894,&quot;34360&quot;:5895,&quot;34367&quot;:5896,&quot;34865&quot;:5897,&quot;35722&quot;:5898,&quot;37008&quot;:5899,&quot;37007&quot;:5900,&quot;37987&quot;:5901,&quot;37984&quot;:5902,&quot;37988&quot;:5903,&quot;38760&quot;:5904,&quot;39023&quot;:5905,&quot;39260&quot;:5906,&quot;39514&quot;:5907,&quot;39515&quot;:5908,&quot;39511&quot;:5909,&quot;39635&quot;:5910,&quot;39636&quot;:5911,&quot;39633&quot;:5912,&quot;40020&quot;:5913,&quot;40023&quot;:5914,&quot;40022&quot;:5915,&quot;40421&quot;:5916,&quot;40607&quot;:5917,&quot;40692&quot;:5918,&quot;22225&quot;:5919,&quot;22761&quot;:5920,&quot;25900&quot;:5921,&quot;28766&quot;:5922,&quot;30321&quot;:5923,&quot;30322&quot;:5924,&quot;30679&quot;:5925,&quot;60226&quot;:5925,&quot;32592&quot;:5926,&quot;32648&quot;:5927,&quot;34870&quot;:5928,&quot;34873&quot;:5929,&quot;34914&quot;:5930,&quot;35731&quot;:5931,&quot;35730&quot;:5932,&quot;35734&quot;:5933,&quot;33399&quot;:5934,&quot;36123&quot;:5935,&quot;37312&quot;:5936,&quot;37994&quot;:5937,&quot;38722&quot;:5938,&quot;38728&quot;:5939,&quot;38724&quot;:5940,&quot;38854&quot;:5941,&quot;39024&quot;:5942,&quot;39519&quot;:5943,&quot;39714&quot;:5944,&quot;39768&quot;:5945,&quot;40031&quot;:5946,&quot;40441&quot;:5947,&quot;40442&quot;:5948,&quot;40572&quot;:5949,&quot;40573&quot;:5950,&quot;40711&quot;:5951,&quot;40823&quot;:5952,&quot;40818&quot;:5953,&quot;24307&quot;:5954,&quot;27414&quot;:5955,&quot;28771&quot;:5956,&quot;31852&quot;:5957,&quot;31854&quot;:5958,&quot;34875&quot;:5959,&quot;35264&quot;:5960,&quot;36513&quot;:5961,&quot;37313&quot;:5962,&quot;38002&quot;:5963,&quot;38000&quot;:5964,&quot;39025&quot;:5965,&quot;39262&quot;:5966,&quot;39638&quot;:5967,&quot;39715&quot;:5968,&quot;40652&quot;:5969,&quot;28772&quot;:5970,&quot;30682&quot;:5971,&quot;35738&quot;:5972,&quot;38007&quot;:5973,&quot;38857&quot;:5974,&quot;39522&quot;:5975,&quot;39525&quot;:5976,&quot;32412&quot;:5977,&quot;35740&quot;:5978,&quot;36522&quot;:5979,&quot;37317&quot;:5980,&quot;38013&quot;:5981,&quot;38014&quot;:5982,&quot;38012&quot;:5983,&quot;40055&quot;:5984,&quot;40056&quot;:5985,&quot;40695&quot;:5986,&quot;35924&quot;:5987,&quot;38015&quot;:5988,&quot;40474&quot;:5989,&quot;29224&quot;:5990,&quot;39530&quot;:5991,&quot;39729&quot;:5992,&quot;40475&quot;:5993,&quot;40478&quot;:5994,&quot;31858&quot;:5995,&quot;20034&quot;:5996,&quot;20060&quot;:5997,&quot;12048&quot;:5998,&quot;20981&quot;:5998,&quot;12053&quot;:5999,&quot;21274&quot;:5999,&quot;12058&quot;:6000,&quot;21378&quot;:6000,&quot;19975&quot;:6001,&quot;19980&quot;:6002,&quot;20039&quot;:6003,&quot;20109&quot;:6004,&quot;12062&quot;:6005,&quot;22231&quot;:6005,&quot;12076&quot;:6006,&quot;23662&quot;:6006,&quot;12091&quot;:6007,&quot;24435&quot;:6007,&quot;19983&quot;:6008,&quot;20871&quot;:6009,&quot;19982&quot;:6010,&quot;20014&quot;:6011,&quot;20115&quot;:6012,&quot;20162&quot;:6013,&quot;20169&quot;:6014,&quot;20168&quot;:6015,&quot;20888&quot;:6016,&quot;21244&quot;:6017,&quot;21356&quot;:6018,&quot;21433&quot;:6019,&quot;22304&quot;:6020,&quot;22787&quot;:6021,&quot;22828&quot;:6022,&quot;23568&quot;:6023,&quot;60417&quot;:6023,&quot;24063&quot;:6024,&quot;26081&quot;:6025,&quot;12110&quot;:6026,&quot;27571&quot;:6026,&quot;27596&quot;:6027,&quot;12115&quot;:6028,&quot;27668&quot;:6028,&quot;12121&quot;:6029,&quot;29247&quot;:6029,&quot;20017&quot;:6030,&quot;20028&quot;:6031,&quot;20200&quot;:6032,&quot;20188&quot;:6033,&quot;20201&quot;:6034,&quot;20193&quot;:6035,&quot;20189&quot;:6036,&quot;20186&quot;:6037,&quot;21004&quot;:6038,&quot;21001&quot;:6039,&quot;21276&quot;:6040,&quot;21324&quot;:6041,&quot;22306&quot;:6042,&quot;22307&quot;:6043,&quot;22807&quot;:6044,&quot;22831&quot;:6045,&quot;23425&quot;:6046,&quot;23428&quot;:6047,&quot;23570&quot;:6048,&quot;23611&quot;:6049,&quot;23668&quot;:6050,&quot;23667&quot;:6051,&quot;24068&quot;:6052,&quot;24192&quot;:6053,&quot;24194&quot;:6054,&quot;24521&quot;:6055,&quot;25097&quot;:6056,&quot;25168&quot;:6057,&quot;27669&quot;:6058,&quot;27702&quot;:6059,&quot;27715&quot;:6060,&quot;27711&quot;:6061,&quot;27707&quot;:6062,&quot;29358&quot;:6063,&quot;29360&quot;:6064,&quot;29578&quot;:6065,&quot;12145&quot;:6066,&quot;31160&quot;:6066,&quot;32906&quot;:6067,&quot;38430&quot;:6068,&quot;20238&quot;:6069,&quot;20248&quot;:6070,&quot;20268&quot;:6071,&quot;20213&quot;:6072,&quot;20244&quot;:6073,&quot;20209&quot;:6074,&quot;20224&quot;:6075,&quot;20215&quot;:6076,&quot;20232&quot;:6077,&quot;20253&quot;:6078,&quot;20226&quot;:6079,&quot;20229&quot;:6080,&quot;20258&quot;:6081,&quot;20243&quot;:6082,&quot;20228&quot;:6083,&quot;20212&quot;:6084,&quot;20242&quot;:6085,&quot;20913&quot;:6086,&quot;21011&quot;:6087,&quot;21008&quot;:6088,&quot;21158&quot;:6089,&quot;21282&quot;:6090,&quot;21279&quot;:6091,&quot;21325&quot;:6092,&quot;21386&quot;:6093,&quot;21511&quot;:6094,&quot;22241&quot;:6095,&quot;22239&quot;:6096,&quot;22318&quot;:6097,&quot;22314&quot;:6098,&quot;22324&quot;:6099,&quot;22844&quot;:6100,&quot;22912&quot;:6101,&quot;22908&quot;:6102,&quot;22917&quot;:6103,&quot;22907&quot;:6104,&quot;22910&quot;:6105,&quot;22903&quot;:6106,&quot;22911&quot;:6107,&quot;23382&quot;:6108,&quot;23573&quot;:6109,&quot;23589&quot;:6110,&quot;23676&quot;:6111,&quot;23674&quot;:6112,&quot;23675&quot;:6113,&quot;23678&quot;:6114,&quot;24031&quot;:6115,&quot;24181&quot;:6116,&quot;57646&quot;:6116,&quot;24196&quot;:6117,&quot;24322&quot;:6118,&quot;24346&quot;:6119,&quot;24436&quot;:6120,&quot;24533&quot;:6121,&quot;24532&quot;:6122,&quot;24527&quot;:6123,&quot;25180&quot;:6124,&quot;25182&quot;:6125,&quot;25188&quot;:6126,&quot;25185&quot;:6127,&quot;25190&quot;:6128,&quot;25186&quot;:6129,&quot;25177&quot;:6130,&quot;25184&quot;:6131,&quot;25178&quot;:6132,&quot;25189&quot;:6133,&quot;25911&quot;:6134,&quot;26095&quot;:6135,&quot;26094&quot;:6136,&quot;26430&quot;:6137,&quot;26425&quot;:6138,&quot;26424&quot;:6139,&quot;26427&quot;:6140,&quot;26426&quot;:6141,&quot;26431&quot;:6142,&quot;26428&quot;:6143,&quot;26419&quot;:6144,&quot;27672&quot;:6145,&quot;27718&quot;:6146,&quot;27730&quot;:6147,&quot;27740&quot;:6148,&quot;27727&quot;:6149,&quot;27722&quot;:6150,&quot;60796&quot;:6150,&quot;27732&quot;:6151,&quot;27723&quot;:6152,&quot;27724&quot;:6153,&quot;28785&quot;:6154,&quot;29278&quot;:6155,&quot;29364&quot;:6156,&quot;29365&quot;:6157,&quot;29582&quot;:6158,&quot;29994&quot;:6159,&quot;30335&quot;:6160,&quot;31349&quot;:6161,&quot;12153&quot;:6162,&quot;32593&quot;:6162,&quot;12171&quot;:6163,&quot;33400&quot;:6163,&quot;33404&quot;:6164,&quot;33408&quot;:6165,&quot;33405&quot;:6166,&quot;33407&quot;:6167,&quot;12172&quot;:6168,&quot;34381&quot;:6168,&quot;12177&quot;:6169,&quot;35198&quot;:6169,&quot;37017&quot;:6170,&quot;59347&quot;:6171,&quot;37015&quot;:6171,&quot;37016&quot;:6172,&quot;37019&quot;:6173,&quot;37012&quot;:6174,&quot;38434&quot;:6175,&quot;38436&quot;:6176,&quot;38432&quot;:6177,&quot;38435&quot;:6178,&quot;20310&quot;:6179,&quot;20283&quot;:6180,&quot;20322&quot;:6181,&quot;20297&quot;:6182,&quot;20307&quot;:6183,&quot;20324&quot;:6184,&quot;20286&quot;:6185,&quot;20327&quot;:6186,&quot;20306&quot;:6187,&quot;20319&quot;:6188,&quot;20289&quot;:6189,&quot;20312&quot;:6190,&quot;20269&quot;:6191,&quot;20275&quot;:6192,&quot;20287&quot;:6193,&quot;20321&quot;:6194,&quot;20879&quot;:6195,&quot;20921&quot;:6196,&quot;21020&quot;:6197,&quot;21022&quot;:6198,&quot;21025&quot;:6199,&quot;21165&quot;:6200,&quot;21166&quot;:6201,&quot;21257&quot;:6202,&quot;21347&quot;:6203,&quot;21362&quot;:6204,&quot;21390&quot;:6205,&quot;21391&quot;:6206,&quot;21552&quot;:6207,&quot;21559&quot;:6208,&quot;21546&quot;:6209,&quot;21588&quot;:6210,&quot;21573&quot;:6211,&quot;21529&quot;:6212,&quot;21532&quot;:6213,&quot;21541&quot;:6214,&quot;21528&quot;:6215,&quot;21565&quot;:6216,&quot;21583&quot;:6217,&quot;21569&quot;:6218,&quot;21544&quot;:6219,&quot;21540&quot;:6220,&quot;21575&quot;:6221,&quot;22254&quot;:6222,&quot;22247&quot;:6223,&quot;22245&quot;:6224,&quot;22337&quot;:6225,&quot;22341&quot;:6226,&quot;22348&quot;:6227,&quot;22345&quot;:6228,&quot;22347&quot;:6229,&quot;22354&quot;:6230,&quot;22790&quot;:6231,&quot;22848&quot;:6232,&quot;22950&quot;:6233,&quot;22936&quot;:6234,&quot;22944&quot;:6235,&quot;22935&quot;:6236,&quot;22926&quot;:6237,&quot;22946&quot;:6238,&quot;22928&quot;:6239,&quot;22927&quot;:6240,&quot;22951&quot;:6241,&quot;22945&quot;:6242,&quot;23438&quot;:6243,&quot;23442&quot;:6244,&quot;23592&quot;:6245,&quot;23594&quot;:6246,&quot;23693&quot;:6247,&quot;23695&quot;:6248,&quot;23688&quot;:6249,&quot;23691&quot;:6250,&quot;23689&quot;:6251,&quot;23698&quot;:6252,&quot;23690&quot;:6253,&quot;23686&quot;:6254,&quot;23699&quot;:6255,&quot;23701&quot;:6256,&quot;24032&quot;:6257,&quot;24074&quot;:6258,&quot;24078&quot;:6259,&quot;24203&quot;:6260,&quot;24201&quot;:6261,&quot;24204&quot;:6262,&quot;24200&quot;:6263,&quot;24205&quot;:6264,&quot;24325&quot;:6265,&quot;24349&quot;:6266,&quot;24440&quot;:6267,&quot;24438&quot;:6268,&quot;24530&quot;:6269,&quot;24529&quot;:6270,&quot;24528&quot;:6271,&quot;24557&quot;:6272,&quot;24552&quot;:6273,&quot;24558&quot;:6274,&quot;24563&quot;:6275,&quot;24545&quot;:6276,&quot;24548&quot;:6277,&quot;24547&quot;:6278,&quot;24570&quot;:6279,&quot;24559&quot;:6280,&quot;24567&quot;:6281,&quot;24571&quot;:6282,&quot;24576&quot;:6283,&quot;24564&quot;:6284,&quot;25146&quot;:6285,&quot;25219&quot;:6286,&quot;25228&quot;:6287,&quot;25230&quot;:6288,&quot;25231&quot;:6289,&quot;25236&quot;:6290,&quot;25223&quot;:6291,&quot;25201&quot;:6292,&quot;25211&quot;:6293,&quot;25210&quot;:6294,&quot;25200&quot;:6295,&quot;25217&quot;:6296,&quot;25224&quot;:6297,&quot;25207&quot;:6298,&quot;25213&quot;:6299,&quot;25202&quot;:6300,&quot;25204&quot;:6301,&quot;26096&quot;:6302,&quot;26100&quot;:6303,&quot;26099&quot;:6304,&quot;26098&quot;:6305,&quot;26101&quot;:6306,&quot;26437&quot;:6307,&quot;26439&quot;:6308,&quot;26457&quot;:6309,&quot;26453&quot;:6310,&quot;26444&quot;:6311,&quot;26440&quot;:6312,&quot;26461&quot;:6313,&quot;26445&quot;:6314,&quot;26458&quot;:6315,&quot;26443&quot;:6316,&quot;27600&quot;:6317,&quot;27673&quot;:6318,&quot;27674&quot;:6319,&quot;27768&quot;:6320,&quot;27751&quot;:6321,&quot;27755&quot;:6322,&quot;27780&quot;:6323,&quot;27787&quot;:6324,&quot;27791&quot;:6325,&quot;27761&quot;:6326,&quot;27759&quot;:6327,&quot;27753&quot;:6328,&quot;27802&quot;:6329,&quot;27757&quot;:6330,&quot;27783&quot;:6331,&quot;27797&quot;:6332,&quot;27804&quot;:6333,&quot;57900&quot;:6333,&quot;27750&quot;:6334,&quot;27763&quot;:6335,&quot;27749&quot;:6336,&quot;27771&quot;:6337,&quot;27790&quot;:6338,&quot;28788&quot;:6339,&quot;28794&quot;:6340,&quot;29283&quot;:6341,&quot;29375&quot;:6342,&quot;29373&quot;:6343,&quot;29379&quot;:6344,&quot;29382&quot;:6345,&quot;29377&quot;:6346,&quot;29370&quot;:6347,&quot;29381&quot;:6348,&quot;29589&quot;:6349,&quot;29591&quot;:6350,&quot;29587&quot;:6351,&quot;29588&quot;:6352,&quot;29586&quot;:6353,&quot;30010&quot;:6354,&quot;30009&quot;:6355,&quot;30100&quot;:6356,&quot;30101&quot;:6357,&quot;30337&quot;:6358,&quot;31037&quot;:6359,&quot;32820&quot;:6360,&quot;32917&quot;:6361,&quot;32921&quot;:6362,&quot;32912&quot;:6363,&quot;32914&quot;:6364,&quot;32924&quot;:6365,&quot;33424&quot;:6366,&quot;33423&quot;:6367,&quot;33413&quot;:6368,&quot;33422&quot;:6369,&quot;33425&quot;:6370,&quot;33427&quot;:6371,&quot;33418&quot;:6372,&quot;33411&quot;:6373,&quot;33412&quot;:6374,&quot;12184&quot;:6375,&quot;35960&quot;:6375,&quot;36809&quot;:6376,&quot;36799&quot;:6377,&quot;37023&quot;:6378,&quot;37025&quot;:6379,&quot;37029&quot;:6380,&quot;37022&quot;:6381,&quot;37031&quot;:6382,&quot;37024&quot;:6383,&quot;38448&quot;:6384,&quot;38440&quot;:6385,&quot;38447&quot;:6386,&quot;38445&quot;:6387,&quot;20019&quot;:6388,&quot;20376&quot;:6389,&quot;20348&quot;:6390,&quot;20357&quot;:6391,&quot;20349&quot;:6392,&quot;20352&quot;:6393,&quot;20359&quot;:6394,&quot;20342&quot;:6395,&quot;20340&quot;:6396,&quot;20361&quot;:6397,&quot;20356&quot;:6398,&quot;20343&quot;:6399,&quot;20300&quot;:6400,&quot;20375&quot;:6401,&quot;20330&quot;:6402,&quot;20378&quot;:6403,&quot;20345&quot;:6404,&quot;20353&quot;:6405,&quot;20344&quot;:6406,&quot;20368&quot;:6407,&quot;20380&quot;:6408,&quot;20372&quot;:6409,&quot;20382&quot;:6410,&quot;20370&quot;:6411,&quot;20354&quot;:6412,&quot;20373&quot;:6413,&quot;20331&quot;:6414,&quot;20334&quot;:6415,&quot;20894&quot;:6416,&quot;20924&quot;:6417,&quot;20926&quot;:6418,&quot;21045&quot;:6419,&quot;21042&quot;:6420,&quot;21043&quot;:6421,&quot;21062&quot;:6422,&quot;21041&quot;:6423,&quot;21180&quot;:6424,&quot;21258&quot;:6425,&quot;21259&quot;:6426,&quot;21308&quot;:6427,&quot;21394&quot;:6428,&quot;21396&quot;:6429,&quot;21639&quot;:6430,&quot;21631&quot;:6431,&quot;21633&quot;:6432,&quot;21649&quot;:6433,&quot;21634&quot;:6434,&quot;21640&quot;:6435,&quot;21611&quot;:6436,&quot;21626&quot;:6437,&quot;21630&quot;:6438,&quot;21605&quot;:6439,&quot;21612&quot;:6440,&quot;21620&quot;:6441,&quot;21606&quot;:6442,&quot;21645&quot;:6443,&quot;21615&quot;:6444,&quot;21601&quot;:6445,&quot;21600&quot;:6446,&quot;21656&quot;:6447,&quot;21603&quot;:6448,&quot;21607&quot;:6449,&quot;21604&quot;:6450,&quot;22263&quot;:6451,&quot;22265&quot;:6452,&quot;22383&quot;:6453,&quot;22386&quot;:6454,&quot;22381&quot;:6455,&quot;22379&quot;:6456,&quot;22385&quot;:6457,&quot;22384&quot;:6458,&quot;22390&quot;:6459,&quot;22400&quot;:6460,&quot;22389&quot;:6461,&quot;22395&quot;:6462,&quot;22387&quot;:6463,&quot;22388&quot;:6464,&quot;22370&quot;:6465,&quot;22376&quot;:6466,&quot;22397&quot;:6467,&quot;22796&quot;:6468,&quot;22853&quot;:6469,&quot;22965&quot;:6470,&quot;22970&quot;:6471,&quot;22991&quot;:6472,&quot;22990&quot;:6473,&quot;22962&quot;:6474,&quot;22988&quot;:6475,&quot;22977&quot;:6476,&quot;22966&quot;:6477,&quot;22972&quot;:6478,&quot;22979&quot;:6479,&quot;22998&quot;:6480,&quot;22961&quot;:6481,&quot;22973&quot;:6482,&quot;22976&quot;:6483,&quot;22984&quot;:6484,&quot;22964&quot;:6485,&quot;22983&quot;:6486,&quot;23394&quot;:6487,&quot;23397&quot;:6488,&quot;23443&quot;:6489,&quot;23445&quot;:6490,&quot;23620&quot;:6491,&quot;23623&quot;:6492,&quot;23726&quot;:6493,&quot;23716&quot;:6494,&quot;23712&quot;:6495,&quot;23733&quot;:6496,&quot;23727&quot;:6497,&quot;23720&quot;:6498,&quot;23724&quot;:6499,&quot;23711&quot;:6500,&quot;23715&quot;:6501,&quot;23725&quot;:6502,&quot;23714&quot;:6503,&quot;23722&quot;:6504,&quot;23719&quot;:6505,&quot;23709&quot;:6506,&quot;23717&quot;:6507,&quot;23734&quot;:6508,&quot;23728&quot;:6509,&quot;23718&quot;:6510,&quot;24087&quot;:6511,&quot;24084&quot;:6512,&quot;24089&quot;:6513,&quot;24360&quot;:6514,&quot;24354&quot;:6515,&quot;24355&quot;:6516,&quot;24356&quot;:6517,&quot;24404&quot;:6518,&quot;24450&quot;:6519,&quot;24446&quot;:6520,&quot;24445&quot;:6521,&quot;24542&quot;:6522,&quot;24549&quot;:6523,&quot;24621&quot;:6524,&quot;24614&quot;:6525,&quot;24601&quot;:6526,&quot;24626&quot;:6527,&quot;24587&quot;:6528,&quot;24628&quot;:6529,&quot;24586&quot;:6530,&quot;24599&quot;:6531,&quot;24627&quot;:6532,&quot;24602&quot;:6533,&quot;24606&quot;:6534,&quot;24620&quot;:6535,&quot;24610&quot;:6536,&quot;24589&quot;:6537,&quot;24592&quot;:6538,&quot;24622&quot;:6539,&quot;24595&quot;:6540,&quot;24593&quot;:6541,&quot;24588&quot;:6542,&quot;24585&quot;:6543,&quot;24604&quot;:6544,&quot;25108&quot;:6545,&quot;25149&quot;:6546,&quot;25261&quot;:6547,&quot;25268&quot;:6548,&quot;25297&quot;:6549,&quot;25278&quot;:6550,&quot;25258&quot;:6551,&quot;25270&quot;:6552,&quot;25290&quot;:6553,&quot;25262&quot;:6554,&quot;25267&quot;:6555,&quot;25263&quot;:6556,&quot;25275&quot;:6557,&quot;25257&quot;:6558,&quot;25264&quot;:6559,&quot;25272&quot;:6560,&quot;25917&quot;:6561,&quot;26024&quot;:6562,&quot;26043&quot;:6563,&quot;26121&quot;:6564,&quot;26108&quot;:6565,&quot;26116&quot;:6566,&quot;26130&quot;:6567,&quot;26120&quot;:6568,&quot;26107&quot;:6569,&quot;26115&quot;:6570,&quot;26123&quot;:6571,&quot;26125&quot;:6572,&quot;26117&quot;:6573,&quot;26109&quot;:6574,&quot;26129&quot;:6575,&quot;26128&quot;:6576,&quot;26358&quot;:6577,&quot;26378&quot;:6578,&quot;26501&quot;:6579,&quot;26476&quot;:6580,&quot;26510&quot;:6581,&quot;26514&quot;:6582,&quot;26486&quot;:6583,&quot;26491&quot;:6584,&quot;26520&quot;:6585,&quot;26502&quot;:6586,&quot;26500&quot;:6587,&quot;26484&quot;:6588,&quot;26509&quot;:6589,&quot;26508&quot;:6590,&quot;26490&quot;:6591,&quot;26527&quot;:6592,&quot;26513&quot;:6593,&quot;26521&quot;:6594,&quot;26499&quot;:6595,&quot;26493&quot;:6596,&quot;26497&quot;:6597,&quot;26488&quot;:6598,&quot;26489&quot;:6599,&quot;26516&quot;:6600,&quot;27429&quot;:6601,&quot;27520&quot;:6602,&quot;27518&quot;:6603,&quot;27614&quot;:6604,&quot;27677&quot;:6605,&quot;27795&quot;:6606,&quot;27884&quot;:6607,&quot;27883&quot;:6608,&quot;27886&quot;:6609,&quot;27865&quot;:6610,&quot;27830&quot;:6611,&quot;27860&quot;:6612,&quot;27821&quot;:6613,&quot;27879&quot;:6614,&quot;27831&quot;:6615,&quot;27856&quot;:6616,&quot;27842&quot;:6617,&quot;27834&quot;:6618,&quot;27843&quot;:6619,&quot;27846&quot;:6620,&quot;27885&quot;:6621,&quot;27890&quot;:6622,&quot;27858&quot;:6623,&quot;27869&quot;:6624,&quot;27828&quot;:6625,&quot;27786&quot;:6626,&quot;27805&quot;:6627,&quot;27776&quot;:6628,&quot;27870&quot;:6629,&quot;27840&quot;:6630,&quot;27952&quot;:6631,&quot;27853&quot;:6632,&quot;27847&quot;:6633,&quot;27824&quot;:6634,&quot;27897&quot;:6635,&quot;27855&quot;:6636,&quot;27881&quot;:6637,&quot;27857&quot;:6638,&quot;28820&quot;:6639,&quot;28824&quot;:6640,&quot;28805&quot;:6641,&quot;28819&quot;:6642,&quot;28806&quot;:6643,&quot;28804&quot;:6644,&quot;28817&quot;:6645,&quot;28822&quot;:6646,&quot;28802&quot;:6647,&quot;28826&quot;:6648,&quot;28803&quot;:6649,&quot;29290&quot;:6650,&quot;29398&quot;:6651,&quot;29387&quot;:6652,&quot;29400&quot;:6653,&quot;29385&quot;:6654,&quot;29404&quot;:6655,&quot;29394&quot;:6656,&quot;29396&quot;:6657,&quot;29402&quot;:6658,&quot;29388&quot;:6659,&quot;29393&quot;:6660,&quot;29604&quot;:6661,&quot;29601&quot;:6662,&quot;29613&quot;:6663,&quot;29606&quot;:6664,&quot;29602&quot;:6665,&quot;29600&quot;:6666,&quot;29612&quot;:6667,&quot;29597&quot;:6668,&quot;29917&quot;:6669,&quot;29928&quot;:6670,&quot;30015&quot;:6671,&quot;30016&quot;:6672,&quot;30014&quot;:6673,&quot;30092&quot;:6674,&quot;30104&quot;:6675,&quot;30383&quot;:6676,&quot;30451&quot;:6677,&quot;30449&quot;:6678,&quot;30448&quot;:6679,&quot;30453&quot;:6680,&quot;30712&quot;:6681,&quot;30716&quot;:6682,&quot;30713&quot;:6683,&quot;30715&quot;:6684,&quot;30714&quot;:6685,&quot;30711&quot;:6686,&quot;31042&quot;:6687,&quot;31039&quot;:6688,&quot;31173&quot;:6689,&quot;31352&quot;:6690,&quot;31355&quot;:6691,&quot;31483&quot;:6692,&quot;31861&quot;:6693,&quot;31997&quot;:6694,&quot;32821&quot;:6695,&quot;32911&quot;:6696,&quot;32942&quot;:6697,&quot;32931&quot;:6698,&quot;32952&quot;:6699,&quot;32949&quot;:6700,&quot;32941&quot;:6701,&quot;33312&quot;:6702,&quot;33440&quot;:6703,&quot;33472&quot;:6704,&quot;33451&quot;:6705,&quot;33434&quot;:6706,&quot;33432&quot;:6707,&quot;33435&quot;:6708,&quot;33461&quot;:6709,&quot;33447&quot;:6710,&quot;33454&quot;:6711,&quot;33468&quot;:6712,&quot;33438&quot;:6713,&quot;33466&quot;:6714,&quot;33460&quot;:6715,&quot;33448&quot;:6716,&quot;33441&quot;:6717,&quot;33449&quot;:6718,&quot;33474&quot;:6719,&quot;33444&quot;:6720,&quot;33475&quot;:6721,&quot;33462&quot;:6722,&quot;33442&quot;:6723,&quot;34416&quot;:6724,&quot;34415&quot;:6725,&quot;34413&quot;:6726,&quot;34414&quot;:6727,&quot;35926&quot;:6728,&quot;36818&quot;:6729,&quot;36811&quot;:6730,&quot;36819&quot;:6731,&quot;36813&quot;:6732,&quot;36822&quot;:6733,&quot;36821&quot;:6734,&quot;36823&quot;:6735,&quot;37042&quot;:6736,&quot;37044&quot;:6737,&quot;37039&quot;:6738,&quot;37043&quot;:6739,&quot;37040&quot;:6740,&quot;38457&quot;:6741,&quot;38461&quot;:6742,&quot;38460&quot;:6743,&quot;38458&quot;:6744,&quot;38467&quot;:6745,&quot;20429&quot;:6746,&quot;20421&quot;:6747,&quot;20435&quot;:6748,&quot;20402&quot;:6749,&quot;20425&quot;:6750,&quot;20427&quot;:6751,&quot;20417&quot;:6752,&quot;20436&quot;:6753,&quot;20444&quot;:6754,&quot;20441&quot;:6755,&quot;20411&quot;:6756,&quot;60346&quot;:6756,&quot;20403&quot;:6757,&quot;20443&quot;:6758,&quot;20423&quot;:6759,&quot;20438&quot;:6760,&quot;20410&quot;:6761,&quot;20416&quot;:6762,&quot;20409&quot;:6763,&quot;20460&quot;:6764,&quot;21060&quot;:6765,&quot;21065&quot;:6766,&quot;21184&quot;:6767,&quot;21186&quot;:6768,&quot;21309&quot;:6769,&quot;21372&quot;:6770,&quot;21399&quot;:6771,&quot;21398&quot;:6772,&quot;21401&quot;:6773,&quot;21400&quot;:6774,&quot;21690&quot;:6775,&quot;21665&quot;:6776,&quot;21677&quot;:6777,&quot;21669&quot;:6778,&quot;21711&quot;:6779,&quot;21699&quot;:6780,&quot;33549&quot;:6781,&quot;21687&quot;:6782,&quot;21678&quot;:6783,&quot;21718&quot;:6784,&quot;21686&quot;:6785,&quot;21701&quot;:6786,&quot;21702&quot;:6787,&quot;21664&quot;:6788,&quot;21616&quot;:6789,&quot;21692&quot;:6790,&quot;21666&quot;:6791,&quot;21694&quot;:6792,&quot;21618&quot;:6793,&quot;21726&quot;:6794,&quot;21680&quot;:6795,&quot;22453&quot;:6796,&quot;22430&quot;:6797,&quot;22431&quot;:6798,&quot;22436&quot;:6799,&quot;22412&quot;:6800,&quot;22423&quot;:6801,&quot;22429&quot;:6802,&quot;22427&quot;:6803,&quot;22420&quot;:6804,&quot;22424&quot;:6805,&quot;22415&quot;:6806,&quot;22425&quot;:6807,&quot;22437&quot;:6808,&quot;22426&quot;:6809,&quot;22421&quot;:6810,&quot;22772&quot;:6811,&quot;22797&quot;:6812,&quot;22867&quot;:6813,&quot;23009&quot;:6814,&quot;23006&quot;:6815,&quot;23022&quot;:6816,&quot;23040&quot;:6817,&quot;23025&quot;:6818,&quot;23005&quot;:6819,&quot;23034&quot;:6820,&quot;23037&quot;:6821,&quot;23036&quot;:6822,&quot;23030&quot;:6823,&quot;23012&quot;:6824,&quot;23026&quot;:6825,&quot;23031&quot;:6826,&quot;23003&quot;:6827,&quot;23017&quot;:6828,&quot;23027&quot;:6829,&quot;23029&quot;:6830,&quot;23008&quot;:6831,&quot;23038&quot;:6832,&quot;23028&quot;:6833,&quot;23021&quot;:6834,&quot;23464&quot;:6835,&quot;23628&quot;:6836,&quot;23760&quot;:6837,&quot;23768&quot;:6838,&quot;23756&quot;:6839,&quot;23767&quot;:6840,&quot;23755&quot;:6841,&quot;23771&quot;:6842,&quot;23774&quot;:6843,&quot;23770&quot;:6844,&quot;23753&quot;:6845,&quot;23751&quot;:6846,&quot;23754&quot;:6847,&quot;23766&quot;:6848,&quot;23763&quot;:6849,&quot;23764&quot;:6850,&quot;23759&quot;:6851,&quot;23752&quot;:6852,&quot;23750&quot;:6853,&quot;23758&quot;:6854,&quot;23775&quot;:6855,&quot;23800&quot;:6856,&quot;24057&quot;:6857,&quot;24097&quot;:6858,&quot;24098&quot;:6859,&quot;24099&quot;:6860,&quot;24096&quot;:6861,&quot;24100&quot;:6862,&quot;24240&quot;:6863,&quot;24228&quot;:6864,&quot;24226&quot;:6865,&quot;24219&quot;:6866,&quot;24227&quot;:6867,&quot;24229&quot;:6868,&quot;24327&quot;:6869,&quot;24366&quot;:6870,&quot;24406&quot;:6871,&quot;24454&quot;:6872,&quot;24631&quot;:6873,&quot;24633&quot;:6874,&quot;24660&quot;:6875,&quot;24690&quot;:6876,&quot;24670&quot;:6877,&quot;24645&quot;:6878,&quot;24659&quot;:6879,&quot;24647&quot;:6880,&quot;24649&quot;:6881,&quot;24667&quot;:6882,&quot;24652&quot;:6883,&quot;24640&quot;:6884,&quot;24642&quot;:6885,&quot;24671&quot;:6886,&quot;24612&quot;:6887,&quot;24644&quot;:6888,&quot;24664&quot;:6889,&quot;24678&quot;:6890,&quot;24686&quot;:6891,&quot;25154&quot;:6892,&quot;25155&quot;:6893,&quot;25295&quot;:6894,&quot;25357&quot;:6895,&quot;25355&quot;:6896,&quot;25333&quot;:6897,&quot;25358&quot;:6898,&quot;25347&quot;:6899,&quot;25323&quot;:6900,&quot;25337&quot;:6901,&quot;25359&quot;:6902,&quot;25356&quot;:6903,&quot;25336&quot;:6904,&quot;25334&quot;:6905,&quot;25344&quot;:6906,&quot;25363&quot;:6907,&quot;25364&quot;:6908,&quot;25338&quot;:6909,&quot;25365&quot;:6910,&quot;25339&quot;:6911,&quot;25328&quot;:6912,&quot;25921&quot;:6913,&quot;25923&quot;:6914,&quot;26026&quot;:6915,&quot;26047&quot;:6916,&quot;26166&quot;:6917,&quot;26145&quot;:6918,&quot;26162&quot;:6919,&quot;26165&quot;:6920,&quot;26140&quot;:6921,&quot;26150&quot;:6922,&quot;26146&quot;:6923,&quot;26163&quot;:6924,&quot;26155&quot;:6925,&quot;26170&quot;:6926,&quot;26141&quot;:6927,&quot;26164&quot;:6928,&quot;26169&quot;:6929,&quot;26158&quot;:6930,&quot;26383&quot;:6931,&quot;26384&quot;:6932,&quot;26561&quot;:6933,&quot;26610&quot;:6934,&quot;26568&quot;:6935,&quot;26554&quot;:6936,&quot;26588&quot;:6937,&quot;26555&quot;:6938,&quot;26616&quot;:6939,&quot;26584&quot;:6940,&quot;26560&quot;:6941,&quot;26551&quot;:6942,&quot;26565&quot;:6943,&quot;26603&quot;:6944,&quot;26596&quot;:6945,&quot;26591&quot;:6946,&quot;26549&quot;:6947,&quot;26573&quot;:6948,&quot;26547&quot;:6949,&quot;26615&quot;:6950,&quot;26614&quot;:6951,&quot;26606&quot;:6952,&quot;26595&quot;:6953,&quot;26562&quot;:6954,&quot;26553&quot;:6955,&quot;26574&quot;:6956,&quot;26599&quot;:6957,&quot;26608&quot;:6958,&quot;26546&quot;:6959,&quot;26620&quot;:6960,&quot;26566&quot;:6961,&quot;26605&quot;:6962,&quot;26572&quot;:6963,&quot;26542&quot;:6964,&quot;26598&quot;:6965,&quot;26587&quot;:6966,&quot;26618&quot;:6967,&quot;26569&quot;:6968,&quot;26570&quot;:6969,&quot;26563&quot;:6970,&quot;26602&quot;:6971,&quot;26571&quot;:6972,&quot;27432&quot;:6973,&quot;27522&quot;:6974,&quot;27524&quot;:6975,&quot;27574&quot;:6976,&quot;27606&quot;:6977,&quot;27608&quot;:6978,&quot;27616&quot;:6979,&quot;27680&quot;:6980,&quot;27681&quot;:6981,&quot;27944&quot;:6982,&quot;27956&quot;:6983,&quot;27949&quot;:6984,&quot;27935&quot;:6985,&quot;27964&quot;:6986,&quot;27967&quot;:6987,&quot;27922&quot;:6988,&quot;27914&quot;:6989,&quot;27866&quot;:6990,&quot;27955&quot;:6991,&quot;27908&quot;:6992,&quot;27929&quot;:6993,&quot;27962&quot;:6994,&quot;27930&quot;:6995,&quot;27921&quot;:6996,&quot;27904&quot;:6997,&quot;27933&quot;:6998,&quot;27970&quot;:6999,&quot;27905&quot;:7000,&quot;27928&quot;:7001,&quot;27959&quot;:7002,&quot;27907&quot;:7003,&quot;27919&quot;:7004,&quot;27968&quot;:7005,&quot;27911&quot;:7006,&quot;27936&quot;:7007,&quot;27948&quot;:7008,&quot;27912&quot;:7009,&quot;27938&quot;:7010,&quot;27913&quot;:7011,&quot;27920&quot;:7012,&quot;28855&quot;:7013,&quot;28831&quot;:7014,&quot;28862&quot;:7015,&quot;28849&quot;:7016,&quot;28848&quot;:7017,&quot;28833&quot;:7018,&quot;28852&quot;:7019,&quot;28853&quot;:7020,&quot;28841&quot;:7021,&quot;29249&quot;:7022,&quot;29257&quot;:7023,&quot;29258&quot;:7024,&quot;29292&quot;:7025,&quot;29296&quot;:7026,&quot;29299&quot;:7027,&quot;29294&quot;:7028,&quot;29386&quot;:7029,&quot;29412&quot;:7030,&quot;29416&quot;:7031,&quot;29419&quot;:7032,&quot;29407&quot;:7033,&quot;29418&quot;:7034,&quot;29414&quot;:7035,&quot;29411&quot;:7036,&quot;29573&quot;:7037,&quot;29644&quot;:7038,&quot;29634&quot;:7039,&quot;29640&quot;:7040,&quot;29637&quot;:7041,&quot;29625&quot;:7042,&quot;29622&quot;:7043,&quot;29621&quot;:7044,&quot;29620&quot;:7045,&quot;29675&quot;:7046,&quot;29631&quot;:7047,&quot;29639&quot;:7048,&quot;29630&quot;:7049,&quot;29635&quot;:7050,&quot;29638&quot;:7051,&quot;29624&quot;:7052,&quot;29643&quot;:7053,&quot;29932&quot;:7054,&quot;29934&quot;:7055,&quot;29998&quot;:7056,&quot;30023&quot;:7057,&quot;30024&quot;:7058,&quot;30119&quot;:7059,&quot;30122&quot;:7060,&quot;30329&quot;:7061,&quot;30404&quot;:7062,&quot;30472&quot;:7063,&quot;30467&quot;:7064,&quot;30468&quot;:7065,&quot;30469&quot;:7066,&quot;30474&quot;:7067,&quot;30455&quot;:7068,&quot;30459&quot;:7069,&quot;30458&quot;:7070,&quot;30695&quot;:7071,&quot;30696&quot;:7072,&quot;30726&quot;:7073,&quot;30737&quot;:7074,&quot;30738&quot;:7075,&quot;30725&quot;:7076,&quot;30736&quot;:7077,&quot;30735&quot;:7078,&quot;30734&quot;:7079,&quot;30729&quot;:7080,&quot;58095&quot;:7080,&quot;30723&quot;:7081,&quot;30739&quot;:7082,&quot;31050&quot;:7083,&quot;31052&quot;:7084,&quot;31051&quot;:7085,&quot;31045&quot;:7086,&quot;31044&quot;:7087,&quot;31189&quot;:7088,&quot;31181&quot;:7089,&quot;31183&quot;:7090,&quot;31190&quot;:7091,&quot;31182&quot;:7092,&quot;31360&quot;:7093,&quot;31358&quot;:7094,&quot;31441&quot;:7095,&quot;31488&quot;:7096,&quot;31489&quot;:7097,&quot;31866&quot;:7098,&quot;31864&quot;:7099,&quot;31865&quot;:7100,&quot;31871&quot;:7101,&quot;31872&quot;:7102,&quot;31873&quot;:7103,&quot;32003&quot;:7104,&quot;32008&quot;:7105,&quot;32001&quot;:7106,&quot;32600&quot;:7107,&quot;32657&quot;:7108,&quot;32653&quot;:7109,&quot;32702&quot;:7110,&quot;32775&quot;:7111,&quot;32782&quot;:7112,&quot;32783&quot;:7113,&quot;32788&quot;:7114,&quot;32823&quot;:7115,&quot;32984&quot;:7116,&quot;32967&quot;:7117,&quot;32992&quot;:7118,&quot;32977&quot;:7119,&quot;32968&quot;:7120,&quot;32962&quot;:7121,&quot;32976&quot;:7122,&quot;32965&quot;:7123,&quot;32995&quot;:7124,&quot;32985&quot;:7125,&quot;32988&quot;:7126,&quot;32970&quot;:7127,&quot;32981&quot;:7128,&quot;32969&quot;:7129,&quot;32975&quot;:7130,&quot;32983&quot;:7131,&quot;32998&quot;:7132,&quot;32973&quot;:7133,&quot;33279&quot;:7134,&quot;33313&quot;:7135,&quot;33428&quot;:7136,&quot;33497&quot;:7137,&quot;33534&quot;:7138,&quot;33529&quot;:7139,&quot;33543&quot;:7140,&quot;33512&quot;:7141,&quot;33536&quot;:7142,&quot;33493&quot;:7143,&quot;33594&quot;:7144,&quot;33515&quot;:7145,&quot;33494&quot;:7146,&quot;33524&quot;:7147,&quot;33516&quot;:7148,&quot;33505&quot;:7149,&quot;33522&quot;:7150,&quot;33525&quot;:7151,&quot;33548&quot;:7152,&quot;33531&quot;:7153,&quot;33526&quot;:7154,&quot;33520&quot;:7155,&quot;33514&quot;:7156,&quot;33508&quot;:7157,&quot;33504&quot;:7158,&quot;33530&quot;:7159,&quot;33523&quot;:7160,&quot;33517&quot;:7161,&quot;34423&quot;:7162,&quot;34420&quot;:7163,&quot;34428&quot;:7164,&quot;34419&quot;:7165,&quot;34881&quot;:7166,&quot;34894&quot;:7167,&quot;34919&quot;:7168,&quot;34922&quot;:7169,&quot;34921&quot;:7170,&quot;35283&quot;:7171,&quot;35332&quot;:7172,&quot;35335&quot;:7173,&quot;36210&quot;:7174,&quot;36835&quot;:7175,&quot;36833&quot;:7176,&quot;36846&quot;:7177,&quot;36832&quot;:7178,&quot;37105&quot;:7179,&quot;37053&quot;:7180,&quot;37055&quot;:7181,&quot;37077&quot;:7182,&quot;37061&quot;:7183,&quot;37054&quot;:7184,&quot;37063&quot;:7185,&quot;37067&quot;:7186,&quot;37064&quot;:7187,&quot;37332&quot;:7188,&quot;60294&quot;:7188,&quot;37331&quot;:7189,&quot;38484&quot;:7190,&quot;38479&quot;:7191,&quot;38481&quot;:7192,&quot;38483&quot;:7193,&quot;38474&quot;:7194,&quot;38478&quot;:7195,&quot;20510&quot;:7196,&quot;20485&quot;:7197,&quot;20487&quot;:7198,&quot;20499&quot;:7199,&quot;20514&quot;:7200,&quot;20528&quot;:7201,&quot;20507&quot;:7202,&quot;20469&quot;:7203,&quot;20468&quot;:7204,&quot;20531&quot;:7205,&quot;20535&quot;:7206,&quot;20524&quot;:7207,&quot;20470&quot;:7208,&quot;20471&quot;:7209,&quot;20503&quot;:7210,&quot;20508&quot;:7211,&quot;20512&quot;:7212,&quot;20519&quot;:7213,&quot;20533&quot;:7214,&quot;20527&quot;:7215,&quot;20529&quot;:7216,&quot;20494&quot;:7217,&quot;20826&quot;:7218,&quot;20884&quot;:7219,&quot;20883&quot;:7220,&quot;20938&quot;:7221,&quot;20932&quot;:7222,&quot;20933&quot;:7223,&quot;20936&quot;:7224,&quot;20942&quot;:7225,&quot;21089&quot;:7226,&quot;21082&quot;:7227,&quot;21074&quot;:7228,&quot;21086&quot;:7229,&quot;21087&quot;:7230,&quot;21077&quot;:7231,&quot;21090&quot;:7232,&quot;21197&quot;:7233,&quot;21262&quot;:7234,&quot;21406&quot;:7235,&quot;21798&quot;:7236,&quot;21730&quot;:7237,&quot;21783&quot;:7238,&quot;21778&quot;:7239,&quot;21735&quot;:7240,&quot;21747&quot;:7241,&quot;21732&quot;:7242,&quot;21786&quot;:7243,&quot;21759&quot;:7244,&quot;21764&quot;:7245,&quot;21768&quot;:7246,&quot;21739&quot;:7247,&quot;21777&quot;:7248,&quot;21765&quot;:7249,&quot;21745&quot;:7250,&quot;21770&quot;:7251,&quot;21755&quot;:7252,&quot;21751&quot;:7253,&quot;21752&quot;:7254,&quot;21728&quot;:7255,&quot;21774&quot;:7256,&quot;21763&quot;:7257,&quot;21771&quot;:7258,&quot;22273&quot;:7259,&quot;22274&quot;:7260,&quot;22476&quot;:7261,&quot;22578&quot;:7262,&quot;22485&quot;:7263,&quot;22482&quot;:7264,&quot;22458&quot;:7265,&quot;22470&quot;:7266,&quot;22461&quot;:7267,&quot;22460&quot;:7268,&quot;22456&quot;:7269,&quot;22454&quot;:7270,&quot;22463&quot;:7271,&quot;22471&quot;:7272,&quot;22480&quot;:7273,&quot;22457&quot;:7274,&quot;22465&quot;:7275,&quot;22798&quot;:7276,&quot;22858&quot;:7277,&quot;23065&quot;:7278,&quot;23062&quot;:7279,&quot;23085&quot;:7280,&quot;23086&quot;:7281,&quot;23061&quot;:7282,&quot;23055&quot;:7283,&quot;23063&quot;:7284,&quot;23050&quot;:7285,&quot;23070&quot;:7286,&quot;23091&quot;:7287,&quot;23404&quot;:7288,&quot;23463&quot;:7289,&quot;23469&quot;:7290,&quot;23468&quot;:7291,&quot;23555&quot;:7292,&quot;23638&quot;:7293,&quot;23636&quot;:7294,&quot;23788&quot;:7295,&quot;23807&quot;:7296,&quot;23790&quot;:7297,&quot;23793&quot;:7298,&quot;23799&quot;:7299,&quot;23808&quot;:7300,&quot;23801&quot;:7301,&quot;24105&quot;:7302,&quot;24104&quot;:7303,&quot;24232&quot;:7304,&quot;24238&quot;:7305,&quot;24234&quot;:7306,&quot;24236&quot;:7307,&quot;24371&quot;:7308,&quot;24368&quot;:7309,&quot;24423&quot;:7310,&quot;24669&quot;:7311,&quot;24666&quot;:7312,&quot;24679&quot;:7313,&quot;24641&quot;:7314,&quot;24738&quot;:7315,&quot;24712&quot;:7316,&quot;24704&quot;:7317,&quot;24722&quot;:7318,&quot;24705&quot;:7319,&quot;24733&quot;:7320,&quot;24707&quot;:7321,&quot;24725&quot;:7322,&quot;24731&quot;:7323,&quot;24727&quot;:7324,&quot;24711&quot;:7325,&quot;24732&quot;:7326,&quot;24718&quot;:7327,&quot;25113&quot;:7328,&quot;25158&quot;:7329,&quot;25330&quot;:7330,&quot;25360&quot;:7331,&quot;25430&quot;:7332,&quot;25388&quot;:7333,&quot;25412&quot;:7334,&quot;25413&quot;:7335,&quot;25398&quot;:7336,&quot;25411&quot;:7337,&quot;25572&quot;:7338,&quot;25401&quot;:7339,&quot;25419&quot;:7340,&quot;25418&quot;:7341,&quot;25404&quot;:7342,&quot;25385&quot;:7343,&quot;25409&quot;:7344,&quot;25396&quot;:7345,&quot;25432&quot;:7346,&quot;25428&quot;:7347,&quot;25433&quot;:7348,&quot;25389&quot;:7349,&quot;25415&quot;:7350,&quot;25395&quot;:7351,&quot;25434&quot;:7352,&quot;25425&quot;:7353,&quot;25400&quot;:7354,&quot;25431&quot;:7355,&quot;25408&quot;:7356,&quot;25416&quot;:7357,&quot;25930&quot;:7358,&quot;25926&quot;:7359,&quot;26054&quot;:7360,&quot;26051&quot;:7361,&quot;26052&quot;:7362,&quot;26050&quot;:7363,&quot;26186&quot;:7364,&quot;26207&quot;:7365,&quot;26183&quot;:7366,&quot;26193&quot;:7367,&quot;26386&quot;:7368,&quot;26387&quot;:7369,&quot;26655&quot;:7370,&quot;26650&quot;:7371,&quot;26697&quot;:7372,&quot;26674&quot;:7373,&quot;26675&quot;:7374,&quot;26683&quot;:7375,&quot;26699&quot;:7376,&quot;26703&quot;:7377,&quot;26646&quot;:7378,&quot;26673&quot;:7379,&quot;26652&quot;:7380,&quot;26677&quot;:7381,&quot;26667&quot;:7382,&quot;26669&quot;:7383,&quot;26671&quot;:7384,&quot;26702&quot;:7385,&quot;26692&quot;:7386,&quot;26676&quot;:7387,&quot;26653&quot;:7388,&quot;26642&quot;:7389,&quot;26644&quot;:7390,&quot;26662&quot;:7391,&quot;26664&quot;:7392,&quot;26670&quot;:7393,&quot;26701&quot;:7394,&quot;26682&quot;:7395,&quot;26661&quot;:7396,&quot;26656&quot;:7397,&quot;27436&quot;:7398,&quot;27439&quot;:7399,&quot;27437&quot;:7400,&quot;27441&quot;:7401,&quot;27444&quot;:7402,&quot;27501&quot;:7403,&quot;32898&quot;:7404,&quot;27528&quot;:7405,&quot;27622&quot;:7406,&quot;27620&quot;:7407,&quot;27624&quot;:7408,&quot;27619&quot;:7409,&quot;27618&quot;:7410,&quot;27623&quot;:7411,&quot;27685&quot;:7412,&quot;28026&quot;:7413,&quot;28003&quot;:7414,&quot;28004&quot;:7415,&quot;28022&quot;:7416,&quot;27917&quot;:7417,&quot;28001&quot;:7418,&quot;28050&quot;:7419,&quot;27992&quot;:7420,&quot;28002&quot;:7421,&quot;28013&quot;:7422,&quot;28015&quot;:7423,&quot;28049&quot;:7424,&quot;28045&quot;:7425,&quot;28143&quot;:7426,&quot;28031&quot;:7427,&quot;28038&quot;:7428,&quot;27998&quot;:7429,&quot;28007&quot;:7430,&quot;59078&quot;:7430,&quot;28000&quot;:7431,&quot;28055&quot;:7432,&quot;28016&quot;:7433,&quot;28028&quot;:7434,&quot;27999&quot;:7435,&quot;28034&quot;:7436,&quot;28056&quot;:7437,&quot;27951&quot;:7438,&quot;28008&quot;:7439,&quot;28043&quot;:7440,&quot;28030&quot;:7441,&quot;28032&quot;:7442,&quot;28036&quot;:7443,&quot;27926&quot;:7444,&quot;28035&quot;:7445,&quot;28027&quot;:7446,&quot;28029&quot;:7447,&quot;28021&quot;:7448,&quot;28048&quot;:7449,&quot;28892&quot;:7450,&quot;28883&quot;:7451,&quot;28881&quot;:7452,&quot;28893&quot;:7453,&quot;28875&quot;:7454,&quot;32569&quot;:7455,&quot;28898&quot;:7456,&quot;28887&quot;:7457,&quot;28882&quot;:7458,&quot;28894&quot;:7459,&quot;28896&quot;:7460,&quot;28884&quot;:7461,&quot;28877&quot;:7462,&quot;28869&quot;:7463,&quot;28870&quot;:7464,&quot;28871&quot;:7465,&quot;28890&quot;:7466,&quot;28878&quot;:7467,&quot;28897&quot;:7468,&quot;29250&quot;:7469,&quot;29304&quot;:7470,&quot;29303&quot;:7471,&quot;29302&quot;:7472,&quot;29440&quot;:7473,&quot;29434&quot;:7474,&quot;29428&quot;:7475,&quot;29438&quot;:7476,&quot;29430&quot;:7477,&quot;29427&quot;:7478,&quot;29435&quot;:7479,&quot;29441&quot;:7480,&quot;29651&quot;:7481,&quot;29657&quot;:7482,&quot;29669&quot;:7483,&quot;29654&quot;:7484,&quot;29628&quot;:7485,&quot;29671&quot;:7486,&quot;29667&quot;:7487,&quot;29673&quot;:7488,&quot;29660&quot;:7489,&quot;29650&quot;:7490,&quot;29659&quot;:7491,&quot;29652&quot;:7492,&quot;29661&quot;:7493,&quot;29658&quot;:7494,&quot;29655&quot;:7495,&quot;29656&quot;:7496,&quot;29672&quot;:7497,&quot;29918&quot;:7498,&quot;29919&quot;:7499,&quot;29940&quot;:7500,&quot;29941&quot;:7501,&quot;29985&quot;:7502,&quot;30043&quot;:7503,&quot;30047&quot;:7504,&quot;30128&quot;:7505,&quot;30145&quot;:7506,&quot;30139&quot;:7507,&quot;30148&quot;:7508,&quot;30144&quot;:7509,&quot;30143&quot;:7510,&quot;30134&quot;:7511,&quot;30138&quot;:7512,&quot;30346&quot;:7513,&quot;30409&quot;:7514,&quot;30493&quot;:7515,&quot;30491&quot;:7516,&quot;30480&quot;:7517,&quot;30483&quot;:7518,&quot;30482&quot;:7519,&quot;30499&quot;:7520,&quot;30481&quot;:7521,&quot;30485&quot;:7522,&quot;30489&quot;:7523,&quot;30490&quot;:7524,&quot;30498&quot;:7525,&quot;30503&quot;:7526,&quot;30755&quot;:7527,&quot;30764&quot;:7528,&quot;30754&quot;:7529,&quot;30773&quot;:7530,&quot;30767&quot;:7531,&quot;30760&quot;:7532,&quot;30766&quot;:7533,&quot;30763&quot;:7534,&quot;30753&quot;:7535,&quot;30761&quot;:7536,&quot;30771&quot;:7537,&quot;30762&quot;:7538,&quot;30769&quot;:7539,&quot;31060&quot;:7540,&quot;31067&quot;:7541,&quot;31055&quot;:7542,&quot;31068&quot;:7543,&quot;31059&quot;:7544,&quot;31058&quot;:7545,&quot;31057&quot;:7546,&quot;31211&quot;:7547,&quot;31212&quot;:7548,&quot;31200&quot;:7549,&quot;31214&quot;:7550,&quot;31213&quot;:7551,&quot;31210&quot;:7552,&quot;31196&quot;:7553,&quot;31198&quot;:7554,&quot;31197&quot;:7555,&quot;31366&quot;:7556,&quot;31369&quot;:7557,&quot;31365&quot;:7558,&quot;31371&quot;:7559,&quot;31372&quot;:7560,&quot;31370&quot;:7561,&quot;31367&quot;:7562,&quot;31448&quot;:7563,&quot;31504&quot;:7564,&quot;31492&quot;:7565,&quot;31507&quot;:7566,&quot;31493&quot;:7567,&quot;31503&quot;:7568,&quot;31496&quot;:7569,&quot;31498&quot;:7570,&quot;31502&quot;:7571,&quot;31497&quot;:7572,&quot;31506&quot;:7573,&quot;31876&quot;:7574,&quot;31889&quot;:7575,&quot;31882&quot;:7576,&quot;31884&quot;:7577,&quot;31880&quot;:7578,&quot;31885&quot;:7579,&quot;31877&quot;:7580,&quot;32030&quot;:7581,&quot;32029&quot;:7582,&quot;32017&quot;:7583,&quot;32014&quot;:7584,&quot;32024&quot;:7585,&quot;32022&quot;:7586,&quot;32019&quot;:7587,&quot;32031&quot;:7588,&quot;32018&quot;:7589,&quot;32015&quot;:7590,&quot;32012&quot;:7591,&quot;32604&quot;:7592,&quot;32609&quot;:7593,&quot;32606&quot;:7594,&quot;32608&quot;:7595,&quot;32605&quot;:7596,&quot;32603&quot;:7597,&quot;32662&quot;:7598,&quot;32658&quot;:7599,&quot;32707&quot;:7600,&quot;32706&quot;:7601,&quot;32704&quot;:7602,&quot;32790&quot;:7603,&quot;32830&quot;:7604,&quot;32825&quot;:7605,&quot;33018&quot;:7606,&quot;33010&quot;:7607,&quot;33017&quot;:7608,&quot;33013&quot;:7609,&quot;33025&quot;:7610,&quot;33019&quot;:7611,&quot;33024&quot;:7612,&quot;33281&quot;:7613,&quot;33327&quot;:7614,&quot;33317&quot;:7615,&quot;33587&quot;:7616,&quot;33581&quot;:7617,&quot;33604&quot;:7618,&quot;33561&quot;:7619,&quot;33617&quot;:7620,&quot;33573&quot;:7621,&quot;33622&quot;:7622,&quot;33599&quot;:7623,&quot;33601&quot;:7624,&quot;33574&quot;:7625,&quot;33564&quot;:7626,&quot;33570&quot;:7627,&quot;33602&quot;:7628,&quot;33614&quot;:7629,&quot;33563&quot;:7630,&quot;33578&quot;:7631,&quot;33544&quot;:7632,&quot;33596&quot;:7633,&quot;33613&quot;:7634,&quot;33558&quot;:7635,&quot;33572&quot;:7636,&quot;33568&quot;:7637,&quot;33591&quot;:7638,&quot;33583&quot;:7639,&quot;33577&quot;:7640,&quot;33607&quot;:7641,&quot;33605&quot;:7642,&quot;33612&quot;:7643,&quot;33619&quot;:7644,&quot;33566&quot;:7645,&quot;33580&quot;:7646,&quot;33611&quot;:7647,&quot;33575&quot;:7648,&quot;33608&quot;:7649,&quot;34387&quot;:7650,&quot;34386&quot;:7651,&quot;34466&quot;:7652,&quot;34472&quot;:7653,&quot;34454&quot;:7654,&quot;34445&quot;:7655,&quot;34449&quot;:7656,&quot;34462&quot;:7657,&quot;34439&quot;:7658,&quot;34455&quot;:7659,&quot;34438&quot;:7660,&quot;34443&quot;:7661,&quot;34458&quot;:7662,&quot;34437&quot;:7663,&quot;34469&quot;:7664,&quot;34457&quot;:7665,&quot;34465&quot;:7666,&quot;34471&quot;:7667,&quot;34453&quot;:7668,&quot;34456&quot;:7669,&quot;34446&quot;:7670,&quot;34461&quot;:7671,&quot;34448&quot;:7672,&quot;34452&quot;:7673,&quot;34883&quot;:7674,&quot;34884&quot;:7675,&quot;34925&quot;:7676,&quot;34933&quot;:7677,&quot;34934&quot;:7678,&quot;34930&quot;:7679,&quot;34944&quot;:7680,&quot;34929&quot;:7681,&quot;34943&quot;:7682,&quot;34927&quot;:7683,&quot;34947&quot;:7684,&quot;34942&quot;:7685,&quot;34932&quot;:7686,&quot;34940&quot;:7687,&quot;35346&quot;:7688,&quot;35911&quot;:7689,&quot;35927&quot;:7690,&quot;35963&quot;:7691,&quot;36004&quot;:7692,&quot;36003&quot;:7693,&quot;36214&quot;:7694,&quot;36216&quot;:7695,&quot;36277&quot;:7696,&quot;36279&quot;:7697,&quot;36278&quot;:7698,&quot;36561&quot;:7699,&quot;36563&quot;:7700,&quot;36862&quot;:7701,&quot;36853&quot;:7702,&quot;36866&quot;:7703,&quot;36863&quot;:7704,&quot;36859&quot;:7705,&quot;36868&quot;:7706,&quot;36860&quot;:7707,&quot;36854&quot;:7708,&quot;37078&quot;:7709,&quot;37088&quot;:7710,&quot;37081&quot;:7711,&quot;37082&quot;:7712,&quot;37091&quot;:7713,&quot;37087&quot;:7714,&quot;37093&quot;:7715,&quot;37080&quot;:7716,&quot;37083&quot;:7717,&quot;37079&quot;:7718,&quot;37084&quot;:7719,&quot;37092&quot;:7720,&quot;37200&quot;:7721,&quot;37198&quot;:7722,&quot;37199&quot;:7723,&quot;37333&quot;:7724,&quot;37346&quot;:7725,&quot;37338&quot;:7726,&quot;38492&quot;:7727,&quot;38495&quot;:7728,&quot;38588&quot;:7729,&quot;39139&quot;:7730,&quot;12221&quot;:7731,&quot;39647&quot;:7731,&quot;12223&quot;:7732,&quot;39727&quot;:7732,&quot;20095&quot;:7733,&quot;20592&quot;:7734,&quot;20586&quot;:7735,&quot;20577&quot;:7736,&quot;20574&quot;:7737,&quot;20576&quot;:7738,&quot;20563&quot;:7739,&quot;20555&quot;:7740,&quot;20573&quot;:7741,&quot;20594&quot;:7742,&quot;20552&quot;:7743,&quot;20557&quot;:7744,&quot;20545&quot;:7745,&quot;20571&quot;:7746,&quot;20554&quot;:7747,&quot;20578&quot;:7748,&quot;20501&quot;:7749,&quot;20549&quot;:7750,&quot;20575&quot;:7751,&quot;20585&quot;:7752,&quot;20587&quot;:7753,&quot;20579&quot;:7754,&quot;20580&quot;:7755,&quot;20550&quot;:7756,&quot;20544&quot;:7757,&quot;20590&quot;:7758,&quot;20595&quot;:7759,&quot;20567&quot;:7760,&quot;20561&quot;:7761,&quot;20944&quot;:7762,&quot;21099&quot;:7763,&quot;21101&quot;:7764,&quot;21100&quot;:7765,&quot;21102&quot;:7766,&quot;21206&quot;:7767,&quot;21203&quot;:7768,&quot;21293&quot;:7769,&quot;21404&quot;:7770,&quot;21877&quot;:7771,&quot;21878&quot;:7772,&quot;21820&quot;:7773,&quot;21837&quot;:7774,&quot;21840&quot;:7775,&quot;21812&quot;:7776,&quot;21802&quot;:7777,&quot;21841&quot;:7778,&quot;21858&quot;:7779,&quot;21814&quot;:7780,&quot;21813&quot;:7781,&quot;21808&quot;:7782,&quot;21842&quot;:7783,&quot;21829&quot;:7784,&quot;21772&quot;:7785,&quot;21810&quot;:7786,&quot;21861&quot;:7787,&quot;21838&quot;:7788,&quot;21817&quot;:7789,&quot;21832&quot;:7790,&quot;21805&quot;:7791,&quot;21819&quot;:7792,&quot;21824&quot;:7793,&quot;21835&quot;:7794,&quot;22282&quot;:7795,&quot;22279&quot;:7796,&quot;22523&quot;:7797,&quot;22548&quot;:7798,&quot;22498&quot;:7799,&quot;22518&quot;:7800,&quot;22492&quot;:7801,&quot;22516&quot;:7802,&quot;22528&quot;:7803,&quot;22509&quot;:7804,&quot;22525&quot;:7805,&quot;22536&quot;:7806,&quot;22520&quot;:7807,&quot;22539&quot;:7808,&quot;22515&quot;:7809,&quot;22479&quot;:7810,&quot;22535&quot;:7811,&quot;22510&quot;:7812,&quot;22499&quot;:7813,&quot;22514&quot;:7814,&quot;22501&quot;:7815,&quot;22508&quot;:7816,&quot;22497&quot;:7817,&quot;22542&quot;:7818,&quot;22524&quot;:7819,&quot;22544&quot;:7820,&quot;22503&quot;:7821,&quot;22529&quot;:7822,&quot;22540&quot;:7823,&quot;22513&quot;:7824,&quot;22505&quot;:7825,&quot;22512&quot;:7826,&quot;22541&quot;:7827,&quot;22532&quot;:7828,&quot;22876&quot;:7829,&quot;23136&quot;:7830,&quot;23128&quot;:7831,&quot;23125&quot;:7832,&quot;23143&quot;:7833,&quot;60437&quot;:7833,&quot;23134&quot;:7834,&quot;23096&quot;:7835,&quot;23093&quot;:7836,&quot;23149&quot;:7837,&quot;23120&quot;:7838,&quot;23135&quot;:7839,&quot;23141&quot;:7840,&quot;23148&quot;:7841,&quot;23123&quot;:7842,&quot;23140&quot;:7843,&quot;23127&quot;:7844,&quot;23107&quot;:7845,&quot;23133&quot;:7846,&quot;23122&quot;:7847,&quot;23108&quot;:7848,&quot;23131&quot;:7849,&quot;23112&quot;:7850,&quot;23182&quot;:7851,&quot;23102&quot;:7852,&quot;23117&quot;:7853,&quot;23097&quot;:7854,&quot;23116&quot;:7855,&quot;23152&quot;:7856,&quot;23145&quot;:7857,&quot;23111&quot;:7858,&quot;23121&quot;:7859,&quot;23126&quot;:7860,&quot;23106&quot;:7861,&quot;23132&quot;:7862,&quot;23410&quot;:7863,&quot;23406&quot;:7864,&quot;23489&quot;:7865,&quot;23488&quot;:7866,&quot;23641&quot;:7867,&quot;23838&quot;:7868,&quot;23819&quot;:7869,&quot;23837&quot;:7870,&quot;23834&quot;:7871,&quot;23840&quot;:7872,&quot;23820&quot;:7873,&quot;23848&quot;:7874,&quot;23821&quot;:7875,&quot;23846&quot;:7876,&quot;23845&quot;:7877,&quot;23823&quot;:7878,&quot;23856&quot;:7879,&quot;23826&quot;:7880,&quot;23843&quot;:7881,&quot;23839&quot;:7882,&quot;23854&quot;:7883,&quot;24126&quot;:7884,&quot;24116&quot;:7885,&quot;24241&quot;:7886,&quot;24244&quot;:7887,&quot;24249&quot;:7888,&quot;24242&quot;:7889,&quot;24243&quot;:7890,&quot;24374&quot;:7891,&quot;24376&quot;:7892,&quot;24475&quot;:7893,&quot;24470&quot;:7894,&quot;24479&quot;:7895,&quot;24714&quot;:7896,&quot;24720&quot;:7897,&quot;24710&quot;:7898,&quot;24766&quot;:7899,&quot;24752&quot;:7900,&quot;24762&quot;:7901,&quot;24787&quot;:7902,&quot;24788&quot;:7903,&quot;24783&quot;:7904,&quot;24804&quot;:7905,&quot;24793&quot;:7906,&quot;24797&quot;:7907,&quot;24776&quot;:7908,&quot;24753&quot;:7909,&quot;24795&quot;:7910,&quot;24759&quot;:7911,&quot;24778&quot;:7912,&quot;24767&quot;:7913,&quot;24771&quot;:7914,&quot;24781&quot;:7915,&quot;24768&quot;:7916,&quot;25394&quot;:7917,&quot;25445&quot;:7918,&quot;25482&quot;:7919,&quot;25474&quot;:7920,&quot;25469&quot;:7921,&quot;25533&quot;:7922,&quot;25502&quot;:7923,&quot;25517&quot;:7924,&quot;25501&quot;:7925,&quot;25495&quot;:7926,&quot;25515&quot;:7927,&quot;25486&quot;:7928,&quot;25455&quot;:7929,&quot;25479&quot;:7930,&quot;25488&quot;:7931,&quot;25454&quot;:7932,&quot;25519&quot;:7933,&quot;25461&quot;:7934,&quot;25500&quot;:7935,&quot;25453&quot;:7936,&quot;25518&quot;:7937,&quot;25468&quot;:7938,&quot;25508&quot;:7939,&quot;25403&quot;:7940,&quot;25503&quot;:7941,&quot;25464&quot;:7942,&quot;25477&quot;:7943,&quot;25473&quot;:7944,&quot;25489&quot;:7945,&quot;25485&quot;:7946,&quot;25456&quot;:7947,&quot;25939&quot;:7948,&quot;26061&quot;:7949,&quot;26213&quot;:7950,&quot;26209&quot;:7951,&quot;26203&quot;:7952,&quot;26201&quot;:7953,&quot;26204&quot;:7954,&quot;26210&quot;:7955,&quot;26392&quot;:7956,&quot;26745&quot;:7957,&quot;26759&quot;:7958,&quot;26768&quot;:7959,&quot;26780&quot;:7960,&quot;26733&quot;:7961,&quot;26734&quot;:7962,&quot;26798&quot;:7963,&quot;26795&quot;:7964,&quot;26966&quot;:7965,&quot;26735&quot;:7966,&quot;26787&quot;:7967,&quot;26796&quot;:7968,&quot;26793&quot;:7969,&quot;26741&quot;:7970,&quot;26740&quot;:7971,&quot;26802&quot;:7972,&quot;26767&quot;:7973,&quot;26743&quot;:7974,&quot;26770&quot;:7975,&quot;26748&quot;:7976,&quot;26731&quot;:7977,&quot;26738&quot;:7978,&quot;26794&quot;:7979,&quot;26752&quot;:7980,&quot;26737&quot;:7981,&quot;26750&quot;:7982,&quot;26779&quot;:7983,&quot;26774&quot;:7984,&quot;26763&quot;:7985,&quot;26784&quot;:7986,&quot;26761&quot;:7987,&quot;26788&quot;:7988,&quot;26744&quot;:7989,&quot;26747&quot;:7990,&quot;26769&quot;:7991,&quot;26764&quot;:7992,&quot;26762&quot;:7993,&quot;26749&quot;:7994,&quot;27446&quot;:7995,&quot;27443&quot;:7996,&quot;27447&quot;:7997,&quot;27448&quot;:7998,&quot;27537&quot;:7999,&quot;27535&quot;:8000,&quot;27533&quot;:8001,&quot;27534&quot;:8002,&quot;27532&quot;:8003,&quot;27690&quot;:8004,&quot;28096&quot;:8005,&quot;28075&quot;:8006,&quot;28084&quot;:8007,&quot;28083&quot;:8008,&quot;28276&quot;:8009,&quot;28076&quot;:8010,&quot;28137&quot;:8011,&quot;28130&quot;:8012,&quot;28087&quot;:8013,&quot;28150&quot;:8014,&quot;28116&quot;:8015,&quot;28160&quot;:8016,&quot;28104&quot;:8017,&quot;28128&quot;:8018,&quot;28127&quot;:8019,&quot;28118&quot;:8020,&quot;28094&quot;:8021,&quot;28133&quot;:8022,&quot;28124&quot;:8023,&quot;28125&quot;:8024,&quot;28123&quot;:8025,&quot;28148&quot;:8026,&quot;28106&quot;:8027,&quot;28093&quot;:8028,&quot;28141&quot;:8029,&quot;28144&quot;:8030,&quot;28090&quot;:8031,&quot;28117&quot;:8032,&quot;28098&quot;:8033,&quot;28111&quot;:8034,&quot;28105&quot;:8035,&quot;28112&quot;:8036,&quot;28146&quot;:8037,&quot;28115&quot;:8038,&quot;28157&quot;:8039,&quot;28119&quot;:8040,&quot;28109&quot;:8041,&quot;28131&quot;:8042,&quot;28091&quot;:8043,&quot;28922&quot;:8044,&quot;28941&quot;:8045,&quot;28919&quot;:8046,&quot;28951&quot;:8047,&quot;28916&quot;:8048,&quot;28940&quot;:8049,&quot;28912&quot;:8050,&quot;28932&quot;:8051,&quot;28915&quot;:8052,&quot;28944&quot;:8053,&quot;28924&quot;:8054,&quot;28927&quot;:8055,&quot;28934&quot;:8056,&quot;28947&quot;:8057,&quot;28928&quot;:8058,&quot;28920&quot;:8059,&quot;28918&quot;:8060,&quot;28939&quot;:8061,&quot;28930&quot;:8062,&quot;28942&quot;:8063,&quot;29310&quot;:8064,&quot;29307&quot;:8065,&quot;29308&quot;:8066,&quot;29311&quot;:8067,&quot;29469&quot;:8068,&quot;29463&quot;:8069,&quot;29447&quot;:8070,&quot;29457&quot;:8071,&quot;29464&quot;:8072,&quot;29450&quot;:8073,&quot;29448&quot;:8074,&quot;29439&quot;:8075,&quot;29455&quot;:8076,&quot;29470&quot;:8077,&quot;29576&quot;:8078,&quot;29686&quot;:8079,&quot;29688&quot;:8080,&quot;29685&quot;:8081,&quot;29700&quot;:8082,&quot;29697&quot;:8083,&quot;29693&quot;:8084,&quot;29703&quot;:8085,&quot;29696&quot;:8086,&quot;29690&quot;:8087,&quot;29692&quot;:8088,&quot;29695&quot;:8089,&quot;29708&quot;:8090,&quot;29707&quot;:8091,&quot;29684&quot;:8092,&quot;29704&quot;:8093,&quot;30052&quot;:8094,&quot;30051&quot;:8095,&quot;30158&quot;:8096,&quot;30162&quot;:8097,&quot;30159&quot;:8098,&quot;30155&quot;:8099,&quot;30156&quot;:8100,&quot;30161&quot;:8101,&quot;30160&quot;:8102,&quot;30351&quot;:8103,&quot;30345&quot;:8104,&quot;30419&quot;:8105,&quot;30521&quot;:8106,&quot;30511&quot;:8107,&quot;30509&quot;:8108,&quot;30513&quot;:8109,&quot;30514&quot;:8110,&quot;30516&quot;:8111,&quot;30515&quot;:8112,&quot;30525&quot;:8113,&quot;30501&quot;:8114,&quot;30523&quot;:8115,&quot;30517&quot;:8116,&quot;30792&quot;:8117,&quot;30802&quot;:8118,&quot;30793&quot;:8119,&quot;30797&quot;:8120,&quot;30794&quot;:8121,&quot;30796&quot;:8122,&quot;30758&quot;:8123,&quot;30789&quot;:8124,&quot;30800&quot;:8125,&quot;31076&quot;:8126,&quot;31079&quot;:8127,&quot;31081&quot;:8128,&quot;31082&quot;:8129,&quot;31075&quot;:8130,&quot;31083&quot;:8131,&quot;31073&quot;:8132,&quot;31163&quot;:8133,&quot;31226&quot;:8134,&quot;31224&quot;:8135,&quot;31222&quot;:8136,&quot;31223&quot;:8137,&quot;31375&quot;:8138,&quot;31380&quot;:8139,&quot;31376&quot;:8140,&quot;31541&quot;:8141,&quot;31547&quot;:8142,&quot;31540&quot;:8143,&quot;31525&quot;:8144,&quot;31536&quot;:8145,&quot;31522&quot;:8146,&quot;31524&quot;:8147,&quot;31539&quot;:8148,&quot;31512&quot;:8149,&quot;31530&quot;:8150,&quot;31517&quot;:8151,&quot;31537&quot;:8152,&quot;31531&quot;:8153,&quot;31533&quot;:8154,&quot;31535&quot;:8155,&quot;31538&quot;:8156,&quot;31544&quot;:8157,&quot;31514&quot;:8158,&quot;31523&quot;:8159,&quot;31892&quot;:8160,&quot;31896&quot;:8161,&quot;31894&quot;:8162,&quot;31907&quot;:8163,&quot;32053&quot;:8164,&quot;32061&quot;:8165,&quot;32056&quot;:8166,&quot;32054&quot;:8167,&quot;32058&quot;:8168,&quot;32069&quot;:8169,&quot;32044&quot;:8170,&quot;32041&quot;:8171,&quot;32065&quot;:8172,&quot;32071&quot;:8173,&quot;32062&quot;:8174,&quot;32063&quot;:8175,&quot;32074&quot;:8176,&quot;32059&quot;:8177,&quot;32040&quot;:8178,&quot;32611&quot;:8179,&quot;32661&quot;:8180,&quot;32668&quot;:8181,&quot;32669&quot;:8182,&quot;32667&quot;:8183,&quot;32714&quot;:8184,&quot;32715&quot;:8185,&quot;32717&quot;:8186,&quot;32720&quot;:8187,&quot;32721&quot;:8188,&quot;32711&quot;:8189,&quot;32719&quot;:8190,&quot;32713&quot;:8191,&quot;32799&quot;:8192,&quot;32798&quot;:8193,&quot;32795&quot;:8194,&quot;32839&quot;:8195,&quot;32835&quot;:8196,&quot;32840&quot;:8197,&quot;33048&quot;:8198,&quot;33061&quot;:8199,&quot;33049&quot;:8200,&quot;33051&quot;:8201,&quot;33069&quot;:8202,&quot;33055&quot;:8203,&quot;33068&quot;:8204,&quot;33054&quot;:8205,&quot;33057&quot;:8206,&quot;33045&quot;:8207,&quot;33063&quot;:8208,&quot;33053&quot;:8209,&quot;33058&quot;:8210,&quot;33297&quot;:8211,&quot;33336&quot;:8212,&quot;33331&quot;:8213,&quot;33338&quot;:8214,&quot;33332&quot;:8215,&quot;33330&quot;:8216,&quot;33396&quot;:8217,&quot;33680&quot;:8218,&quot;33699&quot;:8219,&quot;33704&quot;:8220,&quot;33677&quot;:8221,&quot;33658&quot;:8222,&quot;33651&quot;:8223,&quot;33700&quot;:8224,&quot;33652&quot;:8225,&quot;33679&quot;:8226,&quot;33665&quot;:8227,&quot;33685&quot;:8228,&quot;33689&quot;:8229,&quot;33653&quot;:8230,&quot;33684&quot;:8231,&quot;33705&quot;:8232,&quot;33661&quot;:8233,&quot;33667&quot;:8234,&quot;33676&quot;:8235,&quot;33693&quot;:8236,&quot;33691&quot;:8237,&quot;33706&quot;:8238,&quot;33675&quot;:8239,&quot;33662&quot;:8240,&quot;33701&quot;:8241,&quot;33711&quot;:8242,&quot;33672&quot;:8243,&quot;33687&quot;:8244,&quot;33712&quot;:8245,&quot;33663&quot;:8246,&quot;33702&quot;:8247,&quot;33671&quot;:8248,&quot;33710&quot;:8249,&quot;33654&quot;:8250,&quot;34393&quot;:8251,&quot;34390&quot;:8252,&quot;34495&quot;:8253,&quot;34487&quot;:8254,&quot;34498&quot;:8255,&quot;34497&quot;:8256,&quot;34501&quot;:8257,&quot;34490&quot;:8258,&quot;34480&quot;:8259,&quot;34504&quot;:8260,&quot;34489&quot;:8261,&quot;34483&quot;:8262,&quot;34488&quot;:8263,&quot;34508&quot;:8264,&quot;34484&quot;:8265,&quot;34491&quot;:8266,&quot;34492&quot;:8267,&quot;34499&quot;:8268,&quot;34493&quot;:8269,&quot;34494&quot;:8270,&quot;34898&quot;:8271,&quot;34953&quot;:8272,&quot;34965&quot;:8273,&quot;34984&quot;:8274,&quot;34978&quot;:8275,&quot;34986&quot;:8276,&quot;34970&quot;:8277,&quot;34961&quot;:8278,&quot;34977&quot;:8279,&quot;34975&quot;:8280,&quot;34968&quot;:8281,&quot;34983&quot;:8282,&quot;34969&quot;:8283,&quot;34971&quot;:8284,&quot;34967&quot;:8285,&quot;34980&quot;:8286,&quot;34988&quot;:8287,&quot;34956&quot;:8288,&quot;34963&quot;:8289,&quot;34958&quot;:8290,&quot;35202&quot;:8291,&quot;35286&quot;:8292,&quot;35289&quot;:8293,&quot;35285&quot;:8294,&quot;35376&quot;:8295,&quot;35367&quot;:8296,&quot;35372&quot;:8297,&quot;35358&quot;:8298,&quot;35897&quot;:8299,&quot;35899&quot;:8300,&quot;35932&quot;:8301,&quot;35933&quot;:8302,&quot;35965&quot;:8303,&quot;36005&quot;:8304,&quot;36221&quot;:8305,&quot;36219&quot;:8306,&quot;36217&quot;:8307,&quot;36284&quot;:8308,&quot;36290&quot;:8309,&quot;36281&quot;:8310,&quot;36287&quot;:8311,&quot;36289&quot;:8312,&quot;36568&quot;:8313,&quot;36574&quot;:8314,&quot;36573&quot;:8315,&quot;36572&quot;:8316,&quot;36567&quot;:8317,&quot;36576&quot;:8318,&quot;36577&quot;:8319,&quot;36900&quot;:8320,&quot;36875&quot;:8321,&quot;36881&quot;:8322,&quot;36892&quot;:8323,&quot;36876&quot;:8324,&quot;36897&quot;:8325,&quot;37103&quot;:8326,&quot;37098&quot;:8327,&quot;37104&quot;:8328,&quot;37108&quot;:8329,&quot;37106&quot;:8330,&quot;37107&quot;:8331,&quot;37076&quot;:8332,&quot;37099&quot;:8333,&quot;37100&quot;:8334,&quot;37097&quot;:8335,&quot;37206&quot;:8336,&quot;37208&quot;:8337,&quot;37210&quot;:8338,&quot;37203&quot;:8339,&quot;37205&quot;:8340,&quot;37356&quot;:8341,&quot;37364&quot;:8342,&quot;37361&quot;:8343,&quot;37363&quot;:8344,&quot;37368&quot;:8345,&quot;37348&quot;:8346,&quot;37369&quot;:8347,&quot;37354&quot;:8348,&quot;37355&quot;:8349,&quot;37367&quot;:8350,&quot;37352&quot;:8351,&quot;37358&quot;:8352,&quot;38266&quot;:8353,&quot;38278&quot;:8354,&quot;38280&quot;:8355,&quot;38524&quot;:8356,&quot;38509&quot;:8357,&quot;38507&quot;:8358,&quot;38513&quot;:8359,&quot;38511&quot;:8360,&quot;38591&quot;:8361,&quot;38762&quot;:8362,&quot;38916&quot;:8363,&quot;39141&quot;:8364,&quot;39319&quot;:8365,&quot;20635&quot;:8366,&quot;20629&quot;:8367,&quot;20628&quot;:8368,&quot;20638&quot;:8369,&quot;20619&quot;:8370,&quot;20643&quot;:8371,&quot;20611&quot;:8372,&quot;20620&quot;:8373,&quot;20622&quot;:8374,&quot;20637&quot;:8375,&quot;20584&quot;:8376,&quot;20636&quot;:8377,&quot;20626&quot;:8378,&quot;20610&quot;:8379,&quot;20615&quot;:8380,&quot;20831&quot;:8381,&quot;20948&quot;:8382,&quot;21266&quot;:8383,&quot;21265&quot;:8384,&quot;21412&quot;:8385,&quot;21415&quot;:8386,&quot;21905&quot;:8387,&quot;21928&quot;:8388,&quot;21925&quot;:8389,&quot;21933&quot;:8390,&quot;21879&quot;:8391,&quot;22085&quot;:8392,&quot;21922&quot;:8393,&quot;21907&quot;:8394,&quot;21896&quot;:8395,&quot;21903&quot;:8396,&quot;21941&quot;:8397,&quot;21889&quot;:8398,&quot;21923&quot;:8399,&quot;21906&quot;:8400,&quot;21924&quot;:8401,&quot;21885&quot;:8402,&quot;21900&quot;:8403,&quot;21926&quot;:8404,&quot;21887&quot;:8405,&quot;21909&quot;:8406,&quot;21921&quot;:8407,&quot;21902&quot;:8408,&quot;22284&quot;:8409,&quot;22569&quot;:8410,&quot;22583&quot;:8411,&quot;22553&quot;:8412,&quot;22558&quot;:8413,&quot;22567&quot;:8414,&quot;22563&quot;:8415,&quot;22568&quot;:8416,&quot;22517&quot;:8417,&quot;22600&quot;:8418,&quot;22565&quot;:8419,&quot;22556&quot;:8420,&quot;22555&quot;:8421,&quot;22579&quot;:8422,&quot;22591&quot;:8423,&quot;22582&quot;:8424,&quot;22574&quot;:8425,&quot;22585&quot;:8426,&quot;22584&quot;:8427,&quot;22573&quot;:8428,&quot;22572&quot;:8429,&quot;22587&quot;:8430,&quot;22881&quot;:8431,&quot;23215&quot;:8432,&quot;23188&quot;:8433,&quot;23199&quot;:8434,&quot;23162&quot;:8435,&quot;23202&quot;:8436,&quot;23198&quot;:8437,&quot;23160&quot;:8438,&quot;23206&quot;:8439,&quot;23164&quot;:8440,&quot;23205&quot;:8441,&quot;23212&quot;:8442,&quot;23189&quot;:8443,&quot;23214&quot;:8444,&quot;23095&quot;:8445,&quot;23172&quot;:8446,&quot;23178&quot;:8447,&quot;23191&quot;:8448,&quot;23171&quot;:8449,&quot;23179&quot;:8450,&quot;23209&quot;:8451,&quot;23163&quot;:8452,&quot;23165&quot;:8453,&quot;23180&quot;:8454,&quot;23196&quot;:8455,&quot;23183&quot;:8456,&quot;23187&quot;:8457,&quot;23197&quot;:8458,&quot;23530&quot;:8459,&quot;23501&quot;:8460,&quot;23499&quot;:8461,&quot;23508&quot;:8462,&quot;23505&quot;:8463,&quot;23498&quot;:8464,&quot;23502&quot;:8465,&quot;23564&quot;:8466,&quot;23600&quot;:8467,&quot;23863&quot;:8468,&quot;23875&quot;:8469,&quot;23915&quot;:8470,&quot;23873&quot;:8471,&quot;23883&quot;:8472,&quot;23871&quot;:8473,&quot;23861&quot;:8474,&quot;23889&quot;:8475,&quot;23886&quot;:8476,&quot;23893&quot;:8477,&quot;23859&quot;:8478,&quot;23866&quot;:8479,&quot;23890&quot;:8480,&quot;23869&quot;:8481,&quot;23857&quot;:8482,&quot;23897&quot;:8483,&quot;23874&quot;:8484,&quot;23865&quot;:8485,&quot;23881&quot;:8486,&quot;23864&quot;:8487,&quot;23868&quot;:8488,&quot;23858&quot;:8489,&quot;23862&quot;:8490,&quot;23872&quot;:8491,&quot;23877&quot;:8492,&quot;24132&quot;:8493,&quot;24129&quot;:8494,&quot;24408&quot;:8495,&quot;57673&quot;:8495,&quot;24486&quot;:8496,&quot;24485&quot;:8497,&quot;24491&quot;:8498,&quot;24777&quot;:8499,&quot;24761&quot;:8500,&quot;24780&quot;:8501,&quot;24802&quot;:8502,&quot;24782&quot;:8503,&quot;24772&quot;:8504,&quot;24852&quot;:8505,&quot;24818&quot;:8506,&quot;24842&quot;:8507,&quot;24854&quot;:8508,&quot;24837&quot;:8509,&quot;24821&quot;:8510,&quot;24851&quot;:8511,&quot;24824&quot;:8512,&quot;24828&quot;:8513,&quot;24830&quot;:8514,&quot;24769&quot;:8515,&quot;24835&quot;:8516,&quot;24856&quot;:8517,&quot;24861&quot;:8518,&quot;24848&quot;:8519,&quot;24831&quot;:8520,&quot;24836&quot;:8521,&quot;24843&quot;:8522,&quot;25162&quot;:8523,&quot;25492&quot;:8524,&quot;25521&quot;:8525,&quot;25520&quot;:8526,&quot;25550&quot;:8527,&quot;25573&quot;:8528,&quot;25576&quot;:8529,&quot;25583&quot;:8530,&quot;25539&quot;:8531,&quot;25757&quot;:8532,&quot;25587&quot;:8533,&quot;25546&quot;:8534,&quot;25568&quot;:8535,&quot;25590&quot;:8536,&quot;25557&quot;:8537,&quot;25586&quot;:8538,&quot;25589&quot;:8539,&quot;25697&quot;:8540,&quot;25567&quot;:8541,&quot;25534&quot;:8542,&quot;25565&quot;:8543,&quot;25564&quot;:8544,&quot;25540&quot;:8545,&quot;25560&quot;:8546,&quot;25555&quot;:8547,&quot;25538&quot;:8548,&quot;25543&quot;:8549,&quot;25548&quot;:8550,&quot;25547&quot;:8551,&quot;25544&quot;:8552,&quot;25584&quot;:8553,&quot;25559&quot;:8554,&quot;25561&quot;:8555,&quot;25906&quot;:8556,&quot;25959&quot;:8557,&quot;25962&quot;:8558,&quot;25956&quot;:8559,&quot;25948&quot;:8560,&quot;25960&quot;:8561,&quot;25957&quot;:8562,&quot;25996&quot;:8563,&quot;26013&quot;:8564,&quot;26014&quot;:8565,&quot;26030&quot;:8566,&quot;26064&quot;:8567,&quot;26066&quot;:8568,&quot;26236&quot;:8569,&quot;26220&quot;:8570,&quot;26235&quot;:8571,&quot;26240&quot;:8572,&quot;26225&quot;:8573,&quot;26233&quot;:8574,&quot;26218&quot;:8575,&quot;26226&quot;:8576,&quot;26369&quot;:8577,&quot;26892&quot;:8578,&quot;26835&quot;:8579,&quot;26884&quot;:8580,&quot;26844&quot;:8581,&quot;26922&quot;:8582,&quot;26860&quot;:8583,&quot;26858&quot;:8584,&quot;26865&quot;:8585,&quot;26895&quot;:8586,&quot;26838&quot;:8587,&quot;26871&quot;:8588,&quot;26859&quot;:8589,&quot;26852&quot;:8590,&quot;26870&quot;:8591,&quot;26899&quot;:8592,&quot;26896&quot;:8593,&quot;26867&quot;:8594,&quot;26849&quot;:8595,&quot;26887&quot;:8596,&quot;26828&quot;:8597,&quot;26888&quot;:8598,&quot;26992&quot;:8599,&quot;26804&quot;:8600,&quot;26897&quot;:8601,&quot;26863&quot;:8602,&quot;26822&quot;:8603,&quot;26900&quot;:8604,&quot;26872&quot;:8605,&quot;26832&quot;:8606,&quot;26877&quot;:8607,&quot;26876&quot;:8608,&quot;26856&quot;:8609,&quot;26891&quot;:8610,&quot;26890&quot;:8611,&quot;26903&quot;:8612,&quot;26830&quot;:8613,&quot;26824&quot;:8614,&quot;26845&quot;:8615,&quot;26846&quot;:8616,&quot;26854&quot;:8617,&quot;26868&quot;:8618,&quot;26833&quot;:8619,&quot;26886&quot;:8620,&quot;26836&quot;:8621,&quot;26857&quot;:8622,&quot;26901&quot;:8623,&quot;26917&quot;:8624,&quot;26823&quot;:8625,&quot;27449&quot;:8626,&quot;27451&quot;:8627,&quot;27455&quot;:8628,&quot;27452&quot;:8629,&quot;27540&quot;:8630,&quot;27543&quot;:8631,&quot;27545&quot;:8632,&quot;27541&quot;:8633,&quot;27581&quot;:8634,&quot;27632&quot;:8635,&quot;27634&quot;:8636,&quot;27635&quot;:8637,&quot;27696&quot;:8638,&quot;28156&quot;:8639,&quot;28230&quot;:8640,&quot;28231&quot;:8641,&quot;28191&quot;:8642,&quot;28233&quot;:8643,&quot;28296&quot;:8644,&quot;28220&quot;:8645,&quot;28221&quot;:8646,&quot;28229&quot;:8647,&quot;28258&quot;:8648,&quot;28203&quot;:8649,&quot;28223&quot;:8650,&quot;28225&quot;:8651,&quot;28253&quot;:8652,&quot;28275&quot;:8653,&quot;28188&quot;:8654,&quot;28211&quot;:8655,&quot;28235&quot;:8656,&quot;28224&quot;:8657,&quot;28241&quot;:8658,&quot;28219&quot;:8659,&quot;28163&quot;:8660,&quot;28206&quot;:8661,&quot;28254&quot;:8662,&quot;28264&quot;:8663,&quot;28252&quot;:8664,&quot;28257&quot;:8665,&quot;28209&quot;:8666,&quot;28200&quot;:8667,&quot;28256&quot;:8668,&quot;28273&quot;:8669,&quot;28267&quot;:8670,&quot;28217&quot;:8671,&quot;28194&quot;:8672,&quot;28208&quot;:8673,&quot;28243&quot;:8674,&quot;28261&quot;:8675,&quot;28199&quot;:8676,&quot;28280&quot;:8677,&quot;28260&quot;:8678,&quot;28279&quot;:8679,&quot;28245&quot;:8680,&quot;28281&quot;:8681,&quot;28242&quot;:8682,&quot;28262&quot;:8683,&quot;28213&quot;:8684,&quot;28214&quot;:8685,&quot;28250&quot;:8686,&quot;28960&quot;:8687,&quot;28958&quot;:8688,&quot;28975&quot;:8689,&quot;28923&quot;:8690,&quot;28974&quot;:8691,&quot;28977&quot;:8692,&quot;28963&quot;:8693,&quot;28965&quot;:8694,&quot;28962&quot;:8695,&quot;28978&quot;:8696,&quot;28959&quot;:8697,&quot;28968&quot;:8698,&quot;28986&quot;:8699,&quot;28955&quot;:8700,&quot;29259&quot;:8701,&quot;29274&quot;:8702,&quot;29320&quot;:8703,&quot;29321&quot;:8704,&quot;29318&quot;:8705,&quot;29317&quot;:8706,&quot;29323&quot;:8707,&quot;29458&quot;:8708,&quot;29451&quot;:8709,&quot;29488&quot;:8710,&quot;29474&quot;:8711,&quot;29489&quot;:8712,&quot;29491&quot;:8713,&quot;29479&quot;:8714,&quot;29490&quot;:8715,&quot;29485&quot;:8716,&quot;29478&quot;:8717,&quot;29475&quot;:8718,&quot;29493&quot;:8719,&quot;29452&quot;:8720,&quot;29742&quot;:8721,&quot;29740&quot;:8722,&quot;29744&quot;:8723,&quot;29739&quot;:8724,&quot;29718&quot;:8725,&quot;29722&quot;:8726,&quot;29729&quot;:8727,&quot;29741&quot;:8728,&quot;29745&quot;:8729,&quot;29732&quot;:8730,&quot;29731&quot;:8731,&quot;29725&quot;:8732,&quot;29737&quot;:8733,&quot;29728&quot;:8734,&quot;29746&quot;:8735,&quot;29947&quot;:8736,&quot;29999&quot;:8737,&quot;30063&quot;:8738,&quot;30060&quot;:8739,&quot;30183&quot;:8740,&quot;30170&quot;:8741,&quot;30177&quot;:8742,&quot;30182&quot;:8743,&quot;30173&quot;:8744,&quot;30175&quot;:8745,&quot;30180&quot;:8746,&quot;30167&quot;:8747,&quot;30357&quot;:8748,&quot;30354&quot;:8749,&quot;30426&quot;:8750,&quot;30534&quot;:8751,&quot;30535&quot;:8752,&quot;30532&quot;:8753,&quot;30541&quot;:8754,&quot;30533&quot;:8755,&quot;30538&quot;:8756,&quot;30542&quot;:8757,&quot;30539&quot;:8758,&quot;30540&quot;:8759,&quot;30686&quot;:8760,&quot;30700&quot;:8761,&quot;30816&quot;:8762,&quot;30820&quot;:8763,&quot;30821&quot;:8764,&quot;30812&quot;:8765,&quot;30829&quot;:8766,&quot;30833&quot;:8767,&quot;30826&quot;:8768,&quot;30830&quot;:8769,&quot;30832&quot;:8770,&quot;30825&quot;:8771,&quot;30824&quot;:8772,&quot;30814&quot;:8773,&quot;30818&quot;:8774,&quot;31092&quot;:8775,&quot;31091&quot;:8776,&quot;31090&quot;:8777,&quot;31088&quot;:8778,&quot;31234&quot;:8779,&quot;31242&quot;:8780,&quot;31235&quot;:8781,&quot;31244&quot;:8782,&quot;31236&quot;:8783,&quot;31385&quot;:8784,&quot;31462&quot;:8785,&quot;31460&quot;:8786,&quot;31562&quot;:8787,&quot;31559&quot;:8788,&quot;31556&quot;:8789,&quot;31560&quot;:8790,&quot;31564&quot;:8791,&quot;31566&quot;:8792,&quot;31552&quot;:8793,&quot;31576&quot;:8794,&quot;31557&quot;:8795,&quot;31906&quot;:8796,&quot;31902&quot;:8797,&quot;31912&quot;:8798,&quot;31905&quot;:8799,&quot;32088&quot;:8800,&quot;32111&quot;:8801,&quot;32099&quot;:8802,&quot;32083&quot;:8803,&quot;32086&quot;:8804,&quot;32103&quot;:8805,&quot;32106&quot;:8806,&quot;32079&quot;:8807,&quot;32109&quot;:8808,&quot;32092&quot;:8809,&quot;32107&quot;:8810,&quot;32082&quot;:8811,&quot;32084&quot;:8812,&quot;32105&quot;:8813,&quot;32081&quot;:8814,&quot;32095&quot;:8815,&quot;32078&quot;:8816,&quot;32574&quot;:8817,&quot;32575&quot;:8818,&quot;32613&quot;:8819,&quot;32614&quot;:8820,&quot;32674&quot;:8821,&quot;32672&quot;:8822,&quot;32673&quot;:8823,&quot;32727&quot;:8824,&quot;32849&quot;:8825,&quot;32847&quot;:8826,&quot;32848&quot;:8827,&quot;33022&quot;:8828,&quot;32980&quot;:8829,&quot;33091&quot;:8830,&quot;33098&quot;:8831,&quot;33106&quot;:8832,&quot;33103&quot;:8833,&quot;33095&quot;:8834,&quot;33085&quot;:8835,&quot;33101&quot;:8836,&quot;33082&quot;:8837,&quot;33254&quot;:8838,&quot;33262&quot;:8839,&quot;33271&quot;:8840,&quot;33272&quot;:8841,&quot;33273&quot;:8842,&quot;33284&quot;:8843,&quot;33340&quot;:8844,&quot;33341&quot;:8845,&quot;33343&quot;:8846,&quot;33397&quot;:8847,&quot;33595&quot;:8848,&quot;33743&quot;:8849,&quot;60382&quot;:8849,&quot;33785&quot;:8850,&quot;33827&quot;:8851,&quot;33728&quot;:8852,&quot;33768&quot;:8853,&quot;33810&quot;:8854,&quot;33767&quot;:8855,&quot;33764&quot;:8856,&quot;33788&quot;:8857,&quot;33782&quot;:8858,&quot;33808&quot;:8859,&quot;33734&quot;:8860,&quot;33736&quot;:8861,&quot;33771&quot;:8862,&quot;33763&quot;:8863,&quot;33727&quot;:8864,&quot;33793&quot;:8865,&quot;33757&quot;:8866,&quot;33765&quot;:8867,&quot;33752&quot;:8868,&quot;33791&quot;:8869,&quot;33761&quot;:8870,&quot;33739&quot;:8871,&quot;33742&quot;:8872,&quot;33750&quot;:8873,&quot;33781&quot;:8874,&quot;33737&quot;:8875,&quot;33801&quot;:8876,&quot;33807&quot;:8877,&quot;58332&quot;:8877,&quot;33758&quot;:8878,&quot;33809&quot;:8879,&quot;33798&quot;:8880,&quot;33730&quot;:8881,&quot;33779&quot;:8882,&quot;33749&quot;:8883,&quot;33786&quot;:8884,&quot;33735&quot;:8885,&quot;33745&quot;:8886,&quot;33770&quot;:8887,&quot;33811&quot;:8888,&quot;33690&quot;:8889,&quot;33731&quot;:8890,&quot;33772&quot;:8891,&quot;33774&quot;:8892,&quot;33732&quot;:8893,&quot;33787&quot;:8894,&quot;33751&quot;:8895,&quot;33762&quot;:8896,&quot;33819&quot;:8897,&quot;33755&quot;:8898,&quot;33790&quot;:8899,&quot;34520&quot;:8900,&quot;34530&quot;:8901,&quot;34534&quot;:8902,&quot;34515&quot;:8903,&quot;34531&quot;:8904,&quot;34522&quot;:8905,&quot;34538&quot;:8906,&quot;34525&quot;:8907,&quot;34539&quot;:8908,&quot;34524&quot;:8909,&quot;34540&quot;:8910,&quot;34537&quot;:8911,&quot;34519&quot;:8912,&quot;34536&quot;:8913,&quot;34513&quot;:8914,&quot;34888&quot;:8915,&quot;34902&quot;:8916,&quot;34901&quot;:8917,&quot;35002&quot;:8918,&quot;35031&quot;:8919,&quot;35001&quot;:8920,&quot;35000&quot;:8921,&quot;35008&quot;:8922,&quot;35006&quot;:8923,&quot;34998&quot;:8924,&quot;35004&quot;:8925,&quot;34999&quot;:8926,&quot;35005&quot;:8927,&quot;34994&quot;:8928,&quot;35073&quot;:8929,&quot;35017&quot;:8930,&quot;35221&quot;:8931,&quot;35224&quot;:8932,&quot;35223&quot;:8933,&quot;35293&quot;:8934,&quot;35290&quot;:8935,&quot;35291&quot;:8936,&quot;35406&quot;:8937,&quot;35405&quot;:8938,&quot;35385&quot;:8939,&quot;35417&quot;:8940,&quot;35392&quot;:8941,&quot;35415&quot;:8942,&quot;35416&quot;:8943,&quot;35396&quot;:8944,&quot;35397&quot;:8945,&quot;35410&quot;:8946,&quot;35400&quot;:8947,&quot;35409&quot;:8948,&quot;35402&quot;:8949,&quot;35404&quot;:8950,&quot;35407&quot;:8951,&quot;35935&quot;:8952,&quot;35969&quot;:8953,&quot;35968&quot;:8954,&quot;36026&quot;:8955,&quot;36030&quot;:8956,&quot;36016&quot;:8957,&quot;36025&quot;:8958,&quot;36021&quot;:8959,&quot;36228&quot;:8960,&quot;36224&quot;:8961,&quot;36233&quot;:8962,&quot;36312&quot;:8963,&quot;36307&quot;:8964,&quot;36301&quot;:8965,&quot;36295&quot;:8966,&quot;36310&quot;:8967,&quot;36316&quot;:8968,&quot;36303&quot;:8969,&quot;36309&quot;:8970,&quot;36313&quot;:8971,&quot;36296&quot;:8972,&quot;36311&quot;:8973,&quot;36293&quot;:8974,&quot;36591&quot;:8975,&quot;36599&quot;:8976,&quot;36602&quot;:8977,&quot;36601&quot;:8978,&quot;36582&quot;:8979,&quot;36590&quot;:8980,&quot;36581&quot;:8981,&quot;36597&quot;:8982,&quot;36583&quot;:8983,&quot;36584&quot;:8984,&quot;36598&quot;:8985,&quot;36587&quot;:8986,&quot;36593&quot;:8987,&quot;36588&quot;:8988,&quot;36596&quot;:8989,&quot;36585&quot;:8990,&quot;36909&quot;:8991,&quot;36916&quot;:8992,&quot;36911&quot;:8993,&quot;37126&quot;:8994,&quot;37164&quot;:8995,&quot;37124&quot;:8996,&quot;60367&quot;:8996,&quot;37119&quot;:8997,&quot;37116&quot;:8998,&quot;37128&quot;:8999,&quot;37113&quot;:9000,&quot;37115&quot;:9001,&quot;37121&quot;:9002,&quot;37120&quot;:9003,&quot;37127&quot;:9004,&quot;37125&quot;:9005,&quot;37123&quot;:9006,&quot;37217&quot;:9007,&quot;37220&quot;:9008,&quot;37215&quot;:9009,&quot;37218&quot;:9010,&quot;37216&quot;:9011,&quot;37377&quot;:9012,&quot;37386&quot;:9013,&quot;37413&quot;:9014,&quot;37379&quot;:9015,&quot;37402&quot;:9016,&quot;37414&quot;:9017,&quot;37391&quot;:9018,&quot;37388&quot;:9019,&quot;37376&quot;:9020,&quot;37394&quot;:9021,&quot;37375&quot;:9022,&quot;37373&quot;:9023,&quot;37382&quot;:9024,&quot;37380&quot;:9025,&quot;37415&quot;:9026,&quot;37378&quot;:9027,&quot;37404&quot;:9028,&quot;37412&quot;:9029,&quot;37401&quot;:9030,&quot;37399&quot;:9031,&quot;37381&quot;:9032,&quot;37398&quot;:9033,&quot;38267&quot;:9034,&quot;38285&quot;:9035,&quot;38284&quot;:9036,&quot;38288&quot;:9037,&quot;38535&quot;:9038,&quot;38526&quot;:9039,&quot;38536&quot;:9040,&quot;38537&quot;:9041,&quot;38531&quot;:9042,&quot;38528&quot;:9043,&quot;38594&quot;:9044,&quot;38600&quot;:9045,&quot;38595&quot;:9046,&quot;38641&quot;:9047,&quot;38640&quot;:9048,&quot;38764&quot;:9049,&quot;38768&quot;:9050,&quot;38766&quot;:9051,&quot;38919&quot;:9052,&quot;39081&quot;:9053,&quot;39147&quot;:9054,&quot;40166&quot;:9055,&quot;12235&quot;:9056,&quot;40697&quot;:9056,&quot;20099&quot;:9057,&quot;20100&quot;:9058,&quot;20150&quot;:9059,&quot;20669&quot;:9060,&quot;20671&quot;:9061,&quot;20678&quot;:9062,&quot;20654&quot;:9063,&quot;20676&quot;:9064,&quot;20682&quot;:9065,&quot;20660&quot;:9066,&quot;20680&quot;:9067,&quot;20674&quot;:9068,&quot;20656&quot;:9069,&quot;20673&quot;:9070,&quot;20666&quot;:9071,&quot;20657&quot;:9072,&quot;20683&quot;:9073,&quot;20681&quot;:9074,&quot;20662&quot;:9075,&quot;20664&quot;:9076,&quot;20951&quot;:9077,&quot;21114&quot;:9078,&quot;21112&quot;:9079,&quot;21115&quot;:9080,&quot;21116&quot;:9081,&quot;21955&quot;:9082,&quot;21979&quot;:9083,&quot;21964&quot;:9084,&quot;21968&quot;:9085,&quot;21963&quot;:9086,&quot;21962&quot;:9087,&quot;21981&quot;:9088,&quot;21952&quot;:9089,&quot;64013&quot;:9089,&quot;21972&quot;:9090,&quot;21956&quot;:9091,&quot;21993&quot;:9092,&quot;21951&quot;:9093,&quot;21970&quot;:9094,&quot;21901&quot;:9095,&quot;21967&quot;:9096,&quot;21973&quot;:9097,&quot;21986&quot;:9098,&quot;21974&quot;:9099,&quot;21960&quot;:9100,&quot;22002&quot;:9101,&quot;21965&quot;:9102,&quot;21977&quot;:9103,&quot;21954&quot;:9104,&quot;22292&quot;:9105,&quot;22611&quot;:9106,&quot;22632&quot;:9107,&quot;22628&quot;:9108,&quot;22607&quot;:9109,&quot;22605&quot;:9110,&quot;22601&quot;:9111,&quot;22639&quot;:9112,&quot;22613&quot;:9113,&quot;22606&quot;:9114,&quot;22621&quot;:9115,&quot;22617&quot;:9116,&quot;22629&quot;:9117,&quot;22619&quot;:9118,&quot;22589&quot;:9119,&quot;22627&quot;:9120,&quot;22641&quot;:9121,&quot;22780&quot;:9122,&quot;23239&quot;:9123,&quot;23236&quot;:9124,&quot;23243&quot;:9125,&quot;23226&quot;:9126,&quot;23224&quot;:9127,&quot;23217&quot;:9128,&quot;23221&quot;:9129,&quot;23216&quot;:9130,&quot;23231&quot;:9131,&quot;23240&quot;:9132,&quot;23227&quot;:9133,&quot;23238&quot;:9134,&quot;23223&quot;:9135,&quot;23232&quot;:9136,&quot;23242&quot;:9137,&quot;23220&quot;:9138,&quot;23222&quot;:9139,&quot;23245&quot;:9140,&quot;23225&quot;:9141,&quot;23184&quot;:9142,&quot;23510&quot;:9143,&quot;23512&quot;:9144,&quot;23513&quot;:9145,&quot;23583&quot;:9146,&quot;23603&quot;:9147,&quot;23921&quot;:9148,&quot;23907&quot;:9149,&quot;23882&quot;:9150,&quot;23909&quot;:9151,&quot;23922&quot;:9152,&quot;23916&quot;:9153,&quot;23902&quot;:9154,&quot;23912&quot;:9155,&quot;23911&quot;:9156,&quot;23906&quot;:9157,&quot;24048&quot;:9158,&quot;24143&quot;:9159,&quot;24142&quot;:9160,&quot;24138&quot;:9161,&quot;24141&quot;:9162,&quot;24139&quot;:9163,&quot;24261&quot;:9164,&quot;24268&quot;:9165,&quot;24262&quot;:9166,&quot;24267&quot;:9167,&quot;24263&quot;:9168,&quot;24384&quot;:9169,&quot;24495&quot;:9170,&quot;24493&quot;:9171,&quot;24823&quot;:9172,&quot;24905&quot;:9173,&quot;24906&quot;:9174,&quot;24875&quot;:9175,&quot;24901&quot;:9176,&quot;24886&quot;:9177,&quot;24882&quot;:9178,&quot;24878&quot;:9179,&quot;24902&quot;:9180,&quot;24879&quot;:9181,&quot;24911&quot;:9182,&quot;24873&quot;:9183,&quot;24896&quot;:9184,&quot;25120&quot;:9185,&quot;37224&quot;:9186,&quot;25123&quot;:9187,&quot;25125&quot;:9188,&quot;25124&quot;:9189,&quot;25541&quot;:9190,&quot;25585&quot;:9191,&quot;25579&quot;:9192,&quot;25616&quot;:9193,&quot;25618&quot;:9194,&quot;25609&quot;:9195,&quot;25632&quot;:9196,&quot;25636&quot;:9197,&quot;25651&quot;:9198,&quot;25667&quot;:9199,&quot;25631&quot;:9200,&quot;25621&quot;:9201,&quot;25624&quot;:9202,&quot;25657&quot;:9203,&quot;25655&quot;:9204,&quot;25634&quot;:9205,&quot;25635&quot;:9206,&quot;25612&quot;:9207,&quot;25638&quot;:9208,&quot;25648&quot;:9209,&quot;25640&quot;:9210,&quot;25665&quot;:9211,&quot;25653&quot;:9212,&quot;25647&quot;:9213,&quot;25610&quot;:9214,&quot;25626&quot;:9215,&quot;25664&quot;:9216,&quot;25637&quot;:9217,&quot;25639&quot;:9218,&quot;25611&quot;:9219,&quot;25575&quot;:9220,&quot;25627&quot;:9221,&quot;25646&quot;:9222,&quot;25633&quot;:9223,&quot;25614&quot;:9224,&quot;25967&quot;:9225,&quot;26002&quot;:9226,&quot;26067&quot;:9227,&quot;26246&quot;:9228,&quot;26252&quot;:9229,&quot;26261&quot;:9230,&quot;26256&quot;:9231,&quot;26251&quot;:9232,&quot;26250&quot;:9233,&quot;26265&quot;:9234,&quot;26260&quot;:9235,&quot;26232&quot;:9236,&quot;26400&quot;:9237,&quot;26982&quot;:9238,&quot;26975&quot;:9239,&quot;26936&quot;:9240,&quot;26958&quot;:9241,&quot;26978&quot;:9242,&quot;26993&quot;:9243,&quot;26943&quot;:9244,&quot;26949&quot;:9245,&quot;26986&quot;:9246,&quot;26937&quot;:9247,&quot;26946&quot;:9248,&quot;26967&quot;:9249,&quot;26969&quot;:9250,&quot;27002&quot;:9251,&quot;26952&quot;:9252,&quot;26953&quot;:9253,&quot;26933&quot;:9254,&quot;26988&quot;:9255,&quot;26931&quot;:9256,&quot;26941&quot;:9257,&quot;26981&quot;:9258,&quot;26864&quot;:9259,&quot;27000&quot;:9260,&quot;26932&quot;:9261,&quot;26985&quot;:9262,&quot;26944&quot;:9263,&quot;26991&quot;:9264,&quot;26948&quot;:9265,&quot;26998&quot;:9266,&quot;26968&quot;:9267,&quot;26945&quot;:9268,&quot;26996&quot;:9269,&quot;26956&quot;:9270,&quot;26939&quot;:9271,&quot;26955&quot;:9272,&quot;26935&quot;:9273,&quot;26972&quot;:9274,&quot;26959&quot;:9275,&quot;26961&quot;:9276,&quot;26930&quot;:9277,&quot;26962&quot;:9278,&quot;26927&quot;:9279,&quot;27003&quot;:9280,&quot;26940&quot;:9281,&quot;27462&quot;:9282,&quot;27461&quot;:9283,&quot;27459&quot;:9284,&quot;27458&quot;:9285,&quot;27464&quot;:9286,&quot;27457&quot;:9287,&quot;27547&quot;:9288,&quot;27643&quot;:9289,&quot;27644&quot;:9290,&quot;27641&quot;:9291,&quot;27639&quot;:9292,&quot;27640&quot;:9293,&quot;28315&quot;:9294,&quot;28374&quot;:9295,&quot;28360&quot;:9296,&quot;28303&quot;:9297,&quot;28352&quot;:9298,&quot;28319&quot;:9299,&quot;28307&quot;:9300,&quot;28308&quot;:9301,&quot;28320&quot;:9302,&quot;28337&quot;:9303,&quot;28345&quot;:9304,&quot;28358&quot;:9305,&quot;28370&quot;:9306,&quot;28349&quot;:9307,&quot;28353&quot;:9308,&quot;28318&quot;:9309,&quot;28361&quot;:9310,&quot;28343&quot;:9311,&quot;28336&quot;:9312,&quot;28365&quot;:9313,&quot;28326&quot;:9314,&quot;28367&quot;:9315,&quot;28338&quot;:9316,&quot;28350&quot;:9317,&quot;28355&quot;:9318,&quot;28380&quot;:9319,&quot;28376&quot;:9320,&quot;28313&quot;:9321,&quot;28306&quot;:9322,&quot;28302&quot;:9323,&quot;28301&quot;:9324,&quot;28324&quot;:9325,&quot;28321&quot;:9326,&quot;28351&quot;:9327,&quot;28339&quot;:9328,&quot;28368&quot;:9329,&quot;28362&quot;:9330,&quot;28311&quot;:9331,&quot;28334&quot;:9332,&quot;28323&quot;:9333,&quot;28999&quot;:9334,&quot;29012&quot;:9335,&quot;29010&quot;:9336,&quot;29027&quot;:9337,&quot;29024&quot;:9338,&quot;28993&quot;:9339,&quot;29021&quot;:9340,&quot;29026&quot;:9341,&quot;61080&quot;:9341,&quot;29042&quot;:9342,&quot;29048&quot;:9343,&quot;29034&quot;:9344,&quot;29025&quot;:9345,&quot;28994&quot;:9346,&quot;29016&quot;:9347,&quot;28995&quot;:9348,&quot;29003&quot;:9349,&quot;29040&quot;:9350,&quot;29023&quot;:9351,&quot;29008&quot;:9352,&quot;29011&quot;:9353,&quot;28996&quot;:9354,&quot;29005&quot;:9355,&quot;29018&quot;:9356,&quot;29263&quot;:9357,&quot;29325&quot;:9358,&quot;29324&quot;:9359,&quot;29329&quot;:9360,&quot;29328&quot;:9361,&quot;29326&quot;:9362,&quot;29500&quot;:9363,&quot;29506&quot;:9364,&quot;29499&quot;:9365,&quot;29498&quot;:9366,&quot;29504&quot;:9367,&quot;29514&quot;:9368,&quot;29513&quot;:9369,&quot;29764&quot;:9370,&quot;29770&quot;:9371,&quot;29771&quot;:9372,&quot;29778&quot;:9373,&quot;29777&quot;:9374,&quot;29783&quot;:9375,&quot;29760&quot;:9376,&quot;29775&quot;:9377,&quot;29776&quot;:9378,&quot;29774&quot;:9379,&quot;29762&quot;:9380,&quot;29766&quot;:9381,&quot;29773&quot;:9382,&quot;29780&quot;:9383,&quot;29921&quot;:9384,&quot;29951&quot;:9385,&quot;29950&quot;:9386,&quot;29949&quot;:9387,&quot;29981&quot;:9388,&quot;30073&quot;:9389,&quot;30071&quot;:9390,&quot;27011&quot;:9391,&quot;30191&quot;:9392,&quot;30223&quot;:9393,&quot;30211&quot;:9394,&quot;30199&quot;:9395,&quot;30206&quot;:9396,&quot;30204&quot;:9397,&quot;30201&quot;:9398,&quot;60782&quot;:9398,&quot;30200&quot;:9399,&quot;30224&quot;:9400,&quot;30203&quot;:9401,&quot;30198&quot;:9402,&quot;30189&quot;:9403,&quot;30197&quot;:9404,&quot;30205&quot;:9405,&quot;30361&quot;:9406,&quot;30389&quot;:9407,&quot;30429&quot;:9408,&quot;30549&quot;:9409,&quot;30559&quot;:9410,&quot;30560&quot;:9411,&quot;30546&quot;:9412,&quot;30550&quot;:9413,&quot;30554&quot;:9414,&quot;30569&quot;:9415,&quot;30567&quot;:9416,&quot;30548&quot;:9417,&quot;30553&quot;:9418,&quot;30573&quot;:9419,&quot;30688&quot;:9420,&quot;30855&quot;:9421,&quot;30874&quot;:9422,&quot;30868&quot;:9423,&quot;30863&quot;:9424,&quot;30852&quot;:9425,&quot;30869&quot;:9426,&quot;30853&quot;:9427,&quot;30854&quot;:9428,&quot;30881&quot;:9429,&quot;30851&quot;:9430,&quot;30841&quot;:9431,&quot;30873&quot;:9432,&quot;30848&quot;:9433,&quot;30870&quot;:9434,&quot;30843&quot;:9435,&quot;31100&quot;:9436,&quot;31106&quot;:9437,&quot;31101&quot;:9438,&quot;31097&quot;:9439,&quot;31249&quot;:9440,&quot;31256&quot;:9441,&quot;31257&quot;:9442,&quot;31250&quot;:9443,&quot;31255&quot;:9444,&quot;31253&quot;:9445,&quot;31266&quot;:9446,&quot;31251&quot;:9447,&quot;31259&quot;:9448,&quot;31248&quot;:9449,&quot;31395&quot;:9450,&quot;31394&quot;:9451,&quot;31390&quot;:9452,&quot;31467&quot;:9453,&quot;31590&quot;:9454,&quot;31588&quot;:9455,&quot;31597&quot;:9456,&quot;31604&quot;:9457,&quot;31593&quot;:9458,&quot;31602&quot;:9459,&quot;31589&quot;:9460,&quot;31603&quot;:9461,&quot;31601&quot;:9462,&quot;31600&quot;:9463,&quot;31585&quot;:9464,&quot;31608&quot;:9465,&quot;31606&quot;:9466,&quot;31587&quot;:9467,&quot;31922&quot;:9468,&quot;31924&quot;:9469,&quot;31919&quot;:9470,&quot;32136&quot;:9471,&quot;32134&quot;:9472,&quot;32128&quot;:9473,&quot;32141&quot;:9474,&quot;32127&quot;:9475,&quot;32133&quot;:9476,&quot;32122&quot;:9477,&quot;32142&quot;:9478,&quot;32123&quot;:9479,&quot;32131&quot;:9480,&quot;32124&quot;:9481,&quot;32140&quot;:9482,&quot;32148&quot;:9483,&quot;32132&quot;:9484,&quot;32125&quot;:9485,&quot;32146&quot;:9486,&quot;32621&quot;:9487,&quot;32619&quot;:9488,&quot;32615&quot;:9489,&quot;32616&quot;:9490,&quot;32620&quot;:9491,&quot;32678&quot;:9492,&quot;32677&quot;:9493,&quot;32679&quot;:9494,&quot;32731&quot;:9495,&quot;32732&quot;:9496,&quot;32801&quot;:9497,&quot;33124&quot;:9498,&quot;33120&quot;:9499,&quot;33143&quot;:9500,&quot;33116&quot;:9501,&quot;33129&quot;:9502,&quot;33115&quot;:9503,&quot;33122&quot;:9504,&quot;33138&quot;:9505,&quot;26401&quot;:9506,&quot;33118&quot;:9507,&quot;33142&quot;:9508,&quot;33127&quot;:9509,&quot;33135&quot;:9510,&quot;33092&quot;:9511,&quot;33121&quot;:9512,&quot;33309&quot;:9513,&quot;33353&quot;:9514,&quot;33348&quot;:9515,&quot;33344&quot;:9516,&quot;33346&quot;:9517,&quot;33349&quot;:9518,&quot;34033&quot;:9519,&quot;33855&quot;:9520,&quot;33878&quot;:9521,&quot;33910&quot;:9522,&quot;33913&quot;:9523,&quot;33935&quot;:9524,&quot;33933&quot;:9525,&quot;33893&quot;:9526,&quot;33873&quot;:9527,&quot;33856&quot;:9528,&quot;33926&quot;:9529,&quot;33895&quot;:9530,&quot;33840&quot;:9531,&quot;33869&quot;:9532,&quot;33917&quot;:9533,&quot;33882&quot;:9534,&quot;33881&quot;:9535,&quot;33908&quot;:9536,&quot;33907&quot;:9537,&quot;33885&quot;:9538,&quot;34055&quot;:9539,&quot;33886&quot;:9540,&quot;33847&quot;:9541,&quot;33850&quot;:9542,&quot;33844&quot;:9543,&quot;33914&quot;:9544,&quot;33859&quot;:9545,&quot;33912&quot;:9546,&quot;33842&quot;:9547,&quot;33861&quot;:9548,&quot;33833&quot;:9549,&quot;33753&quot;:9550,&quot;33867&quot;:9551,&quot;33839&quot;:9552,&quot;33858&quot;:9553,&quot;33837&quot;:9554,&quot;33887&quot;:9555,&quot;33904&quot;:9556,&quot;33849&quot;:9557,&quot;33870&quot;:9558,&quot;33868&quot;:9559,&quot;33874&quot;:9560,&quot;33903&quot;:9561,&quot;33989&quot;:9562,&quot;33934&quot;:9563,&quot;33851&quot;:9564,&quot;33863&quot;:9565,&quot;33846&quot;:9566,&quot;33843&quot;:9567,&quot;33896&quot;:9568,&quot;33918&quot;:9569,&quot;33860&quot;:9570,&quot;33835&quot;:9571,&quot;33888&quot;:9572,&quot;33876&quot;:9573,&quot;33902&quot;:9574,&quot;33872&quot;:9575,&quot;34571&quot;:9576,&quot;34564&quot;:9577,&quot;34551&quot;:9578,&quot;34572&quot;:9579,&quot;34554&quot;:9580,&quot;34518&quot;:9581,&quot;34549&quot;:9582,&quot;34637&quot;:9583,&quot;34552&quot;:9584,&quot;34574&quot;:9585,&quot;34569&quot;:9586,&quot;34561&quot;:9587,&quot;34550&quot;:9588,&quot;34573&quot;:9589,&quot;34565&quot;:9590,&quot;35030&quot;:9591,&quot;35019&quot;:9592,&quot;35021&quot;:9593,&quot;35022&quot;:9594,&quot;35038&quot;:9595,&quot;35035&quot;:9596,&quot;35034&quot;:9597,&quot;35020&quot;:9598,&quot;35024&quot;:9599,&quot;35205&quot;:9600,&quot;35227&quot;:9601,&quot;35295&quot;:9602,&quot;35301&quot;:9603,&quot;35300&quot;:9604,&quot;35297&quot;:9605,&quot;35296&quot;:9606,&quot;35298&quot;:9607,&quot;35292&quot;:9608,&quot;35302&quot;:9609,&quot;35446&quot;:9610,&quot;35462&quot;:9611,&quot;35455&quot;:9612,&quot;35425&quot;:9613,&quot;35391&quot;:9614,&quot;35447&quot;:9615,&quot;35458&quot;:9616,&quot;35460&quot;:9617,&quot;35445&quot;:9618,&quot;35459&quot;:9619,&quot;35457&quot;:9620,&quot;35444&quot;:9621,&quot;35450&quot;:9622,&quot;35900&quot;:9623,&quot;35915&quot;:9624,&quot;35914&quot;:9625,&quot;35941&quot;:9626,&quot;35940&quot;:9627,&quot;35942&quot;:9628,&quot;35974&quot;:9629,&quot;35972&quot;:9630,&quot;35973&quot;:9631,&quot;36044&quot;:9632,&quot;36200&quot;:9633,&quot;36201&quot;:9634,&quot;36241&quot;:9635,&quot;36236&quot;:9636,&quot;36238&quot;:9637,&quot;36239&quot;:9638,&quot;36237&quot;:9639,&quot;36243&quot;:9640,&quot;36244&quot;:9641,&quot;36240&quot;:9642,&quot;36242&quot;:9643,&quot;36336&quot;:9644,&quot;36320&quot;:9645,&quot;36332&quot;:9646,&quot;36337&quot;:9647,&quot;36334&quot;:9648,&quot;36304&quot;:9649,&quot;36329&quot;:9650,&quot;36323&quot;:9651,&quot;36322&quot;:9652,&quot;36327&quot;:9653,&quot;36338&quot;:9654,&quot;36331&quot;:9655,&quot;36340&quot;:9656,&quot;36614&quot;:9657,&quot;36607&quot;:9658,&quot;36609&quot;:9659,&quot;36608&quot;:9660,&quot;36613&quot;:9661,&quot;36615&quot;:9662,&quot;36616&quot;:9663,&quot;36610&quot;:9664,&quot;36619&quot;:9665,&quot;60507&quot;:9665,&quot;36946&quot;:9666,&quot;36927&quot;:9667,&quot;36932&quot;:9668,&quot;36937&quot;:9669,&quot;36925&quot;:9670,&quot;37136&quot;:9671,&quot;37133&quot;:9672,&quot;37135&quot;:9673,&quot;37137&quot;:9674,&quot;37142&quot;:9675,&quot;37140&quot;:9676,&quot;37131&quot;:9677,&quot;37134&quot;:9678,&quot;37230&quot;:9679,&quot;37231&quot;:9680,&quot;37448&quot;:9681,&quot;37458&quot;:9682,&quot;37424&quot;:9683,&quot;37434&quot;:9684,&quot;37478&quot;:9685,&quot;37427&quot;:9686,&quot;37477&quot;:9687,&quot;37470&quot;:9688,&quot;37507&quot;:9689,&quot;37422&quot;:9690,&quot;37450&quot;:9691,&quot;37446&quot;:9692,&quot;37485&quot;:9693,&quot;37484&quot;:9694,&quot;37455&quot;:9695,&quot;37472&quot;:9696,&quot;37479&quot;:9697,&quot;37487&quot;:9698,&quot;37430&quot;:9699,&quot;37473&quot;:9700,&quot;37488&quot;:9701,&quot;37425&quot;:9702,&quot;37460&quot;:9703,&quot;37475&quot;:9704,&quot;37456&quot;:9705,&quot;37490&quot;:9706,&quot;37454&quot;:9707,&quot;37459&quot;:9708,&quot;37452&quot;:9709,&quot;37462&quot;:9710,&quot;37426&quot;:9711,&quot;38303&quot;:9712,&quot;38300&quot;:9713,&quot;38302&quot;:9714,&quot;38299&quot;:9715,&quot;38546&quot;:9716,&quot;38547&quot;:9717,&quot;38545&quot;:9718,&quot;38551&quot;:9719,&quot;38606&quot;:9720,&quot;38650&quot;:9721,&quot;38653&quot;:9722,&quot;38648&quot;:9723,&quot;38645&quot;:9724,&quot;38771&quot;:9725,&quot;38775&quot;:9726,&quot;38776&quot;:9727,&quot;38770&quot;:9728,&quot;38927&quot;:9729,&quot;38925&quot;:9730,&quot;38926&quot;:9731,&quot;39084&quot;:9732,&quot;39158&quot;:9733,&quot;39161&quot;:9734,&quot;39343&quot;:9735,&quot;39346&quot;:9736,&quot;39344&quot;:9737,&quot;39349&quot;:9738,&quot;39597&quot;:9739,&quot;39595&quot;:9740,&quot;39771&quot;:9741,&quot;40170&quot;:9742,&quot;40173&quot;:9743,&quot;40167&quot;:9744,&quot;40576&quot;:9745,&quot;12236&quot;:9746,&quot;40701&quot;:9746,&quot;20710&quot;:9747,&quot;20692&quot;:9748,&quot;20695&quot;:9749,&quot;20712&quot;:9750,&quot;20723&quot;:9751,&quot;20699&quot;:9752,&quot;20714&quot;:9753,&quot;20701&quot;:9754,&quot;20708&quot;:9755,&quot;20691&quot;:9756,&quot;20716&quot;:9757,&quot;20720&quot;:9758,&quot;20719&quot;:9759,&quot;20707&quot;:9760,&quot;20704&quot;:9761,&quot;20952&quot;:9762,&quot;21120&quot;:9763,&quot;21121&quot;:9764,&quot;21225&quot;:9765,&quot;21227&quot;:9766,&quot;21296&quot;:9767,&quot;21420&quot;:9768,&quot;22055&quot;:9769,&quot;22037&quot;:9770,&quot;22028&quot;:9771,&quot;22034&quot;:9772,&quot;22012&quot;:9773,&quot;22031&quot;:9774,&quot;22044&quot;:9775,&quot;22017&quot;:9776,&quot;22035&quot;:9777,&quot;22018&quot;:9778,&quot;22010&quot;:9779,&quot;22045&quot;:9780,&quot;22020&quot;:9781,&quot;22015&quot;:9782,&quot;22009&quot;:9783,&quot;22665&quot;:9784,&quot;22652&quot;:9785,&quot;22672&quot;:9786,&quot;22680&quot;:9787,&quot;22662&quot;:9788,&quot;22657&quot;:9789,&quot;22655&quot;:9790,&quot;22644&quot;:9791,&quot;22667&quot;:9792,&quot;22650&quot;:9793,&quot;22663&quot;:9794,&quot;22673&quot;:9795,&quot;22670&quot;:9796,&quot;22646&quot;:9797,&quot;22658&quot;:9798,&quot;22664&quot;:9799,&quot;22651&quot;:9800,&quot;22676&quot;:9801,&quot;22671&quot;:9802,&quot;22782&quot;:9803,&quot;22891&quot;:9804,&quot;23260&quot;:9805,&quot;23278&quot;:9806,&quot;23269&quot;:9807,&quot;23253&quot;:9808,&quot;23274&quot;:9809,&quot;23258&quot;:9810,&quot;23277&quot;:9811,&quot;23275&quot;:9812,&quot;23283&quot;:9813,&quot;23266&quot;:9814,&quot;23264&quot;:9815,&quot;23259&quot;:9816,&quot;23276&quot;:9817,&quot;23262&quot;:9818,&quot;23261&quot;:9819,&quot;23257&quot;:9820,&quot;23272&quot;:9821,&quot;23263&quot;:9822,&quot;23415&quot;:9823,&quot;23520&quot;:9824,&quot;23523&quot;:9825,&quot;23651&quot;:9826,&quot;23938&quot;:9827,&quot;23936&quot;:9828,&quot;23933&quot;:9829,&quot;23942&quot;:9830,&quot;23930&quot;:9831,&quot;23937&quot;:9832,&quot;23927&quot;:9833,&quot;23946&quot;:9834,&quot;23945&quot;:9835,&quot;23944&quot;:9836,&quot;23934&quot;:9837,&quot;23932&quot;:9838,&quot;23949&quot;:9839,&quot;23929&quot;:9840,&quot;23935&quot;:9841,&quot;24152&quot;:9842,&quot;24153&quot;:9843,&quot;24147&quot;:9844,&quot;24280&quot;:9845,&quot;24273&quot;:9846,&quot;24279&quot;:9847,&quot;24270&quot;:9848,&quot;24284&quot;:9849,&quot;24277&quot;:9850,&quot;24281&quot;:9851,&quot;24274&quot;:9852,&quot;24276&quot;:9853,&quot;24388&quot;:9854,&quot;24387&quot;:9855,&quot;24431&quot;:9856,&quot;24502&quot;:9857,&quot;24876&quot;:9858,&quot;24872&quot;:9859,&quot;24897&quot;:9860,&quot;24926&quot;:9861,&quot;24945&quot;:9862,&quot;24947&quot;:9863,&quot;24914&quot;:9864,&quot;24915&quot;:9865,&quot;24946&quot;:9866,&quot;24940&quot;:9867,&quot;24960&quot;:9868,&quot;24948&quot;:9869,&quot;24916&quot;:9870,&quot;24954&quot;:9871,&quot;24923&quot;:9872,&quot;24933&quot;:9873,&quot;24891&quot;:9874,&quot;24938&quot;:9875,&quot;24929&quot;:9876,&quot;24918&quot;:9877,&quot;25129&quot;:9878,&quot;25127&quot;:9879,&quot;25131&quot;:9880,&quot;25643&quot;:9881,&quot;25677&quot;:9882,&quot;25691&quot;:9883,&quot;25693&quot;:9884,&quot;25716&quot;:9885,&quot;25718&quot;:9886,&quot;25714&quot;:9887,&quot;25715&quot;:9888,&quot;25725&quot;:9889,&quot;25717&quot;:9890,&quot;25702&quot;:9891,&quot;25766&quot;:9892,&quot;25678&quot;:9893,&quot;25730&quot;:9894,&quot;25694&quot;:9895,&quot;25692&quot;:9896,&quot;25675&quot;:9897,&quot;25683&quot;:9898,&quot;25696&quot;:9899,&quot;25680&quot;:9900,&quot;25727&quot;:9901,&quot;25663&quot;:9902,&quot;25708&quot;:9903,&quot;25707&quot;:9904,&quot;25689&quot;:9905,&quot;25701&quot;:9906,&quot;25719&quot;:9907,&quot;25971&quot;:9908,&quot;26016&quot;:9909,&quot;26273&quot;:9910,&quot;26272&quot;:9911,&quot;26271&quot;:9912,&quot;26373&quot;:9913,&quot;26372&quot;:9914,&quot;26402&quot;:9915,&quot;27057&quot;:9916,&quot;27062&quot;:9917,&quot;27081&quot;:9918,&quot;27040&quot;:9919,&quot;27086&quot;:9920,&quot;27030&quot;:9921,&quot;27056&quot;:9922,&quot;27052&quot;:9923,&quot;27068&quot;:9924,&quot;27025&quot;:9925,&quot;27033&quot;:9926,&quot;27022&quot;:9927,&quot;27047&quot;:9928,&quot;27021&quot;:9929,&quot;27049&quot;:9930,&quot;27070&quot;:9931,&quot;27055&quot;:9932,&quot;27071&quot;:9933,&quot;27076&quot;:9934,&quot;27069&quot;:9935,&quot;27044&quot;:9936,&quot;27092&quot;:9937,&quot;27065&quot;:9938,&quot;27082&quot;:9939,&quot;27034&quot;:9940,&quot;27087&quot;:9941,&quot;27059&quot;:9942,&quot;27027&quot;:9943,&quot;27050&quot;:9944,&quot;27041&quot;:9945,&quot;27038&quot;:9946,&quot;27097&quot;:9947,&quot;27031&quot;:9948,&quot;27024&quot;:9949,&quot;27074&quot;:9950,&quot;27061&quot;:9951,&quot;27045&quot;:9952,&quot;27078&quot;:9953,&quot;27466&quot;:9954,&quot;27469&quot;:9955,&quot;27467&quot;:9956,&quot;27550&quot;:9957,&quot;27551&quot;:9958,&quot;27552&quot;:9959,&quot;27587&quot;:9960,&quot;27588&quot;:9961,&quot;27646&quot;:9962,&quot;28366&quot;:9963,&quot;28405&quot;:9964,&quot;28401&quot;:9965,&quot;28419&quot;:9966,&quot;28453&quot;:9967,&quot;28408&quot;:9968,&quot;28471&quot;:9969,&quot;28411&quot;:9970,&quot;28462&quot;:9971,&quot;28425&quot;:9972,&quot;28494&quot;:9973,&quot;28441&quot;:9974,&quot;28442&quot;:9975,&quot;28455&quot;:9976,&quot;28440&quot;:9977,&quot;28475&quot;:9978,&quot;28434&quot;:9979,&quot;28397&quot;:9980,&quot;28426&quot;:9981,&quot;28470&quot;:9982,&quot;28531&quot;:9983,&quot;28409&quot;:9984,&quot;28398&quot;:9985,&quot;28461&quot;:9986,&quot;28480&quot;:9987,&quot;28464&quot;:9988,&quot;28476&quot;:9989,&quot;28469&quot;:9990,&quot;28395&quot;:9991,&quot;28423&quot;:9992,&quot;28430&quot;:9993,&quot;28483&quot;:9994,&quot;28421&quot;:9995,&quot;28413&quot;:9996,&quot;28406&quot;:9997,&quot;28473&quot;:9998,&quot;28444&quot;:9999,&quot;28412&quot;:10000,&quot;28474&quot;:10001,&quot;28447&quot;:10002,&quot;28429&quot;:10003,&quot;28446&quot;:10004,&quot;28424&quot;:10005,&quot;28449&quot;:10006,&quot;29063&quot;:10007,&quot;29072&quot;:10008,&quot;29065&quot;:10009,&quot;29056&quot;:10010,&quot;29061&quot;:10011,&quot;29058&quot;:10012,&quot;29071&quot;:10013,&quot;29051&quot;:10014,&quot;29062&quot;:10015,&quot;29057&quot;:10016,&quot;29079&quot;:10017,&quot;29252&quot;:10018,&quot;29267&quot;:10019,&quot;29335&quot;:10020,&quot;29333&quot;:10021,&quot;29331&quot;:10022,&quot;29507&quot;:10023,&quot;29517&quot;:10024,&quot;29521&quot;:10025,&quot;29516&quot;:10026,&quot;29794&quot;:10027,&quot;29811&quot;:10028,&quot;29809&quot;:10029,&quot;29813&quot;:10030,&quot;29810&quot;:10031,&quot;29799&quot;:10032,&quot;29806&quot;:10033,&quot;29952&quot;:10034,&quot;29954&quot;:10035,&quot;29955&quot;:10036,&quot;30077&quot;:10037,&quot;30096&quot;:10038,&quot;30230&quot;:10039,&quot;30216&quot;:10040,&quot;30220&quot;:10041,&quot;30229&quot;:10042,&quot;30225&quot;:10043,&quot;30218&quot;:10044,&quot;30228&quot;:10045,&quot;30392&quot;:10046,&quot;30593&quot;:10047,&quot;30588&quot;:10048,&quot;30597&quot;:10049,&quot;30594&quot;:10050,&quot;30574&quot;:10051,&quot;30592&quot;:10052,&quot;30575&quot;:10053,&quot;30590&quot;:10054,&quot;30595&quot;:10055,&quot;30898&quot;:10056,&quot;30890&quot;:10057,&quot;30900&quot;:10058,&quot;30893&quot;:10059,&quot;30888&quot;:10060,&quot;30846&quot;:10061,&quot;30891&quot;:10062,&quot;30878&quot;:10063,&quot;30885&quot;:10064,&quot;30880&quot;:10065,&quot;30892&quot;:10066,&quot;30882&quot;:10067,&quot;30884&quot;:10068,&quot;31128&quot;:10069,&quot;31114&quot;:10070,&quot;31115&quot;:10071,&quot;31126&quot;:10072,&quot;31125&quot;:10073,&quot;31124&quot;:10074,&quot;31123&quot;:10075,&quot;31127&quot;:10076,&quot;31112&quot;:10077,&quot;31122&quot;:10078,&quot;31120&quot;:10079,&quot;31275&quot;:10080,&quot;31306&quot;:10081,&quot;31280&quot;:10082,&quot;31279&quot;:10083,&quot;31272&quot;:10084,&quot;31270&quot;:10085,&quot;31400&quot;:10086,&quot;31403&quot;:10087,&quot;31404&quot;:10088,&quot;31470&quot;:10089,&quot;31624&quot;:10090,&quot;31644&quot;:10091,&quot;31626&quot;:10092,&quot;31633&quot;:10093,&quot;31632&quot;:10094,&quot;31638&quot;:10095,&quot;31629&quot;:10096,&quot;31628&quot;:10097,&quot;31643&quot;:10098,&quot;31630&quot;:10099,&quot;31621&quot;:10100,&quot;31640&quot;:10101,&quot;21124&quot;:10102,&quot;31641&quot;:10103,&quot;31652&quot;:10104,&quot;31618&quot;:10105,&quot;31931&quot;:10106,&quot;31935&quot;:10107,&quot;31932&quot;:10108,&quot;31930&quot;:10109,&quot;32167&quot;:10110,&quot;32183&quot;:10111,&quot;32194&quot;:10112,&quot;32163&quot;:10113,&quot;32170&quot;:10114,&quot;32193&quot;:10115,&quot;32192&quot;:10116,&quot;32197&quot;:10117,&quot;32157&quot;:10118,&quot;32206&quot;:10119,&quot;32196&quot;:10120,&quot;32198&quot;:10121,&quot;32203&quot;:10122,&quot;32204&quot;:10123,&quot;32175&quot;:10124,&quot;32185&quot;:10125,&quot;32150&quot;:10126,&quot;32188&quot;:10127,&quot;32159&quot;:10128,&quot;32166&quot;:10129,&quot;32174&quot;:10130,&quot;32169&quot;:10131,&quot;32161&quot;:10132,&quot;32201&quot;:10133,&quot;32627&quot;:10134,&quot;32738&quot;:10135,&quot;32739&quot;:10136,&quot;32741&quot;:10137,&quot;32734&quot;:10138,&quot;32804&quot;:10139,&quot;32861&quot;:10140,&quot;32860&quot;:10141,&quot;33161&quot;:10142,&quot;33158&quot;:10143,&quot;33155&quot;:10144,&quot;33159&quot;:10145,&quot;33165&quot;:10146,&quot;33164&quot;:10147,&quot;33163&quot;:10148,&quot;33301&quot;:10149,&quot;33943&quot;:10150,&quot;33956&quot;:10151,&quot;33953&quot;:10152,&quot;33951&quot;:10153,&quot;33978&quot;:10154,&quot;33998&quot;:10155,&quot;33986&quot;:10156,&quot;33964&quot;:10157,&quot;33966&quot;:10158,&quot;33963&quot;:10159,&quot;33977&quot;:10160,&quot;33972&quot;:10161,&quot;33985&quot;:10162,&quot;33997&quot;:10163,&quot;33962&quot;:10164,&quot;33946&quot;:10165,&quot;33969&quot;:10166,&quot;34000&quot;:10167,&quot;33949&quot;:10168,&quot;33959&quot;:10169,&quot;33979&quot;:10170,&quot;33954&quot;:10171,&quot;33940&quot;:10172,&quot;33991&quot;:10173,&quot;33996&quot;:10174,&quot;33947&quot;:10175,&quot;33961&quot;:10176,&quot;33967&quot;:10177,&quot;33960&quot;:10178,&quot;58327&quot;:10178,&quot;34006&quot;:10179,&quot;33944&quot;:10180,&quot;33974&quot;:10181,&quot;33999&quot;:10182,&quot;33952&quot;:10183,&quot;34007&quot;:10184,&quot;34004&quot;:10185,&quot;34002&quot;:10186,&quot;34011&quot;:10187,&quot;33968&quot;:10188,&quot;33937&quot;:10189,&quot;34401&quot;:10190,&quot;34611&quot;:10191,&quot;34595&quot;:10192,&quot;34600&quot;:10193,&quot;34667&quot;:10194,&quot;34624&quot;:10195,&quot;34606&quot;:10196,&quot;34590&quot;:10197,&quot;34593&quot;:10198,&quot;34585&quot;:10199,&quot;34587&quot;:10200,&quot;34627&quot;:10201,&quot;34604&quot;:10202,&quot;34625&quot;:10203,&quot;34622&quot;:10204,&quot;34630&quot;:10205,&quot;34592&quot;:10206,&quot;34610&quot;:10207,&quot;34602&quot;:10208,&quot;34605&quot;:10209,&quot;34620&quot;:10210,&quot;34578&quot;:10211,&quot;34618&quot;:10212,&quot;34609&quot;:10213,&quot;34613&quot;:10214,&quot;34626&quot;:10215,&quot;34598&quot;:10216,&quot;34599&quot;:10217,&quot;34616&quot;:10218,&quot;34596&quot;:10219,&quot;34586&quot;:10220,&quot;34608&quot;:10221,&quot;34577&quot;:10222,&quot;35063&quot;:10223,&quot;35047&quot;:10224,&quot;35057&quot;:10225,&quot;35058&quot;:10226,&quot;35066&quot;:10227,&quot;35070&quot;:10228,&quot;35054&quot;:10229,&quot;35068&quot;:10230,&quot;35062&quot;:10231,&quot;35067&quot;:10232,&quot;35056&quot;:10233,&quot;35052&quot;:10234,&quot;35051&quot;:10235,&quot;35229&quot;:10236,&quot;35233&quot;:10237,&quot;35231&quot;:10238,&quot;35230&quot;:10239,&quot;35305&quot;:10240,&quot;35307&quot;:10241,&quot;35304&quot;:10242,&quot;35499&quot;:10243,&quot;35481&quot;:10244,&quot;35467&quot;:10245,&quot;35474&quot;:10246,&quot;35471&quot;:10247,&quot;35478&quot;:10248,&quot;35901&quot;:10249,&quot;35944&quot;:10250,&quot;35945&quot;:10251,&quot;36053&quot;:10252,&quot;36047&quot;:10253,&quot;36055&quot;:10254,&quot;36246&quot;:10255,&quot;36361&quot;:10256,&quot;36354&quot;:10257,&quot;36351&quot;:10258,&quot;36365&quot;:10259,&quot;36349&quot;:10260,&quot;36362&quot;:10261,&quot;36355&quot;:10262,&quot;36359&quot;:10263,&quot;36358&quot;:10264,&quot;36357&quot;:10265,&quot;36350&quot;:10266,&quot;36352&quot;:10267,&quot;36356&quot;:10268,&quot;36624&quot;:10269,&quot;36625&quot;:10270,&quot;36622&quot;:10271,&quot;36621&quot;:10272,&quot;37155&quot;:10273,&quot;37148&quot;:10274,&quot;37152&quot;:10275,&quot;37154&quot;:10276,&quot;37151&quot;:10277,&quot;37149&quot;:10278,&quot;37146&quot;:10279,&quot;37156&quot;:10280,&quot;37153&quot;:10281,&quot;37147&quot;:10282,&quot;37242&quot;:10283,&quot;37234&quot;:10284,&quot;37241&quot;:10285,&quot;37235&quot;:10286,&quot;37541&quot;:10287,&quot;37540&quot;:10288,&quot;37494&quot;:10289,&quot;37531&quot;:10290,&quot;37498&quot;:10291,&quot;37536&quot;:10292,&quot;37524&quot;:10293,&quot;37546&quot;:10294,&quot;37517&quot;:10295,&quot;37542&quot;:10296,&quot;37530&quot;:10297,&quot;37547&quot;:10298,&quot;37497&quot;:10299,&quot;37527&quot;:10300,&quot;37503&quot;:10301,&quot;37539&quot;:10302,&quot;37614&quot;:10303,&quot;37518&quot;:10304,&quot;37506&quot;:10305,&quot;37525&quot;:10306,&quot;37538&quot;:10307,&quot;37501&quot;:10308,&quot;37512&quot;:10309,&quot;37537&quot;:10310,&quot;37514&quot;:10311,&quot;37510&quot;:10312,&quot;37516&quot;:10313,&quot;37529&quot;:10314,&quot;37543&quot;:10315,&quot;37502&quot;:10316,&quot;37511&quot;:10317,&quot;37545&quot;:10318,&quot;37533&quot;:10319,&quot;37515&quot;:10320,&quot;37421&quot;:10321,&quot;38558&quot;:10322,&quot;38561&quot;:10323,&quot;38655&quot;:10324,&quot;38744&quot;:10325,&quot;38781&quot;:10326,&quot;38778&quot;:10327,&quot;38782&quot;:10328,&quot;38787&quot;:10329,&quot;38784&quot;:10330,&quot;38786&quot;:10331,&quot;38779&quot;:10332,&quot;38788&quot;:10333,&quot;38785&quot;:10334,&quot;38783&quot;:10335,&quot;38862&quot;:10336,&quot;38861&quot;:10337,&quot;38934&quot;:10338,&quot;39085&quot;:10339,&quot;39086&quot;:10340,&quot;39170&quot;:10341,&quot;39168&quot;:10342,&quot;39175&quot;:10343,&quot;39325&quot;:10344,&quot;39324&quot;:10345,&quot;39363&quot;:10346,&quot;39353&quot;:10347,&quot;39355&quot;:10348,&quot;39354&quot;:10349,&quot;39362&quot;:10350,&quot;39357&quot;:10351,&quot;39367&quot;:10352,&quot;39601&quot;:10353,&quot;39651&quot;:10354,&quot;39655&quot;:10355,&quot;39742&quot;:10356,&quot;39743&quot;:10357,&quot;39776&quot;:10358,&quot;39777&quot;:10359,&quot;39775&quot;:10360,&quot;40177&quot;:10361,&quot;40178&quot;:10362,&quot;40181&quot;:10363,&quot;40615&quot;:10364,&quot;20735&quot;:10365,&quot;20739&quot;:10366,&quot;20784&quot;:10367,&quot;20728&quot;:10368,&quot;20742&quot;:10369,&quot;20743&quot;:10370,&quot;20726&quot;:10371,&quot;20734&quot;:10372,&quot;20747&quot;:10373,&quot;20748&quot;:10374,&quot;20733&quot;:10375,&quot;20746&quot;:10376,&quot;21131&quot;:10377,&quot;21132&quot;:10378,&quot;21233&quot;:10379,&quot;21231&quot;:10380,&quot;22088&quot;:10381,&quot;22082&quot;:10382,&quot;22092&quot;:10383,&quot;22069&quot;:10384,&quot;22081&quot;:10385,&quot;22090&quot;:10386,&quot;22089&quot;:10387,&quot;22086&quot;:10388,&quot;22104&quot;:10389,&quot;22106&quot;:10390,&quot;22080&quot;:10391,&quot;22067&quot;:10392,&quot;22077&quot;:10393,&quot;22060&quot;:10394,&quot;22078&quot;:10395,&quot;22072&quot;:10396,&quot;22058&quot;:10397,&quot;22074&quot;:10398,&quot;22298&quot;:10399,&quot;22699&quot;:10400,&quot;22685&quot;:10401,&quot;22705&quot;:10402,&quot;22688&quot;:10403,&quot;22691&quot;:10404,&quot;22703&quot;:10405,&quot;22700&quot;:10406,&quot;22693&quot;:10407,&quot;22689&quot;:10408,&quot;22783&quot;:10409,&quot;23295&quot;:10410,&quot;23284&quot;:10411,&quot;23293&quot;:10412,&quot;23287&quot;:10413,&quot;23286&quot;:10414,&quot;23299&quot;:10415,&quot;23288&quot;:10416,&quot;23298&quot;:10417,&quot;23289&quot;:10418,&quot;23297&quot;:10419,&quot;23303&quot;:10420,&quot;23301&quot;:10421,&quot;23311&quot;:10422,&quot;23655&quot;:10423,&quot;23961&quot;:10424,&quot;23959&quot;:10425,&quot;23967&quot;:10426,&quot;23954&quot;:10427,&quot;23970&quot;:10428,&quot;23955&quot;:10429,&quot;23957&quot;:10430,&quot;23968&quot;:10431,&quot;23964&quot;:10432,&quot;23969&quot;:10433,&quot;23962&quot;:10434,&quot;23966&quot;:10435,&quot;24169&quot;:10436,&quot;24157&quot;:10437,&quot;24160&quot;:10438,&quot;24156&quot;:10439,&quot;32243&quot;:10440,&quot;24283&quot;:10441,&quot;24286&quot;:10442,&quot;24289&quot;:10443,&quot;24393&quot;:10444,&quot;24498&quot;:10445,&quot;24971&quot;:10446,&quot;24963&quot;:10447,&quot;24953&quot;:10448,&quot;25009&quot;:10449,&quot;25008&quot;:10450,&quot;24994&quot;:10451,&quot;24969&quot;:10452,&quot;24987&quot;:10453,&quot;24979&quot;:10454,&quot;25007&quot;:10455,&quot;25005&quot;:10456,&quot;24991&quot;:10457,&quot;24978&quot;:10458,&quot;25002&quot;:10459,&quot;24993&quot;:10460,&quot;24973&quot;:10461,&quot;24934&quot;:10462,&quot;25011&quot;:10463,&quot;25133&quot;:10464,&quot;25710&quot;:10465,&quot;25712&quot;:10466,&quot;25750&quot;:10467,&quot;25760&quot;:10468,&quot;25733&quot;:10469,&quot;25751&quot;:10470,&quot;25756&quot;:10471,&quot;25743&quot;:10472,&quot;25739&quot;:10473,&quot;25738&quot;:10474,&quot;25740&quot;:10475,&quot;25763&quot;:10476,&quot;25759&quot;:10477,&quot;25704&quot;:10478,&quot;25777&quot;:10479,&quot;25752&quot;:10480,&quot;25974&quot;:10481,&quot;25978&quot;:10482,&quot;25977&quot;:10483,&quot;25979&quot;:10484,&quot;26034&quot;:10485,&quot;26035&quot;:10486,&quot;26293&quot;:10487,&quot;26288&quot;:10488,&quot;26281&quot;:10489,&quot;26290&quot;:10490,&quot;26295&quot;:10491,&quot;26282&quot;:10492,&quot;26287&quot;:10493,&quot;27136&quot;:10494,&quot;27142&quot;:10495,&quot;27159&quot;:10496,&quot;27109&quot;:10497,&quot;27128&quot;:10498,&quot;27157&quot;:10499,&quot;27121&quot;:10500,&quot;27108&quot;:10501,&quot;27168&quot;:10502,&quot;27135&quot;:10503,&quot;27116&quot;:10504,&quot;27106&quot;:10505,&quot;27163&quot;:10506,&quot;27165&quot;:10507,&quot;27134&quot;:10508,&quot;27175&quot;:10509,&quot;27122&quot;:10510,&quot;27118&quot;:10511,&quot;27156&quot;:10512,&quot;27127&quot;:10513,&quot;27111&quot;:10514,&quot;27200&quot;:10515,&quot;27144&quot;:10516,&quot;27110&quot;:10517,&quot;27131&quot;:10518,&quot;27149&quot;:10519,&quot;27132&quot;:10520,&quot;27115&quot;:10521,&quot;27145&quot;:10522,&quot;27140&quot;:10523,&quot;27160&quot;:10524,&quot;27173&quot;:10525,&quot;27151&quot;:10526,&quot;27126&quot;:10527,&quot;27174&quot;:10528,&quot;27143&quot;:10529,&quot;27124&quot;:10530,&quot;27158&quot;:10531,&quot;27473&quot;:10532,&quot;27557&quot;:10533,&quot;27555&quot;:10534,&quot;27554&quot;:10535,&quot;27558&quot;:10536,&quot;27649&quot;:10537,&quot;27648&quot;:10538,&quot;27647&quot;:10539,&quot;27650&quot;:10540,&quot;28481&quot;:10541,&quot;28454&quot;:10542,&quot;28542&quot;:10543,&quot;28551&quot;:10544,&quot;28614&quot;:10545,&quot;28562&quot;:10546,&quot;28557&quot;:10547,&quot;28553&quot;:10548,&quot;28556&quot;:10549,&quot;28514&quot;:10550,&quot;28495&quot;:10551,&quot;28549&quot;:10552,&quot;28506&quot;:10553,&quot;28566&quot;:10554,&quot;28534&quot;:10555,&quot;28524&quot;:10556,&quot;28546&quot;:10557,&quot;28501&quot;:10558,&quot;28530&quot;:10559,&quot;28498&quot;:10560,&quot;28496&quot;:10561,&quot;28503&quot;:10562,&quot;28564&quot;:10563,&quot;28563&quot;:10564,&quot;28509&quot;:10565,&quot;28416&quot;:10566,&quot;28513&quot;:10567,&quot;28523&quot;:10568,&quot;28541&quot;:10569,&quot;28519&quot;:10570,&quot;28560&quot;:10571,&quot;28499&quot;:10572,&quot;28555&quot;:10573,&quot;28521&quot;:10574,&quot;28543&quot;:10575,&quot;28565&quot;:10576,&quot;28515&quot;:10577,&quot;28535&quot;:10578,&quot;28522&quot;:10579,&quot;28539&quot;:10580,&quot;29106&quot;:10581,&quot;29103&quot;:10582,&quot;29083&quot;:10583,&quot;29104&quot;:10584,&quot;29088&quot;:10585,&quot;29082&quot;:10586,&quot;29097&quot;:10587,&quot;29109&quot;:10588,&quot;29085&quot;:10589,&quot;29093&quot;:10590,&quot;29086&quot;:10591,&quot;29092&quot;:10592,&quot;29089&quot;:10593,&quot;29098&quot;:10594,&quot;29084&quot;:10595,&quot;29095&quot;:10596,&quot;29107&quot;:10597,&quot;29336&quot;:10598,&quot;29338&quot;:10599,&quot;29528&quot;:10600,&quot;29522&quot;:10601,&quot;29534&quot;:10602,&quot;29535&quot;:10603,&quot;29536&quot;:10604,&quot;29533&quot;:10605,&quot;29531&quot;:10606,&quot;29537&quot;:10607,&quot;29530&quot;:10608,&quot;29529&quot;:10609,&quot;29538&quot;:10610,&quot;29831&quot;:10611,&quot;29833&quot;:10612,&quot;29834&quot;:10613,&quot;29830&quot;:10614,&quot;29825&quot;:10615,&quot;29821&quot;:10616,&quot;29829&quot;:10617,&quot;29832&quot;:10618,&quot;29820&quot;:10619,&quot;29817&quot;:10620,&quot;58868&quot;:10620,&quot;29960&quot;:10621,&quot;29959&quot;:10622,&quot;30078&quot;:10623,&quot;30245&quot;:10624,&quot;30238&quot;:10625,&quot;30233&quot;:10626,&quot;30237&quot;:10627,&quot;30236&quot;:10628,&quot;30243&quot;:10629,&quot;30234&quot;:10630,&quot;30248&quot;:10631,&quot;30235&quot;:10632,&quot;30364&quot;:10633,&quot;30365&quot;:10634,&quot;30366&quot;:10635,&quot;30363&quot;:10636,&quot;30605&quot;:10637,&quot;30607&quot;:10638,&quot;30601&quot;:10639,&quot;30600&quot;:10640,&quot;30925&quot;:10641,&quot;30907&quot;:10642,&quot;30927&quot;:10643,&quot;30924&quot;:10644,&quot;30929&quot;:10645,&quot;30926&quot;:10646,&quot;30932&quot;:10647,&quot;30920&quot;:10648,&quot;30915&quot;:10649,&quot;30916&quot;:10650,&quot;30921&quot;:10651,&quot;31130&quot;:10652,&quot;31137&quot;:10653,&quot;31136&quot;:10654,&quot;31132&quot;:10655,&quot;31138&quot;:10656,&quot;31131&quot;:10657,&quot;59175&quot;:10657,&quot;27510&quot;:10658,&quot;31289&quot;:10659,&quot;31410&quot;:10660,&quot;31412&quot;:10661,&quot;31411&quot;:10662,&quot;31671&quot;:10663,&quot;31691&quot;:10664,&quot;31678&quot;:10665,&quot;31660&quot;:10666,&quot;31694&quot;:10667,&quot;31663&quot;:10668,&quot;31673&quot;:10669,&quot;31690&quot;:10670,&quot;31669&quot;:10671,&quot;31941&quot;:10672,&quot;31944&quot;:10673,&quot;31948&quot;:10674,&quot;31947&quot;:10675,&quot;32247&quot;:10676,&quot;32219&quot;:10677,&quot;32234&quot;:10678,&quot;32231&quot;:10679,&quot;32215&quot;:10680,&quot;32225&quot;:10681,&quot;32259&quot;:10682,&quot;32250&quot;:10683,&quot;32230&quot;:10684,&quot;32246&quot;:10685,&quot;32241&quot;:10686,&quot;32240&quot;:10687,&quot;32238&quot;:10688,&quot;32223&quot;:10689,&quot;32630&quot;:10690,&quot;32684&quot;:10691,&quot;32688&quot;:10692,&quot;32685&quot;:10693,&quot;32749&quot;:10694,&quot;32747&quot;:10695,&quot;32746&quot;:10696,&quot;32748&quot;:10697,&quot;32742&quot;:10698,&quot;32744&quot;:10699,&quot;32868&quot;:10700,&quot;32871&quot;:10701,&quot;33187&quot;:10702,&quot;33183&quot;:10703,&quot;33182&quot;:10704,&quot;33173&quot;:10705,&quot;33186&quot;:10706,&quot;33177&quot;:10707,&quot;33175&quot;:10708,&quot;33302&quot;:10709,&quot;33359&quot;:10710,&quot;33363&quot;:10711,&quot;33362&quot;:10712,&quot;33360&quot;:10713,&quot;33358&quot;:10714,&quot;33361&quot;:10715,&quot;34084&quot;:10716,&quot;34107&quot;:10717,&quot;34063&quot;:10718,&quot;34048&quot;:10719,&quot;34089&quot;:10720,&quot;34062&quot;:10721,&quot;34057&quot;:10722,&quot;34061&quot;:10723,&quot;34079&quot;:10724,&quot;34058&quot;:10725,&quot;34087&quot;:10726,&quot;34076&quot;:10727,&quot;34043&quot;:10728,&quot;34091&quot;:10729,&quot;34042&quot;:10730,&quot;34056&quot;:10731,&quot;34060&quot;:10732,&quot;34036&quot;:10733,&quot;34090&quot;:10734,&quot;34034&quot;:10735,&quot;34069&quot;:10736,&quot;34039&quot;:10737,&quot;34027&quot;:10738,&quot;34035&quot;:10739,&quot;34044&quot;:10740,&quot;34066&quot;:10741,&quot;34026&quot;:10742,&quot;34025&quot;:10743,&quot;34070&quot;:10744,&quot;34046&quot;:10745,&quot;34088&quot;:10746,&quot;34077&quot;:10747,&quot;34094&quot;:10748,&quot;34050&quot;:10749,&quot;34045&quot;:10750,&quot;34078&quot;:10751,&quot;34038&quot;:10752,&quot;34097&quot;:10753,&quot;34086&quot;:10754,&quot;34023&quot;:10755,&quot;34024&quot;:10756,&quot;34032&quot;:10757,&quot;34031&quot;:10758,&quot;34041&quot;:10759,&quot;34072&quot;:10760,&quot;34080&quot;:10761,&quot;34096&quot;:10762,&quot;34059&quot;:10763,&quot;34073&quot;:10764,&quot;34095&quot;:10765,&quot;34402&quot;:10766,&quot;34646&quot;:10767,&quot;34659&quot;:10768,&quot;34660&quot;:10769,&quot;34679&quot;:10770,&quot;34785&quot;:10771,&quot;34675&quot;:10772,&quot;34648&quot;:10773,&quot;34644&quot;:10774,&quot;34651&quot;:10775,&quot;34642&quot;:10776,&quot;34657&quot;:10777,&quot;34650&quot;:10778,&quot;34641&quot;:10779,&quot;34654&quot;:10780,&quot;34669&quot;:10781,&quot;34666&quot;:10782,&quot;34640&quot;:10783,&quot;34638&quot;:10784,&quot;34655&quot;:10785,&quot;34653&quot;:10786,&quot;34671&quot;:10787,&quot;34668&quot;:10788,&quot;34682&quot;:10789,&quot;34670&quot;:10790,&quot;34652&quot;:10791,&quot;34661&quot;:10792,&quot;34639&quot;:10793,&quot;34683&quot;:10794,&quot;34677&quot;:10795,&quot;34658&quot;:10796,&quot;34663&quot;:10797,&quot;34665&quot;:10798,&quot;34906&quot;:10799,&quot;35077&quot;:10800,&quot;35084&quot;:10801,&quot;35092&quot;:10802,&quot;35083&quot;:10803,&quot;35095&quot;:10804,&quot;35096&quot;:10805,&quot;35097&quot;:10806,&quot;35078&quot;:10807,&quot;35094&quot;:10808,&quot;35089&quot;:10809,&quot;35086&quot;:10810,&quot;35081&quot;:10811,&quot;35234&quot;:10812,&quot;35236&quot;:10813,&quot;35235&quot;:10814,&quot;35309&quot;:10815,&quot;35312&quot;:10816,&quot;35308&quot;:10817,&quot;35535&quot;:10818,&quot;35526&quot;:10819,&quot;35512&quot;:10820,&quot;35539&quot;:10821,&quot;35537&quot;:10822,&quot;35540&quot;:10823,&quot;35541&quot;:10824,&quot;35515&quot;:10825,&quot;35543&quot;:10826,&quot;35518&quot;:10827,&quot;35520&quot;:10828,&quot;35525&quot;:10829,&quot;35544&quot;:10830,&quot;35523&quot;:10831,&quot;35514&quot;:10832,&quot;35517&quot;:10833,&quot;35545&quot;:10834,&quot;35902&quot;:10835,&quot;35917&quot;:10836,&quot;35983&quot;:10837,&quot;36069&quot;:10838,&quot;36063&quot;:10839,&quot;36057&quot;:10840,&quot;36072&quot;:10841,&quot;36058&quot;:10842,&quot;36061&quot;:10843,&quot;36071&quot;:10844,&quot;36256&quot;:10845,&quot;36252&quot;:10846,&quot;36257&quot;:10847,&quot;36251&quot;:10848,&quot;36384&quot;:10849,&quot;36387&quot;:10850,&quot;36389&quot;:10851,&quot;36388&quot;:10852,&quot;36398&quot;:10853,&quot;36373&quot;:10854,&quot;36379&quot;:10855,&quot;36374&quot;:10856,&quot;36369&quot;:10857,&quot;36377&quot;:10858,&quot;36390&quot;:10859,&quot;36391&quot;:10860,&quot;36372&quot;:10861,&quot;36370&quot;:10862,&quot;36376&quot;:10863,&quot;36371&quot;:10864,&quot;36380&quot;:10865,&quot;36375&quot;:10866,&quot;36378&quot;:10867,&quot;36652&quot;:10868,&quot;36644&quot;:10869,&quot;36632&quot;:10870,&quot;36634&quot;:10871,&quot;36640&quot;:10872,&quot;36643&quot;:10873,&quot;36630&quot;:10874,&quot;36631&quot;:10875,&quot;36979&quot;:10876,&quot;36976&quot;:10877,&quot;36975&quot;:10878,&quot;36967&quot;:10879,&quot;36971&quot;:10880,&quot;37167&quot;:10881,&quot;37163&quot;:10882,&quot;37161&quot;:10883,&quot;37162&quot;:10884,&quot;37170&quot;:10885,&quot;37158&quot;:10886,&quot;37166&quot;:10887,&quot;37253&quot;:10888,&quot;37254&quot;:10889,&quot;37258&quot;:10890,&quot;37249&quot;:10891,&quot;37250&quot;:10892,&quot;37252&quot;:10893,&quot;37248&quot;:10894,&quot;37584&quot;:10895,&quot;37571&quot;:10896,&quot;37572&quot;:10897,&quot;37568&quot;:10898,&quot;37593&quot;:10899,&quot;37558&quot;:10900,&quot;37583&quot;:10901,&quot;37617&quot;:10902,&quot;37599&quot;:10903,&quot;37592&quot;:10904,&quot;37609&quot;:10905,&quot;37591&quot;:10906,&quot;37597&quot;:10907,&quot;37580&quot;:10908,&quot;37615&quot;:10909,&quot;37570&quot;:10910,&quot;37608&quot;:10911,&quot;37578&quot;:10912,&quot;37576&quot;:10913,&quot;37582&quot;:10914,&quot;37606&quot;:10915,&quot;37581&quot;:10916,&quot;37589&quot;:10917,&quot;37577&quot;:10918,&quot;37600&quot;:10919,&quot;37598&quot;:10920,&quot;37607&quot;:10921,&quot;37585&quot;:10922,&quot;37587&quot;:10923,&quot;37557&quot;:10924,&quot;37601&quot;:10925,&quot;37669&quot;:10926,&quot;37574&quot;:10927,&quot;37556&quot;:10928,&quot;38268&quot;:10929,&quot;38316&quot;:10930,&quot;38315&quot;:10931,&quot;38318&quot;:10932,&quot;38320&quot;:10933,&quot;38564&quot;:10934,&quot;38562&quot;:10935,&quot;38611&quot;:10936,&quot;38661&quot;:10937,&quot;38664&quot;:10938,&quot;38658&quot;:10939,&quot;38746&quot;:10940,&quot;38794&quot;:10941,&quot;38798&quot;:10942,&quot;38792&quot;:10943,&quot;38864&quot;:10944,&quot;38863&quot;:10945,&quot;38942&quot;:10946,&quot;38941&quot;:10947,&quot;38950&quot;:10948,&quot;38953&quot;:10949,&quot;38952&quot;:10950,&quot;38944&quot;:10951,&quot;38939&quot;:10952,&quot;38951&quot;:10953,&quot;39090&quot;:10954,&quot;39176&quot;:10955,&quot;39162&quot;:10956,&quot;39185&quot;:10957,&quot;39188&quot;:10958,&quot;39190&quot;:10959,&quot;39191&quot;:10960,&quot;39189&quot;:10961,&quot;39388&quot;:10962,&quot;39373&quot;:10963,&quot;39375&quot;:10964,&quot;39379&quot;:10965,&quot;39380&quot;:10966,&quot;39374&quot;:10967,&quot;39369&quot;:10968,&quot;39382&quot;:10969,&quot;60270&quot;:10969,&quot;39384&quot;:10970,&quot;39371&quot;:10971,&quot;39383&quot;:10972,&quot;39372&quot;:10973,&quot;39603&quot;:10974,&quot;39660&quot;:10975,&quot;39659&quot;:10976,&quot;39667&quot;:10977,&quot;39666&quot;:10978,&quot;39665&quot;:10979,&quot;39750&quot;:10980,&quot;39747&quot;:10981,&quot;39783&quot;:10982,&quot;39796&quot;:10983,&quot;39793&quot;:10984,&quot;39782&quot;:10985,&quot;39798&quot;:10986,&quot;39797&quot;:10987,&quot;39792&quot;:10988,&quot;39784&quot;:10989,&quot;39780&quot;:10990,&quot;39788&quot;:10991,&quot;40188&quot;:10992,&quot;40186&quot;:10993,&quot;40189&quot;:10994,&quot;40191&quot;:10995,&quot;40183&quot;:10996,&quot;40199&quot;:10997,&quot;40192&quot;:10998,&quot;40185&quot;:10999,&quot;40187&quot;:11000,&quot;40200&quot;:11001,&quot;40197&quot;:11002,&quot;40196&quot;:11003,&quot;40579&quot;:11004,&quot;40659&quot;:11005,&quot;40719&quot;:11006,&quot;40720&quot;:11007,&quot;20764&quot;:11008,&quot;20755&quot;:11009,&quot;20759&quot;:11010,&quot;20762&quot;:11011,&quot;20753&quot;:11012,&quot;20958&quot;:11013,&quot;21300&quot;:11014,&quot;21473&quot;:11015,&quot;22128&quot;:11016,&quot;22112&quot;:11017,&quot;22126&quot;:11018,&quot;22131&quot;:11019,&quot;22118&quot;:11020,&quot;22115&quot;:11021,&quot;22125&quot;:11022,&quot;22130&quot;:11023,&quot;22110&quot;:11024,&quot;22135&quot;:11025,&quot;22300&quot;:11026,&quot;22299&quot;:11027,&quot;22728&quot;:11028,&quot;22717&quot;:11029,&quot;22729&quot;:11030,&quot;22719&quot;:11031,&quot;22714&quot;:11032,&quot;22722&quot;:11033,&quot;22716&quot;:11034,&quot;22726&quot;:11035,&quot;23319&quot;:11036,&quot;23321&quot;:11037,&quot;23323&quot;:11038,&quot;23329&quot;:11039,&quot;23316&quot;:11040,&quot;23315&quot;:11041,&quot;23312&quot;:11042,&quot;23318&quot;:11043,&quot;23336&quot;:11044,&quot;59539&quot;:11044,&quot;23322&quot;:11045,&quot;23328&quot;:11046,&quot;23326&quot;:11047,&quot;23535&quot;:11048,&quot;23980&quot;:11049,&quot;23985&quot;:11050,&quot;23977&quot;:11051,&quot;23975&quot;:11052,&quot;23989&quot;:11053,&quot;23984&quot;:11054,&quot;23982&quot;:11055,&quot;23978&quot;:11056,&quot;23976&quot;:11057,&quot;23986&quot;:11058,&quot;23981&quot;:11059,&quot;23983&quot;:11060,&quot;23988&quot;:11061,&quot;24167&quot;:11062,&quot;24168&quot;:11063,&quot;24166&quot;:11064,&quot;24175&quot;:11065,&quot;24297&quot;:11066,&quot;24295&quot;:11067,&quot;24294&quot;:11068,&quot;24296&quot;:11069,&quot;24293&quot;:11070,&quot;24395&quot;:11071,&quot;24508&quot;:11072,&quot;24507&quot;:11073,&quot;24989&quot;:11074,&quot;25000&quot;:11075,&quot;24982&quot;:11076,&quot;25029&quot;:11077,&quot;25012&quot;:11078,&quot;25030&quot;:11079,&quot;25025&quot;:11080,&quot;25036&quot;:11081,&quot;25018&quot;:11082,&quot;25023&quot;:11083,&quot;25016&quot;:11084,&quot;24972&quot;:11085,&quot;25815&quot;:11086,&quot;25814&quot;:11087,&quot;25808&quot;:11088,&quot;25807&quot;:11089,&quot;25801&quot;:11090,&quot;25789&quot;:11091,&quot;25737&quot;:11092,&quot;25795&quot;:11093,&quot;25819&quot;:11094,&quot;25843&quot;:11095,&quot;25817&quot;:11096,&quot;25907&quot;:11097,&quot;25983&quot;:11098,&quot;25980&quot;:11099,&quot;26018&quot;:11100,&quot;26312&quot;:11101,&quot;26302&quot;:11102,&quot;26304&quot;:11103,&quot;26314&quot;:11104,&quot;26315&quot;:11105,&quot;26319&quot;:11106,&quot;26301&quot;:11107,&quot;26299&quot;:11108,&quot;26298&quot;:11109,&quot;26316&quot;:11110,&quot;26403&quot;:11111,&quot;27188&quot;:11112,&quot;27238&quot;:11113,&quot;27209&quot;:11114,&quot;27239&quot;:11115,&quot;27186&quot;:11116,&quot;27240&quot;:11117,&quot;27198&quot;:11118,&quot;27229&quot;:11119,&quot;27245&quot;:11120,&quot;27254&quot;:11121,&quot;27227&quot;:11122,&quot;27217&quot;:11123,&quot;27176&quot;:11124,&quot;27226&quot;:11125,&quot;27195&quot;:11126,&quot;27199&quot;:11127,&quot;27201&quot;:11128,&quot;27242&quot;:11129,&quot;27236&quot;:11130,&quot;27216&quot;:11131,&quot;27215&quot;:11132,&quot;27220&quot;:11133,&quot;27247&quot;:11134,&quot;27241&quot;:11135,&quot;27232&quot;:11136,&quot;27196&quot;:11137,&quot;27230&quot;:11138,&quot;27222&quot;:11139,&quot;27221&quot;:11140,&quot;27213&quot;:11141,&quot;27214&quot;:11142,&quot;27206&quot;:11143,&quot;27477&quot;:11144,&quot;27476&quot;:11145,&quot;27478&quot;:11146,&quot;27559&quot;:11147,&quot;27562&quot;:11148,&quot;27563&quot;:11149,&quot;27592&quot;:11150,&quot;27591&quot;:11151,&quot;27652&quot;:11152,&quot;27651&quot;:11153,&quot;27654&quot;:11154,&quot;28589&quot;:11155,&quot;28619&quot;:11156,&quot;28579&quot;:11157,&quot;28615&quot;:11158,&quot;28604&quot;:11159,&quot;28622&quot;:11160,&quot;28616&quot;:11161,&quot;28510&quot;:11162,&quot;28612&quot;:11163,&quot;28605&quot;:11164,&quot;28574&quot;:11165,&quot;28618&quot;:11166,&quot;28584&quot;:11167,&quot;28676&quot;:11168,&quot;28581&quot;:11169,&quot;28590&quot;:11170,&quot;28602&quot;:11171,&quot;28588&quot;:11172,&quot;28586&quot;:11173,&quot;28623&quot;:11174,&quot;28607&quot;:11175,&quot;28600&quot;:11176,&quot;28578&quot;:11177,&quot;28617&quot;:11178,&quot;28587&quot;:11179,&quot;28621&quot;:11180,&quot;28591&quot;:11181,&quot;28594&quot;:11182,&quot;28592&quot;:11183,&quot;29125&quot;:11184,&quot;29122&quot;:11185,&quot;29119&quot;:11186,&quot;29112&quot;:11187,&quot;29142&quot;:11188,&quot;29120&quot;:11189,&quot;29121&quot;:11190,&quot;29131&quot;:11191,&quot;29140&quot;:11192,&quot;29130&quot;:11193,&quot;29127&quot;:11194,&quot;29135&quot;:11195,&quot;29117&quot;:11196,&quot;29144&quot;:11197,&quot;29116&quot;:11198,&quot;29126&quot;:11199,&quot;29146&quot;:11200,&quot;29147&quot;:11201,&quot;29341&quot;:11202,&quot;29342&quot;:11203,&quot;29545&quot;:11204,&quot;29542&quot;:11205,&quot;29543&quot;:11206,&quot;29548&quot;:11207,&quot;29541&quot;:11208,&quot;29547&quot;:11209,&quot;29546&quot;:11210,&quot;29823&quot;:11211,&quot;29850&quot;:11212,&quot;29856&quot;:11213,&quot;29844&quot;:11214,&quot;29842&quot;:11215,&quot;29845&quot;:11216,&quot;29857&quot;:11217,&quot;29963&quot;:11218,&quot;30080&quot;:11219,&quot;30255&quot;:11220,&quot;30253&quot;:11221,&quot;30257&quot;:11222,&quot;30269&quot;:11223,&quot;30259&quot;:11224,&quot;30268&quot;:11225,&quot;30261&quot;:11226,&quot;30258&quot;:11227,&quot;30256&quot;:11228,&quot;30395&quot;:11229,&quot;30438&quot;:11230,&quot;30618&quot;:11231,&quot;30621&quot;:11232,&quot;30625&quot;:11233,&quot;30620&quot;:11234,&quot;30619&quot;:11235,&quot;30626&quot;:11236,&quot;30627&quot;:11237,&quot;30613&quot;:11238,&quot;30617&quot;:11239,&quot;30615&quot;:11240,&quot;30941&quot;:11241,&quot;30953&quot;:11242,&quot;30949&quot;:11243,&quot;30954&quot;:11244,&quot;30942&quot;:11245,&quot;30947&quot;:11246,&quot;30939&quot;:11247,&quot;30945&quot;:11248,&quot;30946&quot;:11249,&quot;30957&quot;:11250,&quot;30943&quot;:11251,&quot;30944&quot;:11252,&quot;31140&quot;:11253,&quot;31300&quot;:11254,&quot;31304&quot;:11255,&quot;31303&quot;:11256,&quot;31414&quot;:11257,&quot;31416&quot;:11258,&quot;31413&quot;:11259,&quot;31409&quot;:11260,&quot;31415&quot;:11261,&quot;31710&quot;:11262,&quot;31715&quot;:11263,&quot;31719&quot;:11264,&quot;31709&quot;:11265,&quot;31701&quot;:11266,&quot;31717&quot;:11267,&quot;31706&quot;:11268,&quot;31720&quot;:11269,&quot;31737&quot;:11270,&quot;31700&quot;:11271,&quot;31722&quot;:11272,&quot;31714&quot;:11273,&quot;31708&quot;:11274,&quot;31723&quot;:11275,&quot;31704&quot;:11276,&quot;31711&quot;:11277,&quot;31954&quot;:11278,&quot;31956&quot;:11279,&quot;31959&quot;:11280,&quot;31952&quot;:11281,&quot;31953&quot;:11282,&quot;32274&quot;:11283,&quot;32289&quot;:11284,&quot;32279&quot;:11285,&quot;32268&quot;:11286,&quot;32287&quot;:11287,&quot;32288&quot;:11288,&quot;32275&quot;:11289,&quot;32270&quot;:11290,&quot;32284&quot;:11291,&quot;32277&quot;:11292,&quot;32282&quot;:11293,&quot;32290&quot;:11294,&quot;32267&quot;:11295,&quot;32271&quot;:11296,&quot;32278&quot;:11297,&quot;32269&quot;:11298,&quot;32276&quot;:11299,&quot;32293&quot;:11300,&quot;32292&quot;:11301,&quot;32579&quot;:11302,&quot;32635&quot;:11303,&quot;32636&quot;:11304,&quot;32634&quot;:11305,&quot;32689&quot;:11306,&quot;32751&quot;:11307,&quot;32810&quot;:11308,&quot;32809&quot;:11309,&quot;32876&quot;:11310,&quot;33201&quot;:11311,&quot;33190&quot;:11312,&quot;33198&quot;:11313,&quot;33209&quot;:11314,&quot;33205&quot;:11315,&quot;33195&quot;:11316,&quot;33200&quot;:11317,&quot;33196&quot;:11318,&quot;33204&quot;:11319,&quot;33202&quot;:11320,&quot;33207&quot;:11321,&quot;33191&quot;:11322,&quot;33266&quot;:11323,&quot;33365&quot;:11324,&quot;33366&quot;:11325,&quot;33367&quot;:11326,&quot;34134&quot;:11327,&quot;34117&quot;:11328,&quot;34155&quot;:11329,&quot;34125&quot;:11330,&quot;34131&quot;:11331,&quot;34145&quot;:11332,&quot;34136&quot;:11333,&quot;34112&quot;:11334,&quot;34118&quot;:11335,&quot;34148&quot;:11336,&quot;34113&quot;:11337,&quot;34146&quot;:11338,&quot;34116&quot;:11339,&quot;34129&quot;:11340,&quot;34119&quot;:11341,&quot;34147&quot;:11342,&quot;34110&quot;:11343,&quot;34139&quot;:11344,&quot;34161&quot;:11345,&quot;34126&quot;:11346,&quot;34158&quot;:11347,&quot;34165&quot;:11348,&quot;34133&quot;:11349,&quot;34151&quot;:11350,&quot;34144&quot;:11351,&quot;34188&quot;:11352,&quot;34150&quot;:11353,&quot;34141&quot;:11354,&quot;34132&quot;:11355,&quot;34149&quot;:11356,&quot;34156&quot;:11357,&quot;34403&quot;:11358,&quot;34405&quot;:11359,&quot;34404&quot;:11360,&quot;34724&quot;:11361,&quot;34715&quot;:11362,&quot;34703&quot;:11363,&quot;34711&quot;:11364,&quot;34707&quot;:11365,&quot;34706&quot;:11366,&quot;34696&quot;:11367,&quot;34689&quot;:11368,&quot;34710&quot;:11369,&quot;34712&quot;:11370,&quot;34681&quot;:11371,&quot;34695&quot;:11372,&quot;34723&quot;:11373,&quot;34693&quot;:11374,&quot;34704&quot;:11375,&quot;34705&quot;:11376,&quot;34717&quot;:11377,&quot;34692&quot;:11378,&quot;34708&quot;:11379,&quot;34716&quot;:11380,&quot;34714&quot;:11381,&quot;34697&quot;:11382,&quot;35102&quot;:11383,&quot;35110&quot;:11384,&quot;35120&quot;:11385,&quot;35117&quot;:11386,&quot;35118&quot;:11387,&quot;35111&quot;:11388,&quot;35121&quot;:11389,&quot;35106&quot;:11390,&quot;35113&quot;:11391,&quot;35107&quot;:11392,&quot;35119&quot;:11393,&quot;35116&quot;:11394,&quot;35103&quot;:11395,&quot;35313&quot;:11396,&quot;35552&quot;:11397,&quot;35554&quot;:11398,&quot;35570&quot;:11399,&quot;35572&quot;:11400,&quot;35573&quot;:11401,&quot;35549&quot;:11402,&quot;35604&quot;:11403,&quot;35556&quot;:11404,&quot;35551&quot;:11405,&quot;35568&quot;:11406,&quot;35528&quot;:11407,&quot;35550&quot;:11408,&quot;35553&quot;:11409,&quot;35560&quot;:11410,&quot;35583&quot;:11411,&quot;35567&quot;:11412,&quot;35579&quot;:11413,&quot;35985&quot;:11414,&quot;35986&quot;:11415,&quot;35984&quot;:11416,&quot;36085&quot;:11417,&quot;36078&quot;:11418,&quot;36081&quot;:11419,&quot;36080&quot;:11420,&quot;36083&quot;:11421,&quot;36204&quot;:11422,&quot;36206&quot;:11423,&quot;36261&quot;:11424,&quot;36263&quot;:11425,&quot;36403&quot;:11426,&quot;36414&quot;:11427,&quot;36408&quot;:11428,&quot;36416&quot;:11429,&quot;36421&quot;:11430,&quot;36406&quot;:11431,&quot;36412&quot;:11432,&quot;36413&quot;:11433,&quot;36417&quot;:11434,&quot;36400&quot;:11435,&quot;36415&quot;:11436,&quot;36541&quot;:11437,&quot;36662&quot;:11438,&quot;60329&quot;:11438,&quot;36654&quot;:11439,&quot;36661&quot;:11440,&quot;36658&quot;:11441,&quot;36665&quot;:11442,&quot;36663&quot;:11443,&quot;36660&quot;:11444,&quot;36982&quot;:11445,&quot;36985&quot;:11446,&quot;36987&quot;:11447,&quot;36998&quot;:11448,&quot;37114&quot;:11449,&quot;37171&quot;:11450,&quot;37173&quot;:11451,&quot;37174&quot;:11452,&quot;37267&quot;:11453,&quot;37264&quot;:11454,&quot;37265&quot;:11455,&quot;37261&quot;:11456,&quot;37263&quot;:11457,&quot;37671&quot;:11458,&quot;37662&quot;:11459,&quot;37640&quot;:11460,&quot;37663&quot;:11461,&quot;37638&quot;:11462,&quot;37647&quot;:11463,&quot;37754&quot;:11464,&quot;37688&quot;:11465,&quot;37692&quot;:11466,&quot;37659&quot;:11467,&quot;37667&quot;:11468,&quot;37650&quot;:11469,&quot;37633&quot;:11470,&quot;37702&quot;:11471,&quot;37677&quot;:11472,&quot;37646&quot;:11473,&quot;37645&quot;:11474,&quot;37579&quot;:11475,&quot;37661&quot;:11476,&quot;37626&quot;:11477,&quot;37651&quot;:11478,&quot;37625&quot;:11479,&quot;37623&quot;:11480,&quot;37684&quot;:11481,&quot;37634&quot;:11482,&quot;37668&quot;:11483,&quot;37631&quot;:11484,&quot;37673&quot;:11485,&quot;37689&quot;:11486,&quot;37685&quot;:11487,&quot;37674&quot;:11488,&quot;37652&quot;:11489,&quot;37644&quot;:11490,&quot;37643&quot;:11491,&quot;37630&quot;:11492,&quot;37641&quot;:11493,&quot;37632&quot;:11494,&quot;37627&quot;:11495,&quot;37654&quot;:11496,&quot;38332&quot;:11497,&quot;38349&quot;:11498,&quot;38334&quot;:11499,&quot;38329&quot;:11500,&quot;38330&quot;:11501,&quot;38326&quot;:11502,&quot;38335&quot;:11503,&quot;38325&quot;:11504,&quot;38333&quot;:11505,&quot;38569&quot;:11506,&quot;38612&quot;:11507,&quot;38667&quot;:11508,&quot;38674&quot;:11509,&quot;38672&quot;:11510,&quot;38809&quot;:11511,&quot;38807&quot;:11512,&quot;38804&quot;:11513,&quot;38896&quot;:11514,&quot;38904&quot;:11515,&quot;38965&quot;:11516,&quot;38959&quot;:11517,&quot;38962&quot;:11518,&quot;39204&quot;:11519,&quot;39199&quot;:11520,&quot;39207&quot;:11521,&quot;39209&quot;:11522,&quot;39326&quot;:11523,&quot;39406&quot;:11524,&quot;39404&quot;:11525,&quot;39397&quot;:11526,&quot;39396&quot;:11527,&quot;39408&quot;:11528,&quot;39395&quot;:11529,&quot;39402&quot;:11530,&quot;39401&quot;:11531,&quot;39399&quot;:11532,&quot;39609&quot;:11533,&quot;39615&quot;:11534,&quot;39604&quot;:11535,&quot;39611&quot;:11536,&quot;39670&quot;:11537,&quot;39674&quot;:11538,&quot;39673&quot;:11539,&quot;39671&quot;:11540,&quot;39731&quot;:11541,&quot;39808&quot;:11542,&quot;39813&quot;:11543,&quot;39815&quot;:11544,&quot;39804&quot;:11545,&quot;39806&quot;:11546,&quot;39803&quot;:11547,&quot;39810&quot;:11548,&quot;39827&quot;:11549,&quot;39826&quot;:11550,&quot;39824&quot;:11551,&quot;39802&quot;:11552,&quot;39829&quot;:11553,&quot;39805&quot;:11554,&quot;39816&quot;:11555,&quot;40229&quot;:11556,&quot;40215&quot;:11557,&quot;40224&quot;:11558,&quot;40222&quot;:11559,&quot;40212&quot;:11560,&quot;40233&quot;:11561,&quot;40221&quot;:11562,&quot;40216&quot;:11563,&quot;40226&quot;:11564,&quot;40208&quot;:11565,&quot;40217&quot;:11566,&quot;40223&quot;:11567,&quot;40584&quot;:11568,&quot;40582&quot;:11569,&quot;40583&quot;:11570,&quot;40622&quot;:11571,&quot;40621&quot;:11572,&quot;40661&quot;:11573,&quot;40662&quot;:11574,&quot;40698&quot;:11575,&quot;40722&quot;:11576,&quot;40765&quot;:11577,&quot;20774&quot;:11578,&quot;20773&quot;:11579,&quot;20770&quot;:11580,&quot;20772&quot;:11581,&quot;20768&quot;:11582,&quot;20777&quot;:11583,&quot;21236&quot;:11584,&quot;22163&quot;:11585,&quot;22156&quot;:11586,&quot;22157&quot;:11587,&quot;22150&quot;:11588,&quot;22148&quot;:11589,&quot;22147&quot;:11590,&quot;22142&quot;:11591,&quot;22146&quot;:11592,&quot;22143&quot;:11593,&quot;22145&quot;:11594,&quot;22742&quot;:11595,&quot;22740&quot;:11596,&quot;22735&quot;:11597,&quot;22738&quot;:11598,&quot;23341&quot;:11599,&quot;23333&quot;:11600,&quot;23346&quot;:11601,&quot;23331&quot;:11602,&quot;23340&quot;:11603,&quot;23335&quot;:11604,&quot;23334&quot;:11605,&quot;23343&quot;:11606,&quot;23342&quot;:11607,&quot;23419&quot;:11608,&quot;23537&quot;:11609,&quot;23538&quot;:11610,&quot;23991&quot;:11611,&quot;24172&quot;:11612,&quot;24170&quot;:11613,&quot;24510&quot;:11614,&quot;25027&quot;:11615,&quot;25013&quot;:11616,&quot;25020&quot;:11617,&quot;25063&quot;:11618,&quot;25056&quot;:11619,&quot;25061&quot;:11620,&quot;25060&quot;:11621,&quot;25064&quot;:11622,&quot;25054&quot;:11623,&quot;25839&quot;:11624,&quot;25833&quot;:11625,&quot;25827&quot;:11626,&quot;25835&quot;:11627,&quot;25828&quot;:11628,&quot;25832&quot;:11629,&quot;25985&quot;:11630,&quot;25984&quot;:11631,&quot;26038&quot;:11632,&quot;26074&quot;:11633,&quot;26322&quot;:11634,&quot;27277&quot;:11635,&quot;27286&quot;:11636,&quot;27265&quot;:11637,&quot;27301&quot;:11638,&quot;27273&quot;:11639,&quot;27295&quot;:11640,&quot;27291&quot;:11641,&quot;27297&quot;:11642,&quot;27294&quot;:11643,&quot;27271&quot;:11644,&quot;27283&quot;:11645,&quot;27278&quot;:11646,&quot;27285&quot;:11647,&quot;27267&quot;:11648,&quot;27304&quot;:11649,&quot;27300&quot;:11650,&quot;27281&quot;:11651,&quot;27263&quot;:11652,&quot;27302&quot;:11653,&quot;27290&quot;:11654,&quot;27269&quot;:11655,&quot;27276&quot;:11656,&quot;27282&quot;:11657,&quot;27483&quot;:11658,&quot;27565&quot;:11659,&quot;27657&quot;:11660,&quot;28620&quot;:11661,&quot;28585&quot;:11662,&quot;28660&quot;:11663,&quot;28628&quot;:11664,&quot;28643&quot;:11665,&quot;28636&quot;:11666,&quot;28653&quot;:11667,&quot;28647&quot;:11668,&quot;28646&quot;:11669,&quot;28638&quot;:11670,&quot;28658&quot;:11671,&quot;28637&quot;:11672,&quot;28642&quot;:11673,&quot;28648&quot;:11674,&quot;29153&quot;:11675,&quot;29169&quot;:11676,&quot;29160&quot;:11677,&quot;29170&quot;:11678,&quot;29156&quot;:11679,&quot;29168&quot;:11680,&quot;29154&quot;:11681,&quot;29555&quot;:11682,&quot;29550&quot;:11683,&quot;29551&quot;:11684,&quot;29847&quot;:11685,&quot;29874&quot;:11686,&quot;29867&quot;:11687,&quot;29840&quot;:11688,&quot;29866&quot;:11689,&quot;29869&quot;:11690,&quot;29873&quot;:11691,&quot;29861&quot;:11692,&quot;29871&quot;:11693,&quot;29968&quot;:11694,&quot;29969&quot;:11695,&quot;29970&quot;:11696,&quot;29967&quot;:11697,&quot;30084&quot;:11698,&quot;30275&quot;:11699,&quot;30280&quot;:11700,&quot;30281&quot;:11701,&quot;30279&quot;:11702,&quot;30372&quot;:11703,&quot;30441&quot;:11704,&quot;30645&quot;:11705,&quot;30635&quot;:11706,&quot;30642&quot;:11707,&quot;30647&quot;:11708,&quot;30646&quot;:11709,&quot;30644&quot;:11710,&quot;30641&quot;:11711,&quot;30632&quot;:11712,&quot;30704&quot;:11713,&quot;30963&quot;:11714,&quot;30973&quot;:11715,&quot;30978&quot;:11716,&quot;30971&quot;:11717,&quot;30972&quot;:11718,&quot;30975&quot;:11719,&quot;30962&quot;:11720,&quot;30981&quot;:11721,&quot;30969&quot;:11722,&quot;30974&quot;:11723,&quot;30980&quot;:11724,&quot;31147&quot;:11725,&quot;31144&quot;:11726,&quot;31324&quot;:11727,&quot;31323&quot;:11728,&quot;31318&quot;:11729,&quot;31320&quot;:11730,&quot;31316&quot;:11731,&quot;31322&quot;:11732,&quot;31422&quot;:11733,&quot;31424&quot;:11734,&quot;31425&quot;:11735,&quot;31749&quot;:11736,&quot;31759&quot;:11737,&quot;31730&quot;:11738,&quot;31744&quot;:11739,&quot;31743&quot;:11740,&quot;31739&quot;:11741,&quot;31758&quot;:11742,&quot;31732&quot;:11743,&quot;31755&quot;:11744,&quot;31731&quot;:11745,&quot;31746&quot;:11746,&quot;31753&quot;:11747,&quot;31747&quot;:11748,&quot;31745&quot;:11749,&quot;31736&quot;:11750,&quot;31741&quot;:11751,&quot;31750&quot;:11752,&quot;58176&quot;:11752,&quot;31728&quot;:11753,&quot;31729&quot;:11754,&quot;31760&quot;:11755,&quot;31754&quot;:11756,&quot;31976&quot;:11757,&quot;32301&quot;:11758,&quot;32316&quot;:11759,&quot;32322&quot;:11760,&quot;32307&quot;:11761,&quot;38984&quot;:11762,&quot;32312&quot;:11763,&quot;32298&quot;:11764,&quot;32329&quot;:11765,&quot;32320&quot;:11766,&quot;32327&quot;:11767,&quot;32297&quot;:11768,&quot;32332&quot;:11769,&quot;32304&quot;:11770,&quot;32315&quot;:11771,&quot;32310&quot;:11772,&quot;32324&quot;:11773,&quot;32314&quot;:11774,&quot;32581&quot;:11775,&quot;32639&quot;:11776,&quot;32638&quot;:11777,&quot;32637&quot;:11778,&quot;32756&quot;:11779,&quot;32754&quot;:11780,&quot;32812&quot;:11781,&quot;33211&quot;:11782,&quot;33220&quot;:11783,&quot;33228&quot;:11784,&quot;33226&quot;:11785,&quot;33221&quot;:11786,&quot;33223&quot;:11787,&quot;33212&quot;:11788,&quot;33257&quot;:11789,&quot;33371&quot;:11790,&quot;33370&quot;:11791,&quot;33372&quot;:11792,&quot;34179&quot;:11793,&quot;34176&quot;:11794,&quot;34191&quot;:11795,&quot;34215&quot;:11796,&quot;34197&quot;:11797,&quot;34208&quot;:11798,&quot;34187&quot;:11799,&quot;34211&quot;:11800,&quot;34171&quot;:11801,&quot;34212&quot;:11802,&quot;34202&quot;:11803,&quot;34206&quot;:11804,&quot;34167&quot;:11805,&quot;34172&quot;:11806,&quot;34185&quot;:11807,&quot;34209&quot;:11808,&quot;34170&quot;:11809,&quot;34168&quot;:11810,&quot;34135&quot;:11811,&quot;34190&quot;:11812,&quot;34198&quot;:11813,&quot;34182&quot;:11814,&quot;34189&quot;:11815,&quot;34201&quot;:11816,&quot;34205&quot;:11817,&quot;34177&quot;:11818,&quot;34210&quot;:11819,&quot;34178&quot;:11820,&quot;34184&quot;:11821,&quot;34181&quot;:11822,&quot;34169&quot;:11823,&quot;34166&quot;:11824,&quot;34200&quot;:11825,&quot;34192&quot;:11826,&quot;34207&quot;:11827,&quot;34408&quot;:11828,&quot;34750&quot;:11829,&quot;34730&quot;:11830,&quot;34733&quot;:11831,&quot;34757&quot;:11832,&quot;34736&quot;:11833,&quot;34732&quot;:11834,&quot;34745&quot;:11835,&quot;34741&quot;:11836,&quot;34748&quot;:11837,&quot;34734&quot;:11838,&quot;34761&quot;:11839,&quot;34755&quot;:11840,&quot;34754&quot;:11841,&quot;34764&quot;:11842,&quot;34743&quot;:11843,&quot;34735&quot;:11844,&quot;34756&quot;:11845,&quot;34762&quot;:11846,&quot;34740&quot;:11847,&quot;34742&quot;:11848,&quot;34751&quot;:11849,&quot;34744&quot;:11850,&quot;34749&quot;:11851,&quot;34782&quot;:11852,&quot;34738&quot;:11853,&quot;35125&quot;:11854,&quot;35123&quot;:11855,&quot;35132&quot;:11856,&quot;35134&quot;:11857,&quot;35137&quot;:11858,&quot;35154&quot;:11859,&quot;35127&quot;:11860,&quot;35138&quot;:11861,&quot;35245&quot;:11862,&quot;35247&quot;:11863,&quot;35246&quot;:11864,&quot;35314&quot;:11865,&quot;35315&quot;:11866,&quot;35614&quot;:11867,&quot;35608&quot;:11868,&quot;35606&quot;:11869,&quot;35601&quot;:11870,&quot;35589&quot;:11871,&quot;35595&quot;:11872,&quot;35618&quot;:11873,&quot;35599&quot;:11874,&quot;35602&quot;:11875,&quot;35605&quot;:11876,&quot;35591&quot;:11877,&quot;35597&quot;:11878,&quot;35592&quot;:11879,&quot;35590&quot;:11880,&quot;35612&quot;:11881,&quot;35603&quot;:11882,&quot;35610&quot;:11883,&quot;35919&quot;:11884,&quot;35952&quot;:11885,&quot;35954&quot;:11886,&quot;35953&quot;:11887,&quot;35951&quot;:11888,&quot;35989&quot;:11889,&quot;35988&quot;:11890,&quot;36089&quot;:11891,&quot;36207&quot;:11892,&quot;36430&quot;:11893,&quot;36429&quot;:11894,&quot;36435&quot;:11895,&quot;36432&quot;:11896,&quot;36428&quot;:11897,&quot;36423&quot;:11898,&quot;36675&quot;:11899,&quot;36672&quot;:11900,&quot;36997&quot;:11901,&quot;36990&quot;:11902,&quot;37176&quot;:11903,&quot;37274&quot;:11904,&quot;37282&quot;:11905,&quot;37275&quot;:11906,&quot;37273&quot;:11907,&quot;37279&quot;:11908,&quot;37281&quot;:11909,&quot;37277&quot;:11910,&quot;37280&quot;:11911,&quot;37793&quot;:11912,&quot;37763&quot;:11913,&quot;37807&quot;:11914,&quot;37732&quot;:11915,&quot;37718&quot;:11916,&quot;37703&quot;:11917,&quot;37756&quot;:11918,&quot;37720&quot;:11919,&quot;37724&quot;:11920,&quot;37750&quot;:11921,&quot;37705&quot;:11922,&quot;37712&quot;:11923,&quot;37713&quot;:11924,&quot;37728&quot;:11925,&quot;37741&quot;:11926,&quot;37775&quot;:11927,&quot;37708&quot;:11928,&quot;37738&quot;:11929,&quot;37753&quot;:11930,&quot;37719&quot;:11931,&quot;37717&quot;:11932,&quot;37714&quot;:11933,&quot;37711&quot;:11934,&quot;37745&quot;:11935,&quot;37751&quot;:11936,&quot;37755&quot;:11937,&quot;37729&quot;:11938,&quot;37726&quot;:11939,&quot;37731&quot;:11940,&quot;37735&quot;:11941,&quot;37710&quot;:11942,&quot;37721&quot;:11943,&quot;38343&quot;:11944,&quot;38336&quot;:11945,&quot;38345&quot;:11946,&quot;38339&quot;:11947,&quot;38341&quot;:11948,&quot;38327&quot;:11949,&quot;38574&quot;:11950,&quot;38576&quot;:11951,&quot;38572&quot;:11952,&quot;38688&quot;:11953,&quot;38687&quot;:11954,&quot;38680&quot;:11955,&quot;38685&quot;:11956,&quot;38681&quot;:11957,&quot;38810&quot;:11958,&quot;38817&quot;:11959,&quot;38812&quot;:11960,&quot;38814&quot;:11961,&quot;38813&quot;:11962,&quot;38869&quot;:11963,&quot;38868&quot;:11964,&quot;38897&quot;:11965,&quot;38977&quot;:11966,&quot;38980&quot;:11967,&quot;38986&quot;:11968,&quot;38985&quot;:11969,&quot;38981&quot;:11970,&quot;38979&quot;:11971,&quot;39205&quot;:11972,&quot;39211&quot;:11973,&quot;39212&quot;:11974,&quot;39210&quot;:11975,&quot;39219&quot;:11976,&quot;39218&quot;:11977,&quot;39215&quot;:11978,&quot;39213&quot;:11979,&quot;39217&quot;:11980,&quot;39216&quot;:11981,&quot;39320&quot;:11982,&quot;39331&quot;:11983,&quot;39329&quot;:11984,&quot;39426&quot;:11985,&quot;39418&quot;:11986,&quot;39412&quot;:11987,&quot;39415&quot;:11988,&quot;39417&quot;:11989,&quot;39416&quot;:11990,&quot;39414&quot;:11991,&quot;39419&quot;:11992,&quot;39421&quot;:11993,&quot;39422&quot;:11994,&quot;39420&quot;:11995,&quot;39427&quot;:11996,&quot;39614&quot;:11997,&quot;39678&quot;:11998,&quot;39677&quot;:11999,&quot;39681&quot;:12000,&quot;39676&quot;:12001,&quot;39752&quot;:12002,&quot;39834&quot;:12003,&quot;39848&quot;:12004,&quot;39838&quot;:12005,&quot;39835&quot;:12006,&quot;39846&quot;:12007,&quot;39841&quot;:12008,&quot;39845&quot;:12009,&quot;39844&quot;:12010,&quot;39814&quot;:12011,&quot;39842&quot;:12012,&quot;39840&quot;:12013,&quot;39855&quot;:12014,&quot;40243&quot;:12015,&quot;40257&quot;:12016,&quot;40295&quot;:12017,&quot;40246&quot;:12018,&quot;40238&quot;:12019,&quot;40239&quot;:12020,&quot;40241&quot;:12021,&quot;40248&quot;:12022,&quot;40240&quot;:12023,&quot;40261&quot;:12024,&quot;40258&quot;:12025,&quot;40259&quot;:12026,&quot;40254&quot;:12027,&quot;40247&quot;:12028,&quot;40256&quot;:12029,&quot;40253&quot;:12030,&quot;32757&quot;:12031,&quot;40237&quot;:12032,&quot;40586&quot;:12033,&quot;40585&quot;:12034,&quot;40589&quot;:12035,&quot;40624&quot;:12036,&quot;40648&quot;:12037,&quot;40666&quot;:12038,&quot;40699&quot;:12039,&quot;40703&quot;:12040,&quot;40740&quot;:12041,&quot;40739&quot;:12042,&quot;40738&quot;:12043,&quot;40788&quot;:12044,&quot;12245&quot;:12045,&quot;40864&quot;:12045,&quot;20785&quot;:12046,&quot;20781&quot;:12047,&quot;20782&quot;:12048,&quot;22168&quot;:12049,&quot;22172&quot;:12050,&quot;22167&quot;:12051,&quot;22170&quot;:12052,&quot;22173&quot;:12053,&quot;22169&quot;:12054,&quot;22896&quot;:12055,&quot;23356&quot;:12056,&quot;23657&quot;:12057,&quot;23658&quot;:12058,&quot;24000&quot;:12059,&quot;24173&quot;:12060,&quot;24174&quot;:12061,&quot;25048&quot;:12062,&quot;25055&quot;:12063,&quot;25069&quot;:12064,&quot;25070&quot;:12065,&quot;25073&quot;:12066,&quot;25066&quot;:12067,&quot;25072&quot;:12068,&quot;25067&quot;:12069,&quot;25046&quot;:12070,&quot;25065&quot;:12071,&quot;25855&quot;:12072,&quot;25860&quot;:12073,&quot;25853&quot;:12074,&quot;25848&quot;:12075,&quot;25857&quot;:12076,&quot;25859&quot;:12077,&quot;25852&quot;:12078,&quot;26004&quot;:12079,&quot;26075&quot;:12080,&quot;26330&quot;:12081,&quot;26331&quot;:12082,&quot;26328&quot;:12083,&quot;27333&quot;:12084,&quot;27321&quot;:12085,&quot;27325&quot;:12086,&quot;27361&quot;:12087,&quot;27334&quot;:12088,&quot;27322&quot;:12089,&quot;27318&quot;:12090,&quot;27319&quot;:12091,&quot;27335&quot;:12092,&quot;27316&quot;:12093,&quot;27309&quot;:12094,&quot;27486&quot;:12095,&quot;27593&quot;:12096,&quot;27659&quot;:12097,&quot;28679&quot;:12098,&quot;28684&quot;:12099,&quot;28685&quot;:12100,&quot;28673&quot;:12101,&quot;28677&quot;:12102,&quot;28692&quot;:12103,&quot;28686&quot;:12104,&quot;28671&quot;:12105,&quot;28672&quot;:12106,&quot;28667&quot;:12107,&quot;28710&quot;:12108,&quot;28668&quot;:12109,&quot;28663&quot;:12110,&quot;28682&quot;:12111,&quot;29185&quot;:12112,&quot;60224&quot;:12112,&quot;29183&quot;:12113,&quot;29177&quot;:12114,&quot;29187&quot;:12115,&quot;29181&quot;:12116,&quot;29558&quot;:12117,&quot;29880&quot;:12118,&quot;29888&quot;:12119,&quot;29877&quot;:12120,&quot;29889&quot;:12121,&quot;29886&quot;:12122,&quot;29878&quot;:12123,&quot;29883&quot;:12124,&quot;29890&quot;:12125,&quot;29972&quot;:12126,&quot;29971&quot;:12127,&quot;30300&quot;:12128,&quot;30308&quot;:12129,&quot;30297&quot;:12130,&quot;30288&quot;:12131,&quot;30291&quot;:12132,&quot;30295&quot;:12133,&quot;30298&quot;:12134,&quot;30374&quot;:12135,&quot;30397&quot;:12136,&quot;30444&quot;:12137,&quot;30658&quot;:12138,&quot;30650&quot;:12139,&quot;30988&quot;:12140,&quot;30995&quot;:12141,&quot;30996&quot;:12142,&quot;30985&quot;:12143,&quot;30992&quot;:12144,&quot;30994&quot;:12145,&quot;30993&quot;:12146,&quot;31149&quot;:12147,&quot;31148&quot;:12148,&quot;31327&quot;:12149,&quot;31772&quot;:12150,&quot;31785&quot;:12151,&quot;31769&quot;:12152,&quot;31776&quot;:12153,&quot;31775&quot;:12154,&quot;31789&quot;:12155,&quot;31773&quot;:12156,&quot;31782&quot;:12157,&quot;31784&quot;:12158,&quot;31778&quot;:12159,&quot;31781&quot;:12160,&quot;31792&quot;:12161,&quot;32348&quot;:12162,&quot;32336&quot;:12163,&quot;32342&quot;:12164,&quot;32355&quot;:12165,&quot;32344&quot;:12166,&quot;32354&quot;:12167,&quot;32351&quot;:12168,&quot;32337&quot;:12169,&quot;32352&quot;:12170,&quot;32343&quot;:12171,&quot;32339&quot;:12172,&quot;32693&quot;:12173,&quot;32691&quot;:12174,&quot;32759&quot;:12175,&quot;32760&quot;:12176,&quot;32885&quot;:12177,&quot;33233&quot;:12178,&quot;33234&quot;:12179,&quot;33232&quot;:12180,&quot;33375&quot;:12181,&quot;33374&quot;:12182,&quot;34228&quot;:12183,&quot;34246&quot;:12184,&quot;34240&quot;:12185,&quot;34243&quot;:12186,&quot;34242&quot;:12187,&quot;34227&quot;:12188,&quot;34229&quot;:12189,&quot;34237&quot;:12190,&quot;34247&quot;:12191,&quot;34244&quot;:12192,&quot;34239&quot;:12193,&quot;34251&quot;:12194,&quot;34254&quot;:12195,&quot;34248&quot;:12196,&quot;34245&quot;:12197,&quot;34225&quot;:12198,&quot;34230&quot;:12199,&quot;34258&quot;:12200,&quot;34340&quot;:12201,&quot;34232&quot;:12202,&quot;34231&quot;:12203,&quot;34238&quot;:12204,&quot;34409&quot;:12205,&quot;34791&quot;:12206,&quot;34790&quot;:12207,&quot;34786&quot;:12208,&quot;34779&quot;:12209,&quot;34795&quot;:12210,&quot;34794&quot;:12211,&quot;34789&quot;:12212,&quot;34783&quot;:12213,&quot;34803&quot;:12214,&quot;34788&quot;:12215,&quot;34772&quot;:12216,&quot;34780&quot;:12217,&quot;34771&quot;:12218,&quot;34797&quot;:12219,&quot;34776&quot;:12220,&quot;34787&quot;:12221,&quot;34775&quot;:12222,&quot;34777&quot;:12223,&quot;34817&quot;:12224,&quot;34804&quot;:12225,&quot;34792&quot;:12226,&quot;34781&quot;:12227,&quot;35155&quot;:12228,&quot;35147&quot;:12229,&quot;35151&quot;:12230,&quot;35148&quot;:12231,&quot;35142&quot;:12232,&quot;35152&quot;:12233,&quot;35153&quot;:12234,&quot;35145&quot;:12235,&quot;35626&quot;:12236,&quot;35623&quot;:12237,&quot;35619&quot;:12238,&quot;35635&quot;:12239,&quot;35632&quot;:12240,&quot;35637&quot;:12241,&quot;35655&quot;:12242,&quot;35631&quot;:12243,&quot;35644&quot;:12244,&quot;35646&quot;:12245,&quot;35633&quot;:12246,&quot;35621&quot;:12247,&quot;35639&quot;:12248,&quot;35622&quot;:12249,&quot;35638&quot;:12250,&quot;35630&quot;:12251,&quot;35620&quot;:12252,&quot;35643&quot;:12253,&quot;35645&quot;:12254,&quot;35642&quot;:12255,&quot;35906&quot;:12256,&quot;35957&quot;:12257,&quot;35993&quot;:12258,&quot;35992&quot;:12259,&quot;35991&quot;:12260,&quot;36094&quot;:12261,&quot;36100&quot;:12262,&quot;36098&quot;:12263,&quot;36096&quot;:12264,&quot;36444&quot;:12265,&quot;36450&quot;:12266,&quot;36448&quot;:12267,&quot;36439&quot;:12268,&quot;36438&quot;:12269,&quot;36446&quot;:12270,&quot;36453&quot;:12271,&quot;36455&quot;:12272,&quot;36443&quot;:12273,&quot;36442&quot;:12274,&quot;36449&quot;:12275,&quot;36445&quot;:12276,&quot;36457&quot;:12277,&quot;36436&quot;:12278,&quot;36678&quot;:12279,&quot;36679&quot;:12280,&quot;36680&quot;:12281,&quot;36683&quot;:12282,&quot;37160&quot;:12283,&quot;37178&quot;:12284,&quot;37179&quot;:12285,&quot;37182&quot;:12286,&quot;37288&quot;:12287,&quot;37285&quot;:12288,&quot;37287&quot;:12289,&quot;37295&quot;:12290,&quot;37290&quot;:12291,&quot;37813&quot;:12292,&quot;37772&quot;:12293,&quot;37778&quot;:12294,&quot;37815&quot;:12295,&quot;37787&quot;:12296,&quot;37789&quot;:12297,&quot;37769&quot;:12298,&quot;37799&quot;:12299,&quot;37774&quot;:12300,&quot;37802&quot;:12301,&quot;37790&quot;:12302,&quot;37798&quot;:12303,&quot;37781&quot;:12304,&quot;37768&quot;:12305,&quot;37785&quot;:12306,&quot;37791&quot;:12307,&quot;37760&quot;:12308,&quot;37773&quot;:12309,&quot;37809&quot;:12310,&quot;37777&quot;:12311,&quot;37810&quot;:12312,&quot;37796&quot;:12313,&quot;37800&quot;:12314,&quot;37812&quot;:12315,&quot;37795&quot;:12316,&quot;38354&quot;:12317,&quot;38355&quot;:12318,&quot;38353&quot;:12319,&quot;38579&quot;:12320,&quot;38615&quot;:12321,&quot;38618&quot;:12322,&quot;24002&quot;:12323,&quot;38623&quot;:12324,&quot;38616&quot;:12325,&quot;38621&quot;:12326,&quot;38691&quot;:12327,&quot;38690&quot;:12328,&quot;38693&quot;:12329,&quot;38828&quot;:12330,&quot;38830&quot;:12331,&quot;38824&quot;:12332,&quot;38827&quot;:12333,&quot;38820&quot;:12334,&quot;38826&quot;:12335,&quot;38818&quot;:12336,&quot;38821&quot;:12337,&quot;38871&quot;:12338,&quot;38873&quot;:12339,&quot;38870&quot;:12340,&quot;38872&quot;:12341,&quot;38906&quot;:12342,&quot;38992&quot;:12343,&quot;38993&quot;:12344,&quot;38994&quot;:12345,&quot;39096&quot;:12346,&quot;39233&quot;:12347,&quot;39228&quot;:12348,&quot;39226&quot;:12349,&quot;39439&quot;:12350,&quot;39435&quot;:12351,&quot;39433&quot;:12352,&quot;39437&quot;:12353,&quot;39428&quot;:12354,&quot;39441&quot;:12355,&quot;39434&quot;:12356,&quot;39429&quot;:12357,&quot;39431&quot;:12358,&quot;39430&quot;:12359,&quot;39616&quot;:12360,&quot;39644&quot;:12361,&quot;39688&quot;:12362,&quot;39684&quot;:12363,&quot;39685&quot;:12364,&quot;39721&quot;:12365,&quot;39733&quot;:12366,&quot;39754&quot;:12367,&quot;39756&quot;:12368,&quot;39755&quot;:12369,&quot;39879&quot;:12370,&quot;39878&quot;:12371,&quot;39875&quot;:12372,&quot;39871&quot;:12373,&quot;39873&quot;:12374,&quot;39861&quot;:12375,&quot;39864&quot;:12376,&quot;39891&quot;:12377,&quot;39862&quot;:12378,&quot;39876&quot;:12379,&quot;39865&quot;:12380,&quot;39869&quot;:12381,&quot;40284&quot;:12382,&quot;40275&quot;:12383,&quot;40271&quot;:12384,&quot;40266&quot;:12385,&quot;40283&quot;:12386,&quot;40267&quot;:12387,&quot;40281&quot;:12388,&quot;40278&quot;:12389,&quot;40268&quot;:12390,&quot;40279&quot;:12391,&quot;40274&quot;:12392,&quot;40276&quot;:12393,&quot;40287&quot;:12394,&quot;40280&quot;:12395,&quot;40282&quot;:12396,&quot;40590&quot;:12397,&quot;40588&quot;:12398,&quot;40671&quot;:12399,&quot;40705&quot;:12400,&quot;40704&quot;:12401,&quot;40726&quot;:12402,&quot;58693&quot;:12402,&quot;40741&quot;:12403,&quot;40747&quot;:12404,&quot;40746&quot;:12405,&quot;40745&quot;:12406,&quot;40744&quot;:12407,&quot;40780&quot;:12408,&quot;40789&quot;:12409,&quot;20788&quot;:12410,&quot;20789&quot;:12411,&quot;21142&quot;:12412,&quot;21239&quot;:12413,&quot;21428&quot;:12414,&quot;22187&quot;:12415,&quot;22189&quot;:12416,&quot;22182&quot;:12417,&quot;22183&quot;:12418,&quot;22186&quot;:12419,&quot;22188&quot;:12420,&quot;22746&quot;:12421,&quot;22749&quot;:12422,&quot;22747&quot;:12423,&quot;22802&quot;:12424,&quot;23357&quot;:12425,&quot;23358&quot;:12426,&quot;23359&quot;:12427,&quot;24003&quot;:12428,&quot;24176&quot;:12429,&quot;24511&quot;:12430,&quot;25083&quot;:12431,&quot;25863&quot;:12432,&quot;25872&quot;:12433,&quot;25869&quot;:12434,&quot;25865&quot;:12435,&quot;25868&quot;:12436,&quot;25870&quot;:12437,&quot;25988&quot;:12438,&quot;26078&quot;:12439,&quot;26077&quot;:12440,&quot;26334&quot;:12441,&quot;27367&quot;:12442,&quot;27360&quot;:12443,&quot;27340&quot;:12444,&quot;27345&quot;:12445,&quot;27353&quot;:12446,&quot;27339&quot;:12447,&quot;27359&quot;:12448,&quot;27356&quot;:12449,&quot;27344&quot;:12450,&quot;27371&quot;:12451,&quot;27343&quot;:12452,&quot;27341&quot;:12453,&quot;27358&quot;:12454,&quot;27488&quot;:12455,&quot;27568&quot;:12456,&quot;27660&quot;:12457,&quot;28697&quot;:12458,&quot;28711&quot;:12459,&quot;28704&quot;:12460,&quot;28694&quot;:12461,&quot;28715&quot;:12462,&quot;28705&quot;:12463,&quot;28706&quot;:12464,&quot;28707&quot;:12465,&quot;28713&quot;:12466,&quot;28695&quot;:12467,&quot;28708&quot;:12468,&quot;28700&quot;:12469,&quot;29196&quot;:12470,&quot;29194&quot;:12471,&quot;29191&quot;:12472,&quot;29186&quot;:12473,&quot;29189&quot;:12474,&quot;29349&quot;:12475,&quot;29350&quot;:12476,&quot;29348&quot;:12477,&quot;29347&quot;:12478,&quot;29345&quot;:12479,&quot;29899&quot;:12480,&quot;29893&quot;:12481,&quot;29879&quot;:12482,&quot;29891&quot;:12483,&quot;29974&quot;:12484,&quot;30304&quot;:12485,&quot;30665&quot;:12486,&quot;30666&quot;:12487,&quot;30660&quot;:12488,&quot;30705&quot;:12489,&quot;31005&quot;:12490,&quot;31003&quot;:12491,&quot;31009&quot;:12492,&quot;31004&quot;:12493,&quot;30999&quot;:12494,&quot;31006&quot;:12495,&quot;31152&quot;:12496,&quot;31335&quot;:12497,&quot;31336&quot;:12498,&quot;31795&quot;:12499,&quot;31804&quot;:12500,&quot;31801&quot;:12501,&quot;31788&quot;:12502,&quot;31803&quot;:12503,&quot;31980&quot;:12504,&quot;31978&quot;:12505,&quot;32374&quot;:12506,&quot;32373&quot;:12507,&quot;32376&quot;:12508,&quot;32368&quot;:12509,&quot;32375&quot;:12510,&quot;32367&quot;:12511,&quot;32378&quot;:12512,&quot;32370&quot;:12513,&quot;32372&quot;:12514,&quot;32360&quot;:12515,&quot;32587&quot;:12516,&quot;32586&quot;:12517,&quot;32643&quot;:12518,&quot;32646&quot;:12519,&quot;32695&quot;:12520,&quot;32765&quot;:12521,&quot;32766&quot;:12522,&quot;32888&quot;:12523,&quot;33239&quot;:12524,&quot;33237&quot;:12525,&quot;33291&quot;:12526,&quot;33380&quot;:12527,&quot;33377&quot;:12528,&quot;33379&quot;:12529,&quot;34283&quot;:12530,&quot;34289&quot;:12531,&quot;34285&quot;:12532,&quot;34265&quot;:12533,&quot;34273&quot;:12534,&quot;34280&quot;:12535,&quot;34266&quot;:12536,&quot;34263&quot;:12537,&quot;34284&quot;:12538,&quot;34290&quot;:12539,&quot;34296&quot;:12540,&quot;34264&quot;:12541,&quot;34271&quot;:12542,&quot;34275&quot;:12543,&quot;34268&quot;:12544,&quot;34257&quot;:12545,&quot;34288&quot;:12546,&quot;34278&quot;:12547,&quot;34287&quot;:12548,&quot;34270&quot;:12549,&quot;34274&quot;:12550,&quot;34816&quot;:12551,&quot;34810&quot;:12552,&quot;34819&quot;:12553,&quot;34806&quot;:12554,&quot;34807&quot;:12555,&quot;34825&quot;:12556,&quot;34828&quot;:12557,&quot;34827&quot;:12558,&quot;34822&quot;:12559,&quot;34812&quot;:12560,&quot;34824&quot;:12561,&quot;34815&quot;:12562,&quot;34826&quot;:12563,&quot;34818&quot;:12564,&quot;35170&quot;:12565,&quot;35162&quot;:12566,&quot;35163&quot;:12567,&quot;35159&quot;:12568,&quot;35169&quot;:12569,&quot;35164&quot;:12570,&quot;35160&quot;:12571,&quot;35165&quot;:12572,&quot;35161&quot;:12573,&quot;35208&quot;:12574,&quot;35255&quot;:12575,&quot;35254&quot;:12576,&quot;35318&quot;:12577,&quot;35664&quot;:12578,&quot;35656&quot;:12579,&quot;35658&quot;:12580,&quot;35648&quot;:12581,&quot;35667&quot;:12582,&quot;35670&quot;:12583,&quot;35668&quot;:12584,&quot;35659&quot;:12585,&quot;35669&quot;:12586,&quot;35665&quot;:12587,&quot;35650&quot;:12588,&quot;35666&quot;:12589,&quot;35671&quot;:12590,&quot;35907&quot;:12591,&quot;35959&quot;:12592,&quot;35958&quot;:12593,&quot;35994&quot;:12594,&quot;36102&quot;:12595,&quot;36103&quot;:12596,&quot;36105&quot;:12597,&quot;36268&quot;:12598,&quot;36266&quot;:12599,&quot;36269&quot;:12600,&quot;36267&quot;:12601,&quot;36461&quot;:12602,&quot;36472&quot;:12603,&quot;36467&quot;:12604,&quot;36458&quot;:12605,&quot;36463&quot;:12606,&quot;36475&quot;:12607,&quot;36546&quot;:12608,&quot;36690&quot;:12609,&quot;36689&quot;:12610,&quot;36687&quot;:12611,&quot;36688&quot;:12612,&quot;36691&quot;:12613,&quot;36788&quot;:12614,&quot;37184&quot;:12615,&quot;37183&quot;:12616,&quot;37296&quot;:12617,&quot;37293&quot;:12618,&quot;37854&quot;:12619,&quot;37831&quot;:12620,&quot;37839&quot;:12621,&quot;37826&quot;:12622,&quot;37850&quot;:12623,&quot;37840&quot;:12624,&quot;37881&quot;:12625,&quot;37868&quot;:12626,&quot;37836&quot;:12627,&quot;37849&quot;:12628,&quot;37801&quot;:12629,&quot;37862&quot;:12630,&quot;37834&quot;:12631,&quot;37844&quot;:12632,&quot;37870&quot;:12633,&quot;37859&quot;:12634,&quot;37845&quot;:12635,&quot;37828&quot;:12636,&quot;37838&quot;:12637,&quot;37824&quot;:12638,&quot;37842&quot;:12639,&quot;37797&quot;:12640,&quot;37863&quot;:12641,&quot;38269&quot;:12642,&quot;38362&quot;:12643,&quot;38363&quot;:12644,&quot;38625&quot;:12645,&quot;38697&quot;:12646,&quot;38699&quot;:12647,&quot;38700&quot;:12648,&quot;38696&quot;:12649,&quot;38694&quot;:12650,&quot;38835&quot;:12651,&quot;38839&quot;:12652,&quot;38838&quot;:12653,&quot;38877&quot;:12654,&quot;38878&quot;:12655,&quot;38879&quot;:12656,&quot;39004&quot;:12657,&quot;39001&quot;:12658,&quot;39005&quot;:12659,&quot;38999&quot;:12660,&quot;39103&quot;:12661,&quot;39101&quot;:12662,&quot;39099&quot;:12663,&quot;39102&quot;:12664,&quot;39240&quot;:12665,&quot;39239&quot;:12666,&quot;39235&quot;:12667,&quot;39334&quot;:12668,&quot;39335&quot;:12669,&quot;39450&quot;:12670,&quot;39445&quot;:12671,&quot;39461&quot;:12672,&quot;39453&quot;:12673,&quot;39460&quot;:12674,&quot;39451&quot;:12675,&quot;39458&quot;:12676,&quot;39456&quot;:12677,&quot;39463&quot;:12678,&quot;39459&quot;:12679,&quot;39454&quot;:12680,&quot;39452&quot;:12681,&quot;39444&quot;:12682,&quot;39618&quot;:12683,&quot;39691&quot;:12684,&quot;39690&quot;:12685,&quot;39694&quot;:12686,&quot;39692&quot;:12687,&quot;39735&quot;:12688,&quot;39914&quot;:12689,&quot;39915&quot;:12690,&quot;39904&quot;:12691,&quot;39902&quot;:12692,&quot;39908&quot;:12693,&quot;39910&quot;:12694,&quot;39906&quot;:12695,&quot;39920&quot;:12696,&quot;39892&quot;:12697,&quot;39895&quot;:12698,&quot;39916&quot;:12699,&quot;39900&quot;:12700,&quot;39897&quot;:12701,&quot;39909&quot;:12702,&quot;39893&quot;:12703,&quot;39905&quot;:12704,&quot;39898&quot;:12705,&quot;40311&quot;:12706,&quot;40321&quot;:12707,&quot;40330&quot;:12708,&quot;40324&quot;:12709,&quot;40328&quot;:12710,&quot;40305&quot;:12711,&quot;40320&quot;:12712,&quot;40312&quot;:12713,&quot;40326&quot;:12714,&quot;40331&quot;:12715,&quot;40332&quot;:12716,&quot;40317&quot;:12717,&quot;40299&quot;:12718,&quot;40308&quot;:12719,&quot;40309&quot;:12720,&quot;40304&quot;:12721,&quot;40297&quot;:12722,&quot;40325&quot;:12723,&quot;40307&quot;:12724,&quot;40315&quot;:12725,&quot;40322&quot;:12726,&quot;40303&quot;:12727,&quot;40313&quot;:12728,&quot;40319&quot;:12729,&quot;40327&quot;:12730,&quot;40296&quot;:12731,&quot;40596&quot;:12732,&quot;40593&quot;:12733,&quot;40640&quot;:12734,&quot;40700&quot;:12735,&quot;40749&quot;:12736,&quot;40768&quot;:12737,&quot;40769&quot;:12738,&quot;40781&quot;:12739,&quot;40790&quot;:12740,&quot;40791&quot;:12741,&quot;40792&quot;:12742,&quot;21303&quot;:12743,&quot;22194&quot;:12744,&quot;22197&quot;:12745,&quot;22195&quot;:12746,&quot;22755&quot;:12747,&quot;23365&quot;:12748,&quot;24006&quot;:12749,&quot;24007&quot;:12750,&quot;24302&quot;:12751,&quot;24303&quot;:12752,&quot;24512&quot;:12753,&quot;24513&quot;:12754,&quot;25081&quot;:12755,&quot;25879&quot;:12756,&quot;25878&quot;:12757,&quot;25877&quot;:12758,&quot;25875&quot;:12759,&quot;26079&quot;:12760,&quot;26344&quot;:12761,&quot;26339&quot;:12762,&quot;26340&quot;:12763,&quot;27379&quot;:12764,&quot;27376&quot;:12765,&quot;27370&quot;:12766,&quot;27368&quot;:12767,&quot;27385&quot;:12768,&quot;27377&quot;:12769,&quot;27374&quot;:12770,&quot;27375&quot;:12771,&quot;28732&quot;:12772,&quot;28725&quot;:12773,&quot;28719&quot;:12774,&quot;28727&quot;:12775,&quot;28724&quot;:12776,&quot;28721&quot;:12777,&quot;28738&quot;:12778,&quot;28728&quot;:12779,&quot;28735&quot;:12780,&quot;28730&quot;:12781,&quot;28729&quot;:12782,&quot;28714&quot;:12783,&quot;28736&quot;:12784,&quot;28731&quot;:12785,&quot;28723&quot;:12786,&quot;28737&quot;:12787,&quot;29203&quot;:12788,&quot;29204&quot;:12789,&quot;29352&quot;:12790,&quot;29565&quot;:12791,&quot;29564&quot;:12792,&quot;29882&quot;:12793,&quot;30379&quot;:12794,&quot;30378&quot;:12795,&quot;30398&quot;:12796,&quot;30445&quot;:12797,&quot;30668&quot;:12798,&quot;30670&quot;:12799,&quot;30671&quot;:12800,&quot;30669&quot;:12801,&quot;30706&quot;:12802,&quot;31013&quot;:12803,&quot;31011&quot;:12804,&quot;31015&quot;:12805,&quot;31016&quot;:12806,&quot;31012&quot;:12807,&quot;31017&quot;:12808,&quot;31154&quot;:12809,&quot;31342&quot;:12810,&quot;31340&quot;:12811,&quot;31341&quot;:12812,&quot;31479&quot;:12813,&quot;31817&quot;:12814,&quot;31816&quot;:12815,&quot;31818&quot;:12816,&quot;31815&quot;:12817,&quot;31813&quot;:12818,&quot;31982&quot;:12819,&quot;32379&quot;:12820,&quot;32382&quot;:12821,&quot;32385&quot;:12822,&quot;32384&quot;:12823,&quot;32698&quot;:12824,&quot;32767&quot;:12825,&quot;32889&quot;:12826,&quot;33243&quot;:12827,&quot;33241&quot;:12828,&quot;33384&quot;:12829,&quot;33385&quot;:12830,&quot;34338&quot;:12831,&quot;34303&quot;:12832,&quot;34305&quot;:12833,&quot;34302&quot;:12834,&quot;34331&quot;:12835,&quot;34304&quot;:12836,&quot;34294&quot;:12837,&quot;34308&quot;:12838,&quot;34313&quot;:12839,&quot;34309&quot;:12840,&quot;34316&quot;:12841,&quot;34301&quot;:12842,&quot;34841&quot;:12843,&quot;34832&quot;:12844,&quot;34833&quot;:12845,&quot;34839&quot;:12846,&quot;34835&quot;:12847,&quot;34838&quot;:12848,&quot;35171&quot;:12849,&quot;35174&quot;:12850,&quot;35257&quot;:12851,&quot;35319&quot;:12852,&quot;35680&quot;:12853,&quot;35690&quot;:12854,&quot;35677&quot;:12855,&quot;35688&quot;:12856,&quot;35683&quot;:12857,&quot;35685&quot;:12858,&quot;35687&quot;:12859,&quot;35693&quot;:12860,&quot;36270&quot;:12861,&quot;36486&quot;:12862,&quot;36488&quot;:12863,&quot;36484&quot;:12864,&quot;36697&quot;:12865,&quot;36694&quot;:12866,&quot;36695&quot;:12867,&quot;36693&quot;:12868,&quot;36696&quot;:12869,&quot;36698&quot;:12870,&quot;37005&quot;:12871,&quot;37187&quot;:12872,&quot;37185&quot;:12873,&quot;37303&quot;:12874,&quot;37301&quot;:12875,&quot;37298&quot;:12876,&quot;37299&quot;:12877,&quot;37899&quot;:12878,&quot;37907&quot;:12879,&quot;37883&quot;:12880,&quot;37920&quot;:12881,&quot;37903&quot;:12882,&quot;37908&quot;:12883,&quot;37886&quot;:12884,&quot;37909&quot;:12885,&quot;37904&quot;:12886,&quot;37928&quot;:12887,&quot;37913&quot;:12888,&quot;37901&quot;:12889,&quot;37877&quot;:12890,&quot;37888&quot;:12891,&quot;37879&quot;:12892,&quot;37895&quot;:12893,&quot;37902&quot;:12894,&quot;37910&quot;:12895,&quot;37906&quot;:12896,&quot;37882&quot;:12897,&quot;37897&quot;:12898,&quot;37880&quot;:12899,&quot;37948&quot;:12900,&quot;37898&quot;:12901,&quot;37887&quot;:12902,&quot;37884&quot;:12903,&quot;37900&quot;:12904,&quot;37878&quot;:12905,&quot;37905&quot;:12906,&quot;37894&quot;:12907,&quot;38366&quot;:12908,&quot;38368&quot;:12909,&quot;38367&quot;:12910,&quot;38702&quot;:12911,&quot;38703&quot;:12912,&quot;38841&quot;:12913,&quot;38843&quot;:12914,&quot;38909&quot;:12915,&quot;38910&quot;:12916,&quot;39008&quot;:12917,&quot;39010&quot;:12918,&quot;39011&quot;:12919,&quot;39007&quot;:12920,&quot;39105&quot;:12921,&quot;39106&quot;:12922,&quot;39248&quot;:12923,&quot;39246&quot;:12924,&quot;39257&quot;:12925,&quot;39244&quot;:12926,&quot;39243&quot;:12927,&quot;39251&quot;:12928,&quot;39474&quot;:12929,&quot;39476&quot;:12930,&quot;39473&quot;:12931,&quot;39468&quot;:12932,&quot;39466&quot;:12933,&quot;39478&quot;:12934,&quot;39465&quot;:12935,&quot;39470&quot;:12936,&quot;39480&quot;:12937,&quot;39469&quot;:12938,&quot;39623&quot;:12939,&quot;39626&quot;:12940,&quot;39622&quot;:12941,&quot;39696&quot;:12942,&quot;39698&quot;:12943,&quot;39697&quot;:12944,&quot;39947&quot;:12945,&quot;39944&quot;:12946,&quot;39927&quot;:12947,&quot;39941&quot;:12948,&quot;39954&quot;:12949,&quot;39928&quot;:12950,&quot;40000&quot;:12951,&quot;39943&quot;:12952,&quot;39950&quot;:12953,&quot;39942&quot;:12954,&quot;39959&quot;:12955,&quot;39956&quot;:12956,&quot;39945&quot;:12957,&quot;40351&quot;:12958,&quot;40345&quot;:12959,&quot;40356&quot;:12960,&quot;40349&quot;:12961,&quot;40338&quot;:12962,&quot;40344&quot;:12963,&quot;40336&quot;:12964,&quot;40347&quot;:12965,&quot;40352&quot;:12966,&quot;40340&quot;:12967,&quot;40348&quot;:12968,&quot;40362&quot;:12969,&quot;40343&quot;:12970,&quot;40353&quot;:12971,&quot;40346&quot;:12972,&quot;40354&quot;:12973,&quot;40360&quot;:12974,&quot;40350&quot;:12975,&quot;40355&quot;:12976,&quot;40383&quot;:12977,&quot;40361&quot;:12978,&quot;40342&quot;:12979,&quot;40358&quot;:12980,&quot;40359&quot;:12981,&quot;40601&quot;:12982,&quot;40603&quot;:12983,&quot;40602&quot;:12984,&quot;40677&quot;:12985,&quot;40676&quot;:12986,&quot;40679&quot;:12987,&quot;40678&quot;:12988,&quot;40752&quot;:12989,&quot;40750&quot;:12990,&quot;40795&quot;:12991,&quot;40800&quot;:12992,&quot;40798&quot;:12993,&quot;40797&quot;:12994,&quot;40793&quot;:12995,&quot;40849&quot;:12996,&quot;20794&quot;:12997,&quot;20793&quot;:12998,&quot;21144&quot;:12999,&quot;21143&quot;:13000,&quot;22211&quot;:13001,&quot;22205&quot;:13002,&quot;22206&quot;:13003,&quot;23368&quot;:13004,&quot;23367&quot;:13005,&quot;24011&quot;:13006,&quot;24015&quot;:13007,&quot;24305&quot;:13008,&quot;25085&quot;:13009,&quot;25883&quot;:13010,&quot;27394&quot;:13011,&quot;27388&quot;:13012,&quot;27395&quot;:13013,&quot;27384&quot;:13014,&quot;27392&quot;:13015,&quot;28739&quot;:13016,&quot;28740&quot;:13017,&quot;28746&quot;:13018,&quot;28744&quot;:13019,&quot;28745&quot;:13020,&quot;28741&quot;:13021,&quot;28742&quot;:13022,&quot;29213&quot;:13023,&quot;29210&quot;:13024,&quot;29209&quot;:13025,&quot;29566&quot;:13026,&quot;29975&quot;:13027,&quot;30314&quot;:13028,&quot;30672&quot;:13029,&quot;31021&quot;:13030,&quot;31025&quot;:13031,&quot;31023&quot;:13032,&quot;31828&quot;:13033,&quot;31827&quot;:13034,&quot;31986&quot;:13035,&quot;32394&quot;:13036,&quot;60229&quot;:13037,&quot;32391&quot;:13037,&quot;32392&quot;:13038,&quot;32395&quot;:13039,&quot;32390&quot;:13040,&quot;32397&quot;:13041,&quot;32589&quot;:13042,&quot;32699&quot;:13043,&quot;32816&quot;:13044,&quot;33245&quot;:13045,&quot;34328&quot;:13046,&quot;34346&quot;:13047,&quot;34342&quot;:13048,&quot;34335&quot;:13049,&quot;34339&quot;:13050,&quot;34332&quot;:13051,&quot;34329&quot;:13052,&quot;34343&quot;:13053,&quot;34350&quot;:13054,&quot;34337&quot;:13055,&quot;34336&quot;:13056,&quot;34345&quot;:13057,&quot;34334&quot;:13058,&quot;34341&quot;:13059,&quot;34857&quot;:13060,&quot;34845&quot;:13061,&quot;34843&quot;:13062,&quot;34848&quot;:13063,&quot;34852&quot;:13064,&quot;34844&quot;:13065,&quot;34859&quot;:13066,&quot;34890&quot;:13067,&quot;35181&quot;:13068,&quot;35177&quot;:13069,&quot;35182&quot;:13070,&quot;35179&quot;:13071,&quot;35322&quot;:13072,&quot;35705&quot;:13073,&quot;35704&quot;:13074,&quot;35653&quot;:13075,&quot;35706&quot;:13076,&quot;35707&quot;:13077,&quot;36112&quot;:13078,&quot;36116&quot;:13079,&quot;36271&quot;:13080,&quot;36494&quot;:13081,&quot;36492&quot;:13082,&quot;36702&quot;:13083,&quot;36699&quot;:13084,&quot;36701&quot;:13085,&quot;37190&quot;:13086,&quot;37188&quot;:13087,&quot;37189&quot;:13088,&quot;37305&quot;:13089,&quot;37951&quot;:13090,&quot;37947&quot;:13091,&quot;37942&quot;:13092,&quot;37929&quot;:13093,&quot;37949&quot;:13094,&quot;37936&quot;:13095,&quot;37945&quot;:13096,&quot;37930&quot;:13097,&quot;37943&quot;:13098,&quot;37932&quot;:13099,&quot;37952&quot;:13100,&quot;37937&quot;:13101,&quot;38373&quot;:13102,&quot;38372&quot;:13103,&quot;38371&quot;:13104,&quot;38709&quot;:13105,&quot;38714&quot;:13106,&quot;38847&quot;:13107,&quot;38881&quot;:13108,&quot;39012&quot;:13109,&quot;39113&quot;:13110,&quot;39110&quot;:13111,&quot;39104&quot;:13112,&quot;39256&quot;:13113,&quot;39254&quot;:13114,&quot;39481&quot;:13115,&quot;39485&quot;:13116,&quot;39494&quot;:13117,&quot;39492&quot;:13118,&quot;39490&quot;:13119,&quot;39489&quot;:13120,&quot;39482&quot;:13121,&quot;39487&quot;:13122,&quot;39629&quot;:13123,&quot;39701&quot;:13124,&quot;39703&quot;:13125,&quot;39704&quot;:13126,&quot;39702&quot;:13127,&quot;39738&quot;:13128,&quot;39762&quot;:13129,&quot;39979&quot;:13130,&quot;39965&quot;:13131,&quot;39964&quot;:13132,&quot;39980&quot;:13133,&quot;39971&quot;:13134,&quot;39976&quot;:13135,&quot;39977&quot;:13136,&quot;39972&quot;:13137,&quot;39969&quot;:13138,&quot;40375&quot;:13139,&quot;40374&quot;:13140,&quot;40380&quot;:13141,&quot;40385&quot;:13142,&quot;40391&quot;:13143,&quot;40394&quot;:13144,&quot;40399&quot;:13145,&quot;40382&quot;:13146,&quot;40389&quot;:13147,&quot;40387&quot;:13148,&quot;40379&quot;:13149,&quot;40373&quot;:13150,&quot;40398&quot;:13151,&quot;40377&quot;:13152,&quot;40378&quot;:13153,&quot;40364&quot;:13154,&quot;40392&quot;:13155,&quot;40369&quot;:13156,&quot;40365&quot;:13157,&quot;40396&quot;:13158,&quot;40371&quot;:13159,&quot;40397&quot;:13160,&quot;40370&quot;:13161,&quot;40570&quot;:13162,&quot;40604&quot;:13163,&quot;40683&quot;:13164,&quot;40686&quot;:13165,&quot;40685&quot;:13166,&quot;40731&quot;:13167,&quot;40728&quot;:13168,&quot;40730&quot;:13169,&quot;40753&quot;:13170,&quot;40782&quot;:13171,&quot;40805&quot;:13172,&quot;40804&quot;:13173,&quot;40850&quot;:13174,&quot;20153&quot;:13175,&quot;22214&quot;:13176,&quot;22213&quot;:13177,&quot;22219&quot;:13178,&quot;22897&quot;:13179,&quot;23371&quot;:13180,&quot;23372&quot;:13181,&quot;24021&quot;:13182,&quot;24017&quot;:13183,&quot;24306&quot;:13184,&quot;25889&quot;:13185,&quot;25888&quot;:13186,&quot;25894&quot;:13187,&quot;25890&quot;:13188,&quot;27403&quot;:13189,&quot;27400&quot;:13190,&quot;27401&quot;:13191,&quot;27661&quot;:13192,&quot;28757&quot;:13193,&quot;28758&quot;:13194,&quot;28759&quot;:13195,&quot;28754&quot;:13196,&quot;29214&quot;:13197,&quot;29215&quot;:13198,&quot;29353&quot;:13199,&quot;29567&quot;:13200,&quot;29912&quot;:13201,&quot;29909&quot;:13202,&quot;29913&quot;:13203,&quot;29911&quot;:13204,&quot;30317&quot;:13205,&quot;30381&quot;:13206,&quot;31029&quot;:13207,&quot;31156&quot;:13208,&quot;31344&quot;:13209,&quot;31345&quot;:13210,&quot;31831&quot;:13211,&quot;31836&quot;:13212,&quot;31833&quot;:13213,&quot;31835&quot;:13214,&quot;31834&quot;:13215,&quot;31988&quot;:13216,&quot;31985&quot;:13217,&quot;32401&quot;:13218,&quot;32591&quot;:13219,&quot;32647&quot;:13220,&quot;33246&quot;:13221,&quot;33387&quot;:13222,&quot;34356&quot;:13223,&quot;34357&quot;:13224,&quot;34355&quot;:13225,&quot;34348&quot;:13226,&quot;34354&quot;:13227,&quot;34358&quot;:13228,&quot;34860&quot;:13229,&quot;34856&quot;:13230,&quot;34854&quot;:13231,&quot;34858&quot;:13232,&quot;34853&quot;:13233,&quot;35185&quot;:13234,&quot;35263&quot;:13235,&quot;35262&quot;:13236,&quot;35323&quot;:13237,&quot;35710&quot;:13238,&quot;35716&quot;:13239,&quot;35714&quot;:13240,&quot;35718&quot;:13241,&quot;35717&quot;:13242,&quot;35711&quot;:13243,&quot;36117&quot;:13244,&quot;36501&quot;:13245,&quot;36500&quot;:13246,&quot;36506&quot;:13247,&quot;36498&quot;:13248,&quot;36496&quot;:13249,&quot;36502&quot;:13250,&quot;36503&quot;:13251,&quot;36704&quot;:13252,&quot;36706&quot;:13253,&quot;37191&quot;:13254,&quot;37964&quot;:13255,&quot;37968&quot;:13256,&quot;37962&quot;:13257,&quot;37963&quot;:13258,&quot;37967&quot;:13259,&quot;37959&quot;:13260,&quot;37957&quot;:13261,&quot;37960&quot;:13262,&quot;37961&quot;:13263,&quot;37958&quot;:13264,&quot;38719&quot;:13265,&quot;38883&quot;:13266,&quot;39018&quot;:13267,&quot;39017&quot;:13268,&quot;39115&quot;:13269,&quot;39252&quot;:13270,&quot;39259&quot;:13271,&quot;39502&quot;:13272,&quot;39507&quot;:13273,&quot;39508&quot;:13274,&quot;39500&quot;:13275,&quot;39503&quot;:13276,&quot;39496&quot;:13277,&quot;39498&quot;:13278,&quot;39497&quot;:13279,&quot;39506&quot;:13280,&quot;39504&quot;:13281,&quot;39632&quot;:13282,&quot;39705&quot;:13283,&quot;39723&quot;:13284,&quot;39739&quot;:13285,&quot;39766&quot;:13286,&quot;39765&quot;:13287,&quot;40006&quot;:13288,&quot;40008&quot;:13289,&quot;39999&quot;:13290,&quot;40004&quot;:13291,&quot;39993&quot;:13292,&quot;39987&quot;:13293,&quot;40001&quot;:13294,&quot;39996&quot;:13295,&quot;39991&quot;:13296,&quot;39988&quot;:13297,&quot;39986&quot;:13298,&quot;39997&quot;:13299,&quot;39990&quot;:13300,&quot;40411&quot;:13301,&quot;40402&quot;:13302,&quot;40414&quot;:13303,&quot;40410&quot;:13304,&quot;40395&quot;:13305,&quot;40400&quot;:13306,&quot;40412&quot;:13307,&quot;40401&quot;:13308,&quot;40415&quot;:13309,&quot;40425&quot;:13310,&quot;40409&quot;:13311,&quot;40408&quot;:13312,&quot;40406&quot;:13313,&quot;40437&quot;:13314,&quot;40405&quot;:13315,&quot;40413&quot;:13316,&quot;40630&quot;:13317,&quot;40688&quot;:13318,&quot;40757&quot;:13319,&quot;40755&quot;:13320,&quot;40754&quot;:13321,&quot;40770&quot;:13322,&quot;40811&quot;:13323,&quot;40853&quot;:13324,&quot;40866&quot;:13325,&quot;20797&quot;:13326,&quot;21145&quot;:13327,&quot;22760&quot;:13328,&quot;22759&quot;:13329,&quot;22898&quot;:13330,&quot;23373&quot;:13331,&quot;24024&quot;:13332,&quot;34863&quot;:13333,&quot;24399&quot;:13334,&quot;25089&quot;:13335,&quot;25091&quot;:13336,&quot;25092&quot;:13337,&quot;25897&quot;:13338,&quot;25893&quot;:13339,&quot;26006&quot;:13340,&quot;26347&quot;:13341,&quot;27409&quot;:13342,&quot;27410&quot;:13343,&quot;27407&quot;:13344,&quot;27594&quot;:13345,&quot;28763&quot;:13346,&quot;28762&quot;:13347,&quot;29218&quot;:13348,&quot;29570&quot;:13349,&quot;29569&quot;:13350,&quot;29571&quot;:13351,&quot;30320&quot;:13352,&quot;30676&quot;:13353,&quot;31847&quot;:13354,&quot;31846&quot;:13355,&quot;32405&quot;:13356,&quot;33388&quot;:13357,&quot;34362&quot;:13358,&quot;34368&quot;:13359,&quot;34361&quot;:13360,&quot;34364&quot;:13361,&quot;34353&quot;:13362,&quot;34363&quot;:13363,&quot;34366&quot;:13364,&quot;34864&quot;:13365,&quot;34866&quot;:13366,&quot;34862&quot;:13367,&quot;34867&quot;:13368,&quot;35190&quot;:13369,&quot;35188&quot;:13370,&quot;35187&quot;:13371,&quot;35326&quot;:13372,&quot;35724&quot;:13373,&quot;35726&quot;:13374,&quot;35723&quot;:13375,&quot;35720&quot;:13376,&quot;35909&quot;:13377,&quot;36121&quot;:13378,&quot;36504&quot;:13379,&quot;36708&quot;:13380,&quot;36707&quot;:13381,&quot;37308&quot;:13382,&quot;37986&quot;:13383,&quot;37973&quot;:13384,&quot;37981&quot;:13385,&quot;37975&quot;:13386,&quot;37982&quot;:13387,&quot;38852&quot;:13388,&quot;38853&quot;:13389,&quot;38912&quot;:13390,&quot;39510&quot;:13391,&quot;39513&quot;:13392,&quot;39710&quot;:13393,&quot;39711&quot;:13394,&quot;39712&quot;:13395,&quot;40018&quot;:13396,&quot;40024&quot;:13397,&quot;40016&quot;:13398,&quot;40010&quot;:13399,&quot;40013&quot;:13400,&quot;40011&quot;:13401,&quot;40021&quot;:13402,&quot;40025&quot;:13403,&quot;40012&quot;:13404,&quot;40014&quot;:13405,&quot;40443&quot;:13406,&quot;40439&quot;:13407,&quot;40431&quot;:13408,&quot;40419&quot;:13409,&quot;40427&quot;:13410,&quot;40440&quot;:13411,&quot;40420&quot;:13412,&quot;40438&quot;:13413,&quot;40417&quot;:13414,&quot;40430&quot;:13415,&quot;40422&quot;:13416,&quot;40434&quot;:13417,&quot;40432&quot;:13418,&quot;60370&quot;:13418,&quot;40418&quot;:13419,&quot;40428&quot;:13420,&quot;40436&quot;:13421,&quot;40435&quot;:13422,&quot;40424&quot;:13423,&quot;40429&quot;:13424,&quot;40642&quot;:13425,&quot;40656&quot;:13426,&quot;40690&quot;:13427,&quot;40691&quot;:13428,&quot;40710&quot;:13429,&quot;40732&quot;:13430,&quot;40760&quot;:13431,&quot;40759&quot;:13432,&quot;40758&quot;:13433,&quot;40771&quot;:13434,&quot;40783&quot;:13435,&quot;40817&quot;:13436,&quot;40816&quot;:13437,&quot;40814&quot;:13438,&quot;40815&quot;:13439,&quot;22227&quot;:13440,&quot;22221&quot;:13441,&quot;23374&quot;:13442,&quot;23661&quot;:13443,&quot;25901&quot;:13444,&quot;26349&quot;:13445,&quot;26350&quot;:13446,&quot;27411&quot;:13447,&quot;28767&quot;:13448,&quot;28769&quot;:13449,&quot;28765&quot;:13450,&quot;28768&quot;:13451,&quot;29219&quot;:13452,&quot;29915&quot;:13453,&quot;29925&quot;:13454,&quot;30677&quot;:13455,&quot;31032&quot;:13456,&quot;31159&quot;:13457,&quot;31158&quot;:13458,&quot;31850&quot;:13459,&quot;32407&quot;:13460,&quot;32649&quot;:13461,&quot;33389&quot;:13462,&quot;34371&quot;:13463,&quot;34872&quot;:13464,&quot;34871&quot;:13465,&quot;34869&quot;:13466,&quot;34891&quot;:13467,&quot;35732&quot;:13468,&quot;35733&quot;:13469,&quot;36510&quot;:13470,&quot;36511&quot;:13471,&quot;36512&quot;:13472,&quot;36509&quot;:13473,&quot;37310&quot;:13474,&quot;37309&quot;:13475,&quot;37314&quot;:13476,&quot;37995&quot;:13477,&quot;37992&quot;:13478,&quot;37993&quot;:13479,&quot;38629&quot;:13480,&quot;38726&quot;:13481,&quot;38723&quot;:13482,&quot;38727&quot;:13483,&quot;38855&quot;:13484,&quot;38885&quot;:13485,&quot;39518&quot;:13486,&quot;39637&quot;:13487,&quot;39769&quot;:13488,&quot;40035&quot;:13489,&quot;40039&quot;:13490,&quot;40038&quot;:13491,&quot;40034&quot;:13492,&quot;40030&quot;:13493,&quot;40032&quot;:13494,&quot;40450&quot;:13495,&quot;40446&quot;:13496,&quot;40455&quot;:13497,&quot;40451&quot;:13498,&quot;40454&quot;:13499,&quot;40453&quot;:13500,&quot;40448&quot;:13501,&quot;40449&quot;:13502,&quot;40457&quot;:13503,&quot;40447&quot;:13504,&quot;40445&quot;:13505,&quot;40452&quot;:13506,&quot;40608&quot;:13507,&quot;40734&quot;:13508,&quot;40774&quot;:13509,&quot;40820&quot;:13510,&quot;40821&quot;:13511,&quot;40822&quot;:13512,&quot;22228&quot;:13513,&quot;25902&quot;:13514,&quot;26040&quot;:13515,&quot;27416&quot;:13516,&quot;27417&quot;:13517,&quot;27415&quot;:13518,&quot;27418&quot;:13519,&quot;28770&quot;:13520,&quot;29222&quot;:13521,&quot;29354&quot;:13522,&quot;30680&quot;:13523,&quot;30681&quot;:13524,&quot;31033&quot;:13525,&quot;31849&quot;:13526,&quot;31851&quot;:13527,&quot;31990&quot;:13528,&quot;32410&quot;:13529,&quot;32408&quot;:13530,&quot;32411&quot;:13531,&quot;32409&quot;:13532,&quot;33248&quot;:13533,&quot;33249&quot;:13534,&quot;34374&quot;:13535,&quot;34375&quot;:13536,&quot;34376&quot;:13537,&quot;35193&quot;:13538,&quot;35194&quot;:13539,&quot;35196&quot;:13540,&quot;35195&quot;:13541,&quot;35327&quot;:13542,&quot;35736&quot;:13543,&quot;35737&quot;:13544,&quot;36517&quot;:13545,&quot;36516&quot;:13546,&quot;36515&quot;:13547,&quot;37998&quot;:13548,&quot;37997&quot;:13549,&quot;37999&quot;:13550,&quot;38001&quot;:13551,&quot;38003&quot;:13552,&quot;38729&quot;:13553,&quot;39026&quot;:13554,&quot;39263&quot;:13555,&quot;40040&quot;:13556,&quot;40046&quot;:13557,&quot;40045&quot;:13558,&quot;40459&quot;:13559,&quot;40461&quot;:13560,&quot;40464&quot;:13561,&quot;40463&quot;:13562,&quot;40466&quot;:13563,&quot;40465&quot;:13564,&quot;40609&quot;:13565,&quot;40693&quot;:13566,&quot;40713&quot;:13567,&quot;40775&quot;:13568,&quot;40824&quot;:13569,&quot;40827&quot;:13570,&quot;40826&quot;:13571,&quot;40825&quot;:13572,&quot;22302&quot;:13573,&quot;28774&quot;:13574,&quot;31855&quot;:13575,&quot;34876&quot;:13576,&quot;36274&quot;:13577,&quot;36518&quot;:13578,&quot;37315&quot;:13579,&quot;38004&quot;:13580,&quot;38008&quot;:13581,&quot;38006&quot;:13582,&quot;38005&quot;:13583,&quot;39520&quot;:13584,&quot;39726&quot;:13585,&quot;60830&quot;:13585,&quot;40052&quot;:13586,&quot;40051&quot;:13587,&quot;40049&quot;:13588,&quot;40053&quot;:13589,&quot;40468&quot;:13590,&quot;40467&quot;:13591,&quot;40694&quot;:13592,&quot;40714&quot;:13593,&quot;40868&quot;:13594,&quot;28776&quot;:13595,&quot;28773&quot;:13596,&quot;31991&quot;:13597,&quot;34410&quot;:13598,&quot;34878&quot;:13599,&quot;34877&quot;:13600,&quot;34879&quot;:13601,&quot;35742&quot;:13602,&quot;35996&quot;:13603,&quot;36521&quot;:13604,&quot;36553&quot;:13605,&quot;38731&quot;:13606,&quot;39027&quot;:13607,&quot;39028&quot;:13608,&quot;39116&quot;:13609,&quot;39265&quot;:13610,&quot;39339&quot;:13611,&quot;39524&quot;:13612,&quot;39526&quot;:13613,&quot;39527&quot;:13614,&quot;39716&quot;:13615,&quot;40469&quot;:13616,&quot;40471&quot;:13617,&quot;40776&quot;:13618,&quot;25095&quot;:13619,&quot;27422&quot;:13620,&quot;29223&quot;:13621,&quot;34380&quot;:13622,&quot;36520&quot;:13623,&quot;38018&quot;:13624,&quot;38016&quot;:13625,&quot;38017&quot;:13626,&quot;39529&quot;:13627,&quot;39528&quot;:13628,&quot;40473&quot;:13629,&quot;34379&quot;:13630,&quot;35743&quot;:13631,&quot;38019&quot;:13632,&quot;40057&quot;:13633,&quot;40631&quot;:13634,&quot;30325&quot;:13635,&quot;39531&quot;:13636,&quot;40058&quot;:13637,&quot;40477&quot;:13638,&quot;28777&quot;:13639,&quot;28778&quot;:13640,&quot;29225&quot;:13641,&quot;40612&quot;:13642,&quot;40830&quot;:13643,&quot;40777&quot;:13644,&quot;40856&quot;:13645,&quot;65049&quot;:13646,&quot;65075&quot;:13743,&quot;9588&quot;:13744,&quot;65076&quot;:13745,&quot;65103&quot;:13746,&quot;168&quot;:13747,&quot;776&quot;:13747,&quot;63208&quot;:13747,&quot;710&quot;:13748,&quot;65342&quot;:13748,&quot;63209&quot;:13748,&quot;12541&quot;:13749,&quot;63210&quot;:13749,&quot;12542&quot;:13750,&quot;63211&quot;:13750,&quot;12445&quot;:13751,&quot;63212&quot;:13751,&quot;12446&quot;:13752,&quot;63213&quot;:13752,&quot;12293&quot;:13754,&quot;63216&quot;:13754,&quot;12294&quot;:13755,&quot;63217&quot;:13755,&quot;12295&quot;:13756,&quot;63218&quot;:13756,&quot;12540&quot;:13757,&quot;63219&quot;:13757,&quot;65339&quot;:13758,&quot;63220&quot;:13758,&quot;65341&quot;:13759,&quot;63221&quot;:13759,&quot;10045&quot;:13760,&quot;63222&quot;:13760,&quot;12353&quot;:13761,&quot;63223&quot;:13761,&quot;12354&quot;:13762,&quot;63224&quot;:13762,&quot;12355&quot;:13763,&quot;63225&quot;:13763,&quot;12356&quot;:13764,&quot;63226&quot;:13764,&quot;12357&quot;:13765,&quot;63227&quot;:13765,&quot;12358&quot;:13766,&quot;63228&quot;:13766,&quot;12359&quot;:13767,&quot;63229&quot;:13767,&quot;12360&quot;:13768,&quot;63230&quot;:13768,&quot;12361&quot;:13769,&quot;63231&quot;:13769,&quot;12362&quot;:13770,&quot;63232&quot;:13770,&quot;12363&quot;:13771,&quot;63233&quot;:13771,&quot;12364&quot;:13772,&quot;63234&quot;:13772,&quot;12365&quot;:13773,&quot;63235&quot;:13773,&quot;12366&quot;:13774,&quot;63236&quot;:13774,&quot;12367&quot;:13775,&quot;63237&quot;:13775,&quot;12368&quot;:13776,&quot;63238&quot;:13776,&quot;12369&quot;:13777,&quot;63239&quot;:13777,&quot;12370&quot;:13778,&quot;63240&quot;:13778,&quot;12371&quot;:13779,&quot;63241&quot;:13779,&quot;12372&quot;:13780,&quot;63242&quot;:13780,&quot;12373&quot;:13781,&quot;63243&quot;:13781,&quot;12374&quot;:13782,&quot;63244&quot;:13782,&quot;12375&quot;:13783,&quot;63245&quot;:13783,&quot;12376&quot;:13784,&quot;63246&quot;:13784,&quot;12377&quot;:13785,&quot;63247&quot;:13785,&quot;12378&quot;:13786,&quot;63248&quot;:13786,&quot;12379&quot;:13787,&quot;63249&quot;:13787,&quot;12380&quot;:13788,&quot;63250&quot;:13788,&quot;12381&quot;:13789,&quot;63251&quot;:13789,&quot;12382&quot;:13790,&quot;63252&quot;:13790,&quot;12383&quot;:13791,&quot;63253&quot;:13791,&quot;12384&quot;:13792,&quot;63254&quot;:13792,&quot;12385&quot;:13793,&quot;63255&quot;:13793,&quot;12386&quot;:13794,&quot;63256&quot;:13794,&quot;12387&quot;:13795,&quot;63257&quot;:13795,&quot;12388&quot;:13796,&quot;63258&quot;:13796,&quot;12389&quot;:13797,&quot;63259&quot;:13797,&quot;12390&quot;:13798,&quot;63260&quot;:13798,&quot;12391&quot;:13799,&quot;63261&quot;:13799,&quot;12392&quot;:13800,&quot;63262&quot;:13800,&quot;12393&quot;:13801,&quot;63263&quot;:13801,&quot;12394&quot;:13802,&quot;63264&quot;:13802,&quot;12395&quot;:13803,&quot;63265&quot;:13803,&quot;12396&quot;:13804,&quot;63266&quot;:13804,&quot;12397&quot;:13805,&quot;63267&quot;:13805,&quot;12398&quot;:13806,&quot;63268&quot;:13806,&quot;12399&quot;:13807,&quot;63269&quot;:13807,&quot;12400&quot;:13808,&quot;63270&quot;:13808,&quot;12401&quot;:13809,&quot;63271&quot;:13809,&quot;12402&quot;:13810,&quot;63272&quot;:13810,&quot;12403&quot;:13811,&quot;63273&quot;:13811,&quot;12404&quot;:13812,&quot;63274&quot;:13812,&quot;12405&quot;:13813,&quot;63275&quot;:13813,&quot;12406&quot;:13814,&quot;63276&quot;:13814,&quot;12407&quot;:13815,&quot;63277&quot;:13815,&quot;12408&quot;:13816,&quot;63278&quot;:13816,&quot;12409&quot;:13817,&quot;63279&quot;:13817,&quot;12410&quot;:13818,&quot;63280&quot;:13818,&quot;12411&quot;:13819,&quot;63281&quot;:13819,&quot;12412&quot;:13820,&quot;63282&quot;:13820,&quot;12413&quot;:13821,&quot;63283&quot;:13821,&quot;12414&quot;:13822,&quot;63284&quot;:13822,&quot;12415&quot;:13823,&quot;63285&quot;:13823,&quot;12416&quot;:13824,&quot;63286&quot;:13824,&quot;12417&quot;:13825,&quot;63287&quot;:13825,&quot;12418&quot;:13826,&quot;63288&quot;:13826,&quot;12419&quot;:13827,&quot;63289&quot;:13827,&quot;12420&quot;:13828,&quot;63290&quot;:13828,&quot;12421&quot;:13829,&quot;63291&quot;:13829,&quot;12422&quot;:13830,&quot;63292&quot;:13830,&quot;12423&quot;:13831,&quot;63293&quot;:13831,&quot;12424&quot;:13832,&quot;63294&quot;:13832,&quot;12425&quot;:13833,&quot;63295&quot;:13833,&quot;12426&quot;:13834,&quot;63296&quot;:13834,&quot;12427&quot;:13835,&quot;63297&quot;:13835,&quot;12428&quot;:13836,&quot;63298&quot;:13836,&quot;12429&quot;:13837,&quot;63299&quot;:13837,&quot;12430&quot;:13838,&quot;63300&quot;:13838,&quot;12431&quot;:13839,&quot;63301&quot;:13839,&quot;12432&quot;:13840,&quot;63302&quot;:13840,&quot;12433&quot;:13841,&quot;63303&quot;:13841,&quot;12434&quot;:13842,&quot;63304&quot;:13842,&quot;12435&quot;:13843,&quot;63305&quot;:13843,&quot;12449&quot;:13844,&quot;63306&quot;:13844,&quot;12450&quot;:13845,&quot;63307&quot;:13845,&quot;12451&quot;:13846,&quot;63308&quot;:13846,&quot;12452&quot;:13847,&quot;63309&quot;:13847,&quot;12453&quot;:13848,&quot;63310&quot;:13848,&quot;12454&quot;:13849,&quot;63311&quot;:13849,&quot;12455&quot;:13850,&quot;63312&quot;:13850,&quot;12456&quot;:13851,&quot;63313&quot;:13851,&quot;12457&quot;:13852,&quot;63314&quot;:13852,&quot;12458&quot;:13853,&quot;63315&quot;:13853,&quot;12459&quot;:13854,&quot;63316&quot;:13854,&quot;12460&quot;:13855,&quot;63317&quot;:13855,&quot;12461&quot;:13856,&quot;63318&quot;:13856,&quot;12462&quot;:13857,&quot;63319&quot;:13857,&quot;12463&quot;:13858,&quot;63320&quot;:13858,&quot;12464&quot;:13859,&quot;63321&quot;:13859,&quot;12465&quot;:13860,&quot;63322&quot;:13860,&quot;12466&quot;:13861,&quot;63323&quot;:13861,&quot;12467&quot;:13862,&quot;63324&quot;:13862,&quot;12468&quot;:13863,&quot;63325&quot;:13863,&quot;12469&quot;:13864,&quot;63326&quot;:13864,&quot;12470&quot;:13865,&quot;63327&quot;:13865,&quot;12471&quot;:13866,&quot;63328&quot;:13866,&quot;12472&quot;:13867,&quot;63329&quot;:13867,&quot;12473&quot;:13868,&quot;63330&quot;:13868,&quot;12474&quot;:13869,&quot;63331&quot;:13869,&quot;12475&quot;:13870,&quot;63332&quot;:13870,&quot;12476&quot;:13871,&quot;63333&quot;:13871,&quot;12477&quot;:13872,&quot;63334&quot;:13872,&quot;12478&quot;:13873,&quot;63335&quot;:13873,&quot;12479&quot;:13874,&quot;63336&quot;:13874,&quot;12480&quot;:13875,&quot;63337&quot;:13875,&quot;12481&quot;:13876,&quot;63338&quot;:13876,&quot;12482&quot;:13877,&quot;63339&quot;:13877,&quot;12483&quot;:13878,&quot;63340&quot;:13878,&quot;12484&quot;:13879,&quot;63341&quot;:13879,&quot;12485&quot;:13880,&quot;63342&quot;:13880,&quot;12486&quot;:13881,&quot;63343&quot;:13881,&quot;12487&quot;:13882,&quot;63344&quot;:13882,&quot;12488&quot;:13883,&quot;63345&quot;:13883,&quot;12489&quot;:13884,&quot;63346&quot;:13884,&quot;12490&quot;:13885,&quot;63347&quot;:13885,&quot;12491&quot;:13886,&quot;63348&quot;:13886,&quot;12492&quot;:13887,&quot;63349&quot;:13887,&quot;12493&quot;:13888,&quot;63350&quot;:13888,&quot;12494&quot;:13889,&quot;63351&quot;:13889,&quot;12495&quot;:13890,&quot;63352&quot;:13890,&quot;12496&quot;:13891,&quot;63353&quot;:13891,&quot;12497&quot;:13892,&quot;63354&quot;:13892,&quot;12498&quot;:13893,&quot;63355&quot;:13893,&quot;12499&quot;:13894,&quot;63356&quot;:13894,&quot;12500&quot;:13895,&quot;63357&quot;:13895,&quot;12501&quot;:13896,&quot;63358&quot;:13896,&quot;12502&quot;:13897,&quot;63359&quot;:13897,&quot;12503&quot;:13898,&quot;63360&quot;:13898,&quot;12504&quot;:13899,&quot;63361&quot;:13899,&quot;12505&quot;:13900,&quot;63362&quot;:13900,&quot;12506&quot;:13901,&quot;63363&quot;:13901,&quot;12507&quot;:13902,&quot;63364&quot;:13902,&quot;12508&quot;:13903,&quot;63365&quot;:13903,&quot;12509&quot;:13904,&quot;63366&quot;:13904,&quot;12510&quot;:13905,&quot;63367&quot;:13905,&quot;12511&quot;:13906,&quot;63368&quot;:13906,&quot;12512&quot;:13907,&quot;63369&quot;:13907,&quot;12513&quot;:13908,&quot;63370&quot;:13908,&quot;12514&quot;:13909,&quot;63371&quot;:13909,&quot;12515&quot;:13910,&quot;63372&quot;:13910,&quot;12516&quot;:13911,&quot;63373&quot;:13911,&quot;12517&quot;:13912,&quot;63374&quot;:13912,&quot;12518&quot;:13913,&quot;63375&quot;:13913,&quot;12519&quot;:13914,&quot;63376&quot;:13914,&quot;12520&quot;:13915,&quot;63377&quot;:13915,&quot;12521&quot;:13916,&quot;63378&quot;:13916,&quot;12522&quot;:13917,&quot;63379&quot;:13917,&quot;12523&quot;:13918,&quot;63380&quot;:13918,&quot;12524&quot;:13919,&quot;63381&quot;:13919,&quot;12525&quot;:13920,&quot;63382&quot;:13920,&quot;12526&quot;:13921,&quot;63383&quot;:13921,&quot;12527&quot;:13922,&quot;63384&quot;:13922,&quot;12528&quot;:13923,&quot;63385&quot;:13923,&quot;12529&quot;:13924,&quot;63386&quot;:13924,&quot;12530&quot;:13925,&quot;63387&quot;:13925,&quot;12531&quot;:13926,&quot;63388&quot;:13926,&quot;12532&quot;:13927,&quot;63389&quot;:13927,&quot;12533&quot;:13928,&quot;63390&quot;:13928,&quot;12534&quot;:13929,&quot;63391&quot;:13929,&quot;1040&quot;:13930,&quot;63392&quot;:13930,&quot;1041&quot;:13931,&quot;63393&quot;:13931,&quot;1042&quot;:13932,&quot;63394&quot;:13932,&quot;1043&quot;:13933,&quot;63395&quot;:13933,&quot;1044&quot;:13934,&quot;63396&quot;:13934,&quot;1045&quot;:13935,&quot;63397&quot;:13935,&quot;1025&quot;:13936,&quot;63398&quot;:13936,&quot;1046&quot;:13937,&quot;63399&quot;:13937,&quot;1047&quot;:13938,&quot;63400&quot;:13938,&quot;1048&quot;:13939,&quot;63401&quot;:13939,&quot;1049&quot;:13940,&quot;63402&quot;:13940,&quot;1050&quot;:13941,&quot;63403&quot;:13941,&quot;1051&quot;:13942,&quot;63404&quot;:13942,&quot;1052&quot;:13943,&quot;63405&quot;:13943,&quot;1053&quot;:13944,&quot;63406&quot;:13944,&quot;1054&quot;:13945,&quot;63407&quot;:13945,&quot;1055&quot;:13946,&quot;63408&quot;:13946,&quot;1056&quot;:13947,&quot;63409&quot;:13947,&quot;1057&quot;:13948,&quot;63410&quot;:13948,&quot;1058&quot;:13949,&quot;63411&quot;:13949,&quot;1059&quot;:13950,&quot;63412&quot;:13950,&quot;1060&quot;:13951,&quot;63413&quot;:13951,&quot;1061&quot;:13952,&quot;63414&quot;:13952,&quot;1062&quot;:13953,&quot;63415&quot;:13953,&quot;1063&quot;:13954,&quot;63416&quot;:13954,&quot;1064&quot;:13955,&quot;63417&quot;:13955,&quot;1065&quot;:13956,&quot;63418&quot;:13956,&quot;1066&quot;:13957,&quot;63419&quot;:13957,&quot;1067&quot;:13958,&quot;63420&quot;:13958,&quot;1068&quot;:13959,&quot;63421&quot;:13959,&quot;1069&quot;:13960,&quot;63422&quot;:13960,&quot;1070&quot;:13961,&quot;63423&quot;:13961,&quot;1071&quot;:13962,&quot;63424&quot;:13962,&quot;1072&quot;:13963,&quot;63425&quot;:13963,&quot;1073&quot;:13964,&quot;63426&quot;:13964,&quot;1074&quot;:13965,&quot;63427&quot;:13965,&quot;1075&quot;:13966,&quot;63428&quot;:13966,&quot;1076&quot;:13967,&quot;63429&quot;:13967,&quot;1077&quot;:13968,&quot;63430&quot;:13968,&quot;1105&quot;:13969,&quot;63431&quot;:13969,&quot;1078&quot;:13970,&quot;63432&quot;:13970,&quot;1079&quot;:13971,&quot;63433&quot;:13971,&quot;1080&quot;:13972,&quot;63434&quot;:13972,&quot;1081&quot;:13973,&quot;63435&quot;:13973,&quot;1082&quot;:13974,&quot;63436&quot;:13974,&quot;1083&quot;:13975,&quot;63437&quot;:13975,&quot;1084&quot;:13976,&quot;63438&quot;:13976,&quot;1085&quot;:13977,&quot;63439&quot;:13977,&quot;1086&quot;:13978,&quot;63440&quot;:13978,&quot;1087&quot;:13979,&quot;63441&quot;:13979,&quot;1088&quot;:13980,&quot;63442&quot;:13980,&quot;1089&quot;:13981,&quot;63443&quot;:13981,&quot;1090&quot;:13982,&quot;63444&quot;:13982,&quot;1091&quot;:13983,&quot;63445&quot;:13983,&quot;1092&quot;:13984,&quot;63446&quot;:13984,&quot;1093&quot;:13985,&quot;63447&quot;:13985,&quot;1094&quot;:13986,&quot;63448&quot;:13986,&quot;1095&quot;:13987,&quot;63449&quot;:13987,&quot;1096&quot;:13988,&quot;63450&quot;:13988,&quot;1097&quot;:13989,&quot;63451&quot;:13989,&quot;1098&quot;:13990,&quot;63452&quot;:13990,&quot;1099&quot;:13991,&quot;63453&quot;:13991,&quot;1100&quot;:13992,&quot;63454&quot;:13992,&quot;1101&quot;:13993,&quot;63455&quot;:13993,&quot;1102&quot;:13994,&quot;63456&quot;:13994,&quot;1103&quot;:13995,&quot;63457&quot;:13995,&quot;8679&quot;:13996,&quot;63458&quot;:13996,&quot;8632&quot;:13997,&quot;63459&quot;:13997,&quot;8633&quot;:13998,&quot;63460&quot;:13998,&quot;12751&quot;:13999,&quot;20033&quot;:13999,&quot;63461&quot;:13999,&quot;131276&quot;:14000,&quot;63462&quot;:14000,&quot;20058&quot;:14001,&quot;63463&quot;:14001,&quot;131210&quot;:14002,&quot;63464&quot;:14002,&quot;20994&quot;:14003,&quot;63465&quot;:14003,&quot;17553&quot;:14004,&quot;63466&quot;:14004,&quot;40880&quot;:14005,&quot;63467&quot;:14005,&quot;20872&quot;:14006,&quot;63468&quot;:14006,&quot;13853&quot;:14007,&quot;40881&quot;:14007,&quot;63469&quot;:14007,&quot;161287&quot;:14008,&quot;63470&quot;:14008,&quot;172&quot;:14049,&quot;65506&quot;:14049,&quot;63511&quot;:14049,&quot;65508&quot;:14050,&quot;63512&quot;:14050,&quot;65287&quot;:14051,&quot;63513&quot;:14051,&quot;65282&quot;:14052,&quot;63514&quot;:14052,&quot;12849&quot;:14053,&quot;63515&quot;:14053,&quot;8470&quot;:14054,&quot;63516&quot;:14054,&quot;8481&quot;:14055,&quot;63517&quot;:14055,&quot;30849&quot;:14056,&quot;37561&quot;:14057,&quot;58501&quot;:14057,&quot;35023&quot;:14058,&quot;22715&quot;:14059,&quot;24658&quot;:14060,&quot;31911&quot;:14061,&quot;23290&quot;:14062,&quot;9556&quot;:14063,&quot;9574&quot;:14064,&quot;9559&quot;:14065,&quot;9568&quot;:14066,&quot;9580&quot;:14067,&quot;9571&quot;:14068,&quot;9562&quot;:14069,&quot;9577&quot;:14070,&quot;9565&quot;:14071,&quot;9554&quot;:14072,&quot;9572&quot;:14073,&quot;9557&quot;:14074,&quot;9560&quot;:14078,&quot;9575&quot;:14079,&quot;9563&quot;:14080,&quot;9555&quot;:14081,&quot;9573&quot;:14082,&quot;9558&quot;:14083,&quot;9567&quot;:14084,&quot;9579&quot;:14085,&quot;9570&quot;:14086,&quot;9561&quot;:14087,&quot;9576&quot;:14088,&quot;9564&quot;:14089,&quot;9553&quot;:14090,&quot;9619&quot;:14096,&quot;65517&quot;:14096,&quot;65040&quot;:14099,&quot;65041&quot;:14100,&quot;65042&quot;:14101,&quot;65044&quot;:14103,&quot;65043&quot;:14104,&quot;65046&quot;:14105,&quot;65045&quot;:14106,&quot;147159&quot;:14123,&quot;58129&quot;:14123,&quot;22462&quot;:14124,&quot;58130&quot;:14124,&quot;159443&quot;:14125,&quot;58131&quot;:14125,&quot;28990&quot;:14126,&quot;58132&quot;:14126,&quot;153568&quot;:14127,&quot;58133&quot;:14127,&quot;27042&quot;:14128,&quot;58135&quot;:14128,&quot;166889&quot;:14129,&quot;58136&quot;:14129,&quot;23412&quot;:14130,&quot;58137&quot;:14130,&quot;31305&quot;:14131,&quot;58138&quot;:14131,&quot;153825&quot;:14132,&quot;58139&quot;:14132,&quot;169177&quot;:14133,&quot;58140&quot;:14133,&quot;31333&quot;:14134,&quot;58141&quot;:14134,&quot;31357&quot;:14135,&quot;58142&quot;:14135,&quot;154028&quot;:14136,&quot;58143&quot;:14136,&quot;31419&quot;:14137,&quot;58144&quot;:14137,&quot;31408&quot;:14138,&quot;58145&quot;:14138,&quot;31426&quot;:14139,&quot;58146&quot;:14139,&quot;31427&quot;:14140,&quot;58147&quot;:14140,&quot;29137&quot;:14141,&quot;58148&quot;:14141,&quot;156813&quot;:14142,&quot;58149&quot;:14142,&quot;16842&quot;:14143,&quot;58150&quot;:14143,&quot;31450&quot;:14144,&quot;58151&quot;:14144,&quot;31453&quot;:14145,&quot;58152&quot;:14145,&quot;31466&quot;:14146,&quot;58153&quot;:14146,&quot;16879&quot;:14147,&quot;58154&quot;:14147,&quot;21682&quot;:14148,&quot;58155&quot;:14148,&quot;154625&quot;:14149,&quot;58156&quot;:14149,&quot;31499&quot;:14150,&quot;58157&quot;:14150,&quot;31573&quot;:14151,&quot;58158&quot;:14151,&quot;31529&quot;:14152,&quot;58159&quot;:14152,&quot;152334&quot;:14153,&quot;58160&quot;:14153,&quot;154878&quot;:14154,&quot;58161&quot;:14154,&quot;31650&quot;:14155,&quot;58162&quot;:14155,&quot;31599&quot;:14156,&quot;58163&quot;:14156,&quot;33692&quot;:14157,&quot;58164&quot;:14157,&quot;154548&quot;:14158,&quot;58165&quot;:14158,&quot;158847&quot;:14159,&quot;58166&quot;:14159,&quot;31696&quot;:14160,&quot;58167&quot;:14160,&quot;33825&quot;:14161,&quot;58168&quot;:14161,&quot;31634&quot;:14162,&quot;58169&quot;:14162,&quot;58171&quot;:14164,&quot;154912&quot;:14164,&quot;33938&quot;:14166,&quot;58174&quot;:14166,&quot;31738&quot;:14167,&quot;58175&quot;:14167,&quot;31797&quot;:14169,&quot;58177&quot;:14169,&quot;154817&quot;:14170,&quot;58178&quot;:14170,&quot;31812&quot;:14171,&quot;58179&quot;:14171,&quot;31875&quot;:14172,&quot;58180&quot;:14172,&quot;149634&quot;:14173,&quot;58181&quot;:14173,&quot;31910&quot;:14174,&quot;58182&quot;:14174,&quot;148856&quot;:14175,&quot;58184&quot;:14175,&quot;31945&quot;:14176,&quot;58185&quot;:14176,&quot;31943&quot;:14177,&quot;58186&quot;:14177,&quot;31974&quot;:14178,&quot;58187&quot;:14178,&quot;31987&quot;:14180,&quot;58189&quot;:14180,&quot;31989&quot;:14181,&quot;58190&quot;:14181,&quot;32359&quot;:14182,&quot;58192&quot;:14182,&quot;17693&quot;:14183,&quot;58193&quot;:14183,&quot;159300&quot;:14184,&quot;58194&quot;:14184,&quot;32093&quot;:14185,&quot;58195&quot;:14185,&quot;159446&quot;:14186,&quot;58196&quot;:14186,&quot;32137&quot;:14187,&quot;58198&quot;:14187,&quot;32171&quot;:14188,&quot;58199&quot;:14188,&quot;28981&quot;:14189,&quot;58200&quot;:14189,&quot;32179&quot;:14190,&quot;58201&quot;:14190,&quot;32214&quot;:14191,&quot;147543&quot;:14192,&quot;58203&quot;:14192,&quot;155689&quot;:14193,&quot;58204&quot;:14193,&quot;32228&quot;:14194,&quot;58205&quot;:14194,&quot;15635&quot;:14195,&quot;58206&quot;:14195,&quot;32245&quot;:14196,&quot;58207&quot;:14196,&quot;137209&quot;:14197,&quot;58208&quot;:14197,&quot;32229&quot;:14198,&quot;58209&quot;:14198,&quot;164717&quot;:14199,&quot;58210&quot;:14199,&quot;155937&quot;:14201,&quot;58212&quot;:14201,&quot;155994&quot;:14202,&quot;58213&quot;:14202,&quot;32366&quot;:14203,&quot;58214&quot;:14203,&quot;17195&quot;:14205,&quot;58216&quot;:14205,&quot;37996&quot;:14206,&quot;58217&quot;:14206,&quot;32295&quot;:14207,&quot;58218&quot;:14207,&quot;32576&quot;:14208,&quot;58219&quot;:14208,&quot;32577&quot;:14209,&quot;58220&quot;:14209,&quot;32583&quot;:14210,&quot;58221&quot;:14210,&quot;31030&quot;:14211,&quot;58222&quot;:14211,&quot;156368&quot;:14212,&quot;58223&quot;:14212,&quot;39393&quot;:14213,&quot;58224&quot;:14213,&quot;32663&quot;:14214,&quot;58225&quot;:14214,&quot;156497&quot;:14215,&quot;58226&quot;:14215,&quot;32675&quot;:14216,&quot;58227&quot;:14216,&quot;136801&quot;:14217,&quot;58228&quot;:14217,&quot;131176&quot;:14218,&quot;58229&quot;:14218,&quot;17756&quot;:14219,&quot;58230&quot;:14219,&quot;145254&quot;:14220,&quot;58231&quot;:14220,&quot;164666&quot;:14221,&quot;58233&quot;:14221,&quot;32762&quot;:14222,&quot;58234&quot;:14222,&quot;156809&quot;:14223,&quot;58235&quot;:14223,&quot;64091&quot;:14224,&quot;32776&quot;:14225,&quot;58237&quot;:14225,&quot;32797&quot;:14226,&quot;58238&quot;:14226,&quot;32815&quot;:14228,&quot;58240&quot;:14228,&quot;172167&quot;:14229,&quot;58241&quot;:14229,&quot;158915&quot;:14230,&quot;58242&quot;:14230,&quot;32827&quot;:14231,&quot;58243&quot;:14231,&quot;32828&quot;:14232,&quot;58244&quot;:14232,&quot;32865&quot;:14233,&quot;58245&quot;:14233,&quot;141076&quot;:14234,&quot;58246&quot;:14234,&quot;18825&quot;:14235,&quot;58247&quot;:14235,&quot;157222&quot;:14236,&quot;58248&quot;:14236,&quot;146915&quot;:14237,&quot;58249&quot;:14237,&quot;157416&quot;:14238,&quot;58250&quot;:14238,&quot;26405&quot;:14239,&quot;58251&quot;:14239,&quot;32935&quot;:14240,&quot;58252&quot;:14240,&quot;166472&quot;:14241,&quot;58253&quot;:14241,&quot;33031&quot;:14242,&quot;58254&quot;:14242,&quot;33050&quot;:14243,&quot;58255&quot;:14243,&quot;22704&quot;:14244,&quot;58256&quot;:14244,&quot;141046&quot;:14245,&quot;58257&quot;:14245,&quot;27775&quot;:14246,&quot;58258&quot;:14246,&quot;156824&quot;:14247,&quot;58259&quot;:14247,&quot;25831&quot;:14248,&quot;58261&quot;:14248,&quot;136330&quot;:14249,&quot;58262&quot;:14249,&quot;33304&quot;:14250,&quot;58263&quot;:14250,&quot;137310&quot;:14251,&quot;58264&quot;:14251,&quot;27219&quot;:14252,&quot;58265&quot;:14252,&quot;150117&quot;:14253,&quot;58266&quot;:14253,&quot;150165&quot;:14254,&quot;58267&quot;:14254,&quot;17530&quot;:14255,&quot;58268&quot;:14255,&quot;33321&quot;:14256,&quot;58269&quot;:14256,&quot;158290&quot;:14257,&quot;58271&quot;:14257,&quot;146814&quot;:14258,&quot;58272&quot;:14258,&quot;20473&quot;:14259,&quot;58273&quot;:14259,&quot;136445&quot;:14260,&quot;58274&quot;:14260,&quot;34018&quot;:14261,&quot;58275&quot;:14261,&quot;33634&quot;:14262,&quot;58276&quot;:14262,&quot;194959&quot;:14263,&quot;149927&quot;:14264,&quot;58278&quot;:14264,&quot;144688&quot;:14265,&quot;58279&quot;:14265,&quot;137075&quot;:14266,&quot;58280&quot;:14266,&quot;146936&quot;:14267,&quot;58281&quot;:14267,&quot;33450&quot;:14268,&quot;58282&quot;:14268,&quot;26907&quot;:14269,&quot;58283&quot;:14269,&quot;194964&quot;:14270,&quot;58284&quot;:14270,&quot;16859&quot;:14271,&quot;58285&quot;:14271,&quot;34123&quot;:14272,&quot;58286&quot;:14272,&quot;33488&quot;:14273,&quot;58287&quot;:14273,&quot;33562&quot;:14274,&quot;58288&quot;:14274,&quot;134678&quot;:14275,&quot;58289&quot;:14275,&quot;137140&quot;:14276,&quot;58290&quot;:14276,&quot;14017&quot;:14277,&quot;58291&quot;:14277,&quot;143741&quot;:14278,&quot;58292&quot;:14278,&quot;144730&quot;:14279,&quot;58293&quot;:14279,&quot;33403&quot;:14280,&quot;58294&quot;:14280,&quot;33506&quot;:14281,&quot;58295&quot;:14281,&quot;33560&quot;:14282,&quot;58296&quot;:14282,&quot;147083&quot;:14283,&quot;58297&quot;:14283,&quot;159139&quot;:14284,&quot;58298&quot;:14284,&quot;158469&quot;:14285,&quot;58299&quot;:14285,&quot;158615&quot;:14286,&quot;58300&quot;:14286,&quot;144846&quot;:14287,&quot;58301&quot;:14287,&quot;15807&quot;:14288,&quot;58302&quot;:14288,&quot;33565&quot;:14289,&quot;58303&quot;:14289,&quot;21996&quot;:14290,&quot;58304&quot;:14290,&quot;33669&quot;:14291,&quot;58305&quot;:14291,&quot;17675&quot;:14292,&quot;58306&quot;:14292,&quot;159141&quot;:14293,&quot;58307&quot;:14293,&quot;33708&quot;:14294,&quot;58308&quot;:14294,&quot;33747&quot;:14296,&quot;58310&quot;:14296,&quot;159444&quot;:14297,&quot;58312&quot;:14297,&quot;27223&quot;:14298,&quot;58313&quot;:14298,&quot;34138&quot;:14299,&quot;58314&quot;:14299,&quot;13462&quot;:14300,&quot;58315&quot;:14300,&quot;159298&quot;:14301,&quot;58316&quot;:14301,&quot;33880&quot;:14302,&quot;58318&quot;:14302,&quot;154596&quot;:14303,&quot;58319&quot;:14303,&quot;33905&quot;:14304,&quot;58320&quot;:14304,&quot;15827&quot;:14305,&quot;58321&quot;:14305,&quot;17636&quot;:14306,&quot;58322&quot;:14306,&quot;27303&quot;:14307,&quot;58323&quot;:14307,&quot;33866&quot;:14308,&quot;58324&quot;:14308,&quot;31064&quot;:14309,&quot;58326&quot;:14309,&quot;158614&quot;:14311,&quot;58328&quot;:14311,&quot;159351&quot;:14312,&quot;58329&quot;:14312,&quot;159299&quot;:14313,&quot;58330&quot;:14313,&quot;34014&quot;:14314,&quot;58331&quot;:14314,&quot;33681&quot;:14316,&quot;58333&quot;:14316,&quot;17568&quot;:14317,&quot;58334&quot;:14317,&quot;33939&quot;:14318,&quot;58335&quot;:14318,&quot;34020&quot;:14319,&quot;58336&quot;:14319,&quot;154769&quot;:14320,&quot;58337&quot;:14320,&quot;16960&quot;:14321,&quot;58338&quot;:14321,&quot;154816&quot;:14322,&quot;58339&quot;:14322,&quot;17731&quot;:14323,&quot;58340&quot;:14323,&quot;34100&quot;:14324,&quot;58341&quot;:14324,&quot;23282&quot;:14325,&quot;58342&quot;:14325,&quot;17699&quot;:14326,&quot;17703&quot;:14327,&quot;58344&quot;:14327,&quot;34163&quot;:14328,&quot;58345&quot;:14328,&quot;17686&quot;:14329,&quot;58346&quot;:14329,&quot;26559&quot;:14330,&quot;58347&quot;:14330,&quot;34326&quot;:14331,&quot;58348&quot;:14331,&quot;165413&quot;:14332,&quot;58349&quot;:14332,&quot;165435&quot;:14333,&quot;58350&quot;:14333,&quot;34241&quot;:14334,&quot;58351&quot;:14334,&quot;159880&quot;:14335,&quot;58352&quot;:14335,&quot;34306&quot;:14336,&quot;58353&quot;:14336,&quot;136578&quot;:14337,&quot;58354&quot;:14337,&quot;159949&quot;:14338,&quot;58355&quot;:14338,&quot;194994&quot;:14339,&quot;58356&quot;:14339,&quot;17770&quot;:14340,&quot;58357&quot;:14340,&quot;34344&quot;:14341,&quot;58358&quot;:14341,&quot;13896&quot;:14342,&quot;58359&quot;:14342,&quot;137378&quot;:14343,&quot;58360&quot;:14343,&quot;21495&quot;:14344,&quot;58361&quot;:14344,&quot;160666&quot;:14345,&quot;58362&quot;:14345,&quot;34430&quot;:14346,&quot;58363&quot;:14346,&quot;172280&quot;:14348,&quot;58365&quot;:14348,&quot;34798&quot;:14349,&quot;58366&quot;:14349,&quot;142375&quot;:14350,&quot;58367&quot;:14350,&quot;34737&quot;:14351,&quot;58368&quot;:14351,&quot;34778&quot;:14352,&quot;58369&quot;:14352,&quot;34831&quot;:14353,&quot;60990&quot;:14353,&quot;58370&quot;:14353,&quot;22113&quot;:14354,&quot;58371&quot;:14354,&quot;34412&quot;:14355,&quot;58372&quot;:14355,&quot;26710&quot;:14356,&quot;58373&quot;:14356,&quot;17935&quot;:14357,&quot;58374&quot;:14357,&quot;34885&quot;:14358,&quot;58375&quot;:14358,&quot;34886&quot;:14359,&quot;58376&quot;:14359,&quot;161248&quot;:14360,&quot;58377&quot;:14360,&quot;146873&quot;:14361,&quot;58378&quot;:14361,&quot;161252&quot;:14362,&quot;58379&quot;:14362,&quot;34910&quot;:14363,&quot;58380&quot;:14363,&quot;34972&quot;:14364,&quot;58381&quot;:14364,&quot;18011&quot;:14365,&quot;58382&quot;:14365,&quot;34996&quot;:14366,&quot;58383&quot;:14366,&quot;34997&quot;:14367,&quot;58384&quot;:14367,&quot;35013&quot;:14368,&quot;58386&quot;:14368,&quot;161551&quot;:14369,&quot;58388&quot;:14369,&quot;35207&quot;:14370,&quot;58389&quot;:14370,&quot;35239&quot;:14374,&quot;58393&quot;:14374,&quot;35260&quot;:14375,&quot;58394&quot;:14375,&quot;166437&quot;:14376,&quot;58395&quot;:14376,&quot;35303&quot;:14377,&quot;58396&quot;:14377,&quot;162084&quot;:14378,&quot;58397&quot;:14378,&quot;162493&quot;:14379,&quot;58398&quot;:14379,&quot;35484&quot;:14380,&quot;58399&quot;:14380,&quot;30611&quot;:14381,&quot;58400&quot;:14381,&quot;37374&quot;:14382,&quot;58401&quot;:14382,&quot;35472&quot;:14383,&quot;58402&quot;:14383,&quot;162393&quot;:14384,&quot;58403&quot;:14384,&quot;31465&quot;:14385,&quot;58404&quot;:14385,&quot;162618&quot;:14386,&quot;58405&quot;:14386,&quot;18195&quot;:14387,&quot;58407&quot;:14387,&quot;162616&quot;:14388,&quot;58408&quot;:14388,&quot;29052&quot;:14389,&quot;58409&quot;:14389,&quot;35596&quot;:14390,&quot;58410&quot;:14390,&quot;35615&quot;:14391,&quot;58411&quot;:14391,&quot;152624&quot;:14392,&quot;58412&quot;:14392,&quot;152933&quot;:14393,&quot;58413&quot;:14393,&quot;35647&quot;:14394,&quot;58414&quot;:14394,&quot;35661&quot;:14396,&quot;58416&quot;:14396,&quot;35497&quot;:14397,&quot;58417&quot;:14397,&quot;150138&quot;:14398,&quot;58418&quot;:14398,&quot;35728&quot;:14399,&quot;58419&quot;:14399,&quot;35739&quot;:14400,&quot;58420&quot;:14400,&quot;35503&quot;:14401,&quot;58421&quot;:14401,&quot;136927&quot;:14402,&quot;58422&quot;:14402,&quot;17941&quot;:14403,&quot;58423&quot;:14403,&quot;34895&quot;:14404,&quot;58424&quot;:14404,&quot;35995&quot;:14405,&quot;58425&quot;:14405,&quot;163156&quot;:14406,&quot;58426&quot;:14406,&quot;163215&quot;:14407,&quot;58427&quot;:14407,&quot;195028&quot;:14408,&quot;58428&quot;:14408,&quot;14117&quot;:14409,&quot;58429&quot;:14409,&quot;163155&quot;:14410,&quot;58430&quot;:14410,&quot;36054&quot;:14411,&quot;58431&quot;:14411,&quot;163224&quot;:14412,&quot;58432&quot;:14412,&quot;163261&quot;:14413,&quot;58433&quot;:14413,&quot;36114&quot;:14414,&quot;58434&quot;:14414,&quot;36099&quot;:14415,&quot;58435&quot;:14415,&quot;137488&quot;:14416,&quot;58436&quot;:14416,&quot;36059&quot;:14417,&quot;58437&quot;:14417,&quot;28764&quot;:14418,&quot;58438&quot;:14418,&quot;36113&quot;:14419,&quot;58439&quot;:14419,&quot;16080&quot;:14420,&quot;58441&quot;:14420,&quot;195031&quot;:14421,&quot;36265&quot;:14422,&quot;58443&quot;:14422,&quot;163842&quot;:14423,&quot;58444&quot;:14423,&quot;135188&quot;:14424,&quot;58445&quot;:14424,&quot;149898&quot;:14425,&quot;58446&quot;:14425,&quot;15228&quot;:14426,&quot;58447&quot;:14426,&quot;164284&quot;:14427,&quot;58448&quot;:14427,&quot;160012&quot;:14428,&quot;58449&quot;:14428,&quot;31463&quot;:14429,&quot;58450&quot;:14429,&quot;36525&quot;:14430,&quot;58451&quot;:14430,&quot;36534&quot;:14431,&quot;58452&quot;:14431,&quot;36547&quot;:14432,&quot;58453&quot;:14432,&quot;37588&quot;:14433,&quot;58454&quot;:14433,&quot;36633&quot;:14434,&quot;58455&quot;:14434,&quot;36653&quot;:14435,&quot;58456&quot;:14435,&quot;164709&quot;:14436,&quot;58457&quot;:14436,&quot;164882&quot;:14437,&quot;58458&quot;:14437,&quot;36773&quot;:14438,&quot;58459&quot;:14438,&quot;37635&quot;:14439,&quot;58460&quot;:14439,&quot;172703&quot;:14440,&quot;58461&quot;:14440,&quot;133712&quot;:14441,&quot;58462&quot;:14441,&quot;36787&quot;:14442,&quot;58463&quot;:14442,&quot;166366&quot;:14444,&quot;58465&quot;:14444,&quot;165181&quot;:14445,&quot;58466&quot;:14445,&quot;146875&quot;:14446,&quot;58467&quot;:14446,&quot;24312&quot;:14447,&quot;58468&quot;:14447,&quot;143970&quot;:14448,&quot;58469&quot;:14448,&quot;36857&quot;:14449,&quot;58470&quot;:14449,&quot;140069&quot;:14451,&quot;58474&quot;:14451,&quot;14720&quot;:14452,&quot;58475&quot;:14452,&quot;159447&quot;:14453,&quot;58476&quot;:14453,&quot;36919&quot;:14454,&quot;58477&quot;:14454,&quot;165180&quot;:14455,&quot;58478&quot;:14455,&quot;162494&quot;:14456,&quot;58479&quot;:14456,&quot;36961&quot;:14457,&quot;58480&quot;:14457,&quot;165228&quot;:14458,&quot;58481&quot;:14458,&quot;165387&quot;:14459,&quot;58482&quot;:14459,&quot;37032&quot;:14460,&quot;58483&quot;:14460,&quot;165651&quot;:14461,&quot;58484&quot;:14461,&quot;37060&quot;:14462,&quot;58485&quot;:14462,&quot;165606&quot;:14463,&quot;58486&quot;:14463,&quot;37038&quot;:14464,&quot;58487&quot;:14464,&quot;64038&quot;:14465,&quot;37223&quot;:14466,&quot;58489&quot;:14466,&quot;37289&quot;:14467,&quot;58491&quot;:14467,&quot;37316&quot;:14468,&quot;58492&quot;:14468,&quot;31916&quot;:14469,&quot;58493&quot;:14469,&quot;166195&quot;:14470,&quot;58494&quot;:14470,&quot;138889&quot;:14471,&quot;58495&quot;:14471,&quot;37390&quot;:14472,&quot;58496&quot;:14472,&quot;27807&quot;:14473,&quot;58497&quot;:14473,&quot;37441&quot;:14474,&quot;58498&quot;:14474,&quot;37474&quot;:14475,&quot;58499&quot;:14475,&quot;153017&quot;:14476,&quot;58500&quot;:14476,&quot;166598&quot;:14477,&quot;58502&quot;:14477,&quot;146587&quot;:14478,&quot;58503&quot;:14478,&quot;166668&quot;:14479,&quot;58504&quot;:14479,&quot;153051&quot;:14480,&quot;58505&quot;:14480,&quot;134449&quot;:14481,&quot;58506&quot;:14481,&quot;37676&quot;:14482,&quot;58507&quot;:14482,&quot;37739&quot;:14483,&quot;58508&quot;:14483,&quot;166625&quot;:14484,&quot;58509&quot;:14484,&quot;166891&quot;:14485,&quot;58510&quot;:14485,&quot;23235&quot;:14486,&quot;58512&quot;:14486,&quot;166626&quot;:14487,&quot;58513&quot;:14487,&quot;166629&quot;:14488,&quot;58514&quot;:14488,&quot;18789&quot;:14489,&quot;58515&quot;:14489,&quot;37444&quot;:14490,&quot;58516&quot;:14490,&quot;166892&quot;:14491,&quot;58517&quot;:14491,&quot;166969&quot;:14492,&quot;58518&quot;:14492,&quot;166911&quot;:14493,&quot;58519&quot;:14493,&quot;37747&quot;:14494,&quot;58520&quot;:14494,&quot;37979&quot;:14495,&quot;58521&quot;:14495,&quot;36540&quot;:14496,&quot;58522&quot;:14496,&quot;38277&quot;:14497,&quot;58523&quot;:14497,&quot;38310&quot;:14498,&quot;58524&quot;:14498,&quot;37926&quot;:14499,&quot;58525&quot;:14499,&quot;38304&quot;:14500,&quot;58526&quot;:14500,&quot;28662&quot;:14501,&quot;58527&quot;:14501,&quot;17081&quot;:14502,&quot;58528&quot;:14502,&quot;165592&quot;:14503,&quot;58530&quot;:14503,&quot;135804&quot;:14504,&quot;58531&quot;:14504,&quot;146990&quot;:14505,&quot;58532&quot;:14505,&quot;18911&quot;:14506,&quot;58533&quot;:14506,&quot;27676&quot;:14507,&quot;58534&quot;:14507,&quot;38523&quot;:14508,&quot;58535&quot;:14508,&quot;38550&quot;:14509,&quot;58536&quot;:14509,&quot;16748&quot;:14510,&quot;58537&quot;:14510,&quot;38563&quot;:14511,&quot;58538&quot;:14511,&quot;159445&quot;:14512,&quot;58539&quot;:14512,&quot;25050&quot;:14513,&quot;58540&quot;:14513,&quot;58541&quot;:14514,&quot;30965&quot;:14515,&quot;58542&quot;:14515,&quot;166624&quot;:14516,&quot;58543&quot;:14516,&quot;38589&quot;:14517,&quot;58544&quot;:14517,&quot;21452&quot;:14518,&quot;58545&quot;:14518,&quot;18849&quot;:14519,&quot;58546&quot;:14519,&quot;158904&quot;:14520,&quot;58547&quot;:14520,&quot;131700&quot;:14521,&quot;58548&quot;:14521,&quot;156688&quot;:14522,&quot;58549&quot;:14522,&quot;168111&quot;:14523,&quot;58550&quot;:14523,&quot;168165&quot;:14524,&quot;58551&quot;:14524,&quot;150225&quot;:14525,&quot;58552&quot;:14525,&quot;137493&quot;:14526,&quot;58553&quot;:14526,&quot;144138&quot;:14527,&quot;58554&quot;:14527,&quot;38705&quot;:14528,&quot;58555&quot;:14528,&quot;34370&quot;:14529,&quot;58556&quot;:14529,&quot;38710&quot;:14530,&quot;58557&quot;:14530,&quot;18959&quot;:14531,&quot;58558&quot;:14531,&quot;17725&quot;:14532,&quot;58559&quot;:14532,&quot;17797&quot;:14533,&quot;58560&quot;:14533,&quot;150249&quot;:14534,&quot;58561&quot;:14534,&quot;28789&quot;:14535,&quot;58562&quot;:14535,&quot;23361&quot;:14536,&quot;58563&quot;:14536,&quot;38683&quot;:14537,&quot;58564&quot;:14537,&quot;168405&quot;:14539,&quot;58566&quot;:14539,&quot;38743&quot;:14540,&quot;58567&quot;:14540,&quot;23370&quot;:14541,&quot;58568&quot;:14541,&quot;168427&quot;:14542,&quot;58569&quot;:14542,&quot;38751&quot;:14543,&quot;58570&quot;:14543,&quot;37925&quot;:14544,&quot;58571&quot;:14544,&quot;20688&quot;:14545,&quot;58572&quot;:14545,&quot;143543&quot;:14546,&quot;58573&quot;:14546,&quot;143548&quot;:14547,&quot;58574&quot;:14547,&quot;38793&quot;:14548,&quot;58575&quot;:14548,&quot;38815&quot;:14549,&quot;58576&quot;:14549,&quot;38833&quot;:14550,&quot;58577&quot;:14550,&quot;38846&quot;:14551,&quot;58578&quot;:14551,&quot;38848&quot;:14552,&quot;58579&quot;:14552,&quot;38866&quot;:14553,&quot;58580&quot;:14553,&quot;38880&quot;:14554,&quot;58581&quot;:14554,&quot;152684&quot;:14555,&quot;58582&quot;:14555,&quot;38894&quot;:14556,&quot;58583&quot;:14556,&quot;29724&quot;:14557,&quot;58584&quot;:14557,&quot;169011&quot;:14558,&quot;58585&quot;:14558,&quot;38901&quot;:14560,&quot;58587&quot;:14560,&quot;168989&quot;:14561,&quot;58588&quot;:14561,&quot;162170&quot;:14562,&quot;58589&quot;:14562,&quot;19153&quot;:14563,&quot;58590&quot;:14563,&quot;38964&quot;:14564,&quot;58591&quot;:14564,&quot;38963&quot;:14565,&quot;58592&quot;:14565,&quot;38987&quot;:14566,&quot;58593&quot;:14566,&quot;39014&quot;:14567,&quot;58594&quot;:14567,&quot;15118&quot;:14568,&quot;58595&quot;:14568,&quot;160117&quot;:14569,&quot;58596&quot;:14569,&quot;15697&quot;:14570,&quot;58597&quot;:14570,&quot;132656&quot;:14571,&quot;58598&quot;:14571,&quot;147804&quot;:14572,&quot;58599&quot;:14572,&quot;153350&quot;:14573,&quot;58600&quot;:14573,&quot;39114&quot;:14574,&quot;58601&quot;:14574,&quot;39095&quot;:14575,&quot;58602&quot;:14575,&quot;39112&quot;:14576,&quot;58603&quot;:14576,&quot;39111&quot;:14577,&quot;58604&quot;:14577,&quot;19199&quot;:14578,&quot;58605&quot;:14578,&quot;159015&quot;:14579,&quot;58606&quot;:14579,&quot;136915&quot;:14580,&quot;58607&quot;:14580,&quot;21936&quot;:14581,&quot;58608&quot;:14581,&quot;39137&quot;:14582,&quot;58609&quot;:14582,&quot;39142&quot;:14583,&quot;58610&quot;:14583,&quot;39148&quot;:14584,&quot;58611&quot;:14584,&quot;37752&quot;:14585,&quot;58612&quot;:14585,&quot;39225&quot;:14586,&quot;58613&quot;:14586,&quot;150057&quot;:14587,&quot;58614&quot;:14587,&quot;19314&quot;:14588,&quot;58615&quot;:14588,&quot;170071&quot;:14589,&quot;58616&quot;:14589,&quot;170245&quot;:14590,&quot;58617&quot;:14590,&quot;39413&quot;:14591,&quot;58618&quot;:14591,&quot;39436&quot;:14592,&quot;58619&quot;:14592,&quot;39483&quot;:14593,&quot;58620&quot;:14593,&quot;39440&quot;:14594,&quot;58621&quot;:14594,&quot;39512&quot;:14595,&quot;58622&quot;:14595,&quot;153381&quot;:14596,&quot;58623&quot;:14596,&quot;14020&quot;:14597,&quot;58624&quot;:14597,&quot;168113&quot;:14598,&quot;58625&quot;:14598,&quot;170965&quot;:14599,&quot;58626&quot;:14599,&quot;39648&quot;:14600,&quot;58627&quot;:14600,&quot;39650&quot;:14601,&quot;58628&quot;:14601,&quot;170757&quot;:14602,&quot;58629&quot;:14602,&quot;39668&quot;:14603,&quot;58630&quot;:14603,&quot;19470&quot;:14604,&quot;58631&quot;:14604,&quot;39700&quot;:14605,&quot;58632&quot;:14605,&quot;39725&quot;:14606,&quot;58633&quot;:14606,&quot;165376&quot;:14607,&quot;58634&quot;:14607,&quot;20532&quot;:14608,&quot;58635&quot;:14608,&quot;39732&quot;:14609,&quot;58636&quot;:14609,&quot;14531&quot;:14610,&quot;58638&quot;:14610,&quot;143485&quot;:14611,&quot;58639&quot;:14611,&quot;39760&quot;:14612,&quot;58640&quot;:14612,&quot;39744&quot;:14613,&quot;58641&quot;:14613,&quot;171326&quot;:14614,&quot;58642&quot;:14614,&quot;23109&quot;:14615,&quot;58643&quot;:14615,&quot;137315&quot;:14616,&quot;58644&quot;:14616,&quot;39822&quot;:14617,&quot;58645&quot;:14617,&quot;39938&quot;:14618,&quot;58647&quot;:14618,&quot;39935&quot;:14619,&quot;58648&quot;:14619,&quot;39948&quot;:14620,&quot;58649&quot;:14620,&quot;171624&quot;:14621,&quot;58650&quot;:14621,&quot;40404&quot;:14622,&quot;58651&quot;:14622,&quot;171959&quot;:14623,&quot;58652&quot;:14623,&quot;172434&quot;:14624,&quot;58653&quot;:14624,&quot;172459&quot;:14625,&quot;58654&quot;:14625,&quot;172257&quot;:14626,&quot;58655&quot;:14626,&quot;172323&quot;:14627,&quot;58656&quot;:14627,&quot;172511&quot;:14628,&quot;58657&quot;:14628,&quot;40318&quot;:14629,&quot;58658&quot;:14629,&quot;40323&quot;:14630,&quot;58659&quot;:14630,&quot;172340&quot;:14631,&quot;58660&quot;:14631,&quot;40462&quot;:14632,&quot;58661&quot;:14632,&quot;40388&quot;:14633,&quot;58663&quot;:14633,&quot;172435&quot;:14634,&quot;58665&quot;:14634,&quot;172576&quot;:14635,&quot;58666&quot;:14635,&quot;137531&quot;:14636,&quot;58667&quot;:14636,&quot;172595&quot;:14637,&quot;58668&quot;:14637,&quot;40249&quot;:14638,&quot;58669&quot;:14638,&quot;172217&quot;:14639,&quot;58670&quot;:14639,&quot;172724&quot;:14640,&quot;58671&quot;:14640,&quot;40592&quot;:14641,&quot;58672&quot;:14641,&quot;40597&quot;:14642,&quot;58673&quot;:14642,&quot;40606&quot;:14643,&quot;58674&quot;:14643,&quot;40610&quot;:14644,&quot;58675&quot;:14644,&quot;19764&quot;:14645,&quot;58676&quot;:14645,&quot;40618&quot;:14646,&quot;58677&quot;:14646,&quot;40623&quot;:14647,&quot;58678&quot;:14647,&quot;148324&quot;:14648,&quot;58679&quot;:14648,&quot;40641&quot;:14649,&quot;58680&quot;:14649,&quot;15200&quot;:14650,&quot;58681&quot;:14650,&quot;14821&quot;:14651,&quot;58682&quot;:14651,&quot;15645&quot;:14652,&quot;58683&quot;:14652,&quot;20274&quot;:14653,&quot;58684&quot;:14653,&quot;14270&quot;:14654,&quot;58685&quot;:14654,&quot;166955&quot;:14655,&quot;58686&quot;:14655,&quot;40706&quot;:14656,&quot;58687&quot;:14656,&quot;40712&quot;:14657,&quot;58688&quot;:14657,&quot;19350&quot;:14658,&quot;58689&quot;:14658,&quot;37924&quot;:14659,&quot;58690&quot;:14659,&quot;159138&quot;:14660,&quot;58691&quot;:14660,&quot;40727&quot;:14661,&quot;60836&quot;:14661,&quot;58692&quot;:14661,&quot;195099&quot;:14662,&quot;40761&quot;:14663,&quot;58694&quot;:14663,&quot;22175&quot;:14664,&quot;58695&quot;:14664,&quot;22154&quot;:14665,&quot;58696&quot;:14665,&quot;40773&quot;:14666,&quot;58697&quot;:14666,&quot;39352&quot;:14667,&quot;58698&quot;:14667,&quot;168075&quot;:14668,&quot;58699&quot;:14668,&quot;38898&quot;:14669,&quot;58700&quot;:14669,&quot;33919&quot;:14670,&quot;58701&quot;:14670,&quot;40809&quot;:14672,&quot;58703&quot;:14672,&quot;31452&quot;:14673,&quot;58704&quot;:14673,&quot;40846&quot;:14674,&quot;58705&quot;:14674,&quot;29206&quot;:14675,&quot;58706&quot;:14675,&quot;19390&quot;:14676,&quot;58707&quot;:14676,&quot;149877&quot;:14677,&quot;58708&quot;:14677,&quot;149947&quot;:14678,&quot;58709&quot;:14678,&quot;29047&quot;:14679,&quot;58710&quot;:14679,&quot;150008&quot;:14680,&quot;58711&quot;:14680,&quot;148296&quot;:14681,&quot;58712&quot;:14681,&quot;150097&quot;:14682,&quot;58713&quot;:14682,&quot;29598&quot;:14683,&quot;58714&quot;:14683,&quot;166874&quot;:14684,&quot;58715&quot;:14684,&quot;137466&quot;:14685,&quot;58716&quot;:14685,&quot;31135&quot;:14686,&quot;58717&quot;:14686,&quot;166270&quot;:14687,&quot;58718&quot;:14687,&quot;167478&quot;:14688,&quot;58719&quot;:14688,&quot;37737&quot;:14689,&quot;58720&quot;:14689,&quot;37875&quot;:14690,&quot;58721&quot;:14690,&quot;166468&quot;:14691,&quot;58722&quot;:14691,&quot;37612&quot;:14692,&quot;58723&quot;:14692,&quot;37761&quot;:14693,&quot;58724&quot;:14693,&quot;37835&quot;:14694,&quot;58725&quot;:14694,&quot;166252&quot;:14695,&quot;58726&quot;:14695,&quot;148665&quot;:14696,&quot;58727&quot;:14696,&quot;29207&quot;:14697,&quot;58728&quot;:14697,&quot;16107&quot;:14698,&quot;58729&quot;:14698,&quot;30578&quot;:14699,&quot;58730&quot;:14699,&quot;31299&quot;:14700,&quot;58731&quot;:14700,&quot;28880&quot;:14701,&quot;58732&quot;:14701,&quot;148595&quot;:14702,&quot;58733&quot;:14702,&quot;148472&quot;:14703,&quot;58734&quot;:14703,&quot;29054&quot;:14704,&quot;58735&quot;:14704,&quot;137199&quot;:14705,&quot;58736&quot;:14705,&quot;28835&quot;:14706,&quot;58737&quot;:14706,&quot;137406&quot;:14707,&quot;58738&quot;:14707,&quot;144793&quot;:14708,&quot;58739&quot;:14708,&quot;16071&quot;:14709,&quot;58740&quot;:14709,&quot;137349&quot;:14710,&quot;58741&quot;:14710,&quot;152623&quot;:14711,&quot;58742&quot;:14711,&quot;137208&quot;:14712,&quot;58743&quot;:14712,&quot;14114&quot;:14713,&quot;58744&quot;:14713,&quot;136955&quot;:14714,&quot;58745&quot;:14714,&quot;137273&quot;:14715,&quot;58746&quot;:14715,&quot;14049&quot;:14716,&quot;58747&quot;:14716,&quot;137076&quot;:14717,&quot;58748&quot;:14717,&quot;137425&quot;:14718,&quot;58749&quot;:14718,&quot;155467&quot;:14719,&quot;58750&quot;:14719,&quot;14115&quot;:14720,&quot;58751&quot;:14720,&quot;136896&quot;:14721,&quot;58752&quot;:14721,&quot;22363&quot;:14722,&quot;58753&quot;:14722,&quot;150053&quot;:14723,&quot;58754&quot;:14723,&quot;136190&quot;:14724,&quot;58755&quot;:14724,&quot;135848&quot;:14725,&quot;58756&quot;:14725,&quot;136134&quot;:14726,&quot;58757&quot;:14726,&quot;136374&quot;:14727,&quot;58758&quot;:14727,&quot;34051&quot;:14728,&quot;58761&quot;:14728,&quot;58759&quot;:14728,&quot;145062&quot;:14729,&quot;58760&quot;:14729,&quot;33877&quot;:14731,&quot;58762&quot;:14731,&quot;149908&quot;:14732,&quot;58763&quot;:14732,&quot;160101&quot;:14733,&quot;58764&quot;:14733,&quot;146993&quot;:14734,&quot;58765&quot;:14734,&quot;152924&quot;:14735,&quot;58766&quot;:14735,&quot;147195&quot;:14736,&quot;58767&quot;:14736,&quot;159826&quot;:14737,&quot;58768&quot;:14737,&quot;17652&quot;:14738,&quot;58769&quot;:14738,&quot;145134&quot;:14739,&quot;58770&quot;:14739,&quot;170397&quot;:14740,&quot;58771&quot;:14740,&quot;159526&quot;:14741,&quot;58772&quot;:14741,&quot;26617&quot;:14742,&quot;58773&quot;:14742,&quot;14131&quot;:14743,&quot;58774&quot;:14743,&quot;15381&quot;:14744,&quot;58775&quot;:14744,&quot;15847&quot;:14745,&quot;58776&quot;:14745,&quot;22636&quot;:14746,&quot;58777&quot;:14746,&quot;137506&quot;:14747,&quot;58778&quot;:14747,&quot;26640&quot;:14748,&quot;58779&quot;:14748,&quot;16471&quot;:14749,&quot;58780&quot;:14749,&quot;145215&quot;:14750,&quot;58781&quot;:14750,&quot;147681&quot;:14751,&quot;58782&quot;:14751,&quot;147595&quot;:14752,&quot;58783&quot;:14752,&quot;147727&quot;:14753,&quot;58784&quot;:14753,&quot;158753&quot;:14754,&quot;58785&quot;:14754,&quot;21707&quot;:14755,&quot;58786&quot;:14755,&quot;22174&quot;:14756,&quot;58787&quot;:14756,&quot;157361&quot;:14757,&quot;58788&quot;:14757,&quot;22162&quot;:14758,&quot;58789&quot;:14758,&quot;135135&quot;:14759,&quot;58790&quot;:14759,&quot;134056&quot;:14760,&quot;58791&quot;:14760,&quot;134669&quot;:14761,&quot;58792&quot;:14761,&quot;166675&quot;:14763,&quot;58794&quot;:14763,&quot;37788&quot;:14764,&quot;58795&quot;:14764,&quot;20216&quot;:14765,&quot;58796&quot;:14765,&quot;20779&quot;:14766,&quot;58797&quot;:14766,&quot;14361&quot;:14767,&quot;58798&quot;:14767,&quot;148534&quot;:14768,&quot;58799&quot;:14768,&quot;20156&quot;:14769,&quot;58800&quot;:14769,&quot;132197&quot;:14770,&quot;58801&quot;:14770,&quot;20299&quot;:14772,&quot;58803&quot;:14772,&quot;20362&quot;:14773,&quot;58804&quot;:14773,&quot;153169&quot;:14774,&quot;58805&quot;:14774,&quot;23144&quot;:14775,&quot;58806&quot;:14775,&quot;131499&quot;:14776,&quot;58807&quot;:14776,&quot;132043&quot;:14777,&quot;58808&quot;:14777,&quot;14745&quot;:14778,&quot;58809&quot;:14778,&quot;131850&quot;:14779,&quot;58810&quot;:14779,&quot;132116&quot;:14780,&quot;58811&quot;:14780,&quot;13365&quot;:14781,&quot;58812&quot;:14781,&quot;20265&quot;:14782,&quot;58813&quot;:14782,&quot;131776&quot;:14783,&quot;58814&quot;:14783,&quot;167603&quot;:14784,&quot;58815&quot;:14784,&quot;131701&quot;:14785,&quot;58816&quot;:14785,&quot;35546&quot;:14786,&quot;58817&quot;:14786,&quot;131596&quot;:14787,&quot;58818&quot;:14787,&quot;20120&quot;:14788,&quot;58819&quot;:14788,&quot;20685&quot;:14789,&quot;58820&quot;:14789,&quot;20749&quot;:14790,&quot;58821&quot;:14790,&quot;20386&quot;:14791,&quot;58822&quot;:14791,&quot;20227&quot;:14792,&quot;58823&quot;:14792,&quot;150030&quot;:14793,&quot;58824&quot;:14793,&quot;147082&quot;:14794,&quot;58825&quot;:14794,&quot;20290&quot;:14795,&quot;58826&quot;:14795,&quot;20526&quot;:14796,&quot;58827&quot;:14796,&quot;20588&quot;:14797,&quot;58828&quot;:14797,&quot;20609&quot;:14798,&quot;58829&quot;:14798,&quot;20428&quot;:14799,&quot;58830&quot;:14799,&quot;20453&quot;:14800,&quot;58831&quot;:14800,&quot;20568&quot;:14801,&quot;58832&quot;:14801,&quot;20732&quot;:14802,&quot;58833&quot;:14802,&quot;28278&quot;:14803,&quot;58838&quot;:14803,&quot;144789&quot;:14804,&quot;58839&quot;:14804,&quot;147001&quot;:14805,&quot;58840&quot;:14805,&quot;147135&quot;:14806,&quot;58841&quot;:14806,&quot;28018&quot;:14807,&quot;58842&quot;:14807,&quot;137348&quot;:14808,&quot;58843&quot;:14808,&quot;147081&quot;:14809,&quot;58844&quot;:14809,&quot;20904&quot;:14810,&quot;58845&quot;:14810,&quot;20931&quot;:14811,&quot;58846&quot;:14811,&quot;132576&quot;:14812,&quot;58847&quot;:14812,&quot;17629&quot;:14813,&quot;58848&quot;:14813,&quot;132259&quot;:14814,&quot;58849&quot;:14814,&quot;132242&quot;:14815,&quot;58850&quot;:14815,&quot;132241&quot;:14816,&quot;58851&quot;:14816,&quot;36218&quot;:14817,&quot;58852&quot;:14817,&quot;166556&quot;:14818,&quot;58853&quot;:14818,&quot;132878&quot;:14819,&quot;58854&quot;:14819,&quot;21081&quot;:14820,&quot;58855&quot;:14820,&quot;21156&quot;:14821,&quot;58856&quot;:14821,&quot;133235&quot;:14822,&quot;58857&quot;:14822,&quot;21217&quot;:14823,&quot;58858&quot;:14823,&quot;18042&quot;:14825,&quot;58860&quot;:14825,&quot;29068&quot;:14826,&quot;58861&quot;:14826,&quot;148364&quot;:14827,&quot;58862&quot;:14827,&quot;134176&quot;:14828,&quot;58863&quot;:14828,&quot;149932&quot;:14829,&quot;58864&quot;:14829,&quot;135396&quot;:14830,&quot;58865&quot;:14830,&quot;27089&quot;:14831,&quot;58866&quot;:14831,&quot;134685&quot;:14832,&quot;58867&quot;:14832,&quot;16094&quot;:14834,&quot;58869&quot;:14834,&quot;29849&quot;:14835,&quot;58870&quot;:14835,&quot;29716&quot;:14836,&quot;58871&quot;:14836,&quot;29782&quot;:14837,&quot;58872&quot;:14837,&quot;29592&quot;:14838,&quot;58873&quot;:14838,&quot;19342&quot;:14839,&quot;58874&quot;:14839,&quot;150204&quot;:14840,&quot;58875&quot;:14840,&quot;147597&quot;:14841,&quot;58876&quot;:14841,&quot;21456&quot;:14842,&quot;58877&quot;:14842,&quot;13700&quot;:14843,&quot;58878&quot;:14843,&quot;29199&quot;:14844,&quot;58879&quot;:14844,&quot;147657&quot;:14845,&quot;58880&quot;:14845,&quot;21940&quot;:14846,&quot;58881&quot;:14846,&quot;131909&quot;:14847,&quot;58882&quot;:14847,&quot;21709&quot;:14848,&quot;58883&quot;:14848,&quot;134086&quot;:14849,&quot;58884&quot;:14849,&quot;22301&quot;:14850,&quot;58885&quot;:14850,&quot;37469&quot;:14851,&quot;58886&quot;:14851,&quot;38644&quot;:14852,&quot;58887&quot;:14852,&quot;22493&quot;:14853,&quot;58889&quot;:14853,&quot;22413&quot;:14854,&quot;58890&quot;:14854,&quot;22399&quot;:14855,&quot;58891&quot;:14855,&quot;13886&quot;:14856,&quot;58892&quot;:14856,&quot;22731&quot;:14857,&quot;58893&quot;:14857,&quot;23193&quot;:14858,&quot;58894&quot;:14858,&quot;166470&quot;:14859,&quot;58895&quot;:14859,&quot;136954&quot;:14860,&quot;58896&quot;:14860,&quot;137071&quot;:14861,&quot;58897&quot;:14861,&quot;136976&quot;:14862,&quot;58898&quot;:14862,&quot;23084&quot;:14863,&quot;58899&quot;:14863,&quot;22968&quot;:14864,&quot;58900&quot;:14864,&quot;23166&quot;:14865,&quot;58902&quot;:14865,&quot;23247&quot;:14866,&quot;58903&quot;:14866,&quot;23058&quot;:14867,&quot;58904&quot;:14867,&quot;153926&quot;:14868,&quot;58905&quot;:14868,&quot;137715&quot;:14869,&quot;58906&quot;:14869,&quot;137313&quot;:14870,&quot;58907&quot;:14870,&quot;148117&quot;:14871,&quot;58908&quot;:14871,&quot;14069&quot;:14872,&quot;58909&quot;:14872,&quot;27909&quot;:14873,&quot;58910&quot;:14873,&quot;29763&quot;:14874,&quot;58911&quot;:14874,&quot;23073&quot;:14875,&quot;58912&quot;:14875,&quot;155267&quot;:14876,&quot;58913&quot;:14876,&quot;23169&quot;:14877,&quot;58914&quot;:14877,&quot;166871&quot;:14878,&quot;58915&quot;:14878,&quot;132115&quot;:14879,&quot;58916&quot;:14879,&quot;37856&quot;:14880,&quot;58917&quot;:14880,&quot;29836&quot;:14881,&quot;58918&quot;:14881,&quot;135939&quot;:14882,&quot;58919&quot;:14882,&quot;28933&quot;:14883,&quot;58920&quot;:14883,&quot;18802&quot;:14884,&quot;58921&quot;:14884,&quot;37896&quot;:14885,&quot;58922&quot;:14885,&quot;166395&quot;:14886,&quot;58923&quot;:14886,&quot;37821&quot;:14887,&quot;58924&quot;:14887,&quot;14240&quot;:14888,&quot;58925&quot;:14888,&quot;23582&quot;:14889,&quot;58926&quot;:14889,&quot;23710&quot;:14890,&quot;58927&quot;:14890,&quot;24158&quot;:14891,&quot;58928&quot;:14891,&quot;24136&quot;:14892,&quot;58929&quot;:14892,&quot;137622&quot;:14893,&quot;58930&quot;:14893,&quot;137596&quot;:14894,&quot;58931&quot;:14894,&quot;146158&quot;:14895,&quot;58932&quot;:14895,&quot;24269&quot;:14896,&quot;58933&quot;:14896,&quot;23375&quot;:14897,&quot;58934&quot;:14897,&quot;58935&quot;:14898,&quot;137475&quot;:14898,&quot;58936&quot;:14899,&quot;137476&quot;:14899,&quot;14081&quot;:14900,&quot;58937&quot;:14900,&quot;137376&quot;:14901,&quot;58938&quot;:14901,&quot;14045&quot;:14902,&quot;58939&quot;:14902,&quot;136958&quot;:14903,&quot;58940&quot;:14903,&quot;14035&quot;:14904,&quot;58941&quot;:14904,&quot;33066&quot;:14905,&quot;58942&quot;:14905,&quot;166471&quot;:14906,&quot;58943&quot;:14906,&quot;138682&quot;:14907,&quot;58944&quot;:14907,&quot;144498&quot;:14908,&quot;58945&quot;:14908,&quot;166312&quot;:14909,&quot;58946&quot;:14909,&quot;24332&quot;:14910,&quot;60916&quot;:14910,&quot;58947&quot;:14910,&quot;24334&quot;:14911,&quot;58948&quot;:14911,&quot;137511&quot;:14912,&quot;58949&quot;:14912,&quot;137131&quot;:14913,&quot;58950&quot;:14913,&quot;23147&quot;:14914,&quot;58951&quot;:14914,&quot;137019&quot;:14915,&quot;58952&quot;:14915,&quot;23364&quot;:14916,&quot;58953&quot;:14916,&quot;161277&quot;:14917,&quot;58955&quot;:14917,&quot;34912&quot;:14918,&quot;58956&quot;:14918,&quot;24702&quot;:14919,&quot;58957&quot;:14919,&quot;141408&quot;:14920,&quot;58958&quot;:14920,&quot;140843&quot;:14921,&quot;58959&quot;:14921,&quot;24539&quot;:14922,&quot;58960&quot;:14922,&quot;16056&quot;:14923,&quot;58961&quot;:14923,&quot;140719&quot;:14924,&quot;58962&quot;:14924,&quot;140734&quot;:14925,&quot;58963&quot;:14925,&quot;168072&quot;:14926,&quot;58964&quot;:14926,&quot;159603&quot;:14927,&quot;58965&quot;:14927,&quot;25024&quot;:14928,&quot;58966&quot;:14928,&quot;131134&quot;:14929,&quot;58967&quot;:14929,&quot;131142&quot;:14930,&quot;58968&quot;:14930,&quot;140827&quot;:14931,&quot;58969&quot;:14931,&quot;24985&quot;:14932,&quot;58970&quot;:14932,&quot;24984&quot;:14933,&quot;58971&quot;:14933,&quot;24693&quot;:14934,&quot;58972&quot;:14934,&quot;142491&quot;:14935,&quot;58973&quot;:14935,&quot;142599&quot;:14936,&quot;58974&quot;:14936,&quot;149204&quot;:14937,&quot;58975&quot;:14937,&quot;168269&quot;:14938,&quot;58976&quot;:14938,&quot;25713&quot;:14939,&quot;58977&quot;:14939,&quot;149093&quot;:14940,&quot;58978&quot;:14940,&quot;142186&quot;:14941,&quot;58979&quot;:14941,&quot;14889&quot;:14942,&quot;58980&quot;:14942,&quot;142114&quot;:14943,&quot;58981&quot;:14943,&quot;144464&quot;:14944,&quot;58982&quot;:14944,&quot;170218&quot;:14945,&quot;58983&quot;:14945,&quot;142968&quot;:14946,&quot;58984&quot;:14946,&quot;25399&quot;:14947,&quot;58985&quot;:14947,&quot;25782&quot;:14948,&quot;58987&quot;:14948,&quot;25393&quot;:14949,&quot;58988&quot;:14949,&quot;25553&quot;:14950,&quot;58989&quot;:14950,&quot;149987&quot;:14951,&quot;58990&quot;:14951,&quot;142695&quot;:14952,&quot;58991&quot;:14952,&quot;25252&quot;:14953,&quot;58992&quot;:14953,&quot;142497&quot;:14954,&quot;58993&quot;:14954,&quot;25659&quot;:14955,&quot;58994&quot;:14955,&quot;25963&quot;:14956,&quot;58995&quot;:14956,&quot;26994&quot;:14957,&quot;58996&quot;:14957,&quot;15348&quot;:14958,&quot;58997&quot;:14958,&quot;143502&quot;:14959,&quot;58998&quot;:14959,&quot;144045&quot;:14960,&quot;58999&quot;:14960,&quot;149897&quot;:14961,&quot;59000&quot;:14961,&quot;144043&quot;:14962,&quot;59001&quot;:14962,&quot;21773&quot;:14963,&quot;59002&quot;:14963,&quot;144096&quot;:14964,&quot;59003&quot;:14964,&quot;137433&quot;:14965,&quot;59004&quot;:14965,&quot;169023&quot;:14966,&quot;59005&quot;:14966,&quot;26318&quot;:14967,&quot;59006&quot;:14967,&quot;144009&quot;:14968,&quot;59007&quot;:14968,&quot;143795&quot;:14969,&quot;59008&quot;:14969,&quot;15072&quot;:14970,&quot;59009&quot;:14970,&quot;152964&quot;:14971,&quot;59011&quot;:14971,&quot;166690&quot;:14972,&quot;59012&quot;:14972,&quot;152975&quot;:14973,&quot;59013&quot;:14973,&quot;136956&quot;:14974,&quot;59014&quot;:14974,&quot;152923&quot;:14975,&quot;59015&quot;:14975,&quot;152613&quot;:14976,&quot;59016&quot;:14976,&quot;30958&quot;:14977,&quot;59017&quot;:14977,&quot;143619&quot;:14978,&quot;59018&quot;:14978,&quot;137258&quot;:14979,&quot;59019&quot;:14979,&quot;143924&quot;:14980,&quot;59020&quot;:14980,&quot;13412&quot;:14981,&quot;59021&quot;:14981,&quot;143887&quot;:14982,&quot;59022&quot;:14982,&quot;143746&quot;:14983,&quot;59023&quot;:14983,&quot;148169&quot;:14984,&quot;59024&quot;:14984,&quot;26254&quot;:14985,&quot;59025&quot;:14985,&quot;159012&quot;:14986,&quot;59026&quot;:14986,&quot;26219&quot;:14987,&quot;59027&quot;:14987,&quot;19347&quot;:14988,&quot;59028&quot;:14988,&quot;26160&quot;:14989,&quot;59029&quot;:14989,&quot;161904&quot;:14990,&quot;59030&quot;:14990,&quot;138731&quot;:14991,&quot;59031&quot;:14991,&quot;26211&quot;:14992,&quot;59032&quot;:14992,&quot;144082&quot;:14993,&quot;59033&quot;:14993,&quot;144097&quot;:14994,&quot;59034&quot;:14994,&quot;26142&quot;:14995,&quot;59035&quot;:14995,&quot;153714&quot;:14996,&quot;59036&quot;:14996,&quot;14545&quot;:14997,&quot;59037&quot;:14997,&quot;145466&quot;:14998,&quot;59038&quot;:14998,&quot;145340&quot;:14999,&quot;59039&quot;:14999,&quot;15257&quot;:15000,&quot;59040&quot;:15000,&quot;145314&quot;:15001,&quot;59041&quot;:15001,&quot;144382&quot;:15002,&quot;59042&quot;:15002,&quot;29904&quot;:15003,&quot;59043&quot;:15003,&quot;15254&quot;:15004,&quot;59044&quot;:15004,&quot;149034&quot;:15005,&quot;59046&quot;:15005,&quot;26806&quot;:15006,&quot;59047&quot;:15006,&quot;15300&quot;:15008,&quot;59049&quot;:15008,&quot;27326&quot;:15009,&quot;59050&quot;:15009,&quot;145365&quot;:15010,&quot;59052&quot;:15010,&quot;148615&quot;:15011,&quot;59053&quot;:15011,&quot;27187&quot;:15012,&quot;59054&quot;:15012,&quot;27218&quot;:15013,&quot;59055&quot;:15013,&quot;27337&quot;:15014,&quot;59056&quot;:15014,&quot;27397&quot;:15015,&quot;59057&quot;:15015,&quot;137490&quot;:15016,&quot;59058&quot;:15016,&quot;25873&quot;:15017,&quot;59059&quot;:15017,&quot;26776&quot;:15018,&quot;59060&quot;:15018,&quot;27212&quot;:15019,&quot;59061&quot;:15019,&quot;15319&quot;:15020,&quot;59062&quot;:15020,&quot;27258&quot;:15021,&quot;59063&quot;:15021,&quot;27479&quot;:15022,&quot;59064&quot;:15022,&quot;147392&quot;:15023,&quot;59065&quot;:15023,&quot;146586&quot;:15024,&quot;59066&quot;:15024,&quot;37792&quot;:15025,&quot;59067&quot;:15025,&quot;37618&quot;:15026,&quot;59068&quot;:15026,&quot;166890&quot;:15027,&quot;59069&quot;:15027,&quot;166603&quot;:15028,&quot;59070&quot;:15028,&quot;37513&quot;:15029,&quot;59071&quot;:15029,&quot;163870&quot;:15030,&quot;59072&quot;:15030,&quot;166364&quot;:15031,&quot;59073&quot;:15031,&quot;37991&quot;:15032,&quot;59074&quot;:15032,&quot;28069&quot;:15033,&quot;59075&quot;:15033,&quot;28427&quot;:15034,&quot;59076&quot;:15034,&quot;147327&quot;:15036,&quot;59079&quot;:15036,&quot;15759&quot;:15037,&quot;59080&quot;:15037,&quot;28164&quot;:15038,&quot;59081&quot;:15038,&quot;147516&quot;:15039,&quot;59082&quot;:15039,&quot;23101&quot;:15040,&quot;59083&quot;:15040,&quot;28170&quot;:15041,&quot;59084&quot;:15041,&quot;22599&quot;:15042,&quot;59085&quot;:15042,&quot;27940&quot;:15043,&quot;59086&quot;:15043,&quot;30786&quot;:15044,&quot;59087&quot;:15044,&quot;28987&quot;:15045,&quot;59088&quot;:15045,&quot;148250&quot;:15046,&quot;59089&quot;:15046,&quot;148086&quot;:15047,&quot;59090&quot;:15047,&quot;28913&quot;:15048,&quot;59091&quot;:15048,&quot;29264&quot;:15049,&quot;61085&quot;:15049,&quot;59092&quot;:15049,&quot;29319&quot;:15050,&quot;59093&quot;:15050,&quot;29332&quot;:15051,&quot;59094&quot;:15051,&quot;149391&quot;:15052,&quot;59095&quot;:15052,&quot;149285&quot;:15053,&quot;59096&quot;:15053,&quot;20857&quot;:15054,&quot;59097&quot;:15054,&quot;150180&quot;:15055,&quot;59098&quot;:15055,&quot;132587&quot;:15056,&quot;59099&quot;:15056,&quot;29818&quot;:15057,&quot;59100&quot;:15057,&quot;147192&quot;:15058,&quot;59101&quot;:15058,&quot;144991&quot;:15059,&quot;59102&quot;:15059,&quot;150090&quot;:15060,&quot;59103&quot;:15060,&quot;149783&quot;:15061,&quot;59104&quot;:15061,&quot;155617&quot;:15062,&quot;59105&quot;:15062,&quot;16134&quot;:15063,&quot;59106&quot;:15063,&quot;16049&quot;:15064,&quot;59107&quot;:15064,&quot;150239&quot;:15065,&quot;59108&quot;:15065,&quot;166947&quot;:15066,&quot;59109&quot;:15066,&quot;147253&quot;:15067,&quot;59110&quot;:15067,&quot;24743&quot;:15068,&quot;59111&quot;:15068,&quot;16115&quot;:15069,&quot;59112&quot;:15069,&quot;29900&quot;:15070,&quot;59113&quot;:15070,&quot;29756&quot;:15071,&quot;59114&quot;:15071,&quot;37767&quot;:15072,&quot;59115&quot;:15072,&quot;29751&quot;:15073,&quot;59116&quot;:15073,&quot;17567&quot;:15074,&quot;59117&quot;:15074,&quot;159210&quot;:15075,&quot;59118&quot;:15075,&quot;17745&quot;:15076,&quot;59119&quot;:15076,&quot;30083&quot;:15077,&quot;59120&quot;:15077,&quot;16227&quot;:15078,&quot;59121&quot;:15078,&quot;150745&quot;:15079,&quot;59122&quot;:15079,&quot;150790&quot;:15080,&quot;59123&quot;:15080,&quot;16216&quot;:15081,&quot;59124&quot;:15081,&quot;30037&quot;:15082,&quot;59125&quot;:15082,&quot;30323&quot;:15083,&quot;59126&quot;:15083,&quot;173510&quot;:15084,&quot;59127&quot;:15084,&quot;29800&quot;:15086,&quot;61070&quot;:15086,&quot;59129&quot;:15086,&quot;166604&quot;:15087,&quot;59130&quot;:15087,&quot;149931&quot;:15088,&quot;59131&quot;:15088,&quot;149902&quot;:15089,&quot;59132&quot;:15089,&quot;15099&quot;:15090,&quot;59133&quot;:15090,&quot;15821&quot;:15091,&quot;59134&quot;:15091,&quot;150094&quot;:15092,&quot;59135&quot;:15092,&quot;16127&quot;:15093,&quot;59136&quot;:15093,&quot;149957&quot;:15094,&quot;59137&quot;:15094,&quot;149747&quot;:15095,&quot;59138&quot;:15095,&quot;37370&quot;:15096,&quot;59139&quot;:15096,&quot;22322&quot;:15097,&quot;59140&quot;:15097,&quot;37698&quot;:15098,&quot;59141&quot;:15098,&quot;166627&quot;:15099,&quot;59142&quot;:15099,&quot;137316&quot;:15100,&quot;59143&quot;:15100,&quot;20703&quot;:15101,&quot;59144&quot;:15101,&quot;152097&quot;:15102,&quot;59145&quot;:15102,&quot;152039&quot;:15103,&quot;59146&quot;:15103,&quot;30584&quot;:15104,&quot;59147&quot;:15104,&quot;143922&quot;:15105,&quot;59148&quot;:15105,&quot;30478&quot;:15106,&quot;59149&quot;:15106,&quot;30479&quot;:15107,&quot;59150&quot;:15107,&quot;30587&quot;:15108,&quot;59151&quot;:15108,&quot;149143&quot;:15109,&quot;59152&quot;:15109,&quot;145281&quot;:15110,&quot;59153&quot;:15110,&quot;14942&quot;:15111,&quot;59154&quot;:15111,&quot;149744&quot;:15112,&quot;59155&quot;:15112,&quot;29752&quot;:15113,&quot;59156&quot;:15113,&quot;29851&quot;:15114,&quot;59157&quot;:15114,&quot;16063&quot;:15115,&quot;59158&quot;:15115,&quot;150202&quot;:15116,&quot;59159&quot;:15116,&quot;150215&quot;:15117,&quot;59160&quot;:15117,&quot;16584&quot;:15118,&quot;59161&quot;:15118,&quot;150166&quot;:15119,&quot;59162&quot;:15119,&quot;156078&quot;:15120,&quot;59163&quot;:15120,&quot;37639&quot;:15121,&quot;59164&quot;:15121,&quot;152961&quot;:15122,&quot;59165&quot;:15122,&quot;30750&quot;:15123,&quot;59166&quot;:15123,&quot;30861&quot;:15124,&quot;59167&quot;:15124,&quot;30856&quot;:15125,&quot;59168&quot;:15125,&quot;30930&quot;:15126,&quot;59169&quot;:15126,&quot;29648&quot;:15127,&quot;59170&quot;:15127,&quot;31065&quot;:15128,&quot;59171&quot;:15128,&quot;161601&quot;:15129,&quot;59172&quot;:15129,&quot;153315&quot;:15130,&quot;59173&quot;:15130,&quot;16654&quot;:15131,&quot;59174&quot;:15131,&quot;31141&quot;:15134,&quot;59177&quot;:15134,&quot;27181&quot;:15135,&quot;59178&quot;:15135,&quot;147194&quot;:15136,&quot;59179&quot;:15136,&quot;31290&quot;:15137,&quot;59180&quot;:15137,&quot;31220&quot;:15138,&quot;59181&quot;:15138,&quot;16750&quot;:15139,&quot;59182&quot;:15139,&quot;136934&quot;:15140,&quot;59183&quot;:15140,&quot;16690&quot;:15141,&quot;59184&quot;:15141,&quot;37429&quot;:15142,&quot;59185&quot;:15142,&quot;31217&quot;:15143,&quot;59186&quot;:15143,&quot;134476&quot;:15144,&quot;59187&quot;:15144,&quot;149900&quot;:15145,&quot;59188&quot;:15145,&quot;131737&quot;:15146,&quot;59189&quot;:15146,&quot;146874&quot;:15147,&quot;59190&quot;:15147,&quot;137070&quot;:15148,&quot;59191&quot;:15148,&quot;13719&quot;:15149,&quot;59192&quot;:15149,&quot;21867&quot;:15150,&quot;59193&quot;:15150,&quot;13680&quot;:15151,&quot;59194&quot;:15151,&quot;13994&quot;:15152,&quot;59195&quot;:15152,&quot;131540&quot;:15153,&quot;59196&quot;:15153,&quot;134157&quot;:15154,&quot;59197&quot;:15154,&quot;31458&quot;:15155,&quot;59198&quot;:15155,&quot;23129&quot;:15156,&quot;59199&quot;:15156,&quot;141045&quot;:15157,&quot;59200&quot;:15157,&quot;154287&quot;:15158,&quot;59201&quot;:15158,&quot;154268&quot;:15159,&quot;59202&quot;:15159,&quot;23053&quot;:15160,&quot;59203&quot;:15160,&quot;131675&quot;:15161,&quot;59204&quot;:15161,&quot;30960&quot;:15162,&quot;59205&quot;:15162,&quot;23082&quot;:15163,&quot;59206&quot;:15163,&quot;154566&quot;:15164,&quot;59207&quot;:15164,&quot;31486&quot;:15165,&quot;59208&quot;:15165,&quot;16889&quot;:15166,&quot;59209&quot;:15166,&quot;31837&quot;:15167,&quot;59210&quot;:15167,&quot;31853&quot;:15168,&quot;59211&quot;:15168,&quot;16913&quot;:15169,&quot;59212&quot;:15169,&quot;154547&quot;:15170,&quot;59213&quot;:15170,&quot;155324&quot;:15171,&quot;59214&quot;:15171,&quot;155302&quot;:15172,&quot;59215&quot;:15172,&quot;31949&quot;:15173,&quot;59216&quot;:15173,&quot;150009&quot;:15174,&quot;59217&quot;:15174,&quot;137136&quot;:15175,&quot;59218&quot;:15175,&quot;31886&quot;:15176,&quot;59219&quot;:15176,&quot;31868&quot;:15177,&quot;59220&quot;:15177,&quot;31918&quot;:15178,&quot;59221&quot;:15178,&quot;27314&quot;:15179,&quot;59222&quot;:15179,&quot;32220&quot;:15180,&quot;59223&quot;:15180,&quot;32263&quot;:15181,&quot;59224&quot;:15181,&quot;32211&quot;:15182,&quot;59225&quot;:15182,&quot;32590&quot;:15183,&quot;59226&quot;:15183,&quot;156257&quot;:15184,&quot;59227&quot;:15184,&quot;155996&quot;:15185,&quot;59228&quot;:15185,&quot;162632&quot;:15186,&quot;59229&quot;:15186,&quot;32151&quot;:15187,&quot;59230&quot;:15187,&quot;155266&quot;:15188,&quot;59231&quot;:15188,&quot;17002&quot;:15189,&quot;59232&quot;:15189,&quot;158581&quot;:15190,&quot;59233&quot;:15190,&quot;133398&quot;:15191,&quot;59234&quot;:15191,&quot;26582&quot;:15192,&quot;59235&quot;:15192,&quot;131150&quot;:15193,&quot;59236&quot;:15193,&quot;144847&quot;:15194,&quot;59237&quot;:15194,&quot;22468&quot;:15195,&quot;59238&quot;:15195,&quot;156690&quot;:15196,&quot;59239&quot;:15196,&quot;156664&quot;:15197,&quot;59240&quot;:15197,&quot;32733&quot;:15198,&quot;59242&quot;:15198,&quot;31527&quot;:15199,&quot;59243&quot;:15199,&quot;133164&quot;:15200,&quot;59244&quot;:15200,&quot;154345&quot;:15201,&quot;59245&quot;:15201,&quot;154947&quot;:15202,&quot;59246&quot;:15202,&quot;31500&quot;:15203,&quot;59247&quot;:15203,&quot;155150&quot;:15204,&quot;59248&quot;:15204,&quot;39398&quot;:15205,&quot;59249&quot;:15205,&quot;34373&quot;:15206,&quot;59250&quot;:15206,&quot;39523&quot;:15207,&quot;59251&quot;:15207,&quot;27164&quot;:15208,&quot;59252&quot;:15208,&quot;144447&quot;:15209,&quot;59253&quot;:15209,&quot;150007&quot;:15210,&quot;59255&quot;:15210,&quot;157101&quot;:15211,&quot;59256&quot;:15211,&quot;39455&quot;:15212,&quot;59257&quot;:15212,&quot;157088&quot;:15213,&quot;59258&quot;:15213,&quot;33941&quot;:15214,&quot;160039&quot;:15215,&quot;59260&quot;:15215,&quot;158929&quot;:15216,&quot;59261&quot;:15216,&quot;17642&quot;:15217,&quot;59262&quot;:15217,&quot;33079&quot;:15218,&quot;59263&quot;:15218,&quot;17410&quot;:15219,&quot;59264&quot;:15219,&quot;32966&quot;:15220,&quot;59265&quot;:15220,&quot;33033&quot;:15221,&quot;59266&quot;:15221,&quot;33090&quot;:15222,&quot;59267&quot;:15222,&quot;157620&quot;:15223,&quot;59268&quot;:15223,&quot;39107&quot;:15224,&quot;59269&quot;:15224,&quot;158274&quot;:15225,&quot;59270&quot;:15225,&quot;33378&quot;:15226,&quot;59271&quot;:15226,&quot;33381&quot;:15227,&quot;59272&quot;:15227,&quot;158289&quot;:15228,&quot;59273&quot;:15228,&quot;33875&quot;:15229,&quot;59274&quot;:15229,&quot;159143&quot;:15230,&quot;59275&quot;:15230,&quot;34320&quot;:15231,&quot;59276&quot;:15231,&quot;160283&quot;:15232,&quot;59277&quot;:15232,&quot;23174&quot;:15233,&quot;59278&quot;:15233,&quot;16767&quot;:15234,&quot;59279&quot;:15234,&quot;137280&quot;:15235,&quot;59280&quot;:15235,&quot;23339&quot;:15236,&quot;59281&quot;:15236,&quot;137377&quot;:15237,&quot;59282&quot;:15237,&quot;23268&quot;:15238,&quot;59283&quot;:15238,&quot;137432&quot;:15239,&quot;59284&quot;:15239,&quot;34464&quot;:15240,&quot;59285&quot;:15240,&quot;195004&quot;:15241,&quot;59286&quot;:15241,&quot;146831&quot;:15242,&quot;59287&quot;:15242,&quot;34861&quot;:15243,&quot;59288&quot;:15243,&quot;160802&quot;:15244,&quot;59289&quot;:15244,&quot;23042&quot;:15245,&quot;59290&quot;:15245,&quot;34926&quot;:15246,&quot;59291&quot;:15246,&quot;20293&quot;:15247,&quot;59292&quot;:15247,&quot;34951&quot;:15248,&quot;59293&quot;:15248,&quot;35007&quot;:15249,&quot;59294&quot;:15249,&quot;35046&quot;:15250,&quot;59295&quot;:15250,&quot;35173&quot;:15251,&quot;59296&quot;:15251,&quot;35149&quot;:15252,&quot;59297&quot;:15252,&quot;153219&quot;:15253,&quot;59298&quot;:15253,&quot;35156&quot;:15254,&quot;59299&quot;:15254,&quot;161669&quot;:15255,&quot;59300&quot;:15255,&quot;161668&quot;:15256,&quot;59301&quot;:15256,&quot;166901&quot;:15257,&quot;59302&quot;:15257,&quot;166873&quot;:15258,&quot;59303&quot;:15258,&quot;166812&quot;:15259,&quot;59304&quot;:15259,&quot;166393&quot;:15260,&quot;59305&quot;:15260,&quot;16045&quot;:15261,&quot;59306&quot;:15261,&quot;33955&quot;:15262,&quot;59307&quot;:15262,&quot;18165&quot;:15263,&quot;59308&quot;:15263,&quot;18127&quot;:15264,&quot;59309&quot;:15264,&quot;14322&quot;:15265,&quot;59310&quot;:15265,&quot;35389&quot;:15266,&quot;59311&quot;:15266,&quot;35356&quot;:15267,&quot;59312&quot;:15267,&quot;169032&quot;:15268,&quot;59313&quot;:15268,&quot;24397&quot;:15269,&quot;59314&quot;:15269,&quot;37419&quot;:15270,&quot;59315&quot;:15270,&quot;148100&quot;:15271,&quot;59316&quot;:15271,&quot;26068&quot;:15272,&quot;59317&quot;:15272,&quot;28969&quot;:15273,&quot;59318&quot;:15273,&quot;28868&quot;:15274,&quot;59319&quot;:15274,&quot;137285&quot;:15275,&quot;59320&quot;:15275,&quot;40301&quot;:15276,&quot;59321&quot;:15276,&quot;35999&quot;:15277,&quot;59322&quot;:15277,&quot;36073&quot;:15278,&quot;59323&quot;:15278,&quot;163292&quot;:15279,&quot;59324&quot;:15279,&quot;22938&quot;:15280,&quot;59325&quot;:15280,&quot;30659&quot;:15281,&quot;59326&quot;:15281,&quot;23024&quot;:15282,&quot;59327&quot;:15282,&quot;14036&quot;:15283,&quot;59329&quot;:15283,&quot;36394&quot;:15284,&quot;59330&quot;:15284,&quot;36519&quot;:15285,&quot;59331&quot;:15285,&quot;150537&quot;:15286,&quot;59332&quot;:15286,&quot;36656&quot;:15287,&quot;59333&quot;:15287,&quot;36682&quot;:15288,&quot;59334&quot;:15288,&quot;17140&quot;:15289,&quot;59335&quot;:15289,&quot;27736&quot;:15290,&quot;59336&quot;:15290,&quot;28603&quot;:15291,&quot;59337&quot;:15291,&quot;140065&quot;:15292,&quot;59338&quot;:15292,&quot;18587&quot;:15293,&quot;59339&quot;:15293,&quot;28537&quot;:15294,&quot;59340&quot;:15294,&quot;28299&quot;:15295,&quot;59341&quot;:15295,&quot;137178&quot;:15296,&quot;59342&quot;:15296,&quot;39913&quot;:15297,&quot;59343&quot;:15297,&quot;14005&quot;:15298,&quot;59344&quot;:15298,&quot;149807&quot;:15299,&quot;59345&quot;:15299,&quot;37051&quot;:15300,&quot;59346&quot;:15300,&quot;18612&quot;:15301,&quot;21873&quot;:15302,&quot;59348&quot;:15302,&quot;18694&quot;:15303,&quot;59349&quot;:15303,&quot;37307&quot;:15304,&quot;59350&quot;:15304,&quot;37892&quot;:15305,&quot;59351&quot;:15305,&quot;166475&quot;:15306,&quot;59352&quot;:15306,&quot;16482&quot;:15307,&quot;59353&quot;:15307,&quot;166652&quot;:15308,&quot;59354&quot;:15308,&quot;37927&quot;:15309,&quot;59355&quot;:15309,&quot;166941&quot;:15310,&quot;59356&quot;:15310,&quot;166971&quot;:15311,&quot;59357&quot;:15311,&quot;34021&quot;:15312,&quot;59358&quot;:15312,&quot;35371&quot;:15313,&quot;59359&quot;:15313,&quot;38297&quot;:15314,&quot;59360&quot;:15314,&quot;38311&quot;:15315,&quot;59361&quot;:15315,&quot;38295&quot;:15316,&quot;59362&quot;:15316,&quot;38294&quot;:15317,&quot;59363&quot;:15317,&quot;167220&quot;:15318,&quot;59364&quot;:15318,&quot;29765&quot;:15319,&quot;59365&quot;:15319,&quot;16066&quot;:15320,&quot;59366&quot;:15320,&quot;149759&quot;:15321,&quot;59367&quot;:15321,&quot;150082&quot;:15322,&quot;59368&quot;:15322,&quot;148458&quot;:15323,&quot;59369&quot;:15323,&quot;16103&quot;:15324,&quot;59370&quot;:15324,&quot;143909&quot;:15325,&quot;59371&quot;:15325,&quot;38543&quot;:15326,&quot;59372&quot;:15326,&quot;167655&quot;:15327,&quot;59373&quot;:15327,&quot;167526&quot;:15328,&quot;59374&quot;:15328,&quot;167525&quot;:15329,&quot;59375&quot;:15329,&quot;16076&quot;:15330,&quot;59376&quot;:15330,&quot;149997&quot;:15331,&quot;59377&quot;:15331,&quot;150136&quot;:15332,&quot;59378&quot;:15332,&quot;147438&quot;:15333,&quot;59379&quot;:15333,&quot;29714&quot;:15334,&quot;59380&quot;:15334,&quot;29803&quot;:15335,&quot;59381&quot;:15335,&quot;16124&quot;:15336,&quot;59382&quot;:15336,&quot;38721&quot;:15337,&quot;59383&quot;:15337,&quot;168112&quot;:15338,&quot;59384&quot;:15338,&quot;26695&quot;:15339,&quot;59385&quot;:15339,&quot;18973&quot;:15340,&quot;59386&quot;:15340,&quot;168083&quot;:15341,&quot;59387&quot;:15341,&quot;153567&quot;:15342,&quot;59388&quot;:15342,&quot;37736&quot;:15344,&quot;59390&quot;:15344,&quot;166281&quot;:15345,&quot;59391&quot;:15345,&quot;166950&quot;:15346,&quot;59392&quot;:15346,&quot;166703&quot;:15347,&quot;59393&quot;:15347,&quot;156606&quot;:15348,&quot;59394&quot;:15348,&quot;37562&quot;:15349,&quot;59395&quot;:15349,&quot;23313&quot;:15350,&quot;59396&quot;:15350,&quot;35689&quot;:15351,&quot;59397&quot;:15351,&quot;18748&quot;:15352,&quot;59398&quot;:15352,&quot;29689&quot;:15353,&quot;59399&quot;:15353,&quot;147995&quot;:15354,&quot;59400&quot;:15354,&quot;38811&quot;:15355,&quot;59401&quot;:15355,&quot;39224&quot;:15357,&quot;59403&quot;:15357,&quot;134950&quot;:15358,&quot;59404&quot;:15358,&quot;24001&quot;:15359,&quot;59405&quot;:15359,&quot;166853&quot;:15360,&quot;59406&quot;:15360,&quot;150194&quot;:15361,&quot;59407&quot;:15361,&quot;38943&quot;:15362,&quot;59408&quot;:15362,&quot;169178&quot;:15363,&quot;59409&quot;:15363,&quot;37622&quot;:15364,&quot;59410&quot;:15364,&quot;169431&quot;:15365,&quot;59411&quot;:15365,&quot;37349&quot;:15366,&quot;59412&quot;:15366,&quot;17600&quot;:15367,&quot;59413&quot;:15367,&quot;166736&quot;:15368,&quot;59414&quot;:15368,&quot;150119&quot;:15369,&quot;59415&quot;:15369,&quot;166756&quot;:15370,&quot;59416&quot;:15370,&quot;39132&quot;:15371,&quot;59417&quot;:15371,&quot;166469&quot;:15372,&quot;59418&quot;:15372,&quot;16128&quot;:15373,&quot;59419&quot;:15373,&quot;37418&quot;:15374,&quot;59420&quot;:15374,&quot;18725&quot;:15375,&quot;59421&quot;:15375,&quot;33812&quot;:15376,&quot;59422&quot;:15376,&quot;39227&quot;:15377,&quot;59423&quot;:15377,&quot;39245&quot;:15378,&quot;59424&quot;:15378,&quot;162566&quot;:15379,&quot;59425&quot;:15379,&quot;15869&quot;:15380,&quot;59426&quot;:15380,&quot;19311&quot;:15382,&quot;59428&quot;:15382,&quot;39338&quot;:15383,&quot;59429&quot;:15383,&quot;39516&quot;:15384,&quot;59430&quot;:15384,&quot;166757&quot;:15385,&quot;59431&quot;:15385,&quot;153800&quot;:15386,&quot;59432&quot;:15386,&quot;27279&quot;:15387,&quot;59433&quot;:15387,&quot;39457&quot;:15388,&quot;59434&quot;:15388,&quot;23294&quot;:15389,&quot;59435&quot;:15389,&quot;39471&quot;:15390,&quot;59436&quot;:15390,&quot;170225&quot;:15391,&quot;59437&quot;:15391,&quot;19344&quot;:15392,&quot;59438&quot;:15392,&quot;170312&quot;:15393,&quot;59439&quot;:15393,&quot;39356&quot;:15394,&quot;59440&quot;:15394,&quot;19389&quot;:15395,&quot;59441&quot;:15395,&quot;19351&quot;:15396,&quot;59442&quot;:15396,&quot;37757&quot;:15397,&quot;59443&quot;:15397,&quot;22642&quot;:15398,&quot;59444&quot;:15398,&quot;135938&quot;:15399,&quot;59445&quot;:15399,&quot;22562&quot;:15400,&quot;59446&quot;:15400,&quot;149944&quot;:15401,&quot;59447&quot;:15401,&quot;136424&quot;:15402,&quot;59448&quot;:15402,&quot;30788&quot;:15403,&quot;59449&quot;:15403,&quot;141087&quot;:15404,&quot;59450&quot;:15404,&quot;146872&quot;:15405,&quot;59451&quot;:15405,&quot;26821&quot;:15406,&quot;59452&quot;:15406,&quot;15741&quot;:15407,&quot;59453&quot;:15407,&quot;37976&quot;:15408,&quot;59454&quot;:15408,&quot;14631&quot;:15409,&quot;59455&quot;:15409,&quot;24912&quot;:15410,&quot;59456&quot;:15410,&quot;141185&quot;:15411,&quot;59457&quot;:15411,&quot;141675&quot;:15412,&quot;59458&quot;:15412,&quot;24839&quot;:15413,&quot;59459&quot;:15413,&quot;40015&quot;:15414,&quot;59460&quot;:15414,&quot;40019&quot;:15415,&quot;59461&quot;:15415,&quot;40059&quot;:15416,&quot;59462&quot;:15416,&quot;39989&quot;:15417,&quot;59463&quot;:15417,&quot;39952&quot;:15418,&quot;59464&quot;:15418,&quot;39807&quot;:15419,&quot;59465&quot;:15419,&quot;39887&quot;:15420,&quot;59466&quot;:15420,&quot;171565&quot;:15421,&quot;59467&quot;:15421,&quot;39839&quot;:15422,&quot;59468&quot;:15422,&quot;172533&quot;:15423,&quot;59469&quot;:15423,&quot;172286&quot;:15424,&quot;59470&quot;:15424,&quot;40225&quot;:15425,&quot;59471&quot;:15425,&quot;19630&quot;:15426,&quot;59472&quot;:15426,&quot;147716&quot;:15427,&quot;59473&quot;:15427,&quot;40472&quot;:15428,&quot;59474&quot;:15428,&quot;19632&quot;:15429,&quot;59475&quot;:15429,&quot;40204&quot;:15430,&quot;59476&quot;:15430,&quot;172468&quot;:15431,&quot;59477&quot;:15431,&quot;172269&quot;:15432,&quot;59478&quot;:15432,&quot;172275&quot;:15433,&quot;59479&quot;:15433,&quot;170287&quot;:15434,&quot;59480&quot;:15434,&quot;40357&quot;:15435,&quot;59481&quot;:15435,&quot;33981&quot;:15436,&quot;59482&quot;:15436,&quot;159250&quot;:15437,&quot;59483&quot;:15437,&quot;159711&quot;:15438,&quot;59484&quot;:15438,&quot;158594&quot;:15439,&quot;59485&quot;:15439,&quot;34300&quot;:15440,&quot;59486&quot;:15440,&quot;17715&quot;:15441,&quot;59487&quot;:15441,&quot;159140&quot;:15442,&quot;59488&quot;:15442,&quot;159364&quot;:15443,&quot;59489&quot;:15443,&quot;159216&quot;:15444,&quot;59490&quot;:15444,&quot;33824&quot;:15445,&quot;59491&quot;:15445,&quot;34286&quot;:15446,&quot;59492&quot;:15446,&quot;159232&quot;:15447,&quot;59493&quot;:15447,&quot;145367&quot;:15448,&quot;59494&quot;:15448,&quot;155748&quot;:15449,&quot;59495&quot;:15449,&quot;31202&quot;:15450,&quot;59496&quot;:15450,&quot;144796&quot;:15451,&quot;59497&quot;:15451,&quot;144960&quot;:15452,&quot;59498&quot;:15452,&quot;149982&quot;:15453,&quot;59500&quot;:15453,&quot;15714&quot;:15454,&quot;59501&quot;:15454,&quot;37851&quot;:15455,&quot;59502&quot;:15455,&quot;37566&quot;:15456,&quot;59503&quot;:15456,&quot;37704&quot;:15457,&quot;59504&quot;:15457,&quot;131775&quot;:15458,&quot;59505&quot;:15458,&quot;30905&quot;:15459,&quot;59506&quot;:15459,&quot;37495&quot;:15460,&quot;59507&quot;:15460,&quot;37965&quot;:15461,&quot;59508&quot;:15461,&quot;20452&quot;:15462,&quot;59509&quot;:15462,&quot;13376&quot;:15463,&quot;59510&quot;:15463,&quot;36964&quot;:15464,&quot;59511&quot;:15464,&quot;152925&quot;:15465,&quot;59512&quot;:15465,&quot;30781&quot;:15466,&quot;59513&quot;:15466,&quot;30804&quot;:15467,&quot;59514&quot;:15467,&quot;30902&quot;:15468,&quot;59515&quot;:15468,&quot;30795&quot;:15469,&quot;59516&quot;:15469,&quot;137047&quot;:15470,&quot;59517&quot;:15470,&quot;143817&quot;:15471,&quot;59518&quot;:15471,&quot;149825&quot;:15472,&quot;59519&quot;:15472,&quot;13978&quot;:15473,&quot;59520&quot;:15473,&quot;20338&quot;:15474,&quot;59521&quot;:15474,&quot;28634&quot;:15475,&quot;59522&quot;:15475,&quot;28633&quot;:15476,&quot;59523&quot;:15476,&quot;28702&quot;:15478,&quot;59524&quot;:15478,&quot;59525&quot;:15478,&quot;21524&quot;:15479,&quot;59526&quot;:15479,&quot;147893&quot;:15480,&quot;59527&quot;:15480,&quot;22459&quot;:15481,&quot;59528&quot;:15481,&quot;22771&quot;:15482,&quot;59529&quot;:15482,&quot;22410&quot;:15483,&quot;59530&quot;:15483,&quot;40214&quot;:15484,&quot;59531&quot;:15484,&quot;22487&quot;:15485,&quot;59532&quot;:15485,&quot;28980&quot;:15486,&quot;59533&quot;:15486,&quot;13487&quot;:15487,&quot;59534&quot;:15487,&quot;147884&quot;:15488,&quot;59535&quot;:15488,&quot;29163&quot;:15489,&quot;59536&quot;:15489,&quot;158784&quot;:15490,&quot;59537&quot;:15490,&quot;151447&quot;:15491,&quot;59538&quot;:15491,&quot;137141&quot;:15493,&quot;59540&quot;:15493,&quot;166473&quot;:15494,&quot;59541&quot;:15494,&quot;24844&quot;:15495,&quot;59542&quot;:15495,&quot;23246&quot;:15496,&quot;59543&quot;:15496,&quot;23051&quot;:15497,&quot;59544&quot;:15497,&quot;17084&quot;:15498,&quot;59545&quot;:15498,&quot;148616&quot;:15499,&quot;59546&quot;:15499,&quot;14124&quot;:15500,&quot;59547&quot;:15500,&quot;19323&quot;:15501,&quot;59548&quot;:15501,&quot;166396&quot;:15502,&quot;59549&quot;:15502,&quot;37819&quot;:15503,&quot;59550&quot;:15503,&quot;37816&quot;:15504,&quot;59551&quot;:15504,&quot;137430&quot;:15505,&quot;59552&quot;:15505,&quot;134941&quot;:15506,&quot;59553&quot;:15506,&quot;33906&quot;:15507,&quot;59554&quot;:15507,&quot;158912&quot;:15508,&quot;59555&quot;:15508,&quot;136211&quot;:15509,&quot;59556&quot;:15509,&quot;148218&quot;:15510,&quot;59557&quot;:15510,&quot;142374&quot;:15511,&quot;59558&quot;:15511,&quot;148417&quot;:15512,&quot;59559&quot;:15512,&quot;22932&quot;:15513,&quot;59560&quot;:15513,&quot;146871&quot;:15514,&quot;59561&quot;:15514,&quot;157505&quot;:15515,&quot;59562&quot;:15515,&quot;32168&quot;:15516,&quot;59563&quot;:15516,&quot;155995&quot;:15517,&quot;59564&quot;:15517,&quot;155812&quot;:15518,&quot;59565&quot;:15518,&quot;149945&quot;:15519,&quot;59566&quot;:15519,&quot;149899&quot;:15520,&quot;59567&quot;:15520,&quot;166394&quot;:15521,&quot;59568&quot;:15521,&quot;37605&quot;:15522,&quot;59569&quot;:15522,&quot;29666&quot;:15523,&quot;59570&quot;:15523,&quot;16105&quot;:15524,&quot;59571&quot;:15524,&quot;29876&quot;:15525,&quot;59572&quot;:15525,&quot;166755&quot;:15526,&quot;59573&quot;:15526,&quot;137375&quot;:15527,&quot;59574&quot;:15527,&quot;16097&quot;:15528,&quot;59575&quot;:15528,&quot;150195&quot;:15529,&quot;59576&quot;:15529,&quot;27352&quot;:15530,&quot;59577&quot;:15530,&quot;29683&quot;:15531,&quot;59578&quot;:15531,&quot;29691&quot;:15532,&quot;59579&quot;:15532,&quot;16086&quot;:15533,&quot;59580&quot;:15533,&quot;150078&quot;:15534,&quot;59581&quot;:15534,&quot;150164&quot;:15535,&quot;59582&quot;:15535,&quot;137177&quot;:15536,&quot;59583&quot;:15536,&quot;150118&quot;:15537,&quot;59584&quot;:15537,&quot;132007&quot;:15538,&quot;59585&quot;:15538,&quot;136228&quot;:15539,&quot;59586&quot;:15539,&quot;149989&quot;:15540,&quot;59587&quot;:15540,&quot;29768&quot;:15541,&quot;59588&quot;:15541,&quot;149782&quot;:15542,&quot;59589&quot;:15542,&quot;28837&quot;:15543,&quot;59590&quot;:15543,&quot;149878&quot;:15544,&quot;59591&quot;:15544,&quot;37508&quot;:15545,&quot;59592&quot;:15545,&quot;29670&quot;:15546,&quot;59593&quot;:15546,&quot;37727&quot;:15547,&quot;59594&quot;:15547,&quot;132350&quot;:15548,&quot;59595&quot;:15548,&quot;37681&quot;:15549,&quot;59596&quot;:15549,&quot;166606&quot;:15550,&quot;59597&quot;:15550,&quot;166422&quot;:15551,&quot;59598&quot;:15551,&quot;37766&quot;:15552,&quot;59599&quot;:15552,&quot;166887&quot;:15553,&quot;59600&quot;:15553,&quot;153045&quot;:15554,&quot;59601&quot;:15554,&quot;18741&quot;:15555,&quot;59602&quot;:15555,&quot;166530&quot;:15556,&quot;59603&quot;:15556,&quot;29035&quot;:15557,&quot;59604&quot;:15557,&quot;149827&quot;:15558,&quot;59605&quot;:15558,&quot;134399&quot;:15559,&quot;59606&quot;:15559,&quot;22180&quot;:15560,&quot;59607&quot;:15560,&quot;132634&quot;:15561,&quot;59608&quot;:15561,&quot;134123&quot;:15562,&quot;59609&quot;:15562,&quot;134328&quot;:15563,&quot;59610&quot;:15563,&quot;21762&quot;:15564,&quot;59611&quot;:15564,&quot;31172&quot;:15565,&quot;59612&quot;:15565,&quot;137210&quot;:15566,&quot;59613&quot;:15566,&quot;32254&quot;:15567,&quot;59614&quot;:15567,&quot;136898&quot;:15568,&quot;59615&quot;:15568,&quot;150096&quot;:15569,&quot;59616&quot;:15569,&quot;137298&quot;:15570,&quot;59617&quot;:15570,&quot;17710&quot;:15571,&quot;59618&quot;:15571,&quot;37889&quot;:15572,&quot;59619&quot;:15572,&quot;14090&quot;:15573,&quot;59620&quot;:15573,&quot;166592&quot;:15574,&quot;59621&quot;:15574,&quot;149933&quot;:15575,&quot;59622&quot;:15575,&quot;22960&quot;:15576,&quot;59623&quot;:15576,&quot;137407&quot;:15577,&quot;59624&quot;:15577,&quot;137347&quot;:15578,&quot;59625&quot;:15578,&quot;160900&quot;:15579,&quot;59626&quot;:15579,&quot;23201&quot;:15580,&quot;59627&quot;:15580,&quot;14050&quot;:15581,&quot;59628&quot;:15581,&quot;146779&quot;:15582,&quot;59629&quot;:15582,&quot;14000&quot;:15583,&quot;59630&quot;:15583,&quot;37471&quot;:15584,&quot;59631&quot;:15584,&quot;23161&quot;:15585,&quot;59632&quot;:15585,&quot;166529&quot;:15586,&quot;59633&quot;:15586,&quot;137314&quot;:15587,&quot;59634&quot;:15587,&quot;37748&quot;:15588,&quot;59635&quot;:15588,&quot;15565&quot;:15589,&quot;59636&quot;:15589,&quot;133812&quot;:15590,&quot;59637&quot;:15590,&quot;19094&quot;:15591,&quot;59638&quot;:15591,&quot;14730&quot;:15592,&quot;59639&quot;:15592,&quot;20724&quot;:15593,&quot;59640&quot;:15593,&quot;15721&quot;:15594,&quot;59641&quot;:15594,&quot;15692&quot;:15595,&quot;59642&quot;:15595,&quot;136092&quot;:15596,&quot;59643&quot;:15596,&quot;29045&quot;:15597,&quot;59644&quot;:15597,&quot;17147&quot;:15598,&quot;59645&quot;:15598,&quot;164376&quot;:15599,&quot;59646&quot;:15599,&quot;28175&quot;:15600,&quot;59647&quot;:15600,&quot;168164&quot;:15601,&quot;59648&quot;:15601,&quot;17643&quot;:15602,&quot;59649&quot;:15602,&quot;27991&quot;:15603,&quot;59650&quot;:15603,&quot;163407&quot;:15604,&quot;59651&quot;:15604,&quot;28775&quot;:15605,&quot;59652&quot;:15605,&quot;27823&quot;:15606,&quot;59653&quot;:15606,&quot;15574&quot;:15607,&quot;59654&quot;:15607,&quot;147437&quot;:15608,&quot;59655&quot;:15608,&quot;146989&quot;:15609,&quot;59656&quot;:15609,&quot;28162&quot;:15610,&quot;59657&quot;:15610,&quot;28428&quot;:15611,&quot;59658&quot;:15611,&quot;15727&quot;:15612,&quot;59659&quot;:15612,&quot;132085&quot;:15613,&quot;59660&quot;:15613,&quot;30033&quot;:15614,&quot;59661&quot;:15614,&quot;14012&quot;:15615,&quot;59662&quot;:15615,&quot;13512&quot;:15616,&quot;59663&quot;:15616,&quot;18048&quot;:15617,&quot;59664&quot;:15617,&quot;16090&quot;:15618,&quot;59665&quot;:15618,&quot;18545&quot;:15619,&quot;59666&quot;:15619,&quot;22980&quot;:15620,&quot;59667&quot;:15620,&quot;37486&quot;:15621,&quot;59668&quot;:15621,&quot;18750&quot;:15622,&quot;59669&quot;:15622,&quot;36673&quot;:15623,&quot;59670&quot;:15623,&quot;166940&quot;:15624,&quot;59671&quot;:15624,&quot;158656&quot;:15625,&quot;59672&quot;:15625,&quot;22546&quot;:15626,&quot;59673&quot;:15626,&quot;22472&quot;:15627,&quot;59674&quot;:15627,&quot;14038&quot;:15628,&quot;59675&quot;:15628,&quot;136274&quot;:15629,&quot;59676&quot;:15629,&quot;28926&quot;:15630,&quot;59677&quot;:15630,&quot;148322&quot;:15631,&quot;59678&quot;:15631,&quot;150129&quot;:15632,&quot;59679&quot;:15632,&quot;143331&quot;:15633,&quot;59680&quot;:15633,&quot;135856&quot;:15634,&quot;59681&quot;:15634,&quot;140221&quot;:15635,&quot;59682&quot;:15635,&quot;26809&quot;:15636,&quot;59683&quot;:15636,&quot;26983&quot;:15637,&quot;59684&quot;:15637,&quot;136088&quot;:15638,&quot;59685&quot;:15638,&quot;144613&quot;:15639,&quot;59686&quot;:15639,&quot;162804&quot;:15640,&quot;59687&quot;:15640,&quot;145119&quot;:15641,&quot;59688&quot;:15641,&quot;166531&quot;:15642,&quot;59689&quot;:15642,&quot;145366&quot;:15643,&quot;59690&quot;:15643,&quot;144378&quot;:15644,&quot;59691&quot;:15644,&quot;150687&quot;:15645,&quot;59692&quot;:15645,&quot;27162&quot;:15646,&quot;59693&quot;:15646,&quot;145069&quot;:15647,&quot;59694&quot;:15647,&quot;158903&quot;:15648,&quot;59695&quot;:15648,&quot;33854&quot;:15649,&quot;59696&quot;:15649,&quot;17631&quot;:15650,&quot;59697&quot;:15650,&quot;17614&quot;:15651,&quot;59698&quot;:15651,&quot;159014&quot;:15652,&quot;59699&quot;:15652,&quot;159057&quot;:15653,&quot;59700&quot;:15653,&quot;158850&quot;:15654,&quot;59701&quot;:15654,&quot;159710&quot;:15655,&quot;59702&quot;:15655,&quot;33597&quot;:15658,&quot;59705&quot;:15658,&quot;137018&quot;:15659,&quot;59706&quot;:15659,&quot;33773&quot;:15660,&quot;59707&quot;:15660,&quot;158848&quot;:15661,&quot;59708&quot;:15661,&quot;159827&quot;:15662,&quot;59709&quot;:15662,&quot;137179&quot;:15663,&quot;59710&quot;:15663,&quot;22921&quot;:15664,&quot;59711&quot;:15664,&quot;23170&quot;:15665,&quot;59712&quot;:15665,&quot;137139&quot;:15666,&quot;59713&quot;:15666,&quot;23137&quot;:15667,&quot;59714&quot;:15667,&quot;23153&quot;:15668,&quot;59715&quot;:15668,&quot;137477&quot;:15669,&quot;59716&quot;:15669,&quot;147964&quot;:15670,&quot;59717&quot;:15670,&quot;14125&quot;:15671,&quot;59718&quot;:15671,&quot;23023&quot;:15672,&quot;59719&quot;:15672,&quot;137020&quot;:15673,&quot;59720&quot;:15673,&quot;14023&quot;:15674,&quot;59721&quot;:15674,&quot;29070&quot;:15675,&quot;59722&quot;:15675,&quot;37776&quot;:15676,&quot;59723&quot;:15676,&quot;26266&quot;:15677,&quot;59724&quot;:15677,&quot;148133&quot;:15678,&quot;59725&quot;:15678,&quot;23150&quot;:15679,&quot;59726&quot;:15679,&quot;23083&quot;:15680,&quot;59727&quot;:15680,&quot;148115&quot;:15681,&quot;59728&quot;:15681,&quot;27179&quot;:15682,&quot;59729&quot;:15682,&quot;147193&quot;:15683,&quot;59730&quot;:15683,&quot;161590&quot;:15684,&quot;59731&quot;:15684,&quot;148571&quot;:15685,&quot;59732&quot;:15685,&quot;148170&quot;:15686,&quot;59733&quot;:15686,&quot;28957&quot;:15687,&quot;59734&quot;:15687,&quot;148057&quot;:15688,&quot;59735&quot;:15688,&quot;166369&quot;:15689,&quot;59736&quot;:15689,&quot;20400&quot;:15690,&quot;59737&quot;:15690,&quot;159016&quot;:15691,&quot;59738&quot;:15691,&quot;23746&quot;:15692,&quot;59739&quot;:15692,&quot;148686&quot;:15693,&quot;59740&quot;:15693,&quot;163405&quot;:15694,&quot;59741&quot;:15694,&quot;148413&quot;:15695,&quot;59742&quot;:15695,&quot;27148&quot;:15696,&quot;59743&quot;:15696,&quot;148054&quot;:15697,&quot;59744&quot;:15697,&quot;135940&quot;:15698,&quot;59745&quot;:15698,&quot;28979&quot;:15700,&quot;59747&quot;:15700,&quot;148457&quot;:15701,&quot;59748&quot;:15701,&quot;15781&quot;:15702,&quot;59749&quot;:15702,&quot;27871&quot;:15703,&quot;59750&quot;:15703,&quot;194597&quot;:15704,&quot;59751&quot;:15704,&quot;23019&quot;:15705,&quot;59754&quot;:15705,&quot;24412&quot;:15706,&quot;59757&quot;:15706,&quot;59764&quot;:15707,&quot;144128&quot;:15707,&quot;31955&quot;:15708,&quot;59776&quot;:15708,&quot;59783&quot;:15709,&quot;162548&quot;:15709,&quot;59786&quot;:15710,&quot;153334&quot;:15710,&quot;162584&quot;:15711,&quot;59790&quot;:15711,&quot;36972&quot;:15712,&quot;59791&quot;:15712,&quot;33270&quot;:15713,&quot;59795&quot;:15713,&quot;30476&quot;:15714,&quot;59797&quot;:15714,&quot;27810&quot;:15715,&quot;59799&quot;:15715,&quot;22269&quot;:15716,&quot;59800&quot;:15716,&quot;22633&quot;:15717,&quot;59828&quot;:15717,&quot;26465&quot;:15718,&quot;59832&quot;:15718,&quot;23646&quot;:15719,&quot;59838&quot;:15719,&quot;22770&quot;:15720,&quot;59841&quot;:15720,&quot;28857&quot;:15721,&quot;59843&quot;:15721,&quot;26627&quot;:15722,&quot;59853&quot;:15722,&quot;59859&quot;:15723,&quot;36795&quot;:15723,&quot;59861&quot;:15724,&quot;36796&quot;:15724,&quot;20001&quot;:15725,&quot;59871&quot;:15725,&quot;31545&quot;:15726,&quot;59898&quot;:15726,&quot;15820&quot;:15727,&quot;59902&quot;:15727,&quot;29482&quot;:15728,&quot;57990&quot;:15728,&quot;59909&quot;:15728,&quot;30048&quot;:15729,&quot;59912&quot;:15729,&quot;22586&quot;:15730,&quot;59920&quot;:15730,&quot;33446&quot;:15731,&quot;59932&quot;:15731,&quot;27018&quot;:15732,&quot;59940&quot;:15732,&quot;24803&quot;:15733,&quot;59944&quot;:15733,&quot;20206&quot;:15734,&quot;59984&quot;:15734,&quot;39364&quot;:15735,&quot;60002&quot;:15735,&quot;40639&quot;:15736,&quot;60023&quot;:15736,&quot;21249&quot;:15737,&quot;60025&quot;:15737,&quot;26528&quot;:15738,&quot;60038&quot;:15738,&quot;24808&quot;:15739,&quot;60046&quot;:15739,&quot;20916&quot;:15740,&quot;60053&quot;:15740,&quot;31363&quot;:15741,&quot;60064&quot;:15741,&quot;39994&quot;:15742,&quot;60075&quot;:15742,&quot;31432&quot;:15743,&quot;60093&quot;:15743,&quot;26906&quot;:15744,&quot;60098&quot;:15744,&quot;22956&quot;:15745,&quot;60100&quot;:15745,&quot;22592&quot;:15746,&quot;60102&quot;:15746,&quot;21610&quot;:15747,&quot;60114&quot;:15747,&quot;24807&quot;:15748,&quot;60123&quot;:15748,&quot;22138&quot;:15749,&quot;60125&quot;:15749,&quot;26965&quot;:15750,&quot;60132&quot;:15750,&quot;39983&quot;:15751,&quot;60133&quot;:15751,&quot;34725&quot;:15752,&quot;60134&quot;:15752,&quot;23584&quot;:15753,&quot;60141&quot;:15753,&quot;24075&quot;:15754,&quot;60143&quot;:15754,&quot;26398&quot;:15755,&quot;60147&quot;:15755,&quot;33965&quot;:15756,&quot;60157&quot;:15756,&quot;35713&quot;:15757,&quot;60161&quot;:15757,&quot;20088&quot;:15758,&quot;60166&quot;:15758,&quot;25283&quot;:15759,&quot;60176&quot;:15759,&quot;26709&quot;:15760,&quot;60180&quot;:15760,&quot;33533&quot;:15762,&quot;60190&quot;:15762,&quot;35237&quot;:15763,&quot;60194&quot;:15763,&quot;36768&quot;:15764,&quot;60196&quot;:15764,&quot;38840&quot;:15765,&quot;60198&quot;:15765,&quot;38983&quot;:15766,&quot;60200&quot;:15766,&quot;39613&quot;:15767,&quot;60201&quot;:15767,&quot;24497&quot;:15768,&quot;60218&quot;:15768,&quot;26184&quot;:15769,&quot;60219&quot;:15769,&quot;26303&quot;:15770,&quot;60220&quot;:15770,&quot;162425&quot;:15771,&quot;60221&quot;:15771,&quot;60225&quot;:15773,&quot;149946&quot;:15773,&quot;60230&quot;:15776,&quot;131910&quot;:15776,&quot;26382&quot;:15777,&quot;60232&quot;:15777,&quot;26904&quot;:15778,&quot;60233&quot;:15778,&quot;161367&quot;:15779,&quot;60235&quot;:15779,&quot;155618&quot;:15780,&quot;60236&quot;:15780,&quot;161278&quot;:15781,&quot;60239&quot;:15781,&quot;139418&quot;:15782,&quot;60240&quot;:15782,&quot;18640&quot;:15783,&quot;60241&quot;:15783,&quot;19128&quot;:15784,&quot;60242&quot;:15784,&quot;60244&quot;:15785,&quot;166554&quot;:15785,&quot;60247&quot;:15786,&quot;147515&quot;:15786,&quot;150085&quot;:15787,&quot;60250&quot;:15787,&quot;132554&quot;:15788,&quot;60251&quot;:15788,&quot;20946&quot;:15789,&quot;60252&quot;:15789,&quot;132625&quot;:15790,&quot;60253&quot;:15790,&quot;22943&quot;:15791,&quot;60254&quot;:15791,&quot;138920&quot;:15792,&quot;60255&quot;:15792,&quot;15294&quot;:15793,&quot;60256&quot;:15793,&quot;146687&quot;:15794,&quot;60257&quot;:15794,&quot;14747&quot;:15795,&quot;60262&quot;:15795,&quot;165352&quot;:15796,&quot;60264&quot;:15796,&quot;170441&quot;:15797,&quot;60265&quot;:15797,&quot;14178&quot;:15798,&quot;60266&quot;:15798,&quot;139715&quot;:15799,&quot;60267&quot;:15799,&quot;35678&quot;:15800,&quot;60268&quot;:15800,&quot;166734&quot;:15801,&quot;60269&quot;:15801,&quot;29193&quot;:15803,&quot;60274&quot;:15803,&quot;60276&quot;:15804,&quot;134264&quot;:15804,&quot;132985&quot;:15805,&quot;60280&quot;:15805,&quot;36570&quot;:15806,&quot;60281&quot;:15806,&quot;21135&quot;:15807,&quot;60283&quot;:15807,&quot;29041&quot;:15808,&quot;60285&quot;:15808,&quot;147274&quot;:15809,&quot;60288&quot;:15809,&quot;150183&quot;:15810,&quot;60289&quot;:15810,&quot;21948&quot;:15811,&quot;60290&quot;:15811,&quot;60293&quot;:15812,&quot;158546&quot;:15812,&quot;13427&quot;:15813,&quot;60295&quot;:15813,&quot;60297&quot;:15814,&quot;161330&quot;:15814,&quot;18200&quot;:15815,&quot;60299&quot;:15815,&quot;60303&quot;:15816,&quot;149823&quot;:15816,&quot;20582&quot;:15817,&quot;60305&quot;:15817,&quot;13563&quot;:15818,&quot;60306&quot;:15818,&quot;144332&quot;:15819,&quot;60307&quot;:15819,&quot;18300&quot;:15821,&quot;60310&quot;:15821,&quot;166216&quot;:15822,&quot;60311&quot;:15822,&quot;60315&quot;:15823,&quot;138640&quot;:15823,&quot;162834&quot;:15825,&quot;60320&quot;:15825,&quot;36950&quot;:15826,&quot;60321&quot;:15826,&quot;151450&quot;:15827,&quot;60323&quot;:15827,&quot;35682&quot;:15828,&quot;60324&quot;:15828,&quot;23899&quot;:15829,&quot;60327&quot;:15829,&quot;158711&quot;:15830,&quot;60328&quot;:15830,&quot;137500&quot;:15832,&quot;60331&quot;:15832,&quot;35562&quot;:15833,&quot;60332&quot;:15833,&quot;150006&quot;:15834,&quot;60333&quot;:15834,&quot;60335&quot;:15835,&quot;147439&quot;:15835,&quot;19392&quot;:15836,&quot;60337&quot;:15836,&quot;141083&quot;:15837,&quot;60340&quot;:15837,&quot;37989&quot;:15838,&quot;60341&quot;:15838,&quot;153569&quot;:15839,&quot;60342&quot;:15839,&quot;24981&quot;:15840,&quot;60343&quot;:15840,&quot;23079&quot;:15841,&quot;60344&quot;:15841,&quot;194765&quot;:15842,&quot;60345&quot;:15842,&quot;194566&quot;:15843,&quot;60348&quot;:15844,&quot;148769&quot;:15844,&quot;20074&quot;:15845,&quot;60350&quot;:15845,&quot;149812&quot;:15846,&quot;60351&quot;:15846,&quot;38486&quot;:15847,&quot;60352&quot;:15847,&quot;28047&quot;:15848,&quot;60353&quot;:15848,&quot;158909&quot;:15849,&quot;60354&quot;:15849,&quot;35191&quot;:15850,&quot;60356&quot;:15850,&quot;60359&quot;:15851,&quot;156689&quot;:15851,&quot;31554&quot;:15853,&quot;60363&quot;:15853,&quot;168128&quot;:15854,&quot;60364&quot;:15854,&quot;133649&quot;:15855,&quot;60365&quot;:15855,&quot;31301&quot;:15857,&quot;60369&quot;:15857,&quot;39462&quot;:15858,&quot;60372&quot;:15858,&quot;13919&quot;:15859,&quot;60374&quot;:15859,&quot;156777&quot;:15860,&quot;60375&quot;:15860,&quot;131105&quot;:15861,&quot;60376&quot;:15861,&quot;31107&quot;:15862,&quot;60377&quot;:15862,&quot;23852&quot;:15863,&quot;60380&quot;:15863,&quot;144665&quot;:15864,&quot;60381&quot;:15864,&quot;18128&quot;:15866,&quot;60384&quot;:15866,&quot;30011&quot;:15867,&quot;60386&quot;:15867,&quot;34917&quot;:15868,&quot;60387&quot;:15868,&quot;22710&quot;:15869,&quot;60389&quot;:15869,&quot;14108&quot;:15870,&quot;60390&quot;:15870,&quot;140685&quot;:15871,&quot;60391&quot;:15871,&quot;15444&quot;:15872,&quot;60394&quot;:15872,&quot;37505&quot;:15873,&quot;60397&quot;:15873,&quot;139642&quot;:15874,&quot;60398&quot;:15874,&quot;37680&quot;:15875,&quot;60400&quot;:15875,&quot;149968&quot;:15876,&quot;60402&quot;:15876,&quot;27705&quot;:15877,&quot;60403&quot;:15877,&quot;134904&quot;:15878,&quot;60406&quot;:15878,&quot;34855&quot;:15879,&quot;60407&quot;:15879,&quot;35061&quot;:15880,&quot;60408&quot;:15880,&quot;141606&quot;:15881,&quot;60409&quot;:15881,&quot;164979&quot;:15882,&quot;60410&quot;:15882,&quot;137137&quot;:15883,&quot;60411&quot;:15883,&quot;28344&quot;:15884,&quot;60412&quot;:15884,&quot;150058&quot;:15885,&quot;60413&quot;:15885,&quot;137248&quot;:15886,&quot;60414&quot;:15886,&quot;14756&quot;:15887,&quot;60415&quot;:15887,&quot;17727&quot;:15890,&quot;60419&quot;:15890,&quot;26294&quot;:15891,&quot;60420&quot;:15891,&quot;171181&quot;:15892,&quot;60421&quot;:15892,&quot;170148&quot;:15893,&quot;60422&quot;:15893,&quot;35139&quot;:15894,&quot;60423&quot;:15894,&quot;16607&quot;:15895,&quot;60427&quot;:15895,&quot;136714&quot;:15896,&quot;60428&quot;:15896,&quot;14753&quot;:15897,&quot;60429&quot;:15897,&quot;145199&quot;:15898,&quot;60430&quot;:15898,&quot;164072&quot;:15899,&quot;60431&quot;:15899,&quot;136133&quot;:15900,&quot;60432&quot;:15900,&quot;29101&quot;:15901,&quot;60433&quot;:15901,&quot;33638&quot;:15902,&quot;60434&quot;:15902,&quot;60436&quot;:15903,&quot;168360&quot;:15903,&quot;19639&quot;:15905,&quot;60438&quot;:15905,&quot;159919&quot;:15906,&quot;60439&quot;:15906,&quot;166315&quot;:15907,&quot;60440&quot;:15907,&quot;147834&quot;:15908,&quot;60445&quot;:15908,&quot;31555&quot;:15909,&quot;60446&quot;:15909,&quot;31102&quot;:15910,&quot;60447&quot;:15910,&quot;28597&quot;:15911,&quot;60449&quot;:15911,&quot;172767&quot;:15912,&quot;60450&quot;:15912,&quot;27139&quot;:15913,&quot;60451&quot;:15913,&quot;164632&quot;:15914,&quot;60452&quot;:15914,&quot;21410&quot;:15915,&quot;60453&quot;:15915,&quot;159239&quot;:15916,&quot;60454&quot;:15916,&quot;37823&quot;:15917,&quot;60455&quot;:15917,&quot;26678&quot;:15918,&quot;60456&quot;:15918,&quot;38749&quot;:15919,&quot;59389&quot;:15919,&quot;60457&quot;:15919,&quot;164207&quot;:15920,&quot;60458&quot;:15920,&quot;158133&quot;:15921,&quot;60460&quot;:15921,&quot;136173&quot;:15922,&quot;60461&quot;:15922,&quot;143919&quot;:15923,&quot;60462&quot;:15923,&quot;23941&quot;:15924,&quot;60464&quot;:15924,&quot;166960&quot;:15925,&quot;60465&quot;:15925,&quot;22293&quot;:15926,&quot;60467&quot;:15926,&quot;38947&quot;:15927,&quot;60468&quot;:15927,&quot;166217&quot;:15928,&quot;60469&quot;:15928,&quot;23979&quot;:15929,&quot;60470&quot;:15929,&quot;149896&quot;:15930,&quot;60471&quot;:15930,&quot;26046&quot;:15931,&quot;60472&quot;:15931,&quot;27093&quot;:15932,&quot;60473&quot;:15932,&quot;21458&quot;:15933,&quot;60474&quot;:15933,&quot;150181&quot;:15934,&quot;60475&quot;:15934,&quot;147329&quot;:15935,&quot;60476&quot;:15935,&quot;15377&quot;:15936,&quot;60477&quot;:15936,&quot;26422&quot;:15937,&quot;60478&quot;:15937,&quot;60482&quot;:15938,&quot;139169&quot;:15938,&quot;13770&quot;:15939,&quot;60490&quot;:15939,&quot;18682&quot;:15940,&quot;60493&quot;:15940,&quot;30728&quot;:15942,&quot;60496&quot;:15942,&quot;37461&quot;:15943,&quot;60497&quot;:15943,&quot;17394&quot;:15944,&quot;60499&quot;:15944,&quot;17375&quot;:15945,&quot;60501&quot;:15945,&quot;23032&quot;:15946,&quot;60505&quot;:15946,&quot;22155&quot;:15948,&quot;60518&quot;:15948,&quot;60520&quot;:15949,&quot;169449&quot;:15949,&quot;36882&quot;:15950,&quot;60541&quot;:15950,&quot;21953&quot;:15951,&quot;60546&quot;:15951,&quot;17673&quot;:15952,&quot;60551&quot;:15952,&quot;32383&quot;:15953,&quot;60552&quot;:15953,&quot;28502&quot;:15954,&quot;60553&quot;:15954,&quot;27313&quot;:15955,&quot;60554&quot;:15955,&quot;13540&quot;:15956,&quot;60556&quot;:15956,&quot;161949&quot;:15957,&quot;60558&quot;:15957,&quot;14138&quot;:15958,&quot;60559&quot;:15958,&quot;60562&quot;:15960,&quot;163876&quot;:15960,&quot;60565&quot;:15961,&quot;162366&quot;:15961,&quot;15851&quot;:15962,&quot;60567&quot;:15962,&quot;60569&quot;:15963,&quot;146615&quot;:15963,&quot;156248&quot;:15964,&quot;60574&quot;:15964,&quot;22207&quot;:15965,&quot;60575&quot;:15965,&quot;36366&quot;:15966,&quot;60577&quot;:15966,&quot;23405&quot;:15967,&quot;60578&quot;:15967,&quot;25566&quot;:15968,&quot;60581&quot;:15968,&quot;25904&quot;:15970,&quot;60585&quot;:15970,&quot;22061&quot;:15971,&quot;60586&quot;:15971,&quot;21530&quot;:15972,&quot;60588&quot;:15972,&quot;171416&quot;:15973,&quot;60591&quot;:15973,&quot;19581&quot;:15974,&quot;60592&quot;:15974,&quot;22050&quot;:15975,&quot;60593&quot;:15975,&quot;22046&quot;:15976,&quot;60594&quot;:15976,&quot;32585&quot;:15977,&quot;60595&quot;:15977,&quot;22901&quot;:15978,&quot;60597&quot;:15978,&quot;146752&quot;:15979,&quot;60598&quot;:15979,&quot;34672&quot;:15980,&quot;60599&quot;:15980,&quot;33047&quot;:15981,&quot;60604&quot;:15981,&quot;40286&quot;:15982,&quot;60605&quot;:15982,&quot;36120&quot;:15983,&quot;60606&quot;:15983,&quot;30267&quot;:15984,&quot;60607&quot;:15984,&quot;40005&quot;:15985,&quot;60608&quot;:15985,&quot;30286&quot;:15986,&quot;60609&quot;:15986,&quot;30649&quot;:15987,&quot;60610&quot;:15987,&quot;37701&quot;:15988,&quot;60611&quot;:15988,&quot;21554&quot;:15989,&quot;60612&quot;:15989,&quot;33096&quot;:15990,&quot;60613&quot;:15990,&quot;33527&quot;:15991,&quot;60614&quot;:15991,&quot;22053&quot;:15992,&quot;60615&quot;:15992,&quot;33074&quot;:15993,&quot;60616&quot;:15993,&quot;33816&quot;:15994,&quot;60617&quot;:15994,&quot;32957&quot;:15995,&quot;60618&quot;:15995,&quot;21994&quot;:15996,&quot;60619&quot;:15996,&quot;31074&quot;:15997,&quot;60620&quot;:15997,&quot;22083&quot;:15998,&quot;60621&quot;:15998,&quot;21526&quot;:15999,&quot;60622&quot;:15999,&quot;134813&quot;:16000,&quot;60623&quot;:16000,&quot;13774&quot;:16001,&quot;60624&quot;:16001,&quot;22021&quot;:16002,&quot;57509&quot;:16002,&quot;60625&quot;:16002,&quot;22001&quot;:16003,&quot;60626&quot;:16003,&quot;26353&quot;:16004,&quot;60627&quot;:16004,&quot;164578&quot;:16005,&quot;60628&quot;:16005,&quot;13869&quot;:16006,&quot;60629&quot;:16006,&quot;30004&quot;:16007,&quot;60630&quot;:16007,&quot;22000&quot;:16008,&quot;60631&quot;:16008,&quot;21946&quot;:16009,&quot;60632&quot;:16009,&quot;21655&quot;:16010,&quot;60633&quot;:16010,&quot;21874&quot;:16011,&quot;60634&quot;:16011,&quot;134209&quot;:16012,&quot;60635&quot;:16012,&quot;134294&quot;:16013,&quot;60636&quot;:16013,&quot;24272&quot;:16014,&quot;57652&quot;:16014,&quot;60637&quot;:16014,&quot;134774&quot;:16015,&quot;60639&quot;:16015,&quot;142434&quot;:16016,&quot;60640&quot;:16016,&quot;134818&quot;:16017,&quot;60641&quot;:16017,&quot;40619&quot;:16018,&quot;60642&quot;:16018,&quot;32090&quot;:16019,&quot;60643&quot;:16019,&quot;135285&quot;:16021,&quot;60645&quot;:16021,&quot;25245&quot;:16022,&quot;60646&quot;:16022,&quot;38765&quot;:16023,&quot;60647&quot;:16023,&quot;21652&quot;:16024,&quot;60648&quot;:16024,&quot;36045&quot;:16025,&quot;60649&quot;:16025,&quot;29174&quot;:16026,&quot;60650&quot;:16026,&quot;37238&quot;:16027,&quot;60651&quot;:16027,&quot;25596&quot;:16028,&quot;60652&quot;:16028,&quot;25529&quot;:16029,&quot;60653&quot;:16029,&quot;25598&quot;:16030,&quot;60654&quot;:16030,&quot;21865&quot;:16031,&quot;60655&quot;:16031,&quot;142147&quot;:16032,&quot;60656&quot;:16032,&quot;40050&quot;:16033,&quot;60657&quot;:16033,&quot;143027&quot;:16034,&quot;60658&quot;:16034,&quot;20890&quot;:16035,&quot;60659&quot;:16035,&quot;13535&quot;:16036,&quot;60660&quot;:16036,&quot;134567&quot;:16037,&quot;60661&quot;:16037,&quot;20903&quot;:16038,&quot;60662&quot;:16038,&quot;21581&quot;:16039,&quot;60663&quot;:16039,&quot;21790&quot;:16040,&quot;60664&quot;:16040,&quot;21779&quot;:16041,&quot;60665&quot;:16041,&quot;30310&quot;:16042,&quot;60666&quot;:16042,&quot;36397&quot;:16043,&quot;60667&quot;:16043,&quot;157834&quot;:16044,&quot;60668&quot;:16044,&quot;30129&quot;:16045,&quot;60669&quot;:16045,&quot;32950&quot;:16046,&quot;60670&quot;:16046,&quot;34820&quot;:16047,&quot;60671&quot;:16047,&quot;35015&quot;:16049,&quot;60673&quot;:16049,&quot;33206&quot;:16050,&quot;60674&quot;:16050,&quot;33820&quot;:16051,&quot;60675&quot;:16051,&quot;17644&quot;:16052,&quot;60677&quot;:16052,&quot;29444&quot;:16053,&quot;60678&quot;:16053,&quot;33547&quot;:16054,&quot;60681&quot;:16054,&quot;22139&quot;:16055,&quot;60683&quot;:16055,&quot;37232&quot;:16056,&quot;60690&quot;:16056,&quot;37384&quot;:16057,&quot;60692&quot;:16057,&quot;134905&quot;:16058,&quot;60696&quot;:16058,&quot;29286&quot;:16059,&quot;60697&quot;:16059,&quot;18254&quot;:16060,&quot;60699&quot;:16060,&quot;60701&quot;:16061,&quot;163833&quot;:16061,&quot;16634&quot;:16062,&quot;60703&quot;:16062,&quot;40029&quot;:16063,&quot;60704&quot;:16063,&quot;25887&quot;:16064,&quot;60705&quot;:16064,&quot;18675&quot;:16065,&quot;60707&quot;:16065,&quot;149472&quot;:16066,&quot;60708&quot;:16066,&quot;171388&quot;:16067,&quot;60709&quot;:16067,&quot;60713&quot;:16069,&quot;161187&quot;:16069,&quot;60715&quot;:16070,&quot;155720&quot;:16071,&quot;60716&quot;:16071,&quot;29091&quot;:16072,&quot;60718&quot;:16072,&quot;32398&quot;:16073,&quot;60719&quot;:16073,&quot;40272&quot;:16074,&quot;60720&quot;:16074,&quot;13687&quot;:16075,&quot;60723&quot;:16075,&quot;27826&quot;:16076,&quot;60725&quot;:16076,&quot;21351&quot;:16077,&quot;60726&quot;:16077,&quot;14812&quot;:16078,&quot;60728&quot;:16078,&quot;60731&quot;:16079,&quot;149016&quot;:16079,&quot;33325&quot;:16080,&quot;60734&quot;:16080,&quot;21579&quot;:16081,&quot;60735&quot;:16081,&quot;60739&quot;:16082,&quot;14930&quot;:16083,&quot;60740&quot;:16083,&quot;29556&quot;:16084,&quot;60742&quot;:16084,&quot;171692&quot;:16085,&quot;60743&quot;:16085,&quot;19721&quot;:16086,&quot;60744&quot;:16086,&quot;39917&quot;:16087,&quot;60745&quot;:16087,&quot;19547&quot;:16089,&quot;60748&quot;:16089,&quot;171998&quot;:16090,&quot;60751&quot;:16090,&quot;33884&quot;:16091,&quot;60752&quot;:16091,&quot;60754&quot;:16092,&quot;160434&quot;:16092,&quot;25390&quot;:16093,&quot;60757&quot;:16093,&quot;32037&quot;:16094,&quot;60758&quot;:16094,&quot;14890&quot;:16095,&quot;60761&quot;:16095,&quot;36872&quot;:16096,&quot;60762&quot;:16096,&quot;21196&quot;:16097,&quot;60763&quot;:16097,&quot;15988&quot;:16098,&quot;60764&quot;:16098,&quot;13946&quot;:16099,&quot;60765&quot;:16099,&quot;17897&quot;:16100,&quot;60766&quot;:16100,&quot;132238&quot;:16101,&quot;60767&quot;:16101,&quot;30272&quot;:16102,&quot;60768&quot;:16102,&quot;23280&quot;:16103,&quot;60769&quot;:16103,&quot;134838&quot;:16104,&quot;60770&quot;:16104,&quot;30842&quot;:16105,&quot;60771&quot;:16105,&quot;18358&quot;:16106,&quot;163630&quot;:16106,&quot;60772&quot;:16106,&quot;22695&quot;:16107,&quot;60773&quot;:16107,&quot;16575&quot;:16108,&quot;60774&quot;:16108,&quot;22140&quot;:16109,&quot;60775&quot;:16109,&quot;39819&quot;:16110,&quot;60776&quot;:16110,&quot;23924&quot;:16111,&quot;60777&quot;:16111,&quot;30292&quot;:16112,&quot;60778&quot;:16112,&quot;173108&quot;:16113,&quot;60779&quot;:16113,&quot;40581&quot;:16114,&quot;60780&quot;:16114,&quot;19681&quot;:16115,&quot;60781&quot;:16115,&quot;14331&quot;:16117,&quot;60783&quot;:16117,&quot;24857&quot;:16118,&quot;60784&quot;:16118,&quot;148466&quot;:16119,&quot;60786&quot;:16119,&quot;60787&quot;:16120,&quot;22109&quot;:16121,&quot;60788&quot;:16121,&quot;171526&quot;:16122,&quot;60792&quot;:16122,&quot;21044&quot;:16123,&quot;60793&quot;:16123,&quot;13741&quot;:16124,&quot;60795&quot;:16124,&quot;40316&quot;:16126,&quot;60797&quot;:16126,&quot;31830&quot;:16127,&quot;60798&quot;:16127,&quot;39737&quot;:16128,&quot;60799&quot;:16128,&quot;22494&quot;:16129,&quot;60800&quot;:16129,&quot;23635&quot;:16130,&quot;60802&quot;:16130,&quot;25811&quot;:16131,&quot;60803&quot;:16131,&quot;169168&quot;:16132,&quot;60804&quot;:16132,&quot;156469&quot;:16133,&quot;60805&quot;:16133,&quot;34477&quot;:16134,&quot;60807&quot;:16134,&quot;134440&quot;:16135,&quot;60808&quot;:16135,&quot;134513&quot;:16136,&quot;60811&quot;:16136,&quot;60812&quot;:16137,&quot;20990&quot;:16138,&quot;60813&quot;:16138,&quot;139023&quot;:16139,&quot;60814&quot;:16139,&quot;23950&quot;:16140,&quot;60815&quot;:16140,&quot;38659&quot;:16141,&quot;60816&quot;:16141,&quot;138705&quot;:16142,&quot;60817&quot;:16142,&quot;40577&quot;:16143,&quot;60818&quot;:16143,&quot;36940&quot;:16144,&quot;60819&quot;:16144,&quot;31519&quot;:16145,&quot;60820&quot;:16145,&quot;39682&quot;:16146,&quot;60821&quot;:16146,&quot;23761&quot;:16147,&quot;60822&quot;:16147,&quot;31651&quot;:16148,&quot;60823&quot;:16148,&quot;25192&quot;:16149,&quot;60824&quot;:16149,&quot;25397&quot;:16150,&quot;60825&quot;:16150,&quot;39679&quot;:16151,&quot;60826&quot;:16151,&quot;31695&quot;:16152,&quot;60827&quot;:16152,&quot;39722&quot;:16153,&quot;60828&quot;:16153,&quot;31870&quot;:16154,&quot;60829&quot;:16154,&quot;31810&quot;:16156,&quot;60831&quot;:16156,&quot;31878&quot;:16157,&quot;60832&quot;:16157,&quot;39957&quot;:16158,&quot;60833&quot;:16158,&quot;31740&quot;:16159,&quot;60834&quot;:16159,&quot;39689&quot;:16160,&quot;60835&quot;:16160,&quot;39982&quot;:16162,&quot;40794&quot;:16163,&quot;60839&quot;:16163,&quot;21875&quot;:16164,&quot;60840&quot;:16164,&quot;23491&quot;:16165,&quot;60841&quot;:16165,&quot;20477&quot;:16166,&quot;60842&quot;:16166,&quot;40600&quot;:16167,&quot;60843&quot;:16167,&quot;20466&quot;:16168,&quot;60844&quot;:16168,&quot;21088&quot;:16169,&quot;60845&quot;:16169,&quot;21201&quot;:16170,&quot;60847&quot;:16170,&quot;22375&quot;:16171,&quot;60848&quot;:16171,&quot;20566&quot;:16172,&quot;60849&quot;:16172,&quot;22967&quot;:16173,&quot;60850&quot;:16173,&quot;24082&quot;:16174,&quot;60851&quot;:16174,&quot;38856&quot;:16175,&quot;60852&quot;:16175,&quot;40363&quot;:16176,&quot;60853&quot;:16176,&quot;36700&quot;:16177,&quot;60854&quot;:16177,&quot;21609&quot;:16178,&quot;60855&quot;:16178,&quot;38836&quot;:16179,&quot;60856&quot;:16179,&quot;39232&quot;:16180,&quot;60857&quot;:16180,&quot;38842&quot;:16181,&quot;60858&quot;:16181,&quot;21292&quot;:16182,&quot;60859&quot;:16182,&quot;24880&quot;:16183,&quot;60860&quot;:16183,&quot;26924&quot;:16184,&quot;60861&quot;:16184,&quot;21466&quot;:16185,&quot;60862&quot;:16185,&quot;39946&quot;:16186,&quot;60863&quot;:16186,&quot;40194&quot;:16187,&quot;60864&quot;:16187,&quot;19515&quot;:16188,&quot;60865&quot;:16188,&quot;38465&quot;:16189,&quot;60866&quot;:16189,&quot;27008&quot;:16190,&quot;60867&quot;:16190,&quot;20646&quot;:16191,&quot;60868&quot;:16191,&quot;30022&quot;:16192,&quot;60869&quot;:16192,&quot;137069&quot;:16193,&quot;60870&quot;:16193,&quot;39386&quot;:16194,&quot;60871&quot;:16194,&quot;21107&quot;:16195,&quot;60872&quot;:16195,&quot;60873&quot;:16196,&quot;37209&quot;:16197,&quot;60874&quot;:16197,&quot;38529&quot;:16198,&quot;60875&quot;:16198,&quot;37212&quot;:16199,&quot;60876&quot;:16199,&quot;60877&quot;:16200,&quot;37201&quot;:16201,&quot;60878&quot;:16201,&quot;167575&quot;:16202,&quot;60879&quot;:16202,&quot;25471&quot;:16203,&quot;60880&quot;:16203,&quot;27338&quot;:16204,&quot;60882&quot;:16204,&quot;22033&quot;:16205,&quot;60883&quot;:16205,&quot;37262&quot;:16206,&quot;60884&quot;:16206,&quot;30074&quot;:16207,&quot;60885&quot;:16207,&quot;25221&quot;:16208,&quot;60886&quot;:16208,&quot;29519&quot;:16209,&quot;60888&quot;:16209,&quot;31856&quot;:16210,&quot;60889&quot;:16210,&quot;154657&quot;:16211,&quot;60890&quot;:16211,&quot;60892&quot;:16212,&quot;30422&quot;:16213,&quot;60894&quot;:16213,&quot;39837&quot;:16214,&quot;60895&quot;:16214,&quot;20010&quot;:16215,&quot;60896&quot;:16215,&quot;134356&quot;:16216,&quot;60897&quot;:16216,&quot;33726&quot;:16217,&quot;60898&quot;:16217,&quot;34882&quot;:16218,&quot;60899&quot;:16218,&quot;60900&quot;:16219,&quot;23626&quot;:16220,&quot;60901&quot;:16220,&quot;27072&quot;:16221,&quot;60902&quot;:16221,&quot;21023&quot;:16224,&quot;60905&quot;:16224,&quot;24053&quot;:16225,&quot;60906&quot;:16225,&quot;20174&quot;:16226,&quot;60907&quot;:16226,&quot;27697&quot;:16227,&quot;60908&quot;:16227,&quot;131570&quot;:16228,&quot;60909&quot;:16228,&quot;20281&quot;:16229,&quot;60910&quot;:16229,&quot;21660&quot;:16230,&quot;60911&quot;:16230,&quot;21146&quot;:16232,&quot;60913&quot;:16232,&quot;36226&quot;:16233,&quot;60914&quot;:16233,&quot;13822&quot;:16234,&quot;60915&quot;:16234,&quot;13811&quot;:16236,&quot;60917&quot;:16236,&quot;60918&quot;:16237,&quot;27474&quot;:16238,&quot;60919&quot;:16238,&quot;37244&quot;:16239,&quot;60920&quot;:16239,&quot;40869&quot;:16240,&quot;60921&quot;:16240,&quot;39831&quot;:16241,&quot;60922&quot;:16241,&quot;38958&quot;:16242,&quot;60923&quot;:16242,&quot;39092&quot;:16243,&quot;60924&quot;:16243,&quot;39610&quot;:16244,&quot;60925&quot;:16244,&quot;40616&quot;:16245,&quot;60926&quot;:16245,&quot;40580&quot;:16246,&quot;60927&quot;:16246,&quot;31508&quot;:16247,&quot;60929&quot;:16247,&quot;60930&quot;:16248,&quot;27642&quot;:16249,&quot;60931&quot;:16249,&quot;34840&quot;:16250,&quot;60932&quot;:16250,&quot;32632&quot;:16251,&quot;60933&quot;:16251,&quot;60934&quot;:16252,&quot;22048&quot;:16253,&quot;60935&quot;:16253,&quot;173642&quot;:16254,&quot;60936&quot;:16254,&quot;36471&quot;:16255,&quot;60937&quot;:16255,&quot;40787&quot;:16256,&quot;60938&quot;:16256,&quot;60939&quot;:16257,&quot;36308&quot;:16258,&quot;60940&quot;:16258,&quot;36431&quot;:16259,&quot;60941&quot;:16259,&quot;40476&quot;:16260,&quot;60942&quot;:16260,&quot;36353&quot;:16261,&quot;60943&quot;:16261,&quot;25218&quot;:16262,&quot;60944&quot;:16262,&quot;164733&quot;:16263,&quot;60945&quot;:16263,&quot;36392&quot;:16264,&quot;60946&quot;:16264,&quot;36469&quot;:16265,&quot;60947&quot;:16265,&quot;31443&quot;:16266,&quot;60948&quot;:16266,&quot;31294&quot;:16267,&quot;60950&quot;:16267,&quot;30936&quot;:16268,&quot;60951&quot;:16268,&quot;27882&quot;:16269,&quot;60952&quot;:16269,&quot;35431&quot;:16270,&quot;60953&quot;:16270,&quot;30215&quot;:16271,&quot;60954&quot;:16271,&quot;40742&quot;:16272,&quot;60956&quot;:16272,&quot;27854&quot;:16273,&quot;60957&quot;:16273,&quot;34774&quot;:16274,&quot;60958&quot;:16274,&quot;30147&quot;:16275,&quot;60959&quot;:16275,&quot;172722&quot;:16276,&quot;60960&quot;:16276,&quot;30803&quot;:16277,&quot;60961&quot;:16277,&quot;36108&quot;:16278,&quot;60963&quot;:16278,&quot;29410&quot;:16279,&quot;60964&quot;:16279,&quot;29553&quot;:16280,&quot;60965&quot;:16280,&quot;35629&quot;:16281,&quot;60966&quot;:16281,&quot;29442&quot;:16282,&quot;60967&quot;:16282,&quot;29937&quot;:16283,&quot;60968&quot;:16283,&quot;36075&quot;:16284,&quot;60969&quot;:16284,&quot;150203&quot;:16285,&quot;60970&quot;:16285,&quot;34351&quot;:16286,&quot;60971&quot;:16286,&quot;24506&quot;:16287,&quot;60972&quot;:16287,&quot;34976&quot;:16288,&quot;60973&quot;:16288,&quot;17591&quot;:16289,&quot;60974&quot;:16289,&quot;60975&quot;:16290,&quot;159237&quot;:16291,&quot;60977&quot;:16291,&quot;60978&quot;:16292,&quot;35454&quot;:16293,&quot;60979&quot;:16293,&quot;140571&quot;:16294,&quot;60980&quot;:16294,&quot;60981&quot;:16295,&quot;24829&quot;:16296,&quot;60982&quot;:16296,&quot;30311&quot;:16297,&quot;60983&quot;:16297,&quot;39639&quot;:16298,&quot;60984&quot;:16298,&quot;40260&quot;:16299,&quot;60985&quot;:16299,&quot;37742&quot;:16300,&quot;58859&quot;:16300,&quot;60986&quot;:16300,&quot;39823&quot;:16301,&quot;60987&quot;:16301,&quot;34805&quot;:16302,&quot;60988&quot;:16302,&quot;60989&quot;:16303,&quot;36087&quot;:16305,&quot;60991&quot;:16305,&quot;29484&quot;:16306,&quot;60992&quot;:16306,&quot;38689&quot;:16307,&quot;60993&quot;:16307,&quot;39856&quot;:16308,&quot;60994&quot;:16308,&quot;13782&quot;:16309,&quot;60995&quot;:16309,&quot;29362&quot;:16310,&quot;60996&quot;:16310,&quot;19463&quot;:16311,&quot;60997&quot;:16311,&quot;31825&quot;:16312,&quot;60998&quot;:16312,&quot;39242&quot;:16313,&quot;60999&quot;:16313,&quot;24921&quot;:16314,&quot;61001&quot;:16314,&quot;19460&quot;:16315,&quot;61002&quot;:16315,&quot;40598&quot;:16316,&quot;61003&quot;:16316,&quot;24957&quot;:16317,&quot;61004&quot;:16317,&quot;61005&quot;:16318,&quot;22367&quot;:16319,&quot;61006&quot;:16319,&quot;24943&quot;:16320,&quot;61007&quot;:16320,&quot;25254&quot;:16321,&quot;61008&quot;:16321,&quot;25145&quot;:16322,&quot;61009&quot;:16322,&quot;14940&quot;:16324,&quot;61011&quot;:16324,&quot;25058&quot;:16325,&quot;61012&quot;:16325,&quot;21418&quot;:16326,&quot;61013&quot;:16326,&quot;25444&quot;:16327,&quot;61015&quot;:16327,&quot;26626&quot;:16328,&quot;61016&quot;:16328,&quot;13778&quot;:16329,&quot;61017&quot;:16329,&quot;23895&quot;:16330,&quot;61018&quot;:16330,&quot;36826&quot;:16331,&quot;61020&quot;:16331,&quot;167481&quot;:16332,&quot;61021&quot;:16332,&quot;61022&quot;:16333,&quot;20697&quot;:16334,&quot;61023&quot;:16334,&quot;30982&quot;:16335,&quot;61025&quot;:16335,&quot;21298&quot;:16336,&quot;61026&quot;:16336,&quot;38456&quot;:16337,&quot;61027&quot;:16337,&quot;134971&quot;:16338,&quot;61028&quot;:16338,&quot;16485&quot;:16339,&quot;61029&quot;:16339,&quot;61030&quot;:16340,&quot;30718&quot;:16341,&quot;61031&quot;:16341,&quot;61032&quot;:16342,&quot;31938&quot;:16343,&quot;61033&quot;:16343,&quot;155418&quot;:16344,&quot;61034&quot;:16344,&quot;31962&quot;:16345,&quot;61035&quot;:16345,&quot;31277&quot;:16346,&quot;61036&quot;:16346,&quot;32870&quot;:16347,&quot;61037&quot;:16347,&quot;32867&quot;:16348,&quot;61038&quot;:16348,&quot;32077&quot;:16349,&quot;61039&quot;:16349,&quot;29957&quot;:16350,&quot;61040&quot;:16350,&quot;29938&quot;:16351,&quot;61041&quot;:16351,&quot;35220&quot;:16352,&quot;61042&quot;:16352,&quot;33306&quot;:16353,&quot;61043&quot;:16353,&quot;26380&quot;:16354,&quot;61044&quot;:16354,&quot;32866&quot;:16355,&quot;61045&quot;:16355,&quot;160902&quot;:16356,&quot;61046&quot;:16356,&quot;32859&quot;:16357,&quot;61047&quot;:16357,&quot;29936&quot;:16358,&quot;61048&quot;:16358,&quot;33027&quot;:16359,&quot;61049&quot;:16359,&quot;30500&quot;:16360,&quot;61050&quot;:16360,&quot;35209&quot;:16361,&quot;61051&quot;:16361,&quot;157644&quot;:16362,&quot;61052&quot;:16362,&quot;30035&quot;:16363,&quot;61053&quot;:16363,&quot;34729&quot;:16364,&quot;61055&quot;:16364,&quot;34766&quot;:16365,&quot;61056&quot;:16365,&quot;33224&quot;:16366,&quot;61057&quot;:16366,&quot;34700&quot;:16367,&quot;61058&quot;:16367,&quot;35401&quot;:16368,&quot;61059&quot;:16368,&quot;36013&quot;:16369,&quot;61060&quot;:16369,&quot;35651&quot;:16370,&quot;61061&quot;:16370,&quot;30507&quot;:16371,&quot;61062&quot;:16371,&quot;29944&quot;:16372,&quot;61063&quot;:16372,&quot;34010&quot;:16373,&quot;61064&quot;:16373,&quot;27058&quot;:16374,&quot;61066&quot;:16374,&quot;36262&quot;:16375,&quot;61067&quot;:16375,&quot;61068&quot;:16376,&quot;35241&quot;:16377,&quot;58392&quot;:16377,&quot;61069&quot;:16377,&quot;28089&quot;:16379,&quot;61071&quot;:16379,&quot;34753&quot;:16380,&quot;61072&quot;:16380,&quot;147473&quot;:16381,&quot;61073&quot;:16381,&quot;29927&quot;:16382,&quot;61074&quot;:16382,&quot;15835&quot;:16383,&quot;61075&quot;:16383,&quot;29046&quot;:16384,&quot;61076&quot;:16384,&quot;24740&quot;:16385,&quot;57702&quot;:16385,&quot;61077&quot;:16385,&quot;24988&quot;:16386,&quot;61078&quot;:16386,&quot;15569&quot;:16387,&quot;61079&quot;:16387,&quot;24695&quot;:16389,&quot;61081&quot;:16389,&quot;61082&quot;:16390,&quot;32625&quot;:16391,&quot;61083&quot;:16391,&quot;194850&quot;:16392,&quot;24809&quot;:16393,&quot;61086&quot;:16393,&quot;19326&quot;:16394,&quot;61087&quot;:16394,&quot;132423&quot;:16395,&quot;57344&quot;:16395,&quot;37595&quot;:16396,&quot;57345&quot;:16396,&quot;132575&quot;:16397,&quot;57346&quot;:16397,&quot;147397&quot;:16398,&quot;57347&quot;:16398,&quot;34124&quot;:16399,&quot;57348&quot;:16399,&quot;17077&quot;:16400,&quot;57349&quot;:16400,&quot;29679&quot;:16401,&quot;57350&quot;:16401,&quot;20917&quot;:16402,&quot;57351&quot;:16402,&quot;13897&quot;:16403,&quot;57352&quot;:16403,&quot;149826&quot;:16404,&quot;57353&quot;:16404,&quot;166372&quot;:16405,&quot;57354&quot;:16405,&quot;37700&quot;:16406,&quot;57355&quot;:16406,&quot;137691&quot;:16407,&quot;57356&quot;:16407,&quot;33518&quot;:16408,&quot;57357&quot;:16408,&quot;146632&quot;:16409,&quot;57358&quot;:16409,&quot;30780&quot;:16410,&quot;57359&quot;:16410,&quot;26436&quot;:16411,&quot;57360&quot;:16411,&quot;25311&quot;:16412,&quot;57361&quot;:16412,&quot;149811&quot;:16413,&quot;57362&quot;:16413,&quot;166314&quot;:16414,&quot;57363&quot;:16414,&quot;131744&quot;:16415,&quot;57364&quot;:16415,&quot;158643&quot;:16416,&quot;57365&quot;:16416,&quot;135941&quot;:16417,&quot;57366&quot;:16417,&quot;20395&quot;:16418,&quot;57367&quot;:16418,&quot;140525&quot;:16419,&quot;57368&quot;:16419,&quot;20488&quot;:16420,&quot;57369&quot;:16420,&quot;159017&quot;:16421,&quot;57370&quot;:16421,&quot;162436&quot;:16422,&quot;57371&quot;:16422,&quot;144896&quot;:16423,&quot;57372&quot;:16423,&quot;150193&quot;:16424,&quot;57373&quot;:16424,&quot;140563&quot;:16425,&quot;57374&quot;:16425,&quot;131966&quot;:16427,&quot;57376&quot;:16427,&quot;24484&quot;:16428,&quot;57377&quot;:16428,&quot;131968&quot;:16429,&quot;57378&quot;:16429,&quot;131911&quot;:16430,&quot;57379&quot;:16430,&quot;28379&quot;:16431,&quot;57380&quot;:16431,&quot;132127&quot;:16432,&quot;57381&quot;:16432,&quot;20702&quot;:16433,&quot;20737&quot;:16434,&quot;57383&quot;:16434,&quot;13434&quot;:16435,&quot;57384&quot;:16435,&quot;20750&quot;:16436,&quot;57385&quot;:16436,&quot;39020&quot;:16437,&quot;57386&quot;:16437,&quot;14147&quot;:16438,&quot;57387&quot;:16438,&quot;33814&quot;:16439,&quot;57388&quot;:16439,&quot;149924&quot;:16440,&quot;57389&quot;:16440,&quot;132231&quot;:16441,&quot;57390&quot;:16441,&quot;20832&quot;:16442,&quot;57391&quot;:16442,&quot;144308&quot;:16443,&quot;57392&quot;:16443,&quot;20842&quot;:16444,&quot;57393&quot;:16444,&quot;134143&quot;:16445,&quot;57394&quot;:16445,&quot;139516&quot;:16446,&quot;57395&quot;:16446,&quot;131813&quot;:16447,&quot;57396&quot;:16447,&quot;140592&quot;:16448,&quot;57397&quot;:16448,&quot;132494&quot;:16449,&quot;57398&quot;:16449,&quot;143923&quot;:16450,&quot;57399&quot;:16450,&quot;137603&quot;:16451,&quot;57400&quot;:16451,&quot;23426&quot;:16452,&quot;57401&quot;:16452,&quot;34685&quot;:16453,&quot;57402&quot;:16453,&quot;132531&quot;:16454,&quot;57403&quot;:16454,&quot;146585&quot;:16455,&quot;57404&quot;:16455,&quot;20914&quot;:16456,&quot;57405&quot;:16456,&quot;20920&quot;:16457,&quot;57406&quot;:16457,&quot;40244&quot;:16458,&quot;57407&quot;:16458,&quot;20937&quot;:16459,&quot;57408&quot;:16459,&quot;20943&quot;:16460,&quot;57409&quot;:16460,&quot;20945&quot;:16461,&quot;57410&quot;:16461,&quot;15580&quot;:16462,&quot;57411&quot;:16462,&quot;20947&quot;:16463,&quot;57412&quot;:16463,&quot;150182&quot;:16464,&quot;57413&quot;:16464,&quot;20915&quot;:16465,&quot;57414&quot;:16465,&quot;20973&quot;:16468,&quot;57417&quot;:16468,&quot;33741&quot;:16469,&quot;57418&quot;:16469,&quot;26942&quot;:16470,&quot;57419&quot;:16470,&quot;145197&quot;:16471,&quot;57420&quot;:16471,&quot;24443&quot;:16472,&quot;57421&quot;:16472,&quot;21003&quot;:16473,&quot;57422&quot;:16473,&quot;21030&quot;:16474,&quot;57423&quot;:16474,&quot;21052&quot;:16475,&quot;57424&quot;:16475,&quot;21173&quot;:16476,&quot;57425&quot;:16476,&quot;21079&quot;:16477,&quot;57426&quot;:16477,&quot;21140&quot;:16478,&quot;57427&quot;:16478,&quot;21177&quot;:16479,&quot;57428&quot;:16479,&quot;21189&quot;:16480,&quot;57429&quot;:16480,&quot;31765&quot;:16481,&quot;57430&quot;:16481,&quot;34114&quot;:16482,&quot;57431&quot;:16482,&quot;21216&quot;:16483,&quot;57432&quot;:16483,&quot;34317&quot;:16484,&quot;57433&quot;:16484,&quot;158483&quot;:16485,&quot;57434&quot;:16485,&quot;194601&quot;:16486,&quot;166622&quot;:16487,&quot;57436&quot;:16487,&quot;21833&quot;:16488,&quot;57437&quot;:16488,&quot;28377&quot;:16489,&quot;57438&quot;:16489,&quot;147328&quot;:16490,&quot;57439&quot;:16490,&quot;133460&quot;:16491,&quot;57440&quot;:16491,&quot;147436&quot;:16492,&quot;57441&quot;:16492,&quot;21299&quot;:16493,&quot;57442&quot;:16493,&quot;134114&quot;:16495,&quot;57444&quot;:16495,&quot;27851&quot;:16496,&quot;57445&quot;:16496,&quot;136998&quot;:16497,&quot;57446&quot;:16497,&quot;26651&quot;:16498,&quot;57447&quot;:16498,&quot;29653&quot;:16499,&quot;57448&quot;:16499,&quot;24650&quot;:16500,&quot;57449&quot;:16500,&quot;16042&quot;:16501,&quot;57450&quot;:16501,&quot;14540&quot;:16502,&quot;57451&quot;:16502,&quot;136936&quot;:16503,&quot;57452&quot;:16503,&quot;29149&quot;:16504,&quot;57453&quot;:16504,&quot;17570&quot;:16505,&quot;57454&quot;:16505,&quot;21357&quot;:16506,&quot;57455&quot;:16506,&quot;21364&quot;:16507,&quot;57456&quot;:16507,&quot;165547&quot;:16508,&quot;57457&quot;:16508,&quot;21374&quot;:16509,&quot;57458&quot;:16509,&quot;194610&quot;:16510,&quot;136598&quot;:16511,&quot;57460&quot;:16511,&quot;136723&quot;:16512,&quot;57461&quot;:16512,&quot;30694&quot;:16513,&quot;57462&quot;:16513,&quot;21395&quot;:16514,&quot;57463&quot;:16514,&quot;166555&quot;:16515,&quot;57464&quot;:16515,&quot;21408&quot;:16516,&quot;57465&quot;:16516,&quot;21419&quot;:16517,&quot;57466&quot;:16517,&quot;21422&quot;:16518,&quot;57467&quot;:16518,&quot;29607&quot;:16519,&quot;57468&quot;:16519,&quot;153458&quot;:16520,&quot;57469&quot;:16520,&quot;16217&quot;:16521,&quot;57470&quot;:16521,&quot;29596&quot;:16522,&quot;57471&quot;:16522,&quot;21441&quot;:16523,&quot;57472&quot;:16523,&quot;21445&quot;:16524,&quot;57473&quot;:16524,&quot;27721&quot;:16525,&quot;57474&quot;:16525,&quot;20041&quot;:16526,&quot;57475&quot;:16526,&quot;22526&quot;:16527,&quot;57476&quot;:16527,&quot;21465&quot;:16528,&quot;57477&quot;:16528,&quot;15019&quot;:16529,&quot;57478&quot;:16529,&quot;134031&quot;:16530,&quot;57479&quot;:16530,&quot;21472&quot;:16531,&quot;57480&quot;:16531,&quot;147435&quot;:16532,&quot;57481&quot;:16532,&quot;142755&quot;:16533,&quot;57482&quot;:16533,&quot;21494&quot;:16534,&quot;57483&quot;:16534,&quot;134263&quot;:16535,&quot;57484&quot;:16535,&quot;21523&quot;:16536,&quot;57485&quot;:16536,&quot;28793&quot;:16537,&quot;57486&quot;:16537,&quot;21803&quot;:16538,&quot;57487&quot;:16538,&quot;26199&quot;:16539,&quot;57488&quot;:16539,&quot;27995&quot;:16540,&quot;57489&quot;:16540,&quot;21613&quot;:16541,&quot;57490&quot;:16541,&quot;158547&quot;:16542,&quot;57491&quot;:16542,&quot;134516&quot;:16543,&quot;57492&quot;:16543,&quot;21853&quot;:16544,&quot;57493&quot;:16544,&quot;21647&quot;:16545,&quot;57494&quot;:16545,&quot;21668&quot;:16546,&quot;57495&quot;:16546,&quot;18342&quot;:16547,&quot;57496&quot;:16547,&quot;136973&quot;:16548,&quot;57497&quot;:16548,&quot;134877&quot;:16549,&quot;57498&quot;:16549,&quot;15796&quot;:16550,&quot;57499&quot;:16550,&quot;134477&quot;:16551,&quot;57500&quot;:16551,&quot;166332&quot;:16552,&quot;57501&quot;:16552,&quot;140952&quot;:16553,&quot;57502&quot;:16553,&quot;21831&quot;:16554,&quot;57503&quot;:16554,&quot;19693&quot;:16555,&quot;57504&quot;:16555,&quot;21551&quot;:16556,&quot;57505&quot;:16556,&quot;29719&quot;:16557,&quot;57506&quot;:16557,&quot;21894&quot;:16558,&quot;57507&quot;:16558,&quot;21929&quot;:16559,&quot;57508&quot;:16559,&quot;137431&quot;:16561,&quot;57510&quot;:16561,&quot;147514&quot;:16562,&quot;57511&quot;:16562,&quot;17746&quot;:16563,&quot;57512&quot;:16563,&quot;148533&quot;:16564,&quot;57513&quot;:16564,&quot;26291&quot;:16565,&quot;57514&quot;:16565,&quot;135348&quot;:16566,&quot;57515&quot;:16566,&quot;22071&quot;:16567,&quot;57516&quot;:16567,&quot;26317&quot;:16568,&quot;57517&quot;:16568,&quot;144010&quot;:16569,&quot;57518&quot;:16569,&quot;26276&quot;:16570,&quot;57519&quot;:16570,&quot;22093&quot;:16572,&quot;57521&quot;:16572,&quot;22095&quot;:16573,&quot;57522&quot;:16573,&quot;30961&quot;:16574,&quot;57523&quot;:16574,&quot;22257&quot;:16575,&quot;57524&quot;:16575,&quot;38791&quot;:16576,&quot;57525&quot;:16576,&quot;21502&quot;:16577,&quot;57526&quot;:16577,&quot;22272&quot;:16578,&quot;57527&quot;:16578,&quot;22255&quot;:16579,&quot;57528&quot;:16579,&quot;22253&quot;:16580,&quot;57529&quot;:16580,&quot;166758&quot;:16581,&quot;57530&quot;:16581,&quot;13859&quot;:16582,&quot;57531&quot;:16582,&quot;135759&quot;:16583,&quot;57532&quot;:16583,&quot;22342&quot;:16584,&quot;57533&quot;:16584,&quot;147877&quot;:16585,&quot;57534&quot;:16585,&quot;27758&quot;:16586,&quot;57535&quot;:16586,&quot;28811&quot;:16587,&quot;57536&quot;:16587,&quot;22338&quot;:16588,&quot;57537&quot;:16588,&quot;14001&quot;:16589,&quot;57538&quot;:16589,&quot;158846&quot;:16590,&quot;57539&quot;:16590,&quot;22502&quot;:16591,&quot;57540&quot;:16591,&quot;136214&quot;:16592,&quot;57541&quot;:16592,&quot;22531&quot;:16593,&quot;57542&quot;:16593,&quot;136276&quot;:16594,&quot;57543&quot;:16594,&quot;148323&quot;:16595,&quot;57544&quot;:16595,&quot;22566&quot;:16596,&quot;57545&quot;:16596,&quot;150517&quot;:16597,&quot;57546&quot;:16597,&quot;22559&quot;:16598,&quot;22698&quot;:16599,&quot;57548&quot;:16599,&quot;13665&quot;:16600,&quot;57549&quot;:16600,&quot;22752&quot;:16601,&quot;57550&quot;:16601,&quot;22748&quot;:16602,&quot;57551&quot;:16602,&quot;135740&quot;:16603,&quot;57552&quot;:16603,&quot;22779&quot;:16604,&quot;57553&quot;:16604,&quot;23551&quot;:16605,&quot;57554&quot;:16605,&quot;22339&quot;:16606,&quot;57555&quot;:16606,&quot;172368&quot;:16607,&quot;57556&quot;:16607,&quot;148088&quot;:16608,&quot;57557&quot;:16608,&quot;37843&quot;:16609,&quot;57558&quot;:16609,&quot;13729&quot;:16610,&quot;57559&quot;:16610,&quot;22815&quot;:16611,&quot;57560&quot;:16611,&quot;26790&quot;:16612,&quot;57561&quot;:16612,&quot;14019&quot;:16613,&quot;57562&quot;:16613,&quot;28249&quot;:16614,&quot;57563&quot;:16614,&quot;136766&quot;:16615,&quot;57564&quot;:16615,&quot;23076&quot;:16616,&quot;57565&quot;:16616,&quot;136850&quot;:16618,&quot;57567&quot;:16618,&quot;34053&quot;:16619,&quot;57568&quot;:16619,&quot;22985&quot;:16620,&quot;57569&quot;:16620,&quot;134478&quot;:16621,&quot;57570&quot;:16621,&quot;158849&quot;:16622,&quot;57571&quot;:16622,&quot;159018&quot;:16623,&quot;57572&quot;:16623,&quot;137180&quot;:16624,&quot;57573&quot;:16624,&quot;23001&quot;:16625,&quot;57574&quot;:16625,&quot;137211&quot;:16626,&quot;57575&quot;:16626,&quot;137138&quot;:16627,&quot;57576&quot;:16627,&quot;159142&quot;:16628,&quot;57577&quot;:16628,&quot;28017&quot;:16629,&quot;57578&quot;:16629,&quot;137256&quot;:16630,&quot;57579&quot;:16630,&quot;136917&quot;:16631,&quot;57580&quot;:16631,&quot;23033&quot;:16632,&quot;57581&quot;:16632,&quot;159301&quot;:16633,&quot;57582&quot;:16633,&quot;23211&quot;:16634,&quot;57583&quot;:16634,&quot;23139&quot;:16635,&quot;57584&quot;:16635,&quot;14054&quot;:16636,&quot;57585&quot;:16636,&quot;149929&quot;:16637,&quot;57586&quot;:16637,&quot;14088&quot;:16639,&quot;57588&quot;:16639,&quot;23190&quot;:16640,&quot;57589&quot;:16640,&quot;29797&quot;:16641,&quot;57590&quot;:16641,&quot;23251&quot;:16642,&quot;57591&quot;:16642,&quot;159649&quot;:16643,&quot;57592&quot;:16643,&quot;140628&quot;:16644,&quot;57593&quot;:16644,&quot;137489&quot;:16645,&quot;57595&quot;:16645,&quot;14130&quot;:16646,&quot;57596&quot;:16646,&quot;136888&quot;:16647,&quot;57597&quot;:16647,&quot;24195&quot;:16648,&quot;57598&quot;:16648,&quot;21200&quot;:16649,&quot;57599&quot;:16649,&quot;23414&quot;:16650,&quot;57600&quot;:16650,&quot;25992&quot;:16651,&quot;57601&quot;:16651,&quot;23420&quot;:16652,&quot;57602&quot;:16652,&quot;162318&quot;:16653,&quot;57603&quot;:16653,&quot;16388&quot;:16654,&quot;57604&quot;:16654,&quot;18525&quot;:16655,&quot;57605&quot;:16655,&quot;131588&quot;:16656,&quot;57606&quot;:16656,&quot;23509&quot;:16657,&quot;57607&quot;:16657,&quot;137780&quot;:16658,&quot;57609&quot;:16658,&quot;154060&quot;:16659,&quot;57610&quot;:16659,&quot;132517&quot;:16660,&quot;57611&quot;:16660,&quot;23539&quot;:16661,&quot;57612&quot;:16661,&quot;23453&quot;:16662,&quot;57613&quot;:16662,&quot;19728&quot;:16663,&quot;57614&quot;:16663,&quot;23557&quot;:16664,&quot;57615&quot;:16664,&quot;138052&quot;:16665,&quot;57616&quot;:16665,&quot;23571&quot;:16666,&quot;57617&quot;:16666,&quot;29646&quot;:16667,&quot;57618&quot;:16667,&quot;23572&quot;:16668,&quot;57619&quot;:16668,&quot;138405&quot;:16669,&quot;57620&quot;:16669,&quot;158504&quot;:16670,&quot;57621&quot;:16670,&quot;23625&quot;:16671,&quot;57622&quot;:16671,&quot;18653&quot;:16672,&quot;57623&quot;:16672,&quot;23685&quot;:16673,&quot;57624&quot;:16673,&quot;23785&quot;:16674,&quot;57625&quot;:16674,&quot;23791&quot;:16675,&quot;57626&quot;:16675,&quot;23947&quot;:16676,&quot;57627&quot;:16676,&quot;138745&quot;:16677,&quot;57628&quot;:16677,&quot;138807&quot;:16678,&quot;57629&quot;:16678,&quot;23824&quot;:16679,&quot;57630&quot;:16679,&quot;23832&quot;:16680,&quot;57631&quot;:16680,&quot;23878&quot;:16681,&quot;57632&quot;:16681,&quot;138916&quot;:16682,&quot;57633&quot;:16682,&quot;23738&quot;:16683,&quot;57634&quot;:16683,&quot;24023&quot;:16684,&quot;57635&quot;:16684,&quot;33532&quot;:16685,&quot;57636&quot;:16685,&quot;14381&quot;:16686,&quot;57637&quot;:16686,&quot;149761&quot;:16687,&quot;57638&quot;:16687,&quot;139337&quot;:16688,&quot;57639&quot;:16688,&quot;139635&quot;:16689,&quot;57640&quot;:16689,&quot;33415&quot;:16690,&quot;57641&quot;:16690,&quot;14390&quot;:16691,&quot;57642&quot;:16691,&quot;15298&quot;:16692,&quot;57643&quot;:16692,&quot;24110&quot;:16693,&quot;57644&quot;:16693,&quot;27274&quot;:16694,&quot;57645&quot;:16694,&quot;57647&quot;:16696,&quot;148668&quot;:16697,&quot;57648&quot;:16697,&quot;134355&quot;:16698,&quot;57649&quot;:16698,&quot;21414&quot;:16699,&quot;57650&quot;:16699,&quot;20151&quot;:16700,&quot;57651&quot;:16700,&quot;21416&quot;:16702,&quot;57653&quot;:16702,&quot;137073&quot;:16703,&quot;57654&quot;:16703,&quot;24073&quot;:16704,&quot;57655&quot;:16704,&quot;57656&quot;:16705,&quot;164994&quot;:16706,&quot;57657&quot;:16706,&quot;24313&quot;:16707,&quot;57658&quot;:16707,&quot;24315&quot;:16708,&quot;57659&quot;:16708,&quot;14496&quot;:16709,&quot;57660&quot;:16709,&quot;24316&quot;:16710,&quot;57661&quot;:16710,&quot;26686&quot;:16711,&quot;57662&quot;:16711,&quot;37915&quot;:16712,&quot;57663&quot;:16712,&quot;24333&quot;:16713,&quot;57664&quot;:16713,&quot;131521&quot;:16714,&quot;57665&quot;:16714,&quot;194708&quot;:16715,&quot;57666&quot;:16715,&quot;15070&quot;:16716,&quot;57667&quot;:16716,&quot;135994&quot;:16717,&quot;57669&quot;:16717,&quot;24378&quot;:16718,&quot;57670&quot;:16718,&quot;157832&quot;:16719,&quot;57671&quot;:16719,&quot;140240&quot;:16720,&quot;57672&quot;:16720,&quot;140401&quot;:16721,&quot;57674&quot;:16721,&quot;24419&quot;:16722,&quot;57675&quot;:16722,&quot;159342&quot;:16723,&quot;57677&quot;:16723,&quot;24434&quot;:16724,&quot;57678&quot;:16724,&quot;37696&quot;:16725,&quot;57679&quot;:16725,&quot;166454&quot;:16726,&quot;57680&quot;:16726,&quot;24487&quot;:16727,&quot;57681&quot;:16727,&quot;23990&quot;:16728,&quot;57682&quot;:16728,&quot;15711&quot;:16729,&quot;57683&quot;:16729,&quot;152144&quot;:16730,&quot;57684&quot;:16730,&quot;139114&quot;:16731,&quot;57685&quot;:16731,&quot;159992&quot;:16732,&quot;57686&quot;:16732,&quot;140904&quot;:16733,&quot;57687&quot;:16733,&quot;37334&quot;:16734,&quot;57688&quot;:16734,&quot;131742&quot;:16735,&quot;57689&quot;:16735,&quot;166441&quot;:16736,&quot;57690&quot;:16736,&quot;24625&quot;:16737,&quot;57691&quot;:16737,&quot;26245&quot;:16738,&quot;57692&quot;:16738,&quot;14691&quot;:16739,&quot;57694&quot;:16739,&quot;15815&quot;:16740,&quot;57695&quot;:16740,&quot;13881&quot;:16741,&quot;57696&quot;:16741,&quot;22416&quot;:16742,&quot;57697&quot;:16742,&quot;141236&quot;:16743,&quot;57698&quot;:16743,&quot;31089&quot;:16744,&quot;57699&quot;:16744,&quot;15936&quot;:16745,&quot;57700&quot;:16745,&quot;24734&quot;:16746,&quot;57701&quot;:16746,&quot;24810&quot;:16748,&quot;149890&quot;:16749,&quot;57704&quot;:16749,&quot;149903&quot;:16750,&quot;57705&quot;:16750,&quot;162387&quot;:16751,&quot;57706&quot;:16751,&quot;29860&quot;:16752,&quot;57707&quot;:16752,&quot;20705&quot;:16753,&quot;57708&quot;:16753,&quot;23200&quot;:16754,&quot;57709&quot;:16754,&quot;24932&quot;:16755,&quot;57710&quot;:16755,&quot;24898&quot;:16756,&quot;57712&quot;:16756,&quot;194726&quot;:16757,&quot;57713&quot;:16757,&quot;159442&quot;:16758,&quot;57714&quot;:16758,&quot;24961&quot;:16759,&quot;57715&quot;:16759,&quot;20980&quot;:16760,&quot;57716&quot;:16760,&quot;132694&quot;:16761,&quot;57717&quot;:16761,&quot;24967&quot;:16762,&quot;57718&quot;:16762,&quot;23466&quot;:16763,&quot;57719&quot;:16763,&quot;147383&quot;:16764,&quot;57720&quot;:16764,&quot;141407&quot;:16765,&quot;57721&quot;:16765,&quot;25043&quot;:16766,&quot;57722&quot;:16766,&quot;166813&quot;:16767,&quot;57723&quot;:16767,&quot;170333&quot;:16768,&quot;57724&quot;:16768,&quot;25040&quot;:16769,&quot;57725&quot;:16769,&quot;14642&quot;:16770,&quot;57726&quot;:16770,&quot;141696&quot;:16771,&quot;57727&quot;:16771,&quot;141505&quot;:16772,&quot;57728&quot;:16772,&quot;24611&quot;:16773,&quot;57729&quot;:16773,&quot;24924&quot;:16774,&quot;57730&quot;:16774,&quot;25886&quot;:16775,&quot;57731&quot;:16775,&quot;25483&quot;:16776,&quot;57732&quot;:16776,&quot;131352&quot;:16777,&quot;57733&quot;:16777,&quot;25285&quot;:16778,&quot;57734&quot;:16778,&quot;137072&quot;:16779,&quot;57735&quot;:16779,&quot;25301&quot;:16780,&quot;57736&quot;:16780,&quot;142861&quot;:16781,&quot;57737&quot;:16781,&quot;25452&quot;:16782,&quot;57738&quot;:16782,&quot;149983&quot;:16783,&quot;57739&quot;:16783,&quot;14871&quot;:16784,&quot;57740&quot;:16784,&quot;25656&quot;:16785,&quot;57741&quot;:16785,&quot;25592&quot;:16786,&quot;57742&quot;:16786,&quot;136078&quot;:16787,&quot;57743&quot;:16787,&quot;137212&quot;:16788,&quot;57744&quot;:16788,&quot;28554&quot;:16789,&quot;57746&quot;:16789,&quot;142902&quot;:16790,&quot;57747&quot;:16790,&quot;153373&quot;:16792,&quot;57750&quot;:16792,&quot;25825&quot;:16793,&quot;57751&quot;:16793,&quot;25829&quot;:16794,&quot;57752&quot;:16794,&quot;38011&quot;:16795,&quot;57753&quot;:16795,&quot;14950&quot;:16796,&quot;57754&quot;:16796,&quot;25658&quot;:16797,&quot;57755&quot;:16797,&quot;14935&quot;:16798,&quot;57756&quot;:16798,&quot;25933&quot;:16799,&quot;57757&quot;:16799,&quot;28438&quot;:16800,&quot;57758&quot;:16800,&quot;150056&quot;:16801,&quot;57759&quot;:16801,&quot;150051&quot;:16802,&quot;57760&quot;:16802,&quot;25989&quot;:16803,&quot;57761&quot;:16803,&quot;25965&quot;:16804,&quot;57762&quot;:16804,&quot;25951&quot;:16805,&quot;57763&quot;:16805,&quot;26037&quot;:16807,&quot;57765&quot;:16807,&quot;149824&quot;:16808,&quot;57766&quot;:16808,&quot;19255&quot;:16809,&quot;57767&quot;:16809,&quot;26065&quot;:16810,&quot;57768&quot;:16810,&quot;16600&quot;:16811,&quot;57769&quot;:16811,&quot;137257&quot;:16812,&quot;57770&quot;:16812,&quot;57771&quot;:16813,&quot;26083&quot;:16814,&quot;57772&quot;:16814,&quot;24543&quot;:16815,&quot;57773&quot;:16815,&quot;144384&quot;:16816,&quot;57774&quot;:16816,&quot;26136&quot;:16817,&quot;57775&quot;:16817,&quot;57776&quot;:16818,&quot;143863&quot;:16818,&quot;57777&quot;:16819,&quot;143864&quot;:16819,&quot;26180&quot;:16820,&quot;57778&quot;:16820,&quot;57779&quot;:16821,&quot;143780&quot;:16821,&quot;57780&quot;:16822,&quot;143781&quot;:16822,&quot;26187&quot;:16823,&quot;57781&quot;:16823,&quot;134773&quot;:16824,&quot;57782&quot;:16824,&quot;26215&quot;:16825,&quot;57783&quot;:16825,&quot;152038&quot;:16826,&quot;57784&quot;:16826,&quot;26227&quot;:16827,&quot;57785&quot;:16827,&quot;64018&quot;:16828,&quot;143921&quot;:16829,&quot;57788&quot;:16829,&quot;165364&quot;:16830,&quot;57789&quot;:16830,&quot;143816&quot;:16831,&quot;57790&quot;:16831,&quot;152339&quot;:16832,&quot;57791&quot;:16832,&quot;30661&quot;:16833,&quot;57792&quot;:16833,&quot;141559&quot;:16834,&quot;57793&quot;:16834,&quot;39332&quot;:16835,&quot;57794&quot;:16835,&quot;26370&quot;:16836,&quot;57795&quot;:16836,&quot;148380&quot;:16837,&quot;57796&quot;:16837,&quot;150049&quot;:16838,&quot;57797&quot;:16838,&quot;27130&quot;:16839,&quot;57799&quot;:16839,&quot;145346&quot;:16840,&quot;57800&quot;:16840,&quot;194779&quot;:16841,&quot;26471&quot;:16842,&quot;57802&quot;:16842,&quot;26466&quot;:16843,&quot;57803&quot;:16843,&quot;147917&quot;:16844,&quot;57804&quot;:16844,&quot;168173&quot;:16845,&quot;57805&quot;:16845,&quot;26583&quot;:16846,&quot;57806&quot;:16846,&quot;17641&quot;:16847,&quot;57807&quot;:16847,&quot;26658&quot;:16848,&quot;57808&quot;:16848,&quot;28240&quot;:16849,&quot;57809&quot;:16849,&quot;37436&quot;:16850,&quot;57810&quot;:16850,&quot;26625&quot;:16851,&quot;57811&quot;:16851,&quot;144358&quot;:16852,&quot;57812&quot;:16852,&quot;159136&quot;:16853,&quot;57813&quot;:16853,&quot;26717&quot;:16854,&quot;57814&quot;:16854,&quot;144495&quot;:16855,&quot;57815&quot;:16855,&quot;27105&quot;:16856,&quot;57816&quot;:16856,&quot;27147&quot;:16857,&quot;57817&quot;:16857,&quot;166623&quot;:16858,&quot;57818&quot;:16858,&quot;26995&quot;:16859,&quot;57819&quot;:16859,&quot;26819&quot;:16860,&quot;57820&quot;:16860,&quot;144845&quot;:16861,&quot;57821&quot;:16861,&quot;26881&quot;:16862,&quot;57822&quot;:16862,&quot;26880&quot;:16863,&quot;57823&quot;:16863,&quot;14849&quot;:16864,&quot;57825&quot;:16864,&quot;144956&quot;:16865,&quot;57826&quot;:16865,&quot;15232&quot;:16866,&quot;57827&quot;:16866,&quot;26540&quot;:16867,&quot;57828&quot;:16867,&quot;26977&quot;:16868,&quot;57829&quot;:16868,&quot;166474&quot;:16869,&quot;57830&quot;:16869,&quot;17148&quot;:16870,&quot;57831&quot;:16870,&quot;26934&quot;:16871,&quot;57832&quot;:16871,&quot;27032&quot;:16872,&quot;57833&quot;:16872,&quot;15265&quot;:16873,&quot;57834&quot;:16873,&quot;132041&quot;:16874,&quot;57835&quot;:16874,&quot;33635&quot;:16875,&quot;57836&quot;:16875,&quot;20624&quot;:16876,&quot;57837&quot;:16876,&quot;27129&quot;:16877,&quot;57838&quot;:16877,&quot;144985&quot;:16878,&quot;57839&quot;:16878,&quot;139562&quot;:16879,&quot;57840&quot;:16879,&quot;27205&quot;:16880,&quot;57841&quot;:16880,&quot;145155&quot;:16881,&quot;57842&quot;:16881,&quot;27293&quot;:16882,&quot;57843&quot;:16882,&quot;15347&quot;:16883,&quot;57844&quot;:16883,&quot;26545&quot;:16884,&quot;57845&quot;:16884,&quot;27336&quot;:16885,&quot;57846&quot;:16885,&quot;168348&quot;:16886,&quot;57847&quot;:16886,&quot;15373&quot;:16887,&quot;57848&quot;:16887,&quot;27421&quot;:16888,&quot;57849&quot;:16888,&quot;133411&quot;:16889,&quot;57850&quot;:16889,&quot;24798&quot;:16890,&quot;60308&quot;:16890,&quot;57851&quot;:16890,&quot;27445&quot;:16891,&quot;57852&quot;:16891,&quot;27508&quot;:16892,&quot;57853&quot;:16892,&quot;141261&quot;:16893,&quot;57854&quot;:16893,&quot;28341&quot;:16894,&quot;57855&quot;:16894,&quot;57856&quot;:16895,&quot;146139&quot;:16895,&quot;137560&quot;:16897,&quot;57858&quot;:16897,&quot;14144&quot;:16898,&quot;57859&quot;:16898,&quot;21537&quot;:16899,&quot;57860&quot;:16899,&quot;146266&quot;:16900,&quot;57861&quot;:16900,&quot;27617&quot;:16901,&quot;57862&quot;:16901,&quot;147196&quot;:16902,&quot;57863&quot;:16902,&quot;27612&quot;:16903,&quot;57864&quot;:16903,&quot;27703&quot;:16904,&quot;57865&quot;:16904,&quot;140427&quot;:16905,&quot;57866&quot;:16905,&quot;149745&quot;:16906,&quot;57867&quot;:16906,&quot;158545&quot;:16907,&quot;57868&quot;:16907,&quot;27738&quot;:16908,&quot;57869&quot;:16908,&quot;33318&quot;:16909,&quot;57870&quot;:16909,&quot;27769&quot;:16910,&quot;57871&quot;:16910,&quot;146876&quot;:16911,&quot;57872&quot;:16911,&quot;17605&quot;:16912,&quot;57873&quot;:16912,&quot;146877&quot;:16913,&quot;57874&quot;:16913,&quot;147876&quot;:16914,&quot;57875&quot;:16914,&quot;149772&quot;:16915,&quot;57876&quot;:16915,&quot;149760&quot;:16916,&quot;57877&quot;:16916,&quot;146633&quot;:16917,&quot;57878&quot;:16917,&quot;14053&quot;:16918,&quot;57879&quot;:16918,&quot;15595&quot;:16919,&quot;57880&quot;:16919,&quot;134450&quot;:16920,&quot;57881&quot;:16920,&quot;39811&quot;:16921,&quot;57882&quot;:16921,&quot;143865&quot;:16922,&quot;57883&quot;:16922,&quot;140433&quot;:16923,&quot;57884&quot;:16923,&quot;32655&quot;:16924,&quot;57885&quot;:16924,&quot;26679&quot;:16925,&quot;57886&quot;:16925,&quot;159013&quot;:16926,&quot;57887&quot;:16926,&quot;159137&quot;:16927,&quot;57888&quot;:16927,&quot;159211&quot;:16928,&quot;57889&quot;:16928,&quot;28054&quot;:16929,&quot;57890&quot;:16929,&quot;27996&quot;:16930,&quot;57891&quot;:16930,&quot;28284&quot;:16931,&quot;57892&quot;:16931,&quot;28420&quot;:16932,&quot;57893&quot;:16932,&quot;149887&quot;:16933,&quot;57894&quot;:16933,&quot;147589&quot;:16934,&quot;57895&quot;:16934,&quot;159346&quot;:16935,&quot;57896&quot;:16935,&quot;34099&quot;:16936,&quot;57897&quot;:16936,&quot;159604&quot;:16937,&quot;57898&quot;:16937,&quot;20935&quot;:16938,&quot;57899&quot;:16938,&quot;33838&quot;:16941,&quot;57902&quot;:16941,&quot;166689&quot;:16942,&quot;57903&quot;:16942,&quot;194824&quot;:16943,&quot;146991&quot;:16944,&quot;57905&quot;:16944,&quot;29779&quot;:16945,&quot;57906&quot;:16945,&quot;147330&quot;:16946,&quot;57907&quot;:16946,&quot;31180&quot;:16947,&quot;57908&quot;:16947,&quot;28239&quot;:16948,&quot;57909&quot;:16948,&quot;23185&quot;:16949,&quot;57910&quot;:16949,&quot;143435&quot;:16950,&quot;57911&quot;:16950,&quot;28664&quot;:16951,&quot;57912&quot;:16951,&quot;14093&quot;:16952,&quot;57913&quot;:16952,&quot;28573&quot;:16953,&quot;57914&quot;:16953,&quot;146992&quot;:16954,&quot;57915&quot;:16954,&quot;28410&quot;:16955,&quot;57916&quot;:16955,&quot;136343&quot;:16956,&quot;57917&quot;:16956,&quot;147517&quot;:16957,&quot;57918&quot;:16957,&quot;17749&quot;:16958,&quot;57919&quot;:16958,&quot;37872&quot;:16959,&quot;57920&quot;:16959,&quot;28484&quot;:16960,&quot;57921&quot;:16960,&quot;28508&quot;:16961,&quot;57922&quot;:16961,&quot;15694&quot;:16962,&quot;57923&quot;:16962,&quot;28532&quot;:16963,&quot;57924&quot;:16963,&quot;168304&quot;:16964,&quot;57925&quot;:16964,&quot;15675&quot;:16965,&quot;57926&quot;:16965,&quot;28575&quot;:16966,&quot;57927&quot;:16966,&quot;147780&quot;:16967,&quot;57928&quot;:16967,&quot;28627&quot;:16968,&quot;57929&quot;:16968,&quot;147601&quot;:16969,&quot;57930&quot;:16969,&quot;147797&quot;:16970,&quot;57931&quot;:16970,&quot;147513&quot;:16971,&quot;57932&quot;:16971,&quot;147440&quot;:16972,&quot;57933&quot;:16972,&quot;147380&quot;:16973,&quot;57934&quot;:16973,&quot;147775&quot;:16974,&quot;57935&quot;:16974,&quot;20959&quot;:16975,&quot;57936&quot;:16975,&quot;57937&quot;:16976,&quot;147798&quot;:16976,&quot;57938&quot;:16977,&quot;147799&quot;:16977,&quot;147776&quot;:16978,&quot;57939&quot;:16978,&quot;156125&quot;:16979,&quot;57940&quot;:16979,&quot;28747&quot;:16980,&quot;57941&quot;:16980,&quot;28798&quot;:16981,&quot;57942&quot;:16981,&quot;28839&quot;:16982,&quot;57943&quot;:16982,&quot;28876&quot;:16984,&quot;57945&quot;:16984,&quot;28885&quot;:16985,&quot;57946&quot;:16985,&quot;28886&quot;:16986,&quot;57947&quot;:16986,&quot;28895&quot;:16987,&quot;57948&quot;:16987,&quot;16644&quot;:16988,&quot;57949&quot;:16988,&quot;15848&quot;:16989,&quot;57950&quot;:16989,&quot;29108&quot;:16990,&quot;57951&quot;:16990,&quot;29078&quot;:16991,&quot;57952&quot;:16991,&quot;148087&quot;:16992,&quot;57953&quot;:16992,&quot;28971&quot;:16993,&quot;57954&quot;:16993,&quot;28997&quot;:16994,&quot;57955&quot;:16994,&quot;23176&quot;:16995,&quot;57956&quot;:16995,&quot;29002&quot;:16996,&quot;57957&quot;:16996,&quot;64072&quot;:16997,&quot;148325&quot;:16998,&quot;57960&quot;:16998,&quot;29007&quot;:16999,&quot;57961&quot;:16999,&quot;37730&quot;:17000,&quot;57962&quot;:17000,&quot;148161&quot;:17001,&quot;57963&quot;:17001,&quot;28972&quot;:17002,&quot;57964&quot;:17002,&quot;148570&quot;:17003,&quot;57965&quot;:17003,&quot;150055&quot;:17004,&quot;57966&quot;:17004,&quot;150050&quot;:17005,&quot;57967&quot;:17005,&quot;29114&quot;:17006,&quot;57968&quot;:17006,&quot;166888&quot;:17007,&quot;57969&quot;:17007,&quot;28861&quot;:17008,&quot;57970&quot;:17008,&quot;29198&quot;:17009,&quot;57971&quot;:17009,&quot;37954&quot;:17010,&quot;57972&quot;:17010,&quot;29205&quot;:17011,&quot;57973&quot;:17011,&quot;22801&quot;:17012,&quot;57974&quot;:17012,&quot;37955&quot;:17013,&quot;57975&quot;:17013,&quot;29220&quot;:17014,&quot;57976&quot;:17014,&quot;37697&quot;:17015,&quot;57977&quot;:17015,&quot;153093&quot;:17016,&quot;57978&quot;:17016,&quot;29230&quot;:17017,&quot;57979&quot;:17017,&quot;29248&quot;:17018,&quot;57980&quot;:17018,&quot;149876&quot;:17019,&quot;57981&quot;:17019,&quot;26813&quot;:17020,&quot;57982&quot;:17020,&quot;29269&quot;:17021,&quot;57983&quot;:17021,&quot;29271&quot;:17022,&quot;57984&quot;:17022,&quot;15957&quot;:17023,&quot;57985&quot;:17023,&quot;143428&quot;:17024,&quot;57986&quot;:17024,&quot;26637&quot;:17025,&quot;57987&quot;:17025,&quot;28477&quot;:17026,&quot;57988&quot;:17026,&quot;29314&quot;:17027,&quot;57989&quot;:17027,&quot;29483&quot;:17029,&quot;57991&quot;:17029,&quot;149539&quot;:17030,&quot;57992&quot;:17030,&quot;165931&quot;:17031,&quot;57993&quot;:17031,&quot;18669&quot;:17032,&quot;57994&quot;:17032,&quot;165892&quot;:17033,&quot;57995&quot;:17033,&quot;29480&quot;:17034,&quot;57996&quot;:17034,&quot;29486&quot;:17035,&quot;57997&quot;:17035,&quot;29647&quot;:17036,&quot;57998&quot;:17036,&quot;29610&quot;:17037,&quot;57999&quot;:17037,&quot;134202&quot;:17038,&quot;58000&quot;:17038,&quot;158254&quot;:17039,&quot;58001&quot;:17039,&quot;29641&quot;:17040,&quot;58002&quot;:17040,&quot;29769&quot;:17041,&quot;58003&quot;:17041,&quot;147938&quot;:17042,&quot;58004&quot;:17042,&quot;136935&quot;:17043,&quot;58005&quot;:17043,&quot;150052&quot;:17044,&quot;58006&quot;:17044,&quot;26147&quot;:17045,&quot;58007&quot;:17045,&quot;14021&quot;:17046,&quot;58008&quot;:17046,&quot;149943&quot;:17047,&quot;58009&quot;:17047,&quot;149901&quot;:17048,&quot;58010&quot;:17048,&quot;150011&quot;:17049,&quot;58011&quot;:17049,&quot;29687&quot;:17050,&quot;58012&quot;:17050,&quot;29717&quot;:17051,&quot;58013&quot;:17051,&quot;26883&quot;:17052,&quot;58014&quot;:17052,&quot;150054&quot;:17053,&quot;58015&quot;:17053,&quot;29753&quot;:17054,&quot;58016&quot;:17054,&quot;16087&quot;:17055,&quot;58018&quot;:17055,&quot;194863&quot;:17056,&quot;141485&quot;:17057,&quot;58020&quot;:17057,&quot;29792&quot;:17058,&quot;58021&quot;:17058,&quot;167602&quot;:17059,&quot;58022&quot;:17059,&quot;29767&quot;:17060,&quot;58023&quot;:17060,&quot;29668&quot;:17061,&quot;58024&quot;:17061,&quot;29814&quot;:17062,&quot;58025&quot;:17062,&quot;33721&quot;:17063,&quot;58026&quot;:17063,&quot;29804&quot;:17064,&quot;58027&quot;:17064,&quot;29812&quot;:17065,&quot;58029&quot;:17065,&quot;37873&quot;:17066,&quot;58030&quot;:17066,&quot;27180&quot;:17067,&quot;58031&quot;:17067,&quot;29826&quot;:17068,&quot;58032&quot;:17068,&quot;18771&quot;:17069,&quot;58033&quot;:17069,&quot;150156&quot;:17070,&quot;58034&quot;:17070,&quot;147807&quot;:17071,&quot;58035&quot;:17071,&quot;150137&quot;:17072,&quot;58036&quot;:17072,&quot;166799&quot;:17073,&quot;58037&quot;:17073,&quot;23366&quot;:17074,&quot;58038&quot;:17074,&quot;166915&quot;:17075,&quot;58039&quot;:17075,&quot;137374&quot;:17076,&quot;58040&quot;:17076,&quot;29896&quot;:17077,&quot;58041&quot;:17077,&quot;137608&quot;:17078,&quot;58042&quot;:17078,&quot;29966&quot;:17079,&quot;58043&quot;:17079,&quot;29982&quot;:17080,&quot;58045&quot;:17080,&quot;167641&quot;:17081,&quot;58046&quot;:17081,&quot;137803&quot;:17082,&quot;58047&quot;:17082,&quot;23511&quot;:17083,&quot;58048&quot;:17083,&quot;167596&quot;:17084,&quot;58049&quot;:17084,&quot;37765&quot;:17085,&quot;58050&quot;:17085,&quot;30029&quot;:17086,&quot;58051&quot;:17086,&quot;30026&quot;:17087,&quot;58052&quot;:17087,&quot;30055&quot;:17088,&quot;58053&quot;:17088,&quot;30062&quot;:17089,&quot;58054&quot;:17089,&quot;151426&quot;:17090,&quot;58055&quot;:17090,&quot;16132&quot;:17091,&quot;58056&quot;:17091,&quot;150803&quot;:17092,&quot;58057&quot;:17092,&quot;30094&quot;:17093,&quot;58058&quot;:17093,&quot;29789&quot;:17094,&quot;58059&quot;:17094,&quot;30110&quot;:17095,&quot;58060&quot;:17095,&quot;30132&quot;:17096,&quot;58061&quot;:17096,&quot;30210&quot;:17097,&quot;58062&quot;:17097,&quot;30252&quot;:17098,&quot;58063&quot;:17098,&quot;30289&quot;:17099,&quot;58064&quot;:17099,&quot;30287&quot;:17100,&quot;58065&quot;:17100,&quot;30319&quot;:17101,&quot;58066&quot;:17101,&quot;58067&quot;:17102,&quot;156661&quot;:17103,&quot;58068&quot;:17103,&quot;30352&quot;:17104,&quot;58069&quot;:17104,&quot;33263&quot;:17105,&quot;58070&quot;:17105,&quot;14328&quot;:17106,&quot;58071&quot;:17106,&quot;157969&quot;:17107,&quot;58072&quot;:17107,&quot;157966&quot;:17108,&quot;58073&quot;:17108,&quot;30369&quot;:17109,&quot;58074&quot;:17109,&quot;30373&quot;:17110,&quot;58075&quot;:17110,&quot;30391&quot;:17111,&quot;58076&quot;:17111,&quot;30412&quot;:17112,&quot;58077&quot;:17112,&quot;159647&quot;:17113,&quot;58078&quot;:17113,&quot;33890&quot;:17114,&quot;58079&quot;:17114,&quot;151709&quot;:17115,&quot;58080&quot;:17115,&quot;151933&quot;:17116,&quot;58081&quot;:17116,&quot;138780&quot;:17117,&quot;58082&quot;:17117,&quot;30494&quot;:17118,&quot;58083&quot;:17118,&quot;30502&quot;:17119,&quot;58084&quot;:17119,&quot;30528&quot;:17120,&quot;58085&quot;:17120,&quot;25775&quot;:17121,&quot;58086&quot;:17121,&quot;152096&quot;:17122,&quot;58087&quot;:17122,&quot;30552&quot;:17123,&quot;58088&quot;:17123,&quot;144044&quot;:17124,&quot;58089&quot;:17124,&quot;30639&quot;:17125,&quot;58090&quot;:17125,&quot;166244&quot;:17126,&quot;58091&quot;:17126,&quot;166248&quot;:17127,&quot;58092&quot;:17127,&quot;136897&quot;:17128,&quot;58093&quot;:17128,&quot;30708&quot;:17129,&quot;58094&quot;:17129,&quot;26826&quot;:17131,&quot;58098&quot;:17131,&quot;30895&quot;:17132,&quot;58099&quot;:17132,&quot;30919&quot;:17133,&quot;58100&quot;:17133,&quot;30931&quot;:17134,&quot;58101&quot;:17134,&quot;38565&quot;:17135,&quot;58102&quot;:17135,&quot;31022&quot;:17136,&quot;58103&quot;:17136,&quot;153056&quot;:17137,&quot;58104&quot;:17137,&quot;30935&quot;:17138,&quot;58105&quot;:17138,&quot;31028&quot;:17139,&quot;58106&quot;:17139,&quot;30897&quot;:17140,&quot;58107&quot;:17140,&quot;161292&quot;:17141,&quot;58108&quot;:17141,&quot;36792&quot;:17142,&quot;58109&quot;:17142,&quot;34948&quot;:17143,&quot;58110&quot;:17143,&quot;140828&quot;:17144,&quot;58113&quot;:17144,&quot;31110&quot;:17145,&quot;58114&quot;:17145,&quot;35072&quot;:17146,&quot;58115&quot;:17146,&quot;26882&quot;:17147,&quot;58116&quot;:17147,&quot;31104&quot;:17148,&quot;58117&quot;:17148,&quot;153687&quot;:17149,&quot;58118&quot;:17149,&quot;31133&quot;:17150,&quot;58119&quot;:17150,&quot;162617&quot;:17151,&quot;58120&quot;:17151,&quot;31036&quot;:17152,&quot;58121&quot;:17152,&quot;31145&quot;:17153,&quot;58122&quot;:17153,&quot;28202&quot;:17154,&quot;58123&quot;:17154,&quot;160038&quot;:17155,&quot;58124&quot;:17155,&quot;16040&quot;:17156,&quot;58125&quot;:17156,&quot;31174&quot;:17157,&quot;58126&quot;:17157,&quot;168205&quot;:17158,&quot;58127&quot;:17158,&quot;31188&quot;:17159,&quot;58128&quot;:17159,&quot;21797&quot;:17161,&quot;62526&quot;:17161,&quot;134210&quot;:17163,&quot;62528&quot;:17163,&quot;134421&quot;:17164,&quot;62529&quot;:17164,&quot;151851&quot;:17165,&quot;62530&quot;:17165,&quot;21904&quot;:17166,&quot;62531&quot;:17166,&quot;142534&quot;:17167,&quot;62532&quot;:17167,&quot;14828&quot;:17168,&quot;62533&quot;:17168,&quot;131905&quot;:17169,&quot;62534&quot;:17169,&quot;36422&quot;:17170,&quot;62535&quot;:17170,&quot;150968&quot;:17171,&quot;62536&quot;:17171,&quot;169189&quot;:17172,&quot;62537&quot;:17172,&quot;164030&quot;:17174,&quot;62539&quot;:17174,&quot;30586&quot;:17175,&quot;62540&quot;:17175,&quot;142392&quot;:17176,&quot;62541&quot;:17176,&quot;14900&quot;:17177,&quot;62542&quot;:17177,&quot;18389&quot;:17178,&quot;62543&quot;:17178,&quot;164189&quot;:17179,&quot;62544&quot;:17179,&quot;158194&quot;:17180,&quot;62545&quot;:17180,&quot;151018&quot;:17181,&quot;62546&quot;:17181,&quot;25821&quot;:17182,&quot;62547&quot;:17182,&quot;134524&quot;:17183,&quot;62548&quot;:17183,&quot;135092&quot;:17184,&quot;62549&quot;:17184,&quot;134357&quot;:17185,&quot;62550&quot;:17185,&quot;25741&quot;:17187,&quot;62552&quot;:17187,&quot;36478&quot;:17188,&quot;62553&quot;:17188,&quot;134806&quot;:17189,&quot;62554&quot;:17189,&quot;135012&quot;:17191,&quot;62556&quot;:17191,&quot;142505&quot;:17192,&quot;62557&quot;:17192,&quot;164438&quot;:17193,&quot;62558&quot;:17193,&quot;148691&quot;:17194,&quot;62559&quot;:17194,&quot;134470&quot;:17196,&quot;62561&quot;:17196,&quot;170573&quot;:17197,&quot;62562&quot;:17197,&quot;164073&quot;:17198,&quot;62563&quot;:17198,&quot;18420&quot;:17199,&quot;62564&quot;:17199,&quot;151207&quot;:17200,&quot;62565&quot;:17200,&quot;142530&quot;:17201,&quot;62566&quot;:17201,&quot;39602&quot;:17202,&quot;62567&quot;:17202,&quot;14951&quot;:17203,&quot;62568&quot;:17203,&quot;169460&quot;:17204,&quot;62569&quot;:17204,&quot;16365&quot;:17205,&quot;62570&quot;:17205,&quot;13574&quot;:17206,&quot;62571&quot;:17206,&quot;152263&quot;:17207,&quot;62572&quot;:17207,&quot;169940&quot;:17208,&quot;62573&quot;:17208,&quot;142660&quot;:17210,&quot;62575&quot;:17210,&quot;40302&quot;:17211,&quot;62576&quot;:17211,&quot;38933&quot;:17212,&quot;62577&quot;:17212,&quot;17369&quot;:17214,&quot;62579&quot;:17214,&quot;25780&quot;:17216,&quot;62581&quot;:17216,&quot;21731&quot;:17217,&quot;62582&quot;:17217,&quot;62584&quot;:17219,&quot;142282&quot;:17219,&quot;14843&quot;:17221,&quot;62586&quot;:17221,&quot;157402&quot;:17223,&quot;62588&quot;:17223,&quot;157462&quot;:17224,&quot;62589&quot;:17224,&quot;162208&quot;:17225,&quot;62590&quot;:17225,&quot;25834&quot;:17226,&quot;62591&quot;:17226,&quot;151634&quot;:17227,&quot;62592&quot;:17227,&quot;134211&quot;:17228,&quot;62593&quot;:17228,&quot;36456&quot;:17229,&quot;62594&quot;:17229,&quot;166732&quot;:17231,&quot;62596&quot;:17231,&quot;132913&quot;:17232,&quot;62597&quot;:17232,&quot;18443&quot;:17234,&quot;62599&quot;:17234,&quot;131497&quot;:17235,&quot;62600&quot;:17235,&quot;16378&quot;:17236,&quot;62601&quot;:17236,&quot;22643&quot;:17237,&quot;62602&quot;:17237,&quot;142733&quot;:17238,&quot;62603&quot;:17238,&quot;148936&quot;:17240,&quot;62605&quot;:17240,&quot;132348&quot;:17241,&quot;62606&quot;:17241,&quot;155799&quot;:17242,&quot;62607&quot;:17242,&quot;134988&quot;:17243,&quot;62608&quot;:17243,&quot;21881&quot;:17245,&quot;62610&quot;:17245,&quot;17338&quot;:17247,&quot;62612&quot;:17247,&quot;19124&quot;:17249,&quot;62614&quot;:17249,&quot;141926&quot;:17250,&quot;62615&quot;:17250,&quot;135325&quot;:17251,&quot;62616&quot;:17251,&quot;33194&quot;:17252,&quot;62617&quot;:17252,&quot;39157&quot;:17253,&quot;62618&quot;:17253,&quot;134556&quot;:17254,&quot;62619&quot;:17254,&quot;25465&quot;:17255,&quot;62620&quot;:17255,&quot;14846&quot;:17256,&quot;62621&quot;:17256,&quot;141173&quot;:17257,&quot;62622&quot;:17257,&quot;36288&quot;:17258,&quot;62623&quot;:17258,&quot;22177&quot;:17259,&quot;62624&quot;:17259,&quot;25724&quot;:17260,&quot;62625&quot;:17260,&quot;15939&quot;:17261,&quot;62626&quot;:17261,&quot;173569&quot;:17263,&quot;62628&quot;:17263,&quot;134665&quot;:17264,&quot;62629&quot;:17264,&quot;142031&quot;:17265,&quot;62630&quot;:17265,&quot;135368&quot;:17268,&quot;62633&quot;:17268,&quot;145858&quot;:17269,&quot;62634&quot;:17269,&quot;14738&quot;:17270,&quot;62635&quot;:17270,&quot;14854&quot;:17271,&quot;62636&quot;:17271,&quot;164507&quot;:17272,&quot;62637&quot;:17272,&quot;13688&quot;:17273,&quot;62638&quot;:17273,&quot;155209&quot;:17274,&quot;62639&quot;:17274,&quot;139463&quot;:17275,&quot;62640&quot;:17275,&quot;142514&quot;:17278,&quot;62643&quot;:17278,&quot;169760&quot;:17279,&quot;62644&quot;:17279,&quot;13500&quot;:17280,&quot;62645&quot;:17280,&quot;27709&quot;:17281,&quot;62646&quot;:17281,&quot;151099&quot;:17282,&quot;62647&quot;:17282,&quot;161140&quot;:17285,&quot;62650&quot;:17285,&quot;142987&quot;:17286,&quot;62651&quot;:17286,&quot;139784&quot;:17287,&quot;62652&quot;:17287,&quot;173659&quot;:17288,&quot;62653&quot;:17288,&quot;167117&quot;:17289,&quot;62654&quot;:17289,&quot;134778&quot;:17290,&quot;62655&quot;:17290,&quot;134196&quot;:17291,&quot;62656&quot;:17291,&quot;161337&quot;:17292,&quot;62683&quot;:17292,&quot;142286&quot;:17293,&quot;62684&quot;:17293,&quot;62687&quot;:17294,&quot;142417&quot;:17294,&quot;14872&quot;:17295,&quot;62689&quot;:17295,&quot;62691&quot;:17296,&quot;135367&quot;:17296,&quot;62693&quot;:17297,&quot;173618&quot;:17297,&quot;167122&quot;:17298,&quot;62695&quot;:17298,&quot;167321&quot;:17299,&quot;62696&quot;:17299,&quot;167114&quot;:17300,&quot;62697&quot;:17300,&quot;38314&quot;:17301,&quot;62698&quot;:17301,&quot;62706&quot;:17303,&quot;161630&quot;:17303,&quot;28992&quot;:17304,&quot;62708&quot;:17304,&quot;20822&quot;:17306,&quot;62385&quot;:17306,&quot;20222&quot;:17307,&quot;20616&quot;:17308,&quot;62487&quot;:17308,&quot;13459&quot;:17310,&quot;62489&quot;:17310,&quot;20870&quot;:17311,&quot;62491&quot;:17311,&quot;24130&quot;:17312,&quot;63037&quot;:17312,&quot;20997&quot;:17313,&quot;62495&quot;:17313,&quot;21031&quot;:17314,&quot;62436&quot;:17314,&quot;21113&quot;:17315,&quot;62497&quot;:17315,&quot;194600&quot;:17316,&quot;13651&quot;:17317,&quot;62504&quot;:17317,&quot;21442&quot;:17318,&quot;62505&quot;:17318,&quot;21343&quot;:17319,&quot;62715&quot;:17319,&quot;21823&quot;:17321,&quot;62520&quot;:17321,&quot;21976&quot;:17323,&quot;59986&quot;:17323,&quot;13789&quot;:17324,&quot;62722&quot;:17324,&quot;22049&quot;:17325,&quot;63067&quot;:17325,&quot;22100&quot;:17327,&quot;60044&quot;:17327,&quot;60148&quot;:17328,&quot;135291&quot;:17328,&quot;60153&quot;:17330,&quot;135379&quot;:17330,&quot;61095&quot;:17332,&quot;135934&quot;:17332,&quot;14265&quot;:17335,&quot;60104&quot;:17335,&quot;23745&quot;:17336,&quot;61099&quot;:17336,&quot;23829&quot;:17337,&quot;63066&quot;:17337,&quot;23894&quot;:17338,&quot;63030&quot;:17338,&quot;14392&quot;:17339,&quot;63036&quot;:17339,&quot;20097&quot;:17340,&quot;62477&quot;:17340,&quot;24253&quot;:17341,&quot;63038&quot;:17341,&quot;14612&quot;:17342,&quot;63042&quot;:17342,&quot;25017&quot;:17343,&quot;63050&quot;:17343,&quot;25232&quot;:17344,&quot;63054&quot;:17344,&quot;25368&quot;:17345,&quot;63056&quot;:17345,&quot;25690&quot;:17346,&quot;63063&quot;:17346,&quot;25745&quot;:17347,&quot;62381&quot;:17347,&quot;33133&quot;:17348,&quot;62709&quot;:17348,&quot;33156&quot;:17349,&quot;59922&quot;:17349,&quot;33171&quot;:17350,&quot;59924&quot;:17350,&quot;26624&quot;:17351,&quot;63080&quot;:17351,&quot;15292&quot;:17352,&quot;63093&quot;:17352,&quot;29327&quot;:17353,&quot;60517&quot;:17353,&quot;29389&quot;:17354,&quot;59781&quot;:17354,&quot;149487&quot;:17355,&quot;29497&quot;:17356,&quot;59785&quot;:17356,&quot;30018&quot;:17357,&quot;59811&quot;:17357,&quot;30172&quot;:17358,&quot;59817&quot;:17358,&quot;16320&quot;:17359,&quot;59818&quot;:17359,&quot;60278&quot;:17360,&quot;151205&quot;:17360,&quot;16343&quot;:17361,&quot;59820&quot;:17361,&quot;30336&quot;:17363,&quot;30348&quot;:17364,&quot;59824&quot;:17364,&quot;151388&quot;:17364,&quot;16552&quot;:17365,&quot;59845&quot;:17365,&quot;30777&quot;:17366,&quot;59846&quot;:17366,&quot;16643&quot;:17367,&quot;59855&quot;:17367,&quot;31377&quot;:17368,&quot;59863&quot;:17368,&quot;31771&quot;:17369,&quot;59876&quot;:17369,&quot;31981&quot;:17370,&quot;59884&quot;:17370,&quot;32659&quot;:17371,&quot;62658&quot;:17371,&quot;32686&quot;:17372,&quot;59892&quot;:17372,&quot;33535&quot;:17374,&quot;59936&quot;:17374,&quot;22623&quot;:17375,&quot;59981&quot;:17375,&quot;34482&quot;:17376,&quot;59960&quot;:17376,&quot;17836&quot;:17377,&quot;34699&quot;:17378,&quot;59963&quot;:17378,&quot;35143&quot;:17379,&quot;59969&quot;:17379,&quot;35369&quot;:17381,&quot;59972&quot;:17381,&quot;36465&quot;:17383,&quot;59988&quot;:17383,&quot;60484&quot;:17384,&quot;164233&quot;:17384,&quot;36528&quot;:17385,&quot;59990&quot;:17385,&quot;37214&quot;:17387,&quot;62443&quot;:17387,&quot;37260&quot;:17388,&quot;62441&quot;:17388,&quot;39182&quot;:17389,&quot;60051&quot;:17389,&quot;39196&quot;:17390,&quot;60054&quot;:17390,&quot;39809&quot;:17393,&quot;60066&quot;:17393,&quot;40384&quot;:17394,&quot;60080&quot;:17394,&quot;40339&quot;:17395,&quot;60078&quot;:17395,&quot;40620&quot;:17396,&quot;60085&quot;:17396,&quot;19857&quot;:17397,&quot;60540&quot;:17397,&quot;37818&quot;:17399,&quot;40571&quot;:17400,&quot;60084&quot;:17400,&quot;28809&quot;:17401,&quot;63148&quot;:17401,&quot;29512&quot;:17402,&quot;59788&quot;:17402,&quot;31129&quot;:17404,&quot;59858&quot;:17404,&quot;36791&quot;:17405,&quot;59997&quot;:17405,&quot;39234&quot;:17407,&quot;60056&quot;:17407,&quot;8364&quot;:17601,&quot;12443&quot;:17606,&quot;63518&quot;:17606,&quot;12444&quot;:17607,&quot;63519&quot;:17607,&quot;11904&quot;:17608,&quot;63520&quot;:17608,&quot;12736&quot;:17609,&quot;62211&quot;:17609,&quot;12737&quot;:17610,&quot;62212&quot;:17610,&quot;12738&quot;:17611,&quot;62213&quot;:17611,&quot;12739&quot;:17612,&quot;62214&quot;:17612,&quot;12740&quot;:17613,&quot;62215&quot;:17613,&quot;131340&quot;:17614,&quot;62216&quot;:17614,&quot;12741&quot;:17615,&quot;62217&quot;:17615,&quot;131281&quot;:17616,&quot;62218&quot;:17616,&quot;131277&quot;:17617,&quot;62219&quot;:17617,&quot;12742&quot;:17618,&quot;62220&quot;:17618,&quot;12743&quot;:17619,&quot;62221&quot;:17619,&quot;131275&quot;:17620,&quot;62222&quot;:17620,&quot;139240&quot;:17621,&quot;62223&quot;:17621,&quot;12744&quot;:17622,&quot;62224&quot;:17622,&quot;131274&quot;:17623,&quot;62225&quot;:17623,&quot;12745&quot;:17624,&quot;62226&quot;:17624,&quot;12746&quot;:17625,&quot;62227&quot;:17625,&quot;12747&quot;:17626,&quot;62228&quot;:17626,&quot;12748&quot;:17627,&quot;62229&quot;:17627,&quot;131342&quot;:17628,&quot;62230&quot;:17628,&quot;12749&quot;:17629,&quot;62231&quot;:17629,&quot;12750&quot;:17630,&quot;62232&quot;:17630,&quot;62776&quot;:17631,&quot;62777&quot;:17632,&quot;138177&quot;:17633,&quot;62778&quot;:17633,&quot;194680&quot;:17634,&quot;62779&quot;:17634,&quot;12205&quot;:17635,&quot;38737&quot;:17635,&quot;62780&quot;:17635,&quot;131206&quot;:17636,&quot;62781&quot;:17636,&quot;20059&quot;:17637,&quot;62782&quot;:17637,&quot;20155&quot;:17638,&quot;62783&quot;:17638,&quot;13630&quot;:17639,&quot;62784&quot;:17639,&quot;23587&quot;:17640,&quot;62785&quot;:17640,&quot;24401&quot;:17641,&quot;62786&quot;:17641,&quot;24516&quot;:17642,&quot;62787&quot;:17642,&quot;14586&quot;:17643,&quot;62788&quot;:17643,&quot;25164&quot;:17644,&quot;62789&quot;:17644,&quot;25909&quot;:17645,&quot;62790&quot;:17645,&quot;27514&quot;:17646,&quot;62791&quot;:17646,&quot;27701&quot;:17647,&quot;62792&quot;:17647,&quot;27706&quot;:17648,&quot;62793&quot;:17648,&quot;28780&quot;:17649,&quot;62794&quot;:17649,&quot;29227&quot;:17650,&quot;62795&quot;:17650,&quot;20012&quot;:17651,&quot;62796&quot;:17651,&quot;29357&quot;:17652,&quot;62797&quot;:17652,&quot;149737&quot;:17653,&quot;62798&quot;:17653,&quot;32594&quot;:17654,&quot;62799&quot;:17654,&quot;31035&quot;:17655,&quot;62800&quot;:17655,&quot;31993&quot;:17656,&quot;62801&quot;:17656,&quot;32595&quot;:17657,&quot;62802&quot;:17657,&quot;156266&quot;:17658,&quot;62803&quot;:17658,&quot;13505&quot;:17659,&quot;62804&quot;:17659,&quot;156491&quot;:17660,&quot;62806&quot;:17660,&quot;32770&quot;:17661,&quot;62807&quot;:17661,&quot;32896&quot;:17662,&quot;62808&quot;:17662,&quot;157202&quot;:17663,&quot;62809&quot;:17663,&quot;158033&quot;:17664,&quot;62810&quot;:17664,&quot;21341&quot;:17665,&quot;62811&quot;:17665,&quot;34916&quot;:17666,&quot;62812&quot;:17666,&quot;35265&quot;:17667,&quot;62813&quot;:17667,&quot;161970&quot;:17668,&quot;62814&quot;:17668,&quot;35744&quot;:17669,&quot;62815&quot;:17669,&quot;36125&quot;:17670,&quot;62816&quot;:17670,&quot;38021&quot;:17671,&quot;62817&quot;:17671,&quot;38264&quot;:17672,&quot;62818&quot;:17672,&quot;38271&quot;:17673,&quot;62819&quot;:17673,&quot;38376&quot;:17674,&quot;62820&quot;:17674,&quot;167439&quot;:17675,&quot;62821&quot;:17675,&quot;38886&quot;:17676,&quot;62822&quot;:17676,&quot;39029&quot;:17677,&quot;62823&quot;:17677,&quot;39118&quot;:17678,&quot;62824&quot;:17678,&quot;39134&quot;:17679,&quot;62825&quot;:17679,&quot;39267&quot;:17680,&quot;62826&quot;:17680,&quot;170000&quot;:17681,&quot;62827&quot;:17681,&quot;40060&quot;:17682,&quot;62828&quot;:17682,&quot;40479&quot;:17683,&quot;62829&quot;:17683,&quot;40644&quot;:17684,&quot;62830&quot;:17684,&quot;27503&quot;:17685,&quot;62831&quot;:17685,&quot;63751&quot;:17686,&quot;62832&quot;:17686,&quot;20023&quot;:17687,&quot;62833&quot;:17687,&quot;131207&quot;:17688,&quot;62834&quot;:17688,&quot;38429&quot;:17689,&quot;62835&quot;:17689,&quot;25143&quot;:17690,&quot;62836&quot;:17690,&quot;38050&quot;:17691,&quot;62837&quot;:17691,&quot;11908&quot;:17692,&quot;63521&quot;:17692,&quot;11910&quot;:17693,&quot;63522&quot;:17693,&quot;11911&quot;:17694,&quot;63523&quot;:17694,&quot;11912&quot;:17695,&quot;63524&quot;:17695,&quot;11914&quot;:17696,&quot;63525&quot;:17696,&quot;11916&quot;:17697,&quot;63526&quot;:17697,&quot;11917&quot;:17698,&quot;63527&quot;:17698,&quot;11925&quot;:17699,&quot;63528&quot;:17699,&quot;11932&quot;:17700,&quot;63529&quot;:17700,&quot;11941&quot;:17701,&quot;63531&quot;:17701,&quot;11943&quot;:17702,&quot;63532&quot;:17702,&quot;11946&quot;:17703,&quot;63533&quot;:17703,&quot;11948&quot;:17704,&quot;63534&quot;:17704,&quot;11950&quot;:17705,&quot;63535&quot;:17705,&quot;11958&quot;:17706,&quot;63536&quot;:17706,&quot;11964&quot;:17707,&quot;63537&quot;:17707,&quot;11966&quot;:17708,&quot;63538&quot;:17708,&quot;11978&quot;:17709,&quot;63540&quot;:17709,&quot;11980&quot;:17710,&quot;63541&quot;:17710,&quot;11981&quot;:17711,&quot;63542&quot;:17711,&quot;11983&quot;:17712,&quot;63543&quot;:17712,&quot;11990&quot;:17713,&quot;63544&quot;:17713,&quot;11991&quot;:17714,&quot;63545&quot;:17714,&quot;11998&quot;:17715,&quot;63546&quot;:17715,&quot;172969&quot;:17716,&quot;62368&quot;:17716,&quot;135493&quot;:17717,&quot;62369&quot;:17717,&quot;25866&quot;:17718,&quot;62371&quot;:17718,&quot;20029&quot;:17719,&quot;62374&quot;:17719,&quot;28381&quot;:17720,&quot;62375&quot;:17720,&quot;40270&quot;:17721,&quot;62376&quot;:17721,&quot;37343&quot;:17722,&quot;62377&quot;:17722,&quot;62380&quot;:17723,&quot;161589&quot;:17723,&quot;20250&quot;:17724,&quot;62382&quot;:17724,&quot;20264&quot;:17725,&quot;62383&quot;:17725,&quot;20392&quot;:17726,&quot;62384&quot;:17726,&quot;20852&quot;:17727,&quot;62386&quot;:17727,&quot;20892&quot;:17728,&quot;62387&quot;:17728,&quot;20964&quot;:17729,&quot;62388&quot;:17729,&quot;21153&quot;:17730,&quot;62389&quot;:17730,&quot;21160&quot;:17731,&quot;62390&quot;:17731,&quot;21307&quot;:17732,&quot;62391&quot;:17732,&quot;21326&quot;:17733,&quot;62392&quot;:17733,&quot;21457&quot;:17734,&quot;62393&quot;:17734,&quot;21464&quot;:17735,&quot;62394&quot;:17735,&quot;22242&quot;:17736,&quot;62395&quot;:17736,&quot;22768&quot;:17737,&quot;62396&quot;:17737,&quot;22788&quot;:17738,&quot;62397&quot;:17738,&quot;22791&quot;:17739,&quot;62398&quot;:17739,&quot;22834&quot;:17740,&quot;62399&quot;:17740,&quot;22836&quot;:17741,&quot;62400&quot;:17741,&quot;23398&quot;:17742,&quot;62401&quot;:17742,&quot;23454&quot;:17743,&quot;62402&quot;:17743,&quot;23455&quot;:17744,&quot;62403&quot;:17744,&quot;23706&quot;:17745,&quot;62404&quot;:17745,&quot;24198&quot;:17746,&quot;62405&quot;:17746,&quot;24635&quot;:17747,&quot;62406&quot;:17747,&quot;25993&quot;:17748,&quot;62407&quot;:17748,&quot;26622&quot;:17749,&quot;62408&quot;:17749,&quot;26628&quot;:17750,&quot;62409&quot;:17750,&quot;26725&quot;:17751,&quot;62410&quot;:17751,&quot;27982&quot;:17752,&quot;62411&quot;:17752,&quot;28860&quot;:17753,&quot;62412&quot;:17753,&quot;30005&quot;:17754,&quot;62413&quot;:17754,&quot;32420&quot;:17755,&quot;62414&quot;:17755,&quot;32428&quot;:17756,&quot;62415&quot;:17756,&quot;32442&quot;:17757,&quot;62416&quot;:17757,&quot;32455&quot;:17758,&quot;62417&quot;:17758,&quot;32463&quot;:17759,&quot;62418&quot;:17759,&quot;32479&quot;:17760,&quot;62419&quot;:17760,&quot;32518&quot;:17761,&quot;62420&quot;:17761,&quot;32567&quot;:17762,&quot;62421&quot;:17762,&quot;33402&quot;:17763,&quot;62422&quot;:17763,&quot;33487&quot;:17764,&quot;62423&quot;:17764,&quot;33647&quot;:17765,&quot;62424&quot;:17765,&quot;35270&quot;:17766,&quot;62425&quot;:17766,&quot;35774&quot;:17767,&quot;62426&quot;:17767,&quot;35810&quot;:17768,&quot;62427&quot;:17768,&quot;36710&quot;:17769,&quot;62428&quot;:17769,&quot;36711&quot;:17770,&quot;62429&quot;:17770,&quot;36718&quot;:17771,&quot;62430&quot;:17771,&quot;29713&quot;:17772,&quot;62431&quot;:17772,&quot;31996&quot;:17773,&quot;62432&quot;:17773,&quot;32205&quot;:17774,&quot;62433&quot;:17774,&quot;26950&quot;:17775,&quot;62434&quot;:17775,&quot;31433&quot;:17776,&quot;62435&quot;:17776,&quot;30904&quot;:17777,&quot;62442&quot;:17777,&quot;32956&quot;:17778,&quot;62444&quot;:17778,&quot;36107&quot;:17779,&quot;62446&quot;:17779,&quot;33014&quot;:17780,&quot;62447&quot;:17780,&quot;133607&quot;:17781,&quot;62448&quot;:17781,&quot;32927&quot;:17782,&quot;62451&quot;:17782,&quot;40647&quot;:17783,&quot;62452&quot;:17783,&quot;19661&quot;:17784,&quot;62453&quot;:17784,&quot;40393&quot;:17785,&quot;62454&quot;:17785,&quot;40460&quot;:17786,&quot;62455&quot;:17786,&quot;19518&quot;:17787,&quot;62456&quot;:17787,&quot;171510&quot;:17788,&quot;62457&quot;:17788,&quot;159758&quot;:17789,&quot;62458&quot;:17789,&quot;40458&quot;:17790,&quot;62459&quot;:17790,&quot;172339&quot;:17791,&quot;62460&quot;:17791,&quot;13761&quot;:17792,&quot;62461&quot;:17792,&quot;28314&quot;:17793,&quot;62463&quot;:17793,&quot;33342&quot;:17794,&quot;62464&quot;:17794,&quot;29977&quot;:17795,&quot;62465&quot;:17795,&quot;18705&quot;:17796,&quot;62467&quot;:17796,&quot;39532&quot;:17797,&quot;62468&quot;:17797,&quot;39567&quot;:17798,&quot;62469&quot;:17798,&quot;40857&quot;:17799,&quot;62470&quot;:17799,&quot;31111&quot;:17800,&quot;62471&quot;:17800,&quot;164972&quot;:17801,&quot;62472&quot;:17801,&quot;138698&quot;:17802,&quot;62473&quot;:17802,&quot;132560&quot;:17803,&quot;62474&quot;:17803,&quot;142054&quot;:17804,&quot;62475&quot;:17804,&quot;20004&quot;:17805,&quot;62476&quot;:17805,&quot;20096&quot;:17806,&quot;62478&quot;:17806,&quot;20103&quot;:17807,&quot;62479&quot;:17807,&quot;20159&quot;:17808,&quot;62480&quot;:17808,&quot;20203&quot;:17809,&quot;62481&quot;:17809,&quot;20279&quot;:17810,&quot;62482&quot;:17810,&quot;13388&quot;:17811,&quot;62483&quot;:17811,&quot;20413&quot;:17812,&quot;62484&quot;:17812,&quot;15944&quot;:17813,&quot;62485&quot;:17813,&quot;20483&quot;:17814,&quot;62486&quot;:17814,&quot;13437&quot;:17815,&quot;62488&quot;:17815,&quot;13477&quot;:17816,&quot;62490&quot;:17816,&quot;22789&quot;:17817,&quot;62492&quot;:17817,&quot;20955&quot;:17818,&quot;62493&quot;:17818,&quot;20988&quot;:17819,&quot;62494&quot;:17819,&quot;20105&quot;:17820,&quot;62496&quot;:17820,&quot;21136&quot;:17821,&quot;62498&quot;:17821,&quot;21287&quot;:17822,&quot;62499&quot;:17822,&quot;13767&quot;:17823,&quot;62500&quot;:17823,&quot;21417&quot;:17824,&quot;62501&quot;:17824,&quot;13649&quot;:17825,&quot;62502&quot;:17825,&quot;21424&quot;:17826,&quot;62503&quot;:17826,&quot;21539&quot;:17827,&quot;62506&quot;:17827,&quot;13677&quot;:17828,&quot;62507&quot;:17828,&quot;13682&quot;:17829,&quot;62508&quot;:17829,&quot;13953&quot;:17830,&quot;62509&quot;:17830,&quot;21651&quot;:17831,&quot;62510&quot;:17831,&quot;21667&quot;:17832,&quot;62511&quot;:17832,&quot;21684&quot;:17833,&quot;62512&quot;:17833,&quot;21689&quot;:17834,&quot;62513&quot;:17834,&quot;21712&quot;:17835,&quot;62514&quot;:17835,&quot;21743&quot;:17836,&quot;62515&quot;:17836,&quot;21784&quot;:17837,&quot;62516&quot;:17837,&quot;21795&quot;:17838,&quot;62517&quot;:17838,&quot;21800&quot;:17839,&quot;62518&quot;:17839,&quot;13720&quot;:17840,&quot;62519&quot;:17840,&quot;13733&quot;:17841,&quot;62521&quot;:17841,&quot;13759&quot;:17842,&quot;62522&quot;:17842,&quot;21975&quot;:17843,&quot;62523&quot;:17843,&quot;13765&quot;:17844,&quot;62524&quot;:17844,&quot;163204&quot;:17845,&quot;62525&quot;:17845,&quot;16467&quot;:17846,&quot;62538&quot;:17846,&quot;62551&quot;:17847,&quot;135412&quot;:17847,&quot;62555&quot;:17848,&quot;134155&quot;:17848,&quot;62574&quot;:17849,&quot;161992&quot;:17849,&quot;62580&quot;:17850,&quot;155813&quot;:17850,&quot;62583&quot;:17851,&quot;142668&quot;:17851,&quot;62585&quot;:17852,&quot;135287&quot;:17852,&quot;62587&quot;:17853,&quot;135279&quot;:17853,&quot;62595&quot;:17854,&quot;139681&quot;:17854,&quot;62609&quot;:17855,&quot;134550&quot;:17855,&quot;16571&quot;:17856,&quot;62611&quot;:17856,&quot;62631&quot;:17857,&quot;142537&quot;:17857,&quot;22098&quot;:17858,&quot;62641&quot;:17858,&quot;134961&quot;:17859,&quot;62642&quot;:17859,&quot;62657&quot;:17860,&quot;157724&quot;:17860,&quot;135375&quot;:17861,&quot;62659&quot;:17861,&quot;141315&quot;:17862,&quot;62660&quot;:17862,&quot;141625&quot;:17863,&quot;62661&quot;:17863,&quot;13819&quot;:17864,&quot;62662&quot;:17864,&quot;152035&quot;:17865,&quot;62663&quot;:17865,&quot;134796&quot;:17866,&quot;62664&quot;:17866,&quot;135053&quot;:17867,&quot;62665&quot;:17867,&quot;134826&quot;:17868,&quot;62666&quot;:17868,&quot;16275&quot;:17869,&quot;62667&quot;:17869,&quot;134960&quot;:17870,&quot;62668&quot;:17870,&quot;134471&quot;:17871,&quot;62669&quot;:17871,&quot;135503&quot;:17872,&quot;62670&quot;:17872,&quot;134732&quot;:17873,&quot;62671&quot;:17873,&quot;134827&quot;:17874,&quot;62673&quot;:17874,&quot;134057&quot;:17875,&quot;62674&quot;:17875,&quot;134472&quot;:17876,&quot;62675&quot;:17876,&quot;135360&quot;:17877,&quot;62676&quot;:17877,&quot;135485&quot;:17878,&quot;62677&quot;:17878,&quot;16377&quot;:17879,&quot;62678&quot;:17879,&quot;140950&quot;:17880,&quot;62679&quot;:17880,&quot;25650&quot;:17881,&quot;62680&quot;:17881,&quot;135085&quot;:17882,&quot;62681&quot;:17882,&quot;144372&quot;:17883,&quot;62682&quot;:17883,&quot;62685&quot;:17884,&quot;134526&quot;:17884,&quot;62686&quot;:17885,&quot;134527&quot;:17885,&quot;62688&quot;:17886,&quot;142421&quot;:17886,&quot;62690&quot;:17887,&quot;134808&quot;:17887,&quot;62692&quot;:17888,&quot;134958&quot;:17888,&quot;62694&quot;:17889,&quot;158544&quot;:17889,&quot;21708&quot;:17890,&quot;62699&quot;:17890,&quot;33476&quot;:17891,&quot;62700&quot;:17891,&quot;21945&quot;:17892,&quot;62701&quot;:17892,&quot;171715&quot;:17893,&quot;62703&quot;:17893,&quot;39974&quot;:17894,&quot;62704&quot;:17894,&quot;39606&quot;:17895,&quot;62705&quot;:17895,&quot;62707&quot;:17896,&quot;142830&quot;:17896,&quot;33004&quot;:17897,&quot;62710&quot;:17897,&quot;23580&quot;:17898,&quot;62711&quot;:17898,&quot;157042&quot;:17899,&quot;62712&quot;:17899,&quot;33076&quot;:17900,&quot;62713&quot;:17900,&quot;14231&quot;:17901,&quot;62714&quot;:17901,&quot;164029&quot;:17902,&quot;62716&quot;:17902,&quot;37302&quot;:17903,&quot;62717&quot;:17903,&quot;134906&quot;:17904,&quot;62718&quot;:17904,&quot;134671&quot;:17905,&quot;62719&quot;:17905,&quot;134775&quot;:17906,&quot;62720&quot;:17906,&quot;134907&quot;:17907,&quot;62721&quot;:17907,&quot;151019&quot;:17908,&quot;62723&quot;:17908,&quot;13833&quot;:17909,&quot;62724&quot;:17909,&quot;134358&quot;:17910,&quot;62725&quot;:17910,&quot;22191&quot;:17911,&quot;62726&quot;:17911,&quot;141237&quot;:17912,&quot;62727&quot;:17912,&quot;135369&quot;:17913,&quot;62728&quot;:17913,&quot;134672&quot;:17914,&quot;62729&quot;:17914,&quot;134776&quot;:17915,&quot;62730&quot;:17915,&quot;135288&quot;:17916,&quot;62731&quot;:17916,&quot;135496&quot;:17917,&quot;62732&quot;:17917,&quot;164359&quot;:17918,&quot;62733&quot;:17918,&quot;136277&quot;:17919,&quot;62734&quot;:17919,&quot;134777&quot;:17920,&quot;62735&quot;:17920,&quot;151120&quot;:17921,&quot;62736&quot;:17921,&quot;142756&quot;:17922,&quot;62737&quot;:17922,&quot;23124&quot;:17923,&quot;62738&quot;:17923,&quot;62739&quot;:17924,&quot;135197&quot;:17924,&quot;62740&quot;:17925,&quot;135198&quot;:17925,&quot;62741&quot;:17926,&quot;135413&quot;:17926,&quot;62742&quot;:17927,&quot;135414&quot;:17927,&quot;22428&quot;:17928,&quot;62743&quot;:17928,&quot;134673&quot;:17929,&quot;62744&quot;:17929,&quot;161428&quot;:17930,&quot;62745&quot;:17930,&quot;164557&quot;:17931,&quot;62746&quot;:17931,&quot;135093&quot;:17932,&quot;62747&quot;:17932,&quot;134779&quot;:17933,&quot;62748&quot;:17933,&quot;151934&quot;:17934,&quot;62749&quot;:17934,&quot;14083&quot;:17935,&quot;62750&quot;:17935,&quot;135094&quot;:17936,&quot;62751&quot;:17936,&quot;135552&quot;:17937,&quot;62752&quot;:17937,&quot;152280&quot;:17938,&quot;62753&quot;:17938,&quot;172733&quot;:17939,&quot;62754&quot;:17939,&quot;149978&quot;:17940,&quot;62755&quot;:17940,&quot;137274&quot;:17941,&quot;62756&quot;:17941,&quot;147831&quot;:17942,&quot;62757&quot;:17942,&quot;164476&quot;:17943,&quot;62758&quot;:17943,&quot;22681&quot;:17944,&quot;62759&quot;:17944,&quot;21096&quot;:17945,&quot;62760&quot;:17945,&quot;13850&quot;:17946,&quot;62761&quot;:17946,&quot;153405&quot;:17947,&quot;62762&quot;:17947,&quot;31666&quot;:17948,&quot;62763&quot;:17948,&quot;23400&quot;:17949,&quot;62764&quot;:17949,&quot;18432&quot;:17950,&quot;62765&quot;:17950,&quot;19244&quot;:17951,&quot;62766&quot;:17951,&quot;40743&quot;:17952,&quot;62767&quot;:17952,&quot;18919&quot;:17953,&quot;62768&quot;:17953,&quot;39967&quot;:17954,&quot;62769&quot;:17954,&quot;39821&quot;:17955,&quot;62770&quot;:17955,&quot;154484&quot;:17956,&quot;62771&quot;:17956,&quot;143677&quot;:17957,&quot;62772&quot;:17957,&quot;22011&quot;:17958,&quot;62773&quot;:17958,&quot;13810&quot;:17959,&quot;62774&quot;:17959,&quot;22153&quot;:17960,&quot;62775&quot;:17960,&quot;23870&quot;:17961,&quot;63028&quot;:17961,&quot;23880&quot;:17962,&quot;63029&quot;:17962,&quot;15868&quot;:17963,&quot;63031&quot;:17963,&quot;14351&quot;:17964,&quot;63032&quot;:17964,&quot;23972&quot;:17965,&quot;63033&quot;:17965,&quot;23993&quot;:17966,&quot;63034&quot;:17966,&quot;14368&quot;:17967,&quot;63035&quot;:17967,&quot;24357&quot;:17968,&quot;63039&quot;:17968,&quot;24451&quot;:17969,&quot;63040&quot;:17969,&quot;14600&quot;:17970,&quot;63041&quot;:17970,&quot;14655&quot;:17971,&quot;63043&quot;:17971,&quot;14669&quot;:17972,&quot;63044&quot;:17972,&quot;24791&quot;:17973,&quot;63045&quot;:17973,&quot;24893&quot;:17974,&quot;63046&quot;:17974,&quot;23781&quot;:17975,&quot;63047&quot;:17975,&quot;14729&quot;:17976,&quot;63048&quot;:17976,&quot;25015&quot;:17977,&quot;63049&quot;:17977,&quot;25039&quot;:17978,&quot;63051&quot;:17978,&quot;14776&quot;:17979,&quot;63052&quot;:17979,&quot;25132&quot;:17980,&quot;63053&quot;:17980,&quot;25317&quot;:17981,&quot;63055&quot;:17981,&quot;14840&quot;:17982,&quot;63057&quot;:17982,&quot;22193&quot;:17983,&quot;63058&quot;:17983,&quot;14851&quot;:17984,&quot;63059&quot;:17984,&quot;25570&quot;:17985,&quot;63060&quot;:17985,&quot;25595&quot;:17986,&quot;63061&quot;:17986,&quot;25607&quot;:17987,&quot;63062&quot;:17987,&quot;14923&quot;:17988,&quot;63064&quot;:17988,&quot;25792&quot;:17989,&quot;63065&quot;:17989,&quot;40863&quot;:17990,&quot;63068&quot;:17990,&quot;14999&quot;:17991,&quot;63069&quot;:17991,&quot;25990&quot;:17992,&quot;63070&quot;:17992,&quot;15037&quot;:17993,&quot;63071&quot;:17993,&quot;26111&quot;:17994,&quot;63072&quot;:17994,&quot;26195&quot;:17995,&quot;63073&quot;:17995,&quot;15090&quot;:17996,&quot;63074&quot;:17996,&quot;26258&quot;:17997,&quot;63075&quot;:17997,&quot;15138&quot;:17998,&quot;63076&quot;:17998,&quot;26390&quot;:17999,&quot;63077&quot;:17999,&quot;15170&quot;:18000,&quot;63078&quot;:18000,&quot;26532&quot;:18001,&quot;63079&quot;:18001,&quot;15192&quot;:18002,&quot;63081&quot;:18002,&quot;26698&quot;:18003,&quot;63082&quot;:18003,&quot;26756&quot;:18004,&quot;63083&quot;:18004,&quot;15218&quot;:18005,&quot;63084&quot;:18005,&quot;15217&quot;:18006,&quot;63085&quot;:18006,&quot;15227&quot;:18007,&quot;63086&quot;:18007,&quot;26889&quot;:18008,&quot;63087&quot;:18008,&quot;26947&quot;:18009,&quot;63088&quot;:18009,&quot;29276&quot;:18010,&quot;63089&quot;:18010,&quot;26980&quot;:18011,&quot;63090&quot;:18011,&quot;27039&quot;:18012,&quot;63091&quot;:18012,&quot;27013&quot;:18013,&quot;63092&quot;:18013,&quot;27094&quot;:18014,&quot;63094&quot;:18014,&quot;15325&quot;:18015,&quot;63095&quot;:18015,&quot;27237&quot;:18016,&quot;63096&quot;:18016,&quot;27252&quot;:18017,&quot;63097&quot;:18017,&quot;27249&quot;:18018,&quot;63098&quot;:18018,&quot;27266&quot;:18019,&quot;63099&quot;:18019,&quot;15340&quot;:18020,&quot;63100&quot;:18020,&quot;27289&quot;:18021,&quot;63101&quot;:18021,&quot;15346&quot;:18022,&quot;63102&quot;:18022,&quot;27307&quot;:18023,&quot;63103&quot;:18023,&quot;27317&quot;:18024,&quot;63104&quot;:18024,&quot;27348&quot;:18025,&quot;63105&quot;:18025,&quot;27382&quot;:18026,&quot;63106&quot;:18026,&quot;27521&quot;:18027,&quot;63107&quot;:18027,&quot;27585&quot;:18028,&quot;63108&quot;:18028,&quot;27626&quot;:18029,&quot;63109&quot;:18029,&quot;27765&quot;:18030,&quot;63110&quot;:18030,&quot;27818&quot;:18031,&quot;63111&quot;:18031,&quot;15563&quot;:18032,&quot;63112&quot;:18032,&quot;27906&quot;:18033,&quot;63113&quot;:18033,&quot;27910&quot;:18034,&quot;63114&quot;:18034,&quot;27942&quot;:18035,&quot;63115&quot;:18035,&quot;28033&quot;:18036,&quot;63116&quot;:18036,&quot;15599&quot;:18037,&quot;63117&quot;:18037,&quot;28068&quot;:18038,&quot;63118&quot;:18038,&quot;28081&quot;:18039,&quot;63119&quot;:18039,&quot;28181&quot;:18040,&quot;63120&quot;:18040,&quot;28184&quot;:18041,&quot;63121&quot;:18041,&quot;28201&quot;:18042,&quot;63122&quot;:18042,&quot;28294&quot;:18043,&quot;63123&quot;:18043,&quot;166336&quot;:18044,&quot;63124&quot;:18044,&quot;28347&quot;:18045,&quot;63125&quot;:18045,&quot;28386&quot;:18046,&quot;63126&quot;:18046,&quot;28378&quot;:18047,&quot;63127&quot;:18047,&quot;40831&quot;:18048,&quot;63128&quot;:18048,&quot;28392&quot;:18049,&quot;63129&quot;:18049,&quot;28393&quot;:18050,&quot;63130&quot;:18050,&quot;28452&quot;:18051,&quot;63131&quot;:18051,&quot;28468&quot;:18052,&quot;63132&quot;:18052,&quot;15686&quot;:18053,&quot;63133&quot;:18053,&quot;147265&quot;:18054,&quot;63134&quot;:18054,&quot;28545&quot;:18055,&quot;63135&quot;:18055,&quot;28606&quot;:18056,&quot;63136&quot;:18056,&quot;15722&quot;:18057,&quot;63137&quot;:18057,&quot;15733&quot;:18058,&quot;63138&quot;:18058,&quot;29111&quot;:18059,&quot;63139&quot;:18059,&quot;23705&quot;:18060,&quot;63140&quot;:18060,&quot;15754&quot;:18061,&quot;63141&quot;:18061,&quot;28716&quot;:18062,&quot;63142&quot;:18062,&quot;15761&quot;:18063,&quot;63143&quot;:18063,&quot;28752&quot;:18064,&quot;63144&quot;:18064,&quot;28756&quot;:18065,&quot;63145&quot;:18065,&quot;28783&quot;:18066,&quot;63146&quot;:18066,&quot;28799&quot;:18067,&quot;63147&quot;:18067,&quot;131877&quot;:18068,&quot;63149&quot;:18068,&quot;17345&quot;:18069,&quot;63150&quot;:18069,&quot;13809&quot;:18070,&quot;63151&quot;:18070,&quot;134872&quot;:18071,&quot;63152&quot;:18071,&quot;13902&quot;:18072,&quot;58134&quot;:18072,&quot;15789&quot;:18073,&quot;58172&quot;:18073,&quot;154725&quot;:18074,&quot;58173&quot;:18074,&quot;26237&quot;:18075,&quot;58183&quot;:18075,&quot;31860&quot;:18076,&quot;58188&quot;:18076,&quot;29837&quot;:18077,&quot;58197&quot;:18077,&quot;32402&quot;:18078,&quot;58215&quot;:18078,&quot;17667&quot;:18079,&quot;58232&quot;:18079,&quot;58260&quot;:18080,&quot;151480&quot;:18080,&quot;58270&quot;:18081,&quot;133901&quot;:18081,&quot;58277&quot;:18082,&quot;158474&quot;:18082,&quot;13438&quot;:18083,&quot;58311&quot;:18083,&quot;58317&quot;:18084,&quot;143087&quot;:18084,&quot;58325&quot;:18085,&quot;146613&quot;:18085,&quot;58343&quot;:18086,&quot;159385&quot;:18086,&quot;34673&quot;:18087,&quot;58364&quot;:18087,&quot;25537&quot;:18088,&quot;58385&quot;:18088,&quot;30583&quot;:18089,&quot;58387&quot;:18089,&quot;35210&quot;:18090,&quot;58390&quot;:18090,&quot;58406&quot;:18091,&quot;147343&quot;:18091,&quot;35660&quot;:18092,&quot;58415&quot;:18092,&quot;58440&quot;:18093,&quot;150729&quot;:18093,&quot;18730&quot;:18094,&quot;58464&quot;:18094,&quot;172052&quot;:18095,&quot;58471&quot;:18095,&quot;165564&quot;:18096,&quot;58472&quot;:18096,&quot;165121&quot;:18097,&quot;58473&quot;:18097,&quot;15088&quot;:18098,&quot;58490&quot;:18098,&quot;28815&quot;:18099,&quot;58511&quot;:18099,&quot;58529&quot;:18100,&quot;140922&quot;:18100,&quot;58637&quot;:18101,&quot;158120&quot;:18101,&quot;58646&quot;:18102,&quot;148043&quot;:18102,&quot;26760&quot;:18103,&quot;58662&quot;:18103,&quot;58664&quot;:18104,&quot;139611&quot;:18104,&quot;40802&quot;:18105,&quot;58702&quot;:18105,&quot;37830&quot;:18106,&quot;58793&quot;:18106,&quot;58802&quot;:18107,&quot;131967&quot;:18107,&quot;37734&quot;:18108,&quot;58888&quot;:18108,&quot;37519&quot;:18109,&quot;58901&quot;:18109,&quot;34324&quot;:18110,&quot;58954&quot;:18110,&quot;58986&quot;:18111,&quot;173147&quot;:18111,&quot;16784&quot;:18112,&quot;59010&quot;:18112,&quot;26511&quot;:18113,&quot;59045&quot;:18113,&quot;26654&quot;:18114,&quot;59048&quot;:18114,&quot;14435&quot;:18115,&quot;59051&quot;:18115,&quot;59077&quot;:18116,&quot;149996&quot;:18116,&quot;15129&quot;:18117,&quot;59128&quot;:18117,&quot;33942&quot;:18118,&quot;59176&quot;:18118,&quot;59241&quot;:18119,&quot;149858&quot;:18119,&quot;14818&quot;:18120,&quot;59254&quot;:18120,&quot;33920&quot;:18121,&quot;59259&quot;:18121,&quot;17262&quot;:18122,&quot;59328&quot;:18122,&quot;38769&quot;:18123,&quot;59402&quot;:18123,&quot;39323&quot;:18124,&quot;59427&quot;:18124,&quot;18733&quot;:18125,&quot;59499&quot;:18125,&quot;28439&quot;:18126,&quot;59703&quot;:18126,&quot;160009&quot;:18127,&quot;59704&quot;:18127,&quot;28838&quot;:18128,&quot;59746&quot;:18128,&quot;150095&quot;:18129,&quot;59752&quot;:18129,&quot;32357&quot;:18130,&quot;59753&quot;:18130,&quot;23855&quot;:18131,&quot;59755&quot;:18131,&quot;15859&quot;:18132,&quot;59756&quot;:18132,&quot;150109&quot;:18133,&quot;59758&quot;:18133,&quot;137183&quot;:18134,&quot;59759&quot;:18134,&quot;32164&quot;:18135,&quot;59760&quot;:18135,&quot;33830&quot;:18136,&quot;59761&quot;:18136,&quot;21637&quot;:18137,&quot;59762&quot;:18137,&quot;146170&quot;:18138,&quot;59763&quot;:18138,&quot;131604&quot;:18139,&quot;59765&quot;:18139,&quot;22398&quot;:18140,&quot;59766&quot;:18140,&quot;133333&quot;:18141,&quot;59767&quot;:18141,&quot;132633&quot;:18142,&quot;59768&quot;:18142,&quot;16357&quot;:18143,&quot;59769&quot;:18143,&quot;139166&quot;:18144,&quot;59770&quot;:18144,&quot;172726&quot;:18145,&quot;59771&quot;:18145,&quot;28675&quot;:18146,&quot;59772&quot;:18146,&quot;168283&quot;:18147,&quot;59773&quot;:18147,&quot;23920&quot;:18148,&quot;59774&quot;:18148,&quot;29583&quot;:18149,&quot;59775&quot;:18149,&quot;166489&quot;:18150,&quot;59777&quot;:18150,&quot;168992&quot;:18151,&quot;59778&quot;:18151,&quot;20424&quot;:18152,&quot;59779&quot;:18152,&quot;32743&quot;:18153,&quot;59780&quot;:18153,&quot;29456&quot;:18154,&quot;59782&quot;:18154,&quot;29496&quot;:18155,&quot;59784&quot;:18155,&quot;29505&quot;:18156,&quot;59787&quot;:18156,&quot;16041&quot;:18157,&quot;59789&quot;:18157,&quot;29173&quot;:18158,&quot;59792&quot;:18158,&quot;149746&quot;:18159,&quot;59793&quot;:18159,&quot;29665&quot;:18160,&quot;59794&quot;:18160,&quot;16074&quot;:18161,&quot;59796&quot;:18161,&quot;16081&quot;:18162,&quot;59798&quot;:18162,&quot;29721&quot;:18163,&quot;59801&quot;:18163,&quot;29726&quot;:18164,&quot;59802&quot;:18164,&quot;29727&quot;:18165,&quot;59803&quot;:18165,&quot;16098&quot;:18166,&quot;59804&quot;:18166,&quot;16112&quot;:18167,&quot;59805&quot;:18167,&quot;16116&quot;:18168,&quot;59806&quot;:18168,&quot;16122&quot;:18169,&quot;59807&quot;:18169,&quot;29907&quot;:18170,&quot;59808&quot;:18170,&quot;16142&quot;:18171,&quot;59809&quot;:18171,&quot;16211&quot;:18172,&quot;59810&quot;:18172,&quot;30061&quot;:18173,&quot;59812&quot;:18173,&quot;30066&quot;:18174,&quot;59813&quot;:18174,&quot;30093&quot;:18175,&quot;59814&quot;:18175,&quot;16252&quot;:18176,&quot;59815&quot;:18176,&quot;30152&quot;:18177,&quot;59816&quot;:18177,&quot;30285&quot;:18178,&quot;59819&quot;:18178,&quot;30324&quot;:18179,&quot;59821&quot;:18179,&quot;16348&quot;:18180,&quot;59822&quot;:18180,&quot;30330&quot;:18181,&quot;59823&quot;:18181,&quot;29064&quot;:18182,&quot;59825&quot;:18182,&quot;22051&quot;:18183,&quot;59826&quot;:18183,&quot;35200&quot;:18184,&quot;59827&quot;:18184,&quot;16413&quot;:18185,&quot;59829&quot;:18185,&quot;30531&quot;:18186,&quot;59830&quot;:18186,&quot;16441&quot;:18187,&quot;59831&quot;:18187,&quot;16453&quot;:18188,&quot;59833&quot;:18188,&quot;13787&quot;:18189,&quot;59834&quot;:18189,&quot;30616&quot;:18190,&quot;59835&quot;:18190,&quot;16490&quot;:18191,&quot;59836&quot;:18191,&quot;16495&quot;:18192,&quot;59837&quot;:18192,&quot;30654&quot;:18193,&quot;59839&quot;:18193,&quot;30667&quot;:18194,&quot;59840&quot;:18194,&quot;30744&quot;:18195,&quot;59842&quot;:18195,&quot;30748&quot;:18196,&quot;59844&quot;:18196,&quot;30791&quot;:18197,&quot;59847&quot;:18197,&quot;30801&quot;:18198,&quot;59848&quot;:18198,&quot;30822&quot;:18199,&quot;59849&quot;:18199,&quot;33864&quot;:18200,&quot;59850&quot;:18200,&quot;152885&quot;:18201,&quot;59851&quot;:18201,&quot;31027&quot;:18202,&quot;59852&quot;:18202,&quot;31026&quot;:18203,&quot;59854&quot;:18203,&quot;16649&quot;:18204,&quot;59856&quot;:18204,&quot;31121&quot;:18205,&quot;59857&quot;:18205,&quot;31238&quot;:18206,&quot;59860&quot;:18206,&quot;16743&quot;:18207,&quot;59862&quot;:18207,&quot;16818&quot;:18208,&quot;59864&quot;:18208,&quot;31420&quot;:18209,&quot;59865&quot;:18209,&quot;33401&quot;:18210,&quot;59866&quot;:18210,&quot;16836&quot;:18211,&quot;59867&quot;:18211,&quot;31439&quot;:18212,&quot;59868&quot;:18212,&quot;31451&quot;:18213,&quot;59869&quot;:18213,&quot;16847&quot;:18214,&quot;59870&quot;:18214,&quot;31586&quot;:18215,&quot;59872&quot;:18215,&quot;31596&quot;:18216,&quot;59873&quot;:18216,&quot;31611&quot;:18217,&quot;59874&quot;:18217,&quot;31762&quot;:18218,&quot;59875&quot;:18218,&quot;16992&quot;:18219,&quot;59877&quot;:18219,&quot;17018&quot;:18220,&quot;59878&quot;:18220,&quot;31867&quot;:18221,&quot;59879&quot;:18221,&quot;31900&quot;:18222,&quot;59880&quot;:18222,&quot;17036&quot;:18223,&quot;59881&quot;:18223,&quot;31928&quot;:18224,&quot;59882&quot;:18224,&quot;17044&quot;:18225,&quot;59883&quot;:18225,&quot;36755&quot;:18226,&quot;59885&quot;:18226,&quot;28864&quot;:18227,&quot;59886&quot;:18227,&quot;134351&quot;:18228,&quot;59887&quot;:18228,&quot;32207&quot;:18229,&quot;59888&quot;:18229,&quot;32212&quot;:18230,&quot;59889&quot;:18230,&quot;32208&quot;:18231,&quot;59890&quot;:18231,&quot;32253&quot;:18232,&quot;59891&quot;:18232,&quot;32692&quot;:18233,&quot;59893&quot;:18233,&quot;29343&quot;:18234,&quot;59894&quot;:18234,&quot;17303&quot;:18235,&quot;59895&quot;:18235,&quot;32800&quot;:18236,&quot;59896&quot;:18236,&quot;32805&quot;:18237,&quot;59897&quot;:18237,&quot;32814&quot;:18238,&quot;59899&quot;:18238,&quot;32817&quot;:18239,&quot;59900&quot;:18239,&quot;32852&quot;:18240,&quot;59901&quot;:18240,&quot;22452&quot;:18241,&quot;59903&quot;:18241,&quot;28832&quot;:18242,&quot;59904&quot;:18242,&quot;32951&quot;:18243,&quot;59905&quot;:18243,&quot;33001&quot;:18244,&quot;59906&quot;:18244,&quot;17389&quot;:18245,&quot;59907&quot;:18245,&quot;33036&quot;:18246,&quot;59908&quot;:18246,&quot;33038&quot;:18247,&quot;59910&quot;:18247,&quot;33042&quot;:18248,&quot;59911&quot;:18248,&quot;33044&quot;:18249,&quot;59913&quot;:18249,&quot;17409&quot;:18250,&quot;59914&quot;:18250,&quot;15161&quot;:18251,&quot;59915&quot;:18251,&quot;33110&quot;:18252,&quot;59916&quot;:18252,&quot;33113&quot;:18253,&quot;59917&quot;:18253,&quot;33114&quot;:18254,&quot;59918&quot;:18254,&quot;17427&quot;:18255,&quot;59919&quot;:18255,&quot;33148&quot;:18256,&quot;59921&quot;:18256,&quot;17445&quot;:18257,&quot;59923&quot;:18257,&quot;17453&quot;:18258,&quot;59925&quot;:18258,&quot;33189&quot;:18259,&quot;59926&quot;:18259,&quot;22511&quot;:18260,&quot;59927&quot;:18260,&quot;33217&quot;:18261,&quot;59928&quot;:18261,&quot;33252&quot;:18262,&quot;59929&quot;:18262,&quot;33364&quot;:18263,&quot;59930&quot;:18263,&quot;17551&quot;:18264,&quot;59931&quot;:18264,&quot;33398&quot;:18265,&quot;59933&quot;:18265,&quot;33482&quot;:18266,&quot;59934&quot;:18266,&quot;33496&quot;:18267,&quot;59935&quot;:18267,&quot;17584&quot;:18268,&quot;59937&quot;:18268,&quot;33623&quot;:18269,&quot;59938&quot;:18269,&quot;38505&quot;:18270,&quot;59939&quot;:18270,&quot;33797&quot;:18271,&quot;59941&quot;:18271,&quot;28917&quot;:18272,&quot;59942&quot;:18272,&quot;33892&quot;:18273,&quot;59943&quot;:18273,&quot;33928&quot;:18274,&quot;59945&quot;:18274,&quot;17668&quot;:18275,&quot;59946&quot;:18275,&quot;33982&quot;:18276,&quot;59947&quot;:18276,&quot;34017&quot;:18277,&quot;59948&quot;:18277,&quot;34040&quot;:18278,&quot;59949&quot;:18278,&quot;34064&quot;:18279,&quot;59950&quot;:18279,&quot;34104&quot;:18280,&quot;59951&quot;:18280,&quot;34130&quot;:18281,&quot;59952&quot;:18281,&quot;17723&quot;:18282,&quot;59953&quot;:18282,&quot;34159&quot;:18283,&quot;59954&quot;:18283,&quot;34160&quot;:18284,&quot;59955&quot;:18284,&quot;34272&quot;:18285,&quot;59956&quot;:18285,&quot;17783&quot;:18286,&quot;59957&quot;:18286,&quot;34418&quot;:18287,&quot;59958&quot;:18287,&quot;34450&quot;:18288,&quot;59959&quot;:18288,&quot;34543&quot;:18289,&quot;59961&quot;:18289,&quot;38469&quot;:18290,&quot;59962&quot;:18290,&quot;17926&quot;:18291,&quot;59964&quot;:18291,&quot;17943&quot;:18292,&quot;59965&quot;:18292,&quot;34990&quot;:18293,&quot;59966&quot;:18293,&quot;35071&quot;:18294,&quot;59967&quot;:18294,&quot;35108&quot;:18295,&quot;59968&quot;:18295,&quot;35217&quot;:18296,&quot;59970&quot;:18296,&quot;162151&quot;:18297,&quot;59971&quot;:18297,&quot;35384&quot;:18298,&quot;59973&quot;:18298,&quot;35476&quot;:18299,&quot;59974&quot;:18299,&quot;35508&quot;:18300,&quot;59975&quot;:18300,&quot;35921&quot;:18301,&quot;59976&quot;:18301,&quot;36052&quot;:18302,&quot;59977&quot;:18302,&quot;36082&quot;:18303,&quot;59978&quot;:18303,&quot;36124&quot;:18304,&quot;59979&quot;:18304,&quot;18328&quot;:18305,&quot;59980&quot;:18305,&quot;36291&quot;:18306,&quot;59982&quot;:18306,&quot;18413&quot;:18307,&quot;59983&quot;:18307,&quot;36410&quot;:18308,&quot;59985&quot;:18308,&quot;22356&quot;:18309,&quot;59987&quot;:18309,&quot;22005&quot;:18310,&quot;59989&quot;:18310,&quot;18487&quot;:18311,&quot;59991&quot;:18311,&quot;36558&quot;:18312,&quot;59992&quot;:18312,&quot;36578&quot;:18313,&quot;59993&quot;:18313,&quot;36580&quot;:18314,&quot;59994&quot;:18314,&quot;36589&quot;:18315,&quot;59995&quot;:18315,&quot;36594&quot;:18316,&quot;59996&quot;:18316,&quot;36801&quot;:18317,&quot;59998&quot;:18317,&quot;36810&quot;:18318,&quot;59999&quot;:18318,&quot;36812&quot;:18319,&quot;60000&quot;:18319,&quot;36915&quot;:18320,&quot;60001&quot;:18320,&quot;18605&quot;:18321,&quot;60003&quot;:18321,&quot;39136&quot;:18322,&quot;60004&quot;:18322,&quot;37395&quot;:18323,&quot;60005&quot;:18323,&quot;18718&quot;:18324,&quot;60006&quot;:18324,&quot;37416&quot;:18325,&quot;60007&quot;:18325,&quot;37464&quot;:18326,&quot;60008&quot;:18326,&quot;37483&quot;:18327,&quot;60009&quot;:18327,&quot;37553&quot;:18328,&quot;60010&quot;:18328,&quot;37550&quot;:18329,&quot;60011&quot;:18329,&quot;37567&quot;:18330,&quot;60012&quot;:18330,&quot;37603&quot;:18331,&quot;60013&quot;:18331,&quot;37611&quot;:18332,&quot;60014&quot;:18332,&quot;37619&quot;:18333,&quot;60015&quot;:18333,&quot;37620&quot;:18334,&quot;60016&quot;:18334,&quot;37629&quot;:18335,&quot;60017&quot;:18335,&quot;37699&quot;:18336,&quot;60018&quot;:18336,&quot;37764&quot;:18337,&quot;60019&quot;:18337,&quot;37805&quot;:18338,&quot;60020&quot;:18338,&quot;18757&quot;:18339,&quot;60021&quot;:18339,&quot;18769&quot;:18340,&quot;60022&quot;:18340,&quot;37911&quot;:18341,&quot;60024&quot;:18341,&quot;37917&quot;:18342,&quot;60026&quot;:18342,&quot;37933&quot;:18343,&quot;60027&quot;:18343,&quot;37950&quot;:18344,&quot;60028&quot;:18344,&quot;18794&quot;:18345,&quot;60029&quot;:18345,&quot;37972&quot;:18346,&quot;60030&quot;:18346,&quot;38009&quot;:18347,&quot;60031&quot;:18347,&quot;38189&quot;:18348,&quot;60032&quot;:18348,&quot;38306&quot;:18349,&quot;60033&quot;:18349,&quot;18855&quot;:18350,&quot;60034&quot;:18350,&quot;38388&quot;:18351,&quot;60035&quot;:18351,&quot;38451&quot;:18352,&quot;60036&quot;:18352,&quot;18917&quot;:18353,&quot;60037&quot;:18353,&quot;18980&quot;:18354,&quot;60039&quot;:18354,&quot;38720&quot;:18355,&quot;60040&quot;:18355,&quot;18997&quot;:18356,&quot;60041&quot;:18356,&quot;38834&quot;:18357,&quot;60042&quot;:18357,&quot;38850&quot;:18358,&quot;60043&quot;:18358,&quot;19172&quot;:18359,&quot;60045&quot;:18359,&quot;39097&quot;:18360,&quot;60047&quot;:18360,&quot;19225&quot;:18361,&quot;60048&quot;:18361,&quot;39153&quot;:18362,&quot;60049&quot;:18362,&quot;22596&quot;:18363,&quot;60050&quot;:18363,&quot;39193&quot;:18364,&quot;60052&quot;:18364,&quot;39223&quot;:18365,&quot;60055&quot;:18365,&quot;39261&quot;:18366,&quot;60057&quot;:18366,&quot;39266&quot;:18367,&quot;60058&quot;:18367,&quot;19312&quot;:18368,&quot;60059&quot;:18368,&quot;39365&quot;:18369,&quot;60060&quot;:18369,&quot;19357&quot;:18370,&quot;60061&quot;:18370,&quot;39484&quot;:18371,&quot;60062&quot;:18371,&quot;39695&quot;:18372,&quot;60063&quot;:18372,&quot;39785&quot;:18373,&quot;60065&quot;:18373,&quot;39901&quot;:18374,&quot;60067&quot;:18374,&quot;39921&quot;:18375,&quot;60068&quot;:18375,&quot;39924&quot;:18376,&quot;60069&quot;:18376,&quot;19565&quot;:18377,&quot;60070&quot;:18377,&quot;39968&quot;:18378,&quot;60071&quot;:18378,&quot;14191&quot;:18379,&quot;60072&quot;:18379,&quot;138178&quot;:18380,&quot;60073&quot;:18380,&quot;40265&quot;:18381,&quot;60074&quot;:18381,&quot;40702&quot;:18382,&quot;60076&quot;:18382,&quot;22096&quot;:18383,&quot;60077&quot;:18383,&quot;40381&quot;:18384,&quot;60079&quot;:18384,&quot;40444&quot;:18385,&quot;60081&quot;:18385,&quot;38134&quot;:18386,&quot;60082&quot;:18386,&quot;36790&quot;:18387,&quot;60083&quot;:18387,&quot;40625&quot;:18388,&quot;60086&quot;:18388,&quot;40637&quot;:18389,&quot;60087&quot;:18389,&quot;40646&quot;:18390,&quot;60088&quot;:18390,&quot;38108&quot;:18391,&quot;60089&quot;:18391,&quot;40674&quot;:18392,&quot;60090&quot;:18392,&quot;40689&quot;:18393,&quot;60091&quot;:18393,&quot;40696&quot;:18394,&quot;60092&quot;:18394,&quot;40772&quot;:18395,&quot;60094&quot;:18395,&quot;131220&quot;:18396,&quot;60095&quot;:18396,&quot;131767&quot;:18397,&quot;60096&quot;:18397,&quot;132000&quot;:18398,&quot;60097&quot;:18398,&quot;38083&quot;:18399,&quot;60099&quot;:18399,&quot;60101&quot;:18400,&quot;132311&quot;:18400,&quot;38081&quot;:18401,&quot;60103&quot;:18401,&quot;132565&quot;:18402,&quot;60105&quot;:18402,&quot;132629&quot;:18403,&quot;60106&quot;:18403,&quot;132726&quot;:18404,&quot;60107&quot;:18404,&quot;136890&quot;:18405,&quot;60108&quot;:18405,&quot;22359&quot;:18406,&quot;60109&quot;:18406,&quot;29043&quot;:18407,&quot;60110&quot;:18407,&quot;133826&quot;:18408,&quot;60111&quot;:18408,&quot;133837&quot;:18409,&quot;60112&quot;:18409,&quot;134079&quot;:18410,&quot;60113&quot;:18410,&quot;194619&quot;:18411,&quot;60115&quot;:18411,&quot;134091&quot;:18412,&quot;60116&quot;:18412,&quot;21662&quot;:18413,&quot;60117&quot;:18413,&quot;134139&quot;:18414,&quot;60118&quot;:18414,&quot;134203&quot;:18415,&quot;60119&quot;:18415,&quot;134227&quot;:18416,&quot;60120&quot;:18416,&quot;134245&quot;:18417,&quot;60121&quot;:18417,&quot;134268&quot;:18418,&quot;60122&quot;:18418,&quot;60124&quot;:18419,&quot;134285&quot;:18419,&quot;134325&quot;:18420,&quot;60126&quot;:18420,&quot;134365&quot;:18421,&quot;60127&quot;:18421,&quot;134381&quot;:18422,&quot;60128&quot;:18422,&quot;134511&quot;:18423,&quot;60129&quot;:18423,&quot;134578&quot;:18424,&quot;60130&quot;:18424,&quot;134600&quot;:18425,&quot;60131&quot;:18425,&quot;134660&quot;:18426,&quot;60135&quot;:18426,&quot;134670&quot;:18427,&quot;60136&quot;:18427,&quot;134871&quot;:18428,&quot;60137&quot;:18428,&quot;135056&quot;:18429,&quot;60138&quot;:18429,&quot;134957&quot;:18430,&quot;60139&quot;:18430,&quot;134771&quot;:18431,&quot;60140&quot;:18431,&quot;60142&quot;:18432,&quot;135100&quot;:18432,&quot;135260&quot;:18433,&quot;60144&quot;:18433,&quot;135247&quot;:18434,&quot;60145&quot;:18434,&quot;135286&quot;:18435,&quot;60146&quot;:18435,&quot;135304&quot;:18436,&quot;60149&quot;:18436,&quot;135318&quot;:18437,&quot;60150&quot;:18437,&quot;13895&quot;:18438,&quot;60151&quot;:18438,&quot;135359&quot;:18439,&quot;60152&quot;:18439,&quot;135471&quot;:18440,&quot;60154&quot;:18440,&quot;135483&quot;:18441,&quot;60155&quot;:18441,&quot;21348&quot;:18442,&quot;60156&quot;:18442,&quot;135907&quot;:18443,&quot;60158&quot;:18443,&quot;136053&quot;:18444,&quot;60159&quot;:18444,&quot;60160&quot;:18445,&quot;135990&quot;:18445,&quot;136567&quot;:18446,&quot;60162&quot;:18446,&quot;136729&quot;:18447,&quot;60163&quot;:18447,&quot;137155&quot;:18448,&quot;60164&quot;:18448,&quot;137159&quot;:18449,&quot;60165&quot;:18449,&quot;28859&quot;:18450,&quot;60167&quot;:18450,&quot;137261&quot;:18451,&quot;60168&quot;:18451,&quot;137578&quot;:18452,&quot;60169&quot;:18452,&quot;137773&quot;:18453,&quot;60170&quot;:18453,&quot;137797&quot;:18454,&quot;60171&quot;:18454,&quot;138282&quot;:18455,&quot;60172&quot;:18455,&quot;138352&quot;:18456,&quot;60173&quot;:18456,&quot;138412&quot;:18457,&quot;60174&quot;:18457,&quot;138952&quot;:18458,&quot;60175&quot;:18458,&quot;138965&quot;:18459,&quot;60177&quot;:18459,&quot;139029&quot;:18460,&quot;60178&quot;:18460,&quot;29080&quot;:18461,&quot;60179&quot;:18461,&quot;139333&quot;:18462,&quot;60181&quot;:18462,&quot;27113&quot;:18463,&quot;60182&quot;:18463,&quot;14024&quot;:18464,&quot;60183&quot;:18464,&quot;139900&quot;:18465,&quot;60184&quot;:18465,&quot;140247&quot;:18466,&quot;60185&quot;:18466,&quot;140282&quot;:18467,&quot;60186&quot;:18467,&quot;141098&quot;:18468,&quot;60187&quot;:18468,&quot;141425&quot;:18469,&quot;60188&quot;:18469,&quot;141647&quot;:18470,&quot;60189&quot;:18470,&quot;141671&quot;:18471,&quot;60191&quot;:18471,&quot;141715&quot;:18472,&quot;60192&quot;:18472,&quot;142037&quot;:18473,&quot;60193&quot;:18473,&quot;60195&quot;:18474,&quot;142056&quot;:18474,&quot;60197&quot;:18475,&quot;142094&quot;:18475,&quot;60199&quot;:18476,&quot;142143&quot;:18476,&quot;60202&quot;:18477,&quot;142412&quot;:18477,&quot;142472&quot;:18478,&quot;60204&quot;:18478,&quot;142519&quot;:18479,&quot;60205&quot;:18479,&quot;154600&quot;:18480,&quot;60206&quot;:18480,&quot;142600&quot;:18481,&quot;60207&quot;:18481,&quot;142610&quot;:18482,&quot;60208&quot;:18482,&quot;142775&quot;:18483,&quot;60209&quot;:18483,&quot;142741&quot;:18484,&quot;60210&quot;:18484,&quot;142914&quot;:18485,&quot;60211&quot;:18485,&quot;143220&quot;:18486,&quot;60212&quot;:18486,&quot;143308&quot;:18487,&quot;60213&quot;:18487,&quot;143411&quot;:18488,&quot;60214&quot;:18488,&quot;143462&quot;:18489,&quot;60215&quot;:18489,&quot;144159&quot;:18490,&quot;60216&quot;:18490,&quot;144350&quot;:18491,&quot;60217&quot;:18491,&quot;144743&quot;:18492,&quot;60222&quot;:18492,&quot;144883&quot;:18493,&quot;60223&quot;:18493,&quot;144922&quot;:18494,&quot;60227&quot;:18494,&quot;145174&quot;:18495,&quot;60228&quot;:18495,&quot;22709&quot;:18496,&quot;60231&quot;:18496,&quot;60234&quot;:18497,&quot;146087&quot;:18497,&quot;146961&quot;:18498,&quot;60237&quot;:18498,&quot;147129&quot;:18499,&quot;60238&quot;:18499,&quot;60243&quot;:18500,&quot;147737&quot;:18500,&quot;148206&quot;:18501,&quot;60245&quot;:18501,&quot;148237&quot;:18502,&quot;60246&quot;:18502,&quot;148276&quot;:18503,&quot;60248&quot;:18503,&quot;148374&quot;:18504,&quot;60249&quot;:18504,&quot;148484&quot;:18505,&quot;60258&quot;:18505,&quot;148694&quot;:18506,&quot;60259&quot;:18506,&quot;22408&quot;:18507,&quot;60260&quot;:18507,&quot;149108&quot;:18508,&quot;60261&quot;:18508,&quot;60263&quot;:18509,&quot;149295&quot;:18509,&quot;149522&quot;:18510,&quot;60271&quot;:18510,&quot;149755&quot;:18511,&quot;60272&quot;:18511,&quot;150037&quot;:18512,&quot;60273&quot;:18512,&quot;60275&quot;:18513,&quot;150208&quot;:18513,&quot;22885&quot;:18514,&quot;60277&quot;:18514,&quot;60279&quot;:18515,&quot;151430&quot;:18515,&quot;60282&quot;:18516,&quot;151596&quot;:18516,&quot;22335&quot;:18517,&quot;60284&quot;:18517,&quot;152217&quot;:18518,&quot;60286&quot;:18518,&quot;152601&quot;:18519,&quot;60287&quot;:18519,&quot;152646&quot;:18520,&quot;60291&quot;:18520,&quot;152686&quot;:18521,&quot;60292&quot;:18521,&quot;60296&quot;:18522,&quot;152895&quot;:18522,&quot;60298&quot;:18523,&quot;152926&quot;:18523,&quot;152930&quot;:18524,&quot;60300&quot;:18524,&quot;152934&quot;:18525,&quot;60301&quot;:18525,&quot;153543&quot;:18526,&quot;60302&quot;:18526,&quot;60304&quot;:18527,&quot;153693&quot;:18527,&quot;60309&quot;:18528,&quot;153859&quot;:18528,&quot;154286&quot;:18529,&quot;60312&quot;:18529,&quot;154505&quot;:18530,&quot;60313&quot;:18530,&quot;154630&quot;:18531,&quot;60314&quot;:18531,&quot;22433&quot;:18532,&quot;60316&quot;:18532,&quot;29009&quot;:18533,&quot;60317&quot;:18533,&quot;60319&quot;:18534,&quot;155906&quot;:18534,&quot;60322&quot;:18535,&quot;156082&quot;:18535,&quot;156674&quot;:18536,&quot;60325&quot;:18536,&quot;156746&quot;:18537,&quot;60326&quot;:18537,&quot;60330&quot;:18538,&quot;156804&quot;:18538,&quot;60334&quot;:18539,&quot;156808&quot;:18539,&quot;60336&quot;:18540,&quot;156946&quot;:18540,&quot;157119&quot;:18541,&quot;60338&quot;:18541,&quot;157365&quot;:18542,&quot;60339&quot;:18542,&quot;22201&quot;:18543,&quot;60347&quot;:18543,&quot;60349&quot;:18544,&quot;157436&quot;:18544,&quot;13848&quot;:18545,&quot;60355&quot;:18545,&quot;157593&quot;:18546,&quot;60357&quot;:18546,&quot;157806&quot;:18547,&quot;60358&quot;:18547,&quot;60360&quot;:18548,&quot;157790&quot;:18548,&quot;60362&quot;:18549,&quot;157895&quot;:18549,&quot;60366&quot;:18550,&quot;157990&quot;:18550,&quot;60368&quot;:18551,&quot;158009&quot;:18551,&quot;60371&quot;:18552,&quot;158202&quot;:18552,&quot;60373&quot;:18553,&quot;158253&quot;:18553,&quot;158260&quot;:18554,&quot;60378&quot;:18554,&quot;158555&quot;:18555,&quot;60379&quot;:18555,&quot;60383&quot;:18556,&quot;158621&quot;:18556,&quot;60385&quot;:18557,&quot;158884&quot;:18557,&quot;60388&quot;:18558,&quot;159150&quot;:18558,&quot;159819&quot;:18559,&quot;60392&quot;:18559,&quot;160205&quot;:18560,&quot;60393&quot;:18560,&quot;160384&quot;:18561,&quot;60395&quot;:18561,&quot;160389&quot;:18562,&quot;60396&quot;:18562,&quot;60399&quot;:18563,&quot;160395&quot;:18563,&quot;60401&quot;:18564,&quot;160486&quot;:18564,&quot;38047&quot;:18565,&quot;60404&quot;:18565,&quot;160848&quot;:18566,&quot;60405&quot;:18566,&quot;14009&quot;:18567,&quot;60416&quot;:18567,&quot;161740&quot;:18568,&quot;60424&quot;:18568,&quot;161880&quot;:18569,&quot;60425&quot;:18569,&quot;22230&quot;:18570,&quot;60426&quot;:18570,&quot;60435&quot;:18571,&quot;162269&quot;:18571,&quot;162301&quot;:18572,&quot;60441&quot;:18572,&quot;162314&quot;:18573,&quot;60442&quot;:18573,&quot;162571&quot;:18574,&quot;60443&quot;:18574,&quot;163174&quot;:18575,&quot;60444&quot;:18575,&quot;60448&quot;:18576,&quot;163849&quot;:18576,&quot;60459&quot;:18577,&quot;163875&quot;:18577,&quot;60463&quot;:18578,&quot;163912&quot;:18578,&quot;60466&quot;:18579,&quot;163971&quot;:18579,&quot;163984&quot;:18580,&quot;60479&quot;:18580,&quot;164084&quot;:18581,&quot;60480&quot;:18581,&quot;164142&quot;:18582,&quot;60481&quot;:18582,&quot;60483&quot;:18583,&quot;164175&quot;:18583,&quot;164271&quot;:18584,&quot;60485&quot;:18584,&quot;164378&quot;:18585,&quot;60486&quot;:18585,&quot;164614&quot;:18586,&quot;60487&quot;:18586,&quot;164655&quot;:18587,&quot;60488&quot;:18587,&quot;164746&quot;:18588,&quot;60489&quot;:18588,&quot;164968&quot;:18589,&quot;60491&quot;:18589,&quot;165546&quot;:18590,&quot;60492&quot;:18590,&quot;25574&quot;:18591,&quot;60494&quot;:18591,&quot;166230&quot;:18592,&quot;60495&quot;:18592,&quot;60498&quot;:18593,&quot;166328&quot;:18593,&quot;60500&quot;:18594,&quot;166375&quot;:18594,&quot;60502&quot;:18595,&quot;166376&quot;:18595,&quot;166726&quot;:18596,&quot;60503&quot;:18596,&quot;166868&quot;:18597,&quot;60504&quot;:18597,&quot;60506&quot;:18598,&quot;166921&quot;:18598,&quot;167877&quot;:18599,&quot;60508&quot;:18599,&quot;168172&quot;:18600,&quot;60509&quot;:18600,&quot;168208&quot;:18601,&quot;60511&quot;:18601,&quot;168252&quot;:18602,&quot;60512&quot;:18602,&quot;15863&quot;:18603,&quot;60513&quot;:18603,&quot;168286&quot;:18604,&quot;60514&quot;:18604,&quot;150218&quot;:18605,&quot;60515&quot;:18605,&quot;36816&quot;:18606,&quot;60516&quot;:18606,&quot;60519&quot;:18607,&quot;169191&quot;:18607,&quot;169392&quot;:18608,&quot;60521&quot;:18608,&quot;169400&quot;:18609,&quot;60522&quot;:18609,&quot;169778&quot;:18610,&quot;60523&quot;:18610,&quot;170193&quot;:18611,&quot;60524&quot;:18611,&quot;170313&quot;:18612,&quot;60525&quot;:18612,&quot;170346&quot;:18613,&quot;60526&quot;:18613,&quot;170435&quot;:18614,&quot;60527&quot;:18614,&quot;170536&quot;:18615,&quot;60528&quot;:18615,&quot;170766&quot;:18616,&quot;60529&quot;:18616,&quot;171354&quot;:18617,&quot;60530&quot;:18617,&quot;171419&quot;:18618,&quot;60531&quot;:18618,&quot;32415&quot;:18619,&quot;60532&quot;:18619,&quot;171768&quot;:18620,&quot;60533&quot;:18620,&quot;171811&quot;:18621,&quot;60534&quot;:18621,&quot;19620&quot;:18622,&quot;60535&quot;:18622,&quot;38215&quot;:18623,&quot;60536&quot;:18623,&quot;172691&quot;:18624,&quot;60537&quot;:18624,&quot;29090&quot;:18625,&quot;60538&quot;:18625,&quot;172799&quot;:18626,&quot;60539&quot;:18626,&quot;173515&quot;:18627,&quot;60542&quot;:18627,&quot;19868&quot;:18628,&quot;60543&quot;:18628,&quot;134300&quot;:18629,&quot;60544&quot;:18629,&quot;36798&quot;:18630,&quot;60545&quot;:18630,&quot;36794&quot;:18631,&quot;60547&quot;:18631,&quot;140464&quot;:18632,&quot;60548&quot;:18632,&quot;36793&quot;:18633,&quot;60549&quot;:18633,&quot;150163&quot;:18634,&quot;60550&quot;:18634,&quot;20202&quot;:18635,&quot;60555&quot;:18635,&quot;60557&quot;:18636,&quot;166700&quot;:18636,&quot;36480&quot;:18637,&quot;60560&quot;:18637,&quot;137205&quot;:18638,&quot;60561&quot;:18638,&quot;166764&quot;:18639,&quot;60563&quot;:18639,&quot;166809&quot;:18640,&quot;60564&quot;:18640,&quot;60566&quot;:18641,&quot;157359&quot;:18641,&quot;60568&quot;:18642,&quot;161365&quot;:18642,&quot;153141&quot;:18643,&quot;60570&quot;:18643,&quot;153942&quot;:18644,&quot;60571&quot;:18644,&quot;20122&quot;:18645,&quot;60572&quot;:18645,&quot;155265&quot;:18646,&quot;60573&quot;:18646,&quot;60576&quot;:18647,&quot;134765&quot;:18647,&quot;147080&quot;:18648,&quot;60579&quot;:18648,&quot;150686&quot;:18649,&quot;60580&quot;:18649,&quot;137206&quot;:18650,&quot;60583&quot;:18650,&quot;137339&quot;:18651,&quot;60584&quot;:18651,&quot;60587&quot;:18652,&quot;154698&quot;:18652,&quot;152337&quot;:18653,&quot;60589&quot;:18653,&quot;15814&quot;:18654,&quot;60590&quot;:18654,&quot;60596&quot;:18655,&quot;155352&quot;:18655,&quot;19996&quot;:18656,&quot;60600&quot;:18656,&quot;135146&quot;:18657,&quot;60601&quot;:18657,&quot;134473&quot;:18658,&quot;60602&quot;:18658,&quot;145082&quot;:18659,&quot;60603&quot;:18659,&quot;60638&quot;:18660,&quot;151880&quot;:18660,&quot;21982&quot;:18661,&quot;60644&quot;:18661,&quot;34694&quot;:18662,&quot;60672&quot;:18662,&quot;60676&quot;:18663,&quot;135361&quot;:18663,&quot;149254&quot;:18664,&quot;60679&quot;:18664,&quot;23440&quot;:18665,&quot;60680&quot;:18665,&quot;60682&quot;:18666,&quot;157843&quot;:18666,&quot;141044&quot;:18667,&quot;60684&quot;:18667,&quot;163119&quot;:18668,&quot;60685&quot;:18668,&quot;147875&quot;:18669,&quot;60686&quot;:18669,&quot;163187&quot;:18670,&quot;60687&quot;:18670,&quot;159440&quot;:18671,&quot;60688&quot;:18671,&quot;160438&quot;:18672,&quot;60689&quot;:18672,&quot;60691&quot;:18673,&quot;135641&quot;:18673,&quot;146684&quot;:18674,&quot;60693&quot;:18674,&quot;173737&quot;:18675,&quot;60694&quot;:18675,&quot;134828&quot;:18676,&quot;60695&quot;:18676,&quot;60698&quot;:18677,&quot;138402&quot;:18677,&quot;60700&quot;:18678,&quot;151490&quot;:18678,&quot;60702&quot;:18679,&quot;135147&quot;:18679,&quot;60706&quot;:18680,&quot;142752&quot;:18680,&quot;135148&quot;:18681,&quot;60710&quot;:18681,&quot;134666&quot;:18682,&quot;60711&quot;:18682,&quot;60714&quot;:18683,&quot;135149&quot;:18683,&quot;60717&quot;:18684,&quot;135559&quot;:18684,&quot;19994&quot;:18685,&quot;60721&quot;:18685,&quot;19972&quot;:18686,&quot;60722&quot;:18686,&quot;23309&quot;:18687,&quot;60724&quot;:18687,&quot;13996&quot;:18688,&quot;60727&quot;:18688,&quot;21373&quot;:18689,&quot;60729&quot;:18689,&quot;13989&quot;:18690,&quot;60730&quot;:18690,&quot;22682&quot;:18691,&quot;60732&quot;:18691,&quot;150382&quot;:18692,&quot;60733&quot;:18692,&quot;22442&quot;:18693,&quot;60736&quot;:18693,&quot;154261&quot;:18694,&quot;60737&quot;:18694,&quot;133497&quot;:18695,&quot;60738&quot;:18695,&quot;60741&quot;:18696,&quot;140389&quot;:18696,&quot;146686&quot;:18697,&quot;60746&quot;:18697,&quot;171824&quot;:18698,&quot;60747&quot;:18698,&quot;151465&quot;:18699,&quot;60749&quot;:18699,&quot;169374&quot;:18700,&quot;60750&quot;:18700,&quot;60753&quot;:18701,&quot;146870&quot;:18701,&quot;157619&quot;:18702,&quot;60755&quot;:18702,&quot;145184&quot;:18703,&quot;60756&quot;:18703,&quot;147191&quot;:18704,&quot;60759&quot;:18704,&quot;146988&quot;:18705,&quot;60760&quot;:18705,&quot;60785&quot;:18706,&quot;143578&quot;:18706,&quot;135849&quot;:18707,&quot;60789&quot;:18707,&quot;22439&quot;:18708,&quot;60790&quot;:18708,&quot;149859&quot;:18709,&quot;60791&quot;:18709,&quot;60794&quot;:18710,&quot;159918&quot;:18710,&quot;60801&quot;:18711,&quot;137068&quot;:18711,&quot;60806&quot;:18712,&quot;160100&quot;:18712,&quot;159010&quot;:18713,&quot;60809&quot;:18713,&quot;150242&quot;:18714,&quot;60810&quot;:18714,&quot;39963&quot;:18715,&quot;60837&quot;:18715,&quot;149822&quot;:18716,&quot;60838&quot;:18716,&quot;15878&quot;:18717,&quot;60846&quot;:18717,&quot;60881&quot;:18718,&quot;159011&quot;:18718,&quot;60887&quot;:18719,&quot;132092&quot;:18719,&quot;60891&quot;:18720,&quot;146685&quot;:18720,&quot;60893&quot;:18721,&quot;149785&quot;:18721,&quot;22394&quot;:18722,&quot;60904&quot;:18722,&quot;21722&quot;:18723,&quot;60912&quot;:18723,&quot;29050&quot;:18724,&quot;60928&quot;:18724,&quot;60949&quot;:18725,&quot;150135&quot;:18725,&quot;60955&quot;:18726,&quot;166490&quot;:18726,&quot;60962&quot;:18727,&quot;194624&quot;:18727,&quot;60976&quot;:18728,&quot;137275&quot;:18728,&quot;61000&quot;:18729,&quot;155993&quot;:18729,&quot;61014&quot;:18730,&quot;144373&quot;:18730,&quot;61019&quot;:18731,&quot;166850&quot;:18731,&quot;61024&quot;:18732,&quot;138566&quot;:18732,&quot;61054&quot;:18733,&quot;159441&quot;:18733,&quot;13877&quot;:18734,&quot;61065&quot;:18734,&quot;61084&quot;:18735,&quot;166701&quot;:18735,&quot;21024&quot;:18736,&quot;61088&quot;:18736,&quot;15384&quot;:18737,&quot;61089&quot;:18737,&quot;146631&quot;:18738,&quot;61090&quot;:18738,&quot;155351&quot;:18739,&quot;61091&quot;:18739,&quot;161366&quot;:18740,&quot;61092&quot;:18740,&quot;152881&quot;:18741,&quot;61093&quot;:18741,&quot;137540&quot;:18742,&quot;61094&quot;:18742,&quot;170243&quot;:18743,&quot;61096&quot;:18743,&quot;159196&quot;:18744,&quot;61097&quot;:18744,&quot;159917&quot;:18745,&quot;61098&quot;:18745,&quot;156077&quot;:18746,&quot;61100&quot;:18746,&quot;166415&quot;:18747,&quot;61101&quot;:18747,&quot;145015&quot;:18748,&quot;61102&quot;:18748,&quot;131310&quot;:18749,&quot;61103&quot;:18749,&quot;157766&quot;:18750,&quot;61104&quot;:18750,&quot;151310&quot;:18751,&quot;61105&quot;:18751,&quot;17762&quot;:18752,&quot;61106&quot;:18752,&quot;23327&quot;:18753,&quot;61107&quot;:18753,&quot;156492&quot;:18754,&quot;61108&quot;:18754,&quot;40784&quot;:18755,&quot;61109&quot;:18755,&quot;40614&quot;:18756,&quot;61110&quot;:18756,&quot;156267&quot;:18757,&quot;61111&quot;:18757,&quot;20962&quot;:18758,&quot;57415&quot;:18758,&quot;21314&quot;:18759,&quot;57416&quot;:18759,&quot;26285&quot;:18760,&quot;57520&quot;:18760,&quot;22620&quot;:18761,&quot;57547&quot;:18761,&quot;21843&quot;:18762,&quot;57566&quot;:18762,&quot;15749&quot;:18763,&quot;57594&quot;:18763,&quot;24928&quot;:18764,&quot;57608&quot;:18764,&quot;18606&quot;:18765,&quot;57668&quot;:18765,&quot;38845&quot;:18766,&quot;57676&quot;:18766,&quot;57693&quot;:18767,&quot;137335&quot;:18767,&quot;24755&quot;:18768,&quot;57703&quot;:18768,&quot;33828&quot;:18769,&quot;57711&quot;:18769,&quot;38932&quot;:18770,&quot;57748&quot;:18770,&quot;147596&quot;:18771,&quot;57749&quot;:18771,&quot;57764&quot;:18772,&quot;143486&quot;:18772,&quot;57787&quot;:18773,&quot;138813&quot;:18773,&quot;15147&quot;:18774,&quot;57798&quot;:18774,&quot;15666&quot;:18775,&quot;57824&quot;:18775,&quot;57857&quot;:18776,&quot;132021&quot;:18776,&quot;28801&quot;:18777,&quot;57944&quot;:18777,&quot;23708&quot;:18778,&quot;57959&quot;:18778,&quot;58017&quot;:18779,&quot;132547&quot;:18779,&quot;14128&quot;:18780,&quot;58028&quot;:18780,&quot;136054&quot;:18781,&quot;58096&quot;:18781,&quot;150034&quot;:18782,&quot;58097&quot;:18782,&quot;58111&quot;:18783,&quot;166699&quot;:18783,&quot;58112&quot;:18784,&quot;155779&quot;:18784,&quot;256&quot;:18785,&quot;62233&quot;:18785,&quot;193&quot;:18786,&quot;62234&quot;:18786,&quot;461&quot;:18787,&quot;62235&quot;:18787,&quot;192&quot;:18788,&quot;62236&quot;:18788,&quot;274&quot;:18789,&quot;62237&quot;:18789,&quot;201&quot;:18790,&quot;62238&quot;:18790,&quot;282&quot;:18791,&quot;62239&quot;:18791,&quot;200&quot;:18792,&quot;62240&quot;:18792,&quot;332&quot;:18793,&quot;62241&quot;:18793,&quot;211&quot;:18794,&quot;62242&quot;:18794,&quot;465&quot;:18795,&quot;62243&quot;:18795,&quot;210&quot;:18796,&quot;62244&quot;:18796,&quot;62245&quot;:18797,&quot;7870&quot;:18798,&quot;62246&quot;:18798,&quot;62247&quot;:18799,&quot;7872&quot;:18800,&quot;62248&quot;:18800,&quot;202&quot;:18801,&quot;62249&quot;:18801,&quot;257&quot;:18802,&quot;62250&quot;:18802,&quot;225&quot;:18803,&quot;62251&quot;:18803,&quot;462&quot;:18804,&quot;62252&quot;:18804,&quot;224&quot;:18805,&quot;62253&quot;:18805,&quot;593&quot;:18806,&quot;62254&quot;:18806,&quot;275&quot;:18807,&quot;62255&quot;:18807,&quot;233&quot;:18808,&quot;62256&quot;:18808,&quot;283&quot;:18809,&quot;62257&quot;:18809,&quot;232&quot;:18810,&quot;62258&quot;:18810,&quot;299&quot;:18811,&quot;62259&quot;:18811,&quot;237&quot;:18812,&quot;62260&quot;:18812,&quot;464&quot;:18813,&quot;62261&quot;:18813,&quot;236&quot;:18814,&quot;62262&quot;:18814,&quot;333&quot;:18815,&quot;62263&quot;:18815,&quot;243&quot;:18816,&quot;62264&quot;:18816,&quot;466&quot;:18817,&quot;62265&quot;:18817,&quot;242&quot;:18818,&quot;62266&quot;:18818,&quot;363&quot;:18819,&quot;62267&quot;:18819,&quot;250&quot;:18820,&quot;62268&quot;:18820,&quot;468&quot;:18821,&quot;62269&quot;:18821,&quot;249&quot;:18822,&quot;62270&quot;:18822,&quot;470&quot;:18823,&quot;62271&quot;:18823,&quot;472&quot;:18824,&quot;62272&quot;:18824,&quot;474&quot;:18825,&quot;62273&quot;:18825,&quot;476&quot;:18826,&quot;62274&quot;:18826,&quot;252&quot;:18827,&quot;62275&quot;:18827,&quot;62276&quot;:18828,&quot;7871&quot;:18829,&quot;62277&quot;:18829,&quot;62278&quot;:18830,&quot;7873&quot;:18831,&quot;62279&quot;:18831,&quot;234&quot;:18832,&quot;62280&quot;:18832,&quot;609&quot;:18833,&quot;62281&quot;:18833,&quot;643&quot;:18834,&quot;63551&quot;:18834,&quot;592&quot;:18835,&quot;63552&quot;:18835,&quot;603&quot;:18836,&quot;63553&quot;:18836,&quot;596&quot;:18837,&quot;63554&quot;:18837,&quot;629&quot;:18838,&quot;63555&quot;:18838,&quot;339&quot;:18839,&quot;63556&quot;:18839,&quot;248&quot;:18840,&quot;63557&quot;:18840,&quot;331&quot;:18841,&quot;63558&quot;:18841,&quot;650&quot;:18842,&quot;63559&quot;:18842,&quot;618&quot;:18843,&quot;63560&quot;:18843,&quot;9178&quot;:18844,&quot;62282&quot;:18844,&quot;9179&quot;:18845,&quot;62283&quot;:18845,&quot;11933&quot;:18846,&quot;63530&quot;:18846,&quot;11974&quot;:18847,&quot;63539&quot;:18847,&quot;12003&quot;:18848,&quot;63547&quot;:18848,&quot;20539&quot;:18849,&quot;28158&quot;:18850,&quot;171123&quot;:18851,&quot;62841&quot;:18851,&quot;40870&quot;:18852,&quot;62842&quot;:18852,&quot;15817&quot;:18853,&quot;62843&quot;:18853,&quot;34959&quot;:18854,&quot;62845&quot;:18855,&quot;147790&quot;:18855,&quot;28791&quot;:18856,&quot;23797&quot;:18857,&quot;19232&quot;:18858,&quot;62848&quot;:18858,&quot;152013&quot;:18859,&quot;62849&quot;:18859,&quot;13657&quot;:18860,&quot;62850&quot;:18860,&quot;154928&quot;:18861,&quot;62851&quot;:18861,&quot;24866&quot;:18862,&quot;62853&quot;:18863,&quot;166450&quot;:18863,&quot;36775&quot;:18864,&quot;37366&quot;:18865,&quot;29073&quot;:18866,&quot;26393&quot;:18867,&quot;29626&quot;:18868,&quot;144001&quot;:18869,&quot;62859&quot;:18869,&quot;172295&quot;:18870,&quot;62860&quot;:18870,&quot;15499&quot;:18871,&quot;62861&quot;:18871,&quot;137600&quot;:18872,&quot;62862&quot;:18872,&quot;19216&quot;:18873,&quot;62863&quot;:18873,&quot;30948&quot;:18874,&quot;29698&quot;:18875,&quot;20910&quot;:18876,&quot;165647&quot;:18877,&quot;62867&quot;:18877,&quot;16393&quot;:18878,&quot;62868&quot;:18878,&quot;27235&quot;:18879,&quot;172730&quot;:18880,&quot;62870&quot;:18880,&quot;16931&quot;:18881,&quot;62871&quot;:18881,&quot;34319&quot;:18882,&quot;31274&quot;:18883,&quot;170311&quot;:18884,&quot;62875&quot;:18884,&quot;166634&quot;:18885,&quot;62876&quot;:18885,&quot;38741&quot;:18886,&quot;28749&quot;:18887,&quot;21284&quot;:18888,&quot;62880&quot;:18889,&quot;139390&quot;:18889,&quot;37876&quot;:18890,&quot;30425&quot;:18891,&quot;166371&quot;:18892,&quot;62883&quot;:18892,&quot;40871&quot;:18893,&quot;62884&quot;:18893,&quot;30685&quot;:18894,&quot;20131&quot;:18895,&quot;20464&quot;:18896,&quot;20668&quot;:18897,&quot;20015&quot;:18898,&quot;20247&quot;:18899,&quot;40872&quot;:18900,&quot;62891&quot;:18900,&quot;21556&quot;:18901,&quot;32139&quot;:18902,&quot;22674&quot;:18903,&quot;22736&quot;:18904,&quot;62896&quot;:18905,&quot;138678&quot;:18905,&quot;24210&quot;:18906,&quot;24217&quot;:18907,&quot;24514&quot;:18908,&quot;62900&quot;:18909,&quot;141074&quot;:18909,&quot;25995&quot;:18910,&quot;62902&quot;:18911,&quot;144377&quot;:18911,&quot;26905&quot;:18912,&quot;27203&quot;:18913,&quot;62905&quot;:18914,&quot;146531&quot;:18914,&quot;27903&quot;:18915,&quot;29184&quot;:18916,&quot;62909&quot;:18917,&quot;148741&quot;:18917,&quot;29580&quot;:18918,&quot;16091&quot;:18919,&quot;62911&quot;:18919,&quot;150035&quot;:18920,&quot;62912&quot;:18920,&quot;23317&quot;:18921,&quot;29881&quot;:18922,&quot;35715&quot;:18923,&quot;154788&quot;:18924,&quot;62916&quot;:18924,&quot;153237&quot;:18925,&quot;62917&quot;:18925,&quot;31379&quot;:18926,&quot;31724&quot;:18927,&quot;31939&quot;:18928,&quot;32364&quot;:18929,&quot;33528&quot;:18930,&quot;34199&quot;:18931,&quot;40873&quot;:18932,&quot;62924&quot;:18932,&quot;34960&quot;:18933,&quot;40874&quot;:18934,&quot;62926&quot;:18934,&quot;36537&quot;:18935,&quot;40875&quot;:18936,&quot;62928&quot;:18936,&quot;36815&quot;:18937,&quot;34143&quot;:18938,&quot;39392&quot;:18939,&quot;37409&quot;:18940,&quot;40876&quot;:18941,&quot;62933&quot;:18941,&quot;167353&quot;:18942,&quot;62934&quot;:18942,&quot;136255&quot;:18943,&quot;62935&quot;:18943,&quot;16497&quot;:18944,&quot;62936&quot;:18944,&quot;17058&quot;:18945,&quot;62937&quot;:18945,&quot;23066&quot;:18946,&quot;39016&quot;:18947,&quot;26475&quot;:18948,&quot;17014&quot;:18949,&quot;62944&quot;:18949,&quot;22333&quot;:18950,&quot;34262&quot;:18951,&quot;62948&quot;:18952,&quot;149883&quot;:18952,&quot;33471&quot;:18953,&quot;160013&quot;:18954,&quot;62950&quot;:18954,&quot;19585&quot;:18955,&quot;62951&quot;:18955,&quot;159092&quot;:18956,&quot;62952&quot;:18956,&quot;23931&quot;:18957,&quot;158485&quot;:18958,&quot;62954&quot;:18958,&quot;159678&quot;:18959,&quot;62955&quot;:18959,&quot;40877&quot;:18960,&quot;62956&quot;:18960,&quot;40878&quot;:18961,&quot;62957&quot;:18961,&quot;23446&quot;:18962,&quot;40879&quot;:18963,&quot;62959&quot;:18963,&quot;32347&quot;:18964,&quot;17392&quot;:18965,&quot;19506&quot;:18966,&quot;17923&quot;:18967,&quot;17830&quot;:18968,&quot;17784&quot;:18969,&quot;160359&quot;:18970,&quot;19831&quot;:18971,&quot;17843&quot;:18972,&quot;162993&quot;:18973,&quot;19682&quot;:18974,&quot;163013&quot;:18975,&quot;15253&quot;:18976,&quot;18230&quot;:18977,&quot;18244&quot;:18978,&quot;19527&quot;:18979,&quot;19520&quot;:18980,&quot;148159&quot;:18981,&quot;144919&quot;:18982,&quot;160594&quot;:18983,&quot;159371&quot;:18984,&quot;159954&quot;:18985,&quot;19543&quot;:18986,&quot;172881&quot;:18987,&quot;18255&quot;:18988,&quot;17882&quot;:18989,&quot;19589&quot;:18990,&quot;162924&quot;:18991,&quot;19719&quot;:18992,&quot;19108&quot;:18993,&quot;18081&quot;:18994,&quot;158499&quot;:18995,&quot;29221&quot;:18996,&quot;154196&quot;:18997,&quot;137827&quot;:18998,&quot;146950&quot;:18999,&quot;147297&quot;:19000,&quot;26189&quot;:19001,&quot;22267&quot;:19002,&quot;32149&quot;:19003,&quot;22813&quot;:19004,&quot;166841&quot;:19005,&quot;15860&quot;:19006,&quot;38708&quot;:19007,&quot;162799&quot;:19008,&quot;23515&quot;:19009,&quot;138590&quot;:19010,&quot;23204&quot;:19011,&quot;13861&quot;:19012,&quot;171696&quot;:19013,&quot;23249&quot;:19014,&quot;23479&quot;:19015,&quot;23804&quot;:19016,&quot;26478&quot;:19017,&quot;34195&quot;:19018,&quot;170309&quot;:19019,&quot;29793&quot;:19020,&quot;29853&quot;:19021,&quot;133743&quot;:19022,&quot;26343&quot;:19023,&quot;28247&quot;:19024,&quot;31178&quot;:19025,&quot;15752&quot;:19026,&quot;17603&quot;:19027,&quot;143958&quot;:19028,&quot;141206&quot;:19029,&quot;17306&quot;:19030,&quot;17718&quot;:19031,&quot;23765&quot;:19032,&quot;146202&quot;:19033,&quot;35577&quot;:19034,&quot;23672&quot;:19035,&quot;15634&quot;:19036,&quot;144721&quot;:19037,&quot;23928&quot;:19038,&quot;40882&quot;:19039,&quot;29015&quot;:19040,&quot;17752&quot;:19041,&quot;147692&quot;:19042,&quot;138787&quot;:19043,&quot;19575&quot;:19044,&quot;14712&quot;:19045,&quot;13386&quot;:19046,&quot;131492&quot;:19047,&quot;158785&quot;:19048,&quot;35532&quot;:19049,&quot;20404&quot;:19050,&quot;131641&quot;:19051,&quot;22975&quot;:19052,&quot;33132&quot;:19053,&quot;38998&quot;:19054,&quot;170234&quot;:19055,&quot;24379&quot;:19056,&quot;134047&quot;:19057,&quot;139713&quot;:19058,&quot;166253&quot;:19059,&quot;16642&quot;:19060,&quot;18107&quot;:19061,&quot;168057&quot;:19062,&quot;16135&quot;:19063,&quot;40883&quot;:19064,&quot;172469&quot;:19065,&quot;16632&quot;:19066,&quot;14294&quot;:19067,&quot;18167&quot;:19068,&quot;158790&quot;:19069,&quot;16764&quot;:19070,&quot;165554&quot;:19071,&quot;160767&quot;:19072,&quot;17773&quot;:19073,&quot;14548&quot;:19074,&quot;152730&quot;:19075,&quot;17761&quot;:19076,&quot;17691&quot;:19077,&quot;19849&quot;:19078,&quot;19579&quot;:19079,&quot;19830&quot;:19080,&quot;17898&quot;:19081,&quot;16328&quot;:19082,&quot;150287&quot;:19083,&quot;13921&quot;:19084,&quot;17630&quot;:19085,&quot;17597&quot;:19086,&quot;16877&quot;:19087}}&#039;, ] </span> </dt> <dd>UniToCid map</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_TYPE"> TYPE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#constant_TYPE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/UniToCid.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid"><abbr title="src/UniToCid.php">UniToCid.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">UniToCid map</p> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span> <span class="phpdocumentor-signature__name">TYPE</span> = <span class="phpdocumentor-signature__default-value">[ // Japanese &#039;CID0JP&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniJIS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;Japan1&quot;,&quot;Supplement&quot;:5,&quot;uni2cid&quot;:{&quot;160&quot;:1,&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;8209&quot;:14,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;165&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;818&quot;:64,&quot;95&quot;:64,&quot;768&quot;:65,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;166&quot;:93,&quot;125&quot;:94,&quot;732&quot;:95,&quot;771&quot;:95,&quot;700&quot;:96,&quot;8217&quot;:96,&quot;92&quot;:97,&quot;699&quot;:98,&quot;8216&quot;:98,&quot;124&quot;:99,&quot;126&quot;:100,&quot;8764&quot;:100,&quot;161&quot;:101,&quot;162&quot;:102,&quot;163&quot;:103,&quot;8260&quot;:104,&quot;402&quot;:105,&quot;164&quot;:107,&quot;8220&quot;:108,&quot;171&quot;:109,&quot;8249&quot;:110,&quot;8250&quot;:111,&quot;64257&quot;:112,&quot;64258&quot;:113,&quot;8210&quot;:114,&quot;8211&quot;:114,&quot;183&quot;:117,&quot;8729&quot;:117,&quot;8226&quot;:119,&quot;8218&quot;:120,&quot;8222&quot;:121,&quot;8221&quot;:122,&quot;187&quot;:123,&quot;191&quot;:126,&quot;769&quot;:127,&quot;710&quot;:128,&quot;770&quot;:128,&quot;175&quot;:129,&quot;772&quot;:129,&quot;774&quot;:130,&quot;775&quot;:131,&quot;776&quot;:132,&quot;730&quot;:133,&quot;778&quot;:133,&quot;184&quot;:134,&quot;807&quot;:134,&quot;779&quot;:135,&quot;808&quot;:136,&quot;780&quot;:137,&quot;822&quot;:138,&quot;8212&quot;:138,&quot;198&quot;:139,&quot;170&quot;:140,&quot;321&quot;:141,&quot;216&quot;:142,&quot;338&quot;:143,&quot;186&quot;:144,&quot;230&quot;:145,&quot;305&quot;:146,&quot;322&quot;:147,&quot;248&quot;:148,&quot;339&quot;:149,&quot;223&quot;:150,&quot;173&quot;:151,&quot;169&quot;:152,&quot;172&quot;:153,&quot;174&quot;:154,&quot;178&quot;:157,&quot;179&quot;:158,&quot;181&quot;:159,&quot;185&quot;:160,&quot;188&quot;:161,&quot;189&quot;:162,&quot;190&quot;:163,&quot;192&quot;:164,&quot;193&quot;:165,&quot;194&quot;:166,&quot;195&quot;:167,&quot;196&quot;:168,&quot;197&quot;:169,&quot;199&quot;:170,&quot;200&quot;:171,&quot;201&quot;:172,&quot;202&quot;:173,&quot;203&quot;:174,&quot;204&quot;:175,&quot;205&quot;:176,&quot;206&quot;:177,&quot;207&quot;:178,&quot;208&quot;:179,&quot;209&quot;:180,&quot;210&quot;:181,&quot;211&quot;:182,&quot;212&quot;:183,&quot;213&quot;:184,&quot;214&quot;:185,&quot;217&quot;:187,&quot;218&quot;:188,&quot;219&quot;:189,&quot;220&quot;:190,&quot;221&quot;:191,&quot;222&quot;:192,&quot;224&quot;:193,&quot;225&quot;:194,&quot;226&quot;:195,&quot;227&quot;:196,&quot;228&quot;:197,&quot;229&quot;:198,&quot;231&quot;:199,&quot;232&quot;:200,&quot;233&quot;:201,&quot;234&quot;:202,&quot;235&quot;:203,&quot;236&quot;:204,&quot;237&quot;:205,&quot;238&quot;:206,&quot;239&quot;:207,&quot;240&quot;:208,&quot;241&quot;:209,&quot;242&quot;:210,&quot;243&quot;:211,&quot;244&quot;:212,&quot;245&quot;:213,&quot;246&quot;:214,&quot;249&quot;:216,&quot;250&quot;:217,&quot;251&quot;:218,&quot;252&quot;:219,&quot;253&quot;:220,&quot;254&quot;:221,&quot;255&quot;:222,&quot;352&quot;:223,&quot;376&quot;:224,&quot;381&quot;:225,&quot;773&quot;:226,&quot;8254&quot;:226,&quot;353&quot;:227,&quot;8482&quot;:228,&quot;382&quot;:229,&quot;8194&quot;:231,&quot;65512&quot;:323,&quot;65377&quot;:327,&quot;65378&quot;:328,&quot;65379&quot;:329,&quot;65380&quot;:330,&quot;65381&quot;:331,&quot;65382&quot;:332,&quot;65383&quot;:333,&quot;65384&quot;:334,&quot;65385&quot;:335,&quot;65386&quot;:336,&quot;65387&quot;:337,&quot;65388&quot;:338,&quot;65389&quot;:339,&quot;65390&quot;:340,&quot;65391&quot;:341,&quot;65392&quot;:342,&quot;65393&quot;:343,&quot;65394&quot;:344,&quot;65395&quot;:345,&quot;65396&quot;:346,&quot;65397&quot;:347,&quot;65398&quot;:348,&quot;65399&quot;:349,&quot;65400&quot;:350,&quot;65401&quot;:351,&quot;65402&quot;:352,&quot;65403&quot;:353,&quot;65404&quot;:354,&quot;65405&quot;:355,&quot;65406&quot;:356,&quot;65407&quot;:357,&quot;65408&quot;:358,&quot;65409&quot;:359,&quot;65410&quot;:360,&quot;65411&quot;:361,&quot;65412&quot;:362,&quot;65413&quot;:363,&quot;65414&quot;:364,&quot;65415&quot;:365,&quot;65416&quot;:366,&quot;65417&quot;:367,&quot;65418&quot;:368,&quot;65419&quot;:369,&quot;65420&quot;:370,&quot;65421&quot;:371,&quot;65422&quot;:372,&quot;65423&quot;:373,&quot;65424&quot;:374,&quot;65425&quot;:375,&quot;65426&quot;:376,&quot;65427&quot;:377,&quot;65428&quot;:378,&quot;65429&quot;:379,&quot;65430&quot;:380,&quot;65431&quot;:381,&quot;65432&quot;:382,&quot;65433&quot;:383,&quot;65434&quot;:384,&quot;65435&quot;:385,&quot;65436&quot;:386,&quot;65437&quot;:387,&quot;65438&quot;:388,&quot;65439&quot;:389,&quot;8195&quot;:633,&quot;12288&quot;:633,&quot;12289&quot;:634,&quot;12290&quot;:635,&quot;65292&quot;:636,&quot;65294&quot;:637,&quot;12539&quot;:638,&quot;65306&quot;:639,&quot;65307&quot;:640,&quot;65311&quot;:641,&quot;65281&quot;:642,&quot;12443&quot;:643,&quot;12444&quot;:644,&quot;180&quot;:645,&quot;65344&quot;:646,&quot;168&quot;:647,&quot;65342&quot;:648,&quot;65507&quot;:649,&quot;65343&quot;:650,&quot;12541&quot;:651,&quot;12542&quot;:652,&quot;12445&quot;:653,&quot;12446&quot;:654,&quot;12291&quot;:655,&quot;20189&quot;:656,&quot;12293&quot;:657,&quot;12294&quot;:658,&quot;12295&quot;:659,&quot;12540&quot;:660,&quot;8213&quot;:661,&quot;8208&quot;:662,&quot;65295&quot;:663,&quot;65340&quot;:664,&quot;12316&quot;:665,&quot;65374&quot;:665,&quot;8214&quot;:666,&quot;65372&quot;:667,&quot;8230&quot;:668,&quot;8229&quot;:669,&quot;65288&quot;:674,&quot;65289&quot;:675,&quot;12308&quot;:676,&quot;12309&quot;:677,&quot;65339&quot;:678,&quot;65341&quot;:679,&quot;65371&quot;:680,&quot;65373&quot;:681,&quot;12296&quot;:682,&quot;12297&quot;:683,&quot;12298&quot;:684,&quot;12299&quot;:685,&quot;12300&quot;:686,&quot;12301&quot;:687,&quot;12302&quot;:688,&quot;12303&quot;:689,&quot;12304&quot;:690,&quot;12305&quot;:691,&quot;65291&quot;:692,&quot;8722&quot;:693,&quot;65293&quot;:693,&quot;177&quot;:694,&quot;215&quot;:695,&quot;247&quot;:696,&quot;65309&quot;:697,&quot;8800&quot;:698,&quot;65308&quot;:699,&quot;65310&quot;:700,&quot;8806&quot;:701,&quot;8807&quot;:702,&quot;8734&quot;:703,&quot;8756&quot;:704,&quot;9794&quot;:705,&quot;9792&quot;:706,&quot;176&quot;:707,&quot;8242&quot;:708,&quot;8243&quot;:709,&quot;8451&quot;:710,&quot;65509&quot;:711,&quot;65284&quot;:712,&quot;65504&quot;:713,&quot;65505&quot;:714,&quot;65285&quot;:715,&quot;65283&quot;:716,&quot;65286&quot;:717,&quot;65290&quot;:718,&quot;65312&quot;:719,&quot;167&quot;:720,&quot;9734&quot;:721,&quot;9733&quot;:722,&quot;9675&quot;:723,&quot;9679&quot;:724,&quot;9678&quot;:725,&quot;9671&quot;:726,&quot;9670&quot;:727,&quot;9633&quot;:728,&quot;9632&quot;:729,&quot;9651&quot;:730,&quot;9650&quot;:731,&quot;9661&quot;:732,&quot;9660&quot;:733,&quot;8251&quot;:734,&quot;12306&quot;:735,&quot;8594&quot;:736,&quot;8592&quot;:737,&quot;8593&quot;:738,&quot;8595&quot;:739,&quot;12307&quot;:740,&quot;8712&quot;:741,&quot;8715&quot;:742,&quot;8838&quot;:743,&quot;8839&quot;:744,&quot;8834&quot;:745,&quot;8835&quot;:746,&quot;8746&quot;:747,&quot;8745&quot;:748,&quot;8743&quot;:749,&quot;8744&quot;:750,&quot;65506&quot;:751,&quot;8658&quot;:752,&quot;8660&quot;:753,&quot;8704&quot;:754,&quot;8707&quot;:755,&quot;8736&quot;:756,&quot;8869&quot;:757,&quot;8978&quot;:758,&quot;8706&quot;:759,&quot;8711&quot;:760,&quot;8801&quot;:761,&quot;8786&quot;:762,&quot;8810&quot;:763,&quot;8811&quot;:764,&quot;8730&quot;:765,&quot;8765&quot;:766,&quot;8733&quot;:767,&quot;8757&quot;:768,&quot;8747&quot;:769,&quot;8748&quot;:770,&quot;8491&quot;:771,&quot;8240&quot;:772,&quot;9839&quot;:773,&quot;9837&quot;:774,&quot;9834&quot;:775,&quot;8224&quot;:776,&quot;8225&quot;:777,&quot;182&quot;:778,&quot;9711&quot;:779,&quot;65296&quot;:780,&quot;65297&quot;:781,&quot;65298&quot;:782,&quot;65299&quot;:783,&quot;65300&quot;:784,&quot;65301&quot;:785,&quot;65302&quot;:786,&quot;65303&quot;:787,&quot;65304&quot;:788,&quot;65305&quot;:789,&quot;65313&quot;:790,&quot;65314&quot;:791,&quot;65315&quot;:792,&quot;65316&quot;:793,&quot;65317&quot;:794,&quot;65318&quot;:795,&quot;65319&quot;:796,&quot;65320&quot;:797,&quot;65321&quot;:798,&quot;65322&quot;:799,&quot;65323&quot;:800,&quot;65324&quot;:801,&quot;65325&quot;:802,&quot;65326&quot;:803,&quot;65327&quot;:804,&quot;65328&quot;:805,&quot;65329&quot;:806,&quot;65330&quot;:807,&quot;65331&quot;:808,&quot;65332&quot;:809,&quot;65333&quot;:810,&quot;65334&quot;:811,&quot;65335&quot;:812,&quot;65336&quot;:813,&quot;65337&quot;:814,&quot;65338&quot;:815,&quot;65345&quot;:816,&quot;65346&quot;:817,&quot;65347&quot;:818,&quot;65348&quot;:819,&quot;65349&quot;:820,&quot;65350&quot;:821,&quot;65351&quot;:822,&quot;65352&quot;:823,&quot;65353&quot;:824,&quot;65354&quot;:825,&quot;65355&quot;:826,&quot;65356&quot;:827,&quot;65357&quot;:828,&quot;65358&quot;:829,&quot;65359&quot;:830,&quot;65360&quot;:831,&quot;65361&quot;:832,&quot;65362&quot;:833,&quot;65363&quot;:834,&quot;65364&quot;:835,&quot;65365&quot;:836,&quot;65366&quot;:837,&quot;65367&quot;:838,&quot;65368&quot;:839,&quot;65369&quot;:840,&quot;65370&quot;:841,&quot;12353&quot;:842,&quot;12354&quot;:843,&quot;12355&quot;:844,&quot;12356&quot;:845,&quot;12357&quot;:846,&quot;12358&quot;:847,&quot;12359&quot;:848,&quot;12360&quot;:849,&quot;12361&quot;:850,&quot;12362&quot;:851,&quot;12363&quot;:852,&quot;12364&quot;:853,&quot;12365&quot;:854,&quot;12366&quot;:855,&quot;12367&quot;:856,&quot;12368&quot;:857,&quot;12369&quot;:858,&quot;12370&quot;:859,&quot;12371&quot;:860,&quot;12372&quot;:861,&quot;12373&quot;:862,&quot;12374&quot;:863,&quot;12375&quot;:864,&quot;12376&quot;:865,&quot;12377&quot;:866,&quot;12378&quot;:867,&quot;12379&quot;:868,&quot;12380&quot;:869,&quot;12381&quot;:870,&quot;12382&quot;:871,&quot;12383&quot;:872,&quot;12384&quot;:873,&quot;12385&quot;:874,&quot;12386&quot;:875,&quot;12387&quot;:876,&quot;12388&quot;:877,&quot;12389&quot;:878,&quot;12390&quot;:879,&quot;12391&quot;:880,&quot;12392&quot;:881,&quot;12393&quot;:882,&quot;12394&quot;:883,&quot;12395&quot;:884,&quot;12396&quot;:885,&quot;12397&quot;:886,&quot;12398&quot;:887,&quot;12399&quot;:888,&quot;12400&quot;:889,&quot;12401&quot;:890,&quot;12402&quot;:891,&quot;12403&quot;:892,&quot;12404&quot;:893,&quot;12405&quot;:894,&quot;12406&quot;:895,&quot;12407&quot;:896,&quot;12408&quot;:897,&quot;12409&quot;:898,&quot;12410&quot;:899,&quot;12411&quot;:900,&quot;12412&quot;:901,&quot;12413&quot;:902,&quot;12414&quot;:903,&quot;12415&quot;:904,&quot;12416&quot;:905,&quot;12417&quot;:906,&quot;12418&quot;:907,&quot;12419&quot;:908,&quot;12420&quot;:909,&quot;12421&quot;:910,&quot;12422&quot;:911,&quot;12423&quot;:912,&quot;12424&quot;:913,&quot;12425&quot;:914,&quot;12426&quot;:915,&quot;12427&quot;:916,&quot;12428&quot;:917,&quot;12429&quot;:918,&quot;12430&quot;:919,&quot;12431&quot;:920,&quot;12432&quot;:921,&quot;12433&quot;:922,&quot;12434&quot;:923,&quot;12435&quot;:924,&quot;12449&quot;:925,&quot;12450&quot;:926,&quot;12451&quot;:927,&quot;12452&quot;:928,&quot;12453&quot;:929,&quot;12454&quot;:930,&quot;12455&quot;:931,&quot;12456&quot;:932,&quot;12457&quot;:933,&quot;12458&quot;:934,&quot;12459&quot;:935,&quot;12460&quot;:936,&quot;12461&quot;:937,&quot;12462&quot;:938,&quot;12463&quot;:939,&quot;12464&quot;:940,&quot;12465&quot;:941,&quot;12466&quot;:942,&quot;12467&quot;:943,&quot;12468&quot;:944,&quot;12469&quot;:945,&quot;12470&quot;:946,&quot;12471&quot;:947,&quot;12472&quot;:948,&quot;12473&quot;:949,&quot;12474&quot;:950,&quot;12475&quot;:951,&quot;12476&quot;:952,&quot;12477&quot;:953,&quot;12478&quot;:954,&quot;12479&quot;:955,&quot;12480&quot;:956,&quot;12481&quot;:957,&quot;12482&quot;:958,&quot;12483&quot;:959,&quot;12484&quot;:960,&quot;12485&quot;:961,&quot;12486&quot;:962,&quot;12487&quot;:963,&quot;12488&quot;:964,&quot;12489&quot;:965,&quot;12490&quot;:966,&quot;12491&quot;:967,&quot;12492&quot;:968,&quot;12493&quot;:969,&quot;12494&quot;:970,&quot;12495&quot;:971,&quot;12496&quot;:972,&quot;12497&quot;:973,&quot;12498&quot;:974,&quot;12499&quot;:975,&quot;12500&quot;:976,&quot;12501&quot;:977,&quot;12502&quot;:978,&quot;12503&quot;:979,&quot;12504&quot;:980,&quot;12505&quot;:981,&quot;12506&quot;:982,&quot;12507&quot;:983,&quot;12508&quot;:984,&quot;12509&quot;:985,&quot;12510&quot;:986,&quot;12511&quot;:987,&quot;12512&quot;:988,&quot;12513&quot;:989,&quot;12514&quot;:990,&quot;12515&quot;:991,&quot;12516&quot;:992,&quot;12517&quot;:993,&quot;12518&quot;:994,&quot;12519&quot;:995,&quot;12520&quot;:996,&quot;12521&quot;:997,&quot;12522&quot;:998,&quot;12523&quot;:999,&quot;12524&quot;:1000,&quot;12525&quot;:1001,&quot;12526&quot;:1002,&quot;12527&quot;:1003,&quot;12528&quot;:1004,&quot;12529&quot;:1005,&quot;12530&quot;:1006,&quot;12531&quot;:1007,&quot;12532&quot;:1008,&quot;12533&quot;:1009,&quot;12534&quot;:1010,&quot;913&quot;:1011,&quot;914&quot;:1012,&quot;915&quot;:1013,&quot;916&quot;:1014,&quot;917&quot;:1015,&quot;918&quot;:1016,&quot;919&quot;:1017,&quot;920&quot;:1018,&quot;921&quot;:1019,&quot;922&quot;:1020,&quot;923&quot;:1021,&quot;924&quot;:1022,&quot;925&quot;:1023,&quot;926&quot;:1024,&quot;927&quot;:1025,&quot;928&quot;:1026,&quot;929&quot;:1027,&quot;931&quot;:1028,&quot;932&quot;:1029,&quot;933&quot;:1030,&quot;934&quot;:1031,&quot;935&quot;:1032,&quot;936&quot;:1033,&quot;937&quot;:1034,&quot;945&quot;:1035,&quot;946&quot;:1036,&quot;947&quot;:1037,&quot;948&quot;:1038,&quot;949&quot;:1039,&quot;950&quot;:1040,&quot;951&quot;:1041,&quot;952&quot;:1042,&quot;953&quot;:1043,&quot;954&quot;:1044,&quot;955&quot;:1045,&quot;956&quot;:1046,&quot;957&quot;:1047,&quot;958&quot;:1048,&quot;959&quot;:1049,&quot;960&quot;:1050,&quot;961&quot;:1051,&quot;963&quot;:1052,&quot;964&quot;:1053,&quot;965&quot;:1054,&quot;966&quot;:1055,&quot;967&quot;:1056,&quot;968&quot;:1057,&quot;969&quot;:1058,&quot;1040&quot;:1059,&quot;1041&quot;:1060,&quot;1042&quot;:1061,&quot;1043&quot;:1062,&quot;1044&quot;:1063,&quot;1045&quot;:1064,&quot;1025&quot;:1065,&quot;1046&quot;:1066,&quot;1047&quot;:1067,&quot;1048&quot;:1068,&quot;1049&quot;:1069,&quot;1050&quot;:1070,&quot;1051&quot;:1071,&quot;1052&quot;:1072,&quot;1053&quot;:1073,&quot;1054&quot;:1074,&quot;1055&quot;:1075,&quot;1056&quot;:1076,&quot;1057&quot;:1077,&quot;1058&quot;:1078,&quot;1059&quot;:1079,&quot;1060&quot;:1080,&quot;1061&quot;:1081,&quot;1062&quot;:1082,&quot;1063&quot;:1083,&quot;1064&quot;:1084,&quot;1065&quot;:1085,&quot;1066&quot;:1086,&quot;1067&quot;:1087,&quot;1068&quot;:1088,&quot;1069&quot;:1089,&quot;1070&quot;:1090,&quot;1071&quot;:1091,&quot;1072&quot;:1092,&quot;1073&quot;:1093,&quot;1074&quot;:1094,&quot;1075&quot;:1095,&quot;1076&quot;:1096,&quot;1077&quot;:1097,&quot;1105&quot;:1098,&quot;1078&quot;:1099,&quot;1079&quot;:1100,&quot;1080&quot;:1101,&quot;1081&quot;:1102,&quot;1082&quot;:1103,&quot;1083&quot;:1104,&quot;1084&quot;:1105,&quot;1085&quot;:1106,&quot;1086&quot;:1107,&quot;1087&quot;:1108,&quot;1088&quot;:1109,&quot;1089&quot;:1110,&quot;1090&quot;:1111,&quot;1091&quot;:1112,&quot;1092&quot;:1113,&quot;1093&quot;:1114,&quot;1094&quot;:1115,&quot;1095&quot;:1116,&quot;1096&quot;:1117,&quot;1097&quot;:1118,&quot;1098&quot;:1119,&quot;1099&quot;:1120,&quot;1100&quot;:1121,&quot;1101&quot;:1122,&quot;1102&quot;:1123,&quot;1103&quot;:1124,&quot;20124&quot;:1125,&quot;21782&quot;:1126,&quot;23043&quot;:1127,&quot;38463&quot;:1128,&quot;21696&quot;:1129,&quot;24859&quot;:1130,&quot;25384&quot;:1131,&quot;23030&quot;:1132,&quot;36898&quot;:1133,&quot;33909&quot;:1134,&quot;33564&quot;:1135,&quot;31312&quot;:1136,&quot;24746&quot;:1137,&quot;25569&quot;:1138,&quot;28197&quot;:1139,&quot;26093&quot;:1140,&quot;33894&quot;:1141,&quot;33446&quot;:1142,&quot;39925&quot;:1143,&quot;26771&quot;:1144,&quot;22311&quot;:1145,&quot;26017&quot;:1146,&quot;25201&quot;:1147,&quot;23451&quot;:1148,&quot;22992&quot;:1149,&quot;34427&quot;:1150,&quot;39156&quot;:1151,&quot;32098&quot;:1152,&quot;32190&quot;:1153,&quot;39822&quot;:1154,&quot;25110&quot;:1155,&quot;31903&quot;:1156,&quot;34999&quot;:1157,&quot;23433&quot;:1158,&quot;24245&quot;:1159,&quot;25353&quot;:1160,&quot;26263&quot;:1161,&quot;26696&quot;:1162,&quot;38343&quot;:1163,&quot;38797&quot;:1164,&quot;26447&quot;:1165,&quot;20197&quot;:1166,&quot;20234&quot;:1167,&quot;20301&quot;:1168,&quot;20381&quot;:1169,&quot;20553&quot;:1170,&quot;22258&quot;:1171,&quot;22839&quot;:1172,&quot;22996&quot;:1173,&quot;23041&quot;:1174,&quot;23561&quot;:1175,&quot;24799&quot;:1176,&quot;24847&quot;:1177,&quot;24944&quot;:1178,&quot;26131&quot;:1179,&quot;26885&quot;:1180,&quot;28858&quot;:1181,&quot;30031&quot;:1182,&quot;30064&quot;:1183,&quot;31227&quot;:1184,&quot;32173&quot;:1185,&quot;32239&quot;:1186,&quot;32963&quot;:1187,&quot;33806&quot;:1188,&quot;12176&quot;:1189,&quot;34915&quot;:1189,&quot;35586&quot;:1190,&quot;36949&quot;:1191,&quot;36986&quot;:1192,&quot;21307&quot;:1193,&quot;20117&quot;:1194,&quot;20133&quot;:1195,&quot;22495&quot;:1196,&quot;32946&quot;:1197,&quot;37057&quot;:1198,&quot;30959&quot;:1199,&quot;12032&quot;:1200,&quot;19968&quot;:1200,&quot;22769&quot;:1201,&quot;28322&quot;:1202,&quot;36920&quot;:1203,&quot;31282&quot;:1204,&quot;33576&quot;:1205,&quot;33419&quot;:1206,&quot;39983&quot;:1207,&quot;20801&quot;:1208,&quot;21360&quot;:1209,&quot;21693&quot;:1210,&quot;21729&quot;:1211,&quot;22240&quot;:1212,&quot;23035&quot;:1213,&quot;24341&quot;:1214,&quot;39154&quot;:1215,&quot;28139&quot;:1216,&quot;32996&quot;:1217,&quot;34093&quot;:1218,&quot;38498&quot;:1219,&quot;38512&quot;:1220,&quot;38560&quot;:1221,&quot;38907&quot;:1222,&quot;21515&quot;:1223,&quot;21491&quot;:1224,&quot;23431&quot;:1225,&quot;28879&quot;:1226,&quot;12155&quot;:1227,&quot;32701&quot;:1227,&quot;36802&quot;:1228,&quot;12204&quot;:1229,&quot;38632&quot;:1229,&quot;21359&quot;:1230,&quot;40284&quot;:1231,&quot;31418&quot;:1232,&quot;19985&quot;:1233,&quot;30867&quot;:1234,&quot;12165&quot;:1235,&quot;33276&quot;:1235,&quot;28198&quot;:1236,&quot;22040&quot;:1237,&quot;21764&quot;:1238,&quot;27421&quot;:1239,&quot;34074&quot;:1240,&quot;39995&quot;:1241,&quot;23013&quot;:1242,&quot;21417&quot;:1243,&quot;28006&quot;:1244,&quot;12128&quot;:1245,&quot;29916&quot;:1245,&quot;38287&quot;:1246,&quot;22082&quot;:1247,&quot;20113&quot;:1248,&quot;36939&quot;:1249,&quot;38642&quot;:1250,&quot;33615&quot;:1251,&quot;39180&quot;:1252,&quot;21473&quot;:1253,&quot;21942&quot;:1254,&quot;23344&quot;:1255,&quot;24433&quot;:1256,&quot;26144&quot;:1257,&quot;26355&quot;:1258,&quot;26628&quot;:1259,&quot;27704&quot;:1260,&quot;27891&quot;:1261,&quot;27945&quot;:1262,&quot;29787&quot;:1263,&quot;30408&quot;:1264,&quot;31310&quot;:1265,&quot;38964&quot;:1266,&quot;33521&quot;:1267,&quot;34907&quot;:1268,&quot;35424&quot;:1269,&quot;37613&quot;:1270,&quot;28082&quot;:1271,&quot;30123&quot;:1272,&quot;30410&quot;:1273,&quot;39365&quot;:1274,&quot;24742&quot;:1275,&quot;35585&quot;:1276,&quot;36234&quot;:1277,&quot;38322&quot;:1278,&quot;27022&quot;:1279,&quot;21421&quot;:1280,&quot;20870&quot;:1281,&quot;22290&quot;:1282,&quot;22576&quot;:1283,&quot;22852&quot;:1284,&quot;23476&quot;:1285,&quot;24310&quot;:1286,&quot;24616&quot;:1287,&quot;25513&quot;:1288,&quot;25588&quot;:1289,&quot;27839&quot;:1290,&quot;28436&quot;:1291,&quot;28814&quot;:1292,&quot;28948&quot;:1293,&quot;29017&quot;:1294,&quot;29141&quot;:1295,&quot;29503&quot;:1296,&quot;32257&quot;:1297,&quot;33398&quot;:1298,&quot;33489&quot;:1299,&quot;34199&quot;:1300,&quot;36960&quot;:1301,&quot;37467&quot;:1302,&quot;40219&quot;:1303,&quot;22633&quot;:1304,&quot;26044&quot;:1305,&quot;27738&quot;:1306,&quot;29989&quot;:1307,&quot;20985&quot;:1308,&quot;22830&quot;:1309,&quot;22885&quot;:1310,&quot;24448&quot;:1311,&quot;24540&quot;:1312,&quot;25276&quot;:1313,&quot;26106&quot;:1314,&quot;27178&quot;:1315,&quot;27431&quot;:1316,&quot;27572&quot;:1317,&quot;29579&quot;:1318,&quot;32705&quot;:1319,&quot;35158&quot;:1320,&quot;40236&quot;:1321,&quot;40206&quot;:1322,&quot;12009&quot;:1323,&quot;40644&quot;:1323,&quot;23713&quot;:1324,&quot;27798&quot;:1325,&quot;33659&quot;:1326,&quot;20740&quot;:1327,&quot;23627&quot;:1328,&quot;25014&quot;:1329,&quot;33222&quot;:1330,&quot;26742&quot;:1331,&quot;29281&quot;:1332,&quot;12036&quot;:1333,&quot;20057&quot;:1333,&quot;20474&quot;:1334,&quot;21368&quot;:1335,&quot;24681&quot;:1336,&quot;28201&quot;:1337,&quot;31311&quot;:1338,&quot;12211&quot;:1339,&quot;38899&quot;:1339,&quot;19979&quot;:1340,&quot;21270&quot;:1341,&quot;20206&quot;:1342,&quot;20309&quot;:1343,&quot;20285&quot;:1344,&quot;20385&quot;:1345,&quot;20339&quot;:1346,&quot;21152&quot;:1347,&quot;21487&quot;:1348,&quot;22025&quot;:1349,&quot;22799&quot;:1350,&quot;23233&quot;:1351,&quot;23478&quot;:1352,&quot;23521&quot;:1353,&quot;31185&quot;:1354,&quot;26247&quot;:1355,&quot;26524&quot;:1356,&quot;26550&quot;:1357,&quot;27468&quot;:1358,&quot;27827&quot;:1359,&quot;12117&quot;:1360,&quot;28779&quot;:1360,&quot;29634&quot;:1361,&quot;31117&quot;:1362,&quot;12146&quot;:1363,&quot;31166&quot;:1363,&quot;31292&quot;:1364,&quot;31623&quot;:1365,&quot;33457&quot;:1366,&quot;33499&quot;:1367,&quot;33540&quot;:1368,&quot;33655&quot;:1369,&quot;33775&quot;:1370,&quot;33747&quot;:1371,&quot;34662&quot;:1372,&quot;35506&quot;:1373,&quot;22057&quot;:1374,&quot;36008&quot;:1375,&quot;36838&quot;:1376,&quot;36942&quot;:1377,&quot;38686&quot;:1378,&quot;34442&quot;:1379,&quot;20420&quot;:1380,&quot;23784&quot;:1381,&quot;25105&quot;:1382,&quot;12123&quot;:1383,&quot;29273&quot;:1383,&quot;30011&quot;:1384,&quot;33253&quot;:1385,&quot;33469&quot;:1386,&quot;34558&quot;:1387,&quot;36032&quot;:1388,&quot;38597&quot;:1389,&quot;39187&quot;:1390,&quot;39381&quot;:1391,&quot;20171&quot;:1392,&quot;20250&quot;:1393,&quot;35299&quot;:1394,&quot;22238&quot;:1395,&quot;22602&quot;:1396,&quot;22730&quot;:1397,&quot;24315&quot;:1398,&quot;24555&quot;:1399,&quot;24618&quot;:1400,&quot;24724&quot;:1401,&quot;24674&quot;:1402,&quot;25040&quot;:1403,&quot;25106&quot;:1404,&quot;25296&quot;:1405,&quot;25913&quot;:1406,&quot;39745&quot;:1407,&quot;26214&quot;:1408,&quot;26800&quot;:1409,&quot;28023&quot;:1410,&quot;28784&quot;:1411,&quot;30028&quot;:1412,&quot;30342&quot;:1413,&quot;32117&quot;:1414,&quot;33445&quot;:1415,&quot;34809&quot;:1416,&quot;38283&quot;:1417,&quot;38542&quot;:1418,&quot;12185&quot;:1419,&quot;35997&quot;:1419,&quot;20977&quot;:1420,&quot;21182&quot;:1421,&quot;22806&quot;:1422,&quot;21683&quot;:1423,&quot;23475&quot;:1424,&quot;23830&quot;:1425,&quot;24936&quot;:1426,&quot;27010&quot;:1427,&quot;28079&quot;:1428,&quot;30861&quot;:1429,&quot;33995&quot;:1430,&quot;34903&quot;:1431,&quot;35442&quot;:1432,&quot;37799&quot;:1433,&quot;39608&quot;:1434,&quot;28012&quot;:1435,&quot;39336&quot;:1436,&quot;34521&quot;:1437,&quot;22435&quot;:1438,&quot;26623&quot;:1439,&quot;34510&quot;:1440,&quot;37390&quot;:1441,&quot;21123&quot;:1442,&quot;22151&quot;:1443,&quot;21508&quot;:1444,&quot;24275&quot;:1445,&quot;25313&quot;:1446,&quot;25785&quot;:1447,&quot;26684&quot;:1448,&quot;26680&quot;:1449,&quot;27579&quot;:1450,&quot;29554&quot;:1451,&quot;30906&quot;:1452,&quot;31339&quot;:1453,&quot;35226&quot;:1454,&quot;12179&quot;:1455,&quot;35282&quot;:1455,&quot;36203&quot;:1456,&quot;36611&quot;:1457,&quot;37101&quot;:1458,&quot;38307&quot;:1459,&quot;38548&quot;:1460,&quot;12208&quot;:1461,&quot;38761&quot;:1461,&quot;23398&quot;:1462,&quot;23731&quot;:1463,&quot;27005&quot;:1464,&quot;38989&quot;:1465,&quot;38990&quot;:1466,&quot;25499&quot;:1467,&quot;31520&quot;:1468,&quot;27179&quot;:1469,&quot;27263&quot;:1470,&quot;26806&quot;:1471,&quot;39949&quot;:1472,&quot;28511&quot;:1473,&quot;21106&quot;:1474,&quot;21917&quot;:1475,&quot;24688&quot;:1476,&quot;25324&quot;:1477,&quot;27963&quot;:1478,&quot;28167&quot;:1479,&quot;28369&quot;:1480,&quot;33883&quot;:1481,&quot;35088&quot;:1482,&quot;36676&quot;:1483,&quot;19988&quot;:1484,&quot;39993&quot;:1485,&quot;21494&quot;:1486,&quot;26907&quot;:1487,&quot;27194&quot;:1488,&quot;38788&quot;:1489,&quot;26666&quot;:1490,&quot;20828&quot;:1491,&quot;31427&quot;:1492,&quot;33970&quot;:1493,&quot;37340&quot;:1494,&quot;37772&quot;:1495,&quot;22107&quot;:1496,&quot;40232&quot;:1497,&quot;26658&quot;:1498,&quot;33541&quot;:1499,&quot;33841&quot;:1500,&quot;31909&quot;:1501,&quot;21000&quot;:1502,&quot;33477&quot;:1503,&quot;12129&quot;:1504,&quot;29926&quot;:1504,&quot;20094&quot;:1505,&quot;20355&quot;:1506,&quot;20896&quot;:1507,&quot;23506&quot;:1508,&quot;21002&quot;:1509,&quot;21208&quot;:1510,&quot;21223&quot;:1511,&quot;24059&quot;:1512,&quot;21914&quot;:1513,&quot;22570&quot;:1514,&quot;23014&quot;:1515,&quot;23436&quot;:1516,&quot;23448&quot;:1517,&quot;23515&quot;:1518,&quot;12082&quot;:1519,&quot;24178&quot;:1519,&quot;24185&quot;:1520,&quot;24739&quot;:1521,&quot;24863&quot;:1522,&quot;24931&quot;:1523,&quot;25022&quot;:1524,&quot;25563&quot;:1525,&quot;25954&quot;:1526,&quot;26577&quot;:1527,&quot;26707&quot;:1528,&quot;26874&quot;:1529,&quot;27454&quot;:1530,&quot;27475&quot;:1531,&quot;27735&quot;:1532,&quot;28450&quot;:1533,&quot;28567&quot;:1534,&quot;28485&quot;:1535,&quot;29872&quot;:1536,&quot;12130&quot;:1537,&quot;29976&quot;:1537,&quot;30435&quot;:1538,&quot;30475&quot;:1539,&quot;31487&quot;:1540,&quot;31649&quot;:1541,&quot;31777&quot;:1542,&quot;32233&quot;:1543,&quot;12152&quot;:1544,&quot;32566&quot;:1544,&quot;32752&quot;:1545,&quot;32925&quot;:1546,&quot;33382&quot;:1547,&quot;33694&quot;:1548,&quot;35251&quot;:1549,&quot;35532&quot;:1550,&quot;36011&quot;:1551,&quot;36996&quot;:1552,&quot;37969&quot;:1553,&quot;38291&quot;:1554,&quot;38289&quot;:1555,&quot;38306&quot;:1556,&quot;38501&quot;:1557,&quot;38867&quot;:1558,&quot;39208&quot;:1559,&quot;33304&quot;:1560,&quot;20024&quot;:1561,&quot;21547&quot;:1562,&quot;23736&quot;:1563,&quot;24012&quot;:1564,&quot;29609&quot;:1565,&quot;30284&quot;:1566,&quot;30524&quot;:1567,&quot;23721&quot;:1568,&quot;32747&quot;:1569,&quot;36107&quot;:1570,&quot;38593&quot;:1571,&quot;38929&quot;:1572,&quot;38996&quot;:1573,&quot;39000&quot;:1574,&quot;20225&quot;:1575,&quot;20238&quot;:1576,&quot;21361&quot;:1577,&quot;21916&quot;:1578,&quot;22120&quot;:1579,&quot;22522&quot;:1580,&quot;22855&quot;:1581,&quot;23305&quot;:1582,&quot;23492&quot;:1583,&quot;23696&quot;:1584,&quot;24076&quot;:1585,&quot;24190&quot;:1586,&quot;24524&quot;:1587,&quot;25582&quot;:1588,&quot;26426&quot;:1589,&quot;26071&quot;:1590,&quot;26082&quot;:1591,&quot;26399&quot;:1592,&quot;26827&quot;:1593,&quot;26820&quot;:1594,&quot;27231&quot;:1595,&quot;24112&quot;:1596,&quot;27589&quot;:1597,&quot;27671&quot;:1598,&quot;27773&quot;:1599,&quot;30079&quot;:1600,&quot;31048&quot;:1601,&quot;23395&quot;:1602,&quot;31232&quot;:1603,&quot;32000&quot;:1604,&quot;24509&quot;:1605,&quot;35215&quot;:1606,&quot;35352&quot;:1607,&quot;36020&quot;:1608,&quot;36215&quot;:1609,&quot;36556&quot;:1610,&quot;36637&quot;:1611,&quot;39138&quot;:1612,&quot;39438&quot;:1613,&quot;12004&quot;:1614,&quot;12225&quot;:1614,&quot;39740&quot;:1614,&quot;12018&quot;:1615,&quot;20096&quot;:1615,&quot;20605&quot;:1616,&quot;20736&quot;:1617,&quot;22931&quot;:1618,&quot;23452&quot;:1619,&quot;25135&quot;:1620,&quot;25216&quot;:1621,&quot;25836&quot;:1622,&quot;27450&quot;:1623,&quot;29344&quot;:1624,&quot;30097&quot;:1625,&quot;31047&quot;:1626,&quot;32681&quot;:1627,&quot;34811&quot;:1628,&quot;35516&quot;:1629,&quot;35696&quot;:1630,&quot;25516&quot;:1631,&quot;33738&quot;:1632,&quot;38816&quot;:1633,&quot;21513&quot;:1634,&quot;21507&quot;:1635,&quot;21931&quot;:1636,&quot;26708&quot;:1637,&quot;27224&quot;:1638,&quot;35440&quot;:1639,&quot;30759&quot;:1640,&quot;26485&quot;:1641,&quot;12233&quot;:1642,&quot;40653&quot;:1642,&quot;21364&quot;:1643,&quot;23458&quot;:1644,&quot;33050&quot;:1645,&quot;34384&quot;:1646,&quot;36870&quot;:1647,&quot;19992&quot;:1648,&quot;20037&quot;:1649,&quot;20167&quot;:1650,&quot;20241&quot;:1651,&quot;21450&quot;:1652,&quot;21560&quot;:1653,&quot;23470&quot;:1654,&quot;12088&quot;:1655,&quot;24339&quot;:1655,&quot;24613&quot;:1656,&quot;25937&quot;:1657,&quot;26429&quot;:1658,&quot;27714&quot;:1659,&quot;27762&quot;:1660,&quot;27875&quot;:1661,&quot;28792&quot;:1662,&quot;29699&quot;:1663,&quot;31350&quot;:1664,&quot;31406&quot;:1665,&quot;31496&quot;:1666,&quot;32026&quot;:1667,&quot;31998&quot;:1668,&quot;32102&quot;:1669,&quot;26087&quot;:1670,&quot;12124&quot;:1671,&quot;29275&quot;:1671,&quot;21435&quot;:1672,&quot;23621&quot;:1673,&quot;24040&quot;:1674,&quot;25298&quot;:1675,&quot;25312&quot;:1676,&quot;25369&quot;:1677,&quot;28192&quot;:1678,&quot;34394&quot;:1679,&quot;35377&quot;:1680,&quot;36317&quot;:1681,&quot;37624&quot;:1682,&quot;28417&quot;:1683,&quot;31142&quot;:1684,&quot;12226&quot;:1685,&quot;39770&quot;:1685,&quot;20136&quot;:1686,&quot;20139&quot;:1687,&quot;20140&quot;:1688,&quot;20379&quot;:1689,&quot;20384&quot;:1690,&quot;20689&quot;:1691,&quot;20807&quot;:1692,&quot;31478&quot;:1693,&quot;20849&quot;:1694,&quot;20982&quot;:1695,&quot;21332&quot;:1696,&quot;21281&quot;:1697,&quot;21375&quot;:1698,&quot;21483&quot;:1699,&quot;21932&quot;:1700,&quot;22659&quot;:1701,&quot;23777&quot;:1702,&quot;24375&quot;:1703,&quot;24394&quot;:1704,&quot;24623&quot;:1705,&quot;24656&quot;:1706,&quot;24685&quot;:1707,&quot;25375&quot;:1708,&quot;25945&quot;:1709,&quot;27211&quot;:1710,&quot;27841&quot;:1711,&quot;29378&quot;:1712,&quot;29421&quot;:1713,&quot;30703&quot;:1714,&quot;33016&quot;:1715,&quot;33029&quot;:1716,&quot;33288&quot;:1717,&quot;34126&quot;:1718,&quot;37111&quot;:1719,&quot;37857&quot;:1720,&quot;38911&quot;:1721,&quot;39255&quot;:1722,&quot;39514&quot;:1723,&quot;20208&quot;:1724,&quot;20957&quot;:1725,&quot;23597&quot;:1726,&quot;26241&quot;:1727,&quot;26989&quot;:1728,&quot;23616&quot;:1729,&quot;26354&quot;:1730,&quot;26997&quot;:1731,&quot;12127&quot;:1732,&quot;29577&quot;:1732,&quot;26704&quot;:1733,&quot;31873&quot;:1734,&quot;20677&quot;:1735,&quot;21220&quot;:1736,&quot;22343&quot;:1737,&quot;12081&quot;:1738,&quot;24062&quot;:1738,&quot;37670&quot;:1739,&quot;12100&quot;:1740,&quot;26020&quot;:1740,&quot;27427&quot;:1741,&quot;27453&quot;:1742,&quot;29748&quot;:1743,&quot;31105&quot;:1744,&quot;31165&quot;:1745,&quot;31563&quot;:1746,&quot;32202&quot;:1747,&quot;33465&quot;:1748,&quot;33740&quot;:1749,&quot;34943&quot;:1750,&quot;35167&quot;:1751,&quot;35641&quot;:1752,&quot;36817&quot;:1753,&quot;12198&quot;:1754,&quot;37329&quot;:1754,&quot;21535&quot;:1755,&quot;37504&quot;:1756,&quot;20061&quot;:1757,&quot;20534&quot;:1758,&quot;21477&quot;:1759,&quot;21306&quot;:1760,&quot;29399&quot;:1761,&quot;29590&quot;:1762,&quot;30697&quot;:1763,&quot;33510&quot;:1764,&quot;36527&quot;:1765,&quot;39366&quot;:1766,&quot;39368&quot;:1767,&quot;39378&quot;:1768,&quot;20855&quot;:1769,&quot;24858&quot;:1770,&quot;34398&quot;:1771,&quot;21936&quot;:1772,&quot;31354&quot;:1773,&quot;20598&quot;:1774,&quot;23507&quot;:1775,&quot;36935&quot;:1776,&quot;38533&quot;:1777,&quot;20018&quot;:1778,&quot;27355&quot;:1779,&quot;37351&quot;:1780,&quot;23633&quot;:1781,&quot;23624&quot;:1782,&quot;25496&quot;:1783,&quot;31391&quot;:1784,&quot;27795&quot;:1785,&quot;38772&quot;:1786,&quot;36705&quot;:1787,&quot;31402&quot;:1788,&quot;29066&quot;:1789,&quot;38536&quot;:1790,&quot;31874&quot;:1791,&quot;26647&quot;:1792,&quot;32368&quot;:1793,&quot;26705&quot;:1794,&quot;37740&quot;:1795,&quot;21234&quot;:1796,&quot;21531&quot;:1797,&quot;34219&quot;:1798,&quot;35347&quot;:1799,&quot;32676&quot;:1800,&quot;36557&quot;:1801,&quot;37089&quot;:1802,&quot;21350&quot;:1803,&quot;34952&quot;:1804,&quot;31041&quot;:1805,&quot;20418&quot;:1806,&quot;20670&quot;:1807,&quot;21009&quot;:1808,&quot;20804&quot;:1809,&quot;21843&quot;:1810,&quot;22317&quot;:1811,&quot;29674&quot;:1812,&quot;22411&quot;:1813,&quot;22865&quot;:1814,&quot;24418&quot;:1815,&quot;24452&quot;:1816,&quot;24693&quot;:1817,&quot;24950&quot;:1818,&quot;24935&quot;:1819,&quot;25001&quot;:1820,&quot;25522&quot;:1821,&quot;25658&quot;:1822,&quot;25964&quot;:1823,&quot;26223&quot;:1824,&quot;26690&quot;:1825,&quot;28179&quot;:1826,&quot;30054&quot;:1827,&quot;31293&quot;:1828,&quot;31995&quot;:1829,&quot;32076&quot;:1830,&quot;32153&quot;:1831,&quot;32331&quot;:1832,&quot;32619&quot;:1833,&quot;33550&quot;:1834,&quot;33610&quot;:1835,&quot;34509&quot;:1836,&quot;35336&quot;:1837,&quot;35427&quot;:1838,&quot;35686&quot;:1839,&quot;36605&quot;:1840,&quot;38938&quot;:1841,&quot;40335&quot;:1842,&quot;33464&quot;:1843,&quot;36814&quot;:1844,&quot;39912&quot;:1845,&quot;21127&quot;:1846,&quot;25119&quot;:1847,&quot;25731&quot;:1848,&quot;28608&quot;:1849,&quot;38553&quot;:1850,&quot;26689&quot;:1851,&quot;20625&quot;:1852,&quot;12107&quot;:1853,&quot;27424&quot;:1853,&quot;27770&quot;:1854,&quot;28500&quot;:1855,&quot;12147&quot;:1856,&quot;31348&quot;:1856,&quot;32080&quot;:1857,&quot;12174&quot;:1858,&quot;34880&quot;:1858,&quot;35363&quot;:1859,&quot;12105&quot;:1860,&quot;26376&quot;:1860,&quot;20214&quot;:1861,&quot;20537&quot;:1862,&quot;20518&quot;:1863,&quot;20581&quot;:1864,&quot;20860&quot;:1865,&quot;21048&quot;:1866,&quot;21091&quot;:1867,&quot;21927&quot;:1868,&quot;22287&quot;:1869,&quot;22533&quot;:1870,&quot;23244&quot;:1871,&quot;24314&quot;:1872,&quot;25010&quot;:1873,&quot;25080&quot;:1874,&quot;25331&quot;:1875,&quot;25458&quot;:1876,&quot;26908&quot;:1877,&quot;27177&quot;:1878,&quot;29309&quot;:1879,&quot;12125&quot;:1880,&quot;29356&quot;:1880,&quot;29486&quot;:1881,&quot;30740&quot;:1882,&quot;30831&quot;:1883,&quot;32121&quot;:1884,&quot;30476&quot;:1885,&quot;32937&quot;:1886,&quot;12178&quot;:1887,&quot;35211&quot;:1887,&quot;35609&quot;:1888,&quot;36066&quot;:1889,&quot;36562&quot;:1890,&quot;36963&quot;:1891,&quot;37749&quot;:1892,&quot;38522&quot;:1893,&quot;38997&quot;:1894,&quot;39443&quot;:1895,&quot;40568&quot;:1896,&quot;20803&quot;:1897,&quot;21407&quot;:1898,&quot;21427&quot;:1899,&quot;24187&quot;:1900,&quot;24358&quot;:1901,&quot;28187&quot;:1902,&quot;28304&quot;:1903,&quot;12126&quot;:1904,&quot;29572&quot;:1904,&quot;29694&quot;:1905,&quot;32067&quot;:1906,&quot;33335&quot;:1907,&quot;12180&quot;:1908,&quot;35328&quot;:1908,&quot;35578&quot;:1909,&quot;38480&quot;:1910,&quot;20046&quot;:1911,&quot;20491&quot;:1912,&quot;21476&quot;:1913,&quot;21628&quot;:1914,&quot;22266&quot;:1915,&quot;22993&quot;:1916,&quot;23396&quot;:1917,&quot;12080&quot;:1918,&quot;24049&quot;:1918,&quot;24235&quot;:1919,&quot;24359&quot;:1920,&quot;12094&quot;:1921,&quot;25144&quot;:1921,&quot;25925&quot;:1922,&quot;26543&quot;:1923,&quot;28246&quot;:1924,&quot;29392&quot;:1925,&quot;31946&quot;:1926,&quot;34996&quot;:1927,&quot;32929&quot;:1928,&quot;32993&quot;:1929,&quot;33776&quot;:1930,&quot;11969&quot;:1931,&quot;34382&quot;:1931,&quot;35463&quot;:1932,&quot;36328&quot;:1933,&quot;37431&quot;:1934,&quot;38599&quot;:1935,&quot;39015&quot;:1936,&quot;12238&quot;:1937,&quot;40723&quot;:1937,&quot;20116&quot;:1938,&quot;20114&quot;:1939,&quot;20237&quot;:1940,&quot;21320&quot;:1941,&quot;21577&quot;:1942,&quot;21566&quot;:1943,&quot;23087&quot;:1944,&quot;24460&quot;:1945,&quot;24481&quot;:1946,&quot;24735&quot;:1947,&quot;26791&quot;:1948,&quot;27278&quot;:1949,&quot;29786&quot;:1950,&quot;30849&quot;:1951,&quot;35486&quot;:1952,&quot;35492&quot;:1953,&quot;35703&quot;:1954,&quot;37264&quot;:1955,&quot;20062&quot;:1956,&quot;39881&quot;:1957,&quot;20132&quot;:1958,&quot;20348&quot;:1959,&quot;20399&quot;:1960,&quot;20505&quot;:1961,&quot;20502&quot;:1962,&quot;20809&quot;:1963,&quot;20844&quot;:1964,&quot;21151&quot;:1965,&quot;21177&quot;:1966,&quot;21246&quot;:1967,&quot;21402&quot;:1968,&quot;12061&quot;:1969,&quot;21475&quot;:1969,&quot;21521&quot;:1970,&quot;21518&quot;:1971,&quot;21897&quot;:1972,&quot;22353&quot;:1973,&quot;22434&quot;:1974,&quot;22909&quot;:1975,&quot;23380&quot;:1976,&quot;23389&quot;:1977,&quot;23439&quot;:1978,&quot;12079&quot;:1979,&quot;24037&quot;:1979,&quot;24039&quot;:1980,&quot;24055&quot;:1981,&quot;24184&quot;:1982,&quot;24195&quot;:1983,&quot;24218&quot;:1984,&quot;24247&quot;:1985,&quot;24344&quot;:1986,&quot;24658&quot;:1987,&quot;24908&quot;:1988,&quot;25239&quot;:1989,&quot;25304&quot;:1990,&quot;25511&quot;:1991,&quot;25915&quot;:1992,&quot;26114&quot;:1993,&quot;26179&quot;:1994,&quot;26356&quot;:1995,&quot;26477&quot;:1996,&quot;26657&quot;:1997,&quot;26775&quot;:1998,&quot;27083&quot;:1999,&quot;27743&quot;:2000,&quot;27946&quot;:2001,&quot;28009&quot;:2002,&quot;28207&quot;:2003,&quot;28317&quot;:2004,&quot;30002&quot;:2005,&quot;30343&quot;:2006,&quot;30828&quot;:2007,&quot;31295&quot;:2008,&quot;31968&quot;:2009,&quot;32005&quot;:2010,&quot;32024&quot;:2011,&quot;32094&quot;:2012,&quot;32177&quot;:2013,&quot;32789&quot;:2014,&quot;32771&quot;:2015,&quot;32943&quot;:2016,&quot;32945&quot;:2017,&quot;33108&quot;:2018,&quot;33167&quot;:2019,&quot;33322&quot;:2020,&quot;33618&quot;:2021,&quot;12175&quot;:2022,&quot;34892&quot;:2022,&quot;34913&quot;:2023,&quot;35611&quot;:2024,&quot;36002&quot;:2025,&quot;36092&quot;:2026,&quot;37066&quot;:2027,&quot;37237&quot;:2028,&quot;37489&quot;:2029,&quot;30783&quot;:2030,&quot;37628&quot;:2031,&quot;38308&quot;:2032,&quot;38477&quot;:2033,&quot;38917&quot;:2034,&quot;12217&quot;:2035,&quot;39321&quot;:2035,&quot;12220&quot;:2036,&quot;39640&quot;:2036,&quot;40251&quot;:2037,&quot;21083&quot;:2038,&quot;21163&quot;:2039,&quot;21495&quot;:2040,&quot;21512&quot;:2041,&quot;22741&quot;:2042,&quot;25335&quot;:2043,&quot;28640&quot;:2044,&quot;35946&quot;:2045,&quot;36703&quot;:2046,&quot;40633&quot;:2047,&quot;20811&quot;:2048,&quot;21051&quot;:2049,&quot;21578&quot;:2050,&quot;22269&quot;:2051,&quot;31296&quot;:2052,&quot;37239&quot;:2053,&quot;40288&quot;:2054,&quot;12234&quot;:2055,&quot;40658&quot;:2055,&quot;29508&quot;:2056,&quot;28425&quot;:2057,&quot;33136&quot;:2058,&quot;29969&quot;:2059,&quot;24573&quot;:2060,&quot;24794&quot;:2061,&quot;12219&quot;:2062,&quot;39592&quot;:2062,&quot;29403&quot;:2063,&quot;36796&quot;:2064,&quot;27492&quot;:2065,&quot;38915&quot;:2066,&quot;20170&quot;:2067,&quot;22256&quot;:2068,&quot;22372&quot;:2069,&quot;22718&quot;:2070,&quot;23130&quot;:2071,&quot;24680&quot;:2072,&quot;25031&quot;:2073,&quot;26127&quot;:2074,&quot;26118&quot;:2075,&quot;26681&quot;:2076,&quot;26801&quot;:2077,&quot;28151&quot;:2078,&quot;30165&quot;:2079,&quot;32058&quot;:2080,&quot;12169&quot;:2081,&quot;33390&quot;:2081,&quot;39746&quot;:2082,&quot;20123&quot;:2083,&quot;20304&quot;:2084,&quot;21449&quot;:2085,&quot;21766&quot;:2086,&quot;23919&quot;:2087,&quot;24038&quot;:2088,&quot;24046&quot;:2089,&quot;26619&quot;:2090,&quot;27801&quot;:2091,&quot;29811&quot;:2092,&quot;30722&quot;:2093,&quot;35408&quot;:2094,&quot;37782&quot;:2095,&quot;35039&quot;:2096,&quot;22352&quot;:2097,&quot;24231&quot;:2098,&quot;25387&quot;:2099,&quot;20661&quot;:2100,&quot;20652&quot;:2101,&quot;20877&quot;:2102,&quot;26368&quot;:2103,&quot;21705&quot;:2104,&quot;22622&quot;:2105,&quot;22971&quot;:2106,&quot;23472&quot;:2107,&quot;24425&quot;:2108,&quot;25165&quot;:2109,&quot;25505&quot;:2110,&quot;26685&quot;:2111,&quot;27507&quot;:2112,&quot;28168&quot;:2113,&quot;28797&quot;:2114,&quot;37319&quot;:2115,&quot;29312&quot;:2116,&quot;30741&quot;:2117,&quot;30758&quot;:2118,&quot;31085&quot;:2119,&quot;25998&quot;:2120,&quot;32048&quot;:2121,&quot;33756&quot;:2122,&quot;35009&quot;:2123,&quot;36617&quot;:2124,&quot;38555&quot;:2125,&quot;21092&quot;:2126,&quot;22312&quot;:2127,&quot;26448&quot;:2128,&quot;32618&quot;:2129,&quot;36001&quot;:2130,&quot;20916&quot;:2131,&quot;22338&quot;:2132,&quot;38442&quot;:2133,&quot;22586&quot;:2134,&quot;27018&quot;:2135,&quot;32948&quot;:2136,&quot;21682&quot;:2137,&quot;23822&quot;:2138,&quot;22524&quot;:2139,&quot;30869&quot;:2140,&quot;40442&quot;:2141,&quot;20316&quot;:2142,&quot;21066&quot;:2143,&quot;21643&quot;:2144,&quot;25662&quot;:2145,&quot;26152&quot;:2146,&quot;26388&quot;:2147,&quot;26613&quot;:2148,&quot;31364&quot;:2149,&quot;31574&quot;:2150,&quot;32034&quot;:2151,&quot;37679&quot;:2152,&quot;26716&quot;:2153,&quot;39853&quot;:2154,&quot;31545&quot;:2155,&quot;21273&quot;:2156,&quot;20874&quot;:2157,&quot;21047&quot;:2158,&quot;23519&quot;:2159,&quot;25334&quot;:2160,&quot;25774&quot;:2161,&quot;25830&quot;:2162,&quot;26413&quot;:2163,&quot;27578&quot;:2164,&quot;34217&quot;:2165,&quot;38609&quot;:2166,&quot;30352&quot;:2167,&quot;39894&quot;:2168,&quot;25420&quot;:2169,&quot;37638&quot;:2170,&quot;39851&quot;:2171,&quot;12139&quot;:2172,&quot;30399&quot;:2172,&quot;26194&quot;:2173,&quot;19977&quot;:2174,&quot;20632&quot;:2175,&quot;21442&quot;:2176,&quot;12077&quot;:2177,&quot;23665&quot;:2177,&quot;24808&quot;:2178,&quot;25746&quot;:2179,&quot;25955&quot;:2180,&quot;26719&quot;:2181,&quot;29158&quot;:2182,&quot;29642&quot;:2183,&quot;29987&quot;:2184,&quot;31639&quot;:2185,&quot;32386&quot;:2186,&quot;34453&quot;:2187,&quot;35715&quot;:2188,&quot;36059&quot;:2189,&quot;37240&quot;:2190,&quot;39184&quot;:2191,&quot;26028&quot;:2192,&quot;26283&quot;:2193,&quot;27531&quot;:2194,&quot;20181&quot;:2195,&quot;20180&quot;:2196,&quot;20282&quot;:2197,&quot;20351&quot;:2198,&quot;21050&quot;:2199,&quot;21496&quot;:2200,&quot;21490&quot;:2201,&quot;21987&quot;:2202,&quot;22235&quot;:2203,&quot;12064&quot;:2204,&quot;22763&quot;:2204,&quot;22987&quot;:2205,&quot;22985&quot;:2206,&quot;23039&quot;:2207,&quot;12070&quot;:2208,&quot;23376&quot;:2208,&quot;23629&quot;:2209,&quot;24066&quot;:2210,&quot;24107&quot;:2211,&quot;24535&quot;:2212,&quot;24605&quot;:2213,&quot;25351&quot;:2214,&quot;12096&quot;:2215,&quot;25903&quot;:2215,&quot;23388&quot;:2216,&quot;26031&quot;:2217,&quot;26045&quot;:2218,&quot;26088&quot;:2219,&quot;26525&quot;:2220,&quot;12108&quot;:2221,&quot;27490&quot;:2221,&quot;27515&quot;:2222,&quot;12114&quot;:2223,&quot;27663&quot;:2223,&quot;29509&quot;:2224,&quot;31049&quot;:2225,&quot;31169&quot;:2226,&quot;12151&quot;:2227,&quot;31992&quot;:2227,&quot;32025&quot;:2228,&quot;32043&quot;:2229,&quot;32930&quot;:2230,&quot;33026&quot;:2231,&quot;12164&quot;:2232,&quot;33267&quot;:2232,&quot;35222&quot;:2233,&quot;35422&quot;:2234,&quot;35433&quot;:2235,&quot;35430&quot;:2236,&quot;35468&quot;:2237,&quot;35566&quot;:2238,&quot;36039&quot;:2239,&quot;36060&quot;:2240,&quot;38604&quot;:2241,&quot;39164&quot;:2242,&quot;12013&quot;:2243,&quot;27503&quot;:2243,&quot;20107&quot;:2244,&quot;20284&quot;:2245,&quot;20365&quot;:2246,&quot;20816&quot;:2247,&quot;23383&quot;:2248,&quot;23546&quot;:2249,&quot;24904&quot;:2250,&quot;25345&quot;:2251,&quot;26178&quot;:2252,&quot;27425&quot;:2253,&quot;28363&quot;:2254,&quot;27835&quot;:2255,&quot;29246&quot;:2256,&quot;29885&quot;:2257,&quot;30164&quot;:2258,&quot;30913&quot;:2259,&quot;12144&quot;:2260,&quot;31034&quot;:2260,&quot;12157&quot;:2261,&quot;32780&quot;:2261,&quot;12159&quot;:2262,&quot;32819&quot;:2262,&quot;12163&quot;:2263,&quot;33258&quot;:2263,&quot;33940&quot;:2264,&quot;36766&quot;:2265,&quot;27728&quot;:2266,&quot;12229&quot;:2267,&quot;40575&quot;:2267,&quot;24335&quot;:2268,&quot;35672&quot;:2269,&quot;40235&quot;:2270,&quot;31482&quot;:2271,&quot;36600&quot;:2272,&quot;23437&quot;:2273,&quot;38635&quot;:2274,&quot;19971&quot;:2275,&quot;21489&quot;:2276,&quot;22519&quot;:2277,&quot;22833&quot;:2278,&quot;23241&quot;:2279,&quot;23460&quot;:2280,&quot;24713&quot;:2281,&quot;28287&quot;:2282,&quot;28422&quot;:2283,&quot;30142&quot;:2284,&quot;36074&quot;:2285,&quot;23455&quot;:2286,&quot;34048&quot;:2287,&quot;31712&quot;:2288,&quot;20594&quot;:2289,&quot;26612&quot;:2290,&quot;33437&quot;:2291,&quot;23649&quot;:2292,&quot;34122&quot;:2293,&quot;32286&quot;:2294,&quot;33294&quot;:2295,&quot;20889&quot;:2296,&quot;23556&quot;:2297,&quot;25448&quot;:2298,&quot;36198&quot;:2299,&quot;26012&quot;:2300,&quot;29038&quot;:2301,&quot;31038&quot;:2302,&quot;32023&quot;:2303,&quot;32773&quot;:2304,&quot;35613&quot;:2305,&quot;12190&quot;:2306,&quot;36554&quot;:2306,&quot;36974&quot;:2307,&quot;34503&quot;:2308,&quot;37034&quot;:2309,&quot;20511&quot;:2310,&quot;21242&quot;:2311,&quot;23610&quot;:2312,&quot;26451&quot;:2313,&quot;28796&quot;:2314,&quot;29237&quot;:2315,&quot;37196&quot;:2316,&quot;37320&quot;:2317,&quot;37675&quot;:2318,&quot;33509&quot;:2319,&quot;23490&quot;:2320,&quot;24369&quot;:2321,&quot;24825&quot;:2322,&quot;20027&quot;:2323,&quot;21462&quot;:2324,&quot;23432&quot;:2325,&quot;12095&quot;:2326,&quot;25163&quot;:2326,&quot;26417&quot;:2327,&quot;27530&quot;:2328,&quot;29417&quot;:2329,&quot;29664&quot;:2330,&quot;31278&quot;:2331,&quot;33131&quot;:2332,&quot;36259&quot;:2333,&quot;37202&quot;:2334,&quot;12216&quot;:2335,&quot;39318&quot;:2335,&quot;20754&quot;:2336,&quot;21463&quot;:2337,&quot;21610&quot;:2338,&quot;23551&quot;:2339,&quot;25480&quot;:2340,&quot;27193&quot;:2341,&quot;32172&quot;:2342,&quot;38656&quot;:2343,&quot;22234&quot;:2344,&quot;21454&quot;:2345,&quot;21608&quot;:2346,&quot;23447&quot;:2347,&quot;23601&quot;:2348,&quot;24030&quot;:2349,&quot;20462&quot;:2350,&quot;24833&quot;:2351,&quot;25342&quot;:2352,&quot;27954&quot;:2353,&quot;31168&quot;:2354,&quot;31179&quot;:2355,&quot;32066&quot;:2356,&quot;32333&quot;:2357,&quot;32722&quot;:2358,&quot;33261&quot;:2359,&quot;12168&quot;:2360,&quot;33311&quot;:2360,&quot;33936&quot;:2361,&quot;34886&quot;:2362,&quot;35186&quot;:2363,&quot;35728&quot;:2364,&quot;36468&quot;:2365,&quot;36655&quot;:2366,&quot;36913&quot;:2367,&quot;37195&quot;:2368,&quot;37228&quot;:2369,&quot;38598&quot;:2370,&quot;37276&quot;:2371,&quot;20160&quot;:2372,&quot;20303&quot;:2373,&quot;20805&quot;:2374,&quot;12055&quot;:2375,&quot;21313&quot;:2375,&quot;24467&quot;:2376,&quot;25102&quot;:2377,&quot;26580&quot;:2378,&quot;27713&quot;:2379,&quot;28171&quot;:2380,&quot;29539&quot;:2381,&quot;32294&quot;:2382,&quot;37325&quot;:2383,&quot;37507&quot;:2384,&quot;21460&quot;:2385,&quot;22809&quot;:2386,&quot;23487&quot;:2387,&quot;28113&quot;:2388,&quot;31069&quot;:2389,&quot;32302&quot;:2390,&quot;31899&quot;:2391,&quot;22654&quot;:2392,&quot;29087&quot;:2393,&quot;20986&quot;:2394,&quot;34899&quot;:2395,&quot;36848&quot;:2396,&quot;20426&quot;:2397,&quot;23803&quot;:2398,&quot;26149&quot;:2399,&quot;30636&quot;:2400,&quot;31459&quot;:2401,&quot;33308&quot;:2402,&quot;39423&quot;:2403,&quot;20934&quot;:2404,&quot;24490&quot;:2405,&quot;26092&quot;:2406,&quot;26991&quot;:2407,&quot;27529&quot;:2408,&quot;28147&quot;:2409,&quot;28310&quot;:2410,&quot;28516&quot;:2411,&quot;30462&quot;:2412,&quot;32020&quot;:2413,&quot;24033&quot;:2414,&quot;36981&quot;:2415,&quot;37255&quot;:2416,&quot;38918&quot;:2417,&quot;20966&quot;:2418,&quot;21021&quot;:2419,&quot;25152&quot;:2420,&quot;26257&quot;:2421,&quot;26329&quot;:2422,&quot;28186&quot;:2423,&quot;24246&quot;:2424,&quot;32210&quot;:2425,&quot;32626&quot;:2426,&quot;26360&quot;:2427,&quot;34223&quot;:2428,&quot;34295&quot;:2429,&quot;35576&quot;:2430,&quot;21161&quot;:2431,&quot;21465&quot;:2432,&quot;12069&quot;:2433,&quot;22899&quot;:2433,&quot;24207&quot;:2434,&quot;24464&quot;:2435,&quot;24661&quot;:2436,&quot;37604&quot;:2437,&quot;38500&quot;:2438,&quot;20663&quot;:2439,&quot;20767&quot;:2440,&quot;21213&quot;:2441,&quot;21280&quot;:2442,&quot;21319&quot;:2443,&quot;21484&quot;:2444,&quot;21736&quot;:2445,&quot;21830&quot;:2446,&quot;21809&quot;:2447,&quot;22039&quot;:2448,&quot;22888&quot;:2449,&quot;22974&quot;:2450,&quot;23100&quot;:2451,&quot;23477&quot;:2452,&quot;23558&quot;:2453,&quot;12073&quot;:2454,&quot;23567&quot;:2454,&quot;23569&quot;:2455,&quot;23578&quot;:2456,&quot;24196&quot;:2457,&quot;24202&quot;:2458,&quot;24288&quot;:2459,&quot;24432&quot;:2460,&quot;25215&quot;:2461,&quot;25220&quot;:2462,&quot;25307&quot;:2463,&quot;25484&quot;:2464,&quot;25463&quot;:2465,&quot;26119&quot;:2466,&quot;26124&quot;:2467,&quot;26157&quot;:2468,&quot;26230&quot;:2469,&quot;26494&quot;:2470,&quot;26786&quot;:2471,&quot;27167&quot;:2472,&quot;27189&quot;:2473,&quot;27836&quot;:2474,&quot;28040&quot;:2475,&quot;28169&quot;:2476,&quot;28248&quot;:2477,&quot;28988&quot;:2478,&quot;28966&quot;:2479,&quot;29031&quot;:2480,&quot;30151&quot;:2481,&quot;30465&quot;:2482,&quot;30813&quot;:2483,&quot;30977&quot;:2484,&quot;31077&quot;:2485,&quot;31216&quot;:2486,&quot;31456&quot;:2487,&quot;31505&quot;:2488,&quot;31911&quot;:2489,&quot;32057&quot;:2490,&quot;32918&quot;:2491,&quot;33750&quot;:2492,&quot;33931&quot;:2493,&quot;34121&quot;:2494,&quot;34909&quot;:2495,&quot;35059&quot;:2496,&quot;35359&quot;:2497,&quot;35388&quot;:2498,&quot;35412&quot;:2499,&quot;35443&quot;:2500,&quot;35937&quot;:2501,&quot;36062&quot;:2502,&quot;37284&quot;:2503,&quot;37478&quot;:2504,&quot;37758&quot;:2505,&quot;37912&quot;:2506,&quot;38556&quot;:2507,&quot;38808&quot;:2508,&quot;19978&quot;:2509,&quot;19976&quot;:2510,&quot;19998&quot;:2511,&quot;20055&quot;:2512,&quot;20887&quot;:2513,&quot;21104&quot;:2514,&quot;22478&quot;:2515,&quot;22580&quot;:2516,&quot;22732&quot;:2517,&quot;23330&quot;:2518,&quot;24120&quot;:2519,&quot;24773&quot;:2520,&quot;25854&quot;:2521,&quot;26465&quot;:2522,&quot;26454&quot;:2523,&quot;27972&quot;:2524,&quot;29366&quot;:2525,&quot;30067&quot;:2526,&quot;31331&quot;:2527,&quot;33976&quot;:2528,&quot;35698&quot;:2529,&quot;37304&quot;:2530,&quot;37664&quot;:2531,&quot;22065&quot;:2532,&quot;22516&quot;:2533,&quot;39166&quot;:2534,&quot;25325&quot;:2535,&quot;26893&quot;:2536,&quot;27542&quot;:2537,&quot;29165&quot;:2538,&quot;32340&quot;:2539,&quot;32887&quot;:2540,&quot;12170&quot;:2541,&quot;33394&quot;:2541,&quot;35302&quot;:2542,&quot;12215&quot;:2543,&quot;39135&quot;:2543,&quot;34645&quot;:2544,&quot;36785&quot;:2545,&quot;23611&quot;:2546,&quot;20280&quot;:2547,&quot;20449&quot;:2548,&quot;20405&quot;:2549,&quot;21767&quot;:2550,&quot;23072&quot;:2551,&quot;23517&quot;:2552,&quot;23529&quot;:2553,&quot;12092&quot;:2554,&quot;24515&quot;:2554,&quot;24910&quot;:2555,&quot;25391&quot;:2556,&quot;26032&quot;:2557,&quot;26187&quot;:2558,&quot;26862&quot;:2559,&quot;27035&quot;:2560,&quot;28024&quot;:2561,&quot;28145&quot;:2562,&quot;30003&quot;:2563,&quot;30137&quot;:2564,&quot;30495&quot;:2565,&quot;31070&quot;:2566,&quot;31206&quot;:2567,&quot;32051&quot;:2568,&quot;12162&quot;:2569,&quot;33251&quot;:2569,&quot;33455&quot;:2570,&quot;34218&quot;:2571,&quot;35242&quot;:2572,&quot;35386&quot;:2573,&quot;12189&quot;:2574,&quot;36523&quot;:2574,&quot;12191&quot;:2575,&quot;36763&quot;:2575,&quot;36914&quot;:2576,&quot;37341&quot;:2577,&quot;38663&quot;:2578,&quot;12040&quot;:2579,&quot;20154&quot;:2579,&quot;20161&quot;:2580,&quot;20995&quot;:2581,&quot;22645&quot;:2582,&quot;22764&quot;:2583,&quot;23563&quot;:2584,&quot;29978&quot;:2585,&quot;23613&quot;:2586,&quot;33102&quot;:2587,&quot;35338&quot;:2588,&quot;36805&quot;:2589,&quot;38499&quot;:2590,&quot;38765&quot;:2591,&quot;31525&quot;:2592,&quot;35535&quot;:2593,&quot;38920&quot;:2594,&quot;37218&quot;:2595,&quot;22259&quot;:2596,&quot;21416&quot;:2597,&quot;36887&quot;:2598,&quot;21561&quot;:2599,&quot;22402&quot;:2600,&quot;24101&quot;:2601,&quot;25512&quot;:2602,&quot;12116&quot;:2603,&quot;27700&quot;:2603,&quot;28810&quot;:2604,&quot;30561&quot;:2605,&quot;31883&quot;:2606,&quot;32736&quot;:2607,&quot;34928&quot;:2608,&quot;36930&quot;:2609,&quot;37204&quot;:2610,&quot;37648&quot;:2611,&quot;37656&quot;:2612,&quot;38543&quot;:2613,&quot;29790&quot;:2614,&quot;39620&quot;:2615,&quot;23815&quot;:2616,&quot;23913&quot;:2617,&quot;25968&quot;:2618,&quot;26530&quot;:2619,&quot;36264&quot;:2620,&quot;38619&quot;:2621,&quot;25454&quot;:2622,&quot;26441&quot;:2623,&quot;26905&quot;:2624,&quot;33733&quot;:2625,&quot;38935&quot;:2626,&quot;38592&quot;:2627,&quot;35070&quot;:2628,&quot;28548&quot;:2629,&quot;25722&quot;:2630,&quot;12072&quot;:2631,&quot;23544&quot;:2631,&quot;19990&quot;:2632,&quot;28716&quot;:2633,&quot;30045&quot;:2634,&quot;26159&quot;:2635,&quot;20932&quot;:2636,&quot;21046&quot;:2637,&quot;21218&quot;:2638,&quot;22995&quot;:2639,&quot;24449&quot;:2640,&quot;24615&quot;:2641,&quot;25104&quot;:2642,&quot;25919&quot;:2643,&quot;25972&quot;:2644,&quot;26143&quot;:2645,&quot;26228&quot;:2646,&quot;26866&quot;:2647,&quot;26646&quot;:2648,&quot;27491&quot;:2649,&quot;28165&quot;:2650,&quot;29298&quot;:2651,&quot;12131&quot;:2652,&quot;29983&quot;:2652,&quot;30427&quot;:2653,&quot;31934&quot;:2654,&quot;32854&quot;:2655,&quot;22768&quot;:2656,&quot;35069&quot;:2657,&quot;11972&quot;:2658,&quot;35199&quot;:2658,&quot;35488&quot;:2659,&quot;35475&quot;:2660,&quot;35531&quot;:2661,&quot;36893&quot;:2662,&quot;37266&quot;:2663,&quot;11992&quot;:2664,&quot;38738&quot;:2664,&quot;38745&quot;:2665,&quot;12011&quot;:2666,&quot;25993&quot;:2666,&quot;31246&quot;:2667,&quot;33030&quot;:2668,&quot;38587&quot;:2669,&quot;24109&quot;:2670,&quot;24796&quot;:2671,&quot;25114&quot;:2672,&quot;26021&quot;:2673,&quot;26132&quot;:2674,&quot;26512&quot;:2675,&quot;12143&quot;:2676,&quot;30707&quot;:2676,&quot;31309&quot;:2677,&quot;31821&quot;:2678,&quot;32318&quot;:2679,&quot;33034&quot;:2680,&quot;36012&quot;:2681,&quot;12186&quot;:2682,&quot;36196&quot;:2682,&quot;36321&quot;:2683,&quot;36447&quot;:2684,&quot;30889&quot;:2685,&quot;20999&quot;:2686,&quot;25305&quot;:2687,&quot;25509&quot;:2688,&quot;25666&quot;:2689,&quot;25240&quot;:2690,&quot;35373&quot;:2691,&quot;31363&quot;:2692,&quot;31680&quot;:2693,&quot;35500&quot;:2694,&quot;38634&quot;:2695,&quot;32118&quot;:2696,&quot;12166&quot;:2697,&quot;33292&quot;:2697,&quot;34633&quot;:2698,&quot;20185&quot;:2699,&quot;20808&quot;:2700,&quot;21315&quot;:2701,&quot;21344&quot;:2702,&quot;23459&quot;:2703,&quot;23554&quot;:2704,&quot;23574&quot;:2705,&quot;24029&quot;:2706,&quot;25126&quot;:2707,&quot;25159&quot;:2708,&quot;25776&quot;:2709,&quot;26643&quot;:2710,&quot;26676&quot;:2711,&quot;27849&quot;:2712,&quot;27973&quot;:2713,&quot;27927&quot;:2714,&quot;26579&quot;:2715,&quot;28508&quot;:2716,&quot;29006&quot;:2717,&quot;29053&quot;:2718,&quot;26059&quot;:2719,&quot;31359&quot;:2720,&quot;31661&quot;:2721,&quot;32218&quot;:2722,&quot;32330&quot;:2723,&quot;32680&quot;:2724,&quot;33146&quot;:2725,&quot;12167&quot;:2726,&quot;33307&quot;:2726,&quot;33337&quot;:2727,&quot;34214&quot;:2728,&quot;35438&quot;:2729,&quot;36046&quot;:2730,&quot;36341&quot;:2731,&quot;36984&quot;:2732,&quot;36983&quot;:2733,&quot;37549&quot;:2734,&quot;37521&quot;:2735,&quot;38275&quot;:2736,&quot;39854&quot;:2737,&quot;21069&quot;:2738,&quot;21892&quot;:2739,&quot;28472&quot;:2740,&quot;28982&quot;:2741,&quot;20840&quot;:2742,&quot;31109&quot;:2743,&quot;32341&quot;:2744,&quot;33203&quot;:2745,&quot;31950&quot;:2746,&quot;22092&quot;:2747,&quot;22609&quot;:2748,&quot;23720&quot;:2749,&quot;25514&quot;:2750,&quot;26366&quot;:2751,&quot;26365&quot;:2752,&quot;26970&quot;:2753,&quot;29401&quot;:2754,&quot;30095&quot;:2755,&quot;30094&quot;:2756,&quot;30990&quot;:2757,&quot;31062&quot;:2758,&quot;31199&quot;:2759,&quot;31895&quot;:2760,&quot;32032&quot;:2761,&quot;32068&quot;:2762,&quot;34311&quot;:2763,&quot;35380&quot;:2764,&quot;38459&quot;:2765,&quot;36961&quot;:2766,&quot;12239&quot;:2767,&quot;40736&quot;:2767,&quot;20711&quot;:2768,&quot;21109&quot;:2769,&quot;21452&quot;:2770,&quot;21474&quot;:2771,&quot;20489&quot;:2772,&quot;21930&quot;:2773,&quot;22766&quot;:2774,&quot;22863&quot;:2775,&quot;29245&quot;:2776,&quot;23435&quot;:2777,&quot;23652&quot;:2778,&quot;21277&quot;:2779,&quot;24803&quot;:2780,&quot;24819&quot;:2781,&quot;25436&quot;:2782,&quot;25475&quot;:2783,&quot;25407&quot;:2784,&quot;25531&quot;:2785,&quot;25805&quot;:2786,&quot;26089&quot;:2787,&quot;26361&quot;:2788,&quot;24035&quot;:2789,&quot;27085&quot;:2790,&quot;27133&quot;:2791,&quot;28437&quot;:2792,&quot;29157&quot;:2793,&quot;20105&quot;:2794,&quot;30185&quot;:2795,&quot;30456&quot;:2796,&quot;31379&quot;:2797,&quot;31967&quot;:2798,&quot;32207&quot;:2799,&quot;32156&quot;:2800,&quot;32865&quot;:2801,&quot;33609&quot;:2802,&quot;33624&quot;:2803,&quot;33900&quot;:2804,&quot;33980&quot;:2805,&quot;34299&quot;:2806,&quot;35013&quot;:2807,&quot;12187&quot;:2808,&quot;36208&quot;:2808,&quot;36865&quot;:2809,&quot;36973&quot;:2810,&quot;37783&quot;:2811,&quot;38684&quot;:2812,&quot;39442&quot;:2813,&quot;20687&quot;:2814,&quot;22679&quot;:2815,&quot;24974&quot;:2816,&quot;33235&quot;:2817,&quot;34101&quot;:2818,&quot;36104&quot;:2819,&quot;36896&quot;:2820,&quot;20419&quot;:2821,&quot;20596&quot;:2822,&quot;21063&quot;:2823,&quot;21363&quot;:2824,&quot;24687&quot;:2825,&quot;25417&quot;:2826,&quot;26463&quot;:2827,&quot;28204&quot;:2828,&quot;12188&quot;:2829,&quot;36275&quot;:2829,&quot;36895&quot;:2830,&quot;20439&quot;:2831,&quot;23646&quot;:2832,&quot;36042&quot;:2833,&quot;26063&quot;:2834,&quot;32154&quot;:2835,&quot;21330&quot;:2836,&quot;34966&quot;:2837,&quot;20854&quot;:2838,&quot;25539&quot;:2839,&quot;23384&quot;:2840,&quot;23403&quot;:2841,&quot;23562&quot;:2842,&quot;25613&quot;:2843,&quot;26449&quot;:2844,&quot;36956&quot;:2845,&quot;20182&quot;:2846,&quot;22810&quot;:2847,&quot;22826&quot;:2848,&quot;27760&quot;:2849,&quot;35409&quot;:2850,&quot;21822&quot;:2851,&quot;22549&quot;:2852,&quot;22949&quot;:2853,&quot;24816&quot;:2854,&quot;25171&quot;:2855,&quot;26561&quot;:2856,&quot;33333&quot;:2857,&quot;26965&quot;:2858,&quot;38464&quot;:2859,&quot;39364&quot;:2860,&quot;39464&quot;:2861,&quot;20307&quot;:2862,&quot;22534&quot;:2863,&quot;23550&quot;:2864,&quot;32784&quot;:2865,&quot;23729&quot;:2866,&quot;24111&quot;:2867,&quot;24453&quot;:2868,&quot;24608&quot;:2869,&quot;24907&quot;:2870,&quot;25140&quot;:2871,&quot;26367&quot;:2872,&quot;27888&quot;:2873,&quot;28382&quot;:2874,&quot;32974&quot;:2875,&quot;33151&quot;:2876,&quot;33492&quot;:2877,&quot;34955&quot;:2878,&quot;36024&quot;:2879,&quot;36864&quot;:2880,&quot;36910&quot;:2881,&quot;38538&quot;:2882,&quot;40667&quot;:2883,&quot;39899&quot;:2884,&quot;20195&quot;:2885,&quot;21488&quot;:2886,&quot;12068&quot;:2887,&quot;22823&quot;:2887,&quot;31532&quot;:2888,&quot;37261&quot;:2889,&quot;38988&quot;:2890,&quot;40441&quot;:2891,&quot;28381&quot;:2892,&quot;28711&quot;:2893,&quot;21331&quot;:2894,&quot;21828&quot;:2895,&quot;23429&quot;:2896,&quot;25176&quot;:2897,&quot;25246&quot;:2898,&quot;25299&quot;:2899,&quot;27810&quot;:2900,&quot;28655&quot;:2901,&quot;29730&quot;:2902,&quot;35351&quot;:2903,&quot;37944&quot;:2904,&quot;28609&quot;:2905,&quot;35582&quot;:2906,&quot;33592&quot;:2907,&quot;20967&quot;:2908,&quot;34552&quot;:2909,&quot;21482&quot;:2910,&quot;21481&quot;:2911,&quot;20294&quot;:2912,&quot;36948&quot;:2913,&quot;12192&quot;:2914,&quot;36784&quot;:2914,&quot;22890&quot;:2915,&quot;33073&quot;:2916,&quot;24061&quot;:2917,&quot;31466&quot;:2918,&quot;36799&quot;:2919,&quot;26842&quot;:2920,&quot;12181&quot;:2921,&quot;35895&quot;:2921,&quot;29432&quot;:2922,&quot;40008&quot;:2923,&quot;27197&quot;:2924,&quot;35504&quot;:2925,&quot;20025&quot;:2926,&quot;21336&quot;:2927,&quot;22022&quot;:2928,&quot;22374&quot;:2929,&quot;25285&quot;:2930,&quot;25506&quot;:2931,&quot;26086&quot;:2932,&quot;27470&quot;:2933,&quot;28129&quot;:2934,&quot;28251&quot;:2935,&quot;28845&quot;:2936,&quot;30701&quot;:2937,&quot;31471&quot;:2938,&quot;31658&quot;:2939,&quot;32187&quot;:2940,&quot;32829&quot;:2941,&quot;32966&quot;:2942,&quot;34507&quot;:2943,&quot;35477&quot;:2944,&quot;37723&quot;:2945,&quot;22243&quot;:2946,&quot;22727&quot;:2947,&quot;24382&quot;:2948,&quot;26029&quot;:2949,&quot;26262&quot;:2950,&quot;27264&quot;:2951,&quot;27573&quot;:2952,&quot;30007&quot;:2953,&quot;35527&quot;:2954,&quot;20516&quot;:2955,&quot;30693&quot;:2956,&quot;22320&quot;:2957,&quot;24347&quot;:2958,&quot;24677&quot;:2959,&quot;26234&quot;:2960,&quot;27744&quot;:2961,&quot;30196&quot;:2962,&quot;31258&quot;:2963,&quot;32622&quot;:2964,&quot;33268&quot;:2965,&quot;34584&quot;:2966,&quot;36933&quot;:2967,&quot;39347&quot;:2968,&quot;31689&quot;:2969,&quot;30044&quot;:2970,&quot;12149&quot;:2971,&quot;31481&quot;:2971,&quot;31569&quot;:2972,&quot;33988&quot;:2973,&quot;36880&quot;:2974,&quot;31209&quot;:2975,&quot;31378&quot;:2976,&quot;33590&quot;:2977,&quot;23265&quot;:2978,&quot;30528&quot;:2979,&quot;20013&quot;:2980,&quot;20210&quot;:2981,&quot;23449&quot;:2982,&quot;24544&quot;:2983,&quot;25277&quot;:2984,&quot;26172&quot;:2985,&quot;26609&quot;:2986,&quot;27880&quot;:2987,&quot;12173&quot;:2988,&quot;34411&quot;:2988,&quot;34935&quot;:2989,&quot;35387&quot;:2990,&quot;37198&quot;:2991,&quot;37619&quot;:2992,&quot;39376&quot;:2993,&quot;27159&quot;:2994,&quot;28710&quot;:2995,&quot;29482&quot;:2996,&quot;33511&quot;:2997,&quot;33879&quot;:2998,&quot;36015&quot;:2999,&quot;19969&quot;:3000,&quot;20806&quot;:3001,&quot;20939&quot;:3002,&quot;21899&quot;:3003,&quot;23541&quot;:3004,&quot;24086&quot;:3005,&quot;24115&quot;:3006,&quot;24193&quot;:3007,&quot;24340&quot;:3008,&quot;24373&quot;:3009,&quot;24427&quot;:3010,&quot;24500&quot;:3011,&quot;25074&quot;:3012,&quot;25361&quot;:3013,&quot;26274&quot;:3014,&quot;26397&quot;:3015,&quot;28526&quot;:3016,&quot;29266&quot;:3017,&quot;30010&quot;:3018,&quot;30522&quot;:3019,&quot;32884&quot;:3020,&quot;33081&quot;:3021,&quot;33144&quot;:3022,&quot;34678&quot;:3023,&quot;35519&quot;:3024,&quot;35548&quot;:3025,&quot;36229&quot;:3026,&quot;36339&quot;:3027,&quot;37530&quot;:3028,&quot;11985&quot;:3029,&quot;12199&quot;:3029,&quot;38263&quot;:3029,&quot;38914&quot;:3030,&quot;12227&quot;:3031,&quot;40165&quot;:3031,&quot;21189&quot;:3032,&quot;25431&quot;:3033,&quot;30452&quot;:3034,&quot;26389&quot;:3035,&quot;27784&quot;:3036,&quot;29645&quot;:3037,&quot;36035&quot;:3038,&quot;37806&quot;:3039,&quot;38515&quot;:3040,&quot;27941&quot;:3041,&quot;22684&quot;:3042,&quot;26894&quot;:3043,&quot;27084&quot;:3044,&quot;36861&quot;:3045,&quot;37786&quot;:3046,&quot;30171&quot;:3047,&quot;36890&quot;:3048,&quot;22618&quot;:3049,&quot;26626&quot;:3050,&quot;25524&quot;:3051,&quot;27131&quot;:3052,&quot;20291&quot;:3053,&quot;28460&quot;:3054,&quot;26584&quot;:3055,&quot;36795&quot;:3056,&quot;34086&quot;:3057,&quot;32180&quot;:3058,&quot;37716&quot;:3059,&quot;26943&quot;:3060,&quot;28528&quot;:3061,&quot;22378&quot;:3062,&quot;22775&quot;:3063,&quot;23340&quot;:3064,&quot;32044&quot;:3065,&quot;12118&quot;:3066,&quot;29226&quot;:3066,&quot;21514&quot;:3067,&quot;37347&quot;:3068,&quot;40372&quot;:3069,&quot;20141&quot;:3070,&quot;20302&quot;:3071,&quot;20572&quot;:3072,&quot;20597&quot;:3073,&quot;21059&quot;:3074,&quot;35998&quot;:3075,&quot;21576&quot;:3076,&quot;22564&quot;:3077,&quot;23450&quot;:3078,&quot;24093&quot;:3079,&quot;24213&quot;:3080,&quot;24237&quot;:3081,&quot;24311&quot;:3082,&quot;24351&quot;:3083,&quot;24716&quot;:3084,&quot;25269&quot;:3085,&quot;25402&quot;:3086,&quot;25552&quot;:3087,&quot;26799&quot;:3088,&quot;27712&quot;:3089,&quot;30855&quot;:3090,&quot;31118&quot;:3091,&quot;31243&quot;:3092,&quot;32224&quot;:3093,&quot;33351&quot;:3094,&quot;35330&quot;:3095,&quot;35558&quot;:3096,&quot;36420&quot;:3097,&quot;36883&quot;:3098,&quot;37048&quot;:3099,&quot;37165&quot;:3100,&quot;37336&quot;:3101,&quot;12237&quot;:3102,&quot;40718&quot;:3102,&quot;27877&quot;:3103,&quot;25688&quot;:3104,&quot;25826&quot;:3105,&quot;25973&quot;:3106,&quot;28404&quot;:3107,&quot;30340&quot;:3108,&quot;31515&quot;:3109,&quot;36969&quot;:3110,&quot;37841&quot;:3111,&quot;28346&quot;:3112,&quot;21746&quot;:3113,&quot;24505&quot;:3114,&quot;25764&quot;:3115,&quot;36685&quot;:3116,&quot;36845&quot;:3117,&quot;37444&quot;:3118,&quot;20856&quot;:3119,&quot;22635&quot;:3120,&quot;22825&quot;:3121,&quot;23637&quot;:3122,&quot;24215&quot;:3123,&quot;28155&quot;:3124,&quot;32399&quot;:3125,&quot;29980&quot;:3126,&quot;36028&quot;:3127,&quot;36578&quot;:3128,&quot;39003&quot;:3129,&quot;28857&quot;:3130,&quot;20253&quot;:3131,&quot;27583&quot;:3132,&quot;28593&quot;:3133,&quot;12133&quot;:3134,&quot;30000&quot;:3134,&quot;38651&quot;:3135,&quot;20814&quot;:3136,&quot;21520&quot;:3137,&quot;22581&quot;:3138,&quot;22615&quot;:3139,&quot;22956&quot;:3140,&quot;23648&quot;:3141,&quot;24466&quot;:3142,&quot;12099&quot;:3143,&quot;26007&quot;:3143,&quot;26460&quot;:3144,&quot;28193&quot;:3145,&quot;30331&quot;:3146,&quot;33759&quot;:3147,&quot;36077&quot;:3148,&quot;36884&quot;:3149,&quot;37117&quot;:3150,&quot;37709&quot;:3151,&quot;30757&quot;:3152,&quot;30778&quot;:3153,&quot;21162&quot;:3154,&quot;24230&quot;:3155,&quot;12063&quot;:3156,&quot;22303&quot;:3156,&quot;22900&quot;:3157,&quot;24594&quot;:3158,&quot;20498&quot;:3159,&quot;20826&quot;:3160,&quot;20908&quot;:3161,&quot;20941&quot;:3162,&quot;12049&quot;:3163,&quot;20992&quot;:3163,&quot;21776&quot;:3164,&quot;22612&quot;:3165,&quot;22616&quot;:3166,&quot;22871&quot;:3167,&quot;23445&quot;:3168,&quot;23798&quot;:3169,&quot;23947&quot;:3170,&quot;24764&quot;:3171,&quot;25237&quot;:3172,&quot;25645&quot;:3173,&quot;26481&quot;:3174,&quot;26691&quot;:3175,&quot;26812&quot;:3176,&quot;26847&quot;:3177,&quot;30423&quot;:3178,&quot;28120&quot;:3179,&quot;28271&quot;:3180,&quot;28059&quot;:3181,&quot;28783&quot;:3182,&quot;29128&quot;:3183,&quot;24403&quot;:3184,&quot;30168&quot;:3185,&quot;31095&quot;:3186,&quot;31561&quot;:3187,&quot;31572&quot;:3188,&quot;31570&quot;:3189,&quot;31958&quot;:3190,&quot;32113&quot;:3191,&quot;21040&quot;:3192,&quot;33891&quot;:3193,&quot;34153&quot;:3194,&quot;34276&quot;:3195,&quot;35342&quot;:3196,&quot;35588&quot;:3197,&quot;12182&quot;:3198,&quot;35910&quot;:3198,&quot;36367&quot;:3199,&quot;36867&quot;:3200,&quot;36879&quot;:3201,&quot;37913&quot;:3202,&quot;38518&quot;:3203,&quot;38957&quot;:3204,&quot;39472&quot;:3205,&quot;38360&quot;:3206,&quot;20685&quot;:3207,&quot;21205&quot;:3208,&quot;21516&quot;:3209,&quot;22530&quot;:3210,&quot;23566&quot;:3211,&quot;24999&quot;:3212,&quot;25758&quot;:3213,&quot;27934&quot;:3214,&quot;30643&quot;:3215,&quot;31461&quot;:3216,&quot;33012&quot;:3217,&quot;33796&quot;:3218,&quot;36947&quot;:3219,&quot;37509&quot;:3220,&quot;23776&quot;:3221,&quot;40199&quot;:3222,&quot;21311&quot;:3223,&quot;24471&quot;:3224,&quot;24499&quot;:3225,&quot;28060&quot;:3226,&quot;29305&quot;:3227,&quot;30563&quot;:3228,&quot;31167&quot;:3229,&quot;31716&quot;:3230,&quot;27602&quot;:3231,&quot;29420&quot;:3232,&quot;35501&quot;:3233,&quot;26627&quot;:3234,&quot;27233&quot;:3235,&quot;20984&quot;:3236,&quot;31361&quot;:3237,&quot;26932&quot;:3238,&quot;23626&quot;:3239,&quot;40182&quot;:3240,&quot;33515&quot;:3241,&quot;23493&quot;:3242,&quot;12195&quot;:3243,&quot;37193&quot;:3243,&quot;28702&quot;:3244,&quot;22136&quot;:3245,&quot;23663&quot;:3246,&quot;24775&quot;:3247,&quot;25958&quot;:3248,&quot;27788&quot;:3249,&quot;35930&quot;:3250,&quot;36929&quot;:3251,&quot;38931&quot;:3252,&quot;21585&quot;:3253,&quot;26311&quot;:3254,&quot;37389&quot;:3255,&quot;22856&quot;:3256,&quot;37027&quot;:3257,&quot;20869&quot;:3258,&quot;20045&quot;:3259,&quot;20970&quot;:3260,&quot;34201&quot;:3261,&quot;35598&quot;:3262,&quot;28760&quot;:3263,&quot;25466&quot;:3264,&quot;37707&quot;:3265,&quot;26978&quot;:3266,&quot;39348&quot;:3267,&quot;32260&quot;:3268,&quot;30071&quot;:3269,&quot;21335&quot;:3270,&quot;26976&quot;:3271,&quot;36575&quot;:3272,&quot;38627&quot;:3273,&quot;27741&quot;:3274,&quot;12038&quot;:3275,&quot;20108&quot;:3275,&quot;23612&quot;:3276,&quot;24336&quot;:3277,&quot;36841&quot;:3278,&quot;21250&quot;:3279,&quot;36049&quot;:3280,&quot;12161&quot;:3281,&quot;32905&quot;:3281,&quot;34425&quot;:3282,&quot;24319&quot;:3283,&quot;12103&quot;:3284,&quot;26085&quot;:3284,&quot;20083&quot;:3285,&quot;12042&quot;:3286,&quot;20837&quot;:3286,&quot;22914&quot;:3287,&quot;23615&quot;:3288,&quot;38894&quot;:3289,&quot;20219&quot;:3290,&quot;22922&quot;:3291,&quot;24525&quot;:3292,&quot;35469&quot;:3293,&quot;28641&quot;:3294,&quot;31152&quot;:3295,&quot;31074&quot;:3296,&quot;23527&quot;:3297,&quot;33905&quot;:3298,&quot;29483&quot;:3299,&quot;29105&quot;:3300,&quot;24180&quot;:3301,&quot;24565&quot;:3302,&quot;25467&quot;:3303,&quot;25754&quot;:3304,&quot;29123&quot;:3305,&quot;31896&quot;:3306,&quot;20035&quot;:3307,&quot;24316&quot;:3308,&quot;20043&quot;:3309,&quot;22492&quot;:3310,&quot;22178&quot;:3311,&quot;24745&quot;:3312,&quot;28611&quot;:3313,&quot;32013&quot;:3314,&quot;33021&quot;:3315,&quot;33075&quot;:3316,&quot;33215&quot;:3317,&quot;36786&quot;:3318,&quot;35223&quot;:3319,&quot;34468&quot;:3320,&quot;24052&quot;:3321,&quot;25226&quot;:3322,&quot;25773&quot;:3323,&quot;35207&quot;:3324,&quot;26487&quot;:3325,&quot;27874&quot;:3326,&quot;27966&quot;:3327,&quot;29750&quot;:3328,&quot;30772&quot;:3329,&quot;23110&quot;:3330,&quot;32629&quot;:3331,&quot;33453&quot;:3332,&quot;12218&quot;:3333,&quot;39340&quot;:3333,&quot;20467&quot;:3334,&quot;24259&quot;:3335,&quot;25309&quot;:3336,&quot;25490&quot;:3337,&quot;25943&quot;:3338,&quot;26479&quot;:3339,&quot;30403&quot;:3340,&quot;29260&quot;:3341,&quot;32972&quot;:3342,&quot;32954&quot;:3343,&quot;36649&quot;:3344,&quot;37197&quot;:3345,&quot;20493&quot;:3346,&quot;22521&quot;:3347,&quot;23186&quot;:3348,&quot;26757&quot;:3349,&quot;26995&quot;:3350,&quot;29028&quot;:3351,&quot;29437&quot;:3352,&quot;36023&quot;:3353,&quot;22770&quot;:3354,&quot;36064&quot;:3355,&quot;38506&quot;:3356,&quot;36889&quot;:3357,&quot;34687&quot;:3358,&quot;31204&quot;:3359,&quot;30695&quot;:3360,&quot;33833&quot;:3361,&quot;20271&quot;:3362,&quot;21093&quot;:3363,&quot;21338&quot;:3364,&quot;25293&quot;:3365,&quot;26575&quot;:3366,&quot;27850&quot;:3367,&quot;12137&quot;:3368,&quot;30333&quot;:3368,&quot;31636&quot;:3369,&quot;31893&quot;:3370,&quot;33334&quot;:3371,&quot;34180&quot;:3372,&quot;36843&quot;:3373,&quot;26333&quot;:3374,&quot;28448&quot;:3375,&quot;29190&quot;:3376,&quot;32283&quot;:3377,&quot;33707&quot;:3378,&quot;39361&quot;:3379,&quot;12008&quot;:3380,&quot;40614&quot;:3380,&quot;20989&quot;:3381,&quot;31665&quot;:3382,&quot;30834&quot;:3383,&quot;31672&quot;:3384,&quot;32903&quot;:3385,&quot;31560&quot;:3386,&quot;27368&quot;:3387,&quot;24161&quot;:3388,&quot;32908&quot;:3389,&quot;30033&quot;:3390,&quot;30048&quot;:3391,&quot;12043&quot;:3392,&quot;20843&quot;:3392,&quot;37474&quot;:3393,&quot;28300&quot;:3394,&quot;30330&quot;:3395,&quot;37271&quot;:3396,&quot;39658&quot;:3397,&quot;20240&quot;:3398,&quot;32624&quot;:3399,&quot;25244&quot;:3400,&quot;31567&quot;:3401,&quot;38309&quot;:3402,&quot;40169&quot;:3403,&quot;22138&quot;:3404,&quot;22617&quot;:3405,&quot;34532&quot;:3406,&quot;38588&quot;:3407,&quot;20276&quot;:3408,&quot;21028&quot;:3409,&quot;21322&quot;:3410,&quot;21453&quot;:3411,&quot;21467&quot;:3412,&quot;24070&quot;:3413,&quot;25644&quot;:3414,&quot;26001&quot;:3415,&quot;26495&quot;:3416,&quot;27710&quot;:3417,&quot;27726&quot;:3418,&quot;29256&quot;:3419,&quot;29359&quot;:3420,&quot;29677&quot;:3421,&quot;30036&quot;:3422,&quot;32321&quot;:3423,&quot;33324&quot;:3424,&quot;34281&quot;:3425,&quot;36009&quot;:3426,&quot;31684&quot;:3427,&quot;12196&quot;:3428,&quot;37318&quot;:3428,&quot;29033&quot;:3429,&quot;38930&quot;:3430,&quot;39151&quot;:3431,&quot;25405&quot;:3432,&quot;26217&quot;:3433,&quot;30058&quot;:3434,&quot;30436&quot;:3435,&quot;30928&quot;:3436,&quot;34115&quot;:3437,&quot;34542&quot;:3438,&quot;21290&quot;:3439,&quot;21329&quot;:3440,&quot;21542&quot;:3441,&quot;22915&quot;:3442,&quot;24199&quot;:3443,&quot;24444&quot;:3444,&quot;24754&quot;:3445,&quot;25161&quot;:3446,&quot;25209&quot;:3447,&quot;25259&quot;:3448,&quot;26000&quot;:3449,&quot;12112&quot;:3450,&quot;27604&quot;:3450,&quot;27852&quot;:3451,&quot;30130&quot;:3452,&quot;12138&quot;:3453,&quot;30382&quot;:3453,&quot;30865&quot;:3454,&quot;31192&quot;:3455,&quot;32203&quot;:3456,&quot;32631&quot;:3457,&quot;32933&quot;:3458,&quot;34987&quot;:3459,&quot;35513&quot;:3460,&quot;36027&quot;:3461,&quot;36991&quot;:3462,&quot;12206&quot;:3463,&quot;38750&quot;:3463,&quot;12214&quot;:3464,&quot;39131&quot;:3464,&quot;27147&quot;:3465,&quot;31800&quot;:3466,&quot;20633&quot;:3467,&quot;23614&quot;:3468,&quot;24494&quot;:3469,&quot;26503&quot;:3470,&quot;27608&quot;:3471,&quot;29749&quot;:3472,&quot;30473&quot;:3473,&quot;32654&quot;:3474,&quot;12240&quot;:3475,&quot;40763&quot;:3475,&quot;26570&quot;:3476,&quot;31255&quot;:3477,&quot;21305&quot;:3478,&quot;12134&quot;:3479,&quot;30091&quot;:3479,&quot;39661&quot;:3480,&quot;24422&quot;:3481,&quot;33181&quot;:3482,&quot;33777&quot;:3483,&quot;32920&quot;:3484,&quot;24380&quot;:3485,&quot;24517&quot;:3486,&quot;30050&quot;:3487,&quot;31558&quot;:3488,&quot;36924&quot;:3489,&quot;26727&quot;:3490,&quot;23019&quot;:3491,&quot;23195&quot;:3492,&quot;32016&quot;:3493,&quot;30334&quot;:3494,&quot;35628&quot;:3495,&quot;20469&quot;:3496,&quot;24426&quot;:3497,&quot;27161&quot;:3498,&quot;27703&quot;:3499,&quot;28418&quot;:3500,&quot;29922&quot;:3501,&quot;31080&quot;:3502,&quot;34920&quot;:3503,&quot;35413&quot;:3504,&quot;35961&quot;:3505,&quot;24287&quot;:3506,&quot;25551&quot;:3507,&quot;30149&quot;:3508,&quot;31186&quot;:3509,&quot;33495&quot;:3510,&quot;37672&quot;:3511,&quot;37618&quot;:3512,&quot;33948&quot;:3513,&quot;34541&quot;:3514,&quot;39981&quot;:3515,&quot;21697&quot;:3516,&quot;24428&quot;:3517,&quot;25996&quot;:3518,&quot;27996&quot;:3519,&quot;28693&quot;:3520,&quot;36007&quot;:3521,&quot;36051&quot;:3522,&quot;38971&quot;:3523,&quot;25935&quot;:3524,&quot;29942&quot;:3525,&quot;19981&quot;:3526,&quot;20184&quot;:3527,&quot;22496&quot;:3528,&quot;22827&quot;:3529,&quot;23142&quot;:3530,&quot;23500&quot;:3531,&quot;20904&quot;:3532,&quot;24067&quot;:3533,&quot;24220&quot;:3534,&quot;24598&quot;:3535,&quot;25206&quot;:3536,&quot;25975&quot;:3537,&quot;26023&quot;:3538,&quot;26222&quot;:3539,&quot;28014&quot;:3540,&quot;12119&quot;:3541,&quot;29238&quot;:3541,&quot;31526&quot;:3542,&quot;33104&quot;:3543,&quot;33178&quot;:3544,&quot;33433&quot;:3545,&quot;35676&quot;:3546,&quot;36000&quot;:3547,&quot;36070&quot;:3548,&quot;36212&quot;:3549,&quot;12201&quot;:3550,&quot;38428&quot;:3550,&quot;38468&quot;:3551,&quot;20398&quot;:3552,&quot;25771&quot;:3553,&quot;27494&quot;:3554,&quot;33310&quot;:3555,&quot;33889&quot;:3556,&quot;34154&quot;:3557,&quot;37096&quot;:3558,&quot;23553&quot;:3559,&quot;26963&quot;:3560,&quot;12213&quot;:3561,&quot;39080&quot;:3561,&quot;33914&quot;:3562,&quot;34135&quot;:3563,&quot;20239&quot;:3564,&quot;21103&quot;:3565,&quot;24489&quot;:3566,&quot;24133&quot;:3567,&quot;26381&quot;:3568,&quot;31119&quot;:3569,&quot;33145&quot;:3570,&quot;35079&quot;:3571,&quot;35206&quot;:3572,&quot;28149&quot;:3573,&quot;24343&quot;:3574,&quot;25173&quot;:3575,&quot;27832&quot;:3576,&quot;20175&quot;:3577,&quot;29289&quot;:3578,&quot;39826&quot;:3579,&quot;20998&quot;:3580,&quot;21563&quot;:3581,&quot;22132&quot;:3582,&quot;22707&quot;:3583,&quot;24996&quot;:3584,&quot;25198&quot;:3585,&quot;28954&quot;:3586,&quot;22894&quot;:3587,&quot;31881&quot;:3588,&quot;31966&quot;:3589,&quot;32027&quot;:3590,&quot;38640&quot;:3591,&quot;12098&quot;:3592,&quot;25991&quot;:3592,&quot;32862&quot;:3593,&quot;19993&quot;:3594,&quot;20341&quot;:3595,&quot;20853&quot;:3596,&quot;22592&quot;:3597,&quot;24163&quot;:3598,&quot;24179&quot;:3599,&quot;24330&quot;:3600,&quot;26564&quot;:3601,&quot;20006&quot;:3602,&quot;34109&quot;:3603,&quot;38281&quot;:3604,&quot;38491&quot;:3605,&quot;12150&quot;:3606,&quot;31859&quot;:3606,&quot;12212&quot;:3607,&quot;38913&quot;:3607,&quot;20731&quot;:3608,&quot;22721&quot;:3609,&quot;30294&quot;:3610,&quot;30887&quot;:3611,&quot;21029&quot;:3612,&quot;30629&quot;:3613,&quot;34065&quot;:3614,&quot;31622&quot;:3615,&quot;20559&quot;:3616,&quot;22793&quot;:3617,&quot;12122&quot;:3618,&quot;29255&quot;:3618,&quot;31687&quot;:3619,&quot;32232&quot;:3620,&quot;36794&quot;:3621,&quot;36820&quot;:3622,&quot;36941&quot;:3623,&quot;20415&quot;:3624,&quot;21193&quot;:3625,&quot;23081&quot;:3626,&quot;24321&quot;:3627,&quot;38829&quot;:3628,&quot;20445&quot;:3629,&quot;33303&quot;:3630,&quot;37610&quot;:3631,&quot;22275&quot;:3632,&quot;25429&quot;:3633,&quot;27497&quot;:3634,&quot;29995&quot;:3635,&quot;35036&quot;:3636,&quot;36628&quot;:3637,&quot;31298&quot;:3638,&quot;21215&quot;:3639,&quot;22675&quot;:3640,&quot;24917&quot;:3641,&quot;25098&quot;:3642,&quot;26286&quot;:3643,&quot;11935&quot;:3644,&quot;27597&quot;:3644,&quot;31807&quot;:3645,&quot;33769&quot;:3646,&quot;20515&quot;:3647,&quot;20472&quot;:3648,&quot;21253&quot;:3649,&quot;21574&quot;:3650,&quot;22577&quot;:3651,&quot;22857&quot;:3652,&quot;23453&quot;:3653,&quot;23792&quot;:3654,&quot;23791&quot;:3655,&quot;23849&quot;:3656,&quot;24214&quot;:3657,&quot;25265&quot;:3658,&quot;25447&quot;:3659,&quot;25918&quot;:3660,&quot;12101&quot;:3661,&quot;26041&quot;:3661,&quot;26379&quot;:3662,&quot;27861&quot;:3663,&quot;27873&quot;:3664,&quot;28921&quot;:3665,&quot;30770&quot;:3666,&quot;32299&quot;:3667,&quot;32990&quot;:3668,&quot;33459&quot;:3669,&quot;33804&quot;:3670,&quot;34028&quot;:3671,&quot;34562&quot;:3672,&quot;35090&quot;:3673,&quot;35370&quot;:3674,&quot;35914&quot;:3675,&quot;37030&quot;:3676,&quot;37586&quot;:3677,&quot;39165&quot;:3678,&quot;40179&quot;:3679,&quot;40300&quot;:3680,&quot;20047&quot;:3681,&quot;20129&quot;:3682,&quot;20621&quot;:3683,&quot;21078&quot;:3684,&quot;22346&quot;:3685,&quot;22952&quot;:3686,&quot;24125&quot;:3687,&quot;24536&quot;:3688,&quot;24537&quot;:3689,&quot;25151&quot;:3690,&quot;26292&quot;:3691,&quot;26395&quot;:3692,&quot;26576&quot;:3693,&quot;26834&quot;:3694,&quot;20882&quot;:3695,&quot;32033&quot;:3696,&quot;32938&quot;:3697,&quot;33192&quot;:3698,&quot;35584&quot;:3699,&quot;35980&quot;:3700,&quot;36031&quot;:3701,&quot;37502&quot;:3702,&quot;38450&quot;:3703,&quot;21536&quot;:3704,&quot;38956&quot;:3705,&quot;21271&quot;:3706,&quot;20693&quot;:3707,&quot;12056&quot;:3708,&quot;21340&quot;:3708,&quot;22696&quot;:3709,&quot;25778&quot;:3710,&quot;26420&quot;:3711,&quot;29287&quot;:3712,&quot;30566&quot;:3713,&quot;31302&quot;:3714,&quot;37350&quot;:3715,&quot;21187&quot;:3716,&quot;27809&quot;:3717,&quot;27526&quot;:3718,&quot;22528&quot;:3719,&quot;24140&quot;:3720,&quot;22868&quot;:3721,&quot;26412&quot;:3722,&quot;32763&quot;:3723,&quot;20961&quot;:3724,&quot;30406&quot;:3725,&quot;25705&quot;:3726,&quot;30952&quot;:3727,&quot;39764&quot;:3728,&quot;12231&quot;:3729,&quot;40635&quot;:3729,&quot;22475&quot;:3730,&quot;22969&quot;:3731,&quot;26151&quot;:3732,&quot;26522&quot;:3733,&quot;27598&quot;:3734,&quot;21737&quot;:3735,&quot;27097&quot;:3736,&quot;24149&quot;:3737,&quot;33180&quot;:3738,&quot;26517&quot;:3739,&quot;39850&quot;:3740,&quot;26622&quot;:3741,&quot;40018&quot;:3742,&quot;26717&quot;:3743,&quot;20134&quot;:3744,&quot;20451&quot;:3745,&quot;12060&quot;:3746,&quot;21448&quot;:3746,&quot;25273&quot;:3747,&quot;26411&quot;:3748,&quot;27819&quot;:3749,&quot;36804&quot;:3750,&quot;20397&quot;:3751,&quot;32365&quot;:3752,&quot;40639&quot;:3753,&quot;19975&quot;:3754,&quot;24930&quot;:3755,&quot;28288&quot;:3756,&quot;28459&quot;:3757,&quot;34067&quot;:3758,&quot;21619&quot;:3759,&quot;26410&quot;:3760,&quot;39749&quot;:3761,&quot;11922&quot;:3762,&quot;24051&quot;:3762,&quot;31637&quot;:3763,&quot;23724&quot;:3764,&quot;23494&quot;:3765,&quot;34588&quot;:3766,&quot;28234&quot;:3767,&quot;34001&quot;:3768,&quot;31252&quot;:3769,&quot;33032&quot;:3770,&quot;22937&quot;:3771,&quot;31885&quot;:3772,&quot;11936&quot;:3773,&quot;27665&quot;:3773,&quot;30496&quot;:3774,&quot;21209&quot;:3775,&quot;22818&quot;:3776,&quot;28961&quot;:3777,&quot;29279&quot;:3778,&quot;12141&quot;:3779,&quot;30683&quot;:3779,&quot;38695&quot;:3780,&quot;40289&quot;:3781,&quot;26891&quot;:3782,&quot;23167&quot;:3783,&quot;23064&quot;:3784,&quot;20901&quot;:3785,&quot;21517&quot;:3786,&quot;21629&quot;:3787,&quot;26126&quot;:3788,&quot;30431&quot;:3789,&quot;36855&quot;:3790,&quot;37528&quot;:3791,&quot;40180&quot;:3792,&quot;23018&quot;:3793,&quot;29277&quot;:3794,&quot;28357&quot;:3795,&quot;20813&quot;:3796,&quot;26825&quot;:3797,&quot;32191&quot;:3798,&quot;32236&quot;:3799,&quot;12207&quot;:3800,&quot;38754&quot;:3800,&quot;40634&quot;:3801,&quot;25720&quot;:3802,&quot;27169&quot;:3803,&quot;33538&quot;:3804,&quot;22916&quot;:3805,&quot;23391&quot;:3806,&quot;12113&quot;:3807,&quot;27611&quot;:3807,&quot;29467&quot;:3808,&quot;30450&quot;:3809,&quot;32178&quot;:3810,&quot;32791&quot;:3811,&quot;33945&quot;:3812,&quot;20786&quot;:3813,&quot;12106&quot;:3814,&quot;26408&quot;:3814,&quot;40665&quot;:3815,&quot;12140&quot;:3816,&quot;30446&quot;:3816,&quot;26466&quot;:3817,&quot;21247&quot;:3818,&quot;39173&quot;:3819,&quot;23588&quot;:3820,&quot;25147&quot;:3821,&quot;31870&quot;:3822,&quot;36016&quot;:3823,&quot;21839&quot;:3824,&quot;24758&quot;:3825,&quot;32011&quot;:3826,&quot;12200&quot;:3827,&quot;38272&quot;:3827,&quot;21249&quot;:3828,&quot;20063&quot;:3829,&quot;20918&quot;:3830,&quot;22812&quot;:3831,&quot;29242&quot;:3832,&quot;32822&quot;:3833,&quot;37326&quot;:3834,&quot;24357&quot;:3835,&quot;12142&quot;:3836,&quot;30690&quot;:3836,&quot;21380&quot;:3837,&quot;24441&quot;:3838,&quot;32004&quot;:3839,&quot;34220&quot;:3840,&quot;35379&quot;:3841,&quot;36493&quot;:3842,&quot;38742&quot;:3843,&quot;26611&quot;:3844,&quot;34222&quot;:3845,&quot;37971&quot;:3846,&quot;24841&quot;:3847,&quot;24840&quot;:3848,&quot;27833&quot;:3849,&quot;30290&quot;:3850,&quot;35565&quot;:3851,&quot;36664&quot;:3852,&quot;21807&quot;:3853,&quot;20305&quot;:3854,&quot;20778&quot;:3855,&quot;21191&quot;:3856,&quot;21451&quot;:3857,&quot;23461&quot;:3858,&quot;24189&quot;:3859,&quot;24736&quot;:3860,&quot;24962&quot;:3861,&quot;25558&quot;:3862,&quot;26377&quot;:3863,&quot;26586&quot;:3864,&quot;28263&quot;:3865,&quot;28044&quot;:3866,&quot;29494&quot;:3867,&quot;29495&quot;:3868,&quot;30001&quot;:3869,&quot;31056&quot;:3870,&quot;35029&quot;:3871,&quot;35480&quot;:3872,&quot;36938&quot;:3873,&quot;12194&quot;:3874,&quot;37009&quot;:3874,&quot;37109&quot;:3875,&quot;38596&quot;:3876,&quot;34701&quot;:3877,&quot;12067&quot;:3878,&quot;22805&quot;:3878,&quot;20104&quot;:3879,&quot;20313&quot;:3880,&quot;19982&quot;:3881,&quot;35465&quot;:3882,&quot;36671&quot;:3883,&quot;38928&quot;:3884,&quot;20653&quot;:3885,&quot;24188&quot;:3886,&quot;22934&quot;:3887,&quot;23481&quot;:3888,&quot;24248&quot;:3889,&quot;25562&quot;:3890,&quot;25594&quot;:3891,&quot;25793&quot;:3892,&quot;26332&quot;:3893,&quot;26954&quot;:3894,&quot;27096&quot;:3895,&quot;27915&quot;:3896,&quot;28342&quot;:3897,&quot;29076&quot;:3898,&quot;12132&quot;:3899,&quot;29992&quot;:3899,&quot;31407&quot;:3900,&quot;12154&quot;:3901,&quot;32650&quot;:3901,&quot;32768&quot;:3902,&quot;33865&quot;:3903,&quot;33993&quot;:3904,&quot;35201&quot;:3905,&quot;35617&quot;:3906,&quot;36362&quot;:3907,&quot;36965&quot;:3908,&quot;38525&quot;:3909,&quot;39178&quot;:3910,&quot;24958&quot;:3911,&quot;25233&quot;:3912,&quot;27442&quot;:3913,&quot;27779&quot;:3914,&quot;28020&quot;:3915,&quot;32716&quot;:3916,&quot;32764&quot;:3917,&quot;28096&quot;:3918,&quot;32645&quot;:3919,&quot;34746&quot;:3920,&quot;35064&quot;:3921,&quot;26469&quot;:3922,&quot;33713&quot;:3923,&quot;38972&quot;:3924,&quot;38647&quot;:3925,&quot;27931&quot;:3926,&quot;32097&quot;:3927,&quot;33853&quot;:3928,&quot;37226&quot;:3929,&quot;20081&quot;:3930,&quot;21365&quot;:3931,&quot;23888&quot;:3932,&quot;27396&quot;:3933,&quot;28651&quot;:3934,&quot;34253&quot;:3935,&quot;34349&quot;:3936,&quot;35239&quot;:3937,&quot;21033&quot;:3938,&quot;21519&quot;:3939,&quot;23653&quot;:3940,&quot;26446&quot;:3941,&quot;26792&quot;:3942,&quot;29702&quot;:3943,&quot;29827&quot;:3944,&quot;30178&quot;:3945,&quot;35023&quot;:3946,&quot;35041&quot;:3947,&quot;12197&quot;:3948,&quot;37324&quot;:3948,&quot;38626&quot;:3949,&quot;38520&quot;:3950,&quot;24459&quot;:3951,&quot;29575&quot;:3952,&quot;12148&quot;:3953,&quot;31435&quot;:3953,&quot;33870&quot;:3954,&quot;25504&quot;:3955,&quot;30053&quot;:3956,&quot;21129&quot;:3957,&quot;27969&quot;:3958,&quot;28316&quot;:3959,&quot;29705&quot;:3960,&quot;30041&quot;:3961,&quot;30827&quot;:3962,&quot;31890&quot;:3963,&quot;38534&quot;:3964,&quot;12015&quot;:3965,&quot;31452&quot;:3965,&quot;12243&quot;:3966,&quot;40845&quot;:3966,&quot;20406&quot;:3967,&quot;24942&quot;:3968,&quot;26053&quot;:3969,&quot;34396&quot;:3970,&quot;20102&quot;:3971,&quot;20142&quot;:3972,&quot;20698&quot;:3973,&quot;20001&quot;:3974,&quot;20940&quot;:3975,&quot;23534&quot;:3976,&quot;26009&quot;:3977,&quot;26753&quot;:3978,&quot;28092&quot;:3979,&quot;29471&quot;:3980,&quot;30274&quot;:3981,&quot;30637&quot;:3982,&quot;31260&quot;:3983,&quot;31975&quot;:3984,&quot;33391&quot;:3985,&quot;35538&quot;:3986,&quot;36988&quot;:3987,&quot;37327&quot;:3988,&quot;38517&quot;:3989,&quot;38936&quot;:3990,&quot;12050&quot;:3991,&quot;21147&quot;:3991,&quot;32209&quot;:3992,&quot;20523&quot;:3993,&quot;21400&quot;:3994,&quot;26519&quot;:3995,&quot;28107&quot;:3996,&quot;29136&quot;:3997,&quot;29747&quot;:3998,&quot;33256&quot;:3999,&quot;36650&quot;:4000,&quot;38563&quot;:4001,&quot;40023&quot;:4002,&quot;40607&quot;:4003,&quot;29792&quot;:4004,&quot;22593&quot;:4005,&quot;28057&quot;:4006,&quot;32047&quot;:4007,&quot;39006&quot;:4008,&quot;20196&quot;:4009,&quot;20278&quot;:4010,&quot;20363&quot;:4011,&quot;20919&quot;:4012,&quot;21169&quot;:4013,&quot;23994&quot;:4014,&quot;24604&quot;:4015,&quot;29618&quot;:4016,&quot;31036&quot;:4017,&quot;33491&quot;:4018,&quot;37428&quot;:4019,&quot;38583&quot;:4020,&quot;38646&quot;:4021,&quot;38666&quot;:4022,&quot;40599&quot;:4023,&quot;40802&quot;:4024,&quot;26278&quot;:4025,&quot;27508&quot;:4026,&quot;21015&quot;:4027,&quot;21155&quot;:4028,&quot;28872&quot;:4029,&quot;35010&quot;:4030,&quot;24265&quot;:4031,&quot;24651&quot;:4032,&quot;24976&quot;:4033,&quot;28451&quot;:4034,&quot;29001&quot;:4035,&quot;31806&quot;:4036,&quot;32244&quot;:4037,&quot;32879&quot;:4038,&quot;34030&quot;:4039,&quot;36899&quot;:4040,&quot;37676&quot;:4041,&quot;21570&quot;:4042,&quot;39791&quot;:4043,&quot;27347&quot;:4044,&quot;28809&quot;:4045,&quot;36034&quot;:4046,&quot;36335&quot;:4047,&quot;38706&quot;:4048,&quot;21172&quot;:4049,&quot;23105&quot;:4050,&quot;24266&quot;:4051,&quot;24324&quot;:4052,&quot;26391&quot;:4053,&quot;27004&quot;:4054,&quot;27028&quot;:4055,&quot;28010&quot;:4056,&quot;28431&quot;:4057,&quot;29282&quot;:4058,&quot;29436&quot;:4059,&quot;31725&quot;:4060,&quot;12156&quot;:4061,&quot;32769&quot;:4061,&quot;32894&quot;:4062,&quot;34635&quot;:4063,&quot;37070&quot;:4064,&quot;20845&quot;:4065,&quot;40595&quot;:4066,&quot;31108&quot;:4067,&quot;32907&quot;:4068,&quot;37682&quot;:4069,&quot;35542&quot;:4070,&quot;20525&quot;:4071,&quot;21644&quot;:4072,&quot;35441&quot;:4073,&quot;27498&quot;:4074,&quot;36036&quot;:4075,&quot;33031&quot;:4076,&quot;24785&quot;:4077,&quot;26528&quot;:4078,&quot;40434&quot;:4079,&quot;20121&quot;:4080,&quot;20120&quot;:4081,&quot;39952&quot;:4082,&quot;35435&quot;:4083,&quot;34241&quot;:4084,&quot;34152&quot;:4085,&quot;26880&quot;:4086,&quot;28286&quot;:4087,&quot;30871&quot;:4088,&quot;33109&quot;:4089,&quot;24332&quot;:4090,&quot;19984&quot;:4091,&quot;19989&quot;:4092,&quot;20010&quot;:4093,&quot;20017&quot;:4094,&quot;12034&quot;:4095,&quot;20022&quot;:4095,&quot;20028&quot;:4096,&quot;12035&quot;:4097,&quot;20031&quot;:4097,&quot;20034&quot;:4098,&quot;20054&quot;:4099,&quot;20056&quot;:4100,&quot;20098&quot;:4101,&quot;12037&quot;:4102,&quot;20101&quot;:4102,&quot;35947&quot;:4103,&quot;20106&quot;:4104,&quot;33298&quot;:4105,&quot;24333&quot;:4106,&quot;20110&quot;:4107,&quot;20126&quot;:4108,&quot;20127&quot;:4109,&quot;12039&quot;:4110,&quot;20128&quot;:4110,&quot;20130&quot;:4111,&quot;20144&quot;:4112,&quot;20147&quot;:4113,&quot;20150&quot;:4114,&quot;20174&quot;:4115,&quot;20173&quot;:4116,&quot;20164&quot;:4117,&quot;20166&quot;:4118,&quot;20162&quot;:4119,&quot;20183&quot;:4120,&quot;20190&quot;:4121,&quot;20205&quot;:4122,&quot;20191&quot;:4123,&quot;20215&quot;:4124,&quot;20233&quot;:4125,&quot;20314&quot;:4126,&quot;20272&quot;:4127,&quot;20315&quot;:4128,&quot;20317&quot;:4129,&quot;20311&quot;:4130,&quot;20295&quot;:4131,&quot;20342&quot;:4132,&quot;20360&quot;:4133,&quot;20367&quot;:4134,&quot;20376&quot;:4135,&quot;20347&quot;:4136,&quot;20329&quot;:4137,&quot;20336&quot;:4138,&quot;20369&quot;:4139,&quot;20335&quot;:4140,&quot;20358&quot;:4141,&quot;20374&quot;:4142,&quot;20760&quot;:4143,&quot;20436&quot;:4144,&quot;20447&quot;:4145,&quot;20430&quot;:4146,&quot;20440&quot;:4147,&quot;20443&quot;:4148,&quot;20433&quot;:4149,&quot;20442&quot;:4150,&quot;20432&quot;:4151,&quot;20452&quot;:4152,&quot;20453&quot;:4153,&quot;20506&quot;:4154,&quot;20520&quot;:4155,&quot;20500&quot;:4156,&quot;20522&quot;:4157,&quot;20517&quot;:4158,&quot;20485&quot;:4159,&quot;20252&quot;:4160,&quot;20470&quot;:4161,&quot;20513&quot;:4162,&quot;20521&quot;:4163,&quot;20524&quot;:4164,&quot;20478&quot;:4165,&quot;20463&quot;:4166,&quot;20497&quot;:4167,&quot;20486&quot;:4168,&quot;20547&quot;:4169,&quot;20551&quot;:4170,&quot;26371&quot;:4171,&quot;20565&quot;:4172,&quot;20560&quot;:4173,&quot;20552&quot;:4174,&quot;20570&quot;:4175,&quot;20566&quot;:4176,&quot;20588&quot;:4177,&quot;20600&quot;:4178,&quot;20608&quot;:4179,&quot;20634&quot;:4180,&quot;20613&quot;:4181,&quot;20660&quot;:4182,&quot;20658&quot;:4183,&quot;20681&quot;:4184,&quot;20682&quot;:4185,&quot;20659&quot;:4186,&quot;20674&quot;:4187,&quot;20694&quot;:4188,&quot;20702&quot;:4189,&quot;20709&quot;:4190,&quot;20717&quot;:4191,&quot;20707&quot;:4192,&quot;20718&quot;:4193,&quot;20729&quot;:4194,&quot;20725&quot;:4195,&quot;20745&quot;:4196,&quot;20737&quot;:4197,&quot;20738&quot;:4198,&quot;20758&quot;:4199,&quot;20757&quot;:4200,&quot;20756&quot;:4201,&quot;20762&quot;:4202,&quot;20769&quot;:4203,&quot;20794&quot;:4204,&quot;20791&quot;:4205,&quot;20796&quot;:4206,&quot;20795&quot;:4207,&quot;12041&quot;:4208,&quot;20799&quot;:4208,&quot;11918&quot;:4209,&quot;20800&quot;:4209,&quot;20818&quot;:4210,&quot;20812&quot;:4211,&quot;20820&quot;:4212,&quot;20834&quot;:4213,&quot;31480&quot;:4214,&quot;20841&quot;:4215,&quot;20842&quot;:4216,&quot;20846&quot;:4217,&quot;20864&quot;:4218,&quot;12044&quot;:4219,&quot;20866&quot;:4219,&quot;22232&quot;:4220,&quot;20876&quot;:4221,&quot;20873&quot;:4222,&quot;20879&quot;:4223,&quot;20881&quot;:4224,&quot;20883&quot;:4225,&quot;20885&quot;:4226,&quot;12045&quot;:4227,&quot;20886&quot;:4227,&quot;20900&quot;:4228,&quot;20902&quot;:4229,&quot;20898&quot;:4230,&quot;20905&quot;:4231,&quot;20906&quot;:4232,&quot;12046&quot;:4233,&quot;20907&quot;:4233,&quot;20915&quot;:4234,&quot;20913&quot;:4235,&quot;20914&quot;:4236,&quot;20912&quot;:4237,&quot;20917&quot;:4238,&quot;20925&quot;:4239,&quot;20933&quot;:4240,&quot;20937&quot;:4241,&quot;20955&quot;:4242,&quot;12047&quot;:4243,&quot;20960&quot;:4243,&quot;34389&quot;:4244,&quot;20969&quot;:4245,&quot;20973&quot;:4246,&quot;20976&quot;:4247,&quot;12048&quot;:4248,&quot;20981&quot;:4248,&quot;20990&quot;:4249,&quot;20996&quot;:4250,&quot;21003&quot;:4251,&quot;21012&quot;:4252,&quot;21006&quot;:4253,&quot;21031&quot;:4254,&quot;21034&quot;:4255,&quot;21038&quot;:4256,&quot;21043&quot;:4257,&quot;21049&quot;:4258,&quot;21071&quot;:4259,&quot;21060&quot;:4260,&quot;21067&quot;:4261,&quot;21068&quot;:4262,&quot;21086&quot;:4263,&quot;21076&quot;:4264,&quot;21098&quot;:4265,&quot;21108&quot;:4266,&quot;21097&quot;:4267,&quot;21107&quot;:4268,&quot;21119&quot;:4269,&quot;21117&quot;:4270,&quot;21133&quot;:4271,&quot;21140&quot;:4272,&quot;21138&quot;:4273,&quot;21105&quot;:4274,&quot;21128&quot;:4275,&quot;21137&quot;:4276,&quot;36776&quot;:4277,&quot;36775&quot;:4278,&quot;21164&quot;:4279,&quot;21165&quot;:4280,&quot;21180&quot;:4281,&quot;21173&quot;:4282,&quot;21185&quot;:4283,&quot;21197&quot;:4284,&quot;21207&quot;:4285,&quot;21214&quot;:4286,&quot;21219&quot;:4287,&quot;21222&quot;:4288,&quot;39149&quot;:4289,&quot;21216&quot;:4290,&quot;21235&quot;:4291,&quot;21237&quot;:4292,&quot;21240&quot;:4293,&quot;12051&quot;:4294,&quot;21241&quot;:4294,&quot;21254&quot;:4295,&quot;21256&quot;:4296,&quot;30008&quot;:4297,&quot;21261&quot;:4298,&quot;21264&quot;:4299,&quot;21263&quot;:4300,&quot;21269&quot;:4301,&quot;12052&quot;:4301,&quot;21274&quot;:4302,&quot;12053&quot;:4302,&quot;21283&quot;:4303,&quot;21295&quot;:4304,&quot;21297&quot;:4305,&quot;21299&quot;:4306,&quot;12054&quot;:4307,&quot;21304&quot;:4307,&quot;21312&quot;:4308,&quot;21318&quot;:4309,&quot;21317&quot;:4310,&quot;19991&quot;:4311,&quot;21321&quot;:4312,&quot;21325&quot;:4313,&quot;20950&quot;:4314,&quot;21342&quot;:4315,&quot;12057&quot;:4316,&quot;21353&quot;:4316,&quot;21358&quot;:4317,&quot;22808&quot;:4318,&quot;21371&quot;:4319,&quot;21367&quot;:4320,&quot;12058&quot;:4321,&quot;21378&quot;:4321,&quot;21398&quot;:4322,&quot;21408&quot;:4323,&quot;21414&quot;:4324,&quot;21413&quot;:4325,&quot;21422&quot;:4326,&quot;21424&quot;:4327,&quot;12059&quot;:4328,&quot;21430&quot;:4328,&quot;21443&quot;:4329,&quot;31762&quot;:4330,&quot;38617&quot;:4331,&quot;21471&quot;:4332,&quot;26364&quot;:4333,&quot;29166&quot;:4334,&quot;21486&quot;:4335,&quot;21480&quot;:4336,&quot;21485&quot;:4337,&quot;21498&quot;:4338,&quot;21505&quot;:4339,&quot;21565&quot;:4340,&quot;21568&quot;:4341,&quot;21548&quot;:4342,&quot;21549&quot;:4343,&quot;21564&quot;:4344,&quot;21550&quot;:4345,&quot;21558&quot;:4346,&quot;21545&quot;:4347,&quot;21533&quot;:4348,&quot;21582&quot;:4349,&quot;21647&quot;:4350,&quot;21621&quot;:4351,&quot;21646&quot;:4352,&quot;21599&quot;:4353,&quot;21617&quot;:4354,&quot;21623&quot;:4355,&quot;21616&quot;:4356,&quot;21650&quot;:4357,&quot;21627&quot;:4358,&quot;21632&quot;:4359,&quot;21622&quot;:4360,&quot;21636&quot;:4361,&quot;21648&quot;:4362,&quot;21638&quot;:4363,&quot;21703&quot;:4364,&quot;21666&quot;:4365,&quot;21688&quot;:4366,&quot;21669&quot;:4367,&quot;21676&quot;:4368,&quot;21700&quot;:4369,&quot;21704&quot;:4370,&quot;21672&quot;:4371,&quot;21675&quot;:4372,&quot;21698&quot;:4373,&quot;21668&quot;:4374,&quot;21694&quot;:4375,&quot;21692&quot;:4376,&quot;21720&quot;:4377,&quot;21733&quot;:4378,&quot;21734&quot;:4379,&quot;21775&quot;:4380,&quot;21780&quot;:4381,&quot;21757&quot;:4382,&quot;21742&quot;:4383,&quot;21741&quot;:4384,&quot;21754&quot;:4385,&quot;21730&quot;:4386,&quot;21817&quot;:4387,&quot;21824&quot;:4388,&quot;21859&quot;:4389,&quot;21836&quot;:4390,&quot;21806&quot;:4391,&quot;21852&quot;:4392,&quot;21829&quot;:4393,&quot;21846&quot;:4394,&quot;21847&quot;:4395,&quot;21816&quot;:4396,&quot;21811&quot;:4397,&quot;21853&quot;:4398,&quot;21913&quot;:4399,&quot;21888&quot;:4400,&quot;21679&quot;:4401,&quot;21898&quot;:4402,&quot;21919&quot;:4403,&quot;21883&quot;:4404,&quot;21886&quot;:4405,&quot;21912&quot;:4406,&quot;21918&quot;:4407,&quot;21934&quot;:4408,&quot;21884&quot;:4409,&quot;21891&quot;:4410,&quot;21929&quot;:4411,&quot;21895&quot;:4412,&quot;21928&quot;:4413,&quot;21978&quot;:4414,&quot;21957&quot;:4415,&quot;21983&quot;:4416,&quot;21956&quot;:4417,&quot;21980&quot;:4418,&quot;21988&quot;:4419,&quot;21972&quot;:4420,&quot;22036&quot;:4421,&quot;22007&quot;:4422,&quot;22038&quot;:4423,&quot;22014&quot;:4424,&quot;22013&quot;:4425,&quot;22043&quot;:4426,&quot;22009&quot;:4427,&quot;22094&quot;:4428,&quot;22096&quot;:4429,&quot;29151&quot;:4430,&quot;22068&quot;:4431,&quot;22070&quot;:4432,&quot;22066&quot;:4433,&quot;22072&quot;:4434,&quot;22123&quot;:4435,&quot;22116&quot;:4436,&quot;22063&quot;:4437,&quot;22124&quot;:4438,&quot;22122&quot;:4439,&quot;22150&quot;:4440,&quot;22144&quot;:4441,&quot;22154&quot;:4442,&quot;22176&quot;:4443,&quot;22164&quot;:4444,&quot;22159&quot;:4445,&quot;22181&quot;:4446,&quot;22190&quot;:4447,&quot;22198&quot;:4448,&quot;22196&quot;:4449,&quot;22210&quot;:4450,&quot;22204&quot;:4451,&quot;22209&quot;:4452,&quot;22211&quot;:4453,&quot;22208&quot;:4454,&quot;22216&quot;:4455,&quot;22222&quot;:4456,&quot;22225&quot;:4457,&quot;22227&quot;:4458,&quot;12062&quot;:4459,&quot;22231&quot;:4459,&quot;22254&quot;:4460,&quot;22265&quot;:4461,&quot;22272&quot;:4462,&quot;22271&quot;:4463,&quot;22276&quot;:4464,&quot;22281&quot;:4465,&quot;22280&quot;:4466,&quot;22283&quot;:4467,&quot;22285&quot;:4468,&quot;22291&quot;:4469,&quot;22296&quot;:4470,&quot;22294&quot;:4471,&quot;21959&quot;:4472,&quot;22300&quot;:4473,&quot;22310&quot;:4474,&quot;22327&quot;:4475,&quot;22328&quot;:4476,&quot;22350&quot;:4477,&quot;22331&quot;:4478,&quot;22336&quot;:4479,&quot;22351&quot;:4480,&quot;22377&quot;:4481,&quot;22464&quot;:4482,&quot;22408&quot;:4483,&quot;22369&quot;:4484,&quot;22399&quot;:4485,&quot;22409&quot;:4486,&quot;22419&quot;:4487,&quot;22432&quot;:4488,&quot;22451&quot;:4489,&quot;22436&quot;:4490,&quot;22442&quot;:4491,&quot;22448&quot;:4492,&quot;22467&quot;:4493,&quot;22470&quot;:4494,&quot;22484&quot;:4495,&quot;22482&quot;:4496,&quot;22483&quot;:4497,&quot;22538&quot;:4498,&quot;22486&quot;:4499,&quot;22499&quot;:4500,&quot;22539&quot;:4501,&quot;22553&quot;:4502,&quot;22557&quot;:4503,&quot;22642&quot;:4504,&quot;22561&quot;:4505,&quot;22626&quot;:4506,&quot;22603&quot;:4507,&quot;22640&quot;:4508,&quot;27584&quot;:4509,&quot;22610&quot;:4510,&quot;22589&quot;:4511,&quot;22649&quot;:4512,&quot;22661&quot;:4513,&quot;22713&quot;:4514,&quot;22687&quot;:4515,&quot;22699&quot;:4516,&quot;22714&quot;:4517,&quot;22750&quot;:4518,&quot;22715&quot;:4519,&quot;22712&quot;:4520,&quot;22702&quot;:4521,&quot;22725&quot;:4522,&quot;22739&quot;:4523,&quot;22737&quot;:4524,&quot;22743&quot;:4525,&quot;22745&quot;:4526,&quot;22744&quot;:4527,&quot;22757&quot;:4528,&quot;22748&quot;:4529,&quot;22756&quot;:4530,&quot;22751&quot;:4531,&quot;22767&quot;:4532,&quot;22778&quot;:4533,&quot;22777&quot;:4534,&quot;22779&quot;:4535,&quot;22780&quot;:4536,&quot;22781&quot;:4537,&quot;22786&quot;:4538,&quot;12065&quot;:4538,&quot;22794&quot;:4539,&quot;12066&quot;:4539,&quot;22800&quot;:4540,&quot;22811&quot;:4541,&quot;26790&quot;:4542,&quot;22821&quot;:4543,&quot;22828&quot;:4544,&quot;22829&quot;:4545,&quot;22834&quot;:4546,&quot;22840&quot;:4547,&quot;22846&quot;:4548,&quot;31442&quot;:4549,&quot;22869&quot;:4550,&quot;22864&quot;:4551,&quot;22862&quot;:4552,&quot;22874&quot;:4553,&quot;22872&quot;:4554,&quot;22882&quot;:4555,&quot;22880&quot;:4556,&quot;22887&quot;:4557,&quot;22892&quot;:4558,&quot;22889&quot;:4559,&quot;22904&quot;:4560,&quot;22913&quot;:4561,&quot;22941&quot;:4562,&quot;20318&quot;:4563,&quot;20395&quot;:4564,&quot;22947&quot;:4565,&quot;22962&quot;:4566,&quot;22982&quot;:4567,&quot;23016&quot;:4568,&quot;23004&quot;:4569,&quot;22925&quot;:4570,&quot;23001&quot;:4571,&quot;23002&quot;:4572,&quot;23077&quot;:4573,&quot;23071&quot;:4574,&quot;23057&quot;:4575,&quot;23068&quot;:4576,&quot;23049&quot;:4577,&quot;23066&quot;:4578,&quot;23104&quot;:4579,&quot;23148&quot;:4580,&quot;23113&quot;:4581,&quot;23093&quot;:4582,&quot;23094&quot;:4583,&quot;23138&quot;:4584,&quot;23146&quot;:4585,&quot;23194&quot;:4586,&quot;23228&quot;:4587,&quot;23230&quot;:4588,&quot;23243&quot;:4589,&quot;23234&quot;:4590,&quot;23229&quot;:4591,&quot;23267&quot;:4592,&quot;23255&quot;:4593,&quot;23270&quot;:4594,&quot;23273&quot;:4595,&quot;23254&quot;:4596,&quot;23290&quot;:4597,&quot;23291&quot;:4598,&quot;23308&quot;:4599,&quot;23307&quot;:4600,&quot;23318&quot;:4601,&quot;23346&quot;:4602,&quot;23248&quot;:4603,&quot;23338&quot;:4604,&quot;23350&quot;:4605,&quot;23358&quot;:4606,&quot;23363&quot;:4607,&quot;23365&quot;:4608,&quot;23360&quot;:4609,&quot;23377&quot;:4610,&quot;23381&quot;:4611,&quot;23386&quot;:4612,&quot;23387&quot;:4613,&quot;23397&quot;:4614,&quot;23401&quot;:4615,&quot;23408&quot;:4616,&quot;23411&quot;:4617,&quot;23413&quot;:4618,&quot;23416&quot;:4619,&quot;25992&quot;:4620,&quot;23418&quot;:4621,&quot;12071&quot;:4622,&quot;23424&quot;:4622,&quot;23427&quot;:4623,&quot;23462&quot;:4624,&quot;23480&quot;:4625,&quot;23491&quot;:4626,&quot;23495&quot;:4627,&quot;23497&quot;:4628,&quot;23508&quot;:4629,&quot;23504&quot;:4630,&quot;23524&quot;:4631,&quot;23526&quot;:4632,&quot;23522&quot;:4633,&quot;23518&quot;:4634,&quot;23525&quot;:4635,&quot;23531&quot;:4636,&quot;23536&quot;:4637,&quot;23542&quot;:4638,&quot;23539&quot;:4639,&quot;23557&quot;:4640,&quot;23559&quot;:4641,&quot;23560&quot;:4642,&quot;23565&quot;:4643,&quot;23571&quot;:4644,&quot;23584&quot;:4645,&quot;11920&quot;:4646,&quot;12074&quot;:4646,&quot;23586&quot;:4646,&quot;23592&quot;:4647,&quot;12075&quot;:4648,&quot;23608&quot;:4648,&quot;23609&quot;:4649,&quot;23617&quot;:4650,&quot;23622&quot;:4651,&quot;23630&quot;:4652,&quot;23635&quot;:4653,&quot;23632&quot;:4654,&quot;23631&quot;:4655,&quot;23409&quot;:4656,&quot;23660&quot;:4657,&quot;12076&quot;:4658,&quot;23662&quot;:4658,&quot;20066&quot;:4659,&quot;23670&quot;:4660,&quot;23673&quot;:4661,&quot;23692&quot;:4662,&quot;23697&quot;:4663,&quot;23700&quot;:4664,&quot;22939&quot;:4665,&quot;23723&quot;:4666,&quot;23739&quot;:4667,&quot;23734&quot;:4668,&quot;23740&quot;:4669,&quot;23735&quot;:4670,&quot;23749&quot;:4671,&quot;23742&quot;:4672,&quot;23751&quot;:4673,&quot;23769&quot;:4674,&quot;23785&quot;:4675,&quot;23805&quot;:4676,&quot;23802&quot;:4677,&quot;23789&quot;:4678,&quot;23948&quot;:4679,&quot;23786&quot;:4680,&quot;23819&quot;:4681,&quot;23829&quot;:4682,&quot;23831&quot;:4683,&quot;23900&quot;:4684,&quot;23839&quot;:4685,&quot;23835&quot;:4686,&quot;23825&quot;:4687,&quot;23828&quot;:4688,&quot;23842&quot;:4689,&quot;23834&quot;:4690,&quot;23833&quot;:4691,&quot;23832&quot;:4692,&quot;23884&quot;:4693,&quot;23890&quot;:4694,&quot;23886&quot;:4695,&quot;23883&quot;:4696,&quot;23916&quot;:4697,&quot;23923&quot;:4698,&quot;23926&quot;:4699,&quot;23943&quot;:4700,&quot;23940&quot;:4701,&quot;23938&quot;:4702,&quot;23970&quot;:4703,&quot;23965&quot;:4704,&quot;23980&quot;:4705,&quot;23982&quot;:4706,&quot;23997&quot;:4707,&quot;23952&quot;:4708,&quot;23991&quot;:4709,&quot;23996&quot;:4710,&quot;24009&quot;:4711,&quot;24013&quot;:4712,&quot;24019&quot;:4713,&quot;24018&quot;:4714,&quot;24022&quot;:4715,&quot;12078&quot;:4716,&quot;24027&quot;:4716,&quot;24043&quot;:4717,&quot;24050&quot;:4718,&quot;24053&quot;:4719,&quot;24075&quot;:4720,&quot;24090&quot;:4721,&quot;24089&quot;:4722,&quot;24081&quot;:4723,&quot;24091&quot;:4724,&quot;24118&quot;:4725,&quot;24119&quot;:4726,&quot;24132&quot;:4727,&quot;24131&quot;:4728,&quot;24128&quot;:4729,&quot;24142&quot;:4730,&quot;24151&quot;:4731,&quot;24148&quot;:4732,&quot;24159&quot;:4733,&quot;24162&quot;:4734,&quot;24164&quot;:4735,&quot;24135&quot;:4736,&quot;24181&quot;:4737,&quot;24182&quot;:4738,&quot;11923&quot;:4739,&quot;12083&quot;:4739,&quot;24186&quot;:4739,&quot;40636&quot;:4740,&quot;12084&quot;:4741,&quot;24191&quot;:4741,&quot;24224&quot;:4742,&quot;24257&quot;:4743,&quot;24258&quot;:4744,&quot;24264&quot;:4745,&quot;24272&quot;:4746,&quot;24271&quot;:4747,&quot;24278&quot;:4748,&quot;24291&quot;:4749,&quot;24285&quot;:4750,&quot;24282&quot;:4751,&quot;24283&quot;:4752,&quot;24290&quot;:4753,&quot;24289&quot;:4754,&quot;24296&quot;:4755,&quot;24297&quot;:4756,&quot;24300&quot;:4757,&quot;24305&quot;:4758,&quot;24307&quot;:4759,&quot;24304&quot;:4760,&quot;12085&quot;:4761,&quot;24308&quot;:4761,&quot;24312&quot;:4762,&quot;12086&quot;:4763,&quot;24318&quot;:4763,&quot;24323&quot;:4764,&quot;24329&quot;:4765,&quot;24413&quot;:4766,&quot;24412&quot;:4767,&quot;12087&quot;:4768,&quot;24331&quot;:4768,&quot;24337&quot;:4769,&quot;24342&quot;:4770,&quot;24361&quot;:4771,&quot;24365&quot;:4772,&quot;24376&quot;:4773,&quot;24385&quot;:4774,&quot;24392&quot;:4775,&quot;24396&quot;:4776,&quot;24398&quot;:4777,&quot;24367&quot;:4778,&quot;11924&quot;:4779,&quot;24401&quot;:4779,&quot;24406&quot;:4780,&quot;24407&quot;:4781,&quot;24409&quot;:4782,&quot;12090&quot;:4783,&quot;24417&quot;:4783,&quot;24429&quot;:4784,&quot;12091&quot;:4785,&quot;24435&quot;:4785,&quot;24439&quot;:4786,&quot;24451&quot;:4787,&quot;24450&quot;:4788,&quot;24447&quot;:4789,&quot;24458&quot;:4790,&quot;24456&quot;:4791,&quot;24465&quot;:4792,&quot;24455&quot;:4793,&quot;24478&quot;:4794,&quot;24473&quot;:4795,&quot;24472&quot;:4796,&quot;24480&quot;:4797,&quot;24488&quot;:4798,&quot;24493&quot;:4799,&quot;24508&quot;:4800,&quot;24534&quot;:4801,&quot;24571&quot;:4802,&quot;24548&quot;:4803,&quot;24568&quot;:4804,&quot;24561&quot;:4805,&quot;24541&quot;:4806,&quot;24755&quot;:4807,&quot;24575&quot;:4808,&quot;24609&quot;:4809,&quot;24672&quot;:4810,&quot;24601&quot;:4811,&quot;24592&quot;:4812,&quot;24617&quot;:4813,&quot;24590&quot;:4814,&quot;24625&quot;:4815,&quot;24603&quot;:4816,&quot;24597&quot;:4817,&quot;24619&quot;:4818,&quot;24614&quot;:4819,&quot;24591&quot;:4820,&quot;24634&quot;:4821,&quot;24666&quot;:4822,&quot;24641&quot;:4823,&quot;24682&quot;:4824,&quot;24695&quot;:4825,&quot;24671&quot;:4826,&quot;24650&quot;:4827,&quot;24646&quot;:4828,&quot;24653&quot;:4829,&quot;24675&quot;:4830,&quot;24643&quot;:4831,&quot;24676&quot;:4832,&quot;24642&quot;:4833,&quot;24684&quot;:4834,&quot;24683&quot;:4835,&quot;24665&quot;:4836,&quot;24705&quot;:4837,&quot;24717&quot;:4838,&quot;24807&quot;:4839,&quot;24707&quot;:4840,&quot;24730&quot;:4841,&quot;24708&quot;:4842,&quot;24731&quot;:4843,&quot;24726&quot;:4844,&quot;24727&quot;:4845,&quot;24722&quot;:4846,&quot;24743&quot;:4847,&quot;24715&quot;:4848,&quot;24801&quot;:4849,&quot;24760&quot;:4850,&quot;24800&quot;:4851,&quot;24787&quot;:4852,&quot;24756&quot;:4853,&quot;24560&quot;:4854,&quot;24765&quot;:4855,&quot;24774&quot;:4856,&quot;24757&quot;:4857,&quot;24792&quot;:4858,&quot;24909&quot;:4859,&quot;24853&quot;:4860,&quot;24838&quot;:4861,&quot;24822&quot;:4862,&quot;24823&quot;:4863,&quot;24832&quot;:4864,&quot;24820&quot;:4865,&quot;24826&quot;:4866,&quot;24835&quot;:4867,&quot;24865&quot;:4868,&quot;24827&quot;:4869,&quot;24817&quot;:4870,&quot;24845&quot;:4871,&quot;24846&quot;:4872,&quot;24903&quot;:4873,&quot;24894&quot;:4874,&quot;24872&quot;:4875,&quot;24871&quot;:4876,&quot;24906&quot;:4877,&quot;24895&quot;:4878,&quot;24892&quot;:4879,&quot;24876&quot;:4880,&quot;24884&quot;:4881,&quot;24893&quot;:4882,&quot;24898&quot;:4883,&quot;24900&quot;:4884,&quot;24947&quot;:4885,&quot;24951&quot;:4886,&quot;24920&quot;:4887,&quot;24921&quot;:4888,&quot;24922&quot;:4889,&quot;24939&quot;:4890,&quot;24948&quot;:4891,&quot;24943&quot;:4892,&quot;24933&quot;:4893,&quot;24945&quot;:4894,&quot;24927&quot;:4895,&quot;24925&quot;:4896,&quot;24915&quot;:4897,&quot;24949&quot;:4898,&quot;24985&quot;:4899,&quot;24982&quot;:4900,&quot;24967&quot;:4901,&quot;25004&quot;:4902,&quot;24980&quot;:4903,&quot;24986&quot;:4904,&quot;24970&quot;:4905,&quot;24977&quot;:4906,&quot;25003&quot;:4907,&quot;25006&quot;:4908,&quot;25036&quot;:4909,&quot;25034&quot;:4910,&quot;25033&quot;:4911,&quot;25079&quot;:4912,&quot;25032&quot;:4913,&quot;25027&quot;:4914,&quot;25030&quot;:4915,&quot;25018&quot;:4916,&quot;25035&quot;:4917,&quot;32633&quot;:4918,&quot;25037&quot;:4919,&quot;25062&quot;:4920,&quot;25059&quot;:4921,&quot;25078&quot;:4922,&quot;25082&quot;:4923,&quot;25076&quot;:4924,&quot;25087&quot;:4925,&quot;25085&quot;:4926,&quot;25084&quot;:4927,&quot;25086&quot;:4928,&quot;25088&quot;:4929,&quot;12093&quot;:4930,&quot;25096&quot;:4930,&quot;25097&quot;:4931,&quot;25101&quot;:4932,&quot;25100&quot;:4933,&quot;25108&quot;:4934,&quot;25115&quot;:4935,&quot;25118&quot;:4936,&quot;25121&quot;:4937,&quot;25130&quot;:4938,&quot;25134&quot;:4939,&quot;25136&quot;:4940,&quot;25138&quot;:4941,&quot;25139&quot;:4942,&quot;25153&quot;:4943,&quot;25166&quot;:4944,&quot;25182&quot;:4945,&quot;25187&quot;:4946,&quot;25179&quot;:4947,&quot;25184&quot;:4948,&quot;25192&quot;:4949,&quot;25212&quot;:4950,&quot;25218&quot;:4951,&quot;25225&quot;:4952,&quot;25214&quot;:4953,&quot;25234&quot;:4954,&quot;25235&quot;:4955,&quot;25238&quot;:4956,&quot;25300&quot;:4957,&quot;25219&quot;:4958,&quot;25236&quot;:4959,&quot;25303&quot;:4960,&quot;25297&quot;:4961,&quot;25275&quot;:4962,&quot;25295&quot;:4963,&quot;25343&quot;:4964,&quot;25286&quot;:4965,&quot;25812&quot;:4966,&quot;25288&quot;:4967,&quot;25308&quot;:4968,&quot;25292&quot;:4969,&quot;25290&quot;:4970,&quot;25282&quot;:4971,&quot;25287&quot;:4972,&quot;25243&quot;:4973,&quot;25289&quot;:4974,&quot;25356&quot;:4975,&quot;25326&quot;:4976,&quot;25329&quot;:4977,&quot;25383&quot;:4978,&quot;25346&quot;:4979,&quot;25352&quot;:4980,&quot;25327&quot;:4981,&quot;25333&quot;:4982,&quot;25424&quot;:4983,&quot;25406&quot;:4984,&quot;25421&quot;:4985,&quot;25628&quot;:4986,&quot;25423&quot;:4987,&quot;25494&quot;:4988,&quot;25486&quot;:4989,&quot;25472&quot;:4990,&quot;25515&quot;:4991,&quot;25462&quot;:4992,&quot;25507&quot;:4993,&quot;25487&quot;:4994,&quot;25481&quot;:4995,&quot;25503&quot;:4996,&quot;25525&quot;:4997,&quot;25451&quot;:4998,&quot;25449&quot;:4999,&quot;25534&quot;:5000,&quot;25577&quot;:5001,&quot;25536&quot;:5002,&quot;25542&quot;:5003,&quot;25571&quot;:5004,&quot;25545&quot;:5005,&quot;25554&quot;:5006,&quot;25590&quot;:5007,&quot;25540&quot;:5008,&quot;25622&quot;:5009,&quot;25652&quot;:5010,&quot;25606&quot;:5011,&quot;25619&quot;:5012,&quot;25638&quot;:5013,&quot;25654&quot;:5014,&quot;25885&quot;:5015,&quot;25623&quot;:5016,&quot;25640&quot;:5017,&quot;25615&quot;:5018,&quot;25703&quot;:5019,&quot;25711&quot;:5020,&quot;25718&quot;:5021,&quot;25678&quot;:5022,&quot;25898&quot;:5023,&quot;25749&quot;:5024,&quot;25747&quot;:5025,&quot;25765&quot;:5026,&quot;25769&quot;:5027,&quot;25736&quot;:5028,&quot;25788&quot;:5029,&quot;25818&quot;:5030,&quot;25810&quot;:5031,&quot;25797&quot;:5032,&quot;25799&quot;:5033,&quot;25787&quot;:5034,&quot;25816&quot;:5035,&quot;25794&quot;:5036,&quot;25841&quot;:5037,&quot;25831&quot;:5038,&quot;33289&quot;:5039,&quot;25824&quot;:5040,&quot;25825&quot;:5041,&quot;25260&quot;:5042,&quot;25827&quot;:5043,&quot;25839&quot;:5044,&quot;25900&quot;:5045,&quot;25846&quot;:5046,&quot;25844&quot;:5047,&quot;25842&quot;:5048,&quot;25850&quot;:5049,&quot;25856&quot;:5050,&quot;25853&quot;:5051,&quot;25880&quot;:5052,&quot;25884&quot;:5053,&quot;25861&quot;:5054,&quot;25892&quot;:5055,&quot;25891&quot;:5056,&quot;25899&quot;:5057,&quot;12097&quot;:5058,&quot;25908&quot;:5058,&quot;11929&quot;:5059,&quot;25909&quot;:5059,&quot;25911&quot;:5060,&quot;25910&quot;:5061,&quot;25912&quot;:5062,&quot;30027&quot;:5063,&quot;25928&quot;:5064,&quot;25942&quot;:5065,&quot;25941&quot;:5066,&quot;25933&quot;:5067,&quot;25944&quot;:5068,&quot;25950&quot;:5069,&quot;25949&quot;:5070,&quot;25970&quot;:5071,&quot;25976&quot;:5072,&quot;25986&quot;:5073,&quot;25987&quot;:5074,&quot;35722&quot;:5075,&quot;26011&quot;:5076,&quot;26015&quot;:5077,&quot;26027&quot;:5078,&quot;26039&quot;:5079,&quot;26051&quot;:5080,&quot;26054&quot;:5081,&quot;26049&quot;:5082,&quot;26052&quot;:5083,&quot;26060&quot;:5084,&quot;26066&quot;:5085,&quot;26075&quot;:5086,&quot;26073&quot;:5087,&quot;12102&quot;:5088,&quot;26080&quot;:5088,&quot;11931&quot;:5089,&quot;26081&quot;:5089,&quot;26097&quot;:5090,&quot;26482&quot;:5091,&quot;26122&quot;:5092,&quot;26115&quot;:5093,&quot;26107&quot;:5094,&quot;26483&quot;:5095,&quot;26165&quot;:5096,&quot;26166&quot;:5097,&quot;26164&quot;:5098,&quot;26140&quot;:5099,&quot;26191&quot;:5100,&quot;26180&quot;:5101,&quot;26185&quot;:5102,&quot;26177&quot;:5103,&quot;26206&quot;:5104,&quot;26205&quot;:5105,&quot;26212&quot;:5106,&quot;26215&quot;:5107,&quot;26216&quot;:5108,&quot;26207&quot;:5109,&quot;26210&quot;:5110,&quot;26224&quot;:5111,&quot;26243&quot;:5112,&quot;26248&quot;:5113,&quot;26254&quot;:5114,&quot;26249&quot;:5115,&quot;26244&quot;:5116,&quot;26264&quot;:5117,&quot;26269&quot;:5118,&quot;26305&quot;:5119,&quot;26297&quot;:5120,&quot;26313&quot;:5121,&quot;26302&quot;:5122,&quot;26300&quot;:5123,&quot;26308&quot;:5124,&quot;26296&quot;:5125,&quot;26326&quot;:5126,&quot;26330&quot;:5127,&quot;26336&quot;:5128,&quot;26175&quot;:5129,&quot;26342&quot;:5130,&quot;26345&quot;:5131,&quot;12104&quot;:5132,&quot;26352&quot;:5132,&quot;26357&quot;:5133,&quot;26359&quot;:5134,&quot;26383&quot;:5135,&quot;26390&quot;:5136,&quot;26398&quot;:5137,&quot;26406&quot;:5138,&quot;26407&quot;:5139,&quot;38712&quot;:5140,&quot;26414&quot;:5141,&quot;26431&quot;:5142,&quot;26422&quot;:5143,&quot;26433&quot;:5144,&quot;26424&quot;:5145,&quot;26423&quot;:5146,&quot;26438&quot;:5147,&quot;26462&quot;:5148,&quot;26464&quot;:5149,&quot;26457&quot;:5150,&quot;26467&quot;:5151,&quot;26468&quot;:5152,&quot;26505&quot;:5153,&quot;26480&quot;:5154,&quot;26537&quot;:5155,&quot;26492&quot;:5156,&quot;26474&quot;:5157,&quot;26508&quot;:5158,&quot;26507&quot;:5159,&quot;26534&quot;:5160,&quot;26529&quot;:5161,&quot;26501&quot;:5162,&quot;26551&quot;:5163,&quot;26607&quot;:5164,&quot;26548&quot;:5165,&quot;26604&quot;:5166,&quot;26547&quot;:5167,&quot;26601&quot;:5168,&quot;26552&quot;:5169,&quot;26596&quot;:5170,&quot;26590&quot;:5171,&quot;26589&quot;:5172,&quot;26594&quot;:5173,&quot;26606&quot;:5174,&quot;26553&quot;:5175,&quot;26574&quot;:5176,&quot;26566&quot;:5177,&quot;26599&quot;:5178,&quot;27292&quot;:5179,&quot;26654&quot;:5180,&quot;26694&quot;:5181,&quot;26665&quot;:5182,&quot;26688&quot;:5183,&quot;26701&quot;:5184,&quot;26674&quot;:5185,&quot;26702&quot;:5186,&quot;26803&quot;:5187,&quot;26667&quot;:5188,&quot;26713&quot;:5189,&quot;26723&quot;:5190,&quot;26743&quot;:5191,&quot;26751&quot;:5192,&quot;26783&quot;:5193,&quot;26767&quot;:5194,&quot;26797&quot;:5195,&quot;26772&quot;:5196,&quot;26781&quot;:5197,&quot;26779&quot;:5198,&quot;26755&quot;:5199,&quot;27310&quot;:5200,&quot;26809&quot;:5201,&quot;26740&quot;:5202,&quot;26805&quot;:5203,&quot;26784&quot;:5204,&quot;26810&quot;:5205,&quot;26895&quot;:5206,&quot;26765&quot;:5207,&quot;26750&quot;:5208,&quot;26881&quot;:5209,&quot;26826&quot;:5210,&quot;26888&quot;:5211,&quot;26840&quot;:5212,&quot;26914&quot;:5213,&quot;26918&quot;:5214,&quot;26849&quot;:5215,&quot;26892&quot;:5216,&quot;26829&quot;:5217,&quot;26836&quot;:5218,&quot;26855&quot;:5219,&quot;26837&quot;:5220,&quot;26934&quot;:5221,&quot;26898&quot;:5222,&quot;26884&quot;:5223,&quot;26839&quot;:5224,&quot;26851&quot;:5225,&quot;26917&quot;:5226,&quot;26873&quot;:5227,&quot;26848&quot;:5228,&quot;26863&quot;:5229,&quot;26920&quot;:5230,&quot;26922&quot;:5231,&quot;26906&quot;:5232,&quot;26915&quot;:5233,&quot;26913&quot;:5234,&quot;26822&quot;:5235,&quot;27001&quot;:5236,&quot;26999&quot;:5237,&quot;26972&quot;:5238,&quot;27000&quot;:5239,&quot;26987&quot;:5240,&quot;26964&quot;:5241,&quot;27006&quot;:5242,&quot;26990&quot;:5243,&quot;26937&quot;:5244,&quot;26996&quot;:5245,&quot;26941&quot;:5246,&quot;26969&quot;:5247,&quot;26928&quot;:5248,&quot;26977&quot;:5249,&quot;26974&quot;:5250,&quot;26973&quot;:5251,&quot;27009&quot;:5252,&quot;26986&quot;:5253,&quot;27058&quot;:5254,&quot;27054&quot;:5255,&quot;27088&quot;:5256,&quot;27071&quot;:5257,&quot;27073&quot;:5258,&quot;27091&quot;:5259,&quot;27070&quot;:5260,&quot;27086&quot;:5261,&quot;23528&quot;:5262,&quot;27082&quot;:5263,&quot;27101&quot;:5264,&quot;27067&quot;:5265,&quot;27075&quot;:5266,&quot;27047&quot;:5267,&quot;27182&quot;:5268,&quot;27025&quot;:5269,&quot;27040&quot;:5270,&quot;27036&quot;:5271,&quot;27029&quot;:5272,&quot;27060&quot;:5273,&quot;27102&quot;:5274,&quot;27112&quot;:5275,&quot;27138&quot;:5276,&quot;27163&quot;:5277,&quot;27135&quot;:5278,&quot;27402&quot;:5279,&quot;27129&quot;:5280,&quot;27122&quot;:5281,&quot;27111&quot;:5282,&quot;27141&quot;:5283,&quot;27057&quot;:5284,&quot;27166&quot;:5285,&quot;27117&quot;:5286,&quot;27156&quot;:5287,&quot;27115&quot;:5288,&quot;27146&quot;:5289,&quot;27154&quot;:5290,&quot;27329&quot;:5291,&quot;27171&quot;:5292,&quot;27155&quot;:5293,&quot;27204&quot;:5294,&quot;27148&quot;:5295,&quot;27250&quot;:5296,&quot;27190&quot;:5297,&quot;27256&quot;:5298,&quot;27207&quot;:5299,&quot;27234&quot;:5300,&quot;27225&quot;:5301,&quot;27238&quot;:5302,&quot;27208&quot;:5303,&quot;27192&quot;:5304,&quot;27170&quot;:5305,&quot;27280&quot;:5306,&quot;27277&quot;:5307,&quot;27296&quot;:5308,&quot;27268&quot;:5309,&quot;27298&quot;:5310,&quot;27299&quot;:5311,&quot;27287&quot;:5312,&quot;34327&quot;:5313,&quot;27323&quot;:5314,&quot;27331&quot;:5315,&quot;27330&quot;:5316,&quot;27320&quot;:5317,&quot;27315&quot;:5318,&quot;27308&quot;:5319,&quot;27358&quot;:5320,&quot;27345&quot;:5321,&quot;27359&quot;:5322,&quot;27306&quot;:5323,&quot;27354&quot;:5324,&quot;27370&quot;:5325,&quot;27387&quot;:5326,&quot;27397&quot;:5327,&quot;34326&quot;:5328,&quot;27386&quot;:5329,&quot;27410&quot;:5330,&quot;27414&quot;:5331,&quot;39729&quot;:5332,&quot;27423&quot;:5333,&quot;27448&quot;:5334,&quot;27447&quot;:5335,&quot;30428&quot;:5336,&quot;27449&quot;:5337,&quot;39150&quot;:5338,&quot;27463&quot;:5339,&quot;27459&quot;:5340,&quot;27465&quot;:5341,&quot;27472&quot;:5342,&quot;27481&quot;:5343,&quot;27476&quot;:5344,&quot;27483&quot;:5345,&quot;27487&quot;:5346,&quot;27489&quot;:5347,&quot;27512&quot;:5348,&quot;12109&quot;:5349,&quot;27513&quot;:5349,&quot;27519&quot;:5350,&quot;27520&quot;:5351,&quot;27524&quot;:5352,&quot;27523&quot;:5353,&quot;27533&quot;:5354,&quot;27544&quot;:5355,&quot;27541&quot;:5356,&quot;27550&quot;:5357,&quot;27556&quot;:5358,&quot;27562&quot;:5359,&quot;27563&quot;:5360,&quot;27567&quot;:5361,&quot;27570&quot;:5362,&quot;27569&quot;:5363,&quot;12110&quot;:5364,&quot;27571&quot;:5364,&quot;27575&quot;:5365,&quot;27580&quot;:5366,&quot;27590&quot;:5367,&quot;12111&quot;:5368,&quot;27595&quot;:5368,&quot;27603&quot;:5369,&quot;27615&quot;:5370,&quot;27628&quot;:5371,&quot;27627&quot;:5372,&quot;27635&quot;:5373,&quot;27631&quot;:5374,&quot;40638&quot;:5375,&quot;27656&quot;:5376,&quot;27667&quot;:5377,&quot;12115&quot;:5378,&quot;27668&quot;:5378,&quot;27675&quot;:5379,&quot;27684&quot;:5380,&quot;27683&quot;:5381,&quot;27742&quot;:5382,&quot;27733&quot;:5383,&quot;27746&quot;:5384,&quot;27754&quot;:5385,&quot;27778&quot;:5386,&quot;27789&quot;:5387,&quot;27802&quot;:5388,&quot;27777&quot;:5389,&quot;27803&quot;:5390,&quot;27774&quot;:5391,&quot;27752&quot;:5392,&quot;27763&quot;:5393,&quot;27794&quot;:5394,&quot;27792&quot;:5395,&quot;27844&quot;:5396,&quot;27889&quot;:5397,&quot;27859&quot;:5398,&quot;27837&quot;:5399,&quot;27863&quot;:5400,&quot;27845&quot;:5401,&quot;27869&quot;:5402,&quot;27822&quot;:5403,&quot;27825&quot;:5404,&quot;27838&quot;:5405,&quot;27834&quot;:5406,&quot;27867&quot;:5407,&quot;27887&quot;:5408,&quot;27865&quot;:5409,&quot;27882&quot;:5410,&quot;27935&quot;:5411,&quot;34893&quot;:5412,&quot;27958&quot;:5413,&quot;27947&quot;:5414,&quot;27965&quot;:5415,&quot;27960&quot;:5416,&quot;27929&quot;:5417,&quot;27957&quot;:5418,&quot;27955&quot;:5419,&quot;27922&quot;:5420,&quot;27916&quot;:5421,&quot;28003&quot;:5422,&quot;28051&quot;:5423,&quot;28004&quot;:5424,&quot;27994&quot;:5425,&quot;28025&quot;:5426,&quot;27993&quot;:5427,&quot;28046&quot;:5428,&quot;28053&quot;:5429,&quot;28644&quot;:5430,&quot;28037&quot;:5431,&quot;28153&quot;:5432,&quot;28181&quot;:5433,&quot;28170&quot;:5434,&quot;28085&quot;:5435,&quot;28103&quot;:5436,&quot;28134&quot;:5437,&quot;28088&quot;:5438,&quot;28102&quot;:5439,&quot;28140&quot;:5440,&quot;28126&quot;:5441,&quot;28108&quot;:5442,&quot;28136&quot;:5443,&quot;28114&quot;:5444,&quot;28101&quot;:5445,&quot;28154&quot;:5446,&quot;28121&quot;:5447,&quot;28132&quot;:5448,&quot;28117&quot;:5449,&quot;28138&quot;:5450,&quot;28142&quot;:5451,&quot;28205&quot;:5452,&quot;28270&quot;:5453,&quot;28206&quot;:5454,&quot;28185&quot;:5455,&quot;28274&quot;:5456,&quot;28255&quot;:5457,&quot;28222&quot;:5458,&quot;28195&quot;:5459,&quot;28267&quot;:5460,&quot;28203&quot;:5461,&quot;28278&quot;:5462,&quot;28237&quot;:5463,&quot;28191&quot;:5464,&quot;28227&quot;:5465,&quot;28218&quot;:5466,&quot;28238&quot;:5467,&quot;28196&quot;:5468,&quot;28415&quot;:5469,&quot;28189&quot;:5470,&quot;28216&quot;:5471,&quot;28290&quot;:5472,&quot;28330&quot;:5473,&quot;28312&quot;:5474,&quot;28361&quot;:5475,&quot;28343&quot;:5476,&quot;28371&quot;:5477,&quot;28349&quot;:5478,&quot;28335&quot;:5479,&quot;28356&quot;:5480,&quot;28338&quot;:5481,&quot;28372&quot;:5482,&quot;28373&quot;:5483,&quot;28303&quot;:5484,&quot;28325&quot;:5485,&quot;28354&quot;:5486,&quot;28319&quot;:5487,&quot;28481&quot;:5488,&quot;28433&quot;:5489,&quot;28748&quot;:5490,&quot;28396&quot;:5491,&quot;28408&quot;:5492,&quot;28414&quot;:5493,&quot;28479&quot;:5494,&quot;28402&quot;:5495,&quot;28465&quot;:5496,&quot;28399&quot;:5497,&quot;28466&quot;:5498,&quot;28364&quot;:5499,&quot;28478&quot;:5500,&quot;28435&quot;:5501,&quot;28407&quot;:5502,&quot;28550&quot;:5503,&quot;28538&quot;:5504,&quot;28536&quot;:5505,&quot;28545&quot;:5506,&quot;28544&quot;:5507,&quot;28527&quot;:5508,&quot;28507&quot;:5509,&quot;28659&quot;:5510,&quot;28525&quot;:5511,&quot;28546&quot;:5512,&quot;28540&quot;:5513,&quot;28504&quot;:5514,&quot;28558&quot;:5515,&quot;28561&quot;:5516,&quot;28610&quot;:5517,&quot;28518&quot;:5518,&quot;28595&quot;:5519,&quot;28579&quot;:5520,&quot;28577&quot;:5521,&quot;28580&quot;:5522,&quot;28601&quot;:5523,&quot;28614&quot;:5524,&quot;28586&quot;:5525,&quot;28639&quot;:5526,&quot;28629&quot;:5527,&quot;28652&quot;:5528,&quot;28628&quot;:5529,&quot;28632&quot;:5530,&quot;28657&quot;:5531,&quot;28654&quot;:5532,&quot;28635&quot;:5533,&quot;28681&quot;:5534,&quot;28683&quot;:5535,&quot;28666&quot;:5536,&quot;28689&quot;:5537,&quot;28673&quot;:5538,&quot;28687&quot;:5539,&quot;28670&quot;:5540,&quot;28699&quot;:5541,&quot;28698&quot;:5542,&quot;28532&quot;:5543,&quot;28701&quot;:5544,&quot;28696&quot;:5545,&quot;28703&quot;:5546,&quot;28720&quot;:5547,&quot;28734&quot;:5548,&quot;28722&quot;:5549,&quot;28753&quot;:5550,&quot;28771&quot;:5551,&quot;28825&quot;:5552,&quot;28818&quot;:5553,&quot;28847&quot;:5554,&quot;28913&quot;:5555,&quot;28844&quot;:5556,&quot;28856&quot;:5557,&quot;28851&quot;:5558,&quot;28846&quot;:5559,&quot;28895&quot;:5560,&quot;28875&quot;:5561,&quot;28893&quot;:5562,&quot;28889&quot;:5563,&quot;28937&quot;:5564,&quot;28925&quot;:5565,&quot;28956&quot;:5566,&quot;28953&quot;:5567,&quot;29029&quot;:5568,&quot;29013&quot;:5569,&quot;29064&quot;:5570,&quot;29030&quot;:5571,&quot;29026&quot;:5572,&quot;29004&quot;:5573,&quot;29014&quot;:5574,&quot;29036&quot;:5575,&quot;29071&quot;:5576,&quot;29179&quot;:5577,&quot;29060&quot;:5578,&quot;29077&quot;:5579,&quot;29096&quot;:5580,&quot;29100&quot;:5581,&quot;29143&quot;:5582,&quot;29113&quot;:5583,&quot;29118&quot;:5584,&quot;29138&quot;:5585,&quot;29129&quot;:5586,&quot;29140&quot;:5587,&quot;29134&quot;:5588,&quot;29152&quot;:5589,&quot;29164&quot;:5590,&quot;29159&quot;:5591,&quot;29173&quot;:5592,&quot;29180&quot;:5593,&quot;29177&quot;:5594,&quot;29183&quot;:5595,&quot;29197&quot;:5596,&quot;29200&quot;:5597,&quot;29211&quot;:5598,&quot;29224&quot;:5599,&quot;29229&quot;:5600,&quot;29228&quot;:5601,&quot;29232&quot;:5602,&quot;29234&quot;:5603,&quot;12120&quot;:5604,&quot;29243&quot;:5604,&quot;29244&quot;:5605,&quot;12121&quot;:5606,&quot;29247&quot;:5606,&quot;29248&quot;:5607,&quot;29254&quot;:5608,&quot;29259&quot;:5609,&quot;29272&quot;:5610,&quot;29300&quot;:5611,&quot;29310&quot;:5612,&quot;29314&quot;:5613,&quot;29313&quot;:5614,&quot;29319&quot;:5615,&quot;29330&quot;:5616,&quot;29334&quot;:5617,&quot;29346&quot;:5618,&quot;29351&quot;:5619,&quot;29369&quot;:5620,&quot;29362&quot;:5621,&quot;29379&quot;:5622,&quot;29382&quot;:5623,&quot;29380&quot;:5624,&quot;29390&quot;:5625,&quot;29394&quot;:5626,&quot;29410&quot;:5627,&quot;29408&quot;:5628,&quot;29409&quot;:5629,&quot;29433&quot;:5630,&quot;29431&quot;:5631,&quot;20495&quot;:5632,&quot;29463&quot;:5633,&quot;29450&quot;:5634,&quot;29468&quot;:5635,&quot;29462&quot;:5636,&quot;29469&quot;:5637,&quot;29492&quot;:5638,&quot;29487&quot;:5639,&quot;29481&quot;:5640,&quot;29477&quot;:5641,&quot;29502&quot;:5642,&quot;29518&quot;:5643,&quot;29519&quot;:5644,&quot;40664&quot;:5645,&quot;29527&quot;:5646,&quot;29546&quot;:5647,&quot;29544&quot;:5648,&quot;29552&quot;:5649,&quot;29560&quot;:5650,&quot;29557&quot;:5651,&quot;29563&quot;:5652,&quot;29562&quot;:5653,&quot;29640&quot;:5654,&quot;29619&quot;:5655,&quot;29646&quot;:5656,&quot;29627&quot;:5657,&quot;29632&quot;:5658,&quot;29669&quot;:5659,&quot;29678&quot;:5660,&quot;29662&quot;:5661,&quot;29858&quot;:5662,&quot;29701&quot;:5663,&quot;29807&quot;:5664,&quot;29733&quot;:5665,&quot;29688&quot;:5666,&quot;29746&quot;:5667,&quot;29754&quot;:5668,&quot;29781&quot;:5669,&quot;29759&quot;:5670,&quot;29791&quot;:5671,&quot;29785&quot;:5672,&quot;29761&quot;:5673,&quot;29788&quot;:5674,&quot;29801&quot;:5675,&quot;29808&quot;:5676,&quot;29795&quot;:5677,&quot;29802&quot;:5678,&quot;29814&quot;:5679,&quot;29822&quot;:5680,&quot;29835&quot;:5681,&quot;29854&quot;:5682,&quot;29863&quot;:5683,&quot;29898&quot;:5684,&quot;29903&quot;:5685,&quot;29908&quot;:5686,&quot;29681&quot;:5687,&quot;29920&quot;:5688,&quot;29923&quot;:5689,&quot;29927&quot;:5690,&quot;29929&quot;:5691,&quot;29934&quot;:5692,&quot;29938&quot;:5693,&quot;29936&quot;:5694,&quot;29937&quot;:5695,&quot;29944&quot;:5696,&quot;29943&quot;:5697,&quot;29956&quot;:5698,&quot;29955&quot;:5699,&quot;29957&quot;:5700,&quot;29964&quot;:5701,&quot;29966&quot;:5702,&quot;29965&quot;:5703,&quot;29973&quot;:5704,&quot;29971&quot;:5705,&quot;29982&quot;:5706,&quot;29990&quot;:5707,&quot;29996&quot;:5708,&quot;30012&quot;:5709,&quot;30020&quot;:5710,&quot;30029&quot;:5711,&quot;30026&quot;:5712,&quot;30025&quot;:5713,&quot;30043&quot;:5714,&quot;30022&quot;:5715,&quot;30042&quot;:5716,&quot;30057&quot;:5717,&quot;30052&quot;:5718,&quot;30055&quot;:5719,&quot;30059&quot;:5720,&quot;30061&quot;:5721,&quot;30072&quot;:5722,&quot;30070&quot;:5723,&quot;30086&quot;:5724,&quot;30087&quot;:5725,&quot;30068&quot;:5726,&quot;30090&quot;:5727,&quot;30089&quot;:5728,&quot;30082&quot;:5729,&quot;30100&quot;:5730,&quot;30106&quot;:5731,&quot;30109&quot;:5732,&quot;30117&quot;:5733,&quot;30115&quot;:5734,&quot;30146&quot;:5735,&quot;30131&quot;:5736,&quot;30147&quot;:5737,&quot;30133&quot;:5738,&quot;30141&quot;:5739,&quot;30136&quot;:5740,&quot;30140&quot;:5741,&quot;30129&quot;:5742,&quot;30157&quot;:5743,&quot;30154&quot;:5744,&quot;30162&quot;:5745,&quot;30169&quot;:5746,&quot;30179&quot;:5747,&quot;30174&quot;:5748,&quot;30206&quot;:5749,&quot;30207&quot;:5750,&quot;30204&quot;:5751,&quot;30209&quot;:5752,&quot;30192&quot;:5753,&quot;30202&quot;:5754,&quot;30194&quot;:5755,&quot;30195&quot;:5756,&quot;30219&quot;:5757,&quot;30221&quot;:5758,&quot;30217&quot;:5759,&quot;30239&quot;:5760,&quot;30247&quot;:5761,&quot;30240&quot;:5762,&quot;30241&quot;:5763,&quot;30242&quot;:5764,&quot;30244&quot;:5765,&quot;30260&quot;:5766,&quot;30256&quot;:5767,&quot;30267&quot;:5768,&quot;30279&quot;:5769,&quot;30280&quot;:5770,&quot;30278&quot;:5771,&quot;30300&quot;:5772,&quot;30296&quot;:5773,&quot;30305&quot;:5774,&quot;30306&quot;:5775,&quot;30312&quot;:5776,&quot;30313&quot;:5777,&quot;30314&quot;:5778,&quot;30311&quot;:5779,&quot;30316&quot;:5780,&quot;30320&quot;:5781,&quot;30322&quot;:5782,&quot;12136&quot;:5783,&quot;30326&quot;:5783,&quot;30328&quot;:5784,&quot;30332&quot;:5785,&quot;30336&quot;:5786,&quot;30339&quot;:5787,&quot;30344&quot;:5788,&quot;30347&quot;:5789,&quot;30350&quot;:5790,&quot;30358&quot;:5791,&quot;30355&quot;:5792,&quot;30361&quot;:5793,&quot;30362&quot;:5794,&quot;30384&quot;:5795,&quot;30388&quot;:5796,&quot;30392&quot;:5797,&quot;30393&quot;:5798,&quot;30394&quot;:5799,&quot;30402&quot;:5800,&quot;30413&quot;:5801,&quot;30422&quot;:5802,&quot;30418&quot;:5803,&quot;30430&quot;:5804,&quot;30433&quot;:5805,&quot;30437&quot;:5806,&quot;30439&quot;:5807,&quot;30442&quot;:5808,&quot;34351&quot;:5809,&quot;30459&quot;:5810,&quot;30472&quot;:5811,&quot;30471&quot;:5812,&quot;30468&quot;:5813,&quot;30505&quot;:5814,&quot;30500&quot;:5815,&quot;30494&quot;:5816,&quot;30501&quot;:5817,&quot;30502&quot;:5818,&quot;30491&quot;:5819,&quot;30519&quot;:5820,&quot;30520&quot;:5821,&quot;30535&quot;:5822,&quot;30554&quot;:5823,&quot;30568&quot;:5824,&quot;30571&quot;:5825,&quot;30555&quot;:5826,&quot;30565&quot;:5827,&quot;30591&quot;:5828,&quot;30590&quot;:5829,&quot;30585&quot;:5830,&quot;30606&quot;:5831,&quot;30603&quot;:5832,&quot;30609&quot;:5833,&quot;30624&quot;:5834,&quot;30622&quot;:5835,&quot;30640&quot;:5836,&quot;30646&quot;:5837,&quot;30649&quot;:5838,&quot;30655&quot;:5839,&quot;30652&quot;:5840,&quot;30653&quot;:5841,&quot;30651&quot;:5842,&quot;30663&quot;:5843,&quot;30669&quot;:5844,&quot;30679&quot;:5845,&quot;30682&quot;:5846,&quot;30684&quot;:5847,&quot;30691&quot;:5848,&quot;30702&quot;:5849,&quot;30716&quot;:5850,&quot;30732&quot;:5851,&quot;30738&quot;:5852,&quot;31014&quot;:5853,&quot;30752&quot;:5854,&quot;31018&quot;:5855,&quot;30789&quot;:5856,&quot;30862&quot;:5857,&quot;30836&quot;:5858,&quot;30854&quot;:5859,&quot;30844&quot;:5860,&quot;30874&quot;:5861,&quot;30860&quot;:5862,&quot;30883&quot;:5863,&quot;30901&quot;:5864,&quot;30890&quot;:5865,&quot;30895&quot;:5866,&quot;30929&quot;:5867,&quot;30918&quot;:5868,&quot;30923&quot;:5869,&quot;30932&quot;:5870,&quot;30910&quot;:5871,&quot;30908&quot;:5872,&quot;30917&quot;:5873,&quot;30922&quot;:5874,&quot;30956&quot;:5875,&quot;30951&quot;:5876,&quot;30938&quot;:5877,&quot;30973&quot;:5878,&quot;30964&quot;:5879,&quot;30983&quot;:5880,&quot;30994&quot;:5881,&quot;30993&quot;:5882,&quot;31001&quot;:5883,&quot;31020&quot;:5884,&quot;31019&quot;:5885,&quot;31040&quot;:5886,&quot;31072&quot;:5887,&quot;31063&quot;:5888,&quot;31071&quot;:5889,&quot;31066&quot;:5890,&quot;31061&quot;:5891,&quot;31059&quot;:5892,&quot;31098&quot;:5893,&quot;31103&quot;:5894,&quot;31114&quot;:5895,&quot;31133&quot;:5896,&quot;31143&quot;:5897,&quot;40779&quot;:5898,&quot;31146&quot;:5899,&quot;31150&quot;:5900,&quot;31155&quot;:5901,&quot;31161&quot;:5902,&quot;31162&quot;:5903,&quot;31177&quot;:5904,&quot;31189&quot;:5905,&quot;31207&quot;:5906,&quot;31212&quot;:5907,&quot;31201&quot;:5908,&quot;31203&quot;:5909,&quot;31240&quot;:5910,&quot;31245&quot;:5911,&quot;31256&quot;:5912,&quot;31257&quot;:5913,&quot;31264&quot;:5914,&quot;31263&quot;:5915,&quot;31104&quot;:5916,&quot;31281&quot;:5917,&quot;31291&quot;:5918,&quot;31294&quot;:5919,&quot;31287&quot;:5920,&quot;31299&quot;:5921,&quot;31319&quot;:5922,&quot;31305&quot;:5923,&quot;31329&quot;:5924,&quot;31330&quot;:5925,&quot;31337&quot;:5926,&quot;40861&quot;:5927,&quot;31344&quot;:5928,&quot;31353&quot;:5929,&quot;31357&quot;:5930,&quot;31368&quot;:5931,&quot;31383&quot;:5932,&quot;31381&quot;:5933,&quot;31384&quot;:5934,&quot;31382&quot;:5935,&quot;31401&quot;:5936,&quot;31432&quot;:5937,&quot;31408&quot;:5938,&quot;31414&quot;:5939,&quot;31429&quot;:5940,&quot;31428&quot;:5941,&quot;31423&quot;:5942,&quot;36995&quot;:5943,&quot;31431&quot;:5944,&quot;31434&quot;:5945,&quot;31437&quot;:5946,&quot;31439&quot;:5947,&quot;31445&quot;:5948,&quot;31443&quot;:5949,&quot;31449&quot;:5950,&quot;31450&quot;:5951,&quot;31453&quot;:5952,&quot;31457&quot;:5953,&quot;31458&quot;:5954,&quot;31462&quot;:5955,&quot;31469&quot;:5956,&quot;31472&quot;:5957,&quot;31490&quot;:5958,&quot;31503&quot;:5959,&quot;31498&quot;:5960,&quot;31494&quot;:5961,&quot;31539&quot;:5962,&quot;31512&quot;:5963,&quot;31513&quot;:5964,&quot;31518&quot;:5965,&quot;31541&quot;:5966,&quot;31528&quot;:5967,&quot;31542&quot;:5968,&quot;31568&quot;:5969,&quot;31610&quot;:5970,&quot;31492&quot;:5971,&quot;31565&quot;:5972,&quot;31499&quot;:5973,&quot;31564&quot;:5974,&quot;31557&quot;:5975,&quot;31605&quot;:5976,&quot;31589&quot;:5977,&quot;31604&quot;:5978,&quot;31591&quot;:5979,&quot;31600&quot;:5980,&quot;31601&quot;:5981,&quot;31596&quot;:5982,&quot;31598&quot;:5983,&quot;31645&quot;:5984,&quot;31640&quot;:5985,&quot;31647&quot;:5986,&quot;31629&quot;:5987,&quot;31644&quot;:5988,&quot;31642&quot;:5989,&quot;31627&quot;:5990,&quot;31634&quot;:5991,&quot;31631&quot;:5992,&quot;31581&quot;:5993,&quot;31641&quot;:5994,&quot;31691&quot;:5995,&quot;31681&quot;:5996,&quot;31692&quot;:5997,&quot;31695&quot;:5998,&quot;31668&quot;:5999,&quot;31686&quot;:6000,&quot;31709&quot;:6001,&quot;31721&quot;:6002,&quot;31761&quot;:6003,&quot;31764&quot;:6004,&quot;31718&quot;:6005,&quot;31717&quot;:6006,&quot;31840&quot;:6007,&quot;31744&quot;:6008,&quot;31751&quot;:6009,&quot;31763&quot;:6010,&quot;31731&quot;:6011,&quot;31735&quot;:6012,&quot;31767&quot;:6013,&quot;31757&quot;:6014,&quot;31734&quot;:6015,&quot;31779&quot;:6016,&quot;31783&quot;:6017,&quot;31786&quot;:6018,&quot;31775&quot;:6019,&quot;31799&quot;:6020,&quot;31787&quot;:6021,&quot;31805&quot;:6022,&quot;31820&quot;:6023,&quot;31811&quot;:6024,&quot;31828&quot;:6025,&quot;31823&quot;:6026,&quot;31808&quot;:6027,&quot;31824&quot;:6028,&quot;31832&quot;:6029,&quot;31839&quot;:6030,&quot;31844&quot;:6031,&quot;31830&quot;:6032,&quot;31845&quot;:6033,&quot;31852&quot;:6034,&quot;31861&quot;:6035,&quot;31875&quot;:6036,&quot;31888&quot;:6037,&quot;31908&quot;:6038,&quot;31917&quot;:6039,&quot;31906&quot;:6040,&quot;31915&quot;:6041,&quot;31905&quot;:6042,&quot;31912&quot;:6043,&quot;31923&quot;:6044,&quot;31922&quot;:6045,&quot;31921&quot;:6046,&quot;31918&quot;:6047,&quot;31929&quot;:6048,&quot;31933&quot;:6049,&quot;31936&quot;:6050,&quot;31941&quot;:6051,&quot;31938&quot;:6052,&quot;31960&quot;:6053,&quot;31954&quot;:6054,&quot;31964&quot;:6055,&quot;31970&quot;:6056,&quot;39739&quot;:6057,&quot;31983&quot;:6058,&quot;31986&quot;:6059,&quot;31988&quot;:6060,&quot;31990&quot;:6061,&quot;31994&quot;:6062,&quot;32006&quot;:6063,&quot;32002&quot;:6064,&quot;32028&quot;:6065,&quot;32021&quot;:6066,&quot;32010&quot;:6067,&quot;32069&quot;:6068,&quot;32075&quot;:6069,&quot;32046&quot;:6070,&quot;32050&quot;:6071,&quot;32063&quot;:6072,&quot;32053&quot;:6073,&quot;32070&quot;:6074,&quot;32115&quot;:6075,&quot;32086&quot;:6076,&quot;32078&quot;:6077,&quot;32114&quot;:6078,&quot;32104&quot;:6079,&quot;32110&quot;:6080,&quot;32079&quot;:6081,&quot;32099&quot;:6082,&quot;32147&quot;:6083,&quot;32137&quot;:6084,&quot;32091&quot;:6085,&quot;32143&quot;:6086,&quot;32125&quot;:6087,&quot;32155&quot;:6088,&quot;32186&quot;:6089,&quot;32174&quot;:6090,&quot;32163&quot;:6091,&quot;32181&quot;:6092,&quot;32199&quot;:6093,&quot;32189&quot;:6094,&quot;32171&quot;:6095,&quot;32317&quot;:6096,&quot;32162&quot;:6097,&quot;32175&quot;:6098,&quot;32220&quot;:6099,&quot;32184&quot;:6100,&quot;32159&quot;:6101,&quot;32176&quot;:6102,&quot;32216&quot;:6103,&quot;32221&quot;:6104,&quot;32228&quot;:6105,&quot;32222&quot;:6106,&quot;32251&quot;:6107,&quot;32242&quot;:6108,&quot;32225&quot;:6109,&quot;32261&quot;:6110,&quot;32266&quot;:6111,&quot;32291&quot;:6112,&quot;32289&quot;:6113,&quot;32274&quot;:6114,&quot;32305&quot;:6115,&quot;32287&quot;:6116,&quot;32265&quot;:6117,&quot;32267&quot;:6118,&quot;32290&quot;:6119,&quot;32326&quot;:6120,&quot;32358&quot;:6121,&quot;32315&quot;:6122,&quot;32309&quot;:6123,&quot;32313&quot;:6124,&quot;32323&quot;:6125,&quot;32311&quot;:6126,&quot;32306&quot;:6127,&quot;32314&quot;:6128,&quot;32359&quot;:6129,&quot;32349&quot;:6130,&quot;32342&quot;:6131,&quot;32350&quot;:6132,&quot;32345&quot;:6133,&quot;32346&quot;:6134,&quot;32377&quot;:6135,&quot;32362&quot;:6136,&quot;32361&quot;:6137,&quot;32380&quot;:6138,&quot;32379&quot;:6139,&quot;32387&quot;:6140,&quot;32213&quot;:6141,&quot;32381&quot;:6142,&quot;36782&quot;:6143,&quot;32383&quot;:6144,&quot;32392&quot;:6145,&quot;32393&quot;:6146,&quot;32396&quot;:6147,&quot;32402&quot;:6148,&quot;32400&quot;:6149,&quot;32403&quot;:6150,&quot;32404&quot;:6151,&quot;32406&quot;:6152,&quot;32398&quot;:6153,&quot;32411&quot;:6154,&quot;32412&quot;:6155,&quot;32568&quot;:6156,&quot;32570&quot;:6157,&quot;32581&quot;:6158,&quot;32588&quot;:6159,&quot;32589&quot;:6160,&quot;32590&quot;:6161,&quot;32592&quot;:6162,&quot;12153&quot;:6163,&quot;32593&quot;:6163,&quot;32597&quot;:6164,&quot;32596&quot;:6165,&quot;32600&quot;:6166,&quot;32607&quot;:6167,&quot;32608&quot;:6168,&quot;32616&quot;:6169,&quot;32617&quot;:6170,&quot;32615&quot;:6171,&quot;32632&quot;:6172,&quot;32642&quot;:6173,&quot;32646&quot;:6174,&quot;32643&quot;:6175,&quot;32648&quot;:6176,&quot;32647&quot;:6177,&quot;32652&quot;:6178,&quot;32660&quot;:6179,&quot;32670&quot;:6180,&quot;32669&quot;:6181,&quot;32666&quot;:6182,&quot;32675&quot;:6183,&quot;32687&quot;:6184,&quot;32690&quot;:6185,&quot;32697&quot;:6186,&quot;32686&quot;:6187,&quot;32694&quot;:6188,&quot;32696&quot;:6189,&quot;35697&quot;:6190,&quot;32709&quot;:6191,&quot;32710&quot;:6192,&quot;32714&quot;:6193,&quot;32725&quot;:6194,&quot;32724&quot;:6195,&quot;32737&quot;:6196,&quot;32742&quot;:6197,&quot;32745&quot;:6198,&quot;32755&quot;:6199,&quot;32761&quot;:6200,&quot;39132&quot;:6201,&quot;32774&quot;:6202,&quot;32772&quot;:6203,&quot;32779&quot;:6204,&quot;12158&quot;:6205,&quot;32786&quot;:6205,&quot;32792&quot;:6206,&quot;32793&quot;:6207,&quot;32796&quot;:6208,&quot;32801&quot;:6209,&quot;32808&quot;:6210,&quot;32831&quot;:6211,&quot;32827&quot;:6212,&quot;32842&quot;:6213,&quot;32838&quot;:6214,&quot;32850&quot;:6215,&quot;32856&quot;:6216,&quot;32858&quot;:6217,&quot;32863&quot;:6218,&quot;32866&quot;:6219,&quot;32872&quot;:6220,&quot;32883&quot;:6221,&quot;32882&quot;:6222,&quot;32880&quot;:6223,&quot;32886&quot;:6224,&quot;32889&quot;:6225,&quot;32893&quot;:6226,&quot;12160&quot;:6227,&quot;32895&quot;:6227,&quot;32900&quot;:6228,&quot;32902&quot;:6229,&quot;32901&quot;:6230,&quot;32923&quot;:6231,&quot;32915&quot;:6232,&quot;32922&quot;:6233,&quot;32941&quot;:6234,&quot;20880&quot;:6235,&quot;32940&quot;:6236,&quot;32987&quot;:6237,&quot;32997&quot;:6238,&quot;32985&quot;:6239,&quot;32989&quot;:6240,&quot;32964&quot;:6241,&quot;32986&quot;:6242,&quot;32982&quot;:6243,&quot;33033&quot;:6244,&quot;33007&quot;:6245,&quot;33009&quot;:6246,&quot;33051&quot;:6247,&quot;33065&quot;:6248,&quot;33059&quot;:6249,&quot;33071&quot;:6250,&quot;33099&quot;:6251,&quot;38539&quot;:6252,&quot;33094&quot;:6253,&quot;33086&quot;:6254,&quot;33107&quot;:6255,&quot;33105&quot;:6256,&quot;33020&quot;:6257,&quot;33137&quot;:6258,&quot;33134&quot;:6259,&quot;33125&quot;:6260,&quot;33126&quot;:6261,&quot;33140&quot;:6262,&quot;33155&quot;:6263,&quot;33160&quot;:6264,&quot;33162&quot;:6265,&quot;33152&quot;:6266,&quot;33154&quot;:6267,&quot;33184&quot;:6268,&quot;33173&quot;:6269,&quot;33188&quot;:6270,&quot;33187&quot;:6271,&quot;33119&quot;:6272,&quot;33171&quot;:6273,&quot;33193&quot;:6274,&quot;33200&quot;:6275,&quot;33205&quot;:6276,&quot;33214&quot;:6277,&quot;33208&quot;:6278,&quot;33213&quot;:6279,&quot;33216&quot;:6280,&quot;33218&quot;:6281,&quot;33210&quot;:6282,&quot;33225&quot;:6283,&quot;33229&quot;:6284,&quot;33233&quot;:6285,&quot;33241&quot;:6286,&quot;33240&quot;:6287,&quot;33224&quot;:6288,&quot;33242&quot;:6289,&quot;33247&quot;:6290,&quot;33248&quot;:6291,&quot;33255&quot;:6292,&quot;33274&quot;:6293,&quot;33275&quot;:6294,&quot;33278&quot;:6295,&quot;33281&quot;:6296,&quot;33282&quot;:6297,&quot;33285&quot;:6298,&quot;33287&quot;:6299,&quot;33290&quot;:6300,&quot;33293&quot;:6301,&quot;33296&quot;:6302,&quot;33302&quot;:6303,&quot;33321&quot;:6304,&quot;33323&quot;:6305,&quot;33336&quot;:6306,&quot;33331&quot;:6307,&quot;33344&quot;:6308,&quot;33369&quot;:6309,&quot;33368&quot;:6310,&quot;33373&quot;:6311,&quot;33370&quot;:6312,&quot;33375&quot;:6313,&quot;33380&quot;:6314,&quot;33378&quot;:6315,&quot;33384&quot;:6316,&quot;33386&quot;:6317,&quot;33387&quot;:6318,&quot;33326&quot;:6319,&quot;33393&quot;:6320,&quot;33399&quot;:6321,&quot;12171&quot;:6322,&quot;33400&quot;:6322,&quot;33406&quot;:6323,&quot;33421&quot;:6324,&quot;33426&quot;:6325,&quot;33451&quot;:6326,&quot;33439&quot;:6327,&quot;33467&quot;:6328,&quot;33452&quot;:6329,&quot;33505&quot;:6330,&quot;33507&quot;:6331,&quot;33503&quot;:6332,&quot;33490&quot;:6333,&quot;33524&quot;:6334,&quot;33523&quot;:6335,&quot;33530&quot;:6336,&quot;33683&quot;:6337,&quot;33539&quot;:6338,&quot;33531&quot;:6339,&quot;33529&quot;:6340,&quot;33502&quot;:6341,&quot;33542&quot;:6342,&quot;33500&quot;:6343,&quot;33545&quot;:6344,&quot;33497&quot;:6345,&quot;33589&quot;:6346,&quot;33588&quot;:6347,&quot;33558&quot;:6348,&quot;33586&quot;:6349,&quot;33585&quot;:6350,&quot;33600&quot;:6351,&quot;33593&quot;:6352,&quot;33616&quot;:6353,&quot;33605&quot;:6354,&quot;33583&quot;:6355,&quot;33579&quot;:6356,&quot;33559&quot;:6357,&quot;33560&quot;:6358,&quot;33669&quot;:6359,&quot;33690&quot;:6360,&quot;33706&quot;:6361,&quot;33695&quot;:6362,&quot;33698&quot;:6363,&quot;33686&quot;:6364,&quot;33571&quot;:6365,&quot;33678&quot;:6366,&quot;33671&quot;:6367,&quot;33674&quot;:6368,&quot;33660&quot;:6369,&quot;33717&quot;:6370,&quot;33651&quot;:6371,&quot;33653&quot;:6372,&quot;33696&quot;:6373,&quot;33673&quot;:6374,&quot;33704&quot;:6375,&quot;33780&quot;:6376,&quot;33811&quot;:6377,&quot;33771&quot;:6378,&quot;33742&quot;:6379,&quot;33789&quot;:6380,&quot;33795&quot;:6381,&quot;33752&quot;:6382,&quot;33803&quot;:6383,&quot;33729&quot;:6384,&quot;33783&quot;:6385,&quot;33799&quot;:6386,&quot;33760&quot;:6387,&quot;33778&quot;:6388,&quot;33805&quot;:6389,&quot;33826&quot;:6390,&quot;33824&quot;:6391,&quot;33725&quot;:6392,&quot;33848&quot;:6393,&quot;34054&quot;:6394,&quot;33787&quot;:6395,&quot;33901&quot;:6396,&quot;33834&quot;:6397,&quot;33852&quot;:6398,&quot;34138&quot;:6399,&quot;33924&quot;:6400,&quot;33911&quot;:6401,&quot;33899&quot;:6402,&quot;33965&quot;:6403,&quot;33902&quot;:6404,&quot;33922&quot;:6405,&quot;33897&quot;:6406,&quot;33862&quot;:6407,&quot;33836&quot;:6408,&quot;33903&quot;:6409,&quot;33913&quot;:6410,&quot;33845&quot;:6411,&quot;33994&quot;:6412,&quot;33890&quot;:6413,&quot;33977&quot;:6414,&quot;33983&quot;:6415,&quot;33951&quot;:6416,&quot;34009&quot;:6417,&quot;33997&quot;:6418,&quot;33979&quot;:6419,&quot;34010&quot;:6420,&quot;34000&quot;:6421,&quot;33985&quot;:6422,&quot;33990&quot;:6423,&quot;34006&quot;:6424,&quot;33953&quot;:6425,&quot;34081&quot;:6426,&quot;34047&quot;:6427,&quot;34036&quot;:6428,&quot;34071&quot;:6429,&quot;34072&quot;:6430,&quot;34092&quot;:6431,&quot;34079&quot;:6432,&quot;34069&quot;:6433,&quot;34068&quot;:6434,&quot;34044&quot;:6435,&quot;34112&quot;:6436,&quot;34147&quot;:6437,&quot;34136&quot;:6438,&quot;34120&quot;:6439,&quot;34113&quot;:6440,&quot;34306&quot;:6441,&quot;34123&quot;:6442,&quot;34133&quot;:6443,&quot;34176&quot;:6444,&quot;34212&quot;:6445,&quot;34184&quot;:6446,&quot;34193&quot;:6447,&quot;34186&quot;:6448,&quot;34216&quot;:6449,&quot;34157&quot;:6450,&quot;34196&quot;:6451,&quot;34203&quot;:6452,&quot;34282&quot;:6453,&quot;34183&quot;:6454,&quot;34204&quot;:6455,&quot;34167&quot;:6456,&quot;34174&quot;:6457,&quot;34192&quot;:6458,&quot;34249&quot;:6459,&quot;34234&quot;:6460,&quot;34255&quot;:6461,&quot;34233&quot;:6462,&quot;34256&quot;:6463,&quot;34261&quot;:6464,&quot;34269&quot;:6465,&quot;34277&quot;:6466,&quot;34268&quot;:6467,&quot;34297&quot;:6468,&quot;34314&quot;:6469,&quot;34323&quot;:6470,&quot;34315&quot;:6471,&quot;34302&quot;:6472,&quot;34298&quot;:6473,&quot;34310&quot;:6474,&quot;34338&quot;:6475,&quot;34330&quot;:6476,&quot;34352&quot;:6477,&quot;34367&quot;:6478,&quot;12172&quot;:6479,&quot;34381&quot;:6479,&quot;20053&quot;:6480,&quot;34388&quot;:6481,&quot;34399&quot;:6482,&quot;34407&quot;:6483,&quot;34417&quot;:6484,&quot;34451&quot;:6485,&quot;34467&quot;:6486,&quot;34473&quot;:6487,&quot;34474&quot;:6488,&quot;34443&quot;:6489,&quot;34444&quot;:6490,&quot;34486&quot;:6491,&quot;34479&quot;:6492,&quot;34500&quot;:6493,&quot;34502&quot;:6494,&quot;34480&quot;:6495,&quot;34505&quot;:6496,&quot;34851&quot;:6497,&quot;34475&quot;:6498,&quot;34516&quot;:6499,&quot;34526&quot;:6500,&quot;34537&quot;:6501,&quot;34540&quot;:6502,&quot;34527&quot;:6503,&quot;34523&quot;:6504,&quot;34543&quot;:6505,&quot;34578&quot;:6506,&quot;34566&quot;:6507,&quot;34568&quot;:6508,&quot;34560&quot;:6509,&quot;34563&quot;:6510,&quot;34555&quot;:6511,&quot;34577&quot;:6512,&quot;34569&quot;:6513,&quot;34573&quot;:6514,&quot;34553&quot;:6515,&quot;34570&quot;:6516,&quot;34612&quot;:6517,&quot;34623&quot;:6518,&quot;34615&quot;:6519,&quot;34619&quot;:6520,&quot;34597&quot;:6521,&quot;34601&quot;:6522,&quot;34586&quot;:6523,&quot;34656&quot;:6524,&quot;34655&quot;:6525,&quot;34680&quot;:6526,&quot;34636&quot;:6527,&quot;34638&quot;:6528,&quot;34676&quot;:6529,&quot;34647&quot;:6530,&quot;34664&quot;:6531,&quot;34670&quot;:6532,&quot;34649&quot;:6533,&quot;34643&quot;:6534,&quot;34659&quot;:6535,&quot;34666&quot;:6536,&quot;34821&quot;:6537,&quot;34722&quot;:6538,&quot;34719&quot;:6539,&quot;34690&quot;:6540,&quot;34735&quot;:6541,&quot;34763&quot;:6542,&quot;34749&quot;:6543,&quot;34752&quot;:6544,&quot;34768&quot;:6545,&quot;38614&quot;:6546,&quot;34731&quot;:6547,&quot;34756&quot;:6548,&quot;34739&quot;:6549,&quot;34759&quot;:6550,&quot;34758&quot;:6551,&quot;34747&quot;:6552,&quot;34799&quot;:6553,&quot;34802&quot;:6554,&quot;34784&quot;:6555,&quot;34831&quot;:6556,&quot;34829&quot;:6557,&quot;34814&quot;:6558,&quot;34806&quot;:6559,&quot;34807&quot;:6560,&quot;34830&quot;:6561,&quot;34770&quot;:6562,&quot;34833&quot;:6563,&quot;34838&quot;:6564,&quot;34837&quot;:6565,&quot;34850&quot;:6566,&quot;34849&quot;:6567,&quot;34865&quot;:6568,&quot;34870&quot;:6569,&quot;34873&quot;:6570,&quot;34855&quot;:6571,&quot;34875&quot;:6572,&quot;34884&quot;:6573,&quot;34882&quot;:6574,&quot;34898&quot;:6575,&quot;34905&quot;:6576,&quot;34910&quot;:6577,&quot;34914&quot;:6578,&quot;34923&quot;:6579,&quot;34945&quot;:6580,&quot;34942&quot;:6581,&quot;34974&quot;:6582,&quot;34933&quot;:6583,&quot;34941&quot;:6584,&quot;34997&quot;:6585,&quot;34930&quot;:6586,&quot;34946&quot;:6587,&quot;34967&quot;:6588,&quot;34962&quot;:6589,&quot;34990&quot;:6590,&quot;34969&quot;:6591,&quot;34978&quot;:6592,&quot;34957&quot;:6593,&quot;34980&quot;:6594,&quot;34992&quot;:6595,&quot;35007&quot;:6596,&quot;34993&quot;:6597,&quot;35011&quot;:6598,&quot;35012&quot;:6599,&quot;35028&quot;:6600,&quot;35032&quot;:6601,&quot;35033&quot;:6602,&quot;35037&quot;:6603,&quot;35065&quot;:6604,&quot;35074&quot;:6605,&quot;35068&quot;:6606,&quot;35060&quot;:6607,&quot;35048&quot;:6608,&quot;35058&quot;:6609,&quot;35076&quot;:6610,&quot;35084&quot;:6611,&quot;35082&quot;:6612,&quot;35091&quot;:6613,&quot;35139&quot;:6614,&quot;35102&quot;:6615,&quot;35109&quot;:6616,&quot;35114&quot;:6617,&quot;35115&quot;:6618,&quot;35137&quot;:6619,&quot;35140&quot;:6620,&quot;35131&quot;:6621,&quot;35126&quot;:6622,&quot;35128&quot;:6623,&quot;35148&quot;:6624,&quot;35101&quot;:6625,&quot;35168&quot;:6626,&quot;35166&quot;:6627,&quot;35174&quot;:6628,&quot;35172&quot;:6629,&quot;35181&quot;:6630,&quot;35178&quot;:6631,&quot;35183&quot;:6632,&quot;35188&quot;:6633,&quot;35191&quot;:6634,&quot;12177&quot;:6635,&quot;35198&quot;:6635,&quot;35203&quot;:6636,&quot;35208&quot;:6637,&quot;35210&quot;:6638,&quot;35219&quot;:6639,&quot;35224&quot;:6640,&quot;35233&quot;:6641,&quot;35241&quot;:6642,&quot;35238&quot;:6643,&quot;35244&quot;:6644,&quot;35247&quot;:6645,&quot;35250&quot;:6646,&quot;35258&quot;:6647,&quot;35261&quot;:6648,&quot;35263&quot;:6649,&quot;35264&quot;:6650,&quot;35290&quot;:6651,&quot;35292&quot;:6652,&quot;35293&quot;:6653,&quot;35303&quot;:6654,&quot;35316&quot;:6655,&quot;35320&quot;:6656,&quot;35331&quot;:6657,&quot;35350&quot;:6658,&quot;35344&quot;:6659,&quot;35340&quot;:6660,&quot;35355&quot;:6661,&quot;35357&quot;:6662,&quot;35365&quot;:6663,&quot;35382&quot;:6664,&quot;35393&quot;:6665,&quot;35419&quot;:6666,&quot;35410&quot;:6667,&quot;35398&quot;:6668,&quot;35400&quot;:6669,&quot;35452&quot;:6670,&quot;35437&quot;:6671,&quot;35436&quot;:6672,&quot;35426&quot;:6673,&quot;35461&quot;:6674,&quot;35458&quot;:6675,&quot;35460&quot;:6676,&quot;35496&quot;:6677,&quot;35489&quot;:6678,&quot;35473&quot;:6679,&quot;35493&quot;:6680,&quot;35494&quot;:6681,&quot;35482&quot;:6682,&quot;35491&quot;:6683,&quot;35524&quot;:6684,&quot;35533&quot;:6685,&quot;35522&quot;:6686,&quot;35546&quot;:6687,&quot;35563&quot;:6688,&quot;35571&quot;:6689,&quot;35559&quot;:6690,&quot;35556&quot;:6691,&quot;35569&quot;:6692,&quot;35604&quot;:6693,&quot;35552&quot;:6694,&quot;35554&quot;:6695,&quot;35575&quot;:6696,&quot;35550&quot;:6697,&quot;35547&quot;:6698,&quot;35596&quot;:6699,&quot;35591&quot;:6700,&quot;35610&quot;:6701,&quot;35553&quot;:6702,&quot;35606&quot;:6703,&quot;35600&quot;:6704,&quot;35607&quot;:6705,&quot;35616&quot;:6706,&quot;35635&quot;:6707,&quot;38827&quot;:6708,&quot;35622&quot;:6709,&quot;35627&quot;:6710,&quot;35646&quot;:6711,&quot;35624&quot;:6712,&quot;35649&quot;:6713,&quot;35660&quot;:6714,&quot;35663&quot;:6715,&quot;35662&quot;:6716,&quot;35657&quot;:6717,&quot;35670&quot;:6718,&quot;35675&quot;:6719,&quot;35674&quot;:6720,&quot;35691&quot;:6721,&quot;35679&quot;:6722,&quot;35692&quot;:6723,&quot;35695&quot;:6724,&quot;35700&quot;:6725,&quot;35709&quot;:6726,&quot;35712&quot;:6727,&quot;35724&quot;:6728,&quot;35726&quot;:6729,&quot;35730&quot;:6730,&quot;35731&quot;:6731,&quot;35734&quot;:6732,&quot;35737&quot;:6733,&quot;35738&quot;:6734,&quot;35898&quot;:6735,&quot;35905&quot;:6736,&quot;35903&quot;:6737,&quot;35912&quot;:6738,&quot;35916&quot;:6739,&quot;35918&quot;:6740,&quot;35920&quot;:6741,&quot;12183&quot;:6742,&quot;35925&quot;:6742,&quot;35938&quot;:6743,&quot;35948&quot;:6744,&quot;12184&quot;:6745,&quot;35960&quot;:6745,&quot;35962&quot;:6746,&quot;35970&quot;:6747,&quot;35977&quot;:6748,&quot;35973&quot;:6749,&quot;35978&quot;:6750,&quot;35981&quot;:6751,&quot;35982&quot;:6752,&quot;35988&quot;:6753,&quot;35964&quot;:6754,&quot;35992&quot;:6755,&quot;25117&quot;:6756,&quot;36013&quot;:6757,&quot;36010&quot;:6758,&quot;36029&quot;:6759,&quot;36018&quot;:6760,&quot;36019&quot;:6761,&quot;36014&quot;:6762,&quot;36022&quot;:6763,&quot;36040&quot;:6764,&quot;36033&quot;:6765,&quot;36068&quot;:6766,&quot;36067&quot;:6767,&quot;36058&quot;:6768,&quot;36093&quot;:6769,&quot;36090&quot;:6770,&quot;36091&quot;:6771,&quot;36100&quot;:6772,&quot;36101&quot;:6773,&quot;36106&quot;:6774,&quot;36103&quot;:6775,&quot;36111&quot;:6776,&quot;36109&quot;:6777,&quot;36112&quot;:6778,&quot;40782&quot;:6779,&quot;36115&quot;:6780,&quot;36045&quot;:6781,&quot;36116&quot;:6782,&quot;36118&quot;:6783,&quot;36199&quot;:6784,&quot;36205&quot;:6785,&quot;36209&quot;:6786,&quot;36211&quot;:6787,&quot;36225&quot;:6788,&quot;36249&quot;:6789,&quot;36290&quot;:6790,&quot;36286&quot;:6791,&quot;36282&quot;:6792,&quot;36303&quot;:6793,&quot;36314&quot;:6794,&quot;36310&quot;:6795,&quot;36300&quot;:6796,&quot;36315&quot;:6797,&quot;36299&quot;:6798,&quot;36330&quot;:6799,&quot;36331&quot;:6800,&quot;36319&quot;:6801,&quot;36323&quot;:6802,&quot;36348&quot;:6803,&quot;36360&quot;:6804,&quot;36361&quot;:6805,&quot;36351&quot;:6806,&quot;36381&quot;:6807,&quot;36382&quot;:6808,&quot;36368&quot;:6809,&quot;36383&quot;:6810,&quot;36418&quot;:6811,&quot;36405&quot;:6812,&quot;36400&quot;:6813,&quot;36404&quot;:6814,&quot;36426&quot;:6815,&quot;36423&quot;:6816,&quot;36425&quot;:6817,&quot;36428&quot;:6818,&quot;36432&quot;:6819,&quot;36424&quot;:6820,&quot;36441&quot;:6821,&quot;36452&quot;:6822,&quot;36448&quot;:6823,&quot;36394&quot;:6824,&quot;36451&quot;:6825,&quot;36437&quot;:6826,&quot;36470&quot;:6827,&quot;36466&quot;:6828,&quot;36476&quot;:6829,&quot;36481&quot;:6830,&quot;36487&quot;:6831,&quot;36485&quot;:6832,&quot;36484&quot;:6833,&quot;36491&quot;:6834,&quot;36490&quot;:6835,&quot;36499&quot;:6836,&quot;36497&quot;:6837,&quot;36500&quot;:6838,&quot;36505&quot;:6839,&quot;36522&quot;:6840,&quot;36513&quot;:6841,&quot;36524&quot;:6842,&quot;36528&quot;:6843,&quot;36550&quot;:6844,&quot;36529&quot;:6845,&quot;36542&quot;:6846,&quot;36549&quot;:6847,&quot;36552&quot;:6848,&quot;36555&quot;:6849,&quot;36571&quot;:6850,&quot;36579&quot;:6851,&quot;36604&quot;:6852,&quot;36603&quot;:6853,&quot;36587&quot;:6854,&quot;36606&quot;:6855,&quot;36618&quot;:6856,&quot;36613&quot;:6857,&quot;36629&quot;:6858,&quot;36626&quot;:6859,&quot;36633&quot;:6860,&quot;36627&quot;:6861,&quot;36636&quot;:6862,&quot;36639&quot;:6863,&quot;36635&quot;:6864,&quot;36620&quot;:6865,&quot;36646&quot;:6866,&quot;36659&quot;:6867,&quot;36667&quot;:6868,&quot;36665&quot;:6869,&quot;36677&quot;:6870,&quot;36674&quot;:6871,&quot;36670&quot;:6872,&quot;36684&quot;:6873,&quot;36681&quot;:6874,&quot;36678&quot;:6875,&quot;36686&quot;:6876,&quot;36695&quot;:6877,&quot;36700&quot;:6878,&quot;36706&quot;:6879,&quot;36707&quot;:6880,&quot;36708&quot;:6881,&quot;36764&quot;:6882,&quot;36767&quot;:6883,&quot;36771&quot;:6884,&quot;36781&quot;:6885,&quot;36783&quot;:6886,&quot;36791&quot;:6887,&quot;36826&quot;:6888,&quot;36837&quot;:6889,&quot;36834&quot;:6890,&quot;36842&quot;:6891,&quot;36847&quot;:6892,&quot;36999&quot;:6893,&quot;36852&quot;:6894,&quot;36869&quot;:6895,&quot;36857&quot;:6896,&quot;36858&quot;:6897,&quot;36881&quot;:6898,&quot;36885&quot;:6899,&quot;36897&quot;:6900,&quot;36877&quot;:6901,&quot;36894&quot;:6902,&quot;36886&quot;:6903,&quot;36875&quot;:6904,&quot;36903&quot;:6905,&quot;36918&quot;:6906,&quot;36917&quot;:6907,&quot;36921&quot;:6908,&quot;36856&quot;:6909,&quot;36943&quot;:6910,&quot;36944&quot;:6911,&quot;36945&quot;:6912,&quot;36946&quot;:6913,&quot;36878&quot;:6914,&quot;36937&quot;:6915,&quot;36926&quot;:6916,&quot;36950&quot;:6917,&quot;36952&quot;:6918,&quot;36958&quot;:6919,&quot;36968&quot;:6920,&quot;36975&quot;:6921,&quot;36982&quot;:6922,&quot;38568&quot;:6923,&quot;36978&quot;:6924,&quot;36994&quot;:6925,&quot;36989&quot;:6926,&quot;36993&quot;:6927,&quot;36992&quot;:6928,&quot;37002&quot;:6929,&quot;37001&quot;:6930,&quot;37007&quot;:6931,&quot;37032&quot;:6932,&quot;37039&quot;:6933,&quot;37041&quot;:6934,&quot;37045&quot;:6935,&quot;37090&quot;:6936,&quot;37092&quot;:6937,&quot;25160&quot;:6938,&quot;37083&quot;:6939,&quot;37122&quot;:6940,&quot;37138&quot;:6941,&quot;37145&quot;:6942,&quot;37170&quot;:6943,&quot;37168&quot;:6944,&quot;37194&quot;:6945,&quot;37206&quot;:6946,&quot;37208&quot;:6947,&quot;37219&quot;:6948,&quot;37221&quot;:6949,&quot;37225&quot;:6950,&quot;37235&quot;:6951,&quot;37234&quot;:6952,&quot;37259&quot;:6953,&quot;37257&quot;:6954,&quot;37250&quot;:6955,&quot;37282&quot;:6956,&quot;37291&quot;:6957,&quot;37295&quot;:6958,&quot;37290&quot;:6959,&quot;37301&quot;:6960,&quot;37300&quot;:6961,&quot;37306&quot;:6962,&quot;37312&quot;:6963,&quot;37313&quot;:6964,&quot;37321&quot;:6965,&quot;37323&quot;:6966,&quot;37328&quot;:6967,&quot;37334&quot;:6968,&quot;37343&quot;:6969,&quot;37345&quot;:6970,&quot;37339&quot;:6971,&quot;37372&quot;:6972,&quot;37365&quot;:6973,&quot;37366&quot;:6974,&quot;37406&quot;:6975,&quot;37375&quot;:6976,&quot;37396&quot;:6977,&quot;37420&quot;:6978,&quot;37397&quot;:6979,&quot;37393&quot;:6980,&quot;37470&quot;:6981,&quot;37463&quot;:6982,&quot;37445&quot;:6983,&quot;37449&quot;:6984,&quot;37476&quot;:6985,&quot;37448&quot;:6986,&quot;37525&quot;:6987,&quot;37439&quot;:6988,&quot;37451&quot;:6989,&quot;37456&quot;:6990,&quot;37532&quot;:6991,&quot;37526&quot;:6992,&quot;37523&quot;:6993,&quot;37531&quot;:6994,&quot;37466&quot;:6995,&quot;37583&quot;:6996,&quot;37561&quot;:6997,&quot;37559&quot;:6998,&quot;37609&quot;:6999,&quot;37647&quot;:7000,&quot;37626&quot;:7001,&quot;37700&quot;:7002,&quot;37678&quot;:7003,&quot;37657&quot;:7004,&quot;37666&quot;:7005,&quot;37658&quot;:7006,&quot;37667&quot;:7007,&quot;37690&quot;:7008,&quot;37685&quot;:7009,&quot;37691&quot;:7010,&quot;37724&quot;:7011,&quot;37728&quot;:7012,&quot;37756&quot;:7013,&quot;37742&quot;:7014,&quot;37718&quot;:7015,&quot;37808&quot;:7016,&quot;37804&quot;:7017,&quot;37805&quot;:7018,&quot;37780&quot;:7019,&quot;37817&quot;:7020,&quot;37846&quot;:7021,&quot;37847&quot;:7022,&quot;37864&quot;:7023,&quot;37861&quot;:7024,&quot;37848&quot;:7025,&quot;37827&quot;:7026,&quot;37853&quot;:7027,&quot;37840&quot;:7028,&quot;37832&quot;:7029,&quot;37860&quot;:7030,&quot;37914&quot;:7031,&quot;37908&quot;:7032,&quot;37907&quot;:7033,&quot;37891&quot;:7034,&quot;37895&quot;:7035,&quot;37904&quot;:7036,&quot;37942&quot;:7037,&quot;37931&quot;:7038,&quot;37941&quot;:7039,&quot;37921&quot;:7040,&quot;37946&quot;:7041,&quot;37953&quot;:7042,&quot;37970&quot;:7043,&quot;37956&quot;:7044,&quot;37979&quot;:7045,&quot;37984&quot;:7046,&quot;37986&quot;:7047,&quot;37982&quot;:7048,&quot;37994&quot;:7049,&quot;37417&quot;:7050,&quot;38000&quot;:7051,&quot;38005&quot;:7052,&quot;38007&quot;:7053,&quot;38013&quot;:7054,&quot;37978&quot;:7055,&quot;38012&quot;:7056,&quot;38014&quot;:7057,&quot;38017&quot;:7058,&quot;38015&quot;:7059,&quot;38274&quot;:7060,&quot;38279&quot;:7061,&quot;38282&quot;:7062,&quot;38292&quot;:7063,&quot;38294&quot;:7064,&quot;38296&quot;:7065,&quot;38297&quot;:7066,&quot;38304&quot;:7067,&quot;38312&quot;:7068,&quot;38311&quot;:7069,&quot;38317&quot;:7070,&quot;38332&quot;:7071,&quot;38331&quot;:7072,&quot;38329&quot;:7073,&quot;38334&quot;:7074,&quot;38346&quot;:7075,&quot;28662&quot;:7076,&quot;38339&quot;:7077,&quot;38349&quot;:7078,&quot;38348&quot;:7079,&quot;38357&quot;:7080,&quot;38356&quot;:7081,&quot;38358&quot;:7082,&quot;38364&quot;:7083,&quot;38369&quot;:7084,&quot;38373&quot;:7085,&quot;38370&quot;:7086,&quot;38433&quot;:7087,&quot;38440&quot;:7088,&quot;38446&quot;:7089,&quot;38447&quot;:7090,&quot;38466&quot;:7091,&quot;38476&quot;:7092,&quot;38479&quot;:7093,&quot;38475&quot;:7094,&quot;38519&quot;:7095,&quot;38492&quot;:7096,&quot;38494&quot;:7097,&quot;38493&quot;:7098,&quot;38495&quot;:7099,&quot;38502&quot;:7100,&quot;38514&quot;:7101,&quot;38508&quot;:7102,&quot;38541&quot;:7103,&quot;38552&quot;:7104,&quot;38549&quot;:7105,&quot;38551&quot;:7106,&quot;38570&quot;:7107,&quot;38567&quot;:7108,&quot;38577&quot;:7109,&quot;38578&quot;:7110,&quot;38576&quot;:7111,&quot;38580&quot;:7112,&quot;12202&quot;:7113,&quot;38582&quot;:7113,&quot;38584&quot;:7114,&quot;12203&quot;:7115,&quot;38585&quot;:7115,&quot;38606&quot;:7116,&quot;38603&quot;:7117,&quot;38601&quot;:7118,&quot;38605&quot;:7119,&quot;35149&quot;:7120,&quot;38620&quot;:7121,&quot;38669&quot;:7122,&quot;38613&quot;:7123,&quot;38649&quot;:7124,&quot;38660&quot;:7125,&quot;38662&quot;:7126,&quot;38664&quot;:7127,&quot;38675&quot;:7128,&quot;38670&quot;:7129,&quot;38673&quot;:7130,&quot;38671&quot;:7131,&quot;38678&quot;:7132,&quot;38681&quot;:7133,&quot;38692&quot;:7134,&quot;38698&quot;:7135,&quot;38704&quot;:7136,&quot;38713&quot;:7137,&quot;38717&quot;:7138,&quot;38718&quot;:7139,&quot;38724&quot;:7140,&quot;38726&quot;:7141,&quot;38728&quot;:7142,&quot;38722&quot;:7143,&quot;38729&quot;:7144,&quot;38748&quot;:7145,&quot;38752&quot;:7146,&quot;38756&quot;:7147,&quot;38758&quot;:7148,&quot;38760&quot;:7149,&quot;21202&quot;:7150,&quot;38763&quot;:7151,&quot;38769&quot;:7152,&quot;38777&quot;:7153,&quot;38789&quot;:7154,&quot;38780&quot;:7155,&quot;38785&quot;:7156,&quot;38778&quot;:7157,&quot;38790&quot;:7158,&quot;38795&quot;:7159,&quot;38799&quot;:7160,&quot;38800&quot;:7161,&quot;38812&quot;:7162,&quot;38824&quot;:7163,&quot;38822&quot;:7164,&quot;38819&quot;:7165,&quot;38835&quot;:7166,&quot;38836&quot;:7167,&quot;38851&quot;:7168,&quot;38854&quot;:7169,&quot;38856&quot;:7170,&quot;12209&quot;:7171,&quot;38859&quot;:7171,&quot;38876&quot;:7172,&quot;12210&quot;:7173,&quot;38893&quot;:7173,&quot;40783&quot;:7174,&quot;38898&quot;:7175,&quot;31455&quot;:7176,&quot;38902&quot;:7177,&quot;38901&quot;:7178,&quot;38927&quot;:7179,&quot;38924&quot;:7180,&quot;38968&quot;:7181,&quot;38948&quot;:7182,&quot;38945&quot;:7183,&quot;38967&quot;:7184,&quot;38973&quot;:7185,&quot;38982&quot;:7186,&quot;38991&quot;:7187,&quot;38987&quot;:7188,&quot;39019&quot;:7189,&quot;39023&quot;:7190,&quot;39024&quot;:7191,&quot;39025&quot;:7192,&quot;39028&quot;:7193,&quot;39027&quot;:7194,&quot;39082&quot;:7195,&quot;39087&quot;:7196,&quot;39089&quot;:7197,&quot;39094&quot;:7198,&quot;39108&quot;:7199,&quot;39107&quot;:7200,&quot;39110&quot;:7201,&quot;39145&quot;:7202,&quot;39147&quot;:7203,&quot;39171&quot;:7204,&quot;39177&quot;:7205,&quot;39186&quot;:7206,&quot;39188&quot;:7207,&quot;39192&quot;:7208,&quot;39201&quot;:7209,&quot;39197&quot;:7210,&quot;39198&quot;:7211,&quot;39204&quot;:7212,&quot;39200&quot;:7213,&quot;39212&quot;:7214,&quot;39214&quot;:7215,&quot;39229&quot;:7216,&quot;39230&quot;:7217,&quot;39234&quot;:7218,&quot;39241&quot;:7219,&quot;39237&quot;:7220,&quot;39248&quot;:7221,&quot;39243&quot;:7222,&quot;39249&quot;:7223,&quot;39250&quot;:7224,&quot;39244&quot;:7225,&quot;39253&quot;:7226,&quot;39319&quot;:7227,&quot;39320&quot;:7228,&quot;39333&quot;:7229,&quot;39341&quot;:7230,&quot;39342&quot;:7231,&quot;39356&quot;:7232,&quot;39391&quot;:7233,&quot;39387&quot;:7234,&quot;39389&quot;:7235,&quot;39384&quot;:7236,&quot;39377&quot;:7237,&quot;39405&quot;:7238,&quot;39406&quot;:7239,&quot;39409&quot;:7240,&quot;39410&quot;:7241,&quot;39419&quot;:7242,&quot;39416&quot;:7243,&quot;39425&quot;:7244,&quot;39439&quot;:7245,&quot;39429&quot;:7246,&quot;39394&quot;:7247,&quot;39449&quot;:7248,&quot;39467&quot;:7249,&quot;39479&quot;:7250,&quot;39493&quot;:7251,&quot;39490&quot;:7252,&quot;39488&quot;:7253,&quot;39491&quot;:7254,&quot;39486&quot;:7255,&quot;39509&quot;:7256,&quot;39501&quot;:7257,&quot;39515&quot;:7258,&quot;39511&quot;:7259,&quot;39519&quot;:7260,&quot;39522&quot;:7261,&quot;39525&quot;:7262,&quot;39524&quot;:7263,&quot;39529&quot;:7264,&quot;39531&quot;:7265,&quot;39530&quot;:7266,&quot;39597&quot;:7267,&quot;39600&quot;:7268,&quot;39612&quot;:7269,&quot;39616&quot;:7270,&quot;39631&quot;:7271,&quot;39633&quot;:7272,&quot;39635&quot;:7273,&quot;39636&quot;:7274,&quot;39646&quot;:7275,&quot;12221&quot;:7276,&quot;39647&quot;:7276,&quot;39650&quot;:7277,&quot;39651&quot;:7278,&quot;39654&quot;:7279,&quot;39663&quot;:7280,&quot;39659&quot;:7281,&quot;39662&quot;:7282,&quot;39668&quot;:7283,&quot;39665&quot;:7284,&quot;39671&quot;:7285,&quot;39675&quot;:7286,&quot;39686&quot;:7287,&quot;39704&quot;:7288,&quot;39706&quot;:7289,&quot;39711&quot;:7290,&quot;39714&quot;:7291,&quot;39715&quot;:7292,&quot;12222&quot;:7293,&quot;39717&quot;:7293,&quot;39719&quot;:7294,&quot;39720&quot;:7295,&quot;39721&quot;:7296,&quot;39722&quot;:7297,&quot;39726&quot;:7298,&quot;12223&quot;:7299,&quot;39727&quot;:7299,&quot;39730&quot;:7300,&quot;12224&quot;:7300,&quot;39748&quot;:7301,&quot;39747&quot;:7302,&quot;39759&quot;:7303,&quot;39757&quot;:7304,&quot;39758&quot;:7305,&quot;39761&quot;:7306,&quot;39768&quot;:7307,&quot;39796&quot;:7308,&quot;39827&quot;:7309,&quot;39811&quot;:7310,&quot;39825&quot;:7311,&quot;39830&quot;:7312,&quot;39831&quot;:7313,&quot;39839&quot;:7314,&quot;39840&quot;:7315,&quot;39848&quot;:7316,&quot;39860&quot;:7317,&quot;39872&quot;:7318,&quot;39882&quot;:7319,&quot;39865&quot;:7320,&quot;39878&quot;:7321,&quot;39887&quot;:7322,&quot;39889&quot;:7323,&quot;39890&quot;:7324,&quot;39907&quot;:7325,&quot;39906&quot;:7326,&quot;39908&quot;:7327,&quot;39892&quot;:7328,&quot;39905&quot;:7329,&quot;39994&quot;:7330,&quot;39922&quot;:7331,&quot;39921&quot;:7332,&quot;39920&quot;:7333,&quot;39957&quot;:7334,&quot;39956&quot;:7335,&quot;39945&quot;:7336,&quot;39955&quot;:7337,&quot;39948&quot;:7338,&quot;39942&quot;:7339,&quot;39944&quot;:7340,&quot;39954&quot;:7341,&quot;39946&quot;:7342,&quot;39940&quot;:7343,&quot;39982&quot;:7344,&quot;39963&quot;:7345,&quot;39973&quot;:7346,&quot;39972&quot;:7347,&quot;39969&quot;:7348,&quot;39984&quot;:7349,&quot;40007&quot;:7350,&quot;39986&quot;:7351,&quot;40006&quot;:7352,&quot;39998&quot;:7353,&quot;40026&quot;:7354,&quot;40032&quot;:7355,&quot;40039&quot;:7356,&quot;40054&quot;:7357,&quot;40056&quot;:7358,&quot;40167&quot;:7359,&quot;40172&quot;:7360,&quot;40176&quot;:7361,&quot;40201&quot;:7362,&quot;40200&quot;:7363,&quot;40171&quot;:7364,&quot;40195&quot;:7365,&quot;40198&quot;:7366,&quot;40234&quot;:7367,&quot;40230&quot;:7368,&quot;40367&quot;:7369,&quot;40227&quot;:7370,&quot;40223&quot;:7371,&quot;40260&quot;:7372,&quot;40213&quot;:7373,&quot;40210&quot;:7374,&quot;40257&quot;:7375,&quot;40255&quot;:7376,&quot;40254&quot;:7377,&quot;40262&quot;:7378,&quot;40264&quot;:7379,&quot;40285&quot;:7380,&quot;40286&quot;:7381,&quot;40292&quot;:7382,&quot;40273&quot;:7383,&quot;40272&quot;:7384,&quot;40281&quot;:7385,&quot;40306&quot;:7386,&quot;40329&quot;:7387,&quot;40327&quot;:7388,&quot;40363&quot;:7389,&quot;40303&quot;:7390,&quot;40314&quot;:7391,&quot;40346&quot;:7392,&quot;40356&quot;:7393,&quot;40361&quot;:7394,&quot;40370&quot;:7395,&quot;40388&quot;:7396,&quot;40385&quot;:7397,&quot;40379&quot;:7398,&quot;40376&quot;:7399,&quot;40378&quot;:7400,&quot;40390&quot;:7401,&quot;40399&quot;:7402,&quot;40386&quot;:7403,&quot;40409&quot;:7404,&quot;40403&quot;:7405,&quot;40440&quot;:7406,&quot;40422&quot;:7407,&quot;40429&quot;:7408,&quot;40431&quot;:7409,&quot;40445&quot;:7410,&quot;40474&quot;:7411,&quot;40475&quot;:7412,&quot;40478&quot;:7413,&quot;12228&quot;:7414,&quot;40565&quot;:7414,&quot;40569&quot;:7415,&quot;40573&quot;:7416,&quot;40577&quot;:7417,&quot;40584&quot;:7418,&quot;40587&quot;:7419,&quot;40588&quot;:7420,&quot;40594&quot;:7421,&quot;40597&quot;:7422,&quot;40593&quot;:7423,&quot;40605&quot;:7424,&quot;12230&quot;:7425,&quot;40613&quot;:7425,&quot;40617&quot;:7426,&quot;40632&quot;:7427,&quot;40618&quot;:7428,&quot;40621&quot;:7429,&quot;38753&quot;:7430,&quot;40652&quot;:7431,&quot;40654&quot;:7432,&quot;40655&quot;:7433,&quot;40656&quot;:7434,&quot;40660&quot;:7435,&quot;40668&quot;:7436,&quot;40670&quot;:7437,&quot;40669&quot;:7438,&quot;40672&quot;:7439,&quot;40677&quot;:7440,&quot;40680&quot;:7441,&quot;40687&quot;:7442,&quot;40692&quot;:7443,&quot;40694&quot;:7444,&quot;40695&quot;:7445,&quot;12235&quot;:7446,&quot;40697&quot;:7446,&quot;40699&quot;:7447,&quot;40700&quot;:7448,&quot;12236&quot;:7449,&quot;40701&quot;:7449,&quot;40711&quot;:7450,&quot;40712&quot;:7451,&quot;30391&quot;:7452,&quot;40725&quot;:7453,&quot;40737&quot;:7454,&quot;40748&quot;:7455,&quot;40766&quot;:7456,&quot;40778&quot;:7457,&quot;12241&quot;:7457,&quot;40786&quot;:7458,&quot;12242&quot;:7458,&quot;40788&quot;:7459,&quot;40803&quot;:7460,&quot;40799&quot;:7461,&quot;40800&quot;:7462,&quot;40801&quot;:7463,&quot;40806&quot;:7464,&quot;40807&quot;:7465,&quot;40812&quot;:7466,&quot;40810&quot;:7467,&quot;40823&quot;:7468,&quot;40818&quot;:7469,&quot;40822&quot;:7470,&quot;40853&quot;:7471,&quot;40860&quot;:7472,&quot;12244&quot;:7472,&quot;40864&quot;:7473,&quot;12245&quot;:7473,&quot;22575&quot;:7474,&quot;27079&quot;:7475,&quot;36953&quot;:7476,&quot;29796&quot;:7477,&quot;9472&quot;:7479,&quot;9473&quot;:7480,&quot;9474&quot;:7481,&quot;9475&quot;:7482,&quot;9476&quot;:7483,&quot;9477&quot;:7484,&quot;9478&quot;:7485,&quot;9479&quot;:7486,&quot;9480&quot;:7487,&quot;9481&quot;:7488,&quot;9482&quot;:7489,&quot;9483&quot;:7490,&quot;9484&quot;:7491,&quot;9485&quot;:7492,&quot;9486&quot;:7493,&quot;9487&quot;:7494,&quot;9488&quot;:7495,&quot;9489&quot;:7496,&quot;9490&quot;:7497,&quot;9491&quot;:7498,&quot;9492&quot;:7499,&quot;9493&quot;:7500,&quot;9494&quot;:7501,&quot;9495&quot;:7502,&quot;9496&quot;:7503,&quot;9497&quot;:7504,&quot;9498&quot;:7505,&quot;9499&quot;:7506,&quot;9500&quot;:7507,&quot;9501&quot;:7508,&quot;9502&quot;:7509,&quot;9503&quot;:7510,&quot;9504&quot;:7511,&quot;9505&quot;:7512,&quot;9506&quot;:7513,&quot;9507&quot;:7514,&quot;9508&quot;:7515,&quot;9509&quot;:7516,&quot;9510&quot;:7517,&quot;9511&quot;:7518,&quot;9512&quot;:7519,&quot;9513&quot;:7520,&quot;9514&quot;:7521,&quot;9515&quot;:7522,&quot;9516&quot;:7523,&quot;9517&quot;:7524,&quot;9518&quot;:7525,&quot;9519&quot;:7526,&quot;9520&quot;:7527,&quot;9521&quot;:7528,&quot;9522&quot;:7529,&quot;9523&quot;:7530,&quot;9524&quot;:7531,&quot;9525&quot;:7532,&quot;9526&quot;:7533,&quot;9527&quot;:7534,&quot;9528&quot;:7535,&quot;9529&quot;:7536,&quot;9530&quot;:7537,&quot;9531&quot;:7538,&quot;9532&quot;:7539,&quot;9533&quot;:7540,&quot;9534&quot;:7541,&quot;9535&quot;:7542,&quot;9536&quot;:7543,&quot;9537&quot;:7544,&quot;9538&quot;:7545,&quot;9539&quot;:7546,&quot;9540&quot;:7547,&quot;9541&quot;:7548,&quot;9542&quot;:7549,&quot;9543&quot;:7550,&quot;9544&quot;:7551,&quot;9545&quot;:7552,&quot;9546&quot;:7553,&quot;9547&quot;:7554,&quot;9312&quot;:7555,&quot;9313&quot;:7556,&quot;9314&quot;:7557,&quot;9315&quot;:7558,&quot;9316&quot;:7559,&quot;9317&quot;:7560,&quot;9318&quot;:7561,&quot;9319&quot;:7562,&quot;9320&quot;:7563,&quot;9321&quot;:7564,&quot;9322&quot;:7565,&quot;9323&quot;:7566,&quot;9324&quot;:7567,&quot;9325&quot;:7568,&quot;9326&quot;:7569,&quot;9327&quot;:7570,&quot;9328&quot;:7571,&quot;9329&quot;:7572,&quot;9330&quot;:7573,&quot;9331&quot;:7574,&quot;8544&quot;:7575,&quot;8545&quot;:7576,&quot;8546&quot;:7577,&quot;8547&quot;:7578,&quot;8548&quot;:7579,&quot;8549&quot;:7580,&quot;8550&quot;:7581,&quot;8551&quot;:7582,&quot;8552&quot;:7583,&quot;8553&quot;:7584,&quot;13129&quot;:7585,&quot;13076&quot;:7586,&quot;13133&quot;:7588,&quot;13095&quot;:7590,&quot;13110&quot;:7592,&quot;13137&quot;:7593,&quot;13069&quot;:7595,&quot;13094&quot;:7596,&quot;13099&quot;:7598,&quot;13130&quot;:7599,&quot;13212&quot;:7601,&quot;13213&quot;:7602,&quot;13214&quot;:7603,&quot;13198&quot;:7604,&quot;13199&quot;:7605,&quot;13252&quot;:7606,&quot;13217&quot;:7607,&quot;12317&quot;:7608,&quot;12319&quot;:7609,&quot;8470&quot;:7610,&quot;13261&quot;:7611,&quot;12964&quot;:7613,&quot;12965&quot;:7614,&quot;12966&quot;:7615,&quot;12967&quot;:7616,&quot;12968&quot;:7617,&quot;12849&quot;:7618,&quot;12850&quot;:7619,&quot;12857&quot;:7620,&quot;13182&quot;:7621,&quot;13181&quot;:7622,&quot;13180&quot;:7623,&quot;8750&quot;:7624,&quot;8721&quot;:7625,&quot;8735&quot;:7629,&quot;8895&quot;:7630,&quot;21854&quot;:7633,&quot;167133&quot;:7641,&quot;28976&quot;:7644,&quot;40407&quot;:7646,&quot;64054&quot;:7651,&quot;22169&quot;:7654,&quot;15694&quot;:7655,&quot;20448&quot;:7660,&quot;36544&quot;:7663,&quot;194797&quot;:7665,&quot;153716&quot;:7670,&quot;32363&quot;:7671,&quot;33606&quot;:7672,&quot;167670&quot;:7673,&quot;40572&quot;:7677,&quot;26171&quot;:7680,&quot;40628&quot;:7682,&quot;26629&quot;:7687,&quot;23650&quot;:7693,&quot;194780&quot;:7695,&quot;32353&quot;:7697,&quot;64070&quot;:7700,&quot;34083&quot;:7706,&quot;37292&quot;:7707,&quot;34796&quot;:7715,&quot;25620&quot;:7724,&quot;39506&quot;:7727,&quot;64074&quot;:7732,&quot;194692&quot;:7734,&quot;31774&quot;:7739,&quot;64016&quot;:7746,&quot;25681&quot;:7747,&quot;63980&quot;:7750,&quot;22625&quot;:7751,&quot;39002&quot;:7752,&quot;194679&quot;:7754,&quot;31153&quot;:7758,&quot;28678&quot;:7760,&quot;22218&quot;:7770,&quot;21085&quot;:7774,&quot;28497&quot;:7776,&quot;37297&quot;:7777,&quot;64106&quot;:7788,&quot;38960&quot;:7795,&quot;40629&quot;:7797,&quot;33802&quot;:7807,&quot;63939&quot;:7808,&quot;63890&quot;:7809,&quot;63891&quot;:7810,&quot;63897&quot;:7811,&quot;34847&quot;:7813,&quot;194575&quot;:7814,&quot;194771&quot;:7816,&quot;194584&quot;:7817,&quot;137754&quot;:7825,&quot;23643&quot;:7826,&quot;25890&quot;:7831,&quot;26618&quot;:7834,&quot;26766&quot;:7836,&quot;148432&quot;:7838,&quot;194848&quot;:7839,&quot;34110&quot;:7861,&quot;30562&quot;:7877,&quot;65041&quot;:7887,&quot;65042&quot;:7888,&quot;65075&quot;:7890,&quot;65073&quot;:7892,&quot;65074&quot;:7893,&quot;8285&quot;:7897,&quot;65049&quot;:7897,&quot;8282&quot;:7898,&quot;65072&quot;:7898,&quot;65077&quot;:7899,&quot;65078&quot;:7900,&quot;65081&quot;:7901,&quot;65082&quot;:7902,&quot;65095&quot;:7903,&quot;65096&quot;:7904,&quot;65079&quot;:7905,&quot;65080&quot;:7906,&quot;65087&quot;:7907,&quot;65088&quot;:7908,&quot;65085&quot;:7909,&quot;65086&quot;:7910,&quot;65089&quot;:7911,&quot;65090&quot;:7912,&quot;65091&quot;:7913,&quot;65092&quot;:7914,&quot;65083&quot;:7915,&quot;65084&quot;:7916,&quot;12436&quot;:7958,&quot;12437&quot;:7959,&quot;12438&quot;:7960,&quot;22099&quot;:7963,&quot;65508&quot;:8005,&quot;65287&quot;:8006,&quot;65282&quot;:8007,&quot;9665&quot;:8009,&quot;9655&quot;:8010,&quot;8681&quot;:8011,&quot;8679&quot;:8012,&quot;8678&quot;:8013,&quot;8680&quot;:8014,&quot;9634&quot;:8015,&quot;9831&quot;:8016,&quot;9825&quot;:8017,&quot;9828&quot;:8018,&quot;9826&quot;:8019,&quot;13216&quot;:8020,&quot;13218&quot;:8021,&quot;13220&quot;:8022,&quot;13221&quot;:8023,&quot;13207&quot;:8024,&quot;8467&quot;:8025,&quot;13208&quot;:8026,&quot;13235&quot;:8027,&quot;13234&quot;:8028,&quot;13233&quot;:8029,&quot;13232&quot;:8030,&quot;13189&quot;:8031,&quot;13190&quot;:8032,&quot;13191&quot;:8033,&quot;13259&quot;:8034,&quot;13200&quot;:8035,&quot;13268&quot;:8036,&quot;13206&quot;:8037,&quot;13090&quot;:8038,&quot;13078&quot;:8039,&quot;13080&quot;:8040,&quot;13077&quot;:8041,&quot;13059&quot;:8042,&quot;13091&quot;:8043,&quot;13143&quot;:8044,&quot;13122&quot;:8045,&quot;13113&quot;:8046,&quot;13115&quot;:8047,&quot;13056&quot;:8048,&quot;13105&quot;:8049,&quot;13127&quot;:8050,&quot;13086&quot;:8051,&quot;13098&quot;:8052,&quot;13183&quot;:8054,&quot;8481&quot;:8055,&quot;9742&quot;:8056,&quot;12342&quot;:8057,&quot;12320&quot;:8058,&quot;9352&quot;:8062,&quot;9353&quot;:8063,&quot;9354&quot;:8064,&quot;9355&quot;:8065,&quot;9356&quot;:8066,&quot;9357&quot;:8067,&quot;9358&quot;:8068,&quot;9359&quot;:8069,&quot;9360&quot;:8070,&quot;9332&quot;:8071,&quot;9333&quot;:8072,&quot;9334&quot;:8073,&quot;9335&quot;:8074,&quot;9336&quot;:8075,&quot;9337&quot;:8076,&quot;9338&quot;:8077,&quot;9339&quot;:8078,&quot;9340&quot;:8079,&quot;9341&quot;:8080,&quot;9342&quot;:8081,&quot;9343&quot;:8082,&quot;9344&quot;:8083,&quot;9345&quot;:8084,&quot;9346&quot;:8085,&quot;9347&quot;:8086,&quot;9348&quot;:8087,&quot;9349&quot;:8088,&quot;9350&quot;:8089,&quot;9351&quot;:8090,&quot;12881&quot;:8091,&quot;8560&quot;:8092,&quot;8561&quot;:8093,&quot;8562&quot;:8094,&quot;8563&quot;:8095,&quot;8564&quot;:8096,&quot;8565&quot;:8097,&quot;8566&quot;:8098,&quot;8567&quot;:8099,&quot;8568&quot;:8100,&quot;8569&quot;:8101,&quot;12882&quot;:8102,&quot;12883&quot;:8103,&quot;12884&quot;:8104,&quot;12885&quot;:8105,&quot;12886&quot;:8106,&quot;12887&quot;:8107,&quot;12888&quot;:8108,&quot;12889&quot;:8109,&quot;12890&quot;:8110,&quot;12891&quot;:8111,&quot;9372&quot;:8112,&quot;9373&quot;:8113,&quot;9374&quot;:8114,&quot;9375&quot;:8115,&quot;9376&quot;:8116,&quot;9377&quot;:8117,&quot;9378&quot;:8118,&quot;9379&quot;:8119,&quot;9380&quot;:8120,&quot;9381&quot;:8121,&quot;9382&quot;:8122,&quot;9383&quot;:8123,&quot;9384&quot;:8124,&quot;9385&quot;:8125,&quot;9386&quot;:8126,&quot;9387&quot;:8127,&quot;9388&quot;:8128,&quot;9389&quot;:8129,&quot;9390&quot;:8130,&quot;9391&quot;:8131,&quot;9392&quot;:8132,&quot;9393&quot;:8133,&quot;9394&quot;:8134,&quot;9395&quot;:8135,&quot;9396&quot;:8136,&quot;9397&quot;:8137,&quot;12867&quot;:8138,&quot;12861&quot;:8139,&quot;12863&quot;:8140,&quot;12852&quot;:8141,&quot;12856&quot;:8142,&quot;12851&quot;:8143,&quot;12860&quot;:8144,&quot;12866&quot;:8145,&quot;12862&quot;:8146,&quot;12854&quot;:8147,&quot;12853&quot;:8148,&quot;12859&quot;:8149,&quot;12864&quot;:8150,&quot;12858&quot;:8151,&quot;12976&quot;:8152,&quot;12973&quot;:8153,&quot;12969&quot;:8154,&quot;12975&quot;:8155,&quot;12948&quot;:8156,&quot;12970&quot;:8157,&quot;12952&quot;:8158,&quot;12971&quot;:8159,&quot;12946&quot;:8160,&quot;12945&quot;:8161,&quot;12947&quot;:8162,&quot;12972&quot;:8163,&quot;12974&quot;:8164,&quot;12950&quot;:8165,&quot;9131&quot;:8174,&quot;9132&quot;:8175,&quot;9133&quot;:8176,&quot;9127&quot;:8178,&quot;9128&quot;:8179,&quot;9129&quot;:8180,&quot;13260&quot;:8182,&quot;13061&quot;:8183,&quot;13215&quot;:8186,&quot;13219&quot;:8187,&quot;13222&quot;:8188,&quot;12958&quot;:8191,&quot;13192&quot;:8192,&quot;13193&quot;:8193,&quot;13256&quot;:8194,&quot;8749&quot;:8195,&quot;12848&quot;:8197,&quot;12842&quot;:8198,&quot;12843&quot;:8199,&quot;12844&quot;:8200,&quot;12845&quot;:8201,&quot;12846&quot;:8202,&quot;12847&quot;:8203,&quot;12855&quot;:8204,&quot;12865&quot;:8205,&quot;10145&quot;:8206,&quot;11013&quot;:8207,&quot;11014&quot;:8208,&quot;11015&quot;:8209,&quot;9673&quot;:8210,&quot;9824&quot;:8211,&quot;9829&quot;:8212,&quot;9827&quot;:8213,&quot;9830&quot;:8214,&quot;9728&quot;:8215,&quot;9729&quot;:8216,&quot;9730&quot;:8217,&quot;9731&quot;:8218,&quot;9758&quot;:8219,&quot;9756&quot;:8220,&quot;9757&quot;:8221,&quot;9759&quot;:8222,&quot;12953&quot;:8223,&quot;9450&quot;:8224,&quot;8554&quot;:8225,&quot;8555&quot;:8226,&quot;9601&quot;:8230,&quot;9602&quot;:8231,&quot;9603&quot;:8232,&quot;9604&quot;:8233,&quot;9605&quot;:8234,&quot;9606&quot;:8235,&quot;9607&quot;:8236,&quot;9608&quot;:8237,&quot;9615&quot;:8238,&quot;9614&quot;:8239,&quot;9613&quot;:8240,&quot;9612&quot;:8241,&quot;9611&quot;:8242,&quot;9610&quot;:8243,&quot;9609&quot;:8244,&quot;9620&quot;:8245,&quot;9621&quot;:8246,&quot;9581&quot;:8247,&quot;9582&quot;:8248,&quot;9584&quot;:8249,&quot;9583&quot;:8250,&quot;9552&quot;:8251,&quot;9566&quot;:8252,&quot;9578&quot;:8253,&quot;9569&quot;:8254,&quot;9698&quot;:8255,&quot;9699&quot;:8256,&quot;9701&quot;:8257,&quot;9700&quot;:8258,&quot;9585&quot;:8261,&quot;9586&quot;:8262,&quot;9587&quot;:8263,&quot;65040&quot;:8268,&quot;20956&quot;:8284,&quot;29081&quot;:8285,&quot;10102&quot;:8286,&quot;10103&quot;:8287,&quot;10104&quot;:8288,&quot;10105&quot;:8289,&quot;10106&quot;:8290,&quot;10107&quot;:8291,&quot;10108&quot;:8292,&quot;10109&quot;:8293,&quot;10110&quot;:8294,&quot;8570&quot;:8298,&quot;8571&quot;:8299,&quot;8575&quot;:8303,&quot;8458&quot;:8304,&quot;8457&quot;:8305,&quot;8507&quot;:8307,&quot;12292&quot;:8308,&quot;8646&quot;:8309,&quot;8644&quot;:8310,&quot;8645&quot;:8311,&quot;12535&quot;:8313,&quot;12536&quot;:8314,&quot;12537&quot;:8315,&quot;12538&quot;:8316,&quot;12957&quot;:8319,&quot;13179&quot;:8323,&quot;13107&quot;:8327,&quot;13134&quot;:8328,&quot;32394&quot;:8359,&quot;35100&quot;:8360,&quot;37704&quot;:8361,&quot;37512&quot;:8362,&quot;34012&quot;:8363,&quot;20425&quot;:8364,&quot;28859&quot;:8365,&quot;26161&quot;:8366,&quot;26824&quot;:8367,&quot;37625&quot;:8368,&quot;26363&quot;:8369,&quot;24389&quot;:8370,&quot;12033&quot;:8371,&quot;20008&quot;:8371,&quot;20193&quot;:8372,&quot;20220&quot;:8373,&quot;20224&quot;:8374,&quot;20227&quot;:8375,&quot;20281&quot;:8376,&quot;20310&quot;:8377,&quot;20370&quot;:8378,&quot;20362&quot;:8379,&quot;20378&quot;:8380,&quot;20372&quot;:8381,&quot;20429&quot;:8382,&quot;20544&quot;:8383,&quot;20514&quot;:8384,&quot;20479&quot;:8385,&quot;20510&quot;:8386,&quot;20550&quot;:8387,&quot;20592&quot;:8388,&quot;20546&quot;:8389,&quot;20628&quot;:8390,&quot;20724&quot;:8391,&quot;20696&quot;:8392,&quot;20810&quot;:8393,&quot;20836&quot;:8394,&quot;20893&quot;:8395,&quot;20926&quot;:8396,&quot;20972&quot;:8397,&quot;21013&quot;:8398,&quot;21148&quot;:8399,&quot;21158&quot;:8400,&quot;21184&quot;:8401,&quot;21211&quot;:8402,&quot;21248&quot;:8403,&quot;21284&quot;:8405,&quot;21362&quot;:8406,&quot;21395&quot;:8407,&quot;21426&quot;:8408,&quot;21469&quot;:8409,&quot;64014&quot;:8410,&quot;21660&quot;:8411,&quot;21642&quot;:8412,&quot;21673&quot;:8413,&quot;21759&quot;:8414,&quot;21894&quot;:8415,&quot;22361&quot;:8416,&quot;22373&quot;:8417,&quot;22444&quot;:8418,&quot;22472&quot;:8419,&quot;22471&quot;:8420,&quot;64015&quot;:8421,&quot;22686&quot;:8423,&quot;22706&quot;:8424,&quot;22795&quot;:8425,&quot;22867&quot;:8426,&quot;22875&quot;:8427,&quot;22877&quot;:8428,&quot;22883&quot;:8429,&quot;22948&quot;:8430,&quot;22970&quot;:8431,&quot;23382&quot;:8432,&quot;23488&quot;:8433,&quot;29999&quot;:8434,&quot;23512&quot;:8435,&quot;23582&quot;:8437,&quot;23718&quot;:8438,&quot;23738&quot;:8439,&quot;23797&quot;:8440,&quot;23847&quot;:8441,&quot;23891&quot;:8442,&quot;23874&quot;:8444,&quot;23917&quot;:8445,&quot;23992&quot;:8446,&quot;23993&quot;:8447,&quot;24016&quot;:8448,&quot;24353&quot;:8449,&quot;24372&quot;:8450,&quot;24423&quot;:8451,&quot;24503&quot;:8452,&quot;24542&quot;:8453,&quot;24669&quot;:8454,&quot;24709&quot;:8455,&quot;24714&quot;:8456,&quot;24798&quot;:8457,&quot;24789&quot;:8458,&quot;24864&quot;:8459,&quot;24818&quot;:8460,&quot;24849&quot;:8461,&quot;24887&quot;:8462,&quot;24880&quot;:8463,&quot;24984&quot;:8464,&quot;25107&quot;:8465,&quot;25254&quot;:8466,&quot;25589&quot;:8467,&quot;25696&quot;:8468,&quot;25757&quot;:8469,&quot;25806&quot;:8470,&quot;25934&quot;:8471,&quot;26112&quot;:8472,&quot;26133&quot;:8473,&quot;26121&quot;:8474,&quot;26158&quot;:8475,&quot;26148&quot;:8477,&quot;26213&quot;:8478,&quot;26199&quot;:8479,&quot;26201&quot;:8480,&quot;64018&quot;:8481,&quot;26227&quot;:8482,&quot;26265&quot;:8483,&quot;26272&quot;:8484,&quot;26290&quot;:8485,&quot;26303&quot;:8486,&quot;26362&quot;:8487,&quot;26382&quot;:8488,&quot;26470&quot;:8490,&quot;26555&quot;:8491,&quot;26706&quot;:8492,&quot;26560&quot;:8493,&quot;26692&quot;:8495,&quot;26831&quot;:8496,&quot;64019&quot;:8497,&quot;26984&quot;:8498,&quot;64020&quot;:8499,&quot;27032&quot;:8500,&quot;27106&quot;:8501,&quot;27184&quot;:8502,&quot;27243&quot;:8503,&quot;27206&quot;:8504,&quot;27251&quot;:8505,&quot;27262&quot;:8506,&quot;27362&quot;:8507,&quot;27364&quot;:8508,&quot;27606&quot;:8509,&quot;27711&quot;:8510,&quot;27740&quot;:8511,&quot;27782&quot;:8512,&quot;27759&quot;:8513,&quot;27866&quot;:8514,&quot;27908&quot;:8515,&quot;28039&quot;:8516,&quot;28015&quot;:8517,&quot;28054&quot;:8518,&quot;28076&quot;:8519,&quot;28111&quot;:8520,&quot;28152&quot;:8521,&quot;28146&quot;:8522,&quot;28156&quot;:8523,&quot;28217&quot;:8524,&quot;28252&quot;:8525,&quot;28199&quot;:8526,&quot;28220&quot;:8527,&quot;28351&quot;:8528,&quot;28552&quot;:8529,&quot;28597&quot;:8530,&quot;28661&quot;:8531,&quot;28677&quot;:8532,&quot;28679&quot;:8533,&quot;28712&quot;:8534,&quot;28805&quot;:8535,&quot;28843&quot;:8536,&quot;28943&quot;:8537,&quot;28932&quot;:8538,&quot;29020&quot;:8539,&quot;28998&quot;:8540,&quot;28999&quot;:8541,&quot;29121&quot;:8543,&quot;29182&quot;:8544,&quot;29361&quot;:8545,&quot;29374&quot;:8546,&quot;29476&quot;:8547,&quot;64022&quot;:8548,&quot;29559&quot;:8549,&quot;29629&quot;:8550,&quot;29641&quot;:8551,&quot;29654&quot;:8552,&quot;29667&quot;:8553,&quot;29650&quot;:8554,&quot;29703&quot;:8555,&quot;29685&quot;:8556,&quot;29734&quot;:8557,&quot;29738&quot;:8558,&quot;29737&quot;:8559,&quot;29742&quot;:8560,&quot;29833&quot;:8562,&quot;29855&quot;:8563,&quot;29953&quot;:8564,&quot;30063&quot;:8565,&quot;30338&quot;:8566,&quot;30364&quot;:8567,&quot;30366&quot;:8568,&quot;30363&quot;:8569,&quot;30374&quot;:8570,&quot;64023&quot;:8571,&quot;30534&quot;:8572,&quot;21167&quot;:8573,&quot;30753&quot;:8574,&quot;30798&quot;:8575,&quot;30820&quot;:8576,&quot;30842&quot;:8577,&quot;31024&quot;:8578,&quot;64024&quot;:8579,&quot;64025&quot;:8580,&quot;64026&quot;:8581,&quot;31124&quot;:8582,&quot;64027&quot;:8583,&quot;31131&quot;:8584,&quot;31441&quot;:8585,&quot;31463&quot;:8586,&quot;64028&quot;:8587,&quot;31467&quot;:8588,&quot;31646&quot;:8589,&quot;64029&quot;:8590,&quot;32072&quot;:8591,&quot;32183&quot;:8593,&quot;32160&quot;:8594,&quot;32214&quot;:8595,&quot;32338&quot;:8596,&quot;32583&quot;:8597,&quot;32673&quot;:8598,&quot;64030&quot;:8599,&quot;33537&quot;:8600,&quot;33634&quot;:8601,&quot;33663&quot;:8602,&quot;33735&quot;:8603,&quot;33782&quot;:8604,&quot;33864&quot;:8605,&quot;33972&quot;:8606,&quot;34131&quot;:8607,&quot;34137&quot;:8608,&quot;34155&quot;:8609,&quot;64031&quot;:8610,&quot;34224&quot;:8611,&quot;64032&quot;:8612,&quot;64033&quot;:8613,&quot;34823&quot;:8614,&quot;35061&quot;:8615,&quot;35346&quot;:8616,&quot;35383&quot;:8617,&quot;35449&quot;:8618,&quot;35495&quot;:8619,&quot;35518&quot;:8620,&quot;35551&quot;:8621,&quot;64034&quot;:8622,&quot;35574&quot;:8623,&quot;35667&quot;:8624,&quot;35711&quot;:8625,&quot;36080&quot;:8626,&quot;36084&quot;:8627,&quot;36114&quot;:8628,&quot;36214&quot;:8629,&quot;64035&quot;:8630,&quot;36559&quot;:8631,&quot;64037&quot;:8633,&quot;36967&quot;:8634,&quot;37086&quot;:8635,&quot;64038&quot;:8636,&quot;37141&quot;:8637,&quot;37159&quot;:8638,&quot;37338&quot;:8639,&quot;37335&quot;:8640,&quot;37342&quot;:8641,&quot;37357&quot;:8642,&quot;37358&quot;:8643,&quot;37348&quot;:8644,&quot;37349&quot;:8645,&quot;37382&quot;:8646,&quot;37392&quot;:8647,&quot;37386&quot;:8648,&quot;37434&quot;:8649,&quot;37440&quot;:8650,&quot;37436&quot;:8651,&quot;37454&quot;:8652,&quot;37465&quot;:8653,&quot;37457&quot;:8654,&quot;37433&quot;:8655,&quot;37479&quot;:8656,&quot;37543&quot;:8657,&quot;37495&quot;:8658,&quot;37496&quot;:8659,&quot;37607&quot;:8660,&quot;37591&quot;:8661,&quot;37593&quot;:8662,&quot;37584&quot;:8663,&quot;64039&quot;:8664,&quot;37589&quot;:8665,&quot;37600&quot;:8666,&quot;37587&quot;:8667,&quot;37669&quot;:8668,&quot;37665&quot;:8669,&quot;37627&quot;:8670,&quot;64040&quot;:8671,&quot;37662&quot;:8672,&quot;37631&quot;:8673,&quot;37661&quot;:8674,&quot;37634&quot;:8675,&quot;37744&quot;:8676,&quot;37719&quot;:8677,&quot;37796&quot;:8678,&quot;37830&quot;:8679,&quot;37854&quot;:8680,&quot;37880&quot;:8681,&quot;37937&quot;:8682,&quot;37957&quot;:8683,&quot;37960&quot;:8684,&quot;38290&quot;:8685,&quot;64041&quot;:8687,&quot;38557&quot;:8688,&quot;38575&quot;:8689,&quot;38707&quot;:8690,&quot;38715&quot;:8691,&quot;38723&quot;:8692,&quot;38733&quot;:8693,&quot;38735&quot;:8694,&quot;12205&quot;:8695,&quot;38737&quot;:8695,&quot;38999&quot;:8697,&quot;39013&quot;:8698,&quot;64042&quot;:8699,&quot;64043&quot;:8700,&quot;39207&quot;:8701,&quot;64044&quot;:8702,&quot;39326&quot;:8703,&quot;39502&quot;:8704,&quot;39641&quot;:8705,&quot;39644&quot;:8706,&quot;39797&quot;:8707,&quot;39794&quot;:8708,&quot;39823&quot;:8709,&quot;39857&quot;:8710,&quot;39867&quot;:8711,&quot;39936&quot;:8712,&quot;40304&quot;:8713,&quot;40299&quot;:8714,&quot;64045&quot;:8715,&quot;40473&quot;:8716,&quot;40657&quot;:8717,&quot;8364&quot;:9354,&quot;8486&quot;:9355,&quot;64256&quot;:9358,&quot;64259&quot;:9359,&quot;64260&quot;:9360,&quot;257&quot;:9361,&quot;299&quot;:9362,&quot;363&quot;:9363,&quot;275&quot;:9364,&quot;333&quot;:9365,&quot;256&quot;:9366,&quot;298&quot;:9367,&quot;362&quot;:9368,&quot;274&quot;:9369,&quot;332&quot;:9370,&quot;8539&quot;:9371,&quot;8540&quot;:9372,&quot;8541&quot;:9373,&quot;8542&quot;:9374,&quot;8531&quot;:9375,&quot;8532&quot;:9376,&quot;8304&quot;:9377,&quot;8308&quot;:9378,&quot;8309&quot;:9379,&quot;8310&quot;:9380,&quot;8311&quot;:9381,&quot;8312&quot;:9382,&quot;8313&quot;:9383,&quot;8320&quot;:9384,&quot;8321&quot;:9385,&quot;8322&quot;:9386,&quot;8323&quot;:9387,&quot;8324&quot;:9388,&quot;8325&quot;:9389,&quot;8326&quot;:9390,&quot;8327&quot;:9391,&quot;8328&quot;:9392,&quot;8329&quot;:9393,&quot;461&quot;:9394,&quot;282&quot;:9395,&quot;7868&quot;:9397,&quot;463&quot;:9398,&quot;296&quot;:9400,&quot;465&quot;:9401,&quot;467&quot;:9403,&quot;366&quot;:9404,&quot;360&quot;:9405,&quot;462&quot;:9406,&quot;283&quot;:9407,&quot;7869&quot;:9409,&quot;464&quot;:9410,&quot;297&quot;:9412,&quot;466&quot;:9413,&quot;468&quot;:9415,&quot;367&quot;:9416,&quot;361&quot;:9417,&quot;593&quot;:9418,&quot;8049&quot;:9419,&quot;8048&quot;:9420,&quot;509&quot;:9421,&quot;596&quot;:9423,&quot;601&quot;:9426,&quot;602&quot;:9429,&quot;603&quot;:9432,&quot;8051&quot;:9433,&quot;8050&quot;:9434,&quot;567&quot;:9435,&quot;331&quot;:9436,&quot;629&quot;:9437,&quot;652&quot;:9438,&quot;658&quot;:9441,&quot;643&quot;:9442,&quot;720&quot;:9443,&quot;8534&quot;:9785,&quot;8535&quot;:9786,&quot;8536&quot;:9787,&quot;8537&quot;:9788,&quot;8538&quot;:9789,&quot;12832&quot;:10126,&quot;12833&quot;:10127,&quot;12834&quot;:10128,&quot;12835&quot;:10129,&quot;12836&quot;:10130,&quot;12837&quot;:10131,&quot;12838&quot;:10132,&quot;12839&quot;:10133,&quot;12840&quot;:10134,&quot;12841&quot;:10135,&quot;12892&quot;:10244,&quot;12893&quot;:10245,&quot;12894&quot;:10246,&quot;12895&quot;:10247,&quot;12977&quot;:10248,&quot;12978&quot;:10249,&quot;12979&quot;:10250,&quot;12980&quot;:10251,&quot;12981&quot;:10252,&quot;12982&quot;:10253,&quot;12983&quot;:10254,&quot;12984&quot;:10255,&quot;12985&quot;:10256,&quot;12986&quot;:10257,&quot;12987&quot;:10258,&quot;12988&quot;:10259,&quot;12989&quot;:10260,&quot;12990&quot;:10261,&quot;12991&quot;:10262,&quot;9424&quot;:10313,&quot;9425&quot;:10314,&quot;9426&quot;:10315,&quot;9427&quot;:10316,&quot;9428&quot;:10317,&quot;9429&quot;:10318,&quot;9430&quot;:10319,&quot;9431&quot;:10320,&quot;9432&quot;:10321,&quot;9433&quot;:10322,&quot;9434&quot;:10323,&quot;9435&quot;:10324,&quot;9436&quot;:10325,&quot;9437&quot;:10326,&quot;9438&quot;:10327,&quot;9439&quot;:10328,&quot;9440&quot;:10329,&quot;9441&quot;:10330,&quot;9442&quot;:10331,&quot;9443&quot;:10332,&quot;9444&quot;:10333,&quot;9445&quot;:10334,&quot;9446&quot;:10335,&quot;9447&quot;:10336,&quot;9448&quot;:10337,&quot;9449&quot;:10338,&quot;9398&quot;:10339,&quot;9399&quot;:10340,&quot;9400&quot;:10341,&quot;9401&quot;:10342,&quot;9402&quot;:10343,&quot;9403&quot;:10344,&quot;9404&quot;:10345,&quot;9405&quot;:10346,&quot;9406&quot;:10347,&quot;9407&quot;:10348,&quot;9408&quot;:10349,&quot;9409&quot;:10350,&quot;9410&quot;:10351,&quot;9411&quot;:10352,&quot;9412&quot;:10353,&quot;9413&quot;:10354,&quot;9414&quot;:10355,&quot;9415&quot;:10356,&quot;9416&quot;:10357,&quot;9417&quot;:10358,&quot;9418&quot;:10359,&quot;9419&quot;:10360,&quot;9420&quot;:10361,&quot;9421&quot;:10362,&quot;9422&quot;:10363,&quot;9423&quot;:10364,&quot;13008&quot;:10413,&quot;13009&quot;:10414,&quot;13010&quot;:10415,&quot;13011&quot;:10416,&quot;13012&quot;:10417,&quot;13013&quot;:10418,&quot;13014&quot;:10419,&quot;13015&quot;:10420,&quot;13016&quot;:10421,&quot;13017&quot;:10422,&quot;13018&quot;:10423,&quot;13019&quot;:10424,&quot;13020&quot;:10425,&quot;13021&quot;:10426,&quot;13022&quot;:10427,&quot;13023&quot;:10428,&quot;13024&quot;:10429,&quot;13025&quot;:10430,&quot;13026&quot;:10431,&quot;13027&quot;:10432,&quot;13028&quot;:10433,&quot;13029&quot;:10434,&quot;13030&quot;:10435,&quot;13031&quot;:10436,&quot;13032&quot;:10437,&quot;13033&quot;:10438,&quot;13034&quot;:10439,&quot;13035&quot;:10440,&quot;13036&quot;:10441,&quot;13037&quot;:10442,&quot;13038&quot;:10443,&quot;13039&quot;:10444,&quot;13040&quot;:10445,&quot;13041&quot;:10446,&quot;13042&quot;:10447,&quot;13043&quot;:10448,&quot;13044&quot;:10449,&quot;13045&quot;:10450,&quot;13046&quot;:10451,&quot;13047&quot;:10452,&quot;13048&quot;:10453,&quot;13049&quot;:10454,&quot;13050&quot;:10455,&quot;13051&quot;:10456,&quot;13052&quot;:10457,&quot;13053&quot;:10458,&quot;13054&quot;:10459,&quot;12928&quot;:10461,&quot;12929&quot;:10462,&quot;12930&quot;:10463,&quot;12931&quot;:10464,&quot;12932&quot;:10465,&quot;12933&quot;:10466,&quot;12934&quot;:10467,&quot;12935&quot;:10468,&quot;12936&quot;:10469,&quot;12937&quot;:10470,&quot;12944&quot;:10471,&quot;12938&quot;:10472,&quot;12939&quot;:10473,&quot;12940&quot;:10474,&quot;12941&quot;:10475,&quot;12942&quot;:10476,&quot;12943&quot;:10477,&quot;12959&quot;:10479,&quot;12960&quot;:10486,&quot;12961&quot;:10487,&quot;12955&quot;:10488,&quot;12954&quot;:10489,&quot;12963&quot;:10490,&quot;12962&quot;:10491,&quot;12951&quot;:10492,&quot;12956&quot;:10494,&quot;12949&quot;:10495,&quot;9676&quot;:10502,&quot;9471&quot;:10503,&quot;10111&quot;:10514,&quot;9451&quot;:10515,&quot;9452&quot;:10516,&quot;9453&quot;:10517,&quot;9454&quot;:10518,&quot;9455&quot;:10519,&quot;9456&quot;:10520,&quot;9457&quot;:10521,&quot;9458&quot;:10522,&quot;9459&quot;:10523,&quot;9460&quot;:10524,&quot;8414&quot;:11035,&quot;13274&quot;:11851,&quot;8448&quot;:11855,&quot;13250&quot;:11856,&quot;8453&quot;:11859,&quot;13169&quot;:11861,&quot;13197&quot;:11864,&quot;13211&quot;:11865,&quot;13271&quot;:11869,&quot;13272&quot;:11870,&quot;13057&quot;:11874,&quot;13058&quot;:11875,&quot;13060&quot;:11876,&quot;13062&quot;:11877,&quot;13064&quot;:11879,&quot;13063&quot;:11881,&quot;13066&quot;:11882,&quot;13065&quot;:11884,&quot;13067&quot;:11886,&quot;13068&quot;:11888,&quot;13070&quot;:11889,&quot;13071&quot;:11890,&quot;13072&quot;:11891,&quot;13073&quot;:11892,&quot;13074&quot;:11893,&quot;13075&quot;:11894,&quot;13079&quot;:11896,&quot;13081&quot;:11898,&quot;13082&quot;:11900,&quot;13083&quot;:11901,&quot;13084&quot;:11902,&quot;13085&quot;:11903,&quot;13087&quot;:11904,&quot;13088&quot;:11905,&quot;13089&quot;:11906,&quot;13092&quot;:11907,&quot;13093&quot;:11909,&quot;13096&quot;:11912,&quot;13097&quot;:11913,&quot;13101&quot;:11915,&quot;13102&quot;:11918,&quot;13103&quot;:11919,&quot;13104&quot;:11920,&quot;13106&quot;:11921,&quot;13108&quot;:11924,&quot;13109&quot;:11925,&quot;13116&quot;:11926,&quot;13111&quot;:11930,&quot;13112&quot;:11932,&quot;13114&quot;:11933,&quot;13117&quot;:11934,&quot;13121&quot;:11935,&quot;13118&quot;:11936,&quot;13119&quot;:11937,&quot;13120&quot;:11938,&quot;13123&quot;:11939,&quot;13124&quot;:11940,&quot;13125&quot;:11941,&quot;13126&quot;:11942,&quot;13128&quot;:11943,&quot;13131&quot;:11944,&quot;13132&quot;:11945,&quot;13135&quot;:11946,&quot;13136&quot;:11947,&quot;13138&quot;:11950,&quot;13140&quot;:11951,&quot;13139&quot;:11954,&quot;13141&quot;:11955,&quot;13142&quot;:11956,&quot;8501&quot;:12089,&quot;976&quot;:12090,&quot;8714&quot;:12091,&quot;8463&quot;:12092,&quot;981&quot;:12094,&quot;987&quot;:12095,&quot;977&quot;:12096,&quot;9832&quot;:12098,&quot;9833&quot;:12099,&quot;9836&quot;:12100,&quot;12347&quot;:12106,&quot;12339&quot;:12108,&quot;12340&quot;:12109,&quot;12341&quot;:12110,&quot;8252&quot;:12111,&quot;8265&quot;:12112,&quot;8723&quot;:12118,&quot;8771&quot;:12120,&quot;8818&quot;:12121,&quot;8819&quot;:12122,&quot;12312&quot;:12129,&quot;12313&quot;:12130,&quot;65375&quot;:12131,&quot;65376&quot;:12132,&quot;9115&quot;:12143,&quot;9117&quot;:12144,&quot;9118&quot;:12145,&quot;9120&quot;:12146,&quot;9121&quot;:12151,&quot;9123&quot;:12152,&quot;9124&quot;:12153,&quot;9126&quot;:12154,&quot;9116&quot;:12167,&quot;9119&quot;:12167,&quot;9122&quot;:12167,&quot;9125&quot;:12167,&quot;9130&quot;:12167,&quot;9986&quot;:12176,&quot;12349&quot;:12179,&quot;12447&quot;:12181,&quot;8709&quot;:12184,&quot;8864&quot;:12185,&quot;8854&quot;:12186,&quot;8856&quot;:12187,&quot;8853&quot;:12188,&quot;8855&quot;:12189,&quot;9888&quot;:12192,&quot;9664&quot;:12194,&quot;9654&quot;:12195,&quot;8656&quot;:12200,&quot;8596&quot;:12201,&quot;8600&quot;:12202,&quot;8601&quot;:12203,&quot;8598&quot;:12204,&quot;8599&quot;:12205,&quot;8652&quot;:12206,&quot;8651&quot;:12207,&quot;12336&quot;:12218,&quot;8967&quot;:12219,&quot;10048&quot;:12228,&quot;10047&quot;:12229,&quot;9643&quot;:12237,&quot;9642&quot;:12239,&quot;10010&quot;:12241,&quot;9702&quot;:12254,&quot;10070&quot;:12259,&quot;65093&quot;:12639,&quot;65094&quot;:12640,&quot;64103&quot;:13320,&quot;64098&quot;:13321,&quot;32227&quot;:13322,&quot;12232&quot;:13323,&quot;40643&quot;:13323,&quot;28331&quot;:13324,&quot;64082&quot;:13325,&quot;64061&quot;:13326,&quot;64069&quot;:13327,&quot;64062&quot;:13328,&quot;27114&quot;:13329,&quot;28212&quot;:13330,&quot;64096&quot;:13331,&quot;64071&quot;:13332,&quot;64056&quot;:13333,&quot;64066&quot;:13334,&quot;64078&quot;:13335,&quot;34395&quot;:13336,&quot;64105&quot;:13337,&quot;64052&quot;:13338,&quot;64099&quot;:13339,&quot;25581&quot;:13340,&quot;25802&quot;:13341,&quot;30799&quot;:13342,&quot;64084&quot;:13343,&quot;63856&quot;:13344,&quot;64077&quot;:13345,&quot;64097&quot;:13346,&quot;64072&quot;:13347,&quot;64076&quot;:13348,&quot;64091&quot;:13349,&quot;64092&quot;:13350,&quot;64081&quot;:13351,&quot;64067&quot;:13352,&quot;64090&quot;:13353,&quot;28041&quot;:13354,&quot;29376&quot;:13355,&quot;194885&quot;:13357,&quot;64086&quot;:13358,&quot;64080&quot;:13359,&quot;64049&quot;:13360,&quot;64059&quot;:13361,&quot;24034&quot;:13362,&quot;64063&quot;:13363,&quot;64101&quot;:13364,&quot;21373&quot;:13365,&quot;64055&quot;:13366,&quot;64095&quot;:13367,&quot;24501&quot;:13368,&quot;64064&quot;:13369,&quot;64083&quot;:13371,&quot;64085&quot;:13373,&quot;64104&quot;:13374,&quot;64068&quot;:13375,&quot;64089&quot;:13376,&quot;26202&quot;:13377,&quot;64053&quot;:13378,&quot;64075&quot;:13379,&quot;64100&quot;:13380,&quot;64065&quot;:13381,&quot;64048&quot;:13382,&quot;64057&quot;:13384,&quot;64051&quot;:13385,&quot;27493&quot;:13386,&quot;64058&quot;:13387,&quot;27599&quot;:13388,&quot;64050&quot;:13389,&quot;25150&quot;:13390,&quot;64079&quot;:13391,&quot;63773&quot;:13392,&quot;63964&quot;:13393,&quot;63798&quot;:13394,&quot;28122&quot;:13395,&quot;63952&quot;:13396,&quot;26310&quot;:13397,&quot;27511&quot;:13398,&quot;64087&quot;:13399,&quot;37706&quot;:13400,&quot;37636&quot;:13402,&quot;133390&quot;:13523,&quot;35999&quot;:13644,&quot;11991&quot;:13645,&quot;11965&quot;:13646,&quot;158033&quot;:13646,&quot;37555&quot;:13652,&quot;38321&quot;:13653,&quot;194812&quot;:13656,&quot;194965&quot;:13670,&quot;194794&quot;:13679,&quot;26478&quot;:13681,&quot;11974&quot;:13682,&quot;194594&quot;:13684,&quot;156194&quot;:13691,&quot;13314&quot;:13698,&quot;26083&quot;:13701,&quot;134071&quot;:13706,&quot;171339&quot;:13717,&quot;194611&quot;:13719,&quot;24378&quot;:13720,&quot;11945&quot;:13729,&quot;20465&quot;:13731,&quot;63753&quot;:13739,&quot;11964&quot;:13747,&quot;194732&quot;:13750,&quot;26435&quot;:13751,&quot;133732&quot;:13755,&quot;35329&quot;:13756,&quot;25142&quot;:13757,&quot;21555&quot;:13760,&quot;23067&quot;:13761,&quot;25221&quot;:13765,&quot;194819&quot;:13768,&quot;21567&quot;:13775,&quot;27506&quot;:13785,&quot;29986&quot;:13790,&quot;19256&quot;:13791,&quot;24063&quot;:13794,&quot;194827&quot;:13801,&quot;29626&quot;:13802,&quot;134047&quot;:13803,&quot;194600&quot;:13807,&quot;194849&quot;:13809,&quot;194623&quot;:13815,&quot;194675&quot;:13832,&quot;11916&quot;:13833,&quot;11917&quot;:13834,&quot;23577&quot;:13835,&quot;131083&quot;:13839,&quot;23426&quot;:13840,&quot;194642&quot;:13841,&quot;11997&quot;:13847,&quot;11999&quot;:13848,&quot;39136&quot;:13848,&quot;11998&quot;:13849,&quot;169599&quot;:13849,&quot;14221&quot;:13850,&quot;11927&quot;:13852,&quot;14586&quot;:13852,&quot;194887&quot;:13854,&quot;11909&quot;:13856,&quot;20155&quot;:13856,&quot;131490&quot;:13857,&quot;13599&quot;:13865,&quot;194738&quot;:13867,&quot;11971&quot;:13870,&quot;35200&quot;:13870,&quot;31237&quot;:13875,&quot;35498&quot;:13880,&quot;32085&quot;:13882,&quot;28568&quot;:13884,&quot;25591&quot;:13892,&quot;30246&quot;:13893,&quot;11978&quot;:13898,&quot;163767&quot;:13898,&quot;146686&quot;:13904,&quot;13351&quot;:13910,&quot;33067&quot;:13913,&quot;194842&quot;:13916,&quot;11950&quot;:13922,&quot;154327&quot;:13922,&quot;194714&quot;:13928,&quot;194831&quot;:13932,&quot;22305&quot;:13952,&quot;135741&quot;:13953,&quot;194586&quot;:13954,&quot;64003&quot;:13956,&quot;21534&quot;:13964,&quot;15240&quot;:13965,&quot;20839&quot;:13966,&quot;63839&quot;:13971,&quot;20023&quot;:13981,&quot;11946&quot;:13995,&quot;150804&quot;:13995,&quot;24421&quot;:13996,&quot;23020&quot;:13997,&quot;194658&quot;:13998,&quot;24217&quot;:14000,&quot;13416&quot;:14047,&quot;40884&quot;:14048,&quot;21200&quot;:14056,&quot;38376&quot;:14061,&quot;26625&quot;:14066,&quot;195024&quot;:14068,&quot;195039&quot;:14069,&quot;153215&quot;:14075,&quot;11959&quot;:14078,&quot;36534&quot;:14083,&quot;63775&quot;:14084,&quot;63875&quot;:14088,&quot;31867&quot;:14094,&quot;63906&quot;:14095,&quot;63898&quot;:14097,&quot;11961&quot;:14099,&quot;32770&quot;:14099,&quot;157360&quot;:14100,&quot;11911&quot;:14105,&quot;132648&quot;:14105,&quot;131210&quot;:14108,&quot;133508&quot;:14109,&quot;194604&quot;:14109,&quot;11915&quot;:14110,&quot;13630&quot;:14110,&quot;21589&quot;:14115,&quot;22841&quot;:14117,&quot;23414&quot;:14120,&quot;194669&quot;:14121,&quot;23572&quot;:14122,&quot;14306&quot;:14123,&quot;23782&quot;:14124,&quot;20040&quot;:14126,&quot;194742&quot;:14129,&quot;158105&quot;:14134,&quot;25371&quot;:14135,&quot;26211&quot;:14138,&quot;194779&quot;:14140,&quot;27126&quot;:14143,&quot;27014&quot;:14144,&quot;27596&quot;:14148,&quot;28183&quot;:14150,&quot;27818&quot;:14153,&quot;11942&quot;:14157,&quot;20012&quot;:14157,&quot;29935&quot;:14160,&quot;30069&quot;:14161,&quot;30188&quot;:14162,&quot;30286&quot;:14163,&quot;16305&quot;:14164,&quot;30570&quot;:14165,&quot;30633&quot;:14166,&quot;31571&quot;:14173,&quot;16996&quot;:14176,&quot;194924&quot;:14180,&quot;32328&quot;:14183,&quot;132415&quot;:14188,&quot;11955&quot;:14189,&quot;156266&quot;:14189,&quot;33089&quot;:14194,&quot;17491&quot;:14195,&quot;33401&quot;:14197,&quot;11966&quot;:14197,&quot;64094&quot;:14198,&quot;11967&quot;:14198,&quot;64093&quot;:14199,&quot;11968&quot;:14199,&quot;20857&quot;:14201,&quot;33626&quot;:14202,&quot;17701&quot;:14206,&quot;34292&quot;:14208,&quot;131248&quot;:14209,&quot;34429&quot;:14214,&quot;13358&quot;:14216,&quot;35014&quot;:14217,&quot;18406&quot;:14224,&quot;36808&quot;:14233,&quot;166279&quot;:14253,&quot;167447&quot;:14256,&quot;38969&quot;:14259,&quot;39432&quot;:14266,&quot;39903&quot;:14271,&quot;148206&quot;:14282,&quot;21385&quot;:14288,&quot;64017&quot;:14290,&quot;194785&quot;:14291,&quot;146622&quot;:14293,&quot;132625&quot;:14294,&quot;19972&quot;:14296,&quot;19973&quot;:14297,&quot;19999&quot;:14298,&quot;20011&quot;:14299,&quot;20015&quot;:14300,&quot;20016&quot;:14301,&quot;20032&quot;:14302,&quot;20033&quot;:14303,&quot;20036&quot;:14304,&quot;11907&quot;:14305,&quot;20058&quot;:14305,&quot;20095&quot;:14306,&quot;20109&quot;:14307,&quot;20118&quot;:14308,&quot;20153&quot;:14309,&quot;20176&quot;:14310,&quot;20192&quot;:14311,&quot;20221&quot;:14312,&quot;20223&quot;:14313,&quot;20235&quot;:14314,&quot;20245&quot;:14315,&quot;20320&quot;:14316,&quot;20283&quot;:14317,&quot;20297&quot;:14318,&quot;20308&quot;:14319,&quot;20346&quot;:14320,&quot;20349&quot;:14321,&quot;20350&quot;:14322,&quot;20375&quot;:14323,&quot;20414&quot;:14324,&quot;20431&quot;:14325,&quot;20477&quot;:14326,&quot;20480&quot;:14327,&quot;20481&quot;:14328,&quot;20496&quot;:14329,&quot;20507&quot;:14330,&quot;20519&quot;:14331,&quot;20526&quot;:14332,&quot;20567&quot;:14333,&quot;20582&quot;:14334,&quot;20586&quot;:14335,&quot;20539&quot;:14336,&quot;20623&quot;:14337,&quot;20630&quot;:14338,&quot;20636&quot;:14339,&quot;20684&quot;:14340,&quot;20710&quot;:14341,&quot;20713&quot;:14342,&quot;20719&quot;:14343,&quot;20744&quot;:14344,&quot;20747&quot;:14345,&quot;20752&quot;:14346,&quot;20763&quot;:14347,&quot;20766&quot;:14348,&quot;20831&quot;:14349,&quot;20897&quot;:14350,&quot;20924&quot;:14351,&quot;20974&quot;:14353,&quot;20980&quot;:14354,&quot;20993&quot;:14355,&quot;11913&quot;:14356,&quot;20994&quot;:14356,&quot;21011&quot;:14357,&quot;21065&quot;:14358,&quot;21089&quot;:14359,&quot;21094&quot;:14360,&quot;21139&quot;:14361,&quot;21192&quot;:14362,&quot;21232&quot;:14363,&quot;21258&quot;:14364,&quot;21259&quot;:14365,&quot;21310&quot;:14366,&quot;21324&quot;:14367,&quot;21323&quot;:14368,&quot;21345&quot;:14369,&quot;21356&quot;:14370,&quot;21419&quot;:14371,&quot;21466&quot;:14372,&quot;21478&quot;:14373,&quot;21493&quot;:14374,&quot;21543&quot;:14375,&quot;21581&quot;:14376,&quot;21606&quot;:14377,&quot;21611&quot;:14378,&quot;21620&quot;:14379,&quot;21645&quot;:14380,&quot;21654&quot;:14381,&quot;21665&quot;:14382,&quot;21677&quot;:14383,&quot;21689&quot;:14384,&quot;21695&quot;:14385,&quot;21702&quot;:14386,&quot;21709&quot;:14387,&quot;21774&quot;:14388,&quot;21803&quot;:14389,&quot;21813&quot;:14390,&quot;21834&quot;:14391,&quot;21856&quot;:14392,&quot;21896&quot;:14394,&quot;21902&quot;:14395,&quot;22024&quot;:14396,&quot;22030&quot;:14397,&quot;22031&quot;:14398,&quot;22071&quot;:14399,&quot;22079&quot;:14400,&quot;22089&quot;:14401,&quot;22091&quot;:14402,&quot;22095&quot;:14403,&quot;22118&quot;:14404,&quot;22121&quot;:14405,&quot;22127&quot;:14406,&quot;22129&quot;:14407,&quot;22130&quot;:14408,&quot;22165&quot;:14409,&quot;22170&quot;:14410,&quot;22188&quot;:14411,&quot;22189&quot;:14412,&quot;22193&quot;:14413,&quot;22217&quot;:14414,&quot;22237&quot;:14415,&quot;22244&quot;:14416,&quot;22282&quot;:14417,&quot;22293&quot;:14418,&quot;22307&quot;:14419,&quot;22319&quot;:14420,&quot;22323&quot;:14421,&quot;22324&quot;:14422,&quot;22348&quot;:14423,&quot;22384&quot;:14424,&quot;22412&quot;:14425,&quot;22428&quot;:14426,&quot;22456&quot;:14427,&quot;22502&quot;:14428,&quot;22509&quot;:14429,&quot;22517&quot;:14430,&quot;22518&quot;:14431,&quot;22527&quot;:14432,&quot;22537&quot;:14433,&quot;22560&quot;:14434,&quot;22578&quot;:14435,&quot;22652&quot;:14436,&quot;22656&quot;:14437,&quot;22697&quot;:14438,&quot;22734&quot;:14439,&quot;22736&quot;:14440,&quot;22740&quot;:14441,&quot;22746&quot;:14442,&quot;22761&quot;:14443,&quot;22796&quot;:14444,&quot;22820&quot;:14445,&quot;22831&quot;:14446,&quot;22881&quot;:14447,&quot;22893&quot;:14448,&quot;22986&quot;:14449,&quot;22994&quot;:14450,&quot;23005&quot;:14451,&quot;23011&quot;:14452,&quot;23012&quot;:14453,&quot;23044&quot;:14454,&quot;23052&quot;:14455,&quot;23075&quot;:14456,&quot;23111&quot;:14457,&quot;23125&quot;:14458,&quot;23139&quot;:14459,&quot;23149&quot;:14460,&quot;23166&quot;:14461,&quot;23198&quot;:14462,&quot;23207&quot;:14463,&quot;23212&quot;:14464,&quot;23219&quot;:14465,&quot;23264&quot;:14466,&quot;23296&quot;:14467,&quot;23321&quot;:14468,&quot;23333&quot;:14469,&quot;23341&quot;:14470,&quot;23361&quot;:14471,&quot;23420&quot;:14472,&quot;23422&quot;:14473,&quot;23423&quot;:14474,&quot;23434&quot;:14475,&quot;11919&quot;:14476,&quot;23587&quot;:14476,&quot;23595&quot;:14477,&quot;23600&quot;:14478,&quot;23651&quot;:14479,&quot;23657&quot;:14480,&quot;23676&quot;:14481,&quot;23755&quot;:14482,&quot;23762&quot;:14483,&quot;23796&quot;:14484,&quot;23844&quot;:14485,&quot;23846&quot;:14486,&quot;23875&quot;:14487,&quot;23878&quot;:14488,&quot;23882&quot;:14489,&quot;23954&quot;:14490,&quot;23956&quot;:14491,&quot;23961&quot;:14492,&quot;23968&quot;:14493,&quot;24024&quot;:14494,&quot;24032&quot;:14495,&quot;24056&quot;:14496,&quot;24064&quot;:14497,&quot;24082&quot;:14498,&quot;24084&quot;:14499,&quot;24085&quot;:14500,&quot;24088&quot;:14501,&quot;24110&quot;:14502,&quot;24152&quot;:14503,&quot;24171&quot;:14504,&quot;24172&quot;:14505,&quot;24232&quot;:14506,&quot;24234&quot;:14507,&quot;24254&quot;:14508,&quot;24255&quot;:14509,&quot;24274&quot;:14511,&quot;24327&quot;:14512,&quot;24334&quot;:14513,&quot;24348&quot;:14514,&quot;24349&quot;:14515,&quot;24354&quot;:14516,&quot;24360&quot;:14517,&quot;24374&quot;:14518,&quot;24379&quot;:14519,&quot;24384&quot;:14520,&quot;12089&quot;:14521,&quot;24400&quot;:14521,&quot;24408&quot;:14522,&quot;24420&quot;:14523,&quot;24457&quot;:14524,&quot;24476&quot;:14525,&quot;24487&quot;:14526,&quot;24484&quot;:14527,&quot;24495&quot;:14528,&quot;24504&quot;:14529,&quot;11926&quot;:14530,&quot;24516&quot;:14530,&quot;24521&quot;:14531,&quot;24545&quot;:14532,&quot;24553&quot;:14533,&quot;24557&quot;:14534,&quot;24572&quot;:14535,&quot;24599&quot;:14536,&quot;24602&quot;:14537,&quot;24627&quot;:14538,&quot;24673&quot;:14539,&quot;24703&quot;:14540,&quot;24734&quot;:14541,&quot;24740&quot;:14542,&quot;24752&quot;:14543,&quot;24779&quot;:14544,&quot;24795&quot;:14545,&quot;24824&quot;:14546,&quot;24850&quot;:14547,&quot;24851&quot;:14548,&quot;24852&quot;:14549,&quot;24860&quot;:14550,&quot;24956&quot;:14551,&quot;24973&quot;:14552,&quot;24991&quot;:14553,&quot;25000&quot;:14554,&quot;25026&quot;:14555,&quot;25055&quot;:14556,&quot;25109&quot;:14557,&quot;25129&quot;:14558,&quot;25155&quot;:14559,&quot;25158&quot;:14560,&quot;11928&quot;:14561,&quot;25164&quot;:14561,&quot;25169&quot;:14562,&quot;25174&quot;:14563,&quot;25284&quot;:14564,&quot;25340&quot;:14565,&quot;25354&quot;:14566,&quot;25357&quot;:14567,&quot;25368&quot;:14568,&quot;25401&quot;:14569,&quot;25410&quot;:14570,&quot;25411&quot;:14571,&quot;25445&quot;:14572,&quot;25460&quot;:14573,&quot;25469&quot;:14574,&quot;25476&quot;:14575,&quot;25479&quot;:14576,&quot;25488&quot;:14577,&quot;25502&quot;:14578,&quot;25553&quot;:14579,&quot;25564&quot;:14580,&quot;25609&quot;:14581,&quot;25616&quot;:14582,&quot;25634&quot;:14583,&quot;25684&quot;:14584,&quot;25691&quot;:14585,&quot;25709&quot;:14586,&quot;25723&quot;:14587,&quot;25790&quot;:14588,&quot;25791&quot;:14589,&quot;25829&quot;:14590,&quot;25847&quot;:14591,&quot;25851&quot;:14592,&quot;25860&quot;:14593,&quot;25878&quot;:14594,&quot;25881&quot;:14595,&quot;25927&quot;:14596,&quot;25959&quot;:14597,&quot;25985&quot;:14598,&quot;25989&quot;:14599,&quot;26050&quot;:14600,&quot;26096&quot;:14601,&quot;26098&quot;:14602,&quot;26156&quot;:14603,&quot;26188&quot;:14604,&quot;26203&quot;:14605,&quot;26204&quot;:14606,&quot;26209&quot;:14607,&quot;26219&quot;:14608,&quot;26276&quot;:14610,&quot;26312&quot;:14611,&quot;26348&quot;:14612,&quot;26373&quot;:14613,&quot;26387&quot;:14614,&quot;26419&quot;:14615,&quot;26440&quot;:14616,&quot;26444&quot;:14617,&quot;26486&quot;:14618,&quot;26491&quot;:14619,&quot;26544&quot;:14620,&quot;26546&quot;:14621,&quot;26617&quot;:14622,&quot;26583&quot;:14623,&quot;26585&quot;:14624,&quot;26608&quot;:14625,&quot;26668&quot;:14626,&quot;26672&quot;:14627,&quot;26673&quot;:14628,&quot;26715&quot;:14629,&quot;26738&quot;:14630,&quot;26741&quot;:14631,&quot;26746&quot;:14632,&quot;26756&quot;:14633,&quot;26789&quot;:14634,&quot;26802&quot;:14635,&quot;26832&quot;:14636,&quot;26838&quot;:14637,&quot;26856&quot;:14638,&quot;26861&quot;:14639,&quot;26864&quot;:14640,&quot;26865&quot;:14641,&quot;26876&quot;:14642,&quot;26897&quot;:14643,&quot;26899&quot;:14644,&quot;26933&quot;:14645,&quot;26939&quot;:14646,&quot;26967&quot;:14647,&quot;26979&quot;:14648,&quot;26994&quot;:14649,&quot;27007&quot;:14650,&quot;27008&quot;:14651,&quot;27046&quot;:14652,&quot;27053&quot;:14653,&quot;27063&quot;:14654,&quot;27094&quot;:14655,&quot;27095&quot;:14656,&quot;27137&quot;:14657,&quot;27151&quot;:14658,&quot;27157&quot;:14659,&quot;27176&quot;:14660,&quot;27188&quot;:14661,&quot;27198&quot;:14662,&quot;27205&quot;:14663,&quot;27216&quot;:14664,&quot;27217&quot;:14665,&quot;27222&quot;:14666,&quot;27227&quot;:14667,&quot;27267&quot;:14668,&quot;27273&quot;:14669,&quot;27281&quot;:14670,&quot;27293&quot;:14671,&quot;27294&quot;:14672,&quot;27295&quot;:14673,&quot;27356&quot;:14674,&quot;27367&quot;:14675,&quot;27372&quot;:14676,&quot;27422&quot;:14677,&quot;27428&quot;:14678,&quot;27445&quot;:14679,&quot;27462&quot;:14680,&quot;27478&quot;:14681,&quot;27488&quot;:14682,&quot;27522&quot;:14683,&quot;27582&quot;:14684,&quot;27617&quot;:14685,&quot;27633&quot;:14686,&quot;27664&quot;:14687,&quot;27699&quot;:14688,&quot;27701&quot;:14689,&quot;11937&quot;:14689,&quot;11938&quot;:14690,&quot;27737&quot;:14691,&quot;27766&quot;:14692,&quot;27771&quot;:14693,&quot;27781&quot;:14694,&quot;27797&quot;:14695,&quot;27804&quot;:14696,&quot;27856&quot;:14697,&quot;27860&quot;:14698,&quot;27862&quot;:14699,&quot;27872&quot;:14700,&quot;27883&quot;:14701,&quot;27884&quot;:14702,&quot;27886&quot;:14703,&quot;27914&quot;:14704,&quot;27918&quot;:14705,&quot;27921&quot;:14706,&quot;27950&quot;:14707,&quot;27991&quot;:14708,&quot;27998&quot;:14709,&quot;28005&quot;:14710,&quot;28034&quot;:14711,&quot;28095&quot;:14712,&quot;28100&quot;:14713,&quot;28106&quot;:14714,&quot;28118&quot;:14715,&quot;28137&quot;:14716,&quot;28194&quot;:14717,&quot;28241&quot;:14718,&quot;28359&quot;:14719,&quot;28362&quot;:14720,&quot;28366&quot;:14721,&quot;28413&quot;:14722,&quot;28442&quot;:14723,&quot;28458&quot;:14724,&quot;28463&quot;:14725,&quot;28467&quot;:14726,&quot;28506&quot;:14727,&quot;28510&quot;:14728,&quot;28514&quot;:14729,&quot;28541&quot;:14730,&quot;28555&quot;:14731,&quot;28557&quot;:14732,&quot;28562&quot;:14733,&quot;28564&quot;:14734,&quot;28570&quot;:14735,&quot;28583&quot;:14736,&quot;28584&quot;:14737,&quot;28598&quot;:14738,&quot;28634&quot;:14739,&quot;28638&quot;:14740,&quot;28729&quot;:14742,&quot;28732&quot;:14743,&quot;28756&quot;:14745,&quot;28765&quot;:14746,&quot;28766&quot;:14747,&quot;28772&quot;:14748,&quot;11939&quot;:14749,&quot;28780&quot;:14749,&quot;28798&quot;:14750,&quot;28801&quot;:14751,&quot;28821&quot;:14752,&quot;28855&quot;:14753,&quot;28883&quot;:14754,&quot;28884&quot;:14755,&quot;28888&quot;:14756,&quot;28892&quot;:14757,&quot;28935&quot;:14758,&quot;28960&quot;:14759,&quot;28977&quot;:14760,&quot;29002&quot;:14761,&quot;29010&quot;:14762,&quot;29024&quot;:14763,&quot;29049&quot;:14764,&quot;29074&quot;:14765,&quot;29131&quot;:14767,&quot;29139&quot;:14768,&quot;29142&quot;:14769,&quot;29184&quot;:14770,&quot;29213&quot;:14771,&quot;29227&quot;:14772,&quot;29240&quot;:14773,&quot;29249&quot;:14774,&quot;29267&quot;:14775,&quot;29269&quot;:14776,&quot;29270&quot;:14777,&quot;29276&quot;:14778,&quot;29325&quot;:14779,&quot;11944&quot;:14780,&quot;29357&quot;:14780,&quot;29364&quot;:14781,&quot;29383&quot;:14782,&quot;29435&quot;:14783,&quot;29444&quot;:14784,&quot;29445&quot;:14785,&quot;29480&quot;:14786,&quot;29489&quot;:14787,&quot;29507&quot;:14788,&quot;29548&quot;:14789,&quot;29564&quot;:14790,&quot;29571&quot;:14791,&quot;29573&quot;:14792,&quot;29574&quot;:14793,&quot;29589&quot;:14794,&quot;29598&quot;:14795,&quot;29599&quot;:14796,&quot;29600&quot;:14797,&quot;29606&quot;:14798,&quot;29611&quot;:14799,&quot;29621&quot;:14800,&quot;29623&quot;:14801,&quot;29628&quot;:14802,&quot;29647&quot;:14803,&quot;29657&quot;:14804,&quot;29673&quot;:14805,&quot;29684&quot;:14806,&quot;29693&quot;:14807,&quot;29700&quot;:14808,&quot;29706&quot;:14809,&quot;29722&quot;:14810,&quot;29723&quot;:14811,&quot;29732&quot;:14812,&quot;29736&quot;:14813,&quot;29740&quot;:14814,&quot;29743&quot;:14815,&quot;29744&quot;:14816,&quot;29745&quot;:14817,&quot;29753&quot;:14818,&quot;29764&quot;:14819,&quot;29767&quot;:14820,&quot;29771&quot;:14821,&quot;29773&quot;:14822,&quot;29777&quot;:14823,&quot;29783&quot;:14824,&quot;29798&quot;:14825,&quot;29803&quot;:14826,&quot;29809&quot;:14827,&quot;29824&quot;:14828,&quot;29829&quot;:14829,&quot;29830&quot;:14830,&quot;29831&quot;:14831,&quot;29840&quot;:14832,&quot;29848&quot;:14833,&quot;29852&quot;:14834,&quot;29856&quot;:14835,&quot;29859&quot;:14836,&quot;29864&quot;:14837,&quot;29867&quot;:14838,&quot;29877&quot;:14839,&quot;29887&quot;:14840,&quot;29896&quot;:14841,&quot;29914&quot;:14842,&quot;29918&quot;:14843,&quot;30030&quot;:14844,&quot;30073&quot;:14845,&quot;30081&quot;:14846,&quot;30096&quot;:14847,&quot;12135&quot;:14848,&quot;30098&quot;:14848,&quot;30099&quot;:14849,&quot;30132&quot;:14850,&quot;30180&quot;:14851,&quot;30201&quot;:14852,&quot;30208&quot;:14853,&quot;30218&quot;:14854,&quot;30229&quot;:14855,&quot;30230&quot;:14856,&quot;30233&quot;:14857,&quot;30238&quot;:14858,&quot;30253&quot;:14859,&quot;30261&quot;:14860,&quot;30275&quot;:14861,&quot;30283&quot;:14862,&quot;30309&quot;:14863,&quot;30317&quot;:14864,&quot;30319&quot;:14865,&quot;30321&quot;:14866,&quot;30324&quot;:14867,&quot;30372&quot;:14868,&quot;30373&quot;:14869,&quot;30405&quot;:14870,&quot;30412&quot;:14871,&quot;30444&quot;:14872,&quot;30460&quot;:14873,&quot;30516&quot;:14874,&quot;30518&quot;:14875,&quot;30556&quot;:14876,&quot;30559&quot;:14877,&quot;30560&quot;:14878,&quot;30578&quot;:14879,&quot;30589&quot;:14880,&quot;30613&quot;:14881,&quot;30634&quot;:14882,&quot;30694&quot;:14883,&quot;30704&quot;:14884,&quot;30708&quot;:14885,&quot;30726&quot;:14886,&quot;30754&quot;:14887,&quot;30765&quot;:14888,&quot;30766&quot;:14889,&quot;30768&quot;:14890,&quot;30773&quot;:14891,&quot;30824&quot;:14892,&quot;30878&quot;:14893,&quot;30920&quot;:14894,&quot;30924&quot;:14895,&quot;30926&quot;:14896,&quot;30948&quot;:14897,&quot;30944&quot;:14898,&quot;30945&quot;:14899,&quot;30962&quot;:14900,&quot;30967&quot;:14901,&quot;30971&quot;:14902,&quot;31025&quot;:14903,&quot;11949&quot;:14905,&quot;31035&quot;:14905,&quot;31037&quot;:14906,&quot;31045&quot;:14907,&quot;31067&quot;:14908,&quot;31068&quot;:14909,&quot;31115&quot;:14910,&quot;31126&quot;:14911,&quot;31128&quot;:14912,&quot;12145&quot;:14913,&quot;31160&quot;:14913,&quot;31163&quot;:14914,&quot;31178&quot;:14915,&quot;31194&quot;:14916,&quot;31235&quot;:14917,&quot;31241&quot;:14918,&quot;31249&quot;:14919,&quot;31262&quot;:14920,&quot;31277&quot;:14921,&quot;31289&quot;:14922,&quot;31301&quot;:14923,&quot;31308&quot;:14924,&quot;31325&quot;:14925,&quot;31341&quot;:14927,&quot;31352&quot;:14928,&quot;31392&quot;:14929,&quot;31395&quot;:14930,&quot;31411&quot;:14931,&quot;31419&quot;:14932,&quot;31420&quot;:14933,&quot;31430&quot;:14934,&quot;31495&quot;:14935,&quot;31508&quot;:14936,&quot;31527&quot;:14937,&quot;31537&quot;:14938,&quot;31559&quot;:14939,&quot;31566&quot;:14940,&quot;31584&quot;:14941,&quot;31593&quot;:14942,&quot;31597&quot;:14943,&quot;31602&quot;:14944,&quot;31633&quot;:14945,&quot;31663&quot;:14946,&quot;31703&quot;:14947,&quot;31705&quot;:14948,&quot;31755&quot;:14949,&quot;31759&quot;:14950,&quot;31776&quot;:14951,&quot;31782&quot;:14952,&quot;31793&quot;:14953,&quot;31798&quot;:14954,&quot;31825&quot;:14955,&quot;31833&quot;:14956,&quot;31847&quot;:14957,&quot;31854&quot;:14958,&quot;31856&quot;:14959,&quot;31932&quot;:14960,&quot;31935&quot;:14961,&quot;31944&quot;:14962,&quot;31945&quot;:14963,&quot;31959&quot;:14964,&quot;31961&quot;:14965,&quot;31965&quot;:14966,&quot;31979&quot;:14967,&quot;32007&quot;:14968,&quot;32008&quot;:14969,&quot;32009&quot;:14970,&quot;32019&quot;:14971,&quot;32029&quot;:14972,&quot;32035&quot;:14973,&quot;32065&quot;:14974,&quot;32083&quot;:14975,&quot;32089&quot;:14976,&quot;32093&quot;:14977,&quot;32122&quot;:14978,&quot;32134&quot;:14979,&quot;32139&quot;:14980,&quot;32140&quot;:14981,&quot;32204&quot;:14982,&quot;32235&quot;:14983,&quot;32241&quot;:14984,&quot;32249&quot;:14985,&quot;32264&quot;:14986,&quot;32273&quot;:14987,&quot;32277&quot;:14988,&quot;32288&quot;:14989,&quot;32327&quot;:14990,&quot;32354&quot;:14991,&quot;32366&quot;:14992,&quot;32371&quot;:14993,&quot;32397&quot;:14994,&quot;32401&quot;:14995,&quot;32408&quot;:14996,&quot;32580&quot;:14997,&quot;32591&quot;:14998,&quot;11947&quot;:14999,&quot;11954&quot;:14999,&quot;32594&quot;:14999,&quot;11953&quot;:15000,&quot;32595&quot;:15000,&quot;32609&quot;:15001,&quot;32657&quot;:15002,&quot;32703&quot;:15003,&quot;32718&quot;:15004,&quot;32735&quot;:15005,&quot;32741&quot;:15006,&quot;32748&quot;:15007,&quot;32750&quot;:15008,&quot;32751&quot;:15009,&quot;32762&quot;:15010,&quot;32782&quot;:15011,&quot;32785&quot;:15012,&quot;32788&quot;:15013,&quot;32804&quot;:15014,&quot;32806&quot;:15015,&quot;32826&quot;:15016,&quot;32828&quot;:15017,&quot;32864&quot;:15018,&quot;32881&quot;:15019,&quot;32885&quot;:15020,&quot;32926&quot;:15021,&quot;32934&quot;:15022,&quot;32939&quot;:15023,&quot;32983&quot;:15024,&quot;32984&quot;:15025,&quot;33046&quot;:15026,&quot;33048&quot;:15027,&quot;33082&quot;:15028,&quot;33098&quot;:15029,&quot;33100&quot;:15030,&quot;33153&quot;:15031,&quot;33156&quot;:15032,&quot;33204&quot;:15033,&quot;33231&quot;:15034,&quot;33273&quot;:15035,&quot;33283&quot;:15036,&quot;33313&quot;:15037,&quot;33330&quot;:15038,&quot;33332&quot;:15039,&quot;33350&quot;:15040,&quot;33355&quot;:15041,&quot;33359&quot;:15042,&quot;33422&quot;:15043,&quot;33454&quot;:15044,&quot;33463&quot;:15045,&quot;33470&quot;:15046,&quot;33478&quot;:15047,&quot;33534&quot;:15048,&quot;33603&quot;:15049,&quot;33617&quot;:15050,&quot;33621&quot;:15051,&quot;33670&quot;:15052,&quot;33677&quot;:15053,&quot;33682&quot;:15054,&quot;33688&quot;:15055,&quot;33705&quot;:15056,&quot;33727&quot;:15057,&quot;33728&quot;:15058,&quot;33770&quot;:15059,&quot;33807&quot;:15060,&quot;33809&quot;:15061,&quot;33866&quot;:15062,&quot;33910&quot;:15063,&quot;33960&quot;:15064,&quot;33967&quot;:15065,&quot;33984&quot;:15066,&quot;33986&quot;:15067,&quot;34032&quot;:15068,&quot;34045&quot;:15069,&quot;34060&quot;:15070,&quot;34100&quot;:15071,&quot;34142&quot;:15072,&quot;34191&quot;:15073,&quot;34231&quot;:15074,&quot;34254&quot;:15075,&quot;34221&quot;:15076,&quot;34322&quot;:15077,&quot;34345&quot;:15078,&quot;34386&quot;:15079,&quot;34403&quot;:15080,&quot;34412&quot;:15081,&quot;34415&quot;:15082,&quot;34426&quot;:15083,&quot;34445&quot;:15084,&quot;34449&quot;:15085,&quot;34456&quot;:15086,&quot;34471&quot;:15087,&quot;34472&quot;:15088,&quot;34554&quot;:15089,&quot;34557&quot;:15090,&quot;34571&quot;:15091,&quot;34579&quot;:15092,&quot;34585&quot;:15093,&quot;34590&quot;:15094,&quot;34600&quot;:15095,&quot;34622&quot;:15096,&quot;34673&quot;:15097,&quot;34696&quot;:15098,&quot;34713&quot;:15099,&quot;34732&quot;:15100,&quot;34733&quot;:15101,&quot;34741&quot;:15102,&quot;34774&quot;:15103,&quot;34795&quot;:15104,&quot;34797&quot;:15105,&quot;34817&quot;:15106,&quot;34822&quot;:15108,&quot;34827&quot;:15109,&quot;34836&quot;:15110,&quot;34844&quot;:15111,&quot;34902&quot;:15112,&quot;34911&quot;:15113,&quot;11970&quot;:15114,&quot;34916&quot;:15114,&quot;34968&quot;:15115,&quot;34986&quot;:15116,&quot;35005&quot;:15117,&quot;35006&quot;:15118,&quot;35018&quot;:15119,&quot;35026&quot;:15120,&quot;35035&quot;:15121,&quot;35056&quot;:15122,&quot;35057&quot;:15123,&quot;35078&quot;:15124,&quot;35096&quot;:15125,&quot;35097&quot;:15126,&quot;35098&quot;:15127,&quot;35111&quot;:15128,&quot;35120&quot;:15129,&quot;35134&quot;:15130,&quot;35195&quot;:15131,&quot;35284&quot;:15132,&quot;35286&quot;:15133,&quot;35301&quot;:15134,&quot;35313&quot;:15135,&quot;35335&quot;:15136,&quot;35343&quot;:15137,&quot;35349&quot;:15138,&quot;35362&quot;:15139,&quot;35406&quot;:15140,&quot;35455&quot;:15141,&quot;35572&quot;:15142,&quot;35615&quot;:15143,&quot;35639&quot;:15144,&quot;35651&quot;:15145,&quot;35652&quot;:15146,&quot;35668&quot;:15147,&quot;35740&quot;:15148,&quot;35742&quot;:15149,&quot;35911&quot;:15150,&quot;35924&quot;:15151,&quot;35955&quot;:15152,&quot;36004&quot;:15153,&quot;36057&quot;:15154,&quot;36065&quot;:15155,&quot;36088&quot;:15156,&quot;36094&quot;:15157,&quot;36123&quot;:15158,&quot;36201&quot;:15159,&quot;36204&quot;:15160,&quot;36228&quot;:15161,&quot;36237&quot;:15162,&quot;36245&quot;:15163,&quot;36262&quot;:15164,&quot;36294&quot;:15165,&quot;36302&quot;:15166,&quot;36324&quot;:15167,&quot;36332&quot;:15168,&quot;36384&quot;:15169,&quot;36427&quot;:15170,&quot;36460&quot;:15171,&quot;36464&quot;:15172,&quot;36474&quot;:15173,&quot;36498&quot;:15174,&quot;36526&quot;:15175,&quot;36531&quot;:15176,&quot;36561&quot;:15177,&quot;36564&quot;:15178,&quot;36601&quot;:15179,&quot;36631&quot;:15180,&quot;36662&quot;:15181,&quot;36774&quot;:15182,&quot;12193&quot;:15183,&quot;36789&quot;:15183,&quot;11981&quot;:15184,&quot;36790&quot;:15184,&quot;36832&quot;:15186,&quot;36836&quot;:15187,&quot;36854&quot;:15188,&quot;36866&quot;:15189,&quot;36908&quot;:15190,&quot;36932&quot;:15191,&quot;37000&quot;:15192,&quot;37013&quot;:15193,&quot;37017&quot;:15194,&quot;37019&quot;:15195,&quot;37026&quot;:15196,&quot;37044&quot;:15197,&quot;37079&quot;:15198,&quot;37085&quot;:15199,&quot;37108&quot;:15200,&quot;37143&quot;:15201,&quot;37148&quot;:15202,&quot;37169&quot;:15203,&quot;37178&quot;:15204,&quot;37181&quot;:15205,&quot;37192&quot;:15206,&quot;37211&quot;:15207,&quot;37217&quot;:15208,&quot;37220&quot;:15209,&quot;37262&quot;:15210,&quot;37278&quot;:15211,&quot;37288&quot;:15212,&quot;37293&quot;:15213,&quot;37294&quot;:15214,&quot;37298&quot;:15215,&quot;37308&quot;:15216,&quot;37360&quot;:15217,&quot;37367&quot;:15218,&quot;37371&quot;:15219,&quot;37383&quot;:15220,&quot;37416&quot;:15221,&quot;37427&quot;:15222,&quot;37432&quot;:15223,&quot;37443&quot;:15224,&quot;37447&quot;:15225,&quot;37455&quot;:15226,&quot;37472&quot;:15227,&quot;37570&quot;:15228,&quot;37579&quot;:15229,&quot;37580&quot;:15230,&quot;37599&quot;:15231,&quot;37645&quot;:15232,&quot;37653&quot;:15233,&quot;37663&quot;:15234,&quot;37671&quot;:15235,&quot;37703&quot;:15236,&quot;37714&quot;:15237,&quot;37738&quot;:15239,&quot;37741&quot;:15240,&quot;37787&quot;:15241,&quot;37818&quot;:15242,&quot;37801&quot;:15243,&quot;37825&quot;:15244,&quot;37834&quot;:15245,&quot;37858&quot;:15246,&quot;37882&quot;:15247,&quot;37885&quot;:15248,&quot;37903&quot;:15249,&quot;37940&quot;:15250,&quot;37951&quot;:15251,&quot;37973&quot;:15252,&quot;37995&quot;:15253,&quot;38002&quot;:15254,&quot;11986&quot;:15255,&quot;38264&quot;:15255,&quot;38310&quot;:15256,&quot;38313&quot;:15257,&quot;38324&quot;:15259,&quot;38333&quot;:15260,&quot;38362&quot;:15261,&quot;11983&quot;:15262,&quot;11990&quot;:15262,&quot;38429&quot;:15262,&quot;38465&quot;:15263,&quot;38488&quot;:15264,&quot;38532&quot;:15265,&quot;38564&quot;:15266,&quot;38569&quot;:15267,&quot;38610&quot;:15268,&quot;195060&quot;:15269,&quot;38622&quot;:15270,&quot;38633&quot;:15271,&quot;38641&quot;:15272,&quot;38658&quot;:15273,&quot;38665&quot;:15274,&quot;38746&quot;:15275,&quot;38755&quot;:15276,&quot;38766&quot;:15277,&quot;38771&quot;:15278,&quot;38810&quot;:15279,&quot;38818&quot;:15280,&quot;38837&quot;:15281,&quot;38838&quot;:15282,&quot;38873&quot;:15283,&quot;38878&quot;:15284,&quot;38900&quot;:15285,&quot;38922&quot;:15286,&quot;38926&quot;:15287,&quot;38942&quot;:15288,&quot;38947&quot;:15289,&quot;38955&quot;:15290,&quot;38974&quot;:15291,&quot;38994&quot;:15292,&quot;38995&quot;:15293,&quot;39001&quot;:15294,&quot;39020&quot;:15295,&quot;39096&quot;:15296,&quot;39098&quot;:15297,&quot;39103&quot;:15298,&quot;39112&quot;:15299,&quot;39141&quot;:15300,&quot;39218&quot;:15301,&quot;39219&quot;:15302,&quot;39232&quot;:15303,&quot;39245&quot;:15304,&quot;39260&quot;:15305,&quot;39263&quot;:15306,&quot;39345&quot;:15307,&quot;39353&quot;:15308,&quot;39354&quot;:15309,&quot;39369&quot;:15310,&quot;39426&quot;:15311,&quot;39446&quot;:15312,&quot;39460&quot;:15313,&quot;39463&quot;:15314,&quot;39469&quot;:15315,&quot;39470&quot;:15316,&quot;39478&quot;:15317,&quot;39480&quot;:15318,&quot;39498&quot;:15319,&quot;39510&quot;:15320,&quot;39605&quot;:15321,&quot;39606&quot;:15322,&quot;39673&quot;:15323,&quot;39683&quot;:15324,&quot;39712&quot;:15325,&quot;39731&quot;:15326,&quot;39732&quot;:15327,&quot;39795&quot;:15328,&quot;39801&quot;:15329,&quot;39847&quot;:15330,&quot;39873&quot;:15331,&quot;39879&quot;:15332,&quot;39895&quot;:15333,&quot;39911&quot;:15334,&quot;39915&quot;:15335,&quot;39927&quot;:15336,&quot;39930&quot;:15337,&quot;39933&quot;:15338,&quot;39947&quot;:15339,&quot;39975&quot;:15340,&quot;39978&quot;:15341,&quot;39990&quot;:15342,&quot;40001&quot;:15343,&quot;40019&quot;:15344,&quot;40035&quot;:15345,&quot;40048&quot;:15346,&quot;40055&quot;:15347,&quot;40194&quot;:15348,&quot;40258&quot;:15349,&quot;40263&quot;:15350,&quot;40291&quot;:15351,&quot;40297&quot;:15352,&quot;40316&quot;:15353,&quot;40318&quot;:15354,&quot;40333&quot;:15355,&quot;40369&quot;:15356,&quot;40387&quot;:15357,&quot;40391&quot;:15358,&quot;40406&quot;:15359,&quot;40415&quot;:15360,&quot;40427&quot;:15361,&quot;40436&quot;:15362,&quot;40469&quot;:15363,&quot;40477&quot;:15364,&quot;40612&quot;:15365,&quot;40616&quot;:15366,&quot;40620&quot;:15367,&quot;40679&quot;:15368,&quot;40686&quot;:15369,&quot;40720&quot;:15370,&quot;40722&quot;:15371,&quot;40727&quot;:15372,&quot;40729&quot;:15373,&quot;40751&quot;:15374,&quot;40759&quot;:15375,&quot;40761&quot;:15376,&quot;40769&quot;:15377,&quot;40773&quot;:15378,&quot;40791&quot;:15379,&quot;40808&quot;:15380,&quot;40817&quot;:15381,&quot;40821&quot;:15382,&quot;40848&quot;:15383,&quot;40852&quot;:15384,&quot;40866&quot;:15385,&quot;13317&quot;:15387,&quot;194564&quot;:15388,&quot;22048&quot;:15389,&quot;24267&quot;:15390,&quot;11925&quot;:15391,&quot;144954&quot;:15393,&quot;28665&quot;:15395,&quot;28390&quot;:15396,&quot;29107&quot;:15397,&quot;11940&quot;:15398,&quot;64073&quot;:15398,&quot;11980&quot;:15403,&quot;64102&quot;:15403,&quot;23986&quot;:15405,&quot;20435&quot;:15407,&quot;20697&quot;:15408,&quot;20720&quot;:15409,&quot;20931&quot;:15410,&quot;22134&quot;:15411,&quot;27220&quot;:15412,&quot;27905&quot;:15413,&quot;28112&quot;:15414,&quot;28226&quot;:15415,&quot;28377&quot;:15416,&quot;29668&quot;:15417,&quot;29729&quot;:15418,&quot;30060&quot;:15419,&quot;30801&quot;:15420,&quot;34805&quot;:15421,&quot;144382&quot;:15422,&quot;29608&quot;:15423,&quot;15091&quot;:15424,&quot;13531&quot;:15425,&quot;17420&quot;:15426,&quot;16010&quot;:15427,&quot;40893&quot;:15429,&quot;19432&quot;:15430,&quot;40892&quot;:15431,&quot;16090&quot;:15432,&quot;15138&quot;:15433,&quot;40894&quot;:15434,&quot;17786&quot;:15435,&quot;16531&quot;:15436,&quot;18021&quot;:15438,&quot;16643&quot;:15439,&quot;17043&quot;:15440,&quot;18094&quot;:15441,&quot;13448&quot;:15442,&quot;140809&quot;:15443,&quot;63584&quot;:15444,&quot;63585&quot;:15445,&quot;63586&quot;:15446,&quot;63610&quot;:15447,&quot;63615&quot;:15448,&quot;8836&quot;:15472,&quot;8837&quot;:15473,&quot;8842&quot;:15474,&quot;8843&quot;:15475,&quot;8713&quot;:15476,&quot;8965&quot;:15478,&quot;8966&quot;:15479,&quot;8741&quot;:15489,&quot;8742&quot;:15490,&quot;8802&quot;:15505,&quot;8773&quot;:15507,&quot;8776&quot;:15508,&quot;8822&quot;:15509,&quot;8823&quot;:15510,&quot;8487&quot;:15515,&quot;8922&quot;:15725,&quot;8923&quot;:15726,&quot;8533&quot;:15727,&quot;8984&quot;:15728,&quot;7742&quot;:15729,&quot;7743&quot;:15730,&quot;504&quot;:15731,&quot;505&quot;:15732,&quot;470&quot;:15733,&quot;472&quot;:15734,&quot;474&quot;:15735,&quot;476&quot;:15736,&quot;260&quot;:15737,&quot;728&quot;:15738,&quot;317&quot;:15739,&quot;346&quot;:15740,&quot;350&quot;:15741,&quot;356&quot;:15742,&quot;377&quot;:15743,&quot;379&quot;:15744,&quot;261&quot;:15745,&quot;731&quot;:15746,&quot;318&quot;:15747,&quot;347&quot;:15748,&quot;711&quot;:15749,&quot;351&quot;:15750,&quot;357&quot;:15751,&quot;378&quot;:15752,&quot;733&quot;:15753,&quot;380&quot;:15754,&quot;340&quot;:15755,&quot;258&quot;:15756,&quot;313&quot;:15757,&quot;262&quot;:15758,&quot;268&quot;:15759,&quot;280&quot;:15760,&quot;270&quot;:15761,&quot;323&quot;:15762,&quot;327&quot;:15763,&quot;336&quot;:15764,&quot;344&quot;:15765,&quot;368&quot;:15766,&quot;354&quot;:15767,&quot;341&quot;:15768,&quot;259&quot;:15769,&quot;314&quot;:15770,&quot;263&quot;:15771,&quot;269&quot;:15772,&quot;281&quot;:15773,&quot;271&quot;:15774,&quot;273&quot;:15775,&quot;324&quot;:15776,&quot;328&quot;:15777,&quot;337&quot;:15778,&quot;345&quot;:15779,&quot;369&quot;:15780,&quot;355&quot;:15781,&quot;729&quot;:15782,&quot;264&quot;:15783,&quot;284&quot;:15784,&quot;292&quot;:15785,&quot;308&quot;:15786,&quot;348&quot;:15787,&quot;364&quot;:15788,&quot;265&quot;:15789,&quot;285&quot;:15790,&quot;293&quot;:15791,&quot;309&quot;:15792,&quot;349&quot;:15793,&quot;365&quot;:15794,&quot;625&quot;:15795,&quot;651&quot;:15796,&quot;638&quot;:15797,&quot;620&quot;:15798,&quot;622&quot;:15799,&quot;633&quot;:15800,&quot;648&quot;:15801,&quot;598&quot;:15802,&quot;627&quot;:15803,&quot;637&quot;:15804,&quot;642&quot;:15805,&quot;656&quot;:15806,&quot;635&quot;:15807,&quot;621&quot;:15808,&quot;607&quot;:15809,&quot;626&quot;:15810,&quot;669&quot;:15811,&quot;654&quot;:15812,&quot;609&quot;:15813,&quot;624&quot;:15814,&quot;641&quot;:15815,&quot;295&quot;:15816,&quot;661&quot;:15817,&quot;660&quot;:15818,&quot;614&quot;:15819,&quot;664&quot;:15820,&quot;450&quot;:15821,&quot;595&quot;:15822,&quot;599&quot;:15823,&quot;644&quot;:15824,&quot;608&quot;:15825,&quot;403&quot;:15826,&quot;616&quot;:15827,&quot;649&quot;:15828,&quot;600&quot;:15829,&quot;604&quot;:15830,&quot;606&quot;:15831,&quot;592&quot;:15832,&quot;623&quot;:15833,&quot;650&quot;:15834,&quot;612&quot;:15835,&quot;594&quot;:15836,&quot;653&quot;:15837,&quot;613&quot;:15838,&quot;674&quot;:15839,&quot;673&quot;:15840,&quot;597&quot;:15841,&quot;657&quot;:15842,&quot;634&quot;:15843,&quot;615&quot;:15844,&quot;865&quot;:15845,&quot;712&quot;:15846,&quot;716&quot;:15847,&quot;721&quot;:15848,&quot;8255&quot;:15849,&quot;783&quot;:15850,&quot;741&quot;:15851,&quot;742&quot;:15852,&quot;743&quot;:15853,&quot;744&quot;:15854,&quot;745&quot;:15855,&quot;805&quot;:15858,&quot;812&quot;:15859,&quot;825&quot;:15860,&quot;796&quot;:15861,&quot;799&quot;:15862,&quot;800&quot;:15863,&quot;829&quot;:15864,&quot;809&quot;:15865,&quot;815&quot;:15866,&quot;734&quot;:15867,&quot;804&quot;:15868,&quot;816&quot;:15869,&quot;828&quot;:15870,&quot;820&quot;:15871,&quot;797&quot;:15872,&quot;798&quot;:15873,&quot;792&quot;:15874,&quot;793&quot;:15875,&quot;810&quot;:15876,&quot;826&quot;:15877,&quot;827&quot;:15878,&quot;794&quot;:15879,&quot;610&quot;:15883,&quot;611&quot;:15884,&quot;618&quot;:15885,&quot;628&quot;:15886,&quot;630&quot;:15887,&quot;632&quot;:15888,&quot;640&quot;:15889,&quot;655&quot;:15890,&quot;665&quot;:15891,&quot;668&quot;:15892,&quot;671&quot;:15893,&quot;688&quot;:15894,&quot;690&quot;:15895,&quot;695&quot;:15896,&quot;705&quot;:15897,&quot;736&quot;:15898,&quot;737&quot;:15899,&quot;8862&quot;:15906,&quot;12348&quot;:16194,&quot;12543&quot;:16195,&quot;12310&quot;:16197,&quot;12311&quot;:16198,&quot;9838&quot;:16199,&quot;9835&quot;:16200,&quot;10548&quot;:16201,&quot;10549&quot;:16202,&quot;10687&quot;:16203,&quot;12448&quot;:16205,&quot;10746&quot;:16207,&quot;10747&quot;:16208,&quot;962&quot;:16222,&quot;9461&quot;:16223,&quot;9462&quot;:16224,&quot;9463&quot;:16225,&quot;9464&quot;:16226,&quot;9465&quot;:16227,&quot;9466&quot;:16228,&quot;9467&quot;:16229,&quot;9468&quot;:16230,&quot;9469&quot;:16231,&quot;9470&quot;:16232,&quot;9750&quot;:16233,&quot;9751&quot;:16234,&quot;9649&quot;:16235,&quot;12784&quot;:16236,&quot;12785&quot;:16237,&quot;12786&quot;:16238,&quot;12787&quot;:16239,&quot;12788&quot;:16240,&quot;12789&quot;:16241,&quot;12790&quot;:16242,&quot;12791&quot;:16243,&quot;12792&quot;:16244,&quot;12793&quot;:16245,&quot;12794&quot;:16247,&quot;12795&quot;:16248,&quot;12796&quot;:16249,&quot;12797&quot;:16250,&quot;12798&quot;:16251,&quot;12799&quot;:16252,&quot;9150&quot;:16253,&quot;9151&quot;:16254,&quot;9152&quot;:16255,&quot;9153&quot;:16256,&quot;9154&quot;:16257,&quot;9155&quot;:16258,&quot;9156&quot;:16259,&quot;9157&quot;:16260,&quot;9158&quot;:16261,&quot;9159&quot;:16262,&quot;9160&quot;:16263,&quot;9161&quot;:16264,&quot;9162&quot;:16265,&quot;9163&quot;:16266,&quot;9164&quot;:16267,&quot;10003&quot;:16270,&quot;9251&quot;:16272,&quot;9166&quot;:16273,&quot;9680&quot;:16274,&quot;9681&quot;:16275,&quot;9682&quot;:16276,&quot;9683&quot;:16277,&quot;8263&quot;:16278,&quot;8264&quot;:16279,&quot;8273&quot;:16281,&quot;8258&quot;:16282,&quot;12688&quot;:16283,&quot;12689&quot;:16284,&quot;12690&quot;:16285,&quot;12691&quot;:16286,&quot;12692&quot;:16287,&quot;12693&quot;:16288,&quot;12694&quot;:16289,&quot;12695&quot;:16290,&quot;12696&quot;:16291,&quot;12697&quot;:16292,&quot;12698&quot;:16293,&quot;12699&quot;:16294,&quot;12700&quot;:16295,&quot;12701&quot;:16296,&quot;12702&quot;:16297,&quot;12703&quot;:16298,&quot;9136&quot;:16312,&quot;9137&quot;:16313,&quot;9842&quot;:16314,&quot;9843&quot;:16315,&quot;9844&quot;:16316,&quot;9845&quot;:16317,&quot;9846&quot;:16318,&quot;9847&quot;:16319,&quot;9848&quot;:16320,&quot;9849&quot;:16321,&quot;9850&quot;:16322,&quot;9851&quot;:16323,&quot;9852&quot;:16324,&quot;9853&quot;:16325,&quot;12441&quot;:16326,&quot;12442&quot;:16327,&quot;8413&quot;:16328,&quot;20296&quot;:16779,&quot;20319&quot;:16780,&quot;20330&quot;:16781,&quot;20332&quot;:16782,&quot;20494&quot;:16783,&quot;20504&quot;:16784,&quot;20545&quot;:16785,&quot;20722&quot;:16786,&quot;20688&quot;:16787,&quot;20742&quot;:16788,&quot;20739&quot;:16789,&quot;20789&quot;:16790,&quot;20821&quot;:16791,&quot;20823&quot;:16792,&quot;13493&quot;:16793,&quot;20938&quot;:16794,&quot;20962&quot;:16795,&quot;21079&quot;:16796,&quot;21196&quot;:16797,&quot;21206&quot;:16798,&quot;21243&quot;:16799,&quot;21276&quot;:16800,&quot;21347&quot;:16801,&quot;21405&quot;:16802,&quot;21522&quot;:16803,&quot;21631&quot;:16804,&quot;21640&quot;:16805,&quot;21840&quot;:16806,&quot;21889&quot;:16807,&quot;21933&quot;:16808,&quot;21966&quot;:16809,&quot;22075&quot;:16810,&quot;22174&quot;:16811,&quot;22185&quot;:16812,&quot;22195&quot;:16813,&quot;22391&quot;:16814,&quot;22396&quot;:16815,&quot;135963&quot;:16816,&quot;22479&quot;:16817,&quot;22500&quot;:16818,&quot;22628&quot;:16819,&quot;22665&quot;:16820,&quot;136302&quot;:16821,&quot;22738&quot;:16822,&quot;22752&quot;:16823,&quot;34369&quot;:16824,&quot;22923&quot;:16825,&quot;22930&quot;:16826,&quot;22979&quot;:16827,&quot;23059&quot;:16828,&quot;23143&quot;:16829,&quot;23159&quot;:16830,&quot;23172&quot;:16831,&quot;23236&quot;:16832,&quot;137405&quot;:16833,&quot;23421&quot;:16834,&quot;23443&quot;:16835,&quot;23570&quot;:16836,&quot;64060&quot;:16837,&quot;136884&quot;:16838,&quot;23674&quot;:16839,&quot;23695&quot;:16840,&quot;23711&quot;:16841,&quot;23715&quot;:16842,&quot;23722&quot;:16843,&quot;23760&quot;:16844,&quot;138804&quot;:16845,&quot;23821&quot;:16846,&quot;23879&quot;:16847,&quot;23937&quot;:16848,&quot;23972&quot;:16849,&quot;23975&quot;:16850,&quot;24011&quot;:16851,&quot;24158&quot;:16852,&quot;24313&quot;:16853,&quot;24320&quot;:16854,&quot;24322&quot;:16855,&quot;24355&quot;:16856,&quot;24381&quot;:16857,&quot;24404&quot;:16858,&quot;24445&quot;:16859,&quot;24589&quot;:16860,&quot;24596&quot;:16861,&quot;24600&quot;:16862,&quot;24629&quot;:16863,&quot;24647&quot;:16864,&quot;24733&quot;:16865,&quot;24788&quot;:16866,&quot;24797&quot;:16867,&quot;24875&quot;:16868,&quot;25020&quot;:16869,&quot;25017&quot;:16870,&quot;25122&quot;:16871,&quot;25178&quot;:16872,&quot;25199&quot;:16873,&quot;25302&quot;:16874,&quot;25468&quot;:16875,&quot;25573&quot;:16876,&quot;25721&quot;:16877,&quot;25796&quot;:16878,&quot;25808&quot;:16879,&quot;25897&quot;:16880,&quot;26013&quot;:16881,&quot;26170&quot;:16882,&quot;26146&quot;:16883,&quot;26155&quot;:16884,&quot;26160&quot;:16885,&quot;26163&quot;:16886,&quot;26184&quot;:16887,&quot;143812&quot;:16888,&quot;26231&quot;:16889,&quot;26232&quot;:16890,&quot;26253&quot;:16891,&quot;26299&quot;:16892,&quot;26331&quot;:16893,&quot;26344&quot;:16894,&quot;26439&quot;:16895,&quot;26497&quot;:16896,&quot;26515&quot;:16897,&quot;26520&quot;:16898,&quot;26523&quot;:16899,&quot;26620&quot;:16900,&quot;26653&quot;:16901,&quot;26787&quot;:16902,&quot;26890&quot;:16903,&quot;26953&quot;:16904,&quot;144836&quot;:16905,&quot;26946&quot;:16906,&quot;26980&quot;:16907,&quot;27045&quot;:16908,&quot;27087&quot;:16909,&quot;15286&quot;:16910,&quot;15299&quot;:16911,&quot;27113&quot;:16912,&quot;27125&quot;:16913,&quot;145215&quot;:16914,&quot;27195&quot;:16915,&quot;145251&quot;:16916,&quot;27284&quot;:16917,&quot;27301&quot;:16918,&quot;15375&quot;:16919,&quot;27419&quot;:16920,&quot;27436&quot;:16921,&quot;27495&quot;:16922,&quot;27561&quot;:16923,&quot;27565&quot;:16924,&quot;27607&quot;:16925,&quot;27647&quot;:16926,&quot;27653&quot;:16927,&quot;27764&quot;:16928,&quot;27800&quot;:16929,&quot;27899&quot;:16930,&quot;27846&quot;:16931,&quot;27953&quot;:16932,&quot;27961&quot;:16933,&quot;27967&quot;:16934,&quot;27992&quot;:16935,&quot;28052&quot;:16936,&quot;28074&quot;:16937,&quot;28123&quot;:16938,&quot;28125&quot;:16939,&quot;28228&quot;:16940,&quot;28254&quot;:16941,&quot;28337&quot;:16942,&quot;28353&quot;:16943,&quot;28432&quot;:16944,&quot;28505&quot;:16945,&quot;28513&quot;:16946,&quot;28542&quot;:16947,&quot;28556&quot;:16948,&quot;28576&quot;:16949,&quot;28604&quot;:16950,&quot;28615&quot;:16951,&quot;28618&quot;:16952,&quot;28656&quot;:16953,&quot;28750&quot;:16954,&quot;28789&quot;:16955,&quot;28836&quot;:16956,&quot;28900&quot;:16957,&quot;28971&quot;:16958,&quot;28958&quot;:16959,&quot;28974&quot;:16960,&quot;29009&quot;:16961,&quot;29032&quot;:16962,&quot;29061&quot;:16963,&quot;29063&quot;:16964,&quot;29114&quot;:16965,&quot;29124&quot;:16966,&quot;29205&quot;:16967,&quot;15935&quot;:16968,&quot;29339&quot;:16969,&quot;149489&quot;:16970,&quot;29479&quot;:16971,&quot;29520&quot;:16972,&quot;29542&quot;:16973,&quot;29602&quot;:16974,&quot;29739&quot;:16975,&quot;29766&quot;:16976,&quot;29794&quot;:16977,&quot;29805&quot;:16978,&quot;29862&quot;:16979,&quot;29865&quot;:16980,&quot;29897&quot;:16981,&quot;29951&quot;:16982,&quot;29975&quot;:16983,&quot;16242&quot;:16984,&quot;30158&quot;:16985,&quot;30210&quot;:16986,&quot;30216&quot;:16987,&quot;30308&quot;:16988,&quot;30337&quot;:16989,&quot;30365&quot;:16990,&quot;30378&quot;:16991,&quot;30390&quot;:16992,&quot;30414&quot;:16993,&quot;30420&quot;:16994,&quot;30438&quot;:16995,&quot;30449&quot;:16996,&quot;30474&quot;:16997,&quot;30489&quot;:16998,&quot;30541&quot;:16999,&quot;30542&quot;:17000,&quot;30586&quot;:17001,&quot;30592&quot;:17002,&quot;30612&quot;:17003,&quot;30688&quot;:17004,&quot;152718&quot;:17005,&quot;30787&quot;:17006,&quot;30830&quot;:17007,&quot;30896&quot;:17008,&quot;152846&quot;:17009,&quot;30893&quot;:17010,&quot;30976&quot;:17011,&quot;31004&quot;:17012,&quot;31022&quot;:17013,&quot;31028&quot;:17014,&quot;31046&quot;:17015,&quot;31097&quot;:17016,&quot;31176&quot;:17017,&quot;153457&quot;:17018,&quot;31188&quot;:17019,&quot;31198&quot;:17020,&quot;31211&quot;:17021,&quot;31213&quot;:17022,&quot;31365&quot;:17023,&quot;154052&quot;:17024,&quot;31438&quot;:17025,&quot;31485&quot;:17026,&quot;31506&quot;:17027,&quot;31533&quot;:17028,&quot;31547&quot;:17029,&quot;31599&quot;:17030,&quot;31745&quot;:17031,&quot;31795&quot;:17032,&quot;155041&quot;:17033,&quot;31853&quot;:17034,&quot;31865&quot;:17035,&quot;31887&quot;:17036,&quot;31892&quot;:17037,&quot;31904&quot;:17038,&quot;31957&quot;:17039,&quot;32049&quot;:17040,&quot;32092&quot;:17041,&quot;32131&quot;:17042,&quot;32166&quot;:17043,&quot;32194&quot;:17044,&quot;32296&quot;:17045,&quot;32663&quot;:17046,&quot;32731&quot;:17047,&quot;32821&quot;:17048,&quot;32823&quot;:17049,&quot;32970&quot;:17050,&quot;32992&quot;:17051,&quot;33011&quot;:17052,&quot;33120&quot;:17053,&quot;33127&quot;:17054,&quot;33128&quot;:17055,&quot;33133&quot;:17056,&quot;33211&quot;:17057,&quot;33226&quot;:17058,&quot;33239&quot;:17059,&quot;17499&quot;:17060,&quot;33376&quot;:17061,&quot;33396&quot;:17062,&quot;158463&quot;:17063,&quot;33441&quot;:17064,&quot;33443&quot;:17065,&quot;33444&quot;:17066,&quot;33449&quot;:17067,&quot;33471&quot;:17068,&quot;33493&quot;:17069,&quot;33533&quot;:17070,&quot;33536&quot;:17071,&quot;33570&quot;:17072,&quot;33581&quot;:17073,&quot;33594&quot;:17074,&quot;33607&quot;:17075,&quot;33661&quot;:17076,&quot;33703&quot;:17077,&quot;33743&quot;:17078,&quot;33745&quot;:17079,&quot;33761&quot;:17080,&quot;33793&quot;:17081,&quot;33798&quot;:17082,&quot;33887&quot;:17083,&quot;33904&quot;:17084,&quot;33907&quot;:17085,&quot;33925&quot;:17086,&quot;33950&quot;:17087,&quot;33978&quot;:17088,&quot;159296&quot;:17089,&quot;34098&quot;:17090,&quot;34078&quot;:17091,&quot;34095&quot;:17092,&quot;34148&quot;:17093,&quot;34170&quot;:17094,&quot;34188&quot;:17095,&quot;34210&quot;:17096,&quot;34251&quot;:17097,&quot;34285&quot;:17098,&quot;34303&quot;:17099,&quot;34308&quot;:17100,&quot;34309&quot;:17101,&quot;34320&quot;:17102,&quot;159988&quot;:17103,&quot;34328&quot;:17104,&quot;34360&quot;:17105,&quot;34391&quot;:17106,&quot;34402&quot;:17107,&quot;17821&quot;:17108,&quot;34421&quot;:17109,&quot;34488&quot;:17110,&quot;34556&quot;:17111,&quot;34695&quot;:17112,&quot;17898&quot;:17113,&quot;34826&quot;:17114,&quot;34832&quot;:17115,&quot;35022&quot;:17116,&quot;161412&quot;:17117,&quot;35122&quot;:17118,&quot;35129&quot;:17119,&quot;35136&quot;:17120,&quot;35220&quot;:17121,&quot;35318&quot;:17122,&quot;35399&quot;:17123,&quot;35421&quot;:17124,&quot;35425&quot;:17125,&quot;35445&quot;:17126,&quot;35536&quot;:17127,&quot;35654&quot;:17128,&quot;35673&quot;:17129,&quot;35689&quot;:17130,&quot;35741&quot;:17131,&quot;35913&quot;:17132,&quot;35944&quot;:17133,&quot;36271&quot;:17134,&quot;36305&quot;:17135,&quot;36311&quot;:17136,&quot;36387&quot;:17137,&quot;36413&quot;:17138,&quot;36475&quot;:17139,&quot;164471&quot;:17140,&quot;18500&quot;:17141,&quot;36602&quot;:17142,&quot;36638&quot;:17143,&quot;36653&quot;:17144,&quot;36692&quot;:17145,&quot;164813&quot;:17146,&quot;36840&quot;:17147,&quot;36846&quot;:17148,&quot;36872&quot;:17149,&quot;36909&quot;:17150,&quot;37015&quot;:17151,&quot;37043&quot;:17152,&quot;37054&quot;:17153,&quot;37060&quot;:17154,&quot;37061&quot;:17155,&quot;37063&quot;:17156,&quot;37103&quot;:17157,&quot;37140&quot;:17158,&quot;37142&quot;:17159,&quot;37154&quot;:17160,&quot;37155&quot;:17161,&quot;37167&quot;:17162,&quot;37172&quot;:17163,&quot;37251&quot;:17164,&quot;37361&quot;:17165,&quot;37705&quot;:17166,&quot;37732&quot;:17167,&quot;37733&quot;:17168,&quot;37795&quot;:17169,&quot;37855&quot;:17170,&quot;37892&quot;:17171,&quot;37939&quot;:17172,&quot;37962&quot;:17173,&quot;37987&quot;:17174,&quot;38001&quot;:17175,&quot;38286&quot;:17176,&quot;38303&quot;:17177,&quot;38316&quot;:17178,&quot;38326&quot;:17179,&quot;38347&quot;:17180,&quot;38352&quot;:17181,&quot;38355&quot;:17182,&quot;18864&quot;:17183,&quot;38366&quot;:17184,&quot;38565&quot;:17185,&quot;38639&quot;:17186,&quot;38734&quot;:17187,&quot;38805&quot;:17188,&quot;38830&quot;:17189,&quot;38842&quot;:17190,&quot;38849&quot;:17191,&quot;38857&quot;:17192,&quot;38875&quot;:17193,&quot;38998&quot;:17194,&quot;39143&quot;:17195,&quot;39256&quot;:17196,&quot;39427&quot;:17197,&quot;39617&quot;:17198,&quot;39619&quot;:17199,&quot;39630&quot;:17200,&quot;39638&quot;:17201,&quot;39682&quot;:17202,&quot;39688&quot;:17203,&quot;19479&quot;:17204,&quot;39725&quot;:17205,&quot;39774&quot;:17206,&quot;39782&quot;:17207,&quot;39812&quot;:17208,&quot;39818&quot;:17209,&quot;39838&quot;:17210,&quot;39886&quot;:17211,&quot;39909&quot;:17212,&quot;39928&quot;:17213,&quot;39971&quot;:17214,&quot;40015&quot;:17215,&quot;40016&quot;:17216,&quot;40037&quot;:17217,&quot;40221&quot;:17218,&quot;40222&quot;:17219,&quot;40259&quot;:17220,&quot;40274&quot;:17221,&quot;40330&quot;:17222,&quot;40342&quot;:17223,&quot;40384&quot;:17224,&quot;40364&quot;:17225,&quot;40380&quot;:17226,&quot;172432&quot;:17227,&quot;40423&quot;:17228,&quot;40455&quot;:17229,&quot;40606&quot;:17230,&quot;40623&quot;:17231,&quot;40855&quot;:17232,&quot;131209&quot;:17233,&quot;19970&quot;:17234,&quot;19983&quot;:17235,&quot;19986&quot;:17236,&quot;20009&quot;:17237,&quot;20014&quot;:17238,&quot;20039&quot;:17239,&quot;131234&quot;:17240,&quot;20049&quot;:17241,&quot;13318&quot;:17242,&quot;131236&quot;:17243,&quot;20073&quot;:17244,&quot;20125&quot;:17245,&quot;13356&quot;:17246,&quot;20156&quot;:17247,&quot;20163&quot;:17248,&quot;20168&quot;:17249,&quot;20203&quot;:17250,&quot;20186&quot;:17251,&quot;20209&quot;:17252,&quot;20213&quot;:17253,&quot;20246&quot;:17254,&quot;20324&quot;:17255,&quot;20279&quot;:17256,&quot;20286&quot;:17257,&quot;20312&quot;:17258,&quot;131603&quot;:17259,&quot;20343&quot;:17260,&quot;20344&quot;:17261,&quot;20354&quot;:17262,&quot;20357&quot;:17263,&quot;20454&quot;:17264,&quot;20402&quot;:17265,&quot;20421&quot;:17266,&quot;20427&quot;:17267,&quot;20434&quot;:17268,&quot;13418&quot;:17269,&quot;20466&quot;:17270,&quot;20499&quot;:17271,&quot;20508&quot;:17272,&quot;20558&quot;:17273,&quot;20563&quot;:17274,&quot;20579&quot;:17275,&quot;20643&quot;:17276,&quot;20616&quot;:17277,&quot;20626&quot;:17278,&quot;20627&quot;:17279,&quot;20629&quot;:17280,&quot;20650&quot;:17281,&quot;131883&quot;:17282,&quot;20657&quot;:17283,&quot;20666&quot;:17284,&quot;20667&quot;:17285,&quot;20676&quot;:17286,&quot;20679&quot;:17287,&quot;20723&quot;:17288,&quot;131969&quot;:17289,&quot;20686&quot;:17290,&quot;131953&quot;:17291,&quot;20692&quot;:17292,&quot;20705&quot;:17293,&quot;13458&quot;:17294,&quot;132089&quot;:17295,&quot;20759&quot;:17296,&quot;132170&quot;:17297,&quot;20832&quot;:17298,&quot;132361&quot;:17299,&quot;20851&quot;:17300,&quot;20867&quot;:17301,&quot;20875&quot;:17302,&quot;13500&quot;:17303,&quot;20888&quot;:17304,&quot;20899&quot;:17305,&quot;20909&quot;:17306,&quot;13511&quot;:17307,&quot;132566&quot;:17308,&quot;20979&quot;:17309,&quot;21010&quot;:17310,&quot;21014&quot;:17311,&quot;132943&quot;:17312,&quot;21077&quot;:17313,&quot;21084&quot;:17314,&quot;21100&quot;:17315,&quot;21111&quot;:17316,&quot;21124&quot;:17317,&quot;21122&quot;:17318,&quot;133127&quot;:17319,&quot;21144&quot;:17320,&quot;133178&quot;:17321,&quot;21156&quot;:17322,&quot;21178&quot;:17323,&quot;21179&quot;:17324,&quot;21194&quot;:17325,&quot;21201&quot;:17326,&quot;133305&quot;:17327,&quot;21239&quot;:17328,&quot;21301&quot;:17329,&quot;21314&quot;:17330,&quot;133500&quot;:17331,&quot;133533&quot;:17332,&quot;21351&quot;:17333,&quot;21370&quot;:17334,&quot;21412&quot;:17335,&quot;21428&quot;:17336,&quot;133843&quot;:17337,&quot;21431&quot;:17338,&quot;21440&quot;:17339,&quot;133917&quot;:17340,&quot;13661&quot;:17341,&quot;13662&quot;:17342,&quot;21461&quot;:17343,&quot;13667&quot;:17344,&quot;21492&quot;:17345,&quot;21540&quot;:17346,&quot;21544&quot;:17347,&quot;13678&quot;:17348,&quot;21571&quot;:17349,&quot;21602&quot;:17350,&quot;21612&quot;:17351,&quot;21653&quot;:17352,&quot;21664&quot;:17353,&quot;21670&quot;:17354,&quot;21678&quot;:17355,&quot;21687&quot;:17356,&quot;21690&quot;:17357,&quot;21699&quot;:17358,&quot;134469&quot;:17359,&quot;21740&quot;:17360,&quot;21743&quot;:17361,&quot;21745&quot;:17362,&quot;21747&quot;:17363,&quot;21760&quot;:17364,&quot;21761&quot;:17365,&quot;21769&quot;:17366,&quot;21820&quot;:17367,&quot;21825&quot;:17368,&quot;13734&quot;:17369,&quot;21831&quot;:17370,&quot;13736&quot;:17371,&quot;21860&quot;:17372,&quot;134625&quot;:17373,&quot;21885&quot;:17374,&quot;21890&quot;:17375,&quot;21905&quot;:17376,&quot;13765&quot;:17377,&quot;21970&quot;:17378,&quot;134805&quot;:17379,&quot;134765&quot;:17380,&quot;21951&quot;:17381,&quot;21961&quot;:17382,&quot;21964&quot;:17383,&quot;21969&quot;:17384,&quot;21981&quot;:17385,&quot;13786&quot;:17386,&quot;21986&quot;:17387,&quot;134756&quot;:17388,&quot;21993&quot;:17389,&quot;22056&quot;:17390,&quot;135007&quot;:17391,&quot;22023&quot;:17392,&quot;22032&quot;:17393,&quot;22064&quot;:17394,&quot;13812&quot;:17395,&quot;22077&quot;:17396,&quot;22080&quot;:17397,&quot;22087&quot;:17398,&quot;22110&quot;:17399,&quot;22112&quot;:17400,&quot;22125&quot;:17401,&quot;13829&quot;:17402,&quot;22152&quot;:17403,&quot;22156&quot;:17404,&quot;22173&quot;:17405,&quot;22184&quot;:17406,&quot;22194&quot;:17407,&quot;22213&quot;:17408,&quot;22221&quot;:17409,&quot;22239&quot;:17410,&quot;22248&quot;:17411,&quot;22262&quot;:17412,&quot;22263&quot;:17413,&quot;135681&quot;:17414,&quot;135765&quot;:17415,&quot;22313&quot;:17416,&quot;135803&quot;:17417,&quot;22341&quot;:17418,&quot;22342&quot;:17419,&quot;22349&quot;:17420,&quot;135796&quot;:17421,&quot;22376&quot;:17422,&quot;22383&quot;:17423,&quot;22387&quot;:17424,&quot;22388&quot;:17425,&quot;22389&quot;:17426,&quot;22395&quot;:17427,&quot;135908&quot;:17428,&quot;135895&quot;:17429,&quot;22426&quot;:17430,&quot;22429&quot;:17431,&quot;22430&quot;:17432,&quot;22440&quot;:17433,&quot;22487&quot;:17434,&quot;135933&quot;:17435,&quot;22476&quot;:17436,&quot;135990&quot;:17437,&quot;136004&quot;:17438,&quot;22494&quot;:17439,&quot;22512&quot;:17440,&quot;13898&quot;:17441,&quot;22520&quot;:17442,&quot;22523&quot;:17443,&quot;22525&quot;:17444,&quot;22532&quot;:17445,&quot;22558&quot;:17446,&quot;22567&quot;:17447,&quot;22585&quot;:17448,&quot;136132&quot;:17449,&quot;22601&quot;:17450,&quot;22604&quot;:17451,&quot;22631&quot;:17452,&quot;22666&quot;:17453,&quot;22667&quot;:17454,&quot;22669&quot;:17455,&quot;22671&quot;:17456,&quot;22672&quot;:17457,&quot;22676&quot;:17458,&quot;22685&quot;:17459,&quot;22698&quot;:17460,&quot;22705&quot;:17461,&quot;136301&quot;:17462,&quot;22723&quot;:17463,&quot;22733&quot;:17464,&quot;22754&quot;:17465,&quot;22771&quot;:17466,&quot;22772&quot;:17467,&quot;22789&quot;:17468,&quot;22790&quot;:17469,&quot;22797&quot;:17470,&quot;22804&quot;:17471,&quot;136663&quot;:17472,&quot;13969&quot;:17473,&quot;22845&quot;:17474,&quot;13977&quot;:17475,&quot;22854&quot;:17476,&quot;13974&quot;:17477,&quot;158761&quot;:17478,&quot;22879&quot;:17479,&quot;136775&quot;:17480,&quot;22901&quot;:17481,&quot;22902&quot;:17482,&quot;22908&quot;:17483,&quot;22943&quot;:17484,&quot;22958&quot;:17485,&quot;22972&quot;:17486,&quot;22984&quot;:17487,&quot;22989&quot;:17488,&quot;23006&quot;:17489,&quot;23015&quot;:17490,&quot;23022&quot;:17491,&quot;136966&quot;:17492,&quot;137026&quot;:17493,&quot;14031&quot;:17494,&quot;23053&quot;:17495,&quot;23063&quot;:17496,&quot;23079&quot;:17497,&quot;23085&quot;:17498,&quot;23141&quot;:17499,&quot;23162&quot;:17500,&quot;23179&quot;:17501,&quot;23196&quot;:17502,&quot;23199&quot;:17503,&quot;23200&quot;:17504,&quot;23202&quot;:17505,&quot;23217&quot;:17506,&quot;23221&quot;:17507,&quot;23226&quot;:17508,&quot;23231&quot;:17509,&quot;23258&quot;:17510,&quot;23260&quot;:17511,&quot;23269&quot;:17512,&quot;23280&quot;:17513,&quot;23278&quot;:17514,&quot;23285&quot;:17515,&quot;23304&quot;:17516,&quot;23319&quot;:17517,&quot;23348&quot;:17518,&quot;23372&quot;:17519,&quot;23378&quot;:17520,&quot;23400&quot;:17521,&quot;23407&quot;:17522,&quot;23425&quot;:17523,&quot;23428&quot;:17524,&quot;137667&quot;:17525,&quot;23446&quot;:17526,&quot;23468&quot;:17527,&quot;14177&quot;:17528,&quot;14178&quot;:17529,&quot;23502&quot;:17530,&quot;23510&quot;:17531,&quot;14188&quot;:17532,&quot;14187&quot;:17533,&quot;23537&quot;:17534,&quot;23549&quot;:17535,&quot;14197&quot;:17536,&quot;23555&quot;:17537,&quot;23593&quot;:17538,&quot;138326&quot;:17539,&quot;23647&quot;:17540,&quot;23655&quot;:17541,&quot;23656&quot;:17542,&quot;23664&quot;:17543,&quot;138541&quot;:17544,&quot;138565&quot;:17545,&quot;138616&quot;:17546,&quot;138594&quot;:17547,&quot;23688&quot;:17548,&quot;23690&quot;:17549,&quot;14273&quot;:17550,&quot;138657&quot;:17551,&quot;138652&quot;:17552,&quot;23712&quot;:17553,&quot;23714&quot;:17554,&quot;23719&quot;:17555,&quot;138642&quot;:17556,&quot;23725&quot;:17557,&quot;23733&quot;:17558,&quot;138679&quot;:17559,&quot;23753&quot;:17560,&quot;138720&quot;:17561,&quot;138803&quot;:17562,&quot;23814&quot;:17563,&quot;23824&quot;:17564,&quot;23851&quot;:17565,&quot;23837&quot;:17566,&quot;23840&quot;:17567,&quot;23857&quot;:17568,&quot;23865&quot;:17569,&quot;14312&quot;:17570,&quot;23905&quot;:17571,&quot;23914&quot;:17572,&quot;14324&quot;:17573,&quot;23920&quot;:17574,&quot;139038&quot;:17575,&quot;14333&quot;:17576,&quot;23944&quot;:17577,&quot;14336&quot;:17578,&quot;23959&quot;:17579,&quot;23984&quot;:17580,&quot;23988&quot;:17581,&quot;139126&quot;:17582,&quot;24017&quot;:17583,&quot;24023&quot;:17584,&quot;139258&quot;:17585,&quot;24036&quot;:17586,&quot;24041&quot;:17587,&quot;14383&quot;:17588,&quot;14390&quot;:17589,&quot;14400&quot;:17590,&quot;24095&quot;:17591,&quot;24126&quot;:17592,&quot;24137&quot;:17593,&quot;14428&quot;:17594,&quot;24150&quot;:17595,&quot;14433&quot;:17596,&quot;24173&quot;:17597,&quot;24174&quot;:17598,&quot;139643&quot;:17599,&quot;24229&quot;:17600,&quot;24236&quot;:17601,&quot;24249&quot;:17602,&quot;24262&quot;:17603,&quot;24281&quot;:17604,&quot;140062&quot;:17605,&quot;24317&quot;:17606,&quot;24328&quot;:17607,&quot;140205&quot;:17608,&quot;24350&quot;:17609,&quot;24391&quot;:17610,&quot;24419&quot;:17611,&quot;24434&quot;:17612,&quot;24446&quot;:17613,&quot;24463&quot;:17614,&quot;24482&quot;:17615,&quot;24519&quot;:17616,&quot;24523&quot;:17617,&quot;24530&quot;:17618,&quot;24531&quot;:17619,&quot;24532&quot;:17620,&quot;24546&quot;:17621,&quot;24558&quot;:17622,&quot;24559&quot;:17623,&quot;24563&quot;:17624,&quot;14615&quot;:17625,&quot;24610&quot;:17626,&quot;24612&quot;:17627,&quot;14618&quot;:17628,&quot;24652&quot;:17629,&quot;24725&quot;:17630,&quot;24744&quot;:17631,&quot;141043&quot;:17632,&quot;24753&quot;:17633,&quot;24766&quot;:17634,&quot;24776&quot;:17635,&quot;24793&quot;:17636,&quot;24814&quot;:17637,&quot;24821&quot;:17638,&quot;24848&quot;:17639,&quot;24857&quot;:17640,&quot;24862&quot;:17641,&quot;24890&quot;:17642,&quot;14703&quot;:17643,&quot;24897&quot;:17644,&quot;24902&quot;:17645,&quot;24928&quot;:17646,&quot;141403&quot;:17647,&quot;24978&quot;:17648,&quot;24979&quot;:17649,&quot;24983&quot;:17650,&quot;24997&quot;:17651,&quot;25005&quot;:17652,&quot;141483&quot;:17653,&quot;25045&quot;:17654,&quot;25053&quot;:17655,&quot;25077&quot;:17656,&quot;141711&quot;:17657,&quot;25123&quot;:17658,&quot;25170&quot;:17659,&quot;25185&quot;:17660,&quot;25188&quot;:17661,&quot;25211&quot;:17662,&quot;25197&quot;:17663,&quot;25203&quot;:17664,&quot;25241&quot;:17665,&quot;25301&quot;:17666,&quot;142008&quot;:17667,&quot;25341&quot;:17668,&quot;25347&quot;:17669,&quot;25360&quot;:17670,&quot;142159&quot;:17671,&quot;142160&quot;:17672,&quot;25394&quot;:17673,&quot;25397&quot;:17674,&quot;25403&quot;:17675,&quot;25404&quot;:17676,&quot;25409&quot;:17677,&quot;25412&quot;:17678,&quot;25422&quot;:17679,&quot;142150&quot;:17680,&quot;25433&quot;:17681,&quot;142365&quot;:17682,&quot;142246&quot;:17683,&quot;25452&quot;:17684,&quot;25497&quot;:17685,&quot;142372&quot;:17686,&quot;25492&quot;:17687,&quot;25533&quot;:17688,&quot;25556&quot;:17689,&quot;25557&quot;:17690,&quot;25568&quot;:17691,&quot;25579&quot;:17692,&quot;25580&quot;:17693,&quot;25586&quot;:17694,&quot;25630&quot;:17695,&quot;25637&quot;:17696,&quot;25641&quot;:17697,&quot;25647&quot;:17698,&quot;25690&quot;:17699,&quot;25693&quot;:17700,&quot;25715&quot;:17701,&quot;25725&quot;:17702,&quot;25735&quot;:17703,&quot;25745&quot;:17704,&quot;25759&quot;:17705,&quot;25803&quot;:17706,&quot;25804&quot;:17707,&quot;25813&quot;:17708,&quot;25815&quot;:17709,&quot;142817&quot;:17710,&quot;25828&quot;:17711,&quot;25855&quot;:17712,&quot;14958&quot;:17713,&quot;25871&quot;:17714,&quot;25876&quot;:17715,&quot;14963&quot;:17716,&quot;25886&quot;:17717,&quot;25906&quot;:17718,&quot;25924&quot;:17719,&quot;25940&quot;:17720,&quot;25963&quot;:17721,&quot;25978&quot;:17722,&quot;25988&quot;:17723,&quot;25994&quot;:17724,&quot;26034&quot;:17725,&quot;26037&quot;:17726,&quot;26040&quot;:17727,&quot;26047&quot;:17728,&quot;26057&quot;:17729,&quot;26068&quot;:17730,&quot;15062&quot;:17731,&quot;26105&quot;:17732,&quot;26108&quot;:17733,&quot;26116&quot;:17734,&quot;26120&quot;:17735,&quot;26145&quot;:17736,&quot;26154&quot;:17737,&quot;26181&quot;:17738,&quot;26193&quot;:17739,&quot;26190&quot;:17740,&quot;15082&quot;:17741,&quot;143811&quot;:17742,&quot;143861&quot;:17743,&quot;143798&quot;:17744,&quot;26218&quot;:17745,&quot;26220&quot;:17746,&quot;26221&quot;:17747,&quot;26235&quot;:17748,&quot;26240&quot;:17749,&quot;26256&quot;:17750,&quot;26258&quot;:17751,&quot;15118&quot;:17752,&quot;26285&quot;:17753,&quot;26289&quot;:17754,&quot;26293&quot;:17755,&quot;15130&quot;:17756,&quot;15132&quot;:17757,&quot;15063&quot;:17758,&quot;26369&quot;:17759,&quot;26386&quot;:17760,&quot;144242&quot;:17761,&quot;26393&quot;:17762,&quot;144339&quot;:17763,&quot;144338&quot;:17764,&quot;26445&quot;:17765,&quot;26452&quot;:17766,&quot;26461&quot;:17767,&quot;144336&quot;:17768,&quot;144356&quot;:17769,&quot;144341&quot;:17770,&quot;26484&quot;:17771,&quot;144346&quot;:17772,&quot;26514&quot;:17773,&quot;144351&quot;:17774,&quot;33635&quot;:17775,&quot;26640&quot;:17776,&quot;26563&quot;:17777,&quot;26568&quot;:17778,&quot;26578&quot;:17779,&quot;26587&quot;:17780,&quot;26615&quot;:17781,&quot;144458&quot;:17782,&quot;144465&quot;:17783,&quot;144459&quot;:17784,&quot;26648&quot;:17785,&quot;26655&quot;:17786,&quot;26669&quot;:17787,&quot;144485&quot;:17788,&quot;26675&quot;:17789,&quot;26683&quot;:17790,&quot;26686&quot;:17791,&quot;26693&quot;:17792,&quot;26697&quot;:17793,&quot;26700&quot;:17794,&quot;26709&quot;:17795,&quot;26711&quot;:17796,&quot;15223&quot;:17797,&quot;26731&quot;:17798,&quot;26734&quot;:17799,&quot;26748&quot;:17800,&quot;26754&quot;:17801,&quot;26768&quot;:17802,&quot;26774&quot;:17803,&quot;15213&quot;:17804,&quot;26776&quot;:17805,&quot;26777&quot;:17806,&quot;26778&quot;:17807,&quot;26780&quot;:17808,&quot;26794&quot;:17809,&quot;26795&quot;:17810,&quot;26804&quot;:17811,&quot;26811&quot;:17812,&quot;26875&quot;:17813,&quot;144612&quot;:17814,&quot;144730&quot;:17815,&quot;26819&quot;:17816,&quot;26821&quot;:17817,&quot;26828&quot;:17818,&quot;26841&quot;:17819,&quot;26852&quot;:17820,&quot;26853&quot;:17821,&quot;26860&quot;:17822,&quot;26871&quot;:17823,&quot;26883&quot;:17824,&quot;26887&quot;:17825,&quot;15239&quot;:17826,&quot;144788&quot;:17827,&quot;15245&quot;:17828,&quot;26950&quot;:17829,&quot;26985&quot;:17830,&quot;26988&quot;:17831,&quot;27002&quot;:17832,&quot;27026&quot;:17833,&quot;15268&quot;:17834,&quot;27030&quot;:17835,&quot;27056&quot;:17836,&quot;27066&quot;:17837,&quot;27068&quot;:17838,&quot;27072&quot;:17839,&quot;27089&quot;:17840,&quot;144953&quot;:17841,&quot;144967&quot;:17842,&quot;144952&quot;:17843,&quot;27107&quot;:17844,&quot;27118&quot;:17845,&quot;27119&quot;:17846,&quot;27123&quot;:17847,&quot;15309&quot;:17848,&quot;27124&quot;:17849,&quot;27134&quot;:17850,&quot;27153&quot;:17851,&quot;27162&quot;:17852,&quot;27165&quot;:17853,&quot;145180&quot;:17854,&quot;27186&quot;:17855,&quot;27187&quot;:17856,&quot;27199&quot;:17857,&quot;27209&quot;:17858,&quot;27258&quot;:17859,&quot;27214&quot;:17860,&quot;27218&quot;:17861,&quot;27236&quot;:17862,&quot;145164&quot;:17863,&quot;27275&quot;:17864,&quot;15344&quot;:17865,&quot;27297&quot;:17866,&quot;145252&quot;:17867,&quot;27307&quot;:17868,&quot;27325&quot;:17869,&quot;27334&quot;:17870,&quot;27348&quot;:17871,&quot;27344&quot;:17872,&quot;27357&quot;:17873,&quot;145407&quot;:17874,&quot;145383&quot;:17875,&quot;27377&quot;:17876,&quot;27378&quot;:17877,&quot;27379&quot;:17878,&quot;27389&quot;:17879,&quot;145444&quot;:17880,&quot;27403&quot;:17881,&quot;27407&quot;:17882,&quot;27408&quot;:17883,&quot;27409&quot;:17884,&quot;145469&quot;:17885,&quot;27415&quot;:17886,&quot;15398&quot;:17887,&quot;27439&quot;:17888,&quot;27466&quot;:17889,&quot;27480&quot;:17890,&quot;27500&quot;:17891,&quot;27509&quot;:17892,&quot;11934&quot;:17893,&quot;27514&quot;:17893,&quot;27521&quot;:17894,&quot;27547&quot;:17895,&quot;27566&quot;:17896,&quot;146072&quot;:17897,&quot;27581&quot;:17898,&quot;27591&quot;:17899,&quot;27592&quot;:17900,&quot;27593&quot;:17901,&quot;27610&quot;:17902,&quot;27622&quot;:17903,&quot;27623&quot;:17904,&quot;27630&quot;:17905,&quot;27650&quot;:17906,&quot;27658&quot;:17907,&quot;27662&quot;:17908,&quot;27702&quot;:17909,&quot;146559&quot;:17910,&quot;27725&quot;:17911,&quot;27739&quot;:17912,&quot;27757&quot;:17913,&quot;27780&quot;:17914,&quot;27785&quot;:17915,&quot;15555&quot;:17916,&quot;27796&quot;:17917,&quot;27799&quot;:17918,&quot;27821&quot;:17919,&quot;27842&quot;:17920,&quot;15570&quot;:17921,&quot;27868&quot;:17922,&quot;27881&quot;:17923,&quot;27885&quot;:17924,&quot;146688&quot;:17925,&quot;27904&quot;:17926,&quot;27940&quot;:17927,&quot;27942&quot;:17928,&quot;27943&quot;:17929,&quot;27751&quot;:17930,&quot;27951&quot;:17931,&quot;27964&quot;:17932,&quot;27995&quot;:17933,&quot;28000&quot;:17934,&quot;28016&quot;:17935,&quot;28032&quot;:17936,&quot;28033&quot;:17937,&quot;28042&quot;:17938,&quot;28045&quot;:17939,&quot;28049&quot;:17940,&quot;28056&quot;:17941,&quot;146752&quot;:17942,&quot;146938&quot;:17943,&quot;146937&quot;:17944,&quot;146899&quot;:17945,&quot;28075&quot;:17946,&quot;28078&quot;:17947,&quot;28084&quot;:17948,&quot;28098&quot;:17949,&quot;27956&quot;:17950,&quot;28104&quot;:17951,&quot;28110&quot;:17952,&quot;28127&quot;:17953,&quot;28150&quot;:17954,&quot;28214&quot;:17955,&quot;28190&quot;:17956,&quot;15633&quot;:17957,&quot;28210&quot;:17958,&quot;28232&quot;:17959,&quot;28233&quot;:17960,&quot;28235&quot;:17961,&quot;28236&quot;:17962,&quot;28239&quot;:17963,&quot;28243&quot;:17964,&quot;28244&quot;:17965,&quot;28247&quot;:17966,&quot;28259&quot;:17967,&quot;15646&quot;:17968,&quot;28307&quot;:17969,&quot;28327&quot;:17970,&quot;28340&quot;:17971,&quot;28355&quot;:17972,&quot;28469&quot;:17973,&quot;28395&quot;:17974,&quot;28409&quot;:17975,&quot;28411&quot;:17976,&quot;28426&quot;:17977,&quot;28428&quot;:17978,&quot;28440&quot;:17979,&quot;28453&quot;:17980,&quot;28470&quot;:17981,&quot;28476&quot;:17982,&quot;147326&quot;:17983,&quot;28498&quot;:17984,&quot;28503&quot;:17985,&quot;28512&quot;:17986,&quot;28520&quot;:17987,&quot;28560&quot;:17988,&quot;28566&quot;:17989,&quot;28606&quot;:17990,&quot;28575&quot;:17991,&quot;28581&quot;:17992,&quot;28591&quot;:17993,&quot;15716&quot;:17994,&quot;28616&quot;:17995,&quot;28617&quot;:17996,&quot;28649&quot;:17997,&quot;147606&quot;:17998,&quot;28668&quot;:17999,&quot;28672&quot;:18000,&quot;28682&quot;:18001,&quot;28707&quot;:18002,&quot;147715&quot;:18003,&quot;28730&quot;:18004,&quot;28739&quot;:18005,&quot;28743&quot;:18006,&quot;28747&quot;:18007,&quot;15770&quot;:18008,&quot;28773&quot;:18009,&quot;28777&quot;:18010,&quot;28782&quot;:18011,&quot;28790&quot;:18012,&quot;28806&quot;:18013,&quot;28823&quot;:18014,&quot;147910&quot;:18015,&quot;28831&quot;:18016,&quot;28849&quot;:18017,&quot;147966&quot;:18018,&quot;28908&quot;:18019,&quot;28874&quot;:18020,&quot;28881&quot;:18021,&quot;28931&quot;:18022,&quot;28934&quot;:18023,&quot;28936&quot;:18024,&quot;28940&quot;:18025,&quot;15808&quot;:18026,&quot;28975&quot;:18027,&quot;29008&quot;:18028,&quot;29011&quot;:18029,&quot;29022&quot;:18030,&quot;15828&quot;:18031,&quot;29078&quot;:18032,&quot;29056&quot;:18033,&quot;29083&quot;:18034,&quot;29088&quot;:18035,&quot;29090&quot;:18036,&quot;29102&quot;:18037,&quot;29103&quot;:18038,&quot;148412&quot;:18039,&quot;29145&quot;:18040,&quot;29148&quot;:18041,&quot;29191&quot;:18042,&quot;15877&quot;:18043,&quot;29236&quot;:18044,&quot;29241&quot;:18045,&quot;29250&quot;:18046,&quot;29271&quot;:18047,&quot;29283&quot;:18048,&quot;149033&quot;:18049,&quot;29294&quot;:18050,&quot;29295&quot;:18051,&quot;29304&quot;:18052,&quot;29311&quot;:18053,&quot;29326&quot;:18054,&quot;149157&quot;:18055,&quot;29358&quot;:18056,&quot;29360&quot;:18057,&quot;29377&quot;:18058,&quot;15968&quot;:18059,&quot;29388&quot;:18060,&quot;15974&quot;:18061,&quot;15976&quot;:18062,&quot;29427&quot;:18063,&quot;29434&quot;:18064,&quot;29447&quot;:18065,&quot;29458&quot;:18066,&quot;29464&quot;:18067,&quot;29465&quot;:18068,&quot;16003&quot;:18069,&quot;29497&quot;:18070,&quot;29484&quot;:18071,&quot;29491&quot;:18072,&quot;29501&quot;:18073,&quot;29522&quot;:18074,&quot;16020&quot;:18075,&quot;29547&quot;:18076,&quot;149654&quot;:18077,&quot;29550&quot;:18078,&quot;29551&quot;:18079,&quot;29553&quot;:18080,&quot;29569&quot;:18081,&quot;29578&quot;:18082,&quot;29588&quot;:18083,&quot;29592&quot;:18084,&quot;29596&quot;:18085,&quot;29605&quot;:18086,&quot;29625&quot;:18087,&quot;29631&quot;:18088,&quot;29637&quot;:18089,&quot;29643&quot;:18090,&quot;29665&quot;:18091,&quot;29671&quot;:18092,&quot;29689&quot;:18093,&quot;29715&quot;:18094,&quot;29690&quot;:18095,&quot;29697&quot;:18096,&quot;29779&quot;:18097,&quot;29760&quot;:18098,&quot;29763&quot;:18099,&quot;29778&quot;:18100,&quot;29789&quot;:18101,&quot;29825&quot;:18102,&quot;29832&quot;:18103,&quot;150093&quot;:18104,&quot;29842&quot;:18105,&quot;29847&quot;:18106,&quot;29849&quot;:18107,&quot;29857&quot;:18108,&quot;29861&quot;:18109,&quot;29866&quot;:18110,&quot;29881&quot;:18111,&quot;29883&quot;:18112,&quot;29882&quot;:18113,&quot;29910&quot;:18114,&quot;29912&quot;:18115,&quot;29931&quot;:18116,&quot;150358&quot;:18117,&quot;29946&quot;:18118,&quot;150383&quot;:18119,&quot;29984&quot;:18120,&quot;29988&quot;:18121,&quot;29994&quot;:18122,&quot;16215&quot;:18123,&quot;150550&quot;:18124,&quot;30013&quot;:18125,&quot;30014&quot;:18126,&quot;30016&quot;:18127,&quot;30024&quot;:18128,&quot;30032&quot;:18129,&quot;30034&quot;:18130,&quot;30066&quot;:18131,&quot;30065&quot;:18132,&quot;30074&quot;:18133,&quot;30077&quot;:18134,&quot;30078&quot;:18135,&quot;30092&quot;:18136,&quot;16245&quot;:18137,&quot;30114&quot;:18138,&quot;16247&quot;:18139,&quot;30128&quot;:18140,&quot;30135&quot;:18141,&quot;30143&quot;:18142,&quot;30144&quot;:18143,&quot;30150&quot;:18144,&quot;30159&quot;:18145,&quot;30163&quot;:18146,&quot;30173&quot;:18147,&quot;30175&quot;:18148,&quot;30176&quot;:18149,&quot;30183&quot;:18150,&quot;30190&quot;:18151,&quot;30193&quot;:18152,&quot;30211&quot;:18153,&quot;30232&quot;:18154,&quot;30215&quot;:18155,&quot;30223&quot;:18156,&quot;16302&quot;:18157,&quot;151054&quot;:18158,&quot;30227&quot;:18159,&quot;30235&quot;:18160,&quot;30236&quot;:18161,&quot;151095&quot;:18162,&quot;30245&quot;:18163,&quot;30248&quot;:18164,&quot;30268&quot;:18165,&quot;30259&quot;:18166,&quot;151146&quot;:18167,&quot;16329&quot;:18168,&quot;30273&quot;:18169,&quot;151179&quot;:18170,&quot;30281&quot;:18171,&quot;30293&quot;:18172,&quot;16343&quot;:18173,&quot;30318&quot;:18174,&quot;30357&quot;:18175,&quot;30369&quot;:18176,&quot;30368&quot;:18177,&quot;30375&quot;:18178,&quot;30376&quot;:18179,&quot;30383&quot;:18180,&quot;151626&quot;:18181,&quot;30409&quot;:18182,&quot;151637&quot;:18183,&quot;30440&quot;:18184,&quot;151842&quot;:18185,&quot;30487&quot;:18186,&quot;30490&quot;:18187,&quot;30509&quot;:18188,&quot;30517&quot;:18189,&quot;151977&quot;:18190,&quot;16441&quot;:18191,&quot;152037&quot;:18192,&quot;152013&quot;:18193,&quot;30552&quot;:18194,&quot;152094&quot;:18195,&quot;30588&quot;:18196,&quot;152140&quot;:18197,&quot;16472&quot;:18198,&quot;30618&quot;:18199,&quot;30623&quot;:18200,&quot;30626&quot;:18201,&quot;30628&quot;:18202,&quot;30686&quot;:18203,&quot;30687&quot;:18204,&quot;30692&quot;:18205,&quot;30698&quot;:18206,&quot;30700&quot;:18207,&quot;30715&quot;:18208,&quot;152622&quot;:18209,&quot;30725&quot;:18210,&quot;30729&quot;:18211,&quot;30733&quot;:18212,&quot;30745&quot;:18213,&quot;30764&quot;:18214,&quot;30791&quot;:18215,&quot;30826&quot;:18216,&quot;152793&quot;:18217,&quot;30858&quot;:18218,&quot;30868&quot;:18219,&quot;30884&quot;:18220,&quot;30877&quot;:18221,&quot;30879&quot;:18222,&quot;30907&quot;:18223,&quot;30933&quot;:18224,&quot;30950&quot;:18225,&quot;30969&quot;:18226,&quot;30970&quot;:18227,&quot;30974&quot;:18228,&quot;152999&quot;:18229,&quot;30992&quot;:18230,&quot;31003&quot;:18231,&quot;31013&quot;:18232,&quot;31050&quot;:18233,&quot;31064&quot;:18234,&quot;16645&quot;:18235,&quot;31079&quot;:18236,&quot;31090&quot;:18237,&quot;31125&quot;:18238,&quot;31137&quot;:18239,&quot;31145&quot;:18240,&quot;31156&quot;:18241,&quot;31170&quot;:18242,&quot;31175&quot;:18243,&quot;31180&quot;:18244,&quot;31181&quot;:18245,&quot;31190&quot;:18246,&quot;16712&quot;:18247,&quot;153513&quot;:18248,&quot;153524&quot;:18249,&quot;16719&quot;:18250,&quot;31242&quot;:18251,&quot;31253&quot;:18252,&quot;31259&quot;:18253,&quot;16739&quot;:18254,&quot;31288&quot;:18255,&quot;31303&quot;:18256,&quot;31318&quot;:18257,&quot;31321&quot;:18258,&quot;31324&quot;:18259,&quot;31327&quot;:18260,&quot;31335&quot;:18261,&quot;31338&quot;:18262,&quot;31349&quot;:18263,&quot;31362&quot;:18264,&quot;31370&quot;:18265,&quot;31376&quot;:18266,&quot;31404&quot;:18267,&quot;154068&quot;:18268,&quot;16820&quot;:18269,&quot;31417&quot;:18270,&quot;31422&quot;:18271,&quot;16831&quot;:18272,&quot;31436&quot;:18273,&quot;31464&quot;:18274,&quot;31476&quot;:18275,&quot;154340&quot;:18276,&quot;154339&quot;:18277,&quot;154353&quot;:18278,&quot;31549&quot;:18279,&quot;31530&quot;:18280,&quot;31534&quot;:18281,&quot;31535&quot;:18282,&quot;16870&quot;:18283,&quot;16883&quot;:18284,&quot;31615&quot;:18285,&quot;31553&quot;:18286,&quot;16878&quot;:18287,&quot;31573&quot;:18288,&quot;31609&quot;:18289,&quot;31588&quot;:18290,&quot;31590&quot;:18291,&quot;31603&quot;:18292,&quot;154546&quot;:18293,&quot;16903&quot;:18294,&quot;31632&quot;:18295,&quot;31643&quot;:18296,&quot;16910&quot;:18297,&quot;31669&quot;:18298,&quot;31676&quot;:18299,&quot;31685&quot;:18300,&quot;31690&quot;:18301,&quot;154699&quot;:18302,&quot;154724&quot;:18303,&quot;31700&quot;:18304,&quot;31702&quot;:18305,&quot;31706&quot;:18306,&quot;31722&quot;:18307,&quot;31728&quot;:18308,&quot;31747&quot;:18309,&quot;31758&quot;:18310,&quot;31813&quot;:18311,&quot;31818&quot;:18312,&quot;31831&quot;:18313,&quot;31838&quot;:18314,&quot;31841&quot;:18315,&quot;31849&quot;:18316,&quot;31855&quot;:18317,&quot;155182&quot;:18318,&quot;155222&quot;:18319,&quot;155237&quot;:18320,&quot;31910&quot;:18321,&quot;155234&quot;:18322,&quot;31926&quot;:18323,&quot;31927&quot;:18324,&quot;155352&quot;:18325,&quot;31940&quot;:18326,&quot;155330&quot;:18327,&quot;31949&quot;:18328,&quot;155368&quot;:18329,&quot;155427&quot;:18330,&quot;31974&quot;:18331,&quot;155484&quot;:18332,&quot;31989&quot;:18333,&quot;32003&quot;:18334,&quot;17094&quot;:18335,&quot;32018&quot;:18336,&quot;32030&quot;:18337,&quot;155616&quot;:18338,&quot;155604&quot;:18339,&quot;32061&quot;:18340,&quot;32062&quot;:18341,&quot;32064&quot;:18342,&quot;32071&quot;:18343,&quot;155660&quot;:18344,&quot;155643&quot;:18345,&quot;17110&quot;:18346,&quot;32090&quot;:18347,&quot;32106&quot;:18348,&quot;32112&quot;:18349,&quot;17117&quot;:18350,&quot;32127&quot;:18351,&quot;155671&quot;:18352,&quot;32136&quot;:18353,&quot;32151&quot;:18354,&quot;155744&quot;:18355,&quot;32157&quot;:18356,&quot;32167&quot;:18357,&quot;32170&quot;:18358,&quot;32182&quot;:18359,&quot;32192&quot;:18360,&quot;32215&quot;:18361,&quot;32217&quot;:18362,&quot;32230&quot;:18363,&quot;17154&quot;:18364,&quot;155885&quot;:18365,&quot;64088&quot;:18366,&quot;32272&quot;:18367,&quot;32279&quot;:18368,&quot;32285&quot;:18369,&quot;32295&quot;:18370,&quot;32300&quot;:18371,&quot;32325&quot;:18372,&quot;32373&quot;:18373,&quot;32382&quot;:18374,&quot;32390&quot;:18375,&quot;32391&quot;:18376,&quot;17195&quot;:18377,&quot;32410&quot;:18378,&quot;17219&quot;:18379,&quot;32572&quot;:18380,&quot;32571&quot;:18381,&quot;32574&quot;:18382,&quot;32579&quot;:18383,&quot;13505&quot;:18384,&quot;156272&quot;:18385,&quot;156294&quot;:18386,&quot;32611&quot;:18387,&quot;32612&quot;:18388,&quot;32621&quot;:18389,&quot;32637&quot;:18390,&quot;32638&quot;:18391,&quot;32656&quot;:18392,&quot;20859&quot;:18393,&quot;146702&quot;:18394,&quot;32662&quot;:18395,&quot;32668&quot;:18396,&quot;32685&quot;:18397,&quot;156674&quot;:18398,&quot;32707&quot;:18399,&quot;32719&quot;:18400,&quot;32739&quot;:18401,&quot;32754&quot;:18402,&quot;32778&quot;:18403,&quot;32776&quot;:18404,&quot;32790&quot;:18405,&quot;32812&quot;:18406,&quot;32816&quot;:18407,&quot;32835&quot;:18408,&quot;32870&quot;:18409,&quot;32891&quot;:18410,&quot;32921&quot;:18411,&quot;32924&quot;:18412,&quot;32932&quot;:18413,&quot;32935&quot;:18414,&quot;32952&quot;:18415,&quot;157310&quot;:18416,&quot;32965&quot;:18417,&quot;32981&quot;:18418,&quot;32998&quot;:18419,&quot;33037&quot;:18420,&quot;33013&quot;:18421,&quot;33019&quot;:18422,&quot;17390&quot;:18423,&quot;33077&quot;:18424,&quot;33054&quot;:18425,&quot;17392&quot;:18426,&quot;33060&quot;:18427,&quot;33063&quot;:18428,&quot;33068&quot;:18429,&quot;157469&quot;:18430,&quot;33085&quot;:18431,&quot;17416&quot;:18432,&quot;33129&quot;:18433,&quot;17431&quot;:18434,&quot;17436&quot;:18435,&quot;33157&quot;:18436,&quot;17442&quot;:18437,&quot;33176&quot;:18438,&quot;33202&quot;:18439,&quot;33217&quot;:18440,&quot;33219&quot;:18441,&quot;33238&quot;:18442,&quot;33243&quot;:18443,&quot;157917&quot;:18444,&quot;33252&quot;:18445,&quot;157930&quot;:18446,&quot;33260&quot;:18447,&quot;33277&quot;:18448,&quot;33279&quot;:18449,&quot;158063&quot;:18450,&quot;33284&quot;:18451,&quot;158173&quot;:18452,&quot;33305&quot;:18453,&quot;33314&quot;:18454,&quot;158238&quot;:18455,&quot;33340&quot;:18456,&quot;33353&quot;:18457,&quot;33349&quot;:18458,&quot;158296&quot;:18459,&quot;17526&quot;:18460,&quot;17530&quot;:18461,&quot;33367&quot;:18462,&quot;158348&quot;:18463,&quot;33372&quot;:18464,&quot;33379&quot;:18465,&quot;158391&quot;:18466,&quot;17553&quot;:18467,&quot;33405&quot;:18468,&quot;33407&quot;:18469,&quot;33411&quot;:18470,&quot;33418&quot;:18471,&quot;33427&quot;:18472,&quot;33447&quot;:18473,&quot;33448&quot;:18474,&quot;33458&quot;:18475,&quot;33460&quot;:18476,&quot;33466&quot;:18477,&quot;33468&quot;:18478,&quot;33506&quot;:18479,&quot;33512&quot;:18480,&quot;33527&quot;:18481,&quot;33543&quot;:18482,&quot;33544&quot;:18483,&quot;33548&quot;:18484,&quot;33620&quot;:18485,&quot;33563&quot;:18486,&quot;33565&quot;:18487,&quot;33584&quot;:18488,&quot;33596&quot;:18489,&quot;33604&quot;:18490,&quot;33623&quot;:18491,&quot;17598&quot;:18492,&quot;17620&quot;:18493,&quot;17587&quot;:18494,&quot;33684&quot;:18495,&quot;33685&quot;:18496,&quot;33691&quot;:18497,&quot;33693&quot;:18498,&quot;33737&quot;:18499,&quot;33744&quot;:18500,&quot;33748&quot;:18501,&quot;33757&quot;:18502,&quot;33765&quot;:18503,&quot;33785&quot;:18504,&quot;33813&quot;:18505,&quot;158835&quot;:18506,&quot;33815&quot;:18507,&quot;33849&quot;:18508,&quot;33871&quot;:18509,&quot;33873&quot;:18510,&quot;33874&quot;:18511,&quot;33881&quot;:18512,&quot;33882&quot;:18513,&quot;33884&quot;:18514,&quot;158941&quot;:18515,&quot;33893&quot;:18516,&quot;33912&quot;:18517,&quot;33916&quot;:18518,&quot;33921&quot;:18519,&quot;17677&quot;:18520,&quot;33943&quot;:18521,&quot;33958&quot;:18522,&quot;33982&quot;:18523,&quot;17672&quot;:18524,&quot;33998&quot;:18525,&quot;33999&quot;:18526,&quot;34003&quot;:18527,&quot;159333&quot;:18528,&quot;34023&quot;:18529,&quot;34026&quot;:18530,&quot;34031&quot;:18531,&quot;34033&quot;:18532,&quot;34042&quot;:18533,&quot;34075&quot;:18534,&quot;34084&quot;:18535,&quot;34085&quot;:18536,&quot;34091&quot;:18537,&quot;34127&quot;:18538,&quot;34159&quot;:18539,&quot;17731&quot;:18540,&quot;34129&quot;:18541,&quot;34145&quot;:18542,&quot;34146&quot;:18543,&quot;159636&quot;:18544,&quot;34171&quot;:18545,&quot;34173&quot;:18546,&quot;34175&quot;:18547,&quot;34177&quot;:18548,&quot;34182&quot;:18549,&quot;34195&quot;:18550,&quot;34205&quot;:18551,&quot;34207&quot;:18552,&quot;159736&quot;:18553,&quot;159734&quot;:18554,&quot;159735&quot;:18555,&quot;34236&quot;:18556,&quot;34247&quot;:18557,&quot;34250&quot;:18558,&quot;34264&quot;:18559,&quot;34265&quot;:18560,&quot;34271&quot;:18561,&quot;34273&quot;:18562,&quot;34278&quot;:18563,&quot;34294&quot;:18564,&quot;34304&quot;:18565,&quot;34321&quot;:18566,&quot;34334&quot;:18567,&quot;34337&quot;:18568,&quot;34340&quot;:18569,&quot;34343&quot;:18570,&quot;160013&quot;:18571,&quot;34361&quot;:18572,&quot;34364&quot;:18573,&quot;160057&quot;:18574,&quot;34368&quot;:18575,&quot;34387&quot;:18576,&quot;34390&quot;:18577,&quot;34423&quot;:18578,&quot;34439&quot;:18579,&quot;34441&quot;:18580,&quot;34460&quot;:18581,&quot;34461&quot;:18582,&quot;34481&quot;:18583,&quot;34483&quot;:18584,&quot;34497&quot;:18585,&quot;34499&quot;:18586,&quot;34513&quot;:18587,&quot;34517&quot;:18588,&quot;34519&quot;:18589,&quot;34531&quot;:18590,&quot;34534&quot;:18591,&quot;17848&quot;:18592,&quot;34565&quot;:18593,&quot;34567&quot;:18594,&quot;34574&quot;:18595,&quot;34576&quot;:18596,&quot;34591&quot;:18597,&quot;34593&quot;:18598,&quot;34595&quot;:18599,&quot;34609&quot;:18600,&quot;34618&quot;:18601,&quot;34624&quot;:18602,&quot;34627&quot;:18603,&quot;34641&quot;:18604,&quot;34648&quot;:18605,&quot;34660&quot;:18606,&quot;34661&quot;:18607,&quot;34674&quot;:18608,&quot;34684&quot;:18609,&quot;160731&quot;:18610,&quot;160730&quot;:18611,&quot;34727&quot;:18612,&quot;34697&quot;:18613,&quot;34699&quot;:18614,&quot;34707&quot;:18615,&quot;34720&quot;:18616,&quot;160766&quot;:18617,&quot;17893&quot;:18618,&quot;34750&quot;:18619,&quot;160784&quot;:18620,&quot;34753&quot;:18621,&quot;34766&quot;:18622,&quot;34783&quot;:18623,&quot;160841&quot;:18624,&quot;34787&quot;:18625,&quot;34789&quot;:18626,&quot;34790&quot;:18627,&quot;34794&quot;:18628,&quot;34835&quot;:18629,&quot;34856&quot;:18630,&quot;34862&quot;:18631,&quot;34866&quot;:18632,&quot;34876&quot;:18633,&quot;17935&quot;:18634,&quot;34890&quot;:18635,&quot;34904&quot;:18636,&quot;161301&quot;:18637,&quot;161300&quot;:18638,&quot;34921&quot;:18639,&quot;161329&quot;:18640,&quot;34927&quot;:18641,&quot;34976&quot;:18642,&quot;35004&quot;:18643,&quot;35008&quot;:18644,&quot;161427&quot;:18645,&quot;35025&quot;:18646,&quot;35027&quot;:18647,&quot;17985&quot;:18648,&quot;35073&quot;:18649,&quot;161550&quot;:18650,&quot;35127&quot;:18651,&quot;161571&quot;:18652,&quot;35138&quot;:18653,&quot;35141&quot;:18654,&quot;35145&quot;:18655,&quot;161618&quot;:18656,&quot;35170&quot;:18657,&quot;35209&quot;:18658,&quot;35216&quot;:18659,&quot;35231&quot;:18660,&quot;35248&quot;:18661,&quot;35255&quot;:18662,&quot;35288&quot;:18663,&quot;35307&quot;:18664,&quot;18081&quot;:18665,&quot;35315&quot;:18666,&quot;35325&quot;:18667,&quot;35327&quot;:18668,&quot;18095&quot;:18669,&quot;35345&quot;:18670,&quot;35348&quot;:18671,&quot;162181&quot;:18672,&quot;35361&quot;:18673,&quot;35381&quot;:18674,&quot;35390&quot;:18675,&quot;35397&quot;:18676,&quot;35405&quot;:18677,&quot;35416&quot;:18678,&quot;35502&quot;:18679,&quot;35472&quot;:18680,&quot;35511&quot;:18681,&quot;35543&quot;:18682,&quot;35580&quot;:18683,&quot;162436&quot;:18684,&quot;35594&quot;:18685,&quot;35589&quot;:18686,&quot;35597&quot;:18687,&quot;35612&quot;:18688,&quot;35629&quot;:18689,&quot;18188&quot;:18690,&quot;35665&quot;:18691,&quot;35678&quot;:18692,&quot;35702&quot;:18693,&quot;35713&quot;:18694,&quot;35723&quot;:18695,&quot;35732&quot;:18696,&quot;35733&quot;:18697,&quot;35897&quot;:18698,&quot;162739&quot;:18699,&quot;35901&quot;:18700,&quot;162750&quot;:18701,&quot;162759&quot;:18702,&quot;35909&quot;:18703,&quot;35919&quot;:18704,&quot;35927&quot;:18705,&quot;35945&quot;:18706,&quot;35949&quot;:18707,&quot;163000&quot;:18708,&quot;35987&quot;:18709,&quot;35986&quot;:18710,&quot;35993&quot;:18711,&quot;18276&quot;:18712,&quot;35995&quot;:18713,&quot;36054&quot;:18714,&quot;36053&quot;:18715,&quot;163232&quot;:18716,&quot;36081&quot;:18717,&quot;163344&quot;:18718,&quot;36105&quot;:18719,&quot;36110&quot;:18720,&quot;36296&quot;:18721,&quot;36313&quot;:18722,&quot;36364&quot;:18723,&quot;18429&quot;:18724,&quot;36349&quot;:18725,&quot;36358&quot;:18726,&quot;163978&quot;:18727,&quot;36372&quot;:18728,&quot;36374&quot;:18729,&quot;36385&quot;:18730,&quot;36386&quot;:18731,&quot;36391&quot;:18732,&quot;164027&quot;:18733,&quot;18454&quot;:18734,&quot;36406&quot;:18735,&quot;36409&quot;:18736,&quot;36436&quot;:18737,&quot;36450&quot;:18738,&quot;36461&quot;:18739,&quot;36463&quot;:18740,&quot;36504&quot;:18741,&quot;36510&quot;:18742,&quot;36533&quot;:18743,&quot;36539&quot;:18744,&quot;164482&quot;:18745,&quot;18510&quot;:18746,&quot;164595&quot;:18747,&quot;36608&quot;:18748,&quot;36616&quot;:18749,&quot;36651&quot;:18750,&quot;36672&quot;:18751,&quot;36682&quot;:18752,&quot;36696&quot;:18753,&quot;164876&quot;:18754,&quot;36772&quot;:18755,&quot;36788&quot;:18756,&quot;164949&quot;:18757,&quot;36801&quot;:18758,&quot;36806&quot;:18759,&quot;64036&quot;:18760,&quot;36810&quot;:18761,&quot;36813&quot;:18762,&quot;36819&quot;:18763,&quot;36821&quot;:18764,&quot;36849&quot;:18765,&quot;36853&quot;:18766,&quot;36859&quot;:18767,&quot;36876&quot;:18768,&quot;36919&quot;:18769,&quot;165227&quot;:18770,&quot;36931&quot;:18771,&quot;36957&quot;:18772,&quot;165320&quot;:18773,&quot;165321&quot;:18774,&quot;36997&quot;:18775,&quot;37004&quot;:18776,&quot;37008&quot;:18777,&quot;37025&quot;:18778,&quot;18613&quot;:18779,&quot;37040&quot;:18780,&quot;37046&quot;:18781,&quot;37059&quot;:18782,&quot;37064&quot;:18783,&quot;165591&quot;:18784,&quot;37084&quot;:18785,&quot;37087&quot;:18786,&quot;165626&quot;:18787,&quot;37110&quot;:18788,&quot;37106&quot;:18789,&quot;37120&quot;:18790,&quot;37099&quot;:18791,&quot;37118&quot;:18792,&quot;37119&quot;:18793,&quot;37124&quot;:18794,&quot;37126&quot;:18795,&quot;37144&quot;:18796,&quot;37150&quot;:18797,&quot;37175&quot;:18798,&quot;37177&quot;:18799,&quot;37190&quot;:18800,&quot;37191&quot;:18801,&quot;37207&quot;:18802,&quot;37209&quot;:18803,&quot;37236&quot;:18804,&quot;37241&quot;:18805,&quot;37253&quot;:18806,&quot;37299&quot;:18807,&quot;37302&quot;:18808,&quot;37315&quot;:18809,&quot;37316&quot;:18810,&quot;166217&quot;:18811,&quot;166214&quot;:18812,&quot;37356&quot;:18813,&quot;37377&quot;:18814,&quot;37398&quot;:18815,&quot;37399&quot;:18816,&quot;166251&quot;:18817,&quot;37442&quot;:18818,&quot;37450&quot;:18819,&quot;37462&quot;:18820,&quot;37473&quot;:18821,&quot;37477&quot;:18822,&quot;37480&quot;:18823,&quot;166280&quot;:18824,&quot;37500&quot;:18825,&quot;37501&quot;:18826,&quot;37503&quot;:18827,&quot;37513&quot;:18828,&quot;37517&quot;:18829,&quot;37527&quot;:18830,&quot;37529&quot;:18831,&quot;37535&quot;:18832,&quot;37547&quot;:18833,&quot;166330&quot;:18834,&quot;166331&quot;:18835,&quot;37554&quot;:18836,&quot;37567&quot;:18837,&quot;37568&quot;:18838,&quot;37574&quot;:18839,&quot;37582&quot;:18840,&quot;37605&quot;:18841,&quot;37649&quot;:18842,&quot;166430&quot;:18843,&quot;166441&quot;:18844,&quot;37623&quot;:18845,&quot;37673&quot;:18846,&quot;166513&quot;:18847,&quot;166467&quot;:18848,&quot;37713&quot;:18849,&quot;37722&quot;:18850,&quot;37739&quot;:18851,&quot;37745&quot;:18852,&quot;37747&quot;:18853,&quot;37793&quot;:18854,&quot;166553&quot;:18855,&quot;166605&quot;:18856,&quot;37768&quot;:18857,&quot;37771&quot;:18858,&quot;37775&quot;:18859,&quot;37790&quot;:18860,&quot;37877&quot;:18861,&quot;166628&quot;:18862,&quot;166621&quot;:18863,&quot;37873&quot;:18864,&quot;37831&quot;:18865,&quot;37852&quot;:18866,&quot;37863&quot;:18867,&quot;37897&quot;:18868,&quot;37910&quot;:18869,&quot;37911&quot;:18870,&quot;37883&quot;:18871,&quot;37938&quot;:18872,&quot;37947&quot;:18873,&quot;166849&quot;:18874,&quot;166895&quot;:18875,&quot;37997&quot;:18876,&quot;37999&quot;:18877,&quot;38265&quot;:18878,&quot;38278&quot;:18879,&quot;38284&quot;:18880,&quot;38285&quot;:18881,&quot;167184&quot;:18882,&quot;167281&quot;:18883,&quot;38344&quot;:18884,&quot;167419&quot;:18885,&quot;167455&quot;:18886,&quot;38444&quot;:18887,&quot;38451&quot;:18888,&quot;38452&quot;:18889,&quot;167478&quot;:18890,&quot;38460&quot;:18891,&quot;38497&quot;:18892,&quot;167561&quot;:18893,&quot;38530&quot;:18894,&quot;167659&quot;:18895,&quot;38554&quot;:18896,&quot;167730&quot;:18897,&quot;18919&quot;:18898,&quot;38579&quot;:18899,&quot;38586&quot;:18900,&quot;38589&quot;:18901,&quot;18938&quot;:18902,&quot;167928&quot;:18903,&quot;38616&quot;:18904,&quot;38618&quot;:18905,&quot;38621&quot;:18906,&quot;18948&quot;:18907,&quot;38676&quot;:18908,&quot;38691&quot;:18909,&quot;18985&quot;:18910,&quot;38710&quot;:18911,&quot;38721&quot;:18912,&quot;38727&quot;:18913,&quot;38743&quot;:18914,&quot;38747&quot;:18915,&quot;38762&quot;:18916,&quot;168608&quot;:18917,&quot;168625&quot;:18918,&quot;38806&quot;:18919,&quot;38814&quot;:18920,&quot;38833&quot;:18921,&quot;38834&quot;:18922,&quot;38846&quot;:18923,&quot;38860&quot;:18924,&quot;38865&quot;:18925,&quot;38868&quot;:18926,&quot;38872&quot;:18927,&quot;38881&quot;:18928,&quot;38897&quot;:18929,&quot;38916&quot;:18930,&quot;38925&quot;:18931,&quot;38932&quot;:18932,&quot;38934&quot;:18933,&quot;19132&quot;:18934,&quot;169104&quot;:18935,&quot;38962&quot;:18936,&quot;38963&quot;:18937,&quot;38949&quot;:18938,&quot;38983&quot;:18939,&quot;39014&quot;:18940,&quot;39083&quot;:18941,&quot;39085&quot;:18942,&quot;39088&quot;:18943,&quot;169423&quot;:18944,&quot;39095&quot;:18945,&quot;39099&quot;:18946,&quot;39100&quot;:18947,&quot;39106&quot;:18948,&quot;39111&quot;:18949,&quot;39115&quot;:18950,&quot;39137&quot;:18951,&quot;39139&quot;:18952,&quot;39146&quot;:18953,&quot;39152&quot;:18954,&quot;39153&quot;:18955,&quot;39155&quot;:18956,&quot;39176&quot;:18957,&quot;19259&quot;:18958,&quot;169712&quot;:18959,&quot;39190&quot;:18960,&quot;39191&quot;:18961,&quot;169753&quot;:18962,&quot;39194&quot;:18963,&quot;39195&quot;:18964,&quot;39196&quot;:18965,&quot;169808&quot;:18966,&quot;39217&quot;:18967,&quot;39226&quot;:18968,&quot;39227&quot;:18969,&quot;39228&quot;:18970,&quot;39233&quot;:18971,&quot;39238&quot;:18972,&quot;39246&quot;:18973,&quot;39264&quot;:18974,&quot;39331&quot;:18975,&quot;39334&quot;:18976,&quot;39357&quot;:18977,&quot;39359&quot;:18978,&quot;39363&quot;:18979,&quot;39380&quot;:18980,&quot;39385&quot;:18981,&quot;39390&quot;:18982,&quot;170182&quot;:18983,&quot;39408&quot;:18984,&quot;39417&quot;:18985,&quot;39420&quot;:18986,&quot;39434&quot;:18987,&quot;39441&quot;:18988,&quot;39450&quot;:18989,&quot;39456&quot;:18990,&quot;39473&quot;:18991,&quot;39492&quot;:18992,&quot;39500&quot;:18993,&quot;39512&quot;:18994,&quot;19394&quot;:18995,&quot;39599&quot;:18996,&quot;19402&quot;:18997,&quot;39607&quot;:18998,&quot;19410&quot;:18999,&quot;39609&quot;:19000,&quot;170610&quot;:19001,&quot;39622&quot;:19002,&quot;39632&quot;:19003,&quot;39634&quot;:19004,&quot;39637&quot;:19005,&quot;39648&quot;:19006,&quot;39653&quot;:19007,&quot;39657&quot;:19008,&quot;39692&quot;:19009,&quot;39696&quot;:19010,&quot;39698&quot;:19011,&quot;39702&quot;:19012,&quot;39708&quot;:19013,&quot;39723&quot;:19014,&quot;39741&quot;:19015,&quot;19488&quot;:19016,&quot;39755&quot;:19017,&quot;39779&quot;:19018,&quot;39781&quot;:19019,&quot;39787&quot;:19020,&quot;39788&quot;:19021,&quot;39798&quot;:19022,&quot;39799&quot;:19023,&quot;39846&quot;:19024,&quot;39852&quot;:19025,&quot;171483&quot;:19026,&quot;39858&quot;:19027,&quot;39864&quot;:19028,&quot;39870&quot;:19029,&quot;39923&quot;:19030,&quot;39896&quot;:19031,&quot;39901&quot;:19032,&quot;39914&quot;:19033,&quot;39919&quot;:19034,&quot;39918&quot;:19035,&quot;171541&quot;:19036,&quot;171658&quot;:19037,&quot;171593&quot;:19038,&quot;39958&quot;:19039,&quot;39960&quot;:19040,&quot;39961&quot;:19041,&quot;39962&quot;:19042,&quot;39965&quot;:19043,&quot;39970&quot;:19044,&quot;39977&quot;:19045,&quot;171716&quot;:19046,&quot;39985&quot;:19047,&quot;39991&quot;:19048,&quot;40005&quot;:19049,&quot;40028&quot;:19050,&quot;171753&quot;:19051,&quot;40009&quot;:19052,&quot;40010&quot;:19053,&quot;171739&quot;:19054,&quot;40020&quot;:19055,&quot;40024&quot;:19056,&quot;40027&quot;:19057,&quot;40029&quot;:19058,&quot;40031&quot;:19059,&quot;40041&quot;:19060,&quot;40042&quot;:19061,&quot;40043&quot;:19062,&quot;40045&quot;:19063,&quot;40046&quot;:19064,&quot;40050&quot;:19065,&quot;40053&quot;:19066,&quot;40058&quot;:19067,&quot;40166&quot;:19068,&quot;40178&quot;:19069,&quot;40203&quot;:19070,&quot;171982&quot;:19071,&quot;171991&quot;:19071,&quot;40209&quot;:19072,&quot;40215&quot;:19073,&quot;40216&quot;:19074,&quot;172079&quot;:19075,&quot;19652&quot;:19076,&quot;172058&quot;:19077,&quot;40242&quot;:19078,&quot;19665&quot;:19079,&quot;40266&quot;:19080,&quot;40287&quot;:19081,&quot;40290&quot;:19082,&quot;172281&quot;:19083,&quot;172162&quot;:19084,&quot;40307&quot;:19085,&quot;40310&quot;:19086,&quot;40311&quot;:19087,&quot;40324&quot;:19088,&quot;40345&quot;:19089,&quot;40353&quot;:19090,&quot;40383&quot;:19091,&quot;40373&quot;:19092,&quot;40377&quot;:19093,&quot;40381&quot;:19094,&quot;40393&quot;:19095,&quot;40410&quot;:19096,&quot;40416&quot;:19097,&quot;40419&quot;:19098,&quot;19719&quot;:19099,&quot;40458&quot;:19100,&quot;40450&quot;:19101,&quot;40461&quot;:19102,&quot;40476&quot;:19103,&quot;40571&quot;:19104,&quot;139800&quot;:19105,&quot;40576&quot;:19106,&quot;40581&quot;:19107,&quot;40603&quot;:19108,&quot;172940&quot;:19109,&quot;40637&quot;:19110,&quot;173111&quot;:19111,&quot;40671&quot;:19112,&quot;40703&quot;:19113,&quot;40706&quot;:19114,&quot;19831&quot;:19115,&quot;40707&quot;:19116,&quot;40762&quot;:19117,&quot;40765&quot;:19118,&quot;40774&quot;:19119,&quot;40787&quot;:19120,&quot;40789&quot;:19121,&quot;40792&quot;:19122,&quot;173553&quot;:19123,&quot;40797&quot;:19124,&quot;173570&quot;:19125,&quot;40809&quot;:19126,&quot;40813&quot;:19127,&quot;40816&quot;:19128,&quot;173746&quot;:19129,&quot;11948&quot;:19130,&quot;13844&quot;:19131,&quot;14509&quot;:19132,&quot;15820&quot;:19133,&quot;16348&quot;:19134,&quot;17854&quot;:19135,&quot;17936&quot;:19136,&quot;19326&quot;:19137,&quot;19512&quot;:19138,&quot;19681&quot;:19139,&quot;19980&quot;:19140,&quot;20003&quot;:19141,&quot;20004&quot;:19142,&quot;20089&quot;:19143,&quot;20211&quot;:19144,&quot;20236&quot;:19145,&quot;20249&quot;:19146,&quot;20267&quot;:19147,&quot;20270&quot;:19148,&quot;20273&quot;:19149,&quot;20356&quot;:19150,&quot;20382&quot;:19151,&quot;20407&quot;:19152,&quot;20484&quot;:19153,&quot;20492&quot;:19154,&quot;20556&quot;:19155,&quot;20575&quot;:19156,&quot;20578&quot;:19157,&quot;20599&quot;:19158,&quot;20622&quot;:19159,&quot;20638&quot;:19160,&quot;20642&quot;:19161,&quot;20675&quot;:19162,&quot;20712&quot;:19163,&quot;20721&quot;:19164,&quot;20734&quot;:19165,&quot;20743&quot;:19166,&quot;20748&quot;:19167,&quot;20749&quot;:19168,&quot;20750&quot;:19169,&quot;20787&quot;:19170,&quot;20792&quot;:19171,&quot;20852&quot;:19172,&quot;20868&quot;:19173,&quot;20920&quot;:19174,&quot;20922&quot;:19175,&quot;20936&quot;:19176,&quot;20943&quot;:19177,&quot;20945&quot;:19178,&quot;20947&quot;:19179,&quot;20948&quot;:19180,&quot;20952&quot;:19181,&quot;20959&quot;:19182,&quot;20997&quot;:19183,&quot;21030&quot;:19184,&quot;21032&quot;:19185,&quot;21035&quot;:19186,&quot;21041&quot;:19187,&quot;21042&quot;:19188,&quot;21045&quot;:19189,&quot;21052&quot;:19190,&quot;21082&quot;:19191,&quot;21088&quot;:19192,&quot;21102&quot;:19193,&quot;21112&quot;:19194,&quot;21113&quot;:19195,&quot;21130&quot;:19196,&quot;21132&quot;:19197,&quot;21217&quot;:19198,&quot;21225&quot;:19199,&quot;21233&quot;:19200,&quot;21251&quot;:19201,&quot;21265&quot;:19202,&quot;21279&quot;:19203,&quot;21293&quot;:19204,&quot;21298&quot;:19205,&quot;21309&quot;:19206,&quot;21349&quot;:19207,&quot;21357&quot;:19208,&quot;21369&quot;:19209,&quot;21374&quot;:19210,&quot;21396&quot;:19211,&quot;21401&quot;:19212,&quot;21418&quot;:19213,&quot;21423&quot;:19214,&quot;21434&quot;:19215,&quot;21441&quot;:19216,&quot;21444&quot;:19217,&quot;21445&quot;:19218,&quot;21472&quot;:19219,&quot;21523&quot;:19220,&quot;21546&quot;:19221,&quot;21553&quot;:19222,&quot;21556&quot;:19223,&quot;21557&quot;:19224,&quot;21580&quot;:19225,&quot;21671&quot;:19226,&quot;21674&quot;:19227,&quot;21681&quot;:19228,&quot;21691&quot;:19229,&quot;21710&quot;:19230,&quot;21738&quot;:19231,&quot;21756&quot;:19232,&quot;21765&quot;:19233,&quot;21768&quot;:19234,&quot;21781&quot;:19235,&quot;21799&quot;:19236,&quot;21802&quot;:19237,&quot;21814&quot;:19238,&quot;21841&quot;:19239,&quot;21862&quot;:19240,&quot;21903&quot;:19241,&quot;21906&quot;:19242,&quot;21908&quot;:19243,&quot;21924&quot;:19244,&quot;21938&quot;:19245,&quot;21955&quot;:19246,&quot;21958&quot;:19247,&quot;21971&quot;:19248,&quot;21979&quot;:19249,&quot;21996&quot;:19250,&quot;21998&quot;:19251,&quot;22001&quot;:19252,&quot;22006&quot;:19253,&quot;22008&quot;:19254,&quot;22021&quot;:19255,&quot;22029&quot;:19256,&quot;22033&quot;:19257,&quot;22034&quot;:19258,&quot;22060&quot;:19259,&quot;22069&quot;:19260,&quot;22073&quot;:19261,&quot;22093&quot;:19262,&quot;22100&quot;:19263,&quot;22149&quot;:19264,&quot;22175&quot;:19265,&quot;22182&quot;:19266,&quot;22199&quot;:19267,&quot;22220&quot;:19268,&quot;22223&quot;:19269,&quot;22233&quot;:19270,&quot;22241&quot;:19271,&quot;22251&quot;:19272,&quot;22253&quot;:19273,&quot;22257&quot;:19274,&quot;22279&quot;:19275,&quot;22284&quot;:19276,&quot;22298&quot;:19277,&quot;22299&quot;:19278,&quot;22301&quot;:19279,&quot;22316&quot;:19280,&quot;22318&quot;:19281,&quot;22333&quot;:19282,&quot;22334&quot;:19283,&quot;22367&quot;:19284,&quot;22379&quot;:19285,&quot;22381&quot;:19286,&quot;22394&quot;:19287,&quot;22403&quot;:19288,&quot;22423&quot;:19289,&quot;22446&quot;:19290,&quot;22485&quot;:19291,&quot;22503&quot;:19292,&quot;22541&quot;:19293,&quot;22566&quot;:19294,&quot;22605&quot;:19295,&quot;22607&quot;:19296,&quot;22623&quot;:19297,&quot;22637&quot;:19298,&quot;22655&quot;:19299,&quot;22657&quot;:19300,&quot;22680&quot;:19301,&quot;22716&quot;:19302,&quot;22815&quot;:19303,&quot;22819&quot;:19304,&quot;22873&quot;:19305,&quot;22905&quot;:19306,&quot;22935&quot;:19307,&quot;22959&quot;:19308,&quot;22963&quot;:19309,&quot;23007&quot;:19310,&quot;23025&quot;:19311,&quot;23032&quot;:19312,&quot;23218&quot;:19313,&quot;23224&quot;:19314,&quot;23274&quot;:19315,&quot;23286&quot;:19316,&quot;23323&quot;:19317,&quot;23325&quot;:19318,&quot;23329&quot;:19319,&quot;23352&quot;:19320,&quot;23479&quot;:19321,&quot;23511&quot;:19322,&quot;23520&quot;:19323,&quot;23583&quot;:19324,&quot;23594&quot;:19325,&quot;23596&quot;:19326,&quot;23606&quot;:19327,&quot;23641&quot;:19328,&quot;23644&quot;:19329,&quot;23661&quot;:19330,&quot;23773&quot;:19331,&quot;23809&quot;:19332,&quot;23860&quot;:19333,&quot;23869&quot;:19334,&quot;23897&quot;:19335,&quot;23934&quot;:19336,&quot;23939&quot;:19337,&quot;24007&quot;:19338,&quot;24057&quot;:19339,&quot;24104&quot;:19340,&quot;24114&quot;:19341,&quot;24117&quot;:19342,&quot;24155&quot;:19343,&quot;24168&quot;:19344,&quot;24170&quot;:19345,&quot;24183&quot;:19346,&quot;24192&quot;:19347,&quot;24203&quot;:19348,&quot;24243&quot;:19349,&quot;24253&quot;:19350,&quot;24273&quot;:19351,&quot;24276&quot;:19352,&quot;24277&quot;:19353,&quot;24397&quot;:19354,&quot;24492&quot;:19355,&quot;24554&quot;:19356,&quot;24583&quot;:19357,&quot;24649&quot;:19358,&quot;24660&quot;:19359,&quot;24679&quot;:19360,&quot;24763&quot;:19361,&quot;24772&quot;:19362,&quot;24829&quot;:19363,&quot;24842&quot;:19364,&quot;24854&quot;:19365,&quot;24874&quot;:19366,&quot;24886&quot;:19367,&quot;24926&quot;:19368,&quot;24932&quot;:19369,&quot;24955&quot;:19370,&quot;24957&quot;:19371,&quot;24959&quot;:19372,&quot;24989&quot;:19373,&quot;25016&quot;:19374,&quot;25052&quot;:19375,&quot;25058&quot;:19376,&quot;25061&quot;:19377,&quot;25064&quot;:19378,&quot;25092&quot;:19379,&quot;25095&quot;:19380,&quot;25137&quot;:19381,&quot;25145&quot;:19382,&quot;25149&quot;:19383,&quot;25210&quot;:19384,&quot;25232&quot;:19385,&quot;25256&quot;:19386,&quot;25306&quot;:19387,&quot;25332&quot;:19388,&quot;25366&quot;:19389,&quot;25386&quot;:19390,&quot;25398&quot;:19391,&quot;25414&quot;:19392,&quot;25419&quot;:19393,&quot;25427&quot;:19394,&quot;25457&quot;:19395,&quot;25461&quot;:19396,&quot;25471&quot;:19397,&quot;25474&quot;:19398,&quot;25482&quot;:19399,&quot;25518&quot;:19400,&quot;25519&quot;:19401,&quot;25578&quot;:19402,&quot;25592&quot;:19403,&quot;25593&quot;:19404,&quot;25618&quot;:19405,&quot;25624&quot;:19406,&quot;25632&quot;:19407,&quot;25636&quot;:19408,&quot;25642&quot;:19409,&quot;25653&quot;:19410,&quot;25661&quot;:19411,&quot;25663&quot;:19412,&quot;25682&quot;:19413,&quot;25695&quot;:19414,&quot;25716&quot;:19415,&quot;25744&quot;:19416,&quot;25752&quot;:19417,&quot;25753&quot;:19418,&quot;25772&quot;:19419,&quot;25779&quot;:19420,&quot;25837&quot;:19421,&quot;25840&quot;:19422,&quot;25883&quot;:19423,&quot;25887&quot;:19424,&quot;25902&quot;:19425,&quot;25929&quot;:19426,&quot;25952&quot;:19427,&quot;26002&quot;:19428,&quot;26005&quot;:19429,&quot;26036&quot;:19430,&quot;26046&quot;:19431,&quot;26056&quot;:19432,&quot;26062&quot;:19433,&quot;26064&quot;:19434,&quot;26079&quot;:19435,&quot;26238&quot;:19436,&quot;26251&quot;:19437,&quot;26252&quot;:19438,&quot;26291&quot;:19439,&quot;26304&quot;:19440,&quot;26319&quot;:19441,&quot;26405&quot;:19442,&quot;26421&quot;:19443,&quot;26453&quot;:19444,&quot;26496&quot;:19445,&quot;26511&quot;:19446,&quot;26513&quot;:19447,&quot;26532&quot;:19448,&quot;26545&quot;:19449,&quot;26549&quot;:19450,&quot;26558&quot;:19451,&quot;26664&quot;:19452,&quot;26758&quot;:19453,&quot;26859&quot;:19454,&quot;26869&quot;:19455,&quot;26903&quot;:19456,&quot;26931&quot;:19457,&quot;26936&quot;:19458,&quot;26971&quot;:19459,&quot;26981&quot;:19460,&quot;27048&quot;:19461,&quot;27051&quot;:19462,&quot;27055&quot;:19463,&quot;27109&quot;:19464,&quot;27121&quot;:19465,&quot;27210&quot;:19466,&quot;27221&quot;:19467,&quot;27239&quot;:19468,&quot;27249&quot;:19469,&quot;27311&quot;:19470,&quot;27336&quot;:19471,&quot;27337&quot;:19472,&quot;27395&quot;:19473,&quot;27451&quot;:19474,&quot;27455&quot;:19475,&quot;27517&quot;:19476,&quot;27518&quot;:19477,&quot;27568&quot;:19478,&quot;27639&quot;:19479,&quot;27641&quot;:19480,&quot;27652&quot;:19481,&quot;27657&quot;:19482,&quot;27661&quot;:19483,&quot;27692&quot;:19484,&quot;27722&quot;:19485,&quot;27730&quot;:19486,&quot;27732&quot;:19487,&quot;27769&quot;:19488,&quot;27820&quot;:19489,&quot;27828&quot;:19490,&quot;27858&quot;:19491,&quot;28001&quot;:19492,&quot;28028&quot;:19493,&quot;28089&quot;:19494,&quot;28144&quot;:19495,&quot;28229&quot;:19496,&quot;28275&quot;:19497,&quot;28283&quot;:19498,&quot;28285&quot;:19499,&quot;28297&quot;:19500,&quot;28348&quot;:19501,&quot;28378&quot;:19502,&quot;28379&quot;:19503,&quot;28454&quot;:19504,&quot;28457&quot;:19505,&quot;28464&quot;:19506,&quot;28551&quot;:19507,&quot;28573&quot;:19508,&quot;28590&quot;:19509,&quot;28599&quot;:19510,&quot;28685&quot;:19511,&quot;28704&quot;:19512,&quot;28745&quot;:19513,&quot;28824&quot;:19514,&quot;28848&quot;:19515,&quot;28885&quot;:19516,&quot;28886&quot;:19517,&quot;28997&quot;:19518,&quot;29106&quot;:19519,&quot;29172&quot;:19520,&quot;29207&quot;:19521,&quot;29215&quot;:19522,&quot;29251&quot;:19523,&quot;29263&quot;:19524,&quot;29264&quot;:19525,&quot;29274&quot;:19526,&quot;29280&quot;:19527,&quot;29288&quot;:19528,&quot;29303&quot;:19529,&quot;29316&quot;:19530,&quot;29385&quot;:19531,&quot;29413&quot;:19532,&quot;29428&quot;:19533,&quot;29442&quot;:19534,&quot;29451&quot;:19535,&quot;29470&quot;:19536,&quot;29474&quot;:19537,&quot;29498&quot;:19538,&quot;29499&quot;:19539,&quot;29517&quot;:19540,&quot;29528&quot;:19541,&quot;29543&quot;:19542,&quot;29810&quot;:19543,&quot;29871&quot;:19544,&quot;29919&quot;:19545,&quot;29924&quot;:19546,&quot;29940&quot;:19547,&quot;29947&quot;:19548,&quot;29974&quot;:19549,&quot;29985&quot;:19550,&quot;30015&quot;:19551,&quot;30046&quot;:19552,&quot;30105&quot;:19553,&quot;30116&quot;:19554,&quot;30145&quot;:19555,&quot;30148&quot;:19556,&quot;30156&quot;:19557,&quot;30167&quot;:19558,&quot;30172&quot;:19559,&quot;30177&quot;:19560,&quot;30191&quot;:19561,&quot;30212&quot;:19562,&quot;30220&quot;:19563,&quot;30237&quot;:19564,&quot;30258&quot;:19565,&quot;30264&quot;:19566,&quot;30277&quot;:19567,&quot;30282&quot;:19568,&quot;30303&quot;:19569,&quot;30381&quot;:19570,&quot;30397&quot;:19571,&quot;30425&quot;:19572,&quot;30443&quot;:19573,&quot;30448&quot;:19574,&quot;30457&quot;:19575,&quot;30464&quot;:19576,&quot;30478&quot;:19577,&quot;30498&quot;:19578,&quot;30504&quot;:19579,&quot;30511&quot;:19580,&quot;30521&quot;:19581,&quot;30526&quot;:19582,&quot;30533&quot;:19583,&quot;30538&quot;:19584,&quot;30543&quot;:19585,&quot;30558&quot;:19586,&quot;30564&quot;:19587,&quot;30567&quot;:19588,&quot;30572&quot;:19589,&quot;30596&quot;:19590,&quot;30604&quot;:19591,&quot;30605&quot;:19592,&quot;30614&quot;:19593,&quot;30631&quot;:19594,&quot;30639&quot;:19595,&quot;30647&quot;:19596,&quot;30654&quot;:19597,&quot;30665&quot;:19598,&quot;30673&quot;:19599,&quot;30681&quot;:19600,&quot;30705&quot;:19601,&quot;30775&quot;:19602,&quot;30812&quot;:19603,&quot;30846&quot;:19604,&quot;30872&quot;:19605,&quot;30881&quot;:19606,&quot;30897&quot;:19607,&quot;30899&quot;:19608,&quot;30921&quot;:19609,&quot;30931&quot;:19610,&quot;30988&quot;:19611,&quot;31007&quot;:19612,&quot;31015&quot;:19613,&quot;31016&quot;:19614,&quot;31039&quot;:19615,&quot;31042&quot;:19616,&quot;31060&quot;:19617,&quot;31083&quot;:19618,&quot;31100&quot;:19619,&quot;31147&quot;:19620,&quot;31172&quot;:19621,&quot;31210&quot;:19622,&quot;31234&quot;:19623,&quot;31244&quot;:19624,&quot;31280&quot;:19625,&quot;31290&quot;:19626,&quot;31300&quot;:19627,&quot;31360&quot;:19628,&quot;31366&quot;:19629,&quot;31380&quot;:19630,&quot;31413&quot;:19631,&quot;31421&quot;:19632,&quot;31486&quot;:19633,&quot;31531&quot;:19634,&quot;31607&quot;:19635,&quot;31648&quot;:19636,&quot;31660&quot;:19637,&quot;31664&quot;:19638,&quot;31720&quot;:19639,&quot;31730&quot;:19640,&quot;31736&quot;:19641,&quot;31740&quot;:19642,&quot;31742&quot;:19643,&quot;31753&quot;:19644,&quot;31784&quot;:19645,&quot;31791&quot;:19646,&quot;31810&quot;:19647,&quot;31826&quot;:19648,&quot;31827&quot;:19649,&quot;31835&quot;:19650,&quot;31836&quot;:19651,&quot;31837&quot;:19652,&quot;31858&quot;:19653,&quot;31869&quot;:19654,&quot;31879&quot;:19655,&quot;31902&quot;:19656,&quot;31930&quot;:19657,&quot;31943&quot;:19658,&quot;31955&quot;:19659,&quot;31962&quot;:19660,&quot;32060&quot;:19661,&quot;32077&quot;:19662,&quot;32130&quot;:19663,&quot;32133&quot;:19664,&quot;32141&quot;:19665,&quot;32145&quot;:19666,&quot;32158&quot;:19667,&quot;32179&quot;:19668,&quot;32185&quot;:19669,&quot;32208&quot;:19670,&quot;32229&quot;:19671,&quot;32245&quot;:19672,&quot;32246&quot;:19673,&quot;32303&quot;:19674,&quot;32310&quot;:19675,&quot;32324&quot;:19676,&quot;32367&quot;:19677,&quot;32376&quot;:19678,&quot;32385&quot;:19679,&quot;32573&quot;:19680,&quot;32603&quot;:19681,&quot;32605&quot;:19682,&quot;32613&quot;:19683,&quot;32625&quot;:19684,&quot;32639&quot;:19685,&quot;32640&quot;:19686,&quot;32651&quot;:19687,&quot;32674&quot;:19688,&quot;32765&quot;:19689,&quot;32766&quot;:19690,&quot;32767&quot;:19691,&quot;32775&quot;:19692,&quot;32781&quot;:19693,&quot;32798&quot;:19694,&quot;32825&quot;:19695,&quot;32904&quot;:19696,&quot;32910&quot;:19697,&quot;32975&quot;:19698,&quot;32980&quot;:19699,&quot;33005&quot;:19700,&quot;33008&quot;:19701,&quot;33015&quot;:19702,&quot;33018&quot;:19703,&quot;33022&quot;:19704,&quot;33027&quot;:19705,&quot;33047&quot;:19706,&quot;33072&quot;:19707,&quot;33111&quot;:19708,&quot;33135&quot;:19709,&quot;33139&quot;:19710,&quot;33163&quot;:19711,&quot;33168&quot;:19712,&quot;33179&quot;:19713,&quot;33182&quot;:19714,&quot;33227&quot;:19715,&quot;33237&quot;:19716,&quot;33245&quot;:19717,&quot;33246&quot;:19718,&quot;33249&quot;:19719,&quot;33263&quot;:19720,&quot;33270&quot;:19721,&quot;33280&quot;:19722,&quot;33291&quot;:19723,&quot;33299&quot;:19724,&quot;33300&quot;:19725,&quot;33306&quot;:19726,&quot;33338&quot;:19727,&quot;33348&quot;:19728,&quot;33389&quot;:19729,&quot;33412&quot;:19730,&quot;33417&quot;:19731,&quot;33425&quot;:19732,&quot;33450&quot;:19733,&quot;33456&quot;:19734,&quot;33488&quot;:19735,&quot;33514&quot;:19736,&quot;33519&quot;:19737,&quot;33526&quot;:19738,&quot;33622&quot;:19739,&quot;33656&quot;:19740,&quot;33784&quot;:19741,&quot;33788&quot;:19742,&quot;33880&quot;:19743,&quot;33939&quot;:19744,&quot;33969&quot;:19745,&quot;33981&quot;:19746,&quot;34043&quot;:19747,&quot;34118&quot;:19748,&quot;34134&quot;:19749,&quot;34141&quot;:19750,&quot;34181&quot;:19751,&quot;34200&quot;:19752,&quot;34370&quot;:19753,&quot;34374&quot;:19754,&quot;34496&quot;:19755,&quot;34580&quot;:19756,&quot;34594&quot;:19757,&quot;34606&quot;:19758,&quot;34617&quot;:19759,&quot;34653&quot;:19760,&quot;34683&quot;:19761,&quot;34700&quot;:19762,&quot;34702&quot;:19763,&quot;34711&quot;:19764,&quot;34712&quot;:19765,&quot;34718&quot;:19766,&quot;34723&quot;:19767,&quot;34734&quot;:19768,&quot;34751&quot;:19769,&quot;34761&quot;:19770,&quot;34778&quot;:19771,&quot;34840&quot;:19772,&quot;34843&quot;:19773,&quot;34861&quot;:19774,&quot;34874&quot;:19775,&quot;34885&quot;:19776,&quot;34891&quot;:19777,&quot;34894&quot;:19778,&quot;34901&quot;:19779,&quot;34906&quot;:19780,&quot;34926&quot;:19781,&quot;34970&quot;:19782,&quot;34971&quot;:19783,&quot;34972&quot;:19784,&quot;35021&quot;:19785,&quot;35040&quot;:19786,&quot;35055&quot;:19787,&quot;35086&quot;:19788,&quot;35087&quot;:19789,&quot;35110&quot;:19790,&quot;35125&quot;:19791,&quot;35162&quot;:19792,&quot;35164&quot;:19793,&quot;35179&quot;:19794,&quot;35184&quot;:19795,&quot;35196&quot;:19796,&quot;35237&quot;:19797,&quot;35253&quot;:19798,&quot;35260&quot;:19799,&quot;35285&quot;:19800,&quot;35401&quot;:19801,&quot;35415&quot;:19802,&quot;35431&quot;:19803,&quot;35454&quot;:19804,&quot;35462&quot;:19805,&quot;35478&quot;:19806,&quot;35510&quot;:19807,&quot;35529&quot;:19808,&quot;35537&quot;:19809,&quot;35549&quot;:19810,&quot;35564&quot;:19811,&quot;35573&quot;:19812,&quot;35590&quot;:19813,&quot;35599&quot;:19814,&quot;35601&quot;:19815,&quot;35653&quot;:19816,&quot;35666&quot;:19817,&quot;35693&quot;:19818,&quot;35704&quot;:19819,&quot;35708&quot;:19820,&quot;35710&quot;:19821,&quot;35717&quot;:19822,&quot;35743&quot;:19823,&quot;35915&quot;:19824,&quot;35923&quot;:19825,&quot;35963&quot;:19826,&quot;36026&quot;:19827,&quot;36037&quot;:19828,&quot;36041&quot;:19829,&quot;36050&quot;:19830,&quot;36076&quot;:19831,&quot;36085&quot;:19832,&quot;36087&quot;:19833,&quot;36097&quot;:19834,&quot;36099&quot;:19835,&quot;36119&quot;:19836,&quot;36124&quot;:19837,&quot;36206&quot;:19838,&quot;36241&quot;:19839,&quot;36255&quot;:19840,&quot;36267&quot;:19841,&quot;36274&quot;:19842,&quot;36309&quot;:19843,&quot;36327&quot;:19844,&quot;36337&quot;:19845,&quot;36338&quot;:19846,&quot;36340&quot;:19847,&quot;36353&quot;:19848,&quot;36363&quot;:19849,&quot;36390&quot;:19850,&quot;36401&quot;:19851,&quot;36416&quot;:19852,&quot;36417&quot;:19853,&quot;36429&quot;:19854,&quot;36431&quot;:19855,&quot;36444&quot;:19856,&quot;36449&quot;:19857,&quot;36457&quot;:19858,&quot;36465&quot;:19859,&quot;36469&quot;:19860,&quot;36471&quot;:19861,&quot;36489&quot;:19862,&quot;36496&quot;:19863,&quot;36501&quot;:19864,&quot;36506&quot;:19865,&quot;36519&quot;:19866,&quot;36521&quot;:19867,&quot;36525&quot;:19868,&quot;36584&quot;:19869,&quot;36592&quot;:19870,&quot;36615&quot;:19871,&quot;36632&quot;:19872,&quot;36645&quot;:19873,&quot;36647&quot;:19874,&quot;36652&quot;:19875,&quot;36661&quot;:19876,&quot;36666&quot;:19877,&quot;36675&quot;:19878,&quot;36679&quot;:19879,&quot;36689&quot;:19880,&quot;36693&quot;:19881,&quot;36768&quot;:19882,&quot;36769&quot;:19883,&quot;36770&quot;:19884,&quot;36773&quot;:19885,&quot;36868&quot;:19886,&quot;36891&quot;:19887,&quot;36911&quot;:19888,&quot;36940&quot;:19889,&quot;36955&quot;:19890,&quot;36976&quot;:19891,&quot;36980&quot;:19892,&quot;36985&quot;:19893,&quot;37003&quot;:19894,&quot;37016&quot;:19895,&quot;37024&quot;:19896,&quot;37042&quot;:19897,&quot;37053&quot;:19898,&quot;37065&quot;:19899,&quot;37104&quot;:19900,&quot;37125&quot;:19901,&quot;37157&quot;:19902,&quot;37210&quot;:19903,&quot;37223&quot;:19904,&quot;37242&quot;:19905,&quot;37258&quot;:19906,&quot;37265&quot;:19907,&quot;37269&quot;:19908,&quot;37296&quot;:19909,&quot;37307&quot;:19910,&quot;37309&quot;:19911,&quot;37314&quot;:19912,&quot;37317&quot;:19913,&quot;37376&quot;:19914,&quot;37385&quot;:19915,&quot;37411&quot;:19916,&quot;37494&quot;:19917,&quot;37518&quot;:19918,&quot;37551&quot;:19919,&quot;37563&quot;:19920,&quot;37564&quot;:19921,&quot;37569&quot;:19922,&quot;37571&quot;:19923,&quot;37573&quot;:19924,&quot;37576&quot;:19925,&quot;37652&quot;:19926,&quot;37683&quot;:19927,&quot;37686&quot;:19928,&quot;37720&quot;:19929,&quot;37759&quot;:19930,&quot;37762&quot;:19931,&quot;37770&quot;:19932,&quot;37819&quot;:19933,&quot;37836&quot;:19934,&quot;37862&quot;:19935,&quot;37881&quot;:19936,&quot;37890&quot;:19937,&quot;37901&quot;:19938,&quot;37902&quot;:19939,&quot;37934&quot;:19940,&quot;37964&quot;:19941,&quot;38280&quot;:19942,&quot;38305&quot;:19943,&quot;38335&quot;:19944,&quot;38342&quot;:19945,&quot;38345&quot;:19946,&quot;38353&quot;:19947,&quot;38354&quot;:19948,&quot;38368&quot;:19949,&quot;38372&quot;:19950,&quot;38374&quot;:19951,&quot;38436&quot;:19952,&quot;38449&quot;:19953,&quot;38456&quot;:19954,&quot;38461&quot;:19955,&quot;38484&quot;:19956,&quot;38516&quot;:19957,&quot;38523&quot;:19958,&quot;38527&quot;:19959,&quot;38529&quot;:19960,&quot;38531&quot;:19961,&quot;38537&quot;:19962,&quot;38550&quot;:19963,&quot;38574&quot;:19964,&quot;38659&quot;:19965,&quot;38683&quot;:19966,&quot;38689&quot;:19967,&quot;38690&quot;:19968,&quot;38696&quot;:19969,&quot;38705&quot;:19970,&quot;38759&quot;:19971,&quot;38774&quot;:19972,&quot;38781&quot;:19973,&quot;38783&quot;:19974,&quot;38809&quot;:19975,&quot;38815&quot;:19976,&quot;38828&quot;:19977,&quot;38841&quot;:19978,&quot;38861&quot;:19979,&quot;38880&quot;:19980,&quot;38895&quot;:19981,&quot;38919&quot;:19982,&quot;38950&quot;:19983,&quot;38958&quot;:19984,&quot;39010&quot;:19985,&quot;39011&quot;:19986,&quot;39092&quot;:19987,&quot;39109&quot;:19988,&quot;39170&quot;:19989,&quot;39185&quot;:19990,&quot;39189&quot;:19991,&quot;39221&quot;:19992,&quot;39240&quot;:19993,&quot;39252&quot;:19994,&quot;39262&quot;:19995,&quot;39393&quot;:19996,&quot;39436&quot;:19997,&quot;39440&quot;:19998,&quot;39459&quot;:19999,&quot;39489&quot;:20000,&quot;39505&quot;:20001,&quot;39613&quot;:20002,&quot;39614&quot;:20003,&quot;39681&quot;:20004,&quot;39689&quot;:20005,&quot;39691&quot;:20006,&quot;39693&quot;:20007,&quot;39694&quot;:20008,&quot;39705&quot;:20009,&quot;39733&quot;:20010,&quot;39752&quot;:20011,&quot;39765&quot;:20012,&quot;39784&quot;:20013,&quot;39808&quot;:20014,&quot;39814&quot;:20015,&quot;39824&quot;:20016,&quot;39837&quot;:20017,&quot;39856&quot;:20018,&quot;39871&quot;:20019,&quot;39880&quot;:20020,&quot;39935&quot;:20021,&quot;39938&quot;:20022,&quot;39964&quot;:20023,&quot;39989&quot;:20024,&quot;40004&quot;:20025,&quot;40022&quot;:20026,&quot;40033&quot;:20027,&quot;40040&quot;:20028,&quot;40240&quot;:20029,&quot;40253&quot;:20030,&quot;40298&quot;:20031,&quot;40315&quot;:20032,&quot;40421&quot;:20033,&quot;40425&quot;:20034,&quot;40435&quot;:20035,&quot;40570&quot;:20036,&quot;40578&quot;:20037,&quot;40579&quot;:20038,&quot;40580&quot;:20039,&quot;40624&quot;:20040,&quot;40676&quot;:20041,&quot;40688&quot;:20042,&quot;40690&quot;:20043,&quot;40713&quot;:20044,&quot;40719&quot;:20045,&quot;40724&quot;:20046,&quot;40731&quot;:20047,&quot;40738&quot;:20048,&quot;40742&quot;:20049,&quot;40746&quot;:20050,&quot;40747&quot;:20051,&quot;40756&quot;:20052,&quot;40794&quot;:20053,&quot;40815&quot;:20054,&quot;40862&quot;:20055,&quot;40869&quot;:20056,&quot;131317&quot;:20057,&quot;151044&quot;:20058,&quot;151538&quot;:20059,&quot;163187&quot;:20060,&quot;194581&quot;:20061,&quot;194630&quot;:20062,&quot;194713&quot;:20063,&quot;194726&quot;:20064,&quot;194789&quot;:20065,&quot;195038&quot;:20066,&quot;13790&quot;:20067,&quot;40895&quot;:20068,&quot;40896&quot;:20069,&quot;40897&quot;:20070,&quot;40898&quot;:20071,&quot;172722&quot;:20072,&quot;131416&quot;:20075,&quot;132529&quot;:20080,&quot;132844&quot;:20083,&quot;134488&quot;:20090,&quot;154060&quot;:20112,&quot;14756&quot;:20122,&quot;14776&quot;:20123,&quot;142914&quot;:20124,&quot;14940&quot;:20127,&quot;133064&quot;:20128,&quot;143339&quot;:20130,&quot;162228&quot;:20133,&quot;15044&quot;:20135,&quot;15051&quot;:20136,&quot;14981&quot;:20142,&quot;15347&quot;:20151,&quot;27384&quot;:20152,&quot;15665&quot;:20158,&quot;147531&quot;:20168,&quot;15936&quot;:20170,&quot;14497&quot;:20171,&quot;158878&quot;:20206,&quot;18207&quot;:20219,&quot;162876&quot;:20220,&quot;18462&quot;:20225,&quot;39709&quot;:20297,&quot;39724&quot;:20298,&quot;20482&quot;:20299,&quot;20958&quot;:20300,&quot;21255&quot;:20301,&quot;23532&quot;:20302,&quot;63784&quot;:20303,&quot;26142&quot;:20304,&quot;63785&quot;:20305,&quot;28746&quot;:20306,&quot;64021&quot;:20307,&quot;21857&quot;:20308,&quot;27706&quot;:20309,&quot;31328&quot;:20310,&quot;156492&quot;:20311,&quot;34819&quot;:20312,&quot;38315&quot;:20313,&quot;38741&quot;:20314,&quot;171581&quot;:20315,&quot;173594&quot;:20316,&quot;900&quot;:20317,&quot;901&quot;:20318,&quot;272&quot;:20322,&quot;294&quot;:20323,&quot;306&quot;:20324,&quot;319&quot;:20325,&quot;330&quot;:20326,&quot;358&quot;:20327,&quot;307&quot;:20328,&quot;312&quot;:20329,&quot;320&quot;:20330,&quot;329&quot;:20331,&quot;359&quot;:20332,&quot;266&quot;:20333,&quot;278&quot;:20334,&quot;286&quot;:20335,&quot;290&quot;:20336,&quot;288&quot;:20337,&quot;304&quot;:20338,&quot;302&quot;:20339,&quot;310&quot;:20340,&quot;315&quot;:20342,&quot;325&quot;:20343,&quot;342&quot;:20344,&quot;370&quot;:20345,&quot;471&quot;:20346,&quot;475&quot;:20347,&quot;473&quot;:20348,&quot;469&quot;:20349,&quot;372&quot;:20350,&quot;374&quot;:20351,&quot;267&quot;:20352,&quot;279&quot;:20353,&quot;501&quot;:20354,&quot;287&quot;:20355,&quot;289&quot;:20356,&quot;303&quot;:20357,&quot;311&quot;:20358,&quot;316&quot;:20360,&quot;326&quot;:20361,&quot;343&quot;:20362,&quot;371&quot;:20363,&quot;373&quot;:20364,&quot;375&quot;:20365,&quot;8494&quot;:20366,&quot;8710&quot;:20367,&quot;8719&quot;:20368,&quot;8804&quot;:20369,&quot;8805&quot;:20370,&quot;9674&quot;:20371,&quot;902&quot;:20427,&quot;904&quot;:20428,&quot;905&quot;:20429,&quot;906&quot;:20430,&quot;938&quot;:20431,&quot;908&quot;:20432,&quot;910&quot;:20433,&quot;939&quot;:20434,&quot;911&quot;:20435,&quot;940&quot;:20436,&quot;941&quot;:20437,&quot;942&quot;:20438,&quot;943&quot;:20439,&quot;970&quot;:20440,&quot;912&quot;:20441,&quot;972&quot;:20442,&quot;973&quot;:20443,&quot;971&quot;:20444,&quot;944&quot;:20445,&quot;974&quot;:20446,&quot;1026&quot;:20447,&quot;1027&quot;:20448,&quot;1028&quot;:20449,&quot;1029&quot;:20450,&quot;1030&quot;:20451,&quot;1031&quot;:20452,&quot;1032&quot;:20453,&quot;1033&quot;:20454,&quot;1034&quot;:20455,&quot;1035&quot;:20456,&quot;1036&quot;:20457,&quot;1038&quot;:20458,&quot;1039&quot;:20459,&quot;1106&quot;:20460,&quot;1107&quot;:20461,&quot;1108&quot;:20462,&quot;1109&quot;:20463,&quot;1110&quot;:20464,&quot;1111&quot;:20465,&quot;1112&quot;:20466,&quot;1113&quot;:20467,&quot;1114&quot;:20468,&quot;1115&quot;:20469,&quot;1116&quot;:20470,&quot;1118&quot;:20471,&quot;1119&quot;:20472,&quot;9361&quot;:20587,&quot;9362&quot;:20588,&quot;20021&quot;:21075,&quot;20060&quot;:21076,&quot;20067&quot;:21077,&quot;20072&quot;:21078,&quot;20084&quot;:21079,&quot;20085&quot;:21080,&quot;20119&quot;:21081,&quot;20143&quot;:21082,&quot;20187&quot;:21083,&quot;20194&quot;:21084,&quot;20200&quot;:21085,&quot;20207&quot;:21086,&quot;20222&quot;:21087,&quot;20226&quot;:21088,&quot;20232&quot;:21089,&quot;20242&quot;:21090,&quot;20247&quot;:21091,&quot;20275&quot;:21092,&quot;20277&quot;:21093,&quot;20288&quot;:21094,&quot;20290&quot;:21095,&quot;20299&quot;:21096,&quot;20300&quot;:21097,&quot;20306&quot;:21098,&quot;20323&quot;:21099,&quot;20334&quot;:21100,&quot;20337&quot;:21101,&quot;20345&quot;:21102,&quot;20353&quot;:21103,&quot;20361&quot;:21104,&quot;20364&quot;:21105,&quot;20366&quot;:21106,&quot;20368&quot;:21107,&quot;20371&quot;:21108,&quot;20377&quot;:21109,&quot;20383&quot;:21110,&quot;20409&quot;:21111,&quot;20411&quot;:21112,&quot;20412&quot;:21113,&quot;20413&quot;:21114,&quot;20416&quot;:21115,&quot;20417&quot;:21116,&quot;20422&quot;:21117,&quot;20424&quot;:21118,&quot;20428&quot;:21119,&quot;20444&quot;:21120,&quot;20450&quot;:21121,&quot;20464&quot;:21122,&quot;20476&quot;:21123,&quot;20487&quot;:21124,&quot;20490&quot;:21125,&quot;20503&quot;:21126,&quot;20509&quot;:21127,&quot;20528&quot;:21128,&quot;20530&quot;:21129,&quot;20531&quot;:21130,&quot;20533&quot;:21131,&quot;20549&quot;:21132,&quot;20554&quot;:21133,&quot;20561&quot;:21134,&quot;20562&quot;:21135,&quot;20569&quot;:21136,&quot;20576&quot;:21137,&quot;20583&quot;:21138,&quot;20589&quot;:21139,&quot;20593&quot;:21140,&quot;20609&quot;:21141,&quot;20611&quot;:21142,&quot;20612&quot;:21143,&quot;20614&quot;:21144,&quot;20618&quot;:21145,&quot;20624&quot;:21146,&quot;20635&quot;:21147,&quot;20639&quot;:21148,&quot;20640&quot;:21149,&quot;20641&quot;:21150,&quot;20655&quot;:21151,&quot;20656&quot;:21152,&quot;20665&quot;:21153,&quot;20669&quot;:21154,&quot;20672&quot;:21155,&quot;20691&quot;:21156,&quot;20700&quot;:21157,&quot;20701&quot;:21158,&quot;20703&quot;:21159,&quot;20706&quot;:21160,&quot;20708&quot;:21161,&quot;20726&quot;:21162,&quot;20730&quot;:21163,&quot;20761&quot;:21165,&quot;20764&quot;:21166,&quot;20765&quot;:21167,&quot;20771&quot;:21168,&quot;20775&quot;:21169,&quot;20776&quot;:21170,&quot;20780&quot;:21171,&quot;20781&quot;:21172,&quot;20783&quot;:21173,&quot;20785&quot;:21174,&quot;20788&quot;:21175,&quot;20793&quot;:21176,&quot;20802&quot;:21177,&quot;20815&quot;:21178,&quot;20819&quot;:21179,&quot;20824&quot;:21180,&quot;20838&quot;:21181,&quot;20862&quot;:21182,&quot;20878&quot;:21183,&quot;20927&quot;:21184,&quot;20930&quot;:21185,&quot;20946&quot;:21186,&quot;20949&quot;:21187,&quot;20965&quot;:21188,&quot;20978&quot;:21189,&quot;20983&quot;:21190,&quot;21016&quot;:21191,&quot;21026&quot;:21192,&quot;21061&quot;:21193,&quot;21080&quot;:21194,&quot;21087&quot;:21195,&quot;21120&quot;:21196,&quot;21125&quot;:21197,&quot;21141&quot;:21198,&quot;21142&quot;:21199,&quot;21143&quot;:21200,&quot;21146&quot;:21201,&quot;21157&quot;:21202,&quot;21159&quot;:21203,&quot;21168&quot;:21204,&quot;21174&quot;:21205,&quot;21175&quot;:21206,&quot;21176&quot;:21207,&quot;21181&quot;:21208,&quot;21188&quot;:21209,&quot;21190&quot;:21210,&quot;21199&quot;:21211,&quot;21204&quot;:21212,&quot;21212&quot;:21213,&quot;21221&quot;:21214,&quot;21224&quot;:21215,&quot;21226&quot;:21216,&quot;21228&quot;:21217,&quot;21236&quot;:21218,&quot;21238&quot;:21219,&quot;21260&quot;:21220,&quot;21267&quot;:21221,&quot;21272&quot;:21222,&quot;21275&quot;:21223,&quot;21278&quot;:21224,&quot;21285&quot;:21225,&quot;21287&quot;:21226,&quot;21288&quot;:21227,&quot;21289&quot;:21228,&quot;21291&quot;:21229,&quot;21292&quot;:21230,&quot;21296&quot;:21231,&quot;21308&quot;:21232,&quot;21337&quot;:21233,&quot;21339&quot;:21234,&quot;21379&quot;:21236,&quot;21383&quot;:21237,&quot;21384&quot;:21238,&quot;21390&quot;:21239,&quot;21409&quot;:21240,&quot;21429&quot;:21241,&quot;21432&quot;:21242,&quot;21437&quot;:21243,&quot;21455&quot;:21244,&quot;21458&quot;:21245,&quot;21459&quot;:21246,&quot;21470&quot;:21247,&quot;21479&quot;:21249,&quot;21506&quot;:21250,&quot;21530&quot;:21251,&quot;21537&quot;:21252,&quot;21551&quot;:21253,&quot;21572&quot;:21254,&quot;21575&quot;:21255,&quot;21583&quot;:21256,&quot;21598&quot;:21257,&quot;21604&quot;:21258,&quot;21607&quot;:21259,&quot;21609&quot;:21260,&quot;21613&quot;:21261,&quot;21614&quot;:21262,&quot;21633&quot;:21263,&quot;21635&quot;:21264,&quot;21637&quot;:21265,&quot;21641&quot;:21266,&quot;21649&quot;:21267,&quot;21663&quot;:21268,&quot;21706&quot;:21269,&quot;21728&quot;:21270,&quot;21750&quot;:21271,&quot;21758&quot;:21272,&quot;21772&quot;:21273,&quot;21773&quot;:21274,&quot;21810&quot;:21275,&quot;21819&quot;:21276,&quot;21821&quot;:21277,&quot;21833&quot;:21278,&quot;21837&quot;:21279,&quot;21848&quot;:21280,&quot;21850&quot;:21281,&quot;21851&quot;:21282,&quot;21887&quot;:21283,&quot;21907&quot;:21284,&quot;21911&quot;:21285,&quot;21923&quot;:21286,&quot;21953&quot;:21287,&quot;21963&quot;:21288,&quot;21975&quot;:21289,&quot;21976&quot;:21290,&quot;21982&quot;:21291,&quot;22015&quot;:21292,&quot;22026&quot;:21294,&quot;22041&quot;:21295,&quot;22067&quot;:21296,&quot;22076&quot;:21297,&quot;22081&quot;:21298,&quot;22083&quot;:21299,&quot;22084&quot;:21300,&quot;22086&quot;:21301,&quot;22113&quot;:21302,&quot;22114&quot;:21303,&quot;22115&quot;:21304,&quot;22133&quot;:21305,&quot;22148&quot;:21306,&quot;22155&quot;:21307,&quot;22183&quot;:21308,&quot;22187&quot;:21309,&quot;22206&quot;:21310,&quot;22219&quot;:21311,&quot;22224&quot;:21312,&quot;22236&quot;:21313,&quot;22245&quot;:21314,&quot;22246&quot;:21315,&quot;22247&quot;:21316,&quot;22273&quot;:21317,&quot;22274&quot;:21318,&quot;22289&quot;:21319,&quot;22304&quot;:21320,&quot;22306&quot;:21321,&quot;22308&quot;:21322,&quot;22309&quot;:21323,&quot;22314&quot;:21324,&quot;22335&quot;:21325,&quot;22354&quot;:21326,&quot;22370&quot;:21327,&quot;22375&quot;:21328,&quot;22382&quot;:21329,&quot;22385&quot;:21330,&quot;22393&quot;:21331,&quot;22398&quot;:21332,&quot;22401&quot;:21333,&quot;22420&quot;:21334,&quot;22425&quot;:21335,&quot;22431&quot;:21336,&quot;22433&quot;:21337,&quot;22421&quot;:21338,&quot;22439&quot;:21339,&quot;22441&quot;:21340,&quot;22461&quot;:21341,&quot;22493&quot;:21342,&quot;22505&quot;:21343,&quot;22526&quot;:21344,&quot;22531&quot;:21345,&quot;22536&quot;:21346,&quot;22497&quot;:21347,&quot;22540&quot;:21348,&quot;22555&quot;:21349,&quot;22559&quot;:21350,&quot;22573&quot;:21351,&quot;22591&quot;:21352,&quot;22608&quot;:21353,&quot;22613&quot;:21354,&quot;22632&quot;:21355,&quot;22648&quot;:21356,&quot;22663&quot;:21357,&quot;22664&quot;:21358,&quot;22668&quot;:21359,&quot;22678&quot;:21360,&quot;22688&quot;:21361,&quot;22689&quot;:21362,&quot;22690&quot;:21363,&quot;22694&quot;:21364,&quot;22724&quot;:21365,&quot;22722&quot;:21366,&quot;22728&quot;:21367,&quot;22742&quot;:21368,&quot;22749&quot;:21369,&quot;22753&quot;:21370,&quot;22802&quot;:21372,&quot;22803&quot;:21373,&quot;22813&quot;:21374,&quot;22817&quot;:21375,&quot;22824&quot;:21376,&quot;22832&quot;:21377,&quot;22835&quot;:21378,&quot;22837&quot;:21379,&quot;22838&quot;:21380,&quot;22847&quot;:21381,&quot;22851&quot;:21382,&quot;22866&quot;:21383,&quot;22878&quot;:21384,&quot;22891&quot;:21385,&quot;22895&quot;:21386,&quot;22898&quot;:21387,&quot;22907&quot;:21388,&quot;22924&quot;:21389,&quot;22926&quot;:21390,&quot;22933&quot;:21391,&quot;22951&quot;:21392,&quot;22957&quot;:21393,&quot;22960&quot;:21394,&quot;22967&quot;:21395,&quot;22977&quot;:21396,&quot;22980&quot;:21397,&quot;23023&quot;:21398,&quot;23026&quot;:21399,&quot;23028&quot;:21400,&quot;23031&quot;:21401,&quot;23040&quot;:21402,&quot;23054&quot;:21403,&quot;23058&quot;:21404,&quot;23070&quot;:21405,&quot;23076&quot;:21406,&quot;23080&quot;:21407,&quot;23082&quot;:21408,&quot;23088&quot;:21409,&quot;23108&quot;:21410,&quot;23109&quot;:21411,&quot;23112&quot;:21412,&quot;23116&quot;:21413,&quot;23120&quot;:21414,&quot;23134&quot;:21415,&quot;23163&quot;:21416,&quot;23184&quot;:21417,&quot;23187&quot;:21418,&quot;23190&quot;:21419,&quot;23193&quot;:21420,&quot;23227&quot;:21421,&quot;23238&quot;:21422,&quot;23240&quot;:21423,&quot;23247&quot;:21424,&quot;23293&quot;:21425,&quot;23297&quot;:21426,&quot;23371&quot;:21427,&quot;23390&quot;:21428,&quot;23406&quot;:21429,&quot;23430&quot;:21430,&quot;23438&quot;:21431,&quot;23440&quot;:21432,&quot;23441&quot;:21433,&quot;23444&quot;:21434,&quot;23464&quot;:21435,&quot;23465&quot;:21436,&quot;23469&quot;:21437,&quot;23471&quot;:21438,&quot;23473&quot;:21439,&quot;23474&quot;:21440,&quot;23482&quot;:21441,&quot;23484&quot;:21442,&quot;23489&quot;:21443,&quot;23501&quot;:21444,&quot;23503&quot;:21445,&quot;23513&quot;:21446,&quot;23514&quot;:21447,&quot;23535&quot;:21448,&quot;23540&quot;:21449,&quot;23564&quot;:21450,&quot;23575&quot;:21451,&quot;23590&quot;:21452,&quot;23598&quot;:21453,&quot;23602&quot;:21454,&quot;23605&quot;:21455,&quot;23642&quot;:21456,&quot;23668&quot;:21457,&quot;23669&quot;:21458,&quot;23675&quot;:21459,&quot;23677&quot;:21460,&quot;23687&quot;:21461,&quot;23698&quot;:21462,&quot;23709&quot;:21463,&quot;23730&quot;:21464,&quot;23732&quot;:21465,&quot;23767&quot;:21466,&quot;23790&quot;:21467,&quot;23793&quot;:21468,&quot;23794&quot;:21469,&quot;23826&quot;:21470,&quot;23843&quot;:21471,&quot;23871&quot;:21472,&quot;23880&quot;:21473,&quot;23893&quot;:21474,&quot;23889&quot;:21475,&quot;23903&quot;:21476,&quot;23904&quot;:21477,&quot;23906&quot;:21478,&quot;23908&quot;:21479,&quot;23929&quot;:21480,&quot;23930&quot;:21481,&quot;23935&quot;:21482,&quot;23946&quot;:21483,&quot;23955&quot;:21484,&quot;23957&quot;:21485,&quot;23963&quot;:21486,&quot;23967&quot;:21487,&quot;23979&quot;:21488,&quot;24003&quot;:21489,&quot;24014&quot;:21490,&quot;24025&quot;:21491,&quot;24071&quot;:21492,&quot;24077&quot;:21493,&quot;24096&quot;:21494,&quot;24139&quot;:21495,&quot;24144&quot;:21496,&quot;24145&quot;:21497,&quot;24156&quot;:21498,&quot;24176&quot;:21499,&quot;24206&quot;:21500,&quot;24226&quot;:21501,&quot;24228&quot;:21502,&quot;24241&quot;:21503,&quot;24268&quot;:21504,&quot;24270&quot;:21505,&quot;24284&quot;:21506,&quot;24286&quot;:21507,&quot;24293&quot;:21508,&quot;24299&quot;:21509,&quot;24326&quot;:21510,&quot;24345&quot;:21511,&quot;24356&quot;:21512,&quot;24363&quot;:21513,&quot;24364&quot;:21514,&quot;24366&quot;:21515,&quot;24368&quot;:21516,&quot;24383&quot;:21517,&quot;24388&quot;:21518,&quot;24411&quot;:21519,&quot;24416&quot;:21520,&quot;24431&quot;:21521,&quot;24436&quot;:21522,&quot;24437&quot;:21523,&quot;24440&quot;:21524,&quot;24442&quot;:21525,&quot;24461&quot;:21526,&quot;24470&quot;:21527,&quot;24477&quot;:21528,&quot;24491&quot;:21529,&quot;24496&quot;:21530,&quot;24497&quot;:21531,&quot;24520&quot;:21532,&quot;24528&quot;:21533,&quot;24529&quot;:21534,&quot;24552&quot;:21535,&quot;24556&quot;:21536,&quot;24562&quot;:21537,&quot;24566&quot;:21538,&quot;24570&quot;:21539,&quot;24586&quot;:21540,&quot;24595&quot;:21541,&quot;24607&quot;:21542,&quot;24621&quot;:21543,&quot;24640&quot;:21544,&quot;24648&quot;:21545,&quot;24657&quot;:21546,&quot;24662&quot;:21547,&quot;24663&quot;:21548,&quot;24689&quot;:21549,&quot;24702&quot;:21550,&quot;24706&quot;:21551,&quot;24710&quot;:21552,&quot;24712&quot;:21553,&quot;24718&quot;:21554,&quot;24721&quot;:21555,&quot;24723&quot;:21556,&quot;24728&quot;:21557,&quot;24738&quot;:21559,&quot;24741&quot;:21560,&quot;24759&quot;:21561,&quot;24770&quot;:21562,&quot;24777&quot;:21563,&quot;24778&quot;:21564,&quot;24782&quot;:21565,&quot;24783&quot;:21566,&quot;24802&quot;:21567,&quot;24805&quot;:21568,&quot;24828&quot;:21569,&quot;24834&quot;:21570,&quot;24839&quot;:21571,&quot;24844&quot;:21572,&quot;24855&quot;:21573,&quot;24866&quot;:21574,&quot;24881&quot;:21575,&quot;24885&quot;:21576,&quot;24889&quot;:21577,&quot;24901&quot;:21578,&quot;24905&quot;:21579,&quot;24940&quot;:21580,&quot;24946&quot;:21581,&quot;24952&quot;:21582,&quot;24960&quot;:21583,&quot;24961&quot;:21584,&quot;24963&quot;:21585,&quot;24964&quot;:21586,&quot;24971&quot;:21587,&quot;24988&quot;:21588,&quot;24992&quot;:21589,&quot;25002&quot;:21590,&quot;25024&quot;:21591,&quot;25025&quot;:21592,&quot;25038&quot;:21593,&quot;25039&quot;:21594,&quot;25054&quot;:21595,&quot;25057&quot;:21596,&quot;25063&quot;:21597,&quot;25065&quot;:21598,&quot;25068&quot;:21599,&quot;25069&quot;:21600,&quot;25071&quot;:21601,&quot;25089&quot;:21602,&quot;25091&quot;:21603,&quot;25116&quot;:21604,&quot;25120&quot;:21605,&quot;25127&quot;:21606,&quot;25131&quot;:21607,&quot;25154&quot;:21608,&quot;25156&quot;:21609,&quot;25168&quot;:21610,&quot;25172&quot;:21611,&quot;25180&quot;:21612,&quot;25213&quot;:21613,&quot;25229&quot;:21614,&quot;25230&quot;:21615,&quot;25231&quot;:21616,&quot;25267&quot;:21617,&quot;25270&quot;:21618,&quot;25271&quot;:21619,&quot;25274&quot;:21620,&quot;25278&quot;:21621,&quot;25279&quot;:21622,&quot;25294&quot;:21623,&quot;25322&quot;:21624,&quot;25330&quot;:21625,&quot;25348&quot;:21626,&quot;25355&quot;:21627,&quot;25363&quot;:21628,&quot;25385&quot;:21629,&quot;25389&quot;:21630,&quot;25418&quot;:21631,&quot;25426&quot;:21632,&quot;25428&quot;:21633,&quot;25432&quot;:21634,&quot;25435&quot;:21635,&quot;25446&quot;:21636,&quot;25453&quot;:21637,&quot;25464&quot;:21638,&quot;25493&quot;:21639,&quot;25498&quot;:21640,&quot;25508&quot;:21641,&quot;25510&quot;:21642,&quot;25517&quot;:21643,&quot;25537&quot;:21644,&quot;25541&quot;:21645,&quot;25544&quot;:21646,&quot;25550&quot;:21647,&quot;25555&quot;:21648,&quot;25587&quot;:21649,&quot;25610&quot;:21650,&quot;25648&quot;:21651,&quot;25675&quot;:21652,&quot;25679&quot;:21653,&quot;25683&quot;:21654,&quot;25692&quot;:21655,&quot;25697&quot;:21656,&quot;25699&quot;:21657,&quot;25733&quot;:21658,&quot;25743&quot;:21659,&quot;25755&quot;:21660,&quot;25761&quot;:21661,&quot;25763&quot;:21662,&quot;25766&quot;:21663,&quot;25768&quot;:21664,&quot;25789&quot;:21665,&quot;25801&quot;:21666,&quot;25809&quot;:21667,&quot;25833&quot;:21668,&quot;25834&quot;:21669,&quot;25845&quot;:21670,&quot;25857&quot;:21671,&quot;25864&quot;:21672,&quot;25865&quot;:21673,&quot;25866&quot;:21674,&quot;25875&quot;:21675,&quot;25894&quot;:21676,&quot;25905&quot;:21677,&quot;25914&quot;:21678,&quot;25916&quot;:21679,&quot;25917&quot;:21680,&quot;25923&quot;:21681,&quot;25936&quot;:21682,&quot;25938&quot;:21683,&quot;25951&quot;:21684,&quot;25981&quot;:21685,&quot;26008&quot;:21686,&quot;26016&quot;:21687,&quot;26019&quot;:21688,&quot;26022&quot;:21689,&quot;26030&quot;:21690,&quot;26035&quot;:21691,&quot;26070&quot;:21692,&quot;26072&quot;:21693,&quot;26100&quot;:21695,&quot;26101&quot;:21696,&quot;26110&quot;:21697,&quot;26111&quot;:21698,&quot;26125&quot;:21699,&quot;26129&quot;:21700,&quot;26130&quot;:21701,&quot;26134&quot;:21702,&quot;26141&quot;:21703,&quot;26147&quot;:21704,&quot;26150&quot;:21705,&quot;26153&quot;:21706,&quot;26169&quot;:21707,&quot;26167&quot;:21708,&quot;26176&quot;:21709,&quot;26182&quot;:21710,&quot;26186&quot;:21711,&quot;26200&quot;:21712,&quot;26208&quot;:21713,&quot;26229&quot;:21714,&quot;26239&quot;:21715,&quot;26233&quot;:21716,&quot;26236&quot;:21717,&quot;26266&quot;:21718,&quot;26267&quot;:21719,&quot;26268&quot;:21720,&quot;26271&quot;:21721,&quot;26306&quot;:21723,&quot;26307&quot;:21724,&quot;26316&quot;:21725,&quot;26318&quot;:21726,&quot;26324&quot;:21727,&quot;26335&quot;:21728,&quot;26347&quot;:21729,&quot;26350&quot;:21730,&quot;26375&quot;:21731,&quot;26396&quot;:21732,&quot;26400&quot;:21733,&quot;26402&quot;:21734,&quot;26430&quot;:21735,&quot;26437&quot;:21736,&quot;26476&quot;:21737,&quot;26500&quot;:21738,&quot;26510&quot;:21739,&quot;26518&quot;:21740,&quot;26521&quot;:21741,&quot;26556&quot;:21742,&quot;26557&quot;:21743,&quot;26562&quot;:21744,&quot;26565&quot;:21745,&quot;26569&quot;:21746,&quot;26588&quot;:21747,&quot;26593&quot;:21748,&quot;26598&quot;:21749,&quot;26610&quot;:21750,&quot;26614&quot;:21751,&quot;26644&quot;:21752,&quot;26649&quot;:21753,&quot;26663&quot;:21754,&quot;26671&quot;:21755,&quot;26687&quot;:21756,&quot;26698&quot;:21757,&quot;26712&quot;:21758,&quot;26735&quot;:21759,&quot;26736&quot;:21760,&quot;26737&quot;:21761,&quot;26745&quot;:21762,&quot;26747&quot;:21763,&quot;26760&quot;:21764,&quot;26785&quot;:21765,&quot;26793&quot;:21766,&quot;26798&quot;:21767,&quot;26833&quot;:21768,&quot;26835&quot;:21769,&quot;26844&quot;:21770,&quot;26845&quot;:21771,&quot;26858&quot;:21772,&quot;26870&quot;:21773,&quot;26877&quot;:21774,&quot;26886&quot;:21775,&quot;26889&quot;:21776,&quot;26896&quot;:21777,&quot;26902&quot;:21778,&quot;26929&quot;:21779,&quot;26949&quot;:21780,&quot;26958&quot;:21781,&quot;26982&quot;:21782,&quot;26992&quot;:21783,&quot;26993&quot;:21784,&quot;27003&quot;:21785,&quot;27021&quot;:21786,&quot;27041&quot;:21787,&quot;27064&quot;:21788,&quot;27077&quot;:21789,&quot;27080&quot;:21790,&quot;27136&quot;:21792,&quot;27139&quot;:21793,&quot;27168&quot;:21794,&quot;27172&quot;:21795,&quot;27191&quot;:21796,&quot;27242&quot;:21798,&quot;27265&quot;:21799,&quot;27270&quot;:21800,&quot;27271&quot;:21801,&quot;27291&quot;:21802,&quot;27312&quot;:21803,&quot;27313&quot;:21804,&quot;27316&quot;:21805,&quot;27326&quot;:21806,&quot;27327&quot;:21807,&quot;27340&quot;:21808,&quot;27349&quot;:21809,&quot;27350&quot;:21810,&quot;27376&quot;:21811,&quot;27388&quot;:21812,&quot;27394&quot;:21813,&quot;27398&quot;:21814,&quot;27399&quot;:21815,&quot;27401&quot;:21816,&quot;27432&quot;:21817,&quot;27435&quot;:21818,&quot;27446&quot;:21819,&quot;27469&quot;:21820,&quot;27474&quot;:21821,&quot;27485&quot;:21822,&quot;27499&quot;:21823,&quot;27502&quot;:21824,&quot;27504&quot;:21825,&quot;27525&quot;:21826,&quot;27543&quot;:21827,&quot;27551&quot;:21828,&quot;27552&quot;:21829,&quot;27554&quot;:21830,&quot;27555&quot;:21831,&quot;27560&quot;:21832,&quot;27564&quot;:21833,&quot;27576&quot;:21834,&quot;27577&quot;:21835,&quot;27587&quot;:21836,&quot;27588&quot;:21837,&quot;27619&quot;:21838,&quot;27666&quot;:21839,&quot;27673&quot;:21840,&quot;27679&quot;:21841,&quot;27686&quot;:21842,&quot;27687&quot;:21843,&quot;27688&quot;:21844,&quot;27694&quot;:21845,&quot;27707&quot;:21846,&quot;27723&quot;:21847,&quot;27727&quot;:21848,&quot;27755&quot;:21849,&quot;27768&quot;:21850,&quot;27783&quot;:21851,&quot;27807&quot;:21852,&quot;27824&quot;:21853,&quot;27826&quot;:21854,&quot;27853&quot;:21855,&quot;27855&quot;:21856,&quot;27857&quot;:21857,&quot;27879&quot;:21858,&quot;27890&quot;:21859,&quot;27892&quot;:21860,&quot;27911&quot;:21861,&quot;27919&quot;:21862,&quot;27923&quot;:21863,&quot;27930&quot;:21864,&quot;27944&quot;:21865,&quot;27999&quot;:21866,&quot;28007&quot;:21867,&quot;28050&quot;:21868,&quot;28055&quot;:21869,&quot;28087&quot;:21870,&quot;28093&quot;:21871,&quot;28128&quot;:21872,&quot;28130&quot;:21873,&quot;28133&quot;:21874,&quot;28143&quot;:21875,&quot;28148&quot;:21876,&quot;28160&quot;:21877,&quot;28164&quot;:21878,&quot;28219&quot;:21879,&quot;28242&quot;:21880,&quot;28253&quot;:21881,&quot;28258&quot;:21882,&quot;28264&quot;:21883,&quot;28301&quot;:21884,&quot;28313&quot;:21885,&quot;28320&quot;:21886,&quot;28333&quot;:21887,&quot;28334&quot;:21888,&quot;28339&quot;:21889,&quot;28347&quot;:21890,&quot;28352&quot;:21891,&quot;28360&quot;:21892,&quot;28365&quot;:21893,&quot;28367&quot;:21894,&quot;28397&quot;:21895,&quot;28398&quot;:21896,&quot;28420&quot;:21897,&quot;28424&quot;:21898,&quot;28429&quot;:21899,&quot;28438&quot;:21900,&quot;28443&quot;:21901,&quot;28475&quot;:21902,&quot;28461&quot;:21903,&quot;28495&quot;:21904,&quot;28499&quot;:21905,&quot;28509&quot;:21906,&quot;28524&quot;:21907,&quot;28547&quot;:21908,&quot;28563&quot;:21909,&quot;28582&quot;:21910,&quot;28592&quot;:21911,&quot;28613&quot;:21912,&quot;28648&quot;:21913,&quot;28669&quot;:21914,&quot;28695&quot;:21915,&quot;28719&quot;:21916,&quot;28724&quot;:21917,&quot;28727&quot;:21918,&quot;28740&quot;:21919,&quot;28744&quot;:21920,&quot;28757&quot;:21921,&quot;28820&quot;:21922,&quot;28822&quot;:21923,&quot;28827&quot;:21924,&quot;28852&quot;:21925,&quot;28922&quot;:21926,&quot;28933&quot;:21927,&quot;28939&quot;:21928,&quot;28973&quot;:21929,&quot;28984&quot;:21930,&quot;28993&quot;:21931,&quot;29003&quot;:21932,&quot;29015&quot;:21934,&quot;29018&quot;:21935,&quot;29068&quot;:21936,&quot;29082&quot;:21937,&quot;29104&quot;:21938,&quot;29119&quot;:21939,&quot;29120&quot;:21940,&quot;29132&quot;:21941,&quot;29146&quot;:21942,&quot;29176&quot;:21943,&quot;29192&quot;:21944,&quot;29193&quot;:21945,&quot;29203&quot;:21946,&quot;29210&quot;:21947,&quot;29220&quot;:21948,&quot;29231&quot;:21949,&quot;29253&quot;:21950,&quot;29262&quot;:21951,&quot;29278&quot;:21952,&quot;29291&quot;:21953,&quot;29297&quot;:21954,&quot;29307&quot;:21955,&quot;29308&quot;:21956,&quot;29321&quot;:21957,&quot;29331&quot;:21958,&quot;29352&quot;:21959,&quot;29397&quot;:21960,&quot;29398&quot;:21961,&quot;29400&quot;:21962,&quot;29407&quot;:21963,&quot;29438&quot;:21964,&quot;29453&quot;:21965,&quot;29459&quot;:21966,&quot;29490&quot;:21967,&quot;29493&quot;:21968,&quot;29526&quot;:21969,&quot;29533&quot;:21970,&quot;29534&quot;:21971,&quot;29535&quot;:21972,&quot;29536&quot;:21973,&quot;29545&quot;:21974,&quot;29561&quot;:21975,&quot;29568&quot;:21976,&quot;29582&quot;:21977,&quot;29584&quot;:21978,&quot;29587&quot;:21979,&quot;29591&quot;:21980,&quot;29610&quot;:21981,&quot;29613&quot;:21982,&quot;29638&quot;:21983,&quot;29644&quot;:21984,&quot;29651&quot;:21985,&quot;29661&quot;:21986,&quot;29670&quot;:21987,&quot;29687&quot;:21988,&quot;29691&quot;:21989,&quot;29695&quot;:21990,&quot;29696&quot;:21991,&quot;29713&quot;:21992,&quot;29741&quot;:21993,&quot;29799&quot;:21994,&quot;29800&quot;:21995,&quot;29806&quot;:21996,&quot;29839&quot;:21997,&quot;29841&quot;:21998,&quot;29850&quot;:21999,&quot;29870&quot;:22000,&quot;29873&quot;:22001,&quot;29874&quot;:22002,&quot;29900&quot;:22003,&quot;29904&quot;:22004,&quot;29907&quot;:22005,&quot;29915&quot;:22007,&quot;29928&quot;:22008,&quot;29930&quot;:22009,&quot;29948&quot;:22011,&quot;29958&quot;:22012,&quot;29970&quot;:22013,&quot;29991&quot;:22014,&quot;29993&quot;:22015,&quot;30006&quot;:22016,&quot;30009&quot;:22017,&quot;30019&quot;:22018,&quot;30023&quot;:22019,&quot;30039&quot;:22020,&quot;30047&quot;:22021,&quot;30049&quot;:22022,&quot;30075&quot;:22023,&quot;30076&quot;:22024,&quot;30085&quot;:22025,&quot;30101&quot;:22026,&quot;30108&quot;:22027,&quot;30138&quot;:22028,&quot;30226&quot;:22029,&quot;30243&quot;:22030,&quot;30249&quot;:22031,&quot;30265&quot;:22032,&quot;30266&quot;:22033,&quot;30272&quot;:22034,&quot;30276&quot;:22035,&quot;30297&quot;:22036,&quot;30341&quot;:22037,&quot;30348&quot;:22038,&quot;30349&quot;:22039,&quot;30367&quot;:22040,&quot;30370&quot;:22041,&quot;30371&quot;:22042,&quot;30401&quot;:22043,&quot;30411&quot;:22044,&quot;30432&quot;:22046,&quot;30454&quot;:22047,&quot;30470&quot;:22048,&quot;30482&quot;:22049,&quot;30484&quot;:22050,&quot;30485&quot;:22051,&quot;30492&quot;:22052,&quot;30510&quot;:22053,&quot;30525&quot;:22054,&quot;30530&quot;:22055,&quot;30546&quot;:22056,&quot;30550&quot;:22057,&quot;30551&quot;:22058,&quot;30576&quot;:22059,&quot;30579&quot;:22060,&quot;30580&quot;:22061,&quot;30638&quot;:22064,&quot;30641&quot;:22065,&quot;30645&quot;:22066,&quot;30659&quot;:22067,&quot;30674&quot;:22068,&quot;30677&quot;:22069,&quot;30712&quot;:22070,&quot;30734&quot;:22071,&quot;30737&quot;:22072,&quot;30749&quot;:22073,&quot;30755&quot;:22074,&quot;30788&quot;:22075,&quot;30792&quot;:22076,&quot;30796&quot;:22077,&quot;30802&quot;:22078,&quot;30814&quot;:22079,&quot;30816&quot;:22080,&quot;30817&quot;:22081,&quot;30819&quot;:22082,&quot;30863&quot;:22083,&quot;30888&quot;:22084,&quot;30892&quot;:22085,&quot;30898&quot;:22086,&quot;30909&quot;:22087,&quot;30911&quot;:22088,&quot;30919&quot;:22089,&quot;30930&quot;:22090,&quot;30934&quot;:22091,&quot;30939&quot;:22092,&quot;30943&quot;:22093,&quot;30954&quot;:22094,&quot;30963&quot;:22095,&quot;30966&quot;:22096,&quot;30975&quot;:22097,&quot;30982&quot;:22098,&quot;31002&quot;:22099,&quot;31006&quot;:22100,&quot;31008&quot;:22101,&quot;31017&quot;:22102,&quot;31021&quot;:22103,&quot;31029&quot;:22104,&quot;31044&quot;:22105,&quot;31051&quot;:22106,&quot;31055&quot;:22107,&quot;31057&quot;:22108,&quot;31081&quot;:22109,&quot;31099&quot;:22110,&quot;31102&quot;:22111,&quot;31116&quot;:22112,&quot;31121&quot;:22113,&quot;31123&quot;:22114,&quot;31132&quot;:22115,&quot;31144&quot;:22116,&quot;31151&quot;:22117,&quot;31183&quot;:22118,&quot;31197&quot;:22119,&quot;31200&quot;:22120,&quot;31202&quot;:22121,&quot;31205&quot;:22122,&quot;31217&quot;:22123,&quot;31224&quot;:22124,&quot;31228&quot;:22125,&quot;31239&quot;:22126,&quot;31265&quot;:22127,&quot;31271&quot;:22128,&quot;31275&quot;:22129,&quot;31279&quot;:22130,&quot;31284&quot;:22131,&quot;31285&quot;:22132,&quot;31304&quot;:22133,&quot;31317&quot;:22134,&quot;31333&quot;:22135,&quot;31358&quot;:22136,&quot;31371&quot;:22137,&quot;31377&quot;:22138,&quot;31390&quot;:22139,&quot;31433&quot;:22140,&quot;31451&quot;:22141,&quot;31465&quot;:22142,&quot;31468&quot;:22143,&quot;31473&quot;:22144,&quot;31483&quot;:22145,&quot;31519&quot;:22146,&quot;31523&quot;:22147,&quot;31529&quot;:22148,&quot;31536&quot;:22149,&quot;31540&quot;:22150,&quot;31551&quot;:22151,&quot;31552&quot;:22152,&quot;31594&quot;:22153,&quot;31620&quot;:22154,&quot;31625&quot;:22155,&quot;31630&quot;:22156,&quot;31638&quot;:22157,&quot;31653&quot;:22158,&quot;31666&quot;:22159,&quot;31670&quot;:22160,&quot;31674&quot;:22161,&quot;31675&quot;:22162,&quot;31677&quot;:22163,&quot;31682&quot;:22164,&quot;31688&quot;:22165,&quot;31707&quot;:22166,&quot;31732&quot;:22167,&quot;31733&quot;:22168,&quot;31737&quot;:22169,&quot;31738&quot;:22170,&quot;31746&quot;:22171,&quot;31748&quot;:22172,&quot;31750&quot;:22173,&quot;31756&quot;:22174,&quot;31769&quot;:22175,&quot;31771&quot;:22176,&quot;31781&quot;:22177,&quot;31788&quot;:22178,&quot;31796&quot;:22179,&quot;31801&quot;:22180,&quot;31802&quot;:22181,&quot;31814&quot;:22182,&quot;31829&quot;:22183,&quot;31834&quot;:22184,&quot;31843&quot;:22185,&quot;31868&quot;:22187,&quot;31878&quot;:22188,&quot;31920&quot;:22189,&quot;31931&quot;:22190,&quot;31951&quot;:22191,&quot;31956&quot;:22192,&quot;31977&quot;:22193,&quot;32015&quot;:22194,&quot;32017&quot;:22195,&quot;32022&quot;:22196,&quot;32038&quot;:22197,&quot;32042&quot;:22198,&quot;32045&quot;:22199,&quot;32081&quot;:22200,&quot;32087&quot;:22201,&quot;32101&quot;:22202,&quot;32103&quot;:22203,&quot;32120&quot;:22204,&quot;32123&quot;:22205,&quot;32129&quot;:22206,&quot;32150&quot;:22207,&quot;32195&quot;:22208,&quot;32196&quot;:22209,&quot;32197&quot;:22210,&quot;32198&quot;:22211,&quot;32205&quot;:22212,&quot;32206&quot;:22213,&quot;32256&quot;:22214,&quot;32226&quot;:22215,&quot;32234&quot;:22216,&quot;32237&quot;:22217,&quot;32250&quot;:22218,&quot;32284&quot;:22219,&quot;32301&quot;:22220,&quot;32307&quot;:22221,&quot;32319&quot;:22222,&quot;32334&quot;:22223,&quot;32336&quot;:22224,&quot;32344&quot;:22225,&quot;32351&quot;:22226,&quot;32357&quot;:22227,&quot;32405&quot;:22228,&quot;32413&quot;:22229,&quot;32414&quot;:22230,&quot;32575&quot;:22231,&quot;32604&quot;:22232,&quot;32614&quot;:22233,&quot;32653&quot;:22235,&quot;32655&quot;:22236,&quot;32678&quot;:22237,&quot;32682&quot;:22238,&quot;32692&quot;:22239,&quot;32700&quot;:22240,&quot;32704&quot;:22241,&quot;32712&quot;:22242,&quot;32744&quot;:22243,&quot;32783&quot;:22244,&quot;32787&quot;:22245,&quot;32797&quot;:22246,&quot;32799&quot;:22247,&quot;32800&quot;:22248,&quot;32814&quot;:22249,&quot;32820&quot;:22250,&quot;32830&quot;:22251,&quot;32832&quot;:22252,&quot;32836&quot;:22253,&quot;32868&quot;:22254,&quot;32877&quot;:22255,&quot;32897&quot;:22256,&quot;32953&quot;:22257,&quot;32968&quot;:22258,&quot;32973&quot;:22259,&quot;32978&quot;:22260,&quot;33006&quot;:22261,&quot;33010&quot;:22262,&quot;33014&quot;:22263,&quot;33017&quot;:22264,&quot;33035&quot;:22265,&quot;33052&quot;:22266,&quot;33056&quot;:22267,&quot;33084&quot;:22268,&quot;33093&quot;:22269,&quot;33095&quot;:22270,&quot;33106&quot;:22271,&quot;33121&quot;:22272,&quot;33143&quot;:22273,&quot;33158&quot;:22274,&quot;33166&quot;:22275,&quot;33174&quot;:22276,&quot;33186&quot;:22277,&quot;33198&quot;:22278,&quot;33221&quot;:22279,&quot;33230&quot;:22280,&quot;33259&quot;:22281,&quot;33264&quot;:22282,&quot;33265&quot;:22283,&quot;33266&quot;:22284,&quot;33269&quot;:22285,&quot;33272&quot;:22286,&quot;33295&quot;:22288,&quot;33309&quot;:22289,&quot;33320&quot;:22290,&quot;33347&quot;:22291,&quot;33358&quot;:22292,&quot;33361&quot;:22293,&quot;33366&quot;:22294,&quot;33383&quot;:22295,&quot;33403&quot;:22296,&quot;33408&quot;:22297,&quot;33409&quot;:22298,&quot;33415&quot;:22299,&quot;33428&quot;:22300,&quot;33430&quot;:22301,&quot;33432&quot;:22302,&quot;33434&quot;:22303,&quot;33435&quot;:22304,&quot;33440&quot;:22305,&quot;33498&quot;:22306,&quot;33504&quot;:22307,&quot;33508&quot;:22308,&quot;33517&quot;:22309,&quot;33546&quot;:22310,&quot;33547&quot;:22311,&quot;33566&quot;:22312,&quot;33567&quot;:22313,&quot;33569&quot;:22314,&quot;33580&quot;:22315,&quot;33582&quot;:22316,&quot;33587&quot;:22317,&quot;33591&quot;:22318,&quot;33597&quot;:22319,&quot;33602&quot;:22320,&quot;33613&quot;:22321,&quot;33614&quot;:22322,&quot;33648&quot;:22323,&quot;33664&quot;:22324,&quot;33666&quot;:22325,&quot;33668&quot;:22326,&quot;33689&quot;:22327,&quot;33692&quot;:22328,&quot;33702&quot;:22329,&quot;33708&quot;:22330,&quot;33726&quot;:22331,&quot;33619&quot;:22332,&quot;33768&quot;:22333,&quot;33817&quot;:22334,&quot;33709&quot;:22335,&quot;33839&quot;:22336,&quot;33861&quot;:22337,&quot;33863&quot;:22338,&quot;33869&quot;:22339,&quot;33878&quot;:22340,&quot;33888&quot;:22342,&quot;33892&quot;:22343,&quot;33895&quot;:22344,&quot;33898&quot;:22345,&quot;33908&quot;:22346,&quot;33917&quot;:22347,&quot;33938&quot;:22348,&quot;33941&quot;:22349,&quot;33961&quot;:22350,&quot;33962&quot;:22351,&quot;33991&quot;:22352,&quot;33992&quot;:22353,&quot;33996&quot;:22354,&quot;34034&quot;:22355,&quot;34039&quot;:22356,&quot;34050&quot;:22357,&quot;34051&quot;:22358,&quot;34055&quot;:22359,&quot;34062&quot;:22360,&quot;34064&quot;:22361,&quot;34076&quot;:22362,&quot;34082&quot;:22363,&quot;34087&quot;:22364,&quot;34090&quot;:22365,&quot;34099&quot;:22366,&quot;34102&quot;:22367,&quot;34111&quot;:22368,&quot;34128&quot;:22369,&quot;34130&quot;:22370,&quot;34140&quot;:22371,&quot;34143&quot;:22373,&quot;34144&quot;:22374,&quot;34169&quot;:22375,&quot;34185&quot;:22376,&quot;34187&quot;:22377,&quot;34208&quot;:22378,&quot;34213&quot;:22379,&quot;34215&quot;:22380,&quot;34228&quot;:22381,&quot;34230&quot;:22382,&quot;34232&quot;:22383,&quot;34237&quot;:22384,&quot;34238&quot;:22385,&quot;34239&quot;:22386,&quot;34242&quot;:22387,&quot;34266&quot;:22388,&quot;34272&quot;:22389,&quot;34280&quot;:22390,&quot;34291&quot;:22391,&quot;34300&quot;:22392,&quot;34317&quot;:22393,&quot;34318&quot;:22394,&quot;34329&quot;:22395,&quot;34331&quot;:22396,&quot;34358&quot;:22397,&quot;34362&quot;:22398,&quot;34365&quot;:22399,&quot;34392&quot;:22400,&quot;34393&quot;:22401,&quot;34397&quot;:22402,&quot;34400&quot;:22403,&quot;34401&quot;:22404,&quot;34404&quot;:22405,&quot;34409&quot;:22406,&quot;34422&quot;:22407,&quot;34454&quot;:22408,&quot;34458&quot;:22409,&quot;34465&quot;:22410,&quot;34470&quot;:22411,&quot;34477&quot;:22412,&quot;34484&quot;:22413,&quot;34485&quot;:22414,&quot;34487&quot;:22415,&quot;34489&quot;:22416,&quot;34495&quot;:22417,&quot;34501&quot;:22418,&quot;34514&quot;:22419,&quot;34522&quot;:22420,&quot;34524&quot;:22421,&quot;34528&quot;:22422,&quot;34533&quot;:22423,&quot;34535&quot;:22424,&quot;34440&quot;:22425,&quot;34564&quot;:22426,&quot;34575&quot;:22427,&quot;34607&quot;:22428,&quot;34610&quot;:22429,&quot;34620&quot;:22430,&quot;34621&quot;:22431,&quot;34629&quot;:22432,&quot;34637&quot;:22433,&quot;34657&quot;:22434,&quot;34671&quot;:22435,&quot;34691&quot;:22436,&quot;34692&quot;:22437,&quot;34693&quot;:22438,&quot;34694&quot;:22439,&quot;34704&quot;:22440,&quot;34709&quot;:22441,&quot;34737&quot;:22443,&quot;34760&quot;:22444,&quot;34762&quot;:22445,&quot;34773&quot;:22446,&quot;34777&quot;:22447,&quot;34780&quot;:22448,&quot;34786&quot;:22449,&quot;34788&quot;:22450,&quot;34801&quot;:22451,&quot;34803&quot;:22452,&quot;34808&quot;:22453,&quot;34810&quot;:22454,&quot;34815&quot;:22455,&quot;34825&quot;:22456,&quot;34841&quot;:22457,&quot;34834&quot;:22458,&quot;34842&quot;:22459,&quot;34846&quot;:22460,&quot;34864&quot;:22461,&quot;34869&quot;:22462,&quot;34881&quot;:22463,&quot;34883&quot;:22464,&quot;34888&quot;:22465,&quot;34889&quot;:22466,&quot;34897&quot;:22468,&quot;34908&quot;:22469,&quot;34912&quot;:22470,&quot;34929&quot;:22471,&quot;34937&quot;:22472,&quot;34939&quot;:22473,&quot;34944&quot;:22474,&quot;34975&quot;:22475,&quot;34984&quot;:22476,&quot;35002&quot;:22477,&quot;35019&quot;:22478,&quot;35020&quot;:22479,&quot;35038&quot;:22480,&quot;35047&quot;:22481,&quot;35063&quot;:22482,&quot;35085&quot;:22483,&quot;35093&quot;:22484,&quot;35094&quot;:22485,&quot;35104&quot;:22486,&quot;35112&quot;:22487,&quot;35121&quot;:22488,&quot;35130&quot;:22489,&quot;35142&quot;:22490,&quot;35151&quot;:22491,&quot;35154&quot;:22492,&quot;35159&quot;:22493,&quot;35163&quot;:22494,&quot;35169&quot;:22495,&quot;35171&quot;:22496,&quot;35182&quot;:22497,&quot;35187&quot;:22498,&quot;35189&quot;:22499,&quot;35194&quot;:22500,&quot;35197&quot;:22501,&quot;35213&quot;:22502,&quot;35221&quot;:22503,&quot;35227&quot;:22504,&quot;35228&quot;:22505,&quot;35232&quot;:22506,&quot;35252&quot;:22507,&quot;35254&quot;:22508,&quot;35287&quot;:22509,&quot;35305&quot;:22510,&quot;35309&quot;:22511,&quot;35321&quot;:22512,&quot;35332&quot;:22513,&quot;35333&quot;:22514,&quot;35358&quot;:22515,&quot;35360&quot;:22516,&quot;35364&quot;:22517,&quot;35366&quot;:22518,&quot;35371&quot;:22519,&quot;35372&quot;:22520,&quot;35375&quot;:22521,&quot;35389&quot;:22522,&quot;35392&quot;:22523,&quot;35395&quot;:22524,&quot;35411&quot;:22525,&quot;35414&quot;:22526,&quot;35420&quot;:22527,&quot;35429&quot;:22528,&quot;35446&quot;:22529,&quot;35447&quot;:22530,&quot;35450&quot;:22531,&quot;35451&quot;:22532,&quot;35456&quot;:22533,&quot;35459&quot;:22534,&quot;35467&quot;:22535,&quot;35471&quot;:22536,&quot;35474&quot;:22537,&quot;35479&quot;:22538,&quot;35481&quot;:22539,&quot;35487&quot;:22540,&quot;35497&quot;:22541,&quot;35503&quot;:22542,&quot;35507&quot;:22543,&quot;35515&quot;:22544,&quot;35523&quot;:22545,&quot;35526&quot;:22546,&quot;35528&quot;:22547,&quot;35530&quot;:22548,&quot;35539&quot;:22549,&quot;35540&quot;:22550,&quot;35541&quot;:22551,&quot;35568&quot;:22552,&quot;35583&quot;:22553,&quot;35595&quot;:22554,&quot;35614&quot;:22555,&quot;35632&quot;:22556,&quot;35644&quot;:22557,&quot;35650&quot;:22558,&quot;35656&quot;:22559,&quot;35661&quot;:22560,&quot;35683&quot;:22561,&quot;35705&quot;:22562,&quot;35716&quot;:22563,&quot;35725&quot;:22564,&quot;35727&quot;:22565,&quot;35896&quot;:22566,&quot;35902&quot;:22567,&quot;35921&quot;:22568,&quot;35928&quot;:22569,&quot;35931&quot;:22570,&quot;35933&quot;:22571,&quot;35929&quot;:22572,&quot;35939&quot;:22573,&quot;35940&quot;:22574,&quot;35942&quot;:22575,&quot;35957&quot;:22576,&quot;35958&quot;:22577,&quot;35966&quot;:22578,&quot;35974&quot;:22579,&quot;35975&quot;:22580,&quot;35979&quot;:22581,&quot;35984&quot;:22582,&quot;35996&quot;:22584,&quot;36025&quot;:22585,&quot;36038&quot;:22586,&quot;36043&quot;:22587,&quot;36047&quot;:22588,&quot;36061&quot;:22589,&quot;36072&quot;:22590,&quot;36079&quot;:22591,&quot;36082&quot;:22592,&quot;36095&quot;:22593,&quot;36197&quot;:22594,&quot;36223&quot;:22595,&quot;36226&quot;:22596,&quot;36232&quot;:22597,&quot;36240&quot;:22598,&quot;36254&quot;:22599,&quot;36256&quot;:22600,&quot;36268&quot;:22601,&quot;36277&quot;:22602,&quot;36279&quot;:22603,&quot;36281&quot;:22604,&quot;36283&quot;:22605,&quot;36288&quot;:22606,&quot;36293&quot;:22607,&quot;36295&quot;:22608,&quot;36298&quot;:22609,&quot;36308&quot;:22610,&quot;36325&quot;:22611,&quot;36336&quot;:22612,&quot;36284&quot;:22613,&quot;36356&quot;:22614,&quot;36357&quot;:22615,&quot;36369&quot;:22616,&quot;36403&quot;:22617,&quot;36407&quot;:22618,&quot;36408&quot;:22619,&quot;36430&quot;:22620,&quot;36443&quot;:22621,&quot;36445&quot;:22622,&quot;36446&quot;:22623,&quot;36473&quot;:22624,&quot;36482&quot;:22625,&quot;36483&quot;:22626,&quot;36507&quot;:22627,&quot;36509&quot;:22628,&quot;36514&quot;:22629,&quot;36538&quot;:22630,&quot;36545&quot;:22631,&quot;36547&quot;:22632,&quot;36548&quot;:22633,&quot;36551&quot;:22634,&quot;36572&quot;:22635,&quot;36590&quot;:22636,&quot;36593&quot;:22637,&quot;36599&quot;:22638,&quot;36589&quot;:22639,&quot;36610&quot;:22640,&quot;36623&quot;:22641,&quot;36624&quot;:22642,&quot;36630&quot;:22643,&quot;36640&quot;:22644,&quot;36641&quot;:22645,&quot;36643&quot;:22646,&quot;36648&quot;:22647,&quot;36654&quot;:22648,&quot;36660&quot;:22649,&quot;36663&quot;:22650,&quot;36673&quot;:22651,&quot;36687&quot;:22652,&quot;36690&quot;:22653,&quot;36691&quot;:22654,&quot;36701&quot;:22655,&quot;36702&quot;:22656,&quot;36709&quot;:22657,&quot;36765&quot;:22658,&quot;36792&quot;:22659,&quot;36798&quot;:22660,&quot;36800&quot;:22661,&quot;36811&quot;:22662,&quot;36816&quot;:22663,&quot;36818&quot;:22664,&quot;36835&quot;:22665,&quot;36862&quot;:22666,&quot;36888&quot;:22667,&quot;36904&quot;:22668,&quot;36905&quot;:22669,&quot;36906&quot;:22670,&quot;36915&quot;:22671,&quot;36916&quot;:22672,&quot;36927&quot;:22673,&quot;36962&quot;:22674,&quot;36966&quot;:22675,&quot;36972&quot;:22676,&quot;37006&quot;:22677,&quot;37029&quot;:22678,&quot;37068&quot;:22679,&quot;37077&quot;:22680,&quot;37080&quot;:22681,&quot;37081&quot;:22682,&quot;37093&quot;:22683,&quot;37074&quot;:22684,&quot;37128&quot;:22685,&quot;37133&quot;:22686,&quot;37136&quot;:22687,&quot;37146&quot;:22688,&quot;37152&quot;:22689,&quot;37161&quot;:22690,&quot;37166&quot;:22691,&quot;37174&quot;:22692,&quot;37180&quot;:22693,&quot;37187&quot;:22694,&quot;37199&quot;:22695,&quot;37203&quot;:22696,&quot;37229&quot;:22697,&quot;37243&quot;:22698,&quot;37249&quot;:22699,&quot;37254&quot;:22700,&quot;37267&quot;:22701,&quot;37268&quot;:22702,&quot;37272&quot;:22703,&quot;37281&quot;:22704,&quot;37286&quot;:22705,&quot;37311&quot;:22706,&quot;37331&quot;:22707,&quot;37332&quot;:22708,&quot;37337&quot;:22709,&quot;37353&quot;:22710,&quot;37354&quot;:22711,&quot;37359&quot;:22712,&quot;37369&quot;:22713,&quot;37373&quot;:22714,&quot;37380&quot;:22715,&quot;37381&quot;:22716,&quot;37388&quot;:22717,&quot;37394&quot;:22718,&quot;37395&quot;:22719,&quot;37400&quot;:22720,&quot;37404&quot;:22721,&quot;37405&quot;:22722,&quot;37412&quot;:22723,&quot;37413&quot;:22724,&quot;37414&quot;:22725,&quot;37422&quot;:22726,&quot;37423&quot;:22727,&quot;37424&quot;:22728,&quot;37429&quot;:22729,&quot;37430&quot;:22730,&quot;37438&quot;:22731,&quot;37446&quot;:22732,&quot;37453&quot;:22733,&quot;37464&quot;:22734,&quot;37468&quot;:22735,&quot;37469&quot;:22736,&quot;37481&quot;:22737,&quot;37486&quot;:22738,&quot;37487&quot;:22739,&quot;37488&quot;:22740,&quot;37493&quot;:22741,&quot;37497&quot;:22742,&quot;37499&quot;:22743,&quot;37514&quot;:22744,&quot;37522&quot;:22745,&quot;37536&quot;:22746,&quot;37540&quot;:22747,&quot;37541&quot;:22748,&quot;37544&quot;:22749,&quot;37558&quot;:22750,&quot;37560&quot;:22751,&quot;37562&quot;:22752,&quot;37565&quot;:22753,&quot;37575&quot;:22754,&quot;37581&quot;:22755,&quot;37592&quot;:22756,&quot;37596&quot;:22757,&quot;37597&quot;:22758,&quot;37601&quot;:22759,&quot;37603&quot;:22760,&quot;37608&quot;:22761,&quot;37612&quot;:22762,&quot;37614&quot;:22763,&quot;37616&quot;:22764,&quot;37632&quot;:22765,&quot;37640&quot;:22766,&quot;37660&quot;:22767,&quot;37668&quot;:22768,&quot;37674&quot;:22769,&quot;37684&quot;:22770,&quot;37687&quot;:22771,&quot;37712&quot;:22772,&quot;37717&quot;:22773,&quot;37726&quot;:22774,&quot;37735&quot;:22775,&quot;37737&quot;:22776,&quot;37743&quot;:22777,&quot;37748&quot;:22778,&quot;37750&quot;:22779,&quot;37754&quot;:22780,&quot;37757&quot;:22781,&quot;37760&quot;:22782,&quot;37761&quot;:22783,&quot;37773&quot;:22784,&quot;37778&quot;:22785,&quot;37781&quot;:22786,&quot;37784&quot;:22787,&quot;37798&quot;:22789,&quot;37800&quot;:22790,&quot;37803&quot;:22791,&quot;37812&quot;:22792,&quot;37813&quot;:22793,&quot;37814&quot;:22794,&quot;37828&quot;:22795,&quot;37829&quot;:22796,&quot;37833&quot;:22797,&quot;37835&quot;:22798,&quot;37837&quot;:22799,&quot;37843&quot;:22800,&quot;37849&quot;:22801,&quot;37879&quot;:22802,&quot;37889&quot;:22803,&quot;37896&quot;:22804,&quot;37909&quot;:22805,&quot;37919&quot;:22806,&quot;37935&quot;:22807,&quot;37949&quot;:22808,&quot;37955&quot;:22809,&quot;37977&quot;:22810,&quot;37980&quot;:22811,&quot;37983&quot;:22812,&quot;37985&quot;:22813,&quot;37992&quot;:22814,&quot;37998&quot;:22815,&quot;38020&quot;:22816,&quot;38019&quot;:22817,&quot;38270&quot;:22818,&quot;38276&quot;:22819,&quot;38301&quot;:22820,&quot;38302&quot;:22821,&quot;38330&quot;:22822,&quot;38361&quot;:22823,&quot;38365&quot;:22824,&quot;38367&quot;:22825,&quot;38430&quot;:22826,&quot;38434&quot;:22827,&quot;38437&quot;:22828,&quot;38438&quot;:22829,&quot;38455&quot;:22830,&quot;38457&quot;:22831,&quot;38458&quot;:22832,&quot;38482&quot;:22833,&quot;38486&quot;:22834,&quot;38487&quot;:22835,&quot;38510&quot;:22836,&quot;38524&quot;:22837,&quot;38526&quot;:22838,&quot;38545&quot;:22839,&quot;38559&quot;:22840,&quot;38566&quot;:22841,&quot;38602&quot;:22842,&quot;38623&quot;:22844,&quot;38650&quot;:22845,&quot;38661&quot;:22846,&quot;38682&quot;:22847,&quot;38685&quot;:22848,&quot;38730&quot;:22850,&quot;38744&quot;:22851,&quot;38775&quot;:22852,&quot;38776&quot;:22853,&quot;38779&quot;:22854,&quot;38784&quot;:22855,&quot;38793&quot;:22856,&quot;38807&quot;:22857,&quot;38840&quot;:22858,&quot;38844&quot;:22859,&quot;38847&quot;:22860,&quot;38852&quot;:22861,&quot;38853&quot;:22862,&quot;38855&quot;:22863,&quot;38858&quot;:22864,&quot;38862&quot;:22865,&quot;38864&quot;:22866,&quot;38871&quot;:22867,&quot;38877&quot;:22868,&quot;38884&quot;:22869,&quot;38903&quot;:22870,&quot;38904&quot;:22871,&quot;38906&quot;:22872,&quot;38937&quot;:22873,&quot;38940&quot;:22874,&quot;38944&quot;:22875,&quot;38959&quot;:22876,&quot;38965&quot;:22877,&quot;38980&quot;:22878,&quot;38986&quot;:22879,&quot;38993&quot;:22880,&quot;39018&quot;:22881,&quot;39086&quot;:22882,&quot;39116&quot;:22883,&quot;39142&quot;:22884,&quot;39158&quot;:22885,&quot;39175&quot;:22886,&quot;39199&quot;:22887,&quot;39202&quot;:22888,&quot;39206&quot;:22889,&quot;39211&quot;:22890,&quot;39220&quot;:22891,&quot;39225&quot;:22892,&quot;39239&quot;:22893,&quot;39257&quot;:22894,&quot;39259&quot;:22895,&quot;39323&quot;:22896,&quot;39325&quot;:22897,&quot;39327&quot;:22898,&quot;39344&quot;:22899,&quot;39346&quot;:22900,&quot;39349&quot;:22901,&quot;39379&quot;:22902,&quot;39386&quot;:22903,&quot;39388&quot;:22904,&quot;39399&quot;:22905,&quot;39402&quot;:22906,&quot;39403&quot;:22907,&quot;39404&quot;:22908,&quot;39412&quot;:22909,&quot;39413&quot;:22910,&quot;39421&quot;:22911,&quot;39422&quot;:22912,&quot;39428&quot;:22913,&quot;39435&quot;:22914,&quot;39454&quot;:22915,&quot;39458&quot;:22916,&quot;39475&quot;:22917,&quot;39477&quot;:22918,&quot;39495&quot;:22919,&quot;39499&quot;:22921,&quot;39508&quot;:22922,&quot;39517&quot;:22923,&quot;39594&quot;:22924,&quot;39596&quot;:22925,&quot;39598&quot;:22926,&quot;39602&quot;:22927,&quot;39604&quot;:22928,&quot;39611&quot;:22929,&quot;39615&quot;:22930,&quot;39624&quot;:22931,&quot;39639&quot;:22932,&quot;39643&quot;:22933,&quot;39652&quot;:22934,&quot;39655&quot;:22935,&quot;39660&quot;:22936,&quot;39666&quot;:22937,&quot;39667&quot;:22938,&quot;39669&quot;:22939,&quot;39674&quot;:22940,&quot;39677&quot;:22941,&quot;39679&quot;:22942,&quot;39680&quot;:22943,&quot;39684&quot;:22944,&quot;39685&quot;:22945,&quot;39707&quot;:22946,&quot;39718&quot;:22947,&quot;39735&quot;:22949,&quot;39737&quot;:22950,&quot;39738&quot;:22951,&quot;39756&quot;:22952,&quot;39766&quot;:22953,&quot;39767&quot;:22954,&quot;39771&quot;:22955,&quot;39777&quot;:22956,&quot;39786&quot;:22957,&quot;39789&quot;:22958,&quot;39790&quot;:22959,&quot;39800&quot;:22960,&quot;39807&quot;:22961,&quot;39813&quot;:22962,&quot;39815&quot;:22963,&quot;39817&quot;:22964,&quot;39819&quot;:22965,&quot;39821&quot;:22966,&quot;39828&quot;:22967,&quot;39834&quot;:22968,&quot;39849&quot;:22969,&quot;39863&quot;:22970,&quot;39868&quot;:22971,&quot;39888&quot;:22972,&quot;39929&quot;:22973,&quot;39951&quot;:22974,&quot;39953&quot;:22975,&quot;39966&quot;:22976,&quot;39974&quot;:22977,&quot;39976&quot;:22978,&quot;39997&quot;:22979,&quot;40003&quot;:22980,&quot;40014&quot;:22981,&quot;40030&quot;:22982,&quot;40059&quot;:22983,&quot;40183&quot;:22984,&quot;40185&quot;:22985,&quot;40220&quot;:22986,&quot;40239&quot;:22987,&quot;40243&quot;:22988,&quot;40244&quot;:22989,&quot;40250&quot;:22990,&quot;40252&quot;:22991,&quot;40261&quot;:22992,&quot;40275&quot;:22993,&quot;40276&quot;:22994,&quot;40293&quot;:22995,&quot;40323&quot;:22996,&quot;40326&quot;:22997,&quot;40334&quot;:22998,&quot;40338&quot;:22999,&quot;40339&quot;:23000,&quot;40341&quot;:23001,&quot;40343&quot;:23002,&quot;40344&quot;:23003,&quot;40362&quot;:23004,&quot;40366&quot;:23005,&quot;40394&quot;:23007,&quot;40404&quot;:23008,&quot;40405&quot;:23009,&quot;40414&quot;:23010,&quot;40430&quot;:23011,&quot;40432&quot;:23012,&quot;40446&quot;:23013,&quot;40462&quot;:23014,&quot;40464&quot;:23015,&quot;40465&quot;:23016,&quot;40466&quot;:23017,&quot;40470&quot;:23018,&quot;40583&quot;:23019,&quot;40590&quot;:23020,&quot;40591&quot;:23021,&quot;40598&quot;:23022,&quot;40600&quot;:23023,&quot;40622&quot;:23024,&quot;40627&quot;:23025,&quot;40646&quot;:23026,&quot;40648&quot;:23027,&quot;40651&quot;:23028,&quot;40661&quot;:23029,&quot;40684&quot;:23030,&quot;40685&quot;:23031,&quot;40689&quot;:23032,&quot;40693&quot;:23033,&quot;40696&quot;:23034,&quot;40721&quot;:23035,&quot;40726&quot;:23036,&quot;40730&quot;:23037,&quot;40735&quot;:23038,&quot;40753&quot;:23039,&quot;40754&quot;:23040,&quot;40764&quot;:23041,&quot;40767&quot;:23042,&quot;40771&quot;:23043,&quot;40772&quot;:23044,&quot;40775&quot;:23045,&quot;40790&quot;:23046,&quot;40798&quot;:23047,&quot;40814&quot;:23048,&quot;40819&quot;:23049,&quot;40826&quot;:23050,&quot;40829&quot;:23051,&quot;40847&quot;:23052,&quot;40849&quot;:23053,&quot;40850&quot;:23054,&quot;40854&quot;:23055,&quot;40865&quot;:23056,&quot;40867&quot;:23057}}&#039;, // Korean&#039; &#039;CID0KR&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniKS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;Korea1&quot;,&quot;Supplement&quot;:0,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;8361&quot;:96,&quot;8208&quot;:97,&quot;169&quot;:98,&quot;12644&quot;:101,&quot;12288&quot;:101,&quot;12289&quot;:102,&quot;12290&quot;:103,&quot;183&quot;:104,&quot;12539&quot;:104,&quot;8229&quot;:105,&quot;8943&quot;:106,&quot;8230&quot;:106,&quot;168&quot;:107,&quot;12291&quot;:108,&quot;8211&quot;:109,&quot;8212&quot;:110,&quot;8214&quot;:111,&quot;65340&quot;:112,&quot;65374&quot;:113,&quot;8216&quot;:114,&quot;8217&quot;:115,&quot;8220&quot;:116,&quot;8221&quot;:117,&quot;12308&quot;:118,&quot;12309&quot;:119,&quot;12296&quot;:120,&quot;12297&quot;:121,&quot;12298&quot;:122,&quot;12299&quot;:123,&quot;12300&quot;:124,&quot;12301&quot;:125,&quot;12302&quot;:126,&quot;12303&quot;:127,&quot;12304&quot;:128,&quot;12305&quot;:129,&quot;177&quot;:130,&quot;215&quot;:131,&quot;247&quot;:132,&quot;8800&quot;:133,&quot;8804&quot;:134,&quot;8805&quot;:135,&quot;8734&quot;:136,&quot;8756&quot;:137,&quot;176&quot;:138,&quot;8242&quot;:139,&quot;8243&quot;:140,&quot;8451&quot;:141,&quot;8491&quot;:142,&quot;65504&quot;:143,&quot;65505&quot;:144,&quot;65509&quot;:145,&quot;9794&quot;:146,&quot;9792&quot;:147,&quot;8736&quot;:148,&quot;8869&quot;:149,&quot;8978&quot;:150,&quot;8706&quot;:151,&quot;8711&quot;:152,&quot;8801&quot;:153,&quot;8786&quot;:154,&quot;167&quot;:155,&quot;8251&quot;:156,&quot;9734&quot;:157,&quot;9733&quot;:158,&quot;9675&quot;:159,&quot;9679&quot;:160,&quot;9678&quot;:161,&quot;9671&quot;:162,&quot;9670&quot;:163,&quot;9633&quot;:164,&quot;9632&quot;:165,&quot;9651&quot;:166,&quot;9650&quot;:167,&quot;9661&quot;:168,&quot;9660&quot;:169,&quot;8594&quot;:170,&quot;8592&quot;:171,&quot;8593&quot;:172,&quot;8595&quot;:173,&quot;8596&quot;:174,&quot;12307&quot;:175,&quot;171&quot;:176,&quot;187&quot;:177,&quot;8730&quot;:178,&quot;8765&quot;:179,&quot;8733&quot;:180,&quot;8757&quot;:181,&quot;8747&quot;:182,&quot;8748&quot;:183,&quot;8712&quot;:184,&quot;8715&quot;:185,&quot;8838&quot;:186,&quot;8839&quot;:187,&quot;8834&quot;:188,&quot;8835&quot;:189,&quot;8746&quot;:190,&quot;8745&quot;:191,&quot;8743&quot;:192,&quot;8744&quot;:193,&quot;65506&quot;:194,&quot;8658&quot;:195,&quot;8660&quot;:196,&quot;8704&quot;:197,&quot;8707&quot;:198,&quot;180&quot;:199,&quot;732&quot;:200,&quot;711&quot;:201,&quot;728&quot;:202,&quot;733&quot;:203,&quot;730&quot;:204,&quot;729&quot;:205,&quot;184&quot;:206,&quot;731&quot;:207,&quot;161&quot;:208,&quot;191&quot;:209,&quot;8758&quot;:210,&quot;8750&quot;:211,&quot;8721&quot;:212,&quot;8719&quot;:213,&quot;164&quot;:214,&quot;8457&quot;:215,&quot;8240&quot;:216,&quot;9665&quot;:217,&quot;9664&quot;:218,&quot;9655&quot;:219,&quot;9654&quot;:220,&quot;9828&quot;:221,&quot;9824&quot;:222,&quot;9825&quot;:223,&quot;9829&quot;:224,&quot;9831&quot;:225,&quot;9827&quot;:226,&quot;9673&quot;:227,&quot;9672&quot;:228,&quot;9635&quot;:229,&quot;9680&quot;:230,&quot;9681&quot;:231,&quot;9618&quot;:232,&quot;9636&quot;:233,&quot;9637&quot;:234,&quot;9640&quot;:235,&quot;9639&quot;:236,&quot;9638&quot;:237,&quot;9641&quot;:238,&quot;9832&quot;:239,&quot;9743&quot;:240,&quot;9742&quot;:241,&quot;9756&quot;:242,&quot;9758&quot;:243,&quot;182&quot;:244,&quot;8224&quot;:245,&quot;8225&quot;:246,&quot;8597&quot;:247,&quot;8599&quot;:248,&quot;8601&quot;:249,&quot;8598&quot;:250,&quot;8600&quot;:251,&quot;9837&quot;:252,&quot;9833&quot;:253,&quot;9834&quot;:254,&quot;9836&quot;:255,&quot;12927&quot;:256,&quot;12828&quot;:257,&quot;8470&quot;:258,&quot;13255&quot;:259,&quot;8482&quot;:260,&quot;13250&quot;:261,&quot;13272&quot;:262,&quot;8481&quot;:263,&quot;65281&quot;:264,&quot;65282&quot;:265,&quot;65283&quot;:266,&quot;65284&quot;:267,&quot;65285&quot;:268,&quot;65286&quot;:269,&quot;65287&quot;:270,&quot;65288&quot;:271,&quot;65289&quot;:272,&quot;65290&quot;:273,&quot;65291&quot;:274,&quot;65292&quot;:275,&quot;65293&quot;:276,&quot;65294&quot;:277,&quot;65295&quot;:278,&quot;65296&quot;:279,&quot;65297&quot;:280,&quot;65298&quot;:281,&quot;65299&quot;:282,&quot;65300&quot;:283,&quot;65301&quot;:284,&quot;65302&quot;:285,&quot;65303&quot;:286,&quot;65304&quot;:287,&quot;65305&quot;:288,&quot;65306&quot;:289,&quot;65307&quot;:290,&quot;65308&quot;:291,&quot;65309&quot;:292,&quot;65310&quot;:293,&quot;65311&quot;:294,&quot;65312&quot;:295,&quot;65313&quot;:296,&quot;65314&quot;:297,&quot;65315&quot;:298,&quot;65316&quot;:299,&quot;65317&quot;:300,&quot;65318&quot;:301,&quot;65319&quot;:302,&quot;65320&quot;:303,&quot;65321&quot;:304,&quot;65322&quot;:305,&quot;65323&quot;:306,&quot;65324&quot;:307,&quot;65325&quot;:308,&quot;65326&quot;:309,&quot;65327&quot;:310,&quot;65328&quot;:311,&quot;65329&quot;:312,&quot;65330&quot;:313,&quot;65331&quot;:314,&quot;65332&quot;:315,&quot;65333&quot;:316,&quot;65334&quot;:317,&quot;65335&quot;:318,&quot;65336&quot;:319,&quot;65337&quot;:320,&quot;65338&quot;:321,&quot;65339&quot;:322,&quot;65510&quot;:323,&quot;65341&quot;:324,&quot;65342&quot;:325,&quot;65343&quot;:326,&quot;65344&quot;:327,&quot;65345&quot;:328,&quot;65346&quot;:329,&quot;65347&quot;:330,&quot;65348&quot;:331,&quot;65349&quot;:332,&quot;65350&quot;:333,&quot;65351&quot;:334,&quot;65352&quot;:335,&quot;65353&quot;:336,&quot;65354&quot;:337,&quot;65355&quot;:338,&quot;65356&quot;:339,&quot;65357&quot;:340,&quot;65358&quot;:341,&quot;65359&quot;:342,&quot;65360&quot;:343,&quot;65361&quot;:344,&quot;65362&quot;:345,&quot;65363&quot;:346,&quot;65364&quot;:347,&quot;65365&quot;:348,&quot;65366&quot;:349,&quot;65367&quot;:350,&quot;65368&quot;:351,&quot;65369&quot;:352,&quot;65370&quot;:353,&quot;65371&quot;:354,&quot;65372&quot;:355,&quot;65373&quot;:356,&quot;65507&quot;:357,&quot;12593&quot;:358,&quot;12594&quot;:359,&quot;12595&quot;:360,&quot;12596&quot;:361,&quot;12597&quot;:362,&quot;12598&quot;:363,&quot;12599&quot;:364,&quot;12600&quot;:365,&quot;12601&quot;:366,&quot;12602&quot;:367,&quot;12603&quot;:368,&quot;12604&quot;:369,&quot;12605&quot;:370,&quot;12606&quot;:371,&quot;12607&quot;:372,&quot;12608&quot;:373,&quot;12609&quot;:374,&quot;12610&quot;:375,&quot;12611&quot;:376,&quot;12612&quot;:377,&quot;12613&quot;:378,&quot;12614&quot;:379,&quot;12615&quot;:380,&quot;12616&quot;:381,&quot;12617&quot;:382,&quot;12618&quot;:383,&quot;12619&quot;:384,&quot;12620&quot;:385,&quot;12621&quot;:386,&quot;12622&quot;:387,&quot;12623&quot;:388,&quot;12624&quot;:389,&quot;12625&quot;:390,&quot;12626&quot;:391,&quot;12627&quot;:392,&quot;12628&quot;:393,&quot;12629&quot;:394,&quot;12630&quot;:395,&quot;12631&quot;:396,&quot;12632&quot;:397,&quot;12633&quot;:398,&quot;12634&quot;:399,&quot;12635&quot;:400,&quot;12636&quot;:401,&quot;12637&quot;:402,&quot;12638&quot;:403,&quot;12639&quot;:404,&quot;12640&quot;:405,&quot;12641&quot;:406,&quot;12642&quot;:407,&quot;12643&quot;:408,&quot;12645&quot;:409,&quot;12646&quot;:410,&quot;12647&quot;:411,&quot;12648&quot;:412,&quot;12649&quot;:413,&quot;12650&quot;:414,&quot;12651&quot;:415,&quot;12652&quot;:416,&quot;12653&quot;:417,&quot;12654&quot;:418,&quot;12655&quot;:419,&quot;12656&quot;:420,&quot;12657&quot;:421,&quot;12658&quot;:422,&quot;12659&quot;:423,&quot;12660&quot;:424,&quot;12661&quot;:425,&quot;12662&quot;:426,&quot;12663&quot;:427,&quot;12664&quot;:428,&quot;12665&quot;:429,&quot;12666&quot;:430,&quot;12667&quot;:431,&quot;12668&quot;:432,&quot;12669&quot;:433,&quot;12670&quot;:434,&quot;12671&quot;:435,&quot;12672&quot;:436,&quot;12673&quot;:437,&quot;12674&quot;:438,&quot;12675&quot;:439,&quot;12676&quot;:440,&quot;12677&quot;:441,&quot;12678&quot;:442,&quot;12679&quot;:443,&quot;12680&quot;:444,&quot;12681&quot;:445,&quot;12682&quot;:446,&quot;12683&quot;:447,&quot;12684&quot;:448,&quot;12685&quot;:449,&quot;12686&quot;:450,&quot;8560&quot;:451,&quot;8561&quot;:452,&quot;8562&quot;:453,&quot;8563&quot;:454,&quot;8564&quot;:455,&quot;8565&quot;:456,&quot;8566&quot;:457,&quot;8567&quot;:458,&quot;8568&quot;:459,&quot;8569&quot;:460,&quot;8544&quot;:461,&quot;8545&quot;:462,&quot;8546&quot;:463,&quot;8547&quot;:464,&quot;8548&quot;:465,&quot;8549&quot;:466,&quot;8550&quot;:467,&quot;8551&quot;:468,&quot;8552&quot;:469,&quot;8553&quot;:470,&quot;913&quot;:471,&quot;914&quot;:472,&quot;915&quot;:473,&quot;916&quot;:474,&quot;917&quot;:475,&quot;918&quot;:476,&quot;919&quot;:477,&quot;920&quot;:478,&quot;921&quot;:479,&quot;922&quot;:480,&quot;923&quot;:481,&quot;924&quot;:482,&quot;925&quot;:483,&quot;926&quot;:484,&quot;927&quot;:485,&quot;928&quot;:486,&quot;929&quot;:487,&quot;931&quot;:488,&quot;932&quot;:489,&quot;933&quot;:490,&quot;934&quot;:491,&quot;935&quot;:492,&quot;936&quot;:493,&quot;937&quot;:494,&quot;945&quot;:495,&quot;946&quot;:496,&quot;947&quot;:497,&quot;948&quot;:498,&quot;949&quot;:499,&quot;950&quot;:500,&quot;951&quot;:501,&quot;952&quot;:502,&quot;953&quot;:503,&quot;954&quot;:504,&quot;955&quot;:505,&quot;956&quot;:506,&quot;957&quot;:507,&quot;958&quot;:508,&quot;959&quot;:509,&quot;960&quot;:510,&quot;961&quot;:511,&quot;963&quot;:512,&quot;964&quot;:513,&quot;965&quot;:514,&quot;966&quot;:515,&quot;967&quot;:516,&quot;968&quot;:517,&quot;969&quot;:518,&quot;9472&quot;:519,&quot;9474&quot;:520,&quot;9484&quot;:521,&quot;9488&quot;:522,&quot;9496&quot;:523,&quot;9492&quot;:524,&quot;9500&quot;:525,&quot;9516&quot;:526,&quot;9508&quot;:527,&quot;9524&quot;:528,&quot;9532&quot;:529,&quot;9473&quot;:530,&quot;9475&quot;:531,&quot;9487&quot;:532,&quot;9491&quot;:533,&quot;9499&quot;:534,&quot;9495&quot;:535,&quot;9507&quot;:536,&quot;9523&quot;:537,&quot;9515&quot;:538,&quot;9531&quot;:539,&quot;9547&quot;:540,&quot;9504&quot;:541,&quot;9519&quot;:542,&quot;9512&quot;:543,&quot;9527&quot;:544,&quot;9535&quot;:545,&quot;9501&quot;:546,&quot;9520&quot;:547,&quot;9509&quot;:548,&quot;9528&quot;:549,&quot;9538&quot;:550,&quot;9490&quot;:551,&quot;9489&quot;:552,&quot;9498&quot;:553,&quot;9497&quot;:554,&quot;9494&quot;:555,&quot;9493&quot;:556,&quot;9486&quot;:557,&quot;9485&quot;:558,&quot;9502&quot;:559,&quot;9503&quot;:560,&quot;9505&quot;:561,&quot;9506&quot;:562,&quot;9510&quot;:563,&quot;9511&quot;:564,&quot;9513&quot;:565,&quot;9514&quot;:566,&quot;9517&quot;:567,&quot;9518&quot;:568,&quot;9521&quot;:569,&quot;9522&quot;:570,&quot;9525&quot;:571,&quot;9526&quot;:572,&quot;9529&quot;:573,&quot;9530&quot;:574,&quot;9533&quot;:575,&quot;9534&quot;:576,&quot;9536&quot;:577,&quot;9537&quot;:578,&quot;9539&quot;:579,&quot;9540&quot;:580,&quot;9541&quot;:581,&quot;9542&quot;:582,&quot;9543&quot;:583,&quot;9544&quot;:584,&quot;9545&quot;:585,&quot;9546&quot;:586,&quot;13205&quot;:587,&quot;13206&quot;:588,&quot;13207&quot;:589,&quot;8467&quot;:590,&quot;13208&quot;:591,&quot;13252&quot;:592,&quot;13219&quot;:593,&quot;13220&quot;:594,&quot;13221&quot;:595,&quot;13222&quot;:596,&quot;13209&quot;:597,&quot;13210&quot;:598,&quot;13211&quot;:599,&quot;13212&quot;:600,&quot;13213&quot;:601,&quot;13214&quot;:602,&quot;13215&quot;:603,&quot;13216&quot;:604,&quot;13217&quot;:605,&quot;13218&quot;:606,&quot;13258&quot;:607,&quot;13197&quot;:608,&quot;13198&quot;:609,&quot;13199&quot;:610,&quot;13263&quot;:611,&quot;13192&quot;:612,&quot;13193&quot;:613,&quot;13256&quot;:614,&quot;13223&quot;:615,&quot;13224&quot;:616,&quot;13232&quot;:617,&quot;13233&quot;:618,&quot;13234&quot;:619,&quot;13235&quot;:620,&quot;13236&quot;:621,&quot;13237&quot;:622,&quot;13238&quot;:623,&quot;13239&quot;:624,&quot;13240&quot;:625,&quot;13241&quot;:626,&quot;13184&quot;:627,&quot;13185&quot;:628,&quot;13186&quot;:629,&quot;13187&quot;:630,&quot;13188&quot;:631,&quot;13242&quot;:632,&quot;13243&quot;:633,&quot;13244&quot;:634,&quot;13245&quot;:635,&quot;13246&quot;:636,&quot;13247&quot;:637,&quot;13200&quot;:638,&quot;13201&quot;:639,&quot;13202&quot;:640,&quot;13203&quot;:641,&quot;13204&quot;:642,&quot;8486&quot;:643,&quot;13248&quot;:644,&quot;13249&quot;:645,&quot;13194&quot;:646,&quot;13195&quot;:647,&quot;13196&quot;:648,&quot;13270&quot;:649,&quot;13253&quot;:650,&quot;13229&quot;:651,&quot;13230&quot;:652,&quot;13231&quot;:653,&quot;13275&quot;:654,&quot;13225&quot;:655,&quot;13226&quot;:656,&quot;13227&quot;:657,&quot;13228&quot;:658,&quot;13277&quot;:659,&quot;13264&quot;:660,&quot;13267&quot;:661,&quot;13251&quot;:662,&quot;13257&quot;:663,&quot;13276&quot;:664,&quot;13254&quot;:665,&quot;198&quot;:666,&quot;208&quot;:667,&quot;170&quot;:668,&quot;294&quot;:669,&quot;306&quot;:670,&quot;319&quot;:671,&quot;321&quot;:672,&quot;216&quot;:673,&quot;338&quot;:674,&quot;186&quot;:675,&quot;222&quot;:676,&quot;358&quot;:677,&quot;330&quot;:678,&quot;12896&quot;:679,&quot;12897&quot;:680,&quot;12898&quot;:681,&quot;12899&quot;:682,&quot;12900&quot;:683,&quot;12901&quot;:684,&quot;12902&quot;:685,&quot;12903&quot;:686,&quot;12904&quot;:687,&quot;12905&quot;:688,&quot;12906&quot;:689,&quot;12907&quot;:690,&quot;12908&quot;:691,&quot;12909&quot;:692,&quot;12910&quot;:693,&quot;12911&quot;:694,&quot;12912&quot;:695,&quot;12913&quot;:696,&quot;12914&quot;:697,&quot;12915&quot;:698,&quot;12916&quot;:699,&quot;12917&quot;:700,&quot;12918&quot;:701,&quot;12919&quot;:702,&quot;12920&quot;:703,&quot;12921&quot;:704,&quot;12922&quot;:705,&quot;12923&quot;:706,&quot;9424&quot;:707,&quot;9425&quot;:708,&quot;9426&quot;:709,&quot;9427&quot;:710,&quot;9428&quot;:711,&quot;9429&quot;:712,&quot;9430&quot;:713,&quot;9431&quot;:714,&quot;9432&quot;:715,&quot;9433&quot;:716,&quot;9434&quot;:717,&quot;9435&quot;:718,&quot;9436&quot;:719,&quot;9437&quot;:720,&quot;9438&quot;:721,&quot;9439&quot;:722,&quot;9440&quot;:723,&quot;9441&quot;:724,&quot;9442&quot;:725,&quot;9443&quot;:726,&quot;9444&quot;:727,&quot;9445&quot;:728,&quot;9446&quot;:729,&quot;9447&quot;:730,&quot;9448&quot;:731,&quot;9449&quot;:732,&quot;9312&quot;:733,&quot;9313&quot;:734,&quot;9314&quot;:735,&quot;9315&quot;:736,&quot;9316&quot;:737,&quot;9317&quot;:738,&quot;9318&quot;:739,&quot;9319&quot;:740,&quot;9320&quot;:741,&quot;9321&quot;:742,&quot;9322&quot;:743,&quot;9323&quot;:744,&quot;9324&quot;:745,&quot;9325&quot;:746,&quot;9326&quot;:747,&quot;189&quot;:748,&quot;8531&quot;:749,&quot;8532&quot;:750,&quot;188&quot;:751,&quot;190&quot;:752,&quot;8539&quot;:753,&quot;8540&quot;:754,&quot;8541&quot;:755,&quot;8542&quot;:756,&quot;230&quot;:757,&quot;273&quot;:758,&quot;240&quot;:759,&quot;295&quot;:760,&quot;305&quot;:761,&quot;307&quot;:762,&quot;312&quot;:763,&quot;320&quot;:764,&quot;322&quot;:765,&quot;248&quot;:766,&quot;339&quot;:767,&quot;223&quot;:768,&quot;254&quot;:769,&quot;359&quot;:770,&quot;331&quot;:771,&quot;329&quot;:772,&quot;12800&quot;:773,&quot;12801&quot;:774,&quot;12802&quot;:775,&quot;12803&quot;:776,&quot;12804&quot;:777,&quot;12805&quot;:778,&quot;12806&quot;:779,&quot;12807&quot;:780,&quot;12808&quot;:781,&quot;12809&quot;:782,&quot;12810&quot;:783,&quot;12811&quot;:784,&quot;12812&quot;:785,&quot;12813&quot;:786,&quot;12814&quot;:787,&quot;12815&quot;:788,&quot;12816&quot;:789,&quot;12817&quot;:790,&quot;12818&quot;:791,&quot;12819&quot;:792,&quot;12820&quot;:793,&quot;12821&quot;:794,&quot;12822&quot;:795,&quot;12823&quot;:796,&quot;12824&quot;:797,&quot;12825&quot;:798,&quot;12826&quot;:799,&quot;12827&quot;:800,&quot;9372&quot;:801,&quot;9373&quot;:802,&quot;9374&quot;:803,&quot;9375&quot;:804,&quot;9376&quot;:805,&quot;9377&quot;:806,&quot;9378&quot;:807,&quot;9379&quot;:808,&quot;9380&quot;:809,&quot;9381&quot;:810,&quot;9382&quot;:811,&quot;9383&quot;:812,&quot;9384&quot;:813,&quot;9385&quot;:814,&quot;9386&quot;:815,&quot;9387&quot;:816,&quot;9388&quot;:817,&quot;9389&quot;:818,&quot;9390&quot;:819,&quot;9391&quot;:820,&quot;9392&quot;:821,&quot;9393&quot;:822,&quot;9394&quot;:823,&quot;9395&quot;:824,&quot;9396&quot;:825,&quot;9397&quot;:826,&quot;9332&quot;:827,&quot;9333&quot;:828,&quot;9334&quot;:829,&quot;9335&quot;:830,&quot;9336&quot;:831,&quot;9337&quot;:832,&quot;9338&quot;:833,&quot;9339&quot;:834,&quot;9340&quot;:835,&quot;9341&quot;:836,&quot;9342&quot;:837,&quot;9343&quot;:838,&quot;9344&quot;:839,&quot;9345&quot;:840,&quot;9346&quot;:841,&quot;185&quot;:842,&quot;178&quot;:843,&quot;179&quot;:844,&quot;8308&quot;:845,&quot;8319&quot;:846,&quot;8321&quot;:847,&quot;8322&quot;:848,&quot;8323&quot;:849,&quot;8324&quot;:850,&quot;12353&quot;:851,&quot;12354&quot;:852,&quot;12355&quot;:853,&quot;12356&quot;:854,&quot;12357&quot;:855,&quot;12358&quot;:856,&quot;12359&quot;:857,&quot;12360&quot;:858,&quot;12361&quot;:859,&quot;12362&quot;:860,&quot;12363&quot;:861,&quot;12364&quot;:862,&quot;12365&quot;:863,&quot;12366&quot;:864,&quot;12367&quot;:865,&quot;12368&quot;:866,&quot;12369&quot;:867,&quot;12370&quot;:868,&quot;12371&quot;:869,&quot;12372&quot;:870,&quot;12373&quot;:871,&quot;12374&quot;:872,&quot;12375&quot;:873,&quot;12376&quot;:874,&quot;12377&quot;:875,&quot;12378&quot;:876,&quot;12379&quot;:877,&quot;12380&quot;:878,&quot;12381&quot;:879,&quot;12382&quot;:880,&quot;12383&quot;:881,&quot;12384&quot;:882,&quot;12385&quot;:883,&quot;12386&quot;:884,&quot;12387&quot;:885,&quot;12388&quot;:886,&quot;12389&quot;:887,&quot;12390&quot;:888,&quot;12391&quot;:889,&quot;12392&quot;:890,&quot;12393&quot;:891,&quot;12394&quot;:892,&quot;12395&quot;:893,&quot;12396&quot;:894,&quot;12397&quot;:895,&quot;12398&quot;:896,&quot;12399&quot;:897,&quot;12400&quot;:898,&quot;12401&quot;:899,&quot;12402&quot;:900,&quot;12403&quot;:901,&quot;12404&quot;:902,&quot;12405&quot;:903,&quot;12406&quot;:904,&quot;12407&quot;:905,&quot;12408&quot;:906,&quot;12409&quot;:907,&quot;12410&quot;:908,&quot;12411&quot;:909,&quot;12412&quot;:910,&quot;12413&quot;:911,&quot;12414&quot;:912,&quot;12415&quot;:913,&quot;12416&quot;:914,&quot;12417&quot;:915,&quot;12418&quot;:916,&quot;12419&quot;:917,&quot;12420&quot;:918,&quot;12421&quot;:919,&quot;12422&quot;:920,&quot;12423&quot;:921,&quot;12424&quot;:922,&quot;12425&quot;:923,&quot;12426&quot;:924,&quot;12427&quot;:925,&quot;12428&quot;:926,&quot;12429&quot;:927,&quot;12430&quot;:928,&quot;12431&quot;:929,&quot;12432&quot;:930,&quot;12433&quot;:931,&quot;12434&quot;:932,&quot;12435&quot;:933,&quot;12449&quot;:934,&quot;12450&quot;:935,&quot;12451&quot;:936,&quot;12452&quot;:937,&quot;12453&quot;:938,&quot;12454&quot;:939,&quot;12455&quot;:940,&quot;12456&quot;:941,&quot;12457&quot;:942,&quot;12458&quot;:943,&quot;12459&quot;:944,&quot;12460&quot;:945,&quot;12461&quot;:946,&quot;12462&quot;:947,&quot;12463&quot;:948,&quot;12464&quot;:949,&quot;12465&quot;:950,&quot;12466&quot;:951,&quot;12467&quot;:952,&quot;12468&quot;:953,&quot;12469&quot;:954,&quot;12470&quot;:955,&quot;12471&quot;:956,&quot;12472&quot;:957,&quot;12473&quot;:958,&quot;12474&quot;:959,&quot;12475&quot;:960,&quot;12476&quot;:961,&quot;12477&quot;:962,&quot;12478&quot;:963,&quot;12479&quot;:964,&quot;12480&quot;:965,&quot;12481&quot;:966,&quot;12482&quot;:967,&quot;12483&quot;:968,&quot;12484&quot;:969,&quot;12485&quot;:970,&quot;12486&quot;:971,&quot;12487&quot;:972,&quot;12488&quot;:973,&quot;12489&quot;:974,&quot;12490&quot;:975,&quot;12491&quot;:976,&quot;12492&quot;:977,&quot;12493&quot;:978,&quot;12494&quot;:979,&quot;12495&quot;:980,&quot;12496&quot;:981,&quot;12497&quot;:982,&quot;12498&quot;:983,&quot;12499&quot;:984,&quot;12500&quot;:985,&quot;12501&quot;:986,&quot;12502&quot;:987,&quot;12503&quot;:988,&quot;12504&quot;:989,&quot;12505&quot;:990,&quot;12506&quot;:991,&quot;12507&quot;:992,&quot;12508&quot;:993,&quot;12509&quot;:994,&quot;12510&quot;:995,&quot;12511&quot;:996,&quot;12512&quot;:997,&quot;12513&quot;:998,&quot;12514&quot;:999,&quot;12515&quot;:1000,&quot;12516&quot;:1001,&quot;12517&quot;:1002,&quot;12518&quot;:1003,&quot;12519&quot;:1004,&quot;12520&quot;:1005,&quot;12521&quot;:1006,&quot;12522&quot;:1007,&quot;12523&quot;:1008,&quot;12524&quot;:1009,&quot;12525&quot;:1010,&quot;12526&quot;:1011,&quot;12527&quot;:1012,&quot;12528&quot;:1013,&quot;12529&quot;:1014,&quot;12530&quot;:1015,&quot;12531&quot;:1016,&quot;12532&quot;:1017,&quot;12533&quot;:1018,&quot;12534&quot;:1019,&quot;1040&quot;:1020,&quot;1041&quot;:1021,&quot;1042&quot;:1022,&quot;1043&quot;:1023,&quot;1044&quot;:1024,&quot;1045&quot;:1025,&quot;1025&quot;:1026,&quot;1046&quot;:1027,&quot;1047&quot;:1028,&quot;1048&quot;:1029,&quot;1049&quot;:1030,&quot;1050&quot;:1031,&quot;1051&quot;:1032,&quot;1052&quot;:1033,&quot;1053&quot;:1034,&quot;1054&quot;:1035,&quot;1055&quot;:1036,&quot;1056&quot;:1037,&quot;1057&quot;:1038,&quot;1058&quot;:1039,&quot;1059&quot;:1040,&quot;1060&quot;:1041,&quot;1061&quot;:1042,&quot;1062&quot;:1043,&quot;1063&quot;:1044,&quot;1064&quot;:1045,&quot;1065&quot;:1046,&quot;1066&quot;:1047,&quot;1067&quot;:1048,&quot;1068&quot;:1049,&quot;1069&quot;:1050,&quot;1070&quot;:1051,&quot;1071&quot;:1052,&quot;1072&quot;:1053,&quot;1073&quot;:1054,&quot;1074&quot;:1055,&quot;1075&quot;:1056,&quot;1076&quot;:1057,&quot;1077&quot;:1058,&quot;1105&quot;:1059,&quot;1078&quot;:1060,&quot;1079&quot;:1061,&quot;1080&quot;:1062,&quot;1081&quot;:1063,&quot;1082&quot;:1064,&quot;1083&quot;:1065,&quot;1084&quot;:1066,&quot;1085&quot;:1067,&quot;1086&quot;:1068,&quot;1087&quot;:1069,&quot;1088&quot;:1070,&quot;1089&quot;:1071,&quot;1090&quot;:1072,&quot;1091&quot;:1073,&quot;1092&quot;:1074,&quot;1093&quot;:1075,&quot;1094&quot;:1076,&quot;1095&quot;:1077,&quot;1096&quot;:1078,&quot;1097&quot;:1079,&quot;1098&quot;:1080,&quot;1099&quot;:1081,&quot;1100&quot;:1082,&quot;1101&quot;:1083,&quot;1102&quot;:1084,&quot;1103&quot;:1085,&quot;44032&quot;:1086,&quot;44033&quot;:1087,&quot;44036&quot;:1088,&quot;44039&quot;:1089,&quot;44040&quot;:1090,&quot;44041&quot;:1091,&quot;44042&quot;:1092,&quot;44048&quot;:1093,&quot;44049&quot;:1094,&quot;44050&quot;:1095,&quot;44051&quot;:1096,&quot;44052&quot;:1097,&quot;44053&quot;:1098,&quot;44054&quot;:1099,&quot;44055&quot;:1100,&quot;44057&quot;:1101,&quot;44058&quot;:1102,&quot;44059&quot;:1103,&quot;44060&quot;:1104,&quot;44061&quot;:1105,&quot;44064&quot;:1106,&quot;44068&quot;:1107,&quot;44076&quot;:1108,&quot;44077&quot;:1109,&quot;44079&quot;:1110,&quot;44080&quot;:1111,&quot;44081&quot;:1112,&quot;44088&quot;:1113,&quot;44089&quot;:1114,&quot;44092&quot;:1115,&quot;44096&quot;:1116,&quot;44107&quot;:1117,&quot;44109&quot;:1118,&quot;44116&quot;:1119,&quot;44120&quot;:1120,&quot;44124&quot;:1121,&quot;44144&quot;:1122,&quot;44145&quot;:1123,&quot;44148&quot;:1124,&quot;44151&quot;:1125,&quot;44152&quot;:1126,&quot;44154&quot;:1127,&quot;44160&quot;:1128,&quot;44161&quot;:1129,&quot;44163&quot;:1130,&quot;44164&quot;:1131,&quot;44165&quot;:1132,&quot;44166&quot;:1133,&quot;44169&quot;:1134,&quot;44170&quot;:1135,&quot;44171&quot;:1136,&quot;44172&quot;:1137,&quot;44176&quot;:1138,&quot;44180&quot;:1139,&quot;44188&quot;:1140,&quot;44189&quot;:1141,&quot;44191&quot;:1142,&quot;44192&quot;:1143,&quot;44193&quot;:1144,&quot;44200&quot;:1145,&quot;44201&quot;:1146,&quot;44202&quot;:1147,&quot;44204&quot;:1148,&quot;44207&quot;:1149,&quot;44208&quot;:1150,&quot;44216&quot;:1151,&quot;44217&quot;:1152,&quot;44219&quot;:1153,&quot;44220&quot;:1154,&quot;44221&quot;:1155,&quot;44225&quot;:1156,&quot;44228&quot;:1157,&quot;44232&quot;:1158,&quot;44236&quot;:1159,&quot;44245&quot;:1160,&quot;44247&quot;:1161,&quot;44256&quot;:1162,&quot;44257&quot;:1163,&quot;44260&quot;:1164,&quot;44263&quot;:1165,&quot;44264&quot;:1166,&quot;44266&quot;:1167,&quot;44268&quot;:1168,&quot;44271&quot;:1169,&quot;44272&quot;:1170,&quot;44273&quot;:1171,&quot;44275&quot;:1172,&quot;44277&quot;:1173,&quot;44278&quot;:1174,&quot;44284&quot;:1175,&quot;44285&quot;:1176,&quot;44288&quot;:1177,&quot;44292&quot;:1178,&quot;44294&quot;:1179,&quot;44300&quot;:1180,&quot;44301&quot;:1181,&quot;44303&quot;:1182,&quot;44305&quot;:1183,&quot;44312&quot;:1184,&quot;44316&quot;:1185,&quot;44320&quot;:1186,&quot;44329&quot;:1187,&quot;44332&quot;:1188,&quot;44333&quot;:1189,&quot;44340&quot;:1190,&quot;44341&quot;:1191,&quot;44344&quot;:1192,&quot;44348&quot;:1193,&quot;44356&quot;:1194,&quot;44357&quot;:1195,&quot;44359&quot;:1196,&quot;44361&quot;:1197,&quot;44368&quot;:1198,&quot;44372&quot;:1199,&quot;44376&quot;:1200,&quot;44385&quot;:1201,&quot;44387&quot;:1202,&quot;44396&quot;:1203,&quot;44397&quot;:1204,&quot;44400&quot;:1205,&quot;44403&quot;:1206,&quot;44404&quot;:1207,&quot;44405&quot;:1208,&quot;44406&quot;:1209,&quot;44411&quot;:1210,&quot;44412&quot;:1211,&quot;44413&quot;:1212,&quot;44415&quot;:1213,&quot;44417&quot;:1214,&quot;44418&quot;:1215,&quot;44424&quot;:1216,&quot;44425&quot;:1217,&quot;44428&quot;:1218,&quot;44432&quot;:1219,&quot;44444&quot;:1220,&quot;44445&quot;:1221,&quot;44452&quot;:1222,&quot;44471&quot;:1223,&quot;44480&quot;:1224,&quot;44481&quot;:1225,&quot;44484&quot;:1226,&quot;44488&quot;:1227,&quot;44496&quot;:1228,&quot;44497&quot;:1229,&quot;44499&quot;:1230,&quot;44508&quot;:1231,&quot;44512&quot;:1232,&quot;44516&quot;:1233,&quot;44536&quot;:1234,&quot;44537&quot;:1235,&quot;44540&quot;:1236,&quot;44543&quot;:1237,&quot;44544&quot;:1238,&quot;44545&quot;:1239,&quot;44552&quot;:1240,&quot;44553&quot;:1241,&quot;44555&quot;:1242,&quot;44557&quot;:1243,&quot;44564&quot;:1244,&quot;44592&quot;:1245,&quot;44593&quot;:1246,&quot;44596&quot;:1247,&quot;44599&quot;:1248,&quot;44600&quot;:1249,&quot;44602&quot;:1250,&quot;44608&quot;:1251,&quot;44609&quot;:1252,&quot;44611&quot;:1253,&quot;44613&quot;:1254,&quot;44614&quot;:1255,&quot;44618&quot;:1256,&quot;44620&quot;:1257,&quot;44621&quot;:1258,&quot;44622&quot;:1259,&quot;44624&quot;:1260,&quot;44628&quot;:1261,&quot;44630&quot;:1262,&quot;44636&quot;:1263,&quot;44637&quot;:1264,&quot;44639&quot;:1265,&quot;44640&quot;:1266,&quot;44641&quot;:1267,&quot;44645&quot;:1268,&quot;44648&quot;:1269,&quot;44649&quot;:1270,&quot;44652&quot;:1271,&quot;44656&quot;:1272,&quot;44664&quot;:1273,&quot;44665&quot;:1274,&quot;44667&quot;:1275,&quot;44668&quot;:1276,&quot;44669&quot;:1277,&quot;44676&quot;:1278,&quot;44677&quot;:1279,&quot;44684&quot;:1280,&quot;44732&quot;:1281,&quot;44733&quot;:1282,&quot;44734&quot;:1283,&quot;44736&quot;:1284,&quot;44740&quot;:1285,&quot;44748&quot;:1286,&quot;44749&quot;:1287,&quot;44751&quot;:1288,&quot;44752&quot;:1289,&quot;44753&quot;:1290,&quot;44760&quot;:1291,&quot;44761&quot;:1292,&quot;44764&quot;:1293,&quot;44776&quot;:1294,&quot;44779&quot;:1295,&quot;44781&quot;:1296,&quot;44788&quot;:1297,&quot;44792&quot;:1298,&quot;44796&quot;:1299,&quot;44807&quot;:1300,&quot;44808&quot;:1301,&quot;44813&quot;:1302,&quot;44816&quot;:1303,&quot;44844&quot;:1304,&quot;44845&quot;:1305,&quot;44848&quot;:1306,&quot;44850&quot;:1307,&quot;44852&quot;:1308,&quot;44860&quot;:1309,&quot;44861&quot;:1310,&quot;44863&quot;:1311,&quot;44865&quot;:1312,&quot;44866&quot;:1313,&quot;44867&quot;:1314,&quot;44872&quot;:1315,&quot;44873&quot;:1316,&quot;44880&quot;:1317,&quot;44892&quot;:1318,&quot;44893&quot;:1319,&quot;44900&quot;:1320,&quot;44901&quot;:1321,&quot;44921&quot;:1322,&quot;44928&quot;:1323,&quot;44932&quot;:1324,&quot;44936&quot;:1325,&quot;44944&quot;:1326,&quot;44945&quot;:1327,&quot;44949&quot;:1328,&quot;44956&quot;:1329,&quot;44984&quot;:1330,&quot;44985&quot;:1331,&quot;44988&quot;:1332,&quot;44992&quot;:1333,&quot;44999&quot;:1334,&quot;45000&quot;:1335,&quot;45001&quot;:1336,&quot;45003&quot;:1337,&quot;45005&quot;:1338,&quot;45006&quot;:1339,&quot;45012&quot;:1340,&quot;45020&quot;:1341,&quot;45032&quot;:1342,&quot;45033&quot;:1343,&quot;45040&quot;:1344,&quot;45041&quot;:1345,&quot;45044&quot;:1346,&quot;45048&quot;:1347,&quot;45056&quot;:1348,&quot;45057&quot;:1349,&quot;45060&quot;:1350,&quot;45068&quot;:1351,&quot;45072&quot;:1352,&quot;45076&quot;:1353,&quot;45084&quot;:1354,&quot;45085&quot;:1355,&quot;45096&quot;:1356,&quot;45124&quot;:1357,&quot;45125&quot;:1358,&quot;45128&quot;:1359,&quot;45130&quot;:1360,&quot;45132&quot;:1361,&quot;45134&quot;:1362,&quot;45139&quot;:1363,&quot;45140&quot;:1364,&quot;45141&quot;:1365,&quot;45143&quot;:1366,&quot;45145&quot;:1367,&quot;45149&quot;:1368,&quot;45180&quot;:1369,&quot;45181&quot;:1370,&quot;45184&quot;:1371,&quot;45188&quot;:1372,&quot;45196&quot;:1373,&quot;45197&quot;:1374,&quot;45199&quot;:1375,&quot;45201&quot;:1376,&quot;45208&quot;:1377,&quot;45209&quot;:1378,&quot;45210&quot;:1379,&quot;45212&quot;:1380,&quot;45215&quot;:1381,&quot;45216&quot;:1382,&quot;45217&quot;:1383,&quot;45218&quot;:1384,&quot;45224&quot;:1385,&quot;45225&quot;:1386,&quot;45227&quot;:1387,&quot;45228&quot;:1388,&quot;45229&quot;:1389,&quot;45230&quot;:1390,&quot;45231&quot;:1391,&quot;45233&quot;:1392,&quot;45235&quot;:1393,&quot;45236&quot;:1394,&quot;45237&quot;:1395,&quot;45240&quot;:1396,&quot;45244&quot;:1397,&quot;45252&quot;:1398,&quot;45253&quot;:1399,&quot;45255&quot;:1400,&quot;45256&quot;:1401,&quot;45257&quot;:1402,&quot;45264&quot;:1403,&quot;45265&quot;:1404,&quot;45268&quot;:1405,&quot;45272&quot;:1406,&quot;45280&quot;:1407,&quot;45285&quot;:1408,&quot;45320&quot;:1409,&quot;45321&quot;:1410,&quot;45323&quot;:1411,&quot;45324&quot;:1412,&quot;45328&quot;:1413,&quot;45330&quot;:1414,&quot;45331&quot;:1415,&quot;45336&quot;:1416,&quot;45337&quot;:1417,&quot;45339&quot;:1418,&quot;45340&quot;:1419,&quot;45341&quot;:1420,&quot;45347&quot;:1421,&quot;45348&quot;:1422,&quot;45349&quot;:1423,&quot;45352&quot;:1424,&quot;45356&quot;:1425,&quot;45364&quot;:1426,&quot;45365&quot;:1427,&quot;45367&quot;:1428,&quot;45368&quot;:1429,&quot;45369&quot;:1430,&quot;45376&quot;:1431,&quot;45377&quot;:1432,&quot;45380&quot;:1433,&quot;45384&quot;:1434,&quot;45392&quot;:1435,&quot;45393&quot;:1436,&quot;45396&quot;:1437,&quot;45397&quot;:1438,&quot;45400&quot;:1439,&quot;45404&quot;:1440,&quot;45408&quot;:1441,&quot;45432&quot;:1442,&quot;45433&quot;:1443,&quot;45436&quot;:1444,&quot;45440&quot;:1445,&quot;45442&quot;:1446,&quot;45448&quot;:1447,&quot;45449&quot;:1448,&quot;45451&quot;:1449,&quot;45453&quot;:1450,&quot;45458&quot;:1451,&quot;45459&quot;:1452,&quot;45460&quot;:1453,&quot;45464&quot;:1454,&quot;45468&quot;:1455,&quot;45480&quot;:1456,&quot;45516&quot;:1457,&quot;45520&quot;:1458,&quot;45524&quot;:1459,&quot;45532&quot;:1460,&quot;45533&quot;:1461,&quot;45535&quot;:1462,&quot;45544&quot;:1463,&quot;45545&quot;:1464,&quot;45548&quot;:1465,&quot;45552&quot;:1466,&quot;45561&quot;:1467,&quot;45563&quot;:1468,&quot;45565&quot;:1469,&quot;45572&quot;:1470,&quot;45573&quot;:1471,&quot;45576&quot;:1472,&quot;45579&quot;:1473,&quot;45580&quot;:1474,&quot;45588&quot;:1475,&quot;45589&quot;:1476,&quot;45591&quot;:1477,&quot;45593&quot;:1478,&quot;45600&quot;:1479,&quot;45620&quot;:1480,&quot;45628&quot;:1481,&quot;45656&quot;:1482,&quot;45660&quot;:1483,&quot;45664&quot;:1484,&quot;45672&quot;:1485,&quot;45673&quot;:1486,&quot;45684&quot;:1487,&quot;45685&quot;:1488,&quot;45692&quot;:1489,&quot;45700&quot;:1490,&quot;45701&quot;:1491,&quot;45705&quot;:1492,&quot;45712&quot;:1493,&quot;45713&quot;:1494,&quot;45716&quot;:1495,&quot;45720&quot;:1496,&quot;45721&quot;:1497,&quot;45722&quot;:1498,&quot;45728&quot;:1499,&quot;45729&quot;:1500,&quot;45731&quot;:1501,&quot;45733&quot;:1502,&quot;45734&quot;:1503,&quot;45738&quot;:1504,&quot;45740&quot;:1505,&quot;45744&quot;:1506,&quot;45748&quot;:1507,&quot;45768&quot;:1508,&quot;45769&quot;:1509,&quot;45772&quot;:1510,&quot;45776&quot;:1511,&quot;45778&quot;:1512,&quot;45784&quot;:1513,&quot;45785&quot;:1514,&quot;45787&quot;:1515,&quot;45789&quot;:1516,&quot;45794&quot;:1517,&quot;45796&quot;:1518,&quot;45797&quot;:1519,&quot;45798&quot;:1520,&quot;45800&quot;:1521,&quot;45803&quot;:1522,&quot;45804&quot;:1523,&quot;45805&quot;:1524,&quot;45806&quot;:1525,&quot;45807&quot;:1526,&quot;45811&quot;:1527,&quot;45812&quot;:1528,&quot;45813&quot;:1529,&quot;45815&quot;:1530,&quot;45816&quot;:1531,&quot;45817&quot;:1532,&quot;45818&quot;:1533,&quot;45819&quot;:1534,&quot;45823&quot;:1535,&quot;45824&quot;:1536,&quot;45825&quot;:1537,&quot;45828&quot;:1538,&quot;45832&quot;:1539,&quot;45840&quot;:1540,&quot;45841&quot;:1541,&quot;45843&quot;:1542,&quot;45844&quot;:1543,&quot;45845&quot;:1544,&quot;45852&quot;:1545,&quot;45908&quot;:1546,&quot;45909&quot;:1547,&quot;45910&quot;:1548,&quot;45912&quot;:1549,&quot;45915&quot;:1550,&quot;45916&quot;:1551,&quot;45918&quot;:1552,&quot;45919&quot;:1553,&quot;45924&quot;:1554,&quot;45925&quot;:1555,&quot;45927&quot;:1556,&quot;45929&quot;:1557,&quot;45931&quot;:1558,&quot;45934&quot;:1559,&quot;45936&quot;:1560,&quot;45937&quot;:1561,&quot;45940&quot;:1562,&quot;45944&quot;:1563,&quot;45952&quot;:1564,&quot;45953&quot;:1565,&quot;45955&quot;:1566,&quot;45956&quot;:1567,&quot;45957&quot;:1568,&quot;45964&quot;:1569,&quot;45968&quot;:1570,&quot;45972&quot;:1571,&quot;45984&quot;:1572,&quot;45985&quot;:1573,&quot;45992&quot;:1574,&quot;45996&quot;:1575,&quot;46020&quot;:1576,&quot;46021&quot;:1577,&quot;46024&quot;:1578,&quot;46027&quot;:1579,&quot;46028&quot;:1580,&quot;46030&quot;:1581,&quot;46032&quot;:1582,&quot;46036&quot;:1583,&quot;46037&quot;:1584,&quot;46039&quot;:1585,&quot;46041&quot;:1586,&quot;46043&quot;:1587,&quot;46045&quot;:1588,&quot;46048&quot;:1589,&quot;46052&quot;:1590,&quot;46056&quot;:1591,&quot;46076&quot;:1592,&quot;46096&quot;:1593,&quot;46104&quot;:1594,&quot;46108&quot;:1595,&quot;46112&quot;:1596,&quot;46120&quot;:1597,&quot;46121&quot;:1598,&quot;46123&quot;:1599,&quot;46132&quot;:1600,&quot;46160&quot;:1601,&quot;46161&quot;:1602,&quot;46164&quot;:1603,&quot;46168&quot;:1604,&quot;46176&quot;:1605,&quot;46177&quot;:1606,&quot;46179&quot;:1607,&quot;46181&quot;:1608,&quot;46188&quot;:1609,&quot;46208&quot;:1610,&quot;46216&quot;:1611,&quot;46237&quot;:1612,&quot;46244&quot;:1613,&quot;46248&quot;:1614,&quot;46252&quot;:1615,&quot;46261&quot;:1616,&quot;46263&quot;:1617,&quot;46265&quot;:1618,&quot;46272&quot;:1619,&quot;46276&quot;:1620,&quot;46280&quot;:1621,&quot;46288&quot;:1622,&quot;46293&quot;:1623,&quot;46300&quot;:1624,&quot;46301&quot;:1625,&quot;46304&quot;:1626,&quot;46307&quot;:1627,&quot;46308&quot;:1628,&quot;46310&quot;:1629,&quot;46316&quot;:1630,&quot;46317&quot;:1631,&quot;46319&quot;:1632,&quot;46321&quot;:1633,&quot;46328&quot;:1634,&quot;46356&quot;:1635,&quot;46357&quot;:1636,&quot;46360&quot;:1637,&quot;46363&quot;:1638,&quot;46364&quot;:1639,&quot;46372&quot;:1640,&quot;46373&quot;:1641,&quot;46375&quot;:1642,&quot;46376&quot;:1643,&quot;46377&quot;:1644,&quot;46378&quot;:1645,&quot;46384&quot;:1646,&quot;46385&quot;:1647,&quot;46388&quot;:1648,&quot;46392&quot;:1649,&quot;46400&quot;:1650,&quot;46401&quot;:1651,&quot;46403&quot;:1652,&quot;46404&quot;:1653,&quot;46405&quot;:1654,&quot;46411&quot;:1655,&quot;46412&quot;:1656,&quot;46413&quot;:1657,&quot;46416&quot;:1658,&quot;46420&quot;:1659,&quot;46428&quot;:1660,&quot;46429&quot;:1661,&quot;46431&quot;:1662,&quot;46432&quot;:1663,&quot;46433&quot;:1664,&quot;46496&quot;:1665,&quot;46497&quot;:1666,&quot;46500&quot;:1667,&quot;46504&quot;:1668,&quot;46506&quot;:1669,&quot;46507&quot;:1670,&quot;46512&quot;:1671,&quot;46513&quot;:1672,&quot;46515&quot;:1673,&quot;46516&quot;:1674,&quot;46517&quot;:1675,&quot;46523&quot;:1676,&quot;46524&quot;:1677,&quot;46525&quot;:1678,&quot;46528&quot;:1679,&quot;46532&quot;:1680,&quot;46540&quot;:1681,&quot;46541&quot;:1682,&quot;46543&quot;:1683,&quot;46544&quot;:1684,&quot;46545&quot;:1685,&quot;46552&quot;:1686,&quot;46572&quot;:1687,&quot;46608&quot;:1688,&quot;46609&quot;:1689,&quot;46612&quot;:1690,&quot;46616&quot;:1691,&quot;46629&quot;:1692,&quot;46636&quot;:1693,&quot;46644&quot;:1694,&quot;46664&quot;:1695,&quot;46692&quot;:1696,&quot;46696&quot;:1697,&quot;46748&quot;:1698,&quot;46749&quot;:1699,&quot;46752&quot;:1700,&quot;46756&quot;:1701,&quot;46763&quot;:1702,&quot;46764&quot;:1703,&quot;46769&quot;:1704,&quot;46804&quot;:1705,&quot;46832&quot;:1706,&quot;46836&quot;:1707,&quot;46840&quot;:1708,&quot;46848&quot;:1709,&quot;46849&quot;:1710,&quot;46853&quot;:1711,&quot;46888&quot;:1712,&quot;46889&quot;:1713,&quot;46892&quot;:1714,&quot;46895&quot;:1715,&quot;46896&quot;:1716,&quot;46904&quot;:1717,&quot;46905&quot;:1718,&quot;46907&quot;:1719,&quot;46916&quot;:1720,&quot;46920&quot;:1721,&quot;46924&quot;:1722,&quot;46932&quot;:1723,&quot;46933&quot;:1724,&quot;46944&quot;:1725,&quot;46948&quot;:1726,&quot;46952&quot;:1727,&quot;46960&quot;:1728,&quot;46961&quot;:1729,&quot;46963&quot;:1730,&quot;46965&quot;:1731,&quot;46972&quot;:1732,&quot;46973&quot;:1733,&quot;46976&quot;:1734,&quot;46980&quot;:1735,&quot;46988&quot;:1736,&quot;46989&quot;:1737,&quot;46991&quot;:1738,&quot;46992&quot;:1739,&quot;46993&quot;:1740,&quot;46994&quot;:1741,&quot;46998&quot;:1742,&quot;46999&quot;:1743,&quot;47000&quot;:1744,&quot;47001&quot;:1745,&quot;47004&quot;:1746,&quot;47008&quot;:1747,&quot;47016&quot;:1748,&quot;47017&quot;:1749,&quot;47019&quot;:1750,&quot;47020&quot;:1751,&quot;47021&quot;:1752,&quot;47028&quot;:1753,&quot;47029&quot;:1754,&quot;47032&quot;:1755,&quot;47047&quot;:1756,&quot;47049&quot;:1757,&quot;47084&quot;:1758,&quot;47085&quot;:1759,&quot;47088&quot;:1760,&quot;47092&quot;:1761,&quot;47100&quot;:1762,&quot;47101&quot;:1763,&quot;47103&quot;:1764,&quot;47104&quot;:1765,&quot;47105&quot;:1766,&quot;47111&quot;:1767,&quot;47112&quot;:1768,&quot;47113&quot;:1769,&quot;47116&quot;:1770,&quot;47120&quot;:1771,&quot;47128&quot;:1772,&quot;47129&quot;:1773,&quot;47131&quot;:1774,&quot;47133&quot;:1775,&quot;47140&quot;:1776,&quot;47141&quot;:1777,&quot;47144&quot;:1778,&quot;47148&quot;:1779,&quot;47156&quot;:1780,&quot;47157&quot;:1781,&quot;47159&quot;:1782,&quot;47160&quot;:1783,&quot;47161&quot;:1784,&quot;47168&quot;:1785,&quot;47172&quot;:1786,&quot;47185&quot;:1787,&quot;47187&quot;:1788,&quot;47196&quot;:1789,&quot;47197&quot;:1790,&quot;47200&quot;:1791,&quot;47204&quot;:1792,&quot;47212&quot;:1793,&quot;47213&quot;:1794,&quot;47215&quot;:1795,&quot;47217&quot;:1796,&quot;47224&quot;:1797,&quot;47228&quot;:1798,&quot;47245&quot;:1799,&quot;47272&quot;:1800,&quot;47280&quot;:1801,&quot;47284&quot;:1802,&quot;47288&quot;:1803,&quot;47296&quot;:1804,&quot;47297&quot;:1805,&quot;47299&quot;:1806,&quot;47301&quot;:1807,&quot;47308&quot;:1808,&quot;47312&quot;:1809,&quot;47316&quot;:1810,&quot;47325&quot;:1811,&quot;47327&quot;:1812,&quot;47329&quot;:1813,&quot;47336&quot;:1814,&quot;47337&quot;:1815,&quot;47340&quot;:1816,&quot;47344&quot;:1817,&quot;47352&quot;:1818,&quot;47353&quot;:1819,&quot;47355&quot;:1820,&quot;47357&quot;:1821,&quot;47364&quot;:1822,&quot;47384&quot;:1823,&quot;47392&quot;:1824,&quot;47420&quot;:1825,&quot;47421&quot;:1826,&quot;47424&quot;:1827,&quot;47428&quot;:1828,&quot;47436&quot;:1829,&quot;47439&quot;:1830,&quot;47441&quot;:1831,&quot;47448&quot;:1832,&quot;47449&quot;:1833,&quot;47452&quot;:1834,&quot;47456&quot;:1835,&quot;47464&quot;:1836,&quot;47465&quot;:1837,&quot;47467&quot;:1838,&quot;47469&quot;:1839,&quot;47476&quot;:1840,&quot;47477&quot;:1841,&quot;47480&quot;:1842,&quot;47484&quot;:1843,&quot;47492&quot;:1844,&quot;47493&quot;:1845,&quot;47495&quot;:1846,&quot;47497&quot;:1847,&quot;47498&quot;:1848,&quot;47501&quot;:1849,&quot;47502&quot;:1850,&quot;47532&quot;:1851,&quot;47533&quot;:1852,&quot;47536&quot;:1853,&quot;47540&quot;:1854,&quot;47548&quot;:1855,&quot;47549&quot;:1856,&quot;47551&quot;:1857,&quot;47553&quot;:1858,&quot;47560&quot;:1859,&quot;47561&quot;:1860,&quot;47564&quot;:1861,&quot;47566&quot;:1862,&quot;47567&quot;:1863,&quot;47568&quot;:1864,&quot;47569&quot;:1865,&quot;47570&quot;:1866,&quot;47576&quot;:1867,&quot;47577&quot;:1868,&quot;47579&quot;:1869,&quot;47581&quot;:1870,&quot;47582&quot;:1871,&quot;47585&quot;:1872,&quot;47587&quot;:1873,&quot;47588&quot;:1874,&quot;47589&quot;:1875,&quot;47592&quot;:1876,&quot;47596&quot;:1877,&quot;47604&quot;:1878,&quot;47605&quot;:1879,&quot;47607&quot;:1880,&quot;47608&quot;:1881,&quot;47609&quot;:1882,&quot;47610&quot;:1883,&quot;47616&quot;:1884,&quot;47617&quot;:1885,&quot;47624&quot;:1886,&quot;47637&quot;:1887,&quot;47672&quot;:1888,&quot;47673&quot;:1889,&quot;47676&quot;:1890,&quot;47680&quot;:1891,&quot;47682&quot;:1892,&quot;47688&quot;:1893,&quot;47689&quot;:1894,&quot;47691&quot;:1895,&quot;47693&quot;:1896,&quot;47694&quot;:1897,&quot;47699&quot;:1898,&quot;47700&quot;:1899,&quot;47701&quot;:1900,&quot;47704&quot;:1901,&quot;47708&quot;:1902,&quot;47716&quot;:1903,&quot;47717&quot;:1904,&quot;47719&quot;:1905,&quot;47720&quot;:1906,&quot;47721&quot;:1907,&quot;47728&quot;:1908,&quot;47729&quot;:1909,&quot;47732&quot;:1910,&quot;47736&quot;:1911,&quot;47747&quot;:1912,&quot;47748&quot;:1913,&quot;47749&quot;:1914,&quot;47751&quot;:1915,&quot;47756&quot;:1916,&quot;47784&quot;:1917,&quot;47785&quot;:1918,&quot;47787&quot;:1919,&quot;47788&quot;:1920,&quot;47792&quot;:1921,&quot;47794&quot;:1922,&quot;47800&quot;:1923,&quot;47801&quot;:1924,&quot;47803&quot;:1925,&quot;47805&quot;:1926,&quot;47812&quot;:1927,&quot;47816&quot;:1928,&quot;47832&quot;:1929,&quot;47833&quot;:1930,&quot;47868&quot;:1931,&quot;47872&quot;:1932,&quot;47876&quot;:1933,&quot;47885&quot;:1934,&quot;47887&quot;:1935,&quot;47889&quot;:1936,&quot;47896&quot;:1937,&quot;47900&quot;:1938,&quot;47904&quot;:1939,&quot;47913&quot;:1940,&quot;47915&quot;:1941,&quot;47924&quot;:1942,&quot;47925&quot;:1943,&quot;47926&quot;:1944,&quot;47928&quot;:1945,&quot;47931&quot;:1946,&quot;47932&quot;:1947,&quot;47933&quot;:1948,&quot;47934&quot;:1949,&quot;47940&quot;:1950,&quot;47941&quot;:1951,&quot;47943&quot;:1952,&quot;47945&quot;:1953,&quot;47949&quot;:1954,&quot;47951&quot;:1955,&quot;47952&quot;:1956,&quot;47956&quot;:1957,&quot;47960&quot;:1958,&quot;47969&quot;:1959,&quot;47971&quot;:1960,&quot;47980&quot;:1961,&quot;48008&quot;:1962,&quot;48012&quot;:1963,&quot;48016&quot;:1964,&quot;48036&quot;:1965,&quot;48040&quot;:1966,&quot;48044&quot;:1967,&quot;48052&quot;:1968,&quot;48055&quot;:1969,&quot;48064&quot;:1970,&quot;48068&quot;:1971,&quot;48072&quot;:1972,&quot;48080&quot;:1973,&quot;48083&quot;:1974,&quot;48120&quot;:1975,&quot;48121&quot;:1976,&quot;48124&quot;:1977,&quot;48127&quot;:1978,&quot;48128&quot;:1979,&quot;48130&quot;:1980,&quot;48136&quot;:1981,&quot;48137&quot;:1982,&quot;48139&quot;:1983,&quot;48140&quot;:1984,&quot;48141&quot;:1985,&quot;48143&quot;:1986,&quot;48145&quot;:1987,&quot;48148&quot;:1988,&quot;48149&quot;:1989,&quot;48150&quot;:1990,&quot;48151&quot;:1991,&quot;48152&quot;:1992,&quot;48155&quot;:1993,&quot;48156&quot;:1994,&quot;48157&quot;:1995,&quot;48158&quot;:1996,&quot;48159&quot;:1997,&quot;48164&quot;:1998,&quot;48165&quot;:1999,&quot;48167&quot;:2000,&quot;48169&quot;:2001,&quot;48173&quot;:2002,&quot;48176&quot;:2003,&quot;48177&quot;:2004,&quot;48180&quot;:2005,&quot;48184&quot;:2006,&quot;48192&quot;:2007,&quot;48193&quot;:2008,&quot;48195&quot;:2009,&quot;48196&quot;:2010,&quot;48197&quot;:2011,&quot;48201&quot;:2012,&quot;48204&quot;:2013,&quot;48205&quot;:2014,&quot;48208&quot;:2015,&quot;48221&quot;:2016,&quot;48260&quot;:2017,&quot;48261&quot;:2018,&quot;48264&quot;:2019,&quot;48267&quot;:2020,&quot;48268&quot;:2021,&quot;48270&quot;:2022,&quot;48276&quot;:2023,&quot;48277&quot;:2024,&quot;48279&quot;:2025,&quot;48281&quot;:2026,&quot;48282&quot;:2027,&quot;48288&quot;:2028,&quot;48289&quot;:2029,&quot;48292&quot;:2030,&quot;48295&quot;:2031,&quot;48296&quot;:2032,&quot;48304&quot;:2033,&quot;48305&quot;:2034,&quot;48307&quot;:2035,&quot;48308&quot;:2036,&quot;48309&quot;:2037,&quot;48316&quot;:2038,&quot;48317&quot;:2039,&quot;48320&quot;:2040,&quot;48324&quot;:2041,&quot;48333&quot;:2042,&quot;48335&quot;:2043,&quot;48336&quot;:2044,&quot;48337&quot;:2045,&quot;48341&quot;:2046,&quot;48344&quot;:2047,&quot;48348&quot;:2048,&quot;48372&quot;:2049,&quot;48373&quot;:2050,&quot;48374&quot;:2051,&quot;48376&quot;:2052,&quot;48380&quot;:2053,&quot;48388&quot;:2054,&quot;48389&quot;:2055,&quot;48391&quot;:2056,&quot;48393&quot;:2057,&quot;48400&quot;:2058,&quot;48404&quot;:2059,&quot;48420&quot;:2060,&quot;48428&quot;:2061,&quot;48448&quot;:2062,&quot;48456&quot;:2063,&quot;48457&quot;:2064,&quot;48460&quot;:2065,&quot;48464&quot;:2066,&quot;48472&quot;:2067,&quot;48473&quot;:2068,&quot;48484&quot;:2069,&quot;48488&quot;:2070,&quot;48512&quot;:2071,&quot;48513&quot;:2072,&quot;48516&quot;:2073,&quot;48519&quot;:2074,&quot;48520&quot;:2075,&quot;48521&quot;:2076,&quot;48522&quot;:2077,&quot;48528&quot;:2078,&quot;48529&quot;:2079,&quot;48531&quot;:2080,&quot;48533&quot;:2081,&quot;48537&quot;:2082,&quot;48538&quot;:2083,&quot;48540&quot;:2084,&quot;48548&quot;:2085,&quot;48560&quot;:2086,&quot;48568&quot;:2087,&quot;48596&quot;:2088,&quot;48597&quot;:2089,&quot;48600&quot;:2090,&quot;48604&quot;:2091,&quot;48617&quot;:2092,&quot;48624&quot;:2093,&quot;48628&quot;:2094,&quot;48632&quot;:2095,&quot;48640&quot;:2096,&quot;48643&quot;:2097,&quot;48645&quot;:2098,&quot;48652&quot;:2099,&quot;48653&quot;:2100,&quot;48656&quot;:2101,&quot;48660&quot;:2102,&quot;48668&quot;:2103,&quot;48669&quot;:2104,&quot;48671&quot;:2105,&quot;48708&quot;:2106,&quot;48709&quot;:2107,&quot;48712&quot;:2108,&quot;48716&quot;:2109,&quot;48718&quot;:2110,&quot;48724&quot;:2111,&quot;48725&quot;:2112,&quot;48727&quot;:2113,&quot;48729&quot;:2114,&quot;48730&quot;:2115,&quot;48731&quot;:2116,&quot;48736&quot;:2117,&quot;48737&quot;:2118,&quot;48740&quot;:2119,&quot;48744&quot;:2120,&quot;48746&quot;:2121,&quot;48752&quot;:2122,&quot;48753&quot;:2123,&quot;48755&quot;:2124,&quot;48756&quot;:2125,&quot;48757&quot;:2126,&quot;48763&quot;:2127,&quot;48764&quot;:2128,&quot;48765&quot;:2129,&quot;48768&quot;:2130,&quot;48772&quot;:2131,&quot;48780&quot;:2132,&quot;48781&quot;:2133,&quot;48783&quot;:2134,&quot;48784&quot;:2135,&quot;48785&quot;:2136,&quot;48792&quot;:2137,&quot;48793&quot;:2138,&quot;48808&quot;:2139,&quot;48848&quot;:2140,&quot;48849&quot;:2141,&quot;48852&quot;:2142,&quot;48855&quot;:2143,&quot;48856&quot;:2144,&quot;48864&quot;:2145,&quot;48867&quot;:2146,&quot;48868&quot;:2147,&quot;48869&quot;:2148,&quot;48876&quot;:2149,&quot;48897&quot;:2150,&quot;48904&quot;:2151,&quot;48905&quot;:2152,&quot;48920&quot;:2153,&quot;48921&quot;:2154,&quot;48923&quot;:2155,&quot;48924&quot;:2156,&quot;48925&quot;:2157,&quot;48960&quot;:2158,&quot;48961&quot;:2159,&quot;48964&quot;:2160,&quot;48968&quot;:2161,&quot;48976&quot;:2162,&quot;48977&quot;:2163,&quot;48981&quot;:2164,&quot;49044&quot;:2165,&quot;49072&quot;:2166,&quot;49093&quot;:2167,&quot;49100&quot;:2168,&quot;49101&quot;:2169,&quot;49104&quot;:2170,&quot;49108&quot;:2171,&quot;49116&quot;:2172,&quot;49119&quot;:2173,&quot;49121&quot;:2174,&quot;49212&quot;:2175,&quot;49233&quot;:2176,&quot;49240&quot;:2177,&quot;49244&quot;:2178,&quot;49248&quot;:2179,&quot;49256&quot;:2180,&quot;49257&quot;:2181,&quot;49296&quot;:2182,&quot;49297&quot;:2183,&quot;49300&quot;:2184,&quot;49304&quot;:2185,&quot;49312&quot;:2186,&quot;49313&quot;:2187,&quot;49315&quot;:2188,&quot;49317&quot;:2189,&quot;49324&quot;:2190,&quot;49325&quot;:2191,&quot;49327&quot;:2192,&quot;49328&quot;:2193,&quot;49331&quot;:2194,&quot;49332&quot;:2195,&quot;49333&quot;:2196,&quot;49334&quot;:2197,&quot;49340&quot;:2198,&quot;49341&quot;:2199,&quot;49343&quot;:2200,&quot;49344&quot;:2201,&quot;49345&quot;:2202,&quot;49349&quot;:2203,&quot;49352&quot;:2204,&quot;49353&quot;:2205,&quot;49356&quot;:2206,&quot;49360&quot;:2207,&quot;49368&quot;:2208,&quot;49369&quot;:2209,&quot;49371&quot;:2210,&quot;49372&quot;:2211,&quot;49373&quot;:2212,&quot;49380&quot;:2213,&quot;49381&quot;:2214,&quot;49384&quot;:2215,&quot;49388&quot;:2216,&quot;49396&quot;:2217,&quot;49397&quot;:2218,&quot;49399&quot;:2219,&quot;49401&quot;:2220,&quot;49408&quot;:2221,&quot;49412&quot;:2222,&quot;49416&quot;:2223,&quot;49424&quot;:2224,&quot;49429&quot;:2225,&quot;49436&quot;:2226,&quot;49437&quot;:2227,&quot;49438&quot;:2228,&quot;49439&quot;:2229,&quot;49440&quot;:2230,&quot;49443&quot;:2231,&quot;49444&quot;:2232,&quot;49446&quot;:2233,&quot;49447&quot;:2234,&quot;49452&quot;:2235,&quot;49453&quot;:2236,&quot;49455&quot;:2237,&quot;49456&quot;:2238,&quot;49457&quot;:2239,&quot;49462&quot;:2240,&quot;49464&quot;:2241,&quot;49465&quot;:2242,&quot;49468&quot;:2243,&quot;49472&quot;:2244,&quot;49480&quot;:2245,&quot;49481&quot;:2246,&quot;49483&quot;:2247,&quot;49484&quot;:2248,&quot;49485&quot;:2249,&quot;49492&quot;:2250,&quot;49493&quot;:2251,&quot;49496&quot;:2252,&quot;49500&quot;:2253,&quot;49508&quot;:2254,&quot;49509&quot;:2255,&quot;49511&quot;:2256,&quot;49512&quot;:2257,&quot;49513&quot;:2258,&quot;49520&quot;:2259,&quot;49524&quot;:2260,&quot;49528&quot;:2261,&quot;49541&quot;:2262,&quot;49548&quot;:2263,&quot;49549&quot;:2264,&quot;49550&quot;:2265,&quot;49552&quot;:2266,&quot;49556&quot;:2267,&quot;49558&quot;:2268,&quot;49564&quot;:2269,&quot;49565&quot;:2270,&quot;49567&quot;:2271,&quot;49569&quot;:2272,&quot;49573&quot;:2273,&quot;49576&quot;:2274,&quot;49577&quot;:2275,&quot;49580&quot;:2276,&quot;49584&quot;:2277,&quot;49597&quot;:2278,&quot;49604&quot;:2279,&quot;49608&quot;:2280,&quot;49612&quot;:2281,&quot;49620&quot;:2282,&quot;49623&quot;:2283,&quot;49624&quot;:2284,&quot;49632&quot;:2285,&quot;49636&quot;:2286,&quot;49640&quot;:2287,&quot;49648&quot;:2288,&quot;49649&quot;:2289,&quot;49651&quot;:2290,&quot;49660&quot;:2291,&quot;49661&quot;:2292,&quot;49664&quot;:2293,&quot;49668&quot;:2294,&quot;49676&quot;:2295,&quot;49677&quot;:2296,&quot;49679&quot;:2297,&quot;49681&quot;:2298,&quot;49688&quot;:2299,&quot;49689&quot;:2300,&quot;49692&quot;:2301,&quot;49695&quot;:2302,&quot;49696&quot;:2303,&quot;49704&quot;:2304,&quot;49705&quot;:2305,&quot;49707&quot;:2306,&quot;49709&quot;:2307,&quot;49711&quot;:2308,&quot;49713&quot;:2309,&quot;49714&quot;:2310,&quot;49716&quot;:2311,&quot;49736&quot;:2312,&quot;49744&quot;:2313,&quot;49745&quot;:2314,&quot;49748&quot;:2315,&quot;49752&quot;:2316,&quot;49760&quot;:2317,&quot;49765&quot;:2318,&quot;49772&quot;:2319,&quot;49773&quot;:2320,&quot;49776&quot;:2321,&quot;49780&quot;:2322,&quot;49788&quot;:2323,&quot;49789&quot;:2324,&quot;49791&quot;:2325,&quot;49793&quot;:2326,&quot;49800&quot;:2327,&quot;49801&quot;:2328,&quot;49808&quot;:2329,&quot;49816&quot;:2330,&quot;49819&quot;:2331,&quot;49821&quot;:2332,&quot;49828&quot;:2333,&quot;49829&quot;:2334,&quot;49832&quot;:2335,&quot;49836&quot;:2336,&quot;49837&quot;:2337,&quot;49844&quot;:2338,&quot;49845&quot;:2339,&quot;49847&quot;:2340,&quot;49849&quot;:2341,&quot;49884&quot;:2342,&quot;49885&quot;:2343,&quot;49888&quot;:2344,&quot;49891&quot;:2345,&quot;49892&quot;:2346,&quot;49899&quot;:2347,&quot;49900&quot;:2348,&quot;49901&quot;:2349,&quot;49903&quot;:2350,&quot;49905&quot;:2351,&quot;49910&quot;:2352,&quot;49912&quot;:2353,&quot;49913&quot;:2354,&quot;49915&quot;:2355,&quot;49916&quot;:2356,&quot;49920&quot;:2357,&quot;49928&quot;:2358,&quot;49929&quot;:2359,&quot;49932&quot;:2360,&quot;49933&quot;:2361,&quot;49939&quot;:2362,&quot;49940&quot;:2363,&quot;49941&quot;:2364,&quot;49944&quot;:2365,&quot;49948&quot;:2366,&quot;49956&quot;:2367,&quot;49957&quot;:2368,&quot;49960&quot;:2369,&quot;49961&quot;:2370,&quot;49989&quot;:2371,&quot;50024&quot;:2372,&quot;50025&quot;:2373,&quot;50028&quot;:2374,&quot;50032&quot;:2375,&quot;50034&quot;:2376,&quot;50040&quot;:2377,&quot;50041&quot;:2378,&quot;50044&quot;:2379,&quot;50045&quot;:2380,&quot;50052&quot;:2381,&quot;50056&quot;:2382,&quot;50060&quot;:2383,&quot;50112&quot;:2384,&quot;50136&quot;:2385,&quot;50137&quot;:2386,&quot;50140&quot;:2387,&quot;50143&quot;:2388,&quot;50144&quot;:2389,&quot;50146&quot;:2390,&quot;50152&quot;:2391,&quot;50153&quot;:2392,&quot;50157&quot;:2393,&quot;50164&quot;:2394,&quot;50165&quot;:2395,&quot;50168&quot;:2396,&quot;50184&quot;:2397,&quot;50192&quot;:2398,&quot;50212&quot;:2399,&quot;50220&quot;:2400,&quot;50224&quot;:2401,&quot;50228&quot;:2402,&quot;50236&quot;:2403,&quot;50237&quot;:2404,&quot;50248&quot;:2405,&quot;50276&quot;:2406,&quot;50277&quot;:2407,&quot;50280&quot;:2408,&quot;50284&quot;:2409,&quot;50292&quot;:2410,&quot;50293&quot;:2411,&quot;50297&quot;:2412,&quot;50304&quot;:2413,&quot;50324&quot;:2414,&quot;50332&quot;:2415,&quot;50360&quot;:2416,&quot;50364&quot;:2417,&quot;50409&quot;:2418,&quot;50416&quot;:2419,&quot;50417&quot;:2420,&quot;50420&quot;:2421,&quot;50424&quot;:2422,&quot;50426&quot;:2423,&quot;50431&quot;:2424,&quot;50432&quot;:2425,&quot;50433&quot;:2426,&quot;50444&quot;:2427,&quot;50448&quot;:2428,&quot;50452&quot;:2429,&quot;50460&quot;:2430,&quot;50472&quot;:2431,&quot;50473&quot;:2432,&quot;50476&quot;:2433,&quot;50480&quot;:2434,&quot;50488&quot;:2435,&quot;50489&quot;:2436,&quot;50491&quot;:2437,&quot;50493&quot;:2438,&quot;50500&quot;:2439,&quot;50501&quot;:2440,&quot;50504&quot;:2441,&quot;50505&quot;:2442,&quot;50506&quot;:2443,&quot;50508&quot;:2444,&quot;50509&quot;:2445,&quot;50510&quot;:2446,&quot;50515&quot;:2447,&quot;50516&quot;:2448,&quot;50517&quot;:2449,&quot;50519&quot;:2450,&quot;50520&quot;:2451,&quot;50521&quot;:2452,&quot;50525&quot;:2453,&quot;50526&quot;:2454,&quot;50528&quot;:2455,&quot;50529&quot;:2456,&quot;50532&quot;:2457,&quot;50536&quot;:2458,&quot;50544&quot;:2459,&quot;50545&quot;:2460,&quot;50547&quot;:2461,&quot;50548&quot;:2462,&quot;50549&quot;:2463,&quot;50556&quot;:2464,&quot;50557&quot;:2465,&quot;50560&quot;:2466,&quot;50564&quot;:2467,&quot;50567&quot;:2468,&quot;50572&quot;:2469,&quot;50573&quot;:2470,&quot;50575&quot;:2471,&quot;50577&quot;:2472,&quot;50581&quot;:2473,&quot;50583&quot;:2474,&quot;50584&quot;:2475,&quot;50588&quot;:2476,&quot;50592&quot;:2477,&quot;50601&quot;:2478,&quot;50612&quot;:2479,&quot;50613&quot;:2480,&quot;50616&quot;:2481,&quot;50617&quot;:2482,&quot;50619&quot;:2483,&quot;50620&quot;:2484,&quot;50621&quot;:2485,&quot;50622&quot;:2486,&quot;50628&quot;:2487,&quot;50629&quot;:2488,&quot;50630&quot;:2489,&quot;50631&quot;:2490,&quot;50632&quot;:2491,&quot;50633&quot;:2492,&quot;50634&quot;:2493,&quot;50636&quot;:2494,&quot;50638&quot;:2495,&quot;50640&quot;:2496,&quot;50641&quot;:2497,&quot;50644&quot;:2498,&quot;50648&quot;:2499,&quot;50656&quot;:2500,&quot;50657&quot;:2501,&quot;50659&quot;:2502,&quot;50661&quot;:2503,&quot;50668&quot;:2504,&quot;50669&quot;:2505,&quot;50670&quot;:2506,&quot;50672&quot;:2507,&quot;50676&quot;:2508,&quot;50678&quot;:2509,&quot;50679&quot;:2510,&quot;50684&quot;:2511,&quot;50685&quot;:2512,&quot;50686&quot;:2513,&quot;50687&quot;:2514,&quot;50688&quot;:2515,&quot;50689&quot;:2516,&quot;50693&quot;:2517,&quot;50694&quot;:2518,&quot;50695&quot;:2519,&quot;50696&quot;:2520,&quot;50700&quot;:2521,&quot;50704&quot;:2522,&quot;50712&quot;:2523,&quot;50713&quot;:2524,&quot;50715&quot;:2525,&quot;50716&quot;:2526,&quot;50724&quot;:2527,&quot;50725&quot;:2528,&quot;50728&quot;:2529,&quot;50732&quot;:2530,&quot;50733&quot;:2531,&quot;50734&quot;:2532,&quot;50736&quot;:2533,&quot;50739&quot;:2534,&quot;50740&quot;:2535,&quot;50741&quot;:2536,&quot;50743&quot;:2537,&quot;50745&quot;:2538,&quot;50747&quot;:2539,&quot;50752&quot;:2540,&quot;50753&quot;:2541,&quot;50756&quot;:2542,&quot;50760&quot;:2543,&quot;50768&quot;:2544,&quot;50769&quot;:2545,&quot;50771&quot;:2546,&quot;50772&quot;:2547,&quot;50773&quot;:2548,&quot;50780&quot;:2549,&quot;50781&quot;:2550,&quot;50784&quot;:2551,&quot;50796&quot;:2552,&quot;50799&quot;:2553,&quot;50801&quot;:2554,&quot;50808&quot;:2555,&quot;50809&quot;:2556,&quot;50812&quot;:2557,&quot;50816&quot;:2558,&quot;50824&quot;:2559,&quot;50825&quot;:2560,&quot;50827&quot;:2561,&quot;50829&quot;:2562,&quot;50836&quot;:2563,&quot;50837&quot;:2564,&quot;50840&quot;:2565,&quot;50844&quot;:2566,&quot;50852&quot;:2567,&quot;50853&quot;:2568,&quot;50855&quot;:2569,&quot;50857&quot;:2570,&quot;50864&quot;:2571,&quot;50865&quot;:2572,&quot;50868&quot;:2573,&quot;50872&quot;:2574,&quot;50873&quot;:2575,&quot;50874&quot;:2576,&quot;50880&quot;:2577,&quot;50881&quot;:2578,&quot;50883&quot;:2579,&quot;50885&quot;:2580,&quot;50892&quot;:2581,&quot;50893&quot;:2582,&quot;50896&quot;:2583,&quot;50900&quot;:2584,&quot;50908&quot;:2585,&quot;50909&quot;:2586,&quot;50912&quot;:2587,&quot;50913&quot;:2588,&quot;50920&quot;:2589,&quot;50921&quot;:2590,&quot;50924&quot;:2591,&quot;50928&quot;:2592,&quot;50936&quot;:2593,&quot;50937&quot;:2594,&quot;50941&quot;:2595,&quot;50948&quot;:2596,&quot;50949&quot;:2597,&quot;50952&quot;:2598,&quot;50956&quot;:2599,&quot;50964&quot;:2600,&quot;50965&quot;:2601,&quot;50967&quot;:2602,&quot;50969&quot;:2603,&quot;50976&quot;:2604,&quot;50977&quot;:2605,&quot;50980&quot;:2606,&quot;50984&quot;:2607,&quot;50992&quot;:2608,&quot;50993&quot;:2609,&quot;50995&quot;:2610,&quot;50997&quot;:2611,&quot;50999&quot;:2612,&quot;51004&quot;:2613,&quot;51005&quot;:2614,&quot;51008&quot;:2615,&quot;51012&quot;:2616,&quot;51018&quot;:2617,&quot;51020&quot;:2618,&quot;51021&quot;:2619,&quot;51023&quot;:2620,&quot;51025&quot;:2621,&quot;51026&quot;:2622,&quot;51027&quot;:2623,&quot;51028&quot;:2624,&quot;51029&quot;:2625,&quot;51030&quot;:2626,&quot;51031&quot;:2627,&quot;51032&quot;:2628,&quot;51036&quot;:2629,&quot;51040&quot;:2630,&quot;51048&quot;:2631,&quot;51051&quot;:2632,&quot;51060&quot;:2633,&quot;51061&quot;:2634,&quot;51064&quot;:2635,&quot;51068&quot;:2636,&quot;51069&quot;:2637,&quot;51070&quot;:2638,&quot;51075&quot;:2639,&quot;51076&quot;:2640,&quot;51077&quot;:2641,&quot;51079&quot;:2642,&quot;51080&quot;:2643,&quot;51081&quot;:2644,&quot;51082&quot;:2645,&quot;51086&quot;:2646,&quot;51088&quot;:2647,&quot;51089&quot;:2648,&quot;51092&quot;:2649,&quot;51094&quot;:2650,&quot;51095&quot;:2651,&quot;51096&quot;:2652,&quot;51098&quot;:2653,&quot;51104&quot;:2654,&quot;51105&quot;:2655,&quot;51107&quot;:2656,&quot;51108&quot;:2657,&quot;51109&quot;:2658,&quot;51110&quot;:2659,&quot;51116&quot;:2660,&quot;51117&quot;:2661,&quot;51120&quot;:2662,&quot;51124&quot;:2663,&quot;51132&quot;:2664,&quot;51133&quot;:2665,&quot;51135&quot;:2666,&quot;51136&quot;:2667,&quot;51137&quot;:2668,&quot;51144&quot;:2669,&quot;51145&quot;:2670,&quot;51148&quot;:2671,&quot;51150&quot;:2672,&quot;51152&quot;:2673,&quot;51160&quot;:2674,&quot;51165&quot;:2675,&quot;51172&quot;:2676,&quot;51176&quot;:2677,&quot;51180&quot;:2678,&quot;51200&quot;:2679,&quot;51201&quot;:2680,&quot;51204&quot;:2681,&quot;51208&quot;:2682,&quot;51210&quot;:2683,&quot;51216&quot;:2684,&quot;51217&quot;:2685,&quot;51219&quot;:2686,&quot;51221&quot;:2687,&quot;51222&quot;:2688,&quot;51228&quot;:2689,&quot;51229&quot;:2690,&quot;51232&quot;:2691,&quot;51236&quot;:2692,&quot;51244&quot;:2693,&quot;51245&quot;:2694,&quot;51247&quot;:2695,&quot;51249&quot;:2696,&quot;51256&quot;:2697,&quot;51260&quot;:2698,&quot;51264&quot;:2699,&quot;51272&quot;:2700,&quot;51273&quot;:2701,&quot;51276&quot;:2702,&quot;51277&quot;:2703,&quot;51284&quot;:2704,&quot;51312&quot;:2705,&quot;51313&quot;:2706,&quot;51316&quot;:2707,&quot;51320&quot;:2708,&quot;51322&quot;:2709,&quot;51328&quot;:2710,&quot;51329&quot;:2711,&quot;51331&quot;:2712,&quot;51333&quot;:2713,&quot;51334&quot;:2714,&quot;51335&quot;:2715,&quot;51339&quot;:2716,&quot;51340&quot;:2717,&quot;51341&quot;:2718,&quot;51348&quot;:2719,&quot;51357&quot;:2720,&quot;51359&quot;:2721,&quot;51361&quot;:2722,&quot;51368&quot;:2723,&quot;51388&quot;:2724,&quot;51389&quot;:2725,&quot;51396&quot;:2726,&quot;51400&quot;:2727,&quot;51404&quot;:2728,&quot;51412&quot;:2729,&quot;51413&quot;:2730,&quot;51415&quot;:2731,&quot;51417&quot;:2732,&quot;51424&quot;:2733,&quot;51425&quot;:2734,&quot;51428&quot;:2735,&quot;51445&quot;:2736,&quot;51452&quot;:2737,&quot;51453&quot;:2738,&quot;51456&quot;:2739,&quot;51460&quot;:2740,&quot;51461&quot;:2741,&quot;51462&quot;:2742,&quot;51468&quot;:2743,&quot;51469&quot;:2744,&quot;51471&quot;:2745,&quot;51473&quot;:2746,&quot;51480&quot;:2747,&quot;51500&quot;:2748,&quot;51508&quot;:2749,&quot;51536&quot;:2750,&quot;51537&quot;:2751,&quot;51540&quot;:2752,&quot;51544&quot;:2753,&quot;51552&quot;:2754,&quot;51553&quot;:2755,&quot;51555&quot;:2756,&quot;51564&quot;:2757,&quot;51568&quot;:2758,&quot;51572&quot;:2759,&quot;51580&quot;:2760,&quot;51592&quot;:2761,&quot;51593&quot;:2762,&quot;51596&quot;:2763,&quot;51600&quot;:2764,&quot;51608&quot;:2765,&quot;51609&quot;:2766,&quot;51611&quot;:2767,&quot;51613&quot;:2768,&quot;51648&quot;:2769,&quot;51649&quot;:2770,&quot;51652&quot;:2771,&quot;51655&quot;:2772,&quot;51656&quot;:2773,&quot;51658&quot;:2774,&quot;51664&quot;:2775,&quot;51665&quot;:2776,&quot;51667&quot;:2777,&quot;51669&quot;:2778,&quot;51670&quot;:2779,&quot;51673&quot;:2780,&quot;51674&quot;:2781,&quot;51676&quot;:2782,&quot;51677&quot;:2783,&quot;51680&quot;:2784,&quot;51682&quot;:2785,&quot;51684&quot;:2786,&quot;51687&quot;:2787,&quot;51692&quot;:2788,&quot;51693&quot;:2789,&quot;51695&quot;:2790,&quot;51696&quot;:2791,&quot;51697&quot;:2792,&quot;51704&quot;:2793,&quot;51705&quot;:2794,&quot;51708&quot;:2795,&quot;51712&quot;:2796,&quot;51720&quot;:2797,&quot;51721&quot;:2798,&quot;51723&quot;:2799,&quot;51724&quot;:2800,&quot;51725&quot;:2801,&quot;51732&quot;:2802,&quot;51736&quot;:2803,&quot;51753&quot;:2804,&quot;51788&quot;:2805,&quot;51789&quot;:2806,&quot;51792&quot;:2807,&quot;51796&quot;:2808,&quot;51804&quot;:2809,&quot;51805&quot;:2810,&quot;51807&quot;:2811,&quot;51808&quot;:2812,&quot;51809&quot;:2813,&quot;51816&quot;:2814,&quot;51837&quot;:2815,&quot;51844&quot;:2816,&quot;51864&quot;:2817,&quot;51900&quot;:2818,&quot;51901&quot;:2819,&quot;51904&quot;:2820,&quot;51908&quot;:2821,&quot;51916&quot;:2822,&quot;51917&quot;:2823,&quot;51919&quot;:2824,&quot;51921&quot;:2825,&quot;51923&quot;:2826,&quot;51928&quot;:2827,&quot;51929&quot;:2828,&quot;51936&quot;:2829,&quot;51948&quot;:2830,&quot;51956&quot;:2831,&quot;51976&quot;:2832,&quot;51984&quot;:2833,&quot;51988&quot;:2834,&quot;51992&quot;:2835,&quot;52000&quot;:2836,&quot;52001&quot;:2837,&quot;52033&quot;:2838,&quot;52040&quot;:2839,&quot;52041&quot;:2840,&quot;52044&quot;:2841,&quot;52048&quot;:2842,&quot;52056&quot;:2843,&quot;52057&quot;:2844,&quot;52061&quot;:2845,&quot;52068&quot;:2846,&quot;52088&quot;:2847,&quot;52089&quot;:2848,&quot;52124&quot;:2849,&quot;52152&quot;:2850,&quot;52180&quot;:2851,&quot;52196&quot;:2852,&quot;52199&quot;:2853,&quot;52201&quot;:2854,&quot;52236&quot;:2855,&quot;52237&quot;:2856,&quot;52240&quot;:2857,&quot;52244&quot;:2858,&quot;52252&quot;:2859,&quot;52253&quot;:2860,&quot;52257&quot;:2861,&quot;52258&quot;:2862,&quot;52263&quot;:2863,&quot;52264&quot;:2864,&quot;52265&quot;:2865,&quot;52268&quot;:2866,&quot;52270&quot;:2867,&quot;52272&quot;:2868,&quot;52280&quot;:2869,&quot;52281&quot;:2870,&quot;52283&quot;:2871,&quot;52284&quot;:2872,&quot;52285&quot;:2873,&quot;52286&quot;:2874,&quot;52292&quot;:2875,&quot;52293&quot;:2876,&quot;52296&quot;:2877,&quot;52300&quot;:2878,&quot;52308&quot;:2879,&quot;52309&quot;:2880,&quot;52311&quot;:2881,&quot;52312&quot;:2882,&quot;52313&quot;:2883,&quot;52320&quot;:2884,&quot;52324&quot;:2885,&quot;52326&quot;:2886,&quot;52328&quot;:2887,&quot;52336&quot;:2888,&quot;52341&quot;:2889,&quot;52376&quot;:2890,&quot;52377&quot;:2891,&quot;52380&quot;:2892,&quot;52384&quot;:2893,&quot;52392&quot;:2894,&quot;52393&quot;:2895,&quot;52395&quot;:2896,&quot;52396&quot;:2897,&quot;52397&quot;:2898,&quot;52404&quot;:2899,&quot;52405&quot;:2900,&quot;52408&quot;:2901,&quot;52412&quot;:2902,&quot;52420&quot;:2903,&quot;52421&quot;:2904,&quot;52423&quot;:2905,&quot;52425&quot;:2906,&quot;52432&quot;:2907,&quot;52436&quot;:2908,&quot;52452&quot;:2909,&quot;52460&quot;:2910,&quot;52464&quot;:2911,&quot;52481&quot;:2912,&quot;52488&quot;:2913,&quot;52489&quot;:2914,&quot;52492&quot;:2915,&quot;52496&quot;:2916,&quot;52504&quot;:2917,&quot;52505&quot;:2918,&quot;52507&quot;:2919,&quot;52509&quot;:2920,&quot;52516&quot;:2921,&quot;52520&quot;:2922,&quot;52524&quot;:2923,&quot;52537&quot;:2924,&quot;52572&quot;:2925,&quot;52576&quot;:2926,&quot;52580&quot;:2927,&quot;52588&quot;:2928,&quot;52589&quot;:2929,&quot;52591&quot;:2930,&quot;52593&quot;:2931,&quot;52600&quot;:2932,&quot;52616&quot;:2933,&quot;52628&quot;:2934,&quot;52629&quot;:2935,&quot;52632&quot;:2936,&quot;52636&quot;:2937,&quot;52644&quot;:2938,&quot;52645&quot;:2939,&quot;52647&quot;:2940,&quot;52649&quot;:2941,&quot;52656&quot;:2942,&quot;52676&quot;:2943,&quot;52684&quot;:2944,&quot;52688&quot;:2945,&quot;52712&quot;:2946,&quot;52716&quot;:2947,&quot;52720&quot;:2948,&quot;52728&quot;:2949,&quot;52729&quot;:2950,&quot;52731&quot;:2951,&quot;52733&quot;:2952,&quot;52740&quot;:2953,&quot;52744&quot;:2954,&quot;52748&quot;:2955,&quot;52756&quot;:2956,&quot;52761&quot;:2957,&quot;52768&quot;:2958,&quot;52769&quot;:2959,&quot;52772&quot;:2960,&quot;52776&quot;:2961,&quot;52784&quot;:2962,&quot;52785&quot;:2963,&quot;52787&quot;:2964,&quot;52789&quot;:2965,&quot;52824&quot;:2966,&quot;52825&quot;:2967,&quot;52828&quot;:2968,&quot;52831&quot;:2969,&quot;52832&quot;:2970,&quot;52833&quot;:2971,&quot;52840&quot;:2972,&quot;52841&quot;:2973,&quot;52843&quot;:2974,&quot;52845&quot;:2975,&quot;52852&quot;:2976,&quot;52853&quot;:2977,&quot;52856&quot;:2978,&quot;52860&quot;:2979,&quot;52868&quot;:2980,&quot;52869&quot;:2981,&quot;52871&quot;:2982,&quot;52873&quot;:2983,&quot;52880&quot;:2984,&quot;52881&quot;:2985,&quot;52884&quot;:2986,&quot;52888&quot;:2987,&quot;52896&quot;:2988,&quot;52897&quot;:2989,&quot;52899&quot;:2990,&quot;52900&quot;:2991,&quot;52901&quot;:2992,&quot;52908&quot;:2993,&quot;52909&quot;:2994,&quot;52929&quot;:2995,&quot;52964&quot;:2996,&quot;52965&quot;:2997,&quot;52968&quot;:2998,&quot;52971&quot;:2999,&quot;52972&quot;:3000,&quot;52980&quot;:3001,&quot;52981&quot;:3002,&quot;52983&quot;:3003,&quot;52984&quot;:3004,&quot;52985&quot;:3005,&quot;52992&quot;:3006,&quot;52993&quot;:3007,&quot;52996&quot;:3008,&quot;53000&quot;:3009,&quot;53008&quot;:3010,&quot;53009&quot;:3011,&quot;53011&quot;:3012,&quot;53013&quot;:3013,&quot;53020&quot;:3014,&quot;53024&quot;:3015,&quot;53028&quot;:3016,&quot;53036&quot;:3017,&quot;53037&quot;:3018,&quot;53039&quot;:3019,&quot;53040&quot;:3020,&quot;53041&quot;:3021,&quot;53048&quot;:3022,&quot;53076&quot;:3023,&quot;53077&quot;:3024,&quot;53080&quot;:3025,&quot;53084&quot;:3026,&quot;53092&quot;:3027,&quot;53093&quot;:3028,&quot;53095&quot;:3029,&quot;53097&quot;:3030,&quot;53104&quot;:3031,&quot;53105&quot;:3032,&quot;53108&quot;:3033,&quot;53112&quot;:3034,&quot;53120&quot;:3035,&quot;53125&quot;:3036,&quot;53132&quot;:3037,&quot;53153&quot;:3038,&quot;53160&quot;:3039,&quot;53168&quot;:3040,&quot;53188&quot;:3041,&quot;53216&quot;:3042,&quot;53217&quot;:3043,&quot;53220&quot;:3044,&quot;53224&quot;:3045,&quot;53232&quot;:3046,&quot;53233&quot;:3047,&quot;53235&quot;:3048,&quot;53237&quot;:3049,&quot;53244&quot;:3050,&quot;53248&quot;:3051,&quot;53252&quot;:3052,&quot;53265&quot;:3053,&quot;53272&quot;:3054,&quot;53293&quot;:3055,&quot;53300&quot;:3056,&quot;53301&quot;:3057,&quot;53304&quot;:3058,&quot;53308&quot;:3059,&quot;53316&quot;:3060,&quot;53317&quot;:3061,&quot;53319&quot;:3062,&quot;53321&quot;:3063,&quot;53328&quot;:3064,&quot;53332&quot;:3065,&quot;53336&quot;:3066,&quot;53344&quot;:3067,&quot;53356&quot;:3068,&quot;53357&quot;:3069,&quot;53360&quot;:3070,&quot;53364&quot;:3071,&quot;53372&quot;:3072,&quot;53373&quot;:3073,&quot;53377&quot;:3074,&quot;53412&quot;:3075,&quot;53413&quot;:3076,&quot;53416&quot;:3077,&quot;53420&quot;:3078,&quot;53428&quot;:3079,&quot;53429&quot;:3080,&quot;53431&quot;:3081,&quot;53433&quot;:3082,&quot;53440&quot;:3083,&quot;53441&quot;:3084,&quot;53444&quot;:3085,&quot;53448&quot;:3086,&quot;53449&quot;:3087,&quot;53456&quot;:3088,&quot;53457&quot;:3089,&quot;53459&quot;:3090,&quot;53460&quot;:3091,&quot;53461&quot;:3092,&quot;53468&quot;:3093,&quot;53469&quot;:3094,&quot;53472&quot;:3095,&quot;53476&quot;:3096,&quot;53484&quot;:3097,&quot;53485&quot;:3098,&quot;53487&quot;:3099,&quot;53488&quot;:3100,&quot;53489&quot;:3101,&quot;53496&quot;:3102,&quot;53517&quot;:3103,&quot;53552&quot;:3104,&quot;53553&quot;:3105,&quot;53556&quot;:3106,&quot;53560&quot;:3107,&quot;53562&quot;:3108,&quot;53568&quot;:3109,&quot;53569&quot;:3110,&quot;53571&quot;:3111,&quot;53572&quot;:3112,&quot;53573&quot;:3113,&quot;53580&quot;:3114,&quot;53581&quot;:3115,&quot;53584&quot;:3116,&quot;53588&quot;:3117,&quot;53596&quot;:3118,&quot;53597&quot;:3119,&quot;53599&quot;:3120,&quot;53601&quot;:3121,&quot;53608&quot;:3122,&quot;53612&quot;:3123,&quot;53628&quot;:3124,&quot;53636&quot;:3125,&quot;53640&quot;:3126,&quot;53664&quot;:3127,&quot;53665&quot;:3128,&quot;53668&quot;:3129,&quot;53672&quot;:3130,&quot;53680&quot;:3131,&quot;53681&quot;:3132,&quot;53683&quot;:3133,&quot;53685&quot;:3134,&quot;53690&quot;:3135,&quot;53692&quot;:3136,&quot;53696&quot;:3137,&quot;53720&quot;:3138,&quot;53748&quot;:3139,&quot;53752&quot;:3140,&quot;53767&quot;:3141,&quot;53769&quot;:3142,&quot;53776&quot;:3143,&quot;53804&quot;:3144,&quot;53805&quot;:3145,&quot;53808&quot;:3146,&quot;53812&quot;:3147,&quot;53820&quot;:3148,&quot;53821&quot;:3149,&quot;53823&quot;:3150,&quot;53825&quot;:3151,&quot;53832&quot;:3152,&quot;53852&quot;:3153,&quot;53860&quot;:3154,&quot;53888&quot;:3155,&quot;53889&quot;:3156,&quot;53892&quot;:3157,&quot;53896&quot;:3158,&quot;53904&quot;:3159,&quot;53905&quot;:3160,&quot;53909&quot;:3161,&quot;53916&quot;:3162,&quot;53920&quot;:3163,&quot;53924&quot;:3164,&quot;53932&quot;:3165,&quot;53937&quot;:3166,&quot;53944&quot;:3167,&quot;53945&quot;:3168,&quot;53948&quot;:3169,&quot;53951&quot;:3170,&quot;53952&quot;:3171,&quot;53954&quot;:3172,&quot;53960&quot;:3173,&quot;53961&quot;:3174,&quot;53963&quot;:3175,&quot;53972&quot;:3176,&quot;53976&quot;:3177,&quot;53980&quot;:3178,&quot;53988&quot;:3179,&quot;53989&quot;:3180,&quot;54000&quot;:3181,&quot;54001&quot;:3182,&quot;54004&quot;:3183,&quot;54008&quot;:3184,&quot;54016&quot;:3185,&quot;54017&quot;:3186,&quot;54019&quot;:3187,&quot;54021&quot;:3188,&quot;54028&quot;:3189,&quot;54029&quot;:3190,&quot;54030&quot;:3191,&quot;54032&quot;:3192,&quot;54036&quot;:3193,&quot;54038&quot;:3194,&quot;54044&quot;:3195,&quot;54045&quot;:3196,&quot;54047&quot;:3197,&quot;54048&quot;:3198,&quot;54049&quot;:3199,&quot;54053&quot;:3200,&quot;54056&quot;:3201,&quot;54057&quot;:3202,&quot;54060&quot;:3203,&quot;54064&quot;:3204,&quot;54072&quot;:3205,&quot;54073&quot;:3206,&quot;54075&quot;:3207,&quot;54076&quot;:3208,&quot;54077&quot;:3209,&quot;54084&quot;:3210,&quot;54085&quot;:3211,&quot;54140&quot;:3212,&quot;54141&quot;:3213,&quot;54144&quot;:3214,&quot;54148&quot;:3215,&quot;54156&quot;:3216,&quot;54157&quot;:3217,&quot;54159&quot;:3218,&quot;54160&quot;:3219,&quot;54161&quot;:3220,&quot;54168&quot;:3221,&quot;54169&quot;:3222,&quot;54172&quot;:3223,&quot;54176&quot;:3224,&quot;54184&quot;:3225,&quot;54185&quot;:3226,&quot;54187&quot;:3227,&quot;54189&quot;:3228,&quot;54196&quot;:3229,&quot;54200&quot;:3230,&quot;54204&quot;:3231,&quot;54212&quot;:3232,&quot;54213&quot;:3233,&quot;54216&quot;:3234,&quot;54217&quot;:3235,&quot;54224&quot;:3236,&quot;54232&quot;:3237,&quot;54241&quot;:3238,&quot;54243&quot;:3239,&quot;54252&quot;:3240,&quot;54253&quot;:3241,&quot;54256&quot;:3242,&quot;54260&quot;:3243,&quot;54268&quot;:3244,&quot;54269&quot;:3245,&quot;54271&quot;:3246,&quot;54273&quot;:3247,&quot;54280&quot;:3248,&quot;54301&quot;:3249,&quot;54336&quot;:3250,&quot;54340&quot;:3251,&quot;54364&quot;:3252,&quot;54368&quot;:3253,&quot;54372&quot;:3254,&quot;54381&quot;:3255,&quot;54383&quot;:3256,&quot;54392&quot;:3257,&quot;54393&quot;:3258,&quot;54396&quot;:3259,&quot;54399&quot;:3260,&quot;54400&quot;:3261,&quot;54402&quot;:3262,&quot;54408&quot;:3263,&quot;54409&quot;:3264,&quot;54411&quot;:3265,&quot;54413&quot;:3266,&quot;54420&quot;:3267,&quot;54441&quot;:3268,&quot;54476&quot;:3269,&quot;54480&quot;:3270,&quot;54484&quot;:3271,&quot;54492&quot;:3272,&quot;54495&quot;:3273,&quot;54504&quot;:3274,&quot;54508&quot;:3275,&quot;54512&quot;:3276,&quot;54520&quot;:3277,&quot;54523&quot;:3278,&quot;54525&quot;:3279,&quot;54532&quot;:3280,&quot;54536&quot;:3281,&quot;54540&quot;:3282,&quot;54548&quot;:3283,&quot;54549&quot;:3284,&quot;54551&quot;:3285,&quot;54588&quot;:3286,&quot;54589&quot;:3287,&quot;54592&quot;:3288,&quot;54596&quot;:3289,&quot;54604&quot;:3290,&quot;54605&quot;:3291,&quot;54607&quot;:3292,&quot;54609&quot;:3293,&quot;54616&quot;:3294,&quot;54617&quot;:3295,&quot;54620&quot;:3296,&quot;54624&quot;:3297,&quot;54629&quot;:3298,&quot;54632&quot;:3299,&quot;54633&quot;:3300,&quot;54635&quot;:3301,&quot;54637&quot;:3302,&quot;54644&quot;:3303,&quot;54645&quot;:3304,&quot;54648&quot;:3305,&quot;54652&quot;:3306,&quot;54660&quot;:3307,&quot;54661&quot;:3308,&quot;54663&quot;:3309,&quot;54664&quot;:3310,&quot;54665&quot;:3311,&quot;54672&quot;:3312,&quot;54693&quot;:3313,&quot;54728&quot;:3314,&quot;54729&quot;:3315,&quot;54732&quot;:3316,&quot;54736&quot;:3317,&quot;54738&quot;:3318,&quot;54744&quot;:3319,&quot;54745&quot;:3320,&quot;54747&quot;:3321,&quot;54749&quot;:3322,&quot;54756&quot;:3323,&quot;54757&quot;:3324,&quot;54760&quot;:3325,&quot;54764&quot;:3326,&quot;54772&quot;:3327,&quot;54773&quot;:3328,&quot;54775&quot;:3329,&quot;54777&quot;:3330,&quot;54784&quot;:3331,&quot;54785&quot;:3332,&quot;54788&quot;:3333,&quot;54792&quot;:3334,&quot;54800&quot;:3335,&quot;54801&quot;:3336,&quot;54803&quot;:3337,&quot;54804&quot;:3338,&quot;54805&quot;:3339,&quot;54812&quot;:3340,&quot;54816&quot;:3341,&quot;54820&quot;:3342,&quot;54829&quot;:3343,&quot;54840&quot;:3344,&quot;54841&quot;:3345,&quot;54844&quot;:3346,&quot;54848&quot;:3347,&quot;54853&quot;:3348,&quot;54856&quot;:3349,&quot;54857&quot;:3350,&quot;54859&quot;:3351,&quot;54861&quot;:3352,&quot;54865&quot;:3353,&quot;54868&quot;:3354,&quot;54869&quot;:3355,&quot;54872&quot;:3356,&quot;54876&quot;:3357,&quot;54887&quot;:3358,&quot;54889&quot;:3359,&quot;54896&quot;:3360,&quot;54897&quot;:3361,&quot;54900&quot;:3362,&quot;54915&quot;:3363,&quot;54917&quot;:3364,&quot;54924&quot;:3365,&quot;54925&quot;:3366,&quot;54928&quot;:3367,&quot;54932&quot;:3368,&quot;54941&quot;:3369,&quot;54943&quot;:3370,&quot;54945&quot;:3371,&quot;54952&quot;:3372,&quot;54956&quot;:3373,&quot;54960&quot;:3374,&quot;54969&quot;:3375,&quot;54971&quot;:3376,&quot;54980&quot;:3377,&quot;54981&quot;:3378,&quot;54984&quot;:3379,&quot;54988&quot;:3380,&quot;54993&quot;:3381,&quot;54996&quot;:3382,&quot;54999&quot;:3383,&quot;55001&quot;:3384,&quot;55008&quot;:3385,&quot;55012&quot;:3386,&quot;55016&quot;:3387,&quot;55024&quot;:3388,&quot;55029&quot;:3389,&quot;55036&quot;:3390,&quot;55037&quot;:3391,&quot;55040&quot;:3392,&quot;55044&quot;:3393,&quot;55057&quot;:3394,&quot;55064&quot;:3395,&quot;55065&quot;:3396,&quot;55068&quot;:3397,&quot;55072&quot;:3398,&quot;55080&quot;:3399,&quot;55081&quot;:3400,&quot;55083&quot;:3401,&quot;55085&quot;:3402,&quot;55092&quot;:3403,&quot;55093&quot;:3404,&quot;55096&quot;:3405,&quot;55100&quot;:3406,&quot;55108&quot;:3407,&quot;55111&quot;:3408,&quot;55113&quot;:3409,&quot;55120&quot;:3410,&quot;55121&quot;:3411,&quot;55124&quot;:3412,&quot;55126&quot;:3413,&quot;55127&quot;:3414,&quot;55128&quot;:3415,&quot;55129&quot;:3416,&quot;55136&quot;:3417,&quot;55137&quot;:3418,&quot;55139&quot;:3419,&quot;55141&quot;:3420,&quot;55145&quot;:3421,&quot;55148&quot;:3422,&quot;55152&quot;:3423,&quot;55156&quot;:3424,&quot;55164&quot;:3425,&quot;55165&quot;:3426,&quot;55169&quot;:3427,&quot;55176&quot;:3428,&quot;55177&quot;:3429,&quot;55180&quot;:3430,&quot;55184&quot;:3431,&quot;55192&quot;:3432,&quot;55193&quot;:3433,&quot;55195&quot;:3434,&quot;55197&quot;:3435,&quot;20285&quot;:3436,&quot;20339&quot;:3437,&quot;20551&quot;:3438,&quot;20729&quot;:3439,&quot;21152&quot;:3440,&quot;21487&quot;:3441,&quot;21621&quot;:3442,&quot;21733&quot;:3443,&quot;22025&quot;:3444,&quot;23233&quot;:3445,&quot;23478&quot;:3446,&quot;26247&quot;:3447,&quot;26550&quot;:3448,&quot;26551&quot;:3449,&quot;26607&quot;:3450,&quot;27468&quot;:3451,&quot;29634&quot;:3452,&quot;30146&quot;:3453,&quot;31292&quot;:3454,&quot;33499&quot;:3455,&quot;33540&quot;:3456,&quot;34903&quot;:3457,&quot;34952&quot;:3458,&quot;35382&quot;:3459,&quot;36040&quot;:3460,&quot;63747&quot;:3460,&quot;36303&quot;:3461,&quot;36603&quot;:3462,&quot;36838&quot;:3463,&quot;39381&quot;:3464,&quot;21051&quot;:3465,&quot;21364&quot;:3466,&quot;21508&quot;:3467,&quot;24682&quot;:3468,&quot;24932&quot;:3469,&quot;27580&quot;:3470,&quot;29647&quot;:3471,&quot;33050&quot;:3472,&quot;35258&quot;:3473,&quot;12179&quot;:3474,&quot;35282&quot;:3474,&quot;38307&quot;:3475,&quot;20355&quot;:3476,&quot;21002&quot;:3477,&quot;22718&quot;:3478,&quot;22904&quot;:3479,&quot;23014&quot;:3480,&quot;12082&quot;:3481,&quot;24178&quot;:3481,&quot;24185&quot;:3482,&quot;25031&quot;:3483,&quot;25536&quot;:3484,&quot;26438&quot;:3485,&quot;26604&quot;:3486,&quot;26751&quot;:3487,&quot;28567&quot;:3488,&quot;30286&quot;:3489,&quot;30475&quot;:3490,&quot;30965&quot;:3491,&quot;31240&quot;:3492,&quot;31487&quot;:3493,&quot;31777&quot;:3494,&quot;32925&quot;:3495,&quot;12169&quot;:3496,&quot;33390&quot;:3496,&quot;33393&quot;:3497,&quot;35563&quot;:3498,&quot;38291&quot;:3499,&quot;20075&quot;:3500,&quot;21917&quot;:3501,&quot;26359&quot;:3502,&quot;28212&quot;:3503,&quot;30883&quot;:3504,&quot;31469&quot;:3505,&quot;33883&quot;:3506,&quot;35088&quot;:3507,&quot;34638&quot;:3508,&quot;38824&quot;:3509,&quot;21208&quot;:3510,&quot;22350&quot;:3511,&quot;22570&quot;:3512,&quot;23884&quot;:3513,&quot;24863&quot;:3514,&quot;25022&quot;:3515,&quot;25121&quot;:3516,&quot;25954&quot;:3517,&quot;26577&quot;:3518,&quot;27204&quot;:3519,&quot;28187&quot;:3520,&quot;12130&quot;:3521,&quot;29976&quot;:3521,&quot;30131&quot;:3522,&quot;30435&quot;:3523,&quot;30640&quot;:3524,&quot;32058&quot;:3525,&quot;37039&quot;:3526,&quot;37969&quot;:3527,&quot;37970&quot;:3528,&quot;40853&quot;:3529,&quot;21283&quot;:3530,&quot;23724&quot;:3531,&quot;30002&quot;:3532,&quot;32987&quot;:3533,&quot;37440&quot;:3534,&quot;38296&quot;:3535,&quot;21083&quot;:3536,&quot;22536&quot;:3537,&quot;23004&quot;:3538,&quot;23713&quot;:3539,&quot;23831&quot;:3540,&quot;24247&quot;:3541,&quot;24378&quot;:3542,&quot;24394&quot;:3543,&quot;24951&quot;:3544,&quot;27743&quot;:3545,&quot;30074&quot;:3546,&quot;30086&quot;:3547,&quot;31968&quot;:3548,&quot;32115&quot;:3549,&quot;32177&quot;:3550,&quot;32652&quot;:3551,&quot;33108&quot;:3552,&quot;33313&quot;:3553,&quot;34193&quot;:3554,&quot;35137&quot;:3555,&quot;35611&quot;:3556,&quot;37628&quot;:3557,&quot;38477&quot;:3558,&quot;64009&quot;:3558,&quot;40007&quot;:3559,&quot;20171&quot;:3560,&quot;20215&quot;:3561,&quot;20491&quot;:3562,&quot;20977&quot;:3563,&quot;22607&quot;:3564,&quot;24887&quot;:3565,&quot;24894&quot;:3566,&quot;24936&quot;:3567,&quot;25913&quot;:3568,&quot;27114&quot;:3569,&quot;28433&quot;:3570,&quot;30117&quot;:3571,&quot;30342&quot;:3572,&quot;30422&quot;:3573,&quot;31623&quot;:3574,&quot;33445&quot;:3575,&quot;33995&quot;:3576,&quot;37799&quot;:3577,&quot;38283&quot;:3578,&quot;21888&quot;:3579,&quot;23458&quot;:3580,&quot;22353&quot;:3581,&quot;31923&quot;:3582,&quot;32697&quot;:3583,&quot;37301&quot;:3584,&quot;20520&quot;:3585,&quot;21435&quot;:3586,&quot;23621&quot;:3587,&quot;24040&quot;:3588,&quot;25298&quot;:3589,&quot;25454&quot;:3590,&quot;25818&quot;:3591,&quot;25831&quot;:3592,&quot;28192&quot;:3593,&quot;28844&quot;:3594,&quot;31067&quot;:3595,&quot;36317&quot;:3596,&quot;36382&quot;:3597,&quot;36989&quot;:3598,&quot;37445&quot;:3599,&quot;37624&quot;:3600,&quot;20094&quot;:3601,&quot;20214&quot;:3602,&quot;20581&quot;:3603,&quot;12081&quot;:3604,&quot;24062&quot;:3604,&quot;24314&quot;:3605,&quot;24838&quot;:3606,&quot;26967&quot;:3607,&quot;33137&quot;:3608,&quot;34388&quot;:3609,&quot;36423&quot;:3610,&quot;37749&quot;:3611,&quot;39467&quot;:3612,&quot;20062&quot;:3613,&quot;20625&quot;:3614,&quot;26480&quot;:3615,&quot;26688&quot;:3616,&quot;20745&quot;:3617,&quot;21133&quot;:3618,&quot;21138&quot;:3619,&quot;27298&quot;:3620,&quot;30652&quot;:3621,&quot;37392&quot;:3622,&quot;40660&quot;:3623,&quot;21163&quot;:3624,&quot;24623&quot;:3625,&quot;36850&quot;:3626,&quot;20552&quot;:3627,&quot;25001&quot;:3628,&quot;25581&quot;:3629,&quot;25802&quot;:3630,&quot;26684&quot;:3631,&quot;27268&quot;:3632,&quot;28608&quot;:3633,&quot;33160&quot;:3634,&quot;35233&quot;:3635,&quot;38548&quot;:3636,&quot;22533&quot;:3637,&quot;29309&quot;:3638,&quot;12125&quot;:3639,&quot;29356&quot;:3639,&quot;29956&quot;:3640,&quot;32121&quot;:3641,&quot;32365&quot;:3642,&quot;32937&quot;:3643,&quot;12178&quot;:3644,&quot;35211&quot;:3644,&quot;64010&quot;:3644,&quot;35700&quot;:3645,&quot;36963&quot;:3646,&quot;40273&quot;:3647,&quot;25225&quot;:3648,&quot;27770&quot;:3649,&quot;28500&quot;:3650,&quot;32080&quot;:3651,&quot;32570&quot;:3652,&quot;35363&quot;:3653,&quot;20860&quot;:3654,&quot;24906&quot;:3655,&quot;31645&quot;:3656,&quot;35609&quot;:3657,&quot;37463&quot;:3658,&quot;37772&quot;:3659,&quot;20140&quot;:3660,&quot;20435&quot;:3661,&quot;20510&quot;:3662,&quot;20670&quot;:3663,&quot;20742&quot;:3664,&quot;21185&quot;:3665,&quot;21197&quot;:3666,&quot;21375&quot;:3667,&quot;22384&quot;:3668,&quot;22659&quot;:3669,&quot;24218&quot;:3670,&quot;24465&quot;:3671,&quot;24950&quot;:3672,&quot;25004&quot;:3673,&quot;25806&quot;:3674,&quot;25964&quot;:3675,&quot;26223&quot;:3676,&quot;26299&quot;:3677,&quot;26356&quot;:3678,&quot;63745&quot;:3678,&quot;26775&quot;:3679,&quot;28039&quot;:3680,&quot;28805&quot;:3681,&quot;28913&quot;:3682,&quot;29855&quot;:3683,&quot;29861&quot;:3684,&quot;29898&quot;:3685,&quot;30169&quot;:3686,&quot;30828&quot;:3687,&quot;30956&quot;:3688,&quot;31455&quot;:3689,&quot;31478&quot;:3690,&quot;32069&quot;:3691,&quot;32147&quot;:3692,&quot;32789&quot;:3693,&quot;32831&quot;:3694,&quot;33051&quot;:3695,&quot;33686&quot;:3696,&quot;35686&quot;:3697,&quot;36629&quot;:3698,&quot;36885&quot;:3699,&quot;37857&quot;:3700,&quot;38915&quot;:3701,&quot;38968&quot;:3702,&quot;39514&quot;:3703,&quot;39912&quot;:3704,&quot;20418&quot;:3705,&quot;21843&quot;:3706,&quot;22586&quot;:3707,&quot;22865&quot;:3708,&quot;63753&quot;:3708,&quot;23395&quot;:3709,&quot;23622&quot;:3710,&quot;24760&quot;:3711,&quot;25106&quot;:3712,&quot;26690&quot;:3713,&quot;26800&quot;:3714,&quot;26856&quot;:3715,&quot;28330&quot;:3716,&quot;30028&quot;:3717,&quot;30328&quot;:3718,&quot;30926&quot;:3719,&quot;31293&quot;:3720,&quot;31995&quot;:3721,&quot;32363&quot;:3722,&quot;32380&quot;:3723,&quot;35336&quot;:3724,&quot;35489&quot;:3725,&quot;35903&quot;:3726,&quot;38542&quot;:3727,&quot;40388&quot;:3728,&quot;21476&quot;:3729,&quot;21481&quot;:3730,&quot;21578&quot;:3731,&quot;21617&quot;:3732,&quot;22266&quot;:3733,&quot;22993&quot;:3734,&quot;23396&quot;:3735,&quot;23611&quot;:3736,&quot;24235&quot;:3737,&quot;25335&quot;:3738,&quot;25911&quot;:3739,&quot;25925&quot;:3740,&quot;25970&quot;:3741,&quot;26272&quot;:3742,&quot;26543&quot;:3743,&quot;27073&quot;:3744,&quot;27837&quot;:3745,&quot;30204&quot;:3746,&quot;30352&quot;:3747,&quot;30590&quot;:3748,&quot;31295&quot;:3749,&quot;32660&quot;:3750,&quot;32771&quot;:3751,&quot;32929&quot;:3752,&quot;33167&quot;:3753,&quot;33510&quot;:3754,&quot;33533&quot;:3755,&quot;33776&quot;:3756,&quot;34241&quot;:3757,&quot;34865&quot;:3758,&quot;34996&quot;:3759,&quot;35493&quot;:3760,&quot;36764&quot;:3761,&quot;37678&quot;:3762,&quot;38599&quot;:3763,&quot;39015&quot;:3764,&quot;12220&quot;:3765,&quot;39640&quot;:3765,&quot;12238&quot;:3766,&quot;40723&quot;:3766,&quot;21741&quot;:3767,&quot;26011&quot;:3768,&quot;26354&quot;:3769,&quot;26767&quot;:3770,&quot;31296&quot;:3771,&quot;12181&quot;:3772,&quot;35895&quot;:3772,&quot;40288&quot;:3773,&quot;22256&quot;:3774,&quot;22372&quot;:3775,&quot;23825&quot;:3776,&quot;26118&quot;:3777,&quot;26801&quot;:3778,&quot;26829&quot;:3779,&quot;28414&quot;:3780,&quot;29736&quot;:3781,&quot;34974&quot;:3782,&quot;39908&quot;:3783,&quot;27752&quot;:3784,&quot;12219&quot;:3785,&quot;39592&quot;:3785,&quot;20379&quot;:3786,&quot;20844&quot;:3787,&quot;20849&quot;:3788,&quot;21151&quot;:3789,&quot;23380&quot;:3790,&quot;12079&quot;:3791,&quot;24037&quot;:3791,&quot;24656&quot;:3792,&quot;24685&quot;:3793,&quot;25329&quot;:3794,&quot;25511&quot;:3795,&quot;25915&quot;:3796,&quot;29657&quot;:3797,&quot;31354&quot;:3798,&quot;34467&quot;:3799,&quot;36002&quot;:3800,&quot;38799&quot;:3801,&quot;20018&quot;:3802,&quot;63749&quot;:3802,&quot;23521&quot;:3803,&quot;12093&quot;:3804,&quot;25096&quot;:3804,&quot;26524&quot;:3805,&quot;12128&quot;:3806,&quot;29916&quot;:3806,&quot;31185&quot;:3807,&quot;33747&quot;:3808,&quot;35463&quot;:3809,&quot;35506&quot;:3810,&quot;36328&quot;:3811,&quot;36942&quot;:3812,&quot;37707&quot;:3813,&quot;38982&quot;:3814,&quot;24275&quot;:3815,&quot;64011&quot;:3815,&quot;27112&quot;:3816,&quot;34303&quot;:3817,&quot;37101&quot;:3818,&quot;20896&quot;:3819,&quot;23448&quot;:3820,&quot;23532&quot;:3821,&quot;24931&quot;:3822,&quot;26874&quot;:3823,&quot;27454&quot;:3824,&quot;28748&quot;:3825,&quot;29743&quot;:3826,&quot;29912&quot;:3827,&quot;31649&quot;:3828,&quot;32592&quot;:3829,&quot;33733&quot;:3830,&quot;35264&quot;:3831,&quot;36011&quot;:3832,&quot;38364&quot;:3833,&quot;39208&quot;:3834,&quot;21038&quot;:3835,&quot;24669&quot;:3836,&quot;25324&quot;:3837,&quot;36866&quot;:3838,&quot;20362&quot;:3839,&quot;20809&quot;:3840,&quot;21281&quot;:3841,&quot;22745&quot;:3842,&quot;24291&quot;:3843,&quot;26336&quot;:3844,&quot;27960&quot;:3845,&quot;28826&quot;:3846,&quot;29378&quot;:3847,&quot;29654&quot;:3848,&quot;31568&quot;:3849,&quot;33009&quot;:3850,&quot;37979&quot;:3851,&quot;21350&quot;:3852,&quot;25499&quot;:3853,&quot;32619&quot;:3854,&quot;20054&quot;:3855,&quot;20608&quot;:3856,&quot;22602&quot;:3857,&quot;22750&quot;:3858,&quot;24618&quot;:3859,&quot;24871&quot;:3860,&quot;25296&quot;:3861,&quot;27088&quot;:3862,&quot;39745&quot;:3863,&quot;23439&quot;:3864,&quot;32024&quot;:3865,&quot;32945&quot;:3866,&quot;36703&quot;:3867,&quot;20132&quot;:3868,&quot;20689&quot;:3869,&quot;21676&quot;:3870,&quot;21932&quot;:3871,&quot;23308&quot;:3872,&quot;23968&quot;:3873,&quot;24039&quot;:3874,&quot;25898&quot;:3875,&quot;25934&quot;:3876,&quot;26657&quot;:3877,&quot;27211&quot;:3878,&quot;29409&quot;:3879,&quot;30350&quot;:3880,&quot;30703&quot;:3881,&quot;32094&quot;:3882,&quot;32761&quot;:3883,&quot;33184&quot;:3884,&quot;34126&quot;:3885,&quot;34527&quot;:3886,&quot;36611&quot;:3887,&quot;36686&quot;:3888,&quot;37066&quot;:3889,&quot;39171&quot;:3890,&quot;39509&quot;:3891,&quot;39851&quot;:3892,&quot;19992&quot;:3893,&quot;20037&quot;:3894,&quot;20061&quot;:3895,&quot;20167&quot;:3896,&quot;20465&quot;:3897,&quot;20855&quot;:3898,&quot;21246&quot;:3899,&quot;21312&quot;:3900,&quot;12061&quot;:3901,&quot;21475&quot;:3901,&quot;21477&quot;:3902,&quot;63750&quot;:3902,&quot;21646&quot;:3903,&quot;22036&quot;:3904,&quot;22389&quot;:3905,&quot;22434&quot;:3906,&quot;23495&quot;:3907,&quot;23943&quot;:3908,&quot;24272&quot;:3909,&quot;25084&quot;:3910,&quot;25304&quot;:3911,&quot;25937&quot;:3912,&quot;26552&quot;:3913,&quot;26601&quot;:3914,&quot;27083&quot;:3915,&quot;27472&quot;:3916,&quot;27590&quot;:3917,&quot;27628&quot;:3918,&quot;27714&quot;:3919,&quot;28317&quot;:3920,&quot;28792&quot;:3921,&quot;29399&quot;:3922,&quot;29590&quot;:3923,&quot;29699&quot;:3924,&quot;30655&quot;:3925,&quot;30697&quot;:3926,&quot;31350&quot;:3927,&quot;32127&quot;:3928,&quot;32777&quot;:3929,&quot;12165&quot;:3930,&quot;33276&quot;:3930,&quot;33285&quot;:3931,&quot;33290&quot;:3932,&quot;33503&quot;:3933,&quot;34914&quot;:3934,&quot;35635&quot;:3935,&quot;36092&quot;:3936,&quot;36544&quot;:3937,&quot;36881&quot;:3938,&quot;37041&quot;:3939,&quot;37476&quot;:3940,&quot;37558&quot;:3941,&quot;39378&quot;:3942,&quot;39493&quot;:3943,&quot;40169&quot;:3944,&quot;40407&quot;:3945,&quot;12244&quot;:3946,&quot;40860&quot;:3946,&quot;63751&quot;:3946,&quot;63752&quot;:3946,&quot;22283&quot;:3947,&quot;23616&quot;:3948,&quot;33738&quot;:3949,&quot;38816&quot;:3950,&quot;38827&quot;:3951,&quot;40628&quot;:3952,&quot;21531&quot;:3953,&quot;31384&quot;:3954,&quot;32676&quot;:3955,&quot;35033&quot;:3956,&quot;36557&quot;:3957,&quot;37089&quot;:3958,&quot;22528&quot;:3959,&quot;23624&quot;:3960,&quot;25496&quot;:3961,&quot;31391&quot;:3962,&quot;23470&quot;:3963,&quot;12088&quot;:3964,&quot;24339&quot;:3964,&quot;31353&quot;:3965,&quot;31406&quot;:3966,&quot;33422&quot;:3967,&quot;36524&quot;:3968,&quot;20518&quot;:3969,&quot;21048&quot;:3970,&quot;21240&quot;:3971,&quot;21367&quot;:3972,&quot;22280&quot;:3973,&quot;25331&quot;:3974,&quot;25458&quot;:3975,&quot;27402&quot;:3976,&quot;28099&quot;:3977,&quot;30519&quot;:3978,&quot;21413&quot;:3979,&quot;29527&quot;:3980,&quot;34152&quot;:3981,&quot;36470&quot;:3982,&quot;38357&quot;:3983,&quot;26426&quot;:3984,&quot;27331&quot;:3985,&quot;28528&quot;:3986,&quot;35437&quot;:3987,&quot;36556&quot;:3988,&quot;39243&quot;:3989,&quot;26231&quot;:3990,&quot;27512&quot;:3991,&quot;36020&quot;:3992,&quot;12225&quot;:3993,&quot;39740&quot;:3993,&quot;21483&quot;:3994,&quot;22317&quot;:3995,&quot;22862&quot;:3996,&quot;25542&quot;:3997,&quot;27131&quot;:3998,&quot;29674&quot;:3999,&quot;30789&quot;:4000,&quot;31418&quot;:4001,&quot;31429&quot;:4002,&quot;31998&quot;:4003,&quot;33909&quot;:4004,&quot;35215&quot;:4005,&quot;36211&quot;:4006,&quot;36917&quot;:4007,&quot;38312&quot;:4008,&quot;21243&quot;:4009,&quot;22343&quot;:4010,&quot;30023&quot;:4011,&quot;31584&quot;:4012,&quot;33740&quot;:4013,&quot;37406&quot;:4014,&quot;27224&quot;:4015,&quot;20811&quot;:4016,&quot;21067&quot;:4017,&quot;21127&quot;:4018,&quot;25119&quot;:4019,&quot;26840&quot;:4020,&quot;26997&quot;:4021,&quot;38553&quot;:4022,&quot;20677&quot;:4023,&quot;21156&quot;:4024,&quot;21220&quot;:4025,&quot;25027&quot;:4026,&quot;12100&quot;:4027,&quot;26020&quot;:4027,&quot;26681&quot;:4028,&quot;27135&quot;:4029,&quot;29822&quot;:4030,&quot;31563&quot;:4031,&quot;33465&quot;:4032,&quot;33771&quot;:4033,&quot;35250&quot;:4034,&quot;35641&quot;:4035,&quot;36817&quot;:4036,&quot;39241&quot;:4037,&quot;20170&quot;:4038,&quot;22935&quot;:4039,&quot;25810&quot;:4040,&quot;26129&quot;:4041,&quot;27278&quot;:4042,&quot;29748&quot;:4043,&quot;31105&quot;:4044,&quot;31165&quot;:4045,&quot;33449&quot;:4046,&quot;34942&quot;:4047,&quot;34943&quot;:4048,&quot;35167&quot;:4049,&quot;37670&quot;:4050,&quot;20235&quot;:4051,&quot;21450&quot;:4052,&quot;24613&quot;:4053,&quot;25201&quot;:4054,&quot;27762&quot;:4055,&quot;32026&quot;:4056,&quot;32102&quot;:4057,&quot;20120&quot;:4058,&quot;20834&quot;:4059,&quot;30684&quot;:4060,&quot;32943&quot;:4061,&quot;20225&quot;:4062,&quot;20238&quot;:4063,&quot;20854&quot;:4064,&quot;20864&quot;:4065,&quot;21980&quot;:4066,&quot;22120&quot;:4067,&quot;22331&quot;:4068,&quot;22522&quot;:4069,&quot;22524&quot;:4070,&quot;22804&quot;:4071,&quot;22855&quot;:4072,&quot;22931&quot;:4073,&quot;23492&quot;:4074,&quot;23696&quot;:4075,&quot;23822&quot;:4076,&quot;12080&quot;:4077,&quot;24049&quot;:4077,&quot;24190&quot;:4078,&quot;24524&quot;:4079,&quot;25216&quot;:4080,&quot;26071&quot;:4081,&quot;26083&quot;:4082,&quot;26398&quot;:4083,&quot;26399&quot;:4084,&quot;26462&quot;:4085,&quot;26827&quot;:4086,&quot;26820&quot;:4087,&quot;27231&quot;:4088,&quot;27450&quot;:4089,&quot;27683&quot;:4090,&quot;27773&quot;:4091,&quot;27778&quot;:4092,&quot;28103&quot;:4093,&quot;29592&quot;:4094,&quot;29734&quot;:4095,&quot;29738&quot;:4096,&quot;29826&quot;:4097,&quot;29859&quot;:4098,&quot;30072&quot;:4099,&quot;30079&quot;:4100,&quot;30849&quot;:4101,&quot;30959&quot;:4102,&quot;31041&quot;:4103,&quot;31047&quot;:4104,&quot;31048&quot;:4105,&quot;31098&quot;:4106,&quot;31637&quot;:4107,&quot;32000&quot;:4108,&quot;32186&quot;:4109,&quot;32648&quot;:4110,&quot;32774&quot;:4111,&quot;32813&quot;:4112,&quot;32908&quot;:4113,&quot;35352&quot;:4114,&quot;35663&quot;:4115,&quot;35912&quot;:4116,&quot;63744&quot;:4116,&quot;36215&quot;:4117,&quot;37665&quot;:4118,&quot;37668&quot;:4119,&quot;39138&quot;:4120,&quot;39249&quot;:4121,&quot;39438&quot;:4122,&quot;39439&quot;:4123,&quot;39525&quot;:4124,&quot;40594&quot;:4125,&quot;32202&quot;:4126,&quot;20342&quot;:4127,&quot;21513&quot;:4128,&quot;25326&quot;:4129,&quot;26708&quot;:4130,&quot;12198&quot;:4131,&quot;37329&quot;:4131,&quot;63754&quot;:4131,&quot;21931&quot;:4132,&quot;20794&quot;:4133,&quot;23068&quot;:4134,&quot;25062&quot;:4135,&quot;25295&quot;:4136,&quot;63835&quot;:4136,&quot;25343&quot;:4137,&quot;37027&quot;:4138,&quot;35582&quot;:4139,&quot;63837&quot;:4139,&quot;26262&quot;:4140,&quot;29014&quot;:4141,&quot;38627&quot;:4142,&quot;25423&quot;:4143,&quot;25466&quot;:4144,&quot;21335&quot;:4145,&quot;26511&quot;:4146,&quot;26976&quot;:4147,&quot;28275&quot;:4148,&quot;30007&quot;:4149,&quot;32013&quot;:4150,&quot;34930&quot;:4151,&quot;22218&quot;:4152,&quot;23064&quot;:4153,&quot;20035&quot;:4154,&quot;20839&quot;:4155,&quot;22856&quot;:4156,&quot;63756&quot;:4156,&quot;26608&quot;:4157,&quot;32784&quot;:4158,&quot;12069&quot;:4159,&quot;22899&quot;:4159,&quot;63873&quot;:4159,&quot;24180&quot;:4160,&quot;63886&quot;:4160,&quot;25754&quot;:4161,&quot;63889&quot;:4161,&quot;31178&quot;:4162,&quot;63893&quot;:4162,&quot;24565&quot;:4163,&quot;63907&quot;:4163,&quot;24684&quot;:4164,&quot;25288&quot;:4165,&quot;25467&quot;:4166,&quot;63908&quot;:4166,&quot;23527&quot;:4167,&quot;63839&quot;:4167,&quot;63914&quot;:4167,&quot;23511&quot;:4168,&quot;21162&quot;:4169,&quot;22900&quot;:4170,&quot;24361&quot;:4171,&quot;24594&quot;:4172,&quot;63840&quot;:4172,&quot;29785&quot;:4173,&quot;39377&quot;:4174,&quot;28611&quot;:4175,&quot;33215&quot;:4176,&quot;36786&quot;:4177,&quot;24817&quot;:4178,&quot;33126&quot;:4179,&quot;23615&quot;:4180,&quot;63933&quot;:4180,&quot;23273&quot;:4181,&quot;35365&quot;:4182,&quot;26491&quot;:4183,&quot;63944&quot;:4183,&quot;32016&quot;:4184,&quot;63951&quot;:4184,&quot;33021&quot;:4185,&quot;23612&quot;:4186,&quot;27877&quot;:4187,&quot;63971&quot;:4187,&quot;21311&quot;:4188,&quot;63979&quot;:4188,&quot;28346&quot;:4189,&quot;63980&quot;:4189,&quot;22810&quot;:4190,&quot;33590&quot;:4191,&quot;63998&quot;:4191,&quot;20025&quot;:4192,&quot;63838&quot;:4192,&quot;20150&quot;:4193,&quot;20294&quot;:4194,&quot;21934&quot;:4195,&quot;22296&quot;:4196,&quot;22727&quot;:4197,&quot;24406&quot;:4198,&quot;26039&quot;:4199,&quot;26086&quot;:4200,&quot;27264&quot;:4201,&quot;27573&quot;:4202,&quot;28237&quot;:4203,&quot;30701&quot;:4204,&quot;31471&quot;:4205,&quot;31774&quot;:4206,&quot;32222&quot;:4207,&quot;34507&quot;:4208,&quot;34962&quot;:4209,&quot;37170&quot;:4210,&quot;37723&quot;:4211,&quot;25787&quot;:4212,&quot;28606&quot;:4213,&quot;29562&quot;:4214,&quot;30136&quot;:4215,&quot;36948&quot;:4216,&quot;21846&quot;:4217,&quot;22349&quot;:4218,&quot;25018&quot;:4219,&quot;25812&quot;:4220,&quot;26311&quot;:4221,&quot;28129&quot;:4222,&quot;28251&quot;:4223,&quot;28525&quot;:4224,&quot;28601&quot;:4225,&quot;30192&quot;:4226,&quot;32835&quot;:4227,&quot;33213&quot;:4228,&quot;34113&quot;:4229,&quot;35203&quot;:4230,&quot;35527&quot;:4231,&quot;35674&quot;:4232,&quot;37663&quot;:4233,&quot;27795&quot;:4234,&quot;30035&quot;:4235,&quot;31572&quot;:4236,&quot;36367&quot;:4237,&quot;36957&quot;:4238,&quot;21776&quot;:4239,&quot;22530&quot;:4240,&quot;22616&quot;:4241,&quot;24162&quot;:4242,&quot;25095&quot;:4243,&quot;25758&quot;:4244,&quot;26848&quot;:4245,&quot;30070&quot;:4246,&quot;31958&quot;:4247,&quot;64003&quot;:4247,&quot;34739&quot;:4248,&quot;40680&quot;:4249,&quot;20195&quot;:4250,&quot;22408&quot;:4251,&quot;22382&quot;:4252,&quot;12068&quot;:4253,&quot;22823&quot;:4253,&quot;23565&quot;:4254,&quot;23729&quot;:4255,&quot;24118&quot;:4256,&quot;24453&quot;:4257,&quot;25140&quot;:4258,&quot;25825&quot;:4259,&quot;29619&quot;:4260,&quot;33274&quot;:4261,&quot;34955&quot;:4262,&quot;36024&quot;:4263,&quot;38538&quot;:4264,&quot;40667&quot;:4265,&quot;23429&quot;:4266,&quot;64004&quot;:4266,&quot;24503&quot;:4267,&quot;24755&quot;:4268,&quot;20498&quot;:4269,&quot;12049&quot;:4270,&quot;20992&quot;:4270,&quot;21040&quot;:4271,&quot;22294&quot;:4272,&quot;22581&quot;:4273,&quot;22615&quot;:4274,&quot;23566&quot;:4275,&quot;23648&quot;:4276,&quot;23798&quot;:4277,&quot;23947&quot;:4278,&quot;24230&quot;:4279,&quot;64001&quot;:4279,&quot;24466&quot;:4280,&quot;24764&quot;:4281,&quot;25361&quot;:4282,&quot;25481&quot;:4283,&quot;25623&quot;:4284,&quot;26691&quot;:4285,&quot;26873&quot;:4286,&quot;27330&quot;:4287,&quot;28120&quot;:4288,&quot;28193&quot;:4289,&quot;28372&quot;:4290,&quot;28644&quot;:4291,&quot;29182&quot;:4292,&quot;30428&quot;:4293,&quot;30585&quot;:4294,&quot;31153&quot;:4295,&quot;31291&quot;:4296,&quot;33796&quot;:4297,&quot;35241&quot;:4298,&quot;36077&quot;:4299,&quot;36339&quot;:4300,&quot;36424&quot;:4301,&quot;36867&quot;:4302,&quot;36884&quot;:4303,&quot;36947&quot;:4304,&quot;37117&quot;:4305,&quot;37709&quot;:4306,&quot;38518&quot;:4307,&quot;38876&quot;:4308,&quot;27602&quot;:4309,&quot;28678&quot;:4310,&quot;29272&quot;:4311,&quot;29346&quot;:4312,&quot;29544&quot;:4313,&quot;30563&quot;:4314,&quot;31167&quot;:4315,&quot;31716&quot;:4316,&quot;32411&quot;:4317,&quot;35712&quot;:4318,&quot;63834&quot;:4318,&quot;22697&quot;:4319,&quot;24775&quot;:4320,&quot;25958&quot;:4321,&quot;26109&quot;:4322,&quot;26302&quot;:4323,&quot;27788&quot;:4324,&quot;28958&quot;:4325,&quot;29129&quot;:4326,&quot;35930&quot;:4327,&quot;38931&quot;:4328,&quot;20077&quot;:4329,&quot;31361&quot;:4330,&quot;20189&quot;:4331,&quot;20908&quot;:4332,&quot;20941&quot;:4333,&quot;21205&quot;:4334,&quot;21516&quot;:4335,&quot;24999&quot;:4336,&quot;26481&quot;:4337,&quot;26704&quot;:4338,&quot;26847&quot;:4339,&quot;27934&quot;:4340,&quot;64005&quot;:4340,&quot;28540&quot;:4341,&quot;30140&quot;:4342,&quot;30643&quot;:4343,&quot;31461&quot;:4344,&quot;33012&quot;:4345,&quot;33891&quot;:4346,&quot;37509&quot;:4347,&quot;20828&quot;:4348,&quot;12099&quot;:4349,&quot;26007&quot;:4349,&quot;26460&quot;:4350,&quot;26515&quot;:4351,&quot;30168&quot;:4352,&quot;31431&quot;:4353,&quot;33651&quot;:4354,&quot;12182&quot;:4355,&quot;35910&quot;:4355,&quot;36887&quot;:4356,&quot;38957&quot;:4357,&quot;23663&quot;:4358,&quot;33216&quot;:4359,&quot;33434&quot;:4360,&quot;36929&quot;:4361,&quot;36975&quot;:4362,&quot;37389&quot;:4363,&quot;24471&quot;:4364,&quot;23965&quot;:4365,&quot;27225&quot;:4366,&quot;29128&quot;:4367,&quot;30331&quot;:4368,&quot;31561&quot;:4369,&quot;34276&quot;:4370,&quot;35588&quot;:4371,&quot;37159&quot;:4372,&quot;39472&quot;:4373,&quot;21895&quot;:4374,&quot;63755&quot;:4374,&quot;25078&quot;:4375,&quot;63757&quot;:4375,&quot;30313&quot;:4376,&quot;63758&quot;:4376,&quot;32645&quot;:4377,&quot;63759&quot;:4377,&quot;34367&quot;:4378,&quot;63760&quot;:4378,&quot;34746&quot;:4379,&quot;63761&quot;:4379,&quot;35064&quot;:4380,&quot;63762&quot;:4380,&quot;37007&quot;:4381,&quot;63763&quot;:4381,&quot;27931&quot;:4382,&quot;63765&quot;:4382,&quot;28889&quot;:4383,&quot;63766&quot;:4383,&quot;29662&quot;:4384,&quot;63767&quot;:4384,&quot;32097&quot;:4385,&quot;33853&quot;:4386,&quot;63768&quot;:4386,&quot;37226&quot;:4387,&quot;63769&quot;:4387,&quot;39409&quot;:4388,&quot;63770&quot;:4388,&quot;20098&quot;:4389,&quot;63771&quot;:4389,&quot;21365&quot;:4390,&quot;63772&quot;:4390,&quot;27396&quot;:4391,&quot;63773&quot;:4391,&quot;27410&quot;:4392,&quot;28734&quot;:4393,&quot;29211&quot;:4394,&quot;63774&quot;:4394,&quot;34349&quot;:4395,&quot;63775&quot;:4395,&quot;40478&quot;:4396,&quot;63776&quot;:4396,&quot;21068&quot;:4397,&quot;36771&quot;:4398,&quot;23888&quot;:4399,&quot;63777&quot;:4399,&quot;25829&quot;:4400,&quot;25900&quot;:4401,&quot;27414&quot;:4402,&quot;28651&quot;:4403,&quot;63778&quot;:4403,&quot;31811&quot;:4404,&quot;32412&quot;:4405,&quot;34253&quot;:4406,&quot;63779&quot;:4406,&quot;35172&quot;:4407,&quot;63780&quot;:4407,&quot;35261&quot;:4408,&quot;25289&quot;:4409,&quot;63781&quot;:4409,&quot;33240&quot;:4410,&quot;63782&quot;:4410,&quot;34847&quot;:4411,&quot;63783&quot;:4411,&quot;24266&quot;:4412,&quot;63784&quot;:4412,&quot;26391&quot;:4413,&quot;63785&quot;:4413,&quot;28010&quot;:4414,&quot;63786&quot;:4414,&quot;29436&quot;:4415,&quot;63787&quot;:4415,&quot;29701&quot;:4416,&quot;29807&quot;:4417,&quot;34690&quot;:4418,&quot;37086&quot;:4419,&quot;63788&quot;:4419,&quot;20358&quot;:4420,&quot;63789&quot;:4420,&quot;23821&quot;:4421,&quot;24480&quot;:4422,&quot;33802&quot;:4423,&quot;20919&quot;:4424,&quot;63790&quot;:4424,&quot;25504&quot;:4425,&quot;63861&quot;:4425,&quot;30053&quot;:4426,&quot;63862&quot;:4426,&quot;20142&quot;:4427,&quot;63863&quot;:4427,&quot;20486&quot;:4428,&quot;20841&quot;:4429,&quot;63864&quot;:4429,&quot;20937&quot;:4430,&quot;63865&quot;:4430,&quot;26753&quot;:4431,&quot;63866&quot;:4431,&quot;27153&quot;:4432,&quot;31918&quot;:4433,&quot;31921&quot;:4434,&quot;31975&quot;:4435,&quot;63867&quot;:4435,&quot;33391&quot;:4436,&quot;63868&quot;:4436,&quot;35538&quot;:4437,&quot;63869&quot;:4437,&quot;36635&quot;:4438,&quot;37327&quot;:4439,&quot;63870&quot;:4439,&quot;20406&quot;:4440,&quot;20791&quot;:4441,&quot;21237&quot;:4442,&quot;63871&quot;:4442,&quot;21570&quot;:4443,&quot;63872&quot;:4443,&quot;24300&quot;:4444,&quot;63874&quot;:4444,&quot;24942&quot;:4445,&quot;25150&quot;:4446,&quot;26053&quot;:4447,&quot;63875&quot;:4447,&quot;27354&quot;:4448,&quot;28670&quot;:4449,&quot;63876&quot;:4449,&quot;31018&quot;:4450,&quot;63877&quot;:4450,&quot;34268&quot;:4451,&quot;34851&quot;:4452,&quot;38317&quot;:4453,&quot;63878&quot;:4453,&quot;39522&quot;:4454,&quot;39530&quot;:4455,&quot;63879&quot;:4455,&quot;40599&quot;:4456,&quot;63880&quot;:4456,&quot;40654&quot;:4457,&quot;63881&quot;:4457,&quot;12050&quot;:4458,&quot;21147&quot;:4458,&quot;63882&quot;:4458,&quot;26310&quot;:4459,&quot;63883&quot;:4459,&quot;27511&quot;:4460,&quot;63884&quot;:4460,&quot;28701&quot;:4461,&quot;31019&quot;:4462,&quot;36706&quot;:4463,&quot;63885&quot;:4463,&quot;38722&quot;:4464,&quot;24976&quot;:4465,&quot;63887&quot;:4465,&quot;25088&quot;:4466,&quot;63888&quot;:4466,&quot;25891&quot;:4467,&quot;28451&quot;:4468,&quot;63890&quot;:4468,&quot;29001&quot;:4469,&quot;63891&quot;:4469,&quot;29833&quot;:4470,&quot;63892&quot;:4470,&quot;32244&quot;:4471,&quot;63894&quot;:4471,&quot;32879&quot;:4472,&quot;63895&quot;:4472,&quot;34030&quot;:4473,&quot;63897&quot;:4473,&quot;36646&quot;:4474,&quot;63896&quot;:4474,&quot;36899&quot;:4475,&quot;63898&quot;:4475,&quot;37706&quot;:4476,&quot;63899&quot;:4476,&quot;20925&quot;:4477,&quot;21015&quot;:4478,&quot;63900&quot;:4478,&quot;21155&quot;:4479,&quot;63901&quot;:4479,&quot;27916&quot;:4480,&quot;28872&quot;:4481,&quot;63903&quot;:4481,&quot;35010&quot;:4482,&quot;63904&quot;:4482,&quot;24265&quot;:4483,&quot;63906&quot;:4483,&quot;25986&quot;:4484,&quot;27566&quot;:4485,&quot;63909&quot;:4485,&quot;28610&quot;:4486,&quot;31806&quot;:4487,&quot;63910&quot;:4487,&quot;29557&quot;:4488,&quot;63911&quot;:4488,&quot;20196&quot;:4489,&quot;63912&quot;:4489,&quot;20278&quot;:4490,&quot;22265&quot;:4491,&quot;63913&quot;:4491,&quot;23738&quot;:4492,&quot;23994&quot;:4493,&quot;63915&quot;:4493,&quot;24604&quot;:4494,&quot;63916&quot;:4494,&quot;29618&quot;:4495,&quot;63917&quot;:4495,&quot;31533&quot;:4496,&quot;32666&quot;:4497,&quot;63919&quot;:4497,&quot;32718&quot;:4498,&quot;32838&quot;:4499,&quot;63920&quot;:4499,&quot;36894&quot;:4500,&quot;37428&quot;:4501,&quot;63921&quot;:4501,&quot;38646&quot;:4502,&quot;63922&quot;:4502,&quot;38728&quot;:4503,&quot;63923&quot;:4503,&quot;38936&quot;:4504,&quot;63924&quot;:4504,&quot;40801&quot;:4505,&quot;20363&quot;:4506,&quot;63925&quot;:4506,&quot;28583&quot;:4507,&quot;31150&quot;:4508,&quot;63926&quot;:4508,&quot;37300&quot;:4509,&quot;63927&quot;:4509,&quot;38583&quot;:4510,&quot;63928&quot;:4510,&quot;21214&quot;:4511,&quot;63791&quot;:4511,&quot;25736&quot;:4512,&quot;25796&quot;:4513,&quot;63792&quot;:4513,&quot;27347&quot;:4514,&quot;63793&quot;:4514,&quot;28510&quot;:4515,&quot;28696&quot;:4516,&quot;29200&quot;:4517,&quot;63794&quot;:4517,&quot;30439&quot;:4518,&quot;63795&quot;:4518,&quot;12156&quot;:4519,&quot;32769&quot;:4519,&quot;63796&quot;:4519,&quot;34310&quot;:4520,&quot;63797&quot;:4520,&quot;34396&quot;:4521,&quot;63798&quot;:4521,&quot;36335&quot;:4522,&quot;63799&quot;:4522,&quot;36613&quot;:4523,&quot;38706&quot;:4524,&quot;63800&quot;:4524,&quot;39791&quot;:4525,&quot;63801&quot;:4525,&quot;40442&quot;:4526,&quot;63802&quot;:4526,&quot;12228&quot;:4527,&quot;40565&quot;:4527,&quot;30860&quot;:4528,&quot;63803&quot;:4528,&quot;31103&quot;:4529,&quot;63804&quot;:4529,&quot;32160&quot;:4530,&quot;63805&quot;:4530,&quot;33737&quot;:4531,&quot;63806&quot;:4531,&quot;37636&quot;:4532,&quot;63807&quot;:4532,&quot;12229&quot;:4533,&quot;40575&quot;:4533,&quot;63808&quot;:4533,&quot;40595&quot;:4534,&quot;35542&quot;:4535,&quot;63809&quot;:4535,&quot;22751&quot;:4536,&quot;63810&quot;:4536,&quot;24324&quot;:4537,&quot;63811&quot;:4537,&quot;26407&quot;:4538,&quot;28711&quot;:4539,&quot;29903&quot;:4540,&quot;31840&quot;:4541,&quot;63812&quot;:4541,&quot;32894&quot;:4542,&quot;63813&quot;:4542,&quot;20769&quot;:4543,&quot;28712&quot;:4544,&quot;29282&quot;:4545,&quot;63814&quot;:4545,&quot;30922&quot;:4546,&quot;63815&quot;:4546,&quot;36034&quot;:4547,&quot;63816&quot;:4547,&quot;36058&quot;:4548,&quot;36084&quot;:4549,&quot;38647&quot;:4550,&quot;63817&quot;:4550,&quot;20102&quot;:4551,&quot;63930&quot;:4551,&quot;20698&quot;:4552,&quot;63931&quot;:4552,&quot;23534&quot;:4553,&quot;63932&quot;:4553,&quot;24278&quot;:4554,&quot;26009&quot;:4555,&quot;63934&quot;:4555,&quot;29134&quot;:4556,&quot;63936&quot;:4556,&quot;30274&quot;:4557,&quot;63937&quot;:4557,&quot;30637&quot;:4558,&quot;32842&quot;:4559,&quot;34044&quot;:4560,&quot;63938&quot;:4560,&quot;36988&quot;:4561,&quot;63939&quot;:4561,&quot;39719&quot;:4562,&quot;12243&quot;:4563,&quot;40845&quot;:4563,&quot;63940&quot;:4563,&quot;22744&quot;:4564,&quot;63818&quot;:4564,&quot;23105&quot;:4565,&quot;23650&quot;:4566,&quot;63819&quot;:4566,&quot;27155&quot;:4567,&quot;63820&quot;:4567,&quot;28122&quot;:4568,&quot;63821&quot;:4568,&quot;28431&quot;:4569,&quot;63822&quot;:4569,&quot;30267&quot;:4570,&quot;32047&quot;:4571,&quot;63823&quot;:4571,&quot;32311&quot;:4572,&quot;63824&quot;:4572,&quot;34078&quot;:4573,&quot;35128&quot;:4574,&quot;37860&quot;:4575,&quot;38475&quot;:4576,&quot;63825&quot;:4576,&quot;21129&quot;:4577,&quot;63943&quot;:4577,&quot;26066&quot;:4578,&quot;26611&quot;:4579,&quot;63945&quot;:4579,&quot;27060&quot;:4580,&quot;27969&quot;:4581,&quot;63946&quot;:4581,&quot;28316&quot;:4582,&quot;63947&quot;:4582,&quot;28687&quot;:4583,&quot;29705&quot;:4584,&quot;63948&quot;:4584,&quot;29792&quot;:4585,&quot;30041&quot;:4586,&quot;63949&quot;:4586,&quot;30244&quot;:4587,&quot;30827&quot;:4588,&quot;63950&quot;:4588,&quot;35628&quot;:4589,&quot;39006&quot;:4590,&quot;63952&quot;:4590,&quot;20845&quot;:4591,&quot;63953&quot;:4591,&quot;25134&quot;:4592,&quot;63954&quot;:4592,&quot;38520&quot;:4593,&quot;63955&quot;:4593,&quot;20374&quot;:4594,&quot;20523&quot;:4595,&quot;63956&quot;:4595,&quot;23833&quot;:4596,&quot;63957&quot;:4596,&quot;28138&quot;:4597,&quot;63958&quot;:4597,&quot;32184&quot;:4598,&quot;36650&quot;:4599,&quot;63959&quot;:4599,&quot;24459&quot;:4600,&quot;63960&quot;:4600,&quot;24900&quot;:4601,&quot;63961&quot;:4601,&quot;26647&quot;:4602,&quot;63962&quot;:4602,&quot;38534&quot;:4603,&quot;63964&quot;:4603,&quot;21202&quot;:4604,&quot;63826&quot;:4604,&quot;32907&quot;:4605,&quot;63827&quot;:4605,&quot;20956&quot;:4606,&quot;63828&quot;:4606,&quot;20940&quot;:4607,&quot;63829&quot;:4607,&quot;26974&quot;:4608,&quot;31260&quot;:4609,&quot;63830&quot;:4609,&quot;32190&quot;:4610,&quot;63831&quot;:4610,&quot;33777&quot;:4611,&quot;63832&quot;:4611,&quot;38517&quot;:4612,&quot;63833&quot;:4612,&quot;20442&quot;:4613,&quot;21033&quot;:4614,&quot;63965&quot;:4614,&quot;21400&quot;:4615,&quot;21519&quot;:4616,&quot;63966&quot;:4616,&quot;21774&quot;:4617,&quot;23653&quot;:4618,&quot;63967&quot;:4618,&quot;24743&quot;:4619,&quot;26446&quot;:4620,&quot;63969&quot;:4620,&quot;26792&quot;:4621,&quot;63970&quot;:4621,&quot;28012&quot;:4622,&quot;29313&quot;:4623,&quot;29432&quot;:4624,&quot;29702&quot;:4625,&quot;63972&quot;:4625,&quot;29827&quot;:4626,&quot;30178&quot;:4627,&quot;63973&quot;:4627,&quot;31852&quot;:4628,&quot;32633&quot;:4629,&quot;63974&quot;:4629,&quot;32696&quot;:4630,&quot;33673&quot;:4631,&quot;35023&quot;:4632,&quot;63975&quot;:4632,&quot;35041&quot;:4633,&quot;63976&quot;:4633,&quot;12197&quot;:4634,&quot;37324&quot;:4634,&quot;63977&quot;:4634,&quot;37328&quot;:4635,&quot;38626&quot;:4636,&quot;63978&quot;:4636,&quot;39881&quot;:4637,&quot;21533&quot;:4638,&quot;63981&quot;:4638,&quot;28542&quot;:4639,&quot;29136&quot;:4640,&quot;63982&quot;:4640,&quot;29848&quot;:4641,&quot;63983&quot;:4641,&quot;34298&quot;:4642,&quot;63984&quot;:4642,&quot;36522&quot;:4643,&quot;38563&quot;:4644,&quot;63985&quot;:4644,&quot;40023&quot;:4645,&quot;63986&quot;:4645,&quot;40607&quot;:4646,&quot;63987&quot;:4646,&quot;26519&quot;:4647,&quot;63988&quot;:4647,&quot;28107&quot;:4648,&quot;63989&quot;:4648,&quot;29747&quot;:4649,&quot;33256&quot;:4650,&quot;63990&quot;:4650,&quot;38678&quot;:4651,&quot;30764&quot;:4652,&quot;12148&quot;:4653,&quot;31435&quot;:4653,&quot;63991&quot;:4653,&quot;31520&quot;:4654,&quot;63992&quot;:4654,&quot;31890&quot;:4655,&quot;63993&quot;:4655,&quot;25705&quot;:4656,&quot;29802&quot;:4657,&quot;30194&quot;:4658,&quot;30908&quot;:4659,&quot;30952&quot;:4660,&quot;12218&quot;:4661,&quot;39340&quot;:4661,&quot;39764&quot;:4662,&quot;12231&quot;:4663,&quot;40635&quot;:4663,&quot;23518&quot;:4664,&quot;24149&quot;:4665,&quot;28448&quot;:4666,&quot;33180&quot;:4667,&quot;33707&quot;:4668,&quot;37000&quot;:4669,&quot;19975&quot;:4670,&quot;21325&quot;:4671,&quot;23081&quot;:4672,&quot;24018&quot;:4673,&quot;24398&quot;:4674,&quot;24930&quot;:4675,&quot;25405&quot;:4676,&quot;26217&quot;:4677,&quot;26364&quot;:4678,&quot;28415&quot;:4679,&quot;28459&quot;:4680,&quot;28771&quot;:4681,&quot;30622&quot;:4682,&quot;33836&quot;:4683,&quot;34067&quot;:4684,&quot;34875&quot;:4685,&quot;36627&quot;:4686,&quot;39237&quot;:4687,&quot;39995&quot;:4688,&quot;21788&quot;:4689,&quot;25273&quot;:4690,&quot;26411&quot;:4691,&quot;27819&quot;:4692,&quot;33545&quot;:4693,&quot;35178&quot;:4694,&quot;38778&quot;:4695,&quot;20129&quot;:4696,&quot;22916&quot;:4697,&quot;24536&quot;:4698,&quot;24537&quot;:4699,&quot;26395&quot;:4700,&quot;32178&quot;:4701,&quot;32596&quot;:4702,&quot;33426&quot;:4703,&quot;33579&quot;:4704,&quot;33725&quot;:4705,&quot;36638&quot;:4706,&quot;37017&quot;:4707,&quot;22475&quot;:4708,&quot;22969&quot;:4709,&quot;23186&quot;:4710,&quot;23504&quot;:4711,&quot;26151&quot;:4712,&quot;26522&quot;:4713,&quot;26757&quot;:4714,&quot;27599&quot;:4715,&quot;29028&quot;:4716,&quot;32629&quot;:4717,&quot;36023&quot;:4718,&quot;36067&quot;:4719,&quot;36993&quot;:4720,&quot;39749&quot;:4721,&quot;33032&quot;:4722,&quot;35978&quot;:4723,&quot;38476&quot;:4724,&quot;39488&quot;:4725,&quot;12230&quot;:4726,&quot;40613&quot;:4726,&quot;23391&quot;:4727,&quot;27667&quot;:4728,&quot;29467&quot;:4729,&quot;30450&quot;:4730,&quot;30431&quot;:4731,&quot;33804&quot;:4732,&quot;20906&quot;:4733,&quot;35219&quot;:4734,&quot;20813&quot;:4735,&quot;20885&quot;:4736,&quot;21193&quot;:4737,&quot;26825&quot;:4738,&quot;27796&quot;:4739,&quot;30468&quot;:4740,&quot;30496&quot;:4741,&quot;32191&quot;:4742,&quot;32236&quot;:4743,&quot;12207&quot;:4744,&quot;38754&quot;:4744,&quot;40629&quot;:4745,&quot;28357&quot;:4746,&quot;34065&quot;:4747,&quot;20901&quot;:4748,&quot;21517&quot;:4749,&quot;21629&quot;:4750,&quot;26126&quot;:4751,&quot;26269&quot;:4752,&quot;26919&quot;:4753,&quot;28319&quot;:4754,&quot;12139&quot;:4755,&quot;30399&quot;:4755,&quot;30609&quot;:4756,&quot;33559&quot;:4757,&quot;33986&quot;:4758,&quot;34719&quot;:4759,&quot;37225&quot;:4760,&quot;37528&quot;:4761,&quot;40180&quot;:4762,&quot;34946&quot;:4763,&quot;20398&quot;:4764,&quot;20882&quot;:4765,&quot;21215&quot;:4766,&quot;22982&quot;:4767,&quot;24125&quot;:4768,&quot;24917&quot;:4769,&quot;25720&quot;:4770,&quot;25721&quot;:4771,&quot;26286&quot;:4772,&quot;26576&quot;:4773,&quot;27169&quot;:4774,&quot;27597&quot;:4775,&quot;12113&quot;:4776,&quot;27611&quot;:4776,&quot;29279&quot;:4777,&quot;29281&quot;:4778,&quot;29761&quot;:4779,&quot;30520&quot;:4780,&quot;12141&quot;:4781,&quot;30683&quot;:4781,&quot;32791&quot;:4782,&quot;33468&quot;:4783,&quot;33541&quot;:4784,&quot;35584&quot;:4785,&quot;35624&quot;:4786,&quot;35980&quot;:4787,&quot;12106&quot;:4788,&quot;26408&quot;:4788,&quot;27792&quot;:4789,&quot;29287&quot;:4790,&quot;12140&quot;:4791,&quot;30446&quot;:4791,&quot;30566&quot;:4792,&quot;31302&quot;:4793,&quot;40361&quot;:4794,&quot;27519&quot;:4795,&quot;27794&quot;:4796,&quot;22818&quot;:4797,&quot;26406&quot;:4798,&quot;33945&quot;:4799,&quot;21359&quot;:4800,&quot;22675&quot;:4801,&quot;22937&quot;:4802,&quot;24287&quot;:4803,&quot;25551&quot;:4804,&quot;26164&quot;:4805,&quot;26483&quot;:4806,&quot;28218&quot;:4807,&quot;29483&quot;:4808,&quot;31447&quot;:4809,&quot;33495&quot;:4810,&quot;37672&quot;:4811,&quot;21209&quot;:4812,&quot;24043&quot;:4813,&quot;25006&quot;:4814,&quot;25035&quot;:4815,&quot;25098&quot;:4816,&quot;25287&quot;:4817,&quot;25771&quot;:4818,&quot;12102&quot;:4819,&quot;26080&quot;:4819,&quot;26969&quot;:4820,&quot;27494&quot;:4821,&quot;12111&quot;:4822,&quot;27595&quot;:4822,&quot;28961&quot;:4823,&quot;29687&quot;:4824,&quot;30045&quot;:4825,&quot;32326&quot;:4826,&quot;33310&quot;:4827,&quot;33538&quot;:4828,&quot;34154&quot;:4829,&quot;35491&quot;:4830,&quot;36031&quot;:4831,&quot;38695&quot;:4832,&quot;40289&quot;:4833,&quot;22696&quot;:4834,&quot;40664&quot;:4835,&quot;20497&quot;:4836,&quot;21006&quot;:4837,&quot;21563&quot;:4838,&quot;21839&quot;:4839,&quot;12098&quot;:4840,&quot;25991&quot;:4840,&quot;27766&quot;:4841,&quot;32010&quot;:4842,&quot;32011&quot;:4843,&quot;32862&quot;:4844,&quot;34442&quot;:4845,&quot;12200&quot;:4846,&quot;38272&quot;:4846,&quot;38639&quot;:4847,&quot;21247&quot;:4848,&quot;27797&quot;:4849,&quot;29289&quot;:4850,&quot;21619&quot;:4851,&quot;23194&quot;:4852,&quot;23614&quot;:4853,&quot;23883&quot;:4854,&quot;24396&quot;:4855,&quot;24494&quot;:4856,&quot;26410&quot;:4857,&quot;26806&quot;:4858,&quot;26979&quot;:4859,&quot;28220&quot;:4860,&quot;28228&quot;:4861,&quot;30473&quot;:4862,&quot;12150&quot;:4863,&quot;31859&quot;:4863,&quot;32654&quot;:4864,&quot;34183&quot;:4865,&quot;35598&quot;:4866,&quot;36855&quot;:4867,&quot;38753&quot;:4868,&quot;40692&quot;:4869,&quot;23735&quot;:4870,&quot;24758&quot;:4871,&quot;24845&quot;:4872,&quot;25003&quot;:4873,&quot;25935&quot;:4874,&quot;26107&quot;:4875,&quot;26108&quot;:4876,&quot;27665&quot;:4877,&quot;27887&quot;:4878,&quot;29599&quot;:4879,&quot;29641&quot;:4880,&quot;32225&quot;:4881,&quot;38292&quot;:4882,&quot;23494&quot;:4883,&quot;34588&quot;:4884,&quot;35600&quot;:4885,&quot;21085&quot;:4886,&quot;21338&quot;:4887,&quot;25293&quot;:4888,&quot;25615&quot;:4889,&quot;25778&quot;:4890,&quot;26420&quot;:4891,&quot;27192&quot;:4892,&quot;27850&quot;:4893,&quot;29632&quot;:4894,&quot;29854&quot;:4895,&quot;31636&quot;:4896,&quot;31893&quot;:4897,&quot;32283&quot;:4898,&quot;33162&quot;:4899,&quot;33334&quot;:4900,&quot;34180&quot;:4901,&quot;36843&quot;:4902,&quot;38649&quot;:4903,&quot;39361&quot;:4904,&quot;20276&quot;:4905,&quot;21322&quot;:4906,&quot;21453&quot;:4907,&quot;21467&quot;:4908,&quot;25292&quot;:4909,&quot;25644&quot;:4910,&quot;25856&quot;:4911,&quot;26001&quot;:4912,&quot;27075&quot;:4913,&quot;27886&quot;:4914,&quot;28504&quot;:4915,&quot;29677&quot;:4916,&quot;30036&quot;:4917,&quot;30242&quot;:4918,&quot;30436&quot;:4919,&quot;30460&quot;:4920,&quot;30928&quot;:4921,&quot;30971&quot;:4922,&quot;63844&quot;:4922,&quot;31020&quot;:4923,&quot;32070&quot;:4924,&quot;33324&quot;:4925,&quot;34784&quot;:4926,&quot;36820&quot;:4927,&quot;38930&quot;:4928,&quot;39151&quot;:4929,&quot;21187&quot;:4930,&quot;25300&quot;:4931,&quot;25765&quot;:4932,&quot;28196&quot;:4933,&quot;28497&quot;:4934,&quot;30332&quot;:4935,&quot;36299&quot;:4936,&quot;37297&quot;:4937,&quot;37474&quot;:4938,&quot;39662&quot;:4939,&quot;39747&quot;:4940,&quot;20515&quot;:4941,&quot;20621&quot;:4942,&quot;22346&quot;:4943,&quot;22952&quot;:4944,&quot;23592&quot;:4945,&quot;24135&quot;:4946,&quot;24439&quot;:4947,&quot;25151&quot;:4948,&quot;25918&quot;:4949,&quot;12101&quot;:4950,&quot;26041&quot;:4950,&quot;26049&quot;:4951,&quot;26121&quot;:4952,&quot;26507&quot;:4953,&quot;27036&quot;:4954,&quot;28354&quot;:4955,&quot;30917&quot;:4956,&quot;32033&quot;:4957,&quot;32938&quot;:4958,&quot;33152&quot;:4959,&quot;33323&quot;:4960,&quot;33459&quot;:4961,&quot;33953&quot;:4962,&quot;34444&quot;:4963,&quot;35370&quot;:4964,&quot;35607&quot;:4965,&quot;37030&quot;:4966,&quot;38450&quot;:4967,&quot;40848&quot;:4968,&quot;20493&quot;:4969,&quot;20467&quot;:4970,&quot;22521&quot;:4971,&quot;24472&quot;:4972,&quot;25308&quot;:4973,&quot;25490&quot;:4974,&quot;26479&quot;:4975,&quot;28227&quot;:4976,&quot;28953&quot;:4977,&quot;30403&quot;:4978,&quot;32972&quot;:4979,&quot;32986&quot;:4980,&quot;35060&quot;:4981,&quot;35061&quot;:4982,&quot;35097&quot;:4983,&quot;36064&quot;:4984,&quot;36649&quot;:4985,&quot;37197&quot;:4986,&quot;38506&quot;:4987,&quot;20271&quot;:4988,&quot;20336&quot;:4989,&quot;24091&quot;:4990,&quot;26575&quot;:4991,&quot;26658&quot;:4992,&quot;12137&quot;:4993,&quot;30333&quot;:4993,&quot;30334&quot;:4994,&quot;39748&quot;:4995,&quot;24161&quot;:4996,&quot;27146&quot;:4997,&quot;29033&quot;:4998,&quot;29140&quot;:4999,&quot;30058&quot;:5000,&quot;32321&quot;:5001,&quot;34115&quot;:5002,&quot;34281&quot;:5003,&quot;39132&quot;:5004,&quot;20240&quot;:5005,&quot;31567&quot;:5006,&quot;32624&quot;:5007,&quot;38309&quot;:5008,&quot;20961&quot;:5009,&quot;24070&quot;:5010,&quot;26805&quot;:5011,&quot;27710&quot;:5012,&quot;27726&quot;:5013,&quot;27867&quot;:5014,&quot;29359&quot;:5015,&quot;31684&quot;:5016,&quot;33539&quot;:5017,&quot;27861&quot;:5018,&quot;29754&quot;:5019,&quot;20731&quot;:5020,&quot;21128&quot;:5021,&quot;22721&quot;:5022,&quot;25816&quot;:5023,&quot;27287&quot;:5024,&quot;29863&quot;:5025,&quot;30294&quot;:5026,&quot;30887&quot;:5027,&quot;34327&quot;:5028,&quot;38370&quot;:5029,&quot;38713&quot;:5030,&quot;21342&quot;:5031,&quot;24321&quot;:5032,&quot;35722&quot;:5033,&quot;36776&quot;:5034,&quot;36783&quot;:5035,&quot;37002&quot;:5036,&quot;21029&quot;:5037,&quot;30629&quot;:5038,&quot;40009&quot;:5039,&quot;40712&quot;:5040,&quot;19993&quot;:5041,&quot;20482&quot;:5042,&quot;20853&quot;:5043,&quot;23643&quot;:5044,&quot;24183&quot;:5045,&quot;26142&quot;:5046,&quot;26170&quot;:5047,&quot;26564&quot;:5048,&quot;26821&quot;:5049,&quot;28851&quot;:5050,&quot;29953&quot;:5051,&quot;30149&quot;:5052,&quot;31177&quot;:5053,&quot;31453&quot;:5054,&quot;36647&quot;:5055,&quot;39200&quot;:5056,&quot;39432&quot;:5057,&quot;20445&quot;:5058,&quot;22561&quot;:5059,&quot;22577&quot;:5060,&quot;23542&quot;:5061,&quot;26222&quot;:5062,&quot;27493&quot;:5063,&quot;27921&quot;:5064,&quot;28282&quot;:5065,&quot;28541&quot;:5066,&quot;29668&quot;:5067,&quot;29995&quot;:5068,&quot;33769&quot;:5069,&quot;35036&quot;:5070,&quot;35091&quot;:5071,&quot;35676&quot;:5072,&quot;36628&quot;:5073,&quot;20239&quot;:5074,&quot;20693&quot;:5075,&quot;21264&quot;:5076,&quot;12056&quot;:5077,&quot;21340&quot;:5077,&quot;23443&quot;:5078,&quot;24489&quot;:5079,&quot;63846&quot;:5079,&quot;26381&quot;:5080,&quot;31119&quot;:5081,&quot;33145&quot;:5082,&quot;33583&quot;:5083,&quot;34068&quot;:5084,&quot;35079&quot;:5085,&quot;35206&quot;:5086,&quot;36665&quot;:5087,&quot;36667&quot;:5088,&quot;64007&quot;:5088,&quot;39333&quot;:5089,&quot;39954&quot;:5090,&quot;26412&quot;:5091,&quot;20086&quot;:5092,&quot;20472&quot;:5093,&quot;22857&quot;:5094,&quot;23553&quot;:5095,&quot;23791&quot;:5096,&quot;23792&quot;:5097,&quot;25447&quot;:5098,&quot;26834&quot;:5099,&quot;28925&quot;:5100,&quot;29090&quot;:5101,&quot;29739&quot;:5102,&quot;32299&quot;:5103,&quot;34028&quot;:5104,&quot;34562&quot;:5105,&quot;36898&quot;:5106,&quot;37586&quot;:5107,&quot;40179&quot;:5108,&quot;19981&quot;:5109,&quot;63847&quot;:5109,&quot;20184&quot;:5110,&quot;20463&quot;:5111,&quot;20613&quot;:5112,&quot;21078&quot;:5113,&quot;21103&quot;:5114,&quot;21542&quot;:5115,&quot;21648&quot;:5116,&quot;22496&quot;:5117,&quot;22827&quot;:5118,&quot;23142&quot;:5119,&quot;23386&quot;:5120,&quot;23413&quot;:5121,&quot;23500&quot;:5122,&quot;24220&quot;:5123,&quot;25206&quot;:5124,&quot;25975&quot;:5125,&quot;26023&quot;:5126,&quot;28014&quot;:5127,&quot;28325&quot;:5128,&quot;12119&quot;:5129,&quot;29238&quot;:5129,&quot;31526&quot;:5130,&quot;31807&quot;:5131,&quot;12152&quot;:5132,&quot;32566&quot;:5132,&quot;33104&quot;:5133,&quot;33105&quot;:5134,&quot;33178&quot;:5135,&quot;33344&quot;:5136,&quot;33433&quot;:5137,&quot;33705&quot;:5138,&quot;35331&quot;:5139,&quot;36000&quot;:5140,&quot;36070&quot;:5141,&quot;36091&quot;:5142,&quot;36212&quot;:5143,&quot;36282&quot;:5144,&quot;37096&quot;:5145,&quot;37340&quot;:5146,&quot;12201&quot;:5147,&quot;38428&quot;:5147,&quot;38468&quot;:5148,&quot;39385&quot;:5149,&quot;40167&quot;:5150,&quot;21271&quot;:5151,&quot;63843&quot;:5151,&quot;20998&quot;:5152,&quot;21545&quot;:5153,&quot;22132&quot;:5154,&quot;22707&quot;:5155,&quot;22868&quot;:5156,&quot;22894&quot;:5157,&quot;24575&quot;:5158,&quot;24996&quot;:5159,&quot;25198&quot;:5160,&quot;26128&quot;:5161,&quot;27774&quot;:5162,&quot;28954&quot;:5163,&quot;30406&quot;:5164,&quot;31881&quot;:5165,&quot;31966&quot;:5166,&quot;32027&quot;:5167,&quot;33452&quot;:5168,&quot;36033&quot;:5169,&quot;38640&quot;:5170,&quot;20315&quot;:5171,&quot;24343&quot;:5172,&quot;24447&quot;:5173,&quot;25282&quot;:5174,&quot;23849&quot;:5175,&quot;26379&quot;:5176,&quot;26842&quot;:5177,&quot;30844&quot;:5178,&quot;32323&quot;:5179,&quot;40300&quot;:5180,&quot;19989&quot;:5181,&quot;20633&quot;:5182,&quot;12052&quot;:5183,&quot;21269&quot;:5183,&quot;21290&quot;:5184,&quot;21329&quot;:5185,&quot;22915&quot;:5186,&quot;23138&quot;:5187,&quot;24199&quot;:5188,&quot;24754&quot;:5189,&quot;24970&quot;:5190,&quot;25161&quot;:5191,&quot;25209&quot;:5192,&quot;26000&quot;:5193,&quot;26503&quot;:5194,&quot;27047&quot;:5195,&quot;12112&quot;:5196,&quot;27604&quot;:5196,&quot;27606&quot;:5197,&quot;27607&quot;:5198,&quot;27608&quot;:5199,&quot;27832&quot;:5200,&quot;29749&quot;:5201,&quot;30202&quot;:5202,&quot;30738&quot;:5203,&quot;30865&quot;:5204,&quot;31189&quot;:5205,&quot;31192&quot;:5206,&quot;31875&quot;:5207,&quot;32203&quot;:5208,&quot;32737&quot;:5209,&quot;32933&quot;:5210,&quot;33086&quot;:5211,&quot;33218&quot;:5212,&quot;33778&quot;:5213,&quot;34586&quot;:5214,&quot;35048&quot;:5215,&quot;35513&quot;:5216,&quot;35692&quot;:5217,&quot;36027&quot;:5218,&quot;37145&quot;:5219,&quot;12206&quot;:5220,&quot;38750&quot;:5220,&quot;12214&quot;:5221,&quot;39131&quot;:5221,&quot;12240&quot;:5222,&quot;40763&quot;:5222,&quot;22188&quot;:5223,&quot;23338&quot;:5224,&quot;24428&quot;:5225,&quot;25996&quot;:5226,&quot;27315&quot;:5227,&quot;27567&quot;:5228,&quot;27996&quot;:5229,&quot;28657&quot;:5230,&quot;28693&quot;:5231,&quot;29277&quot;:5232,&quot;29613&quot;:5233,&quot;36007&quot;:5234,&quot;36051&quot;:5235,&quot;38971&quot;:5236,&quot;24977&quot;:5237,&quot;27703&quot;:5238,&quot;32856&quot;:5239,&quot;39425&quot;:5240,&quot;20045&quot;:5241,&quot;20107&quot;:5242,&quot;20123&quot;:5243,&quot;20181&quot;:5244,&quot;20282&quot;:5245,&quot;20284&quot;:5246,&quot;20351&quot;:5247,&quot;20447&quot;:5248,&quot;20735&quot;:5249,&quot;21490&quot;:5250,&quot;21496&quot;:5251,&quot;21766&quot;:5252,&quot;21987&quot;:5253,&quot;22235&quot;:5254,&quot;12064&quot;:5255,&quot;22763&quot;:5255,&quot;22882&quot;:5256,&quot;23057&quot;:5257,&quot;23531&quot;:5258,&quot;23546&quot;:5259,&quot;23556&quot;:5260,&quot;24051&quot;:5261,&quot;24107&quot;:5262,&quot;24473&quot;:5263,&quot;24605&quot;:5264,&quot;25448&quot;:5265,&quot;26012&quot;:5266,&quot;26031&quot;:5267,&quot;26614&quot;:5268,&quot;26619&quot;:5269,&quot;26797&quot;:5270,&quot;27515&quot;:5271,&quot;27801&quot;:5272,&quot;27863&quot;:5273,&quot;28195&quot;:5274,&quot;28681&quot;:5275,&quot;29509&quot;:5276,&quot;30722&quot;:5277,&quot;31038&quot;:5278,&quot;31040&quot;:5279,&quot;31072&quot;:5280,&quot;31169&quot;:5281,&quot;31721&quot;:5282,&quot;32023&quot;:5283,&quot;32114&quot;:5284,&quot;32902&quot;:5285,&quot;33293&quot;:5286,&quot;33678&quot;:5287,&quot;34001&quot;:5288,&quot;34503&quot;:5289,&quot;35039&quot;:5290,&quot;35408&quot;:5291,&quot;35422&quot;:5292,&quot;35613&quot;:5293,&quot;36060&quot;:5294,&quot;36198&quot;:5295,&quot;36781&quot;:5296,&quot;37034&quot;:5297,&quot;39164&quot;:5298,&quot;39391&quot;:5299,&quot;40605&quot;:5300,&quot;21066&quot;:5301,&quot;26388&quot;:5302,&quot;20632&quot;:5303,&quot;21034&quot;:5304,&quot;12077&quot;:5305,&quot;23665&quot;:5305,&quot;25955&quot;:5306,&quot;27733&quot;:5307,&quot;29642&quot;:5308,&quot;29987&quot;:5309,&quot;30109&quot;:5310,&quot;31639&quot;:5311,&quot;33948&quot;:5312,&quot;37240&quot;:5313,&quot;38704&quot;:5314,&quot;20087&quot;:5315,&quot;25746&quot;:5316,&quot;27578&quot;:5317,&quot;63856&quot;:5317,&quot;29022&quot;:5318,&quot;34217&quot;:5319,&quot;19977&quot;:5320,&quot;26441&quot;:5321,&quot;26862&quot;:5322,&quot;28183&quot;:5323,&quot;33439&quot;:5324,&quot;34072&quot;:5325,&quot;34923&quot;:5326,&quot;25591&quot;:5327,&quot;28545&quot;:5328,&quot;37394&quot;:5329,&quot;39087&quot;:5330,&quot;19978&quot;:5331,&quot;20663&quot;:5332,&quot;20687&quot;:5333,&quot;20767&quot;:5334,&quot;21830&quot;:5335,&quot;21930&quot;:5336,&quot;22039&quot;:5337,&quot;23360&quot;:5338,&quot;23577&quot;:5339,&quot;23776&quot;:5340,&quot;24120&quot;:5341,&quot;24202&quot;:5342,&quot;24224&quot;:5343,&quot;24258&quot;:5344,&quot;24819&quot;:5345,&quot;26705&quot;:5346,&quot;27233&quot;:5347,&quot;28248&quot;:5348,&quot;29245&quot;:5349,&quot;29248&quot;:5350,&quot;29376&quot;:5351,&quot;63994&quot;:5351,&quot;30456&quot;:5352,&quot;31077&quot;:5353,&quot;31665&quot;:5354,&quot;32724&quot;:5355,&quot;35059&quot;:5356,&quot;35316&quot;:5357,&quot;35443&quot;:5358,&quot;35937&quot;:5359,&quot;36062&quot;:5360,&quot;38684&quot;:5361,&quot;22622&quot;:5362,&quot;63852&quot;:5362,&quot;29885&quot;:5363,&quot;36093&quot;:5364,&quot;21959&quot;:5365,&quot;31329&quot;:5366,&quot;32034&quot;:5367,&quot;63850&quot;:5367,&quot;12170&quot;:5368,&quot;33394&quot;:5368,&quot;29298&quot;:5369,&quot;12131&quot;:5370,&quot;29983&quot;:5370,&quot;29989&quot;:5371,&quot;31513&quot;:5372,&quot;22661&quot;:5373,&quot;22779&quot;:5374,&quot;23996&quot;:5375,&quot;24207&quot;:5376,&quot;24246&quot;:5377,&quot;24464&quot;:5378,&quot;24661&quot;:5379,&quot;25234&quot;:5380,&quot;25471&quot;:5381,&quot;25933&quot;:5382,&quot;26257&quot;:5383,&quot;26329&quot;:5384,&quot;26360&quot;:5385,&quot;26646&quot;:5386,&quot;26866&quot;:5387,&quot;29312&quot;:5388,&quot;29790&quot;:5389,&quot;31598&quot;:5390,&quot;32110&quot;:5391,&quot;32214&quot;:5392,&quot;32626&quot;:5393,&quot;32997&quot;:5394,&quot;33298&quot;:5395,&quot;34223&quot;:5396,&quot;35199&quot;:5397,&quot;35475&quot;:5398,&quot;36893&quot;:5399,&quot;37604&quot;:5400,&quot;12233&quot;:5401,&quot;40653&quot;:5401,&quot;12239&quot;:5402,&quot;40736&quot;:5402,&quot;12067&quot;:5403,&quot;22805&quot;:5403,&quot;22893&quot;:5404,&quot;24109&quot;:5405,&quot;24796&quot;:5406,&quot;26132&quot;:5407,&quot;26227&quot;:5408,&quot;26512&quot;:5409,&quot;27728&quot;:5410,&quot;28101&quot;:5411,&quot;28511&quot;:5412,&quot;12143&quot;:5413,&quot;30707&quot;:5413,&quot;30889&quot;:5414,&quot;33990&quot;:5415,&quot;37323&quot;:5416,&quot;37675&quot;:5417,&quot;20185&quot;:5418,&quot;20682&quot;:5419,&quot;20808&quot;:5420,&quot;21892&quot;:5421,&quot;23307&quot;:5422,&quot;23459&quot;:5423,&quot;25159&quot;:5424,&quot;25982&quot;:5425,&quot;26059&quot;:5426,&quot;28210&quot;:5427,&quot;29053&quot;:5428,&quot;29697&quot;:5429,&quot;29764&quot;:5430,&quot;29831&quot;:5431,&quot;29887&quot;:5432,&quot;30316&quot;:5433,&quot;31146&quot;:5434,&quot;32218&quot;:5435,&quot;32341&quot;:5436,&quot;32680&quot;:5437,&quot;33146&quot;:5438,&quot;33203&quot;:5439,&quot;33337&quot;:5440,&quot;34330&quot;:5441,&quot;34796&quot;:5442,&quot;35445&quot;:5443,&quot;36323&quot;:5444,&quot;36984&quot;:5445,&quot;37521&quot;:5446,&quot;37925&quot;:5447,&quot;39245&quot;:5448,&quot;39854&quot;:5449,&quot;21352&quot;:5450,&quot;23633&quot;:5451,&quot;26964&quot;:5452,&quot;27844&quot;:5453,&quot;27945&quot;:5454,&quot;28203&quot;:5455,&quot;12166&quot;:5456,&quot;33292&quot;:5456,&quot;34203&quot;:5457,&quot;35131&quot;:5458,&quot;35373&quot;:5459,&quot;35498&quot;:5460,&quot;63855&quot;:5460,&quot;63905&quot;:5460,&quot;38634&quot;:5461,&quot;40807&quot;:5462,&quot;21089&quot;:5463,&quot;26297&quot;:5464,&quot;27570&quot;:5465,&quot;32406&quot;:5466,&quot;34814&quot;:5467,&quot;36109&quot;:5468,&quot;38275&quot;:5469,&quot;38493&quot;:5470,&quot;25885&quot;:5471,&quot;28041&quot;:5472,&quot;29166&quot;:5473,&quot;22478&quot;:5474,&quot;22995&quot;:5475,&quot;23468&quot;:5476,&quot;24615&quot;:5477,&quot;24826&quot;:5478,&quot;25104&quot;:5479,&quot;26143&quot;:5480,&quot;26207&quot;:5481,&quot;29481&quot;:5482,&quot;29689&quot;:5483,&quot;30427&quot;:5484,&quot;30465&quot;:5485,&quot;63853&quot;:5485,&quot;31596&quot;:5486,&quot;32854&quot;:5487,&quot;32882&quot;:5488,&quot;33125&quot;:5489,&quot;35488&quot;:5490,&quot;37266&quot;:5491,&quot;19990&quot;:5492,&quot;21218&quot;:5493,&quot;27506&quot;:5494,&quot;27927&quot;:5495,&quot;31237&quot;:5496,&quot;31545&quot;:5497,&quot;32048&quot;:5498,&quot;36016&quot;:5499,&quot;21484&quot;:5500,&quot;22063&quot;:5501,&quot;22609&quot;:5502,&quot;23477&quot;:5503,&quot;12073&quot;:5504,&quot;23567&quot;:5504,&quot;23569&quot;:5505,&quot;24034&quot;:5506,&quot;25152&quot;:5507,&quot;25475&quot;:5508,&quot;25620&quot;:5509,&quot;26157&quot;:5510,&quot;26803&quot;:5511,&quot;27836&quot;:5512,&quot;28040&quot;:5513,&quot;28335&quot;:5514,&quot;28703&quot;:5515,&quot;28836&quot;:5516,&quot;29138&quot;:5517,&quot;29990&quot;:5518,&quot;30095&quot;:5519,&quot;30094&quot;:5520,&quot;30233&quot;:5521,&quot;31505&quot;:5522,&quot;31712&quot;:5523,&quot;31787&quot;:5524,&quot;32032&quot;:5525,&quot;32057&quot;:5526,&quot;34092&quot;:5527,&quot;34157&quot;:5528,&quot;34311&quot;:5529,&quot;35380&quot;:5530,&quot;36877&quot;:5531,&quot;36961&quot;:5532,&quot;37045&quot;:5533,&quot;37559&quot;:5534,&quot;38902&quot;:5535,&quot;39479&quot;:5536,&quot;20439&quot;:5537,&quot;23660&quot;:5538,&quot;26463&quot;:5539,&quot;28049&quot;:5540,&quot;31903&quot;:5541,&quot;32396&quot;:5542,&quot;35606&quot;:5543,&quot;36118&quot;:5544,&quot;36895&quot;:5545,&quot;23403&quot;:5546,&quot;24061&quot;:5547,&quot;25613&quot;:5548,&quot;33984&quot;:5549,&quot;36956&quot;:5550,&quot;39137&quot;:5551,&quot;29575&quot;:5552,&quot;63841&quot;:5552,&quot;63963&quot;:5552,&quot;23435&quot;:5553,&quot;24730&quot;:5554,&quot;26494&quot;:5555,&quot;28126&quot;:5556,&quot;35359&quot;:5557,&quot;35494&quot;:5558,&quot;36865&quot;:5559,&quot;38924&quot;:5560,&quot;21047&quot;:5561,&quot;28753&quot;:5562,&quot;30862&quot;:5563,&quot;37782&quot;:5564,&quot;34928&quot;:5565,&quot;37335&quot;:5566,&quot;20462&quot;:5567,&quot;21463&quot;:5568,&quot;22013&quot;:5569,&quot;22234&quot;:5570,&quot;22402&quot;:5571,&quot;22781&quot;:5572,&quot;23234&quot;:5573,&quot;23432&quot;:5574,&quot;23723&quot;:5575,&quot;23744&quot;:5576,&quot;24101&quot;:5577,&quot;24833&quot;:5578,&quot;25101&quot;:5579,&quot;12095&quot;:5580,&quot;25163&quot;:5580,&quot;25480&quot;:5581,&quot;25628&quot;:5582,&quot;25910&quot;:5583,&quot;25976&quot;:5584,&quot;63849&quot;:5584,&quot;27193&quot;:5585,&quot;27530&quot;:5586,&quot;12116&quot;:5587,&quot;27700&quot;:5587,&quot;27929&quot;:5588,&quot;28465&quot;:5589,&quot;29159&quot;:5590,&quot;29417&quot;:5591,&quot;29560&quot;:5592,&quot;29703&quot;:5593,&quot;29874&quot;:5594,&quot;30246&quot;:5595,&quot;30561&quot;:5596,&quot;31168&quot;:5597,&quot;31319&quot;:5598,&quot;31466&quot;:5599,&quot;31929&quot;:5600,&quot;32143&quot;:5601,&quot;32172&quot;:5602,&quot;32353&quot;:5603,&quot;32670&quot;:5604,&quot;33065&quot;:5605,&quot;33585&quot;:5606,&quot;33936&quot;:5607,&quot;34010&quot;:5608,&quot;34282&quot;:5609,&quot;34966&quot;:5610,&quot;35504&quot;:5611,&quot;35728&quot;:5612,&quot;36664&quot;:5613,&quot;36930&quot;:5614,&quot;36995&quot;:5615,&quot;37228&quot;:5616,&quot;37526&quot;:5617,&quot;37561&quot;:5618,&quot;38539&quot;:5619,&quot;38567&quot;:5620,&quot;38568&quot;:5621,&quot;38614&quot;:5622,&quot;38656&quot;:5623,&quot;38920&quot;:5624,&quot;12216&quot;:5625,&quot;39318&quot;:5625,&quot;39635&quot;:5626,&quot;39706&quot;:5627,&quot;21460&quot;:5628,&quot;22654&quot;:5629,&quot;22809&quot;:5630,&quot;23408&quot;:5631,&quot;23487&quot;:5632,&quot;28113&quot;:5633,&quot;28506&quot;:5634,&quot;29087&quot;:5635,&quot;29729&quot;:5636,&quot;29881&quot;:5637,&quot;32901&quot;:5638,&quot;33789&quot;:5639,&quot;24033&quot;:5640,&quot;24455&quot;:5641,&quot;24490&quot;:5642,&quot;24642&quot;:5643,&quot;26092&quot;:5644,&quot;26642&quot;:5645,&quot;26991&quot;:5646,&quot;27219&quot;:5647,&quot;27529&quot;:5648,&quot;27957&quot;:5649,&quot;28147&quot;:5650,&quot;29667&quot;:5651,&quot;30462&quot;:5652,&quot;30636&quot;:5653,&quot;31565&quot;:5654,&quot;32020&quot;:5655,&quot;33059&quot;:5656,&quot;33308&quot;:5657,&quot;33600&quot;:5658,&quot;34036&quot;:5659,&quot;34147&quot;:5660,&quot;35426&quot;:5661,&quot;35524&quot;:5662,&quot;37255&quot;:5663,&quot;37662&quot;:5664,&quot;38918&quot;:5665,&quot;39348&quot;:5666,&quot;25100&quot;:5667,&quot;34899&quot;:5668,&quot;36848&quot;:5669,&quot;37477&quot;:5670,&quot;23815&quot;:5671,&quot;23847&quot;:5672,&quot;23913&quot;:5673,&quot;29791&quot;:5674,&quot;33181&quot;:5675,&quot;34664&quot;:5676,&quot;28629&quot;:5677,&quot;25342&quot;:5678,&quot;63859&quot;:5678,&quot;32722&quot;:5679,&quot;35126&quot;:5680,&quot;35186&quot;:5681,&quot;19998&quot;:5682,&quot;20056&quot;:5683,&quot;20711&quot;:5684,&quot;21213&quot;:5685,&quot;21319&quot;:5686,&quot;25215&quot;:5687,&quot;26119&quot;:5688,&quot;32361&quot;:5689,&quot;34821&quot;:5690,&quot;38494&quot;:5691,&quot;20365&quot;:5692,&quot;21273&quot;:5693,&quot;22070&quot;:5694,&quot;22987&quot;:5695,&quot;23204&quot;:5696,&quot;12075&quot;:5697,&quot;23608&quot;:5697,&quot;23630&quot;:5698,&quot;23629&quot;:5699,&quot;24066&quot;:5700,&quot;24337&quot;:5701,&quot;24643&quot;:5702,&quot;26045&quot;:5703,&quot;26159&quot;:5704,&quot;26178&quot;:5705,&quot;26558&quot;:5706,&quot;26612&quot;:5707,&quot;29468&quot;:5708,&quot;12142&quot;:5709,&quot;30690&quot;:5709,&quot;12144&quot;:5710,&quot;31034&quot;:5710,&quot;32709&quot;:5711,&quot;33940&quot;:5712,&quot;33997&quot;:5713,&quot;35222&quot;:5714,&quot;35430&quot;:5715,&quot;35433&quot;:5716,&quot;35553&quot;:5717,&quot;12183&quot;:5718,&quot;35925&quot;:5718,&quot;35962&quot;:5719,&quot;22516&quot;:5720,&quot;23508&quot;:5721,&quot;24335&quot;:5722,&quot;24687&quot;:5723,&quot;25325&quot;:5724,&quot;26893&quot;:5725,&quot;27542&quot;:5726,&quot;28252&quot;:5727,&quot;29060&quot;:5728,&quot;31698&quot;:5729,&quot;34645&quot;:5730,&quot;35672&quot;:5731,&quot;63996&quot;:5731,&quot;36606&quot;:5732,&quot;12215&quot;:5733,&quot;39135&quot;:5733,&quot;39166&quot;:5734,&quot;20280&quot;:5735,&quot;20353&quot;:5736,&quot;20449&quot;:5737,&quot;21627&quot;:5738,&quot;23072&quot;:5739,&quot;23480&quot;:5740,&quot;24892&quot;:5741,&quot;26032&quot;:5742,&quot;26216&quot;:5743,&quot;29180&quot;:5744,&quot;30003&quot;:5745,&quot;31070&quot;:5746,&quot;32051&quot;:5747,&quot;33102&quot;:5748,&quot;12162&quot;:5749,&quot;33251&quot;:5749,&quot;33688&quot;:5750,&quot;34218&quot;:5751,&quot;34254&quot;:5752,&quot;34563&quot;:5753,&quot;35338&quot;:5754,&quot;12189&quot;:5755,&quot;36523&quot;:5755,&quot;12191&quot;:5756,&quot;36763&quot;:5756,&quot;36805&quot;:5757,&quot;22833&quot;:5758,&quot;23460&quot;:5759,&quot;23526&quot;:5760,&quot;24713&quot;:5761,&quot;23529&quot;:5762,&quot;23563&quot;:5763,&quot;12092&quot;:5764,&quot;24515&quot;:5764,&quot;27777&quot;:5765,&quot;28145&quot;:5766,&quot;28683&quot;:5767,&quot;29978&quot;:5768,&quot;33455&quot;:5769,&quot;35574&quot;:5770,&quot;20160&quot;:5771,&quot;63997&quot;:5771,&quot;12055&quot;:5772,&quot;21313&quot;:5772,&quot;38617&quot;:5773,&quot;12114&quot;:5774,&quot;27663&quot;:5774,&quot;20126&quot;:5775,&quot;20420&quot;:5776,&quot;20818&quot;:5777,&quot;21854&quot;:5778,&quot;23077&quot;:5779,&quot;23784&quot;:5780,&quot;25105&quot;:5781,&quot;12123&quot;:5782,&quot;29273&quot;:5782,&quot;33469&quot;:5783,&quot;33706&quot;:5784,&quot;34558&quot;:5785,&quot;34905&quot;:5786,&quot;35357&quot;:5787,&quot;38463&quot;:5788,&quot;38597&quot;:5789,&quot;39187&quot;:5790,&quot;40201&quot;:5791,&quot;40285&quot;:5792,&quot;22538&quot;:5793,&quot;23731&quot;:5794,&quot;23997&quot;:5795,&quot;24132&quot;:5796,&quot;24801&quot;:5797,&quot;63929&quot;:5797,&quot;24853&quot;:5798,&quot;25569&quot;:5799,&quot;27138&quot;:5800,&quot;63764&quot;:5800,&quot;63836&quot;:5800,&quot;63935&quot;:5800,&quot;28197&quot;:5801,&quot;37122&quot;:5802,&quot;37716&quot;:5803,&quot;38990&quot;:5804,&quot;39952&quot;:5805,&quot;40823&quot;:5806,&quot;23433&quot;:5807,&quot;23736&quot;:5808,&quot;25353&quot;:5809,&quot;26191&quot;:5810,&quot;26696&quot;:5811,&quot;30524&quot;:5812,&quot;38593&quot;:5813,&quot;38797&quot;:5814,&quot;38996&quot;:5815,&quot;39839&quot;:5816,&quot;26017&quot;:5817,&quot;35585&quot;:5818,&quot;36555&quot;:5819,&quot;38332&quot;:5820,&quot;21813&quot;:5821,&quot;23721&quot;:5822,&quot;24022&quot;:5823,&quot;24245&quot;:5824,&quot;26263&quot;:5825,&quot;30284&quot;:5826,&quot;33780&quot;:5827,&quot;38343&quot;:5828,&quot;22739&quot;:5829,&quot;25276&quot;:5830,&quot;29390&quot;:5831,&quot;40232&quot;:5832,&quot;20208&quot;:5833,&quot;22830&quot;:5834,&quot;24591&quot;:5835,&quot;26171&quot;:5836,&quot;27523&quot;:5837,&quot;31207&quot;:5838,&quot;40230&quot;:5839,&quot;21395&quot;:5840,&quot;21696&quot;:5841,&quot;22467&quot;:5842,&quot;23830&quot;:5843,&quot;24859&quot;:5844,&quot;26326&quot;:5845,&quot;28079&quot;:5846,&quot;30861&quot;:5847,&quot;33406&quot;:5848,&quot;38552&quot;:5849,&quot;38724&quot;:5850,&quot;21380&quot;:5851,&quot;25212&quot;:5852,&quot;25494&quot;:5853,&quot;28082&quot;:5854,&quot;32266&quot;:5855,&quot;33099&quot;:5856,&quot;38989&quot;:5857,&quot;27387&quot;:5858,&quot;32588&quot;:5859,&quot;40367&quot;:5860,&quot;40474&quot;:5861,&quot;20063&quot;:5862,&quot;20539&quot;:5863,&quot;20918&quot;:5864,&quot;22812&quot;:5865,&quot;24825&quot;:5866,&quot;25590&quot;:5867,&quot;26928&quot;:5868,&quot;29242&quot;:5869,&quot;32822&quot;:5870,&quot;37326&quot;:5871,&quot;24369&quot;:5872,&quot;32004&quot;:5873,&quot;33509&quot;:5874,&quot;63860&quot;:5874,&quot;33903&quot;:5875,&quot;33979&quot;:5876,&quot;34277&quot;:5877,&quot;36493&quot;:5878,&quot;20335&quot;:5879,&quot;22756&quot;:5880,&quot;23363&quot;:5881,&quot;24665&quot;:5882,&quot;25562&quot;:5883,&quot;25880&quot;:5884,&quot;25965&quot;:5885,&quot;26264&quot;:5886,&quot;26954&quot;:5887,&quot;27171&quot;:5888,&quot;27915&quot;:5889,&quot;28673&quot;:5890,&quot;29036&quot;:5891,&quot;30162&quot;:5892,&quot;30221&quot;:5893,&quot;31155&quot;:5894,&quot;31344&quot;:5895,&quot;12154&quot;:5896,&quot;32650&quot;:5896,&quot;35140&quot;:5897,&quot;35731&quot;:5898,&quot;37312&quot;:5899,&quot;38525&quot;:5900,&quot;39178&quot;:5901,&quot;22276&quot;:5902,&quot;24481&quot;:5903,&quot;26044&quot;:5904,&quot;28417&quot;:5905,&quot;30208&quot;:5906,&quot;31142&quot;:5907,&quot;35486&quot;:5908,&quot;39341&quot;:5909,&quot;12226&quot;:5910,&quot;39770&quot;:5910,&quot;40812&quot;:5911,&quot;20740&quot;:5912,&quot;25014&quot;:5913,&quot;25233&quot;:5914,&quot;27277&quot;:5915,&quot;33222&quot;:5916,&quot;20547&quot;:5917,&quot;22576&quot;:5918,&quot;24422&quot;:5919,&quot;28937&quot;:5920,&quot;12180&quot;:5921,&quot;35328&quot;:5921,&quot;35578&quot;:5922,&quot;23420&quot;:5923,&quot;34326&quot;:5924,&quot;20474&quot;:5925,&quot;20796&quot;:5926,&quot;22196&quot;:5927,&quot;22852&quot;:5928,&quot;25513&quot;:5929,&quot;28153&quot;:5930,&quot;23978&quot;:5931,&quot;26989&quot;:5932,&quot;20870&quot;:5933,&quot;20104&quot;:5934,&quot;20313&quot;:5935,&quot;22914&quot;:5936,&quot;27487&quot;:5937,&quot;27741&quot;:5938,&quot;29877&quot;:5939,&quot;30998&quot;:5940,&quot;33287&quot;:5941,&quot;33349&quot;:5942,&quot;33593&quot;:5943,&quot;36671&quot;:5944,&quot;36701&quot;:5945,&quot;39192&quot;:5946,&quot;20134&quot;:5947,&quot;22495&quot;:5948,&quot;24441&quot;:5949,&quot;26131&quot;:5950,&quot;63968&quot;:5950,&quot;30123&quot;:5951,&quot;32377&quot;:5952,&quot;35695&quot;:5953,&quot;36870&quot;:5954,&quot;39515&quot;:5955,&quot;22181&quot;:5956,&quot;22567&quot;:5957,&quot;23032&quot;:5958,&quot;23071&quot;:5959,&quot;23476&quot;:5960,&quot;24310&quot;:5961,&quot;25424&quot;:5962,&quot;25403&quot;:5963,&quot;26941&quot;:5964,&quot;27783&quot;:5965,&quot;27839&quot;:5966,&quot;28046&quot;:5967,&quot;28051&quot;:5968,&quot;28149&quot;:5969,&quot;28436&quot;:5970,&quot;28895&quot;:5971,&quot;28982&quot;:5972,&quot;29017&quot;:5973,&quot;29123&quot;:5974,&quot;29141&quot;:5975,&quot;30799&quot;:5976,&quot;30831&quot;:5977,&quot;31605&quot;:5978,&quot;32227&quot;:5979,&quot;32303&quot;:5980,&quot;34893&quot;:5981,&quot;36575&quot;:5982,&quot;37467&quot;:5983,&quot;40182&quot;:5984,&quot;24709&quot;:5985,&quot;28037&quot;:5986,&quot;29105&quot;:5987,&quot;38321&quot;:5988,&quot;21421&quot;:5989,&quot;26579&quot;:5990,&quot;28814&quot;:5991,&quot;28976&quot;:5992,&quot;29744&quot;:5993,&quot;33398&quot;:5994,&quot;33490&quot;:5995,&quot;38331&quot;:5996,&quot;39653&quot;:5997,&quot;40573&quot;:5998,&quot;26308&quot;:5999,&quot;29121&quot;:6000,&quot;33865&quot;:6001,&quot;63854&quot;:6001,&quot;22603&quot;:6002,&quot;23992&quot;:6003,&quot;24433&quot;:6004,&quot;26144&quot;:6005,&quot;26254&quot;:6006,&quot;27001&quot;:6007,&quot;27054&quot;:6008,&quot;27704&quot;:6009,&quot;27891&quot;:6010,&quot;28214&quot;:6011,&quot;28481&quot;:6012,&quot;28634&quot;:6013,&quot;28699&quot;:6014,&quot;28719&quot;:6015,&quot;29008&quot;:6016,&quot;29151&quot;:6017,&quot;29552&quot;:6018,&quot;29787&quot;:6019,&quot;29908&quot;:6020,&quot;30408&quot;:6021,&quot;31310&quot;:6022,&quot;32403&quot;:6023,&quot;33521&quot;:6024,&quot;35424&quot;:6025,&quot;36814&quot;:6026,&quot;37704&quot;:6027,&quot;38681&quot;:6028,&quot;20034&quot;:6029,&quot;20522&quot;:6030,&quot;21000&quot;:6031,&quot;21473&quot;:6032,&quot;26355&quot;:6033,&quot;27757&quot;:6034,&quot;28618&quot;:6035,&quot;29450&quot;:6036,&quot;30591&quot;:6037,&quot;31330&quot;:6038,&quot;33454&quot;:6039,&quot;34269&quot;:6040,&quot;34306&quot;:6041,&quot;35028&quot;:6042,&quot;35427&quot;:6043,&quot;35709&quot;:6044,&quot;35947&quot;:6045,&quot;37555&quot;:6046,&quot;38675&quot;:6047,&quot;38928&quot;:6048,&quot;20116&quot;:6049,&quot;20237&quot;:6050,&quot;20425&quot;:6051,&quot;20658&quot;:6052,&quot;21320&quot;:6053,&quot;21566&quot;:6054,&quot;21555&quot;:6055,&quot;21978&quot;:6056,&quot;22626&quot;:6057,&quot;22714&quot;:6058,&quot;22887&quot;:6059,&quot;23067&quot;:6060,&quot;23524&quot;:6061,&quot;24735&quot;:6062,&quot;25034&quot;:6063,&quot;25942&quot;:6064,&quot;26111&quot;:6065,&quot;26212&quot;:6066,&quot;26791&quot;:6067,&quot;27738&quot;:6068,&quot;28595&quot;:6069,&quot;28879&quot;:6070,&quot;29100&quot;:6071,&quot;29522&quot;:6072,&quot;31613&quot;:6073,&quot;34568&quot;:6074,&quot;35492&quot;:6075,&quot;39986&quot;:6076,&quot;40711&quot;:6077,&quot;23627&quot;:6078,&quot;27779&quot;:6079,&quot;29508&quot;:6080,&quot;12127&quot;:6081,&quot;29577&quot;:6081,&quot;37434&quot;:6082,&quot;28331&quot;:6083,&quot;29797&quot;:6084,&quot;30239&quot;:6085,&quot;31337&quot;:6086,&quot;32277&quot;:6087,&quot;34314&quot;:6088,&quot;20800&quot;:6089,&quot;22725&quot;:6090,&quot;25793&quot;:6091,&quot;29934&quot;:6092,&quot;29973&quot;:6093,&quot;30320&quot;:6094,&quot;32705&quot;:6095,&quot;37013&quot;:6096,&quot;38605&quot;:6097,&quot;39252&quot;:6098,&quot;28198&quot;:6099,&quot;12129&quot;:6100,&quot;29926&quot;:6100,&quot;31401&quot;:6101,&quot;31402&quot;:6102,&quot;33253&quot;:6103,&quot;34521&quot;:6104,&quot;34680&quot;:6105,&quot;35355&quot;:6106,&quot;23113&quot;:6107,&quot;23436&quot;:6108,&quot;23451&quot;:6109,&quot;26785&quot;:6110,&quot;26880&quot;:6111,&quot;28003&quot;:6112,&quot;29609&quot;:6113,&quot;29715&quot;:6114,&quot;29740&quot;:6115,&quot;30871&quot;:6116,&quot;32233&quot;:6117,&quot;32747&quot;:6118,&quot;33048&quot;:6119,&quot;33109&quot;:6120,&quot;33694&quot;:6121,&quot;35916&quot;:6122,&quot;38446&quot;:6123,&quot;63942&quot;:6123,&quot;38929&quot;:6124,&quot;12104&quot;:6125,&quot;26352&quot;:6125,&quot;24448&quot;:6126,&quot;26106&quot;:6127,&quot;26505&quot;:6128,&quot;27754&quot;:6129,&quot;29579&quot;:6130,&quot;20525&quot;:6131,&quot;23043&quot;:6132,&quot;27498&quot;:6133,&quot;30702&quot;:6134,&quot;22806&quot;:6135,&quot;23916&quot;:6136,&quot;24013&quot;:6137,&quot;29477&quot;:6138,&quot;30031&quot;:6139,&quot;20709&quot;:6140,&quot;20985&quot;:6141,&quot;22575&quot;:6142,&quot;22829&quot;:6143,&quot;22934&quot;:6144,&quot;23002&quot;:6145,&quot;23525&quot;:6146,&quot;23970&quot;:6147,&quot;25303&quot;:6148,&quot;25622&quot;:6149,&quot;25747&quot;:6150,&quot;25854&quot;:6151,&quot;26332&quot;:6152,&quot;27208&quot;:6153,&quot;29183&quot;:6154,&quot;29796&quot;:6155,&quot;31368&quot;:6156,&quot;31407&quot;:6157,&quot;32327&quot;:6158,&quot;32350&quot;:6159,&quot;32768&quot;:6160,&quot;33136&quot;:6161,&quot;34799&quot;:6162,&quot;35201&quot;:6163,&quot;35616&quot;:6164,&quot;36953&quot;:6165,&quot;36992&quot;:6166,&quot;39250&quot;:6167,&quot;24958&quot;:6168,&quot;27442&quot;:6169,&quot;28020&quot;:6170,&quot;32287&quot;:6171,&quot;35109&quot;:6172,&quot;36785&quot;:6173,&quot;20433&quot;:6174,&quot;20653&quot;:6175,&quot;20887&quot;:6176,&quot;21191&quot;:6177,&quot;22471&quot;:6178,&quot;22665&quot;:6179,&quot;23481&quot;:6180,&quot;24248&quot;:6181,&quot;24898&quot;:6182,&quot;27029&quot;:6183,&quot;28044&quot;:6184,&quot;28263&quot;:6185,&quot;28342&quot;:6186,&quot;29076&quot;:6187,&quot;29794&quot;:6188,&quot;12132&quot;:6189,&quot;29992&quot;:6189,&quot;29996&quot;:6190,&quot;32883&quot;:6191,&quot;33592&quot;:6192,&quot;33993&quot;:6193,&quot;36362&quot;:6194,&quot;37780&quot;:6195,&quot;37854&quot;:6196,&quot;20110&quot;:6197,&quot;20305&quot;:6198,&quot;20598&quot;:6199,&quot;20778&quot;:6200,&quot;12060&quot;:6201,&quot;21448&quot;:6201,&quot;21451&quot;:6202,&quot;21491&quot;:6203,&quot;23431&quot;:6204,&quot;23507&quot;:6205,&quot;23588&quot;:6206,&quot;24858&quot;:6207,&quot;24962&quot;:6208,&quot;26100&quot;:6209,&quot;12124&quot;:6210,&quot;29275&quot;:6210,&quot;29591&quot;:6211,&quot;29760&quot;:6212,&quot;30402&quot;:6213,&quot;31056&quot;:6214,&quot;31121&quot;:6215,&quot;31161&quot;:6216,&quot;32006&quot;:6217,&quot;12155&quot;:6218,&quot;32701&quot;:6218,&quot;33419&quot;:6219,&quot;34261&quot;:6220,&quot;34398&quot;:6221,&quot;36802&quot;:6222,&quot;36935&quot;:6223,&quot;37109&quot;:6224,&quot;37354&quot;:6225,&quot;38533&quot;:6226,&quot;12204&quot;:6227,&quot;38632&quot;:6227,&quot;38633&quot;:6228,&quot;21206&quot;:6229,&quot;24423&quot;:6230,&quot;26093&quot;:6231,&quot;26161&quot;:6232,&quot;26671&quot;:6233,&quot;29020&quot;:6234,&quot;31286&quot;:6235,&quot;37057&quot;:6236,&quot;38922&quot;:6237,&quot;20113&quot;:6238,&quot;27218&quot;:6239,&quot;27550&quot;:6240,&quot;28560&quot;:6241,&quot;29065&quot;:6242,&quot;32792&quot;:6243,&quot;33464&quot;:6244,&quot;34131&quot;:6245,&quot;36939&quot;:6246,&quot;38549&quot;:6247,&quot;38642&quot;:6248,&quot;38907&quot;:6249,&quot;34074&quot;:6250,&quot;39729&quot;:6251,&quot;20112&quot;:6252,&quot;29066&quot;:6253,&quot;38596&quot;:6254,&quot;20803&quot;:6255,&quot;21407&quot;:6256,&quot;21729&quot;:6257,&quot;22291&quot;:6258,&quot;22290&quot;:6259,&quot;22435&quot;:6260,&quot;23195&quot;:6261,&quot;23236&quot;:6262,&quot;23491&quot;:6263,&quot;24616&quot;:6264,&quot;24895&quot;:6265,&quot;25588&quot;:6266,&quot;27781&quot;:6267,&quot;27961&quot;:6268,&quot;28274&quot;:6269,&quot;28304&quot;:6270,&quot;29232&quot;:6271,&quot;29503&quot;:6272,&quot;29783&quot;:6273,&quot;33489&quot;:6274,&quot;34945&quot;:6275,&quot;36677&quot;:6276,&quot;36960&quot;:6277,&quot;38498&quot;:6278,&quot;39000&quot;:6279,&quot;40219&quot;:6280,&quot;12105&quot;:6281,&quot;26376&quot;:6281,&quot;36234&quot;:6282,&quot;37470&quot;:6283,&quot;20301&quot;:6284,&quot;20553&quot;:6285,&quot;20702&quot;:6286,&quot;21361&quot;:6287,&quot;22285&quot;:6288,&quot;22996&quot;:6289,&quot;23041&quot;:6290,&quot;23561&quot;:6291,&quot;24944&quot;:6292,&quot;26256&quot;:6293,&quot;28205&quot;:6294,&quot;29234&quot;:6295,&quot;29771&quot;:6296,&quot;32239&quot;:6297,&quot;32963&quot;:6298,&quot;33806&quot;:6299,&quot;33894&quot;:6300,&quot;34111&quot;:6301,&quot;34655&quot;:6302,&quot;34907&quot;:6303,&quot;35096&quot;:6304,&quot;35586&quot;:6305,&quot;36949&quot;:6306,&quot;12209&quot;:6307,&quot;38859&quot;:6307,&quot;39759&quot;:6308,&quot;20083&quot;:6309,&quot;20369&quot;:6310,&quot;20754&quot;:6311,&quot;20842&quot;:6312,&quot;21807&quot;:6313,&quot;21929&quot;:6314,&quot;23418&quot;:6315,&quot;23461&quot;:6316,&quot;24188&quot;:6317,&quot;24189&quot;:6318,&quot;24254&quot;:6319,&quot;24736&quot;:6320,&quot;24799&quot;:6321,&quot;24840&quot;:6322,&quot;24841&quot;:6323,&quot;25540&quot;:6324,&quot;25912&quot;:6325,&quot;26377&quot;:6326,&quot;26580&quot;:6327,&quot;26586&quot;:6328,&quot;26977&quot;:6329,&quot;26978&quot;:6330,&quot;27833&quot;:6331,&quot;27943&quot;:6332,&quot;28216&quot;:6333,&quot;28641&quot;:6334,&quot;29494&quot;:6335,&quot;29495&quot;:6336,&quot;29788&quot;:6337,&quot;30001&quot;:6338,&quot;30290&quot;:6339,&quot;32173&quot;:6340,&quot;33278&quot;:6341,&quot;33848&quot;:6342,&quot;35029&quot;:6343,&quot;35480&quot;:6344,&quot;35547&quot;:6345,&quot;35565&quot;:6346,&quot;36400&quot;:6347,&quot;36418&quot;:6348,&quot;36938&quot;:6349,&quot;36926&quot;:6350,&quot;36986&quot;:6351,&quot;12195&quot;:6352,&quot;37193&quot;:6352,&quot;37321&quot;:6353,&quot;37742&quot;:6354,&quot;22537&quot;:6355,&quot;27603&quot;:6356,&quot;12161&quot;:6357,&quot;32905&quot;:6357,&quot;32946&quot;:6358,&quot;20801&quot;:6359,&quot;22891&quot;:6360,&quot;23609&quot;:6361,&quot;28516&quot;:6362,&quot;29607&quot;:6363,&quot;32996&quot;:6364,&quot;36103&quot;:6365,&quot;37399&quot;:6366,&quot;38287&quot;:6367,&quot;12160&quot;:6368,&quot;32895&quot;:6368,&quot;25102&quot;:6369,&quot;28700&quot;:6370,&quot;32104&quot;:6371,&quot;34701&quot;:6372,&quot;22432&quot;:6373,&quot;24681&quot;:6374,&quot;24903&quot;:6375,&quot;27575&quot;:6376,&quot;35518&quot;:6377,&quot;37504&quot;:6378,&quot;38577&quot;:6379,&quot;12036&quot;:6380,&quot;20057&quot;:6380,&quot;21535&quot;:6381,&quot;28139&quot;:6382,&quot;34093&quot;:6383,&quot;38512&quot;:6384,&quot;12211&quot;:6385,&quot;38899&quot;:6385,&quot;39150&quot;:6386,&quot;25558&quot;:6387,&quot;27875&quot;:6388,&quot;12194&quot;:6389,&quot;37009&quot;:6389,&quot;20957&quot;:6390,&quot;25033&quot;:6391,&quot;33210&quot;:6392,&quot;40441&quot;:6393,&quot;20381&quot;:6394,&quot;20506&quot;:6395,&quot;20736&quot;:6396,&quot;23452&quot;:6397,&quot;24847&quot;:6398,&quot;25087&quot;:6399,&quot;25836&quot;:6400,&quot;26885&quot;:6401,&quot;27589&quot;:6402,&quot;30097&quot;:6403,&quot;30691&quot;:6404,&quot;32681&quot;:6405,&quot;33380&quot;:6406,&quot;34191&quot;:6407,&quot;34811&quot;:6408,&quot;12176&quot;:6409,&quot;34915&quot;:6409,&quot;35516&quot;:6410,&quot;35696&quot;:6411,&quot;37291&quot;:6412,&quot;12038&quot;:6413,&quot;20108&quot;:6413,&quot;20197&quot;:6414,&quot;20234&quot;:6415,&quot;22839&quot;:6416,&quot;23016&quot;:6417,&quot;24050&quot;:6418,&quot;24347&quot;:6419,&quot;24411&quot;:6420,&quot;24609&quot;:6421,&quot;29246&quot;:6422,&quot;29669&quot;:6423,&quot;30064&quot;:6424,&quot;63842&quot;:6424,&quot;30157&quot;:6425,&quot;31227&quot;:6426,&quot;12157&quot;:6427,&quot;32780&quot;:6427,&quot;12159&quot;:6428,&quot;32819&quot;:6428,&quot;32900&quot;:6429,&quot;33505&quot;:6430,&quot;33617&quot;:6431,&quot;36029&quot;:6432,&quot;36019&quot;:6433,&quot;36999&quot;:6434,&quot;39156&quot;:6435,&quot;39180&quot;:6436,&quot;28727&quot;:6437,&quot;30410&quot;:6438,&quot;32714&quot;:6439,&quot;32716&quot;:6440,&quot;32764&quot;:6441,&quot;35610&quot;:6442,&quot;12040&quot;:6443,&quot;20154&quot;:6443,&quot;20161&quot;:6444,&quot;20995&quot;:6445,&quot;21360&quot;:6446,&quot;21693&quot;:6447,&quot;63902&quot;:6447,&quot;22240&quot;:6448,&quot;23035&quot;:6449,&quot;23493&quot;:6450,&quot;24341&quot;:6451,&quot;24525&quot;:6452,&quot;28270&quot;:6453,&quot;32106&quot;:6454,&quot;33589&quot;:6455,&quot;34451&quot;:6456,&quot;35469&quot;:6457,&quot;38765&quot;:6458,&quot;38775&quot;:6459,&quot;12032&quot;:6460,&quot;19968&quot;:6460,&quot;20314&quot;:6461,&quot;20350&quot;:6462,&quot;22777&quot;:6463,&quot;12103&quot;:6464,&quot;26085&quot;:6464,&quot;28322&quot;:6465,&quot;36920&quot;:6466,&quot;37808&quot;:6467,&quot;39353&quot;:6468,&quot;20219&quot;:6469,&quot;22764&quot;:6470,&quot;22922&quot;:6471,&quot;23001&quot;:6472,&quot;24641&quot;:6473,&quot;31252&quot;:6474,&quot;33615&quot;:6475,&quot;36035&quot;:6476,&quot;12042&quot;:6477,&quot;20837&quot;:6477,&quot;21316&quot;:6478,&quot;20173&quot;:6479,&quot;21097&quot;:6480,&quot;23381&quot;:6481,&quot;33471&quot;:6482,&quot;20180&quot;:6483,&quot;21050&quot;:6484,&quot;63999&quot;:6484,&quot;21672&quot;:6485,&quot;22985&quot;:6486,&quot;23039&quot;:6487,&quot;12070&quot;:6488,&quot;23376&quot;:6488,&quot;23383&quot;:6489,&quot;23388&quot;:6490,&quot;24675&quot;:6491,&quot;24904&quot;:6492,&quot;28363&quot;:6493,&quot;28825&quot;:6494,&quot;63995&quot;:6494,&quot;29038&quot;:6495,&quot;29574&quot;:6496,&quot;29943&quot;:6497,&quot;30133&quot;:6498,&quot;30913&quot;:6499,&quot;32043&quot;:6500,&quot;32773&quot;:6501,&quot;12163&quot;:6502,&quot;33258&quot;:6502,&quot;33576&quot;:6503,&quot;34071&quot;:6504,&quot;34249&quot;:6505,&quot;35566&quot;:6506,&quot;36039&quot;:6507,&quot;38604&quot;:6508,&quot;20316&quot;:6509,&quot;21242&quot;:6510,&quot;22204&quot;:6511,&quot;26027&quot;:6512,&quot;26152&quot;:6513,&quot;28796&quot;:6514,&quot;28856&quot;:6515,&quot;29237&quot;:6516,&quot;32189&quot;:6517,&quot;33421&quot;:6518,&quot;37196&quot;:6519,&quot;38592&quot;:6520,&quot;40306&quot;:6521,&quot;23409&quot;:6522,&quot;26855&quot;:6523,&quot;27544&quot;:6524,&quot;28538&quot;:6525,&quot;30430&quot;:6526,&quot;23697&quot;:6527,&quot;26283&quot;:6528,&quot;28507&quot;:6529,&quot;31668&quot;:6530,&quot;31786&quot;:6531,&quot;34870&quot;:6532,&quot;38620&quot;:6533,&quot;19976&quot;:6534,&quot;20183&quot;:6535,&quot;21280&quot;:6536,&quot;22580&quot;:6537,&quot;22715&quot;:6538,&quot;22767&quot;:6539,&quot;22892&quot;:6540,&quot;23559&quot;:6541,&quot;24115&quot;:6542,&quot;24196&quot;:6543,&quot;24373&quot;:6544,&quot;25484&quot;:6545,&quot;26290&quot;:6546,&quot;26454&quot;:6547,&quot;27167&quot;:6548,&quot;27299&quot;:6549,&quot;27404&quot;:6550,&quot;28479&quot;:6551,&quot;29254&quot;:6552,&quot;29520&quot;:6553,&quot;29835&quot;:6554,&quot;31456&quot;:6555,&quot;31911&quot;:6556,&quot;33144&quot;:6557,&quot;33247&quot;:6558,&quot;33255&quot;:6559,&quot;33674&quot;:6560,&quot;33900&quot;:6561,&quot;34083&quot;:6562,&quot;34196&quot;:6563,&quot;34255&quot;:6564,&quot;35037&quot;:6565,&quot;36115&quot;:6566,&quot;37292&quot;:6567,&quot;12199&quot;:6568,&quot;38263&quot;:6568,&quot;38556&quot;:6569,&quot;20877&quot;:6570,&quot;21705&quot;:6571,&quot;22312&quot;:6572,&quot;23472&quot;:6573,&quot;25165&quot;:6574,&quot;26448&quot;:6575,&quot;26685&quot;:6576,&quot;26771&quot;:6577,&quot;28221&quot;:6578,&quot;28371&quot;:6579,&quot;28797&quot;:6580,&quot;32289&quot;:6581,&quot;35009&quot;:6582,&quot;36001&quot;:6583,&quot;36617&quot;:6584,&quot;40779&quot;:6585,&quot;40782&quot;:6586,&quot;29229&quot;:6587,&quot;31631&quot;:6588,&quot;35533&quot;:6589,&quot;37658&quot;:6590,&quot;20295&quot;:6591,&quot;20302&quot;:6592,&quot;20786&quot;:6593,&quot;21632&quot;:6594,&quot;22992&quot;:6595,&quot;24213&quot;:6596,&quot;25269&quot;:6597,&quot;26485&quot;:6598,&quot;26990&quot;:6599,&quot;27159&quot;:6600,&quot;27822&quot;:6601,&quot;28186&quot;:6602,&quot;29401&quot;:6603,&quot;29482&quot;:6604,&quot;30141&quot;:6605,&quot;31672&quot;:6606,&quot;32053&quot;:6607,&quot;33511&quot;:6608,&quot;33785&quot;:6609,&quot;33879&quot;:6610,&quot;34295&quot;:6611,&quot;35419&quot;:6612,&quot;36015&quot;:6613,&quot;36487&quot;:6614,&quot;36889&quot;:6615,&quot;37048&quot;:6616,&quot;38606&quot;:6617,&quot;40799&quot;:6618,&quot;21219&quot;:6619,&quot;21514&quot;:6620,&quot;23265&quot;:6621,&quot;23490&quot;:6622,&quot;25688&quot;:6623,&quot;25973&quot;:6624,&quot;28404&quot;:6625,&quot;29380&quot;:6626,&quot;30340&quot;:6627,&quot;31309&quot;:6628,&quot;31515&quot;:6629,&quot;31821&quot;:6630,&quot;32318&quot;:6631,&quot;32735&quot;:6632,&quot;33659&quot;:6633,&quot;35627&quot;:6634,&quot;36042&quot;:6635,&quot;12186&quot;:6636,&quot;36196&quot;:6636,&quot;36321&quot;:6637,&quot;36447&quot;:6638,&quot;36842&quot;:6639,&quot;36857&quot;:6640,&quot;36969&quot;:6641,&quot;37841&quot;:6642,&quot;20291&quot;:6643,&quot;20346&quot;:6644,&quot;20659&quot;:6645,&quot;20840&quot;:6646,&quot;20856&quot;:6647,&quot;21069&quot;:6648,&quot;21098&quot;:6649,&quot;22625&quot;:6650,&quot;22652&quot;:6651,&quot;22880&quot;:6652,&quot;23560&quot;:6653,&quot;23637&quot;:6654,&quot;24283&quot;:6655,&quot;24731&quot;:6656,&quot;25136&quot;:6657,&quot;26643&quot;:6658,&quot;27583&quot;:6659,&quot;27656&quot;:6660,&quot;28593&quot;:6661,&quot;29006&quot;:6662,&quot;29728&quot;:6663,&quot;12133&quot;:6664,&quot;30000&quot;:6664,&quot;30008&quot;:6665,&quot;30033&quot;:6666,&quot;30322&quot;:6667,&quot;31564&quot;:6668,&quot;31627&quot;:6669,&quot;31661&quot;:6670,&quot;31686&quot;:6671,&quot;32399&quot;:6672,&quot;35438&quot;:6673,&quot;36670&quot;:6674,&quot;36681&quot;:6675,&quot;37439&quot;:6676,&quot;37523&quot;:6677,&quot;37666&quot;:6678,&quot;37931&quot;:6679,&quot;38651&quot;:6680,&quot;39002&quot;:6681,&quot;39019&quot;:6682,&quot;39198&quot;:6683,&quot;20999&quot;:6684,&quot;64000&quot;:6684,&quot;25130&quot;:6685,&quot;25240&quot;:6686,&quot;27993&quot;:6687,&quot;30308&quot;:6688,&quot;31434&quot;:6689,&quot;31680&quot;:6690,&quot;32118&quot;:6691,&quot;21344&quot;:6692,&quot;23742&quot;:6693,&quot;24215&quot;:6694,&quot;28472&quot;:6695,&quot;28857&quot;:6696,&quot;31896&quot;:6697,&quot;38673&quot;:6698,&quot;39822&quot;:6699,&quot;40670&quot;:6700,&quot;25509&quot;:6701,&quot;25722&quot;:6702,&quot;34678&quot;:6703,&quot;19969&quot;:6704,&quot;20117&quot;:6705,&quot;20141&quot;:6706,&quot;20572&quot;:6707,&quot;20597&quot;:6708,&quot;21576&quot;:6709,&quot;22979&quot;:6710,&quot;23450&quot;:6711,&quot;24128&quot;:6712,&quot;24237&quot;:6713,&quot;24311&quot;:6714,&quot;24449&quot;:6715,&quot;24773&quot;:6716,&quot;25402&quot;:6717,&quot;25919&quot;:6718,&quot;25972&quot;:6719,&quot;26060&quot;:6720,&quot;26230&quot;:6721,&quot;26232&quot;:6722,&quot;26622&quot;:6723,&quot;26984&quot;:6724,&quot;27273&quot;:6725,&quot;27491&quot;:6726,&quot;27712&quot;:6727,&quot;28096&quot;:6728,&quot;28136&quot;:6729,&quot;28191&quot;:6730,&quot;28254&quot;:6731,&quot;28702&quot;:6732,&quot;28833&quot;:6733,&quot;29582&quot;:6734,&quot;29693&quot;:6735,&quot;30010&quot;:6736,&quot;30555&quot;:6737,&quot;30855&quot;:6738,&quot;31118&quot;:6739,&quot;31243&quot;:6740,&quot;31357&quot;:6741,&quot;31934&quot;:6742,&quot;32142&quot;:6743,&quot;33351&quot;:6744,&quot;35330&quot;:6745,&quot;35562&quot;:6746,&quot;35998&quot;:6747,&quot;37165&quot;:6748,&quot;37194&quot;:6749,&quot;37336&quot;:6750,&quot;37478&quot;:6751,&quot;37580&quot;:6752,&quot;37664&quot;:6753,&quot;38662&quot;:6754,&quot;38742&quot;:6755,&quot;38748&quot;:6756,&quot;38914&quot;:6757,&quot;12237&quot;:6758,&quot;40718&quot;:6758,&quot;21046&quot;:6759,&quot;21137&quot;:6760,&quot;21884&quot;:6761,&quot;22564&quot;:6762,&quot;24093&quot;:6763,&quot;24351&quot;:6764,&quot;24716&quot;:6765,&quot;25552&quot;:6766,&quot;26799&quot;:6767,&quot;28639&quot;:6768,&quot;31085&quot;:6769,&quot;31532&quot;:6770,&quot;33229&quot;:6771,&quot;34234&quot;:6772,&quot;35069&quot;:6773,&quot;35576&quot;:6774,&quot;36420&quot;:6775,&quot;37261&quot;:6776,&quot;38500&quot;:6777,&quot;38555&quot;:6778,&quot;38717&quot;:6779,&quot;38988&quot;:6780,&quot;12241&quot;:6781,&quot;40778&quot;:6781,&quot;20430&quot;:6782,&quot;20806&quot;:6783,&quot;20939&quot;:6784,&quot;21161&quot;:6785,&quot;22066&quot;:6786,&quot;24340&quot;:6787,&quot;24427&quot;:6788,&quot;25514&quot;:6789,&quot;25805&quot;:6790,&quot;26089&quot;:6791,&quot;26177&quot;:6792,&quot;26362&quot;:6793,&quot;26361&quot;:6794,&quot;26397&quot;:6795,&quot;26781&quot;:6796,&quot;26839&quot;:6797,&quot;27133&quot;:6798,&quot;28437&quot;:6799,&quot;28526&quot;:6800,&quot;29031&quot;:6801,&quot;29157&quot;:6802,&quot;12118&quot;:6803,&quot;29226&quot;:6803,&quot;29866&quot;:6804,&quot;30522&quot;:6805,&quot;31062&quot;:6806,&quot;31066&quot;:6807,&quot;31199&quot;:6808,&quot;31264&quot;:6809,&quot;31381&quot;:6810,&quot;31895&quot;:6811,&quot;31967&quot;:6812,&quot;32068&quot;:6813,&quot;32368&quot;:6814,&quot;32903&quot;:6815,&quot;34299&quot;:6816,&quot;34468&quot;:6817,&quot;35412&quot;:6818,&quot;35519&quot;:6819,&quot;36249&quot;:6820,&quot;36481&quot;:6821,&quot;36896&quot;:6822,&quot;36973&quot;:6823,&quot;37347&quot;:6824,&quot;38459&quot;:6825,&quot;38613&quot;:6826,&quot;12227&quot;:6827,&quot;40165&quot;:6827,&quot;26063&quot;:6828,&quot;31751&quot;:6829,&quot;12188&quot;:6830,&quot;36275&quot;:6830,&quot;37827&quot;:6831,&quot;23384&quot;:6832,&quot;23562&quot;:6833,&quot;21330&quot;:6834,&quot;25305&quot;:6835,&quot;29469&quot;:6836,&quot;20519&quot;:6837,&quot;23447&quot;:6838,&quot;24478&quot;:6839,&quot;24752&quot;:6840,&quot;24939&quot;:6841,&quot;26837&quot;:6842,&quot;28121&quot;:6843,&quot;29742&quot;:6844,&quot;31278&quot;:6845,&quot;32066&quot;:6846,&quot;32156&quot;:6847,&quot;32305&quot;:6848,&quot;33131&quot;:6849,&quot;36394&quot;:6850,&quot;36405&quot;:6851,&quot;37758&quot;:6852,&quot;37912&quot;:6853,&quot;20304&quot;:6854,&quot;22352&quot;:6855,&quot;24038&quot;:6856,&quot;24231&quot;:6857,&quot;25387&quot;:6858,&quot;32618&quot;:6859,&quot;20027&quot;:6860,&quot;20303&quot;:6861,&quot;20367&quot;:6862,&quot;20570&quot;:6863,&quot;23005&quot;:6864,&quot;32964&quot;:6865,&quot;21610&quot;:6866,&quot;21608&quot;:6867,&quot;22014&quot;:6868,&quot;22863&quot;:6869,&quot;23449&quot;:6870,&quot;24030&quot;:6871,&quot;24282&quot;:6872,&quot;26205&quot;:6873,&quot;26417&quot;:6874,&quot;26609&quot;:6875,&quot;26666&quot;:6876,&quot;27880&quot;:6877,&quot;27954&quot;:6878,&quot;28234&quot;:6879,&quot;28557&quot;:6880,&quot;28855&quot;:6881,&quot;29664&quot;:6882,&quot;30087&quot;:6883,&quot;31820&quot;:6884,&quot;32002&quot;:6885,&quot;32044&quot;:6886,&quot;32162&quot;:6887,&quot;12168&quot;:6888,&quot;33311&quot;:6888,&quot;34523&quot;:6889,&quot;35387&quot;:6890,&quot;35461&quot;:6891,&quot;12187&quot;:6892,&quot;36208&quot;:6892,&quot;36490&quot;:6893,&quot;36659&quot;:6894,&quot;36913&quot;:6895,&quot;37198&quot;:6896,&quot;37202&quot;:6897,&quot;37956&quot;:6898,&quot;39376&quot;:6899,&quot;12149&quot;:6900,&quot;31481&quot;:6900,&quot;31909&quot;:6901,&quot;20426&quot;:6902,&quot;20737&quot;:6903,&quot;20934&quot;:6904,&quot;22472&quot;:6905,&quot;23535&quot;:6906,&quot;23803&quot;:6907,&quot;26201&quot;:6908,&quot;27197&quot;:6909,&quot;27994&quot;:6910,&quot;28310&quot;:6911,&quot;28652&quot;:6912,&quot;28940&quot;:6913,&quot;30063&quot;:6914,&quot;31459&quot;:6915,&quot;34850&quot;:6916,&quot;36897&quot;:6917,&quot;36981&quot;:6918,&quot;38603&quot;:6919,&quot;39423&quot;:6920,&quot;33537&quot;:6921,&quot;20013&quot;:6922,&quot;20210&quot;:6923,&quot;34886&quot;:6924,&quot;37325&quot;:6925,&quot;21373&quot;:6926,&quot;27355&quot;:6927,&quot;26987&quot;:6928,&quot;27713&quot;:6929,&quot;33914&quot;:6930,&quot;22686&quot;:6931,&quot;24974&quot;:6932,&quot;26366&quot;:6933,&quot;25327&quot;:6934,&quot;28893&quot;:6935,&quot;29969&quot;:6936,&quot;30151&quot;:6937,&quot;32338&quot;:6938,&quot;33976&quot;:6939,&quot;35657&quot;:6940,&quot;36104&quot;:6941,&quot;20043&quot;:6942,&quot;21482&quot;:6943,&quot;21675&quot;:6944,&quot;22320&quot;:6945,&quot;22336&quot;:6946,&quot;24535&quot;:6947,&quot;25345&quot;:6948,&quot;25351&quot;:6949,&quot;25711&quot;:6950,&quot;12096&quot;:6951,&quot;25903&quot;:6951,&quot;26088&quot;:6952,&quot;26234&quot;:6953,&quot;26525&quot;:6954,&quot;26547&quot;:6955,&quot;12108&quot;:6956,&quot;27490&quot;:6956,&quot;27744&quot;:6957,&quot;27802&quot;:6958,&quot;28460&quot;:6959,&quot;30693&quot;:6960,&quot;30757&quot;:6961,&quot;31049&quot;:6962,&quot;31063&quot;:6963,&quot;32025&quot;:6964,&quot;32930&quot;:6965,&quot;33026&quot;:6966,&quot;12164&quot;:6967,&quot;33267&quot;:6967,&quot;33437&quot;:6968,&quot;33463&quot;:6969,&quot;34584&quot;:6970,&quot;35468&quot;:6971,&quot;36100&quot;:6972,&quot;36286&quot;:6973,&quot;36978&quot;:6974,&quot;30452&quot;:6975,&quot;31257&quot;:6976,&quot;31287&quot;:6977,&quot;32340&quot;:6978,&quot;32887&quot;:6979,&quot;21767&quot;:6980,&quot;21972&quot;:6981,&quot;22645&quot;:6982,&quot;25391&quot;:6983,&quot;25634&quot;:6984,&quot;26185&quot;:6985,&quot;26187&quot;:6986,&quot;26733&quot;:6987,&quot;27035&quot;:6988,&quot;27524&quot;:6989,&quot;27941&quot;:6990,&quot;28337&quot;:6991,&quot;29645&quot;:6992,&quot;29800&quot;:6993,&quot;29857&quot;:6994,&quot;30043&quot;:6995,&quot;30137&quot;:6996,&quot;30433&quot;:6997,&quot;30494&quot;:6998,&quot;30603&quot;:6999,&quot;31206&quot;:7000,&quot;32265&quot;:7001,&quot;32285&quot;:7002,&quot;33275&quot;:7003,&quot;34095&quot;:7004,&quot;34967&quot;:7005,&quot;35386&quot;:7006,&quot;36049&quot;:7007,&quot;36587&quot;:7008,&quot;12192&quot;:7009,&quot;36784&quot;:7009,&quot;63857&quot;:7009,&quot;36914&quot;:7010,&quot;37805&quot;:7011,&quot;38499&quot;:7012,&quot;38515&quot;:7013,&quot;38663&quot;:7014,&quot;20356&quot;:7015,&quot;21489&quot;:7016,&quot;23018&quot;:7017,&quot;23241&quot;:7018,&quot;24089&quot;:7019,&quot;26702&quot;:7020,&quot;29894&quot;:7021,&quot;30142&quot;:7022,&quot;31209&quot;:7023,&quot;31378&quot;:7024,&quot;33187&quot;:7025,&quot;34541&quot;:7026,&quot;36074&quot;:7027,&quot;36300&quot;:7028,&quot;36845&quot;:7029,&quot;26015&quot;:7030,&quot;26389&quot;:7031,&quot;22519&quot;:7032,&quot;28503&quot;:7033,&quot;32221&quot;:7034,&quot;36655&quot;:7035,&quot;37878&quot;:7036,&quot;38598&quot;:7037,&quot;24501&quot;:7038,&quot;25074&quot;:7039,&quot;28548&quot;:7040,&quot;19988&quot;:7041,&quot;20376&quot;:7042,&quot;20511&quot;:7043,&quot;21449&quot;:7044,&quot;21983&quot;:7045,&quot;23919&quot;:7046,&quot;24046&quot;:7047,&quot;27425&quot;:7048,&quot;27492&quot;:7049,&quot;30923&quot;:7050,&quot;31642&quot;:7051,&quot;36425&quot;:7052,&quot;12190&quot;:7053,&quot;36554&quot;:7053,&quot;63746&quot;:7053,&quot;36974&quot;:7054,&quot;25417&quot;:7055,&quot;25662&quot;:7056,&quot;30528&quot;:7057,&quot;31364&quot;:7058,&quot;37679&quot;:7059,&quot;38015&quot;:7060,&quot;40810&quot;:7061,&quot;25776&quot;:7062,&quot;28591&quot;:7063,&quot;29158&quot;:7064,&quot;29864&quot;:7065,&quot;29914&quot;:7066,&quot;31428&quot;:7067,&quot;31762&quot;:7068,&quot;32386&quot;:7069,&quot;31922&quot;:7070,&quot;32408&quot;:7071,&quot;35738&quot;:7072,&quot;36106&quot;:7073,&quot;38013&quot;:7074,&quot;39184&quot;:7075,&quot;39244&quot;:7076,&quot;21049&quot;:7077,&quot;23519&quot;:7078,&quot;25830&quot;:7079,&quot;26413&quot;:7080,&quot;32046&quot;:7081,&quot;20717&quot;:7082,&quot;21443&quot;:7083,&quot;63851&quot;:7083,&quot;22649&quot;:7084,&quot;24920&quot;:7085,&quot;24921&quot;:7086,&quot;25082&quot;:7087,&quot;26028&quot;:7088,&quot;31449&quot;:7089,&quot;35730&quot;:7090,&quot;35734&quot;:7091,&quot;20489&quot;:7092,&quot;20513&quot;:7093,&quot;21109&quot;:7094,&quot;21809&quot;:7095,&quot;23100&quot;:7096,&quot;24288&quot;:7097,&quot;24432&quot;:7098,&quot;24884&quot;:7099,&quot;25950&quot;:7100,&quot;26124&quot;:7101,&quot;26166&quot;:7102,&quot;26274&quot;:7103,&quot;27085&quot;:7104,&quot;28356&quot;:7105,&quot;28466&quot;:7106,&quot;29462&quot;:7107,&quot;30241&quot;:7108,&quot;31379&quot;:7109,&quot;33081&quot;:7110,&quot;33369&quot;:7111,&quot;33750&quot;:7112,&quot;33980&quot;:7113,&quot;20661&quot;:7114,&quot;22512&quot;:7115,&quot;23488&quot;:7116,&quot;23528&quot;:7117,&quot;24425&quot;:7118,&quot;25505&quot;:7119,&quot;30758&quot;:7120,&quot;32181&quot;:7121,&quot;33756&quot;:7122,&quot;34081&quot;:7123,&quot;37319&quot;:7124,&quot;37365&quot;:7125,&quot;20874&quot;:7126,&quot;26613&quot;:7127,&quot;31574&quot;:7128,&quot;36012&quot;:7129,&quot;20932&quot;:7130,&quot;22971&quot;:7131,&quot;24765&quot;:7132,&quot;34389&quot;:7133,&quot;20508&quot;:7134,&quot;21076&quot;:7135,&quot;23610&quot;:7136,&quot;24957&quot;:7137,&quot;25114&quot;:7138,&quot;25299&quot;:7139,&quot;64002&quot;:7139,&quot;25842&quot;:7140,&quot;26021&quot;:7141,&quot;28364&quot;:7142,&quot;30240&quot;:7143,&quot;33034&quot;:7144,&quot;36448&quot;:7145,&quot;38495&quot;:7146,&quot;38587&quot;:7147,&quot;20191&quot;:7148,&quot;21315&quot;:7149,&quot;21912&quot;:7150,&quot;22825&quot;:7151,&quot;24029&quot;:7152,&quot;25797&quot;:7153,&quot;27849&quot;:7154,&quot;28154&quot;:7155,&quot;29588&quot;:7156,&quot;31359&quot;:7157,&quot;12167&quot;:7158,&quot;33307&quot;:7158,&quot;34214&quot;:7159,&quot;36068&quot;:7160,&quot;36368&quot;:7161,&quot;36983&quot;:7162,&quot;37351&quot;:7163,&quot;38369&quot;:7164,&quot;38433&quot;:7165,&quot;38854&quot;:7166,&quot;20984&quot;:7167,&quot;21746&quot;:7168,&quot;21894&quot;:7169,&quot;24505&quot;:7170,&quot;25764&quot;:7171,&quot;28552&quot;:7172,&quot;32180&quot;:7173,&quot;36639&quot;:7174,&quot;36685&quot;:7175,&quot;37941&quot;:7176,&quot;20681&quot;:7177,&quot;23574&quot;:7178,&quot;27838&quot;:7179,&quot;28155&quot;:7180,&quot;29979&quot;:7181,&quot;30651&quot;:7182,&quot;31805&quot;:7183,&quot;31844&quot;:7184,&quot;35449&quot;:7185,&quot;35522&quot;:7186,&quot;22558&quot;:7187,&quot;22974&quot;:7188,&quot;24086&quot;:7189,&quot;25463&quot;:7190,&quot;29266&quot;:7191,&quot;30090&quot;:7192,&quot;30571&quot;:7193,&quot;35548&quot;:7194,&quot;36028&quot;:7195,&quot;36626&quot;:7196,&quot;24307&quot;:7197,&quot;26228&quot;:7198,&quot;28152&quot;:7199,&quot;32893&quot;:7200,&quot;33729&quot;:7201,&quot;35531&quot;:7202,&quot;12205&quot;:7203,&quot;38737&quot;:7203,&quot;39894&quot;:7204,&quot;21059&quot;:7205,&quot;26367&quot;:7206,&quot;28053&quot;:7207,&quot;28399&quot;:7208,&quot;32224&quot;:7209,&quot;35558&quot;:7210,&quot;36910&quot;:7211,&quot;36958&quot;:7212,&quot;39636&quot;:7213,&quot;21021&quot;:7214,&quot;21119&quot;:7215,&quot;21736&quot;:7216,&quot;24980&quot;:7217,&quot;25220&quot;:7218,&quot;25307&quot;:7219,&quot;26786&quot;:7220,&quot;26898&quot;:7221,&quot;26970&quot;:7222,&quot;27189&quot;:7223,&quot;28818&quot;:7224,&quot;28966&quot;:7225,&quot;30813&quot;:7226,&quot;30977&quot;:7227,&quot;30990&quot;:7228,&quot;31186&quot;:7229,&quot;31245&quot;:7230,&quot;32918&quot;:7231,&quot;12171&quot;:7232,&quot;33400&quot;:7232,&quot;33493&quot;:7233,&quot;33609&quot;:7234,&quot;34121&quot;:7235,&quot;35970&quot;:7236,&quot;36229&quot;:7237,&quot;37218&quot;:7238,&quot;37259&quot;:7239,&quot;37294&quot;:7240,&quot;20419&quot;:7241,&quot;22225&quot;:7242,&quot;29165&quot;:7243,&quot;30679&quot;:7244,&quot;34560&quot;:7245,&quot;35320&quot;:7246,&quot;12072&quot;:7247,&quot;23544&quot;:7247,&quot;24534&quot;:7248,&quot;26449&quot;:7249,&quot;37032&quot;:7250,&quot;21474&quot;:7251,&quot;22618&quot;:7252,&quot;23541&quot;:7253,&quot;24740&quot;:7254,&quot;24961&quot;:7255,&quot;25696&quot;:7256,&quot;32317&quot;:7257,&quot;32880&quot;:7258,&quot;34085&quot;:7259,&quot;37507&quot;:7260,&quot;25774&quot;:7261,&quot;20652&quot;:7262,&quot;23828&quot;:7263,&quot;26368&quot;:7264,&quot;22684&quot;:7265,&quot;25277&quot;:7266,&quot;25512&quot;:7267,&quot;26894&quot;:7268,&quot;27000&quot;:7269,&quot;27166&quot;:7270,&quot;28267&quot;:7271,&quot;30394&quot;:7272,&quot;31179&quot;:7273,&quot;33467&quot;:7274,&quot;33833&quot;:7275,&quot;35535&quot;:7276,&quot;36264&quot;:7277,&quot;36861&quot;:7278,&quot;37138&quot;:7279,&quot;37195&quot;:7280,&quot;37276&quot;:7281,&quot;37648&quot;:7282,&quot;37656&quot;:7283,&quot;37786&quot;:7284,&quot;38619&quot;:7285,&quot;39478&quot;:7286,&quot;39949&quot;:7287,&quot;19985&quot;:7288,&quot;30044&quot;:7289,&quot;31069&quot;:7290,&quot;31482&quot;:7291,&quot;31569&quot;:7292,&quot;31689&quot;:7293,&quot;32302&quot;:7294,&quot;33988&quot;:7295,&quot;36441&quot;:7296,&quot;36468&quot;:7297,&quot;36600&quot;:7298,&quot;36880&quot;:7299,&quot;26149&quot;:7300,&quot;26943&quot;:7301,&quot;29763&quot;:7302,&quot;20986&quot;:7303,&quot;26414&quot;:7304,&quot;40668&quot;:7305,&quot;20805&quot;:7306,&quot;24544&quot;:7307,&quot;27798&quot;:7308,&quot;34802&quot;:7309,&quot;34909&quot;:7310,&quot;34935&quot;:7311,&quot;24756&quot;:7312,&quot;33205&quot;:7313,&quot;33795&quot;:7314,&quot;36101&quot;:7315,&quot;21462&quot;:7316,&quot;21561&quot;:7317,&quot;22068&quot;:7318,&quot;23094&quot;:7319,&quot;23601&quot;:7320,&quot;28810&quot;:7321,&quot;32736&quot;:7322,&quot;32858&quot;:7323,&quot;33030&quot;:7324,&quot;33261&quot;:7325,&quot;36259&quot;:7326,&quot;37257&quot;:7327,&quot;39519&quot;:7328,&quot;40434&quot;:7329,&quot;20596&quot;:7330,&quot;20164&quot;:7331,&quot;21408&quot;:7332,&quot;24827&quot;:7333,&quot;28204&quot;:7334,&quot;23652&quot;:7335,&quot;20360&quot;:7336,&quot;20516&quot;:7337,&quot;21988&quot;:7338,&quot;23769&quot;:7339,&quot;24159&quot;:7340,&quot;24677&quot;:7341,&quot;26772&quot;:7342,&quot;27835&quot;:7343,&quot;28100&quot;:7344,&quot;29118&quot;:7345,&quot;30164&quot;:7346,&quot;30196&quot;:7347,&quot;30305&quot;:7348,&quot;31258&quot;:7349,&quot;31305&quot;:7350,&quot;32199&quot;:7351,&quot;32251&quot;:7352,&quot;32622&quot;:7353,&quot;33268&quot;:7354,&quot;34473&quot;:7355,&quot;36636&quot;:7356,&quot;38601&quot;:7357,&quot;39347&quot;:7358,&quot;12242&quot;:7359,&quot;40786&quot;:7359,&quot;21063&quot;:7360,&quot;21189&quot;:7361,&quot;39149&quot;:7362,&quot;35242&quot;:7363,&quot;19971&quot;:7364,&quot;26578&quot;:7365,&quot;28422&quot;:7366,&quot;20405&quot;:7367,&quot;23522&quot;:7368,&quot;26517&quot;:7369,&quot;27784&quot;:7370,&quot;63858&quot;:7370,&quot;28024&quot;:7371,&quot;29723&quot;:7372,&quot;30759&quot;:7373,&quot;37341&quot;:7374,&quot;37756&quot;:7375,&quot;34756&quot;:7376,&quot;31204&quot;:7377,&quot;31281&quot;:7378,&quot;24555&quot;:7379,&quot;20182&quot;:7380,&quot;21668&quot;:7381,&quot;21822&quot;:7382,&quot;22702&quot;:7383,&quot;22949&quot;:7384,&quot;24816&quot;:7385,&quot;25171&quot;:7386,&quot;25302&quot;:7387,&quot;26422&quot;:7388,&quot;26965&quot;:7389,&quot;33333&quot;:7390,&quot;38464&quot;:7391,&quot;39345&quot;:7392,&quot;39389&quot;:7393,&quot;20524&quot;:7394,&quot;21331&quot;:7395,&quot;21828&quot;:7396,&quot;22396&quot;:7397,&quot;25176&quot;:7398,&quot;25826&quot;:7399,&quot;26219&quot;:7400,&quot;26589&quot;:7401,&quot;28609&quot;:7402,&quot;28655&quot;:7403,&quot;29730&quot;:7404,&quot;29752&quot;:7405,&quot;35351&quot;:7406,&quot;37944&quot;:7407,&quot;21585&quot;:7408,&quot;22022&quot;:7409,&quot;22374&quot;:7410,&quot;24392&quot;:7411,&quot;24986&quot;:7412,&quot;27470&quot;:7413,&quot;28760&quot;:7414,&quot;28845&quot;:7415,&quot;32187&quot;:7416,&quot;35477&quot;:7417,&quot;22890&quot;:7418,&quot;33067&quot;:7419,&quot;25506&quot;:7420,&quot;30472&quot;:7421,&quot;32829&quot;:7422,&quot;36010&quot;:7423,&quot;22612&quot;:7424,&quot;25645&quot;:7425,&quot;27067&quot;:7426,&quot;23445&quot;:7427,&quot;24081&quot;:7428,&quot;28271&quot;:7429,&quot;34153&quot;:7430,&quot;20812&quot;:7431,&quot;21488&quot;:7432,&quot;22826&quot;:7433,&quot;24608&quot;:7434,&quot;24907&quot;:7435,&quot;27526&quot;:7436,&quot;27760&quot;:7437,&quot;27888&quot;:7438,&quot;31518&quot;:7439,&quot;32974&quot;:7440,&quot;33492&quot;:7441,&quot;36294&quot;:7442,&quot;37040&quot;:7443,&quot;39089&quot;:7444,&quot;25799&quot;:7445,&quot;28580&quot;:7446,&quot;25745&quot;:7447,&quot;25860&quot;:7448,&quot;20814&quot;:7449,&quot;21520&quot;:7450,&quot;12063&quot;:7451,&quot;22303&quot;:7451,&quot;35342&quot;:7452,&quot;24927&quot;:7453,&quot;26742&quot;:7454,&quot;30171&quot;:7455,&quot;31570&quot;:7456,&quot;32113&quot;:7457,&quot;36890&quot;:7458,&quot;22534&quot;:7459,&quot;27084&quot;:7460,&quot;33151&quot;:7461,&quot;35114&quot;:7462,&quot;36864&quot;:7463,&quot;38969&quot;:7464,&quot;20600&quot;:7465,&quot;22871&quot;:7466,&quot;22956&quot;:7467,&quot;25237&quot;:7468,&quot;36879&quot;:7469,&quot;39722&quot;:7470,&quot;24925&quot;:7471,&quot;29305&quot;:7472,&quot;38358&quot;:7473,&quot;22369&quot;:7474,&quot;23110&quot;:7475,&quot;24052&quot;:7476,&quot;25226&quot;:7477,&quot;25773&quot;:7478,&quot;25850&quot;:7479,&quot;26487&quot;:7480,&quot;27874&quot;:7481,&quot;27966&quot;:7482,&quot;29228&quot;:7483,&quot;29750&quot;:7484,&quot;30772&quot;:7485,&quot;32631&quot;:7486,&quot;33453&quot;:7487,&quot;36315&quot;:7488,&quot;38935&quot;:7489,&quot;21028&quot;:7490,&quot;22338&quot;:7491,&quot;26495&quot;:7492,&quot;29256&quot;:7493,&quot;29923&quot;:7494,&quot;36009&quot;:7495,&quot;36774&quot;:7496,&quot;37393&quot;:7497,&quot;38442&quot;:7498,&quot;12043&quot;:7499,&quot;20843&quot;:7499,&quot;21485&quot;:7500,&quot;25420&quot;:7501,&quot;20329&quot;:7502,&quot;21764&quot;:7503,&quot;24726&quot;:7504,&quot;25943&quot;:7505,&quot;27803&quot;:7506,&quot;28031&quot;:7507,&quot;29260&quot;:7508,&quot;29437&quot;:7509,&quot;31255&quot;:7510,&quot;35207&quot;:7511,&quot;12185&quot;:7512,&quot;35997&quot;:7512,&quot;24429&quot;:7513,&quot;28558&quot;:7514,&quot;28921&quot;:7515,&quot;33192&quot;:7516,&quot;24846&quot;:7517,&quot;20415&quot;:7518,&quot;63845&quot;:7518,&quot;20559&quot;:7519,&quot;25153&quot;:7520,&quot;12122&quot;:7521,&quot;29255&quot;:7521,&quot;31687&quot;:7522,&quot;32232&quot;:7523,&quot;32745&quot;:7524,&quot;36941&quot;:7525,&quot;38829&quot;:7526,&quot;39449&quot;:7527,&quot;36022&quot;:7528,&quot;22378&quot;:7529,&quot;24179&quot;:7530,&quot;26544&quot;:7531,&quot;33805&quot;:7532,&quot;35413&quot;:7533,&quot;21536&quot;:7534,&quot;23318&quot;:7535,&quot;24163&quot;:7536,&quot;24290&quot;:7537,&quot;24330&quot;:7538,&quot;25987&quot;:7539,&quot;32954&quot;:7540,&quot;34109&quot;:7541,&quot;38281&quot;:7542,&quot;38491&quot;:7543,&quot;20296&quot;:7544,&quot;21253&quot;:7545,&quot;21261&quot;:7546,&quot;21263&quot;:7547,&quot;21638&quot;:7548,&quot;21754&quot;:7549,&quot;22275&quot;:7550,&quot;24067&quot;:7551,&quot;24598&quot;:7552,&quot;25243&quot;:7553,&quot;25265&quot;:7554,&quot;25429&quot;:7555,&quot;27873&quot;:7556,&quot;28006&quot;:7557,&quot;30129&quot;:7558,&quot;30770&quot;:7559,&quot;32990&quot;:7560,&quot;33071&quot;:7561,&quot;33502&quot;:7562,&quot;33889&quot;:7563,&quot;33970&quot;:7564,&quot;34957&quot;:7565,&quot;35090&quot;:7566,&quot;36875&quot;:7567,&quot;37610&quot;:7568,&quot;39165&quot;:7569,&quot;39825&quot;:7570,&quot;24133&quot;:7571,&quot;26292&quot;:7572,&quot;64006&quot;:7572,&quot;26333&quot;:7573,&quot;28689&quot;:7574,&quot;29190&quot;:7575,&quot;20469&quot;:7576,&quot;21117&quot;:7577,&quot;24426&quot;:7578,&quot;24915&quot;:7579,&quot;26451&quot;:7580,&quot;27161&quot;:7581,&quot;28418&quot;:7582,&quot;29922&quot;:7583,&quot;31080&quot;:7584,&quot;34920&quot;:7585,&quot;35961&quot;:7586,&quot;39111&quot;:7587,&quot;39108&quot;:7588,&quot;39491&quot;:7589,&quot;21697&quot;:7590,&quot;31263&quot;:7591,&quot;26963&quot;:7592,&quot;35575&quot;:7593,&quot;35914&quot;:7594,&quot;12213&quot;:7595,&quot;39080&quot;:7595,&quot;39342&quot;:7596,&quot;24444&quot;:7597,&quot;25259&quot;:7598,&quot;30130&quot;:7599,&quot;12138&quot;:7600,&quot;30382&quot;:7600,&quot;34987&quot;:7601,&quot;36991&quot;:7602,&quot;38466&quot;:7603,&quot;21305&quot;:7604,&quot;24380&quot;:7605,&quot;24517&quot;:7606,&quot;27852&quot;:7607,&quot;63848&quot;:7607,&quot;29644&quot;:7608,&quot;30050&quot;:7609,&quot;12134&quot;:7610,&quot;30091&quot;:7610,&quot;31558&quot;:7611,&quot;33534&quot;:7612,&quot;39325&quot;:7613,&quot;20047&quot;:7614,&quot;36924&quot;:7615,&quot;19979&quot;:7616,&quot;20309&quot;:7617,&quot;21414&quot;:7618,&quot;22799&quot;:7619,&quot;24264&quot;:7620,&quot;26160&quot;:7621,&quot;27827&quot;:7622,&quot;29781&quot;:7623,&quot;33655&quot;:7624,&quot;34662&quot;:7625,&quot;36032&quot;:7626,&quot;36944&quot;:7627,&quot;38686&quot;:7628,&quot;39957&quot;:7629,&quot;22737&quot;:7630,&quot;23416&quot;:7631,&quot;34384&quot;:7632,&quot;35604&quot;:7633,&quot;40372&quot;:7634,&quot;23506&quot;:7635,&quot;24680&quot;:7636,&quot;24717&quot;:7637,&quot;26097&quot;:7638,&quot;27735&quot;:7639,&quot;28450&quot;:7640,&quot;28579&quot;:7641,&quot;28698&quot;:7642,&quot;32597&quot;:7643,&quot;32752&quot;:7644,&quot;38289&quot;:7645,&quot;38290&quot;:7646,&quot;38480&quot;:7647,&quot;38867&quot;:7648,&quot;21106&quot;:7649,&quot;36676&quot;:7650,&quot;20989&quot;:7651,&quot;21547&quot;:7652,&quot;21688&quot;:7653,&quot;21859&quot;:7654,&quot;21898&quot;:7655,&quot;27323&quot;:7656,&quot;28085&quot;:7657,&quot;32216&quot;:7658,&quot;33382&quot;:7659,&quot;37532&quot;:7660,&quot;38519&quot;:7661,&quot;40569&quot;:7662,&quot;21512&quot;:7663,&quot;21704&quot;:7664,&quot;30418&quot;:7665,&quot;34532&quot;:7666,&quot;38308&quot;:7667,&quot;38356&quot;:7668,&quot;38492&quot;:7669,&quot;20130&quot;:7670,&quot;20233&quot;:7671,&quot;23022&quot;:7672,&quot;23270&quot;:7673,&quot;24055&quot;:7674,&quot;24658&quot;:7675,&quot;25239&quot;:7676,&quot;26477&quot;:7677,&quot;26689&quot;:7678,&quot;27782&quot;:7679,&quot;28207&quot;:7680,&quot;32568&quot;:7681,&quot;32923&quot;:7682,&quot;33322&quot;:7683,&quot;38917&quot;:7684,&quot;20133&quot;:7685,&quot;20565&quot;:7686,&quot;21683&quot;:7687,&quot;22419&quot;:7688,&quot;22874&quot;:7689,&quot;23401&quot;:7690,&quot;23475&quot;:7691,&quot;25032&quot;:7692,&quot;26999&quot;:7693,&quot;28023&quot;:7694,&quot;28707&quot;:7695,&quot;34809&quot;:7696,&quot;35299&quot;:7697,&quot;35442&quot;:7698,&quot;35559&quot;:7699,&quot;36994&quot;:7700,&quot;39405&quot;:7701,&quot;39608&quot;:7702,&quot;21182&quot;:7703,&quot;26680&quot;:7704,&quot;20502&quot;:7705,&quot;24184&quot;:7706,&quot;26447&quot;:7707,&quot;33607&quot;:7708,&quot;12175&quot;:7709,&quot;34892&quot;:7709,&quot;64008&quot;:7709,&quot;20139&quot;:7710,&quot;21521&quot;:7711,&quot;22190&quot;:7712,&quot;29670&quot;:7713,&quot;37141&quot;:7714,&quot;38911&quot;:7715,&quot;39177&quot;:7716,&quot;39255&quot;:7717,&quot;12217&quot;:7718,&quot;39321&quot;:7718,&quot;22099&quot;:7719,&quot;22687&quot;:7720,&quot;34395&quot;:7721,&quot;35377&quot;:7722,&quot;25010&quot;:7723,&quot;27382&quot;:7724,&quot;29563&quot;:7725,&quot;36562&quot;:7726,&quot;27463&quot;:7727,&quot;38570&quot;:7728,&quot;39511&quot;:7729,&quot;22869&quot;:7730,&quot;29184&quot;:7731,&quot;36203&quot;:7732,&quot;12208&quot;:7733,&quot;38761&quot;:7733,&quot;20436&quot;:7734,&quot;23796&quot;:7735,&quot;24358&quot;:7736,&quot;25080&quot;:7737,&quot;26203&quot;:7738,&quot;27883&quot;:7739,&quot;28843&quot;:7740,&quot;12126&quot;:7741,&quot;29572&quot;:7741,&quot;29625&quot;:7742,&quot;29694&quot;:7743,&quot;30505&quot;:7744,&quot;30541&quot;:7745,&quot;32067&quot;:7746,&quot;32098&quot;:7747,&quot;32291&quot;:7748,&quot;33335&quot;:7749,&quot;34898&quot;:7750,&quot;36066&quot;:7751,&quot;37449&quot;:7752,&quot;39023&quot;:7753,&quot;23377&quot;:7754,&quot;12147&quot;:7755,&quot;31348&quot;:7755,&quot;12174&quot;:7756,&quot;34880&quot;:7756,&quot;12212&quot;:7757,&quot;38913&quot;:7757,&quot;23244&quot;:7758,&quot;20448&quot;:7759,&quot;21332&quot;:7760,&quot;22846&quot;:7761,&quot;23805&quot;:7762,&quot;25406&quot;:7763,&quot;28025&quot;:7764,&quot;29433&quot;:7765,&quot;33029&quot;:7766,&quot;33031&quot;:7767,&quot;33698&quot;:7768,&quot;37583&quot;:7769,&quot;38960&quot;:7770,&quot;20136&quot;:7771,&quot;20804&quot;:7772,&quot;21009&quot;:7773,&quot;22411&quot;:7774,&quot;24418&quot;:7775,&quot;27842&quot;:7776,&quot;28366&quot;:7777,&quot;28677&quot;:7778,&quot;28752&quot;:7779,&quot;28847&quot;:7780,&quot;29074&quot;:7781,&quot;29673&quot;:7782,&quot;29801&quot;:7783,&quot;63918&quot;:7783,&quot;33610&quot;:7784,&quot;34722&quot;:7785,&quot;34913&quot;:7786,&quot;36872&quot;:7787,&quot;37026&quot;:7788,&quot;37795&quot;:7789,&quot;39336&quot;:7790,&quot;20846&quot;:7791,&quot;24407&quot;:7792,&quot;24800&quot;:7793,&quot;24935&quot;:7794,&quot;26291&quot;:7795,&quot;34137&quot;:7796,&quot;36426&quot;:7797,&quot;37295&quot;:7798,&quot;38795&quot;:7799,&quot;20046&quot;:7800,&quot;20114&quot;:7801,&quot;21628&quot;:7802,&quot;22741&quot;:7803,&quot;22778&quot;:7804,&quot;22909&quot;:7805,&quot;23733&quot;:7806,&quot;24359&quot;:7807,&quot;12094&quot;:7808,&quot;25142&quot;:7808,&quot;25160&quot;:7809,&quot;26122&quot;:7810,&quot;26215&quot;:7811,&quot;27627&quot;:7812,&quot;28009&quot;:7813,&quot;28111&quot;:7814,&quot;28246&quot;:7815,&quot;28408&quot;:7816,&quot;28564&quot;:7817,&quot;28640&quot;:7818,&quot;28649&quot;:7819,&quot;28765&quot;:7820,&quot;29392&quot;:7821,&quot;29733&quot;:7822,&quot;29786&quot;:7823,&quot;29920&quot;:7824,&quot;30355&quot;:7825,&quot;31068&quot;:7826,&quot;31946&quot;:7827,&quot;32286&quot;:7828,&quot;32993&quot;:7829,&quot;33446&quot;:7830,&quot;33899&quot;:7831,&quot;33983&quot;:7832,&quot;34382&quot;:7833,&quot;34399&quot;:7834,&quot;34676&quot;:7835,&quot;35703&quot;:7836,&quot;35946&quot;:7837,&quot;37804&quot;:7838,&quot;38912&quot;:7839,&quot;39013&quot;:7840,&quot;24785&quot;:7841,&quot;25110&quot;:7842,&quot;37239&quot;:7843,&quot;23130&quot;:7844,&quot;26127&quot;:7845,&quot;28151&quot;:7846,&quot;28222&quot;:7847,&quot;29759&quot;:7848,&quot;39746&quot;:7849,&quot;24573&quot;:7850,&quot;24794&quot;:7851,&quot;31503&quot;:7852,&quot;21700&quot;:7853,&quot;24344&quot;:7854,&quot;27742&quot;:7855,&quot;27859&quot;:7856,&quot;27946&quot;:7857,&quot;28888&quot;:7858,&quot;32005&quot;:7859,&quot;34425&quot;:7860,&quot;35340&quot;:7861,&quot;40251&quot;:7862,&quot;21270&quot;:7863,&quot;21644&quot;:7864,&quot;23301&quot;:7865,&quot;27194&quot;:7866,&quot;12117&quot;:7867,&quot;28779&quot;:7867,&quot;30069&quot;:7868,&quot;31117&quot;:7869,&quot;12146&quot;:7870,&quot;31166&quot;:7870,&quot;33457&quot;:7871,&quot;33775&quot;:7872,&quot;35441&quot;:7873,&quot;35649&quot;:7874,&quot;36008&quot;:7875,&quot;38772&quot;:7876,&quot;25844&quot;:7877,&quot;25899&quot;:7878,&quot;30906&quot;:7879,&quot;30907&quot;:7880,&quot;31339&quot;:7881,&quot;20024&quot;:7882,&quot;21914&quot;:7883,&quot;22864&quot;:7884,&quot;23462&quot;:7885,&quot;24187&quot;:7886,&quot;24739&quot;:7887,&quot;25563&quot;:7888,&quot;27489&quot;:7889,&quot;26213&quot;:7890,&quot;26707&quot;:7891,&quot;28185&quot;:7892,&quot;29029&quot;:7893,&quot;29872&quot;:7894,&quot;32008&quot;:7895,&quot;36996&quot;:7896,&quot;39529&quot;:7897,&quot;39973&quot;:7898,&quot;27963&quot;:7899,&quot;28369&quot;:7900,&quot;63748&quot;:7900,&quot;29502&quot;:7901,&quot;35905&quot;:7902,&quot;38346&quot;:7903,&quot;20976&quot;:7904,&quot;24140&quot;:7905,&quot;24488&quot;:7906,&quot;24653&quot;:7907,&quot;24822&quot;:7908,&quot;24880&quot;:7909,&quot;24908&quot;:7910,&quot;26179&quot;:7911,&quot;26180&quot;:7912,&quot;27045&quot;:7913,&quot;27841&quot;:7914,&quot;28255&quot;:7915,&quot;28361&quot;:7916,&quot;28514&quot;:7917,&quot;29004&quot;:7918,&quot;29852&quot;:7919,&quot;30343&quot;:7920,&quot;31681&quot;:7921,&quot;31783&quot;:7922,&quot;33618&quot;:7923,&quot;34647&quot;:7924,&quot;36945&quot;:7925,&quot;38541&quot;:7926,&quot;12232&quot;:7927,&quot;40643&quot;:7927,&quot;21295&quot;:7928,&quot;22238&quot;:7929,&quot;24315&quot;:7930,&quot;24458&quot;:7931,&quot;24674&quot;:7932,&quot;24724&quot;:7933,&quot;25079&quot;:7934,&quot;26214&quot;:7935,&quot;26371&quot;:7936,&quot;27292&quot;:7937,&quot;28142&quot;:7938,&quot;28590&quot;:7939,&quot;28784&quot;:7940,&quot;29546&quot;:7941,&quot;32362&quot;:7942,&quot;33214&quot;:7943,&quot;33588&quot;:7944,&quot;34516&quot;:7945,&quot;35496&quot;:7946,&quot;36036&quot;:7947,&quot;21123&quot;:7948,&quot;29554&quot;:7949,&quot;23446&quot;:7950,&quot;27243&quot;:7951,&quot;37892&quot;:7952,&quot;21742&quot;:7953,&quot;22150&quot;:7954,&quot;23389&quot;:7955,&quot;25928&quot;:7956,&quot;25989&quot;:7957,&quot;26313&quot;:7958,&quot;26783&quot;:7959,&quot;28045&quot;:7960,&quot;28102&quot;:7961,&quot;12120&quot;:7962,&quot;29243&quot;:7962,&quot;32948&quot;:7963,&quot;37237&quot;:7964,&quot;39501&quot;:7965,&quot;20399&quot;:7966,&quot;20505&quot;:7967,&quot;21402&quot;:7968,&quot;21518&quot;:7969,&quot;21564&quot;:7970,&quot;21897&quot;:7971,&quot;21957&quot;:7972,&quot;24127&quot;:7973,&quot;24460&quot;:7974,&quot;26429&quot;:7975,&quot;29030&quot;:7976,&quot;29661&quot;:7977,&quot;36869&quot;:7978,&quot;21211&quot;:7979,&quot;21235&quot;:7980,&quot;22628&quot;:7981,&quot;22734&quot;:7982,&quot;28932&quot;:7983,&quot;29071&quot;:7984,&quot;29179&quot;:7985,&quot;34224&quot;:7986,&quot;35347&quot;:7987,&quot;26248&quot;:7988,&quot;63941&quot;:7988,&quot;34216&quot;:7989,&quot;21927&quot;:7990,&quot;26244&quot;:7991,&quot;29002&quot;:7992,&quot;33841&quot;:7993,&quot;21321&quot;:7994,&quot;21913&quot;:7995,&quot;27585&quot;:7996,&quot;24409&quot;:7997,&quot;24509&quot;:7998,&quot;25582&quot;:7999,&quot;26249&quot;:8000,&quot;28999&quot;:8001,&quot;35569&quot;:8002,&quot;36637&quot;:8003,&quot;40638&quot;:8004,&quot;20241&quot;:8005,&quot;25658&quot;:8006,&quot;28875&quot;:8007,&quot;30054&quot;:8008,&quot;34407&quot;:8009,&quot;24676&quot;:8010,&quot;35662&quot;:8011,&quot;40440&quot;:8012,&quot;20807&quot;:8013,&quot;20982&quot;:8014,&quot;21256&quot;:8015,&quot;27958&quot;:8016,&quot;33016&quot;:8017,&quot;12234&quot;:8018,&quot;40657&quot;:8018,&quot;26133&quot;:8019,&quot;27427&quot;:8020,&quot;28824&quot;:8021,&quot;30165&quot;:8022,&quot;21507&quot;:8023,&quot;23673&quot;:8024,&quot;32007&quot;:8025,&quot;35350&quot;:8026,&quot;12107&quot;:8027,&quot;27424&quot;:8027,&quot;27453&quot;:8028,&quot;27462&quot;:8029,&quot;21560&quot;:8030,&quot;24688&quot;:8031,&quot;27965&quot;:8032,&quot;32725&quot;:8033,&quot;33288&quot;:8034,&quot;20694&quot;:8035,&quot;20958&quot;:8036,&quot;21916&quot;:8037,&quot;22123&quot;:8038,&quot;22221&quot;:8039,&quot;23020&quot;:8040,&quot;23305&quot;:8041,&quot;24076&quot;:8042,&quot;24985&quot;:8043,&quot;24984&quot;:8044,&quot;25137&quot;:8045,&quot;26206&quot;:8046,&quot;26342&quot;:8047,&quot;29081&quot;:8048,&quot;29113&quot;:8049,&quot;29114&quot;:8050,&quot;29351&quot;:8051,&quot;31143&quot;:8052,&quot;31232&quot;:8053,&quot;32690&quot;:8054,&quot;35440&quot;:8055,&quot;12310&quot;:8219,&quot;12311&quot;:8220,&quot;12312&quot;:8221,&quot;12313&quot;:8222,&quot;8223&quot;:8237,&quot;8219&quot;:8238,&quot;8314&quot;:8239,&quot;8315&quot;:8240,&quot;8316&quot;:8248,&quot;8317&quot;:8250,&quot;8318&quot;:8251,&quot;700&quot;:8275,&quot;8942&quot;:8320,&quot;8759&quot;:8321,&quot;10122&quot;:8342,&quot;10123&quot;:8343,&quot;10124&quot;:8344,&quot;10125&quot;:8345,&quot;10126&quot;:8346,&quot;10127&quot;:8347,&quot;10128&quot;:8348,&quot;10129&quot;:8349,&quot;10130&quot;:8350,&quot;10131&quot;:8351,&quot;9398&quot;:8388,&quot;9399&quot;:8389,&quot;9400&quot;:8390,&quot;9401&quot;:8391,&quot;9402&quot;:8392,&quot;9403&quot;:8393,&quot;9404&quot;:8394,&quot;9405&quot;:8395,&quot;9406&quot;:8396,&quot;9407&quot;:8397,&quot;9408&quot;:8398,&quot;9409&quot;:8399,&quot;9410&quot;:8400,&quot;9411&quot;:8401,&quot;9412&quot;:8402,&quot;9413&quot;:8403,&quot;9414&quot;:8404,&quot;9415&quot;:8405,&quot;9416&quot;:8406,&quot;9417&quot;:8407,&quot;9418&quot;:8408,&quot;9419&quot;:8409,&quot;9420&quot;:8410,&quot;9421&quot;:8411,&quot;9422&quot;:8412,&quot;9423&quot;:8413,&quot;8826&quot;:8475,&quot;8827&quot;:8476,&quot;8910&quot;:8477,&quot;8911&quot;:8478,&quot;8832&quot;:8479,&quot;8833&quot;:8480,&quot;8816&quot;:8481,&quot;8817&quot;:8482,&quot;8818&quot;:8483,&quot;8819&quot;:8484,&quot;8842&quot;:8486,&quot;8843&quot;:8488,&quot;8822&quot;:8489,&quot;8823&quot;:8490,&quot;8825&quot;:8491,&quot;8922&quot;:8492,&quot;8923&quot;:8493,&quot;8773&quot;:8499,&quot;8771&quot;:8500,&quot;8776&quot;:8501,&quot;8868&quot;:8503,&quot;8244&quot;:8582,&quot;9839&quot;:8594,&quot;8258&quot;:8599,&quot;10045&quot;:8604,&quot;8226&quot;:8607,&quot;8249&quot;:8612,&quot;8250&quot;:8613,&quot;10010&quot;:8630,&quot;10006&quot;:8631,&quot;9711&quot;:8633,&quot;10070&quot;:8637,&quot;9676&quot;:8639,&quot;9775&quot;:8664,&quot;12320&quot;:8671,&quot;10102&quot;:8673,&quot;10103&quot;:8674,&quot;10104&quot;:8675,&quot;10105&quot;:8676,&quot;10106&quot;:8677,&quot;10107&quot;:8678,&quot;10108&quot;:8679,&quot;10109&quot;:8680,&quot;10110&quot;:8681,&quot;10111&quot;:8682,&quot;12306&quot;:8700,&quot;12342&quot;:8701,&quot;8710&quot;:8715,&quot;8735&quot;:8717,&quot;8741&quot;:8719,&quot;8742&quot;:8720,&quot;8787&quot;:8722,&quot;8785&quot;:8723,&quot;8806&quot;:8724,&quot;8807&quot;:8725,&quot;8723&quot;:8726,&quot;8853&quot;:8727,&quot;8854&quot;:8728,&quot;8855&quot;:8729,&quot;8980&quot;:8731,&quot;8802&quot;:8734,&quot;9649&quot;:8736,&quot;8738&quot;:8738,&quot;8784&quot;:8739,&quot;8867&quot;:8742,&quot;8814&quot;:8745,&quot;8815&quot;:8746,&quot;8837&quot;:8747,&quot;8836&quot;:8748,&quot;8713&quot;:8749,&quot;8716&quot;:8750,&quot;8891&quot;:8751,&quot;8892&quot;:8752,&quot;8794&quot;:8753,&quot;8966&quot;:8754,&quot;12958&quot;:8761,&quot;8252&quot;:8763,&quot;9702&quot;:8775,&quot;9663&quot;:8779,&quot;9653&quot;:8780,&quot;9657&quot;:8781,&quot;9667&quot;:8782,&quot;9674&quot;:8787,&quot;12849&quot;:8788,&quot;12857&quot;:8789,&quot;13259&quot;:8790,&quot;9327&quot;:8791,&quot;9328&quot;:8792,&quot;9329&quot;:8793,&quot;9330&quot;:8794,&quot;9331&quot;:8795,&quot;8656&quot;:8814,&quot;8655&quot;:8815,&quot;8653&quot;:8816,&quot;8657&quot;:8854,&quot;8659&quot;:8855,&quot;8626&quot;:8864,&quot;8625&quot;:8865,&quot;8628&quot;:8867,&quot;8624&quot;:8868,&quot;8627&quot;:8869,&quot;8636&quot;:8884,&quot;8640&quot;:8885,&quot;8644&quot;:8896,&quot;8645&quot;:8897,&quot;9347&quot;:9042,&quot;9348&quot;:9043,&quot;9349&quot;:9044,&quot;9350&quot;:9045,&quot;9351&quot;:9046,&quot;12948&quot;:9080,&quot;12965&quot;:9096,&quot;8672&quot;:9190,&quot;8674&quot;:9191,&quot;8673&quot;:9192,&quot;8675&quot;:9193,&quot;8678&quot;:9198,&quot;8680&quot;:9199,&quot;8679&quot;:9200,&quot;8681&quot;:9201,&quot;9757&quot;:9222,&quot;9759&quot;:9223,&quot;12944&quot;:9300,&quot;12938&quot;:9301,&quot;12939&quot;:9302,&quot;12940&quot;:9303,&quot;12941&quot;:9304,&quot;12942&quot;:9305,&quot;12943&quot;:9306,&quot;12318&quot;:9322,&quot;12319&quot;:9323,&quot;8246&quot;:9324,&quot;8245&quot;:9326,&quot;12540&quot;:9330,&quot;44034&quot;:9333,&quot;44035&quot;:9334,&quot;44037&quot;:9335,&quot;44038&quot;:9336,&quot;44043&quot;:9337,&quot;44044&quot;:9338,&quot;44045&quot;:9339,&quot;44046&quot;:9340,&quot;44047&quot;:9341,&quot;44056&quot;:9342,&quot;44062&quot;:9343,&quot;44063&quot;:9344,&quot;44065&quot;:9345,&quot;44066&quot;:9346,&quot;44067&quot;:9347,&quot;44069&quot;:9348,&quot;44070&quot;:9349,&quot;44071&quot;:9350,&quot;44072&quot;:9351,&quot;44073&quot;:9352,&quot;44074&quot;:9353,&quot;44075&quot;:9354,&quot;44078&quot;:9355,&quot;44082&quot;:9356,&quot;44083&quot;:9357,&quot;44084&quot;:9358,&quot;44085&quot;:9359,&quot;44086&quot;:9360,&quot;44087&quot;:9361,&quot;44090&quot;:9362,&quot;44091&quot;:9363,&quot;44093&quot;:9364,&quot;44094&quot;:9365,&quot;44095&quot;:9366,&quot;44097&quot;:9367,&quot;44098&quot;:9368,&quot;44099&quot;:9369,&quot;44100&quot;:9370,&quot;44101&quot;:9371,&quot;44102&quot;:9372,&quot;44103&quot;:9373,&quot;44104&quot;:9374,&quot;44105&quot;:9375,&quot;44106&quot;:9376,&quot;44108&quot;:9377,&quot;44110&quot;:9378,&quot;44111&quot;:9379,&quot;44112&quot;:9380,&quot;44113&quot;:9381,&quot;44114&quot;:9382,&quot;44115&quot;:9383,&quot;44117&quot;:9384,&quot;44118&quot;:9385,&quot;44119&quot;:9386,&quot;44121&quot;:9387,&quot;44122&quot;:9388,&quot;44123&quot;:9389,&quot;44125&quot;:9390,&quot;44126&quot;:9391,&quot;44127&quot;:9392,&quot;44128&quot;:9393,&quot;44129&quot;:9394,&quot;44130&quot;:9395,&quot;44131&quot;:9396,&quot;44132&quot;:9397,&quot;44133&quot;:9398,&quot;44134&quot;:9399,&quot;44135&quot;:9400,&quot;44136&quot;:9401,&quot;44137&quot;:9402,&quot;44138&quot;:9403,&quot;44139&quot;:9404,&quot;44140&quot;:9405,&quot;44141&quot;:9406,&quot;44142&quot;:9407,&quot;44143&quot;:9408,&quot;44146&quot;:9409,&quot;44147&quot;:9410,&quot;44149&quot;:9411,&quot;44150&quot;:9412,&quot;44153&quot;:9413,&quot;44155&quot;:9414,&quot;44156&quot;:9415,&quot;44157&quot;:9416,&quot;44158&quot;:9417,&quot;44159&quot;:9418,&quot;44162&quot;:9419,&quot;44167&quot;:9420,&quot;44168&quot;:9421,&quot;44173&quot;:9422,&quot;44174&quot;:9423,&quot;44175&quot;:9424,&quot;44177&quot;:9425,&quot;44178&quot;:9426,&quot;44179&quot;:9427,&quot;44181&quot;:9428,&quot;44182&quot;:9429,&quot;44183&quot;:9430,&quot;44184&quot;:9431,&quot;44185&quot;:9432,&quot;44186&quot;:9433,&quot;44187&quot;:9434,&quot;44190&quot;:9435,&quot;44194&quot;:9436,&quot;44195&quot;:9437,&quot;44196&quot;:9438,&quot;44197&quot;:9439,&quot;44198&quot;:9440,&quot;44199&quot;:9441,&quot;44203&quot;:9442,&quot;44205&quot;:9443,&quot;44206&quot;:9444,&quot;44209&quot;:9445,&quot;44210&quot;:9446,&quot;44211&quot;:9447,&quot;44212&quot;:9448,&quot;44213&quot;:9449,&quot;44214&quot;:9450,&quot;44215&quot;:9451,&quot;44218&quot;:9452,&quot;44222&quot;:9453,&quot;44223&quot;:9454,&quot;44224&quot;:9455,&quot;44226&quot;:9456,&quot;44227&quot;:9457,&quot;44229&quot;:9458,&quot;44230&quot;:9459,&quot;44231&quot;:9460,&quot;44233&quot;:9461,&quot;44234&quot;:9462,&quot;44235&quot;:9463,&quot;44237&quot;:9464,&quot;44238&quot;:9465,&quot;44239&quot;:9466,&quot;44240&quot;:9467,&quot;44241&quot;:9468,&quot;44242&quot;:9469,&quot;44243&quot;:9470,&quot;44244&quot;:9471,&quot;44246&quot;:9472,&quot;44248&quot;:9473,&quot;44249&quot;:9474,&quot;44250&quot;:9475,&quot;44251&quot;:9476,&quot;44252&quot;:9477,&quot;44253&quot;:9478,&quot;44254&quot;:9479,&quot;44255&quot;:9480,&quot;44258&quot;:9481,&quot;44259&quot;:9482,&quot;44261&quot;:9483,&quot;44262&quot;:9484,&quot;44265&quot;:9485,&quot;44267&quot;:9486,&quot;44269&quot;:9487,&quot;44270&quot;:9488,&quot;44274&quot;:9489,&quot;44276&quot;:9490,&quot;44279&quot;:9491,&quot;44280&quot;:9492,&quot;44281&quot;:9493,&quot;44282&quot;:9494,&quot;44283&quot;:9495,&quot;44286&quot;:9496,&quot;44287&quot;:9497,&quot;44289&quot;:9498,&quot;44290&quot;:9499,&quot;44291&quot;:9500,&quot;44293&quot;:9501,&quot;44295&quot;:9502,&quot;44296&quot;:9503,&quot;44297&quot;:9504,&quot;44298&quot;:9505,&quot;44299&quot;:9506,&quot;44302&quot;:9507,&quot;44304&quot;:9508,&quot;44306&quot;:9509,&quot;44307&quot;:9510,&quot;44308&quot;:9511,&quot;44309&quot;:9512,&quot;44310&quot;:9513,&quot;44311&quot;:9514,&quot;44313&quot;:9515,&quot;44314&quot;:9516,&quot;44315&quot;:9517,&quot;44317&quot;:9518,&quot;44318&quot;:9519,&quot;44319&quot;:9520,&quot;44321&quot;:9521,&quot;44322&quot;:9522,&quot;44323&quot;:9523,&quot;44324&quot;:9524,&quot;44325&quot;:9525,&quot;44326&quot;:9526,&quot;44327&quot;:9527,&quot;44328&quot;:9528,&quot;44330&quot;:9529,&quot;44331&quot;:9530,&quot;44334&quot;:9531,&quot;44335&quot;:9532,&quot;44336&quot;:9533,&quot;44337&quot;:9534,&quot;44338&quot;:9535,&quot;44339&quot;:9536,&quot;44342&quot;:9537,&quot;44343&quot;:9538,&quot;44345&quot;:9539,&quot;44346&quot;:9540,&quot;44347&quot;:9541,&quot;44349&quot;:9542,&quot;44350&quot;:9543,&quot;44351&quot;:9544,&quot;44352&quot;:9545,&quot;44353&quot;:9546,&quot;44354&quot;:9547,&quot;44355&quot;:9548,&quot;44358&quot;:9549,&quot;44360&quot;:9550,&quot;44362&quot;:9551,&quot;44363&quot;:9552,&quot;44364&quot;:9553,&quot;44365&quot;:9554,&quot;44366&quot;:9555,&quot;44367&quot;:9556,&quot;44369&quot;:9557,&quot;44370&quot;:9558,&quot;44371&quot;:9559,&quot;44373&quot;:9560,&quot;44374&quot;:9561,&quot;44375&quot;:9562,&quot;44377&quot;:9563,&quot;44378&quot;:9564,&quot;44379&quot;:9565,&quot;44380&quot;:9566,&quot;44381&quot;:9567,&quot;44382&quot;:9568,&quot;44383&quot;:9569,&quot;44384&quot;:9570,&quot;44386&quot;:9571,&quot;44388&quot;:9572,&quot;44389&quot;:9573,&quot;44390&quot;:9574,&quot;44391&quot;:9575,&quot;44392&quot;:9576,&quot;44393&quot;:9577,&quot;44394&quot;:9578,&quot;44395&quot;:9579,&quot;44398&quot;:9580,&quot;44399&quot;:9581,&quot;44401&quot;:9582,&quot;44402&quot;:9583,&quot;44407&quot;:9584,&quot;44408&quot;:9585,&quot;44409&quot;:9586,&quot;44410&quot;:9587,&quot;44414&quot;:9588,&quot;44416&quot;:9589,&quot;44419&quot;:9590,&quot;44420&quot;:9591,&quot;44421&quot;:9592,&quot;44422&quot;:9593,&quot;44423&quot;:9594,&quot;44426&quot;:9595,&quot;44427&quot;:9596,&quot;44429&quot;:9597,&quot;44430&quot;:9598,&quot;44431&quot;:9599,&quot;44433&quot;:9600,&quot;44434&quot;:9601,&quot;44435&quot;:9602,&quot;44436&quot;:9603,&quot;44437&quot;:9604,&quot;44438&quot;:9605,&quot;44439&quot;:9606,&quot;44440&quot;:9607,&quot;44441&quot;:9608,&quot;44442&quot;:9609,&quot;44443&quot;:9610,&quot;44446&quot;:9611,&quot;44447&quot;:9612,&quot;44448&quot;:9613,&quot;44449&quot;:9614,&quot;44450&quot;:9615,&quot;44451&quot;:9616,&quot;44453&quot;:9617,&quot;44454&quot;:9618,&quot;44455&quot;:9619,&quot;44456&quot;:9620,&quot;44457&quot;:9621,&quot;44458&quot;:9622,&quot;44459&quot;:9623,&quot;44460&quot;:9624,&quot;44461&quot;:9625,&quot;44462&quot;:9626,&quot;44463&quot;:9627,&quot;44464&quot;:9628,&quot;44465&quot;:9629,&quot;44466&quot;:9630,&quot;44467&quot;:9631,&quot;44468&quot;:9632,&quot;44469&quot;:9633,&quot;44470&quot;:9634,&quot;44472&quot;:9635,&quot;44473&quot;:9636,&quot;44474&quot;:9637,&quot;44475&quot;:9638,&quot;44476&quot;:9639,&quot;44477&quot;:9640,&quot;44478&quot;:9641,&quot;44479&quot;:9642,&quot;44482&quot;:9643,&quot;44483&quot;:9644,&quot;44485&quot;:9645,&quot;44486&quot;:9646,&quot;44487&quot;:9647,&quot;44489&quot;:9648,&quot;44490&quot;:9649,&quot;44491&quot;:9650,&quot;44492&quot;:9651,&quot;44493&quot;:9652,&quot;44494&quot;:9653,&quot;44495&quot;:9654,&quot;44498&quot;:9655,&quot;44500&quot;:9656,&quot;44501&quot;:9657,&quot;44502&quot;:9658,&quot;44503&quot;:9659,&quot;44504&quot;:9660,&quot;44505&quot;:9661,&quot;44506&quot;:9662,&quot;44507&quot;:9663,&quot;44509&quot;:9664,&quot;44510&quot;:9665,&quot;44511&quot;:9666,&quot;44513&quot;:9667,&quot;44514&quot;:9668,&quot;44515&quot;:9669,&quot;44517&quot;:9670,&quot;44518&quot;:9671,&quot;44519&quot;:9672,&quot;44520&quot;:9673,&quot;44521&quot;:9674,&quot;44522&quot;:9675,&quot;44523&quot;:9676,&quot;44524&quot;:9677,&quot;44525&quot;:9678,&quot;44526&quot;:9679,&quot;44527&quot;:9680,&quot;44528&quot;:9681,&quot;44529&quot;:9682,&quot;44530&quot;:9683,&quot;44531&quot;:9684,&quot;44532&quot;:9685,&quot;44533&quot;:9686,&quot;44534&quot;:9687,&quot;44535&quot;:9688,&quot;44538&quot;:9689,&quot;44539&quot;:9690,&quot;44541&quot;:9691,&quot;44542&quot;:9692,&quot;44546&quot;:9693,&quot;44547&quot;:9694,&quot;44548&quot;:9695,&quot;44549&quot;:9696,&quot;44550&quot;:9697,&quot;44551&quot;:9698,&quot;44554&quot;:9699,&quot;44556&quot;:9700,&quot;44558&quot;:9701,&quot;44559&quot;:9702,&quot;44560&quot;:9703,&quot;44561&quot;:9704,&quot;44562&quot;:9705,&quot;44563&quot;:9706,&quot;44565&quot;:9707,&quot;44566&quot;:9708,&quot;44567&quot;:9709,&quot;44568&quot;:9710,&quot;44569&quot;:9711,&quot;44570&quot;:9712,&quot;44571&quot;:9713,&quot;44572&quot;:9714,&quot;44573&quot;:9715,&quot;44574&quot;:9716,&quot;44575&quot;:9717,&quot;44576&quot;:9718,&quot;44577&quot;:9719,&quot;44578&quot;:9720,&quot;44579&quot;:9721,&quot;44580&quot;:9722,&quot;44581&quot;:9723,&quot;44582&quot;:9724,&quot;44583&quot;:9725,&quot;44584&quot;:9726,&quot;44585&quot;:9727,&quot;44586&quot;:9728,&quot;44587&quot;:9729,&quot;44588&quot;:9730,&quot;44589&quot;:9731,&quot;44590&quot;:9732,&quot;44591&quot;:9733,&quot;44594&quot;:9734,&quot;44595&quot;:9735,&quot;44597&quot;:9736,&quot;44598&quot;:9737,&quot;44601&quot;:9738,&quot;44603&quot;:9739,&quot;44604&quot;:9740,&quot;44605&quot;:9741,&quot;44606&quot;:9742,&quot;44607&quot;:9743,&quot;44610&quot;:9744,&quot;44612&quot;:9745,&quot;44615&quot;:9746,&quot;44616&quot;:9747,&quot;44617&quot;:9748,&quot;44619&quot;:9749,&quot;44623&quot;:9750,&quot;44625&quot;:9751,&quot;44626&quot;:9752,&quot;44627&quot;:9753,&quot;44629&quot;:9754,&quot;44631&quot;:9755,&quot;44632&quot;:9756,&quot;44633&quot;:9757,&quot;44634&quot;:9758,&quot;44635&quot;:9759,&quot;44638&quot;:9760,&quot;44642&quot;:9761,&quot;44643&quot;:9762,&quot;44644&quot;:9763,&quot;44646&quot;:9764,&quot;44647&quot;:9765,&quot;44650&quot;:9766,&quot;44651&quot;:9767,&quot;44653&quot;:9768,&quot;44654&quot;:9769,&quot;44655&quot;:9770,&quot;44657&quot;:9771,&quot;44658&quot;:9772,&quot;44659&quot;:9773,&quot;44660&quot;:9774,&quot;44661&quot;:9775,&quot;44662&quot;:9776,&quot;44663&quot;:9777,&quot;44666&quot;:9778,&quot;44670&quot;:9779,&quot;44671&quot;:9780,&quot;44672&quot;:9781,&quot;44673&quot;:9782,&quot;44674&quot;:9783,&quot;44675&quot;:9784,&quot;44678&quot;:9785,&quot;44679&quot;:9786,&quot;44680&quot;:9787,&quot;44681&quot;:9788,&quot;44682&quot;:9789,&quot;44683&quot;:9790,&quot;44685&quot;:9791,&quot;44686&quot;:9792,&quot;44687&quot;:9793,&quot;44688&quot;:9794,&quot;44689&quot;:9795,&quot;44690&quot;:9796,&quot;44691&quot;:9797,&quot;44692&quot;:9798,&quot;44693&quot;:9799,&quot;44694&quot;:9800,&quot;44695&quot;:9801,&quot;44696&quot;:9802,&quot;44697&quot;:9803,&quot;44698&quot;:9804,&quot;44699&quot;:9805,&quot;44700&quot;:9806,&quot;44701&quot;:9807,&quot;44702&quot;:9808,&quot;44703&quot;:9809,&quot;44704&quot;:9810,&quot;44705&quot;:9811,&quot;44706&quot;:9812,&quot;44707&quot;:9813,&quot;44708&quot;:9814,&quot;44709&quot;:9815,&quot;44710&quot;:9816,&quot;44711&quot;:9817,&quot;44712&quot;:9818,&quot;44713&quot;:9819,&quot;44714&quot;:9820,&quot;44715&quot;:9821,&quot;44716&quot;:9822,&quot;44717&quot;:9823,&quot;44718&quot;:9824,&quot;44719&quot;:9825,&quot;44720&quot;:9826,&quot;44721&quot;:9827,&quot;44722&quot;:9828,&quot;44723&quot;:9829,&quot;44724&quot;:9830,&quot;44725&quot;:9831,&quot;44726&quot;:9832,&quot;44727&quot;:9833,&quot;44728&quot;:9834,&quot;44729&quot;:9835,&quot;44730&quot;:9836,&quot;44731&quot;:9837,&quot;44735&quot;:9838,&quot;44737&quot;:9839,&quot;44738&quot;:9840,&quot;44739&quot;:9841,&quot;44741&quot;:9842,&quot;44742&quot;:9843,&quot;44743&quot;:9844,&quot;44744&quot;:9845,&quot;44745&quot;:9846,&quot;44746&quot;:9847,&quot;44747&quot;:9848,&quot;44750&quot;:9849,&quot;44754&quot;:9850,&quot;44755&quot;:9851,&quot;44756&quot;:9852,&quot;44757&quot;:9853,&quot;44758&quot;:9854,&quot;44759&quot;:9855,&quot;44762&quot;:9856,&quot;44763&quot;:9857,&quot;44765&quot;:9858,&quot;44766&quot;:9859,&quot;44767&quot;:9860,&quot;44768&quot;:9861,&quot;44769&quot;:9862,&quot;44770&quot;:9863,&quot;44771&quot;:9864,&quot;44772&quot;:9865,&quot;44773&quot;:9866,&quot;44774&quot;:9867,&quot;44775&quot;:9868,&quot;44777&quot;:9869,&quot;44778&quot;:9870,&quot;44780&quot;:9871,&quot;44782&quot;:9872,&quot;44783&quot;:9873,&quot;44784&quot;:9874,&quot;44785&quot;:9875,&quot;44786&quot;:9876,&quot;44787&quot;:9877,&quot;44789&quot;:9878,&quot;44790&quot;:9879,&quot;44791&quot;:9880,&quot;44793&quot;:9881,&quot;44794&quot;:9882,&quot;44795&quot;:9883,&quot;44797&quot;:9884,&quot;44798&quot;:9885,&quot;44799&quot;:9886,&quot;44800&quot;:9887,&quot;44801&quot;:9888,&quot;44802&quot;:9889,&quot;44803&quot;:9890,&quot;44804&quot;:9891,&quot;44805&quot;:9892,&quot;44806&quot;:9893,&quot;44809&quot;:9894,&quot;44810&quot;:9895,&quot;44811&quot;:9896,&quot;44812&quot;:9897,&quot;44814&quot;:9898,&quot;44815&quot;:9899,&quot;44817&quot;:9900,&quot;44818&quot;:9901,&quot;44819&quot;:9902,&quot;44820&quot;:9903,&quot;44821&quot;:9904,&quot;44822&quot;:9905,&quot;44823&quot;:9906,&quot;44824&quot;:9907,&quot;44825&quot;:9908,&quot;44826&quot;:9909,&quot;44827&quot;:9910,&quot;44828&quot;:9911,&quot;44829&quot;:9912,&quot;44830&quot;:9913,&quot;44831&quot;:9914,&quot;44832&quot;:9915,&quot;44833&quot;:9916,&quot;44834&quot;:9917,&quot;44835&quot;:9918,&quot;44836&quot;:9919,&quot;44837&quot;:9920,&quot;44838&quot;:9921,&quot;44839&quot;:9922,&quot;44840&quot;:9923,&quot;44841&quot;:9924,&quot;44842&quot;:9925,&quot;44843&quot;:9926,&quot;44846&quot;:9927,&quot;44847&quot;:9928,&quot;44849&quot;:9929,&quot;44851&quot;:9930,&quot;44853&quot;:9931,&quot;44854&quot;:9932,&quot;44855&quot;:9933,&quot;44856&quot;:9934,&quot;44857&quot;:9935,&quot;44858&quot;:9936,&quot;44859&quot;:9937,&quot;44862&quot;:9938,&quot;44864&quot;:9939,&quot;44868&quot;:9940,&quot;44869&quot;:9941,&quot;44870&quot;:9942,&quot;44871&quot;:9943,&quot;44874&quot;:9944,&quot;44875&quot;:9945,&quot;44876&quot;:9946,&quot;44877&quot;:9947,&quot;44878&quot;:9948,&quot;44879&quot;:9949,&quot;44881&quot;:9950,&quot;44882&quot;:9951,&quot;44883&quot;:9952,&quot;44884&quot;:9953,&quot;44885&quot;:9954,&quot;44886&quot;:9955,&quot;44887&quot;:9956,&quot;44888&quot;:9957,&quot;44889&quot;:9958,&quot;44890&quot;:9959,&quot;44891&quot;:9960,&quot;44894&quot;:9961,&quot;44895&quot;:9962,&quot;44896&quot;:9963,&quot;44897&quot;:9964,&quot;44898&quot;:9965,&quot;44899&quot;:9966,&quot;44902&quot;:9967,&quot;44903&quot;:9968,&quot;44904&quot;:9969,&quot;44905&quot;:9970,&quot;44906&quot;:9971,&quot;44907&quot;:9972,&quot;44908&quot;:9973,&quot;44909&quot;:9974,&quot;44910&quot;:9975,&quot;44911&quot;:9976,&quot;44912&quot;:9977,&quot;44913&quot;:9978,&quot;44914&quot;:9979,&quot;44915&quot;:9980,&quot;44916&quot;:9981,&quot;44917&quot;:9982,&quot;44918&quot;:9983,&quot;44919&quot;:9984,&quot;44920&quot;:9985,&quot;44922&quot;:9986,&quot;44923&quot;:9987,&quot;44924&quot;:9988,&quot;44925&quot;:9989,&quot;44926&quot;:9990,&quot;44927&quot;:9991,&quot;44929&quot;:9992,&quot;44930&quot;:9993,&quot;44931&quot;:9994,&quot;44933&quot;:9995,&quot;44934&quot;:9996,&quot;44935&quot;:9997,&quot;44937&quot;:9998,&quot;44938&quot;:9999,&quot;44939&quot;:10000,&quot;44940&quot;:10001,&quot;44941&quot;:10002,&quot;44942&quot;:10003,&quot;44943&quot;:10004,&quot;44946&quot;:10005,&quot;44947&quot;:10006,&quot;44948&quot;:10007,&quot;44950&quot;:10008,&quot;44951&quot;:10009,&quot;44952&quot;:10010,&quot;44953&quot;:10011,&quot;44954&quot;:10012,&quot;44955&quot;:10013,&quot;44957&quot;:10014,&quot;44958&quot;:10015,&quot;44959&quot;:10016,&quot;44960&quot;:10017,&quot;44961&quot;:10018,&quot;44962&quot;:10019,&quot;44963&quot;:10020,&quot;44964&quot;:10021,&quot;44965&quot;:10022,&quot;44966&quot;:10023,&quot;44967&quot;:10024,&quot;44968&quot;:10025,&quot;44969&quot;:10026,&quot;44970&quot;:10027,&quot;44971&quot;:10028,&quot;44972&quot;:10029,&quot;44973&quot;:10030,&quot;44974&quot;:10031,&quot;44975&quot;:10032,&quot;44976&quot;:10033,&quot;44977&quot;:10034,&quot;44978&quot;:10035,&quot;44979&quot;:10036,&quot;44980&quot;:10037,&quot;44981&quot;:10038,&quot;44982&quot;:10039,&quot;44983&quot;:10040,&quot;44986&quot;:10041,&quot;44987&quot;:10042,&quot;44989&quot;:10043,&quot;44990&quot;:10044,&quot;44991&quot;:10045,&quot;44993&quot;:10046,&quot;44994&quot;:10047,&quot;44995&quot;:10048,&quot;44996&quot;:10049,&quot;44997&quot;:10050,&quot;44998&quot;:10051,&quot;45002&quot;:10052,&quot;45004&quot;:10053,&quot;45007&quot;:10054,&quot;45008&quot;:10055,&quot;45009&quot;:10056,&quot;45010&quot;:10057,&quot;45011&quot;:10058,&quot;45013&quot;:10059,&quot;45014&quot;:10060,&quot;45015&quot;:10061,&quot;45016&quot;:10062,&quot;45017&quot;:10063,&quot;45018&quot;:10064,&quot;45019&quot;:10065,&quot;45021&quot;:10066,&quot;45022&quot;:10067,&quot;45023&quot;:10068,&quot;45024&quot;:10069,&quot;45025&quot;:10070,&quot;45026&quot;:10071,&quot;45027&quot;:10072,&quot;45028&quot;:10073,&quot;45029&quot;:10074,&quot;45030&quot;:10075,&quot;45031&quot;:10076,&quot;45034&quot;:10077,&quot;45035&quot;:10078,&quot;45036&quot;:10079,&quot;45037&quot;:10080,&quot;45038&quot;:10081,&quot;45039&quot;:10082,&quot;45042&quot;:10083,&quot;45043&quot;:10084,&quot;45045&quot;:10085,&quot;45046&quot;:10086,&quot;45047&quot;:10087,&quot;45049&quot;:10088,&quot;45050&quot;:10089,&quot;45051&quot;:10090,&quot;45052&quot;:10091,&quot;45053&quot;:10092,&quot;45054&quot;:10093,&quot;45055&quot;:10094,&quot;45058&quot;:10095,&quot;45059&quot;:10096,&quot;45061&quot;:10097,&quot;45062&quot;:10098,&quot;45063&quot;:10099,&quot;45064&quot;:10100,&quot;45065&quot;:10101,&quot;45066&quot;:10102,&quot;45067&quot;:10103,&quot;45069&quot;:10104,&quot;45070&quot;:10105,&quot;45071&quot;:10106,&quot;45073&quot;:10107,&quot;45074&quot;:10108,&quot;45075&quot;:10109,&quot;45077&quot;:10110,&quot;45078&quot;:10111,&quot;45079&quot;:10112,&quot;45080&quot;:10113,&quot;45081&quot;:10114,&quot;45082&quot;:10115,&quot;45083&quot;:10116,&quot;45086&quot;:10117,&quot;45087&quot;:10118,&quot;45088&quot;:10119,&quot;45089&quot;:10120,&quot;45090&quot;:10121,&quot;45091&quot;:10122,&quot;45092&quot;:10123,&quot;45093&quot;:10124,&quot;45094&quot;:10125,&quot;45095&quot;:10126,&quot;45097&quot;:10127,&quot;45098&quot;:10128,&quot;45099&quot;:10129,&quot;45100&quot;:10130,&quot;45101&quot;:10131,&quot;45102&quot;:10132,&quot;45103&quot;:10133,&quot;45104&quot;:10134,&quot;45105&quot;:10135,&quot;45106&quot;:10136,&quot;45107&quot;:10137,&quot;45108&quot;:10138,&quot;45109&quot;:10139,&quot;45110&quot;:10140,&quot;45111&quot;:10141,&quot;45112&quot;:10142,&quot;45113&quot;:10143,&quot;45114&quot;:10144,&quot;45115&quot;:10145,&quot;45116&quot;:10146,&quot;45117&quot;:10147,&quot;45118&quot;:10148,&quot;45119&quot;:10149,&quot;45120&quot;:10150,&quot;45121&quot;:10151,&quot;45122&quot;:10152,&quot;45123&quot;:10153,&quot;45126&quot;:10154,&quot;45127&quot;:10155,&quot;45129&quot;:10156,&quot;45131&quot;:10157,&quot;45133&quot;:10158,&quot;45135&quot;:10159,&quot;45136&quot;:10160,&quot;45137&quot;:10161,&quot;45138&quot;:10162,&quot;45142&quot;:10163,&quot;45144&quot;:10164,&quot;45146&quot;:10165,&quot;45147&quot;:10166,&quot;45148&quot;:10167,&quot;45150&quot;:10168,&quot;45151&quot;:10169,&quot;45152&quot;:10170,&quot;45153&quot;:10171,&quot;45154&quot;:10172,&quot;45155&quot;:10173,&quot;45156&quot;:10174,&quot;45157&quot;:10175,&quot;45158&quot;:10176,&quot;45159&quot;:10177,&quot;45160&quot;:10178,&quot;45161&quot;:10179,&quot;45162&quot;:10180,&quot;45163&quot;:10181,&quot;45164&quot;:10182,&quot;45165&quot;:10183,&quot;45166&quot;:10184,&quot;45167&quot;:10185,&quot;45168&quot;:10186,&quot;45169&quot;:10187,&quot;45170&quot;:10188,&quot;45171&quot;:10189,&quot;45172&quot;:10190,&quot;45173&quot;:10191,&quot;45174&quot;:10192,&quot;45175&quot;:10193,&quot;45176&quot;:10194,&quot;45177&quot;:10195,&quot;45178&quot;:10196,&quot;45179&quot;:10197,&quot;45182&quot;:10198,&quot;45183&quot;:10199,&quot;45185&quot;:10200,&quot;45186&quot;:10201,&quot;45187&quot;:10202,&quot;45189&quot;:10203,&quot;45190&quot;:10204,&quot;45191&quot;:10205,&quot;45192&quot;:10206,&quot;45193&quot;:10207,&quot;45194&quot;:10208,&quot;45195&quot;:10209,&quot;45198&quot;:10210,&quot;45200&quot;:10211,&quot;45202&quot;:10212,&quot;45203&quot;:10213,&quot;45204&quot;:10214,&quot;45205&quot;:10215,&quot;45206&quot;:10216,&quot;45207&quot;:10217,&quot;45211&quot;:10218,&quot;45213&quot;:10219,&quot;45214&quot;:10220,&quot;45219&quot;:10221,&quot;45220&quot;:10222,&quot;45221&quot;:10223,&quot;45222&quot;:10224,&quot;45223&quot;:10225,&quot;45226&quot;:10226,&quot;45232&quot;:10227,&quot;45234&quot;:10228,&quot;45238&quot;:10229,&quot;45239&quot;:10230,&quot;45241&quot;:10231,&quot;45242&quot;:10232,&quot;45243&quot;:10233,&quot;45245&quot;:10234,&quot;45246&quot;:10235,&quot;45247&quot;:10236,&quot;45248&quot;:10237,&quot;45249&quot;:10238,&quot;45250&quot;:10239,&quot;45251&quot;:10240,&quot;45254&quot;:10241,&quot;45258&quot;:10242,&quot;45259&quot;:10243,&quot;45260&quot;:10244,&quot;45261&quot;:10245,&quot;45262&quot;:10246,&quot;45263&quot;:10247,&quot;45266&quot;:10248,&quot;45267&quot;:10249,&quot;45269&quot;:10250,&quot;45270&quot;:10251,&quot;45271&quot;:10252,&quot;45273&quot;:10253,&quot;45274&quot;:10254,&quot;45275&quot;:10255,&quot;45276&quot;:10256,&quot;45277&quot;:10257,&quot;45278&quot;:10258,&quot;45279&quot;:10259,&quot;45281&quot;:10260,&quot;45282&quot;:10261,&quot;45283&quot;:10262,&quot;45284&quot;:10263,&quot;45286&quot;:10264,&quot;45287&quot;:10265,&quot;45288&quot;:10266,&quot;45289&quot;:10267,&quot;45290&quot;:10268,&quot;45291&quot;:10269,&quot;45292&quot;:10270,&quot;45293&quot;:10271,&quot;45294&quot;:10272,&quot;45295&quot;:10273,&quot;45296&quot;:10274,&quot;45297&quot;:10275,&quot;45298&quot;:10276,&quot;45299&quot;:10277,&quot;45300&quot;:10278,&quot;45301&quot;:10279,&quot;45302&quot;:10280,&quot;45303&quot;:10281,&quot;45304&quot;:10282,&quot;45305&quot;:10283,&quot;45306&quot;:10284,&quot;45307&quot;:10285,&quot;45308&quot;:10286,&quot;45309&quot;:10287,&quot;45310&quot;:10288,&quot;45311&quot;:10289,&quot;45312&quot;:10290,&quot;45313&quot;:10291,&quot;45314&quot;:10292,&quot;45315&quot;:10293,&quot;45316&quot;:10294,&quot;45317&quot;:10295,&quot;45318&quot;:10296,&quot;45319&quot;:10297,&quot;45322&quot;:10298,&quot;45325&quot;:10299,&quot;45326&quot;:10300,&quot;45327&quot;:10301,&quot;45329&quot;:10302,&quot;45332&quot;:10303,&quot;45333&quot;:10304,&quot;45334&quot;:10305,&quot;45335&quot;:10306,&quot;45338&quot;:10307,&quot;45342&quot;:10308,&quot;45343&quot;:10309,&quot;45344&quot;:10310,&quot;45345&quot;:10311,&quot;45346&quot;:10312,&quot;45350&quot;:10313,&quot;45351&quot;:10314,&quot;45353&quot;:10315,&quot;45354&quot;:10316,&quot;45355&quot;:10317,&quot;45357&quot;:10318,&quot;45358&quot;:10319,&quot;45359&quot;:10320,&quot;45360&quot;:10321,&quot;45361&quot;:10322,&quot;45362&quot;:10323,&quot;45363&quot;:10324,&quot;45366&quot;:10325,&quot;45370&quot;:10326,&quot;45371&quot;:10327,&quot;45372&quot;:10328,&quot;45373&quot;:10329,&quot;45374&quot;:10330,&quot;45375&quot;:10331,&quot;45378&quot;:10332,&quot;45379&quot;:10333,&quot;45381&quot;:10334,&quot;45382&quot;:10335,&quot;45383&quot;:10336,&quot;45385&quot;:10337,&quot;45386&quot;:10338,&quot;45387&quot;:10339,&quot;45388&quot;:10340,&quot;45389&quot;:10341,&quot;45390&quot;:10342,&quot;45391&quot;:10343,&quot;45394&quot;:10344,&quot;45395&quot;:10345,&quot;45398&quot;:10346,&quot;45399&quot;:10347,&quot;45401&quot;:10348,&quot;45402&quot;:10349,&quot;45403&quot;:10350,&quot;45405&quot;:10351,&quot;45406&quot;:10352,&quot;45407&quot;:10353,&quot;45409&quot;:10354,&quot;45410&quot;:10355,&quot;45411&quot;:10356,&quot;45412&quot;:10357,&quot;45413&quot;:10358,&quot;45414&quot;:10359,&quot;45415&quot;:10360,&quot;45416&quot;:10361,&quot;45417&quot;:10362,&quot;45418&quot;:10363,&quot;45419&quot;:10364,&quot;45420&quot;:10365,&quot;45421&quot;:10366,&quot;45422&quot;:10367,&quot;45423&quot;:10368,&quot;45424&quot;:10369,&quot;45425&quot;:10370,&quot;45426&quot;:10371,&quot;45427&quot;:10372,&quot;45428&quot;:10373,&quot;45429&quot;:10374,&quot;45430&quot;:10375,&quot;45431&quot;:10376,&quot;45434&quot;:10377,&quot;45435&quot;:10378,&quot;45437&quot;:10379,&quot;45438&quot;:10380,&quot;45439&quot;:10381,&quot;45441&quot;:10382,&quot;45443&quot;:10383,&quot;45444&quot;:10384,&quot;45445&quot;:10385,&quot;45446&quot;:10386,&quot;45447&quot;:10387,&quot;45450&quot;:10388,&quot;45452&quot;:10389,&quot;45454&quot;:10390,&quot;45455&quot;:10391,&quot;45456&quot;:10392,&quot;45457&quot;:10393,&quot;45461&quot;:10394,&quot;45462&quot;:10395,&quot;45463&quot;:10396,&quot;45465&quot;:10397,&quot;45466&quot;:10398,&quot;45467&quot;:10399,&quot;45469&quot;:10400,&quot;45470&quot;:10401,&quot;45471&quot;:10402,&quot;45472&quot;:10403,&quot;45473&quot;:10404,&quot;45474&quot;:10405,&quot;45475&quot;:10406,&quot;45476&quot;:10407,&quot;45477&quot;:10408,&quot;45478&quot;:10409,&quot;45479&quot;:10410,&quot;45481&quot;:10411,&quot;45482&quot;:10412,&quot;45483&quot;:10413,&quot;45484&quot;:10414,&quot;45485&quot;:10415,&quot;45486&quot;:10416,&quot;45487&quot;:10417,&quot;45488&quot;:10418,&quot;45489&quot;:10419,&quot;45490&quot;:10420,&quot;45491&quot;:10421,&quot;45492&quot;:10422,&quot;45493&quot;:10423,&quot;45494&quot;:10424,&quot;45495&quot;:10425,&quot;45496&quot;:10426,&quot;45497&quot;:10427,&quot;45498&quot;:10428,&quot;45499&quot;:10429,&quot;45500&quot;:10430,&quot;45501&quot;:10431,&quot;45502&quot;:10432,&quot;45503&quot;:10433,&quot;45504&quot;:10434,&quot;45505&quot;:10435,&quot;45506&quot;:10436,&quot;45507&quot;:10437,&quot;45508&quot;:10438,&quot;45509&quot;:10439,&quot;45510&quot;:10440,&quot;45511&quot;:10441,&quot;45512&quot;:10442,&quot;45513&quot;:10443,&quot;45514&quot;:10444,&quot;45515&quot;:10445,&quot;45517&quot;:10446,&quot;45518&quot;:10447,&quot;45519&quot;:10448,&quot;45521&quot;:10449,&quot;45522&quot;:10450,&quot;45523&quot;:10451,&quot;45525&quot;:10452,&quot;45526&quot;:10453,&quot;45527&quot;:10454,&quot;45528&quot;:10455,&quot;45529&quot;:10456,&quot;45530&quot;:10457,&quot;45531&quot;:10458,&quot;45534&quot;:10459,&quot;45536&quot;:10460,&quot;45537&quot;:10461,&quot;45538&quot;:10462,&quot;45539&quot;:10463,&quot;45540&quot;:10464,&quot;45541&quot;:10465,&quot;45542&quot;:10466,&quot;45543&quot;:10467,&quot;45546&quot;:10468,&quot;45547&quot;:10469,&quot;45549&quot;:10470,&quot;45550&quot;:10471,&quot;45551&quot;:10472,&quot;45553&quot;:10473,&quot;45554&quot;:10474,&quot;45555&quot;:10475,&quot;45556&quot;:10476,&quot;45557&quot;:10477,&quot;45558&quot;:10478,&quot;45559&quot;:10479,&quot;45560&quot;:10480,&quot;45562&quot;:10481,&quot;45564&quot;:10482,&quot;45566&quot;:10483,&quot;45567&quot;:10484,&quot;45568&quot;:10485,&quot;45569&quot;:10486,&quot;45570&quot;:10487,&quot;45571&quot;:10488,&quot;45574&quot;:10489,&quot;45575&quot;:10490,&quot;45577&quot;:10491,&quot;45578&quot;:10492,&quot;45581&quot;:10493,&quot;45582&quot;:10494,&quot;45583&quot;:10495,&quot;45584&quot;:10496,&quot;45585&quot;:10497,&quot;45586&quot;:10498,&quot;45587&quot;:10499,&quot;45590&quot;:10500,&quot;45592&quot;:10501,&quot;45594&quot;:10502,&quot;45595&quot;:10503,&quot;45596&quot;:10504,&quot;45597&quot;:10505,&quot;45598&quot;:10506,&quot;45599&quot;:10507,&quot;45601&quot;:10508,&quot;45602&quot;:10509,&quot;45603&quot;:10510,&quot;45604&quot;:10511,&quot;45605&quot;:10512,&quot;45606&quot;:10513,&quot;45607&quot;:10514,&quot;45608&quot;:10515,&quot;45609&quot;:10516,&quot;45610&quot;:10517,&quot;45611&quot;:10518,&quot;45612&quot;:10519,&quot;45613&quot;:10520,&quot;45614&quot;:10521,&quot;45615&quot;:10522,&quot;45616&quot;:10523,&quot;45617&quot;:10524,&quot;45618&quot;:10525,&quot;45619&quot;:10526,&quot;45621&quot;:10527,&quot;45622&quot;:10528,&quot;45623&quot;:10529,&quot;45624&quot;:10530,&quot;45625&quot;:10531,&quot;45626&quot;:10532,&quot;45627&quot;:10533,&quot;45629&quot;:10534,&quot;45630&quot;:10535,&quot;45631&quot;:10536,&quot;45632&quot;:10537,&quot;45633&quot;:10538,&quot;45634&quot;:10539,&quot;45635&quot;:10540,&quot;45636&quot;:10541,&quot;45637&quot;:10542,&quot;45638&quot;:10543,&quot;45639&quot;:10544,&quot;45640&quot;:10545,&quot;45641&quot;:10546,&quot;45642&quot;:10547,&quot;45643&quot;:10548,&quot;45644&quot;:10549,&quot;45645&quot;:10550,&quot;45646&quot;:10551,&quot;45647&quot;:10552,&quot;45648&quot;:10553,&quot;45649&quot;:10554,&quot;45650&quot;:10555,&quot;45651&quot;:10556,&quot;45652&quot;:10557,&quot;45653&quot;:10558,&quot;45654&quot;:10559,&quot;45655&quot;:10560,&quot;45657&quot;:10561,&quot;45658&quot;:10562,&quot;45659&quot;:10563,&quot;45661&quot;:10564,&quot;45662&quot;:10565,&quot;45663&quot;:10566,&quot;45665&quot;:10567,&quot;45666&quot;:10568,&quot;45667&quot;:10569,&quot;45668&quot;:10570,&quot;45669&quot;:10571,&quot;45670&quot;:10572,&quot;45671&quot;:10573,&quot;45674&quot;:10574,&quot;45675&quot;:10575,&quot;45676&quot;:10576,&quot;45677&quot;:10577,&quot;45678&quot;:10578,&quot;45679&quot;:10579,&quot;45680&quot;:10580,&quot;45681&quot;:10581,&quot;45682&quot;:10582,&quot;45683&quot;:10583,&quot;45686&quot;:10584,&quot;45687&quot;:10585,&quot;45688&quot;:10586,&quot;45689&quot;:10587,&quot;45690&quot;:10588,&quot;45691&quot;:10589,&quot;45693&quot;:10590,&quot;45694&quot;:10591,&quot;45695&quot;:10592,&quot;45696&quot;:10593,&quot;45697&quot;:10594,&quot;45698&quot;:10595,&quot;45699&quot;:10596,&quot;45702&quot;:10597,&quot;45703&quot;:10598,&quot;45704&quot;:10599,&quot;45706&quot;:10600,&quot;45707&quot;:10601,&quot;45708&quot;:10602,&quot;45709&quot;:10603,&quot;45710&quot;:10604,&quot;45711&quot;:10605,&quot;45714&quot;:10606,&quot;45715&quot;:10607,&quot;45717&quot;:10608,&quot;45718&quot;:10609,&quot;45719&quot;:10610,&quot;45723&quot;:10611,&quot;45724&quot;:10612,&quot;45725&quot;:10613,&quot;45726&quot;:10614,&quot;45727&quot;:10615,&quot;45730&quot;:10616,&quot;45732&quot;:10617,&quot;45735&quot;:10618,&quot;45736&quot;:10619,&quot;45737&quot;:10620,&quot;45739&quot;:10621,&quot;45741&quot;:10622,&quot;45742&quot;:10623,&quot;45743&quot;:10624,&quot;45745&quot;:10625,&quot;45746&quot;:10626,&quot;45747&quot;:10627,&quot;45749&quot;:10628,&quot;45750&quot;:10629,&quot;45751&quot;:10630,&quot;45752&quot;:10631,&quot;45753&quot;:10632,&quot;45754&quot;:10633,&quot;45755&quot;:10634,&quot;45756&quot;:10635,&quot;45757&quot;:10636,&quot;45758&quot;:10637,&quot;45759&quot;:10638,&quot;45760&quot;:10639,&quot;45761&quot;:10640,&quot;45762&quot;:10641,&quot;45763&quot;:10642,&quot;45764&quot;:10643,&quot;45765&quot;:10644,&quot;45766&quot;:10645,&quot;45767&quot;:10646,&quot;45770&quot;:10647,&quot;45771&quot;:10648,&quot;45773&quot;:10649,&quot;45774&quot;:10650,&quot;45775&quot;:10651,&quot;45777&quot;:10652,&quot;45779&quot;:10653,&quot;45780&quot;:10654,&quot;45781&quot;:10655,&quot;45782&quot;:10656,&quot;45783&quot;:10657,&quot;45786&quot;:10658,&quot;45788&quot;:10659,&quot;45790&quot;:10660,&quot;45791&quot;:10661,&quot;45792&quot;:10662,&quot;45793&quot;:10663,&quot;45795&quot;:10664,&quot;45799&quot;:10665,&quot;45801&quot;:10666,&quot;45802&quot;:10667,&quot;45808&quot;:10668,&quot;45809&quot;:10669,&quot;45810&quot;:10670,&quot;45814&quot;:10671,&quot;45820&quot;:10672,&quot;45821&quot;:10673,&quot;45822&quot;:10674,&quot;45826&quot;:10675,&quot;45827&quot;:10676,&quot;45829&quot;:10677,&quot;45830&quot;:10678,&quot;45831&quot;:10679,&quot;45833&quot;:10680,&quot;45834&quot;:10681,&quot;45835&quot;:10682,&quot;45836&quot;:10683,&quot;45837&quot;:10684,&quot;45838&quot;:10685,&quot;45839&quot;:10686,&quot;45842&quot;:10687,&quot;45846&quot;:10688,&quot;45847&quot;:10689,&quot;45848&quot;:10690,&quot;45849&quot;:10691,&quot;45850&quot;:10692,&quot;45851&quot;:10693,&quot;45853&quot;:10694,&quot;45854&quot;:10695,&quot;45855&quot;:10696,&quot;45856&quot;:10697,&quot;45857&quot;:10698,&quot;45858&quot;:10699,&quot;45859&quot;:10700,&quot;45860&quot;:10701,&quot;45861&quot;:10702,&quot;45862&quot;:10703,&quot;45863&quot;:10704,&quot;45864&quot;:10705,&quot;45865&quot;:10706,&quot;45866&quot;:10707,&quot;45867&quot;:10708,&quot;45868&quot;:10709,&quot;45869&quot;:10710,&quot;45870&quot;:10711,&quot;45871&quot;:10712,&quot;45872&quot;:10713,&quot;45873&quot;:10714,&quot;45874&quot;:10715,&quot;45875&quot;:10716,&quot;45876&quot;:10717,&quot;45877&quot;:10718,&quot;45878&quot;:10719,&quot;45879&quot;:10720,&quot;45880&quot;:10721,&quot;45881&quot;:10722,&quot;45882&quot;:10723,&quot;45883&quot;:10724,&quot;45884&quot;:10725,&quot;45885&quot;:10726,&quot;45886&quot;:10727,&quot;45887&quot;:10728,&quot;45888&quot;:10729,&quot;45889&quot;:10730,&quot;45890&quot;:10731,&quot;45891&quot;:10732,&quot;45892&quot;:10733,&quot;45893&quot;:10734,&quot;45894&quot;:10735,&quot;45895&quot;:10736,&quot;45896&quot;:10737,&quot;45897&quot;:10738,&quot;45898&quot;:10739,&quot;45899&quot;:10740,&quot;45900&quot;:10741,&quot;45901&quot;:10742,&quot;45902&quot;:10743,&quot;45903&quot;:10744,&quot;45904&quot;:10745,&quot;45905&quot;:10746,&quot;45906&quot;:10747,&quot;45907&quot;:10748,&quot;45911&quot;:10749,&quot;45913&quot;:10750,&quot;45914&quot;:10751,&quot;45917&quot;:10752,&quot;45920&quot;:10753,&quot;45921&quot;:10754,&quot;45922&quot;:10755,&quot;45923&quot;:10756,&quot;45926&quot;:10757,&quot;45928&quot;:10758,&quot;45930&quot;:10759,&quot;45932&quot;:10760,&quot;45933&quot;:10761,&quot;45935&quot;:10762,&quot;45938&quot;:10763,&quot;45939&quot;:10764,&quot;45941&quot;:10765,&quot;45942&quot;:10766,&quot;45943&quot;:10767,&quot;45945&quot;:10768,&quot;45946&quot;:10769,&quot;45947&quot;:10770,&quot;45948&quot;:10771,&quot;45949&quot;:10772,&quot;45950&quot;:10773,&quot;45951&quot;:10774,&quot;45954&quot;:10775,&quot;45958&quot;:10776,&quot;45959&quot;:10777,&quot;45960&quot;:10778,&quot;45961&quot;:10779,&quot;45962&quot;:10780,&quot;45963&quot;:10781,&quot;45965&quot;:10782,&quot;45966&quot;:10783,&quot;45967&quot;:10784,&quot;45969&quot;:10785,&quot;45970&quot;:10786,&quot;45971&quot;:10787,&quot;45973&quot;:10788,&quot;45974&quot;:10789,&quot;45975&quot;:10790,&quot;45976&quot;:10791,&quot;45977&quot;:10792,&quot;45978&quot;:10793,&quot;45979&quot;:10794,&quot;45980&quot;:10795,&quot;45981&quot;:10796,&quot;45982&quot;:10797,&quot;45983&quot;:10798,&quot;45986&quot;:10799,&quot;45987&quot;:10800,&quot;45988&quot;:10801,&quot;45989&quot;:10802,&quot;45990&quot;:10803,&quot;45991&quot;:10804,&quot;45993&quot;:10805,&quot;45994&quot;:10806,&quot;45995&quot;:10807,&quot;45997&quot;:10808,&quot;45998&quot;:10809,&quot;45999&quot;:10810,&quot;46000&quot;:10811,&quot;46001&quot;:10812,&quot;46002&quot;:10813,&quot;46003&quot;:10814,&quot;46004&quot;:10815,&quot;46005&quot;:10816,&quot;46006&quot;:10817,&quot;46007&quot;:10818,&quot;46008&quot;:10819,&quot;46009&quot;:10820,&quot;46010&quot;:10821,&quot;46011&quot;:10822,&quot;46012&quot;:10823,&quot;46013&quot;:10824,&quot;46014&quot;:10825,&quot;46015&quot;:10826,&quot;46016&quot;:10827,&quot;46017&quot;:10828,&quot;46018&quot;:10829,&quot;46019&quot;:10830,&quot;46022&quot;:10831,&quot;46023&quot;:10832,&quot;46025&quot;:10833,&quot;46026&quot;:10834,&quot;46029&quot;:10835,&quot;46031&quot;:10836,&quot;46033&quot;:10837,&quot;46034&quot;:10838,&quot;46035&quot;:10839,&quot;46038&quot;:10840,&quot;46040&quot;:10841,&quot;46042&quot;:10842,&quot;46044&quot;:10843,&quot;46046&quot;:10844,&quot;46047&quot;:10845,&quot;46049&quot;:10846,&quot;46050&quot;:10847,&quot;46051&quot;:10848,&quot;46053&quot;:10849,&quot;46054&quot;:10850,&quot;46055&quot;:10851,&quot;46057&quot;:10852,&quot;46058&quot;:10853,&quot;46059&quot;:10854,&quot;46060&quot;:10855,&quot;46061&quot;:10856,&quot;46062&quot;:10857,&quot;46063&quot;:10858,&quot;46064&quot;:10859,&quot;46065&quot;:10860,&quot;46066&quot;:10861,&quot;46067&quot;:10862,&quot;46068&quot;:10863,&quot;46069&quot;:10864,&quot;46070&quot;:10865,&quot;46071&quot;:10866,&quot;46072&quot;:10867,&quot;46073&quot;:10868,&quot;46074&quot;:10869,&quot;46075&quot;:10870,&quot;46077&quot;:10871,&quot;46078&quot;:10872,&quot;46079&quot;:10873,&quot;46080&quot;:10874,&quot;46081&quot;:10875,&quot;46082&quot;:10876,&quot;46083&quot;:10877,&quot;46084&quot;:10878,&quot;46085&quot;:10879,&quot;46086&quot;:10880,&quot;46087&quot;:10881,&quot;46088&quot;:10882,&quot;46089&quot;:10883,&quot;46090&quot;:10884,&quot;46091&quot;:10885,&quot;46092&quot;:10886,&quot;46093&quot;:10887,&quot;46094&quot;:10888,&quot;46095&quot;:10889,&quot;46097&quot;:10890,&quot;46098&quot;:10891,&quot;46099&quot;:10892,&quot;46100&quot;:10893,&quot;46101&quot;:10894,&quot;46102&quot;:10895,&quot;46103&quot;:10896,&quot;46105&quot;:10897,&quot;46106&quot;:10898,&quot;46107&quot;:10899,&quot;46109&quot;:10900,&quot;46110&quot;:10901,&quot;46111&quot;:10902,&quot;46113&quot;:10903,&quot;46114&quot;:10904,&quot;46115&quot;:10905,&quot;46116&quot;:10906,&quot;46117&quot;:10907,&quot;46118&quot;:10908,&quot;46119&quot;:10909,&quot;46122&quot;:10910,&quot;46124&quot;:10911,&quot;46125&quot;:10912,&quot;46126&quot;:10913,&quot;46127&quot;:10914,&quot;46128&quot;:10915,&quot;46129&quot;:10916,&quot;46130&quot;:10917,&quot;46131&quot;:10918,&quot;46133&quot;:10919,&quot;46134&quot;:10920,&quot;46135&quot;:10921,&quot;46136&quot;:10922,&quot;46137&quot;:10923,&quot;46138&quot;:10924,&quot;46139&quot;:10925,&quot;46140&quot;:10926,&quot;46141&quot;:10927,&quot;46142&quot;:10928,&quot;46143&quot;:10929,&quot;46144&quot;:10930,&quot;46145&quot;:10931,&quot;46146&quot;:10932,&quot;46147&quot;:10933,&quot;46148&quot;:10934,&quot;46149&quot;:10935,&quot;46150&quot;:10936,&quot;46151&quot;:10937,&quot;46152&quot;:10938,&quot;46153&quot;:10939,&quot;46154&quot;:10940,&quot;46155&quot;:10941,&quot;46156&quot;:10942,&quot;46157&quot;:10943,&quot;46158&quot;:10944,&quot;46159&quot;:10945,&quot;46162&quot;:10946,&quot;46163&quot;:10947,&quot;46165&quot;:10948,&quot;46166&quot;:10949,&quot;46167&quot;:10950,&quot;46169&quot;:10951,&quot;46170&quot;:10952,&quot;46171&quot;:10953,&quot;46172&quot;:10954,&quot;46173&quot;:10955,&quot;46174&quot;:10956,&quot;46175&quot;:10957,&quot;46178&quot;:10958,&quot;46180&quot;:10959,&quot;46182&quot;:10960,&quot;46183&quot;:10961,&quot;46184&quot;:10962,&quot;46185&quot;:10963,&quot;46186&quot;:10964,&quot;46187&quot;:10965,&quot;46189&quot;:10966,&quot;46190&quot;:10967,&quot;46191&quot;:10968,&quot;46192&quot;:10969,&quot;46193&quot;:10970,&quot;46194&quot;:10971,&quot;46195&quot;:10972,&quot;46196&quot;:10973,&quot;46197&quot;:10974,&quot;46198&quot;:10975,&quot;46199&quot;:10976,&quot;46200&quot;:10977,&quot;46201&quot;:10978,&quot;46202&quot;:10979,&quot;46203&quot;:10980,&quot;46204&quot;:10981,&quot;46205&quot;:10982,&quot;46206&quot;:10983,&quot;46207&quot;:10984,&quot;46209&quot;:10985,&quot;46210&quot;:10986,&quot;46211&quot;:10987,&quot;46212&quot;:10988,&quot;46213&quot;:10989,&quot;46214&quot;:10990,&quot;46215&quot;:10991,&quot;46217&quot;:10992,&quot;46218&quot;:10993,&quot;46219&quot;:10994,&quot;46220&quot;:10995,&quot;46221&quot;:10996,&quot;46222&quot;:10997,&quot;46223&quot;:10998,&quot;46224&quot;:10999,&quot;46225&quot;:11000,&quot;46226&quot;:11001,&quot;46227&quot;:11002,&quot;46228&quot;:11003,&quot;46229&quot;:11004,&quot;46230&quot;:11005,&quot;46231&quot;:11006,&quot;46232&quot;:11007,&quot;46233&quot;:11008,&quot;46234&quot;:11009,&quot;46235&quot;:11010,&quot;46236&quot;:11011,&quot;46238&quot;:11012,&quot;46239&quot;:11013,&quot;46240&quot;:11014,&quot;46241&quot;:11015,&quot;46242&quot;:11016,&quot;46243&quot;:11017,&quot;46245&quot;:11018,&quot;46246&quot;:11019,&quot;46247&quot;:11020,&quot;46249&quot;:11021,&quot;46250&quot;:11022,&quot;46251&quot;:11023,&quot;46253&quot;:11024,&quot;46254&quot;:11025,&quot;46255&quot;:11026,&quot;46256&quot;:11027,&quot;46257&quot;:11028,&quot;46258&quot;:11029,&quot;46259&quot;:11030,&quot;46260&quot;:11031,&quot;46262&quot;:11032,&quot;46264&quot;:11033,&quot;46266&quot;:11034,&quot;46267&quot;:11035,&quot;46268&quot;:11036,&quot;46269&quot;:11037,&quot;46270&quot;:11038,&quot;46271&quot;:11039,&quot;46273&quot;:11040,&quot;46274&quot;:11041,&quot;46275&quot;:11042,&quot;46277&quot;:11043,&quot;46278&quot;:11044,&quot;46279&quot;:11045,&quot;46281&quot;:11046,&quot;46282&quot;:11047,&quot;46283&quot;:11048,&quot;46284&quot;:11049,&quot;46285&quot;:11050,&quot;46286&quot;:11051,&quot;46287&quot;:11052,&quot;46289&quot;:11053,&quot;46290&quot;:11054,&quot;46291&quot;:11055,&quot;46292&quot;:11056,&quot;46294&quot;:11057,&quot;46295&quot;:11058,&quot;46296&quot;:11059,&quot;46297&quot;:11060,&quot;46298&quot;:11061,&quot;46299&quot;:11062,&quot;46302&quot;:11063,&quot;46303&quot;:11064,&quot;46305&quot;:11065,&quot;46306&quot;:11066,&quot;46309&quot;:11067,&quot;46311&quot;:11068,&quot;46312&quot;:11069,&quot;46313&quot;:11070,&quot;46314&quot;:11071,&quot;46315&quot;:11072,&quot;46318&quot;:11073,&quot;46320&quot;:11074,&quot;46322&quot;:11075,&quot;46323&quot;:11076,&quot;46324&quot;:11077,&quot;46325&quot;:11078,&quot;46326&quot;:11079,&quot;46327&quot;:11080,&quot;46329&quot;:11081,&quot;46330&quot;:11082,&quot;46331&quot;:11083,&quot;46332&quot;:11084,&quot;46333&quot;:11085,&quot;46334&quot;:11086,&quot;46335&quot;:11087,&quot;46336&quot;:11088,&quot;46337&quot;:11089,&quot;46338&quot;:11090,&quot;46339&quot;:11091,&quot;46340&quot;:11092,&quot;46341&quot;:11093,&quot;46342&quot;:11094,&quot;46343&quot;:11095,&quot;46344&quot;:11096,&quot;46345&quot;:11097,&quot;46346&quot;:11098,&quot;46347&quot;:11099,&quot;46348&quot;:11100,&quot;46349&quot;:11101,&quot;46350&quot;:11102,&quot;46351&quot;:11103,&quot;46352&quot;:11104,&quot;46353&quot;:11105,&quot;46354&quot;:11106,&quot;46355&quot;:11107,&quot;46358&quot;:11108,&quot;46359&quot;:11109,&quot;46361&quot;:11110,&quot;46362&quot;:11111,&quot;46365&quot;:11112,&quot;46366&quot;:11113,&quot;46367&quot;:11114,&quot;46368&quot;:11115,&quot;46369&quot;:11116,&quot;46370&quot;:11117,&quot;46371&quot;:11118,&quot;46374&quot;:11119,&quot;46379&quot;:11120,&quot;46380&quot;:11121,&quot;46381&quot;:11122,&quot;46382&quot;:11123,&quot;46383&quot;:11124,&quot;46386&quot;:11125,&quot;46387&quot;:11126,&quot;46389&quot;:11127,&quot;46390&quot;:11128,&quot;46391&quot;:11129,&quot;46393&quot;:11130,&quot;46394&quot;:11131,&quot;46395&quot;:11132,&quot;46396&quot;:11133,&quot;46397&quot;:11134,&quot;46398&quot;:11135,&quot;46399&quot;:11136,&quot;46402&quot;:11137,&quot;46406&quot;:11138,&quot;46407&quot;:11139,&quot;46408&quot;:11140,&quot;46409&quot;:11141,&quot;46410&quot;:11142,&quot;46414&quot;:11143,&quot;46415&quot;:11144,&quot;46417&quot;:11145,&quot;46418&quot;:11146,&quot;46419&quot;:11147,&quot;46421&quot;:11148,&quot;46422&quot;:11149,&quot;46423&quot;:11150,&quot;46424&quot;:11151,&quot;46425&quot;:11152,&quot;46426&quot;:11153,&quot;46427&quot;:11154,&quot;46430&quot;:11155,&quot;46434&quot;:11156,&quot;46435&quot;:11157,&quot;46436&quot;:11158,&quot;46437&quot;:11159,&quot;46438&quot;:11160,&quot;46439&quot;:11161,&quot;46440&quot;:11162,&quot;46441&quot;:11163,&quot;46442&quot;:11164,&quot;46443&quot;:11165,&quot;46444&quot;:11166,&quot;46445&quot;:11167,&quot;46446&quot;:11168,&quot;46447&quot;:11169,&quot;46448&quot;:11170,&quot;46449&quot;:11171,&quot;46450&quot;:11172,&quot;46451&quot;:11173,&quot;46452&quot;:11174,&quot;46453&quot;:11175,&quot;46454&quot;:11176,&quot;46455&quot;:11177,&quot;46456&quot;:11178,&quot;46457&quot;:11179,&quot;46458&quot;:11180,&quot;46459&quot;:11181,&quot;46460&quot;:11182,&quot;46461&quot;:11183,&quot;46462&quot;:11184,&quot;46463&quot;:11185,&quot;46464&quot;:11186,&quot;46465&quot;:11187,&quot;46466&quot;:11188,&quot;46467&quot;:11189,&quot;46468&quot;:11190,&quot;46469&quot;:11191,&quot;46470&quot;:11192,&quot;46471&quot;:11193,&quot;46472&quot;:11194,&quot;46473&quot;:11195,&quot;46474&quot;:11196,&quot;46475&quot;:11197,&quot;46476&quot;:11198,&quot;46477&quot;:11199,&quot;46478&quot;:11200,&quot;46479&quot;:11201,&quot;46480&quot;:11202,&quot;46481&quot;:11203,&quot;46482&quot;:11204,&quot;46483&quot;:11205,&quot;46484&quot;:11206,&quot;46485&quot;:11207,&quot;46486&quot;:11208,&quot;46487&quot;:11209,&quot;46488&quot;:11210,&quot;46489&quot;:11211,&quot;46490&quot;:11212,&quot;46491&quot;:11213,&quot;46492&quot;:11214,&quot;46493&quot;:11215,&quot;46494&quot;:11216,&quot;46495&quot;:11217,&quot;46498&quot;:11218,&quot;46499&quot;:11219,&quot;46501&quot;:11220,&quot;46502&quot;:11221,&quot;46503&quot;:11222,&quot;46505&quot;:11223,&quot;46508&quot;:11224,&quot;46509&quot;:11225,&quot;46510&quot;:11226,&quot;46511&quot;:11227,&quot;46514&quot;:11228,&quot;46518&quot;:11229,&quot;46519&quot;:11230,&quot;46520&quot;:11231,&quot;46521&quot;:11232,&quot;46522&quot;:11233,&quot;46526&quot;:11234,&quot;46527&quot;:11235,&quot;46529&quot;:11236,&quot;46530&quot;:11237,&quot;46531&quot;:11238,&quot;46533&quot;:11239,&quot;46534&quot;:11240,&quot;46535&quot;:11241,&quot;46536&quot;:11242,&quot;46537&quot;:11243,&quot;46538&quot;:11244,&quot;46539&quot;:11245,&quot;46542&quot;:11246,&quot;46546&quot;:11247,&quot;46547&quot;:11248,&quot;46548&quot;:11249,&quot;46549&quot;:11250,&quot;46550&quot;:11251,&quot;46551&quot;:11252,&quot;46553&quot;:11253,&quot;46554&quot;:11254,&quot;46555&quot;:11255,&quot;46556&quot;:11256,&quot;46557&quot;:11257,&quot;46558&quot;:11258,&quot;46559&quot;:11259,&quot;46560&quot;:11260,&quot;46561&quot;:11261,&quot;46562&quot;:11262,&quot;46563&quot;:11263,&quot;46564&quot;:11264,&quot;46565&quot;:11265,&quot;46566&quot;:11266,&quot;46567&quot;:11267,&quot;46568&quot;:11268,&quot;46569&quot;:11269,&quot;46570&quot;:11270,&quot;46571&quot;:11271,&quot;46573&quot;:11272,&quot;46574&quot;:11273,&quot;46575&quot;:11274,&quot;46576&quot;:11275,&quot;46577&quot;:11276,&quot;46578&quot;:11277,&quot;46579&quot;:11278,&quot;46580&quot;:11279,&quot;46581&quot;:11280,&quot;46582&quot;:11281,&quot;46583&quot;:11282,&quot;46584&quot;:11283,&quot;46585&quot;:11284,&quot;46586&quot;:11285,&quot;46587&quot;:11286,&quot;46588&quot;:11287,&quot;46589&quot;:11288,&quot;46590&quot;:11289,&quot;46591&quot;:11290,&quot;46592&quot;:11291,&quot;46593&quot;:11292,&quot;46594&quot;:11293,&quot;46595&quot;:11294,&quot;46596&quot;:11295,&quot;46597&quot;:11296,&quot;46598&quot;:11297,&quot;46599&quot;:11298,&quot;46600&quot;:11299,&quot;46601&quot;:11300,&quot;46602&quot;:11301,&quot;46603&quot;:11302,&quot;46604&quot;:11303,&quot;46605&quot;:11304,&quot;46606&quot;:11305,&quot;46607&quot;:11306,&quot;46610&quot;:11307,&quot;46611&quot;:11308,&quot;46613&quot;:11309,&quot;46614&quot;:11310,&quot;46615&quot;:11311,&quot;46617&quot;:11312,&quot;46618&quot;:11313,&quot;46619&quot;:11314,&quot;46620&quot;:11315,&quot;46621&quot;:11316,&quot;46622&quot;:11317,&quot;46623&quot;:11318,&quot;46624&quot;:11319,&quot;46625&quot;:11320,&quot;46626&quot;:11321,&quot;46627&quot;:11322,&quot;46628&quot;:11323,&quot;46630&quot;:11324,&quot;46631&quot;:11325,&quot;46632&quot;:11326,&quot;46633&quot;:11327,&quot;46634&quot;:11328,&quot;46635&quot;:11329,&quot;46637&quot;:11330,&quot;46638&quot;:11331,&quot;46639&quot;:11332,&quot;46640&quot;:11333,&quot;46641&quot;:11334,&quot;46642&quot;:11335,&quot;46643&quot;:11336,&quot;46645&quot;:11337,&quot;46646&quot;:11338,&quot;46647&quot;:11339,&quot;46648&quot;:11340,&quot;46649&quot;:11341,&quot;46650&quot;:11342,&quot;46651&quot;:11343,&quot;46652&quot;:11344,&quot;46653&quot;:11345,&quot;46654&quot;:11346,&quot;46655&quot;:11347,&quot;46656&quot;:11348,&quot;46657&quot;:11349,&quot;46658&quot;:11350,&quot;46659&quot;:11351,&quot;46660&quot;:11352,&quot;46661&quot;:11353,&quot;46662&quot;:11354,&quot;46663&quot;:11355,&quot;46665&quot;:11356,&quot;46666&quot;:11357,&quot;46667&quot;:11358,&quot;46668&quot;:11359,&quot;46669&quot;:11360,&quot;46670&quot;:11361,&quot;46671&quot;:11362,&quot;46672&quot;:11363,&quot;46673&quot;:11364,&quot;46674&quot;:11365,&quot;46675&quot;:11366,&quot;46676&quot;:11367,&quot;46677&quot;:11368,&quot;46678&quot;:11369,&quot;46679&quot;:11370,&quot;46680&quot;:11371,&quot;46681&quot;:11372,&quot;46682&quot;:11373,&quot;46683&quot;:11374,&quot;46684&quot;:11375,&quot;46685&quot;:11376,&quot;46686&quot;:11377,&quot;46687&quot;:11378,&quot;46688&quot;:11379,&quot;46689&quot;:11380,&quot;46690&quot;:11381,&quot;46691&quot;:11382,&quot;46693&quot;:11383,&quot;46694&quot;:11384,&quot;46695&quot;:11385,&quot;46697&quot;:11386,&quot;46698&quot;:11387,&quot;46699&quot;:11388,&quot;46700&quot;:11389,&quot;46701&quot;:11390,&quot;46702&quot;:11391,&quot;46703&quot;:11392,&quot;46704&quot;:11393,&quot;46705&quot;:11394,&quot;46706&quot;:11395,&quot;46707&quot;:11396,&quot;46708&quot;:11397,&quot;46709&quot;:11398,&quot;46710&quot;:11399,&quot;46711&quot;:11400,&quot;46712&quot;:11401,&quot;46713&quot;:11402,&quot;46714&quot;:11403,&quot;46715&quot;:11404,&quot;46716&quot;:11405,&quot;46717&quot;:11406,&quot;46718&quot;:11407,&quot;46719&quot;:11408,&quot;46720&quot;:11409,&quot;46721&quot;:11410,&quot;46722&quot;:11411,&quot;46723&quot;:11412,&quot;46724&quot;:11413,&quot;46725&quot;:11414,&quot;46726&quot;:11415,&quot;46727&quot;:11416,&quot;46728&quot;:11417,&quot;46729&quot;:11418,&quot;46730&quot;:11419,&quot;46731&quot;:11420,&quot;46732&quot;:11421,&quot;46733&quot;:11422,&quot;46734&quot;:11423,&quot;46735&quot;:11424,&quot;46736&quot;:11425,&quot;46737&quot;:11426,&quot;46738&quot;:11427,&quot;46739&quot;:11428,&quot;46740&quot;:11429,&quot;46741&quot;:11430,&quot;46742&quot;:11431,&quot;46743&quot;:11432,&quot;46744&quot;:11433,&quot;46745&quot;:11434,&quot;46746&quot;:11435,&quot;46747&quot;:11436,&quot;46750&quot;:11437,&quot;46751&quot;:11438,&quot;46753&quot;:11439,&quot;46754&quot;:11440,&quot;46755&quot;:11441,&quot;46757&quot;:11442,&quot;46758&quot;:11443,&quot;46759&quot;:11444,&quot;46760&quot;:11445,&quot;46761&quot;:11446,&quot;46762&quot;:11447,&quot;46765&quot;:11448,&quot;46766&quot;:11449,&quot;46767&quot;:11450,&quot;46768&quot;:11451,&quot;46770&quot;:11452,&quot;46771&quot;:11453,&quot;46772&quot;:11454,&quot;46773&quot;:11455,&quot;46774&quot;:11456,&quot;46775&quot;:11457,&quot;46776&quot;:11458,&quot;46777&quot;:11459,&quot;46778&quot;:11460,&quot;46779&quot;:11461,&quot;46780&quot;:11462,&quot;46781&quot;:11463,&quot;46782&quot;:11464,&quot;46783&quot;:11465,&quot;46784&quot;:11466,&quot;46785&quot;:11467,&quot;46786&quot;:11468,&quot;46787&quot;:11469,&quot;46788&quot;:11470,&quot;46789&quot;:11471,&quot;46790&quot;:11472,&quot;46791&quot;:11473,&quot;46792&quot;:11474,&quot;46793&quot;:11475,&quot;46794&quot;:11476,&quot;46795&quot;:11477,&quot;46796&quot;:11478,&quot;46797&quot;:11479,&quot;46798&quot;:11480,&quot;46799&quot;:11481,&quot;46800&quot;:11482,&quot;46801&quot;:11483,&quot;46802&quot;:11484,&quot;46803&quot;:11485,&quot;46805&quot;:11486,&quot;46806&quot;:11487,&quot;46807&quot;:11488,&quot;46808&quot;:11489,&quot;46809&quot;:11490,&quot;46810&quot;:11491,&quot;46811&quot;:11492,&quot;46812&quot;:11493,&quot;46813&quot;:11494,&quot;46814&quot;:11495,&quot;46815&quot;:11496,&quot;46816&quot;:11497,&quot;46817&quot;:11498,&quot;46818&quot;:11499,&quot;46819&quot;:11500,&quot;46820&quot;:11501,&quot;46821&quot;:11502,&quot;46822&quot;:11503,&quot;46823&quot;:11504,&quot;46824&quot;:11505,&quot;46825&quot;:11506,&quot;46826&quot;:11507,&quot;46827&quot;:11508,&quot;46828&quot;:11509,&quot;46829&quot;:11510,&quot;46830&quot;:11511,&quot;46831&quot;:11512,&quot;46833&quot;:11513,&quot;46834&quot;:11514,&quot;46835&quot;:11515,&quot;46837&quot;:11516,&quot;46838&quot;:11517,&quot;46839&quot;:11518,&quot;46841&quot;:11519,&quot;46842&quot;:11520,&quot;46843&quot;:11521,&quot;46844&quot;:11522,&quot;46845&quot;:11523,&quot;46846&quot;:11524,&quot;46847&quot;:11525,&quot;46850&quot;:11526,&quot;46851&quot;:11527,&quot;46852&quot;:11528,&quot;46854&quot;:11529,&quot;46855&quot;:11530,&quot;46856&quot;:11531,&quot;46857&quot;:11532,&quot;46858&quot;:11533,&quot;46859&quot;:11534,&quot;46860&quot;:11535,&quot;46861&quot;:11536,&quot;46862&quot;:11537,&quot;46863&quot;:11538,&quot;46864&quot;:11539,&quot;46865&quot;:11540,&quot;46866&quot;:11541,&quot;46867&quot;:11542,&quot;46868&quot;:11543,&quot;46869&quot;:11544,&quot;46870&quot;:11545,&quot;46871&quot;:11546,&quot;46872&quot;:11547,&quot;46873&quot;:11548,&quot;46874&quot;:11549,&quot;46875&quot;:11550,&quot;46876&quot;:11551,&quot;46877&quot;:11552,&quot;46878&quot;:11553,&quot;46879&quot;:11554,&quot;46880&quot;:11555,&quot;46881&quot;:11556,&quot;46882&quot;:11557,&quot;46883&quot;:11558,&quot;46884&quot;:11559,&quot;46885&quot;:11560,&quot;46886&quot;:11561,&quot;46887&quot;:11562,&quot;46890&quot;:11563,&quot;46891&quot;:11564,&quot;46893&quot;:11565,&quot;46894&quot;:11566,&quot;46897&quot;:11567,&quot;46898&quot;:11568,&quot;46899&quot;:11569,&quot;46900&quot;:11570,&quot;46901&quot;:11571,&quot;46902&quot;:11572,&quot;46903&quot;:11573,&quot;46906&quot;:11574,&quot;46908&quot;:11575,&quot;46909&quot;:11576,&quot;46910&quot;:11577,&quot;46911&quot;:11578,&quot;46912&quot;:11579,&quot;46913&quot;:11580,&quot;46914&quot;:11581,&quot;46915&quot;:11582,&quot;46917&quot;:11583,&quot;46918&quot;:11584,&quot;46919&quot;:11585,&quot;46921&quot;:11586,&quot;46922&quot;:11587,&quot;46923&quot;:11588,&quot;46925&quot;:11589,&quot;46926&quot;:11590,&quot;46927&quot;:11591,&quot;46928&quot;:11592,&quot;46929&quot;:11593,&quot;46930&quot;:11594,&quot;46931&quot;:11595,&quot;46934&quot;:11596,&quot;46935&quot;:11597,&quot;46936&quot;:11598,&quot;46937&quot;:11599,&quot;46938&quot;:11600,&quot;46939&quot;:11601,&quot;46940&quot;:11602,&quot;46941&quot;:11603,&quot;46942&quot;:11604,&quot;46943&quot;:11605,&quot;46945&quot;:11606,&quot;46946&quot;:11607,&quot;46947&quot;:11608,&quot;46949&quot;:11609,&quot;46950&quot;:11610,&quot;46951&quot;:11611,&quot;46953&quot;:11612,&quot;46954&quot;:11613,&quot;46955&quot;:11614,&quot;46956&quot;:11615,&quot;46957&quot;:11616,&quot;46958&quot;:11617,&quot;46959&quot;:11618,&quot;46962&quot;:11619,&quot;46964&quot;:11620,&quot;46966&quot;:11621,&quot;46967&quot;:11622,&quot;46968&quot;:11623,&quot;46969&quot;:11624,&quot;46970&quot;:11625,&quot;46971&quot;:11626,&quot;46974&quot;:11627,&quot;46975&quot;:11628,&quot;46977&quot;:11629,&quot;46978&quot;:11630,&quot;46979&quot;:11631,&quot;46981&quot;:11632,&quot;46982&quot;:11633,&quot;46983&quot;:11634,&quot;46984&quot;:11635,&quot;46985&quot;:11636,&quot;46986&quot;:11637,&quot;46987&quot;:11638,&quot;46990&quot;:11639,&quot;46995&quot;:11640,&quot;46996&quot;:11641,&quot;46997&quot;:11642,&quot;47002&quot;:11643,&quot;47003&quot;:11644,&quot;47005&quot;:11645,&quot;47006&quot;:11646,&quot;47007&quot;:11647,&quot;47009&quot;:11648,&quot;47010&quot;:11649,&quot;47011&quot;:11650,&quot;47012&quot;:11651,&quot;47013&quot;:11652,&quot;47014&quot;:11653,&quot;47015&quot;:11654,&quot;47018&quot;:11655,&quot;47022&quot;:11656,&quot;47023&quot;:11657,&quot;47024&quot;:11658,&quot;47025&quot;:11659,&quot;47026&quot;:11660,&quot;47027&quot;:11661,&quot;47030&quot;:11662,&quot;47031&quot;:11663,&quot;47033&quot;:11664,&quot;47034&quot;:11665,&quot;47035&quot;:11666,&quot;47036&quot;:11667,&quot;47037&quot;:11668,&quot;47038&quot;:11669,&quot;47039&quot;:11670,&quot;47040&quot;:11671,&quot;47041&quot;:11672,&quot;47042&quot;:11673,&quot;47043&quot;:11674,&quot;47044&quot;:11675,&quot;47045&quot;:11676,&quot;47046&quot;:11677,&quot;47048&quot;:11678,&quot;47050&quot;:11679,&quot;47051&quot;:11680,&quot;47052&quot;:11681,&quot;47053&quot;:11682,&quot;47054&quot;:11683,&quot;47055&quot;:11684,&quot;47056&quot;:11685,&quot;47057&quot;:11686,&quot;47058&quot;:11687,&quot;47059&quot;:11688,&quot;47060&quot;:11689,&quot;47061&quot;:11690,&quot;47062&quot;:11691,&quot;47063&quot;:11692,&quot;47064&quot;:11693,&quot;47065&quot;:11694,&quot;47066&quot;:11695,&quot;47067&quot;:11696,&quot;47068&quot;:11697,&quot;47069&quot;:11698,&quot;47070&quot;:11699,&quot;47071&quot;:11700,&quot;47072&quot;:11701,&quot;47073&quot;:11702,&quot;47074&quot;:11703,&quot;47075&quot;:11704,&quot;47076&quot;:11705,&quot;47077&quot;:11706,&quot;47078&quot;:11707,&quot;47079&quot;:11708,&quot;47080&quot;:11709,&quot;47081&quot;:11710,&quot;47082&quot;:11711,&quot;47083&quot;:11712,&quot;47086&quot;:11713,&quot;47087&quot;:11714,&quot;47089&quot;:11715,&quot;47090&quot;:11716,&quot;47091&quot;:11717,&quot;47093&quot;:11718,&quot;47094&quot;:11719,&quot;47095&quot;:11720,&quot;47096&quot;:11721,&quot;47097&quot;:11722,&quot;47098&quot;:11723,&quot;47099&quot;:11724,&quot;47102&quot;:11725,&quot;47106&quot;:11726,&quot;47107&quot;:11727,&quot;47108&quot;:11728,&quot;47109&quot;:11729,&quot;47110&quot;:11730,&quot;47114&quot;:11731,&quot;47115&quot;:11732,&quot;47117&quot;:11733,&quot;47118&quot;:11734,&quot;47119&quot;:11735,&quot;47121&quot;:11736,&quot;47122&quot;:11737,&quot;47123&quot;:11738,&quot;47124&quot;:11739,&quot;47125&quot;:11740,&quot;47126&quot;:11741,&quot;47127&quot;:11742,&quot;47130&quot;:11743,&quot;47132&quot;:11744,&quot;47134&quot;:11745,&quot;47135&quot;:11746,&quot;47136&quot;:11747,&quot;47137&quot;:11748,&quot;47138&quot;:11749,&quot;47139&quot;:11750,&quot;47142&quot;:11751,&quot;47143&quot;:11752,&quot;47145&quot;:11753,&quot;47146&quot;:11754,&quot;47147&quot;:11755,&quot;47149&quot;:11756,&quot;47150&quot;:11757,&quot;47151&quot;:11758,&quot;47152&quot;:11759,&quot;47153&quot;:11760,&quot;47154&quot;:11761,&quot;47155&quot;:11762,&quot;47158&quot;:11763,&quot;47162&quot;:11764,&quot;47163&quot;:11765,&quot;47164&quot;:11766,&quot;47165&quot;:11767,&quot;47166&quot;:11768,&quot;47167&quot;:11769,&quot;47169&quot;:11770,&quot;47170&quot;:11771,&quot;47171&quot;:11772,&quot;47173&quot;:11773,&quot;47174&quot;:11774,&quot;47175&quot;:11775,&quot;47176&quot;:11776,&quot;47177&quot;:11777,&quot;47178&quot;:11778,&quot;47179&quot;:11779,&quot;47180&quot;:11780,&quot;47181&quot;:11781,&quot;47182&quot;:11782,&quot;47183&quot;:11783,&quot;47184&quot;:11784,&quot;47186&quot;:11785,&quot;47188&quot;:11786,&quot;47189&quot;:11787,&quot;47190&quot;:11788,&quot;47191&quot;:11789,&quot;47192&quot;:11790,&quot;47193&quot;:11791,&quot;47194&quot;:11792,&quot;47195&quot;:11793,&quot;47198&quot;:11794,&quot;47199&quot;:11795,&quot;47201&quot;:11796,&quot;47202&quot;:11797,&quot;47203&quot;:11798,&quot;47205&quot;:11799,&quot;47206&quot;:11800,&quot;47207&quot;:11801,&quot;47208&quot;:11802,&quot;47209&quot;:11803,&quot;47210&quot;:11804,&quot;47211&quot;:11805,&quot;47214&quot;:11806,&quot;47216&quot;:11807,&quot;47218&quot;:11808,&quot;47219&quot;:11809,&quot;47220&quot;:11810,&quot;47221&quot;:11811,&quot;47222&quot;:11812,&quot;47223&quot;:11813,&quot;47225&quot;:11814,&quot;47226&quot;:11815,&quot;47227&quot;:11816,&quot;47229&quot;:11817,&quot;47230&quot;:11818,&quot;47231&quot;:11819,&quot;47232&quot;:11820,&quot;47233&quot;:11821,&quot;47234&quot;:11822,&quot;47235&quot;:11823,&quot;47236&quot;:11824,&quot;47237&quot;:11825,&quot;47238&quot;:11826,&quot;47239&quot;:11827,&quot;47240&quot;:11828,&quot;47241&quot;:11829,&quot;47242&quot;:11830,&quot;47243&quot;:11831,&quot;47244&quot;:11832,&quot;47246&quot;:11833,&quot;47247&quot;:11834,&quot;47248&quot;:11835,&quot;47249&quot;:11836,&quot;47250&quot;:11837,&quot;47251&quot;:11838,&quot;47252&quot;:11839,&quot;47253&quot;:11840,&quot;47254&quot;:11841,&quot;47255&quot;:11842,&quot;47256&quot;:11843,&quot;47257&quot;:11844,&quot;47258&quot;:11845,&quot;47259&quot;:11846,&quot;47260&quot;:11847,&quot;47261&quot;:11848,&quot;47262&quot;:11849,&quot;47263&quot;:11850,&quot;47264&quot;:11851,&quot;47265&quot;:11852,&quot;47266&quot;:11853,&quot;47267&quot;:11854,&quot;47268&quot;:11855,&quot;47269&quot;:11856,&quot;47270&quot;:11857,&quot;47271&quot;:11858,&quot;47273&quot;:11859,&quot;47274&quot;:11860,&quot;47275&quot;:11861,&quot;47276&quot;:11862,&quot;47277&quot;:11863,&quot;47278&quot;:11864,&quot;47279&quot;:11865,&quot;47281&quot;:11866,&quot;47282&quot;:11867,&quot;47283&quot;:11868,&quot;47285&quot;:11869,&quot;47286&quot;:11870,&quot;47287&quot;:11871,&quot;47289&quot;:11872,&quot;47290&quot;:11873,&quot;47291&quot;:11874,&quot;47292&quot;:11875,&quot;47293&quot;:11876,&quot;47294&quot;:11877,&quot;47295&quot;:11878,&quot;47298&quot;:11879,&quot;47300&quot;:11880,&quot;47302&quot;:11881,&quot;47303&quot;:11882,&quot;47304&quot;:11883,&quot;47305&quot;:11884,&quot;47306&quot;:11885,&quot;47307&quot;:11886,&quot;47309&quot;:11887,&quot;47310&quot;:11888,&quot;47311&quot;:11889,&quot;47313&quot;:11890,&quot;47314&quot;:11891,&quot;47315&quot;:11892,&quot;47317&quot;:11893,&quot;47318&quot;:11894,&quot;47319&quot;:11895,&quot;47320&quot;:11896,&quot;47321&quot;:11897,&quot;47322&quot;:11898,&quot;47323&quot;:11899,&quot;47324&quot;:11900,&quot;47326&quot;:11901,&quot;47328&quot;:11902,&quot;47330&quot;:11903,&quot;47331&quot;:11904,&quot;47332&quot;:11905,&quot;47333&quot;:11906,&quot;47334&quot;:11907,&quot;47335&quot;:11908,&quot;47338&quot;:11909,&quot;47339&quot;:11910,&quot;47341&quot;:11911,&quot;47342&quot;:11912,&quot;47343&quot;:11913,&quot;47345&quot;:11914,&quot;47346&quot;:11915,&quot;47347&quot;:11916,&quot;47348&quot;:11917,&quot;47349&quot;:11918,&quot;47350&quot;:11919,&quot;47351&quot;:11920,&quot;47354&quot;:11921,&quot;47356&quot;:11922,&quot;47358&quot;:11923,&quot;47359&quot;:11924,&quot;47360&quot;:11925,&quot;47361&quot;:11926,&quot;47362&quot;:11927,&quot;47363&quot;:11928,&quot;47365&quot;:11929,&quot;47366&quot;:11930,&quot;47367&quot;:11931,&quot;47368&quot;:11932,&quot;47369&quot;:11933,&quot;47370&quot;:11934,&quot;47371&quot;:11935,&quot;47372&quot;:11936,&quot;47373&quot;:11937,&quot;47374&quot;:11938,&quot;47375&quot;:11939,&quot;47376&quot;:11940,&quot;47377&quot;:11941,&quot;47378&quot;:11942,&quot;47379&quot;:11943,&quot;47380&quot;:11944,&quot;47381&quot;:11945,&quot;47382&quot;:11946,&quot;47383&quot;:11947,&quot;47385&quot;:11948,&quot;47386&quot;:11949,&quot;47387&quot;:11950,&quot;47388&quot;:11951,&quot;47389&quot;:11952,&quot;47390&quot;:11953,&quot;47391&quot;:11954,&quot;47393&quot;:11955,&quot;47394&quot;:11956,&quot;47395&quot;:11957,&quot;47396&quot;:11958,&quot;47397&quot;:11959,&quot;47398&quot;:11960,&quot;47399&quot;:11961,&quot;47400&quot;:11962,&quot;47401&quot;:11963,&quot;47402&quot;:11964,&quot;47403&quot;:11965,&quot;47404&quot;:11966,&quot;47405&quot;:11967,&quot;47406&quot;:11968,&quot;47407&quot;:11969,&quot;47408&quot;:11970,&quot;47409&quot;:11971,&quot;47410&quot;:11972,&quot;47411&quot;:11973,&quot;47412&quot;:11974,&quot;47413&quot;:11975,&quot;47414&quot;:11976,&quot;47415&quot;:11977,&quot;47416&quot;:11978,&quot;47417&quot;:11979,&quot;47418&quot;:11980,&quot;47419&quot;:11981,&quot;47422&quot;:11982,&quot;47423&quot;:11983,&quot;47425&quot;:11984,&quot;47426&quot;:11985,&quot;47427&quot;:11986,&quot;47429&quot;:11987,&quot;47430&quot;:11988,&quot;47431&quot;:11989,&quot;47432&quot;:11990,&quot;47433&quot;:11991,&quot;47434&quot;:11992,&quot;47435&quot;:11993,&quot;47437&quot;:11994,&quot;47438&quot;:11995,&quot;47440&quot;:11996,&quot;47442&quot;:11997,&quot;47443&quot;:11998,&quot;47444&quot;:11999,&quot;47445&quot;:12000,&quot;47446&quot;:12001,&quot;47447&quot;:12002,&quot;47450&quot;:12003,&quot;47451&quot;:12004,&quot;47453&quot;:12005,&quot;47454&quot;:12006,&quot;47455&quot;:12007,&quot;47457&quot;:12008,&quot;47458&quot;:12009,&quot;47459&quot;:12010,&quot;47460&quot;:12011,&quot;47461&quot;:12012,&quot;47462&quot;:12013,&quot;47463&quot;:12014,&quot;47466&quot;:12015,&quot;47468&quot;:12016,&quot;47470&quot;:12017,&quot;47471&quot;:12018,&quot;47472&quot;:12019,&quot;47473&quot;:12020,&quot;47474&quot;:12021,&quot;47475&quot;:12022,&quot;47478&quot;:12023,&quot;47479&quot;:12024,&quot;47481&quot;:12025,&quot;47482&quot;:12026,&quot;47483&quot;:12027,&quot;47485&quot;:12028,&quot;47486&quot;:12029,&quot;47487&quot;:12030,&quot;47488&quot;:12031,&quot;47489&quot;:12032,&quot;47490&quot;:12033,&quot;47491&quot;:12034,&quot;47494&quot;:12035,&quot;47496&quot;:12036,&quot;47499&quot;:12037,&quot;47500&quot;:12038,&quot;47503&quot;:12039,&quot;47504&quot;:12040,&quot;47505&quot;:12041,&quot;47506&quot;:12042,&quot;47507&quot;:12043,&quot;47508&quot;:12044,&quot;47509&quot;:12045,&quot;47510&quot;:12046,&quot;47511&quot;:12047,&quot;47512&quot;:12048,&quot;47513&quot;:12049,&quot;47514&quot;:12050,&quot;47515&quot;:12051,&quot;47516&quot;:12052,&quot;47517&quot;:12053,&quot;47518&quot;:12054,&quot;47519&quot;:12055,&quot;47520&quot;:12056,&quot;47521&quot;:12057,&quot;47522&quot;:12058,&quot;47523&quot;:12059,&quot;47524&quot;:12060,&quot;47525&quot;:12061,&quot;47526&quot;:12062,&quot;47527&quot;:12063,&quot;47528&quot;:12064,&quot;47529&quot;:12065,&quot;47530&quot;:12066,&quot;47531&quot;:12067,&quot;47534&quot;:12068,&quot;47535&quot;:12069,&quot;47537&quot;:12070,&quot;47538&quot;:12071,&quot;47539&quot;:12072,&quot;47541&quot;:12073,&quot;47542&quot;:12074,&quot;47543&quot;:12075,&quot;47544&quot;:12076,&quot;47545&quot;:12077,&quot;47546&quot;:12078,&quot;47547&quot;:12079,&quot;47550&quot;:12080,&quot;47552&quot;:12081,&quot;47554&quot;:12082,&quot;47555&quot;:12083,&quot;47556&quot;:12084,&quot;47557&quot;:12085,&quot;47558&quot;:12086,&quot;47559&quot;:12087,&quot;47562&quot;:12088,&quot;47563&quot;:12089,&quot;47565&quot;:12090,&quot;47571&quot;:12091,&quot;47572&quot;:12092,&quot;47573&quot;:12093,&quot;47574&quot;:12094,&quot;47575&quot;:12095,&quot;47578&quot;:12096,&quot;47580&quot;:12097,&quot;47583&quot;:12098,&quot;47584&quot;:12099,&quot;47586&quot;:12100,&quot;47590&quot;:12101,&quot;47591&quot;:12102,&quot;47593&quot;:12103,&quot;47594&quot;:12104,&quot;47595&quot;:12105,&quot;47597&quot;:12106,&quot;47598&quot;:12107,&quot;47599&quot;:12108,&quot;47600&quot;:12109,&quot;47601&quot;:12110,&quot;47602&quot;:12111,&quot;47603&quot;:12112,&quot;47606&quot;:12113,&quot;47611&quot;:12114,&quot;47612&quot;:12115,&quot;47613&quot;:12116,&quot;47614&quot;:12117,&quot;47615&quot;:12118,&quot;47618&quot;:12119,&quot;47619&quot;:12120,&quot;47620&quot;:12121,&quot;47621&quot;:12122,&quot;47622&quot;:12123,&quot;47623&quot;:12124,&quot;47625&quot;:12125,&quot;47626&quot;:12126,&quot;47627&quot;:12127,&quot;47628&quot;:12128,&quot;47629&quot;:12129,&quot;47630&quot;:12130,&quot;47631&quot;:12131,&quot;47632&quot;:12132,&quot;47633&quot;:12133,&quot;47634&quot;:12134,&quot;47635&quot;:12135,&quot;47636&quot;:12136,&quot;47638&quot;:12137,&quot;47639&quot;:12138,&quot;47640&quot;:12139,&quot;47641&quot;:12140,&quot;47642&quot;:12141,&quot;47643&quot;:12142,&quot;47644&quot;:12143,&quot;47645&quot;:12144,&quot;47646&quot;:12145,&quot;47647&quot;:12146,&quot;47648&quot;:12147,&quot;47649&quot;:12148,&quot;47650&quot;:12149,&quot;47651&quot;:12150,&quot;47652&quot;:12151,&quot;47653&quot;:12152,&quot;47654&quot;:12153,&quot;47655&quot;:12154,&quot;47656&quot;:12155,&quot;47657&quot;:12156,&quot;47658&quot;:12157,&quot;47659&quot;:12158,&quot;47660&quot;:12159,&quot;47661&quot;:12160,&quot;47662&quot;:12161,&quot;47663&quot;:12162,&quot;47664&quot;:12163,&quot;47665&quot;:12164,&quot;47666&quot;:12165,&quot;47667&quot;:12166,&quot;47668&quot;:12167,&quot;47669&quot;:12168,&quot;47670&quot;:12169,&quot;47671&quot;:12170,&quot;47674&quot;:12171,&quot;47675&quot;:12172,&quot;47677&quot;:12173,&quot;47678&quot;:12174,&quot;47679&quot;:12175,&quot;47681&quot;:12176,&quot;47683&quot;:12177,&quot;47684&quot;:12178,&quot;47685&quot;:12179,&quot;47686&quot;:12180,&quot;47687&quot;:12181,&quot;47690&quot;:12182,&quot;47692&quot;:12183,&quot;47695&quot;:12184,&quot;47696&quot;:12185,&quot;47697&quot;:12186,&quot;47698&quot;:12187,&quot;47702&quot;:12188,&quot;47703&quot;:12189,&quot;47705&quot;:12190,&quot;47706&quot;:12191,&quot;47707&quot;:12192,&quot;47709&quot;:12193,&quot;47710&quot;:12194,&quot;47711&quot;:12195,&quot;47712&quot;:12196,&quot;47713&quot;:12197,&quot;47714&quot;:12198,&quot;47715&quot;:12199,&quot;47718&quot;:12200,&quot;47722&quot;:12201,&quot;47723&quot;:12202,&quot;47724&quot;:12203,&quot;47725&quot;:12204,&quot;47726&quot;:12205,&quot;47727&quot;:12206,&quot;47730&quot;:12207,&quot;47731&quot;:12208,&quot;47733&quot;:12209,&quot;47734&quot;:12210,&quot;47735&quot;:12211,&quot;47737&quot;:12212,&quot;47738&quot;:12213,&quot;47739&quot;:12214,&quot;47740&quot;:12215,&quot;47741&quot;:12216,&quot;47742&quot;:12217,&quot;47743&quot;:12218,&quot;47744&quot;:12219,&quot;47745&quot;:12220,&quot;47746&quot;:12221,&quot;47750&quot;:12222,&quot;47752&quot;:12223,&quot;47753&quot;:12224,&quot;47754&quot;:12225,&quot;47755&quot;:12226,&quot;47757&quot;:12227,&quot;47758&quot;:12228,&quot;47759&quot;:12229,&quot;47760&quot;:12230,&quot;47761&quot;:12231,&quot;47762&quot;:12232,&quot;47763&quot;:12233,&quot;47764&quot;:12234,&quot;47765&quot;:12235,&quot;47766&quot;:12236,&quot;47767&quot;:12237,&quot;47768&quot;:12238,&quot;47769&quot;:12239,&quot;47770&quot;:12240,&quot;47771&quot;:12241,&quot;47772&quot;:12242,&quot;47773&quot;:12243,&quot;47774&quot;:12244,&quot;47775&quot;:12245,&quot;47776&quot;:12246,&quot;47777&quot;:12247,&quot;47778&quot;:12248,&quot;47779&quot;:12249,&quot;47780&quot;:12250,&quot;47781&quot;:12251,&quot;47782&quot;:12252,&quot;47783&quot;:12253,&quot;47786&quot;:12254,&quot;47789&quot;:12255,&quot;47790&quot;:12256,&quot;47791&quot;:12257,&quot;47793&quot;:12258,&quot;47795&quot;:12259,&quot;47796&quot;:12260,&quot;47797&quot;:12261,&quot;47798&quot;:12262,&quot;47799&quot;:12263,&quot;47802&quot;:12264,&quot;47804&quot;:12265,&quot;47806&quot;:12266,&quot;47807&quot;:12267,&quot;47808&quot;:12268,&quot;47809&quot;:12269,&quot;47810&quot;:12270,&quot;47811&quot;:12271,&quot;47813&quot;:12272,&quot;47814&quot;:12273,&quot;47815&quot;:12274,&quot;47817&quot;:12275,&quot;47818&quot;:12276,&quot;47819&quot;:12277,&quot;47820&quot;:12278,&quot;47821&quot;:12279,&quot;47822&quot;:12280,&quot;47823&quot;:12281,&quot;47824&quot;:12282,&quot;47825&quot;:12283,&quot;47826&quot;:12284,&quot;47827&quot;:12285,&quot;47828&quot;:12286,&quot;47829&quot;:12287,&quot;47830&quot;:12288,&quot;47831&quot;:12289,&quot;47834&quot;:12290,&quot;47835&quot;:12291,&quot;47836&quot;:12292,&quot;47837&quot;:12293,&quot;47838&quot;:12294,&quot;47839&quot;:12295,&quot;47840&quot;:12296,&quot;47841&quot;:12297,&quot;47842&quot;:12298,&quot;47843&quot;:12299,&quot;47844&quot;:12300,&quot;47845&quot;:12301,&quot;47846&quot;:12302,&quot;47847&quot;:12303,&quot;47848&quot;:12304,&quot;47849&quot;:12305,&quot;47850&quot;:12306,&quot;47851&quot;:12307,&quot;47852&quot;:12308,&quot;47853&quot;:12309,&quot;47854&quot;:12310,&quot;47855&quot;:12311,&quot;47856&quot;:12312,&quot;47857&quot;:12313,&quot;47858&quot;:12314,&quot;47859&quot;:12315,&quot;47860&quot;:12316,&quot;47861&quot;:12317,&quot;47862&quot;:12318,&quot;47863&quot;:12319,&quot;47864&quot;:12320,&quot;47865&quot;:12321,&quot;47866&quot;:12322,&quot;47867&quot;:12323,&quot;47869&quot;:12324,&quot;47870&quot;:12325,&quot;47871&quot;:12326,&quot;47873&quot;:12327,&quot;47874&quot;:12328,&quot;47875&quot;:12329,&quot;47877&quot;:12330,&quot;47878&quot;:12331,&quot;47879&quot;:12332,&quot;47880&quot;:12333,&quot;47881&quot;:12334,&quot;47882&quot;:12335,&quot;47883&quot;:12336,&quot;47884&quot;:12337,&quot;47886&quot;:12338,&quot;47888&quot;:12339,&quot;47890&quot;:12340,&quot;47891&quot;:12341,&quot;47892&quot;:12342,&quot;47893&quot;:12343,&quot;47894&quot;:12344,&quot;47895&quot;:12345,&quot;47897&quot;:12346,&quot;47898&quot;:12347,&quot;47899&quot;:12348,&quot;47901&quot;:12349,&quot;47902&quot;:12350,&quot;47903&quot;:12351,&quot;47905&quot;:12352,&quot;47906&quot;:12353,&quot;47907&quot;:12354,&quot;47908&quot;:12355,&quot;47909&quot;:12356,&quot;47910&quot;:12357,&quot;47911&quot;:12358,&quot;47912&quot;:12359,&quot;47914&quot;:12360,&quot;47916&quot;:12361,&quot;47917&quot;:12362,&quot;47918&quot;:12363,&quot;47919&quot;:12364,&quot;47920&quot;:12365,&quot;47921&quot;:12366,&quot;47922&quot;:12367,&quot;47923&quot;:12368,&quot;47927&quot;:12369,&quot;47929&quot;:12370,&quot;47930&quot;:12371,&quot;47935&quot;:12372,&quot;47936&quot;:12373,&quot;47937&quot;:12374,&quot;47938&quot;:12375,&quot;47939&quot;:12376,&quot;47942&quot;:12377,&quot;47944&quot;:12378,&quot;47946&quot;:12379,&quot;47947&quot;:12380,&quot;47948&quot;:12381,&quot;47950&quot;:12382,&quot;47953&quot;:12383,&quot;47954&quot;:12384,&quot;47955&quot;:12385,&quot;47957&quot;:12386,&quot;47958&quot;:12387,&quot;47959&quot;:12388,&quot;47961&quot;:12389,&quot;47962&quot;:12390,&quot;47963&quot;:12391,&quot;47964&quot;:12392,&quot;47965&quot;:12393,&quot;47966&quot;:12394,&quot;47967&quot;:12395,&quot;47968&quot;:12396,&quot;47970&quot;:12397,&quot;47972&quot;:12398,&quot;47973&quot;:12399,&quot;47974&quot;:12400,&quot;47975&quot;:12401,&quot;47976&quot;:12402,&quot;47977&quot;:12403,&quot;47978&quot;:12404,&quot;47979&quot;:12405,&quot;47981&quot;:12406,&quot;47982&quot;:12407,&quot;47983&quot;:12408,&quot;47984&quot;:12409,&quot;47985&quot;:12410,&quot;47986&quot;:12411,&quot;47987&quot;:12412,&quot;47988&quot;:12413,&quot;47989&quot;:12414,&quot;47990&quot;:12415,&quot;47991&quot;:12416,&quot;47992&quot;:12417,&quot;47993&quot;:12418,&quot;47994&quot;:12419,&quot;47995&quot;:12420,&quot;47996&quot;:12421,&quot;47997&quot;:12422,&quot;47998&quot;:12423,&quot;47999&quot;:12424,&quot;48000&quot;:12425,&quot;48001&quot;:12426,&quot;48002&quot;:12427,&quot;48003&quot;:12428,&quot;48004&quot;:12429,&quot;48005&quot;:12430,&quot;48006&quot;:12431,&quot;48007&quot;:12432,&quot;48009&quot;:12433,&quot;48010&quot;:12434,&quot;48011&quot;:12435,&quot;48013&quot;:12436,&quot;48014&quot;:12437,&quot;48015&quot;:12438,&quot;48017&quot;:12439,&quot;48018&quot;:12440,&quot;48019&quot;:12441,&quot;48020&quot;:12442,&quot;48021&quot;:12443,&quot;48022&quot;:12444,&quot;48023&quot;:12445,&quot;48024&quot;:12446,&quot;48025&quot;:12447,&quot;48026&quot;:12448,&quot;48027&quot;:12449,&quot;48028&quot;:12450,&quot;48029&quot;:12451,&quot;48030&quot;:12452,&quot;48031&quot;:12453,&quot;48032&quot;:12454,&quot;48033&quot;:12455,&quot;48034&quot;:12456,&quot;48035&quot;:12457,&quot;48037&quot;:12458,&quot;48038&quot;:12459,&quot;48039&quot;:12460,&quot;48041&quot;:12461,&quot;48042&quot;:12462,&quot;48043&quot;:12463,&quot;48045&quot;:12464,&quot;48046&quot;:12465,&quot;48047&quot;:12466,&quot;48048&quot;:12467,&quot;48049&quot;:12468,&quot;48050&quot;:12469,&quot;48051&quot;:12470,&quot;48053&quot;:12471,&quot;48054&quot;:12472,&quot;48056&quot;:12473,&quot;48057&quot;:12474,&quot;48058&quot;:12475,&quot;48059&quot;:12476,&quot;48060&quot;:12477,&quot;48061&quot;:12478,&quot;48062&quot;:12479,&quot;48063&quot;:12480,&quot;48065&quot;:12481,&quot;48066&quot;:12482,&quot;48067&quot;:12483,&quot;48069&quot;:12484,&quot;48070&quot;:12485,&quot;48071&quot;:12486,&quot;48073&quot;:12487,&quot;48074&quot;:12488,&quot;48075&quot;:12489,&quot;48076&quot;:12490,&quot;48077&quot;:12491,&quot;48078&quot;:12492,&quot;48079&quot;:12493,&quot;48081&quot;:12494,&quot;48082&quot;:12495,&quot;48084&quot;:12496,&quot;48085&quot;:12497,&quot;48086&quot;:12498,&quot;48087&quot;:12499,&quot;48088&quot;:12500,&quot;48089&quot;:12501,&quot;48090&quot;:12502,&quot;48091&quot;:12503,&quot;48092&quot;:12504,&quot;48093&quot;:12505,&quot;48094&quot;:12506,&quot;48095&quot;:12507,&quot;48096&quot;:12508,&quot;48097&quot;:12509,&quot;48098&quot;:12510,&quot;48099&quot;:12511,&quot;48100&quot;:12512,&quot;48101&quot;:12513,&quot;48102&quot;:12514,&quot;48103&quot;:12515,&quot;48104&quot;:12516,&quot;48105&quot;:12517,&quot;48106&quot;:12518,&quot;48107&quot;:12519,&quot;48108&quot;:12520,&quot;48109&quot;:12521,&quot;48110&quot;:12522,&quot;48111&quot;:12523,&quot;48112&quot;:12524,&quot;48113&quot;:12525,&quot;48114&quot;:12526,&quot;48115&quot;:12527,&quot;48116&quot;:12528,&quot;48117&quot;:12529,&quot;48118&quot;:12530,&quot;48119&quot;:12531,&quot;48122&quot;:12532,&quot;48123&quot;:12533,&quot;48125&quot;:12534,&quot;48126&quot;:12535,&quot;48129&quot;:12536,&quot;48131&quot;:12537,&quot;48132&quot;:12538,&quot;48133&quot;:12539,&quot;48134&quot;:12540,&quot;48135&quot;:12541,&quot;48138&quot;:12542,&quot;48142&quot;:12543,&quot;48144&quot;:12544,&quot;48146&quot;:12545,&quot;48147&quot;:12546,&quot;48153&quot;:12547,&quot;48154&quot;:12548,&quot;48160&quot;:12549,&quot;48161&quot;:12550,&quot;48162&quot;:12551,&quot;48163&quot;:12552,&quot;48166&quot;:12553,&quot;48168&quot;:12554,&quot;48170&quot;:12555,&quot;48171&quot;:12556,&quot;48172&quot;:12557,&quot;48174&quot;:12558,&quot;48175&quot;:12559,&quot;48178&quot;:12560,&quot;48179&quot;:12561,&quot;48181&quot;:12562,&quot;48182&quot;:12563,&quot;48183&quot;:12564,&quot;48185&quot;:12565,&quot;48186&quot;:12566,&quot;48187&quot;:12567,&quot;48188&quot;:12568,&quot;48189&quot;:12569,&quot;48190&quot;:12570,&quot;48191&quot;:12571,&quot;48194&quot;:12572,&quot;48198&quot;:12573,&quot;48199&quot;:12574,&quot;48200&quot;:12575,&quot;48202&quot;:12576,&quot;48203&quot;:12577,&quot;48206&quot;:12578,&quot;48207&quot;:12579,&quot;48209&quot;:12580,&quot;48210&quot;:12581,&quot;48211&quot;:12582,&quot;48212&quot;:12583,&quot;48213&quot;:12584,&quot;48214&quot;:12585,&quot;48215&quot;:12586,&quot;48216&quot;:12587,&quot;48217&quot;:12588,&quot;48218&quot;:12589,&quot;48219&quot;:12590,&quot;48220&quot;:12591,&quot;48222&quot;:12592,&quot;48223&quot;:12593,&quot;48224&quot;:12594,&quot;48225&quot;:12595,&quot;48226&quot;:12596,&quot;48227&quot;:12597,&quot;48228&quot;:12598,&quot;48229&quot;:12599,&quot;48230&quot;:12600,&quot;48231&quot;:12601,&quot;48232&quot;:12602,&quot;48233&quot;:12603,&quot;48234&quot;:12604,&quot;48235&quot;:12605,&quot;48236&quot;:12606,&quot;48237&quot;:12607,&quot;48238&quot;:12608,&quot;48239&quot;:12609,&quot;48240&quot;:12610,&quot;48241&quot;:12611,&quot;48242&quot;:12612,&quot;48243&quot;:12613,&quot;48244&quot;:12614,&quot;48245&quot;:12615,&quot;48246&quot;:12616,&quot;48247&quot;:12617,&quot;48248&quot;:12618,&quot;48249&quot;:12619,&quot;48250&quot;:12620,&quot;48251&quot;:12621,&quot;48252&quot;:12622,&quot;48253&quot;:12623,&quot;48254&quot;:12624,&quot;48255&quot;:12625,&quot;48256&quot;:12626,&quot;48257&quot;:12627,&quot;48258&quot;:12628,&quot;48259&quot;:12629,&quot;48262&quot;:12630,&quot;48263&quot;:12631,&quot;48265&quot;:12632,&quot;48266&quot;:12633,&quot;48269&quot;:12634,&quot;48271&quot;:12635,&quot;48272&quot;:12636,&quot;48273&quot;:12637,&quot;48274&quot;:12638,&quot;48275&quot;:12639,&quot;48278&quot;:12640,&quot;48280&quot;:12641,&quot;48283&quot;:12642,&quot;48284&quot;:12643,&quot;48285&quot;:12644,&quot;48286&quot;:12645,&quot;48287&quot;:12646,&quot;48290&quot;:12647,&quot;48291&quot;:12648,&quot;48293&quot;:12649,&quot;48294&quot;:12650,&quot;48297&quot;:12651,&quot;48298&quot;:12652,&quot;48299&quot;:12653,&quot;48300&quot;:12654,&quot;48301&quot;:12655,&quot;48302&quot;:12656,&quot;48303&quot;:12657,&quot;48306&quot;:12658,&quot;48310&quot;:12659,&quot;48311&quot;:12660,&quot;48312&quot;:12661,&quot;48313&quot;:12662,&quot;48314&quot;:12663,&quot;48315&quot;:12664,&quot;48318&quot;:12665,&quot;48319&quot;:12666,&quot;48321&quot;:12667,&quot;48322&quot;:12668,&quot;48323&quot;:12669,&quot;48325&quot;:12670,&quot;48326&quot;:12671,&quot;48327&quot;:12672,&quot;48328&quot;:12673,&quot;48329&quot;:12674,&quot;48330&quot;:12675,&quot;48331&quot;:12676,&quot;48332&quot;:12677,&quot;48334&quot;:12678,&quot;48338&quot;:12679,&quot;48339&quot;:12680,&quot;48340&quot;:12681,&quot;48342&quot;:12682,&quot;48343&quot;:12683,&quot;48345&quot;:12684,&quot;48346&quot;:12685,&quot;48347&quot;:12686,&quot;48349&quot;:12687,&quot;48350&quot;:12688,&quot;48351&quot;:12689,&quot;48352&quot;:12690,&quot;48353&quot;:12691,&quot;48354&quot;:12692,&quot;48355&quot;:12693,&quot;48356&quot;:12694,&quot;48357&quot;:12695,&quot;48358&quot;:12696,&quot;48359&quot;:12697,&quot;48360&quot;:12698,&quot;48361&quot;:12699,&quot;48362&quot;:12700,&quot;48363&quot;:12701,&quot;48364&quot;:12702,&quot;48365&quot;:12703,&quot;48366&quot;:12704,&quot;48367&quot;:12705,&quot;48368&quot;:12706,&quot;48369&quot;:12707,&quot;48370&quot;:12708,&quot;48371&quot;:12709,&quot;48375&quot;:12710,&quot;48377&quot;:12711,&quot;48378&quot;:12712,&quot;48379&quot;:12713,&quot;48381&quot;:12714,&quot;48382&quot;:12715,&quot;48383&quot;:12716,&quot;48384&quot;:12717,&quot;48385&quot;:12718,&quot;48386&quot;:12719,&quot;48387&quot;:12720,&quot;48390&quot;:12721,&quot;48392&quot;:12722,&quot;48394&quot;:12723,&quot;48395&quot;:12724,&quot;48396&quot;:12725,&quot;48397&quot;:12726,&quot;48398&quot;:12727,&quot;48399&quot;:12728,&quot;48401&quot;:12729,&quot;48402&quot;:12730,&quot;48403&quot;:12731,&quot;48405&quot;:12732,&quot;48406&quot;:12733,&quot;48407&quot;:12734,&quot;48408&quot;:12735,&quot;48409&quot;:12736,&quot;48410&quot;:12737,&quot;48411&quot;:12738,&quot;48412&quot;:12739,&quot;48413&quot;:12740,&quot;48414&quot;:12741,&quot;48415&quot;:12742,&quot;48416&quot;:12743,&quot;48417&quot;:12744,&quot;48418&quot;:12745,&quot;48419&quot;:12746,&quot;48421&quot;:12747,&quot;48422&quot;:12748,&quot;48423&quot;:12749,&quot;48424&quot;:12750,&quot;48425&quot;:12751,&quot;48426&quot;:12752,&quot;48427&quot;:12753,&quot;48429&quot;:12754,&quot;48430&quot;:12755,&quot;48431&quot;:12756,&quot;48432&quot;:12757,&quot;48433&quot;:12758,&quot;48434&quot;:12759,&quot;48435&quot;:12760,&quot;48436&quot;:12761,&quot;48437&quot;:12762,&quot;48438&quot;:12763,&quot;48439&quot;:12764,&quot;48440&quot;:12765,&quot;48441&quot;:12766,&quot;48442&quot;:12767,&quot;48443&quot;:12768,&quot;48444&quot;:12769,&quot;48445&quot;:12770,&quot;48446&quot;:12771,&quot;48447&quot;:12772,&quot;48449&quot;:12773,&quot;48450&quot;:12774,&quot;48451&quot;:12775,&quot;48452&quot;:12776,&quot;48453&quot;:12777,&quot;48454&quot;:12778,&quot;48455&quot;:12779,&quot;48458&quot;:12780,&quot;48459&quot;:12781,&quot;48461&quot;:12782,&quot;48462&quot;:12783,&quot;48463&quot;:12784,&quot;48465&quot;:12785,&quot;48466&quot;:12786,&quot;48467&quot;:12787,&quot;48468&quot;:12788,&quot;48469&quot;:12789,&quot;48470&quot;:12790,&quot;48471&quot;:12791,&quot;48474&quot;:12792,&quot;48475&quot;:12793,&quot;48476&quot;:12794,&quot;48477&quot;:12795,&quot;48478&quot;:12796,&quot;48479&quot;:12797,&quot;48480&quot;:12798,&quot;48481&quot;:12799,&quot;48482&quot;:12800,&quot;48483&quot;:12801,&quot;48485&quot;:12802,&quot;48486&quot;:12803,&quot;48487&quot;:12804,&quot;48489&quot;:12805,&quot;48490&quot;:12806,&quot;48491&quot;:12807,&quot;48492&quot;:12808,&quot;48493&quot;:12809,&quot;48494&quot;:12810,&quot;48495&quot;:12811,&quot;48496&quot;:12812,&quot;48497&quot;:12813,&quot;48498&quot;:12814,&quot;48499&quot;:12815,&quot;48500&quot;:12816,&quot;48501&quot;:12817,&quot;48502&quot;:12818,&quot;48503&quot;:12819,&quot;48504&quot;:12820,&quot;48505&quot;:12821,&quot;48506&quot;:12822,&quot;48507&quot;:12823,&quot;48508&quot;:12824,&quot;48509&quot;:12825,&quot;48510&quot;:12826,&quot;48511&quot;:12827,&quot;48514&quot;:12828,&quot;48515&quot;:12829,&quot;48517&quot;:12830,&quot;48518&quot;:12831,&quot;48523&quot;:12832,&quot;48524&quot;:12833,&quot;48525&quot;:12834,&quot;48526&quot;:12835,&quot;48527&quot;:12836,&quot;48530&quot;:12837,&quot;48532&quot;:12838,&quot;48534&quot;:12839,&quot;48535&quot;:12840,&quot;48536&quot;:12841,&quot;48539&quot;:12842,&quot;48541&quot;:12843,&quot;48542&quot;:12844,&quot;48543&quot;:12845,&quot;48544&quot;:12846,&quot;48545&quot;:12847,&quot;48546&quot;:12848,&quot;48547&quot;:12849,&quot;48549&quot;:12850,&quot;48550&quot;:12851,&quot;48551&quot;:12852,&quot;48552&quot;:12853,&quot;48553&quot;:12854,&quot;48554&quot;:12855,&quot;48555&quot;:12856,&quot;48556&quot;:12857,&quot;48557&quot;:12858,&quot;48558&quot;:12859,&quot;48559&quot;:12860,&quot;48561&quot;:12861,&quot;48562&quot;:12862,&quot;48563&quot;:12863,&quot;48564&quot;:12864,&quot;48565&quot;:12865,&quot;48566&quot;:12866,&quot;48567&quot;:12867,&quot;48569&quot;:12868,&quot;48570&quot;:12869,&quot;48571&quot;:12870,&quot;48572&quot;:12871,&quot;48573&quot;:12872,&quot;48574&quot;:12873,&quot;48575&quot;:12874,&quot;48576&quot;:12875,&quot;48577&quot;:12876,&quot;48578&quot;:12877,&quot;48579&quot;:12878,&quot;48580&quot;:12879,&quot;48581&quot;:12880,&quot;48582&quot;:12881,&quot;48583&quot;:12882,&quot;48584&quot;:12883,&quot;48585&quot;:12884,&quot;48586&quot;:12885,&quot;48587&quot;:12886,&quot;48588&quot;:12887,&quot;48589&quot;:12888,&quot;48590&quot;:12889,&quot;48591&quot;:12890,&quot;48592&quot;:12891,&quot;48593&quot;:12892,&quot;48594&quot;:12893,&quot;48595&quot;:12894,&quot;48598&quot;:12895,&quot;48599&quot;:12896,&quot;48601&quot;:12897,&quot;48602&quot;:12898,&quot;48603&quot;:12899,&quot;48605&quot;:12900,&quot;48606&quot;:12901,&quot;48607&quot;:12902,&quot;48608&quot;:12903,&quot;48609&quot;:12904,&quot;48610&quot;:12905,&quot;48611&quot;:12906,&quot;48612&quot;:12907,&quot;48613&quot;:12908,&quot;48614&quot;:12909,&quot;48615&quot;:12910,&quot;48616&quot;:12911,&quot;48618&quot;:12912,&quot;48619&quot;:12913,&quot;48620&quot;:12914,&quot;48621&quot;:12915,&quot;48622&quot;:12916,&quot;48623&quot;:12917,&quot;48625&quot;:12918,&quot;48626&quot;:12919,&quot;48627&quot;:12920,&quot;48629&quot;:12921,&quot;48630&quot;:12922,&quot;48631&quot;:12923,&quot;48633&quot;:12924,&quot;48634&quot;:12925,&quot;48635&quot;:12926,&quot;48636&quot;:12927,&quot;48637&quot;:12928,&quot;48638&quot;:12929,&quot;48639&quot;:12930,&quot;48641&quot;:12931,&quot;48642&quot;:12932,&quot;48644&quot;:12933,&quot;48646&quot;:12934,&quot;48647&quot;:12935,&quot;48648&quot;:12936,&quot;48649&quot;:12937,&quot;48650&quot;:12938,&quot;48651&quot;:12939,&quot;48654&quot;:12940,&quot;48655&quot;:12941,&quot;48657&quot;:12942,&quot;48658&quot;:12943,&quot;48659&quot;:12944,&quot;48661&quot;:12945,&quot;48662&quot;:12946,&quot;48663&quot;:12947,&quot;48664&quot;:12948,&quot;48665&quot;:12949,&quot;48666&quot;:12950,&quot;48667&quot;:12951,&quot;48670&quot;:12952,&quot;48672&quot;:12953,&quot;48673&quot;:12954,&quot;48674&quot;:12955,&quot;48675&quot;:12956,&quot;48676&quot;:12957,&quot;48677&quot;:12958,&quot;48678&quot;:12959,&quot;48679&quot;:12960,&quot;48680&quot;:12961,&quot;48681&quot;:12962,&quot;48682&quot;:12963,&quot;48683&quot;:12964,&quot;48684&quot;:12965,&quot;48685&quot;:12966,&quot;48686&quot;:12967,&quot;48687&quot;:12968,&quot;48688&quot;:12969,&quot;48689&quot;:12970,&quot;48690&quot;:12971,&quot;48691&quot;:12972,&quot;48692&quot;:12973,&quot;48693&quot;:12974,&quot;48694&quot;:12975,&quot;48695&quot;:12976,&quot;48696&quot;:12977,&quot;48697&quot;:12978,&quot;48698&quot;:12979,&quot;48699&quot;:12980,&quot;48700&quot;:12981,&quot;48701&quot;:12982,&quot;48702&quot;:12983,&quot;48703&quot;:12984,&quot;48704&quot;:12985,&quot;48705&quot;:12986,&quot;48706&quot;:12987,&quot;48707&quot;:12988,&quot;48710&quot;:12989,&quot;48711&quot;:12990,&quot;48713&quot;:12991,&quot;48714&quot;:12992,&quot;48715&quot;:12993,&quot;48717&quot;:12994,&quot;48719&quot;:12995,&quot;48720&quot;:12996,&quot;48721&quot;:12997,&quot;48722&quot;:12998,&quot;48723&quot;:12999,&quot;48726&quot;:13000,&quot;48728&quot;:13001,&quot;48732&quot;:13002,&quot;48733&quot;:13003,&quot;48734&quot;:13004,&quot;48735&quot;:13005,&quot;48738&quot;:13006,&quot;48739&quot;:13007,&quot;48741&quot;:13008,&quot;48742&quot;:13009,&quot;48743&quot;:13010,&quot;48745&quot;:13011,&quot;48747&quot;:13012,&quot;48748&quot;:13013,&quot;48749&quot;:13014,&quot;48750&quot;:13015,&quot;48751&quot;:13016,&quot;48754&quot;:13017,&quot;48758&quot;:13018,&quot;48759&quot;:13019,&quot;48760&quot;:13020,&quot;48761&quot;:13021,&quot;48762&quot;:13022,&quot;48766&quot;:13023,&quot;48767&quot;:13024,&quot;48769&quot;:13025,&quot;48770&quot;:13026,&quot;48771&quot;:13027,&quot;48773&quot;:13028,&quot;48774&quot;:13029,&quot;48775&quot;:13030,&quot;48776&quot;:13031,&quot;48777&quot;:13032,&quot;48778&quot;:13033,&quot;48779&quot;:13034,&quot;48782&quot;:13035,&quot;48786&quot;:13036,&quot;48787&quot;:13037,&quot;48788&quot;:13038,&quot;48789&quot;:13039,&quot;48790&quot;:13040,&quot;48791&quot;:13041,&quot;48794&quot;:13042,&quot;48795&quot;:13043,&quot;48796&quot;:13044,&quot;48797&quot;:13045,&quot;48798&quot;:13046,&quot;48799&quot;:13047,&quot;48800&quot;:13048,&quot;48801&quot;:13049,&quot;48802&quot;:13050,&quot;48803&quot;:13051,&quot;48804&quot;:13052,&quot;48805&quot;:13053,&quot;48806&quot;:13054,&quot;48807&quot;:13055,&quot;48809&quot;:13056,&quot;48810&quot;:13057,&quot;48811&quot;:13058,&quot;48812&quot;:13059,&quot;48813&quot;:13060,&quot;48814&quot;:13061,&quot;48815&quot;:13062,&quot;48816&quot;:13063,&quot;48817&quot;:13064,&quot;48818&quot;:13065,&quot;48819&quot;:13066,&quot;48820&quot;:13067,&quot;48821&quot;:13068,&quot;48822&quot;:13069,&quot;48823&quot;:13070,&quot;48824&quot;:13071,&quot;48825&quot;:13072,&quot;48826&quot;:13073,&quot;48827&quot;:13074,&quot;48828&quot;:13075,&quot;48829&quot;:13076,&quot;48830&quot;:13077,&quot;48831&quot;:13078,&quot;48832&quot;:13079,&quot;48833&quot;:13080,&quot;48834&quot;:13081,&quot;48835&quot;:13082,&quot;48836&quot;:13083,&quot;48837&quot;:13084,&quot;48838&quot;:13085,&quot;48839&quot;:13086,&quot;48840&quot;:13087,&quot;48841&quot;:13088,&quot;48842&quot;:13089,&quot;48843&quot;:13090,&quot;48844&quot;:13091,&quot;48845&quot;:13092,&quot;48846&quot;:13093,&quot;48847&quot;:13094,&quot;48850&quot;:13095,&quot;48851&quot;:13096,&quot;48853&quot;:13097,&quot;48854&quot;:13098,&quot;48857&quot;:13099,&quot;48858&quot;:13100,&quot;48859&quot;:13101,&quot;48860&quot;:13102,&quot;48861&quot;:13103,&quot;48862&quot;:13104,&quot;48863&quot;:13105,&quot;48865&quot;:13106,&quot;48866&quot;:13107,&quot;48870&quot;:13108,&quot;48871&quot;:13109,&quot;48872&quot;:13110,&quot;48873&quot;:13111,&quot;48874&quot;:13112,&quot;48875&quot;:13113,&quot;48877&quot;:13114,&quot;48878&quot;:13115,&quot;48879&quot;:13116,&quot;48880&quot;:13117,&quot;48881&quot;:13118,&quot;48882&quot;:13119,&quot;48883&quot;:13120,&quot;48884&quot;:13121,&quot;48885&quot;:13122,&quot;48886&quot;:13123,&quot;48887&quot;:13124,&quot;48888&quot;:13125,&quot;48889&quot;:13126,&quot;48890&quot;:13127,&quot;48891&quot;:13128,&quot;48892&quot;:13129,&quot;48893&quot;:13130,&quot;48894&quot;:13131,&quot;48895&quot;:13132,&quot;48896&quot;:13133,&quot;48898&quot;:13134,&quot;48899&quot;:13135,&quot;48900&quot;:13136,&quot;48901&quot;:13137,&quot;48902&quot;:13138,&quot;48903&quot;:13139,&quot;48906&quot;:13140,&quot;48907&quot;:13141,&quot;48908&quot;:13142,&quot;48909&quot;:13143,&quot;48910&quot;:13144,&quot;48911&quot;:13145,&quot;48912&quot;:13146,&quot;48913&quot;:13147,&quot;48914&quot;:13148,&quot;48915&quot;:13149,&quot;48916&quot;:13150,&quot;48917&quot;:13151,&quot;48918&quot;:13152,&quot;48919&quot;:13153,&quot;48922&quot;:13154,&quot;48926&quot;:13155,&quot;48927&quot;:13156,&quot;48928&quot;:13157,&quot;48929&quot;:13158,&quot;48930&quot;:13159,&quot;48931&quot;:13160,&quot;48932&quot;:13161,&quot;48933&quot;:13162,&quot;48934&quot;:13163,&quot;48935&quot;:13164,&quot;48936&quot;:13165,&quot;48937&quot;:13166,&quot;48938&quot;:13167,&quot;48939&quot;:13168,&quot;48940&quot;:13169,&quot;48941&quot;:13170,&quot;48942&quot;:13171,&quot;48943&quot;:13172,&quot;48944&quot;:13173,&quot;48945&quot;:13174,&quot;48946&quot;:13175,&quot;48947&quot;:13176,&quot;48948&quot;:13177,&quot;48949&quot;:13178,&quot;48950&quot;:13179,&quot;48951&quot;:13180,&quot;48952&quot;:13181,&quot;48953&quot;:13182,&quot;48954&quot;:13183,&quot;48955&quot;:13184,&quot;48956&quot;:13185,&quot;48957&quot;:13186,&quot;48958&quot;:13187,&quot;48959&quot;:13188,&quot;48962&quot;:13189,&quot;48963&quot;:13190,&quot;48965&quot;:13191,&quot;48966&quot;:13192,&quot;48967&quot;:13193,&quot;48969&quot;:13194,&quot;48970&quot;:13195,&quot;48971&quot;:13196,&quot;48972&quot;:13197,&quot;48973&quot;:13198,&quot;48974&quot;:13199,&quot;48975&quot;:13200,&quot;48978&quot;:13201,&quot;48979&quot;:13202,&quot;48980&quot;:13203,&quot;48982&quot;:13204,&quot;48983&quot;:13205,&quot;48984&quot;:13206,&quot;48985&quot;:13207,&quot;48986&quot;:13208,&quot;48987&quot;:13209,&quot;48988&quot;:13210,&quot;48989&quot;:13211,&quot;48990&quot;:13212,&quot;48991&quot;:13213,&quot;48992&quot;:13214,&quot;48993&quot;:13215,&quot;48994&quot;:13216,&quot;48995&quot;:13217,&quot;48996&quot;:13218,&quot;48997&quot;:13219,&quot;48998&quot;:13220,&quot;48999&quot;:13221,&quot;49000&quot;:13222,&quot;49001&quot;:13223,&quot;49002&quot;:13224,&quot;49003&quot;:13225,&quot;49004&quot;:13226,&quot;49005&quot;:13227,&quot;49006&quot;:13228,&quot;49007&quot;:13229,&quot;49008&quot;:13230,&quot;49009&quot;:13231,&quot;49010&quot;:13232,&quot;49011&quot;:13233,&quot;49012&quot;:13234,&quot;49013&quot;:13235,&quot;49014&quot;:13236,&quot;49015&quot;:13237,&quot;49016&quot;:13238,&quot;49017&quot;:13239,&quot;49018&quot;:13240,&quot;49019&quot;:13241,&quot;49020&quot;:13242,&quot;49021&quot;:13243,&quot;49022&quot;:13244,&quot;49023&quot;:13245,&quot;49024&quot;:13246,&quot;49025&quot;:13247,&quot;49026&quot;:13248,&quot;49027&quot;:13249,&quot;49028&quot;:13250,&quot;49029&quot;:13251,&quot;49030&quot;:13252,&quot;49031&quot;:13253,&quot;49032&quot;:13254,&quot;49033&quot;:13255,&quot;49034&quot;:13256,&quot;49035&quot;:13257,&quot;49036&quot;:13258,&quot;49037&quot;:13259,&quot;49038&quot;:13260,&quot;49039&quot;:13261,&quot;49040&quot;:13262,&quot;49041&quot;:13263,&quot;49042&quot;:13264,&quot;49043&quot;:13265,&quot;49045&quot;:13266,&quot;49046&quot;:13267,&quot;49047&quot;:13268,&quot;49048&quot;:13269,&quot;49049&quot;:13270,&quot;49050&quot;:13271,&quot;49051&quot;:13272,&quot;49052&quot;:13273,&quot;49053&quot;:13274,&quot;49054&quot;:13275,&quot;49055&quot;:13276,&quot;49056&quot;:13277,&quot;49057&quot;:13278,&quot;49058&quot;:13279,&quot;49059&quot;:13280,&quot;49060&quot;:13281,&quot;49061&quot;:13282,&quot;49062&quot;:13283,&quot;49063&quot;:13284,&quot;49064&quot;:13285,&quot;49065&quot;:13286,&quot;49066&quot;:13287,&quot;49067&quot;:13288,&quot;49068&quot;:13289,&quot;49069&quot;:13290,&quot;49070&quot;:13291,&quot;49071&quot;:13292,&quot;49073&quot;:13293,&quot;49074&quot;:13294,&quot;49075&quot;:13295,&quot;49076&quot;:13296,&quot;49077&quot;:13297,&quot;49078&quot;:13298,&quot;49079&quot;:13299,&quot;49080&quot;:13300,&quot;49081&quot;:13301,&quot;49082&quot;:13302,&quot;49083&quot;:13303,&quot;49084&quot;:13304,&quot;49085&quot;:13305,&quot;49086&quot;:13306,&quot;49087&quot;:13307,&quot;49088&quot;:13308,&quot;49089&quot;:13309,&quot;49090&quot;:13310,&quot;49091&quot;:13311,&quot;49092&quot;:13312,&quot;49094&quot;:13313,&quot;49095&quot;:13314,&quot;49096&quot;:13315,&quot;49097&quot;:13316,&quot;49098&quot;:13317,&quot;49099&quot;:13318,&quot;49102&quot;:13319,&quot;49103&quot;:13320,&quot;49105&quot;:13321,&quot;49106&quot;:13322,&quot;49107&quot;:13323,&quot;49109&quot;:13324,&quot;49110&quot;:13325,&quot;49111&quot;:13326,&quot;49112&quot;:13327,&quot;49113&quot;:13328,&quot;49114&quot;:13329,&quot;49115&quot;:13330,&quot;49117&quot;:13331,&quot;49118&quot;:13332,&quot;49120&quot;:13333,&quot;49122&quot;:13334,&quot;49123&quot;:13335,&quot;49124&quot;:13336,&quot;49125&quot;:13337,&quot;49126&quot;:13338,&quot;49127&quot;:13339,&quot;49128&quot;:13340,&quot;49129&quot;:13341,&quot;49130&quot;:13342,&quot;49131&quot;:13343,&quot;49132&quot;:13344,&quot;49133&quot;:13345,&quot;49134&quot;:13346,&quot;49135&quot;:13347,&quot;49136&quot;:13348,&quot;49137&quot;:13349,&quot;49138&quot;:13350,&quot;49139&quot;:13351,&quot;49140&quot;:13352,&quot;49141&quot;:13353,&quot;49142&quot;:13354,&quot;49143&quot;:13355,&quot;49144&quot;:13356,&quot;49145&quot;:13357,&quot;49146&quot;:13358,&quot;49147&quot;:13359,&quot;49148&quot;:13360,&quot;49149&quot;:13361,&quot;49150&quot;:13362,&quot;49151&quot;:13363,&quot;49152&quot;:13364,&quot;49153&quot;:13365,&quot;49154&quot;:13366,&quot;49155&quot;:13367,&quot;49156&quot;:13368,&quot;49157&quot;:13369,&quot;49158&quot;:13370,&quot;49159&quot;:13371,&quot;49160&quot;:13372,&quot;49161&quot;:13373,&quot;49162&quot;:13374,&quot;49163&quot;:13375,&quot;49164&quot;:13376,&quot;49165&quot;:13377,&quot;49166&quot;:13378,&quot;49167&quot;:13379,&quot;49168&quot;:13380,&quot;49169&quot;:13381,&quot;49170&quot;:13382,&quot;49171&quot;:13383,&quot;49172&quot;:13384,&quot;49173&quot;:13385,&quot;49174&quot;:13386,&quot;49175&quot;:13387,&quot;49176&quot;:13388,&quot;49177&quot;:13389,&quot;49178&quot;:13390,&quot;49179&quot;:13391,&quot;49180&quot;:13392,&quot;49181&quot;:13393,&quot;49182&quot;:13394,&quot;49183&quot;:13395,&quot;49184&quot;:13396,&quot;49185&quot;:13397,&quot;49186&quot;:13398,&quot;49187&quot;:13399,&quot;49188&quot;:13400,&quot;49189&quot;:13401,&quot;49190&quot;:13402,&quot;49191&quot;:13403,&quot;49192&quot;:13404,&quot;49193&quot;:13405,&quot;49194&quot;:13406,&quot;49195&quot;:13407,&quot;49196&quot;:13408,&quot;49197&quot;:13409,&quot;49198&quot;:13410,&quot;49199&quot;:13411,&quot;49200&quot;:13412,&quot;49201&quot;:13413,&quot;49202&quot;:13414,&quot;49203&quot;:13415,&quot;49204&quot;:13416,&quot;49205&quot;:13417,&quot;49206&quot;:13418,&quot;49207&quot;:13419,&quot;49208&quot;:13420,&quot;49209&quot;:13421,&quot;49210&quot;:13422,&quot;49211&quot;:13423,&quot;49213&quot;:13424,&quot;49214&quot;:13425,&quot;49215&quot;:13426,&quot;49216&quot;:13427,&quot;49217&quot;:13428,&quot;49218&quot;:13429,&quot;49219&quot;:13430,&quot;49220&quot;:13431,&quot;49221&quot;:13432,&quot;49222&quot;:13433,&quot;49223&quot;:13434,&quot;49224&quot;:13435,&quot;49225&quot;:13436,&quot;49226&quot;:13437,&quot;49227&quot;:13438,&quot;49228&quot;:13439,&quot;49229&quot;:13440,&quot;49230&quot;:13441,&quot;49231&quot;:13442,&quot;49232&quot;:13443,&quot;49234&quot;:13444,&quot;49235&quot;:13445,&quot;49236&quot;:13446,&quot;49237&quot;:13447,&quot;49238&quot;:13448,&quot;49239&quot;:13449,&quot;49241&quot;:13450,&quot;49242&quot;:13451,&quot;49243&quot;:13452,&quot;49245&quot;:13453,&quot;49246&quot;:13454,&quot;49247&quot;:13455,&quot;49249&quot;:13456,&quot;49250&quot;:13457,&quot;49251&quot;:13458,&quot;49252&quot;:13459,&quot;49253&quot;:13460,&quot;49254&quot;:13461,&quot;49255&quot;:13462,&quot;49258&quot;:13463,&quot;49259&quot;:13464,&quot;49260&quot;:13465,&quot;49261&quot;:13466,&quot;49262&quot;:13467,&quot;49263&quot;:13468,&quot;49264&quot;:13469,&quot;49265&quot;:13470,&quot;49266&quot;:13471,&quot;49267&quot;:13472,&quot;49268&quot;:13473,&quot;49269&quot;:13474,&quot;49270&quot;:13475,&quot;49271&quot;:13476,&quot;49272&quot;:13477,&quot;49273&quot;:13478,&quot;49274&quot;:13479,&quot;49275&quot;:13480,&quot;49276&quot;:13481,&quot;49277&quot;:13482,&quot;49278&quot;:13483,&quot;49279&quot;:13484,&quot;49280&quot;:13485,&quot;49281&quot;:13486,&quot;49282&quot;:13487,&quot;49283&quot;:13488,&quot;49284&quot;:13489,&quot;49285&quot;:13490,&quot;49286&quot;:13491,&quot;49287&quot;:13492,&quot;49288&quot;:13493,&quot;49289&quot;:13494,&quot;49290&quot;:13495,&quot;49291&quot;:13496,&quot;49292&quot;:13497,&quot;49293&quot;:13498,&quot;49294&quot;:13499,&quot;49295&quot;:13500,&quot;49298&quot;:13501,&quot;49299&quot;:13502,&quot;49301&quot;:13503,&quot;49302&quot;:13504,&quot;49303&quot;:13505,&quot;49305&quot;:13506,&quot;49306&quot;:13507,&quot;49307&quot;:13508,&quot;49308&quot;:13509,&quot;49309&quot;:13510,&quot;49310&quot;:13511,&quot;49311&quot;:13512,&quot;49314&quot;:13513,&quot;49316&quot;:13514,&quot;49318&quot;:13515,&quot;49319&quot;:13516,&quot;49320&quot;:13517,&quot;49321&quot;:13518,&quot;49322&quot;:13519,&quot;49323&quot;:13520,&quot;49326&quot;:13521,&quot;49329&quot;:13522,&quot;49330&quot;:13523,&quot;49335&quot;:13524,&quot;49336&quot;:13525,&quot;49337&quot;:13526,&quot;49338&quot;:13527,&quot;49339&quot;:13528,&quot;49342&quot;:13529,&quot;49346&quot;:13530,&quot;49347&quot;:13531,&quot;49348&quot;:13532,&quot;49350&quot;:13533,&quot;49351&quot;:13534,&quot;49354&quot;:13535,&quot;49355&quot;:13536,&quot;49357&quot;:13537,&quot;49358&quot;:13538,&quot;49359&quot;:13539,&quot;49361&quot;:13540,&quot;49362&quot;:13541,&quot;49363&quot;:13542,&quot;49364&quot;:13543,&quot;49365&quot;:13544,&quot;49366&quot;:13545,&quot;49367&quot;:13546,&quot;49370&quot;:13547,&quot;49374&quot;:13548,&quot;49375&quot;:13549,&quot;49376&quot;:13550,&quot;49377&quot;:13551,&quot;49378&quot;:13552,&quot;49379&quot;:13553,&quot;49382&quot;:13554,&quot;49383&quot;:13555,&quot;49385&quot;:13556,&quot;49386&quot;:13557,&quot;49387&quot;:13558,&quot;49389&quot;:13559,&quot;49390&quot;:13560,&quot;49391&quot;:13561,&quot;49392&quot;:13562,&quot;49393&quot;:13563,&quot;49394&quot;:13564,&quot;49395&quot;:13565,&quot;49398&quot;:13566,&quot;49400&quot;:13567,&quot;49402&quot;:13568,&quot;49403&quot;:13569,&quot;49404&quot;:13570,&quot;49405&quot;:13571,&quot;49406&quot;:13572,&quot;49407&quot;:13573,&quot;49409&quot;:13574,&quot;49410&quot;:13575,&quot;49411&quot;:13576,&quot;49413&quot;:13577,&quot;49414&quot;:13578,&quot;49415&quot;:13579,&quot;49417&quot;:13580,&quot;49418&quot;:13581,&quot;49419&quot;:13582,&quot;49420&quot;:13583,&quot;49421&quot;:13584,&quot;49422&quot;:13585,&quot;49423&quot;:13586,&quot;49425&quot;:13587,&quot;49426&quot;:13588,&quot;49427&quot;:13589,&quot;49428&quot;:13590,&quot;49430&quot;:13591,&quot;49431&quot;:13592,&quot;49432&quot;:13593,&quot;49433&quot;:13594,&quot;49434&quot;:13595,&quot;49435&quot;:13596,&quot;49441&quot;:13597,&quot;49442&quot;:13598,&quot;49445&quot;:13599,&quot;49448&quot;:13600,&quot;49449&quot;:13601,&quot;49450&quot;:13602,&quot;49451&quot;:13603,&quot;49454&quot;:13604,&quot;49458&quot;:13605,&quot;49459&quot;:13606,&quot;49460&quot;:13607,&quot;49461&quot;:13608,&quot;49463&quot;:13609,&quot;49466&quot;:13610,&quot;49467&quot;:13611,&quot;49469&quot;:13612,&quot;49470&quot;:13613,&quot;49471&quot;:13614,&quot;49473&quot;:13615,&quot;49474&quot;:13616,&quot;49475&quot;:13617,&quot;49476&quot;:13618,&quot;49477&quot;:13619,&quot;49478&quot;:13620,&quot;49479&quot;:13621,&quot;49482&quot;:13622,&quot;49486&quot;:13623,&quot;49487&quot;:13624,&quot;49488&quot;:13625,&quot;49489&quot;:13626,&quot;49490&quot;:13627,&quot;49491&quot;:13628,&quot;49494&quot;:13629,&quot;49495&quot;:13630,&quot;49497&quot;:13631,&quot;49498&quot;:13632,&quot;49499&quot;:13633,&quot;49501&quot;:13634,&quot;49502&quot;:13635,&quot;49503&quot;:13636,&quot;49504&quot;:13637,&quot;49505&quot;:13638,&quot;49506&quot;:13639,&quot;49507&quot;:13640,&quot;49510&quot;:13641,&quot;49514&quot;:13642,&quot;49515&quot;:13643,&quot;49516&quot;:13644,&quot;49517&quot;:13645,&quot;49518&quot;:13646,&quot;49519&quot;:13647,&quot;49521&quot;:13648,&quot;49522&quot;:13649,&quot;49523&quot;:13650,&quot;49525&quot;:13651,&quot;49526&quot;:13652,&quot;49527&quot;:13653,&quot;49529&quot;:13654,&quot;49530&quot;:13655,&quot;49531&quot;:13656,&quot;49532&quot;:13657,&quot;49533&quot;:13658,&quot;49534&quot;:13659,&quot;49535&quot;:13660,&quot;49536&quot;:13661,&quot;49537&quot;:13662,&quot;49538&quot;:13663,&quot;49539&quot;:13664,&quot;49540&quot;:13665,&quot;49542&quot;:13666,&quot;49543&quot;:13667,&quot;49544&quot;:13668,&quot;49545&quot;:13669,&quot;49546&quot;:13670,&quot;49547&quot;:13671,&quot;49551&quot;:13672,&quot;49553&quot;:13673,&quot;49554&quot;:13674,&quot;49555&quot;:13675,&quot;49557&quot;:13676,&quot;49559&quot;:13677,&quot;49560&quot;:13678,&quot;49561&quot;:13679,&quot;49562&quot;:13680,&quot;49563&quot;:13681,&quot;49566&quot;:13682,&quot;49568&quot;:13683,&quot;49570&quot;:13684,&quot;49571&quot;:13685,&quot;49572&quot;:13686,&quot;49574&quot;:13687,&quot;49575&quot;:13688,&quot;49578&quot;:13689,&quot;49579&quot;:13690,&quot;49581&quot;:13691,&quot;49582&quot;:13692,&quot;49583&quot;:13693,&quot;49585&quot;:13694,&quot;49586&quot;:13695,&quot;49587&quot;:13696,&quot;49588&quot;:13697,&quot;49589&quot;:13698,&quot;49590&quot;:13699,&quot;49591&quot;:13700,&quot;49592&quot;:13701,&quot;49593&quot;:13702,&quot;49594&quot;:13703,&quot;49595&quot;:13704,&quot;49596&quot;:13705,&quot;49598&quot;:13706,&quot;49599&quot;:13707,&quot;49600&quot;:13708,&quot;49601&quot;:13709,&quot;49602&quot;:13710,&quot;49603&quot;:13711,&quot;49605&quot;:13712,&quot;49606&quot;:13713,&quot;49607&quot;:13714,&quot;49609&quot;:13715,&quot;49610&quot;:13716,&quot;49611&quot;:13717,&quot;49613&quot;:13718,&quot;49614&quot;:13719,&quot;49615&quot;:13720,&quot;49616&quot;:13721,&quot;49617&quot;:13722,&quot;49618&quot;:13723,&quot;49619&quot;:13724,&quot;49621&quot;:13725,&quot;49622&quot;:13726,&quot;49625&quot;:13727,&quot;49626&quot;:13728,&quot;49627&quot;:13729,&quot;49628&quot;:13730,&quot;49629&quot;:13731,&quot;49630&quot;:13732,&quot;49631&quot;:13733,&quot;49633&quot;:13734,&quot;49634&quot;:13735,&quot;49635&quot;:13736,&quot;49637&quot;:13737,&quot;49638&quot;:13738,&quot;49639&quot;:13739,&quot;49641&quot;:13740,&quot;49642&quot;:13741,&quot;49643&quot;:13742,&quot;49644&quot;:13743,&quot;49645&quot;:13744,&quot;49646&quot;:13745,&quot;49647&quot;:13746,&quot;49650&quot;:13747,&quot;49652&quot;:13748,&quot;49653&quot;:13749,&quot;49654&quot;:13750,&quot;49655&quot;:13751,&quot;49656&quot;:13752,&quot;49657&quot;:13753,&quot;49658&quot;:13754,&quot;49659&quot;:13755,&quot;49662&quot;:13756,&quot;49663&quot;:13757,&quot;49665&quot;:13758,&quot;49666&quot;:13759,&quot;49667&quot;:13760,&quot;49669&quot;:13761,&quot;49670&quot;:13762,&quot;49671&quot;:13763,&quot;49672&quot;:13764,&quot;49673&quot;:13765,&quot;49674&quot;:13766,&quot;49675&quot;:13767,&quot;49678&quot;:13768,&quot;49680&quot;:13769,&quot;49682&quot;:13770,&quot;49683&quot;:13771,&quot;49684&quot;:13772,&quot;49685&quot;:13773,&quot;49686&quot;:13774,&quot;49687&quot;:13775,&quot;49690&quot;:13776,&quot;49691&quot;:13777,&quot;49693&quot;:13778,&quot;49694&quot;:13779,&quot;49697&quot;:13780,&quot;49698&quot;:13781,&quot;49699&quot;:13782,&quot;49700&quot;:13783,&quot;49701&quot;:13784,&quot;49702&quot;:13785,&quot;49703&quot;:13786,&quot;49706&quot;:13787,&quot;49708&quot;:13788,&quot;49710&quot;:13789,&quot;49712&quot;:13790,&quot;49715&quot;:13791,&quot;49717&quot;:13792,&quot;49718&quot;:13793,&quot;49719&quot;:13794,&quot;49720&quot;:13795,&quot;49721&quot;:13796,&quot;49722&quot;:13797,&quot;49723&quot;:13798,&quot;49724&quot;:13799,&quot;49725&quot;:13800,&quot;49726&quot;:13801,&quot;49727&quot;:13802,&quot;49728&quot;:13803,&quot;49729&quot;:13804,&quot;49730&quot;:13805,&quot;49731&quot;:13806,&quot;49732&quot;:13807,&quot;49733&quot;:13808,&quot;49734&quot;:13809,&quot;49735&quot;:13810,&quot;49737&quot;:13811,&quot;49738&quot;:13812,&quot;49739&quot;:13813,&quot;49740&quot;:13814,&quot;49741&quot;:13815,&quot;49742&quot;:13816,&quot;49743&quot;:13817,&quot;49746&quot;:13818,&quot;49747&quot;:13819,&quot;49749&quot;:13820,&quot;49750&quot;:13821,&quot;49751&quot;:13822,&quot;49753&quot;:13823,&quot;49754&quot;:13824,&quot;49755&quot;:13825,&quot;49756&quot;:13826,&quot;49757&quot;:13827,&quot;49758&quot;:13828,&quot;49759&quot;:13829,&quot;49761&quot;:13830,&quot;49762&quot;:13831,&quot;49763&quot;:13832,&quot;49764&quot;:13833,&quot;49766&quot;:13834,&quot;49767&quot;:13835,&quot;49768&quot;:13836,&quot;49769&quot;:13837,&quot;49770&quot;:13838,&quot;49771&quot;:13839,&quot;49774&quot;:13840,&quot;49775&quot;:13841,&quot;49777&quot;:13842,&quot;49778&quot;:13843,&quot;49779&quot;:13844,&quot;49781&quot;:13845,&quot;49782&quot;:13846,&quot;49783&quot;:13847,&quot;49784&quot;:13848,&quot;49785&quot;:13849,&quot;49786&quot;:13850,&quot;49787&quot;:13851,&quot;49790&quot;:13852,&quot;49792&quot;:13853,&quot;49794&quot;:13854,&quot;49795&quot;:13855,&quot;49796&quot;:13856,&quot;49797&quot;:13857,&quot;49798&quot;:13858,&quot;49799&quot;:13859,&quot;49802&quot;:13860,&quot;49803&quot;:13861,&quot;49804&quot;:13862,&quot;49805&quot;:13863,&quot;49806&quot;:13864,&quot;49807&quot;:13865,&quot;49809&quot;:13866,&quot;49810&quot;:13867,&quot;49811&quot;:13868,&quot;49812&quot;:13869,&quot;49813&quot;:13870,&quot;49814&quot;:13871,&quot;49815&quot;:13872,&quot;49817&quot;:13873,&quot;49818&quot;:13874,&quot;49820&quot;:13875,&quot;49822&quot;:13876,&quot;49823&quot;:13877,&quot;49824&quot;:13878,&quot;49825&quot;:13879,&quot;49826&quot;:13880,&quot;49827&quot;:13881,&quot;49830&quot;:13882,&quot;49831&quot;:13883,&quot;49833&quot;:13884,&quot;49834&quot;:13885,&quot;49835&quot;:13886,&quot;49838&quot;:13887,&quot;49839&quot;:13888,&quot;49840&quot;:13889,&quot;49841&quot;:13890,&quot;49842&quot;:13891,&quot;49843&quot;:13892,&quot;49846&quot;:13893,&quot;49848&quot;:13894,&quot;49850&quot;:13895,&quot;49851&quot;:13896,&quot;49852&quot;:13897,&quot;49853&quot;:13898,&quot;49854&quot;:13899,&quot;49855&quot;:13900,&quot;49856&quot;:13901,&quot;49857&quot;:13902,&quot;49858&quot;:13903,&quot;49859&quot;:13904,&quot;49860&quot;:13905,&quot;49861&quot;:13906,&quot;49862&quot;:13907,&quot;49863&quot;:13908,&quot;49864&quot;:13909,&quot;49865&quot;:13910,&quot;49866&quot;:13911,&quot;49867&quot;:13912,&quot;49868&quot;:13913,&quot;49869&quot;:13914,&quot;49870&quot;:13915,&quot;49871&quot;:13916,&quot;49872&quot;:13917,&quot;49873&quot;:13918,&quot;49874&quot;:13919,&quot;49875&quot;:13920,&quot;49876&quot;:13921,&quot;49877&quot;:13922,&quot;49878&quot;:13923,&quot;49879&quot;:13924,&quot;49880&quot;:13925,&quot;49881&quot;:13926,&quot;49882&quot;:13927,&quot;49883&quot;:13928,&quot;49886&quot;:13929,&quot;49887&quot;:13930,&quot;49889&quot;:13931,&quot;49890&quot;:13932,&quot;49893&quot;:13933,&quot;49894&quot;:13934,&quot;49895&quot;:13935,&quot;49896&quot;:13936,&quot;49897&quot;:13937,&quot;49898&quot;:13938,&quot;49902&quot;:13939,&quot;49904&quot;:13940,&quot;49906&quot;:13941,&quot;49907&quot;:13942,&quot;49908&quot;:13943,&quot;49909&quot;:13944,&quot;49911&quot;:13945,&quot;49914&quot;:13946,&quot;49917&quot;:13947,&quot;49918&quot;:13948,&quot;49919&quot;:13949,&quot;49921&quot;:13950,&quot;49922&quot;:13951,&quot;49923&quot;:13952,&quot;49924&quot;:13953,&quot;49925&quot;:13954,&quot;49926&quot;:13955,&quot;49927&quot;:13956,&quot;49930&quot;:13957,&quot;49931&quot;:13958,&quot;49934&quot;:13959,&quot;49935&quot;:13960,&quot;49936&quot;:13961,&quot;49937&quot;:13962,&quot;49938&quot;:13963,&quot;49942&quot;:13964,&quot;49943&quot;:13965,&quot;49945&quot;:13966,&quot;49946&quot;:13967,&quot;49947&quot;:13968,&quot;49949&quot;:13969,&quot;49950&quot;:13970,&quot;49951&quot;:13971,&quot;49952&quot;:13972,&quot;49953&quot;:13973,&quot;49954&quot;:13974,&quot;49955&quot;:13975,&quot;49958&quot;:13976,&quot;49959&quot;:13977,&quot;49962&quot;:13978,&quot;49963&quot;:13979,&quot;49964&quot;:13980,&quot;49965&quot;:13981,&quot;49966&quot;:13982,&quot;49967&quot;:13983,&quot;49968&quot;:13984,&quot;49969&quot;:13985,&quot;49970&quot;:13986,&quot;49971&quot;:13987,&quot;49972&quot;:13988,&quot;49973&quot;:13989,&quot;49974&quot;:13990,&quot;49975&quot;:13991,&quot;49976&quot;:13992,&quot;49977&quot;:13993,&quot;49978&quot;:13994,&quot;49979&quot;:13995,&quot;49980&quot;:13996,&quot;49981&quot;:13997,&quot;49982&quot;:13998,&quot;49983&quot;:13999,&quot;49984&quot;:14000,&quot;49985&quot;:14001,&quot;49986&quot;:14002,&quot;49987&quot;:14003,&quot;49988&quot;:14004,&quot;49990&quot;:14005,&quot;49991&quot;:14006,&quot;49992&quot;:14007,&quot;49993&quot;:14008,&quot;49994&quot;:14009,&quot;49995&quot;:14010,&quot;49996&quot;:14011,&quot;49997&quot;:14012,&quot;49998&quot;:14013,&quot;49999&quot;:14014,&quot;50000&quot;:14015,&quot;50001&quot;:14016,&quot;50002&quot;:14017,&quot;50003&quot;:14018,&quot;50004&quot;:14019,&quot;50005&quot;:14020,&quot;50006&quot;:14021,&quot;50007&quot;:14022,&quot;50008&quot;:14023,&quot;50009&quot;:14024,&quot;50010&quot;:14025,&quot;50011&quot;:14026,&quot;50012&quot;:14027,&quot;50013&quot;:14028,&quot;50014&quot;:14029,&quot;50015&quot;:14030,&quot;50016&quot;:14031,&quot;50017&quot;:14032,&quot;50018&quot;:14033,&quot;50019&quot;:14034,&quot;50020&quot;:14035,&quot;50021&quot;:14036,&quot;50022&quot;:14037,&quot;50023&quot;:14038,&quot;50026&quot;:14039,&quot;50027&quot;:14040,&quot;50029&quot;:14041,&quot;50030&quot;:14042,&quot;50031&quot;:14043,&quot;50033&quot;:14044,&quot;50035&quot;:14045,&quot;50036&quot;:14046,&quot;50037&quot;:14047,&quot;50038&quot;:14048,&quot;50039&quot;:14049,&quot;50042&quot;:14050,&quot;50043&quot;:14051,&quot;50046&quot;:14052,&quot;50047&quot;:14053,&quot;50048&quot;:14054,&quot;50049&quot;:14055,&quot;50050&quot;:14056,&quot;50051&quot;:14057,&quot;50053&quot;:14058,&quot;50054&quot;:14059,&quot;50055&quot;:14060,&quot;50057&quot;:14061,&quot;50058&quot;:14062,&quot;50059&quot;:14063,&quot;50061&quot;:14064,&quot;50062&quot;:14065,&quot;50063&quot;:14066,&quot;50064&quot;:14067,&quot;50065&quot;:14068,&quot;50066&quot;:14069,&quot;50067&quot;:14070,&quot;50068&quot;:14071,&quot;50069&quot;:14072,&quot;50070&quot;:14073,&quot;50071&quot;:14074,&quot;50072&quot;:14075,&quot;50073&quot;:14076,&quot;50074&quot;:14077,&quot;50075&quot;:14078,&quot;50076&quot;:14079,&quot;50077&quot;:14080,&quot;50078&quot;:14081,&quot;50079&quot;:14082,&quot;50080&quot;:14083,&quot;50081&quot;:14084,&quot;50082&quot;:14085,&quot;50083&quot;:14086,&quot;50084&quot;:14087,&quot;50085&quot;:14088,&quot;50086&quot;:14089,&quot;50087&quot;:14090,&quot;50088&quot;:14091,&quot;50089&quot;:14092,&quot;50090&quot;:14093,&quot;50091&quot;:14094,&quot;50092&quot;:14095,&quot;50093&quot;:14096,&quot;50094&quot;:14097,&quot;50095&quot;:14098,&quot;50096&quot;:14099,&quot;50097&quot;:14100,&quot;50098&quot;:14101,&quot;50099&quot;:14102,&quot;50100&quot;:14103,&quot;50101&quot;:14104,&quot;50102&quot;:14105,&quot;50103&quot;:14106,&quot;50104&quot;:14107,&quot;50105&quot;:14108,&quot;50106&quot;:14109,&quot;50107&quot;:14110,&quot;50108&quot;:14111,&quot;50109&quot;:14112,&quot;50110&quot;:14113,&quot;50111&quot;:14114,&quot;50113&quot;:14115,&quot;50114&quot;:14116,&quot;50115&quot;:14117,&quot;50116&quot;:14118,&quot;50117&quot;:14119,&quot;50118&quot;:14120,&quot;50119&quot;:14121,&quot;50120&quot;:14122,&quot;50121&quot;:14123,&quot;50122&quot;:14124,&quot;50123&quot;:14125,&quot;50124&quot;:14126,&quot;50125&quot;:14127,&quot;50126&quot;:14128,&quot;50127&quot;:14129,&quot;50128&quot;:14130,&quot;50129&quot;:14131,&quot;50130&quot;:14132,&quot;50131&quot;:14133,&quot;50132&quot;:14134,&quot;50133&quot;:14135,&quot;50134&quot;:14136,&quot;50135&quot;:14137,&quot;50138&quot;:14138,&quot;50139&quot;:14139,&quot;50141&quot;:14140,&quot;50142&quot;:14141,&quot;50145&quot;:14142,&quot;50147&quot;:14143,&quot;50148&quot;:14144,&quot;50149&quot;:14145,&quot;50150&quot;:14146,&quot;50151&quot;:14147,&quot;50154&quot;:14148,&quot;50155&quot;:14149,&quot;50156&quot;:14150,&quot;50158&quot;:14151,&quot;50159&quot;:14152,&quot;50160&quot;:14153,&quot;50161&quot;:14154,&quot;50162&quot;:14155,&quot;50163&quot;:14156,&quot;50166&quot;:14157,&quot;50167&quot;:14158,&quot;50169&quot;:14159,&quot;50170&quot;:14160,&quot;50171&quot;:14161,&quot;50172&quot;:14162,&quot;50173&quot;:14163,&quot;50174&quot;:14164,&quot;50175&quot;:14165,&quot;50176&quot;:14166,&quot;50177&quot;:14167,&quot;50178&quot;:14168,&quot;50179&quot;:14169,&quot;50180&quot;:14170,&quot;50181&quot;:14171,&quot;50182&quot;:14172,&quot;50183&quot;:14173,&quot;50185&quot;:14174,&quot;50186&quot;:14175,&quot;50187&quot;:14176,&quot;50188&quot;:14177,&quot;50189&quot;:14178,&quot;50190&quot;:14179,&quot;50191&quot;:14180,&quot;50193&quot;:14181,&quot;50194&quot;:14182,&quot;50195&quot;:14183,&quot;50196&quot;:14184,&quot;50197&quot;:14185,&quot;50198&quot;:14186,&quot;50199&quot;:14187,&quot;50200&quot;:14188,&quot;50201&quot;:14189,&quot;50202&quot;:14190,&quot;50203&quot;:14191,&quot;50204&quot;:14192,&quot;50205&quot;:14193,&quot;50206&quot;:14194,&quot;50207&quot;:14195,&quot;50208&quot;:14196,&quot;50209&quot;:14197,&quot;50210&quot;:14198,&quot;50211&quot;:14199,&quot;50213&quot;:14200,&quot;50214&quot;:14201,&quot;50215&quot;:14202,&quot;50216&quot;:14203,&quot;50217&quot;:14204,&quot;50218&quot;:14205,&quot;50219&quot;:14206,&quot;50221&quot;:14207,&quot;50222&quot;:14208,&quot;50223&quot;:14209,&quot;50225&quot;:14210,&quot;50226&quot;:14211,&quot;50227&quot;:14212,&quot;50229&quot;:14213,&quot;50230&quot;:14214,&quot;50231&quot;:14215,&quot;50232&quot;:14216,&quot;50233&quot;:14217,&quot;50234&quot;:14218,&quot;50235&quot;:14219,&quot;50238&quot;:14220,&quot;50239&quot;:14221,&quot;50240&quot;:14222,&quot;50241&quot;:14223,&quot;50242&quot;:14224,&quot;50243&quot;:14225,&quot;50244&quot;:14226,&quot;50245&quot;:14227,&quot;50246&quot;:14228,&quot;50247&quot;:14229,&quot;50249&quot;:14230,&quot;50250&quot;:14231,&quot;50251&quot;:14232,&quot;50252&quot;:14233,&quot;50253&quot;:14234,&quot;50254&quot;:14235,&quot;50255&quot;:14236,&quot;50256&quot;:14237,&quot;50257&quot;:14238,&quot;50258&quot;:14239,&quot;50259&quot;:14240,&quot;50260&quot;:14241,&quot;50261&quot;:14242,&quot;50262&quot;:14243,&quot;50263&quot;:14244,&quot;50264&quot;:14245,&quot;50265&quot;:14246,&quot;50266&quot;:14247,&quot;50267&quot;:14248,&quot;50268&quot;:14249,&quot;50269&quot;:14250,&quot;50270&quot;:14251,&quot;50271&quot;:14252,&quot;50272&quot;:14253,&quot;50273&quot;:14254,&quot;50274&quot;:14255,&quot;50275&quot;:14256,&quot;50278&quot;:14257,&quot;50279&quot;:14258,&quot;50281&quot;:14259,&quot;50282&quot;:14260,&quot;50283&quot;:14261,&quot;50285&quot;:14262,&quot;50286&quot;:14263,&quot;50287&quot;:14264,&quot;50288&quot;:14265,&quot;50289&quot;:14266,&quot;50290&quot;:14267,&quot;50291&quot;:14268,&quot;50294&quot;:14269,&quot;50295&quot;:14270,&quot;50296&quot;:14271,&quot;50298&quot;:14272,&quot;50299&quot;:14273,&quot;50300&quot;:14274,&quot;50301&quot;:14275,&quot;50302&quot;:14276,&quot;50303&quot;:14277,&quot;50305&quot;:14278,&quot;50306&quot;:14279,&quot;50307&quot;:14280,&quot;50308&quot;:14281,&quot;50309&quot;:14282,&quot;50310&quot;:14283,&quot;50311&quot;:14284,&quot;50312&quot;:14285,&quot;50313&quot;:14286,&quot;50314&quot;:14287,&quot;50315&quot;:14288,&quot;50316&quot;:14289,&quot;50317&quot;:14290,&quot;50318&quot;:14291,&quot;50319&quot;:14292,&quot;50320&quot;:14293,&quot;50321&quot;:14294,&quot;50322&quot;:14295,&quot;50323&quot;:14296,&quot;50325&quot;:14297,&quot;50326&quot;:14298,&quot;50327&quot;:14299,&quot;50328&quot;:14300,&quot;50329&quot;:14301,&quot;50330&quot;:14302,&quot;50331&quot;:14303,&quot;50333&quot;:14304,&quot;50334&quot;:14305,&quot;50335&quot;:14306,&quot;50336&quot;:14307,&quot;50337&quot;:14308,&quot;50338&quot;:14309,&quot;50339&quot;:14310,&quot;50340&quot;:14311,&quot;50341&quot;:14312,&quot;50342&quot;:14313,&quot;50343&quot;:14314,&quot;50344&quot;:14315,&quot;50345&quot;:14316,&quot;50346&quot;:14317,&quot;50347&quot;:14318,&quot;50348&quot;:14319,&quot;50349&quot;:14320,&quot;50350&quot;:14321,&quot;50351&quot;:14322,&quot;50352&quot;:14323,&quot;50353&quot;:14324,&quot;50354&quot;:14325,&quot;50355&quot;:14326,&quot;50356&quot;:14327,&quot;50357&quot;:14328,&quot;50358&quot;:14329,&quot;50359&quot;:14330,&quot;50361&quot;:14331,&quot;50362&quot;:14332,&quot;50363&quot;:14333,&quot;50365&quot;:14334,&quot;50366&quot;:14335,&quot;50367&quot;:14336,&quot;50368&quot;:14337,&quot;50369&quot;:14338,&quot;50370&quot;:14339,&quot;50371&quot;:14340,&quot;50372&quot;:14341,&quot;50373&quot;:14342,&quot;50374&quot;:14343,&quot;50375&quot;:14344,&quot;50376&quot;:14345,&quot;50377&quot;:14346,&quot;50378&quot;:14347,&quot;50379&quot;:14348,&quot;50380&quot;:14349,&quot;50381&quot;:14350,&quot;50382&quot;:14351,&quot;50383&quot;:14352,&quot;50384&quot;:14353,&quot;50385&quot;:14354,&quot;50386&quot;:14355,&quot;50387&quot;:14356,&quot;50388&quot;:14357,&quot;50389&quot;:14358,&quot;50390&quot;:14359,&quot;50391&quot;:14360,&quot;50392&quot;:14361,&quot;50393&quot;:14362,&quot;50394&quot;:14363,&quot;50395&quot;:14364,&quot;50396&quot;:14365,&quot;50397&quot;:14366,&quot;50398&quot;:14367,&quot;50399&quot;:14368,&quot;50400&quot;:14369,&quot;50401&quot;:14370,&quot;50402&quot;:14371,&quot;50403&quot;:14372,&quot;50404&quot;:14373,&quot;50405&quot;:14374,&quot;50406&quot;:14375,&quot;50407&quot;:14376,&quot;50408&quot;:14377,&quot;50410&quot;:14378,&quot;50411&quot;:14379,&quot;50412&quot;:14380,&quot;50413&quot;:14381,&quot;50414&quot;:14382,&quot;50415&quot;:14383,&quot;50418&quot;:14384,&quot;50419&quot;:14385,&quot;50421&quot;:14386,&quot;50422&quot;:14387,&quot;50423&quot;:14388,&quot;50425&quot;:14389,&quot;50427&quot;:14390,&quot;50428&quot;:14391,&quot;50429&quot;:14392,&quot;50430&quot;:14393,&quot;50434&quot;:14394,&quot;50435&quot;:14395,&quot;50436&quot;:14396,&quot;50437&quot;:14397,&quot;50438&quot;:14398,&quot;50439&quot;:14399,&quot;50440&quot;:14400,&quot;50441&quot;:14401,&quot;50442&quot;:14402,&quot;50443&quot;:14403,&quot;50445&quot;:14404,&quot;50446&quot;:14405,&quot;50447&quot;:14406,&quot;50449&quot;:14407,&quot;50450&quot;:14408,&quot;50451&quot;:14409,&quot;50453&quot;:14410,&quot;50454&quot;:14411,&quot;50455&quot;:14412,&quot;50456&quot;:14413,&quot;50457&quot;:14414,&quot;50458&quot;:14415,&quot;50459&quot;:14416,&quot;50461&quot;:14417,&quot;50462&quot;:14418,&quot;50463&quot;:14419,&quot;50464&quot;:14420,&quot;50465&quot;:14421,&quot;50466&quot;:14422,&quot;50467&quot;:14423,&quot;50468&quot;:14424,&quot;50469&quot;:14425,&quot;50470&quot;:14426,&quot;50471&quot;:14427,&quot;50474&quot;:14428,&quot;50475&quot;:14429,&quot;50477&quot;:14430,&quot;50478&quot;:14431,&quot;50479&quot;:14432,&quot;50481&quot;:14433,&quot;50482&quot;:14434,&quot;50483&quot;:14435,&quot;50484&quot;:14436,&quot;50485&quot;:14437,&quot;50486&quot;:14438,&quot;50487&quot;:14439,&quot;50490&quot;:14440,&quot;50492&quot;:14441,&quot;50494&quot;:14442,&quot;50495&quot;:14443,&quot;50496&quot;:14444,&quot;50497&quot;:14445,&quot;50498&quot;:14446,&quot;50499&quot;:14447,&quot;50502&quot;:14448,&quot;50503&quot;:14449,&quot;50507&quot;:14450,&quot;50511&quot;:14451,&quot;50512&quot;:14452,&quot;50513&quot;:14453,&quot;50514&quot;:14454,&quot;50518&quot;:14455,&quot;50522&quot;:14456,&quot;50523&quot;:14457,&quot;50524&quot;:14458,&quot;50527&quot;:14459,&quot;50530&quot;:14460,&quot;50531&quot;:14461,&quot;50533&quot;:14462,&quot;50534&quot;:14463,&quot;50535&quot;:14464,&quot;50537&quot;:14465,&quot;50538&quot;:14466,&quot;50539&quot;:14467,&quot;50540&quot;:14468,&quot;50541&quot;:14469,&quot;50542&quot;:14470,&quot;50543&quot;:14471,&quot;50546&quot;:14472,&quot;50550&quot;:14473,&quot;50551&quot;:14474,&quot;50552&quot;:14475,&quot;50553&quot;:14476,&quot;50554&quot;:14477,&quot;50555&quot;:14478,&quot;50558&quot;:14479,&quot;50559&quot;:14480,&quot;50561&quot;:14481,&quot;50562&quot;:14482,&quot;50563&quot;:14483,&quot;50565&quot;:14484,&quot;50566&quot;:14485,&quot;50568&quot;:14486,&quot;50569&quot;:14487,&quot;50570&quot;:14488,&quot;50571&quot;:14489,&quot;50574&quot;:14490,&quot;50576&quot;:14491,&quot;50578&quot;:14492,&quot;50579&quot;:14493,&quot;50580&quot;:14494,&quot;50582&quot;:14495,&quot;50585&quot;:14496,&quot;50586&quot;:14497,&quot;50587&quot;:14498,&quot;50589&quot;:14499,&quot;50590&quot;:14500,&quot;50591&quot;:14501,&quot;50593&quot;:14502,&quot;50594&quot;:14503,&quot;50595&quot;:14504,&quot;50596&quot;:14505,&quot;50597&quot;:14506,&quot;50598&quot;:14507,&quot;50599&quot;:14508,&quot;50600&quot;:14509,&quot;50602&quot;:14510,&quot;50603&quot;:14511,&quot;50604&quot;:14512,&quot;50605&quot;:14513,&quot;50606&quot;:14514,&quot;50607&quot;:14515,&quot;50608&quot;:14516,&quot;50609&quot;:14517,&quot;50610&quot;:14518,&quot;50611&quot;:14519,&quot;50614&quot;:14520,&quot;50615&quot;:14521,&quot;50618&quot;:14522,&quot;50623&quot;:14523,&quot;50624&quot;:14524,&quot;50625&quot;:14525,&quot;50626&quot;:14526,&quot;50627&quot;:14527,&quot;50635&quot;:14528,&quot;50637&quot;:14529,&quot;50639&quot;:14530,&quot;50642&quot;:14531,&quot;50643&quot;:14532,&quot;50645&quot;:14533,&quot;50646&quot;:14534,&quot;50647&quot;:14535,&quot;50649&quot;:14536,&quot;50650&quot;:14537,&quot;50651&quot;:14538,&quot;50652&quot;:14539,&quot;50653&quot;:14540,&quot;50654&quot;:14541,&quot;50655&quot;:14542,&quot;50658&quot;:14543,&quot;50660&quot;:14544,&quot;50662&quot;:14545,&quot;50663&quot;:14546,&quot;50664&quot;:14547,&quot;50665&quot;:14548,&quot;50666&quot;:14549,&quot;50667&quot;:14550,&quot;50671&quot;:14551,&quot;50673&quot;:14552,&quot;50674&quot;:14553,&quot;50675&quot;:14554,&quot;50677&quot;:14555,&quot;50680&quot;:14556,&quot;50681&quot;:14557,&quot;50682&quot;:14558,&quot;50683&quot;:14559,&quot;50690&quot;:14560,&quot;50691&quot;:14561,&quot;50692&quot;:14562,&quot;50697&quot;:14563,&quot;50698&quot;:14564,&quot;50699&quot;:14565,&quot;50701&quot;:14566,&quot;50702&quot;:14567,&quot;50703&quot;:14568,&quot;50705&quot;:14569,&quot;50706&quot;:14570,&quot;50707&quot;:14571,&quot;50708&quot;:14572,&quot;50709&quot;:14573,&quot;50710&quot;:14574,&quot;50711&quot;:14575,&quot;50714&quot;:14576,&quot;50717&quot;:14577,&quot;50718&quot;:14578,&quot;50719&quot;:14579,&quot;50720&quot;:14580,&quot;50721&quot;:14581,&quot;50722&quot;:14582,&quot;50723&quot;:14583,&quot;50726&quot;:14584,&quot;50727&quot;:14585,&quot;50729&quot;:14586,&quot;50730&quot;:14587,&quot;50731&quot;:14588,&quot;50735&quot;:14589,&quot;50737&quot;:14590,&quot;50738&quot;:14591,&quot;50742&quot;:14592,&quot;50744&quot;:14593,&quot;50746&quot;:14594,&quot;50748&quot;:14595,&quot;50749&quot;:14596,&quot;50750&quot;:14597,&quot;50751&quot;:14598,&quot;50754&quot;:14599,&quot;50755&quot;:14600,&quot;50757&quot;:14601,&quot;50758&quot;:14602,&quot;50759&quot;:14603,&quot;50761&quot;:14604,&quot;50762&quot;:14605,&quot;50763&quot;:14606,&quot;50764&quot;:14607,&quot;50765&quot;:14608,&quot;50766&quot;:14609,&quot;50767&quot;:14610,&quot;50770&quot;:14611,&quot;50774&quot;:14612,&quot;50775&quot;:14613,&quot;50776&quot;:14614,&quot;50777&quot;:14615,&quot;50778&quot;:14616,&quot;50779&quot;:14617,&quot;50782&quot;:14618,&quot;50783&quot;:14619,&quot;50785&quot;:14620,&quot;50786&quot;:14621,&quot;50787&quot;:14622,&quot;50788&quot;:14623,&quot;50789&quot;:14624,&quot;50790&quot;:14625,&quot;50791&quot;:14626,&quot;50792&quot;:14627,&quot;50793&quot;:14628,&quot;50794&quot;:14629,&quot;50795&quot;:14630,&quot;50797&quot;:14631,&quot;50798&quot;:14632,&quot;50800&quot;:14633,&quot;50802&quot;:14634,&quot;50803&quot;:14635,&quot;50804&quot;:14636,&quot;50805&quot;:14637,&quot;50806&quot;:14638,&quot;50807&quot;:14639,&quot;50810&quot;:14640,&quot;50811&quot;:14641,&quot;50813&quot;:14642,&quot;50814&quot;:14643,&quot;50815&quot;:14644,&quot;50817&quot;:14645,&quot;50818&quot;:14646,&quot;50819&quot;:14647,&quot;50820&quot;:14648,&quot;50821&quot;:14649,&quot;50822&quot;:14650,&quot;50823&quot;:14651,&quot;50826&quot;:14652,&quot;50828&quot;:14653,&quot;50830&quot;:14654,&quot;50831&quot;:14655,&quot;50832&quot;:14656,&quot;50833&quot;:14657,&quot;50834&quot;:14658,&quot;50835&quot;:14659,&quot;50838&quot;:14660,&quot;50839&quot;:14661,&quot;50841&quot;:14662,&quot;50842&quot;:14663,&quot;50843&quot;:14664,&quot;50845&quot;:14665,&quot;50846&quot;:14666,&quot;50847&quot;:14667,&quot;50848&quot;:14668,&quot;50849&quot;:14669,&quot;50850&quot;:14670,&quot;50851&quot;:14671,&quot;50854&quot;:14672,&quot;50856&quot;:14673,&quot;50858&quot;:14674,&quot;50859&quot;:14675,&quot;50860&quot;:14676,&quot;50861&quot;:14677,&quot;50862&quot;:14678,&quot;50863&quot;:14679,&quot;50866&quot;:14680,&quot;50867&quot;:14681,&quot;50869&quot;:14682,&quot;50870&quot;:14683,&quot;50871&quot;:14684,&quot;50875&quot;:14685,&quot;50876&quot;:14686,&quot;50877&quot;:14687,&quot;50878&quot;:14688,&quot;50879&quot;:14689,&quot;50882&quot;:14690,&quot;50884&quot;:14691,&quot;50886&quot;:14692,&quot;50887&quot;:14693,&quot;50888&quot;:14694,&quot;50889&quot;:14695,&quot;50890&quot;:14696,&quot;50891&quot;:14697,&quot;50894&quot;:14698,&quot;50895&quot;:14699,&quot;50897&quot;:14700,&quot;50898&quot;:14701,&quot;50899&quot;:14702,&quot;50901&quot;:14703,&quot;50902&quot;:14704,&quot;50903&quot;:14705,&quot;50904&quot;:14706,&quot;50905&quot;:14707,&quot;50906&quot;:14708,&quot;50907&quot;:14709,&quot;50910&quot;:14710,&quot;50911&quot;:14711,&quot;50914&quot;:14712,&quot;50915&quot;:14713,&quot;50916&quot;:14714,&quot;50917&quot;:14715,&quot;50918&quot;:14716,&quot;50919&quot;:14717,&quot;50922&quot;:14718,&quot;50923&quot;:14719,&quot;50925&quot;:14720,&quot;50926&quot;:14721,&quot;50927&quot;:14722,&quot;50929&quot;:14723,&quot;50930&quot;:14724,&quot;50931&quot;:14725,&quot;50932&quot;:14726,&quot;50933&quot;:14727,&quot;50934&quot;:14728,&quot;50935&quot;:14729,&quot;50938&quot;:14730,&quot;50939&quot;:14731,&quot;50940&quot;:14732,&quot;50942&quot;:14733,&quot;50943&quot;:14734,&quot;50944&quot;:14735,&quot;50945&quot;:14736,&quot;50946&quot;:14737,&quot;50947&quot;:14738,&quot;50950&quot;:14739,&quot;50951&quot;:14740,&quot;50953&quot;:14741,&quot;50954&quot;:14742,&quot;50955&quot;:14743,&quot;50957&quot;:14744,&quot;50958&quot;:14745,&quot;50959&quot;:14746,&quot;50960&quot;:14747,&quot;50961&quot;:14748,&quot;50962&quot;:14749,&quot;50963&quot;:14750,&quot;50966&quot;:14751,&quot;50968&quot;:14752,&quot;50970&quot;:14753,&quot;50971&quot;:14754,&quot;50972&quot;:14755,&quot;50973&quot;:14756,&quot;50974&quot;:14757,&quot;50975&quot;:14758,&quot;50978&quot;:14759,&quot;50979&quot;:14760,&quot;50981&quot;:14761,&quot;50982&quot;:14762,&quot;50983&quot;:14763,&quot;50985&quot;:14764,&quot;50986&quot;:14765,&quot;50987&quot;:14766,&quot;50988&quot;:14767,&quot;50989&quot;:14768,&quot;50990&quot;:14769,&quot;50991&quot;:14770,&quot;50994&quot;:14771,&quot;50996&quot;:14772,&quot;50998&quot;:14773,&quot;51000&quot;:14774,&quot;51001&quot;:14775,&quot;51002&quot;:14776,&quot;51003&quot;:14777,&quot;51006&quot;:14778,&quot;51007&quot;:14779,&quot;51009&quot;:14780,&quot;51010&quot;:14781,&quot;51011&quot;:14782,&quot;51013&quot;:14783,&quot;51014&quot;:14784,&quot;51015&quot;:14785,&quot;51016&quot;:14786,&quot;51017&quot;:14787,&quot;51019&quot;:14788,&quot;51022&quot;:14789,&quot;51024&quot;:14790,&quot;51033&quot;:14791,&quot;51034&quot;:14792,&quot;51035&quot;:14793,&quot;51037&quot;:14794,&quot;51038&quot;:14795,&quot;51039&quot;:14796,&quot;51041&quot;:14797,&quot;51042&quot;:14798,&quot;51043&quot;:14799,&quot;51044&quot;:14800,&quot;51045&quot;:14801,&quot;51046&quot;:14802,&quot;51047&quot;:14803,&quot;51049&quot;:14804,&quot;51050&quot;:14805,&quot;51052&quot;:14806,&quot;51053&quot;:14807,&quot;51054&quot;:14808,&quot;51055&quot;:14809,&quot;51056&quot;:14810,&quot;51057&quot;:14811,&quot;51058&quot;:14812,&quot;51059&quot;:14813,&quot;51062&quot;:14814,&quot;51063&quot;:14815,&quot;51065&quot;:14816,&quot;51066&quot;:14817,&quot;51067&quot;:14818,&quot;51071&quot;:14819,&quot;51072&quot;:14820,&quot;51073&quot;:14821,&quot;51074&quot;:14822,&quot;51078&quot;:14823,&quot;51083&quot;:14824,&quot;51084&quot;:14825,&quot;51085&quot;:14826,&quot;51087&quot;:14827,&quot;51090&quot;:14828,&quot;51091&quot;:14829,&quot;51093&quot;:14830,&quot;51097&quot;:14831,&quot;51099&quot;:14832,&quot;51100&quot;:14833,&quot;51101&quot;:14834,&quot;51102&quot;:14835,&quot;51103&quot;:14836,&quot;51106&quot;:14837,&quot;51111&quot;:14838,&quot;51112&quot;:14839,&quot;51113&quot;:14840,&quot;51114&quot;:14841,&quot;51115&quot;:14842,&quot;51118&quot;:14843,&quot;51119&quot;:14844,&quot;51121&quot;:14845,&quot;51122&quot;:14846,&quot;51123&quot;:14847,&quot;51125&quot;:14848,&quot;51126&quot;:14849,&quot;51127&quot;:14850,&quot;51128&quot;:14851,&quot;51129&quot;:14852,&quot;51130&quot;:14853,&quot;51131&quot;:14854,&quot;51134&quot;:14855,&quot;51138&quot;:14856,&quot;51139&quot;:14857,&quot;51140&quot;:14858,&quot;51141&quot;:14859,&quot;51142&quot;:14860,&quot;51143&quot;:14861,&quot;51146&quot;:14862,&quot;51147&quot;:14863,&quot;51149&quot;:14864,&quot;51151&quot;:14865,&quot;51153&quot;:14866,&quot;51154&quot;:14867,&quot;51155&quot;:14868,&quot;51156&quot;:14869,&quot;51157&quot;:14870,&quot;51158&quot;:14871,&quot;51159&quot;:14872,&quot;51161&quot;:14873,&quot;51162&quot;:14874,&quot;51163&quot;:14875,&quot;51164&quot;:14876,&quot;51166&quot;:14877,&quot;51167&quot;:14878,&quot;51168&quot;:14879,&quot;51169&quot;:14880,&quot;51170&quot;:14881,&quot;51171&quot;:14882,&quot;51173&quot;:14883,&quot;51174&quot;:14884,&quot;51175&quot;:14885,&quot;51177&quot;:14886,&quot;51178&quot;:14887,&quot;51179&quot;:14888,&quot;51181&quot;:14889,&quot;51182&quot;:14890,&quot;51183&quot;:14891,&quot;51184&quot;:14892,&quot;51185&quot;:14893,&quot;51186&quot;:14894,&quot;51187&quot;:14895,&quot;51188&quot;:14896,&quot;51189&quot;:14897,&quot;51190&quot;:14898,&quot;51191&quot;:14899,&quot;51192&quot;:14900,&quot;51193&quot;:14901,&quot;51194&quot;:14902,&quot;51195&quot;:14903,&quot;51196&quot;:14904,&quot;51197&quot;:14905,&quot;51198&quot;:14906,&quot;51199&quot;:14907,&quot;51202&quot;:14908,&quot;51203&quot;:14909,&quot;51205&quot;:14910,&quot;51206&quot;:14911,&quot;51207&quot;:14912,&quot;51209&quot;:14913,&quot;51211&quot;:14914,&quot;51212&quot;:14915,&quot;51213&quot;:14916,&quot;51214&quot;:14917,&quot;51215&quot;:14918,&quot;51218&quot;:14919,&quot;51220&quot;:14920,&quot;51223&quot;:14921,&quot;51224&quot;:14922,&quot;51225&quot;:14923,&quot;51226&quot;:14924,&quot;51227&quot;:14925,&quot;51230&quot;:14926,&quot;51231&quot;:14927,&quot;51233&quot;:14928,&quot;51234&quot;:14929,&quot;51235&quot;:14930,&quot;51237&quot;:14931,&quot;51238&quot;:14932,&quot;51239&quot;:14933,&quot;51240&quot;:14934,&quot;51241&quot;:14935,&quot;51242&quot;:14936,&quot;51243&quot;:14937,&quot;51246&quot;:14938,&quot;51248&quot;:14939,&quot;51250&quot;:14940,&quot;51251&quot;:14941,&quot;51252&quot;:14942,&quot;51253&quot;:14943,&quot;51254&quot;:14944,&quot;51255&quot;:14945,&quot;51257&quot;:14946,&quot;51258&quot;:14947,&quot;51259&quot;:14948,&quot;51261&quot;:14949,&quot;51262&quot;:14950,&quot;51263&quot;:14951,&quot;51265&quot;:14952,&quot;51266&quot;:14953,&quot;51267&quot;:14954,&quot;51268&quot;:14955,&quot;51269&quot;:14956,&quot;51270&quot;:14957,&quot;51271&quot;:14958,&quot;51274&quot;:14959,&quot;51275&quot;:14960,&quot;51278&quot;:14961,&quot;51279&quot;:14962,&quot;51280&quot;:14963,&quot;51281&quot;:14964,&quot;51282&quot;:14965,&quot;51283&quot;:14966,&quot;51285&quot;:14967,&quot;51286&quot;:14968,&quot;51287&quot;:14969,&quot;51288&quot;:14970,&quot;51289&quot;:14971,&quot;51290&quot;:14972,&quot;51291&quot;:14973,&quot;51292&quot;:14974,&quot;51293&quot;:14975,&quot;51294&quot;:14976,&quot;51295&quot;:14977,&quot;51296&quot;:14978,&quot;51297&quot;:14979,&quot;51298&quot;:14980,&quot;51299&quot;:14981,&quot;51300&quot;:14982,&quot;51301&quot;:14983,&quot;51302&quot;:14984,&quot;51303&quot;:14985,&quot;51304&quot;:14986,&quot;51305&quot;:14987,&quot;51306&quot;:14988,&quot;51307&quot;:14989,&quot;51308&quot;:14990,&quot;51309&quot;:14991,&quot;51310&quot;:14992,&quot;51311&quot;:14993,&quot;51314&quot;:14994,&quot;51315&quot;:14995,&quot;51317&quot;:14996,&quot;51318&quot;:14997,&quot;51319&quot;:14998,&quot;51321&quot;:14999,&quot;51323&quot;:15000,&quot;51324&quot;:15001,&quot;51325&quot;:15002,&quot;51326&quot;:15003,&quot;51327&quot;:15004,&quot;51330&quot;:15005,&quot;51332&quot;:15006,&quot;51336&quot;:15007,&quot;51337&quot;:15008,&quot;51338&quot;:15009,&quot;51342&quot;:15010,&quot;51343&quot;:15011,&quot;51344&quot;:15012,&quot;51345&quot;:15013,&quot;51346&quot;:15014,&quot;51347&quot;:15015,&quot;51349&quot;:15016,&quot;51350&quot;:15017,&quot;51351&quot;:15018,&quot;51352&quot;:15019,&quot;51353&quot;:15020,&quot;51354&quot;:15021,&quot;51355&quot;:15022,&quot;51356&quot;:15023,&quot;51358&quot;:15024,&quot;51360&quot;:15025,&quot;51362&quot;:15026,&quot;51363&quot;:15027,&quot;51364&quot;:15028,&quot;51365&quot;:15029,&quot;51366&quot;:15030,&quot;51367&quot;:15031,&quot;51369&quot;:15032,&quot;51370&quot;:15033,&quot;51371&quot;:15034,&quot;51372&quot;:15035,&quot;51373&quot;:15036,&quot;51374&quot;:15037,&quot;51375&quot;:15038,&quot;51376&quot;:15039,&quot;51377&quot;:15040,&quot;51378&quot;:15041,&quot;51379&quot;:15042,&quot;51380&quot;:15043,&quot;51381&quot;:15044,&quot;51382&quot;:15045,&quot;51383&quot;:15046,&quot;51384&quot;:15047,&quot;51385&quot;:15048,&quot;51386&quot;:15049,&quot;51387&quot;:15050,&quot;51390&quot;:15051,&quot;51391&quot;:15052,&quot;51392&quot;:15053,&quot;51393&quot;:15054,&quot;51394&quot;:15055,&quot;51395&quot;:15056,&quot;51397&quot;:15057,&quot;51398&quot;:15058,&quot;51399&quot;:15059,&quot;51401&quot;:15060,&quot;51402&quot;:15061,&quot;51403&quot;:15062,&quot;51405&quot;:15063,&quot;51406&quot;:15064,&quot;51407&quot;:15065,&quot;51408&quot;:15066,&quot;51409&quot;:15067,&quot;51410&quot;:15068,&quot;51411&quot;:15069,&quot;51414&quot;:15070,&quot;51416&quot;:15071,&quot;51418&quot;:15072,&quot;51419&quot;:15073,&quot;51420&quot;:15074,&quot;51421&quot;:15075,&quot;51422&quot;:15076,&quot;51423&quot;:15077,&quot;51426&quot;:15078,&quot;51427&quot;:15079,&quot;51429&quot;:15080,&quot;51430&quot;:15081,&quot;51431&quot;:15082,&quot;51432&quot;:15083,&quot;51433&quot;:15084,&quot;51434&quot;:15085,&quot;51435&quot;:15086,&quot;51436&quot;:15087,&quot;51437&quot;:15088,&quot;51438&quot;:15089,&quot;51439&quot;:15090,&quot;51440&quot;:15091,&quot;51441&quot;:15092,&quot;51442&quot;:15093,&quot;51443&quot;:15094,&quot;51444&quot;:15095,&quot;51446&quot;:15096,&quot;51447&quot;:15097,&quot;51448&quot;:15098,&quot;51449&quot;:15099,&quot;51450&quot;:15100,&quot;51451&quot;:15101,&quot;51454&quot;:15102,&quot;51455&quot;:15103,&quot;51457&quot;:15104,&quot;51458&quot;:15105,&quot;51459&quot;:15106,&quot;51463&quot;:15107,&quot;51464&quot;:15108,&quot;51465&quot;:15109,&quot;51466&quot;:15110,&quot;51467&quot;:15111,&quot;51470&quot;:15112,&quot;51472&quot;:15113,&quot;51474&quot;:15114,&quot;51475&quot;:15115,&quot;51476&quot;:15116,&quot;51477&quot;:15117,&quot;51478&quot;:15118,&quot;51479&quot;:15119,&quot;51481&quot;:15120,&quot;51482&quot;:15121,&quot;51483&quot;:15122,&quot;51484&quot;:15123,&quot;51485&quot;:15124,&quot;51486&quot;:15125,&quot;51487&quot;:15126,&quot;51488&quot;:15127,&quot;51489&quot;:15128,&quot;51490&quot;:15129,&quot;51491&quot;:15130,&quot;51492&quot;:15131,&quot;51493&quot;:15132,&quot;51494&quot;:15133,&quot;51495&quot;:15134,&quot;51496&quot;:15135,&quot;51497&quot;:15136,&quot;51498&quot;:15137,&quot;51499&quot;:15138,&quot;51501&quot;:15139,&quot;51502&quot;:15140,&quot;51503&quot;:15141,&quot;51504&quot;:15142,&quot;51505&quot;:15143,&quot;51506&quot;:15144,&quot;51507&quot;:15145,&quot;51509&quot;:15146,&quot;51510&quot;:15147,&quot;51511&quot;:15148,&quot;51512&quot;:15149,&quot;51513&quot;:15150,&quot;51514&quot;:15151,&quot;51515&quot;:15152,&quot;51516&quot;:15153,&quot;51517&quot;:15154,&quot;51518&quot;:15155,&quot;51519&quot;:15156,&quot;51520&quot;:15157,&quot;51521&quot;:15158,&quot;51522&quot;:15159,&quot;51523&quot;:15160,&quot;51524&quot;:15161,&quot;51525&quot;:15162,&quot;51526&quot;:15163,&quot;51527&quot;:15164,&quot;51528&quot;:15165,&quot;51529&quot;:15166,&quot;51530&quot;:15167,&quot;51531&quot;:15168,&quot;51532&quot;:15169,&quot;51533&quot;:15170,&quot;51534&quot;:15171,&quot;51535&quot;:15172,&quot;51538&quot;:15173,&quot;51539&quot;:15174,&quot;51541&quot;:15175,&quot;51542&quot;:15176,&quot;51543&quot;:15177,&quot;51545&quot;:15178,&quot;51546&quot;:15179,&quot;51547&quot;:15180,&quot;51548&quot;:15181,&quot;51549&quot;:15182,&quot;51550&quot;:15183,&quot;51551&quot;:15184,&quot;51554&quot;:15185,&quot;51556&quot;:15186,&quot;51557&quot;:15187,&quot;51558&quot;:15188,&quot;51559&quot;:15189,&quot;51560&quot;:15190,&quot;51561&quot;:15191,&quot;51562&quot;:15192,&quot;51563&quot;:15193,&quot;51565&quot;:15194,&quot;51566&quot;:15195,&quot;51567&quot;:15196,&quot;51569&quot;:15197,&quot;51570&quot;:15198,&quot;51571&quot;:15199,&quot;51573&quot;:15200,&quot;51574&quot;:15201,&quot;51575&quot;:15202,&quot;51576&quot;:15203,&quot;51577&quot;:15204,&quot;51578&quot;:15205,&quot;51579&quot;:15206,&quot;51581&quot;:15207,&quot;51582&quot;:15208,&quot;51583&quot;:15209,&quot;51584&quot;:15210,&quot;51585&quot;:15211,&quot;51586&quot;:15212,&quot;51587&quot;:15213,&quot;51588&quot;:15214,&quot;51589&quot;:15215,&quot;51590&quot;:15216,&quot;51591&quot;:15217,&quot;51594&quot;:15218,&quot;51595&quot;:15219,&quot;51597&quot;:15220,&quot;51598&quot;:15221,&quot;51599&quot;:15222,&quot;51601&quot;:15223,&quot;51602&quot;:15224,&quot;51603&quot;:15225,&quot;51604&quot;:15226,&quot;51605&quot;:15227,&quot;51606&quot;:15228,&quot;51607&quot;:15229,&quot;51610&quot;:15230,&quot;51612&quot;:15231,&quot;51614&quot;:15232,&quot;51615&quot;:15233,&quot;51616&quot;:15234,&quot;51617&quot;:15235,&quot;51618&quot;:15236,&quot;51619&quot;:15237,&quot;51620&quot;:15238,&quot;51621&quot;:15239,&quot;51622&quot;:15240,&quot;51623&quot;:15241,&quot;51624&quot;:15242,&quot;51625&quot;:15243,&quot;51626&quot;:15244,&quot;51627&quot;:15245,&quot;51628&quot;:15246,&quot;51629&quot;:15247,&quot;51630&quot;:15248,&quot;51631&quot;:15249,&quot;51632&quot;:15250,&quot;51633&quot;:15251,&quot;51634&quot;:15252,&quot;51635&quot;:15253,&quot;51636&quot;:15254,&quot;51637&quot;:15255,&quot;51638&quot;:15256,&quot;51639&quot;:15257,&quot;51640&quot;:15258,&quot;51641&quot;:15259,&quot;51642&quot;:15260,&quot;51643&quot;:15261,&quot;51644&quot;:15262,&quot;51645&quot;:15263,&quot;51646&quot;:15264,&quot;51647&quot;:15265,&quot;51650&quot;:15266,&quot;51651&quot;:15267,&quot;51653&quot;:15268,&quot;51654&quot;:15269,&quot;51657&quot;:15270,&quot;51659&quot;:15271,&quot;51660&quot;:15272,&quot;51661&quot;:15273,&quot;51662&quot;:15274,&quot;51663&quot;:15275,&quot;51666&quot;:15276,&quot;51668&quot;:15277,&quot;51671&quot;:15278,&quot;51672&quot;:15279,&quot;51675&quot;:15280,&quot;51678&quot;:15281,&quot;51679&quot;:15282,&quot;51681&quot;:15283,&quot;51683&quot;:15284,&quot;51685&quot;:15285,&quot;51686&quot;:15286,&quot;51688&quot;:15287,&quot;51689&quot;:15288,&quot;51690&quot;:15289,&quot;51691&quot;:15290,&quot;51694&quot;:15291,&quot;51698&quot;:15292,&quot;51699&quot;:15293,&quot;51700&quot;:15294,&quot;51701&quot;:15295,&quot;51702&quot;:15296,&quot;51703&quot;:15297,&quot;51706&quot;:15298,&quot;51707&quot;:15299,&quot;51709&quot;:15300,&quot;51710&quot;:15301,&quot;51711&quot;:15302,&quot;51713&quot;:15303,&quot;51714&quot;:15304,&quot;51715&quot;:15305,&quot;51716&quot;:15306,&quot;51717&quot;:15307,&quot;51718&quot;:15308,&quot;51719&quot;:15309,&quot;51722&quot;:15310,&quot;51726&quot;:15311,&quot;51727&quot;:15312,&quot;51728&quot;:15313,&quot;51729&quot;:15314,&quot;51730&quot;:15315,&quot;51731&quot;:15316,&quot;51733&quot;:15317,&quot;51734&quot;:15318,&quot;51735&quot;:15319,&quot;51737&quot;:15320,&quot;51738&quot;:15321,&quot;51739&quot;:15322,&quot;51740&quot;:15323,&quot;51741&quot;:15324,&quot;51742&quot;:15325,&quot;51743&quot;:15326,&quot;51744&quot;:15327,&quot;51745&quot;:15328,&quot;51746&quot;:15329,&quot;51747&quot;:15330,&quot;51748&quot;:15331,&quot;51749&quot;:15332,&quot;51750&quot;:15333,&quot;51751&quot;:15334,&quot;51752&quot;:15335,&quot;51754&quot;:15336,&quot;51755&quot;:15337,&quot;51756&quot;:15338,&quot;51757&quot;:15339,&quot;51758&quot;:15340,&quot;51759&quot;:15341,&quot;51760&quot;:15342,&quot;51761&quot;:15343,&quot;51762&quot;:15344,&quot;51763&quot;:15345,&quot;51764&quot;:15346,&quot;51765&quot;:15347,&quot;51766&quot;:15348,&quot;51767&quot;:15349,&quot;51768&quot;:15350,&quot;51769&quot;:15351,&quot;51770&quot;:15352,&quot;51771&quot;:15353,&quot;51772&quot;:15354,&quot;51773&quot;:15355,&quot;51774&quot;:15356,&quot;51775&quot;:15357,&quot;51776&quot;:15358,&quot;51777&quot;:15359,&quot;51778&quot;:15360,&quot;51779&quot;:15361,&quot;51780&quot;:15362,&quot;51781&quot;:15363,&quot;51782&quot;:15364,&quot;51783&quot;:15365,&quot;51784&quot;:15366,&quot;51785&quot;:15367,&quot;51786&quot;:15368,&quot;51787&quot;:15369,&quot;51790&quot;:15370,&quot;51791&quot;:15371,&quot;51793&quot;:15372,&quot;51794&quot;:15373,&quot;51795&quot;:15374,&quot;51797&quot;:15375,&quot;51798&quot;:15376,&quot;51799&quot;:15377,&quot;51800&quot;:15378,&quot;51801&quot;:15379,&quot;51802&quot;:15380,&quot;51803&quot;:15381,&quot;51806&quot;:15382,&quot;51810&quot;:15383,&quot;51811&quot;:15384,&quot;51812&quot;:15385,&quot;51813&quot;:15386,&quot;51814&quot;:15387,&quot;51815&quot;:15388,&quot;51817&quot;:15389,&quot;51818&quot;:15390,&quot;51819&quot;:15391,&quot;51820&quot;:15392,&quot;51821&quot;:15393,&quot;51822&quot;:15394,&quot;51823&quot;:15395,&quot;51824&quot;:15396,&quot;51825&quot;:15397,&quot;51826&quot;:15398,&quot;51827&quot;:15399,&quot;51828&quot;:15400,&quot;51829&quot;:15401,&quot;51830&quot;:15402,&quot;51831&quot;:15403,&quot;51832&quot;:15404,&quot;51833&quot;:15405,&quot;51834&quot;:15406,&quot;51835&quot;:15407,&quot;51836&quot;:15408,&quot;51838&quot;:15409,&quot;51839&quot;:15410,&quot;51840&quot;:15411,&quot;51841&quot;:15412,&quot;51842&quot;:15413,&quot;51843&quot;:15414,&quot;51845&quot;:15415,&quot;51846&quot;:15416,&quot;51847&quot;:15417,&quot;51848&quot;:15418,&quot;51849&quot;:15419,&quot;51850&quot;:15420,&quot;51851&quot;:15421,&quot;51852&quot;:15422,&quot;51853&quot;:15423,&quot;51854&quot;:15424,&quot;51855&quot;:15425,&quot;51856&quot;:15426,&quot;51857&quot;:15427,&quot;51858&quot;:15428,&quot;51859&quot;:15429,&quot;51860&quot;:15430,&quot;51861&quot;:15431,&quot;51862&quot;:15432,&quot;51863&quot;:15433,&quot;51865&quot;:15434,&quot;51866&quot;:15435,&quot;51867&quot;:15436,&quot;51868&quot;:15437,&quot;51869&quot;:15438,&quot;51870&quot;:15439,&quot;51871&quot;:15440,&quot;51872&quot;:15441,&quot;51873&quot;:15442,&quot;51874&quot;:15443,&quot;51875&quot;:15444,&quot;51876&quot;:15445,&quot;51877&quot;:15446,&quot;51878&quot;:15447,&quot;51879&quot;:15448,&quot;51880&quot;:15449,&quot;51881&quot;:15450,&quot;51882&quot;:15451,&quot;51883&quot;:15452,&quot;51884&quot;:15453,&quot;51885&quot;:15454,&quot;51886&quot;:15455,&quot;51887&quot;:15456,&quot;51888&quot;:15457,&quot;51889&quot;:15458,&quot;51890&quot;:15459,&quot;51891&quot;:15460,&quot;51892&quot;:15461,&quot;51893&quot;:15462,&quot;51894&quot;:15463,&quot;51895&quot;:15464,&quot;51896&quot;:15465,&quot;51897&quot;:15466,&quot;51898&quot;:15467,&quot;51899&quot;:15468,&quot;51902&quot;:15469,&quot;51903&quot;:15470,&quot;51905&quot;:15471,&quot;51906&quot;:15472,&quot;51907&quot;:15473,&quot;51909&quot;:15474,&quot;51910&quot;:15475,&quot;51911&quot;:15476,&quot;51912&quot;:15477,&quot;51913&quot;:15478,&quot;51914&quot;:15479,&quot;51915&quot;:15480,&quot;51918&quot;:15481,&quot;51920&quot;:15482,&quot;51922&quot;:15483,&quot;51924&quot;:15484,&quot;51925&quot;:15485,&quot;51926&quot;:15486,&quot;51927&quot;:15487,&quot;51930&quot;:15488,&quot;51931&quot;:15489,&quot;51932&quot;:15490,&quot;51933&quot;:15491,&quot;51934&quot;:15492,&quot;51935&quot;:15493,&quot;51937&quot;:15494,&quot;51938&quot;:15495,&quot;51939&quot;:15496,&quot;51940&quot;:15497,&quot;51941&quot;:15498,&quot;51942&quot;:15499,&quot;51943&quot;:15500,&quot;51944&quot;:15501,&quot;51945&quot;:15502,&quot;51946&quot;:15503,&quot;51947&quot;:15504,&quot;51949&quot;:15505,&quot;51950&quot;:15506,&quot;51951&quot;:15507,&quot;51952&quot;:15508,&quot;51953&quot;:15509,&quot;51954&quot;:15510,&quot;51955&quot;:15511,&quot;51957&quot;:15512,&quot;51958&quot;:15513,&quot;51959&quot;:15514,&quot;51960&quot;:15515,&quot;51961&quot;:15516,&quot;51962&quot;:15517,&quot;51963&quot;:15518,&quot;51964&quot;:15519,&quot;51965&quot;:15520,&quot;51966&quot;:15521,&quot;51967&quot;:15522,&quot;51968&quot;:15523,&quot;51969&quot;:15524,&quot;51970&quot;:15525,&quot;51971&quot;:15526,&quot;51972&quot;:15527,&quot;51973&quot;:15528,&quot;51974&quot;:15529,&quot;51975&quot;:15530,&quot;51977&quot;:15531,&quot;51978&quot;:15532,&quot;51979&quot;:15533,&quot;51980&quot;:15534,&quot;51981&quot;:15535,&quot;51982&quot;:15536,&quot;51983&quot;:15537,&quot;51985&quot;:15538,&quot;51986&quot;:15539,&quot;51987&quot;:15540,&quot;51989&quot;:15541,&quot;51990&quot;:15542,&quot;51991&quot;:15543,&quot;51993&quot;:15544,&quot;51994&quot;:15545,&quot;51995&quot;:15546,&quot;51996&quot;:15547,&quot;51997&quot;:15548,&quot;51998&quot;:15549,&quot;51999&quot;:15550,&quot;52002&quot;:15551,&quot;52003&quot;:15552,&quot;52004&quot;:15553,&quot;52005&quot;:15554,&quot;52006&quot;:15555,&quot;52007&quot;:15556,&quot;52008&quot;:15557,&quot;52009&quot;:15558,&quot;52010&quot;:15559,&quot;52011&quot;:15560,&quot;52012&quot;:15561,&quot;52013&quot;:15562,&quot;52014&quot;:15563,&quot;52015&quot;:15564,&quot;52016&quot;:15565,&quot;52017&quot;:15566,&quot;52018&quot;:15567,&quot;52019&quot;:15568,&quot;52020&quot;:15569,&quot;52021&quot;:15570,&quot;52022&quot;:15571,&quot;52023&quot;:15572,&quot;52024&quot;:15573,&quot;52025&quot;:15574,&quot;52026&quot;:15575,&quot;52027&quot;:15576,&quot;52028&quot;:15577,&quot;52029&quot;:15578,&quot;52030&quot;:15579,&quot;52031&quot;:15580,&quot;52032&quot;:15581,&quot;52034&quot;:15582,&quot;52035&quot;:15583,&quot;52036&quot;:15584,&quot;52037&quot;:15585,&quot;52038&quot;:15586,&quot;52039&quot;:15587,&quot;52042&quot;:15588,&quot;52043&quot;:15589,&quot;52045&quot;:15590,&quot;52046&quot;:15591,&quot;52047&quot;:15592,&quot;52049&quot;:15593,&quot;52050&quot;:15594,&quot;52051&quot;:15595,&quot;52052&quot;:15596,&quot;52053&quot;:15597,&quot;52054&quot;:15598,&quot;52055&quot;:15599,&quot;52058&quot;:15600,&quot;52059&quot;:15601,&quot;52060&quot;:15602,&quot;52062&quot;:15603,&quot;52063&quot;:15604,&quot;52064&quot;:15605,&quot;52065&quot;:15606,&quot;52066&quot;:15607,&quot;52067&quot;:15608,&quot;52069&quot;:15609,&quot;52070&quot;:15610,&quot;52071&quot;:15611,&quot;52072&quot;:15612,&quot;52073&quot;:15613,&quot;52074&quot;:15614,&quot;52075&quot;:15615,&quot;52076&quot;:15616,&quot;52077&quot;:15617,&quot;52078&quot;:15618,&quot;52079&quot;:15619,&quot;52080&quot;:15620,&quot;52081&quot;:15621,&quot;52082&quot;:15622,&quot;52083&quot;:15623,&quot;52084&quot;:15624,&quot;52085&quot;:15625,&quot;52086&quot;:15626,&quot;52087&quot;:15627,&quot;52090&quot;:15628,&quot;52091&quot;:15629,&quot;52092&quot;:15630,&quot;52093&quot;:15631,&quot;52094&quot;:15632,&quot;52095&quot;:15633,&quot;52096&quot;:15634,&quot;52097&quot;:15635,&quot;52098&quot;:15636,&quot;52099&quot;:15637,&quot;52100&quot;:15638,&quot;52101&quot;:15639,&quot;52102&quot;:15640,&quot;52103&quot;:15641,&quot;52104&quot;:15642,&quot;52105&quot;:15643,&quot;52106&quot;:15644,&quot;52107&quot;:15645,&quot;52108&quot;:15646,&quot;52109&quot;:15647,&quot;52110&quot;:15648,&quot;52111&quot;:15649,&quot;52112&quot;:15650,&quot;52113&quot;:15651,&quot;52114&quot;:15652,&quot;52115&quot;:15653,&quot;52116&quot;:15654,&quot;52117&quot;:15655,&quot;52118&quot;:15656,&quot;52119&quot;:15657,&quot;52120&quot;:15658,&quot;52121&quot;:15659,&quot;52122&quot;:15660,&quot;52123&quot;:15661,&quot;52125&quot;:15662,&quot;52126&quot;:15663,&quot;52127&quot;:15664,&quot;52128&quot;:15665,&quot;52129&quot;:15666,&quot;52130&quot;:15667,&quot;52131&quot;:15668,&quot;52132&quot;:15669,&quot;52133&quot;:15670,&quot;52134&quot;:15671,&quot;52135&quot;:15672,&quot;52136&quot;:15673,&quot;52137&quot;:15674,&quot;52138&quot;:15675,&quot;52139&quot;:15676,&quot;52140&quot;:15677,&quot;52141&quot;:15678,&quot;52142&quot;:15679,&quot;52143&quot;:15680,&quot;52144&quot;:15681,&quot;52145&quot;:15682,&quot;52146&quot;:15683,&quot;52147&quot;:15684,&quot;52148&quot;:15685,&quot;52149&quot;:15686,&quot;52150&quot;:15687,&quot;52151&quot;:15688,&quot;52153&quot;:15689,&quot;52154&quot;:15690,&quot;52155&quot;:15691,&quot;52156&quot;:15692,&quot;52157&quot;:15693,&quot;52158&quot;:15694,&quot;52159&quot;:15695,&quot;52160&quot;:15696,&quot;52161&quot;:15697,&quot;52162&quot;:15698,&quot;52163&quot;:15699,&quot;52164&quot;:15700,&quot;52165&quot;:15701,&quot;52166&quot;:15702,&quot;52167&quot;:15703,&quot;52168&quot;:15704,&quot;52169&quot;:15705,&quot;52170&quot;:15706,&quot;52171&quot;:15707,&quot;52172&quot;:15708,&quot;52173&quot;:15709,&quot;52174&quot;:15710,&quot;52175&quot;:15711,&quot;52176&quot;:15712,&quot;52177&quot;:15713,&quot;52178&quot;:15714,&quot;52179&quot;:15715,&quot;52181&quot;:15716,&quot;52182&quot;:15717,&quot;52183&quot;:15718,&quot;52184&quot;:15719,&quot;52185&quot;:15720,&quot;52186&quot;:15721,&quot;52187&quot;:15722,&quot;52188&quot;:15723,&quot;52189&quot;:15724,&quot;52190&quot;:15725,&quot;52191&quot;:15726,&quot;52192&quot;:15727,&quot;52193&quot;:15728,&quot;52194&quot;:15729,&quot;52195&quot;:15730,&quot;52197&quot;:15731,&quot;52198&quot;:15732,&quot;52200&quot;:15733,&quot;52202&quot;:15734,&quot;52203&quot;:15735,&quot;52204&quot;:15736,&quot;52205&quot;:15737,&quot;52206&quot;:15738,&quot;52207&quot;:15739,&quot;52208&quot;:15740,&quot;52209&quot;:15741,&quot;52210&quot;:15742,&quot;52211&quot;:15743,&quot;52212&quot;:15744,&quot;52213&quot;:15745,&quot;52214&quot;:15746,&quot;52215&quot;:15747,&quot;52216&quot;:15748,&quot;52217&quot;:15749,&quot;52218&quot;:15750,&quot;52219&quot;:15751,&quot;52220&quot;:15752,&quot;52221&quot;:15753,&quot;52222&quot;:15754,&quot;52223&quot;:15755,&quot;52224&quot;:15756,&quot;52225&quot;:15757,&quot;52226&quot;:15758,&quot;52227&quot;:15759,&quot;52228&quot;:15760,&quot;52229&quot;:15761,&quot;52230&quot;:15762,&quot;52231&quot;:15763,&quot;52232&quot;:15764,&quot;52233&quot;:15765,&quot;52234&quot;:15766,&quot;52235&quot;:15767,&quot;52238&quot;:15768,&quot;52239&quot;:15769,&quot;52241&quot;:15770,&quot;52242&quot;:15771,&quot;52243&quot;:15772,&quot;52245&quot;:15773,&quot;52246&quot;:15774,&quot;52247&quot;:15775,&quot;52248&quot;:15776,&quot;52249&quot;:15777,&quot;52250&quot;:15778,&quot;52251&quot;:15779,&quot;52254&quot;:15780,&quot;52255&quot;:15781,&quot;52256&quot;:15782,&quot;52259&quot;:15783,&quot;52260&quot;:15784,&quot;52261&quot;:15785,&quot;52262&quot;:15786,&quot;52266&quot;:15787,&quot;52267&quot;:15788,&quot;52269&quot;:15789,&quot;52271&quot;:15790,&quot;52273&quot;:15791,&quot;52274&quot;:15792,&quot;52275&quot;:15793,&quot;52276&quot;:15794,&quot;52277&quot;:15795,&quot;52278&quot;:15796,&quot;52279&quot;:15797,&quot;52282&quot;:15798,&quot;52287&quot;:15799,&quot;52288&quot;:15800,&quot;52289&quot;:15801,&quot;52290&quot;:15802,&quot;52291&quot;:15803,&quot;52294&quot;:15804,&quot;52295&quot;:15805,&quot;52297&quot;:15806,&quot;52298&quot;:15807,&quot;52299&quot;:15808,&quot;52301&quot;:15809,&quot;52302&quot;:15810,&quot;52303&quot;:15811,&quot;52304&quot;:15812,&quot;52305&quot;:15813,&quot;52306&quot;:15814,&quot;52307&quot;:15815,&quot;52310&quot;:15816,&quot;52314&quot;:15817,&quot;52315&quot;:15818,&quot;52316&quot;:15819,&quot;52317&quot;:15820,&quot;52318&quot;:15821,&quot;52319&quot;:15822,&quot;52321&quot;:15823,&quot;52322&quot;:15824,&quot;52323&quot;:15825,&quot;52325&quot;:15826,&quot;52327&quot;:15827,&quot;52329&quot;:15828,&quot;52330&quot;:15829,&quot;52331&quot;:15830,&quot;52332&quot;:15831,&quot;52333&quot;:15832,&quot;52334&quot;:15833,&quot;52335&quot;:15834,&quot;52337&quot;:15835,&quot;52338&quot;:15836,&quot;52339&quot;:15837,&quot;52340&quot;:15838,&quot;52342&quot;:15839,&quot;52343&quot;:15840,&quot;52344&quot;:15841,&quot;52345&quot;:15842,&quot;52346&quot;:15843,&quot;52347&quot;:15844,&quot;52348&quot;:15845,&quot;52349&quot;:15846,&quot;52350&quot;:15847,&quot;52351&quot;:15848,&quot;52352&quot;:15849,&quot;52353&quot;:15850,&quot;52354&quot;:15851,&quot;52355&quot;:15852,&quot;52356&quot;:15853,&quot;52357&quot;:15854,&quot;52358&quot;:15855,&quot;52359&quot;:15856,&quot;52360&quot;:15857,&quot;52361&quot;:15858,&quot;52362&quot;:15859,&quot;52363&quot;:15860,&quot;52364&quot;:15861,&quot;52365&quot;:15862,&quot;52366&quot;:15863,&quot;52367&quot;:15864,&quot;52368&quot;:15865,&quot;52369&quot;:15866,&quot;52370&quot;:15867,&quot;52371&quot;:15868,&quot;52372&quot;:15869,&quot;52373&quot;:15870,&quot;52374&quot;:15871,&quot;52375&quot;:15872,&quot;52378&quot;:15873,&quot;52379&quot;:15874,&quot;52381&quot;:15875,&quot;52382&quot;:15876,&quot;52383&quot;:15877,&quot;52385&quot;:15878,&quot;52386&quot;:15879,&quot;52387&quot;:15880,&quot;52388&quot;:15881,&quot;52389&quot;:15882,&quot;52390&quot;:15883,&quot;52391&quot;:15884,&quot;52394&quot;:15885,&quot;52398&quot;:15886,&quot;52399&quot;:15887,&quot;52400&quot;:15888,&quot;52401&quot;:15889,&quot;52402&quot;:15890,&quot;52403&quot;:15891,&quot;52406&quot;:15892,&quot;52407&quot;:15893,&quot;52409&quot;:15894,&quot;52410&quot;:15895,&quot;52411&quot;:15896,&quot;52413&quot;:15897,&quot;52414&quot;:15898,&quot;52415&quot;:15899,&quot;52416&quot;:15900,&quot;52417&quot;:15901,&quot;52418&quot;:15902,&quot;52419&quot;:15903,&quot;52422&quot;:15904,&quot;52424&quot;:15905,&quot;52426&quot;:15906,&quot;52427&quot;:15907,&quot;52428&quot;:15908,&quot;52429&quot;:15909,&quot;52430&quot;:15910,&quot;52431&quot;:15911,&quot;52433&quot;:15912,&quot;52434&quot;:15913,&quot;52435&quot;:15914,&quot;52437&quot;:15915,&quot;52438&quot;:15916,&quot;52439&quot;:15917,&quot;52440&quot;:15918,&quot;52441&quot;:15919,&quot;52442&quot;:15920,&quot;52443&quot;:15921,&quot;52444&quot;:15922,&quot;52445&quot;:15923,&quot;52446&quot;:15924,&quot;52447&quot;:15925,&quot;52448&quot;:15926,&quot;52449&quot;:15927,&quot;52450&quot;:15928,&quot;52451&quot;:15929,&quot;52453&quot;:15930,&quot;52454&quot;:15931,&quot;52455&quot;:15932,&quot;52456&quot;:15933,&quot;52457&quot;:15934,&quot;52458&quot;:15935,&quot;52459&quot;:15936,&quot;52461&quot;:15937,&quot;52462&quot;:15938,&quot;52463&quot;:15939,&quot;52465&quot;:15940,&quot;52466&quot;:15941,&quot;52467&quot;:15942,&quot;52468&quot;:15943,&quot;52469&quot;:15944,&quot;52470&quot;:15945,&quot;52471&quot;:15946,&quot;52472&quot;:15947,&quot;52473&quot;:15948,&quot;52474&quot;:15949,&quot;52475&quot;:15950,&quot;52476&quot;:15951,&quot;52477&quot;:15952,&quot;52478&quot;:15953,&quot;52479&quot;:15954,&quot;52480&quot;:15955,&quot;52482&quot;:15956,&quot;52483&quot;:15957,&quot;52484&quot;:15958,&quot;52485&quot;:15959,&quot;52486&quot;:15960,&quot;52487&quot;:15961,&quot;52490&quot;:15962,&quot;52491&quot;:15963,&quot;52493&quot;:15964,&quot;52494&quot;:15965,&quot;52495&quot;:15966,&quot;52497&quot;:15967,&quot;52498&quot;:15968,&quot;52499&quot;:15969,&quot;52500&quot;:15970,&quot;52501&quot;:15971,&quot;52502&quot;:15972,&quot;52503&quot;:15973,&quot;52506&quot;:15974,&quot;52508&quot;:15975,&quot;52510&quot;:15976,&quot;52511&quot;:15977,&quot;52512&quot;:15978,&quot;52513&quot;:15979,&quot;52514&quot;:15980,&quot;52515&quot;:15981,&quot;52517&quot;:15982,&quot;52518&quot;:15983,&quot;52519&quot;:15984,&quot;52521&quot;:15985,&quot;52522&quot;:15986,&quot;52523&quot;:15987,&quot;52525&quot;:15988,&quot;52526&quot;:15989,&quot;52527&quot;:15990,&quot;52528&quot;:15991,&quot;52529&quot;:15992,&quot;52530&quot;:15993,&quot;52531&quot;:15994,&quot;52532&quot;:15995,&quot;52533&quot;:15996,&quot;52534&quot;:15997,&quot;52535&quot;:15998,&quot;52536&quot;:15999,&quot;52538&quot;:16000,&quot;52539&quot;:16001,&quot;52540&quot;:16002,&quot;52541&quot;:16003,&quot;52542&quot;:16004,&quot;52543&quot;:16005,&quot;52544&quot;:16006,&quot;52545&quot;:16007,&quot;52546&quot;:16008,&quot;52547&quot;:16009,&quot;52548&quot;:16010,&quot;52549&quot;:16011,&quot;52550&quot;:16012,&quot;52551&quot;:16013,&quot;52552&quot;:16014,&quot;52553&quot;:16015,&quot;52554&quot;:16016,&quot;52555&quot;:16017,&quot;52556&quot;:16018,&quot;52557&quot;:16019,&quot;52558&quot;:16020,&quot;52559&quot;:16021,&quot;52560&quot;:16022,&quot;52561&quot;:16023,&quot;52562&quot;:16024,&quot;52563&quot;:16025,&quot;52564&quot;:16026,&quot;52565&quot;:16027,&quot;52566&quot;:16028,&quot;52567&quot;:16029,&quot;52568&quot;:16030,&quot;52569&quot;:16031,&quot;52570&quot;:16032,&quot;52571&quot;:16033,&quot;52573&quot;:16034,&quot;52574&quot;:16035,&quot;52575&quot;:16036,&quot;52577&quot;:16037,&quot;52578&quot;:16038,&quot;52579&quot;:16039,&quot;52581&quot;:16040,&quot;52582&quot;:16041,&quot;52583&quot;:16042,&quot;52584&quot;:16043,&quot;52585&quot;:16044,&quot;52586&quot;:16045,&quot;52587&quot;:16046,&quot;52590&quot;:16047,&quot;52592&quot;:16048,&quot;52594&quot;:16049,&quot;52595&quot;:16050,&quot;52596&quot;:16051,&quot;52597&quot;:16052,&quot;52598&quot;:16053,&quot;52599&quot;:16054,&quot;52601&quot;:16055,&quot;52602&quot;:16056,&quot;52603&quot;:16057,&quot;52604&quot;:16058,&quot;52605&quot;:16059,&quot;52606&quot;:16060,&quot;52607&quot;:16061,&quot;52608&quot;:16062,&quot;52609&quot;:16063,&quot;52610&quot;:16064,&quot;52611&quot;:16065,&quot;52612&quot;:16066,&quot;52613&quot;:16067,&quot;52614&quot;:16068,&quot;52615&quot;:16069,&quot;52617&quot;:16070,&quot;52618&quot;:16071,&quot;52619&quot;:16072,&quot;52620&quot;:16073,&quot;52621&quot;:16074,&quot;52622&quot;:16075,&quot;52623&quot;:16076,&quot;52624&quot;:16077,&quot;52625&quot;:16078,&quot;52626&quot;:16079,&quot;52627&quot;:16080,&quot;52630&quot;:16081,&quot;52631&quot;:16082,&quot;52633&quot;:16083,&quot;52634&quot;:16084,&quot;52635&quot;:16085,&quot;52637&quot;:16086,&quot;52638&quot;:16087,&quot;52639&quot;:16088,&quot;52640&quot;:16089,&quot;52641&quot;:16090,&quot;52642&quot;:16091,&quot;52643&quot;:16092,&quot;52646&quot;:16093,&quot;52648&quot;:16094,&quot;52650&quot;:16095,&quot;52651&quot;:16096,&quot;52652&quot;:16097,&quot;52653&quot;:16098,&quot;52654&quot;:16099,&quot;52655&quot;:16100,&quot;52657&quot;:16101,&quot;52658&quot;:16102,&quot;52659&quot;:16103,&quot;52660&quot;:16104,&quot;52661&quot;:16105,&quot;52662&quot;:16106,&quot;52663&quot;:16107,&quot;52664&quot;:16108,&quot;52665&quot;:16109,&quot;52666&quot;:16110,&quot;52667&quot;:16111,&quot;52668&quot;:16112,&quot;52669&quot;:16113,&quot;52670&quot;:16114,&quot;52671&quot;:16115,&quot;52672&quot;:16116,&quot;52673&quot;:16117,&quot;52674&quot;:16118,&quot;52675&quot;:16119,&quot;52677&quot;:16120,&quot;52678&quot;:16121,&quot;52679&quot;:16122,&quot;52680&quot;:16123,&quot;52681&quot;:16124,&quot;52682&quot;:16125,&quot;52683&quot;:16126,&quot;52685&quot;:16127,&quot;52686&quot;:16128,&quot;52687&quot;:16129,&quot;52689&quot;:16130,&quot;52690&quot;:16131,&quot;52691&quot;:16132,&quot;52692&quot;:16133,&quot;52693&quot;:16134,&quot;52694&quot;:16135,&quot;52695&quot;:16136,&quot;52696&quot;:16137,&quot;52697&quot;:16138,&quot;52698&quot;:16139,&quot;52699&quot;:16140,&quot;52700&quot;:16141,&quot;52701&quot;:16142,&quot;52702&quot;:16143,&quot;52703&quot;:16144,&quot;52704&quot;:16145,&quot;52705&quot;:16146,&quot;52706&quot;:16147,&quot;52707&quot;:16148,&quot;52708&quot;:16149,&quot;52709&quot;:16150,&quot;52710&quot;:16151,&quot;52711&quot;:16152,&quot;52713&quot;:16153,&quot;52714&quot;:16154,&quot;52715&quot;:16155,&quot;52717&quot;:16156,&quot;52718&quot;:16157,&quot;52719&quot;:16158,&quot;52721&quot;:16159,&quot;52722&quot;:16160,&quot;52723&quot;:16161,&quot;52724&quot;:16162,&quot;52725&quot;:16163,&quot;52726&quot;:16164,&quot;52727&quot;:16165,&quot;52730&quot;:16166,&quot;52732&quot;:16167,&quot;52734&quot;:16168,&quot;52735&quot;:16169,&quot;52736&quot;:16170,&quot;52737&quot;:16171,&quot;52738&quot;:16172,&quot;52739&quot;:16173,&quot;52741&quot;:16174,&quot;52742&quot;:16175,&quot;52743&quot;:16176,&quot;52745&quot;:16177,&quot;52746&quot;:16178,&quot;52747&quot;:16179,&quot;52749&quot;:16180,&quot;52750&quot;:16181,&quot;52751&quot;:16182,&quot;52752&quot;:16183,&quot;52753&quot;:16184,&quot;52754&quot;:16185,&quot;52755&quot;:16186,&quot;52757&quot;:16187,&quot;52758&quot;:16188,&quot;52759&quot;:16189,&quot;52760&quot;:16190,&quot;52762&quot;:16191,&quot;52763&quot;:16192,&quot;52764&quot;:16193,&quot;52765&quot;:16194,&quot;52766&quot;:16195,&quot;52767&quot;:16196,&quot;52770&quot;:16197,&quot;52771&quot;:16198,&quot;52773&quot;:16199,&quot;52774&quot;:16200,&quot;52775&quot;:16201,&quot;52777&quot;:16202,&quot;52778&quot;:16203,&quot;52779&quot;:16204,&quot;52780&quot;:16205,&quot;52781&quot;:16206,&quot;52782&quot;:16207,&quot;52783&quot;:16208,&quot;52786&quot;:16209,&quot;52788&quot;:16210,&quot;52790&quot;:16211,&quot;52791&quot;:16212,&quot;52792&quot;:16213,&quot;52793&quot;:16214,&quot;52794&quot;:16215,&quot;52795&quot;:16216,&quot;52796&quot;:16217,&quot;52797&quot;:16218,&quot;52798&quot;:16219,&quot;52799&quot;:16220,&quot;52800&quot;:16221,&quot;52801&quot;:16222,&quot;52802&quot;:16223,&quot;52803&quot;:16224,&quot;52804&quot;:16225,&quot;52805&quot;:16226,&quot;52806&quot;:16227,&quot;52807&quot;:16228,&quot;52808&quot;:16229,&quot;52809&quot;:16230,&quot;52810&quot;:16231,&quot;52811&quot;:16232,&quot;52812&quot;:16233,&quot;52813&quot;:16234,&quot;52814&quot;:16235,&quot;52815&quot;:16236,&quot;52816&quot;:16237,&quot;52817&quot;:16238,&quot;52818&quot;:16239,&quot;52819&quot;:16240,&quot;52820&quot;:16241,&quot;52821&quot;:16242,&quot;52822&quot;:16243,&quot;52823&quot;:16244,&quot;52826&quot;:16245,&quot;52827&quot;:16246,&quot;52829&quot;:16247,&quot;52830&quot;:16248,&quot;52834&quot;:16249,&quot;52835&quot;:16250,&quot;52836&quot;:16251,&quot;52837&quot;:16252,&quot;52838&quot;:16253,&quot;52839&quot;:16254,&quot;52842&quot;:16255,&quot;52844&quot;:16256,&quot;52846&quot;:16257,&quot;52847&quot;:16258,&quot;52848&quot;:16259,&quot;52849&quot;:16260,&quot;52850&quot;:16261,&quot;52851&quot;:16262,&quot;52854&quot;:16263,&quot;52855&quot;:16264,&quot;52857&quot;:16265,&quot;52858&quot;:16266,&quot;52859&quot;:16267,&quot;52861&quot;:16268,&quot;52862&quot;:16269,&quot;52863&quot;:16270,&quot;52864&quot;:16271,&quot;52865&quot;:16272,&quot;52866&quot;:16273,&quot;52867&quot;:16274,&quot;52870&quot;:16275,&quot;52872&quot;:16276,&quot;52874&quot;:16277,&quot;52875&quot;:16278,&quot;52876&quot;:16279,&quot;52877&quot;:16280,&quot;52878&quot;:16281,&quot;52879&quot;:16282,&quot;52882&quot;:16283,&quot;52883&quot;:16284,&quot;52885&quot;:16285,&quot;52886&quot;:16286,&quot;52887&quot;:16287,&quot;52889&quot;:16288,&quot;52890&quot;:16289,&quot;52891&quot;:16290,&quot;52892&quot;:16291,&quot;52893&quot;:16292,&quot;52894&quot;:16293,&quot;52895&quot;:16294,&quot;52898&quot;:16295,&quot;52902&quot;:16296,&quot;52903&quot;:16297,&quot;52904&quot;:16298,&quot;52905&quot;:16299,&quot;52906&quot;:16300,&quot;52907&quot;:16301,&quot;52910&quot;:16302,&quot;52911&quot;:16303,&quot;52912&quot;:16304,&quot;52913&quot;:16305,&quot;52914&quot;:16306,&quot;52915&quot;:16307,&quot;52916&quot;:16308,&quot;52917&quot;:16309,&quot;52918&quot;:16310,&quot;52919&quot;:16311,&quot;52920&quot;:16312,&quot;52921&quot;:16313,&quot;52922&quot;:16314,&quot;52923&quot;:16315,&quot;52924&quot;:16316,&quot;52925&quot;:16317,&quot;52926&quot;:16318,&quot;52927&quot;:16319,&quot;52928&quot;:16320,&quot;52930&quot;:16321,&quot;52931&quot;:16322,&quot;52932&quot;:16323,&quot;52933&quot;:16324,&quot;52934&quot;:16325,&quot;52935&quot;:16326,&quot;52936&quot;:16327,&quot;52937&quot;:16328,&quot;52938&quot;:16329,&quot;52939&quot;:16330,&quot;52940&quot;:16331,&quot;52941&quot;:16332,&quot;52942&quot;:16333,&quot;52943&quot;:16334,&quot;52944&quot;:16335,&quot;52945&quot;:16336,&quot;52946&quot;:16337,&quot;52947&quot;:16338,&quot;52948&quot;:16339,&quot;52949&quot;:16340,&quot;52950&quot;:16341,&quot;52951&quot;:16342,&quot;52952&quot;:16343,&quot;52953&quot;:16344,&quot;52954&quot;:16345,&quot;52955&quot;:16346,&quot;52956&quot;:16347,&quot;52957&quot;:16348,&quot;52958&quot;:16349,&quot;52959&quot;:16350,&quot;52960&quot;:16351,&quot;52961&quot;:16352,&quot;52962&quot;:16353,&quot;52963&quot;:16354,&quot;52966&quot;:16355,&quot;52967&quot;:16356,&quot;52969&quot;:16357,&quot;52970&quot;:16358,&quot;52973&quot;:16359,&quot;52974&quot;:16360,&quot;52975&quot;:16361,&quot;52976&quot;:16362,&quot;52977&quot;:16363,&quot;52978&quot;:16364,&quot;52979&quot;:16365,&quot;52982&quot;:16366,&quot;52986&quot;:16367,&quot;52987&quot;:16368,&quot;52988&quot;:16369,&quot;52989&quot;:16370,&quot;52990&quot;:16371,&quot;52991&quot;:16372,&quot;52994&quot;:16373,&quot;52995&quot;:16374,&quot;52997&quot;:16375,&quot;52998&quot;:16376,&quot;52999&quot;:16377,&quot;53001&quot;:16378,&quot;53002&quot;:16379,&quot;53003&quot;:16380,&quot;53004&quot;:16381,&quot;53005&quot;:16382,&quot;53006&quot;:16383,&quot;53007&quot;:16384,&quot;53010&quot;:16385,&quot;53012&quot;:16386,&quot;53014&quot;:16387,&quot;53015&quot;:16388,&quot;53016&quot;:16389,&quot;53017&quot;:16390,&quot;53018&quot;:16391,&quot;53019&quot;:16392,&quot;53021&quot;:16393,&quot;53022&quot;:16394,&quot;53023&quot;:16395,&quot;53025&quot;:16396,&quot;53026&quot;:16397,&quot;53027&quot;:16398,&quot;53029&quot;:16399,&quot;53030&quot;:16400,&quot;53031&quot;:16401,&quot;53032&quot;:16402,&quot;53033&quot;:16403,&quot;53034&quot;:16404,&quot;53035&quot;:16405,&quot;53038&quot;:16406,&quot;53042&quot;:16407,&quot;53043&quot;:16408,&quot;53044&quot;:16409,&quot;53045&quot;:16410,&quot;53046&quot;:16411,&quot;53047&quot;:16412,&quot;53049&quot;:16413,&quot;53050&quot;:16414,&quot;53051&quot;:16415,&quot;53052&quot;:16416,&quot;53053&quot;:16417,&quot;53054&quot;:16418,&quot;53055&quot;:16419,&quot;53056&quot;:16420,&quot;53057&quot;:16421,&quot;53058&quot;:16422,&quot;53059&quot;:16423,&quot;53060&quot;:16424,&quot;53061&quot;:16425,&quot;53062&quot;:16426,&quot;53063&quot;:16427,&quot;53064&quot;:16428,&quot;53065&quot;:16429,&quot;53066&quot;:16430,&quot;53067&quot;:16431,&quot;53068&quot;:16432,&quot;53069&quot;:16433,&quot;53070&quot;:16434,&quot;53071&quot;:16435,&quot;53072&quot;:16436,&quot;53073&quot;:16437,&quot;53074&quot;:16438,&quot;53075&quot;:16439,&quot;53078&quot;:16440,&quot;53079&quot;:16441,&quot;53081&quot;:16442,&quot;53082&quot;:16443,&quot;53083&quot;:16444,&quot;53085&quot;:16445,&quot;53086&quot;:16446,&quot;53087&quot;:16447,&quot;53088&quot;:16448,&quot;53089&quot;:16449,&quot;53090&quot;:16450,&quot;53091&quot;:16451,&quot;53094&quot;:16452,&quot;53096&quot;:16453,&quot;53098&quot;:16454,&quot;53099&quot;:16455,&quot;53100&quot;:16456,&quot;53101&quot;:16457,&quot;53102&quot;:16458,&quot;53103&quot;:16459,&quot;53106&quot;:16460,&quot;53107&quot;:16461,&quot;53109&quot;:16462,&quot;53110&quot;:16463,&quot;53111&quot;:16464,&quot;53113&quot;:16465,&quot;53114&quot;:16466,&quot;53115&quot;:16467,&quot;53116&quot;:16468,&quot;53117&quot;:16469,&quot;53118&quot;:16470,&quot;53119&quot;:16471,&quot;53121&quot;:16472,&quot;53122&quot;:16473,&quot;53123&quot;:16474,&quot;53124&quot;:16475,&quot;53126&quot;:16476,&quot;53127&quot;:16477,&quot;53128&quot;:16478,&quot;53129&quot;:16479,&quot;53130&quot;:16480,&quot;53131&quot;:16481,&quot;53133&quot;:16482,&quot;53134&quot;:16483,&quot;53135&quot;:16484,&quot;53136&quot;:16485,&quot;53137&quot;:16486,&quot;53138&quot;:16487,&quot;53139&quot;:16488,&quot;53140&quot;:16489,&quot;53141&quot;:16490,&quot;53142&quot;:16491,&quot;53143&quot;:16492,&quot;53144&quot;:16493,&quot;53145&quot;:16494,&quot;53146&quot;:16495,&quot;53147&quot;:16496,&quot;53148&quot;:16497,&quot;53149&quot;:16498,&quot;53150&quot;:16499,&quot;53151&quot;:16500,&quot;53152&quot;:16501,&quot;53154&quot;:16502,&quot;53155&quot;:16503,&quot;53156&quot;:16504,&quot;53157&quot;:16505,&quot;53158&quot;:16506,&quot;53159&quot;:16507,&quot;53161&quot;:16508,&quot;53162&quot;:16509,&quot;53163&quot;:16510,&quot;53164&quot;:16511,&quot;53165&quot;:16512,&quot;53166&quot;:16513,&quot;53167&quot;:16514,&quot;53169&quot;:16515,&quot;53170&quot;:16516,&quot;53171&quot;:16517,&quot;53172&quot;:16518,&quot;53173&quot;:16519,&quot;53174&quot;:16520,&quot;53175&quot;:16521,&quot;53176&quot;:16522,&quot;53177&quot;:16523,&quot;53178&quot;:16524,&quot;53179&quot;:16525,&quot;53180&quot;:16526,&quot;53181&quot;:16527,&quot;53182&quot;:16528,&quot;53183&quot;:16529,&quot;53184&quot;:16530,&quot;53185&quot;:16531,&quot;53186&quot;:16532,&quot;53187&quot;:16533,&quot;53189&quot;:16534,&quot;53190&quot;:16535,&quot;53191&quot;:16536,&quot;53192&quot;:16537,&quot;53193&quot;:16538,&quot;53194&quot;:16539,&quot;53195&quot;:16540,&quot;53196&quot;:16541,&quot;53197&quot;:16542,&quot;53198&quot;:16543,&quot;53199&quot;:16544,&quot;53200&quot;:16545,&quot;53201&quot;:16546,&quot;53202&quot;:16547,&quot;53203&quot;:16548,&quot;53204&quot;:16549,&quot;53205&quot;:16550,&quot;53206&quot;:16551,&quot;53207&quot;:16552,&quot;53208&quot;:16553,&quot;53209&quot;:16554,&quot;53210&quot;:16555,&quot;53211&quot;:16556,&quot;53212&quot;:16557,&quot;53213&quot;:16558,&quot;53214&quot;:16559,&quot;53215&quot;:16560,&quot;53218&quot;:16561,&quot;53219&quot;:16562,&quot;53221&quot;:16563,&quot;53222&quot;:16564,&quot;53223&quot;:16565,&quot;53225&quot;:16566,&quot;53226&quot;:16567,&quot;53227&quot;:16568,&quot;53228&quot;:16569,&quot;53229&quot;:16570,&quot;53230&quot;:16571,&quot;53231&quot;:16572,&quot;53234&quot;:16573,&quot;53236&quot;:16574,&quot;53238&quot;:16575,&quot;53239&quot;:16576,&quot;53240&quot;:16577,&quot;53241&quot;:16578,&quot;53242&quot;:16579,&quot;53243&quot;:16580,&quot;53245&quot;:16581,&quot;53246&quot;:16582,&quot;53247&quot;:16583,&quot;53249&quot;:16584,&quot;53250&quot;:16585,&quot;53251&quot;:16586,&quot;53253&quot;:16587,&quot;53254&quot;:16588,&quot;53255&quot;:16589,&quot;53256&quot;:16590,&quot;53257&quot;:16591,&quot;53258&quot;:16592,&quot;53259&quot;:16593,&quot;53260&quot;:16594,&quot;53261&quot;:16595,&quot;53262&quot;:16596,&quot;53263&quot;:16597,&quot;53264&quot;:16598,&quot;53266&quot;:16599,&quot;53267&quot;:16600,&quot;53268&quot;:16601,&quot;53269&quot;:16602,&quot;53270&quot;:16603,&quot;53271&quot;:16604,&quot;53273&quot;:16605,&quot;53274&quot;:16606,&quot;53275&quot;:16607,&quot;53276&quot;:16608,&quot;53277&quot;:16609,&quot;53278&quot;:16610,&quot;53279&quot;:16611,&quot;53280&quot;:16612,&quot;53281&quot;:16613,&quot;53282&quot;:16614,&quot;53283&quot;:16615,&quot;53284&quot;:16616,&quot;53285&quot;:16617,&quot;53286&quot;:16618,&quot;53287&quot;:16619,&quot;53288&quot;:16620,&quot;53289&quot;:16621,&quot;53290&quot;:16622,&quot;53291&quot;:16623,&quot;53292&quot;:16624,&quot;53294&quot;:16625,&quot;53295&quot;:16626,&quot;53296&quot;:16627,&quot;53297&quot;:16628,&quot;53298&quot;:16629,&quot;53299&quot;:16630,&quot;53302&quot;:16631,&quot;53303&quot;:16632,&quot;53305&quot;:16633,&quot;53306&quot;:16634,&quot;53307&quot;:16635,&quot;53309&quot;:16636,&quot;53310&quot;:16637,&quot;53311&quot;:16638,&quot;53312&quot;:16639,&quot;53313&quot;:16640,&quot;53314&quot;:16641,&quot;53315&quot;:16642,&quot;53318&quot;:16643,&quot;53320&quot;:16644,&quot;53322&quot;:16645,&quot;53323&quot;:16646,&quot;53324&quot;:16647,&quot;53325&quot;:16648,&quot;53326&quot;:16649,&quot;53327&quot;:16650,&quot;53329&quot;:16651,&quot;53330&quot;:16652,&quot;53331&quot;:16653,&quot;53333&quot;:16654,&quot;53334&quot;:16655,&quot;53335&quot;:16656,&quot;53337&quot;:16657,&quot;53338&quot;:16658,&quot;53339&quot;:16659,&quot;53340&quot;:16660,&quot;53341&quot;:16661,&quot;53342&quot;:16662,&quot;53343&quot;:16663,&quot;53345&quot;:16664,&quot;53346&quot;:16665,&quot;53347&quot;:16666,&quot;53348&quot;:16667,&quot;53349&quot;:16668,&quot;53350&quot;:16669,&quot;53351&quot;:16670,&quot;53352&quot;:16671,&quot;53353&quot;:16672,&quot;53354&quot;:16673,&quot;53355&quot;:16674,&quot;53358&quot;:16675,&quot;53359&quot;:16676,&quot;53361&quot;:16677,&quot;53362&quot;:16678,&quot;53363&quot;:16679,&quot;53365&quot;:16680,&quot;53366&quot;:16681,&quot;53367&quot;:16682,&quot;53368&quot;:16683,&quot;53369&quot;:16684,&quot;53370&quot;:16685,&quot;53371&quot;:16686,&quot;53374&quot;:16687,&quot;53375&quot;:16688,&quot;53376&quot;:16689,&quot;53378&quot;:16690,&quot;53379&quot;:16691,&quot;53380&quot;:16692,&quot;53381&quot;:16693,&quot;53382&quot;:16694,&quot;53383&quot;:16695,&quot;53384&quot;:16696,&quot;53385&quot;:16697,&quot;53386&quot;:16698,&quot;53387&quot;:16699,&quot;53388&quot;:16700,&quot;53389&quot;:16701,&quot;53390&quot;:16702,&quot;53391&quot;:16703,&quot;53392&quot;:16704,&quot;53393&quot;:16705,&quot;53394&quot;:16706,&quot;53395&quot;:16707,&quot;53396&quot;:16708,&quot;53397&quot;:16709,&quot;53398&quot;:16710,&quot;53399&quot;:16711,&quot;53400&quot;:16712,&quot;53401&quot;:16713,&quot;53402&quot;:16714,&quot;53403&quot;:16715,&quot;53404&quot;:16716,&quot;53405&quot;:16717,&quot;53406&quot;:16718,&quot;53407&quot;:16719,&quot;53408&quot;:16720,&quot;53409&quot;:16721,&quot;53410&quot;:16722,&quot;53411&quot;:16723,&quot;53414&quot;:16724,&quot;53415&quot;:16725,&quot;53417&quot;:16726,&quot;53418&quot;:16727,&quot;53419&quot;:16728,&quot;53421&quot;:16729,&quot;53422&quot;:16730,&quot;53423&quot;:16731,&quot;53424&quot;:16732,&quot;53425&quot;:16733,&quot;53426&quot;:16734,&quot;53427&quot;:16735,&quot;53430&quot;:16736,&quot;53432&quot;:16737,&quot;53434&quot;:16738,&quot;53435&quot;:16739,&quot;53436&quot;:16740,&quot;53437&quot;:16741,&quot;53438&quot;:16742,&quot;53439&quot;:16743,&quot;53442&quot;:16744,&quot;53443&quot;:16745,&quot;53445&quot;:16746,&quot;53446&quot;:16747,&quot;53447&quot;:16748,&quot;53450&quot;:16749,&quot;53451&quot;:16750,&quot;53452&quot;:16751,&quot;53453&quot;:16752,&quot;53454&quot;:16753,&quot;53455&quot;:16754,&quot;53458&quot;:16755,&quot;53462&quot;:16756,&quot;53463&quot;:16757,&quot;53464&quot;:16758,&quot;53465&quot;:16759,&quot;53466&quot;:16760,&quot;53467&quot;:16761,&quot;53470&quot;:16762,&quot;53471&quot;:16763,&quot;53473&quot;:16764,&quot;53474&quot;:16765,&quot;53475&quot;:16766,&quot;53477&quot;:16767,&quot;53478&quot;:16768,&quot;53479&quot;:16769,&quot;53480&quot;:16770,&quot;53481&quot;:16771,&quot;53482&quot;:16772,&quot;53483&quot;:16773,&quot;53486&quot;:16774,&quot;53490&quot;:16775,&quot;53491&quot;:16776,&quot;53492&quot;:16777,&quot;53493&quot;:16778,&quot;53494&quot;:16779,&quot;53495&quot;:16780,&quot;53497&quot;:16781,&quot;53498&quot;:16782,&quot;53499&quot;:16783,&quot;53500&quot;:16784,&quot;53501&quot;:16785,&quot;53502&quot;:16786,&quot;53503&quot;:16787,&quot;53504&quot;:16788,&quot;53505&quot;:16789,&quot;53506&quot;:16790,&quot;53507&quot;:16791,&quot;53508&quot;:16792,&quot;53509&quot;:16793,&quot;53510&quot;:16794,&quot;53511&quot;:16795,&quot;53512&quot;:16796,&quot;53513&quot;:16797,&quot;53514&quot;:16798,&quot;53515&quot;:16799,&quot;53516&quot;:16800,&quot;53518&quot;:16801,&quot;53519&quot;:16802,&quot;53520&quot;:16803,&quot;53521&quot;:16804,&quot;53522&quot;:16805,&quot;53523&quot;:16806,&quot;53524&quot;:16807,&quot;53525&quot;:16808,&quot;53526&quot;:16809,&quot;53527&quot;:16810,&quot;53528&quot;:16811,&quot;53529&quot;:16812,&quot;53530&quot;:16813,&quot;53531&quot;:16814,&quot;53532&quot;:16815,&quot;53533&quot;:16816,&quot;53534&quot;:16817,&quot;53535&quot;:16818,&quot;53536&quot;:16819,&quot;53537&quot;:16820,&quot;53538&quot;:16821,&quot;53539&quot;:16822,&quot;53540&quot;:16823,&quot;53541&quot;:16824,&quot;53542&quot;:16825,&quot;53543&quot;:16826,&quot;53544&quot;:16827,&quot;53545&quot;:16828,&quot;53546&quot;:16829,&quot;53547&quot;:16830,&quot;53548&quot;:16831,&quot;53549&quot;:16832,&quot;53550&quot;:16833,&quot;53551&quot;:16834,&quot;53554&quot;:16835,&quot;53555&quot;:16836,&quot;53557&quot;:16837,&quot;53558&quot;:16838,&quot;53559&quot;:16839,&quot;53561&quot;:16840,&quot;53563&quot;:16841,&quot;53564&quot;:16842,&quot;53565&quot;:16843,&quot;53566&quot;:16844,&quot;53567&quot;:16845,&quot;53570&quot;:16846,&quot;53574&quot;:16847,&quot;53575&quot;:16848,&quot;53576&quot;:16849,&quot;53577&quot;:16850,&quot;53578&quot;:16851,&quot;53579&quot;:16852,&quot;53582&quot;:16853,&quot;53583&quot;:16854,&quot;53585&quot;:16855,&quot;53586&quot;:16856,&quot;53587&quot;:16857,&quot;53589&quot;:16858,&quot;53590&quot;:16859,&quot;53591&quot;:16860,&quot;53592&quot;:16861,&quot;53593&quot;:16862,&quot;53594&quot;:16863,&quot;53595&quot;:16864,&quot;53598&quot;:16865,&quot;53600&quot;:16866,&quot;53602&quot;:16867,&quot;53603&quot;:16868,&quot;53604&quot;:16869,&quot;53605&quot;:16870,&quot;53606&quot;:16871,&quot;53607&quot;:16872,&quot;53609&quot;:16873,&quot;53610&quot;:16874,&quot;53611&quot;:16875,&quot;53613&quot;:16876,&quot;53614&quot;:16877,&quot;53615&quot;:16878,&quot;53616&quot;:16879,&quot;53617&quot;:16880,&quot;53618&quot;:16881,&quot;53619&quot;:16882,&quot;53620&quot;:16883,&quot;53621&quot;:16884,&quot;53622&quot;:16885,&quot;53623&quot;:16886,&quot;53624&quot;:16887,&quot;53625&quot;:16888,&quot;53626&quot;:16889,&quot;53627&quot;:16890,&quot;53629&quot;:16891,&quot;53630&quot;:16892,&quot;53631&quot;:16893,&quot;53632&quot;:16894,&quot;53633&quot;:16895,&quot;53634&quot;:16896,&quot;53635&quot;:16897,&quot;53637&quot;:16898,&quot;53638&quot;:16899,&quot;53639&quot;:16900,&quot;53641&quot;:16901,&quot;53642&quot;:16902,&quot;53643&quot;:16903,&quot;53644&quot;:16904,&quot;53645&quot;:16905,&quot;53646&quot;:16906,&quot;53647&quot;:16907,&quot;53648&quot;:16908,&quot;53649&quot;:16909,&quot;53650&quot;:16910,&quot;53651&quot;:16911,&quot;53652&quot;:16912,&quot;53653&quot;:16913,&quot;53654&quot;:16914,&quot;53655&quot;:16915,&quot;53656&quot;:16916,&quot;53657&quot;:16917,&quot;53658&quot;:16918,&quot;53659&quot;:16919,&quot;53660&quot;:16920,&quot;53661&quot;:16921,&quot;53662&quot;:16922,&quot;53663&quot;:16923,&quot;53666&quot;:16924,&quot;53667&quot;:16925,&quot;53669&quot;:16926,&quot;53670&quot;:16927,&quot;53671&quot;:16928,&quot;53673&quot;:16929,&quot;53674&quot;:16930,&quot;53675&quot;:16931,&quot;53676&quot;:16932,&quot;53677&quot;:16933,&quot;53678&quot;:16934,&quot;53679&quot;:16935,&quot;53682&quot;:16936,&quot;53684&quot;:16937,&quot;53686&quot;:16938,&quot;53687&quot;:16939,&quot;53688&quot;:16940,&quot;53689&quot;:16941,&quot;53691&quot;:16942,&quot;53693&quot;:16943,&quot;53694&quot;:16944,&quot;53695&quot;:16945,&quot;53697&quot;:16946,&quot;53698&quot;:16947,&quot;53699&quot;:16948,&quot;53700&quot;:16949,&quot;53701&quot;:16950,&quot;53702&quot;:16951,&quot;53703&quot;:16952,&quot;53704&quot;:16953,&quot;53705&quot;:16954,&quot;53706&quot;:16955,&quot;53707&quot;:16956,&quot;53708&quot;:16957,&quot;53709&quot;:16958,&quot;53710&quot;:16959,&quot;53711&quot;:16960,&quot;53712&quot;:16961,&quot;53713&quot;:16962,&quot;53714&quot;:16963,&quot;53715&quot;:16964,&quot;53716&quot;:16965,&quot;53717&quot;:16966,&quot;53718&quot;:16967,&quot;53719&quot;:16968,&quot;53721&quot;:16969,&quot;53722&quot;:16970,&quot;53723&quot;:16971,&quot;53724&quot;:16972,&quot;53725&quot;:16973,&quot;53726&quot;:16974,&quot;53727&quot;:16975,&quot;53728&quot;:16976,&quot;53729&quot;:16977,&quot;53730&quot;:16978,&quot;53731&quot;:16979,&quot;53732&quot;:16980,&quot;53733&quot;:16981,&quot;53734&quot;:16982,&quot;53735&quot;:16983,&quot;53736&quot;:16984,&quot;53737&quot;:16985,&quot;53738&quot;:16986,&quot;53739&quot;:16987,&quot;53740&quot;:16988,&quot;53741&quot;:16989,&quot;53742&quot;:16990,&quot;53743&quot;:16991,&quot;53744&quot;:16992,&quot;53745&quot;:16993,&quot;53746&quot;:16994,&quot;53747&quot;:16995,&quot;53749&quot;:16996,&quot;53750&quot;:16997,&quot;53751&quot;:16998,&quot;53753&quot;:16999,&quot;53754&quot;:17000,&quot;53755&quot;:17001,&quot;53756&quot;:17002,&quot;53757&quot;:17003,&quot;53758&quot;:17004,&quot;53759&quot;:17005,&quot;53760&quot;:17006,&quot;53761&quot;:17007,&quot;53762&quot;:17008,&quot;53763&quot;:17009,&quot;53764&quot;:17010,&quot;53765&quot;:17011,&quot;53766&quot;:17012,&quot;53768&quot;:17013,&quot;53770&quot;:17014,&quot;53771&quot;:17015,&quot;53772&quot;:17016,&quot;53773&quot;:17017,&quot;53774&quot;:17018,&quot;53775&quot;:17019,&quot;53777&quot;:17020,&quot;53778&quot;:17021,&quot;53779&quot;:17022,&quot;53780&quot;:17023,&quot;53781&quot;:17024,&quot;53782&quot;:17025,&quot;53783&quot;:17026,&quot;53784&quot;:17027,&quot;53785&quot;:17028,&quot;53786&quot;:17029,&quot;53787&quot;:17030,&quot;53788&quot;:17031,&quot;53789&quot;:17032,&quot;53790&quot;:17033,&quot;53791&quot;:17034,&quot;53792&quot;:17035,&quot;53793&quot;:17036,&quot;53794&quot;:17037,&quot;53795&quot;:17038,&quot;53796&quot;:17039,&quot;53797&quot;:17040,&quot;53798&quot;:17041,&quot;53799&quot;:17042,&quot;53800&quot;:17043,&quot;53801&quot;:17044,&quot;53802&quot;:17045,&quot;53803&quot;:17046,&quot;53806&quot;:17047,&quot;53807&quot;:17048,&quot;53809&quot;:17049,&quot;53810&quot;:17050,&quot;53811&quot;:17051,&quot;53813&quot;:17052,&quot;53814&quot;:17053,&quot;53815&quot;:17054,&quot;53816&quot;:17055,&quot;53817&quot;:17056,&quot;53818&quot;:17057,&quot;53819&quot;:17058,&quot;53822&quot;:17059,&quot;53824&quot;:17060,&quot;53826&quot;:17061,&quot;53827&quot;:17062,&quot;53828&quot;:17063,&quot;53829&quot;:17064,&quot;53830&quot;:17065,&quot;53831&quot;:17066,&quot;53833&quot;:17067,&quot;53834&quot;:17068,&quot;53835&quot;:17069,&quot;53836&quot;:17070,&quot;53837&quot;:17071,&quot;53838&quot;:17072,&quot;53839&quot;:17073,&quot;53840&quot;:17074,&quot;53841&quot;:17075,&quot;53842&quot;:17076,&quot;53843&quot;:17077,&quot;53844&quot;:17078,&quot;53845&quot;:17079,&quot;53846&quot;:17080,&quot;53847&quot;:17081,&quot;53848&quot;:17082,&quot;53849&quot;:17083,&quot;53850&quot;:17084,&quot;53851&quot;:17085,&quot;53853&quot;:17086,&quot;53854&quot;:17087,&quot;53855&quot;:17088,&quot;53856&quot;:17089,&quot;53857&quot;:17090,&quot;53858&quot;:17091,&quot;53859&quot;:17092,&quot;53861&quot;:17093,&quot;53862&quot;:17094,&quot;53863&quot;:17095,&quot;53864&quot;:17096,&quot;53865&quot;:17097,&quot;53866&quot;:17098,&quot;53867&quot;:17099,&quot;53868&quot;:17100,&quot;53869&quot;:17101,&quot;53870&quot;:17102,&quot;53871&quot;:17103,&quot;53872&quot;:17104,&quot;53873&quot;:17105,&quot;53874&quot;:17106,&quot;53875&quot;:17107,&quot;53876&quot;:17108,&quot;53877&quot;:17109,&quot;53878&quot;:17110,&quot;53879&quot;:17111,&quot;53880&quot;:17112,&quot;53881&quot;:17113,&quot;53882&quot;:17114,&quot;53883&quot;:17115,&quot;53884&quot;:17116,&quot;53885&quot;:17117,&quot;53886&quot;:17118,&quot;53887&quot;:17119,&quot;53890&quot;:17120,&quot;53891&quot;:17121,&quot;53893&quot;:17122,&quot;53894&quot;:17123,&quot;53895&quot;:17124,&quot;53897&quot;:17125,&quot;53898&quot;:17126,&quot;53899&quot;:17127,&quot;53900&quot;:17128,&quot;53901&quot;:17129,&quot;53902&quot;:17130,&quot;53903&quot;:17131,&quot;53906&quot;:17132,&quot;53907&quot;:17133,&quot;53908&quot;:17134,&quot;53910&quot;:17135,&quot;53911&quot;:17136,&quot;53912&quot;:17137,&quot;53913&quot;:17138,&quot;53914&quot;:17139,&quot;53915&quot;:17140,&quot;53917&quot;:17141,&quot;53918&quot;:17142,&quot;53919&quot;:17143,&quot;53921&quot;:17144,&quot;53922&quot;:17145,&quot;53923&quot;:17146,&quot;53925&quot;:17147,&quot;53926&quot;:17148,&quot;53927&quot;:17149,&quot;53928&quot;:17150,&quot;53929&quot;:17151,&quot;53930&quot;:17152,&quot;53931&quot;:17153,&quot;53933&quot;:17154,&quot;53934&quot;:17155,&quot;53935&quot;:17156,&quot;53936&quot;:17157,&quot;53938&quot;:17158,&quot;53939&quot;:17159,&quot;53940&quot;:17160,&quot;53941&quot;:17161,&quot;53942&quot;:17162,&quot;53943&quot;:17163,&quot;53946&quot;:17164,&quot;53947&quot;:17165,&quot;53949&quot;:17166,&quot;53950&quot;:17167,&quot;53953&quot;:17168,&quot;53955&quot;:17169,&quot;53956&quot;:17170,&quot;53957&quot;:17171,&quot;53958&quot;:17172,&quot;53959&quot;:17173,&quot;53962&quot;:17174,&quot;53964&quot;:17175,&quot;53965&quot;:17176,&quot;53966&quot;:17177,&quot;53967&quot;:17178,&quot;53968&quot;:17179,&quot;53969&quot;:17180,&quot;53970&quot;:17181,&quot;53971&quot;:17182,&quot;53973&quot;:17183,&quot;53974&quot;:17184,&quot;53975&quot;:17185,&quot;53977&quot;:17186,&quot;53978&quot;:17187,&quot;53979&quot;:17188,&quot;53981&quot;:17189,&quot;53982&quot;:17190,&quot;53983&quot;:17191,&quot;53984&quot;:17192,&quot;53985&quot;:17193,&quot;53986&quot;:17194,&quot;53987&quot;:17195,&quot;53990&quot;:17196,&quot;53991&quot;:17197,&quot;53992&quot;:17198,&quot;53993&quot;:17199,&quot;53994&quot;:17200,&quot;53995&quot;:17201,&quot;53996&quot;:17202,&quot;53997&quot;:17203,&quot;53998&quot;:17204,&quot;53999&quot;:17205,&quot;54002&quot;:17206,&quot;54003&quot;:17207,&quot;54005&quot;:17208,&quot;54006&quot;:17209,&quot;54007&quot;:17210,&quot;54009&quot;:17211,&quot;54010&quot;:17212,&quot;54011&quot;:17213,&quot;54012&quot;:17214,&quot;54013&quot;:17215,&quot;54014&quot;:17216,&quot;54015&quot;:17217,&quot;54018&quot;:17218,&quot;54020&quot;:17219,&quot;54022&quot;:17220,&quot;54023&quot;:17221,&quot;54024&quot;:17222,&quot;54025&quot;:17223,&quot;54026&quot;:17224,&quot;54027&quot;:17225,&quot;54031&quot;:17226,&quot;54033&quot;:17227,&quot;54034&quot;:17228,&quot;54035&quot;:17229,&quot;54037&quot;:17230,&quot;54039&quot;:17231,&quot;54040&quot;:17232,&quot;54041&quot;:17233,&quot;54042&quot;:17234,&quot;54043&quot;:17235,&quot;54046&quot;:17236,&quot;54050&quot;:17237,&quot;54051&quot;:17238,&quot;54052&quot;:17239,&quot;54054&quot;:17240,&quot;54055&quot;:17241,&quot;54058&quot;:17242,&quot;54059&quot;:17243,&quot;54061&quot;:17244,&quot;54062&quot;:17245,&quot;54063&quot;:17246,&quot;54065&quot;:17247,&quot;54066&quot;:17248,&quot;54067&quot;:17249,&quot;54068&quot;:17250,&quot;54069&quot;:17251,&quot;54070&quot;:17252,&quot;54071&quot;:17253,&quot;54074&quot;:17254,&quot;54078&quot;:17255,&quot;54079&quot;:17256,&quot;54080&quot;:17257,&quot;54081&quot;:17258,&quot;54082&quot;:17259,&quot;54083&quot;:17260,&quot;54086&quot;:17261,&quot;54087&quot;:17262,&quot;54088&quot;:17263,&quot;54089&quot;:17264,&quot;54090&quot;:17265,&quot;54091&quot;:17266,&quot;54092&quot;:17267,&quot;54093&quot;:17268,&quot;54094&quot;:17269,&quot;54095&quot;:17270,&quot;54096&quot;:17271,&quot;54097&quot;:17272,&quot;54098&quot;:17273,&quot;54099&quot;:17274,&quot;54100&quot;:17275,&quot;54101&quot;:17276,&quot;54102&quot;:17277,&quot;54103&quot;:17278,&quot;54104&quot;:17279,&quot;54105&quot;:17280,&quot;54106&quot;:17281,&quot;54107&quot;:17282,&quot;54108&quot;:17283,&quot;54109&quot;:17284,&quot;54110&quot;:17285,&quot;54111&quot;:17286,&quot;54112&quot;:17287,&quot;54113&quot;:17288,&quot;54114&quot;:17289,&quot;54115&quot;:17290,&quot;54116&quot;:17291,&quot;54117&quot;:17292,&quot;54118&quot;:17293,&quot;54119&quot;:17294,&quot;54120&quot;:17295,&quot;54121&quot;:17296,&quot;54122&quot;:17297,&quot;54123&quot;:17298,&quot;54124&quot;:17299,&quot;54125&quot;:17300,&quot;54126&quot;:17301,&quot;54127&quot;:17302,&quot;54128&quot;:17303,&quot;54129&quot;:17304,&quot;54130&quot;:17305,&quot;54131&quot;:17306,&quot;54132&quot;:17307,&quot;54133&quot;:17308,&quot;54134&quot;:17309,&quot;54135&quot;:17310,&quot;54136&quot;:17311,&quot;54137&quot;:17312,&quot;54138&quot;:17313,&quot;54139&quot;:17314,&quot;54142&quot;:17315,&quot;54143&quot;:17316,&quot;54145&quot;:17317,&quot;54146&quot;:17318,&quot;54147&quot;:17319,&quot;54149&quot;:17320,&quot;54150&quot;:17321,&quot;54151&quot;:17322,&quot;54152&quot;:17323,&quot;54153&quot;:17324,&quot;54154&quot;:17325,&quot;54155&quot;:17326,&quot;54158&quot;:17327,&quot;54162&quot;:17328,&quot;54163&quot;:17329,&quot;54164&quot;:17330,&quot;54165&quot;:17331,&quot;54166&quot;:17332,&quot;54167&quot;:17333,&quot;54170&quot;:17334,&quot;54171&quot;:17335,&quot;54173&quot;:17336,&quot;54174&quot;:17337,&quot;54175&quot;:17338,&quot;54177&quot;:17339,&quot;54178&quot;:17340,&quot;54179&quot;:17341,&quot;54180&quot;:17342,&quot;54181&quot;:17343,&quot;54182&quot;:17344,&quot;54183&quot;:17345,&quot;54186&quot;:17346,&quot;54188&quot;:17347,&quot;54190&quot;:17348,&quot;54191&quot;:17349,&quot;54192&quot;:17350,&quot;54193&quot;:17351,&quot;54194&quot;:17352,&quot;54195&quot;:17353,&quot;54197&quot;:17354,&quot;54198&quot;:17355,&quot;54199&quot;:17356,&quot;54201&quot;:17357,&quot;54202&quot;:17358,&quot;54203&quot;:17359,&quot;54205&quot;:17360,&quot;54206&quot;:17361,&quot;54207&quot;:17362,&quot;54208&quot;:17363,&quot;54209&quot;:17364,&quot;54210&quot;:17365,&quot;54211&quot;:17366,&quot;54214&quot;:17367,&quot;54215&quot;:17368,&quot;54218&quot;:17369,&quot;54219&quot;:17370,&quot;54220&quot;:17371,&quot;54221&quot;:17372,&quot;54222&quot;:17373,&quot;54223&quot;:17374,&quot;54225&quot;:17375,&quot;54226&quot;:17376,&quot;54227&quot;:17377,&quot;54228&quot;:17378,&quot;54229&quot;:17379,&quot;54230&quot;:17380,&quot;54231&quot;:17381,&quot;54233&quot;:17382,&quot;54234&quot;:17383,&quot;54235&quot;:17384,&quot;54236&quot;:17385,&quot;54237&quot;:17386,&quot;54238&quot;:17387,&quot;54239&quot;:17388,&quot;54240&quot;:17389,&quot;54242&quot;:17390,&quot;54244&quot;:17391,&quot;54245&quot;:17392,&quot;54246&quot;:17393,&quot;54247&quot;:17394,&quot;54248&quot;:17395,&quot;54249&quot;:17396,&quot;54250&quot;:17397,&quot;54251&quot;:17398,&quot;54254&quot;:17399,&quot;54255&quot;:17400,&quot;54257&quot;:17401,&quot;54258&quot;:17402,&quot;54259&quot;:17403,&quot;54261&quot;:17404,&quot;54262&quot;:17405,&quot;54263&quot;:17406,&quot;54264&quot;:17407,&quot;54265&quot;:17408,&quot;54266&quot;:17409,&quot;54267&quot;:17410,&quot;54270&quot;:17411,&quot;54272&quot;:17412,&quot;54274&quot;:17413,&quot;54275&quot;:17414,&quot;54276&quot;:17415,&quot;54277&quot;:17416,&quot;54278&quot;:17417,&quot;54279&quot;:17418,&quot;54281&quot;:17419,&quot;54282&quot;:17420,&quot;54283&quot;:17421,&quot;54284&quot;:17422,&quot;54285&quot;:17423,&quot;54286&quot;:17424,&quot;54287&quot;:17425,&quot;54288&quot;:17426,&quot;54289&quot;:17427,&quot;54290&quot;:17428,&quot;54291&quot;:17429,&quot;54292&quot;:17430,&quot;54293&quot;:17431,&quot;54294&quot;:17432,&quot;54295&quot;:17433,&quot;54296&quot;:17434,&quot;54297&quot;:17435,&quot;54298&quot;:17436,&quot;54299&quot;:17437,&quot;54300&quot;:17438,&quot;54302&quot;:17439,&quot;54303&quot;:17440,&quot;54304&quot;:17441,&quot;54305&quot;:17442,&quot;54306&quot;:17443,&quot;54307&quot;:17444,&quot;54308&quot;:17445,&quot;54309&quot;:17446,&quot;54310&quot;:17447,&quot;54311&quot;:17448,&quot;54312&quot;:17449,&quot;54313&quot;:17450,&quot;54314&quot;:17451,&quot;54315&quot;:17452,&quot;54316&quot;:17453,&quot;54317&quot;:17454,&quot;54318&quot;:17455,&quot;54319&quot;:17456,&quot;54320&quot;:17457,&quot;54321&quot;:17458,&quot;54322&quot;:17459,&quot;54323&quot;:17460,&quot;54324&quot;:17461,&quot;54325&quot;:17462,&quot;54326&quot;:17463,&quot;54327&quot;:17464,&quot;54328&quot;:17465,&quot;54329&quot;:17466,&quot;54330&quot;:17467,&quot;54331&quot;:17468,&quot;54332&quot;:17469,&quot;54333&quot;:17470,&quot;54334&quot;:17471,&quot;54335&quot;:17472,&quot;54337&quot;:17473,&quot;54338&quot;:17474,&quot;54339&quot;:17475,&quot;54341&quot;:17476,&quot;54342&quot;:17477,&quot;54343&quot;:17478,&quot;54344&quot;:17479,&quot;54345&quot;:17480,&quot;54346&quot;:17481,&quot;54347&quot;:17482,&quot;54348&quot;:17483,&quot;54349&quot;:17484,&quot;54350&quot;:17485,&quot;54351&quot;:17486,&quot;54352&quot;:17487,&quot;54353&quot;:17488,&quot;54354&quot;:17489,&quot;54355&quot;:17490,&quot;54356&quot;:17491,&quot;54357&quot;:17492,&quot;54358&quot;:17493,&quot;54359&quot;:17494,&quot;54360&quot;:17495,&quot;54361&quot;:17496,&quot;54362&quot;:17497,&quot;54363&quot;:17498,&quot;54365&quot;:17499,&quot;54366&quot;:17500,&quot;54367&quot;:17501,&quot;54369&quot;:17502,&quot;54370&quot;:17503,&quot;54371&quot;:17504,&quot;54373&quot;:17505,&quot;54374&quot;:17506,&quot;54375&quot;:17507,&quot;54376&quot;:17508,&quot;54377&quot;:17509,&quot;54378&quot;:17510,&quot;54379&quot;:17511,&quot;54380&quot;:17512,&quot;54382&quot;:17513,&quot;54384&quot;:17514,&quot;54385&quot;:17515,&quot;54386&quot;:17516,&quot;54387&quot;:17517,&quot;54388&quot;:17518,&quot;54389&quot;:17519,&quot;54390&quot;:17520,&quot;54391&quot;:17521,&quot;54394&quot;:17522,&quot;54395&quot;:17523,&quot;54397&quot;:17524,&quot;54398&quot;:17525,&quot;54401&quot;:17526,&quot;54403&quot;:17527,&quot;54404&quot;:17528,&quot;54405&quot;:17529,&quot;54406&quot;:17530,&quot;54407&quot;:17531,&quot;54410&quot;:17532,&quot;54412&quot;:17533,&quot;54414&quot;:17534,&quot;54415&quot;:17535,&quot;54416&quot;:17536,&quot;54417&quot;:17537,&quot;54418&quot;:17538,&quot;54419&quot;:17539,&quot;54421&quot;:17540,&quot;54422&quot;:17541,&quot;54423&quot;:17542,&quot;54424&quot;:17543,&quot;54425&quot;:17544,&quot;54426&quot;:17545,&quot;54427&quot;:17546,&quot;54428&quot;:17547,&quot;54429&quot;:17548,&quot;54430&quot;:17549,&quot;54431&quot;:17550,&quot;54432&quot;:17551,&quot;54433&quot;:17552,&quot;54434&quot;:17553,&quot;54435&quot;:17554,&quot;54436&quot;:17555,&quot;54437&quot;:17556,&quot;54438&quot;:17557,&quot;54439&quot;:17558,&quot;54440&quot;:17559,&quot;54442&quot;:17560,&quot;54443&quot;:17561,&quot;54444&quot;:17562,&quot;54445&quot;:17563,&quot;54446&quot;:17564,&quot;54447&quot;:17565,&quot;54448&quot;:17566,&quot;54449&quot;:17567,&quot;54450&quot;:17568,&quot;54451&quot;:17569,&quot;54452&quot;:17570,&quot;54453&quot;:17571,&quot;54454&quot;:17572,&quot;54455&quot;:17573,&quot;54456&quot;:17574,&quot;54457&quot;:17575,&quot;54458&quot;:17576,&quot;54459&quot;:17577,&quot;54460&quot;:17578,&quot;54461&quot;:17579,&quot;54462&quot;:17580,&quot;54463&quot;:17581,&quot;54464&quot;:17582,&quot;54465&quot;:17583,&quot;54466&quot;:17584,&quot;54467&quot;:17585,&quot;54468&quot;:17586,&quot;54469&quot;:17587,&quot;54470&quot;:17588,&quot;54471&quot;:17589,&quot;54472&quot;:17590,&quot;54473&quot;:17591,&quot;54474&quot;:17592,&quot;54475&quot;:17593,&quot;54477&quot;:17594,&quot;54478&quot;:17595,&quot;54479&quot;:17596,&quot;54481&quot;:17597,&quot;54482&quot;:17598,&quot;54483&quot;:17599,&quot;54485&quot;:17600,&quot;54486&quot;:17601,&quot;54487&quot;:17602,&quot;54488&quot;:17603,&quot;54489&quot;:17604,&quot;54490&quot;:17605,&quot;54491&quot;:17606,&quot;54493&quot;:17607,&quot;54494&quot;:17608,&quot;54496&quot;:17609,&quot;54497&quot;:17610,&quot;54498&quot;:17611,&quot;54499&quot;:17612,&quot;54500&quot;:17613,&quot;54501&quot;:17614,&quot;54502&quot;:17615,&quot;54503&quot;:17616,&quot;54505&quot;:17617,&quot;54506&quot;:17618,&quot;54507&quot;:17619,&quot;54509&quot;:17620,&quot;54510&quot;:17621,&quot;54511&quot;:17622,&quot;54513&quot;:17623,&quot;54514&quot;:17624,&quot;54515&quot;:17625,&quot;54516&quot;:17626,&quot;54517&quot;:17627,&quot;54518&quot;:17628,&quot;54519&quot;:17629,&quot;54521&quot;:17630,&quot;54522&quot;:17631,&quot;54524&quot;:17632,&quot;54526&quot;:17633,&quot;54527&quot;:17634,&quot;54528&quot;:17635,&quot;54529&quot;:17636,&quot;54530&quot;:17637,&quot;54531&quot;:17638,&quot;54533&quot;:17639,&quot;54534&quot;:17640,&quot;54535&quot;:17641,&quot;54537&quot;:17642,&quot;54538&quot;:17643,&quot;54539&quot;:17644,&quot;54541&quot;:17645,&quot;54542&quot;:17646,&quot;54543&quot;:17647,&quot;54544&quot;:17648,&quot;54545&quot;:17649,&quot;54546&quot;:17650,&quot;54547&quot;:17651,&quot;54550&quot;:17652,&quot;54552&quot;:17653,&quot;54553&quot;:17654,&quot;54554&quot;:17655,&quot;54555&quot;:17656,&quot;54556&quot;:17657,&quot;54557&quot;:17658,&quot;54558&quot;:17659,&quot;54559&quot;:17660,&quot;54560&quot;:17661,&quot;54561&quot;:17662,&quot;54562&quot;:17663,&quot;54563&quot;:17664,&quot;54564&quot;:17665,&quot;54565&quot;:17666,&quot;54566&quot;:17667,&quot;54567&quot;:17668,&quot;54568&quot;:17669,&quot;54569&quot;:17670,&quot;54570&quot;:17671,&quot;54571&quot;:17672,&quot;54572&quot;:17673,&quot;54573&quot;:17674,&quot;54574&quot;:17675,&quot;54575&quot;:17676,&quot;54576&quot;:17677,&quot;54577&quot;:17678,&quot;54578&quot;:17679,&quot;54579&quot;:17680,&quot;54580&quot;:17681,&quot;54581&quot;:17682,&quot;54582&quot;:17683,&quot;54583&quot;:17684,&quot;54584&quot;:17685,&quot;54585&quot;:17686,&quot;54586&quot;:17687,&quot;54587&quot;:17688,&quot;54590&quot;:17689,&quot;54591&quot;:17690,&quot;54593&quot;:17691,&quot;54594&quot;:17692,&quot;54595&quot;:17693,&quot;54597&quot;:17694,&quot;54598&quot;:17695,&quot;54599&quot;:17696,&quot;54600&quot;:17697,&quot;54601&quot;:17698,&quot;54602&quot;:17699,&quot;54603&quot;:17700,&quot;54606&quot;:17701,&quot;54608&quot;:17702,&quot;54610&quot;:17703,&quot;54611&quot;:17704,&quot;54612&quot;:17705,&quot;54613&quot;:17706,&quot;54614&quot;:17707,&quot;54615&quot;:17708,&quot;54618&quot;:17709,&quot;54619&quot;:17710,&quot;54621&quot;:17711,&quot;54622&quot;:17712,&quot;54623&quot;:17713,&quot;54625&quot;:17714,&quot;54626&quot;:17715,&quot;54627&quot;:17716,&quot;54628&quot;:17717,&quot;54630&quot;:17718,&quot;54631&quot;:17719,&quot;54634&quot;:17720,&quot;54636&quot;:17721,&quot;54638&quot;:17722,&quot;54639&quot;:17723,&quot;54640&quot;:17724,&quot;54641&quot;:17725,&quot;54642&quot;:17726,&quot;54643&quot;:17727,&quot;54646&quot;:17728,&quot;54647&quot;:17729,&quot;54649&quot;:17730,&quot;54650&quot;:17731,&quot;54651&quot;:17732,&quot;54653&quot;:17733,&quot;54654&quot;:17734,&quot;54655&quot;:17735,&quot;54656&quot;:17736,&quot;54657&quot;:17737,&quot;54658&quot;:17738,&quot;54659&quot;:17739,&quot;54662&quot;:17740,&quot;54666&quot;:17741,&quot;54667&quot;:17742,&quot;54668&quot;:17743,&quot;54669&quot;:17744,&quot;54670&quot;:17745,&quot;54671&quot;:17746,&quot;54673&quot;:17747,&quot;54674&quot;:17748,&quot;54675&quot;:17749,&quot;54676&quot;:17750,&quot;54677&quot;:17751,&quot;54678&quot;:17752,&quot;54679&quot;:17753,&quot;54680&quot;:17754,&quot;54681&quot;:17755,&quot;54682&quot;:17756,&quot;54683&quot;:17757,&quot;54684&quot;:17758,&quot;54685&quot;:17759,&quot;54686&quot;:17760,&quot;54687&quot;:17761,&quot;54688&quot;:17762,&quot;54689&quot;:17763,&quot;54690&quot;:17764,&quot;54691&quot;:17765,&quot;54692&quot;:17766,&quot;54694&quot;:17767,&quot;54695&quot;:17768,&quot;54696&quot;:17769,&quot;54697&quot;:17770,&quot;54698&quot;:17771,&quot;54699&quot;:17772,&quot;54700&quot;:17773,&quot;54701&quot;:17774,&quot;54702&quot;:17775,&quot;54703&quot;:17776,&quot;54704&quot;:17777,&quot;54705&quot;:17778,&quot;54706&quot;:17779,&quot;54707&quot;:17780,&quot;54708&quot;:17781,&quot;54709&quot;:17782,&quot;54710&quot;:17783,&quot;54711&quot;:17784,&quot;54712&quot;:17785,&quot;54713&quot;:17786,&quot;54714&quot;:17787,&quot;54715&quot;:17788,&quot;54716&quot;:17789,&quot;54717&quot;:17790,&quot;54718&quot;:17791,&quot;54719&quot;:17792,&quot;54720&quot;:17793,&quot;54721&quot;:17794,&quot;54722&quot;:17795,&quot;54723&quot;:17796,&quot;54724&quot;:17797,&quot;54725&quot;:17798,&quot;54726&quot;:17799,&quot;54727&quot;:17800,&quot;54730&quot;:17801,&quot;54731&quot;:17802,&quot;54733&quot;:17803,&quot;54734&quot;:17804,&quot;54735&quot;:17805,&quot;54737&quot;:17806,&quot;54739&quot;:17807,&quot;54740&quot;:17808,&quot;54741&quot;:17809,&quot;54742&quot;:17810,&quot;54743&quot;:17811,&quot;54746&quot;:17812,&quot;54748&quot;:17813,&quot;54750&quot;:17814,&quot;54751&quot;:17815,&quot;54752&quot;:17816,&quot;54753&quot;:17817,&quot;54754&quot;:17818,&quot;54755&quot;:17819,&quot;54758&quot;:17820,&quot;54759&quot;:17821,&quot;54761&quot;:17822,&quot;54762&quot;:17823,&quot;54763&quot;:17824,&quot;54765&quot;:17825,&quot;54766&quot;:17826,&quot;54767&quot;:17827,&quot;54768&quot;:17828,&quot;54769&quot;:17829,&quot;54770&quot;:17830,&quot;54771&quot;:17831,&quot;54774&quot;:17832,&quot;54776&quot;:17833,&quot;54778&quot;:17834,&quot;54779&quot;:17835,&quot;54780&quot;:17836,&quot;54781&quot;:17837,&quot;54782&quot;:17838,&quot;54783&quot;:17839,&quot;54786&quot;:17840,&quot;54787&quot;:17841,&quot;54789&quot;:17842,&quot;54790&quot;:17843,&quot;54791&quot;:17844,&quot;54793&quot;:17845,&quot;54794&quot;:17846,&quot;54795&quot;:17847,&quot;54796&quot;:17848,&quot;54797&quot;:17849,&quot;54798&quot;:17850,&quot;54799&quot;:17851,&quot;54802&quot;:17852,&quot;54806&quot;:17853,&quot;54807&quot;:17854,&quot;54808&quot;:17855,&quot;54809&quot;:17856,&quot;54810&quot;:17857,&quot;54811&quot;:17858,&quot;54813&quot;:17859,&quot;54814&quot;:17860,&quot;54815&quot;:17861,&quot;54817&quot;:17862,&quot;54818&quot;:17863,&quot;54819&quot;:17864,&quot;54821&quot;:17865,&quot;54822&quot;:17866,&quot;54823&quot;:17867,&quot;54824&quot;:17868,&quot;54825&quot;:17869,&quot;54826&quot;:17870,&quot;54827&quot;:17871,&quot;54828&quot;:17872,&quot;54830&quot;:17873,&quot;54831&quot;:17874,&quot;54832&quot;:17875,&quot;54833&quot;:17876,&quot;54834&quot;:17877,&quot;54835&quot;:17878,&quot;54836&quot;:17879,&quot;54837&quot;:17880,&quot;54838&quot;:17881,&quot;54839&quot;:17882,&quot;54842&quot;:17883,&quot;54843&quot;:17884,&quot;54845&quot;:17885,&quot;54846&quot;:17886,&quot;54847&quot;:17887,&quot;54849&quot;:17888,&quot;54850&quot;:17889,&quot;54851&quot;:17890,&quot;54852&quot;:17891,&quot;54854&quot;:17892,&quot;54855&quot;:17893,&quot;54858&quot;:17894,&quot;54860&quot;:17895,&quot;54862&quot;:17896,&quot;54863&quot;:17897,&quot;54864&quot;:17898,&quot;54866&quot;:17899,&quot;54867&quot;:17900,&quot;54870&quot;:17901,&quot;54871&quot;:17902,&quot;54873&quot;:17903,&quot;54874&quot;:17904,&quot;54875&quot;:17905,&quot;54877&quot;:17906,&quot;54878&quot;:17907,&quot;54879&quot;:17908,&quot;54880&quot;:17909,&quot;54881&quot;:17910,&quot;54882&quot;:17911,&quot;54883&quot;:17912,&quot;54884&quot;:17913,&quot;54885&quot;:17914,&quot;54886&quot;:17915,&quot;54888&quot;:17916,&quot;54890&quot;:17917,&quot;54891&quot;:17918,&quot;54892&quot;:17919,&quot;54893&quot;:17920,&quot;54894&quot;:17921,&quot;54895&quot;:17922,&quot;54898&quot;:17923,&quot;54899&quot;:17924,&quot;54901&quot;:17925,&quot;54902&quot;:17926,&quot;54903&quot;:17927,&quot;54904&quot;:17928,&quot;54905&quot;:17929,&quot;54906&quot;:17930,&quot;54907&quot;:17931,&quot;54908&quot;:17932,&quot;54909&quot;:17933,&quot;54910&quot;:17934,&quot;54911&quot;:17935,&quot;54912&quot;:17936,&quot;54913&quot;:17937,&quot;54914&quot;:17938,&quot;54916&quot;:17939,&quot;54918&quot;:17940,&quot;54919&quot;:17941,&quot;54920&quot;:17942,&quot;54921&quot;:17943,&quot;54922&quot;:17944,&quot;54923&quot;:17945,&quot;54926&quot;:17946,&quot;54927&quot;:17947,&quot;54929&quot;:17948,&quot;54930&quot;:17949,&quot;54931&quot;:17950,&quot;54933&quot;:17951,&quot;54934&quot;:17952,&quot;54935&quot;:17953,&quot;54936&quot;:17954,&quot;54937&quot;:17955,&quot;54938&quot;:17956,&quot;54939&quot;:17957,&quot;54940&quot;:17958,&quot;54942&quot;:17959,&quot;54944&quot;:17960,&quot;54946&quot;:17961,&quot;54947&quot;:17962,&quot;54948&quot;:17963,&quot;54949&quot;:17964,&quot;54950&quot;:17965,&quot;54951&quot;:17966,&quot;54953&quot;:17967,&quot;54954&quot;:17968,&quot;54955&quot;:17969,&quot;54957&quot;:17970,&quot;54958&quot;:17971,&quot;54959&quot;:17972,&quot;54961&quot;:17973,&quot;54962&quot;:17974,&quot;54963&quot;:17975,&quot;54964&quot;:17976,&quot;54965&quot;:17977,&quot;54966&quot;:17978,&quot;54967&quot;:17979,&quot;54968&quot;:17980,&quot;54970&quot;:17981,&quot;54972&quot;:17982,&quot;54973&quot;:17983,&quot;54974&quot;:17984,&quot;54975&quot;:17985,&quot;54976&quot;:17986,&quot;54977&quot;:17987,&quot;54978&quot;:17988,&quot;54979&quot;:17989,&quot;54982&quot;:17990,&quot;54983&quot;:17991,&quot;54985&quot;:17992,&quot;54986&quot;:17993,&quot;54987&quot;:17994,&quot;54989&quot;:17995,&quot;54990&quot;:17996,&quot;54991&quot;:17997,&quot;54992&quot;:17998,&quot;54994&quot;:17999,&quot;54995&quot;:18000,&quot;54997&quot;:18001,&quot;54998&quot;:18002,&quot;55000&quot;:18003,&quot;55002&quot;:18004,&quot;55003&quot;:18005,&quot;55004&quot;:18006,&quot;55005&quot;:18007,&quot;55006&quot;:18008,&quot;55007&quot;:18009,&quot;55009&quot;:18010,&quot;55010&quot;:18011,&quot;55011&quot;:18012,&quot;55013&quot;:18013,&quot;55014&quot;:18014,&quot;55015&quot;:18015,&quot;55017&quot;:18016,&quot;55018&quot;:18017,&quot;55019&quot;:18018,&quot;55020&quot;:18019,&quot;55021&quot;:18020,&quot;55022&quot;:18021,&quot;55023&quot;:18022,&quot;55025&quot;:18023,&quot;55026&quot;:18024,&quot;55027&quot;:18025,&quot;55028&quot;:18026,&quot;55030&quot;:18027,&quot;55031&quot;:18028,&quot;55032&quot;:18029,&quot;55033&quot;:18030,&quot;55034&quot;:18031,&quot;55035&quot;:18032,&quot;55038&quot;:18033,&quot;55039&quot;:18034,&quot;55041&quot;:18035,&quot;55042&quot;:18036,&quot;55043&quot;:18037,&quot;55045&quot;:18038,&quot;55046&quot;:18039,&quot;55047&quot;:18040,&quot;55048&quot;:18041,&quot;55049&quot;:18042,&quot;55050&quot;:18043,&quot;55051&quot;:18044,&quot;55052&quot;:18045,&quot;55053&quot;:18046,&quot;55054&quot;:18047,&quot;55055&quot;:18048,&quot;55056&quot;:18049,&quot;55058&quot;:18050,&quot;55059&quot;:18051,&quot;55060&quot;:18052,&quot;55061&quot;:18053,&quot;55062&quot;:18054,&quot;55063&quot;:18055,&quot;55066&quot;:18056,&quot;55067&quot;:18057,&quot;55069&quot;:18058,&quot;55070&quot;:18059,&quot;55071&quot;:18060,&quot;55073&quot;:18061,&quot;55074&quot;:18062,&quot;55075&quot;:18063,&quot;55076&quot;:18064,&quot;55077&quot;:18065,&quot;55078&quot;:18066,&quot;55079&quot;:18067,&quot;55082&quot;:18068,&quot;55084&quot;:18069,&quot;55086&quot;:18070,&quot;55087&quot;:18071,&quot;55088&quot;:18072,&quot;55089&quot;:18073,&quot;55090&quot;:18074,&quot;55091&quot;:18075,&quot;55094&quot;:18076,&quot;55095&quot;:18077,&quot;55097&quot;:18078,&quot;55098&quot;:18079,&quot;55099&quot;:18080,&quot;55101&quot;:18081,&quot;55102&quot;:18082,&quot;55103&quot;:18083,&quot;55104&quot;:18084,&quot;55105&quot;:18085,&quot;55106&quot;:18086,&quot;55107&quot;:18087,&quot;55109&quot;:18088,&quot;55110&quot;:18089,&quot;55112&quot;:18090,&quot;55114&quot;:18091,&quot;55115&quot;:18092,&quot;55116&quot;:18093,&quot;55117&quot;:18094,&quot;55118&quot;:18095,&quot;55119&quot;:18096,&quot;55122&quot;:18097,&quot;55123&quot;:18098,&quot;55125&quot;:18099,&quot;55130&quot;:18100,&quot;55131&quot;:18101,&quot;55132&quot;:18102,&quot;55133&quot;:18103,&quot;55134&quot;:18104,&quot;55135&quot;:18105,&quot;55138&quot;:18106,&quot;55140&quot;:18107,&quot;55142&quot;:18108,&quot;55143&quot;:18109,&quot;55144&quot;:18110,&quot;55146&quot;:18111,&quot;55147&quot;:18112,&quot;55149&quot;:18113,&quot;55150&quot;:18114,&quot;55151&quot;:18115,&quot;55153&quot;:18116,&quot;55154&quot;:18117,&quot;55155&quot;:18118,&quot;55157&quot;:18119,&quot;55158&quot;:18120,&quot;55159&quot;:18121,&quot;55160&quot;:18122,&quot;55161&quot;:18123,&quot;55162&quot;:18124,&quot;55163&quot;:18125,&quot;55166&quot;:18126,&quot;55167&quot;:18127,&quot;55168&quot;:18128,&quot;55170&quot;:18129,&quot;55171&quot;:18130,&quot;55172&quot;:18131,&quot;55173&quot;:18132,&quot;55174&quot;:18133,&quot;55175&quot;:18134,&quot;55178&quot;:18135,&quot;55179&quot;:18136,&quot;55181&quot;:18137,&quot;55182&quot;:18138,&quot;55183&quot;:18139,&quot;55185&quot;:18140,&quot;55186&quot;:18141,&quot;55187&quot;:18142,&quot;55188&quot;:18143,&quot;55189&quot;:18144,&quot;55190&quot;:18145,&quot;55191&quot;:18146,&quot;55194&quot;:18147,&quot;55196&quot;:18148,&quot;55198&quot;:18149,&quot;55199&quot;:18150,&quot;55200&quot;:18151,&quot;55201&quot;:18152,&quot;55202&quot;:18153,&quot;55203&quot;:18154}}&#039;, // Chinese Simplified &#039;CID0CS&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniGB-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;GB1&quot;,&quot;Supplement&quot;:2,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;12288&quot;:96,&quot;12289&quot;:97,&quot;12290&quot;:98,&quot;183&quot;:99,&quot;12539&quot;:99,&quot;713&quot;:100,&quot;711&quot;:101,&quot;168&quot;:102,&quot;12291&quot;:103,&quot;12293&quot;:104,&quot;8212&quot;:105,&quot;65374&quot;:106,&quot;8214&quot;:107,&quot;8230&quot;:108,&quot;8943&quot;:108,&quot;8216&quot;:109,&quot;8217&quot;:110,&quot;8220&quot;:111,&quot;8221&quot;:112,&quot;12308&quot;:113,&quot;12309&quot;:114,&quot;12296&quot;:115,&quot;12297&quot;:116,&quot;12298&quot;:117,&quot;12299&quot;:118,&quot;12300&quot;:119,&quot;12301&quot;:120,&quot;12302&quot;:121,&quot;12303&quot;:122,&quot;12310&quot;:123,&quot;12311&quot;:124,&quot;12304&quot;:125,&quot;12305&quot;:126,&quot;177&quot;:127,&quot;215&quot;:128,&quot;247&quot;:129,&quot;8758&quot;:130,&quot;8743&quot;:131,&quot;8744&quot;:132,&quot;8721&quot;:133,&quot;8719&quot;:134,&quot;8746&quot;:135,&quot;8745&quot;:136,&quot;8712&quot;:137,&quot;8759&quot;:138,&quot;8730&quot;:139,&quot;8869&quot;:140,&quot;8741&quot;:141,&quot;8736&quot;:142,&quot;8978&quot;:143,&quot;8857&quot;:144,&quot;8747&quot;:145,&quot;8750&quot;:146,&quot;8801&quot;:147,&quot;8780&quot;:148,&quot;8776&quot;:149,&quot;8765&quot;:150,&quot;8733&quot;:151,&quot;8800&quot;:152,&quot;8814&quot;:153,&quot;8815&quot;:154,&quot;8804&quot;:155,&quot;8805&quot;:156,&quot;8734&quot;:157,&quot;8757&quot;:158,&quot;8756&quot;:159,&quot;9794&quot;:160,&quot;9792&quot;:161,&quot;176&quot;:162,&quot;8242&quot;:163,&quot;8243&quot;:164,&quot;8451&quot;:165,&quot;65284&quot;:166,&quot;164&quot;:167,&quot;65504&quot;:168,&quot;65505&quot;:169,&quot;8240&quot;:170,&quot;167&quot;:171,&quot;8470&quot;:172,&quot;9734&quot;:173,&quot;9733&quot;:174,&quot;9675&quot;:175,&quot;9679&quot;:176,&quot;9678&quot;:177,&quot;9671&quot;:178,&quot;9670&quot;:179,&quot;9633&quot;:180,&quot;9632&quot;:181,&quot;9651&quot;:182,&quot;9650&quot;:183,&quot;8251&quot;:184,&quot;8594&quot;:185,&quot;8592&quot;:186,&quot;8593&quot;:187,&quot;8595&quot;:188,&quot;12307&quot;:189,&quot;9352&quot;:190,&quot;9353&quot;:191,&quot;9354&quot;:192,&quot;9355&quot;:193,&quot;9356&quot;:194,&quot;9357&quot;:195,&quot;9358&quot;:196,&quot;9359&quot;:197,&quot;9360&quot;:198,&quot;9361&quot;:199,&quot;9362&quot;:200,&quot;9363&quot;:201,&quot;9364&quot;:202,&quot;9365&quot;:203,&quot;9366&quot;:204,&quot;9367&quot;:205,&quot;9368&quot;:206,&quot;9369&quot;:207,&quot;9370&quot;:208,&quot;9371&quot;:209,&quot;9332&quot;:210,&quot;9333&quot;:211,&quot;9334&quot;:212,&quot;9335&quot;:213,&quot;9336&quot;:214,&quot;9337&quot;:215,&quot;9338&quot;:216,&quot;9339&quot;:217,&quot;9340&quot;:218,&quot;9341&quot;:219,&quot;9342&quot;:220,&quot;9343&quot;:221,&quot;9344&quot;:222,&quot;9345&quot;:223,&quot;9346&quot;:224,&quot;9347&quot;:225,&quot;9348&quot;:226,&quot;9349&quot;:227,&quot;9350&quot;:228,&quot;9351&quot;:229,&quot;9312&quot;:230,&quot;9313&quot;:231,&quot;9314&quot;:232,&quot;9315&quot;:233,&quot;9316&quot;:234,&quot;9317&quot;:235,&quot;9318&quot;:236,&quot;9319&quot;:237,&quot;9320&quot;:238,&quot;9321&quot;:239,&quot;12832&quot;:240,&quot;12833&quot;:241,&quot;12834&quot;:242,&quot;12835&quot;:243,&quot;12836&quot;:244,&quot;12837&quot;:245,&quot;12838&quot;:246,&quot;12839&quot;:247,&quot;12840&quot;:248,&quot;12841&quot;:249,&quot;8544&quot;:250,&quot;8545&quot;:251,&quot;8546&quot;:252,&quot;8547&quot;:253,&quot;8548&quot;:254,&quot;8549&quot;:255,&quot;8550&quot;:256,&quot;8551&quot;:257,&quot;8552&quot;:258,&quot;8553&quot;:259,&quot;8554&quot;:260,&quot;8555&quot;:261,&quot;65281&quot;:262,&quot;65282&quot;:263,&quot;65283&quot;:264,&quot;65509&quot;:265,&quot;65285&quot;:266,&quot;65286&quot;:267,&quot;65287&quot;:268,&quot;65288&quot;:269,&quot;65289&quot;:270,&quot;65290&quot;:271,&quot;65291&quot;:272,&quot;65292&quot;:273,&quot;65293&quot;:274,&quot;65294&quot;:275,&quot;65295&quot;:276,&quot;65296&quot;:277,&quot;65297&quot;:278,&quot;65298&quot;:279,&quot;65299&quot;:280,&quot;65300&quot;:281,&quot;65301&quot;:282,&quot;65302&quot;:283,&quot;65303&quot;:284,&quot;65304&quot;:285,&quot;65305&quot;:286,&quot;65306&quot;:287,&quot;65307&quot;:288,&quot;65308&quot;:289,&quot;65309&quot;:290,&quot;65310&quot;:291,&quot;65311&quot;:292,&quot;65312&quot;:293,&quot;65313&quot;:294,&quot;65314&quot;:295,&quot;65315&quot;:296,&quot;65316&quot;:297,&quot;65317&quot;:298,&quot;65318&quot;:299,&quot;65319&quot;:300,&quot;65320&quot;:301,&quot;65321&quot;:302,&quot;65322&quot;:303,&quot;65323&quot;:304,&quot;65324&quot;:305,&quot;65325&quot;:306,&quot;65326&quot;:307,&quot;65327&quot;:308,&quot;65328&quot;:309,&quot;65329&quot;:310,&quot;65330&quot;:311,&quot;65331&quot;:312,&quot;65332&quot;:313,&quot;65333&quot;:314,&quot;65334&quot;:315,&quot;65335&quot;:316,&quot;65336&quot;:317,&quot;65337&quot;:318,&quot;65338&quot;:319,&quot;65339&quot;:320,&quot;65340&quot;:321,&quot;65341&quot;:322,&quot;65342&quot;:323,&quot;65343&quot;:324,&quot;65344&quot;:325,&quot;65345&quot;:326,&quot;65346&quot;:327,&quot;65347&quot;:328,&quot;65348&quot;:329,&quot;65349&quot;:330,&quot;65350&quot;:331,&quot;65351&quot;:332,&quot;65352&quot;:333,&quot;65353&quot;:334,&quot;65354&quot;:335,&quot;65355&quot;:336,&quot;65356&quot;:337,&quot;65357&quot;:338,&quot;65358&quot;:339,&quot;65359&quot;:340,&quot;65360&quot;:341,&quot;65361&quot;:342,&quot;65362&quot;:343,&quot;65363&quot;:344,&quot;65364&quot;:345,&quot;65365&quot;:346,&quot;65366&quot;:347,&quot;65367&quot;:348,&quot;65368&quot;:349,&quot;65369&quot;:350,&quot;65370&quot;:351,&quot;65371&quot;:352,&quot;65372&quot;:353,&quot;65373&quot;:354,&quot;65507&quot;:355,&quot;12353&quot;:356,&quot;12354&quot;:357,&quot;12355&quot;:358,&quot;12356&quot;:359,&quot;12357&quot;:360,&quot;12358&quot;:361,&quot;12359&quot;:362,&quot;12360&quot;:363,&quot;12361&quot;:364,&quot;12362&quot;:365,&quot;12363&quot;:366,&quot;12364&quot;:367,&quot;12365&quot;:368,&quot;12366&quot;:369,&quot;12367&quot;:370,&quot;12368&quot;:371,&quot;12369&quot;:372,&quot;12370&quot;:373,&quot;12371&quot;:374,&quot;12372&quot;:375,&quot;12373&quot;:376,&quot;12374&quot;:377,&quot;12375&quot;:378,&quot;12376&quot;:379,&quot;12377&quot;:380,&quot;12378&quot;:381,&quot;12379&quot;:382,&quot;12380&quot;:383,&quot;12381&quot;:384,&quot;12382&quot;:385,&quot;12383&quot;:386,&quot;12384&quot;:387,&quot;12385&quot;:388,&quot;12386&quot;:389,&quot;12387&quot;:390,&quot;12388&quot;:391,&quot;12389&quot;:392,&quot;12390&quot;:393,&quot;12391&quot;:394,&quot;12392&quot;:395,&quot;12393&quot;:396,&quot;12394&quot;:397,&quot;12395&quot;:398,&quot;12396&quot;:399,&quot;12397&quot;:400,&quot;12398&quot;:401,&quot;12399&quot;:402,&quot;12400&quot;:403,&quot;12401&quot;:404,&quot;12402&quot;:405,&quot;12403&quot;:406,&quot;12404&quot;:407,&quot;12405&quot;:408,&quot;12406&quot;:409,&quot;12407&quot;:410,&quot;12408&quot;:411,&quot;12409&quot;:412,&quot;12410&quot;:413,&quot;12411&quot;:414,&quot;12412&quot;:415,&quot;12413&quot;:416,&quot;12414&quot;:417,&quot;12415&quot;:418,&quot;12416&quot;:419,&quot;12417&quot;:420,&quot;12418&quot;:421,&quot;12419&quot;:422,&quot;12420&quot;:423,&quot;12421&quot;:424,&quot;12422&quot;:425,&quot;12423&quot;:426,&quot;12424&quot;:427,&quot;12425&quot;:428,&quot;12426&quot;:429,&quot;12427&quot;:430,&quot;12428&quot;:431,&quot;12429&quot;:432,&quot;12430&quot;:433,&quot;12431&quot;:434,&quot;12432&quot;:435,&quot;12433&quot;:436,&quot;12434&quot;:437,&quot;12435&quot;:438,&quot;12449&quot;:439,&quot;12450&quot;:440,&quot;12451&quot;:441,&quot;12452&quot;:442,&quot;12453&quot;:443,&quot;12454&quot;:444,&quot;12455&quot;:445,&quot;12456&quot;:446,&quot;12457&quot;:447,&quot;12458&quot;:448,&quot;12459&quot;:449,&quot;12460&quot;:450,&quot;12461&quot;:451,&quot;12462&quot;:452,&quot;12463&quot;:453,&quot;12464&quot;:454,&quot;12465&quot;:455,&quot;12466&quot;:456,&quot;12467&quot;:457,&quot;12468&quot;:458,&quot;12469&quot;:459,&quot;12470&quot;:460,&quot;12471&quot;:461,&quot;12472&quot;:462,&quot;12473&quot;:463,&quot;12474&quot;:464,&quot;12475&quot;:465,&quot;12476&quot;:466,&quot;12477&quot;:467,&quot;12478&quot;:468,&quot;12479&quot;:469,&quot;12480&quot;:470,&quot;12481&quot;:471,&quot;12482&quot;:472,&quot;12483&quot;:473,&quot;12484&quot;:474,&quot;12485&quot;:475,&quot;12486&quot;:476,&quot;12487&quot;:477,&quot;12488&quot;:478,&quot;12489&quot;:479,&quot;12490&quot;:480,&quot;12491&quot;:481,&quot;12492&quot;:482,&quot;12493&quot;:483,&quot;12494&quot;:484,&quot;12495&quot;:485,&quot;12496&quot;:486,&quot;12497&quot;:487,&quot;12498&quot;:488,&quot;12499&quot;:489,&quot;12500&quot;:490,&quot;12501&quot;:491,&quot;12502&quot;:492,&quot;12503&quot;:493,&quot;12504&quot;:494,&quot;12505&quot;:495,&quot;12506&quot;:496,&quot;12507&quot;:497,&quot;12508&quot;:498,&quot;12509&quot;:499,&quot;12510&quot;:500,&quot;12511&quot;:501,&quot;12512&quot;:502,&quot;12513&quot;:503,&quot;12514&quot;:504,&quot;12515&quot;:505,&quot;12516&quot;:506,&quot;12517&quot;:507,&quot;12518&quot;:508,&quot;12519&quot;:509,&quot;12520&quot;:510,&quot;12521&quot;:511,&quot;12522&quot;:512,&quot;12523&quot;:513,&quot;12524&quot;:514,&quot;12525&quot;:515,&quot;12526&quot;:516,&quot;12527&quot;:517,&quot;12528&quot;:518,&quot;12529&quot;:519,&quot;12530&quot;:520,&quot;12531&quot;:521,&quot;12532&quot;:522,&quot;12533&quot;:523,&quot;12534&quot;:524,&quot;913&quot;:525,&quot;914&quot;:526,&quot;915&quot;:527,&quot;916&quot;:528,&quot;917&quot;:529,&quot;918&quot;:530,&quot;919&quot;:531,&quot;920&quot;:532,&quot;921&quot;:533,&quot;922&quot;:534,&quot;923&quot;:535,&quot;924&quot;:536,&quot;925&quot;:537,&quot;926&quot;:538,&quot;927&quot;:539,&quot;928&quot;:540,&quot;929&quot;:541,&quot;931&quot;:542,&quot;932&quot;:543,&quot;933&quot;:544,&quot;934&quot;:545,&quot;935&quot;:546,&quot;936&quot;:547,&quot;937&quot;:548,&quot;945&quot;:549,&quot;946&quot;:550,&quot;947&quot;:551,&quot;948&quot;:552,&quot;949&quot;:553,&quot;950&quot;:554,&quot;951&quot;:555,&quot;952&quot;:556,&quot;953&quot;:557,&quot;954&quot;:558,&quot;955&quot;:559,&quot;956&quot;:560,&quot;957&quot;:561,&quot;958&quot;:562,&quot;959&quot;:563,&quot;960&quot;:564,&quot;961&quot;:565,&quot;963&quot;:566,&quot;964&quot;:567,&quot;965&quot;:568,&quot;966&quot;:569,&quot;967&quot;:570,&quot;968&quot;:571,&quot;969&quot;:572,&quot;65040&quot;:573,&quot;59277&quot;:573,&quot;65042&quot;:574,&quot;59278&quot;:574,&quot;65041&quot;:575,&quot;59279&quot;:575,&quot;59280&quot;:576,&quot;65043&quot;:576,&quot;59281&quot;:577,&quot;65044&quot;:577,&quot;59282&quot;:578,&quot;65045&quot;:578,&quot;59283&quot;:579,&quot;65046&quot;:579,&quot;65077&quot;:580,&quot;65078&quot;:581,&quot;65081&quot;:582,&quot;65082&quot;:583,&quot;65087&quot;:584,&quot;65088&quot;:585,&quot;65085&quot;:586,&quot;65086&quot;:587,&quot;65089&quot;:588,&quot;65090&quot;:589,&quot;65091&quot;:590,&quot;65092&quot;:591,&quot;59284&quot;:592,&quot;65047&quot;:592,&quot;59285&quot;:593,&quot;65048&quot;:593,&quot;65083&quot;:594,&quot;65084&quot;:595,&quot;65079&quot;:596,&quot;65080&quot;:597,&quot;65073&quot;:598,&quot;8285&quot;:599,&quot;59286&quot;:599,&quot;65049&quot;:599,&quot;65075&quot;:600,&quot;65076&quot;:601,&quot;1040&quot;:602,&quot;1041&quot;:603,&quot;1042&quot;:604,&quot;1043&quot;:605,&quot;1044&quot;:606,&quot;1045&quot;:607,&quot;1025&quot;:608,&quot;1046&quot;:609,&quot;1047&quot;:610,&quot;1048&quot;:611,&quot;1049&quot;:612,&quot;1050&quot;:613,&quot;1051&quot;:614,&quot;1052&quot;:615,&quot;1053&quot;:616,&quot;1054&quot;:617,&quot;1055&quot;:618,&quot;1056&quot;:619,&quot;1057&quot;:620,&quot;1058&quot;:621,&quot;1059&quot;:622,&quot;1060&quot;:623,&quot;1061&quot;:624,&quot;1062&quot;:625,&quot;1063&quot;:626,&quot;1064&quot;:627,&quot;1065&quot;:628,&quot;1066&quot;:629,&quot;1067&quot;:630,&quot;1068&quot;:631,&quot;1069&quot;:632,&quot;1070&quot;:633,&quot;1071&quot;:634,&quot;1072&quot;:635,&quot;1073&quot;:636,&quot;1074&quot;:637,&quot;1075&quot;:638,&quot;1076&quot;:639,&quot;1077&quot;:640,&quot;1105&quot;:641,&quot;1078&quot;:642,&quot;1079&quot;:643,&quot;1080&quot;:644,&quot;1081&quot;:645,&quot;1082&quot;:646,&quot;1083&quot;:647,&quot;1084&quot;:648,&quot;1085&quot;:649,&quot;1086&quot;:650,&quot;1087&quot;:651,&quot;1088&quot;:652,&quot;1089&quot;:653,&quot;1090&quot;:654,&quot;1091&quot;:655,&quot;1092&quot;:656,&quot;1093&quot;:657,&quot;1094&quot;:658,&quot;1095&quot;:659,&quot;1096&quot;:660,&quot;1097&quot;:661,&quot;1098&quot;:662,&quot;1099&quot;:663,&quot;1100&quot;:664,&quot;1101&quot;:665,&quot;1102&quot;:666,&quot;1103&quot;:667,&quot;257&quot;:668,&quot;225&quot;:669,&quot;462&quot;:670,&quot;224&quot;:671,&quot;275&quot;:672,&quot;233&quot;:673,&quot;283&quot;:674,&quot;232&quot;:675,&quot;299&quot;:676,&quot;237&quot;:677,&quot;464&quot;:678,&quot;236&quot;:679,&quot;333&quot;:680,&quot;243&quot;:681,&quot;466&quot;:682,&quot;242&quot;:683,&quot;363&quot;:684,&quot;250&quot;:685,&quot;468&quot;:686,&quot;249&quot;:687,&quot;470&quot;:688,&quot;472&quot;:689,&quot;474&quot;:690,&quot;476&quot;:691,&quot;252&quot;:692,&quot;234&quot;:693,&quot;593&quot;:694,&quot;7743&quot;:695,&quot;59335&quot;:695,&quot;324&quot;:696,&quot;328&quot;:697,&quot;505&quot;:698,&quot;59336&quot;:698,&quot;609&quot;:699,&quot;12549&quot;:700,&quot;12550&quot;:701,&quot;12551&quot;:702,&quot;12552&quot;:703,&quot;12553&quot;:704,&quot;12554&quot;:705,&quot;12555&quot;:706,&quot;12556&quot;:707,&quot;12557&quot;:708,&quot;12558&quot;:709,&quot;12559&quot;:710,&quot;12560&quot;:711,&quot;12561&quot;:712,&quot;12562&quot;:713,&quot;12563&quot;:714,&quot;12564&quot;:715,&quot;12565&quot;:716,&quot;12566&quot;:717,&quot;12567&quot;:718,&quot;12568&quot;:719,&quot;12569&quot;:720,&quot;12570&quot;:721,&quot;12571&quot;:722,&quot;12572&quot;:723,&quot;12573&quot;:724,&quot;12574&quot;:725,&quot;12575&quot;:726,&quot;12576&quot;:727,&quot;12577&quot;:728,&quot;12578&quot;:729,&quot;12579&quot;:730,&quot;12580&quot;:731,&quot;12581&quot;:732,&quot;12582&quot;:733,&quot;12583&quot;:734,&quot;12584&quot;:735,&quot;12585&quot;:736,&quot;9472&quot;:738,&quot;9473&quot;:739,&quot;9474&quot;:740,&quot;9475&quot;:741,&quot;9476&quot;:742,&quot;9477&quot;:743,&quot;9478&quot;:744,&quot;9479&quot;:745,&quot;9480&quot;:746,&quot;9481&quot;:747,&quot;9482&quot;:748,&quot;9483&quot;:749,&quot;9484&quot;:750,&quot;9485&quot;:751,&quot;9486&quot;:752,&quot;9487&quot;:753,&quot;9488&quot;:754,&quot;9489&quot;:755,&quot;9490&quot;:756,&quot;9491&quot;:757,&quot;9492&quot;:758,&quot;9493&quot;:759,&quot;9494&quot;:760,&quot;9495&quot;:761,&quot;9496&quot;:762,&quot;9497&quot;:763,&quot;9498&quot;:764,&quot;9499&quot;:765,&quot;9500&quot;:766,&quot;9501&quot;:767,&quot;9502&quot;:768,&quot;9503&quot;:769,&quot;9504&quot;:770,&quot;9505&quot;:771,&quot;9506&quot;:772,&quot;9507&quot;:773,&quot;9508&quot;:774,&quot;9509&quot;:775,&quot;9510&quot;:776,&quot;9511&quot;:777,&quot;9512&quot;:778,&quot;9513&quot;:779,&quot;9514&quot;:780,&quot;9515&quot;:781,&quot;9516&quot;:782,&quot;9517&quot;:783,&quot;9518&quot;:784,&quot;9519&quot;:785,&quot;9520&quot;:786,&quot;9521&quot;:787,&quot;9522&quot;:788,&quot;9523&quot;:789,&quot;9524&quot;:790,&quot;9525&quot;:791,&quot;9526&quot;:792,&quot;9527&quot;:793,&quot;9528&quot;:794,&quot;9529&quot;:795,&quot;9530&quot;:796,&quot;9531&quot;:797,&quot;9532&quot;:798,&quot;9533&quot;:799,&quot;9534&quot;:800,&quot;9535&quot;:801,&quot;9536&quot;:802,&quot;9537&quot;:803,&quot;9538&quot;:804,&quot;9539&quot;:805,&quot;9540&quot;:806,&quot;9541&quot;:807,&quot;9542&quot;:808,&quot;9543&quot;:809,&quot;9544&quot;:810,&quot;9545&quot;:811,&quot;9546&quot;:812,&quot;9547&quot;:813,&quot;21834&quot;:940,&quot;38463&quot;:941,&quot;22467&quot;:942,&quot;25384&quot;:943,&quot;21710&quot;:944,&quot;21769&quot;:945,&quot;21696&quot;:946,&quot;30353&quot;:947,&quot;30284&quot;:948,&quot;34108&quot;:949,&quot;30702&quot;:950,&quot;33406&quot;:951,&quot;30861&quot;:952,&quot;29233&quot;:953,&quot;38552&quot;:954,&quot;38797&quot;:955,&quot;27688&quot;:956,&quot;23433&quot;:957,&quot;20474&quot;:958,&quot;25353&quot;:959,&quot;26263&quot;:960,&quot;23736&quot;:961,&quot;33018&quot;:962,&quot;26696&quot;:963,&quot;32942&quot;:964,&quot;26114&quot;:965,&quot;30414&quot;:966,&quot;20985&quot;:967,&quot;25942&quot;:968,&quot;29100&quot;:969,&quot;32753&quot;:970,&quot;34948&quot;:971,&quot;20658&quot;:972,&quot;22885&quot;:973,&quot;25034&quot;:974,&quot;28595&quot;:975,&quot;33453&quot;:976,&quot;25420&quot;:977,&quot;25170&quot;:978,&quot;21485&quot;:979,&quot;21543&quot;:980,&quot;31494&quot;:981,&quot;12043&quot;:982,&quot;20843&quot;:982,&quot;30116&quot;:983,&quot;24052&quot;:984,&quot;25300&quot;:985,&quot;36299&quot;:986,&quot;38774&quot;:987,&quot;25226&quot;:988,&quot;32793&quot;:989,&quot;22365&quot;:990,&quot;38712&quot;:991,&quot;32610&quot;:992,&quot;29240&quot;:993,&quot;12137&quot;:994,&quot;30333&quot;:994,&quot;26575&quot;:995,&quot;30334&quot;:996,&quot;25670&quot;:997,&quot;20336&quot;:998,&quot;36133&quot;:999,&quot;25308&quot;:1000,&quot;31255&quot;:1001,&quot;26001&quot;:1002,&quot;29677&quot;:1003,&quot;25644&quot;:1004,&quot;25203&quot;:1005,&quot;33324&quot;:1006,&quot;39041&quot;:1007,&quot;26495&quot;:1008,&quot;29256&quot;:1009,&quot;25198&quot;:1010,&quot;25292&quot;:1011,&quot;20276&quot;:1012,&quot;29923&quot;:1013,&quot;21322&quot;:1014,&quot;21150&quot;:1015,&quot;32458&quot;:1016,&quot;37030&quot;:1017,&quot;24110&quot;:1018,&quot;26758&quot;:1019,&quot;27036&quot;:1020,&quot;33152&quot;:1021,&quot;32465&quot;:1022,&quot;26834&quot;:1023,&quot;30917&quot;:1024,&quot;34444&quot;:1025,&quot;38225&quot;:1026,&quot;20621&quot;:1027,&quot;35876&quot;:1028,&quot;33502&quot;:1029,&quot;32990&quot;:1030,&quot;21253&quot;:1031,&quot;35090&quot;:1032,&quot;21093&quot;:1033,&quot;34180&quot;:1034,&quot;38649&quot;:1035,&quot;20445&quot;:1036,&quot;22561&quot;:1037,&quot;39281&quot;:1038,&quot;23453&quot;:1039,&quot;25265&quot;:1040,&quot;25253&quot;:1041,&quot;26292&quot;:1042,&quot;35961&quot;:1043,&quot;40077&quot;:1044,&quot;29190&quot;:1045,&quot;26479&quot;:1046,&quot;30865&quot;:1047,&quot;24754&quot;:1048,&quot;21329&quot;:1049,&quot;21271&quot;:1050,&quot;36744&quot;:1051,&quot;32972&quot;:1052,&quot;36125&quot;:1053,&quot;38049&quot;:1054,&quot;20493&quot;:1055,&quot;29384&quot;:1056,&quot;22791&quot;:1057,&quot;24811&quot;:1058,&quot;28953&quot;:1059,&quot;34987&quot;:1060,&quot;22868&quot;:1061,&quot;33519&quot;:1062,&quot;26412&quot;:1063,&quot;31528&quot;:1064,&quot;23849&quot;:1065,&quot;32503&quot;:1066,&quot;29997&quot;:1067,&quot;27893&quot;:1068,&quot;36454&quot;:1069,&quot;36856&quot;:1070,&quot;36924&quot;:1071,&quot;12240&quot;:1072,&quot;40763&quot;:1072,&quot;12112&quot;:1073,&quot;27604&quot;:1073,&quot;37145&quot;:1074,&quot;31508&quot;:1075,&quot;24444&quot;:1076,&quot;30887&quot;:1077,&quot;34006&quot;:1078,&quot;34109&quot;:1079,&quot;27605&quot;:1080,&quot;27609&quot;:1081,&quot;27606&quot;:1082,&quot;24065&quot;:1083,&quot;24199&quot;:1084,&quot;30201&quot;:1085,&quot;38381&quot;:1086,&quot;25949&quot;:1087,&quot;24330&quot;:1088,&quot;24517&quot;:1089,&quot;36767&quot;:1090,&quot;22721&quot;:1091,&quot;33218&quot;:1092,&quot;36991&quot;:1093,&quot;38491&quot;:1094,&quot;38829&quot;:1095,&quot;36793&quot;:1096,&quot;32534&quot;:1097,&quot;36140&quot;:1098,&quot;25153&quot;:1099,&quot;20415&quot;:1100,&quot;21464&quot;:1101,&quot;21342&quot;:1102,&quot;36776&quot;:1103,&quot;36777&quot;:1104,&quot;36779&quot;:1105,&quot;36941&quot;:1106,&quot;26631&quot;:1107,&quot;24426&quot;:1108,&quot;33176&quot;:1109,&quot;34920&quot;:1110,&quot;40150&quot;:1111,&quot;24971&quot;:1112,&quot;21035&quot;:1113,&quot;30250&quot;:1114,&quot;24428&quot;:1115,&quot;25996&quot;:1116,&quot;28626&quot;:1117,&quot;28392&quot;:1118,&quot;23486&quot;:1119,&quot;25672&quot;:1120,&quot;20853&quot;:1121,&quot;20912&quot;:1122,&quot;26564&quot;:1123,&quot;19993&quot;:1124,&quot;31177&quot;:1125,&quot;39292&quot;:1126,&quot;28851&quot;:1127,&quot;30149&quot;:1128,&quot;24182&quot;:1129,&quot;29627&quot;:1130,&quot;33760&quot;:1131,&quot;25773&quot;:1132,&quot;25320&quot;:1133,&quot;38069&quot;:1134,&quot;27874&quot;:1135,&quot;21338&quot;:1136,&quot;21187&quot;:1137,&quot;25615&quot;:1138,&quot;38082&quot;:1139,&quot;31636&quot;:1140,&quot;20271&quot;:1141,&quot;24091&quot;:1142,&quot;33334&quot;:1143,&quot;33046&quot;:1144,&quot;33162&quot;:1145,&quot;28196&quot;:1146,&quot;27850&quot;:1147,&quot;39539&quot;:1148,&quot;25429&quot;:1149,&quot;12056&quot;:1150,&quot;21340&quot;:1150,&quot;21754&quot;:1151,&quot;34917&quot;:1152,&quot;22496&quot;:1153,&quot;19981&quot;:1154,&quot;24067&quot;:1155,&quot;27493&quot;:1156,&quot;31807&quot;:1157,&quot;37096&quot;:1158,&quot;24598&quot;:1159,&quot;25830&quot;:1160,&quot;29468&quot;:1161,&quot;35009&quot;:1162,&quot;26448&quot;:1163,&quot;25165&quot;:1164,&quot;36130&quot;:1165,&quot;30572&quot;:1166,&quot;36393&quot;:1167,&quot;37319&quot;:1168,&quot;24425&quot;:1169,&quot;33756&quot;:1170,&quot;34081&quot;:1171,&quot;39184&quot;:1172,&quot;21442&quot;:1173,&quot;34453&quot;:1174,&quot;27531&quot;:1175,&quot;24813&quot;:1176,&quot;24808&quot;:1177,&quot;28799&quot;:1178,&quot;33485&quot;:1179,&quot;33329&quot;:1180,&quot;20179&quot;:1181,&quot;27815&quot;:1182,&quot;34255&quot;:1183,&quot;25805&quot;:1184,&quot;31961&quot;:1185,&quot;27133&quot;:1186,&quot;26361&quot;:1187,&quot;33609&quot;:1188,&quot;21397&quot;:1189,&quot;31574&quot;:1190,&quot;20391&quot;:1191,&quot;20876&quot;:1192,&quot;27979&quot;:1193,&quot;23618&quot;:1194,&quot;36461&quot;:1195,&quot;25554&quot;:1196,&quot;21449&quot;:1197,&quot;33580&quot;:1198,&quot;33590&quot;:1199,&quot;26597&quot;:1200,&quot;30900&quot;:1201,&quot;25661&quot;:1202,&quot;23519&quot;:1203,&quot;23700&quot;:1204,&quot;24046&quot;:1205,&quot;35815&quot;:1206,&quot;25286&quot;:1207,&quot;26612&quot;:1208,&quot;35962&quot;:1209,&quot;25600&quot;:1210,&quot;25530&quot;:1211,&quot;34633&quot;:1212,&quot;39307&quot;:1213,&quot;35863&quot;:1214,&quot;32544&quot;:1215,&quot;38130&quot;:1216,&quot;20135&quot;:1217,&quot;38416&quot;:1218,&quot;39076&quot;:1219,&quot;26124&quot;:1220,&quot;29462&quot;:1221,&quot;22330&quot;:1222,&quot;23581&quot;:1223,&quot;24120&quot;:1224,&quot;38271&quot;:1225,&quot;20607&quot;:1226,&quot;32928&quot;:1227,&quot;12058&quot;:1228,&quot;21378&quot;:1228,&quot;25950&quot;:1229,&quot;30021&quot;:1230,&quot;21809&quot;:1231,&quot;20513&quot;:1232,&quot;36229&quot;:1233,&quot;25220&quot;:1234,&quot;38046&quot;:1235,&quot;26397&quot;:1236,&quot;22066&quot;:1237,&quot;28526&quot;:1238,&quot;24034&quot;:1239,&quot;21557&quot;:1240,&quot;28818&quot;:1241,&quot;36710&quot;:1242,&quot;25199&quot;:1243,&quot;25764&quot;:1244,&quot;25507&quot;:1245,&quot;24443&quot;:1246,&quot;28552&quot;:1247,&quot;37108&quot;:1248,&quot;12162&quot;:1249,&quot;33251&quot;:1249,&quot;12192&quot;:1250,&quot;36784&quot;:1250,&quot;23576&quot;:1251,&quot;26216&quot;:1252,&quot;24561&quot;:1253,&quot;27785&quot;:1254,&quot;38472&quot;:1255,&quot;36225&quot;:1256,&quot;34924&quot;:1257,&quot;25745&quot;:1258,&quot;31216&quot;:1259,&quot;22478&quot;:1260,&quot;27225&quot;:1261,&quot;25104&quot;:1262,&quot;21576&quot;:1263,&quot;20056&quot;:1264,&quot;31243&quot;:1265,&quot;24809&quot;:1266,&quot;28548&quot;:1267,&quot;35802&quot;:1268,&quot;25215&quot;:1269,&quot;36894&quot;:1270,&quot;39563&quot;:1271,&quot;31204&quot;:1272,&quot;21507&quot;:1273,&quot;30196&quot;:1274,&quot;25345&quot;:1275,&quot;21273&quot;:1276,&quot;27744&quot;:1277,&quot;36831&quot;:1278,&quot;24347&quot;:1279,&quot;39536&quot;:1280,&quot;32827&quot;:1281,&quot;40831&quot;:1282,&quot;20360&quot;:1283,&quot;23610&quot;:1284,&quot;12186&quot;:1285,&quot;36196&quot;:1285,&quot;32709&quot;:1286,&quot;26021&quot;:1287,&quot;28861&quot;:1288,&quot;20805&quot;:1289,&quot;20914&quot;:1290,&quot;12173&quot;:1291,&quot;34411&quot;:1291,&quot;23815&quot;:1292,&quot;23456&quot;:1293,&quot;25277&quot;:1294,&quot;37228&quot;:1295,&quot;30068&quot;:1296,&quot;36364&quot;:1297,&quot;31264&quot;:1298,&quot;24833&quot;:1299,&quot;31609&quot;:1300,&quot;20167&quot;:1301,&quot;32504&quot;:1302,&quot;30597&quot;:1303,&quot;19985&quot;:1304,&quot;33261&quot;:1305,&quot;21021&quot;:1306,&quot;20986&quot;:1307,&quot;27249&quot;:1308,&quot;21416&quot;:1309,&quot;36487&quot;:1310,&quot;38148&quot;:1311,&quot;38607&quot;:1312,&quot;28353&quot;:1313,&quot;38500&quot;:1314,&quot;26970&quot;:1315,&quot;30784&quot;:1316,&quot;20648&quot;:1317,&quot;30679&quot;:1318,&quot;25616&quot;:1319,&quot;35302&quot;:1320,&quot;22788&quot;:1321,&quot;25571&quot;:1322,&quot;24029&quot;:1323,&quot;31359&quot;:1324,&quot;26941&quot;:1325,&quot;20256&quot;:1326,&quot;33337&quot;:1327,&quot;21912&quot;:1328,&quot;20018&quot;:1329,&quot;30126&quot;:1330,&quot;31383&quot;:1331,&quot;24162&quot;:1332,&quot;24202&quot;:1333,&quot;38383&quot;:1334,&quot;21019&quot;:1335,&quot;21561&quot;:1336,&quot;28810&quot;:1337,&quot;25462&quot;:1338,&quot;38180&quot;:1339,&quot;22402&quot;:1340,&quot;26149&quot;:1341,&quot;26943&quot;:1342,&quot;37255&quot;:1343,&quot;21767&quot;:1344,&quot;28147&quot;:1345,&quot;32431&quot;:1346,&quot;34850&quot;:1347,&quot;25139&quot;:1348,&quot;32496&quot;:1349,&quot;30133&quot;:1350,&quot;33576&quot;:1351,&quot;30913&quot;:1352,&quot;38604&quot;:1353,&quot;36766&quot;:1354,&quot;24904&quot;:1355,&quot;29943&quot;:1356,&quot;35789&quot;:1357,&quot;27492&quot;:1358,&quot;21050&quot;:1359,&quot;36176&quot;:1360,&quot;27425&quot;:1361,&quot;32874&quot;:1362,&quot;33905&quot;:1363,&quot;22257&quot;:1364,&quot;21254&quot;:1365,&quot;20174&quot;:1366,&quot;19995&quot;:1367,&quot;20945&quot;:1368,&quot;31895&quot;:1369,&quot;37259&quot;:1370,&quot;31751&quot;:1371,&quot;20419&quot;:1372,&quot;36479&quot;:1373,&quot;31713&quot;:1374,&quot;31388&quot;:1375,&quot;25703&quot;:1376,&quot;23828&quot;:1377,&quot;20652&quot;:1378,&quot;33030&quot;:1379,&quot;30209&quot;:1380,&quot;31929&quot;:1381,&quot;28140&quot;:1382,&quot;32736&quot;:1383,&quot;26449&quot;:1384,&quot;23384&quot;:1385,&quot;12072&quot;:1386,&quot;23544&quot;:1386,&quot;30923&quot;:1387,&quot;25774&quot;:1388,&quot;25619&quot;:1389,&quot;25514&quot;:1390,&quot;25387&quot;:1391,&quot;38169&quot;:1392,&quot;25645&quot;:1393,&quot;36798&quot;:1394,&quot;31572&quot;:1395,&quot;30249&quot;:1396,&quot;25171&quot;:1397,&quot;12068&quot;:1398,&quot;22823&quot;:1398,&quot;21574&quot;:1399,&quot;12109&quot;:1400,&quot;27513&quot;:1400,&quot;20643&quot;:1401,&quot;25140&quot;:1402,&quot;24102&quot;:1403,&quot;27526&quot;:1404,&quot;20195&quot;:1405,&quot;36151&quot;:1406,&quot;34955&quot;:1407,&quot;24453&quot;:1408,&quot;36910&quot;:1409,&quot;24608&quot;:1410,&quot;32829&quot;:1411,&quot;25285&quot;:1412,&quot;20025&quot;:1413,&quot;21333&quot;:1414,&quot;37112&quot;:1415,&quot;25528&quot;:1416,&quot;32966&quot;:1417,&quot;26086&quot;:1418,&quot;27694&quot;:1419,&quot;20294&quot;:1420,&quot;24814&quot;:1421,&quot;28129&quot;:1422,&quot;35806&quot;:1423,&quot;24377&quot;:1424,&quot;34507&quot;:1425,&quot;24403&quot;:1426,&quot;25377&quot;:1427,&quot;20826&quot;:1428,&quot;33633&quot;:1429,&quot;26723&quot;:1430,&quot;12049&quot;:1431,&quot;20992&quot;:1431,&quot;25443&quot;:1432,&quot;36424&quot;:1433,&quot;20498&quot;:1434,&quot;23707&quot;:1435,&quot;31095&quot;:1436,&quot;23548&quot;:1437,&quot;21040&quot;:1438,&quot;31291&quot;:1439,&quot;24764&quot;:1440,&quot;36947&quot;:1441,&quot;30423&quot;:1442,&quot;24503&quot;:1443,&quot;24471&quot;:1444,&quot;30340&quot;:1445,&quot;36460&quot;:1446,&quot;28783&quot;:1447,&quot;30331&quot;:1448,&quot;31561&quot;:1449,&quot;30634&quot;:1450,&quot;20979&quot;:1451,&quot;37011&quot;:1452,&quot;22564&quot;:1453,&quot;20302&quot;:1454,&quot;28404&quot;:1455,&quot;36842&quot;:1456,&quot;25932&quot;:1457,&quot;31515&quot;:1458,&quot;29380&quot;:1459,&quot;28068&quot;:1460,&quot;32735&quot;:1461,&quot;23265&quot;:1462,&quot;25269&quot;:1463,&quot;24213&quot;:1464,&quot;22320&quot;:1465,&quot;33922&quot;:1466,&quot;31532&quot;:1467,&quot;24093&quot;:1468,&quot;24351&quot;:1469,&quot;36882&quot;:1470,&quot;32532&quot;:1471,&quot;39072&quot;:1472,&quot;25474&quot;:1473,&quot;28359&quot;:1474,&quot;30872&quot;:1475,&quot;28857&quot;:1476,&quot;20856&quot;:1477,&quot;38747&quot;:1478,&quot;22443&quot;:1479,&quot;30005&quot;:1480,&quot;20291&quot;:1481,&quot;30008&quot;:1482,&quot;24215&quot;:1483,&quot;24806&quot;:1484,&quot;22880&quot;:1485,&quot;28096&quot;:1486,&quot;27583&quot;:1487,&quot;30857&quot;:1488,&quot;21500&quot;:1489,&quot;38613&quot;:1490,&quot;20939&quot;:1491,&quot;20993&quot;:1492,&quot;25481&quot;:1493,&quot;21514&quot;:1494,&quot;38035&quot;:1495,&quot;35843&quot;:1496,&quot;36300&quot;:1497,&quot;29241&quot;:1498,&quot;30879&quot;:1499,&quot;34678&quot;:1500,&quot;36845&quot;:1501,&quot;35853&quot;:1502,&quot;21472&quot;:1503,&quot;19969&quot;:1504,&quot;30447&quot;:1505,&quot;21486&quot;:1506,&quot;38025&quot;:1507,&quot;39030&quot;:1508,&quot;12237&quot;:1509,&quot;40718&quot;:1509,&quot;38189&quot;:1510,&quot;23450&quot;:1511,&quot;35746&quot;:1512,&quot;20002&quot;:1513,&quot;19996&quot;:1514,&quot;20908&quot;:1515,&quot;33891&quot;:1516,&quot;25026&quot;:1517,&quot;21160&quot;:1518,&quot;26635&quot;:1519,&quot;20375&quot;:1520,&quot;24683&quot;:1521,&quot;20923&quot;:1522,&quot;27934&quot;:1523,&quot;20828&quot;:1524,&quot;25238&quot;:1525,&quot;12099&quot;:1526,&quot;26007&quot;:1526,&quot;38497&quot;:1527,&quot;12182&quot;:1528,&quot;35910&quot;:1528,&quot;36887&quot;:1529,&quot;30168&quot;:1530,&quot;37117&quot;:1531,&quot;30563&quot;:1532,&quot;27602&quot;:1533,&quot;29322&quot;:1534,&quot;29420&quot;:1535,&quot;35835&quot;:1536,&quot;22581&quot;:1537,&quot;30585&quot;:1538,&quot;36172&quot;:1539,&quot;26460&quot;:1540,&quot;38208&quot;:1541,&quot;32922&quot;:1542,&quot;24230&quot;:1543,&quot;28193&quot;:1544,&quot;22930&quot;:1545,&quot;31471&quot;:1546,&quot;30701&quot;:1547,&quot;38203&quot;:1548,&quot;27573&quot;:1549,&quot;26029&quot;:1550,&quot;32526&quot;:1551,&quot;22534&quot;:1552,&quot;20817&quot;:1553,&quot;38431&quot;:1554,&quot;23545&quot;:1555,&quot;22697&quot;:1556,&quot;21544&quot;:1557,&quot;36466&quot;:1558,&quot;25958&quot;:1559,&quot;39039&quot;:1560,&quot;22244&quot;:1561,&quot;38045&quot;:1562,&quot;30462&quot;:1563,&quot;36929&quot;:1564,&quot;25479&quot;:1565,&quot;21702&quot;:1566,&quot;22810&quot;:1567,&quot;22842&quot;:1568,&quot;22427&quot;:1569,&quot;36530&quot;:1570,&quot;26421&quot;:1571,&quot;36346&quot;:1572,&quot;33333&quot;:1573,&quot;21057&quot;:1574,&quot;24816&quot;:1575,&quot;22549&quot;:1576,&quot;34558&quot;:1577,&quot;23784&quot;:1578,&quot;40517&quot;:1579,&quot;20420&quot;:1580,&quot;39069&quot;:1581,&quot;35769&quot;:1582,&quot;23077&quot;:1583,&quot;24694&quot;:1584,&quot;21380&quot;:1585,&quot;25212&quot;:1586,&quot;36943&quot;:1587,&quot;37122&quot;:1588,&quot;39295&quot;:1589,&quot;24681&quot;:1590,&quot;12157&quot;:1591,&quot;32780&quot;:1591,&quot;12041&quot;:1592,&quot;20799&quot;:1592,&quot;12159&quot;:1593,&quot;32819&quot;:1593,&quot;23572&quot;:1594,&quot;39285&quot;:1595,&quot;27953&quot;:1596,&quot;12038&quot;:1597,&quot;20108&quot;:1597,&quot;36144&quot;:1598,&quot;21457&quot;:1599,&quot;32602&quot;:1600,&quot;31567&quot;:1601,&quot;20240&quot;:1602,&quot;20047&quot;:1603,&quot;38400&quot;:1604,&quot;27861&quot;:1605,&quot;29648&quot;:1606,&quot;34281&quot;:1607,&quot;24070&quot;:1608,&quot;30058&quot;:1609,&quot;32763&quot;:1610,&quot;27146&quot;:1611,&quot;30718&quot;:1612,&quot;38034&quot;:1613,&quot;32321&quot;:1614,&quot;20961&quot;:1615,&quot;28902&quot;:1616,&quot;21453&quot;:1617,&quot;36820&quot;:1618,&quot;33539&quot;:1619,&quot;36137&quot;:1620,&quot;29359&quot;:1621,&quot;39277&quot;:1622,&quot;27867&quot;:1623,&quot;22346&quot;:1624,&quot;33459&quot;:1625,&quot;12101&quot;:1626,&quot;26041&quot;:1626,&quot;32938&quot;:1627,&quot;25151&quot;:1628,&quot;38450&quot;:1629,&quot;22952&quot;:1630,&quot;20223&quot;:1631,&quot;35775&quot;:1632,&quot;32442&quot;:1633,&quot;25918&quot;:1634,&quot;33778&quot;:1635,&quot;12206&quot;:1636,&quot;38750&quot;:1636,&quot;21857&quot;:1637,&quot;39134&quot;:1638,&quot;32933&quot;:1639,&quot;21290&quot;:1640,&quot;35837&quot;:1641,&quot;21536&quot;:1642,&quot;32954&quot;:1643,&quot;24223&quot;:1644,&quot;27832&quot;:1645,&quot;36153&quot;:1646,&quot;33452&quot;:1647,&quot;37210&quot;:1648,&quot;21545&quot;:1649,&quot;27675&quot;:1650,&quot;20998&quot;:1651,&quot;32439&quot;:1652,&quot;22367&quot;:1653,&quot;28954&quot;:1654,&quot;27774&quot;:1655,&quot;31881&quot;:1656,&quot;22859&quot;:1657,&quot;20221&quot;:1658,&quot;24575&quot;:1659,&quot;24868&quot;:1660,&quot;31914&quot;:1661,&quot;20016&quot;:1662,&quot;23553&quot;:1663,&quot;26539&quot;:1664,&quot;34562&quot;:1665,&quot;23792&quot;:1666,&quot;38155&quot;:1667,&quot;39118&quot;:1668,&quot;30127&quot;:1669,&quot;28925&quot;:1670,&quot;36898&quot;:1671,&quot;20911&quot;:1672,&quot;32541&quot;:1673,&quot;35773&quot;:1674,&quot;22857&quot;:1675,&quot;20964&quot;:1676,&quot;20315&quot;:1677,&quot;21542&quot;:1678,&quot;22827&quot;:1679,&quot;25975&quot;:1680,&quot;32932&quot;:1681,&quot;23413&quot;:1682,&quot;25206&quot;:1683,&quot;25282&quot;:1684,&quot;36752&quot;:1685,&quot;24133&quot;:1686,&quot;27679&quot;:1687,&quot;31526&quot;:1688,&quot;20239&quot;:1689,&quot;20440&quot;:1690,&quot;26381&quot;:1691,&quot;28014&quot;:1692,&quot;28074&quot;:1693,&quot;31119&quot;:1694,&quot;34993&quot;:1695,&quot;24343&quot;:1696,&quot;29995&quot;:1697,&quot;25242&quot;:1698,&quot;36741&quot;:1699,&quot;20463&quot;:1700,&quot;37340&quot;:1701,&quot;26023&quot;:1702,&quot;33071&quot;:1703,&quot;33105&quot;:1704,&quot;24220&quot;:1705,&quot;33104&quot;:1706,&quot;36212&quot;:1707,&quot;21103&quot;:1708,&quot;35206&quot;:1709,&quot;36171&quot;:1710,&quot;22797&quot;:1711,&quot;20613&quot;:1712,&quot;20184&quot;:1713,&quot;12201&quot;:1714,&quot;38428&quot;:1714,&quot;12119&quot;:1715,&quot;29238&quot;:1715,&quot;33145&quot;:1716,&quot;36127&quot;:1717,&quot;23500&quot;:1718,&quot;35747&quot;:1719,&quot;38468&quot;:1720,&quot;22919&quot;:1721,&quot;32538&quot;:1722,&quot;21648&quot;:1723,&quot;22134&quot;:1724,&quot;22030&quot;:1725,&quot;35813&quot;:1726,&quot;25913&quot;:1727,&quot;27010&quot;:1728,&quot;38041&quot;:1729,&quot;30422&quot;:1730,&quot;28297&quot;:1731,&quot;12082&quot;:1732,&quot;24178&quot;:1732,&quot;12130&quot;:1733,&quot;29976&quot;:1733,&quot;26438&quot;:1734,&quot;26577&quot;:1735,&quot;31487&quot;:1736,&quot;32925&quot;:1737,&quot;36214&quot;:1738,&quot;24863&quot;:1739,&quot;31174&quot;:1740,&quot;25954&quot;:1741,&quot;36195&quot;:1742,&quot;20872&quot;:1743,&quot;21018&quot;:1744,&quot;38050&quot;:1745,&quot;32568&quot;:1746,&quot;32923&quot;:1747,&quot;32434&quot;:1748,&quot;23703&quot;:1749,&quot;28207&quot;:1750,&quot;26464&quot;:1751,&quot;31705&quot;:1752,&quot;30347&quot;:1753,&quot;12220&quot;:1754,&quot;39640&quot;:1754,&quot;33167&quot;:1755,&quot;32660&quot;:1756,&quot;31957&quot;:1757,&quot;25630&quot;:1758,&quot;38224&quot;:1759,&quot;31295&quot;:1760,&quot;21578&quot;:1761,&quot;21733&quot;:1762,&quot;27468&quot;:1763,&quot;25601&quot;:1764,&quot;12093&quot;:1765,&quot;25096&quot;:1765,&quot;40509&quot;:1766,&quot;33011&quot;:1767,&quot;30105&quot;:1768,&quot;21106&quot;:1769,&quot;12208&quot;:1770,&quot;38761&quot;:1770,&quot;33883&quot;:1771,&quot;26684&quot;:1772,&quot;34532&quot;:1773,&quot;38401&quot;:1774,&quot;38548&quot;:1775,&quot;38124&quot;:1776,&quot;20010&quot;:1777,&quot;21508&quot;:1778,&quot;32473&quot;:1779,&quot;26681&quot;:1780,&quot;36319&quot;:1781,&quot;32789&quot;:1782,&quot;26356&quot;:1783,&quot;24218&quot;:1784,&quot;32697&quot;:1785,&quot;22466&quot;:1786,&quot;32831&quot;:1787,&quot;26775&quot;:1788,&quot;12079&quot;:1789,&quot;24037&quot;:1789,&quot;25915&quot;:1790,&quot;21151&quot;:1791,&quot;24685&quot;:1792,&quot;40858&quot;:1793,&quot;20379&quot;:1794,&quot;36524&quot;:1795,&quot;20844&quot;:1796,&quot;23467&quot;:1797,&quot;12088&quot;:1798,&quot;24339&quot;:1798,&quot;24041&quot;:1799,&quot;27742&quot;:1800,&quot;25329&quot;:1801,&quot;36129&quot;:1802,&quot;20849&quot;:1803,&quot;38057&quot;:1804,&quot;21246&quot;:1805,&quot;27807&quot;:1806,&quot;33503&quot;:1807,&quot;29399&quot;:1808,&quot;22434&quot;:1809,&quot;26500&quot;:1810,&quot;36141&quot;:1811,&quot;22815&quot;:1812,&quot;36764&quot;:1813,&quot;33735&quot;:1814,&quot;21653&quot;:1815,&quot;31629&quot;:1816,&quot;20272&quot;:1817,&quot;27837&quot;:1818,&quot;23396&quot;:1819,&quot;22993&quot;:1820,&quot;12238&quot;:1821,&quot;40723&quot;:1821,&quot;21476&quot;:1822,&quot;34506&quot;:1823,&quot;12219&quot;:1824,&quot;39592&quot;:1824,&quot;12181&quot;:1825,&quot;35895&quot;:1825,&quot;32929&quot;:1826,&quot;25925&quot;:1827,&quot;39038&quot;:1828,&quot;22266&quot;:1829,&quot;38599&quot;:1830,&quot;21038&quot;:1831,&quot;12128&quot;:1832,&quot;29916&quot;:1832,&quot;21072&quot;:1833,&quot;23521&quot;:1834,&quot;25346&quot;:1835,&quot;35074&quot;:1836,&quot;20054&quot;:1837,&quot;25296&quot;:1838,&quot;24618&quot;:1839,&quot;26874&quot;:1840,&quot;20851&quot;:1841,&quot;23448&quot;:1842,&quot;20896&quot;:1843,&quot;35266&quot;:1844,&quot;31649&quot;:1845,&quot;39302&quot;:1846,&quot;32592&quot;:1847,&quot;24815&quot;:1848,&quot;28748&quot;:1849,&quot;36143&quot;:1850,&quot;20809&quot;:1851,&quot;12084&quot;:1852,&quot;24191&quot;:1852,&quot;36891&quot;:1853,&quot;29808&quot;:1854,&quot;35268&quot;:1855,&quot;22317&quot;:1856,&quot;30789&quot;:1857,&quot;24402&quot;:1858,&quot;40863&quot;:1859,&quot;38394&quot;:1860,&quot;36712&quot;:1861,&quot;12225&quot;:1862,&quot;39740&quot;:1862,&quot;35809&quot;:1863,&quot;30328&quot;:1864,&quot;26690&quot;:1865,&quot;26588&quot;:1866,&quot;36330&quot;:1867,&quot;36149&quot;:1868,&quot;21053&quot;:1869,&quot;36746&quot;:1870,&quot;28378&quot;:1871,&quot;26829&quot;:1872,&quot;38149&quot;:1873,&quot;37101&quot;:1874,&quot;22269&quot;:1875,&quot;26524&quot;:1876,&quot;35065&quot;:1877,&quot;36807&quot;:1878,&quot;21704&quot;:1879,&quot;39608&quot;:1880,&quot;23401&quot;:1881,&quot;28023&quot;:1882,&quot;27686&quot;:1883,&quot;20133&quot;:1884,&quot;23475&quot;:1885,&quot;39559&quot;:1886,&quot;37219&quot;:1887,&quot;25000&quot;:1888,&quot;37039&quot;:1889,&quot;38889&quot;:1890,&quot;21547&quot;:1891,&quot;28085&quot;:1892,&quot;23506&quot;:1893,&quot;20989&quot;:1894,&quot;21898&quot;:1895,&quot;32597&quot;:1896,&quot;32752&quot;:1897,&quot;25788&quot;:1898,&quot;25421&quot;:1899,&quot;26097&quot;:1900,&quot;25022&quot;:1901,&quot;24717&quot;:1902,&quot;28938&quot;:1903,&quot;27735&quot;:1904,&quot;27721&quot;:1905,&quot;22831&quot;:1906,&quot;26477&quot;:1907,&quot;33322&quot;:1908,&quot;22741&quot;:1909,&quot;22158&quot;:1910,&quot;35946&quot;:1911,&quot;27627&quot;:1912,&quot;37085&quot;:1913,&quot;22909&quot;:1914,&quot;32791&quot;:1915,&quot;21495&quot;:1916,&quot;28009&quot;:1917,&quot;21621&quot;:1918,&quot;21917&quot;:1919,&quot;33655&quot;:1920,&quot;33743&quot;:1921,&quot;26680&quot;:1922,&quot;12146&quot;:1923,&quot;31166&quot;:1923,&quot;21644&quot;:1924,&quot;20309&quot;:1925,&quot;21512&quot;:1926,&quot;30418&quot;:1927,&quot;35977&quot;:1928,&quot;38402&quot;:1929,&quot;27827&quot;:1930,&quot;28088&quot;:1931,&quot;36203&quot;:1932,&quot;35088&quot;:1933,&quot;40548&quot;:1934,&quot;36154&quot;:1935,&quot;22079&quot;:1936,&quot;12234&quot;:1937,&quot;40657&quot;:1937,&quot;30165&quot;:1938,&quot;24456&quot;:1939,&quot;29408&quot;:1940,&quot;24680&quot;:1941,&quot;21756&quot;:1942,&quot;20136&quot;:1943,&quot;27178&quot;:1944,&quot;34913&quot;:1945,&quot;24658&quot;:1946,&quot;36720&quot;:1947,&quot;21700&quot;:1948,&quot;28888&quot;:1949,&quot;34425&quot;:1950,&quot;40511&quot;:1951,&quot;27946&quot;:1952,&quot;23439&quot;:1953,&quot;24344&quot;:1954,&quot;32418&quot;:1955,&quot;21897&quot;:1956,&quot;20399&quot;:1957,&quot;29492&quot;:1958,&quot;21564&quot;:1959,&quot;21402&quot;:1960,&quot;20505&quot;:1961,&quot;21518&quot;:1962,&quot;21628&quot;:1963,&quot;20046&quot;:1964,&quot;24573&quot;:1965,&quot;29786&quot;:1966,&quot;22774&quot;:1967,&quot;33899&quot;:1968,&quot;32993&quot;:1969,&quot;34676&quot;:1970,&quot;29392&quot;:1971,&quot;31946&quot;:1972,&quot;28246&quot;:1973,&quot;24359&quot;:1974,&quot;34382&quot;:1975,&quot;21804&quot;:1976,&quot;25252&quot;:1977,&quot;20114&quot;:1978,&quot;27818&quot;:1979,&quot;25143&quot;:1980,&quot;33457&quot;:1981,&quot;21719&quot;:1982,&quot;21326&quot;:1983,&quot;29502&quot;:1984,&quot;28369&quot;:1985,&quot;30011&quot;:1986,&quot;21010&quot;:1987,&quot;21270&quot;:1988,&quot;35805&quot;:1989,&quot;27088&quot;:1990,&quot;24458&quot;:1991,&quot;24576&quot;:1992,&quot;28142&quot;:1993,&quot;22351&quot;:1994,&quot;27426&quot;:1995,&quot;29615&quot;:1996,&quot;26707&quot;:1997,&quot;36824&quot;:1998,&quot;32531&quot;:1999,&quot;25442&quot;:2000,&quot;24739&quot;:2001,&quot;21796&quot;:2002,&quot;30186&quot;:2003,&quot;35938&quot;:2004,&quot;28949&quot;:2005,&quot;28067&quot;:2006,&quot;23462&quot;:2007,&quot;24187&quot;:2008,&quot;33618&quot;:2009,&quot;24908&quot;:2010,&quot;40644&quot;:2011,&quot;30970&quot;:2012,&quot;34647&quot;:2013,&quot;31783&quot;:2014,&quot;30343&quot;:2015,&quot;20976&quot;:2016,&quot;24822&quot;:2017,&quot;29004&quot;:2018,&quot;26179&quot;:2019,&quot;24140&quot;:2020,&quot;24653&quot;:2021,&quot;35854&quot;:2022,&quot;28784&quot;:2023,&quot;25381&quot;:2024,&quot;36745&quot;:2025,&quot;24509&quot;:2026,&quot;24674&quot;:2027,&quot;34516&quot;:2028,&quot;22238&quot;:2029,&quot;27585&quot;:2030,&quot;24724&quot;:2031,&quot;24935&quot;:2032,&quot;21321&quot;:2033,&quot;24800&quot;:2034,&quot;26214&quot;:2035,&quot;36159&quot;:2036,&quot;31229&quot;:2037,&quot;20250&quot;:2038,&quot;28905&quot;:2039,&quot;27719&quot;:2040,&quot;35763&quot;:2041,&quot;35826&quot;:2042,&quot;32472&quot;:2043,&quot;33636&quot;:2044,&quot;26127&quot;:2045,&quot;23130&quot;:2046,&quot;39746&quot;:2047,&quot;27985&quot;:2048,&quot;28151&quot;:2049,&quot;35905&quot;:2050,&quot;27963&quot;:2051,&quot;20249&quot;:2052,&quot;12117&quot;:2053,&quot;28779&quot;:2053,&quot;33719&quot;:2054,&quot;25110&quot;:2055,&quot;24785&quot;:2056,&quot;38669&quot;:2057,&quot;36135&quot;:2058,&quot;31096&quot;:2059,&quot;20987&quot;:2060,&quot;22334&quot;:2061,&quot;22522&quot;:2062,&quot;26426&quot;:2063,&quot;30072&quot;:2064,&quot;31293&quot;:2065,&quot;31215&quot;:2066,&quot;31637&quot;:2067,&quot;32908&quot;:2068,&quot;39269&quot;:2069,&quot;36857&quot;:2070,&quot;28608&quot;:2071,&quot;35749&quot;:2072,&quot;40481&quot;:2073,&quot;23020&quot;:2074,&quot;32489&quot;:2075,&quot;32521&quot;:2076,&quot;21513&quot;:2077,&quot;26497&quot;:2078,&quot;26840&quot;:2079,&quot;36753&quot;:2080,&quot;31821&quot;:2081,&quot;38598&quot;:2082,&quot;21450&quot;:2083,&quot;24613&quot;:2084,&quot;30142&quot;:2085,&quot;27762&quot;:2086,&quot;21363&quot;:2087,&quot;23241&quot;:2088,&quot;32423&quot;:2089,&quot;25380&quot;:2090,&quot;12047&quot;:2091,&quot;20960&quot;:2091,&quot;33034&quot;:2092,&quot;12080&quot;:2093,&quot;24049&quot;:2093,&quot;34015&quot;:2094,&quot;25216&quot;:2095,&quot;20864&quot;:2096,&quot;23395&quot;:2097,&quot;20238&quot;:2098,&quot;31085&quot;:2099,&quot;21058&quot;:2100,&quot;24760&quot;:2101,&quot;27982&quot;:2102,&quot;23492&quot;:2103,&quot;23490&quot;:2104,&quot;35745&quot;:2105,&quot;35760&quot;:2106,&quot;26082&quot;:2107,&quot;24524&quot;:2108,&quot;38469&quot;:2109,&quot;22931&quot;:2110,&quot;32487&quot;:2111,&quot;32426&quot;:2112,&quot;22025&quot;:2113,&quot;26551&quot;:2114,&quot;22841&quot;:2115,&quot;20339&quot;:2116,&quot;23478&quot;:2117,&quot;21152&quot;:2118,&quot;33626&quot;:2119,&quot;39050&quot;:2120,&quot;36158&quot;:2121,&quot;30002&quot;:2122,&quot;38078&quot;:2123,&quot;20551&quot;:2124,&quot;31292&quot;:2125,&quot;20215&quot;:2126,&quot;26550&quot;:2127,&quot;39550&quot;:2128,&quot;23233&quot;:2129,&quot;27516&quot;:2130,&quot;30417&quot;:2131,&quot;22362&quot;:2132,&quot;23574&quot;:2133,&quot;31546&quot;:2134,&quot;38388&quot;:2135,&quot;29006&quot;:2136,&quot;20860&quot;:2137,&quot;32937&quot;:2138,&quot;33392&quot;:2139,&quot;22904&quot;:2140,&quot;32516&quot;:2141,&quot;33575&quot;:2142,&quot;26816&quot;:2143,&quot;26604&quot;:2144,&quot;30897&quot;:2145,&quot;30839&quot;:2146,&quot;25315&quot;:2147,&quot;25441&quot;:2148,&quot;31616&quot;:2149,&quot;20461&quot;:2150,&quot;21098&quot;:2151,&quot;20943&quot;:2152,&quot;33616&quot;:2153,&quot;27099&quot;:2154,&quot;37492&quot;:2155,&quot;36341&quot;:2156,&quot;36145&quot;:2157,&quot;35265&quot;:2158,&quot;38190&quot;:2159,&quot;31661&quot;:2160,&quot;20214&quot;:2161,&quot;20581&quot;:2162,&quot;33328&quot;:2163,&quot;21073&quot;:2164,&quot;39279&quot;:2165,&quot;28176&quot;:2166,&quot;28293&quot;:2167,&quot;28071&quot;:2168,&quot;24314&quot;:2169,&quot;20725&quot;:2170,&quot;23004&quot;:2171,&quot;23558&quot;:2172,&quot;27974&quot;:2173,&quot;27743&quot;:2174,&quot;30086&quot;:2175,&quot;33931&quot;:2176,&quot;26728&quot;:2177,&quot;22870&quot;:2178,&quot;35762&quot;:2179,&quot;21280&quot;:2180,&quot;37233&quot;:2181,&quot;38477&quot;:2182,&quot;34121&quot;:2183,&quot;26898&quot;:2184,&quot;30977&quot;:2185,&quot;28966&quot;:2186,&quot;33014&quot;:2187,&quot;20132&quot;:2188,&quot;37066&quot;:2189,&quot;27975&quot;:2190,&quot;39556&quot;:2191,&quot;23047&quot;:2192,&quot;22204&quot;:2193,&quot;25605&quot;:2194,&quot;38128&quot;:2195,&quot;30699&quot;:2196,&quot;20389&quot;:2197,&quot;33050&quot;:2198,&quot;29409&quot;:2199,&quot;12179&quot;:2200,&quot;35282&quot;:2200,&quot;39290&quot;:2201,&quot;32564&quot;:2202,&quot;32478&quot;:2203,&quot;21119&quot;:2204,&quot;25945&quot;:2205,&quot;37237&quot;:2206,&quot;36735&quot;:2207,&quot;36739&quot;:2208,&quot;21483&quot;:2209,&quot;31382&quot;:2210,&quot;25581&quot;:2211,&quot;25509&quot;:2212,&quot;30342&quot;:2213,&quot;31224&quot;:2214,&quot;34903&quot;:2215,&quot;38454&quot;:2216,&quot;25130&quot;:2217,&quot;21163&quot;:2218,&quot;33410&quot;:2219,&quot;26708&quot;:2220,&quot;26480&quot;:2221,&quot;25463&quot;:2222,&quot;30571&quot;:2223,&quot;31469&quot;:2224,&quot;27905&quot;:2225,&quot;32467&quot;:2226,&quot;35299&quot;:2227,&quot;22992&quot;:2228,&quot;25106&quot;:2229,&quot;34249&quot;:2230,&quot;33445&quot;:2231,&quot;30028&quot;:2232,&quot;20511&quot;:2233,&quot;20171&quot;:2234,&quot;30117&quot;:2235,&quot;35819&quot;:2236,&quot;23626&quot;:2237,&quot;12081&quot;:2238,&quot;24062&quot;:2238,&quot;31563&quot;:2239,&quot;12100&quot;:2240,&quot;26020&quot;:2240,&quot;12198&quot;:2241,&quot;37329&quot;:2241,&quot;20170&quot;:2242,&quot;27941&quot;:2243,&quot;35167&quot;:2244,&quot;32039&quot;:2245,&quot;38182&quot;:2246,&quot;20165&quot;:2247,&quot;35880&quot;:2248,&quot;36827&quot;:2249,&quot;38771&quot;:2250,&quot;26187&quot;:2251,&quot;31105&quot;:2252,&quot;36817&quot;:2253,&quot;28908&quot;:2254,&quot;28024&quot;:2255,&quot;23613&quot;:2256,&quot;21170&quot;:2257,&quot;33606&quot;:2258,&quot;20834&quot;:2259,&quot;33550&quot;:2260,&quot;30555&quot;:2261,&quot;26230&quot;:2262,&quot;40120&quot;:2263,&quot;20140&quot;:2264,&quot;24778&quot;:2265,&quot;31934&quot;:2266,&quot;31923&quot;:2267,&quot;32463&quot;:2268,&quot;20117&quot;:2269,&quot;35686&quot;:2270,&quot;26223&quot;:2271,&quot;39048&quot;:2272,&quot;38745&quot;:2273,&quot;22659&quot;:2274,&quot;25964&quot;:2275,&quot;38236&quot;:2276,&quot;24452&quot;:2277,&quot;30153&quot;:2278,&quot;38742&quot;:2279,&quot;31455&quot;:2280,&quot;31454&quot;:2281,&quot;20928&quot;:2282,&quot;28847&quot;:2283,&quot;31384&quot;:2284,&quot;25578&quot;:2285,&quot;31350&quot;:2286,&quot;32416&quot;:2287,&quot;29590&quot;:2288,&quot;12210&quot;:2289,&quot;38893&quot;:2289,&quot;20037&quot;:2290,&quot;28792&quot;:2291,&quot;20061&quot;:2292,&quot;37202&quot;:2293,&quot;21417&quot;:2294,&quot;25937&quot;:2295,&quot;26087&quot;:2296,&quot;12165&quot;:2297,&quot;33276&quot;:2297,&quot;33285&quot;:2298,&quot;21646&quot;:2299,&quot;23601&quot;:2300,&quot;30106&quot;:2301,&quot;38816&quot;:2302,&quot;25304&quot;:2303,&quot;29401&quot;:2304,&quot;30141&quot;:2305,&quot;23621&quot;:2306,&quot;39545&quot;:2307,&quot;33738&quot;:2308,&quot;23616&quot;:2309,&quot;21632&quot;:2310,&quot;30697&quot;:2311,&quot;20030&quot;:2312,&quot;27822&quot;:2313,&quot;32858&quot;:2314,&quot;25298&quot;:2315,&quot;25454&quot;:2316,&quot;24040&quot;:2317,&quot;20855&quot;:2318,&quot;36317&quot;:2319,&quot;36382&quot;:2320,&quot;38191&quot;:2321,&quot;20465&quot;:2322,&quot;21477&quot;:2323,&quot;24807&quot;:2324,&quot;28844&quot;:2325,&quot;21095&quot;:2326,&quot;25424&quot;:2327,&quot;40515&quot;:2328,&quot;23071&quot;:2329,&quot;20518&quot;:2330,&quot;30519&quot;:2331,&quot;21367&quot;:2332,&quot;32482&quot;:2333,&quot;25733&quot;:2334,&quot;25899&quot;:2335,&quot;25225&quot;:2336,&quot;25496&quot;:2337,&quot;20500&quot;:2338,&quot;29237&quot;:2339,&quot;35273&quot;:2340,&quot;20915&quot;:2341,&quot;35776&quot;:2342,&quot;32477&quot;:2343,&quot;22343&quot;:2344,&quot;33740&quot;:2345,&quot;38055&quot;:2346,&quot;20891&quot;:2347,&quot;21531&quot;:2348,&quot;23803&quot;:2349,&quot;20426&quot;:2350,&quot;31459&quot;:2351,&quot;27994&quot;:2352,&quot;37089&quot;:2353,&quot;39567&quot;:2354,&quot;21888&quot;:2355,&quot;21654&quot;:2356,&quot;21345&quot;:2357,&quot;21679&quot;:2358,&quot;24320&quot;:2359,&quot;25577&quot;:2360,&quot;26999&quot;:2361,&quot;20975&quot;:2362,&quot;24936&quot;:2363,&quot;21002&quot;:2364,&quot;22570&quot;:2365,&quot;21208&quot;:2366,&quot;22350&quot;:2367,&quot;30733&quot;:2368,&quot;30475&quot;:2369,&quot;24247&quot;:2370,&quot;24951&quot;:2371,&quot;31968&quot;:2372,&quot;25179&quot;:2373,&quot;25239&quot;:2374,&quot;20130&quot;:2375,&quot;28821&quot;:2376,&quot;32771&quot;:2377,&quot;25335&quot;:2378,&quot;28900&quot;:2379,&quot;38752&quot;:2380,&quot;22391&quot;:2381,&quot;33499&quot;:2382,&quot;26607&quot;:2383,&quot;26869&quot;:2384,&quot;30933&quot;:2385,&quot;39063&quot;:2386,&quot;31185&quot;:2387,&quot;22771&quot;:2388,&quot;21683&quot;:2389,&quot;21487&quot;:2390,&quot;28212&quot;:2391,&quot;20811&quot;:2392,&quot;21051&quot;:2393,&quot;23458&quot;:2394,&quot;35838&quot;:2395,&quot;32943&quot;:2396,&quot;21827&quot;:2397,&quot;22438&quot;:2398,&quot;24691&quot;:2399,&quot;22353&quot;:2400,&quot;21549&quot;:2401,&quot;31354&quot;:2402,&quot;24656&quot;:2403,&quot;23380&quot;:2404,&quot;25511&quot;:2405,&quot;25248&quot;:2406,&quot;12061&quot;:2407,&quot;21475&quot;:2407,&quot;25187&quot;:2408,&quot;23495&quot;:2409,&quot;26543&quot;:2410,&quot;21741&quot;:2411,&quot;31391&quot;:2412,&quot;33510&quot;:2413,&quot;37239&quot;:2414,&quot;24211&quot;:2415,&quot;35044&quot;:2416,&quot;22840&quot;:2417,&quot;22446&quot;:2418,&quot;25358&quot;:2419,&quot;36328&quot;:2420,&quot;33007&quot;:2421,&quot;22359&quot;:2422,&quot;31607&quot;:2423,&quot;20393&quot;:2424,&quot;24555&quot;:2425,&quot;23485&quot;:2426,&quot;27454&quot;:2427,&quot;21281&quot;:2428,&quot;31568&quot;:2429,&quot;29378&quot;:2430,&quot;26694&quot;:2431,&quot;30719&quot;:2432,&quot;30518&quot;:2433,&quot;26103&quot;:2434,&quot;20917&quot;:2435,&quot;20111&quot;:2436,&quot;30420&quot;:2437,&quot;23743&quot;:2438,&quot;31397&quot;:2439,&quot;33909&quot;:2440,&quot;22862&quot;:2441,&quot;39745&quot;:2442,&quot;20608&quot;:2443,&quot;39304&quot;:2444,&quot;24871&quot;:2445,&quot;28291&quot;:2446,&quot;22372&quot;:2447,&quot;26118&quot;:2448,&quot;25414&quot;:2449,&quot;22256&quot;:2450,&quot;25324&quot;:2451,&quot;25193&quot;:2452,&quot;24275&quot;:2453,&quot;38420&quot;:2454,&quot;22403&quot;:2455,&quot;25289&quot;:2456,&quot;21895&quot;:2457,&quot;34593&quot;:2458,&quot;33098&quot;:2459,&quot;36771&quot;:2460,&quot;21862&quot;:2461,&quot;33713&quot;:2462,&quot;26469&quot;:2463,&quot;36182&quot;:2464,&quot;34013&quot;:2465,&quot;23146&quot;:2466,&quot;26639&quot;:2467,&quot;25318&quot;:2468,&quot;31726&quot;:2469,&quot;38417&quot;:2470,&quot;20848&quot;:2471,&quot;28572&quot;:2472,&quot;35888&quot;:2473,&quot;25597&quot;:2474,&quot;35272&quot;:2475,&quot;25042&quot;:2476,&quot;32518&quot;:2477,&quot;28866&quot;:2478,&quot;28389&quot;:2479,&quot;29701&quot;:2480,&quot;27028&quot;:2481,&quot;29436&quot;:2482,&quot;24266&quot;:2483,&quot;37070&quot;:2484,&quot;26391&quot;:2485,&quot;28010&quot;:2486,&quot;25438&quot;:2487,&quot;21171&quot;:2488,&quot;29282&quot;:2489,&quot;12156&quot;:2490,&quot;32769&quot;:2490,&quot;20332&quot;:2491,&quot;23013&quot;:2492,&quot;37226&quot;:2493,&quot;28889&quot;:2494,&quot;28061&quot;:2495,&quot;21202&quot;:2496,&quot;20048&quot;:2497,&quot;38647&quot;:2498,&quot;38253&quot;:2499,&quot;34174&quot;:2500,&quot;30922&quot;:2501,&quot;32047&quot;:2502,&quot;20769&quot;:2503,&quot;22418&quot;:2504,&quot;25794&quot;:2505,&quot;32907&quot;:2506,&quot;31867&quot;:2507,&quot;27882&quot;:2508,&quot;26865&quot;:2509,&quot;26974&quot;:2510,&quot;20919&quot;:2511,&quot;21400&quot;:2512,&quot;26792&quot;:2513,&quot;29313&quot;:2514,&quot;40654&quot;:2515,&quot;31729&quot;:2516,&quot;29432&quot;:2517,&quot;31163&quot;:2518,&quot;28435&quot;:2519,&quot;29702&quot;:2520,&quot;26446&quot;:2521,&quot;12197&quot;:2522,&quot;37324&quot;:2522,&quot;40100&quot;:2523,&quot;31036&quot;:2524,&quot;33673&quot;:2525,&quot;33620&quot;:2526,&quot;21519&quot;:2527,&quot;26647&quot;:2528,&quot;20029&quot;:2529,&quot;21385&quot;:2530,&quot;21169&quot;:2531,&quot;30782&quot;:2532,&quot;21382&quot;:2533,&quot;21033&quot;:2534,&quot;20616&quot;:2535,&quot;20363&quot;:2536,&quot;20432&quot;:2537,&quot;30178&quot;:2538,&quot;12148&quot;:2539,&quot;31435&quot;:2539,&quot;31890&quot;:2540,&quot;27813&quot;:2541,&quot;12202&quot;:2542,&quot;38582&quot;:2542,&quot;12050&quot;:2543,&quot;21147&quot;:2543,&quot;29827&quot;:2544,&quot;21737&quot;:2545,&quot;20457&quot;:2546,&quot;32852&quot;:2547,&quot;33714&quot;:2548,&quot;36830&quot;:2549,&quot;38256&quot;:2550,&quot;24265&quot;:2551,&quot;24604&quot;:2552,&quot;28063&quot;:2553,&quot;24088&quot;:2554,&quot;25947&quot;:2555,&quot;33080&quot;:2556,&quot;38142&quot;:2557,&quot;24651&quot;:2558,&quot;28860&quot;:2559,&quot;32451&quot;:2560,&quot;31918&quot;:2561,&quot;20937&quot;:2562,&quot;63865&quot;:2562,&quot;26753&quot;:2563,&quot;31921&quot;:2564,&quot;33391&quot;:2565,&quot;20004&quot;:2566,&quot;36742&quot;:2567,&quot;37327&quot;:2568,&quot;26238&quot;:2569,&quot;20142&quot;:2570,&quot;35845&quot;:2571,&quot;25769&quot;:2572,&quot;32842&quot;:2573,&quot;20698&quot;:2574,&quot;30103&quot;:2575,&quot;29134&quot;:2576,&quot;23525&quot;:2577,&quot;36797&quot;:2578,&quot;28518&quot;:2579,&quot;20102&quot;:2580,&quot;25730&quot;:2581,&quot;38243&quot;:2582,&quot;24278&quot;:2583,&quot;26009&quot;:2584,&quot;21015&quot;:2585,&quot;35010&quot;:2586,&quot;28872&quot;:2587,&quot;21155&quot;:2588,&quot;29454&quot;:2589,&quot;29747&quot;:2590,&quot;26519&quot;:2591,&quot;30967&quot;:2592,&quot;38678&quot;:2593,&quot;20020&quot;:2594,&quot;37051&quot;:2595,&quot;40158&quot;:2596,&quot;28107&quot;:2597,&quot;20955&quot;:2598,&quot;36161&quot;:2599,&quot;21533&quot;:2600,&quot;25294&quot;:2601,&quot;29618&quot;:2602,&quot;33777&quot;:2603,&quot;38646&quot;:2604,&quot;40836&quot;:2605,&quot;38083&quot;:2606,&quot;20278&quot;:2607,&quot;32666&quot;:2608,&quot;20940&quot;:2609,&quot;28789&quot;:2610,&quot;38517&quot;:2611,&quot;23725&quot;:2612,&quot;39046&quot;:2613,&quot;21478&quot;:2614,&quot;20196&quot;:2615,&quot;28316&quot;:2616,&quot;29705&quot;:2617,&quot;27060&quot;:2618,&quot;30827&quot;:2619,&quot;39311&quot;:2620,&quot;30041&quot;:2621,&quot;21016&quot;:2622,&quot;30244&quot;:2623,&quot;27969&quot;:2624,&quot;26611&quot;:2625,&quot;20845&quot;:2626,&quot;40857&quot;:2627,&quot;32843&quot;:2628,&quot;21657&quot;:2629,&quot;31548&quot;:2630,&quot;31423&quot;:2631,&quot;38534&quot;:2632,&quot;22404&quot;:2633,&quot;25314&quot;:2634,&quot;38471&quot;:2635,&quot;27004&quot;:2636,&quot;23044&quot;:2637,&quot;25602&quot;:2638,&quot;31699&quot;:2639,&quot;28431&quot;:2640,&quot;38475&quot;:2641,&quot;33446&quot;:2642,&quot;21346&quot;:2643,&quot;39045&quot;:2644,&quot;24208&quot;:2645,&quot;28809&quot;:2646,&quot;25523&quot;:2647,&quot;21348&quot;:2648,&quot;34383&quot;:2649,&quot;40065&quot;:2650,&quot;40595&quot;:2651,&quot;30860&quot;:2652,&quot;38706&quot;:2653,&quot;36335&quot;:2654,&quot;36162&quot;:2655,&quot;12229&quot;:2656,&quot;40575&quot;:2656,&quot;28510&quot;:2657,&quot;31108&quot;:2658,&quot;24405&quot;:2659,&quot;38470&quot;:2660,&quot;25134&quot;:2661,&quot;39540&quot;:2662,&quot;21525&quot;:2663,&quot;38109&quot;:2664,&quot;20387&quot;:2665,&quot;26053&quot;:2666,&quot;23653&quot;:2667,&quot;23649&quot;:2668,&quot;32533&quot;:2669,&quot;34385&quot;:2670,&quot;27695&quot;:2671,&quot;24459&quot;:2672,&quot;29575&quot;:2673,&quot;28388&quot;:2674,&quot;32511&quot;:2675,&quot;23782&quot;:2676,&quot;25371&quot;:2677,&quot;23402&quot;:2678,&quot;28390&quot;:2679,&quot;21365&quot;:2680,&quot;20081&quot;:2681,&quot;25504&quot;:2682,&quot;30053&quot;:2683,&quot;25249&quot;:2684,&quot;36718&quot;:2685,&quot;20262&quot;:2686,&quot;20177&quot;:2687,&quot;27814&quot;:2688,&quot;32438&quot;:2689,&quot;35770&quot;:2690,&quot;33821&quot;:2691,&quot;34746&quot;:2692,&quot;32599&quot;:2693,&quot;36923&quot;:2694,&quot;38179&quot;:2695,&quot;31657&quot;:2696,&quot;39585&quot;:2697,&quot;35064&quot;:2698,&quot;33853&quot;:2699,&quot;27931&quot;:2700,&quot;39558&quot;:2701,&quot;32476&quot;:2702,&quot;22920&quot;:2703,&quot;12231&quot;:2704,&quot;40635&quot;:2704,&quot;29595&quot;:2705,&quot;30721&quot;:2706,&quot;34434&quot;:2707,&quot;39532&quot;:2708,&quot;39554&quot;:2709,&quot;22043&quot;:2710,&quot;21527&quot;:2711,&quot;22475&quot;:2712,&quot;20080&quot;:2713,&quot;40614&quot;:2714,&quot;21334&quot;:2715,&quot;36808&quot;:2716,&quot;33033&quot;:2717,&quot;30610&quot;:2718,&quot;39314&quot;:2719,&quot;34542&quot;:2720,&quot;28385&quot;:2721,&quot;34067&quot;:2722,&quot;26364&quot;:2723,&quot;24930&quot;:2724,&quot;28459&quot;:2725,&quot;35881&quot;:2726,&quot;33426&quot;:2727,&quot;33579&quot;:2728,&quot;30450&quot;:2729,&quot;27667&quot;:2730,&quot;24537&quot;:2731,&quot;33725&quot;:2732,&quot;29483&quot;:2733,&quot;33541&quot;:2734,&quot;38170&quot;:2735,&quot;12113&quot;:2736,&quot;27611&quot;:2736,&quot;12141&quot;:2737,&quot;30683&quot;:2737,&quot;38086&quot;:2738,&quot;21359&quot;:2739,&quot;33538&quot;:2740,&quot;20882&quot;:2741,&quot;24125&quot;:2742,&quot;35980&quot;:2743,&quot;36152&quot;:2744,&quot;20040&quot;:2745,&quot;29611&quot;:2746,&quot;26522&quot;:2747,&quot;26757&quot;:2748,&quot;37238&quot;:2749,&quot;38665&quot;:2750,&quot;29028&quot;:2751,&quot;27809&quot;:2752,&quot;30473&quot;:2753,&quot;23186&quot;:2754,&quot;38209&quot;:2755,&quot;27599&quot;:2756,&quot;32654&quot;:2757,&quot;26151&quot;:2758,&quot;23504&quot;:2759,&quot;22969&quot;:2760,&quot;23194&quot;:2761,&quot;38376&quot;:2762,&quot;38391&quot;:2763,&quot;20204&quot;:2764,&quot;33804&quot;:2765,&quot;33945&quot;:2766,&quot;27308&quot;:2767,&quot;30431&quot;:2768,&quot;38192&quot;:2769,&quot;29467&quot;:2770,&quot;26790&quot;:2771,&quot;23391&quot;:2772,&quot;30511&quot;:2773,&quot;37274&quot;:2774,&quot;38753&quot;:2775,&quot;31964&quot;:2776,&quot;36855&quot;:2777,&quot;35868&quot;:2778,&quot;24357&quot;:2779,&quot;12150&quot;:2780,&quot;31859&quot;:2780,&quot;31192&quot;:2781,&quot;35269&quot;:2782,&quot;27852&quot;:2783,&quot;34588&quot;:2784,&quot;23494&quot;:2785,&quot;24130&quot;:2786,&quot;26825&quot;:2787,&quot;30496&quot;:2788,&quot;32501&quot;:2789,&quot;20885&quot;:2790,&quot;20813&quot;:2791,&quot;21193&quot;:2792,&quot;23081&quot;:2793,&quot;32517&quot;:2794,&quot;12207&quot;:2795,&quot;38754&quot;:2795,&quot;33495&quot;:2796,&quot;25551&quot;:2797,&quot;30596&quot;:2798,&quot;34256&quot;:2799,&quot;31186&quot;:2800,&quot;28218&quot;:2801,&quot;24217&quot;:2802,&quot;22937&quot;:2803,&quot;34065&quot;:2804,&quot;28781&quot;:2805,&quot;27665&quot;:2806,&quot;25279&quot;:2807,&quot;12139&quot;:2808,&quot;30399&quot;:2808,&quot;25935&quot;:2809,&quot;24751&quot;:2810,&quot;38397&quot;:2811,&quot;26126&quot;:2812,&quot;34719&quot;:2813,&quot;40483&quot;:2814,&quot;38125&quot;:2815,&quot;21517&quot;:2816,&quot;21629&quot;:2817,&quot;35884&quot;:2818,&quot;25720&quot;:2819,&quot;25721&quot;:2820,&quot;34321&quot;:2821,&quot;27169&quot;:2822,&quot;33180&quot;:2823,&quot;30952&quot;:2824,&quot;25705&quot;:2825,&quot;39764&quot;:2826,&quot;25273&quot;:2827,&quot;26411&quot;:2828,&quot;33707&quot;:2829,&quot;22696&quot;:2830,&quot;40664&quot;:2831,&quot;27819&quot;:2832,&quot;28448&quot;:2833,&quot;23518&quot;:2834,&quot;38476&quot;:2835,&quot;35851&quot;:2836,&quot;29279&quot;:2837,&quot;26576&quot;:2838,&quot;25287&quot;:2839,&quot;29281&quot;:2840,&quot;20137&quot;:2841,&quot;22982&quot;:2842,&quot;27597&quot;:2843,&quot;22675&quot;:2844,&quot;26286&quot;:2845,&quot;24149&quot;:2846,&quot;21215&quot;:2847,&quot;24917&quot;:2848,&quot;12106&quot;:2849,&quot;26408&quot;:2849,&quot;12140&quot;:2850,&quot;30446&quot;:2850,&quot;30566&quot;:2851,&quot;29287&quot;:2852,&quot;31302&quot;:2853,&quot;25343&quot;:2854,&quot;21738&quot;:2855,&quot;21584&quot;:2856,&quot;38048&quot;:2857,&quot;37027&quot;:2858,&quot;23068&quot;:2859,&quot;32435&quot;:2860,&quot;27670&quot;:2861,&quot;20035&quot;:2862,&quot;22902&quot;:2863,&quot;32784&quot;:2864,&quot;22856&quot;:2865,&quot;21335&quot;:2866,&quot;30007&quot;:2867,&quot;38590&quot;:2868,&quot;22218&quot;:2869,&quot;25376&quot;:2870,&quot;33041&quot;:2871,&quot;24700&quot;:2872,&quot;38393&quot;:2873,&quot;28118&quot;:2874,&quot;21602&quot;:2875,&quot;39297&quot;:2876,&quot;20869&quot;:2877,&quot;23273&quot;:2878,&quot;33021&quot;:2879,&quot;22958&quot;:2880,&quot;38675&quot;:2881,&quot;20522&quot;:2882,&quot;27877&quot;:2883,&quot;23612&quot;:2884,&quot;25311&quot;:2885,&quot;20320&quot;:2886,&quot;21311&quot;:2887,&quot;33147&quot;:2888,&quot;36870&quot;:2889,&quot;28346&quot;:2890,&quot;34091&quot;:2891,&quot;25288&quot;:2892,&quot;24180&quot;:2893,&quot;30910&quot;:2894,&quot;25781&quot;:2895,&quot;25467&quot;:2896,&quot;24565&quot;:2897,&quot;23064&quot;:2898,&quot;37247&quot;:2899,&quot;40479&quot;:2900,&quot;23615&quot;:2901,&quot;25423&quot;:2902,&quot;32834&quot;:2903,&quot;23421&quot;:2904,&quot;21870&quot;:2905,&quot;38218&quot;:2906,&quot;38221&quot;:2907,&quot;28037&quot;:2908,&quot;24744&quot;:2909,&quot;26592&quot;:2910,&quot;29406&quot;:2911,&quot;20957&quot;:2912,&quot;23425&quot;:2913,&quot;25319&quot;:2914,&quot;27870&quot;:2915,&quot;12124&quot;:2916,&quot;29275&quot;:2916,&quot;25197&quot;:2917,&quot;38062&quot;:2918,&quot;32445&quot;:2919,&quot;33043&quot;:2920,&quot;27987&quot;:2921,&quot;20892&quot;:2922,&quot;24324&quot;:2923,&quot;22900&quot;:2924,&quot;21162&quot;:2925,&quot;24594&quot;:2926,&quot;12069&quot;:2927,&quot;22899&quot;:2927,&quot;26262&quot;:2928,&quot;34384&quot;:2929,&quot;30111&quot;:2930,&quot;25386&quot;:2931,&quot;25062&quot;:2932,&quot;31983&quot;:2933,&quot;35834&quot;:2934,&quot;21734&quot;:2935,&quot;27431&quot;:2936,&quot;40485&quot;:2937,&quot;27572&quot;:2938,&quot;34261&quot;:2939,&quot;21589&quot;:2940,&quot;20598&quot;:2941,&quot;27812&quot;:2942,&quot;21866&quot;:2943,&quot;36276&quot;:2944,&quot;29228&quot;:2945,&quot;24085&quot;:2946,&quot;24597&quot;:2947,&quot;29750&quot;:2948,&quot;25293&quot;:2949,&quot;25490&quot;:2950,&quot;29260&quot;:2951,&quot;24472&quot;:2952,&quot;28227&quot;:2953,&quot;27966&quot;:2954,&quot;25856&quot;:2955,&quot;28504&quot;:2956,&quot;30424&quot;:2957,&quot;30928&quot;:2958,&quot;30460&quot;:2959,&quot;30036&quot;:2960,&quot;21028&quot;:2961,&quot;21467&quot;:2962,&quot;20051&quot;:2963,&quot;24222&quot;:2964,&quot;26049&quot;:2965,&quot;32810&quot;:2966,&quot;32982&quot;:2967,&quot;25243&quot;:2968,&quot;21638&quot;:2969,&quot;21032&quot;:2970,&quot;28846&quot;:2971,&quot;34957&quot;:2972,&quot;36305&quot;:2973,&quot;27873&quot;:2974,&quot;21624&quot;:2975,&quot;32986&quot;:2976,&quot;22521&quot;:2977,&quot;35060&quot;:2978,&quot;36180&quot;:2979,&quot;38506&quot;:2980,&quot;37197&quot;:2981,&quot;20329&quot;:2982,&quot;27803&quot;:2983,&quot;21943&quot;:2984,&quot;30406&quot;:2985,&quot;30768&quot;:2986,&quot;25256&quot;:2987,&quot;28921&quot;:2988,&quot;28558&quot;:2989,&quot;24429&quot;:2990,&quot;34028&quot;:2991,&quot;26842&quot;:2992,&quot;30844&quot;:2993,&quot;31735&quot;:2994,&quot;33192&quot;:2995,&quot;26379&quot;:2996,&quot;40527&quot;:2997,&quot;25447&quot;:2998,&quot;30896&quot;:2999,&quot;22383&quot;:3000,&quot;30738&quot;:3001,&quot;38713&quot;:3002,&quot;25209&quot;:3003,&quot;25259&quot;:3004,&quot;21128&quot;:3005,&quot;29749&quot;:3006,&quot;27607&quot;:3007,&quot;21860&quot;:3008,&quot;33086&quot;:3009,&quot;30130&quot;:3010,&quot;12138&quot;:3011,&quot;30382&quot;:3011,&quot;21305&quot;:3012,&quot;30174&quot;:3013,&quot;20731&quot;:3014,&quot;23617&quot;:3015,&quot;35692&quot;:3016,&quot;31687&quot;:3017,&quot;20559&quot;:3018,&quot;12122&quot;:3019,&quot;29255&quot;:3019,&quot;39575&quot;:3020,&quot;39128&quot;:3021,&quot;28418&quot;:3022,&quot;29922&quot;:3023,&quot;31080&quot;:3024,&quot;25735&quot;:3025,&quot;30629&quot;:3026,&quot;25340&quot;:3027,&quot;39057&quot;:3028,&quot;36139&quot;:3029,&quot;21697&quot;:3030,&quot;32856&quot;:3031,&quot;20050&quot;:3032,&quot;22378&quot;:3033,&quot;33529&quot;:3034,&quot;33805&quot;:3035,&quot;24179&quot;:3036,&quot;20973&quot;:3037,&quot;29942&quot;:3038,&quot;35780&quot;:3039,&quot;23631&quot;:3040,&quot;22369&quot;:3041,&quot;27900&quot;:3042,&quot;39047&quot;:3043,&quot;23110&quot;:3044,&quot;30772&quot;:3045,&quot;39748&quot;:3046,&quot;36843&quot;:3047,&quot;31893&quot;:3048,&quot;21078&quot;:3049,&quot;25169&quot;:3050,&quot;38138&quot;:3051,&quot;20166&quot;:3052,&quot;33670&quot;:3053,&quot;33889&quot;:3054,&quot;33769&quot;:3055,&quot;33970&quot;:3056,&quot;22484&quot;:3057,&quot;26420&quot;:3058,&quot;22275&quot;:3059,&quot;26222&quot;:3060,&quot;28006&quot;:3061,&quot;35889&quot;:3062,&quot;26333&quot;:3063,&quot;28689&quot;:3064,&quot;26399&quot;:3065,&quot;27450&quot;:3066,&quot;26646&quot;:3067,&quot;25114&quot;:3068,&quot;22971&quot;:3069,&quot;19971&quot;:3070,&quot;20932&quot;:3071,&quot;28422&quot;:3072,&quot;26578&quot;:3073,&quot;27791&quot;:3074,&quot;20854&quot;:3075,&quot;26827&quot;:3076,&quot;22855&quot;:3077,&quot;27495&quot;:3078,&quot;30054&quot;:3079,&quot;23822&quot;:3080,&quot;33040&quot;:3081,&quot;40784&quot;:3082,&quot;26071&quot;:3083,&quot;31048&quot;:3084,&quot;31041&quot;:3085,&quot;39569&quot;:3086,&quot;36215&quot;:3087,&quot;23682&quot;:3088,&quot;20062&quot;:3089,&quot;20225&quot;:3090,&quot;21551&quot;:3091,&quot;22865&quot;:3092,&quot;30732&quot;:3093,&quot;22120&quot;:3094,&quot;12115&quot;:3095,&quot;27668&quot;:3095,&quot;36804&quot;:3096,&quot;24323&quot;:3097,&quot;27773&quot;:3098,&quot;27875&quot;:3099,&quot;35755&quot;:3100,&quot;25488&quot;:3101,&quot;24688&quot;:3102,&quot;27965&quot;:3103,&quot;29301&quot;:3104,&quot;25190&quot;:3105,&quot;38030&quot;:3106,&quot;38085&quot;:3107,&quot;21315&quot;:3108,&quot;36801&quot;:3109,&quot;31614&quot;:3110,&quot;20191&quot;:3111,&quot;35878&quot;:3112,&quot;20094&quot;:3113,&quot;40660&quot;:3114,&quot;38065&quot;:3115,&quot;38067&quot;:3116,&quot;21069&quot;:3117,&quot;28508&quot;:3118,&quot;36963&quot;:3119,&quot;27973&quot;:3120,&quot;35892&quot;:3121,&quot;22545&quot;:3122,&quot;23884&quot;:3123,&quot;12107&quot;:3124,&quot;27424&quot;:3124,&quot;27465&quot;:3125,&quot;26538&quot;:3126,&quot;21595&quot;:3127,&quot;33108&quot;:3128,&quot;32652&quot;:3129,&quot;22681&quot;:3130,&quot;34103&quot;:3131,&quot;24378&quot;:3132,&quot;25250&quot;:3133,&quot;27207&quot;:3134,&quot;38201&quot;:3135,&quot;25970&quot;:3136,&quot;24708&quot;:3137,&quot;26725&quot;:3138,&quot;30631&quot;:3139,&quot;20052&quot;:3140,&quot;20392&quot;:3141,&quot;24039&quot;:3142,&quot;38808&quot;:3143,&quot;25772&quot;:3144,&quot;32728&quot;:3145,&quot;23789&quot;:3146,&quot;20431&quot;:3147,&quot;31373&quot;:3148,&quot;20999&quot;:3149,&quot;33540&quot;:3150,&quot;19988&quot;:3151,&quot;24623&quot;:3152,&quot;31363&quot;:3153,&quot;38054&quot;:3154,&quot;20405&quot;:3155,&quot;20146&quot;:3156,&quot;31206&quot;:3157,&quot;29748&quot;:3158,&quot;21220&quot;:3159,&quot;33465&quot;:3160,&quot;25810&quot;:3161,&quot;31165&quot;:3162,&quot;23517&quot;:3163,&quot;27777&quot;:3164,&quot;38738&quot;:3165,&quot;36731&quot;:3166,&quot;27682&quot;:3167,&quot;20542&quot;:3168,&quot;21375&quot;:3169,&quot;28165&quot;:3170,&quot;25806&quot;:3171,&quot;26228&quot;:3172,&quot;27696&quot;:3173,&quot;24773&quot;:3174,&quot;39031&quot;:3175,&quot;35831&quot;:3176,&quot;24198&quot;:3177,&quot;29756&quot;:3178,&quot;31351&quot;:3179,&quot;31179&quot;:3180,&quot;19992&quot;:3181,&quot;37041&quot;:3182,&quot;29699&quot;:3183,&quot;27714&quot;:3184,&quot;22234&quot;:3185,&quot;37195&quot;:3186,&quot;27845&quot;:3187,&quot;36235&quot;:3188,&quot;21306&quot;:3189,&quot;34502&quot;:3190,&quot;26354&quot;:3191,&quot;36527&quot;:3192,&quot;23624&quot;:3193,&quot;39537&quot;:3194,&quot;28192&quot;:3195,&quot;21462&quot;:3196,&quot;23094&quot;:3197,&quot;40843&quot;:3198,&quot;36259&quot;:3199,&quot;21435&quot;:3200,&quot;22280&quot;:3201,&quot;39079&quot;:3202,&quot;26435&quot;:3203,&quot;37275&quot;:3204,&quot;27849&quot;:3205,&quot;20840&quot;:3206,&quot;30154&quot;:3207,&quot;25331&quot;:3208,&quot;12125&quot;:3209,&quot;29356&quot;:3209,&quot;21048&quot;:3210,&quot;21149&quot;:3211,&quot;32570&quot;:3212,&quot;28820&quot;:3213,&quot;30264&quot;:3214,&quot;21364&quot;:3215,&quot;40522&quot;:3216,&quot;27063&quot;:3217,&quot;30830&quot;:3218,&quot;38592&quot;:3219,&quot;35033&quot;:3220,&quot;32676&quot;:3221,&quot;28982&quot;:3222,&quot;29123&quot;:3223,&quot;20873&quot;:3224,&quot;26579&quot;:3225,&quot;29924&quot;:3226,&quot;22756&quot;:3227,&quot;25880&quot;:3228,&quot;22199&quot;:3229,&quot;35753&quot;:3230,&quot;39286&quot;:3231,&quot;25200&quot;:3232,&quot;32469&quot;:3233,&quot;24825&quot;:3234,&quot;28909&quot;:3235,&quot;22764&quot;:3236,&quot;20161&quot;:3237,&quot;12040&quot;:3238,&quot;20154&quot;:3238,&quot;24525&quot;:3239,&quot;38887&quot;:3240,&quot;20219&quot;:3241,&quot;35748&quot;:3242,&quot;20995&quot;:3243,&quot;22922&quot;:3244,&quot;32427&quot;:3245,&quot;25172&quot;:3246,&quot;20173&quot;:3247,&quot;12103&quot;:3248,&quot;26085&quot;:3248,&quot;25102&quot;:3249,&quot;33592&quot;:3250,&quot;33993&quot;:3251,&quot;33635&quot;:3252,&quot;34701&quot;:3253,&quot;29076&quot;:3254,&quot;28342&quot;:3255,&quot;23481&quot;:3256,&quot;32466&quot;:3257,&quot;20887&quot;:3258,&quot;25545&quot;:3259,&quot;26580&quot;:3260,&quot;12161&quot;:3261,&quot;32905&quot;:3261,&quot;33593&quot;:3262,&quot;34837&quot;:3263,&quot;20754&quot;:3264,&quot;23418&quot;:3265,&quot;22914&quot;:3266,&quot;36785&quot;:3267,&quot;20083&quot;:3268,&quot;27741&quot;:3269,&quot;12042&quot;:3270,&quot;20837&quot;:3270,&quot;35109&quot;:3271,&quot;36719&quot;:3272,&quot;38446&quot;:3273,&quot;34122&quot;:3274,&quot;29790&quot;:3275,&quot;38160&quot;:3276,&quot;38384&quot;:3277,&quot;28070&quot;:3278,&quot;33509&quot;:3279,&quot;24369&quot;:3280,&quot;25746&quot;:3281,&quot;27922&quot;:3282,&quot;33832&quot;:3283,&quot;33134&quot;:3284,&quot;40131&quot;:3285,&quot;22622&quot;:3286,&quot;36187&quot;:3287,&quot;19977&quot;:3288,&quot;21441&quot;:3289,&quot;20254&quot;:3290,&quot;25955&quot;:3291,&quot;26705&quot;:3292,&quot;21971&quot;:3293,&quot;20007&quot;:3294,&quot;25620&quot;:3295,&quot;39578&quot;:3296,&quot;25195&quot;:3297,&quot;23234&quot;:3298,&quot;29791&quot;:3299,&quot;12170&quot;:3300,&quot;33394&quot;:3300,&quot;28073&quot;:3301,&quot;26862&quot;:3302,&quot;20711&quot;:3303,&quot;33678&quot;:3304,&quot;30722&quot;:3305,&quot;26432&quot;:3306,&quot;21049&quot;:3307,&quot;27801&quot;:3308,&quot;32433&quot;:3309,&quot;20667&quot;:3310,&quot;21861&quot;:3311,&quot;29022&quot;:3312,&quot;31579&quot;:3313,&quot;26194&quot;:3314,&quot;29642&quot;:3315,&quot;33515&quot;:3316,&quot;26441&quot;:3317,&quot;12077&quot;:3318,&quot;23665&quot;:3318,&quot;21024&quot;:3319,&quot;29053&quot;:3320,&quot;34923&quot;:3321,&quot;38378&quot;:3322,&quot;38485&quot;:3323,&quot;25797&quot;:3324,&quot;36193&quot;:3325,&quot;33203&quot;:3326,&quot;21892&quot;:3327,&quot;27733&quot;:3328,&quot;25159&quot;:3329,&quot;32558&quot;:3330,&quot;22674&quot;:3331,&quot;20260&quot;:3332,&quot;21830&quot;:3333,&quot;36175&quot;:3334,&quot;26188&quot;:3335,&quot;19978&quot;:3336,&quot;23578&quot;:3337,&quot;35059&quot;:3338,&quot;26786&quot;:3339,&quot;25422&quot;:3340,&quot;31245&quot;:3341,&quot;28903&quot;:3342,&quot;33421&quot;:3343,&quot;21242&quot;:3344,&quot;38902&quot;:3345,&quot;23569&quot;:3346,&quot;21736&quot;:3347,&quot;37045&quot;:3348,&quot;32461&quot;:3349,&quot;22882&quot;:3350,&quot;36170&quot;:3351,&quot;34503&quot;:3352,&quot;12166&quot;:3353,&quot;33292&quot;:3353,&quot;33293&quot;:3354,&quot;36198&quot;:3355,&quot;25668&quot;:3356,&quot;23556&quot;:3357,&quot;24913&quot;:3358,&quot;28041&quot;:3359,&quot;31038&quot;:3360,&quot;35774&quot;:3361,&quot;30775&quot;:3362,&quot;30003&quot;:3363,&quot;21627&quot;:3364,&quot;20280&quot;:3365,&quot;12189&quot;:3366,&quot;36523&quot;:3366,&quot;28145&quot;:3367,&quot;23072&quot;:3368,&quot;32453&quot;:3369,&quot;31070&quot;:3370,&quot;27784&quot;:3371,&quot;23457&quot;:3372,&quot;23158&quot;:3373,&quot;29978&quot;:3374,&quot;32958&quot;:3375,&quot;24910&quot;:3376,&quot;28183&quot;:3377,&quot;22768&quot;:3378,&quot;12131&quot;:3379,&quot;29983&quot;:3379,&quot;29989&quot;:3380,&quot;29298&quot;:3381,&quot;21319&quot;:3382,&quot;32499&quot;:3383,&quot;30465&quot;:3384,&quot;30427&quot;:3385,&quot;21097&quot;:3386,&quot;32988&quot;:3387,&quot;22307&quot;:3388,&quot;24072&quot;:3389,&quot;22833&quot;:3390,&quot;29422&quot;:3391,&quot;26045&quot;:3392,&quot;28287&quot;:3393,&quot;35799&quot;:3394,&quot;12075&quot;:3395,&quot;23608&quot;:3395,&quot;34417&quot;:3396,&quot;12055&quot;:3397,&quot;21313&quot;:3397,&quot;12143&quot;:3398,&quot;30707&quot;:3398,&quot;25342&quot;:3399,&quot;26102&quot;:3400,&quot;20160&quot;:3401,&quot;12215&quot;:3402,&quot;39135&quot;:3402,&quot;34432&quot;:3403,&quot;23454&quot;:3404,&quot;35782&quot;:3405,&quot;21490&quot;:3406,&quot;12142&quot;:3407,&quot;30690&quot;:3407,&quot;20351&quot;:3408,&quot;23630&quot;:3409,&quot;39542&quot;:3410,&quot;22987&quot;:3411,&quot;24335&quot;:3412,&quot;12144&quot;:3413,&quot;31034&quot;:3413,&quot;12064&quot;:3414,&quot;22763&quot;:3414,&quot;19990&quot;:3415,&quot;26623&quot;:3416,&quot;20107&quot;:3417,&quot;25325&quot;:3418,&quot;35475&quot;:3419,&quot;36893&quot;:3420,&quot;21183&quot;:3421,&quot;26159&quot;:3422,&quot;21980&quot;:3423,&quot;22124&quot;:3424,&quot;36866&quot;:3425,&quot;20181&quot;:3426,&quot;20365&quot;:3427,&quot;37322&quot;:3428,&quot;39280&quot;:3429,&quot;12114&quot;:3430,&quot;27663&quot;:3430,&quot;24066&quot;:3431,&quot;24643&quot;:3432,&quot;23460&quot;:3433,&quot;35270&quot;:3434,&quot;35797&quot;:3435,&quot;25910&quot;:3436,&quot;12095&quot;:3437,&quot;25163&quot;:3437,&quot;12216&quot;:3438,&quot;39318&quot;:3438,&quot;23432&quot;:3439,&quot;23551&quot;:3440,&quot;25480&quot;:3441,&quot;21806&quot;:3442,&quot;21463&quot;:3443,&quot;30246&quot;:3444,&quot;20861&quot;:3445,&quot;34092&quot;:3446,&quot;26530&quot;:3447,&quot;26803&quot;:3448,&quot;27530&quot;:3449,&quot;25234&quot;:3450,&quot;36755&quot;:3451,&quot;21460&quot;:3452,&quot;33298&quot;:3453,&quot;28113&quot;:3454,&quot;30095&quot;:3455,&quot;20070&quot;:3456,&quot;36174&quot;:3457,&quot;23408&quot;:3458,&quot;29087&quot;:3459,&quot;34223&quot;:3460,&quot;26257&quot;:3461,&quot;26329&quot;:3462,&quot;32626&quot;:3463,&quot;34560&quot;:3464,&quot;12233&quot;:3465,&quot;40653&quot;:3465,&quot;12239&quot;:3466,&quot;40736&quot;:3466,&quot;23646&quot;:3467,&quot;26415&quot;:3468,&quot;36848&quot;:3469,&quot;26641&quot;:3470,&quot;26463&quot;:3471,&quot;25101&quot;:3472,&quot;31446&quot;:3473,&quot;22661&quot;:3474,&quot;24246&quot;:3475,&quot;25968&quot;:3476,&quot;28465&quot;:3477,&quot;24661&quot;:3478,&quot;21047&quot;:3479,&quot;32781&quot;:3480,&quot;25684&quot;:3481,&quot;34928&quot;:3482,&quot;29993&quot;:3483,&quot;24069&quot;:3484,&quot;26643&quot;:3485,&quot;25332&quot;:3486,&quot;38684&quot;:3487,&quot;21452&quot;:3488,&quot;29245&quot;:3489,&quot;35841&quot;:3490,&quot;12116&quot;:3491,&quot;27700&quot;:3491,&quot;30561&quot;:3492,&quot;31246&quot;:3493,&quot;21550&quot;:3494,&quot;30636&quot;:3495,&quot;39034&quot;:3496,&quot;33308&quot;:3497,&quot;35828&quot;:3498,&quot;30805&quot;:3499,&quot;26388&quot;:3500,&quot;28865&quot;:3501,&quot;26031&quot;:3502,&quot;25749&quot;:3503,&quot;22070&quot;:3504,&quot;24605&quot;:3505,&quot;31169&quot;:3506,&quot;21496&quot;:3507,&quot;19997&quot;:3508,&quot;27515&quot;:3509,&quot;32902&quot;:3510,&quot;23546&quot;:3511,&quot;21987&quot;:3512,&quot;22235&quot;:3513,&quot;20282&quot;:3514,&quot;20284&quot;:3515,&quot;39282&quot;:3516,&quot;24051&quot;:3517,&quot;26494&quot;:3518,&quot;32824&quot;:3519,&quot;24578&quot;:3520,&quot;39042&quot;:3521,&quot;36865&quot;:3522,&quot;23435&quot;:3523,&quot;35772&quot;:3524,&quot;35829&quot;:3525,&quot;25628&quot;:3526,&quot;33368&quot;:3527,&quot;25822&quot;:3528,&quot;22013&quot;:3529,&quot;33487&quot;:3530,&quot;37221&quot;:3531,&quot;20439&quot;:3532,&quot;32032&quot;:3533,&quot;36895&quot;:3534,&quot;31903&quot;:3535,&quot;20723&quot;:3536,&quot;22609&quot;:3537,&quot;28335&quot;:3538,&quot;23487&quot;:3539,&quot;35785&quot;:3540,&quot;32899&quot;:3541,&quot;37240&quot;:3542,&quot;33948&quot;:3543,&quot;31639&quot;:3544,&quot;34429&quot;:3545,&quot;38539&quot;:3546,&quot;38543&quot;:3547,&quot;32485&quot;:3548,&quot;39635&quot;:3549,&quot;30862&quot;:3550,&quot;23681&quot;:3551,&quot;31319&quot;:3552,&quot;36930&quot;:3553,&quot;38567&quot;:3554,&quot;31071&quot;:3555,&quot;23385&quot;:3556,&quot;25439&quot;:3557,&quot;31499&quot;:3558,&quot;34001&quot;:3559,&quot;26797&quot;:3560,&quot;21766&quot;:3561,&quot;32553&quot;:3562,&quot;29712&quot;:3563,&quot;32034&quot;:3564,&quot;38145&quot;:3565,&quot;25152&quot;:3566,&quot;22604&quot;:3567,&quot;20182&quot;:3568,&quot;23427&quot;:3569,&quot;22905&quot;:3570,&quot;22612&quot;:3571,&quot;29549&quot;:3572,&quot;25374&quot;:3573,&quot;36427&quot;:3574,&quot;36367&quot;:3575,&quot;32974&quot;:3576,&quot;33492&quot;:3577,&quot;25260&quot;:3578,&quot;21488&quot;:3579,&quot;27888&quot;:3580,&quot;37214&quot;:3581,&quot;22826&quot;:3582,&quot;24577&quot;:3583,&quot;27760&quot;:3584,&quot;22349&quot;:3585,&quot;25674&quot;:3586,&quot;36138&quot;:3587,&quot;30251&quot;:3588,&quot;28393&quot;:3589,&quot;22363&quot;:3590,&quot;27264&quot;:3591,&quot;30192&quot;:3592,&quot;28525&quot;:3593,&quot;35885&quot;:3594,&quot;35848&quot;:3595,&quot;22374&quot;:3596,&quot;27631&quot;:3597,&quot;34962&quot;:3598,&quot;30899&quot;:3599,&quot;25506&quot;:3600,&quot;21497&quot;:3601,&quot;28845&quot;:3602,&quot;27748&quot;:3603,&quot;22616&quot;:3604,&quot;25642&quot;:3605,&quot;22530&quot;:3606,&quot;26848&quot;:3607,&quot;33179&quot;:3608,&quot;21776&quot;:3609,&quot;31958&quot;:3610,&quot;20504&quot;:3611,&quot;36538&quot;:3612,&quot;28108&quot;:3613,&quot;36255&quot;:3614,&quot;28907&quot;:3615,&quot;25487&quot;:3616,&quot;28059&quot;:3617,&quot;28372&quot;:3618,&quot;32486&quot;:3619,&quot;33796&quot;:3620,&quot;26691&quot;:3621,&quot;36867&quot;:3622,&quot;28120&quot;:3623,&quot;38518&quot;:3624,&quot;35752&quot;:3625,&quot;22871&quot;:3626,&quot;29305&quot;:3627,&quot;34276&quot;:3628,&quot;33150&quot;:3629,&quot;30140&quot;:3630,&quot;35466&quot;:3631,&quot;26799&quot;:3632,&quot;21076&quot;:3633,&quot;36386&quot;:3634,&quot;38161&quot;:3635,&quot;25552&quot;:3636,&quot;39064&quot;:3637,&quot;36420&quot;:3638,&quot;21884&quot;:3639,&quot;20307&quot;:3640,&quot;26367&quot;:3641,&quot;22159&quot;:3642,&quot;24789&quot;:3643,&quot;28053&quot;:3644,&quot;21059&quot;:3645,&quot;23625&quot;:3646,&quot;22825&quot;:3647,&quot;28155&quot;:3648,&quot;22635&quot;:3649,&quot;12133&quot;:3650,&quot;30000&quot;:3650,&quot;29980&quot;:3651,&quot;24684&quot;:3652,&quot;33300&quot;:3653,&quot;33094&quot;:3654,&quot;25361&quot;:3655,&quot;26465&quot;:3656,&quot;36834&quot;:3657,&quot;30522&quot;:3658,&quot;36339&quot;:3659,&quot;36148&quot;:3660,&quot;38081&quot;:3661,&quot;24086&quot;:3662,&quot;21381&quot;:3663,&quot;21548&quot;:3664,&quot;28867&quot;:3665,&quot;27712&quot;:3666,&quot;24311&quot;:3667,&quot;20572&quot;:3668,&quot;20141&quot;:3669,&quot;24237&quot;:3670,&quot;25402&quot;:3671,&quot;33351&quot;:3672,&quot;36890&quot;:3673,&quot;26704&quot;:3674,&quot;37230&quot;:3675,&quot;30643&quot;:3676,&quot;21516&quot;:3677,&quot;38108&quot;:3678,&quot;24420&quot;:3679,&quot;31461&quot;:3680,&quot;26742&quot;:3681,&quot;25413&quot;:3682,&quot;31570&quot;:3683,&quot;32479&quot;:3684,&quot;30171&quot;:3685,&quot;20599&quot;:3686,&quot;25237&quot;:3687,&quot;22836&quot;:3688,&quot;36879&quot;:3689,&quot;20984&quot;:3690,&quot;31171&quot;:3691,&quot;31361&quot;:3692,&quot;22270&quot;:3693,&quot;24466&quot;:3694,&quot;36884&quot;:3695,&quot;28034&quot;:3696,&quot;23648&quot;:3697,&quot;12063&quot;:3698,&quot;22303&quot;:3698,&quot;21520&quot;:3699,&quot;20820&quot;:3700,&quot;28237&quot;:3701,&quot;22242&quot;:3702,&quot;25512&quot;:3703,&quot;39059&quot;:3704,&quot;33151&quot;:3705,&quot;34581&quot;:3706,&quot;35114&quot;:3707,&quot;36864&quot;:3708,&quot;21534&quot;:3709,&quot;23663&quot;:3710,&quot;33216&quot;:3711,&quot;25302&quot;:3712,&quot;25176&quot;:3713,&quot;33073&quot;:3714,&quot;40501&quot;:3715,&quot;38464&quot;:3716,&quot;39534&quot;:3717,&quot;39548&quot;:3718,&quot;26925&quot;:3719,&quot;22949&quot;:3720,&quot;25299&quot;:3721,&quot;21822&quot;:3722,&quot;25366&quot;:3723,&quot;21703&quot;:3724,&quot;34521&quot;:3725,&quot;27964&quot;:3726,&quot;23043&quot;:3727,&quot;12129&quot;:3728,&quot;29926&quot;:3728,&quot;34972&quot;:3729,&quot;27498&quot;:3730,&quot;22806&quot;:3731,&quot;35916&quot;:3732,&quot;24367&quot;:3733,&quot;28286&quot;:3734,&quot;29609&quot;:3735,&quot;39037&quot;:3736,&quot;20024&quot;:3737,&quot;28919&quot;:3738,&quot;23436&quot;:3739,&quot;30871&quot;:3740,&quot;25405&quot;:3741,&quot;26202&quot;:3742,&quot;30358&quot;:3743,&quot;24779&quot;:3744,&quot;23451&quot;:3745,&quot;23113&quot;:3746,&quot;19975&quot;:3747,&quot;33109&quot;:3748,&quot;27754&quot;:3749,&quot;29579&quot;:3750,&quot;20129&quot;:3751,&quot;26505&quot;:3752,&quot;12153&quot;:3753,&quot;32593&quot;:3753,&quot;24448&quot;:3754,&quot;26106&quot;:3755,&quot;26395&quot;:3756,&quot;24536&quot;:3757,&quot;22916&quot;:3758,&quot;23041&quot;:3759,&quot;24013&quot;:3760,&quot;24494&quot;:3761,&quot;21361&quot;:3762,&quot;38886&quot;:3763,&quot;36829&quot;:3764,&quot;26693&quot;:3765,&quot;22260&quot;:3766,&quot;21807&quot;:3767,&quot;24799&quot;:3768,&quot;20026&quot;:3769,&quot;28493&quot;:3770,&quot;32500&quot;:3771,&quot;33479&quot;:3772,&quot;33806&quot;:3773,&quot;22996&quot;:3774,&quot;20255&quot;:3775,&quot;20266&quot;:3776,&quot;23614&quot;:3777,&quot;32428&quot;:3778,&quot;26410&quot;:3779,&quot;34074&quot;:3780,&quot;21619&quot;:3781,&quot;30031&quot;:3782,&quot;32963&quot;:3783,&quot;21890&quot;:3784,&quot;39759&quot;:3785,&quot;20301&quot;:3786,&quot;28205&quot;:3787,&quot;35859&quot;:3788,&quot;23561&quot;:3789,&quot;24944&quot;:3790,&quot;21355&quot;:3791,&quot;30239&quot;:3792,&quot;28201&quot;:3793,&quot;34442&quot;:3794,&quot;12098&quot;:3795,&quot;25991&quot;:3795,&quot;38395&quot;:3796,&quot;32441&quot;:3797,&quot;21563&quot;:3798,&quot;31283&quot;:3799,&quot;32010&quot;:3800,&quot;38382&quot;:3801,&quot;21985&quot;:3802,&quot;32705&quot;:3803,&quot;29934&quot;:3804,&quot;25373&quot;:3805,&quot;34583&quot;:3806,&quot;28065&quot;:3807,&quot;31389&quot;:3808,&quot;25105&quot;:3809,&quot;26017&quot;:3810,&quot;21351&quot;:3811,&quot;25569&quot;:3812,&quot;27779&quot;:3813,&quot;24043&quot;:3814,&quot;21596&quot;:3815,&quot;38056&quot;:3816,&quot;20044&quot;:3817,&quot;27745&quot;:3818,&quot;35820&quot;:3819,&quot;23627&quot;:3820,&quot;12102&quot;:3821,&quot;26080&quot;:3821,&quot;33436&quot;:3822,&quot;26791&quot;:3823,&quot;21566&quot;:3824,&quot;21556&quot;:3825,&quot;12111&quot;:3826,&quot;27595&quot;:3826,&quot;27494&quot;:3827,&quot;20116&quot;:3828,&quot;25410&quot;:3829,&quot;21320&quot;:3830,&quot;33310&quot;:3831,&quot;20237&quot;:3832,&quot;20398&quot;:3833,&quot;22366&quot;:3834,&quot;25098&quot;:3835,&quot;38654&quot;:3836,&quot;26212&quot;:3837,&quot;29289&quot;:3838,&quot;21247&quot;:3839,&quot;21153&quot;:3840,&quot;24735&quot;:3841,&quot;35823&quot;:3842,&quot;26132&quot;:3843,&quot;29081&quot;:3844,&quot;26512&quot;:3845,&quot;35199&quot;:3846,&quot;30802&quot;:3847,&quot;30717&quot;:3848,&quot;26224&quot;:3849,&quot;22075&quot;:3850,&quot;21560&quot;:3851,&quot;38177&quot;:3852,&quot;29306&quot;:3853,&quot;31232&quot;:3854,&quot;24687&quot;:3855,&quot;24076&quot;:3856,&quot;24713&quot;:3857,&quot;33181&quot;:3858,&quot;12067&quot;:3859,&quot;22805&quot;:3859,&quot;24796&quot;:3860,&quot;29060&quot;:3861,&quot;28911&quot;:3862,&quot;28330&quot;:3863,&quot;27728&quot;:3864,&quot;29312&quot;:3865,&quot;27268&quot;:3866,&quot;34989&quot;:3867,&quot;24109&quot;:3868,&quot;20064&quot;:3869,&quot;23219&quot;:3870,&quot;21916&quot;:3871,&quot;38115&quot;:3872,&quot;27927&quot;:3873,&quot;31995&quot;:3874,&quot;38553&quot;:3875,&quot;25103&quot;:3876,&quot;32454&quot;:3877,&quot;30606&quot;:3878,&quot;34430&quot;:3879,&quot;21283&quot;:3880,&quot;38686&quot;:3881,&quot;36758&quot;:3882,&quot;26247&quot;:3883,&quot;23777&quot;:3884,&quot;20384&quot;:3885,&quot;29421&quot;:3886,&quot;19979&quot;:3887,&quot;21414&quot;:3888,&quot;22799&quot;:3889,&quot;21523&quot;:3890,&quot;25472&quot;:3891,&quot;38184&quot;:3892,&quot;20808&quot;:3893,&quot;20185&quot;:3894,&quot;40092&quot;:3895,&quot;32420&quot;:3896,&quot;21688&quot;:3897,&quot;36132&quot;:3898,&quot;34900&quot;:3899,&quot;33335&quot;:3900,&quot;38386&quot;:3901,&quot;28046&quot;:3902,&quot;24358&quot;:3903,&quot;23244&quot;:3904,&quot;26174&quot;:3905,&quot;38505&quot;:3906,&quot;29616&quot;:3907,&quot;29486&quot;:3908,&quot;21439&quot;:3909,&quot;33146&quot;:3910,&quot;39301&quot;:3911,&quot;32673&quot;:3912,&quot;23466&quot;:3913,&quot;38519&quot;:3914,&quot;38480&quot;:3915,&quot;32447&quot;:3916,&quot;30456&quot;:3917,&quot;21410&quot;:3918,&quot;38262&quot;:3919,&quot;12217&quot;:3920,&quot;39321&quot;:3920,&quot;31665&quot;:3921,&quot;35140&quot;:3922,&quot;28248&quot;:3923,&quot;20065&quot;:3924,&quot;32724&quot;:3925,&quot;31077&quot;:3926,&quot;35814&quot;:3927,&quot;24819&quot;:3928,&quot;21709&quot;:3929,&quot;20139&quot;:3930,&quot;39033&quot;:3931,&quot;24055&quot;:3932,&quot;27233&quot;:3933,&quot;20687&quot;:3934,&quot;21521&quot;:3935,&quot;35937&quot;:3936,&quot;33831&quot;:3937,&quot;30813&quot;:3938,&quot;38660&quot;:3939,&quot;21066&quot;:3940,&quot;21742&quot;:3941,&quot;22179&quot;:3942,&quot;38144&quot;:3943,&quot;28040&quot;:3944,&quot;23477&quot;:3945,&quot;28102&quot;:3946,&quot;26195&quot;:3947,&quot;12073&quot;:3948,&quot;23567&quot;:3948,&quot;23389&quot;:3949,&quot;26657&quot;:3950,&quot;32918&quot;:3951,&quot;21880&quot;:3952,&quot;31505&quot;:3953,&quot;25928&quot;:3954,&quot;26964&quot;:3955,&quot;20123&quot;:3956,&quot;27463&quot;:3957,&quot;34638&quot;:3958,&quot;38795&quot;:3959,&quot;21327&quot;:3960,&quot;25375&quot;:3961,&quot;25658&quot;:3962,&quot;37034&quot;:3963,&quot;26012&quot;:3964,&quot;32961&quot;:3965,&quot;35856&quot;:3966,&quot;20889&quot;:3967,&quot;26800&quot;:3968,&quot;21368&quot;:3969,&quot;34809&quot;:3970,&quot;25032&quot;:3971,&quot;27844&quot;:3972,&quot;27899&quot;:3973,&quot;35874&quot;:3974,&quot;23633&quot;:3975,&quot;34218&quot;:3976,&quot;33455&quot;:3977,&quot;38156&quot;:3978,&quot;27427&quot;:3979,&quot;12191&quot;:3980,&quot;36763&quot;:3980,&quot;26032&quot;:3981,&quot;24571&quot;:3982,&quot;12092&quot;:3983,&quot;24515&quot;:3983,&quot;20449&quot;:3984,&quot;34885&quot;:3985,&quot;26143&quot;:3986,&quot;33125&quot;:3987,&quot;29481&quot;:3988,&quot;24826&quot;:3989,&quot;20852&quot;:3990,&quot;21009&quot;:3991,&quot;22411&quot;:3992,&quot;24418&quot;:3993,&quot;37026&quot;:3994,&quot;12175&quot;:3995,&quot;34892&quot;:3995,&quot;37266&quot;:3996,&quot;24184&quot;:3997,&quot;26447&quot;:3998,&quot;24615&quot;:3999,&quot;22995&quot;:4000,&quot;20804&quot;:4001,&quot;20982&quot;:4002,&quot;33016&quot;:4003,&quot;21256&quot;:4004,&quot;27769&quot;:4005,&quot;38596&quot;:4006,&quot;29066&quot;:4007,&quot;20241&quot;:4008,&quot;20462&quot;:4009,&quot;32670&quot;:4010,&quot;26429&quot;:4011,&quot;21957&quot;:4012,&quot;38152&quot;:4013,&quot;31168&quot;:4014,&quot;34966&quot;:4015,&quot;32483&quot;:4016,&quot;22687&quot;:4017,&quot;25100&quot;:4018,&quot;38656&quot;:4019,&quot;34394&quot;:4020,&quot;22040&quot;:4021,&quot;39035&quot;:4022,&quot;24464&quot;:4023,&quot;35768&quot;:4024,&quot;33988&quot;:4025,&quot;37207&quot;:4026,&quot;21465&quot;:4027,&quot;26093&quot;:4028,&quot;24207&quot;:4029,&quot;30044&quot;:4030,&quot;24676&quot;:4031,&quot;32110&quot;:4032,&quot;23167&quot;:4033,&quot;32490&quot;:4034,&quot;32493&quot;:4035,&quot;36713&quot;:4036,&quot;21927&quot;:4037,&quot;23459&quot;:4038,&quot;24748&quot;:4039,&quot;26059&quot;:4040,&quot;12126&quot;:4041,&quot;29572&quot;:4041,&quot;36873&quot;:4042,&quot;30307&quot;:4043,&quot;30505&quot;:4044,&quot;32474&quot;:4045,&quot;38772&quot;:4046,&quot;34203&quot;:4047,&quot;23398&quot;:4048,&quot;12147&quot;:4049,&quot;31348&quot;:4049,&quot;38634&quot;:4050,&quot;12174&quot;:4051,&quot;34880&quot;:4051,&quot;21195&quot;:4052,&quot;29071&quot;:4053,&quot;24490&quot;:4054,&quot;26092&quot;:4055,&quot;35810&quot;:4056,&quot;23547&quot;:4057,&quot;39535&quot;:4058,&quot;24033&quot;:4059,&quot;27529&quot;:4060,&quot;27739&quot;:4061,&quot;35757&quot;:4062,&quot;35759&quot;:4063,&quot;36874&quot;:4064,&quot;36805&quot;:4065,&quot;21387&quot;:4066,&quot;25276&quot;:4067,&quot;40486&quot;:4068,&quot;40493&quot;:4069,&quot;21568&quot;:4070,&quot;20011&quot;:4071,&quot;33469&quot;:4072,&quot;12123&quot;:4073,&quot;29273&quot;:4073,&quot;34460&quot;:4074,&quot;23830&quot;:4075,&quot;34905&quot;:4076,&quot;28079&quot;:4077,&quot;38597&quot;:4078,&quot;21713&quot;:4079,&quot;20122&quot;:4080,&quot;35766&quot;:4081,&quot;28937&quot;:4082,&quot;21693&quot;:4083,&quot;38409&quot;:4084,&quot;28895&quot;:4085,&quot;28153&quot;:4086,&quot;30416&quot;:4087,&quot;20005&quot;:4088,&quot;30740&quot;:4089,&quot;34578&quot;:4090,&quot;23721&quot;:4091,&quot;24310&quot;:4092,&quot;12180&quot;:4093,&quot;35328&quot;:4093,&quot;39068&quot;:4094,&quot;38414&quot;:4095,&quot;28814&quot;:4096,&quot;27839&quot;:4097,&quot;22852&quot;:4098,&quot;25513&quot;:4099,&quot;30524&quot;:4100,&quot;34893&quot;:4101,&quot;28436&quot;:4102,&quot;33395&quot;:4103,&quot;22576&quot;:4104,&quot;29141&quot;:4105,&quot;21388&quot;:4106,&quot;30746&quot;:4107,&quot;38593&quot;:4108,&quot;21761&quot;:4109,&quot;24422&quot;:4110,&quot;28976&quot;:4111,&quot;23476&quot;:4112,&quot;35866&quot;:4113,&quot;39564&quot;:4114,&quot;27523&quot;:4115,&quot;22830&quot;:4116,&quot;40495&quot;:4117,&quot;31207&quot;:4118,&quot;26472&quot;:4119,&quot;25196&quot;:4120,&quot;20335&quot;:4121,&quot;30113&quot;:4122,&quot;12154&quot;:4123,&quot;32650&quot;:4123,&quot;27915&quot;:4124,&quot;38451&quot;:4125,&quot;27687&quot;:4126,&quot;20208&quot;:4127,&quot;30162&quot;:4128,&quot;20859&quot;:4129,&quot;26679&quot;:4130,&quot;28478&quot;:4131,&quot;36992&quot;:4132,&quot;33136&quot;:4133,&quot;22934&quot;:4134,&quot;29814&quot;:4135,&quot;25671&quot;:4136,&quot;23591&quot;:4137,&quot;36965&quot;:4138,&quot;31377&quot;:4139,&quot;35875&quot;:4140,&quot;23002&quot;:4141,&quot;21676&quot;:4142,&quot;33280&quot;:4143,&quot;33647&quot;:4144,&quot;35201&quot;:4145,&quot;32768&quot;:4146,&quot;26928&quot;:4147,&quot;22094&quot;:4148,&quot;32822&quot;:4149,&quot;29239&quot;:4150,&quot;37326&quot;:4151,&quot;20918&quot;:4152,&quot;20063&quot;:4153,&quot;39029&quot;:4154,&quot;25494&quot;:4155,&quot;19994&quot;:4156,&quot;21494&quot;:4157,&quot;26355&quot;:4158,&quot;33099&quot;:4159,&quot;22812&quot;:4160,&quot;28082&quot;:4161,&quot;12032&quot;:4162,&quot;19968&quot;:4162,&quot;22777&quot;:4163,&quot;21307&quot;:4164,&quot;25558&quot;:4165,&quot;38129&quot;:4166,&quot;20381&quot;:4167,&quot;20234&quot;:4168,&quot;12176&quot;:4169,&quot;34915&quot;:4169,&quot;39056&quot;:4170,&quot;22839&quot;:4171,&quot;36951&quot;:4172,&quot;31227&quot;:4173,&quot;20202&quot;:4174,&quot;33008&quot;:4175,&quot;30097&quot;:4176,&quot;27778&quot;:4177,&quot;23452&quot;:4178,&quot;23016&quot;:4179,&quot;24413&quot;:4180,&quot;26885&quot;:4181,&quot;34433&quot;:4182,&quot;20506&quot;:4183,&quot;24050&quot;:4184,&quot;12036&quot;:4185,&quot;20057&quot;:4185,&quot;30691&quot;:4186,&quot;20197&quot;:4187,&quot;33402&quot;:4188,&quot;25233&quot;:4189,&quot;26131&quot;:4190,&quot;12194&quot;:4191,&quot;37009&quot;:4191,&quot;23673&quot;:4192,&quot;20159&quot;:4193,&quot;24441&quot;:4194,&quot;33222&quot;:4195,&quot;36920&quot;:4196,&quot;32900&quot;:4197,&quot;30123&quot;:4198,&quot;20134&quot;:4199,&quot;35028&quot;:4200,&quot;24847&quot;:4201,&quot;27589&quot;:4202,&quot;24518&quot;:4203,&quot;20041&quot;:4204,&quot;30410&quot;:4205,&quot;28322&quot;:4206,&quot;35811&quot;:4207,&quot;35758&quot;:4208,&quot;35850&quot;:4209,&quot;35793&quot;:4210,&quot;24322&quot;:4211,&quot;32764&quot;:4212,&quot;32716&quot;:4213,&quot;32462&quot;:4214,&quot;33589&quot;:4215,&quot;33643&quot;:4216,&quot;22240&quot;:4217,&quot;27575&quot;:4218,&quot;12211&quot;:4219,&quot;38899&quot;:4219,&quot;38452&quot;:4220,&quot;23035&quot;:4221,&quot;21535&quot;:4222,&quot;38134&quot;:4223,&quot;28139&quot;:4224,&quot;23493&quot;:4225,&quot;39278&quot;:4226,&quot;23609&quot;:4227,&quot;24341&quot;:4228,&quot;38544&quot;:4229,&quot;21360&quot;:4230,&quot;33521&quot;:4231,&quot;27185&quot;:4232,&quot;23156&quot;:4233,&quot;40560&quot;:4234,&quot;24212&quot;:4235,&quot;32552&quot;:4236,&quot;33721&quot;:4237,&quot;33828&quot;:4238,&quot;33829&quot;:4239,&quot;33639&quot;:4240,&quot;34631&quot;:4241,&quot;36814&quot;:4242,&quot;36194&quot;:4243,&quot;30408&quot;:4244,&quot;24433&quot;:4245,&quot;39062&quot;:4246,&quot;30828&quot;:4247,&quot;26144&quot;:4248,&quot;21727&quot;:4249,&quot;25317&quot;:4250,&quot;20323&quot;:4251,&quot;33219&quot;:4252,&quot;30152&quot;:4253,&quot;24248&quot;:4254,&quot;38605&quot;:4255,&quot;36362&quot;:4256,&quot;34553&quot;:4257,&quot;21647&quot;:4258,&quot;27891&quot;:4259,&quot;28044&quot;:4260,&quot;27704&quot;:4261,&quot;24703&quot;:4262,&quot;21191&quot;:4263,&quot;12132&quot;:4264,&quot;29992&quot;:4264,&quot;24189&quot;:4265,&quot;20248&quot;:4266,&quot;24736&quot;:4267,&quot;24551&quot;:4268,&quot;23588&quot;:4269,&quot;30001&quot;:4270,&quot;37038&quot;:4271,&quot;38080&quot;:4272,&quot;29369&quot;:4273,&quot;27833&quot;:4274,&quot;28216&quot;:4275,&quot;12195&quot;:4276,&quot;37193&quot;:4276,&quot;26377&quot;:4277,&quot;21451&quot;:4278,&quot;21491&quot;:4279,&quot;20305&quot;:4280,&quot;37321&quot;:4281,&quot;35825&quot;:4282,&quot;12060&quot;:4283,&quot;21448&quot;:4283,&quot;24188&quot;:4284,&quot;36802&quot;:4285,&quot;28132&quot;:4286,&quot;20110&quot;:4287,&quot;30402&quot;:4288,&quot;27014&quot;:4289,&quot;34398&quot;:4290,&quot;24858&quot;:4291,&quot;33286&quot;:4292,&quot;20313&quot;:4293,&quot;20446&quot;:4294,&quot;36926&quot;:4295,&quot;40060&quot;:4296,&quot;24841&quot;:4297,&quot;28189&quot;:4298,&quot;28180&quot;:4299,&quot;38533&quot;:4300,&quot;20104&quot;:4301,&quot;23089&quot;:4302,&quot;12204&quot;:4303,&quot;38632&quot;:4303,&quot;19982&quot;:4304,&quot;23679&quot;:4305,&quot;31161&quot;:4306,&quot;23431&quot;:4307,&quot;35821&quot;:4308,&quot;12155&quot;:4309,&quot;32701&quot;:4309,&quot;12127&quot;:4310,&quot;29577&quot;:4310,&quot;22495&quot;:4311,&quot;33419&quot;:4312,&quot;37057&quot;:4313,&quot;21505&quot;:4314,&quot;36935&quot;:4315,&quot;21947&quot;:4316,&quot;23786&quot;:4317,&quot;24481&quot;:4318,&quot;24840&quot;:4319,&quot;27442&quot;:4320,&quot;29425&quot;:4321,&quot;32946&quot;:4322,&quot;35465&quot;:4323,&quot;28020&quot;:4324,&quot;23507&quot;:4325,&quot;35029&quot;:4326,&quot;39044&quot;:4327,&quot;35947&quot;:4328,&quot;39533&quot;:4329,&quot;40499&quot;:4330,&quot;28170&quot;:4331,&quot;20900&quot;:4332,&quot;20803&quot;:4333,&quot;22435&quot;:4334,&quot;34945&quot;:4335,&quot;21407&quot;:4336,&quot;25588&quot;:4337,&quot;36757&quot;:4338,&quot;22253&quot;:4339,&quot;21592&quot;:4340,&quot;22278&quot;:4341,&quot;29503&quot;:4342,&quot;28304&quot;:4343,&quot;32536&quot;:4344,&quot;36828&quot;:4345,&quot;33489&quot;:4346,&quot;24895&quot;:4347,&quot;24616&quot;:4348,&quot;38498&quot;:4349,&quot;12104&quot;:4350,&quot;26352&quot;:4350,&quot;32422&quot;:4351,&quot;36234&quot;:4352,&quot;36291&quot;:4353,&quot;38053&quot;:4354,&quot;23731&quot;:4355,&quot;31908&quot;:4356,&quot;12105&quot;:4357,&quot;26376&quot;:4357,&quot;24742&quot;:4358,&quot;38405&quot;:4359,&quot;32792&quot;:4360,&quot;20113&quot;:4361,&quot;37095&quot;:4362,&quot;21248&quot;:4363,&quot;38504&quot;:4364,&quot;20801&quot;:4365,&quot;36816&quot;:4366,&quot;34164&quot;:4367,&quot;37213&quot;:4368,&quot;26197&quot;:4369,&quot;38901&quot;:4370,&quot;23381&quot;:4371,&quot;21277&quot;:4372,&quot;30776&quot;:4373,&quot;26434&quot;:4374,&quot;26685&quot;:4375,&quot;21705&quot;:4376,&quot;28798&quot;:4377,&quot;23472&quot;:4378,&quot;36733&quot;:4379,&quot;20877&quot;:4380,&quot;22312&quot;:4381,&quot;21681&quot;:4382,&quot;25874&quot;:4383,&quot;26242&quot;:4384,&quot;36190&quot;:4385,&quot;36163&quot;:4386,&quot;33039&quot;:4387,&quot;33900&quot;:4388,&quot;36973&quot;:4389,&quot;31967&quot;:4390,&quot;20991&quot;:4391,&quot;34299&quot;:4392,&quot;26531&quot;:4393,&quot;26089&quot;:4394,&quot;28577&quot;:4395,&quot;34468&quot;:4396,&quot;36481&quot;:4397,&quot;22122&quot;:4398,&quot;36896&quot;:4399,&quot;30338&quot;:4400,&quot;28790&quot;:4401,&quot;29157&quot;:4402,&quot;36131&quot;:4403,&quot;25321&quot;:4404,&quot;21017&quot;:4405,&quot;27901&quot;:4406,&quot;36156&quot;:4407,&quot;24590&quot;:4408,&quot;22686&quot;:4409,&quot;24974&quot;:4410,&quot;26366&quot;:4411,&quot;36192&quot;:4412,&quot;25166&quot;:4413,&quot;21939&quot;:4414,&quot;28195&quot;:4415,&quot;26413&quot;:4416,&quot;36711&quot;:4417,&quot;38113&quot;:4418,&quot;38392&quot;:4419,&quot;30504&quot;:4420,&quot;26629&quot;:4421,&quot;27048&quot;:4422,&quot;21643&quot;:4423,&quot;20045&quot;:4424,&quot;28856&quot;:4425,&quot;35784&quot;:4426,&quot;25688&quot;:4427,&quot;25995&quot;:4428,&quot;23429&quot;:4429,&quot;31364&quot;:4430,&quot;20538&quot;:4431,&quot;23528&quot;:4432,&quot;30651&quot;:4433,&quot;27617&quot;:4434,&quot;35449&quot;:4435,&quot;31896&quot;:4436,&quot;27838&quot;:4437,&quot;30415&quot;:4438,&quot;26025&quot;:4439,&quot;36759&quot;:4440,&quot;23853&quot;:4441,&quot;23637&quot;:4442,&quot;34360&quot;:4443,&quot;26632&quot;:4444,&quot;21344&quot;:4445,&quot;25112&quot;:4446,&quot;31449&quot;:4447,&quot;28251&quot;:4448,&quot;32509&quot;:4449,&quot;27167&quot;:4450,&quot;31456&quot;:4451,&quot;24432&quot;:4452,&quot;28467&quot;:4453,&quot;24352&quot;:4454,&quot;25484&quot;:4455,&quot;28072&quot;:4456,&quot;26454&quot;:4457,&quot;19976&quot;:4458,&quot;24080&quot;:4459,&quot;36134&quot;:4460,&quot;20183&quot;:4461,&quot;32960&quot;:4462,&quot;30260&quot;:4463,&quot;38556&quot;:4464,&quot;25307&quot;:4465,&quot;26157&quot;:4466,&quot;25214&quot;:4467,&quot;27836&quot;:4468,&quot;36213&quot;:4469,&quot;29031&quot;:4470,&quot;32617&quot;:4471,&quot;20806&quot;:4472,&quot;32903&quot;:4473,&quot;21484&quot;:4474,&quot;36974&quot;:4475,&quot;25240&quot;:4476,&quot;21746&quot;:4477,&quot;34544&quot;:4478,&quot;36761&quot;:4479,&quot;32773&quot;:4480,&quot;38167&quot;:4481,&quot;34071&quot;:4482,&quot;36825&quot;:4483,&quot;27993&quot;:4484,&quot;29645&quot;:4485,&quot;26015&quot;:4486,&quot;30495&quot;:4487,&quot;29956&quot;:4488,&quot;30759&quot;:4489,&quot;33275&quot;:4490,&quot;36126&quot;:4491,&quot;38024&quot;:4492,&quot;20390&quot;:4493,&quot;26517&quot;:4494,&quot;30137&quot;:4495,&quot;35786&quot;:4496,&quot;38663&quot;:4497,&quot;25391&quot;:4498,&quot;38215&quot;:4499,&quot;38453&quot;:4500,&quot;33976&quot;:4501,&quot;25379&quot;:4502,&quot;30529&quot;:4503,&quot;24449&quot;:4504,&quot;29424&quot;:4505,&quot;20105&quot;:4506,&quot;24596&quot;:4507,&quot;25972&quot;:4508,&quot;25327&quot;:4509,&quot;27491&quot;:4510,&quot;25919&quot;:4511,&quot;24103&quot;:4512,&quot;30151&quot;:4513,&quot;37073&quot;:4514,&quot;35777&quot;:4515,&quot;33437&quot;:4516,&quot;26525&quot;:4517,&quot;12096&quot;:4518,&quot;25903&quot;:4518,&quot;21553&quot;:4519,&quot;34584&quot;:4520,&quot;30693&quot;:4521,&quot;32930&quot;:4522,&quot;33026&quot;:4523,&quot;27713&quot;:4524,&quot;20043&quot;:4525,&quot;32455&quot;:4526,&quot;32844&quot;:4527,&quot;30452&quot;:4528,&quot;26893&quot;:4529,&quot;27542&quot;:4530,&quot;25191&quot;:4531,&quot;20540&quot;:4532,&quot;20356&quot;:4533,&quot;22336&quot;:4534,&quot;25351&quot;:4535,&quot;12108&quot;:4536,&quot;27490&quot;:4536,&quot;36286&quot;:4537,&quot;21482&quot;:4538,&quot;26088&quot;:4539,&quot;32440&quot;:4540,&quot;24535&quot;:4541,&quot;25370&quot;:4542,&quot;25527&quot;:4543,&quot;12164&quot;:4544,&quot;33267&quot;:4544,&quot;33268&quot;:4545,&quot;32622&quot;:4546,&quot;24092&quot;:4547,&quot;23769&quot;:4548,&quot;21046&quot;:4549,&quot;26234&quot;:4550,&quot;31209&quot;:4551,&quot;31258&quot;:4552,&quot;36136&quot;:4553,&quot;28825&quot;:4554,&quot;30164&quot;:4555,&quot;28382&quot;:4556,&quot;27835&quot;:4557,&quot;31378&quot;:4558,&quot;20013&quot;:4559,&quot;30405&quot;:4560,&quot;24544&quot;:4561,&quot;38047&quot;:4562,&quot;34935&quot;:4563,&quot;32456&quot;:4564,&quot;31181&quot;:4565,&quot;32959&quot;:4566,&quot;37325&quot;:4567,&quot;20210&quot;:4568,&quot;20247&quot;:4569,&quot;12168&quot;:4570,&quot;33311&quot;:4570,&quot;21608&quot;:4571,&quot;24030&quot;:4572,&quot;27954&quot;:4573,&quot;35788&quot;:4574,&quot;31909&quot;:4575,&quot;36724&quot;:4576,&quot;32920&quot;:4577,&quot;24090&quot;:4578,&quot;21650&quot;:4579,&quot;30385&quot;:4580,&quot;23449&quot;:4581,&quot;26172&quot;:4582,&quot;39588&quot;:4583,&quot;29664&quot;:4584,&quot;26666&quot;:4585,&quot;34523&quot;:4586,&quot;26417&quot;:4587,&quot;29482&quot;:4588,&quot;35832&quot;:4589,&quot;35803&quot;:4590,&quot;36880&quot;:4591,&quot;12149&quot;:4592,&quot;31481&quot;:4592,&quot;28891&quot;:4593,&quot;29038&quot;:4594,&quot;25284&quot;:4595,&quot;30633&quot;:4596,&quot;22065&quot;:4597,&quot;20027&quot;:4598,&quot;33879&quot;:4599,&quot;26609&quot;:4600,&quot;21161&quot;:4601,&quot;34496&quot;:4602,&quot;36142&quot;:4603,&quot;38136&quot;:4604,&quot;31569&quot;:4605,&quot;20303&quot;:4606,&quot;27880&quot;:4607,&quot;31069&quot;:4608,&quot;39547&quot;:4609,&quot;25235&quot;:4610,&quot;12118&quot;:4611,&quot;29226&quot;:4611,&quot;25341&quot;:4612,&quot;19987&quot;:4613,&quot;30742&quot;:4614,&quot;36716&quot;:4615,&quot;25776&quot;:4616,&quot;36186&quot;:4617,&quot;31686&quot;:4618,&quot;26729&quot;:4619,&quot;24196&quot;:4620,&quot;35013&quot;:4621,&quot;22918&quot;:4622,&quot;25758&quot;:4623,&quot;22766&quot;:4624,&quot;29366&quot;:4625,&quot;26894&quot;:4626,&quot;38181&quot;:4627,&quot;36861&quot;:4628,&quot;36184&quot;:4629,&quot;22368&quot;:4630,&quot;32512&quot;:4631,&quot;35846&quot;:4632,&quot;20934&quot;:4633,&quot;25417&quot;:4634,&quot;25305&quot;:4635,&quot;21331&quot;:4636,&quot;26700&quot;:4637,&quot;29730&quot;:4638,&quot;33537&quot;:4639,&quot;37196&quot;:4640,&quot;21828&quot;:4641,&quot;30528&quot;:4642,&quot;28796&quot;:4643,&quot;27978&quot;:4644,&quot;20857&quot;:4645,&quot;21672&quot;:4646,&quot;36164&quot;:4647,&quot;23039&quot;:4648,&quot;28363&quot;:4649,&quot;28100&quot;:4650,&quot;23388&quot;:4651,&quot;32043&quot;:4652,&quot;20180&quot;:4653,&quot;31869&quot;:4654,&quot;28371&quot;:4655,&quot;12070&quot;:4656,&quot;23376&quot;:4656,&quot;12163&quot;:4657,&quot;33258&quot;:4657,&quot;28173&quot;:4658,&quot;23383&quot;:4659,&quot;39683&quot;:4660,&quot;26837&quot;:4661,&quot;36394&quot;:4662,&quot;23447&quot;:4663,&quot;32508&quot;:4664,&quot;24635&quot;:4665,&quot;32437&quot;:4666,&quot;37049&quot;:4667,&quot;12187&quot;:4668,&quot;36208&quot;:4668,&quot;22863&quot;:4669,&quot;25549&quot;:4670,&quot;31199&quot;:4671,&quot;12188&quot;:4672,&quot;36275&quot;:4672,&quot;21330&quot;:4673,&quot;26063&quot;:4674,&quot;31062&quot;:4675,&quot;35781&quot;:4676,&quot;38459&quot;:4677,&quot;32452&quot;:4678,&quot;38075&quot;:4679,&quot;32386&quot;:4680,&quot;22068&quot;:4681,&quot;37257&quot;:4682,&quot;26368&quot;:4683,&quot;32618&quot;:4684,&quot;23562&quot;:4685,&quot;36981&quot;:4686,&quot;26152&quot;:4687,&quot;24038&quot;:4688,&quot;20304&quot;:4689,&quot;26590&quot;:4690,&quot;20570&quot;:4691,&quot;20316&quot;:4692,&quot;22352&quot;:4693,&quot;24231&quot;:4694,&quot;20109&quot;:4695,&quot;19980&quot;:4696,&quot;20800&quot;:4697,&quot;64012&quot;:4697,&quot;19984&quot;:4698,&quot;24319&quot;:4699,&quot;21317&quot;:4700,&quot;19989&quot;:4701,&quot;20120&quot;:4702,&quot;19998&quot;:4703,&quot;12224&quot;:4704,&quot;39730&quot;:4704,&quot;23404&quot;:4705,&quot;22121&quot;:4706,&quot;12033&quot;:4707,&quot;20008&quot;:4707,&quot;31162&quot;:4708,&quot;12035&quot;:4709,&quot;20031&quot;:4709,&quot;12052&quot;:4710,&quot;21269&quot;:4710,&quot;20039&quot;:4711,&quot;22829&quot;:4712,&quot;12120&quot;:4713,&quot;29243&quot;:4713,&quot;21358&quot;:4714,&quot;27664&quot;:4715,&quot;22239&quot;:4716,&quot;32996&quot;:4717,&quot;39319&quot;:4718,&quot;27603&quot;:4719,&quot;30590&quot;:4720,&quot;40727&quot;:4721,&quot;12034&quot;:4722,&quot;20022&quot;:4722,&quot;20127&quot;:4723,&quot;40720&quot;:4724,&quot;20060&quot;:4725,&quot;20073&quot;:4726,&quot;20115&quot;:4727,&quot;33416&quot;:4728,&quot;23387&quot;:4729,&quot;21868&quot;:4730,&quot;22031&quot;:4731,&quot;20164&quot;:4732,&quot;21389&quot;:4733,&quot;21405&quot;:4734,&quot;21411&quot;:4735,&quot;21413&quot;:4736,&quot;21422&quot;:4737,&quot;38757&quot;:4738,&quot;36189&quot;:4739,&quot;12053&quot;:4740,&quot;21274&quot;:4740,&quot;21493&quot;:4741,&quot;21286&quot;:4742,&quot;21294&quot;:4743,&quot;21310&quot;:4744,&quot;36188&quot;:4745,&quot;21350&quot;:4746,&quot;21347&quot;:4747,&quot;20994&quot;:4748,&quot;21000&quot;:4749,&quot;21006&quot;:4750,&quot;21037&quot;:4751,&quot;21043&quot;:4752,&quot;21055&quot;:4753,&quot;21056&quot;:4754,&quot;21068&quot;:4755,&quot;21086&quot;:4756,&quot;21089&quot;:4757,&quot;21084&quot;:4758,&quot;33967&quot;:4759,&quot;21117&quot;:4760,&quot;21122&quot;:4761,&quot;21121&quot;:4762,&quot;21136&quot;:4763,&quot;21139&quot;:4764,&quot;12044&quot;:4765,&quot;20866&quot;:4765,&quot;32596&quot;:4766,&quot;20155&quot;:4767,&quot;20163&quot;:4768,&quot;20169&quot;:4769,&quot;20162&quot;:4770,&quot;20200&quot;:4771,&quot;20193&quot;:4772,&quot;20203&quot;:4773,&quot;20190&quot;:4774,&quot;20251&quot;:4775,&quot;20211&quot;:4776,&quot;20258&quot;:4777,&quot;20324&quot;:4778,&quot;20213&quot;:4779,&quot;20261&quot;:4780,&quot;20263&quot;:4781,&quot;20233&quot;:4782,&quot;20267&quot;:4783,&quot;20318&quot;:4784,&quot;20327&quot;:4785,&quot;25912&quot;:4786,&quot;20314&quot;:4787,&quot;20317&quot;:4788,&quot;20319&quot;:4789,&quot;20311&quot;:4790,&quot;20274&quot;:4791,&quot;20285&quot;:4792,&quot;20342&quot;:4793,&quot;20340&quot;:4794,&quot;20369&quot;:4795,&quot;20361&quot;:4796,&quot;20355&quot;:4797,&quot;20367&quot;:4798,&quot;20350&quot;:4799,&quot;20347&quot;:4800,&quot;20394&quot;:4801,&quot;20348&quot;:4802,&quot;20396&quot;:4803,&quot;20372&quot;:4804,&quot;20454&quot;:4805,&quot;20456&quot;:4806,&quot;20458&quot;:4807,&quot;20421&quot;:4808,&quot;20442&quot;:4809,&quot;20451&quot;:4810,&quot;20444&quot;:4811,&quot;20433&quot;:4812,&quot;20447&quot;:4813,&quot;20472&quot;:4814,&quot;20521&quot;:4815,&quot;20556&quot;:4816,&quot;20467&quot;:4817,&quot;20524&quot;:4818,&quot;20495&quot;:4819,&quot;20526&quot;:4820,&quot;20525&quot;:4821,&quot;20478&quot;:4822,&quot;20508&quot;:4823,&quot;20492&quot;:4824,&quot;20517&quot;:4825,&quot;20520&quot;:4826,&quot;20606&quot;:4827,&quot;20547&quot;:4828,&quot;20565&quot;:4829,&quot;20552&quot;:4830,&quot;20558&quot;:4831,&quot;20588&quot;:4832,&quot;20603&quot;:4833,&quot;20645&quot;:4834,&quot;20647&quot;:4835,&quot;20649&quot;:4836,&quot;20666&quot;:4837,&quot;20694&quot;:4838,&quot;20742&quot;:4839,&quot;20717&quot;:4840,&quot;20716&quot;:4841,&quot;20710&quot;:4842,&quot;20718&quot;:4843,&quot;20743&quot;:4844,&quot;20747&quot;:4845,&quot;20189&quot;:4846,&quot;27709&quot;:4847,&quot;20312&quot;:4848,&quot;20325&quot;:4849,&quot;20430&quot;:4850,&quot;12245&quot;:4851,&quot;40864&quot;:4851,&quot;27718&quot;:4852,&quot;31860&quot;:4853,&quot;20846&quot;:4854,&quot;24061&quot;:4855,&quot;40649&quot;:4856,&quot;39320&quot;:4857,&quot;20865&quot;:4858,&quot;22804&quot;:4859,&quot;12051&quot;:4860,&quot;21241&quot;:4860,&quot;21261&quot;:4861,&quot;35335&quot;:4862,&quot;21264&quot;:4863,&quot;20971&quot;:4864,&quot;22809&quot;:4865,&quot;20821&quot;:4866,&quot;12039&quot;:4867,&quot;20128&quot;:4867,&quot;20822&quot;:4868,&quot;20147&quot;:4869,&quot;34926&quot;:4870,&quot;34980&quot;:4871,&quot;20149&quot;:4872,&quot;33044&quot;:4873,&quot;35026&quot;:4874,&quot;31104&quot;:4875,&quot;23348&quot;:4876,&quot;34819&quot;:4877,&quot;32696&quot;:4878,&quot;12046&quot;:4879,&quot;20907&quot;:4879,&quot;20913&quot;:4880,&quot;20925&quot;:4881,&quot;20924&quot;:4882,&quot;20935&quot;:4883,&quot;12045&quot;:4884,&quot;20886&quot;:4884,&quot;20898&quot;:4885,&quot;20901&quot;:4886,&quot;35744&quot;:4887,&quot;35750&quot;:4888,&quot;35751&quot;:4889,&quot;35754&quot;:4890,&quot;35764&quot;:4891,&quot;35765&quot;:4892,&quot;35767&quot;:4893,&quot;35778&quot;:4894,&quot;35779&quot;:4895,&quot;35787&quot;:4896,&quot;35791&quot;:4897,&quot;35790&quot;:4898,&quot;35794&quot;:4899,&quot;35795&quot;:4900,&quot;35796&quot;:4901,&quot;35798&quot;:4902,&quot;35800&quot;:4903,&quot;35801&quot;:4904,&quot;35804&quot;:4905,&quot;35807&quot;:4906,&quot;35808&quot;:4907,&quot;35812&quot;:4908,&quot;35816&quot;:4909,&quot;35817&quot;:4910,&quot;35822&quot;:4911,&quot;35824&quot;:4912,&quot;35827&quot;:4913,&quot;35830&quot;:4914,&quot;35833&quot;:4915,&quot;35836&quot;:4916,&quot;35839&quot;:4917,&quot;35840&quot;:4918,&quot;35842&quot;:4919,&quot;35844&quot;:4920,&quot;35847&quot;:4921,&quot;35852&quot;:4922,&quot;35855&quot;:4923,&quot;35857&quot;:4924,&quot;35858&quot;:4925,&quot;35860&quot;:4926,&quot;35861&quot;:4927,&quot;35862&quot;:4928,&quot;35865&quot;:4929,&quot;35867&quot;:4930,&quot;35864&quot;:4931,&quot;35869&quot;:4932,&quot;35871&quot;:4933,&quot;35872&quot;:4934,&quot;35873&quot;:4935,&quot;35877&quot;:4936,&quot;35879&quot;:4937,&quot;35882&quot;:4938,&quot;35883&quot;:4939,&quot;35886&quot;:4940,&quot;35887&quot;:4941,&quot;35890&quot;:4942,&quot;35891&quot;:4943,&quot;35893&quot;:4944,&quot;35894&quot;:4945,&quot;12057&quot;:4946,&quot;21353&quot;:4946,&quot;21370&quot;:4947,&quot;38429&quot;:4948,&quot;38434&quot;:4949,&quot;38433&quot;:4950,&quot;38449&quot;:4951,&quot;38442&quot;:4952,&quot;38461&quot;:4953,&quot;38460&quot;:4954,&quot;38466&quot;:4955,&quot;38473&quot;:4956,&quot;38484&quot;:4957,&quot;38495&quot;:4958,&quot;38503&quot;:4959,&quot;38508&quot;:4960,&quot;38514&quot;:4961,&quot;38516&quot;:4962,&quot;38536&quot;:4963,&quot;38541&quot;:4964,&quot;38551&quot;:4965,&quot;38576&quot;:4966,&quot;37015&quot;:4967,&quot;37019&quot;:4968,&quot;37021&quot;:4969,&quot;37017&quot;:4970,&quot;37036&quot;:4971,&quot;37025&quot;:4972,&quot;37044&quot;:4973,&quot;37043&quot;:4974,&quot;37046&quot;:4975,&quot;37050&quot;:4976,&quot;37048&quot;:4977,&quot;37040&quot;:4978,&quot;37071&quot;:4979,&quot;37061&quot;:4980,&quot;37054&quot;:4981,&quot;37072&quot;:4982,&quot;37060&quot;:4983,&quot;37063&quot;:4984,&quot;37075&quot;:4985,&quot;37094&quot;:4986,&quot;37090&quot;:4987,&quot;37084&quot;:4988,&quot;37079&quot;:4989,&quot;37083&quot;:4990,&quot;37099&quot;:4991,&quot;37103&quot;:4992,&quot;37118&quot;:4993,&quot;37124&quot;:4994,&quot;37154&quot;:4995,&quot;37150&quot;:4996,&quot;37155&quot;:4997,&quot;37169&quot;:4998,&quot;37167&quot;:4999,&quot;37177&quot;:5000,&quot;37187&quot;:5001,&quot;37190&quot;:5002,&quot;21005&quot;:5003,&quot;22850&quot;:5004,&quot;21154&quot;:5005,&quot;21164&quot;:5006,&quot;21165&quot;:5007,&quot;21182&quot;:5008,&quot;21759&quot;:5009,&quot;21200&quot;:5010,&quot;21206&quot;:5011,&quot;21232&quot;:5012,&quot;21471&quot;:5013,&quot;29166&quot;:5014,&quot;30669&quot;:5015,&quot;12085&quot;:5016,&quot;24308&quot;:5016,&quot;12048&quot;:5017,&quot;20981&quot;:5017,&quot;20988&quot;:5018,&quot;12223&quot;:5019,&quot;39727&quot;:5019,&quot;12059&quot;:5020,&quot;21430&quot;:5020,&quot;24321&quot;:5021,&quot;30042&quot;:5022,&quot;24047&quot;:5023,&quot;22348&quot;:5024,&quot;22441&quot;:5025,&quot;22433&quot;:5026,&quot;22654&quot;:5027,&quot;22716&quot;:5028,&quot;22725&quot;:5029,&quot;22737&quot;:5030,&quot;22313&quot;:5031,&quot;22316&quot;:5032,&quot;22314&quot;:5033,&quot;22323&quot;:5034,&quot;22329&quot;:5035,&quot;22318&quot;:5036,&quot;22319&quot;:5037,&quot;22364&quot;:5038,&quot;22331&quot;:5039,&quot;22338&quot;:5040,&quot;22377&quot;:5041,&quot;22405&quot;:5042,&quot;22379&quot;:5043,&quot;22406&quot;:5044,&quot;22396&quot;:5045,&quot;22395&quot;:5046,&quot;22376&quot;:5047,&quot;22381&quot;:5048,&quot;22390&quot;:5049,&quot;22387&quot;:5050,&quot;22445&quot;:5051,&quot;22436&quot;:5052,&quot;22412&quot;:5053,&quot;22450&quot;:5054,&quot;22479&quot;:5055,&quot;22439&quot;:5056,&quot;22452&quot;:5057,&quot;22419&quot;:5058,&quot;22432&quot;:5059,&quot;22485&quot;:5060,&quot;22488&quot;:5061,&quot;22490&quot;:5062,&quot;22489&quot;:5063,&quot;22482&quot;:5064,&quot;22456&quot;:5065,&quot;22516&quot;:5066,&quot;22511&quot;:5067,&quot;22520&quot;:5068,&quot;22500&quot;:5069,&quot;22493&quot;:5070,&quot;22539&quot;:5071,&quot;22541&quot;:5072,&quot;22525&quot;:5073,&quot;22509&quot;:5074,&quot;22528&quot;:5075,&quot;22558&quot;:5076,&quot;22553&quot;:5077,&quot;22596&quot;:5078,&quot;22560&quot;:5079,&quot;22629&quot;:5080,&quot;22636&quot;:5081,&quot;22657&quot;:5082,&quot;22665&quot;:5083,&quot;22682&quot;:5084,&quot;22656&quot;:5085,&quot;39336&quot;:5086,&quot;40729&quot;:5087,&quot;25087&quot;:5088,&quot;33401&quot;:5089,&quot;33405&quot;:5090,&quot;33407&quot;:5091,&quot;33423&quot;:5092,&quot;33418&quot;:5093,&quot;33448&quot;:5094,&quot;33412&quot;:5095,&quot;33422&quot;:5096,&quot;33425&quot;:5097,&quot;33431&quot;:5098,&quot;33433&quot;:5099,&quot;33451&quot;:5100,&quot;33464&quot;:5101,&quot;33470&quot;:5102,&quot;33456&quot;:5103,&quot;33480&quot;:5104,&quot;33482&quot;:5105,&quot;33507&quot;:5106,&quot;33432&quot;:5107,&quot;33463&quot;:5108,&quot;33454&quot;:5109,&quot;33483&quot;:5110,&quot;33484&quot;:5111,&quot;33473&quot;:5112,&quot;33449&quot;:5113,&quot;33460&quot;:5114,&quot;33441&quot;:5115,&quot;33450&quot;:5116,&quot;33439&quot;:5117,&quot;33476&quot;:5118,&quot;33486&quot;:5119,&quot;33444&quot;:5120,&quot;33505&quot;:5121,&quot;33545&quot;:5122,&quot;33527&quot;:5123,&quot;33508&quot;:5124,&quot;33551&quot;:5125,&quot;33543&quot;:5126,&quot;33500&quot;:5127,&quot;33524&quot;:5128,&quot;33490&quot;:5129,&quot;33496&quot;:5130,&quot;33548&quot;:5131,&quot;33531&quot;:5132,&quot;33491&quot;:5133,&quot;33553&quot;:5134,&quot;33562&quot;:5135,&quot;33542&quot;:5136,&quot;33556&quot;:5137,&quot;33557&quot;:5138,&quot;33504&quot;:5139,&quot;33493&quot;:5140,&quot;33564&quot;:5141,&quot;33617&quot;:5142,&quot;33627&quot;:5143,&quot;33628&quot;:5144,&quot;33544&quot;:5145,&quot;33682&quot;:5146,&quot;33596&quot;:5147,&quot;33588&quot;:5148,&quot;33585&quot;:5149,&quot;33691&quot;:5150,&quot;33630&quot;:5151,&quot;33583&quot;:5152,&quot;33615&quot;:5153,&quot;33607&quot;:5154,&quot;33603&quot;:5155,&quot;33631&quot;:5156,&quot;33600&quot;:5157,&quot;33559&quot;:5158,&quot;33632&quot;:5159,&quot;33581&quot;:5160,&quot;33594&quot;:5161,&quot;33587&quot;:5162,&quot;33638&quot;:5163,&quot;33637&quot;:5164,&quot;33640&quot;:5165,&quot;33563&quot;:5166,&quot;33641&quot;:5167,&quot;33644&quot;:5168,&quot;33642&quot;:5169,&quot;33645&quot;:5170,&quot;33646&quot;:5171,&quot;33712&quot;:5172,&quot;33656&quot;:5173,&quot;33715&quot;:5174,&quot;33716&quot;:5175,&quot;33696&quot;:5176,&quot;33706&quot;:5177,&quot;33683&quot;:5178,&quot;33692&quot;:5179,&quot;33669&quot;:5180,&quot;33660&quot;:5181,&quot;33718&quot;:5182,&quot;33705&quot;:5183,&quot;33661&quot;:5184,&quot;33720&quot;:5185,&quot;33659&quot;:5186,&quot;33688&quot;:5187,&quot;33694&quot;:5188,&quot;33704&quot;:5189,&quot;33722&quot;:5190,&quot;33724&quot;:5191,&quot;33729&quot;:5192,&quot;33793&quot;:5193,&quot;33765&quot;:5194,&quot;33752&quot;:5195,&quot;22535&quot;:5196,&quot;33816&quot;:5197,&quot;33803&quot;:5198,&quot;33757&quot;:5199,&quot;33789&quot;:5200,&quot;33750&quot;:5201,&quot;33820&quot;:5202,&quot;33848&quot;:5203,&quot;33809&quot;:5204,&quot;33798&quot;:5205,&quot;33748&quot;:5206,&quot;33759&quot;:5207,&quot;33807&quot;:5208,&quot;33795&quot;:5209,&quot;33784&quot;:5210,&quot;33785&quot;:5211,&quot;33770&quot;:5212,&quot;33733&quot;:5213,&quot;33728&quot;:5214,&quot;33830&quot;:5215,&quot;33776&quot;:5216,&quot;33761&quot;:5217,&quot;33884&quot;:5218,&quot;33873&quot;:5219,&quot;33882&quot;:5220,&quot;33881&quot;:5221,&quot;33907&quot;:5222,&quot;33927&quot;:5223,&quot;33928&quot;:5224,&quot;33914&quot;:5225,&quot;33929&quot;:5226,&quot;33912&quot;:5227,&quot;33852&quot;:5228,&quot;33862&quot;:5229,&quot;33897&quot;:5230,&quot;33910&quot;:5231,&quot;33932&quot;:5232,&quot;33934&quot;:5233,&quot;33841&quot;:5234,&quot;33901&quot;:5235,&quot;33985&quot;:5236,&quot;33997&quot;:5237,&quot;34000&quot;:5238,&quot;34022&quot;:5239,&quot;33981&quot;:5240,&quot;34003&quot;:5241,&quot;33994&quot;:5242,&quot;33983&quot;:5243,&quot;33978&quot;:5244,&quot;34016&quot;:5245,&quot;33953&quot;:5246,&quot;33977&quot;:5247,&quot;33972&quot;:5248,&quot;33943&quot;:5249,&quot;34021&quot;:5250,&quot;34019&quot;:5251,&quot;34060&quot;:5252,&quot;29965&quot;:5253,&quot;34104&quot;:5254,&quot;34032&quot;:5255,&quot;34105&quot;:5256,&quot;34079&quot;:5257,&quot;34106&quot;:5258,&quot;34134&quot;:5259,&quot;34107&quot;:5260,&quot;34047&quot;:5261,&quot;34044&quot;:5262,&quot;34137&quot;:5263,&quot;34120&quot;:5264,&quot;34152&quot;:5265,&quot;34148&quot;:5266,&quot;34142&quot;:5267,&quot;34170&quot;:5268,&quot;30626&quot;:5269,&quot;34115&quot;:5270,&quot;34162&quot;:5271,&quot;34171&quot;:5272,&quot;34212&quot;:5273,&quot;34216&quot;:5274,&quot;34183&quot;:5275,&quot;34191&quot;:5276,&quot;34169&quot;:5277,&quot;34222&quot;:5278,&quot;34204&quot;:5279,&quot;34181&quot;:5280,&quot;34233&quot;:5281,&quot;34231&quot;:5282,&quot;34224&quot;:5283,&quot;34259&quot;:5284,&quot;34241&quot;:5285,&quot;34268&quot;:5286,&quot;34303&quot;:5287,&quot;34343&quot;:5288,&quot;34309&quot;:5289,&quot;34345&quot;:5290,&quot;34326&quot;:5291,&quot;34364&quot;:5292,&quot;12086&quot;:5293,&quot;24318&quot;:5293,&quot;24328&quot;:5294,&quot;22844&quot;:5295,&quot;22849&quot;:5296,&quot;32823&quot;:5297,&quot;22869&quot;:5298,&quot;22874&quot;:5299,&quot;22872&quot;:5300,&quot;21263&quot;:5301,&quot;12074&quot;:5302,&quot;23586&quot;:5302,&quot;23589&quot;:5303,&quot;23596&quot;:5304,&quot;23604&quot;:5305,&quot;25164&quot;:5306,&quot;25194&quot;:5307,&quot;25247&quot;:5308,&quot;25275&quot;:5309,&quot;25290&quot;:5310,&quot;25306&quot;:5311,&quot;25303&quot;:5312,&quot;25326&quot;:5313,&quot;25378&quot;:5314,&quot;25334&quot;:5315,&quot;25401&quot;:5316,&quot;25419&quot;:5317,&quot;25411&quot;:5318,&quot;25517&quot;:5319,&quot;25590&quot;:5320,&quot;25457&quot;:5321,&quot;25466&quot;:5322,&quot;25486&quot;:5323,&quot;25524&quot;:5324,&quot;25453&quot;:5325,&quot;25516&quot;:5326,&quot;25482&quot;:5327,&quot;25449&quot;:5328,&quot;25518&quot;:5329,&quot;25532&quot;:5330,&quot;25586&quot;:5331,&quot;25592&quot;:5332,&quot;25568&quot;:5333,&quot;25599&quot;:5334,&quot;25540&quot;:5335,&quot;25566&quot;:5336,&quot;25550&quot;:5337,&quot;25682&quot;:5338,&quot;25542&quot;:5339,&quot;25534&quot;:5340,&quot;25669&quot;:5341,&quot;25665&quot;:5342,&quot;25611&quot;:5343,&quot;25627&quot;:5344,&quot;25632&quot;:5345,&quot;25612&quot;:5346,&quot;25638&quot;:5347,&quot;25633&quot;:5348,&quot;25694&quot;:5349,&quot;25732&quot;:5350,&quot;25709&quot;:5351,&quot;25750&quot;:5352,&quot;25722&quot;:5353,&quot;25783&quot;:5354,&quot;25784&quot;:5355,&quot;25753&quot;:5356,&quot;25786&quot;:5357,&quot;25792&quot;:5358,&quot;25808&quot;:5359,&quot;25815&quot;:5360,&quot;25828&quot;:5361,&quot;25826&quot;:5362,&quot;25865&quot;:5363,&quot;25893&quot;:5364,&quot;25902&quot;:5365,&quot;12087&quot;:5366,&quot;24331&quot;:5366,&quot;24530&quot;:5367,&quot;29977&quot;:5368,&quot;24337&quot;:5369,&quot;21343&quot;:5370,&quot;21489&quot;:5371,&quot;21501&quot;:5372,&quot;21481&quot;:5373,&quot;21480&quot;:5374,&quot;21499&quot;:5375,&quot;21522&quot;:5376,&quot;21526&quot;:5377,&quot;21510&quot;:5378,&quot;21579&quot;:5379,&quot;21586&quot;:5380,&quot;21587&quot;:5381,&quot;21588&quot;:5382,&quot;21590&quot;:5383,&quot;21571&quot;:5384,&quot;21537&quot;:5385,&quot;21591&quot;:5386,&quot;21593&quot;:5387,&quot;21539&quot;:5388,&quot;21554&quot;:5389,&quot;21634&quot;:5390,&quot;21652&quot;:5391,&quot;21623&quot;:5392,&quot;21617&quot;:5393,&quot;21604&quot;:5394,&quot;21658&quot;:5395,&quot;21659&quot;:5396,&quot;21636&quot;:5397,&quot;21622&quot;:5398,&quot;21606&quot;:5399,&quot;21661&quot;:5400,&quot;21712&quot;:5401,&quot;21677&quot;:5402,&quot;21698&quot;:5403,&quot;21684&quot;:5404,&quot;21714&quot;:5405,&quot;21671&quot;:5406,&quot;21670&quot;:5407,&quot;21715&quot;:5408,&quot;21716&quot;:5409,&quot;21618&quot;:5410,&quot;21667&quot;:5411,&quot;21717&quot;:5412,&quot;21691&quot;:5413,&quot;21695&quot;:5414,&quot;21708&quot;:5415,&quot;21721&quot;:5416,&quot;21722&quot;:5417,&quot;21724&quot;:5418,&quot;21673&quot;:5419,&quot;21674&quot;:5420,&quot;21668&quot;:5421,&quot;21725&quot;:5422,&quot;21711&quot;:5423,&quot;21726&quot;:5424,&quot;21787&quot;:5425,&quot;21735&quot;:5426,&quot;21792&quot;:5427,&quot;21757&quot;:5428,&quot;21780&quot;:5429,&quot;21747&quot;:5430,&quot;21794&quot;:5431,&quot;21795&quot;:5432,&quot;21775&quot;:5433,&quot;21777&quot;:5434,&quot;21799&quot;:5435,&quot;21802&quot;:5436,&quot;21863&quot;:5437,&quot;21903&quot;:5438,&quot;21941&quot;:5439,&quot;21833&quot;:5440,&quot;21869&quot;:5441,&quot;21825&quot;:5442,&quot;21845&quot;:5443,&quot;21823&quot;:5444,&quot;21840&quot;:5445,&quot;21820&quot;:5446,&quot;21815&quot;:5447,&quot;21846&quot;:5448,&quot;21877&quot;:5449,&quot;21878&quot;:5450,&quot;21879&quot;:5451,&quot;21811&quot;:5452,&quot;21808&quot;:5453,&quot;21852&quot;:5454,&quot;21899&quot;:5455,&quot;21970&quot;:5456,&quot;21891&quot;:5457,&quot;21937&quot;:5458,&quot;21945&quot;:5459,&quot;21896&quot;:5460,&quot;21889&quot;:5461,&quot;21919&quot;:5462,&quot;21886&quot;:5463,&quot;21974&quot;:5464,&quot;21905&quot;:5465,&quot;21883&quot;:5466,&quot;21983&quot;:5467,&quot;21949&quot;:5468,&quot;21950&quot;:5469,&quot;21908&quot;:5470,&quot;21913&quot;:5471,&quot;21994&quot;:5472,&quot;22007&quot;:5473,&quot;21961&quot;:5474,&quot;22047&quot;:5475,&quot;21969&quot;:5476,&quot;21995&quot;:5477,&quot;21996&quot;:5478,&quot;21972&quot;:5479,&quot;21990&quot;:5480,&quot;21981&quot;:5481,&quot;21956&quot;:5482,&quot;21999&quot;:5483,&quot;21989&quot;:5484,&quot;22002&quot;:5485,&quot;22003&quot;:5486,&quot;21964&quot;:5487,&quot;21965&quot;:5488,&quot;21992&quot;:5489,&quot;22005&quot;:5490,&quot;21988&quot;:5491,&quot;36756&quot;:5492,&quot;22046&quot;:5493,&quot;22024&quot;:5494,&quot;22028&quot;:5495,&quot;22017&quot;:5496,&quot;22052&quot;:5497,&quot;22051&quot;:5498,&quot;22014&quot;:5499,&quot;22016&quot;:5500,&quot;22055&quot;:5501,&quot;22061&quot;:5502,&quot;22104&quot;:5503,&quot;22073&quot;:5504,&quot;22103&quot;:5505,&quot;22060&quot;:5506,&quot;22093&quot;:5507,&quot;22114&quot;:5508,&quot;22105&quot;:5509,&quot;22108&quot;:5510,&quot;22092&quot;:5511,&quot;22100&quot;:5512,&quot;22150&quot;:5513,&quot;22116&quot;:5514,&quot;22129&quot;:5515,&quot;22123&quot;:5516,&quot;22139&quot;:5517,&quot;22140&quot;:5518,&quot;22149&quot;:5519,&quot;22163&quot;:5520,&quot;22191&quot;:5521,&quot;22228&quot;:5522,&quot;12062&quot;:5523,&quot;22231&quot;:5523,&quot;22237&quot;:5524,&quot;22241&quot;:5525,&quot;22261&quot;:5526,&quot;22251&quot;:5527,&quot;22265&quot;:5528,&quot;22271&quot;:5529,&quot;22276&quot;:5530,&quot;22282&quot;:5531,&quot;22281&quot;:5532,&quot;22300&quot;:5533,&quot;24079&quot;:5534,&quot;24089&quot;:5535,&quot;24084&quot;:5536,&quot;24081&quot;:5537,&quot;24113&quot;:5538,&quot;24123&quot;:5539,&quot;24124&quot;:5540,&quot;24119&quot;:5541,&quot;24132&quot;:5542,&quot;24148&quot;:5543,&quot;24155&quot;:5544,&quot;24158&quot;:5545,&quot;24161&quot;:5546,&quot;23692&quot;:5547,&quot;23674&quot;:5548,&quot;23693&quot;:5549,&quot;23696&quot;:5550,&quot;23702&quot;:5551,&quot;23688&quot;:5552,&quot;23704&quot;:5553,&quot;23705&quot;:5554,&quot;23697&quot;:5555,&quot;23706&quot;:5556,&quot;23708&quot;:5557,&quot;23733&quot;:5558,&quot;23714&quot;:5559,&quot;23741&quot;:5560,&quot;23724&quot;:5561,&quot;23723&quot;:5562,&quot;23729&quot;:5563,&quot;23715&quot;:5564,&quot;23745&quot;:5565,&quot;23735&quot;:5566,&quot;23748&quot;:5567,&quot;23762&quot;:5568,&quot;23780&quot;:5569,&quot;23755&quot;:5570,&quot;23781&quot;:5571,&quot;23810&quot;:5572,&quot;23811&quot;:5573,&quot;23847&quot;:5574,&quot;23846&quot;:5575,&quot;23854&quot;:5576,&quot;23844&quot;:5577,&quot;23838&quot;:5578,&quot;23814&quot;:5579,&quot;23835&quot;:5580,&quot;23896&quot;:5581,&quot;23870&quot;:5582,&quot;23860&quot;:5583,&quot;23869&quot;:5584,&quot;23916&quot;:5585,&quot;23899&quot;:5586,&quot;23919&quot;:5587,&quot;23901&quot;:5588,&quot;23915&quot;:5589,&quot;23883&quot;:5590,&quot;23882&quot;:5591,&quot;23913&quot;:5592,&quot;23924&quot;:5593,&quot;23938&quot;:5594,&quot;23961&quot;:5595,&quot;23965&quot;:5596,&quot;35955&quot;:5597,&quot;23991&quot;:5598,&quot;24005&quot;:5599,&quot;12091&quot;:5600,&quot;24435&quot;:5600,&quot;24439&quot;:5601,&quot;24450&quot;:5602,&quot;24455&quot;:5603,&quot;24457&quot;:5604,&quot;24460&quot;:5605,&quot;24469&quot;:5606,&quot;24473&quot;:5607,&quot;24476&quot;:5608,&quot;24488&quot;:5609,&quot;24493&quot;:5610,&quot;24501&quot;:5611,&quot;24508&quot;:5612,&quot;34914&quot;:5613,&quot;12090&quot;:5614,&quot;24417&quot;:5614,&quot;29357&quot;:5615,&quot;29360&quot;:5616,&quot;29364&quot;:5617,&quot;29367&quot;:5618,&quot;29368&quot;:5619,&quot;29379&quot;:5620,&quot;29377&quot;:5621,&quot;29390&quot;:5622,&quot;29389&quot;:5623,&quot;29394&quot;:5624,&quot;29416&quot;:5625,&quot;29423&quot;:5626,&quot;29417&quot;:5627,&quot;29426&quot;:5628,&quot;29428&quot;:5629,&quot;29431&quot;:5630,&quot;29441&quot;:5631,&quot;29427&quot;:5632,&quot;29443&quot;:5633,&quot;29434&quot;:5634,&quot;29435&quot;:5635,&quot;29463&quot;:5636,&quot;29459&quot;:5637,&quot;29473&quot;:5638,&quot;29450&quot;:5639,&quot;29470&quot;:5640,&quot;29469&quot;:5641,&quot;29461&quot;:5642,&quot;29474&quot;:5643,&quot;29497&quot;:5644,&quot;29477&quot;:5645,&quot;29484&quot;:5646,&quot;29496&quot;:5647,&quot;29489&quot;:5648,&quot;29520&quot;:5649,&quot;29517&quot;:5650,&quot;29527&quot;:5651,&quot;29536&quot;:5652,&quot;29548&quot;:5653,&quot;29551&quot;:5654,&quot;29566&quot;:5655,&quot;12167&quot;:5656,&quot;33307&quot;:5656,&quot;22821&quot;:5657,&quot;39143&quot;:5658,&quot;22820&quot;:5659,&quot;12065&quot;:5660,&quot;22786&quot;:5660,&quot;39267&quot;:5661,&quot;39271&quot;:5662,&quot;39272&quot;:5663,&quot;39273&quot;:5664,&quot;39274&quot;:5665,&quot;39275&quot;:5666,&quot;39276&quot;:5667,&quot;39284&quot;:5668,&quot;39287&quot;:5669,&quot;39293&quot;:5670,&quot;39296&quot;:5671,&quot;39300&quot;:5672,&quot;39303&quot;:5673,&quot;39306&quot;:5674,&quot;39309&quot;:5675,&quot;39312&quot;:5676,&quot;39313&quot;:5677,&quot;39315&quot;:5678,&quot;39316&quot;:5679,&quot;39317&quot;:5680,&quot;24192&quot;:5681,&quot;24209&quot;:5682,&quot;24203&quot;:5683,&quot;24214&quot;:5684,&quot;24229&quot;:5685,&quot;24224&quot;:5686,&quot;24249&quot;:5687,&quot;24245&quot;:5688,&quot;24254&quot;:5689,&quot;24243&quot;:5690,&quot;36179&quot;:5691,&quot;24274&quot;:5692,&quot;24273&quot;:5693,&quot;24283&quot;:5694,&quot;24296&quot;:5695,&quot;24298&quot;:5696,&quot;33210&quot;:5697,&quot;24516&quot;:5698,&quot;24521&quot;:5699,&quot;24534&quot;:5700,&quot;24527&quot;:5701,&quot;24579&quot;:5702,&quot;24558&quot;:5703,&quot;24580&quot;:5704,&quot;24545&quot;:5705,&quot;24548&quot;:5706,&quot;24574&quot;:5707,&quot;24581&quot;:5708,&quot;24582&quot;:5709,&quot;24554&quot;:5710,&quot;24557&quot;:5711,&quot;24568&quot;:5712,&quot;24601&quot;:5713,&quot;24629&quot;:5714,&quot;24614&quot;:5715,&quot;24603&quot;:5716,&quot;24591&quot;:5717,&quot;24589&quot;:5718,&quot;24617&quot;:5719,&quot;24619&quot;:5720,&quot;24586&quot;:5721,&quot;24639&quot;:5722,&quot;24609&quot;:5723,&quot;24696&quot;:5724,&quot;24697&quot;:5725,&quot;24699&quot;:5726,&quot;24698&quot;:5727,&quot;24642&quot;:5728,&quot;24682&quot;:5729,&quot;24701&quot;:5730,&quot;24726&quot;:5731,&quot;24730&quot;:5732,&quot;24749&quot;:5733,&quot;24733&quot;:5734,&quot;24707&quot;:5735,&quot;24722&quot;:5736,&quot;24716&quot;:5737,&quot;24731&quot;:5738,&quot;24812&quot;:5739,&quot;24763&quot;:5740,&quot;24753&quot;:5741,&quot;24797&quot;:5742,&quot;24792&quot;:5743,&quot;24774&quot;:5744,&quot;24794&quot;:5745,&quot;24756&quot;:5746,&quot;24864&quot;:5747,&quot;24870&quot;:5748,&quot;24853&quot;:5749,&quot;24867&quot;:5750,&quot;24820&quot;:5751,&quot;24832&quot;:5752,&quot;24846&quot;:5753,&quot;24875&quot;:5754,&quot;24906&quot;:5755,&quot;24949&quot;:5756,&quot;25004&quot;:5757,&quot;24980&quot;:5758,&quot;24999&quot;:5759,&quot;25015&quot;:5760,&quot;25044&quot;:5761,&quot;25077&quot;:5762,&quot;24541&quot;:5763,&quot;38579&quot;:5764,&quot;38377&quot;:5765,&quot;38379&quot;:5766,&quot;38385&quot;:5767,&quot;38387&quot;:5768,&quot;38389&quot;:5769,&quot;38390&quot;:5770,&quot;38396&quot;:5771,&quot;38398&quot;:5772,&quot;38403&quot;:5773,&quot;38404&quot;:5774,&quot;38406&quot;:5775,&quot;38408&quot;:5776,&quot;38410&quot;:5777,&quot;38411&quot;:5778,&quot;38412&quot;:5779,&quot;38413&quot;:5780,&quot;38415&quot;:5781,&quot;38418&quot;:5782,&quot;38421&quot;:5783,&quot;38422&quot;:5784,&quot;38423&quot;:5785,&quot;38425&quot;:5786,&quot;38426&quot;:5787,&quot;20012&quot;:5788,&quot;12121&quot;:5789,&quot;29247&quot;:5789,&quot;25109&quot;:5790,&quot;27701&quot;:5791,&quot;27732&quot;:5792,&quot;27740&quot;:5793,&quot;27722&quot;:5794,&quot;27811&quot;:5795,&quot;27781&quot;:5796,&quot;27792&quot;:5797,&quot;27796&quot;:5798,&quot;27788&quot;:5799,&quot;27752&quot;:5800,&quot;27753&quot;:5801,&quot;27764&quot;:5802,&quot;27766&quot;:5803,&quot;27782&quot;:5804,&quot;27817&quot;:5805,&quot;27856&quot;:5806,&quot;27860&quot;:5807,&quot;27821&quot;:5808,&quot;27895&quot;:5809,&quot;27896&quot;:5810,&quot;27889&quot;:5811,&quot;27863&quot;:5812,&quot;27826&quot;:5813,&quot;27872&quot;:5814,&quot;27862&quot;:5815,&quot;27898&quot;:5816,&quot;27883&quot;:5817,&quot;27886&quot;:5818,&quot;27825&quot;:5819,&quot;27859&quot;:5820,&quot;27887&quot;:5821,&quot;27902&quot;:5822,&quot;27961&quot;:5823,&quot;27943&quot;:5824,&quot;27916&quot;:5825,&quot;27971&quot;:5826,&quot;27976&quot;:5827,&quot;27911&quot;:5828,&quot;27908&quot;:5829,&quot;27929&quot;:5830,&quot;27918&quot;:5831,&quot;27947&quot;:5832,&quot;27981&quot;:5833,&quot;27950&quot;:5834,&quot;27957&quot;:5835,&quot;27930&quot;:5836,&quot;27983&quot;:5837,&quot;27986&quot;:5838,&quot;27988&quot;:5839,&quot;27955&quot;:5840,&quot;28049&quot;:5841,&quot;28015&quot;:5842,&quot;28062&quot;:5843,&quot;28064&quot;:5844,&quot;27998&quot;:5845,&quot;28051&quot;:5846,&quot;28052&quot;:5847,&quot;27996&quot;:5848,&quot;28000&quot;:5849,&quot;28028&quot;:5850,&quot;28003&quot;:5851,&quot;28186&quot;:5852,&quot;28103&quot;:5853,&quot;28101&quot;:5854,&quot;28126&quot;:5855,&quot;28174&quot;:5856,&quot;28095&quot;:5857,&quot;28128&quot;:5858,&quot;28177&quot;:5859,&quot;28134&quot;:5860,&quot;28125&quot;:5861,&quot;28121&quot;:5862,&quot;28182&quot;:5863,&quot;28075&quot;:5864,&quot;28172&quot;:5865,&quot;28078&quot;:5866,&quot;28203&quot;:5867,&quot;28270&quot;:5868,&quot;28238&quot;:5869,&quot;28267&quot;:5870,&quot;28338&quot;:5871,&quot;28255&quot;:5872,&quot;28294&quot;:5873,&quot;28243&quot;:5874,&quot;28244&quot;:5875,&quot;28210&quot;:5876,&quot;28197&quot;:5877,&quot;28228&quot;:5878,&quot;28383&quot;:5879,&quot;28337&quot;:5880,&quot;28312&quot;:5881,&quot;28384&quot;:5882,&quot;28461&quot;:5883,&quot;28386&quot;:5884,&quot;28325&quot;:5885,&quot;28327&quot;:5886,&quot;28349&quot;:5887,&quot;28347&quot;:5888,&quot;28343&quot;:5889,&quot;28375&quot;:5890,&quot;28340&quot;:5891,&quot;28367&quot;:5892,&quot;28303&quot;:5893,&quot;28354&quot;:5894,&quot;28319&quot;:5895,&quot;28514&quot;:5896,&quot;28486&quot;:5897,&quot;28487&quot;:5898,&quot;28452&quot;:5899,&quot;28437&quot;:5900,&quot;28409&quot;:5901,&quot;28463&quot;:5902,&quot;28470&quot;:5903,&quot;28491&quot;:5904,&quot;28532&quot;:5905,&quot;28458&quot;:5906,&quot;28425&quot;:5907,&quot;28457&quot;:5908,&quot;28553&quot;:5909,&quot;28557&quot;:5910,&quot;28556&quot;:5911,&quot;28536&quot;:5912,&quot;28530&quot;:5913,&quot;28540&quot;:5914,&quot;28538&quot;:5915,&quot;28625&quot;:5916,&quot;28617&quot;:5917,&quot;28583&quot;:5918,&quot;28601&quot;:5919,&quot;28598&quot;:5920,&quot;28610&quot;:5921,&quot;28641&quot;:5922,&quot;28654&quot;:5923,&quot;28638&quot;:5924,&quot;28640&quot;:5925,&quot;28655&quot;:5926,&quot;28698&quot;:5927,&quot;28707&quot;:5928,&quot;28699&quot;:5929,&quot;28729&quot;:5930,&quot;28725&quot;:5931,&quot;28751&quot;:5932,&quot;28766&quot;:5933,&quot;12071&quot;:5934,&quot;23424&quot;:5934,&quot;23428&quot;:5935,&quot;23445&quot;:5936,&quot;23443&quot;:5937,&quot;23461&quot;:5938,&quot;23480&quot;:5939,&quot;29999&quot;:5940,&quot;39582&quot;:5941,&quot;25652&quot;:5942,&quot;23524&quot;:5943,&quot;23534&quot;:5944,&quot;35120&quot;:5945,&quot;23536&quot;:5946,&quot;36423&quot;:5947,&quot;35591&quot;:5948,&quot;36790&quot;:5949,&quot;36819&quot;:5950,&quot;36821&quot;:5951,&quot;36837&quot;:5952,&quot;36846&quot;:5953,&quot;36836&quot;:5954,&quot;36841&quot;:5955,&quot;36838&quot;:5956,&quot;36851&quot;:5957,&quot;36840&quot;:5958,&quot;36869&quot;:5959,&quot;36868&quot;:5960,&quot;36875&quot;:5961,&quot;36902&quot;:5962,&quot;36881&quot;:5963,&quot;36877&quot;:5964,&quot;36886&quot;:5965,&quot;36897&quot;:5966,&quot;36917&quot;:5967,&quot;36918&quot;:5968,&quot;36909&quot;:5969,&quot;36911&quot;:5970,&quot;36932&quot;:5971,&quot;36945&quot;:5972,&quot;36946&quot;:5973,&quot;36944&quot;:5974,&quot;36968&quot;:5975,&quot;36952&quot;:5976,&quot;36962&quot;:5977,&quot;36955&quot;:5978,&quot;26297&quot;:5979,&quot;36980&quot;:5980,&quot;36989&quot;:5981,&quot;36994&quot;:5982,&quot;37000&quot;:5983,&quot;36995&quot;:5984,&quot;37003&quot;:5985,&quot;12089&quot;:5986,&quot;24400&quot;:5986,&quot;24407&quot;:5987,&quot;24406&quot;:5988,&quot;24408&quot;:5989,&quot;23611&quot;:5990,&quot;21675&quot;:5991,&quot;23632&quot;:5992,&quot;23641&quot;:5993,&quot;23409&quot;:5994,&quot;23651&quot;:5995,&quot;23654&quot;:5996,&quot;32700&quot;:5997,&quot;24362&quot;:5998,&quot;24361&quot;:5999,&quot;24365&quot;:6000,&quot;33396&quot;:6001,&quot;24380&quot;:6002,&quot;39739&quot;:6003,&quot;12076&quot;:6004,&quot;23662&quot;:6004,&quot;22913&quot;:6005,&quot;22915&quot;:6006,&quot;22925&quot;:6007,&quot;22953&quot;:6008,&quot;22954&quot;:6009,&quot;22947&quot;:6010,&quot;22935&quot;:6011,&quot;22986&quot;:6012,&quot;22955&quot;:6013,&quot;22942&quot;:6014,&quot;22948&quot;:6015,&quot;22994&quot;:6016,&quot;22962&quot;:6017,&quot;22959&quot;:6018,&quot;22999&quot;:6019,&quot;22974&quot;:6020,&quot;23045&quot;:6021,&quot;23046&quot;:6022,&quot;23005&quot;:6023,&quot;23048&quot;:6024,&quot;23011&quot;:6025,&quot;23000&quot;:6026,&quot;23033&quot;:6027,&quot;23052&quot;:6028,&quot;23049&quot;:6029,&quot;23090&quot;:6030,&quot;23092&quot;:6031,&quot;23057&quot;:6032,&quot;23075&quot;:6033,&quot;23059&quot;:6034,&quot;23104&quot;:6035,&quot;23143&quot;:6036,&quot;23114&quot;:6037,&quot;23125&quot;:6038,&quot;23100&quot;:6039,&quot;23138&quot;:6040,&quot;23157&quot;:6041,&quot;33004&quot;:6042,&quot;23210&quot;:6043,&quot;23195&quot;:6044,&quot;23159&quot;:6045,&quot;23162&quot;:6046,&quot;23230&quot;:6047,&quot;23275&quot;:6048,&quot;23218&quot;:6049,&quot;23250&quot;:6050,&quot;23252&quot;:6051,&quot;23224&quot;:6052,&quot;23264&quot;:6053,&quot;23267&quot;:6054,&quot;23281&quot;:6055,&quot;23254&quot;:6056,&quot;23270&quot;:6057,&quot;23256&quot;:6058,&quot;23260&quot;:6059,&quot;23305&quot;:6060,&quot;23319&quot;:6061,&quot;23318&quot;:6062,&quot;23346&quot;:6063,&quot;23351&quot;:6064,&quot;23360&quot;:6065,&quot;23573&quot;:6066,&quot;23580&quot;:6067,&quot;23386&quot;:6068,&quot;23397&quot;:6069,&quot;23411&quot;:6070,&quot;23377&quot;:6071,&quot;23379&quot;:6072,&quot;23394&quot;:6073,&quot;39541&quot;:6074,&quot;39543&quot;:6075,&quot;39544&quot;:6076,&quot;39546&quot;:6077,&quot;39551&quot;:6078,&quot;39549&quot;:6079,&quot;39552&quot;:6080,&quot;39553&quot;:6081,&quot;39557&quot;:6082,&quot;39560&quot;:6083,&quot;39562&quot;:6084,&quot;39568&quot;:6085,&quot;39570&quot;:6086,&quot;39571&quot;:6087,&quot;39574&quot;:6088,&quot;39576&quot;:6089,&quot;39579&quot;:6090,&quot;39580&quot;:6091,&quot;39581&quot;:6092,&quot;39583&quot;:6093,&quot;39584&quot;:6094,&quot;39586&quot;:6095,&quot;39587&quot;:6096,&quot;39589&quot;:6097,&quot;39591&quot;:6098,&quot;32415&quot;:6099,&quot;32417&quot;:6100,&quot;32419&quot;:6101,&quot;32421&quot;:6102,&quot;32424&quot;:6103,&quot;32425&quot;:6104,&quot;32429&quot;:6105,&quot;32432&quot;:6106,&quot;32446&quot;:6107,&quot;32448&quot;:6108,&quot;32449&quot;:6109,&quot;32450&quot;:6110,&quot;32457&quot;:6111,&quot;32459&quot;:6112,&quot;32460&quot;:6113,&quot;32464&quot;:6114,&quot;32468&quot;:6115,&quot;32471&quot;:6116,&quot;32475&quot;:6117,&quot;32480&quot;:6118,&quot;32481&quot;:6119,&quot;32488&quot;:6120,&quot;32491&quot;:6121,&quot;32494&quot;:6122,&quot;32495&quot;:6123,&quot;32497&quot;:6124,&quot;32498&quot;:6125,&quot;32525&quot;:6126,&quot;32502&quot;:6127,&quot;32506&quot;:6128,&quot;32507&quot;:6129,&quot;32510&quot;:6130,&quot;32513&quot;:6131,&quot;32514&quot;:6132,&quot;32515&quot;:6133,&quot;32519&quot;:6134,&quot;32520&quot;:6135,&quot;32523&quot;:6136,&quot;32524&quot;:6137,&quot;32527&quot;:6138,&quot;32529&quot;:6139,&quot;32530&quot;:6140,&quot;32535&quot;:6141,&quot;32537&quot;:6142,&quot;32540&quot;:6143,&quot;32539&quot;:6144,&quot;32543&quot;:6145,&quot;32545&quot;:6146,&quot;32546&quot;:6147,&quot;32547&quot;:6148,&quot;32548&quot;:6149,&quot;32549&quot;:6150,&quot;32550&quot;:6151,&quot;32551&quot;:6152,&quot;32554&quot;:6153,&quot;32555&quot;:6154,&quot;32556&quot;:6155,&quot;32557&quot;:6156,&quot;32559&quot;:6157,&quot;32560&quot;:6158,&quot;32561&quot;:6159,&quot;32562&quot;:6160,&quot;32563&quot;:6161,&quot;32565&quot;:6162,&quot;12083&quot;:6163,&quot;24186&quot;:6163,&quot;30079&quot;:6164,&quot;12078&quot;:6165,&quot;24027&quot;:6165,&quot;30014&quot;:6166,&quot;37013&quot;:6167,&quot;29582&quot;:6168,&quot;29585&quot;:6169,&quot;29614&quot;:6170,&quot;29602&quot;:6171,&quot;29599&quot;:6172,&quot;29647&quot;:6173,&quot;29634&quot;:6174,&quot;29649&quot;:6175,&quot;29623&quot;:6176,&quot;29619&quot;:6177,&quot;29632&quot;:6178,&quot;29641&quot;:6179,&quot;29640&quot;:6180,&quot;29669&quot;:6181,&quot;29657&quot;:6182,&quot;39036&quot;:6183,&quot;29706&quot;:6184,&quot;29673&quot;:6185,&quot;29671&quot;:6186,&quot;29662&quot;:6187,&quot;29626&quot;:6188,&quot;29682&quot;:6189,&quot;29711&quot;:6190,&quot;29738&quot;:6191,&quot;29787&quot;:6192,&quot;29734&quot;:6193,&quot;29733&quot;:6194,&quot;29736&quot;:6195,&quot;29744&quot;:6196,&quot;29742&quot;:6197,&quot;29740&quot;:6198,&quot;29723&quot;:6199,&quot;29722&quot;:6200,&quot;29761&quot;:6201,&quot;29788&quot;:6202,&quot;29783&quot;:6203,&quot;29781&quot;:6204,&quot;29785&quot;:6205,&quot;29815&quot;:6206,&quot;29805&quot;:6207,&quot;29822&quot;:6208,&quot;29852&quot;:6209,&quot;29838&quot;:6210,&quot;29824&quot;:6211,&quot;29825&quot;:6212,&quot;29831&quot;:6213,&quot;29835&quot;:6214,&quot;29854&quot;:6215,&quot;29864&quot;:6216,&quot;29865&quot;:6217,&quot;29840&quot;:6218,&quot;29863&quot;:6219,&quot;29906&quot;:6220,&quot;29882&quot;:6221,&quot;38890&quot;:6222,&quot;38891&quot;:6223,&quot;38892&quot;:6224,&quot;26444&quot;:6225,&quot;26451&quot;:6226,&quot;26462&quot;:6227,&quot;26440&quot;:6228,&quot;26473&quot;:6229,&quot;26533&quot;:6230,&quot;26503&quot;:6231,&quot;26474&quot;:6232,&quot;26483&quot;:6233,&quot;26520&quot;:6234,&quot;26535&quot;:6235,&quot;26485&quot;:6236,&quot;26536&quot;:6237,&quot;26526&quot;:6238,&quot;26541&quot;:6239,&quot;26507&quot;:6240,&quot;26487&quot;:6241,&quot;26492&quot;:6242,&quot;26608&quot;:6243,&quot;26633&quot;:6244,&quot;26584&quot;:6245,&quot;26634&quot;:6246,&quot;26601&quot;:6247,&quot;26544&quot;:6248,&quot;26636&quot;:6249,&quot;26585&quot;:6250,&quot;26549&quot;:6251,&quot;26586&quot;:6252,&quot;26547&quot;:6253,&quot;26589&quot;:6254,&quot;26624&quot;:6255,&quot;26563&quot;:6256,&quot;26552&quot;:6257,&quot;26594&quot;:6258,&quot;26638&quot;:6259,&quot;26561&quot;:6260,&quot;26621&quot;:6261,&quot;26674&quot;:6262,&quot;26675&quot;:6263,&quot;26720&quot;:6264,&quot;26721&quot;:6265,&quot;26702&quot;:6266,&quot;26722&quot;:6267,&quot;26692&quot;:6268,&quot;26724&quot;:6269,&quot;26755&quot;:6270,&quot;26653&quot;:6271,&quot;26709&quot;:6272,&quot;26726&quot;:6273,&quot;26689&quot;:6274,&quot;26727&quot;:6275,&quot;26688&quot;:6276,&quot;26686&quot;:6277,&quot;26698&quot;:6278,&quot;26697&quot;:6279,&quot;26665&quot;:6280,&quot;26805&quot;:6281,&quot;26767&quot;:6282,&quot;26740&quot;:6283,&quot;26743&quot;:6284,&quot;26771&quot;:6285,&quot;26731&quot;:6286,&quot;26818&quot;:6287,&quot;26990&quot;:6288,&quot;26876&quot;:6289,&quot;26911&quot;:6290,&quot;26912&quot;:6291,&quot;26873&quot;:6292,&quot;26916&quot;:6293,&quot;26864&quot;:6294,&quot;26891&quot;:6295,&quot;26881&quot;:6296,&quot;26967&quot;:6297,&quot;26851&quot;:6298,&quot;26896&quot;:6299,&quot;26993&quot;:6300,&quot;26937&quot;:6301,&quot;26976&quot;:6302,&quot;26946&quot;:6303,&quot;26973&quot;:6304,&quot;27012&quot;:6305,&quot;26987&quot;:6306,&quot;27008&quot;:6307,&quot;27032&quot;:6308,&quot;27000&quot;:6309,&quot;26932&quot;:6310,&quot;27084&quot;:6311,&quot;27015&quot;:6312,&quot;27016&quot;:6313,&quot;27086&quot;:6314,&quot;27017&quot;:6315,&quot;26982&quot;:6316,&quot;26979&quot;:6317,&quot;27001&quot;:6318,&quot;27035&quot;:6319,&quot;27047&quot;:6320,&quot;27067&quot;:6321,&quot;27051&quot;:6322,&quot;27053&quot;:6323,&quot;27092&quot;:6324,&quot;27057&quot;:6325,&quot;27073&quot;:6326,&quot;27082&quot;:6327,&quot;27103&quot;:6328,&quot;27029&quot;:6329,&quot;27104&quot;:6330,&quot;27021&quot;:6331,&quot;27135&quot;:6332,&quot;27183&quot;:6333,&quot;27117&quot;:6334,&quot;27159&quot;:6335,&quot;27160&quot;:6336,&quot;27237&quot;:6337,&quot;27122&quot;:6338,&quot;27204&quot;:6339,&quot;27198&quot;:6340,&quot;27296&quot;:6341,&quot;27216&quot;:6342,&quot;27227&quot;:6343,&quot;27189&quot;:6344,&quot;27278&quot;:6345,&quot;27257&quot;:6346,&quot;27197&quot;:6347,&quot;27176&quot;:6348,&quot;27224&quot;:6349,&quot;27260&quot;:6350,&quot;27281&quot;:6351,&quot;27280&quot;:6352,&quot;27305&quot;:6353,&quot;27287&quot;:6354,&quot;27307&quot;:6355,&quot;29495&quot;:6356,&quot;29522&quot;:6357,&quot;27521&quot;:6358,&quot;27522&quot;:6359,&quot;27527&quot;:6360,&quot;27524&quot;:6361,&quot;27538&quot;:6362,&quot;27539&quot;:6363,&quot;27533&quot;:6364,&quot;27546&quot;:6365,&quot;27547&quot;:6366,&quot;27553&quot;:6367,&quot;27562&quot;:6368,&quot;36715&quot;:6369,&quot;36717&quot;:6370,&quot;36721&quot;:6371,&quot;36722&quot;:6372,&quot;36723&quot;:6373,&quot;36725&quot;:6374,&quot;36726&quot;:6375,&quot;36728&quot;:6376,&quot;36727&quot;:6377,&quot;36729&quot;:6378,&quot;36730&quot;:6379,&quot;36732&quot;:6380,&quot;36734&quot;:6381,&quot;36737&quot;:6382,&quot;36738&quot;:6383,&quot;36740&quot;:6384,&quot;36743&quot;:6385,&quot;36747&quot;:6386,&quot;36749&quot;:6387,&quot;36750&quot;:6388,&quot;36751&quot;:6389,&quot;36760&quot;:6390,&quot;36762&quot;:6391,&quot;36558&quot;:6392,&quot;25099&quot;:6393,&quot;25111&quot;:6394,&quot;25115&quot;:6395,&quot;25119&quot;:6396,&quot;25122&quot;:6397,&quot;25121&quot;:6398,&quot;25125&quot;:6399,&quot;25124&quot;:6400,&quot;25132&quot;:6401,&quot;33255&quot;:6402,&quot;29935&quot;:6403,&quot;29940&quot;:6404,&quot;29951&quot;:6405,&quot;29967&quot;:6406,&quot;29969&quot;:6407,&quot;29971&quot;:6408,&quot;12097&quot;:6409,&quot;25908&quot;:6409,&quot;26094&quot;:6410,&quot;26095&quot;:6411,&quot;26096&quot;:6412,&quot;26122&quot;:6413,&quot;26137&quot;:6414,&quot;26482&quot;:6415,&quot;26115&quot;:6416,&quot;26133&quot;:6417,&quot;26112&quot;:6418,&quot;28805&quot;:6419,&quot;26359&quot;:6420,&quot;26141&quot;:6421,&quot;26164&quot;:6422,&quot;26161&quot;:6423,&quot;26166&quot;:6424,&quot;26165&quot;:6425,&quot;32774&quot;:6426,&quot;26207&quot;:6427,&quot;26196&quot;:6428,&quot;26177&quot;:6429,&quot;26191&quot;:6430,&quot;26198&quot;:6431,&quot;26209&quot;:6432,&quot;26199&quot;:6433,&quot;26231&quot;:6434,&quot;26244&quot;:6435,&quot;26252&quot;:6436,&quot;26279&quot;:6437,&quot;26269&quot;:6438,&quot;26302&quot;:6439,&quot;26331&quot;:6440,&quot;26332&quot;:6441,&quot;26342&quot;:6442,&quot;26345&quot;:6443,&quot;36146&quot;:6444,&quot;36147&quot;:6445,&quot;36150&quot;:6446,&quot;36155&quot;:6447,&quot;36157&quot;:6448,&quot;36160&quot;:6449,&quot;36165&quot;:6450,&quot;36166&quot;:6451,&quot;36168&quot;:6452,&quot;36169&quot;:6453,&quot;36167&quot;:6454,&quot;36173&quot;:6455,&quot;36181&quot;:6456,&quot;36185&quot;:6457,&quot;35271&quot;:6458,&quot;35274&quot;:6459,&quot;35275&quot;:6460,&quot;35276&quot;:6461,&quot;35278&quot;:6462,&quot;35279&quot;:6463,&quot;35280&quot;:6464,&quot;35281&quot;:6465,&quot;29294&quot;:6466,&quot;29343&quot;:6467,&quot;29277&quot;:6468,&quot;29286&quot;:6469,&quot;29295&quot;:6470,&quot;29310&quot;:6471,&quot;29311&quot;:6472,&quot;29316&quot;:6473,&quot;29323&quot;:6474,&quot;29325&quot;:6475,&quot;29327&quot;:6476,&quot;29330&quot;:6477,&quot;25352&quot;:6478,&quot;25394&quot;:6479,&quot;25520&quot;:6480,&quot;25663&quot;:6481,&quot;25816&quot;:6482,&quot;32772&quot;:6483,&quot;27626&quot;:6484,&quot;27635&quot;:6485,&quot;27645&quot;:6486,&quot;27637&quot;:6487,&quot;27641&quot;:6488,&quot;27653&quot;:6489,&quot;27655&quot;:6490,&quot;27654&quot;:6491,&quot;27661&quot;:6492,&quot;27669&quot;:6493,&quot;27672&quot;:6494,&quot;27673&quot;:6495,&quot;27674&quot;:6496,&quot;27681&quot;:6497,&quot;27689&quot;:6498,&quot;27684&quot;:6499,&quot;27690&quot;:6500,&quot;27698&quot;:6501,&quot;25909&quot;:6502,&quot;25941&quot;:6503,&quot;25963&quot;:6504,&quot;29261&quot;:6505,&quot;29266&quot;:6506,&quot;29270&quot;:6507,&quot;29232&quot;:6508,&quot;34402&quot;:6509,&quot;21014&quot;:6510,&quot;32927&quot;:6511,&quot;32924&quot;:6512,&quot;32915&quot;:6513,&quot;32956&quot;:6514,&quot;26378&quot;:6515,&quot;32957&quot;:6516,&quot;32945&quot;:6517,&quot;32939&quot;:6518,&quot;32941&quot;:6519,&quot;32948&quot;:6520,&quot;32951&quot;:6521,&quot;32999&quot;:6522,&quot;33000&quot;:6523,&quot;33001&quot;:6524,&quot;33002&quot;:6525,&quot;32987&quot;:6526,&quot;32962&quot;:6527,&quot;32964&quot;:6528,&quot;32985&quot;:6529,&quot;32973&quot;:6530,&quot;32983&quot;:6531,&quot;26384&quot;:6532,&quot;32989&quot;:6533,&quot;33003&quot;:6534,&quot;33009&quot;:6535,&quot;33012&quot;:6536,&quot;33005&quot;:6537,&quot;33037&quot;:6538,&quot;33038&quot;:6539,&quot;33010&quot;:6540,&quot;33020&quot;:6541,&quot;26389&quot;:6542,&quot;33042&quot;:6543,&quot;35930&quot;:6544,&quot;33078&quot;:6545,&quot;33054&quot;:6546,&quot;33068&quot;:6547,&quot;33048&quot;:6548,&quot;33074&quot;:6549,&quot;33096&quot;:6550,&quot;33100&quot;:6551,&quot;33107&quot;:6552,&quot;33140&quot;:6553,&quot;33113&quot;:6554,&quot;33114&quot;:6555,&quot;33137&quot;:6556,&quot;33120&quot;:6557,&quot;33129&quot;:6558,&quot;33148&quot;:6559,&quot;33149&quot;:6560,&quot;33133&quot;:6561,&quot;33127&quot;:6562,&quot;22605&quot;:6563,&quot;23221&quot;:6564,&quot;33160&quot;:6565,&quot;33154&quot;:6566,&quot;33169&quot;:6567,&quot;28373&quot;:6568,&quot;33187&quot;:6569,&quot;33194&quot;:6570,&quot;33228&quot;:6571,&quot;26406&quot;:6572,&quot;33226&quot;:6573,&quot;33211&quot;:6574,&quot;33217&quot;:6575,&quot;33190&quot;:6576,&quot;27428&quot;:6577,&quot;27447&quot;:6578,&quot;27449&quot;:6579,&quot;27459&quot;:6580,&quot;27462&quot;:6581,&quot;27481&quot;:6582,&quot;39121&quot;:6583,&quot;39122&quot;:6584,&quot;39123&quot;:6585,&quot;39125&quot;:6586,&quot;39129&quot;:6587,&quot;39130&quot;:6588,&quot;12110&quot;:6589,&quot;27571&quot;:6589,&quot;24384&quot;:6590,&quot;27586&quot;:6591,&quot;35315&quot;:6592,&quot;26000&quot;:6593,&quot;40785&quot;:6594,&quot;26003&quot;:6595,&quot;26044&quot;:6596,&quot;26054&quot;:6597,&quot;26052&quot;:6598,&quot;26051&quot;:6599,&quot;26060&quot;:6600,&quot;26062&quot;:6601,&quot;26066&quot;:6602,&quot;26070&quot;:6603,&quot;28800&quot;:6604,&quot;28828&quot;:6605,&quot;28822&quot;:6606,&quot;28829&quot;:6607,&quot;28859&quot;:6608,&quot;28864&quot;:6609,&quot;28855&quot;:6610,&quot;28843&quot;:6611,&quot;28849&quot;:6612,&quot;28904&quot;:6613,&quot;28874&quot;:6614,&quot;28944&quot;:6615,&quot;28947&quot;:6616,&quot;28950&quot;:6617,&quot;28975&quot;:6618,&quot;28977&quot;:6619,&quot;29043&quot;:6620,&quot;29020&quot;:6621,&quot;29032&quot;:6622,&quot;28997&quot;:6623,&quot;29042&quot;:6624,&quot;29002&quot;:6625,&quot;29048&quot;:6626,&quot;29050&quot;:6627,&quot;29080&quot;:6628,&quot;29107&quot;:6629,&quot;29109&quot;:6630,&quot;29096&quot;:6631,&quot;29088&quot;:6632,&quot;29152&quot;:6633,&quot;29140&quot;:6634,&quot;29159&quot;:6635,&quot;29177&quot;:6636,&quot;29213&quot;:6637,&quot;29224&quot;:6638,&quot;28780&quot;:6639,&quot;28952&quot;:6640,&quot;29030&quot;:6641,&quot;29113&quot;:6642,&quot;25150&quot;:6643,&quot;25149&quot;:6644,&quot;25155&quot;:6645,&quot;25160&quot;:6646,&quot;25161&quot;:6647,&quot;31035&quot;:6648,&quot;31040&quot;:6649,&quot;31046&quot;:6650,&quot;31049&quot;:6651,&quot;31067&quot;:6652,&quot;31068&quot;:6653,&quot;31059&quot;:6654,&quot;31066&quot;:6655,&quot;31074&quot;:6656,&quot;31063&quot;:6657,&quot;31072&quot;:6658,&quot;31087&quot;:6659,&quot;31079&quot;:6660,&quot;31098&quot;:6661,&quot;31109&quot;:6662,&quot;31114&quot;:6663,&quot;31130&quot;:6664,&quot;31143&quot;:6665,&quot;31155&quot;:6666,&quot;24529&quot;:6667,&quot;24528&quot;:6668,&quot;24636&quot;:6669,&quot;24669&quot;:6670,&quot;24666&quot;:6671,&quot;24679&quot;:6672,&quot;24641&quot;:6673,&quot;24665&quot;:6674,&quot;24675&quot;:6675,&quot;24747&quot;:6676,&quot;24838&quot;:6677,&quot;24845&quot;:6678,&quot;24925&quot;:6679,&quot;25001&quot;:6680,&quot;24989&quot;:6681,&quot;25035&quot;:6682,&quot;25041&quot;:6683,&quot;25094&quot;:6684,&quot;32896&quot;:6685,&quot;12160&quot;:6686,&quot;32895&quot;:6686,&quot;27795&quot;:6687,&quot;27894&quot;:6688,&quot;28156&quot;:6689,&quot;30710&quot;:6690,&quot;30712&quot;:6691,&quot;30720&quot;:6692,&quot;30729&quot;:6693,&quot;30743&quot;:6694,&quot;30744&quot;:6695,&quot;30737&quot;:6696,&quot;26027&quot;:6697,&quot;30765&quot;:6698,&quot;30748&quot;:6699,&quot;30749&quot;:6700,&quot;30777&quot;:6701,&quot;30778&quot;:6702,&quot;30779&quot;:6703,&quot;30751&quot;:6704,&quot;30780&quot;:6705,&quot;30757&quot;:6706,&quot;30764&quot;:6707,&quot;30755&quot;:6708,&quot;30761&quot;:6709,&quot;30798&quot;:6710,&quot;30829&quot;:6711,&quot;30806&quot;:6712,&quot;30807&quot;:6713,&quot;30758&quot;:6714,&quot;30800&quot;:6715,&quot;30791&quot;:6716,&quot;30796&quot;:6717,&quot;30826&quot;:6718,&quot;30875&quot;:6719,&quot;30867&quot;:6720,&quot;30874&quot;:6721,&quot;30855&quot;:6722,&quot;30876&quot;:6723,&quot;30881&quot;:6724,&quot;30883&quot;:6725,&quot;30898&quot;:6726,&quot;30905&quot;:6727,&quot;30885&quot;:6728,&quot;30932&quot;:6729,&quot;30937&quot;:6730,&quot;30921&quot;:6731,&quot;30956&quot;:6732,&quot;30962&quot;:6733,&quot;30981&quot;:6734,&quot;30964&quot;:6735,&quot;30995&quot;:6736,&quot;31012&quot;:6737,&quot;31006&quot;:6738,&quot;31028&quot;:6739,&quot;40859&quot;:6740,&quot;12235&quot;:6741,&quot;40697&quot;:6741,&quot;40699&quot;:6742,&quot;40700&quot;:6743,&quot;30449&quot;:6744,&quot;30468&quot;:6745,&quot;30477&quot;:6746,&quot;30457&quot;:6747,&quot;30471&quot;:6748,&quot;30472&quot;:6749,&quot;30490&quot;:6750,&quot;30498&quot;:6751,&quot;30489&quot;:6752,&quot;30509&quot;:6753,&quot;30502&quot;:6754,&quot;30517&quot;:6755,&quot;30520&quot;:6756,&quot;30544&quot;:6757,&quot;30545&quot;:6758,&quot;30535&quot;:6759,&quot;30531&quot;:6760,&quot;30554&quot;:6761,&quot;30568&quot;:6762,&quot;30562&quot;:6763,&quot;30565&quot;:6764,&quot;30591&quot;:6765,&quot;30605&quot;:6766,&quot;30589&quot;:6767,&quot;30592&quot;:6768,&quot;30604&quot;:6769,&quot;30609&quot;:6770,&quot;30623&quot;:6771,&quot;30624&quot;:6772,&quot;30640&quot;:6773,&quot;30645&quot;:6774,&quot;30653&quot;:6775,&quot;30010&quot;:6776,&quot;30016&quot;:6777,&quot;30030&quot;:6778,&quot;30027&quot;:6779,&quot;30024&quot;:6780,&quot;30043&quot;:6781,&quot;30066&quot;:6782,&quot;30073&quot;:6783,&quot;30083&quot;:6784,&quot;32600&quot;:6785,&quot;32609&quot;:6786,&quot;32607&quot;:6787,&quot;35400&quot;:6788,&quot;32616&quot;:6789,&quot;32628&quot;:6790,&quot;32625&quot;:6791,&quot;32633&quot;:6792,&quot;32641&quot;:6793,&quot;32638&quot;:6794,&quot;30413&quot;:6795,&quot;30437&quot;:6796,&quot;34866&quot;:6797,&quot;38021&quot;:6798,&quot;38022&quot;:6799,&quot;38023&quot;:6800,&quot;38027&quot;:6801,&quot;38026&quot;:6802,&quot;38028&quot;:6803,&quot;38029&quot;:6804,&quot;38031&quot;:6805,&quot;38032&quot;:6806,&quot;38036&quot;:6807,&quot;38039&quot;:6808,&quot;38037&quot;:6809,&quot;38042&quot;:6810,&quot;38043&quot;:6811,&quot;38044&quot;:6812,&quot;38051&quot;:6813,&quot;38052&quot;:6814,&quot;38059&quot;:6815,&quot;38058&quot;:6816,&quot;38061&quot;:6817,&quot;38060&quot;:6818,&quot;38063&quot;:6819,&quot;38064&quot;:6820,&quot;38066&quot;:6821,&quot;38068&quot;:6822,&quot;38070&quot;:6823,&quot;38071&quot;:6824,&quot;38072&quot;:6825,&quot;38073&quot;:6826,&quot;38074&quot;:6827,&quot;38076&quot;:6828,&quot;38077&quot;:6829,&quot;38079&quot;:6830,&quot;38084&quot;:6831,&quot;38088&quot;:6832,&quot;38089&quot;:6833,&quot;38090&quot;:6834,&quot;38091&quot;:6835,&quot;38092&quot;:6836,&quot;38093&quot;:6837,&quot;38094&quot;:6838,&quot;38096&quot;:6839,&quot;38097&quot;:6840,&quot;38098&quot;:6841,&quot;38101&quot;:6842,&quot;38102&quot;:6843,&quot;38103&quot;:6844,&quot;38105&quot;:6845,&quot;38104&quot;:6846,&quot;38107&quot;:6847,&quot;38110&quot;:6848,&quot;38111&quot;:6849,&quot;38112&quot;:6850,&quot;38114&quot;:6851,&quot;38116&quot;:6852,&quot;38117&quot;:6853,&quot;38119&quot;:6854,&quot;38120&quot;:6855,&quot;38122&quot;:6856,&quot;38121&quot;:6857,&quot;38123&quot;:6858,&quot;38126&quot;:6859,&quot;38127&quot;:6860,&quot;38131&quot;:6861,&quot;38132&quot;:6862,&quot;38133&quot;:6863,&quot;38135&quot;:6864,&quot;38137&quot;:6865,&quot;38140&quot;:6866,&quot;38141&quot;:6867,&quot;38143&quot;:6868,&quot;38147&quot;:6869,&quot;38146&quot;:6870,&quot;38150&quot;:6871,&quot;38151&quot;:6872,&quot;38153&quot;:6873,&quot;38154&quot;:6874,&quot;38157&quot;:6875,&quot;38158&quot;:6876,&quot;38159&quot;:6877,&quot;38162&quot;:6878,&quot;38163&quot;:6879,&quot;38164&quot;:6880,&quot;38165&quot;:6881,&quot;38166&quot;:6882,&quot;38168&quot;:6883,&quot;38171&quot;:6884,&quot;38173&quot;:6885,&quot;38174&quot;:6886,&quot;38175&quot;:6887,&quot;38178&quot;:6888,&quot;38186&quot;:6889,&quot;38187&quot;:6890,&quot;38185&quot;:6891,&quot;38188&quot;:6892,&quot;38193&quot;:6893,&quot;38194&quot;:6894,&quot;38196&quot;:6895,&quot;38198&quot;:6896,&quot;38199&quot;:6897,&quot;38200&quot;:6898,&quot;38204&quot;:6899,&quot;38206&quot;:6900,&quot;38207&quot;:6901,&quot;38210&quot;:6902,&quot;38197&quot;:6903,&quot;38212&quot;:6904,&quot;38213&quot;:6905,&quot;38214&quot;:6906,&quot;38217&quot;:6907,&quot;38220&quot;:6908,&quot;38222&quot;:6909,&quot;38223&quot;:6910,&quot;38226&quot;:6911,&quot;38227&quot;:6912,&quot;38228&quot;:6913,&quot;38230&quot;:6914,&quot;38231&quot;:6915,&quot;38232&quot;:6916,&quot;38233&quot;:6917,&quot;38235&quot;:6918,&quot;38238&quot;:6919,&quot;38239&quot;:6920,&quot;38237&quot;:6921,&quot;38241&quot;:6922,&quot;38242&quot;:6923,&quot;38244&quot;:6924,&quot;38245&quot;:6925,&quot;38246&quot;:6926,&quot;38247&quot;:6927,&quot;38248&quot;:6928,&quot;38249&quot;:6929,&quot;38250&quot;:6930,&quot;38251&quot;:6931,&quot;38252&quot;:6932,&quot;38255&quot;:6933,&quot;38257&quot;:6934,&quot;38258&quot;:6935,&quot;38259&quot;:6936,&quot;38202&quot;:6937,&quot;30695&quot;:6938,&quot;30700&quot;:6939,&quot;38601&quot;:6940,&quot;31189&quot;:6941,&quot;31213&quot;:6942,&quot;31203&quot;:6943,&quot;31211&quot;:6944,&quot;31238&quot;:6945,&quot;23879&quot;:6946,&quot;31235&quot;:6947,&quot;31234&quot;:6948,&quot;31262&quot;:6949,&quot;31252&quot;:6950,&quot;31289&quot;:6951,&quot;31287&quot;:6952,&quot;31313&quot;:6953,&quot;40655&quot;:6954,&quot;39333&quot;:6955,&quot;31344&quot;:6956,&quot;30344&quot;:6957,&quot;30350&quot;:6958,&quot;30355&quot;:6959,&quot;30361&quot;:6960,&quot;30372&quot;:6961,&quot;29918&quot;:6962,&quot;29920&quot;:6963,&quot;29996&quot;:6964,&quot;40480&quot;:6965,&quot;40482&quot;:6966,&quot;40488&quot;:6967,&quot;40489&quot;:6968,&quot;40490&quot;:6969,&quot;40491&quot;:6970,&quot;40492&quot;:6971,&quot;40498&quot;:6972,&quot;40497&quot;:6973,&quot;40502&quot;:6974,&quot;40504&quot;:6975,&quot;40503&quot;:6976,&quot;40505&quot;:6977,&quot;40506&quot;:6978,&quot;40510&quot;:6979,&quot;40513&quot;:6980,&quot;40514&quot;:6981,&quot;40516&quot;:6982,&quot;40518&quot;:6983,&quot;40519&quot;:6984,&quot;40520&quot;:6985,&quot;40521&quot;:6986,&quot;40523&quot;:6987,&quot;40524&quot;:6988,&quot;40526&quot;:6989,&quot;40529&quot;:6990,&quot;40533&quot;:6991,&quot;40535&quot;:6992,&quot;40538&quot;:6993,&quot;40539&quot;:6994,&quot;40540&quot;:6995,&quot;40542&quot;:6996,&quot;40547&quot;:6997,&quot;40550&quot;:6998,&quot;40551&quot;:6999,&quot;40552&quot;:7000,&quot;40553&quot;:7001,&quot;40554&quot;:7002,&quot;40555&quot;:7003,&quot;40556&quot;:7004,&quot;40561&quot;:7005,&quot;40557&quot;:7006,&quot;40563&quot;:7007,&quot;12135&quot;:7008,&quot;30098&quot;:7008,&quot;30100&quot;:7009,&quot;30102&quot;:7010,&quot;30112&quot;:7011,&quot;30109&quot;:7012,&quot;30124&quot;:7013,&quot;30115&quot;:7014,&quot;30131&quot;:7015,&quot;30132&quot;:7016,&quot;30136&quot;:7017,&quot;30148&quot;:7018,&quot;30129&quot;:7019,&quot;30128&quot;:7020,&quot;30147&quot;:7021,&quot;30146&quot;:7022,&quot;30166&quot;:7023,&quot;30157&quot;:7024,&quot;30179&quot;:7025,&quot;30184&quot;:7026,&quot;30182&quot;:7027,&quot;30180&quot;:7028,&quot;30187&quot;:7029,&quot;30183&quot;:7030,&quot;30211&quot;:7031,&quot;30193&quot;:7032,&quot;30204&quot;:7033,&quot;30207&quot;:7034,&quot;30224&quot;:7035,&quot;30208&quot;:7036,&quot;30213&quot;:7037,&quot;30220&quot;:7038,&quot;30231&quot;:7039,&quot;30218&quot;:7040,&quot;30245&quot;:7041,&quot;30232&quot;:7042,&quot;30229&quot;:7043,&quot;30233&quot;:7044,&quot;30235&quot;:7045,&quot;30268&quot;:7046,&quot;30242&quot;:7047,&quot;30240&quot;:7048,&quot;30272&quot;:7049,&quot;30253&quot;:7050,&quot;30256&quot;:7051,&quot;30271&quot;:7052,&quot;30261&quot;:7053,&quot;30275&quot;:7054,&quot;30270&quot;:7055,&quot;30259&quot;:7056,&quot;30285&quot;:7057,&quot;30302&quot;:7058,&quot;30292&quot;:7059,&quot;30300&quot;:7060,&quot;30294&quot;:7061,&quot;30315&quot;:7062,&quot;30319&quot;:7063,&quot;32714&quot;:7064,&quot;31462&quot;:7065,&quot;31352&quot;:7066,&quot;31353&quot;:7067,&quot;31360&quot;:7068,&quot;31366&quot;:7069,&quot;31368&quot;:7070,&quot;31381&quot;:7071,&quot;31398&quot;:7072,&quot;31392&quot;:7073,&quot;31404&quot;:7074,&quot;31400&quot;:7075,&quot;31405&quot;:7076,&quot;31411&quot;:7077,&quot;34916&quot;:7078,&quot;34921&quot;:7079,&quot;34930&quot;:7080,&quot;34941&quot;:7081,&quot;34943&quot;:7082,&quot;34946&quot;:7083,&quot;34978&quot;:7084,&quot;35014&quot;:7085,&quot;34999&quot;:7086,&quot;35004&quot;:7087,&quot;35017&quot;:7088,&quot;35042&quot;:7089,&quot;35022&quot;:7090,&quot;35043&quot;:7091,&quot;35045&quot;:7092,&quot;35057&quot;:7093,&quot;35098&quot;:7094,&quot;35068&quot;:7095,&quot;35048&quot;:7096,&quot;35070&quot;:7097,&quot;35056&quot;:7098,&quot;35105&quot;:7099,&quot;35097&quot;:7100,&quot;35091&quot;:7101,&quot;35099&quot;:7102,&quot;35082&quot;:7103,&quot;35124&quot;:7104,&quot;35115&quot;:7105,&quot;35126&quot;:7106,&quot;35137&quot;:7107,&quot;35174&quot;:7108,&quot;35195&quot;:7109,&quot;12134&quot;:7110,&quot;30091&quot;:7110,&quot;32997&quot;:7111,&quot;30386&quot;:7112,&quot;30388&quot;:7113,&quot;30684&quot;:7114,&quot;12158&quot;:7115,&quot;32786&quot;:7115,&quot;32788&quot;:7116,&quot;32790&quot;:7117,&quot;32796&quot;:7118,&quot;32800&quot;:7119,&quot;32802&quot;:7120,&quot;32805&quot;:7121,&quot;32806&quot;:7122,&quot;32807&quot;:7123,&quot;32809&quot;:7124,&quot;32808&quot;:7125,&quot;32817&quot;:7126,&quot;32779&quot;:7127,&quot;32821&quot;:7128,&quot;32835&quot;:7129,&quot;32838&quot;:7130,&quot;32845&quot;:7131,&quot;32850&quot;:7132,&quot;32873&quot;:7133,&quot;32881&quot;:7134,&quot;35203&quot;:7135,&quot;39032&quot;:7136,&quot;39040&quot;:7137,&quot;39043&quot;:7138,&quot;39049&quot;:7139,&quot;39052&quot;:7140,&quot;39053&quot;:7141,&quot;39055&quot;:7142,&quot;39060&quot;:7143,&quot;39066&quot;:7144,&quot;39067&quot;:7145,&quot;39070&quot;:7146,&quot;39071&quot;:7147,&quot;39073&quot;:7148,&quot;39074&quot;:7149,&quot;39077&quot;:7150,&quot;39078&quot;:7151,&quot;12172&quot;:7152,&quot;34381&quot;:7152,&quot;34388&quot;:7153,&quot;34412&quot;:7154,&quot;34414&quot;:7155,&quot;34431&quot;:7156,&quot;34426&quot;:7157,&quot;34428&quot;:7158,&quot;34427&quot;:7159,&quot;34472&quot;:7160,&quot;34445&quot;:7161,&quot;34443&quot;:7162,&quot;34476&quot;:7163,&quot;34461&quot;:7164,&quot;34471&quot;:7165,&quot;34467&quot;:7166,&quot;34474&quot;:7167,&quot;34451&quot;:7168,&quot;34473&quot;:7169,&quot;34486&quot;:7170,&quot;34500&quot;:7171,&quot;34485&quot;:7172,&quot;34510&quot;:7173,&quot;34480&quot;:7174,&quot;34490&quot;:7175,&quot;34481&quot;:7176,&quot;34479&quot;:7177,&quot;34505&quot;:7178,&quot;34511&quot;:7179,&quot;34484&quot;:7180,&quot;34537&quot;:7181,&quot;34545&quot;:7182,&quot;34546&quot;:7183,&quot;34541&quot;:7184,&quot;34547&quot;:7185,&quot;34512&quot;:7186,&quot;34579&quot;:7187,&quot;34526&quot;:7188,&quot;34548&quot;:7189,&quot;34527&quot;:7190,&quot;34520&quot;:7191,&quot;34513&quot;:7192,&quot;34563&quot;:7193,&quot;34567&quot;:7194,&quot;34552&quot;:7195,&quot;34568&quot;:7196,&quot;34570&quot;:7197,&quot;34573&quot;:7198,&quot;34569&quot;:7199,&quot;34595&quot;:7200,&quot;34619&quot;:7201,&quot;34590&quot;:7202,&quot;34597&quot;:7203,&quot;34606&quot;:7204,&quot;34586&quot;:7205,&quot;34622&quot;:7206,&quot;34632&quot;:7207,&quot;34612&quot;:7208,&quot;34609&quot;:7209,&quot;34601&quot;:7210,&quot;34615&quot;:7211,&quot;34623&quot;:7212,&quot;34690&quot;:7213,&quot;34594&quot;:7214,&quot;34685&quot;:7215,&quot;34686&quot;:7216,&quot;34683&quot;:7217,&quot;34656&quot;:7218,&quot;34672&quot;:7219,&quot;34636&quot;:7220,&quot;34670&quot;:7221,&quot;34699&quot;:7222,&quot;34643&quot;:7223,&quot;34659&quot;:7224,&quot;34684&quot;:7225,&quot;34660&quot;:7226,&quot;34649&quot;:7227,&quot;34661&quot;:7228,&quot;34707&quot;:7229,&quot;34735&quot;:7230,&quot;34728&quot;:7231,&quot;34770&quot;:7232,&quot;34758&quot;:7233,&quot;34696&quot;:7234,&quot;34693&quot;:7235,&quot;34733&quot;:7236,&quot;34711&quot;:7237,&quot;34691&quot;:7238,&quot;34731&quot;:7239,&quot;34789&quot;:7240,&quot;34732&quot;:7241,&quot;34741&quot;:7242,&quot;34739&quot;:7243,&quot;34763&quot;:7244,&quot;34771&quot;:7245,&quot;34749&quot;:7246,&quot;34769&quot;:7247,&quot;34752&quot;:7248,&quot;34762&quot;:7249,&quot;34779&quot;:7250,&quot;34794&quot;:7251,&quot;34784&quot;:7252,&quot;34798&quot;:7253,&quot;34838&quot;:7254,&quot;34835&quot;:7255,&quot;34814&quot;:7256,&quot;34826&quot;:7257,&quot;34843&quot;:7258,&quot;34849&quot;:7259,&quot;34873&quot;:7260,&quot;34876&quot;:7261,&quot;12152&quot;:7262,&quot;32566&quot;:7262,&quot;32578&quot;:7263,&quot;32580&quot;:7264,&quot;32581&quot;:7265,&quot;33296&quot;:7266,&quot;31482&quot;:7267,&quot;31485&quot;:7268,&quot;31496&quot;:7269,&quot;31491&quot;:7270,&quot;31492&quot;:7271,&quot;31509&quot;:7272,&quot;31498&quot;:7273,&quot;31531&quot;:7274,&quot;31503&quot;:7275,&quot;31559&quot;:7276,&quot;31544&quot;:7277,&quot;31530&quot;:7278,&quot;31513&quot;:7279,&quot;31534&quot;:7280,&quot;31537&quot;:7281,&quot;31520&quot;:7282,&quot;31525&quot;:7283,&quot;31524&quot;:7284,&quot;31539&quot;:7285,&quot;31550&quot;:7286,&quot;31518&quot;:7287,&quot;31576&quot;:7288,&quot;31578&quot;:7289,&quot;31557&quot;:7290,&quot;31605&quot;:7291,&quot;31564&quot;:7292,&quot;31581&quot;:7293,&quot;31584&quot;:7294,&quot;31598&quot;:7295,&quot;31611&quot;:7296,&quot;31586&quot;:7297,&quot;31602&quot;:7298,&quot;31601&quot;:7299,&quot;31632&quot;:7300,&quot;31654&quot;:7301,&quot;31655&quot;:7302,&quot;31672&quot;:7303,&quot;31660&quot;:7304,&quot;31645&quot;:7305,&quot;31656&quot;:7306,&quot;31621&quot;:7307,&quot;31658&quot;:7308,&quot;31644&quot;:7309,&quot;31650&quot;:7310,&quot;31659&quot;:7311,&quot;31668&quot;:7312,&quot;31697&quot;:7313,&quot;31681&quot;:7314,&quot;31692&quot;:7315,&quot;31709&quot;:7316,&quot;31706&quot;:7317,&quot;31717&quot;:7318,&quot;31718&quot;:7319,&quot;31722&quot;:7320,&quot;31756&quot;:7321,&quot;31742&quot;:7322,&quot;31740&quot;:7323,&quot;31759&quot;:7324,&quot;31766&quot;:7325,&quot;31755&quot;:7326,&quot;31775&quot;:7327,&quot;31786&quot;:7328,&quot;31782&quot;:7329,&quot;31800&quot;:7330,&quot;31809&quot;:7331,&quot;31808&quot;:7332,&quot;33278&quot;:7333,&quot;33281&quot;:7334,&quot;33282&quot;:7335,&quot;33284&quot;:7336,&quot;33260&quot;:7337,&quot;34884&quot;:7338,&quot;33313&quot;:7339,&quot;33314&quot;:7340,&quot;33315&quot;:7341,&quot;33325&quot;:7342,&quot;33327&quot;:7343,&quot;33320&quot;:7344,&quot;33323&quot;:7345,&quot;33336&quot;:7346,&quot;33339&quot;:7347,&quot;33331&quot;:7348,&quot;33332&quot;:7349,&quot;33342&quot;:7350,&quot;33348&quot;:7351,&quot;33353&quot;:7352,&quot;33355&quot;:7353,&quot;33359&quot;:7354,&quot;33370&quot;:7355,&quot;33375&quot;:7356,&quot;33384&quot;:7357,&quot;34942&quot;:7358,&quot;34949&quot;:7359,&quot;34952&quot;:7360,&quot;35032&quot;:7361,&quot;35039&quot;:7362,&quot;35166&quot;:7363,&quot;32669&quot;:7364,&quot;32671&quot;:7365,&quot;32679&quot;:7366,&quot;32687&quot;:7367,&quot;32688&quot;:7368,&quot;32690&quot;:7369,&quot;31868&quot;:7370,&quot;25929&quot;:7371,&quot;31889&quot;:7372,&quot;31901&quot;:7373,&quot;31900&quot;:7374,&quot;31902&quot;:7375,&quot;31906&quot;:7376,&quot;31922&quot;:7377,&quot;31932&quot;:7378,&quot;31933&quot;:7379,&quot;31937&quot;:7380,&quot;31943&quot;:7381,&quot;31948&quot;:7382,&quot;31949&quot;:7383,&quot;31944&quot;:7384,&quot;31941&quot;:7385,&quot;31959&quot;:7386,&quot;31976&quot;:7387,&quot;12169&quot;:7388,&quot;33390&quot;:7388,&quot;26280&quot;:7389,&quot;32703&quot;:7390,&quot;32718&quot;:7391,&quot;32725&quot;:7392,&quot;32741&quot;:7393,&quot;32737&quot;:7394,&quot;32742&quot;:7395,&quot;32745&quot;:7396,&quot;32750&quot;:7397,&quot;32755&quot;:7398,&quot;12151&quot;:7399,&quot;31992&quot;:7399,&quot;32119&quot;:7400,&quot;32166&quot;:7401,&quot;32174&quot;:7402,&quot;32327&quot;:7403,&quot;32411&quot;:7404,&quot;40632&quot;:7405,&quot;40628&quot;:7406,&quot;36211&quot;:7407,&quot;36228&quot;:7408,&quot;36244&quot;:7409,&quot;36241&quot;:7410,&quot;36273&quot;:7411,&quot;36199&quot;:7412,&quot;36205&quot;:7413,&quot;35911&quot;:7414,&quot;35913&quot;:7415,&quot;37194&quot;:7416,&quot;37200&quot;:7417,&quot;37198&quot;:7418,&quot;37199&quot;:7419,&quot;37220&quot;:7420,&quot;37218&quot;:7421,&quot;37217&quot;:7422,&quot;37232&quot;:7423,&quot;37225&quot;:7424,&quot;37231&quot;:7425,&quot;37245&quot;:7426,&quot;37246&quot;:7427,&quot;37234&quot;:7428,&quot;37236&quot;:7429,&quot;37241&quot;:7430,&quot;37260&quot;:7431,&quot;37253&quot;:7432,&quot;37264&quot;:7433,&quot;37261&quot;:7434,&quot;37265&quot;:7435,&quot;37282&quot;:7436,&quot;37283&quot;:7437,&quot;37290&quot;:7438,&quot;37293&quot;:7439,&quot;37294&quot;:7440,&quot;37295&quot;:7441,&quot;37301&quot;:7442,&quot;37300&quot;:7443,&quot;37306&quot;:7444,&quot;12183&quot;:7445,&quot;35925&quot;:7445,&quot;40574&quot;:7446,&quot;36280&quot;:7447,&quot;36331&quot;:7448,&quot;36357&quot;:7449,&quot;36441&quot;:7450,&quot;36457&quot;:7451,&quot;36277&quot;:7452,&quot;36287&quot;:7453,&quot;36284&quot;:7454,&quot;36282&quot;:7455,&quot;36292&quot;:7456,&quot;36310&quot;:7457,&quot;36311&quot;:7458,&quot;36314&quot;:7459,&quot;36318&quot;:7460,&quot;36302&quot;:7461,&quot;36303&quot;:7462,&quot;36315&quot;:7463,&quot;36294&quot;:7464,&quot;36332&quot;:7465,&quot;36343&quot;:7466,&quot;36344&quot;:7467,&quot;36323&quot;:7468,&quot;36345&quot;:7469,&quot;36347&quot;:7470,&quot;36324&quot;:7471,&quot;36361&quot;:7472,&quot;36349&quot;:7473,&quot;36372&quot;:7474,&quot;36381&quot;:7475,&quot;36383&quot;:7476,&quot;36396&quot;:7477,&quot;36398&quot;:7478,&quot;36387&quot;:7479,&quot;36399&quot;:7480,&quot;36410&quot;:7481,&quot;36416&quot;:7482,&quot;36409&quot;:7483,&quot;36405&quot;:7484,&quot;36413&quot;:7485,&quot;36401&quot;:7486,&quot;36425&quot;:7487,&quot;36417&quot;:7488,&quot;36418&quot;:7489,&quot;36433&quot;:7490,&quot;36434&quot;:7491,&quot;36426&quot;:7492,&quot;36464&quot;:7493,&quot;36470&quot;:7494,&quot;36476&quot;:7495,&quot;36463&quot;:7496,&quot;36468&quot;:7497,&quot;36485&quot;:7498,&quot;36495&quot;:7499,&quot;36500&quot;:7500,&quot;36496&quot;:7501,&quot;36508&quot;:7502,&quot;36510&quot;:7503,&quot;12184&quot;:7504,&quot;35960&quot;:7504,&quot;35970&quot;:7505,&quot;35978&quot;:7506,&quot;35973&quot;:7507,&quot;35992&quot;:7508,&quot;35988&quot;:7509,&quot;26011&quot;:7510,&quot;35286&quot;:7511,&quot;35294&quot;:7512,&quot;35290&quot;:7513,&quot;35292&quot;:7514,&quot;35301&quot;:7515,&quot;35307&quot;:7516,&quot;35311&quot;:7517,&quot;35390&quot;:7518,&quot;35622&quot;:7519,&quot;38739&quot;:7520,&quot;38633&quot;:7521,&quot;38643&quot;:7522,&quot;38639&quot;:7523,&quot;38662&quot;:7524,&quot;38657&quot;:7525,&quot;38664&quot;:7526,&quot;38671&quot;:7527,&quot;38670&quot;:7528,&quot;38698&quot;:7529,&quot;38701&quot;:7530,&quot;38704&quot;:7531,&quot;38718&quot;:7532,&quot;40832&quot;:7533,&quot;40835&quot;:7534,&quot;40837&quot;:7535,&quot;40838&quot;:7536,&quot;40839&quot;:7537,&quot;40840&quot;:7538,&quot;40841&quot;:7539,&quot;40842&quot;:7540,&quot;40844&quot;:7541,&quot;40702&quot;:7542,&quot;40715&quot;:7543,&quot;40717&quot;:7544,&quot;12203&quot;:7545,&quot;38585&quot;:7545,&quot;38588&quot;:7546,&quot;38589&quot;:7547,&quot;38606&quot;:7548,&quot;38610&quot;:7549,&quot;30655&quot;:7550,&quot;38624&quot;:7551,&quot;37518&quot;:7552,&quot;37550&quot;:7553,&quot;37576&quot;:7554,&quot;37694&quot;:7555,&quot;37738&quot;:7556,&quot;37834&quot;:7557,&quot;37775&quot;:7558,&quot;37950&quot;:7559,&quot;37995&quot;:7560,&quot;40063&quot;:7561,&quot;40066&quot;:7562,&quot;40069&quot;:7563,&quot;40070&quot;:7564,&quot;40071&quot;:7565,&quot;40072&quot;:7566,&quot;31267&quot;:7567,&quot;40075&quot;:7568,&quot;40078&quot;:7569,&quot;40080&quot;:7570,&quot;40081&quot;:7571,&quot;40082&quot;:7572,&quot;40084&quot;:7573,&quot;40085&quot;:7574,&quot;40090&quot;:7575,&quot;40091&quot;:7576,&quot;40094&quot;:7577,&quot;40095&quot;:7578,&quot;40096&quot;:7579,&quot;40097&quot;:7580,&quot;40098&quot;:7581,&quot;40099&quot;:7582,&quot;40101&quot;:7583,&quot;40102&quot;:7584,&quot;40103&quot;:7585,&quot;40104&quot;:7586,&quot;40105&quot;:7587,&quot;40107&quot;:7588,&quot;40109&quot;:7589,&quot;40110&quot;:7590,&quot;40112&quot;:7591,&quot;40113&quot;:7592,&quot;40114&quot;:7593,&quot;40115&quot;:7594,&quot;40116&quot;:7595,&quot;40117&quot;:7596,&quot;40118&quot;:7597,&quot;40119&quot;:7598,&quot;40122&quot;:7599,&quot;40123&quot;:7600,&quot;40124&quot;:7601,&quot;40125&quot;:7602,&quot;40132&quot;:7603,&quot;40133&quot;:7604,&quot;40134&quot;:7605,&quot;40135&quot;:7606,&quot;40138&quot;:7607,&quot;40139&quot;:7608,&quot;40140&quot;:7609,&quot;40141&quot;:7610,&quot;40142&quot;:7611,&quot;40143&quot;:7612,&quot;40144&quot;:7613,&quot;40147&quot;:7614,&quot;40148&quot;:7615,&quot;40149&quot;:7616,&quot;40151&quot;:7617,&quot;40152&quot;:7618,&quot;40153&quot;:7619,&quot;40156&quot;:7620,&quot;40157&quot;:7621,&quot;40159&quot;:7622,&quot;40162&quot;:7623,&quot;38780&quot;:7624,&quot;38789&quot;:7625,&quot;38801&quot;:7626,&quot;38802&quot;:7627,&quot;38804&quot;:7628,&quot;38831&quot;:7629,&quot;38827&quot;:7630,&quot;38819&quot;:7631,&quot;38834&quot;:7632,&quot;38836&quot;:7633,&quot;39601&quot;:7634,&quot;39600&quot;:7635,&quot;39607&quot;:7636,&quot;40536&quot;:7637,&quot;39606&quot;:7638,&quot;39610&quot;:7639,&quot;39612&quot;:7640,&quot;39617&quot;:7641,&quot;39616&quot;:7642,&quot;39621&quot;:7643,&quot;39618&quot;:7644,&quot;39627&quot;:7645,&quot;39628&quot;:7646,&quot;39633&quot;:7647,&quot;39749&quot;:7648,&quot;39747&quot;:7649,&quot;39751&quot;:7650,&quot;39753&quot;:7651,&quot;39752&quot;:7652,&quot;39757&quot;:7653,&quot;39761&quot;:7654,&quot;39144&quot;:7655,&quot;39181&quot;:7656,&quot;39214&quot;:7657,&quot;39253&quot;:7658,&quot;39252&quot;:7659,&quot;12221&quot;:7660,&quot;39647&quot;:7660,&quot;39649&quot;:7661,&quot;39654&quot;:7662,&quot;39663&quot;:7663,&quot;39659&quot;:7664,&quot;39675&quot;:7665,&quot;39661&quot;:7666,&quot;39673&quot;:7667,&quot;39688&quot;:7668,&quot;39695&quot;:7669,&quot;39699&quot;:7670,&quot;39711&quot;:7671,&quot;39715&quot;:7672,&quot;40637&quot;:7673,&quot;40638&quot;:7674,&quot;32315&quot;:7675,&quot;40578&quot;:7676,&quot;40583&quot;:7677,&quot;40584&quot;:7678,&quot;40587&quot;:7679,&quot;40594&quot;:7680,&quot;37846&quot;:7681,&quot;40605&quot;:7682,&quot;40607&quot;:7683,&quot;40667&quot;:7684,&quot;40668&quot;:7685,&quot;40669&quot;:7686,&quot;40672&quot;:7687,&quot;40671&quot;:7688,&quot;40674&quot;:7689,&quot;40681&quot;:7690,&quot;40679&quot;:7691,&quot;40677&quot;:7692,&quot;40682&quot;:7693,&quot;40687&quot;:7694,&quot;40738&quot;:7695,&quot;40748&quot;:7696,&quot;40751&quot;:7697,&quot;40761&quot;:7698,&quot;40759&quot;:7699,&quot;40765&quot;:7700,&quot;40766&quot;:7701,&quot;40772&quot;:7702,&quot;12295&quot;:7703,&quot;30362&quot;:7717,&quot;34297&quot;:7718,&quot;31001&quot;:7719,&quot;24859&quot;:7720,&quot;39599&quot;:7721,&quot;35158&quot;:7722,&quot;22761&quot;:7723,&quot;32631&quot;:7724,&quot;25850&quot;:7725,&quot;25943&quot;:7726,&quot;38930&quot;:7727,&quot;36774&quot;:7728,&quot;32070&quot;:7729,&quot;24171&quot;:7730,&quot;32129&quot;:7731,&quot;37770&quot;:7732,&quot;35607&quot;:7733,&quot;39165&quot;:7734,&quot;23542&quot;:7735,&quot;22577&quot;:7736,&quot;39825&quot;:7737,&quot;36649&quot;:7738,&quot;12185&quot;:7739,&quot;35997&quot;:7739,&quot;37575&quot;:7740,&quot;29437&quot;:7741,&quot;20633&quot;:7742,&quot;24970&quot;:7743,&quot;32179&quot;:7744,&quot;31558&quot;:7745,&quot;30050&quot;:7746,&quot;25987&quot;:7747,&quot;24163&quot;:7748,&quot;38281&quot;:7749,&quot;37002&quot;:7750,&quot;32232&quot;:7751,&quot;36022&quot;:7752,&quot;35722&quot;:7753,&quot;36783&quot;:7754,&quot;36782&quot;:7755,&quot;27161&quot;:7756,&quot;40009&quot;:7757,&quot;30303&quot;:7758,&quot;28693&quot;:7759,&quot;28657&quot;:7760,&quot;36051&quot;:7761,&quot;25839&quot;:7762,&quot;39173&quot;:7763,&quot;25765&quot;:7764,&quot;37474&quot;:7765,&quot;37457&quot;:7766,&quot;39361&quot;:7767,&quot;35036&quot;:7768,&quot;36001&quot;:7769,&quot;21443&quot;:7770,&quot;34870&quot;:7771,&quot;27544&quot;:7772,&quot;24922&quot;:7773,&quot;24920&quot;:7774,&quot;29158&quot;:7775,&quot;33980&quot;:7776,&quot;33369&quot;:7777,&quot;20489&quot;:7778,&quot;28356&quot;:7779,&quot;21408&quot;:7780,&quot;20596&quot;:7781,&quot;28204&quot;:7782,&quot;23652&quot;:7783,&quot;35435&quot;:7784,&quot;25881&quot;:7785,&quot;25723&quot;:7786,&quot;34796&quot;:7787,&quot;39262&quot;:7788,&quot;35730&quot;:7789,&quot;32399&quot;:7790,&quot;37855&quot;:7791,&quot;29987&quot;:7792,&quot;38369&quot;:7793,&quot;39019&quot;:7794,&quot;22580&quot;:7795,&quot;22039&quot;:7796,&quot;12199&quot;:7797,&quot;38263&quot;:7797,&quot;20767&quot;:7798,&quot;33144&quot;:7799,&quot;24288&quot;:7800,&quot;26274&quot;:7801,&quot;37396&quot;:7802,&quot;12190&quot;:7803,&quot;36554&quot;:7803,&quot;24505&quot;:7804,&quot;22645&quot;:7805,&quot;38515&quot;:7806,&quot;35183&quot;:7807,&quot;31281&quot;:7808,&quot;25074&quot;:7809,&quot;35488&quot;:7810,&quot;39425&quot;:7811,&quot;36978&quot;:7812,&quot;39347&quot;:7813,&quot;12242&quot;:7814,&quot;40786&quot;:7814,&quot;29118&quot;:7815,&quot;34909&quot;:7816,&quot;34802&quot;:7817,&quot;23541&quot;:7818,&quot;30087&quot;:7819,&quot;36490&quot;:7820,&quot;31820&quot;:7821,&quot;32162&quot;:7822,&quot;37276&quot;:7823,&quot;37604&quot;:7824,&quot;38619&quot;:7825,&quot;30990&quot;:7826,&quot;20786&quot;:7827,&quot;35320&quot;:7828,&quot;34389&quot;:7829,&quot;20659&quot;:7830,&quot;30241&quot;:7831,&quot;38358&quot;:7832,&quot;21109&quot;:7833,&quot;37656&quot;:7834,&quot;32020&quot;:7835,&quot;32189&quot;:7836,&quot;36781&quot;:7837,&quot;35422&quot;:7838,&quot;36060&quot;:7839,&quot;32880&quot;:7840,&quot;24478&quot;:7841,&quot;21474&quot;:7842,&quot;36517&quot;:7843,&quot;31428&quot;:7844,&quot;37679&quot;:7845,&quot;36948&quot;:7846,&quot;24118&quot;:7847,&quot;36024&quot;:7848,&quot;25812&quot;:7849,&quot;21934&quot;:7850,&quot;37170&quot;:7851,&quot;25763&quot;:7852,&quot;33213&quot;:7853,&quot;24986&quot;:7854,&quot;35477&quot;:7855,&quot;24392&quot;:7856,&quot;30070&quot;:7857,&quot;25803&quot;:7858,&quot;40680&quot;:7859,&quot;34153&quot;:7860,&quot;27284&quot;:7861,&quot;25623&quot;:7862,&quot;23798&quot;:7863,&quot;31153&quot;:7864,&quot;23566&quot;:7865,&quot;29128&quot;:7866,&quot;37159&quot;:7867,&quot;25973&quot;:7868,&quot;28364&quot;:7869,&quot;36958&quot;:7870,&quot;32224&quot;:7871,&quot;39003&quot;:7872,&quot;40670&quot;:7873,&quot;22666&quot;:7874,&quot;38651&quot;:7875,&quot;28593&quot;:7876,&quot;37347&quot;:7877,&quot;35519&quot;:7878,&quot;35548&quot;:7879,&quot;37336&quot;:7880,&quot;38914&quot;:7881,&quot;37664&quot;:7882,&quot;35330&quot;:7883,&quot;26481&quot;:7884,&quot;21205&quot;:7885,&quot;26847&quot;:7886,&quot;20941&quot;:7887,&quot;12222&quot;:7888,&quot;39717&quot;:7888,&quot;29346&quot;:7889,&quot;29544&quot;:7890,&quot;35712&quot;:7891,&quot;36077&quot;:7892,&quot;37709&quot;:7893,&quot;37723&quot;:7894,&quot;26039&quot;:7895,&quot;32222&quot;:7896,&quot;38538&quot;:7897,&quot;23565&quot;:7898,&quot;22136&quot;:7899,&quot;38931&quot;:7900,&quot;37389&quot;:7901,&quot;22890&quot;:7902,&quot;22702&quot;:7903,&quot;40285&quot;:7904,&quot;38989&quot;:7905,&quot;35355&quot;:7906,&quot;24801&quot;:7907,&quot;39187&quot;:7908,&quot;20818&quot;:7909,&quot;29246&quot;:7910,&quot;39180&quot;:7911,&quot;36019&quot;:7912,&quot;30332&quot;:7913,&quot;32624&quot;:7914,&quot;38309&quot;:7915,&quot;31020&quot;:7916,&quot;37353&quot;:7917,&quot;29033&quot;:7918,&quot;31684&quot;:7919,&quot;36009&quot;:7920,&quot;39151&quot;:7921,&quot;35370&quot;:7922,&quot;32033&quot;:7923,&quot;12214&quot;:7924,&quot;39131&quot;:7924,&quot;35513&quot;:7925,&quot;24290&quot;:7926,&quot;36027&quot;:7927,&quot;32027&quot;:7928,&quot;22707&quot;:7929,&quot;22894&quot;:7930,&quot;24996&quot;:7931,&quot;31966&quot;:7932,&quot;35920&quot;:7933,&quot;26963&quot;:7934,&quot;37586&quot;:7935,&quot;12213&quot;:7936,&quot;39080&quot;:7936,&quot;30219&quot;:7937,&quot;39342&quot;:7938,&quot;32299&quot;:7939,&quot;35575&quot;:7940,&quot;40179&quot;:7941,&quot;33178&quot;:7942,&quot;36667&quot;:7943,&quot;25771&quot;:7944,&quot;36628&quot;:7945,&quot;36070&quot;:7946,&quot;24489&quot;:7947,&quot;36000&quot;:7948,&quot;35331&quot;:7949,&quot;23142&quot;:7950,&quot;32283&quot;:7951,&quot;35442&quot;:7952,&quot;37411&quot;:7953,&quot;33995&quot;:7954,&quot;24185&quot;:7955,&quot;36245&quot;:7956,&quot;36123&quot;:7957,&quot;23713&quot;:7958,&quot;21083&quot;:7959,&quot;37628&quot;:7960,&quot;32177&quot;:7961,&quot;23831&quot;:7962,&quot;37804&quot;:7963,&quot;25841&quot;:7964,&quot;40255&quot;:7965,&quot;38307&quot;:7966,&quot;37499&quot;:7967,&quot;20491&quot;:7968,&quot;32102&quot;:7969,&quot;40852&quot;:7970,&quot;38799&quot;:7971,&quot;36002&quot;:7972,&quot;37390&quot;:7973,&quot;28317&quot;:7974,&quot;27083&quot;:7975,&quot;36092&quot;:7976,&quot;34865&quot;:7977,&quot;39015&quot;:7978,&quot;21102&quot;:7979,&quot;38364&quot;:7980,&quot;35264&quot;:7981,&quot;39208&quot;:7982,&quot;24931&quot;:7983,&quot;36011&quot;:7984,&quot;24291&quot;:7985,&quot;35215&quot;:7986,&quot;27512&quot;:7987,&quot;12244&quot;:7988,&quot;40860&quot;:7988,&quot;38312&quot;:7989,&quot;36556&quot;:7990,&quot;35437&quot;:7991,&quot;27331&quot;:7992,&quot;36020&quot;:7993,&quot;21130&quot;:7994,&quot;36645&quot;:7995,&quot;37707&quot;:7996,&quot;22283&quot;:7997,&quot;36942&quot;:7998,&quot;39405&quot;:7999,&quot;38867&quot;:8000,&quot;28450&quot;:8001,&quot;34399&quot;:8002,&quot;38305&quot;:8003,&quot;40372&quot;:8004,&quot;36032&quot;:8005,&quot;36703&quot;:8006,&quot;40251&quot;:8007,&quot;32005&quot;:8008,&quot;22778&quot;:8009,&quot;35703&quot;:8010,&quot;28396&quot;:8011,&quot;22057&quot;:8012,&quot;33775&quot;:8013,&quot;30059&quot;:8014,&quot;21123&quot;:8015,&quot;35441&quot;:8016,&quot;25079&quot;:8017,&quot;22750&quot;:8018,&quot;27489&quot;:8019,&quot;29872&quot;:8020,&quot;36996&quot;:8021,&quot;32233&quot;:8022,&quot;35594&quot;:8023,&quot;25582&quot;:8024,&quot;36637&quot;:8025,&quot;36036&quot;:8026,&quot;31330&quot;:8027,&quot;26371&quot;:8028,&quot;29172&quot;:8029,&quot;21295&quot;:8030,&quot;35569&quot;:8031,&quot;35496&quot;:8032,&quot;32362&quot;:8033,&quot;33911&quot;:8034,&quot;28222&quot;:8035,&quot;29554&quot;:8036,&quot;36008&quot;:8037,&quot;31117&quot;:8038,&quot;25802&quot;:8039,&quot;27231&quot;:8040,&quot;31309&quot;:8041,&quot;39249&quot;:8042,&quot;35663&quot;:8043,&quot;40388&quot;:8044,&quot;32318&quot;:8045,&quot;32221&quot;:8046,&quot;26997&quot;:8047,&quot;36655&quot;:8048,&quot;32026&quot;:8049,&quot;25824&quot;:8050,&quot;24190&quot;:8051,&quot;34186&quot;:8052,&quot;21137&quot;:8053,&quot;28639&quot;:8054,&quot;35336&quot;:8055,&quot;35352&quot;:8056,&quot;38555&quot;:8057,&quot;32380&quot;:8058,&quot;32000&quot;:8059,&quot;22846&quot;:8060,&quot;33698&quot;:8061,&quot;38960&quot;:8062,&quot;36040&quot;:8063,&quot;37440&quot;:8064,&quot;20729&quot;:8065,&quot;39381&quot;:8066,&quot;27570&quot;:8067,&quot;30435&quot;:8068,&quot;22533&quot;:8069,&quot;31627&quot;:8070,&quot;38291&quot;:8071,&quot;33393&quot;:8072,&quot;32216&quot;:8073,&quot;32365&quot;:8074,&quot;27298&quot;:8075,&quot;40572&quot;:8076,&quot;25536&quot;:8077,&quot;25791&quot;:8078,&quot;31777&quot;:8079,&quot;20745&quot;:8080,&quot;34214&quot;:8081,&quot;27323&quot;:8082,&quot;37970&quot;:8083,&quot;36368&quot;:8084,&quot;36068&quot;:8085,&quot;12178&quot;:8086,&quot;35211&quot;:8086,&quot;37749&quot;:8087,&quot;33382&quot;:8088,&quot;21133&quot;:8089,&quot;39198&quot;:8090,&quot;28472&quot;:8091,&quot;28666&quot;:8092,&quot;28567&quot;:8093,&quot;23559&quot;:8094,&quot;28479&quot;:8095,&quot;34083&quot;:8096,&quot;27123&quot;:8097,&quot;22892&quot;:8098,&quot;35611&quot;:8099,&quot;37292&quot;:8100,&quot;33184&quot;:8101,&quot;28550&quot;:8102,&quot;39509&quot;:8103,&quot;23308&quot;:8104,&quot;25898&quot;:8105,&quot;37496&quot;:8106,&quot;30703&quot;:8107,&quot;20709&quot;:8108,&quot;39171&quot;:8109,&quot;32371&quot;:8110,&quot;32094&quot;:8111,&quot;36686&quot;:8112,&quot;36611&quot;:8113,&quot;38542&quot;:8114,&quot;31680&quot;:8115,&quot;28500&quot;:8116,&quot;32080&quot;:8117,&quot;35489&quot;:8118,&quot;32202&quot;:8119,&quot;37670&quot;:8120,&quot;20677&quot;:8121,&quot;35641&quot;:8122,&quot;36914&quot;:8123,&quot;29180&quot;:8124,&quot;30433&quot;:8125,&quot;21185&quot;:8126,&quot;33686&quot;:8127,&quot;39912&quot;:8128,&quot;39514&quot;:8129,&quot;32147&quot;:8130,&quot;38968&quot;:8131,&quot;37857&quot;:8132,&quot;24465&quot;:8133,&quot;30169&quot;:8134,&quot;31478&quot;:8135,&quot;31998&quot;:8136,&quot;33290&quot;:8137,&quot;39378&quot;:8138,&quot;33289&quot;:8139,&quot;25818&quot;:8140,&quot;37624&quot;:8141,&quot;25084&quot;:8142,&quot;21127&quot;:8143,&quot;40273&quot;:8144,&quot;32121&quot;:8145,&quot;35258&quot;:8146,&quot;35363&quot;:8147,&quot;32118&quot;:8148,&quot;37406&quot;:8149,&quot;36557&quot;:8150,&quot;39423&quot;:8151,&quot;38283&quot;:8152,&quot;20977&quot;:8153,&quot;38982&quot;:8154,&quot;27579&quot;:8155,&quot;35506&quot;:8156,&quot;22718&quot;:8157,&quot;25031&quot;:8158,&quot;25715&quot;:8159,&quot;24235&quot;:8160,&quot;35122&quot;:8161,&quot;35463&quot;:8162,&quot;22602&quot;:8163,&quot;20744&quot;:8164,&quot;23532&quot;:8165,&quot;31014&quot;:8166,&quot;26336&quot;:8167,&quot;34407&quot;:8168,&quot;24011&quot;:8169,&quot;31418&quot;:8170,&quot;39243&quot;:8171,&quot;28528&quot;:8172,&quot;25844&quot;:8173,&quot;38346&quot;:8174,&quot;34847&quot;:8175,&quot;33240&quot;:8176,&quot;33802&quot;:8177,&quot;20358&quot;:8178,&quot;36084&quot;:8179,&quot;34253&quot;:8180,&quot;27396&quot;:8181,&quot;25876&quot;:8182,&quot;31811&quot;:8183,&quot;38348&quot;:8184,&quot;34349&quot;:8185,&quot;28734&quot;:8186,&quot;35733&quot;:8187,&quot;25900&quot;:8188,&quot;35261&quot;:8189,&quot;25078&quot;:8190,&quot;32412&quot;:8191,&quot;29211&quot;:8192,&quot;28651&quot;:8193,&quot;25736&quot;:8194,&quot;21214&quot;:8195,&quot;28551&quot;:8196,&quot;27138&quot;:8197,&quot;37939&quot;:8198,&quot;22744&quot;:8199,&quot;39006&quot;:8200,&quot;31852&quot;:8201,&quot;38626&quot;:8202,&quot;28757&quot;:8203,&quot;35023&quot;:8204,&quot;63975&quot;:8204,&quot;39881&quot;:8205,&quot;31150&quot;:8206,&quot;40599&quot;:8207,&quot;21426&quot;:8208,&quot;21237&quot;:8209,&quot;31019&quot;:8210,&quot;27511&quot;:8211,&quot;28701&quot;:8212,&quot;38584&quot;:8213,&quot;20486&quot;:8214,&quot;32879&quot;:8215,&quot;34030&quot;:8216,&quot;36899&quot;:8217,&quot;37934&quot;:8218,&quot;24976&quot;:8219,&quot;28451&quot;:8220,&quot;31806&quot;:8221,&quot;25986&quot;:8222,&quot;33225&quot;:8223,&quot;37832&quot;:8224,&quot;25088&quot;:8225,&quot;29001&quot;:8226,&quot;32244&quot;:8227,&quot;31975&quot;:8228,&quot;20841&quot;:8229,&quot;36635&quot;:8230,&quot;35538&quot;:8231,&quot;30274&quot;:8232,&quot;36988&quot;:8233,&quot;37904&quot;:8234,&quot;29557&quot;:8235,&quot;33256&quot;:8236,&quot;37168&quot;:8237,&quot;40023&quot;:8238,&quot;36035&quot;:8239,&quot;40801&quot;:8240,&quot;37428&quot;:8241,&quot;38728&quot;:8242,&quot;23994&quot;:8243,&quot;38936&quot;:8244,&quot;39230&quot;:8245,&quot;21129&quot;:8246,&quot;12243&quot;:8247,&quot;40845&quot;:8247,&quot;32894&quot;:8248,&quot;22184&quot;:8249,&quot;31840&quot;:8250,&quot;22751&quot;:8251,&quot;25871&quot;:8252,&quot;38580&quot;:8253,&quot;27155&quot;:8254,&quot;23105&quot;:8255,&quot;25695&quot;:8256,&quot;31757&quot;:8257,&quot;34310&quot;:8258,&quot;30439&quot;:8259,&quot;39025&quot;:8260,&quot;24300&quot;:8261,&quot;29200&quot;:8262,&quot;25796&quot;:8263,&quot;28407&quot;:8264,&quot;34396&quot;:8265,&quot;39791&quot;:8266,&quot;36034&quot;:8267,&quot;37682&quot;:8268,&quot;38520&quot;:8269,&quot;39522&quot;:8270,&quot;37569&quot;:8271,&quot;23650&quot;:8272,&quot;32311&quot;:8273,&quot;24942&quot;:8274,&quot;28670&quot;:8275,&quot;32209&quot;:8276,&quot;24018&quot;:8277,&quot;25891&quot;:8278,&quot;23423&quot;:8279,&quot;28772&quot;:8280,&quot;20098&quot;:8281,&quot;25476&quot;:8282,&quot;36650&quot;:8283,&quot;20523&quot;:8284,&quot;20374&quot;:8285,&quot;28138&quot;:8286,&quot;32184&quot;:8287,&quot;35542&quot;:8288,&quot;34367&quot;:8289,&quot;32645&quot;:8290,&quot;37007&quot;:8291,&quot;38012&quot;:8292,&quot;31854&quot;:8293,&quot;39486&quot;:8294,&quot;39409&quot;:8295,&quot;32097&quot;:8296,&quot;23229&quot;:8297,&quot;29802&quot;:8298,&quot;30908&quot;:8299,&quot;34718&quot;:8300,&quot;12218&quot;:8301,&quot;39340&quot;:8301,&quot;39393&quot;:8302,&quot;21966&quot;:8303,&quot;36023&quot;:8304,&quot;12230&quot;:8305,&quot;40613&quot;:8305,&quot;36067&quot;:8306,&quot;36993&quot;:8307,&quot;30622&quot;:8308,&quot;39237&quot;:8309,&quot;34875&quot;:8310,&quot;28415&quot;:8311,&quot;35646&quot;:8312,&quot;37672&quot;:8313,&quot;37466&quot;:8314,&quot;36031&quot;:8315,&quot;37762&quot;:8316,&quot;12200&quot;:8317,&quot;38272&quot;:8317,&quot;24758&quot;:8318,&quot;20497&quot;:8319,&quot;37683&quot;:8320,&quot;22818&quot;:8321,&quot;35598&quot;:8322,&quot;24396&quot;:8323,&quot;35219&quot;:8324,&quot;32191&quot;:8325,&quot;32236&quot;:8326,&quot;24287&quot;:8327,&quot;28357&quot;:8328,&quot;25003&quot;:8329,&quot;38313&quot;:8330,&quot;40180&quot;:8331,&quot;37528&quot;:8332,&quot;35628&quot;:8333,&quot;35584&quot;:8334,&quot;30045&quot;:8335,&quot;37385&quot;:8336,&quot;32013&quot;:8337,&quot;38627&quot;:8338,&quot;25747&quot;:8339,&quot;33126&quot;:8340,&quot;24817&quot;:8341,&quot;39719&quot;:8342,&quot;39186&quot;:8343,&quot;25836&quot;:8344,&quot;33193&quot;:8345,&quot;25862&quot;:8346,&quot;37312&quot;:8347,&quot;12227&quot;:8348,&quot;40165&quot;:8348,&quot;32886&quot;:8349,&quot;22169&quot;:8350,&quot;38007&quot;:8351,&quot;37811&quot;:8352,&quot;27320&quot;:8353,&quot;29552&quot;:8354,&quot;23527&quot;:8355,&quot;25840&quot;:8356,&quot;28632&quot;:8357,&quot;37397&quot;:8358,&quot;32016&quot;:8359,&quot;33215&quot;:8360,&quot;28611&quot;:8361,&quot;36786&quot;:8362,&quot;30247&quot;:8363,&quot;35582&quot;:8364,&quot;27472&quot;:8365,&quot;40407&quot;:8366,&quot;27590&quot;:8367,&quot;22036&quot;:8368,&quot;28442&quot;:8369,&quot;30436&quot;:8370,&quot;40848&quot;:8371,&quot;36064&quot;:8372,&quot;22132&quot;:8373,&quot;40300&quot;:8374,&quot;39449&quot;:8375,&quot;39108&quot;:8376,&quot;38971&quot;:8377,&quot;36007&quot;:8378,&quot;34315&quot;:8379,&quot;24977&quot;:8380,&quot;35413&quot;:8381,&quot;28497&quot;:8382,&quot;38935&quot;:8383,&quot;25778&quot;:8384,&quot;37610&quot;:8385,&quot;20693&quot;:8386,&quot;27192&quot;:8387,&quot;35676&quot;:8388,&quot;33229&quot;:8389,&quot;12241&quot;:8390,&quot;40778&quot;:8390,&quot;39438&quot;:8391,&quot;35912&quot;:8392,&quot;21843&quot;:8393,&quot;27683&quot;:8394,&quot;35350&quot;:8395,&quot;29309&quot;:8396,&quot;37370&quot;:8397,&quot;37467&quot;:8398,&quot;36983&quot;:8399,&quot;31805&quot;:8400,&quot;35609&quot;:8401,&quot;37666&quot;:8402,&quot;37463&quot;:8403,&quot;28154&quot;:8404,&quot;35700&quot;:8405,&quot;22649&quot;:8406,&quot;27085&quot;:8407,&quot;21958&quot;:8408,&quot;22715&quot;:8409,&quot;34196&quot;:8410,&quot;25654&quot;:8411,&quot;37740&quot;:8412,&quot;27211&quot;:8413,&quot;21932&quot;:8414,&quot;20689&quot;:8415,&quot;32761&quot;:8416,&quot;31429&quot;:8417,&quot;31434&quot;:8418,&quot;27453&quot;:8419,&quot;35242&quot;:8420,&quot;23522&quot;:8421,&quot;36629&quot;:8422,&quot;27691&quot;:8423,&quot;20670&quot;:8424,&quot;38915&quot;:8425,&quot;35531&quot;:8426,&quot;24950&quot;:8427,&quot;29898&quot;:8428,&quot;31406&quot;:8429,&quot;36264&quot;:8430,&quot;21312&quot;:8431,&quot;36544&quot;:8432,&quot;39493&quot;:8433,&quot;40818&quot;:8434,&quot;39028&quot;:8435,&quot;27402&quot;:8436,&quot;21240&quot;:8437,&quot;40306&quot;:8438,&quot;30906&quot;:8439,&quot;35731&quot;:8440,&quot;39250&quot;:8441,&quot;25854&quot;:8442,&quot;32350&quot;:8443,&quot;29105&quot;:8444,&quot;38860&quot;:8445,&quot;35469&quot;:8446,&quot;32009&quot;:8447,&quot;27054&quot;:8448,&quot;32104&quot;:8449,&quot;36575&quot;:8450,&quot;37613&quot;:8451,&quot;38287&quot;:8452,&quot;28516&quot;:8453,&quot;28753&quot;:8454,&quot;34217&quot;:8455,&quot;39955&quot;:8456,&quot;36093&quot;:8457,&quot;20632&quot;:8458,&quot;21930&quot;:8459,&quot;39479&quot;:8460,&quot;25475&quot;:8461,&quot;28544&quot;:8462,&quot;27578&quot;:8463,&quot;32023&quot;:8464,&quot;31721&quot;:8465,&quot;26348&quot;:8466,&quot;38275&quot;:8467,&quot;38493&quot;:8468,&quot;36109&quot;:8469,&quot;32341&quot;:8470,&quot;20663&quot;:8471,&quot;36062&quot;:8472,&quot;29138&quot;:8473,&quot;32057&quot;:8474,&quot;36050&quot;:8475,&quot;25448&quot;:8476,&quot;25885&quot;:8477,&quot;25086&quot;:8478,&quot;35373&quot;:8479,&quot;32051&quot;:8480,&quot;23529&quot;:8481,&quot;23352&quot;:8482,&quot;33102&quot;:8483,&quot;28402&quot;:8484,&quot;32882&quot;:8485,&quot;32361&quot;:8486,&quot;21213&quot;:8487,&quot;32854&quot;:8488,&quot;24107&quot;:8489,&quot;29509&quot;:8490,&quot;28629&quot;:8491,&quot;35433&quot;:8492,&quot;26178&quot;:8493,&quot;34645&quot;:8494,&quot;23526&quot;:8495,&quot;35672&quot;:8496,&quot;39387&quot;:8497,&quot;21218&quot;:8498,&quot;36969&quot;:8499,&quot;37323&quot;:8500,&quot;39166&quot;:8501,&quot;35222&quot;:8502,&quot;35430&quot;:8503,&quot;22781&quot;:8504,&quot;29560&quot;:8505,&quot;27166&quot;:8506,&quot;36664&quot;:8507,&quot;26360&quot;:8508,&quot;36118&quot;:8509,&quot;23660&quot;:8510,&quot;34899&quot;:8511,&quot;27193&quot;:8512,&quot;31466&quot;:8513,&quot;25976&quot;:8514,&quot;24101&quot;:8515,&quot;38617&quot;:8516,&quot;35504&quot;:8517,&quot;38918&quot;:8518,&quot;35500&quot;:8519,&quot;30889&quot;:8520,&quot;29197&quot;:8521,&quot;32114&quot;:8522,&quot;39164&quot;:8523,&quot;39686&quot;:8524,&quot;32883&quot;:8525,&quot;24939&quot;:8526,&quot;38924&quot;:8527,&quot;35359&quot;:8528,&quot;35494&quot;:8529,&quot;25851&quot;:8530,&quot;34311&quot;:8531,&quot;35380&quot;:8532,&quot;32901&quot;:8533,&quot;38614&quot;:8534,&quot;38568&quot;:8535,&quot;32143&quot;:8536,&quot;27506&quot;:8537,&quot;23403&quot;:8538,&quot;25613&quot;:8539,&quot;32302&quot;:8540,&quot;29795&quot;:8541,&quot;37782&quot;:8542,&quot;29562&quot;:8543,&quot;25787&quot;:8544,&quot;33274&quot;:8545,&quot;24907&quot;:8546,&quot;25892&quot;:8547,&quot;36010&quot;:8548,&quot;30321&quot;:8549,&quot;28760&quot;:8550,&quot;22727&quot;:8551,&quot;35674&quot;:8552,&quot;35527&quot;:8553,&quot;22022&quot;:8554,&quot;28271&quot;:8555,&quot;29145&quot;:8556,&quot;28644&quot;:8557,&quot;32295&quot;:8558,&quot;35342&quot;:8559,&quot;39472&quot;:8560,&quot;35588&quot;:8561,&quot;37563&quot;:8562,&quot;38988&quot;:8563,&quot;39636&quot;:8564,&quot;26781&quot;:8565,&quot;36028&quot;:8566,&quot;37941&quot;:8567,&quot;24307&quot;:8568,&quot;32893&quot;:8569,&quot;28916&quot;:8570,&quot;37509&quot;:8571,&quot;32113&quot;:8572,&quot;38957&quot;:8573,&quot;22294&quot;:8574,&quot;22615&quot;:8575,&quot;22296&quot;:8576,&quot;38973&quot;:8577,&quot;40213&quot;:8578,&quot;39345&quot;:8579,&quot;39389&quot;:8580,&quot;27234&quot;:8581,&quot;31402&quot;:8582,&quot;35178&quot;:8583,&quot;24398&quot;:8584,&quot;28771&quot;:8585,&quot;38929&quot;:8586,&quot;33836&quot;:8587,&quot;32178&quot;:8588,&quot;12209&quot;:8589,&quot;38859&quot;:8589,&quot;36949&quot;:8590,&quot;22285&quot;:8591,&quot;29234&quot;:8592,&quot;28656&quot;:8593,&quot;32173&quot;:8594,&quot;33894&quot;:8595,&quot;20553&quot;:8596,&quot;20702&quot;:8597,&quot;32239&quot;:8598,&quot;35586&quot;:8599,&quot;34907&quot;:8600,&quot;32862&quot;:8601,&quot;32011&quot;:8602,&quot;31337&quot;:8603,&quot;21839&quot;:8604,&quot;25790&quot;:8605,&quot;34680&quot;:8606,&quot;28198&quot;:8607,&quot;31401&quot;:8608,&quot;21978&quot;:8609,&quot;37794&quot;:8610,&quot;28879&quot;:8611,&quot;35491&quot;:8612,&quot;28961&quot;:8613,&quot;34154&quot;:8614,&quot;22626&quot;:8615,&quot;38695&quot;:8616,&quot;21209&quot;:8617,&quot;35492&quot;:8618,&quot;37675&quot;:8619,&quot;29351&quot;:8620,&quot;35186&quot;:8621,&quot;32722&quot;:8622,&quot;37521&quot;:8623,&quot;25138&quot;:8624,&quot;32048&quot;:8625,&quot;34662&quot;:8626,&quot;36676&quot;:8627,&quot;23805&quot;:8628,&quot;20448&quot;:8629,&quot;29433&quot;:8630,&quot;22151&quot;:8631,&quot;37697&quot;:8632,&quot;39854&quot;:8633,&quot;32406&quot;:8634,&quot;36066&quot;:8635,&quot;37532&quot;:8636,&quot;38289&quot;:8637,&quot;39023&quot;:8638,&quot;38570&quot;:8639,&quot;29694&quot;:8640,&quot;29563&quot;:8641,&quot;32291&quot;:8642,&quot;39201&quot;:8643,&quot;25010&quot;:8644,&quot;32171&quot;:8645,&quot;38002&quot;:8646,&quot;37129&quot;:8647,&quot;35443&quot;:8648,&quot;38911&quot;:8649,&quot;38917&quot;:8650,&quot;34157&quot;:8651,&quot;22210&quot;:8652,&quot;37559&quot;:8653,&quot;26313&quot;:8654,&quot;22063&quot;:8655,&quot;21332&quot;:8656,&quot;25406&quot;:8657,&quot;33029&quot;:8658,&quot;35559&quot;:8659,&quot;23531&quot;:8660,&quot;28681&quot;:8661,&quot;35613&quot;:8662,&quot;37573&quot;:8663,&quot;37313&quot;:8664,&quot;33288&quot;:8665,&quot;37561&quot;:8666,&quot;32137&quot;:8667,&quot;38920&quot;:8668,&quot;35377&quot;:8669,&quot;32210&quot;:8670,&quot;32396&quot;:8671,&quot;36562&quot;:8672,&quot;25080&quot;:8673,&quot;36984&quot;:8674,&quot;30316&quot;:8675,&quot;32098&quot;:8676,&quot;23416&quot;:8677,&quot;21211&quot;:8678,&quot;35426&quot;:8679,&quot;23563&quot;:8680,&quot;39348&quot;:8681,&quot;35347&quot;:8682,&quot;35338&quot;:8683,&quot;36956&quot;:8684,&quot;22739&quot;:8685,&quot;40201&quot;:8686,&quot;40232&quot;:8687,&quot;21854&quot;:8688,&quot;20126&quot;:8689,&quot;35357&quot;:8690,&quot;38329&quot;:8691,&quot;40573&quot;:8692,&quot;22196&quot;:8693,&quot;38996&quot;:8694,&quot;38331&quot;:8695,&quot;33399&quot;:8696,&quot;21421&quot;:8697,&quot;30831&quot;:8698,&quot;35578&quot;:8699,&quot;39511&quot;:8700,&quot;40230&quot;:8701,&quot;26954&quot;:8702,&quot;25562&quot;:8703,&quot;30221&quot;:8704,&quot;38525&quot;:8705,&quot;30306&quot;:8706,&quot;39178&quot;:8707,&quot;27171&quot;:8708,&quot;22575&quot;:8709,&quot;35617&quot;:8710,&quot;34277&quot;:8711,&quot;29242&quot;:8712,&quot;12212&quot;:8713,&quot;38913&quot;:8713,&quot;26989&quot;:8714,&quot;33865&quot;:8715,&quot;37291&quot;:8716,&quot;37541&quot;:8717,&quot;38948&quot;:8718,&quot;36986&quot;:8719,&quot;20736&quot;:8720,&quot;34811&quot;:8721,&quot;34269&quot;:8722,&quot;20740&quot;:8723,&quot;25014&quot;:8724,&quot;32681&quot;:8725,&quot;35427&quot;:8726,&quot;35696&quot;:8727,&quot;35516&quot;:8728,&quot;35695&quot;:8729,&quot;32377&quot;:8730,&quot;34093&quot;:8731,&quot;38512&quot;:8732,&quot;37504&quot;:8733,&quot;39154&quot;:8734,&quot;38577&quot;:8735,&quot;27387&quot;:8736,&quot;23344&quot;:8737,&quot;40441&quot;:8738,&quot;25033&quot;:8739,&quot;32403&quot;:8740,&quot;29801&quot;:8741,&quot;34722&quot;:8742,&quot;29151&quot;:8743,&quot;29074&quot;:8744,&quot;34821&quot;:8745,&quot;36111&quot;:8746,&quot;31310&quot;:8747,&quot;21938&quot;:8748,&quot;25793&quot;:8749,&quot;20653&quot;:8750,&quot;30320&quot;:8751,&quot;36404&quot;:8752,&quot;20778&quot;:8753,&quot;24962&quot;:8754,&quot;37109&quot;:8755,&quot;37438&quot;:8756,&quot;29494&quot;:8757,&quot;35480&quot;:8758,&quot;36671&quot;:8759,&quot;39192&quot;:8760,&quot;12226&quot;:8761,&quot;39770&quot;:8761,&quot;28417&quot;:8762,&quot;33287&quot;:8763,&quot;23996&quot;:8764,&quot;35486&quot;:8765,&quot;39729&quot;:8766,&quot;29508&quot;:8767,&quot;35709&quot;:8768,&quot;38928&quot;:8769,&quot;39341&quot;:8770,&quot;40219&quot;:8771,&quot;28149&quot;:8772,&quot;36677&quot;:8773,&quot;22290&quot;:8774,&quot;21729&quot;:8775,&quot;22291&quot;:8776,&quot;32227&quot;:8777,&quot;36960&quot;:8778,&quot;39000&quot;:8779,&quot;32004&quot;:8780,&quot;36493&quot;:8781,&quot;38000&quot;:8782,&quot;38322&quot;:8783,&quot;38642&quot;:8784,&quot;37142&quot;:8785,&quot;38549&quot;:8786,&quot;36939&quot;:8787,&quot;34292&quot;:8788,&quot;37270&quot;:8789,&quot;26248&quot;:8790,&quot;38620&quot;:8791,&quot;36617&quot;:8792,&quot;25890&quot;:8793,&quot;26283&quot;:8794,&quot;36106&quot;:8795,&quot;36124&quot;:8796,&quot;33247&quot;:8797,&quot;38015&quot;:8798,&quot;26839&quot;:8799,&quot;31432&quot;:8800,&quot;36012&quot;:8801,&quot;25799&quot;:8802,&quot;21063&quot;:8803,&quot;28580&quot;:8804,&quot;36042&quot;:8805,&quot;36104&quot;:8806,&quot;36555&quot;:8807,&quot;37720&quot;:8808,&quot;38296&quot;:8809,&quot;35408&quot;:8810,&quot;40779&quot;:8811,&quot;20661&quot;:8812,&quot;27656&quot;:8813,&quot;30430&quot;:8814,&quot;26028&quot;:8815,&quot;36670&quot;:8816,&quot;23940&quot;:8817,&quot;26855&quot;:8818,&quot;25136&quot;:8819,&quot;32187&quot;:8820,&quot;24373&quot;:8821,&quot;28466&quot;:8822,&quot;24115&quot;:8823,&quot;36076&quot;:8824,&quot;33081&quot;:8825,&quot;36249&quot;:8826,&quot;34756&quot;:8827,&quot;36685&quot;:8828,&quot;37754&quot;:8829,&quot;36889&quot;:8830,&quot;35998&quot;:8831,&quot;37341&quot;:8832,&quot;20597&quot;:8833,&quot;35386&quot;:8834,&quot;37806&quot;:8835,&quot;38499&quot;:8836,&quot;24128&quot;:8837,&quot;30309&quot;:8838,&quot;37165&quot;:8839,&quot;35657&quot;:8840,&quot;32340&quot;:8841,&quot;32887&quot;:8842,&quot;22519&quot;:8843,&quot;34937&quot;:8844,&quot;32025&quot;:8845,&quot;25711&quot;:8846,&quot;25842&quot;:8847,&quot;24159&quot;:8848,&quot;36074&quot;:8849,&quot;28399&quot;:8850,&quot;37912&quot;:8851,&quot;32066&quot;:8852,&quot;31278&quot;:8853,&quot;33131&quot;:8854,&quot;34886&quot;:8855,&quot;35589&quot;:8856,&quot;36600&quot;:8857,&quot;30394&quot;:8858,&quot;26205&quot;:8859,&quot;39519&quot;:8860,&quot;35576&quot;:8861,&quot;35461&quot;:8862,&quot;29165&quot;:8863,&quot;30682&quot;:8864,&quot;22225&quot;:8865,&quot;36015&quot;:8866,&quot;37956&quot;:8867,&quot;31689&quot;:8868,&quot;39376&quot;:8869,&quot;23560&quot;:8870,&quot;30938&quot;:8871,&quot;36681&quot;:8872,&quot;36090&quot;:8873,&quot;27137&quot;:8874,&quot;33674&quot;:8875,&quot;35037&quot;:8876,&quot;22941&quot;:8877,&quot;22767&quot;:8878,&quot;29376&quot;:8879,&quot;37648&quot;:8880,&quot;36101&quot;:8881,&quot;22684&quot;:8882,&quot;32180&quot;:8883,&quot;35524&quot;:8884,&quot;28310&quot;:8885,&quot;28609&quot;:8886,&quot;36039&quot;:8887,&quot;28460&quot;:8888,&quot;32156&quot;:8889,&quot;32317&quot;:8890,&quot;32305&quot;:8891,&quot;37138&quot;:8892,&quot;35419&quot;:8893,&quot;32068&quot;:8894,&quot;38013&quot;:8895,&quot;21959&quot;:8896,&quot;21401&quot;:8897,&quot;21428&quot;:8898,&quot;38760&quot;:8899,&quot;36107&quot;:8900,&quot;21293&quot;:8901,&quot;21297&quot;:8902,&quot;36094&quot;:8903,&quot;21060&quot;:8904,&quot;21132&quot;:8905,&quot;21108&quot;:8906,&quot;20660&quot;:8907,&quot;20480&quot;:8908,&quot;20630&quot;:8909,&quot;20757&quot;:8910,&quot;20738&quot;:8911,&quot;20756&quot;:8912,&quot;20796&quot;:8913,&quot;20791&quot;:8914,&quot;20712&quot;:8915,&quot;20674&quot;:8916,&quot;20795&quot;:8917,&quot;20752&quot;:8918,&quot;20794&quot;:8919,&quot;20681&quot;:8920,&quot;31988&quot;:8921,&quot;40652&quot;:8922,&quot;22213&quot;:8923,&quot;40172&quot;:8924,&quot;35131&quot;:8925,&quot;33248&quot;:8926,&quot;35329&quot;:8927,&quot;35344&quot;:8928,&quot;35340&quot;:8929,&quot;35349&quot;:8930,&quot;35635&quot;:8931,&quot;35406&quot;:8932,&quot;35365&quot;:8933,&quot;35393&quot;:8934,&quot;35382&quot;:8935,&quot;35398&quot;:8936,&quot;35412&quot;:8937,&quot;35416&quot;:8938,&quot;35410&quot;:8939,&quot;35462&quot;:8940,&quot;35460&quot;:8941,&quot;35455&quot;:8942,&quot;35440&quot;:8943,&quot;35452&quot;:8944,&quot;35445&quot;:8945,&quot;35436&quot;:8946,&quot;35438&quot;:8947,&quot;35533&quot;:8948,&quot;35554&quot;:8949,&quot;35425&quot;:8950,&quot;35482&quot;:8951,&quot;35493&quot;:8952,&quot;35473&quot;:8953,&quot;35474&quot;:8954,&quot;35535&quot;:8955,&quot;35537&quot;:8956,&quot;35529&quot;:8957,&quot;35547&quot;:8958,&quot;35543&quot;:8959,&quot;35522&quot;:8960,&quot;35510&quot;:8961,&quot;35574&quot;:8962,&quot;35563&quot;:8963,&quot;35604&quot;:8964,&quot;35585&quot;:8965,&quot;35556&quot;:8966,&quot;35565&quot;:8967,&quot;35580&quot;:8968,&quot;35571&quot;:8969,&quot;35558&quot;:8970,&quot;35566&quot;:8971,&quot;35550&quot;:8972,&quot;35624&quot;:8973,&quot;35740&quot;:8974,&quot;35606&quot;:8975,&quot;35610&quot;:8976,&quot;35600&quot;:8977,&quot;35627&quot;:8978,&quot;35629&quot;:8979,&quot;35670&quot;:8980,&quot;35673&quot;:8981,&quot;35662&quot;:8982,&quot;35742&quot;:8983,&quot;35691&quot;:8984,&quot;35734&quot;:8985,&quot;38488&quot;:8986,&quot;37178&quot;:8987,&quot;37140&quot;:8988,&quot;37172&quot;:8989,&quot;37087&quot;:8990,&quot;37174&quot;:8991,&quot;37126&quot;:8992,&quot;37192&quot;:8993,&quot;33467&quot;:8994,&quot;21233&quot;:8995,&quot;24048&quot;:8996,&quot;22538&quot;:8997,&quot;22745&quot;:8998,&quot;22754&quot;:8999,&quot;22752&quot;:9000,&quot;22746&quot;:9001,&quot;22497&quot;:9002,&quot;22607&quot;:9003,&quot;22550&quot;:9004,&quot;22610&quot;:9005,&quot;22557&quot;:9006,&quot;22628&quot;:9007,&quot;34188&quot;:9008,&quot;34131&quot;:9009,&quot;34294&quot;:9010,&quot;33703&quot;:9011,&quot;33799&quot;:9012,&quot;34031&quot;:9013,&quot;33511&quot;:9014,&quot;34338&quot;:9015,&quot;34086&quot;:9016,&quot;22603&quot;:9017,&quot;29026&quot;:9018,&quot;34136&quot;:9019,&quot;34045&quot;:9020,&quot;34126&quot;:9021,&quot;34184&quot;:9022,&quot;34234&quot;:9023,&quot;29334&quot;:9024,&quot;28366&quot;:9025,&quot;34113&quot;:9026,&quot;34254&quot;:9027,&quot;34130&quot;:9028,&quot;33984&quot;:9029,&quot;33874&quot;:9030,&quot;33892&quot;:9031,&quot;33940&quot;:9032,&quot;33845&quot;:9033,&quot;34207&quot;:9034,&quot;34133&quot;:9035,&quot;40367&quot;:9036,&quot;33939&quot;:9037,&quot;32264&quot;:9038,&quot;34118&quot;:9039,&quot;34146&quot;:9040,&quot;34078&quot;:9041,&quot;39488&quot;:9042,&quot;34362&quot;:9043,&quot;37795&quot;:9044,&quot;34167&quot;:9045,&quot;34334&quot;:9046,&quot;34298&quot;:9047,&quot;34308&quot;:9048,&quot;34282&quot;:9049,&quot;34330&quot;:9050,&quot;22889&quot;:9051,&quot;23607&quot;:9052,&quot;25451&quot;:9053,&quot;25718&quot;:9054,&quot;25759&quot;:9055,&quot;25681&quot;:9056,&quot;25692&quot;:9057,&quot;25779&quot;:9058,&quot;25860&quot;:9059,&quot;25878&quot;:9060,&quot;25847&quot;:9061,&quot;25852&quot;:9062,&quot;25883&quot;:9063,&quot;22064&quot;:9064,&quot;22072&quot;:9065,&quot;22216&quot;:9066,&quot;22182&quot;:9067,&quot;21764&quot;:9068,&quot;21692&quot;:9069,&quot;22144&quot;:9070,&quot;22109&quot;:9071,&quot;22112&quot;:9072,&quot;22069&quot;:9073,&quot;22006&quot;:9074,&quot;22118&quot;:9075,&quot;22130&quot;:9076,&quot;22156&quot;:9077,&quot;22117&quot;:9078,&quot;22044&quot;:9079,&quot;22062&quot;:9080,&quot;21993&quot;:9081,&quot;22038&quot;:9082,&quot;22208&quot;:9083,&quot;22029&quot;:9084,&quot;22195&quot;:9085,&quot;22209&quot;:9086,&quot;22127&quot;:9087,&quot;36705&quot;:9088,&quot;22198&quot;:9089,&quot;22165&quot;:9090,&quot;22279&quot;:9091,&quot;24131&quot;:9092,&quot;24172&quot;:9093,&quot;24152&quot;:9094,&quot;24151&quot;:9095,&quot;23943&quot;:9096,&quot;23796&quot;:9097,&quot;23888&quot;:9098,&quot;23852&quot;:9099,&quot;23975&quot;:9100,&quot;23968&quot;:9101,&quot;23959&quot;:9102,&quot;23821&quot;:9103,&quot;23992&quot;:9104,&quot;23937&quot;:9105,&quot;24020&quot;:9106,&quot;24480&quot;:9107,&quot;29559&quot;:9108,&quot;29505&quot;:9109,&quot;29546&quot;:9110,&quot;29499&quot;:9111,&quot;29547&quot;:9112,&quot;29568&quot;:9113,&quot;29564&quot;:9114,&quot;39136&quot;:9115,&quot;39219&quot;:9116,&quot;39145&quot;:9117,&quot;39228&quot;:9118,&quot;39146&quot;:9119,&quot;39147&quot;:9120,&quot;39149&quot;:9121,&quot;39156&quot;:9122,&quot;39177&quot;:9123,&quot;39185&quot;:9124,&quot;39195&quot;:9125,&quot;39223&quot;:9126,&quot;39231&quot;:9127,&quot;39235&quot;:9128,&quot;39240&quot;:9129,&quot;39241&quot;:9130,&quot;39242&quot;:9131,&quot;39244&quot;:9132,&quot;39266&quot;:9133,&quot;24289&quot;:9134,&quot;36065&quot;:9135,&quot;25082&quot;:9136,&quot;25006&quot;:9137,&quot;24938&quot;:9138,&quot;24894&quot;:9139,&quot;24757&quot;:9140,&quot;24884&quot;:9141,&quot;25036&quot;:9142,&quot;24927&quot;:9143,&quot;25064&quot;:9144,&quot;24827&quot;:9145,&quot;24887&quot;:9146,&quot;24818&quot;:9147,&quot;24947&quot;:9148,&quot;24860&quot;:9149,&quot;24978&quot;:9150,&quot;38274&quot;:9151,&quot;38278&quot;:9152,&quot;38344&quot;:9153,&quot;38286&quot;:9154,&quot;38292&quot;:9155,&quot;38284&quot;:9156,&quot;38373&quot;:9157,&quot;38317&quot;:9158,&quot;38315&quot;:9159,&quot;39726&quot;:9160,&quot;38316&quot;:9161,&quot;38334&quot;:9162,&quot;38326&quot;:9163,&quot;39721&quot;:9164,&quot;38335&quot;:9165,&quot;38333&quot;:9166,&quot;38332&quot;:9167,&quot;38339&quot;:9168,&quot;38347&quot;:9169,&quot;38356&quot;:9170,&quot;38352&quot;:9171,&quot;38357&quot;:9172,&quot;38366&quot;:9173,&quot;28739&quot;:9174,&quot;28505&quot;:9175,&quot;28711&quot;:9176,&quot;28696&quot;:9177,&quot;28668&quot;:9178,&quot;28039&quot;:9179,&quot;28025&quot;:9180,&quot;28254&quot;:9181,&quot;28590&quot;:9182,&quot;28687&quot;:9183,&quot;28408&quot;:9184,&quot;28527&quot;:9185,&quot;28150&quot;:9186,&quot;28543&quot;:9187,&quot;28678&quot;:9188,&quot;28576&quot;:9189,&quot;28683&quot;:9190,&quot;28775&quot;:9191,&quot;28740&quot;:9192,&quot;28677&quot;:9193,&quot;28535&quot;:9194,&quot;28704&quot;:9195,&quot;28703&quot;:9196,&quot;28722&quot;:9197,&quot;28712&quot;:9198,&quot;28765&quot;:9199,&quot;39467&quot;:9200,&quot;36999&quot;:9201,&quot;36885&quot;:9202,&quot;37008&quot;:9203,&quot;23656&quot;:9204,&quot;24371&quot;:9205,&quot;23285&quot;:9206,&quot;23255&quot;:9207,&quot;23296&quot;:9208,&quot;23149&quot;:9209,&quot;23304&quot;:9210,&quot;23372&quot;:9211,&quot;23207&quot;:9212,&quot;23291&quot;:9213,&quot;23307&quot;:9214,&quot;23329&quot;:9215,&quot;23338&quot;:9216,&quot;23321&quot;:9217,&quot;39380&quot;:9218,&quot;39391&quot;:9219,&quot;39385&quot;:9220,&quot;39478&quot;:9221,&quot;39515&quot;:9222,&quot;39377&quot;:9223,&quot;39384&quot;:9224,&quot;39501&quot;:9225,&quot;39498&quot;:9226,&quot;39394&quot;:9227,&quot;39530&quot;:9228,&quot;39439&quot;:9229,&quot;39437&quot;:9230,&quot;39429&quot;:9231,&quot;39490&quot;:9232,&quot;39469&quot;:9233,&quot;39446&quot;:9234,&quot;39489&quot;:9235,&quot;39470&quot;:9236,&quot;39480&quot;:9237,&quot;39491&quot;:9238,&quot;39492&quot;:9239,&quot;39503&quot;:9240,&quot;39525&quot;:9241,&quot;39524&quot;:9242,&quot;31993&quot;:9243,&quot;32006&quot;:9244,&quot;32002&quot;:9245,&quot;32007&quot;:9246,&quot;32008&quot;:9247,&quot;32394&quot;:9248,&quot;32028&quot;:9249,&quot;32021&quot;:9250,&quot;32019&quot;:9251,&quot;32058&quot;:9252,&quot;32050&quot;:9253,&quot;32049&quot;:9254,&quot;32272&quot;:9255,&quot;32060&quot;:9256,&quot;32064&quot;:9257,&quot;32063&quot;:9258,&quot;32093&quot;:9259,&quot;32078&quot;:9260,&quot;32115&quot;:9261,&quot;32134&quot;:9262,&quot;32131&quot;:9263,&quot;32136&quot;:9264,&quot;32190&quot;:9265,&quot;32186&quot;:9266,&quot;32203&quot;:9267,&quot;32212&quot;:9268,&quot;32196&quot;:9269,&quot;32158&quot;:9270,&quot;32172&quot;:9271,&quot;32185&quot;:9272,&quot;32163&quot;:9273,&quot;32176&quot;:9274,&quot;32199&quot;:9275,&quot;32217&quot;:9276,&quot;32215&quot;:9277,&quot;32249&quot;:9278,&quot;32242&quot;:9279,&quot;32354&quot;:9280,&quot;32230&quot;:9281,&quot;32246&quot;:9282,&quot;32241&quot;:9283,&quot;32267&quot;:9284,&quot;32225&quot;:9285,&quot;32265&quot;:9286,&quot;32285&quot;:9287,&quot;32287&quot;:9288,&quot;32286&quot;:9289,&quot;32301&quot;:9290,&quot;32266&quot;:9291,&quot;32273&quot;:9292,&quot;32381&quot;:9293,&quot;32313&quot;:9294,&quot;32309&quot;:9295,&quot;32306&quot;:9296,&quot;32326&quot;:9297,&quot;32325&quot;:9298,&quot;32392&quot;:9299,&quot;32346&quot;:9300,&quot;32338&quot;:9301,&quot;32366&quot;:9302,&quot;32382&quot;:9303,&quot;32368&quot;:9304,&quot;32367&quot;:9305,&quot;32408&quot;:9306,&quot;29859&quot;:9307,&quot;29771&quot;:9308,&quot;29903&quot;:9309,&quot;38922&quot;:9310,&quot;29885&quot;:9311,&quot;29759&quot;:9312,&quot;29833&quot;:9313,&quot;29862&quot;:9314,&quot;29908&quot;:9315,&quot;29914&quot;:9316,&quot;38873&quot;:9317,&quot;38878&quot;:9318,&quot;38876&quot;:9319,&quot;27050&quot;:9320,&quot;27370&quot;:9321,&quot;26776&quot;:9322,&quot;26838&quot;:9323,&quot;27141&quot;:9324,&quot;26783&quot;:9325,&quot;27355&quot;:9326,&quot;27379&quot;:9327,&quot;27368&quot;:9328,&quot;27359&quot;:9329,&quot;27273&quot;:9330,&quot;26895&quot;:9331,&quot;27208&quot;:9332,&quot;26984&quot;:9333,&quot;27071&quot;:9334,&quot;27194&quot;:9335,&quot;27292&quot;:9336,&quot;27410&quot;:9337,&quot;27422&quot;:9338,&quot;27357&quot;:9339,&quot;27111&quot;:9340,&quot;27407&quot;:9341,&quot;27414&quot;:9342,&quot;27372&quot;:9343,&quot;27354&quot;:9344,&quot;27384&quot;:9345,&quot;27315&quot;:9346,&quot;27367&quot;:9347,&quot;27299&quot;:9348,&quot;27347&quot;:9349,&quot;27358&quot;:9350,&quot;27556&quot;:9351,&quot;27550&quot;:9352,&quot;27566&quot;:9353,&quot;27563&quot;:9354,&quot;27567&quot;:9355,&quot;36564&quot;:9356,&quot;36571&quot;:9357,&quot;36594&quot;:9358,&quot;36603&quot;:9359,&quot;36708&quot;:9360,&quot;36601&quot;:9361,&quot;36604&quot;:9362,&quot;36587&quot;:9363,&quot;36580&quot;:9364,&quot;36706&quot;:9365,&quot;36602&quot;:9366,&quot;36606&quot;:9367,&quot;36618&quot;:9368,&quot;36615&quot;:9369,&quot;36613&quot;:9370,&quot;36626&quot;:9371,&quot;36646&quot;:9372,&quot;36638&quot;:9373,&quot;36639&quot;:9374,&quot;36636&quot;:9375,&quot;36659&quot;:9376,&quot;36678&quot;:9377,&quot;36692&quot;:9378,&quot;25108&quot;:9379,&quot;25127&quot;:9380,&quot;29964&quot;:9381,&quot;26311&quot;:9382,&quot;26308&quot;:9383,&quot;26249&quot;:9384,&quot;26326&quot;:9385,&quot;36033&quot;:9386,&quot;36016&quot;:9387,&quot;36026&quot;:9388,&quot;36029&quot;:9389,&quot;36100&quot;:9390,&quot;36018&quot;:9391,&quot;36037&quot;:9392,&quot;36112&quot;:9393,&quot;36049&quot;:9394,&quot;36058&quot;:9395,&quot;36053&quot;:9396,&quot;36075&quot;:9397,&quot;36071&quot;:9398,&quot;36091&quot;:9399,&quot;35224&quot;:9400,&quot;35244&quot;:9401,&quot;35233&quot;:9402,&quot;35263&quot;:9403,&quot;35238&quot;:9404,&quot;35247&quot;:9405,&quot;35250&quot;:9406,&quot;35255&quot;:9407,&quot;27647&quot;:9408,&quot;27660&quot;:9409,&quot;27692&quot;:9410,&quot;29272&quot;:9411,&quot;26407&quot;:9412,&quot;33110&quot;:9413,&quot;33242&quot;:9414,&quot;33051&quot;:9415,&quot;33214&quot;:9416,&quot;33121&quot;:9417,&quot;33231&quot;:9418,&quot;27487&quot;:9419,&quot;39086&quot;:9420,&quot;39087&quot;:9421,&quot;39094&quot;:9422,&quot;39100&quot;:9423,&quot;39110&quot;:9424,&quot;39112&quot;:9425,&quot;36674&quot;:9426,&quot;40783&quot;:9427,&quot;26005&quot;:9428,&quot;29036&quot;:9429,&quot;29010&quot;:9430,&quot;29079&quot;:9431,&quot;29121&quot;:9432,&quot;29148&quot;:9433,&quot;29182&quot;:9434,&quot;31152&quot;:9435,&quot;31118&quot;:9436,&quot;31146&quot;:9437,&quot;25055&quot;:9438,&quot;24932&quot;:9439,&quot;25059&quot;:9440,&quot;25095&quot;:9441,&quot;28585&quot;:9442,&quot;30959&quot;:9443,&quot;30893&quot;:9444,&quot;30824&quot;:9445,&quot;30904&quot;:9446,&quot;31018&quot;:9447,&quot;31025&quot;:9448,&quot;30820&quot;:9449,&quot;30973&quot;:9450,&quot;30951&quot;:9451,&quot;30947&quot;:9452,&quot;40853&quot;:9453,&quot;30616&quot;:9454,&quot;30558&quot;:9455,&quot;30652&quot;:9456,&quot;32646&quot;:9457,&quot;32648&quot;:9458,&quot;37330&quot;:9459,&quot;37331&quot;:9460,&quot;37332&quot;:9461,&quot;37337&quot;:9462,&quot;37335&quot;:9463,&quot;37333&quot;:9464,&quot;37367&quot;:9465,&quot;37351&quot;:9466,&quot;37348&quot;:9467,&quot;37702&quot;:9468,&quot;37365&quot;:9469,&quot;37369&quot;:9470,&quot;37384&quot;:9471,&quot;37414&quot;:9472,&quot;37445&quot;:9473,&quot;37393&quot;:9474,&quot;37392&quot;:9475,&quot;37377&quot;:9476,&quot;37415&quot;:9477,&quot;37380&quot;:9478,&quot;37413&quot;:9479,&quot;37376&quot;:9480,&quot;37434&quot;:9481,&quot;37478&quot;:9482,&quot;37431&quot;:9483,&quot;37427&quot;:9484,&quot;37461&quot;:9485,&quot;37437&quot;:9486,&quot;37432&quot;:9487,&quot;37470&quot;:9488,&quot;37484&quot;:9489,&quot;37485&quot;:9490,&quot;37439&quot;:9491,&quot;37984&quot;:9492,&quot;37424&quot;:9493,&quot;37449&quot;:9494,&quot;37448&quot;:9495,&quot;37453&quot;:9496,&quot;37422&quot;:9497,&quot;37433&quot;:9498,&quot;37944&quot;:9499,&quot;37548&quot;:9500,&quot;37536&quot;:9501,&quot;37498&quot;:9502,&quot;37546&quot;:9503,&quot;37614&quot;:9504,&quot;37583&quot;:9505,&quot;37891&quot;:9506,&quot;37603&quot;:9507,&quot;37946&quot;:9508,&quot;37553&quot;:9509,&quot;37542&quot;:9510,&quot;37799&quot;:9511,&quot;37526&quot;:9512,&quot;37580&quot;:9513,&quot;37545&quot;:9514,&quot;37877&quot;:9515,&quot;37523&quot;:9516,&quot;37503&quot;:9517,&quot;37801&quot;:9518,&quot;37530&quot;:9519,&quot;37658&quot;:9520,&quot;37547&quot;:9521,&quot;37507&quot;:9522,&quot;37899&quot;:9523,&quot;37544&quot;:9524,&quot;37539&quot;:9525,&quot;37906&quot;:9526,&quot;37688&quot;:9527,&quot;37617&quot;:9528,&quot;37847&quot;:9529,&quot;37605&quot;:9530,&quot;37616&quot;:9531,&quot;37615&quot;:9532,&quot;37608&quot;:9533,&quot;37564&quot;:9534,&quot;37597&quot;:9535,&quot;37622&quot;:9536,&quot;37926&quot;:9537,&quot;37927&quot;:9538,&quot;37571&quot;:9539,&quot;37599&quot;:9540,&quot;37606&quot;:9541,&quot;37650&quot;:9542,&quot;37638&quot;:9543,&quot;37737&quot;:9544,&quot;37659&quot;:9545,&quot;37696&quot;:9546,&quot;37633&quot;:9547,&quot;37653&quot;:9548,&quot;37678&quot;:9549,&quot;37699&quot;:9550,&quot;37639&quot;:9551,&quot;37640&quot;:9552,&quot;37663&quot;:9553,&quot;37657&quot;:9554,&quot;37733&quot;:9555,&quot;37703&quot;:9556,&quot;37750&quot;:9557,&quot;37716&quot;:9558,&quot;37732&quot;:9559,&quot;37802&quot;:9560,&quot;37744&quot;:9561,&quot;37764&quot;:9562,&quot;37860&quot;:9563,&quot;37848&quot;:9564,&quot;37928&quot;:9565,&quot;37767&quot;:9566,&quot;37836&quot;:9567,&quot;37784&quot;:9568,&quot;37816&quot;:9569,&quot;37823&quot;:9570,&quot;37798&quot;:9571,&quot;37808&quot;:9572,&quot;37813&quot;:9573,&quot;37964&quot;:9574,&quot;37858&quot;:9575,&quot;37852&quot;:9576,&quot;37853&quot;:9577,&quot;37837&quot;:9578,&quot;37854&quot;:9579,&quot;37827&quot;:9580,&quot;37831&quot;:9581,&quot;37841&quot;:9582,&quot;37908&quot;:9583,&quot;37917&quot;:9584,&quot;37879&quot;:9585,&quot;37989&quot;:9586,&quot;37907&quot;:9587,&quot;37997&quot;:9588,&quot;37920&quot;:9589,&quot;38009&quot;:9590,&quot;37881&quot;:9591,&quot;37913&quot;:9592,&quot;37962&quot;:9593,&quot;37938&quot;:9594,&quot;37951&quot;:9595,&quot;37972&quot;:9596,&quot;37987&quot;:9597,&quot;37758&quot;:9598,&quot;31329&quot;:9599,&quot;40169&quot;:9600,&quot;40182&quot;:9601,&quot;40199&quot;:9602,&quot;40198&quot;:9603,&quot;40227&quot;:9604,&quot;40327&quot;:9605,&quot;40469&quot;:9606,&quot;40221&quot;:9607,&quot;40223&quot;:9608,&quot;40421&quot;:9609,&quot;40239&quot;:9610,&quot;40409&quot;:9611,&quot;40240&quot;:9612,&quot;40258&quot;:9613,&quot;40478&quot;:9614,&quot;40275&quot;:9615,&quot;40477&quot;:9616,&quot;40288&quot;:9617,&quot;40274&quot;:9618,&quot;40435&quot;:9619,&quot;40284&quot;:9620,&quot;40289&quot;:9621,&quot;40339&quot;:9622,&quot;40298&quot;:9623,&quot;40303&quot;:9624,&quot;40329&quot;:9625,&quot;40344&quot;:9626,&quot;40346&quot;:9627,&quot;40384&quot;:9628,&quot;40357&quot;:9629,&quot;40361&quot;:9630,&quot;40386&quot;:9631,&quot;40380&quot;:9632,&quot;40474&quot;:9633,&quot;40403&quot;:9634,&quot;40410&quot;:9635,&quot;40431&quot;:9636,&quot;40422&quot;:9637,&quot;40434&quot;:9638,&quot;40440&quot;:9639,&quot;40460&quot;:9640,&quot;40442&quot;:9641,&quot;40475&quot;:9642,&quot;30308&quot;:9643,&quot;30296&quot;:9644,&quot;30311&quot;:9645,&quot;30210&quot;:9646,&quot;30278&quot;:9647,&quot;30279&quot;:9648,&quot;30281&quot;:9649,&quot;30238&quot;:9650,&quot;30267&quot;:9651,&quot;30317&quot;:9652,&quot;30318&quot;:9653,&quot;30313&quot;:9654,&quot;30322&quot;:9655,&quot;31431&quot;:9656,&quot;31414&quot;:9657,&quot;35168&quot;:9658,&quot;35123&quot;:9659,&quot;35165&quot;:9660,&quot;35143&quot;:9661,&quot;35128&quot;:9662,&quot;35172&quot;:9663,&quot;30392&quot;:9664,&quot;32814&quot;:9665,&quot;32812&quot;:9666,&quot;32889&quot;:9667,&quot;32885&quot;:9668,&quot;38919&quot;:9669,&quot;38926&quot;:9670,&quot;38927&quot;:9671,&quot;38945&quot;:9672,&quot;38940&quot;:9673,&quot;28481&quot;:9674,&quot;38950&quot;:9675,&quot;38967&quot;:9676,&quot;38990&quot;:9677,&quot;38995&quot;:9678,&quot;39027&quot;:9679,&quot;39010&quot;:9680,&quot;39001&quot;:9681,&quot;39013&quot;:9682,&quot;39020&quot;:9683,&quot;39024&quot;:9684,&quot;34787&quot;:9685,&quot;34822&quot;:9686,&quot;34566&quot;:9687,&quot;34851&quot;:9688,&quot;34806&quot;:9689,&quot;34554&quot;:9690,&quot;34799&quot;:9691,&quot;34692&quot;:9692,&quot;34832&quot;:9693,&quot;34760&quot;:9694,&quot;34833&quot;:9695,&quot;34747&quot;:9696,&quot;34766&quot;:9697,&quot;32588&quot;:9698,&quot;31716&quot;:9699,&quot;31591&quot;:9700,&quot;31849&quot;:9701,&quot;31731&quot;:9702,&quot;31744&quot;:9703,&quot;31691&quot;:9704,&quot;31836&quot;:9705,&quot;31774&quot;:9706,&quot;31787&quot;:9707,&quot;31779&quot;:9708,&quot;31850&quot;:9709,&quot;31839&quot;:9710,&quot;33380&quot;:9711,&quot;33387&quot;:9712,&quot;35018&quot;:9713,&quot;32677&quot;:9714,&quot;31986&quot;:9715,&quot;31990&quot;:9716,&quot;31965&quot;:9717,&quot;32310&quot;:9718,&quot;40617&quot;:9719,&quot;36274&quot;:9720,&quot;37317&quot;:9721,&quot;37315&quot;:9722,&quot;40570&quot;:9723,&quot;36489&quot;:9724,&quot;36428&quot;:9725,&quot;36498&quot;:9726,&quot;36474&quot;:9727,&quot;36437&quot;:9728,&quot;36506&quot;:9729,&quot;36491&quot;:9730,&quot;36499&quot;:9731,&quot;36497&quot;:9732,&quot;36513&quot;:9733,&quot;36451&quot;:9734,&quot;36522&quot;:9735,&quot;36518&quot;:9736,&quot;35316&quot;:9737,&quot;35318&quot;:9738,&quot;38746&quot;:9739,&quot;38722&quot;:9740,&quot;38717&quot;:9741,&quot;38724&quot;:9742,&quot;40788&quot;:9743,&quot;40799&quot;:9744,&quot;40793&quot;:9745,&quot;40800&quot;:9746,&quot;40796&quot;:9747,&quot;40806&quot;:9748,&quot;40812&quot;:9749,&quot;40810&quot;:9750,&quot;40823&quot;:9751,&quot;12236&quot;:9752,&quot;40701&quot;:9752,&quot;40703&quot;:9753,&quot;40713&quot;:9754,&quot;35726&quot;:9755,&quot;38014&quot;:9756,&quot;37864&quot;:9757,&quot;39799&quot;:9758,&quot;39796&quot;:9759,&quot;39809&quot;:9760,&quot;39811&quot;:9761,&quot;39822&quot;:9762,&quot;40056&quot;:9763,&quot;31308&quot;:9764,&quot;39826&quot;:9765,&quot;40031&quot;:9766,&quot;39824&quot;:9767,&quot;39853&quot;:9768,&quot;39834&quot;:9769,&quot;39850&quot;:9770,&quot;39838&quot;:9771,&quot;40045&quot;:9772,&quot;39851&quot;:9773,&quot;39837&quot;:9774,&quot;40024&quot;:9775,&quot;39873&quot;:9776,&quot;40058&quot;:9777,&quot;39985&quot;:9778,&quot;39993&quot;:9779,&quot;39971&quot;:9780,&quot;39991&quot;:9781,&quot;39872&quot;:9782,&quot;39882&quot;:9783,&quot;39879&quot;:9784,&quot;39933&quot;:9785,&quot;39894&quot;:9786,&quot;39914&quot;:9787,&quot;39915&quot;:9788,&quot;39905&quot;:9789,&quot;39908&quot;:9790,&quot;39911&quot;:9791,&quot;39901&quot;:9792,&quot;39906&quot;:9793,&quot;39920&quot;:9794,&quot;39899&quot;:9795,&quot;39924&quot;:9796,&quot;39892&quot;:9797,&quot;40029&quot;:9798,&quot;39944&quot;:9799,&quot;39952&quot;:9800,&quot;39949&quot;:9801,&quot;39954&quot;:9802,&quot;39945&quot;:9803,&quot;39935&quot;:9804,&quot;39968&quot;:9805,&quot;39986&quot;:9806,&quot;39981&quot;:9807,&quot;39976&quot;:9808,&quot;39973&quot;:9809,&quot;39977&quot;:9810,&quot;39987&quot;:9811,&quot;39998&quot;:9812,&quot;40008&quot;:9813,&quot;39995&quot;:9814,&quot;39989&quot;:9815,&quot;40005&quot;:9816,&quot;40022&quot;:9817,&quot;40020&quot;:9818,&quot;40018&quot;:9819,&quot;40039&quot;:9820,&quot;38851&quot;:9821,&quot;38845&quot;:9822,&quot;38857&quot;:9823,&quot;40379&quot;:9824,&quot;39631&quot;:9825,&quot;39638&quot;:9826,&quot;39637&quot;:9827,&quot;39768&quot;:9828,&quot;39758&quot;:9829,&quot;39255&quot;:9830,&quot;39260&quot;:9831,&quot;39714&quot;:9832,&quot;40695&quot;:9833,&quot;40690&quot;:9834,&quot;35180&quot;:9835,&quot;38342&quot;:9836,&quot;37686&quot;:9837,&quot;24390&quot;:9838,&quot;34068&quot;:9839,&quot;32404&quot;:9840,&quot;40803&quot;:9841,&quot;22137&quot;:9842,&quot;40725&quot;:9843,&quot;22081&quot;:9844,&quot;39662&quot;:9845,&quot;35079&quot;:9846,&quot;31296&quot;:9847,&quot;39091&quot;:9848,&quot;38308&quot;:9849,&quot;39693&quot;:9850,&quot;36852&quot;:9851,&quot;24409&quot;:9852,&quot;31339&quot;:9853,&quot;39138&quot;:9854,&quot;20642&quot;:9855,&quot;34193&quot;:9856,&quot;20760&quot;:9857,&quot;25458&quot;:9858,&quot;21067&quot;:9859,&quot;30543&quot;:9860,&quot;32397&quot;:9861,&quot;26310&quot;:9862,&quot;30637&quot;:9863,&quot;12228&quot;:9864,&quot;40565&quot;:9864,&quot;22217&quot;:9865,&quot;40692&quot;:9866,&quot;28635&quot;:9867,&quot;25054&quot;:9868,&quot;30663&quot;:9869,&quot;28720&quot;:9870,&quot;40629&quot;:9871,&quot;34890&quot;:9872,&quot;38370&quot;:9873,&quot;38854&quot;:9874,&quot;31844&quot;:9875,&quot;32308&quot;:9876,&quot;38822&quot;:9877,&quot;40623&quot;:9878,&quot;22220&quot;:9879,&quot;39089&quot;:9880,&quot;27311&quot;:9881,&quot;32590&quot;:9882,&quot;31984&quot;:9883,&quot;20418&quot;:9884,&quot;32363&quot;:9885,&quot;40569&quot;:9886,&quot;22190&quot;:9887,&quot;39706&quot;:9888,&quot;33903&quot;:9889,&quot;31142&quot;:9890,&quot;31858&quot;:9891,&quot;39634&quot;:9892,&quot;38587&quot;:9893,&quot;32251&quot;:9894,&quot;35069&quot;:9895,&quot;30787&quot;:9896,&quot;8560&quot;:9897,&quot;8561&quot;:9898,&quot;8562&quot;:9899,&quot;8563&quot;:9900,&quot;8564&quot;:9901,&quot;8565&quot;:9902,&quot;8566&quot;:9903,&quot;8567&quot;:9904,&quot;8568&quot;:9905,&quot;8569&quot;:9906,&quot;714&quot;:9907,&quot;715&quot;:9908,&quot;729&quot;:9909,&quot;8211&quot;:9910,&quot;8213&quot;:9911,&quot;8229&quot;:9912,&quot;8245&quot;:9913,&quot;8453&quot;:9914,&quot;8457&quot;:9915,&quot;8598&quot;:9916,&quot;8599&quot;:9917,&quot;8600&quot;:9918,&quot;8601&quot;:9919,&quot;8725&quot;:9920,&quot;8735&quot;:9921,&quot;8739&quot;:9922,&quot;8786&quot;:9923,&quot;8806&quot;:9924,&quot;8807&quot;:9925,&quot;8895&quot;:9926,&quot;9552&quot;:9927,&quot;9553&quot;:9928,&quot;9554&quot;:9929,&quot;9555&quot;:9930,&quot;9556&quot;:9931,&quot;9557&quot;:9932,&quot;9558&quot;:9933,&quot;9559&quot;:9934,&quot;9560&quot;:9935,&quot;9561&quot;:9936,&quot;9562&quot;:9937,&quot;9563&quot;:9938,&quot;9564&quot;:9939,&quot;9565&quot;:9940,&quot;9566&quot;:9941,&quot;9567&quot;:9942,&quot;9568&quot;:9943,&quot;9569&quot;:9944,&quot;9570&quot;:9945,&quot;9571&quot;:9946,&quot;9572&quot;:9947,&quot;9573&quot;:9948,&quot;9574&quot;:9949,&quot;9575&quot;:9950,&quot;9576&quot;:9951,&quot;9577&quot;:9952,&quot;9578&quot;:9953,&quot;9579&quot;:9954,&quot;9580&quot;:9955,&quot;9581&quot;:9956,&quot;9582&quot;:9957,&quot;9583&quot;:9958,&quot;9584&quot;:9959,&quot;9585&quot;:9960,&quot;9586&quot;:9961,&quot;9587&quot;:9962,&quot;9601&quot;:9963,&quot;9602&quot;:9964,&quot;9603&quot;:9965,&quot;9604&quot;:9966,&quot;9605&quot;:9967,&quot;9606&quot;:9968,&quot;9607&quot;:9969,&quot;9608&quot;:9970,&quot;9609&quot;:9971,&quot;9610&quot;:9972,&quot;9611&quot;:9973,&quot;9612&quot;:9974,&quot;9613&quot;:9975,&quot;9614&quot;:9976,&quot;9615&quot;:9977,&quot;9619&quot;:9978,&quot;9620&quot;:9979,&quot;9621&quot;:9980,&quot;9660&quot;:9981,&quot;9661&quot;:9982,&quot;9698&quot;:9983,&quot;9699&quot;:9984,&quot;9700&quot;:9985,&quot;9701&quot;:9986,&quot;9737&quot;:9987,&quot;8853&quot;:9988,&quot;12306&quot;:9989,&quot;12317&quot;:9990,&quot;12318&quot;:9991,&quot;12321&quot;:9992,&quot;12322&quot;:9993,&quot;12323&quot;:9994,&quot;12324&quot;:9995,&quot;12325&quot;:9996,&quot;12326&quot;:9997,&quot;12327&quot;:9998,&quot;12328&quot;:9999,&quot;12329&quot;:10000,&quot;12963&quot;:10001,&quot;13198&quot;:10002,&quot;13199&quot;:10003,&quot;13212&quot;:10004,&quot;13213&quot;:10005,&quot;13214&quot;:10006,&quot;13217&quot;:10007,&quot;13252&quot;:10008,&quot;13262&quot;:10009,&quot;13265&quot;:10010,&quot;13266&quot;:10011,&quot;13269&quot;:10012,&quot;65072&quot;:10013,&quot;65506&quot;:10014,&quot;65508&quot;:10015,&quot;8481&quot;:10016,&quot;12849&quot;:10017,&quot;8208&quot;:10018,&quot;12540&quot;:10019,&quot;12443&quot;:10020,&quot;12444&quot;:10021,&quot;12541&quot;:10022,&quot;12542&quot;:10023,&quot;12294&quot;:10024,&quot;12445&quot;:10025,&quot;12446&quot;:10026,&quot;65097&quot;:10027,&quot;65098&quot;:10028,&quot;65099&quot;:10029,&quot;65100&quot;:10030,&quot;65101&quot;:10031,&quot;65102&quot;:10032,&quot;65103&quot;:10033,&quot;65104&quot;:10034,&quot;65105&quot;:10035,&quot;65106&quot;:10036,&quot;65108&quot;:10037,&quot;65109&quot;:10038,&quot;65110&quot;:10039,&quot;65111&quot;:10040,&quot;65113&quot;:10041,&quot;65114&quot;:10042,&quot;65115&quot;:10043,&quot;65116&quot;:10044,&quot;65117&quot;:10045,&quot;65118&quot;:10046,&quot;65119&quot;:10047,&quot;65120&quot;:10048,&quot;65121&quot;:10049,&quot;65122&quot;:10050,&quot;65123&quot;:10051,&quot;65124&quot;:10052,&quot;65125&quot;:10053,&quot;65126&quot;:10054,&quot;65128&quot;:10055,&quot;65129&quot;:10056,&quot;65130&quot;:10057,&quot;65131&quot;:10058,&quot;12350&quot;:10059,&quot;59367&quot;:10059,&quot;12272&quot;:10060,&quot;59368&quot;:10060,&quot;12273&quot;:10061,&quot;59369&quot;:10061,&quot;12274&quot;:10062,&quot;59370&quot;:10062,&quot;12275&quot;:10063,&quot;59371&quot;:10063,&quot;12276&quot;:10064,&quot;59372&quot;:10064,&quot;12277&quot;:10065,&quot;59373&quot;:10065,&quot;12278&quot;:10066,&quot;59374&quot;:10066,&quot;12279&quot;:10067,&quot;59375&quot;:10067,&quot;12280&quot;:10068,&quot;59376&quot;:10068,&quot;12281&quot;:10069,&quot;59377&quot;:10069,&quot;12282&quot;:10070,&quot;59378&quot;:10070,&quot;12283&quot;:10071,&quot;59379&quot;:10071,&quot;19970&quot;:10072,&quot;19972&quot;:10073,&quot;19973&quot;:10074,&quot;19974&quot;:10075,&quot;19983&quot;:10076,&quot;19986&quot;:10077,&quot;19991&quot;:10078,&quot;19999&quot;:10079,&quot;20000&quot;:10080,&quot;20001&quot;:10081,&quot;20003&quot;:10082,&quot;20006&quot;:10083,&quot;20009&quot;:10084,&quot;20014&quot;:10085,&quot;20015&quot;:10086,&quot;20017&quot;:10087,&quot;20019&quot;:10088,&quot;20021&quot;:10089,&quot;20023&quot;:10090,&quot;20028&quot;:10091,&quot;20032&quot;:10092,&quot;20033&quot;:10093,&quot;20034&quot;:10094,&quot;20036&quot;:10095,&quot;20038&quot;:10096,&quot;20042&quot;:10097,&quot;20049&quot;:10098,&quot;20053&quot;:10099,&quot;20055&quot;:10100,&quot;20058&quot;:10101,&quot;20059&quot;:10102,&quot;20066&quot;:10103,&quot;20067&quot;:10104,&quot;20068&quot;:10105,&quot;20069&quot;:10106,&quot;20071&quot;:10107,&quot;20072&quot;:10108,&quot;20074&quot;:10109,&quot;20075&quot;:10110,&quot;20076&quot;:10111,&quot;20077&quot;:10112,&quot;20078&quot;:10113,&quot;20079&quot;:10114,&quot;20082&quot;:10115,&quot;20084&quot;:10116,&quot;20085&quot;:10117,&quot;20086&quot;:10118,&quot;20087&quot;:10119,&quot;20088&quot;:10120,&quot;20089&quot;:10121,&quot;20090&quot;:10122,&quot;20091&quot;:10123,&quot;20092&quot;:10124,&quot;20093&quot;:10125,&quot;20095&quot;:10126,&quot;20096&quot;:10127,&quot;20097&quot;:10128,&quot;20099&quot;:10129,&quot;20100&quot;:10130,&quot;12037&quot;:10131,&quot;20101&quot;:10131,&quot;20103&quot;:10132,&quot;20106&quot;:10133,&quot;20112&quot;:10134,&quot;20118&quot;:10135,&quot;20119&quot;:10136,&quot;20121&quot;:10137,&quot;20124&quot;:10138,&quot;20125&quot;:10139,&quot;20131&quot;:10140,&quot;20138&quot;:10141,&quot;20143&quot;:10142,&quot;20144&quot;:10143,&quot;20145&quot;:10144,&quot;20148&quot;:10145,&quot;20150&quot;:10146,&quot;20151&quot;:10147,&quot;20152&quot;:10148,&quot;20153&quot;:10149,&quot;20156&quot;:10150,&quot;20157&quot;:10151,&quot;20158&quot;:10152,&quot;20168&quot;:10153,&quot;20172&quot;:10154,&quot;20175&quot;:10155,&quot;20176&quot;:10156,&quot;20178&quot;:10157,&quot;20186&quot;:10158,&quot;20187&quot;:10159,&quot;20188&quot;:10160,&quot;20192&quot;:10161,&quot;20194&quot;:10162,&quot;20198&quot;:10163,&quot;20199&quot;:10164,&quot;20201&quot;:10165,&quot;20205&quot;:10166,&quot;20206&quot;:10167,&quot;20207&quot;:10168,&quot;20209&quot;:10169,&quot;20212&quot;:10170,&quot;20216&quot;:10171,&quot;20217&quot;:10172,&quot;20218&quot;:10173,&quot;20220&quot;:10174,&quot;20222&quot;:10175,&quot;20224&quot;:10176,&quot;20226&quot;:10177,&quot;20227&quot;:10178,&quot;20228&quot;:10179,&quot;20229&quot;:10180,&quot;20230&quot;:10181,&quot;20231&quot;:10182,&quot;20232&quot;:10183,&quot;20235&quot;:10184,&quot;20236&quot;:10185,&quot;20242&quot;:10186,&quot;20243&quot;:10187,&quot;20244&quot;:10188,&quot;20245&quot;:10189,&quot;20246&quot;:10190,&quot;20252&quot;:10191,&quot;20253&quot;:10192,&quot;20257&quot;:10193,&quot;20259&quot;:10194,&quot;20264&quot;:10195,&quot;20265&quot;:10196,&quot;20268&quot;:10197,&quot;20269&quot;:10198,&quot;20270&quot;:10199,&quot;20273&quot;:10200,&quot;20275&quot;:10201,&quot;20277&quot;:10202,&quot;20279&quot;:10203,&quot;20281&quot;:10204,&quot;20283&quot;:10205,&quot;20286&quot;:10206,&quot;20287&quot;:10207,&quot;20288&quot;:10208,&quot;20289&quot;:10209,&quot;20290&quot;:10210,&quot;20292&quot;:10211,&quot;20293&quot;:10212,&quot;20295&quot;:10213,&quot;20296&quot;:10214,&quot;20297&quot;:10215,&quot;20298&quot;:10216,&quot;20299&quot;:10217,&quot;20300&quot;:10218,&quot;20306&quot;:10219,&quot;20308&quot;:10220,&quot;20310&quot;:10221,&quot;20321&quot;:10222,&quot;20322&quot;:10223,&quot;20326&quot;:10224,&quot;20328&quot;:10225,&quot;20330&quot;:10226,&quot;20331&quot;:10227,&quot;20333&quot;:10228,&quot;20334&quot;:10229,&quot;20337&quot;:10230,&quot;20338&quot;:10231,&quot;20341&quot;:10232,&quot;20343&quot;:10233,&quot;20344&quot;:10234,&quot;20345&quot;:10235,&quot;20346&quot;:10236,&quot;20349&quot;:10237,&quot;20352&quot;:10238,&quot;20353&quot;:10239,&quot;20354&quot;:10240,&quot;20357&quot;:10241,&quot;20359&quot;:10242,&quot;20362&quot;:10243,&quot;20364&quot;:10244,&quot;20366&quot;:10245,&quot;20368&quot;:10246,&quot;20370&quot;:10247,&quot;20371&quot;:10248,&quot;20373&quot;:10249,&quot;20376&quot;:10250,&quot;20377&quot;:10251,&quot;20378&quot;:10252,&quot;20380&quot;:10253,&quot;20382&quot;:10254,&quot;20383&quot;:10255,&quot;20385&quot;:10256,&quot;20386&quot;:10257,&quot;20388&quot;:10258,&quot;20395&quot;:10259,&quot;20397&quot;:10260,&quot;20400&quot;:10261,&quot;20401&quot;:10262,&quot;20402&quot;:10263,&quot;20403&quot;:10264,&quot;20404&quot;:10265,&quot;20406&quot;:10266,&quot;20407&quot;:10267,&quot;20408&quot;:10268,&quot;20409&quot;:10269,&quot;20410&quot;:10270,&quot;20411&quot;:10271,&quot;20412&quot;:10272,&quot;20413&quot;:10273,&quot;20414&quot;:10274,&quot;20416&quot;:10275,&quot;20417&quot;:10276,&quot;20422&quot;:10277,&quot;20423&quot;:10278,&quot;20424&quot;:10279,&quot;20425&quot;:10280,&quot;20427&quot;:10281,&quot;20428&quot;:10282,&quot;20429&quot;:10283,&quot;20434&quot;:10284,&quot;20435&quot;:10285,&quot;20436&quot;:10286,&quot;20437&quot;:10287,&quot;20438&quot;:10288,&quot;20441&quot;:10289,&quot;20443&quot;:10290,&quot;20450&quot;:10291,&quot;20452&quot;:10292,&quot;20453&quot;:10293,&quot;20455&quot;:10294,&quot;20459&quot;:10295,&quot;20460&quot;:10296,&quot;20464&quot;:10297,&quot;20466&quot;:10298,&quot;20468&quot;:10299,&quot;20469&quot;:10300,&quot;20470&quot;:10301,&quot;20471&quot;:10302,&quot;20473&quot;:10303,&quot;20475&quot;:10304,&quot;20476&quot;:10305,&quot;20477&quot;:10306,&quot;20479&quot;:10307,&quot;20481&quot;:10308,&quot;20482&quot;:10309,&quot;20483&quot;:10310,&quot;20484&quot;:10311,&quot;20485&quot;:10312,&quot;20487&quot;:10313,&quot;20488&quot;:10314,&quot;20490&quot;:10315,&quot;20494&quot;:10316,&quot;20496&quot;:10317,&quot;20499&quot;:10318,&quot;20501&quot;:10319,&quot;20502&quot;:10320,&quot;20503&quot;:10321,&quot;20507&quot;:10322,&quot;20509&quot;:10323,&quot;20510&quot;:10324,&quot;20512&quot;:10325,&quot;20514&quot;:10326,&quot;20515&quot;:10327,&quot;20516&quot;:10328,&quot;20519&quot;:10329,&quot;20527&quot;:10330,&quot;20528&quot;:10331,&quot;20529&quot;:10332,&quot;20530&quot;:10333,&quot;20531&quot;:10334,&quot;20532&quot;:10335,&quot;20533&quot;:10336,&quot;20534&quot;:10337,&quot;20535&quot;:10338,&quot;20536&quot;:10339,&quot;20537&quot;:10340,&quot;20539&quot;:10341,&quot;20541&quot;:10342,&quot;20543&quot;:10343,&quot;20544&quot;:10344,&quot;20545&quot;:10345,&quot;20546&quot;:10346,&quot;20548&quot;:10347,&quot;20549&quot;:10348,&quot;20550&quot;:10349,&quot;20554&quot;:10350,&quot;20555&quot;:10351,&quot;20557&quot;:10352,&quot;20560&quot;:10353,&quot;20561&quot;:10354,&quot;20562&quot;:10355,&quot;20563&quot;:10356,&quot;20564&quot;:10357,&quot;20566&quot;:10358,&quot;20567&quot;:10359,&quot;20568&quot;:10360,&quot;20569&quot;:10361,&quot;20571&quot;:10362,&quot;20573&quot;:10363,&quot;20574&quot;:10364,&quot;20575&quot;:10365,&quot;20576&quot;:10366,&quot;20577&quot;:10367,&quot;20578&quot;:10368,&quot;20579&quot;:10369,&quot;20580&quot;:10370,&quot;20582&quot;:10371,&quot;20583&quot;:10372,&quot;20584&quot;:10373,&quot;20585&quot;:10374,&quot;20586&quot;:10375,&quot;20587&quot;:10376,&quot;20589&quot;:10377,&quot;20590&quot;:10378,&quot;20591&quot;:10379,&quot;20592&quot;:10380,&quot;20593&quot;:10381,&quot;20594&quot;:10382,&quot;20595&quot;:10383,&quot;20600&quot;:10384,&quot;20601&quot;:10385,&quot;20602&quot;:10386,&quot;20604&quot;:10387,&quot;20605&quot;:10388,&quot;20609&quot;:10389,&quot;20610&quot;:10390,&quot;20611&quot;:10391,&quot;20612&quot;:10392,&quot;20614&quot;:10393,&quot;20615&quot;:10394,&quot;20617&quot;:10395,&quot;20618&quot;:10396,&quot;20619&quot;:10397,&quot;20620&quot;:10398,&quot;20622&quot;:10399,&quot;20623&quot;:10400,&quot;20624&quot;:10401,&quot;20625&quot;:10402,&quot;20626&quot;:10403,&quot;20627&quot;:10404,&quot;20628&quot;:10405,&quot;20629&quot;:10406,&quot;20631&quot;:10407,&quot;20634&quot;:10408,&quot;20635&quot;:10409,&quot;20636&quot;:10410,&quot;20637&quot;:10411,&quot;20638&quot;:10412,&quot;20639&quot;:10413,&quot;20640&quot;:10414,&quot;20641&quot;:10415,&quot;20644&quot;:10416,&quot;20646&quot;:10417,&quot;20650&quot;:10418,&quot;20651&quot;:10419,&quot;20654&quot;:10420,&quot;20655&quot;:10421,&quot;20656&quot;:10422,&quot;20657&quot;:10423,&quot;20662&quot;:10424,&quot;20664&quot;:10425,&quot;20665&quot;:10426,&quot;20668&quot;:10427,&quot;20669&quot;:10428,&quot;20671&quot;:10429,&quot;20672&quot;:10430,&quot;20673&quot;:10431,&quot;20675&quot;:10432,&quot;20676&quot;:10433,&quot;20678&quot;:10434,&quot;20679&quot;:10435,&quot;20680&quot;:10436,&quot;20682&quot;:10437,&quot;20683&quot;:10438,&quot;20684&quot;:10439,&quot;20685&quot;:10440,&quot;20686&quot;:10441,&quot;20688&quot;:10442,&quot;20690&quot;:10443,&quot;20691&quot;:10444,&quot;20692&quot;:10445,&quot;20695&quot;:10446,&quot;20696&quot;:10447,&quot;20697&quot;:10448,&quot;20699&quot;:10449,&quot;20700&quot;:10450,&quot;20701&quot;:10451,&quot;20703&quot;:10452,&quot;20704&quot;:10453,&quot;20705&quot;:10454,&quot;20706&quot;:10455,&quot;20707&quot;:10456,&quot;20708&quot;:10457,&quot;20713&quot;:10458,&quot;20714&quot;:10459,&quot;20715&quot;:10460,&quot;20719&quot;:10461,&quot;20720&quot;:10462,&quot;20721&quot;:10463,&quot;20722&quot;:10464,&quot;20724&quot;:10465,&quot;20726&quot;:10466,&quot;20727&quot;:10467,&quot;20728&quot;:10468,&quot;20730&quot;:10469,&quot;20732&quot;:10470,&quot;20733&quot;:10471,&quot;20734&quot;:10472,&quot;20735&quot;:10473,&quot;20737&quot;:10474,&quot;20739&quot;:10475,&quot;20741&quot;:10476,&quot;20746&quot;:10477,&quot;20748&quot;:10478,&quot;20749&quot;:10479,&quot;20750&quot;:10480,&quot;20751&quot;:10481,&quot;20753&quot;:10482,&quot;20755&quot;:10483,&quot;20758&quot;:10484,&quot;20759&quot;:10485,&quot;20761&quot;:10486,&quot;20762&quot;:10487,&quot;20763&quot;:10488,&quot;20764&quot;:10489,&quot;20765&quot;:10490,&quot;20766&quot;:10491,&quot;20768&quot;:10492,&quot;20770&quot;:10493,&quot;20771&quot;:10494,&quot;20772&quot;:10495,&quot;20773&quot;:10496,&quot;20774&quot;:10497,&quot;20775&quot;:10498,&quot;20776&quot;:10499,&quot;20777&quot;:10500,&quot;20779&quot;:10501,&quot;20780&quot;:10502,&quot;20781&quot;:10503,&quot;20782&quot;:10504,&quot;20783&quot;:10505,&quot;20784&quot;:10506,&quot;20785&quot;:10507,&quot;20787&quot;:10508,&quot;20788&quot;:10509,&quot;20789&quot;:10510,&quot;20790&quot;:10511,&quot;20792&quot;:10512,&quot;20793&quot;:10513,&quot;20797&quot;:10514,&quot;20798&quot;:10515,&quot;20802&quot;:10516,&quot;20807&quot;:10517,&quot;20810&quot;:10518,&quot;20812&quot;:10519,&quot;20814&quot;:10520,&quot;20815&quot;:10521,&quot;20816&quot;:10522,&quot;20819&quot;:10523,&quot;20823&quot;:10524,&quot;20824&quot;:10525,&quot;20825&quot;:10526,&quot;20827&quot;:10527,&quot;20829&quot;:10528,&quot;20830&quot;:10529,&quot;20831&quot;:10530,&quot;20832&quot;:10531,&quot;20833&quot;:10532,&quot;20835&quot;:10533,&quot;20836&quot;:10534,&quot;20838&quot;:10535,&quot;20839&quot;:10536,&quot;20842&quot;:10537,&quot;20847&quot;:10538,&quot;20850&quot;:10539,&quot;20858&quot;:10540,&quot;20862&quot;:10541,&quot;20863&quot;:10542,&quot;20867&quot;:10543,&quot;20868&quot;:10544,&quot;20870&quot;:10545,&quot;20871&quot;:10546,&quot;20874&quot;:10547,&quot;20875&quot;:10548,&quot;20878&quot;:10549,&quot;20879&quot;:10550,&quot;20880&quot;:10551,&quot;20881&quot;:10552,&quot;20883&quot;:10553,&quot;20884&quot;:10554,&quot;20888&quot;:10555,&quot;20890&quot;:10556,&quot;20893&quot;:10557,&quot;20894&quot;:10558,&quot;20895&quot;:10559,&quot;20897&quot;:10560,&quot;20899&quot;:10561,&quot;20902&quot;:10562,&quot;20903&quot;:10563,&quot;20904&quot;:10564,&quot;20905&quot;:10565,&quot;20906&quot;:10566,&quot;20909&quot;:10567,&quot;20910&quot;:10568,&quot;20916&quot;:10569,&quot;20920&quot;:10570,&quot;20921&quot;:10571,&quot;20922&quot;:10572,&quot;20926&quot;:10573,&quot;20927&quot;:10574,&quot;20929&quot;:10575,&quot;20930&quot;:10576,&quot;20931&quot;:10577,&quot;20933&quot;:10578,&quot;20936&quot;:10579,&quot;20938&quot;:10580,&quot;20942&quot;:10581,&quot;20944&quot;:10582,&quot;20946&quot;:10583,&quot;20947&quot;:10584,&quot;20948&quot;:10585,&quot;20949&quot;:10586,&quot;20950&quot;:10587,&quot;20951&quot;:10588,&quot;20952&quot;:10589,&quot;20953&quot;:10590,&quot;20954&quot;:10591,&quot;20956&quot;:10592,&quot;20958&quot;:10593,&quot;20959&quot;:10594,&quot;20962&quot;:10595,&quot;20963&quot;:10596,&quot;20965&quot;:10597,&quot;20966&quot;:10598,&quot;20967&quot;:10599,&quot;20968&quot;:10600,&quot;20969&quot;:10601,&quot;20970&quot;:10602,&quot;20972&quot;:10603,&quot;20974&quot;:10604,&quot;20978&quot;:10605,&quot;20980&quot;:10606,&quot;20983&quot;:10607,&quot;20990&quot;:10608,&quot;20996&quot;:10609,&quot;20997&quot;:10610,&quot;21001&quot;:10611,&quot;21003&quot;:10612,&quot;21004&quot;:10613,&quot;21007&quot;:10614,&quot;21008&quot;:10615,&quot;21011&quot;:10616,&quot;21012&quot;:10617,&quot;21013&quot;:10618,&quot;21020&quot;:10619,&quot;21022&quot;:10620,&quot;21023&quot;:10621,&quot;21025&quot;:10622,&quot;21026&quot;:10623,&quot;21027&quot;:10624,&quot;21029&quot;:10625,&quot;21030&quot;:10626,&quot;21031&quot;:10627,&quot;21034&quot;:10628,&quot;21036&quot;:10629,&quot;21039&quot;:10630,&quot;21041&quot;:10631,&quot;21042&quot;:10632,&quot;21044&quot;:10633,&quot;21045&quot;:10634,&quot;21052&quot;:10635,&quot;21054&quot;:10636,&quot;21061&quot;:10637,&quot;21062&quot;:10638,&quot;21064&quot;:10639,&quot;21065&quot;:10640,&quot;21070&quot;:10641,&quot;21071&quot;:10642,&quot;21074&quot;:10643,&quot;21075&quot;:10644,&quot;21077&quot;:10645,&quot;21079&quot;:10646,&quot;21080&quot;:10647,&quot;21081&quot;:10648,&quot;21082&quot;:10649,&quot;21085&quot;:10650,&quot;21087&quot;:10651,&quot;21088&quot;:10652,&quot;21090&quot;:10653,&quot;21091&quot;:10654,&quot;21092&quot;:10655,&quot;21094&quot;:10656,&quot;21096&quot;:10657,&quot;21099&quot;:10658,&quot;21100&quot;:10659,&quot;21101&quot;:10660,&quot;21104&quot;:10661,&quot;21105&quot;:10662,&quot;21107&quot;:10663,&quot;21110&quot;:10664,&quot;21111&quot;:10665,&quot;21112&quot;:10666,&quot;21113&quot;:10667,&quot;21114&quot;:10668,&quot;21115&quot;:10669,&quot;21116&quot;:10670,&quot;21118&quot;:10671,&quot;21120&quot;:10672,&quot;21124&quot;:10673,&quot;21125&quot;:10674,&quot;21126&quot;:10675,&quot;21131&quot;:10676,&quot;21134&quot;:10677,&quot;21135&quot;:10678,&quot;21138&quot;:10679,&quot;21140&quot;:10680,&quot;21141&quot;:10681,&quot;21142&quot;:10682,&quot;21143&quot;:10683,&quot;21144&quot;:10684,&quot;21145&quot;:10685,&quot;21146&quot;:10686,&quot;21148&quot;:10687,&quot;21156&quot;:10688,&quot;21157&quot;:10689,&quot;21158&quot;:10690,&quot;21159&quot;:10691,&quot;21166&quot;:10692,&quot;21167&quot;:10693,&quot;21168&quot;:10694,&quot;21172&quot;:10695,&quot;21173&quot;:10696,&quot;21174&quot;:10697,&quot;21175&quot;:10698,&quot;21176&quot;:10699,&quot;21177&quot;:10700,&quot;21178&quot;:10701,&quot;21179&quot;:10702,&quot;21180&quot;:10703,&quot;21181&quot;:10704,&quot;21184&quot;:10705,&quot;21186&quot;:10706,&quot;21188&quot;:10707,&quot;21189&quot;:10708,&quot;21190&quot;:10709,&quot;21192&quot;:10710,&quot;21194&quot;:10711,&quot;21196&quot;:10712,&quot;21197&quot;:10713,&quot;21198&quot;:10714,&quot;21199&quot;:10715,&quot;21201&quot;:10716,&quot;21203&quot;:10717,&quot;21204&quot;:10718,&quot;21207&quot;:10719,&quot;21210&quot;:10720,&quot;21212&quot;:10721,&quot;21216&quot;:10722,&quot;21217&quot;:10723,&quot;21219&quot;:10724,&quot;21221&quot;:10725,&quot;21222&quot;:10726,&quot;21223&quot;:10727,&quot;21224&quot;:10728,&quot;21225&quot;:10729,&quot;21226&quot;:10730,&quot;21227&quot;:10731,&quot;21228&quot;:10732,&quot;21229&quot;:10733,&quot;21230&quot;:10734,&quot;21231&quot;:10735,&quot;21234&quot;:10736,&quot;21235&quot;:10737,&quot;21236&quot;:10738,&quot;21238&quot;:10739,&quot;21239&quot;:10740,&quot;21243&quot;:10741,&quot;21244&quot;:10742,&quot;21245&quot;:10743,&quot;21249&quot;:10744,&quot;21250&quot;:10745,&quot;21251&quot;:10746,&quot;21252&quot;:10747,&quot;21255&quot;:10748,&quot;21257&quot;:10749,&quot;21258&quot;:10750,&quot;21259&quot;:10751,&quot;21260&quot;:10752,&quot;21262&quot;:10753,&quot;21265&quot;:10754,&quot;21266&quot;:10755,&quot;21267&quot;:10756,&quot;21268&quot;:10757,&quot;21272&quot;:10758,&quot;21275&quot;:10759,&quot;21276&quot;:10760,&quot;21278&quot;:10761,&quot;21279&quot;:10762,&quot;21282&quot;:10763,&quot;21284&quot;:10764,&quot;21285&quot;:10765,&quot;21287&quot;:10766,&quot;21288&quot;:10767,&quot;21289&quot;:10768,&quot;21291&quot;:10769,&quot;21292&quot;:10770,&quot;21296&quot;:10771,&quot;21298&quot;:10772,&quot;21299&quot;:10773,&quot;21300&quot;:10774,&quot;21301&quot;:10775,&quot;21302&quot;:10776,&quot;21303&quot;:10777,&quot;12054&quot;:10778,&quot;21304&quot;:10778,&quot;21308&quot;:10779,&quot;21309&quot;:10780,&quot;21314&quot;:10781,&quot;21316&quot;:10782,&quot;21318&quot;:10783,&quot;21323&quot;:10784,&quot;21324&quot;:10785,&quot;21325&quot;:10786,&quot;21328&quot;:10787,&quot;21336&quot;:10788,&quot;21337&quot;:10789,&quot;21339&quot;:10790,&quot;21341&quot;:10791,&quot;21349&quot;:10792,&quot;21352&quot;:10793,&quot;21354&quot;:10794,&quot;21356&quot;:10795,&quot;21357&quot;:10796,&quot;21362&quot;:10797,&quot;21366&quot;:10798,&quot;21369&quot;:10799,&quot;21371&quot;:10800,&quot;21372&quot;:10801,&quot;21373&quot;:10802,&quot;21374&quot;:10803,&quot;21376&quot;:10804,&quot;21377&quot;:10805,&quot;21379&quot;:10806,&quot;21383&quot;:10807,&quot;21384&quot;:10808,&quot;21386&quot;:10809,&quot;21390&quot;:10810,&quot;21391&quot;:10811,&quot;21392&quot;:10812,&quot;21393&quot;:10813,&quot;21394&quot;:10814,&quot;21395&quot;:10815,&quot;21396&quot;:10816,&quot;21398&quot;:10817,&quot;21399&quot;:10818,&quot;21403&quot;:10819,&quot;21404&quot;:10820,&quot;21406&quot;:10821,&quot;21409&quot;:10822,&quot;21412&quot;:10823,&quot;21415&quot;:10824,&quot;21418&quot;:10825,&quot;21419&quot;:10826,&quot;21420&quot;:10827,&quot;21423&quot;:10828,&quot;21424&quot;:10829,&quot;21425&quot;:10830,&quot;21427&quot;:10831,&quot;21429&quot;:10832,&quot;21431&quot;:10833,&quot;21432&quot;:10834,&quot;21433&quot;:10835,&quot;21434&quot;:10836,&quot;21436&quot;:10837,&quot;21437&quot;:10838,&quot;21438&quot;:10839,&quot;21440&quot;:10840,&quot;21444&quot;:10841,&quot;21445&quot;:10842,&quot;21446&quot;:10843,&quot;21447&quot;:10844,&quot;21454&quot;:10845,&quot;21455&quot;:10846,&quot;21456&quot;:10847,&quot;21458&quot;:10848,&quot;21459&quot;:10849,&quot;21461&quot;:10850,&quot;21466&quot;:10851,&quot;21468&quot;:10852,&quot;21469&quot;:10853,&quot;21470&quot;:10854,&quot;21473&quot;:10855,&quot;21479&quot;:10856,&quot;21492&quot;:10857,&quot;21498&quot;:10858,&quot;21502&quot;:10859,&quot;21503&quot;:10860,&quot;21504&quot;:10861,&quot;21506&quot;:10862,&quot;21509&quot;:10863,&quot;21511&quot;:10864,&quot;21515&quot;:10865,&quot;21524&quot;:10866,&quot;21528&quot;:10867,&quot;21529&quot;:10868,&quot;21530&quot;:10869,&quot;21532&quot;:10870,&quot;21538&quot;:10871,&quot;21540&quot;:10872,&quot;21541&quot;:10873,&quot;21546&quot;:10874,&quot;21552&quot;:10875,&quot;21555&quot;:10876,&quot;21558&quot;:10877,&quot;21559&quot;:10878,&quot;21562&quot;:10879,&quot;21565&quot;:10880,&quot;21567&quot;:10881,&quot;21569&quot;:10882,&quot;21570&quot;:10883,&quot;21572&quot;:10884,&quot;21573&quot;:10885,&quot;21575&quot;:10886,&quot;21577&quot;:10887,&quot;21580&quot;:10888,&quot;21581&quot;:10889,&quot;21582&quot;:10890,&quot;21583&quot;:10891,&quot;21585&quot;:10892,&quot;21594&quot;:10893,&quot;21597&quot;:10894,&quot;21598&quot;:10895,&quot;21599&quot;:10896,&quot;21600&quot;:10897,&quot;21601&quot;:10898,&quot;21603&quot;:10899,&quot;21605&quot;:10900,&quot;21607&quot;:10901,&quot;21609&quot;:10902,&quot;21610&quot;:10903,&quot;21611&quot;:10904,&quot;21612&quot;:10905,&quot;21613&quot;:10906,&quot;21614&quot;:10907,&quot;21615&quot;:10908,&quot;21616&quot;:10909,&quot;21620&quot;:10910,&quot;21625&quot;:10911,&quot;21626&quot;:10912,&quot;21630&quot;:10913,&quot;21631&quot;:10914,&quot;21633&quot;:10915,&quot;21635&quot;:10916,&quot;21637&quot;:10917,&quot;21639&quot;:10918,&quot;21640&quot;:10919,&quot;21641&quot;:10920,&quot;21642&quot;:10921,&quot;21645&quot;:10922,&quot;21649&quot;:10923,&quot;21651&quot;:10924,&quot;21655&quot;:10925,&quot;21656&quot;:10926,&quot;21660&quot;:10927,&quot;21662&quot;:10928,&quot;21663&quot;:10929,&quot;21664&quot;:10930,&quot;21665&quot;:10931,&quot;21666&quot;:10932,&quot;21669&quot;:10933,&quot;21678&quot;:10934,&quot;21680&quot;:10935,&quot;21682&quot;:10936,&quot;21685&quot;:10937,&quot;21686&quot;:10938,&quot;21687&quot;:10939,&quot;21689&quot;:10940,&quot;21690&quot;:10941,&quot;21694&quot;:10942,&quot;21699&quot;:10943,&quot;21701&quot;:10944,&quot;21706&quot;:10945,&quot;21707&quot;:10946,&quot;21718&quot;:10947,&quot;21720&quot;:10948,&quot;21723&quot;:10949,&quot;21728&quot;:10950,&quot;21730&quot;:10951,&quot;21731&quot;:10952,&quot;21732&quot;:10953,&quot;21739&quot;:10954,&quot;21740&quot;:10955,&quot;21743&quot;:10956,&quot;21744&quot;:10957,&quot;21745&quot;:10958,&quot;21748&quot;:10959,&quot;21749&quot;:10960,&quot;21750&quot;:10961,&quot;21751&quot;:10962,&quot;21752&quot;:10963,&quot;21753&quot;:10964,&quot;21755&quot;:10965,&quot;21758&quot;:10966,&quot;21760&quot;:10967,&quot;21762&quot;:10968,&quot;21763&quot;:10969,&quot;21765&quot;:10970,&quot;21768&quot;:10971,&quot;21770&quot;:10972,&quot;21771&quot;:10973,&quot;21772&quot;:10974,&quot;21773&quot;:10975,&quot;21774&quot;:10976,&quot;21778&quot;:10977,&quot;21779&quot;:10978,&quot;21781&quot;:10979,&quot;21782&quot;:10980,&quot;21783&quot;:10981,&quot;21784&quot;:10982,&quot;21785&quot;:10983,&quot;21786&quot;:10984,&quot;21788&quot;:10985,&quot;21789&quot;:10986,&quot;21790&quot;:10987,&quot;21791&quot;:10988,&quot;21793&quot;:10989,&quot;21797&quot;:10990,&quot;21798&quot;:10991,&quot;21800&quot;:10992,&quot;21801&quot;:10993,&quot;21803&quot;:10994,&quot;21805&quot;:10995,&quot;21810&quot;:10996,&quot;21812&quot;:10997,&quot;21813&quot;:10998,&quot;21814&quot;:10999,&quot;21816&quot;:11000,&quot;21817&quot;:11001,&quot;21818&quot;:11002,&quot;21819&quot;:11003,&quot;21821&quot;:11004,&quot;21824&quot;:11005,&quot;21826&quot;:11006,&quot;21829&quot;:11007,&quot;21831&quot;:11008,&quot;21832&quot;:11009,&quot;21835&quot;:11010,&quot;21836&quot;:11011,&quot;21837&quot;:11012,&quot;21838&quot;:11013,&quot;21841&quot;:11014,&quot;21842&quot;:11015,&quot;21844&quot;:11016,&quot;21847&quot;:11017,&quot;21848&quot;:11018,&quot;21849&quot;:11019,&quot;21850&quot;:11020,&quot;21851&quot;:11021,&quot;21853&quot;:11022,&quot;21855&quot;:11023,&quot;21856&quot;:11024,&quot;21858&quot;:11025,&quot;21859&quot;:11026,&quot;21864&quot;:11027,&quot;21865&quot;:11028,&quot;21867&quot;:11029,&quot;21871&quot;:11030,&quot;21872&quot;:11031,&quot;21873&quot;:11032,&quot;21874&quot;:11033,&quot;21875&quot;:11034,&quot;21876&quot;:11035,&quot;21881&quot;:11036,&quot;21882&quot;:11037,&quot;21885&quot;:11038,&quot;21887&quot;:11039,&quot;21893&quot;:11040,&quot;21894&quot;:11041,&quot;21900&quot;:11042,&quot;21901&quot;:11043,&quot;21902&quot;:11044,&quot;21904&quot;:11045,&quot;21906&quot;:11046,&quot;21907&quot;:11047,&quot;21909&quot;:11048,&quot;21910&quot;:11049,&quot;21911&quot;:11050,&quot;21914&quot;:11051,&quot;21915&quot;:11052,&quot;21918&quot;:11053,&quot;21920&quot;:11054,&quot;21921&quot;:11055,&quot;21922&quot;:11056,&quot;21923&quot;:11057,&quot;21924&quot;:11058,&quot;21925&quot;:11059,&quot;21926&quot;:11060,&quot;21928&quot;:11061,&quot;21929&quot;:11062,&quot;21931&quot;:11063,&quot;21933&quot;:11064,&quot;21935&quot;:11065,&quot;21936&quot;:11066,&quot;21940&quot;:11067,&quot;21942&quot;:11068,&quot;21944&quot;:11069,&quot;21946&quot;:11070,&quot;21948&quot;:11071,&quot;21951&quot;:11072,&quot;21952&quot;:11073,&quot;21953&quot;:11074,&quot;21954&quot;:11075,&quot;21955&quot;:11076,&quot;21960&quot;:11077,&quot;21962&quot;:11078,&quot;21963&quot;:11079,&quot;21967&quot;:11080,&quot;21968&quot;:11081,&quot;21973&quot;:11082,&quot;21975&quot;:11083,&quot;21976&quot;:11084,&quot;21977&quot;:11085,&quot;21979&quot;:11086,&quot;21982&quot;:11087,&quot;21984&quot;:11088,&quot;21986&quot;:11089,&quot;21991&quot;:11090,&quot;21997&quot;:11091,&quot;21998&quot;:11092,&quot;22000&quot;:11093,&quot;22001&quot;:11094,&quot;22004&quot;:11095,&quot;22008&quot;:11096,&quot;22009&quot;:11097,&quot;22010&quot;:11098,&quot;22011&quot;:11099,&quot;22012&quot;:11100,&quot;22015&quot;:11101,&quot;22018&quot;:11102,&quot;22019&quot;:11103,&quot;22020&quot;:11104,&quot;22021&quot;:11105,&quot;22023&quot;:11106,&quot;22026&quot;:11107,&quot;22027&quot;:11108,&quot;22032&quot;:11109,&quot;22033&quot;:11110,&quot;22034&quot;:11111,&quot;22035&quot;:11112,&quot;22037&quot;:11113,&quot;22041&quot;:11114,&quot;22042&quot;:11115,&quot;22045&quot;:11116,&quot;22048&quot;:11117,&quot;22049&quot;:11118,&quot;22050&quot;:11119,&quot;22053&quot;:11120,&quot;22054&quot;:11121,&quot;22056&quot;:11122,&quot;22058&quot;:11123,&quot;22059&quot;:11124,&quot;22067&quot;:11125,&quot;22071&quot;:11126,&quot;22074&quot;:11127,&quot;22076&quot;:11128,&quot;22077&quot;:11129,&quot;22078&quot;:11130,&quot;22080&quot;:11131,&quot;22082&quot;:11132,&quot;22083&quot;:11133,&quot;22084&quot;:11134,&quot;22085&quot;:11135,&quot;22086&quot;:11136,&quot;22087&quot;:11137,&quot;22088&quot;:11138,&quot;22089&quot;:11139,&quot;22090&quot;:11140,&quot;22091&quot;:11141,&quot;22095&quot;:11142,&quot;22096&quot;:11143,&quot;22097&quot;:11144,&quot;22098&quot;:11145,&quot;22099&quot;:11146,&quot;22101&quot;:11147,&quot;22102&quot;:11148,&quot;22106&quot;:11149,&quot;22107&quot;:11150,&quot;22110&quot;:11151,&quot;22111&quot;:11152,&quot;22113&quot;:11153,&quot;22115&quot;:11154,&quot;22119&quot;:11155,&quot;22125&quot;:11156,&quot;22126&quot;:11157,&quot;22128&quot;:11158,&quot;22131&quot;:11159,&quot;22133&quot;:11160,&quot;22135&quot;:11161,&quot;22138&quot;:11162,&quot;22141&quot;:11163,&quot;22142&quot;:11164,&quot;22143&quot;:11165,&quot;22145&quot;:11166,&quot;22146&quot;:11167,&quot;22147&quot;:11168,&quot;22148&quot;:11169,&quot;22152&quot;:11170,&quot;22153&quot;:11171,&quot;22154&quot;:11172,&quot;22155&quot;:11173,&quot;22157&quot;:11174,&quot;22160&quot;:11175,&quot;22161&quot;:11176,&quot;22162&quot;:11177,&quot;22164&quot;:11178,&quot;22166&quot;:11179,&quot;22167&quot;:11180,&quot;22168&quot;:11181,&quot;22170&quot;:11182,&quot;22171&quot;:11183,&quot;22172&quot;:11184,&quot;22173&quot;:11185,&quot;22174&quot;:11186,&quot;22175&quot;:11187,&quot;22176&quot;:11188,&quot;22177&quot;:11189,&quot;22178&quot;:11190,&quot;22180&quot;:11191,&quot;22181&quot;:11192,&quot;22183&quot;:11193,&quot;22185&quot;:11194,&quot;22186&quot;:11195,&quot;22187&quot;:11196,&quot;22188&quot;:11197,&quot;22189&quot;:11198,&quot;22192&quot;:11199,&quot;22193&quot;:11200,&quot;22194&quot;:11201,&quot;22197&quot;:11202,&quot;22200&quot;:11203,&quot;22201&quot;:11204,&quot;22202&quot;:11205,&quot;22203&quot;:11206,&quot;22205&quot;:11207,&quot;22206&quot;:11208,&quot;22207&quot;:11209,&quot;22211&quot;:11210,&quot;22212&quot;:11211,&quot;22214&quot;:11212,&quot;22215&quot;:11213,&quot;22219&quot;:11214,&quot;22221&quot;:11215,&quot;22222&quot;:11216,&quot;22223&quot;:11217,&quot;22224&quot;:11218,&quot;22226&quot;:11219,&quot;22227&quot;:11220,&quot;22229&quot;:11221,&quot;22230&quot;:11222,&quot;22232&quot;:11223,&quot;22233&quot;:11224,&quot;22236&quot;:11225,&quot;22243&quot;:11226,&quot;22245&quot;:11227,&quot;22246&quot;:11228,&quot;22247&quot;:11229,&quot;22248&quot;:11230,&quot;22249&quot;:11231,&quot;22250&quot;:11232,&quot;22252&quot;:11233,&quot;22254&quot;:11234,&quot;22255&quot;:11235,&quot;22258&quot;:11236,&quot;22259&quot;:11237,&quot;22262&quot;:11238,&quot;22263&quot;:11239,&quot;22264&quot;:11240,&quot;22267&quot;:11241,&quot;22268&quot;:11242,&quot;22272&quot;:11243,&quot;22273&quot;:11244,&quot;22274&quot;:11245,&quot;22277&quot;:11246,&quot;22284&quot;:11247,&quot;22286&quot;:11248,&quot;22287&quot;:11249,&quot;22288&quot;:11250,&quot;22289&quot;:11251,&quot;22292&quot;:11252,&quot;22293&quot;:11253,&quot;22295&quot;:11254,&quot;22297&quot;:11255,&quot;22298&quot;:11256,&quot;22299&quot;:11257,&quot;22301&quot;:11258,&quot;22302&quot;:11259,&quot;22304&quot;:11260,&quot;22305&quot;:11261,&quot;22306&quot;:11262,&quot;22308&quot;:11263,&quot;22309&quot;:11264,&quot;22310&quot;:11265,&quot;22311&quot;:11266,&quot;22315&quot;:11267,&quot;22321&quot;:11268,&quot;22322&quot;:11269,&quot;22324&quot;:11270,&quot;22325&quot;:11271,&quot;22326&quot;:11272,&quot;22327&quot;:11273,&quot;22328&quot;:11274,&quot;22332&quot;:11275,&quot;22333&quot;:11276,&quot;22335&quot;:11277,&quot;22337&quot;:11278,&quot;22339&quot;:11279,&quot;22340&quot;:11280,&quot;22341&quot;:11281,&quot;22342&quot;:11282,&quot;22344&quot;:11283,&quot;22345&quot;:11284,&quot;22347&quot;:11285,&quot;22354&quot;:11286,&quot;22355&quot;:11287,&quot;22356&quot;:11288,&quot;22357&quot;:11289,&quot;22358&quot;:11290,&quot;22360&quot;:11291,&quot;22361&quot;:11292,&quot;22370&quot;:11293,&quot;22371&quot;:11294,&quot;22373&quot;:11295,&quot;22375&quot;:11296,&quot;22380&quot;:11297,&quot;22382&quot;:11298,&quot;22384&quot;:11299,&quot;22385&quot;:11300,&quot;22386&quot;:11301,&quot;22388&quot;:11302,&quot;22389&quot;:11303,&quot;22392&quot;:11304,&quot;22393&quot;:11305,&quot;22394&quot;:11306,&quot;22397&quot;:11307,&quot;22398&quot;:11308,&quot;22399&quot;:11309,&quot;22400&quot;:11310,&quot;22401&quot;:11311,&quot;22407&quot;:11312,&quot;22408&quot;:11313,&quot;22409&quot;:11314,&quot;22410&quot;:11315,&quot;22413&quot;:11316,&quot;22414&quot;:11317,&quot;22415&quot;:11318,&quot;22416&quot;:11319,&quot;22417&quot;:11320,&quot;22420&quot;:11321,&quot;22421&quot;:11322,&quot;22422&quot;:11323,&quot;22423&quot;:11324,&quot;22424&quot;:11325,&quot;22425&quot;:11326,&quot;22426&quot;:11327,&quot;22428&quot;:11328,&quot;22429&quot;:11329,&quot;22430&quot;:11330,&quot;22431&quot;:11331,&quot;22437&quot;:11332,&quot;22440&quot;:11333,&quot;22442&quot;:11334,&quot;22444&quot;:11335,&quot;22447&quot;:11336,&quot;22448&quot;:11337,&quot;22449&quot;:11338,&quot;22451&quot;:11339,&quot;22453&quot;:11340,&quot;22454&quot;:11341,&quot;22455&quot;:11342,&quot;22457&quot;:11343,&quot;22458&quot;:11344,&quot;22459&quot;:11345,&quot;22460&quot;:11346,&quot;22461&quot;:11347,&quot;22462&quot;:11348,&quot;22463&quot;:11349,&quot;22464&quot;:11350,&quot;22465&quot;:11351,&quot;22468&quot;:11352,&quot;22469&quot;:11353,&quot;22470&quot;:11354,&quot;22471&quot;:11355,&quot;22472&quot;:11356,&quot;22473&quot;:11357,&quot;22474&quot;:11358,&quot;22476&quot;:11359,&quot;22477&quot;:11360,&quot;22480&quot;:11361,&quot;22481&quot;:11362,&quot;22483&quot;:11363,&quot;22486&quot;:11364,&quot;22487&quot;:11365,&quot;22491&quot;:11366,&quot;22492&quot;:11367,&quot;22494&quot;:11368,&quot;22498&quot;:11369,&quot;22499&quot;:11370,&quot;22501&quot;:11371,&quot;22502&quot;:11372,&quot;22503&quot;:11373,&quot;22504&quot;:11374,&quot;22505&quot;:11375,&quot;22506&quot;:11376,&quot;22507&quot;:11377,&quot;22508&quot;:11378,&quot;22510&quot;:11379,&quot;22512&quot;:11380,&quot;22513&quot;:11381,&quot;22514&quot;:11382,&quot;22515&quot;:11383,&quot;22517&quot;:11384,&quot;22518&quot;:11385,&quot;22523&quot;:11386,&quot;22524&quot;:11387,&quot;22526&quot;:11388,&quot;22527&quot;:11389,&quot;22529&quot;:11390,&quot;22531&quot;:11391,&quot;22532&quot;:11392,&quot;22536&quot;:11393,&quot;22537&quot;:11394,&quot;22540&quot;:11395,&quot;22542&quot;:11396,&quot;22543&quot;:11397,&quot;22544&quot;:11398,&quot;22546&quot;:11399,&quot;22547&quot;:11400,&quot;22548&quot;:11401,&quot;22551&quot;:11402,&quot;22552&quot;:11403,&quot;22554&quot;:11404,&quot;22555&quot;:11405,&quot;22556&quot;:11406,&quot;22559&quot;:11407,&quot;22562&quot;:11408,&quot;22563&quot;:11409,&quot;22565&quot;:11410,&quot;22566&quot;:11411,&quot;22567&quot;:11412,&quot;22568&quot;:11413,&quot;22569&quot;:11414,&quot;22571&quot;:11415,&quot;22572&quot;:11416,&quot;22573&quot;:11417,&quot;22574&quot;:11418,&quot;22578&quot;:11419,&quot;22579&quot;:11420,&quot;22582&quot;:11421,&quot;22583&quot;:11422,&quot;22584&quot;:11423,&quot;22585&quot;:11424,&quot;22586&quot;:11425,&quot;22587&quot;:11426,&quot;22588&quot;:11427,&quot;22589&quot;:11428,&quot;22590&quot;:11429,&quot;22591&quot;:11430,&quot;22592&quot;:11431,&quot;22593&quot;:11432,&quot;22594&quot;:11433,&quot;22595&quot;:11434,&quot;22597&quot;:11435,&quot;22598&quot;:11436,&quot;22599&quot;:11437,&quot;22600&quot;:11438,&quot;22601&quot;:11439,&quot;22606&quot;:11440,&quot;22608&quot;:11441,&quot;22611&quot;:11442,&quot;22613&quot;:11443,&quot;22614&quot;:11444,&quot;22617&quot;:11445,&quot;22618&quot;:11446,&quot;22619&quot;:11447,&quot;22620&quot;:11448,&quot;22621&quot;:11449,&quot;22623&quot;:11450,&quot;22624&quot;:11451,&quot;22625&quot;:11452,&quot;22627&quot;:11453,&quot;22630&quot;:11454,&quot;22631&quot;:11455,&quot;22632&quot;:11456,&quot;22633&quot;:11457,&quot;22634&quot;:11458,&quot;22637&quot;:11459,&quot;22638&quot;:11460,&quot;22639&quot;:11461,&quot;22640&quot;:11462,&quot;22641&quot;:11463,&quot;22642&quot;:11464,&quot;22643&quot;:11465,&quot;22644&quot;:11466,&quot;22646&quot;:11467,&quot;22647&quot;:11468,&quot;22648&quot;:11469,&quot;22650&quot;:11470,&quot;22651&quot;:11471,&quot;22652&quot;:11472,&quot;22653&quot;:11473,&quot;22655&quot;:11474,&quot;22658&quot;:11475,&quot;22660&quot;:11476,&quot;22662&quot;:11477,&quot;22663&quot;:11478,&quot;22664&quot;:11479,&quot;22667&quot;:11480,&quot;22668&quot;:11481,&quot;22669&quot;:11482,&quot;22670&quot;:11483,&quot;22671&quot;:11484,&quot;22672&quot;:11485,&quot;22673&quot;:11486,&quot;22676&quot;:11487,&quot;22677&quot;:11488,&quot;22678&quot;:11489,&quot;22679&quot;:11490,&quot;22680&quot;:11491,&quot;22683&quot;:11492,&quot;22685&quot;:11493,&quot;22688&quot;:11494,&quot;22689&quot;:11495,&quot;22690&quot;:11496,&quot;22691&quot;:11497,&quot;22692&quot;:11498,&quot;22693&quot;:11499,&quot;22694&quot;:11500,&quot;22695&quot;:11501,&quot;22698&quot;:11502,&quot;22699&quot;:11503,&quot;22700&quot;:11504,&quot;22701&quot;:11505,&quot;22703&quot;:11506,&quot;22704&quot;:11507,&quot;22705&quot;:11508,&quot;22706&quot;:11509,&quot;22708&quot;:11510,&quot;22709&quot;:11511,&quot;22710&quot;:11512,&quot;22711&quot;:11513,&quot;22712&quot;:11514,&quot;22713&quot;:11515,&quot;22714&quot;:11516,&quot;22717&quot;:11517,&quot;22719&quot;:11518,&quot;22720&quot;:11519,&quot;22722&quot;:11520,&quot;22723&quot;:11521,&quot;22724&quot;:11522,&quot;22726&quot;:11523,&quot;22728&quot;:11524,&quot;22729&quot;:11525,&quot;22730&quot;:11526,&quot;22731&quot;:11527,&quot;22732&quot;:11528,&quot;22733&quot;:11529,&quot;22734&quot;:11530,&quot;22735&quot;:11531,&quot;22736&quot;:11532,&quot;22738&quot;:11533,&quot;22740&quot;:11534,&quot;22742&quot;:11535,&quot;22743&quot;:11536,&quot;22747&quot;:11537,&quot;22748&quot;:11538,&quot;22749&quot;:11539,&quot;22753&quot;:11540,&quot;22755&quot;:11541,&quot;22757&quot;:11542,&quot;22758&quot;:11543,&quot;22759&quot;:11544,&quot;22760&quot;:11545,&quot;22762&quot;:11546,&quot;22765&quot;:11547,&quot;22769&quot;:11548,&quot;22770&quot;:11549,&quot;22772&quot;:11550,&quot;22773&quot;:11551,&quot;22775&quot;:11552,&quot;22776&quot;:11553,&quot;22779&quot;:11554,&quot;22780&quot;:11555,&quot;22782&quot;:11556,&quot;22783&quot;:11557,&quot;22784&quot;:11558,&quot;22785&quot;:11559,&quot;22787&quot;:11560,&quot;22789&quot;:11561,&quot;22790&quot;:11562,&quot;22792&quot;:11563,&quot;22793&quot;:11564,&quot;12066&quot;:11565,&quot;22794&quot;:11565,&quot;22795&quot;:11566,&quot;22796&quot;:11567,&quot;22798&quot;:11568,&quot;22800&quot;:11569,&quot;22801&quot;:11570,&quot;22802&quot;:11571,&quot;22803&quot;:11572,&quot;22807&quot;:11573,&quot;22808&quot;:11574,&quot;22811&quot;:11575,&quot;22813&quot;:11576,&quot;22814&quot;:11577,&quot;22816&quot;:11578,&quot;22817&quot;:11579,&quot;22819&quot;:11580,&quot;22822&quot;:11581,&quot;22824&quot;:11582,&quot;22828&quot;:11583,&quot;22832&quot;:11584,&quot;22834&quot;:11585,&quot;22835&quot;:11586,&quot;22837&quot;:11587,&quot;22838&quot;:11588,&quot;22843&quot;:11589,&quot;22845&quot;:11590,&quot;22847&quot;:11591,&quot;22848&quot;:11592,&quot;22851&quot;:11593,&quot;22853&quot;:11594,&quot;22854&quot;:11595,&quot;22858&quot;:11596,&quot;22860&quot;:11597,&quot;22861&quot;:11598,&quot;22864&quot;:11599,&quot;22866&quot;:11600,&quot;22867&quot;:11601,&quot;22873&quot;:11602,&quot;22875&quot;:11603,&quot;22876&quot;:11604,&quot;22877&quot;:11605,&quot;22878&quot;:11606,&quot;22879&quot;:11607,&quot;22881&quot;:11608,&quot;22883&quot;:11609,&quot;22884&quot;:11610,&quot;22886&quot;:11611,&quot;22887&quot;:11612,&quot;22888&quot;:11613,&quot;22891&quot;:11614,&quot;22893&quot;:11615,&quot;22895&quot;:11616,&quot;22896&quot;:11617,&quot;22897&quot;:11618,&quot;22898&quot;:11619,&quot;22901&quot;:11620,&quot;22903&quot;:11621,&quot;22906&quot;:11622,&quot;22907&quot;:11623,&quot;22908&quot;:11624,&quot;22910&quot;:11625,&quot;22911&quot;:11626,&quot;22912&quot;:11627,&quot;22917&quot;:11628,&quot;22921&quot;:11629,&quot;22923&quot;:11630,&quot;22924&quot;:11631,&quot;22926&quot;:11632,&quot;22927&quot;:11633,&quot;22928&quot;:11634,&quot;22929&quot;:11635,&quot;22932&quot;:11636,&quot;22933&quot;:11637,&quot;22936&quot;:11638,&quot;22938&quot;:11639,&quot;22939&quot;:11640,&quot;22940&quot;:11641,&quot;22943&quot;:11642,&quot;22944&quot;:11643,&quot;22945&quot;:11644,&quot;22946&quot;:11645,&quot;22950&quot;:11646,&quot;22951&quot;:11647,&quot;22956&quot;:11648,&quot;22957&quot;:11649,&quot;22960&quot;:11650,&quot;22961&quot;:11651,&quot;22963&quot;:11652,&quot;22964&quot;:11653,&quot;22965&quot;:11654,&quot;22966&quot;:11655,&quot;22967&quot;:11656,&quot;22968&quot;:11657,&quot;22970&quot;:11658,&quot;22972&quot;:11659,&quot;22973&quot;:11660,&quot;22975&quot;:11661,&quot;22976&quot;:11662,&quot;22977&quot;:11663,&quot;22978&quot;:11664,&quot;22979&quot;:11665,&quot;22980&quot;:11666,&quot;22981&quot;:11667,&quot;22983&quot;:11668,&quot;22984&quot;:11669,&quot;22985&quot;:11670,&quot;22988&quot;:11671,&quot;22989&quot;:11672,&quot;22990&quot;:11673,&quot;22991&quot;:11674,&quot;22997&quot;:11675,&quot;22998&quot;:11676,&quot;23001&quot;:11677,&quot;23003&quot;:11678,&quot;23006&quot;:11679,&quot;23007&quot;:11680,&quot;23008&quot;:11681,&quot;23009&quot;:11682,&quot;23010&quot;:11683,&quot;23012&quot;:11684,&quot;23014&quot;:11685,&quot;23015&quot;:11686,&quot;23017&quot;:11687,&quot;23018&quot;:11688,&quot;23019&quot;:11689,&quot;23021&quot;:11690,&quot;23022&quot;:11691,&quot;23023&quot;:11692,&quot;23024&quot;:11693,&quot;23025&quot;:11694,&quot;23026&quot;:11695,&quot;23027&quot;:11696,&quot;23028&quot;:11697,&quot;23029&quot;:11698,&quot;23030&quot;:11699,&quot;23031&quot;:11700,&quot;23032&quot;:11701,&quot;23034&quot;:11702,&quot;23036&quot;:11703,&quot;23037&quot;:11704,&quot;23038&quot;:11705,&quot;23040&quot;:11706,&quot;23042&quot;:11707,&quot;23050&quot;:11708,&quot;23051&quot;:11709,&quot;23053&quot;:11710,&quot;23054&quot;:11711,&quot;23055&quot;:11712,&quot;23056&quot;:11713,&quot;23058&quot;:11714,&quot;23060&quot;:11715,&quot;23061&quot;:11716,&quot;23062&quot;:11717,&quot;23063&quot;:11718,&quot;23065&quot;:11719,&quot;23066&quot;:11720,&quot;23067&quot;:11721,&quot;23069&quot;:11722,&quot;23070&quot;:11723,&quot;23073&quot;:11724,&quot;23074&quot;:11725,&quot;23076&quot;:11726,&quot;23078&quot;:11727,&quot;23079&quot;:11728,&quot;23080&quot;:11729,&quot;23082&quot;:11730,&quot;23083&quot;:11731,&quot;23084&quot;:11732,&quot;23085&quot;:11733,&quot;23086&quot;:11734,&quot;23087&quot;:11735,&quot;23088&quot;:11736,&quot;23091&quot;:11737,&quot;23093&quot;:11738,&quot;23095&quot;:11739,&quot;23096&quot;:11740,&quot;23097&quot;:11741,&quot;23098&quot;:11742,&quot;23099&quot;:11743,&quot;23101&quot;:11744,&quot;23102&quot;:11745,&quot;23103&quot;:11746,&quot;23106&quot;:11747,&quot;23107&quot;:11748,&quot;23108&quot;:11749,&quot;23109&quot;:11750,&quot;23111&quot;:11751,&quot;23112&quot;:11752,&quot;23115&quot;:11753,&quot;23116&quot;:11754,&quot;23117&quot;:11755,&quot;23118&quot;:11756,&quot;23119&quot;:11757,&quot;23120&quot;:11758,&quot;23121&quot;:11759,&quot;23122&quot;:11760,&quot;23123&quot;:11761,&quot;23124&quot;:11762,&quot;23126&quot;:11763,&quot;23127&quot;:11764,&quot;23128&quot;:11765,&quot;23129&quot;:11766,&quot;23131&quot;:11767,&quot;23132&quot;:11768,&quot;23133&quot;:11769,&quot;23134&quot;:11770,&quot;23135&quot;:11771,&quot;23136&quot;:11772,&quot;23137&quot;:11773,&quot;23139&quot;:11774,&quot;23140&quot;:11775,&quot;23141&quot;:11776,&quot;23144&quot;:11777,&quot;23145&quot;:11778,&quot;23147&quot;:11779,&quot;23148&quot;:11780,&quot;23150&quot;:11781,&quot;23151&quot;:11782,&quot;23152&quot;:11783,&quot;23153&quot;:11784,&quot;23154&quot;:11785,&quot;23155&quot;:11786,&quot;23160&quot;:11787,&quot;23161&quot;:11788,&quot;23163&quot;:11789,&quot;23164&quot;:11790,&quot;23165&quot;:11791,&quot;23166&quot;:11792,&quot;23168&quot;:11793,&quot;23169&quot;:11794,&quot;23170&quot;:11795,&quot;23171&quot;:11796,&quot;23172&quot;:11797,&quot;23173&quot;:11798,&quot;23174&quot;:11799,&quot;23175&quot;:11800,&quot;23176&quot;:11801,&quot;23177&quot;:11802,&quot;23178&quot;:11803,&quot;23179&quot;:11804,&quot;23180&quot;:11805,&quot;23181&quot;:11806,&quot;23182&quot;:11807,&quot;23183&quot;:11808,&quot;23184&quot;:11809,&quot;23185&quot;:11810,&quot;23187&quot;:11811,&quot;23188&quot;:11812,&quot;23189&quot;:11813,&quot;23190&quot;:11814,&quot;23191&quot;:11815,&quot;23192&quot;:11816,&quot;23193&quot;:11817,&quot;23196&quot;:11818,&quot;23197&quot;:11819,&quot;23198&quot;:11820,&quot;23199&quot;:11821,&quot;23200&quot;:11822,&quot;23201&quot;:11823,&quot;23202&quot;:11824,&quot;23203&quot;:11825,&quot;23204&quot;:11826,&quot;23205&quot;:11827,&quot;23206&quot;:11828,&quot;23208&quot;:11829,&quot;23209&quot;:11830,&quot;23211&quot;:11831,&quot;23212&quot;:11832,&quot;23213&quot;:11833,&quot;23214&quot;:11834,&quot;23215&quot;:11835,&quot;23216&quot;:11836,&quot;23217&quot;:11837,&quot;23220&quot;:11838,&quot;23222&quot;:11839,&quot;23223&quot;:11840,&quot;23225&quot;:11841,&quot;23226&quot;:11842,&quot;23227&quot;:11843,&quot;23228&quot;:11844,&quot;23231&quot;:11845,&quot;23232&quot;:11846,&quot;23235&quot;:11847,&quot;23236&quot;:11848,&quot;23237&quot;:11849,&quot;23238&quot;:11850,&quot;23239&quot;:11851,&quot;23240&quot;:11852,&quot;23242&quot;:11853,&quot;23243&quot;:11854,&quot;23245&quot;:11855,&quot;23246&quot;:11856,&quot;23247&quot;:11857,&quot;23248&quot;:11858,&quot;23249&quot;:11859,&quot;23251&quot;:11860,&quot;23253&quot;:11861,&quot;23257&quot;:11862,&quot;23258&quot;:11863,&quot;23259&quot;:11864,&quot;23261&quot;:11865,&quot;23262&quot;:11866,&quot;23263&quot;:11867,&quot;23266&quot;:11868,&quot;23268&quot;:11869,&quot;23269&quot;:11870,&quot;23271&quot;:11871,&quot;23272&quot;:11872,&quot;23274&quot;:11873,&quot;23276&quot;:11874,&quot;23277&quot;:11875,&quot;23278&quot;:11876,&quot;23279&quot;:11877,&quot;23280&quot;:11878,&quot;23282&quot;:11879,&quot;23283&quot;:11880,&quot;23284&quot;:11881,&quot;23286&quot;:11882,&quot;23287&quot;:11883,&quot;23288&quot;:11884,&quot;23289&quot;:11885,&quot;23290&quot;:11886,&quot;23292&quot;:11887,&quot;23293&quot;:11888,&quot;23294&quot;:11889,&quot;23295&quot;:11890,&quot;23297&quot;:11891,&quot;23298&quot;:11892,&quot;23299&quot;:11893,&quot;23300&quot;:11894,&quot;23301&quot;:11895,&quot;23302&quot;:11896,&quot;23303&quot;:11897,&quot;23306&quot;:11898,&quot;23309&quot;:11899,&quot;23310&quot;:11900,&quot;23311&quot;:11901,&quot;23312&quot;:11902,&quot;23313&quot;:11903,&quot;23314&quot;:11904,&quot;23315&quot;:11905,&quot;23316&quot;:11906,&quot;23317&quot;:11907,&quot;23320&quot;:11908,&quot;23322&quot;:11909,&quot;23323&quot;:11910,&quot;23324&quot;:11911,&quot;23325&quot;:11912,&quot;23326&quot;:11913,&quot;23327&quot;:11914,&quot;23328&quot;:11915,&quot;23330&quot;:11916,&quot;23331&quot;:11917,&quot;23332&quot;:11918,&quot;23333&quot;:11919,&quot;23334&quot;:11920,&quot;23335&quot;:11921,&quot;23336&quot;:11922,&quot;23337&quot;:11923,&quot;23339&quot;:11924,&quot;23340&quot;:11925,&quot;23341&quot;:11926,&quot;23342&quot;:11927,&quot;23343&quot;:11928,&quot;23345&quot;:11929,&quot;23347&quot;:11930,&quot;23349&quot;:11931,&quot;23350&quot;:11932,&quot;23353&quot;:11933,&quot;23354&quot;:11934,&quot;23355&quot;:11935,&quot;23356&quot;:11936,&quot;23357&quot;:11937,&quot;23358&quot;:11938,&quot;23359&quot;:11939,&quot;23361&quot;:11940,&quot;23362&quot;:11941,&quot;23363&quot;:11942,&quot;23364&quot;:11943,&quot;23365&quot;:11944,&quot;23366&quot;:11945,&quot;23367&quot;:11946,&quot;23368&quot;:11947,&quot;23369&quot;:11948,&quot;23370&quot;:11949,&quot;23371&quot;:11950,&quot;23373&quot;:11951,&quot;23374&quot;:11952,&quot;23375&quot;:11953,&quot;23378&quot;:11954,&quot;23382&quot;:11955,&quot;23390&quot;:11956,&quot;23392&quot;:11957,&quot;23393&quot;:11958,&quot;23399&quot;:11959,&quot;23400&quot;:11960,&quot;23405&quot;:11961,&quot;23406&quot;:11962,&quot;23407&quot;:11963,&quot;23410&quot;:11964,&quot;23412&quot;:11965,&quot;23414&quot;:11966,&quot;23415&quot;:11967,&quot;23417&quot;:11968,&quot;23419&quot;:11969,&quot;23420&quot;:11970,&quot;23422&quot;:11971,&quot;23426&quot;:11972,&quot;23430&quot;:11973,&quot;23434&quot;:11974,&quot;23437&quot;:11975,&quot;23438&quot;:11976,&quot;23440&quot;:11977,&quot;23441&quot;:11978,&quot;23442&quot;:11979,&quot;23444&quot;:11980,&quot;23446&quot;:11981,&quot;23455&quot;:11982,&quot;23463&quot;:11983,&quot;23464&quot;:11984,&quot;23465&quot;:11985,&quot;23468&quot;:11986,&quot;23469&quot;:11987,&quot;23470&quot;:11988,&quot;23471&quot;:11989,&quot;23473&quot;:11990,&quot;23474&quot;:11991,&quot;23479&quot;:11992,&quot;23482&quot;:11993,&quot;23483&quot;:11994,&quot;23484&quot;:11995,&quot;23488&quot;:11996,&quot;23489&quot;:11997,&quot;23491&quot;:11998,&quot;23496&quot;:11999,&quot;23497&quot;:12000,&quot;23498&quot;:12001,&quot;23499&quot;:12002,&quot;23501&quot;:12003,&quot;23502&quot;:12004,&quot;23503&quot;:12005,&quot;23505&quot;:12006,&quot;23508&quot;:12007,&quot;23509&quot;:12008,&quot;23510&quot;:12009,&quot;23511&quot;:12010,&quot;23512&quot;:12011,&quot;23513&quot;:12012,&quot;23514&quot;:12013,&quot;23515&quot;:12014,&quot;23516&quot;:12015,&quot;23520&quot;:12016,&quot;23523&quot;:12017,&quot;23530&quot;:12018,&quot;23533&quot;:12019,&quot;23535&quot;:12020,&quot;23537&quot;:12021,&quot;23538&quot;:12022,&quot;23539&quot;:12023,&quot;23540&quot;:12024,&quot;23543&quot;:12025,&quot;23549&quot;:12026,&quot;23550&quot;:12027,&quot;23552&quot;:12028,&quot;23554&quot;:12029,&quot;23555&quot;:12030,&quot;23557&quot;:12031,&quot;23564&quot;:12032,&quot;23568&quot;:12033,&quot;23570&quot;:12034,&quot;23571&quot;:12035,&quot;23575&quot;:12036,&quot;23577&quot;:12037,&quot;23579&quot;:12038,&quot;23582&quot;:12039,&quot;23583&quot;:12040,&quot;23584&quot;:12041,&quot;23585&quot;:12042,&quot;23587&quot;:12043,&quot;23590&quot;:12044,&quot;23592&quot;:12045,&quot;23593&quot;:12046,&quot;23594&quot;:12047,&quot;23595&quot;:12048,&quot;23597&quot;:12049,&quot;23598&quot;:12050,&quot;23599&quot;:12051,&quot;23600&quot;:12052,&quot;23602&quot;:12053,&quot;23603&quot;:12054,&quot;23605&quot;:12055,&quot;23606&quot;:12056,&quot;23619&quot;:12057,&quot;23620&quot;:12058,&quot;23622&quot;:12059,&quot;23623&quot;:12060,&quot;23628&quot;:12061,&quot;23629&quot;:12062,&quot;23634&quot;:12063,&quot;23635&quot;:12064,&quot;23636&quot;:12065,&quot;23638&quot;:12066,&quot;23639&quot;:12067,&quot;23640&quot;:12068,&quot;23642&quot;:12069,&quot;23643&quot;:12070,&quot;23644&quot;:12071,&quot;23645&quot;:12072,&quot;23647&quot;:12073,&quot;23655&quot;:12074,&quot;23657&quot;:12075,&quot;23658&quot;:12076,&quot;23659&quot;:12077,&quot;23661&quot;:12078,&quot;23664&quot;:12079,&quot;23666&quot;:12080,&quot;23667&quot;:12081,&quot;23668&quot;:12082,&quot;23669&quot;:12083,&quot;23670&quot;:12084,&quot;23671&quot;:12085,&quot;23672&quot;:12086,&quot;23675&quot;:12087,&quot;23676&quot;:12088,&quot;23677&quot;:12089,&quot;23678&quot;:12090,&quot;23680&quot;:12091,&quot;23683&quot;:12092,&quot;23684&quot;:12093,&quot;23685&quot;:12094,&quot;23686&quot;:12095,&quot;23687&quot;:12096,&quot;23689&quot;:12097,&quot;23690&quot;:12098,&quot;23691&quot;:12099,&quot;23694&quot;:12100,&quot;23695&quot;:12101,&quot;23698&quot;:12102,&quot;23699&quot;:12103,&quot;23701&quot;:12104,&quot;23709&quot;:12105,&quot;23710&quot;:12106,&quot;23711&quot;:12107,&quot;23712&quot;:12108,&quot;23716&quot;:12109,&quot;23717&quot;:12110,&quot;23718&quot;:12111,&quot;23719&quot;:12112,&quot;23720&quot;:12113,&quot;23722&quot;:12114,&quot;23726&quot;:12115,&quot;23727&quot;:12116,&quot;23728&quot;:12117,&quot;23730&quot;:12118,&quot;23732&quot;:12119,&quot;23734&quot;:12120,&quot;23737&quot;:12121,&quot;23738&quot;:12122,&quot;23739&quot;:12123,&quot;23740&quot;:12124,&quot;23742&quot;:12125,&quot;23744&quot;:12126,&quot;23746&quot;:12127,&quot;23747&quot;:12128,&quot;23749&quot;:12129,&quot;23750&quot;:12130,&quot;23751&quot;:12131,&quot;23752&quot;:12132,&quot;23753&quot;:12133,&quot;23754&quot;:12134,&quot;23756&quot;:12135,&quot;23757&quot;:12136,&quot;23758&quot;:12137,&quot;23759&quot;:12138,&quot;23760&quot;:12139,&quot;23761&quot;:12140,&quot;23763&quot;:12141,&quot;23764&quot;:12142,&quot;23765&quot;:12143,&quot;23766&quot;:12144,&quot;23767&quot;:12145,&quot;23768&quot;:12146,&quot;23770&quot;:12147,&quot;23771&quot;:12148,&quot;23772&quot;:12149,&quot;23773&quot;:12150,&quot;23774&quot;:12151,&quot;23775&quot;:12152,&quot;23776&quot;:12153,&quot;23778&quot;:12154,&quot;23779&quot;:12155,&quot;23783&quot;:12156,&quot;23785&quot;:12157,&quot;23787&quot;:12158,&quot;23788&quot;:12159,&quot;23790&quot;:12160,&quot;23791&quot;:12161,&quot;23793&quot;:12162,&quot;23794&quot;:12163,&quot;23795&quot;:12164,&quot;23797&quot;:12165,&quot;23799&quot;:12166,&quot;23800&quot;:12167,&quot;23801&quot;:12168,&quot;23802&quot;:12169,&quot;23804&quot;:12170,&quot;23806&quot;:12171,&quot;23807&quot;:12172,&quot;23808&quot;:12173,&quot;23809&quot;:12174,&quot;23812&quot;:12175,&quot;23813&quot;:12176,&quot;23816&quot;:12177,&quot;23817&quot;:12178,&quot;23818&quot;:12179,&quot;23819&quot;:12180,&quot;23820&quot;:12181,&quot;23823&quot;:12182,&quot;23824&quot;:12183,&quot;23825&quot;:12184,&quot;23826&quot;:12185,&quot;23827&quot;:12186,&quot;23829&quot;:12187,&quot;23832&quot;:12188,&quot;23833&quot;:12189,&quot;23834&quot;:12190,&quot;23836&quot;:12191,&quot;23837&quot;:12192,&quot;23839&quot;:12193,&quot;23840&quot;:12194,&quot;23841&quot;:12195,&quot;23842&quot;:12196,&quot;23843&quot;:12197,&quot;23845&quot;:12198,&quot;23848&quot;:12199,&quot;23850&quot;:12200,&quot;23851&quot;:12201,&quot;23855&quot;:12202,&quot;23856&quot;:12203,&quot;23857&quot;:12204,&quot;23858&quot;:12205,&quot;23859&quot;:12206,&quot;23861&quot;:12207,&quot;23862&quot;:12208,&quot;23863&quot;:12209,&quot;23864&quot;:12210,&quot;23865&quot;:12211,&quot;23866&quot;:12212,&quot;23867&quot;:12213,&quot;23868&quot;:12214,&quot;23871&quot;:12215,&quot;23872&quot;:12216,&quot;23873&quot;:12217,&quot;23874&quot;:12218,&quot;23875&quot;:12219,&quot;23876&quot;:12220,&quot;23877&quot;:12221,&quot;23878&quot;:12222,&quot;23880&quot;:12223,&quot;23881&quot;:12224,&quot;23885&quot;:12225,&quot;23886&quot;:12226,&quot;23887&quot;:12227,&quot;23889&quot;:12228,&quot;23890&quot;:12229,&quot;23891&quot;:12230,&quot;23892&quot;:12231,&quot;23893&quot;:12232,&quot;23894&quot;:12233,&quot;23895&quot;:12234,&quot;23897&quot;:12235,&quot;23898&quot;:12236,&quot;23900&quot;:12237,&quot;23902&quot;:12238,&quot;23903&quot;:12239,&quot;23904&quot;:12240,&quot;23905&quot;:12241,&quot;23906&quot;:12242,&quot;23907&quot;:12243,&quot;23908&quot;:12244,&quot;23909&quot;:12245,&quot;23910&quot;:12246,&quot;23911&quot;:12247,&quot;23912&quot;:12248,&quot;23914&quot;:12249,&quot;23917&quot;:12250,&quot;23918&quot;:12251,&quot;23920&quot;:12252,&quot;23921&quot;:12253,&quot;23922&quot;:12254,&quot;23923&quot;:12255,&quot;23925&quot;:12256,&quot;23926&quot;:12257,&quot;23927&quot;:12258,&quot;23928&quot;:12259,&quot;23929&quot;:12260,&quot;23930&quot;:12261,&quot;23931&quot;:12262,&quot;23932&quot;:12263,&quot;23933&quot;:12264,&quot;23934&quot;:12265,&quot;23935&quot;:12266,&quot;23936&quot;:12267,&quot;23939&quot;:12268,&quot;23941&quot;:12269,&quot;23942&quot;:12270,&quot;23944&quot;:12271,&quot;23945&quot;:12272,&quot;23946&quot;:12273,&quot;23947&quot;:12274,&quot;23948&quot;:12275,&quot;23949&quot;:12276,&quot;23950&quot;:12277,&quot;23951&quot;:12278,&quot;23952&quot;:12279,&quot;23953&quot;:12280,&quot;23954&quot;:12281,&quot;23955&quot;:12282,&quot;23956&quot;:12283,&quot;23957&quot;:12284,&quot;23958&quot;:12285,&quot;23960&quot;:12286,&quot;23962&quot;:12287,&quot;23963&quot;:12288,&quot;23964&quot;:12289,&quot;23966&quot;:12290,&quot;23967&quot;:12291,&quot;23969&quot;:12292,&quot;23970&quot;:12293,&quot;23971&quot;:12294,&quot;23972&quot;:12295,&quot;23973&quot;:12296,&quot;23974&quot;:12297,&quot;23976&quot;:12298,&quot;23977&quot;:12299,&quot;23978&quot;:12300,&quot;23979&quot;:12301,&quot;23980&quot;:12302,&quot;23981&quot;:12303,&quot;23982&quot;:12304,&quot;23983&quot;:12305,&quot;23984&quot;:12306,&quot;23985&quot;:12307,&quot;23986&quot;:12308,&quot;23987&quot;:12309,&quot;23988&quot;:12310,&quot;23989&quot;:12311,&quot;23990&quot;:12312,&quot;23993&quot;:12313,&quot;23995&quot;:12314,&quot;23997&quot;:12315,&quot;23998&quot;:12316,&quot;23999&quot;:12317,&quot;24000&quot;:12318,&quot;24001&quot;:12319,&quot;24002&quot;:12320,&quot;24003&quot;:12321,&quot;24004&quot;:12322,&quot;24006&quot;:12323,&quot;24007&quot;:12324,&quot;24008&quot;:12325,&quot;24009&quot;:12326,&quot;24010&quot;:12327,&quot;24012&quot;:12328,&quot;24014&quot;:12329,&quot;24015&quot;:12330,&quot;24016&quot;:12331,&quot;24017&quot;:12332,&quot;24019&quot;:12333,&quot;24021&quot;:12334,&quot;24022&quot;:12335,&quot;24023&quot;:12336,&quot;24024&quot;:12337,&quot;24025&quot;:12338,&quot;24026&quot;:12339,&quot;24028&quot;:12340,&quot;24031&quot;:12341,&quot;24032&quot;:12342,&quot;24035&quot;:12343,&quot;24036&quot;:12344,&quot;24042&quot;:12345,&quot;24044&quot;:12346,&quot;24045&quot;:12347,&quot;24053&quot;:12348,&quot;24054&quot;:12349,&quot;24056&quot;:12350,&quot;24057&quot;:12351,&quot;24058&quot;:12352,&quot;24059&quot;:12353,&quot;24060&quot;:12354,&quot;24063&quot;:12355,&quot;24064&quot;:12356,&quot;24068&quot;:12357,&quot;24071&quot;:12358,&quot;24073&quot;:12359,&quot;24074&quot;:12360,&quot;24075&quot;:12361,&quot;24077&quot;:12362,&quot;24078&quot;:12363,&quot;24082&quot;:12364,&quot;24083&quot;:12365,&quot;24087&quot;:12366,&quot;24094&quot;:12367,&quot;24095&quot;:12368,&quot;24096&quot;:12369,&quot;24097&quot;:12370,&quot;24098&quot;:12371,&quot;24099&quot;:12372,&quot;24100&quot;:12373,&quot;24104&quot;:12374,&quot;24105&quot;:12375,&quot;24106&quot;:12376,&quot;24108&quot;:12377,&quot;24111&quot;:12378,&quot;24112&quot;:12379,&quot;24114&quot;:12380,&quot;24116&quot;:12381,&quot;24117&quot;:12382,&quot;24121&quot;:12383,&quot;24122&quot;:12384,&quot;24126&quot;:12385,&quot;24127&quot;:12386,&quot;24129&quot;:12387,&quot;24134&quot;:12388,&quot;24135&quot;:12389,&quot;24136&quot;:12390,&quot;24137&quot;:12391,&quot;24138&quot;:12392,&quot;24139&quot;:12393,&quot;24141&quot;:12394,&quot;24142&quot;:12395,&quot;24143&quot;:12396,&quot;24144&quot;:12397,&quot;24145&quot;:12398,&quot;24146&quot;:12399,&quot;24147&quot;:12400,&quot;24150&quot;:12401,&quot;24153&quot;:12402,&quot;24154&quot;:12403,&quot;24156&quot;:12404,&quot;24157&quot;:12405,&quot;24160&quot;:12406,&quot;24164&quot;:12407,&quot;24165&quot;:12408,&quot;24166&quot;:12409,&quot;24167&quot;:12410,&quot;24168&quot;:12411,&quot;24169&quot;:12412,&quot;24170&quot;:12413,&quot;24173&quot;:12414,&quot;24174&quot;:12415,&quot;24175&quot;:12416,&quot;24176&quot;:12417,&quot;24177&quot;:12418,&quot;24181&quot;:12419,&quot;24183&quot;:12420,&quot;24193&quot;:12421,&quot;24194&quot;:12422,&quot;24195&quot;:12423,&quot;24197&quot;:12424,&quot;24200&quot;:12425,&quot;24201&quot;:12426,&quot;24204&quot;:12427,&quot;24205&quot;:12428,&quot;24206&quot;:12429,&quot;24210&quot;:12430,&quot;24216&quot;:12431,&quot;24219&quot;:12432,&quot;24221&quot;:12433,&quot;24225&quot;:12434,&quot;24226&quot;:12435,&quot;24227&quot;:12436,&quot;24228&quot;:12437,&quot;24232&quot;:12438,&quot;24233&quot;:12439,&quot;24234&quot;:12440,&quot;24236&quot;:12441,&quot;24238&quot;:12442,&quot;24239&quot;:12443,&quot;24240&quot;:12444,&quot;24241&quot;:12445,&quot;24242&quot;:12446,&quot;24244&quot;:12447,&quot;24250&quot;:12448,&quot;24251&quot;:12449,&quot;24252&quot;:12450,&quot;24253&quot;:12451,&quot;24255&quot;:12452,&quot;24256&quot;:12453,&quot;24257&quot;:12454,&quot;24258&quot;:12455,&quot;24259&quot;:12456,&quot;24260&quot;:12457,&quot;24261&quot;:12458,&quot;24262&quot;:12459,&quot;24263&quot;:12460,&quot;24264&quot;:12461,&quot;24267&quot;:12462,&quot;24268&quot;:12463,&quot;24269&quot;:12464,&quot;24270&quot;:12465,&quot;24271&quot;:12466,&quot;24272&quot;:12467,&quot;24276&quot;:12468,&quot;24277&quot;:12469,&quot;24279&quot;:12470,&quot;24280&quot;:12471,&quot;24281&quot;:12472,&quot;24282&quot;:12473,&quot;24284&quot;:12474,&quot;24285&quot;:12475,&quot;24286&quot;:12476,&quot;24292&quot;:12477,&quot;24293&quot;:12478,&quot;24294&quot;:12479,&quot;24295&quot;:12480,&quot;24297&quot;:12481,&quot;24299&quot;:12482,&quot;24301&quot;:12483,&quot;24302&quot;:12484,&quot;24303&quot;:12485,&quot;24304&quot;:12486,&quot;24305&quot;:12487,&quot;24306&quot;:12488,&quot;24309&quot;:12489,&quot;24312&quot;:12490,&quot;24313&quot;:12491,&quot;24315&quot;:12492,&quot;24316&quot;:12493,&quot;24317&quot;:12494,&quot;24325&quot;:12495,&quot;24326&quot;:12496,&quot;24327&quot;:12497,&quot;24329&quot;:12498,&quot;24332&quot;:12499,&quot;24333&quot;:12500,&quot;24334&quot;:12501,&quot;24336&quot;:12502,&quot;24338&quot;:12503,&quot;24340&quot;:12504,&quot;24342&quot;:12505,&quot;24345&quot;:12506,&quot;24346&quot;:12507,&quot;24348&quot;:12508,&quot;24349&quot;:12509,&quot;24350&quot;:12510,&quot;24353&quot;:12511,&quot;24354&quot;:12512,&quot;24355&quot;:12513,&quot;24356&quot;:12514,&quot;24360&quot;:12515,&quot;24363&quot;:12516,&quot;24364&quot;:12517,&quot;24366&quot;:12518,&quot;24368&quot;:12519,&quot;24370&quot;:12520,&quot;24372&quot;:12521,&quot;24374&quot;:12522,&quot;24375&quot;:12523,&quot;24376&quot;:12524,&quot;24379&quot;:12525,&quot;24381&quot;:12526,&quot;24382&quot;:12527,&quot;24383&quot;:12528,&quot;24385&quot;:12529,&quot;24386&quot;:12530,&quot;24387&quot;:12531,&quot;24388&quot;:12532,&quot;24389&quot;:12533,&quot;24391&quot;:12534,&quot;24393&quot;:12535,&quot;24394&quot;:12536,&quot;24395&quot;:12537,&quot;24397&quot;:12538,&quot;24399&quot;:12539,&quot;24401&quot;:12540,&quot;24404&quot;:12541,&quot;24410&quot;:12542,&quot;24411&quot;:12543,&quot;24412&quot;:12544,&quot;24414&quot;:12545,&quot;24415&quot;:12546,&quot;24416&quot;:12547,&quot;24419&quot;:12548,&quot;24421&quot;:12549,&quot;24423&quot;:12550,&quot;24424&quot;:12551,&quot;24427&quot;:12552,&quot;24430&quot;:12553,&quot;24431&quot;:12554,&quot;24434&quot;:12555,&quot;24436&quot;:12556,&quot;24437&quot;:12557,&quot;24438&quot;:12558,&quot;24440&quot;:12559,&quot;24442&quot;:12560,&quot;24445&quot;:12561,&quot;24446&quot;:12562,&quot;24447&quot;:12563,&quot;24451&quot;:12564,&quot;24454&quot;:12565,&quot;24461&quot;:12566,&quot;24462&quot;:12567,&quot;24463&quot;:12568,&quot;24467&quot;:12569,&quot;24468&quot;:12570,&quot;24470&quot;:12571,&quot;24474&quot;:12572,&quot;24475&quot;:12573,&quot;24477&quot;:12574,&quot;24479&quot;:12575,&quot;24482&quot;:12576,&quot;24483&quot;:12577,&quot;24484&quot;:12578,&quot;24485&quot;:12579,&quot;24486&quot;:12580,&quot;24487&quot;:12581,&quot;24491&quot;:12582,&quot;24492&quot;:12583,&quot;24495&quot;:12584,&quot;24496&quot;:12585,&quot;24497&quot;:12586,&quot;24498&quot;:12587,&quot;24499&quot;:12588,&quot;24500&quot;:12589,&quot;24502&quot;:12590,&quot;24504&quot;:12591,&quot;24506&quot;:12592,&quot;24507&quot;:12593,&quot;24510&quot;:12594,&quot;24511&quot;:12595,&quot;24512&quot;:12596,&quot;24513&quot;:12597,&quot;24514&quot;:12598,&quot;24519&quot;:12599,&quot;24520&quot;:12600,&quot;24522&quot;:12601,&quot;24523&quot;:12602,&quot;24526&quot;:12603,&quot;24531&quot;:12604,&quot;24532&quot;:12605,&quot;24533&quot;:12606,&quot;24538&quot;:12607,&quot;24539&quot;:12608,&quot;24540&quot;:12609,&quot;24542&quot;:12610,&quot;24543&quot;:12611,&quot;24546&quot;:12612,&quot;24547&quot;:12613,&quot;24549&quot;:12614,&quot;24550&quot;:12615,&quot;24552&quot;:12616,&quot;24553&quot;:12617,&quot;24556&quot;:12618,&quot;24559&quot;:12619,&quot;24560&quot;:12620,&quot;24562&quot;:12621,&quot;24563&quot;:12622,&quot;24564&quot;:12623,&quot;24566&quot;:12624,&quot;24567&quot;:12625,&quot;24569&quot;:12626,&quot;24570&quot;:12627,&quot;24572&quot;:12628,&quot;24583&quot;:12629,&quot;24584&quot;:12630,&quot;24585&quot;:12631,&quot;24587&quot;:12632,&quot;24588&quot;:12633,&quot;24592&quot;:12634,&quot;24593&quot;:12635,&quot;24595&quot;:12636,&quot;24599&quot;:12637,&quot;24600&quot;:12638,&quot;24602&quot;:12639,&quot;24606&quot;:12640,&quot;24607&quot;:12641,&quot;24610&quot;:12642,&quot;24611&quot;:12643,&quot;24612&quot;:12644,&quot;24620&quot;:12645,&quot;24621&quot;:12646,&quot;24622&quot;:12647,&quot;24624&quot;:12648,&quot;24625&quot;:12649,&quot;24626&quot;:12650,&quot;24627&quot;:12651,&quot;24628&quot;:12652,&quot;24630&quot;:12653,&quot;24631&quot;:12654,&quot;24632&quot;:12655,&quot;24633&quot;:12656,&quot;24634&quot;:12657,&quot;24637&quot;:12658,&quot;24638&quot;:12659,&quot;24640&quot;:12660,&quot;24644&quot;:12661,&quot;24645&quot;:12662,&quot;24646&quot;:12663,&quot;24647&quot;:12664,&quot;24648&quot;:12665,&quot;24649&quot;:12666,&quot;24650&quot;:12667,&quot;24652&quot;:12668,&quot;24654&quot;:12669,&quot;24655&quot;:12670,&quot;24657&quot;:12671,&quot;24659&quot;:12672,&quot;24660&quot;:12673,&quot;24662&quot;:12674,&quot;24663&quot;:12675,&quot;24664&quot;:12676,&quot;24667&quot;:12677,&quot;24668&quot;:12678,&quot;24670&quot;:12679,&quot;24671&quot;:12680,&quot;24672&quot;:12681,&quot;24673&quot;:12682,&quot;24677&quot;:12683,&quot;24678&quot;:12684,&quot;24686&quot;:12685,&quot;24689&quot;:12686,&quot;24690&quot;:12687,&quot;24692&quot;:12688,&quot;24693&quot;:12689,&quot;24695&quot;:12690,&quot;24702&quot;:12691,&quot;24704&quot;:12692,&quot;24705&quot;:12693,&quot;24706&quot;:12694,&quot;24709&quot;:12695,&quot;24710&quot;:12696,&quot;24711&quot;:12697,&quot;24712&quot;:12698,&quot;24714&quot;:12699,&quot;24715&quot;:12700,&quot;24718&quot;:12701,&quot;24719&quot;:12702,&quot;24720&quot;:12703,&quot;24721&quot;:12704,&quot;24723&quot;:12705,&quot;24725&quot;:12706,&quot;24727&quot;:12707,&quot;24728&quot;:12708,&quot;24729&quot;:12709,&quot;24732&quot;:12710,&quot;24734&quot;:12711,&quot;24737&quot;:12712,&quot;24738&quot;:12713,&quot;24740&quot;:12714,&quot;24741&quot;:12715,&quot;24743&quot;:12716,&quot;24745&quot;:12717,&quot;24746&quot;:12718,&quot;24750&quot;:12719,&quot;24752&quot;:12720,&quot;24755&quot;:12721,&quot;24759&quot;:12722,&quot;24761&quot;:12723,&quot;24762&quot;:12724,&quot;24765&quot;:12725,&quot;24766&quot;:12726,&quot;24767&quot;:12727,&quot;24768&quot;:12728,&quot;24769&quot;:12729,&quot;24770&quot;:12730,&quot;24771&quot;:12731,&quot;24772&quot;:12732,&quot;24775&quot;:12733,&quot;24776&quot;:12734,&quot;24777&quot;:12735,&quot;24780&quot;:12736,&quot;24781&quot;:12737,&quot;24782&quot;:12738,&quot;24783&quot;:12739,&quot;24784&quot;:12740,&quot;24786&quot;:12741,&quot;24787&quot;:12742,&quot;24788&quot;:12743,&quot;24790&quot;:12744,&quot;24791&quot;:12745,&quot;24793&quot;:12746,&quot;24795&quot;:12747,&quot;24798&quot;:12748,&quot;24802&quot;:12749,&quot;24803&quot;:12750,&quot;24804&quot;:12751,&quot;24805&quot;:12752,&quot;24810&quot;:12753,&quot;24821&quot;:12754,&quot;24823&quot;:12755,&quot;24824&quot;:12756,&quot;24828&quot;:12757,&quot;24829&quot;:12758,&quot;24830&quot;:12759,&quot;24831&quot;:12760,&quot;24834&quot;:12761,&quot;24835&quot;:12762,&quot;24836&quot;:12763,&quot;24837&quot;:12764,&quot;24839&quot;:12765,&quot;24842&quot;:12766,&quot;24843&quot;:12767,&quot;24844&quot;:12768,&quot;24848&quot;:12769,&quot;24849&quot;:12770,&quot;24850&quot;:12771,&quot;24851&quot;:12772,&quot;24852&quot;:12773,&quot;24854&quot;:12774,&quot;24855&quot;:12775,&quot;24856&quot;:12776,&quot;24857&quot;:12777,&quot;24861&quot;:12778,&quot;24862&quot;:12779,&quot;24865&quot;:12780,&quot;24866&quot;:12781,&quot;24869&quot;:12782,&quot;24872&quot;:12783,&quot;24873&quot;:12784,&quot;24874&quot;:12785,&quot;24876&quot;:12786,&quot;24877&quot;:12787,&quot;24878&quot;:12788,&quot;24879&quot;:12789,&quot;24880&quot;:12790,&quot;24881&quot;:12791,&quot;24882&quot;:12792,&quot;24883&quot;:12793,&quot;24885&quot;:12794,&quot;24886&quot;:12795,&quot;24888&quot;:12796,&quot;24889&quot;:12797,&quot;24890&quot;:12798,&quot;24891&quot;:12799,&quot;24892&quot;:12800,&quot;24893&quot;:12801,&quot;24896&quot;:12802,&quot;24897&quot;:12803,&quot;24898&quot;:12804,&quot;24899&quot;:12805,&quot;24900&quot;:12806,&quot;24901&quot;:12807,&quot;24902&quot;:12808,&quot;24903&quot;:12809,&quot;24905&quot;:12810,&quot;24909&quot;:12811,&quot;24911&quot;:12812,&quot;24912&quot;:12813,&quot;24914&quot;:12814,&quot;24915&quot;:12815,&quot;24916&quot;:12816,&quot;24918&quot;:12817,&quot;24919&quot;:12818,&quot;24921&quot;:12819,&quot;24923&quot;:12820,&quot;24924&quot;:12821,&quot;24926&quot;:12822,&quot;24928&quot;:12823,&quot;24929&quot;:12824,&quot;24933&quot;:12825,&quot;24934&quot;:12826,&quot;24937&quot;:12827,&quot;24940&quot;:12828,&quot;24941&quot;:12829,&quot;24943&quot;:12830,&quot;24945&quot;:12831,&quot;24946&quot;:12832,&quot;24948&quot;:12833,&quot;24952&quot;:12834,&quot;24953&quot;:12835,&quot;24954&quot;:12836,&quot;24955&quot;:12837,&quot;24956&quot;:12838,&quot;24957&quot;:12839,&quot;24958&quot;:12840,&quot;24959&quot;:12841,&quot;24960&quot;:12842,&quot;24961&quot;:12843,&quot;24963&quot;:12844,&quot;24964&quot;:12845,&quot;24965&quot;:12846,&quot;24966&quot;:12847,&quot;24967&quot;:12848,&quot;24968&quot;:12849,&quot;24969&quot;:12850,&quot;24972&quot;:12851,&quot;24973&quot;:12852,&quot;24975&quot;:12853,&quot;24979&quot;:12854,&quot;24981&quot;:12855,&quot;24982&quot;:12856,&quot;24983&quot;:12857,&quot;24984&quot;:12858,&quot;24985&quot;:12859,&quot;24987&quot;:12860,&quot;24988&quot;:12861,&quot;24990&quot;:12862,&quot;24991&quot;:12863,&quot;24992&quot;:12864,&quot;24993&quot;:12865,&quot;24994&quot;:12866,&quot;24995&quot;:12867,&quot;24997&quot;:12868,&quot;24998&quot;:12869,&quot;25002&quot;:12870,&quot;25005&quot;:12871,&quot;25007&quot;:12872,&quot;25008&quot;:12873,&quot;25009&quot;:12874,&quot;25011&quot;:12875,&quot;25012&quot;:12876,&quot;25013&quot;:12877,&quot;25016&quot;:12878,&quot;25017&quot;:12879,&quot;25018&quot;:12880,&quot;25019&quot;:12881,&quot;25020&quot;:12882,&quot;25021&quot;:12883,&quot;25023&quot;:12884,&quot;25024&quot;:12885,&quot;25025&quot;:12886,&quot;25027&quot;:12887,&quot;25028&quot;:12888,&quot;25029&quot;:12889,&quot;25030&quot;:12890,&quot;25037&quot;:12891,&quot;25038&quot;:12892,&quot;25039&quot;:12893,&quot;25040&quot;:12894,&quot;25043&quot;:12895,&quot;25045&quot;:12896,&quot;25046&quot;:12897,&quot;25047&quot;:12898,&quot;25048&quot;:12899,&quot;25049&quot;:12900,&quot;25050&quot;:12901,&quot;25051&quot;:12902,&quot;25052&quot;:12903,&quot;25053&quot;:12904,&quot;25056&quot;:12905,&quot;25057&quot;:12906,&quot;25058&quot;:12907,&quot;25060&quot;:12908,&quot;25061&quot;:12909,&quot;25063&quot;:12910,&quot;25065&quot;:12911,&quot;25066&quot;:12912,&quot;25067&quot;:12913,&quot;25068&quot;:12914,&quot;25069&quot;:12915,&quot;25070&quot;:12916,&quot;25071&quot;:12917,&quot;25072&quot;:12918,&quot;25073&quot;:12919,&quot;25075&quot;:12920,&quot;25076&quot;:12921,&quot;25081&quot;:12922,&quot;25083&quot;:12923,&quot;25085&quot;:12924,&quot;25089&quot;:12925,&quot;25090&quot;:12926,&quot;25091&quot;:12927,&quot;25092&quot;:12928,&quot;25093&quot;:12929,&quot;25097&quot;:12930,&quot;25107&quot;:12931,&quot;25113&quot;:12932,&quot;25116&quot;:12933,&quot;25117&quot;:12934,&quot;25118&quot;:12935,&quot;25120&quot;:12936,&quot;25123&quot;:12937,&quot;25126&quot;:12938,&quot;25128&quot;:12939,&quot;25129&quot;:12940,&quot;25131&quot;:12941,&quot;25133&quot;:12942,&quot;25135&quot;:12943,&quot;25137&quot;:12944,&quot;25141&quot;:12945,&quot;12094&quot;:12946,&quot;25142&quot;:12946,&quot;25144&quot;:12947,&quot;25145&quot;:12948,&quot;25146&quot;:12949,&quot;25147&quot;:12950,&quot;25148&quot;:12951,&quot;25154&quot;:12952,&quot;25156&quot;:12953,&quot;25157&quot;:12954,&quot;25158&quot;:12955,&quot;25162&quot;:12956,&quot;25167&quot;:12957,&quot;25168&quot;:12958,&quot;25173&quot;:12959,&quot;25174&quot;:12960,&quot;25175&quot;:12961,&quot;25177&quot;:12962,&quot;25178&quot;:12963,&quot;25180&quot;:12964,&quot;25181&quot;:12965,&quot;25182&quot;:12966,&quot;25183&quot;:12967,&quot;25184&quot;:12968,&quot;25185&quot;:12969,&quot;25186&quot;:12970,&quot;25188&quot;:12971,&quot;25189&quot;:12972,&quot;25192&quot;:12973,&quot;25201&quot;:12974,&quot;25202&quot;:12975,&quot;25204&quot;:12976,&quot;25205&quot;:12977,&quot;25207&quot;:12978,&quot;25208&quot;:12979,&quot;25210&quot;:12980,&quot;25211&quot;:12981,&quot;25213&quot;:12982,&quot;25217&quot;:12983,&quot;25218&quot;:12984,&quot;25219&quot;:12985,&quot;25221&quot;:12986,&quot;25222&quot;:12987,&quot;25223&quot;:12988,&quot;25224&quot;:12989,&quot;25227&quot;:12990,&quot;25228&quot;:12991,&quot;25229&quot;:12992,&quot;25230&quot;:12993,&quot;25231&quot;:12994,&quot;25232&quot;:12995,&quot;25236&quot;:12996,&quot;25241&quot;:12997,&quot;25244&quot;:12998,&quot;25245&quot;:12999,&quot;25246&quot;:13000,&quot;25251&quot;:13001,&quot;25254&quot;:13002,&quot;25255&quot;:13003,&quot;25257&quot;:13004,&quot;25258&quot;:13005,&quot;25261&quot;:13006,&quot;25262&quot;:13007,&quot;25263&quot;:13008,&quot;25264&quot;:13009,&quot;25266&quot;:13010,&quot;25267&quot;:13011,&quot;25268&quot;:13012,&quot;25270&quot;:13013,&quot;25271&quot;:13014,&quot;25272&quot;:13015,&quot;25274&quot;:13016,&quot;25278&quot;:13017,&quot;25280&quot;:13018,&quot;25281&quot;:13019,&quot;25283&quot;:13020,&quot;25291&quot;:13021,&quot;25295&quot;:13022,&quot;25297&quot;:13023,&quot;25301&quot;:13024,&quot;25309&quot;:13025,&quot;25310&quot;:13026,&quot;25312&quot;:13027,&quot;25313&quot;:13028,&quot;25316&quot;:13029,&quot;25322&quot;:13030,&quot;25323&quot;:13031,&quot;25328&quot;:13032,&quot;25330&quot;:13033,&quot;25333&quot;:13034,&quot;25336&quot;:13035,&quot;25337&quot;:13036,&quot;25338&quot;:13037,&quot;25339&quot;:13038,&quot;25344&quot;:13039,&quot;25347&quot;:13040,&quot;25348&quot;:13041,&quot;25349&quot;:13042,&quot;25350&quot;:13043,&quot;25354&quot;:13044,&quot;25355&quot;:13045,&quot;25356&quot;:13046,&quot;25357&quot;:13047,&quot;25359&quot;:13048,&quot;25360&quot;:13049,&quot;25362&quot;:13050,&quot;25363&quot;:13051,&quot;25364&quot;:13052,&quot;25365&quot;:13053,&quot;25367&quot;:13054,&quot;25368&quot;:13055,&quot;25369&quot;:13056,&quot;25372&quot;:13057,&quot;25382&quot;:13058,&quot;25383&quot;:13059,&quot;25385&quot;:13060,&quot;25388&quot;:13061,&quot;25389&quot;:13062,&quot;25390&quot;:13063,&quot;25392&quot;:13064,&quot;25393&quot;:13065,&quot;25395&quot;:13066,&quot;25396&quot;:13067,&quot;25397&quot;:13068,&quot;25398&quot;:13069,&quot;25399&quot;:13070,&quot;25400&quot;:13071,&quot;25403&quot;:13072,&quot;25404&quot;:13073,&quot;25407&quot;:13074,&quot;25408&quot;:13075,&quot;25409&quot;:13076,&quot;25412&quot;:13077,&quot;25415&quot;:13078,&quot;25416&quot;:13079,&quot;25418&quot;:13080,&quot;25425&quot;:13081,&quot;25426&quot;:13082,&quot;25427&quot;:13083,&quot;25428&quot;:13084,&quot;25430&quot;:13085,&quot;25431&quot;:13086,&quot;25432&quot;:13087,&quot;25433&quot;:13088,&quot;25434&quot;:13089,&quot;25435&quot;:13090,&quot;25436&quot;:13091,&quot;25437&quot;:13092,&quot;25440&quot;:13093,&quot;25444&quot;:13094,&quot;25445&quot;:13095,&quot;25446&quot;:13096,&quot;25450&quot;:13097,&quot;25452&quot;:13098,&quot;25455&quot;:13099,&quot;25456&quot;:13100,&quot;25459&quot;:13101,&quot;25460&quot;:13102,&quot;25461&quot;:13103,&quot;25464&quot;:13104,&quot;25465&quot;:13105,&quot;25468&quot;:13106,&quot;25469&quot;:13107,&quot;25470&quot;:13108,&quot;25471&quot;:13109,&quot;25473&quot;:13110,&quot;25477&quot;:13111,&quot;25478&quot;:13112,&quot;25483&quot;:13113,&quot;25485&quot;:13114,&quot;25489&quot;:13115,&quot;25491&quot;:13116,&quot;25492&quot;:13117,&quot;25493&quot;:13118,&quot;25495&quot;:13119,&quot;25497&quot;:13120,&quot;25498&quot;:13121,&quot;25499&quot;:13122,&quot;25500&quot;:13123,&quot;25501&quot;:13124,&quot;25502&quot;:13125,&quot;25503&quot;:13126,&quot;25505&quot;:13127,&quot;25508&quot;:13128,&quot;25510&quot;:13129,&quot;25515&quot;:13130,&quot;25519&quot;:13131,&quot;25521&quot;:13132,&quot;25522&quot;:13133,&quot;25525&quot;:13134,&quot;25526&quot;:13135,&quot;25529&quot;:13136,&quot;25531&quot;:13137,&quot;25533&quot;:13138,&quot;25535&quot;:13139,&quot;25537&quot;:13140,&quot;25538&quot;:13141,&quot;25539&quot;:13142,&quot;25541&quot;:13143,&quot;25543&quot;:13144,&quot;25544&quot;:13145,&quot;25546&quot;:13146,&quot;25547&quot;:13147,&quot;25548&quot;:13148,&quot;25553&quot;:13149,&quot;25555&quot;:13150,&quot;25556&quot;:13151,&quot;25557&quot;:13152,&quot;25559&quot;:13153,&quot;25560&quot;:13154,&quot;25561&quot;:13155,&quot;25563&quot;:13156,&quot;25564&quot;:13157,&quot;25565&quot;:13158,&quot;25567&quot;:13159,&quot;25570&quot;:13160,&quot;25572&quot;:13161,&quot;25573&quot;:13162,&quot;25574&quot;:13163,&quot;25575&quot;:13164,&quot;25576&quot;:13165,&quot;25579&quot;:13166,&quot;25580&quot;:13167,&quot;25583&quot;:13168,&quot;25584&quot;:13169,&quot;25585&quot;:13170,&quot;25587&quot;:13171,&quot;25589&quot;:13172,&quot;25591&quot;:13173,&quot;25593&quot;:13174,&quot;25594&quot;:13175,&quot;25595&quot;:13176,&quot;25596&quot;:13177,&quot;25598&quot;:13178,&quot;25603&quot;:13179,&quot;25604&quot;:13180,&quot;25606&quot;:13181,&quot;25607&quot;:13182,&quot;25608&quot;:13183,&quot;25609&quot;:13184,&quot;25610&quot;:13185,&quot;25614&quot;:13186,&quot;25617&quot;:13187,&quot;25618&quot;:13188,&quot;25621&quot;:13189,&quot;25622&quot;:13190,&quot;25624&quot;:13191,&quot;25625&quot;:13192,&quot;25626&quot;:13193,&quot;25629&quot;:13194,&quot;25631&quot;:13195,&quot;25634&quot;:13196,&quot;25635&quot;:13197,&quot;25636&quot;:13198,&quot;25637&quot;:13199,&quot;25639&quot;:13200,&quot;25640&quot;:13201,&quot;25641&quot;:13202,&quot;25643&quot;:13203,&quot;25646&quot;:13204,&quot;25647&quot;:13205,&quot;25648&quot;:13206,&quot;25649&quot;:13207,&quot;25650&quot;:13208,&quot;25651&quot;:13209,&quot;25653&quot;:13210,&quot;25655&quot;:13211,&quot;25656&quot;:13212,&quot;25657&quot;:13213,&quot;25659&quot;:13214,&quot;25660&quot;:13215,&quot;25662&quot;:13216,&quot;25664&quot;:13217,&quot;25666&quot;:13218,&quot;25667&quot;:13219,&quot;25673&quot;:13220,&quot;25675&quot;:13221,&quot;25676&quot;:13222,&quot;25677&quot;:13223,&quot;25678&quot;:13224,&quot;25679&quot;:13225,&quot;25680&quot;:13226,&quot;25683&quot;:13227,&quot;25685&quot;:13228,&quot;25686&quot;:13229,&quot;25687&quot;:13230,&quot;25689&quot;:13231,&quot;25690&quot;:13232,&quot;25691&quot;:13233,&quot;25693&quot;:13234,&quot;25696&quot;:13235,&quot;25697&quot;:13236,&quot;25698&quot;:13237,&quot;25699&quot;:13238,&quot;25700&quot;:13239,&quot;25701&quot;:13240,&quot;25702&quot;:13241,&quot;25704&quot;:13242,&quot;25706&quot;:13243,&quot;25707&quot;:13244,&quot;25708&quot;:13245,&quot;25710&quot;:13246,&quot;25712&quot;:13247,&quot;25713&quot;:13248,&quot;25714&quot;:13249,&quot;25716&quot;:13250,&quot;25717&quot;:13251,&quot;25719&quot;:13252,&quot;25724&quot;:13253,&quot;25725&quot;:13254,&quot;25726&quot;:13255,&quot;25727&quot;:13256,&quot;25728&quot;:13257,&quot;25729&quot;:13258,&quot;25731&quot;:13259,&quot;25734&quot;:13260,&quot;25737&quot;:13261,&quot;25738&quot;:13262,&quot;25739&quot;:13263,&quot;25740&quot;:13264,&quot;25741&quot;:13265,&quot;25742&quot;:13266,&quot;25743&quot;:13267,&quot;25744&quot;:13268,&quot;25748&quot;:13269,&quot;25751&quot;:13270,&quot;25752&quot;:13271,&quot;25754&quot;:13272,&quot;25755&quot;:13273,&quot;25756&quot;:13274,&quot;25757&quot;:13275,&quot;25760&quot;:13276,&quot;25761&quot;:13277,&quot;25762&quot;:13278,&quot;25766&quot;:13279,&quot;25767&quot;:13280,&quot;25768&quot;:13281,&quot;25770&quot;:13282,&quot;25775&quot;:13283,&quot;25777&quot;:13284,&quot;25780&quot;:13285,&quot;25782&quot;:13286,&quot;25785&quot;:13287,&quot;25789&quot;:13288,&quot;25795&quot;:13289,&quot;25798&quot;:13290,&quot;25800&quot;:13291,&quot;25801&quot;:13292,&quot;25804&quot;:13293,&quot;25807&quot;:13294,&quot;25809&quot;:13295,&quot;25811&quot;:13296,&quot;25813&quot;:13297,&quot;25814&quot;:13298,&quot;25817&quot;:13299,&quot;25819&quot;:13300,&quot;25820&quot;:13301,&quot;25821&quot;:13302,&quot;25823&quot;:13303,&quot;25825&quot;:13304,&quot;25827&quot;:13305,&quot;25829&quot;:13306,&quot;25831&quot;:13307,&quot;25832&quot;:13308,&quot;25833&quot;:13309,&quot;25834&quot;:13310,&quot;25835&quot;:13311,&quot;25837&quot;:13312,&quot;25838&quot;:13313,&quot;25843&quot;:13314,&quot;25845&quot;:13315,&quot;25846&quot;:13316,&quot;25848&quot;:13317,&quot;25849&quot;:13318,&quot;25853&quot;:13319,&quot;25855&quot;:13320,&quot;25857&quot;:13321,&quot;25858&quot;:13322,&quot;25859&quot;:13323,&quot;25861&quot;:13324,&quot;25863&quot;:13325,&quot;25864&quot;:13326,&quot;25866&quot;:13327,&quot;25867&quot;:13328,&quot;25868&quot;:13329,&quot;25869&quot;:13330,&quot;25870&quot;:13331,&quot;25872&quot;:13332,&quot;25873&quot;:13333,&quot;25875&quot;:13334,&quot;25877&quot;:13335,&quot;25879&quot;:13336,&quot;25882&quot;:13337,&quot;25884&quot;:13338,&quot;25886&quot;:13339,&quot;25887&quot;:13340,&quot;25888&quot;:13341,&quot;25889&quot;:13342,&quot;25894&quot;:13343,&quot;25895&quot;:13344,&quot;25896&quot;:13345,&quot;25897&quot;:13346,&quot;25901&quot;:13347,&quot;25904&quot;:13348,&quot;25905&quot;:13349,&quot;25906&quot;:13350,&quot;25907&quot;:13351,&quot;25911&quot;:13352,&quot;25914&quot;:13353,&quot;25916&quot;:13354,&quot;25917&quot;:13355,&quot;25920&quot;:13356,&quot;25921&quot;:13357,&quot;25922&quot;:13358,&quot;25923&quot;:13359,&quot;25924&quot;:13360,&quot;25926&quot;:13361,&quot;25927&quot;:13362,&quot;25930&quot;:13363,&quot;25931&quot;:13364,&quot;25933&quot;:13365,&quot;25934&quot;:13366,&quot;25936&quot;:13367,&quot;25938&quot;:13368,&quot;25939&quot;:13369,&quot;25940&quot;:13370,&quot;25944&quot;:13371,&quot;25946&quot;:13372,&quot;25948&quot;:13373,&quot;25951&quot;:13374,&quot;25952&quot;:13375,&quot;25953&quot;:13376,&quot;25956&quot;:13377,&quot;25957&quot;:13378,&quot;25959&quot;:13379,&quot;25960&quot;:13380,&quot;25961&quot;:13381,&quot;25962&quot;:13382,&quot;25965&quot;:13383,&quot;25966&quot;:13384,&quot;25967&quot;:13385,&quot;25969&quot;:13386,&quot;25971&quot;:13387,&quot;25974&quot;:13388,&quot;25977&quot;:13389,&quot;25978&quot;:13390,&quot;25979&quot;:13391,&quot;25980&quot;:13392,&quot;25981&quot;:13393,&quot;25982&quot;:13394,&quot;25983&quot;:13395,&quot;25984&quot;:13396,&quot;25985&quot;:13397,&quot;25988&quot;:13398,&quot;25989&quot;:13399,&quot;25990&quot;:13400,&quot;25992&quot;:13401,&quot;25993&quot;:13402,&quot;25994&quot;:13403,&quot;25997&quot;:13404,&quot;25998&quot;:13405,&quot;25999&quot;:13406,&quot;26002&quot;:13407,&quot;26004&quot;:13408,&quot;26006&quot;:13409,&quot;26008&quot;:13410,&quot;26010&quot;:13411,&quot;26013&quot;:13412,&quot;26014&quot;:13413,&quot;26016&quot;:13414,&quot;26018&quot;:13415,&quot;26019&quot;:13416,&quot;26022&quot;:13417,&quot;26024&quot;:13418,&quot;26026&quot;:13419,&quot;26030&quot;:13420,&quot;26033&quot;:13421,&quot;26034&quot;:13422,&quot;26035&quot;:13423,&quot;26036&quot;:13424,&quot;26037&quot;:13425,&quot;26038&quot;:13426,&quot;26040&quot;:13427,&quot;26042&quot;:13428,&quot;26043&quot;:13429,&quot;26046&quot;:13430,&quot;26047&quot;:13431,&quot;26048&quot;:13432,&quot;26050&quot;:13433,&quot;26055&quot;:13434,&quot;26056&quot;:13435,&quot;26057&quot;:13436,&quot;26058&quot;:13437,&quot;26061&quot;:13438,&quot;26064&quot;:13439,&quot;26065&quot;:13440,&quot;26067&quot;:13441,&quot;26068&quot;:13442,&quot;26069&quot;:13443,&quot;26072&quot;:13444,&quot;26073&quot;:13445,&quot;26074&quot;:13446,&quot;26075&quot;:13447,&quot;26076&quot;:13448,&quot;26077&quot;:13449,&quot;26078&quot;:13450,&quot;26079&quot;:13451,&quot;26081&quot;:13452,&quot;26083&quot;:13453,&quot;26084&quot;:13454,&quot;26090&quot;:13455,&quot;26091&quot;:13456,&quot;26098&quot;:13457,&quot;26099&quot;:13458,&quot;26100&quot;:13459,&quot;26101&quot;:13460,&quot;26104&quot;:13461,&quot;26105&quot;:13462,&quot;26107&quot;:13463,&quot;26108&quot;:13464,&quot;26109&quot;:13465,&quot;26110&quot;:13466,&quot;26111&quot;:13467,&quot;26113&quot;:13468,&quot;26116&quot;:13469,&quot;26117&quot;:13470,&quot;26119&quot;:13471,&quot;26120&quot;:13472,&quot;26121&quot;:13473,&quot;26123&quot;:13474,&quot;26125&quot;:13475,&quot;26128&quot;:13476,&quot;26129&quot;:13477,&quot;26130&quot;:13478,&quot;26134&quot;:13479,&quot;26135&quot;:13480,&quot;26136&quot;:13481,&quot;26138&quot;:13482,&quot;26139&quot;:13483,&quot;26140&quot;:13484,&quot;26142&quot;:13485,&quot;26145&quot;:13486,&quot;26146&quot;:13487,&quot;26147&quot;:13488,&quot;26148&quot;:13489,&quot;26150&quot;:13490,&quot;26153&quot;:13491,&quot;26154&quot;:13492,&quot;26155&quot;:13493,&quot;26156&quot;:13494,&quot;26158&quot;:13495,&quot;26160&quot;:13496,&quot;26162&quot;:13497,&quot;26163&quot;:13498,&quot;26167&quot;:13499,&quot;26168&quot;:13500,&quot;26169&quot;:13501,&quot;26170&quot;:13502,&quot;26171&quot;:13503,&quot;26173&quot;:13504,&quot;26175&quot;:13505,&quot;26176&quot;:13506,&quot;26180&quot;:13507,&quot;26181&quot;:13508,&quot;26182&quot;:13509,&quot;26183&quot;:13510,&quot;26184&quot;:13511,&quot;26185&quot;:13512,&quot;26186&quot;:13513,&quot;26189&quot;:13514,&quot;26190&quot;:13515,&quot;26192&quot;:13516,&quot;26193&quot;:13517,&quot;26200&quot;:13518,&quot;26201&quot;:13519,&quot;26203&quot;:13520,&quot;26204&quot;:13521,&quot;26206&quot;:13522,&quot;26208&quot;:13523,&quot;26210&quot;:13524,&quot;26211&quot;:13525,&quot;26213&quot;:13526,&quot;26215&quot;:13527,&quot;26217&quot;:13528,&quot;26218&quot;:13529,&quot;26219&quot;:13530,&quot;26220&quot;:13531,&quot;26221&quot;:13532,&quot;26225&quot;:13533,&quot;26226&quot;:13534,&quot;26227&quot;:13535,&quot;26229&quot;:13536,&quot;26232&quot;:13537,&quot;26233&quot;:13538,&quot;26235&quot;:13539,&quot;26236&quot;:13540,&quot;26237&quot;:13541,&quot;26239&quot;:13542,&quot;26240&quot;:13543,&quot;26241&quot;:13544,&quot;26243&quot;:13545,&quot;26245&quot;:13546,&quot;26246&quot;:13547,&quot;26250&quot;:13548,&quot;26251&quot;:13549,&quot;26253&quot;:13550,&quot;26254&quot;:13551,&quot;26255&quot;:13552,&quot;26256&quot;:13553,&quot;26258&quot;:13554,&quot;26259&quot;:13555,&quot;26260&quot;:13556,&quot;26261&quot;:13557,&quot;26264&quot;:13558,&quot;26265&quot;:13559,&quot;26266&quot;:13560,&quot;26267&quot;:13561,&quot;26268&quot;:13562,&quot;26270&quot;:13563,&quot;26271&quot;:13564,&quot;26272&quot;:13565,&quot;26273&quot;:13566,&quot;26275&quot;:13567,&quot;26276&quot;:13568,&quot;26277&quot;:13569,&quot;26278&quot;:13570,&quot;26281&quot;:13571,&quot;26282&quot;:13572,&quot;26284&quot;:13573,&quot;26285&quot;:13574,&quot;26287&quot;:13575,&quot;26288&quot;:13576,&quot;26289&quot;:13577,&quot;26290&quot;:13578,&quot;26291&quot;:13579,&quot;26293&quot;:13580,&quot;26294&quot;:13581,&quot;26295&quot;:13582,&quot;26296&quot;:13583,&quot;26298&quot;:13584,&quot;26299&quot;:13585,&quot;26300&quot;:13586,&quot;26301&quot;:13587,&quot;26303&quot;:13588,&quot;26304&quot;:13589,&quot;26305&quot;:13590,&quot;26306&quot;:13591,&quot;26307&quot;:13592,&quot;26309&quot;:13593,&quot;26312&quot;:13594,&quot;26314&quot;:13595,&quot;26315&quot;:13596,&quot;26316&quot;:13597,&quot;26317&quot;:13598,&quot;26318&quot;:13599,&quot;26319&quot;:13600,&quot;26320&quot;:13601,&quot;26321&quot;:13602,&quot;26322&quot;:13603,&quot;26323&quot;:13604,&quot;26324&quot;:13605,&quot;26325&quot;:13606,&quot;26327&quot;:13607,&quot;26328&quot;:13608,&quot;26330&quot;:13609,&quot;26334&quot;:13610,&quot;26335&quot;:13611,&quot;26337&quot;:13612,&quot;26338&quot;:13613,&quot;26339&quot;:13614,&quot;26340&quot;:13615,&quot;26341&quot;:13616,&quot;26343&quot;:13617,&quot;26344&quot;:13618,&quot;26346&quot;:13619,&quot;26347&quot;:13620,&quot;26349&quot;:13621,&quot;26350&quot;:13622,&quot;26351&quot;:13623,&quot;26353&quot;:13624,&quot;26357&quot;:13625,&quot;26358&quot;:13626,&quot;26362&quot;:13627,&quot;26363&quot;:13628,&quot;26365&quot;:13629,&quot;26369&quot;:13630,&quot;26370&quot;:13631,&quot;26372&quot;:13632,&quot;26373&quot;:13633,&quot;26374&quot;:13634,&quot;26375&quot;:13635,&quot;26380&quot;:13636,&quot;26382&quot;:13637,&quot;26383&quot;:13638,&quot;26385&quot;:13639,&quot;26386&quot;:13640,&quot;26387&quot;:13641,&quot;26390&quot;:13642,&quot;26392&quot;:13643,&quot;26393&quot;:13644,&quot;26394&quot;:13645,&quot;26396&quot;:13646,&quot;26398&quot;:13647,&quot;26400&quot;:13648,&quot;26401&quot;:13649,&quot;26402&quot;:13650,&quot;26403&quot;:13651,&quot;26404&quot;:13652,&quot;26405&quot;:13653,&quot;26409&quot;:13654,&quot;26414&quot;:13655,&quot;26416&quot;:13656,&quot;26418&quot;:13657,&quot;26419&quot;:13658,&quot;26422&quot;:13659,&quot;26423&quot;:13660,&quot;26424&quot;:13661,&quot;26425&quot;:13662,&quot;26427&quot;:13663,&quot;26428&quot;:13664,&quot;26430&quot;:13665,&quot;26431&quot;:13666,&quot;26433&quot;:13667,&quot;26436&quot;:13668,&quot;26437&quot;:13669,&quot;26439&quot;:13670,&quot;26442&quot;:13671,&quot;26443&quot;:13672,&quot;26445&quot;:13673,&quot;26450&quot;:13674,&quot;26452&quot;:13675,&quot;26453&quot;:13676,&quot;26455&quot;:13677,&quot;26456&quot;:13678,&quot;26457&quot;:13679,&quot;26458&quot;:13680,&quot;26459&quot;:13681,&quot;26461&quot;:13682,&quot;26466&quot;:13683,&quot;26467&quot;:13684,&quot;26468&quot;:13685,&quot;26470&quot;:13686,&quot;26471&quot;:13687,&quot;26475&quot;:13688,&quot;26476&quot;:13689,&quot;26478&quot;:13690,&quot;26484&quot;:13691,&quot;26486&quot;:13692,&quot;26488&quot;:13693,&quot;26489&quot;:13694,&quot;26490&quot;:13695,&quot;26491&quot;:13696,&quot;26493&quot;:13697,&quot;26496&quot;:13698,&quot;26498&quot;:13699,&quot;26499&quot;:13700,&quot;26501&quot;:13701,&quot;26502&quot;:13702,&quot;26504&quot;:13703,&quot;26506&quot;:13704,&quot;26508&quot;:13705,&quot;26509&quot;:13706,&quot;26510&quot;:13707,&quot;26511&quot;:13708,&quot;26513&quot;:13709,&quot;26514&quot;:13710,&quot;26515&quot;:13711,&quot;26516&quot;:13712,&quot;26518&quot;:13713,&quot;26521&quot;:13714,&quot;26523&quot;:13715,&quot;26527&quot;:13716,&quot;26528&quot;:13717,&quot;26529&quot;:13718,&quot;26532&quot;:13719,&quot;26534&quot;:13720,&quot;26537&quot;:13721,&quot;26540&quot;:13722,&quot;26542&quot;:13723,&quot;26545&quot;:13724,&quot;26546&quot;:13725,&quot;26548&quot;:13726,&quot;26553&quot;:13727,&quot;26554&quot;:13728,&quot;26555&quot;:13729,&quot;26556&quot;:13730,&quot;26557&quot;:13731,&quot;26558&quot;:13732,&quot;26559&quot;:13733,&quot;26560&quot;:13734,&quot;26562&quot;:13735,&quot;26565&quot;:13736,&quot;26566&quot;:13737,&quot;26567&quot;:13738,&quot;26568&quot;:13739,&quot;26569&quot;:13740,&quot;26570&quot;:13741,&quot;26571&quot;:13742,&quot;26572&quot;:13743,&quot;26573&quot;:13744,&quot;26574&quot;:13745,&quot;26581&quot;:13746,&quot;26582&quot;:13747,&quot;26583&quot;:13748,&quot;26587&quot;:13749,&quot;26591&quot;:13750,&quot;26593&quot;:13751,&quot;26595&quot;:13752,&quot;26596&quot;:13753,&quot;26598&quot;:13754,&quot;26599&quot;:13755,&quot;26600&quot;:13756,&quot;26602&quot;:13757,&quot;26603&quot;:13758,&quot;26605&quot;:13759,&quot;26606&quot;:13760,&quot;26610&quot;:13761,&quot;26613&quot;:13762,&quot;26614&quot;:13763,&quot;26615&quot;:13764,&quot;26616&quot;:13765,&quot;26617&quot;:13766,&quot;26618&quot;:13767,&quot;26619&quot;:13768,&quot;26620&quot;:13769,&quot;26622&quot;:13770,&quot;26625&quot;:13771,&quot;26626&quot;:13772,&quot;26627&quot;:13773,&quot;26628&quot;:13774,&quot;26630&quot;:13775,&quot;26637&quot;:13776,&quot;26640&quot;:13777,&quot;26642&quot;:13778,&quot;26644&quot;:13779,&quot;26645&quot;:13780,&quot;26648&quot;:13781,&quot;26649&quot;:13782,&quot;26650&quot;:13783,&quot;26651&quot;:13784,&quot;26652&quot;:13785,&quot;26654&quot;:13786,&quot;26655&quot;:13787,&quot;26656&quot;:13788,&quot;26658&quot;:13789,&quot;26659&quot;:13790,&quot;26660&quot;:13791,&quot;26661&quot;:13792,&quot;26662&quot;:13793,&quot;26663&quot;:13794,&quot;26664&quot;:13795,&quot;26667&quot;:13796,&quot;26668&quot;:13797,&quot;26669&quot;:13798,&quot;26670&quot;:13799,&quot;26671&quot;:13800,&quot;26672&quot;:13801,&quot;26673&quot;:13802,&quot;26676&quot;:13803,&quot;26677&quot;:13804,&quot;26678&quot;:13805,&quot;26682&quot;:13806,&quot;26683&quot;:13807,&quot;26687&quot;:13808,&quot;26695&quot;:13809,&quot;26699&quot;:13810,&quot;26701&quot;:13811,&quot;26703&quot;:13812,&quot;26706&quot;:13813,&quot;26710&quot;:13814,&quot;26711&quot;:13815,&quot;26712&quot;:13816,&quot;26713&quot;:13817,&quot;26714&quot;:13818,&quot;26715&quot;:13819,&quot;26716&quot;:13820,&quot;26717&quot;:13821,&quot;26718&quot;:13822,&quot;26719&quot;:13823,&quot;26730&quot;:13824,&quot;26732&quot;:13825,&quot;26733&quot;:13826,&quot;26734&quot;:13827,&quot;26735&quot;:13828,&quot;26736&quot;:13829,&quot;26737&quot;:13830,&quot;26738&quot;:13831,&quot;26739&quot;:13832,&quot;26741&quot;:13833,&quot;26744&quot;:13834,&quot;26745&quot;:13835,&quot;26746&quot;:13836,&quot;26747&quot;:13837,&quot;26748&quot;:13838,&quot;26749&quot;:13839,&quot;26750&quot;:13840,&quot;26751&quot;:13841,&quot;26752&quot;:13842,&quot;26754&quot;:13843,&quot;26756&quot;:13844,&quot;26759&quot;:13845,&quot;26760&quot;:13846,&quot;26761&quot;:13847,&quot;26762&quot;:13848,&quot;26763&quot;:13849,&quot;26764&quot;:13850,&quot;26765&quot;:13851,&quot;26766&quot;:13852,&quot;26768&quot;:13853,&quot;26769&quot;:13854,&quot;26770&quot;:13855,&quot;26772&quot;:13856,&quot;26773&quot;:13857,&quot;26774&quot;:13858,&quot;26777&quot;:13859,&quot;26778&quot;:13860,&quot;26779&quot;:13861,&quot;26780&quot;:13862,&quot;26782&quot;:13863,&quot;26784&quot;:13864,&quot;26785&quot;:13865,&quot;26787&quot;:13866,&quot;26788&quot;:13867,&quot;26789&quot;:13868,&quot;26793&quot;:13869,&quot;26794&quot;:13870,&quot;26795&quot;:13871,&quot;26796&quot;:13872,&quot;26798&quot;:13873,&quot;26801&quot;:13874,&quot;26802&quot;:13875,&quot;26804&quot;:13876,&quot;26806&quot;:13877,&quot;26807&quot;:13878,&quot;26808&quot;:13879,&quot;26809&quot;:13880,&quot;26810&quot;:13881,&quot;26811&quot;:13882,&quot;26812&quot;:13883,&quot;26813&quot;:13884,&quot;26814&quot;:13885,&quot;26815&quot;:13886,&quot;26817&quot;:13887,&quot;26819&quot;:13888,&quot;26820&quot;:13889,&quot;26821&quot;:13890,&quot;26822&quot;:13891,&quot;26823&quot;:13892,&quot;26824&quot;:13893,&quot;26826&quot;:13894,&quot;26828&quot;:13895,&quot;26830&quot;:13896,&quot;26831&quot;:13897,&quot;26832&quot;:13898,&quot;26833&quot;:13899,&quot;26835&quot;:13900,&quot;26836&quot;:13901,&quot;26841&quot;:13902,&quot;26843&quot;:13903,&quot;26844&quot;:13904,&quot;26845&quot;:13905,&quot;26846&quot;:13906,&quot;26849&quot;:13907,&quot;26850&quot;:13908,&quot;26852&quot;:13909,&quot;26853&quot;:13910,&quot;26854&quot;:13911,&quot;26856&quot;:13912,&quot;26857&quot;:13913,&quot;26858&quot;:13914,&quot;26859&quot;:13915,&quot;26860&quot;:13916,&quot;26861&quot;:13917,&quot;26863&quot;:13918,&quot;26866&quot;:13919,&quot;26867&quot;:13920,&quot;26868&quot;:13921,&quot;26870&quot;:13922,&quot;26871&quot;:13923,&quot;26872&quot;:13924,&quot;26875&quot;:13925,&quot;26877&quot;:13926,&quot;26878&quot;:13927,&quot;26879&quot;:13928,&quot;26880&quot;:13929,&quot;26882&quot;:13930,&quot;26883&quot;:13931,&quot;26884&quot;:13932,&quot;26886&quot;:13933,&quot;26887&quot;:13934,&quot;26888&quot;:13935,&quot;26889&quot;:13936,&quot;26890&quot;:13937,&quot;26892&quot;:13938,&quot;26897&quot;:13939,&quot;26899&quot;:13940,&quot;26900&quot;:13941,&quot;26901&quot;:13942,&quot;26902&quot;:13943,&quot;26903&quot;:13944,&quot;26904&quot;:13945,&quot;26905&quot;:13946,&quot;26906&quot;:13947,&quot;26907&quot;:13948,&quot;26908&quot;:13949,&quot;26909&quot;:13950,&quot;26910&quot;:13951,&quot;26913&quot;:13952,&quot;26914&quot;:13953,&quot;26915&quot;:13954,&quot;26917&quot;:13955,&quot;26918&quot;:13956,&quot;26919&quot;:13957,&quot;26920&quot;:13958,&quot;26921&quot;:13959,&quot;26922&quot;:13960,&quot;26923&quot;:13961,&quot;26924&quot;:13962,&quot;26926&quot;:13963,&quot;26927&quot;:13964,&quot;26929&quot;:13965,&quot;26930&quot;:13966,&quot;26931&quot;:13967,&quot;26933&quot;:13968,&quot;26934&quot;:13969,&quot;26935&quot;:13970,&quot;26936&quot;:13971,&quot;26938&quot;:13972,&quot;26939&quot;:13973,&quot;26940&quot;:13974,&quot;26942&quot;:13975,&quot;26944&quot;:13976,&quot;26945&quot;:13977,&quot;26947&quot;:13978,&quot;26948&quot;:13979,&quot;26949&quot;:13980,&quot;26950&quot;:13981,&quot;26951&quot;:13982,&quot;26952&quot;:13983,&quot;26953&quot;:13984,&quot;26955&quot;:13985,&quot;26956&quot;:13986,&quot;26957&quot;:13987,&quot;26958&quot;:13988,&quot;26959&quot;:13989,&quot;26960&quot;:13990,&quot;26961&quot;:13991,&quot;26962&quot;:13992,&quot;26965&quot;:13993,&quot;26966&quot;:13994,&quot;26968&quot;:13995,&quot;26969&quot;:13996,&quot;26971&quot;:13997,&quot;26972&quot;:13998,&quot;26975&quot;:13999,&quot;26977&quot;:14000,&quot;26978&quot;:14001,&quot;26980&quot;:14002,&quot;26981&quot;:14003,&quot;26983&quot;:14004,&quot;26985&quot;:14005,&quot;26986&quot;:14006,&quot;26988&quot;:14007,&quot;26991&quot;:14008,&quot;26992&quot;:14009,&quot;26994&quot;:14010,&quot;26995&quot;:14011,&quot;26996&quot;:14012,&quot;26998&quot;:14013,&quot;27002&quot;:14014,&quot;27003&quot;:14015,&quot;27005&quot;:14016,&quot;27006&quot;:14017,&quot;27007&quot;:14018,&quot;27009&quot;:14019,&quot;27011&quot;:14020,&quot;27013&quot;:14021,&quot;27018&quot;:14022,&quot;27019&quot;:14023,&quot;27020&quot;:14024,&quot;27022&quot;:14025,&quot;27023&quot;:14026,&quot;27024&quot;:14027,&quot;27025&quot;:14028,&quot;27026&quot;:14029,&quot;27027&quot;:14030,&quot;27030&quot;:14031,&quot;27031&quot;:14032,&quot;27033&quot;:14033,&quot;27034&quot;:14034,&quot;27037&quot;:14035,&quot;27038&quot;:14036,&quot;27039&quot;:14037,&quot;27040&quot;:14038,&quot;27041&quot;:14039,&quot;27042&quot;:14040,&quot;27043&quot;:14041,&quot;27044&quot;:14042,&quot;27045&quot;:14043,&quot;27046&quot;:14044,&quot;27049&quot;:14045,&quot;27052&quot;:14046,&quot;27055&quot;:14047,&quot;27056&quot;:14048,&quot;27058&quot;:14049,&quot;27059&quot;:14050,&quot;27061&quot;:14051,&quot;27062&quot;:14052,&quot;27064&quot;:14053,&quot;27065&quot;:14054,&quot;27066&quot;:14055,&quot;27068&quot;:14056,&quot;27069&quot;:14057,&quot;27070&quot;:14058,&quot;27072&quot;:14059,&quot;27074&quot;:14060,&quot;27075&quot;:14061,&quot;27076&quot;:14062,&quot;27077&quot;:14063,&quot;27078&quot;:14064,&quot;27079&quot;:14065,&quot;27080&quot;:14066,&quot;27081&quot;:14067,&quot;27087&quot;:14068,&quot;27089&quot;:14069,&quot;27090&quot;:14070,&quot;27091&quot;:14071,&quot;27093&quot;:14072,&quot;27094&quot;:14073,&quot;27095&quot;:14074,&quot;27096&quot;:14075,&quot;27097&quot;:14076,&quot;27098&quot;:14077,&quot;27100&quot;:14078,&quot;27101&quot;:14079,&quot;27102&quot;:14080,&quot;27105&quot;:14081,&quot;27106&quot;:14082,&quot;27107&quot;:14083,&quot;27108&quot;:14084,&quot;27109&quot;:14085,&quot;27110&quot;:14086,&quot;27112&quot;:14087,&quot;27113&quot;:14088,&quot;27114&quot;:14089,&quot;27115&quot;:14090,&quot;27116&quot;:14091,&quot;27118&quot;:14092,&quot;27119&quot;:14093,&quot;27120&quot;:14094,&quot;27121&quot;:14095,&quot;27124&quot;:14096,&quot;27125&quot;:14097,&quot;27126&quot;:14098,&quot;27127&quot;:14099,&quot;27128&quot;:14100,&quot;27129&quot;:14101,&quot;27130&quot;:14102,&quot;27131&quot;:14103,&quot;27132&quot;:14104,&quot;27134&quot;:14105,&quot;27136&quot;:14106,&quot;27139&quot;:14107,&quot;27140&quot;:14108,&quot;27142&quot;:14109,&quot;27143&quot;:14110,&quot;27144&quot;:14111,&quot;27145&quot;:14112,&quot;27147&quot;:14113,&quot;27148&quot;:14114,&quot;27149&quot;:14115,&quot;27150&quot;:14116,&quot;27151&quot;:14117,&quot;27152&quot;:14118,&quot;27153&quot;:14119,&quot;27154&quot;:14120,&quot;27156&quot;:14121,&quot;27157&quot;:14122,&quot;27158&quot;:14123,&quot;27162&quot;:14124,&quot;27163&quot;:14125,&quot;27164&quot;:14126,&quot;27165&quot;:14127,&quot;27168&quot;:14128,&quot;27170&quot;:14129,&quot;27172&quot;:14130,&quot;27173&quot;:14131,&quot;27174&quot;:14132,&quot;27175&quot;:14133,&quot;27177&quot;:14134,&quot;27179&quot;:14135,&quot;27180&quot;:14136,&quot;27181&quot;:14137,&quot;27182&quot;:14138,&quot;27184&quot;:14139,&quot;27186&quot;:14140,&quot;27187&quot;:14141,&quot;27188&quot;:14142,&quot;27190&quot;:14143,&quot;27191&quot;:14144,&quot;27195&quot;:14145,&quot;27196&quot;:14146,&quot;27199&quot;:14147,&quot;27200&quot;:14148,&quot;27201&quot;:14149,&quot;27202&quot;:14150,&quot;27203&quot;:14151,&quot;27205&quot;:14152,&quot;27206&quot;:14153,&quot;27209&quot;:14154,&quot;27210&quot;:14155,&quot;27212&quot;:14156,&quot;27213&quot;:14157,&quot;27214&quot;:14158,&quot;27215&quot;:14159,&quot;27217&quot;:14160,&quot;27218&quot;:14161,&quot;27219&quot;:14162,&quot;27220&quot;:14163,&quot;27221&quot;:14164,&quot;27222&quot;:14165,&quot;27223&quot;:14166,&quot;27226&quot;:14167,&quot;27228&quot;:14168,&quot;27229&quot;:14169,&quot;27230&quot;:14170,&quot;27232&quot;:14171,&quot;27235&quot;:14172,&quot;27236&quot;:14173,&quot;27238&quot;:14174,&quot;27239&quot;:14175,&quot;27240&quot;:14176,&quot;27241&quot;:14177,&quot;27242&quot;:14178,&quot;27243&quot;:14179,&quot;27244&quot;:14180,&quot;27245&quot;:14181,&quot;27246&quot;:14182,&quot;27247&quot;:14183,&quot;27248&quot;:14184,&quot;27250&quot;:14185,&quot;27251&quot;:14186,&quot;27252&quot;:14187,&quot;27253&quot;:14188,&quot;27254&quot;:14189,&quot;27255&quot;:14190,&quot;27256&quot;:14191,&quot;27258&quot;:14192,&quot;27259&quot;:14193,&quot;27261&quot;:14194,&quot;27262&quot;:14195,&quot;27263&quot;:14196,&quot;27265&quot;:14197,&quot;27266&quot;:14198,&quot;27267&quot;:14199,&quot;27269&quot;:14200,&quot;27270&quot;:14201,&quot;27271&quot;:14202,&quot;27272&quot;:14203,&quot;27274&quot;:14204,&quot;27275&quot;:14205,&quot;27276&quot;:14206,&quot;27277&quot;:14207,&quot;27279&quot;:14208,&quot;27282&quot;:14209,&quot;27283&quot;:14210,&quot;27285&quot;:14211,&quot;27286&quot;:14212,&quot;27288&quot;:14213,&quot;27289&quot;:14214,&quot;27290&quot;:14215,&quot;27291&quot;:14216,&quot;27293&quot;:14217,&quot;27294&quot;:14218,&quot;27295&quot;:14219,&quot;27297&quot;:14220,&quot;27300&quot;:14221,&quot;27301&quot;:14222,&quot;27302&quot;:14223,&quot;27303&quot;:14224,&quot;27304&quot;:14225,&quot;27306&quot;:14226,&quot;27309&quot;:14227,&quot;27310&quot;:14228,&quot;27312&quot;:14229,&quot;27313&quot;:14230,&quot;27314&quot;:14231,&quot;27316&quot;:14232,&quot;27317&quot;:14233,&quot;27318&quot;:14234,&quot;27319&quot;:14235,&quot;27321&quot;:14236,&quot;27322&quot;:14237,&quot;27324&quot;:14238,&quot;27325&quot;:14239,&quot;27326&quot;:14240,&quot;27327&quot;:14241,&quot;27328&quot;:14242,&quot;27329&quot;:14243,&quot;27330&quot;:14244,&quot;27332&quot;:14245,&quot;27333&quot;:14246,&quot;27334&quot;:14247,&quot;27335&quot;:14248,&quot;27336&quot;:14249,&quot;27337&quot;:14250,&quot;27338&quot;:14251,&quot;27339&quot;:14252,&quot;27340&quot;:14253,&quot;27341&quot;:14254,&quot;27342&quot;:14255,&quot;27343&quot;:14256,&quot;27344&quot;:14257,&quot;27345&quot;:14258,&quot;27346&quot;:14259,&quot;27348&quot;:14260,&quot;27349&quot;:14261,&quot;27350&quot;:14262,&quot;27351&quot;:14263,&quot;27352&quot;:14264,&quot;27353&quot;:14265,&quot;27356&quot;:14266,&quot;27360&quot;:14267,&quot;27361&quot;:14268,&quot;27362&quot;:14269,&quot;27363&quot;:14270,&quot;27364&quot;:14271,&quot;27365&quot;:14272,&quot;27366&quot;:14273,&quot;27369&quot;:14274,&quot;27371&quot;:14275,&quot;27373&quot;:14276,&quot;27374&quot;:14277,&quot;27375&quot;:14278,&quot;27376&quot;:14279,&quot;27377&quot;:14280,&quot;27378&quot;:14281,&quot;27380&quot;:14282,&quot;27381&quot;:14283,&quot;27382&quot;:14284,&quot;27383&quot;:14285,&quot;27385&quot;:14286,&quot;27386&quot;:14287,&quot;27388&quot;:14288,&quot;27389&quot;:14289,&quot;27390&quot;:14290,&quot;27391&quot;:14291,&quot;27392&quot;:14292,&quot;27393&quot;:14293,&quot;27394&quot;:14294,&quot;27395&quot;:14295,&quot;27397&quot;:14296,&quot;27398&quot;:14297,&quot;27399&quot;:14298,&quot;27400&quot;:14299,&quot;27401&quot;:14300,&quot;27403&quot;:14301,&quot;27404&quot;:14302,&quot;27405&quot;:14303,&quot;27406&quot;:14304,&quot;27408&quot;:14305,&quot;27409&quot;:14306,&quot;27411&quot;:14307,&quot;27412&quot;:14308,&quot;27413&quot;:14309,&quot;27415&quot;:14310,&quot;27416&quot;:14311,&quot;27417&quot;:14312,&quot;27418&quot;:14313,&quot;27419&quot;:14314,&quot;27420&quot;:14315,&quot;27421&quot;:14316,&quot;27423&quot;:14317,&quot;27429&quot;:14318,&quot;27430&quot;:14319,&quot;27432&quot;:14320,&quot;27433&quot;:14321,&quot;27434&quot;:14322,&quot;27435&quot;:14323,&quot;27436&quot;:14324,&quot;27437&quot;:14325,&quot;27438&quot;:14326,&quot;27439&quot;:14327,&quot;27440&quot;:14328,&quot;27441&quot;:14329,&quot;27443&quot;:14330,&quot;27444&quot;:14331,&quot;27445&quot;:14332,&quot;27446&quot;:14333,&quot;27448&quot;:14334,&quot;27451&quot;:14335,&quot;27452&quot;:14336,&quot;27455&quot;:14337,&quot;27456&quot;:14338,&quot;27457&quot;:14339,&quot;27458&quot;:14340,&quot;27460&quot;:14341,&quot;27461&quot;:14342,&quot;27464&quot;:14343,&quot;27466&quot;:14344,&quot;27467&quot;:14345,&quot;27469&quot;:14346,&quot;27470&quot;:14347,&quot;27471&quot;:14348,&quot;27473&quot;:14349,&quot;27474&quot;:14350,&quot;27475&quot;:14351,&quot;27476&quot;:14352,&quot;27477&quot;:14353,&quot;27478&quot;:14354,&quot;27479&quot;:14355,&quot;27480&quot;:14356,&quot;27482&quot;:14357,&quot;27483&quot;:14358,&quot;27484&quot;:14359,&quot;27485&quot;:14360,&quot;27486&quot;:14361,&quot;27488&quot;:14362,&quot;27496&quot;:14363,&quot;27497&quot;:14364,&quot;27499&quot;:14365,&quot;27500&quot;:14366,&quot;27501&quot;:14367,&quot;27502&quot;:14368,&quot;27503&quot;:14369,&quot;27504&quot;:14370,&quot;27505&quot;:14371,&quot;27507&quot;:14372,&quot;27508&quot;:14373,&quot;27509&quot;:14374,&quot;27510&quot;:14375,&quot;27514&quot;:14376,&quot;27517&quot;:14377,&quot;27518&quot;:14378,&quot;27519&quot;:14379,&quot;27520&quot;:14380,&quot;27525&quot;:14381,&quot;27528&quot;:14382,&quot;27532&quot;:14383,&quot;27534&quot;:14384,&quot;27535&quot;:14385,&quot;27536&quot;:14386,&quot;27537&quot;:14387,&quot;27540&quot;:14388,&quot;27541&quot;:14389,&quot;27543&quot;:14390,&quot;27545&quot;:14391,&quot;27548&quot;:14392,&quot;27549&quot;:14393,&quot;27551&quot;:14394,&quot;27552&quot;:14395,&quot;27554&quot;:14396,&quot;27555&quot;:14397,&quot;27557&quot;:14398,&quot;27558&quot;:14399,&quot;27559&quot;:14400,&quot;27560&quot;:14401,&quot;27561&quot;:14402,&quot;27564&quot;:14403,&quot;27565&quot;:14404,&quot;27568&quot;:14405,&quot;27569&quot;:14406,&quot;27574&quot;:14407,&quot;27576&quot;:14408,&quot;27577&quot;:14409,&quot;27580&quot;:14410,&quot;27581&quot;:14411,&quot;27582&quot;:14412,&quot;27584&quot;:14413,&quot;27587&quot;:14414,&quot;27588&quot;:14415,&quot;27591&quot;:14416,&quot;27592&quot;:14417,&quot;27593&quot;:14418,&quot;27594&quot;:14419,&quot;27596&quot;:14420,&quot;27598&quot;:14421,&quot;27600&quot;:14422,&quot;27601&quot;:14423,&quot;27608&quot;:14424,&quot;27610&quot;:14425,&quot;27612&quot;:14426,&quot;27613&quot;:14427,&quot;27614&quot;:14428,&quot;27615&quot;:14429,&quot;27616&quot;:14430,&quot;27618&quot;:14431,&quot;27619&quot;:14432,&quot;27620&quot;:14433,&quot;27621&quot;:14434,&quot;27622&quot;:14435,&quot;27623&quot;:14436,&quot;27624&quot;:14437,&quot;27625&quot;:14438,&quot;27628&quot;:14439,&quot;27629&quot;:14440,&quot;27630&quot;:14441,&quot;27632&quot;:14442,&quot;27633&quot;:14443,&quot;27634&quot;:14444,&quot;27636&quot;:14445,&quot;27638&quot;:14446,&quot;27639&quot;:14447,&quot;27640&quot;:14448,&quot;27642&quot;:14449,&quot;27643&quot;:14450,&quot;27644&quot;:14451,&quot;27646&quot;:14452,&quot;27648&quot;:14453,&quot;27649&quot;:14454,&quot;27650&quot;:14455,&quot;27651&quot;:14456,&quot;27652&quot;:14457,&quot;27657&quot;:14458,&quot;27658&quot;:14459,&quot;27659&quot;:14460,&quot;27662&quot;:14461,&quot;27666&quot;:14462,&quot;27671&quot;:14463,&quot;27676&quot;:14464,&quot;27677&quot;:14465,&quot;27678&quot;:14466,&quot;27680&quot;:14467,&quot;27685&quot;:14468,&quot;27693&quot;:14469,&quot;27697&quot;:14470,&quot;27699&quot;:14471,&quot;27702&quot;:14472,&quot;27703&quot;:14473,&quot;27705&quot;:14474,&quot;27706&quot;:14475,&quot;27707&quot;:14476,&quot;27708&quot;:14477,&quot;27710&quot;:14478,&quot;27711&quot;:14479,&quot;27715&quot;:14480,&quot;27716&quot;:14481,&quot;27717&quot;:14482,&quot;27720&quot;:14483,&quot;27723&quot;:14484,&quot;27724&quot;:14485,&quot;27725&quot;:14486,&quot;27726&quot;:14487,&quot;27727&quot;:14488,&quot;27729&quot;:14489,&quot;27730&quot;:14490,&quot;27731&quot;:14491,&quot;27734&quot;:14492,&quot;27736&quot;:14493,&quot;27737&quot;:14494,&quot;27738&quot;:14495,&quot;27746&quot;:14496,&quot;27747&quot;:14497,&quot;27749&quot;:14498,&quot;27750&quot;:14499,&quot;27751&quot;:14500,&quot;27755&quot;:14501,&quot;27756&quot;:14502,&quot;27757&quot;:14503,&quot;27758&quot;:14504,&quot;27759&quot;:14505,&quot;27761&quot;:14506,&quot;27763&quot;:14507,&quot;27765&quot;:14508,&quot;27767&quot;:14509,&quot;27768&quot;:14510,&quot;27770&quot;:14511,&quot;27771&quot;:14512,&quot;27772&quot;:14513,&quot;27775&quot;:14514,&quot;27776&quot;:14515,&quot;27780&quot;:14516,&quot;27783&quot;:14517,&quot;27786&quot;:14518,&quot;27787&quot;:14519,&quot;27789&quot;:14520,&quot;27790&quot;:14521,&quot;27793&quot;:14522,&quot;27794&quot;:14523,&quot;27797&quot;:14524,&quot;27798&quot;:14525,&quot;27799&quot;:14526,&quot;27800&quot;:14527,&quot;27802&quot;:14528,&quot;27804&quot;:14529,&quot;27805&quot;:14530,&quot;27806&quot;:14531,&quot;27808&quot;:14532,&quot;27810&quot;:14533,&quot;27816&quot;:14534,&quot;27820&quot;:14535,&quot;27823&quot;:14536,&quot;27824&quot;:14537,&quot;27828&quot;:14538,&quot;27829&quot;:14539,&quot;27830&quot;:14540,&quot;27831&quot;:14541,&quot;27834&quot;:14542,&quot;27840&quot;:14543,&quot;27841&quot;:14544,&quot;27842&quot;:14545,&quot;27843&quot;:14546,&quot;27846&quot;:14547,&quot;27847&quot;:14548,&quot;27848&quot;:14549,&quot;27851&quot;:14550,&quot;27853&quot;:14551,&quot;27854&quot;:14552,&quot;27855&quot;:14553,&quot;27857&quot;:14554,&quot;27858&quot;:14555,&quot;27864&quot;:14556,&quot;27865&quot;:14557,&quot;27866&quot;:14558,&quot;27868&quot;:14559,&quot;27869&quot;:14560,&quot;27871&quot;:14561,&quot;27876&quot;:14562,&quot;27878&quot;:14563,&quot;27879&quot;:14564,&quot;27881&quot;:14565,&quot;27884&quot;:14566,&quot;27885&quot;:14567,&quot;27890&quot;:14568,&quot;27892&quot;:14569,&quot;27897&quot;:14570,&quot;27903&quot;:14571,&quot;27904&quot;:14572,&quot;27906&quot;:14573,&quot;27907&quot;:14574,&quot;27909&quot;:14575,&quot;27910&quot;:14576,&quot;27912&quot;:14577,&quot;27913&quot;:14578,&quot;27914&quot;:14579,&quot;27917&quot;:14580,&quot;27919&quot;:14581,&quot;27920&quot;:14582,&quot;27921&quot;:14583,&quot;27923&quot;:14584,&quot;27924&quot;:14585,&quot;27925&quot;:14586,&quot;27926&quot;:14587,&quot;27928&quot;:14588,&quot;27932&quot;:14589,&quot;27933&quot;:14590,&quot;27935&quot;:14591,&quot;27936&quot;:14592,&quot;27937&quot;:14593,&quot;27938&quot;:14594,&quot;27939&quot;:14595,&quot;27940&quot;:14596,&quot;27942&quot;:14597,&quot;27944&quot;:14598,&quot;27945&quot;:14599,&quot;27948&quot;:14600,&quot;27949&quot;:14601,&quot;27951&quot;:14602,&quot;27952&quot;:14603,&quot;27956&quot;:14604,&quot;27958&quot;:14605,&quot;27959&quot;:14606,&quot;27960&quot;:14607,&quot;27962&quot;:14608,&quot;27967&quot;:14609,&quot;27968&quot;:14610,&quot;27970&quot;:14611,&quot;27972&quot;:14612,&quot;27977&quot;:14613,&quot;27980&quot;:14614,&quot;27984&quot;:14615,&quot;27989&quot;:14616,&quot;27990&quot;:14617,&quot;27991&quot;:14618,&quot;27992&quot;:14619,&quot;27995&quot;:14620,&quot;27997&quot;:14621,&quot;27999&quot;:14622,&quot;28001&quot;:14623,&quot;28002&quot;:14624,&quot;28004&quot;:14625,&quot;28005&quot;:14626,&quot;28007&quot;:14627,&quot;28008&quot;:14628,&quot;28011&quot;:14629,&quot;28012&quot;:14630,&quot;28013&quot;:14631,&quot;28016&quot;:14632,&quot;28017&quot;:14633,&quot;28018&quot;:14634,&quot;28019&quot;:14635,&quot;28021&quot;:14636,&quot;28022&quot;:14637,&quot;28026&quot;:14638,&quot;28027&quot;:14639,&quot;28029&quot;:14640,&quot;28030&quot;:14641,&quot;28031&quot;:14642,&quot;28032&quot;:14643,&quot;28033&quot;:14644,&quot;28035&quot;:14645,&quot;28036&quot;:14646,&quot;28038&quot;:14647,&quot;28042&quot;:14648,&quot;28043&quot;:14649,&quot;28045&quot;:14650,&quot;28047&quot;:14651,&quot;28048&quot;:14652,&quot;28050&quot;:14653,&quot;28054&quot;:14654,&quot;28055&quot;:14655,&quot;28056&quot;:14656,&quot;28057&quot;:14657,&quot;28058&quot;:14658,&quot;28060&quot;:14659,&quot;28066&quot;:14660,&quot;28069&quot;:14661,&quot;28076&quot;:14662,&quot;28077&quot;:14663,&quot;28080&quot;:14664,&quot;28081&quot;:14665,&quot;28083&quot;:14666,&quot;28084&quot;:14667,&quot;28086&quot;:14668,&quot;28087&quot;:14669,&quot;28089&quot;:14670,&quot;28090&quot;:14671,&quot;28091&quot;:14672,&quot;28092&quot;:14673,&quot;28093&quot;:14674,&quot;28094&quot;:14675,&quot;28097&quot;:14676,&quot;28098&quot;:14677,&quot;28099&quot;:14678,&quot;28104&quot;:14679,&quot;28105&quot;:14680,&quot;28106&quot;:14681,&quot;28109&quot;:14682,&quot;28110&quot;:14683,&quot;28111&quot;:14684,&quot;28112&quot;:14685,&quot;28114&quot;:14686,&quot;28115&quot;:14687,&quot;28116&quot;:14688,&quot;28117&quot;:14689,&quot;28119&quot;:14690,&quot;28122&quot;:14691,&quot;28123&quot;:14692,&quot;28124&quot;:14693,&quot;28127&quot;:14694,&quot;28130&quot;:14695,&quot;28131&quot;:14696,&quot;28133&quot;:14697,&quot;28135&quot;:14698,&quot;28136&quot;:14699,&quot;28137&quot;:14700,&quot;28141&quot;:14701,&quot;28143&quot;:14702,&quot;28144&quot;:14703,&quot;28146&quot;:14704,&quot;28148&quot;:14705,&quot;28152&quot;:14706,&quot;28157&quot;:14707,&quot;28158&quot;:14708,&quot;28159&quot;:14709,&quot;28160&quot;:14710,&quot;28161&quot;:14711,&quot;28162&quot;:14712,&quot;28163&quot;:14713,&quot;28164&quot;:14714,&quot;28166&quot;:14715,&quot;28167&quot;:14716,&quot;28168&quot;:14717,&quot;28169&quot;:14718,&quot;28171&quot;:14719,&quot;28175&quot;:14720,&quot;28178&quot;:14721,&quot;28179&quot;:14722,&quot;28181&quot;:14723,&quot;28184&quot;:14724,&quot;28185&quot;:14725,&quot;28187&quot;:14726,&quot;28188&quot;:14727,&quot;28190&quot;:14728,&quot;28191&quot;:14729,&quot;28194&quot;:14730,&quot;28199&quot;:14731,&quot;28200&quot;:14732,&quot;28202&quot;:14733,&quot;28206&quot;:14734,&quot;28208&quot;:14735,&quot;28209&quot;:14736,&quot;28211&quot;:14737,&quot;28213&quot;:14738,&quot;28214&quot;:14739,&quot;28215&quot;:14740,&quot;28217&quot;:14741,&quot;28219&quot;:14742,&quot;28220&quot;:14743,&quot;28221&quot;:14744,&quot;28223&quot;:14745,&quot;28224&quot;:14746,&quot;28225&quot;:14747,&quot;28226&quot;:14748,&quot;28229&quot;:14749,&quot;28230&quot;:14750,&quot;28231&quot;:14751,&quot;28232&quot;:14752,&quot;28233&quot;:14753,&quot;28234&quot;:14754,&quot;28235&quot;:14755,&quot;28236&quot;:14756,&quot;28239&quot;:14757,&quot;28240&quot;:14758,&quot;28241&quot;:14759,&quot;28242&quot;:14760,&quot;28245&quot;:14761,&quot;28247&quot;:14762,&quot;28249&quot;:14763,&quot;28250&quot;:14764,&quot;28252&quot;:14765,&quot;28253&quot;:14766,&quot;28256&quot;:14767,&quot;28257&quot;:14768,&quot;28258&quot;:14769,&quot;28259&quot;:14770,&quot;28260&quot;:14771,&quot;28261&quot;:14772,&quot;28262&quot;:14773,&quot;28263&quot;:14774,&quot;28264&quot;:14775,&quot;28265&quot;:14776,&quot;28266&quot;:14777,&quot;28268&quot;:14778,&quot;28269&quot;:14779,&quot;28272&quot;:14780,&quot;28273&quot;:14781,&quot;28274&quot;:14782,&quot;28275&quot;:14783,&quot;28276&quot;:14784,&quot;28277&quot;:14785,&quot;28278&quot;:14786,&quot;28279&quot;:14787,&quot;28280&quot;:14788,&quot;28281&quot;:14789,&quot;28282&quot;:14790,&quot;28283&quot;:14791,&quot;28284&quot;:14792,&quot;28285&quot;:14793,&quot;28288&quot;:14794,&quot;28289&quot;:14795,&quot;28290&quot;:14796,&quot;28292&quot;:14797,&quot;28295&quot;:14798,&quot;28296&quot;:14799,&quot;28298&quot;:14800,&quot;28299&quot;:14801,&quot;28300&quot;:14802,&quot;28301&quot;:14803,&quot;28302&quot;:14804,&quot;28305&quot;:14805,&quot;28306&quot;:14806,&quot;28307&quot;:14807,&quot;28308&quot;:14808,&quot;28309&quot;:14809,&quot;28311&quot;:14810,&quot;28313&quot;:14811,&quot;28314&quot;:14812,&quot;28315&quot;:14813,&quot;28318&quot;:14814,&quot;28320&quot;:14815,&quot;28321&quot;:14816,&quot;28323&quot;:14817,&quot;28324&quot;:14818,&quot;28326&quot;:14819,&quot;28328&quot;:14820,&quot;28329&quot;:14821,&quot;28331&quot;:14822,&quot;28332&quot;:14823,&quot;28333&quot;:14824,&quot;28334&quot;:14825,&quot;28336&quot;:14826,&quot;28339&quot;:14827,&quot;28341&quot;:14828,&quot;28344&quot;:14829,&quot;28345&quot;:14830,&quot;28348&quot;:14831,&quot;28350&quot;:14832,&quot;28351&quot;:14833,&quot;28352&quot;:14834,&quot;28355&quot;:14835,&quot;28358&quot;:14836,&quot;28360&quot;:14837,&quot;28361&quot;:14838,&quot;28362&quot;:14839,&quot;28365&quot;:14840,&quot;28368&quot;:14841,&quot;28370&quot;:14842,&quot;28374&quot;:14843,&quot;28376&quot;:14844,&quot;28377&quot;:14845,&quot;28379&quot;:14846,&quot;28380&quot;:14847,&quot;28381&quot;:14848,&quot;28387&quot;:14849,&quot;28391&quot;:14850,&quot;28394&quot;:14851,&quot;28395&quot;:14852,&quot;28397&quot;:14853,&quot;28398&quot;:14854,&quot;28400&quot;:14855,&quot;28401&quot;:14856,&quot;28403&quot;:14857,&quot;28405&quot;:14858,&quot;28406&quot;:14859,&quot;28410&quot;:14860,&quot;28411&quot;:14861,&quot;28412&quot;:14862,&quot;28413&quot;:14863,&quot;28414&quot;:14864,&quot;28416&quot;:14865,&quot;28419&quot;:14866,&quot;28420&quot;:14867,&quot;28421&quot;:14868,&quot;28423&quot;:14869,&quot;28424&quot;:14870,&quot;28426&quot;:14871,&quot;28427&quot;:14872,&quot;28428&quot;:14873,&quot;28429&quot;:14874,&quot;28430&quot;:14875,&quot;28432&quot;:14876,&quot;28433&quot;:14877,&quot;28434&quot;:14878,&quot;28438&quot;:14879,&quot;28439&quot;:14880,&quot;28440&quot;:14881,&quot;28441&quot;:14882,&quot;28443&quot;:14883,&quot;28444&quot;:14884,&quot;28445&quot;:14885,&quot;28446&quot;:14886,&quot;28447&quot;:14887,&quot;28449&quot;:14888,&quot;28453&quot;:14889,&quot;28454&quot;:14890,&quot;28455&quot;:14891,&quot;28456&quot;:14892,&quot;28462&quot;:14893,&quot;28464&quot;:14894,&quot;28468&quot;:14895,&quot;28469&quot;:14896,&quot;28471&quot;:14897,&quot;28473&quot;:14898,&quot;28474&quot;:14899,&quot;28475&quot;:14900,&quot;28476&quot;:14901,&quot;28477&quot;:14902,&quot;28480&quot;:14903,&quot;28482&quot;:14904,&quot;28483&quot;:14905,&quot;28484&quot;:14906,&quot;28485&quot;:14907,&quot;28488&quot;:14908,&quot;28489&quot;:14909,&quot;28490&quot;:14910,&quot;28492&quot;:14911,&quot;28494&quot;:14912,&quot;28495&quot;:14913,&quot;28496&quot;:14914,&quot;28498&quot;:14915,&quot;28499&quot;:14916,&quot;28501&quot;:14917,&quot;28502&quot;:14918,&quot;28503&quot;:14919,&quot;28506&quot;:14920,&quot;28507&quot;:14921,&quot;28509&quot;:14922,&quot;28511&quot;:14923,&quot;28512&quot;:14924,&quot;28513&quot;:14925,&quot;28515&quot;:14926,&quot;28517&quot;:14927,&quot;28519&quot;:14928,&quot;28520&quot;:14929,&quot;28521&quot;:14930,&quot;28522&quot;:14931,&quot;28523&quot;:14932,&quot;28524&quot;:14933,&quot;28529&quot;:14934,&quot;28531&quot;:14935,&quot;28533&quot;:14936,&quot;28534&quot;:14937,&quot;28537&quot;:14938,&quot;28539&quot;:14939,&quot;28541&quot;:14940,&quot;28542&quot;:14941,&quot;28545&quot;:14942,&quot;28546&quot;:14943,&quot;28547&quot;:14944,&quot;28549&quot;:14945,&quot;28554&quot;:14946,&quot;28555&quot;:14947,&quot;28559&quot;:14948,&quot;28560&quot;:14949,&quot;28561&quot;:14950,&quot;28562&quot;:14951,&quot;28563&quot;:14952,&quot;28564&quot;:14953,&quot;28565&quot;:14954,&quot;28566&quot;:14955,&quot;28568&quot;:14956,&quot;28569&quot;:14957,&quot;28570&quot;:14958,&quot;28571&quot;:14959,&quot;28573&quot;:14960,&quot;28574&quot;:14961,&quot;28575&quot;:14962,&quot;28578&quot;:14963,&quot;28579&quot;:14964,&quot;28581&quot;:14965,&quot;28582&quot;:14966,&quot;28584&quot;:14967,&quot;28586&quot;:14968,&quot;28587&quot;:14969,&quot;28588&quot;:14970,&quot;28589&quot;:14971,&quot;28591&quot;:14972,&quot;28592&quot;:14973,&quot;28594&quot;:14974,&quot;28596&quot;:14975,&quot;28597&quot;:14976,&quot;28599&quot;:14977,&quot;28600&quot;:14978,&quot;28602&quot;:14979,&quot;28603&quot;:14980,&quot;28604&quot;:14981,&quot;28605&quot;:14982,&quot;28606&quot;:14983,&quot;28607&quot;:14984,&quot;28612&quot;:14985,&quot;28613&quot;:14986,&quot;28614&quot;:14987,&quot;28615&quot;:14988,&quot;28616&quot;:14989,&quot;28618&quot;:14990,&quot;28619&quot;:14991,&quot;28620&quot;:14992,&quot;28621&quot;:14993,&quot;28622&quot;:14994,&quot;28623&quot;:14995,&quot;28624&quot;:14996,&quot;28627&quot;:14997,&quot;28628&quot;:14998,&quot;28630&quot;:14999,&quot;28631&quot;:15000,&quot;28633&quot;:15001,&quot;28634&quot;:15002,&quot;28636&quot;:15003,&quot;28637&quot;:15004,&quot;28642&quot;:15005,&quot;28643&quot;:15006,&quot;28645&quot;:15007,&quot;28646&quot;:15008,&quot;28647&quot;:15009,&quot;28648&quot;:15010,&quot;28649&quot;:15011,&quot;28650&quot;:15012,&quot;28652&quot;:15013,&quot;28653&quot;:15014,&quot;28658&quot;:15015,&quot;28659&quot;:15016,&quot;28660&quot;:15017,&quot;28661&quot;:15018,&quot;28662&quot;:15019,&quot;28663&quot;:15020,&quot;28664&quot;:15021,&quot;28665&quot;:15022,&quot;28667&quot;:15023,&quot;28669&quot;:15024,&quot;28671&quot;:15025,&quot;28672&quot;:15026,&quot;28673&quot;:15027,&quot;28674&quot;:15028,&quot;28675&quot;:15029,&quot;28676&quot;:15030,&quot;28679&quot;:15031,&quot;28680&quot;:15032,&quot;28682&quot;:15033,&quot;28684&quot;:15034,&quot;28685&quot;:15035,&quot;28686&quot;:15036,&quot;28688&quot;:15037,&quot;28690&quot;:15038,&quot;28691&quot;:15039,&quot;28692&quot;:15040,&quot;28694&quot;:15041,&quot;28695&quot;:15042,&quot;28697&quot;:15043,&quot;28700&quot;:15044,&quot;28702&quot;:15045,&quot;28705&quot;:15046,&quot;28706&quot;:15047,&quot;28708&quot;:15048,&quot;28709&quot;:15049,&quot;28710&quot;:15050,&quot;28713&quot;:15051,&quot;28714&quot;:15052,&quot;28715&quot;:15053,&quot;28716&quot;:15054,&quot;28717&quot;:15055,&quot;28718&quot;:15056,&quot;28719&quot;:15057,&quot;28721&quot;:15058,&quot;28723&quot;:15059,&quot;28724&quot;:15060,&quot;28726&quot;:15061,&quot;28727&quot;:15062,&quot;28728&quot;:15063,&quot;28730&quot;:15064,&quot;28731&quot;:15065,&quot;28732&quot;:15066,&quot;28733&quot;:15067,&quot;28735&quot;:15068,&quot;28736&quot;:15069,&quot;28737&quot;:15070,&quot;28738&quot;:15071,&quot;28741&quot;:15072,&quot;28742&quot;:15073,&quot;28743&quot;:15074,&quot;28744&quot;:15075,&quot;28745&quot;:15076,&quot;28746&quot;:15077,&quot;28747&quot;:15078,&quot;28749&quot;:15079,&quot;28750&quot;:15080,&quot;28752&quot;:15081,&quot;28754&quot;:15082,&quot;28755&quot;:15083,&quot;28756&quot;:15084,&quot;28758&quot;:15085,&quot;28759&quot;:15086,&quot;28761&quot;:15087,&quot;28762&quot;:15088,&quot;28763&quot;:15089,&quot;28764&quot;:15090,&quot;28767&quot;:15091,&quot;28768&quot;:15092,&quot;28769&quot;:15093,&quot;28770&quot;:15094,&quot;28773&quot;:15095,&quot;28774&quot;:15096,&quot;28776&quot;:15097,&quot;28777&quot;:15098,&quot;28778&quot;:15099,&quot;28782&quot;:15100,&quot;28785&quot;:15101,&quot;28786&quot;:15102,&quot;28787&quot;:15103,&quot;28788&quot;:15104,&quot;28791&quot;:15105,&quot;28793&quot;:15106,&quot;28794&quot;:15107,&quot;28795&quot;:15108,&quot;28797&quot;:15109,&quot;28801&quot;:15110,&quot;28802&quot;:15111,&quot;28803&quot;:15112,&quot;28804&quot;:15113,&quot;28806&quot;:15114,&quot;28807&quot;:15115,&quot;28808&quot;:15116,&quot;28811&quot;:15117,&quot;28812&quot;:15118,&quot;28813&quot;:15119,&quot;28815&quot;:15120,&quot;28816&quot;:15121,&quot;28817&quot;:15122,&quot;28819&quot;:15123,&quot;28823&quot;:15124,&quot;28824&quot;:15125,&quot;28826&quot;:15126,&quot;28827&quot;:15127,&quot;28830&quot;:15128,&quot;28831&quot;:15129,&quot;28832&quot;:15130,&quot;28833&quot;:15131,&quot;28834&quot;:15132,&quot;28835&quot;:15133,&quot;28836&quot;:15134,&quot;28837&quot;:15135,&quot;28838&quot;:15136,&quot;28839&quot;:15137,&quot;28840&quot;:15138,&quot;28841&quot;:15139,&quot;28842&quot;:15140,&quot;28848&quot;:15141,&quot;28850&quot;:15142,&quot;28852&quot;:15143,&quot;28853&quot;:15144,&quot;28854&quot;:15145,&quot;28858&quot;:15146,&quot;28862&quot;:15147,&quot;28863&quot;:15148,&quot;28868&quot;:15149,&quot;28869&quot;:15150,&quot;28870&quot;:15151,&quot;28871&quot;:15152,&quot;28873&quot;:15153,&quot;28875&quot;:15154,&quot;28876&quot;:15155,&quot;28877&quot;:15156,&quot;28878&quot;:15157,&quot;28880&quot;:15158,&quot;28881&quot;:15159,&quot;28882&quot;:15160,&quot;28883&quot;:15161,&quot;28884&quot;:15162,&quot;28885&quot;:15163,&quot;28886&quot;:15164,&quot;28887&quot;:15165,&quot;28890&quot;:15166,&quot;28892&quot;:15167,&quot;28893&quot;:15168,&quot;28894&quot;:15169,&quot;28896&quot;:15170,&quot;28897&quot;:15171,&quot;28898&quot;:15172,&quot;28899&quot;:15173,&quot;28901&quot;:15174,&quot;28906&quot;:15175,&quot;28910&quot;:15176,&quot;28912&quot;:15177,&quot;28913&quot;:15178,&quot;28914&quot;:15179,&quot;28915&quot;:15180,&quot;28917&quot;:15181,&quot;28918&quot;:15182,&quot;28920&quot;:15183,&quot;28922&quot;:15184,&quot;28923&quot;:15185,&quot;28924&quot;:15186,&quot;28926&quot;:15187,&quot;28927&quot;:15188,&quot;28928&quot;:15189,&quot;28929&quot;:15190,&quot;28930&quot;:15191,&quot;28931&quot;:15192,&quot;28932&quot;:15193,&quot;28933&quot;:15194,&quot;28934&quot;:15195,&quot;28935&quot;:15196,&quot;28936&quot;:15197,&quot;28939&quot;:15198,&quot;28940&quot;:15199,&quot;28941&quot;:15200,&quot;28942&quot;:15201,&quot;28943&quot;:15202,&quot;28945&quot;:15203,&quot;28946&quot;:15204,&quot;28948&quot;:15205,&quot;28951&quot;:15206,&quot;28955&quot;:15207,&quot;28956&quot;:15208,&quot;28957&quot;:15209,&quot;28958&quot;:15210,&quot;28959&quot;:15211,&quot;28960&quot;:15212,&quot;28962&quot;:15213,&quot;28963&quot;:15214,&quot;28964&quot;:15215,&quot;28965&quot;:15216,&quot;28967&quot;:15217,&quot;28968&quot;:15218,&quot;28969&quot;:15219,&quot;28970&quot;:15220,&quot;28971&quot;:15221,&quot;28972&quot;:15222,&quot;28973&quot;:15223,&quot;28974&quot;:15224,&quot;28978&quot;:15225,&quot;28979&quot;:15226,&quot;28980&quot;:15227,&quot;28981&quot;:15228,&quot;28983&quot;:15229,&quot;28984&quot;:15230,&quot;28985&quot;:15231,&quot;28986&quot;:15232,&quot;28987&quot;:15233,&quot;28988&quot;:15234,&quot;28989&quot;:15235,&quot;28990&quot;:15236,&quot;28991&quot;:15237,&quot;28992&quot;:15238,&quot;28993&quot;:15239,&quot;28994&quot;:15240,&quot;28995&quot;:15241,&quot;28996&quot;:15242,&quot;28998&quot;:15243,&quot;28999&quot;:15244,&quot;29000&quot;:15245,&quot;29003&quot;:15246,&quot;29005&quot;:15247,&quot;29007&quot;:15248,&quot;29008&quot;:15249,&quot;29009&quot;:15250,&quot;29011&quot;:15251,&quot;29012&quot;:15252,&quot;29013&quot;:15253,&quot;29014&quot;:15254,&quot;29015&quot;:15255,&quot;29016&quot;:15256,&quot;29017&quot;:15257,&quot;29018&quot;:15258,&quot;29019&quot;:15259,&quot;29021&quot;:15260,&quot;29023&quot;:15261,&quot;29024&quot;:15262,&quot;29025&quot;:15263,&quot;29027&quot;:15264,&quot;29029&quot;:15265,&quot;29034&quot;:15266,&quot;29035&quot;:15267,&quot;29037&quot;:15268,&quot;29039&quot;:15269,&quot;29040&quot;:15270,&quot;29041&quot;:15271,&quot;29044&quot;:15272,&quot;29045&quot;:15273,&quot;29046&quot;:15274,&quot;29047&quot;:15275,&quot;29049&quot;:15276,&quot;29051&quot;:15277,&quot;29052&quot;:15278,&quot;29054&quot;:15279,&quot;29055&quot;:15280,&quot;29056&quot;:15281,&quot;29057&quot;:15282,&quot;29058&quot;:15283,&quot;29059&quot;:15284,&quot;29061&quot;:15285,&quot;29062&quot;:15286,&quot;29063&quot;:15287,&quot;29064&quot;:15288,&quot;29065&quot;:15289,&quot;29067&quot;:15290,&quot;29068&quot;:15291,&quot;29069&quot;:15292,&quot;29070&quot;:15293,&quot;29072&quot;:15294,&quot;29073&quot;:15295,&quot;29075&quot;:15296,&quot;29077&quot;:15297,&quot;29078&quot;:15298,&quot;29082&quot;:15299,&quot;29083&quot;:15300,&quot;29084&quot;:15301,&quot;29085&quot;:15302,&quot;29086&quot;:15303,&quot;29089&quot;:15304,&quot;29090&quot;:15305,&quot;29091&quot;:15306,&quot;29092&quot;:15307,&quot;29093&quot;:15308,&quot;29094&quot;:15309,&quot;29095&quot;:15310,&quot;29097&quot;:15311,&quot;29098&quot;:15312,&quot;29099&quot;:15313,&quot;29101&quot;:15314,&quot;29102&quot;:15315,&quot;29103&quot;:15316,&quot;29104&quot;:15317,&quot;29106&quot;:15318,&quot;29108&quot;:15319,&quot;29110&quot;:15320,&quot;29111&quot;:15321,&quot;29112&quot;:15322,&quot;29114&quot;:15323,&quot;29115&quot;:15324,&quot;29116&quot;:15325,&quot;29117&quot;:15326,&quot;29119&quot;:15327,&quot;29120&quot;:15328,&quot;29122&quot;:15329,&quot;29124&quot;:15330,&quot;29125&quot;:15331,&quot;29126&quot;:15332,&quot;29127&quot;:15333,&quot;29129&quot;:15334,&quot;29130&quot;:15335,&quot;29131&quot;:15336,&quot;29132&quot;:15337,&quot;29133&quot;:15338,&quot;29135&quot;:15339,&quot;29136&quot;:15340,&quot;29137&quot;:15341,&quot;29139&quot;:15342,&quot;29142&quot;:15343,&quot;29143&quot;:15344,&quot;29144&quot;:15345,&quot;29146&quot;:15346,&quot;29147&quot;:15347,&quot;29149&quot;:15348,&quot;29150&quot;:15349,&quot;29153&quot;:15350,&quot;29154&quot;:15351,&quot;29155&quot;:15352,&quot;29156&quot;:15353,&quot;29160&quot;:15354,&quot;29161&quot;:15355,&quot;29162&quot;:15356,&quot;29163&quot;:15357,&quot;29164&quot;:15358,&quot;29167&quot;:15359,&quot;29168&quot;:15360,&quot;29169&quot;:15361,&quot;29170&quot;:15362,&quot;29171&quot;:15363,&quot;29173&quot;:15364,&quot;29174&quot;:15365,&quot;29175&quot;:15366,&quot;29176&quot;:15367,&quot;29178&quot;:15368,&quot;29179&quot;:15369,&quot;29181&quot;:15370,&quot;29183&quot;:15371,&quot;29184&quot;:15372,&quot;29185&quot;:15373,&quot;29186&quot;:15374,&quot;29187&quot;:15375,&quot;29188&quot;:15376,&quot;29189&quot;:15377,&quot;29191&quot;:15378,&quot;29192&quot;:15379,&quot;29193&quot;:15380,&quot;29194&quot;:15381,&quot;29195&quot;:15382,&quot;29196&quot;:15383,&quot;29198&quot;:15384,&quot;29199&quot;:15385,&quot;29201&quot;:15386,&quot;29202&quot;:15387,&quot;29203&quot;:15388,&quot;29204&quot;:15389,&quot;29205&quot;:15390,&quot;29206&quot;:15391,&quot;29207&quot;:15392,&quot;29208&quot;:15393,&quot;29209&quot;:15394,&quot;29210&quot;:15395,&quot;29212&quot;:15396,&quot;29214&quot;:15397,&quot;29215&quot;:15398,&quot;29216&quot;:15399,&quot;29217&quot;:15400,&quot;29218&quot;:15401,&quot;29219&quot;:15402,&quot;29220&quot;:15403,&quot;29221&quot;:15404,&quot;29222&quot;:15405,&quot;29223&quot;:15406,&quot;29225&quot;:15407,&quot;29227&quot;:15408,&quot;29229&quot;:15409,&quot;29230&quot;:15410,&quot;29231&quot;:15411,&quot;29235&quot;:15412,&quot;29236&quot;:15413,&quot;29244&quot;:15414,&quot;29248&quot;:15415,&quot;29249&quot;:15416,&quot;29250&quot;:15417,&quot;29251&quot;:15418,&quot;29252&quot;:15419,&quot;29253&quot;:15420,&quot;29254&quot;:15421,&quot;29257&quot;:15422,&quot;29258&quot;:15423,&quot;29259&quot;:15424,&quot;29262&quot;:15425,&quot;29263&quot;:15426,&quot;29264&quot;:15427,&quot;29265&quot;:15428,&quot;29267&quot;:15429,&quot;29268&quot;:15430,&quot;29269&quot;:15431,&quot;29271&quot;:15432,&quot;29274&quot;:15433,&quot;29276&quot;:15434,&quot;29278&quot;:15435,&quot;29280&quot;:15436,&quot;29283&quot;:15437,&quot;29284&quot;:15438,&quot;29285&quot;:15439,&quot;29288&quot;:15440,&quot;29290&quot;:15441,&quot;29291&quot;:15442,&quot;29292&quot;:15443,&quot;29293&quot;:15444,&quot;29296&quot;:15445,&quot;29297&quot;:15446,&quot;29299&quot;:15447,&quot;29300&quot;:15448,&quot;29302&quot;:15449,&quot;29303&quot;:15450,&quot;29304&quot;:15451,&quot;29307&quot;:15452,&quot;29308&quot;:15453,&quot;29314&quot;:15454,&quot;29315&quot;:15455,&quot;29317&quot;:15456,&quot;29318&quot;:15457,&quot;29319&quot;:15458,&quot;29320&quot;:15459,&quot;29321&quot;:15460,&quot;29324&quot;:15461,&quot;29326&quot;:15462,&quot;29328&quot;:15463,&quot;29329&quot;:15464,&quot;29331&quot;:15465,&quot;29332&quot;:15466,&quot;29333&quot;:15467,&quot;29335&quot;:15468,&quot;29336&quot;:15469,&quot;29337&quot;:15470,&quot;29338&quot;:15471,&quot;29339&quot;:15472,&quot;29340&quot;:15473,&quot;29341&quot;:15474,&quot;29342&quot;:15475,&quot;29344&quot;:15476,&quot;29345&quot;:15477,&quot;29347&quot;:15478,&quot;29348&quot;:15479,&quot;29349&quot;:15480,&quot;29350&quot;:15481,&quot;29352&quot;:15482,&quot;29353&quot;:15483,&quot;29354&quot;:15484,&quot;29355&quot;:15485,&quot;29358&quot;:15486,&quot;29361&quot;:15487,&quot;29362&quot;:15488,&quot;29363&quot;:15489,&quot;29365&quot;:15490,&quot;29370&quot;:15491,&quot;29371&quot;:15492,&quot;29372&quot;:15493,&quot;29373&quot;:15494,&quot;29374&quot;:15495,&quot;29375&quot;:15496,&quot;29381&quot;:15497,&quot;29382&quot;:15498,&quot;29383&quot;:15499,&quot;29385&quot;:15500,&quot;29386&quot;:15501,&quot;29387&quot;:15502,&quot;29388&quot;:15503,&quot;29391&quot;:15504,&quot;29393&quot;:15505,&quot;29395&quot;:15506,&quot;29396&quot;:15507,&quot;29397&quot;:15508,&quot;29398&quot;:15509,&quot;29400&quot;:15510,&quot;29402&quot;:15511,&quot;29403&quot;:15512,&quot;29404&quot;:15513,&quot;29405&quot;:15514,&quot;29407&quot;:15515,&quot;29410&quot;:15516,&quot;29411&quot;:15517,&quot;29412&quot;:15518,&quot;29413&quot;:15519,&quot;29414&quot;:15520,&quot;29415&quot;:15521,&quot;29418&quot;:15522,&quot;29419&quot;:15523,&quot;29429&quot;:15524,&quot;29430&quot;:15525,&quot;29438&quot;:15526,&quot;29439&quot;:15527,&quot;29440&quot;:15528,&quot;29442&quot;:15529,&quot;29444&quot;:15530,&quot;29445&quot;:15531,&quot;29446&quot;:15532,&quot;29447&quot;:15533,&quot;29448&quot;:15534,&quot;29449&quot;:15535,&quot;29451&quot;:15536,&quot;29452&quot;:15537,&quot;29453&quot;:15538,&quot;29455&quot;:15539,&quot;29456&quot;:15540,&quot;29457&quot;:15541,&quot;29458&quot;:15542,&quot;29460&quot;:15543,&quot;29464&quot;:15544,&quot;29465&quot;:15545,&quot;29466&quot;:15546,&quot;29471&quot;:15547,&quot;29472&quot;:15548,&quot;29475&quot;:15549,&quot;29476&quot;:15550,&quot;29478&quot;:15551,&quot;29479&quot;:15552,&quot;29480&quot;:15553,&quot;29485&quot;:15554,&quot;29487&quot;:15555,&quot;29488&quot;:15556,&quot;29490&quot;:15557,&quot;29491&quot;:15558,&quot;29493&quot;:15559,&quot;29498&quot;:15560,&quot;29500&quot;:15561,&quot;29501&quot;:15562,&quot;29504&quot;:15563,&quot;29506&quot;:15564,&quot;29507&quot;:15565,&quot;29510&quot;:15566,&quot;29511&quot;:15567,&quot;29512&quot;:15568,&quot;29513&quot;:15569,&quot;29514&quot;:15570,&quot;29515&quot;:15571,&quot;29516&quot;:15572,&quot;29518&quot;:15573,&quot;29519&quot;:15574,&quot;29521&quot;:15575,&quot;29523&quot;:15576,&quot;29524&quot;:15577,&quot;29525&quot;:15578,&quot;29526&quot;:15579,&quot;29528&quot;:15580,&quot;29529&quot;:15581,&quot;29530&quot;:15582,&quot;29531&quot;:15583,&quot;29532&quot;:15584,&quot;29533&quot;:15585,&quot;29534&quot;:15586,&quot;29535&quot;:15587,&quot;29537&quot;:15588,&quot;29538&quot;:15589,&quot;29539&quot;:15590,&quot;29540&quot;:15591,&quot;29541&quot;:15592,&quot;29542&quot;:15593,&quot;29543&quot;:15594,&quot;29545&quot;:15595,&quot;29550&quot;:15596,&quot;29553&quot;:15597,&quot;29555&quot;:15598,&quot;29556&quot;:15599,&quot;29558&quot;:15600,&quot;29561&quot;:15601,&quot;29565&quot;:15602,&quot;29567&quot;:15603,&quot;29569&quot;:15604,&quot;29570&quot;:15605,&quot;29571&quot;:15606,&quot;29573&quot;:15607,&quot;29574&quot;:15608,&quot;29576&quot;:15609,&quot;29578&quot;:15610,&quot;29580&quot;:15611,&quot;29581&quot;:15612,&quot;29583&quot;:15613,&quot;29584&quot;:15614,&quot;29586&quot;:15615,&quot;29587&quot;:15616,&quot;29588&quot;:15617,&quot;29589&quot;:15618,&quot;29591&quot;:15619,&quot;29592&quot;:15620,&quot;29593&quot;:15621,&quot;29594&quot;:15622,&quot;29596&quot;:15623,&quot;29597&quot;:15624,&quot;29598&quot;:15625,&quot;29600&quot;:15626,&quot;29601&quot;:15627,&quot;29603&quot;:15628,&quot;29604&quot;:15629,&quot;29605&quot;:15630,&quot;29606&quot;:15631,&quot;29607&quot;:15632,&quot;29608&quot;:15633,&quot;29610&quot;:15634,&quot;29612&quot;:15635,&quot;29613&quot;:15636,&quot;29617&quot;:15637,&quot;29620&quot;:15638,&quot;29621&quot;:15639,&quot;29622&quot;:15640,&quot;29624&quot;:15641,&quot;29625&quot;:15642,&quot;29628&quot;:15643,&quot;29629&quot;:15644,&quot;29630&quot;:15645,&quot;29631&quot;:15646,&quot;29633&quot;:15647,&quot;29635&quot;:15648,&quot;29636&quot;:15649,&quot;29637&quot;:15650,&quot;29638&quot;:15651,&quot;29639&quot;:15652,&quot;29643&quot;:15653,&quot;29644&quot;:15654,&quot;29646&quot;:15655,&quot;29650&quot;:15656,&quot;29651&quot;:15657,&quot;29652&quot;:15658,&quot;29653&quot;:15659,&quot;29654&quot;:15660,&quot;29655&quot;:15661,&quot;29656&quot;:15662,&quot;29658&quot;:15663,&quot;29659&quot;:15664,&quot;29660&quot;:15665,&quot;29661&quot;:15666,&quot;29663&quot;:15667,&quot;29665&quot;:15668,&quot;29666&quot;:15669,&quot;29667&quot;:15670,&quot;29668&quot;:15671,&quot;29670&quot;:15672,&quot;29672&quot;:15673,&quot;29674&quot;:15674,&quot;29675&quot;:15675,&quot;29676&quot;:15676,&quot;29678&quot;:15677,&quot;29679&quot;:15678,&quot;29680&quot;:15679,&quot;29681&quot;:15680,&quot;29683&quot;:15681,&quot;29684&quot;:15682,&quot;29685&quot;:15683,&quot;29686&quot;:15684,&quot;29687&quot;:15685,&quot;29688&quot;:15686,&quot;29689&quot;:15687,&quot;29690&quot;:15688,&quot;29691&quot;:15689,&quot;29692&quot;:15690,&quot;29693&quot;:15691,&quot;29695&quot;:15692,&quot;29696&quot;:15693,&quot;29697&quot;:15694,&quot;29698&quot;:15695,&quot;29700&quot;:15696,&quot;29703&quot;:15697,&quot;29704&quot;:15698,&quot;29707&quot;:15699,&quot;29708&quot;:15700,&quot;29709&quot;:15701,&quot;29710&quot;:15702,&quot;29713&quot;:15703,&quot;29714&quot;:15704,&quot;29715&quot;:15705,&quot;29716&quot;:15706,&quot;29717&quot;:15707,&quot;29718&quot;:15708,&quot;29719&quot;:15709,&quot;29720&quot;:15710,&quot;29721&quot;:15711,&quot;29724&quot;:15712,&quot;29725&quot;:15713,&quot;29726&quot;:15714,&quot;29727&quot;:15715,&quot;29728&quot;:15716,&quot;29729&quot;:15717,&quot;29731&quot;:15718,&quot;29732&quot;:15719,&quot;29735&quot;:15720,&quot;29737&quot;:15721,&quot;29739&quot;:15722,&quot;29741&quot;:15723,&quot;29743&quot;:15724,&quot;29745&quot;:15725,&quot;29746&quot;:15726,&quot;29751&quot;:15727,&quot;29752&quot;:15728,&quot;29753&quot;:15729,&quot;29754&quot;:15730,&quot;29755&quot;:15731,&quot;29757&quot;:15732,&quot;29758&quot;:15733,&quot;29760&quot;:15734,&quot;29762&quot;:15735,&quot;29763&quot;:15736,&quot;29764&quot;:15737,&quot;29765&quot;:15738,&quot;29766&quot;:15739,&quot;29767&quot;:15740,&quot;29768&quot;:15741,&quot;29769&quot;:15742,&quot;29770&quot;:15743,&quot;29772&quot;:15744,&quot;29773&quot;:15745,&quot;29774&quot;:15746,&quot;29775&quot;:15747,&quot;29776&quot;:15748,&quot;29777&quot;:15749,&quot;29778&quot;:15750,&quot;29779&quot;:15751,&quot;29780&quot;:15752,&quot;29782&quot;:15753,&quot;29784&quot;:15754,&quot;29789&quot;:15755,&quot;29792&quot;:15756,&quot;29793&quot;:15757,&quot;29794&quot;:15758,&quot;29796&quot;:15759,&quot;29797&quot;:15760,&quot;29798&quot;:15761,&quot;29799&quot;:15762,&quot;29800&quot;:15763,&quot;29803&quot;:15764,&quot;29804&quot;:15765,&quot;29806&quot;:15766,&quot;29807&quot;:15767,&quot;29809&quot;:15768,&quot;29810&quot;:15769,&quot;29811&quot;:15770,&quot;29812&quot;:15771,&quot;29813&quot;:15772,&quot;29816&quot;:15773,&quot;29817&quot;:15774,&quot;29818&quot;:15775,&quot;29819&quot;:15776,&quot;29820&quot;:15777,&quot;29821&quot;:15778,&quot;29823&quot;:15779,&quot;29826&quot;:15780,&quot;29828&quot;:15781,&quot;29829&quot;:15782,&quot;29830&quot;:15783,&quot;29832&quot;:15784,&quot;29834&quot;:15785,&quot;29836&quot;:15786,&quot;29837&quot;:15787,&quot;29839&quot;:15788,&quot;29841&quot;:15789,&quot;29842&quot;:15790,&quot;29843&quot;:15791,&quot;29844&quot;:15792,&quot;29845&quot;:15793,&quot;29846&quot;:15794,&quot;29847&quot;:15795,&quot;29848&quot;:15796,&quot;29849&quot;:15797,&quot;29850&quot;:15798,&quot;29851&quot;:15799,&quot;29853&quot;:15800,&quot;29855&quot;:15801,&quot;29856&quot;:15802,&quot;29857&quot;:15803,&quot;29858&quot;:15804,&quot;29860&quot;:15805,&quot;29861&quot;:15806,&quot;29866&quot;:15807,&quot;29867&quot;:15808,&quot;29868&quot;:15809,&quot;29869&quot;:15810,&quot;29870&quot;:15811,&quot;29871&quot;:15812,&quot;29873&quot;:15813,&quot;29874&quot;:15814,&quot;29875&quot;:15815,&quot;29876&quot;:15816,&quot;29877&quot;:15817,&quot;29878&quot;:15818,&quot;29879&quot;:15819,&quot;29880&quot;:15820,&quot;29881&quot;:15821,&quot;29883&quot;:15822,&quot;29884&quot;:15823,&quot;29886&quot;:15824,&quot;29887&quot;:15825,&quot;29888&quot;:15826,&quot;29889&quot;:15827,&quot;29890&quot;:15828,&quot;29891&quot;:15829,&quot;29892&quot;:15830,&quot;29893&quot;:15831,&quot;29894&quot;:15832,&quot;29895&quot;:15833,&quot;29896&quot;:15834,&quot;29897&quot;:15835,&quot;29899&quot;:15836,&quot;29900&quot;:15837,&quot;29901&quot;:15838,&quot;29902&quot;:15839,&quot;29904&quot;:15840,&quot;29905&quot;:15841,&quot;29907&quot;:15842,&quot;29909&quot;:15843,&quot;29910&quot;:15844,&quot;29911&quot;:15845,&quot;29912&quot;:15846,&quot;29913&quot;:15847,&quot;29915&quot;:15848,&quot;29917&quot;:15849,&quot;29919&quot;:15850,&quot;29921&quot;:15851,&quot;29925&quot;:15852,&quot;29927&quot;:15853,&quot;29928&quot;:15854,&quot;29929&quot;:15855,&quot;29930&quot;:15856,&quot;29931&quot;:15857,&quot;29932&quot;:15858,&quot;29933&quot;:15859,&quot;29936&quot;:15860,&quot;29937&quot;:15861,&quot;29938&quot;:15862,&quot;29939&quot;:15863,&quot;29941&quot;:15864,&quot;29944&quot;:15865,&quot;29945&quot;:15866,&quot;29946&quot;:15867,&quot;29947&quot;:15868,&quot;29948&quot;:15869,&quot;29949&quot;:15870,&quot;29950&quot;:15871,&quot;29952&quot;:15872,&quot;29953&quot;:15873,&quot;29954&quot;:15874,&quot;29955&quot;:15875,&quot;29957&quot;:15876,&quot;29958&quot;:15877,&quot;29959&quot;:15878,&quot;29960&quot;:15879,&quot;29961&quot;:15880,&quot;29962&quot;:15881,&quot;29963&quot;:15882,&quot;29966&quot;:15883,&quot;29968&quot;:15884,&quot;29970&quot;:15885,&quot;29972&quot;:15886,&quot;29973&quot;:15887,&quot;29974&quot;:15888,&quot;29975&quot;:15889,&quot;29979&quot;:15890,&quot;29981&quot;:15891,&quot;29982&quot;:15892,&quot;29984&quot;:15893,&quot;29985&quot;:15894,&quot;29986&quot;:15895,&quot;29988&quot;:15896,&quot;29990&quot;:15897,&quot;29991&quot;:15898,&quot;29994&quot;:15899,&quot;29998&quot;:15900,&quot;30004&quot;:15901,&quot;30006&quot;:15902,&quot;30009&quot;:15903,&quot;30012&quot;:15904,&quot;30013&quot;:15905,&quot;30015&quot;:15906,&quot;30017&quot;:15907,&quot;30018&quot;:15908,&quot;30019&quot;:15909,&quot;30020&quot;:15910,&quot;30022&quot;:15911,&quot;30023&quot;:15912,&quot;30025&quot;:15913,&quot;30026&quot;:15914,&quot;30029&quot;:15915,&quot;30032&quot;:15916,&quot;30033&quot;:15917,&quot;30034&quot;:15918,&quot;30035&quot;:15919,&quot;30037&quot;:15920,&quot;30038&quot;:15921,&quot;30039&quot;:15922,&quot;30040&quot;:15923,&quot;30046&quot;:15924,&quot;30047&quot;:15925,&quot;30048&quot;:15926,&quot;30049&quot;:15927,&quot;30051&quot;:15928,&quot;30052&quot;:15929,&quot;30055&quot;:15930,&quot;30056&quot;:15931,&quot;30057&quot;:15932,&quot;30060&quot;:15933,&quot;30061&quot;:15934,&quot;30062&quot;:15935,&quot;30063&quot;:15936,&quot;30064&quot;:15937,&quot;30065&quot;:15938,&quot;30067&quot;:15939,&quot;30069&quot;:15940,&quot;30071&quot;:15941,&quot;30074&quot;:15942,&quot;30075&quot;:15943,&quot;30076&quot;:15944,&quot;30077&quot;:15945,&quot;30078&quot;:15946,&quot;30080&quot;:15947,&quot;30081&quot;:15948,&quot;30082&quot;:15949,&quot;30084&quot;:15950,&quot;30085&quot;:15951,&quot;30088&quot;:15952,&quot;30089&quot;:15953,&quot;30090&quot;:15954,&quot;30092&quot;:15955,&quot;30093&quot;:15956,&quot;30094&quot;:15957,&quot;30096&quot;:15958,&quot;30099&quot;:15959,&quot;30101&quot;:15960,&quot;30104&quot;:15961,&quot;30107&quot;:15962,&quot;30108&quot;:15963,&quot;30110&quot;:15964,&quot;30114&quot;:15965,&quot;30118&quot;:15966,&quot;30119&quot;:15967,&quot;30120&quot;:15968,&quot;30121&quot;:15969,&quot;30122&quot;:15970,&quot;30125&quot;:15971,&quot;30134&quot;:15972,&quot;30135&quot;:15973,&quot;30138&quot;:15974,&quot;30139&quot;:15975,&quot;30143&quot;:15976,&quot;30144&quot;:15977,&quot;30145&quot;:15978,&quot;30150&quot;:15979,&quot;30155&quot;:15980,&quot;30156&quot;:15981,&quot;30158&quot;:15982,&quot;30159&quot;:15983,&quot;30160&quot;:15984,&quot;30161&quot;:15985,&quot;30163&quot;:15986,&quot;30167&quot;:15987,&quot;30170&quot;:15988,&quot;30172&quot;:15989,&quot;30173&quot;:15990,&quot;30175&quot;:15991,&quot;30176&quot;:15992,&quot;30177&quot;:15993,&quot;30181&quot;:15994,&quot;30185&quot;:15995,&quot;30188&quot;:15996,&quot;30189&quot;:15997,&quot;30190&quot;:15998,&quot;30191&quot;:15999,&quot;30194&quot;:16000,&quot;30195&quot;:16001,&quot;30197&quot;:16002,&quot;30198&quot;:16003,&quot;30199&quot;:16004,&quot;30200&quot;:16005,&quot;30202&quot;:16006,&quot;30203&quot;:16007,&quot;30205&quot;:16008,&quot;30206&quot;:16009,&quot;30212&quot;:16010,&quot;30214&quot;:16011,&quot;30215&quot;:16012,&quot;30216&quot;:16013,&quot;30217&quot;:16014,&quot;30222&quot;:16015,&quot;30223&quot;:16016,&quot;30225&quot;:16017,&quot;30226&quot;:16018,&quot;30227&quot;:16019,&quot;30228&quot;:16020,&quot;30230&quot;:16021,&quot;30234&quot;:16022,&quot;30236&quot;:16023,&quot;30237&quot;:16024,&quot;30243&quot;:16025,&quot;30248&quot;:16026,&quot;30252&quot;:16027,&quot;30254&quot;:16028,&quot;30255&quot;:16029,&quot;30257&quot;:16030,&quot;30258&quot;:16031,&quot;30262&quot;:16032,&quot;30263&quot;:16033,&quot;30265&quot;:16034,&quot;30266&quot;:16035,&quot;30269&quot;:16036,&quot;30273&quot;:16037,&quot;30276&quot;:16038,&quot;30277&quot;:16039,&quot;30280&quot;:16040,&quot;30282&quot;:16041,&quot;30283&quot;:16042,&quot;30286&quot;:16043,&quot;30287&quot;:16044,&quot;30288&quot;:16045,&quot;30289&quot;:16046,&quot;30290&quot;:16047,&quot;30291&quot;:16048,&quot;30293&quot;:16049,&quot;30295&quot;:16050,&quot;30297&quot;:16051,&quot;30298&quot;:16052,&quot;30299&quot;:16053,&quot;30301&quot;:16054,&quot;30304&quot;:16055,&quot;30305&quot;:16056,&quot;30310&quot;:16057,&quot;30312&quot;:16058,&quot;30314&quot;:16059,&quot;30323&quot;:16060,&quot;30324&quot;:16061,&quot;30325&quot;:16062,&quot;12136&quot;:16063,&quot;30326&quot;:16063,&quot;30327&quot;:16064,&quot;30329&quot;:16065,&quot;30330&quot;:16066,&quot;30335&quot;:16067,&quot;30336&quot;:16068,&quot;30337&quot;:16069,&quot;30339&quot;:16070,&quot;30341&quot;:16071,&quot;30345&quot;:16072,&quot;30346&quot;:16073,&quot;30348&quot;:16074,&quot;30349&quot;:16075,&quot;30351&quot;:16076,&quot;30352&quot;:16077,&quot;30354&quot;:16078,&quot;30356&quot;:16079,&quot;30357&quot;:16080,&quot;30359&quot;:16081,&quot;30360&quot;:16082,&quot;30363&quot;:16083,&quot;30364&quot;:16084,&quot;30365&quot;:16085,&quot;30366&quot;:16086,&quot;30367&quot;:16087,&quot;30368&quot;:16088,&quot;30369&quot;:16089,&quot;30370&quot;:16090,&quot;30371&quot;:16091,&quot;30373&quot;:16092,&quot;30374&quot;:16093,&quot;30375&quot;:16094,&quot;30376&quot;:16095,&quot;30377&quot;:16096,&quot;30378&quot;:16097,&quot;30379&quot;:16098,&quot;30380&quot;:16099,&quot;30381&quot;:16100,&quot;30383&quot;:16101,&quot;30384&quot;:16102,&quot;30387&quot;:16103,&quot;30389&quot;:16104,&quot;30390&quot;:16105,&quot;30391&quot;:16106,&quot;30393&quot;:16107,&quot;30395&quot;:16108,&quot;30396&quot;:16109,&quot;30397&quot;:16110,&quot;30398&quot;:16111,&quot;30400&quot;:16112,&quot;30401&quot;:16113,&quot;30403&quot;:16114,&quot;30404&quot;:16115,&quot;30407&quot;:16116,&quot;30409&quot;:16117,&quot;30411&quot;:16118,&quot;30412&quot;:16119,&quot;30419&quot;:16120,&quot;30421&quot;:16121,&quot;30425&quot;:16122,&quot;30426&quot;:16123,&quot;30428&quot;:16124,&quot;30429&quot;:16125,&quot;30432&quot;:16126,&quot;30434&quot;:16127,&quot;30438&quot;:16128,&quot;30440&quot;:16129,&quot;30441&quot;:16130,&quot;30442&quot;:16131,&quot;30443&quot;:16132,&quot;30444&quot;:16133,&quot;30445&quot;:16134,&quot;30448&quot;:16135,&quot;30451&quot;:16136,&quot;30453&quot;:16137,&quot;30454&quot;:16138,&quot;30455&quot;:16139,&quot;30458&quot;:16140,&quot;30459&quot;:16141,&quot;30461&quot;:16142,&quot;30463&quot;:16143,&quot;30464&quot;:16144,&quot;30466&quot;:16145,&quot;30467&quot;:16146,&quot;30469&quot;:16147,&quot;30470&quot;:16148,&quot;30474&quot;:16149,&quot;30476&quot;:16150,&quot;30478&quot;:16151,&quot;30479&quot;:16152,&quot;30480&quot;:16153,&quot;30481&quot;:16154,&quot;30482&quot;:16155,&quot;30483&quot;:16156,&quot;30484&quot;:16157,&quot;30485&quot;:16158,&quot;30486&quot;:16159,&quot;30487&quot;:16160,&quot;30488&quot;:16161,&quot;30491&quot;:16162,&quot;30492&quot;:16163,&quot;30493&quot;:16164,&quot;30494&quot;:16165,&quot;30497&quot;:16166,&quot;30499&quot;:16167,&quot;30500&quot;:16168,&quot;30501&quot;:16169,&quot;30503&quot;:16170,&quot;30506&quot;:16171,&quot;30507&quot;:16172,&quot;30508&quot;:16173,&quot;30510&quot;:16174,&quot;30512&quot;:16175,&quot;30513&quot;:16176,&quot;30514&quot;:16177,&quot;30515&quot;:16178,&quot;30516&quot;:16179,&quot;30521&quot;:16180,&quot;30523&quot;:16181,&quot;30525&quot;:16182,&quot;30526&quot;:16183,&quot;30527&quot;:16184,&quot;30530&quot;:16185,&quot;30532&quot;:16186,&quot;30533&quot;:16187,&quot;30534&quot;:16188,&quot;30536&quot;:16189,&quot;30537&quot;:16190,&quot;30538&quot;:16191,&quot;30539&quot;:16192,&quot;30540&quot;:16193,&quot;30541&quot;:16194,&quot;30542&quot;:16195,&quot;30546&quot;:16196,&quot;30547&quot;:16197,&quot;30548&quot;:16198,&quot;30549&quot;:16199,&quot;30550&quot;:16200,&quot;30551&quot;:16201,&quot;30552&quot;:16202,&quot;30553&quot;:16203,&quot;30556&quot;:16204,&quot;30557&quot;:16205,&quot;30559&quot;:16206,&quot;30560&quot;:16207,&quot;30564&quot;:16208,&quot;30567&quot;:16209,&quot;30569&quot;:16210,&quot;30570&quot;:16211,&quot;30573&quot;:16212,&quot;30574&quot;:16213,&quot;30575&quot;:16214,&quot;30576&quot;:16215,&quot;30577&quot;:16216,&quot;30578&quot;:16217,&quot;30579&quot;:16218,&quot;30580&quot;:16219,&quot;30581&quot;:16220,&quot;30582&quot;:16221,&quot;30583&quot;:16222,&quot;30584&quot;:16223,&quot;30586&quot;:16224,&quot;30587&quot;:16225,&quot;30588&quot;:16226,&quot;30593&quot;:16227,&quot;30594&quot;:16228,&quot;30595&quot;:16229,&quot;30598&quot;:16230,&quot;30599&quot;:16231,&quot;30600&quot;:16232,&quot;30601&quot;:16233,&quot;30602&quot;:16234,&quot;30603&quot;:16235,&quot;30607&quot;:16236,&quot;30608&quot;:16237,&quot;30611&quot;:16238,&quot;30612&quot;:16239,&quot;30613&quot;:16240,&quot;30614&quot;:16241,&quot;30615&quot;:16242,&quot;30617&quot;:16243,&quot;30618&quot;:16244,&quot;30619&quot;:16245,&quot;30620&quot;:16246,&quot;30621&quot;:16247,&quot;30625&quot;:16248,&quot;30627&quot;:16249,&quot;30628&quot;:16250,&quot;30630&quot;:16251,&quot;30632&quot;:16252,&quot;30635&quot;:16253,&quot;30638&quot;:16254,&quot;30639&quot;:16255,&quot;30641&quot;:16256,&quot;30642&quot;:16257,&quot;30644&quot;:16258,&quot;30646&quot;:16259,&quot;30647&quot;:16260,&quot;30648&quot;:16261,&quot;30649&quot;:16262,&quot;30650&quot;:16263,&quot;30654&quot;:16264,&quot;30656&quot;:16265,&quot;30657&quot;:16266,&quot;30658&quot;:16267,&quot;30659&quot;:16268,&quot;30660&quot;:16269,&quot;30661&quot;:16270,&quot;30662&quot;:16271,&quot;30664&quot;:16272,&quot;30665&quot;:16273,&quot;30666&quot;:16274,&quot;30667&quot;:16275,&quot;30668&quot;:16276,&quot;30670&quot;:16277,&quot;30671&quot;:16278,&quot;30672&quot;:16279,&quot;30673&quot;:16280,&quot;30674&quot;:16281,&quot;30675&quot;:16282,&quot;30676&quot;:16283,&quot;30677&quot;:16284,&quot;30678&quot;:16285,&quot;30680&quot;:16286,&quot;30681&quot;:16287,&quot;30685&quot;:16288,&quot;30686&quot;:16289,&quot;30687&quot;:16290,&quot;30688&quot;:16291,&quot;30689&quot;:16292,&quot;30692&quot;:16293,&quot;30694&quot;:16294,&quot;30696&quot;:16295,&quot;30698&quot;:16296,&quot;30704&quot;:16297,&quot;30705&quot;:16298,&quot;30706&quot;:16299,&quot;30708&quot;:16300,&quot;30709&quot;:16301,&quot;30711&quot;:16302,&quot;30713&quot;:16303,&quot;30714&quot;:16304,&quot;30715&quot;:16305,&quot;30716&quot;:16306,&quot;30723&quot;:16307,&quot;30724&quot;:16308,&quot;30725&quot;:16309,&quot;30726&quot;:16310,&quot;30727&quot;:16311,&quot;30728&quot;:16312,&quot;30730&quot;:16313,&quot;30731&quot;:16314,&quot;30734&quot;:16315,&quot;30735&quot;:16316,&quot;30736&quot;:16317,&quot;30739&quot;:16318,&quot;30741&quot;:16319,&quot;30745&quot;:16320,&quot;30747&quot;:16321,&quot;30750&quot;:16322,&quot;30752&quot;:16323,&quot;30753&quot;:16324,&quot;30754&quot;:16325,&quot;30756&quot;:16326,&quot;30760&quot;:16327,&quot;30762&quot;:16328,&quot;30763&quot;:16329,&quot;30766&quot;:16330,&quot;30767&quot;:16331,&quot;30769&quot;:16332,&quot;30770&quot;:16333,&quot;30771&quot;:16334,&quot;30773&quot;:16335,&quot;30774&quot;:16336,&quot;30781&quot;:16337,&quot;30783&quot;:16338,&quot;30785&quot;:16339,&quot;30786&quot;:16340,&quot;30788&quot;:16341,&quot;30790&quot;:16342,&quot;30792&quot;:16343,&quot;30793&quot;:16344,&quot;30794&quot;:16345,&quot;30795&quot;:16346,&quot;30797&quot;:16347,&quot;30799&quot;:16348,&quot;30801&quot;:16349,&quot;30803&quot;:16350,&quot;30804&quot;:16351,&quot;30808&quot;:16352,&quot;30809&quot;:16353,&quot;30810&quot;:16354,&quot;30811&quot;:16355,&quot;30812&quot;:16356,&quot;30814&quot;:16357,&quot;30815&quot;:16358,&quot;30816&quot;:16359,&quot;30817&quot;:16360,&quot;30818&quot;:16361,&quot;30819&quot;:16362,&quot;30821&quot;:16363,&quot;30822&quot;:16364,&quot;30823&quot;:16365,&quot;30825&quot;:16366,&quot;30832&quot;:16367,&quot;30833&quot;:16368,&quot;30834&quot;:16369,&quot;30835&quot;:16370,&quot;30836&quot;:16371,&quot;30837&quot;:16372,&quot;30838&quot;:16373,&quot;30840&quot;:16374,&quot;30841&quot;:16375,&quot;30842&quot;:16376,&quot;30843&quot;:16377,&quot;30845&quot;:16378,&quot;30846&quot;:16379,&quot;30847&quot;:16380,&quot;30848&quot;:16381,&quot;30849&quot;:16382,&quot;30850&quot;:16383,&quot;30851&quot;:16384,&quot;30852&quot;:16385,&quot;30853&quot;:16386,&quot;30854&quot;:16387,&quot;30856&quot;:16388,&quot;30858&quot;:16389,&quot;30859&quot;:16390,&quot;30863&quot;:16391,&quot;30864&quot;:16392,&quot;30866&quot;:16393,&quot;30868&quot;:16394,&quot;30869&quot;:16395,&quot;30870&quot;:16396,&quot;30873&quot;:16397,&quot;30877&quot;:16398,&quot;30878&quot;:16399,&quot;30880&quot;:16400,&quot;30882&quot;:16401,&quot;30884&quot;:16402,&quot;30886&quot;:16403,&quot;30888&quot;:16404,&quot;30890&quot;:16405,&quot;30891&quot;:16406,&quot;30892&quot;:16407,&quot;30894&quot;:16408,&quot;30895&quot;:16409,&quot;30901&quot;:16410,&quot;30902&quot;:16411,&quot;30903&quot;:16412,&quot;30907&quot;:16413,&quot;30909&quot;:16414,&quot;30911&quot;:16415,&quot;30912&quot;:16416,&quot;30914&quot;:16417,&quot;30915&quot;:16418,&quot;30916&quot;:16419,&quot;30918&quot;:16420,&quot;30919&quot;:16421,&quot;30920&quot;:16422,&quot;30924&quot;:16423,&quot;30925&quot;:16424,&quot;30926&quot;:16425,&quot;30927&quot;:16426,&quot;30929&quot;:16427,&quot;30930&quot;:16428,&quot;30931&quot;:16429,&quot;30934&quot;:16430,&quot;30935&quot;:16431,&quot;30936&quot;:16432,&quot;30939&quot;:16433,&quot;30940&quot;:16434,&quot;30941&quot;:16435,&quot;30942&quot;:16436,&quot;30943&quot;:16437,&quot;30944&quot;:16438,&quot;30945&quot;:16439,&quot;30946&quot;:16440,&quot;30948&quot;:16441,&quot;30949&quot;:16442,&quot;30950&quot;:16443,&quot;30953&quot;:16444,&quot;30954&quot;:16445,&quot;30955&quot;:16446,&quot;30957&quot;:16447,&quot;30958&quot;:16448,&quot;30960&quot;:16449,&quot;30961&quot;:16450,&quot;30963&quot;:16451,&quot;30965&quot;:16452,&quot;30966&quot;:16453,&quot;30968&quot;:16454,&quot;30969&quot;:16455,&quot;30971&quot;:16456,&quot;30972&quot;:16457,&quot;30974&quot;:16458,&quot;30975&quot;:16459,&quot;30976&quot;:16460,&quot;30978&quot;:16461,&quot;30979&quot;:16462,&quot;30980&quot;:16463,&quot;30982&quot;:16464,&quot;30983&quot;:16465,&quot;30984&quot;:16466,&quot;30985&quot;:16467,&quot;30986&quot;:16468,&quot;30987&quot;:16469,&quot;30988&quot;:16470,&quot;30989&quot;:16471,&quot;30991&quot;:16472,&quot;30992&quot;:16473,&quot;30993&quot;:16474,&quot;30994&quot;:16475,&quot;30996&quot;:16476,&quot;30997&quot;:16477,&quot;30998&quot;:16478,&quot;30999&quot;:16479,&quot;31000&quot;:16480,&quot;31002&quot;:16481,&quot;31003&quot;:16482,&quot;31004&quot;:16483,&quot;31005&quot;:16484,&quot;31007&quot;:16485,&quot;31008&quot;:16486,&quot;31009&quot;:16487,&quot;31010&quot;:16488,&quot;31011&quot;:16489,&quot;31013&quot;:16490,&quot;31015&quot;:16491,&quot;31016&quot;:16492,&quot;31017&quot;:16493,&quot;31021&quot;:16494,&quot;31022&quot;:16495,&quot;31023&quot;:16496,&quot;31024&quot;:16497,&quot;31026&quot;:16498,&quot;31027&quot;:16499,&quot;31029&quot;:16500,&quot;31030&quot;:16501,&quot;31031&quot;:16502,&quot;31032&quot;:16503,&quot;31033&quot;:16504,&quot;31037&quot;:16505,&quot;31039&quot;:16506,&quot;31042&quot;:16507,&quot;31043&quot;:16508,&quot;31044&quot;:16509,&quot;31045&quot;:16510,&quot;31047&quot;:16511,&quot;31050&quot;:16512,&quot;31051&quot;:16513,&quot;31052&quot;:16514,&quot;31053&quot;:16515,&quot;31054&quot;:16516,&quot;31055&quot;:16517,&quot;31056&quot;:16518,&quot;31057&quot;:16519,&quot;31058&quot;:16520,&quot;31060&quot;:16521,&quot;31061&quot;:16522,&quot;31064&quot;:16523,&quot;31065&quot;:16524,&quot;31073&quot;:16525,&quot;31075&quot;:16526,&quot;31076&quot;:16527,&quot;31078&quot;:16528,&quot;31081&quot;:16529,&quot;31082&quot;:16530,&quot;31083&quot;:16531,&quot;31084&quot;:16532,&quot;31086&quot;:16533,&quot;31088&quot;:16534,&quot;31089&quot;:16535,&quot;31090&quot;:16536,&quot;31091&quot;:16537,&quot;31092&quot;:16538,&quot;31093&quot;:16539,&quot;31094&quot;:16540,&quot;31097&quot;:16541,&quot;31099&quot;:16542,&quot;31100&quot;:16543,&quot;31101&quot;:16544,&quot;31102&quot;:16545,&quot;31103&quot;:16546,&quot;31106&quot;:16547,&quot;31107&quot;:16548,&quot;31110&quot;:16549,&quot;31111&quot;:16550,&quot;31112&quot;:16551,&quot;31113&quot;:16552,&quot;31115&quot;:16553,&quot;31116&quot;:16554,&quot;31120&quot;:16555,&quot;31121&quot;:16556,&quot;31122&quot;:16557,&quot;31123&quot;:16558,&quot;31124&quot;:16559,&quot;31125&quot;:16560,&quot;31126&quot;:16561,&quot;31127&quot;:16562,&quot;31128&quot;:16563,&quot;31129&quot;:16564,&quot;31131&quot;:16565,&quot;31132&quot;:16566,&quot;31133&quot;:16567,&quot;31134&quot;:16568,&quot;31135&quot;:16569,&quot;31136&quot;:16570,&quot;31137&quot;:16571,&quot;31138&quot;:16572,&quot;31139&quot;:16573,&quot;31140&quot;:16574,&quot;31141&quot;:16575,&quot;31144&quot;:16576,&quot;31145&quot;:16577,&quot;31147&quot;:16578,&quot;31148&quot;:16579,&quot;31149&quot;:16580,&quot;31151&quot;:16581,&quot;31154&quot;:16582,&quot;31156&quot;:16583,&quot;31157&quot;:16584,&quot;31158&quot;:16585,&quot;31159&quot;:16586,&quot;12145&quot;:16587,&quot;31160&quot;:16587,&quot;31164&quot;:16588,&quot;31167&quot;:16589,&quot;31170&quot;:16590,&quot;31172&quot;:16591,&quot;31173&quot;:16592,&quot;31175&quot;:16593,&quot;31176&quot;:16594,&quot;31178&quot;:16595,&quot;63893&quot;:16595,&quot;31180&quot;:16596,&quot;31182&quot;:16597,&quot;31183&quot;:16598,&quot;31184&quot;:16599,&quot;31187&quot;:16600,&quot;31188&quot;:16601,&quot;31190&quot;:16602,&quot;31191&quot;:16603,&quot;31193&quot;:16604,&quot;31194&quot;:16605,&quot;31195&quot;:16606,&quot;31196&quot;:16607,&quot;31197&quot;:16608,&quot;31198&quot;:16609,&quot;31200&quot;:16610,&quot;31201&quot;:16611,&quot;31202&quot;:16612,&quot;31205&quot;:16613,&quot;31208&quot;:16614,&quot;31210&quot;:16615,&quot;31212&quot;:16616,&quot;31214&quot;:16617,&quot;31217&quot;:16618,&quot;31218&quot;:16619,&quot;31219&quot;:16620,&quot;31220&quot;:16621,&quot;31221&quot;:16622,&quot;31222&quot;:16623,&quot;31223&quot;:16624,&quot;31225&quot;:16625,&quot;31226&quot;:16626,&quot;31228&quot;:16627,&quot;31230&quot;:16628,&quot;31231&quot;:16629,&quot;31233&quot;:16630,&quot;31236&quot;:16631,&quot;31237&quot;:16632,&quot;31239&quot;:16633,&quot;31240&quot;:16634,&quot;31241&quot;:16635,&quot;31242&quot;:16636,&quot;31244&quot;:16637,&quot;31247&quot;:16638,&quot;31248&quot;:16639,&quot;31249&quot;:16640,&quot;31250&quot;:16641,&quot;31251&quot;:16642,&quot;31253&quot;:16643,&quot;31254&quot;:16644,&quot;31256&quot;:16645,&quot;31257&quot;:16646,&quot;31259&quot;:16647,&quot;31260&quot;:16648,&quot;31261&quot;:16649,&quot;31263&quot;:16650,&quot;31265&quot;:16651,&quot;31266&quot;:16652,&quot;31268&quot;:16653,&quot;31269&quot;:16654,&quot;31270&quot;:16655,&quot;31271&quot;:16656,&quot;31272&quot;:16657,&quot;31273&quot;:16658,&quot;31274&quot;:16659,&quot;31275&quot;:16660,&quot;31276&quot;:16661,&quot;31277&quot;:16662,&quot;31279&quot;:16663,&quot;31280&quot;:16664,&quot;31282&quot;:16665,&quot;31284&quot;:16666,&quot;31285&quot;:16667,&quot;31286&quot;:16668,&quot;31288&quot;:16669,&quot;31290&quot;:16670,&quot;31294&quot;:16671,&quot;31297&quot;:16672,&quot;31298&quot;:16673,&quot;31299&quot;:16674,&quot;31300&quot;:16675,&quot;31301&quot;:16676,&quot;31303&quot;:16677,&quot;31304&quot;:16678,&quot;31305&quot;:16679,&quot;31306&quot;:16680,&quot;31307&quot;:16681,&quot;31311&quot;:16682,&quot;31312&quot;:16683,&quot;31314&quot;:16684,&quot;31315&quot;:16685,&quot;31316&quot;:16686,&quot;31317&quot;:16687,&quot;31318&quot;:16688,&quot;31320&quot;:16689,&quot;31321&quot;:16690,&quot;31322&quot;:16691,&quot;31323&quot;:16692,&quot;31324&quot;:16693,&quot;31325&quot;:16694,&quot;31326&quot;:16695,&quot;31327&quot;:16696,&quot;31328&quot;:16697,&quot;31331&quot;:16698,&quot;31332&quot;:16699,&quot;31333&quot;:16700,&quot;31334&quot;:16701,&quot;31335&quot;:16702,&quot;31336&quot;:16703,&quot;31338&quot;:16704,&quot;31340&quot;:16705,&quot;31341&quot;:16706,&quot;31342&quot;:16707,&quot;31343&quot;:16708,&quot;31345&quot;:16709,&quot;31346&quot;:16710,&quot;31347&quot;:16711,&quot;31349&quot;:16712,&quot;31355&quot;:16713,&quot;31356&quot;:16714,&quot;31357&quot;:16715,&quot;31358&quot;:16716,&quot;31362&quot;:16717,&quot;31365&quot;:16718,&quot;31367&quot;:16719,&quot;31369&quot;:16720,&quot;31370&quot;:16721,&quot;31371&quot;:16722,&quot;31372&quot;:16723,&quot;31374&quot;:16724,&quot;31375&quot;:16725,&quot;31376&quot;:16726,&quot;31379&quot;:16727,&quot;31380&quot;:16728,&quot;31385&quot;:16729,&quot;31386&quot;:16730,&quot;31387&quot;:16731,&quot;31390&quot;:16732,&quot;31393&quot;:16733,&quot;31394&quot;:16734,&quot;31395&quot;:16735,&quot;31396&quot;:16736,&quot;31399&quot;:16737,&quot;31403&quot;:16738,&quot;31407&quot;:16739,&quot;31408&quot;:16740,&quot;31409&quot;:16741,&quot;31410&quot;:16742,&quot;31412&quot;:16743,&quot;31413&quot;:16744,&quot;31415&quot;:16745,&quot;31416&quot;:16746,&quot;31417&quot;:16747,&quot;31419&quot;:16748,&quot;31420&quot;:16749,&quot;31421&quot;:16750,&quot;31422&quot;:16751,&quot;31424&quot;:16752,&quot;31425&quot;:16753,&quot;31426&quot;:16754,&quot;31427&quot;:16755,&quot;31430&quot;:16756,&quot;31433&quot;:16757,&quot;31436&quot;:16758,&quot;31437&quot;:16759,&quot;31438&quot;:16760,&quot;31439&quot;:16761,&quot;31440&quot;:16762,&quot;31441&quot;:16763,&quot;31442&quot;:16764,&quot;31443&quot;:16765,&quot;31444&quot;:16766,&quot;31445&quot;:16767,&quot;31447&quot;:16768,&quot;31448&quot;:16769,&quot;31450&quot;:16770,&quot;31451&quot;:16771,&quot;31452&quot;:16772,&quot;31453&quot;:16773,&quot;31457&quot;:16774,&quot;31458&quot;:16775,&quot;31460&quot;:16776,&quot;31463&quot;:16777,&quot;31464&quot;:16778,&quot;31465&quot;:16779,&quot;31467&quot;:16780,&quot;31468&quot;:16781,&quot;31470&quot;:16782,&quot;31472&quot;:16783,&quot;31473&quot;:16784,&quot;31474&quot;:16785,&quot;31475&quot;:16786,&quot;31476&quot;:16787,&quot;31477&quot;:16788,&quot;31479&quot;:16789,&quot;31480&quot;:16790,&quot;31483&quot;:16791,&quot;31484&quot;:16792,&quot;31486&quot;:16793,&quot;31488&quot;:16794,&quot;31489&quot;:16795,&quot;31490&quot;:16796,&quot;31493&quot;:16797,&quot;31495&quot;:16798,&quot;31497&quot;:16799,&quot;31500&quot;:16800,&quot;31501&quot;:16801,&quot;31502&quot;:16802,&quot;31504&quot;:16803,&quot;31506&quot;:16804,&quot;31507&quot;:16805,&quot;31510&quot;:16806,&quot;31511&quot;:16807,&quot;31512&quot;:16808,&quot;31514&quot;:16809,&quot;31516&quot;:16810,&quot;31517&quot;:16811,&quot;31519&quot;:16812,&quot;31521&quot;:16813,&quot;31522&quot;:16814,&quot;31523&quot;:16815,&quot;31527&quot;:16816,&quot;31529&quot;:16817,&quot;31533&quot;:16818,&quot;31535&quot;:16819,&quot;31536&quot;:16820,&quot;31538&quot;:16821,&quot;31540&quot;:16822,&quot;31541&quot;:16823,&quot;31542&quot;:16824,&quot;31543&quot;:16825,&quot;31545&quot;:16826,&quot;31547&quot;:16827,&quot;31549&quot;:16828,&quot;31551&quot;:16829,&quot;31552&quot;:16830,&quot;31553&quot;:16831,&quot;31554&quot;:16832,&quot;31555&quot;:16833,&quot;31556&quot;:16834,&quot;31560&quot;:16835,&quot;31562&quot;:16836,&quot;31565&quot;:16837,&quot;31566&quot;:16838,&quot;31571&quot;:16839,&quot;31573&quot;:16840,&quot;31575&quot;:16841,&quot;31577&quot;:16842,&quot;31580&quot;:16843,&quot;31582&quot;:16844,&quot;31583&quot;:16845,&quot;31585&quot;:16846,&quot;31587&quot;:16847,&quot;31588&quot;:16848,&quot;31589&quot;:16849,&quot;31590&quot;:16850,&quot;31592&quot;:16851,&quot;31593&quot;:16852,&quot;31594&quot;:16853,&quot;31595&quot;:16854,&quot;31596&quot;:16855,&quot;31597&quot;:16856,&quot;31599&quot;:16857,&quot;31600&quot;:16858,&quot;31603&quot;:16859,&quot;31604&quot;:16860,&quot;31606&quot;:16861,&quot;31608&quot;:16862,&quot;31610&quot;:16863,&quot;31612&quot;:16864,&quot;31613&quot;:16865,&quot;31615&quot;:16866,&quot;31617&quot;:16867,&quot;31618&quot;:16868,&quot;31619&quot;:16869,&quot;31620&quot;:16870,&quot;31622&quot;:16871,&quot;31623&quot;:16872,&quot;31624&quot;:16873,&quot;31625&quot;:16874,&quot;31626&quot;:16875,&quot;31628&quot;:16876,&quot;31630&quot;:16877,&quot;31631&quot;:16878,&quot;31633&quot;:16879,&quot;31634&quot;:16880,&quot;31635&quot;:16881,&quot;31638&quot;:16882,&quot;31640&quot;:16883,&quot;31641&quot;:16884,&quot;31642&quot;:16885,&quot;31643&quot;:16886,&quot;31646&quot;:16887,&quot;31647&quot;:16888,&quot;31648&quot;:16889,&quot;31651&quot;:16890,&quot;31652&quot;:16891,&quot;31653&quot;:16892,&quot;31662&quot;:16893,&quot;31663&quot;:16894,&quot;31664&quot;:16895,&quot;31666&quot;:16896,&quot;31667&quot;:16897,&quot;31669&quot;:16898,&quot;31670&quot;:16899,&quot;31671&quot;:16900,&quot;31673&quot;:16901,&quot;31674&quot;:16902,&quot;31675&quot;:16903,&quot;31676&quot;:16904,&quot;31677&quot;:16905,&quot;31678&quot;:16906,&quot;31679&quot;:16907,&quot;31682&quot;:16908,&quot;31683&quot;:16909,&quot;31685&quot;:16910,&quot;31688&quot;:16911,&quot;31690&quot;:16912,&quot;31693&quot;:16913,&quot;31694&quot;:16914,&quot;31695&quot;:16915,&quot;31696&quot;:16916,&quot;31698&quot;:16917,&quot;31700&quot;:16918,&quot;31701&quot;:16919,&quot;31702&quot;:16920,&quot;31703&quot;:16921,&quot;31704&quot;:16922,&quot;31707&quot;:16923,&quot;31708&quot;:16924,&quot;31710&quot;:16925,&quot;31711&quot;:16926,&quot;31712&quot;:16927,&quot;31714&quot;:16928,&quot;31715&quot;:16929,&quot;31719&quot;:16930,&quot;31720&quot;:16931,&quot;31723&quot;:16932,&quot;31724&quot;:16933,&quot;31725&quot;:16934,&quot;31727&quot;:16935,&quot;31728&quot;:16936,&quot;31730&quot;:16937,&quot;31732&quot;:16938,&quot;31733&quot;:16939,&quot;31734&quot;:16940,&quot;31736&quot;:16941,&quot;31737&quot;:16942,&quot;31738&quot;:16943,&quot;31739&quot;:16944,&quot;31741&quot;:16945,&quot;31743&quot;:16946,&quot;31745&quot;:16947,&quot;31746&quot;:16948,&quot;31747&quot;:16949,&quot;31748&quot;:16950,&quot;31749&quot;:16951,&quot;31750&quot;:16952,&quot;31752&quot;:16953,&quot;31753&quot;:16954,&quot;31754&quot;:16955,&quot;31758&quot;:16956,&quot;31760&quot;:16957,&quot;31761&quot;:16958,&quot;31762&quot;:16959,&quot;31763&quot;:16960,&quot;31764&quot;:16961,&quot;31765&quot;:16962,&quot;31767&quot;:16963,&quot;31768&quot;:16964,&quot;31769&quot;:16965,&quot;31770&quot;:16966,&quot;31771&quot;:16967,&quot;31772&quot;:16968,&quot;31773&quot;:16969,&quot;31776&quot;:16970,&quot;31778&quot;:16971,&quot;31780&quot;:16972,&quot;31781&quot;:16973,&quot;31784&quot;:16974,&quot;31785&quot;:16975,&quot;31788&quot;:16976,&quot;31789&quot;:16977,&quot;31790&quot;:16978,&quot;31791&quot;:16979,&quot;31792&quot;:16980,&quot;31793&quot;:16981,&quot;31794&quot;:16982,&quot;31795&quot;:16983,&quot;31796&quot;:16984,&quot;31797&quot;:16985,&quot;31798&quot;:16986,&quot;31799&quot;:16987,&quot;31801&quot;:16988,&quot;31802&quot;:16989,&quot;31803&quot;:16990,&quot;31804&quot;:16991,&quot;31810&quot;:16992,&quot;31812&quot;:16993,&quot;31813&quot;:16994,&quot;31814&quot;:16995,&quot;31815&quot;:16996,&quot;31816&quot;:16997,&quot;31817&quot;:16998,&quot;31818&quot;:16999,&quot;31819&quot;:17000,&quot;31822&quot;:17001,&quot;31823&quot;:17002,&quot;31824&quot;:17003,&quot;31825&quot;:17004,&quot;31826&quot;:17005,&quot;31827&quot;:17006,&quot;31828&quot;:17007,&quot;31829&quot;:17008,&quot;31830&quot;:17009,&quot;31831&quot;:17010,&quot;31832&quot;:17011,&quot;31833&quot;:17012,&quot;31834&quot;:17013,&quot;31835&quot;:17014,&quot;31837&quot;:17015,&quot;31838&quot;:17016,&quot;31841&quot;:17017,&quot;31842&quot;:17018,&quot;31843&quot;:17019,&quot;31845&quot;:17020,&quot;31846&quot;:17021,&quot;31847&quot;:17022,&quot;31848&quot;:17023,&quot;31851&quot;:17024,&quot;31853&quot;:17025,&quot;31855&quot;:17026,&quot;31856&quot;:17027,&quot;31857&quot;:17028,&quot;31861&quot;:17029,&quot;31862&quot;:17030,&quot;31863&quot;:17031,&quot;31864&quot;:17032,&quot;31865&quot;:17033,&quot;31866&quot;:17034,&quot;31870&quot;:17035,&quot;31871&quot;:17036,&quot;31872&quot;:17037,&quot;31873&quot;:17038,&quot;31874&quot;:17039,&quot;31875&quot;:17040,&quot;31876&quot;:17041,&quot;31877&quot;:17042,&quot;31878&quot;:17043,&quot;31879&quot;:17044,&quot;31880&quot;:17045,&quot;31882&quot;:17046,&quot;31883&quot;:17047,&quot;31884&quot;:17048,&quot;31885&quot;:17049,&quot;31886&quot;:17050,&quot;31887&quot;:17051,&quot;31888&quot;:17052,&quot;31891&quot;:17053,&quot;31892&quot;:17054,&quot;31894&quot;:17055,&quot;31897&quot;:17056,&quot;31898&quot;:17057,&quot;31899&quot;:17058,&quot;31904&quot;:17059,&quot;31905&quot;:17060,&quot;31907&quot;:17061,&quot;31910&quot;:17062,&quot;31911&quot;:17063,&quot;31912&quot;:17064,&quot;31913&quot;:17065,&quot;31915&quot;:17066,&quot;31916&quot;:17067,&quot;31917&quot;:17068,&quot;31919&quot;:17069,&quot;31920&quot;:17070,&quot;31924&quot;:17071,&quot;31925&quot;:17072,&quot;31926&quot;:17073,&quot;31927&quot;:17074,&quot;31928&quot;:17075,&quot;31930&quot;:17076,&quot;31931&quot;:17077,&quot;31935&quot;:17078,&quot;31936&quot;:17079,&quot;31938&quot;:17080,&quot;31939&quot;:17081,&quot;31940&quot;:17082,&quot;31942&quot;:17083,&quot;31945&quot;:17084,&quot;31947&quot;:17085,&quot;31950&quot;:17086,&quot;31951&quot;:17087,&quot;31952&quot;:17088,&quot;31953&quot;:17089,&quot;31954&quot;:17090,&quot;31955&quot;:17091,&quot;31956&quot;:17092,&quot;31960&quot;:17093,&quot;31962&quot;:17094,&quot;31963&quot;:17095,&quot;31969&quot;:17096,&quot;31970&quot;:17097,&quot;31971&quot;:17098,&quot;31972&quot;:17099,&quot;31973&quot;:17100,&quot;31974&quot;:17101,&quot;31977&quot;:17102,&quot;31978&quot;:17103,&quot;31979&quot;:17104,&quot;31980&quot;:17105,&quot;31981&quot;:17106,&quot;31982&quot;:17107,&quot;31985&quot;:17108,&quot;31987&quot;:17109,&quot;31989&quot;:17110,&quot;31991&quot;:17111,&quot;31994&quot;:17112,&quot;31996&quot;:17113,&quot;31997&quot;:17114,&quot;31999&quot;:17115,&quot;32001&quot;:17116,&quot;32003&quot;:17117,&quot;32012&quot;:17118,&quot;32014&quot;:17119,&quot;32015&quot;:17120,&quot;32017&quot;:17121,&quot;32018&quot;:17122,&quot;32022&quot;:17123,&quot;32024&quot;:17124,&quot;32029&quot;:17125,&quot;32030&quot;:17126,&quot;32031&quot;:17127,&quot;32035&quot;:17128,&quot;32036&quot;:17129,&quot;32037&quot;:17130,&quot;32038&quot;:17131,&quot;32040&quot;:17132,&quot;32041&quot;:17133,&quot;32042&quot;:17134,&quot;32044&quot;:17135,&quot;32045&quot;:17136,&quot;32046&quot;:17137,&quot;32052&quot;:17138,&quot;32053&quot;:17139,&quot;32054&quot;:17140,&quot;32055&quot;:17141,&quot;32056&quot;:17142,&quot;32059&quot;:17143,&quot;32061&quot;:17144,&quot;32062&quot;:17145,&quot;32065&quot;:17146,&quot;32067&quot;:17147,&quot;32069&quot;:17148,&quot;32071&quot;:17149,&quot;32072&quot;:17150,&quot;32073&quot;:17151,&quot;32074&quot;:17152,&quot;32075&quot;:17153,&quot;32076&quot;:17154,&quot;32077&quot;:17155,&quot;32079&quot;:17156,&quot;32081&quot;:17157,&quot;32082&quot;:17158,&quot;32083&quot;:17159,&quot;32084&quot;:17160,&quot;32085&quot;:17161,&quot;32086&quot;:17162,&quot;32087&quot;:17163,&quot;32088&quot;:17164,&quot;32089&quot;:17165,&quot;32090&quot;:17166,&quot;32091&quot;:17167,&quot;32092&quot;:17168,&quot;32095&quot;:17169,&quot;32096&quot;:17170,&quot;32099&quot;:17171,&quot;32100&quot;:17172,&quot;32101&quot;:17173,&quot;32103&quot;:17174,&quot;32105&quot;:17175,&quot;32106&quot;:17176,&quot;32107&quot;:17177,&quot;32108&quot;:17178,&quot;32109&quot;:17179,&quot;32111&quot;:17180,&quot;32112&quot;:17181,&quot;32116&quot;:17182,&quot;32117&quot;:17183,&quot;32120&quot;:17184,&quot;32122&quot;:17185,&quot;32123&quot;:17186,&quot;32124&quot;:17187,&quot;32125&quot;:17188,&quot;32126&quot;:17189,&quot;32127&quot;:17190,&quot;32128&quot;:17191,&quot;32130&quot;:17192,&quot;32132&quot;:17193,&quot;32133&quot;:17194,&quot;32135&quot;:17195,&quot;32138&quot;:17196,&quot;32139&quot;:17197,&quot;32140&quot;:17198,&quot;32141&quot;:17199,&quot;32142&quot;:17200,&quot;32144&quot;:17201,&quot;32145&quot;:17202,&quot;32146&quot;:17203,&quot;32148&quot;:17204,&quot;32149&quot;:17205,&quot;32150&quot;:17206,&quot;32151&quot;:17207,&quot;32152&quot;:17208,&quot;32153&quot;:17209,&quot;32154&quot;:17210,&quot;32155&quot;:17211,&quot;32157&quot;:17212,&quot;32159&quot;:17213,&quot;32160&quot;:17214,&quot;32161&quot;:17215,&quot;32164&quot;:17216,&quot;32165&quot;:17217,&quot;32167&quot;:17218,&quot;32168&quot;:17219,&quot;32169&quot;:17220,&quot;32170&quot;:17221,&quot;32175&quot;:17222,&quot;32181&quot;:17223,&quot;32182&quot;:17224,&quot;32183&quot;:17225,&quot;32188&quot;:17226,&quot;32192&quot;:17227,&quot;32193&quot;:17228,&quot;32194&quot;:17229,&quot;32195&quot;:17230,&quot;32197&quot;:17231,&quot;32198&quot;:17232,&quot;32200&quot;:17233,&quot;32201&quot;:17234,&quot;32204&quot;:17235,&quot;32205&quot;:17236,&quot;32206&quot;:17237,&quot;32207&quot;:17238,&quot;32208&quot;:17239,&quot;32211&quot;:17240,&quot;32213&quot;:17241,&quot;32214&quot;:17242,&quot;32218&quot;:17243,&quot;32219&quot;:17244,&quot;32220&quot;:17245,&quot;32223&quot;:17246,&quot;32226&quot;:17247,&quot;32228&quot;:17248,&quot;32229&quot;:17249,&quot;32231&quot;:17250,&quot;32234&quot;:17251,&quot;32235&quot;:17252,&quot;32237&quot;:17253,&quot;32238&quot;:17254,&quot;32240&quot;:17255,&quot;32243&quot;:17256,&quot;32245&quot;:17257,&quot;32247&quot;:17258,&quot;32248&quot;:17259,&quot;32250&quot;:17260,&quot;32252&quot;:17261,&quot;32253&quot;:17262,&quot;32254&quot;:17263,&quot;32255&quot;:17264,&quot;32256&quot;:17265,&quot;32257&quot;:17266,&quot;32258&quot;:17267,&quot;32259&quot;:17268,&quot;32260&quot;:17269,&quot;32261&quot;:17270,&quot;32262&quot;:17271,&quot;32263&quot;:17272,&quot;32268&quot;:17273,&quot;32269&quot;:17274,&quot;32270&quot;:17275,&quot;32271&quot;:17276,&quot;32274&quot;:17277,&quot;32275&quot;:17278,&quot;32276&quot;:17279,&quot;32277&quot;:17280,&quot;32278&quot;:17281,&quot;32279&quot;:17282,&quot;32280&quot;:17283,&quot;32281&quot;:17284,&quot;32282&quot;:17285,&quot;32284&quot;:17286,&quot;32288&quot;:17287,&quot;32289&quot;:17288,&quot;32290&quot;:17289,&quot;32292&quot;:17290,&quot;32293&quot;:17291,&quot;32294&quot;:17292,&quot;32296&quot;:17293,&quot;32297&quot;:17294,&quot;32298&quot;:17295,&quot;32300&quot;:17296,&quot;32303&quot;:17297,&quot;32304&quot;:17298,&quot;32307&quot;:17299,&quot;32312&quot;:17300,&quot;32314&quot;:17301,&quot;32316&quot;:17302,&quot;32319&quot;:17303,&quot;32320&quot;:17304,&quot;32322&quot;:17305,&quot;32323&quot;:17306,&quot;32324&quot;:17307,&quot;32328&quot;:17308,&quot;32329&quot;:17309,&quot;32330&quot;:17310,&quot;32331&quot;:17311,&quot;32332&quot;:17312,&quot;32333&quot;:17313,&quot;32334&quot;:17314,&quot;32335&quot;:17315,&quot;32336&quot;:17316,&quot;32337&quot;:17317,&quot;32339&quot;:17318,&quot;32342&quot;:17319,&quot;32343&quot;:17320,&quot;32344&quot;:17321,&quot;32345&quot;:17322,&quot;32347&quot;:17323,&quot;32348&quot;:17324,&quot;32349&quot;:17325,&quot;32351&quot;:17326,&quot;32352&quot;:17327,&quot;32353&quot;:17328,&quot;32355&quot;:17329,&quot;32356&quot;:17330,&quot;32357&quot;:17331,&quot;32358&quot;:17332,&quot;32359&quot;:17333,&quot;32360&quot;:17334,&quot;32364&quot;:17335,&quot;32369&quot;:17336,&quot;32370&quot;:17337,&quot;32372&quot;:17338,&quot;32373&quot;:17339,&quot;32374&quot;:17340,&quot;32375&quot;:17341,&quot;32376&quot;:17342,&quot;32378&quot;:17343,&quot;32379&quot;:17344,&quot;32383&quot;:17345,&quot;32384&quot;:17346,&quot;32385&quot;:17347,&quot;32387&quot;:17348,&quot;32388&quot;:17349,&quot;32389&quot;:17350,&quot;32390&quot;:17351,&quot;32391&quot;:17352,&quot;32393&quot;:17353,&quot;32395&quot;:17354,&quot;32398&quot;:17355,&quot;32400&quot;:17356,&quot;32401&quot;:17357,&quot;32402&quot;:17358,&quot;32405&quot;:17359,&quot;32407&quot;:17360,&quot;32409&quot;:17361,&quot;32410&quot;:17362,&quot;32413&quot;:17363,&quot;32414&quot;:17364,&quot;32430&quot;:17365,&quot;32436&quot;:17366,&quot;32443&quot;:17367,&quot;32444&quot;:17368,&quot;32470&quot;:17369,&quot;32484&quot;:17370,&quot;32492&quot;:17371,&quot;32505&quot;:17372,&quot;32522&quot;:17373,&quot;32528&quot;:17374,&quot;32542&quot;:17375,&quot;32567&quot;:17376,&quot;32569&quot;:17377,&quot;32571&quot;:17378,&quot;32572&quot;:17379,&quot;32573&quot;:17380,&quot;32574&quot;:17381,&quot;32575&quot;:17382,&quot;32576&quot;:17383,&quot;32577&quot;:17384,&quot;32579&quot;:17385,&quot;32582&quot;:17386,&quot;32583&quot;:17387,&quot;32584&quot;:17388,&quot;32585&quot;:17389,&quot;32586&quot;:17390,&quot;32587&quot;:17391,&quot;32589&quot;:17392,&quot;32591&quot;:17393,&quot;32594&quot;:17394,&quot;32595&quot;:17395,&quot;32598&quot;:17396,&quot;32601&quot;:17397,&quot;32603&quot;:17398,&quot;32604&quot;:17399,&quot;32605&quot;:17400,&quot;32606&quot;:17401,&quot;32608&quot;:17402,&quot;32611&quot;:17403,&quot;32612&quot;:17404,&quot;32613&quot;:17405,&quot;32614&quot;:17406,&quot;32615&quot;:17407,&quot;32619&quot;:17408,&quot;32620&quot;:17409,&quot;32621&quot;:17410,&quot;32623&quot;:17411,&quot;32627&quot;:17412,&quot;32629&quot;:17413,&quot;32630&quot;:17414,&quot;32632&quot;:17415,&quot;32634&quot;:17416,&quot;32635&quot;:17417,&quot;32636&quot;:17418,&quot;32637&quot;:17419,&quot;32639&quot;:17420,&quot;32640&quot;:17421,&quot;32642&quot;:17422,&quot;32643&quot;:17423,&quot;32644&quot;:17424,&quot;32647&quot;:17425,&quot;32649&quot;:17426,&quot;32651&quot;:17427,&quot;32653&quot;:17428,&quot;32655&quot;:17429,&quot;32656&quot;:17430,&quot;32657&quot;:17431,&quot;32658&quot;:17432,&quot;32659&quot;:17433,&quot;32661&quot;:17434,&quot;32662&quot;:17435,&quot;32663&quot;:17436,&quot;32664&quot;:17437,&quot;32665&quot;:17438,&quot;32667&quot;:17439,&quot;32668&quot;:17440,&quot;32672&quot;:17441,&quot;32674&quot;:17442,&quot;32675&quot;:17443,&quot;32678&quot;:17444,&quot;32680&quot;:17445,&quot;32682&quot;:17446,&quot;32683&quot;:17447,&quot;32684&quot;:17448,&quot;32685&quot;:17449,&quot;32686&quot;:17450,&quot;32689&quot;:17451,&quot;32691&quot;:17452,&quot;32692&quot;:17453,&quot;32693&quot;:17454,&quot;32694&quot;:17455,&quot;32695&quot;:17456,&quot;32698&quot;:17457,&quot;32699&quot;:17458,&quot;32702&quot;:17459,&quot;32704&quot;:17460,&quot;32706&quot;:17461,&quot;32707&quot;:17462,&quot;32708&quot;:17463,&quot;32710&quot;:17464,&quot;32711&quot;:17465,&quot;32712&quot;:17466,&quot;32713&quot;:17467,&quot;32715&quot;:17468,&quot;32717&quot;:17469,&quot;32719&quot;:17470,&quot;32720&quot;:17471,&quot;32721&quot;:17472,&quot;32723&quot;:17473,&quot;32726&quot;:17474,&quot;32727&quot;:17475,&quot;32729&quot;:17476,&quot;32730&quot;:17477,&quot;32731&quot;:17478,&quot;32732&quot;:17479,&quot;32733&quot;:17480,&quot;32734&quot;:17481,&quot;32738&quot;:17482,&quot;32739&quot;:17483,&quot;32740&quot;:17484,&quot;32743&quot;:17485,&quot;32744&quot;:17486,&quot;32746&quot;:17487,&quot;32747&quot;:17488,&quot;32748&quot;:17489,&quot;32749&quot;:17490,&quot;32751&quot;:17491,&quot;32754&quot;:17492,&quot;32756&quot;:17493,&quot;32757&quot;:17494,&quot;32758&quot;:17495,&quot;32759&quot;:17496,&quot;32760&quot;:17497,&quot;32762&quot;:17498,&quot;32765&quot;:17499,&quot;32766&quot;:17500,&quot;32767&quot;:17501,&quot;32770&quot;:17502,&quot;32775&quot;:17503,&quot;32776&quot;:17504,&quot;32777&quot;:17505,&quot;32778&quot;:17506,&quot;32782&quot;:17507,&quot;32783&quot;:17508,&quot;32785&quot;:17509,&quot;32787&quot;:17510,&quot;32794&quot;:17511,&quot;32795&quot;:17512,&quot;32797&quot;:17513,&quot;32798&quot;:17514,&quot;32799&quot;:17515,&quot;32801&quot;:17516,&quot;32803&quot;:17517,&quot;32804&quot;:17518,&quot;32811&quot;:17519,&quot;32813&quot;:17520,&quot;32815&quot;:17521,&quot;32816&quot;:17522,&quot;32818&quot;:17523,&quot;32820&quot;:17524,&quot;32825&quot;:17525,&quot;32826&quot;:17526,&quot;32828&quot;:17527,&quot;32830&quot;:17528,&quot;32832&quot;:17529,&quot;32833&quot;:17530,&quot;32836&quot;:17531,&quot;32837&quot;:17532,&quot;32839&quot;:17533,&quot;32840&quot;:17534,&quot;32841&quot;:17535,&quot;32846&quot;:17536,&quot;32847&quot;:17537,&quot;32848&quot;:17538,&quot;32849&quot;:17539,&quot;32851&quot;:17540,&quot;32853&quot;:17541,&quot;32855&quot;:17542,&quot;32857&quot;:17543,&quot;32859&quot;:17544,&quot;32860&quot;:17545,&quot;32861&quot;:17546,&quot;32863&quot;:17547,&quot;32864&quot;:17548,&quot;32865&quot;:17549,&quot;32866&quot;:17550,&quot;32867&quot;:17551,&quot;32868&quot;:17552,&quot;32869&quot;:17553,&quot;32870&quot;:17554,&quot;32871&quot;:17555,&quot;32872&quot;:17556,&quot;32875&quot;:17557,&quot;32876&quot;:17558,&quot;32877&quot;:17559,&quot;32878&quot;:17560,&quot;32884&quot;:17561,&quot;32888&quot;:17562,&quot;32890&quot;:17563,&quot;32891&quot;:17564,&quot;32892&quot;:17565,&quot;32897&quot;:17566,&quot;32898&quot;:17567,&quot;32904&quot;:17568,&quot;32906&quot;:17569,&quot;32909&quot;:17570,&quot;32910&quot;:17571,&quot;32911&quot;:17572,&quot;32912&quot;:17573,&quot;32913&quot;:17574,&quot;32914&quot;:17575,&quot;32916&quot;:17576,&quot;32917&quot;:17577,&quot;32919&quot;:17578,&quot;32921&quot;:17579,&quot;32926&quot;:17580,&quot;32931&quot;:17581,&quot;32934&quot;:17582,&quot;32935&quot;:17583,&quot;32936&quot;:17584,&quot;32940&quot;:17585,&quot;32944&quot;:17586,&quot;32947&quot;:17587,&quot;32949&quot;:17588,&quot;32950&quot;:17589,&quot;32952&quot;:17590,&quot;32953&quot;:17591,&quot;32955&quot;:17592,&quot;32965&quot;:17593,&quot;32967&quot;:17594,&quot;32968&quot;:17595,&quot;32969&quot;:17596,&quot;32970&quot;:17597,&quot;32971&quot;:17598,&quot;32975&quot;:17599,&quot;32976&quot;:17600,&quot;32977&quot;:17601,&quot;32978&quot;:17602,&quot;32979&quot;:17603,&quot;32980&quot;:17604,&quot;32981&quot;:17605,&quot;32984&quot;:17606,&quot;32991&quot;:17607,&quot;32992&quot;:17608,&quot;32994&quot;:17609,&quot;32995&quot;:17610,&quot;32998&quot;:17611,&quot;33006&quot;:17612,&quot;33013&quot;:17613,&quot;33015&quot;:17614,&quot;33017&quot;:17615,&quot;33019&quot;:17616,&quot;33022&quot;:17617,&quot;33023&quot;:17618,&quot;33024&quot;:17619,&quot;33025&quot;:17620,&quot;33027&quot;:17621,&quot;33028&quot;:17622,&quot;33031&quot;:17623,&quot;33032&quot;:17624,&quot;33035&quot;:17625,&quot;33036&quot;:17626,&quot;33045&quot;:17627,&quot;33047&quot;:17628,&quot;33049&quot;:17629,&quot;33052&quot;:17630,&quot;33053&quot;:17631,&quot;33055&quot;:17632,&quot;33056&quot;:17633,&quot;33057&quot;:17634,&quot;33058&quot;:17635,&quot;33059&quot;:17636,&quot;33060&quot;:17637,&quot;33061&quot;:17638,&quot;33062&quot;:17639,&quot;33063&quot;:17640,&quot;33064&quot;:17641,&quot;33065&quot;:17642,&quot;33066&quot;:17643,&quot;33067&quot;:17644,&quot;33069&quot;:17645,&quot;33070&quot;:17646,&quot;33072&quot;:17647,&quot;33075&quot;:17648,&quot;33076&quot;:17649,&quot;33077&quot;:17650,&quot;33079&quot;:17651,&quot;33082&quot;:17652,&quot;33083&quot;:17653,&quot;33084&quot;:17654,&quot;33085&quot;:17655,&quot;33087&quot;:17656,&quot;33088&quot;:17657,&quot;33089&quot;:17658,&quot;33090&quot;:17659,&quot;33091&quot;:17660,&quot;33092&quot;:17661,&quot;33093&quot;:17662,&quot;33095&quot;:17663,&quot;33097&quot;:17664,&quot;33101&quot;:17665,&quot;33103&quot;:17666,&quot;33106&quot;:17667,&quot;33111&quot;:17668,&quot;33112&quot;:17669,&quot;33115&quot;:17670,&quot;33116&quot;:17671,&quot;33117&quot;:17672,&quot;33118&quot;:17673,&quot;33119&quot;:17674,&quot;33122&quot;:17675,&quot;33123&quot;:17676,&quot;33124&quot;:17677,&quot;33128&quot;:17678,&quot;33130&quot;:17679,&quot;33132&quot;:17680,&quot;33135&quot;:17681,&quot;33138&quot;:17682,&quot;33139&quot;:17683,&quot;33141&quot;:17684,&quot;33142&quot;:17685,&quot;33143&quot;:17686,&quot;33153&quot;:17687,&quot;33155&quot;:17688,&quot;33156&quot;:17689,&quot;33157&quot;:17690,&quot;33158&quot;:17691,&quot;33159&quot;:17692,&quot;33161&quot;:17693,&quot;33163&quot;:17694,&quot;33164&quot;:17695,&quot;33165&quot;:17696,&quot;33166&quot;:17697,&quot;33168&quot;:17698,&quot;33170&quot;:17699,&quot;33171&quot;:17700,&quot;33172&quot;:17701,&quot;33173&quot;:17702,&quot;33174&quot;:17703,&quot;33175&quot;:17704,&quot;33177&quot;:17705,&quot;33182&quot;:17706,&quot;33183&quot;:17707,&quot;33185&quot;:17708,&quot;33186&quot;:17709,&quot;33188&quot;:17710,&quot;33189&quot;:17711,&quot;33191&quot;:17712,&quot;33195&quot;:17713,&quot;33196&quot;:17714,&quot;33197&quot;:17715,&quot;33198&quot;:17716,&quot;33199&quot;:17717,&quot;33200&quot;:17718,&quot;33201&quot;:17719,&quot;33202&quot;:17720,&quot;33204&quot;:17721,&quot;33205&quot;:17722,&quot;33206&quot;:17723,&quot;33207&quot;:17724,&quot;33208&quot;:17725,&quot;33209&quot;:17726,&quot;33212&quot;:17727,&quot;33220&quot;:17728,&quot;33221&quot;:17729,&quot;33223&quot;:17730,&quot;33224&quot;:17731,&quot;33227&quot;:17732,&quot;33230&quot;:17733,&quot;33232&quot;:17734,&quot;33233&quot;:17735,&quot;33234&quot;:17736,&quot;33235&quot;:17737,&quot;33236&quot;:17738,&quot;33237&quot;:17739,&quot;33238&quot;:17740,&quot;33239&quot;:17741,&quot;33241&quot;:17742,&quot;33243&quot;:17743,&quot;33244&quot;:17744,&quot;33245&quot;:17745,&quot;33246&quot;:17746,&quot;33249&quot;:17747,&quot;33250&quot;:17748,&quot;33252&quot;:17749,&quot;33253&quot;:17750,&quot;33254&quot;:17751,&quot;33257&quot;:17752,&quot;33259&quot;:17753,&quot;33262&quot;:17754,&quot;33263&quot;:17755,&quot;33264&quot;:17756,&quot;33265&quot;:17757,&quot;33266&quot;:17758,&quot;33269&quot;:17759,&quot;33270&quot;:17760,&quot;33271&quot;:17761,&quot;33272&quot;:17762,&quot;33273&quot;:17763,&quot;33277&quot;:17764,&quot;33279&quot;:17765,&quot;33283&quot;:17766,&quot;33291&quot;:17767,&quot;33294&quot;:17768,&quot;33295&quot;:17769,&quot;33297&quot;:17770,&quot;33299&quot;:17771,&quot;33301&quot;:17772,&quot;33302&quot;:17773,&quot;33303&quot;:17774,&quot;33304&quot;:17775,&quot;33305&quot;:17776,&quot;33306&quot;:17777,&quot;33309&quot;:17778,&quot;33312&quot;:17779,&quot;33316&quot;:17780,&quot;33317&quot;:17781,&quot;33318&quot;:17782,&quot;33319&quot;:17783,&quot;33321&quot;:17784,&quot;33326&quot;:17785,&quot;33330&quot;:17786,&quot;33338&quot;:17787,&quot;33340&quot;:17788,&quot;33341&quot;:17789,&quot;33343&quot;:17790,&quot;33344&quot;:17791,&quot;33345&quot;:17792,&quot;33346&quot;:17793,&quot;33347&quot;:17794,&quot;33349&quot;:17795,&quot;33350&quot;:17796,&quot;33352&quot;:17797,&quot;33354&quot;:17798,&quot;33356&quot;:17799,&quot;33357&quot;:17800,&quot;33358&quot;:17801,&quot;33360&quot;:17802,&quot;33361&quot;:17803,&quot;33362&quot;:17804,&quot;33363&quot;:17805,&quot;33364&quot;:17806,&quot;33365&quot;:17807,&quot;33366&quot;:17808,&quot;33367&quot;:17809,&quot;33371&quot;:17810,&quot;33372&quot;:17811,&quot;33373&quot;:17812,&quot;33374&quot;:17813,&quot;33376&quot;:17814,&quot;33377&quot;:17815,&quot;33378&quot;:17816,&quot;33379&quot;:17817,&quot;33381&quot;:17818,&quot;33383&quot;:17819,&quot;33385&quot;:17820,&quot;33386&quot;:17821,&quot;33388&quot;:17822,&quot;33389&quot;:17823,&quot;33397&quot;:17824,&quot;33398&quot;:17825,&quot;12171&quot;:17826,&quot;33400&quot;:17826,&quot;33403&quot;:17827,&quot;33404&quot;:17828,&quot;33408&quot;:17829,&quot;33409&quot;:17830,&quot;33411&quot;:17831,&quot;33413&quot;:17832,&quot;33414&quot;:17833,&quot;33415&quot;:17834,&quot;33417&quot;:17835,&quot;33420&quot;:17836,&quot;33424&quot;:17837,&quot;33427&quot;:17838,&quot;33428&quot;:17839,&quot;33429&quot;:17840,&quot;33430&quot;:17841,&quot;33434&quot;:17842,&quot;33435&quot;:17843,&quot;33438&quot;:17844,&quot;33440&quot;:17845,&quot;33442&quot;:17846,&quot;33443&quot;:17847,&quot;33447&quot;:17848,&quot;33458&quot;:17849,&quot;33461&quot;:17850,&quot;33462&quot;:17851,&quot;33466&quot;:17852,&quot;33468&quot;:17853,&quot;33471&quot;:17854,&quot;33472&quot;:17855,&quot;33474&quot;:17856,&quot;33475&quot;:17857,&quot;33477&quot;:17858,&quot;33478&quot;:17859,&quot;33481&quot;:17860,&quot;33488&quot;:17861,&quot;33494&quot;:17862,&quot;33497&quot;:17863,&quot;33498&quot;:17864,&quot;33501&quot;:17865,&quot;33506&quot;:17866,&quot;33512&quot;:17867,&quot;33513&quot;:17868,&quot;33514&quot;:17869,&quot;33516&quot;:17870,&quot;33517&quot;:17871,&quot;33518&quot;:17872,&quot;33520&quot;:17873,&quot;33522&quot;:17874,&quot;33523&quot;:17875,&quot;33525&quot;:17876,&quot;33526&quot;:17877,&quot;33528&quot;:17878,&quot;33530&quot;:17879,&quot;33532&quot;:17880,&quot;33533&quot;:17881,&quot;33534&quot;:17882,&quot;33535&quot;:17883,&quot;33536&quot;:17884,&quot;33546&quot;:17885,&quot;33547&quot;:17886,&quot;33549&quot;:17887,&quot;33552&quot;:17888,&quot;33554&quot;:17889,&quot;33555&quot;:17890,&quot;33558&quot;:17891,&quot;33560&quot;:17892,&quot;33561&quot;:17893,&quot;33565&quot;:17894,&quot;33566&quot;:17895,&quot;33567&quot;:17896,&quot;33568&quot;:17897,&quot;33569&quot;:17898,&quot;33570&quot;:17899,&quot;33571&quot;:17900,&quot;33572&quot;:17901,&quot;33573&quot;:17902,&quot;33574&quot;:17903,&quot;33577&quot;:17904,&quot;33578&quot;:17905,&quot;33582&quot;:17906,&quot;33584&quot;:17907,&quot;33586&quot;:17908,&quot;33591&quot;:17909,&quot;33595&quot;:17910,&quot;33597&quot;:17911,&quot;33598&quot;:17912,&quot;33599&quot;:17913,&quot;33601&quot;:17914,&quot;33602&quot;:17915,&quot;33604&quot;:17916,&quot;33605&quot;:17917,&quot;33608&quot;:17918,&quot;33610&quot;:17919,&quot;33611&quot;:17920,&quot;33612&quot;:17921,&quot;33613&quot;:17922,&quot;33614&quot;:17923,&quot;33619&quot;:17924,&quot;33621&quot;:17925,&quot;33622&quot;:17926,&quot;33623&quot;:17927,&quot;33624&quot;:17928,&quot;33625&quot;:17929,&quot;33629&quot;:17930,&quot;33634&quot;:17931,&quot;33648&quot;:17932,&quot;33649&quot;:17933,&quot;33650&quot;:17934,&quot;33651&quot;:17935,&quot;33652&quot;:17936,&quot;33653&quot;:17937,&quot;33654&quot;:17938,&quot;33657&quot;:17939,&quot;33658&quot;:17940,&quot;33662&quot;:17941,&quot;33663&quot;:17942,&quot;33664&quot;:17943,&quot;33665&quot;:17944,&quot;33666&quot;:17945,&quot;33667&quot;:17946,&quot;33668&quot;:17947,&quot;33671&quot;:17948,&quot;33672&quot;:17949,&quot;33675&quot;:17950,&quot;33676&quot;:17951,&quot;33677&quot;:17952,&quot;33679&quot;:17953,&quot;33680&quot;:17954,&quot;33681&quot;:17955,&quot;33684&quot;:17956,&quot;33685&quot;:17957,&quot;33687&quot;:17958,&quot;33689&quot;:17959,&quot;33690&quot;:17960,&quot;33693&quot;:17961,&quot;33695&quot;:17962,&quot;33697&quot;:17963,&quot;33699&quot;:17964,&quot;33700&quot;:17965,&quot;33701&quot;:17966,&quot;33702&quot;:17967,&quot;33708&quot;:17968,&quot;33709&quot;:17969,&quot;33710&quot;:17970,&quot;33711&quot;:17971,&quot;33717&quot;:17972,&quot;33723&quot;:17973,&quot;33726&quot;:17974,&quot;33727&quot;:17975,&quot;33730&quot;:17976,&quot;33731&quot;:17977,&quot;33732&quot;:17978,&quot;33734&quot;:17979,&quot;33736&quot;:17980,&quot;33737&quot;:17981,&quot;33739&quot;:17982,&quot;33741&quot;:17983,&quot;33742&quot;:17984,&quot;33744&quot;:17985,&quot;33745&quot;:17986,&quot;33746&quot;:17987,&quot;33747&quot;:17988,&quot;33749&quot;:17989,&quot;33751&quot;:17990,&quot;33753&quot;:17991,&quot;33754&quot;:17992,&quot;33755&quot;:17993,&quot;33758&quot;:17994,&quot;33762&quot;:17995,&quot;33763&quot;:17996,&quot;33764&quot;:17997,&quot;33766&quot;:17998,&quot;33767&quot;:17999,&quot;33768&quot;:18000,&quot;33771&quot;:18001,&quot;33772&quot;:18002,&quot;33773&quot;:18003,&quot;33774&quot;:18004,&quot;33779&quot;:18005,&quot;33780&quot;:18006,&quot;33781&quot;:18007,&quot;33782&quot;:18008,&quot;33783&quot;:18009,&quot;33786&quot;:18010,&quot;33787&quot;:18011,&quot;33788&quot;:18012,&quot;33790&quot;:18013,&quot;33791&quot;:18014,&quot;33792&quot;:18015,&quot;33794&quot;:18016,&quot;33797&quot;:18017,&quot;33800&quot;:18018,&quot;33801&quot;:18019,&quot;33808&quot;:18020,&quot;33810&quot;:18021,&quot;33811&quot;:18022,&quot;33812&quot;:18023,&quot;33813&quot;:18024,&quot;33814&quot;:18025,&quot;33815&quot;:18026,&quot;33817&quot;:18027,&quot;33818&quot;:18028,&quot;33819&quot;:18029,&quot;33822&quot;:18030,&quot;33823&quot;:18031,&quot;33824&quot;:18032,&quot;33825&quot;:18033,&quot;33826&quot;:18034,&quot;33827&quot;:18035,&quot;33833&quot;:18036,&quot;33834&quot;:18037,&quot;33835&quot;:18038,&quot;33837&quot;:18039,&quot;33838&quot;:18040,&quot;33839&quot;:18041,&quot;33840&quot;:18042,&quot;33842&quot;:18043,&quot;33843&quot;:18044,&quot;33844&quot;:18045,&quot;33846&quot;:18046,&quot;33847&quot;:18047,&quot;33849&quot;:18048,&quot;33850&quot;:18049,&quot;33851&quot;:18050,&quot;33854&quot;:18051,&quot;33855&quot;:18052,&quot;33856&quot;:18053,&quot;33857&quot;:18054,&quot;33858&quot;:18055,&quot;33859&quot;:18056,&quot;33860&quot;:18057,&quot;33861&quot;:18058,&quot;33863&quot;:18059,&quot;33864&quot;:18060,&quot;33866&quot;:18061,&quot;33867&quot;:18062,&quot;33868&quot;:18063,&quot;33869&quot;:18064,&quot;33870&quot;:18065,&quot;33871&quot;:18066,&quot;33872&quot;:18067,&quot;33875&quot;:18068,&quot;33876&quot;:18069,&quot;33877&quot;:18070,&quot;33878&quot;:18071,&quot;33880&quot;:18072,&quot;33885&quot;:18073,&quot;33886&quot;:18074,&quot;33887&quot;:18075,&quot;33888&quot;:18076,&quot;33890&quot;:18077,&quot;33893&quot;:18078,&quot;33895&quot;:18079,&quot;33896&quot;:18080,&quot;33898&quot;:18081,&quot;33902&quot;:18082,&quot;33904&quot;:18083,&quot;33906&quot;:18084,&quot;33908&quot;:18085,&quot;33913&quot;:18086,&quot;33915&quot;:18087,&quot;33916&quot;:18088,&quot;33917&quot;:18089,&quot;33918&quot;:18090,&quot;33919&quot;:18091,&quot;33920&quot;:18092,&quot;33921&quot;:18093,&quot;33923&quot;:18094,&quot;33924&quot;:18095,&quot;33925&quot;:18096,&quot;33926&quot;:18097,&quot;33930&quot;:18098,&quot;33933&quot;:18099,&quot;33935&quot;:18100,&quot;33936&quot;:18101,&quot;33937&quot;:18102,&quot;33938&quot;:18103,&quot;33941&quot;:18104,&quot;33942&quot;:18105,&quot;33944&quot;:18106,&quot;33946&quot;:18107,&quot;33947&quot;:18108,&quot;33949&quot;:18109,&quot;33950&quot;:18110,&quot;33951&quot;:18111,&quot;33952&quot;:18112,&quot;33954&quot;:18113,&quot;33955&quot;:18114,&quot;33956&quot;:18115,&quot;33957&quot;:18116,&quot;33958&quot;:18117,&quot;33959&quot;:18118,&quot;33960&quot;:18119,&quot;33961&quot;:18120,&quot;33962&quot;:18121,&quot;33963&quot;:18122,&quot;33964&quot;:18123,&quot;33965&quot;:18124,&quot;33966&quot;:18125,&quot;33968&quot;:18126,&quot;33969&quot;:18127,&quot;33971&quot;:18128,&quot;33973&quot;:18129,&quot;33974&quot;:18130,&quot;33975&quot;:18131,&quot;33979&quot;:18132,&quot;33982&quot;:18133,&quot;33986&quot;:18134,&quot;33987&quot;:18135,&quot;33989&quot;:18136,&quot;33990&quot;:18137,&quot;33991&quot;:18138,&quot;33992&quot;:18139,&quot;33996&quot;:18140,&quot;33998&quot;:18141,&quot;33999&quot;:18142,&quot;34002&quot;:18143,&quot;34004&quot;:18144,&quot;34005&quot;:18145,&quot;34007&quot;:18146,&quot;34008&quot;:18147,&quot;34009&quot;:18148,&quot;34010&quot;:18149,&quot;34011&quot;:18150,&quot;34012&quot;:18151,&quot;34014&quot;:18152,&quot;34017&quot;:18153,&quot;34018&quot;:18154,&quot;34020&quot;:18155,&quot;34023&quot;:18156,&quot;34024&quot;:18157,&quot;34025&quot;:18158,&quot;34026&quot;:18159,&quot;34027&quot;:18160,&quot;34029&quot;:18161,&quot;34033&quot;:18162,&quot;34034&quot;:18163,&quot;34035&quot;:18164,&quot;34036&quot;:18165,&quot;34037&quot;:18166,&quot;34038&quot;:18167,&quot;34039&quot;:18168,&quot;34040&quot;:18169,&quot;34041&quot;:18170,&quot;34042&quot;:18171,&quot;34043&quot;:18172,&quot;34046&quot;:18173,&quot;34048&quot;:18174,&quot;34049&quot;:18175,&quot;34050&quot;:18176,&quot;34051&quot;:18177,&quot;34052&quot;:18178,&quot;34053&quot;:18179,&quot;34054&quot;:18180,&quot;34055&quot;:18181,&quot;34056&quot;:18182,&quot;34057&quot;:18183,&quot;34058&quot;:18184,&quot;34059&quot;:18185,&quot;34061&quot;:18186,&quot;34062&quot;:18187,&quot;34063&quot;:18188,&quot;34064&quot;:18189,&quot;34066&quot;:18190,&quot;34069&quot;:18191,&quot;34070&quot;:18192,&quot;34072&quot;:18193,&quot;34073&quot;:18194,&quot;34075&quot;:18195,&quot;34076&quot;:18196,&quot;34077&quot;:18197,&quot;34080&quot;:18198,&quot;34082&quot;:18199,&quot;34084&quot;:18200,&quot;34085&quot;:18201,&quot;34087&quot;:18202,&quot;34088&quot;:18203,&quot;34089&quot;:18204,&quot;34090&quot;:18205,&quot;34094&quot;:18206,&quot;34095&quot;:18207,&quot;34096&quot;:18208,&quot;34097&quot;:18209,&quot;34098&quot;:18210,&quot;34099&quot;:18211,&quot;34100&quot;:18212,&quot;34101&quot;:18213,&quot;34102&quot;:18214,&quot;34110&quot;:18215,&quot;34111&quot;:18216,&quot;34112&quot;:18217,&quot;34114&quot;:18218,&quot;34116&quot;:18219,&quot;34117&quot;:18220,&quot;34119&quot;:18221,&quot;34123&quot;:18222,&quot;34124&quot;:18223,&quot;34125&quot;:18224,&quot;34127&quot;:18225,&quot;34128&quot;:18226,&quot;34129&quot;:18227,&quot;34132&quot;:18228,&quot;34135&quot;:18229,&quot;34138&quot;:18230,&quot;34139&quot;:18231,&quot;34140&quot;:18232,&quot;34141&quot;:18233,&quot;34143&quot;:18234,&quot;34144&quot;:18235,&quot;34145&quot;:18236,&quot;34147&quot;:18237,&quot;34149&quot;:18238,&quot;34150&quot;:18239,&quot;34151&quot;:18240,&quot;34155&quot;:18241,&quot;34156&quot;:18242,&quot;34158&quot;:18243,&quot;34159&quot;:18244,&quot;34160&quot;:18245,&quot;34161&quot;:18246,&quot;34163&quot;:18247,&quot;34165&quot;:18248,&quot;34166&quot;:18249,&quot;34168&quot;:18250,&quot;34172&quot;:18251,&quot;34173&quot;:18252,&quot;34175&quot;:18253,&quot;34176&quot;:18254,&quot;34177&quot;:18255,&quot;34178&quot;:18256,&quot;34179&quot;:18257,&quot;34182&quot;:18258,&quot;34185&quot;:18259,&quot;34187&quot;:18260,&quot;34189&quot;:18261,&quot;34190&quot;:18262,&quot;34192&quot;:18263,&quot;34194&quot;:18264,&quot;34195&quot;:18265,&quot;34197&quot;:18266,&quot;34198&quot;:18267,&quot;34199&quot;:18268,&quot;34200&quot;:18269,&quot;34201&quot;:18270,&quot;34202&quot;:18271,&quot;34205&quot;:18272,&quot;34206&quot;:18273,&quot;34208&quot;:18274,&quot;34209&quot;:18275,&quot;34210&quot;:18276,&quot;34211&quot;:18277,&quot;34213&quot;:18278,&quot;34215&quot;:18279,&quot;34219&quot;:18280,&quot;34220&quot;:18281,&quot;34221&quot;:18282,&quot;34225&quot;:18283,&quot;34226&quot;:18284,&quot;34227&quot;:18285,&quot;34228&quot;:18286,&quot;34229&quot;:18287,&quot;34230&quot;:18288,&quot;34232&quot;:18289,&quot;34235&quot;:18290,&quot;34236&quot;:18291,&quot;34237&quot;:18292,&quot;34238&quot;:18293,&quot;34239&quot;:18294,&quot;34240&quot;:18295,&quot;34242&quot;:18296,&quot;34243&quot;:18297,&quot;34244&quot;:18298,&quot;34245&quot;:18299,&quot;34246&quot;:18300,&quot;34247&quot;:18301,&quot;34248&quot;:18302,&quot;34250&quot;:18303,&quot;34251&quot;:18304,&quot;34252&quot;:18305,&quot;34257&quot;:18306,&quot;34258&quot;:18307,&quot;34260&quot;:18308,&quot;34262&quot;:18309,&quot;34263&quot;:18310,&quot;34264&quot;:18311,&quot;34265&quot;:18312,&quot;34266&quot;:18313,&quot;34267&quot;:18314,&quot;34270&quot;:18315,&quot;34271&quot;:18316,&quot;34272&quot;:18317,&quot;34273&quot;:18318,&quot;34274&quot;:18319,&quot;34275&quot;:18320,&quot;34278&quot;:18321,&quot;34279&quot;:18322,&quot;34280&quot;:18323,&quot;34283&quot;:18324,&quot;34284&quot;:18325,&quot;34285&quot;:18326,&quot;34286&quot;:18327,&quot;34287&quot;:18328,&quot;34288&quot;:18329,&quot;34289&quot;:18330,&quot;34290&quot;:18331,&quot;34291&quot;:18332,&quot;34293&quot;:18333,&quot;34295&quot;:18334,&quot;34296&quot;:18335,&quot;34300&quot;:18336,&quot;34301&quot;:18337,&quot;34302&quot;:18338,&quot;34304&quot;:18339,&quot;34305&quot;:18340,&quot;34306&quot;:18341,&quot;34307&quot;:18342,&quot;34312&quot;:18343,&quot;34313&quot;:18344,&quot;34314&quot;:18345,&quot;34316&quot;:18346,&quot;34317&quot;:18347,&quot;34318&quot;:18348,&quot;34319&quot;:18349,&quot;34320&quot;:18350,&quot;34322&quot;:18351,&quot;34323&quot;:18352,&quot;34324&quot;:18353,&quot;34325&quot;:18354,&quot;34327&quot;:18355,&quot;34328&quot;:18356,&quot;34329&quot;:18357,&quot;34331&quot;:18358,&quot;34332&quot;:18359,&quot;34333&quot;:18360,&quot;34335&quot;:18361,&quot;34336&quot;:18362,&quot;34337&quot;:18363,&quot;34339&quot;:18364,&quot;34340&quot;:18365,&quot;34341&quot;:18366,&quot;34342&quot;:18367,&quot;34344&quot;:18368,&quot;34346&quot;:18369,&quot;34347&quot;:18370,&quot;34348&quot;:18371,&quot;34350&quot;:18372,&quot;34351&quot;:18373,&quot;34352&quot;:18374,&quot;34353&quot;:18375,&quot;34354&quot;:18376,&quot;34355&quot;:18377,&quot;34356&quot;:18378,&quot;34357&quot;:18379,&quot;34358&quot;:18380,&quot;34359&quot;:18381,&quot;34361&quot;:18382,&quot;34363&quot;:18383,&quot;34365&quot;:18384,&quot;34366&quot;:18385,&quot;34368&quot;:18386,&quot;34369&quot;:18387,&quot;34370&quot;:18388,&quot;34371&quot;:18389,&quot;34372&quot;:18390,&quot;34373&quot;:18391,&quot;34374&quot;:18392,&quot;34375&quot;:18393,&quot;34376&quot;:18394,&quot;34377&quot;:18395,&quot;34378&quot;:18396,&quot;34379&quot;:18397,&quot;34380&quot;:18398,&quot;34386&quot;:18399,&quot;34387&quot;:18400,&quot;34390&quot;:18401,&quot;34391&quot;:18402,&quot;34392&quot;:18403,&quot;34393&quot;:18404,&quot;34395&quot;:18405,&quot;34397&quot;:18406,&quot;34400&quot;:18407,&quot;34401&quot;:18408,&quot;34403&quot;:18409,&quot;34404&quot;:18410,&quot;34405&quot;:18411,&quot;34406&quot;:18412,&quot;34408&quot;:18413,&quot;34409&quot;:18414,&quot;34410&quot;:18415,&quot;34413&quot;:18416,&quot;34415&quot;:18417,&quot;34416&quot;:18418,&quot;34418&quot;:18419,&quot;34419&quot;:18420,&quot;34420&quot;:18421,&quot;34421&quot;:18422,&quot;34422&quot;:18423,&quot;34423&quot;:18424,&quot;34424&quot;:18425,&quot;34435&quot;:18426,&quot;34436&quot;:18427,&quot;34437&quot;:18428,&quot;34438&quot;:18429,&quot;34439&quot;:18430,&quot;34440&quot;:18431,&quot;34441&quot;:18432,&quot;34446&quot;:18433,&quot;34447&quot;:18434,&quot;34448&quot;:18435,&quot;34449&quot;:18436,&quot;34450&quot;:18437,&quot;34452&quot;:18438,&quot;34454&quot;:18439,&quot;34455&quot;:18440,&quot;34456&quot;:18441,&quot;34457&quot;:18442,&quot;34458&quot;:18443,&quot;34459&quot;:18444,&quot;34462&quot;:18445,&quot;34463&quot;:18446,&quot;34464&quot;:18447,&quot;34465&quot;:18448,&quot;34466&quot;:18449,&quot;34469&quot;:18450,&quot;34470&quot;:18451,&quot;34475&quot;:18452,&quot;34477&quot;:18453,&quot;34478&quot;:18454,&quot;34482&quot;:18455,&quot;34483&quot;:18456,&quot;34487&quot;:18457,&quot;34488&quot;:18458,&quot;34489&quot;:18459,&quot;34491&quot;:18460,&quot;34492&quot;:18461,&quot;34493&quot;:18462,&quot;34494&quot;:18463,&quot;34495&quot;:18464,&quot;34497&quot;:18465,&quot;34498&quot;:18466,&quot;34499&quot;:18467,&quot;34501&quot;:18468,&quot;34504&quot;:18469,&quot;34508&quot;:18470,&quot;34509&quot;:18471,&quot;34514&quot;:18472,&quot;34515&quot;:18473,&quot;34517&quot;:18474,&quot;34518&quot;:18475,&quot;34519&quot;:18476,&quot;34522&quot;:18477,&quot;34524&quot;:18478,&quot;34525&quot;:18479,&quot;34528&quot;:18480,&quot;34529&quot;:18481,&quot;34530&quot;:18482,&quot;34531&quot;:18483,&quot;34533&quot;:18484,&quot;34534&quot;:18485,&quot;34535&quot;:18486,&quot;34536&quot;:18487,&quot;34538&quot;:18488,&quot;34539&quot;:18489,&quot;34540&quot;:18490,&quot;34543&quot;:18491,&quot;34549&quot;:18492,&quot;34550&quot;:18493,&quot;34551&quot;:18494,&quot;34555&quot;:18495,&quot;34556&quot;:18496,&quot;34557&quot;:18497,&quot;34559&quot;:18498,&quot;34561&quot;:18499,&quot;34564&quot;:18500,&quot;34565&quot;:18501,&quot;34571&quot;:18502,&quot;34572&quot;:18503,&quot;34574&quot;:18504,&quot;34575&quot;:18505,&quot;34576&quot;:18506,&quot;34577&quot;:18507,&quot;34580&quot;:18508,&quot;34582&quot;:18509,&quot;34585&quot;:18510,&quot;34587&quot;:18511,&quot;34589&quot;:18512,&quot;34591&quot;:18513,&quot;34592&quot;:18514,&quot;34596&quot;:18515,&quot;34598&quot;:18516,&quot;34599&quot;:18517,&quot;34600&quot;:18518,&quot;34602&quot;:18519,&quot;34603&quot;:18520,&quot;34604&quot;:18521,&quot;34605&quot;:18522,&quot;34607&quot;:18523,&quot;34608&quot;:18524,&quot;34610&quot;:18525,&quot;34611&quot;:18526,&quot;34613&quot;:18527,&quot;34614&quot;:18528,&quot;34616&quot;:18529,&quot;34617&quot;:18530,&quot;34618&quot;:18531,&quot;34620&quot;:18532,&quot;34621&quot;:18533,&quot;34624&quot;:18534,&quot;34625&quot;:18535,&quot;34626&quot;:18536,&quot;34627&quot;:18537,&quot;34628&quot;:18538,&quot;34629&quot;:18539,&quot;34630&quot;:18540,&quot;34634&quot;:18541,&quot;34635&quot;:18542,&quot;34637&quot;:18543,&quot;34639&quot;:18544,&quot;34640&quot;:18545,&quot;34641&quot;:18546,&quot;34642&quot;:18547,&quot;34644&quot;:18548,&quot;34646&quot;:18549,&quot;34648&quot;:18550,&quot;34650&quot;:18551,&quot;34651&quot;:18552,&quot;34652&quot;:18553,&quot;34653&quot;:18554,&quot;34654&quot;:18555,&quot;34655&quot;:18556,&quot;34657&quot;:18557,&quot;34658&quot;:18558,&quot;34663&quot;:18559,&quot;34664&quot;:18560,&quot;34665&quot;:18561,&quot;34666&quot;:18562,&quot;34667&quot;:18563,&quot;34668&quot;:18564,&quot;34669&quot;:18565,&quot;34671&quot;:18566,&quot;34673&quot;:18567,&quot;34674&quot;:18568,&quot;34675&quot;:18569,&quot;34677&quot;:18570,&quot;34679&quot;:18571,&quot;34681&quot;:18572,&quot;34682&quot;:18573,&quot;34687&quot;:18574,&quot;34688&quot;:18575,&quot;34689&quot;:18576,&quot;34694&quot;:18577,&quot;34695&quot;:18578,&quot;34697&quot;:18579,&quot;34698&quot;:18580,&quot;34700&quot;:18581,&quot;34702&quot;:18582,&quot;34703&quot;:18583,&quot;34704&quot;:18584,&quot;34705&quot;:18585,&quot;34706&quot;:18586,&quot;34708&quot;:18587,&quot;34709&quot;:18588,&quot;34710&quot;:18589,&quot;34712&quot;:18590,&quot;34713&quot;:18591,&quot;34714&quot;:18592,&quot;34715&quot;:18593,&quot;34716&quot;:18594,&quot;34717&quot;:18595,&quot;34720&quot;:18596,&quot;34721&quot;:18597,&quot;34723&quot;:18598,&quot;34724&quot;:18599,&quot;34725&quot;:18600,&quot;34726&quot;:18601,&quot;34727&quot;:18602,&quot;34729&quot;:18603,&quot;34730&quot;:18604,&quot;34734&quot;:18605,&quot;34736&quot;:18606,&quot;34737&quot;:18607,&quot;34738&quot;:18608,&quot;34740&quot;:18609,&quot;34742&quot;:18610,&quot;34743&quot;:18611,&quot;34744&quot;:18612,&quot;34745&quot;:18613,&quot;34748&quot;:18614,&quot;34750&quot;:18615,&quot;34751&quot;:18616,&quot;34753&quot;:18617,&quot;34754&quot;:18618,&quot;34755&quot;:18619,&quot;34757&quot;:18620,&quot;34759&quot;:18621,&quot;34761&quot;:18622,&quot;34764&quot;:18623,&quot;34765&quot;:18624,&quot;34767&quot;:18625,&quot;34768&quot;:18626,&quot;34772&quot;:18627,&quot;34773&quot;:18628,&quot;34774&quot;:18629,&quot;34775&quot;:18630,&quot;34776&quot;:18631,&quot;34777&quot;:18632,&quot;34778&quot;:18633,&quot;34780&quot;:18634,&quot;34781&quot;:18635,&quot;34782&quot;:18636,&quot;34783&quot;:18637,&quot;34785&quot;:18638,&quot;34786&quot;:18639,&quot;34788&quot;:18640,&quot;34790&quot;:18641,&quot;34791&quot;:18642,&quot;34792&quot;:18643,&quot;34793&quot;:18644,&quot;34795&quot;:18645,&quot;34797&quot;:18646,&quot;34800&quot;:18647,&quot;34801&quot;:18648,&quot;34803&quot;:18649,&quot;34804&quot;:18650,&quot;34805&quot;:18651,&quot;34807&quot;:18652,&quot;34808&quot;:18653,&quot;34810&quot;:18654,&quot;34812&quot;:18655,&quot;34813&quot;:18656,&quot;34815&quot;:18657,&quot;34816&quot;:18658,&quot;34817&quot;:18659,&quot;34818&quot;:18660,&quot;34820&quot;:18661,&quot;34823&quot;:18662,&quot;34824&quot;:18663,&quot;34825&quot;:18664,&quot;34827&quot;:18665,&quot;34828&quot;:18666,&quot;34829&quot;:18667,&quot;34830&quot;:18668,&quot;34831&quot;:18669,&quot;34834&quot;:18670,&quot;34836&quot;:18671,&quot;34839&quot;:18672,&quot;34840&quot;:18673,&quot;34841&quot;:18674,&quot;34842&quot;:18675,&quot;34844&quot;:18676,&quot;34845&quot;:18677,&quot;34846&quot;:18678,&quot;34848&quot;:18679,&quot;34852&quot;:18680,&quot;34853&quot;:18681,&quot;34854&quot;:18682,&quot;34855&quot;:18683,&quot;34856&quot;:18684,&quot;34857&quot;:18685,&quot;34858&quot;:18686,&quot;34859&quot;:18687,&quot;34860&quot;:18688,&quot;34861&quot;:18689,&quot;34862&quot;:18690,&quot;34863&quot;:18691,&quot;34864&quot;:18692,&quot;34867&quot;:18693,&quot;34868&quot;:18694,&quot;34869&quot;:18695,&quot;34871&quot;:18696,&quot;34872&quot;:18697,&quot;34874&quot;:18698,&quot;34877&quot;:18699,&quot;34878&quot;:18700,&quot;34879&quot;:18701,&quot;34881&quot;:18702,&quot;34882&quot;:18703,&quot;34883&quot;:18704,&quot;34887&quot;:18705,&quot;34888&quot;:18706,&quot;34889&quot;:18707,&quot;34891&quot;:18708,&quot;34894&quot;:18709,&quot;34895&quot;:18710,&quot;34896&quot;:18711,&quot;34897&quot;:18712,&quot;34898&quot;:18713,&quot;34901&quot;:18714,&quot;34902&quot;:18715,&quot;34904&quot;:18716,&quot;34906&quot;:18717,&quot;34908&quot;:18718,&quot;34910&quot;:18719,&quot;34911&quot;:18720,&quot;34912&quot;:18721,&quot;34918&quot;:18722,&quot;34919&quot;:18723,&quot;34922&quot;:18724,&quot;34925&quot;:18725,&quot;34927&quot;:18726,&quot;34929&quot;:18727,&quot;34931&quot;:18728,&quot;34932&quot;:18729,&quot;34933&quot;:18730,&quot;34934&quot;:18731,&quot;34936&quot;:18732,&quot;34938&quot;:18733,&quot;34939&quot;:18734,&quot;34940&quot;:18735,&quot;34944&quot;:18736,&quot;34947&quot;:18737,&quot;34950&quot;:18738,&quot;34951&quot;:18739,&quot;34953&quot;:18740,&quot;34954&quot;:18741,&quot;34956&quot;:18742,&quot;34958&quot;:18743,&quot;34959&quot;:18744,&quot;34960&quot;:18745,&quot;34961&quot;:18746,&quot;34963&quot;:18747,&quot;34964&quot;:18748,&quot;34965&quot;:18749,&quot;34967&quot;:18750,&quot;34968&quot;:18751,&quot;34969&quot;:18752,&quot;34970&quot;:18753,&quot;34971&quot;:18754,&quot;34973&quot;:18755,&quot;34974&quot;:18756,&quot;34975&quot;:18757,&quot;34976&quot;:18758,&quot;34977&quot;:18759,&quot;34979&quot;:18760,&quot;34981&quot;:18761,&quot;34982&quot;:18762,&quot;34983&quot;:18763,&quot;34984&quot;:18764,&quot;34985&quot;:18765,&quot;34986&quot;:18766,&quot;34988&quot;:18767,&quot;34990&quot;:18768,&quot;34991&quot;:18769,&quot;34992&quot;:18770,&quot;34994&quot;:18771,&quot;34995&quot;:18772,&quot;34996&quot;:18773,&quot;34997&quot;:18774,&quot;34998&quot;:18775,&quot;35000&quot;:18776,&quot;35001&quot;:18777,&quot;35002&quot;:18778,&quot;35003&quot;:18779,&quot;35005&quot;:18780,&quot;35006&quot;:18781,&quot;35007&quot;:18782,&quot;35008&quot;:18783,&quot;35011&quot;:18784,&quot;35012&quot;:18785,&quot;35015&quot;:18786,&quot;35016&quot;:18787,&quot;35019&quot;:18788,&quot;35020&quot;:18789,&quot;35021&quot;:18790,&quot;35024&quot;:18791,&quot;35025&quot;:18792,&quot;35027&quot;:18793,&quot;35030&quot;:18794,&quot;35031&quot;:18795,&quot;35034&quot;:18796,&quot;35035&quot;:18797,&quot;35038&quot;:18798,&quot;35040&quot;:18799,&quot;35041&quot;:18800,&quot;35046&quot;:18801,&quot;35047&quot;:18802,&quot;35049&quot;:18803,&quot;35050&quot;:18804,&quot;35051&quot;:18805,&quot;35052&quot;:18806,&quot;35053&quot;:18807,&quot;35054&quot;:18808,&quot;35055&quot;:18809,&quot;35058&quot;:18810,&quot;35061&quot;:18811,&quot;35062&quot;:18812,&quot;35063&quot;:18813,&quot;35066&quot;:18814,&quot;35067&quot;:18815,&quot;35071&quot;:18816,&quot;35072&quot;:18817,&quot;35073&quot;:18818,&quot;35075&quot;:18819,&quot;35076&quot;:18820,&quot;35077&quot;:18821,&quot;35078&quot;:18822,&quot;35080&quot;:18823,&quot;35081&quot;:18824,&quot;35083&quot;:18825,&quot;35084&quot;:18826,&quot;35085&quot;:18827,&quot;35086&quot;:18828,&quot;35087&quot;:18829,&quot;35089&quot;:18830,&quot;35092&quot;:18831,&quot;35093&quot;:18832,&quot;35094&quot;:18833,&quot;35095&quot;:18834,&quot;35096&quot;:18835,&quot;35100&quot;:18836,&quot;35101&quot;:18837,&quot;35102&quot;:18838,&quot;35103&quot;:18839,&quot;35104&quot;:18840,&quot;35106&quot;:18841,&quot;35107&quot;:18842,&quot;35108&quot;:18843,&quot;35110&quot;:18844,&quot;35111&quot;:18845,&quot;35112&quot;:18846,&quot;35113&quot;:18847,&quot;35116&quot;:18848,&quot;35117&quot;:18849,&quot;35118&quot;:18850,&quot;35119&quot;:18851,&quot;35121&quot;:18852,&quot;35125&quot;:18853,&quot;35127&quot;:18854,&quot;35129&quot;:18855,&quot;35130&quot;:18856,&quot;35132&quot;:18857,&quot;35133&quot;:18858,&quot;35134&quot;:18859,&quot;35135&quot;:18860,&quot;35136&quot;:18861,&quot;35138&quot;:18862,&quot;35139&quot;:18863,&quot;35141&quot;:18864,&quot;35142&quot;:18865,&quot;35144&quot;:18866,&quot;35145&quot;:18867,&quot;35146&quot;:18868,&quot;35147&quot;:18869,&quot;35148&quot;:18870,&quot;35149&quot;:18871,&quot;35150&quot;:18872,&quot;35151&quot;:18873,&quot;35152&quot;:18874,&quot;35153&quot;:18875,&quot;35154&quot;:18876,&quot;35155&quot;:18877,&quot;35156&quot;:18878,&quot;35157&quot;:18879,&quot;35159&quot;:18880,&quot;35160&quot;:18881,&quot;35161&quot;:18882,&quot;35162&quot;:18883,&quot;35163&quot;:18884,&quot;35164&quot;:18885,&quot;35169&quot;:18886,&quot;35170&quot;:18887,&quot;35171&quot;:18888,&quot;35173&quot;:18889,&quot;35175&quot;:18890,&quot;35176&quot;:18891,&quot;35177&quot;:18892,&quot;35179&quot;:18893,&quot;35181&quot;:18894,&quot;35182&quot;:18895,&quot;35184&quot;:18896,&quot;35185&quot;:18897,&quot;35187&quot;:18898,&quot;35188&quot;:18899,&quot;35189&quot;:18900,&quot;35190&quot;:18901,&quot;35191&quot;:18902,&quot;35192&quot;:18903,&quot;35193&quot;:18904,&quot;35194&quot;:18905,&quot;35196&quot;:18906,&quot;35197&quot;:18907,&quot;12177&quot;:18908,&quot;35198&quot;:18908,&quot;35200&quot;:18909,&quot;35202&quot;:18910,&quot;35204&quot;:18911,&quot;35205&quot;:18912,&quot;35207&quot;:18913,&quot;35208&quot;:18914,&quot;35209&quot;:18915,&quot;35210&quot;:18916,&quot;35212&quot;:18917,&quot;35213&quot;:18918,&quot;35214&quot;:18919,&quot;35216&quot;:18920,&quot;35217&quot;:18921,&quot;35218&quot;:18922,&quot;35220&quot;:18923,&quot;35221&quot;:18924,&quot;35223&quot;:18925,&quot;35225&quot;:18926,&quot;35226&quot;:18927,&quot;35227&quot;:18928,&quot;35228&quot;:18929,&quot;35229&quot;:18930,&quot;35230&quot;:18931,&quot;35231&quot;:18932,&quot;35232&quot;:18933,&quot;35234&quot;:18934,&quot;35235&quot;:18935,&quot;35236&quot;:18936,&quot;35237&quot;:18937,&quot;35239&quot;:18938,&quot;35240&quot;:18939,&quot;35241&quot;:18940,&quot;35243&quot;:18941,&quot;35245&quot;:18942,&quot;35246&quot;:18943,&quot;35248&quot;:18944,&quot;35249&quot;:18945,&quot;35251&quot;:18946,&quot;35252&quot;:18947,&quot;35253&quot;:18948,&quot;35254&quot;:18949,&quot;35256&quot;:18950,&quot;35257&quot;:18951,&quot;35259&quot;:18952,&quot;35260&quot;:18953,&quot;35262&quot;:18954,&quot;35267&quot;:18955,&quot;35277&quot;:18956,&quot;35283&quot;:18957,&quot;35284&quot;:18958,&quot;35285&quot;:18959,&quot;35287&quot;:18960,&quot;35288&quot;:18961,&quot;35289&quot;:18962,&quot;35291&quot;:18963,&quot;35293&quot;:18964,&quot;35295&quot;:18965,&quot;35296&quot;:18966,&quot;35297&quot;:18967,&quot;35298&quot;:18968,&quot;35300&quot;:18969,&quot;35303&quot;:18970,&quot;35304&quot;:18971,&quot;35305&quot;:18972,&quot;35306&quot;:18973,&quot;35308&quot;:18974,&quot;35309&quot;:18975,&quot;35310&quot;:18976,&quot;35312&quot;:18977,&quot;35313&quot;:18978,&quot;35314&quot;:18979,&quot;35317&quot;:18980,&quot;35319&quot;:18981,&quot;35321&quot;:18982,&quot;35322&quot;:18983,&quot;35323&quot;:18984,&quot;35324&quot;:18985,&quot;35325&quot;:18986,&quot;35326&quot;:18987,&quot;35327&quot;:18988,&quot;35332&quot;:18989,&quot;35333&quot;:18990,&quot;35334&quot;:18991,&quot;35337&quot;:18992,&quot;35339&quot;:18993,&quot;35341&quot;:18994,&quot;35343&quot;:18995,&quot;35345&quot;:18996,&quot;35346&quot;:18997,&quot;35348&quot;:18998,&quot;35351&quot;:18999,&quot;35353&quot;:19000,&quot;35354&quot;:19001,&quot;35356&quot;:19002,&quot;35358&quot;:19003,&quot;35360&quot;:19004,&quot;35361&quot;:19005,&quot;35362&quot;:19006,&quot;35364&quot;:19007,&quot;35366&quot;:19008,&quot;35367&quot;:19009,&quot;35368&quot;:19010,&quot;35369&quot;:19011,&quot;35371&quot;:19012,&quot;35372&quot;:19013,&quot;35374&quot;:19014,&quot;35375&quot;:19015,&quot;35376&quot;:19016,&quot;35378&quot;:19017,&quot;35379&quot;:19018,&quot;35381&quot;:19019,&quot;35383&quot;:19020,&quot;35384&quot;:19021,&quot;35385&quot;:19022,&quot;35387&quot;:19023,&quot;35388&quot;:19024,&quot;35389&quot;:19025,&quot;35391&quot;:19026,&quot;35392&quot;:19027,&quot;35394&quot;:19028,&quot;35395&quot;:19029,&quot;35396&quot;:19030,&quot;35397&quot;:19031,&quot;35399&quot;:19032,&quot;35401&quot;:19033,&quot;35402&quot;:19034,&quot;35403&quot;:19035,&quot;35404&quot;:19036,&quot;35405&quot;:19037,&quot;35407&quot;:19038,&quot;35409&quot;:19039,&quot;35411&quot;:19040,&quot;35414&quot;:19041,&quot;35415&quot;:19042,&quot;35417&quot;:19043,&quot;35418&quot;:19044,&quot;35420&quot;:19045,&quot;35421&quot;:19046,&quot;35423&quot;:19047,&quot;35424&quot;:19048,&quot;35428&quot;:19049,&quot;35429&quot;:19050,&quot;35431&quot;:19051,&quot;35432&quot;:19052,&quot;35434&quot;:19053,&quot;35439&quot;:19054,&quot;35444&quot;:19055,&quot;35446&quot;:19056,&quot;35447&quot;:19057,&quot;35448&quot;:19058,&quot;35450&quot;:19059,&quot;35451&quot;:19060,&quot;35453&quot;:19061,&quot;35454&quot;:19062,&quot;35456&quot;:19063,&quot;35457&quot;:19064,&quot;35458&quot;:19065,&quot;35459&quot;:19066,&quot;35464&quot;:19067,&quot;35467&quot;:19068,&quot;35468&quot;:19069,&quot;35470&quot;:19070,&quot;35471&quot;:19071,&quot;35472&quot;:19072,&quot;35476&quot;:19073,&quot;35478&quot;:19074,&quot;35479&quot;:19075,&quot;35481&quot;:19076,&quot;35483&quot;:19077,&quot;35484&quot;:19078,&quot;35485&quot;:19079,&quot;35487&quot;:19080,&quot;35490&quot;:19081,&quot;35495&quot;:19082,&quot;35497&quot;:19083,&quot;35498&quot;:19084,&quot;35499&quot;:19085,&quot;35501&quot;:19086,&quot;35502&quot;:19087,&quot;35503&quot;:19088,&quot;35505&quot;:19089,&quot;35507&quot;:19090,&quot;35508&quot;:19091,&quot;35509&quot;:19092,&quot;35511&quot;:19093,&quot;35512&quot;:19094,&quot;35514&quot;:19095,&quot;35515&quot;:19096,&quot;35517&quot;:19097,&quot;35518&quot;:19098,&quot;35520&quot;:19099,&quot;35521&quot;:19100,&quot;35523&quot;:19101,&quot;35525&quot;:19102,&quot;35526&quot;:19103,&quot;35528&quot;:19104,&quot;35530&quot;:19105,&quot;35532&quot;:19106,&quot;35534&quot;:19107,&quot;35536&quot;:19108,&quot;35539&quot;:19109,&quot;35540&quot;:19110,&quot;35541&quot;:19111,&quot;35544&quot;:19112,&quot;35545&quot;:19113,&quot;35546&quot;:19114,&quot;35549&quot;:19115,&quot;35551&quot;:19116,&quot;35552&quot;:19117,&quot;35553&quot;:19118,&quot;35555&quot;:19119,&quot;35557&quot;:19120,&quot;35560&quot;:19121,&quot;35561&quot;:19122,&quot;35562&quot;:19123,&quot;35564&quot;:19124,&quot;35567&quot;:19125,&quot;35568&quot;:19126,&quot;35570&quot;:19127,&quot;35572&quot;:19128,&quot;35573&quot;:19129,&quot;35577&quot;:19130,&quot;35579&quot;:19131,&quot;35581&quot;:19132,&quot;35583&quot;:19133,&quot;35587&quot;:19134,&quot;35590&quot;:19135,&quot;35592&quot;:19136,&quot;35593&quot;:19137,&quot;35595&quot;:19138,&quot;35596&quot;:19139,&quot;35597&quot;:19140,&quot;35599&quot;:19141,&quot;35601&quot;:19142,&quot;35602&quot;:19143,&quot;35603&quot;:19144,&quot;35605&quot;:19145,&quot;35608&quot;:19146,&quot;35612&quot;:19147,&quot;35614&quot;:19148,&quot;35615&quot;:19149,&quot;35616&quot;:19150,&quot;35618&quot;:19151,&quot;35619&quot;:19152,&quot;35620&quot;:19153,&quot;35621&quot;:19154,&quot;35623&quot;:19155,&quot;35625&quot;:19156,&quot;35626&quot;:19157,&quot;35630&quot;:19158,&quot;35631&quot;:19159,&quot;35632&quot;:19160,&quot;35633&quot;:19161,&quot;35634&quot;:19162,&quot;35636&quot;:19163,&quot;35637&quot;:19164,&quot;35638&quot;:19165,&quot;35639&quot;:19166,&quot;35640&quot;:19167,&quot;35642&quot;:19168,&quot;35643&quot;:19169,&quot;35644&quot;:19170,&quot;35645&quot;:19171,&quot;35647&quot;:19172,&quot;35648&quot;:19173,&quot;35649&quot;:19174,&quot;35650&quot;:19175,&quot;35651&quot;:19176,&quot;35652&quot;:19177,&quot;35653&quot;:19178,&quot;35654&quot;:19179,&quot;35655&quot;:19180,&quot;35656&quot;:19181,&quot;35658&quot;:19182,&quot;35659&quot;:19183,&quot;35660&quot;:19184,&quot;35661&quot;:19185,&quot;35664&quot;:19186,&quot;35665&quot;:19187,&quot;35666&quot;:19188,&quot;35667&quot;:19189,&quot;35668&quot;:19190,&quot;35669&quot;:19191,&quot;35671&quot;:19192,&quot;35675&quot;:19193,&quot;35677&quot;:19194,&quot;35678&quot;:19195,&quot;35679&quot;:19196,&quot;35680&quot;:19197,&quot;35681&quot;:19198,&quot;35682&quot;:19199,&quot;35683&quot;:19200,&quot;35684&quot;:19201,&quot;35685&quot;:19202,&quot;35687&quot;:19203,&quot;35688&quot;:19204,&quot;35689&quot;:19205,&quot;35690&quot;:19206,&quot;35693&quot;:19207,&quot;35694&quot;:19208,&quot;35697&quot;:19209,&quot;35698&quot;:19210,&quot;35699&quot;:19211,&quot;35701&quot;:19212,&quot;35702&quot;:19213,&quot;35704&quot;:19214,&quot;35705&quot;:19215,&quot;35706&quot;:19216,&quot;35707&quot;:19217,&quot;35708&quot;:19218,&quot;35710&quot;:19219,&quot;35711&quot;:19220,&quot;35713&quot;:19221,&quot;35714&quot;:19222,&quot;35715&quot;:19223,&quot;35716&quot;:19224,&quot;35717&quot;:19225,&quot;35718&quot;:19226,&quot;35719&quot;:19227,&quot;35720&quot;:19228,&quot;35721&quot;:19229,&quot;35723&quot;:19230,&quot;35724&quot;:19231,&quot;35725&quot;:19232,&quot;35727&quot;:19233,&quot;35728&quot;:19234,&quot;35729&quot;:19235,&quot;35732&quot;:19236,&quot;35735&quot;:19237,&quot;35736&quot;:19238,&quot;35737&quot;:19239,&quot;35738&quot;:19240,&quot;35739&quot;:19241,&quot;35741&quot;:19242,&quot;35743&quot;:19243,&quot;35756&quot;:19244,&quot;35761&quot;:19245,&quot;35771&quot;:19246,&quot;35783&quot;:19247,&quot;35792&quot;:19248,&quot;35818&quot;:19249,&quot;35849&quot;:19250,&quot;35870&quot;:19251,&quot;35896&quot;:19252,&quot;35897&quot;:19253,&quot;35898&quot;:19254,&quot;35899&quot;:19255,&quot;35900&quot;:19256,&quot;35901&quot;:19257,&quot;35902&quot;:19258,&quot;35903&quot;:19259,&quot;35904&quot;:19260,&quot;35906&quot;:19261,&quot;35907&quot;:19262,&quot;35908&quot;:19263,&quot;35909&quot;:19264,&quot;35914&quot;:19265,&quot;35915&quot;:19266,&quot;35917&quot;:19267,&quot;35918&quot;:19268,&quot;35919&quot;:19269,&quot;35921&quot;:19270,&quot;35922&quot;:19271,&quot;35923&quot;:19272,&quot;35924&quot;:19273,&quot;35926&quot;:19274,&quot;35927&quot;:19275,&quot;35928&quot;:19276,&quot;35929&quot;:19277,&quot;35931&quot;:19278,&quot;35932&quot;:19279,&quot;35933&quot;:19280,&quot;35934&quot;:19281,&quot;35935&quot;:19282,&quot;35936&quot;:19283,&quot;35939&quot;:19284,&quot;35940&quot;:19285,&quot;35941&quot;:19286,&quot;35942&quot;:19287,&quot;35943&quot;:19288,&quot;35944&quot;:19289,&quot;35945&quot;:19290,&quot;35948&quot;:19291,&quot;35949&quot;:19292,&quot;35950&quot;:19293,&quot;35951&quot;:19294,&quot;35952&quot;:19295,&quot;35953&quot;:19296,&quot;35954&quot;:19297,&quot;35956&quot;:19298,&quot;35957&quot;:19299,&quot;35958&quot;:19300,&quot;35959&quot;:19301,&quot;35963&quot;:19302,&quot;35964&quot;:19303,&quot;35965&quot;:19304,&quot;35966&quot;:19305,&quot;35967&quot;:19306,&quot;35968&quot;:19307,&quot;35969&quot;:19308,&quot;35971&quot;:19309,&quot;35972&quot;:19310,&quot;35974&quot;:19311,&quot;35975&quot;:19312,&quot;35976&quot;:19313,&quot;35979&quot;:19314,&quot;35981&quot;:19315,&quot;35982&quot;:19316,&quot;35983&quot;:19317,&quot;35984&quot;:19318,&quot;35985&quot;:19319,&quot;35986&quot;:19320,&quot;35987&quot;:19321,&quot;35989&quot;:19322,&quot;35990&quot;:19323,&quot;35991&quot;:19324,&quot;35993&quot;:19325,&quot;35994&quot;:19326,&quot;35995&quot;:19327,&quot;35996&quot;:19328,&quot;35999&quot;:19329,&quot;36003&quot;:19330,&quot;36004&quot;:19331,&quot;36005&quot;:19332,&quot;36006&quot;:19333,&quot;36013&quot;:19334,&quot;36014&quot;:19335,&quot;36017&quot;:19336,&quot;36021&quot;:19337,&quot;36025&quot;:19338,&quot;36030&quot;:19339,&quot;36038&quot;:19340,&quot;36041&quot;:19341,&quot;36043&quot;:19342,&quot;36044&quot;:19343,&quot;36045&quot;:19344,&quot;36046&quot;:19345,&quot;36047&quot;:19346,&quot;36048&quot;:19347,&quot;36052&quot;:19348,&quot;36054&quot;:19349,&quot;36055&quot;:19350,&quot;36056&quot;:19351,&quot;36057&quot;:19352,&quot;36059&quot;:19353,&quot;36061&quot;:19354,&quot;36063&quot;:19355,&quot;36069&quot;:19356,&quot;36072&quot;:19357,&quot;36073&quot;:19358,&quot;36078&quot;:19359,&quot;36079&quot;:19360,&quot;36080&quot;:19361,&quot;36081&quot;:19362,&quot;36082&quot;:19363,&quot;36083&quot;:19364,&quot;36085&quot;:19365,&quot;36086&quot;:19366,&quot;36087&quot;:19367,&quot;36088&quot;:19368,&quot;36089&quot;:19369,&quot;36095&quot;:19370,&quot;36096&quot;:19371,&quot;36097&quot;:19372,&quot;36098&quot;:19373,&quot;36099&quot;:19374,&quot;36102&quot;:19375,&quot;36103&quot;:19376,&quot;36105&quot;:19377,&quot;36108&quot;:19378,&quot;36110&quot;:19379,&quot;36113&quot;:19380,&quot;36114&quot;:19381,&quot;36115&quot;:19382,&quot;36116&quot;:19383,&quot;36117&quot;:19384,&quot;36119&quot;:19385,&quot;36120&quot;:19386,&quot;36121&quot;:19387,&quot;36122&quot;:19388,&quot;36128&quot;:19389,&quot;36177&quot;:19390,&quot;36178&quot;:19391,&quot;36183&quot;:19392,&quot;36191&quot;:19393,&quot;36197&quot;:19394,&quot;36200&quot;:19395,&quot;36201&quot;:19396,&quot;36202&quot;:19397,&quot;36204&quot;:19398,&quot;36206&quot;:19399,&quot;36207&quot;:19400,&quot;36209&quot;:19401,&quot;36210&quot;:19402,&quot;36216&quot;:19403,&quot;36217&quot;:19404,&quot;36218&quot;:19405,&quot;36219&quot;:19406,&quot;36220&quot;:19407,&quot;36221&quot;:19408,&quot;36222&quot;:19409,&quot;36223&quot;:19410,&quot;36224&quot;:19411,&quot;36226&quot;:19412,&quot;36227&quot;:19413,&quot;36230&quot;:19414,&quot;36231&quot;:19415,&quot;36232&quot;:19416,&quot;36233&quot;:19417,&quot;36236&quot;:19418,&quot;36237&quot;:19419,&quot;36238&quot;:19420,&quot;36239&quot;:19421,&quot;36240&quot;:19422,&quot;36242&quot;:19423,&quot;36243&quot;:19424,&quot;36246&quot;:19425,&quot;36247&quot;:19426,&quot;36248&quot;:19427,&quot;36250&quot;:19428,&quot;36251&quot;:19429,&quot;36252&quot;:19430,&quot;36253&quot;:19431,&quot;36254&quot;:19432,&quot;36256&quot;:19433,&quot;36257&quot;:19434,&quot;36258&quot;:19435,&quot;36260&quot;:19436,&quot;36261&quot;:19437,&quot;36262&quot;:19438,&quot;36263&quot;:19439,&quot;36265&quot;:19440,&quot;36266&quot;:19441,&quot;36267&quot;:19442,&quot;36268&quot;:19443,&quot;36269&quot;:19444,&quot;36270&quot;:19445,&quot;36271&quot;:19446,&quot;36272&quot;:19447,&quot;36278&quot;:19448,&quot;36279&quot;:19449,&quot;36281&quot;:19450,&quot;36283&quot;:19451,&quot;36285&quot;:19452,&quot;36288&quot;:19453,&quot;36289&quot;:19454,&quot;36290&quot;:19455,&quot;36293&quot;:19456,&quot;36295&quot;:19457,&quot;36296&quot;:19458,&quot;36297&quot;:19459,&quot;36298&quot;:19460,&quot;36301&quot;:19461,&quot;36304&quot;:19462,&quot;36306&quot;:19463,&quot;36307&quot;:19464,&quot;36308&quot;:19465,&quot;36309&quot;:19466,&quot;36312&quot;:19467,&quot;36313&quot;:19468,&quot;36316&quot;:19469,&quot;36320&quot;:19470,&quot;36321&quot;:19471,&quot;36322&quot;:19472,&quot;36325&quot;:19473,&quot;36326&quot;:19474,&quot;36327&quot;:19475,&quot;36329&quot;:19476,&quot;36333&quot;:19477,&quot;36334&quot;:19478,&quot;36336&quot;:19479,&quot;36337&quot;:19480,&quot;36338&quot;:19481,&quot;36340&quot;:19482,&quot;36342&quot;:19483,&quot;36348&quot;:19484,&quot;36350&quot;:19485,&quot;36351&quot;:19486,&quot;36352&quot;:19487,&quot;36353&quot;:19488,&quot;36354&quot;:19489,&quot;36355&quot;:19490,&quot;36356&quot;:19491,&quot;36358&quot;:19492,&quot;36359&quot;:19493,&quot;36360&quot;:19494,&quot;36363&quot;:19495,&quot;36365&quot;:19496,&quot;36366&quot;:19497,&quot;36369&quot;:19498,&quot;36370&quot;:19499,&quot;36371&quot;:19500,&quot;36373&quot;:19501,&quot;36374&quot;:19502,&quot;36375&quot;:19503,&quot;36376&quot;:19504,&quot;36377&quot;:19505,&quot;36378&quot;:19506,&quot;36379&quot;:19507,&quot;36380&quot;:19508,&quot;36384&quot;:19509,&quot;36385&quot;:19510,&quot;36388&quot;:19511,&quot;36389&quot;:19512,&quot;36390&quot;:19513,&quot;36391&quot;:19514,&quot;36392&quot;:19515,&quot;36395&quot;:19516,&quot;36397&quot;:19517,&quot;36400&quot;:19518,&quot;36402&quot;:19519,&quot;36403&quot;:19520,&quot;36406&quot;:19521,&quot;36407&quot;:19522,&quot;36408&quot;:19523,&quot;36411&quot;:19524,&quot;36412&quot;:19525,&quot;36414&quot;:19526,&quot;36415&quot;:19527,&quot;36419&quot;:19528,&quot;36421&quot;:19529,&quot;36422&quot;:19530,&quot;36429&quot;:19531,&quot;36430&quot;:19532,&quot;36431&quot;:19533,&quot;36432&quot;:19534,&quot;36435&quot;:19535,&quot;36436&quot;:19536,&quot;36438&quot;:19537,&quot;36439&quot;:19538,&quot;36440&quot;:19539,&quot;36442&quot;:19540,&quot;36443&quot;:19541,&quot;36444&quot;:19542,&quot;36445&quot;:19543,&quot;36446&quot;:19544,&quot;36447&quot;:19545,&quot;36448&quot;:19546,&quot;36449&quot;:19547,&quot;36450&quot;:19548,&quot;36452&quot;:19549,&quot;36453&quot;:19550,&quot;36455&quot;:19551,&quot;36456&quot;:19552,&quot;36458&quot;:19553,&quot;36459&quot;:19554,&quot;36462&quot;:19555,&quot;36465&quot;:19556,&quot;36467&quot;:19557,&quot;36469&quot;:19558,&quot;36471&quot;:19559,&quot;36472&quot;:19560,&quot;36473&quot;:19561,&quot;36475&quot;:19562,&quot;36477&quot;:19563,&quot;36478&quot;:19564,&quot;36480&quot;:19565,&quot;36482&quot;:19566,&quot;36483&quot;:19567,&quot;36484&quot;:19568,&quot;36486&quot;:19569,&quot;36488&quot;:19570,&quot;36492&quot;:19571,&quot;36494&quot;:19572,&quot;36501&quot;:19573,&quot;36502&quot;:19574,&quot;36503&quot;:19575,&quot;36504&quot;:19576,&quot;36505&quot;:19577,&quot;36507&quot;:19578,&quot;36509&quot;:19579,&quot;36511&quot;:19580,&quot;36512&quot;:19581,&quot;36514&quot;:19582,&quot;36515&quot;:19583,&quot;36516&quot;:19584,&quot;36519&quot;:19585,&quot;36520&quot;:19586,&quot;36521&quot;:19587,&quot;36525&quot;:19588,&quot;36526&quot;:19589,&quot;36528&quot;:19590,&quot;36529&quot;:19591,&quot;36531&quot;:19592,&quot;36532&quot;:19593,&quot;36533&quot;:19594,&quot;36534&quot;:19595,&quot;36535&quot;:19596,&quot;36536&quot;:19597,&quot;36537&quot;:19598,&quot;36539&quot;:19599,&quot;36540&quot;:19600,&quot;36541&quot;:19601,&quot;36542&quot;:19602,&quot;36543&quot;:19603,&quot;36545&quot;:19604,&quot;36546&quot;:19605,&quot;36547&quot;:19606,&quot;36548&quot;:19607,&quot;36549&quot;:19608,&quot;36550&quot;:19609,&quot;36551&quot;:19610,&quot;36552&quot;:19611,&quot;36553&quot;:19612,&quot;36559&quot;:19613,&quot;36560&quot;:19614,&quot;36561&quot;:19615,&quot;36563&quot;:19616,&quot;36565&quot;:19617,&quot;36566&quot;:19618,&quot;36567&quot;:19619,&quot;36568&quot;:19620,&quot;36569&quot;:19621,&quot;36570&quot;:19622,&quot;36572&quot;:19623,&quot;36573&quot;:19624,&quot;36574&quot;:19625,&quot;36576&quot;:19626,&quot;36577&quot;:19627,&quot;36578&quot;:19628,&quot;36579&quot;:19629,&quot;36581&quot;:19630,&quot;36582&quot;:19631,&quot;36583&quot;:19632,&quot;36584&quot;:19633,&quot;36585&quot;:19634,&quot;36586&quot;:19635,&quot;36588&quot;:19636,&quot;36589&quot;:19637,&quot;36590&quot;:19638,&quot;36591&quot;:19639,&quot;36592&quot;:19640,&quot;36593&quot;:19641,&quot;36595&quot;:19642,&quot;36596&quot;:19643,&quot;36597&quot;:19644,&quot;36598&quot;:19645,&quot;36599&quot;:19646,&quot;36605&quot;:19647,&quot;36607&quot;:19648,&quot;36608&quot;:19649,&quot;36609&quot;:19650,&quot;36610&quot;:19651,&quot;36612&quot;:19652,&quot;36614&quot;:19653,&quot;36616&quot;:19654,&quot;36619&quot;:19655,&quot;36620&quot;:19656,&quot;36621&quot;:19657,&quot;36622&quot;:19658,&quot;36623&quot;:19659,&quot;36624&quot;:19660,&quot;36625&quot;:19661,&quot;36627&quot;:19662,&quot;36630&quot;:19663,&quot;36631&quot;:19664,&quot;36632&quot;:19665,&quot;36633&quot;:19666,&quot;36634&quot;:19667,&quot;36640&quot;:19668,&quot;36641&quot;:19669,&quot;36642&quot;:19670,&quot;36643&quot;:19671,&quot;36644&quot;:19672,&quot;36647&quot;:19673,&quot;36648&quot;:19674,&quot;36651&quot;:19675,&quot;36652&quot;:19676,&quot;36653&quot;:19677,&quot;36654&quot;:19678,&quot;36656&quot;:19679,&quot;36657&quot;:19680,&quot;36658&quot;:19681,&quot;36660&quot;:19682,&quot;36661&quot;:19683,&quot;36662&quot;:19684,&quot;36663&quot;:19685,&quot;36665&quot;:19686,&quot;36666&quot;:19687,&quot;36668&quot;:19688,&quot;36669&quot;:19689,&quot;36672&quot;:19690,&quot;36673&quot;:19691,&quot;36675&quot;:19692,&quot;36679&quot;:19693,&quot;36680&quot;:19694,&quot;36682&quot;:19695,&quot;36683&quot;:19696,&quot;36684&quot;:19697,&quot;36687&quot;:19698,&quot;36688&quot;:19699,&quot;36689&quot;:19700,&quot;36690&quot;:19701,&quot;36691&quot;:19702,&quot;36693&quot;:19703,&quot;36694&quot;:19704,&quot;36695&quot;:19705,&quot;36696&quot;:19706,&quot;36697&quot;:19707,&quot;36698&quot;:19708,&quot;36699&quot;:19709,&quot;36700&quot;:19710,&quot;36701&quot;:19711,&quot;36702&quot;:19712,&quot;36704&quot;:19713,&quot;36707&quot;:19714,&quot;36709&quot;:19715,&quot;36714&quot;:19716,&quot;36736&quot;:19717,&quot;36748&quot;:19718,&quot;36754&quot;:19719,&quot;36765&quot;:19720,&quot;36768&quot;:19721,&quot;36769&quot;:19722,&quot;36770&quot;:19723,&quot;36772&quot;:19724,&quot;36773&quot;:19725,&quot;36775&quot;:19726,&quot;36778&quot;:19727,&quot;36780&quot;:19728,&quot;36787&quot;:19729,&quot;36788&quot;:19730,&quot;12193&quot;:19731,&quot;36789&quot;:19731,&quot;36791&quot;:19732,&quot;36792&quot;:19733,&quot;36794&quot;:19734,&quot;36795&quot;:19735,&quot;36796&quot;:19736,&quot;36799&quot;:19737,&quot;36800&quot;:19738,&quot;36803&quot;:19739,&quot;36806&quot;:19740,&quot;36809&quot;:19741,&quot;36810&quot;:19742,&quot;36811&quot;:19743,&quot;36812&quot;:19744,&quot;36813&quot;:19745,&quot;36815&quot;:19746,&quot;36818&quot;:19747,&quot;36822&quot;:19748,&quot;36823&quot;:19749,&quot;36826&quot;:19750,&quot;36832&quot;:19751,&quot;36833&quot;:19752,&quot;36835&quot;:19753,&quot;36839&quot;:19754,&quot;36844&quot;:19755,&quot;36847&quot;:19756,&quot;36849&quot;:19757,&quot;36850&quot;:19758,&quot;36853&quot;:19759,&quot;36854&quot;:19760,&quot;36858&quot;:19761,&quot;36859&quot;:19762,&quot;36860&quot;:19763,&quot;36862&quot;:19764,&quot;36863&quot;:19765,&quot;36871&quot;:19766,&quot;36872&quot;:19767,&quot;36876&quot;:19768,&quot;36878&quot;:19769,&quot;36883&quot;:19770,&quot;36888&quot;:19771,&quot;36892&quot;:19772,&quot;36900&quot;:19773,&quot;36901&quot;:19774,&quot;36903&quot;:19775,&quot;36904&quot;:19776,&quot;36905&quot;:19777,&quot;36906&quot;:19778,&quot;36907&quot;:19779,&quot;36908&quot;:19780,&quot;36912&quot;:19781,&quot;36913&quot;:19782,&quot;36915&quot;:19783,&quot;36916&quot;:19784,&quot;36919&quot;:19785,&quot;36921&quot;:19786,&quot;36922&quot;:19787,&quot;36925&quot;:19788,&quot;36927&quot;:19789,&quot;36928&quot;:19790,&quot;36931&quot;:19791,&quot;36933&quot;:19792,&quot;36934&quot;:19793,&quot;36936&quot;:19794,&quot;36937&quot;:19795,&quot;36938&quot;:19796,&quot;36940&quot;:19797,&quot;36950&quot;:19798,&quot;36953&quot;:19799,&quot;36954&quot;:19800,&quot;36957&quot;:19801,&quot;36959&quot;:19802,&quot;36961&quot;:19803,&quot;36964&quot;:19804,&quot;36966&quot;:19805,&quot;36967&quot;:19806,&quot;36970&quot;:19807,&quot;36971&quot;:19808,&quot;36972&quot;:19809,&quot;36975&quot;:19810,&quot;36976&quot;:19811,&quot;36977&quot;:19812,&quot;36979&quot;:19813,&quot;36982&quot;:19814,&quot;36985&quot;:19815,&quot;36987&quot;:19816,&quot;36990&quot;:19817,&quot;36997&quot;:19818,&quot;36998&quot;:19819,&quot;37001&quot;:19820,&quot;37004&quot;:19821,&quot;37005&quot;:19822,&quot;37006&quot;:19823,&quot;37010&quot;:19824,&quot;37012&quot;:19825,&quot;37014&quot;:19826,&quot;37016&quot;:19827,&quot;37018&quot;:19828,&quot;37020&quot;:19829,&quot;37022&quot;:19830,&quot;37023&quot;:19831,&quot;37024&quot;:19832,&quot;37028&quot;:19833,&quot;37029&quot;:19834,&quot;37031&quot;:19835,&quot;37032&quot;:19836,&quot;37033&quot;:19837,&quot;37035&quot;:19838,&quot;37037&quot;:19839,&quot;37042&quot;:19840,&quot;37047&quot;:19841,&quot;37052&quot;:19842,&quot;37053&quot;:19843,&quot;37055&quot;:19844,&quot;37056&quot;:19845,&quot;37058&quot;:19846,&quot;37059&quot;:19847,&quot;37062&quot;:19848,&quot;37064&quot;:19849,&quot;37065&quot;:19850,&quot;37067&quot;:19851,&quot;37068&quot;:19852,&quot;37069&quot;:19853,&quot;37074&quot;:19854,&quot;37076&quot;:19855,&quot;37077&quot;:19856,&quot;37078&quot;:19857,&quot;37080&quot;:19858,&quot;37081&quot;:19859,&quot;37082&quot;:19860,&quot;37086&quot;:19861,&quot;37088&quot;:19862,&quot;37091&quot;:19863,&quot;37092&quot;:19864,&quot;37093&quot;:19865,&quot;37097&quot;:19866,&quot;37098&quot;:19867,&quot;37100&quot;:19868,&quot;37102&quot;:19869,&quot;37104&quot;:19870,&quot;37105&quot;:19871,&quot;37106&quot;:19872,&quot;37107&quot;:19873,&quot;37110&quot;:19874,&quot;37111&quot;:19875,&quot;37113&quot;:19876,&quot;37114&quot;:19877,&quot;37115&quot;:19878,&quot;37116&quot;:19879,&quot;37119&quot;:19880,&quot;37120&quot;:19881,&quot;37121&quot;:19882,&quot;37123&quot;:19883,&quot;37125&quot;:19884,&quot;37127&quot;:19885,&quot;37128&quot;:19886,&quot;37130&quot;:19887,&quot;37131&quot;:19888,&quot;37132&quot;:19889,&quot;37133&quot;:19890,&quot;37134&quot;:19891,&quot;37135&quot;:19892,&quot;37136&quot;:19893,&quot;37137&quot;:19894,&quot;37139&quot;:19895,&quot;37141&quot;:19896,&quot;37143&quot;:19897,&quot;37144&quot;:19898,&quot;37146&quot;:19899,&quot;37147&quot;:19900,&quot;37148&quot;:19901,&quot;37149&quot;:19902,&quot;37151&quot;:19903,&quot;37152&quot;:19904,&quot;37153&quot;:19905,&quot;37156&quot;:19906,&quot;37157&quot;:19907,&quot;37158&quot;:19908,&quot;37160&quot;:19909,&quot;37161&quot;:19910,&quot;37162&quot;:19911,&quot;37163&quot;:19912,&quot;37164&quot;:19913,&quot;37166&quot;:19914,&quot;37171&quot;:19915,&quot;37173&quot;:19916,&quot;37175&quot;:19917,&quot;37176&quot;:19918,&quot;37179&quot;:19919,&quot;37180&quot;:19920,&quot;37181&quot;:19921,&quot;37182&quot;:19922,&quot;37183&quot;:19923,&quot;37184&quot;:19924,&quot;37185&quot;:19925,&quot;37186&quot;:19926,&quot;37188&quot;:19927,&quot;37189&quot;:19928,&quot;37191&quot;:19929,&quot;37201&quot;:19930,&quot;37203&quot;:19931,&quot;37204&quot;:19932,&quot;37205&quot;:19933,&quot;37206&quot;:19934,&quot;37208&quot;:19935,&quot;37209&quot;:19936,&quot;37211&quot;:19937,&quot;37212&quot;:19938,&quot;37215&quot;:19939,&quot;37216&quot;:19940,&quot;37222&quot;:19941,&quot;37223&quot;:19942,&quot;37224&quot;:19943,&quot;37227&quot;:19944,&quot;37229&quot;:19945,&quot;37235&quot;:19946,&quot;37242&quot;:19947,&quot;37243&quot;:19948,&quot;37244&quot;:19949,&quot;37248&quot;:19950,&quot;37249&quot;:19951,&quot;37250&quot;:19952,&quot;37251&quot;:19953,&quot;37252&quot;:19954,&quot;37254&quot;:19955,&quot;37256&quot;:19956,&quot;37258&quot;:19957,&quot;37262&quot;:19958,&quot;37263&quot;:19959,&quot;37267&quot;:19960,&quot;37268&quot;:19961,&quot;37269&quot;:19962,&quot;37271&quot;:19963,&quot;37272&quot;:19964,&quot;37273&quot;:19965,&quot;37277&quot;:19966,&quot;37278&quot;:19967,&quot;37279&quot;:19968,&quot;37280&quot;:19969,&quot;37281&quot;:19970,&quot;37284&quot;:19971,&quot;37285&quot;:19972,&quot;37286&quot;:19973,&quot;37287&quot;:19974,&quot;37288&quot;:19975,&quot;37289&quot;:19976,&quot;37296&quot;:19977,&quot;37297&quot;:19978,&quot;37298&quot;:19979,&quot;37299&quot;:19980,&quot;37302&quot;:19981,&quot;37303&quot;:19982,&quot;37304&quot;:19983,&quot;37305&quot;:19984,&quot;37307&quot;:19985,&quot;37308&quot;:19986,&quot;37309&quot;:19987,&quot;37310&quot;:19988,&quot;37311&quot;:19989,&quot;37314&quot;:19990,&quot;37316&quot;:19991,&quot;12196&quot;:19992,&quot;37318&quot;:19992,&quot;37320&quot;:19993,&quot;37328&quot;:19994,&quot;37334&quot;:19995,&quot;37338&quot;:19996,&quot;37339&quot;:19997,&quot;37342&quot;:19998,&quot;37343&quot;:19999,&quot;37344&quot;:20000,&quot;37345&quot;:20001,&quot;37346&quot;:20002,&quot;37349&quot;:20003,&quot;37350&quot;:20004,&quot;37352&quot;:20005,&quot;37354&quot;:20006,&quot;37355&quot;:20007,&quot;37356&quot;:20008,&quot;37357&quot;:20009,&quot;37358&quot;:20010,&quot;37359&quot;:20011,&quot;37360&quot;:20012,&quot;37361&quot;:20013,&quot;37362&quot;:20014,&quot;37363&quot;:20015,&quot;37364&quot;:20016,&quot;37366&quot;:20017,&quot;37368&quot;:20018,&quot;37371&quot;:20019,&quot;37372&quot;:20020,&quot;37373&quot;:20021,&quot;37374&quot;:20022,&quot;37375&quot;:20023,&quot;37378&quot;:20024,&quot;37379&quot;:20025,&quot;37381&quot;:20026,&quot;37382&quot;:20027,&quot;37383&quot;:20028,&quot;37386&quot;:20029,&quot;37387&quot;:20030,&quot;37388&quot;:20031,&quot;37391&quot;:20032,&quot;37394&quot;:20033,&quot;37395&quot;:20034,&quot;37398&quot;:20035,&quot;37399&quot;:20036,&quot;37400&quot;:20037,&quot;37401&quot;:20038,&quot;37402&quot;:20039,&quot;37403&quot;:20040,&quot;37404&quot;:20041,&quot;37405&quot;:20042,&quot;37407&quot;:20043,&quot;37408&quot;:20044,&quot;37409&quot;:20045,&quot;37410&quot;:20046,&quot;37412&quot;:20047,&quot;37416&quot;:20048,&quot;37417&quot;:20049,&quot;37418&quot;:20050,&quot;37419&quot;:20051,&quot;37420&quot;:20052,&quot;37421&quot;:20053,&quot;37423&quot;:20054,&quot;37425&quot;:20055,&quot;37426&quot;:20056,&quot;37429&quot;:20057,&quot;37430&quot;:20058,&quot;37435&quot;:20059,&quot;37436&quot;:20060,&quot;37441&quot;:20061,&quot;37442&quot;:20062,&quot;37443&quot;:20063,&quot;37444&quot;:20064,&quot;37446&quot;:20065,&quot;37447&quot;:20066,&quot;37450&quot;:20067,&quot;37451&quot;:20068,&quot;37452&quot;:20069,&quot;37454&quot;:20070,&quot;37455&quot;:20071,&quot;37456&quot;:20072,&quot;37458&quot;:20073,&quot;37459&quot;:20074,&quot;37460&quot;:20075,&quot;37462&quot;:20076,&quot;37464&quot;:20077,&quot;37465&quot;:20078,&quot;37468&quot;:20079,&quot;37469&quot;:20080,&quot;37471&quot;:20081,&quot;37472&quot;:20082,&quot;37473&quot;:20083,&quot;37475&quot;:20084,&quot;37476&quot;:20085,&quot;37477&quot;:20086,&quot;37479&quot;:20087,&quot;37480&quot;:20088,&quot;37481&quot;:20089,&quot;37482&quot;:20090,&quot;37483&quot;:20091,&quot;37486&quot;:20092,&quot;37487&quot;:20093,&quot;37488&quot;:20094,&quot;37489&quot;:20095,&quot;37490&quot;:20096,&quot;37491&quot;:20097,&quot;37493&quot;:20098,&quot;37494&quot;:20099,&quot;37495&quot;:20100,&quot;37497&quot;:20101,&quot;37500&quot;:20102,&quot;37501&quot;:20103,&quot;37502&quot;:20104,&quot;37505&quot;:20105,&quot;37506&quot;:20106,&quot;37508&quot;:20107,&quot;37510&quot;:20108,&quot;37511&quot;:20109,&quot;37512&quot;:20110,&quot;37513&quot;:20111,&quot;37514&quot;:20112,&quot;37515&quot;:20113,&quot;37516&quot;:20114,&quot;37517&quot;:20115,&quot;37519&quot;:20116,&quot;37520&quot;:20117,&quot;37522&quot;:20118,&quot;37524&quot;:20119,&quot;37525&quot;:20120,&quot;37527&quot;:20121,&quot;37529&quot;:20122,&quot;37531&quot;:20123,&quot;37533&quot;:20124,&quot;37534&quot;:20125,&quot;37535&quot;:20126,&quot;37537&quot;:20127,&quot;37538&quot;:20128,&quot;37540&quot;:20129,&quot;37543&quot;:20130,&quot;37549&quot;:20131,&quot;37551&quot;:20132,&quot;37552&quot;:20133,&quot;37554&quot;:20134,&quot;37555&quot;:20135,&quot;37556&quot;:20136,&quot;37557&quot;:20137,&quot;37558&quot;:20138,&quot;37560&quot;:20139,&quot;37562&quot;:20140,&quot;37565&quot;:20141,&quot;37566&quot;:20142,&quot;37567&quot;:20143,&quot;37568&quot;:20144,&quot;37570&quot;:20145,&quot;37572&quot;:20146,&quot;37574&quot;:20147,&quot;37577&quot;:20148,&quot;37578&quot;:20149,&quot;37579&quot;:20150,&quot;37581&quot;:20151,&quot;37582&quot;:20152,&quot;37584&quot;:20153,&quot;37585&quot;:20154,&quot;37587&quot;:20155,&quot;37588&quot;:20156,&quot;37589&quot;:20157,&quot;37590&quot;:20158,&quot;37591&quot;:20159,&quot;37592&quot;:20160,&quot;37593&quot;:20161,&quot;37594&quot;:20162,&quot;37595&quot;:20163,&quot;37596&quot;:20164,&quot;37598&quot;:20165,&quot;37600&quot;:20166,&quot;37601&quot;:20167,&quot;37602&quot;:20168,&quot;37607&quot;:20169,&quot;37609&quot;:20170,&quot;37611&quot;:20171,&quot;37612&quot;:20172,&quot;37618&quot;:20173,&quot;37619&quot;:20174,&quot;37620&quot;:20175,&quot;37621&quot;:20176,&quot;37623&quot;:20177,&quot;37625&quot;:20178,&quot;37626&quot;:20179,&quot;37627&quot;:20180,&quot;37629&quot;:20181,&quot;37630&quot;:20182,&quot;37631&quot;:20183,&quot;37632&quot;:20184,&quot;37634&quot;:20185,&quot;37635&quot;:20186,&quot;37636&quot;:20187,&quot;37637&quot;:20188,&quot;37641&quot;:20189,&quot;37642&quot;:20190,&quot;37643&quot;:20191,&quot;37644&quot;:20192,&quot;37645&quot;:20193,&quot;37646&quot;:20194,&quot;37647&quot;:20195,&quot;37649&quot;:20196,&quot;37651&quot;:20197,&quot;37652&quot;:20198,&quot;37654&quot;:20199,&quot;37655&quot;:20200,&quot;37660&quot;:20201,&quot;37661&quot;:20202,&quot;37662&quot;:20203,&quot;37665&quot;:20204,&quot;37667&quot;:20205,&quot;37668&quot;:20206,&quot;37669&quot;:20207,&quot;37671&quot;:20208,&quot;37673&quot;:20209,&quot;37674&quot;:20210,&quot;37676&quot;:20211,&quot;37677&quot;:20212,&quot;37680&quot;:20213,&quot;37681&quot;:20214,&quot;37684&quot;:20215,&quot;37685&quot;:20216,&quot;37687&quot;:20217,&quot;37689&quot;:20218,&quot;37690&quot;:20219,&quot;37691&quot;:20220,&quot;37692&quot;:20221,&quot;37693&quot;:20222,&quot;37695&quot;:20223,&quot;37698&quot;:20224,&quot;37700&quot;:20225,&quot;37701&quot;:20226,&quot;37704&quot;:20227,&quot;37705&quot;:20228,&quot;37706&quot;:20229,&quot;37708&quot;:20230,&quot;37710&quot;:20231,&quot;37711&quot;:20232,&quot;37712&quot;:20233,&quot;37713&quot;:20234,&quot;37714&quot;:20235,&quot;37715&quot;:20236,&quot;37717&quot;:20237,&quot;37718&quot;:20238,&quot;37719&quot;:20239,&quot;37721&quot;:20240,&quot;37722&quot;:20241,&quot;37724&quot;:20242,&quot;37725&quot;:20243,&quot;37726&quot;:20244,&quot;37727&quot;:20245,&quot;37728&quot;:20246,&quot;37729&quot;:20247,&quot;37730&quot;:20248,&quot;37731&quot;:20249,&quot;37734&quot;:20250,&quot;37735&quot;:20251,&quot;37736&quot;:20252,&quot;37739&quot;:20253,&quot;37741&quot;:20254,&quot;37742&quot;:20255,&quot;37743&quot;:20256,&quot;37745&quot;:20257,&quot;37746&quot;:20258,&quot;37747&quot;:20259,&quot;37748&quot;:20260,&quot;37751&quot;:20261,&quot;37752&quot;:20262,&quot;37753&quot;:20263,&quot;37755&quot;:20264,&quot;37756&quot;:20265,&quot;37757&quot;:20266,&quot;37759&quot;:20267,&quot;37760&quot;:20268,&quot;37761&quot;:20269,&quot;37763&quot;:20270,&quot;37765&quot;:20271,&quot;37766&quot;:20272,&quot;37768&quot;:20273,&quot;37769&quot;:20274,&quot;37771&quot;:20275,&quot;37772&quot;:20276,&quot;37773&quot;:20277,&quot;37774&quot;:20278,&quot;37776&quot;:20279,&quot;37777&quot;:20280,&quot;37778&quot;:20281,&quot;37779&quot;:20282,&quot;37780&quot;:20283,&quot;37781&quot;:20284,&quot;37783&quot;:20285,&quot;37785&quot;:20286,&quot;37786&quot;:20287,&quot;37787&quot;:20288,&quot;37788&quot;:20289,&quot;37789&quot;:20290,&quot;37790&quot;:20291,&quot;37791&quot;:20292,&quot;37792&quot;:20293,&quot;37793&quot;:20294,&quot;37796&quot;:20295,&quot;37797&quot;:20296,&quot;37800&quot;:20297,&quot;37803&quot;:20298,&quot;37805&quot;:20299,&quot;37807&quot;:20300,&quot;37809&quot;:20301,&quot;37810&quot;:20302,&quot;37812&quot;:20303,&quot;37814&quot;:20304,&quot;37815&quot;:20305,&quot;37817&quot;:20306,&quot;37818&quot;:20307,&quot;37819&quot;:20308,&quot;37820&quot;:20309,&quot;37821&quot;:20310,&quot;37822&quot;:20311,&quot;37824&quot;:20312,&quot;37825&quot;:20313,&quot;37826&quot;:20314,&quot;37828&quot;:20315,&quot;37829&quot;:20316,&quot;37830&quot;:20317,&quot;37833&quot;:20318,&quot;37835&quot;:20319,&quot;37838&quot;:20320,&quot;37839&quot;:20321,&quot;37840&quot;:20322,&quot;37842&quot;:20323,&quot;37843&quot;:20324,&quot;37844&quot;:20325,&quot;37845&quot;:20326,&quot;37849&quot;:20327,&quot;37850&quot;:20328,&quot;37851&quot;:20329,&quot;37856&quot;:20330,&quot;37859&quot;:20331,&quot;37861&quot;:20332,&quot;37862&quot;:20333,&quot;37863&quot;:20334,&quot;37865&quot;:20335,&quot;37866&quot;:20336,&quot;37867&quot;:20337,&quot;37868&quot;:20338,&quot;37869&quot;:20339,&quot;37870&quot;:20340,&quot;37871&quot;:20341,&quot;37872&quot;:20342,&quot;37873&quot;:20343,&quot;37874&quot;:20344,&quot;37875&quot;:20345,&quot;37876&quot;:20346,&quot;37878&quot;:20347,&quot;37880&quot;:20348,&quot;37882&quot;:20349,&quot;37883&quot;:20350,&quot;37884&quot;:20351,&quot;37885&quot;:20352,&quot;37886&quot;:20353,&quot;37887&quot;:20354,&quot;37888&quot;:20355,&quot;37889&quot;:20356,&quot;37890&quot;:20357,&quot;37892&quot;:20358,&quot;37893&quot;:20359,&quot;37894&quot;:20360,&quot;37895&quot;:20361,&quot;37896&quot;:20362,&quot;37897&quot;:20363,&quot;37898&quot;:20364,&quot;37900&quot;:20365,&quot;37901&quot;:20366,&quot;37902&quot;:20367,&quot;37903&quot;:20368,&quot;37905&quot;:20369,&quot;37909&quot;:20370,&quot;37910&quot;:20371,&quot;37911&quot;:20372,&quot;37914&quot;:20373,&quot;37915&quot;:20374,&quot;37916&quot;:20375,&quot;37918&quot;:20376,&quot;37919&quot;:20377,&quot;37921&quot;:20378,&quot;37922&quot;:20379,&quot;37923&quot;:20380,&quot;37924&quot;:20381,&quot;37925&quot;:20382,&quot;37929&quot;:20383,&quot;37930&quot;:20384,&quot;37931&quot;:20385,&quot;37932&quot;:20386,&quot;37933&quot;:20387,&quot;37935&quot;:20388,&quot;37936&quot;:20389,&quot;37937&quot;:20390,&quot;37940&quot;:20391,&quot;37942&quot;:20392,&quot;37943&quot;:20393,&quot;37945&quot;:20394,&quot;37947&quot;:20395,&quot;37948&quot;:20396,&quot;37949&quot;:20397,&quot;37952&quot;:20398,&quot;37953&quot;:20399,&quot;37954&quot;:20400,&quot;37955&quot;:20401,&quot;37957&quot;:20402,&quot;37958&quot;:20403,&quot;37959&quot;:20404,&quot;37960&quot;:20405,&quot;37961&quot;:20406,&quot;37963&quot;:20407,&quot;37965&quot;:20408,&quot;37966&quot;:20409,&quot;37967&quot;:20410,&quot;37968&quot;:20411,&quot;37969&quot;:20412,&quot;37971&quot;:20413,&quot;37973&quot;:20414,&quot;37974&quot;:20415,&quot;37975&quot;:20416,&quot;37976&quot;:20417,&quot;37977&quot;:20418,&quot;37978&quot;:20419,&quot;37979&quot;:20420,&quot;37980&quot;:20421,&quot;37981&quot;:20422,&quot;37982&quot;:20423,&quot;37983&quot;:20424,&quot;37985&quot;:20425,&quot;37986&quot;:20426,&quot;37988&quot;:20427,&quot;37990&quot;:20428,&quot;37991&quot;:20429,&quot;37992&quot;:20430,&quot;37993&quot;:20431,&quot;37994&quot;:20432,&quot;37996&quot;:20433,&quot;37998&quot;:20434,&quot;37999&quot;:20435,&quot;38001&quot;:20436,&quot;38003&quot;:20437,&quot;38004&quot;:20438,&quot;38005&quot;:20439,&quot;38006&quot;:20440,&quot;38008&quot;:20441,&quot;38010&quot;:20442,&quot;38011&quot;:20443,&quot;38016&quot;:20444,&quot;38017&quot;:20445,&quot;38018&quot;:20446,&quot;38019&quot;:20447,&quot;38020&quot;:20448,&quot;38033&quot;:20449,&quot;38038&quot;:20450,&quot;38040&quot;:20451,&quot;38087&quot;:20452,&quot;38095&quot;:20453,&quot;38099&quot;:20454,&quot;38100&quot;:20455,&quot;38106&quot;:20456,&quot;38118&quot;:20457,&quot;38139&quot;:20458,&quot;38172&quot;:20459,&quot;38176&quot;:20460,&quot;38183&quot;:20461,&quot;38195&quot;:20462,&quot;38205&quot;:20463,&quot;38211&quot;:20464,&quot;38216&quot;:20465,&quot;38219&quot;:20466,&quot;38229&quot;:20467,&quot;38234&quot;:20468,&quot;38240&quot;:20469,&quot;38254&quot;:20470,&quot;38260&quot;:20471,&quot;38261&quot;:20472,&quot;38264&quot;:20473,&quot;38265&quot;:20474,&quot;38266&quot;:20475,&quot;38267&quot;:20476,&quot;38268&quot;:20477,&quot;38269&quot;:20478,&quot;38270&quot;:20479,&quot;38273&quot;:20480,&quot;38276&quot;:20481,&quot;38277&quot;:20482,&quot;38279&quot;:20483,&quot;38280&quot;:20484,&quot;38282&quot;:20485,&quot;38285&quot;:20486,&quot;38288&quot;:20487,&quot;38290&quot;:20488,&quot;38293&quot;:20489,&quot;38294&quot;:20490,&quot;38295&quot;:20491,&quot;38297&quot;:20492,&quot;38298&quot;:20493,&quot;38299&quot;:20494,&quot;38300&quot;:20495,&quot;38301&quot;:20496,&quot;38302&quot;:20497,&quot;38303&quot;:20498,&quot;38304&quot;:20499,&quot;38306&quot;:20500,&quot;38310&quot;:20501,&quot;38311&quot;:20502,&quot;38314&quot;:20503,&quot;38318&quot;:20504,&quot;38319&quot;:20505,&quot;38320&quot;:20506,&quot;38321&quot;:20507,&quot;38323&quot;:20508,&quot;38324&quot;:20509,&quot;38325&quot;:20510,&quot;38327&quot;:20511,&quot;38328&quot;:20512,&quot;38330&quot;:20513,&quot;38336&quot;:20514,&quot;38337&quot;:20515,&quot;38338&quot;:20516,&quot;38340&quot;:20517,&quot;38341&quot;:20518,&quot;38343&quot;:20519,&quot;38345&quot;:20520,&quot;38349&quot;:20521,&quot;38350&quot;:20522,&quot;38351&quot;:20523,&quot;38353&quot;:20524,&quot;38354&quot;:20525,&quot;38355&quot;:20526,&quot;38359&quot;:20527,&quot;38360&quot;:20528,&quot;38361&quot;:20529,&quot;38362&quot;:20530,&quot;38363&quot;:20531,&quot;38365&quot;:20532,&quot;38367&quot;:20533,&quot;38368&quot;:20534,&quot;38371&quot;:20535,&quot;38372&quot;:20536,&quot;38374&quot;:20537,&quot;38375&quot;:20538,&quot;38380&quot;:20539,&quot;38399&quot;:20540,&quot;38407&quot;:20541,&quot;38419&quot;:20542,&quot;38424&quot;:20543,&quot;38427&quot;:20544,&quot;38430&quot;:20545,&quot;38432&quot;:20546,&quot;38435&quot;:20547,&quot;38436&quot;:20548,&quot;38437&quot;:20549,&quot;38438&quot;:20550,&quot;38439&quot;:20551,&quot;38440&quot;:20552,&quot;38441&quot;:20553,&quot;38443&quot;:20554,&quot;38444&quot;:20555,&quot;38445&quot;:20556,&quot;38447&quot;:20557,&quot;38448&quot;:20558,&quot;38455&quot;:20559,&quot;38456&quot;:20560,&quot;38457&quot;:20561,&quot;38458&quot;:20562,&quot;38462&quot;:20563,&quot;38465&quot;:20564,&quot;38467&quot;:20565,&quot;38474&quot;:20566,&quot;38478&quot;:20567,&quot;38479&quot;:20568,&quot;38481&quot;:20569,&quot;38482&quot;:20570,&quot;38483&quot;:20571,&quot;38486&quot;:20572,&quot;38487&quot;:20573,&quot;38489&quot;:20574,&quot;38490&quot;:20575,&quot;38492&quot;:20576,&quot;38494&quot;:20577,&quot;38496&quot;:20578,&quot;38501&quot;:20579,&quot;38502&quot;:20580,&quot;38507&quot;:20581,&quot;38509&quot;:20582,&quot;38510&quot;:20583,&quot;38511&quot;:20584,&quot;38513&quot;:20585,&quot;38521&quot;:20586,&quot;38522&quot;:20587,&quot;38523&quot;:20588,&quot;38524&quot;:20589,&quot;38526&quot;:20590,&quot;38527&quot;:20591,&quot;38528&quot;:20592,&quot;38529&quot;:20593,&quot;38530&quot;:20594,&quot;38531&quot;:20595,&quot;38532&quot;:20596,&quot;38535&quot;:20597,&quot;38537&quot;:20598,&quot;38540&quot;:20599,&quot;38545&quot;:20600,&quot;38546&quot;:20601,&quot;38547&quot;:20602,&quot;38550&quot;:20603,&quot;38554&quot;:20604,&quot;38557&quot;:20605,&quot;38558&quot;:20606,&quot;38559&quot;:20607,&quot;38560&quot;:20608,&quot;38561&quot;:20609,&quot;38562&quot;:20610,&quot;63985&quot;:20611,&quot;38563&quot;:20611,&quot;38564&quot;:20612,&quot;38565&quot;:20613,&quot;38566&quot;:20614,&quot;38569&quot;:20615,&quot;38571&quot;:20616,&quot;38572&quot;:20617,&quot;38573&quot;:20618,&quot;38574&quot;:20619,&quot;38575&quot;:20620,&quot;38578&quot;:20621,&quot;38581&quot;:20622,&quot;38583&quot;:20623,&quot;38586&quot;:20624,&quot;38591&quot;:20625,&quot;38594&quot;:20626,&quot;38595&quot;:20627,&quot;38600&quot;:20628,&quot;38602&quot;:20629,&quot;38603&quot;:20630,&quot;38608&quot;:20631,&quot;38609&quot;:20632,&quot;38611&quot;:20633,&quot;38612&quot;:20634,&quot;38615&quot;:20635,&quot;38616&quot;:20636,&quot;38618&quot;:20637,&quot;38621&quot;:20638,&quot;38622&quot;:20639,&quot;38623&quot;:20640,&quot;38625&quot;:20641,&quot;38628&quot;:20642,&quot;38629&quot;:20643,&quot;38630&quot;:20644,&quot;38631&quot;:20645,&quot;38635&quot;:20646,&quot;38636&quot;:20647,&quot;38637&quot;:20648,&quot;38638&quot;:20649,&quot;38640&quot;:20650,&quot;38641&quot;:20651,&quot;38644&quot;:20652,&quot;38645&quot;:20653,&quot;38648&quot;:20654,&quot;38650&quot;:20655,&quot;38652&quot;:20656,&quot;38653&quot;:20657,&quot;38655&quot;:20658,&quot;38658&quot;:20659,&quot;38659&quot;:20660,&quot;38661&quot;:20661,&quot;38666&quot;:20662,&quot;38667&quot;:20663,&quot;38668&quot;:20664,&quot;38672&quot;:20665,&quot;38673&quot;:20666,&quot;38674&quot;:20667,&quot;38676&quot;:20668,&quot;38677&quot;:20669,&quot;38679&quot;:20670,&quot;38680&quot;:20671,&quot;38681&quot;:20672,&quot;38682&quot;:20673,&quot;38683&quot;:20674,&quot;38685&quot;:20675,&quot;38687&quot;:20676,&quot;38688&quot;:20677,&quot;38689&quot;:20678,&quot;38690&quot;:20679,&quot;38691&quot;:20680,&quot;38692&quot;:20681,&quot;38693&quot;:20682,&quot;38694&quot;:20683,&quot;38696&quot;:20684,&quot;38697&quot;:20685,&quot;38699&quot;:20686,&quot;38700&quot;:20687,&quot;38702&quot;:20688,&quot;38703&quot;:20689,&quot;38705&quot;:20690,&quot;38707&quot;:20691,&quot;38708&quot;:20692,&quot;38709&quot;:20693,&quot;38710&quot;:20694,&quot;38711&quot;:20695,&quot;38714&quot;:20696,&quot;38715&quot;:20697,&quot;38716&quot;:20698,&quot;38719&quot;:20699,&quot;38720&quot;:20700,&quot;38721&quot;:20701,&quot;38723&quot;:20702,&quot;38725&quot;:20703,&quot;38726&quot;:20704,&quot;38727&quot;:20705,&quot;38729&quot;:20706,&quot;38730&quot;:20707,&quot;38731&quot;:20708,&quot;38732&quot;:20709,&quot;38733&quot;:20710,&quot;38734&quot;:20711,&quot;38735&quot;:20712,&quot;38736&quot;:20713,&quot;12205&quot;:20714,&quot;38737&quot;:20714,&quot;38740&quot;:20715,&quot;38741&quot;:20716,&quot;38743&quot;:20717,&quot;38744&quot;:20718,&quot;38748&quot;:20719,&quot;38749&quot;:20720,&quot;38751&quot;:20721,&quot;38755&quot;:20722,&quot;38756&quot;:20723,&quot;38758&quot;:20724,&quot;38759&quot;:20725,&quot;38762&quot;:20726,&quot;38763&quot;:20727,&quot;38764&quot;:20728,&quot;38765&quot;:20729,&quot;38766&quot;:20730,&quot;38767&quot;:20731,&quot;38768&quot;:20732,&quot;38769&quot;:20733,&quot;38770&quot;:20734,&quot;38773&quot;:20735,&quot;38775&quot;:20736,&quot;38776&quot;:20737,&quot;38777&quot;:20738,&quot;38778&quot;:20739,&quot;38779&quot;:20740,&quot;38781&quot;:20741,&quot;38782&quot;:20742,&quot;38783&quot;:20743,&quot;38784&quot;:20744,&quot;38785&quot;:20745,&quot;38786&quot;:20746,&quot;38787&quot;:20747,&quot;38788&quot;:20748,&quot;38790&quot;:20749,&quot;38791&quot;:20750,&quot;38792&quot;:20751,&quot;38793&quot;:20752,&quot;38794&quot;:20753,&quot;38796&quot;:20754,&quot;38798&quot;:20755,&quot;38800&quot;:20756,&quot;38803&quot;:20757,&quot;38805&quot;:20758,&quot;38806&quot;:20759,&quot;38807&quot;:20760,&quot;38809&quot;:20761,&quot;38810&quot;:20762,&quot;38811&quot;:20763,&quot;38812&quot;:20764,&quot;38813&quot;:20765,&quot;38814&quot;:20766,&quot;38815&quot;:20767,&quot;38817&quot;:20768,&quot;38818&quot;:20769,&quot;38820&quot;:20770,&quot;38821&quot;:20771,&quot;38823&quot;:20772,&quot;38824&quot;:20773,&quot;38825&quot;:20774,&quot;38826&quot;:20775,&quot;38828&quot;:20776,&quot;38830&quot;:20777,&quot;38832&quot;:20778,&quot;38833&quot;:20779,&quot;38835&quot;:20780,&quot;38837&quot;:20781,&quot;38838&quot;:20782,&quot;38839&quot;:20783,&quot;38840&quot;:20784,&quot;38841&quot;:20785,&quot;38842&quot;:20786,&quot;38843&quot;:20787,&quot;38844&quot;:20788,&quot;38846&quot;:20789,&quot;38847&quot;:20790,&quot;38848&quot;:20791,&quot;38849&quot;:20792,&quot;38850&quot;:20793,&quot;38852&quot;:20794,&quot;38853&quot;:20795,&quot;38855&quot;:20796,&quot;38856&quot;:20797,&quot;38858&quot;:20798,&quot;38861&quot;:20799,&quot;38862&quot;:20800,&quot;38863&quot;:20801,&quot;38864&quot;:20802,&quot;38865&quot;:20803,&quot;38866&quot;:20804,&quot;38868&quot;:20805,&quot;38869&quot;:20806,&quot;38870&quot;:20807,&quot;38871&quot;:20808,&quot;38872&quot;:20809,&quot;38874&quot;:20810,&quot;38875&quot;:20811,&quot;38877&quot;:20812,&quot;38879&quot;:20813,&quot;38880&quot;:20814,&quot;38881&quot;:20815,&quot;38882&quot;:20816,&quot;38883&quot;:20817,&quot;38884&quot;:20818,&quot;38885&quot;:20819,&quot;38888&quot;:20820,&quot;38894&quot;:20821,&quot;38895&quot;:20822,&quot;38896&quot;:20823,&quot;38897&quot;:20824,&quot;38898&quot;:20825,&quot;38900&quot;:20826,&quot;38903&quot;:20827,&quot;38904&quot;:20828,&quot;38905&quot;:20829,&quot;38906&quot;:20830,&quot;38907&quot;:20831,&quot;38908&quot;:20832,&quot;38909&quot;:20833,&quot;38910&quot;:20834,&quot;38912&quot;:20835,&quot;38916&quot;:20836,&quot;38921&quot;:20837,&quot;38923&quot;:20838,&quot;38925&quot;:20839,&quot;38932&quot;:20840,&quot;38933&quot;:20841,&quot;38934&quot;:20842,&quot;38937&quot;:20843,&quot;38938&quot;:20844,&quot;38939&quot;:20845,&quot;38941&quot;:20846,&quot;38942&quot;:20847,&quot;38943&quot;:20848,&quot;38944&quot;:20849,&quot;38946&quot;:20850,&quot;38947&quot;:20851,&quot;38949&quot;:20852,&quot;38951&quot;:20853,&quot;38952&quot;:20854,&quot;38953&quot;:20855,&quot;38954&quot;:20856,&quot;38955&quot;:20857,&quot;38956&quot;:20858,&quot;38958&quot;:20859,&quot;38959&quot;:20860,&quot;38961&quot;:20861,&quot;38962&quot;:20862,&quot;38963&quot;:20863,&quot;38964&quot;:20864,&quot;38965&quot;:20865,&quot;38966&quot;:20866,&quot;38969&quot;:20867,&quot;38970&quot;:20868,&quot;38972&quot;:20869,&quot;38974&quot;:20870,&quot;38975&quot;:20871,&quot;38976&quot;:20872,&quot;38977&quot;:20873,&quot;38978&quot;:20874,&quot;38979&quot;:20875,&quot;38980&quot;:20876,&quot;38981&quot;:20877,&quot;38983&quot;:20878,&quot;38984&quot;:20879,&quot;38985&quot;:20880,&quot;38986&quot;:20881,&quot;38987&quot;:20882,&quot;38991&quot;:20883,&quot;38992&quot;:20884,&quot;38993&quot;:20885,&quot;38994&quot;:20886,&quot;38997&quot;:20887,&quot;38998&quot;:20888,&quot;38999&quot;:20889,&quot;39002&quot;:20890,&quot;39004&quot;:20891,&quot;39005&quot;:20892,&quot;39007&quot;:20893,&quot;39008&quot;:20894,&quot;39009&quot;:20895,&quot;39011&quot;:20896,&quot;39012&quot;:20897,&quot;39014&quot;:20898,&quot;39016&quot;:20899,&quot;39017&quot;:20900,&quot;39018&quot;:20901,&quot;39021&quot;:20902,&quot;39022&quot;:20903,&quot;39026&quot;:20904,&quot;39051&quot;:20905,&quot;39054&quot;:20906,&quot;39058&quot;:20907,&quot;39061&quot;:20908,&quot;39065&quot;:20909,&quot;39075&quot;:20910,&quot;39081&quot;:20911,&quot;39082&quot;:20912,&quot;39083&quot;:20913,&quot;39084&quot;:20914,&quot;39085&quot;:20915,&quot;39088&quot;:20916,&quot;39090&quot;:20917,&quot;39092&quot;:20918,&quot;39093&quot;:20919,&quot;39095&quot;:20920,&quot;39096&quot;:20921,&quot;39097&quot;:20922,&quot;39098&quot;:20923,&quot;39099&quot;:20924,&quot;39101&quot;:20925,&quot;39102&quot;:20926,&quot;39103&quot;:20927,&quot;39104&quot;:20928,&quot;39105&quot;:20929,&quot;39106&quot;:20930,&quot;39107&quot;:20931,&quot;39109&quot;:20932,&quot;39111&quot;:20933,&quot;39113&quot;:20934,&quot;39114&quot;:20935,&quot;39115&quot;:20936,&quot;39116&quot;:20937,&quot;39117&quot;:20938,&quot;39119&quot;:20939,&quot;39120&quot;:20940,&quot;39124&quot;:20941,&quot;39126&quot;:20942,&quot;39127&quot;:20943,&quot;39132&quot;:20944,&quot;39133&quot;:20945,&quot;39137&quot;:20946,&quot;39139&quot;:20947,&quot;39140&quot;:20948,&quot;39141&quot;:20949,&quot;39142&quot;:20950,&quot;39148&quot;:20951,&quot;39150&quot;:20952,&quot;39152&quot;:20953,&quot;39153&quot;:20954,&quot;39155&quot;:20955,&quot;39157&quot;:20956,&quot;39158&quot;:20957,&quot;39159&quot;:20958,&quot;39160&quot;:20959,&quot;39161&quot;:20960,&quot;39162&quot;:20961,&quot;39163&quot;:20962,&quot;39167&quot;:20963,&quot;39168&quot;:20964,&quot;39169&quot;:20965,&quot;39170&quot;:20966,&quot;39172&quot;:20967,&quot;39174&quot;:20968,&quot;39175&quot;:20969,&quot;39176&quot;:20970,&quot;39179&quot;:20971,&quot;39182&quot;:20972,&quot;39183&quot;:20973,&quot;39188&quot;:20974,&quot;39189&quot;:20975,&quot;39190&quot;:20976,&quot;39191&quot;:20977,&quot;39193&quot;:20978,&quot;39194&quot;:20979,&quot;39196&quot;:20980,&quot;39197&quot;:20981,&quot;39199&quot;:20982,&quot;39200&quot;:20983,&quot;39202&quot;:20984,&quot;39203&quot;:20985,&quot;39204&quot;:20986,&quot;39205&quot;:20987,&quot;39206&quot;:20988,&quot;39207&quot;:20989,&quot;39209&quot;:20990,&quot;39210&quot;:20991,&quot;39211&quot;:20992,&quot;39212&quot;:20993,&quot;39213&quot;:20994,&quot;39215&quot;:20995,&quot;39216&quot;:20996,&quot;39217&quot;:20997,&quot;39218&quot;:20998,&quot;39220&quot;:20999,&quot;39221&quot;:21000,&quot;39222&quot;:21001,&quot;39224&quot;:21002,&quot;39225&quot;:21003,&quot;39226&quot;:21004,&quot;39227&quot;:21005,&quot;39229&quot;:21006,&quot;39232&quot;:21007,&quot;39233&quot;:21008,&quot;39234&quot;:21009,&quot;39236&quot;:21010,&quot;39238&quot;:21011,&quot;39239&quot;:21012,&quot;39245&quot;:21013,&quot;39246&quot;:21014,&quot;39247&quot;:21015,&quot;39248&quot;:21016,&quot;39251&quot;:21017,&quot;39254&quot;:21018,&quot;39256&quot;:21019,&quot;39257&quot;:21020,&quot;39258&quot;:21021,&quot;39259&quot;:21022,&quot;39261&quot;:21023,&quot;39263&quot;:21024,&quot;39264&quot;:21025,&quot;39265&quot;:21026,&quot;39268&quot;:21027,&quot;39270&quot;:21028,&quot;39283&quot;:21029,&quot;39288&quot;:21030,&quot;39289&quot;:21031,&quot;39291&quot;:21032,&quot;39294&quot;:21033,&quot;39298&quot;:21034,&quot;39299&quot;:21035,&quot;39305&quot;:21036,&quot;39308&quot;:21037,&quot;39310&quot;:21038,&quot;39322&quot;:21039,&quot;39323&quot;:21040,&quot;39324&quot;:21041,&quot;39325&quot;:21042,&quot;39326&quot;:21043,&quot;39327&quot;:21044,&quot;39328&quot;:21045,&quot;39329&quot;:21046,&quot;39330&quot;:21047,&quot;39331&quot;:21048,&quot;39332&quot;:21049,&quot;39334&quot;:21050,&quot;39335&quot;:21051,&quot;39337&quot;:21052,&quot;39338&quot;:21053,&quot;39339&quot;:21054,&quot;39343&quot;:21055,&quot;39344&quot;:21056,&quot;39346&quot;:21057,&quot;39349&quot;:21058,&quot;39350&quot;:21059,&quot;39351&quot;:21060,&quot;39352&quot;:21061,&quot;39353&quot;:21062,&quot;39354&quot;:21063,&quot;39355&quot;:21064,&quot;39356&quot;:21065,&quot;39357&quot;:21066,&quot;39358&quot;:21067,&quot;39359&quot;:21068,&quot;39360&quot;:21069,&quot;39362&quot;:21070,&quot;39363&quot;:21071,&quot;39364&quot;:21072,&quot;39365&quot;:21073,&quot;39366&quot;:21074,&quot;39367&quot;:21075,&quot;39368&quot;:21076,&quot;39369&quot;:21077,&quot;39370&quot;:21078,&quot;39371&quot;:21079,&quot;39372&quot;:21080,&quot;39373&quot;:21081,&quot;39374&quot;:21082,&quot;39375&quot;:21083,&quot;39379&quot;:21084,&quot;39382&quot;:21085,&quot;39383&quot;:21086,&quot;39386&quot;:21087,&quot;39388&quot;:21088,&quot;39390&quot;:21089,&quot;39392&quot;:21090,&quot;39395&quot;:21091,&quot;39396&quot;:21092,&quot;39397&quot;:21093,&quot;39398&quot;:21094,&quot;39399&quot;:21095,&quot;39400&quot;:21096,&quot;39401&quot;:21097,&quot;39402&quot;:21098,&quot;39403&quot;:21099,&quot;39404&quot;:21100,&quot;39406&quot;:21101,&quot;39407&quot;:21102,&quot;39408&quot;:21103,&quot;39410&quot;:21104,&quot;39411&quot;:21105,&quot;39412&quot;:21106,&quot;39413&quot;:21107,&quot;39414&quot;:21108,&quot;39415&quot;:21109,&quot;39416&quot;:21110,&quot;39417&quot;:21111,&quot;39418&quot;:21112,&quot;39419&quot;:21113,&quot;39420&quot;:21114,&quot;39421&quot;:21115,&quot;39422&quot;:21116,&quot;39424&quot;:21117,&quot;39426&quot;:21118,&quot;39427&quot;:21119,&quot;39428&quot;:21120,&quot;39430&quot;:21121,&quot;39431&quot;:21122,&quot;39432&quot;:21123,&quot;39433&quot;:21124,&quot;39434&quot;:21125,&quot;39435&quot;:21126,&quot;39436&quot;:21127,&quot;39440&quot;:21128,&quot;39441&quot;:21129,&quot;39442&quot;:21130,&quot;39443&quot;:21131,&quot;39444&quot;:21132,&quot;39445&quot;:21133,&quot;39447&quot;:21134,&quot;39448&quot;:21135,&quot;39450&quot;:21136,&quot;39451&quot;:21137,&quot;39452&quot;:21138,&quot;39453&quot;:21139,&quot;39454&quot;:21140,&quot;39455&quot;:21141,&quot;39456&quot;:21142,&quot;39457&quot;:21143,&quot;39458&quot;:21144,&quot;39459&quot;:21145,&quot;39460&quot;:21146,&quot;39461&quot;:21147,&quot;39462&quot;:21148,&quot;39463&quot;:21149,&quot;39464&quot;:21150,&quot;39465&quot;:21151,&quot;39466&quot;:21152,&quot;39468&quot;:21153,&quot;39471&quot;:21154,&quot;39473&quot;:21155,&quot;39474&quot;:21156,&quot;39475&quot;:21157,&quot;39476&quot;:21158,&quot;39477&quot;:21159,&quot;39481&quot;:21160,&quot;39482&quot;:21161,&quot;39483&quot;:21162,&quot;39484&quot;:21163,&quot;39485&quot;:21164,&quot;39487&quot;:21165,&quot;39494&quot;:21166,&quot;39495&quot;:21167,&quot;39496&quot;:21168,&quot;39497&quot;:21169,&quot;39499&quot;:21170,&quot;39500&quot;:21171,&quot;39502&quot;:21172,&quot;39504&quot;:21173,&quot;39505&quot;:21174,&quot;39506&quot;:21175,&quot;39507&quot;:21176,&quot;39508&quot;:21177,&quot;39510&quot;:21178,&quot;39512&quot;:21179,&quot;39513&quot;:21180,&quot;39516&quot;:21181,&quot;39517&quot;:21182,&quot;39518&quot;:21183,&quot;39520&quot;:21184,&quot;39521&quot;:21185,&quot;39523&quot;:21186,&quot;39526&quot;:21187,&quot;39527&quot;:21188,&quot;39528&quot;:21189,&quot;39529&quot;:21190,&quot;39531&quot;:21191,&quot;39538&quot;:21192,&quot;39555&quot;:21193,&quot;39561&quot;:21194,&quot;39565&quot;:21195,&quot;39566&quot;:21196,&quot;39572&quot;:21197,&quot;39573&quot;:21198,&quot;39577&quot;:21199,&quot;39590&quot;:21200,&quot;39593&quot;:21201,&quot;39594&quot;:21202,&quot;39595&quot;:21203,&quot;39596&quot;:21204,&quot;39597&quot;:21205,&quot;39598&quot;:21206,&quot;39602&quot;:21207,&quot;39603&quot;:21208,&quot;39604&quot;:21209,&quot;39605&quot;:21210,&quot;39609&quot;:21211,&quot;39611&quot;:21212,&quot;39613&quot;:21213,&quot;39614&quot;:21214,&quot;39615&quot;:21215,&quot;39619&quot;:21216,&quot;39620&quot;:21217,&quot;39622&quot;:21218,&quot;39623&quot;:21219,&quot;39624&quot;:21220,&quot;39625&quot;:21221,&quot;39626&quot;:21222,&quot;39629&quot;:21223,&quot;39630&quot;:21224,&quot;39632&quot;:21225,&quot;39639&quot;:21226,&quot;39641&quot;:21227,&quot;39642&quot;:21228,&quot;39643&quot;:21229,&quot;39644&quot;:21230,&quot;39645&quot;:21231,&quot;39646&quot;:21232,&quot;39648&quot;:21233,&quot;39650&quot;:21234,&quot;39651&quot;:21235,&quot;39652&quot;:21236,&quot;39653&quot;:21237,&quot;39655&quot;:21238,&quot;39656&quot;:21239,&quot;39657&quot;:21240,&quot;39658&quot;:21241,&quot;39660&quot;:21242,&quot;39664&quot;:21243,&quot;39665&quot;:21244,&quot;39666&quot;:21245,&quot;39667&quot;:21246,&quot;39668&quot;:21247,&quot;39669&quot;:21248,&quot;39670&quot;:21249,&quot;39671&quot;:21250,&quot;39672&quot;:21251,&quot;39674&quot;:21252,&quot;39676&quot;:21253,&quot;39677&quot;:21254,&quot;39678&quot;:21255,&quot;39679&quot;:21256,&quot;39680&quot;:21257,&quot;39681&quot;:21258,&quot;39682&quot;:21259,&quot;39684&quot;:21260,&quot;39685&quot;:21261,&quot;39687&quot;:21262,&quot;39689&quot;:21263,&quot;39690&quot;:21264,&quot;39691&quot;:21265,&quot;39692&quot;:21266,&quot;39694&quot;:21267,&quot;39696&quot;:21268,&quot;39697&quot;:21269,&quot;39698&quot;:21270,&quot;39700&quot;:21271,&quot;39701&quot;:21272,&quot;39702&quot;:21273,&quot;39703&quot;:21274,&quot;39704&quot;:21275,&quot;39705&quot;:21276,&quot;39707&quot;:21277,&quot;39708&quot;:21278,&quot;39709&quot;:21279,&quot;39710&quot;:21280,&quot;39712&quot;:21281,&quot;39713&quot;:21282,&quot;39716&quot;:21283,&quot;39718&quot;:21284,&quot;39720&quot;:21285,&quot;39722&quot;:21286,&quot;39723&quot;:21287,&quot;39724&quot;:21288,&quot;39725&quot;:21289,&quot;39728&quot;:21290,&quot;39731&quot;:21291,&quot;39732&quot;:21292,&quot;39733&quot;:21293,&quot;39734&quot;:21294,&quot;39735&quot;:21295,&quot;39736&quot;:21296,&quot;39737&quot;:21297,&quot;39738&quot;:21298,&quot;39741&quot;:21299,&quot;39742&quot;:21300,&quot;39743&quot;:21301,&quot;39744&quot;:21302,&quot;39750&quot;:21303,&quot;39754&quot;:21304,&quot;39755&quot;:21305,&quot;39756&quot;:21306,&quot;39760&quot;:21307,&quot;39762&quot;:21308,&quot;39763&quot;:21309,&quot;39765&quot;:21310,&quot;39766&quot;:21311,&quot;39767&quot;:21312,&quot;39769&quot;:21313,&quot;39771&quot;:21314,&quot;39772&quot;:21315,&quot;39773&quot;:21316,&quot;39774&quot;:21317,&quot;39775&quot;:21318,&quot;39776&quot;:21319,&quot;39777&quot;:21320,&quot;39778&quot;:21321,&quot;39779&quot;:21322,&quot;39780&quot;:21323,&quot;39781&quot;:21324,&quot;39782&quot;:21325,&quot;39783&quot;:21326,&quot;39784&quot;:21327,&quot;39785&quot;:21328,&quot;39786&quot;:21329,&quot;39787&quot;:21330,&quot;39788&quot;:21331,&quot;39789&quot;:21332,&quot;39790&quot;:21333,&quot;39792&quot;:21334,&quot;39793&quot;:21335,&quot;39794&quot;:21336,&quot;39795&quot;:21337,&quot;39797&quot;:21338,&quot;39798&quot;:21339,&quot;39800&quot;:21340,&quot;39801&quot;:21341,&quot;39802&quot;:21342,&quot;39803&quot;:21343,&quot;39804&quot;:21344,&quot;39805&quot;:21345,&quot;39806&quot;:21346,&quot;39807&quot;:21347,&quot;39808&quot;:21348,&quot;39810&quot;:21349,&quot;39812&quot;:21350,&quot;39813&quot;:21351,&quot;39814&quot;:21352,&quot;39815&quot;:21353,&quot;39816&quot;:21354,&quot;39817&quot;:21355,&quot;39818&quot;:21356,&quot;39819&quot;:21357,&quot;39820&quot;:21358,&quot;39821&quot;:21359,&quot;39823&quot;:21360,&quot;39827&quot;:21361,&quot;39828&quot;:21362,&quot;39829&quot;:21363,&quot;39830&quot;:21364,&quot;39831&quot;:21365,&quot;39832&quot;:21366,&quot;39833&quot;:21367,&quot;39835&quot;:21368,&quot;39836&quot;:21369,&quot;39839&quot;:21370,&quot;39840&quot;:21371,&quot;39841&quot;:21372,&quot;39842&quot;:21373,&quot;39843&quot;:21374,&quot;39844&quot;:21375,&quot;39845&quot;:21376,&quot;39846&quot;:21377,&quot;39847&quot;:21378,&quot;39848&quot;:21379,&quot;39849&quot;:21380,&quot;39852&quot;:21381,&quot;39855&quot;:21382,&quot;39856&quot;:21383,&quot;39857&quot;:21384,&quot;39858&quot;:21385,&quot;39859&quot;:21386,&quot;39860&quot;:21387,&quot;39861&quot;:21388,&quot;39862&quot;:21389,&quot;39863&quot;:21390,&quot;39864&quot;:21391,&quot;39865&quot;:21392,&quot;39866&quot;:21393,&quot;39867&quot;:21394,&quot;39868&quot;:21395,&quot;39869&quot;:21396,&quot;39870&quot;:21397,&quot;39871&quot;:21398,&quot;39874&quot;:21399,&quot;39875&quot;:21400,&quot;39876&quot;:21401,&quot;39877&quot;:21402,&quot;39878&quot;:21403,&quot;39880&quot;:21404,&quot;39883&quot;:21405,&quot;39884&quot;:21406,&quot;39885&quot;:21407,&quot;39886&quot;:21408,&quot;39887&quot;:21409,&quot;39888&quot;:21410,&quot;39889&quot;:21411,&quot;39890&quot;:21412,&quot;39891&quot;:21413,&quot;39893&quot;:21414,&quot;39895&quot;:21415,&quot;39896&quot;:21416,&quot;39897&quot;:21417,&quot;39898&quot;:21418,&quot;39900&quot;:21419,&quot;39902&quot;:21420,&quot;39903&quot;:21421,&quot;39904&quot;:21422,&quot;39907&quot;:21423,&quot;39909&quot;:21424,&quot;39910&quot;:21425,&quot;39913&quot;:21426,&quot;39916&quot;:21427,&quot;39917&quot;:21428,&quot;39918&quot;:21429,&quot;39919&quot;:21430,&quot;39921&quot;:21431,&quot;39922&quot;:21432,&quot;39923&quot;:21433,&quot;39925&quot;:21434,&quot;39926&quot;:21435,&quot;39927&quot;:21436,&quot;39928&quot;:21437,&quot;39929&quot;:21438,&quot;39930&quot;:21439,&quot;39931&quot;:21440,&quot;39932&quot;:21441,&quot;39934&quot;:21442,&quot;39936&quot;:21443,&quot;39937&quot;:21444,&quot;39938&quot;:21445,&quot;39939&quot;:21446,&quot;39940&quot;:21447,&quot;39941&quot;:21448,&quot;39942&quot;:21449,&quot;39943&quot;:21450,&quot;39946&quot;:21451,&quot;39947&quot;:21452,&quot;39948&quot;:21453,&quot;39950&quot;:21454,&quot;39951&quot;:21455,&quot;39953&quot;:21456,&quot;39956&quot;:21457,&quot;39957&quot;:21458,&quot;39958&quot;:21459,&quot;39959&quot;:21460,&quot;39960&quot;:21461,&quot;39961&quot;:21462,&quot;39962&quot;:21463,&quot;39963&quot;:21464,&quot;39964&quot;:21465,&quot;39965&quot;:21466,&quot;39966&quot;:21467,&quot;39967&quot;:21468,&quot;39969&quot;:21469,&quot;39970&quot;:21470,&quot;39972&quot;:21471,&quot;39974&quot;:21472,&quot;39975&quot;:21473,&quot;39978&quot;:21474,&quot;39979&quot;:21475,&quot;39980&quot;:21476,&quot;39982&quot;:21477,&quot;39983&quot;:21478,&quot;39984&quot;:21479,&quot;39988&quot;:21480,&quot;39990&quot;:21481,&quot;39992&quot;:21482,&quot;39994&quot;:21483,&quot;39996&quot;:21484,&quot;39997&quot;:21485,&quot;39999&quot;:21486,&quot;40000&quot;:21487,&quot;40001&quot;:21488,&quot;40002&quot;:21489,&quot;40003&quot;:21490,&quot;40004&quot;:21491,&quot;40006&quot;:21492,&quot;40007&quot;:21493,&quot;40010&quot;:21494,&quot;40011&quot;:21495,&quot;40012&quot;:21496,&quot;40013&quot;:21497,&quot;40014&quot;:21498,&quot;40015&quot;:21499,&quot;40016&quot;:21500,&quot;40017&quot;:21501,&quot;40019&quot;:21502,&quot;40021&quot;:21503,&quot;40025&quot;:21504,&quot;40026&quot;:21505,&quot;40027&quot;:21506,&quot;40028&quot;:21507,&quot;40030&quot;:21508,&quot;40032&quot;:21509,&quot;40033&quot;:21510,&quot;40034&quot;:21511,&quot;40035&quot;:21512,&quot;40036&quot;:21513,&quot;40037&quot;:21514,&quot;40038&quot;:21515,&quot;40040&quot;:21516,&quot;40041&quot;:21517,&quot;40042&quot;:21518,&quot;40043&quot;:21519,&quot;40044&quot;:21520,&quot;40046&quot;:21521,&quot;40047&quot;:21522,&quot;40048&quot;:21523,&quot;40049&quot;:21524,&quot;40050&quot;:21525,&quot;40051&quot;:21526,&quot;40052&quot;:21527,&quot;40053&quot;:21528,&quot;40054&quot;:21529,&quot;40055&quot;:21530,&quot;40057&quot;:21531,&quot;40059&quot;:21532,&quot;40061&quot;:21533,&quot;40062&quot;:21534,&quot;40064&quot;:21535,&quot;40067&quot;:21536,&quot;40068&quot;:21537,&quot;40073&quot;:21538,&quot;40074&quot;:21539,&quot;40076&quot;:21540,&quot;40079&quot;:21541,&quot;40083&quot;:21542,&quot;40086&quot;:21543,&quot;40087&quot;:21544,&quot;40088&quot;:21545,&quot;40089&quot;:21546,&quot;40093&quot;:21547,&quot;40106&quot;:21548,&quot;40108&quot;:21549,&quot;40111&quot;:21550,&quot;40121&quot;:21551,&quot;40126&quot;:21552,&quot;40127&quot;:21553,&quot;40128&quot;:21554,&quot;40129&quot;:21555,&quot;40130&quot;:21556,&quot;40136&quot;:21557,&quot;40137&quot;:21558,&quot;40145&quot;:21559,&quot;40146&quot;:21560,&quot;40154&quot;:21561,&quot;40155&quot;:21562,&quot;40160&quot;:21563,&quot;40161&quot;:21564,&quot;40163&quot;:21565,&quot;40164&quot;:21566,&quot;40166&quot;:21567,&quot;40167&quot;:21568,&quot;40168&quot;:21569,&quot;40170&quot;:21570,&quot;40171&quot;:21571,&quot;40173&quot;:21572,&quot;40174&quot;:21573,&quot;40175&quot;:21574,&quot;40176&quot;:21575,&quot;40177&quot;:21576,&quot;40178&quot;:21577,&quot;40181&quot;:21578,&quot;40183&quot;:21579,&quot;40184&quot;:21580,&quot;40185&quot;:21581,&quot;40186&quot;:21582,&quot;40187&quot;:21583,&quot;40188&quot;:21584,&quot;40189&quot;:21585,&quot;40190&quot;:21586,&quot;40191&quot;:21587,&quot;40192&quot;:21588,&quot;40193&quot;:21589,&quot;40194&quot;:21590,&quot;40195&quot;:21591,&quot;40196&quot;:21592,&quot;40197&quot;:21593,&quot;40200&quot;:21594,&quot;40202&quot;:21595,&quot;40203&quot;:21596,&quot;40204&quot;:21597,&quot;40205&quot;:21598,&quot;40206&quot;:21599,&quot;40207&quot;:21600,&quot;40208&quot;:21601,&quot;40209&quot;:21602,&quot;40210&quot;:21603,&quot;40211&quot;:21604,&quot;40212&quot;:21605,&quot;40214&quot;:21606,&quot;40215&quot;:21607,&quot;40216&quot;:21608,&quot;40217&quot;:21609,&quot;40218&quot;:21610,&quot;40220&quot;:21611,&quot;40222&quot;:21612,&quot;40224&quot;:21613,&quot;40225&quot;:21614,&quot;40226&quot;:21615,&quot;40228&quot;:21616,&quot;40229&quot;:21617,&quot;40231&quot;:21618,&quot;40233&quot;:21619,&quot;40234&quot;:21620,&quot;40235&quot;:21621,&quot;40236&quot;:21622,&quot;40237&quot;:21623,&quot;40238&quot;:21624,&quot;40241&quot;:21625,&quot;40242&quot;:21626,&quot;40243&quot;:21627,&quot;40244&quot;:21628,&quot;40245&quot;:21629,&quot;40246&quot;:21630,&quot;40247&quot;:21631,&quot;40248&quot;:21632,&quot;40249&quot;:21633,&quot;40250&quot;:21634,&quot;40252&quot;:21635,&quot;40253&quot;:21636,&quot;40254&quot;:21637,&quot;40256&quot;:21638,&quot;40257&quot;:21639,&quot;40259&quot;:21640,&quot;40260&quot;:21641,&quot;40261&quot;:21642,&quot;40262&quot;:21643,&quot;40263&quot;:21644,&quot;40264&quot;:21645,&quot;40265&quot;:21646,&quot;40266&quot;:21647,&quot;40267&quot;:21648,&quot;40268&quot;:21649,&quot;40269&quot;:21650,&quot;40270&quot;:21651,&quot;40271&quot;:21652,&quot;40272&quot;:21653,&quot;40276&quot;:21654,&quot;40277&quot;:21655,&quot;40278&quot;:21656,&quot;40279&quot;:21657,&quot;40280&quot;:21658,&quot;40281&quot;:21659,&quot;40282&quot;:21660,&quot;40283&quot;:21661,&quot;40286&quot;:21662,&quot;40287&quot;:21663,&quot;40290&quot;:21664,&quot;40291&quot;:21665,&quot;40292&quot;:21666,&quot;40293&quot;:21667,&quot;40294&quot;:21668,&quot;40295&quot;:21669,&quot;40296&quot;:21670,&quot;40297&quot;:21671,&quot;40299&quot;:21672,&quot;40301&quot;:21673,&quot;40302&quot;:21674,&quot;40304&quot;:21675,&quot;40305&quot;:21676,&quot;40307&quot;:21677,&quot;40308&quot;:21678,&quot;40309&quot;:21679,&quot;40310&quot;:21680,&quot;40311&quot;:21681,&quot;40312&quot;:21682,&quot;40313&quot;:21683,&quot;40314&quot;:21684,&quot;40315&quot;:21685,&quot;40316&quot;:21686,&quot;40317&quot;:21687,&quot;40318&quot;:21688,&quot;40319&quot;:21689,&quot;40320&quot;:21690,&quot;40321&quot;:21691,&quot;40322&quot;:21692,&quot;40323&quot;:21693,&quot;40324&quot;:21694,&quot;40325&quot;:21695,&quot;40326&quot;:21696,&quot;40328&quot;:21697,&quot;40330&quot;:21698,&quot;40331&quot;:21699,&quot;40332&quot;:21700,&quot;40333&quot;:21701,&quot;40334&quot;:21702,&quot;40335&quot;:21703,&quot;40336&quot;:21704,&quot;40337&quot;:21705,&quot;40338&quot;:21706,&quot;40340&quot;:21707,&quot;40341&quot;:21708,&quot;40342&quot;:21709,&quot;40343&quot;:21710,&quot;40345&quot;:21711,&quot;40347&quot;:21712,&quot;40348&quot;:21713,&quot;40349&quot;:21714,&quot;40350&quot;:21715,&quot;40351&quot;:21716,&quot;40352&quot;:21717,&quot;40353&quot;:21718,&quot;40354&quot;:21719,&quot;40355&quot;:21720,&quot;40356&quot;:21721,&quot;40358&quot;:21722,&quot;40359&quot;:21723,&quot;40360&quot;:21724,&quot;40362&quot;:21725,&quot;40363&quot;:21726,&quot;40364&quot;:21727,&quot;40365&quot;:21728,&quot;40366&quot;:21729,&quot;40368&quot;:21730,&quot;40369&quot;:21731,&quot;40370&quot;:21732,&quot;40371&quot;:21733,&quot;40373&quot;:21734,&quot;40374&quot;:21735,&quot;40375&quot;:21736,&quot;40376&quot;:21737,&quot;40377&quot;:21738,&quot;40378&quot;:21739,&quot;40381&quot;:21740,&quot;40382&quot;:21741,&quot;40383&quot;:21742,&quot;40385&quot;:21743,&quot;40387&quot;:21744,&quot;40389&quot;:21745,&quot;40390&quot;:21746,&quot;40391&quot;:21747,&quot;40392&quot;:21748,&quot;40393&quot;:21749,&quot;40394&quot;:21750,&quot;40395&quot;:21751,&quot;40396&quot;:21752,&quot;40397&quot;:21753,&quot;40398&quot;:21754,&quot;40399&quot;:21755,&quot;40400&quot;:21756,&quot;40401&quot;:21757,&quot;40402&quot;:21758,&quot;40404&quot;:21759,&quot;40405&quot;:21760,&quot;40406&quot;:21761,&quot;40408&quot;:21762,&quot;40411&quot;:21763,&quot;40412&quot;:21764,&quot;40413&quot;:21765,&quot;40414&quot;:21766,&quot;40415&quot;:21767,&quot;40416&quot;:21768,&quot;40417&quot;:21769,&quot;40418&quot;:21770,&quot;40419&quot;:21771,&quot;40420&quot;:21772,&quot;40423&quot;:21773,&quot;40424&quot;:21774,&quot;40425&quot;:21775,&quot;40426&quot;:21776,&quot;40427&quot;:21777,&quot;40428&quot;:21778,&quot;40429&quot;:21779,&quot;40430&quot;:21780,&quot;40432&quot;:21781,&quot;40433&quot;:21782,&quot;40436&quot;:21783,&quot;40437&quot;:21784,&quot;40438&quot;:21785,&quot;40439&quot;:21786,&quot;40443&quot;:21787,&quot;40444&quot;:21788,&quot;40445&quot;:21789,&quot;40446&quot;:21790,&quot;40447&quot;:21791,&quot;40448&quot;:21792,&quot;40449&quot;:21793,&quot;40450&quot;:21794,&quot;40451&quot;:21795,&quot;40452&quot;:21796,&quot;40453&quot;:21797,&quot;40454&quot;:21798,&quot;40455&quot;:21799,&quot;40456&quot;:21800,&quot;40457&quot;:21801,&quot;40458&quot;:21802,&quot;40459&quot;:21803,&quot;40461&quot;:21804,&quot;40462&quot;:21805,&quot;40463&quot;:21806,&quot;40464&quot;:21807,&quot;40465&quot;:21808,&quot;40466&quot;:21809,&quot;40467&quot;:21810,&quot;40468&quot;:21811,&quot;40470&quot;:21812,&quot;40471&quot;:21813,&quot;40472&quot;:21814,&quot;40473&quot;:21815,&quot;40476&quot;:21816,&quot;40484&quot;:21817,&quot;40487&quot;:21818,&quot;40494&quot;:21819,&quot;40496&quot;:21820,&quot;40500&quot;:21821,&quot;40507&quot;:21822,&quot;40508&quot;:21823,&quot;40512&quot;:21824,&quot;40525&quot;:21825,&quot;40528&quot;:21826,&quot;40530&quot;:21827,&quot;40531&quot;:21828,&quot;40532&quot;:21829,&quot;40534&quot;:21830,&quot;40537&quot;:21831,&quot;40541&quot;:21832,&quot;40543&quot;:21833,&quot;40544&quot;:21834,&quot;40545&quot;:21835,&quot;40546&quot;:21836,&quot;40549&quot;:21837,&quot;40558&quot;:21838,&quot;40559&quot;:21839,&quot;40562&quot;:21840,&quot;40564&quot;:21841,&quot;40566&quot;:21842,&quot;40567&quot;:21843,&quot;40568&quot;:21844,&quot;40571&quot;:21845,&quot;40576&quot;:21846,&quot;40577&quot;:21847,&quot;40579&quot;:21848,&quot;40580&quot;:21849,&quot;40581&quot;:21850,&quot;40582&quot;:21851,&quot;40585&quot;:21852,&quot;40586&quot;:21853,&quot;40588&quot;:21854,&quot;40589&quot;:21855,&quot;40590&quot;:21856,&quot;40591&quot;:21857,&quot;40592&quot;:21858,&quot;40593&quot;:21859,&quot;40596&quot;:21860,&quot;40597&quot;:21861,&quot;40598&quot;:21862,&quot;40600&quot;:21863,&quot;40601&quot;:21864,&quot;40602&quot;:21865,&quot;40603&quot;:21866,&quot;40604&quot;:21867,&quot;40606&quot;:21868,&quot;40608&quot;:21869,&quot;40609&quot;:21870,&quot;40610&quot;:21871,&quot;40611&quot;:21872,&quot;40612&quot;:21873,&quot;40615&quot;:21874,&quot;40616&quot;:21875,&quot;40618&quot;:21876,&quot;40619&quot;:21877,&quot;40620&quot;:21878,&quot;40621&quot;:21879,&quot;40622&quot;:21880,&quot;40624&quot;:21881,&quot;40625&quot;:21882,&quot;40626&quot;:21883,&quot;40627&quot;:21884,&quot;40630&quot;:21885,&quot;40631&quot;:21886,&quot;40633&quot;:21887,&quot;40634&quot;:21888,&quot;40636&quot;:21889,&quot;40639&quot;:21890,&quot;40640&quot;:21891,&quot;40641&quot;:21892,&quot;40642&quot;:21893,&quot;12232&quot;:21894,&quot;40643&quot;:21894,&quot;40645&quot;:21895,&quot;40646&quot;:21896,&quot;40647&quot;:21897,&quot;40648&quot;:21898,&quot;40650&quot;:21899,&quot;40651&quot;:21900,&quot;40656&quot;:21901,&quot;40658&quot;:21902,&quot;40659&quot;:21903,&quot;40661&quot;:21904,&quot;40662&quot;:21905,&quot;40663&quot;:21906,&quot;40665&quot;:21907,&quot;40666&quot;:21908,&quot;40673&quot;:21909,&quot;40675&quot;:21910,&quot;40676&quot;:21911,&quot;40678&quot;:21912,&quot;40683&quot;:21913,&quot;40684&quot;:21914,&quot;40685&quot;:21915,&quot;40686&quot;:21916,&quot;40688&quot;:21917,&quot;40689&quot;:21918,&quot;40691&quot;:21919,&quot;40693&quot;:21920,&quot;40694&quot;:21921,&quot;40696&quot;:21922,&quot;40698&quot;:21923,&quot;40704&quot;:21924,&quot;40705&quot;:21925,&quot;40706&quot;:21926,&quot;40707&quot;:21927,&quot;40708&quot;:21928,&quot;40709&quot;:21929,&quot;40710&quot;:21930,&quot;40711&quot;:21931,&quot;40712&quot;:21932,&quot;40714&quot;:21933,&quot;40716&quot;:21934,&quot;40719&quot;:21935,&quot;40721&quot;:21936,&quot;40722&quot;:21937,&quot;40724&quot;:21938,&quot;40726&quot;:21939,&quot;40728&quot;:21940,&quot;40730&quot;:21941,&quot;40731&quot;:21942,&quot;40732&quot;:21943,&quot;40733&quot;:21944,&quot;40734&quot;:21945,&quot;40735&quot;:21946,&quot;40737&quot;:21947,&quot;40739&quot;:21948,&quot;40740&quot;:21949,&quot;40741&quot;:21950,&quot;40742&quot;:21951,&quot;40743&quot;:21952,&quot;40744&quot;:21953,&quot;40745&quot;:21954,&quot;40746&quot;:21955,&quot;40747&quot;:21956,&quot;40749&quot;:21957,&quot;40750&quot;:21958,&quot;40752&quot;:21959,&quot;40753&quot;:21960,&quot;40754&quot;:21961,&quot;40755&quot;:21962,&quot;40756&quot;:21963,&quot;40757&quot;:21964,&quot;40758&quot;:21965,&quot;40760&quot;:21966,&quot;40762&quot;:21967,&quot;40764&quot;:21968,&quot;40767&quot;:21969,&quot;40768&quot;:21970,&quot;40769&quot;:21971,&quot;40770&quot;:21972,&quot;40771&quot;:21973,&quot;40773&quot;:21974,&quot;40774&quot;:21975,&quot;40775&quot;:21976,&quot;40776&quot;:21977,&quot;40777&quot;:21978,&quot;40780&quot;:21979,&quot;40781&quot;:21980,&quot;40782&quot;:21981,&quot;40787&quot;:21982,&quot;40789&quot;:21983,&quot;40790&quot;:21984,&quot;40791&quot;:21985,&quot;40792&quot;:21986,&quot;40794&quot;:21987,&quot;40795&quot;:21988,&quot;40797&quot;:21989,&quot;40798&quot;:21990,&quot;40802&quot;:21991,&quot;40804&quot;:21992,&quot;40805&quot;:21993,&quot;40807&quot;:21994,&quot;40808&quot;:21995,&quot;40809&quot;:21996,&quot;40811&quot;:21997,&quot;40813&quot;:21998,&quot;40814&quot;:21999,&quot;40815&quot;:22000,&quot;40816&quot;:22001,&quot;40817&quot;:22002,&quot;40819&quot;:22003,&quot;40820&quot;:22004,&quot;40821&quot;:22005,&quot;40822&quot;:22006,&quot;40824&quot;:22007,&quot;40825&quot;:22008,&quot;40826&quot;:22009,&quot;40827&quot;:22010,&quot;40828&quot;:22011,&quot;40829&quot;:22012,&quot;40830&quot;:22013,&quot;40833&quot;:22014,&quot;40834&quot;:22015,&quot;40846&quot;:22016,&quot;40847&quot;:22017,&quot;40849&quot;:22018,&quot;40850&quot;:22019,&quot;40851&quot;:22020,&quot;40854&quot;:22021,&quot;40855&quot;:22022,&quot;40856&quot;:22023,&quot;40861&quot;:22024,&quot;40862&quot;:22025,&quot;40865&quot;:22026,&quot;40866&quot;:22027,&quot;40867&quot;:22028,&quot;40868&quot;:22029,&quot;40869&quot;:22030,&quot;63788&quot;:22031,&quot;64013&quot;:22032,&quot;64014&quot;:22033,&quot;64015&quot;:22034,&quot;64017&quot;:22035,&quot;64019&quot;:22036,&quot;64020&quot;:22037,&quot;64024&quot;:22038,&quot;64031&quot;:22039,&quot;64032&quot;:22040,&quot;64033&quot;:22041,&quot;64035&quot;:22042,&quot;64036&quot;:22043,&quot;64039&quot;:22044,&quot;64040&quot;:22045,&quot;64041&quot;:22046,&quot;11905&quot;:22047,&quot;59413&quot;:22047,&quot;131207&quot;:22048,&quot;59414&quot;:22048,&quot;131209&quot;:22049,&quot;59415&quot;:22049,&quot;131276&quot;:22050,&quot;59416&quot;:22050,&quot;11908&quot;:22051,&quot;59417&quot;:22051,&quot;13427&quot;:22052,&quot;59418&quot;:22052,&quot;13383&quot;:22053,&quot;59419&quot;:22053,&quot;11912&quot;:22054,&quot;59420&quot;:22054,&quot;11915&quot;:22055,&quot;59421&quot;:22055,&quot;40884&quot;:22056,&quot;59422&quot;:22056,&quot;13726&quot;:22057,&quot;59423&quot;:22057,&quot;13850&quot;:22058,&quot;59424&quot;:22058,&quot;13838&quot;:22059,&quot;59425&quot;:22059,&quot;11916&quot;:22060,&quot;59426&quot;:22060,&quot;11927&quot;:22061,&quot;59427&quot;:22061,&quot;14702&quot;:22062,&quot;59428&quot;:22062,&quot;14616&quot;:22063,&quot;59429&quot;:22063,&quot;40885&quot;:22064,&quot;59430&quot;:22064,&quot;14799&quot;:22065,&quot;59431&quot;:22065,&quot;14815&quot;:22066,&quot;59432&quot;:22066,&quot;14963&quot;:22067,&quot;59433&quot;:22067,&quot;14800&quot;:22068,&quot;59434&quot;:22068,&quot;40886&quot;:22069,&quot;59435&quot;:22069,&quot;40887&quot;:22070,&quot;59436&quot;:22070,&quot;15182&quot;:22071,&quot;59437&quot;:22071,&quot;15470&quot;:22072,&quot;59438&quot;:22072,&quot;15584&quot;:22073,&quot;59439&quot;:22073,&quot;11943&quot;:22074,&quot;59440&quot;:22074,&quot;136663&quot;:22075,&quot;59441&quot;:22075,&quot;40888&quot;:22076,&quot;59442&quot;:22076,&quot;11946&quot;:22077,&quot;59443&quot;:22077,&quot;16470&quot;:22078,&quot;59444&quot;:22078,&quot;16735&quot;:22079,&quot;59445&quot;:22079,&quot;11950&quot;:22080,&quot;59446&quot;:22080,&quot;17207&quot;:22081,&quot;59447&quot;:22081,&quot;11955&quot;:22082,&quot;59448&quot;:22082,&quot;11958&quot;:22083,&quot;59449&quot;:22083,&quot;11959&quot;:22084,&quot;59450&quot;:22084,&quot;141711&quot;:22085,&quot;59451&quot;:22085,&quot;17329&quot;:22086,&quot;59452&quot;:22086,&quot;17324&quot;:22087,&quot;59453&quot;:22087,&quot;11963&quot;:22088,&quot;59454&quot;:22088,&quot;17373&quot;:22089,&quot;59455&quot;:22089,&quot;17622&quot;:22090,&quot;59456&quot;:22090,&quot;18017&quot;:22091,&quot;59457&quot;:22091,&quot;17996&quot;:22092,&quot;59458&quot;:22092,&quot;40889&quot;:22093,&quot;132361&quot;:22093,&quot;59459&quot;:22093,&quot;18211&quot;:22094,&quot;59460&quot;:22094,&quot;18217&quot;:22095,&quot;59461&quot;:22095,&quot;18300&quot;:22096,&quot;59462&quot;:22096,&quot;18317&quot;:22097,&quot;59463&quot;:22097,&quot;11978&quot;:22098,&quot;59464&quot;:22098,&quot;18759&quot;:22099,&quot;59465&quot;:22099,&quot;18810&quot;:22100,&quot;59466&quot;:22100,&quot;18813&quot;:22101,&quot;59467&quot;:22101,&quot;18818&quot;:22102,&quot;59468&quot;:22102,&quot;18819&quot;:22103,&quot;59469&quot;:22103,&quot;18821&quot;:22104,&quot;59470&quot;:22104,&quot;18822&quot;:22105,&quot;59471&quot;:22105,&quot;18847&quot;:22106,&quot;59472&quot;:22106,&quot;18843&quot;:22107,&quot;59473&quot;:22107,&quot;18871&quot;:22108,&quot;59474&quot;:22108,&quot;18870&quot;:22109,&quot;59475&quot;:22109,&quot;40890&quot;:22110,&quot;133533&quot;:22110,&quot;59476&quot;:22110,&quot;147966&quot;:22111,&quot;59477&quot;:22111,&quot;19619&quot;:22112,&quot;59478&quot;:22112,&quot;19615&quot;:22113,&quot;59479&quot;:22113,&quot;19616&quot;:22114,&quot;59480&quot;:22114,&quot;19617&quot;:22115,&quot;59481&quot;:22115,&quot;19575&quot;:22116,&quot;59482&quot;:22116,&quot;19618&quot;:22117,&quot;59483&quot;:22117,&quot;19731&quot;:22118,&quot;59484&quot;:22118,&quot;19732&quot;:22119,&quot;59485&quot;:22119,&quot;19733&quot;:22120,&quot;59486&quot;:22120,&quot;19734&quot;:22121,&quot;59487&quot;:22121,&quot;19735&quot;:22122,&quot;59488&quot;:22122,&quot;19736&quot;:22123,&quot;59489&quot;:22123,&quot;19737&quot;:22124,&quot;59490&quot;:22124,&quot;19886&quot;:22125,&quot;59491&quot;:22125,&quot;40891&quot;:22126,&quot;59492&quot;:22126,&quot;8364&quot;:22353,&quot;59244&quot;:22353,&quot;165&quot;:22354,&quot;12351&quot;:22357,&quot;12436&quot;:22375,&quot;12535&quot;:22390,&quot;12537&quot;:22391,&quot;12536&quot;:22392,&quot;12538&quot;:22393,&quot;12339&quot;:22395,&quot;12340&quot;:22396,&quot;12341&quot;:22397,&quot;12344&quot;:22398,&quot;12345&quot;:22399,&quot;12346&quot;:22400,&quot;12586&quot;:22401,&quot;12587&quot;:22402,&quot;12588&quot;:22403,&quot;12704&quot;:22404,&quot;12705&quot;:22405,&quot;12706&quot;:22406,&quot;12707&quot;:22407,&quot;12708&quot;:22408,&quot;12709&quot;:22409,&quot;12710&quot;:22410,&quot;12711&quot;:22411,&quot;12712&quot;:22412,&quot;12713&quot;:22413,&quot;12714&quot;:22414,&quot;12715&quot;:22415,&quot;12716&quot;:22416,&quot;12717&quot;:22417,&quot;12718&quot;:22418,&quot;12719&quot;:22419,&quot;12720&quot;:22420,&quot;12721&quot;:22421,&quot;12722&quot;:22422,&quot;12723&quot;:22423,&quot;12724&quot;:22424,&quot;12725&quot;:22425,&quot;12726&quot;:22426,&quot;12727&quot;:22427,&quot;11904&quot;:22428,&quot;11906&quot;:22429,&quot;11907&quot;:22430,&quot;11909&quot;:22431,&quot;11910&quot;:22432,&quot;11911&quot;:22433,&quot;11913&quot;:22434,&quot;11914&quot;:22435,&quot;11917&quot;:22436,&quot;11918&quot;:22437,&quot;11919&quot;:22438,&quot;11920&quot;:22439,&quot;11921&quot;:22440,&quot;11922&quot;:22441,&quot;11923&quot;:22442,&quot;11924&quot;:22443,&quot;11925&quot;:22444,&quot;11926&quot;:22445,&quot;11928&quot;:22446,&quot;11929&quot;:22447,&quot;11931&quot;:22448,&quot;11932&quot;:22449,&quot;11933&quot;:22450,&quot;11934&quot;:22451,&quot;11935&quot;:22452,&quot;11936&quot;:22453,&quot;11937&quot;:22454,&quot;11938&quot;:22455,&quot;11939&quot;:22456,&quot;11940&quot;:22457,&quot;11941&quot;:22458,&quot;11942&quot;:22459,&quot;11944&quot;:22460,&quot;11945&quot;:22461,&quot;11947&quot;:22462,&quot;11948&quot;:22463,&quot;11949&quot;:22464,&quot;11951&quot;:22465,&quot;11952&quot;:22466,&quot;11953&quot;:22467,&quot;11954&quot;:22468,&quot;11956&quot;:22469,&quot;11957&quot;:22470,&quot;11960&quot;:22471,&quot;11961&quot;:22472,&quot;11962&quot;:22473,&quot;11964&quot;:22474,&quot;11965&quot;:22475,&quot;11966&quot;:22476,&quot;11967&quot;:22477,&quot;11968&quot;:22478,&quot;11969&quot;:22479,&quot;11970&quot;:22480,&quot;11971&quot;:22481,&quot;11972&quot;:22482,&quot;11973&quot;:22483,&quot;11974&quot;:22484,&quot;11975&quot;:22485,&quot;11976&quot;:22486,&quot;11977&quot;:22487,&quot;11979&quot;:22488,&quot;11980&quot;:22489,&quot;11981&quot;:22490,&quot;11982&quot;:22491,&quot;11983&quot;:22492,&quot;11984&quot;:22493,&quot;11985&quot;:22494,&quot;11986&quot;:22495,&quot;11987&quot;:22496,&quot;11988&quot;:22497,&quot;11989&quot;:22498,&quot;11990&quot;:22499,&quot;11991&quot;:22500,&quot;11992&quot;:22501,&quot;11993&quot;:22502,&quot;11994&quot;:22503,&quot;11995&quot;:22504,&quot;11996&quot;:22505,&quot;11997&quot;:22506,&quot;11998&quot;:22507,&quot;11999&quot;:22508,&quot;12000&quot;:22509,&quot;12001&quot;:22510,&quot;12002&quot;:22511,&quot;12003&quot;:22512,&quot;12004&quot;:22513,&quot;12005&quot;:22514,&quot;12006&quot;:22515,&quot;12007&quot;:22516,&quot;12008&quot;:22517,&quot;12009&quot;:22518,&quot;12010&quot;:22519,&quot;12011&quot;:22520,&quot;12012&quot;:22521,&quot;12013&quot;:22522,&quot;12014&quot;:22523,&quot;12015&quot;:22524,&quot;12016&quot;:22525,&quot;12017&quot;:22526,&quot;12018&quot;:22527,&quot;12019&quot;:22528,&quot;13312&quot;:22529,&quot;13313&quot;:22530,&quot;13314&quot;:22531,&quot;13315&quot;:22532,&quot;13316&quot;:22533,&quot;13317&quot;:22534,&quot;13318&quot;:22535,&quot;13319&quot;:22536,&quot;13320&quot;:22537,&quot;13321&quot;:22538,&quot;13322&quot;:22539,&quot;13323&quot;:22540,&quot;13324&quot;:22541,&quot;13325&quot;:22542,&quot;13326&quot;:22543,&quot;13327&quot;:22544,&quot;13328&quot;:22545,&quot;13329&quot;:22546,&quot;13330&quot;:22547,&quot;13331&quot;:22548,&quot;13332&quot;:22549,&quot;13333&quot;:22550,&quot;13334&quot;:22551,&quot;13335&quot;:22552,&quot;13336&quot;:22553,&quot;13337&quot;:22554,&quot;13338&quot;:22555,&quot;13339&quot;:22556,&quot;13340&quot;:22557,&quot;13341&quot;:22558,&quot;13342&quot;:22559,&quot;13343&quot;:22560,&quot;13344&quot;:22561,&quot;13345&quot;:22562,&quot;13346&quot;:22563,&quot;13347&quot;:22564,&quot;13348&quot;:22565,&quot;13349&quot;:22566,&quot;13350&quot;:22567,&quot;13351&quot;:22568,&quot;13352&quot;:22569,&quot;13353&quot;:22570,&quot;13354&quot;:22571,&quot;13355&quot;:22572,&quot;13356&quot;:22573,&quot;13357&quot;:22574,&quot;13358&quot;:22575,&quot;13359&quot;:22576,&quot;13360&quot;:22577,&quot;13361&quot;:22578,&quot;13362&quot;:22579,&quot;13363&quot;:22580,&quot;13364&quot;:22581,&quot;13365&quot;:22582,&quot;13366&quot;:22583,&quot;13367&quot;:22584,&quot;13368&quot;:22585,&quot;13369&quot;:22586,&quot;13370&quot;:22587,&quot;13371&quot;:22588,&quot;13372&quot;:22589,&quot;13373&quot;:22590,&quot;13374&quot;:22591,&quot;13375&quot;:22592,&quot;13376&quot;:22593,&quot;13377&quot;:22594,&quot;13378&quot;:22595,&quot;13379&quot;:22596,&quot;13380&quot;:22597,&quot;13381&quot;:22598,&quot;13382&quot;:22599,&quot;13384&quot;:22600,&quot;13385&quot;:22601,&quot;13386&quot;:22602,&quot;13387&quot;:22603,&quot;13388&quot;:22604,&quot;13389&quot;:22605,&quot;13390&quot;:22606,&quot;13391&quot;:22607,&quot;13392&quot;:22608,&quot;13393&quot;:22609,&quot;13394&quot;:22610,&quot;13395&quot;:22611,&quot;13396&quot;:22612,&quot;13397&quot;:22613,&quot;13398&quot;:22614,&quot;13399&quot;:22615,&quot;13400&quot;:22616,&quot;13401&quot;:22617,&quot;13402&quot;:22618,&quot;13403&quot;:22619,&quot;13404&quot;:22620,&quot;13405&quot;:22621,&quot;13406&quot;:22622,&quot;13407&quot;:22623,&quot;13408&quot;:22624,&quot;13409&quot;:22625,&quot;13410&quot;:22626,&quot;13411&quot;:22627,&quot;13412&quot;:22628,&quot;13413&quot;:22629,&quot;13414&quot;:22630,&quot;13415&quot;:22631,&quot;13416&quot;:22632,&quot;13417&quot;:22633,&quot;13418&quot;:22634,&quot;13419&quot;:22635,&quot;13420&quot;:22636,&quot;13421&quot;:22637,&quot;13422&quot;:22638,&quot;13423&quot;:22639,&quot;13424&quot;:22640,&quot;13425&quot;:22641,&quot;13426&quot;:22642,&quot;13428&quot;:22643,&quot;13429&quot;:22644,&quot;13430&quot;:22645,&quot;13431&quot;:22646,&quot;13432&quot;:22647,&quot;13433&quot;:22648,&quot;13434&quot;:22649,&quot;13435&quot;:22650,&quot;13436&quot;:22651,&quot;13437&quot;:22652,&quot;13438&quot;:22653,&quot;13439&quot;:22654,&quot;13440&quot;:22655,&quot;13441&quot;:22656,&quot;13442&quot;:22657,&quot;13443&quot;:22658,&quot;13444&quot;:22659,&quot;13445&quot;:22660,&quot;13446&quot;:22661,&quot;13447&quot;:22662,&quot;13448&quot;:22663,&quot;13449&quot;:22664,&quot;13450&quot;:22665,&quot;13451&quot;:22666,&quot;13452&quot;:22667,&quot;13453&quot;:22668,&quot;13454&quot;:22669,&quot;13455&quot;:22670,&quot;13456&quot;:22671,&quot;13457&quot;:22672,&quot;13458&quot;:22673,&quot;13459&quot;:22674,&quot;13460&quot;:22675,&quot;13461&quot;:22676,&quot;13462&quot;:22677,&quot;13463&quot;:22678,&quot;13464&quot;:22679,&quot;13465&quot;:22680,&quot;13466&quot;:22681,&quot;13467&quot;:22682,&quot;13468&quot;:22683,&quot;13469&quot;:22684,&quot;13470&quot;:22685,&quot;13471&quot;:22686,&quot;13472&quot;:22687,&quot;13473&quot;:22688,&quot;13474&quot;:22689,&quot;13475&quot;:22690,&quot;13476&quot;:22691,&quot;13477&quot;:22692,&quot;13478&quot;:22693,&quot;13479&quot;:22694,&quot;13480&quot;:22695,&quot;13481&quot;:22696,&quot;13482&quot;:22697,&quot;13483&quot;:22698,&quot;13484&quot;:22699,&quot;13485&quot;:22700,&quot;13486&quot;:22701,&quot;13487&quot;:22702,&quot;13488&quot;:22703,&quot;13489&quot;:22704,&quot;13490&quot;:22705,&quot;13491&quot;:22706,&quot;13492&quot;:22707,&quot;13493&quot;:22708,&quot;13494&quot;:22709,&quot;13495&quot;:22710,&quot;13496&quot;:22711,&quot;13497&quot;:22712,&quot;13498&quot;:22713,&quot;13499&quot;:22714,&quot;13500&quot;:22715,&quot;13501&quot;:22716,&quot;13502&quot;:22717,&quot;13503&quot;:22718,&quot;13504&quot;:22719,&quot;13505&quot;:22720,&quot;13506&quot;:22721,&quot;13507&quot;:22722,&quot;13508&quot;:22723,&quot;13509&quot;:22724,&quot;13510&quot;:22725,&quot;13511&quot;:22726,&quot;13512&quot;:22727,&quot;13513&quot;:22728,&quot;13514&quot;:22729,&quot;13515&quot;:22730,&quot;13516&quot;:22731,&quot;13517&quot;:22732,&quot;13518&quot;:22733,&quot;13519&quot;:22734,&quot;13520&quot;:22735,&quot;13521&quot;:22736,&quot;13522&quot;:22737,&quot;13523&quot;:22738,&quot;13524&quot;:22739,&quot;13525&quot;:22740,&quot;13526&quot;:22741,&quot;13527&quot;:22742,&quot;13528&quot;:22743,&quot;13529&quot;:22744,&quot;13530&quot;:22745,&quot;13531&quot;:22746,&quot;13532&quot;:22747,&quot;13533&quot;:22748,&quot;13534&quot;:22749,&quot;13535&quot;:22750,&quot;13536&quot;:22751,&quot;13537&quot;:22752,&quot;13538&quot;:22753,&quot;13539&quot;:22754,&quot;13540&quot;:22755,&quot;13541&quot;:22756,&quot;13542&quot;:22757,&quot;13543&quot;:22758,&quot;13544&quot;:22759,&quot;13545&quot;:22760,&quot;13546&quot;:22761,&quot;13547&quot;:22762,&quot;13548&quot;:22763,&quot;13549&quot;:22764,&quot;13550&quot;:22765,&quot;13551&quot;:22766,&quot;13552&quot;:22767,&quot;13553&quot;:22768,&quot;13554&quot;:22769,&quot;13555&quot;:22770,&quot;13556&quot;:22771,&quot;13557&quot;:22772,&quot;13558&quot;:22773,&quot;13559&quot;:22774,&quot;13560&quot;:22775,&quot;13561&quot;:22776,&quot;13562&quot;:22777,&quot;13563&quot;:22778,&quot;13564&quot;:22779,&quot;13565&quot;:22780,&quot;13566&quot;:22781,&quot;13567&quot;:22782,&quot;13568&quot;:22783,&quot;13569&quot;:22784,&quot;13570&quot;:22785,&quot;13571&quot;:22786,&quot;13572&quot;:22787,&quot;13573&quot;:22788,&quot;13574&quot;:22789,&quot;13575&quot;:22790,&quot;13576&quot;:22791,&quot;13577&quot;:22792,&quot;13578&quot;:22793,&quot;13579&quot;:22794,&quot;13580&quot;:22795,&quot;13581&quot;:22796,&quot;13582&quot;:22797,&quot;13583&quot;:22798,&quot;13584&quot;:22799,&quot;13585&quot;:22800,&quot;13586&quot;:22801,&quot;13587&quot;:22802,&quot;13588&quot;:22803,&quot;13589&quot;:22804,&quot;13590&quot;:22805,&quot;13591&quot;:22806,&quot;13592&quot;:22807,&quot;13593&quot;:22808,&quot;13594&quot;:22809,&quot;13595&quot;:22810,&quot;13596&quot;:22811,&quot;13597&quot;:22812,&quot;13598&quot;:22813,&quot;13599&quot;:22814,&quot;13600&quot;:22815,&quot;13601&quot;:22816,&quot;13602&quot;:22817,&quot;13603&quot;:22818,&quot;13604&quot;:22819,&quot;13605&quot;:22820,&quot;13606&quot;:22821,&quot;13607&quot;:22822,&quot;13608&quot;:22823,&quot;13609&quot;:22824,&quot;13610&quot;:22825,&quot;13611&quot;:22826,&quot;13612&quot;:22827,&quot;13613&quot;:22828,&quot;13614&quot;:22829,&quot;13615&quot;:22830,&quot;13616&quot;:22831,&quot;13617&quot;:22832,&quot;13618&quot;:22833,&quot;13619&quot;:22834,&quot;13620&quot;:22835,&quot;13621&quot;:22836,&quot;13622&quot;:22837,&quot;13623&quot;:22838,&quot;13624&quot;:22839,&quot;13625&quot;:22840,&quot;13626&quot;:22841,&quot;13627&quot;:22842,&quot;13628&quot;:22843,&quot;13629&quot;:22844,&quot;13630&quot;:22845,&quot;13631&quot;:22846,&quot;13632&quot;:22847,&quot;13633&quot;:22848,&quot;13634&quot;:22849,&quot;13635&quot;:22850,&quot;13636&quot;:22851,&quot;13637&quot;:22852,&quot;13638&quot;:22853,&quot;13639&quot;:22854,&quot;13640&quot;:22855,&quot;13641&quot;:22856,&quot;13642&quot;:22857,&quot;13643&quot;:22858,&quot;13644&quot;:22859,&quot;13645&quot;:22860,&quot;13646&quot;:22861,&quot;13647&quot;:22862,&quot;13648&quot;:22863,&quot;13649&quot;:22864,&quot;13650&quot;:22865,&quot;13651&quot;:22866,&quot;13652&quot;:22867,&quot;13653&quot;:22868,&quot;13654&quot;:22869,&quot;13655&quot;:22870,&quot;13656&quot;:22871,&quot;13657&quot;:22872,&quot;13658&quot;:22873,&quot;13659&quot;:22874,&quot;13660&quot;:22875,&quot;13661&quot;:22876,&quot;13662&quot;:22877,&quot;13663&quot;:22878,&quot;13664&quot;:22879,&quot;13665&quot;:22880,&quot;13666&quot;:22881,&quot;13667&quot;:22882,&quot;13668&quot;:22883,&quot;13669&quot;:22884,&quot;13670&quot;:22885,&quot;13671&quot;:22886,&quot;13672&quot;:22887,&quot;13673&quot;:22888,&quot;13674&quot;:22889,&quot;13675&quot;:22890,&quot;13676&quot;:22891,&quot;13677&quot;:22892,&quot;13678&quot;:22893,&quot;13679&quot;:22894,&quot;13680&quot;:22895,&quot;13681&quot;:22896,&quot;13682&quot;:22897,&quot;13683&quot;:22898,&quot;13684&quot;:22899,&quot;13685&quot;:22900,&quot;13686&quot;:22901,&quot;13687&quot;:22902,&quot;13688&quot;:22903,&quot;13689&quot;:22904,&quot;13690&quot;:22905,&quot;13691&quot;:22906,&quot;13692&quot;:22907,&quot;13693&quot;:22908,&quot;13694&quot;:22909,&quot;13695&quot;:22910,&quot;13696&quot;:22911,&quot;13697&quot;:22912,&quot;13698&quot;:22913,&quot;13699&quot;:22914,&quot;13700&quot;:22915,&quot;13701&quot;:22916,&quot;13702&quot;:22917,&quot;13703&quot;:22918,&quot;13704&quot;:22919,&quot;13705&quot;:22920,&quot;13706&quot;:22921,&quot;13707&quot;:22922,&quot;13708&quot;:22923,&quot;13709&quot;:22924,&quot;13710&quot;:22925,&quot;13711&quot;:22926,&quot;13712&quot;:22927,&quot;13713&quot;:22928,&quot;13714&quot;:22929,&quot;13715&quot;:22930,&quot;13716&quot;:22931,&quot;13717&quot;:22932,&quot;13718&quot;:22933,&quot;13719&quot;:22934,&quot;13720&quot;:22935,&quot;13721&quot;:22936,&quot;13722&quot;:22937,&quot;13723&quot;:22938,&quot;13724&quot;:22939,&quot;13725&quot;:22940,&quot;13727&quot;:22941,&quot;13728&quot;:22942,&quot;13729&quot;:22943,&quot;13730&quot;:22944,&quot;13731&quot;:22945,&quot;13732&quot;:22946,&quot;13733&quot;:22947,&quot;13734&quot;:22948,&quot;13735&quot;:22949,&quot;13736&quot;:22950,&quot;13737&quot;:22951,&quot;13738&quot;:22952,&quot;13739&quot;:22953,&quot;13740&quot;:22954,&quot;13741&quot;:22955,&quot;13742&quot;:22956,&quot;13743&quot;:22957,&quot;13744&quot;:22958,&quot;13745&quot;:22959,&quot;13746&quot;:22960,&quot;13747&quot;:22961,&quot;13748&quot;:22962,&quot;13749&quot;:22963,&quot;13750&quot;:22964,&quot;13751&quot;:22965,&quot;13752&quot;:22966,&quot;13753&quot;:22967,&quot;13754&quot;:22968,&quot;13755&quot;:22969,&quot;13756&quot;:22970,&quot;13757&quot;:22971,&quot;13758&quot;:22972,&quot;13759&quot;:22973,&quot;13760&quot;:22974,&quot;13761&quot;:22975,&quot;13762&quot;:22976,&quot;13763&quot;:22977,&quot;13764&quot;:22978,&quot;13765&quot;:22979,&quot;13766&quot;:22980,&quot;13767&quot;:22981,&quot;13768&quot;:22982,&quot;13769&quot;:22983,&quot;13770&quot;:22984,&quot;13771&quot;:22985,&quot;13772&quot;:22986,&quot;13773&quot;:22987,&quot;13774&quot;:22988,&quot;13775&quot;:22989,&quot;13776&quot;:22990,&quot;13777&quot;:22991,&quot;13778&quot;:22992,&quot;13779&quot;:22993,&quot;13780&quot;:22994,&quot;13781&quot;:22995,&quot;13782&quot;:22996,&quot;13783&quot;:22997,&quot;13784&quot;:22998,&quot;13785&quot;:22999,&quot;13786&quot;:23000,&quot;13787&quot;:23001,&quot;13788&quot;:23002,&quot;13789&quot;:23003,&quot;13790&quot;:23004,&quot;13791&quot;:23005,&quot;13792&quot;:23006,&quot;13793&quot;:23007,&quot;13794&quot;:23008,&quot;13795&quot;:23009,&quot;13796&quot;:23010,&quot;13797&quot;:23011,&quot;13798&quot;:23012,&quot;13799&quot;:23013,&quot;13800&quot;:23014,&quot;13801&quot;:23015,&quot;13802&quot;:23016,&quot;13803&quot;:23017,&quot;13804&quot;:23018,&quot;13805&quot;:23019,&quot;13806&quot;:23020,&quot;13807&quot;:23021,&quot;13808&quot;:23022,&quot;13809&quot;:23023,&quot;13810&quot;:23024,&quot;13811&quot;:23025,&quot;13812&quot;:23026,&quot;13813&quot;:23027,&quot;13814&quot;:23028,&quot;13815&quot;:23029,&quot;13816&quot;:23030,&quot;13817&quot;:23031,&quot;13818&quot;:23032,&quot;13819&quot;:23033,&quot;13820&quot;:23034,&quot;13821&quot;:23035,&quot;13822&quot;:23036,&quot;13823&quot;:23037,&quot;13824&quot;:23038,&quot;13825&quot;:23039,&quot;13826&quot;:23040,&quot;13827&quot;:23041,&quot;13828&quot;:23042,&quot;13829&quot;:23043,&quot;13830&quot;:23044,&quot;13831&quot;:23045,&quot;13832&quot;:23046,&quot;13833&quot;:23047,&quot;13834&quot;:23048,&quot;13835&quot;:23049,&quot;13836&quot;:23050,&quot;13837&quot;:23051,&quot;13839&quot;:23052,&quot;13840&quot;:23053,&quot;13841&quot;:23054,&quot;13842&quot;:23055,&quot;13843&quot;:23056,&quot;13844&quot;:23057,&quot;13845&quot;:23058,&quot;13846&quot;:23059,&quot;13847&quot;:23060,&quot;13848&quot;:23061,&quot;13849&quot;:23062,&quot;13851&quot;:23063,&quot;13852&quot;:23064,&quot;13853&quot;:23065,&quot;13854&quot;:23066,&quot;13855&quot;:23067,&quot;13856&quot;:23068,&quot;13857&quot;:23069,&quot;13858&quot;:23070,&quot;13859&quot;:23071,&quot;13860&quot;:23072,&quot;13861&quot;:23073,&quot;13862&quot;:23074,&quot;13863&quot;:23075,&quot;13864&quot;:23076,&quot;13865&quot;:23077,&quot;13866&quot;:23078,&quot;13867&quot;:23079,&quot;13868&quot;:23080,&quot;13869&quot;:23081,&quot;13870&quot;:23082,&quot;13871&quot;:23083,&quot;13872&quot;:23084,&quot;13873&quot;:23085,&quot;13874&quot;:23086,&quot;13875&quot;:23087,&quot;13876&quot;:23088,&quot;13877&quot;:23089,&quot;13878&quot;:23090,&quot;13879&quot;:23091,&quot;13880&quot;:23092,&quot;13881&quot;:23093,&quot;13882&quot;:23094,&quot;13883&quot;:23095,&quot;13884&quot;:23096,&quot;13885&quot;:23097,&quot;13886&quot;:23098,&quot;13887&quot;:23099,&quot;13888&quot;:23100,&quot;13889&quot;:23101,&quot;13890&quot;:23102,&quot;13891&quot;:23103,&quot;13892&quot;:23104,&quot;13893&quot;:23105,&quot;13894&quot;:23106,&quot;13895&quot;:23107,&quot;13896&quot;:23108,&quot;13897&quot;:23109,&quot;13898&quot;:23110,&quot;13899&quot;:23111,&quot;13900&quot;:23112,&quot;13901&quot;:23113,&quot;13902&quot;:23114,&quot;13903&quot;:23115,&quot;13904&quot;:23116,&quot;13905&quot;:23117,&quot;13906&quot;:23118,&quot;13907&quot;:23119,&quot;13908&quot;:23120,&quot;13909&quot;:23121,&quot;13910&quot;:23122,&quot;13911&quot;:23123,&quot;13912&quot;:23124,&quot;13913&quot;:23125,&quot;13914&quot;:23126,&quot;13915&quot;:23127,&quot;13916&quot;:23128,&quot;13917&quot;:23129,&quot;13918&quot;:23130,&quot;13919&quot;:23131,&quot;13920&quot;:23132,&quot;13921&quot;:23133,&quot;13922&quot;:23134,&quot;13923&quot;:23135,&quot;13924&quot;:23136,&quot;13925&quot;:23137,&quot;13926&quot;:23138,&quot;13927&quot;:23139,&quot;13928&quot;:23140,&quot;13929&quot;:23141,&quot;13930&quot;:23142,&quot;13931&quot;:23143,&quot;13932&quot;:23144,&quot;13933&quot;:23145,&quot;13934&quot;:23146,&quot;13935&quot;:23147,&quot;13936&quot;:23148,&quot;13937&quot;:23149,&quot;13938&quot;:23150,&quot;13939&quot;:23151,&quot;13940&quot;:23152,&quot;13941&quot;:23153,&quot;13942&quot;:23154,&quot;13943&quot;:23155,&quot;13944&quot;:23156,&quot;13945&quot;:23157,&quot;13946&quot;:23158,&quot;13947&quot;:23159,&quot;13948&quot;:23160,&quot;13949&quot;:23161,&quot;13950&quot;:23162,&quot;13951&quot;:23163,&quot;13952&quot;:23164,&quot;13953&quot;:23165,&quot;13954&quot;:23166,&quot;13955&quot;:23167,&quot;13956&quot;:23168,&quot;13957&quot;:23169,&quot;13958&quot;:23170,&quot;13959&quot;:23171,&quot;13960&quot;:23172,&quot;13961&quot;:23173,&quot;13962&quot;:23174,&quot;13963&quot;:23175,&quot;13964&quot;:23176,&quot;13965&quot;:23177,&quot;13966&quot;:23178,&quot;13967&quot;:23179,&quot;13968&quot;:23180,&quot;13969&quot;:23181,&quot;13970&quot;:23182,&quot;13971&quot;:23183,&quot;13972&quot;:23184,&quot;13973&quot;:23185,&quot;13974&quot;:23186,&quot;13975&quot;:23187,&quot;13976&quot;:23188,&quot;13977&quot;:23189,&quot;13978&quot;:23190,&quot;13979&quot;:23191,&quot;13980&quot;:23192,&quot;13981&quot;:23193,&quot;13982&quot;:23194,&quot;13983&quot;:23195,&quot;13984&quot;:23196,&quot;13985&quot;:23197,&quot;13986&quot;:23198,&quot;13987&quot;:23199,&quot;13988&quot;:23200,&quot;13989&quot;:23201,&quot;13990&quot;:23202,&quot;13991&quot;:23203,&quot;13992&quot;:23204,&quot;13993&quot;:23205,&quot;13994&quot;:23206,&quot;13995&quot;:23207,&quot;13996&quot;:23208,&quot;13997&quot;:23209,&quot;13998&quot;:23210,&quot;13999&quot;:23211,&quot;14000&quot;:23212,&quot;14001&quot;:23213,&quot;14002&quot;:23214,&quot;14003&quot;:23215,&quot;14004&quot;:23216,&quot;14005&quot;:23217,&quot;14006&quot;:23218,&quot;14007&quot;:23219,&quot;14008&quot;:23220,&quot;14009&quot;:23221,&quot;14010&quot;:23222,&quot;14011&quot;:23223,&quot;14012&quot;:23224,&quot;14013&quot;:23225,&quot;14014&quot;:23226,&quot;14015&quot;:23227,&quot;14016&quot;:23228,&quot;14017&quot;:23229,&quot;14018&quot;:23230,&quot;14019&quot;:23231,&quot;14020&quot;:23232,&quot;14021&quot;:23233,&quot;14022&quot;:23234,&quot;14023&quot;:23235,&quot;14024&quot;:23236,&quot;14025&quot;:23237,&quot;14026&quot;:23238,&quot;14027&quot;:23239,&quot;14028&quot;:23240,&quot;14029&quot;:23241,&quot;14030&quot;:23242,&quot;14031&quot;:23243,&quot;14032&quot;:23244,&quot;14033&quot;:23245,&quot;14034&quot;:23246,&quot;14035&quot;:23247,&quot;14036&quot;:23248,&quot;14037&quot;:23249,&quot;14038&quot;:23250,&quot;14039&quot;:23251,&quot;14040&quot;:23252,&quot;14041&quot;:23253,&quot;14042&quot;:23254,&quot;14043&quot;:23255,&quot;14044&quot;:23256,&quot;14045&quot;:23257,&quot;14046&quot;:23258,&quot;14047&quot;:23259,&quot;14048&quot;:23260,&quot;14049&quot;:23261,&quot;14050&quot;:23262,&quot;14051&quot;:23263,&quot;14052&quot;:23264,&quot;14053&quot;:23265,&quot;14054&quot;:23266,&quot;14055&quot;:23267,&quot;14056&quot;:23268,&quot;14057&quot;:23269,&quot;14058&quot;:23270,&quot;14059&quot;:23271,&quot;14060&quot;:23272,&quot;14061&quot;:23273,&quot;14062&quot;:23274,&quot;14063&quot;:23275,&quot;14064&quot;:23276,&quot;14065&quot;:23277,&quot;14066&quot;:23278,&quot;14067&quot;:23279,&quot;14068&quot;:23280,&quot;14069&quot;:23281,&quot;14070&quot;:23282,&quot;14071&quot;:23283,&quot;14072&quot;:23284,&quot;14073&quot;:23285,&quot;14074&quot;:23286,&quot;14075&quot;:23287,&quot;14076&quot;:23288,&quot;14077&quot;:23289,&quot;14078&quot;:23290,&quot;14079&quot;:23291,&quot;14080&quot;:23292,&quot;14081&quot;:23293,&quot;14082&quot;:23294,&quot;14083&quot;:23295,&quot;14084&quot;:23296,&quot;14085&quot;:23297,&quot;14086&quot;:23298,&quot;14087&quot;:23299,&quot;14088&quot;:23300,&quot;14089&quot;:23301,&quot;14090&quot;:23302,&quot;14091&quot;:23303,&quot;14092&quot;:23304,&quot;14093&quot;:23305,&quot;14094&quot;:23306,&quot;14095&quot;:23307,&quot;14096&quot;:23308,&quot;14097&quot;:23309,&quot;14098&quot;:23310,&quot;14099&quot;:23311,&quot;14100&quot;:23312,&quot;14101&quot;:23313,&quot;14102&quot;:23314,&quot;14103&quot;:23315,&quot;14104&quot;:23316,&quot;14105&quot;:23317,&quot;14106&quot;:23318,&quot;14107&quot;:23319,&quot;14108&quot;:23320,&quot;14109&quot;:23321,&quot;14110&quot;:23322,&quot;14111&quot;:23323,&quot;14112&quot;:23324,&quot;14113&quot;:23325,&quot;14114&quot;:23326,&quot;14115&quot;:23327,&quot;14116&quot;:23328,&quot;14117&quot;:23329,&quot;14118&quot;:23330,&quot;14119&quot;:23331,&quot;14120&quot;:23332,&quot;14121&quot;:23333,&quot;14122&quot;:23334,&quot;14123&quot;:23335,&quot;14124&quot;:23336,&quot;14125&quot;:23337,&quot;14126&quot;:23338,&quot;14127&quot;:23339,&quot;14128&quot;:23340,&quot;14129&quot;:23341,&quot;14130&quot;:23342,&quot;14131&quot;:23343,&quot;14132&quot;:23344,&quot;14133&quot;:23345,&quot;14134&quot;:23346,&quot;14135&quot;:23347,&quot;14136&quot;:23348,&quot;14137&quot;:23349,&quot;14138&quot;:23350,&quot;14139&quot;:23351,&quot;14140&quot;:23352,&quot;14141&quot;:23353,&quot;14142&quot;:23354,&quot;14143&quot;:23355,&quot;14144&quot;:23356,&quot;14145&quot;:23357,&quot;14146&quot;:23358,&quot;14147&quot;:23359,&quot;14148&quot;:23360,&quot;14149&quot;:23361,&quot;14150&quot;:23362,&quot;14151&quot;:23363,&quot;14152&quot;:23364,&quot;14153&quot;:23365,&quot;14154&quot;:23366,&quot;14155&quot;:23367,&quot;14156&quot;:23368,&quot;14157&quot;:23369,&quot;14158&quot;:23370,&quot;14159&quot;:23371,&quot;14160&quot;:23372,&quot;14161&quot;:23373,&quot;14162&quot;:23374,&quot;14163&quot;:23375,&quot;14164&quot;:23376,&quot;14165&quot;:23377,&quot;14166&quot;:23378,&quot;14167&quot;:23379,&quot;14168&quot;:23380,&quot;14169&quot;:23381,&quot;14170&quot;:23382,&quot;14171&quot;:23383,&quot;14172&quot;:23384,&quot;14173&quot;:23385,&quot;14174&quot;:23386,&quot;14175&quot;:23387,&quot;14176&quot;:23388,&quot;14177&quot;:23389,&quot;14178&quot;:23390,&quot;14179&quot;:23391,&quot;14180&quot;:23392,&quot;14181&quot;:23393,&quot;14182&quot;:23394,&quot;14183&quot;:23395,&quot;14184&quot;:23396,&quot;14185&quot;:23397,&quot;14186&quot;:23398,&quot;14187&quot;:23399,&quot;14188&quot;:23400,&quot;14189&quot;:23401,&quot;14190&quot;:23402,&quot;14191&quot;:23403,&quot;14192&quot;:23404,&quot;14193&quot;:23405,&quot;14194&quot;:23406,&quot;14195&quot;:23407,&quot;14196&quot;:23408,&quot;14197&quot;:23409,&quot;14198&quot;:23410,&quot;14199&quot;:23411,&quot;14200&quot;:23412,&quot;14201&quot;:23413,&quot;14202&quot;:23414,&quot;14203&quot;:23415,&quot;14204&quot;:23416,&quot;14205&quot;:23417,&quot;14206&quot;:23418,&quot;14207&quot;:23419,&quot;14208&quot;:23420,&quot;14209&quot;:23421,&quot;14210&quot;:23422,&quot;14211&quot;:23423,&quot;14212&quot;:23424,&quot;14213&quot;:23425,&quot;14214&quot;:23426,&quot;14215&quot;:23427,&quot;14216&quot;:23428,&quot;14217&quot;:23429,&quot;14218&quot;:23430,&quot;14219&quot;:23431,&quot;14220&quot;:23432,&quot;14221&quot;:23433,&quot;14222&quot;:23434,&quot;14223&quot;:23435,&quot;14224&quot;:23436,&quot;14225&quot;:23437,&quot;14226&quot;:23438,&quot;14227&quot;:23439,&quot;14228&quot;:23440,&quot;14229&quot;:23441,&quot;14230&quot;:23442,&quot;14231&quot;:23443,&quot;14232&quot;:23444,&quot;14233&quot;:23445,&quot;14234&quot;:23446,&quot;14235&quot;:23447,&quot;14236&quot;:23448,&quot;14237&quot;:23449,&quot;14238&quot;:23450,&quot;14239&quot;:23451,&quot;14240&quot;:23452,&quot;14241&quot;:23453,&quot;14242&quot;:23454,&quot;14243&quot;:23455,&quot;14244&quot;:23456,&quot;14245&quot;:23457,&quot;14246&quot;:23458,&quot;14247&quot;:23459,&quot;14248&quot;:23460,&quot;14249&quot;:23461,&quot;14250&quot;:23462,&quot;14251&quot;:23463,&quot;14252&quot;:23464,&quot;14253&quot;:23465,&quot;14254&quot;:23466,&quot;14255&quot;:23467,&quot;14256&quot;:23468,&quot;14257&quot;:23469,&quot;14258&quot;:23470,&quot;14259&quot;:23471,&quot;14260&quot;:23472,&quot;14261&quot;:23473,&quot;14262&quot;:23474,&quot;14263&quot;:23475,&quot;14264&quot;:23476,&quot;14265&quot;:23477,&quot;14266&quot;:23478,&quot;14267&quot;:23479,&quot;14268&quot;:23480,&quot;14269&quot;:23481,&quot;14270&quot;:23482,&quot;14271&quot;:23483,&quot;14272&quot;:23484,&quot;14273&quot;:23485,&quot;14274&quot;:23486,&quot;14275&quot;:23487,&quot;14276&quot;:23488,&quot;14277&quot;:23489,&quot;14278&quot;:23490,&quot;14279&quot;:23491,&quot;14280&quot;:23492,&quot;14281&quot;:23493,&quot;14282&quot;:23494,&quot;14283&quot;:23495,&quot;14284&quot;:23496,&quot;14285&quot;:23497,&quot;14286&quot;:23498,&quot;14287&quot;:23499,&quot;14288&quot;:23500,&quot;14289&quot;:23501,&quot;14290&quot;:23502,&quot;14291&quot;:23503,&quot;14292&quot;:23504,&quot;14293&quot;:23505,&quot;14294&quot;:23506,&quot;14295&quot;:23507,&quot;14296&quot;:23508,&quot;14297&quot;:23509,&quot;14298&quot;:23510,&quot;14299&quot;:23511,&quot;14300&quot;:23512,&quot;14301&quot;:23513,&quot;14302&quot;:23514,&quot;14303&quot;:23515,&quot;14304&quot;:23516,&quot;14305&quot;:23517,&quot;14306&quot;:23518,&quot;14307&quot;:23519,&quot;14308&quot;:23520,&quot;14309&quot;:23521,&quot;14310&quot;:23522,&quot;14311&quot;:23523,&quot;14312&quot;:23524,&quot;14313&quot;:23525,&quot;14314&quot;:23526,&quot;14315&quot;:23527,&quot;14316&quot;:23528,&quot;14317&quot;:23529,&quot;14318&quot;:23530,&quot;14319&quot;:23531,&quot;14320&quot;:23532,&quot;14321&quot;:23533,&quot;14322&quot;:23534,&quot;14323&quot;:23535,&quot;14324&quot;:23536,&quot;14325&quot;:23537,&quot;14326&quot;:23538,&quot;14327&quot;:23539,&quot;14328&quot;:23540,&quot;14329&quot;:23541,&quot;14330&quot;:23542,&quot;14331&quot;:23543,&quot;14332&quot;:23544,&quot;14333&quot;:23545,&quot;14334&quot;:23546,&quot;14335&quot;:23547,&quot;14336&quot;:23548,&quot;14337&quot;:23549,&quot;14338&quot;:23550,&quot;14339&quot;:23551,&quot;14340&quot;:23552,&quot;14341&quot;:23553,&quot;14342&quot;:23554,&quot;14343&quot;:23555,&quot;14344&quot;:23556,&quot;14345&quot;:23557,&quot;14346&quot;:23558,&quot;14347&quot;:23559,&quot;14348&quot;:23560,&quot;14349&quot;:23561,&quot;14350&quot;:23562,&quot;14351&quot;:23563,&quot;14352&quot;:23564,&quot;14353&quot;:23565,&quot;14354&quot;:23566,&quot;14355&quot;:23567,&quot;14356&quot;:23568,&quot;14357&quot;:23569,&quot;14358&quot;:23570,&quot;14359&quot;:23571,&quot;14360&quot;:23572,&quot;14361&quot;:23573,&quot;14362&quot;:23574,&quot;14363&quot;:23575,&quot;14364&quot;:23576,&quot;14365&quot;:23577,&quot;14366&quot;:23578,&quot;14367&quot;:23579,&quot;14368&quot;:23580,&quot;14369&quot;:23581,&quot;14370&quot;:23582,&quot;14371&quot;:23583,&quot;14372&quot;:23584,&quot;14373&quot;:23585,&quot;14374&quot;:23586,&quot;14375&quot;:23587,&quot;14376&quot;:23588,&quot;14377&quot;:23589,&quot;14378&quot;:23590,&quot;14379&quot;:23591,&quot;14380&quot;:23592,&quot;14381&quot;:23593,&quot;14382&quot;:23594,&quot;14383&quot;:23595,&quot;14384&quot;:23596,&quot;14385&quot;:23597,&quot;14386&quot;:23598,&quot;14387&quot;:23599,&quot;14388&quot;:23600,&quot;14389&quot;:23601,&quot;14390&quot;:23602,&quot;14391&quot;:23603,&quot;14392&quot;:23604,&quot;14393&quot;:23605,&quot;14394&quot;:23606,&quot;14395&quot;:23607,&quot;14396&quot;:23608,&quot;14397&quot;:23609,&quot;14398&quot;:23610,&quot;14399&quot;:23611,&quot;14400&quot;:23612,&quot;14401&quot;:23613,&quot;14402&quot;:23614,&quot;14403&quot;:23615,&quot;14404&quot;:23616,&quot;14405&quot;:23617,&quot;14406&quot;:23618,&quot;14407&quot;:23619,&quot;14408&quot;:23620,&quot;14409&quot;:23621,&quot;14410&quot;:23622,&quot;14411&quot;:23623,&quot;14412&quot;:23624,&quot;14413&quot;:23625,&quot;14414&quot;:23626,&quot;14415&quot;:23627,&quot;14416&quot;:23628,&quot;14417&quot;:23629,&quot;14418&quot;:23630,&quot;14419&quot;:23631,&quot;14420&quot;:23632,&quot;14421&quot;:23633,&quot;14422&quot;:23634,&quot;14423&quot;:23635,&quot;14424&quot;:23636,&quot;14425&quot;:23637,&quot;14426&quot;:23638,&quot;14427&quot;:23639,&quot;14428&quot;:23640,&quot;14429&quot;:23641,&quot;14430&quot;:23642,&quot;14431&quot;:23643,&quot;14432&quot;:23644,&quot;14433&quot;:23645,&quot;14434&quot;:23646,&quot;14435&quot;:23647,&quot;14436&quot;:23648,&quot;14437&quot;:23649,&quot;14438&quot;:23650,&quot;14439&quot;:23651,&quot;14440&quot;:23652,&quot;14441&quot;:23653,&quot;14442&quot;:23654,&quot;14443&quot;:23655,&quot;14444&quot;:23656,&quot;14445&quot;:23657,&quot;14446&quot;:23658,&quot;14447&quot;:23659,&quot;14448&quot;:23660,&quot;14449&quot;:23661,&quot;14450&quot;:23662,&quot;14451&quot;:23663,&quot;14452&quot;:23664,&quot;14453&quot;:23665,&quot;14454&quot;:23666,&quot;14455&quot;:23667,&quot;14456&quot;:23668,&quot;14457&quot;:23669,&quot;14458&quot;:23670,&quot;14459&quot;:23671,&quot;14460&quot;:23672,&quot;14461&quot;:23673,&quot;14462&quot;:23674,&quot;14463&quot;:23675,&quot;14464&quot;:23676,&quot;14465&quot;:23677,&quot;14466&quot;:23678,&quot;14467&quot;:23679,&quot;14468&quot;:23680,&quot;14469&quot;:23681,&quot;14470&quot;:23682,&quot;14471&quot;:23683,&quot;14472&quot;:23684,&quot;14473&quot;:23685,&quot;14474&quot;:23686,&quot;14475&quot;:23687,&quot;14476&quot;:23688,&quot;14477&quot;:23689,&quot;14478&quot;:23690,&quot;14479&quot;:23691,&quot;14480&quot;:23692,&quot;14481&quot;:23693,&quot;14482&quot;:23694,&quot;14483&quot;:23695,&quot;14484&quot;:23696,&quot;14485&quot;:23697,&quot;14486&quot;:23698,&quot;14487&quot;:23699,&quot;14488&quot;:23700,&quot;14489&quot;:23701,&quot;14490&quot;:23702,&quot;14491&quot;:23703,&quot;14492&quot;:23704,&quot;14493&quot;:23705,&quot;14494&quot;:23706,&quot;14495&quot;:23707,&quot;14496&quot;:23708,&quot;14497&quot;:23709,&quot;14498&quot;:23710,&quot;14499&quot;:23711,&quot;14500&quot;:23712,&quot;14501&quot;:23713,&quot;14502&quot;:23714,&quot;14503&quot;:23715,&quot;14504&quot;:23716,&quot;14505&quot;:23717,&quot;14506&quot;:23718,&quot;14507&quot;:23719,&quot;14508&quot;:23720,&quot;14509&quot;:23721,&quot;14510&quot;:23722,&quot;14511&quot;:23723,&quot;14512&quot;:23724,&quot;14513&quot;:23725,&quot;14514&quot;:23726,&quot;14515&quot;:23727,&quot;14516&quot;:23728,&quot;14517&quot;:23729,&quot;14518&quot;:23730,&quot;14519&quot;:23731,&quot;14520&quot;:23732,&quot;14521&quot;:23733,&quot;14522&quot;:23734,&quot;14523&quot;:23735,&quot;14524&quot;:23736,&quot;14525&quot;:23737,&quot;14526&quot;:23738,&quot;14527&quot;:23739,&quot;14528&quot;:23740,&quot;14529&quot;:23741,&quot;14530&quot;:23742,&quot;14531&quot;:23743,&quot;14532&quot;:23744,&quot;14533&quot;:23745,&quot;14534&quot;:23746,&quot;14535&quot;:23747,&quot;14536&quot;:23748,&quot;14537&quot;:23749,&quot;14538&quot;:23750,&quot;14539&quot;:23751,&quot;14540&quot;:23752,&quot;14541&quot;:23753,&quot;14542&quot;:23754,&quot;14543&quot;:23755,&quot;14544&quot;:23756,&quot;14545&quot;:23757,&quot;14546&quot;:23758,&quot;14547&quot;:23759,&quot;14548&quot;:23760,&quot;14549&quot;:23761,&quot;14550&quot;:23762,&quot;14551&quot;:23763,&quot;14552&quot;:23764,&quot;14553&quot;:23765,&quot;14554&quot;:23766,&quot;14555&quot;:23767,&quot;14556&quot;:23768,&quot;14557&quot;:23769,&quot;14558&quot;:23770,&quot;14559&quot;:23771,&quot;14560&quot;:23772,&quot;14561&quot;:23773,&quot;14562&quot;:23774,&quot;14563&quot;:23775,&quot;14564&quot;:23776,&quot;14565&quot;:23777,&quot;14566&quot;:23778,&quot;14567&quot;:23779,&quot;14568&quot;:23780,&quot;14569&quot;:23781,&quot;14570&quot;:23782,&quot;14571&quot;:23783,&quot;14572&quot;:23784,&quot;14573&quot;:23785,&quot;14574&quot;:23786,&quot;14575&quot;:23787,&quot;14576&quot;:23788,&quot;14577&quot;:23789,&quot;14578&quot;:23790,&quot;14579&quot;:23791,&quot;14580&quot;:23792,&quot;14581&quot;:23793,&quot;14582&quot;:23794,&quot;14583&quot;:23795,&quot;14584&quot;:23796,&quot;14585&quot;:23797,&quot;14586&quot;:23798,&quot;14587&quot;:23799,&quot;14588&quot;:23800,&quot;14589&quot;:23801,&quot;14590&quot;:23802,&quot;14591&quot;:23803,&quot;14592&quot;:23804,&quot;14593&quot;:23805,&quot;14594&quot;:23806,&quot;14595&quot;:23807,&quot;14596&quot;:23808,&quot;14597&quot;:23809,&quot;14598&quot;:23810,&quot;14599&quot;:23811,&quot;14600&quot;:23812,&quot;14601&quot;:23813,&quot;14602&quot;:23814,&quot;14603&quot;:23815,&quot;14604&quot;:23816,&quot;14605&quot;:23817,&quot;14606&quot;:23818,&quot;14607&quot;:23819,&quot;14608&quot;:23820,&quot;14609&quot;:23821,&quot;14610&quot;:23822,&quot;14611&quot;:23823,&quot;14612&quot;:23824,&quot;14613&quot;:23825,&quot;14614&quot;:23826,&quot;14615&quot;:23827,&quot;14617&quot;:23828,&quot;14618&quot;:23829,&quot;14619&quot;:23830,&quot;14620&quot;:23831,&quot;14621&quot;:23832,&quot;14622&quot;:23833,&quot;14623&quot;:23834,&quot;14624&quot;:23835,&quot;14625&quot;:23836,&quot;14626&quot;:23837,&quot;14627&quot;:23838,&quot;14628&quot;:23839,&quot;14629&quot;:23840,&quot;14630&quot;:23841,&quot;14631&quot;:23842,&quot;14632&quot;:23843,&quot;14633&quot;:23844,&quot;14634&quot;:23845,&quot;14635&quot;:23846,&quot;14636&quot;:23847,&quot;14637&quot;:23848,&quot;14638&quot;:23849,&quot;14639&quot;:23850,&quot;14640&quot;:23851,&quot;14641&quot;:23852,&quot;14642&quot;:23853,&quot;14643&quot;:23854,&quot;14644&quot;:23855,&quot;14645&quot;:23856,&quot;14646&quot;:23857,&quot;14647&quot;:23858,&quot;14648&quot;:23859,&quot;14649&quot;:23860,&quot;14650&quot;:23861,&quot;14651&quot;:23862,&quot;14652&quot;:23863,&quot;14653&quot;:23864,&quot;14654&quot;:23865,&quot;14655&quot;:23866,&quot;14656&quot;:23867,&quot;14657&quot;:23868,&quot;14658&quot;:23869,&quot;14659&quot;:23870,&quot;14660&quot;:23871,&quot;14661&quot;:23872,&quot;14662&quot;:23873,&quot;14663&quot;:23874,&quot;14664&quot;:23875,&quot;14665&quot;:23876,&quot;14666&quot;:23877,&quot;14667&quot;:23878,&quot;14668&quot;:23879,&quot;14669&quot;:23880,&quot;14670&quot;:23881,&quot;14671&quot;:23882,&quot;14672&quot;:23883,&quot;14673&quot;:23884,&quot;14674&quot;:23885,&quot;14675&quot;:23886,&quot;14676&quot;:23887,&quot;14677&quot;:23888,&quot;14678&quot;:23889,&quot;14679&quot;:23890,&quot;14680&quot;:23891,&quot;14681&quot;:23892,&quot;14682&quot;:23893,&quot;14683&quot;:23894,&quot;14684&quot;:23895,&quot;14685&quot;:23896,&quot;14686&quot;:23897,&quot;14687&quot;:23898,&quot;14688&quot;:23899,&quot;14689&quot;:23900,&quot;14690&quot;:23901,&quot;14691&quot;:23902,&quot;14692&quot;:23903,&quot;14693&quot;:23904,&quot;14694&quot;:23905,&quot;14695&quot;:23906,&quot;14696&quot;:23907,&quot;14697&quot;:23908,&quot;14698&quot;:23909,&quot;14699&quot;:23910,&quot;14700&quot;:23911,&quot;14701&quot;:23912,&quot;14703&quot;:23913,&quot;14704&quot;:23914,&quot;14705&quot;:23915,&quot;14706&quot;:23916,&quot;14707&quot;:23917,&quot;14708&quot;:23918,&quot;14709&quot;:23919,&quot;14710&quot;:23920,&quot;14711&quot;:23921,&quot;14712&quot;:23922,&quot;14713&quot;:23923,&quot;14714&quot;:23924,&quot;14715&quot;:23925,&quot;14716&quot;:23926,&quot;14717&quot;:23927,&quot;14718&quot;:23928,&quot;14719&quot;:23929,&quot;14720&quot;:23930,&quot;14721&quot;:23931,&quot;14722&quot;:23932,&quot;14723&quot;:23933,&quot;14724&quot;:23934,&quot;14725&quot;:23935,&quot;14726&quot;:23936,&quot;14727&quot;:23937,&quot;14728&quot;:23938,&quot;14729&quot;:23939,&quot;14730&quot;:23940,&quot;14731&quot;:23941,&quot;14732&quot;:23942,&quot;14733&quot;:23943,&quot;14734&quot;:23944,&quot;14735&quot;:23945,&quot;14736&quot;:23946,&quot;14737&quot;:23947,&quot;14738&quot;:23948,&quot;14739&quot;:23949,&quot;14740&quot;:23950,&quot;14741&quot;:23951,&quot;14742&quot;:23952,&quot;14743&quot;:23953,&quot;14744&quot;:23954,&quot;14745&quot;:23955,&quot;14746&quot;:23956,&quot;14747&quot;:23957,&quot;14748&quot;:23958,&quot;14749&quot;:23959,&quot;14750&quot;:23960,&quot;14751&quot;:23961,&quot;14752&quot;:23962,&quot;14753&quot;:23963,&quot;14754&quot;:23964,&quot;14755&quot;:23965,&quot;14756&quot;:23966,&quot;14757&quot;:23967,&quot;14758&quot;:23968,&quot;14759&quot;:23969,&quot;14760&quot;:23970,&quot;14761&quot;:23971,&quot;14762&quot;:23972,&quot;14763&quot;:23973,&quot;14764&quot;:23974,&quot;14765&quot;:23975,&quot;14766&quot;:23976,&quot;14767&quot;:23977,&quot;14768&quot;:23978,&quot;14769&quot;:23979,&quot;14770&quot;:23980,&quot;14771&quot;:23981,&quot;14772&quot;:23982,&quot;14773&quot;:23983,&quot;14774&quot;:23984,&quot;14775&quot;:23985,&quot;14776&quot;:23986,&quot;14777&quot;:23987,&quot;14778&quot;:23988,&quot;14779&quot;:23989,&quot;14780&quot;:23990,&quot;14781&quot;:23991,&quot;14782&quot;:23992,&quot;14783&quot;:23993,&quot;14784&quot;:23994,&quot;14785&quot;:23995,&quot;14786&quot;:23996,&quot;14787&quot;:23997,&quot;14788&quot;:23998,&quot;14789&quot;:23999,&quot;14790&quot;:24000,&quot;14791&quot;:24001,&quot;14792&quot;:24002,&quot;14793&quot;:24003,&quot;14794&quot;:24004,&quot;14795&quot;:24005,&quot;14796&quot;:24006,&quot;14797&quot;:24007,&quot;14798&quot;:24008,&quot;14801&quot;:24009,&quot;14802&quot;:24010,&quot;14803&quot;:24011,&quot;14804&quot;:24012,&quot;14805&quot;:24013,&quot;14806&quot;:24014,&quot;14807&quot;:24015,&quot;14808&quot;:24016,&quot;14809&quot;:24017,&quot;14810&quot;:24018,&quot;14811&quot;:24019,&quot;14812&quot;:24020,&quot;14813&quot;:24021,&quot;14814&quot;:24022,&quot;14816&quot;:24023,&quot;14817&quot;:24024,&quot;14818&quot;:24025,&quot;14819&quot;:24026,&quot;14820&quot;:24027,&quot;14821&quot;:24028,&quot;14822&quot;:24029,&quot;14823&quot;:24030,&quot;14824&quot;:24031,&quot;14825&quot;:24032,&quot;14826&quot;:24033,&quot;14827&quot;:24034,&quot;14828&quot;:24035,&quot;14829&quot;:24036,&quot;14830&quot;:24037,&quot;14831&quot;:24038,&quot;14832&quot;:24039,&quot;14833&quot;:24040,&quot;14834&quot;:24041,&quot;14835&quot;:24042,&quot;14836&quot;:24043,&quot;14837&quot;:24044,&quot;14838&quot;:24045,&quot;14839&quot;:24046,&quot;14840&quot;:24047,&quot;14841&quot;:24048,&quot;14842&quot;:24049,&quot;14843&quot;:24050,&quot;14844&quot;:24051,&quot;14845&quot;:24052,&quot;14846&quot;:24053,&quot;14847&quot;:24054,&quot;14848&quot;:24055,&quot;14849&quot;:24056,&quot;14850&quot;:24057,&quot;14851&quot;:24058,&quot;14852&quot;:24059,&quot;14853&quot;:24060,&quot;14854&quot;:24061,&quot;14855&quot;:24062,&quot;14856&quot;:24063,&quot;14857&quot;:24064,&quot;14858&quot;:24065,&quot;14859&quot;:24066,&quot;14860&quot;:24067,&quot;14861&quot;:24068,&quot;14862&quot;:24069,&quot;14863&quot;:24070,&quot;14864&quot;:24071,&quot;14865&quot;:24072,&quot;14866&quot;:24073,&quot;14867&quot;:24074,&quot;14868&quot;:24075,&quot;14869&quot;:24076,&quot;14870&quot;:24077,&quot;14871&quot;:24078,&quot;14872&quot;:24079,&quot;14873&quot;:24080,&quot;14874&quot;:24081,&quot;14875&quot;:24082,&quot;14876&quot;:24083,&quot;14877&quot;:24084,&quot;14878&quot;:24085,&quot;14879&quot;:24086,&quot;14880&quot;:24087,&quot;14881&quot;:24088,&quot;14882&quot;:24089,&quot;14883&quot;:24090,&quot;14884&quot;:24091,&quot;14885&quot;:24092,&quot;14886&quot;:24093,&quot;14887&quot;:24094,&quot;14888&quot;:24095,&quot;14889&quot;:24096,&quot;14890&quot;:24097,&quot;14891&quot;:24098,&quot;14892&quot;:24099,&quot;14893&quot;:24100,&quot;14894&quot;:24101,&quot;14895&quot;:24102,&quot;14896&quot;:24103,&quot;14897&quot;:24104,&quot;14898&quot;:24105,&quot;14899&quot;:24106,&quot;14900&quot;:24107,&quot;14901&quot;:24108,&quot;14902&quot;:24109,&quot;14903&quot;:24110,&quot;14904&quot;:24111,&quot;14905&quot;:24112,&quot;14906&quot;:24113,&quot;14907&quot;:24114,&quot;14908&quot;:24115,&quot;14909&quot;:24116,&quot;14910&quot;:24117,&quot;14911&quot;:24118,&quot;14912&quot;:24119,&quot;14913&quot;:24120,&quot;14914&quot;:24121,&quot;14915&quot;:24122,&quot;14916&quot;:24123,&quot;14917&quot;:24124,&quot;14918&quot;:24125,&quot;14919&quot;:24126,&quot;14920&quot;:24127,&quot;14921&quot;:24128,&quot;14922&quot;:24129,&quot;14923&quot;:24130,&quot;14924&quot;:24131,&quot;14925&quot;:24132,&quot;14926&quot;:24133,&quot;14927&quot;:24134,&quot;14928&quot;:24135,&quot;14929&quot;:24136,&quot;14930&quot;:24137,&quot;14931&quot;:24138,&quot;14932&quot;:24139,&quot;14933&quot;:24140,&quot;14934&quot;:24141,&quot;14935&quot;:24142,&quot;14936&quot;:24143,&quot;14937&quot;:24144,&quot;14938&quot;:24145,&quot;14939&quot;:24146,&quot;14940&quot;:24147,&quot;14941&quot;:24148,&quot;14942&quot;:24149,&quot;14943&quot;:24150,&quot;14944&quot;:24151,&quot;14945&quot;:24152,&quot;14946&quot;:24153,&quot;14947&quot;:24154,&quot;14948&quot;:24155,&quot;14949&quot;:24156,&quot;14950&quot;:24157,&quot;14951&quot;:24158,&quot;14952&quot;:24159,&quot;14953&quot;:24160,&quot;14954&quot;:24161,&quot;14955&quot;:24162,&quot;14956&quot;:24163,&quot;14957&quot;:24164,&quot;14958&quot;:24165,&quot;14959&quot;:24166,&quot;14960&quot;:24167,&quot;14961&quot;:24168,&quot;14962&quot;:24169,&quot;14964&quot;:24170,&quot;14965&quot;:24171,&quot;14966&quot;:24172,&quot;14967&quot;:24173,&quot;14968&quot;:24174,&quot;14969&quot;:24175,&quot;14970&quot;:24176,&quot;14971&quot;:24177,&quot;14972&quot;:24178,&quot;14973&quot;:24179,&quot;14974&quot;:24180,&quot;14975&quot;:24181,&quot;14976&quot;:24182,&quot;14977&quot;:24183,&quot;14978&quot;:24184,&quot;14979&quot;:24185,&quot;14980&quot;:24186,&quot;14981&quot;:24187,&quot;14982&quot;:24188,&quot;14983&quot;:24189,&quot;14984&quot;:24190,&quot;14985&quot;:24191,&quot;14986&quot;:24192,&quot;14987&quot;:24193,&quot;14988&quot;:24194,&quot;14989&quot;:24195,&quot;14990&quot;:24196,&quot;14991&quot;:24197,&quot;14992&quot;:24198,&quot;14993&quot;:24199,&quot;14994&quot;:24200,&quot;14995&quot;:24201,&quot;14996&quot;:24202,&quot;14997&quot;:24203,&quot;14998&quot;:24204,&quot;14999&quot;:24205,&quot;15000&quot;:24206,&quot;15001&quot;:24207,&quot;15002&quot;:24208,&quot;15003&quot;:24209,&quot;15004&quot;:24210,&quot;15005&quot;:24211,&quot;15006&quot;:24212,&quot;15007&quot;:24213,&quot;15008&quot;:24214,&quot;15009&quot;:24215,&quot;15010&quot;:24216,&quot;15011&quot;:24217,&quot;15012&quot;:24218,&quot;15013&quot;:24219,&quot;15014&quot;:24220,&quot;15015&quot;:24221,&quot;15016&quot;:24222,&quot;15017&quot;:24223,&quot;15018&quot;:24224,&quot;15019&quot;:24225,&quot;15020&quot;:24226,&quot;15021&quot;:24227,&quot;15022&quot;:24228,&quot;15023&quot;:24229,&quot;15024&quot;:24230,&quot;15025&quot;:24231,&quot;15026&quot;:24232,&quot;15027&quot;:24233,&quot;15028&quot;:24234,&quot;15029&quot;:24235,&quot;15030&quot;:24236,&quot;15031&quot;:24237,&quot;15032&quot;:24238,&quot;15033&quot;:24239,&quot;15034&quot;:24240,&quot;15035&quot;:24241,&quot;15036&quot;:24242,&quot;15037&quot;:24243,&quot;15038&quot;:24244,&quot;15039&quot;:24245,&quot;15040&quot;:24246,&quot;15041&quot;:24247,&quot;15042&quot;:24248,&quot;15043&quot;:24249,&quot;15044&quot;:24250,&quot;15045&quot;:24251,&quot;15046&quot;:24252,&quot;15047&quot;:24253,&quot;15048&quot;:24254,&quot;15049&quot;:24255,&quot;15050&quot;:24256,&quot;15051&quot;:24257,&quot;15052&quot;:24258,&quot;15053&quot;:24259,&quot;15054&quot;:24260,&quot;15055&quot;:24261,&quot;15056&quot;:24262,&quot;15057&quot;:24263,&quot;15058&quot;:24264,&quot;15059&quot;:24265,&quot;15060&quot;:24266,&quot;15061&quot;:24267,&quot;15062&quot;:24268,&quot;15063&quot;:24269,&quot;15064&quot;:24270,&quot;15065&quot;:24271,&quot;15066&quot;:24272,&quot;15067&quot;:24273,&quot;15068&quot;:24274,&quot;15069&quot;:24275,&quot;15070&quot;:24276,&quot;15071&quot;:24277,&quot;15072&quot;:24278,&quot;15073&quot;:24279,&quot;15074&quot;:24280,&quot;15075&quot;:24281,&quot;15076&quot;:24282,&quot;15077&quot;:24283,&quot;15078&quot;:24284,&quot;15079&quot;:24285,&quot;15080&quot;:24286,&quot;15081&quot;:24287,&quot;15082&quot;:24288,&quot;15083&quot;:24289,&quot;15084&quot;:24290,&quot;15085&quot;:24291,&quot;15086&quot;:24292,&quot;15087&quot;:24293,&quot;15088&quot;:24294,&quot;15089&quot;:24295,&quot;15090&quot;:24296,&quot;15091&quot;:24297,&quot;15092&quot;:24298,&quot;15093&quot;:24299,&quot;15094&quot;:24300,&quot;15095&quot;:24301,&quot;15096&quot;:24302,&quot;15097&quot;:24303,&quot;15098&quot;:24304,&quot;15099&quot;:24305,&quot;15100&quot;:24306,&quot;15101&quot;:24307,&quot;15102&quot;:24308,&quot;15103&quot;:24309,&quot;15104&quot;:24310,&quot;15105&quot;:24311,&quot;15106&quot;:24312,&quot;15107&quot;:24313,&quot;15108&quot;:24314,&quot;15109&quot;:24315,&quot;15110&quot;:24316,&quot;15111&quot;:24317,&quot;15112&quot;:24318,&quot;15113&quot;:24319,&quot;15114&quot;:24320,&quot;15115&quot;:24321,&quot;15116&quot;:24322,&quot;15117&quot;:24323,&quot;15118&quot;:24324,&quot;15119&quot;:24325,&quot;15120&quot;:24326,&quot;15121&quot;:24327,&quot;15122&quot;:24328,&quot;15123&quot;:24329,&quot;15124&quot;:24330,&quot;15125&quot;:24331,&quot;15126&quot;:24332,&quot;15127&quot;:24333,&quot;15128&quot;:24334,&quot;15129&quot;:24335,&quot;15130&quot;:24336,&quot;15131&quot;:24337,&quot;15132&quot;:24338,&quot;15133&quot;:24339,&quot;15134&quot;:24340,&quot;15135&quot;:24341,&quot;15136&quot;:24342,&quot;15137&quot;:24343,&quot;15138&quot;:24344,&quot;15139&quot;:24345,&quot;15140&quot;:24346,&quot;15141&quot;:24347,&quot;15142&quot;:24348,&quot;15143&quot;:24349,&quot;15144&quot;:24350,&quot;15145&quot;:24351,&quot;15146&quot;:24352,&quot;15147&quot;:24353,&quot;15148&quot;:24354,&quot;15149&quot;:24355,&quot;15150&quot;:24356,&quot;15151&quot;:24357,&quot;15152&quot;:24358,&quot;15153&quot;:24359,&quot;15154&quot;:24360,&quot;15155&quot;:24361,&quot;15156&quot;:24362,&quot;15157&quot;:24363,&quot;15158&quot;:24364,&quot;15159&quot;:24365,&quot;15160&quot;:24366,&quot;15161&quot;:24367,&quot;15162&quot;:24368,&quot;15163&quot;:24369,&quot;15164&quot;:24370,&quot;15165&quot;:24371,&quot;15166&quot;:24372,&quot;15167&quot;:24373,&quot;15168&quot;:24374,&quot;15169&quot;:24375,&quot;15170&quot;:24376,&quot;15171&quot;:24377,&quot;15172&quot;:24378,&quot;15173&quot;:24379,&quot;15174&quot;:24380,&quot;15175&quot;:24381,&quot;15176&quot;:24382,&quot;15177&quot;:24383,&quot;15178&quot;:24384,&quot;15179&quot;:24385,&quot;15180&quot;:24386,&quot;15181&quot;:24387,&quot;15183&quot;:24388,&quot;15184&quot;:24389,&quot;15185&quot;:24390,&quot;15186&quot;:24391,&quot;15187&quot;:24392,&quot;15188&quot;:24393,&quot;15189&quot;:24394,&quot;15190&quot;:24395,&quot;15191&quot;:24396,&quot;15192&quot;:24397,&quot;15193&quot;:24398,&quot;15194&quot;:24399,&quot;15195&quot;:24400,&quot;15196&quot;:24401,&quot;15197&quot;:24402,&quot;15198&quot;:24403,&quot;15199&quot;:24404,&quot;15200&quot;:24405,&quot;15201&quot;:24406,&quot;15202&quot;:24407,&quot;15203&quot;:24408,&quot;15204&quot;:24409,&quot;15205&quot;:24410,&quot;15206&quot;:24411,&quot;15207&quot;:24412,&quot;15208&quot;:24413,&quot;15209&quot;:24414,&quot;15210&quot;:24415,&quot;15211&quot;:24416,&quot;15212&quot;:24417,&quot;15213&quot;:24418,&quot;15214&quot;:24419,&quot;15215&quot;:24420,&quot;15216&quot;:24421,&quot;15217&quot;:24422,&quot;15218&quot;:24423,&quot;15219&quot;:24424,&quot;15220&quot;:24425,&quot;15221&quot;:24426,&quot;15222&quot;:24427,&quot;15223&quot;:24428,&quot;15224&quot;:24429,&quot;15225&quot;:24430,&quot;15226&quot;:24431,&quot;15227&quot;:24432,&quot;15228&quot;:24433,&quot;15229&quot;:24434,&quot;15230&quot;:24435,&quot;15231&quot;:24436,&quot;15232&quot;:24437,&quot;15233&quot;:24438,&quot;15234&quot;:24439,&quot;15235&quot;:24440,&quot;15236&quot;:24441,&quot;15237&quot;:24442,&quot;15238&quot;:24443,&quot;15239&quot;:24444,&quot;15240&quot;:24445,&quot;15241&quot;:24446,&quot;15242&quot;:24447,&quot;15243&quot;:24448,&quot;15244&quot;:24449,&quot;15245&quot;:24450,&quot;15246&quot;:24451,&quot;15247&quot;:24452,&quot;15248&quot;:24453,&quot;15249&quot;:24454,&quot;15250&quot;:24455,&quot;15251&quot;:24456,&quot;15252&quot;:24457,&quot;15253&quot;:24458,&quot;15254&quot;:24459,&quot;15255&quot;:24460,&quot;15256&quot;:24461,&quot;15257&quot;:24462,&quot;15258&quot;:24463,&quot;15259&quot;:24464,&quot;15260&quot;:24465,&quot;15261&quot;:24466,&quot;15262&quot;:24467,&quot;15263&quot;:24468,&quot;15264&quot;:24469,&quot;15265&quot;:24470,&quot;15266&quot;:24471,&quot;15267&quot;:24472,&quot;15268&quot;:24473,&quot;15269&quot;:24474,&quot;15270&quot;:24475,&quot;15271&quot;:24476,&quot;15272&quot;:24477,&quot;15273&quot;:24478,&quot;15274&quot;:24479,&quot;15275&quot;:24480,&quot;15276&quot;:24481,&quot;15277&quot;:24482,&quot;15278&quot;:24483,&quot;15279&quot;:24484,&quot;15280&quot;:24485,&quot;15281&quot;:24486,&quot;15282&quot;:24487,&quot;15283&quot;:24488,&quot;15284&quot;:24489,&quot;15285&quot;:24490,&quot;15286&quot;:24491,&quot;15287&quot;:24492,&quot;15288&quot;:24493,&quot;15289&quot;:24494,&quot;15290&quot;:24495,&quot;15291&quot;:24496,&quot;15292&quot;:24497,&quot;15293&quot;:24498,&quot;15294&quot;:24499,&quot;15295&quot;:24500,&quot;15296&quot;:24501,&quot;15297&quot;:24502,&quot;15298&quot;:24503,&quot;15299&quot;:24504,&quot;15300&quot;:24505,&quot;15301&quot;:24506,&quot;15302&quot;:24507,&quot;15303&quot;:24508,&quot;15304&quot;:24509,&quot;15305&quot;:24510,&quot;15306&quot;:24511,&quot;15307&quot;:24512,&quot;15308&quot;:24513,&quot;15309&quot;:24514,&quot;15310&quot;:24515,&quot;15311&quot;:24516,&quot;15312&quot;:24517,&quot;15313&quot;:24518,&quot;15314&quot;:24519,&quot;15315&quot;:24520,&quot;15316&quot;:24521,&quot;15317&quot;:24522,&quot;15318&quot;:24523,&quot;15319&quot;:24524,&quot;15320&quot;:24525,&quot;15321&quot;:24526,&quot;15322&quot;:24527,&quot;15323&quot;:24528,&quot;15324&quot;:24529,&quot;15325&quot;:24530,&quot;15326&quot;:24531,&quot;15327&quot;:24532,&quot;15328&quot;:24533,&quot;15329&quot;:24534,&quot;15330&quot;:24535,&quot;15331&quot;:24536,&quot;15332&quot;:24537,&quot;15333&quot;:24538,&quot;15334&quot;:24539,&quot;15335&quot;:24540,&quot;15336&quot;:24541,&quot;15337&quot;:24542,&quot;15338&quot;:24543,&quot;15339&quot;:24544,&quot;15340&quot;:24545,&quot;15341&quot;:24546,&quot;15342&quot;:24547,&quot;15343&quot;:24548,&quot;15344&quot;:24549,&quot;15345&quot;:24550,&quot;15346&quot;:24551,&quot;15347&quot;:24552,&quot;15348&quot;:24553,&quot;15349&quot;:24554,&quot;15350&quot;:24555,&quot;15351&quot;:24556,&quot;15352&quot;:24557,&quot;15353&quot;:24558,&quot;15354&quot;:24559,&quot;15355&quot;:24560,&quot;15356&quot;:24561,&quot;15357&quot;:24562,&quot;15358&quot;:24563,&quot;15359&quot;:24564,&quot;15360&quot;:24565,&quot;15361&quot;:24566,&quot;15362&quot;:24567,&quot;15363&quot;:24568,&quot;15364&quot;:24569,&quot;15365&quot;:24570,&quot;15366&quot;:24571,&quot;15367&quot;:24572,&quot;15368&quot;:24573,&quot;15369&quot;:24574,&quot;15370&quot;:24575,&quot;15371&quot;:24576,&quot;15372&quot;:24577,&quot;15373&quot;:24578,&quot;15374&quot;:24579,&quot;15375&quot;:24580,&quot;15376&quot;:24581,&quot;15377&quot;:24582,&quot;15378&quot;:24583,&quot;15379&quot;:24584,&quot;15380&quot;:24585,&quot;15381&quot;:24586,&quot;15382&quot;:24587,&quot;15383&quot;:24588,&quot;15384&quot;:24589,&quot;15385&quot;:24590,&quot;15386&quot;:24591,&quot;15387&quot;:24592,&quot;15388&quot;:24593,&quot;15389&quot;:24594,&quot;15390&quot;:24595,&quot;15391&quot;:24596,&quot;15392&quot;:24597,&quot;15393&quot;:24598,&quot;15394&quot;:24599,&quot;15395&quot;:24600,&quot;15396&quot;:24601,&quot;15397&quot;:24602,&quot;15398&quot;:24603,&quot;15399&quot;:24604,&quot;15400&quot;:24605,&quot;15401&quot;:24606,&quot;15402&quot;:24607,&quot;15403&quot;:24608,&quot;15404&quot;:24609,&quot;15405&quot;:24610,&quot;15406&quot;:24611,&quot;15407&quot;:24612,&quot;15408&quot;:24613,&quot;15409&quot;:24614,&quot;15410&quot;:24615,&quot;15411&quot;:24616,&quot;15412&quot;:24617,&quot;15413&quot;:24618,&quot;15414&quot;:24619,&quot;15415&quot;:24620,&quot;15416&quot;:24621,&quot;15417&quot;:24622,&quot;15418&quot;:24623,&quot;15419&quot;:24624,&quot;15420&quot;:24625,&quot;15421&quot;:24626,&quot;15422&quot;:24627,&quot;15423&quot;:24628,&quot;15424&quot;:24629,&quot;15425&quot;:24630,&quot;15426&quot;:24631,&quot;15427&quot;:24632,&quot;15428&quot;:24633,&quot;15429&quot;:24634,&quot;15430&quot;:24635,&quot;15431&quot;:24636,&quot;15432&quot;:24637,&quot;15433&quot;:24638,&quot;15434&quot;:24639,&quot;15435&quot;:24640,&quot;15436&quot;:24641,&quot;15437&quot;:24642,&quot;15438&quot;:24643,&quot;15439&quot;:24644,&quot;15440&quot;:24645,&quot;15441&quot;:24646,&quot;15442&quot;:24647,&quot;15443&quot;:24648,&quot;15444&quot;:24649,&quot;15445&quot;:24650,&quot;15446&quot;:24651,&quot;15447&quot;:24652,&quot;15448&quot;:24653,&quot;15449&quot;:24654,&quot;15450&quot;:24655,&quot;15451&quot;:24656,&quot;15452&quot;:24657,&quot;15453&quot;:24658,&quot;15454&quot;:24659,&quot;15455&quot;:24660,&quot;15456&quot;:24661,&quot;15457&quot;:24662,&quot;15458&quot;:24663,&quot;15459&quot;:24664,&quot;15460&quot;:24665,&quot;15461&quot;:24666,&quot;15462&quot;:24667,&quot;15463&quot;:24668,&quot;15464&quot;:24669,&quot;15465&quot;:24670,&quot;15466&quot;:24671,&quot;15467&quot;:24672,&quot;15468&quot;:24673,&quot;15469&quot;:24674,&quot;15471&quot;:24675,&quot;15472&quot;:24676,&quot;15473&quot;:24677,&quot;15474&quot;:24678,&quot;15475&quot;:24679,&quot;15476&quot;:24680,&quot;15477&quot;:24681,&quot;15478&quot;:24682,&quot;15479&quot;:24683,&quot;15480&quot;:24684,&quot;15481&quot;:24685,&quot;15482&quot;:24686,&quot;15483&quot;:24687,&quot;15484&quot;:24688,&quot;15485&quot;:24689,&quot;15486&quot;:24690,&quot;15487&quot;:24691,&quot;15488&quot;:24692,&quot;15489&quot;:24693,&quot;15490&quot;:24694,&quot;15491&quot;:24695,&quot;15492&quot;:24696,&quot;15493&quot;:24697,&quot;15494&quot;:24698,&quot;15495&quot;:24699,&quot;15496&quot;:24700,&quot;15497&quot;:24701,&quot;15498&quot;:24702,&quot;15499&quot;:24703,&quot;15500&quot;:24704,&quot;15501&quot;:24705,&quot;15502&quot;:24706,&quot;15503&quot;:24707,&quot;15504&quot;:24708,&quot;15505&quot;:24709,&quot;15506&quot;:24710,&quot;15507&quot;:24711,&quot;15508&quot;:24712,&quot;15509&quot;:24713,&quot;15510&quot;:24714,&quot;15511&quot;:24715,&quot;15512&quot;:24716,&quot;15513&quot;:24717,&quot;15514&quot;:24718,&quot;15515&quot;:24719,&quot;15516&quot;:24720,&quot;15517&quot;:24721,&quot;15518&quot;:24722,&quot;15519&quot;:24723,&quot;15520&quot;:24724,&quot;15521&quot;:24725,&quot;15522&quot;:24726,&quot;15523&quot;:24727,&quot;15524&quot;:24728,&quot;15525&quot;:24729,&quot;15526&quot;:24730,&quot;15527&quot;:24731,&quot;15528&quot;:24732,&quot;15529&quot;:24733,&quot;15530&quot;:24734,&quot;15531&quot;:24735,&quot;15532&quot;:24736,&quot;15533&quot;:24737,&quot;15534&quot;:24738,&quot;15535&quot;:24739,&quot;15536&quot;:24740,&quot;15537&quot;:24741,&quot;15538&quot;:24742,&quot;15539&quot;:24743,&quot;15540&quot;:24744,&quot;15541&quot;:24745,&quot;15542&quot;:24746,&quot;15543&quot;:24747,&quot;15544&quot;:24748,&quot;15545&quot;:24749,&quot;15546&quot;:24750,&quot;15547&quot;:24751,&quot;15548&quot;:24752,&quot;15549&quot;:24753,&quot;15550&quot;:24754,&quot;15551&quot;:24755,&quot;15552&quot;:24756,&quot;15553&quot;:24757,&quot;15554&quot;:24758,&quot;15555&quot;:24759,&quot;15556&quot;:24760,&quot;15557&quot;:24761,&quot;15558&quot;:24762,&quot;15559&quot;:24763,&quot;15560&quot;:24764,&quot;15561&quot;:24765,&quot;15562&quot;:24766,&quot;15563&quot;:24767,&quot;15564&quot;:24768,&quot;15565&quot;:24769,&quot;15566&quot;:24770,&quot;15567&quot;:24771,&quot;15568&quot;:24772,&quot;15569&quot;:24773,&quot;15570&quot;:24774,&quot;15571&quot;:24775,&quot;15572&quot;:24776,&quot;15573&quot;:24777,&quot;15574&quot;:24778,&quot;15575&quot;:24779,&quot;15576&quot;:24780,&quot;15577&quot;:24781,&quot;15578&quot;:24782,&quot;15579&quot;:24783,&quot;15580&quot;:24784,&quot;15581&quot;:24785,&quot;15582&quot;:24786,&quot;15583&quot;:24787,&quot;15585&quot;:24788,&quot;15586&quot;:24789,&quot;15587&quot;:24790,&quot;15588&quot;:24791,&quot;15589&quot;:24792,&quot;15590&quot;:24793,&quot;15591&quot;:24794,&quot;15592&quot;:24795,&quot;15593&quot;:24796,&quot;15594&quot;:24797,&quot;15595&quot;:24798,&quot;15596&quot;:24799,&quot;15597&quot;:24800,&quot;15598&quot;:24801,&quot;15599&quot;:24802,&quot;15600&quot;:24803,&quot;15601&quot;:24804,&quot;15602&quot;:24805,&quot;15603&quot;:24806,&quot;15604&quot;:24807,&quot;15605&quot;:24808,&quot;15606&quot;:24809,&quot;15607&quot;:24810,&quot;15608&quot;:24811,&quot;15609&quot;:24812,&quot;15610&quot;:24813,&quot;15611&quot;:24814,&quot;15612&quot;:24815,&quot;15613&quot;:24816,&quot;15614&quot;:24817,&quot;15615&quot;:24818,&quot;15616&quot;:24819,&quot;15617&quot;:24820,&quot;15618&quot;:24821,&quot;15619&quot;:24822,&quot;15620&quot;:24823,&quot;15621&quot;:24824,&quot;15622&quot;:24825,&quot;15623&quot;:24826,&quot;15624&quot;:24827,&quot;15625&quot;:24828,&quot;15626&quot;:24829,&quot;15627&quot;:24830,&quot;15628&quot;:24831,&quot;15629&quot;:24832,&quot;15630&quot;:24833,&quot;15631&quot;:24834,&quot;15632&quot;:24835,&quot;15633&quot;:24836,&quot;15634&quot;:24837,&quot;15635&quot;:24838,&quot;15636&quot;:24839,&quot;15637&quot;:24840,&quot;15638&quot;:24841,&quot;15639&quot;:24842,&quot;15640&quot;:24843,&quot;15641&quot;:24844,&quot;15642&quot;:24845,&quot;15643&quot;:24846,&quot;15644&quot;:24847,&quot;15645&quot;:24848,&quot;15646&quot;:24849,&quot;15647&quot;:24850,&quot;15648&quot;:24851,&quot;15649&quot;:24852,&quot;15650&quot;:24853,&quot;15651&quot;:24854,&quot;15652&quot;:24855,&quot;15653&quot;:24856,&quot;15654&quot;:24857,&quot;15655&quot;:24858,&quot;15656&quot;:24859,&quot;15657&quot;:24860,&quot;15658&quot;:24861,&quot;15659&quot;:24862,&quot;15660&quot;:24863,&quot;15661&quot;:24864,&quot;15662&quot;:24865,&quot;15663&quot;:24866,&quot;15664&quot;:24867,&quot;15665&quot;:24868,&quot;15666&quot;:24869,&quot;15667&quot;:24870,&quot;15668&quot;:24871,&quot;15669&quot;:24872,&quot;15670&quot;:24873,&quot;15671&quot;:24874,&quot;15672&quot;:24875,&quot;15673&quot;:24876,&quot;15674&quot;:24877,&quot;15675&quot;:24878,&quot;15676&quot;:24879,&quot;15677&quot;:24880,&quot;15678&quot;:24881,&quot;15679&quot;:24882,&quot;15680&quot;:24883,&quot;15681&quot;:24884,&quot;15682&quot;:24885,&quot;15683&quot;:24886,&quot;15684&quot;:24887,&quot;15685&quot;:24888,&quot;15686&quot;:24889,&quot;15687&quot;:24890,&quot;15688&quot;:24891,&quot;15689&quot;:24892,&quot;15690&quot;:24893,&quot;15691&quot;:24894,&quot;15692&quot;:24895,&quot;15693&quot;:24896,&quot;15694&quot;:24897,&quot;15695&quot;:24898,&quot;15696&quot;:24899,&quot;15697&quot;:24900,&quot;15698&quot;:24901,&quot;15699&quot;:24902,&quot;15700&quot;:24903,&quot;15701&quot;:24904,&quot;15702&quot;:24905,&quot;15703&quot;:24906,&quot;15704&quot;:24907,&quot;15705&quot;:24908,&quot;15706&quot;:24909,&quot;15707&quot;:24910,&quot;15708&quot;:24911,&quot;15709&quot;:24912,&quot;15710&quot;:24913,&quot;15711&quot;:24914,&quot;15712&quot;:24915,&quot;15713&quot;:24916,&quot;15714&quot;:24917,&quot;15715&quot;:24918,&quot;15716&quot;:24919,&quot;15717&quot;:24920,&quot;15718&quot;:24921,&quot;15719&quot;:24922,&quot;15720&quot;:24923,&quot;15721&quot;:24924,&quot;15722&quot;:24925,&quot;15723&quot;:24926,&quot;15724&quot;:24927,&quot;15725&quot;:24928,&quot;15726&quot;:24929,&quot;15727&quot;:24930,&quot;15728&quot;:24931,&quot;15729&quot;:24932,&quot;15730&quot;:24933,&quot;15731&quot;:24934,&quot;15732&quot;:24935,&quot;15733&quot;:24936,&quot;15734&quot;:24937,&quot;15735&quot;:24938,&quot;15736&quot;:24939,&quot;15737&quot;:24940,&quot;15738&quot;:24941,&quot;15739&quot;:24942,&quot;15740&quot;:24943,&quot;15741&quot;:24944,&quot;15742&quot;:24945,&quot;15743&quot;:24946,&quot;15744&quot;:24947,&quot;15745&quot;:24948,&quot;15746&quot;:24949,&quot;15747&quot;:24950,&quot;15748&quot;:24951,&quot;15749&quot;:24952,&quot;15750&quot;:24953,&quot;15751&quot;:24954,&quot;15752&quot;:24955,&quot;15753&quot;:24956,&quot;15754&quot;:24957,&quot;15755&quot;:24958,&quot;15756&quot;:24959,&quot;15757&quot;:24960,&quot;15758&quot;:24961,&quot;15759&quot;:24962,&quot;15760&quot;:24963,&quot;15761&quot;:24964,&quot;15762&quot;:24965,&quot;15763&quot;:24966,&quot;15764&quot;:24967,&quot;15765&quot;:24968,&quot;15766&quot;:24969,&quot;15767&quot;:24970,&quot;15768&quot;:24971,&quot;15769&quot;:24972,&quot;15770&quot;:24973,&quot;15771&quot;:24974,&quot;15772&quot;:24975,&quot;15773&quot;:24976,&quot;15774&quot;:24977,&quot;15775&quot;:24978,&quot;15776&quot;:24979,&quot;15777&quot;:24980,&quot;15778&quot;:24981,&quot;15779&quot;:24982,&quot;15780&quot;:24983,&quot;15781&quot;:24984,&quot;15782&quot;:24985,&quot;15783&quot;:24986,&quot;15784&quot;:24987,&quot;15785&quot;:24988,&quot;15786&quot;:24989,&quot;15787&quot;:24990,&quot;15788&quot;:24991,&quot;15789&quot;:24992,&quot;15790&quot;:24993,&quot;15791&quot;:24994,&quot;15792&quot;:24995,&quot;15793&quot;:24996,&quot;15794&quot;:24997,&quot;15795&quot;:24998,&quot;15796&quot;:24999,&quot;15797&quot;:25000,&quot;15798&quot;:25001,&quot;15799&quot;:25002,&quot;15800&quot;:25003,&quot;15801&quot;:25004,&quot;15802&quot;:25005,&quot;15803&quot;:25006,&quot;15804&quot;:25007,&quot;15805&quot;:25008,&quot;15806&quot;:25009,&quot;15807&quot;:25010,&quot;15808&quot;:25011,&quot;15809&quot;:25012,&quot;15810&quot;:25013,&quot;15811&quot;:25014,&quot;15812&quot;:25015,&quot;15813&quot;:25016,&quot;15814&quot;:25017,&quot;15815&quot;:25018,&quot;15816&quot;:25019,&quot;15817&quot;:25020,&quot;15818&quot;:25021,&quot;15819&quot;:25022,&quot;15820&quot;:25023,&quot;15821&quot;:25024,&quot;15822&quot;:25025,&quot;15823&quot;:25026,&quot;15824&quot;:25027,&quot;15825&quot;:25028,&quot;15826&quot;:25029,&quot;15827&quot;:25030,&quot;15828&quot;:25031,&quot;15829&quot;:25032,&quot;15830&quot;:25033,&quot;15831&quot;:25034,&quot;15832&quot;:25035,&quot;15833&quot;:25036,&quot;15834&quot;:25037,&quot;15835&quot;:25038,&quot;15836&quot;:25039,&quot;15837&quot;:25040,&quot;15838&quot;:25041,&quot;15839&quot;:25042,&quot;15840&quot;:25043,&quot;15841&quot;:25044,&quot;15842&quot;:25045,&quot;15843&quot;:25046,&quot;15844&quot;:25047,&quot;15845&quot;:25048,&quot;15846&quot;:25049,&quot;15847&quot;:25050,&quot;15848&quot;:25051,&quot;15849&quot;:25052,&quot;15850&quot;:25053,&quot;15851&quot;:25054,&quot;15852&quot;:25055,&quot;15853&quot;:25056,&quot;15854&quot;:25057,&quot;15855&quot;:25058,&quot;15856&quot;:25059,&quot;15857&quot;:25060,&quot;15858&quot;:25061,&quot;15859&quot;:25062,&quot;15860&quot;:25063,&quot;15861&quot;:25064,&quot;15862&quot;:25065,&quot;15863&quot;:25066,&quot;15864&quot;:25067,&quot;15865&quot;:25068,&quot;15866&quot;:25069,&quot;15867&quot;:25070,&quot;15868&quot;:25071,&quot;15869&quot;:25072,&quot;15870&quot;:25073,&quot;15871&quot;:25074,&quot;15872&quot;:25075,&quot;15873&quot;:25076,&quot;15874&quot;:25077,&quot;15875&quot;:25078,&quot;15876&quot;:25079,&quot;15877&quot;:25080,&quot;15878&quot;:25081,&quot;15879&quot;:25082,&quot;15880&quot;:25083,&quot;15881&quot;:25084,&quot;15882&quot;:25085,&quot;15883&quot;:25086,&quot;15884&quot;:25087,&quot;15885&quot;:25088,&quot;15886&quot;:25089,&quot;15887&quot;:25090,&quot;15888&quot;:25091,&quot;15889&quot;:25092,&quot;15890&quot;:25093,&quot;15891&quot;:25094,&quot;15892&quot;:25095,&quot;15893&quot;:25096,&quot;15894&quot;:25097,&quot;15895&quot;:25098,&quot;15896&quot;:25099,&quot;15897&quot;:25100,&quot;15898&quot;:25101,&quot;15899&quot;:25102,&quot;15900&quot;:25103,&quot;15901&quot;:25104,&quot;15902&quot;:25105,&quot;15903&quot;:25106,&quot;15904&quot;:25107,&quot;15905&quot;:25108,&quot;15906&quot;:25109,&quot;15907&quot;:25110,&quot;15908&quot;:25111,&quot;15909&quot;:25112,&quot;15910&quot;:25113,&quot;15911&quot;:25114,&quot;15912&quot;:25115,&quot;15913&quot;:25116,&quot;15914&quot;:25117,&quot;15915&quot;:25118,&quot;15916&quot;:25119,&quot;15917&quot;:25120,&quot;15918&quot;:25121,&quot;15919&quot;:25122,&quot;15920&quot;:25123,&quot;15921&quot;:25124,&quot;15922&quot;:25125,&quot;15923&quot;:25126,&quot;15924&quot;:25127,&quot;15925&quot;:25128,&quot;15926&quot;:25129,&quot;15927&quot;:25130,&quot;15928&quot;:25131,&quot;15929&quot;:25132,&quot;15930&quot;:25133,&quot;15931&quot;:25134,&quot;15932&quot;:25135,&quot;15933&quot;:25136,&quot;15934&quot;:25137,&quot;15935&quot;:25138,&quot;15936&quot;:25139,&quot;15937&quot;:25140,&quot;15938&quot;:25141,&quot;15939&quot;:25142,&quot;15940&quot;:25143,&quot;15941&quot;:25144,&quot;15942&quot;:25145,&quot;15943&quot;:25146,&quot;15944&quot;:25147,&quot;15945&quot;:25148,&quot;15946&quot;:25149,&quot;15947&quot;:25150,&quot;15948&quot;:25151,&quot;15949&quot;:25152,&quot;15950&quot;:25153,&quot;15951&quot;:25154,&quot;15952&quot;:25155,&quot;15953&quot;:25156,&quot;15954&quot;:25157,&quot;15955&quot;:25158,&quot;15956&quot;:25159,&quot;15957&quot;:25160,&quot;15958&quot;:25161,&quot;15959&quot;:25162,&quot;15960&quot;:25163,&quot;15961&quot;:25164,&quot;15962&quot;:25165,&quot;15963&quot;:25166,&quot;15964&quot;:25167,&quot;15965&quot;:25168,&quot;15966&quot;:25169,&quot;15967&quot;:25170,&quot;15968&quot;:25171,&quot;15969&quot;:25172,&quot;15970&quot;:25173,&quot;15971&quot;:25174,&quot;15972&quot;:25175,&quot;15973&quot;:25176,&quot;15974&quot;:25177,&quot;15975&quot;:25178,&quot;15976&quot;:25179,&quot;15977&quot;:25180,&quot;15978&quot;:25181,&quot;15979&quot;:25182,&quot;15980&quot;:25183,&quot;15981&quot;:25184,&quot;15982&quot;:25185,&quot;15983&quot;:25186,&quot;15984&quot;:25187,&quot;15985&quot;:25188,&quot;15986&quot;:25189,&quot;15987&quot;:25190,&quot;15988&quot;:25191,&quot;15989&quot;:25192,&quot;15990&quot;:25193,&quot;15991&quot;:25194,&quot;15992&quot;:25195,&quot;15993&quot;:25196,&quot;15994&quot;:25197,&quot;15995&quot;:25198,&quot;15996&quot;:25199,&quot;15997&quot;:25200,&quot;15998&quot;:25201,&quot;15999&quot;:25202,&quot;16000&quot;:25203,&quot;16001&quot;:25204,&quot;16002&quot;:25205,&quot;16003&quot;:25206,&quot;16004&quot;:25207,&quot;16005&quot;:25208,&quot;16006&quot;:25209,&quot;16007&quot;:25210,&quot;16008&quot;:25211,&quot;16009&quot;:25212,&quot;16010&quot;:25213,&quot;16011&quot;:25214,&quot;16012&quot;:25215,&quot;16013&quot;:25216,&quot;16014&quot;:25217,&quot;16015&quot;:25218,&quot;16016&quot;:25219,&quot;16017&quot;:25220,&quot;16018&quot;:25221,&quot;16019&quot;:25222,&quot;16020&quot;:25223,&quot;16021&quot;:25224,&quot;16022&quot;:25225,&quot;16023&quot;:25226,&quot;16024&quot;:25227,&quot;16025&quot;:25228,&quot;16026&quot;:25229,&quot;16027&quot;:25230,&quot;16028&quot;:25231,&quot;16029&quot;:25232,&quot;16030&quot;:25233,&quot;16031&quot;:25234,&quot;16032&quot;:25235,&quot;16033&quot;:25236,&quot;16034&quot;:25237,&quot;16035&quot;:25238,&quot;16036&quot;:25239,&quot;16037&quot;:25240,&quot;16038&quot;:25241,&quot;16039&quot;:25242,&quot;16040&quot;:25243,&quot;16041&quot;:25244,&quot;16042&quot;:25245,&quot;16043&quot;:25246,&quot;16044&quot;:25247,&quot;16045&quot;:25248,&quot;16046&quot;:25249,&quot;16047&quot;:25250,&quot;16048&quot;:25251,&quot;16049&quot;:25252,&quot;16050&quot;:25253,&quot;16051&quot;:25254,&quot;16052&quot;:25255,&quot;16053&quot;:25256,&quot;16054&quot;:25257,&quot;16055&quot;:25258,&quot;16056&quot;:25259,&quot;16057&quot;:25260,&quot;16058&quot;:25261,&quot;16059&quot;:25262,&quot;16060&quot;:25263,&quot;16061&quot;:25264,&quot;16062&quot;:25265,&quot;16063&quot;:25266,&quot;16064&quot;:25267,&quot;16065&quot;:25268,&quot;16066&quot;:25269,&quot;16067&quot;:25270,&quot;16068&quot;:25271,&quot;16069&quot;:25272,&quot;16070&quot;:25273,&quot;16071&quot;:25274,&quot;16072&quot;:25275,&quot;16073&quot;:25276,&quot;16074&quot;:25277,&quot;16075&quot;:25278,&quot;16076&quot;:25279,&quot;16077&quot;:25280,&quot;16078&quot;:25281,&quot;16079&quot;:25282,&quot;16080&quot;:25283,&quot;16081&quot;:25284,&quot;16082&quot;:25285,&quot;16083&quot;:25286,&quot;16084&quot;:25287,&quot;16085&quot;:25288,&quot;16086&quot;:25289,&quot;16087&quot;:25290,&quot;16088&quot;:25291,&quot;16089&quot;:25292,&quot;16090&quot;:25293,&quot;16091&quot;:25294,&quot;16092&quot;:25295,&quot;16093&quot;:25296,&quot;16094&quot;:25297,&quot;16095&quot;:25298,&quot;16096&quot;:25299,&quot;16097&quot;:25300,&quot;16098&quot;:25301,&quot;16099&quot;:25302,&quot;16100&quot;:25303,&quot;16101&quot;:25304,&quot;16102&quot;:25305,&quot;16103&quot;:25306,&quot;16104&quot;:25307,&quot;16105&quot;:25308,&quot;16106&quot;:25309,&quot;16107&quot;:25310,&quot;16108&quot;:25311,&quot;16109&quot;:25312,&quot;16110&quot;:25313,&quot;16111&quot;:25314,&quot;16112&quot;:25315,&quot;16113&quot;:25316,&quot;16114&quot;:25317,&quot;16115&quot;:25318,&quot;16116&quot;:25319,&quot;16117&quot;:25320,&quot;16118&quot;:25321,&quot;16119&quot;:25322,&quot;16120&quot;:25323,&quot;16121&quot;:25324,&quot;16122&quot;:25325,&quot;16123&quot;:25326,&quot;16124&quot;:25327,&quot;16125&quot;:25328,&quot;16126&quot;:25329,&quot;16127&quot;:25330,&quot;16128&quot;:25331,&quot;16129&quot;:25332,&quot;16130&quot;:25333,&quot;16131&quot;:25334,&quot;16132&quot;:25335,&quot;16133&quot;:25336,&quot;16134&quot;:25337,&quot;16135&quot;:25338,&quot;16136&quot;:25339,&quot;16137&quot;:25340,&quot;16138&quot;:25341,&quot;16139&quot;:25342,&quot;16140&quot;:25343,&quot;16141&quot;:25344,&quot;16142&quot;:25345,&quot;16143&quot;:25346,&quot;16144&quot;:25347,&quot;16145&quot;:25348,&quot;16146&quot;:25349,&quot;16147&quot;:25350,&quot;16148&quot;:25351,&quot;16149&quot;:25352,&quot;16150&quot;:25353,&quot;16151&quot;:25354,&quot;16152&quot;:25355,&quot;16153&quot;:25356,&quot;16154&quot;:25357,&quot;16155&quot;:25358,&quot;16156&quot;:25359,&quot;16157&quot;:25360,&quot;16158&quot;:25361,&quot;16159&quot;:25362,&quot;16160&quot;:25363,&quot;16161&quot;:25364,&quot;16162&quot;:25365,&quot;16163&quot;:25366,&quot;16164&quot;:25367,&quot;16165&quot;:25368,&quot;16166&quot;:25369,&quot;16167&quot;:25370,&quot;16168&quot;:25371,&quot;16169&quot;:25372,&quot;16170&quot;:25373,&quot;16171&quot;:25374,&quot;16172&quot;:25375,&quot;16173&quot;:25376,&quot;16174&quot;:25377,&quot;16175&quot;:25378,&quot;16176&quot;:25379,&quot;16177&quot;:25380,&quot;16178&quot;:25381,&quot;16179&quot;:25382,&quot;16180&quot;:25383,&quot;16181&quot;:25384,&quot;16182&quot;:25385,&quot;16183&quot;:25386,&quot;16184&quot;:25387,&quot;16185&quot;:25388,&quot;16186&quot;:25389,&quot;16187&quot;:25390,&quot;16188&quot;:25391,&quot;16189&quot;:25392,&quot;16190&quot;:25393,&quot;16191&quot;:25394,&quot;16192&quot;:25395,&quot;16193&quot;:25396,&quot;16194&quot;:25397,&quot;16195&quot;:25398,&quot;16196&quot;:25399,&quot;16197&quot;:25400,&quot;16198&quot;:25401,&quot;16199&quot;:25402,&quot;16200&quot;:25403,&quot;16201&quot;:25404,&quot;16202&quot;:25405,&quot;16203&quot;:25406,&quot;16204&quot;:25407,&quot;16205&quot;:25408,&quot;16206&quot;:25409,&quot;16207&quot;:25410,&quot;16208&quot;:25411,&quot;16209&quot;:25412,&quot;16210&quot;:25413,&quot;16211&quot;:25414,&quot;16212&quot;:25415,&quot;16213&quot;:25416,&quot;16214&quot;:25417,&quot;16215&quot;:25418,&quot;16216&quot;:25419,&quot;16217&quot;:25420,&quot;16218&quot;:25421,&quot;16219&quot;:25422,&quot;16220&quot;:25423,&quot;16221&quot;:25424,&quot;16222&quot;:25425,&quot;16223&quot;:25426,&quot;16224&quot;:25427,&quot;16225&quot;:25428,&quot;16226&quot;:25429,&quot;16227&quot;:25430,&quot;16228&quot;:25431,&quot;16229&quot;:25432,&quot;16230&quot;:25433,&quot;16231&quot;:25434,&quot;16232&quot;:25435,&quot;16233&quot;:25436,&quot;16234&quot;:25437,&quot;16235&quot;:25438,&quot;16236&quot;:25439,&quot;16237&quot;:25440,&quot;16238&quot;:25441,&quot;16239&quot;:25442,&quot;16240&quot;:25443,&quot;16241&quot;:25444,&quot;16242&quot;:25445,&quot;16243&quot;:25446,&quot;16244&quot;:25447,&quot;16245&quot;:25448,&quot;16246&quot;:25449,&quot;16247&quot;:25450,&quot;16248&quot;:25451,&quot;16249&quot;:25452,&quot;16250&quot;:25453,&quot;16251&quot;:25454,&quot;16252&quot;:25455,&quot;16253&quot;:25456,&quot;16254&quot;:25457,&quot;16255&quot;:25458,&quot;16256&quot;:25459,&quot;16257&quot;:25460,&quot;16258&quot;:25461,&quot;16259&quot;:25462,&quot;16260&quot;:25463,&quot;16261&quot;:25464,&quot;16262&quot;:25465,&quot;16263&quot;:25466,&quot;16264&quot;:25467,&quot;16265&quot;:25468,&quot;16266&quot;:25469,&quot;16267&quot;:25470,&quot;16268&quot;:25471,&quot;16269&quot;:25472,&quot;16270&quot;:25473,&quot;16271&quot;:25474,&quot;16272&quot;:25475,&quot;16273&quot;:25476,&quot;16274&quot;:25477,&quot;16275&quot;:25478,&quot;16276&quot;:25479,&quot;16277&quot;:25480,&quot;16278&quot;:25481,&quot;16279&quot;:25482,&quot;16280&quot;:25483,&quot;16281&quot;:25484,&quot;16282&quot;:25485,&quot;16283&quot;:25486,&quot;16284&quot;:25487,&quot;16285&quot;:25488,&quot;16286&quot;:25489,&quot;16287&quot;:25490,&quot;16288&quot;:25491,&quot;16289&quot;:25492,&quot;16290&quot;:25493,&quot;16291&quot;:25494,&quot;16292&quot;:25495,&quot;16293&quot;:25496,&quot;16294&quot;:25497,&quot;16295&quot;:25498,&quot;16296&quot;:25499,&quot;16297&quot;:25500,&quot;16298&quot;:25501,&quot;16299&quot;:25502,&quot;16300&quot;:25503,&quot;16301&quot;:25504,&quot;16302&quot;:25505,&quot;16303&quot;:25506,&quot;16304&quot;:25507,&quot;16305&quot;:25508,&quot;16306&quot;:25509,&quot;16307&quot;:25510,&quot;16308&quot;:25511,&quot;16309&quot;:25512,&quot;16310&quot;:25513,&quot;16311&quot;:25514,&quot;16312&quot;:25515,&quot;16313&quot;:25516,&quot;16314&quot;:25517,&quot;16315&quot;:25518,&quot;16316&quot;:25519,&quot;16317&quot;:25520,&quot;16318&quot;:25521,&quot;16319&quot;:25522,&quot;16320&quot;:25523,&quot;16321&quot;:25524,&quot;16322&quot;:25525,&quot;16323&quot;:25526,&quot;16324&quot;:25527,&quot;16325&quot;:25528,&quot;16326&quot;:25529,&quot;16327&quot;:25530,&quot;16328&quot;:25531,&quot;16329&quot;:25532,&quot;16330&quot;:25533,&quot;16331&quot;:25534,&quot;16332&quot;:25535,&quot;16333&quot;:25536,&quot;16334&quot;:25537,&quot;16335&quot;:25538,&quot;16336&quot;:25539,&quot;16337&quot;:25540,&quot;16338&quot;:25541,&quot;16339&quot;:25542,&quot;16340&quot;:25543,&quot;16341&quot;:25544,&quot;16342&quot;:25545,&quot;16343&quot;:25546,&quot;16344&quot;:25547,&quot;16345&quot;:25548,&quot;16346&quot;:25549,&quot;16347&quot;:25550,&quot;16348&quot;:25551,&quot;16349&quot;:25552,&quot;16350&quot;:25553,&quot;16351&quot;:25554,&quot;16352&quot;:25555,&quot;16353&quot;:25556,&quot;16354&quot;:25557,&quot;16355&quot;:25558,&quot;16356&quot;:25559,&quot;16357&quot;:25560,&quot;16358&quot;:25561,&quot;16359&quot;:25562,&quot;16360&quot;:25563,&quot;16361&quot;:25564,&quot;16362&quot;:25565,&quot;16363&quot;:25566,&quot;16364&quot;:25567,&quot;16365&quot;:25568,&quot;16366&quot;:25569,&quot;16367&quot;:25570,&quot;16368&quot;:25571,&quot;16369&quot;:25572,&quot;16370&quot;:25573,&quot;16371&quot;:25574,&quot;16372&quot;:25575,&quot;16373&quot;:25576,&quot;16374&quot;:25577,&quot;16375&quot;:25578,&quot;16376&quot;:25579,&quot;16377&quot;:25580,&quot;16378&quot;:25581,&quot;16379&quot;:25582,&quot;16380&quot;:25583,&quot;16381&quot;:25584,&quot;16382&quot;:25585,&quot;16383&quot;:25586,&quot;16384&quot;:25587,&quot;16385&quot;:25588,&quot;16386&quot;:25589,&quot;16387&quot;:25590,&quot;16388&quot;:25591,&quot;16389&quot;:25592,&quot;16390&quot;:25593,&quot;16391&quot;:25594,&quot;16392&quot;:25595,&quot;16393&quot;:25596,&quot;16394&quot;:25597,&quot;16395&quot;:25598,&quot;16396&quot;:25599,&quot;16397&quot;:25600,&quot;16398&quot;:25601,&quot;16399&quot;:25602,&quot;16400&quot;:25603,&quot;16401&quot;:25604,&quot;16402&quot;:25605,&quot;16403&quot;:25606,&quot;16404&quot;:25607,&quot;16405&quot;:25608,&quot;16406&quot;:25609,&quot;16407&quot;:25610,&quot;16408&quot;:25611,&quot;16409&quot;:25612,&quot;16410&quot;:25613,&quot;16411&quot;:25614,&quot;16412&quot;:25615,&quot;16413&quot;:25616,&quot;16414&quot;:25617,&quot;16415&quot;:25618,&quot;16416&quot;:25619,&quot;16417&quot;:25620,&quot;16418&quot;:25621,&quot;16419&quot;:25622,&quot;16420&quot;:25623,&quot;16421&quot;:25624,&quot;16422&quot;:25625,&quot;16423&quot;:25626,&quot;16424&quot;:25627,&quot;16425&quot;:25628,&quot;16426&quot;:25629,&quot;16427&quot;:25630,&quot;16428&quot;:25631,&quot;16429&quot;:25632,&quot;16430&quot;:25633,&quot;16431&quot;:25634,&quot;16432&quot;:25635,&quot;16433&quot;:25636,&quot;16434&quot;:25637,&quot;16435&quot;:25638,&quot;16436&quot;:25639,&quot;16437&quot;:25640,&quot;16438&quot;:25641,&quot;16439&quot;:25642,&quot;16440&quot;:25643,&quot;16441&quot;:25644,&quot;16442&quot;:25645,&quot;16443&quot;:25646,&quot;16444&quot;:25647,&quot;16445&quot;:25648,&quot;16446&quot;:25649,&quot;16447&quot;:25650,&quot;16448&quot;:25651,&quot;16449&quot;:25652,&quot;16450&quot;:25653,&quot;16451&quot;:25654,&quot;16452&quot;:25655,&quot;16453&quot;:25656,&quot;16454&quot;:25657,&quot;16455&quot;:25658,&quot;16456&quot;:25659,&quot;16457&quot;:25660,&quot;16458&quot;:25661,&quot;16459&quot;:25662,&quot;16460&quot;:25663,&quot;16461&quot;:25664,&quot;16462&quot;:25665,&quot;16463&quot;:25666,&quot;16464&quot;:25667,&quot;16465&quot;:25668,&quot;16466&quot;:25669,&quot;16467&quot;:25670,&quot;16468&quot;:25671,&quot;16469&quot;:25672,&quot;16471&quot;:25673,&quot;16472&quot;:25674,&quot;16473&quot;:25675,&quot;16474&quot;:25676,&quot;16475&quot;:25677,&quot;16476&quot;:25678,&quot;16477&quot;:25679,&quot;16478&quot;:25680,&quot;16479&quot;:25681,&quot;16480&quot;:25682,&quot;16481&quot;:25683,&quot;16482&quot;:25684,&quot;16483&quot;:25685,&quot;16484&quot;:25686,&quot;16485&quot;:25687,&quot;16486&quot;:25688,&quot;16487&quot;:25689,&quot;16488&quot;:25690,&quot;16489&quot;:25691,&quot;16490&quot;:25692,&quot;16491&quot;:25693,&quot;16492&quot;:25694,&quot;16493&quot;:25695,&quot;16494&quot;:25696,&quot;16495&quot;:25697,&quot;16496&quot;:25698,&quot;16497&quot;:25699,&quot;16498&quot;:25700,&quot;16499&quot;:25701,&quot;16500&quot;:25702,&quot;16501&quot;:25703,&quot;16502&quot;:25704,&quot;16503&quot;:25705,&quot;16504&quot;:25706,&quot;16505&quot;:25707,&quot;16506&quot;:25708,&quot;16507&quot;:25709,&quot;16508&quot;:25710,&quot;16509&quot;:25711,&quot;16510&quot;:25712,&quot;16511&quot;:25713,&quot;16512&quot;:25714,&quot;16513&quot;:25715,&quot;16514&quot;:25716,&quot;16515&quot;:25717,&quot;16516&quot;:25718,&quot;16517&quot;:25719,&quot;16518&quot;:25720,&quot;16519&quot;:25721,&quot;16520&quot;:25722,&quot;16521&quot;:25723,&quot;16522&quot;:25724,&quot;16523&quot;:25725,&quot;16524&quot;:25726,&quot;16525&quot;:25727,&quot;16526&quot;:25728,&quot;16527&quot;:25729,&quot;16528&quot;:25730,&quot;16529&quot;:25731,&quot;16530&quot;:25732,&quot;16531&quot;:25733,&quot;16532&quot;:25734,&quot;16533&quot;:25735,&quot;16534&quot;:25736,&quot;16535&quot;:25737,&quot;16536&quot;:25738,&quot;16537&quot;:25739,&quot;16538&quot;:25740,&quot;16539&quot;:25741,&quot;16540&quot;:25742,&quot;16541&quot;:25743,&quot;16542&quot;:25744,&quot;16543&quot;:25745,&quot;16544&quot;:25746,&quot;16545&quot;:25747,&quot;16546&quot;:25748,&quot;16547&quot;:25749,&quot;16548&quot;:25750,&quot;16549&quot;:25751,&quot;16550&quot;:25752,&quot;16551&quot;:25753,&quot;16552&quot;:25754,&quot;16553&quot;:25755,&quot;16554&quot;:25756,&quot;16555&quot;:25757,&quot;16556&quot;:25758,&quot;16557&quot;:25759,&quot;16558&quot;:25760,&quot;16559&quot;:25761,&quot;16560&quot;:25762,&quot;16561&quot;:25763,&quot;16562&quot;:25764,&quot;16563&quot;:25765,&quot;16564&quot;:25766,&quot;16565&quot;:25767,&quot;16566&quot;:25768,&quot;16567&quot;:25769,&quot;16568&quot;:25770,&quot;16569&quot;:25771,&quot;16570&quot;:25772,&quot;16571&quot;:25773,&quot;16572&quot;:25774,&quot;16573&quot;:25775,&quot;16574&quot;:25776,&quot;16575&quot;:25777,&quot;16576&quot;:25778,&quot;16577&quot;:25779,&quot;16578&quot;:25780,&quot;16579&quot;:25781,&quot;16580&quot;:25782,&quot;16581&quot;:25783,&quot;16582&quot;:25784,&quot;16583&quot;:25785,&quot;16584&quot;:25786,&quot;16585&quot;:25787,&quot;16586&quot;:25788,&quot;16587&quot;:25789,&quot;16588&quot;:25790,&quot;16589&quot;:25791,&quot;16590&quot;:25792,&quot;16591&quot;:25793,&quot;16592&quot;:25794,&quot;16593&quot;:25795,&quot;16594&quot;:25796,&quot;16595&quot;:25797,&quot;16596&quot;:25798,&quot;16597&quot;:25799,&quot;16598&quot;:25800,&quot;16599&quot;:25801,&quot;16600&quot;:25802,&quot;16601&quot;:25803,&quot;16602&quot;:25804,&quot;16603&quot;:25805,&quot;16604&quot;:25806,&quot;16605&quot;:25807,&quot;16606&quot;:25808,&quot;16607&quot;:25809,&quot;16608&quot;:25810,&quot;16609&quot;:25811,&quot;16610&quot;:25812,&quot;16611&quot;:25813,&quot;16612&quot;:25814,&quot;16613&quot;:25815,&quot;16614&quot;:25816,&quot;16615&quot;:25817,&quot;16616&quot;:25818,&quot;16617&quot;:25819,&quot;16618&quot;:25820,&quot;16619&quot;:25821,&quot;16620&quot;:25822,&quot;16621&quot;:25823,&quot;16622&quot;:25824,&quot;16623&quot;:25825,&quot;16624&quot;:25826,&quot;16625&quot;:25827,&quot;16626&quot;:25828,&quot;16627&quot;:25829,&quot;16628&quot;:25830,&quot;16629&quot;:25831,&quot;16630&quot;:25832,&quot;16631&quot;:25833,&quot;16632&quot;:25834,&quot;16633&quot;:25835,&quot;16634&quot;:25836,&quot;16635&quot;:25837,&quot;16636&quot;:25838,&quot;16637&quot;:25839,&quot;16638&quot;:25840,&quot;16639&quot;:25841,&quot;16640&quot;:25842,&quot;16641&quot;:25843,&quot;16642&quot;:25844,&quot;16643&quot;:25845,&quot;16644&quot;:25846,&quot;16645&quot;:25847,&quot;16646&quot;:25848,&quot;16647&quot;:25849,&quot;16648&quot;:25850,&quot;16649&quot;:25851,&quot;16650&quot;:25852,&quot;16651&quot;:25853,&quot;16652&quot;:25854,&quot;16653&quot;:25855,&quot;16654&quot;:25856,&quot;16655&quot;:25857,&quot;16656&quot;:25858,&quot;16657&quot;:25859,&quot;16658&quot;:25860,&quot;16659&quot;:25861,&quot;16660&quot;:25862,&quot;16661&quot;:25863,&quot;16662&quot;:25864,&quot;16663&quot;:25865,&quot;16664&quot;:25866,&quot;16665&quot;:25867,&quot;16666&quot;:25868,&quot;16667&quot;:25869,&quot;16668&quot;:25870,&quot;16669&quot;:25871,&quot;16670&quot;:25872,&quot;16671&quot;:25873,&quot;16672&quot;:25874,&quot;16673&quot;:25875,&quot;16674&quot;:25876,&quot;16675&quot;:25877,&quot;16676&quot;:25878,&quot;16677&quot;:25879,&quot;16678&quot;:25880,&quot;16679&quot;:25881,&quot;16680&quot;:25882,&quot;16681&quot;:25883,&quot;16682&quot;:25884,&quot;16683&quot;:25885,&quot;16684&quot;:25886,&quot;16685&quot;:25887,&quot;16686&quot;:25888,&quot;16687&quot;:25889,&quot;16688&quot;:25890,&quot;16689&quot;:25891,&quot;16690&quot;:25892,&quot;16691&quot;:25893,&quot;16692&quot;:25894,&quot;16693&quot;:25895,&quot;16694&quot;:25896,&quot;16695&quot;:25897,&quot;16696&quot;:25898,&quot;16697&quot;:25899,&quot;16698&quot;:25900,&quot;16699&quot;:25901,&quot;16700&quot;:25902,&quot;16701&quot;:25903,&quot;16702&quot;:25904,&quot;16703&quot;:25905,&quot;16704&quot;:25906,&quot;16705&quot;:25907,&quot;16706&quot;:25908,&quot;16707&quot;:25909,&quot;16708&quot;:25910,&quot;16709&quot;:25911,&quot;16710&quot;:25912,&quot;16711&quot;:25913,&quot;16712&quot;:25914,&quot;16713&quot;:25915,&quot;16714&quot;:25916,&quot;16715&quot;:25917,&quot;16716&quot;:25918,&quot;16717&quot;:25919,&quot;16718&quot;:25920,&quot;16719&quot;:25921,&quot;16720&quot;:25922,&quot;16721&quot;:25923,&quot;16722&quot;:25924,&quot;16723&quot;:25925,&quot;16724&quot;:25926,&quot;16725&quot;:25927,&quot;16726&quot;:25928,&quot;16727&quot;:25929,&quot;16728&quot;:25930,&quot;16729&quot;:25931,&quot;16730&quot;:25932,&quot;16731&quot;:25933,&quot;16732&quot;:25934,&quot;16733&quot;:25935,&quot;16734&quot;:25936,&quot;16736&quot;:25937,&quot;16737&quot;:25938,&quot;16738&quot;:25939,&quot;16739&quot;:25940,&quot;16740&quot;:25941,&quot;16741&quot;:25942,&quot;16742&quot;:25943,&quot;16743&quot;:25944,&quot;16744&quot;:25945,&quot;16745&quot;:25946,&quot;16746&quot;:25947,&quot;16747&quot;:25948,&quot;16748&quot;:25949,&quot;16749&quot;:25950,&quot;16750&quot;:25951,&quot;16751&quot;:25952,&quot;16752&quot;:25953,&quot;16753&quot;:25954,&quot;16754&quot;:25955,&quot;16755&quot;:25956,&quot;16756&quot;:25957,&quot;16757&quot;:25958,&quot;16758&quot;:25959,&quot;16759&quot;:25960,&quot;16760&quot;:25961,&quot;16761&quot;:25962,&quot;16762&quot;:25963,&quot;16763&quot;:25964,&quot;16764&quot;:25965,&quot;16765&quot;:25966,&quot;16766&quot;:25967,&quot;16767&quot;:25968,&quot;16768&quot;:25969,&quot;16769&quot;:25970,&quot;16770&quot;:25971,&quot;16771&quot;:25972,&quot;16772&quot;:25973,&quot;16773&quot;:25974,&quot;16774&quot;:25975,&quot;16775&quot;:25976,&quot;16776&quot;:25977,&quot;16777&quot;:25978,&quot;16778&quot;:25979,&quot;16779&quot;:25980,&quot;16780&quot;:25981,&quot;16781&quot;:25982,&quot;16782&quot;:25983,&quot;16783&quot;:25984,&quot;16784&quot;:25985,&quot;16785&quot;:25986,&quot;16786&quot;:25987,&quot;16787&quot;:25988,&quot;16788&quot;:25989,&quot;16789&quot;:25990,&quot;16790&quot;:25991,&quot;16791&quot;:25992,&quot;16792&quot;:25993,&quot;16793&quot;:25994,&quot;16794&quot;:25995,&quot;16795&quot;:25996,&quot;16796&quot;:25997,&quot;16797&quot;:25998,&quot;16798&quot;:25999,&quot;16799&quot;:26000,&quot;16800&quot;:26001,&quot;16801&quot;:26002,&quot;16802&quot;:26003,&quot;16803&quot;:26004,&quot;16804&quot;:26005,&quot;16805&quot;:26006,&quot;16806&quot;:26007,&quot;16807&quot;:26008,&quot;16808&quot;:26009,&quot;16809&quot;:26010,&quot;16810&quot;:26011,&quot;16811&quot;:26012,&quot;16812&quot;:26013,&quot;16813&quot;:26014,&quot;16814&quot;:26015,&quot;16815&quot;:26016,&quot;16816&quot;:26017,&quot;16817&quot;:26018,&quot;16818&quot;:26019,&quot;16819&quot;:26020,&quot;16820&quot;:26021,&quot;16821&quot;:26022,&quot;16822&quot;:26023,&quot;16823&quot;:26024,&quot;16824&quot;:26025,&quot;16825&quot;:26026,&quot;16826&quot;:26027,&quot;16827&quot;:26028,&quot;16828&quot;:26029,&quot;16829&quot;:26030,&quot;16830&quot;:26031,&quot;16831&quot;:26032,&quot;16832&quot;:26033,&quot;16833&quot;:26034,&quot;16834&quot;:26035,&quot;16835&quot;:26036,&quot;16836&quot;:26037,&quot;16837&quot;:26038,&quot;16838&quot;:26039,&quot;16839&quot;:26040,&quot;16840&quot;:26041,&quot;16841&quot;:26042,&quot;16842&quot;:26043,&quot;16843&quot;:26044,&quot;16844&quot;:26045,&quot;16845&quot;:26046,&quot;16846&quot;:26047,&quot;16847&quot;:26048,&quot;16848&quot;:26049,&quot;16849&quot;:26050,&quot;16850&quot;:26051,&quot;16851&quot;:26052,&quot;16852&quot;:26053,&quot;16853&quot;:26054,&quot;16854&quot;:26055,&quot;16855&quot;:26056,&quot;16856&quot;:26057,&quot;16857&quot;:26058,&quot;16858&quot;:26059,&quot;16859&quot;:26060,&quot;16860&quot;:26061,&quot;16861&quot;:26062,&quot;16862&quot;:26063,&quot;16863&quot;:26064,&quot;16864&quot;:26065,&quot;16865&quot;:26066,&quot;16866&quot;:26067,&quot;16867&quot;:26068,&quot;16868&quot;:26069,&quot;16869&quot;:26070,&quot;16870&quot;:26071,&quot;16871&quot;:26072,&quot;16872&quot;:26073,&quot;16873&quot;:26074,&quot;16874&quot;:26075,&quot;16875&quot;:26076,&quot;16876&quot;:26077,&quot;16877&quot;:26078,&quot;16878&quot;:26079,&quot;16879&quot;:26080,&quot;16880&quot;:26081,&quot;16881&quot;:26082,&quot;16882&quot;:26083,&quot;16883&quot;:26084,&quot;16884&quot;:26085,&quot;16885&quot;:26086,&quot;16886&quot;:26087,&quot;16887&quot;:26088,&quot;16888&quot;:26089,&quot;16889&quot;:26090,&quot;16890&quot;:26091,&quot;16891&quot;:26092,&quot;16892&quot;:26093,&quot;16893&quot;:26094,&quot;16894&quot;:26095,&quot;16895&quot;:26096,&quot;16896&quot;:26097,&quot;16897&quot;:26098,&quot;16898&quot;:26099,&quot;16899&quot;:26100,&quot;16900&quot;:26101,&quot;16901&quot;:26102,&quot;16902&quot;:26103,&quot;16903&quot;:26104,&quot;16904&quot;:26105,&quot;16905&quot;:26106,&quot;16906&quot;:26107,&quot;16907&quot;:26108,&quot;16908&quot;:26109,&quot;16909&quot;:26110,&quot;16910&quot;:26111,&quot;16911&quot;:26112,&quot;16912&quot;:26113,&quot;16913&quot;:26114,&quot;16914&quot;:26115,&quot;16915&quot;:26116,&quot;16916&quot;:26117,&quot;16917&quot;:26118,&quot;16918&quot;:26119,&quot;16919&quot;:26120,&quot;16920&quot;:26121,&quot;16921&quot;:26122,&quot;16922&quot;:26123,&quot;16923&quot;:26124,&quot;16924&quot;:26125,&quot;16925&quot;:26126,&quot;16926&quot;:26127,&quot;16927&quot;:26128,&quot;16928&quot;:26129,&quot;16929&quot;:26130,&quot;16930&quot;:26131,&quot;16931&quot;:26132,&quot;16932&quot;:26133,&quot;16933&quot;:26134,&quot;16934&quot;:26135,&quot;16935&quot;:26136,&quot;16936&quot;:26137,&quot;16937&quot;:26138,&quot;16938&quot;:26139,&quot;16939&quot;:26140,&quot;16940&quot;:26141,&quot;16941&quot;:26142,&quot;16942&quot;:26143,&quot;16943&quot;:26144,&quot;16944&quot;:26145,&quot;16945&quot;:26146,&quot;16946&quot;:26147,&quot;16947&quot;:26148,&quot;16948&quot;:26149,&quot;16949&quot;:26150,&quot;16950&quot;:26151,&quot;16951&quot;:26152,&quot;16952&quot;:26153,&quot;16953&quot;:26154,&quot;16954&quot;:26155,&quot;16955&quot;:26156,&quot;16956&quot;:26157,&quot;16957&quot;:26158,&quot;16958&quot;:26159,&quot;16959&quot;:26160,&quot;16960&quot;:26161,&quot;16961&quot;:26162,&quot;16962&quot;:26163,&quot;16963&quot;:26164,&quot;16964&quot;:26165,&quot;16965&quot;:26166,&quot;16966&quot;:26167,&quot;16967&quot;:26168,&quot;16968&quot;:26169,&quot;16969&quot;:26170,&quot;16970&quot;:26171,&quot;16971&quot;:26172,&quot;16972&quot;:26173,&quot;16973&quot;:26174,&quot;16974&quot;:26175,&quot;16975&quot;:26176,&quot;16976&quot;:26177,&quot;16977&quot;:26178,&quot;16978&quot;:26179,&quot;16979&quot;:26180,&quot;16980&quot;:26181,&quot;16981&quot;:26182,&quot;16982&quot;:26183,&quot;16983&quot;:26184,&quot;16984&quot;:26185,&quot;16985&quot;:26186,&quot;16986&quot;:26187,&quot;16987&quot;:26188,&quot;16988&quot;:26189,&quot;16989&quot;:26190,&quot;16990&quot;:26191,&quot;16991&quot;:26192,&quot;16992&quot;:26193,&quot;16993&quot;:26194,&quot;16994&quot;:26195,&quot;16995&quot;:26196,&quot;16996&quot;:26197,&quot;16997&quot;:26198,&quot;16998&quot;:26199,&quot;16999&quot;:26200,&quot;17000&quot;:26201,&quot;17001&quot;:26202,&quot;17002&quot;:26203,&quot;17003&quot;:26204,&quot;17004&quot;:26205,&quot;17005&quot;:26206,&quot;17006&quot;:26207,&quot;17007&quot;:26208,&quot;17008&quot;:26209,&quot;17009&quot;:26210,&quot;17010&quot;:26211,&quot;17011&quot;:26212,&quot;17012&quot;:26213,&quot;17013&quot;:26214,&quot;17014&quot;:26215,&quot;17015&quot;:26216,&quot;17016&quot;:26217,&quot;17017&quot;:26218,&quot;17018&quot;:26219,&quot;17019&quot;:26220,&quot;17020&quot;:26221,&quot;17021&quot;:26222,&quot;17022&quot;:26223,&quot;17023&quot;:26224,&quot;17024&quot;:26225,&quot;17025&quot;:26226,&quot;17026&quot;:26227,&quot;17027&quot;:26228,&quot;17028&quot;:26229,&quot;17029&quot;:26230,&quot;17030&quot;:26231,&quot;17031&quot;:26232,&quot;17032&quot;:26233,&quot;17033&quot;:26234,&quot;17034&quot;:26235,&quot;17035&quot;:26236,&quot;17036&quot;:26237,&quot;17037&quot;:26238,&quot;17038&quot;:26239,&quot;17039&quot;:26240,&quot;17040&quot;:26241,&quot;17041&quot;:26242,&quot;17042&quot;:26243,&quot;17043&quot;:26244,&quot;17044&quot;:26245,&quot;17045&quot;:26246,&quot;17046&quot;:26247,&quot;17047&quot;:26248,&quot;17048&quot;:26249,&quot;17049&quot;:26250,&quot;17050&quot;:26251,&quot;17051&quot;:26252,&quot;17052&quot;:26253,&quot;17053&quot;:26254,&quot;17054&quot;:26255,&quot;17055&quot;:26256,&quot;17056&quot;:26257,&quot;17057&quot;:26258,&quot;17058&quot;:26259,&quot;17059&quot;:26260,&quot;17060&quot;:26261,&quot;17061&quot;:26262,&quot;17062&quot;:26263,&quot;17063&quot;:26264,&quot;17064&quot;:26265,&quot;17065&quot;:26266,&quot;17066&quot;:26267,&quot;17067&quot;:26268,&quot;17068&quot;:26269,&quot;17069&quot;:26270,&quot;17070&quot;:26271,&quot;17071&quot;:26272,&quot;17072&quot;:26273,&quot;17073&quot;:26274,&quot;17074&quot;:26275,&quot;17075&quot;:26276,&quot;17076&quot;:26277,&quot;17077&quot;:26278,&quot;17078&quot;:26279,&quot;17079&quot;:26280,&quot;17080&quot;:26281,&quot;17081&quot;:26282,&quot;17082&quot;:26283,&quot;17083&quot;:26284,&quot;17084&quot;:26285,&quot;17085&quot;:26286,&quot;17086&quot;:26287,&quot;17087&quot;:26288,&quot;17088&quot;:26289,&quot;17089&quot;:26290,&quot;17090&quot;:26291,&quot;17091&quot;:26292,&quot;17092&quot;:26293,&quot;17093&quot;:26294,&quot;17094&quot;:26295,&quot;17095&quot;:26296,&quot;17096&quot;:26297,&quot;17097&quot;:26298,&quot;17098&quot;:26299,&quot;17099&quot;:26300,&quot;17100&quot;:26301,&quot;17101&quot;:26302,&quot;17102&quot;:26303,&quot;17103&quot;:26304,&quot;17104&quot;:26305,&quot;17105&quot;:26306,&quot;17106&quot;:26307,&quot;17107&quot;:26308,&quot;17108&quot;:26309,&quot;17109&quot;:26310,&quot;17110&quot;:26311,&quot;17111&quot;:26312,&quot;17112&quot;:26313,&quot;17113&quot;:26314,&quot;17114&quot;:26315,&quot;17115&quot;:26316,&quot;17116&quot;:26317,&quot;17117&quot;:26318,&quot;17118&quot;:26319,&quot;17119&quot;:26320,&quot;17120&quot;:26321,&quot;17121&quot;:26322,&quot;17122&quot;:26323,&quot;17123&quot;:26324,&quot;17124&quot;:26325,&quot;17125&quot;:26326,&quot;17126&quot;:26327,&quot;17127&quot;:26328,&quot;17128&quot;:26329,&quot;17129&quot;:26330,&quot;17130&quot;:26331,&quot;17131&quot;:26332,&quot;17132&quot;:26333,&quot;17133&quot;:26334,&quot;17134&quot;:26335,&quot;17135&quot;:26336,&quot;17136&quot;:26337,&quot;17137&quot;:26338,&quot;17138&quot;:26339,&quot;17139&quot;:26340,&quot;17140&quot;:26341,&quot;17141&quot;:26342,&quot;17142&quot;:26343,&quot;17143&quot;:26344,&quot;17144&quot;:26345,&quot;17145&quot;:26346,&quot;17146&quot;:26347,&quot;17147&quot;:26348,&quot;17148&quot;:26349,&quot;17149&quot;:26350,&quot;17150&quot;:26351,&quot;17151&quot;:26352,&quot;17152&quot;:26353,&quot;17153&quot;:26354,&quot;17154&quot;:26355,&quot;17155&quot;:26356,&quot;17156&quot;:26357,&quot;17157&quot;:26358,&quot;17158&quot;:26359,&quot;17159&quot;:26360,&quot;17160&quot;:26361,&quot;17161&quot;:26362,&quot;17162&quot;:26363,&quot;17163&quot;:26364,&quot;17164&quot;:26365,&quot;17165&quot;:26366,&quot;17166&quot;:26367,&quot;17167&quot;:26368,&quot;17168&quot;:26369,&quot;17169&quot;:26370,&quot;17170&quot;:26371,&quot;17171&quot;:26372,&quot;17172&quot;:26373,&quot;17173&quot;:26374,&quot;17174&quot;:26375,&quot;17175&quot;:26376,&quot;17176&quot;:26377,&quot;17177&quot;:26378,&quot;17178&quot;:26379,&quot;17179&quot;:26380,&quot;17180&quot;:26381,&quot;17181&quot;:26382,&quot;17182&quot;:26383,&quot;17183&quot;:26384,&quot;17184&quot;:26385,&quot;17185&quot;:26386,&quot;17186&quot;:26387,&quot;17187&quot;:26388,&quot;17188&quot;:26389,&quot;17189&quot;:26390,&quot;17190&quot;:26391,&quot;17191&quot;:26392,&quot;17192&quot;:26393,&quot;17193&quot;:26394,&quot;17194&quot;:26395,&quot;17195&quot;:26396,&quot;17196&quot;:26397,&quot;17197&quot;:26398,&quot;17198&quot;:26399,&quot;17199&quot;:26400,&quot;17200&quot;:26401,&quot;17201&quot;:26402,&quot;17202&quot;:26403,&quot;17203&quot;:26404,&quot;17204&quot;:26405,&quot;17205&quot;:26406,&quot;17206&quot;:26407,&quot;17208&quot;:26408,&quot;17209&quot;:26409,&quot;17210&quot;:26410,&quot;17211&quot;:26411,&quot;17212&quot;:26412,&quot;17213&quot;:26413,&quot;17214&quot;:26414,&quot;17215&quot;:26415,&quot;17216&quot;:26416,&quot;17217&quot;:26417,&quot;17218&quot;:26418,&quot;17219&quot;:26419,&quot;17220&quot;:26420,&quot;17221&quot;:26421,&quot;17222&quot;:26422,&quot;17223&quot;:26423,&quot;17224&quot;:26424,&quot;17225&quot;:26425,&quot;17226&quot;:26426,&quot;17227&quot;:26427,&quot;17228&quot;:26428,&quot;17229&quot;:26429,&quot;17230&quot;:26430,&quot;17231&quot;:26431,&quot;17232&quot;:26432,&quot;17233&quot;:26433,&quot;17234&quot;:26434,&quot;17235&quot;:26435,&quot;17236&quot;:26436,&quot;17237&quot;:26437,&quot;17238&quot;:26438,&quot;17239&quot;:26439,&quot;17240&quot;:26440,&quot;17241&quot;:26441,&quot;17242&quot;:26442,&quot;17243&quot;:26443,&quot;17244&quot;:26444,&quot;17245&quot;:26445,&quot;17246&quot;:26446,&quot;17247&quot;:26447,&quot;17248&quot;:26448,&quot;17249&quot;:26449,&quot;17250&quot;:26450,&quot;17251&quot;:26451,&quot;17252&quot;:26452,&quot;17253&quot;:26453,&quot;17254&quot;:26454,&quot;17255&quot;:26455,&quot;17256&quot;:26456,&quot;17257&quot;:26457,&quot;17258&quot;:26458,&quot;17259&quot;:26459,&quot;17260&quot;:26460,&quot;17261&quot;:26461,&quot;17262&quot;:26462,&quot;17263&quot;:26463,&quot;17264&quot;:26464,&quot;17265&quot;:26465,&quot;17266&quot;:26466,&quot;17267&quot;:26467,&quot;17268&quot;:26468,&quot;17269&quot;:26469,&quot;17270&quot;:26470,&quot;17271&quot;:26471,&quot;17272&quot;:26472,&quot;17273&quot;:26473,&quot;17274&quot;:26474,&quot;17275&quot;:26475,&quot;17276&quot;:26476,&quot;17277&quot;:26477,&quot;17278&quot;:26478,&quot;17279&quot;:26479,&quot;17280&quot;:26480,&quot;17281&quot;:26481,&quot;17282&quot;:26482,&quot;17283&quot;:26483,&quot;17284&quot;:26484,&quot;17285&quot;:26485,&quot;17286&quot;:26486,&quot;17287&quot;:26487,&quot;17288&quot;:26488,&quot;17289&quot;:26489,&quot;17290&quot;:26490,&quot;17291&quot;:26491,&quot;17292&quot;:26492,&quot;17293&quot;:26493,&quot;17294&quot;:26494,&quot;17295&quot;:26495,&quot;17296&quot;:26496,&quot;17297&quot;:26497,&quot;17298&quot;:26498,&quot;17299&quot;:26499,&quot;17300&quot;:26500,&quot;17301&quot;:26501,&quot;17302&quot;:26502,&quot;17303&quot;:26503,&quot;17304&quot;:26504,&quot;17305&quot;:26505,&quot;17306&quot;:26506,&quot;17307&quot;:26507,&quot;17308&quot;:26508,&quot;17309&quot;:26509,&quot;17310&quot;:26510,&quot;17311&quot;:26511,&quot;17312&quot;:26512,&quot;17313&quot;:26513,&quot;17314&quot;:26514,&quot;17315&quot;:26515,&quot;17316&quot;:26516,&quot;17317&quot;:26517,&quot;17318&quot;:26518,&quot;17319&quot;:26519,&quot;17320&quot;:26520,&quot;17321&quot;:26521,&quot;17322&quot;:26522,&quot;17323&quot;:26523,&quot;17325&quot;:26524,&quot;17326&quot;:26525,&quot;17327&quot;:26526,&quot;17328&quot;:26527,&quot;17330&quot;:26528,&quot;17331&quot;:26529,&quot;17332&quot;:26530,&quot;17333&quot;:26531,&quot;17334&quot;:26532,&quot;17335&quot;:26533,&quot;17336&quot;:26534,&quot;17337&quot;:26535,&quot;17338&quot;:26536,&quot;17339&quot;:26537,&quot;17340&quot;:26538,&quot;17341&quot;:26539,&quot;17342&quot;:26540,&quot;17343&quot;:26541,&quot;17344&quot;:26542,&quot;17345&quot;:26543,&quot;17346&quot;:26544,&quot;17347&quot;:26545,&quot;17348&quot;:26546,&quot;17349&quot;:26547,&quot;17350&quot;:26548,&quot;17351&quot;:26549,&quot;17352&quot;:26550,&quot;17353&quot;:26551,&quot;17354&quot;:26552,&quot;17355&quot;:26553,&quot;17356&quot;:26554,&quot;17357&quot;:26555,&quot;17358&quot;:26556,&quot;17359&quot;:26557,&quot;17360&quot;:26558,&quot;17361&quot;:26559,&quot;17362&quot;:26560,&quot;17363&quot;:26561,&quot;17364&quot;:26562,&quot;17365&quot;:26563,&quot;17366&quot;:26564,&quot;17367&quot;:26565,&quot;17368&quot;:26566,&quot;17369&quot;:26567,&quot;17370&quot;:26568,&quot;17371&quot;:26569,&quot;17372&quot;:26570,&quot;17374&quot;:26571,&quot;17375&quot;:26572,&quot;17376&quot;:26573,&quot;17377&quot;:26574,&quot;17378&quot;:26575,&quot;17379&quot;:26576,&quot;17380&quot;:26577,&quot;17381&quot;:26578,&quot;17382&quot;:26579,&quot;17383&quot;:26580,&quot;17384&quot;:26581,&quot;17385&quot;:26582,&quot;17386&quot;:26583,&quot;17387&quot;:26584,&quot;17388&quot;:26585,&quot;17389&quot;:26586,&quot;17390&quot;:26587,&quot;17391&quot;:26588,&quot;17392&quot;:26589,&quot;17393&quot;:26590,&quot;17394&quot;:26591,&quot;17395&quot;:26592,&quot;17396&quot;:26593,&quot;17397&quot;:26594,&quot;17398&quot;:26595,&quot;17399&quot;:26596,&quot;17400&quot;:26597,&quot;17401&quot;:26598,&quot;17402&quot;:26599,&quot;17403&quot;:26600,&quot;17404&quot;:26601,&quot;17405&quot;:26602,&quot;17406&quot;:26603,&quot;17407&quot;:26604,&quot;17408&quot;:26605,&quot;17409&quot;:26606,&quot;17410&quot;:26607,&quot;17411&quot;:26608,&quot;17412&quot;:26609,&quot;17413&quot;:26610,&quot;17414&quot;:26611,&quot;17415&quot;:26612,&quot;17416&quot;:26613,&quot;17417&quot;:26614,&quot;17418&quot;:26615,&quot;17419&quot;:26616,&quot;17420&quot;:26617,&quot;17421&quot;:26618,&quot;17422&quot;:26619,&quot;17423&quot;:26620,&quot;17424&quot;:26621,&quot;17425&quot;:26622,&quot;17426&quot;:26623,&quot;17427&quot;:26624,&quot;17428&quot;:26625,&quot;17429&quot;:26626,&quot;17430&quot;:26627,&quot;17431&quot;:26628,&quot;17432&quot;:26629,&quot;17433&quot;:26630,&quot;17434&quot;:26631,&quot;17435&quot;:26632,&quot;17436&quot;:26633,&quot;17437&quot;:26634,&quot;17438&quot;:26635,&quot;17439&quot;:26636,&quot;17440&quot;:26637,&quot;17441&quot;:26638,&quot;17442&quot;:26639,&quot;17443&quot;:26640,&quot;17444&quot;:26641,&quot;17445&quot;:26642,&quot;17446&quot;:26643,&quot;17447&quot;:26644,&quot;17448&quot;:26645,&quot;17449&quot;:26646,&quot;17450&quot;:26647,&quot;17451&quot;:26648,&quot;17452&quot;:26649,&quot;17453&quot;:26650,&quot;17454&quot;:26651,&quot;17455&quot;:26652,&quot;17456&quot;:26653,&quot;17457&quot;:26654,&quot;17458&quot;:26655,&quot;17459&quot;:26656,&quot;17460&quot;:26657,&quot;17461&quot;:26658,&quot;17462&quot;:26659,&quot;17463&quot;:26660,&quot;17464&quot;:26661,&quot;17465&quot;:26662,&quot;17466&quot;:26663,&quot;17467&quot;:26664,&quot;17468&quot;:26665,&quot;17469&quot;:26666,&quot;17470&quot;:26667,&quot;17471&quot;:26668,&quot;17472&quot;:26669,&quot;17473&quot;:26670,&quot;17474&quot;:26671,&quot;17475&quot;:26672,&quot;17476&quot;:26673,&quot;17477&quot;:26674,&quot;17478&quot;:26675,&quot;17479&quot;:26676,&quot;17480&quot;:26677,&quot;17481&quot;:26678,&quot;17482&quot;:26679,&quot;17483&quot;:26680,&quot;17484&quot;:26681,&quot;17485&quot;:26682,&quot;17486&quot;:26683,&quot;17487&quot;:26684,&quot;17488&quot;:26685,&quot;17489&quot;:26686,&quot;17490&quot;:26687,&quot;17491&quot;:26688,&quot;17492&quot;:26689,&quot;17493&quot;:26690,&quot;17494&quot;:26691,&quot;17495&quot;:26692,&quot;17496&quot;:26693,&quot;17497&quot;:26694,&quot;17498&quot;:26695,&quot;17499&quot;:26696,&quot;17500&quot;:26697,&quot;17501&quot;:26698,&quot;17502&quot;:26699,&quot;17503&quot;:26700,&quot;17504&quot;:26701,&quot;17505&quot;:26702,&quot;17506&quot;:26703,&quot;17507&quot;:26704,&quot;17508&quot;:26705,&quot;17509&quot;:26706,&quot;17510&quot;:26707,&quot;17511&quot;:26708,&quot;17512&quot;:26709,&quot;17513&quot;:26710,&quot;17514&quot;:26711,&quot;17515&quot;:26712,&quot;17516&quot;:26713,&quot;17517&quot;:26714,&quot;17518&quot;:26715,&quot;17519&quot;:26716,&quot;17520&quot;:26717,&quot;17521&quot;:26718,&quot;17522&quot;:26719,&quot;17523&quot;:26720,&quot;17524&quot;:26721,&quot;17525&quot;:26722,&quot;17526&quot;:26723,&quot;17527&quot;:26724,&quot;17528&quot;:26725,&quot;17529&quot;:26726,&quot;17530&quot;:26727,&quot;17531&quot;:26728,&quot;17532&quot;:26729,&quot;17533&quot;:26730,&quot;17534&quot;:26731,&quot;17535&quot;:26732,&quot;17536&quot;:26733,&quot;17537&quot;:26734,&quot;17538&quot;:26735,&quot;17539&quot;:26736,&quot;17540&quot;:26737,&quot;17541&quot;:26738,&quot;17542&quot;:26739,&quot;17543&quot;:26740,&quot;17544&quot;:26741,&quot;17545&quot;:26742,&quot;17546&quot;:26743,&quot;17547&quot;:26744,&quot;17548&quot;:26745,&quot;17549&quot;:26746,&quot;17550&quot;:26747,&quot;17551&quot;:26748,&quot;17552&quot;:26749,&quot;17553&quot;:26750,&quot;17554&quot;:26751,&quot;17555&quot;:26752,&quot;17556&quot;:26753,&quot;17557&quot;:26754,&quot;17558&quot;:26755,&quot;17559&quot;:26756,&quot;17560&quot;:26757,&quot;17561&quot;:26758,&quot;17562&quot;:26759,&quot;17563&quot;:26760,&quot;17564&quot;:26761,&quot;17565&quot;:26762,&quot;17566&quot;:26763,&quot;17567&quot;:26764,&quot;17568&quot;:26765,&quot;17569&quot;:26766,&quot;17570&quot;:26767,&quot;17571&quot;:26768,&quot;17572&quot;:26769,&quot;17573&quot;:26770,&quot;17574&quot;:26771,&quot;17575&quot;:26772,&quot;17576&quot;:26773,&quot;17577&quot;:26774,&quot;17578&quot;:26775,&quot;17579&quot;:26776,&quot;17580&quot;:26777,&quot;17581&quot;:26778,&quot;17582&quot;:26779,&quot;17583&quot;:26780,&quot;17584&quot;:26781,&quot;17585&quot;:26782,&quot;17586&quot;:26783,&quot;17587&quot;:26784,&quot;17588&quot;:26785,&quot;17589&quot;:26786,&quot;17590&quot;:26787,&quot;17591&quot;:26788,&quot;17592&quot;:26789,&quot;17593&quot;:26790,&quot;17594&quot;:26791,&quot;17595&quot;:26792,&quot;17596&quot;:26793,&quot;17597&quot;:26794,&quot;17598&quot;:26795,&quot;17599&quot;:26796,&quot;17600&quot;:26797,&quot;17601&quot;:26798,&quot;17602&quot;:26799,&quot;17603&quot;:26800,&quot;17604&quot;:26801,&quot;17605&quot;:26802,&quot;17606&quot;:26803,&quot;17607&quot;:26804,&quot;17608&quot;:26805,&quot;17609&quot;:26806,&quot;17610&quot;:26807,&quot;17611&quot;:26808,&quot;17612&quot;:26809,&quot;17613&quot;:26810,&quot;17614&quot;:26811,&quot;17615&quot;:26812,&quot;17616&quot;:26813,&quot;17617&quot;:26814,&quot;17618&quot;:26815,&quot;17619&quot;:26816,&quot;17620&quot;:26817,&quot;17621&quot;:26818,&quot;17623&quot;:26819,&quot;17624&quot;:26820,&quot;17625&quot;:26821,&quot;17626&quot;:26822,&quot;17627&quot;:26823,&quot;17628&quot;:26824,&quot;17629&quot;:26825,&quot;17630&quot;:26826,&quot;17631&quot;:26827,&quot;17632&quot;:26828,&quot;17633&quot;:26829,&quot;17634&quot;:26830,&quot;17635&quot;:26831,&quot;17636&quot;:26832,&quot;17637&quot;:26833,&quot;17638&quot;:26834,&quot;17639&quot;:26835,&quot;17640&quot;:26836,&quot;17641&quot;:26837,&quot;17642&quot;:26838,&quot;17643&quot;:26839,&quot;17644&quot;:26840,&quot;17645&quot;:26841,&quot;17646&quot;:26842,&quot;17647&quot;:26843,&quot;17648&quot;:26844,&quot;17649&quot;:26845,&quot;17650&quot;:26846,&quot;17651&quot;:26847,&quot;17652&quot;:26848,&quot;17653&quot;:26849,&quot;17654&quot;:26850,&quot;17655&quot;:26851,&quot;17656&quot;:26852,&quot;17657&quot;:26853,&quot;17658&quot;:26854,&quot;17659&quot;:26855,&quot;17660&quot;:26856,&quot;17661&quot;:26857,&quot;17662&quot;:26858,&quot;17663&quot;:26859,&quot;17664&quot;:26860,&quot;17665&quot;:26861,&quot;17666&quot;:26862,&quot;17667&quot;:26863,&quot;17668&quot;:26864,&quot;17669&quot;:26865,&quot;17670&quot;:26866,&quot;17671&quot;:26867,&quot;17672&quot;:26868,&quot;17673&quot;:26869,&quot;17674&quot;:26870,&quot;17675&quot;:26871,&quot;17676&quot;:26872,&quot;17677&quot;:26873,&quot;17678&quot;:26874,&quot;17679&quot;:26875,&quot;17680&quot;:26876,&quot;17681&quot;:26877,&quot;17682&quot;:26878,&quot;17683&quot;:26879,&quot;17684&quot;:26880,&quot;17685&quot;:26881,&quot;17686&quot;:26882,&quot;17687&quot;:26883,&quot;17688&quot;:26884,&quot;17689&quot;:26885,&quot;17690&quot;:26886,&quot;17691&quot;:26887,&quot;17692&quot;:26888,&quot;17693&quot;:26889,&quot;17694&quot;:26890,&quot;17695&quot;:26891,&quot;17696&quot;:26892,&quot;17697&quot;:26893,&quot;17698&quot;:26894,&quot;17699&quot;:26895,&quot;17700&quot;:26896,&quot;17701&quot;:26897,&quot;17702&quot;:26898,&quot;17703&quot;:26899,&quot;17704&quot;:26900,&quot;17705&quot;:26901,&quot;17706&quot;:26902,&quot;17707&quot;:26903,&quot;17708&quot;:26904,&quot;17709&quot;:26905,&quot;17710&quot;:26906,&quot;17711&quot;:26907,&quot;17712&quot;:26908,&quot;17713&quot;:26909,&quot;17714&quot;:26910,&quot;17715&quot;:26911,&quot;17716&quot;:26912,&quot;17717&quot;:26913,&quot;17718&quot;:26914,&quot;17719&quot;:26915,&quot;17720&quot;:26916,&quot;17721&quot;:26917,&quot;17722&quot;:26918,&quot;17723&quot;:26919,&quot;17724&quot;:26920,&quot;17725&quot;:26921,&quot;17726&quot;:26922,&quot;17727&quot;:26923,&quot;17728&quot;:26924,&quot;17729&quot;:26925,&quot;17730&quot;:26926,&quot;17731&quot;:26927,&quot;17732&quot;:26928,&quot;17733&quot;:26929,&quot;17734&quot;:26930,&quot;17735&quot;:26931,&quot;17736&quot;:26932,&quot;17737&quot;:26933,&quot;17738&quot;:26934,&quot;17739&quot;:26935,&quot;17740&quot;:26936,&quot;17741&quot;:26937,&quot;17742&quot;:26938,&quot;17743&quot;:26939,&quot;17744&quot;:26940,&quot;17745&quot;:26941,&quot;17746&quot;:26942,&quot;17747&quot;:26943,&quot;17748&quot;:26944,&quot;17749&quot;:26945,&quot;17750&quot;:26946,&quot;17751&quot;:26947,&quot;17752&quot;:26948,&quot;17753&quot;:26949,&quot;17754&quot;:26950,&quot;17755&quot;:26951,&quot;17756&quot;:26952,&quot;17757&quot;:26953,&quot;17758&quot;:26954,&quot;17759&quot;:26955,&quot;17760&quot;:26956,&quot;17761&quot;:26957,&quot;17762&quot;:26958,&quot;17763&quot;:26959,&quot;17764&quot;:26960,&quot;17765&quot;:26961,&quot;17766&quot;:26962,&quot;17767&quot;:26963,&quot;17768&quot;:26964,&quot;17769&quot;:26965,&quot;17770&quot;:26966,&quot;17771&quot;:26967,&quot;17772&quot;:26968,&quot;17773&quot;:26969,&quot;17774&quot;:26970,&quot;17775&quot;:26971,&quot;17776&quot;:26972,&quot;17777&quot;:26973,&quot;17778&quot;:26974,&quot;17779&quot;:26975,&quot;17780&quot;:26976,&quot;17781&quot;:26977,&quot;17782&quot;:26978,&quot;17783&quot;:26979,&quot;17784&quot;:26980,&quot;17785&quot;:26981,&quot;17786&quot;:26982,&quot;17787&quot;:26983,&quot;17788&quot;:26984,&quot;17789&quot;:26985,&quot;17790&quot;:26986,&quot;17791&quot;:26987,&quot;17792&quot;:26988,&quot;17793&quot;:26989,&quot;17794&quot;:26990,&quot;17795&quot;:26991,&quot;17796&quot;:26992,&quot;17797&quot;:26993,&quot;17798&quot;:26994,&quot;17799&quot;:26995,&quot;17800&quot;:26996,&quot;17801&quot;:26997,&quot;17802&quot;:26998,&quot;17803&quot;:26999,&quot;17804&quot;:27000,&quot;17805&quot;:27001,&quot;17806&quot;:27002,&quot;17807&quot;:27003,&quot;17808&quot;:27004,&quot;17809&quot;:27005,&quot;17810&quot;:27006,&quot;17811&quot;:27007,&quot;17812&quot;:27008,&quot;17813&quot;:27009,&quot;17814&quot;:27010,&quot;17815&quot;:27011,&quot;17816&quot;:27012,&quot;17817&quot;:27013,&quot;17818&quot;:27014,&quot;17819&quot;:27015,&quot;17820&quot;:27016,&quot;17821&quot;:27017,&quot;17822&quot;:27018,&quot;17823&quot;:27019,&quot;17824&quot;:27020,&quot;17825&quot;:27021,&quot;17826&quot;:27022,&quot;17827&quot;:27023,&quot;17828&quot;:27024,&quot;17829&quot;:27025,&quot;17830&quot;:27026,&quot;17831&quot;:27027,&quot;17832&quot;:27028,&quot;17833&quot;:27029,&quot;17834&quot;:27030,&quot;17835&quot;:27031,&quot;17836&quot;:27032,&quot;17837&quot;:27033,&quot;17838&quot;:27034,&quot;17839&quot;:27035,&quot;17840&quot;:27036,&quot;17841&quot;:27037,&quot;17842&quot;:27038,&quot;17843&quot;:27039,&quot;17844&quot;:27040,&quot;17845&quot;:27041,&quot;17846&quot;:27042,&quot;17847&quot;:27043,&quot;17848&quot;:27044,&quot;17849&quot;:27045,&quot;17850&quot;:27046,&quot;17851&quot;:27047,&quot;17852&quot;:27048,&quot;17853&quot;:27049,&quot;17854&quot;:27050,&quot;17855&quot;:27051,&quot;17856&quot;:27052,&quot;17857&quot;:27053,&quot;17858&quot;:27054,&quot;17859&quot;:27055,&quot;17860&quot;:27056,&quot;17861&quot;:27057,&quot;17862&quot;:27058,&quot;17863&quot;:27059,&quot;17864&quot;:27060,&quot;17865&quot;:27061,&quot;17866&quot;:27062,&quot;17867&quot;:27063,&quot;17868&quot;:27064,&quot;17869&quot;:27065,&quot;17870&quot;:27066,&quot;17871&quot;:27067,&quot;17872&quot;:27068,&quot;17873&quot;:27069,&quot;17874&quot;:27070,&quot;17875&quot;:27071,&quot;17876&quot;:27072,&quot;17877&quot;:27073,&quot;17878&quot;:27074,&quot;17879&quot;:27075,&quot;17880&quot;:27076,&quot;17881&quot;:27077,&quot;17882&quot;:27078,&quot;17883&quot;:27079,&quot;17884&quot;:27080,&quot;17885&quot;:27081,&quot;17886&quot;:27082,&quot;17887&quot;:27083,&quot;17888&quot;:27084,&quot;17889&quot;:27085,&quot;17890&quot;:27086,&quot;17891&quot;:27087,&quot;17892&quot;:27088,&quot;17893&quot;:27089,&quot;17894&quot;:27090,&quot;17895&quot;:27091,&quot;17896&quot;:27092,&quot;17897&quot;:27093,&quot;17898&quot;:27094,&quot;17899&quot;:27095,&quot;17900&quot;:27096,&quot;17901&quot;:27097,&quot;17902&quot;:27098,&quot;17903&quot;:27099,&quot;17904&quot;:27100,&quot;17905&quot;:27101,&quot;17906&quot;:27102,&quot;17907&quot;:27103,&quot;17908&quot;:27104,&quot;17909&quot;:27105,&quot;17910&quot;:27106,&quot;17911&quot;:27107,&quot;17912&quot;:27108,&quot;17913&quot;:27109,&quot;17914&quot;:27110,&quot;17915&quot;:27111,&quot;17916&quot;:27112,&quot;17917&quot;:27113,&quot;17918&quot;:27114,&quot;17919&quot;:27115,&quot;17920&quot;:27116,&quot;17921&quot;:27117,&quot;17922&quot;:27118,&quot;17923&quot;:27119,&quot;17924&quot;:27120,&quot;17925&quot;:27121,&quot;17926&quot;:27122,&quot;17927&quot;:27123,&quot;17928&quot;:27124,&quot;17929&quot;:27125,&quot;17930&quot;:27126,&quot;17931&quot;:27127,&quot;17932&quot;:27128,&quot;17933&quot;:27129,&quot;17934&quot;:27130,&quot;17935&quot;:27131,&quot;17936&quot;:27132,&quot;17937&quot;:27133,&quot;17938&quot;:27134,&quot;17939&quot;:27135,&quot;17940&quot;:27136,&quot;17941&quot;:27137,&quot;17942&quot;:27138,&quot;17943&quot;:27139,&quot;17944&quot;:27140,&quot;17945&quot;:27141,&quot;17946&quot;:27142,&quot;17947&quot;:27143,&quot;17948&quot;:27144,&quot;17949&quot;:27145,&quot;17950&quot;:27146,&quot;17951&quot;:27147,&quot;17952&quot;:27148,&quot;17953&quot;:27149,&quot;17954&quot;:27150,&quot;17955&quot;:27151,&quot;17956&quot;:27152,&quot;17957&quot;:27153,&quot;17958&quot;:27154,&quot;17959&quot;:27155,&quot;17960&quot;:27156,&quot;17961&quot;:27157,&quot;17962&quot;:27158,&quot;17963&quot;:27159,&quot;17964&quot;:27160,&quot;17965&quot;:27161,&quot;17966&quot;:27162,&quot;17967&quot;:27163,&quot;17968&quot;:27164,&quot;17969&quot;:27165,&quot;17970&quot;:27166,&quot;17971&quot;:27167,&quot;17972&quot;:27168,&quot;17973&quot;:27169,&quot;17974&quot;:27170,&quot;17975&quot;:27171,&quot;17976&quot;:27172,&quot;17977&quot;:27173,&quot;17978&quot;:27174,&quot;17979&quot;:27175,&quot;17980&quot;:27176,&quot;17981&quot;:27177,&quot;17982&quot;:27178,&quot;17983&quot;:27179,&quot;17984&quot;:27180,&quot;17985&quot;:27181,&quot;17986&quot;:27182,&quot;17987&quot;:27183,&quot;17988&quot;:27184,&quot;17989&quot;:27185,&quot;17990&quot;:27186,&quot;17991&quot;:27187,&quot;17992&quot;:27188,&quot;17993&quot;:27189,&quot;17994&quot;:27190,&quot;17995&quot;:27191,&quot;17997&quot;:27192,&quot;17998&quot;:27193,&quot;17999&quot;:27194,&quot;18000&quot;:27195,&quot;18001&quot;:27196,&quot;18002&quot;:27197,&quot;18003&quot;:27198,&quot;18004&quot;:27199,&quot;18005&quot;:27200,&quot;18006&quot;:27201,&quot;18007&quot;:27202,&quot;18008&quot;:27203,&quot;18009&quot;:27204,&quot;18010&quot;:27205,&quot;18011&quot;:27206,&quot;18012&quot;:27207,&quot;18013&quot;:27208,&quot;18014&quot;:27209,&quot;18015&quot;:27210,&quot;18016&quot;:27211,&quot;18018&quot;:27212,&quot;18019&quot;:27213,&quot;18020&quot;:27214,&quot;18021&quot;:27215,&quot;18022&quot;:27216,&quot;18023&quot;:27217,&quot;18024&quot;:27218,&quot;18025&quot;:27219,&quot;18026&quot;:27220,&quot;18027&quot;:27221,&quot;18028&quot;:27222,&quot;18029&quot;:27223,&quot;18030&quot;:27224,&quot;18031&quot;:27225,&quot;18032&quot;:27226,&quot;18033&quot;:27227,&quot;18034&quot;:27228,&quot;18035&quot;:27229,&quot;18036&quot;:27230,&quot;18037&quot;:27231,&quot;18038&quot;:27232,&quot;18039&quot;:27233,&quot;18040&quot;:27234,&quot;18041&quot;:27235,&quot;18042&quot;:27236,&quot;18043&quot;:27237,&quot;18044&quot;:27238,&quot;18045&quot;:27239,&quot;18046&quot;:27240,&quot;18047&quot;:27241,&quot;18048&quot;:27242,&quot;18049&quot;:27243,&quot;18050&quot;:27244,&quot;18051&quot;:27245,&quot;18052&quot;:27246,&quot;18053&quot;:27247,&quot;18054&quot;:27248,&quot;18055&quot;:27249,&quot;18056&quot;:27250,&quot;18057&quot;:27251,&quot;18058&quot;:27252,&quot;18059&quot;:27253,&quot;18060&quot;:27254,&quot;18061&quot;:27255,&quot;18062&quot;:27256,&quot;18063&quot;:27257,&quot;18064&quot;:27258,&quot;18065&quot;:27259,&quot;18066&quot;:27260,&quot;18067&quot;:27261,&quot;18068&quot;:27262,&quot;18069&quot;:27263,&quot;18070&quot;:27264,&quot;18071&quot;:27265,&quot;18072&quot;:27266,&quot;18073&quot;:27267,&quot;18074&quot;:27268,&quot;18075&quot;:27269,&quot;18076&quot;:27270,&quot;18077&quot;:27271,&quot;18078&quot;:27272,&quot;18079&quot;:27273,&quot;18080&quot;:27274,&quot;18081&quot;:27275,&quot;18082&quot;:27276,&quot;18083&quot;:27277,&quot;18084&quot;:27278,&quot;18085&quot;:27279,&quot;18086&quot;:27280,&quot;18087&quot;:27281,&quot;18088&quot;:27282,&quot;18089&quot;:27283,&quot;18090&quot;:27284,&quot;18091&quot;:27285,&quot;18092&quot;:27286,&quot;18093&quot;:27287,&quot;18094&quot;:27288,&quot;18095&quot;:27289,&quot;18096&quot;:27290,&quot;18097&quot;:27291,&quot;18098&quot;:27292,&quot;18099&quot;:27293,&quot;18100&quot;:27294,&quot;18101&quot;:27295,&quot;18102&quot;:27296,&quot;18103&quot;:27297,&quot;18104&quot;:27298,&quot;18105&quot;:27299,&quot;18106&quot;:27300,&quot;18107&quot;:27301,&quot;18108&quot;:27302,&quot;18109&quot;:27303,&quot;18110&quot;:27304,&quot;18111&quot;:27305,&quot;18112&quot;:27306,&quot;18113&quot;:27307,&quot;18114&quot;:27308,&quot;18115&quot;:27309,&quot;18116&quot;:27310,&quot;18117&quot;:27311,&quot;18118&quot;:27312,&quot;18119&quot;:27313,&quot;18120&quot;:27314,&quot;18121&quot;:27315,&quot;18122&quot;:27316,&quot;18123&quot;:27317,&quot;18124&quot;:27318,&quot;18125&quot;:27319,&quot;18126&quot;:27320,&quot;18127&quot;:27321,&quot;18128&quot;:27322,&quot;18129&quot;:27323,&quot;18130&quot;:27324,&quot;18131&quot;:27325,&quot;18132&quot;:27326,&quot;18133&quot;:27327,&quot;18134&quot;:27328,&quot;18135&quot;:27329,&quot;18136&quot;:27330,&quot;18137&quot;:27331,&quot;18138&quot;:27332,&quot;18139&quot;:27333,&quot;18140&quot;:27334,&quot;18141&quot;:27335,&quot;18142&quot;:27336,&quot;18143&quot;:27337,&quot;18144&quot;:27338,&quot;18145&quot;:27339,&quot;18146&quot;:27340,&quot;18147&quot;:27341,&quot;18148&quot;:27342,&quot;18149&quot;:27343,&quot;18150&quot;:27344,&quot;18151&quot;:27345,&quot;18152&quot;:27346,&quot;18153&quot;:27347,&quot;18154&quot;:27348,&quot;18155&quot;:27349,&quot;18156&quot;:27350,&quot;18157&quot;:27351,&quot;18158&quot;:27352,&quot;18159&quot;:27353,&quot;18160&quot;:27354,&quot;18161&quot;:27355,&quot;18162&quot;:27356,&quot;18163&quot;:27357,&quot;18164&quot;:27358,&quot;18165&quot;:27359,&quot;18166&quot;:27360,&quot;18167&quot;:27361,&quot;18168&quot;:27362,&quot;18169&quot;:27363,&quot;18170&quot;:27364,&quot;18171&quot;:27365,&quot;18172&quot;:27366,&quot;18173&quot;:27367,&quot;18174&quot;:27368,&quot;18175&quot;:27369,&quot;18176&quot;:27370,&quot;18177&quot;:27371,&quot;18178&quot;:27372,&quot;18179&quot;:27373,&quot;18180&quot;:27374,&quot;18181&quot;:27375,&quot;18182&quot;:27376,&quot;18183&quot;:27377,&quot;18184&quot;:27378,&quot;18185&quot;:27379,&quot;18186&quot;:27380,&quot;18187&quot;:27381,&quot;18188&quot;:27382,&quot;18189&quot;:27383,&quot;18190&quot;:27384,&quot;18191&quot;:27385,&quot;18192&quot;:27386,&quot;18193&quot;:27387,&quot;18194&quot;:27388,&quot;18195&quot;:27389,&quot;18196&quot;:27390,&quot;18197&quot;:27391,&quot;18198&quot;:27392,&quot;18199&quot;:27393,&quot;18200&quot;:27394,&quot;18201&quot;:27395,&quot;18202&quot;:27396,&quot;18203&quot;:27397,&quot;18204&quot;:27398,&quot;18205&quot;:27399,&quot;18206&quot;:27400,&quot;18207&quot;:27401,&quot;18208&quot;:27402,&quot;18209&quot;:27403,&quot;18210&quot;:27404,&quot;18212&quot;:27405,&quot;18213&quot;:27406,&quot;18214&quot;:27407,&quot;18215&quot;:27408,&quot;18216&quot;:27409,&quot;18218&quot;:27410,&quot;18219&quot;:27411,&quot;18220&quot;:27412,&quot;18221&quot;:27413,&quot;18222&quot;:27414,&quot;18223&quot;:27415,&quot;18224&quot;:27416,&quot;18225&quot;:27417,&quot;18226&quot;:27418,&quot;18227&quot;:27419,&quot;18228&quot;:27420,&quot;18229&quot;:27421,&quot;18230&quot;:27422,&quot;18231&quot;:27423,&quot;18232&quot;:27424,&quot;18233&quot;:27425,&quot;18234&quot;:27426,&quot;18235&quot;:27427,&quot;18236&quot;:27428,&quot;18237&quot;:27429,&quot;18238&quot;:27430,&quot;18239&quot;:27431,&quot;18240&quot;:27432,&quot;18241&quot;:27433,&quot;18242&quot;:27434,&quot;18243&quot;:27435,&quot;18244&quot;:27436,&quot;18245&quot;:27437,&quot;18246&quot;:27438,&quot;18247&quot;:27439,&quot;18248&quot;:27440,&quot;18249&quot;:27441,&quot;18250&quot;:27442,&quot;18251&quot;:27443,&quot;18252&quot;:27444,&quot;18253&quot;:27445,&quot;18254&quot;:27446,&quot;18255&quot;:27447,&quot;18256&quot;:27448,&quot;18257&quot;:27449,&quot;18258&quot;:27450,&quot;18259&quot;:27451,&quot;18260&quot;:27452,&quot;18261&quot;:27453,&quot;18262&quot;:27454,&quot;18263&quot;:27455,&quot;18264&quot;:27456,&quot;18265&quot;:27457,&quot;18266&quot;:27458,&quot;18267&quot;:27459,&quot;18268&quot;:27460,&quot;18269&quot;:27461,&quot;18270&quot;:27462,&quot;18271&quot;:27463,&quot;18272&quot;:27464,&quot;18273&quot;:27465,&quot;18274&quot;:27466,&quot;18275&quot;:27467,&quot;18276&quot;:27468,&quot;18277&quot;:27469,&quot;18278&quot;:27470,&quot;18279&quot;:27471,&quot;18280&quot;:27472,&quot;18281&quot;:27473,&quot;18282&quot;:27474,&quot;18283&quot;:27475,&quot;18284&quot;:27476,&quot;18285&quot;:27477,&quot;18286&quot;:27478,&quot;18287&quot;:27479,&quot;18288&quot;:27480,&quot;18289&quot;:27481,&quot;18290&quot;:27482,&quot;18291&quot;:27483,&quot;18292&quot;:27484,&quot;18293&quot;:27485,&quot;18294&quot;:27486,&quot;18295&quot;:27487,&quot;18296&quot;:27488,&quot;18297&quot;:27489,&quot;18298&quot;:27490,&quot;18299&quot;:27491,&quot;18301&quot;:27492,&quot;18302&quot;:27493,&quot;18303&quot;:27494,&quot;18304&quot;:27495,&quot;18305&quot;:27496,&quot;18306&quot;:27497,&quot;18307&quot;:27498,&quot;18308&quot;:27499,&quot;18309&quot;:27500,&quot;18310&quot;:27501,&quot;18311&quot;:27502,&quot;18312&quot;:27503,&quot;18313&quot;:27504,&quot;18314&quot;:27505,&quot;18315&quot;:27506,&quot;18316&quot;:27507,&quot;18318&quot;:27508,&quot;18319&quot;:27509,&quot;18320&quot;:27510,&quot;18321&quot;:27511,&quot;18322&quot;:27512,&quot;18323&quot;:27513,&quot;18324&quot;:27514,&quot;18325&quot;:27515,&quot;18326&quot;:27516,&quot;18327&quot;:27517,&quot;18328&quot;:27518,&quot;18329&quot;:27519,&quot;18330&quot;:27520,&quot;18331&quot;:27521,&quot;18332&quot;:27522,&quot;18333&quot;:27523,&quot;18334&quot;:27524,&quot;18335&quot;:27525,&quot;18336&quot;:27526,&quot;18337&quot;:27527,&quot;18338&quot;:27528,&quot;18339&quot;:27529,&quot;18340&quot;:27530,&quot;18341&quot;:27531,&quot;18342&quot;:27532,&quot;18343&quot;:27533,&quot;18344&quot;:27534,&quot;18345&quot;:27535,&quot;18346&quot;:27536,&quot;18347&quot;:27537,&quot;18348&quot;:27538,&quot;18349&quot;:27539,&quot;18350&quot;:27540,&quot;18351&quot;:27541,&quot;18352&quot;:27542,&quot;18353&quot;:27543,&quot;18354&quot;:27544,&quot;18355&quot;:27545,&quot;18356&quot;:27546,&quot;18357&quot;:27547,&quot;18358&quot;:27548,&quot;18359&quot;:27549,&quot;18360&quot;:27550,&quot;18361&quot;:27551,&quot;18362&quot;:27552,&quot;18363&quot;:27553,&quot;18364&quot;:27554,&quot;18365&quot;:27555,&quot;18366&quot;:27556,&quot;18367&quot;:27557,&quot;18368&quot;:27558,&quot;18369&quot;:27559,&quot;18370&quot;:27560,&quot;18371&quot;:27561,&quot;18372&quot;:27562,&quot;18373&quot;:27563,&quot;18374&quot;:27564,&quot;18375&quot;:27565,&quot;18376&quot;:27566,&quot;18377&quot;:27567,&quot;18378&quot;:27568,&quot;18379&quot;:27569,&quot;18380&quot;:27570,&quot;18381&quot;:27571,&quot;18382&quot;:27572,&quot;18383&quot;:27573,&quot;18384&quot;:27574,&quot;18385&quot;:27575,&quot;18386&quot;:27576,&quot;18387&quot;:27577,&quot;18388&quot;:27578,&quot;18389&quot;:27579,&quot;18390&quot;:27580,&quot;18391&quot;:27581,&quot;18392&quot;:27582,&quot;18393&quot;:27583,&quot;18394&quot;:27584,&quot;18395&quot;:27585,&quot;18396&quot;:27586,&quot;18397&quot;:27587,&quot;18398&quot;:27588,&quot;18399&quot;:27589,&quot;18400&quot;:27590,&quot;18401&quot;:27591,&quot;18402&quot;:27592,&quot;18403&quot;:27593,&quot;18404&quot;:27594,&quot;18405&quot;:27595,&quot;18406&quot;:27596,&quot;18407&quot;:27597,&quot;18408&quot;:27598,&quot;18409&quot;:27599,&quot;18410&quot;:27600,&quot;18411&quot;:27601,&quot;18412&quot;:27602,&quot;18413&quot;:27603,&quot;18414&quot;:27604,&quot;18415&quot;:27605,&quot;18416&quot;:27606,&quot;18417&quot;:27607,&quot;18418&quot;:27608,&quot;18419&quot;:27609,&quot;18420&quot;:27610,&quot;18421&quot;:27611,&quot;18422&quot;:27612,&quot;18423&quot;:27613,&quot;18424&quot;:27614,&quot;18425&quot;:27615,&quot;18426&quot;:27616,&quot;18427&quot;:27617,&quot;18428&quot;:27618,&quot;18429&quot;:27619,&quot;18430&quot;:27620,&quot;18431&quot;:27621,&quot;18432&quot;:27622,&quot;18433&quot;:27623,&quot;18434&quot;:27624,&quot;18435&quot;:27625,&quot;18436&quot;:27626,&quot;18437&quot;:27627,&quot;18438&quot;:27628,&quot;18439&quot;:27629,&quot;18440&quot;:27630,&quot;18441&quot;:27631,&quot;18442&quot;:27632,&quot;18443&quot;:27633,&quot;18444&quot;:27634,&quot;18445&quot;:27635,&quot;18446&quot;:27636,&quot;18447&quot;:27637,&quot;18448&quot;:27638,&quot;18449&quot;:27639,&quot;18450&quot;:27640,&quot;18451&quot;:27641,&quot;18452&quot;:27642,&quot;18453&quot;:27643,&quot;18454&quot;:27644,&quot;18455&quot;:27645,&quot;18456&quot;:27646,&quot;18457&quot;:27647,&quot;18458&quot;:27648,&quot;18459&quot;:27649,&quot;18460&quot;:27650,&quot;18461&quot;:27651,&quot;18462&quot;:27652,&quot;18463&quot;:27653,&quot;18464&quot;:27654,&quot;18465&quot;:27655,&quot;18466&quot;:27656,&quot;18467&quot;:27657,&quot;18468&quot;:27658,&quot;18469&quot;:27659,&quot;18470&quot;:27660,&quot;18471&quot;:27661,&quot;18472&quot;:27662,&quot;18473&quot;:27663,&quot;18474&quot;:27664,&quot;18475&quot;:27665,&quot;18476&quot;:27666,&quot;18477&quot;:27667,&quot;18478&quot;:27668,&quot;18479&quot;:27669,&quot;18480&quot;:27670,&quot;18481&quot;:27671,&quot;18482&quot;:27672,&quot;18483&quot;:27673,&quot;18484&quot;:27674,&quot;18485&quot;:27675,&quot;18486&quot;:27676,&quot;18487&quot;:27677,&quot;18488&quot;:27678,&quot;18489&quot;:27679,&quot;18490&quot;:27680,&quot;18491&quot;:27681,&quot;18492&quot;:27682,&quot;18493&quot;:27683,&quot;18494&quot;:27684,&quot;18495&quot;:27685,&quot;18496&quot;:27686,&quot;18497&quot;:27687,&quot;18498&quot;:27688,&quot;18499&quot;:27689,&quot;18500&quot;:27690,&quot;18501&quot;:27691,&quot;18502&quot;:27692,&quot;18503&quot;:27693,&quot;18504&quot;:27694,&quot;18505&quot;:27695,&quot;18506&quot;:27696,&quot;18507&quot;:27697,&quot;18508&quot;:27698,&quot;18509&quot;:27699,&quot;18510&quot;:27700,&quot;18511&quot;:27701,&quot;18512&quot;:27702,&quot;18513&quot;:27703,&quot;18514&quot;:27704,&quot;18515&quot;:27705,&quot;18516&quot;:27706,&quot;18517&quot;:27707,&quot;18518&quot;:27708,&quot;18519&quot;:27709,&quot;18520&quot;:27710,&quot;18521&quot;:27711,&quot;18522&quot;:27712,&quot;18523&quot;:27713,&quot;18524&quot;:27714,&quot;18525&quot;:27715,&quot;18526&quot;:27716,&quot;18527&quot;:27717,&quot;18528&quot;:27718,&quot;18529&quot;:27719,&quot;18530&quot;:27720,&quot;18531&quot;:27721,&quot;18532&quot;:27722,&quot;18533&quot;:27723,&quot;18534&quot;:27724,&quot;18535&quot;:27725,&quot;18536&quot;:27726,&quot;18537&quot;:27727,&quot;18538&quot;:27728,&quot;18539&quot;:27729,&quot;18540&quot;:27730,&quot;18541&quot;:27731,&quot;18542&quot;:27732,&quot;18543&quot;:27733,&quot;18544&quot;:27734,&quot;18545&quot;:27735,&quot;18546&quot;:27736,&quot;18547&quot;:27737,&quot;18548&quot;:27738,&quot;18549&quot;:27739,&quot;18550&quot;:27740,&quot;18551&quot;:27741,&quot;18552&quot;:27742,&quot;18553&quot;:27743,&quot;18554&quot;:27744,&quot;18555&quot;:27745,&quot;18556&quot;:27746,&quot;18557&quot;:27747,&quot;18558&quot;:27748,&quot;18559&quot;:27749,&quot;18560&quot;:27750,&quot;18561&quot;:27751,&quot;18562&quot;:27752,&quot;18563&quot;:27753,&quot;18564&quot;:27754,&quot;18565&quot;:27755,&quot;18566&quot;:27756,&quot;18567&quot;:27757,&quot;18568&quot;:27758,&quot;18569&quot;:27759,&quot;18570&quot;:27760,&quot;18571&quot;:27761,&quot;18572&quot;:27762,&quot;18573&quot;:27763,&quot;18574&quot;:27764,&quot;18575&quot;:27765,&quot;18576&quot;:27766,&quot;18577&quot;:27767,&quot;18578&quot;:27768,&quot;18579&quot;:27769,&quot;18580&quot;:27770,&quot;18581&quot;:27771,&quot;18582&quot;:27772,&quot;18583&quot;:27773,&quot;18584&quot;:27774,&quot;18585&quot;:27775,&quot;18586&quot;:27776,&quot;18587&quot;:27777,&quot;18588&quot;:27778,&quot;18589&quot;:27779,&quot;18590&quot;:27780,&quot;18591&quot;:27781,&quot;18592&quot;:27782,&quot;18593&quot;:27783,&quot;18594&quot;:27784,&quot;18595&quot;:27785,&quot;18596&quot;:27786,&quot;18597&quot;:27787,&quot;18598&quot;:27788,&quot;18599&quot;:27789,&quot;18600&quot;:27790,&quot;18601&quot;:27791,&quot;18602&quot;:27792,&quot;18603&quot;:27793,&quot;18604&quot;:27794,&quot;18605&quot;:27795,&quot;18606&quot;:27796,&quot;18607&quot;:27797,&quot;18608&quot;:27798,&quot;18609&quot;:27799,&quot;18610&quot;:27800,&quot;18611&quot;:27801,&quot;18612&quot;:27802,&quot;18613&quot;:27803,&quot;18614&quot;:27804,&quot;18615&quot;:27805,&quot;18616&quot;:27806,&quot;18617&quot;:27807,&quot;18618&quot;:27808,&quot;18619&quot;:27809,&quot;18620&quot;:27810,&quot;18621&quot;:27811,&quot;18622&quot;:27812,&quot;18623&quot;:27813,&quot;18624&quot;:27814,&quot;18625&quot;:27815,&quot;18626&quot;:27816,&quot;18627&quot;:27817,&quot;18628&quot;:27818,&quot;18629&quot;:27819,&quot;18630&quot;:27820,&quot;18631&quot;:27821,&quot;18632&quot;:27822,&quot;18633&quot;:27823,&quot;18634&quot;:27824,&quot;18635&quot;:27825,&quot;18636&quot;:27826,&quot;18637&quot;:27827,&quot;18638&quot;:27828,&quot;18639&quot;:27829,&quot;18640&quot;:27830,&quot;18641&quot;:27831,&quot;18642&quot;:27832,&quot;18643&quot;:27833,&quot;18644&quot;:27834,&quot;18645&quot;:27835,&quot;18646&quot;:27836,&quot;18647&quot;:27837,&quot;18648&quot;:27838,&quot;18649&quot;:27839,&quot;18650&quot;:27840,&quot;18651&quot;:27841,&quot;18652&quot;:27842,&quot;18653&quot;:27843,&quot;18654&quot;:27844,&quot;18655&quot;:27845,&quot;18656&quot;:27846,&quot;18657&quot;:27847,&quot;18658&quot;:27848,&quot;18659&quot;:27849,&quot;18660&quot;:27850,&quot;18661&quot;:27851,&quot;18662&quot;:27852,&quot;18663&quot;:27853,&quot;18664&quot;:27854,&quot;18665&quot;:27855,&quot;18666&quot;:27856,&quot;18667&quot;:27857,&quot;18668&quot;:27858,&quot;18669&quot;:27859,&quot;18670&quot;:27860,&quot;18671&quot;:27861,&quot;18672&quot;:27862,&quot;18673&quot;:27863,&quot;18674&quot;:27864,&quot;18675&quot;:27865,&quot;18676&quot;:27866,&quot;18677&quot;:27867,&quot;18678&quot;:27868,&quot;18679&quot;:27869,&quot;18680&quot;:27870,&quot;18681&quot;:27871,&quot;18682&quot;:27872,&quot;18683&quot;:27873,&quot;18684&quot;:27874,&quot;18685&quot;:27875,&quot;18686&quot;:27876,&quot;18687&quot;:27877,&quot;18688&quot;:27878,&quot;18689&quot;:27879,&quot;18690&quot;:27880,&quot;18691&quot;:27881,&quot;18692&quot;:27882,&quot;18693&quot;:27883,&quot;18694&quot;:27884,&quot;18695&quot;:27885,&quot;18696&quot;:27886,&quot;18697&quot;:27887,&quot;18698&quot;:27888,&quot;18699&quot;:27889,&quot;18700&quot;:27890,&quot;18701&quot;:27891,&quot;18702&quot;:27892,&quot;18703&quot;:27893,&quot;18704&quot;:27894,&quot;18705&quot;:27895,&quot;18706&quot;:27896,&quot;18707&quot;:27897,&quot;18708&quot;:27898,&quot;18709&quot;:27899,&quot;18710&quot;:27900,&quot;18711&quot;:27901,&quot;18712&quot;:27902,&quot;18713&quot;:27903,&quot;18714&quot;:27904,&quot;18715&quot;:27905,&quot;18716&quot;:27906,&quot;18717&quot;:27907,&quot;18718&quot;:27908,&quot;18719&quot;:27909,&quot;18720&quot;:27910,&quot;18721&quot;:27911,&quot;18722&quot;:27912,&quot;18723&quot;:27913,&quot;18724&quot;:27914,&quot;18725&quot;:27915,&quot;18726&quot;:27916,&quot;18727&quot;:27917,&quot;18728&quot;:27918,&quot;18729&quot;:27919,&quot;18730&quot;:27920,&quot;18731&quot;:27921,&quot;18732&quot;:27922,&quot;18733&quot;:27923,&quot;18734&quot;:27924,&quot;18735&quot;:27925,&quot;18736&quot;:27926,&quot;18737&quot;:27927,&quot;18738&quot;:27928,&quot;18739&quot;:27929,&quot;18740&quot;:27930,&quot;18741&quot;:27931,&quot;18742&quot;:27932,&quot;18743&quot;:27933,&quot;18744&quot;:27934,&quot;18745&quot;:27935,&quot;18746&quot;:27936,&quot;18747&quot;:27937,&quot;18748&quot;:27938,&quot;18749&quot;:27939,&quot;18750&quot;:27940,&quot;18751&quot;:27941,&quot;18752&quot;:27942,&quot;18753&quot;:27943,&quot;18754&quot;:27944,&quot;18755&quot;:27945,&quot;18756&quot;:27946,&quot;18757&quot;:27947,&quot;18758&quot;:27948,&quot;18760&quot;:27949,&quot;18761&quot;:27950,&quot;18762&quot;:27951,&quot;18763&quot;:27952,&quot;18764&quot;:27953,&quot;18765&quot;:27954,&quot;18766&quot;:27955,&quot;18767&quot;:27956,&quot;18768&quot;:27957,&quot;18769&quot;:27958,&quot;18770&quot;:27959,&quot;18771&quot;:27960,&quot;18772&quot;:27961,&quot;18773&quot;:27962,&quot;18774&quot;:27963,&quot;18775&quot;:27964,&quot;18776&quot;:27965,&quot;18777&quot;:27966,&quot;18778&quot;:27967,&quot;18779&quot;:27968,&quot;18780&quot;:27969,&quot;18781&quot;:27970,&quot;18782&quot;:27971,&quot;18783&quot;:27972,&quot;18784&quot;:27973,&quot;18785&quot;:27974,&quot;18786&quot;:27975,&quot;18787&quot;:27976,&quot;18788&quot;:27977,&quot;18789&quot;:27978,&quot;18790&quot;:27979,&quot;18791&quot;:27980,&quot;18792&quot;:27981,&quot;18793&quot;:27982,&quot;18794&quot;:27983,&quot;18795&quot;:27984,&quot;18796&quot;:27985,&quot;18797&quot;:27986,&quot;18798&quot;:27987,&quot;18799&quot;:27988,&quot;18800&quot;:27989,&quot;18801&quot;:27990,&quot;18802&quot;:27991,&quot;18803&quot;:27992,&quot;18804&quot;:27993,&quot;18805&quot;:27994,&quot;18806&quot;:27995,&quot;18807&quot;:27996,&quot;18808&quot;:27997,&quot;18809&quot;:27998,&quot;18811&quot;:27999,&quot;18812&quot;:28000,&quot;18814&quot;:28001,&quot;18815&quot;:28002,&quot;18816&quot;:28003,&quot;18817&quot;:28004,&quot;18820&quot;:28005,&quot;18823&quot;:28006,&quot;18824&quot;:28007,&quot;18825&quot;:28008,&quot;18826&quot;:28009,&quot;18827&quot;:28010,&quot;18828&quot;:28011,&quot;18829&quot;:28012,&quot;18830&quot;:28013,&quot;18831&quot;:28014,&quot;18832&quot;:28015,&quot;18833&quot;:28016,&quot;18834&quot;:28017,&quot;18835&quot;:28018,&quot;18836&quot;:28019,&quot;18837&quot;:28020,&quot;18838&quot;:28021,&quot;18839&quot;:28022,&quot;18840&quot;:28023,&quot;18841&quot;:28024,&quot;18842&quot;:28025,&quot;18844&quot;:28026,&quot;18845&quot;:28027,&quot;18846&quot;:28028,&quot;18848&quot;:28029,&quot;18849&quot;:28030,&quot;18850&quot;:28031,&quot;18851&quot;:28032,&quot;18852&quot;:28033,&quot;18853&quot;:28034,&quot;18854&quot;:28035,&quot;18855&quot;:28036,&quot;18856&quot;:28037,&quot;18857&quot;:28038,&quot;18858&quot;:28039,&quot;18859&quot;:28040,&quot;18860&quot;:28041,&quot;18861&quot;:28042,&quot;18862&quot;:28043,&quot;18863&quot;:28044,&quot;18864&quot;:28045,&quot;18865&quot;:28046,&quot;18866&quot;:28047,&quot;18867&quot;:28048,&quot;18868&quot;:28049,&quot;18869&quot;:28050,&quot;18872&quot;:28051,&quot;18873&quot;:28052,&quot;18874&quot;:28053,&quot;18875&quot;:28054,&quot;18876&quot;:28055,&quot;18877&quot;:28056,&quot;18878&quot;:28057,&quot;18879&quot;:28058,&quot;18880&quot;:28059,&quot;18881&quot;:28060,&quot;18882&quot;:28061,&quot;18883&quot;:28062,&quot;18884&quot;:28063,&quot;18885&quot;:28064,&quot;18886&quot;:28065,&quot;18887&quot;:28066,&quot;18888&quot;:28067,&quot;18889&quot;:28068,&quot;18890&quot;:28069,&quot;18891&quot;:28070,&quot;18892&quot;:28071,&quot;18893&quot;:28072,&quot;18894&quot;:28073,&quot;18895&quot;:28074,&quot;18896&quot;:28075,&quot;18897&quot;:28076,&quot;18898&quot;:28077,&quot;18899&quot;:28078,&quot;18900&quot;:28079,&quot;18901&quot;:28080,&quot;18902&quot;:28081,&quot;18903&quot;:28082,&quot;18904&quot;:28083,&quot;18905&quot;:28084,&quot;18906&quot;:28085,&quot;18907&quot;:28086,&quot;18908&quot;:28087,&quot;18909&quot;:28088,&quot;18910&quot;:28089,&quot;18911&quot;:28090,&quot;18912&quot;:28091,&quot;18913&quot;:28092,&quot;18914&quot;:28093,&quot;18915&quot;:28094,&quot;18916&quot;:28095,&quot;18917&quot;:28096,&quot;18918&quot;:28097,&quot;18919&quot;:28098,&quot;18920&quot;:28099,&quot;18921&quot;:28100,&quot;18922&quot;:28101,&quot;18923&quot;:28102,&quot;18924&quot;:28103,&quot;18925&quot;:28104,&quot;18926&quot;:28105,&quot;18927&quot;:28106,&quot;18928&quot;:28107,&quot;18929&quot;:28108,&quot;18930&quot;:28109,&quot;18931&quot;:28110,&quot;18932&quot;:28111,&quot;18933&quot;:28112,&quot;18934&quot;:28113,&quot;18935&quot;:28114,&quot;18936&quot;:28115,&quot;18937&quot;:28116,&quot;18938&quot;:28117,&quot;18939&quot;:28118,&quot;18940&quot;:28119,&quot;18941&quot;:28120,&quot;18942&quot;:28121,&quot;18943&quot;:28122,&quot;18944&quot;:28123,&quot;18945&quot;:28124,&quot;18946&quot;:28125,&quot;18947&quot;:28126,&quot;18948&quot;:28127,&quot;18949&quot;:28128,&quot;18950&quot;:28129,&quot;18951&quot;:28130,&quot;18952&quot;:28131,&quot;18953&quot;:28132,&quot;18954&quot;:28133,&quot;18955&quot;:28134,&quot;18956&quot;:28135,&quot;18957&quot;:28136,&quot;18958&quot;:28137,&quot;18959&quot;:28138,&quot;18960&quot;:28139,&quot;18961&quot;:28140,&quot;18962&quot;:28141,&quot;18963&quot;:28142,&quot;18964&quot;:28143,&quot;18965&quot;:28144,&quot;18966&quot;:28145,&quot;18967&quot;:28146,&quot;18968&quot;:28147,&quot;18969&quot;:28148,&quot;18970&quot;:28149,&quot;18971&quot;:28150,&quot;18972&quot;:28151,&quot;18973&quot;:28152,&quot;18974&quot;:28153,&quot;18975&quot;:28154,&quot;18976&quot;:28155,&quot;18977&quot;:28156,&quot;18978&quot;:28157,&quot;18979&quot;:28158,&quot;18980&quot;:28159,&quot;18981&quot;:28160,&quot;18982&quot;:28161,&quot;18983&quot;:28162,&quot;18984&quot;:28163,&quot;18985&quot;:28164,&quot;18986&quot;:28165,&quot;18987&quot;:28166,&quot;18988&quot;:28167,&quot;18989&quot;:28168,&quot;18990&quot;:28169,&quot;18991&quot;:28170,&quot;18992&quot;:28171,&quot;18993&quot;:28172,&quot;18994&quot;:28173,&quot;18995&quot;:28174,&quot;18996&quot;:28175,&quot;18997&quot;:28176,&quot;18998&quot;:28177,&quot;18999&quot;:28178,&quot;19000&quot;:28179,&quot;19001&quot;:28180,&quot;19002&quot;:28181,&quot;19003&quot;:28182,&quot;19004&quot;:28183,&quot;19005&quot;:28184,&quot;19006&quot;:28185,&quot;19007&quot;:28186,&quot;19008&quot;:28187,&quot;19009&quot;:28188,&quot;19010&quot;:28189,&quot;19011&quot;:28190,&quot;19012&quot;:28191,&quot;19013&quot;:28192,&quot;19014&quot;:28193,&quot;19015&quot;:28194,&quot;19016&quot;:28195,&quot;19017&quot;:28196,&quot;19018&quot;:28197,&quot;19019&quot;:28198,&quot;19020&quot;:28199,&quot;19021&quot;:28200,&quot;19022&quot;:28201,&quot;19023&quot;:28202,&quot;19024&quot;:28203,&quot;19025&quot;:28204,&quot;19026&quot;:28205,&quot;19027&quot;:28206,&quot;19028&quot;:28207,&quot;19029&quot;:28208,&quot;19030&quot;:28209,&quot;19031&quot;:28210,&quot;19032&quot;:28211,&quot;19033&quot;:28212,&quot;19034&quot;:28213,&quot;19035&quot;:28214,&quot;19036&quot;:28215,&quot;19037&quot;:28216,&quot;19038&quot;:28217,&quot;19039&quot;:28218,&quot;19040&quot;:28219,&quot;19041&quot;:28220,&quot;19042&quot;:28221,&quot;19043&quot;:28222,&quot;19044&quot;:28223,&quot;19045&quot;:28224,&quot;19046&quot;:28225,&quot;19047&quot;:28226,&quot;19048&quot;:28227,&quot;19049&quot;:28228,&quot;19050&quot;:28229,&quot;19051&quot;:28230,&quot;19052&quot;:28231,&quot;19053&quot;:28232,&quot;19054&quot;:28233,&quot;19055&quot;:28234,&quot;19056&quot;:28235,&quot;19057&quot;:28236,&quot;19058&quot;:28237,&quot;19059&quot;:28238,&quot;19060&quot;:28239,&quot;19061&quot;:28240,&quot;19062&quot;:28241,&quot;19063&quot;:28242,&quot;19064&quot;:28243,&quot;19065&quot;:28244,&quot;19066&quot;:28245,&quot;19067&quot;:28246,&quot;19068&quot;:28247,&quot;19069&quot;:28248,&quot;19070&quot;:28249,&quot;19071&quot;:28250,&quot;19072&quot;:28251,&quot;19073&quot;:28252,&quot;19074&quot;:28253,&quot;19075&quot;:28254,&quot;19076&quot;:28255,&quot;19077&quot;:28256,&quot;19078&quot;:28257,&quot;19079&quot;:28258,&quot;19080&quot;:28259,&quot;19081&quot;:28260,&quot;19082&quot;:28261,&quot;19083&quot;:28262,&quot;19084&quot;:28263,&quot;19085&quot;:28264,&quot;19086&quot;:28265,&quot;19087&quot;:28266,&quot;19088&quot;:28267,&quot;19089&quot;:28268,&quot;19090&quot;:28269,&quot;19091&quot;:28270,&quot;19092&quot;:28271,&quot;19093&quot;:28272,&quot;19094&quot;:28273,&quot;19095&quot;:28274,&quot;19096&quot;:28275,&quot;19097&quot;:28276,&quot;19098&quot;:28277,&quot;19099&quot;:28278,&quot;19100&quot;:28279,&quot;19101&quot;:28280,&quot;19102&quot;:28281,&quot;19103&quot;:28282,&quot;19104&quot;:28283,&quot;19105&quot;:28284,&quot;19106&quot;:28285,&quot;19107&quot;:28286,&quot;19108&quot;:28287,&quot;19109&quot;:28288,&quot;19110&quot;:28289,&quot;19111&quot;:28290,&quot;19112&quot;:28291,&quot;19113&quot;:28292,&quot;19114&quot;:28293,&quot;19115&quot;:28294,&quot;19116&quot;:28295,&quot;19117&quot;:28296,&quot;19118&quot;:28297,&quot;19119&quot;:28298,&quot;19120&quot;:28299,&quot;19121&quot;:28300,&quot;19122&quot;:28301,&quot;19123&quot;:28302,&quot;19124&quot;:28303,&quot;19125&quot;:28304,&quot;19126&quot;:28305,&quot;19127&quot;:28306,&quot;19128&quot;:28307,&quot;19129&quot;:28308,&quot;19130&quot;:28309,&quot;19131&quot;:28310,&quot;19132&quot;:28311,&quot;19133&quot;:28312,&quot;19134&quot;:28313,&quot;19135&quot;:28314,&quot;19136&quot;:28315,&quot;19137&quot;:28316,&quot;19138&quot;:28317,&quot;19139&quot;:28318,&quot;19140&quot;:28319,&quot;19141&quot;:28320,&quot;19142&quot;:28321,&quot;19143&quot;:28322,&quot;19144&quot;:28323,&quot;19145&quot;:28324,&quot;19146&quot;:28325,&quot;19147&quot;:28326,&quot;19148&quot;:28327,&quot;19149&quot;:28328,&quot;19150&quot;:28329,&quot;19151&quot;:28330,&quot;19152&quot;:28331,&quot;19153&quot;:28332,&quot;19154&quot;:28333,&quot;19155&quot;:28334,&quot;19156&quot;:28335,&quot;19157&quot;:28336,&quot;19158&quot;:28337,&quot;19159&quot;:28338,&quot;19160&quot;:28339,&quot;19161&quot;:28340,&quot;19162&quot;:28341,&quot;19163&quot;:28342,&quot;19164&quot;:28343,&quot;19165&quot;:28344,&quot;19166&quot;:28345,&quot;19167&quot;:28346,&quot;19168&quot;:28347,&quot;19169&quot;:28348,&quot;19170&quot;:28349,&quot;19171&quot;:28350,&quot;19172&quot;:28351,&quot;19173&quot;:28352,&quot;19174&quot;:28353,&quot;19175&quot;:28354,&quot;19176&quot;:28355,&quot;19177&quot;:28356,&quot;19178&quot;:28357,&quot;19179&quot;:28358,&quot;19180&quot;:28359,&quot;19181&quot;:28360,&quot;19182&quot;:28361,&quot;19183&quot;:28362,&quot;19184&quot;:28363,&quot;19185&quot;:28364,&quot;19186&quot;:28365,&quot;19187&quot;:28366,&quot;19188&quot;:28367,&quot;19189&quot;:28368,&quot;19190&quot;:28369,&quot;19191&quot;:28370,&quot;19192&quot;:28371,&quot;19193&quot;:28372,&quot;19194&quot;:28373,&quot;19195&quot;:28374,&quot;19196&quot;:28375,&quot;19197&quot;:28376,&quot;19198&quot;:28377,&quot;19199&quot;:28378,&quot;19200&quot;:28379,&quot;19201&quot;:28380,&quot;19202&quot;:28381,&quot;19203&quot;:28382,&quot;19204&quot;:28383,&quot;19205&quot;:28384,&quot;19206&quot;:28385,&quot;19207&quot;:28386,&quot;19208&quot;:28387,&quot;19209&quot;:28388,&quot;19210&quot;:28389,&quot;19211&quot;:28390,&quot;19212&quot;:28391,&quot;19213&quot;:28392,&quot;19214&quot;:28393,&quot;19215&quot;:28394,&quot;19216&quot;:28395,&quot;19217&quot;:28396,&quot;19218&quot;:28397,&quot;19219&quot;:28398,&quot;19220&quot;:28399,&quot;19221&quot;:28400,&quot;19222&quot;:28401,&quot;19223&quot;:28402,&quot;19224&quot;:28403,&quot;19225&quot;:28404,&quot;19226&quot;:28405,&quot;19227&quot;:28406,&quot;19228&quot;:28407,&quot;19229&quot;:28408,&quot;19230&quot;:28409,&quot;19231&quot;:28410,&quot;19232&quot;:28411,&quot;19233&quot;:28412,&quot;19234&quot;:28413,&quot;19235&quot;:28414,&quot;19236&quot;:28415,&quot;19237&quot;:28416,&quot;19238&quot;:28417,&quot;19239&quot;:28418,&quot;19240&quot;:28419,&quot;19241&quot;:28420,&quot;19242&quot;:28421,&quot;19243&quot;:28422,&quot;19244&quot;:28423,&quot;19245&quot;:28424,&quot;19246&quot;:28425,&quot;19247&quot;:28426,&quot;19248&quot;:28427,&quot;19249&quot;:28428,&quot;19250&quot;:28429,&quot;19251&quot;:28430,&quot;19252&quot;:28431,&quot;19253&quot;:28432,&quot;19254&quot;:28433,&quot;19255&quot;:28434,&quot;19256&quot;:28435,&quot;19257&quot;:28436,&quot;19258&quot;:28437,&quot;19259&quot;:28438,&quot;19260&quot;:28439,&quot;19261&quot;:28440,&quot;19262&quot;:28441,&quot;19263&quot;:28442,&quot;19264&quot;:28443,&quot;19265&quot;:28444,&quot;19266&quot;:28445,&quot;19267&quot;:28446,&quot;19268&quot;:28447,&quot;19269&quot;:28448,&quot;19270&quot;:28449,&quot;19271&quot;:28450,&quot;19272&quot;:28451,&quot;19273&quot;:28452,&quot;19274&quot;:28453,&quot;19275&quot;:28454,&quot;19276&quot;:28455,&quot;19277&quot;:28456,&quot;19278&quot;:28457,&quot;19279&quot;:28458,&quot;19280&quot;:28459,&quot;19281&quot;:28460,&quot;19282&quot;:28461,&quot;19283&quot;:28462,&quot;19284&quot;:28463,&quot;19285&quot;:28464,&quot;19286&quot;:28465,&quot;19287&quot;:28466,&quot;19288&quot;:28467,&quot;19289&quot;:28468,&quot;19290&quot;:28469,&quot;19291&quot;:28470,&quot;19292&quot;:28471,&quot;19293&quot;:28472,&quot;19294&quot;:28473,&quot;19295&quot;:28474,&quot;19296&quot;:28475,&quot;19297&quot;:28476,&quot;19298&quot;:28477,&quot;19299&quot;:28478,&quot;19300&quot;:28479,&quot;19301&quot;:28480,&quot;19302&quot;:28481,&quot;19303&quot;:28482,&quot;19304&quot;:28483,&quot;19305&quot;:28484,&quot;19306&quot;:28485,&quot;19307&quot;:28486,&quot;19308&quot;:28487,&quot;19309&quot;:28488,&quot;19310&quot;:28489,&quot;19311&quot;:28490,&quot;19312&quot;:28491,&quot;19313&quot;:28492,&quot;19314&quot;:28493,&quot;19315&quot;:28494,&quot;19316&quot;:28495,&quot;19317&quot;:28496,&quot;19318&quot;:28497,&quot;19319&quot;:28498,&quot;19320&quot;:28499,&quot;19321&quot;:28500,&quot;19322&quot;:28501,&quot;19323&quot;:28502,&quot;19324&quot;:28503,&quot;19325&quot;:28504,&quot;19326&quot;:28505,&quot;19327&quot;:28506,&quot;19328&quot;:28507,&quot;19329&quot;:28508,&quot;19330&quot;:28509,&quot;19331&quot;:28510,&quot;19332&quot;:28511,&quot;19333&quot;:28512,&quot;19334&quot;:28513,&quot;19335&quot;:28514,&quot;19336&quot;:28515,&quot;19337&quot;:28516,&quot;19338&quot;:28517,&quot;19339&quot;:28518,&quot;19340&quot;:28519,&quot;19341&quot;:28520,&quot;19342&quot;:28521,&quot;19343&quot;:28522,&quot;19344&quot;:28523,&quot;19345&quot;:28524,&quot;19346&quot;:28525,&quot;19347&quot;:28526,&quot;19348&quot;:28527,&quot;19349&quot;:28528,&quot;19350&quot;:28529,&quot;19351&quot;:28530,&quot;19352&quot;:28531,&quot;19353&quot;:28532,&quot;19354&quot;:28533,&quot;19355&quot;:28534,&quot;19356&quot;:28535,&quot;19357&quot;:28536,&quot;19358&quot;:28537,&quot;19359&quot;:28538,&quot;19360&quot;:28539,&quot;19361&quot;:28540,&quot;19362&quot;:28541,&quot;19363&quot;:28542,&quot;19364&quot;:28543,&quot;19365&quot;:28544,&quot;19366&quot;:28545,&quot;19367&quot;:28546,&quot;19368&quot;:28547,&quot;19369&quot;:28548,&quot;19370&quot;:28549,&quot;19371&quot;:28550,&quot;19372&quot;:28551,&quot;19373&quot;:28552,&quot;19374&quot;:28553,&quot;19375&quot;:28554,&quot;19376&quot;:28555,&quot;19377&quot;:28556,&quot;19378&quot;:28557,&quot;19379&quot;:28558,&quot;19380&quot;:28559,&quot;19381&quot;:28560,&quot;19382&quot;:28561,&quot;19383&quot;:28562,&quot;19384&quot;:28563,&quot;19385&quot;:28564,&quot;19386&quot;:28565,&quot;19387&quot;:28566,&quot;19388&quot;:28567,&quot;19389&quot;:28568,&quot;19390&quot;:28569,&quot;19391&quot;:28570,&quot;19392&quot;:28571,&quot;19393&quot;:28572,&quot;19394&quot;:28573,&quot;19395&quot;:28574,&quot;19396&quot;:28575,&quot;19397&quot;:28576,&quot;19398&quot;:28577,&quot;19399&quot;:28578,&quot;19400&quot;:28579,&quot;19401&quot;:28580,&quot;19402&quot;:28581,&quot;19403&quot;:28582,&quot;19404&quot;:28583,&quot;19405&quot;:28584,&quot;19406&quot;:28585,&quot;19407&quot;:28586,&quot;19408&quot;:28587,&quot;19409&quot;:28588,&quot;19410&quot;:28589,&quot;19411&quot;:28590,&quot;19412&quot;:28591,&quot;19413&quot;:28592,&quot;19414&quot;:28593,&quot;19415&quot;:28594,&quot;19416&quot;:28595,&quot;19417&quot;:28596,&quot;19418&quot;:28597,&quot;19419&quot;:28598,&quot;19420&quot;:28599,&quot;19421&quot;:28600,&quot;19422&quot;:28601,&quot;19423&quot;:28602,&quot;19424&quot;:28603,&quot;19425&quot;:28604,&quot;19426&quot;:28605,&quot;19427&quot;:28606,&quot;19428&quot;:28607,&quot;19429&quot;:28608,&quot;19430&quot;:28609,&quot;19431&quot;:28610,&quot;19432&quot;:28611,&quot;19433&quot;:28612,&quot;19434&quot;:28613,&quot;19435&quot;:28614,&quot;19436&quot;:28615,&quot;19437&quot;:28616,&quot;19438&quot;:28617,&quot;19439&quot;:28618,&quot;19440&quot;:28619,&quot;19441&quot;:28620,&quot;19442&quot;:28621,&quot;19443&quot;:28622,&quot;19444&quot;:28623,&quot;19445&quot;:28624,&quot;19446&quot;:28625,&quot;19447&quot;:28626,&quot;19448&quot;:28627,&quot;19449&quot;:28628,&quot;19450&quot;:28629,&quot;19451&quot;:28630,&quot;19452&quot;:28631,&quot;19453&quot;:28632,&quot;19454&quot;:28633,&quot;19455&quot;:28634,&quot;19456&quot;:28635,&quot;19457&quot;:28636,&quot;19458&quot;:28637,&quot;19459&quot;:28638,&quot;19460&quot;:28639,&quot;19461&quot;:28640,&quot;19462&quot;:28641,&quot;19463&quot;:28642,&quot;19464&quot;:28643,&quot;19465&quot;:28644,&quot;19466&quot;:28645,&quot;19467&quot;:28646,&quot;19468&quot;:28647,&quot;19469&quot;:28648,&quot;19470&quot;:28649,&quot;19471&quot;:28650,&quot;19472&quot;:28651,&quot;19473&quot;:28652,&quot;19474&quot;:28653,&quot;19475&quot;:28654,&quot;19476&quot;:28655,&quot;19477&quot;:28656,&quot;19478&quot;:28657,&quot;19479&quot;:28658,&quot;19480&quot;:28659,&quot;19481&quot;:28660,&quot;19482&quot;:28661,&quot;19483&quot;:28662,&quot;19484&quot;:28663,&quot;19485&quot;:28664,&quot;19486&quot;:28665,&quot;19487&quot;:28666,&quot;19488&quot;:28667,&quot;19489&quot;:28668,&quot;19490&quot;:28669,&quot;19491&quot;:28670,&quot;19492&quot;:28671,&quot;19493&quot;:28672,&quot;19494&quot;:28673,&quot;19495&quot;:28674,&quot;19496&quot;:28675,&quot;19497&quot;:28676,&quot;19498&quot;:28677,&quot;19499&quot;:28678,&quot;19500&quot;:28679,&quot;19501&quot;:28680,&quot;19502&quot;:28681,&quot;19503&quot;:28682,&quot;19504&quot;:28683,&quot;19505&quot;:28684,&quot;19506&quot;:28685,&quot;19507&quot;:28686,&quot;19508&quot;:28687,&quot;19509&quot;:28688,&quot;19510&quot;:28689,&quot;19511&quot;:28690,&quot;19512&quot;:28691,&quot;19513&quot;:28692,&quot;19514&quot;:28693,&quot;19515&quot;:28694,&quot;19516&quot;:28695,&quot;19517&quot;:28696,&quot;19518&quot;:28697,&quot;19519&quot;:28698,&quot;19520&quot;:28699,&quot;19521&quot;:28700,&quot;19522&quot;:28701,&quot;19523&quot;:28702,&quot;19524&quot;:28703,&quot;19525&quot;:28704,&quot;19526&quot;:28705,&quot;19527&quot;:28706,&quot;19528&quot;:28707,&quot;19529&quot;:28708,&quot;19530&quot;:28709,&quot;19531&quot;:28710,&quot;19532&quot;:28711,&quot;19533&quot;:28712,&quot;19534&quot;:28713,&quot;19535&quot;:28714,&quot;19536&quot;:28715,&quot;19537&quot;:28716,&quot;19538&quot;:28717,&quot;19539&quot;:28718,&quot;19540&quot;:28719,&quot;19541&quot;:28720,&quot;19542&quot;:28721,&quot;19543&quot;:28722,&quot;19544&quot;:28723,&quot;19545&quot;:28724,&quot;19546&quot;:28725,&quot;19547&quot;:28726,&quot;19548&quot;:28727,&quot;19549&quot;:28728,&quot;19550&quot;:28729,&quot;19551&quot;:28730,&quot;19552&quot;:28731,&quot;19553&quot;:28732,&quot;19554&quot;:28733,&quot;19555&quot;:28734,&quot;19556&quot;:28735,&quot;19557&quot;:28736,&quot;19558&quot;:28737,&quot;19559&quot;:28738,&quot;19560&quot;:28739,&quot;19561&quot;:28740,&quot;19562&quot;:28741,&quot;19563&quot;:28742,&quot;19564&quot;:28743,&quot;19565&quot;:28744,&quot;19566&quot;:28745,&quot;19567&quot;:28746,&quot;19568&quot;:28747,&quot;19569&quot;:28748,&quot;19570&quot;:28749,&quot;19571&quot;:28750,&quot;19572&quot;:28751,&quot;19573&quot;:28752,&quot;19574&quot;:28753,&quot;19576&quot;:28754,&quot;19577&quot;:28755,&quot;19578&quot;:28756,&quot;19579&quot;:28757,&quot;19580&quot;:28758,&quot;19581&quot;:28759,&quot;19582&quot;:28760,&quot;19583&quot;:28761,&quot;19584&quot;:28762,&quot;19585&quot;:28763,&quot;19586&quot;:28764,&quot;19587&quot;:28765,&quot;19588&quot;:28766,&quot;19589&quot;:28767,&quot;19590&quot;:28768,&quot;19591&quot;:28769,&quot;19592&quot;:28770,&quot;19593&quot;:28771,&quot;19594&quot;:28772,&quot;19595&quot;:28773,&quot;19596&quot;:28774,&quot;19597&quot;:28775,&quot;19598&quot;:28776,&quot;19599&quot;:28777,&quot;19600&quot;:28778,&quot;19601&quot;:28779,&quot;19602&quot;:28780,&quot;19603&quot;:28781,&quot;19604&quot;:28782,&quot;19605&quot;:28783,&quot;19606&quot;:28784,&quot;19607&quot;:28785,&quot;19608&quot;:28786,&quot;19609&quot;:28787,&quot;19610&quot;:28788,&quot;19611&quot;:28789,&quot;19612&quot;:28790,&quot;19613&quot;:28791,&quot;19614&quot;:28792,&quot;19620&quot;:28793,&quot;19621&quot;:28794,&quot;19622&quot;:28795,&quot;19623&quot;:28796,&quot;19624&quot;:28797,&quot;19625&quot;:28798,&quot;19626&quot;:28799,&quot;19627&quot;:28800,&quot;19628&quot;:28801,&quot;19629&quot;:28802,&quot;19630&quot;:28803,&quot;19631&quot;:28804,&quot;19632&quot;:28805,&quot;19633&quot;:28806,&quot;19634&quot;:28807,&quot;19635&quot;:28808,&quot;19636&quot;:28809,&quot;19637&quot;:28810,&quot;19638&quot;:28811,&quot;19639&quot;:28812,&quot;19640&quot;:28813,&quot;19641&quot;:28814,&quot;19642&quot;:28815,&quot;19643&quot;:28816,&quot;19644&quot;:28817,&quot;19645&quot;:28818,&quot;19646&quot;:28819,&quot;19647&quot;:28820,&quot;19648&quot;:28821,&quot;19649&quot;:28822,&quot;19650&quot;:28823,&quot;19651&quot;:28824,&quot;19652&quot;:28825,&quot;19653&quot;:28826,&quot;19654&quot;:28827,&quot;19655&quot;:28828,&quot;19656&quot;:28829,&quot;19657&quot;:28830,&quot;19658&quot;:28831,&quot;19659&quot;:28832,&quot;19660&quot;:28833,&quot;19661&quot;:28834,&quot;19662&quot;:28835,&quot;19663&quot;:28836,&quot;19664&quot;:28837,&quot;19665&quot;:28838,&quot;19666&quot;:28839,&quot;19667&quot;:28840,&quot;19668&quot;:28841,&quot;19669&quot;:28842,&quot;19670&quot;:28843,&quot;19671&quot;:28844,&quot;19672&quot;:28845,&quot;19673&quot;:28846,&quot;19674&quot;:28847,&quot;19675&quot;:28848,&quot;19676&quot;:28849,&quot;19677&quot;:28850,&quot;19678&quot;:28851,&quot;19679&quot;:28852,&quot;19680&quot;:28853,&quot;19681&quot;:28854,&quot;19682&quot;:28855,&quot;19683&quot;:28856,&quot;19684&quot;:28857,&quot;19685&quot;:28858,&quot;19686&quot;:28859,&quot;19687&quot;:28860,&quot;19688&quot;:28861,&quot;19689&quot;:28862,&quot;19690&quot;:28863,&quot;19691&quot;:28864,&quot;19692&quot;:28865,&quot;19693&quot;:28866,&quot;19694&quot;:28867,&quot;19695&quot;:28868,&quot;19696&quot;:28869,&quot;19697&quot;:28870,&quot;19698&quot;:28871,&quot;19699&quot;:28872,&quot;19700&quot;:28873,&quot;19701&quot;:28874,&quot;19702&quot;:28875,&quot;19703&quot;:28876,&quot;19704&quot;:28877,&quot;19705&quot;:28878,&quot;19706&quot;:28879,&quot;19707&quot;:28880,&quot;19708&quot;:28881,&quot;19709&quot;:28882,&quot;19710&quot;:28883,&quot;19711&quot;:28884,&quot;19712&quot;:28885,&quot;19713&quot;:28886,&quot;19714&quot;:28887,&quot;19715&quot;:28888,&quot;19716&quot;:28889,&quot;19717&quot;:28890,&quot;19718&quot;:28891,&quot;19719&quot;:28892,&quot;19720&quot;:28893,&quot;19721&quot;:28894,&quot;19722&quot;:28895,&quot;19723&quot;:28896,&quot;19724&quot;:28897,&quot;19725&quot;:28898,&quot;19726&quot;:28899,&quot;19727&quot;:28900,&quot;19728&quot;:28901,&quot;19729&quot;:28902,&quot;19730&quot;:28903,&quot;19738&quot;:28904,&quot;19739&quot;:28905,&quot;19740&quot;:28906,&quot;19741&quot;:28907,&quot;19742&quot;:28908,&quot;19743&quot;:28909,&quot;19744&quot;:28910,&quot;19745&quot;:28911,&quot;19746&quot;:28912,&quot;19747&quot;:28913,&quot;19748&quot;:28914,&quot;19749&quot;:28915,&quot;19750&quot;:28916,&quot;19751&quot;:28917,&quot;19752&quot;:28918,&quot;19753&quot;:28919,&quot;19754&quot;:28920,&quot;19755&quot;:28921,&quot;19756&quot;:28922,&quot;19757&quot;:28923,&quot;19758&quot;:28924,&quot;19759&quot;:28925,&quot;19760&quot;:28926,&quot;19761&quot;:28927,&quot;19762&quot;:28928,&quot;19763&quot;:28929,&quot;19764&quot;:28930,&quot;19765&quot;:28931,&quot;19766&quot;:28932,&quot;19767&quot;:28933,&quot;19768&quot;:28934,&quot;19769&quot;:28935,&quot;19770&quot;:28936,&quot;19771&quot;:28937,&quot;19772&quot;:28938,&quot;19773&quot;:28939,&quot;19774&quot;:28940,&quot;19775&quot;:28941,&quot;19776&quot;:28942,&quot;19777&quot;:28943,&quot;19778&quot;:28944,&quot;19779&quot;:28945,&quot;19780&quot;:28946,&quot;19781&quot;:28947,&quot;19782&quot;:28948,&quot;19783&quot;:28949,&quot;19784&quot;:28950,&quot;19785&quot;:28951,&quot;19786&quot;:28952,&quot;19787&quot;:28953,&quot;19788&quot;:28954,&quot;19789&quot;:28955,&quot;19790&quot;:28956,&quot;19791&quot;:28957,&quot;19792&quot;:28958,&quot;19793&quot;:28959,&quot;19794&quot;:28960,&quot;19795&quot;:28961,&quot;19796&quot;:28962,&quot;19797&quot;:28963,&quot;19798&quot;:28964,&quot;19799&quot;:28965,&quot;19800&quot;:28966,&quot;19801&quot;:28967,&quot;19802&quot;:28968,&quot;19803&quot;:28969,&quot;19804&quot;:28970,&quot;19805&quot;:28971,&quot;19806&quot;:28972,&quot;19807&quot;:28973,&quot;19808&quot;:28974,&quot;19809&quot;:28975,&quot;19810&quot;:28976,&quot;19811&quot;:28977,&quot;19812&quot;:28978,&quot;19813&quot;:28979,&quot;19814&quot;:28980,&quot;19815&quot;:28981,&quot;19816&quot;:28982,&quot;19817&quot;:28983,&quot;19818&quot;:28984,&quot;19819&quot;:28985,&quot;19820&quot;:28986,&quot;19821&quot;:28987,&quot;19822&quot;:28988,&quot;19823&quot;:28989,&quot;19824&quot;:28990,&quot;19825&quot;:28991,&quot;19826&quot;:28992,&quot;19827&quot;:28993,&quot;19828&quot;:28994,&quot;19829&quot;:28995,&quot;19830&quot;:28996,&quot;19831&quot;:28997,&quot;19832&quot;:28998,&quot;19833&quot;:28999,&quot;19834&quot;:29000,&quot;19835&quot;:29001,&quot;19836&quot;:29002,&quot;19837&quot;:29003,&quot;19838&quot;:29004,&quot;19839&quot;:29005,&quot;19840&quot;:29006,&quot;19841&quot;:29007,&quot;19842&quot;:29008,&quot;19843&quot;:29009,&quot;19844&quot;:29010,&quot;19845&quot;:29011,&quot;19846&quot;:29012,&quot;19847&quot;:29013,&quot;19848&quot;:29014,&quot;19849&quot;:29015,&quot;19850&quot;:29016,&quot;19851&quot;:29017,&quot;19852&quot;:29018,&quot;19853&quot;:29019,&quot;19854&quot;:29020,&quot;19855&quot;:29021,&quot;19856&quot;:29022,&quot;19857&quot;:29023,&quot;19858&quot;:29024,&quot;19859&quot;:29025,&quot;19860&quot;:29026,&quot;19861&quot;:29027,&quot;19862&quot;:29028,&quot;19863&quot;:29029,&quot;19864&quot;:29030,&quot;19865&quot;:29031,&quot;19866&quot;:29032,&quot;19867&quot;:29033,&quot;19868&quot;:29034,&quot;19869&quot;:29035,&quot;19870&quot;:29036,&quot;19871&quot;:29037,&quot;19872&quot;:29038,&quot;19873&quot;:29039,&quot;19874&quot;:29040,&quot;19875&quot;:29041,&quot;19876&quot;:29042,&quot;19877&quot;:29043,&quot;19878&quot;:29044,&quot;19879&quot;:29045,&quot;19880&quot;:29046,&quot;19881&quot;:29047,&quot;19882&quot;:29048,&quot;19883&quot;:29049,&quot;19884&quot;:29050,&quot;19885&quot;:29051,&quot;19887&quot;:29052,&quot;19888&quot;:29053,&quot;19889&quot;:29054,&quot;19890&quot;:29055,&quot;19891&quot;:29056,&quot;19892&quot;:29057,&quot;19893&quot;:29058,&quot;40960&quot;:29064,&quot;40961&quot;:29065,&quot;40962&quot;:29066,&quot;40963&quot;:29067,&quot;40964&quot;:29068,&quot;40965&quot;:29069,&quot;40966&quot;:29070,&quot;40967&quot;:29071,&quot;40968&quot;:29072,&quot;40969&quot;:29073,&quot;40970&quot;:29074,&quot;40971&quot;:29075,&quot;40972&quot;:29076,&quot;40973&quot;:29077,&quot;40974&quot;:29078,&quot;40975&quot;:29079,&quot;40976&quot;:29080,&quot;40977&quot;:29081,&quot;40978&quot;:29082,&quot;40979&quot;:29083,&quot;40980&quot;:29084,&quot;40981&quot;:29085,&quot;40982&quot;:29086,&quot;40983&quot;:29087,&quot;40984&quot;:29088,&quot;40985&quot;:29089,&quot;40986&quot;:29090,&quot;40987&quot;:29091,&quot;40988&quot;:29092,&quot;40989&quot;:29093,&quot;40990&quot;:29094,&quot;40991&quot;:29095,&quot;40992&quot;:29096,&quot;40993&quot;:29097,&quot;40994&quot;:29098,&quot;40995&quot;:29099,&quot;40996&quot;:29100,&quot;40997&quot;:29101,&quot;40998&quot;:29102,&quot;40999&quot;:29103,&quot;41000&quot;:29104,&quot;41001&quot;:29105,&quot;41002&quot;:29106,&quot;41003&quot;:29107,&quot;41004&quot;:29108,&quot;41005&quot;:29109,&quot;41006&quot;:29110,&quot;41007&quot;:29111,&quot;41008&quot;:29112,&quot;41009&quot;:29113,&quot;41010&quot;:29114,&quot;41011&quot;:29115,&quot;41012&quot;:29116,&quot;41013&quot;:29117,&quot;41014&quot;:29118,&quot;41015&quot;:29119,&quot;41016&quot;:29120,&quot;41017&quot;:29121,&quot;41018&quot;:29122,&quot;41019&quot;:29123,&quot;41020&quot;:29124,&quot;41021&quot;:29125,&quot;41022&quot;:29126,&quot;41023&quot;:29127,&quot;41024&quot;:29128,&quot;41025&quot;:29129,&quot;41026&quot;:29130,&quot;41027&quot;:29131,&quot;41028&quot;:29132,&quot;41029&quot;:29133,&quot;41030&quot;:29134,&quot;41031&quot;:29135,&quot;41032&quot;:29136,&quot;41033&quot;:29137,&quot;41034&quot;:29138,&quot;41035&quot;:29139,&quot;41036&quot;:29140,&quot;41037&quot;:29141,&quot;41038&quot;:29142,&quot;41039&quot;:29143,&quot;41040&quot;:29144,&quot;41041&quot;:29145,&quot;41042&quot;:29146,&quot;41043&quot;:29147,&quot;41044&quot;:29148,&quot;41045&quot;:29149,&quot;41046&quot;:29150,&quot;41047&quot;:29151,&quot;41048&quot;:29152,&quot;41049&quot;:29153,&quot;41050&quot;:29154,&quot;41051&quot;:29155,&quot;41052&quot;:29156,&quot;41053&quot;:29157,&quot;41054&quot;:29158,&quot;41055&quot;:29159,&quot;41056&quot;:29160,&quot;41057&quot;:29161,&quot;41058&quot;:29162,&quot;41059&quot;:29163,&quot;41060&quot;:29164,&quot;41061&quot;:29165,&quot;41062&quot;:29166,&quot;41063&quot;:29167,&quot;41064&quot;:29168,&quot;41065&quot;:29169,&quot;41066&quot;:29170,&quot;41067&quot;:29171,&quot;41068&quot;:29172,&quot;41069&quot;:29173,&quot;41070&quot;:29174,&quot;41071&quot;:29175,&quot;41072&quot;:29176,&quot;41073&quot;:29177,&quot;41074&quot;:29178,&quot;41075&quot;:29179,&quot;41076&quot;:29180,&quot;41077&quot;:29181,&quot;41078&quot;:29182,&quot;41079&quot;:29183,&quot;41080&quot;:29184,&quot;41081&quot;:29185,&quot;41082&quot;:29186,&quot;41083&quot;:29187,&quot;41084&quot;:29188,&quot;41085&quot;:29189,&quot;41086&quot;:29190,&quot;41087&quot;:29191,&quot;41088&quot;:29192,&quot;41089&quot;:29193,&quot;41090&quot;:29194,&quot;41091&quot;:29195,&quot;41092&quot;:29196,&quot;41093&quot;:29197,&quot;41094&quot;:29198,&quot;41095&quot;:29199,&quot;41096&quot;:29200,&quot;41097&quot;:29201,&quot;41098&quot;:29202,&quot;41099&quot;:29203,&quot;41100&quot;:29204,&quot;41101&quot;:29205,&quot;41102&quot;:29206,&quot;41103&quot;:29207,&quot;41104&quot;:29208,&quot;41105&quot;:29209,&quot;41106&quot;:29210,&quot;41107&quot;:29211,&quot;41108&quot;:29212,&quot;41109&quot;:29213,&quot;41110&quot;:29214,&quot;41111&quot;:29215,&quot;41112&quot;:29216,&quot;41113&quot;:29217,&quot;41114&quot;:29218,&quot;41115&quot;:29219,&quot;41116&quot;:29220,&quot;41117&quot;:29221,&quot;41118&quot;:29222,&quot;41119&quot;:29223,&quot;41120&quot;:29224,&quot;41121&quot;:29225,&quot;41122&quot;:29226,&quot;41123&quot;:29227,&quot;41124&quot;:29228,&quot;41125&quot;:29229,&quot;41126&quot;:29230,&quot;41127&quot;:29231,&quot;41128&quot;:29232,&quot;41129&quot;:29233,&quot;41130&quot;:29234,&quot;41131&quot;:29235,&quot;41132&quot;:29236,&quot;41133&quot;:29237,&quot;41134&quot;:29238,&quot;41135&quot;:29239,&quot;41136&quot;:29240,&quot;41137&quot;:29241,&quot;41138&quot;:29242,&quot;41139&quot;:29243,&quot;41140&quot;:29244,&quot;41141&quot;:29245,&quot;41142&quot;:29246,&quot;41143&quot;:29247,&quot;41144&quot;:29248,&quot;41145&quot;:29249,&quot;41146&quot;:29250,&quot;41147&quot;:29251,&quot;41148&quot;:29252,&quot;41149&quot;:29253,&quot;41150&quot;:29254,&quot;41151&quot;:29255,&quot;41152&quot;:29256,&quot;41153&quot;:29257,&quot;41154&quot;:29258,&quot;41155&quot;:29259,&quot;41156&quot;:29260,&quot;41157&quot;:29261,&quot;41158&quot;:29262,&quot;41159&quot;:29263,&quot;41160&quot;:29264,&quot;41161&quot;:29265,&quot;41162&quot;:29266,&quot;41163&quot;:29267,&quot;41164&quot;:29268,&quot;41165&quot;:29269,&quot;41166&quot;:29270,&quot;41167&quot;:29271,&quot;41168&quot;:29272,&quot;41169&quot;:29273,&quot;41170&quot;:29274,&quot;41171&quot;:29275,&quot;41172&quot;:29276,&quot;41173&quot;:29277,&quot;41174&quot;:29278,&quot;41175&quot;:29279,&quot;41176&quot;:29280,&quot;41177&quot;:29281,&quot;41178&quot;:29282,&quot;41179&quot;:29283,&quot;41180&quot;:29284,&quot;41181&quot;:29285,&quot;41182&quot;:29286,&quot;41183&quot;:29287,&quot;41184&quot;:29288,&quot;41185&quot;:29289,&quot;41186&quot;:29290,&quot;41187&quot;:29291,&quot;41188&quot;:29292,&quot;41189&quot;:29293,&quot;41190&quot;:29294,&quot;41191&quot;:29295,&quot;41192&quot;:29296,&quot;41193&quot;:29297,&quot;41194&quot;:29298,&quot;41195&quot;:29299,&quot;41196&quot;:29300,&quot;41197&quot;:29301,&quot;41198&quot;:29302,&quot;41199&quot;:29303,&quot;41200&quot;:29304,&quot;41201&quot;:29305,&quot;41202&quot;:29306,&quot;41203&quot;:29307,&quot;41204&quot;:29308,&quot;41205&quot;:29309,&quot;41206&quot;:29310,&quot;41207&quot;:29311,&quot;41208&quot;:29312,&quot;41209&quot;:29313,&quot;41210&quot;:29314,&quot;41211&quot;:29315,&quot;41212&quot;:29316,&quot;41213&quot;:29317,&quot;41214&quot;:29318,&quot;41215&quot;:29319,&quot;41216&quot;:29320,&quot;41217&quot;:29321,&quot;41218&quot;:29322,&quot;41219&quot;:29323,&quot;41220&quot;:29324,&quot;41221&quot;:29325,&quot;41222&quot;:29326,&quot;41223&quot;:29327,&quot;41224&quot;:29328,&quot;41225&quot;:29329,&quot;41226&quot;:29330,&quot;41227&quot;:29331,&quot;41228&quot;:29332,&quot;41229&quot;:29333,&quot;41230&quot;:29334,&quot;41231&quot;:29335,&quot;41232&quot;:29336,&quot;41233&quot;:29337,&quot;41234&quot;:29338,&quot;41235&quot;:29339,&quot;41236&quot;:29340,&quot;41237&quot;:29341,&quot;41238&quot;:29342,&quot;41239&quot;:29343,&quot;41240&quot;:29344,&quot;41241&quot;:29345,&quot;41242&quot;:29346,&quot;41243&quot;:29347,&quot;41244&quot;:29348,&quot;41245&quot;:29349,&quot;41246&quot;:29350,&quot;41247&quot;:29351,&quot;41248&quot;:29352,&quot;41249&quot;:29353,&quot;41250&quot;:29354,&quot;41251&quot;:29355,&quot;41252&quot;:29356,&quot;41253&quot;:29357,&quot;41254&quot;:29358,&quot;41255&quot;:29359,&quot;41256&quot;:29360,&quot;41257&quot;:29361,&quot;41258&quot;:29362,&quot;41259&quot;:29363,&quot;41260&quot;:29364,&quot;41261&quot;:29365,&quot;41262&quot;:29366,&quot;41263&quot;:29367,&quot;41264&quot;:29368,&quot;41265&quot;:29369,&quot;41266&quot;:29370,&quot;41267&quot;:29371,&quot;41268&quot;:29372,&quot;41269&quot;:29373,&quot;41270&quot;:29374,&quot;41271&quot;:29375,&quot;41272&quot;:29376,&quot;41273&quot;:29377,&quot;41274&quot;:29378,&quot;41275&quot;:29379,&quot;41276&quot;:29380,&quot;41277&quot;:29381,&quot;41278&quot;:29382,&quot;41279&quot;:29383,&quot;41280&quot;:29384,&quot;41281&quot;:29385,&quot;41282&quot;:29386,&quot;41283&quot;:29387,&quot;41284&quot;:29388,&quot;41285&quot;:29389,&quot;41286&quot;:29390,&quot;41287&quot;:29391,&quot;41288&quot;:29392,&quot;41289&quot;:29393,&quot;41290&quot;:29394,&quot;41291&quot;:29395,&quot;41292&quot;:29396,&quot;41293&quot;:29397,&quot;41294&quot;:29398,&quot;41295&quot;:29399,&quot;41296&quot;:29400,&quot;41297&quot;:29401,&quot;41298&quot;:29402,&quot;41299&quot;:29403,&quot;41300&quot;:29404,&quot;41301&quot;:29405,&quot;41302&quot;:29406,&quot;41303&quot;:29407,&quot;41304&quot;:29408,&quot;41305&quot;:29409,&quot;41306&quot;:29410,&quot;41307&quot;:29411,&quot;41308&quot;:29412,&quot;41309&quot;:29413,&quot;41310&quot;:29414,&quot;41311&quot;:29415,&quot;41312&quot;:29416,&quot;41313&quot;:29417,&quot;41314&quot;:29418,&quot;41315&quot;:29419,&quot;41316&quot;:29420,&quot;41317&quot;:29421,&quot;41318&quot;:29422,&quot;41319&quot;:29423,&quot;41320&quot;:29424,&quot;41321&quot;:29425,&quot;41322&quot;:29426,&quot;41323&quot;:29427,&quot;41324&quot;:29428,&quot;41325&quot;:29429,&quot;41326&quot;:29430,&quot;41327&quot;:29431,&quot;41328&quot;:29432,&quot;41329&quot;:29433,&quot;41330&quot;:29434,&quot;41331&quot;:29435,&quot;41332&quot;:29436,&quot;41333&quot;:29437,&quot;41334&quot;:29438,&quot;41335&quot;:29439,&quot;41336&quot;:29440,&quot;41337&quot;:29441,&quot;41338&quot;:29442,&quot;41339&quot;:29443,&quot;41340&quot;:29444,&quot;41341&quot;:29445,&quot;41342&quot;:29446,&quot;41343&quot;:29447,&quot;41344&quot;:29448,&quot;41345&quot;:29449,&quot;41346&quot;:29450,&quot;41347&quot;:29451,&quot;41348&quot;:29452,&quot;41349&quot;:29453,&quot;41350&quot;:29454,&quot;41351&quot;:29455,&quot;41352&quot;:29456,&quot;41353&quot;:29457,&quot;41354&quot;:29458,&quot;41355&quot;:29459,&quot;41356&quot;:29460,&quot;41357&quot;:29461,&quot;41358&quot;:29462,&quot;41359&quot;:29463,&quot;41360&quot;:29464,&quot;41361&quot;:29465,&quot;41362&quot;:29466,&quot;41363&quot;:29467,&quot;41364&quot;:29468,&quot;41365&quot;:29469,&quot;41366&quot;:29470,&quot;41367&quot;:29471,&quot;41368&quot;:29472,&quot;41369&quot;:29473,&quot;41370&quot;:29474,&quot;41371&quot;:29475,&quot;41372&quot;:29476,&quot;41373&quot;:29477,&quot;41374&quot;:29478,&quot;41375&quot;:29479,&quot;41376&quot;:29480,&quot;41377&quot;:29481,&quot;41378&quot;:29482,&quot;41379&quot;:29483,&quot;41380&quot;:29484,&quot;41381&quot;:29485,&quot;41382&quot;:29486,&quot;41383&quot;:29487,&quot;41384&quot;:29488,&quot;41385&quot;:29489,&quot;41386&quot;:29490,&quot;41387&quot;:29491,&quot;41388&quot;:29492,&quot;41389&quot;:29493,&quot;41390&quot;:29494,&quot;41391&quot;:29495,&quot;41392&quot;:29496,&quot;41393&quot;:29497,&quot;41394&quot;:29498,&quot;41395&quot;:29499,&quot;41396&quot;:29500,&quot;41397&quot;:29501,&quot;41398&quot;:29502,&quot;41399&quot;:29503,&quot;41400&quot;:29504,&quot;41401&quot;:29505,&quot;41402&quot;:29506,&quot;41403&quot;:29507,&quot;41404&quot;:29508,&quot;41405&quot;:29509,&quot;41406&quot;:29510,&quot;41407&quot;:29511,&quot;41408&quot;:29512,&quot;41409&quot;:29513,&quot;41410&quot;:29514,&quot;41411&quot;:29515,&quot;41412&quot;:29516,&quot;41413&quot;:29517,&quot;41414&quot;:29518,&quot;41415&quot;:29519,&quot;41416&quot;:29520,&quot;41417&quot;:29521,&quot;41418&quot;:29522,&quot;41419&quot;:29523,&quot;41420&quot;:29524,&quot;41421&quot;:29525,&quot;41422&quot;:29526,&quot;41423&quot;:29527,&quot;41424&quot;:29528,&quot;41425&quot;:29529,&quot;41426&quot;:29530,&quot;41427&quot;:29531,&quot;41428&quot;:29532,&quot;41429&quot;:29533,&quot;41430&quot;:29534,&quot;41431&quot;:29535,&quot;41432&quot;:29536,&quot;41433&quot;:29537,&quot;41434&quot;:29538,&quot;41435&quot;:29539,&quot;41436&quot;:29540,&quot;41437&quot;:29541,&quot;41438&quot;:29542,&quot;41439&quot;:29543,&quot;41440&quot;:29544,&quot;41441&quot;:29545,&quot;41442&quot;:29546,&quot;41443&quot;:29547,&quot;41444&quot;:29548,&quot;41445&quot;:29549,&quot;41446&quot;:29550,&quot;41447&quot;:29551,&quot;41448&quot;:29552,&quot;41449&quot;:29553,&quot;41450&quot;:29554,&quot;41451&quot;:29555,&quot;41452&quot;:29556,&quot;41453&quot;:29557,&quot;41454&quot;:29558,&quot;41455&quot;:29559,&quot;41456&quot;:29560,&quot;41457&quot;:29561,&quot;41458&quot;:29562,&quot;41459&quot;:29563,&quot;41460&quot;:29564,&quot;41461&quot;:29565,&quot;41462&quot;:29566,&quot;41463&quot;:29567,&quot;41464&quot;:29568,&quot;41465&quot;:29569,&quot;41466&quot;:29570,&quot;41467&quot;:29571,&quot;41468&quot;:29572,&quot;41469&quot;:29573,&quot;41470&quot;:29574,&quot;41471&quot;:29575,&quot;41472&quot;:29576,&quot;41473&quot;:29577,&quot;41474&quot;:29578,&quot;41475&quot;:29579,&quot;41476&quot;:29580,&quot;41477&quot;:29581,&quot;41478&quot;:29582,&quot;41479&quot;:29583,&quot;41480&quot;:29584,&quot;41481&quot;:29585,&quot;41482&quot;:29586,&quot;41483&quot;:29587,&quot;41484&quot;:29588,&quot;41485&quot;:29589,&quot;41486&quot;:29590,&quot;41487&quot;:29591,&quot;41488&quot;:29592,&quot;41489&quot;:29593,&quot;41490&quot;:29594,&quot;41491&quot;:29595,&quot;41492&quot;:29596,&quot;41493&quot;:29597,&quot;41494&quot;:29598,&quot;41495&quot;:29599,&quot;41496&quot;:29600,&quot;41497&quot;:29601,&quot;41498&quot;:29602,&quot;41499&quot;:29603,&quot;41500&quot;:29604,&quot;41501&quot;:29605,&quot;41502&quot;:29606,&quot;41503&quot;:29607,&quot;41504&quot;:29608,&quot;41505&quot;:29609,&quot;41506&quot;:29610,&quot;41507&quot;:29611,&quot;41508&quot;:29612,&quot;41509&quot;:29613,&quot;41510&quot;:29614,&quot;41511&quot;:29615,&quot;41512&quot;:29616,&quot;41513&quot;:29617,&quot;41514&quot;:29618,&quot;41515&quot;:29619,&quot;41516&quot;:29620,&quot;41517&quot;:29621,&quot;41518&quot;:29622,&quot;41519&quot;:29623,&quot;41520&quot;:29624,&quot;41521&quot;:29625,&quot;41522&quot;:29626,&quot;41523&quot;:29627,&quot;41524&quot;:29628,&quot;41525&quot;:29629,&quot;41526&quot;:29630,&quot;41527&quot;:29631,&quot;41528&quot;:29632,&quot;41529&quot;:29633,&quot;41530&quot;:29634,&quot;41531&quot;:29635,&quot;41532&quot;:29636,&quot;41533&quot;:29637,&quot;41534&quot;:29638,&quot;41535&quot;:29639,&quot;41536&quot;:29640,&quot;41537&quot;:29641,&quot;41538&quot;:29642,&quot;41539&quot;:29643,&quot;41540&quot;:29644,&quot;41541&quot;:29645,&quot;41542&quot;:29646,&quot;41543&quot;:29647,&quot;41544&quot;:29648,&quot;41545&quot;:29649,&quot;41546&quot;:29650,&quot;41547&quot;:29651,&quot;41548&quot;:29652,&quot;41549&quot;:29653,&quot;41550&quot;:29654,&quot;41551&quot;:29655,&quot;41552&quot;:29656,&quot;41553&quot;:29657,&quot;41554&quot;:29658,&quot;41555&quot;:29659,&quot;41556&quot;:29660,&quot;41557&quot;:29661,&quot;41558&quot;:29662,&quot;41559&quot;:29663,&quot;41560&quot;:29664,&quot;41561&quot;:29665,&quot;41562&quot;:29666,&quot;41563&quot;:29667,&quot;41564&quot;:29668,&quot;41565&quot;:29669,&quot;41566&quot;:29670,&quot;41567&quot;:29671,&quot;41568&quot;:29672,&quot;41569&quot;:29673,&quot;41570&quot;:29674,&quot;41571&quot;:29675,&quot;41572&quot;:29676,&quot;41573&quot;:29677,&quot;41574&quot;:29678,&quot;41575&quot;:29679,&quot;41576&quot;:29680,&quot;41577&quot;:29681,&quot;41578&quot;:29682,&quot;41579&quot;:29683,&quot;41580&quot;:29684,&quot;41581&quot;:29685,&quot;41582&quot;:29686,&quot;41583&quot;:29687,&quot;41584&quot;:29688,&quot;41585&quot;:29689,&quot;41586&quot;:29690,&quot;41587&quot;:29691,&quot;41588&quot;:29692,&quot;41589&quot;:29693,&quot;41590&quot;:29694,&quot;41591&quot;:29695,&quot;41592&quot;:29696,&quot;41593&quot;:29697,&quot;41594&quot;:29698,&quot;41595&quot;:29699,&quot;41596&quot;:29700,&quot;41597&quot;:29701,&quot;41598&quot;:29702,&quot;41599&quot;:29703,&quot;41600&quot;:29704,&quot;41601&quot;:29705,&quot;41602&quot;:29706,&quot;41603&quot;:29707,&quot;41604&quot;:29708,&quot;41605&quot;:29709,&quot;41606&quot;:29710,&quot;41607&quot;:29711,&quot;41608&quot;:29712,&quot;41609&quot;:29713,&quot;41610&quot;:29714,&quot;41611&quot;:29715,&quot;41612&quot;:29716,&quot;41613&quot;:29717,&quot;41614&quot;:29718,&quot;41615&quot;:29719,&quot;41616&quot;:29720,&quot;41617&quot;:29721,&quot;41618&quot;:29722,&quot;41619&quot;:29723,&quot;41620&quot;:29724,&quot;41621&quot;:29725,&quot;41622&quot;:29726,&quot;41623&quot;:29727,&quot;41624&quot;:29728,&quot;41625&quot;:29729,&quot;41626&quot;:29730,&quot;41627&quot;:29731,&quot;41628&quot;:29732,&quot;41629&quot;:29733,&quot;41630&quot;:29734,&quot;41631&quot;:29735,&quot;41632&quot;:29736,&quot;41633&quot;:29737,&quot;41634&quot;:29738,&quot;41635&quot;:29739,&quot;41636&quot;:29740,&quot;41637&quot;:29741,&quot;41638&quot;:29742,&quot;41639&quot;:29743,&quot;41640&quot;:29744,&quot;41641&quot;:29745,&quot;41642&quot;:29746,&quot;41643&quot;:29747,&quot;41644&quot;:29748,&quot;41645&quot;:29749,&quot;41646&quot;:29750,&quot;41647&quot;:29751,&quot;41648&quot;:29752,&quot;41649&quot;:29753,&quot;41650&quot;:29754,&quot;41651&quot;:29755,&quot;41652&quot;:29756,&quot;41653&quot;:29757,&quot;41654&quot;:29758,&quot;41655&quot;:29759,&quot;41656&quot;:29760,&quot;41657&quot;:29761,&quot;41658&quot;:29762,&quot;41659&quot;:29763,&quot;41660&quot;:29764,&quot;41661&quot;:29765,&quot;41662&quot;:29766,&quot;41663&quot;:29767,&quot;41664&quot;:29768,&quot;41665&quot;:29769,&quot;41666&quot;:29770,&quot;41667&quot;:29771,&quot;41668&quot;:29772,&quot;41669&quot;:29773,&quot;41670&quot;:29774,&quot;41671&quot;:29775,&quot;41672&quot;:29776,&quot;41673&quot;:29777,&quot;41674&quot;:29778,&quot;41675&quot;:29779,&quot;41676&quot;:29780,&quot;41677&quot;:29781,&quot;41678&quot;:29782,&quot;41679&quot;:29783,&quot;41680&quot;:29784,&quot;41681&quot;:29785,&quot;41682&quot;:29786,&quot;41683&quot;:29787,&quot;41684&quot;:29788,&quot;41685&quot;:29789,&quot;41686&quot;:29790,&quot;41687&quot;:29791,&quot;41688&quot;:29792,&quot;41689&quot;:29793,&quot;41690&quot;:29794,&quot;41691&quot;:29795,&quot;41692&quot;:29796,&quot;41693&quot;:29797,&quot;41694&quot;:29798,&quot;41695&quot;:29799,&quot;41696&quot;:29800,&quot;41697&quot;:29801,&quot;41698&quot;:29802,&quot;41699&quot;:29803,&quot;41700&quot;:29804,&quot;41701&quot;:29805,&quot;41702&quot;:29806,&quot;41703&quot;:29807,&quot;41704&quot;:29808,&quot;41705&quot;:29809,&quot;41706&quot;:29810,&quot;41707&quot;:29811,&quot;41708&quot;:29812,&quot;41709&quot;:29813,&quot;41710&quot;:29814,&quot;41711&quot;:29815,&quot;41712&quot;:29816,&quot;41713&quot;:29817,&quot;41714&quot;:29818,&quot;41715&quot;:29819,&quot;41716&quot;:29820,&quot;41717&quot;:29821,&quot;41718&quot;:29822,&quot;41719&quot;:29823,&quot;41720&quot;:29824,&quot;41721&quot;:29825,&quot;41722&quot;:29826,&quot;41723&quot;:29827,&quot;41724&quot;:29828,&quot;41725&quot;:29829,&quot;41726&quot;:29830,&quot;41727&quot;:29831,&quot;41728&quot;:29832,&quot;41729&quot;:29833,&quot;41730&quot;:29834,&quot;41731&quot;:29835,&quot;41732&quot;:29836,&quot;41733&quot;:29837,&quot;41734&quot;:29838,&quot;41735&quot;:29839,&quot;41736&quot;:29840,&quot;41737&quot;:29841,&quot;41738&quot;:29842,&quot;41739&quot;:29843,&quot;41740&quot;:29844,&quot;41741&quot;:29845,&quot;41742&quot;:29846,&quot;41743&quot;:29847,&quot;41744&quot;:29848,&quot;41745&quot;:29849,&quot;41746&quot;:29850,&quot;41747&quot;:29851,&quot;41748&quot;:29852,&quot;41749&quot;:29853,&quot;41750&quot;:29854,&quot;41751&quot;:29855,&quot;41752&quot;:29856,&quot;41753&quot;:29857,&quot;41754&quot;:29858,&quot;41755&quot;:29859,&quot;41756&quot;:29860,&quot;41757&quot;:29861,&quot;41758&quot;:29862,&quot;41759&quot;:29863,&quot;41760&quot;:29864,&quot;41761&quot;:29865,&quot;41762&quot;:29866,&quot;41763&quot;:29867,&quot;41764&quot;:29868,&quot;41765&quot;:29869,&quot;41766&quot;:29870,&quot;41767&quot;:29871,&quot;41768&quot;:29872,&quot;41769&quot;:29873,&quot;41770&quot;:29874,&quot;41771&quot;:29875,&quot;41772&quot;:29876,&quot;41773&quot;:29877,&quot;41774&quot;:29878,&quot;41775&quot;:29879,&quot;41776&quot;:29880,&quot;41777&quot;:29881,&quot;41778&quot;:29882,&quot;41779&quot;:29883,&quot;41780&quot;:29884,&quot;41781&quot;:29885,&quot;41782&quot;:29886,&quot;41783&quot;:29887,&quot;41784&quot;:29888,&quot;41785&quot;:29889,&quot;41786&quot;:29890,&quot;41787&quot;:29891,&quot;41788&quot;:29892,&quot;41789&quot;:29893,&quot;41790&quot;:29894,&quot;41791&quot;:29895,&quot;41792&quot;:29896,&quot;41793&quot;:29897,&quot;41794&quot;:29898,&quot;41795&quot;:29899,&quot;41796&quot;:29900,&quot;41797&quot;:29901,&quot;41798&quot;:29902,&quot;41799&quot;:29903,&quot;41800&quot;:29904,&quot;41801&quot;:29905,&quot;41802&quot;:29906,&quot;41803&quot;:29907,&quot;41804&quot;:29908,&quot;41805&quot;:29909,&quot;41806&quot;:29910,&quot;41807&quot;:29911,&quot;41808&quot;:29912,&quot;41809&quot;:29913,&quot;41810&quot;:29914,&quot;41811&quot;:29915,&quot;41812&quot;:29916,&quot;41813&quot;:29917,&quot;41814&quot;:29918,&quot;41815&quot;:29919,&quot;41816&quot;:29920,&quot;41817&quot;:29921,&quot;41818&quot;:29922,&quot;41819&quot;:29923,&quot;41820&quot;:29924,&quot;41821&quot;:29925,&quot;41822&quot;:29926,&quot;41823&quot;:29927,&quot;41824&quot;:29928,&quot;41825&quot;:29929,&quot;41826&quot;:29930,&quot;41827&quot;:29931,&quot;41828&quot;:29932,&quot;41829&quot;:29933,&quot;41830&quot;:29934,&quot;41831&quot;:29935,&quot;41832&quot;:29936,&quot;41833&quot;:29937,&quot;41834&quot;:29938,&quot;41835&quot;:29939,&quot;41836&quot;:29940,&quot;41837&quot;:29941,&quot;41838&quot;:29942,&quot;41839&quot;:29943,&quot;41840&quot;:29944,&quot;41841&quot;:29945,&quot;41842&quot;:29946,&quot;41843&quot;:29947,&quot;41844&quot;:29948,&quot;41845&quot;:29949,&quot;41846&quot;:29950,&quot;41847&quot;:29951,&quot;41848&quot;:29952,&quot;41849&quot;:29953,&quot;41850&quot;:29954,&quot;41851&quot;:29955,&quot;41852&quot;:29956,&quot;41853&quot;:29957,&quot;41854&quot;:29958,&quot;41855&quot;:29959,&quot;41856&quot;:29960,&quot;41857&quot;:29961,&quot;41858&quot;:29962,&quot;41859&quot;:29963,&quot;41860&quot;:29964,&quot;41861&quot;:29965,&quot;41862&quot;:29966,&quot;41863&quot;:29967,&quot;41864&quot;:29968,&quot;41865&quot;:29969,&quot;41866&quot;:29970,&quot;41867&quot;:29971,&quot;41868&quot;:29972,&quot;41869&quot;:29973,&quot;41870&quot;:29974,&quot;41871&quot;:29975,&quot;41872&quot;:29976,&quot;41873&quot;:29977,&quot;41874&quot;:29978,&quot;41875&quot;:29979,&quot;41876&quot;:29980,&quot;41877&quot;:29981,&quot;41878&quot;:29982,&quot;41879&quot;:29983,&quot;41880&quot;:29984,&quot;41881&quot;:29985,&quot;41882&quot;:29986,&quot;41883&quot;:29987,&quot;41884&quot;:29988,&quot;41885&quot;:29989,&quot;41886&quot;:29990,&quot;41887&quot;:29991,&quot;41888&quot;:29992,&quot;41889&quot;:29993,&quot;41890&quot;:29994,&quot;41891&quot;:29995,&quot;41892&quot;:29996,&quot;41893&quot;:29997,&quot;41894&quot;:29998,&quot;41895&quot;:29999,&quot;41896&quot;:30000,&quot;41897&quot;:30001,&quot;41898&quot;:30002,&quot;41899&quot;:30003,&quot;41900&quot;:30004,&quot;41901&quot;:30005,&quot;41902&quot;:30006,&quot;41903&quot;:30007,&quot;41904&quot;:30008,&quot;41905&quot;:30009,&quot;41906&quot;:30010,&quot;41907&quot;:30011,&quot;41908&quot;:30012,&quot;41909&quot;:30013,&quot;41910&quot;:30014,&quot;41911&quot;:30015,&quot;41912&quot;:30016,&quot;41913&quot;:30017,&quot;41914&quot;:30018,&quot;41915&quot;:30019,&quot;41916&quot;:30020,&quot;41917&quot;:30021,&quot;41918&quot;:30022,&quot;41919&quot;:30023,&quot;41920&quot;:30024,&quot;41921&quot;:30025,&quot;41922&quot;:30026,&quot;41923&quot;:30027,&quot;41924&quot;:30028,&quot;41925&quot;:30029,&quot;41926&quot;:30030,&quot;41927&quot;:30031,&quot;41928&quot;:30032,&quot;41929&quot;:30033,&quot;41930&quot;:30034,&quot;41931&quot;:30035,&quot;41932&quot;:30036,&quot;41933&quot;:30037,&quot;41934&quot;:30038,&quot;41935&quot;:30039,&quot;41936&quot;:30040,&quot;41937&quot;:30041,&quot;41938&quot;:30042,&quot;41939&quot;:30043,&quot;41940&quot;:30044,&quot;41941&quot;:30045,&quot;41942&quot;:30046,&quot;41943&quot;:30047,&quot;41944&quot;:30048,&quot;41945&quot;:30049,&quot;41946&quot;:30050,&quot;41947&quot;:30051,&quot;41948&quot;:30052,&quot;41949&quot;:30053,&quot;41950&quot;:30054,&quot;41951&quot;:30055,&quot;41952&quot;:30056,&quot;41953&quot;:30057,&quot;41954&quot;:30058,&quot;41955&quot;:30059,&quot;41956&quot;:30060,&quot;41957&quot;:30061,&quot;41958&quot;:30062,&quot;41959&quot;:30063,&quot;41960&quot;:30064,&quot;41961&quot;:30065,&quot;41962&quot;:30066,&quot;41963&quot;:30067,&quot;41964&quot;:30068,&quot;41965&quot;:30069,&quot;41966&quot;:30070,&quot;41967&quot;:30071,&quot;41968&quot;:30072,&quot;41969&quot;:30073,&quot;41970&quot;:30074,&quot;41971&quot;:30075,&quot;41972&quot;:30076,&quot;41973&quot;:30077,&quot;41974&quot;:30078,&quot;41975&quot;:30079,&quot;41976&quot;:30080,&quot;41977&quot;:30081,&quot;41978&quot;:30082,&quot;41979&quot;:30083,&quot;41980&quot;:30084,&quot;41981&quot;:30085,&quot;41982&quot;:30086,&quot;41983&quot;:30087,&quot;41984&quot;:30088,&quot;41985&quot;:30089,&quot;41986&quot;:30090,&quot;41987&quot;:30091,&quot;41988&quot;:30092,&quot;41989&quot;:30093,&quot;41990&quot;:30094,&quot;41991&quot;:30095,&quot;41992&quot;:30096,&quot;41993&quot;:30097,&quot;41994&quot;:30098,&quot;41995&quot;:30099,&quot;41996&quot;:30100,&quot;41997&quot;:30101,&quot;41998&quot;:30102,&quot;41999&quot;:30103,&quot;42000&quot;:30104,&quot;42001&quot;:30105,&quot;42002&quot;:30106,&quot;42003&quot;:30107,&quot;42004&quot;:30108,&quot;42005&quot;:30109,&quot;42006&quot;:30110,&quot;42007&quot;:30111,&quot;42008&quot;:30112,&quot;42009&quot;:30113,&quot;42010&quot;:30114,&quot;42011&quot;:30115,&quot;42012&quot;:30116,&quot;42013&quot;:30117,&quot;42014&quot;:30118,&quot;42015&quot;:30119,&quot;42016&quot;:30120,&quot;42017&quot;:30121,&quot;42018&quot;:30122,&quot;42019&quot;:30123,&quot;42020&quot;:30124,&quot;42021&quot;:30125,&quot;42022&quot;:30126,&quot;42023&quot;:30127,&quot;42024&quot;:30128,&quot;42025&quot;:30129,&quot;42026&quot;:30130,&quot;42027&quot;:30131,&quot;42028&quot;:30132,&quot;42029&quot;:30133,&quot;42030&quot;:30134,&quot;42031&quot;:30135,&quot;42032&quot;:30136,&quot;42033&quot;:30137,&quot;42034&quot;:30138,&quot;42035&quot;:30139,&quot;42036&quot;:30140,&quot;42037&quot;:30141,&quot;42038&quot;:30142,&quot;42039&quot;:30143,&quot;42040&quot;:30144,&quot;42041&quot;:30145,&quot;42042&quot;:30146,&quot;42043&quot;:30147,&quot;42044&quot;:30148,&quot;42045&quot;:30149,&quot;42046&quot;:30150,&quot;42047&quot;:30151,&quot;42048&quot;:30152,&quot;42049&quot;:30153,&quot;42050&quot;:30154,&quot;42051&quot;:30155,&quot;42052&quot;:30156,&quot;42053&quot;:30157,&quot;42054&quot;:30158,&quot;42055&quot;:30159,&quot;42056&quot;:30160,&quot;42057&quot;:30161,&quot;42058&quot;:30162,&quot;42059&quot;:30163,&quot;42060&quot;:30164,&quot;42061&quot;:30165,&quot;42062&quot;:30166,&quot;42063&quot;:30167,&quot;42064&quot;:30168,&quot;42065&quot;:30169,&quot;42066&quot;:30170,&quot;42067&quot;:30171,&quot;42068&quot;:30172,&quot;42069&quot;:30173,&quot;42070&quot;:30174,&quot;42071&quot;:30175,&quot;42072&quot;:30176,&quot;42073&quot;:30177,&quot;42074&quot;:30178,&quot;42075&quot;:30179,&quot;42076&quot;:30180,&quot;42077&quot;:30181,&quot;42078&quot;:30182,&quot;42079&quot;:30183,&quot;42080&quot;:30184,&quot;42081&quot;:30185,&quot;42082&quot;:30186,&quot;42083&quot;:30187,&quot;42084&quot;:30188,&quot;42085&quot;:30189,&quot;42086&quot;:30190,&quot;42087&quot;:30191,&quot;42088&quot;:30192,&quot;42089&quot;:30193,&quot;42090&quot;:30194,&quot;42091&quot;:30195,&quot;42092&quot;:30196,&quot;42093&quot;:30197,&quot;42094&quot;:30198,&quot;42095&quot;:30199,&quot;42096&quot;:30200,&quot;42097&quot;:30201,&quot;42098&quot;:30202,&quot;42099&quot;:30203,&quot;42100&quot;:30204,&quot;42101&quot;:30205,&quot;42102&quot;:30206,&quot;42103&quot;:30207,&quot;42104&quot;:30208,&quot;42105&quot;:30209,&quot;42106&quot;:30210,&quot;42107&quot;:30211,&quot;42108&quot;:30212,&quot;42109&quot;:30213,&quot;42110&quot;:30214,&quot;42111&quot;:30215,&quot;42112&quot;:30216,&quot;42113&quot;:30217,&quot;42114&quot;:30218,&quot;42115&quot;:30219,&quot;42116&quot;:30220,&quot;42117&quot;:30221,&quot;42118&quot;:30222,&quot;42119&quot;:30223,&quot;42120&quot;:30224,&quot;42121&quot;:30225,&quot;42122&quot;:30226,&quot;42123&quot;:30227,&quot;42124&quot;:30228,&quot;42128&quot;:30229,&quot;42129&quot;:30230,&quot;42130&quot;:30231,&quot;42131&quot;:30232,&quot;42132&quot;:30233,&quot;42133&quot;:30234,&quot;42134&quot;:30235,&quot;42135&quot;:30236,&quot;42136&quot;:30237,&quot;42137&quot;:30238,&quot;42138&quot;:30239,&quot;42139&quot;:30240,&quot;42140&quot;:30241,&quot;42141&quot;:30242,&quot;42142&quot;:30243,&quot;42143&quot;:30244,&quot;42144&quot;:30245,&quot;42145&quot;:30246,&quot;42146&quot;:30247,&quot;42147&quot;:30248,&quot;42148&quot;:30249,&quot;42149&quot;:30250,&quot;42150&quot;:30251,&quot;42151&quot;:30252,&quot;42152&quot;:30253,&quot;42153&quot;:30254,&quot;42154&quot;:30255,&quot;42155&quot;:30256,&quot;42156&quot;:30257,&quot;42157&quot;:30258,&quot;42158&quot;:30259,&quot;42159&quot;:30260,&quot;42160&quot;:30261,&quot;42161&quot;:30262,&quot;42162&quot;:30263,&quot;42163&quot;:30264,&quot;42164&quot;:30265,&quot;42165&quot;:30266,&quot;42166&quot;:30267,&quot;42167&quot;:30268,&quot;42168&quot;:30269,&quot;42169&quot;:30270,&quot;42170&quot;:30271,&quot;42171&quot;:30272,&quot;42172&quot;:30273,&quot;42173&quot;:30274,&quot;42174&quot;:30275,&quot;42175&quot;:30276,&quot;42176&quot;:30277,&quot;42177&quot;:30278,&quot;42178&quot;:30279,&quot;42179&quot;:30280,&quot;42180&quot;:30281,&quot;42181&quot;:30282,&quot;42182&quot;:30283}}&#039;, // Chinese Traditional &#039;CID0CT&#039; =&gt; &#039;&quot;enc&quot;:&quot;UniCNS-UTF16-H&quot;,&quot;cidinfo&quot;:{&quot;Registry&quot;:&quot;Adobe&quot;,&quot;Ordering&quot;:&quot;CNS1&quot;,&quot;Supplement&quot;:0,&quot;uni2cid&quot;:{&quot;32&quot;:1,&quot;33&quot;:2,&quot;34&quot;:3,&quot;35&quot;:4,&quot;36&quot;:5,&quot;37&quot;:6,&quot;38&quot;:7,&quot;39&quot;:8,&quot;40&quot;:9,&quot;41&quot;:10,&quot;42&quot;:11,&quot;43&quot;:12,&quot;44&quot;:13,&quot;45&quot;:14,&quot;46&quot;:15,&quot;47&quot;:16,&quot;48&quot;:17,&quot;49&quot;:18,&quot;50&quot;:19,&quot;51&quot;:20,&quot;52&quot;:21,&quot;53&quot;:22,&quot;54&quot;:23,&quot;55&quot;:24,&quot;56&quot;:25,&quot;57&quot;:26,&quot;58&quot;:27,&quot;59&quot;:28,&quot;60&quot;:29,&quot;61&quot;:30,&quot;62&quot;:31,&quot;63&quot;:32,&quot;64&quot;:33,&quot;65&quot;:34,&quot;66&quot;:35,&quot;67&quot;:36,&quot;68&quot;:37,&quot;69&quot;:38,&quot;70&quot;:39,&quot;71&quot;:40,&quot;72&quot;:41,&quot;73&quot;:42,&quot;74&quot;:43,&quot;75&quot;:44,&quot;76&quot;:45,&quot;77&quot;:46,&quot;78&quot;:47,&quot;79&quot;:48,&quot;80&quot;:49,&quot;81&quot;:50,&quot;82&quot;:51,&quot;83&quot;:52,&quot;84&quot;:53,&quot;85&quot;:54,&quot;86&quot;:55,&quot;87&quot;:56,&quot;88&quot;:57,&quot;89&quot;:58,&quot;90&quot;:59,&quot;91&quot;:60,&quot;92&quot;:61,&quot;93&quot;:62,&quot;94&quot;:63,&quot;95&quot;:64,&quot;96&quot;:65,&quot;97&quot;:66,&quot;98&quot;:67,&quot;99&quot;:68,&quot;100&quot;:69,&quot;101&quot;:70,&quot;102&quot;:71,&quot;103&quot;:72,&quot;104&quot;:73,&quot;105&quot;:74,&quot;106&quot;:75,&quot;107&quot;:76,&quot;108&quot;:77,&quot;109&quot;:78,&quot;110&quot;:79,&quot;111&quot;:80,&quot;112&quot;:81,&quot;113&quot;:82,&quot;114&quot;:83,&quot;115&quot;:84,&quot;116&quot;:85,&quot;117&quot;:86,&quot;118&quot;:87,&quot;119&quot;:88,&quot;120&quot;:89,&quot;121&quot;:90,&quot;122&quot;:91,&quot;123&quot;:92,&quot;124&quot;:93,&quot;125&quot;:94,&quot;126&quot;:95,&quot;12288&quot;:99,&quot;65292&quot;:100,&quot;12289&quot;:101,&quot;12290&quot;:102,&quot;65294&quot;:103,&quot;8226&quot;:104,&quot;8231&quot;:104,&quot;65307&quot;:105,&quot;65306&quot;:106,&quot;65311&quot;:107,&quot;65281&quot;:108,&quot;65072&quot;:109,&quot;8230&quot;:110,&quot;8943&quot;:110,&quot;8229&quot;:111,&quot;65104&quot;:112,&quot;65380&quot;:113,&quot;65105&quot;:113,&quot;65106&quot;:114,&quot;183&quot;:115,&quot;65108&quot;:116,&quot;65109&quot;:117,&quot;65110&quot;:118,&quot;65111&quot;:119,&quot;65372&quot;:120,&quot;8211&quot;:121,&quot;65073&quot;:122,&quot;8212&quot;:123,&quot;65288&quot;:128,&quot;65289&quot;:129,&quot;65077&quot;:130,&quot;65078&quot;:131,&quot;65371&quot;:132,&quot;65373&quot;:133,&quot;65079&quot;:134,&quot;65080&quot;:135,&quot;12308&quot;:136,&quot;12309&quot;:137,&quot;65081&quot;:138,&quot;65082&quot;:139,&quot;12304&quot;:140,&quot;12305&quot;:141,&quot;65083&quot;:142,&quot;65084&quot;:143,&quot;12298&quot;:144,&quot;12299&quot;:145,&quot;65085&quot;:146,&quot;65086&quot;:147,&quot;12296&quot;:148,&quot;12297&quot;:149,&quot;65087&quot;:150,&quot;65088&quot;:151,&quot;12300&quot;:152,&quot;12301&quot;:153,&quot;65089&quot;:154,&quot;65090&quot;:155,&quot;12302&quot;:156,&quot;12303&quot;:157,&quot;65091&quot;:158,&quot;65092&quot;:159,&quot;65113&quot;:160,&quot;65114&quot;:161,&quot;65115&quot;:162,&quot;65116&quot;:163,&quot;65117&quot;:164,&quot;65118&quot;:165,&quot;8216&quot;:166,&quot;8217&quot;:167,&quot;8220&quot;:168,&quot;8221&quot;:169,&quot;12317&quot;:170,&quot;12318&quot;:171,&quot;8245&quot;:172,&quot;8242&quot;:173,&quot;65283&quot;:174,&quot;65286&quot;:175,&quot;65290&quot;:176,&quot;8251&quot;:177,&quot;167&quot;:178,&quot;12291&quot;:179,&quot;9675&quot;:180,&quot;9679&quot;:181,&quot;9651&quot;:182,&quot;9650&quot;:183,&quot;9678&quot;:184,&quot;9734&quot;:185,&quot;9733&quot;:186,&quot;9671&quot;:187,&quot;9670&quot;:188,&quot;9633&quot;:189,&quot;9632&quot;:190,&quot;9661&quot;:191,&quot;9660&quot;:192,&quot;12963&quot;:193,&quot;8453&quot;:194,&quot;175&quot;:195,&quot;772&quot;:195,&quot;8254&quot;:195,&quot;65507&quot;:196,&quot;65343&quot;:197,&quot;717&quot;:198,&quot;65097&quot;:199,&quot;65098&quot;:200,&quot;65101&quot;:201,&quot;65102&quot;:202,&quot;65099&quot;:203,&quot;65100&quot;:204,&quot;65119&quot;:205,&quot;65120&quot;:206,&quot;65121&quot;:207,&quot;65291&quot;:208,&quot;65293&quot;:209,&quot;215&quot;:210,&quot;247&quot;:211,&quot;177&quot;:212,&quot;8730&quot;:213,&quot;65308&quot;:214,&quot;65310&quot;:215,&quot;65309&quot;:216,&quot;8806&quot;:217,&quot;8807&quot;:218,&quot;8800&quot;:219,&quot;8734&quot;:220,&quot;8786&quot;:221,&quot;8801&quot;:222,&quot;65122&quot;:223,&quot;65123&quot;:224,&quot;65124&quot;:225,&quot;65125&quot;:226,&quot;65126&quot;:227,&quot;8764&quot;:228,&quot;65374&quot;:228,&quot;8745&quot;:229,&quot;8746&quot;:230,&quot;8869&quot;:231,&quot;8736&quot;:232,&quot;8735&quot;:233,&quot;8895&quot;:234,&quot;13266&quot;:235,&quot;13265&quot;:236,&quot;8747&quot;:237,&quot;8750&quot;:238,&quot;8757&quot;:239,&quot;8756&quot;:240,&quot;9792&quot;:241,&quot;9794&quot;:242,&quot;8853&quot;:243,&quot;9793&quot;:243,&quot;8857&quot;:244,&quot;9737&quot;:244,&quot;8593&quot;:245,&quot;8595&quot;:246,&quot;8594&quot;:247,&quot;8592&quot;:248,&quot;8598&quot;:249,&quot;8599&quot;:250,&quot;8601&quot;:251,&quot;8600&quot;:252,&quot;8741&quot;:253,&quot;8739&quot;:254,&quot;8725&quot;:257,&quot;65295&quot;:257,&quot;65128&quot;:258,&quot;65340&quot;:258,&quot;65284&quot;:259,&quot;165&quot;:260,&quot;65509&quot;:260,&quot;12306&quot;:261,&quot;162&quot;:262,&quot;65504&quot;:262,&quot;163&quot;:263,&quot;65505&quot;:263,&quot;65285&quot;:264,&quot;65312&quot;:265,&quot;8451&quot;:266,&quot;8457&quot;:267,&quot;65129&quot;:268,&quot;65130&quot;:269,&quot;65131&quot;:270,&quot;13269&quot;:271,&quot;13212&quot;:272,&quot;13213&quot;:273,&quot;13214&quot;:274,&quot;13262&quot;:275,&quot;13217&quot;:276,&quot;13198&quot;:277,&quot;13199&quot;:278,&quot;13252&quot;:279,&quot;176&quot;:280,&quot;20825&quot;:281,&quot;58834&quot;:281,&quot;20827&quot;:282,&quot;58835&quot;:282,&quot;20830&quot;:283,&quot;58837&quot;:283,&quot;20829&quot;:284,&quot;58836&quot;:284,&quot;20833&quot;:285,&quot;20835&quot;:286,&quot;21991&quot;:287,&quot;29929&quot;:288,&quot;58044&quot;:288,&quot;31950&quot;:289,&quot;58191&quot;:289,&quot;9601&quot;:290,&quot;9602&quot;:291,&quot;9603&quot;:292,&quot;9604&quot;:293,&quot;9605&quot;:294,&quot;9606&quot;:295,&quot;9607&quot;:296,&quot;9608&quot;:297,&quot;9615&quot;:298,&quot;9614&quot;:299,&quot;9613&quot;:300,&quot;9612&quot;:301,&quot;9611&quot;:302,&quot;9610&quot;:303,&quot;9609&quot;:304,&quot;9532&quot;:305,&quot;9524&quot;:306,&quot;9516&quot;:307,&quot;9508&quot;:308,&quot;9500&quot;:309,&quot;9620&quot;:310,&quot;9472&quot;:311,&quot;9474&quot;:312,&quot;9621&quot;:313,&quot;9484&quot;:314,&quot;9488&quot;:315,&quot;9492&quot;:316,&quot;9496&quot;:317,&quot;9581&quot;:318,&quot;9582&quot;:319,&quot;9584&quot;:320,&quot;9583&quot;:321,&quot;9552&quot;:322,&quot;9566&quot;:323,&quot;9578&quot;:324,&quot;9569&quot;:325,&quot;9698&quot;:326,&quot;9699&quot;:327,&quot;9701&quot;:328,&quot;9700&quot;:329,&quot;9585&quot;:330,&quot;9586&quot;:331,&quot;9587&quot;:332,&quot;65296&quot;:333,&quot;65297&quot;:334,&quot;65298&quot;:335,&quot;65299&quot;:336,&quot;65300&quot;:337,&quot;65301&quot;:338,&quot;65302&quot;:339,&quot;65303&quot;:340,&quot;65304&quot;:341,&quot;65305&quot;:342,&quot;8544&quot;:343,&quot;8545&quot;:344,&quot;8546&quot;:345,&quot;8547&quot;:346,&quot;8548&quot;:347,&quot;8549&quot;:348,&quot;8550&quot;:349,&quot;8551&quot;:350,&quot;8552&quot;:351,&quot;8553&quot;:352,&quot;12321&quot;:353,&quot;12322&quot;:354,&quot;12323&quot;:355,&quot;12324&quot;:356,&quot;12325&quot;:357,&quot;12326&quot;:358,&quot;12327&quot;:359,&quot;12328&quot;:360,&quot;12329&quot;:361,&quot;12344&quot;:362,&quot;21316&quot;:363,&quot;57443&quot;:363,&quot;12345&quot;:363,&quot;12346&quot;:364,&quot;65313&quot;:365,&quot;65314&quot;:366,&quot;65315&quot;:367,&quot;65316&quot;:368,&quot;65317&quot;:369,&quot;65318&quot;:370,&quot;65319&quot;:371,&quot;65320&quot;:372,&quot;65321&quot;:373,&quot;65322&quot;:374,&quot;65323&quot;:375,&quot;65324&quot;:376,&quot;65325&quot;:377,&quot;65326&quot;:378,&quot;65327&quot;:379,&quot;65328&quot;:380,&quot;65329&quot;:381,&quot;65330&quot;:382,&quot;65331&quot;:383,&quot;65332&quot;:384,&quot;65333&quot;:385,&quot;65334&quot;:386,&quot;65335&quot;:387,&quot;65336&quot;:388,&quot;65337&quot;:389,&quot;65338&quot;:390,&quot;65345&quot;:391,&quot;65346&quot;:392,&quot;65347&quot;:393,&quot;65348&quot;:394,&quot;65349&quot;:395,&quot;65350&quot;:396,&quot;65351&quot;:397,&quot;65352&quot;:398,&quot;65353&quot;:399,&quot;65354&quot;:400,&quot;65355&quot;:401,&quot;65356&quot;:402,&quot;65357&quot;:403,&quot;65358&quot;:404,&quot;65359&quot;:405,&quot;65360&quot;:406,&quot;65361&quot;:407,&quot;65362&quot;:408,&quot;65363&quot;:409,&quot;65364&quot;:410,&quot;65365&quot;:411,&quot;65366&quot;:412,&quot;65367&quot;:413,&quot;65368&quot;:414,&quot;65369&quot;:415,&quot;65370&quot;:416,&quot;913&quot;:417,&quot;914&quot;:418,&quot;915&quot;:419,&quot;916&quot;:420,&quot;917&quot;:421,&quot;918&quot;:422,&quot;919&quot;:423,&quot;920&quot;:424,&quot;921&quot;:425,&quot;922&quot;:426,&quot;923&quot;:427,&quot;924&quot;:428,&quot;925&quot;:429,&quot;926&quot;:430,&quot;927&quot;:431,&quot;928&quot;:432,&quot;929&quot;:433,&quot;931&quot;:434,&quot;932&quot;:435,&quot;933&quot;:436,&quot;934&quot;:437,&quot;935&quot;:438,&quot;936&quot;:439,&quot;937&quot;:440,&quot;945&quot;:441,&quot;946&quot;:442,&quot;947&quot;:443,&quot;948&quot;:444,&quot;949&quot;:445,&quot;950&quot;:446,&quot;951&quot;:447,&quot;952&quot;:448,&quot;953&quot;:449,&quot;954&quot;:450,&quot;955&quot;:451,&quot;956&quot;:452,&quot;957&quot;:453,&quot;958&quot;:454,&quot;959&quot;:455,&quot;960&quot;:456,&quot;961&quot;:457,&quot;963&quot;:458,&quot;964&quot;:459,&quot;965&quot;:460,&quot;966&quot;:461,&quot;967&quot;:462,&quot;968&quot;:463,&quot;969&quot;:464,&quot;12549&quot;:465,&quot;12550&quot;:466,&quot;12551&quot;:467,&quot;12552&quot;:468,&quot;12553&quot;:469,&quot;12554&quot;:470,&quot;12555&quot;:471,&quot;12556&quot;:472,&quot;12557&quot;:473,&quot;12558&quot;:474,&quot;12559&quot;:475,&quot;12560&quot;:476,&quot;12561&quot;:477,&quot;12562&quot;:478,&quot;12563&quot;:479,&quot;12564&quot;:480,&quot;12565&quot;:481,&quot;12566&quot;:482,&quot;12567&quot;:483,&quot;12568&quot;:484,&quot;12569&quot;:485,&quot;12570&quot;:486,&quot;12571&quot;:487,&quot;12572&quot;:488,&quot;12573&quot;:489,&quot;12574&quot;:490,&quot;12575&quot;:491,&quot;12576&quot;:492,&quot;12577&quot;:493,&quot;12578&quot;:494,&quot;12579&quot;:495,&quot;12580&quot;:496,&quot;12581&quot;:497,&quot;12582&quot;:498,&quot;12583&quot;:499,&quot;12584&quot;:500,&quot;12585&quot;:501,&quot;729&quot;:502,&quot;714&quot;:503,&quot;711&quot;:504,&quot;780&quot;:504,&quot;715&quot;:505,&quot;9312&quot;:506,&quot;63153&quot;:506,&quot;9313&quot;:507,&quot;63154&quot;:507,&quot;9314&quot;:508,&quot;63155&quot;:508,&quot;9315&quot;:509,&quot;63156&quot;:509,&quot;9316&quot;:510,&quot;63157&quot;:510,&quot;9317&quot;:511,&quot;63158&quot;:511,&quot;9318&quot;:512,&quot;63159&quot;:512,&quot;9319&quot;:513,&quot;63160&quot;:513,&quot;9320&quot;:514,&quot;63161&quot;:514,&quot;9321&quot;:515,&quot;63162&quot;:515,&quot;9332&quot;:516,&quot;63163&quot;:516,&quot;9333&quot;:517,&quot;63164&quot;:517,&quot;9334&quot;:518,&quot;63165&quot;:518,&quot;9335&quot;:519,&quot;63166&quot;:519,&quot;9336&quot;:520,&quot;63167&quot;:520,&quot;9337&quot;:521,&quot;63168&quot;:521,&quot;9338&quot;:522,&quot;63169&quot;:522,&quot;9339&quot;:523,&quot;63170&quot;:523,&quot;9340&quot;:524,&quot;63171&quot;:524,&quot;9341&quot;:525,&quot;63172&quot;:525,&quot;8560&quot;:526,&quot;63173&quot;:526,&quot;8561&quot;:527,&quot;63174&quot;:527,&quot;8562&quot;:528,&quot;63175&quot;:528,&quot;8563&quot;:529,&quot;63176&quot;:529,&quot;8564&quot;:530,&quot;63177&quot;:530,&quot;8565&quot;:531,&quot;63178&quot;:531,&quot;8566&quot;:532,&quot;63179&quot;:532,&quot;8567&quot;:533,&quot;63180&quot;:533,&quot;8568&quot;:534,&quot;63181&quot;:534,&quot;8569&quot;:535,&quot;63182&quot;:535,&quot;20008&quot;:536,&quot;12033&quot;:536,&quot;20022&quot;:537,&quot;12034&quot;:537,&quot;63183&quot;:537,&quot;20031&quot;:538,&quot;12035&quot;:538,&quot;63184&quot;:538,&quot;12037&quot;:539,&quot;20101&quot;:539,&quot;63185&quot;:539,&quot;12039&quot;:540,&quot;20128&quot;:540,&quot;63186&quot;:540,&quot;20866&quot;:541,&quot;12044&quot;:541,&quot;63187&quot;:541,&quot;20886&quot;:542,&quot;12045&quot;:542,&quot;63188&quot;:542,&quot;20907&quot;:543,&quot;12046&quot;:543,&quot;63189&quot;:543,&quot;12051&quot;:544,&quot;21241&quot;:544,&quot;63190&quot;:544,&quot;12054&quot;:545,&quot;21304&quot;:545,&quot;63191&quot;:545,&quot;12057&quot;:546,&quot;21353&quot;:546,&quot;63192&quot;:546,&quot;12059&quot;:547,&quot;21430&quot;:547,&quot;63193&quot;:547,&quot;12065&quot;:548,&quot;12066&quot;:548,&quot;22786&quot;:548,&quot;22794&quot;:548,&quot;63194&quot;:548,&quot;12071&quot;:549,&quot;23424&quot;:549,&quot;63195&quot;:549,&quot;12078&quot;:550,&quot;24027&quot;:550,&quot;63196&quot;:550,&quot;24186&quot;:551,&quot;12083&quot;:551,&quot;63197&quot;:551,&quot;24191&quot;:552,&quot;12084&quot;:552,&quot;63198&quot;:552,&quot;24308&quot;:553,&quot;12085&quot;:553,&quot;24400&quot;:554,&quot;12089&quot;:554,&quot;63200&quot;:554,&quot;24417&quot;:555,&quot;12090&quot;:555,&quot;63201&quot;:555,&quot;12097&quot;:556,&quot;25908&quot;:556,&quot;63202&quot;:556,&quot;12102&quot;:557,&quot;26080&quot;:557,&quot;30098&quot;:558,&quot;63204&quot;:558,&quot;12135&quot;:558,&quot;30326&quot;:559,&quot;12136&quot;:559,&quot;12193&quot;:560,&quot;36789&quot;:560,&quot;63206&quot;:560,&quot;12202&quot;:561,&quot;38582&quot;:561,&quot;9216&quot;:562,&quot;9217&quot;:563,&quot;9218&quot;:564,&quot;9219&quot;:565,&quot;9220&quot;:566,&quot;9221&quot;:567,&quot;9222&quot;:568,&quot;9223&quot;:569,&quot;9224&quot;:570,&quot;9225&quot;:571,&quot;9226&quot;:572,&quot;9227&quot;:573,&quot;9228&quot;:574,&quot;9229&quot;:575,&quot;9230&quot;:576,&quot;9231&quot;:577,&quot;9232&quot;:578,&quot;9233&quot;:579,&quot;9234&quot;:580,&quot;9235&quot;:581,&quot;9236&quot;:582,&quot;9237&quot;:583,&quot;9238&quot;:584,&quot;9239&quot;:585,&quot;9240&quot;:586,&quot;9241&quot;:587,&quot;9242&quot;:588,&quot;9243&quot;:589,&quot;9244&quot;:590,&quot;9245&quot;:591,&quot;9246&quot;:592,&quot;9247&quot;:593,&quot;9249&quot;:594,&quot;12032&quot;:595,&quot;19968&quot;:595,&quot;12036&quot;:596,&quot;20057&quot;:596,&quot;19969&quot;:597,&quot;19971&quot;:598,&quot;20035&quot;:599,&quot;20061&quot;:600,&quot;20102&quot;:601,&quot;12038&quot;:602,&quot;20108&quot;:602,&quot;20154&quot;:603,&quot;12040&quot;:603,&quot;20799&quot;:604,&quot;12041&quot;:604,&quot;20837&quot;:605,&quot;12042&quot;:605,&quot;20843&quot;:606,&quot;12043&quot;:606,&quot;12047&quot;:607,&quot;20960&quot;:607,&quot;12049&quot;:608,&quot;20992&quot;:608,&quot;20993&quot;:609,&quot;12050&quot;:610,&quot;21147&quot;:610,&quot;12052&quot;:611,&quot;21269&quot;:611,&quot;21313&quot;:612,&quot;12055&quot;:612,&quot;21340&quot;:613,&quot;12056&quot;:613,&quot;12060&quot;:614,&quot;21448&quot;:614,&quot;19977&quot;:615,&quot;19979&quot;:616,&quot;19976&quot;:617,&quot;19978&quot;:618,&quot;20011&quot;:619,&quot;20024&quot;:620,&quot;20961&quot;:621,&quot;20037&quot;:622,&quot;20040&quot;:623,&quot;20063&quot;:624,&quot;20062&quot;:625,&quot;20110&quot;:626,&quot;20129&quot;:627,&quot;20800&quot;:628,&quot;64012&quot;:628,&quot;20995&quot;:629,&quot;21242&quot;:630,&quot;21315&quot;:631,&quot;21449&quot;:632,&quot;12061&quot;:633,&quot;21475&quot;:633,&quot;22303&quot;:634,&quot;12063&quot;:634,&quot;22763&quot;:635,&quot;12064&quot;:635,&quot;22805&quot;:636,&quot;12067&quot;:636,&quot;22823&quot;:637,&quot;12068&quot;:637,&quot;22899&quot;:638,&quot;12069&quot;:638,&quot;12070&quot;:639,&quot;23376&quot;:639,&quot;23377&quot;:640,&quot;23379&quot;:641,&quot;23544&quot;:642,&quot;12072&quot;:642,&quot;23567&quot;:643,&quot;12073&quot;:643,&quot;23586&quot;:644,&quot;12074&quot;:644,&quot;23608&quot;:645,&quot;12075&quot;:645,&quot;12077&quot;:646,&quot;23665&quot;:646,&quot;24029&quot;:647,&quot;24037&quot;:648,&quot;12079&quot;:648,&quot;12080&quot;:649,&quot;24049&quot;:649,&quot;24050&quot;:650,&quot;24051&quot;:651,&quot;24062&quot;:652,&quot;12081&quot;:652,&quot;24178&quot;:653,&quot;12082&quot;:653,&quot;24318&quot;:654,&quot;12086&quot;:654,&quot;24331&quot;:655,&quot;12087&quot;:655,&quot;24339&quot;:656,&quot;12088&quot;:656,&quot;25165&quot;:657,&quot;19985&quot;:658,&quot;19984&quot;:659,&quot;19981&quot;:660,&quot;20013&quot;:661,&quot;20016&quot;:662,&quot;20025&quot;:663,&quot;20043&quot;:664,&quot;23609&quot;:665,&quot;20104&quot;:666,&quot;20113&quot;:667,&quot;20117&quot;:668,&quot;20114&quot;:669,&quot;20116&quot;:670,&quot;20130&quot;:671,&quot;20161&quot;:672,&quot;20160&quot;:673,&quot;20163&quot;:674,&quot;20166&quot;:675,&quot;20167&quot;:676,&quot;20173&quot;:677,&quot;20170&quot;:678,&quot;20171&quot;:679,&quot;20164&quot;:680,&quot;20803&quot;:681,&quot;20801&quot;:682,&quot;20839&quot;:683,&quot;20845&quot;:684,&quot;20846&quot;:685,&quot;20844&quot;:686,&quot;20887&quot;:687,&quot;20982&quot;:688,&quot;20998&quot;:689,&quot;20999&quot;:690,&quot;21000&quot;:691,&quot;21243&quot;:692,&quot;21246&quot;:693,&quot;21247&quot;:694,&quot;21270&quot;:695,&quot;21305&quot;:696,&quot;21320&quot;:697,&quot;21319&quot;:698,&quot;21317&quot;:699,&quot;21342&quot;:700,&quot;21380&quot;:701,&quot;21451&quot;:702,&quot;21450&quot;:703,&quot;21453&quot;:704,&quot;22764&quot;:705,&quot;22825&quot;:706,&quot;22827&quot;:707,&quot;22826&quot;:708,&quot;22829&quot;:709,&quot;23380&quot;:710,&quot;23569&quot;:711,&quot;23588&quot;:712,&quot;23610&quot;:713,&quot;23663&quot;:714,&quot;24052&quot;:715,&quot;24187&quot;:716,&quot;24319&quot;:717,&quot;24340&quot;:718,&quot;24341&quot;:719,&quot;24515&quot;:720,&quot;12092&quot;:720,&quot;25096&quot;:721,&quot;12093&quot;:721,&quot;25142&quot;:722,&quot;12094&quot;:722,&quot;25163&quot;:723,&quot;12095&quot;:723,&quot;25166&quot;:724,&quot;12096&quot;:725,&quot;25903&quot;:725,&quot;25991&quot;:726,&quot;12098&quot;:726,&quot;26007&quot;:727,&quot;12099&quot;:727,&quot;26020&quot;:728,&quot;12100&quot;:728,&quot;26041&quot;:729,&quot;12101&quot;:729,&quot;26085&quot;:730,&quot;12103&quot;:730,&quot;26352&quot;:731,&quot;12104&quot;:731,&quot;26376&quot;:732,&quot;12105&quot;:732,&quot;26408&quot;:733,&quot;12106&quot;:733,&quot;27424&quot;:734,&quot;12107&quot;:734,&quot;27490&quot;:735,&quot;12108&quot;:735,&quot;27513&quot;:736,&quot;12109&quot;:736,&quot;27595&quot;:737,&quot;12111&quot;:737,&quot;27604&quot;:738,&quot;12112&quot;:738,&quot;27611&quot;:739,&quot;12113&quot;:739,&quot;27663&quot;:740,&quot;12114&quot;:740,&quot;27700&quot;:741,&quot;12116&quot;:741,&quot;28779&quot;:742,&quot;12117&quot;:742,&quot;29226&quot;:743,&quot;12118&quot;:743,&quot;29238&quot;:744,&quot;12119&quot;:744,&quot;29243&quot;:745,&quot;12120&quot;:745,&quot;29255&quot;:746,&quot;12122&quot;:746,&quot;29273&quot;:747,&quot;12123&quot;:747,&quot;29275&quot;:748,&quot;12124&quot;:748,&quot;29356&quot;:749,&quot;12125&quot;:749,&quot;29579&quot;:750,&quot;19993&quot;:751,&quot;19990&quot;:752,&quot;19989&quot;:753,&quot;19988&quot;:754,&quot;19992&quot;:755,&quot;20027&quot;:756,&quot;20045&quot;:757,&quot;20047&quot;:758,&quot;20046&quot;:759,&quot;20197&quot;:760,&quot;20184&quot;:761,&quot;20180&quot;:762,&quot;20181&quot;:763,&quot;20182&quot;:764,&quot;20183&quot;:765,&quot;20195&quot;:766,&quot;20196&quot;:767,&quot;20185&quot;:768,&quot;20190&quot;:769,&quot;20805&quot;:770,&quot;20804&quot;:771,&quot;20873&quot;:772,&quot;20874&quot;:773,&quot;20908&quot;:774,&quot;20985&quot;:775,&quot;20986&quot;:776,&quot;20984&quot;:777,&quot;21002&quot;:778,&quot;21152&quot;:779,&quot;21151&quot;:780,&quot;57435&quot;:781,&quot;21253&quot;:781,&quot;21254&quot;:782,&quot;21271&quot;:783,&quot;21277&quot;:784,&quot;20191&quot;:785,&quot;21322&quot;:786,&quot;21321&quot;:787,&quot;21345&quot;:788,&quot;21344&quot;:789,&quot;21359&quot;:790,&quot;21358&quot;:791,&quot;21435&quot;:792,&quot;21487&quot;:793,&quot;21476&quot;:794,&quot;21491&quot;:795,&quot;21484&quot;:796,&quot;21486&quot;:797,&quot;21481&quot;:798,&quot;21480&quot;:799,&quot;21500&quot;:800,&quot;21496&quot;:801,&quot;21493&quot;:802,&quot;21483&quot;:803,&quot;21478&quot;:804,&quot;21482&quot;:805,&quot;21490&quot;:806,&quot;21489&quot;:807,&quot;21488&quot;:808,&quot;21477&quot;:809,&quot;21485&quot;:810,&quot;21499&quot;:811,&quot;22235&quot;:812,&quot;22234&quot;:813,&quot;22806&quot;:814,&quot;22830&quot;:815,&quot;22833&quot;:816,&quot;22900&quot;:817,&quot;22902&quot;:818,&quot;23381&quot;:819,&quot;23427&quot;:820,&quot;23612&quot;:821,&quot;24040&quot;:822,&quot;24039&quot;:823,&quot;24038&quot;:824,&quot;24066&quot;:825,&quot;24067&quot;:826,&quot;24179&quot;:827,&quot;24188&quot;:828,&quot;24321&quot;:829,&quot;24344&quot;:830,&quot;24343&quot;:831,&quot;24517&quot;:832,&quot;25098&quot;:833,&quot;25171&quot;:834,&quot;25172&quot;:835,&quot;25170&quot;:836,&quot;25169&quot;:837,&quot;26021&quot;:838,&quot;26086&quot;:839,&quot;26414&quot;:840,&quot;26412&quot;:841,&quot;26410&quot;:842,&quot;26411&quot;:843,&quot;26413&quot;:844,&quot;27491&quot;:845,&quot;27597&quot;:846,&quot;27665&quot;:847,&quot;27664&quot;:848,&quot;27704&quot;:849,&quot;27713&quot;:850,&quot;27712&quot;:851,&quot;27710&quot;:852,&quot;29359&quot;:853,&quot;29572&quot;:854,&quot;12126&quot;:854,&quot;29577&quot;:855,&quot;12127&quot;:855,&quot;29916&quot;:856,&quot;12128&quot;:856,&quot;29926&quot;:857,&quot;12129&quot;:857,&quot;29976&quot;:858,&quot;12130&quot;:858,&quot;29983&quot;:859,&quot;12131&quot;:859,&quot;12132&quot;:860,&quot;29992&quot;:860,&quot;29993&quot;:861,&quot;12133&quot;:862,&quot;30000&quot;:862,&quot;30001&quot;:863,&quot;30002&quot;:864,&quot;30003&quot;:865,&quot;12134&quot;:866,&quot;30091&quot;:866,&quot;30333&quot;:867,&quot;12137&quot;:867,&quot;30382&quot;:868,&quot;12138&quot;:868,&quot;30399&quot;:869,&quot;12139&quot;:869,&quot;30446&quot;:870,&quot;12140&quot;:870,&quot;30683&quot;:871,&quot;12141&quot;:871,&quot;30690&quot;:872,&quot;12142&quot;:872,&quot;30707&quot;:873,&quot;12143&quot;:873,&quot;31034&quot;:874,&quot;12144&quot;:874,&quot;31166&quot;:875,&quot;12146&quot;:875,&quot;31348&quot;:876,&quot;12147&quot;:876,&quot;31435&quot;:877,&quot;12148&quot;:877,&quot;19998&quot;:878,&quot;19999&quot;:879,&quot;20050&quot;:880,&quot;20051&quot;:881,&quot;20073&quot;:882,&quot;20121&quot;:883,&quot;20132&quot;:884,&quot;20134&quot;:885,&quot;20133&quot;:886,&quot;20223&quot;:887,&quot;20233&quot;:888,&quot;20249&quot;:889,&quot;20234&quot;:890,&quot;20245&quot;:891,&quot;20237&quot;:892,&quot;20240&quot;:893,&quot;20241&quot;:894,&quot;20239&quot;:895,&quot;20210&quot;:896,&quot;20214&quot;:897,&quot;20219&quot;:898,&quot;20208&quot;:899,&quot;20211&quot;:900,&quot;20221&quot;:901,&quot;20225&quot;:902,&quot;20235&quot;:903,&quot;20809&quot;:904,&quot;20807&quot;:905,&quot;20806&quot;:906,&quot;20808&quot;:907,&quot;20840&quot;:908,&quot;20849&quot;:909,&quot;20877&quot;:910,&quot;20912&quot;:911,&quot;21015&quot;:912,&quot;21009&quot;:913,&quot;21010&quot;:914,&quot;21006&quot;:915,&quot;21014&quot;:916,&quot;21155&quot;:917,&quot;21256&quot;:918,&quot;21281&quot;:919,&quot;21280&quot;:920,&quot;21360&quot;:921,&quot;21361&quot;:922,&quot;21513&quot;:923,&quot;21519&quot;:924,&quot;21516&quot;:925,&quot;21514&quot;:926,&quot;21520&quot;:927,&quot;21505&quot;:928,&quot;21515&quot;:929,&quot;21508&quot;:930,&quot;21521&quot;:931,&quot;21517&quot;:932,&quot;21512&quot;:933,&quot;21507&quot;:934,&quot;21518&quot;:935,&quot;21510&quot;:936,&quot;21522&quot;:937,&quot;22240&quot;:938,&quot;22238&quot;:939,&quot;22237&quot;:940,&quot;22323&quot;:941,&quot;22320&quot;:942,&quot;22312&quot;:943,&quot;22317&quot;:944,&quot;22316&quot;:945,&quot;22319&quot;:946,&quot;22313&quot;:947,&quot;22809&quot;:948,&quot;22810&quot;:949,&quot;22839&quot;:950,&quot;22840&quot;:951,&quot;22916&quot;:952,&quot;22904&quot;:953,&quot;22915&quot;:954,&quot;22909&quot;:955,&quot;22905&quot;:956,&quot;22914&quot;:957,&quot;22913&quot;:958,&quot;23383&quot;:959,&quot;23384&quot;:960,&quot;23431&quot;:961,&quot;23432&quot;:962,&quot;23429&quot;:963,&quot;23433&quot;:964,&quot;23546&quot;:965,&quot;23574&quot;:966,&quot;23673&quot;:967,&quot;24030&quot;:968,&quot;24070&quot;:969,&quot;24182&quot;:970,&quot;24180&quot;:971,&quot;24335&quot;:972,&quot;24347&quot;:973,&quot;24537&quot;:974,&quot;24534&quot;:975,&quot;25102&quot;:976,&quot;25100&quot;:977,&quot;25101&quot;:978,&quot;25104&quot;:979,&quot;25187&quot;:980,&quot;25179&quot;:981,&quot;25176&quot;:982,&quot;25910&quot;:983,&quot;26089&quot;:984,&quot;26088&quot;:985,&quot;26092&quot;:986,&quot;26093&quot;:987,&quot;26354&quot;:988,&quot;26355&quot;:989,&quot;26377&quot;:990,&quot;26429&quot;:991,&quot;26420&quot;:992,&quot;26417&quot;:993,&quot;26421&quot;:994,&quot;27425&quot;:995,&quot;27492&quot;:996,&quot;27515&quot;:997,&quot;27670&quot;:998,&quot;27741&quot;:999,&quot;27735&quot;:1000,&quot;27737&quot;:1001,&quot;27743&quot;:1002,&quot;27744&quot;:1003,&quot;27728&quot;:1004,&quot;27733&quot;:1005,&quot;27745&quot;:1006,&quot;27739&quot;:1007,&quot;27725&quot;:1008,&quot;27726&quot;:1009,&quot;28784&quot;:1010,&quot;29279&quot;:1011,&quot;29277&quot;:1012,&quot;30334&quot;:1013,&quot;31481&quot;:1014,&quot;12149&quot;:1014,&quot;31859&quot;:1015,&quot;12150&quot;:1015,&quot;31992&quot;:1016,&quot;12151&quot;:1016,&quot;32566&quot;:1017,&quot;12152&quot;:1017,&quot;32650&quot;:1018,&quot;12154&quot;:1018,&quot;32701&quot;:1019,&quot;12155&quot;:1019,&quot;32769&quot;:1020,&quot;12156&quot;:1020,&quot;32771&quot;:1021,&quot;32780&quot;:1022,&quot;12157&quot;:1022,&quot;32786&quot;:1023,&quot;12158&quot;:1023,&quot;32819&quot;:1024,&quot;12159&quot;:1024,&quot;32895&quot;:1025,&quot;12160&quot;:1025,&quot;32905&quot;:1026,&quot;12161&quot;:1026,&quot;32907&quot;:1027,&quot;32908&quot;:1028,&quot;33251&quot;:1029,&quot;12162&quot;:1029,&quot;33258&quot;:1030,&quot;12163&quot;:1030,&quot;33267&quot;:1031,&quot;12164&quot;:1031,&quot;33276&quot;:1032,&quot;12165&quot;:1032,&quot;33292&quot;:1033,&quot;12166&quot;:1033,&quot;33307&quot;:1034,&quot;12167&quot;:1034,&quot;33311&quot;:1035,&quot;12168&quot;:1035,&quot;33390&quot;:1036,&quot;12169&quot;:1036,&quot;33394&quot;:1037,&quot;12170&quot;:1037,&quot;33406&quot;:1038,&quot;34411&quot;:1039,&quot;12173&quot;:1039,&quot;34880&quot;:1040,&quot;12174&quot;:1040,&quot;34892&quot;:1041,&quot;12175&quot;:1041,&quot;34915&quot;:1042,&quot;12176&quot;:1042,&quot;35199&quot;:1043,&quot;38433&quot;:1044,&quot;20018&quot;:1045,&quot;20136&quot;:1046,&quot;20301&quot;:1047,&quot;20303&quot;:1048,&quot;20295&quot;:1049,&quot;20311&quot;:1050,&quot;20318&quot;:1051,&quot;20276&quot;:1052,&quot;20315&quot;:1053,&quot;20309&quot;:1054,&quot;20272&quot;:1055,&quot;20304&quot;:1056,&quot;20305&quot;:1057,&quot;20285&quot;:1058,&quot;20282&quot;:1059,&quot;20280&quot;:1060,&quot;20291&quot;:1061,&quot;20308&quot;:1062,&quot;20284&quot;:1063,&quot;20294&quot;:1064,&quot;20323&quot;:1065,&quot;20316&quot;:1066,&quot;20320&quot;:1067,&quot;20271&quot;:1068,&quot;20302&quot;:1069,&quot;20278&quot;:1070,&quot;20313&quot;:1071,&quot;20317&quot;:1072,&quot;20296&quot;:1073,&quot;20314&quot;:1074,&quot;20812&quot;:1075,&quot;20811&quot;:1076,&quot;20813&quot;:1077,&quot;20853&quot;:1078,&quot;20918&quot;:1079,&quot;20919&quot;:1080,&quot;21029&quot;:1081,&quot;21028&quot;:1082,&quot;21033&quot;:1083,&quot;21034&quot;:1084,&quot;21032&quot;:1085,&quot;21163&quot;:1086,&quot;21161&quot;:1087,&quot;21162&quot;:1088,&quot;21164&quot;:1089,&quot;21283&quot;:1090,&quot;21363&quot;:1091,&quot;21365&quot;:1092,&quot;21533&quot;:1093,&quot;21549&quot;:1094,&quot;21534&quot;:1095,&quot;21566&quot;:1096,&quot;21542&quot;:1097,&quot;21582&quot;:1098,&quot;21543&quot;:1099,&quot;21574&quot;:1100,&quot;21571&quot;:1101,&quot;21555&quot;:1102,&quot;21576&quot;:1103,&quot;21570&quot;:1104,&quot;21531&quot;:1105,&quot;21545&quot;:1106,&quot;21578&quot;:1107,&quot;21561&quot;:1108,&quot;21563&quot;:1109,&quot;21560&quot;:1110,&quot;21550&quot;:1111,&quot;21557&quot;:1112,&quot;21558&quot;:1113,&quot;21536&quot;:1114,&quot;21564&quot;:1115,&quot;21568&quot;:1116,&quot;21553&quot;:1117,&quot;21547&quot;:1118,&quot;21535&quot;:1119,&quot;21548&quot;:1120,&quot;22250&quot;:1121,&quot;22256&quot;:1122,&quot;22244&quot;:1123,&quot;22251&quot;:1124,&quot;22346&quot;:1125,&quot;22353&quot;:1126,&quot;22336&quot;:1127,&quot;22349&quot;:1128,&quot;22343&quot;:1129,&quot;22350&quot;:1130,&quot;22334&quot;:1131,&quot;22352&quot;:1132,&quot;22351&quot;:1133,&quot;22331&quot;:1134,&quot;22767&quot;:1135,&quot;22846&quot;:1136,&quot;22941&quot;:1137,&quot;22930&quot;:1138,&quot;22952&quot;:1139,&quot;22942&quot;:1140,&quot;22947&quot;:1141,&quot;22937&quot;:1142,&quot;22934&quot;:1143,&quot;22925&quot;:1144,&quot;22948&quot;:1145,&quot;22931&quot;:1146,&quot;22922&quot;:1147,&quot;22949&quot;:1148,&quot;23389&quot;:1149,&quot;23388&quot;:1150,&quot;23386&quot;:1151,&quot;23387&quot;:1152,&quot;23436&quot;:1153,&quot;23435&quot;:1154,&quot;23439&quot;:1155,&quot;23596&quot;:1156,&quot;23616&quot;:1157,&quot;23617&quot;:1158,&quot;23615&quot;:1159,&quot;23614&quot;:1160,&quot;23696&quot;:1161,&quot;23697&quot;:1162,&quot;23700&quot;:1163,&quot;23692&quot;:1164,&quot;24043&quot;:1165,&quot;24076&quot;:1166,&quot;24207&quot;:1167,&quot;24199&quot;:1168,&quot;24202&quot;:1169,&quot;24311&quot;:1170,&quot;24324&quot;:1171,&quot;24351&quot;:1172,&quot;24420&quot;:1173,&quot;24418&quot;:1174,&quot;24439&quot;:1175,&quot;24441&quot;:1176,&quot;24536&quot;:1177,&quot;24524&quot;:1178,&quot;24535&quot;:1179,&quot;24525&quot;:1180,&quot;24561&quot;:1181,&quot;24555&quot;:1182,&quot;24568&quot;:1183,&quot;24554&quot;:1184,&quot;25106&quot;:1185,&quot;25105&quot;:1186,&quot;25220&quot;:1187,&quot;25239&quot;:1188,&quot;25238&quot;:1189,&quot;25216&quot;:1190,&quot;25206&quot;:1191,&quot;25225&quot;:1192,&quot;25197&quot;:1193,&quot;25226&quot;:1194,&quot;25212&quot;:1195,&quot;25214&quot;:1196,&quot;25209&quot;:1197,&quot;25203&quot;:1198,&quot;25234&quot;:1199,&quot;25199&quot;:1200,&quot;25240&quot;:1201,&quot;25198&quot;:1202,&quot;25237&quot;:1203,&quot;25235&quot;:1204,&quot;25233&quot;:1205,&quot;25222&quot;:1206,&quot;25913&quot;:1207,&quot;25915&quot;:1208,&quot;25912&quot;:1209,&quot;26097&quot;:1210,&quot;26356&quot;:1211,&quot;26463&quot;:1212,&quot;26446&quot;:1213,&quot;26447&quot;:1214,&quot;26448&quot;:1215,&quot;26449&quot;:1216,&quot;26460&quot;:1217,&quot;26454&quot;:1218,&quot;26462&quot;:1219,&quot;57801&quot;:1219,&quot;26441&quot;:1220,&quot;26438&quot;:1221,&quot;26464&quot;:1222,&quot;26451&quot;:1223,&quot;26455&quot;:1224,&quot;27493&quot;:1225,&quot;27599&quot;:1226,&quot;27714&quot;:1227,&quot;27742&quot;:1228,&quot;27801&quot;:1229,&quot;27777&quot;:1230,&quot;27784&quot;:1231,&quot;27785&quot;:1232,&quot;27781&quot;:1233,&quot;27803&quot;:1234,&quot;27754&quot;:1235,&quot;27770&quot;:1236,&quot;27792&quot;:1237,&quot;27760&quot;:1238,&quot;27788&quot;:1239,&quot;27752&quot;:1240,&quot;27798&quot;:1241,&quot;27794&quot;:1242,&quot;27773&quot;:1243,&quot;27779&quot;:1244,&quot;27762&quot;:1245,&quot;27774&quot;:1246,&quot;27764&quot;:1247,&quot;27782&quot;:1248,&quot;27766&quot;:1249,&quot;27789&quot;:1250,&quot;27796&quot;:1251,&quot;27800&quot;:1252,&quot;27778&quot;:1253,&quot;28790&quot;:1254,&quot;28796&quot;:1255,&quot;28797&quot;:1256,&quot;28792&quot;:1257,&quot;29282&quot;:1258,&quot;29281&quot;:1259,&quot;29280&quot;:1260,&quot;29380&quot;:1261,&quot;29378&quot;:1262,&quot;29590&quot;:1263,&quot;29996&quot;:1264,&quot;29995&quot;:1265,&quot;30007&quot;:1266,&quot;30008&quot;:1267,&quot;30338&quot;:1268,&quot;30447&quot;:1269,&quot;30691&quot;:1270,&quot;31169&quot;:1271,&quot;31168&quot;:1272,&quot;31167&quot;:1273,&quot;31350&quot;:1274,&quot;31995&quot;:1275,&quot;32597&quot;:1276,&quot;32918&quot;:1277,&quot;32915&quot;:1278,&quot;32925&quot;:1279,&quot;32920&quot;:1280,&quot;32923&quot;:1281,&quot;32922&quot;:1282,&quot;32946&quot;:1283,&quot;33391&quot;:1284,&quot;33426&quot;:1285,&quot;33419&quot;:1286,&quot;33421&quot;:1287,&quot;35211&quot;:1288,&quot;12178&quot;:1288,&quot;35282&quot;:1289,&quot;12179&quot;:1289,&quot;35328&quot;:1290,&quot;12180&quot;:1290,&quot;35895&quot;:1291,&quot;12181&quot;:1291,&quot;35910&quot;:1292,&quot;12182&quot;:1292,&quot;35925&quot;:1293,&quot;12183&quot;:1293,&quot;35997&quot;:1294,&quot;12185&quot;:1294,&quot;36196&quot;:1295,&quot;12186&quot;:1295,&quot;36208&quot;:1296,&quot;12187&quot;:1296,&quot;36275&quot;:1297,&quot;12188&quot;:1297,&quot;36523&quot;:1298,&quot;12189&quot;:1298,&quot;36554&quot;:1299,&quot;12190&quot;:1299,&quot;36763&quot;:1300,&quot;12191&quot;:1300,&quot;36784&quot;:1301,&quot;12192&quot;:1301,&quot;36802&quot;:1302,&quot;36806&quot;:1303,&quot;36805&quot;:1304,&quot;36804&quot;:1305,&quot;24033&quot;:1306,&quot;12194&quot;:1307,&quot;37009&quot;:1307,&quot;37026&quot;:1308,&quot;37034&quot;:1309,&quot;37030&quot;:1310,&quot;37027&quot;:1311,&quot;37193&quot;:1312,&quot;12195&quot;:1312,&quot;37318&quot;:1313,&quot;12196&quot;:1313,&quot;37324&quot;:1314,&quot;12197&quot;:1314,&quot;38450&quot;:1315,&quot;38446&quot;:1316,&quot;38449&quot;:1317,&quot;38442&quot;:1318,&quot;38444&quot;:1319,&quot;20006&quot;:1320,&quot;20054&quot;:1321,&quot;20083&quot;:1322,&quot;20107&quot;:1323,&quot;20123&quot;:1324,&quot;20126&quot;:1325,&quot;20139&quot;:1326,&quot;20140&quot;:1327,&quot;20335&quot;:1328,&quot;20381&quot;:1329,&quot;20365&quot;:1330,&quot;20339&quot;:1331,&quot;20351&quot;:1332,&quot;20332&quot;:1333,&quot;20379&quot;:1334,&quot;20363&quot;:1335,&quot;20358&quot;:1336,&quot;20355&quot;:1337,&quot;20336&quot;:1338,&quot;20341&quot;:1339,&quot;20360&quot;:1340,&quot;20329&quot;:1341,&quot;20347&quot;:1342,&quot;20374&quot;:1343,&quot;20350&quot;:1344,&quot;20367&quot;:1345,&quot;20369&quot;:1346,&quot;20346&quot;:1347,&quot;20820&quot;:1348,&quot;20818&quot;:1349,&quot;20821&quot;:1350,&quot;20841&quot;:1351,&quot;20855&quot;:1352,&quot;20854&quot;:1353,&quot;20856&quot;:1354,&quot;20925&quot;:1355,&quot;20989&quot;:1356,&quot;21051&quot;:1357,&quot;21048&quot;:1358,&quot;21047&quot;:1359,&quot;21050&quot;:1360,&quot;21040&quot;:1361,&quot;21038&quot;:1362,&quot;21046&quot;:1363,&quot;21057&quot;:1364,&quot;21182&quot;:1365,&quot;21179&quot;:1366,&quot;21330&quot;:1367,&quot;21332&quot;:1368,&quot;21331&quot;:1369,&quot;21329&quot;:1370,&quot;21350&quot;:1371,&quot;21367&quot;:1372,&quot;21368&quot;:1373,&quot;21369&quot;:1374,&quot;21462&quot;:1375,&quot;21460&quot;:1376,&quot;21463&quot;:1377,&quot;21619&quot;:1378,&quot;21621&quot;:1379,&quot;21654&quot;:1380,&quot;21624&quot;:1381,&quot;21653&quot;:1382,&quot;21632&quot;:1383,&quot;21627&quot;:1384,&quot;21623&quot;:1385,&quot;21636&quot;:1386,&quot;21650&quot;:1387,&quot;21638&quot;:1388,&quot;21628&quot;:1389,&quot;21648&quot;:1390,&quot;21617&quot;:1391,&quot;21622&quot;:1392,&quot;21644&quot;:1393,&quot;21658&quot;:1394,&quot;21602&quot;:1395,&quot;21608&quot;:1396,&quot;21643&quot;:1397,&quot;21629&quot;:1398,&quot;21646&quot;:1399,&quot;22266&quot;:1400,&quot;22403&quot;:1401,&quot;22391&quot;:1402,&quot;22378&quot;:1403,&quot;22377&quot;:1404,&quot;22369&quot;:1405,&quot;22374&quot;:1406,&quot;22372&quot;:1407,&quot;22396&quot;:1408,&quot;22812&quot;:1409,&quot;22857&quot;:1410,&quot;22855&quot;:1411,&quot;22856&quot;:1412,&quot;22852&quot;:1413,&quot;22868&quot;:1414,&quot;22974&quot;:1415,&quot;22971&quot;:1416,&quot;22996&quot;:1417,&quot;22969&quot;:1418,&quot;22958&quot;:1419,&quot;22993&quot;:1420,&quot;22982&quot;:1421,&quot;22992&quot;:1422,&quot;22989&quot;:1423,&quot;22987&quot;:1424,&quot;22995&quot;:1425,&quot;22986&quot;:1426,&quot;22959&quot;:1427,&quot;22963&quot;:1428,&quot;22994&quot;:1429,&quot;22981&quot;:1430,&quot;23391&quot;:1431,&quot;23396&quot;:1432,&quot;23395&quot;:1433,&quot;23447&quot;:1434,&quot;23450&quot;:1435,&quot;23448&quot;:1436,&quot;23452&quot;:1437,&quot;23449&quot;:1438,&quot;23451&quot;:1439,&quot;23578&quot;:1440,&quot;23624&quot;:1441,&quot;23621&quot;:1442,&quot;23622&quot;:1443,&quot;23735&quot;:1444,&quot;23713&quot;:1445,&quot;23736&quot;:1446,&quot;23721&quot;:1447,&quot;23723&quot;:1448,&quot;23729&quot;:1449,&quot;23731&quot;:1450,&quot;24088&quot;:1451,&quot;24090&quot;:1452,&quot;24086&quot;:1453,&quot;24085&quot;:1454,&quot;24091&quot;:1455,&quot;24081&quot;:1456,&quot;24184&quot;:1457,&quot;24218&quot;:1458,&quot;24215&quot;:1459,&quot;24220&quot;:1460,&quot;24213&quot;:1461,&quot;24214&quot;:1462,&quot;24310&quot;:1463,&quot;24358&quot;:1464,&quot;24359&quot;:1465,&quot;24361&quot;:1466,&quot;24448&quot;:1467,&quot;24449&quot;:1468,&quot;24447&quot;:1469,&quot;24444&quot;:1470,&quot;24541&quot;:1471,&quot;24544&quot;:1472,&quot;24573&quot;:1473,&quot;24565&quot;:1474,&quot;24575&quot;:1475,&quot;24591&quot;:1476,&quot;24596&quot;:1477,&quot;24623&quot;:1478,&quot;24629&quot;:1479,&quot;24598&quot;:1480,&quot;24618&quot;:1481,&quot;24597&quot;:1482,&quot;24609&quot;:1483,&quot;24615&quot;:1484,&quot;24617&quot;:1485,&quot;24619&quot;:1486,&quot;24603&quot;:1487,&quot;25110&quot;:1488,&quot;25109&quot;:1489,&quot;25151&quot;:1490,&quot;25150&quot;:1491,&quot;25152&quot;:1492,&quot;25215&quot;:1493,&quot;25289&quot;:1494,&quot;25292&quot;:1495,&quot;25284&quot;:1496,&quot;25279&quot;:1497,&quot;25282&quot;:1498,&quot;25273&quot;:1499,&quot;25298&quot;:1500,&quot;25307&quot;:1501,&quot;25259&quot;:1502,&quot;25299&quot;:1503,&quot;25300&quot;:1504,&quot;25291&quot;:1505,&quot;25288&quot;:1506,&quot;25256&quot;:1507,&quot;25277&quot;:1508,&quot;25276&quot;:1509,&quot;25296&quot;:1510,&quot;60582&quot;:1510,&quot;25305&quot;:1511,&quot;25287&quot;:1512,&quot;25293&quot;:1513,&quot;25269&quot;:1514,&quot;25306&quot;:1515,&quot;25265&quot;:1516,&quot;25304&quot;:1517,&quot;25302&quot;:1518,&quot;25303&quot;:1519,&quot;25286&quot;:1520,&quot;25260&quot;:1521,&quot;25294&quot;:1522,&quot;61010&quot;:1522,&quot;25918&quot;:1523,&quot;26023&quot;:1524,&quot;26044&quot;:1525,&quot;26106&quot;:1526,&quot;26132&quot;:1527,&quot;26131&quot;:1528,&quot;26124&quot;:1529,&quot;26118&quot;:1530,&quot;26114&quot;:1531,&quot;26126&quot;:1532,&quot;26112&quot;:1533,&quot;26127&quot;:1534,&quot;26133&quot;:1535,&quot;26122&quot;:1536,&quot;26119&quot;:1537,&quot;26381&quot;:1538,&quot;26379&quot;:1539,&quot;26477&quot;:1540,&quot;26507&quot;:1541,&quot;26517&quot;:1542,&quot;26481&quot;:1543,&quot;26524&quot;:1544,&quot;26483&quot;:1545,&quot;26487&quot;:1546,&quot;26503&quot;:1547,&quot;26525&quot;:1548,&quot;26519&quot;:1549,&quot;26479&quot;:1550,&quot;26480&quot;:1551,&quot;26495&quot;:1552,&quot;26505&quot;:1553,&quot;26494&quot;:1554,&quot;26512&quot;:1555,&quot;26485&quot;:1556,&quot;26522&quot;:1557,&quot;26515&quot;:1558,&quot;26492&quot;:1559,&quot;26474&quot;:1560,&quot;26482&quot;:1561,&quot;27427&quot;:1562,&quot;27494&quot;:1563,&quot;27495&quot;:1564,&quot;27519&quot;:1565,&quot;27667&quot;:1566,&quot;27675&quot;:1567,&quot;27875&quot;:1568,&quot;27880&quot;:1569,&quot;27891&quot;:1570,&quot;27825&quot;:1571,&quot;27852&quot;:1572,&quot;27877&quot;:1573,&quot;27827&quot;:1574,&quot;27837&quot;:1575,&quot;27838&quot;:1576,&quot;27836&quot;:1577,&quot;27874&quot;:1578,&quot;27819&quot;:1579,&quot;27861&quot;:1580,&quot;27859&quot;:1581,&quot;27832&quot;:1582,&quot;27844&quot;:1583,&quot;27833&quot;:1584,&quot;27841&quot;:1585,&quot;27822&quot;:1586,&quot;27863&quot;:1587,&quot;27845&quot;:1588,&quot;27889&quot;:1589,&quot;27839&quot;:1590,&quot;27835&quot;:1591,&quot;27873&quot;:1592,&quot;27867&quot;:1593,&quot;27850&quot;:1594,&quot;27820&quot;:1595,&quot;27887&quot;:1596,&quot;27868&quot;:1597,&quot;27862&quot;:1598,&quot;27872&quot;:1599,&quot;28821&quot;:1600,&quot;28814&quot;:1601,&quot;28818&quot;:1602,&quot;28810&quot;:1603,&quot;28825&quot;:1604,&quot;29228&quot;:1605,&quot;29229&quot;:1606,&quot;29240&quot;:1607,&quot;29256&quot;:1608,&quot;29287&quot;:1609,&quot;29289&quot;:1610,&quot;29376&quot;:1611,&quot;29390&quot;:1612,&quot;29401&quot;:1613,&quot;29399&quot;:1614,&quot;29392&quot;:1615,&quot;29609&quot;:1616,&quot;29608&quot;:1617,&quot;29599&quot;:1618,&quot;29611&quot;:1619,&quot;29605&quot;:1620,&quot;30013&quot;:1621,&quot;30109&quot;:1622,&quot;30105&quot;:1623,&quot;30106&quot;:1624,&quot;30340&quot;:1625,&quot;30402&quot;:1626,&quot;30450&quot;:1627,&quot;30452&quot;:1628,&quot;30693&quot;:1629,&quot;30717&quot;:1630,&quot;31038&quot;:1631,&quot;31040&quot;:1632,&quot;31041&quot;:1633,&quot;31177&quot;:1634,&quot;31176&quot;:1635,&quot;31354&quot;:1636,&quot;31353&quot;:1637,&quot;31482&quot;:1638,&quot;31998&quot;:1639,&quot;32596&quot;:1640,&quot;32652&quot;:1641,&quot;32651&quot;:1642,&quot;32773&quot;:1643,&quot;58236&quot;:1643,&quot;32954&quot;:1644,&quot;32933&quot;:1645,&quot;32930&quot;:1646,&quot;32945&quot;:1647,&quot;32929&quot;:1648,&quot;32939&quot;:1649,&quot;32937&quot;:1650,&quot;32948&quot;:1651,&quot;32938&quot;:1652,&quot;32943&quot;:1653,&quot;33253&quot;:1654,&quot;33278&quot;:1655,&quot;33293&quot;:1656,&quot;33459&quot;:1657,&quot;33437&quot;:1658,&quot;33433&quot;:1659,&quot;33453&quot;:1660,&quot;33469&quot;:1661,&quot;33439&quot;:1662,&quot;33465&quot;:1663,&quot;33457&quot;:1664,&quot;33452&quot;:1665,&quot;33445&quot;:1666,&quot;33455&quot;:1667,&quot;33464&quot;:1668,&quot;33443&quot;:1669,&quot;33456&quot;:1670,&quot;33470&quot;:1671,&quot;33463&quot;:1672,&quot;34382&quot;:1673,&quot;34417&quot;:1674,&quot;21021&quot;:1675,&quot;34920&quot;:1676,&quot;36555&quot;:1677,&quot;36814&quot;:1678,&quot;36820&quot;:1679,&quot;36817&quot;:1680,&quot;37045&quot;:1681,&quot;37048&quot;:1682,&quot;37041&quot;:1683,&quot;37046&quot;:1684,&quot;37319&quot;:1685,&quot;37329&quot;:1686,&quot;12198&quot;:1686,&quot;38263&quot;:1687,&quot;12199&quot;:1687,&quot;38272&quot;:1688,&quot;12200&quot;:1688,&quot;38428&quot;:1689,&quot;12201&quot;:1689,&quot;38464&quot;:1690,&quot;38463&quot;:1691,&quot;38459&quot;:1692,&quot;38468&quot;:1693,&quot;38466&quot;:1694,&quot;38585&quot;:1695,&quot;12203&quot;:1695,&quot;38632&quot;:1696,&quot;12204&quot;:1696,&quot;38738&quot;:1697,&quot;12206&quot;:1698,&quot;38750&quot;:1698,&quot;20127&quot;:1699,&quot;20141&quot;:1700,&quot;20142&quot;:1701,&quot;20449&quot;:1702,&quot;20405&quot;:1703,&quot;20399&quot;:1704,&quot;20415&quot;:1705,&quot;20448&quot;:1706,&quot;20433&quot;:1707,&quot;20431&quot;:1708,&quot;20445&quot;:1709,&quot;20419&quot;:1710,&quot;20406&quot;:1711,&quot;20440&quot;:1712,&quot;20447&quot;:1713,&quot;20426&quot;:1714,&quot;20439&quot;:1715,&quot;20398&quot;:1716,&quot;20432&quot;:1717,&quot;20420&quot;:1718,&quot;20418&quot;:1719,&quot;20442&quot;:1720,&quot;20430&quot;:1721,&quot;20446&quot;:1722,&quot;20407&quot;:1723,&quot;20823&quot;:1724,&quot;20882&quot;:1725,&quot;20881&quot;:1726,&quot;20896&quot;:1727,&quot;21070&quot;:1728,&quot;21059&quot;:1729,&quot;21066&quot;:1730,&quot;21069&quot;:1731,&quot;21068&quot;:1732,&quot;21067&quot;:1733,&quot;21063&quot;:1734,&quot;21191&quot;:1735,&quot;21193&quot;:1736,&quot;21187&quot;:1737,&quot;21185&quot;:1738,&quot;21261&quot;:1739,&quot;21335&quot;:1740,&quot;21371&quot;:1741,&quot;21402&quot;:1742,&quot;21467&quot;:1743,&quot;21676&quot;:1744,&quot;21696&quot;:1745,&quot;21672&quot;:1746,&quot;21710&quot;:1747,&quot;21705&quot;:1748,&quot;21688&quot;:1749,&quot;21670&quot;:1750,&quot;21683&quot;:1751,&quot;21703&quot;:1752,&quot;21698&quot;:1753,&quot;21693&quot;:1754,&quot;21674&quot;:1755,&quot;21697&quot;:1756,&quot;21700&quot;:1757,&quot;21704&quot;:1758,&quot;21679&quot;:1759,&quot;21675&quot;:1760,&quot;21681&quot;:1761,&quot;21691&quot;:1762,&quot;21673&quot;:1763,&quot;21671&quot;:1764,&quot;21695&quot;:1765,&quot;22271&quot;:1766,&quot;22402&quot;:1767,&quot;22411&quot;:1768,&quot;22432&quot;:1769,&quot;22435&quot;:1770,&quot;22434&quot;:1771,&quot;22478&quot;:1772,&quot;22446&quot;:1773,&quot;22419&quot;:1774,&quot;22869&quot;:1775,&quot;22865&quot;:1776,&quot;22863&quot;:1777,&quot;22862&quot;:1778,&quot;22864&quot;:1779,&quot;23004&quot;:1780,&quot;23000&quot;:1781,&quot;23039&quot;:1782,&quot;23011&quot;:1783,&quot;23016&quot;:1784,&quot;23043&quot;:1785,&quot;23013&quot;:1786,&quot;23018&quot;:1787,&quot;23002&quot;:1788,&quot;23014&quot;:1789,&quot;23041&quot;:1790,&quot;23035&quot;:1791,&quot;23401&quot;:1792,&quot;23459&quot;:1793,&quot;23462&quot;:1794,&quot;23460&quot;:1795,&quot;23458&quot;:1796,&quot;23461&quot;:1797,&quot;23553&quot;:1798,&quot;23630&quot;:1799,&quot;23631&quot;:1800,&quot;23629&quot;:1801,&quot;23627&quot;:1802,&quot;23769&quot;:1803,&quot;23762&quot;:1804,&quot;24055&quot;:1805,&quot;24093&quot;:1806,&quot;24101&quot;:1807,&quot;24095&quot;:1808,&quot;24189&quot;:1809,&quot;24224&quot;:1810,&quot;24230&quot;:1811,&quot;24314&quot;:1812,&quot;24328&quot;:1813,&quot;24365&quot;:1814,&quot;24421&quot;:1815,&quot;24456&quot;:1816,&quot;24453&quot;:1817,&quot;24458&quot;:1818,&quot;24459&quot;:1819,&quot;24455&quot;:1820,&quot;24460&quot;:1821,&quot;24457&quot;:1822,&quot;24594&quot;:1823,&quot;24605&quot;:1824,&quot;24608&quot;:1825,&quot;24613&quot;:1826,&quot;24590&quot;:1827,&quot;24616&quot;:1828,&quot;24653&quot;:1829,&quot;24688&quot;:1830,&quot;24680&quot;:1831,&quot;24674&quot;:1832,&quot;60712&quot;:1832,&quot;24646&quot;:1833,&quot;24643&quot;:1834,&quot;24684&quot;:1835,&quot;24683&quot;:1836,&quot;24682&quot;:1837,&quot;24676&quot;:1838,&quot;25153&quot;:1839,&quot;25308&quot;:1840,&quot;25366&quot;:1841,&quot;25353&quot;:1842,&quot;25340&quot;:1843,&quot;25325&quot;:1844,&quot;25345&quot;:1845,&quot;25326&quot;:1846,&quot;25341&quot;:1847,&quot;25351&quot;:1848,&quot;25329&quot;:1849,&quot;25335&quot;:1850,&quot;25327&quot;:1851,&quot;25324&quot;:1852,&quot;25342&quot;:1853,&quot;25332&quot;:1854,&quot;25361&quot;:1855,&quot;25346&quot;:1856,&quot;25919&quot;:1857,&quot;25925&quot;:1858,&quot;26027&quot;:1859,&quot;26045&quot;:1860,&quot;26082&quot;:1861,&quot;26149&quot;:1862,&quot;26157&quot;:1863,&quot;26144&quot;:1864,&quot;26151&quot;:1865,&quot;26159&quot;:1866,&quot;26143&quot;:1867,&quot;26152&quot;:1868,&quot;26161&quot;:1869,&quot;26148&quot;:1870,&quot;26359&quot;:1871,&quot;26623&quot;:1872,&quot;26579&quot;:1873,&quot;26609&quot;:1874,&quot;26580&quot;:1875,&quot;26576&quot;:1876,&quot;26604&quot;:1877,&quot;26550&quot;:1878,&quot;26543&quot;:1879,&quot;26613&quot;:1880,&quot;26601&quot;:1881,&quot;26607&quot;:1882,&quot;26564&quot;:1883,&quot;26577&quot;:1884,&quot;26548&quot;:1885,&quot;26586&quot;:1886,&quot;26597&quot;:1887,&quot;26552&quot;:1888,&quot;26575&quot;:1889,&quot;26590&quot;:1890,&quot;26611&quot;:1891,&quot;26544&quot;:1892,&quot;26585&quot;:1893,&quot;26594&quot;:1894,&quot;26589&quot;:1895,&quot;26578&quot;:1896,&quot;27498&quot;:1897,&quot;27523&quot;:1898,&quot;27526&quot;:1899,&quot;27573&quot;:1900,&quot;27602&quot;:1901,&quot;27607&quot;:1902,&quot;27679&quot;:1903,&quot;27849&quot;:1904,&quot;27915&quot;:1905,&quot;27954&quot;:1906,&quot;27946&quot;:1907,&quot;27969&quot;:1908,&quot;27941&quot;:1909,&quot;27916&quot;:1910,&quot;27953&quot;:1911,&quot;27934&quot;:1912,&quot;27927&quot;:1913,&quot;27963&quot;:1914,&quot;27965&quot;:1915,&quot;27966&quot;:1916,&quot;27958&quot;:1917,&quot;27931&quot;:1918,&quot;27893&quot;:1919,&quot;27961&quot;:1920,&quot;27943&quot;:1921,&quot;27960&quot;:1922,&quot;27945&quot;:1923,&quot;27950&quot;:1924,&quot;27957&quot;:1925,&quot;27918&quot;:1926,&quot;27947&quot;:1927,&quot;28843&quot;:1928,&quot;28858&quot;:1929,&quot;28851&quot;:1930,&quot;28844&quot;:1931,&quot;28847&quot;:1932,&quot;28845&quot;:1933,&quot;28856&quot;:1934,&quot;28846&quot;:1935,&quot;28836&quot;:1936,&quot;29232&quot;:1937,&quot;29298&quot;:1938,&quot;29295&quot;:1939,&quot;29300&quot;:1940,&quot;29417&quot;:1941,&quot;29408&quot;:1942,&quot;29409&quot;:1943,&quot;29623&quot;:1944,&quot;29642&quot;:1945,&quot;29627&quot;:1946,&quot;29618&quot;:1947,&quot;29645&quot;:1948,&quot;29632&quot;:1949,&quot;29619&quot;:1950,&quot;29978&quot;:1951,&quot;29997&quot;:1952,&quot;30031&quot;:1953,&quot;30028&quot;:1954,&quot;30030&quot;:1955,&quot;30027&quot;:1956,&quot;30123&quot;:1957,&quot;30116&quot;:1958,&quot;30117&quot;:1959,&quot;30114&quot;:1960,&quot;30115&quot;:1961,&quot;30328&quot;:1962,&quot;30342&quot;:1963,&quot;30343&quot;:1964,&quot;30344&quot;:1965,&quot;30408&quot;:1966,&quot;30406&quot;:1967,&quot;30403&quot;:1968,&quot;30405&quot;:1969,&quot;30465&quot;:1970,&quot;30457&quot;:1971,&quot;30456&quot;:1972,&quot;30473&quot;:1973,&quot;30475&quot;:1974,&quot;30462&quot;:1975,&quot;30460&quot;:1976,&quot;30471&quot;:1977,&quot;30684&quot;:1978,&quot;30722&quot;:1979,&quot;30740&quot;:1980,&quot;30732&quot;:1981,&quot;30733&quot;:1982,&quot;31046&quot;:1983,&quot;31049&quot;:1984,&quot;31048&quot;:1985,&quot;31047&quot;:1986,&quot;31161&quot;:1987,&quot;31162&quot;:1988,&quot;31185&quot;:1989,&quot;31186&quot;:1990,&quot;31179&quot;:1991,&quot;31359&quot;:1992,&quot;31361&quot;:1993,&quot;31487&quot;:1994,&quot;31485&quot;:1995,&quot;31869&quot;:1996,&quot;32002&quot;:1997,&quot;32005&quot;:1998,&quot;32000&quot;:1999,&quot;32009&quot;:2000,&quot;32007&quot;:2001,&quot;32004&quot;:2002,&quot;32006&quot;:2003,&quot;32568&quot;:2004,&quot;32654&quot;:2005,&quot;32703&quot;:2006,&quot;32784&quot;:2007,&quot;32781&quot;:2008,&quot;32785&quot;:2009,&quot;32822&quot;:2010,&quot;32982&quot;:2011,&quot;32997&quot;:2012,&quot;32986&quot;:2013,&quot;32963&quot;:2014,&quot;32964&quot;:2015,&quot;32972&quot;:2016,&quot;32993&quot;:2017,&quot;32987&quot;:2018,&quot;32974&quot;:2019,&quot;32990&quot;:2020,&quot;32996&quot;:2021,&quot;32989&quot;:2022,&quot;33268&quot;:2023,&quot;33314&quot;:2024,&quot;33511&quot;:2025,&quot;33539&quot;:2026,&quot;33541&quot;:2027,&quot;33507&quot;:2028,&quot;33499&quot;:2029,&quot;33510&quot;:2030,&quot;33540&quot;:2031,&quot;33509&quot;:2032,&quot;33538&quot;:2033,&quot;33545&quot;:2034,&quot;33490&quot;:2035,&quot;33495&quot;:2036,&quot;33521&quot;:2037,&quot;33537&quot;:2038,&quot;33500&quot;:2039,&quot;33492&quot;:2040,&quot;33489&quot;:2041,&quot;33502&quot;:2042,&quot;33491&quot;:2043,&quot;33503&quot;:2044,&quot;33519&quot;:2045,&quot;33542&quot;:2046,&quot;34384&quot;:2047,&quot;34425&quot;:2048,&quot;34427&quot;:2049,&quot;34426&quot;:2050,&quot;34893&quot;:2051,&quot;34923&quot;:2052,&quot;35201&quot;:2053,&quot;35284&quot;:2054,&quot;35336&quot;:2055,&quot;35330&quot;:2056,&quot;35331&quot;:2057,&quot;35998&quot;:2058,&quot;36000&quot;:2059,&quot;36212&quot;:2060,&quot;36211&quot;:2061,&quot;36276&quot;:2062,&quot;36557&quot;:2063,&quot;36556&quot;:2064,&quot;36848&quot;:2065,&quot;36838&quot;:2066,&quot;36834&quot;:2067,&quot;36842&quot;:2068,&quot;36837&quot;:2069,&quot;36845&quot;:2070,&quot;36843&quot;:2071,&quot;36836&quot;:2072,&quot;36840&quot;:2073,&quot;37066&quot;:2074,&quot;37070&quot;:2075,&quot;37057&quot;:2076,&quot;37059&quot;:2077,&quot;37195&quot;:2078,&quot;37194&quot;:2079,&quot;37325&quot;:2080,&quot;38274&quot;:2081,&quot;38480&quot;:2082,&quot;38475&quot;:2083,&quot;38476&quot;:2084,&quot;38477&quot;:2085,&quot;38754&quot;:2086,&quot;12207&quot;:2086,&quot;38761&quot;:2087,&quot;12208&quot;:2087,&quot;38859&quot;:2088,&quot;12209&quot;:2088,&quot;38893&quot;:2089,&quot;12210&quot;:2089,&quot;38899&quot;:2090,&quot;12211&quot;:2090,&quot;38913&quot;:2091,&quot;12212&quot;:2091,&quot;39080&quot;:2092,&quot;12213&quot;:2092,&quot;39131&quot;:2093,&quot;12214&quot;:2093,&quot;39135&quot;:2094,&quot;12215&quot;:2094,&quot;39318&quot;:2095,&quot;12216&quot;:2095,&quot;39321&quot;:2096,&quot;12217&quot;:2096,&quot;20056&quot;:2097,&quot;20147&quot;:2098,&quot;20492&quot;:2099,&quot;20493&quot;:2100,&quot;20515&quot;:2101,&quot;20463&quot;:2102,&quot;20518&quot;:2103,&quot;20517&quot;:2104,&quot;20472&quot;:2105,&quot;20521&quot;:2106,&quot;57375&quot;:2106,&quot;20502&quot;:2107,&quot;20486&quot;:2108,&quot;20540&quot;:2109,&quot;20511&quot;:2110,&quot;20506&quot;:2111,&quot;20498&quot;:2112,&quot;20497&quot;:2113,&quot;20474&quot;:2114,&quot;20480&quot;:2115,&quot;20500&quot;:2116,&quot;20520&quot;:2117,&quot;20465&quot;:2118,&quot;20513&quot;:2119,&quot;20491&quot;:2120,&quot;20505&quot;:2121,&quot;20504&quot;:2122,&quot;20467&quot;:2123,&quot;20462&quot;:2124,&quot;20525&quot;:2125,&quot;20522&quot;:2126,&quot;20478&quot;:2127,&quot;20523&quot;:2128,&quot;20489&quot;:2129,&quot;20860&quot;:2130,&quot;20900&quot;:2131,&quot;20901&quot;:2132,&quot;20898&quot;:2133,&quot;20941&quot;:2134,&quot;20940&quot;:2135,&quot;20934&quot;:2136,&quot;20939&quot;:2137,&quot;21078&quot;:2138,&quot;21084&quot;:2139,&quot;21076&quot;:2140,&quot;21083&quot;:2141,&quot;21085&quot;:2142,&quot;21290&quot;:2143,&quot;21375&quot;:2144,&quot;57459&quot;:2144,&quot;21407&quot;:2145,&quot;21405&quot;:2146,&quot;21471&quot;:2147,&quot;21736&quot;:2148,&quot;21776&quot;:2149,&quot;21761&quot;:2150,&quot;21815&quot;:2151,&quot;21756&quot;:2152,&quot;21733&quot;:2153,&quot;21746&quot;:2154,&quot;21766&quot;:2155,&quot;21754&quot;:2156,&quot;21780&quot;:2157,&quot;21737&quot;:2158,&quot;21741&quot;:2159,&quot;21729&quot;:2160,&quot;21769&quot;:2161,&quot;21742&quot;:2162,&quot;21738&quot;:2163,&quot;21734&quot;:2164,&quot;21799&quot;:2165,&quot;21767&quot;:2166,&quot;21757&quot;:2167,&quot;21775&quot;:2168,&quot;22275&quot;:2169,&quot;22276&quot;:2170,&quot;22466&quot;:2171,&quot;22484&quot;:2172,&quot;22475&quot;:2173,&quot;22467&quot;:2174,&quot;22537&quot;:2175,&quot;22799&quot;:2176,&quot;22871&quot;:2177,&quot;22872&quot;:2178,&quot;22874&quot;:2179,&quot;23057&quot;:2180,&quot;23064&quot;:2181,&quot;23068&quot;:2182,&quot;23071&quot;:2183,&quot;23067&quot;:2184,&quot;23059&quot;:2185,&quot;23020&quot;:2186,&quot;23072&quot;:2187,&quot;23075&quot;:2188,&quot;23081&quot;:2189,&quot;23077&quot;:2190,&quot;23052&quot;:2191,&quot;23049&quot;:2192,&quot;23403&quot;:2193,&quot;23640&quot;:2194,&quot;23472&quot;:2195,&quot;23475&quot;:2196,&quot;23478&quot;:2197,&quot;23476&quot;:2198,&quot;23470&quot;:2199,&quot;23477&quot;:2200,&quot;23481&quot;:2201,&quot;23480&quot;:2202,&quot;23556&quot;:2203,&quot;23633&quot;:2204,&quot;23637&quot;:2205,&quot;23632&quot;:2206,&quot;23789&quot;:2207,&quot;23805&quot;:2208,&quot;23803&quot;:2209,&quot;23786&quot;:2210,&quot;23784&quot;:2211,&quot;23792&quot;:2212,&quot;23798&quot;:2213,&quot;23809&quot;:2214,&quot;23796&quot;:2215,&quot;24046&quot;:2216,&quot;24109&quot;:2217,&quot;24107&quot;:2218,&quot;24235&quot;:2219,&quot;24237&quot;:2220,&quot;24231&quot;:2221,&quot;24369&quot;:2222,&quot;24466&quot;:2223,&quot;24465&quot;:2224,&quot;24464&quot;:2225,&quot;24665&quot;:2226,&quot;24675&quot;:2227,&quot;24677&quot;:2228,&quot;24656&quot;:2229,&quot;24661&quot;:2230,&quot;24685&quot;:2231,&quot;24681&quot;:2232,&quot;24687&quot;:2233,&quot;24708&quot;:2234,&quot;24735&quot;:2235,&quot;24730&quot;:2236,&quot;24717&quot;:2237,&quot;24724&quot;:2238,&quot;24716&quot;:2239,&quot;24709&quot;:2240,&quot;24726&quot;:2241,&quot;25159&quot;:2242,&quot;25331&quot;:2243,&quot;25352&quot;:2244,&quot;25343&quot;:2245,&quot;25422&quot;:2246,&quot;25406&quot;:2247,&quot;25391&quot;:2248,&quot;25429&quot;:2249,&quot;25410&quot;:2250,&quot;25414&quot;:2251,&quot;25423&quot;:2252,&quot;25417&quot;:2253,&quot;25402&quot;:2254,&quot;25424&quot;:2255,&quot;25405&quot;:2256,&quot;25386&quot;:2257,&quot;25387&quot;:2258,&quot;25384&quot;:2259,&quot;25421&quot;:2260,&quot;25420&quot;:2261,&quot;25928&quot;:2262,&quot;25929&quot;:2263,&quot;26009&quot;:2264,&quot;26049&quot;:2265,&quot;26053&quot;:2266,&quot;26178&quot;:2267,&quot;26185&quot;:2268,&quot;26191&quot;:2269,&quot;26179&quot;:2270,&quot;26194&quot;:2271,&quot;26188&quot;:2272,&quot;26181&quot;:2273,&quot;26177&quot;:2274,&quot;26360&quot;:2275,&quot;26388&quot;:2276,&quot;26389&quot;:2277,&quot;26391&quot;:2278,&quot;26657&quot;:2279,&quot;26680&quot;:2280,&quot;26696&quot;:2281,&quot;26694&quot;:2282,&quot;26707&quot;:2283,&quot;26681&quot;:2284,&quot;26690&quot;:2285,&quot;26708&quot;:2286,&quot;26665&quot;:2287,&quot;26803&quot;:2288,&quot;26647&quot;:2289,&quot;26700&quot;:2290,&quot;26705&quot;:2291,&quot;26685&quot;:2292,&quot;26612&quot;:2293,&quot;26704&quot;:2294,&quot;26688&quot;:2295,&quot;26684&quot;:2296,&quot;26691&quot;:2297,&quot;26666&quot;:2298,&quot;26693&quot;:2299,&quot;26643&quot;:2300,&quot;26648&quot;:2301,&quot;26689&quot;:2302,&quot;27530&quot;:2303,&quot;27529&quot;:2304,&quot;27575&quot;:2305,&quot;27683&quot;:2306,&quot;27687&quot;:2307,&quot;27688&quot;:2308,&quot;27686&quot;:2309,&quot;27684&quot;:2310,&quot;27888&quot;:2311,&quot;28010&quot;:2312,&quot;28053&quot;:2313,&quot;28040&quot;:2314,&quot;28039&quot;:2315,&quot;28006&quot;:2316,&quot;28024&quot;:2317,&quot;28023&quot;:2318,&quot;27993&quot;:2319,&quot;28051&quot;:2320,&quot;28012&quot;:2321,&quot;28041&quot;:2322,&quot;28014&quot;:2323,&quot;27994&quot;:2324,&quot;28020&quot;:2325,&quot;28009&quot;:2326,&quot;28044&quot;:2327,&quot;28042&quot;:2328,&quot;28025&quot;:2329,&quot;28037&quot;:2330,&quot;28005&quot;:2331,&quot;28052&quot;:2332,&quot;28874&quot;:2333,&quot;28888&quot;:2334,&quot;28900&quot;:2335,&quot;28889&quot;:2336,&quot;28872&quot;:2337,&quot;28879&quot;:2338,&quot;29241&quot;:2339,&quot;29305&quot;:2340,&quot;29436&quot;:2341,&quot;29433&quot;:2342,&quot;29437&quot;:2343,&quot;29432&quot;:2344,&quot;29431&quot;:2345,&quot;29574&quot;:2346,&quot;29677&quot;:2347,&quot;29705&quot;:2348,&quot;29678&quot;:2349,&quot;29664&quot;:2350,&quot;29674&quot;:2351,&quot;29662&quot;:2352,&quot;30036&quot;:2353,&quot;30045&quot;:2354,&quot;30044&quot;:2355,&quot;30042&quot;:2356,&quot;30041&quot;:2357,&quot;30142&quot;:2358,&quot;30149&quot;:2359,&quot;30151&quot;:2360,&quot;30130&quot;:2361,&quot;30131&quot;:2362,&quot;30141&quot;:2363,&quot;30140&quot;:2364,&quot;30137&quot;:2365,&quot;30146&quot;:2366,&quot;30136&quot;:2367,&quot;30347&quot;:2368,&quot;30384&quot;:2369,&quot;30410&quot;:2370,&quot;30413&quot;:2371,&quot;30414&quot;:2372,&quot;30505&quot;:2373,&quot;30495&quot;:2374,&quot;30496&quot;:2375,&quot;30504&quot;:2376,&quot;30697&quot;:2377,&quot;30768&quot;:2378,&quot;30759&quot;:2379,&quot;30776&quot;:2380,&quot;30749&quot;:2381,&quot;30772&quot;:2382,&quot;30775&quot;:2383,&quot;30757&quot;:2384,&quot;30765&quot;:2385,&quot;30752&quot;:2386,&quot;30751&quot;:2387,&quot;30770&quot;:2388,&quot;31061&quot;:2389,&quot;31056&quot;:2390,&quot;31072&quot;:2391,&quot;31071&quot;:2392,&quot;31062&quot;:2393,&quot;31070&quot;:2394,&quot;31069&quot;:2395,&quot;31063&quot;:2396,&quot;31066&quot;:2397,&quot;31204&quot;:2398,&quot;31203&quot;:2399,&quot;60418&quot;:2399,&quot;31207&quot;:2400,&quot;31199&quot;:2401,&quot;31206&quot;:2402,&quot;31209&quot;:2403,&quot;31192&quot;:2404,&quot;31364&quot;:2405,&quot;31368&quot;:2406,&quot;31449&quot;:2407,&quot;31494&quot;:2408,&quot;31505&quot;:2409,&quot;31881&quot;:2410,&quot;32033&quot;:2411,&quot;32023&quot;:2412,&quot;32011&quot;:2413,&quot;32010&quot;:2414,&quot;32032&quot;:2415,&quot;32034&quot;:2416,&quot;32020&quot;:2417,&quot;32016&quot;:2418,&quot;32021&quot;:2419,&quot;32026&quot;:2420,&quot;32028&quot;:2421,&quot;32013&quot;:2422,&quot;32025&quot;:2423,&quot;32027&quot;:2424,&quot;32570&quot;:2425,&quot;32607&quot;:2426,&quot;32660&quot;:2427,&quot;32709&quot;:2428,&quot;32705&quot;:2429,&quot;32774&quot;:2430,&quot;32772&quot;:2431,&quot;32792&quot;:2432,&quot;32789&quot;:2433,&quot;32793&quot;:2434,&quot;32791&quot;:2435,&quot;32829&quot;:2436,&quot;32831&quot;:2437,&quot;33009&quot;:2438,&quot;33026&quot;:2439,&quot;33008&quot;:2440,&quot;33029&quot;:2441,&quot;33005&quot;:2442,&quot;33012&quot;:2443,&quot;33030&quot;:2444,&quot;33016&quot;:2445,&quot;33011&quot;:2446,&quot;33032&quot;:2447,&quot;33021&quot;:2448,&quot;33034&quot;:2449,&quot;33020&quot;:2450,&quot;33007&quot;:2451,&quot;33261&quot;:2452,&quot;33260&quot;:2453,&quot;33280&quot;:2454,&quot;33296&quot;:2455,&quot;33322&quot;:2456,&quot;33323&quot;:2457,&quot;33320&quot;:2458,&quot;33324&quot;:2459,&quot;33467&quot;:2460,&quot;33579&quot;:2461,&quot;33618&quot;:2462,&quot;33620&quot;:2463,&quot;33610&quot;:2464,&quot;33592&quot;:2465,&quot;33616&quot;:2466,&quot;33609&quot;:2467,&quot;33589&quot;:2468,&quot;33588&quot;:2469,&quot;33615&quot;:2470,&quot;33586&quot;:2471,&quot;33593&quot;:2472,&quot;33590&quot;:2473,&quot;33559&quot;:2474,&quot;33600&quot;:2475,&quot;33585&quot;:2476,&quot;33576&quot;:2477,&quot;33603&quot;:2478,&quot;34388&quot;:2479,&quot;34442&quot;:2480,&quot;34474&quot;:2481,&quot;34451&quot;:2482,&quot;34468&quot;:2483,&quot;34473&quot;:2484,&quot;34444&quot;:2485,&quot;34467&quot;:2486,&quot;34460&quot;:2487,&quot;34928&quot;:2488,&quot;34935&quot;:2489,&quot;34945&quot;:2490,&quot;34946&quot;:2491,&quot;34941&quot;:2492,&quot;34937&quot;:2493,&quot;35352&quot;:2494,&quot;35344&quot;:2495,&quot;35342&quot;:2496,&quot;35340&quot;:2497,&quot;35349&quot;:2498,&quot;35338&quot;:2499,&quot;35351&quot;:2500,&quot;35347&quot;:2501,&quot;35350&quot;:2502,&quot;35343&quot;:2503,&quot;35345&quot;:2504,&quot;35912&quot;:2505,&quot;35962&quot;:2506,&quot;35961&quot;:2507,&quot;36001&quot;:2508,&quot;36002&quot;:2509,&quot;36215&quot;:2510,&quot;58442&quot;:2510,&quot;36524&quot;:2511,&quot;36562&quot;:2512,&quot;36564&quot;:2513,&quot;36559&quot;:2514,&quot;36785&quot;:2515,&quot;36865&quot;:2516,&quot;36870&quot;:2517,&quot;36855&quot;:2518,&quot;36864&quot;:2519,&quot;36858&quot;:2520,&quot;36852&quot;:2521,&quot;36867&quot;:2522,&quot;36861&quot;:2523,&quot;36869&quot;:2524,&quot;36856&quot;:2525,&quot;37013&quot;:2526,&quot;37089&quot;:2527,&quot;37085&quot;:2528,&quot;37090&quot;:2529,&quot;37202&quot;:2530,&quot;37197&quot;:2531,&quot;37196&quot;:2532,&quot;37336&quot;:2533,&quot;37341&quot;:2534,&quot;37335&quot;:2535,&quot;37340&quot;:2536,&quot;37337&quot;:2537,&quot;38275&quot;:2538,&quot;38498&quot;:2539,&quot;38499&quot;:2540,&quot;38497&quot;:2541,&quot;38491&quot;:2542,&quot;38493&quot;:2543,&quot;38500&quot;:2544,&quot;38488&quot;:2545,&quot;38494&quot;:2546,&quot;38587&quot;:2547,&quot;39138&quot;:2548,&quot;39340&quot;:2549,&quot;12218&quot;:2549,&quot;39592&quot;:2550,&quot;12219&quot;:2550,&quot;39640&quot;:2551,&quot;12220&quot;:2551,&quot;12222&quot;:2552,&quot;39717&quot;:2552,&quot;39730&quot;:2553,&quot;12224&quot;:2553,&quot;39740&quot;:2554,&quot;12225&quot;:2554,&quot;20094&quot;:2555,&quot;20602&quot;:2556,&quot;20605&quot;:2557,&quot;57382&quot;:2557,&quot;20572&quot;:2558,&quot;20551&quot;:2559,&quot;20547&quot;:2560,&quot;20556&quot;:2561,&quot;20570&quot;:2562,&quot;20553&quot;:2563,&quot;20581&quot;:2564,&quot;20598&quot;:2565,&quot;20558&quot;:2566,&quot;20565&quot;:2567,&quot;20597&quot;:2568,&quot;20596&quot;:2569,&quot;20599&quot;:2570,&quot;20559&quot;:2571,&quot;20495&quot;:2572,&quot;20591&quot;:2573,&quot;20589&quot;:2574,&quot;20828&quot;:2575,&quot;20885&quot;:2576,&quot;20976&quot;:2577,&quot;21098&quot;:2578,&quot;21103&quot;:2579,&quot;21202&quot;:2580,&quot;21209&quot;:2581,&quot;21208&quot;:2582,&quot;21205&quot;:2583,&quot;21264&quot;:2584,&quot;21263&quot;:2585,&quot;21273&quot;:2586,&quot;21311&quot;:2587,&quot;21312&quot;:2588,&quot;21310&quot;:2589,&quot;21443&quot;:2590,&quot;26364&quot;:2591,&quot;21830&quot;:2592,&quot;21866&quot;:2593,&quot;21862&quot;:2594,&quot;21828&quot;:2595,&quot;21854&quot;:2596,&quot;21857&quot;:2597,&quot;21827&quot;:2598,&quot;21834&quot;:2599,&quot;21809&quot;:2600,&quot;21846&quot;:2601,&quot;21839&quot;:2602,&quot;21845&quot;:2603,&quot;21807&quot;:2604,&quot;21860&quot;:2605,&quot;21816&quot;:2606,&quot;21806&quot;:2607,&quot;21852&quot;:2608,&quot;21804&quot;:2609,&quot;21859&quot;:2610,&quot;21811&quot;:2611,&quot;21825&quot;:2612,&quot;21847&quot;:2613,&quot;22280&quot;:2614,&quot;22283&quot;:2615,&quot;22281&quot;:2616,&quot;22495&quot;:2617,&quot;22533&quot;:2618,&quot;22538&quot;:2619,&quot;22534&quot;:2620,&quot;22496&quot;:2621,&quot;22500&quot;:2622,&quot;22522&quot;:2623,&quot;22530&quot;:2624,&quot;22581&quot;:2625,&quot;22519&quot;:2626,&quot;22521&quot;:2627,&quot;22816&quot;:2628,&quot;22882&quot;:2629,&quot;23094&quot;:2630,&quot;23105&quot;:2631,&quot;23113&quot;:2632,&quot;23142&quot;:2633,&quot;23146&quot;:2634,&quot;23104&quot;:2635,&quot;23100&quot;:2636,&quot;23138&quot;:2637,&quot;23130&quot;:2638,&quot;23110&quot;:2639,&quot;23114&quot;:2640,&quot;23408&quot;:2641,&quot;23495&quot;:2642,&quot;23493&quot;:2643,&quot;23492&quot;:2644,&quot;23490&quot;:2645,&quot;23487&quot;:2646,&quot;23494&quot;:2647,&quot;23561&quot;:2648,&quot;23560&quot;:2649,&quot;23559&quot;:2650,&quot;23648&quot;:2651,&quot;23644&quot;:2652,&quot;23645&quot;:2653,&quot;23815&quot;:2654,&quot;23814&quot;:2655,&quot;23822&quot;:2656,&quot;23835&quot;:2657,&quot;23830&quot;:2658,&quot;23842&quot;:2659,&quot;23825&quot;:2660,&quot;23849&quot;:2661,&quot;23828&quot;:2662,&quot;23833&quot;:2663,&quot;23844&quot;:2664,&quot;23847&quot;:2665,&quot;23831&quot;:2666,&quot;24034&quot;:2667,&quot;24120&quot;:2668,&quot;24118&quot;:2669,&quot;24115&quot;:2670,&quot;24119&quot;:2671,&quot;24247&quot;:2672,&quot;24248&quot;:2673,&quot;24246&quot;:2674,&quot;24245&quot;:2675,&quot;24254&quot;:2676,&quot;24373&quot;:2677,&quot;24375&quot;:2678,&quot;24407&quot;:2679,&quot;24428&quot;:2680,&quot;24425&quot;:2681,&quot;24427&quot;:2682,&quot;24471&quot;:2683,&quot;24473&quot;:2684,&quot;24478&quot;:2685,&quot;24472&quot;:2686,&quot;24481&quot;:2687,&quot;24480&quot;:2688,&quot;24476&quot;:2689,&quot;24703&quot;:2690,&quot;24739&quot;:2691,&quot;24713&quot;:2692,&quot;24736&quot;:2693,&quot;24744&quot;:2694,&quot;24779&quot;:2695,&quot;24756&quot;:2696,&quot;24806&quot;:2697,&quot;24765&quot;:2698,&quot;24773&quot;:2699,&quot;24763&quot;:2700,&quot;24757&quot;:2701,&quot;24796&quot;:2702,&quot;24764&quot;:2703,&quot;24792&quot;:2704,&quot;24789&quot;:2705,&quot;24774&quot;:2706,&quot;24799&quot;:2707,&quot;24760&quot;:2708,&quot;24794&quot;:2709,&quot;24775&quot;:2710,&quot;25114&quot;:2711,&quot;25115&quot;:2712,&quot;25160&quot;:2713,&quot;25504&quot;:2714,&quot;25511&quot;:2715,&quot;25458&quot;:2716,&quot;25494&quot;:2717,&quot;25506&quot;:2718,&quot;25509&quot;:2719,&quot;25463&quot;:2720,&quot;25447&quot;:2721,&quot;25496&quot;:2722,&quot;25514&quot;:2723,&quot;25457&quot;:2724,&quot;25513&quot;:2725,&quot;25481&quot;:2726,&quot;25475&quot;:2727,&quot;25499&quot;:2728,&quot;25451&quot;:2729,&quot;25512&quot;:2730,&quot;25476&quot;:2731,&quot;25480&quot;:2732,&quot;25497&quot;:2733,&quot;25505&quot;:2734,&quot;25516&quot;:2735,&quot;25490&quot;:2736,&quot;25487&quot;:2737,&quot;25472&quot;:2738,&quot;25467&quot;:2739,&quot;25449&quot;:2740,&quot;25448&quot;:2741,&quot;25466&quot;:2742,&quot;25949&quot;:2743,&quot;25942&quot;:2744,&quot;25937&quot;:2745,&quot;25945&quot;:2746,&quot;25943&quot;:2747,&quot;21855&quot;:2748,&quot;25935&quot;:2749,&quot;25944&quot;:2750,&quot;25941&quot;:2751,&quot;25940&quot;:2752,&quot;26012&quot;:2753,&quot;26011&quot;:2754,&quot;26028&quot;:2755,&quot;26063&quot;:2756,&quot;26059&quot;:2757,&quot;26060&quot;:2758,&quot;26062&quot;:2759,&quot;26205&quot;:2760,&quot;26202&quot;:2761,&quot;26212&quot;:2762,&quot;26216&quot;:2763,&quot;26214&quot;:2764,&quot;26206&quot;:2765,&quot;26361&quot;:2766,&quot;21207&quot;:2767,&quot;26395&quot;:2768,&quot;26753&quot;:2769,&quot;26799&quot;:2770,&quot;26786&quot;:2771,&quot;26771&quot;:2772,&quot;26805&quot;:2773,&quot;26751&quot;:2774,&quot;26742&quot;:2775,&quot;26801&quot;:2776,&quot;26791&quot;:2777,&quot;26775&quot;:2778,&quot;26800&quot;:2779,&quot;26755&quot;:2780,&quot;26820&quot;:2781,&quot;26797&quot;:2782,&quot;26758&quot;:2783,&quot;26757&quot;:2784,&quot;26772&quot;:2785,&quot;26781&quot;:2786,&quot;26792&quot;:2787,&quot;26783&quot;:2788,&quot;26785&quot;:2789,&quot;26754&quot;:2790,&quot;27442&quot;:2791,&quot;27578&quot;:2792,&quot;27627&quot;:2793,&quot;27628&quot;:2794,&quot;27691&quot;:2795,&quot;28046&quot;:2796,&quot;28092&quot;:2797,&quot;28147&quot;:2798,&quot;28121&quot;:2799,&quot;28082&quot;:2800,&quot;28129&quot;:2801,&quot;28108&quot;:2802,&quot;28132&quot;:2803,&quot;28155&quot;:2804,&quot;28154&quot;:2805,&quot;28165&quot;:2806,&quot;28103&quot;:2807,&quot;28107&quot;:2808,&quot;28079&quot;:2809,&quot;28113&quot;:2810,&quot;28078&quot;:2811,&quot;28126&quot;:2812,&quot;28153&quot;:2813,&quot;28088&quot;:2814,&quot;28151&quot;:2815,&quot;28149&quot;:2816,&quot;28101&quot;:2817,&quot;28114&quot;:2818,&quot;28186&quot;:2819,&quot;28085&quot;:2820,&quot;28122&quot;:2821,&quot;28139&quot;:2822,&quot;28120&quot;:2823,&quot;28138&quot;:2824,&quot;28145&quot;:2825,&quot;28142&quot;:2826,&quot;28136&quot;:2827,&quot;28102&quot;:2828,&quot;28100&quot;:2829,&quot;28074&quot;:2830,&quot;28140&quot;:2831,&quot;28095&quot;:2832,&quot;28134&quot;:2833,&quot;28921&quot;:2834,&quot;28937&quot;:2835,&quot;28938&quot;:2836,&quot;28925&quot;:2837,&quot;28911&quot;:2838,&quot;29245&quot;:2839,&quot;29309&quot;:2840,&quot;29313&quot;:2841,&quot;29468&quot;:2842,&quot;29467&quot;:2843,&quot;29462&quot;:2844,&quot;29459&quot;:2845,&quot;29465&quot;:2846,&quot;29575&quot;:2847,&quot;29701&quot;:2848,&quot;29706&quot;:2849,&quot;29699&quot;:2850,&quot;29702&quot;:2851,&quot;29694&quot;:2852,&quot;29709&quot;:2853,&quot;29920&quot;:2854,&quot;29942&quot;:2855,&quot;29943&quot;:2856,&quot;29980&quot;:2857,&quot;29986&quot;:2858,&quot;30053&quot;:2859,&quot;30054&quot;:2860,&quot;30050&quot;:2861,&quot;30064&quot;:2862,&quot;30095&quot;:2863,&quot;30164&quot;:2864,&quot;30165&quot;:2865,&quot;30133&quot;:2866,&quot;30154&quot;:2867,&quot;30157&quot;:2868,&quot;30350&quot;:2869,&quot;30420&quot;:2870,&quot;30418&quot;:2871,&quot;30427&quot;:2872,&quot;30519&quot;:2873,&quot;30526&quot;:2874,&quot;30524&quot;:2875,&quot;30518&quot;:2876,&quot;30520&quot;:2877,&quot;30522&quot;:2878,&quot;30827&quot;:2879,&quot;30787&quot;:2880,&quot;30798&quot;:2881,&quot;31077&quot;:2882,&quot;31080&quot;:2883,&quot;31085&quot;:2884,&quot;31227&quot;:2885,&quot;31378&quot;:2886,&quot;31381&quot;:2887,&quot;31520&quot;:2888,&quot;31528&quot;:2889,&quot;31515&quot;:2890,&quot;31532&quot;:2891,&quot;31526&quot;:2892,&quot;31513&quot;:2893,&quot;31518&quot;:2894,&quot;31534&quot;:2895,&quot;31890&quot;:2896,&quot;31895&quot;:2897,&quot;31893&quot;:2898,&quot;32070&quot;:2899,&quot;32067&quot;:2900,&quot;32113&quot;:2901,&quot;32046&quot;:2902,&quot;32057&quot;:2903,&quot;32060&quot;:2904,&quot;32064&quot;:2905,&quot;32048&quot;:2906,&quot;32051&quot;:2907,&quot;32068&quot;:2908,&quot;32047&quot;:2909,&quot;32066&quot;:2910,&quot;32050&quot;:2911,&quot;32049&quot;:2912,&quot;32573&quot;:2913,&quot;32670&quot;:2914,&quot;32666&quot;:2915,&quot;32716&quot;:2916,&quot;32718&quot;:2917,&quot;32722&quot;:2918,&quot;32796&quot;:2919,&quot;32842&quot;:2920,&quot;32838&quot;:2921,&quot;33071&quot;:2922,&quot;33046&quot;:2923,&quot;33059&quot;:2924,&quot;33067&quot;:2925,&quot;33065&quot;:2926,&quot;33072&quot;:2927,&quot;33060&quot;:2928,&quot;33282&quot;:2929,&quot;33333&quot;:2930,&quot;33335&quot;:2931,&quot;33334&quot;:2932,&quot;33337&quot;:2933,&quot;33678&quot;:2934,&quot;33694&quot;:2935,&quot;33688&quot;:2936,&quot;33656&quot;:2937,&quot;33698&quot;:2938,&quot;33686&quot;:2939,&quot;33725&quot;:2940,&quot;33707&quot;:2941,&quot;33682&quot;:2942,&quot;33674&quot;:2943,&quot;33683&quot;:2944,&quot;33673&quot;:2945,&quot;33696&quot;:2946,&quot;33655&quot;:2947,&quot;33659&quot;:2948,&quot;33660&quot;:2949,&quot;33670&quot;:2950,&quot;33703&quot;:2951,&quot;34389&quot;:2952,&quot;24426&quot;:2953,&quot;34503&quot;:2954,&quot;34496&quot;:2955,&quot;34486&quot;:2956,&quot;34500&quot;:2957,&quot;34485&quot;:2958,&quot;34502&quot;:2959,&quot;34507&quot;:2960,&quot;34481&quot;:2961,&quot;34479&quot;:2962,&quot;34505&quot;:2963,&quot;34899&quot;:2964,&quot;34974&quot;:2965,&quot;34952&quot;:2966,&quot;34987&quot;:2967,&quot;34962&quot;:2968,&quot;34966&quot;:2969,&quot;34957&quot;:2970,&quot;34955&quot;:2971,&quot;35219&quot;:2972,&quot;35215&quot;:2973,&quot;35370&quot;:2974,&quot;35357&quot;:2975,&quot;35363&quot;:2976,&quot;35365&quot;:2977,&quot;35377&quot;:2978,&quot;35373&quot;:2979,&quot;35359&quot;:2980,&quot;35355&quot;:2981,&quot;35362&quot;:2982,&quot;35913&quot;:2983,&quot;35930&quot;:2984,&quot;36009&quot;:2985,&quot;36012&quot;:2986,&quot;36011&quot;:2987,&quot;36008&quot;:2988,&quot;36010&quot;:2989,&quot;36007&quot;:2990,&quot;36199&quot;:2991,&quot;36198&quot;:2992,&quot;36286&quot;:2993,&quot;36282&quot;:2994,&quot;36571&quot;:2995,&quot;36575&quot;:2996,&quot;36889&quot;:2997,&quot;36877&quot;:2998,&quot;36890&quot;:2999,&quot;36887&quot;:3000,&quot;36899&quot;:3001,&quot;36895&quot;:3002,&quot;36893&quot;:3003,&quot;36880&quot;:3004,&quot;36885&quot;:3005,&quot;36894&quot;:3006,&quot;36896&quot;:3007,&quot;36879&quot;:3008,&quot;36898&quot;:3009,&quot;36886&quot;:3010,&quot;36891&quot;:3011,&quot;36884&quot;:3012,&quot;37096&quot;:3013,&quot;37101&quot;:3014,&quot;37117&quot;:3015,&quot;58488&quot;:3015,&quot;37207&quot;:3016,&quot;37326&quot;:3017,&quot;37365&quot;:3018,&quot;37350&quot;:3019,&quot;37347&quot;:3020,&quot;37351&quot;:3021,&quot;37357&quot;:3022,&quot;37353&quot;:3023,&quot;38281&quot;:3024,&quot;38506&quot;:3025,&quot;38517&quot;:3026,&quot;38515&quot;:3027,&quot;38520&quot;:3028,&quot;38512&quot;:3029,&quot;38516&quot;:3030,&quot;38518&quot;:3031,&quot;38519&quot;:3032,&quot;38508&quot;:3033,&quot;38592&quot;:3034,&quot;38634&quot;:3035,&quot;38633&quot;:3036,&quot;31456&quot;:3037,&quot;31455&quot;:3038,&quot;38914&quot;:3039,&quot;38915&quot;:3040,&quot;39770&quot;:3041,&quot;12226&quot;:3041,&quot;40165&quot;:3042,&quot;12227&quot;:3042,&quot;40565&quot;:3043,&quot;12228&quot;:3043,&quot;40575&quot;:3044,&quot;12229&quot;:3044,&quot;40613&quot;:3045,&quot;12230&quot;:3045,&quot;40635&quot;:3046,&quot;12231&quot;:3046,&quot;20642&quot;:3047,&quot;20621&quot;:3048,&quot;20613&quot;:3049,&quot;20633&quot;:3050,&quot;20625&quot;:3051,&quot;20608&quot;:3052,&quot;20630&quot;:3053,&quot;20632&quot;:3054,&quot;20634&quot;:3055,&quot;26368&quot;:3056,&quot;20977&quot;:3057,&quot;21106&quot;:3058,&quot;21108&quot;:3059,&quot;21109&quot;:3060,&quot;21097&quot;:3061,&quot;21214&quot;:3062,&quot;21213&quot;:3063,&quot;21211&quot;:3064,&quot;21338&quot;:3065,&quot;21413&quot;:3066,&quot;21883&quot;:3067,&quot;21888&quot;:3068,&quot;21927&quot;:3069,&quot;21884&quot;:3070,&quot;21898&quot;:3071,&quot;21917&quot;:3072,&quot;21912&quot;:3073,&quot;21890&quot;:3074,&quot;21916&quot;:3075,&quot;21930&quot;:3076,&quot;21908&quot;:3077,&quot;21895&quot;:3078,&quot;21899&quot;:3079,&quot;21891&quot;:3080,&quot;21939&quot;:3081,&quot;21934&quot;:3082,&quot;21919&quot;:3083,&quot;21822&quot;:3084,&quot;21938&quot;:3085,&quot;21914&quot;:3086,&quot;21947&quot;:3087,&quot;21932&quot;:3088,&quot;21937&quot;:3089,&quot;21886&quot;:3090,&quot;21897&quot;:3091,&quot;21931&quot;:3092,&quot;21913&quot;:3093,&quot;22285&quot;:3094,&quot;22575&quot;:3095,&quot;22570&quot;:3096,&quot;22580&quot;:3097,&quot;22564&quot;:3098,&quot;22576&quot;:3099,&quot;22577&quot;:3100,&quot;22561&quot;:3101,&quot;22557&quot;:3102,&quot;22560&quot;:3103,&quot;22777&quot;:3104,&quot;22778&quot;:3105,&quot;22880&quot;:3106,&quot;23159&quot;:3107,&quot;57587&quot;:3107,&quot;23194&quot;:3108,&quot;23167&quot;:3109,&quot;23186&quot;:3110,&quot;23195&quot;:3111,&quot;23207&quot;:3112,&quot;23411&quot;:3113,&quot;23409&quot;:3114,&quot;23506&quot;:3115,&quot;23500&quot;:3116,&quot;23507&quot;:3117,&quot;23504&quot;:3118,&quot;23562&quot;:3119,&quot;23563&quot;:3120,&quot;23601&quot;:3121,&quot;23884&quot;:3122,&quot;23888&quot;:3123,&quot;23860&quot;:3124,&quot;23879&quot;:3125,&quot;24061&quot;:3126,&quot;24133&quot;:3127,&quot;24125&quot;:3128,&quot;24128&quot;:3129,&quot;24131&quot;:3130,&quot;24190&quot;:3131,&quot;24266&quot;:3132,&quot;24257&quot;:3133,&quot;24258&quot;:3134,&quot;24260&quot;:3135,&quot;24380&quot;:3136,&quot;24429&quot;:3137,&quot;24489&quot;:3138,&quot;24490&quot;:3139,&quot;24488&quot;:3140,&quot;24785&quot;:3141,&quot;24801&quot;:3142,&quot;24754&quot;:3143,&quot;24758&quot;:3144,&quot;24800&quot;:3145,&quot;24860&quot;:3146,&quot;24867&quot;:3147,&quot;24826&quot;:3148,&quot;24853&quot;:3149,&quot;24816&quot;:3150,&quot;24827&quot;:3151,&quot;24820&quot;:3152,&quot;24936&quot;:3153,&quot;24817&quot;:3154,&quot;24846&quot;:3155,&quot;24822&quot;:3156,&quot;24841&quot;:3157,&quot;24832&quot;:3158,&quot;24850&quot;:3159,&quot;25119&quot;:3160,&quot;25161&quot;:3161,&quot;25507&quot;:3162,&quot;25484&quot;:3163,&quot;25551&quot;:3164,&quot;25536&quot;:3165,&quot;25577&quot;:3166,&quot;25545&quot;:3167,&quot;25542&quot;:3168,&quot;25549&quot;:3169,&quot;25554&quot;:3170,&quot;25571&quot;:3171,&quot;25552&quot;:3172,&quot;25569&quot;:3173,&quot;25558&quot;:3174,&quot;25581&quot;:3175,&quot;25582&quot;:3176,&quot;25462&quot;:3177,&quot;25588&quot;:3178,&quot;25578&quot;:3179,&quot;25563&quot;:3180,&quot;25682&quot;:3181,&quot;25562&quot;:3182,&quot;25593&quot;:3183,&quot;25950&quot;:3184,&quot;25958&quot;:3185,&quot;25954&quot;:3186,&quot;25955&quot;:3187,&quot;26001&quot;:3188,&quot;26000&quot;:3189,&quot;26031&quot;:3190,&quot;26222&quot;:3191,&quot;26224&quot;:3192,&quot;26228&quot;:3193,&quot;57786&quot;:3193,&quot;26230&quot;:3194,&quot;26223&quot;:3195,&quot;26257&quot;:3196,&quot;26234&quot;:3197,&quot;26238&quot;:3198,&quot;26231&quot;:3199,&quot;26366&quot;:3200,&quot;26367&quot;:3201,&quot;26399&quot;:3202,&quot;26397&quot;:3203,&quot;26874&quot;:3204,&quot;26837&quot;:3205,&quot;26848&quot;:3206,&quot;26840&quot;:3207,&quot;26839&quot;:3208,&quot;26885&quot;:3209,&quot;26847&quot;:3210,&quot;26869&quot;:3211,&quot;26862&quot;:3212,&quot;26855&quot;:3213,&quot;26873&quot;:3214,&quot;26834&quot;:3215,&quot;26866&quot;:3216,&quot;26851&quot;:3217,&quot;26827&quot;:3218,&quot;26829&quot;:3219,&quot;26893&quot;:3220,&quot;26898&quot;:3221,&quot;26894&quot;:3222,&quot;26825&quot;:3223,&quot;26842&quot;:3224,&quot;26990&quot;:3225,&quot;26875&quot;:3226,&quot;27454&quot;:3227,&quot;27450&quot;:3228,&quot;27453&quot;:3229,&quot;27544&quot;:3230,&quot;27542&quot;:3231,&quot;27580&quot;:3232,&quot;27631&quot;:3233,&quot;27694&quot;:3234,&quot;27695&quot;:3235,&quot;27692&quot;:3236,&quot;28207&quot;:3237,&quot;57904&quot;:3237,&quot;28216&quot;:3238,&quot;28244&quot;:3239,&quot;28193&quot;:3240,&quot;28210&quot;:3241,&quot;28263&quot;:3242,&quot;28234&quot;:3243,&quot;28192&quot;:3244,&quot;28197&quot;:3245,&quot;28195&quot;:3246,&quot;28187&quot;:3247,&quot;28251&quot;:3248,&quot;28248&quot;:3249,&quot;28196&quot;:3250,&quot;28246&quot;:3251,&quot;28270&quot;:3252,&quot;28205&quot;:3253,&quot;28198&quot;:3254,&quot;28271&quot;:3255,&quot;28212&quot;:3256,&quot;28237&quot;:3257,&quot;28218&quot;:3258,&quot;28204&quot;:3259,&quot;28227&quot;:3260,&quot;28189&quot;:3261,&quot;57901&quot;:3261,&quot;28222&quot;:3262,&quot;28363&quot;:3263,&quot;28297&quot;:3264,&quot;28185&quot;:3265,&quot;28238&quot;:3266,&quot;28259&quot;:3267,&quot;28228&quot;:3268,&quot;28274&quot;:3269,&quot;28265&quot;:3270,&quot;28255&quot;:3271,&quot;28953&quot;:3272,&quot;28954&quot;:3273,&quot;28966&quot;:3274,&quot;28976&quot;:3275,&quot;28961&quot;:3276,&quot;28982&quot;:3277,&quot;29038&quot;:3278,&quot;57958&quot;:3278,&quot;28956&quot;:3279,&quot;29260&quot;:3280,&quot;29316&quot;:3281,&quot;29312&quot;:3282,&quot;29494&quot;:3283,&quot;29477&quot;:3284,&quot;29492&quot;:3285,&quot;29481&quot;:3286,&quot;29754&quot;:3287,&quot;29738&quot;:3288,&quot;29747&quot;:3289,&quot;29730&quot;:3290,&quot;29733&quot;:3291,&quot;29749&quot;:3292,&quot;29750&quot;:3293,&quot;29748&quot;:3294,&quot;29743&quot;:3295,&quot;29723&quot;:3296,&quot;29734&quot;:3297,&quot;29736&quot;:3298,&quot;29989&quot;:3299,&quot;29990&quot;:3300,&quot;30059&quot;:3301,&quot;30058&quot;:3302,&quot;30178&quot;:3303,&quot;30171&quot;:3304,&quot;30179&quot;:3305,&quot;30169&quot;:3306,&quot;30168&quot;:3307,&quot;30174&quot;:3308,&quot;30176&quot;:3309,&quot;30331&quot;:3310,&quot;30332&quot;:3311,&quot;30358&quot;:3312,&quot;30355&quot;:3313,&quot;30388&quot;:3314,&quot;30428&quot;:3315,&quot;30543&quot;:3316,&quot;30701&quot;:3317,&quot;30813&quot;:3318,&quot;30828&quot;:3319,&quot;30831&quot;:3320,&quot;31245&quot;:3321,&quot;31240&quot;:3322,&quot;31243&quot;:3323,&quot;31237&quot;:3324,&quot;31232&quot;:3325,&quot;31384&quot;:3326,&quot;31383&quot;:3327,&quot;31382&quot;:3328,&quot;31461&quot;:3329,&quot;31459&quot;:3330,&quot;31561&quot;:3331,&quot;31574&quot;:3332,&quot;31558&quot;:3333,&quot;31568&quot;:3334,&quot;31570&quot;:3335,&quot;31572&quot;:3336,&quot;31565&quot;:3337,&quot;31563&quot;:3338,&quot;31567&quot;:3339,&quot;31569&quot;:3340,&quot;60510&quot;:3340,&quot;31903&quot;:3341,&quot;31909&quot;:3342,&quot;32094&quot;:3343,&quot;32080&quot;:3344,&quot;32104&quot;:3345,&quot;32085&quot;:3346,&quot;32043&quot;:3347,&quot;32110&quot;:3348,&quot;32114&quot;:3349,&quot;32097&quot;:3350,&quot;32102&quot;:3351,&quot;32098&quot;:3352,&quot;32112&quot;:3353,&quot;32115&quot;:3354,&quot;21892&quot;:3355,&quot;32724&quot;:3356,&quot;32725&quot;:3357,&quot;32779&quot;:3358,&quot;32850&quot;:3359,&quot;32901&quot;:3360,&quot;33109&quot;:3361,&quot;33108&quot;:3362,&quot;33099&quot;:3363,&quot;33105&quot;:3364,&quot;33102&quot;:3365,&quot;33081&quot;:3366,&quot;33094&quot;:3367,&quot;33086&quot;:3368,&quot;33100&quot;:3369,&quot;33107&quot;:3370,&quot;33140&quot;:3371,&quot;33298&quot;:3372,&quot;33308&quot;:3373,&quot;33769&quot;:3374,&quot;33795&quot;:3375,&quot;33784&quot;:3376,&quot;33805&quot;:3377,&quot;33760&quot;:3378,&quot;33733&quot;:3379,&quot;33803&quot;:3380,&quot;33729&quot;:3381,&quot;58309&quot;:3381,&quot;33775&quot;:3382,&quot;33777&quot;:3383,&quot;33780&quot;:3384,&quot;33879&quot;:3385,&quot;33802&quot;:3386,&quot;33776&quot;:3387,&quot;33804&quot;:3388,&quot;33740&quot;:3389,&quot;33789&quot;:3390,&quot;33778&quot;:3391,&quot;33738&quot;:3392,&quot;33848&quot;:3393,&quot;33806&quot;:3394,&quot;33796&quot;:3395,&quot;33756&quot;:3396,&quot;33799&quot;:3397,&quot;33748&quot;:3398,&quot;33759&quot;:3399,&quot;34395&quot;:3400,&quot;34527&quot;:3401,&quot;34521&quot;:3402,&quot;34541&quot;:3403,&quot;34516&quot;:3404,&quot;34523&quot;:3405,&quot;34532&quot;:3406,&quot;34512&quot;:3407,&quot;34526&quot;:3408,&quot;34903&quot;:3409,&quot;35009&quot;:3410,&quot;35010&quot;:3411,&quot;34993&quot;:3412,&quot;35203&quot;:3413,&quot;35222&quot;:3414,&quot;35387&quot;:3415,&quot;35424&quot;:3416,&quot;35413&quot;:3417,&quot;35422&quot;:3418,&quot;35388&quot;:3419,&quot;35393&quot;:3420,&quot;35412&quot;:3421,&quot;35419&quot;:3422,&quot;35408&quot;:3423,&quot;35398&quot;:3424,&quot;35380&quot;:3425,&quot;35386&quot;:3426,&quot;35382&quot;:3427,&quot;35414&quot;:3428,&quot;35937&quot;:3429,&quot;35970&quot;:3430,&quot;36015&quot;:3431,&quot;36028&quot;:3432,&quot;36019&quot;:3433,&quot;36029&quot;:3434,&quot;36033&quot;:3435,&quot;36027&quot;:3436,&quot;36032&quot;:3437,&quot;36020&quot;:3438,&quot;36023&quot;:3439,&quot;36022&quot;:3440,&quot;36031&quot;:3441,&quot;36024&quot;:3442,&quot;36234&quot;:3443,&quot;36229&quot;:3444,&quot;36225&quot;:3445,&quot;36302&quot;:3446,&quot;36317&quot;:3447,&quot;36299&quot;:3448,&quot;36314&quot;:3449,&quot;36305&quot;:3450,&quot;36300&quot;:3451,&quot;36315&quot;:3452,&quot;36294&quot;:3453,&quot;36603&quot;:3454,&quot;36600&quot;:3455,&quot;36604&quot;:3456,&quot;36764&quot;:3457,&quot;36910&quot;:3458,&quot;36917&quot;:3459,&quot;36913&quot;:3460,&quot;36920&quot;:3461,&quot;36914&quot;:3462,&quot;36918&quot;:3463,&quot;37122&quot;:3464,&quot;37109&quot;:3465,&quot;37129&quot;:3466,&quot;37118&quot;:3467,&quot;37219&quot;:3468,&quot;37221&quot;:3469,&quot;37327&quot;:3470,&quot;37396&quot;:3471,&quot;37397&quot;:3472,&quot;37411&quot;:3473,&quot;37385&quot;:3474,&quot;37406&quot;:3475,&quot;37389&quot;:3476,&quot;37392&quot;:3477,&quot;37383&quot;:3478,&quot;37393&quot;:3479,&quot;38292&quot;:3480,&quot;38287&quot;:3481,&quot;38283&quot;:3482,&quot;38289&quot;:3483,&quot;38291&quot;:3484,&quot;38290&quot;:3485,&quot;38286&quot;:3486,&quot;38538&quot;:3487,&quot;38542&quot;:3488,&quot;38539&quot;:3489,&quot;38525&quot;:3490,&quot;38533&quot;:3491,&quot;38534&quot;:3492,&quot;38541&quot;:3493,&quot;38514&quot;:3494,&quot;38532&quot;:3495,&quot;38593&quot;:3496,&quot;38597&quot;:3497,&quot;38596&quot;:3498,&quot;38598&quot;:3499,&quot;38599&quot;:3500,&quot;38639&quot;:3501,&quot;38642&quot;:3502,&quot;38860&quot;:3503,&quot;38917&quot;:3504,&quot;38918&quot;:3505,&quot;38920&quot;:3506,&quot;39143&quot;:3507,&quot;39146&quot;:3508,&quot;39151&quot;:3509,&quot;39145&quot;:3510,&quot;39154&quot;:3511,&quot;39149&quot;:3512,&quot;39342&quot;:3513,&quot;39341&quot;:3514,&quot;40643&quot;:3515,&quot;12232&quot;:3515,&quot;40653&quot;:3516,&quot;12233&quot;:3516,&quot;40657&quot;:3517,&quot;12234&quot;:3517,&quot;20098&quot;:3518,&quot;20653&quot;:3519,&quot;20661&quot;:3520,&quot;20658&quot;:3521,&quot;20659&quot;:3522,&quot;20677&quot;:3523,&quot;20670&quot;:3524,&quot;20652&quot;:3525,&quot;20663&quot;:3526,&quot;20667&quot;:3527,&quot;20655&quot;:3528,&quot;20679&quot;:3529,&quot;21119&quot;:3530,&quot;21111&quot;:3531,&quot;21117&quot;:3532,&quot;21215&quot;:3533,&quot;21222&quot;:3534,&quot;21220&quot;:3535,&quot;21218&quot;:3536,&quot;21219&quot;:3537,&quot;21295&quot;:3538,&quot;21983&quot;:3539,&quot;21992&quot;:3540,&quot;21971&quot;:3541,&quot;21990&quot;:3542,&quot;21966&quot;:3543,&quot;21980&quot;:3544,&quot;21959&quot;:3545,&quot;21969&quot;:3546,&quot;21987&quot;:3547,&quot;21988&quot;:3548,&quot;21999&quot;:3549,&quot;21978&quot;:3550,&quot;21985&quot;:3551,&quot;21957&quot;:3552,&quot;21958&quot;:3553,&quot;21989&quot;:3554,&quot;21961&quot;:3555,&quot;22290&quot;:3556,&quot;22291&quot;:3557,&quot;22622&quot;:3558,&quot;22609&quot;:3559,&quot;22616&quot;:3560,&quot;22615&quot;:3561,&quot;22618&quot;:3562,&quot;22612&quot;:3563,&quot;22635&quot;:3564,&quot;22604&quot;:3565,&quot;22637&quot;:3566,&quot;22602&quot;:3567,&quot;22626&quot;:3568,&quot;22610&quot;:3569,&quot;22603&quot;:3570,&quot;22887&quot;:3571,&quot;23233&quot;:3572,&quot;23241&quot;:3573,&quot;23244&quot;:3574,&quot;23230&quot;:3575,&quot;23229&quot;:3576,&quot;23228&quot;:3577,&quot;23219&quot;:3578,&quot;23234&quot;:3579,&quot;23218&quot;:3580,&quot;23913&quot;:3581,&quot;23919&quot;:3582,&quot;24140&quot;:3583,&quot;24185&quot;:3584,&quot;24265&quot;:3585,&quot;24264&quot;:3586,&quot;24338&quot;:3587,&quot;24409&quot;:3588,&quot;24492&quot;:3589,&quot;24494&quot;:3590,&quot;24858&quot;:3591,&quot;24847&quot;:3592,&quot;24904&quot;:3593,&quot;24863&quot;:3594,&quot;24819&quot;:3595,&quot;24859&quot;:3596,&quot;24825&quot;:3597,&quot;24833&quot;:3598,&quot;24840&quot;:3599,&quot;24910&quot;:3600,&quot;24908&quot;:3601,&quot;24900&quot;:3602,&quot;24909&quot;:3603,&quot;24894&quot;:3604,&quot;24884&quot;:3605,&quot;24871&quot;:3606,&quot;24845&quot;:3607,&quot;24838&quot;:3608,&quot;24887&quot;:3609,&quot;25121&quot;:3610,&quot;25122&quot;:3611,&quot;25619&quot;:3612,&quot;25662&quot;:3613,&quot;25630&quot;:3614,&quot;25642&quot;:3615,&quot;25645&quot;:3616,&quot;25661&quot;:3617,&quot;25644&quot;:3618,&quot;25615&quot;:3619,&quot;25628&quot;:3620,&quot;25620&quot;:3621,&quot;25613&quot;:3622,&quot;25654&quot;:3623,&quot;25622&quot;:3624,&quot;25623&quot;:3625,&quot;25606&quot;:3626,&quot;25964&quot;:3627,&quot;26015&quot;:3628,&quot;26032&quot;:3629,&quot;26263&quot;:3630,&quot;26249&quot;:3631,&quot;26247&quot;:3632,&quot;26248&quot;:3633,&quot;26262&quot;:3634,&quot;26244&quot;:3635,&quot;26264&quot;:3636,&quot;26253&quot;:3637,&quot;26371&quot;:3638,&quot;27028&quot;:3639,&quot;26989&quot;:3640,&quot;26970&quot;:3641,&quot;26999&quot;:3642,&quot;26976&quot;:3643,&quot;26964&quot;:3644,&quot;26997&quot;:3645,&quot;26928&quot;:3646,&quot;27010&quot;:3647,&quot;26954&quot;:3648,&quot;26984&quot;:3649,&quot;26987&quot;:3650,&quot;26974&quot;:3651,&quot;26963&quot;:3652,&quot;27001&quot;:3653,&quot;27014&quot;:3654,&quot;26973&quot;:3655,&quot;26979&quot;:3656,&quot;26971&quot;:3657,&quot;27463&quot;:3658,&quot;27506&quot;:3659,&quot;27584&quot;:3660,&quot;27583&quot;:3661,&quot;27603&quot;:3662,&quot;27645&quot;:3663,&quot;28322&quot;:3664,&quot;28335&quot;:3665,&quot;28371&quot;:3666,&quot;28342&quot;:3667,&quot;28354&quot;:3668,&quot;28304&quot;:3669,&quot;28317&quot;:3670,&quot;28359&quot;:3671,&quot;28357&quot;:3672,&quot;28325&quot;:3673,&quot;28312&quot;:3674,&quot;28348&quot;:3675,&quot;28346&quot;:3676,&quot;28331&quot;:3677,&quot;28369&quot;:3678,&quot;28310&quot;:3679,&quot;28316&quot;:3680,&quot;28356&quot;:3681,&quot;28372&quot;:3682,&quot;28330&quot;:3683,&quot;28327&quot;:3684,&quot;28340&quot;:3685,&quot;29006&quot;:3686,&quot;29017&quot;:3687,&quot;29033&quot;:3688,&quot;29028&quot;:3689,&quot;29001&quot;:3690,&quot;29031&quot;:3691,&quot;29020&quot;:3692,&quot;29036&quot;:3693,&quot;29030&quot;:3694,&quot;29004&quot;:3695,&quot;29029&quot;:3696,&quot;29022&quot;:3697,&quot;28998&quot;:3698,&quot;29032&quot;:3699,&quot;29014&quot;:3700,&quot;29242&quot;:3701,&quot;29266&quot;:3702,&quot;29495&quot;:3703,&quot;29509&quot;:3704,&quot;29503&quot;:3705,&quot;29502&quot;:3706,&quot;29807&quot;:3707,&quot;29786&quot;:3708,&quot;29781&quot;:3709,&quot;29791&quot;:3710,&quot;29790&quot;:3711,&quot;29761&quot;:3712,&quot;29759&quot;:3713,&quot;29785&quot;:3714,&quot;29787&quot;:3715,&quot;58019&quot;:3716,&quot;29788&quot;:3716,&quot;30070&quot;:3717,&quot;30072&quot;:3718,&quot;30208&quot;:3719,&quot;30192&quot;:3720,&quot;30209&quot;:3721,&quot;30194&quot;:3722,&quot;30193&quot;:3723,&quot;30202&quot;:3724,&quot;30207&quot;:3725,&quot;30196&quot;:3726,&quot;30195&quot;:3727,&quot;30430&quot;:3728,&quot;30431&quot;:3729,&quot;30555&quot;:3730,&quot;30571&quot;:3731,&quot;30566&quot;:3732,&quot;30558&quot;:3733,&quot;30563&quot;:3734,&quot;30585&quot;:3735,&quot;30570&quot;:3736,&quot;30572&quot;:3737,&quot;30556&quot;:3738,&quot;30565&quot;:3739,&quot;30568&quot;:3740,&quot;30562&quot;:3741,&quot;30702&quot;:3742,&quot;30862&quot;:3743,&quot;30896&quot;:3744,&quot;30871&quot;:3745,&quot;30872&quot;:3746,&quot;30860&quot;:3747,&quot;30857&quot;:3748,&quot;30844&quot;:3749,&quot;30865&quot;:3750,&quot;30867&quot;:3751,&quot;30847&quot;:3752,&quot;31098&quot;:3753,&quot;31103&quot;:3754,&quot;31105&quot;:3755,&quot;33836&quot;:3756,&quot;31165&quot;:3757,&quot;31260&quot;:3758,&quot;31258&quot;:3759,&quot;31264&quot;:3760,&quot;31252&quot;:3761,&quot;31263&quot;:3762,&quot;31262&quot;:3763,&quot;31391&quot;:3764,&quot;31392&quot;:3765,&quot;31607&quot;:3766,&quot;31680&quot;:3767,&quot;31584&quot;:3768,&quot;31598&quot;:3769,&quot;31591&quot;:3770,&quot;31921&quot;:3771,&quot;31923&quot;:3772,&quot;31925&quot;:3773,&quot;32147&quot;:3774,&quot;32121&quot;:3775,&quot;32145&quot;:3776,&quot;32129&quot;:3777,&quot;32143&quot;:3778,&quot;32091&quot;:3779,&quot;32622&quot;:3780,&quot;32617&quot;:3781,&quot;32618&quot;:3782,&quot;32626&quot;:3783,&quot;32681&quot;:3784,&quot;32680&quot;:3785,&quot;32676&quot;:3786,&quot;32854&quot;:3787,&quot;32856&quot;:3788,&quot;32902&quot;:3789,&quot;32900&quot;:3790,&quot;33137&quot;:3791,&quot;33136&quot;:3792,&quot;33144&quot;:3793,&quot;33125&quot;:3794,&quot;33134&quot;:3795,&quot;33139&quot;:3796,&quot;33131&quot;:3797,&quot;33145&quot;:3798,&quot;33146&quot;:3799,&quot;33126&quot;:3800,&quot;33285&quot;:3801,&quot;33351&quot;:3802,&quot;33922&quot;:3803,&quot;33911&quot;:3804,&quot;33853&quot;:3805,&quot;33841&quot;:3806,&quot;33909&quot;:3807,&quot;33894&quot;:3808,&quot;33899&quot;:3809,&quot;33865&quot;:3810,&quot;33900&quot;:3811,&quot;33883&quot;:3812,&quot;33852&quot;:3813,&quot;33845&quot;:3814,&quot;33889&quot;:3815,&quot;33891&quot;:3816,&quot;33897&quot;:3817,&quot;33901&quot;:3818,&quot;33862&quot;:3819,&quot;34398&quot;:3820,&quot;34396&quot;:3821,&quot;34399&quot;:3822,&quot;34553&quot;:3823,&quot;34579&quot;:3824,&quot;34568&quot;:3825,&quot;34567&quot;:3826,&quot;34560&quot;:3827,&quot;34558&quot;:3828,&quot;34555&quot;:3829,&quot;34562&quot;:3830,&quot;34563&quot;:3831,&quot;34566&quot;:3832,&quot;34570&quot;:3833,&quot;34905&quot;:3834,&quot;35039&quot;:3835,&quot;35028&quot;:3836,&quot;35033&quot;:3837,&quot;35036&quot;:3838,&quot;35032&quot;:3839,&quot;35037&quot;:3840,&quot;35041&quot;:3841,&quot;35018&quot;:3842,&quot;35029&quot;:3843,&quot;35026&quot;:3844,&quot;35228&quot;:3845,&quot;35299&quot;:3846,&quot;35435&quot;:3847,&quot;35442&quot;:3848,&quot;35443&quot;:3849,&quot;35430&quot;:3850,&quot;35433&quot;:3851,&quot;35440&quot;:3852,&quot;35463&quot;:3853,&quot;35452&quot;:3854,&quot;35427&quot;:3855,&quot;35488&quot;:3856,&quot;35441&quot;:3857,&quot;35461&quot;:3858,&quot;35437&quot;:3859,&quot;35426&quot;:3860,&quot;35438&quot;:3861,&quot;35436&quot;:3862,&quot;35449&quot;:3863,&quot;35451&quot;:3864,&quot;35390&quot;:3865,&quot;35432&quot;:3866,&quot;35938&quot;:3867,&quot;35978&quot;:3868,&quot;35977&quot;:3869,&quot;36042&quot;:3870,&quot;36039&quot;:3871,&quot;36040&quot;:3872,&quot;36036&quot;:3873,&quot;36018&quot;:3874,&quot;36035&quot;:3875,&quot;36034&quot;:3876,&quot;36037&quot;:3877,&quot;36321&quot;:3878,&quot;36319&quot;:3879,&quot;36328&quot;:3880,&quot;36335&quot;:3881,&quot;36339&quot;:3882,&quot;36346&quot;:3883,&quot;36330&quot;:3884,&quot;36324&quot;:3885,&quot;36326&quot;:3886,&quot;36530&quot;:3887,&quot;36611&quot;:3888,&quot;36617&quot;:3889,&quot;36606&quot;:3890,&quot;36618&quot;:3891,&quot;36767&quot;:3892,&quot;36786&quot;:3893,&quot;36939&quot;:3894,&quot;36938&quot;:3895,&quot;36947&quot;:3896,&quot;36930&quot;:3897,&quot;36948&quot;:3898,&quot;36924&quot;:3899,&quot;36949&quot;:3900,&quot;36944&quot;:3901,&quot;36935&quot;:3902,&quot;36943&quot;:3903,&quot;36942&quot;:3904,&quot;36941&quot;:3905,&quot;36945&quot;:3906,&quot;36926&quot;:3907,&quot;36929&quot;:3908,&quot;37138&quot;:3909,&quot;37143&quot;:3910,&quot;37228&quot;:3911,&quot;37226&quot;:3912,&quot;37225&quot;:3913,&quot;37321&quot;:3914,&quot;37431&quot;:3915,&quot;37463&quot;:3916,&quot;37432&quot;:3917,&quot;37437&quot;:3918,&quot;37440&quot;:3919,&quot;37438&quot;:3920,&quot;37467&quot;:3921,&quot;37451&quot;:3922,&quot;37476&quot;:3923,&quot;37457&quot;:3924,&quot;37428&quot;:3925,&quot;37449&quot;:3926,&quot;37453&quot;:3927,&quot;37445&quot;:3928,&quot;37433&quot;:3929,&quot;37439&quot;:3930,&quot;37466&quot;:3931,&quot;38296&quot;:3932,&quot;38552&quot;:3933,&quot;38548&quot;:3934,&quot;38549&quot;:3935,&quot;38605&quot;:3936,&quot;38603&quot;:3937,&quot;38601&quot;:3938,&quot;38602&quot;:3939,&quot;38647&quot;:3940,&quot;38651&quot;:3941,&quot;38649&quot;:3942,&quot;38646&quot;:3943,&quot;38742&quot;:3944,&quot;38772&quot;:3945,&quot;38774&quot;:3946,&quot;38928&quot;:3947,&quot;38929&quot;:3948,&quot;38931&quot;:3949,&quot;38922&quot;:3950,&quot;38930&quot;:3951,&quot;38924&quot;:3952,&quot;39164&quot;:3953,&quot;39156&quot;:3954,&quot;39165&quot;:3955,&quot;39166&quot;:3956,&quot;39347&quot;:3957,&quot;39345&quot;:3958,&quot;39348&quot;:3959,&quot;39649&quot;:3960,&quot;40169&quot;:3961,&quot;40578&quot;:3962,&quot;40718&quot;:3963,&quot;12237&quot;:3963,&quot;40723&quot;:3964,&quot;12238&quot;:3964,&quot;40736&quot;:3965,&quot;12239&quot;:3965,&quot;20711&quot;:3966,&quot;20718&quot;:3967,&quot;20709&quot;:3968,&quot;20694&quot;:3969,&quot;20717&quot;:3970,&quot;60903&quot;:3970,&quot;20698&quot;:3971,&quot;20693&quot;:3972,&quot;20687&quot;:3973,&quot;20689&quot;:3974,&quot;20721&quot;:3975,&quot;20686&quot;:3976,&quot;20713&quot;:3977,&quot;20834&quot;:3978,&quot;20979&quot;:3979,&quot;21123&quot;:3980,&quot;21122&quot;:3981,&quot;21297&quot;:3982,&quot;21421&quot;:3983,&quot;22014&quot;:3984,&quot;22016&quot;:3985,&quot;22043&quot;:3986,&quot;22039&quot;:3987,&quot;22013&quot;:3988,&quot;22036&quot;:3989,&quot;22022&quot;:3990,&quot;22025&quot;:3991,&quot;22029&quot;:3992,&quot;22030&quot;:3993,&quot;22007&quot;:3994,&quot;22038&quot;:3995,&quot;22047&quot;:3996,&quot;22024&quot;:3997,&quot;22032&quot;:3998,&quot;22006&quot;:3999,&quot;22296&quot;:4000,&quot;22294&quot;:4001,&quot;22645&quot;:4002,&quot;22654&quot;:4003,&quot;22659&quot;:4004,&quot;22675&quot;:4005,&quot;22666&quot;:4006,&quot;22649&quot;:4007,&quot;22661&quot;:4008,&quot;22653&quot;:4009,&quot;22781&quot;:4010,&quot;22821&quot;:4011,&quot;22818&quot;:4012,&quot;22820&quot;:4013,&quot;22890&quot;:4014,&quot;22889&quot;:4015,&quot;23265&quot;:4016,&quot;23270&quot;:4017,&quot;23273&quot;:4018,&quot;23255&quot;:4019,&quot;23254&quot;:4020,&quot;23256&quot;:4021,&quot;23267&quot;:4022,&quot;23413&quot;:4023,&quot;23518&quot;:4024,&quot;23527&quot;:4025,&quot;23521&quot;:4026,&quot;23525&quot;:4027,&quot;23526&quot;:4028,&quot;23528&quot;:4029,&quot;23522&quot;:4030,&quot;23524&quot;:4031,&quot;23519&quot;:4032,&quot;23565&quot;:4033,&quot;23650&quot;:4034,&quot;23940&quot;:4035,&quot;23943&quot;:4036,&quot;24155&quot;:4037,&quot;24163&quot;:4038,&quot;24149&quot;:4039,&quot;24151&quot;:4040,&quot;24148&quot;:4041,&quot;24275&quot;:4042,&quot;24278&quot;:4043,&quot;24330&quot;:4044,&quot;24390&quot;:4045,&quot;24432&quot;:4046,&quot;24505&quot;:4047,&quot;24903&quot;:4048,&quot;24895&quot;:4049,&quot;24907&quot;:4050,&quot;24951&quot;:4051,&quot;24930&quot;:4052,&quot;24931&quot;:4053,&quot;24927&quot;:4054,&quot;24922&quot;:4055,&quot;24920&quot;:4056,&quot;24949&quot;:4057,&quot;25130&quot;:4058,&quot;25735&quot;:4059,&quot;25688&quot;:4060,&quot;25684&quot;:4061,&quot;25764&quot;:4062,&quot;25720&quot;:4063,&quot;25695&quot;:4064,&quot;25722&quot;:4065,&quot;25681&quot;:4066,&quot;25703&quot;:4067,&quot;25652&quot;:4068,&quot;25709&quot;:4069,&quot;25723&quot;:4070,&quot;25970&quot;:4071,&quot;26017&quot;:4072,&quot;26071&quot;:4073,&quot;26070&quot;:4074,&quot;26274&quot;:4075,&quot;26280&quot;:4076,&quot;26269&quot;:4077,&quot;27036&quot;:4078,&quot;27048&quot;:4079,&quot;27029&quot;:4080,&quot;27073&quot;:4081,&quot;27054&quot;:4082,&quot;27091&quot;:4083,&quot;27083&quot;:4084,&quot;27035&quot;:4085,&quot;27063&quot;:4086,&quot;27067&quot;:4087,&quot;27051&quot;:4088,&quot;27060&quot;:4089,&quot;27088&quot;:4090,&quot;27085&quot;:4091,&quot;27053&quot;:4092,&quot;27084&quot;:4093,&quot;27046&quot;:4094,&quot;27075&quot;:4095,&quot;27043&quot;:4096,&quot;27465&quot;:4097,&quot;27468&quot;:4098,&quot;27699&quot;:4099,&quot;28467&quot;:4100,&quot;28436&quot;:4101,&quot;28414&quot;:4102,&quot;28435&quot;:4103,&quot;28404&quot;:4104,&quot;28457&quot;:4105,&quot;28478&quot;:4106,&quot;28448&quot;:4107,&quot;28460&quot;:4108,&quot;28431&quot;:4109,&quot;28418&quot;:4110,&quot;28450&quot;:4111,&quot;28415&quot;:4112,&quot;28399&quot;:4113,&quot;28422&quot;:4114,&quot;28465&quot;:4115,&quot;28472&quot;:4116,&quot;28466&quot;:4117,&quot;28451&quot;:4118,&quot;28437&quot;:4119,&quot;28459&quot;:4120,&quot;28463&quot;:4121,&quot;28552&quot;:4122,&quot;28458&quot;:4123,&quot;28396&quot;:4124,&quot;28417&quot;:4125,&quot;28402&quot;:4126,&quot;28364&quot;:4127,&quot;28407&quot;:4128,&quot;29076&quot;:4129,&quot;29081&quot;:4130,&quot;29053&quot;:4131,&quot;29066&quot;:4132,&quot;29060&quot;:4133,&quot;29074&quot;:4134,&quot;29246&quot;:4135,&quot;29330&quot;:4136,&quot;29334&quot;:4137,&quot;29508&quot;:4138,&quot;29520&quot;:4139,&quot;29796&quot;:4140,&quot;29795&quot;:4141,&quot;29802&quot;:4142,&quot;29808&quot;:4143,&quot;29805&quot;:4144,&quot;29956&quot;:4145,&quot;30097&quot;:4146,&quot;30247&quot;:4147,&quot;30221&quot;:4148,&quot;30219&quot;:4149,&quot;30217&quot;:4150,&quot;30227&quot;:4151,&quot;30433&quot;:4152,&quot;30435&quot;:4153,&quot;30596&quot;:4154,&quot;30589&quot;:4155,&quot;30591&quot;:4156,&quot;30561&quot;:4157,&quot;30913&quot;:4158,&quot;30879&quot;:4159,&quot;30887&quot;:4160,&quot;30899&quot;:4161,&quot;30889&quot;:4162,&quot;30883&quot;:4163,&quot;31118&quot;:4164,&quot;31119&quot;:4165,&quot;31117&quot;:4166,&quot;31278&quot;:4167,&quot;31281&quot;:4168,&quot;31402&quot;:4169,&quot;31401&quot;:4170,&quot;31469&quot;:4171,&quot;31471&quot;:4172,&quot;31649&quot;:4173,&quot;31637&quot;:4174,&quot;31627&quot;:4175,&quot;31605&quot;:4176,&quot;31639&quot;:4177,&quot;31645&quot;:4178,&quot;31636&quot;:4179,&quot;31631&quot;:4180,&quot;31672&quot;:4181,&quot;58170&quot;:4181,&quot;31623&quot;:4182,&quot;31620&quot;:4183,&quot;31929&quot;:4184,&quot;31933&quot;:4185,&quot;31934&quot;:4186,&quot;32187&quot;:4187,&quot;32176&quot;:4188,&quot;32156&quot;:4189,&quot;32189&quot;:4190,&quot;32190&quot;:4191,&quot;32160&quot;:4192,&quot;32202&quot;:4193,&quot;32180&quot;:4194,&quot;32178&quot;:4195,&quot;32177&quot;:4196,&quot;32186&quot;:4197,&quot;32162&quot;:4198,&quot;32191&quot;:4199,&quot;32181&quot;:4200,&quot;32184&quot;:4201,&quot;32173&quot;:4202,&quot;32210&quot;:4203,&quot;58202&quot;:4203,&quot;32199&quot;:4204,&quot;32172&quot;:4205,&quot;32624&quot;:4206,&quot;32736&quot;:4207,&quot;32737&quot;:4208,&quot;32735&quot;:4209,&quot;32862&quot;:4210,&quot;32858&quot;:4211,&quot;32903&quot;:4212,&quot;33104&quot;:4213,&quot;33152&quot;:4214,&quot;33167&quot;:4215,&quot;33160&quot;:4216,&quot;33162&quot;:4217,&quot;33151&quot;:4218,&quot;33154&quot;:4219,&quot;33255&quot;:4220,&quot;33274&quot;:4221,&quot;33287&quot;:4222,&quot;33300&quot;:4223,&quot;33310&quot;:4224,&quot;33355&quot;:4225,&quot;33993&quot;:4226,&quot;33983&quot;:4227,&quot;33990&quot;:4228,&quot;33988&quot;:4229,&quot;33945&quot;:4230,&quot;33950&quot;:4231,&quot;33970&quot;:4232,&quot;33948&quot;:4233,&quot;33995&quot;:4234,&quot;33976&quot;:4235,&quot;33984&quot;:4236,&quot;34003&quot;:4237,&quot;33936&quot;:4238,&quot;33980&quot;:4239,&quot;34001&quot;:4240,&quot;33994&quot;:4241,&quot;34623&quot;:4242,&quot;34588&quot;:4243,&quot;34619&quot;:4244,&quot;34594&quot;:4245,&quot;34597&quot;:4246,&quot;34612&quot;:4247,&quot;34584&quot;:4248,&quot;34645&quot;:4249,&quot;34615&quot;:4250,&quot;34601&quot;:4251,&quot;35059&quot;:4252,&quot;35074&quot;:4253,&quot;35060&quot;:4254,&quot;35065&quot;:4255,&quot;35064&quot;:4256,&quot;35069&quot;:4257,&quot;35048&quot;:4258,&quot;35098&quot;:4259,&quot;35055&quot;:4260,&quot;35494&quot;:4261,&quot;35468&quot;:4262,&quot;35486&quot;:4263,&quot;35491&quot;:4264,&quot;35469&quot;:4265,&quot;35489&quot;:4266,&quot;35475&quot;:4267,&quot;35492&quot;:4268,&quot;35498&quot;:4269,&quot;35493&quot;:4270,&quot;35496&quot;:4271,&quot;35480&quot;:4272,&quot;35473&quot;:4273,&quot;35482&quot;:4274,&quot;35495&quot;:4275,&quot;35946&quot;:4276,&quot;35981&quot;:4277,&quot;35980&quot;:4278,&quot;36051&quot;:4279,&quot;36049&quot;:4280,&quot;36050&quot;:4281,&quot;36203&quot;:4282,&quot;36249&quot;:4283,&quot;36245&quot;:4284,&quot;36348&quot;:4285,&quot;36628&quot;:4286,&quot;36626&quot;:4287,&quot;36629&quot;:4288,&quot;36627&quot;:4289,&quot;36771&quot;:4290,&quot;36960&quot;:4291,&quot;36952&quot;:4292,&quot;36956&quot;:4293,&quot;36963&quot;:4294,&quot;36953&quot;:4295,&quot;36958&quot;:4296,&quot;36962&quot;:4297,&quot;36957&quot;:4298,&quot;36955&quot;:4299,&quot;37145&quot;:4300,&quot;37144&quot;:4301,&quot;37150&quot;:4302,&quot;37237&quot;:4303,&quot;37240&quot;:4304,&quot;37239&quot;:4305,&quot;37236&quot;:4306,&quot;37496&quot;:4307,&quot;37548&quot;:4308,&quot;37504&quot;:4309,&quot;37509&quot;:4310,&quot;37528&quot;:4311,&quot;37526&quot;:4312,&quot;37499&quot;:4313,&quot;37523&quot;:4314,&quot;37532&quot;:4315,&quot;37544&quot;:4316,&quot;37500&quot;:4317,&quot;37521&quot;:4318,&quot;38305&quot;:4319,&quot;38312&quot;:4320,&quot;38313&quot;:4321,&quot;38307&quot;:4322,&quot;38309&quot;:4323,&quot;38308&quot;:4324,&quot;38553&quot;:4325,&quot;38556&quot;:4326,&quot;38555&quot;:4327,&quot;38604&quot;:4328,&quot;38610&quot;:4329,&quot;38656&quot;:4330,&quot;38780&quot;:4331,&quot;38789&quot;:4332,&quot;38902&quot;:4333,&quot;38935&quot;:4334,&quot;38936&quot;:4335,&quot;39087&quot;:4336,&quot;39089&quot;:4337,&quot;39171&quot;:4338,&quot;39173&quot;:4339,&quot;39180&quot;:4340,&quot;39177&quot;:4341,&quot;39361&quot;:4342,&quot;39599&quot;:4343,&quot;39600&quot;:4344,&quot;39654&quot;:4345,&quot;39745&quot;:4346,&quot;39746&quot;:4347,&quot;40180&quot;:4348,&quot;40182&quot;:4349,&quot;40179&quot;:4350,&quot;40636&quot;:4351,&quot;40763&quot;:4352,&quot;12240&quot;:4352,&quot;40778&quot;:4353,&quot;12241&quot;:4353,&quot;20740&quot;:4354,&quot;20736&quot;:4355,&quot;20731&quot;:4356,&quot;20725&quot;:4357,&quot;20729&quot;:4358,&quot;20738&quot;:4359,&quot;20744&quot;:4360,&quot;20745&quot;:4361,&quot;20741&quot;:4362,&quot;20956&quot;:4363,&quot;21127&quot;:4364,&quot;21128&quot;:4365,&quot;21129&quot;:4366,&quot;21133&quot;:4367,&quot;21130&quot;:4368,&quot;21232&quot;:4369,&quot;21426&quot;:4370,&quot;22062&quot;:4371,&quot;22075&quot;:4372,&quot;22073&quot;:4373,&quot;22066&quot;:4374,&quot;22079&quot;:4375,&quot;22068&quot;:4376,&quot;22057&quot;:4377,&quot;22099&quot;:4378,&quot;22094&quot;:4379,&quot;22103&quot;:4380,&quot;22132&quot;:4381,&quot;22070&quot;:4382,&quot;22063&quot;:4383,&quot;22064&quot;:4384,&quot;22656&quot;:4385,&quot;22687&quot;:4386,&quot;22686&quot;:4387,&quot;22707&quot;:4388,&quot;22684&quot;:4389,&quot;22702&quot;:4390,&quot;22697&quot;:4391,&quot;22694&quot;:4392,&quot;22893&quot;:4393,&quot;23305&quot;:4394,&quot;23291&quot;:4395,&quot;23307&quot;:4396,&quot;23285&quot;:4397,&quot;23308&quot;:4398,&quot;23304&quot;:4399,&quot;23534&quot;:4400,&quot;23532&quot;:4401,&quot;23529&quot;:4402,&quot;23531&quot;:4403,&quot;23652&quot;:4404,&quot;23653&quot;:4405,&quot;23965&quot;:4406,&quot;23956&quot;:4407,&quot;24162&quot;:4408,&quot;24159&quot;:4409,&quot;24161&quot;:4410,&quot;24290&quot;:4411,&quot;24282&quot;:4412,&quot;24287&quot;:4413,&quot;24285&quot;:4414,&quot;24291&quot;:4415,&quot;24288&quot;:4416,&quot;24392&quot;:4417,&quot;24433&quot;:4418,&quot;24503&quot;:4419,&quot;24501&quot;:4420,&quot;24950&quot;:4421,&quot;24935&quot;:4422,&quot;24942&quot;:4423,&quot;24925&quot;:4424,&quot;24917&quot;:4425,&quot;24962&quot;:4426,&quot;24956&quot;:4427,&quot;24944&quot;:4428,&quot;24939&quot;:4429,&quot;24958&quot;:4430,&quot;24999&quot;:4431,&quot;24976&quot;:4432,&quot;25003&quot;:4433,&quot;24974&quot;:4434,&quot;25004&quot;:4435,&quot;24986&quot;:4436,&quot;24996&quot;:4437,&quot;24980&quot;:4438,&quot;25006&quot;:4439,&quot;25134&quot;:4440,&quot;25705&quot;:4441,&quot;25711&quot;:4442,&quot;25721&quot;:4443,&quot;25758&quot;:4444,&quot;25778&quot;:4445,&quot;25736&quot;:4446,&quot;25744&quot;:4447,&quot;57745&quot;:4447,&quot;25776&quot;:4448,&quot;25765&quot;:4449,&quot;25747&quot;:4450,&quot;25749&quot;:4451,&quot;25769&quot;:4452,&quot;25746&quot;:4453,&quot;25774&quot;:4454,&quot;25773&quot;:4455,&quot;25771&quot;:4456,&quot;25754&quot;:4457,&quot;25772&quot;:4458,&quot;25753&quot;:4459,&quot;25762&quot;:4460,&quot;25779&quot;:4461,&quot;25973&quot;:4462,&quot;25975&quot;:4463,&quot;25976&quot;:4464,&quot;26286&quot;:4465,&quot;26283&quot;:4466,&quot;26292&quot;:4467,&quot;26289&quot;:4468,&quot;27171&quot;:4469,&quot;27167&quot;:4470,&quot;27112&quot;:4471,&quot;27137&quot;:4472,&quot;27166&quot;:4473,&quot;27161&quot;:4474,&quot;27133&quot;:4475,&quot;27169&quot;:4476,&quot;27155&quot;:4477,&quot;27146&quot;:4478,&quot;27123&quot;:4479,&quot;27138&quot;:4480,&quot;27141&quot;:4481,&quot;27117&quot;:4482,&quot;27153&quot;:4483,&quot;27472&quot;:4484,&quot;27470&quot;:4485,&quot;27556&quot;:4486,&quot;27589&quot;:4487,&quot;27590&quot;:4488,&quot;28479&quot;:4489,&quot;28540&quot;:4490,&quot;28548&quot;:4491,&quot;28497&quot;:4492,&quot;28518&quot;:4493,&quot;28500&quot;:4494,&quot;28550&quot;:4495,&quot;28525&quot;:4496,&quot;28507&quot;:4497,&quot;28536&quot;:4498,&quot;28526&quot;:4499,&quot;28558&quot;:4500,&quot;28538&quot;:4501,&quot;28528&quot;:4502,&quot;28516&quot;:4503,&quot;28567&quot;:4504,&quot;28504&quot;:4505,&quot;28373&quot;:4506,&quot;28527&quot;:4507,&quot;28512&quot;:4508,&quot;28511&quot;:4509,&quot;29087&quot;:4510,&quot;29100&quot;:4511,&quot;29105&quot;:4512,&quot;29096&quot;:4513,&quot;29270&quot;:4514,&quot;29339&quot;:4515,&quot;29518&quot;:4516,&quot;29527&quot;:4517,&quot;29801&quot;:4518,&quot;29835&quot;:4519,&quot;29827&quot;:4520,&quot;29822&quot;:4521,&quot;29824&quot;:4522,&quot;30079&quot;:4523,&quot;30240&quot;:4524,&quot;30249&quot;:4525,&quot;30239&quot;:4526,&quot;30244&quot;:4527,&quot;30246&quot;:4528,&quot;30241&quot;:4529,&quot;30242&quot;:4530,&quot;30362&quot;:4531,&quot;30394&quot;:4532,&quot;30436&quot;:4533,&quot;30606&quot;:4534,&quot;30599&quot;:4535,&quot;30604&quot;:4536,&quot;30609&quot;:4537,&quot;30603&quot;:4538,&quot;30923&quot;:4539,&quot;30917&quot;:4540,&quot;30906&quot;:4541,&quot;30922&quot;:4542,&quot;30910&quot;:4543,&quot;30933&quot;:4544,&quot;30908&quot;:4545,&quot;30928&quot;:4546,&quot;31295&quot;:4547,&quot;31292&quot;:4548,&quot;31296&quot;:4549,&quot;31293&quot;:4550,&quot;31287&quot;:4551,&quot;31291&quot;:4552,&quot;31407&quot;:4553,&quot;31406&quot;:4554,&quot;31661&quot;:4555,&quot;31665&quot;:4556,&quot;31684&quot;:4557,&quot;31668&quot;:4558,&quot;31686&quot;:4559,&quot;31687&quot;:4560,&quot;31681&quot;:4561,&quot;31648&quot;:4562,&quot;31692&quot;:4563,&quot;31946&quot;:4564,&quot;32224&quot;:4565,&quot;32244&quot;:4566,&quot;32239&quot;:4567,&quot;32251&quot;:4568,&quot;32216&quot;:4569,&quot;32236&quot;:4570,&quot;32221&quot;:4571,&quot;32232&quot;:4572,&quot;32227&quot;:4573,&quot;32218&quot;:4574,&quot;32222&quot;:4575,&quot;32233&quot;:4576,&quot;32158&quot;:4577,&quot;32217&quot;:4578,&quot;32242&quot;:4579,&quot;32249&quot;:4580,&quot;32629&quot;:4581,&quot;32631&quot;:4582,&quot;32687&quot;:4583,&quot;32745&quot;:4584,&quot;32806&quot;:4585,&quot;33179&quot;:4586,&quot;33180&quot;:4587,&quot;33181&quot;:4588,&quot;33184&quot;:4589,&quot;33178&quot;:4590,&quot;33176&quot;:4591,&quot;34071&quot;:4592,&quot;34109&quot;:4593,&quot;34074&quot;:4594,&quot;34030&quot;:4595,&quot;34092&quot;:4596,&quot;34093&quot;:4597,&quot;34067&quot;:4598,&quot;34065&quot;:4599,&quot;34083&quot;:4600,&quot;34081&quot;:4601,&quot;34068&quot;:4602,&quot;34028&quot;:4603,&quot;34085&quot;:4604,&quot;34047&quot;:4605,&quot;34054&quot;:4606,&quot;34690&quot;:4607,&quot;34676&quot;:4608,&quot;34678&quot;:4609,&quot;34656&quot;:4610,&quot;34662&quot;:4611,&quot;34680&quot;:4612,&quot;34664&quot;:4613,&quot;34649&quot;:4614,&quot;34647&quot;:4615,&quot;34636&quot;:4616,&quot;34643&quot;:4617,&quot;34907&quot;:4618,&quot;34909&quot;:4619,&quot;35088&quot;:4620,&quot;35079&quot;:4621,&quot;35090&quot;:4622,&quot;35091&quot;:4623,&quot;35093&quot;:4624,&quot;35082&quot;:4625,&quot;35516&quot;:4626,&quot;35538&quot;:4627,&quot;35527&quot;:4628,&quot;35524&quot;:4629,&quot;35477&quot;:4630,&quot;35531&quot;:4631,&quot;35576&quot;:4632,&quot;35506&quot;:4633,&quot;35529&quot;:4634,&quot;35522&quot;:4635,&quot;35519&quot;:4636,&quot;35504&quot;:4637,&quot;35542&quot;:4638,&quot;35533&quot;:4639,&quot;35510&quot;:4640,&quot;35513&quot;:4641,&quot;35547&quot;:4642,&quot;35916&quot;:4643,&quot;35918&quot;:4644,&quot;35948&quot;:4645,&quot;36064&quot;:4646,&quot;36062&quot;:4647,&quot;36070&quot;:4648,&quot;36068&quot;:4649,&quot;36076&quot;:4650,&quot;36077&quot;:4651,&quot;36066&quot;:4652,&quot;36067&quot;:4653,&quot;36060&quot;:4654,&quot;36074&quot;:4655,&quot;36065&quot;:4656,&quot;36205&quot;:4657,&quot;36255&quot;:4658,&quot;36259&quot;:4659,&quot;36395&quot;:4660,&quot;36368&quot;:4661,&quot;36381&quot;:4662,&quot;36386&quot;:4663,&quot;36367&quot;:4664,&quot;36393&quot;:4665,&quot;36383&quot;:4666,&quot;36385&quot;:4667,&quot;36382&quot;:4668,&quot;36538&quot;:4669,&quot;36637&quot;:4670,&quot;36635&quot;:4671,&quot;36639&quot;:4672,&quot;36649&quot;:4673,&quot;36646&quot;:4674,&quot;36650&quot;:4675,&quot;36636&quot;:4676,&quot;36638&quot;:4677,&quot;36645&quot;:4678,&quot;36969&quot;:4679,&quot;36974&quot;:4680,&quot;36968&quot;:4681,&quot;36973&quot;:4682,&quot;36983&quot;:4683,&quot;37168&quot;:4684,&quot;37165&quot;:4685,&quot;37159&quot;:4686,&quot;37169&quot;:4687,&quot;37255&quot;:4688,&quot;37257&quot;:4689,&quot;37259&quot;:4690,&quot;37251&quot;:4691,&quot;37573&quot;:4692,&quot;37563&quot;:4693,&quot;37559&quot;:4694,&quot;37610&quot;:4695,&quot;37604&quot;:4696,&quot;37569&quot;:4697,&quot;37555&quot;:4698,&quot;37564&quot;:4699,&quot;37586&quot;:4700,&quot;37575&quot;:4701,&quot;37616&quot;:4702,&quot;37554&quot;:4703,&quot;38317&quot;:4704,&quot;38321&quot;:4705,&quot;38660&quot;:4706,&quot;38662&quot;:4707,&quot;38663&quot;:4708,&quot;38665&quot;:4709,&quot;38752&quot;:4710,&quot;38797&quot;:4711,&quot;38795&quot;:4712,&quot;38799&quot;:4713,&quot;38945&quot;:4714,&quot;38955&quot;:4715,&quot;38940&quot;:4716,&quot;39091&quot;:4717,&quot;39178&quot;:4718,&quot;39187&quot;:4719,&quot;39186&quot;:4720,&quot;39192&quot;:4721,&quot;39389&quot;:4722,&quot;39376&quot;:4723,&quot;39391&quot;:4724,&quot;39387&quot;:4725,&quot;39377&quot;:4726,&quot;39381&quot;:4727,&quot;39378&quot;:4728,&quot;39385&quot;:4729,&quot;39607&quot;:4730,&quot;39662&quot;:4731,&quot;39663&quot;:4732,&quot;39719&quot;:4733,&quot;39749&quot;:4734,&quot;39748&quot;:4735,&quot;39799&quot;:4736,&quot;39791&quot;:4737,&quot;40198&quot;:4738,&quot;40201&quot;:4739,&quot;40195&quot;:4740,&quot;40617&quot;:4741,&quot;40638&quot;:4742,&quot;40654&quot;:4743,&quot;22696&quot;:4744,&quot;12242&quot;:4745,&quot;40786&quot;:4745,&quot;20754&quot;:4746,&quot;20760&quot;:4747,&quot;20756&quot;:4748,&quot;20752&quot;:4749,&quot;20757&quot;:4750,&quot;20864&quot;:4751,&quot;20906&quot;:4752,&quot;20957&quot;:4753,&quot;21137&quot;:4754,&quot;21139&quot;:4755,&quot;21235&quot;:4756,&quot;22105&quot;:4757,&quot;22123&quot;:4758,&quot;22137&quot;:4759,&quot;22121&quot;:4760,&quot;22116&quot;:4761,&quot;22136&quot;:4762,&quot;22122&quot;:4763,&quot;22120&quot;:4764,&quot;22117&quot;:4765,&quot;22129&quot;:4766,&quot;22127&quot;:4767,&quot;22124&quot;:4768,&quot;22114&quot;:4769,&quot;22134&quot;:4770,&quot;22721&quot;:4771,&quot;22718&quot;:4772,&quot;22727&quot;:4773,&quot;22725&quot;:4774,&quot;22894&quot;:4775,&quot;23325&quot;:4776,&quot;23348&quot;:4777,&quot;23416&quot;:4778,&quot;23536&quot;:4779,&quot;23566&quot;:4780,&quot;24394&quot;:4781,&quot;25010&quot;:4782,&quot;24977&quot;:4783,&quot;25001&quot;:4784,&quot;24970&quot;:4785,&quot;25037&quot;:4786,&quot;25014&quot;:4787,&quot;25022&quot;:4788,&quot;25034&quot;:4789,&quot;25032&quot;:4790,&quot;25136&quot;:4791,&quot;25797&quot;:4792,&quot;25793&quot;:4793,&quot;25803&quot;:4794,&quot;25787&quot;:4795,&quot;25788&quot;:4796,&quot;25818&quot;:4797,&quot;25796&quot;:4798,&quot;25799&quot;:4799,&quot;25794&quot;:4800,&quot;25805&quot;:4801,&quot;25791&quot;:4802,&quot;25810&quot;:4803,&quot;25812&quot;:4804,&quot;25790&quot;:4805,&quot;25972&quot;:4806,&quot;26310&quot;:4807,&quot;26313&quot;:4808,&quot;26297&quot;:4809,&quot;26308&quot;:4810,&quot;26311&quot;:4811,&quot;26296&quot;:4812,&quot;27197&quot;:4813,&quot;27192&quot;:4814,&quot;27194&quot;:4815,&quot;27225&quot;:4816,&quot;27243&quot;:4817,&quot;27224&quot;:4818,&quot;27193&quot;:4819,&quot;27204&quot;:4820,&quot;27234&quot;:4821,&quot;27233&quot;:4822,&quot;27211&quot;:4823,&quot;27207&quot;:4824,&quot;27189&quot;:4825,&quot;27231&quot;:4826,&quot;27208&quot;:4827,&quot;27481&quot;:4828,&quot;27511&quot;:4829,&quot;27653&quot;:4830,&quot;28610&quot;:4831,&quot;28593&quot;:4832,&quot;28577&quot;:4833,&quot;28611&quot;:4834,&quot;28580&quot;:4835,&quot;28609&quot;:4836,&quot;28583&quot;:4837,&quot;28595&quot;:4838,&quot;28608&quot;:4839,&quot;28601&quot;:4840,&quot;28598&quot;:4841,&quot;60318&quot;:4841,&quot;28582&quot;:4842,&quot;28576&quot;:4843,&quot;28596&quot;:4844,&quot;29118&quot;:4845,&quot;29129&quot;:4846,&quot;29136&quot;:4847,&quot;29138&quot;:4848,&quot;29128&quot;:4849,&quot;29141&quot;:4850,&quot;29113&quot;:4851,&quot;29134&quot;:4852,&quot;29145&quot;:4853,&quot;29148&quot;:4854,&quot;29123&quot;:4855,&quot;29124&quot;:4856,&quot;29544&quot;:4857,&quot;29852&quot;:4858,&quot;29859&quot;:4859,&quot;29848&quot;:4860,&quot;29855&quot;:4861,&quot;29854&quot;:4862,&quot;29922&quot;:4863,&quot;29964&quot;:4864,&quot;29965&quot;:4865,&quot;30260&quot;:4866,&quot;30264&quot;:4867,&quot;30266&quot;:4868,&quot;30439&quot;:4869,&quot;30437&quot;:4870,&quot;30624&quot;:4871,&quot;30622&quot;:4872,&quot;30623&quot;:4873,&quot;30629&quot;:4874,&quot;30952&quot;:4875,&quot;30938&quot;:4876,&quot;30956&quot;:4877,&quot;30951&quot;:4878,&quot;31142&quot;:4879,&quot;31309&quot;:4880,&quot;31310&quot;:4881,&quot;31302&quot;:4882,&quot;31308&quot;:4883,&quot;31307&quot;:4884,&quot;31418&quot;:4885,&quot;31705&quot;:4886,&quot;31761&quot;:4887,&quot;31689&quot;:4888,&quot;31716&quot;:4889,&quot;31707&quot;:4890,&quot;31713&quot;:4891,&quot;31721&quot;:4892,&quot;31718&quot;:4893,&quot;31957&quot;:4894,&quot;31958&quot;:4895,&quot;32266&quot;:4896,&quot;32273&quot;:4897,&quot;32264&quot;:4898,&quot;32283&quot;:4899,&quot;32291&quot;:4900,&quot;32286&quot;:4901,&quot;32285&quot;:4902,&quot;58211&quot;:4902,&quot;32265&quot;:4903,&quot;32272&quot;:4904,&quot;32633&quot;:4905,&quot;32690&quot;:4906,&quot;32752&quot;:4907,&quot;32753&quot;:4908,&quot;32750&quot;:4909,&quot;32808&quot;:4910,&quot;58239&quot;:4910,&quot;33203&quot;:4911,&quot;33193&quot;:4912,&quot;33192&quot;:4913,&quot;33275&quot;:4914,&quot;33288&quot;:4915,&quot;33368&quot;:4916,&quot;33369&quot;:4917,&quot;34122&quot;:4918,&quot;34137&quot;:4919,&quot;34120&quot;:4920,&quot;34152&quot;:4921,&quot;34153&quot;:4922,&quot;34115&quot;:4923,&quot;34121&quot;:4924,&quot;34157&quot;:4925,&quot;34154&quot;:4926,&quot;34142&quot;:4927,&quot;34691&quot;:4928,&quot;34719&quot;:4929,&quot;34718&quot;:4930,&quot;34722&quot;:4931,&quot;34701&quot;:4932,&quot;34913&quot;:4933,&quot;35114&quot;:4934,&quot;35122&quot;:4935,&quot;35109&quot;:4936,&quot;35115&quot;:4937,&quot;35105&quot;:4938,&quot;35242&quot;:4939,&quot;35238&quot;:4940,&quot;58391&quot;:4940,&quot;35558&quot;:4941,&quot;35578&quot;:4942,&quot;35563&quot;:4943,&quot;35569&quot;:4944,&quot;35584&quot;:4945,&quot;35548&quot;:4946,&quot;35559&quot;:4947,&quot;35566&quot;:4948,&quot;35582&quot;:4949,&quot;35585&quot;:4950,&quot;35586&quot;:4951,&quot;35575&quot;:4952,&quot;35565&quot;:4953,&quot;35571&quot;:4954,&quot;35574&quot;:4955,&quot;35580&quot;:4956,&quot;35947&quot;:4957,&quot;35949&quot;:4958,&quot;35987&quot;:4959,&quot;36084&quot;:4960,&quot;36420&quot;:4961,&quot;36401&quot;:4962,&quot;36404&quot;:4963,&quot;36418&quot;:4964,&quot;36409&quot;:4965,&quot;36405&quot;:4966,&quot;36667&quot;:4967,&quot;36655&quot;:4968,&quot;36664&quot;:4969,&quot;36659&quot;:4970,&quot;36776&quot;:4971,&quot;36774&quot;:4972,&quot;36981&quot;:4973,&quot;36980&quot;:4974,&quot;36984&quot;:4975,&quot;36978&quot;:4976,&quot;36988&quot;:4977,&quot;36986&quot;:4978,&quot;37172&quot;:4979,&quot;37266&quot;:4980,&quot;37664&quot;:4981,&quot;37686&quot;:4982,&quot;37624&quot;:4983,&quot;37683&quot;:4984,&quot;37679&quot;:4985,&quot;37666&quot;:4986,&quot;37628&quot;:4987,&quot;37675&quot;:4988,&quot;37636&quot;:4989,&quot;37658&quot;:4990,&quot;37648&quot;:4991,&quot;37670&quot;:4992,&quot;37665&quot;:4993,&quot;37653&quot;:4994,&quot;37678&quot;:4995,&quot;37657&quot;:4996,&quot;38331&quot;:4997,&quot;38567&quot;:4998,&quot;38568&quot;:4999,&quot;38570&quot;:5000,&quot;38613&quot;:5001,&quot;38670&quot;:5002,&quot;38673&quot;:5003,&quot;38678&quot;:5004,&quot;38669&quot;:5005,&quot;38675&quot;:5006,&quot;38671&quot;:5007,&quot;38747&quot;:5008,&quot;58565&quot;:5009,&quot;38748&quot;:5009,&quot;38758&quot;:5010,&quot;38808&quot;:5011,&quot;38960&quot;:5012,&quot;38968&quot;:5013,&quot;38971&quot;:5014,&quot;38967&quot;:5015,&quot;38957&quot;:5016,&quot;38969&quot;:5017,&quot;38948&quot;:5018,&quot;39184&quot;:5019,&quot;39208&quot;:5020,&quot;39198&quot;:5021,&quot;39195&quot;:5022,&quot;39201&quot;:5023,&quot;39194&quot;:5024,&quot;39405&quot;:5025,&quot;39394&quot;:5026,&quot;39409&quot;:5027,&quot;39608&quot;:5028,&quot;39612&quot;:5029,&quot;39675&quot;:5030,&quot;39661&quot;:5031,&quot;39720&quot;:5032,&quot;39825&quot;:5033,&quot;40213&quot;:5034,&quot;40227&quot;:5035,&quot;40230&quot;:5036,&quot;40232&quot;:5037,&quot;40210&quot;:5038,&quot;40219&quot;:5039,&quot;40664&quot;:5040,&quot;40660&quot;:5041,&quot;40845&quot;:5042,&quot;12243&quot;:5042,&quot;40860&quot;:5043,&quot;12244&quot;:5043,&quot;20778&quot;:5044,&quot;20767&quot;:5045,&quot;20769&quot;:5046,&quot;20786&quot;:5047,&quot;21237&quot;:5048,&quot;22158&quot;:5049,&quot;22144&quot;:5050,&quot;22160&quot;:5051,&quot;22149&quot;:5052,&quot;22151&quot;:5053,&quot;22159&quot;:5054,&quot;22741&quot;:5055,&quot;22739&quot;:5056,&quot;22737&quot;:5057,&quot;22734&quot;:5058,&quot;23344&quot;:5059,&quot;23338&quot;:5060,&quot;23332&quot;:5061,&quot;23418&quot;:5062,&quot;23607&quot;:5063,&quot;23656&quot;:5064,&quot;23996&quot;:5065,&quot;23994&quot;:5066,&quot;23997&quot;:5067,&quot;23992&quot;:5068,&quot;24171&quot;:5069,&quot;24396&quot;:5070,&quot;24509&quot;:5071,&quot;25033&quot;:5072,&quot;25026&quot;:5073,&quot;25031&quot;:5074,&quot;25062&quot;:5075,&quot;25035&quot;:5076,&quot;25138&quot;:5077,&quot;25140&quot;:5078,&quot;25806&quot;:5079,&quot;25802&quot;:5080,&quot;25816&quot;:5081,&quot;25824&quot;:5082,&quot;25840&quot;:5083,&quot;25830&quot;:5084,&quot;25836&quot;:5085,&quot;25841&quot;:5086,&quot;25826&quot;:5087,&quot;25837&quot;:5088,&quot;25986&quot;:5089,&quot;25987&quot;:5090,&quot;26329&quot;:5091,&quot;26326&quot;:5092,&quot;27264&quot;:5093,&quot;27284&quot;:5094,&quot;27268&quot;:5095,&quot;27298&quot;:5096,&quot;27292&quot;:5097,&quot;27355&quot;:5098,&quot;27299&quot;:5099,&quot;27262&quot;:5100,&quot;27287&quot;:5101,&quot;27280&quot;:5102,&quot;27296&quot;:5103,&quot;27484&quot;:5104,&quot;27566&quot;:5105,&quot;27610&quot;:5106,&quot;27656&quot;:5107,&quot;28632&quot;:5108,&quot;28657&quot;:5109,&quot;28639&quot;:5110,&quot;28640&quot;:5111,&quot;28635&quot;:5112,&quot;28644&quot;:5113,&quot;28651&quot;:5114,&quot;28655&quot;:5115,&quot;28544&quot;:5116,&quot;28652&quot;:5117,&quot;28641&quot;:5118,&quot;28649&quot;:5119,&quot;28629&quot;:5120,&quot;28654&quot;:5121,&quot;28656&quot;:5122,&quot;29159&quot;:5123,&quot;29151&quot;:5124,&quot;60361&quot;:5124,&quot;29166&quot;:5125,&quot;29158&quot;:5126,&quot;29157&quot;:5127,&quot;29165&quot;:5128,&quot;29164&quot;:5129,&quot;29172&quot;:5130,&quot;29152&quot;:5131,&quot;29237&quot;:5132,&quot;29254&quot;:5133,&quot;29552&quot;:5134,&quot;29554&quot;:5135,&quot;29865&quot;:5136,&quot;29872&quot;:5137,&quot;29862&quot;:5138,&quot;29864&quot;:5139,&quot;30278&quot;:5140,&quot;30274&quot;:5141,&quot;30284&quot;:5142,&quot;30442&quot;:5143,&quot;30643&quot;:5144,&quot;30634&quot;:5145,&quot;30640&quot;:5146,&quot;30636&quot;:5147,&quot;30631&quot;:5148,&quot;30637&quot;:5149,&quot;30703&quot;:5150,&quot;30967&quot;:5151,&quot;30970&quot;:5152,&quot;30964&quot;:5153,&quot;30959&quot;:5154,&quot;30977&quot;:5155,&quot;31143&quot;:5156,&quot;31146&quot;:5157,&quot;31319&quot;:5158,&quot;31423&quot;:5159,&quot;31751&quot;:5160,&quot;31757&quot;:5161,&quot;31742&quot;:5162,&quot;31735&quot;:5163,&quot;31756&quot;:5164,&quot;31712&quot;:5165,&quot;31968&quot;:5166,&quot;31964&quot;:5167,&quot;31966&quot;:5168,&quot;31970&quot;:5169,&quot;31967&quot;:5170,&quot;31961&quot;:5171,&quot;31965&quot;:5172,&quot;32302&quot;:5173,&quot;32318&quot;:5174,&quot;32326&quot;:5175,&quot;32311&quot;:5176,&quot;32306&quot;:5177,&quot;32323&quot;:5178,&quot;32299&quot;:5179,&quot;32317&quot;:5180,&quot;32305&quot;:5181,&quot;32325&quot;:5182,&quot;32321&quot;:5183,&quot;32308&quot;:5184,&quot;32313&quot;:5185,&quot;32328&quot;:5186,&quot;32309&quot;:5187,&quot;32319&quot;:5188,&quot;32303&quot;:5189,&quot;32580&quot;:5190,&quot;32755&quot;:5191,&quot;32764&quot;:5192,&quot;32881&quot;:5193,&quot;32882&quot;:5194,&quot;32880&quot;:5195,&quot;32879&quot;:5196,&quot;32883&quot;:5197,&quot;33222&quot;:5198,&quot;33219&quot;:5199,&quot;33210&quot;:5200,&quot;33218&quot;:5201,&quot;33216&quot;:5202,&quot;33215&quot;:5203,&quot;33213&quot;:5204,&quot;33225&quot;:5205,&quot;33214&quot;:5206,&quot;33256&quot;:5207,&quot;33289&quot;:5208,&quot;33393&quot;:5209,&quot;34218&quot;:5210,&quot;34180&quot;:5211,&quot;34174&quot;:5212,&quot;34204&quot;:5213,&quot;34193&quot;:5214,&quot;34196&quot;:5215,&quot;34223&quot;:5216,&quot;34203&quot;:5217,&quot;34183&quot;:5218,&quot;34216&quot;:5219,&quot;34186&quot;:5220,&quot;34214&quot;:5221,&quot;34407&quot;:5222,&quot;34752&quot;:5223,&quot;34769&quot;:5224,&quot;34739&quot;:5225,&quot;34770&quot;:5226,&quot;34758&quot;:5227,&quot;34731&quot;:5228,&quot;34747&quot;:5229,&quot;34746&quot;:5230,&quot;34760&quot;:5231,&quot;34763&quot;:5232,&quot;35131&quot;:5233,&quot;35126&quot;:5234,&quot;35140&quot;:5235,&quot;35128&quot;:5236,&quot;35133&quot;:5237,&quot;35244&quot;:5238,&quot;35598&quot;:5239,&quot;35607&quot;:5240,&quot;35609&quot;:5241,&quot;35611&quot;:5242,&quot;35594&quot;:5243,&quot;35616&quot;:5244,&quot;35613&quot;:5245,&quot;35588&quot;:5246,&quot;35600&quot;:5247,&quot;35905&quot;:5248,&quot;35903&quot;:5249,&quot;35955&quot;:5250,&quot;36090&quot;:5251,&quot;36093&quot;:5252,&quot;36092&quot;:5253,&quot;36088&quot;:5254,&quot;36091&quot;:5255,&quot;36264&quot;:5256,&quot;36425&quot;:5257,&quot;36427&quot;:5258,&quot;36424&quot;:5259,&quot;36426&quot;:5260,&quot;36676&quot;:5261,&quot;36670&quot;:5262,&quot;36674&quot;:5263,&quot;36677&quot;:5264,&quot;36671&quot;:5265,&quot;36991&quot;:5266,&quot;36989&quot;:5267,&quot;36996&quot;:5268,&quot;36993&quot;:5269,&quot;36994&quot;:5270,&quot;36992&quot;:5271,&quot;37177&quot;:5272,&quot;37283&quot;:5273,&quot;37278&quot;:5274,&quot;37276&quot;:5275,&quot;37709&quot;:5276,&quot;37762&quot;:5277,&quot;37672&quot;:5278,&quot;37749&quot;:5279,&quot;37706&quot;:5280,&quot;37733&quot;:5281,&quot;37707&quot;:5282,&quot;37656&quot;:5283,&quot;37758&quot;:5284,&quot;37740&quot;:5285,&quot;37723&quot;:5286,&quot;37744&quot;:5287,&quot;37722&quot;:5288,&quot;37716&quot;:5289,&quot;38346&quot;:5290,&quot;38347&quot;:5291,&quot;38348&quot;:5292,&quot;38344&quot;:5293,&quot;38342&quot;:5294,&quot;38577&quot;:5295,&quot;38584&quot;:5296,&quot;38614&quot;:5297,&quot;38684&quot;:5298,&quot;38686&quot;:5299,&quot;38816&quot;:5300,&quot;38867&quot;:5301,&quot;38982&quot;:5302,&quot;39094&quot;:5303,&quot;39221&quot;:5304,&quot;39425&quot;:5305,&quot;39423&quot;:5306,&quot;39854&quot;:5307,&quot;39851&quot;:5308,&quot;39850&quot;:5309,&quot;39853&quot;:5310,&quot;40251&quot;:5311,&quot;40255&quot;:5312,&quot;40587&quot;:5313,&quot;40655&quot;:5314,&quot;40670&quot;:5315,&quot;40668&quot;:5316,&quot;40669&quot;:5317,&quot;40667&quot;:5318,&quot;40766&quot;:5319,&quot;40779&quot;:5320,&quot;21474&quot;:5321,&quot;22165&quot;:5322,&quot;22190&quot;:5323,&quot;22745&quot;:5324,&quot;22744&quot;:5325,&quot;23352&quot;:5326,&quot;24413&quot;:5327,&quot;25059&quot;:5328,&quot;25139&quot;:5329,&quot;25844&quot;:5330,&quot;25842&quot;:5331,&quot;25854&quot;:5332,&quot;25862&quot;:5333,&quot;25850&quot;:5334,&quot;25851&quot;:5335,&quot;25847&quot;:5336,&quot;26039&quot;:5337,&quot;26332&quot;:5338,&quot;26406&quot;:5339,&quot;27315&quot;:5340,&quot;27308&quot;:5341,&quot;27331&quot;:5342,&quot;27323&quot;:5343,&quot;27320&quot;:5344,&quot;27330&quot;:5345,&quot;27310&quot;:5346,&quot;27311&quot;:5347,&quot;27487&quot;:5348,&quot;27512&quot;:5349,&quot;27567&quot;:5350,&quot;28681&quot;:5351,&quot;28683&quot;:5352,&quot;28670&quot;:5353,&quot;28678&quot;:5354,&quot;28666&quot;:5355,&quot;28689&quot;:5356,&quot;28687&quot;:5357,&quot;29179&quot;:5358,&quot;29180&quot;:5359,&quot;29182&quot;:5360,&quot;29176&quot;:5361,&quot;29559&quot;:5362,&quot;29557&quot;:5363,&quot;29863&quot;:5364,&quot;29887&quot;:5365,&quot;29973&quot;:5366,&quot;30294&quot;:5367,&quot;30296&quot;:5368,&quot;30290&quot;:5369,&quot;30653&quot;:5370,&quot;30655&quot;:5371,&quot;30651&quot;:5372,&quot;30652&quot;:5373,&quot;30990&quot;:5374,&quot;31150&quot;:5375,&quot;31329&quot;:5376,&quot;31330&quot;:5377,&quot;31328&quot;:5378,&quot;31428&quot;:5379,&quot;31429&quot;:5380,&quot;31787&quot;:5381,&quot;31783&quot;:5382,&quot;31786&quot;:5383,&quot;31774&quot;:5384,&quot;31779&quot;:5385,&quot;31777&quot;:5386,&quot;31975&quot;:5387,&quot;32340&quot;:5388,&quot;32341&quot;:5389,&quot;32350&quot;:5390,&quot;32346&quot;:5391,&quot;32353&quot;:5392,&quot;32338&quot;:5393,&quot;32345&quot;:5394,&quot;32584&quot;:5395,&quot;32761&quot;:5396,&quot;32763&quot;:5397,&quot;32887&quot;:5398,&quot;32886&quot;:5399,&quot;33229&quot;:5400,&quot;33231&quot;:5401,&quot;33290&quot;:5402,&quot;34255&quot;:5403,&quot;34217&quot;:5404,&quot;34253&quot;:5405,&quot;34256&quot;:5406,&quot;34249&quot;:5407,&quot;34224&quot;:5408,&quot;34234&quot;:5409,&quot;34233&quot;:5410,&quot;34799&quot;:5411,&quot;34796&quot;:5412,&quot;34802&quot;:5413,&quot;34784&quot;:5414,&quot;35206&quot;:5415,&quot;35250&quot;:5416,&quot;35316&quot;:5417,&quot;35624&quot;:5418,&quot;35641&quot;:5419,&quot;35628&quot;:5420,&quot;35627&quot;:5421,&quot;35920&quot;:5422,&quot;36101&quot;:5423,&quot;36441&quot;:5424,&quot;36451&quot;:5425,&quot;36454&quot;:5426,&quot;36452&quot;:5427,&quot;36447&quot;:5428,&quot;36437&quot;:5429,&quot;36544&quot;:5430,&quot;36681&quot;:5431,&quot;36685&quot;:5432,&quot;36999&quot;:5433,&quot;36995&quot;:5434,&quot;37000&quot;:5435,&quot;37291&quot;:5436,&quot;37292&quot;:5437,&quot;37328&quot;:5438,&quot;37780&quot;:5439,&quot;37770&quot;:5440,&quot;37782&quot;:5441,&quot;37794&quot;:5442,&quot;37811&quot;:5443,&quot;37806&quot;:5444,&quot;37804&quot;:5445,&quot;37808&quot;:5446,&quot;37784&quot;:5447,&quot;37786&quot;:5448,&quot;37783&quot;:5449,&quot;38356&quot;:5450,&quot;38358&quot;:5451,&quot;38352&quot;:5452,&quot;38357&quot;:5453,&quot;38626&quot;:5454,&quot;38620&quot;:5455,&quot;38617&quot;:5456,&quot;38619&quot;:5457,&quot;38622&quot;:5458,&quot;38692&quot;:5459,&quot;38819&quot;:5460,&quot;38822&quot;:5461,&quot;38829&quot;:5462,&quot;38905&quot;:5463,&quot;38989&quot;:5464,&quot;38991&quot;:5465,&quot;38988&quot;:5466,&quot;38990&quot;:5467,&quot;38995&quot;:5468,&quot;39098&quot;:5469,&quot;39230&quot;:5470,&quot;39231&quot;:5471,&quot;39229&quot;:5472,&quot;39214&quot;:5473,&quot;39333&quot;:5474,&quot;39438&quot;:5475,&quot;39617&quot;:5476,&quot;39683&quot;:5477,&quot;39686&quot;:5478,&quot;39759&quot;:5479,&quot;39758&quot;:5480,&quot;39757&quot;:5481,&quot;39882&quot;:5482,&quot;39881&quot;:5483,&quot;39933&quot;:5484,&quot;39880&quot;:5485,&quot;39872&quot;:5486,&quot;40273&quot;:5487,&quot;40285&quot;:5488,&quot;40288&quot;:5489,&quot;40672&quot;:5490,&quot;40725&quot;:5491,&quot;40748&quot;:5492,&quot;20787&quot;:5493,&quot;22181&quot;:5494,&quot;22184&quot;:5495,&quot;22750&quot;:5496,&quot;22751&quot;:5497,&quot;22754&quot;:5498,&quot;23541&quot;:5499,&quot;40848&quot;:5500,&quot;24300&quot;:5501,&quot;25074&quot;:5502,&quot;25079&quot;:5503,&quot;25078&quot;:5504,&quot;25077&quot;:5505,&quot;25856&quot;:5506,&quot;25871&quot;:5507,&quot;26336&quot;:5508,&quot;26333&quot;:5509,&quot;27365&quot;:5510,&quot;27357&quot;:5511,&quot;27354&quot;:5512,&quot;27347&quot;:5513,&quot;28699&quot;:5514,&quot;28703&quot;:5515,&quot;28712&quot;:5516,&quot;28698&quot;:5517,&quot;28701&quot;:5518,&quot;28693&quot;:5519,&quot;28696&quot;:5520,&quot;29190&quot;:5521,&quot;29197&quot;:5522,&quot;29272&quot;:5523,&quot;29346&quot;:5524,&quot;29560&quot;:5525,&quot;29562&quot;:5526,&quot;29885&quot;:5527,&quot;29898&quot;:5528,&quot;29923&quot;:5529,&quot;30087&quot;:5530,&quot;30086&quot;:5531,&quot;30303&quot;:5532,&quot;30305&quot;:5533,&quot;30663&quot;:5534,&quot;31001&quot;:5535,&quot;31153&quot;:5536,&quot;31339&quot;:5537,&quot;31337&quot;:5538,&quot;31806&quot;:5539,&quot;31807&quot;:5540,&quot;31800&quot;:5541,&quot;31805&quot;:5542,&quot;31799&quot;:5543,&quot;31808&quot;:5544,&quot;32363&quot;:5545,&quot;32365&quot;:5546,&quot;32377&quot;:5547,&quot;32361&quot;:5548,&quot;32362&quot;:5549,&quot;32371&quot;:5550,&quot;32645&quot;:5551,&quot;32694&quot;:5552,&quot;32697&quot;:5553,&quot;32696&quot;:5554,&quot;33240&quot;:5555,&quot;34281&quot;:5556,&quot;34269&quot;:5557,&quot;34282&quot;:5558,&quot;34261&quot;:5559,&quot;34276&quot;:5560,&quot;34277&quot;:5561,&quot;34295&quot;:5562,&quot;34811&quot;:5563,&quot;34821&quot;:5564,&quot;34829&quot;:5565,&quot;34809&quot;:5566,&quot;34814&quot;:5567,&quot;35168&quot;:5568,&quot;35167&quot;:5569,&quot;35158&quot;:5570,&quot;35166&quot;:5571,&quot;35649&quot;:5572,&quot;35676&quot;:5573,&quot;35672&quot;:5574,&quot;35657&quot;:5575,&quot;35674&quot;:5576,&quot;35662&quot;:5577,&quot;35663&quot;:5578,&quot;35654&quot;:5579,&quot;35673&quot;:5580,&quot;36104&quot;:5581,&quot;36106&quot;:5582,&quot;36476&quot;:5583,&quot;36466&quot;:5584,&quot;36487&quot;:5585,&quot;36470&quot;:5586,&quot;36460&quot;:5587,&quot;36474&quot;:5588,&quot;36468&quot;:5589,&quot;36692&quot;:5590,&quot;36686&quot;:5591,&quot;36781&quot;:5592,&quot;37002&quot;:5593,&quot;37003&quot;:5594,&quot;37297&quot;:5595,&quot;37294&quot;:5596,&quot;37857&quot;:5597,&quot;37841&quot;:5598,&quot;37855&quot;:5599,&quot;37827&quot;:5600,&quot;37832&quot;:5601,&quot;37852&quot;:5602,&quot;37853&quot;:5603,&quot;37846&quot;:5604,&quot;37858&quot;:5605,&quot;37837&quot;:5606,&quot;37848&quot;:5607,&quot;37860&quot;:5608,&quot;37847&quot;:5609,&quot;37864&quot;:5610,&quot;38364&quot;:5611,&quot;38580&quot;:5612,&quot;38627&quot;:5613,&quot;38698&quot;:5614,&quot;38695&quot;:5615,&quot;38753&quot;:5616,&quot;38876&quot;:5617,&quot;38907&quot;:5618,&quot;39006&quot;:5619,&quot;39000&quot;:5620,&quot;39003&quot;:5621,&quot;39100&quot;:5622,&quot;39237&quot;:5623,&quot;39241&quot;:5624,&quot;39446&quot;:5625,&quot;39449&quot;:5626,&quot;39693&quot;:5627,&quot;39912&quot;:5628,&quot;39911&quot;:5629,&quot;39894&quot;:5630,&quot;39899&quot;:5631,&quot;40329&quot;:5632,&quot;40289&quot;:5633,&quot;40306&quot;:5634,&quot;40298&quot;:5635,&quot;40300&quot;:5636,&quot;40594&quot;:5637,&quot;40599&quot;:5638,&quot;40595&quot;:5639,&quot;40628&quot;:5640,&quot;21240&quot;:5641,&quot;22199&quot;:5642,&quot;22198&quot;:5643,&quot;22196&quot;:5644,&quot;22204&quot;:5645,&quot;22756&quot;:5646,&quot;23360&quot;:5647,&quot;23363&quot;:5648,&quot;23421&quot;:5649,&quot;23542&quot;:5650,&quot;24009&quot;:5651,&quot;25080&quot;:5652,&quot;25082&quot;:5653,&quot;25880&quot;:5654,&quot;25876&quot;:5655,&quot;25881&quot;:5656,&quot;26342&quot;:5657,&quot;26407&quot;:5658,&quot;27372&quot;:5659,&quot;28734&quot;:5660,&quot;28720&quot;:5661,&quot;28722&quot;:5662,&quot;29200&quot;:5663,&quot;29563&quot;:5664,&quot;29903&quot;:5665,&quot;30306&quot;:5666,&quot;30309&quot;:5667,&quot;31014&quot;:5668,&quot;31018&quot;:5669,&quot;31020&quot;:5670,&quot;31019&quot;:5671,&quot;31431&quot;:5672,&quot;31478&quot;:5673,&quot;31820&quot;:5674,&quot;31811&quot;:5675,&quot;31821&quot;:5676,&quot;31983&quot;:5677,&quot;31984&quot;:5678,&quot;36782&quot;:5679,&quot;32381&quot;:5680,&quot;32380&quot;:5681,&quot;32386&quot;:5682,&quot;32588&quot;:5683,&quot;32768&quot;:5684,&quot;33242&quot;:5685,&quot;33382&quot;:5686,&quot;34299&quot;:5687,&quot;34297&quot;:5688,&quot;34321&quot;:5689,&quot;34298&quot;:5690,&quot;34310&quot;:5691,&quot;34315&quot;:5692,&quot;34311&quot;:5693,&quot;34314&quot;:5694,&quot;34836&quot;:5695,&quot;34837&quot;:5696,&quot;35172&quot;:5697,&quot;35258&quot;:5698,&quot;35320&quot;:5699,&quot;35696&quot;:5700,&quot;35692&quot;:5701,&quot;35686&quot;:5702,&quot;35695&quot;:5703,&quot;35679&quot;:5704,&quot;35691&quot;:5705,&quot;36111&quot;:5706,&quot;36109&quot;:5707,&quot;36489&quot;:5708,&quot;36481&quot;:5709,&quot;36485&quot;:5710,&quot;36482&quot;:5711,&quot;37300&quot;:5712,&quot;37323&quot;:5713,&quot;37912&quot;:5714,&quot;37891&quot;:5715,&quot;37885&quot;:5716,&quot;38369&quot;:5717,&quot;38704&quot;:5718,&quot;39108&quot;:5719,&quot;39250&quot;:5720,&quot;39249&quot;:5721,&quot;39336&quot;:5722,&quot;39467&quot;:5723,&quot;39472&quot;:5724,&quot;39479&quot;:5725,&quot;39477&quot;:5726,&quot;39955&quot;:5727,&quot;39949&quot;:5728,&quot;40569&quot;:5729,&quot;40629&quot;:5730,&quot;40680&quot;:5731,&quot;40751&quot;:5732,&quot;40799&quot;:5733,&quot;40803&quot;:5734,&quot;40801&quot;:5735,&quot;20791&quot;:5736,&quot;20792&quot;:5737,&quot;22209&quot;:5738,&quot;22208&quot;:5739,&quot;22210&quot;:5740,&quot;22804&quot;:5741,&quot;23660&quot;:5742,&quot;24013&quot;:5743,&quot;25084&quot;:5744,&quot;25086&quot;:5745,&quot;25885&quot;:5746,&quot;25884&quot;:5747,&quot;26005&quot;:5748,&quot;26345&quot;:5749,&quot;27387&quot;:5750,&quot;27396&quot;:5751,&quot;27386&quot;:5752,&quot;27570&quot;:5753,&quot;28748&quot;:5754,&quot;29211&quot;:5755,&quot;29351&quot;:5756,&quot;29910&quot;:5757,&quot;29908&quot;:5758,&quot;30313&quot;:5759,&quot;30675&quot;:5760,&quot;31824&quot;:5761,&quot;32399&quot;:5762,&quot;32396&quot;:5763,&quot;32700&quot;:5764,&quot;34327&quot;:5765,&quot;34349&quot;:5766,&quot;34330&quot;:5767,&quot;34851&quot;:5768,&quot;34850&quot;:5769,&quot;34849&quot;:5770,&quot;34847&quot;:5771,&quot;35178&quot;:5772,&quot;35180&quot;:5773,&quot;35261&quot;:5774,&quot;35700&quot;:5775,&quot;35703&quot;:5776,&quot;35709&quot;:5777,&quot;36115&quot;:5778,&quot;36490&quot;:5779,&quot;36493&quot;:5780,&quot;36491&quot;:5781,&quot;36703&quot;:5782,&quot;36783&quot;:5783,&quot;37306&quot;:5784,&quot;37934&quot;:5785,&quot;37939&quot;:5786,&quot;37941&quot;:5787,&quot;37946&quot;:5788,&quot;37944&quot;:5789,&quot;37938&quot;:5790,&quot;37931&quot;:5791,&quot;38370&quot;:5792,&quot;38712&quot;:5793,&quot;38713&quot;:5794,&quot;38706&quot;:5795,&quot;38911&quot;:5796,&quot;58586&quot;:5796,&quot;39015&quot;:5797,&quot;39013&quot;:5798,&quot;39255&quot;:5799,&quot;39493&quot;:5800,&quot;39491&quot;:5801,&quot;39488&quot;:5802,&quot;39486&quot;:5803,&quot;39631&quot;:5804,&quot;39764&quot;:5805,&quot;39761&quot;:5806,&quot;39981&quot;:5807,&quot;39973&quot;:5808,&quot;40367&quot;:5809,&quot;40372&quot;:5810,&quot;40386&quot;:5811,&quot;40376&quot;:5812,&quot;40605&quot;:5813,&quot;40687&quot;:5814,&quot;40729&quot;:5815,&quot;40796&quot;:5816,&quot;40806&quot;:5817,&quot;40807&quot;:5818,&quot;20796&quot;:5819,&quot;20795&quot;:5820,&quot;22216&quot;:5821,&quot;22218&quot;:5822,&quot;22217&quot;:5823,&quot;23423&quot;:5824,&quot;24020&quot;:5825,&quot;24018&quot;:5826,&quot;24398&quot;:5827,&quot;25087&quot;:5828,&quot;25892&quot;:5829,&quot;27402&quot;:5830,&quot;27489&quot;:5831,&quot;28753&quot;:5832,&quot;28760&quot;:5833,&quot;29568&quot;:5834,&quot;29924&quot;:5835,&quot;30090&quot;:5836,&quot;30318&quot;:5837,&quot;30316&quot;:5838,&quot;31155&quot;:5839,&quot;31840&quot;:5840,&quot;31839&quot;:5841,&quot;32894&quot;:5842,&quot;32893&quot;:5843,&quot;33247&quot;:5844,&quot;35186&quot;:5845,&quot;35183&quot;:5846,&quot;35324&quot;:5847,&quot;35712&quot;:5848,&quot;36118&quot;:5849,&quot;36119&quot;:5850,&quot;36497&quot;:5851,&quot;36499&quot;:5852,&quot;36705&quot;:5853,&quot;37192&quot;:5854,&quot;37956&quot;:5855,&quot;37969&quot;:5856,&quot;37970&quot;:5857,&quot;38717&quot;:5858,&quot;38718&quot;:5859,&quot;38851&quot;:5860,&quot;38849&quot;:5861,&quot;39019&quot;:5862,&quot;39253&quot;:5863,&quot;39509&quot;:5864,&quot;39501&quot;:5865,&quot;39634&quot;:5866,&quot;39706&quot;:5867,&quot;40009&quot;:5868,&quot;39985&quot;:5869,&quot;39998&quot;:5870,&quot;39995&quot;:5871,&quot;40403&quot;:5872,&quot;40407&quot;:5873,&quot;40756&quot;:5874,&quot;40812&quot;:5875,&quot;40810&quot;:5876,&quot;40852&quot;:5877,&quot;22220&quot;:5878,&quot;24022&quot;:5879,&quot;25088&quot;:5880,&quot;25891&quot;:5881,&quot;25899&quot;:5882,&quot;25898&quot;:5883,&quot;26348&quot;:5884,&quot;27408&quot;:5885,&quot;29914&quot;:5886,&quot;31434&quot;:5887,&quot;31844&quot;:5888,&quot;31843&quot;:5889,&quot;31845&quot;:5890,&quot;32403&quot;:5891,&quot;32406&quot;:5892,&quot;32404&quot;:5893,&quot;33250&quot;:5894,&quot;34360&quot;:5895,&quot;34367&quot;:5896,&quot;34865&quot;:5897,&quot;35722&quot;:5898,&quot;37008&quot;:5899,&quot;37007&quot;:5900,&quot;37987&quot;:5901,&quot;37984&quot;:5902,&quot;37988&quot;:5903,&quot;38760&quot;:5904,&quot;39023&quot;:5905,&quot;39260&quot;:5906,&quot;39514&quot;:5907,&quot;39515&quot;:5908,&quot;39511&quot;:5909,&quot;39635&quot;:5910,&quot;39636&quot;:5911,&quot;39633&quot;:5912,&quot;40020&quot;:5913,&quot;40023&quot;:5914,&quot;40022&quot;:5915,&quot;40421&quot;:5916,&quot;40607&quot;:5917,&quot;40692&quot;:5918,&quot;22225&quot;:5919,&quot;22761&quot;:5920,&quot;25900&quot;:5921,&quot;28766&quot;:5922,&quot;30321&quot;:5923,&quot;30322&quot;:5924,&quot;30679&quot;:5925,&quot;60226&quot;:5925,&quot;32592&quot;:5926,&quot;32648&quot;:5927,&quot;34870&quot;:5928,&quot;34873&quot;:5929,&quot;34914&quot;:5930,&quot;35731&quot;:5931,&quot;35730&quot;:5932,&quot;35734&quot;:5933,&quot;33399&quot;:5934,&quot;36123&quot;:5935,&quot;37312&quot;:5936,&quot;37994&quot;:5937,&quot;38722&quot;:5938,&quot;38728&quot;:5939,&quot;38724&quot;:5940,&quot;38854&quot;:5941,&quot;39024&quot;:5942,&quot;39519&quot;:5943,&quot;39714&quot;:5944,&quot;39768&quot;:5945,&quot;40031&quot;:5946,&quot;40441&quot;:5947,&quot;40442&quot;:5948,&quot;40572&quot;:5949,&quot;40573&quot;:5950,&quot;40711&quot;:5951,&quot;40823&quot;:5952,&quot;40818&quot;:5953,&quot;24307&quot;:5954,&quot;27414&quot;:5955,&quot;28771&quot;:5956,&quot;31852&quot;:5957,&quot;31854&quot;:5958,&quot;34875&quot;:5959,&quot;35264&quot;:5960,&quot;36513&quot;:5961,&quot;37313&quot;:5962,&quot;38002&quot;:5963,&quot;38000&quot;:5964,&quot;39025&quot;:5965,&quot;39262&quot;:5966,&quot;39638&quot;:5967,&quot;39715&quot;:5968,&quot;40652&quot;:5969,&quot;28772&quot;:5970,&quot;30682&quot;:5971,&quot;35738&quot;:5972,&quot;38007&quot;:5973,&quot;38857&quot;:5974,&quot;39522&quot;:5975,&quot;39525&quot;:5976,&quot;32412&quot;:5977,&quot;35740&quot;:5978,&quot;36522&quot;:5979,&quot;37317&quot;:5980,&quot;38013&quot;:5981,&quot;38014&quot;:5982,&quot;38012&quot;:5983,&quot;40055&quot;:5984,&quot;40056&quot;:5985,&quot;40695&quot;:5986,&quot;35924&quot;:5987,&quot;38015&quot;:5988,&quot;40474&quot;:5989,&quot;29224&quot;:5990,&quot;39530&quot;:5991,&quot;39729&quot;:5992,&quot;40475&quot;:5993,&quot;40478&quot;:5994,&quot;31858&quot;:5995,&quot;20034&quot;:5996,&quot;20060&quot;:5997,&quot;12048&quot;:5998,&quot;20981&quot;:5998,&quot;12053&quot;:5999,&quot;21274&quot;:5999,&quot;12058&quot;:6000,&quot;21378&quot;:6000,&quot;19975&quot;:6001,&quot;19980&quot;:6002,&quot;20039&quot;:6003,&quot;20109&quot;:6004,&quot;12062&quot;:6005,&quot;22231&quot;:6005,&quot;12076&quot;:6006,&quot;23662&quot;:6006,&quot;12091&quot;:6007,&quot;24435&quot;:6007,&quot;19983&quot;:6008,&quot;20871&quot;:6009,&quot;19982&quot;:6010,&quot;20014&quot;:6011,&quot;20115&quot;:6012,&quot;20162&quot;:6013,&quot;20169&quot;:6014,&quot;20168&quot;:6015,&quot;20888&quot;:6016,&quot;21244&quot;:6017,&quot;21356&quot;:6018,&quot;21433&quot;:6019,&quot;22304&quot;:6020,&quot;22787&quot;:6021,&quot;22828&quot;:6022,&quot;23568&quot;:6023,&quot;60417&quot;:6023,&quot;24063&quot;:6024,&quot;26081&quot;:6025,&quot;12110&quot;:6026,&quot;27571&quot;:6026,&quot;27596&quot;:6027,&quot;12115&quot;:6028,&quot;27668&quot;:6028,&quot;12121&quot;:6029,&quot;29247&quot;:6029,&quot;20017&quot;:6030,&quot;20028&quot;:6031,&quot;20200&quot;:6032,&quot;20188&quot;:6033,&quot;20201&quot;:6034,&quot;20193&quot;:6035,&quot;20189&quot;:6036,&quot;20186&quot;:6037,&quot;21004&quot;:6038,&quot;21001&quot;:6039,&quot;21276&quot;:6040,&quot;21324&quot;:6041,&quot;22306&quot;:6042,&quot;22307&quot;:6043,&quot;22807&quot;:6044,&quot;22831&quot;:6045,&quot;23425&quot;:6046,&quot;23428&quot;:6047,&quot;23570&quot;:6048,&quot;23611&quot;:6049,&quot;23668&quot;:6050,&quot;23667&quot;:6051,&quot;24068&quot;:6052,&quot;24192&quot;:6053,&quot;24194&quot;:6054,&quot;24521&quot;:6055,&quot;25097&quot;:6056,&quot;25168&quot;:6057,&quot;27669&quot;:6058,&quot;27702&quot;:6059,&quot;27715&quot;:6060,&quot;27711&quot;:6061,&quot;27707&quot;:6062,&quot;29358&quot;:6063,&quot;29360&quot;:6064,&quot;29578&quot;:6065,&quot;12145&quot;:6066,&quot;31160&quot;:6066,&quot;32906&quot;:6067,&quot;38430&quot;:6068,&quot;20238&quot;:6069,&quot;20248&quot;:6070,&quot;20268&quot;:6071,&quot;20213&quot;:6072,&quot;20244&quot;:6073,&quot;20209&quot;:6074,&quot;20224&quot;:6075,&quot;20215&quot;:6076,&quot;20232&quot;:6077,&quot;20253&quot;:6078,&quot;20226&quot;:6079,&quot;20229&quot;:6080,&quot;20258&quot;:6081,&quot;20243&quot;:6082,&quot;20228&quot;:6083,&quot;20212&quot;:6084,&quot;20242&quot;:6085,&quot;20913&quot;:6086,&quot;21011&quot;:6087,&quot;21008&quot;:6088,&quot;21158&quot;:6089,&quot;21282&quot;:6090,&quot;21279&quot;:6091,&quot;21325&quot;:6092,&quot;21386&quot;:6093,&quot;21511&quot;:6094,&quot;22241&quot;:6095,&quot;22239&quot;:6096,&quot;22318&quot;:6097,&quot;22314&quot;:6098,&quot;22324&quot;:6099,&quot;22844&quot;:6100,&quot;22912&quot;:6101,&quot;22908&quot;:6102,&quot;22917&quot;:6103,&quot;22907&quot;:6104,&quot;22910&quot;:6105,&quot;22903&quot;:6106,&quot;22911&quot;:6107,&quot;23382&quot;:6108,&quot;23573&quot;:6109,&quot;23589&quot;:6110,&quot;23676&quot;:6111,&quot;23674&quot;:6112,&quot;23675&quot;:6113,&quot;23678&quot;:6114,&quot;24031&quot;:6115,&quot;24181&quot;:6116,&quot;57646&quot;:6116,&quot;24196&quot;:6117,&quot;24322&quot;:6118,&quot;24346&quot;:6119,&quot;24436&quot;:6120,&quot;24533&quot;:6121,&quot;24532&quot;:6122,&quot;24527&quot;:6123,&quot;25180&quot;:6124,&quot;25182&quot;:6125,&quot;25188&quot;:6126,&quot;25185&quot;:6127,&quot;25190&quot;:6128,&quot;25186&quot;:6129,&quot;25177&quot;:6130,&quot;25184&quot;:6131,&quot;25178&quot;:6132,&quot;25189&quot;:6133,&quot;25911&quot;:6134,&quot;26095&quot;:6135,&quot;26094&quot;:6136,&quot;26430&quot;:6137,&quot;26425&quot;:6138,&quot;26424&quot;:6139,&quot;26427&quot;:6140,&quot;26426&quot;:6141,&quot;26431&quot;:6142,&quot;26428&quot;:6143,&quot;26419&quot;:6144,&quot;27672&quot;:6145,&quot;27718&quot;:6146,&quot;27730&quot;:6147,&quot;27740&quot;:6148,&quot;27727&quot;:6149,&quot;27722&quot;:6150,&quot;60796&quot;:6150,&quot;27732&quot;:6151,&quot;27723&quot;:6152,&quot;27724&quot;:6153,&quot;28785&quot;:6154,&quot;29278&quot;:6155,&quot;29364&quot;:6156,&quot;29365&quot;:6157,&quot;29582&quot;:6158,&quot;29994&quot;:6159,&quot;30335&quot;:6160,&quot;31349&quot;:6161,&quot;12153&quot;:6162,&quot;32593&quot;:6162,&quot;12171&quot;:6163,&quot;33400&quot;:6163,&quot;33404&quot;:6164,&quot;33408&quot;:6165,&quot;33405&quot;:6166,&quot;33407&quot;:6167,&quot;12172&quot;:6168,&quot;34381&quot;:6168,&quot;12177&quot;:6169,&quot;35198&quot;:6169,&quot;37017&quot;:6170,&quot;59347&quot;:6171,&quot;37015&quot;:6171,&quot;37016&quot;:6172,&quot;37019&quot;:6173,&quot;37012&quot;:6174,&quot;38434&quot;:6175,&quot;38436&quot;:6176,&quot;38432&quot;:6177,&quot;38435&quot;:6178,&quot;20310&quot;:6179,&quot;20283&quot;:6180,&quot;20322&quot;:6181,&quot;20297&quot;:6182,&quot;20307&quot;:6183,&quot;20324&quot;:6184,&quot;20286&quot;:6185,&quot;20327&quot;:6186,&quot;20306&quot;:6187,&quot;20319&quot;:6188,&quot;20289&quot;:6189,&quot;20312&quot;:6190,&quot;20269&quot;:6191,&quot;20275&quot;:6192,&quot;20287&quot;:6193,&quot;20321&quot;:6194,&quot;20879&quot;:6195,&quot;20921&quot;:6196,&quot;21020&quot;:6197,&quot;21022&quot;:6198,&quot;21025&quot;:6199,&quot;21165&quot;:6200,&quot;21166&quot;:6201,&quot;21257&quot;:6202,&quot;21347&quot;:6203,&quot;21362&quot;:6204,&quot;21390&quot;:6205,&quot;21391&quot;:6206,&quot;21552&quot;:6207,&quot;21559&quot;:6208,&quot;21546&quot;:6209,&quot;21588&quot;:6210,&quot;21573&quot;:6211,&quot;21529&quot;:6212,&quot;21532&quot;:6213,&quot;21541&quot;:6214,&quot;21528&quot;:6215,&quot;21565&quot;:6216,&quot;21583&quot;:6217,&quot;21569&quot;:6218,&quot;21544&quot;:6219,&quot;21540&quot;:6220,&quot;21575&quot;:6221,&quot;22254&quot;:6222,&quot;22247&quot;:6223,&quot;22245&quot;:6224,&quot;22337&quot;:6225,&quot;22341&quot;:6226,&quot;22348&quot;:6227,&quot;22345&quot;:6228,&quot;22347&quot;:6229,&quot;22354&quot;:6230,&quot;22790&quot;:6231,&quot;22848&quot;:6232,&quot;22950&quot;:6233,&quot;22936&quot;:6234,&quot;22944&quot;:6235,&quot;22935&quot;:6236,&quot;22926&quot;:6237,&quot;22946&quot;:6238,&quot;22928&quot;:6239,&quot;22927&quot;:6240,&quot;22951&quot;:6241,&quot;22945&quot;:6242,&quot;23438&quot;:6243,&quot;23442&quot;:6244,&quot;23592&quot;:6245,&quot;23594&quot;:6246,&quot;23693&quot;:6247,&quot;23695&quot;:6248,&quot;23688&quot;:6249,&quot;23691&quot;:6250,&quot;23689&quot;:6251,&quot;23698&quot;:6252,&quot;23690&quot;:6253,&quot;23686&quot;:6254,&quot;23699&quot;:6255,&quot;23701&quot;:6256,&quot;24032&quot;:6257,&quot;24074&quot;:6258,&quot;24078&quot;:6259,&quot;24203&quot;:6260,&quot;24201&quot;:6261,&quot;24204&quot;:6262,&quot;24200&quot;:6263,&quot;24205&quot;:6264,&quot;24325&quot;:6265,&quot;24349&quot;:6266,&quot;24440&quot;:6267,&quot;24438&quot;:6268,&quot;24530&quot;:6269,&quot;24529&quot;:6270,&quot;24528&quot;:6271,&quot;24557&quot;:6272,&quot;24552&quot;:6273,&quot;24558&quot;:6274,&quot;24563&quot;:6275,&quot;24545&quot;:6276,&quot;24548&quot;:6277,&quot;24547&quot;:6278,&quot;24570&quot;:6279,&quot;24559&quot;:6280,&quot;24567&quot;:6281,&quot;24571&quot;:6282,&quot;24576&quot;:6283,&quot;24564&quot;:6284,&quot;25146&quot;:6285,&quot;25219&quot;:6286,&quot;25228&quot;:6287,&quot;25230&quot;:6288,&quot;25231&quot;:6289,&quot;25236&quot;:6290,&quot;25223&quot;:6291,&quot;25201&quot;:6292,&quot;25211&quot;:6293,&quot;25210&quot;:6294,&quot;25200&quot;:6295,&quot;25217&quot;:6296,&quot;25224&quot;:6297,&quot;25207&quot;:6298,&quot;25213&quot;:6299,&quot;25202&quot;:6300,&quot;25204&quot;:6301,&quot;26096&quot;:6302,&quot;26100&quot;:6303,&quot;26099&quot;:6304,&quot;26098&quot;:6305,&quot;26101&quot;:6306,&quot;26437&quot;:6307,&quot;26439&quot;:6308,&quot;26457&quot;:6309,&quot;26453&quot;:6310,&quot;26444&quot;:6311,&quot;26440&quot;:6312,&quot;26461&quot;:6313,&quot;26445&quot;:6314,&quot;26458&quot;:6315,&quot;26443&quot;:6316,&quot;27600&quot;:6317,&quot;27673&quot;:6318,&quot;27674&quot;:6319,&quot;27768&quot;:6320,&quot;27751&quot;:6321,&quot;27755&quot;:6322,&quot;27780&quot;:6323,&quot;27787&quot;:6324,&quot;27791&quot;:6325,&quot;27761&quot;:6326,&quot;27759&quot;:6327,&quot;27753&quot;:6328,&quot;27802&quot;:6329,&quot;27757&quot;:6330,&quot;27783&quot;:6331,&quot;27797&quot;:6332,&quot;27804&quot;:6333,&quot;57900&quot;:6333,&quot;27750&quot;:6334,&quot;27763&quot;:6335,&quot;27749&quot;:6336,&quot;27771&quot;:6337,&quot;27790&quot;:6338,&quot;28788&quot;:6339,&quot;28794&quot;:6340,&quot;29283&quot;:6341,&quot;29375&quot;:6342,&quot;29373&quot;:6343,&quot;29379&quot;:6344,&quot;29382&quot;:6345,&quot;29377&quot;:6346,&quot;29370&quot;:6347,&quot;29381&quot;:6348,&quot;29589&quot;:6349,&quot;29591&quot;:6350,&quot;29587&quot;:6351,&quot;29588&quot;:6352,&quot;29586&quot;:6353,&quot;30010&quot;:6354,&quot;30009&quot;:6355,&quot;30100&quot;:6356,&quot;30101&quot;:6357,&quot;30337&quot;:6358,&quot;31037&quot;:6359,&quot;32820&quot;:6360,&quot;32917&quot;:6361,&quot;32921&quot;:6362,&quot;32912&quot;:6363,&quot;32914&quot;:6364,&quot;32924&quot;:6365,&quot;33424&quot;:6366,&quot;33423&quot;:6367,&quot;33413&quot;:6368,&quot;33422&quot;:6369,&quot;33425&quot;:6370,&quot;33427&quot;:6371,&quot;33418&quot;:6372,&quot;33411&quot;:6373,&quot;33412&quot;:6374,&quot;12184&quot;:6375,&quot;35960&quot;:6375,&quot;36809&quot;:6376,&quot;36799&quot;:6377,&quot;37023&quot;:6378,&quot;37025&quot;:6379,&quot;37029&quot;:6380,&quot;37022&quot;:6381,&quot;37031&quot;:6382,&quot;37024&quot;:6383,&quot;38448&quot;:6384,&quot;38440&quot;:6385,&quot;38447&quot;:6386,&quot;38445&quot;:6387,&quot;20019&quot;:6388,&quot;20376&quot;:6389,&quot;20348&quot;:6390,&quot;20357&quot;:6391,&quot;20349&quot;:6392,&quot;20352&quot;:6393,&quot;20359&quot;:6394,&quot;20342&quot;:6395,&quot;20340&quot;:6396,&quot;20361&quot;:6397,&quot;20356&quot;:6398,&quot;20343&quot;:6399,&quot;20300&quot;:6400,&quot;20375&quot;:6401,&quot;20330&quot;:6402,&quot;20378&quot;:6403,&quot;20345&quot;:6404,&quot;20353&quot;:6405,&quot;20344&quot;:6406,&quot;20368&quot;:6407,&quot;20380&quot;:6408,&quot;20372&quot;:6409,&quot;20382&quot;:6410,&quot;20370&quot;:6411,&quot;20354&quot;:6412,&quot;20373&quot;:6413,&quot;20331&quot;:6414,&quot;20334&quot;:6415,&quot;20894&quot;:6416,&quot;20924&quot;:6417,&quot;20926&quot;:6418,&quot;21045&quot;:6419,&quot;21042&quot;:6420,&quot;21043&quot;:6421,&quot;21062&quot;:6422,&quot;21041&quot;:6423,&quot;21180&quot;:6424,&quot;21258&quot;:6425,&quot;21259&quot;:6426,&quot;21308&quot;:6427,&quot;21394&quot;:6428,&quot;21396&quot;:6429,&quot;21639&quot;:6430,&quot;21631&quot;:6431,&quot;21633&quot;:6432,&quot;21649&quot;:6433,&quot;21634&quot;:6434,&quot;21640&quot;:6435,&quot;21611&quot;:6436,&quot;21626&quot;:6437,&quot;21630&quot;:6438,&quot;21605&quot;:6439,&quot;21612&quot;:6440,&quot;21620&quot;:6441,&quot;21606&quot;:6442,&quot;21645&quot;:6443,&quot;21615&quot;:6444,&quot;21601&quot;:6445,&quot;21600&quot;:6446,&quot;21656&quot;:6447,&quot;21603&quot;:6448,&quot;21607&quot;:6449,&quot;21604&quot;:6450,&quot;22263&quot;:6451,&quot;22265&quot;:6452,&quot;22383&quot;:6453,&quot;22386&quot;:6454,&quot;22381&quot;:6455,&quot;22379&quot;:6456,&quot;22385&quot;:6457,&quot;22384&quot;:6458,&quot;22390&quot;:6459,&quot;22400&quot;:6460,&quot;22389&quot;:6461,&quot;22395&quot;:6462,&quot;22387&quot;:6463,&quot;22388&quot;:6464,&quot;22370&quot;:6465,&quot;22376&quot;:6466,&quot;22397&quot;:6467,&quot;22796&quot;:6468,&quot;22853&quot;:6469,&quot;22965&quot;:6470,&quot;22970&quot;:6471,&quot;22991&quot;:6472,&quot;22990&quot;:6473,&quot;22962&quot;:6474,&quot;22988&quot;:6475,&quot;22977&quot;:6476,&quot;22966&quot;:6477,&quot;22972&quot;:6478,&quot;22979&quot;:6479,&quot;22998&quot;:6480,&quot;22961&quot;:6481,&quot;22973&quot;:6482,&quot;22976&quot;:6483,&quot;22984&quot;:6484,&quot;22964&quot;:6485,&quot;22983&quot;:6486,&quot;23394&quot;:6487,&quot;23397&quot;:6488,&quot;23443&quot;:6489,&quot;23445&quot;:6490,&quot;23620&quot;:6491,&quot;23623&quot;:6492,&quot;23726&quot;:6493,&quot;23716&quot;:6494,&quot;23712&quot;:6495,&quot;23733&quot;:6496,&quot;23727&quot;:6497,&quot;23720&quot;:6498,&quot;23724&quot;:6499,&quot;23711&quot;:6500,&quot;23715&quot;:6501,&quot;23725&quot;:6502,&quot;23714&quot;:6503,&quot;23722&quot;:6504,&quot;23719&quot;:6505,&quot;23709&quot;:6506,&quot;23717&quot;:6507,&quot;23734&quot;:6508,&quot;23728&quot;:6509,&quot;23718&quot;:6510,&quot;24087&quot;:6511,&quot;24084&quot;:6512,&quot;24089&quot;:6513,&quot;24360&quot;:6514,&quot;24354&quot;:6515,&quot;24355&quot;:6516,&quot;24356&quot;:6517,&quot;24404&quot;:6518,&quot;24450&quot;:6519,&quot;24446&quot;:6520,&quot;24445&quot;:6521,&quot;24542&quot;:6522,&quot;24549&quot;:6523,&quot;24621&quot;:6524,&quot;24614&quot;:6525,&quot;24601&quot;:6526,&quot;24626&quot;:6527,&quot;24587&quot;:6528,&quot;24628&quot;:6529,&quot;24586&quot;:6530,&quot;24599&quot;:6531,&quot;24627&quot;:6532,&quot;24602&quot;:6533,&quot;24606&quot;:6534,&quot;24620&quot;:6535,&quot;24610&quot;:6536,&quot;24589&quot;:6537,&quot;24592&quot;:6538,&quot;24622&quot;:6539,&quot;24595&quot;:6540,&quot;24593&quot;:6541,&quot;24588&quot;:6542,&quot;24585&quot;:6543,&quot;24604&quot;:6544,&quot;25108&quot;:6545,&quot;25149&quot;:6546,&quot;25261&quot;:6547,&quot;25268&quot;:6548,&quot;25297&quot;:6549,&quot;25278&quot;:6550,&quot;25258&quot;:6551,&quot;25270&quot;:6552,&quot;25290&quot;:6553,&quot;25262&quot;:6554,&quot;25267&quot;:6555,&quot;25263&quot;:6556,&quot;25275&quot;:6557,&quot;25257&quot;:6558,&quot;25264&quot;:6559,&quot;25272&quot;:6560,&quot;25917&quot;:6561,&quot;26024&quot;:6562,&quot;26043&quot;:6563,&quot;26121&quot;:6564,&quot;26108&quot;:6565,&quot;26116&quot;:6566,&quot;26130&quot;:6567,&quot;26120&quot;:6568,&quot;26107&quot;:6569,&quot;26115&quot;:6570,&quot;26123&quot;:6571,&quot;26125&quot;:6572,&quot;26117&quot;:6573,&quot;26109&quot;:6574,&quot;26129&quot;:6575,&quot;26128&quot;:6576,&quot;26358&quot;:6577,&quot;26378&quot;:6578,&quot;26501&quot;:6579,&quot;26476&quot;:6580,&quot;26510&quot;:6581,&quot;26514&quot;:6582,&quot;26486&quot;:6583,&quot;26491&quot;:6584,&quot;26520&quot;:6585,&quot;26502&quot;:6586,&quot;26500&quot;:6587,&quot;26484&quot;:6588,&quot;26509&quot;:6589,&quot;26508&quot;:6590,&quot;26490&quot;:6591,&quot;26527&quot;:6592,&quot;26513&quot;:6593,&quot;26521&quot;:6594,&quot;26499&quot;:6595,&quot;26493&quot;:6596,&quot;26497&quot;:6597,&quot;26488&quot;:6598,&quot;26489&quot;:6599,&quot;26516&quot;:6600,&quot;27429&quot;:6601,&quot;27520&quot;:6602,&quot;27518&quot;:6603,&quot;27614&quot;:6604,&quot;27677&quot;:6605,&quot;27795&quot;:6606,&quot;27884&quot;:6607,&quot;27883&quot;:6608,&quot;27886&quot;:6609,&quot;27865&quot;:6610,&quot;27830&quot;:6611,&quot;27860&quot;:6612,&quot;27821&quot;:6613,&quot;27879&quot;:6614,&quot;27831&quot;:6615,&quot;27856&quot;:6616,&quot;27842&quot;:6617,&quot;27834&quot;:6618,&quot;27843&quot;:6619,&quot;27846&quot;:6620,&quot;27885&quot;:6621,&quot;27890&quot;:6622,&quot;27858&quot;:6623,&quot;27869&quot;:6624,&quot;27828&quot;:6625,&quot;27786&quot;:6626,&quot;27805&quot;:6627,&quot;27776&quot;:6628,&quot;27870&quot;:6629,&quot;27840&quot;:6630,&quot;27952&quot;:6631,&quot;27853&quot;:6632,&quot;27847&quot;:6633,&quot;27824&quot;:6634,&quot;27897&quot;:6635,&quot;27855&quot;:6636,&quot;27881&quot;:6637,&quot;27857&quot;:6638,&quot;28820&quot;:6639,&quot;28824&quot;:6640,&quot;28805&quot;:6641,&quot;28819&quot;:6642,&quot;28806&quot;:6643,&quot;28804&quot;:6644,&quot;28817&quot;:6645,&quot;28822&quot;:6646,&quot;28802&quot;:6647,&quot;28826&quot;:6648,&quot;28803&quot;:6649,&quot;29290&quot;:6650,&quot;29398&quot;:6651,&quot;29387&quot;:6652,&quot;29400&quot;:6653,&quot;29385&quot;:6654,&quot;29404&quot;:6655,&quot;29394&quot;:6656,&quot;29396&quot;:6657,&quot;29402&quot;:6658,&quot;29388&quot;:6659,&quot;29393&quot;:6660,&quot;29604&quot;:6661,&quot;29601&quot;:6662,&quot;29613&quot;:6663,&quot;29606&quot;:6664,&quot;29602&quot;:6665,&quot;29600&quot;:6666,&quot;29612&quot;:6667,&quot;29597&quot;:6668,&quot;29917&quot;:6669,&quot;29928&quot;:6670,&quot;30015&quot;:6671,&quot;30016&quot;:6672,&quot;30014&quot;:6673,&quot;30092&quot;:6674,&quot;30104&quot;:6675,&quot;30383&quot;:6676,&quot;30451&quot;:6677,&quot;30449&quot;:6678,&quot;30448&quot;:6679,&quot;30453&quot;:6680,&quot;30712&quot;:6681,&quot;30716&quot;:6682,&quot;30713&quot;:6683,&quot;30715&quot;:6684,&quot;30714&quot;:6685,&quot;30711&quot;:6686,&quot;31042&quot;:6687,&quot;31039&quot;:6688,&quot;31173&quot;:6689,&quot;31352&quot;:6690,&quot;31355&quot;:6691,&quot;31483&quot;:6692,&quot;31861&quot;:6693,&quot;31997&quot;:6694,&quot;32821&quot;:6695,&quot;32911&quot;:6696,&quot;32942&quot;:6697,&quot;32931&quot;:6698,&quot;32952&quot;:6699,&quot;32949&quot;:6700,&quot;32941&quot;:6701,&quot;33312&quot;:6702,&quot;33440&quot;:6703,&quot;33472&quot;:6704,&quot;33451&quot;:6705,&quot;33434&quot;:6706,&quot;33432&quot;:6707,&quot;33435&quot;:6708,&quot;33461&quot;:6709,&quot;33447&quot;:6710,&quot;33454&quot;:6711,&quot;33468&quot;:6712,&quot;33438&quot;:6713,&quot;33466&quot;:6714,&quot;33460&quot;:6715,&quot;33448&quot;:6716,&quot;33441&quot;:6717,&quot;33449&quot;:6718,&quot;33474&quot;:6719,&quot;33444&quot;:6720,&quot;33475&quot;:6721,&quot;33462&quot;:6722,&quot;33442&quot;:6723,&quot;34416&quot;:6724,&quot;34415&quot;:6725,&quot;34413&quot;:6726,&quot;34414&quot;:6727,&quot;35926&quot;:6728,&quot;36818&quot;:6729,&quot;36811&quot;:6730,&quot;36819&quot;:6731,&quot;36813&quot;:6732,&quot;36822&quot;:6733,&quot;36821&quot;:6734,&quot;36823&quot;:6735,&quot;37042&quot;:6736,&quot;37044&quot;:6737,&quot;37039&quot;:6738,&quot;37043&quot;:6739,&quot;37040&quot;:6740,&quot;38457&quot;:6741,&quot;38461&quot;:6742,&quot;38460&quot;:6743,&quot;38458&quot;:6744,&quot;38467&quot;:6745,&quot;20429&quot;:6746,&quot;20421&quot;:6747,&quot;20435&quot;:6748,&quot;20402&quot;:6749,&quot;20425&quot;:6750,&quot;20427&quot;:6751,&quot;20417&quot;:6752,&quot;20436&quot;:6753,&quot;20444&quot;:6754,&quot;20441&quot;:6755,&quot;20411&quot;:6756,&quot;60346&quot;:6756,&quot;20403&quot;:6757,&quot;20443&quot;:6758,&quot;20423&quot;:6759,&quot;20438&quot;:6760,&quot;20410&quot;:6761,&quot;20416&quot;:6762,&quot;20409&quot;:6763,&quot;20460&quot;:6764,&quot;21060&quot;:6765,&quot;21065&quot;:6766,&quot;21184&quot;:6767,&quot;21186&quot;:6768,&quot;21309&quot;:6769,&quot;21372&quot;:6770,&quot;21399&quot;:6771,&quot;21398&quot;:6772,&quot;21401&quot;:6773,&quot;21400&quot;:6774,&quot;21690&quot;:6775,&quot;21665&quot;:6776,&quot;21677&quot;:6777,&quot;21669&quot;:6778,&quot;21711&quot;:6779,&quot;21699&quot;:6780,&quot;33549&quot;:6781,&quot;21687&quot;:6782,&quot;21678&quot;:6783,&quot;21718&quot;:6784,&quot;21686&quot;:6785,&quot;21701&quot;:6786,&quot;21702&quot;:6787,&quot;21664&quot;:6788,&quot;21616&quot;:6789,&quot;21692&quot;:6790,&quot;21666&quot;:6791,&quot;21694&quot;:6792,&quot;21618&quot;:6793,&quot;21726&quot;:6794,&quot;21680&quot;:6795,&quot;22453&quot;:6796,&quot;22430&quot;:6797,&quot;22431&quot;:6798,&quot;22436&quot;:6799,&quot;22412&quot;:6800,&quot;22423&quot;:6801,&quot;22429&quot;:6802,&quot;22427&quot;:6803,&quot;22420&quot;:6804,&quot;22424&quot;:6805,&quot;22415&quot;:6806,&quot;22425&quot;:6807,&quot;22437&quot;:6808,&quot;22426&quot;:6809,&quot;22421&quot;:6810,&quot;22772&quot;:6811,&quot;22797&quot;:6812,&quot;22867&quot;:6813,&quot;23009&quot;:6814,&quot;23006&quot;:6815,&quot;23022&quot;:6816,&quot;23040&quot;:6817,&quot;23025&quot;:6818,&quot;23005&quot;:6819,&quot;23034&quot;:6820,&quot;23037&quot;:6821,&quot;23036&quot;:6822,&quot;23030&quot;:6823,&quot;23012&quot;:6824,&quot;23026&quot;:6825,&quot;23031&quot;:6826,&quot;23003&quot;:6827,&quot;23017&quot;:6828,&quot;23027&quot;:6829,&quot;23029&quot;:6830,&quot;23008&quot;:6831,&quot;23038&quot;:6832,&quot;23028&quot;:6833,&quot;23021&quot;:6834,&quot;23464&quot;:6835,&quot;23628&quot;:6836,&quot;23760&quot;:6837,&quot;23768&quot;:6838,&quot;23756&quot;:6839,&quot;23767&quot;:6840,&quot;23755&quot;:6841,&quot;23771&quot;:6842,&quot;23774&quot;:6843,&quot;23770&quot;:6844,&quot;23753&quot;:6845,&quot;23751&quot;:6846,&quot;23754&quot;:6847,&quot;23766&quot;:6848,&quot;23763&quot;:6849,&quot;23764&quot;:6850,&quot;23759&quot;:6851,&quot;23752&quot;:6852,&quot;23750&quot;:6853,&quot;23758&quot;:6854,&quot;23775&quot;:6855,&quot;23800&quot;:6856,&quot;24057&quot;:6857,&quot;24097&quot;:6858,&quot;24098&quot;:6859,&quot;24099&quot;:6860,&quot;24096&quot;:6861,&quot;24100&quot;:6862,&quot;24240&quot;:6863,&quot;24228&quot;:6864,&quot;24226&quot;:6865,&quot;24219&quot;:6866,&quot;24227&quot;:6867,&quot;24229&quot;:6868,&quot;24327&quot;:6869,&quot;24366&quot;:6870,&quot;24406&quot;:6871,&quot;24454&quot;:6872,&quot;24631&quot;:6873,&quot;24633&quot;:6874,&quot;24660&quot;:6875,&quot;24690&quot;:6876,&quot;24670&quot;:6877,&quot;24645&quot;:6878,&quot;24659&quot;:6879,&quot;24647&quot;:6880,&quot;24649&quot;:6881,&quot;24667&quot;:6882,&quot;24652&quot;:6883,&quot;24640&quot;:6884,&quot;24642&quot;:6885,&quot;24671&quot;:6886,&quot;24612&quot;:6887,&quot;24644&quot;:6888,&quot;24664&quot;:6889,&quot;24678&quot;:6890,&quot;24686&quot;:6891,&quot;25154&quot;:6892,&quot;25155&quot;:6893,&quot;25295&quot;:6894,&quot;25357&quot;:6895,&quot;25355&quot;:6896,&quot;25333&quot;:6897,&quot;25358&quot;:6898,&quot;25347&quot;:6899,&quot;25323&quot;:6900,&quot;25337&quot;:6901,&quot;25359&quot;:6902,&quot;25356&quot;:6903,&quot;25336&quot;:6904,&quot;25334&quot;:6905,&quot;25344&quot;:6906,&quot;25363&quot;:6907,&quot;25364&quot;:6908,&quot;25338&quot;:6909,&quot;25365&quot;:6910,&quot;25339&quot;:6911,&quot;25328&quot;:6912,&quot;25921&quot;:6913,&quot;25923&quot;:6914,&quot;26026&quot;:6915,&quot;26047&quot;:6916,&quot;26166&quot;:6917,&quot;26145&quot;:6918,&quot;26162&quot;:6919,&quot;26165&quot;:6920,&quot;26140&quot;:6921,&quot;26150&quot;:6922,&quot;26146&quot;:6923,&quot;26163&quot;:6924,&quot;26155&quot;:6925,&quot;26170&quot;:6926,&quot;26141&quot;:6927,&quot;26164&quot;:6928,&quot;26169&quot;:6929,&quot;26158&quot;:6930,&quot;26383&quot;:6931,&quot;26384&quot;:6932,&quot;26561&quot;:6933,&quot;26610&quot;:6934,&quot;26568&quot;:6935,&quot;26554&quot;:6936,&quot;26588&quot;:6937,&quot;26555&quot;:6938,&quot;26616&quot;:6939,&quot;26584&quot;:6940,&quot;26560&quot;:6941,&quot;26551&quot;:6942,&quot;26565&quot;:6943,&quot;26603&quot;:6944,&quot;26596&quot;:6945,&quot;26591&quot;:6946,&quot;26549&quot;:6947,&quot;26573&quot;:6948,&quot;26547&quot;:6949,&quot;26615&quot;:6950,&quot;26614&quot;:6951,&quot;26606&quot;:6952,&quot;26595&quot;:6953,&quot;26562&quot;:6954,&quot;26553&quot;:6955,&quot;26574&quot;:6956,&quot;26599&quot;:6957,&quot;26608&quot;:6958,&quot;26546&quot;:6959,&quot;26620&quot;:6960,&quot;26566&quot;:6961,&quot;26605&quot;:6962,&quot;26572&quot;:6963,&quot;26542&quot;:6964,&quot;26598&quot;:6965,&quot;26587&quot;:6966,&quot;26618&quot;:6967,&quot;26569&quot;:6968,&quot;26570&quot;:6969,&quot;26563&quot;:6970,&quot;26602&quot;:6971,&quot;26571&quot;:6972,&quot;27432&quot;:6973,&quot;27522&quot;:6974,&quot;27524&quot;:6975,&quot;27574&quot;:6976,&quot;27606&quot;:6977,&quot;27608&quot;:6978,&quot;27616&quot;:6979,&quot;27680&quot;:6980,&quot;27681&quot;:6981,&quot;27944&quot;:6982,&quot;27956&quot;:6983,&quot;27949&quot;:6984,&quot;27935&quot;:6985,&quot;27964&quot;:6986,&quot;27967&quot;:6987,&quot;27922&quot;:6988,&quot;27914&quot;:6989,&quot;27866&quot;:6990,&quot;27955&quot;:6991,&quot;27908&quot;:6992,&quot;27929&quot;:6993,&quot;27962&quot;:6994,&quot;27930&quot;:6995,&quot;27921&quot;:6996,&quot;27904&quot;:6997,&quot;27933&quot;:6998,&quot;27970&quot;:6999,&quot;27905&quot;:7000,&quot;27928&quot;:7001,&quot;27959&quot;:7002,&quot;27907&quot;:7003,&quot;27919&quot;:7004,&quot;27968&quot;:7005,&quot;27911&quot;:7006,&quot;27936&quot;:7007,&quot;27948&quot;:7008,&quot;27912&quot;:7009,&quot;27938&quot;:7010,&quot;27913&quot;:7011,&quot;27920&quot;:7012,&quot;28855&quot;:7013,&quot;28831&quot;:7014,&quot;28862&quot;:7015,&quot;28849&quot;:7016,&quot;28848&quot;:7017,&quot;28833&quot;:7018,&quot;28852&quot;:7019,&quot;28853&quot;:7020,&quot;28841&quot;:7021,&quot;29249&quot;:7022,&quot;29257&quot;:7023,&quot;29258&quot;:7024,&quot;29292&quot;:7025,&quot;29296&quot;:7026,&quot;29299&quot;:7027,&quot;29294&quot;:7028,&quot;29386&quot;:7029,&quot;29412&quot;:7030,&quot;29416&quot;:7031,&quot;29419&quot;:7032,&quot;29407&quot;:7033,&quot;29418&quot;:7034,&quot;29414&quot;:7035,&quot;29411&quot;:7036,&quot;29573&quot;:7037,&quot;29644&quot;:7038,&quot;29634&quot;:7039,&quot;29640&quot;:7040,&quot;29637&quot;:7041,&quot;29625&quot;:7042,&quot;29622&quot;:7043,&quot;29621&quot;:7044,&quot;29620&quot;:7045,&quot;29675&quot;:7046,&quot;29631&quot;:7047,&quot;29639&quot;:7048,&quot;29630&quot;:7049,&quot;29635&quot;:7050,&quot;29638&quot;:7051,&quot;29624&quot;:7052,&quot;29643&quot;:7053,&quot;29932&quot;:7054,&quot;29934&quot;:7055,&quot;29998&quot;:7056,&quot;30023&quot;:7057,&quot;30024&quot;:7058,&quot;30119&quot;:7059,&quot;30122&quot;:7060,&quot;30329&quot;:7061,&quot;30404&quot;:7062,&quot;30472&quot;:7063,&quot;30467&quot;:7064,&quot;30468&quot;:7065,&quot;30469&quot;:7066,&quot;30474&quot;:7067,&quot;30455&quot;:7068,&quot;30459&quot;:7069,&quot;30458&quot;:7070,&quot;30695&quot;:7071,&quot;30696&quot;:7072,&quot;30726&quot;:7073,&quot;30737&quot;:7074,&quot;30738&quot;:7075,&quot;30725&quot;:7076,&quot;30736&quot;:7077,&quot;30735&quot;:7078,&quot;30734&quot;:7079,&quot;30729&quot;:7080,&quot;58095&quot;:7080,&quot;30723&quot;:7081,&quot;30739&quot;:7082,&quot;31050&quot;:7083,&quot;31052&quot;:7084,&quot;31051&quot;:7085,&quot;31045&quot;:7086,&quot;31044&quot;:7087,&quot;31189&quot;:7088,&quot;31181&quot;:7089,&quot;31183&quot;:7090,&quot;31190&quot;:7091,&quot;31182&quot;:7092,&quot;31360&quot;:7093,&quot;31358&quot;:7094,&quot;31441&quot;:7095,&quot;31488&quot;:7096,&quot;31489&quot;:7097,&quot;31866&quot;:7098,&quot;31864&quot;:7099,&quot;31865&quot;:7100,&quot;31871&quot;:7101,&quot;31872&quot;:7102,&quot;31873&quot;:7103,&quot;32003&quot;:7104,&quot;32008&quot;:7105,&quot;32001&quot;:7106,&quot;32600&quot;:7107,&quot;32657&quot;:7108,&quot;32653&quot;:7109,&quot;32702&quot;:7110,&quot;32775&quot;:7111,&quot;32782&quot;:7112,&quot;32783&quot;:7113,&quot;32788&quot;:7114,&quot;32823&quot;:7115,&quot;32984&quot;:7116,&quot;32967&quot;:7117,&quot;32992&quot;:7118,&quot;32977&quot;:7119,&quot;32968&quot;:7120,&quot;32962&quot;:7121,&quot;32976&quot;:7122,&quot;32965&quot;:7123,&quot;32995&quot;:7124,&quot;32985&quot;:7125,&quot;32988&quot;:7126,&quot;32970&quot;:7127,&quot;32981&quot;:7128,&quot;32969&quot;:7129,&quot;32975&quot;:7130,&quot;32983&quot;:7131,&quot;32998&quot;:7132,&quot;32973&quot;:7133,&quot;33279&quot;:7134,&quot;33313&quot;:7135,&quot;33428&quot;:7136,&quot;33497&quot;:7137,&quot;33534&quot;:7138,&quot;33529&quot;:7139,&quot;33543&quot;:7140,&quot;33512&quot;:7141,&quot;33536&quot;:7142,&quot;33493&quot;:7143,&quot;33594&quot;:7144,&quot;33515&quot;:7145,&quot;33494&quot;:7146,&quot;33524&quot;:7147,&quot;33516&quot;:7148,&quot;33505&quot;:7149,&quot;33522&quot;:7150,&quot;33525&quot;:7151,&quot;33548&quot;:7152,&quot;33531&quot;:7153,&quot;33526&quot;:7154,&quot;33520&quot;:7155,&quot;33514&quot;:7156,&quot;33508&quot;:7157,&quot;33504&quot;:7158,&quot;33530&quot;:7159,&quot;33523&quot;:7160,&quot;33517&quot;:7161,&quot;34423&quot;:7162,&quot;34420&quot;:7163,&quot;34428&quot;:7164,&quot;34419&quot;:7165,&quot;34881&quot;:7166,&quot;34894&quot;:7167,&quot;34919&quot;:7168,&quot;34922&quot;:7169,&quot;34921&quot;:7170,&quot;35283&quot;:7171,&quot;35332&quot;:7172,&quot;35335&quot;:7173,&quot;36210&quot;:7174,&quot;36835&quot;:7175,&quot;36833&quot;:7176,&quot;36846&quot;:7177,&quot;36832&quot;:7178,&quot;37105&quot;:7179,&quot;37053&quot;:7180,&quot;37055&quot;:7181,&quot;37077&quot;:7182,&quot;37061&quot;:7183,&quot;37054&quot;:7184,&quot;37063&quot;:7185,&quot;37067&quot;:7186,&quot;37064&quot;:7187,&quot;37332&quot;:7188,&quot;60294&quot;:7188,&quot;37331&quot;:7189,&quot;38484&quot;:7190,&quot;38479&quot;:7191,&quot;38481&quot;:7192,&quot;38483&quot;:7193,&quot;38474&quot;:7194,&quot;38478&quot;:7195,&quot;20510&quot;:7196,&quot;20485&quot;:7197,&quot;20487&quot;:7198,&quot;20499&quot;:7199,&quot;20514&quot;:7200,&quot;20528&quot;:7201,&quot;20507&quot;:7202,&quot;20469&quot;:7203,&quot;20468&quot;:7204,&quot;20531&quot;:7205,&quot;20535&quot;:7206,&quot;20524&quot;:7207,&quot;20470&quot;:7208,&quot;20471&quot;:7209,&quot;20503&quot;:7210,&quot;20508&quot;:7211,&quot;20512&quot;:7212,&quot;20519&quot;:7213,&quot;20533&quot;:7214,&quot;20527&quot;:7215,&quot;20529&quot;:7216,&quot;20494&quot;:7217,&quot;20826&quot;:7218,&quot;20884&quot;:7219,&quot;20883&quot;:7220,&quot;20938&quot;:7221,&quot;20932&quot;:7222,&quot;20933&quot;:7223,&quot;20936&quot;:7224,&quot;20942&quot;:7225,&quot;21089&quot;:7226,&quot;21082&quot;:7227,&quot;21074&quot;:7228,&quot;21086&quot;:7229,&quot;21087&quot;:7230,&quot;21077&quot;:7231,&quot;21090&quot;:7232,&quot;21197&quot;:7233,&quot;21262&quot;:7234,&quot;21406&quot;:7235,&quot;21798&quot;:7236,&quot;21730&quot;:7237,&quot;21783&quot;:7238,&quot;21778&quot;:7239,&quot;21735&quot;:7240,&quot;21747&quot;:7241,&quot;21732&quot;:7242,&quot;21786&quot;:7243,&quot;21759&quot;:7244,&quot;21764&quot;:7245,&quot;21768&quot;:7246,&quot;21739&quot;:7247,&quot;21777&quot;:7248,&quot;21765&quot;:7249,&quot;21745&quot;:7250,&quot;21770&quot;:7251,&quot;21755&quot;:7252,&quot;21751&quot;:7253,&quot;21752&quot;:7254,&quot;21728&quot;:7255,&quot;21774&quot;:7256,&quot;21763&quot;:7257,&quot;21771&quot;:7258,&quot;22273&quot;:7259,&quot;22274&quot;:7260,&quot;22476&quot;:7261,&quot;22578&quot;:7262,&quot;22485&quot;:7263,&quot;22482&quot;:7264,&quot;22458&quot;:7265,&quot;22470&quot;:7266,&quot;22461&quot;:7267,&quot;22460&quot;:7268,&quot;22456&quot;:7269,&quot;22454&quot;:7270,&quot;22463&quot;:7271,&quot;22471&quot;:7272,&quot;22480&quot;:7273,&quot;22457&quot;:7274,&quot;22465&quot;:7275,&quot;22798&quot;:7276,&quot;22858&quot;:7277,&quot;23065&quot;:7278,&quot;23062&quot;:7279,&quot;23085&quot;:7280,&quot;23086&quot;:7281,&quot;23061&quot;:7282,&quot;23055&quot;:7283,&quot;23063&quot;:7284,&quot;23050&quot;:7285,&quot;23070&quot;:7286,&quot;23091&quot;:7287,&quot;23404&quot;:7288,&quot;23463&quot;:7289,&quot;23469&quot;:7290,&quot;23468&quot;:7291,&quot;23555&quot;:7292,&quot;23638&quot;:7293,&quot;23636&quot;:7294,&quot;23788&quot;:7295,&quot;23807&quot;:7296,&quot;23790&quot;:7297,&quot;23793&quot;:7298,&quot;23799&quot;:7299,&quot;23808&quot;:7300,&quot;23801&quot;:7301,&quot;24105&quot;:7302,&quot;24104&quot;:7303,&quot;24232&quot;:7304,&quot;24238&quot;:7305,&quot;24234&quot;:7306,&quot;24236&quot;:7307,&quot;24371&quot;:7308,&quot;24368&quot;:7309,&quot;24423&quot;:7310,&quot;24669&quot;:7311,&quot;24666&quot;:7312,&quot;24679&quot;:7313,&quot;24641&quot;:7314,&quot;24738&quot;:7315,&quot;24712&quot;:7316,&quot;24704&quot;:7317,&quot;24722&quot;:7318,&quot;24705&quot;:7319,&quot;24733&quot;:7320,&quot;24707&quot;:7321,&quot;24725&quot;:7322,&quot;24731&quot;:7323,&quot;24727&quot;:7324,&quot;24711&quot;:7325,&quot;24732&quot;:7326,&quot;24718&quot;:7327,&quot;25113&quot;:7328,&quot;25158&quot;:7329,&quot;25330&quot;:7330,&quot;25360&quot;:7331,&quot;25430&quot;:7332,&quot;25388&quot;:7333,&quot;25412&quot;:7334,&quot;25413&quot;:7335,&quot;25398&quot;:7336,&quot;25411&quot;:7337,&quot;25572&quot;:7338,&quot;25401&quot;:7339,&quot;25419&quot;:7340,&quot;25418&quot;:7341,&quot;25404&quot;:7342,&quot;25385&quot;:7343,&quot;25409&quot;:7344,&quot;25396&quot;:7345,&quot;25432&quot;:7346,&quot;25428&quot;:7347,&quot;25433&quot;:7348,&quot;25389&quot;:7349,&quot;25415&quot;:7350,&quot;25395&quot;:7351,&quot;25434&quot;:7352,&quot;25425&quot;:7353,&quot;25400&quot;:7354,&quot;25431&quot;:7355,&quot;25408&quot;:7356,&quot;25416&quot;:7357,&quot;25930&quot;:7358,&quot;25926&quot;:7359,&quot;26054&quot;:7360,&quot;26051&quot;:7361,&quot;26052&quot;:7362,&quot;26050&quot;:7363,&quot;26186&quot;:7364,&quot;26207&quot;:7365,&quot;26183&quot;:7366,&quot;26193&quot;:7367,&quot;26386&quot;:7368,&quot;26387&quot;:7369,&quot;26655&quot;:7370,&quot;26650&quot;:7371,&quot;26697&quot;:7372,&quot;26674&quot;:7373,&quot;26675&quot;:7374,&quot;26683&quot;:7375,&quot;26699&quot;:7376,&quot;26703&quot;:7377,&quot;26646&quot;:7378,&quot;26673&quot;:7379,&quot;26652&quot;:7380,&quot;26677&quot;:7381,&quot;26667&quot;:7382,&quot;26669&quot;:7383,&quot;26671&quot;:7384,&quot;26702&quot;:7385,&quot;26692&quot;:7386,&quot;26676&quot;:7387,&quot;26653&quot;:7388,&quot;26642&quot;:7389,&quot;26644&quot;:7390,&quot;26662&quot;:7391,&quot;26664&quot;:7392,&quot;26670&quot;:7393,&quot;26701&quot;:7394,&quot;26682&quot;:7395,&quot;26661&quot;:7396,&quot;26656&quot;:7397,&quot;27436&quot;:7398,&quot;27439&quot;:7399,&quot;27437&quot;:7400,&quot;27441&quot;:7401,&quot;27444&quot;:7402,&quot;27501&quot;:7403,&quot;32898&quot;:7404,&quot;27528&quot;:7405,&quot;27622&quot;:7406,&quot;27620&quot;:7407,&quot;27624&quot;:7408,&quot;27619&quot;:7409,&quot;27618&quot;:7410,&quot;27623&quot;:7411,&quot;27685&quot;:7412,&quot;28026&quot;:7413,&quot;28003&quot;:7414,&quot;28004&quot;:7415,&quot;28022&quot;:7416,&quot;27917&quot;:7417,&quot;28001&quot;:7418,&quot;28050&quot;:7419,&quot;27992&quot;:7420,&quot;28002&quot;:7421,&quot;28013&quot;:7422,&quot;28015&quot;:7423,&quot;28049&quot;:7424,&quot;28045&quot;:7425,&quot;28143&quot;:7426,&quot;28031&quot;:7427,&quot;28038&quot;:7428,&quot;27998&quot;:7429,&quot;28007&quot;:7430,&quot;59078&quot;:7430,&quot;28000&quot;:7431,&quot;28055&quot;:7432,&quot;28016&quot;:7433,&quot;28028&quot;:7434,&quot;27999&quot;:7435,&quot;28034&quot;:7436,&quot;28056&quot;:7437,&quot;27951&quot;:7438,&quot;28008&quot;:7439,&quot;28043&quot;:7440,&quot;28030&quot;:7441,&quot;28032&quot;:7442,&quot;28036&quot;:7443,&quot;27926&quot;:7444,&quot;28035&quot;:7445,&quot;28027&quot;:7446,&quot;28029&quot;:7447,&quot;28021&quot;:7448,&quot;28048&quot;:7449,&quot;28892&quot;:7450,&quot;28883&quot;:7451,&quot;28881&quot;:7452,&quot;28893&quot;:7453,&quot;28875&quot;:7454,&quot;32569&quot;:7455,&quot;28898&quot;:7456,&quot;28887&quot;:7457,&quot;28882&quot;:7458,&quot;28894&quot;:7459,&quot;28896&quot;:7460,&quot;28884&quot;:7461,&quot;28877&quot;:7462,&quot;28869&quot;:7463,&quot;28870&quot;:7464,&quot;28871&quot;:7465,&quot;28890&quot;:7466,&quot;28878&quot;:7467,&quot;28897&quot;:7468,&quot;29250&quot;:7469,&quot;29304&quot;:7470,&quot;29303&quot;:7471,&quot;29302&quot;:7472,&quot;29440&quot;:7473,&quot;29434&quot;:7474,&quot;29428&quot;:7475,&quot;29438&quot;:7476,&quot;29430&quot;:7477,&quot;29427&quot;:7478,&quot;29435&quot;:7479,&quot;29441&quot;:7480,&quot;29651&quot;:7481,&quot;29657&quot;:7482,&quot;29669&quot;:7483,&quot;29654&quot;:7484,&quot;29628&quot;:7485,&quot;29671&quot;:7486,&quot;29667&quot;:7487,&quot;29673&quot;:7488,&quot;29660&quot;:7489,&quot;29650&quot;:7490,&quot;29659&quot;:7491,&quot;29652&quot;:7492,&quot;29661&quot;:7493,&quot;29658&quot;:7494,&quot;29655&quot;:7495,&quot;29656&quot;:7496,&quot;29672&quot;:7497,&quot;29918&quot;:7498,&quot;29919&quot;:7499,&quot;29940&quot;:7500,&quot;29941&quot;:7501,&quot;29985&quot;:7502,&quot;30043&quot;:7503,&quot;30047&quot;:7504,&quot;30128&quot;:7505,&quot;30145&quot;:7506,&quot;30139&quot;:7507,&quot;30148&quot;:7508,&quot;30144&quot;:7509,&quot;30143&quot;:7510,&quot;30134&quot;:7511,&quot;30138&quot;:7512,&quot;30346&quot;:7513,&quot;30409&quot;:7514,&quot;30493&quot;:7515,&quot;30491&quot;:7516,&quot;30480&quot;:7517,&quot;30483&quot;:7518,&quot;30482&quot;:7519,&quot;30499&quot;:7520,&quot;30481&quot;:7521,&quot;30485&quot;:7522,&quot;30489&quot;:7523,&quot;30490&quot;:7524,&quot;30498&quot;:7525,&quot;30503&quot;:7526,&quot;30755&quot;:7527,&quot;30764&quot;:7528,&quot;30754&quot;:7529,&quot;30773&quot;:7530,&quot;30767&quot;:7531,&quot;30760&quot;:7532,&quot;30766&quot;:7533,&quot;30763&quot;:7534,&quot;30753&quot;:7535,&quot;30761&quot;:7536,&quot;30771&quot;:7537,&quot;30762&quot;:7538,&quot;30769&quot;:7539,&quot;31060&quot;:7540,&quot;31067&quot;:7541,&quot;31055&quot;:7542,&quot;31068&quot;:7543,&quot;31059&quot;:7544,&quot;31058&quot;:7545,&quot;31057&quot;:7546,&quot;31211&quot;:7547,&quot;31212&quot;:7548,&quot;31200&quot;:7549,&quot;31214&quot;:7550,&quot;31213&quot;:7551,&quot;31210&quot;:7552,&quot;31196&quot;:7553,&quot;31198&quot;:7554,&quot;31197&quot;:7555,&quot;31366&quot;:7556,&quot;31369&quot;:7557,&quot;31365&quot;:7558,&quot;31371&quot;:7559,&quot;31372&quot;:7560,&quot;31370&quot;:7561,&quot;31367&quot;:7562,&quot;31448&quot;:7563,&quot;31504&quot;:7564,&quot;31492&quot;:7565,&quot;31507&quot;:7566,&quot;31493&quot;:7567,&quot;31503&quot;:7568,&quot;31496&quot;:7569,&quot;31498&quot;:7570,&quot;31502&quot;:7571,&quot;31497&quot;:7572,&quot;31506&quot;:7573,&quot;31876&quot;:7574,&quot;31889&quot;:7575,&quot;31882&quot;:7576,&quot;31884&quot;:7577,&quot;31880&quot;:7578,&quot;31885&quot;:7579,&quot;31877&quot;:7580,&quot;32030&quot;:7581,&quot;32029&quot;:7582,&quot;32017&quot;:7583,&quot;32014&quot;:7584,&quot;32024&quot;:7585,&quot;32022&quot;:7586,&quot;32019&quot;:7587,&quot;32031&quot;:7588,&quot;32018&quot;:7589,&quot;32015&quot;:7590,&quot;32012&quot;:7591,&quot;32604&quot;:7592,&quot;32609&quot;:7593,&quot;32606&quot;:7594,&quot;32608&quot;:7595,&quot;32605&quot;:7596,&quot;32603&quot;:7597,&quot;32662&quot;:7598,&quot;32658&quot;:7599,&quot;32707&quot;:7600,&quot;32706&quot;:7601,&quot;32704&quot;:7602,&quot;32790&quot;:7603,&quot;32830&quot;:7604,&quot;32825&quot;:7605,&quot;33018&quot;:7606,&quot;33010&quot;:7607,&quot;33017&quot;:7608,&quot;33013&quot;:7609,&quot;33025&quot;:7610,&quot;33019&quot;:7611,&quot;33024&quot;:7612,&quot;33281&quot;:7613,&quot;33327&quot;:7614,&quot;33317&quot;:7615,&quot;33587&quot;:7616,&quot;33581&quot;:7617,&quot;33604&quot;:7618,&quot;33561&quot;:7619,&quot;33617&quot;:7620,&quot;33573&quot;:7621,&quot;33622&quot;:7622,&quot;33599&quot;:7623,&quot;33601&quot;:7624,&quot;33574&quot;:7625,&quot;33564&quot;:7626,&quot;33570&quot;:7627,&quot;33602&quot;:7628,&quot;33614&quot;:7629,&quot;33563&quot;:7630,&quot;33578&quot;:7631,&quot;33544&quot;:7632,&quot;33596&quot;:7633,&quot;33613&quot;:7634,&quot;33558&quot;:7635,&quot;33572&quot;:7636,&quot;33568&quot;:7637,&quot;33591&quot;:7638,&quot;33583&quot;:7639,&quot;33577&quot;:7640,&quot;33607&quot;:7641,&quot;33605&quot;:7642,&quot;33612&quot;:7643,&quot;33619&quot;:7644,&quot;33566&quot;:7645,&quot;33580&quot;:7646,&quot;33611&quot;:7647,&quot;33575&quot;:7648,&quot;33608&quot;:7649,&quot;34387&quot;:7650,&quot;34386&quot;:7651,&quot;34466&quot;:7652,&quot;34472&quot;:7653,&quot;34454&quot;:7654,&quot;34445&quot;:7655,&quot;34449&quot;:7656,&quot;34462&quot;:7657,&quot;34439&quot;:7658,&quot;34455&quot;:7659,&quot;34438&quot;:7660,&quot;34443&quot;:7661,&quot;34458&quot;:7662,&quot;34437&quot;:7663,&quot;34469&quot;:7664,&quot;34457&quot;:7665,&quot;34465&quot;:7666,&quot;34471&quot;:7667,&quot;34453&quot;:7668,&quot;34456&quot;:7669,&quot;34446&quot;:7670,&quot;34461&quot;:7671,&quot;34448&quot;:7672,&quot;34452&quot;:7673,&quot;34883&quot;:7674,&quot;34884&quot;:7675,&quot;34925&quot;:7676,&quot;34933&quot;:7677,&quot;34934&quot;:7678,&quot;34930&quot;:7679,&quot;34944&quot;:7680,&quot;34929&quot;:7681,&quot;34943&quot;:7682,&quot;34927&quot;:7683,&quot;34947&quot;:7684,&quot;34942&quot;:7685,&quot;34932&quot;:7686,&quot;34940&quot;:7687,&quot;35346&quot;:7688,&quot;35911&quot;:7689,&quot;35927&quot;:7690,&quot;35963&quot;:7691,&quot;36004&quot;:7692,&quot;36003&quot;:7693,&quot;36214&quot;:7694,&quot;36216&quot;:7695,&quot;36277&quot;:7696,&quot;36279&quot;:7697,&quot;36278&quot;:7698,&quot;36561&quot;:7699,&quot;36563&quot;:7700,&quot;36862&quot;:7701,&quot;36853&quot;:7702,&quot;36866&quot;:7703,&quot;36863&quot;:7704,&quot;36859&quot;:7705,&quot;36868&quot;:7706,&quot;36860&quot;:7707,&quot;36854&quot;:7708,&quot;37078&quot;:7709,&quot;37088&quot;:7710,&quot;37081&quot;:7711,&quot;37082&quot;:7712,&quot;37091&quot;:7713,&quot;37087&quot;:7714,&quot;37093&quot;:7715,&quot;37080&quot;:7716,&quot;37083&quot;:7717,&quot;37079&quot;:7718,&quot;37084&quot;:7719,&quot;37092&quot;:7720,&quot;37200&quot;:7721,&quot;37198&quot;:7722,&quot;37199&quot;:7723,&quot;37333&quot;:7724,&quot;37346&quot;:7725,&quot;37338&quot;:7726,&quot;38492&quot;:7727,&quot;38495&quot;:7728,&quot;38588&quot;:7729,&quot;39139&quot;:7730,&quot;12221&quot;:7731,&quot;39647&quot;:7731,&quot;12223&quot;:7732,&quot;39727&quot;:7732,&quot;20095&quot;:7733,&quot;20592&quot;:7734,&quot;20586&quot;:7735,&quot;20577&quot;:7736,&quot;20574&quot;:7737,&quot;20576&quot;:7738,&quot;20563&quot;:7739,&quot;20555&quot;:7740,&quot;20573&quot;:7741,&quot;20594&quot;:7742,&quot;20552&quot;:7743,&quot;20557&quot;:7744,&quot;20545&quot;:7745,&quot;20571&quot;:7746,&quot;20554&quot;:7747,&quot;20578&quot;:7748,&quot;20501&quot;:7749,&quot;20549&quot;:7750,&quot;20575&quot;:7751,&quot;20585&quot;:7752,&quot;20587&quot;:7753,&quot;20579&quot;:7754,&quot;20580&quot;:7755,&quot;20550&quot;:7756,&quot;20544&quot;:7757,&quot;20590&quot;:7758,&quot;20595&quot;:7759,&quot;20567&quot;:7760,&quot;20561&quot;:7761,&quot;20944&quot;:7762,&quot;21099&quot;:7763,&quot;21101&quot;:7764,&quot;21100&quot;:7765,&quot;21102&quot;:7766,&quot;21206&quot;:7767,&quot;21203&quot;:7768,&quot;21293&quot;:7769,&quot;21404&quot;:7770,&quot;21877&quot;:7771,&quot;21878&quot;:7772,&quot;21820&quot;:7773,&quot;21837&quot;:7774,&quot;21840&quot;:7775,&quot;21812&quot;:7776,&quot;21802&quot;:7777,&quot;21841&quot;:7778,&quot;21858&quot;:7779,&quot;21814&quot;:7780,&quot;21813&quot;:7781,&quot;21808&quot;:7782,&quot;21842&quot;:7783,&quot;21829&quot;:7784,&quot;21772&quot;:7785,&quot;21810&quot;:7786,&quot;21861&quot;:7787,&quot;21838&quot;:7788,&quot;21817&quot;:7789,&quot;21832&quot;:7790,&quot;21805&quot;:7791,&quot;21819&quot;:7792,&quot;21824&quot;:7793,&quot;21835&quot;:7794,&quot;22282&quot;:7795,&quot;22279&quot;:7796,&quot;22523&quot;:7797,&quot;22548&quot;:7798,&quot;22498&quot;:7799,&quot;22518&quot;:7800,&quot;22492&quot;:7801,&quot;22516&quot;:7802,&quot;22528&quot;:7803,&quot;22509&quot;:7804,&quot;22525&quot;:7805,&quot;22536&quot;:7806,&quot;22520&quot;:7807,&quot;22539&quot;:7808,&quot;22515&quot;:7809,&quot;22479&quot;:7810,&quot;22535&quot;:7811,&quot;22510&quot;:7812,&quot;22499&quot;:7813,&quot;22514&quot;:7814,&quot;22501&quot;:7815,&quot;22508&quot;:7816,&quot;22497&quot;:7817,&quot;22542&quot;:7818,&quot;22524&quot;:7819,&quot;22544&quot;:7820,&quot;22503&quot;:7821,&quot;22529&quot;:7822,&quot;22540&quot;:7823,&quot;22513&quot;:7824,&quot;22505&quot;:7825,&quot;22512&quot;:7826,&quot;22541&quot;:7827,&quot;22532&quot;:7828,&quot;22876&quot;:7829,&quot;23136&quot;:7830,&quot;23128&quot;:7831,&quot;23125&quot;:7832,&quot;23143&quot;:7833,&quot;60437&quot;:7833,&quot;23134&quot;:7834,&quot;23096&quot;:7835,&quot;23093&quot;:7836,&quot;23149&quot;:7837,&quot;23120&quot;:7838,&quot;23135&quot;:7839,&quot;23141&quot;:7840,&quot;23148&quot;:7841,&quot;23123&quot;:7842,&quot;23140&quot;:7843,&quot;23127&quot;:7844,&quot;23107&quot;:7845,&quot;23133&quot;:7846,&quot;23122&quot;:7847,&quot;23108&quot;:7848,&quot;23131&quot;:7849,&quot;23112&quot;:7850,&quot;23182&quot;:7851,&quot;23102&quot;:7852,&quot;23117&quot;:7853,&quot;23097&quot;:7854,&quot;23116&quot;:7855,&quot;23152&quot;:7856,&quot;23145&quot;:7857,&quot;23111&quot;:7858,&quot;23121&quot;:7859,&quot;23126&quot;:7860,&quot;23106&quot;:7861,&quot;23132&quot;:7862,&quot;23410&quot;:7863,&quot;23406&quot;:7864,&quot;23489&quot;:7865,&quot;23488&quot;:7866,&quot;23641&quot;:7867,&quot;23838&quot;:7868,&quot;23819&quot;:7869,&quot;23837&quot;:7870,&quot;23834&quot;:7871,&quot;23840&quot;:7872,&quot;23820&quot;:7873,&quot;23848&quot;:7874,&quot;23821&quot;:7875,&quot;23846&quot;:7876,&quot;23845&quot;:7877,&quot;23823&quot;:7878,&quot;23856&quot;:7879,&quot;23826&quot;:7880,&quot;23843&quot;:7881,&quot;23839&quot;:7882,&quot;23854&quot;:7883,&quot;24126&quot;:7884,&quot;24116&quot;:7885,&quot;24241&quot;:7886,&quot;24244&quot;:7887,&quot;24249&quot;:7888,&quot;24242&quot;:7889,&quot;24243&quot;:7890,&quot;24374&quot;:7891,&quot;24376&quot;:7892,&quot;24475&quot;:7893,&quot;24470&quot;:7894,&quot;24479&quot;:7895,&quot;24714&quot;:7896,&quot;24720&quot;:7897,&quot;24710&quot;:7898,&quot;24766&quot;:7899,&quot;24752&quot;:7900,&quot;24762&quot;:7901,&quot;24787&quot;:7902,&quot;24788&quot;:7903,&quot;24783&quot;:7904,&quot;24804&quot;:7905,&quot;24793&quot;:7906,&quot;24797&quot;:7907,&quot;24776&quot;:7908,&quot;24753&quot;:7909,&quot;24795&quot;:7910,&quot;24759&quot;:7911,&quot;24778&quot;:7912,&quot;24767&quot;:7913,&quot;24771&quot;:7914,&quot;24781&quot;:7915,&quot;24768&quot;:7916,&quot;25394&quot;:7917,&quot;25445&quot;:7918,&quot;25482&quot;:7919,&quot;25474&quot;:7920,&quot;25469&quot;:7921,&quot;25533&quot;:7922,&quot;25502&quot;:7923,&quot;25517&quot;:7924,&quot;25501&quot;:7925,&quot;25495&quot;:7926,&quot;25515&quot;:7927,&quot;25486&quot;:7928,&quot;25455&quot;:7929,&quot;25479&quot;:7930,&quot;25488&quot;:7931,&quot;25454&quot;:7932,&quot;25519&quot;:7933,&quot;25461&quot;:7934,&quot;25500&quot;:7935,&quot;25453&quot;:7936,&quot;25518&quot;:7937,&quot;25468&quot;:7938,&quot;25508&quot;:7939,&quot;25403&quot;:7940,&quot;25503&quot;:7941,&quot;25464&quot;:7942,&quot;25477&quot;:7943,&quot;25473&quot;:7944,&quot;25489&quot;:7945,&quot;25485&quot;:7946,&quot;25456&quot;:7947,&quot;25939&quot;:7948,&quot;26061&quot;:7949,&quot;26213&quot;:7950,&quot;26209&quot;:7951,&quot;26203&quot;:7952,&quot;26201&quot;:7953,&quot;26204&quot;:7954,&quot;26210&quot;:7955,&quot;26392&quot;:7956,&quot;26745&quot;:7957,&quot;26759&quot;:7958,&quot;26768&quot;:7959,&quot;26780&quot;:7960,&quot;26733&quot;:7961,&quot;26734&quot;:7962,&quot;26798&quot;:7963,&quot;26795&quot;:7964,&quot;26966&quot;:7965,&quot;26735&quot;:7966,&quot;26787&quot;:7967,&quot;26796&quot;:7968,&quot;26793&quot;:7969,&quot;26741&quot;:7970,&quot;26740&quot;:7971,&quot;26802&quot;:7972,&quot;26767&quot;:7973,&quot;26743&quot;:7974,&quot;26770&quot;:7975,&quot;26748&quot;:7976,&quot;26731&quot;:7977,&quot;26738&quot;:7978,&quot;26794&quot;:7979,&quot;26752&quot;:7980,&quot;26737&quot;:7981,&quot;26750&quot;:7982,&quot;26779&quot;:7983,&quot;26774&quot;:7984,&quot;26763&quot;:7985,&quot;26784&quot;:7986,&quot;26761&quot;:7987,&quot;26788&quot;:7988,&quot;26744&quot;:7989,&quot;26747&quot;:7990,&quot;26769&quot;:7991,&quot;26764&quot;:7992,&quot;26762&quot;:7993,&quot;26749&quot;:7994,&quot;27446&quot;:7995,&quot;27443&quot;:7996,&quot;27447&quot;:7997,&quot;27448&quot;:7998,&quot;27537&quot;:7999,&quot;27535&quot;:8000,&quot;27533&quot;:8001,&quot;27534&quot;:8002,&quot;27532&quot;:8003,&quot;27690&quot;:8004,&quot;28096&quot;:8005,&quot;28075&quot;:8006,&quot;28084&quot;:8007,&quot;28083&quot;:8008,&quot;28276&quot;:8009,&quot;28076&quot;:8010,&quot;28137&quot;:8011,&quot;28130&quot;:8012,&quot;28087&quot;:8013,&quot;28150&quot;:8014,&quot;28116&quot;:8015,&quot;28160&quot;:8016,&quot;28104&quot;:8017,&quot;28128&quot;:8018,&quot;28127&quot;:8019,&quot;28118&quot;:8020,&quot;28094&quot;:8021,&quot;28133&quot;:8022,&quot;28124&quot;:8023,&quot;28125&quot;:8024,&quot;28123&quot;:8025,&quot;28148&quot;:8026,&quot;28106&quot;:8027,&quot;28093&quot;:8028,&quot;28141&quot;:8029,&quot;28144&quot;:8030,&quot;28090&quot;:8031,&quot;28117&quot;:8032,&quot;28098&quot;:8033,&quot;28111&quot;:8034,&quot;28105&quot;:8035,&quot;28112&quot;:8036,&quot;28146&quot;:8037,&quot;28115&quot;:8038,&quot;28157&quot;:8039,&quot;28119&quot;:8040,&quot;28109&quot;:8041,&quot;28131&quot;:8042,&quot;28091&quot;:8043,&quot;28922&quot;:8044,&quot;28941&quot;:8045,&quot;28919&quot;:8046,&quot;28951&quot;:8047,&quot;28916&quot;:8048,&quot;28940&quot;:8049,&quot;28912&quot;:8050,&quot;28932&quot;:8051,&quot;28915&quot;:8052,&quot;28944&quot;:8053,&quot;28924&quot;:8054,&quot;28927&quot;:8055,&quot;28934&quot;:8056,&quot;28947&quot;:8057,&quot;28928&quot;:8058,&quot;28920&quot;:8059,&quot;28918&quot;:8060,&quot;28939&quot;:8061,&quot;28930&quot;:8062,&quot;28942&quot;:8063,&quot;29310&quot;:8064,&quot;29307&quot;:8065,&quot;29308&quot;:8066,&quot;29311&quot;:8067,&quot;29469&quot;:8068,&quot;29463&quot;:8069,&quot;29447&quot;:8070,&quot;29457&quot;:8071,&quot;29464&quot;:8072,&quot;29450&quot;:8073,&quot;29448&quot;:8074,&quot;29439&quot;:8075,&quot;29455&quot;:8076,&quot;29470&quot;:8077,&quot;29576&quot;:8078,&quot;29686&quot;:8079,&quot;29688&quot;:8080,&quot;29685&quot;:8081,&quot;29700&quot;:8082,&quot;29697&quot;:8083,&quot;29693&quot;:8084,&quot;29703&quot;:8085,&quot;29696&quot;:8086,&quot;29690&quot;:8087,&quot;29692&quot;:8088,&quot;29695&quot;:8089,&quot;29708&quot;:8090,&quot;29707&quot;:8091,&quot;29684&quot;:8092,&quot;29704&quot;:8093,&quot;30052&quot;:8094,&quot;30051&quot;:8095,&quot;30158&quot;:8096,&quot;30162&quot;:8097,&quot;30159&quot;:8098,&quot;30155&quot;:8099,&quot;30156&quot;:8100,&quot;30161&quot;:8101,&quot;30160&quot;:8102,&quot;30351&quot;:8103,&quot;30345&quot;:8104,&quot;30419&quot;:8105,&quot;30521&quot;:8106,&quot;30511&quot;:8107,&quot;30509&quot;:8108,&quot;30513&quot;:8109,&quot;30514&quot;:8110,&quot;30516&quot;:8111,&quot;30515&quot;:8112,&quot;30525&quot;:8113,&quot;30501&quot;:8114,&quot;30523&quot;:8115,&quot;30517&quot;:8116,&quot;30792&quot;:8117,&quot;30802&quot;:8118,&quot;30793&quot;:8119,&quot;30797&quot;:8120,&quot;30794&quot;:8121,&quot;30796&quot;:8122,&quot;30758&quot;:8123,&quot;30789&quot;:8124,&quot;30800&quot;:8125,&quot;31076&quot;:8126,&quot;31079&quot;:8127,&quot;31081&quot;:8128,&quot;31082&quot;:8129,&quot;31075&quot;:8130,&quot;31083&quot;:8131,&quot;31073&quot;:8132,&quot;31163&quot;:8133,&quot;31226&quot;:8134,&quot;31224&quot;:8135,&quot;31222&quot;:8136,&quot;31223&quot;:8137,&quot;31375&quot;:8138,&quot;31380&quot;:8139,&quot;31376&quot;:8140,&quot;31541&quot;:8141,&quot;31547&quot;:8142,&quot;31540&quot;:8143,&quot;31525&quot;:8144,&quot;31536&quot;:8145,&quot;31522&quot;:8146,&quot;31524&quot;:8147,&quot;31539&quot;:8148,&quot;31512&quot;:8149,&quot;31530&quot;:8150,&quot;31517&quot;:8151,&quot;31537&quot;:8152,&quot;31531&quot;:8153,&quot;31533&quot;:8154,&quot;31535&quot;:8155,&quot;31538&quot;:8156,&quot;31544&quot;:8157,&quot;31514&quot;:8158,&quot;31523&quot;:8159,&quot;31892&quot;:8160,&quot;31896&quot;:8161,&quot;31894&quot;:8162,&quot;31907&quot;:8163,&quot;32053&quot;:8164,&quot;32061&quot;:8165,&quot;32056&quot;:8166,&quot;32054&quot;:8167,&quot;32058&quot;:8168,&quot;32069&quot;:8169,&quot;32044&quot;:8170,&quot;32041&quot;:8171,&quot;32065&quot;:8172,&quot;32071&quot;:8173,&quot;32062&quot;:8174,&quot;32063&quot;:8175,&quot;32074&quot;:8176,&quot;32059&quot;:8177,&quot;32040&quot;:8178,&quot;32611&quot;:8179,&quot;32661&quot;:8180,&quot;32668&quot;:8181,&quot;32669&quot;:8182,&quot;32667&quot;:8183,&quot;32714&quot;:8184,&quot;32715&quot;:8185,&quot;32717&quot;:8186,&quot;32720&quot;:8187,&quot;32721&quot;:8188,&quot;32711&quot;:8189,&quot;32719&quot;:8190,&quot;32713&quot;:8191,&quot;32799&quot;:8192,&quot;32798&quot;:8193,&quot;32795&quot;:8194,&quot;32839&quot;:8195,&quot;32835&quot;:8196,&quot;32840&quot;:8197,&quot;33048&quot;:8198,&quot;33061&quot;:8199,&quot;33049&quot;:8200,&quot;33051&quot;:8201,&quot;33069&quot;:8202,&quot;33055&quot;:8203,&quot;33068&quot;:8204,&quot;33054&quot;:8205,&quot;33057&quot;:8206,&quot;33045&quot;:8207,&quot;33063&quot;:8208,&quot;33053&quot;:8209,&quot;33058&quot;:8210,&quot;33297&quot;:8211,&quot;33336&quot;:8212,&quot;33331&quot;:8213,&quot;33338&quot;:8214,&quot;33332&quot;:8215,&quot;33330&quot;:8216,&quot;33396&quot;:8217,&quot;33680&quot;:8218,&quot;33699&quot;:8219,&quot;33704&quot;:8220,&quot;33677&quot;:8221,&quot;33658&quot;:8222,&quot;33651&quot;:8223,&quot;33700&quot;:8224,&quot;33652&quot;:8225,&quot;33679&quot;:8226,&quot;33665&quot;:8227,&quot;33685&quot;:8228,&quot;33689&quot;:8229,&quot;33653&quot;:8230,&quot;33684&quot;:8231,&quot;33705&quot;:8232,&quot;33661&quot;:8233,&quot;33667&quot;:8234,&quot;33676&quot;:8235,&quot;33693&quot;:8236,&quot;33691&quot;:8237,&quot;33706&quot;:8238,&quot;33675&quot;:8239,&quot;33662&quot;:8240,&quot;33701&quot;:8241,&quot;33711&quot;:8242,&quot;33672&quot;:8243,&quot;33687&quot;:8244,&quot;33712&quot;:8245,&quot;33663&quot;:8246,&quot;33702&quot;:8247,&quot;33671&quot;:8248,&quot;33710&quot;:8249,&quot;33654&quot;:8250,&quot;34393&quot;:8251,&quot;34390&quot;:8252,&quot;34495&quot;:8253,&quot;34487&quot;:8254,&quot;34498&quot;:8255,&quot;34497&quot;:8256,&quot;34501&quot;:8257,&quot;34490&quot;:8258,&quot;34480&quot;:8259,&quot;34504&quot;:8260,&quot;34489&quot;:8261,&quot;34483&quot;:8262,&quot;34488&quot;:8263,&quot;34508&quot;:8264,&quot;34484&quot;:8265,&quot;34491&quot;:8266,&quot;34492&quot;:8267,&quot;34499&quot;:8268,&quot;34493&quot;:8269,&quot;34494&quot;:8270,&quot;34898&quot;:8271,&quot;34953&quot;:8272,&quot;34965&quot;:8273,&quot;34984&quot;:8274,&quot;34978&quot;:8275,&quot;34986&quot;:8276,&quot;34970&quot;:8277,&quot;34961&quot;:8278,&quot;34977&quot;:8279,&quot;34975&quot;:8280,&quot;34968&quot;:8281,&quot;34983&quot;:8282,&quot;34969&quot;:8283,&quot;34971&quot;:8284,&quot;34967&quot;:8285,&quot;34980&quot;:8286,&quot;34988&quot;:8287,&quot;34956&quot;:8288,&quot;34963&quot;:8289,&quot;34958&quot;:8290,&quot;35202&quot;:8291,&quot;35286&quot;:8292,&quot;35289&quot;:8293,&quot;35285&quot;:8294,&quot;35376&quot;:8295,&quot;35367&quot;:8296,&quot;35372&quot;:8297,&quot;35358&quot;:8298,&quot;35897&quot;:8299,&quot;35899&quot;:8300,&quot;35932&quot;:8301,&quot;35933&quot;:8302,&quot;35965&quot;:8303,&quot;36005&quot;:8304,&quot;36221&quot;:8305,&quot;36219&quot;:8306,&quot;36217&quot;:8307,&quot;36284&quot;:8308,&quot;36290&quot;:8309,&quot;36281&quot;:8310,&quot;36287&quot;:8311,&quot;36289&quot;:8312,&quot;36568&quot;:8313,&quot;36574&quot;:8314,&quot;36573&quot;:8315,&quot;36572&quot;:8316,&quot;36567&quot;:8317,&quot;36576&quot;:8318,&quot;36577&quot;:8319,&quot;36900&quot;:8320,&quot;36875&quot;:8321,&quot;36881&quot;:8322,&quot;36892&quot;:8323,&quot;36876&quot;:8324,&quot;36897&quot;:8325,&quot;37103&quot;:8326,&quot;37098&quot;:8327,&quot;37104&quot;:8328,&quot;37108&quot;:8329,&quot;37106&quot;:8330,&quot;37107&quot;:8331,&quot;37076&quot;:8332,&quot;37099&quot;:8333,&quot;37100&quot;:8334,&quot;37097&quot;:8335,&quot;37206&quot;:8336,&quot;37208&quot;:8337,&quot;37210&quot;:8338,&quot;37203&quot;:8339,&quot;37205&quot;:8340,&quot;37356&quot;:8341,&quot;37364&quot;:8342,&quot;37361&quot;:8343,&quot;37363&quot;:8344,&quot;37368&quot;:8345,&quot;37348&quot;:8346,&quot;37369&quot;:8347,&quot;37354&quot;:8348,&quot;37355&quot;:8349,&quot;37367&quot;:8350,&quot;37352&quot;:8351,&quot;37358&quot;:8352,&quot;38266&quot;:8353,&quot;38278&quot;:8354,&quot;38280&quot;:8355,&quot;38524&quot;:8356,&quot;38509&quot;:8357,&quot;38507&quot;:8358,&quot;38513&quot;:8359,&quot;38511&quot;:8360,&quot;38591&quot;:8361,&quot;38762&quot;:8362,&quot;38916&quot;:8363,&quot;39141&quot;:8364,&quot;39319&quot;:8365,&quot;20635&quot;:8366,&quot;20629&quot;:8367,&quot;20628&quot;:8368,&quot;20638&quot;:8369,&quot;20619&quot;:8370,&quot;20643&quot;:8371,&quot;20611&quot;:8372,&quot;20620&quot;:8373,&quot;20622&quot;:8374,&quot;20637&quot;:8375,&quot;20584&quot;:8376,&quot;20636&quot;:8377,&quot;20626&quot;:8378,&quot;20610&quot;:8379,&quot;20615&quot;:8380,&quot;20831&quot;:8381,&quot;20948&quot;:8382,&quot;21266&quot;:8383,&quot;21265&quot;:8384,&quot;21412&quot;:8385,&quot;21415&quot;:8386,&quot;21905&quot;:8387,&quot;21928&quot;:8388,&quot;21925&quot;:8389,&quot;21933&quot;:8390,&quot;21879&quot;:8391,&quot;22085&quot;:8392,&quot;21922&quot;:8393,&quot;21907&quot;:8394,&quot;21896&quot;:8395,&quot;21903&quot;:8396,&quot;21941&quot;:8397,&quot;21889&quot;:8398,&quot;21923&quot;:8399,&quot;21906&quot;:8400,&quot;21924&quot;:8401,&quot;21885&quot;:8402,&quot;21900&quot;:8403,&quot;21926&quot;:8404,&quot;21887&quot;:8405,&quot;21909&quot;:8406,&quot;21921&quot;:8407,&quot;21902&quot;:8408,&quot;22284&quot;:8409,&quot;22569&quot;:8410,&quot;22583&quot;:8411,&quot;22553&quot;:8412,&quot;22558&quot;:8413,&quot;22567&quot;:8414,&quot;22563&quot;:8415,&quot;22568&quot;:8416,&quot;22517&quot;:8417,&quot;22600&quot;:8418,&quot;22565&quot;:8419,&quot;22556&quot;:8420,&quot;22555&quot;:8421,&quot;22579&quot;:8422,&quot;22591&quot;:8423,&quot;22582&quot;:8424,&quot;22574&quot;:8425,&quot;22585&quot;:8426,&quot;22584&quot;:8427,&quot;22573&quot;:8428,&quot;22572&quot;:8429,&quot;22587&quot;:8430,&quot;22881&quot;:8431,&quot;23215&quot;:8432,&quot;23188&quot;:8433,&quot;23199&quot;:8434,&quot;23162&quot;:8435,&quot;23202&quot;:8436,&quot;23198&quot;:8437,&quot;23160&quot;:8438,&quot;23206&quot;:8439,&quot;23164&quot;:8440,&quot;23205&quot;:8441,&quot;23212&quot;:8442,&quot;23189&quot;:8443,&quot;23214&quot;:8444,&quot;23095&quot;:8445,&quot;23172&quot;:8446,&quot;23178&quot;:8447,&quot;23191&quot;:8448,&quot;23171&quot;:8449,&quot;23179&quot;:8450,&quot;23209&quot;:8451,&quot;23163&quot;:8452,&quot;23165&quot;:8453,&quot;23180&quot;:8454,&quot;23196&quot;:8455,&quot;23183&quot;:8456,&quot;23187&quot;:8457,&quot;23197&quot;:8458,&quot;23530&quot;:8459,&quot;23501&quot;:8460,&quot;23499&quot;:8461,&quot;23508&quot;:8462,&quot;23505&quot;:8463,&quot;23498&quot;:8464,&quot;23502&quot;:8465,&quot;23564&quot;:8466,&quot;23600&quot;:8467,&quot;23863&quot;:8468,&quot;23875&quot;:8469,&quot;23915&quot;:8470,&quot;23873&quot;:8471,&quot;23883&quot;:8472,&quot;23871&quot;:8473,&quot;23861&quot;:8474,&quot;23889&quot;:8475,&quot;23886&quot;:8476,&quot;23893&quot;:8477,&quot;23859&quot;:8478,&quot;23866&quot;:8479,&quot;23890&quot;:8480,&quot;23869&quot;:8481,&quot;23857&quot;:8482,&quot;23897&quot;:8483,&quot;23874&quot;:8484,&quot;23865&quot;:8485,&quot;23881&quot;:8486,&quot;23864&quot;:8487,&quot;23868&quot;:8488,&quot;23858&quot;:8489,&quot;23862&quot;:8490,&quot;23872&quot;:8491,&quot;23877&quot;:8492,&quot;24132&quot;:8493,&quot;24129&quot;:8494,&quot;24408&quot;:8495,&quot;57673&quot;:8495,&quot;24486&quot;:8496,&quot;24485&quot;:8497,&quot;24491&quot;:8498,&quot;24777&quot;:8499,&quot;24761&quot;:8500,&quot;24780&quot;:8501,&quot;24802&quot;:8502,&quot;24782&quot;:8503,&quot;24772&quot;:8504,&quot;24852&quot;:8505,&quot;24818&quot;:8506,&quot;24842&quot;:8507,&quot;24854&quot;:8508,&quot;24837&quot;:8509,&quot;24821&quot;:8510,&quot;24851&quot;:8511,&quot;24824&quot;:8512,&quot;24828&quot;:8513,&quot;24830&quot;:8514,&quot;24769&quot;:8515,&quot;24835&quot;:8516,&quot;24856&quot;:8517,&quot;24861&quot;:8518,&quot;24848&quot;:8519,&quot;24831&quot;:8520,&quot;24836&quot;:8521,&quot;24843&quot;:8522,&quot;25162&quot;:8523,&quot;25492&quot;:8524,&quot;25521&quot;:8525,&quot;25520&quot;:8526,&quot;25550&quot;:8527,&quot;25573&quot;:8528,&quot;25576&quot;:8529,&quot;25583&quot;:8530,&quot;25539&quot;:8531,&quot;25757&quot;:8532,&quot;25587&quot;:8533,&quot;25546&quot;:8534,&quot;25568&quot;:8535,&quot;25590&quot;:8536,&quot;25557&quot;:8537,&quot;25586&quot;:8538,&quot;25589&quot;:8539,&quot;25697&quot;:8540,&quot;25567&quot;:8541,&quot;25534&quot;:8542,&quot;25565&quot;:8543,&quot;25564&quot;:8544,&quot;25540&quot;:8545,&quot;25560&quot;:8546,&quot;25555&quot;:8547,&quot;25538&quot;:8548,&quot;25543&quot;:8549,&quot;25548&quot;:8550,&quot;25547&quot;:8551,&quot;25544&quot;:8552,&quot;25584&quot;:8553,&quot;25559&quot;:8554,&quot;25561&quot;:8555,&quot;25906&quot;:8556,&quot;25959&quot;:8557,&quot;25962&quot;:8558,&quot;25956&quot;:8559,&quot;25948&quot;:8560,&quot;25960&quot;:8561,&quot;25957&quot;:8562,&quot;25996&quot;:8563,&quot;26013&quot;:8564,&quot;26014&quot;:8565,&quot;26030&quot;:8566,&quot;26064&quot;:8567,&quot;26066&quot;:8568,&quot;26236&quot;:8569,&quot;26220&quot;:8570,&quot;26235&quot;:8571,&quot;26240&quot;:8572,&quot;26225&quot;:8573,&quot;26233&quot;:8574,&quot;26218&quot;:8575,&quot;26226&quot;:8576,&quot;26369&quot;:8577,&quot;26892&quot;:8578,&quot;26835&quot;:8579,&quot;26884&quot;:8580,&quot;26844&quot;:8581,&quot;26922&quot;:8582,&quot;26860&quot;:8583,&quot;26858&quot;:8584,&quot;26865&quot;:8585,&quot;26895&quot;:8586,&quot;26838&quot;:8587,&quot;26871&quot;:8588,&quot;26859&quot;:8589,&quot;26852&quot;:8590,&quot;26870&quot;:8591,&quot;26899&quot;:8592,&quot;26896&quot;:8593,&quot;26867&quot;:8594,&quot;26849&quot;:8595,&quot;26887&quot;:8596,&quot;26828&quot;:8597,&quot;26888&quot;:8598,&quot;26992&quot;:8599,&quot;26804&quot;:8600,&quot;26897&quot;:8601,&quot;26863&quot;:8602,&quot;26822&quot;:8603,&quot;26900&quot;:8604,&quot;26872&quot;:8605,&quot;26832&quot;:8606,&quot;26877&quot;:8607,&quot;26876&quot;:8608,&quot;26856&quot;:8609,&quot;26891&quot;:8610,&quot;26890&quot;:8611,&quot;26903&quot;:8612,&quot;26830&quot;:8613,&quot;26824&quot;:8614,&quot;26845&quot;:8615,&quot;26846&quot;:8616,&quot;26854&quot;:8617,&quot;26868&quot;:8618,&quot;26833&quot;:8619,&quot;26886&quot;:8620,&quot;26836&quot;:8621,&quot;26857&quot;:8622,&quot;26901&quot;:8623,&quot;26917&quot;:8624,&quot;26823&quot;:8625,&quot;27449&quot;:8626,&quot;27451&quot;:8627,&quot;27455&quot;:8628,&quot;27452&quot;:8629,&quot;27540&quot;:8630,&quot;27543&quot;:8631,&quot;27545&quot;:8632,&quot;27541&quot;:8633,&quot;27581&quot;:8634,&quot;27632&quot;:8635,&quot;27634&quot;:8636,&quot;27635&quot;:8637,&quot;27696&quot;:8638,&quot;28156&quot;:8639,&quot;28230&quot;:8640,&quot;28231&quot;:8641,&quot;28191&quot;:8642,&quot;28233&quot;:8643,&quot;28296&quot;:8644,&quot;28220&quot;:8645,&quot;28221&quot;:8646,&quot;28229&quot;:8647,&quot;28258&quot;:8648,&quot;28203&quot;:8649,&quot;28223&quot;:8650,&quot;28225&quot;:8651,&quot;28253&quot;:8652,&quot;28275&quot;:8653,&quot;28188&quot;:8654,&quot;28211&quot;:8655,&quot;28235&quot;:8656,&quot;28224&quot;:8657,&quot;28241&quot;:8658,&quot;28219&quot;:8659,&quot;28163&quot;:8660,&quot;28206&quot;:8661,&quot;28254&quot;:8662,&quot;28264&quot;:8663,&quot;28252&quot;:8664,&quot;28257&quot;:8665,&quot;28209&quot;:8666,&quot;28200&quot;:8667,&quot;28256&quot;:8668,&quot;28273&quot;:8669,&quot;28267&quot;:8670,&quot;28217&quot;:8671,&quot;28194&quot;:8672,&quot;28208&quot;:8673,&quot;28243&quot;:8674,&quot;28261&quot;:8675,&quot;28199&quot;:8676,&quot;28280&quot;:8677,&quot;28260&quot;:8678,&quot;28279&quot;:8679,&quot;28245&quot;:8680,&quot;28281&quot;:8681,&quot;28242&quot;:8682,&quot;28262&quot;:8683,&quot;28213&quot;:8684,&quot;28214&quot;:8685,&quot;28250&quot;:8686,&quot;28960&quot;:8687,&quot;28958&quot;:8688,&quot;28975&quot;:8689,&quot;28923&quot;:8690,&quot;28974&quot;:8691,&quot;28977&quot;:8692,&quot;28963&quot;:8693,&quot;28965&quot;:8694,&quot;28962&quot;:8695,&quot;28978&quot;:8696,&quot;28959&quot;:8697,&quot;28968&quot;:8698,&quot;28986&quot;:8699,&quot;28955&quot;:8700,&quot;29259&quot;:8701,&quot;29274&quot;:8702,&quot;29320&quot;:8703,&quot;29321&quot;:8704,&quot;29318&quot;:8705,&quot;29317&quot;:8706,&quot;29323&quot;:8707,&quot;29458&quot;:8708,&quot;29451&quot;:8709,&quot;29488&quot;:8710,&quot;29474&quot;:8711,&quot;29489&quot;:8712,&quot;29491&quot;:8713,&quot;29479&quot;:8714,&quot;29490&quot;:8715,&quot;29485&quot;:8716,&quot;29478&quot;:8717,&quot;29475&quot;:8718,&quot;29493&quot;:8719,&quot;29452&quot;:8720,&quot;29742&quot;:8721,&quot;29740&quot;:8722,&quot;29744&quot;:8723,&quot;29739&quot;:8724,&quot;29718&quot;:8725,&quot;29722&quot;:8726,&quot;29729&quot;:8727,&quot;29741&quot;:8728,&quot;29745&quot;:8729,&quot;29732&quot;:8730,&quot;29731&quot;:8731,&quot;29725&quot;:8732,&quot;29737&quot;:8733,&quot;29728&quot;:8734,&quot;29746&quot;:8735,&quot;29947&quot;:8736,&quot;29999&quot;:8737,&quot;30063&quot;:8738,&quot;30060&quot;:8739,&quot;30183&quot;:8740,&quot;30170&quot;:8741,&quot;30177&quot;:8742,&quot;30182&quot;:8743,&quot;30173&quot;:8744,&quot;30175&quot;:8745,&quot;30180&quot;:8746,&quot;30167&quot;:8747,&quot;30357&quot;:8748,&quot;30354&quot;:8749,&quot;30426&quot;:8750,&quot;30534&quot;:8751,&quot;30535&quot;:8752,&quot;30532&quot;:8753,&quot;30541&quot;:8754,&quot;30533&quot;:8755,&quot;30538&quot;:8756,&quot;30542&quot;:8757,&quot;30539&quot;:8758,&quot;30540&quot;:8759,&quot;30686&quot;:8760,&quot;30700&quot;:8761,&quot;30816&quot;:8762,&quot;30820&quot;:8763,&quot;30821&quot;:8764,&quot;30812&quot;:8765,&quot;30829&quot;:8766,&quot;30833&quot;:8767,&quot;30826&quot;:8768,&quot;30830&quot;:8769,&quot;30832&quot;:8770,&quot;30825&quot;:8771,&quot;30824&quot;:8772,&quot;30814&quot;:8773,&quot;30818&quot;:8774,&quot;31092&quot;:8775,&quot;31091&quot;:8776,&quot;31090&quot;:8777,&quot;31088&quot;:8778,&quot;31234&quot;:8779,&quot;31242&quot;:8780,&quot;31235&quot;:8781,&quot;31244&quot;:8782,&quot;31236&quot;:8783,&quot;31385&quot;:8784,&quot;31462&quot;:8785,&quot;31460&quot;:8786,&quot;31562&quot;:8787,&quot;31559&quot;:8788,&quot;31556&quot;:8789,&quot;31560&quot;:8790,&quot;31564&quot;:8791,&quot;31566&quot;:8792,&quot;31552&quot;:8793,&quot;31576&quot;:8794,&quot;31557&quot;:8795,&quot;31906&quot;:8796,&quot;31902&quot;:8797,&quot;31912&quot;:8798,&quot;31905&quot;:8799,&quot;32088&quot;:8800,&quot;32111&quot;:8801,&quot;32099&quot;:8802,&quot;32083&quot;:8803,&quot;32086&quot;:8804,&quot;32103&quot;:8805,&quot;32106&quot;:8806,&quot;32079&quot;:8807,&quot;32109&quot;:8808,&quot;32092&quot;:8809,&quot;32107&quot;:8810,&quot;32082&quot;:8811,&quot;32084&quot;:8812,&quot;32105&quot;:8813,&quot;32081&quot;:8814,&quot;32095&quot;:8815,&quot;32078&quot;:8816,&quot;32574&quot;:8817,&quot;32575&quot;:8818,&quot;32613&quot;:8819,&quot;32614&quot;:8820,&quot;32674&quot;:8821,&quot;32672&quot;:8822,&quot;32673&quot;:8823,&quot;32727&quot;:8824,&quot;32849&quot;:8825,&quot;32847&quot;:8826,&quot;32848&quot;:8827,&quot;33022&quot;:8828,&quot;32980&quot;:8829,&quot;33091&quot;:8830,&quot;33098&quot;:8831,&quot;33106&quot;:8832,&quot;33103&quot;:8833,&quot;33095&quot;:8834,&quot;33085&quot;:8835,&quot;33101&quot;:8836,&quot;33082&quot;:8837,&quot;33254&quot;:8838,&quot;33262&quot;:8839,&quot;33271&quot;:8840,&quot;33272&quot;:8841,&quot;33273&quot;:8842,&quot;33284&quot;:8843,&quot;33340&quot;:8844,&quot;33341&quot;:8845,&quot;33343&quot;:8846,&quot;33397&quot;:8847,&quot;33595&quot;:8848,&quot;33743&quot;:8849,&quot;60382&quot;:8849,&quot;33785&quot;:8850,&quot;33827&quot;:8851,&quot;33728&quot;:8852,&quot;33768&quot;:8853,&quot;33810&quot;:8854,&quot;33767&quot;:8855,&quot;33764&quot;:8856,&quot;33788&quot;:8857,&quot;33782&quot;:8858,&quot;33808&quot;:8859,&quot;33734&quot;:8860,&quot;33736&quot;:8861,&quot;33771&quot;:8862,&quot;33763&quot;:8863,&quot;33727&quot;:8864,&quot;33793&quot;:8865,&quot;33757&quot;:8866,&quot;33765&quot;:8867,&quot;33752&quot;:8868,&quot;33791&quot;:8869,&quot;33761&quot;:8870,&quot;33739&quot;:8871,&quot;33742&quot;:8872,&quot;33750&quot;:8873,&quot;33781&quot;:8874,&quot;33737&quot;:8875,&quot;33801&quot;:8876,&quot;33807&quot;:8877,&quot;58332&quot;:8877,&quot;33758&quot;:8878,&quot;33809&quot;:8879,&quot;33798&quot;:8880,&quot;33730&quot;:8881,&quot;33779&quot;:8882,&quot;33749&quot;:8883,&quot;33786&quot;:8884,&quot;33735&quot;:8885,&quot;33745&quot;:8886,&quot;33770&quot;:8887,&quot;33811&quot;:8888,&quot;33690&quot;:8889,&quot;33731&quot;:8890,&quot;33772&quot;:8891,&quot;33774&quot;:8892,&quot;33732&quot;:8893,&quot;33787&quot;:8894,&quot;33751&quot;:8895,&quot;33762&quot;:8896,&quot;33819&quot;:8897,&quot;33755&quot;:8898,&quot;33790&quot;:8899,&quot;34520&quot;:8900,&quot;34530&quot;:8901,&quot;34534&quot;:8902,&quot;34515&quot;:8903,&quot;34531&quot;:8904,&quot;34522&quot;:8905,&quot;34538&quot;:8906,&quot;34525&quot;:8907,&quot;34539&quot;:8908,&quot;34524&quot;:8909,&quot;34540&quot;:8910,&quot;34537&quot;:8911,&quot;34519&quot;:8912,&quot;34536&quot;:8913,&quot;34513&quot;:8914,&quot;34888&quot;:8915,&quot;34902&quot;:8916,&quot;34901&quot;:8917,&quot;35002&quot;:8918,&quot;35031&quot;:8919,&quot;35001&quot;:8920,&quot;35000&quot;:8921,&quot;35008&quot;:8922,&quot;35006&quot;:8923,&quot;34998&quot;:8924,&quot;35004&quot;:8925,&quot;34999&quot;:8926,&quot;35005&quot;:8927,&quot;34994&quot;:8928,&quot;35073&quot;:8929,&quot;35017&quot;:8930,&quot;35221&quot;:8931,&quot;35224&quot;:8932,&quot;35223&quot;:8933,&quot;35293&quot;:8934,&quot;35290&quot;:8935,&quot;35291&quot;:8936,&quot;35406&quot;:8937,&quot;35405&quot;:8938,&quot;35385&quot;:8939,&quot;35417&quot;:8940,&quot;35392&quot;:8941,&quot;35415&quot;:8942,&quot;35416&quot;:8943,&quot;35396&quot;:8944,&quot;35397&quot;:8945,&quot;35410&quot;:8946,&quot;35400&quot;:8947,&quot;35409&quot;:8948,&quot;35402&quot;:8949,&quot;35404&quot;:8950,&quot;35407&quot;:8951,&quot;35935&quot;:8952,&quot;35969&quot;:8953,&quot;35968&quot;:8954,&quot;36026&quot;:8955,&quot;36030&quot;:8956,&quot;36016&quot;:8957,&quot;36025&quot;:8958,&quot;36021&quot;:8959,&quot;36228&quot;:8960,&quot;36224&quot;:8961,&quot;36233&quot;:8962,&quot;36312&quot;:8963,&quot;36307&quot;:8964,&quot;36301&quot;:8965,&quot;36295&quot;:8966,&quot;36310&quot;:8967,&quot;36316&quot;:8968,&quot;36303&quot;:8969,&quot;36309&quot;:8970,&quot;36313&quot;:8971,&quot;36296&quot;:8972,&quot;36311&quot;:8973,&quot;36293&quot;:8974,&quot;36591&quot;:8975,&quot;36599&quot;:8976,&quot;36602&quot;:8977,&quot;36601&quot;:8978,&quot;36582&quot;:8979,&quot;36590&quot;:8980,&quot;36581&quot;:8981,&quot;36597&quot;:8982,&quot;36583&quot;:8983,&quot;36584&quot;:8984,&quot;36598&quot;:8985,&quot;36587&quot;:8986,&quot;36593&quot;:8987,&quot;36588&quot;:8988,&quot;36596&quot;:8989,&quot;36585&quot;:8990,&quot;36909&quot;:8991,&quot;36916&quot;:8992,&quot;36911&quot;:8993,&quot;37126&quot;:8994,&quot;37164&quot;:8995,&quot;37124&quot;:8996,&quot;60367&quot;:8996,&quot;37119&quot;:8997,&quot;37116&quot;:8998,&quot;37128&quot;:8999,&quot;37113&quot;:9000,&quot;37115&quot;:9001,&quot;37121&quot;:9002,&quot;37120&quot;:9003,&quot;37127&quot;:9004,&quot;37125&quot;:9005,&quot;37123&quot;:9006,&quot;37217&quot;:9007,&quot;37220&quot;:9008,&quot;37215&quot;:9009,&quot;37218&quot;:9010,&quot;37216&quot;:9011,&quot;37377&quot;:9012,&quot;37386&quot;:9013,&quot;37413&quot;:9014,&quot;37379&quot;:9015,&quot;37402&quot;:9016,&quot;37414&quot;:9017,&quot;37391&quot;:9018,&quot;37388&quot;:9019,&quot;37376&quot;:9020,&quot;37394&quot;:9021,&quot;37375&quot;:9022,&quot;37373&quot;:9023,&quot;37382&quot;:9024,&quot;37380&quot;:9025,&quot;37415&quot;:9026,&quot;37378&quot;:9027,&quot;37404&quot;:9028,&quot;37412&quot;:9029,&quot;37401&quot;:9030,&quot;37399&quot;:9031,&quot;37381&quot;:9032,&quot;37398&quot;:9033,&quot;38267&quot;:9034,&quot;38285&quot;:9035,&quot;38284&quot;:9036,&quot;38288&quot;:9037,&quot;38535&quot;:9038,&quot;38526&quot;:9039,&quot;38536&quot;:9040,&quot;38537&quot;:9041,&quot;38531&quot;:9042,&quot;38528&quot;:9043,&quot;38594&quot;:9044,&quot;38600&quot;:9045,&quot;38595&quot;:9046,&quot;38641&quot;:9047,&quot;38640&quot;:9048,&quot;38764&quot;:9049,&quot;38768&quot;:9050,&quot;38766&quot;:9051,&quot;38919&quot;:9052,&quot;39081&quot;:9053,&quot;39147&quot;:9054,&quot;40166&quot;:9055,&quot;12235&quot;:9056,&quot;40697&quot;:9056,&quot;20099&quot;:9057,&quot;20100&quot;:9058,&quot;20150&quot;:9059,&quot;20669&quot;:9060,&quot;20671&quot;:9061,&quot;20678&quot;:9062,&quot;20654&quot;:9063,&quot;20676&quot;:9064,&quot;20682&quot;:9065,&quot;20660&quot;:9066,&quot;20680&quot;:9067,&quot;20674&quot;:9068,&quot;20656&quot;:9069,&quot;20673&quot;:9070,&quot;20666&quot;:9071,&quot;20657&quot;:9072,&quot;20683&quot;:9073,&quot;20681&quot;:9074,&quot;20662&quot;:9075,&quot;20664&quot;:9076,&quot;20951&quot;:9077,&quot;21114&quot;:9078,&quot;21112&quot;:9079,&quot;21115&quot;:9080,&quot;21116&quot;:9081,&quot;21955&quot;:9082,&quot;21979&quot;:9083,&quot;21964&quot;:9084,&quot;21968&quot;:9085,&quot;21963&quot;:9086,&quot;21962&quot;:9087,&quot;21981&quot;:9088,&quot;21952&quot;:9089,&quot;64013&quot;:9089,&quot;21972&quot;:9090,&quot;21956&quot;:9091,&quot;21993&quot;:9092,&quot;21951&quot;:9093,&quot;21970&quot;:9094,&quot;21901&quot;:9095,&quot;21967&quot;:9096,&quot;21973&quot;:9097,&quot;21986&quot;:9098,&quot;21974&quot;:9099,&quot;21960&quot;:9100,&quot;22002&quot;:9101,&quot;21965&quot;:9102,&quot;21977&quot;:9103,&quot;21954&quot;:9104,&quot;22292&quot;:9105,&quot;22611&quot;:9106,&quot;22632&quot;:9107,&quot;22628&quot;:9108,&quot;22607&quot;:9109,&quot;22605&quot;:9110,&quot;22601&quot;:9111,&quot;22639&quot;:9112,&quot;22613&quot;:9113,&quot;22606&quot;:9114,&quot;22621&quot;:9115,&quot;22617&quot;:9116,&quot;22629&quot;:9117,&quot;22619&quot;:9118,&quot;22589&quot;:9119,&quot;22627&quot;:9120,&quot;22641&quot;:9121,&quot;22780&quot;:9122,&quot;23239&quot;:9123,&quot;23236&quot;:9124,&quot;23243&quot;:9125,&quot;23226&quot;:9126,&quot;23224&quot;:9127,&quot;23217&quot;:9128,&quot;23221&quot;:9129,&quot;23216&quot;:9130,&quot;23231&quot;:9131,&quot;23240&quot;:9132,&quot;23227&quot;:9133,&quot;23238&quot;:9134,&quot;23223&quot;:9135,&quot;23232&quot;:9136,&quot;23242&quot;:9137,&quot;23220&quot;:9138,&quot;23222&quot;:9139,&quot;23245&quot;:9140,&quot;23225&quot;:9141,&quot;23184&quot;:9142,&quot;23510&quot;:9143,&quot;23512&quot;:9144,&quot;23513&quot;:9145,&quot;23583&quot;:9146,&quot;23603&quot;:9147,&quot;23921&quot;:9148,&quot;23907&quot;:9149,&quot;23882&quot;:9150,&quot;23909&quot;:9151,&quot;23922&quot;:9152,&quot;23916&quot;:9153,&quot;23902&quot;:9154,&quot;23912&quot;:9155,&quot;23911&quot;:9156,&quot;23906&quot;:9157,&quot;24048&quot;:9158,&quot;24143&quot;:9159,&quot;24142&quot;:9160,&quot;24138&quot;:9161,&quot;24141&quot;:9162,&quot;24139&quot;:9163,&quot;24261&quot;:9164,&quot;24268&quot;:9165,&quot;24262&quot;:9166,&quot;24267&quot;:9167,&quot;24263&quot;:9168,&quot;24384&quot;:9169,&quot;24495&quot;:9170,&quot;24493&quot;:9171,&quot;24823&quot;:9172,&quot;24905&quot;:9173,&quot;24906&quot;:9174,&quot;24875&quot;:9175,&quot;24901&quot;:9176,&quot;24886&quot;:9177,&quot;24882&quot;:9178,&quot;24878&quot;:9179,&quot;24902&quot;:9180,&quot;24879&quot;:9181,&quot;24911&quot;:9182,&quot;24873&quot;:9183,&quot;24896&quot;:9184,&quot;25120&quot;:9185,&quot;37224&quot;:9186,&quot;25123&quot;:9187,&quot;25125&quot;:9188,&quot;25124&quot;:9189,&quot;25541&quot;:9190,&quot;25585&quot;:9191,&quot;25579&quot;:9192,&quot;25616&quot;:9193,&quot;25618&quot;:9194,&quot;25609&quot;:9195,&quot;25632&quot;:9196,&quot;25636&quot;:9197,&quot;25651&quot;:9198,&quot;25667&quot;:9199,&quot;25631&quot;:9200,&quot;25621&quot;:9201,&quot;25624&quot;:9202,&quot;25657&quot;:9203,&quot;25655&quot;:9204,&quot;25634&quot;:9205,&quot;25635&quot;:9206,&quot;25612&quot;:9207,&quot;25638&quot;:9208,&quot;25648&quot;:9209,&quot;25640&quot;:9210,&quot;25665&quot;:9211,&quot;25653&quot;:9212,&quot;25647&quot;:9213,&quot;25610&quot;:9214,&quot;25626&quot;:9215,&quot;25664&quot;:9216,&quot;25637&quot;:9217,&quot;25639&quot;:9218,&quot;25611&quot;:9219,&quot;25575&quot;:9220,&quot;25627&quot;:9221,&quot;25646&quot;:9222,&quot;25633&quot;:9223,&quot;25614&quot;:9224,&quot;25967&quot;:9225,&quot;26002&quot;:9226,&quot;26067&quot;:9227,&quot;26246&quot;:9228,&quot;26252&quot;:9229,&quot;26261&quot;:9230,&quot;26256&quot;:9231,&quot;26251&quot;:9232,&quot;26250&quot;:9233,&quot;26265&quot;:9234,&quot;26260&quot;:9235,&quot;26232&quot;:9236,&quot;26400&quot;:9237,&quot;26982&quot;:9238,&quot;26975&quot;:9239,&quot;26936&quot;:9240,&quot;26958&quot;:9241,&quot;26978&quot;:9242,&quot;26993&quot;:9243,&quot;26943&quot;:9244,&quot;26949&quot;:9245,&quot;26986&quot;:9246,&quot;26937&quot;:9247,&quot;26946&quot;:9248,&quot;26967&quot;:9249,&quot;26969&quot;:9250,&quot;27002&quot;:9251,&quot;26952&quot;:9252,&quot;26953&quot;:9253,&quot;26933&quot;:9254,&quot;26988&quot;:9255,&quot;26931&quot;:9256,&quot;26941&quot;:9257,&quot;26981&quot;:9258,&quot;26864&quot;:9259,&quot;27000&quot;:9260,&quot;26932&quot;:9261,&quot;26985&quot;:9262,&quot;26944&quot;:9263,&quot;26991&quot;:9264,&quot;26948&quot;:9265,&quot;26998&quot;:9266,&quot;26968&quot;:9267,&quot;26945&quot;:9268,&quot;26996&quot;:9269,&quot;26956&quot;:9270,&quot;26939&quot;:9271,&quot;26955&quot;:9272,&quot;26935&quot;:9273,&quot;26972&quot;:9274,&quot;26959&quot;:9275,&quot;26961&quot;:9276,&quot;26930&quot;:9277,&quot;26962&quot;:9278,&quot;26927&quot;:9279,&quot;27003&quot;:9280,&quot;26940&quot;:9281,&quot;27462&quot;:9282,&quot;27461&quot;:9283,&quot;27459&quot;:9284,&quot;27458&quot;:9285,&quot;27464&quot;:9286,&quot;27457&quot;:9287,&quot;27547&quot;:9288,&quot;27643&quot;:9289,&quot;27644&quot;:9290,&quot;27641&quot;:9291,&quot;27639&quot;:9292,&quot;27640&quot;:9293,&quot;28315&quot;:9294,&quot;28374&quot;:9295,&quot;28360&quot;:9296,&quot;28303&quot;:9297,&quot;28352&quot;:9298,&quot;28319&quot;:9299,&quot;28307&quot;:9300,&quot;28308&quot;:9301,&quot;28320&quot;:9302,&quot;28337&quot;:9303,&quot;28345&quot;:9304,&quot;28358&quot;:9305,&quot;28370&quot;:9306,&quot;28349&quot;:9307,&quot;28353&quot;:9308,&quot;28318&quot;:9309,&quot;28361&quot;:9310,&quot;28343&quot;:9311,&quot;28336&quot;:9312,&quot;28365&quot;:9313,&quot;28326&quot;:9314,&quot;28367&quot;:9315,&quot;28338&quot;:9316,&quot;28350&quot;:9317,&quot;28355&quot;:9318,&quot;28380&quot;:9319,&quot;28376&quot;:9320,&quot;28313&quot;:9321,&quot;28306&quot;:9322,&quot;28302&quot;:9323,&quot;28301&quot;:9324,&quot;28324&quot;:9325,&quot;28321&quot;:9326,&quot;28351&quot;:9327,&quot;28339&quot;:9328,&quot;28368&quot;:9329,&quot;28362&quot;:9330,&quot;28311&quot;:9331,&quot;28334&quot;:9332,&quot;28323&quot;:9333,&quot;28999&quot;:9334,&quot;29012&quot;:9335,&quot;29010&quot;:9336,&quot;29027&quot;:9337,&quot;29024&quot;:9338,&quot;28993&quot;:9339,&quot;29021&quot;:9340,&quot;29026&quot;:9341,&quot;61080&quot;:9341,&quot;29042&quot;:9342,&quot;29048&quot;:9343,&quot;29034&quot;:9344,&quot;29025&quot;:9345,&quot;28994&quot;:9346,&quot;29016&quot;:9347,&quot;28995&quot;:9348,&quot;29003&quot;:9349,&quot;29040&quot;:9350,&quot;29023&quot;:9351,&quot;29008&quot;:9352,&quot;29011&quot;:9353,&quot;28996&quot;:9354,&quot;29005&quot;:9355,&quot;29018&quot;:9356,&quot;29263&quot;:9357,&quot;29325&quot;:9358,&quot;29324&quot;:9359,&quot;29329&quot;:9360,&quot;29328&quot;:9361,&quot;29326&quot;:9362,&quot;29500&quot;:9363,&quot;29506&quot;:9364,&quot;29499&quot;:9365,&quot;29498&quot;:9366,&quot;29504&quot;:9367,&quot;29514&quot;:9368,&quot;29513&quot;:9369,&quot;29764&quot;:9370,&quot;29770&quot;:9371,&quot;29771&quot;:9372,&quot;29778&quot;:9373,&quot;29777&quot;:9374,&quot;29783&quot;:9375,&quot;29760&quot;:9376,&quot;29775&quot;:9377,&quot;29776&quot;:9378,&quot;29774&quot;:9379,&quot;29762&quot;:9380,&quot;29766&quot;:9381,&quot;29773&quot;:9382,&quot;29780&quot;:9383,&quot;29921&quot;:9384,&quot;29951&quot;:9385,&quot;29950&quot;:9386,&quot;29949&quot;:9387,&quot;29981&quot;:9388,&quot;30073&quot;:9389,&quot;30071&quot;:9390,&quot;27011&quot;:9391,&quot;30191&quot;:9392,&quot;30223&quot;:9393,&quot;30211&quot;:9394,&quot;30199&quot;:9395,&quot;30206&quot;:9396,&quot;30204&quot;:9397,&quot;30201&quot;:9398,&quot;60782&quot;:9398,&quot;30200&quot;:9399,&quot;30224&quot;:9400,&quot;30203&quot;:9401,&quot;30198&quot;:9402,&quot;30189&quot;:9403,&quot;30197&quot;:9404,&quot;30205&quot;:9405,&quot;30361&quot;:9406,&quot;30389&quot;:9407,&quot;30429&quot;:9408,&quot;30549&quot;:9409,&quot;30559&quot;:9410,&quot;30560&quot;:9411,&quot;30546&quot;:9412,&quot;30550&quot;:9413,&quot;30554&quot;:9414,&quot;30569&quot;:9415,&quot;30567&quot;:9416,&quot;30548&quot;:9417,&quot;30553&quot;:9418,&quot;30573&quot;:9419,&quot;30688&quot;:9420,&quot;30855&quot;:9421,&quot;30874&quot;:9422,&quot;30868&quot;:9423,&quot;30863&quot;:9424,&quot;30852&quot;:9425,&quot;30869&quot;:9426,&quot;30853&quot;:9427,&quot;30854&quot;:9428,&quot;30881&quot;:9429,&quot;30851&quot;:9430,&quot;30841&quot;:9431,&quot;30873&quot;:9432,&quot;30848&quot;:9433,&quot;30870&quot;:9434,&quot;30843&quot;:9435,&quot;31100&quot;:9436,&quot;31106&quot;:9437,&quot;31101&quot;:9438,&quot;31097&quot;:9439,&quot;31249&quot;:9440,&quot;31256&quot;:9441,&quot;31257&quot;:9442,&quot;31250&quot;:9443,&quot;31255&quot;:9444,&quot;31253&quot;:9445,&quot;31266&quot;:9446,&quot;31251&quot;:9447,&quot;31259&quot;:9448,&quot;31248&quot;:9449,&quot;31395&quot;:9450,&quot;31394&quot;:9451,&quot;31390&quot;:9452,&quot;31467&quot;:9453,&quot;31590&quot;:9454,&quot;31588&quot;:9455,&quot;31597&quot;:9456,&quot;31604&quot;:9457,&quot;31593&quot;:9458,&quot;31602&quot;:9459,&quot;31589&quot;:9460,&quot;31603&quot;:9461,&quot;31601&quot;:9462,&quot;31600&quot;:9463,&quot;31585&quot;:9464,&quot;31608&quot;:9465,&quot;31606&quot;:9466,&quot;31587&quot;:9467,&quot;31922&quot;:9468,&quot;31924&quot;:9469,&quot;31919&quot;:9470,&quot;32136&quot;:9471,&quot;32134&quot;:9472,&quot;32128&quot;:9473,&quot;32141&quot;:9474,&quot;32127&quot;:9475,&quot;32133&quot;:9476,&quot;32122&quot;:9477,&quot;32142&quot;:9478,&quot;32123&quot;:9479,&quot;32131&quot;:9480,&quot;32124&quot;:9481,&quot;32140&quot;:9482,&quot;32148&quot;:9483,&quot;32132&quot;:9484,&quot;32125&quot;:9485,&quot;32146&quot;:9486,&quot;32621&quot;:9487,&quot;32619&quot;:9488,&quot;32615&quot;:9489,&quot;32616&quot;:9490,&quot;32620&quot;:9491,&quot;32678&quot;:9492,&quot;32677&quot;:9493,&quot;32679&quot;:9494,&quot;32731&quot;:9495,&quot;32732&quot;:9496,&quot;32801&quot;:9497,&quot;33124&quot;:9498,&quot;33120&quot;:9499,&quot;33143&quot;:9500,&quot;33116&quot;:9501,&quot;33129&quot;:9502,&quot;33115&quot;:9503,&quot;33122&quot;:9504,&quot;33138&quot;:9505,&quot;26401&quot;:9506,&quot;33118&quot;:9507,&quot;33142&quot;:9508,&quot;33127&quot;:9509,&quot;33135&quot;:9510,&quot;33092&quot;:9511,&quot;33121&quot;:9512,&quot;33309&quot;:9513,&quot;33353&quot;:9514,&quot;33348&quot;:9515,&quot;33344&quot;:9516,&quot;33346&quot;:9517,&quot;33349&quot;:9518,&quot;34033&quot;:9519,&quot;33855&quot;:9520,&quot;33878&quot;:9521,&quot;33910&quot;:9522,&quot;33913&quot;:9523,&quot;33935&quot;:9524,&quot;33933&quot;:9525,&quot;33893&quot;:9526,&quot;33873&quot;:9527,&quot;33856&quot;:9528,&quot;33926&quot;:9529,&quot;33895&quot;:9530,&quot;33840&quot;:9531,&quot;33869&quot;:9532,&quot;33917&quot;:9533,&quot;33882&quot;:9534,&quot;33881&quot;:9535,&quot;33908&quot;:9536,&quot;33907&quot;:9537,&quot;33885&quot;:9538,&quot;34055&quot;:9539,&quot;33886&quot;:9540,&quot;33847&quot;:9541,&quot;33850&quot;:9542,&quot;33844&quot;:9543,&quot;33914&quot;:9544,&quot;33859&quot;:9545,&quot;33912&quot;:9546,&quot;33842&quot;:9547,&quot;33861&quot;:9548,&quot;33833&quot;:9549,&quot;33753&quot;:9550,&quot;33867&quot;:9551,&quot;33839&quot;:9552,&quot;33858&quot;:9553,&quot;33837&quot;:9554,&quot;33887&quot;:9555,&quot;33904&quot;:9556,&quot;33849&quot;:9557,&quot;33870&quot;:9558,&quot;33868&quot;:9559,&quot;33874&quot;:9560,&quot;33903&quot;:9561,&quot;33989&quot;:9562,&quot;33934&quot;:9563,&quot;33851&quot;:9564,&quot;33863&quot;:9565,&quot;33846&quot;:9566,&quot;33843&quot;:9567,&quot;33896&quot;:9568,&quot;33918&quot;:9569,&quot;33860&quot;:9570,&quot;33835&quot;:9571,&quot;33888&quot;:9572,&quot;33876&quot;:9573,&quot;33902&quot;:9574,&quot;33872&quot;:9575,&quot;34571&quot;:9576,&quot;34564&quot;:9577,&quot;34551&quot;:9578,&quot;34572&quot;:9579,&quot;34554&quot;:9580,&quot;34518&quot;:9581,&quot;34549&quot;:9582,&quot;34637&quot;:9583,&quot;34552&quot;:9584,&quot;34574&quot;:9585,&quot;34569&quot;:9586,&quot;34561&quot;:9587,&quot;34550&quot;:9588,&quot;34573&quot;:9589,&quot;34565&quot;:9590,&quot;35030&quot;:9591,&quot;35019&quot;:9592,&quot;35021&quot;:9593,&quot;35022&quot;:9594,&quot;35038&quot;:9595,&quot;35035&quot;:9596,&quot;35034&quot;:9597,&quot;35020&quot;:9598,&quot;35024&quot;:9599,&quot;35205&quot;:9600,&quot;35227&quot;:9601,&quot;35295&quot;:9602,&quot;35301&quot;:9603,&quot;35300&quot;:9604,&quot;35297&quot;:9605,&quot;35296&quot;:9606,&quot;35298&quot;:9607,&quot;35292&quot;:9608,&quot;35302&quot;:9609,&quot;35446&quot;:9610,&quot;35462&quot;:9611,&quot;35455&quot;:9612,&quot;35425&quot;:9613,&quot;35391&quot;:9614,&quot;35447&quot;:9615,&quot;35458&quot;:9616,&quot;35460&quot;:9617,&quot;35445&quot;:9618,&quot;35459&quot;:9619,&quot;35457&quot;:9620,&quot;35444&quot;:9621,&quot;35450&quot;:9622,&quot;35900&quot;:9623,&quot;35915&quot;:9624,&quot;35914&quot;:9625,&quot;35941&quot;:9626,&quot;35940&quot;:9627,&quot;35942&quot;:9628,&quot;35974&quot;:9629,&quot;35972&quot;:9630,&quot;35973&quot;:9631,&quot;36044&quot;:9632,&quot;36200&quot;:9633,&quot;36201&quot;:9634,&quot;36241&quot;:9635,&quot;36236&quot;:9636,&quot;36238&quot;:9637,&quot;36239&quot;:9638,&quot;36237&quot;:9639,&quot;36243&quot;:9640,&quot;36244&quot;:9641,&quot;36240&quot;:9642,&quot;36242&quot;:9643,&quot;36336&quot;:9644,&quot;36320&quot;:9645,&quot;36332&quot;:9646,&quot;36337&quot;:9647,&quot;36334&quot;:9648,&quot;36304&quot;:9649,&quot;36329&quot;:9650,&quot;36323&quot;:9651,&quot;36322&quot;:9652,&quot;36327&quot;:9653,&quot;36338&quot;:9654,&quot;36331&quot;:9655,&quot;36340&quot;:9656,&quot;36614&quot;:9657,&quot;36607&quot;:9658,&quot;36609&quot;:9659,&quot;36608&quot;:9660,&quot;36613&quot;:9661,&quot;36615&quot;:9662,&quot;36616&quot;:9663,&quot;36610&quot;:9664,&quot;36619&quot;:9665,&quot;60507&quot;:9665,&quot;36946&quot;:9666,&quot;36927&quot;:9667,&quot;36932&quot;:9668,&quot;36937&quot;:9669,&quot;36925&quot;:9670,&quot;37136&quot;:9671,&quot;37133&quot;:9672,&quot;37135&quot;:9673,&quot;37137&quot;:9674,&quot;37142&quot;:9675,&quot;37140&quot;:9676,&quot;37131&quot;:9677,&quot;37134&quot;:9678,&quot;37230&quot;:9679,&quot;37231&quot;:9680,&quot;37448&quot;:9681,&quot;37458&quot;:9682,&quot;37424&quot;:9683,&quot;37434&quot;:9684,&quot;37478&quot;:9685,&quot;37427&quot;:9686,&quot;37477&quot;:9687,&quot;37470&quot;:9688,&quot;37507&quot;:9689,&quot;37422&quot;:9690,&quot;37450&quot;:9691,&quot;37446&quot;:9692,&quot;37485&quot;:9693,&quot;37484&quot;:9694,&quot;37455&quot;:9695,&quot;37472&quot;:9696,&quot;37479&quot;:9697,&quot;37487&quot;:9698,&quot;37430&quot;:9699,&quot;37473&quot;:9700,&quot;37488&quot;:9701,&quot;37425&quot;:9702,&quot;37460&quot;:9703,&quot;37475&quot;:9704,&quot;37456&quot;:9705,&quot;37490&quot;:9706,&quot;37454&quot;:9707,&quot;37459&quot;:9708,&quot;37452&quot;:9709,&quot;37462&quot;:9710,&quot;37426&quot;:9711,&quot;38303&quot;:9712,&quot;38300&quot;:9713,&quot;38302&quot;:9714,&quot;38299&quot;:9715,&quot;38546&quot;:9716,&quot;38547&quot;:9717,&quot;38545&quot;:9718,&quot;38551&quot;:9719,&quot;38606&quot;:9720,&quot;38650&quot;:9721,&quot;38653&quot;:9722,&quot;38648&quot;:9723,&quot;38645&quot;:9724,&quot;38771&quot;:9725,&quot;38775&quot;:9726,&quot;38776&quot;:9727,&quot;38770&quot;:9728,&quot;38927&quot;:9729,&quot;38925&quot;:9730,&quot;38926&quot;:9731,&quot;39084&quot;:9732,&quot;39158&quot;:9733,&quot;39161&quot;:9734,&quot;39343&quot;:9735,&quot;39346&quot;:9736,&quot;39344&quot;:9737,&quot;39349&quot;:9738,&quot;39597&quot;:9739,&quot;39595&quot;:9740,&quot;39771&quot;:9741,&quot;40170&quot;:9742,&quot;40173&quot;:9743,&quot;40167&quot;:9744,&quot;40576&quot;:9745,&quot;12236&quot;:9746,&quot;40701&quot;:9746,&quot;20710&quot;:9747,&quot;20692&quot;:9748,&quot;20695&quot;:9749,&quot;20712&quot;:9750,&quot;20723&quot;:9751,&quot;20699&quot;:9752,&quot;20714&quot;:9753,&quot;20701&quot;:9754,&quot;20708&quot;:9755,&quot;20691&quot;:9756,&quot;20716&quot;:9757,&quot;20720&quot;:9758,&quot;20719&quot;:9759,&quot;20707&quot;:9760,&quot;20704&quot;:9761,&quot;20952&quot;:9762,&quot;21120&quot;:9763,&quot;21121&quot;:9764,&quot;21225&quot;:9765,&quot;21227&quot;:9766,&quot;21296&quot;:9767,&quot;21420&quot;:9768,&quot;22055&quot;:9769,&quot;22037&quot;:9770,&quot;22028&quot;:9771,&quot;22034&quot;:9772,&quot;22012&quot;:9773,&quot;22031&quot;:9774,&quot;22044&quot;:9775,&quot;22017&quot;:9776,&quot;22035&quot;:9777,&quot;22018&quot;:9778,&quot;22010&quot;:9779,&quot;22045&quot;:9780,&quot;22020&quot;:9781,&quot;22015&quot;:9782,&quot;22009&quot;:9783,&quot;22665&quot;:9784,&quot;22652&quot;:9785,&quot;22672&quot;:9786,&quot;22680&quot;:9787,&quot;22662&quot;:9788,&quot;22657&quot;:9789,&quot;22655&quot;:9790,&quot;22644&quot;:9791,&quot;22667&quot;:9792,&quot;22650&quot;:9793,&quot;22663&quot;:9794,&quot;22673&quot;:9795,&quot;22670&quot;:9796,&quot;22646&quot;:9797,&quot;22658&quot;:9798,&quot;22664&quot;:9799,&quot;22651&quot;:9800,&quot;22676&quot;:9801,&quot;22671&quot;:9802,&quot;22782&quot;:9803,&quot;22891&quot;:9804,&quot;23260&quot;:9805,&quot;23278&quot;:9806,&quot;23269&quot;:9807,&quot;23253&quot;:9808,&quot;23274&quot;:9809,&quot;23258&quot;:9810,&quot;23277&quot;:9811,&quot;23275&quot;:9812,&quot;23283&quot;:9813,&quot;23266&quot;:9814,&quot;23264&quot;:9815,&quot;23259&quot;:9816,&quot;23276&quot;:9817,&quot;23262&quot;:9818,&quot;23261&quot;:9819,&quot;23257&quot;:9820,&quot;23272&quot;:9821,&quot;23263&quot;:9822,&quot;23415&quot;:9823,&quot;23520&quot;:9824,&quot;23523&quot;:9825,&quot;23651&quot;:9826,&quot;23938&quot;:9827,&quot;23936&quot;:9828,&quot;23933&quot;:9829,&quot;23942&quot;:9830,&quot;23930&quot;:9831,&quot;23937&quot;:9832,&quot;23927&quot;:9833,&quot;23946&quot;:9834,&quot;23945&quot;:9835,&quot;23944&quot;:9836,&quot;23934&quot;:9837,&quot;23932&quot;:9838,&quot;23949&quot;:9839,&quot;23929&quot;:9840,&quot;23935&quot;:9841,&quot;24152&quot;:9842,&quot;24153&quot;:9843,&quot;24147&quot;:9844,&quot;24280&quot;:9845,&quot;24273&quot;:9846,&quot;24279&quot;:9847,&quot;24270&quot;:9848,&quot;24284&quot;:9849,&quot;24277&quot;:9850,&quot;24281&quot;:9851,&quot;24274&quot;:9852,&quot;24276&quot;:9853,&quot;24388&quot;:9854,&quot;24387&quot;:9855,&quot;24431&quot;:9856,&quot;24502&quot;:9857,&quot;24876&quot;:9858,&quot;24872&quot;:9859,&quot;24897&quot;:9860,&quot;24926&quot;:9861,&quot;24945&quot;:9862,&quot;24947&quot;:9863,&quot;24914&quot;:9864,&quot;24915&quot;:9865,&quot;24946&quot;:9866,&quot;24940&quot;:9867,&quot;24960&quot;:9868,&quot;24948&quot;:9869,&quot;24916&quot;:9870,&quot;24954&quot;:9871,&quot;24923&quot;:9872,&quot;24933&quot;:9873,&quot;24891&quot;:9874,&quot;24938&quot;:9875,&quot;24929&quot;:9876,&quot;24918&quot;:9877,&quot;25129&quot;:9878,&quot;25127&quot;:9879,&quot;25131&quot;:9880,&quot;25643&quot;:9881,&quot;25677&quot;:9882,&quot;25691&quot;:9883,&quot;25693&quot;:9884,&quot;25716&quot;:9885,&quot;25718&quot;:9886,&quot;25714&quot;:9887,&quot;25715&quot;:9888,&quot;25725&quot;:9889,&quot;25717&quot;:9890,&quot;25702&quot;:9891,&quot;25766&quot;:9892,&quot;25678&quot;:9893,&quot;25730&quot;:9894,&quot;25694&quot;:9895,&quot;25692&quot;:9896,&quot;25675&quot;:9897,&quot;25683&quot;:9898,&quot;25696&quot;:9899,&quot;25680&quot;:9900,&quot;25727&quot;:9901,&quot;25663&quot;:9902,&quot;25708&quot;:9903,&quot;25707&quot;:9904,&quot;25689&quot;:9905,&quot;25701&quot;:9906,&quot;25719&quot;:9907,&quot;25971&quot;:9908,&quot;26016&quot;:9909,&quot;26273&quot;:9910,&quot;26272&quot;:9911,&quot;26271&quot;:9912,&quot;26373&quot;:9913,&quot;26372&quot;:9914,&quot;26402&quot;:9915,&quot;27057&quot;:9916,&quot;27062&quot;:9917,&quot;27081&quot;:9918,&quot;27040&quot;:9919,&quot;27086&quot;:9920,&quot;27030&quot;:9921,&quot;27056&quot;:9922,&quot;27052&quot;:9923,&quot;27068&quot;:9924,&quot;27025&quot;:9925,&quot;27033&quot;:9926,&quot;27022&quot;:9927,&quot;27047&quot;:9928,&quot;27021&quot;:9929,&quot;27049&quot;:9930,&quot;27070&quot;:9931,&quot;27055&quot;:9932,&quot;27071&quot;:9933,&quot;27076&quot;:9934,&quot;27069&quot;:9935,&quot;27044&quot;:9936,&quot;27092&quot;:9937,&quot;27065&quot;:9938,&quot;27082&quot;:9939,&quot;27034&quot;:9940,&quot;27087&quot;:9941,&quot;27059&quot;:9942,&quot;27027&quot;:9943,&quot;27050&quot;:9944,&quot;27041&quot;:9945,&quot;27038&quot;:9946,&quot;27097&quot;:9947,&quot;27031&quot;:9948,&quot;27024&quot;:9949,&quot;27074&quot;:9950,&quot;27061&quot;:9951,&quot;27045&quot;:9952,&quot;27078&quot;:9953,&quot;27466&quot;:9954,&quot;27469&quot;:9955,&quot;27467&quot;:9956,&quot;27550&quot;:9957,&quot;27551&quot;:9958,&quot;27552&quot;:9959,&quot;27587&quot;:9960,&quot;27588&quot;:9961,&quot;27646&quot;:9962,&quot;28366&quot;:9963,&quot;28405&quot;:9964,&quot;28401&quot;:9965,&quot;28419&quot;:9966,&quot;28453&quot;:9967,&quot;28408&quot;:9968,&quot;28471&quot;:9969,&quot;28411&quot;:9970,&quot;28462&quot;:9971,&quot;28425&quot;:9972,&quot;28494&quot;:9973,&quot;28441&quot;:9974,&quot;28442&quot;:9975,&quot;28455&quot;:9976,&quot;28440&quot;:9977,&quot;28475&quot;:9978,&quot;28434&quot;:9979,&quot;28397&quot;:9980,&quot;28426&quot;:9981,&quot;28470&quot;:9982,&quot;28531&quot;:9983,&quot;28409&quot;:9984,&quot;28398&quot;:9985,&quot;28461&quot;:9986,&quot;28480&quot;:9987,&quot;28464&quot;:9988,&quot;28476&quot;:9989,&quot;28469&quot;:9990,&quot;28395&quot;:9991,&quot;28423&quot;:9992,&quot;28430&quot;:9993,&quot;28483&quot;:9994,&quot;28421&quot;:9995,&quot;28413&quot;:9996,&quot;28406&quot;:9997,&quot;28473&quot;:9998,&quot;28444&quot;:9999,&quot;28412&quot;:10000,&quot;28474&quot;:10001,&quot;28447&quot;:10002,&quot;28429&quot;:10003,&quot;28446&quot;:10004,&quot;28424&quot;:10005,&quot;28449&quot;:10006,&quot;29063&quot;:10007,&quot;29072&quot;:10008,&quot;29065&quot;:10009,&quot;29056&quot;:10010,&quot;29061&quot;:10011,&quot;29058&quot;:10012,&quot;29071&quot;:10013,&quot;29051&quot;:10014,&quot;29062&quot;:10015,&quot;29057&quot;:10016,&quot;29079&quot;:10017,&quot;29252&quot;:10018,&quot;29267&quot;:10019,&quot;29335&quot;:10020,&quot;29333&quot;:10021,&quot;29331&quot;:10022,&quot;29507&quot;:10023,&quot;29517&quot;:10024,&quot;29521&quot;:10025,&quot;29516&quot;:10026,&quot;29794&quot;:10027,&quot;29811&quot;:10028,&quot;29809&quot;:10029,&quot;29813&quot;:10030,&quot;29810&quot;:10031,&quot;29799&quot;:10032,&quot;29806&quot;:10033,&quot;29952&quot;:10034,&quot;29954&quot;:10035,&quot;29955&quot;:10036,&quot;30077&quot;:10037,&quot;30096&quot;:10038,&quot;30230&quot;:10039,&quot;30216&quot;:10040,&quot;30220&quot;:10041,&quot;30229&quot;:10042,&quot;30225&quot;:10043,&quot;30218&quot;:10044,&quot;30228&quot;:10045,&quot;30392&quot;:10046,&quot;30593&quot;:10047,&quot;30588&quot;:10048,&quot;30597&quot;:10049,&quot;30594&quot;:10050,&quot;30574&quot;:10051,&quot;30592&quot;:10052,&quot;30575&quot;:10053,&quot;30590&quot;:10054,&quot;30595&quot;:10055,&quot;30898&quot;:10056,&quot;30890&quot;:10057,&quot;30900&quot;:10058,&quot;30893&quot;:10059,&quot;30888&quot;:10060,&quot;30846&quot;:10061,&quot;30891&quot;:10062,&quot;30878&quot;:10063,&quot;30885&quot;:10064,&quot;30880&quot;:10065,&quot;30892&quot;:10066,&quot;30882&quot;:10067,&quot;30884&quot;:10068,&quot;31128&quot;:10069,&quot;31114&quot;:10070,&quot;31115&quot;:10071,&quot;31126&quot;:10072,&quot;31125&quot;:10073,&quot;31124&quot;:10074,&quot;31123&quot;:10075,&quot;31127&quot;:10076,&quot;31112&quot;:10077,&quot;31122&quot;:10078,&quot;31120&quot;:10079,&quot;31275&quot;:10080,&quot;31306&quot;:10081,&quot;31280&quot;:10082,&quot;31279&quot;:10083,&quot;31272&quot;:10084,&quot;31270&quot;:10085,&quot;31400&quot;:10086,&quot;31403&quot;:10087,&quot;31404&quot;:10088,&quot;31470&quot;:10089,&quot;31624&quot;:10090,&quot;31644&quot;:10091,&quot;31626&quot;:10092,&quot;31633&quot;:10093,&quot;31632&quot;:10094,&quot;31638&quot;:10095,&quot;31629&quot;:10096,&quot;31628&quot;:10097,&quot;31643&quot;:10098,&quot;31630&quot;:10099,&quot;31621&quot;:10100,&quot;31640&quot;:10101,&quot;21124&quot;:10102,&quot;31641&quot;:10103,&quot;31652&quot;:10104,&quot;31618&quot;:10105,&quot;31931&quot;:10106,&quot;31935&quot;:10107,&quot;31932&quot;:10108,&quot;31930&quot;:10109,&quot;32167&quot;:10110,&quot;32183&quot;:10111,&quot;32194&quot;:10112,&quot;32163&quot;:10113,&quot;32170&quot;:10114,&quot;32193&quot;:10115,&quot;32192&quot;:10116,&quot;32197&quot;:10117,&quot;32157&quot;:10118,&quot;32206&quot;:10119,&quot;32196&quot;:10120,&quot;32198&quot;:10121,&quot;32203&quot;:10122,&quot;32204&quot;:10123,&quot;32175&quot;:10124,&quot;32185&quot;:10125,&quot;32150&quot;:10126,&quot;32188&quot;:10127,&quot;32159&quot;:10128,&quot;32166&quot;:10129,&quot;32174&quot;:10130,&quot;32169&quot;:10131,&quot;32161&quot;:10132,&quot;32201&quot;:10133,&quot;32627&quot;:10134,&quot;32738&quot;:10135,&quot;32739&quot;:10136,&quot;32741&quot;:10137,&quot;32734&quot;:10138,&quot;32804&quot;:10139,&quot;32861&quot;:10140,&quot;32860&quot;:10141,&quot;33161&quot;:10142,&quot;33158&quot;:10143,&quot;33155&quot;:10144,&quot;33159&quot;:10145,&quot;33165&quot;:10146,&quot;33164&quot;:10147,&quot;33163&quot;:10148,&quot;33301&quot;:10149,&quot;33943&quot;:10150,&quot;33956&quot;:10151,&quot;33953&quot;:10152,&quot;33951&quot;:10153,&quot;33978&quot;:10154,&quot;33998&quot;:10155,&quot;33986&quot;:10156,&quot;33964&quot;:10157,&quot;33966&quot;:10158,&quot;33963&quot;:10159,&quot;33977&quot;:10160,&quot;33972&quot;:10161,&quot;33985&quot;:10162,&quot;33997&quot;:10163,&quot;33962&quot;:10164,&quot;33946&quot;:10165,&quot;33969&quot;:10166,&quot;34000&quot;:10167,&quot;33949&quot;:10168,&quot;33959&quot;:10169,&quot;33979&quot;:10170,&quot;33954&quot;:10171,&quot;33940&quot;:10172,&quot;33991&quot;:10173,&quot;33996&quot;:10174,&quot;33947&quot;:10175,&quot;33961&quot;:10176,&quot;33967&quot;:10177,&quot;33960&quot;:10178,&quot;58327&quot;:10178,&quot;34006&quot;:10179,&quot;33944&quot;:10180,&quot;33974&quot;:10181,&quot;33999&quot;:10182,&quot;33952&quot;:10183,&quot;34007&quot;:10184,&quot;34004&quot;:10185,&quot;34002&quot;:10186,&quot;34011&quot;:10187,&quot;33968&quot;:10188,&quot;33937&quot;:10189,&quot;34401&quot;:10190,&quot;34611&quot;:10191,&quot;34595&quot;:10192,&quot;34600&quot;:10193,&quot;34667&quot;:10194,&quot;34624&quot;:10195,&quot;34606&quot;:10196,&quot;34590&quot;:10197,&quot;34593&quot;:10198,&quot;34585&quot;:10199,&quot;34587&quot;:10200,&quot;34627&quot;:10201,&quot;34604&quot;:10202,&quot;34625&quot;:10203,&quot;34622&quot;:10204,&quot;34630&quot;:10205,&quot;34592&quot;:10206,&quot;34610&quot;:10207,&quot;34602&quot;:10208,&quot;34605&quot;:10209,&quot;34620&quot;:10210,&quot;34578&quot;:10211,&quot;34618&quot;:10212,&quot;34609&quot;:10213,&quot;34613&quot;:10214,&quot;34626&quot;:10215,&quot;34598&quot;:10216,&quot;34599&quot;:10217,&quot;34616&quot;:10218,&quot;34596&quot;:10219,&quot;34586&quot;:10220,&quot;34608&quot;:10221,&quot;34577&quot;:10222,&quot;35063&quot;:10223,&quot;35047&quot;:10224,&quot;35057&quot;:10225,&quot;35058&quot;:10226,&quot;35066&quot;:10227,&quot;35070&quot;:10228,&quot;35054&quot;:10229,&quot;35068&quot;:10230,&quot;35062&quot;:10231,&quot;35067&quot;:10232,&quot;35056&quot;:10233,&quot;35052&quot;:10234,&quot;35051&quot;:10235,&quot;35229&quot;:10236,&quot;35233&quot;:10237,&quot;35231&quot;:10238,&quot;35230&quot;:10239,&quot;35305&quot;:10240,&quot;35307&quot;:10241,&quot;35304&quot;:10242,&quot;35499&quot;:10243,&quot;35481&quot;:10244,&quot;35467&quot;:10245,&quot;35474&quot;:10246,&quot;35471&quot;:10247,&quot;35478&quot;:10248,&quot;35901&quot;:10249,&quot;35944&quot;:10250,&quot;35945&quot;:10251,&quot;36053&quot;:10252,&quot;36047&quot;:10253,&quot;36055&quot;:10254,&quot;36246&quot;:10255,&quot;36361&quot;:10256,&quot;36354&quot;:10257,&quot;36351&quot;:10258,&quot;36365&quot;:10259,&quot;36349&quot;:10260,&quot;36362&quot;:10261,&quot;36355&quot;:10262,&quot;36359&quot;:10263,&quot;36358&quot;:10264,&quot;36357&quot;:10265,&quot;36350&quot;:10266,&quot;36352&quot;:10267,&quot;36356&quot;:10268,&quot;36624&quot;:10269,&quot;36625&quot;:10270,&quot;36622&quot;:10271,&quot;36621&quot;:10272,&quot;37155&quot;:10273,&quot;37148&quot;:10274,&quot;37152&quot;:10275,&quot;37154&quot;:10276,&quot;37151&quot;:10277,&quot;37149&quot;:10278,&quot;37146&quot;:10279,&quot;37156&quot;:10280,&quot;37153&quot;:10281,&quot;37147&quot;:10282,&quot;37242&quot;:10283,&quot;37234&quot;:10284,&quot;37241&quot;:10285,&quot;37235&quot;:10286,&quot;37541&quot;:10287,&quot;37540&quot;:10288,&quot;37494&quot;:10289,&quot;37531&quot;:10290,&quot;37498&quot;:10291,&quot;37536&quot;:10292,&quot;37524&quot;:10293,&quot;37546&quot;:10294,&quot;37517&quot;:10295,&quot;37542&quot;:10296,&quot;37530&quot;:10297,&quot;37547&quot;:10298,&quot;37497&quot;:10299,&quot;37527&quot;:10300,&quot;37503&quot;:10301,&quot;37539&quot;:10302,&quot;37614&quot;:10303,&quot;37518&quot;:10304,&quot;37506&quot;:10305,&quot;37525&quot;:10306,&quot;37538&quot;:10307,&quot;37501&quot;:10308,&quot;37512&quot;:10309,&quot;37537&quot;:10310,&quot;37514&quot;:10311,&quot;37510&quot;:10312,&quot;37516&quot;:10313,&quot;37529&quot;:10314,&quot;37543&quot;:10315,&quot;37502&quot;:10316,&quot;37511&quot;:10317,&quot;37545&quot;:10318,&quot;37533&quot;:10319,&quot;37515&quot;:10320,&quot;37421&quot;:10321,&quot;38558&quot;:10322,&quot;38561&quot;:10323,&quot;38655&quot;:10324,&quot;38744&quot;:10325,&quot;38781&quot;:10326,&quot;38778&quot;:10327,&quot;38782&quot;:10328,&quot;38787&quot;:10329,&quot;38784&quot;:10330,&quot;38786&quot;:10331,&quot;38779&quot;:10332,&quot;38788&quot;:10333,&quot;38785&quot;:10334,&quot;38783&quot;:10335,&quot;38862&quot;:10336,&quot;38861&quot;:10337,&quot;38934&quot;:10338,&quot;39085&quot;:10339,&quot;39086&quot;:10340,&quot;39170&quot;:10341,&quot;39168&quot;:10342,&quot;39175&quot;:10343,&quot;39325&quot;:10344,&quot;39324&quot;:10345,&quot;39363&quot;:10346,&quot;39353&quot;:10347,&quot;39355&quot;:10348,&quot;39354&quot;:10349,&quot;39362&quot;:10350,&quot;39357&quot;:10351,&quot;39367&quot;:10352,&quot;39601&quot;:10353,&quot;39651&quot;:10354,&quot;39655&quot;:10355,&quot;39742&quot;:10356,&quot;39743&quot;:10357,&quot;39776&quot;:10358,&quot;39777&quot;:10359,&quot;39775&quot;:10360,&quot;40177&quot;:10361,&quot;40178&quot;:10362,&quot;40181&quot;:10363,&quot;40615&quot;:10364,&quot;20735&quot;:10365,&quot;20739&quot;:10366,&quot;20784&quot;:10367,&quot;20728&quot;:10368,&quot;20742&quot;:10369,&quot;20743&quot;:10370,&quot;20726&quot;:10371,&quot;20734&quot;:10372,&quot;20747&quot;:10373,&quot;20748&quot;:10374,&quot;20733&quot;:10375,&quot;20746&quot;:10376,&quot;21131&quot;:10377,&quot;21132&quot;:10378,&quot;21233&quot;:10379,&quot;21231&quot;:10380,&quot;22088&quot;:10381,&quot;22082&quot;:10382,&quot;22092&quot;:10383,&quot;22069&quot;:10384,&quot;22081&quot;:10385,&quot;22090&quot;:10386,&quot;22089&quot;:10387,&quot;22086&quot;:10388,&quot;22104&quot;:10389,&quot;22106&quot;:10390,&quot;22080&quot;:10391,&quot;22067&quot;:10392,&quot;22077&quot;:10393,&quot;22060&quot;:10394,&quot;22078&quot;:10395,&quot;22072&quot;:10396,&quot;22058&quot;:10397,&quot;22074&quot;:10398,&quot;22298&quot;:10399,&quot;22699&quot;:10400,&quot;22685&quot;:10401,&quot;22705&quot;:10402,&quot;22688&quot;:10403,&quot;22691&quot;:10404,&quot;22703&quot;:10405,&quot;22700&quot;:10406,&quot;22693&quot;:10407,&quot;22689&quot;:10408,&quot;22783&quot;:10409,&quot;23295&quot;:10410,&quot;23284&quot;:10411,&quot;23293&quot;:10412,&quot;23287&quot;:10413,&quot;23286&quot;:10414,&quot;23299&quot;:10415,&quot;23288&quot;:10416,&quot;23298&quot;:10417,&quot;23289&quot;:10418,&quot;23297&quot;:10419,&quot;23303&quot;:10420,&quot;23301&quot;:10421,&quot;23311&quot;:10422,&quot;23655&quot;:10423,&quot;23961&quot;:10424,&quot;23959&quot;:10425,&quot;23967&quot;:10426,&quot;23954&quot;:10427,&quot;23970&quot;:10428,&quot;23955&quot;:10429,&quot;23957&quot;:10430,&quot;23968&quot;:10431,&quot;23964&quot;:10432,&quot;23969&quot;:10433,&quot;23962&quot;:10434,&quot;23966&quot;:10435,&quot;24169&quot;:10436,&quot;24157&quot;:10437,&quot;24160&quot;:10438,&quot;24156&quot;:10439,&quot;32243&quot;:10440,&quot;24283&quot;:10441,&quot;24286&quot;:10442,&quot;24289&quot;:10443,&quot;24393&quot;:10444,&quot;24498&quot;:10445,&quot;24971&quot;:10446,&quot;24963&quot;:10447,&quot;24953&quot;:10448,&quot;25009&quot;:10449,&quot;25008&quot;:10450,&quot;24994&quot;:10451,&quot;24969&quot;:10452,&quot;24987&quot;:10453,&quot;24979&quot;:10454,&quot;25007&quot;:10455,&quot;25005&quot;:10456,&quot;24991&quot;:10457,&quot;24978&quot;:10458,&quot;25002&quot;:10459,&quot;24993&quot;:10460,&quot;24973&quot;:10461,&quot;24934&quot;:10462,&quot;25011&quot;:10463,&quot;25133&quot;:10464,&quot;25710&quot;:10465,&quot;25712&quot;:10466,&quot;25750&quot;:10467,&quot;25760&quot;:10468,&quot;25733&quot;:10469,&quot;25751&quot;:10470,&quot;25756&quot;:10471,&quot;25743&quot;:10472,&quot;25739&quot;:10473,&quot;25738&quot;:10474,&quot;25740&quot;:10475,&quot;25763&quot;:10476,&quot;25759&quot;:10477,&quot;25704&quot;:10478,&quot;25777&quot;:10479,&quot;25752&quot;:10480,&quot;25974&quot;:10481,&quot;25978&quot;:10482,&quot;25977&quot;:10483,&quot;25979&quot;:10484,&quot;26034&quot;:10485,&quot;26035&quot;:10486,&quot;26293&quot;:10487,&quot;26288&quot;:10488,&quot;26281&quot;:10489,&quot;26290&quot;:10490,&quot;26295&quot;:10491,&quot;26282&quot;:10492,&quot;26287&quot;:10493,&quot;27136&quot;:10494,&quot;27142&quot;:10495,&quot;27159&quot;:10496,&quot;27109&quot;:10497,&quot;27128&quot;:10498,&quot;27157&quot;:10499,&quot;27121&quot;:10500,&quot;27108&quot;:10501,&quot;27168&quot;:10502,&quot;27135&quot;:10503,&quot;27116&quot;:10504,&quot;27106&quot;:10505,&quot;27163&quot;:10506,&quot;27165&quot;:10507,&quot;27134&quot;:10508,&quot;27175&quot;:10509,&quot;27122&quot;:10510,&quot;27118&quot;:10511,&quot;27156&quot;:10512,&quot;27127&quot;:10513,&quot;27111&quot;:10514,&quot;27200&quot;:10515,&quot;27144&quot;:10516,&quot;27110&quot;:10517,&quot;27131&quot;:10518,&quot;27149&quot;:10519,&quot;27132&quot;:10520,&quot;27115&quot;:10521,&quot;27145&quot;:10522,&quot;27140&quot;:10523,&quot;27160&quot;:10524,&quot;27173&quot;:10525,&quot;27151&quot;:10526,&quot;27126&quot;:10527,&quot;27174&quot;:10528,&quot;27143&quot;:10529,&quot;27124&quot;:10530,&quot;27158&quot;:10531,&quot;27473&quot;:10532,&quot;27557&quot;:10533,&quot;27555&quot;:10534,&quot;27554&quot;:10535,&quot;27558&quot;:10536,&quot;27649&quot;:10537,&quot;27648&quot;:10538,&quot;27647&quot;:10539,&quot;27650&quot;:10540,&quot;28481&quot;:10541,&quot;28454&quot;:10542,&quot;28542&quot;:10543,&quot;28551&quot;:10544,&quot;28614&quot;:10545,&quot;28562&quot;:10546,&quot;28557&quot;:10547,&quot;28553&quot;:10548,&quot;28556&quot;:10549,&quot;28514&quot;:10550,&quot;28495&quot;:10551,&quot;28549&quot;:10552,&quot;28506&quot;:10553,&quot;28566&quot;:10554,&quot;28534&quot;:10555,&quot;28524&quot;:10556,&quot;28546&quot;:10557,&quot;28501&quot;:10558,&quot;28530&quot;:10559,&quot;28498&quot;:10560,&quot;28496&quot;:10561,&quot;28503&quot;:10562,&quot;28564&quot;:10563,&quot;28563&quot;:10564,&quot;28509&quot;:10565,&quot;28416&quot;:10566,&quot;28513&quot;:10567,&quot;28523&quot;:10568,&quot;28541&quot;:10569,&quot;28519&quot;:10570,&quot;28560&quot;:10571,&quot;28499&quot;:10572,&quot;28555&quot;:10573,&quot;28521&quot;:10574,&quot;28543&quot;:10575,&quot;28565&quot;:10576,&quot;28515&quot;:10577,&quot;28535&quot;:10578,&quot;28522&quot;:10579,&quot;28539&quot;:10580,&quot;29106&quot;:10581,&quot;29103&quot;:10582,&quot;29083&quot;:10583,&quot;29104&quot;:10584,&quot;29088&quot;:10585,&quot;29082&quot;:10586,&quot;29097&quot;:10587,&quot;29109&quot;:10588,&quot;29085&quot;:10589,&quot;29093&quot;:10590,&quot;29086&quot;:10591,&quot;29092&quot;:10592,&quot;29089&quot;:10593,&quot;29098&quot;:10594,&quot;29084&quot;:10595,&quot;29095&quot;:10596,&quot;29107&quot;:10597,&quot;29336&quot;:10598,&quot;29338&quot;:10599,&quot;29528&quot;:10600,&quot;29522&quot;:10601,&quot;29534&quot;:10602,&quot;29535&quot;:10603,&quot;29536&quot;:10604,&quot;29533&quot;:10605,&quot;29531&quot;:10606,&quot;29537&quot;:10607,&quot;29530&quot;:10608,&quot;29529&quot;:10609,&quot;29538&quot;:10610,&quot;29831&quot;:10611,&quot;29833&quot;:10612,&quot;29834&quot;:10613,&quot;29830&quot;:10614,&quot;29825&quot;:10615,&quot;29821&quot;:10616,&quot;29829&quot;:10617,&quot;29832&quot;:10618,&quot;29820&quot;:10619,&quot;29817&quot;:10620,&quot;58868&quot;:10620,&quot;29960&quot;:10621,&quot;29959&quot;:10622,&quot;30078&quot;:10623,&quot;30245&quot;:10624,&quot;30238&quot;:10625,&quot;30233&quot;:10626,&quot;30237&quot;:10627,&quot;30236&quot;:10628,&quot;30243&quot;:10629,&quot;30234&quot;:10630,&quot;30248&quot;:10631,&quot;30235&quot;:10632,&quot;30364&quot;:10633,&quot;30365&quot;:10634,&quot;30366&quot;:10635,&quot;30363&quot;:10636,&quot;30605&quot;:10637,&quot;30607&quot;:10638,&quot;30601&quot;:10639,&quot;30600&quot;:10640,&quot;30925&quot;:10641,&quot;30907&quot;:10642,&quot;30927&quot;:10643,&quot;30924&quot;:10644,&quot;30929&quot;:10645,&quot;30926&quot;:10646,&quot;30932&quot;:10647,&quot;30920&quot;:10648,&quot;30915&quot;:10649,&quot;30916&quot;:10650,&quot;30921&quot;:10651,&quot;31130&quot;:10652,&quot;31137&quot;:10653,&quot;31136&quot;:10654,&quot;31132&quot;:10655,&quot;31138&quot;:10656,&quot;31131&quot;:10657,&quot;59175&quot;:10657,&quot;27510&quot;:10658,&quot;31289&quot;:10659,&quot;31410&quot;:10660,&quot;31412&quot;:10661,&quot;31411&quot;:10662,&quot;31671&quot;:10663,&quot;31691&quot;:10664,&quot;31678&quot;:10665,&quot;31660&quot;:10666,&quot;31694&quot;:10667,&quot;31663&quot;:10668,&quot;31673&quot;:10669,&quot;31690&quot;:10670,&quot;31669&quot;:10671,&quot;31941&quot;:10672,&quot;31944&quot;:10673,&quot;31948&quot;:10674,&quot;31947&quot;:10675,&quot;32247&quot;:10676,&quot;32219&quot;:10677,&quot;32234&quot;:10678,&quot;32231&quot;:10679,&quot;32215&quot;:10680,&quot;32225&quot;:10681,&quot;32259&quot;:10682,&quot;32250&quot;:10683,&quot;32230&quot;:10684,&quot;32246&quot;:10685,&quot;32241&quot;:10686,&quot;32240&quot;:10687,&quot;32238&quot;:10688,&quot;32223&quot;:10689,&quot;32630&quot;:10690,&quot;32684&quot;:10691,&quot;32688&quot;:10692,&quot;32685&quot;:10693,&quot;32749&quot;:10694,&quot;32747&quot;:10695,&quot;32746&quot;:10696,&quot;32748&quot;:10697,&quot;32742&quot;:10698,&quot;32744&quot;:10699,&quot;32868&quot;:10700,&quot;32871&quot;:10701,&quot;33187&quot;:10702,&quot;33183&quot;:10703,&quot;33182&quot;:10704,&quot;33173&quot;:10705,&quot;33186&quot;:10706,&quot;33177&quot;:10707,&quot;33175&quot;:10708,&quot;33302&quot;:10709,&quot;33359&quot;:10710,&quot;33363&quot;:10711,&quot;33362&quot;:10712,&quot;33360&quot;:10713,&quot;33358&quot;:10714,&quot;33361&quot;:10715,&quot;34084&quot;:10716,&quot;34107&quot;:10717,&quot;34063&quot;:10718,&quot;34048&quot;:10719,&quot;34089&quot;:10720,&quot;34062&quot;:10721,&quot;34057&quot;:10722,&quot;34061&quot;:10723,&quot;34079&quot;:10724,&quot;34058&quot;:10725,&quot;34087&quot;:10726,&quot;34076&quot;:10727,&quot;34043&quot;:10728,&quot;34091&quot;:10729,&quot;34042&quot;:10730,&quot;34056&quot;:10731,&quot;34060&quot;:10732,&quot;34036&quot;:10733,&quot;34090&quot;:10734,&quot;34034&quot;:10735,&quot;34069&quot;:10736,&quot;34039&quot;:10737,&quot;34027&quot;:10738,&quot;34035&quot;:10739,&quot;34044&quot;:10740,&quot;34066&quot;:10741,&quot;34026&quot;:10742,&quot;34025&quot;:10743,&quot;34070&quot;:10744,&quot;34046&quot;:10745,&quot;34088&quot;:10746,&quot;34077&quot;:10747,&quot;34094&quot;:10748,&quot;34050&quot;:10749,&quot;34045&quot;:10750,&quot;34078&quot;:10751,&quot;34038&quot;:10752,&quot;34097&quot;:10753,&quot;34086&quot;:10754,&quot;34023&quot;:10755,&quot;34024&quot;:10756,&quot;34032&quot;:10757,&quot;34031&quot;:10758,&quot;34041&quot;:10759,&quot;34072&quot;:10760,&quot;34080&quot;:10761,&quot;34096&quot;:10762,&quot;34059&quot;:10763,&quot;34073&quot;:10764,&quot;34095&quot;:10765,&quot;34402&quot;:10766,&quot;34646&quot;:10767,&quot;34659&quot;:10768,&quot;34660&quot;:10769,&quot;34679&quot;:10770,&quot;34785&quot;:10771,&quot;34675&quot;:10772,&quot;34648&quot;:10773,&quot;34644&quot;:10774,&quot;34651&quot;:10775,&quot;34642&quot;:10776,&quot;34657&quot;:10777,&quot;34650&quot;:10778,&quot;34641&quot;:10779,&quot;34654&quot;:10780,&quot;34669&quot;:10781,&quot;34666&quot;:10782,&quot;34640&quot;:10783,&quot;34638&quot;:10784,&quot;34655&quot;:10785,&quot;34653&quot;:10786,&quot;34671&quot;:10787,&quot;34668&quot;:10788,&quot;34682&quot;:10789,&quot;34670&quot;:10790,&quot;34652&quot;:10791,&quot;34661&quot;:10792,&quot;34639&quot;:10793,&quot;34683&quot;:10794,&quot;34677&quot;:10795,&quot;34658&quot;:10796,&quot;34663&quot;:10797,&quot;34665&quot;:10798,&quot;34906&quot;:10799,&quot;35077&quot;:10800,&quot;35084&quot;:10801,&quot;35092&quot;:10802,&quot;35083&quot;:10803,&quot;35095&quot;:10804,&quot;35096&quot;:10805,&quot;35097&quot;:10806,&quot;35078&quot;:10807,&quot;35094&quot;:10808,&quot;35089&quot;:10809,&quot;35086&quot;:10810,&quot;35081&quot;:10811,&quot;35234&quot;:10812,&quot;35236&quot;:10813,&quot;35235&quot;:10814,&quot;35309&quot;:10815,&quot;35312&quot;:10816,&quot;35308&quot;:10817,&quot;35535&quot;:10818,&quot;35526&quot;:10819,&quot;35512&quot;:10820,&quot;35539&quot;:10821,&quot;35537&quot;:10822,&quot;35540&quot;:10823,&quot;35541&quot;:10824,&quot;35515&quot;:10825,&quot;35543&quot;:10826,&quot;35518&quot;:10827,&quot;35520&quot;:10828,&quot;35525&quot;:10829,&quot;35544&quot;:10830,&quot;35523&quot;:10831,&quot;35514&quot;:10832,&quot;35517&quot;:10833,&quot;35545&quot;:10834,&quot;35902&quot;:10835,&quot;35917&quot;:10836,&quot;35983&quot;:10837,&quot;36069&quot;:10838,&quot;36063&quot;:10839,&quot;36057&quot;:10840,&quot;36072&quot;:10841,&quot;36058&quot;:10842,&quot;36061&quot;:10843,&quot;36071&quot;:10844,&quot;36256&quot;:10845,&quot;36252&quot;:10846,&quot;36257&quot;:10847,&quot;36251&quot;:10848,&quot;36384&quot;:10849,&quot;36387&quot;:10850,&quot;36389&quot;:10851,&quot;36388&quot;:10852,&quot;36398&quot;:10853,&quot;36373&quot;:10854,&quot;36379&quot;:10855,&quot;36374&quot;:10856,&quot;36369&quot;:10857,&quot;36377&quot;:10858,&quot;36390&quot;:10859,&quot;36391&quot;:10860,&quot;36372&quot;:10861,&quot;36370&quot;:10862,&quot;36376&quot;:10863,&quot;36371&quot;:10864,&quot;36380&quot;:10865,&quot;36375&quot;:10866,&quot;36378&quot;:10867,&quot;36652&quot;:10868,&quot;36644&quot;:10869,&quot;36632&quot;:10870,&quot;36634&quot;:10871,&quot;36640&quot;:10872,&quot;36643&quot;:10873,&quot;36630&quot;:10874,&quot;36631&quot;:10875,&quot;36979&quot;:10876,&quot;36976&quot;:10877,&quot;36975&quot;:10878,&quot;36967&quot;:10879,&quot;36971&quot;:10880,&quot;37167&quot;:10881,&quot;37163&quot;:10882,&quot;37161&quot;:10883,&quot;37162&quot;:10884,&quot;37170&quot;:10885,&quot;37158&quot;:10886,&quot;37166&quot;:10887,&quot;37253&quot;:10888,&quot;37254&quot;:10889,&quot;37258&quot;:10890,&quot;37249&quot;:10891,&quot;37250&quot;:10892,&quot;37252&quot;:10893,&quot;37248&quot;:10894,&quot;37584&quot;:10895,&quot;37571&quot;:10896,&quot;37572&quot;:10897,&quot;37568&quot;:10898,&quot;37593&quot;:10899,&quot;37558&quot;:10900,&quot;37583&quot;:10901,&quot;37617&quot;:10902,&quot;37599&quot;:10903,&quot;37592&quot;:10904,&quot;37609&quot;:10905,&quot;37591&quot;:10906,&quot;37597&quot;:10907,&quot;37580&quot;:10908,&quot;37615&quot;:10909,&quot;37570&quot;:10910,&quot;37608&quot;:10911,&quot;37578&quot;:10912,&quot;37576&quot;:10913,&quot;37582&quot;:10914,&quot;37606&quot;:10915,&quot;37581&quot;:10916,&quot;37589&quot;:10917,&quot;37577&quot;:10918,&quot;37600&quot;:10919,&quot;37598&quot;:10920,&quot;37607&quot;:10921,&quot;37585&quot;:10922,&quot;37587&quot;:10923,&quot;37557&quot;:10924,&quot;37601&quot;:10925,&quot;37669&quot;:10926,&quot;37574&quot;:10927,&quot;37556&quot;:10928,&quot;38268&quot;:10929,&quot;38316&quot;:10930,&quot;38315&quot;:10931,&quot;38318&quot;:10932,&quot;38320&quot;:10933,&quot;38564&quot;:10934,&quot;38562&quot;:10935,&quot;38611&quot;:10936,&quot;38661&quot;:10937,&quot;38664&quot;:10938,&quot;38658&quot;:10939,&quot;38746&quot;:10940,&quot;38794&quot;:10941,&quot;38798&quot;:10942,&quot;38792&quot;:10943,&quot;38864&quot;:10944,&quot;38863&quot;:10945,&quot;38942&quot;:10946,&quot;38941&quot;:10947,&quot;38950&quot;:10948,&quot;38953&quot;:10949,&quot;38952&quot;:10950,&quot;38944&quot;:10951,&quot;38939&quot;:10952,&quot;38951&quot;:10953,&quot;39090&quot;:10954,&quot;39176&quot;:10955,&quot;39162&quot;:10956,&quot;39185&quot;:10957,&quot;39188&quot;:10958,&quot;39190&quot;:10959,&quot;39191&quot;:10960,&quot;39189&quot;:10961,&quot;39388&quot;:10962,&quot;39373&quot;:10963,&quot;39375&quot;:10964,&quot;39379&quot;:10965,&quot;39380&quot;:10966,&quot;39374&quot;:10967,&quot;39369&quot;:10968,&quot;39382&quot;:10969,&quot;60270&quot;:10969,&quot;39384&quot;:10970,&quot;39371&quot;:10971,&quot;39383&quot;:10972,&quot;39372&quot;:10973,&quot;39603&quot;:10974,&quot;39660&quot;:10975,&quot;39659&quot;:10976,&quot;39667&quot;:10977,&quot;39666&quot;:10978,&quot;39665&quot;:10979,&quot;39750&quot;:10980,&quot;39747&quot;:10981,&quot;39783&quot;:10982,&quot;39796&quot;:10983,&quot;39793&quot;:10984,&quot;39782&quot;:10985,&quot;39798&quot;:10986,&quot;39797&quot;:10987,&quot;39792&quot;:10988,&quot;39784&quot;:10989,&quot;39780&quot;:10990,&quot;39788&quot;:10991,&quot;40188&quot;:10992,&quot;40186&quot;:10993,&quot;40189&quot;:10994,&quot;40191&quot;:10995,&quot;40183&quot;:10996,&quot;40199&quot;:10997,&quot;40192&quot;:10998,&quot;40185&quot;:10999,&quot;40187&quot;:11000,&quot;40200&quot;:11001,&quot;40197&quot;:11002,&quot;40196&quot;:11003,&quot;40579&quot;:11004,&quot;40659&quot;:11005,&quot;40719&quot;:11006,&quot;40720&quot;:11007,&quot;20764&quot;:11008,&quot;20755&quot;:11009,&quot;20759&quot;:11010,&quot;20762&quot;:11011,&quot;20753&quot;:11012,&quot;20958&quot;:11013,&quot;21300&quot;:11014,&quot;21473&quot;:11015,&quot;22128&quot;:11016,&quot;22112&quot;:11017,&quot;22126&quot;:11018,&quot;22131&quot;:11019,&quot;22118&quot;:11020,&quot;22115&quot;:11021,&quot;22125&quot;:11022,&quot;22130&quot;:11023,&quot;22110&quot;:11024,&quot;22135&quot;:11025,&quot;22300&quot;:11026,&quot;22299&quot;:11027,&quot;22728&quot;:11028,&quot;22717&quot;:11029,&quot;22729&quot;:11030,&quot;22719&quot;:11031,&quot;22714&quot;:11032,&quot;22722&quot;:11033,&quot;22716&quot;:11034,&quot;22726&quot;:11035,&quot;23319&quot;:11036,&quot;23321&quot;:11037,&quot;23323&quot;:11038,&quot;23329&quot;:11039,&quot;23316&quot;:11040,&quot;23315&quot;:11041,&quot;23312&quot;:11042,&quot;23318&quot;:11043,&quot;23336&quot;:11044,&quot;59539&quot;:11044,&quot;23322&quot;:11045,&quot;23328&quot;:11046,&quot;23326&quot;:11047,&quot;23535&quot;:11048,&quot;23980&quot;:11049,&quot;23985&quot;:11050,&quot;23977&quot;:11051,&quot;23975&quot;:11052,&quot;23989&quot;:11053,&quot;23984&quot;:11054,&quot;23982&quot;:11055,&quot;23978&quot;:11056,&quot;23976&quot;:11057,&quot;23986&quot;:11058,&quot;23981&quot;:11059,&quot;23983&quot;:11060,&quot;23988&quot;:11061,&quot;24167&quot;:11062,&quot;24168&quot;:11063,&quot;24166&quot;:11064,&quot;24175&quot;:11065,&quot;24297&quot;:11066,&quot;24295&quot;:11067,&quot;24294&quot;:11068,&quot;24296&quot;:11069,&quot;24293&quot;:11070,&quot;24395&quot;:11071,&quot;24508&quot;:11072,&quot;24507&quot;:11073,&quot;24989&quot;:11074,&quot;25000&quot;:11075,&quot;24982&quot;:11076,&quot;25029&quot;:11077,&quot;25012&quot;:11078,&quot;25030&quot;:11079,&quot;25025&quot;:11080,&quot;25036&quot;:11081,&quot;25018&quot;:11082,&quot;25023&quot;:11083,&quot;25016&quot;:11084,&quot;24972&quot;:11085,&quot;25815&quot;:11086,&quot;25814&quot;:11087,&quot;25808&quot;:11088,&quot;25807&quot;:11089,&quot;25801&quot;:11090,&quot;25789&quot;:11091,&quot;25737&quot;:11092,&quot;25795&quot;:11093,&quot;25819&quot;:11094,&quot;25843&quot;:11095,&quot;25817&quot;:11096,&quot;25907&quot;:11097,&quot;25983&quot;:11098,&quot;25980&quot;:11099,&quot;26018&quot;:11100,&quot;26312&quot;:11101,&quot;26302&quot;:11102,&quot;26304&quot;:11103,&quot;26314&quot;:11104,&quot;26315&quot;:11105,&quot;26319&quot;:11106,&quot;26301&quot;:11107,&quot;26299&quot;:11108,&quot;26298&quot;:11109,&quot;26316&quot;:11110,&quot;26403&quot;:11111,&quot;27188&quot;:11112,&quot;27238&quot;:11113,&quot;27209&quot;:11114,&quot;27239&quot;:11115,&quot;27186&quot;:11116,&quot;27240&quot;:11117,&quot;27198&quot;:11118,&quot;27229&quot;:11119,&quot;27245&quot;:11120,&quot;27254&quot;:11121,&quot;27227&quot;:11122,&quot;27217&quot;:11123,&quot;27176&quot;:11124,&quot;27226&quot;:11125,&quot;27195&quot;:11126,&quot;27199&quot;:11127,&quot;27201&quot;:11128,&quot;27242&quot;:11129,&quot;27236&quot;:11130,&quot;27216&quot;:11131,&quot;27215&quot;:11132,&quot;27220&quot;:11133,&quot;27247&quot;:11134,&quot;27241&quot;:11135,&quot;27232&quot;:11136,&quot;27196&quot;:11137,&quot;27230&quot;:11138,&quot;27222&quot;:11139,&quot;27221&quot;:11140,&quot;27213&quot;:11141,&quot;27214&quot;:11142,&quot;27206&quot;:11143,&quot;27477&quot;:11144,&quot;27476&quot;:11145,&quot;27478&quot;:11146,&quot;27559&quot;:11147,&quot;27562&quot;:11148,&quot;27563&quot;:11149,&quot;27592&quot;:11150,&quot;27591&quot;:11151,&quot;27652&quot;:11152,&quot;27651&quot;:11153,&quot;27654&quot;:11154,&quot;28589&quot;:11155,&quot;28619&quot;:11156,&quot;28579&quot;:11157,&quot;28615&quot;:11158,&quot;28604&quot;:11159,&quot;28622&quot;:11160,&quot;28616&quot;:11161,&quot;28510&quot;:11162,&quot;28612&quot;:11163,&quot;28605&quot;:11164,&quot;28574&quot;:11165,&quot;28618&quot;:11166,&quot;28584&quot;:11167,&quot;28676&quot;:11168,&quot;28581&quot;:11169,&quot;28590&quot;:11170,&quot;28602&quot;:11171,&quot;28588&quot;:11172,&quot;28586&quot;:11173,&quot;28623&quot;:11174,&quot;28607&quot;:11175,&quot;28600&quot;:11176,&quot;28578&quot;:11177,&quot;28617&quot;:11178,&quot;28587&quot;:11179,&quot;28621&quot;:11180,&quot;28591&quot;:11181,&quot;28594&quot;:11182,&quot;28592&quot;:11183,&quot;29125&quot;:11184,&quot;29122&quot;:11185,&quot;29119&quot;:11186,&quot;29112&quot;:11187,&quot;29142&quot;:11188,&quot;29120&quot;:11189,&quot;29121&quot;:11190,&quot;29131&quot;:11191,&quot;29140&quot;:11192,&quot;29130&quot;:11193,&quot;29127&quot;:11194,&quot;29135&quot;:11195,&quot;29117&quot;:11196,&quot;29144&quot;:11197,&quot;29116&quot;:11198,&quot;29126&quot;:11199,&quot;29146&quot;:11200,&quot;29147&quot;:11201,&quot;29341&quot;:11202,&quot;29342&quot;:11203,&quot;29545&quot;:11204,&quot;29542&quot;:11205,&quot;29543&quot;:11206,&quot;29548&quot;:11207,&quot;29541&quot;:11208,&quot;29547&quot;:11209,&quot;29546&quot;:11210,&quot;29823&quot;:11211,&quot;29850&quot;:11212,&quot;29856&quot;:11213,&quot;29844&quot;:11214,&quot;29842&quot;:11215,&quot;29845&quot;:11216,&quot;29857&quot;:11217,&quot;29963&quot;:11218,&quot;30080&quot;:11219,&quot;30255&quot;:11220,&quot;30253&quot;:11221,&quot;30257&quot;:11222,&quot;30269&quot;:11223,&quot;30259&quot;:11224,&quot;30268&quot;:11225,&quot;30261&quot;:11226,&quot;30258&quot;:11227,&quot;30256&quot;:11228,&quot;30395&quot;:11229,&quot;30438&quot;:11230,&quot;30618&quot;:11231,&quot;30621&quot;:11232,&quot;30625&quot;:11233,&quot;30620&quot;:11234,&quot;30619&quot;:11235,&quot;30626&quot;:11236,&quot;30627&quot;:11237,&quot;30613&quot;:11238,&quot;30617&quot;:11239,&quot;30615&quot;:11240,&quot;30941&quot;:11241,&quot;30953&quot;:11242,&quot;30949&quot;:11243,&quot;30954&quot;:11244,&quot;30942&quot;:11245,&quot;30947&quot;:11246,&quot;30939&quot;:11247,&quot;30945&quot;:11248,&quot;30946&quot;:11249,&quot;30957&quot;:11250,&quot;30943&quot;:11251,&quot;30944&quot;:11252,&quot;31140&quot;:11253,&quot;31300&quot;:11254,&quot;31304&quot;:11255,&quot;31303&quot;:11256,&quot;31414&quot;:11257,&quot;31416&quot;:11258,&quot;31413&quot;:11259,&quot;31409&quot;:11260,&quot;31415&quot;:11261,&quot;31710&quot;:11262,&quot;31715&quot;:11263,&quot;31719&quot;:11264,&quot;31709&quot;:11265,&quot;31701&quot;:11266,&quot;31717&quot;:11267,&quot;31706&quot;:11268,&quot;31720&quot;:11269,&quot;31737&quot;:11270,&quot;31700&quot;:11271,&quot;31722&quot;:11272,&quot;31714&quot;:11273,&quot;31708&quot;:11274,&quot;31723&quot;:11275,&quot;31704&quot;:11276,&quot;31711&quot;:11277,&quot;31954&quot;:11278,&quot;31956&quot;:11279,&quot;31959&quot;:11280,&quot;31952&quot;:11281,&quot;31953&quot;:11282,&quot;32274&quot;:11283,&quot;32289&quot;:11284,&quot;32279&quot;:11285,&quot;32268&quot;:11286,&quot;32287&quot;:11287,&quot;32288&quot;:11288,&quot;32275&quot;:11289,&quot;32270&quot;:11290,&quot;32284&quot;:11291,&quot;32277&quot;:11292,&quot;32282&quot;:11293,&quot;32290&quot;:11294,&quot;32267&quot;:11295,&quot;32271&quot;:11296,&quot;32278&quot;:11297,&quot;32269&quot;:11298,&quot;32276&quot;:11299,&quot;32293&quot;:11300,&quot;32292&quot;:11301,&quot;32579&quot;:11302,&quot;32635&quot;:11303,&quot;32636&quot;:11304,&quot;32634&quot;:11305,&quot;32689&quot;:11306,&quot;32751&quot;:11307,&quot;32810&quot;:11308,&quot;32809&quot;:11309,&quot;32876&quot;:11310,&quot;33201&quot;:11311,&quot;33190&quot;:11312,&quot;33198&quot;:11313,&quot;33209&quot;:11314,&quot;33205&quot;:11315,&quot;33195&quot;:11316,&quot;33200&quot;:11317,&quot;33196&quot;:11318,&quot;33204&quot;:11319,&quot;33202&quot;:11320,&quot;33207&quot;:11321,&quot;33191&quot;:11322,&quot;33266&quot;:11323,&quot;33365&quot;:11324,&quot;33366&quot;:11325,&quot;33367&quot;:11326,&quot;34134&quot;:11327,&quot;34117&quot;:11328,&quot;34155&quot;:11329,&quot;34125&quot;:11330,&quot;34131&quot;:11331,&quot;34145&quot;:11332,&quot;34136&quot;:11333,&quot;34112&quot;:11334,&quot;34118&quot;:11335,&quot;34148&quot;:11336,&quot;34113&quot;:11337,&quot;34146&quot;:11338,&quot;34116&quot;:11339,&quot;34129&quot;:11340,&quot;34119&quot;:11341,&quot;34147&quot;:11342,&quot;34110&quot;:11343,&quot;34139&quot;:11344,&quot;34161&quot;:11345,&quot;34126&quot;:11346,&quot;34158&quot;:11347,&quot;34165&quot;:11348,&quot;34133&quot;:11349,&quot;34151&quot;:11350,&quot;34144&quot;:11351,&quot;34188&quot;:11352,&quot;34150&quot;:11353,&quot;34141&quot;:11354,&quot;34132&quot;:11355,&quot;34149&quot;:11356,&quot;34156&quot;:11357,&quot;34403&quot;:11358,&quot;34405&quot;:11359,&quot;34404&quot;:11360,&quot;34724&quot;:11361,&quot;34715&quot;:11362,&quot;34703&quot;:11363,&quot;34711&quot;:11364,&quot;34707&quot;:11365,&quot;34706&quot;:11366,&quot;34696&quot;:11367,&quot;34689&quot;:11368,&quot;34710&quot;:11369,&quot;34712&quot;:11370,&quot;34681&quot;:11371,&quot;34695&quot;:11372,&quot;34723&quot;:11373,&quot;34693&quot;:11374,&quot;34704&quot;:11375,&quot;34705&quot;:11376,&quot;34717&quot;:11377,&quot;34692&quot;:11378,&quot;34708&quot;:11379,&quot;34716&quot;:11380,&quot;34714&quot;:11381,&quot;34697&quot;:11382,&quot;35102&quot;:11383,&quot;35110&quot;:11384,&quot;35120&quot;:11385,&quot;35117&quot;:11386,&quot;35118&quot;:11387,&quot;35111&quot;:11388,&quot;35121&quot;:11389,&quot;35106&quot;:11390,&quot;35113&quot;:11391,&quot;35107&quot;:11392,&quot;35119&quot;:11393,&quot;35116&quot;:11394,&quot;35103&quot;:11395,&quot;35313&quot;:11396,&quot;35552&quot;:11397,&quot;35554&quot;:11398,&quot;35570&quot;:11399,&quot;35572&quot;:11400,&quot;35573&quot;:11401,&quot;35549&quot;:11402,&quot;35604&quot;:11403,&quot;35556&quot;:11404,&quot;35551&quot;:11405,&quot;35568&quot;:11406,&quot;35528&quot;:11407,&quot;35550&quot;:11408,&quot;35553&quot;:11409,&quot;35560&quot;:11410,&quot;35583&quot;:11411,&quot;35567&quot;:11412,&quot;35579&quot;:11413,&quot;35985&quot;:11414,&quot;35986&quot;:11415,&quot;35984&quot;:11416,&quot;36085&quot;:11417,&quot;36078&quot;:11418,&quot;36081&quot;:11419,&quot;36080&quot;:11420,&quot;36083&quot;:11421,&quot;36204&quot;:11422,&quot;36206&quot;:11423,&quot;36261&quot;:11424,&quot;36263&quot;:11425,&quot;36403&quot;:11426,&quot;36414&quot;:11427,&quot;36408&quot;:11428,&quot;36416&quot;:11429,&quot;36421&quot;:11430,&quot;36406&quot;:11431,&quot;36412&quot;:11432,&quot;36413&quot;:11433,&quot;36417&quot;:11434,&quot;36400&quot;:11435,&quot;36415&quot;:11436,&quot;36541&quot;:11437,&quot;36662&quot;:11438,&quot;60329&quot;:11438,&quot;36654&quot;:11439,&quot;36661&quot;:11440,&quot;36658&quot;:11441,&quot;36665&quot;:11442,&quot;36663&quot;:11443,&quot;36660&quot;:11444,&quot;36982&quot;:11445,&quot;36985&quot;:11446,&quot;36987&quot;:11447,&quot;36998&quot;:11448,&quot;37114&quot;:11449,&quot;37171&quot;:11450,&quot;37173&quot;:11451,&quot;37174&quot;:11452,&quot;37267&quot;:11453,&quot;37264&quot;:11454,&quot;37265&quot;:11455,&quot;37261&quot;:11456,&quot;37263&quot;:11457,&quot;37671&quot;:11458,&quot;37662&quot;:11459,&quot;37640&quot;:11460,&quot;37663&quot;:11461,&quot;37638&quot;:11462,&quot;37647&quot;:11463,&quot;37754&quot;:11464,&quot;37688&quot;:11465,&quot;37692&quot;:11466,&quot;37659&quot;:11467,&quot;37667&quot;:11468,&quot;37650&quot;:11469,&quot;37633&quot;:11470,&quot;37702&quot;:11471,&quot;37677&quot;:11472,&quot;37646&quot;:11473,&quot;37645&quot;:11474,&quot;37579&quot;:11475,&quot;37661&quot;:11476,&quot;37626&quot;:11477,&quot;37651&quot;:11478,&quot;37625&quot;:11479,&quot;37623&quot;:11480,&quot;37684&quot;:11481,&quot;37634&quot;:11482,&quot;37668&quot;:11483,&quot;37631&quot;:11484,&quot;37673&quot;:11485,&quot;37689&quot;:11486,&quot;37685&quot;:11487,&quot;37674&quot;:11488,&quot;37652&quot;:11489,&quot;37644&quot;:11490,&quot;37643&quot;:11491,&quot;37630&quot;:11492,&quot;37641&quot;:11493,&quot;37632&quot;:11494,&quot;37627&quot;:11495,&quot;37654&quot;:11496,&quot;38332&quot;:11497,&quot;38349&quot;:11498,&quot;38334&quot;:11499,&quot;38329&quot;:11500,&quot;38330&quot;:11501,&quot;38326&quot;:11502,&quot;38335&quot;:11503,&quot;38325&quot;:11504,&quot;38333&quot;:11505,&quot;38569&quot;:11506,&quot;38612&quot;:11507,&quot;38667&quot;:11508,&quot;38674&quot;:11509,&quot;38672&quot;:11510,&quot;38809&quot;:11511,&quot;38807&quot;:11512,&quot;38804&quot;:11513,&quot;38896&quot;:11514,&quot;38904&quot;:11515,&quot;38965&quot;:11516,&quot;38959&quot;:11517,&quot;38962&quot;:11518,&quot;39204&quot;:11519,&quot;39199&quot;:11520,&quot;39207&quot;:11521,&quot;39209&quot;:11522,&quot;39326&quot;:11523,&quot;39406&quot;:11524,&quot;39404&quot;:11525,&quot;39397&quot;:11526,&quot;39396&quot;:11527,&quot;39408&quot;:11528,&quot;39395&quot;:11529,&quot;39402&quot;:11530,&quot;39401&quot;:11531,&quot;39399&quot;:11532,&quot;39609&quot;:11533,&quot;39615&quot;:11534,&quot;39604&quot;:11535,&quot;39611&quot;:11536,&quot;39670&quot;:11537,&quot;39674&quot;:11538,&quot;39673&quot;:11539,&quot;39671&quot;:11540,&quot;39731&quot;:11541,&quot;39808&quot;:11542,&quot;39813&quot;:11543,&quot;39815&quot;:11544,&quot;39804&quot;:11545,&quot;39806&quot;:11546,&quot;39803&quot;:11547,&quot;39810&quot;:11548,&quot;39827&quot;:11549,&quot;39826&quot;:11550,&quot;39824&quot;:11551,&quot;39802&quot;:11552,&quot;39829&quot;:11553,&quot;39805&quot;:11554,&quot;39816&quot;:11555,&quot;40229&quot;:11556,&quot;40215&quot;:11557,&quot;40224&quot;:11558,&quot;40222&quot;:11559,&quot;40212&quot;:11560,&quot;40233&quot;:11561,&quot;40221&quot;:11562,&quot;40216&quot;:11563,&quot;40226&quot;:11564,&quot;40208&quot;:11565,&quot;40217&quot;:11566,&quot;40223&quot;:11567,&quot;40584&quot;:11568,&quot;40582&quot;:11569,&quot;40583&quot;:11570,&quot;40622&quot;:11571,&quot;40621&quot;:11572,&quot;40661&quot;:11573,&quot;40662&quot;:11574,&quot;40698&quot;:11575,&quot;40722&quot;:11576,&quot;40765&quot;:11577,&quot;20774&quot;:11578,&quot;20773&quot;:11579,&quot;20770&quot;:11580,&quot;20772&quot;:11581,&quot;20768&quot;:11582,&quot;20777&quot;:11583,&quot;21236&quot;:11584,&quot;22163&quot;:11585,&quot;22156&quot;:11586,&quot;22157&quot;:11587,&quot;22150&quot;:11588,&quot;22148&quot;:11589,&quot;22147&quot;:11590,&quot;22142&quot;:11591,&quot;22146&quot;:11592,&quot;22143&quot;:11593,&quot;22145&quot;:11594,&quot;22742&quot;:11595,&quot;22740&quot;:11596,&quot;22735&quot;:11597,&quot;22738&quot;:11598,&quot;23341&quot;:11599,&quot;23333&quot;:11600,&quot;23346&quot;:11601,&quot;23331&quot;:11602,&quot;23340&quot;:11603,&quot;23335&quot;:11604,&quot;23334&quot;:11605,&quot;23343&quot;:11606,&quot;23342&quot;:11607,&quot;23419&quot;:11608,&quot;23537&quot;:11609,&quot;23538&quot;:11610,&quot;23991&quot;:11611,&quot;24172&quot;:11612,&quot;24170&quot;:11613,&quot;24510&quot;:11614,&quot;25027&quot;:11615,&quot;25013&quot;:11616,&quot;25020&quot;:11617,&quot;25063&quot;:11618,&quot;25056&quot;:11619,&quot;25061&quot;:11620,&quot;25060&quot;:11621,&quot;25064&quot;:11622,&quot;25054&quot;:11623,&quot;25839&quot;:11624,&quot;25833&quot;:11625,&quot;25827&quot;:11626,&quot;25835&quot;:11627,&quot;25828&quot;:11628,&quot;25832&quot;:11629,&quot;25985&quot;:11630,&quot;25984&quot;:11631,&quot;26038&quot;:11632,&quot;26074&quot;:11633,&quot;26322&quot;:11634,&quot;27277&quot;:11635,&quot;27286&quot;:11636,&quot;27265&quot;:11637,&quot;27301&quot;:11638,&quot;27273&quot;:11639,&quot;27295&quot;:11640,&quot;27291&quot;:11641,&quot;27297&quot;:11642,&quot;27294&quot;:11643,&quot;27271&quot;:11644,&quot;27283&quot;:11645,&quot;27278&quot;:11646,&quot;27285&quot;:11647,&quot;27267&quot;:11648,&quot;27304&quot;:11649,&quot;27300&quot;:11650,&quot;27281&quot;:11651,&quot;27263&quot;:11652,&quot;27302&quot;:11653,&quot;27290&quot;:11654,&quot;27269&quot;:11655,&quot;27276&quot;:11656,&quot;27282&quot;:11657,&quot;27483&quot;:11658,&quot;27565&quot;:11659,&quot;27657&quot;:11660,&quot;28620&quot;:11661,&quot;28585&quot;:11662,&quot;28660&quot;:11663,&quot;28628&quot;:11664,&quot;28643&quot;:11665,&quot;28636&quot;:11666,&quot;28653&quot;:11667,&quot;28647&quot;:11668,&quot;28646&quot;:11669,&quot;28638&quot;:11670,&quot;28658&quot;:11671,&quot;28637&quot;:11672,&quot;28642&quot;:11673,&quot;28648&quot;:11674,&quot;29153&quot;:11675,&quot;29169&quot;:11676,&quot;29160&quot;:11677,&quot;29170&quot;:11678,&quot;29156&quot;:11679,&quot;29168&quot;:11680,&quot;29154&quot;:11681,&quot;29555&quot;:11682,&quot;29550&quot;:11683,&quot;29551&quot;:11684,&quot;29847&quot;:11685,&quot;29874&quot;:11686,&quot;29867&quot;:11687,&quot;29840&quot;:11688,&quot;29866&quot;:11689,&quot;29869&quot;:11690,&quot;29873&quot;:11691,&quot;29861&quot;:11692,&quot;29871&quot;:11693,&quot;29968&quot;:11694,&quot;29969&quot;:11695,&quot;29970&quot;:11696,&quot;29967&quot;:11697,&quot;30084&quot;:11698,&quot;30275&quot;:11699,&quot;30280&quot;:11700,&quot;30281&quot;:11701,&quot;30279&quot;:11702,&quot;30372&quot;:11703,&quot;30441&quot;:11704,&quot;30645&quot;:11705,&quot;30635&quot;:11706,&quot;30642&quot;:11707,&quot;30647&quot;:11708,&quot;30646&quot;:11709,&quot;30644&quot;:11710,&quot;30641&quot;:11711,&quot;30632&quot;:11712,&quot;30704&quot;:11713,&quot;30963&quot;:11714,&quot;30973&quot;:11715,&quot;30978&quot;:11716,&quot;30971&quot;:11717,&quot;30972&quot;:11718,&quot;30975&quot;:11719,&quot;30962&quot;:11720,&quot;30981&quot;:11721,&quot;30969&quot;:11722,&quot;30974&quot;:11723,&quot;30980&quot;:11724,&quot;31147&quot;:11725,&quot;31144&quot;:11726,&quot;31324&quot;:11727,&quot;31323&quot;:11728,&quot;31318&quot;:11729,&quot;31320&quot;:11730,&quot;31316&quot;:11731,&quot;31322&quot;:11732,&quot;31422&quot;:11733,&quot;31424&quot;:11734,&quot;31425&quot;:11735,&quot;31749&quot;:11736,&quot;31759&quot;:11737,&quot;31730&quot;:11738,&quot;31744&quot;:11739,&quot;31743&quot;:11740,&quot;31739&quot;:11741,&quot;31758&quot;:11742,&quot;31732&quot;:11743,&quot;31755&quot;:11744,&quot;31731&quot;:11745,&quot;31746&quot;:11746,&quot;31753&quot;:11747,&quot;31747&quot;:11748,&quot;31745&quot;:11749,&quot;31736&quot;:11750,&quot;31741&quot;:11751,&quot;31750&quot;:11752,&quot;58176&quot;:11752,&quot;31728&quot;:11753,&quot;31729&quot;:11754,&quot;31760&quot;:11755,&quot;31754&quot;:11756,&quot;31976&quot;:11757,&quot;32301&quot;:11758,&quot;32316&quot;:11759,&quot;32322&quot;:11760,&quot;32307&quot;:11761,&quot;38984&quot;:11762,&quot;32312&quot;:11763,&quot;32298&quot;:11764,&quot;32329&quot;:11765,&quot;32320&quot;:11766,&quot;32327&quot;:11767,&quot;32297&quot;:11768,&quot;32332&quot;:11769,&quot;32304&quot;:11770,&quot;32315&quot;:11771,&quot;32310&quot;:11772,&quot;32324&quot;:11773,&quot;32314&quot;:11774,&quot;32581&quot;:11775,&quot;32639&quot;:11776,&quot;32638&quot;:11777,&quot;32637&quot;:11778,&quot;32756&quot;:11779,&quot;32754&quot;:11780,&quot;32812&quot;:11781,&quot;33211&quot;:11782,&quot;33220&quot;:11783,&quot;33228&quot;:11784,&quot;33226&quot;:11785,&quot;33221&quot;:11786,&quot;33223&quot;:11787,&quot;33212&quot;:11788,&quot;33257&quot;:11789,&quot;33371&quot;:11790,&quot;33370&quot;:11791,&quot;33372&quot;:11792,&quot;34179&quot;:11793,&quot;34176&quot;:11794,&quot;34191&quot;:11795,&quot;34215&quot;:11796,&quot;34197&quot;:11797,&quot;34208&quot;:11798,&quot;34187&quot;:11799,&quot;34211&quot;:11800,&quot;34171&quot;:11801,&quot;34212&quot;:11802,&quot;34202&quot;:11803,&quot;34206&quot;:11804,&quot;34167&quot;:11805,&quot;34172&quot;:11806,&quot;34185&quot;:11807,&quot;34209&quot;:11808,&quot;34170&quot;:11809,&quot;34168&quot;:11810,&quot;34135&quot;:11811,&quot;34190&quot;:11812,&quot;34198&quot;:11813,&quot;34182&quot;:11814,&quot;34189&quot;:11815,&quot;34201&quot;:11816,&quot;34205&quot;:11817,&quot;34177&quot;:11818,&quot;34210&quot;:11819,&quot;34178&quot;:11820,&quot;34184&quot;:11821,&quot;34181&quot;:11822,&quot;34169&quot;:11823,&quot;34166&quot;:11824,&quot;34200&quot;:11825,&quot;34192&quot;:11826,&quot;34207&quot;:11827,&quot;34408&quot;:11828,&quot;34750&quot;:11829,&quot;34730&quot;:11830,&quot;34733&quot;:11831,&quot;34757&quot;:11832,&quot;34736&quot;:11833,&quot;34732&quot;:11834,&quot;34745&quot;:11835,&quot;34741&quot;:11836,&quot;34748&quot;:11837,&quot;34734&quot;:11838,&quot;34761&quot;:11839,&quot;34755&quot;:11840,&quot;34754&quot;:11841,&quot;34764&quot;:11842,&quot;34743&quot;:11843,&quot;34735&quot;:11844,&quot;34756&quot;:11845,&quot;34762&quot;:11846,&quot;34740&quot;:11847,&quot;34742&quot;:11848,&quot;34751&quot;:11849,&quot;34744&quot;:11850,&quot;34749&quot;:11851,&quot;34782&quot;:11852,&quot;34738&quot;:11853,&quot;35125&quot;:11854,&quot;35123&quot;:11855,&quot;35132&quot;:11856,&quot;35134&quot;:11857,&quot;35137&quot;:11858,&quot;35154&quot;:11859,&quot;35127&quot;:11860,&quot;35138&quot;:11861,&quot;35245&quot;:11862,&quot;35247&quot;:11863,&quot;35246&quot;:11864,&quot;35314&quot;:11865,&quot;35315&quot;:11866,&quot;35614&quot;:11867,&quot;35608&quot;:11868,&quot;35606&quot;:11869,&quot;35601&quot;:11870,&quot;35589&quot;:11871,&quot;35595&quot;:11872,&quot;35618&quot;:11873,&quot;35599&quot;:11874,&quot;35602&quot;:11875,&quot;35605&quot;:11876,&quot;35591&quot;:11877,&quot;35597&quot;:11878,&quot;35592&quot;:11879,&quot;35590&quot;:11880,&quot;35612&quot;:11881,&quot;35603&quot;:11882,&quot;35610&quot;:11883,&quot;35919&quot;:11884,&quot;35952&quot;:11885,&quot;35954&quot;:11886,&quot;35953&quot;:11887,&quot;35951&quot;:11888,&quot;35989&quot;:11889,&quot;35988&quot;:11890,&quot;36089&quot;:11891,&quot;36207&quot;:11892,&quot;36430&quot;:11893,&quot;36429&quot;:11894,&quot;36435&quot;:11895,&quot;36432&quot;:11896,&quot;36428&quot;:11897,&quot;36423&quot;:11898,&quot;36675&quot;:11899,&quot;36672&quot;:11900,&quot;36997&quot;:11901,&quot;36990&quot;:11902,&quot;37176&quot;:11903,&quot;37274&quot;:11904,&quot;37282&quot;:11905,&quot;37275&quot;:11906,&quot;37273&quot;:11907,&quot;37279&quot;:11908,&quot;37281&quot;:11909,&quot;37277&quot;:11910,&quot;37280&quot;:11911,&quot;37793&quot;:11912,&quot;37763&quot;:11913,&quot;37807&quot;:11914,&quot;37732&quot;:11915,&quot;37718&quot;:11916,&quot;37703&quot;:11917,&quot;37756&quot;:11918,&quot;37720&quot;:11919,&quot;37724&quot;:11920,&quot;37750&quot;:11921,&quot;37705&quot;:11922,&quot;37712&quot;:11923,&quot;37713&quot;:11924,&quot;37728&quot;:11925,&quot;37741&quot;:11926,&quot;37775&quot;:11927,&quot;37708&quot;:11928,&quot;37738&quot;:11929,&quot;37753&quot;:11930,&quot;37719&quot;:11931,&quot;37717&quot;:11932,&quot;37714&quot;:11933,&quot;37711&quot;:11934,&quot;37745&quot;:11935,&quot;37751&quot;:11936,&quot;37755&quot;:11937,&quot;37729&quot;:11938,&quot;37726&quot;:11939,&quot;37731&quot;:11940,&quot;37735&quot;:11941,&quot;37710&quot;:11942,&quot;37721&quot;:11943,&quot;38343&quot;:11944,&quot;38336&quot;:11945,&quot;38345&quot;:11946,&quot;38339&quot;:11947,&quot;38341&quot;:11948,&quot;38327&quot;:11949,&quot;38574&quot;:11950,&quot;38576&quot;:11951,&quot;38572&quot;:11952,&quot;38688&quot;:11953,&quot;38687&quot;:11954,&quot;38680&quot;:11955,&quot;38685&quot;:11956,&quot;38681&quot;:11957,&quot;38810&quot;:11958,&quot;38817&quot;:11959,&quot;38812&quot;:11960,&quot;38814&quot;:11961,&quot;38813&quot;:11962,&quot;38869&quot;:11963,&quot;38868&quot;:11964,&quot;38897&quot;:11965,&quot;38977&quot;:11966,&quot;38980&quot;:11967,&quot;38986&quot;:11968,&quot;38985&quot;:11969,&quot;38981&quot;:11970,&quot;38979&quot;:11971,&quot;39205&quot;:11972,&quot;39211&quot;:11973,&quot;39212&quot;:11974,&quot;39210&quot;:11975,&quot;39219&quot;:11976,&quot;39218&quot;:11977,&quot;39215&quot;:11978,&quot;39213&quot;:11979,&quot;39217&quot;:11980,&quot;39216&quot;:11981,&quot;39320&quot;:11982,&quot;39331&quot;:11983,&quot;39329&quot;:11984,&quot;39426&quot;:11985,&quot;39418&quot;:11986,&quot;39412&quot;:11987,&quot;39415&quot;:11988,&quot;39417&quot;:11989,&quot;39416&quot;:11990,&quot;39414&quot;:11991,&quot;39419&quot;:11992,&quot;39421&quot;:11993,&quot;39422&quot;:11994,&quot;39420&quot;:11995,&quot;39427&quot;:11996,&quot;39614&quot;:11997,&quot;39678&quot;:11998,&quot;39677&quot;:11999,&quot;39681&quot;:12000,&quot;39676&quot;:12001,&quot;39752&quot;:12002,&quot;39834&quot;:12003,&quot;39848&quot;:12004,&quot;39838&quot;:12005,&quot;39835&quot;:12006,&quot;39846&quot;:12007,&quot;39841&quot;:12008,&quot;39845&quot;:12009,&quot;39844&quot;:12010,&quot;39814&quot;:12011,&quot;39842&quot;:12012,&quot;39840&quot;:12013,&quot;39855&quot;:12014,&quot;40243&quot;:12015,&quot;40257&quot;:12016,&quot;40295&quot;:12017,&quot;40246&quot;:12018,&quot;40238&quot;:12019,&quot;40239&quot;:12020,&quot;40241&quot;:12021,&quot;40248&quot;:12022,&quot;40240&quot;:12023,&quot;40261&quot;:12024,&quot;40258&quot;:12025,&quot;40259&quot;:12026,&quot;40254&quot;:12027,&quot;40247&quot;:12028,&quot;40256&quot;:12029,&quot;40253&quot;:12030,&quot;32757&quot;:12031,&quot;40237&quot;:12032,&quot;40586&quot;:12033,&quot;40585&quot;:12034,&quot;40589&quot;:12035,&quot;40624&quot;:12036,&quot;40648&quot;:12037,&quot;40666&quot;:12038,&quot;40699&quot;:12039,&quot;40703&quot;:12040,&quot;40740&quot;:12041,&quot;40739&quot;:12042,&quot;40738&quot;:12043,&quot;40788&quot;:12044,&quot;12245&quot;:12045,&quot;40864&quot;:12045,&quot;20785&quot;:12046,&quot;20781&quot;:12047,&quot;20782&quot;:12048,&quot;22168&quot;:12049,&quot;22172&quot;:12050,&quot;22167&quot;:12051,&quot;22170&quot;:12052,&quot;22173&quot;:12053,&quot;22169&quot;:12054,&quot;22896&quot;:12055,&quot;23356&quot;:12056,&quot;23657&quot;:12057,&quot;23658&quot;:12058,&quot;24000&quot;:12059,&quot;24173&quot;:12060,&quot;24174&quot;:12061,&quot;25048&quot;:12062,&quot;25055&quot;:12063,&quot;25069&quot;:12064,&quot;25070&quot;:12065,&quot;25073&quot;:12066,&quot;25066&quot;:12067,&quot;25072&quot;:12068,&quot;25067&quot;:12069,&quot;25046&quot;:12070,&quot;25065&quot;:12071,&quot;25855&quot;:12072,&quot;25860&quot;:12073,&quot;25853&quot;:12074,&quot;25848&quot;:12075,&quot;25857&quot;:12076,&quot;25859&quot;:12077,&quot;25852&quot;:12078,&quot;26004&quot;:12079,&quot;26075&quot;:12080,&quot;26330&quot;:12081,&quot;26331&quot;:12082,&quot;26328&quot;:12083,&quot;27333&quot;:12084,&quot;27321&quot;:12085,&quot;27325&quot;:12086,&quot;27361&quot;:12087,&quot;27334&quot;:12088,&quot;27322&quot;:12089,&quot;27318&quot;:12090,&quot;27319&quot;:12091,&quot;27335&quot;:12092,&quot;27316&quot;:12093,&quot;27309&quot;:12094,&quot;27486&quot;:12095,&quot;27593&quot;:12096,&quot;27659&quot;:12097,&quot;28679&quot;:12098,&quot;28684&quot;:12099,&quot;28685&quot;:12100,&quot;28673&quot;:12101,&quot;28677&quot;:12102,&quot;28692&quot;:12103,&quot;28686&quot;:12104,&quot;28671&quot;:12105,&quot;28672&quot;:12106,&quot;28667&quot;:12107,&quot;28710&quot;:12108,&quot;28668&quot;:12109,&quot;28663&quot;:12110,&quot;28682&quot;:12111,&quot;29185&quot;:12112,&quot;60224&quot;:12112,&quot;29183&quot;:12113,&quot;29177&quot;:12114,&quot;29187&quot;:12115,&quot;29181&quot;:12116,&quot;29558&quot;:12117,&quot;29880&quot;:12118,&quot;29888&quot;:12119,&quot;29877&quot;:12120,&quot;29889&quot;:12121,&quot;29886&quot;:12122,&quot;29878&quot;:12123,&quot;29883&quot;:12124,&quot;29890&quot;:12125,&quot;29972&quot;:12126,&quot;29971&quot;:12127,&quot;30300&quot;:12128,&quot;30308&quot;:12129,&quot;30297&quot;:12130,&quot;30288&quot;:12131,&quot;30291&quot;:12132,&quot;30295&quot;:12133,&quot;30298&quot;:12134,&quot;30374&quot;:12135,&quot;30397&quot;:12136,&quot;30444&quot;:12137,&quot;30658&quot;:12138,&quot;30650&quot;:12139,&quot;30988&quot;:12140,&quot;30995&quot;:12141,&quot;30996&quot;:12142,&quot;30985&quot;:12143,&quot;30992&quot;:12144,&quot;30994&quot;:12145,&quot;30993&quot;:12146,&quot;31149&quot;:12147,&quot;31148&quot;:12148,&quot;31327&quot;:12149,&quot;31772&quot;:12150,&quot;31785&quot;:12151,&quot;31769&quot;:12152,&quot;31776&quot;:12153,&quot;31775&quot;:12154,&quot;31789&quot;:12155,&quot;31773&quot;:12156,&quot;31782&quot;:12157,&quot;31784&quot;:12158,&quot;31778&quot;:12159,&quot;31781&quot;:12160,&quot;31792&quot;:12161,&quot;32348&quot;:12162,&quot;32336&quot;:12163,&quot;32342&quot;:12164,&quot;32355&quot;:12165,&quot;32344&quot;:12166,&quot;32354&quot;:12167,&quot;32351&quot;:12168,&quot;32337&quot;:12169,&quot;32352&quot;:12170,&quot;32343&quot;:12171,&quot;32339&quot;:12172,&quot;32693&quot;:12173,&quot;32691&quot;:12174,&quot;32759&quot;:12175,&quot;32760&quot;:12176,&quot;32885&quot;:12177,&quot;33233&quot;:12178,&quot;33234&quot;:12179,&quot;33232&quot;:12180,&quot;33375&quot;:12181,&quot;33374&quot;:12182,&quot;34228&quot;:12183,&quot;34246&quot;:12184,&quot;34240&quot;:12185,&quot;34243&quot;:12186,&quot;34242&quot;:12187,&quot;34227&quot;:12188,&quot;34229&quot;:12189,&quot;34237&quot;:12190,&quot;34247&quot;:12191,&quot;34244&quot;:12192,&quot;34239&quot;:12193,&quot;34251&quot;:12194,&quot;34254&quot;:12195,&quot;34248&quot;:12196,&quot;34245&quot;:12197,&quot;34225&quot;:12198,&quot;34230&quot;:12199,&quot;34258&quot;:12200,&quot;34340&quot;:12201,&quot;34232&quot;:12202,&quot;34231&quot;:12203,&quot;34238&quot;:12204,&quot;34409&quot;:12205,&quot;34791&quot;:12206,&quot;34790&quot;:12207,&quot;34786&quot;:12208,&quot;34779&quot;:12209,&quot;34795&quot;:12210,&quot;34794&quot;:12211,&quot;34789&quot;:12212,&quot;34783&quot;:12213,&quot;34803&quot;:12214,&quot;34788&quot;:12215,&quot;34772&quot;:12216,&quot;34780&quot;:12217,&quot;34771&quot;:12218,&quot;34797&quot;:12219,&quot;34776&quot;:12220,&quot;34787&quot;:12221,&quot;34775&quot;:12222,&quot;34777&quot;:12223,&quot;34817&quot;:12224,&quot;34804&quot;:12225,&quot;34792&quot;:12226,&quot;34781&quot;:12227,&quot;35155&quot;:12228,&quot;35147&quot;:12229,&quot;35151&quot;:12230,&quot;35148&quot;:12231,&quot;35142&quot;:12232,&quot;35152&quot;:12233,&quot;35153&quot;:12234,&quot;35145&quot;:12235,&quot;35626&quot;:12236,&quot;35623&quot;:12237,&quot;35619&quot;:12238,&quot;35635&quot;:12239,&quot;35632&quot;:12240,&quot;35637&quot;:12241,&quot;35655&quot;:12242,&quot;35631&quot;:12243,&quot;35644&quot;:12244,&quot;35646&quot;:12245,&quot;35633&quot;:12246,&quot;35621&quot;:12247,&quot;35639&quot;:12248,&quot;35622&quot;:12249,&quot;35638&quot;:12250,&quot;35630&quot;:12251,&quot;35620&quot;:12252,&quot;35643&quot;:12253,&quot;35645&quot;:12254,&quot;35642&quot;:12255,&quot;35906&quot;:12256,&quot;35957&quot;:12257,&quot;35993&quot;:12258,&quot;35992&quot;:12259,&quot;35991&quot;:12260,&quot;36094&quot;:12261,&quot;36100&quot;:12262,&quot;36098&quot;:12263,&quot;36096&quot;:12264,&quot;36444&quot;:12265,&quot;36450&quot;:12266,&quot;36448&quot;:12267,&quot;36439&quot;:12268,&quot;36438&quot;:12269,&quot;36446&quot;:12270,&quot;36453&quot;:12271,&quot;36455&quot;:12272,&quot;36443&quot;:12273,&quot;36442&quot;:12274,&quot;36449&quot;:12275,&quot;36445&quot;:12276,&quot;36457&quot;:12277,&quot;36436&quot;:12278,&quot;36678&quot;:12279,&quot;36679&quot;:12280,&quot;36680&quot;:12281,&quot;36683&quot;:12282,&quot;37160&quot;:12283,&quot;37178&quot;:12284,&quot;37179&quot;:12285,&quot;37182&quot;:12286,&quot;37288&quot;:12287,&quot;37285&quot;:12288,&quot;37287&quot;:12289,&quot;37295&quot;:12290,&quot;37290&quot;:12291,&quot;37813&quot;:12292,&quot;37772&quot;:12293,&quot;37778&quot;:12294,&quot;37815&quot;:12295,&quot;37787&quot;:12296,&quot;37789&quot;:12297,&quot;37769&quot;:12298,&quot;37799&quot;:12299,&quot;37774&quot;:12300,&quot;37802&quot;:12301,&quot;37790&quot;:12302,&quot;37798&quot;:12303,&quot;37781&quot;:12304,&quot;37768&quot;:12305,&quot;37785&quot;:12306,&quot;37791&quot;:12307,&quot;37760&quot;:12308,&quot;37773&quot;:12309,&quot;37809&quot;:12310,&quot;37777&quot;:12311,&quot;37810&quot;:12312,&quot;37796&quot;:12313,&quot;37800&quot;:12314,&quot;37812&quot;:12315,&quot;37795&quot;:12316,&quot;38354&quot;:12317,&quot;38355&quot;:12318,&quot;38353&quot;:12319,&quot;38579&quot;:12320,&quot;38615&quot;:12321,&quot;38618&quot;:12322,&quot;24002&quot;:12323,&quot;38623&quot;:12324,&quot;38616&quot;:12325,&quot;38621&quot;:12326,&quot;38691&quot;:12327,&quot;38690&quot;:12328,&quot;38693&quot;:12329,&quot;38828&quot;:12330,&quot;38830&quot;:12331,&quot;38824&quot;:12332,&quot;38827&quot;:12333,&quot;38820&quot;:12334,&quot;38826&quot;:12335,&quot;38818&quot;:12336,&quot;38821&quot;:12337,&quot;38871&quot;:12338,&quot;38873&quot;:12339,&quot;38870&quot;:12340,&quot;38872&quot;:12341,&quot;38906&quot;:12342,&quot;38992&quot;:12343,&quot;38993&quot;:12344,&quot;38994&quot;:12345,&quot;39096&quot;:12346,&quot;39233&quot;:12347,&quot;39228&quot;:12348,&quot;39226&quot;:12349,&quot;39439&quot;:12350,&quot;39435&quot;:12351,&quot;39433&quot;:12352,&quot;39437&quot;:12353,&quot;39428&quot;:12354,&quot;39441&quot;:12355,&quot;39434&quot;:12356,&quot;39429&quot;:12357,&quot;39431&quot;:12358,&quot;39430&quot;:12359,&quot;39616&quot;:12360,&quot;39644&quot;:12361,&quot;39688&quot;:12362,&quot;39684&quot;:12363,&quot;39685&quot;:12364,&quot;39721&quot;:12365,&quot;39733&quot;:12366,&quot;39754&quot;:12367,&quot;39756&quot;:12368,&quot;39755&quot;:12369,&quot;39879&quot;:12370,&quot;39878&quot;:12371,&quot;39875&quot;:12372,&quot;39871&quot;:12373,&quot;39873&quot;:12374,&quot;39861&quot;:12375,&quot;39864&quot;:12376,&quot;39891&quot;:12377,&quot;39862&quot;:12378,&quot;39876&quot;:12379,&quot;39865&quot;:12380,&quot;39869&quot;:12381,&quot;40284&quot;:12382,&quot;40275&quot;:12383,&quot;40271&quot;:12384,&quot;40266&quot;:12385,&quot;40283&quot;:12386,&quot;40267&quot;:12387,&quot;40281&quot;:12388,&quot;40278&quot;:12389,&quot;40268&quot;:12390,&quot;40279&quot;:12391,&quot;40274&quot;:12392,&quot;40276&quot;:12393,&quot;40287&quot;:12394,&quot;40280&quot;:12395,&quot;40282&quot;:12396,&quot;40590&quot;:12397,&quot;40588&quot;:12398,&quot;40671&quot;:12399,&quot;40705&quot;:12400,&quot;40704&quot;:12401,&quot;40726&quot;:12402,&quot;58693&quot;:12402,&quot;40741&quot;:12403,&quot;40747&quot;:12404,&quot;40746&quot;:12405,&quot;40745&quot;:12406,&quot;40744&quot;:12407,&quot;40780&quot;:12408,&quot;40789&quot;:12409,&quot;20788&quot;:12410,&quot;20789&quot;:12411,&quot;21142&quot;:12412,&quot;21239&quot;:12413,&quot;21428&quot;:12414,&quot;22187&quot;:12415,&quot;22189&quot;:12416,&quot;22182&quot;:12417,&quot;22183&quot;:12418,&quot;22186&quot;:12419,&quot;22188&quot;:12420,&quot;22746&quot;:12421,&quot;22749&quot;:12422,&quot;22747&quot;:12423,&quot;22802&quot;:12424,&quot;23357&quot;:12425,&quot;23358&quot;:12426,&quot;23359&quot;:12427,&quot;24003&quot;:12428,&quot;24176&quot;:12429,&quot;24511&quot;:12430,&quot;25083&quot;:12431,&quot;25863&quot;:12432,&quot;25872&quot;:12433,&quot;25869&quot;:12434,&quot;25865&quot;:12435,&quot;25868&quot;:12436,&quot;25870&quot;:12437,&quot;25988&quot;:12438,&quot;26078&quot;:12439,&quot;26077&quot;:12440,&quot;26334&quot;:12441,&quot;27367&quot;:12442,&quot;27360&quot;:12443,&quot;27340&quot;:12444,&quot;27345&quot;:12445,&quot;27353&quot;:12446,&quot;27339&quot;:12447,&quot;27359&quot;:12448,&quot;27356&quot;:12449,&quot;27344&quot;:12450,&quot;27371&quot;:12451,&quot;27343&quot;:12452,&quot;27341&quot;:12453,&quot;27358&quot;:12454,&quot;27488&quot;:12455,&quot;27568&quot;:12456,&quot;27660&quot;:12457,&quot;28697&quot;:12458,&quot;28711&quot;:12459,&quot;28704&quot;:12460,&quot;28694&quot;:12461,&quot;28715&quot;:12462,&quot;28705&quot;:12463,&quot;28706&quot;:12464,&quot;28707&quot;:12465,&quot;28713&quot;:12466,&quot;28695&quot;:12467,&quot;28708&quot;:12468,&quot;28700&quot;:12469,&quot;29196&quot;:12470,&quot;29194&quot;:12471,&quot;29191&quot;:12472,&quot;29186&quot;:12473,&quot;29189&quot;:12474,&quot;29349&quot;:12475,&quot;29350&quot;:12476,&quot;29348&quot;:12477,&quot;29347&quot;:12478,&quot;29345&quot;:12479,&quot;29899&quot;:12480,&quot;29893&quot;:12481,&quot;29879&quot;:12482,&quot;29891&quot;:12483,&quot;29974&quot;:12484,&quot;30304&quot;:12485,&quot;30665&quot;:12486,&quot;30666&quot;:12487,&quot;30660&quot;:12488,&quot;30705&quot;:12489,&quot;31005&quot;:12490,&quot;31003&quot;:12491,&quot;31009&quot;:12492,&quot;31004&quot;:12493,&quot;30999&quot;:12494,&quot;31006&quot;:12495,&quot;31152&quot;:12496,&quot;31335&quot;:12497,&quot;31336&quot;:12498,&quot;31795&quot;:12499,&quot;31804&quot;:12500,&quot;31801&quot;:12501,&quot;31788&quot;:12502,&quot;31803&quot;:12503,&quot;31980&quot;:12504,&quot;31978&quot;:12505,&quot;32374&quot;:12506,&quot;32373&quot;:12507,&quot;32376&quot;:12508,&quot;32368&quot;:12509,&quot;32375&quot;:12510,&quot;32367&quot;:12511,&quot;32378&quot;:12512,&quot;32370&quot;:12513,&quot;32372&quot;:12514,&quot;32360&quot;:12515,&quot;32587&quot;:12516,&quot;32586&quot;:12517,&quot;32643&quot;:12518,&quot;32646&quot;:12519,&quot;32695&quot;:12520,&quot;32765&quot;:12521,&quot;32766&quot;:12522,&quot;32888&quot;:12523,&quot;33239&quot;:12524,&quot;33237&quot;:12525,&quot;33291&quot;:12526,&quot;33380&quot;:12527,&quot;33377&quot;:12528,&quot;33379&quot;:12529,&quot;34283&quot;:12530,&quot;34289&quot;:12531,&quot;34285&quot;:12532,&quot;34265&quot;:12533,&quot;34273&quot;:12534,&quot;34280&quot;:12535,&quot;34266&quot;:12536,&quot;34263&quot;:12537,&quot;34284&quot;:12538,&quot;34290&quot;:12539,&quot;34296&quot;:12540,&quot;34264&quot;:12541,&quot;34271&quot;:12542,&quot;34275&quot;:12543,&quot;34268&quot;:12544,&quot;34257&quot;:12545,&quot;34288&quot;:12546,&quot;34278&quot;:12547,&quot;34287&quot;:12548,&quot;34270&quot;:12549,&quot;34274&quot;:12550,&quot;34816&quot;:12551,&quot;34810&quot;:12552,&quot;34819&quot;:12553,&quot;34806&quot;:12554,&quot;34807&quot;:12555,&quot;34825&quot;:12556,&quot;34828&quot;:12557,&quot;34827&quot;:12558,&quot;34822&quot;:12559,&quot;34812&quot;:12560,&quot;34824&quot;:12561,&quot;34815&quot;:12562,&quot;34826&quot;:12563,&quot;34818&quot;:12564,&quot;35170&quot;:12565,&quot;35162&quot;:12566,&quot;35163&quot;:12567,&quot;35159&quot;:12568,&quot;35169&quot;:12569,&quot;35164&quot;:12570,&quot;35160&quot;:12571,&quot;35165&quot;:12572,&quot;35161&quot;:12573,&quot;35208&quot;:12574,&quot;35255&quot;:12575,&quot;35254&quot;:12576,&quot;35318&quot;:12577,&quot;35664&quot;:12578,&quot;35656&quot;:12579,&quot;35658&quot;:12580,&quot;35648&quot;:12581,&quot;35667&quot;:12582,&quot;35670&quot;:12583,&quot;35668&quot;:12584,&quot;35659&quot;:12585,&quot;35669&quot;:12586,&quot;35665&quot;:12587,&quot;35650&quot;:12588,&quot;35666&quot;:12589,&quot;35671&quot;:12590,&quot;35907&quot;:12591,&quot;35959&quot;:12592,&quot;35958&quot;:12593,&quot;35994&quot;:12594,&quot;36102&quot;:12595,&quot;36103&quot;:12596,&quot;36105&quot;:12597,&quot;36268&quot;:12598,&quot;36266&quot;:12599,&quot;36269&quot;:12600,&quot;36267&quot;:12601,&quot;36461&quot;:12602,&quot;36472&quot;:12603,&quot;36467&quot;:12604,&quot;36458&quot;:12605,&quot;36463&quot;:12606,&quot;36475&quot;:12607,&quot;36546&quot;:12608,&quot;36690&quot;:12609,&quot;36689&quot;:12610,&quot;36687&quot;:12611,&quot;36688&quot;:12612,&quot;36691&quot;:12613,&quot;36788&quot;:12614,&quot;37184&quot;:12615,&quot;37183&quot;:12616,&quot;37296&quot;:12617,&quot;37293&quot;:12618,&quot;37854&quot;:12619,&quot;37831&quot;:12620,&quot;37839&quot;:12621,&quot;37826&quot;:12622,&quot;37850&quot;:12623,&quot;37840&quot;:12624,&quot;37881&quot;:12625,&quot;37868&quot;:12626,&quot;37836&quot;:12627,&quot;37849&quot;:12628,&quot;37801&quot;:12629,&quot;37862&quot;:12630,&quot;37834&quot;:12631,&quot;37844&quot;:12632,&quot;37870&quot;:12633,&quot;37859&quot;:12634,&quot;37845&quot;:12635,&quot;37828&quot;:12636,&quot;37838&quot;:12637,&quot;37824&quot;:12638,&quot;37842&quot;:12639,&quot;37797&quot;:12640,&quot;37863&quot;:12641,&quot;38269&quot;:12642,&quot;38362&quot;:12643,&quot;38363&quot;:12644,&quot;38625&quot;:12645,&quot;38697&quot;:12646,&quot;38699&quot;:12647,&quot;38700&quot;:12648,&quot;38696&quot;:12649,&quot;38694&quot;:12650,&quot;38835&quot;:12651,&quot;38839&quot;:12652,&quot;38838&quot;:12653,&quot;38877&quot;:12654,&quot;38878&quot;:12655,&quot;38879&quot;:12656,&quot;39004&quot;:12657,&quot;39001&quot;:12658,&quot;39005&quot;:12659,&quot;38999&quot;:12660,&quot;39103&quot;:12661,&quot;39101&quot;:12662,&quot;39099&quot;:12663,&quot;39102&quot;:12664,&quot;39240&quot;:12665,&quot;39239&quot;:12666,&quot;39235&quot;:12667,&quot;39334&quot;:12668,&quot;39335&quot;:12669,&quot;39450&quot;:12670,&quot;39445&quot;:12671,&quot;39461&quot;:12672,&quot;39453&quot;:12673,&quot;39460&quot;:12674,&quot;39451&quot;:12675,&quot;39458&quot;:12676,&quot;39456&quot;:12677,&quot;39463&quot;:12678,&quot;39459&quot;:12679,&quot;39454&quot;:12680,&quot;39452&quot;:12681,&quot;39444&quot;:12682,&quot;39618&quot;:12683,&quot;39691&quot;:12684,&quot;39690&quot;:12685,&quot;39694&quot;:12686,&quot;39692&quot;:12687,&quot;39735&quot;:12688,&quot;39914&quot;:12689,&quot;39915&quot;:12690,&quot;39904&quot;:12691,&quot;39902&quot;:12692,&quot;39908&quot;:12693,&quot;39910&quot;:12694,&quot;39906&quot;:12695,&quot;39920&quot;:12696,&quot;39892&quot;:12697,&quot;39895&quot;:12698,&quot;39916&quot;:12699,&quot;39900&quot;:12700,&quot;39897&quot;:12701,&quot;39909&quot;:12702,&quot;39893&quot;:12703,&quot;39905&quot;:12704,&quot;39898&quot;:12705,&quot;40311&quot;:12706,&quot;40321&quot;:12707,&quot;40330&quot;:12708,&quot;40324&quot;:12709,&quot;40328&quot;:12710,&quot;40305&quot;:12711,&quot;40320&quot;:12712,&quot;40312&quot;:12713,&quot;40326&quot;:12714,&quot;40331&quot;:12715,&quot;40332&quot;:12716,&quot;40317&quot;:12717,&quot;40299&quot;:12718,&quot;40308&quot;:12719,&quot;40309&quot;:12720,&quot;40304&quot;:12721,&quot;40297&quot;:12722,&quot;40325&quot;:12723,&quot;40307&quot;:12724,&quot;40315&quot;:12725,&quot;40322&quot;:12726,&quot;40303&quot;:12727,&quot;40313&quot;:12728,&quot;40319&quot;:12729,&quot;40327&quot;:12730,&quot;40296&quot;:12731,&quot;40596&quot;:12732,&quot;40593&quot;:12733,&quot;40640&quot;:12734,&quot;40700&quot;:12735,&quot;40749&quot;:12736,&quot;40768&quot;:12737,&quot;40769&quot;:12738,&quot;40781&quot;:12739,&quot;40790&quot;:12740,&quot;40791&quot;:12741,&quot;40792&quot;:12742,&quot;21303&quot;:12743,&quot;22194&quot;:12744,&quot;22197&quot;:12745,&quot;22195&quot;:12746,&quot;22755&quot;:12747,&quot;23365&quot;:12748,&quot;24006&quot;:12749,&quot;24007&quot;:12750,&quot;24302&quot;:12751,&quot;24303&quot;:12752,&quot;24512&quot;:12753,&quot;24513&quot;:12754,&quot;25081&quot;:12755,&quot;25879&quot;:12756,&quot;25878&quot;:12757,&quot;25877&quot;:12758,&quot;25875&quot;:12759,&quot;26079&quot;:12760,&quot;26344&quot;:12761,&quot;26339&quot;:12762,&quot;26340&quot;:12763,&quot;27379&quot;:12764,&quot;27376&quot;:12765,&quot;27370&quot;:12766,&quot;27368&quot;:12767,&quot;27385&quot;:12768,&quot;27377&quot;:12769,&quot;27374&quot;:12770,&quot;27375&quot;:12771,&quot;28732&quot;:12772,&quot;28725&quot;:12773,&quot;28719&quot;:12774,&quot;28727&quot;:12775,&quot;28724&quot;:12776,&quot;28721&quot;:12777,&quot;28738&quot;:12778,&quot;28728&quot;:12779,&quot;28735&quot;:12780,&quot;28730&quot;:12781,&quot;28729&quot;:12782,&quot;28714&quot;:12783,&quot;28736&quot;:12784,&quot;28731&quot;:12785,&quot;28723&quot;:12786,&quot;28737&quot;:12787,&quot;29203&quot;:12788,&quot;29204&quot;:12789,&quot;29352&quot;:12790,&quot;29565&quot;:12791,&quot;29564&quot;:12792,&quot;29882&quot;:12793,&quot;30379&quot;:12794,&quot;30378&quot;:12795,&quot;30398&quot;:12796,&quot;30445&quot;:12797,&quot;30668&quot;:12798,&quot;30670&quot;:12799,&quot;30671&quot;:12800,&quot;30669&quot;:12801,&quot;30706&quot;:12802,&quot;31013&quot;:12803,&quot;31011&quot;:12804,&quot;31015&quot;:12805,&quot;31016&quot;:12806,&quot;31012&quot;:12807,&quot;31017&quot;:12808,&quot;31154&quot;:12809,&quot;31342&quot;:12810,&quot;31340&quot;:12811,&quot;31341&quot;:12812,&quot;31479&quot;:12813,&quot;31817&quot;:12814,&quot;31816&quot;:12815,&quot;31818&quot;:12816,&quot;31815&quot;:12817,&quot;31813&quot;:12818,&quot;31982&quot;:12819,&quot;32379&quot;:12820,&quot;32382&quot;:12821,&quot;32385&quot;:12822,&quot;32384&quot;:12823,&quot;32698&quot;:12824,&quot;32767&quot;:12825,&quot;32889&quot;:12826,&quot;33243&quot;:12827,&quot;33241&quot;:12828,&quot;33384&quot;:12829,&quot;33385&quot;:12830,&quot;34338&quot;:12831,&quot;34303&quot;:12832,&quot;34305&quot;:12833,&quot;34302&quot;:12834,&quot;34331&quot;:12835,&quot;34304&quot;:12836,&quot;34294&quot;:12837,&quot;34308&quot;:12838,&quot;34313&quot;:12839,&quot;34309&quot;:12840,&quot;34316&quot;:12841,&quot;34301&quot;:12842,&quot;34841&quot;:12843,&quot;34832&quot;:12844,&quot;34833&quot;:12845,&quot;34839&quot;:12846,&quot;34835&quot;:12847,&quot;34838&quot;:12848,&quot;35171&quot;:12849,&quot;35174&quot;:12850,&quot;35257&quot;:12851,&quot;35319&quot;:12852,&quot;35680&quot;:12853,&quot;35690&quot;:12854,&quot;35677&quot;:12855,&quot;35688&quot;:12856,&quot;35683&quot;:12857,&quot;35685&quot;:12858,&quot;35687&quot;:12859,&quot;35693&quot;:12860,&quot;36270&quot;:12861,&quot;36486&quot;:12862,&quot;36488&quot;:12863,&quot;36484&quot;:12864,&quot;36697&quot;:12865,&quot;36694&quot;:12866,&quot;36695&quot;:12867,&quot;36693&quot;:12868,&quot;36696&quot;:12869,&quot;36698&quot;:12870,&quot;37005&quot;:12871,&quot;37187&quot;:12872,&quot;37185&quot;:12873,&quot;37303&quot;:12874,&quot;37301&quot;:12875,&quot;37298&quot;:12876,&quot;37299&quot;:12877,&quot;37899&quot;:12878,&quot;37907&quot;:12879,&quot;37883&quot;:12880,&quot;37920&quot;:12881,&quot;37903&quot;:12882,&quot;37908&quot;:12883,&quot;37886&quot;:12884,&quot;37909&quot;:12885,&quot;37904&quot;:12886,&quot;37928&quot;:12887,&quot;37913&quot;:12888,&quot;37901&quot;:12889,&quot;37877&quot;:12890,&quot;37888&quot;:12891,&quot;37879&quot;:12892,&quot;37895&quot;:12893,&quot;37902&quot;:12894,&quot;37910&quot;:12895,&quot;37906&quot;:12896,&quot;37882&quot;:12897,&quot;37897&quot;:12898,&quot;37880&quot;:12899,&quot;37948&quot;:12900,&quot;37898&quot;:12901,&quot;37887&quot;:12902,&quot;37884&quot;:12903,&quot;37900&quot;:12904,&quot;37878&quot;:12905,&quot;37905&quot;:12906,&quot;37894&quot;:12907,&quot;38366&quot;:12908,&quot;38368&quot;:12909,&quot;38367&quot;:12910,&quot;38702&quot;:12911,&quot;38703&quot;:12912,&quot;38841&quot;:12913,&quot;38843&quot;:12914,&quot;38909&quot;:12915,&quot;38910&quot;:12916,&quot;39008&quot;:12917,&quot;39010&quot;:12918,&quot;39011&quot;:12919,&quot;39007&quot;:12920,&quot;39105&quot;:12921,&quot;39106&quot;:12922,&quot;39248&quot;:12923,&quot;39246&quot;:12924,&quot;39257&quot;:12925,&quot;39244&quot;:12926,&quot;39243&quot;:12927,&quot;39251&quot;:12928,&quot;39474&quot;:12929,&quot;39476&quot;:12930,&quot;39473&quot;:12931,&quot;39468&quot;:12932,&quot;39466&quot;:12933,&quot;39478&quot;:12934,&quot;39465&quot;:12935,&quot;39470&quot;:12936,&quot;39480&quot;:12937,&quot;39469&quot;:12938,&quot;39623&quot;:12939,&quot;39626&quot;:12940,&quot;39622&quot;:12941,&quot;39696&quot;:12942,&quot;39698&quot;:12943,&quot;39697&quot;:12944,&quot;39947&quot;:12945,&quot;39944&quot;:12946,&quot;39927&quot;:12947,&quot;39941&quot;:12948,&quot;39954&quot;:12949,&quot;39928&quot;:12950,&quot;40000&quot;:12951,&quot;39943&quot;:12952,&quot;39950&quot;:12953,&quot;39942&quot;:12954,&quot;39959&quot;:12955,&quot;39956&quot;:12956,&quot;39945&quot;:12957,&quot;40351&quot;:12958,&quot;40345&quot;:12959,&quot;40356&quot;:12960,&quot;40349&quot;:12961,&quot;40338&quot;:12962,&quot;40344&quot;:12963,&quot;40336&quot;:12964,&quot;40347&quot;:12965,&quot;40352&quot;:12966,&quot;40340&quot;:12967,&quot;40348&quot;:12968,&quot;40362&quot;:12969,&quot;40343&quot;:12970,&quot;40353&quot;:12971,&quot;40346&quot;:12972,&quot;40354&quot;:12973,&quot;40360&quot;:12974,&quot;40350&quot;:12975,&quot;40355&quot;:12976,&quot;40383&quot;:12977,&quot;40361&quot;:12978,&quot;40342&quot;:12979,&quot;40358&quot;:12980,&quot;40359&quot;:12981,&quot;40601&quot;:12982,&quot;40603&quot;:12983,&quot;40602&quot;:12984,&quot;40677&quot;:12985,&quot;40676&quot;:12986,&quot;40679&quot;:12987,&quot;40678&quot;:12988,&quot;40752&quot;:12989,&quot;40750&quot;:12990,&quot;40795&quot;:12991,&quot;40800&quot;:12992,&quot;40798&quot;:12993,&quot;40797&quot;:12994,&quot;40793&quot;:12995,&quot;40849&quot;:12996,&quot;20794&quot;:12997,&quot;20793&quot;:12998,&quot;21144&quot;:12999,&quot;21143&quot;:13000,&quot;22211&quot;:13001,&quot;22205&quot;:13002,&quot;22206&quot;:13003,&quot;23368&quot;:13004,&quot;23367&quot;:13005,&quot;24011&quot;:13006,&quot;24015&quot;:13007,&quot;24305&quot;:13008,&quot;25085&quot;:13009,&quot;25883&quot;:13010,&quot;27394&quot;:13011,&quot;27388&quot;:13012,&quot;27395&quot;:13013,&quot;27384&quot;:13014,&quot;27392&quot;:13015,&quot;28739&quot;:13016,&quot;28740&quot;:13017,&quot;28746&quot;:13018,&quot;28744&quot;:13019,&quot;28745&quot;:13020,&quot;28741&quot;:13021,&quot;28742&quot;:13022,&quot;29213&quot;:13023,&quot;29210&quot;:13024,&quot;29209&quot;:13025,&quot;29566&quot;:13026,&quot;29975&quot;:13027,&quot;30314&quot;:13028,&quot;30672&quot;:13029,&quot;31021&quot;:13030,&quot;31025&quot;:13031,&quot;31023&quot;:13032,&quot;31828&quot;:13033,&quot;31827&quot;:13034,&quot;31986&quot;:13035,&quot;32394&quot;:13036,&quot;60229&quot;:13037,&quot;32391&quot;:13037,&quot;32392&quot;:13038,&quot;32395&quot;:13039,&quot;32390&quot;:13040,&quot;32397&quot;:13041,&quot;32589&quot;:13042,&quot;32699&quot;:13043,&quot;32816&quot;:13044,&quot;33245&quot;:13045,&quot;34328&quot;:13046,&quot;34346&quot;:13047,&quot;34342&quot;:13048,&quot;34335&quot;:13049,&quot;34339&quot;:13050,&quot;34332&quot;:13051,&quot;34329&quot;:13052,&quot;34343&quot;:13053,&quot;34350&quot;:13054,&quot;34337&quot;:13055,&quot;34336&quot;:13056,&quot;34345&quot;:13057,&quot;34334&quot;:13058,&quot;34341&quot;:13059,&quot;34857&quot;:13060,&quot;34845&quot;:13061,&quot;34843&quot;:13062,&quot;34848&quot;:13063,&quot;34852&quot;:13064,&quot;34844&quot;:13065,&quot;34859&quot;:13066,&quot;34890&quot;:13067,&quot;35181&quot;:13068,&quot;35177&quot;:13069,&quot;35182&quot;:13070,&quot;35179&quot;:13071,&quot;35322&quot;:13072,&quot;35705&quot;:13073,&quot;35704&quot;:13074,&quot;35653&quot;:13075,&quot;35706&quot;:13076,&quot;35707&quot;:13077,&quot;36112&quot;:13078,&quot;36116&quot;:13079,&quot;36271&quot;:13080,&quot;36494&quot;:13081,&quot;36492&quot;:13082,&quot;36702&quot;:13083,&quot;36699&quot;:13084,&quot;36701&quot;:13085,&quot;37190&quot;:13086,&quot;37188&quot;:13087,&quot;37189&quot;:13088,&quot;37305&quot;:13089,&quot;37951&quot;:13090,&quot;37947&quot;:13091,&quot;37942&quot;:13092,&quot;37929&quot;:13093,&quot;37949&quot;:13094,&quot;37936&quot;:13095,&quot;37945&quot;:13096,&quot;37930&quot;:13097,&quot;37943&quot;:13098,&quot;37932&quot;:13099,&quot;37952&quot;:13100,&quot;37937&quot;:13101,&quot;38373&quot;:13102,&quot;38372&quot;:13103,&quot;38371&quot;:13104,&quot;38709&quot;:13105,&quot;38714&quot;:13106,&quot;38847&quot;:13107,&quot;38881&quot;:13108,&quot;39012&quot;:13109,&quot;39113&quot;:13110,&quot;39110&quot;:13111,&quot;39104&quot;:13112,&quot;39256&quot;:13113,&quot;39254&quot;:13114,&quot;39481&quot;:13115,&quot;39485&quot;:13116,&quot;39494&quot;:13117,&quot;39492&quot;:13118,&quot;39490&quot;:13119,&quot;39489&quot;:13120,&quot;39482&quot;:13121,&quot;39487&quot;:13122,&quot;39629&quot;:13123,&quot;39701&quot;:13124,&quot;39703&quot;:13125,&quot;39704&quot;:13126,&quot;39702&quot;:13127,&quot;39738&quot;:13128,&quot;39762&quot;:13129,&quot;39979&quot;:13130,&quot;39965&quot;:13131,&quot;39964&quot;:13132,&quot;39980&quot;:13133,&quot;39971&quot;:13134,&quot;39976&quot;:13135,&quot;39977&quot;:13136,&quot;39972&quot;:13137,&quot;39969&quot;:13138,&quot;40375&quot;:13139,&quot;40374&quot;:13140,&quot;40380&quot;:13141,&quot;40385&quot;:13142,&quot;40391&quot;:13143,&quot;40394&quot;:13144,&quot;40399&quot;:13145,&quot;40382&quot;:13146,&quot;40389&quot;:13147,&quot;40387&quot;:13148,&quot;40379&quot;:13149,&quot;40373&quot;:13150,&quot;40398&quot;:13151,&quot;40377&quot;:13152,&quot;40378&quot;:13153,&quot;40364&quot;:13154,&quot;40392&quot;:13155,&quot;40369&quot;:13156,&quot;40365&quot;:13157,&quot;40396&quot;:13158,&quot;40371&quot;:13159,&quot;40397&quot;:13160,&quot;40370&quot;:13161,&quot;40570&quot;:13162,&quot;40604&quot;:13163,&quot;40683&quot;:13164,&quot;40686&quot;:13165,&quot;40685&quot;:13166,&quot;40731&quot;:13167,&quot;40728&quot;:13168,&quot;40730&quot;:13169,&quot;40753&quot;:13170,&quot;40782&quot;:13171,&quot;40805&quot;:13172,&quot;40804&quot;:13173,&quot;40850&quot;:13174,&quot;20153&quot;:13175,&quot;22214&quot;:13176,&quot;22213&quot;:13177,&quot;22219&quot;:13178,&quot;22897&quot;:13179,&quot;23371&quot;:13180,&quot;23372&quot;:13181,&quot;24021&quot;:13182,&quot;24017&quot;:13183,&quot;24306&quot;:13184,&quot;25889&quot;:13185,&quot;25888&quot;:13186,&quot;25894&quot;:13187,&quot;25890&quot;:13188,&quot;27403&quot;:13189,&quot;27400&quot;:13190,&quot;27401&quot;:13191,&quot;27661&quot;:13192,&quot;28757&quot;:13193,&quot;28758&quot;:13194,&quot;28759&quot;:13195,&quot;28754&quot;:13196,&quot;29214&quot;:13197,&quot;29215&quot;:13198,&quot;29353&quot;:13199,&quot;29567&quot;:13200,&quot;29912&quot;:13201,&quot;29909&quot;:13202,&quot;29913&quot;:13203,&quot;29911&quot;:13204,&quot;30317&quot;:13205,&quot;30381&quot;:13206,&quot;31029&quot;:13207,&quot;31156&quot;:13208,&quot;31344&quot;:13209,&quot;31345&quot;:13210,&quot;31831&quot;:13211,&quot;31836&quot;:13212,&quot;31833&quot;:13213,&quot;31835&quot;:13214,&quot;31834&quot;:13215,&quot;31988&quot;:13216,&quot;31985&quot;:13217,&quot;32401&quot;:13218,&quot;32591&quot;:13219,&quot;32647&quot;:13220,&quot;33246&quot;:13221,&quot;33387&quot;:13222,&quot;34356&quot;:13223,&quot;34357&quot;:13224,&quot;34355&quot;:13225,&quot;34348&quot;:13226,&quot;34354&quot;:13227,&quot;34358&quot;:13228,&quot;34860&quot;:13229,&quot;34856&quot;:13230,&quot;34854&quot;:13231,&quot;34858&quot;:13232,&quot;34853&quot;:13233,&quot;35185&quot;:13234,&quot;35263&quot;:13235,&quot;35262&quot;:13236,&quot;35323&quot;:13237,&quot;35710&quot;:13238,&quot;35716&quot;:13239,&quot;35714&quot;:13240,&quot;35718&quot;:13241,&quot;35717&quot;:13242,&quot;35711&quot;:13243,&quot;36117&quot;:13244,&quot;36501&quot;:13245,&quot;36500&quot;:13246,&quot;36506&quot;:13247,&quot;36498&quot;:13248,&quot;36496&quot;:13249,&quot;36502&quot;:13250,&quot;36503&quot;:13251,&quot;36704&quot;:13252,&quot;36706&quot;:13253,&quot;37191&quot;:13254,&quot;37964&quot;:13255,&quot;37968&quot;:13256,&quot;37962&quot;:13257,&quot;37963&quot;:13258,&quot;37967&quot;:13259,&quot;37959&quot;:13260,&quot;37957&quot;:13261,&quot;37960&quot;:13262,&quot;37961&quot;:13263,&quot;37958&quot;:13264,&quot;38719&quot;:13265,&quot;38883&quot;:13266,&quot;39018&quot;:13267,&quot;39017&quot;:13268,&quot;39115&quot;:13269,&quot;39252&quot;:13270,&quot;39259&quot;:13271,&quot;39502&quot;:13272,&quot;39507&quot;:13273,&quot;39508&quot;:13274,&quot;39500&quot;:13275,&quot;39503&quot;:13276,&quot;39496&quot;:13277,&quot;39498&quot;:13278,&quot;39497&quot;:13279,&quot;39506&quot;:13280,&quot;39504&quot;:13281,&quot;39632&quot;:13282,&quot;39705&quot;:13283,&quot;39723&quot;:13284,&quot;39739&quot;:13285,&quot;39766&quot;:13286,&quot;39765&quot;:13287,&quot;40006&quot;:13288,&quot;40008&quot;:13289,&quot;39999&quot;:13290,&quot;40004&quot;:13291,&quot;39993&quot;:13292,&quot;39987&quot;:13293,&quot;40001&quot;:13294,&quot;39996&quot;:13295,&quot;39991&quot;:13296,&quot;39988&quot;:13297,&quot;39986&quot;:13298,&quot;39997&quot;:13299,&quot;39990&quot;:13300,&quot;40411&quot;:13301,&quot;40402&quot;:13302,&quot;40414&quot;:13303,&quot;40410&quot;:13304,&quot;40395&quot;:13305,&quot;40400&quot;:13306,&quot;40412&quot;:13307,&quot;40401&quot;:13308,&quot;40415&quot;:13309,&quot;40425&quot;:13310,&quot;40409&quot;:13311,&quot;40408&quot;:13312,&quot;40406&quot;:13313,&quot;40437&quot;:13314,&quot;40405&quot;:13315,&quot;40413&quot;:13316,&quot;40630&quot;:13317,&quot;40688&quot;:13318,&quot;40757&quot;:13319,&quot;40755&quot;:13320,&quot;40754&quot;:13321,&quot;40770&quot;:13322,&quot;40811&quot;:13323,&quot;40853&quot;:13324,&quot;40866&quot;:13325,&quot;20797&quot;:13326,&quot;21145&quot;:13327,&quot;22760&quot;:13328,&quot;22759&quot;:13329,&quot;22898&quot;:13330,&quot;23373&quot;:13331,&quot;24024&quot;:13332,&quot;34863&quot;:13333,&quot;24399&quot;:13334,&quot;25089&quot;:13335,&quot;25091&quot;:13336,&quot;25092&quot;:13337,&quot;25897&quot;:13338,&quot;25893&quot;:13339,&quot;26006&quot;:13340,&quot;26347&quot;:13341,&quot;27409&quot;:13342,&quot;27410&quot;:13343,&quot;27407&quot;:13344,&quot;27594&quot;:13345,&quot;28763&quot;:13346,&quot;28762&quot;:13347,&quot;29218&quot;:13348,&quot;29570&quot;:13349,&quot;29569&quot;:13350,&quot;29571&quot;:13351,&quot;30320&quot;:13352,&quot;30676&quot;:13353,&quot;31847&quot;:13354,&quot;31846&quot;:13355,&quot;32405&quot;:13356,&quot;33388&quot;:13357,&quot;34362&quot;:13358,&quot;34368&quot;:13359,&quot;34361&quot;:13360,&quot;34364&quot;:13361,&quot;34353&quot;:13362,&quot;34363&quot;:13363,&quot;34366&quot;:13364,&quot;34864&quot;:13365,&quot;34866&quot;:13366,&quot;34862&quot;:13367,&quot;34867&quot;:13368,&quot;35190&quot;:13369,&quot;35188&quot;:13370,&quot;35187&quot;:13371,&quot;35326&quot;:13372,&quot;35724&quot;:13373,&quot;35726&quot;:13374,&quot;35723&quot;:13375,&quot;35720&quot;:13376,&quot;35909&quot;:13377,&quot;36121&quot;:13378,&quot;36504&quot;:13379,&quot;36708&quot;:13380,&quot;36707&quot;:13381,&quot;37308&quot;:13382,&quot;37986&quot;:13383,&quot;37973&quot;:13384,&quot;37981&quot;:13385,&quot;37975&quot;:13386,&quot;37982&quot;:13387,&quot;38852&quot;:13388,&quot;38853&quot;:13389,&quot;38912&quot;:13390,&quot;39510&quot;:13391,&quot;39513&quot;:13392,&quot;39710&quot;:13393,&quot;39711&quot;:13394,&quot;39712&quot;:13395,&quot;40018&quot;:13396,&quot;40024&quot;:13397,&quot;40016&quot;:13398,&quot;40010&quot;:13399,&quot;40013&quot;:13400,&quot;40011&quot;:13401,&quot;40021&quot;:13402,&quot;40025&quot;:13403,&quot;40012&quot;:13404,&quot;40014&quot;:13405,&quot;40443&quot;:13406,&quot;40439&quot;:13407,&quot;40431&quot;:13408,&quot;40419&quot;:13409,&quot;40427&quot;:13410,&quot;40440&quot;:13411,&quot;40420&quot;:13412,&quot;40438&quot;:13413,&quot;40417&quot;:13414,&quot;40430&quot;:13415,&quot;40422&quot;:13416,&quot;40434&quot;:13417,&quot;40432&quot;:13418,&quot;60370&quot;:13418,&quot;40418&quot;:13419,&quot;40428&quot;:13420,&quot;40436&quot;:13421,&quot;40435&quot;:13422,&quot;40424&quot;:13423,&quot;40429&quot;:13424,&quot;40642&quot;:13425,&quot;40656&quot;:13426,&quot;40690&quot;:13427,&quot;40691&quot;:13428,&quot;40710&quot;:13429,&quot;40732&quot;:13430,&quot;40760&quot;:13431,&quot;40759&quot;:13432,&quot;40758&quot;:13433,&quot;40771&quot;:13434,&quot;40783&quot;:13435,&quot;40817&quot;:13436,&quot;40816&quot;:13437,&quot;40814&quot;:13438,&quot;40815&quot;:13439,&quot;22227&quot;:13440,&quot;22221&quot;:13441,&quot;23374&quot;:13442,&quot;23661&quot;:13443,&quot;25901&quot;:13444,&quot;26349&quot;:13445,&quot;26350&quot;:13446,&quot;27411&quot;:13447,&quot;28767&quot;:13448,&quot;28769&quot;:13449,&quot;28765&quot;:13450,&quot;28768&quot;:13451,&quot;29219&quot;:13452,&quot;29915&quot;:13453,&quot;29925&quot;:13454,&quot;30677&quot;:13455,&quot;31032&quot;:13456,&quot;31159&quot;:13457,&quot;31158&quot;:13458,&quot;31850&quot;:13459,&quot;32407&quot;:13460,&quot;32649&quot;:13461,&quot;33389&quot;:13462,&quot;34371&quot;:13463,&quot;34872&quot;:13464,&quot;34871&quot;:13465,&quot;34869&quot;:13466,&quot;34891&quot;:13467,&quot;35732&quot;:13468,&quot;35733&quot;:13469,&quot;36510&quot;:13470,&quot;36511&quot;:13471,&quot;36512&quot;:13472,&quot;36509&quot;:13473,&quot;37310&quot;:13474,&quot;37309&quot;:13475,&quot;37314&quot;:13476,&quot;37995&quot;:13477,&quot;37992&quot;:13478,&quot;37993&quot;:13479,&quot;38629&quot;:13480,&quot;38726&quot;:13481,&quot;38723&quot;:13482,&quot;38727&quot;:13483,&quot;38855&quot;:13484,&quot;38885&quot;:13485,&quot;39518&quot;:13486,&quot;39637&quot;:13487,&quot;39769&quot;:13488,&quot;40035&quot;:13489,&quot;40039&quot;:13490,&quot;40038&quot;:13491,&quot;40034&quot;:13492,&quot;40030&quot;:13493,&quot;40032&quot;:13494,&quot;40450&quot;:13495,&quot;40446&quot;:13496,&quot;40455&quot;:13497,&quot;40451&quot;:13498,&quot;40454&quot;:13499,&quot;40453&quot;:13500,&quot;40448&quot;:13501,&quot;40449&quot;:13502,&quot;40457&quot;:13503,&quot;40447&quot;:13504,&quot;40445&quot;:13505,&quot;40452&quot;:13506,&quot;40608&quot;:13507,&quot;40734&quot;:13508,&quot;40774&quot;:13509,&quot;40820&quot;:13510,&quot;40821&quot;:13511,&quot;40822&quot;:13512,&quot;22228&quot;:13513,&quot;25902&quot;:13514,&quot;26040&quot;:13515,&quot;27416&quot;:13516,&quot;27417&quot;:13517,&quot;27415&quot;:13518,&quot;27418&quot;:13519,&quot;28770&quot;:13520,&quot;29222&quot;:13521,&quot;29354&quot;:13522,&quot;30680&quot;:13523,&quot;30681&quot;:13524,&quot;31033&quot;:13525,&quot;31849&quot;:13526,&quot;31851&quot;:13527,&quot;31990&quot;:13528,&quot;32410&quot;:13529,&quot;32408&quot;:13530,&quot;32411&quot;:13531,&quot;32409&quot;:13532,&quot;33248&quot;:13533,&quot;33249&quot;:13534,&quot;34374&quot;:13535,&quot;34375&quot;:13536,&quot;34376&quot;:13537,&quot;35193&quot;:13538,&quot;35194&quot;:13539,&quot;35196&quot;:13540,&quot;35195&quot;:13541,&quot;35327&quot;:13542,&quot;35736&quot;:13543,&quot;35737&quot;:13544,&quot;36517&quot;:13545,&quot;36516&quot;:13546,&quot;36515&quot;:13547,&quot;37998&quot;:13548,&quot;37997&quot;:13549,&quot;37999&quot;:13550,&quot;38001&quot;:13551,&quot;38003&quot;:13552,&quot;38729&quot;:13553,&quot;39026&quot;:13554,&quot;39263&quot;:13555,&quot;40040&quot;:13556,&quot;40046&quot;:13557,&quot;40045&quot;:13558,&quot;40459&quot;:13559,&quot;40461&quot;:13560,&quot;40464&quot;:13561,&quot;40463&quot;:13562,&quot;40466&quot;:13563,&quot;40465&quot;:13564,&quot;40609&quot;:13565,&quot;40693&quot;:13566,&quot;40713&quot;:13567,&quot;40775&quot;:13568,&quot;40824&quot;:13569,&quot;40827&quot;:13570,&quot;40826&quot;:13571,&quot;40825&quot;:13572,&quot;22302&quot;:13573,&quot;28774&quot;:13574,&quot;31855&quot;:13575,&quot;34876&quot;:13576,&quot;36274&quot;:13577,&quot;36518&quot;:13578,&quot;37315&quot;:13579,&quot;38004&quot;:13580,&quot;38008&quot;:13581,&quot;38006&quot;:13582,&quot;38005&quot;:13583,&quot;39520&quot;:13584,&quot;39726&quot;:13585,&quot;60830&quot;:13585,&quot;40052&quot;:13586,&quot;40051&quot;:13587,&quot;40049&quot;:13588,&quot;40053&quot;:13589,&quot;40468&quot;:13590,&quot;40467&quot;:13591,&quot;40694&quot;:13592,&quot;40714&quot;:13593,&quot;40868&quot;:13594,&quot;28776&quot;:13595,&quot;28773&quot;:13596,&quot;31991&quot;:13597,&quot;34410&quot;:13598,&quot;34878&quot;:13599,&quot;34877&quot;:13600,&quot;34879&quot;:13601,&quot;35742&quot;:13602,&quot;35996&quot;:13603,&quot;36521&quot;:13604,&quot;36553&quot;:13605,&quot;38731&quot;:13606,&quot;39027&quot;:13607,&quot;39028&quot;:13608,&quot;39116&quot;:13609,&quot;39265&quot;:13610,&quot;39339&quot;:13611,&quot;39524&quot;:13612,&quot;39526&quot;:13613,&quot;39527&quot;:13614,&quot;39716&quot;:13615,&quot;40469&quot;:13616,&quot;40471&quot;:13617,&quot;40776&quot;:13618,&quot;25095&quot;:13619,&quot;27422&quot;:13620,&quot;29223&quot;:13621,&quot;34380&quot;:13622,&quot;36520&quot;:13623,&quot;38018&quot;:13624,&quot;38016&quot;:13625,&quot;38017&quot;:13626,&quot;39529&quot;:13627,&quot;39528&quot;:13628,&quot;40473&quot;:13629,&quot;34379&quot;:13630,&quot;35743&quot;:13631,&quot;38019&quot;:13632,&quot;40057&quot;:13633,&quot;40631&quot;:13634,&quot;30325&quot;:13635,&quot;39531&quot;:13636,&quot;40058&quot;:13637,&quot;40477&quot;:13638,&quot;28777&quot;:13639,&quot;28778&quot;:13640,&quot;29225&quot;:13641,&quot;40612&quot;:13642,&quot;40830&quot;:13643,&quot;40777&quot;:13644,&quot;40856&quot;:13645,&quot;65049&quot;:13646,&quot;65075&quot;:13743,&quot;9588&quot;:13744,&quot;65076&quot;:13745,&quot;65103&quot;:13746,&quot;168&quot;:13747,&quot;776&quot;:13747,&quot;63208&quot;:13747,&quot;710&quot;:13748,&quot;65342&quot;:13748,&quot;63209&quot;:13748,&quot;12541&quot;:13749,&quot;63210&quot;:13749,&quot;12542&quot;:13750,&quot;63211&quot;:13750,&quot;12445&quot;:13751,&quot;63212&quot;:13751,&quot;12446&quot;:13752,&quot;63213&quot;:13752,&quot;12293&quot;:13754,&quot;63216&quot;:13754,&quot;12294&quot;:13755,&quot;63217&quot;:13755,&quot;12295&quot;:13756,&quot;63218&quot;:13756,&quot;12540&quot;:13757,&quot;63219&quot;:13757,&quot;65339&quot;:13758,&quot;63220&quot;:13758,&quot;65341&quot;:13759,&quot;63221&quot;:13759,&quot;10045&quot;:13760,&quot;63222&quot;:13760,&quot;12353&quot;:13761,&quot;63223&quot;:13761,&quot;12354&quot;:13762,&quot;63224&quot;:13762,&quot;12355&quot;:13763,&quot;63225&quot;:13763,&quot;12356&quot;:13764,&quot;63226&quot;:13764,&quot;12357&quot;:13765,&quot;63227&quot;:13765,&quot;12358&quot;:13766,&quot;63228&quot;:13766,&quot;12359&quot;:13767,&quot;63229&quot;:13767,&quot;12360&quot;:13768,&quot;63230&quot;:13768,&quot;12361&quot;:13769,&quot;63231&quot;:13769,&quot;12362&quot;:13770,&quot;63232&quot;:13770,&quot;12363&quot;:13771,&quot;63233&quot;:13771,&quot;12364&quot;:13772,&quot;63234&quot;:13772,&quot;12365&quot;:13773,&quot;63235&quot;:13773,&quot;12366&quot;:13774,&quot;63236&quot;:13774,&quot;12367&quot;:13775,&quot;63237&quot;:13775,&quot;12368&quot;:13776,&quot;63238&quot;:13776,&quot;12369&quot;:13777,&quot;63239&quot;:13777,&quot;12370&quot;:13778,&quot;63240&quot;:13778,&quot;12371&quot;:13779,&quot;63241&quot;:13779,&quot;12372&quot;:13780,&quot;63242&quot;:13780,&quot;12373&quot;:13781,&quot;63243&quot;:13781,&quot;12374&quot;:13782,&quot;63244&quot;:13782,&quot;12375&quot;:13783,&quot;63245&quot;:13783,&quot;12376&quot;:13784,&quot;63246&quot;:13784,&quot;12377&quot;:13785,&quot;63247&quot;:13785,&quot;12378&quot;:13786,&quot;63248&quot;:13786,&quot;12379&quot;:13787,&quot;63249&quot;:13787,&quot;12380&quot;:13788,&quot;63250&quot;:13788,&quot;12381&quot;:13789,&quot;63251&quot;:13789,&quot;12382&quot;:13790,&quot;63252&quot;:13790,&quot;12383&quot;:13791,&quot;63253&quot;:13791,&quot;12384&quot;:13792,&quot;63254&quot;:13792,&quot;12385&quot;:13793,&quot;63255&quot;:13793,&quot;12386&quot;:13794,&quot;63256&quot;:13794,&quot;12387&quot;:13795,&quot;63257&quot;:13795,&quot;12388&quot;:13796,&quot;63258&quot;:13796,&quot;12389&quot;:13797,&quot;63259&quot;:13797,&quot;12390&quot;:13798,&quot;63260&quot;:13798,&quot;12391&quot;:13799,&quot;63261&quot;:13799,&quot;12392&quot;:13800,&quot;63262&quot;:13800,&quot;12393&quot;:13801,&quot;63263&quot;:13801,&quot;12394&quot;:13802,&quot;63264&quot;:13802,&quot;12395&quot;:13803,&quot;63265&quot;:13803,&quot;12396&quot;:13804,&quot;63266&quot;:13804,&quot;12397&quot;:13805,&quot;63267&quot;:13805,&quot;12398&quot;:13806,&quot;63268&quot;:13806,&quot;12399&quot;:13807,&quot;63269&quot;:13807,&quot;12400&quot;:13808,&quot;63270&quot;:13808,&quot;12401&quot;:13809,&quot;63271&quot;:13809,&quot;12402&quot;:13810,&quot;63272&quot;:13810,&quot;12403&quot;:13811,&quot;63273&quot;:13811,&quot;12404&quot;:13812,&quot;63274&quot;:13812,&quot;12405&quot;:13813,&quot;63275&quot;:13813,&quot;12406&quot;:13814,&quot;63276&quot;:13814,&quot;12407&quot;:13815,&quot;63277&quot;:13815,&quot;12408&quot;:13816,&quot;63278&quot;:13816,&quot;12409&quot;:13817,&quot;63279&quot;:13817,&quot;12410&quot;:13818,&quot;63280&quot;:13818,&quot;12411&quot;:13819,&quot;63281&quot;:13819,&quot;12412&quot;:13820,&quot;63282&quot;:13820,&quot;12413&quot;:13821,&quot;63283&quot;:13821,&quot;12414&quot;:13822,&quot;63284&quot;:13822,&quot;12415&quot;:13823,&quot;63285&quot;:13823,&quot;12416&quot;:13824,&quot;63286&quot;:13824,&quot;12417&quot;:13825,&quot;63287&quot;:13825,&quot;12418&quot;:13826,&quot;63288&quot;:13826,&quot;12419&quot;:13827,&quot;63289&quot;:13827,&quot;12420&quot;:13828,&quot;63290&quot;:13828,&quot;12421&quot;:13829,&quot;63291&quot;:13829,&quot;12422&quot;:13830,&quot;63292&quot;:13830,&quot;12423&quot;:13831,&quot;63293&quot;:13831,&quot;12424&quot;:13832,&quot;63294&quot;:13832,&quot;12425&quot;:13833,&quot;63295&quot;:13833,&quot;12426&quot;:13834,&quot;63296&quot;:13834,&quot;12427&quot;:13835,&quot;63297&quot;:13835,&quot;12428&quot;:13836,&quot;63298&quot;:13836,&quot;12429&quot;:13837,&quot;63299&quot;:13837,&quot;12430&quot;:13838,&quot;63300&quot;:13838,&quot;12431&quot;:13839,&quot;63301&quot;:13839,&quot;12432&quot;:13840,&quot;63302&quot;:13840,&quot;12433&quot;:13841,&quot;63303&quot;:13841,&quot;12434&quot;:13842,&quot;63304&quot;:13842,&quot;12435&quot;:13843,&quot;63305&quot;:13843,&quot;12449&quot;:13844,&quot;63306&quot;:13844,&quot;12450&quot;:13845,&quot;63307&quot;:13845,&quot;12451&quot;:13846,&quot;63308&quot;:13846,&quot;12452&quot;:13847,&quot;63309&quot;:13847,&quot;12453&quot;:13848,&quot;63310&quot;:13848,&quot;12454&quot;:13849,&quot;63311&quot;:13849,&quot;12455&quot;:13850,&quot;63312&quot;:13850,&quot;12456&quot;:13851,&quot;63313&quot;:13851,&quot;12457&quot;:13852,&quot;63314&quot;:13852,&quot;12458&quot;:13853,&quot;63315&quot;:13853,&quot;12459&quot;:13854,&quot;63316&quot;:13854,&quot;12460&quot;:13855,&quot;63317&quot;:13855,&quot;12461&quot;:13856,&quot;63318&quot;:13856,&quot;12462&quot;:13857,&quot;63319&quot;:13857,&quot;12463&quot;:13858,&quot;63320&quot;:13858,&quot;12464&quot;:13859,&quot;63321&quot;:13859,&quot;12465&quot;:13860,&quot;63322&quot;:13860,&quot;12466&quot;:13861,&quot;63323&quot;:13861,&quot;12467&quot;:13862,&quot;63324&quot;:13862,&quot;12468&quot;:13863,&quot;63325&quot;:13863,&quot;12469&quot;:13864,&quot;63326&quot;:13864,&quot;12470&quot;:13865,&quot;63327&quot;:13865,&quot;12471&quot;:13866,&quot;63328&quot;:13866,&quot;12472&quot;:13867,&quot;63329&quot;:13867,&quot;12473&quot;:13868,&quot;63330&quot;:13868,&quot;12474&quot;:13869,&quot;63331&quot;:13869,&quot;12475&quot;:13870,&quot;63332&quot;:13870,&quot;12476&quot;:13871,&quot;63333&quot;:13871,&quot;12477&quot;:13872,&quot;63334&quot;:13872,&quot;12478&quot;:13873,&quot;63335&quot;:13873,&quot;12479&quot;:13874,&quot;63336&quot;:13874,&quot;12480&quot;:13875,&quot;63337&quot;:13875,&quot;12481&quot;:13876,&quot;63338&quot;:13876,&quot;12482&quot;:13877,&quot;63339&quot;:13877,&quot;12483&quot;:13878,&quot;63340&quot;:13878,&quot;12484&quot;:13879,&quot;63341&quot;:13879,&quot;12485&quot;:13880,&quot;63342&quot;:13880,&quot;12486&quot;:13881,&quot;63343&quot;:13881,&quot;12487&quot;:13882,&quot;63344&quot;:13882,&quot;12488&quot;:13883,&quot;63345&quot;:13883,&quot;12489&quot;:13884,&quot;63346&quot;:13884,&quot;12490&quot;:13885,&quot;63347&quot;:13885,&quot;12491&quot;:13886,&quot;63348&quot;:13886,&quot;12492&quot;:13887,&quot;63349&quot;:13887,&quot;12493&quot;:13888,&quot;63350&quot;:13888,&quot;12494&quot;:13889,&quot;63351&quot;:13889,&quot;12495&quot;:13890,&quot;63352&quot;:13890,&quot;12496&quot;:13891,&quot;63353&quot;:13891,&quot;12497&quot;:13892,&quot;63354&quot;:13892,&quot;12498&quot;:13893,&quot;63355&quot;:13893,&quot;12499&quot;:13894,&quot;63356&quot;:13894,&quot;12500&quot;:13895,&quot;63357&quot;:13895,&quot;12501&quot;:13896,&quot;63358&quot;:13896,&quot;12502&quot;:13897,&quot;63359&quot;:13897,&quot;12503&quot;:13898,&quot;63360&quot;:13898,&quot;12504&quot;:13899,&quot;63361&quot;:13899,&quot;12505&quot;:13900,&quot;63362&quot;:13900,&quot;12506&quot;:13901,&quot;63363&quot;:13901,&quot;12507&quot;:13902,&quot;63364&quot;:13902,&quot;12508&quot;:13903,&quot;63365&quot;:13903,&quot;12509&quot;:13904,&quot;63366&quot;:13904,&quot;12510&quot;:13905,&quot;63367&quot;:13905,&quot;12511&quot;:13906,&quot;63368&quot;:13906,&quot;12512&quot;:13907,&quot;63369&quot;:13907,&quot;12513&quot;:13908,&quot;63370&quot;:13908,&quot;12514&quot;:13909,&quot;63371&quot;:13909,&quot;12515&quot;:13910,&quot;63372&quot;:13910,&quot;12516&quot;:13911,&quot;63373&quot;:13911,&quot;12517&quot;:13912,&quot;63374&quot;:13912,&quot;12518&quot;:13913,&quot;63375&quot;:13913,&quot;12519&quot;:13914,&quot;63376&quot;:13914,&quot;12520&quot;:13915,&quot;63377&quot;:13915,&quot;12521&quot;:13916,&quot;63378&quot;:13916,&quot;12522&quot;:13917,&quot;63379&quot;:13917,&quot;12523&quot;:13918,&quot;63380&quot;:13918,&quot;12524&quot;:13919,&quot;63381&quot;:13919,&quot;12525&quot;:13920,&quot;63382&quot;:13920,&quot;12526&quot;:13921,&quot;63383&quot;:13921,&quot;12527&quot;:13922,&quot;63384&quot;:13922,&quot;12528&quot;:13923,&quot;63385&quot;:13923,&quot;12529&quot;:13924,&quot;63386&quot;:13924,&quot;12530&quot;:13925,&quot;63387&quot;:13925,&quot;12531&quot;:13926,&quot;63388&quot;:13926,&quot;12532&quot;:13927,&quot;63389&quot;:13927,&quot;12533&quot;:13928,&quot;63390&quot;:13928,&quot;12534&quot;:13929,&quot;63391&quot;:13929,&quot;1040&quot;:13930,&quot;63392&quot;:13930,&quot;1041&quot;:13931,&quot;63393&quot;:13931,&quot;1042&quot;:13932,&quot;63394&quot;:13932,&quot;1043&quot;:13933,&quot;63395&quot;:13933,&quot;1044&quot;:13934,&quot;63396&quot;:13934,&quot;1045&quot;:13935,&quot;63397&quot;:13935,&quot;1025&quot;:13936,&quot;63398&quot;:13936,&quot;1046&quot;:13937,&quot;63399&quot;:13937,&quot;1047&quot;:13938,&quot;63400&quot;:13938,&quot;1048&quot;:13939,&quot;63401&quot;:13939,&quot;1049&quot;:13940,&quot;63402&quot;:13940,&quot;1050&quot;:13941,&quot;63403&quot;:13941,&quot;1051&quot;:13942,&quot;63404&quot;:13942,&quot;1052&quot;:13943,&quot;63405&quot;:13943,&quot;1053&quot;:13944,&quot;63406&quot;:13944,&quot;1054&quot;:13945,&quot;63407&quot;:13945,&quot;1055&quot;:13946,&quot;63408&quot;:13946,&quot;1056&quot;:13947,&quot;63409&quot;:13947,&quot;1057&quot;:13948,&quot;63410&quot;:13948,&quot;1058&quot;:13949,&quot;63411&quot;:13949,&quot;1059&quot;:13950,&quot;63412&quot;:13950,&quot;1060&quot;:13951,&quot;63413&quot;:13951,&quot;1061&quot;:13952,&quot;63414&quot;:13952,&quot;1062&quot;:13953,&quot;63415&quot;:13953,&quot;1063&quot;:13954,&quot;63416&quot;:13954,&quot;1064&quot;:13955,&quot;63417&quot;:13955,&quot;1065&quot;:13956,&quot;63418&quot;:13956,&quot;1066&quot;:13957,&quot;63419&quot;:13957,&quot;1067&quot;:13958,&quot;63420&quot;:13958,&quot;1068&quot;:13959,&quot;63421&quot;:13959,&quot;1069&quot;:13960,&quot;63422&quot;:13960,&quot;1070&quot;:13961,&quot;63423&quot;:13961,&quot;1071&quot;:13962,&quot;63424&quot;:13962,&quot;1072&quot;:13963,&quot;63425&quot;:13963,&quot;1073&quot;:13964,&quot;63426&quot;:13964,&quot;1074&quot;:13965,&quot;63427&quot;:13965,&quot;1075&quot;:13966,&quot;63428&quot;:13966,&quot;1076&quot;:13967,&quot;63429&quot;:13967,&quot;1077&quot;:13968,&quot;63430&quot;:13968,&quot;1105&quot;:13969,&quot;63431&quot;:13969,&quot;1078&quot;:13970,&quot;63432&quot;:13970,&quot;1079&quot;:13971,&quot;63433&quot;:13971,&quot;1080&quot;:13972,&quot;63434&quot;:13972,&quot;1081&quot;:13973,&quot;63435&quot;:13973,&quot;1082&quot;:13974,&quot;63436&quot;:13974,&quot;1083&quot;:13975,&quot;63437&quot;:13975,&quot;1084&quot;:13976,&quot;63438&quot;:13976,&quot;1085&quot;:13977,&quot;63439&quot;:13977,&quot;1086&quot;:13978,&quot;63440&quot;:13978,&quot;1087&quot;:13979,&quot;63441&quot;:13979,&quot;1088&quot;:13980,&quot;63442&quot;:13980,&quot;1089&quot;:13981,&quot;63443&quot;:13981,&quot;1090&quot;:13982,&quot;63444&quot;:13982,&quot;1091&quot;:13983,&quot;63445&quot;:13983,&quot;1092&quot;:13984,&quot;63446&quot;:13984,&quot;1093&quot;:13985,&quot;63447&quot;:13985,&quot;1094&quot;:13986,&quot;63448&quot;:13986,&quot;1095&quot;:13987,&quot;63449&quot;:13987,&quot;1096&quot;:13988,&quot;63450&quot;:13988,&quot;1097&quot;:13989,&quot;63451&quot;:13989,&quot;1098&quot;:13990,&quot;63452&quot;:13990,&quot;1099&quot;:13991,&quot;63453&quot;:13991,&quot;1100&quot;:13992,&quot;63454&quot;:13992,&quot;1101&quot;:13993,&quot;63455&quot;:13993,&quot;1102&quot;:13994,&quot;63456&quot;:13994,&quot;1103&quot;:13995,&quot;63457&quot;:13995,&quot;8679&quot;:13996,&quot;63458&quot;:13996,&quot;8632&quot;:13997,&quot;63459&quot;:13997,&quot;8633&quot;:13998,&quot;63460&quot;:13998,&quot;12751&quot;:13999,&quot;20033&quot;:13999,&quot;63461&quot;:13999,&quot;131276&quot;:14000,&quot;63462&quot;:14000,&quot;20058&quot;:14001,&quot;63463&quot;:14001,&quot;131210&quot;:14002,&quot;63464&quot;:14002,&quot;20994&quot;:14003,&quot;63465&quot;:14003,&quot;17553&quot;:14004,&quot;63466&quot;:14004,&quot;40880&quot;:14005,&quot;63467&quot;:14005,&quot;20872&quot;:14006,&quot;63468&quot;:14006,&quot;13853&quot;:14007,&quot;40881&quot;:14007,&quot;63469&quot;:14007,&quot;161287&quot;:14008,&quot;63470&quot;:14008,&quot;172&quot;:14049,&quot;65506&quot;:14049,&quot;63511&quot;:14049,&quot;65508&quot;:14050,&quot;63512&quot;:14050,&quot;65287&quot;:14051,&quot;63513&quot;:14051,&quot;65282&quot;:14052,&quot;63514&quot;:14052,&quot;12849&quot;:14053,&quot;63515&quot;:14053,&quot;8470&quot;:14054,&quot;63516&quot;:14054,&quot;8481&quot;:14055,&quot;63517&quot;:14055,&quot;30849&quot;:14056,&quot;37561&quot;:14057,&quot;58501&quot;:14057,&quot;35023&quot;:14058,&quot;22715&quot;:14059,&quot;24658&quot;:14060,&quot;31911&quot;:14061,&quot;23290&quot;:14062,&quot;9556&quot;:14063,&quot;9574&quot;:14064,&quot;9559&quot;:14065,&quot;9568&quot;:14066,&quot;9580&quot;:14067,&quot;9571&quot;:14068,&quot;9562&quot;:14069,&quot;9577&quot;:14070,&quot;9565&quot;:14071,&quot;9554&quot;:14072,&quot;9572&quot;:14073,&quot;9557&quot;:14074,&quot;9560&quot;:14078,&quot;9575&quot;:14079,&quot;9563&quot;:14080,&quot;9555&quot;:14081,&quot;9573&quot;:14082,&quot;9558&quot;:14083,&quot;9567&quot;:14084,&quot;9579&quot;:14085,&quot;9570&quot;:14086,&quot;9561&quot;:14087,&quot;9576&quot;:14088,&quot;9564&quot;:14089,&quot;9553&quot;:14090,&quot;9619&quot;:14096,&quot;65517&quot;:14096,&quot;65040&quot;:14099,&quot;65041&quot;:14100,&quot;65042&quot;:14101,&quot;65044&quot;:14103,&quot;65043&quot;:14104,&quot;65046&quot;:14105,&quot;65045&quot;:14106,&quot;147159&quot;:14123,&quot;58129&quot;:14123,&quot;22462&quot;:14124,&quot;58130&quot;:14124,&quot;159443&quot;:14125,&quot;58131&quot;:14125,&quot;28990&quot;:14126,&quot;58132&quot;:14126,&quot;153568&quot;:14127,&quot;58133&quot;:14127,&quot;27042&quot;:14128,&quot;58135&quot;:14128,&quot;166889&quot;:14129,&quot;58136&quot;:14129,&quot;23412&quot;:14130,&quot;58137&quot;:14130,&quot;31305&quot;:14131,&quot;58138&quot;:14131,&quot;153825&quot;:14132,&quot;58139&quot;:14132,&quot;169177&quot;:14133,&quot;58140&quot;:14133,&quot;31333&quot;:14134,&quot;58141&quot;:14134,&quot;31357&quot;:14135,&quot;58142&quot;:14135,&quot;154028&quot;:14136,&quot;58143&quot;:14136,&quot;31419&quot;:14137,&quot;58144&quot;:14137,&quot;31408&quot;:14138,&quot;58145&quot;:14138,&quot;31426&quot;:14139,&quot;58146&quot;:14139,&quot;31427&quot;:14140,&quot;58147&quot;:14140,&quot;29137&quot;:14141,&quot;58148&quot;:14141,&quot;156813&quot;:14142,&quot;58149&quot;:14142,&quot;16842&quot;:14143,&quot;58150&quot;:14143,&quot;31450&quot;:14144,&quot;58151&quot;:14144,&quot;31453&quot;:14145,&quot;58152&quot;:14145,&quot;31466&quot;:14146,&quot;58153&quot;:14146,&quot;16879&quot;:14147,&quot;58154&quot;:14147,&quot;21682&quot;:14148,&quot;58155&quot;:14148,&quot;154625&quot;:14149,&quot;58156&quot;:14149,&quot;31499&quot;:14150,&quot;58157&quot;:14150,&quot;31573&quot;:14151,&quot;58158&quot;:14151,&quot;31529&quot;:14152,&quot;58159&quot;:14152,&quot;152334&quot;:14153,&quot;58160&quot;:14153,&quot;154878&quot;:14154,&quot;58161&quot;:14154,&quot;31650&quot;:14155,&quot;58162&quot;:14155,&quot;31599&quot;:14156,&quot;58163&quot;:14156,&quot;33692&quot;:14157,&quot;58164&quot;:14157,&quot;154548&quot;:14158,&quot;58165&quot;:14158,&quot;158847&quot;:14159,&quot;58166&quot;:14159,&quot;31696&quot;:14160,&quot;58167&quot;:14160,&quot;33825&quot;:14161,&quot;58168&quot;:14161,&quot;31634&quot;:14162,&quot;58169&quot;:14162,&quot;58171&quot;:14164,&quot;154912&quot;:14164,&quot;33938&quot;:14166,&quot;58174&quot;:14166,&quot;31738&quot;:14167,&quot;58175&quot;:14167,&quot;31797&quot;:14169,&quot;58177&quot;:14169,&quot;154817&quot;:14170,&quot;58178&quot;:14170,&quot;31812&quot;:14171,&quot;58179&quot;:14171,&quot;31875&quot;:14172,&quot;58180&quot;:14172,&quot;149634&quot;:14173,&quot;58181&quot;:14173,&quot;31910&quot;:14174,&quot;58182&quot;:14174,&quot;148856&quot;:14175,&quot;58184&quot;:14175,&quot;31945&quot;:14176,&quot;58185&quot;:14176,&quot;31943&quot;:14177,&quot;58186&quot;:14177,&quot;31974&quot;:14178,&quot;58187&quot;:14178,&quot;31987&quot;:14180,&quot;58189&quot;:14180,&quot;31989&quot;:14181,&quot;58190&quot;:14181,&quot;32359&quot;:14182,&quot;58192&quot;:14182,&quot;17693&quot;:14183,&quot;58193&quot;:14183,&quot;159300&quot;:14184,&quot;58194&quot;:14184,&quot;32093&quot;:14185,&quot;58195&quot;:14185,&quot;159446&quot;:14186,&quot;58196&quot;:14186,&quot;32137&quot;:14187,&quot;58198&quot;:14187,&quot;32171&quot;:14188,&quot;58199&quot;:14188,&quot;28981&quot;:14189,&quot;58200&quot;:14189,&quot;32179&quot;:14190,&quot;58201&quot;:14190,&quot;32214&quot;:14191,&quot;147543&quot;:14192,&quot;58203&quot;:14192,&quot;155689&quot;:14193,&quot;58204&quot;:14193,&quot;32228&quot;:14194,&quot;58205&quot;:14194,&quot;15635&quot;:14195,&quot;58206&quot;:14195,&quot;32245&quot;:14196,&quot;58207&quot;:14196,&quot;137209&quot;:14197,&quot;58208&quot;:14197,&quot;32229&quot;:14198,&quot;58209&quot;:14198,&quot;164717&quot;:14199,&quot;58210&quot;:14199,&quot;155937&quot;:14201,&quot;58212&quot;:14201,&quot;155994&quot;:14202,&quot;58213&quot;:14202,&quot;32366&quot;:14203,&quot;58214&quot;:14203,&quot;17195&quot;:14205,&quot;58216&quot;:14205,&quot;37996&quot;:14206,&quot;58217&quot;:14206,&quot;32295&quot;:14207,&quot;58218&quot;:14207,&quot;32576&quot;:14208,&quot;58219&quot;:14208,&quot;32577&quot;:14209,&quot;58220&quot;:14209,&quot;32583&quot;:14210,&quot;58221&quot;:14210,&quot;31030&quot;:14211,&quot;58222&quot;:14211,&quot;156368&quot;:14212,&quot;58223&quot;:14212,&quot;39393&quot;:14213,&quot;58224&quot;:14213,&quot;32663&quot;:14214,&quot;58225&quot;:14214,&quot;156497&quot;:14215,&quot;58226&quot;:14215,&quot;32675&quot;:14216,&quot;58227&quot;:14216,&quot;136801&quot;:14217,&quot;58228&quot;:14217,&quot;131176&quot;:14218,&quot;58229&quot;:14218,&quot;17756&quot;:14219,&quot;58230&quot;:14219,&quot;145254&quot;:14220,&quot;58231&quot;:14220,&quot;164666&quot;:14221,&quot;58233&quot;:14221,&quot;32762&quot;:14222,&quot;58234&quot;:14222,&quot;156809&quot;:14223,&quot;58235&quot;:14223,&quot;64091&quot;:14224,&quot;32776&quot;:14225,&quot;58237&quot;:14225,&quot;32797&quot;:14226,&quot;58238&quot;:14226,&quot;32815&quot;:14228,&quot;58240&quot;:14228,&quot;172167&quot;:14229,&quot;58241&quot;:14229,&quot;158915&quot;:14230,&quot;58242&quot;:14230,&quot;32827&quot;:14231,&quot;58243&quot;:14231,&quot;32828&quot;:14232,&quot;58244&quot;:14232,&quot;32865&quot;:14233,&quot;58245&quot;:14233,&quot;141076&quot;:14234,&quot;58246&quot;:14234,&quot;18825&quot;:14235,&quot;58247&quot;:14235,&quot;157222&quot;:14236,&quot;58248&quot;:14236,&quot;146915&quot;:14237,&quot;58249&quot;:14237,&quot;157416&quot;:14238,&quot;58250&quot;:14238,&quot;26405&quot;:14239,&quot;58251&quot;:14239,&quot;32935&quot;:14240,&quot;58252&quot;:14240,&quot;166472&quot;:14241,&quot;58253&quot;:14241,&quot;33031&quot;:14242,&quot;58254&quot;:14242,&quot;33050&quot;:14243,&quot;58255&quot;:14243,&quot;22704&quot;:14244,&quot;58256&quot;:14244,&quot;141046&quot;:14245,&quot;58257&quot;:14245,&quot;27775&quot;:14246,&quot;58258&quot;:14246,&quot;156824&quot;:14247,&quot;58259&quot;:14247,&quot;25831&quot;:14248,&quot;58261&quot;:14248,&quot;136330&quot;:14249,&quot;58262&quot;:14249,&quot;33304&quot;:14250,&quot;58263&quot;:14250,&quot;137310&quot;:14251,&quot;58264&quot;:14251,&quot;27219&quot;:14252,&quot;58265&quot;:14252,&quot;150117&quot;:14253,&quot;58266&quot;:14253,&quot;150165&quot;:14254,&quot;58267&quot;:14254,&quot;17530&quot;:14255,&quot;58268&quot;:14255,&quot;33321&quot;:14256,&quot;58269&quot;:14256,&quot;158290&quot;:14257,&quot;58271&quot;:14257,&quot;146814&quot;:14258,&quot;58272&quot;:14258,&quot;20473&quot;:14259,&quot;58273&quot;:14259,&quot;136445&quot;:14260,&quot;58274&quot;:14260,&quot;34018&quot;:14261,&quot;58275&quot;:14261,&quot;33634&quot;:14262,&quot;58276&quot;:14262,&quot;194959&quot;:14263,&quot;149927&quot;:14264,&quot;58278&quot;:14264,&quot;144688&quot;:14265,&quot;58279&quot;:14265,&quot;137075&quot;:14266,&quot;58280&quot;:14266,&quot;146936&quot;:14267,&quot;58281&quot;:14267,&quot;33450&quot;:14268,&quot;58282&quot;:14268,&quot;26907&quot;:14269,&quot;58283&quot;:14269,&quot;194964&quot;:14270,&quot;58284&quot;:14270,&quot;16859&quot;:14271,&quot;58285&quot;:14271,&quot;34123&quot;:14272,&quot;58286&quot;:14272,&quot;33488&quot;:14273,&quot;58287&quot;:14273,&quot;33562&quot;:14274,&quot;58288&quot;:14274,&quot;134678&quot;:14275,&quot;58289&quot;:14275,&quot;137140&quot;:14276,&quot;58290&quot;:14276,&quot;14017&quot;:14277,&quot;58291&quot;:14277,&quot;143741&quot;:14278,&quot;58292&quot;:14278,&quot;144730&quot;:14279,&quot;58293&quot;:14279,&quot;33403&quot;:14280,&quot;58294&quot;:14280,&quot;33506&quot;:14281,&quot;58295&quot;:14281,&quot;33560&quot;:14282,&quot;58296&quot;:14282,&quot;147083&quot;:14283,&quot;58297&quot;:14283,&quot;159139&quot;:14284,&quot;58298&quot;:14284,&quot;158469&quot;:14285,&quot;58299&quot;:14285,&quot;158615&quot;:14286,&quot;58300&quot;:14286,&quot;144846&quot;:14287,&quot;58301&quot;:14287,&quot;15807&quot;:14288,&quot;58302&quot;:14288,&quot;33565&quot;:14289,&quot;58303&quot;:14289,&quot;21996&quot;:14290,&quot;58304&quot;:14290,&quot;33669&quot;:14291,&quot;58305&quot;:14291,&quot;17675&quot;:14292,&quot;58306&quot;:14292,&quot;159141&quot;:14293,&quot;58307&quot;:14293,&quot;33708&quot;:14294,&quot;58308&quot;:14294,&quot;33747&quot;:14296,&quot;58310&quot;:14296,&quot;159444&quot;:14297,&quot;58312&quot;:14297,&quot;27223&quot;:14298,&quot;58313&quot;:14298,&quot;34138&quot;:14299,&quot;58314&quot;:14299,&quot;13462&quot;:14300,&quot;58315&quot;:14300,&quot;159298&quot;:14301,&quot;58316&quot;:14301,&quot;33880&quot;:14302,&quot;58318&quot;:14302,&quot;154596&quot;:14303,&quot;58319&quot;:14303,&quot;33905&quot;:14304,&quot;58320&quot;:14304,&quot;15827&quot;:14305,&quot;58321&quot;:14305,&quot;17636&quot;:14306,&quot;58322&quot;:14306,&quot;27303&quot;:14307,&quot;58323&quot;:14307,&quot;33866&quot;:14308,&quot;58324&quot;:14308,&quot;31064&quot;:14309,&quot;58326&quot;:14309,&quot;158614&quot;:14311,&quot;58328&quot;:14311,&quot;159351&quot;:14312,&quot;58329&quot;:14312,&quot;159299&quot;:14313,&quot;58330&quot;:14313,&quot;34014&quot;:14314,&quot;58331&quot;:14314,&quot;33681&quot;:14316,&quot;58333&quot;:14316,&quot;17568&quot;:14317,&quot;58334&quot;:14317,&quot;33939&quot;:14318,&quot;58335&quot;:14318,&quot;34020&quot;:14319,&quot;58336&quot;:14319,&quot;154769&quot;:14320,&quot;58337&quot;:14320,&quot;16960&quot;:14321,&quot;58338&quot;:14321,&quot;154816&quot;:14322,&quot;58339&quot;:14322,&quot;17731&quot;:14323,&quot;58340&quot;:14323,&quot;34100&quot;:14324,&quot;58341&quot;:14324,&quot;23282&quot;:14325,&quot;58342&quot;:14325,&quot;17699&quot;:14326,&quot;17703&quot;:14327,&quot;58344&quot;:14327,&quot;34163&quot;:14328,&quot;58345&quot;:14328,&quot;17686&quot;:14329,&quot;58346&quot;:14329,&quot;26559&quot;:14330,&quot;58347&quot;:14330,&quot;34326&quot;:14331,&quot;58348&quot;:14331,&quot;165413&quot;:14332,&quot;58349&quot;:14332,&quot;165435&quot;:14333,&quot;58350&quot;:14333,&quot;34241&quot;:14334,&quot;58351&quot;:14334,&quot;159880&quot;:14335,&quot;58352&quot;:14335,&quot;34306&quot;:14336,&quot;58353&quot;:14336,&quot;136578&quot;:14337,&quot;58354&quot;:14337,&quot;159949&quot;:14338,&quot;58355&quot;:14338,&quot;194994&quot;:14339,&quot;58356&quot;:14339,&quot;17770&quot;:14340,&quot;58357&quot;:14340,&quot;34344&quot;:14341,&quot;58358&quot;:14341,&quot;13896&quot;:14342,&quot;58359&quot;:14342,&quot;137378&quot;:14343,&quot;58360&quot;:14343,&quot;21495&quot;:14344,&quot;58361&quot;:14344,&quot;160666&quot;:14345,&quot;58362&quot;:14345,&quot;34430&quot;:14346,&quot;58363&quot;:14346,&quot;172280&quot;:14348,&quot;58365&quot;:14348,&quot;34798&quot;:14349,&quot;58366&quot;:14349,&quot;142375&quot;:14350,&quot;58367&quot;:14350,&quot;34737&quot;:14351,&quot;58368&quot;:14351,&quot;34778&quot;:14352,&quot;58369&quot;:14352,&quot;34831&quot;:14353,&quot;60990&quot;:14353,&quot;58370&quot;:14353,&quot;22113&quot;:14354,&quot;58371&quot;:14354,&quot;34412&quot;:14355,&quot;58372&quot;:14355,&quot;26710&quot;:14356,&quot;58373&quot;:14356,&quot;17935&quot;:14357,&quot;58374&quot;:14357,&quot;34885&quot;:14358,&quot;58375&quot;:14358,&quot;34886&quot;:14359,&quot;58376&quot;:14359,&quot;161248&quot;:14360,&quot;58377&quot;:14360,&quot;146873&quot;:14361,&quot;58378&quot;:14361,&quot;161252&quot;:14362,&quot;58379&quot;:14362,&quot;34910&quot;:14363,&quot;58380&quot;:14363,&quot;34972&quot;:14364,&quot;58381&quot;:14364,&quot;18011&quot;:14365,&quot;58382&quot;:14365,&quot;34996&quot;:14366,&quot;58383&quot;:14366,&quot;34997&quot;:14367,&quot;58384&quot;:14367,&quot;35013&quot;:14368,&quot;58386&quot;:14368,&quot;161551&quot;:14369,&quot;58388&quot;:14369,&quot;35207&quot;:14370,&quot;58389&quot;:14370,&quot;35239&quot;:14374,&quot;58393&quot;:14374,&quot;35260&quot;:14375,&quot;58394&quot;:14375,&quot;166437&quot;:14376,&quot;58395&quot;:14376,&quot;35303&quot;:14377,&quot;58396&quot;:14377,&quot;162084&quot;:14378,&quot;58397&quot;:14378,&quot;162493&quot;:14379,&quot;58398&quot;:14379,&quot;35484&quot;:14380,&quot;58399&quot;:14380,&quot;30611&quot;:14381,&quot;58400&quot;:14381,&quot;37374&quot;:14382,&quot;58401&quot;:14382,&quot;35472&quot;:14383,&quot;58402&quot;:14383,&quot;162393&quot;:14384,&quot;58403&quot;:14384,&quot;31465&quot;:14385,&quot;58404&quot;:14385,&quot;162618&quot;:14386,&quot;58405&quot;:14386,&quot;18195&quot;:14387,&quot;58407&quot;:14387,&quot;162616&quot;:14388,&quot;58408&quot;:14388,&quot;29052&quot;:14389,&quot;58409&quot;:14389,&quot;35596&quot;:14390,&quot;58410&quot;:14390,&quot;35615&quot;:14391,&quot;58411&quot;:14391,&quot;152624&quot;:14392,&quot;58412&quot;:14392,&quot;152933&quot;:14393,&quot;58413&quot;:14393,&quot;35647&quot;:14394,&quot;58414&quot;:14394,&quot;35661&quot;:14396,&quot;58416&quot;:14396,&quot;35497&quot;:14397,&quot;58417&quot;:14397,&quot;150138&quot;:14398,&quot;58418&quot;:14398,&quot;35728&quot;:14399,&quot;58419&quot;:14399,&quot;35739&quot;:14400,&quot;58420&quot;:14400,&quot;35503&quot;:14401,&quot;58421&quot;:14401,&quot;136927&quot;:14402,&quot;58422&quot;:14402,&quot;17941&quot;:14403,&quot;58423&quot;:14403,&quot;34895&quot;:14404,&quot;58424&quot;:14404,&quot;35995&quot;:14405,&quot;58425&quot;:14405,&quot;163156&quot;:14406,&quot;58426&quot;:14406,&quot;163215&quot;:14407,&quot;58427&quot;:14407,&quot;195028&quot;:14408,&quot;58428&quot;:14408,&quot;14117&quot;:14409,&quot;58429&quot;:14409,&quot;163155&quot;:14410,&quot;58430&quot;:14410,&quot;36054&quot;:14411,&quot;58431&quot;:14411,&quot;163224&quot;:14412,&quot;58432&quot;:14412,&quot;163261&quot;:14413,&quot;58433&quot;:14413,&quot;36114&quot;:14414,&quot;58434&quot;:14414,&quot;36099&quot;:14415,&quot;58435&quot;:14415,&quot;137488&quot;:14416,&quot;58436&quot;:14416,&quot;36059&quot;:14417,&quot;58437&quot;:14417,&quot;28764&quot;:14418,&quot;58438&quot;:14418,&quot;36113&quot;:14419,&quot;58439&quot;:14419,&quot;16080&quot;:14420,&quot;58441&quot;:14420,&quot;195031&quot;:14421,&quot;36265&quot;:14422,&quot;58443&quot;:14422,&quot;163842&quot;:14423,&quot;58444&quot;:14423,&quot;135188&quot;:14424,&quot;58445&quot;:14424,&quot;149898&quot;:14425,&quot;58446&quot;:14425,&quot;15228&quot;:14426,&quot;58447&quot;:14426,&quot;164284&quot;:14427,&quot;58448&quot;:14427,&quot;160012&quot;:14428,&quot;58449&quot;:14428,&quot;31463&quot;:14429,&quot;58450&quot;:14429,&quot;36525&quot;:14430,&quot;58451&quot;:14430,&quot;36534&quot;:14431,&quot;58452&quot;:14431,&quot;36547&quot;:14432,&quot;58453&quot;:14432,&quot;37588&quot;:14433,&quot;58454&quot;:14433,&quot;36633&quot;:14434,&quot;58455&quot;:14434,&quot;36653&quot;:14435,&quot;58456&quot;:14435,&quot;164709&quot;:14436,&quot;58457&quot;:14436,&quot;164882&quot;:14437,&quot;58458&quot;:14437,&quot;36773&quot;:14438,&quot;58459&quot;:14438,&quot;37635&quot;:14439,&quot;58460&quot;:14439,&quot;172703&quot;:14440,&quot;58461&quot;:14440,&quot;133712&quot;:14441,&quot;58462&quot;:14441,&quot;36787&quot;:14442,&quot;58463&quot;:14442,&quot;166366&quot;:14444,&quot;58465&quot;:14444,&quot;165181&quot;:14445,&quot;58466&quot;:14445,&quot;146875&quot;:14446,&quot;58467&quot;:14446,&quot;24312&quot;:14447,&quot;58468&quot;:14447,&quot;143970&quot;:14448,&quot;58469&quot;:14448,&quot;36857&quot;:14449,&quot;58470&quot;:14449,&quot;140069&quot;:14451,&quot;58474&quot;:14451,&quot;14720&quot;:14452,&quot;58475&quot;:14452,&quot;159447&quot;:14453,&quot;58476&quot;:14453,&quot;36919&quot;:14454,&quot;58477&quot;:14454,&quot;165180&quot;:14455,&quot;58478&quot;:14455,&quot;162494&quot;:14456,&quot;58479&quot;:14456,&quot;36961&quot;:14457,&quot;58480&quot;:14457,&quot;165228&quot;:14458,&quot;58481&quot;:14458,&quot;165387&quot;:14459,&quot;58482&quot;:14459,&quot;37032&quot;:14460,&quot;58483&quot;:14460,&quot;165651&quot;:14461,&quot;58484&quot;:14461,&quot;37060&quot;:14462,&quot;58485&quot;:14462,&quot;165606&quot;:14463,&quot;58486&quot;:14463,&quot;37038&quot;:14464,&quot;58487&quot;:14464,&quot;64038&quot;:14465,&quot;37223&quot;:14466,&quot;58489&quot;:14466,&quot;37289&quot;:14467,&quot;58491&quot;:14467,&quot;37316&quot;:14468,&quot;58492&quot;:14468,&quot;31916&quot;:14469,&quot;58493&quot;:14469,&quot;166195&quot;:14470,&quot;58494&quot;:14470,&quot;138889&quot;:14471,&quot;58495&quot;:14471,&quot;37390&quot;:14472,&quot;58496&quot;:14472,&quot;27807&quot;:14473,&quot;58497&quot;:14473,&quot;37441&quot;:14474,&quot;58498&quot;:14474,&quot;37474&quot;:14475,&quot;58499&quot;:14475,&quot;153017&quot;:14476,&quot;58500&quot;:14476,&quot;166598&quot;:14477,&quot;58502&quot;:14477,&quot;146587&quot;:14478,&quot;58503&quot;:14478,&quot;166668&quot;:14479,&quot;58504&quot;:14479,&quot;153051&quot;:14480,&quot;58505&quot;:14480,&quot;134449&quot;:14481,&quot;58506&quot;:14481,&quot;37676&quot;:14482,&quot;58507&quot;:14482,&quot;37739&quot;:14483,&quot;58508&quot;:14483,&quot;166625&quot;:14484,&quot;58509&quot;:14484,&quot;166891&quot;:14485,&quot;58510&quot;:14485,&quot;23235&quot;:14486,&quot;58512&quot;:14486,&quot;166626&quot;:14487,&quot;58513&quot;:14487,&quot;166629&quot;:14488,&quot;58514&quot;:14488,&quot;18789&quot;:14489,&quot;58515&quot;:14489,&quot;37444&quot;:14490,&quot;58516&quot;:14490,&quot;166892&quot;:14491,&quot;58517&quot;:14491,&quot;166969&quot;:14492,&quot;58518&quot;:14492,&quot;166911&quot;:14493,&quot;58519&quot;:14493,&quot;37747&quot;:14494,&quot;58520&quot;:14494,&quot;37979&quot;:14495,&quot;58521&quot;:14495,&quot;36540&quot;:14496,&quot;58522&quot;:14496,&quot;38277&quot;:14497,&quot;58523&quot;:14497,&quot;38310&quot;:14498,&quot;58524&quot;:14498,&quot;37926&quot;:14499,&quot;58525&quot;:14499,&quot;38304&quot;:14500,&quot;58526&quot;:14500,&quot;28662&quot;:14501,&quot;58527&quot;:14501,&quot;17081&quot;:14502,&quot;58528&quot;:14502,&quot;165592&quot;:14503,&quot;58530&quot;:14503,&quot;135804&quot;:14504,&quot;58531&quot;:14504,&quot;146990&quot;:14505,&quot;58532&quot;:14505,&quot;18911&quot;:14506,&quot;58533&quot;:14506,&quot;27676&quot;:14507,&quot;58534&quot;:14507,&quot;38523&quot;:14508,&quot;58535&quot;:14508,&quot;38550&quot;:14509,&quot;58536&quot;:14509,&quot;16748&quot;:14510,&quot;58537&quot;:14510,&quot;38563&quot;:14511,&quot;58538&quot;:14511,&quot;159445&quot;:14512,&quot;58539&quot;:14512,&quot;25050&quot;:14513,&quot;58540&quot;:14513,&quot;58541&quot;:14514,&quot;30965&quot;:14515,&quot;58542&quot;:14515,&quot;166624&quot;:14516,&quot;58543&quot;:14516,&quot;38589&quot;:14517,&quot;58544&quot;:14517,&quot;21452&quot;:14518,&quot;58545&quot;:14518,&quot;18849&quot;:14519,&quot;58546&quot;:14519,&quot;158904&quot;:14520,&quot;58547&quot;:14520,&quot;131700&quot;:14521,&quot;58548&quot;:14521,&quot;156688&quot;:14522,&quot;58549&quot;:14522,&quot;168111&quot;:14523,&quot;58550&quot;:14523,&quot;168165&quot;:14524,&quot;58551&quot;:14524,&quot;150225&quot;:14525,&quot;58552&quot;:14525,&quot;137493&quot;:14526,&quot;58553&quot;:14526,&quot;144138&quot;:14527,&quot;58554&quot;:14527,&quot;38705&quot;:14528,&quot;58555&quot;:14528,&quot;34370&quot;:14529,&quot;58556&quot;:14529,&quot;38710&quot;:14530,&quot;58557&quot;:14530,&quot;18959&quot;:14531,&quot;58558&quot;:14531,&quot;17725&quot;:14532,&quot;58559&quot;:14532,&quot;17797&quot;:14533,&quot;58560&quot;:14533,&quot;150249&quot;:14534,&quot;58561&quot;:14534,&quot;28789&quot;:14535,&quot;58562&quot;:14535,&quot;23361&quot;:14536,&quot;58563&quot;:14536,&quot;38683&quot;:14537,&quot;58564&quot;:14537,&quot;168405&quot;:14539,&quot;58566&quot;:14539,&quot;38743&quot;:14540,&quot;58567&quot;:14540,&quot;23370&quot;:14541,&quot;58568&quot;:14541,&quot;168427&quot;:14542,&quot;58569&quot;:14542,&quot;38751&quot;:14543,&quot;58570&quot;:14543,&quot;37925&quot;:14544,&quot;58571&quot;:14544,&quot;20688&quot;:14545,&quot;58572&quot;:14545,&quot;143543&quot;:14546,&quot;58573&quot;:14546,&quot;143548&quot;:14547,&quot;58574&quot;:14547,&quot;38793&quot;:14548,&quot;58575&quot;:14548,&quot;38815&quot;:14549,&quot;58576&quot;:14549,&quot;38833&quot;:14550,&quot;58577&quot;:14550,&quot;38846&quot;:14551,&quot;58578&quot;:14551,&quot;38848&quot;:14552,&quot;58579&quot;:14552,&quot;38866&quot;:14553,&quot;58580&quot;:14553,&quot;38880&quot;:14554,&quot;58581&quot;:14554,&quot;152684&quot;:14555,&quot;58582&quot;:14555,&quot;38894&quot;:14556,&quot;58583&quot;:14556,&quot;29724&quot;:14557,&quot;58584&quot;:14557,&quot;169011&quot;:14558,&quot;58585&quot;:14558,&quot;38901&quot;:14560,&quot;58587&quot;:14560,&quot;168989&quot;:14561,&quot;58588&quot;:14561,&quot;162170&quot;:14562,&quot;58589&quot;:14562,&quot;19153&quot;:14563,&quot;58590&quot;:14563,&quot;38964&quot;:14564,&quot;58591&quot;:14564,&quot;38963&quot;:14565,&quot;58592&quot;:14565,&quot;38987&quot;:14566,&quot;58593&quot;:14566,&quot;39014&quot;:14567,&quot;58594&quot;:14567,&quot;15118&quot;:14568,&quot;58595&quot;:14568,&quot;160117&quot;:14569,&quot;58596&quot;:14569,&quot;15697&quot;:14570,&quot;58597&quot;:14570,&quot;132656&quot;:14571,&quot;58598&quot;:14571,&quot;147804&quot;:14572,&quot;58599&quot;:14572,&quot;153350&quot;:14573,&quot;58600&quot;:14573,&quot;39114&quot;:14574,&quot;58601&quot;:14574,&quot;39095&quot;:14575,&quot;58602&quot;:14575,&quot;39112&quot;:14576,&quot;58603&quot;:14576,&quot;39111&quot;:14577,&quot;58604&quot;:14577,&quot;19199&quot;:14578,&quot;58605&quot;:14578,&quot;159015&quot;:14579,&quot;58606&quot;:14579,&quot;136915&quot;:14580,&quot;58607&quot;:14580,&quot;21936&quot;:14581,&quot;58608&quot;:14581,&quot;39137&quot;:14582,&quot;58609&quot;:14582,&quot;39142&quot;:14583,&quot;58610&quot;:14583,&quot;39148&quot;:14584,&quot;58611&quot;:14584,&quot;37752&quot;:14585,&quot;58612&quot;:14585,&quot;39225&quot;:14586,&quot;58613&quot;:14586,&quot;150057&quot;:14587,&quot;58614&quot;:14587,&quot;19314&quot;:14588,&quot;58615&quot;:14588,&quot;170071&quot;:14589,&quot;58616&quot;:14589,&quot;170245&quot;:14590,&quot;58617&quot;:14590,&quot;39413&quot;:14591,&quot;58618&quot;:14591,&quot;39436&quot;:14592,&quot;58619&quot;:14592,&quot;39483&quot;:14593,&quot;58620&quot;:14593,&quot;39440&quot;:14594,&quot;58621&quot;:14594,&quot;39512&quot;:14595,&quot;58622&quot;:14595,&quot;153381&quot;:14596,&quot;58623&quot;:14596,&quot;14020&quot;:14597,&quot;58624&quot;:14597,&quot;168113&quot;:14598,&quot;58625&quot;:14598,&quot;170965&quot;:14599,&quot;58626&quot;:14599,&quot;39648&quot;:14600,&quot;58627&quot;:14600,&quot;39650&quot;:14601,&quot;58628&quot;:14601,&quot;170757&quot;:14602,&quot;58629&quot;:14602,&quot;39668&quot;:14603,&quot;58630&quot;:14603,&quot;19470&quot;:14604,&quot;58631&quot;:14604,&quot;39700&quot;:14605,&quot;58632&quot;:14605,&quot;39725&quot;:14606,&quot;58633&quot;:14606,&quot;165376&quot;:14607,&quot;58634&quot;:14607,&quot;20532&quot;:14608,&quot;58635&quot;:14608,&quot;39732&quot;:14609,&quot;58636&quot;:14609,&quot;14531&quot;:14610,&quot;58638&quot;:14610,&quot;143485&quot;:14611,&quot;58639&quot;:14611,&quot;39760&quot;:14612,&quot;58640&quot;:14612,&quot;39744&quot;:14613,&quot;58641&quot;:14613,&quot;171326&quot;:14614,&quot;58642&quot;:14614,&quot;23109&quot;:14615,&quot;58643&quot;:14615,&quot;137315&quot;:14616,&quot;58644&quot;:14616,&quot;39822&quot;:14617,&quot;58645&quot;:14617,&quot;39938&quot;:14618,&quot;58647&quot;:14618,&quot;39935&quot;:14619,&quot;58648&quot;:14619,&quot;39948&quot;:14620,&quot;58649&quot;:14620,&quot;171624&quot;:14621,&quot;58650&quot;:14621,&quot;40404&quot;:14622,&quot;58651&quot;:14622,&quot;171959&quot;:14623,&quot;58652&quot;:14623,&quot;172434&quot;:14624,&quot;58653&quot;:14624,&quot;172459&quot;:14625,&quot;58654&quot;:14625,&quot;172257&quot;:14626,&quot;58655&quot;:14626,&quot;172323&quot;:14627,&quot;58656&quot;:14627,&quot;172511&quot;:14628,&quot;58657&quot;:14628,&quot;40318&quot;:14629,&quot;58658&quot;:14629,&quot;40323&quot;:14630,&quot;58659&quot;:14630,&quot;172340&quot;:14631,&quot;58660&quot;:14631,&quot;40462&quot;:14632,&quot;58661&quot;:14632,&quot;40388&quot;:14633,&quot;58663&quot;:14633,&quot;172435&quot;:14634,&quot;58665&quot;:14634,&quot;172576&quot;:14635,&quot;58666&quot;:14635,&quot;137531&quot;:14636,&quot;58667&quot;:14636,&quot;172595&quot;:14637,&quot;58668&quot;:14637,&quot;40249&quot;:14638,&quot;58669&quot;:14638,&quot;172217&quot;:14639,&quot;58670&quot;:14639,&quot;172724&quot;:14640,&quot;58671&quot;:14640,&quot;40592&quot;:14641,&quot;58672&quot;:14641,&quot;40597&quot;:14642,&quot;58673&quot;:14642,&quot;40606&quot;:14643,&quot;58674&quot;:14643,&quot;40610&quot;:14644,&quot;58675&quot;:14644,&quot;19764&quot;:14645,&quot;58676&quot;:14645,&quot;40618&quot;:14646,&quot;58677&quot;:14646,&quot;40623&quot;:14647,&quot;58678&quot;:14647,&quot;148324&quot;:14648,&quot;58679&quot;:14648,&quot;40641&quot;:14649,&quot;58680&quot;:14649,&quot;15200&quot;:14650,&quot;58681&quot;:14650,&quot;14821&quot;:14651,&quot;58682&quot;:14651,&quot;15645&quot;:14652,&quot;58683&quot;:14652,&quot;20274&quot;:14653,&quot;58684&quot;:14653,&quot;14270&quot;:14654,&quot;58685&quot;:14654,&quot;166955&quot;:14655,&quot;58686&quot;:14655,&quot;40706&quot;:14656,&quot;58687&quot;:14656,&quot;40712&quot;:14657,&quot;58688&quot;:14657,&quot;19350&quot;:14658,&quot;58689&quot;:14658,&quot;37924&quot;:14659,&quot;58690&quot;:14659,&quot;159138&quot;:14660,&quot;58691&quot;:14660,&quot;40727&quot;:14661,&quot;60836&quot;:14661,&quot;58692&quot;:14661,&quot;195099&quot;:14662,&quot;40761&quot;:14663,&quot;58694&quot;:14663,&quot;22175&quot;:14664,&quot;58695&quot;:14664,&quot;22154&quot;:14665,&quot;58696&quot;:14665,&quot;40773&quot;:14666,&quot;58697&quot;:14666,&quot;39352&quot;:14667,&quot;58698&quot;:14667,&quot;168075&quot;:14668,&quot;58699&quot;:14668,&quot;38898&quot;:14669,&quot;58700&quot;:14669,&quot;33919&quot;:14670,&quot;58701&quot;:14670,&quot;40809&quot;:14672,&quot;58703&quot;:14672,&quot;31452&quot;:14673,&quot;58704&quot;:14673,&quot;40846&quot;:14674,&quot;58705&quot;:14674,&quot;29206&quot;:14675,&quot;58706&quot;:14675,&quot;19390&quot;:14676,&quot;58707&quot;:14676,&quot;149877&quot;:14677,&quot;58708&quot;:14677,&quot;149947&quot;:14678,&quot;58709&quot;:14678,&quot;29047&quot;:14679,&quot;58710&quot;:14679,&quot;150008&quot;:14680,&quot;58711&quot;:14680,&quot;148296&quot;:14681,&quot;58712&quot;:14681,&quot;150097&quot;:14682,&quot;58713&quot;:14682,&quot;29598&quot;:14683,&quot;58714&quot;:14683,&quot;166874&quot;:14684,&quot;58715&quot;:14684,&quot;137466&quot;:14685,&quot;58716&quot;:14685,&quot;31135&quot;:14686,&quot;58717&quot;:14686,&quot;166270&quot;:14687,&quot;58718&quot;:14687,&quot;167478&quot;:14688,&quot;58719&quot;:14688,&quot;37737&quot;:14689,&quot;58720&quot;:14689,&quot;37875&quot;:14690,&quot;58721&quot;:14690,&quot;166468&quot;:14691,&quot;58722&quot;:14691,&quot;37612&quot;:14692,&quot;58723&quot;:14692,&quot;37761&quot;:14693,&quot;58724&quot;:14693,&quot;37835&quot;:14694,&quot;58725&quot;:14694,&quot;166252&quot;:14695,&quot;58726&quot;:14695,&quot;148665&quot;:14696,&quot;58727&quot;:14696,&quot;29207&quot;:14697,&quot;58728&quot;:14697,&quot;16107&quot;:14698,&quot;58729&quot;:14698,&quot;30578&quot;:14699,&quot;58730&quot;:14699,&quot;31299&quot;:14700,&quot;58731&quot;:14700,&quot;28880&quot;:14701,&quot;58732&quot;:14701,&quot;148595&quot;:14702,&quot;58733&quot;:14702,&quot;148472&quot;:14703,&quot;58734&quot;:14703,&quot;29054&quot;:14704,&quot;58735&quot;:14704,&quot;137199&quot;:14705,&quot;58736&quot;:14705,&quot;28835&quot;:14706,&quot;58737&quot;:14706,&quot;137406&quot;:14707,&quot;58738&quot;:14707,&quot;144793&quot;:14708,&quot;58739&quot;:14708,&quot;16071&quot;:14709,&quot;58740&quot;:14709,&quot;137349&quot;:14710,&quot;58741&quot;:14710,&quot;152623&quot;:14711,&quot;58742&quot;:14711,&quot;137208&quot;:14712,&quot;58743&quot;:14712,&quot;14114&quot;:14713,&quot;58744&quot;:14713,&quot;136955&quot;:14714,&quot;58745&quot;:14714,&quot;137273&quot;:14715,&quot;58746&quot;:14715,&quot;14049&quot;:14716,&quot;58747&quot;:14716,&quot;137076&quot;:14717,&quot;58748&quot;:14717,&quot;137425&quot;:14718,&quot;58749&quot;:14718,&quot;155467&quot;:14719,&quot;58750&quot;:14719,&quot;14115&quot;:14720,&quot;58751&quot;:14720,&quot;136896&quot;:14721,&quot;58752&quot;:14721,&quot;22363&quot;:14722,&quot;58753&quot;:14722,&quot;150053&quot;:14723,&quot;58754&quot;:14723,&quot;136190&quot;:14724,&quot;58755&quot;:14724,&quot;135848&quot;:14725,&quot;58756&quot;:14725,&quot;136134&quot;:14726,&quot;58757&quot;:14726,&quot;136374&quot;:14727,&quot;58758&quot;:14727,&quot;34051&quot;:14728,&quot;58761&quot;:14728,&quot;58759&quot;:14728,&quot;145062&quot;:14729,&quot;58760&quot;:14729,&quot;33877&quot;:14731,&quot;58762&quot;:14731,&quot;149908&quot;:14732,&quot;58763&quot;:14732,&quot;160101&quot;:14733,&quot;58764&quot;:14733,&quot;146993&quot;:14734,&quot;58765&quot;:14734,&quot;152924&quot;:14735,&quot;58766&quot;:14735,&quot;147195&quot;:14736,&quot;58767&quot;:14736,&quot;159826&quot;:14737,&quot;58768&quot;:14737,&quot;17652&quot;:14738,&quot;58769&quot;:14738,&quot;145134&quot;:14739,&quot;58770&quot;:14739,&quot;170397&quot;:14740,&quot;58771&quot;:14740,&quot;159526&quot;:14741,&quot;58772&quot;:14741,&quot;26617&quot;:14742,&quot;58773&quot;:14742,&quot;14131&quot;:14743,&quot;58774&quot;:14743,&quot;15381&quot;:14744,&quot;58775&quot;:14744,&quot;15847&quot;:14745,&quot;58776&quot;:14745,&quot;22636&quot;:14746,&quot;58777&quot;:14746,&quot;137506&quot;:14747,&quot;58778&quot;:14747,&quot;26640&quot;:14748,&quot;58779&quot;:14748,&quot;16471&quot;:14749,&quot;58780&quot;:14749,&quot;145215&quot;:14750,&quot;58781&quot;:14750,&quot;147681&quot;:14751,&quot;58782&quot;:14751,&quot;147595&quot;:14752,&quot;58783&quot;:14752,&quot;147727&quot;:14753,&quot;58784&quot;:14753,&quot;158753&quot;:14754,&quot;58785&quot;:14754,&quot;21707&quot;:14755,&quot;58786&quot;:14755,&quot;22174&quot;:14756,&quot;58787&quot;:14756,&quot;157361&quot;:14757,&quot;58788&quot;:14757,&quot;22162&quot;:14758,&quot;58789&quot;:14758,&quot;135135&quot;:14759,&quot;58790&quot;:14759,&quot;134056&quot;:14760,&quot;58791&quot;:14760,&quot;134669&quot;:14761,&quot;58792&quot;:14761,&quot;166675&quot;:14763,&quot;58794&quot;:14763,&quot;37788&quot;:14764,&quot;58795&quot;:14764,&quot;20216&quot;:14765,&quot;58796&quot;:14765,&quot;20779&quot;:14766,&quot;58797&quot;:14766,&quot;14361&quot;:14767,&quot;58798&quot;:14767,&quot;148534&quot;:14768,&quot;58799&quot;:14768,&quot;20156&quot;:14769,&quot;58800&quot;:14769,&quot;132197&quot;:14770,&quot;58801&quot;:14770,&quot;20299&quot;:14772,&quot;58803&quot;:14772,&quot;20362&quot;:14773,&quot;58804&quot;:14773,&quot;153169&quot;:14774,&quot;58805&quot;:14774,&quot;23144&quot;:14775,&quot;58806&quot;:14775,&quot;131499&quot;:14776,&quot;58807&quot;:14776,&quot;132043&quot;:14777,&quot;58808&quot;:14777,&quot;14745&quot;:14778,&quot;58809&quot;:14778,&quot;131850&quot;:14779,&quot;58810&quot;:14779,&quot;132116&quot;:14780,&quot;58811&quot;:14780,&quot;13365&quot;:14781,&quot;58812&quot;:14781,&quot;20265&quot;:14782,&quot;58813&quot;:14782,&quot;131776&quot;:14783,&quot;58814&quot;:14783,&quot;167603&quot;:14784,&quot;58815&quot;:14784,&quot;131701&quot;:14785,&quot;58816&quot;:14785,&quot;35546&quot;:14786,&quot;58817&quot;:14786,&quot;131596&quot;:14787,&quot;58818&quot;:14787,&quot;20120&quot;:14788,&quot;58819&quot;:14788,&quot;20685&quot;:14789,&quot;58820&quot;:14789,&quot;20749&quot;:14790,&quot;58821&quot;:14790,&quot;20386&quot;:14791,&quot;58822&quot;:14791,&quot;20227&quot;:14792,&quot;58823&quot;:14792,&quot;150030&quot;:14793,&quot;58824&quot;:14793,&quot;147082&quot;:14794,&quot;58825&quot;:14794,&quot;20290&quot;:14795,&quot;58826&quot;:14795,&quot;20526&quot;:14796,&quot;58827&quot;:14796,&quot;20588&quot;:14797,&quot;58828&quot;:14797,&quot;20609&quot;:14798,&quot;58829&quot;:14798,&quot;20428&quot;:14799,&quot;58830&quot;:14799,&quot;20453&quot;:14800,&quot;58831&quot;:14800,&quot;20568&quot;:14801,&quot;58832&quot;:14801,&quot;20732&quot;:14802,&quot;58833&quot;:14802,&quot;28278&quot;:14803,&quot;58838&quot;:14803,&quot;144789&quot;:14804,&quot;58839&quot;:14804,&quot;147001&quot;:14805,&quot;58840&quot;:14805,&quot;147135&quot;:14806,&quot;58841&quot;:14806,&quot;28018&quot;:14807,&quot;58842&quot;:14807,&quot;137348&quot;:14808,&quot;58843&quot;:14808,&quot;147081&quot;:14809,&quot;58844&quot;:14809,&quot;20904&quot;:14810,&quot;58845&quot;:14810,&quot;20931&quot;:14811,&quot;58846&quot;:14811,&quot;132576&quot;:14812,&quot;58847&quot;:14812,&quot;17629&quot;:14813,&quot;58848&quot;:14813,&quot;132259&quot;:14814,&quot;58849&quot;:14814,&quot;132242&quot;:14815,&quot;58850&quot;:14815,&quot;132241&quot;:14816,&quot;58851&quot;:14816,&quot;36218&quot;:14817,&quot;58852&quot;:14817,&quot;166556&quot;:14818,&quot;58853&quot;:14818,&quot;132878&quot;:14819,&quot;58854&quot;:14819,&quot;21081&quot;:14820,&quot;58855&quot;:14820,&quot;21156&quot;:14821,&quot;58856&quot;:14821,&quot;133235&quot;:14822,&quot;58857&quot;:14822,&quot;21217&quot;:14823,&quot;58858&quot;:14823,&quot;18042&quot;:14825,&quot;58860&quot;:14825,&quot;29068&quot;:14826,&quot;58861&quot;:14826,&quot;148364&quot;:14827,&quot;58862&quot;:14827,&quot;134176&quot;:14828,&quot;58863&quot;:14828,&quot;149932&quot;:14829,&quot;58864&quot;:14829,&quot;135396&quot;:14830,&quot;58865&quot;:14830,&quot;27089&quot;:14831,&quot;58866&quot;:14831,&quot;134685&quot;:14832,&quot;58867&quot;:14832,&quot;16094&quot;:14834,&quot;58869&quot;:14834,&quot;29849&quot;:14835,&quot;58870&quot;:14835,&quot;29716&quot;:14836,&quot;58871&quot;:14836,&quot;29782&quot;:14837,&quot;58872&quot;:14837,&quot;29592&quot;:14838,&quot;58873&quot;:14838,&quot;19342&quot;:14839,&quot;58874&quot;:14839,&quot;150204&quot;:14840,&quot;58875&quot;:14840,&quot;147597&quot;:14841,&quot;58876&quot;:14841,&quot;21456&quot;:14842,&quot;58877&quot;:14842,&quot;13700&quot;:14843,&quot;58878&quot;:14843,&quot;29199&quot;:14844,&quot;58879&quot;:14844,&quot;147657&quot;:14845,&quot;58880&quot;:14845,&quot;21940&quot;:14846,&quot;58881&quot;:14846,&quot;131909&quot;:14847,&quot;58882&quot;:14847,&quot;21709&quot;:14848,&quot;58883&quot;:14848,&quot;134086&quot;:14849,&quot;58884&quot;:14849,&quot;22301&quot;:14850,&quot;58885&quot;:14850,&quot;37469&quot;:14851,&quot;58886&quot;:14851,&quot;38644&quot;:14852,&quot;58887&quot;:14852,&quot;22493&quot;:14853,&quot;58889&quot;:14853,&quot;22413&quot;:14854,&quot;58890&quot;:14854,&quot;22399&quot;:14855,&quot;58891&quot;:14855,&quot;13886&quot;:14856,&quot;58892&quot;:14856,&quot;22731&quot;:14857,&quot;58893&quot;:14857,&quot;23193&quot;:14858,&quot;58894&quot;:14858,&quot;166470&quot;:14859,&quot;58895&quot;:14859,&quot;136954&quot;:14860,&quot;58896&quot;:14860,&quot;137071&quot;:14861,&quot;58897&quot;:14861,&quot;136976&quot;:14862,&quot;58898&quot;:14862,&quot;23084&quot;:14863,&quot;58899&quot;:14863,&quot;22968&quot;:14864,&quot;58900&quot;:14864,&quot;23166&quot;:14865,&quot;58902&quot;:14865,&quot;23247&quot;:14866,&quot;58903&quot;:14866,&quot;23058&quot;:14867,&quot;58904&quot;:14867,&quot;153926&quot;:14868,&quot;58905&quot;:14868,&quot;137715&quot;:14869,&quot;58906&quot;:14869,&quot;137313&quot;:14870,&quot;58907&quot;:14870,&quot;148117&quot;:14871,&quot;58908&quot;:14871,&quot;14069&quot;:14872,&quot;58909&quot;:14872,&quot;27909&quot;:14873,&quot;58910&quot;:14873,&quot;29763&quot;:14874,&quot;58911&quot;:14874,&quot;23073&quot;:14875,&quot;58912&quot;:14875,&quot;155267&quot;:14876,&quot;58913&quot;:14876,&quot;23169&quot;:14877,&quot;58914&quot;:14877,&quot;166871&quot;:14878,&quot;58915&quot;:14878,&quot;132115&quot;:14879,&quot;58916&quot;:14879,&quot;37856&quot;:14880,&quot;58917&quot;:14880,&quot;29836&quot;:14881,&quot;58918&quot;:14881,&quot;135939&quot;:14882,&quot;58919&quot;:14882,&quot;28933&quot;:14883,&quot;58920&quot;:14883,&quot;18802&quot;:14884,&quot;58921&quot;:14884,&quot;37896&quot;:14885,&quot;58922&quot;:14885,&quot;166395&quot;:14886,&quot;58923&quot;:14886,&quot;37821&quot;:14887,&quot;58924&quot;:14887,&quot;14240&quot;:14888,&quot;58925&quot;:14888,&quot;23582&quot;:14889,&quot;58926&quot;:14889,&quot;23710&quot;:14890,&quot;58927&quot;:14890,&quot;24158&quot;:14891,&quot;58928&quot;:14891,&quot;24136&quot;:14892,&quot;58929&quot;:14892,&quot;137622&quot;:14893,&quot;58930&quot;:14893,&quot;137596&quot;:14894,&quot;58931&quot;:14894,&quot;146158&quot;:14895,&quot;58932&quot;:14895,&quot;24269&quot;:14896,&quot;58933&quot;:14896,&quot;23375&quot;:14897,&quot;58934&quot;:14897,&quot;58935&quot;:14898,&quot;137475&quot;:14898,&quot;58936&quot;:14899,&quot;137476&quot;:14899,&quot;14081&quot;:14900,&quot;58937&quot;:14900,&quot;137376&quot;:14901,&quot;58938&quot;:14901,&quot;14045&quot;:14902,&quot;58939&quot;:14902,&quot;136958&quot;:14903,&quot;58940&quot;:14903,&quot;14035&quot;:14904,&quot;58941&quot;:14904,&quot;33066&quot;:14905,&quot;58942&quot;:14905,&quot;166471&quot;:14906,&quot;58943&quot;:14906,&quot;138682&quot;:14907,&quot;58944&quot;:14907,&quot;144498&quot;:14908,&quot;58945&quot;:14908,&quot;166312&quot;:14909,&quot;58946&quot;:14909,&quot;24332&quot;:14910,&quot;60916&quot;:14910,&quot;58947&quot;:14910,&quot;24334&quot;:14911,&quot;58948&quot;:14911,&quot;137511&quot;:14912,&quot;58949&quot;:14912,&quot;137131&quot;:14913,&quot;58950&quot;:14913,&quot;23147&quot;:14914,&quot;58951&quot;:14914,&quot;137019&quot;:14915,&quot;58952&quot;:14915,&quot;23364&quot;:14916,&quot;58953&quot;:14916,&quot;161277&quot;:14917,&quot;58955&quot;:14917,&quot;34912&quot;:14918,&quot;58956&quot;:14918,&quot;24702&quot;:14919,&quot;58957&quot;:14919,&quot;141408&quot;:14920,&quot;58958&quot;:14920,&quot;140843&quot;:14921,&quot;58959&quot;:14921,&quot;24539&quot;:14922,&quot;58960&quot;:14922,&quot;16056&quot;:14923,&quot;58961&quot;:14923,&quot;140719&quot;:14924,&quot;58962&quot;:14924,&quot;140734&quot;:14925,&quot;58963&quot;:14925,&quot;168072&quot;:14926,&quot;58964&quot;:14926,&quot;159603&quot;:14927,&quot;58965&quot;:14927,&quot;25024&quot;:14928,&quot;58966&quot;:14928,&quot;131134&quot;:14929,&quot;58967&quot;:14929,&quot;131142&quot;:14930,&quot;58968&quot;:14930,&quot;140827&quot;:14931,&quot;58969&quot;:14931,&quot;24985&quot;:14932,&quot;58970&quot;:14932,&quot;24984&quot;:14933,&quot;58971&quot;:14933,&quot;24693&quot;:14934,&quot;58972&quot;:14934,&quot;142491&quot;:14935,&quot;58973&quot;:14935,&quot;142599&quot;:14936,&quot;58974&quot;:14936,&quot;149204&quot;:14937,&quot;58975&quot;:14937,&quot;168269&quot;:14938,&quot;58976&quot;:14938,&quot;25713&quot;:14939,&quot;58977&quot;:14939,&quot;149093&quot;:14940,&quot;58978&quot;:14940,&quot;142186&quot;:14941,&quot;58979&quot;:14941,&quot;14889&quot;:14942,&quot;58980&quot;:14942,&quot;142114&quot;:14943,&quot;58981&quot;:14943,&quot;144464&quot;:14944,&quot;58982&quot;:14944,&quot;170218&quot;:14945,&quot;58983&quot;:14945,&quot;142968&quot;:14946,&quot;58984&quot;:14946,&quot;25399&quot;:14947,&quot;58985&quot;:14947,&quot;25782&quot;:14948,&quot;58987&quot;:14948,&quot;25393&quot;:14949,&quot;58988&quot;:14949,&quot;25553&quot;:14950,&quot;58989&quot;:14950,&quot;149987&quot;:14951,&quot;58990&quot;:14951,&quot;142695&quot;:14952,&quot;58991&quot;:14952,&quot;25252&quot;:14953,&quot;58992&quot;:14953,&quot;142497&quot;:14954,&quot;58993&quot;:14954,&quot;25659&quot;:14955,&quot;58994&quot;:14955,&quot;25963&quot;:14956,&quot;58995&quot;:14956,&quot;26994&quot;:14957,&quot;58996&quot;:14957,&quot;15348&quot;:14958,&quot;58997&quot;:14958,&quot;143502&quot;:14959,&quot;58998&quot;:14959,&quot;144045&quot;:14960,&quot;58999&quot;:14960,&quot;149897&quot;:14961,&quot;59000&quot;:14961,&quot;144043&quot;:14962,&quot;59001&quot;:14962,&quot;21773&quot;:14963,&quot;59002&quot;:14963,&quot;144096&quot;:14964,&quot;59003&quot;:14964,&quot;137433&quot;:14965,&quot;59004&quot;:14965,&quot;169023&quot;:14966,&quot;59005&quot;:14966,&quot;26318&quot;:14967,&quot;59006&quot;:14967,&quot;144009&quot;:14968,&quot;59007&quot;:14968,&quot;143795&quot;:14969,&quot;59008&quot;:14969,&quot;15072&quot;:14970,&quot;59009&quot;:14970,&quot;152964&quot;:14971,&quot;59011&quot;:14971,&quot;166690&quot;:14972,&quot;59012&quot;:14972,&quot;152975&quot;:14973,&quot;59013&quot;:14973,&quot;136956&quot;:14974,&quot;59014&quot;:14974,&quot;152923&quot;:14975,&quot;59015&quot;:14975,&quot;152613&quot;:14976,&quot;59016&quot;:14976,&quot;30958&quot;:14977,&quot;59017&quot;:14977,&quot;143619&quot;:14978,&quot;59018&quot;:14978,&quot;137258&quot;:14979,&quot;59019&quot;:14979,&quot;143924&quot;:14980,&quot;59020&quot;:14980,&quot;13412&quot;:14981,&quot;59021&quot;:14981,&quot;143887&quot;:14982,&quot;59022&quot;:14982,&quot;143746&quot;:14983,&quot;59023&quot;:14983,&quot;148169&quot;:14984,&quot;59024&quot;:14984,&quot;26254&quot;:14985,&quot;59025&quot;:14985,&quot;159012&quot;:14986,&quot;59026&quot;:14986,&quot;26219&quot;:14987,&quot;59027&quot;:14987,&quot;19347&quot;:14988,&quot;59028&quot;:14988,&quot;26160&quot;:14989,&quot;59029&quot;:14989,&quot;161904&quot;:14990,&quot;59030&quot;:14990,&quot;138731&quot;:14991,&quot;59031&quot;:14991,&quot;26211&quot;:14992,&quot;59032&quot;:14992,&quot;144082&quot;:14993,&quot;59033&quot;:14993,&quot;144097&quot;:14994,&quot;59034&quot;:14994,&quot;26142&quot;:14995,&quot;59035&quot;:14995,&quot;153714&quot;:14996,&quot;59036&quot;:14996,&quot;14545&quot;:14997,&quot;59037&quot;:14997,&quot;145466&quot;:14998,&quot;59038&quot;:14998,&quot;145340&quot;:14999,&quot;59039&quot;:14999,&quot;15257&quot;:15000,&quot;59040&quot;:15000,&quot;145314&quot;:15001,&quot;59041&quot;:15001,&quot;144382&quot;:15002,&quot;59042&quot;:15002,&quot;29904&quot;:15003,&quot;59043&quot;:15003,&quot;15254&quot;:15004,&quot;59044&quot;:15004,&quot;149034&quot;:15005,&quot;59046&quot;:15005,&quot;26806&quot;:15006,&quot;59047&quot;:15006,&quot;15300&quot;:15008,&quot;59049&quot;:15008,&quot;27326&quot;:15009,&quot;59050&quot;:15009,&quot;145365&quot;:15010,&quot;59052&quot;:15010,&quot;148615&quot;:15011,&quot;59053&quot;:15011,&quot;27187&quot;:15012,&quot;59054&quot;:15012,&quot;27218&quot;:15013,&quot;59055&quot;:15013,&quot;27337&quot;:15014,&quot;59056&quot;:15014,&quot;27397&quot;:15015,&quot;59057&quot;:15015,&quot;137490&quot;:15016,&quot;59058&quot;:15016,&quot;25873&quot;:15017,&quot;59059&quot;:15017,&quot;26776&quot;:15018,&quot;59060&quot;:15018,&quot;27212&quot;:15019,&quot;59061&quot;:15019,&quot;15319&quot;:15020,&quot;59062&quot;:15020,&quot;27258&quot;:15021,&quot;59063&quot;:15021,&quot;27479&quot;:15022,&quot;59064&quot;:15022,&quot;147392&quot;:15023,&quot;59065&quot;:15023,&quot;146586&quot;:15024,&quot;59066&quot;:15024,&quot;37792&quot;:15025,&quot;59067&quot;:15025,&quot;37618&quot;:15026,&quot;59068&quot;:15026,&quot;166890&quot;:15027,&quot;59069&quot;:15027,&quot;166603&quot;:15028,&quot;59070&quot;:15028,&quot;37513&quot;:15029,&quot;59071&quot;:15029,&quot;163870&quot;:15030,&quot;59072&quot;:15030,&quot;166364&quot;:15031,&quot;59073&quot;:15031,&quot;37991&quot;:15032,&quot;59074&quot;:15032,&quot;28069&quot;:15033,&quot;59075&quot;:15033,&quot;28427&quot;:15034,&quot;59076&quot;:15034,&quot;147327&quot;:15036,&quot;59079&quot;:15036,&quot;15759&quot;:15037,&quot;59080&quot;:15037,&quot;28164&quot;:15038,&quot;59081&quot;:15038,&quot;147516&quot;:15039,&quot;59082&quot;:15039,&quot;23101&quot;:15040,&quot;59083&quot;:15040,&quot;28170&quot;:15041,&quot;59084&quot;:15041,&quot;22599&quot;:15042,&quot;59085&quot;:15042,&quot;27940&quot;:15043,&quot;59086&quot;:15043,&quot;30786&quot;:15044,&quot;59087&quot;:15044,&quot;28987&quot;:15045,&quot;59088&quot;:15045,&quot;148250&quot;:15046,&quot;59089&quot;:15046,&quot;148086&quot;:15047,&quot;59090&quot;:15047,&quot;28913&quot;:15048,&quot;59091&quot;:15048,&quot;29264&quot;:15049,&quot;61085&quot;:15049,&quot;59092&quot;:15049,&quot;29319&quot;:15050,&quot;59093&quot;:15050,&quot;29332&quot;:15051,&quot;59094&quot;:15051,&quot;149391&quot;:15052,&quot;59095&quot;:15052,&quot;149285&quot;:15053,&quot;59096&quot;:15053,&quot;20857&quot;:15054,&quot;59097&quot;:15054,&quot;150180&quot;:15055,&quot;59098&quot;:15055,&quot;132587&quot;:15056,&quot;59099&quot;:15056,&quot;29818&quot;:15057,&quot;59100&quot;:15057,&quot;147192&quot;:15058,&quot;59101&quot;:15058,&quot;144991&quot;:15059,&quot;59102&quot;:15059,&quot;150090&quot;:15060,&quot;59103&quot;:15060,&quot;149783&quot;:15061,&quot;59104&quot;:15061,&quot;155617&quot;:15062,&quot;59105&quot;:15062,&quot;16134&quot;:15063,&quot;59106&quot;:15063,&quot;16049&quot;:15064,&quot;59107&quot;:15064,&quot;150239&quot;:15065,&quot;59108&quot;:15065,&quot;166947&quot;:15066,&quot;59109&quot;:15066,&quot;147253&quot;:15067,&quot;59110&quot;:15067,&quot;24743&quot;:15068,&quot;59111&quot;:15068,&quot;16115&quot;:15069,&quot;59112&quot;:15069,&quot;29900&quot;:15070,&quot;59113&quot;:15070,&quot;29756&quot;:15071,&quot;59114&quot;:15071,&quot;37767&quot;:15072,&quot;59115&quot;:15072,&quot;29751&quot;:15073,&quot;59116&quot;:15073,&quot;17567&quot;:15074,&quot;59117&quot;:15074,&quot;159210&quot;:15075,&quot;59118&quot;:15075,&quot;17745&quot;:15076,&quot;59119&quot;:15076,&quot;30083&quot;:15077,&quot;59120&quot;:15077,&quot;16227&quot;:15078,&quot;59121&quot;:15078,&quot;150745&quot;:15079,&quot;59122&quot;:15079,&quot;150790&quot;:15080,&quot;59123&quot;:15080,&quot;16216&quot;:15081,&quot;59124&quot;:15081,&quot;30037&quot;:15082,&quot;59125&quot;:15082,&quot;30323&quot;:15083,&quot;59126&quot;:15083,&quot;173510&quot;:15084,&quot;59127&quot;:15084,&quot;29800&quot;:15086,&quot;61070&quot;:15086,&quot;59129&quot;:15086,&quot;166604&quot;:15087,&quot;59130&quot;:15087,&quot;149931&quot;:15088,&quot;59131&quot;:15088,&quot;149902&quot;:15089,&quot;59132&quot;:15089,&quot;15099&quot;:15090,&quot;59133&quot;:15090,&quot;15821&quot;:15091,&quot;59134&quot;:15091,&quot;150094&quot;:15092,&quot;59135&quot;:15092,&quot;16127&quot;:15093,&quot;59136&quot;:15093,&quot;149957&quot;:15094,&quot;59137&quot;:15094,&quot;149747&quot;:15095,&quot;59138&quot;:15095,&quot;37370&quot;:15096,&quot;59139&quot;:15096,&quot;22322&quot;:15097,&quot;59140&quot;:15097,&quot;37698&quot;:15098,&quot;59141&quot;:15098,&quot;166627&quot;:15099,&quot;59142&quot;:15099,&quot;137316&quot;:15100,&quot;59143&quot;:15100,&quot;20703&quot;:15101,&quot;59144&quot;:15101,&quot;152097&quot;:15102,&quot;59145&quot;:15102,&quot;152039&quot;:15103,&quot;59146&quot;:15103,&quot;30584&quot;:15104,&quot;59147&quot;:15104,&quot;143922&quot;:15105,&quot;59148&quot;:15105,&quot;30478&quot;:15106,&quot;59149&quot;:15106,&quot;30479&quot;:15107,&quot;59150&quot;:15107,&quot;30587&quot;:15108,&quot;59151&quot;:15108,&quot;149143&quot;:15109,&quot;59152&quot;:15109,&quot;145281&quot;:15110,&quot;59153&quot;:15110,&quot;14942&quot;:15111,&quot;59154&quot;:15111,&quot;149744&quot;:15112,&quot;59155&quot;:15112,&quot;29752&quot;:15113,&quot;59156&quot;:15113,&quot;29851&quot;:15114,&quot;59157&quot;:15114,&quot;16063&quot;:15115,&quot;59158&quot;:15115,&quot;150202&quot;:15116,&quot;59159&quot;:15116,&quot;150215&quot;:15117,&quot;59160&quot;:15117,&quot;16584&quot;:15118,&quot;59161&quot;:15118,&quot;150166&quot;:15119,&quot;59162&quot;:15119,&quot;156078&quot;:15120,&quot;59163&quot;:15120,&quot;37639&quot;:15121,&quot;59164&quot;:15121,&quot;152961&quot;:15122,&quot;59165&quot;:15122,&quot;30750&quot;:15123,&quot;59166&quot;:15123,&quot;30861&quot;:15124,&quot;59167&quot;:15124,&quot;30856&quot;:15125,&quot;59168&quot;:15125,&quot;30930&quot;:15126,&quot;59169&quot;:15126,&quot;29648&quot;:15127,&quot;59170&quot;:15127,&quot;31065&quot;:15128,&quot;59171&quot;:15128,&quot;161601&quot;:15129,&quot;59172&quot;:15129,&quot;153315&quot;:15130,&quot;59173&quot;:15130,&quot;16654&quot;:15131,&quot;59174&quot;:15131,&quot;31141&quot;:15134,&quot;59177&quot;:15134,&quot;27181&quot;:15135,&quot;59178&quot;:15135,&quot;147194&quot;:15136,&quot;59179&quot;:15136,&quot;31290&quot;:15137,&quot;59180&quot;:15137,&quot;31220&quot;:15138,&quot;59181&quot;:15138,&quot;16750&quot;:15139,&quot;59182&quot;:15139,&quot;136934&quot;:15140,&quot;59183&quot;:15140,&quot;16690&quot;:15141,&quot;59184&quot;:15141,&quot;37429&quot;:15142,&quot;59185&quot;:15142,&quot;31217&quot;:15143,&quot;59186&quot;:15143,&quot;134476&quot;:15144,&quot;59187&quot;:15144,&quot;149900&quot;:15145,&quot;59188&quot;:15145,&quot;131737&quot;:15146,&quot;59189&quot;:15146,&quot;146874&quot;:15147,&quot;59190&quot;:15147,&quot;137070&quot;:15148,&quot;59191&quot;:15148,&quot;13719&quot;:15149,&quot;59192&quot;:15149,&quot;21867&quot;:15150,&quot;59193&quot;:15150,&quot;13680&quot;:15151,&quot;59194&quot;:15151,&quot;13994&quot;:15152,&quot;59195&quot;:15152,&quot;131540&quot;:15153,&quot;59196&quot;:15153,&quot;134157&quot;:15154,&quot;59197&quot;:15154,&quot;31458&quot;:15155,&quot;59198&quot;:15155,&quot;23129&quot;:15156,&quot;59199&quot;:15156,&quot;141045&quot;:15157,&quot;59200&quot;:15157,&quot;154287&quot;:15158,&quot;59201&quot;:15158,&quot;154268&quot;:15159,&quot;59202&quot;:15159,&quot;23053&quot;:15160,&quot;59203&quot;:15160,&quot;131675&quot;:15161,&quot;59204&quot;:15161,&quot;30960&quot;:15162,&quot;59205&quot;:15162,&quot;23082&quot;:15163,&quot;59206&quot;:15163,&quot;154566&quot;:15164,&quot;59207&quot;:15164,&quot;31486&quot;:15165,&quot;59208&quot;:15165,&quot;16889&quot;:15166,&quot;59209&quot;:15166,&quot;31837&quot;:15167,&quot;59210&quot;:15167,&quot;31853&quot;:15168,&quot;59211&quot;:15168,&quot;16913&quot;:15169,&quot;59212&quot;:15169,&quot;154547&quot;:15170,&quot;59213&quot;:15170,&quot;155324&quot;:15171,&quot;59214&quot;:15171,&quot;155302&quot;:15172,&quot;59215&quot;:15172,&quot;31949&quot;:15173,&quot;59216&quot;:15173,&quot;150009&quot;:15174,&quot;59217&quot;:15174,&quot;137136&quot;:15175,&quot;59218&quot;:15175,&quot;31886&quot;:15176,&quot;59219&quot;:15176,&quot;31868&quot;:15177,&quot;59220&quot;:15177,&quot;31918&quot;:15178,&quot;59221&quot;:15178,&quot;27314&quot;:15179,&quot;59222&quot;:15179,&quot;32220&quot;:15180,&quot;59223&quot;:15180,&quot;32263&quot;:15181,&quot;59224&quot;:15181,&quot;32211&quot;:15182,&quot;59225&quot;:15182,&quot;32590&quot;:15183,&quot;59226&quot;:15183,&quot;156257&quot;:15184,&quot;59227&quot;:15184,&quot;155996&quot;:15185,&quot;59228&quot;:15185,&quot;162632&quot;:15186,&quot;59229&quot;:15186,&quot;32151&quot;:15187,&quot;59230&quot;:15187,&quot;155266&quot;:15188,&quot;59231&quot;:15188,&quot;17002&quot;:15189,&quot;59232&quot;:15189,&quot;158581&quot;:15190,&quot;59233&quot;:15190,&quot;133398&quot;:15191,&quot;59234&quot;:15191,&quot;26582&quot;:15192,&quot;59235&quot;:15192,&quot;131150&quot;:15193,&quot;59236&quot;:15193,&quot;144847&quot;:15194,&quot;59237&quot;:15194,&quot;22468&quot;:15195,&quot;59238&quot;:15195,&quot;156690&quot;:15196,&quot;59239&quot;:15196,&quot;156664&quot;:15197,&quot;59240&quot;:15197,&quot;32733&quot;:15198,&quot;59242&quot;:15198,&quot;31527&quot;:15199,&quot;59243&quot;:15199,&quot;133164&quot;:15200,&quot;59244&quot;:15200,&quot;154345&quot;:15201,&quot;59245&quot;:15201,&quot;154947&quot;:15202,&quot;59246&quot;:15202,&quot;31500&quot;:15203,&quot;59247&quot;:15203,&quot;155150&quot;:15204,&quot;59248&quot;:15204,&quot;39398&quot;:15205,&quot;59249&quot;:15205,&quot;34373&quot;:15206,&quot;59250&quot;:15206,&quot;39523&quot;:15207,&quot;59251&quot;:15207,&quot;27164&quot;:15208,&quot;59252&quot;:15208,&quot;144447&quot;:15209,&quot;59253&quot;:15209,&quot;150007&quot;:15210,&quot;59255&quot;:15210,&quot;157101&quot;:15211,&quot;59256&quot;:15211,&quot;39455&quot;:15212,&quot;59257&quot;:15212,&quot;157088&quot;:15213,&quot;59258&quot;:15213,&quot;33941&quot;:15214,&quot;160039&quot;:15215,&quot;59260&quot;:15215,&quot;158929&quot;:15216,&quot;59261&quot;:15216,&quot;17642&quot;:15217,&quot;59262&quot;:15217,&quot;33079&quot;:15218,&quot;59263&quot;:15218,&quot;17410&quot;:15219,&quot;59264&quot;:15219,&quot;32966&quot;:15220,&quot;59265&quot;:15220,&quot;33033&quot;:15221,&quot;59266&quot;:15221,&quot;33090&quot;:15222,&quot;59267&quot;:15222,&quot;157620&quot;:15223,&quot;59268&quot;:15223,&quot;39107&quot;:15224,&quot;59269&quot;:15224,&quot;158274&quot;:15225,&quot;59270&quot;:15225,&quot;33378&quot;:15226,&quot;59271&quot;:15226,&quot;33381&quot;:15227,&quot;59272&quot;:15227,&quot;158289&quot;:15228,&quot;59273&quot;:15228,&quot;33875&quot;:15229,&quot;59274&quot;:15229,&quot;159143&quot;:15230,&quot;59275&quot;:15230,&quot;34320&quot;:15231,&quot;59276&quot;:15231,&quot;160283&quot;:15232,&quot;59277&quot;:15232,&quot;23174&quot;:15233,&quot;59278&quot;:15233,&quot;16767&quot;:15234,&quot;59279&quot;:15234,&quot;137280&quot;:15235,&quot;59280&quot;:15235,&quot;23339&quot;:15236,&quot;59281&quot;:15236,&quot;137377&quot;:15237,&quot;59282&quot;:15237,&quot;23268&quot;:15238,&quot;59283&quot;:15238,&quot;137432&quot;:15239,&quot;59284&quot;:15239,&quot;34464&quot;:15240,&quot;59285&quot;:15240,&quot;195004&quot;:15241,&quot;59286&quot;:15241,&quot;146831&quot;:15242,&quot;59287&quot;:15242,&quot;34861&quot;:15243,&quot;59288&quot;:15243,&quot;160802&quot;:15244,&quot;59289&quot;:15244,&quot;23042&quot;:15245,&quot;59290&quot;:15245,&quot;34926&quot;:15246,&quot;59291&quot;:15246,&quot;20293&quot;:15247,&quot;59292&quot;:15247,&quot;34951&quot;:15248,&quot;59293&quot;:15248,&quot;35007&quot;:15249,&quot;59294&quot;:15249,&quot;35046&quot;:15250,&quot;59295&quot;:15250,&quot;35173&quot;:15251,&quot;59296&quot;:15251,&quot;35149&quot;:15252,&quot;59297&quot;:15252,&quot;153219&quot;:15253,&quot;59298&quot;:15253,&quot;35156&quot;:15254,&quot;59299&quot;:15254,&quot;161669&quot;:15255,&quot;59300&quot;:15255,&quot;161668&quot;:15256,&quot;59301&quot;:15256,&quot;166901&quot;:15257,&quot;59302&quot;:15257,&quot;166873&quot;:15258,&quot;59303&quot;:15258,&quot;166812&quot;:15259,&quot;59304&quot;:15259,&quot;166393&quot;:15260,&quot;59305&quot;:15260,&quot;16045&quot;:15261,&quot;59306&quot;:15261,&quot;33955&quot;:15262,&quot;59307&quot;:15262,&quot;18165&quot;:15263,&quot;59308&quot;:15263,&quot;18127&quot;:15264,&quot;59309&quot;:15264,&quot;14322&quot;:15265,&quot;59310&quot;:15265,&quot;35389&quot;:15266,&quot;59311&quot;:15266,&quot;35356&quot;:15267,&quot;59312&quot;:15267,&quot;169032&quot;:15268,&quot;59313&quot;:15268,&quot;24397&quot;:15269,&quot;59314&quot;:15269,&quot;37419&quot;:15270,&quot;59315&quot;:15270,&quot;148100&quot;:15271,&quot;59316&quot;:15271,&quot;26068&quot;:15272,&quot;59317&quot;:15272,&quot;28969&quot;:15273,&quot;59318&quot;:15273,&quot;28868&quot;:15274,&quot;59319&quot;:15274,&quot;137285&quot;:15275,&quot;59320&quot;:15275,&quot;40301&quot;:15276,&quot;59321&quot;:15276,&quot;35999&quot;:15277,&quot;59322&quot;:15277,&quot;36073&quot;:15278,&quot;59323&quot;:15278,&quot;163292&quot;:15279,&quot;59324&quot;:15279,&quot;22938&quot;:15280,&quot;59325&quot;:15280,&quot;30659&quot;:15281,&quot;59326&quot;:15281,&quot;23024&quot;:15282,&quot;59327&quot;:15282,&quot;14036&quot;:15283,&quot;59329&quot;:15283,&quot;36394&quot;:15284,&quot;59330&quot;:15284,&quot;36519&quot;:15285,&quot;59331&quot;:15285,&quot;150537&quot;:15286,&quot;59332&quot;:15286,&quot;36656&quot;:15287,&quot;59333&quot;:15287,&quot;36682&quot;:15288,&quot;59334&quot;:15288,&quot;17140&quot;:15289,&quot;59335&quot;:15289,&quot;27736&quot;:15290,&quot;59336&quot;:15290,&quot;28603&quot;:15291,&quot;59337&quot;:15291,&quot;140065&quot;:15292,&quot;59338&quot;:15292,&quot;18587&quot;:15293,&quot;59339&quot;:15293,&quot;28537&quot;:15294,&quot;59340&quot;:15294,&quot;28299&quot;:15295,&quot;59341&quot;:15295,&quot;137178&quot;:15296,&quot;59342&quot;:15296,&quot;39913&quot;:15297,&quot;59343&quot;:15297,&quot;14005&quot;:15298,&quot;59344&quot;:15298,&quot;149807&quot;:15299,&quot;59345&quot;:15299,&quot;37051&quot;:15300,&quot;59346&quot;:15300,&quot;18612&quot;:15301,&quot;21873&quot;:15302,&quot;59348&quot;:15302,&quot;18694&quot;:15303,&quot;59349&quot;:15303,&quot;37307&quot;:15304,&quot;59350&quot;:15304,&quot;37892&quot;:15305,&quot;59351&quot;:15305,&quot;166475&quot;:15306,&quot;59352&quot;:15306,&quot;16482&quot;:15307,&quot;59353&quot;:15307,&quot;166652&quot;:15308,&quot;59354&quot;:15308,&quot;37927&quot;:15309,&quot;59355&quot;:15309,&quot;166941&quot;:15310,&quot;59356&quot;:15310,&quot;166971&quot;:15311,&quot;59357&quot;:15311,&quot;34021&quot;:15312,&quot;59358&quot;:15312,&quot;35371&quot;:15313,&quot;59359&quot;:15313,&quot;38297&quot;:15314,&quot;59360&quot;:15314,&quot;38311&quot;:15315,&quot;59361&quot;:15315,&quot;38295&quot;:15316,&quot;59362&quot;:15316,&quot;38294&quot;:15317,&quot;59363&quot;:15317,&quot;167220&quot;:15318,&quot;59364&quot;:15318,&quot;29765&quot;:15319,&quot;59365&quot;:15319,&quot;16066&quot;:15320,&quot;59366&quot;:15320,&quot;149759&quot;:15321,&quot;59367&quot;:15321,&quot;150082&quot;:15322,&quot;59368&quot;:15322,&quot;148458&quot;:15323,&quot;59369&quot;:15323,&quot;16103&quot;:15324,&quot;59370&quot;:15324,&quot;143909&quot;:15325,&quot;59371&quot;:15325,&quot;38543&quot;:15326,&quot;59372&quot;:15326,&quot;167655&quot;:15327,&quot;59373&quot;:15327,&quot;167526&quot;:15328,&quot;59374&quot;:15328,&quot;167525&quot;:15329,&quot;59375&quot;:15329,&quot;16076&quot;:15330,&quot;59376&quot;:15330,&quot;149997&quot;:15331,&quot;59377&quot;:15331,&quot;150136&quot;:15332,&quot;59378&quot;:15332,&quot;147438&quot;:15333,&quot;59379&quot;:15333,&quot;29714&quot;:15334,&quot;59380&quot;:15334,&quot;29803&quot;:15335,&quot;59381&quot;:15335,&quot;16124&quot;:15336,&quot;59382&quot;:15336,&quot;38721&quot;:15337,&quot;59383&quot;:15337,&quot;168112&quot;:15338,&quot;59384&quot;:15338,&quot;26695&quot;:15339,&quot;59385&quot;:15339,&quot;18973&quot;:15340,&quot;59386&quot;:15340,&quot;168083&quot;:15341,&quot;59387&quot;:15341,&quot;153567&quot;:15342,&quot;59388&quot;:15342,&quot;37736&quot;:15344,&quot;59390&quot;:15344,&quot;166281&quot;:15345,&quot;59391&quot;:15345,&quot;166950&quot;:15346,&quot;59392&quot;:15346,&quot;166703&quot;:15347,&quot;59393&quot;:15347,&quot;156606&quot;:15348,&quot;59394&quot;:15348,&quot;37562&quot;:15349,&quot;59395&quot;:15349,&quot;23313&quot;:15350,&quot;59396&quot;:15350,&quot;35689&quot;:15351,&quot;59397&quot;:15351,&quot;18748&quot;:15352,&quot;59398&quot;:15352,&quot;29689&quot;:15353,&quot;59399&quot;:15353,&quot;147995&quot;:15354,&quot;59400&quot;:15354,&quot;38811&quot;:15355,&quot;59401&quot;:15355,&quot;39224&quot;:15357,&quot;59403&quot;:15357,&quot;134950&quot;:15358,&quot;59404&quot;:15358,&quot;24001&quot;:15359,&quot;59405&quot;:15359,&quot;166853&quot;:15360,&quot;59406&quot;:15360,&quot;150194&quot;:15361,&quot;59407&quot;:15361,&quot;38943&quot;:15362,&quot;59408&quot;:15362,&quot;169178&quot;:15363,&quot;59409&quot;:15363,&quot;37622&quot;:15364,&quot;59410&quot;:15364,&quot;169431&quot;:15365,&quot;59411&quot;:15365,&quot;37349&quot;:15366,&quot;59412&quot;:15366,&quot;17600&quot;:15367,&quot;59413&quot;:15367,&quot;166736&quot;:15368,&quot;59414&quot;:15368,&quot;150119&quot;:15369,&quot;59415&quot;:15369,&quot;166756&quot;:15370,&quot;59416&quot;:15370,&quot;39132&quot;:15371,&quot;59417&quot;:15371,&quot;166469&quot;:15372,&quot;59418&quot;:15372,&quot;16128&quot;:15373,&quot;59419&quot;:15373,&quot;37418&quot;:15374,&quot;59420&quot;:15374,&quot;18725&quot;:15375,&quot;59421&quot;:15375,&quot;33812&quot;:15376,&quot;59422&quot;:15376,&quot;39227&quot;:15377,&quot;59423&quot;:15377,&quot;39245&quot;:15378,&quot;59424&quot;:15378,&quot;162566&quot;:15379,&quot;59425&quot;:15379,&quot;15869&quot;:15380,&quot;59426&quot;:15380,&quot;19311&quot;:15382,&quot;59428&quot;:15382,&quot;39338&quot;:15383,&quot;59429&quot;:15383,&quot;39516&quot;:15384,&quot;59430&quot;:15384,&quot;166757&quot;:15385,&quot;59431&quot;:15385,&quot;153800&quot;:15386,&quot;59432&quot;:15386,&quot;27279&quot;:15387,&quot;59433&quot;:15387,&quot;39457&quot;:15388,&quot;59434&quot;:15388,&quot;23294&quot;:15389,&quot;59435&quot;:15389,&quot;39471&quot;:15390,&quot;59436&quot;:15390,&quot;170225&quot;:15391,&quot;59437&quot;:15391,&quot;19344&quot;:15392,&quot;59438&quot;:15392,&quot;170312&quot;:15393,&quot;59439&quot;:15393,&quot;39356&quot;:15394,&quot;59440&quot;:15394,&quot;19389&quot;:15395,&quot;59441&quot;:15395,&quot;19351&quot;:15396,&quot;59442&quot;:15396,&quot;37757&quot;:15397,&quot;59443&quot;:15397,&quot;22642&quot;:15398,&quot;59444&quot;:15398,&quot;135938&quot;:15399,&quot;59445&quot;:15399,&quot;22562&quot;:15400,&quot;59446&quot;:15400,&quot;149944&quot;:15401,&quot;59447&quot;:15401,&quot;136424&quot;:15402,&quot;59448&quot;:15402,&quot;30788&quot;:15403,&quot;59449&quot;:15403,&quot;141087&quot;:15404,&quot;59450&quot;:15404,&quot;146872&quot;:15405,&quot;59451&quot;:15405,&quot;26821&quot;:15406,&quot;59452&quot;:15406,&quot;15741&quot;:15407,&quot;59453&quot;:15407,&quot;37976&quot;:15408,&quot;59454&quot;:15408,&quot;14631&quot;:15409,&quot;59455&quot;:15409,&quot;24912&quot;:15410,&quot;59456&quot;:15410,&quot;141185&quot;:15411,&quot;59457&quot;:15411,&quot;141675&quot;:15412,&quot;59458&quot;:15412,&quot;24839&quot;:15413,&quot;59459&quot;:15413,&quot;40015&quot;:15414,&quot;59460&quot;:15414,&quot;40019&quot;:15415,&quot;59461&quot;:15415,&quot;40059&quot;:15416,&quot;59462&quot;:15416,&quot;39989&quot;:15417,&quot;59463&quot;:15417,&quot;39952&quot;:15418,&quot;59464&quot;:15418,&quot;39807&quot;:15419,&quot;59465&quot;:15419,&quot;39887&quot;:15420,&quot;59466&quot;:15420,&quot;171565&quot;:15421,&quot;59467&quot;:15421,&quot;39839&quot;:15422,&quot;59468&quot;:15422,&quot;172533&quot;:15423,&quot;59469&quot;:15423,&quot;172286&quot;:15424,&quot;59470&quot;:15424,&quot;40225&quot;:15425,&quot;59471&quot;:15425,&quot;19630&quot;:15426,&quot;59472&quot;:15426,&quot;147716&quot;:15427,&quot;59473&quot;:15427,&quot;40472&quot;:15428,&quot;59474&quot;:15428,&quot;19632&quot;:15429,&quot;59475&quot;:15429,&quot;40204&quot;:15430,&quot;59476&quot;:15430,&quot;172468&quot;:15431,&quot;59477&quot;:15431,&quot;172269&quot;:15432,&quot;59478&quot;:15432,&quot;172275&quot;:15433,&quot;59479&quot;:15433,&quot;170287&quot;:15434,&quot;59480&quot;:15434,&quot;40357&quot;:15435,&quot;59481&quot;:15435,&quot;33981&quot;:15436,&quot;59482&quot;:15436,&quot;159250&quot;:15437,&quot;59483&quot;:15437,&quot;159711&quot;:15438,&quot;59484&quot;:15438,&quot;158594&quot;:15439,&quot;59485&quot;:15439,&quot;34300&quot;:15440,&quot;59486&quot;:15440,&quot;17715&quot;:15441,&quot;59487&quot;:15441,&quot;159140&quot;:15442,&quot;59488&quot;:15442,&quot;159364&quot;:15443,&quot;59489&quot;:15443,&quot;159216&quot;:15444,&quot;59490&quot;:15444,&quot;33824&quot;:15445,&quot;59491&quot;:15445,&quot;34286&quot;:15446,&quot;59492&quot;:15446,&quot;159232&quot;:15447,&quot;59493&quot;:15447,&quot;145367&quot;:15448,&quot;59494&quot;:15448,&quot;155748&quot;:15449,&quot;59495&quot;:15449,&quot;31202&quot;:15450,&quot;59496&quot;:15450,&quot;144796&quot;:15451,&quot;59497&quot;:15451,&quot;144960&quot;:15452,&quot;59498&quot;:15452,&quot;149982&quot;:15453,&quot;59500&quot;:15453,&quot;15714&quot;:15454,&quot;59501&quot;:15454,&quot;37851&quot;:15455,&quot;59502&quot;:15455,&quot;37566&quot;:15456,&quot;59503&quot;:15456,&quot;37704&quot;:15457,&quot;59504&quot;:15457,&quot;131775&quot;:15458,&quot;59505&quot;:15458,&quot;30905&quot;:15459,&quot;59506&quot;:15459,&quot;37495&quot;:15460,&quot;59507&quot;:15460,&quot;37965&quot;:15461,&quot;59508&quot;:15461,&quot;20452&quot;:15462,&quot;59509&quot;:15462,&quot;13376&quot;:15463,&quot;59510&quot;:15463,&quot;36964&quot;:15464,&quot;59511&quot;:15464,&quot;152925&quot;:15465,&quot;59512&quot;:15465,&quot;30781&quot;:15466,&quot;59513&quot;:15466,&quot;30804&quot;:15467,&quot;59514&quot;:15467,&quot;30902&quot;:15468,&quot;59515&quot;:15468,&quot;30795&quot;:15469,&quot;59516&quot;:15469,&quot;137047&quot;:15470,&quot;59517&quot;:15470,&quot;143817&quot;:15471,&quot;59518&quot;:15471,&quot;149825&quot;:15472,&quot;59519&quot;:15472,&quot;13978&quot;:15473,&quot;59520&quot;:15473,&quot;20338&quot;:15474,&quot;59521&quot;:15474,&quot;28634&quot;:15475,&quot;59522&quot;:15475,&quot;28633&quot;:15476,&quot;59523&quot;:15476,&quot;28702&quot;:15478,&quot;59524&quot;:15478,&quot;59525&quot;:15478,&quot;21524&quot;:15479,&quot;59526&quot;:15479,&quot;147893&quot;:15480,&quot;59527&quot;:15480,&quot;22459&quot;:15481,&quot;59528&quot;:15481,&quot;22771&quot;:15482,&quot;59529&quot;:15482,&quot;22410&quot;:15483,&quot;59530&quot;:15483,&quot;40214&quot;:15484,&quot;59531&quot;:15484,&quot;22487&quot;:15485,&quot;59532&quot;:15485,&quot;28980&quot;:15486,&quot;59533&quot;:15486,&quot;13487&quot;:15487,&quot;59534&quot;:15487,&quot;147884&quot;:15488,&quot;59535&quot;:15488,&quot;29163&quot;:15489,&quot;59536&quot;:15489,&quot;158784&quot;:15490,&quot;59537&quot;:15490,&quot;151447&quot;:15491,&quot;59538&quot;:15491,&quot;137141&quot;:15493,&quot;59540&quot;:15493,&quot;166473&quot;:15494,&quot;59541&quot;:15494,&quot;24844&quot;:15495,&quot;59542&quot;:15495,&quot;23246&quot;:15496,&quot;59543&quot;:15496,&quot;23051&quot;:15497,&quot;59544&quot;:15497,&quot;17084&quot;:15498,&quot;59545&quot;:15498,&quot;148616&quot;:15499,&quot;59546&quot;:15499,&quot;14124&quot;:15500,&quot;59547&quot;:15500,&quot;19323&quot;:15501,&quot;59548&quot;:15501,&quot;166396&quot;:15502,&quot;59549&quot;:15502,&quot;37819&quot;:15503,&quot;59550&quot;:15503,&quot;37816&quot;:15504,&quot;59551&quot;:15504,&quot;137430&quot;:15505,&quot;59552&quot;:15505,&quot;134941&quot;:15506,&quot;59553&quot;:15506,&quot;33906&quot;:15507,&quot;59554&quot;:15507,&quot;158912&quot;:15508,&quot;59555&quot;:15508,&quot;136211&quot;:15509,&quot;59556&quot;:15509,&quot;148218&quot;:15510,&quot;59557&quot;:15510,&quot;142374&quot;:15511,&quot;59558&quot;:15511,&quot;148417&quot;:15512,&quot;59559&quot;:15512,&quot;22932&quot;:15513,&quot;59560&quot;:15513,&quot;146871&quot;:15514,&quot;59561&quot;:15514,&quot;157505&quot;:15515,&quot;59562&quot;:15515,&quot;32168&quot;:15516,&quot;59563&quot;:15516,&quot;155995&quot;:15517,&quot;59564&quot;:15517,&quot;155812&quot;:15518,&quot;59565&quot;:15518,&quot;149945&quot;:15519,&quot;59566&quot;:15519,&quot;149899&quot;:15520,&quot;59567&quot;:15520,&quot;166394&quot;:15521,&quot;59568&quot;:15521,&quot;37605&quot;:15522,&quot;59569&quot;:15522,&quot;29666&quot;:15523,&quot;59570&quot;:15523,&quot;16105&quot;:15524,&quot;59571&quot;:15524,&quot;29876&quot;:15525,&quot;59572&quot;:15525,&quot;166755&quot;:15526,&quot;59573&quot;:15526,&quot;137375&quot;:15527,&quot;59574&quot;:15527,&quot;16097&quot;:15528,&quot;59575&quot;:15528,&quot;150195&quot;:15529,&quot;59576&quot;:15529,&quot;27352&quot;:15530,&quot;59577&quot;:15530,&quot;29683&quot;:15531,&quot;59578&quot;:15531,&quot;29691&quot;:15532,&quot;59579&quot;:15532,&quot;16086&quot;:15533,&quot;59580&quot;:15533,&quot;150078&quot;:15534,&quot;59581&quot;:15534,&quot;150164&quot;:15535,&quot;59582&quot;:15535,&quot;137177&quot;:15536,&quot;59583&quot;:15536,&quot;150118&quot;:15537,&quot;59584&quot;:15537,&quot;132007&quot;:15538,&quot;59585&quot;:15538,&quot;136228&quot;:15539,&quot;59586&quot;:15539,&quot;149989&quot;:15540,&quot;59587&quot;:15540,&quot;29768&quot;:15541,&quot;59588&quot;:15541,&quot;149782&quot;:15542,&quot;59589&quot;:15542,&quot;28837&quot;:15543,&quot;59590&quot;:15543,&quot;149878&quot;:15544,&quot;59591&quot;:15544,&quot;37508&quot;:15545,&quot;59592&quot;:15545,&quot;29670&quot;:15546,&quot;59593&quot;:15546,&quot;37727&quot;:15547,&quot;59594&quot;:15547,&quot;132350&quot;:15548,&quot;59595&quot;:15548,&quot;37681&quot;:15549,&quot;59596&quot;:15549,&quot;166606&quot;:15550,&quot;59597&quot;:15550,&quot;166422&quot;:15551,&quot;59598&quot;:15551,&quot;37766&quot;:15552,&quot;59599&quot;:15552,&quot;166887&quot;:15553,&quot;59600&quot;:15553,&quot;153045&quot;:15554,&quot;59601&quot;:15554,&quot;18741&quot;:15555,&quot;59602&quot;:15555,&quot;166530&quot;:15556,&quot;59603&quot;:15556,&quot;29035&quot;:15557,&quot;59604&quot;:15557,&quot;149827&quot;:15558,&quot;59605&quot;:15558,&quot;134399&quot;:15559,&quot;59606&quot;:15559,&quot;22180&quot;:15560,&quot;59607&quot;:15560,&quot;132634&quot;:15561,&quot;59608&quot;:15561,&quot;134123&quot;:15562,&quot;59609&quot;:15562,&quot;134328&quot;:15563,&quot;59610&quot;:15563,&quot;21762&quot;:15564,&quot;59611&quot;:15564,&quot;31172&quot;:15565,&quot;59612&quot;:15565,&quot;137210&quot;:15566,&quot;59613&quot;:15566,&quot;32254&quot;:15567,&quot;59614&quot;:15567,&quot;136898&quot;:15568,&quot;59615&quot;:15568,&quot;150096&quot;:15569,&quot;59616&quot;:15569,&quot;137298&quot;:15570,&quot;59617&quot;:15570,&quot;17710&quot;:15571,&quot;59618&quot;:15571,&quot;37889&quot;:15572,&quot;59619&quot;:15572,&quot;14090&quot;:15573,&quot;59620&quot;:15573,&quot;166592&quot;:15574,&quot;59621&quot;:15574,&quot;149933&quot;:15575,&quot;59622&quot;:15575,&quot;22960&quot;:15576,&quot;59623&quot;:15576,&quot;137407&quot;:15577,&quot;59624&quot;:15577,&quot;137347&quot;:15578,&quot;59625&quot;:15578,&quot;160900&quot;:15579,&quot;59626&quot;:15579,&quot;23201&quot;:15580,&quot;59627&quot;:15580,&quot;14050&quot;:15581,&quot;59628&quot;:15581,&quot;146779&quot;:15582,&quot;59629&quot;:15582,&quot;14000&quot;:15583,&quot;59630&quot;:15583,&quot;37471&quot;:15584,&quot;59631&quot;:15584,&quot;23161&quot;:15585,&quot;59632&quot;:15585,&quot;166529&quot;:15586,&quot;59633&quot;:15586,&quot;137314&quot;:15587,&quot;59634&quot;:15587,&quot;37748&quot;:15588,&quot;59635&quot;:15588,&quot;15565&quot;:15589,&quot;59636&quot;:15589,&quot;133812&quot;:15590,&quot;59637&quot;:15590,&quot;19094&quot;:15591,&quot;59638&quot;:15591,&quot;14730&quot;:15592,&quot;59639&quot;:15592,&quot;20724&quot;:15593,&quot;59640&quot;:15593,&quot;15721&quot;:15594,&quot;59641&quot;:15594,&quot;15692&quot;:15595,&quot;59642&quot;:15595,&quot;136092&quot;:15596,&quot;59643&quot;:15596,&quot;29045&quot;:15597,&quot;59644&quot;:15597,&quot;17147&quot;:15598,&quot;59645&quot;:15598,&quot;164376&quot;:15599,&quot;59646&quot;:15599,&quot;28175&quot;:15600,&quot;59647&quot;:15600,&quot;168164&quot;:15601,&quot;59648&quot;:15601,&quot;17643&quot;:15602,&quot;59649&quot;:15602,&quot;27991&quot;:15603,&quot;59650&quot;:15603,&quot;163407&quot;:15604,&quot;59651&quot;:15604,&quot;28775&quot;:15605,&quot;59652&quot;:15605,&quot;27823&quot;:15606,&quot;59653&quot;:15606,&quot;15574&quot;:15607,&quot;59654&quot;:15607,&quot;147437&quot;:15608,&quot;59655&quot;:15608,&quot;146989&quot;:15609,&quot;59656&quot;:15609,&quot;28162&quot;:15610,&quot;59657&quot;:15610,&quot;28428&quot;:15611,&quot;59658&quot;:15611,&quot;15727&quot;:15612,&quot;59659&quot;:15612,&quot;132085&quot;:15613,&quot;59660&quot;:15613,&quot;30033&quot;:15614,&quot;59661&quot;:15614,&quot;14012&quot;:15615,&quot;59662&quot;:15615,&quot;13512&quot;:15616,&quot;59663&quot;:15616,&quot;18048&quot;:15617,&quot;59664&quot;:15617,&quot;16090&quot;:15618,&quot;59665&quot;:15618,&quot;18545&quot;:15619,&quot;59666&quot;:15619,&quot;22980&quot;:15620,&quot;59667&quot;:15620,&quot;37486&quot;:15621,&quot;59668&quot;:15621,&quot;18750&quot;:15622,&quot;59669&quot;:15622,&quot;36673&quot;:15623,&quot;59670&quot;:15623,&quot;166940&quot;:15624,&quot;59671&quot;:15624,&quot;158656&quot;:15625,&quot;59672&quot;:15625,&quot;22546&quot;:15626,&quot;59673&quot;:15626,&quot;22472&quot;:15627,&quot;59674&quot;:15627,&quot;14038&quot;:15628,&quot;59675&quot;:15628,&quot;136274&quot;:15629,&quot;59676&quot;:15629,&quot;28926&quot;:15630,&quot;59677&quot;:15630,&quot;148322&quot;:15631,&quot;59678&quot;:15631,&quot;150129&quot;:15632,&quot;59679&quot;:15632,&quot;143331&quot;:15633,&quot;59680&quot;:15633,&quot;135856&quot;:15634,&quot;59681&quot;:15634,&quot;140221&quot;:15635,&quot;59682&quot;:15635,&quot;26809&quot;:15636,&quot;59683&quot;:15636,&quot;26983&quot;:15637,&quot;59684&quot;:15637,&quot;136088&quot;:15638,&quot;59685&quot;:15638,&quot;144613&quot;:15639,&quot;59686&quot;:15639,&quot;162804&quot;:15640,&quot;59687&quot;:15640,&quot;145119&quot;:15641,&quot;59688&quot;:15641,&quot;166531&quot;:15642,&quot;59689&quot;:15642,&quot;145366&quot;:15643,&quot;59690&quot;:15643,&quot;144378&quot;:15644,&quot;59691&quot;:15644,&quot;150687&quot;:15645,&quot;59692&quot;:15645,&quot;27162&quot;:15646,&quot;59693&quot;:15646,&quot;145069&quot;:15647,&quot;59694&quot;:15647,&quot;158903&quot;:15648,&quot;59695&quot;:15648,&quot;33854&quot;:15649,&quot;59696&quot;:15649,&quot;17631&quot;:15650,&quot;59697&quot;:15650,&quot;17614&quot;:15651,&quot;59698&quot;:15651,&quot;159014&quot;:15652,&quot;59699&quot;:15652,&quot;159057&quot;:15653,&quot;59700&quot;:15653,&quot;158850&quot;:15654,&quot;59701&quot;:15654,&quot;159710&quot;:15655,&quot;59702&quot;:15655,&quot;33597&quot;:15658,&quot;59705&quot;:15658,&quot;137018&quot;:15659,&quot;59706&quot;:15659,&quot;33773&quot;:15660,&quot;59707&quot;:15660,&quot;158848&quot;:15661,&quot;59708&quot;:15661,&quot;159827&quot;:15662,&quot;59709&quot;:15662,&quot;137179&quot;:15663,&quot;59710&quot;:15663,&quot;22921&quot;:15664,&quot;59711&quot;:15664,&quot;23170&quot;:15665,&quot;59712&quot;:15665,&quot;137139&quot;:15666,&quot;59713&quot;:15666,&quot;23137&quot;:15667,&quot;59714&quot;:15667,&quot;23153&quot;:15668,&quot;59715&quot;:15668,&quot;137477&quot;:15669,&quot;59716&quot;:15669,&quot;147964&quot;:15670,&quot;59717&quot;:15670,&quot;14125&quot;:15671,&quot;59718&quot;:15671,&quot;23023&quot;:15672,&quot;59719&quot;:15672,&quot;137020&quot;:15673,&quot;59720&quot;:15673,&quot;14023&quot;:15674,&quot;59721&quot;:15674,&quot;29070&quot;:15675,&quot;59722&quot;:15675,&quot;37776&quot;:15676,&quot;59723&quot;:15676,&quot;26266&quot;:15677,&quot;59724&quot;:15677,&quot;148133&quot;:15678,&quot;59725&quot;:15678,&quot;23150&quot;:15679,&quot;59726&quot;:15679,&quot;23083&quot;:15680,&quot;59727&quot;:15680,&quot;148115&quot;:15681,&quot;59728&quot;:15681,&quot;27179&quot;:15682,&quot;59729&quot;:15682,&quot;147193&quot;:15683,&quot;59730&quot;:15683,&quot;161590&quot;:15684,&quot;59731&quot;:15684,&quot;148571&quot;:15685,&quot;59732&quot;:15685,&quot;148170&quot;:15686,&quot;59733&quot;:15686,&quot;28957&quot;:15687,&quot;59734&quot;:15687,&quot;148057&quot;:15688,&quot;59735&quot;:15688,&quot;166369&quot;:15689,&quot;59736&quot;:15689,&quot;20400&quot;:15690,&quot;59737&quot;:15690,&quot;159016&quot;:15691,&quot;59738&quot;:15691,&quot;23746&quot;:15692,&quot;59739&quot;:15692,&quot;148686&quot;:15693,&quot;59740&quot;:15693,&quot;163405&quot;:15694,&quot;59741&quot;:15694,&quot;148413&quot;:15695,&quot;59742&quot;:15695,&quot;27148&quot;:15696,&quot;59743&quot;:15696,&quot;148054&quot;:15697,&quot;59744&quot;:15697,&quot;135940&quot;:15698,&quot;59745&quot;:15698,&quot;28979&quot;:15700,&quot;59747&quot;:15700,&quot;148457&quot;:15701,&quot;59748&quot;:15701,&quot;15781&quot;:15702,&quot;59749&quot;:15702,&quot;27871&quot;:15703,&quot;59750&quot;:15703,&quot;194597&quot;:15704,&quot;59751&quot;:15704,&quot;23019&quot;:15705,&quot;59754&quot;:15705,&quot;24412&quot;:15706,&quot;59757&quot;:15706,&quot;59764&quot;:15707,&quot;144128&quot;:15707,&quot;31955&quot;:15708,&quot;59776&quot;:15708,&quot;59783&quot;:15709,&quot;162548&quot;:15709,&quot;59786&quot;:15710,&quot;153334&quot;:15710,&quot;162584&quot;:15711,&quot;59790&quot;:15711,&quot;36972&quot;:15712,&quot;59791&quot;:15712,&quot;33270&quot;:15713,&quot;59795&quot;:15713,&quot;30476&quot;:15714,&quot;59797&quot;:15714,&quot;27810&quot;:15715,&quot;59799&quot;:15715,&quot;22269&quot;:15716,&quot;59800&quot;:15716,&quot;22633&quot;:15717,&quot;59828&quot;:15717,&quot;26465&quot;:15718,&quot;59832&quot;:15718,&quot;23646&quot;:15719,&quot;59838&quot;:15719,&quot;22770&quot;:15720,&quot;59841&quot;:15720,&quot;28857&quot;:15721,&quot;59843&quot;:15721,&quot;26627&quot;:15722,&quot;59853&quot;:15722,&quot;59859&quot;:15723,&quot;36795&quot;:15723,&quot;59861&quot;:15724,&quot;36796&quot;:15724,&quot;20001&quot;:15725,&quot;59871&quot;:15725,&quot;31545&quot;:15726,&quot;59898&quot;:15726,&quot;15820&quot;:15727,&quot;59902&quot;:15727,&quot;29482&quot;:15728,&quot;57990&quot;:15728,&quot;59909&quot;:15728,&quot;30048&quot;:15729,&quot;59912&quot;:15729,&quot;22586&quot;:15730,&quot;59920&quot;:15730,&quot;33446&quot;:15731,&quot;59932&quot;:15731,&quot;27018&quot;:15732,&quot;59940&quot;:15732,&quot;24803&quot;:15733,&quot;59944&quot;:15733,&quot;20206&quot;:15734,&quot;59984&quot;:15734,&quot;39364&quot;:15735,&quot;60002&quot;:15735,&quot;40639&quot;:15736,&quot;60023&quot;:15736,&quot;21249&quot;:15737,&quot;60025&quot;:15737,&quot;26528&quot;:15738,&quot;60038&quot;:15738,&quot;24808&quot;:15739,&quot;60046&quot;:15739,&quot;20916&quot;:15740,&quot;60053&quot;:15740,&quot;31363&quot;:15741,&quot;60064&quot;:15741,&quot;39994&quot;:15742,&quot;60075&quot;:15742,&quot;31432&quot;:15743,&quot;60093&quot;:15743,&quot;26906&quot;:15744,&quot;60098&quot;:15744,&quot;22956&quot;:15745,&quot;60100&quot;:15745,&quot;22592&quot;:15746,&quot;60102&quot;:15746,&quot;21610&quot;:15747,&quot;60114&quot;:15747,&quot;24807&quot;:15748,&quot;60123&quot;:15748,&quot;22138&quot;:15749,&quot;60125&quot;:15749,&quot;26965&quot;:15750,&quot;60132&quot;:15750,&quot;39983&quot;:15751,&quot;60133&quot;:15751,&quot;34725&quot;:15752,&quot;60134&quot;:15752,&quot;23584&quot;:15753,&quot;60141&quot;:15753,&quot;24075&quot;:15754,&quot;60143&quot;:15754,&quot;26398&quot;:15755,&quot;60147&quot;:15755,&quot;33965&quot;:15756,&quot;60157&quot;:15756,&quot;35713&quot;:15757,&quot;60161&quot;:15757,&quot;20088&quot;:15758,&quot;60166&quot;:15758,&quot;25283&quot;:15759,&quot;60176&quot;:15759,&quot;26709&quot;:15760,&quot;60180&quot;:15760,&quot;33533&quot;:15762,&quot;60190&quot;:15762,&quot;35237&quot;:15763,&quot;60194&quot;:15763,&quot;36768&quot;:15764,&quot;60196&quot;:15764,&quot;38840&quot;:15765,&quot;60198&quot;:15765,&quot;38983&quot;:15766,&quot;60200&quot;:15766,&quot;39613&quot;:15767,&quot;60201&quot;:15767,&quot;24497&quot;:15768,&quot;60218&quot;:15768,&quot;26184&quot;:15769,&quot;60219&quot;:15769,&quot;26303&quot;:15770,&quot;60220&quot;:15770,&quot;162425&quot;:15771,&quot;60221&quot;:15771,&quot;60225&quot;:15773,&quot;149946&quot;:15773,&quot;60230&quot;:15776,&quot;131910&quot;:15776,&quot;26382&quot;:15777,&quot;60232&quot;:15777,&quot;26904&quot;:15778,&quot;60233&quot;:15778,&quot;161367&quot;:15779,&quot;60235&quot;:15779,&quot;155618&quot;:15780,&quot;60236&quot;:15780,&quot;161278&quot;:15781,&quot;60239&quot;:15781,&quot;139418&quot;:15782,&quot;60240&quot;:15782,&quot;18640&quot;:15783,&quot;60241&quot;:15783,&quot;19128&quot;:15784,&quot;60242&quot;:15784,&quot;60244&quot;:15785,&quot;166554&quot;:15785,&quot;60247&quot;:15786,&quot;147515&quot;:15786,&quot;150085&quot;:15787,&quot;60250&quot;:15787,&quot;132554&quot;:15788,&quot;60251&quot;:15788,&quot;20946&quot;:15789,&quot;60252&quot;:15789,&quot;132625&quot;:15790,&quot;60253&quot;:15790,&quot;22943&quot;:15791,&quot;60254&quot;:15791,&quot;138920&quot;:15792,&quot;60255&quot;:15792,&quot;15294&quot;:15793,&quot;60256&quot;:15793,&quot;146687&quot;:15794,&quot;60257&quot;:15794,&quot;14747&quot;:15795,&quot;60262&quot;:15795,&quot;165352&quot;:15796,&quot;60264&quot;:15796,&quot;170441&quot;:15797,&quot;60265&quot;:15797,&quot;14178&quot;:15798,&quot;60266&quot;:15798,&quot;139715&quot;:15799,&quot;60267&quot;:15799,&quot;35678&quot;:15800,&quot;60268&quot;:15800,&quot;166734&quot;:15801,&quot;60269&quot;:15801,&quot;29193&quot;:15803,&quot;60274&quot;:15803,&quot;60276&quot;:15804,&quot;134264&quot;:15804,&quot;132985&quot;:15805,&quot;60280&quot;:15805,&quot;36570&quot;:15806,&quot;60281&quot;:15806,&quot;21135&quot;:15807,&quot;60283&quot;:15807,&quot;29041&quot;:15808,&quot;60285&quot;:15808,&quot;147274&quot;:15809,&quot;60288&quot;:15809,&quot;150183&quot;:15810,&quot;60289&quot;:15810,&quot;21948&quot;:15811,&quot;60290&quot;:15811,&quot;60293&quot;:15812,&quot;158546&quot;:15812,&quot;13427&quot;:15813,&quot;60295&quot;:15813,&quot;60297&quot;:15814,&quot;161330&quot;:15814,&quot;18200&quot;:15815,&quot;60299&quot;:15815,&quot;60303&quot;:15816,&quot;149823&quot;:15816,&quot;20582&quot;:15817,&quot;60305&quot;:15817,&quot;13563&quot;:15818,&quot;60306&quot;:15818,&quot;144332&quot;:15819,&quot;60307&quot;:15819,&quot;18300&quot;:15821,&quot;60310&quot;:15821,&quot;166216&quot;:15822,&quot;60311&quot;:15822,&quot;60315&quot;:15823,&quot;138640&quot;:15823,&quot;162834&quot;:15825,&quot;60320&quot;:15825,&quot;36950&quot;:15826,&quot;60321&quot;:15826,&quot;151450&quot;:15827,&quot;60323&quot;:15827,&quot;35682&quot;:15828,&quot;60324&quot;:15828,&quot;23899&quot;:15829,&quot;60327&quot;:15829,&quot;158711&quot;:15830,&quot;60328&quot;:15830,&quot;137500&quot;:15832,&quot;60331&quot;:15832,&quot;35562&quot;:15833,&quot;60332&quot;:15833,&quot;150006&quot;:15834,&quot;60333&quot;:15834,&quot;60335&quot;:15835,&quot;147439&quot;:15835,&quot;19392&quot;:15836,&quot;60337&quot;:15836,&quot;141083&quot;:15837,&quot;60340&quot;:15837,&quot;37989&quot;:15838,&quot;60341&quot;:15838,&quot;153569&quot;:15839,&quot;60342&quot;:15839,&quot;24981&quot;:15840,&quot;60343&quot;:15840,&quot;23079&quot;:15841,&quot;60344&quot;:15841,&quot;194765&quot;:15842,&quot;60345&quot;:15842,&quot;194566&quot;:15843,&quot;60348&quot;:15844,&quot;148769&quot;:15844,&quot;20074&quot;:15845,&quot;60350&quot;:15845,&quot;149812&quot;:15846,&quot;60351&quot;:15846,&quot;38486&quot;:15847,&quot;60352&quot;:15847,&quot;28047&quot;:15848,&quot;60353&quot;:15848,&quot;158909&quot;:15849,&quot;60354&quot;:15849,&quot;35191&quot;:15850,&quot;60356&quot;:15850,&quot;60359&quot;:15851,&quot;156689&quot;:15851,&quot;31554&quot;:15853,&quot;60363&quot;:15853,&quot;168128&quot;:15854,&quot;60364&quot;:15854,&quot;133649&quot;:15855,&quot;60365&quot;:15855,&quot;31301&quot;:15857,&quot;60369&quot;:15857,&quot;39462&quot;:15858,&quot;60372&quot;:15858,&quot;13919&quot;:15859,&quot;60374&quot;:15859,&quot;156777&quot;:15860,&quot;60375&quot;:15860,&quot;131105&quot;:15861,&quot;60376&quot;:15861,&quot;31107&quot;:15862,&quot;60377&quot;:15862,&quot;23852&quot;:15863,&quot;60380&quot;:15863,&quot;144665&quot;:15864,&quot;60381&quot;:15864,&quot;18128&quot;:15866,&quot;60384&quot;:15866,&quot;30011&quot;:15867,&quot;60386&quot;:15867,&quot;34917&quot;:15868,&quot;60387&quot;:15868,&quot;22710&quot;:15869,&quot;60389&quot;:15869,&quot;14108&quot;:15870,&quot;60390&quot;:15870,&quot;140685&quot;:15871,&quot;60391&quot;:15871,&quot;15444&quot;:15872,&quot;60394&quot;:15872,&quot;37505&quot;:15873,&quot;60397&quot;:15873,&quot;139642&quot;:15874,&quot;60398&quot;:15874,&quot;37680&quot;:15875,&quot;60400&quot;:15875,&quot;149968&quot;:15876,&quot;60402&quot;:15876,&quot;27705&quot;:15877,&quot;60403&quot;:15877,&quot;134904&quot;:15878,&quot;60406&quot;:15878,&quot;34855&quot;:15879,&quot;60407&quot;:15879,&quot;35061&quot;:15880,&quot;60408&quot;:15880,&quot;141606&quot;:15881,&quot;60409&quot;:15881,&quot;164979&quot;:15882,&quot;60410&quot;:15882,&quot;137137&quot;:15883,&quot;60411&quot;:15883,&quot;28344&quot;:15884,&quot;60412&quot;:15884,&quot;150058&quot;:15885,&quot;60413&quot;:15885,&quot;137248&quot;:15886,&quot;60414&quot;:15886,&quot;14756&quot;:15887,&quot;60415&quot;:15887,&quot;17727&quot;:15890,&quot;60419&quot;:15890,&quot;26294&quot;:15891,&quot;60420&quot;:15891,&quot;171181&quot;:15892,&quot;60421&quot;:15892,&quot;170148&quot;:15893,&quot;60422&quot;:15893,&quot;35139&quot;:15894,&quot;60423&quot;:15894,&quot;16607&quot;:15895,&quot;60427&quot;:15895,&quot;136714&quot;:15896,&quot;60428&quot;:15896,&quot;14753&quot;:15897,&quot;60429&quot;:15897,&quot;145199&quot;:15898,&quot;60430&quot;:15898,&quot;164072&quot;:15899,&quot;60431&quot;:15899,&quot;136133&quot;:15900,&quot;60432&quot;:15900,&quot;29101&quot;:15901,&quot;60433&quot;:15901,&quot;33638&quot;:15902,&quot;60434&quot;:15902,&quot;60436&quot;:15903,&quot;168360&quot;:15903,&quot;19639&quot;:15905,&quot;60438&quot;:15905,&quot;159919&quot;:15906,&quot;60439&quot;:15906,&quot;166315&quot;:15907,&quot;60440&quot;:15907,&quot;147834&quot;:15908,&quot;60445&quot;:15908,&quot;31555&quot;:15909,&quot;60446&quot;:15909,&quot;31102&quot;:15910,&quot;60447&quot;:15910,&quot;28597&quot;:15911,&quot;60449&quot;:15911,&quot;172767&quot;:15912,&quot;60450&quot;:15912,&quot;27139&quot;:15913,&quot;60451&quot;:15913,&quot;164632&quot;:15914,&quot;60452&quot;:15914,&quot;21410&quot;:15915,&quot;60453&quot;:15915,&quot;159239&quot;:15916,&quot;60454&quot;:15916,&quot;37823&quot;:15917,&quot;60455&quot;:15917,&quot;26678&quot;:15918,&quot;60456&quot;:15918,&quot;38749&quot;:15919,&quot;59389&quot;:15919,&quot;60457&quot;:15919,&quot;164207&quot;:15920,&quot;60458&quot;:15920,&quot;158133&quot;:15921,&quot;60460&quot;:15921,&quot;136173&quot;:15922,&quot;60461&quot;:15922,&quot;143919&quot;:15923,&quot;60462&quot;:15923,&quot;23941&quot;:15924,&quot;60464&quot;:15924,&quot;166960&quot;:15925,&quot;60465&quot;:15925,&quot;22293&quot;:15926,&quot;60467&quot;:15926,&quot;38947&quot;:15927,&quot;60468&quot;:15927,&quot;166217&quot;:15928,&quot;60469&quot;:15928,&quot;23979&quot;:15929,&quot;60470&quot;:15929,&quot;149896&quot;:15930,&quot;60471&quot;:15930,&quot;26046&quot;:15931,&quot;60472&quot;:15931,&quot;27093&quot;:15932,&quot;60473&quot;:15932,&quot;21458&quot;:15933,&quot;60474&quot;:15933,&quot;150181&quot;:15934,&quot;60475&quot;:15934,&quot;147329&quot;:15935,&quot;60476&quot;:15935,&quot;15377&quot;:15936,&quot;60477&quot;:15936,&quot;26422&quot;:15937,&quot;60478&quot;:15937,&quot;60482&quot;:15938,&quot;139169&quot;:15938,&quot;13770&quot;:15939,&quot;60490&quot;:15939,&quot;18682&quot;:15940,&quot;60493&quot;:15940,&quot;30728&quot;:15942,&quot;60496&quot;:15942,&quot;37461&quot;:15943,&quot;60497&quot;:15943,&quot;17394&quot;:15944,&quot;60499&quot;:15944,&quot;17375&quot;:15945,&quot;60501&quot;:15945,&quot;23032&quot;:15946,&quot;60505&quot;:15946,&quot;22155&quot;:15948,&quot;60518&quot;:15948,&quot;60520&quot;:15949,&quot;169449&quot;:15949,&quot;36882&quot;:15950,&quot;60541&quot;:15950,&quot;21953&quot;:15951,&quot;60546&quot;:15951,&quot;17673&quot;:15952,&quot;60551&quot;:15952,&quot;32383&quot;:15953,&quot;60552&quot;:15953,&quot;28502&quot;:15954,&quot;60553&quot;:15954,&quot;27313&quot;:15955,&quot;60554&quot;:15955,&quot;13540&quot;:15956,&quot;60556&quot;:15956,&quot;161949&quot;:15957,&quot;60558&quot;:15957,&quot;14138&quot;:15958,&quot;60559&quot;:15958,&quot;60562&quot;:15960,&quot;163876&quot;:15960,&quot;60565&quot;:15961,&quot;162366&quot;:15961,&quot;15851&quot;:15962,&quot;60567&quot;:15962,&quot;60569&quot;:15963,&quot;146615&quot;:15963,&quot;156248&quot;:15964,&quot;60574&quot;:15964,&quot;22207&quot;:15965,&quot;60575&quot;:15965,&quot;36366&quot;:15966,&quot;60577&quot;:15966,&quot;23405&quot;:15967,&quot;60578&quot;:15967,&quot;25566&quot;:15968,&quot;60581&quot;:15968,&quot;25904&quot;:15970,&quot;60585&quot;:15970,&quot;22061&quot;:15971,&quot;60586&quot;:15971,&quot;21530&quot;:15972,&quot;60588&quot;:15972,&quot;171416&quot;:15973,&quot;60591&quot;:15973,&quot;19581&quot;:15974,&quot;60592&quot;:15974,&quot;22050&quot;:15975,&quot;60593&quot;:15975,&quot;22046&quot;:15976,&quot;60594&quot;:15976,&quot;32585&quot;:15977,&quot;60595&quot;:15977,&quot;22901&quot;:15978,&quot;60597&quot;:15978,&quot;146752&quot;:15979,&quot;60598&quot;:15979,&quot;34672&quot;:15980,&quot;60599&quot;:15980,&quot;33047&quot;:15981,&quot;60604&quot;:15981,&quot;40286&quot;:15982,&quot;60605&quot;:15982,&quot;36120&quot;:15983,&quot;60606&quot;:15983,&quot;30267&quot;:15984,&quot;60607&quot;:15984,&quot;40005&quot;:15985,&quot;60608&quot;:15985,&quot;30286&quot;:15986,&quot;60609&quot;:15986,&quot;30649&quot;:15987,&quot;60610&quot;:15987,&quot;37701&quot;:15988,&quot;60611&quot;:15988,&quot;21554&quot;:15989,&quot;60612&quot;:15989,&quot;33096&quot;:15990,&quot;60613&quot;:15990,&quot;33527&quot;:15991,&quot;60614&quot;:15991,&quot;22053&quot;:15992,&quot;60615&quot;:15992,&quot;33074&quot;:15993,&quot;60616&quot;:15993,&quot;33816&quot;:15994,&quot;60617&quot;:15994,&quot;32957&quot;:15995,&quot;60618&quot;:15995,&quot;21994&quot;:15996,&quot;60619&quot;:15996,&quot;31074&quot;:15997,&quot;60620&quot;:15997,&quot;22083&quot;:15998,&quot;60621&quot;:15998,&quot;21526&quot;:15999,&quot;60622&quot;:15999,&quot;134813&quot;:16000,&quot;60623&quot;:16000,&quot;13774&quot;:16001,&quot;60624&quot;:16001,&quot;22021&quot;:16002,&quot;57509&quot;:16002,&quot;60625&quot;:16002,&quot;22001&quot;:16003,&quot;60626&quot;:16003,&quot;26353&quot;:16004,&quot;60627&quot;:16004,&quot;164578&quot;:16005,&quot;60628&quot;:16005,&quot;13869&quot;:16006,&quot;60629&quot;:16006,&quot;30004&quot;:16007,&quot;60630&quot;:16007,&quot;22000&quot;:16008,&quot;60631&quot;:16008,&quot;21946&quot;:16009,&quot;60632&quot;:16009,&quot;21655&quot;:16010,&quot;60633&quot;:16010,&quot;21874&quot;:16011,&quot;60634&quot;:16011,&quot;134209&quot;:16012,&quot;60635&quot;:16012,&quot;134294&quot;:16013,&quot;60636&quot;:16013,&quot;24272&quot;:16014,&quot;57652&quot;:16014,&quot;60637&quot;:16014,&quot;134774&quot;:16015,&quot;60639&quot;:16015,&quot;142434&quot;:16016,&quot;60640&quot;:16016,&quot;134818&quot;:16017,&quot;60641&quot;:16017,&quot;40619&quot;:16018,&quot;60642&quot;:16018,&quot;32090&quot;:16019,&quot;60643&quot;:16019,&quot;135285&quot;:16021,&quot;60645&quot;:16021,&quot;25245&quot;:16022,&quot;60646&quot;:16022,&quot;38765&quot;:16023,&quot;60647&quot;:16023,&quot;21652&quot;:16024,&quot;60648&quot;:16024,&quot;36045&quot;:16025,&quot;60649&quot;:16025,&quot;29174&quot;:16026,&quot;60650&quot;:16026,&quot;37238&quot;:16027,&quot;60651&quot;:16027,&quot;25596&quot;:16028,&quot;60652&quot;:16028,&quot;25529&quot;:16029,&quot;60653&quot;:16029,&quot;25598&quot;:16030,&quot;60654&quot;:16030,&quot;21865&quot;:16031,&quot;60655&quot;:16031,&quot;142147&quot;:16032,&quot;60656&quot;:16032,&quot;40050&quot;:16033,&quot;60657&quot;:16033,&quot;143027&quot;:16034,&quot;60658&quot;:16034,&quot;20890&quot;:16035,&quot;60659&quot;:16035,&quot;13535&quot;:16036,&quot;60660&quot;:16036,&quot;134567&quot;:16037,&quot;60661&quot;:16037,&quot;20903&quot;:16038,&quot;60662&quot;:16038,&quot;21581&quot;:16039,&quot;60663&quot;:16039,&quot;21790&quot;:16040,&quot;60664&quot;:16040,&quot;21779&quot;:16041,&quot;60665&quot;:16041,&quot;30310&quot;:16042,&quot;60666&quot;:16042,&quot;36397&quot;:16043,&quot;60667&quot;:16043,&quot;157834&quot;:16044,&quot;60668&quot;:16044,&quot;30129&quot;:16045,&quot;60669&quot;:16045,&quot;32950&quot;:16046,&quot;60670&quot;:16046,&quot;34820&quot;:16047,&quot;60671&quot;:16047,&quot;35015&quot;:16049,&quot;60673&quot;:16049,&quot;33206&quot;:16050,&quot;60674&quot;:16050,&quot;33820&quot;:16051,&quot;60675&quot;:16051,&quot;17644&quot;:16052,&quot;60677&quot;:16052,&quot;29444&quot;:16053,&quot;60678&quot;:16053,&quot;33547&quot;:16054,&quot;60681&quot;:16054,&quot;22139&quot;:16055,&quot;60683&quot;:16055,&quot;37232&quot;:16056,&quot;60690&quot;:16056,&quot;37384&quot;:16057,&quot;60692&quot;:16057,&quot;134905&quot;:16058,&quot;60696&quot;:16058,&quot;29286&quot;:16059,&quot;60697&quot;:16059,&quot;18254&quot;:16060,&quot;60699&quot;:16060,&quot;60701&quot;:16061,&quot;163833&quot;:16061,&quot;16634&quot;:16062,&quot;60703&quot;:16062,&quot;40029&quot;:16063,&quot;60704&quot;:16063,&quot;25887&quot;:16064,&quot;60705&quot;:16064,&quot;18675&quot;:16065,&quot;60707&quot;:16065,&quot;149472&quot;:16066,&quot;60708&quot;:16066,&quot;171388&quot;:16067,&quot;60709&quot;:16067,&quot;60713&quot;:16069,&quot;161187&quot;:16069,&quot;60715&quot;:16070,&quot;155720&quot;:16071,&quot;60716&quot;:16071,&quot;29091&quot;:16072,&quot;60718&quot;:16072,&quot;32398&quot;:16073,&quot;60719&quot;:16073,&quot;40272&quot;:16074,&quot;60720&quot;:16074,&quot;13687&quot;:16075,&quot;60723&quot;:16075,&quot;27826&quot;:16076,&quot;60725&quot;:16076,&quot;21351&quot;:16077,&quot;60726&quot;:16077,&quot;14812&quot;:16078,&quot;60728&quot;:16078,&quot;60731&quot;:16079,&quot;149016&quot;:16079,&quot;33325&quot;:16080,&quot;60734&quot;:16080,&quot;21579&quot;:16081,&quot;60735&quot;:16081,&quot;60739&quot;:16082,&quot;14930&quot;:16083,&quot;60740&quot;:16083,&quot;29556&quot;:16084,&quot;60742&quot;:16084,&quot;171692&quot;:16085,&quot;60743&quot;:16085,&quot;19721&quot;:16086,&quot;60744&quot;:16086,&quot;39917&quot;:16087,&quot;60745&quot;:16087,&quot;19547&quot;:16089,&quot;60748&quot;:16089,&quot;171998&quot;:16090,&quot;60751&quot;:16090,&quot;33884&quot;:16091,&quot;60752&quot;:16091,&quot;60754&quot;:16092,&quot;160434&quot;:16092,&quot;25390&quot;:16093,&quot;60757&quot;:16093,&quot;32037&quot;:16094,&quot;60758&quot;:16094,&quot;14890&quot;:16095,&quot;60761&quot;:16095,&quot;36872&quot;:16096,&quot;60762&quot;:16096,&quot;21196&quot;:16097,&quot;60763&quot;:16097,&quot;15988&quot;:16098,&quot;60764&quot;:16098,&quot;13946&quot;:16099,&quot;60765&quot;:16099,&quot;17897&quot;:16100,&quot;60766&quot;:16100,&quot;132238&quot;:16101,&quot;60767&quot;:16101,&quot;30272&quot;:16102,&quot;60768&quot;:16102,&quot;23280&quot;:16103,&quot;60769&quot;:16103,&quot;134838&quot;:16104,&quot;60770&quot;:16104,&quot;30842&quot;:16105,&quot;60771&quot;:16105,&quot;18358&quot;:16106,&quot;163630&quot;:16106,&quot;60772&quot;:16106,&quot;22695&quot;:16107,&quot;60773&quot;:16107,&quot;16575&quot;:16108,&quot;60774&quot;:16108,&quot;22140&quot;:16109,&quot;60775&quot;:16109,&quot;39819&quot;:16110,&quot;60776&quot;:16110,&quot;23924&quot;:16111,&quot;60777&quot;:16111,&quot;30292&quot;:16112,&quot;60778&quot;:16112,&quot;173108&quot;:16113,&quot;60779&quot;:16113,&quot;40581&quot;:16114,&quot;60780&quot;:16114,&quot;19681&quot;:16115,&quot;60781&quot;:16115,&quot;14331&quot;:16117,&quot;60783&quot;:16117,&quot;24857&quot;:16118,&quot;60784&quot;:16118,&quot;148466&quot;:16119,&quot;60786&quot;:16119,&quot;60787&quot;:16120,&quot;22109&quot;:16121,&quot;60788&quot;:16121,&quot;171526&quot;:16122,&quot;60792&quot;:16122,&quot;21044&quot;:16123,&quot;60793&quot;:16123,&quot;13741&quot;:16124,&quot;60795&quot;:16124,&quot;40316&quot;:16126,&quot;60797&quot;:16126,&quot;31830&quot;:16127,&quot;60798&quot;:16127,&quot;39737&quot;:16128,&quot;60799&quot;:16128,&quot;22494&quot;:16129,&quot;60800&quot;:16129,&quot;23635&quot;:16130,&quot;60802&quot;:16130,&quot;25811&quot;:16131,&quot;60803&quot;:16131,&quot;169168&quot;:16132,&quot;60804&quot;:16132,&quot;156469&quot;:16133,&quot;60805&quot;:16133,&quot;34477&quot;:16134,&quot;60807&quot;:16134,&quot;134440&quot;:16135,&quot;60808&quot;:16135,&quot;134513&quot;:16136,&quot;60811&quot;:16136,&quot;60812&quot;:16137,&quot;20990&quot;:16138,&quot;60813&quot;:16138,&quot;139023&quot;:16139,&quot;60814&quot;:16139,&quot;23950&quot;:16140,&quot;60815&quot;:16140,&quot;38659&quot;:16141,&quot;60816&quot;:16141,&quot;138705&quot;:16142,&quot;60817&quot;:16142,&quot;40577&quot;:16143,&quot;60818&quot;:16143,&quot;36940&quot;:16144,&quot;60819&quot;:16144,&quot;31519&quot;:16145,&quot;60820&quot;:16145,&quot;39682&quot;:16146,&quot;60821&quot;:16146,&quot;23761&quot;:16147,&quot;60822&quot;:16147,&quot;31651&quot;:16148,&quot;60823&quot;:16148,&quot;25192&quot;:16149,&quot;60824&quot;:16149,&quot;25397&quot;:16150,&quot;60825&quot;:16150,&quot;39679&quot;:16151,&quot;60826&quot;:16151,&quot;31695&quot;:16152,&quot;60827&quot;:16152,&quot;39722&quot;:16153,&quot;60828&quot;:16153,&quot;31870&quot;:16154,&quot;60829&quot;:16154,&quot;31810&quot;:16156,&quot;60831&quot;:16156,&quot;31878&quot;:16157,&quot;60832&quot;:16157,&quot;39957&quot;:16158,&quot;60833&quot;:16158,&quot;31740&quot;:16159,&quot;60834&quot;:16159,&quot;39689&quot;:16160,&quot;60835&quot;:16160,&quot;39982&quot;:16162,&quot;40794&quot;:16163,&quot;60839&quot;:16163,&quot;21875&quot;:16164,&quot;60840&quot;:16164,&quot;23491&quot;:16165,&quot;60841&quot;:16165,&quot;20477&quot;:16166,&quot;60842&quot;:16166,&quot;40600&quot;:16167,&quot;60843&quot;:16167,&quot;20466&quot;:16168,&quot;60844&quot;:16168,&quot;21088&quot;:16169,&quot;60845&quot;:16169,&quot;21201&quot;:16170,&quot;60847&quot;:16170,&quot;22375&quot;:16171,&quot;60848&quot;:16171,&quot;20566&quot;:16172,&quot;60849&quot;:16172,&quot;22967&quot;:16173,&quot;60850&quot;:16173,&quot;24082&quot;:16174,&quot;60851&quot;:16174,&quot;38856&quot;:16175,&quot;60852&quot;:16175,&quot;40363&quot;:16176,&quot;60853&quot;:16176,&quot;36700&quot;:16177,&quot;60854&quot;:16177,&quot;21609&quot;:16178,&quot;60855&quot;:16178,&quot;38836&quot;:16179,&quot;60856&quot;:16179,&quot;39232&quot;:16180,&quot;60857&quot;:16180,&quot;38842&quot;:16181,&quot;60858&quot;:16181,&quot;21292&quot;:16182,&quot;60859&quot;:16182,&quot;24880&quot;:16183,&quot;60860&quot;:16183,&quot;26924&quot;:16184,&quot;60861&quot;:16184,&quot;21466&quot;:16185,&quot;60862&quot;:16185,&quot;39946&quot;:16186,&quot;60863&quot;:16186,&quot;40194&quot;:16187,&quot;60864&quot;:16187,&quot;19515&quot;:16188,&quot;60865&quot;:16188,&quot;38465&quot;:16189,&quot;60866&quot;:16189,&quot;27008&quot;:16190,&quot;60867&quot;:16190,&quot;20646&quot;:16191,&quot;60868&quot;:16191,&quot;30022&quot;:16192,&quot;60869&quot;:16192,&quot;137069&quot;:16193,&quot;60870&quot;:16193,&quot;39386&quot;:16194,&quot;60871&quot;:16194,&quot;21107&quot;:16195,&quot;60872&quot;:16195,&quot;60873&quot;:16196,&quot;37209&quot;:16197,&quot;60874&quot;:16197,&quot;38529&quot;:16198,&quot;60875&quot;:16198,&quot;37212&quot;:16199,&quot;60876&quot;:16199,&quot;60877&quot;:16200,&quot;37201&quot;:16201,&quot;60878&quot;:16201,&quot;167575&quot;:16202,&quot;60879&quot;:16202,&quot;25471&quot;:16203,&quot;60880&quot;:16203,&quot;27338&quot;:16204,&quot;60882&quot;:16204,&quot;22033&quot;:16205,&quot;60883&quot;:16205,&quot;37262&quot;:16206,&quot;60884&quot;:16206,&quot;30074&quot;:16207,&quot;60885&quot;:16207,&quot;25221&quot;:16208,&quot;60886&quot;:16208,&quot;29519&quot;:16209,&quot;60888&quot;:16209,&quot;31856&quot;:16210,&quot;60889&quot;:16210,&quot;154657&quot;:16211,&quot;60890&quot;:16211,&quot;60892&quot;:16212,&quot;30422&quot;:16213,&quot;60894&quot;:16213,&quot;39837&quot;:16214,&quot;60895&quot;:16214,&quot;20010&quot;:16215,&quot;60896&quot;:16215,&quot;134356&quot;:16216,&quot;60897&quot;:16216,&quot;33726&quot;:16217,&quot;60898&quot;:16217,&quot;34882&quot;:16218,&quot;60899&quot;:16218,&quot;60900&quot;:16219,&quot;23626&quot;:16220,&quot;60901&quot;:16220,&quot;27072&quot;:16221,&quot;60902&quot;:16221,&quot;21023&quot;:16224,&quot;60905&quot;:16224,&quot;24053&quot;:16225,&quot;60906&quot;:16225,&quot;20174&quot;:16226,&quot;60907&quot;:16226,&quot;27697&quot;:16227,&quot;60908&quot;:16227,&quot;131570&quot;:16228,&quot;60909&quot;:16228,&quot;20281&quot;:16229,&quot;60910&quot;:16229,&quot;21660&quot;:16230,&quot;60911&quot;:16230,&quot;21146&quot;:16232,&quot;60913&quot;:16232,&quot;36226&quot;:16233,&quot;60914&quot;:16233,&quot;13822&quot;:16234,&quot;60915&quot;:16234,&quot;13811&quot;:16236,&quot;60917&quot;:16236,&quot;60918&quot;:16237,&quot;27474&quot;:16238,&quot;60919&quot;:16238,&quot;37244&quot;:16239,&quot;60920&quot;:16239,&quot;40869&quot;:16240,&quot;60921&quot;:16240,&quot;39831&quot;:16241,&quot;60922&quot;:16241,&quot;38958&quot;:16242,&quot;60923&quot;:16242,&quot;39092&quot;:16243,&quot;60924&quot;:16243,&quot;39610&quot;:16244,&quot;60925&quot;:16244,&quot;40616&quot;:16245,&quot;60926&quot;:16245,&quot;40580&quot;:16246,&quot;60927&quot;:16246,&quot;31508&quot;:16247,&quot;60929&quot;:16247,&quot;60930&quot;:16248,&quot;27642&quot;:16249,&quot;60931&quot;:16249,&quot;34840&quot;:16250,&quot;60932&quot;:16250,&quot;32632&quot;:16251,&quot;60933&quot;:16251,&quot;60934&quot;:16252,&quot;22048&quot;:16253,&quot;60935&quot;:16253,&quot;173642&quot;:16254,&quot;60936&quot;:16254,&quot;36471&quot;:16255,&quot;60937&quot;:16255,&quot;40787&quot;:16256,&quot;60938&quot;:16256,&quot;60939&quot;:16257,&quot;36308&quot;:16258,&quot;60940&quot;:16258,&quot;36431&quot;:16259,&quot;60941&quot;:16259,&quot;40476&quot;:16260,&quot;60942&quot;:16260,&quot;36353&quot;:16261,&quot;60943&quot;:16261,&quot;25218&quot;:16262,&quot;60944&quot;:16262,&quot;164733&quot;:16263,&quot;60945&quot;:16263,&quot;36392&quot;:16264,&quot;60946&quot;:16264,&quot;36469&quot;:16265,&quot;60947&quot;:16265,&quot;31443&quot;:16266,&quot;60948&quot;:16266,&quot;31294&quot;:16267,&quot;60950&quot;:16267,&quot;30936&quot;:16268,&quot;60951&quot;:16268,&quot;27882&quot;:16269,&quot;60952&quot;:16269,&quot;35431&quot;:16270,&quot;60953&quot;:16270,&quot;30215&quot;:16271,&quot;60954&quot;:16271,&quot;40742&quot;:16272,&quot;60956&quot;:16272,&quot;27854&quot;:16273,&quot;60957&quot;:16273,&quot;34774&quot;:16274,&quot;60958&quot;:16274,&quot;30147&quot;:16275,&quot;60959&quot;:16275,&quot;172722&quot;:16276,&quot;60960&quot;:16276,&quot;30803&quot;:16277,&quot;60961&quot;:16277,&quot;36108&quot;:16278,&quot;60963&quot;:16278,&quot;29410&quot;:16279,&quot;60964&quot;:16279,&quot;29553&quot;:16280,&quot;60965&quot;:16280,&quot;35629&quot;:16281,&quot;60966&quot;:16281,&quot;29442&quot;:16282,&quot;60967&quot;:16282,&quot;29937&quot;:16283,&quot;60968&quot;:16283,&quot;36075&quot;:16284,&quot;60969&quot;:16284,&quot;150203&quot;:16285,&quot;60970&quot;:16285,&quot;34351&quot;:16286,&quot;60971&quot;:16286,&quot;24506&quot;:16287,&quot;60972&quot;:16287,&quot;34976&quot;:16288,&quot;60973&quot;:16288,&quot;17591&quot;:16289,&quot;60974&quot;:16289,&quot;60975&quot;:16290,&quot;159237&quot;:16291,&quot;60977&quot;:16291,&quot;60978&quot;:16292,&quot;35454&quot;:16293,&quot;60979&quot;:16293,&quot;140571&quot;:16294,&quot;60980&quot;:16294,&quot;60981&quot;:16295,&quot;24829&quot;:16296,&quot;60982&quot;:16296,&quot;30311&quot;:16297,&quot;60983&quot;:16297,&quot;39639&quot;:16298,&quot;60984&quot;:16298,&quot;40260&quot;:16299,&quot;60985&quot;:16299,&quot;37742&quot;:16300,&quot;58859&quot;:16300,&quot;60986&quot;:16300,&quot;39823&quot;:16301,&quot;60987&quot;:16301,&quot;34805&quot;:16302,&quot;60988&quot;:16302,&quot;60989&quot;:16303,&quot;36087&quot;:16305,&quot;60991&quot;:16305,&quot;29484&quot;:16306,&quot;60992&quot;:16306,&quot;38689&quot;:16307,&quot;60993&quot;:16307,&quot;39856&quot;:16308,&quot;60994&quot;:16308,&quot;13782&quot;:16309,&quot;60995&quot;:16309,&quot;29362&quot;:16310,&quot;60996&quot;:16310,&quot;19463&quot;:16311,&quot;60997&quot;:16311,&quot;31825&quot;:16312,&quot;60998&quot;:16312,&quot;39242&quot;:16313,&quot;60999&quot;:16313,&quot;24921&quot;:16314,&quot;61001&quot;:16314,&quot;19460&quot;:16315,&quot;61002&quot;:16315,&quot;40598&quot;:16316,&quot;61003&quot;:16316,&quot;24957&quot;:16317,&quot;61004&quot;:16317,&quot;61005&quot;:16318,&quot;22367&quot;:16319,&quot;61006&quot;:16319,&quot;24943&quot;:16320,&quot;61007&quot;:16320,&quot;25254&quot;:16321,&quot;61008&quot;:16321,&quot;25145&quot;:16322,&quot;61009&quot;:16322,&quot;14940&quot;:16324,&quot;61011&quot;:16324,&quot;25058&quot;:16325,&quot;61012&quot;:16325,&quot;21418&quot;:16326,&quot;61013&quot;:16326,&quot;25444&quot;:16327,&quot;61015&quot;:16327,&quot;26626&quot;:16328,&quot;61016&quot;:16328,&quot;13778&quot;:16329,&quot;61017&quot;:16329,&quot;23895&quot;:16330,&quot;61018&quot;:16330,&quot;36826&quot;:16331,&quot;61020&quot;:16331,&quot;167481&quot;:16332,&quot;61021&quot;:16332,&quot;61022&quot;:16333,&quot;20697&quot;:16334,&quot;61023&quot;:16334,&quot;30982&quot;:16335,&quot;61025&quot;:16335,&quot;21298&quot;:16336,&quot;61026&quot;:16336,&quot;38456&quot;:16337,&quot;61027&quot;:16337,&quot;134971&quot;:16338,&quot;61028&quot;:16338,&quot;16485&quot;:16339,&quot;61029&quot;:16339,&quot;61030&quot;:16340,&quot;30718&quot;:16341,&quot;61031&quot;:16341,&quot;61032&quot;:16342,&quot;31938&quot;:16343,&quot;61033&quot;:16343,&quot;155418&quot;:16344,&quot;61034&quot;:16344,&quot;31962&quot;:16345,&quot;61035&quot;:16345,&quot;31277&quot;:16346,&quot;61036&quot;:16346,&quot;32870&quot;:16347,&quot;61037&quot;:16347,&quot;32867&quot;:16348,&quot;61038&quot;:16348,&quot;32077&quot;:16349,&quot;61039&quot;:16349,&quot;29957&quot;:16350,&quot;61040&quot;:16350,&quot;29938&quot;:16351,&quot;61041&quot;:16351,&quot;35220&quot;:16352,&quot;61042&quot;:16352,&quot;33306&quot;:16353,&quot;61043&quot;:16353,&quot;26380&quot;:16354,&quot;61044&quot;:16354,&quot;32866&quot;:16355,&quot;61045&quot;:16355,&quot;160902&quot;:16356,&quot;61046&quot;:16356,&quot;32859&quot;:16357,&quot;61047&quot;:16357,&quot;29936&quot;:16358,&quot;61048&quot;:16358,&quot;33027&quot;:16359,&quot;61049&quot;:16359,&quot;30500&quot;:16360,&quot;61050&quot;:16360,&quot;35209&quot;:16361,&quot;61051&quot;:16361,&quot;157644&quot;:16362,&quot;61052&quot;:16362,&quot;30035&quot;:16363,&quot;61053&quot;:16363,&quot;34729&quot;:16364,&quot;61055&quot;:16364,&quot;34766&quot;:16365,&quot;61056&quot;:16365,&quot;33224&quot;:16366,&quot;61057&quot;:16366,&quot;34700&quot;:16367,&quot;61058&quot;:16367,&quot;35401&quot;:16368,&quot;61059&quot;:16368,&quot;36013&quot;:16369,&quot;61060&quot;:16369,&quot;35651&quot;:16370,&quot;61061&quot;:16370,&quot;30507&quot;:16371,&quot;61062&quot;:16371,&quot;29944&quot;:16372,&quot;61063&quot;:16372,&quot;34010&quot;:16373,&quot;61064&quot;:16373,&quot;27058&quot;:16374,&quot;61066&quot;:16374,&quot;36262&quot;:16375,&quot;61067&quot;:16375,&quot;61068&quot;:16376,&quot;35241&quot;:16377,&quot;58392&quot;:16377,&quot;61069&quot;:16377,&quot;28089&quot;:16379,&quot;61071&quot;:16379,&quot;34753&quot;:16380,&quot;61072&quot;:16380,&quot;147473&quot;:16381,&quot;61073&quot;:16381,&quot;29927&quot;:16382,&quot;61074&quot;:16382,&quot;15835&quot;:16383,&quot;61075&quot;:16383,&quot;29046&quot;:16384,&quot;61076&quot;:16384,&quot;24740&quot;:16385,&quot;57702&quot;:16385,&quot;61077&quot;:16385,&quot;24988&quot;:16386,&quot;61078&quot;:16386,&quot;15569&quot;:16387,&quot;61079&quot;:16387,&quot;24695&quot;:16389,&quot;61081&quot;:16389,&quot;61082&quot;:16390,&quot;32625&quot;:16391,&quot;61083&quot;:16391,&quot;194850&quot;:16392,&quot;24809&quot;:16393,&quot;61086&quot;:16393,&quot;19326&quot;:16394,&quot;61087&quot;:16394,&quot;132423&quot;:16395,&quot;57344&quot;:16395,&quot;37595&quot;:16396,&quot;57345&quot;:16396,&quot;132575&quot;:16397,&quot;57346&quot;:16397,&quot;147397&quot;:16398,&quot;57347&quot;:16398,&quot;34124&quot;:16399,&quot;57348&quot;:16399,&quot;17077&quot;:16400,&quot;57349&quot;:16400,&quot;29679&quot;:16401,&quot;57350&quot;:16401,&quot;20917&quot;:16402,&quot;57351&quot;:16402,&quot;13897&quot;:16403,&quot;57352&quot;:16403,&quot;149826&quot;:16404,&quot;57353&quot;:16404,&quot;166372&quot;:16405,&quot;57354&quot;:16405,&quot;37700&quot;:16406,&quot;57355&quot;:16406,&quot;137691&quot;:16407,&quot;57356&quot;:16407,&quot;33518&quot;:16408,&quot;57357&quot;:16408,&quot;146632&quot;:16409,&quot;57358&quot;:16409,&quot;30780&quot;:16410,&quot;57359&quot;:16410,&quot;26436&quot;:16411,&quot;57360&quot;:16411,&quot;25311&quot;:16412,&quot;57361&quot;:16412,&quot;149811&quot;:16413,&quot;57362&quot;:16413,&quot;166314&quot;:16414,&quot;57363&quot;:16414,&quot;131744&quot;:16415,&quot;57364&quot;:16415,&quot;158643&quot;:16416,&quot;57365&quot;:16416,&quot;135941&quot;:16417,&quot;57366&quot;:16417,&quot;20395&quot;:16418,&quot;57367&quot;:16418,&quot;140525&quot;:16419,&quot;57368&quot;:16419,&quot;20488&quot;:16420,&quot;57369&quot;:16420,&quot;159017&quot;:16421,&quot;57370&quot;:16421,&quot;162436&quot;:16422,&quot;57371&quot;:16422,&quot;144896&quot;:16423,&quot;57372&quot;:16423,&quot;150193&quot;:16424,&quot;57373&quot;:16424,&quot;140563&quot;:16425,&quot;57374&quot;:16425,&quot;131966&quot;:16427,&quot;57376&quot;:16427,&quot;24484&quot;:16428,&quot;57377&quot;:16428,&quot;131968&quot;:16429,&quot;57378&quot;:16429,&quot;131911&quot;:16430,&quot;57379&quot;:16430,&quot;28379&quot;:16431,&quot;57380&quot;:16431,&quot;132127&quot;:16432,&quot;57381&quot;:16432,&quot;20702&quot;:16433,&quot;20737&quot;:16434,&quot;57383&quot;:16434,&quot;13434&quot;:16435,&quot;57384&quot;:16435,&quot;20750&quot;:16436,&quot;57385&quot;:16436,&quot;39020&quot;:16437,&quot;57386&quot;:16437,&quot;14147&quot;:16438,&quot;57387&quot;:16438,&quot;33814&quot;:16439,&quot;57388&quot;:16439,&quot;149924&quot;:16440,&quot;57389&quot;:16440,&quot;132231&quot;:16441,&quot;57390&quot;:16441,&quot;20832&quot;:16442,&quot;57391&quot;:16442,&quot;144308&quot;:16443,&quot;57392&quot;:16443,&quot;20842&quot;:16444,&quot;57393&quot;:16444,&quot;134143&quot;:16445,&quot;57394&quot;:16445,&quot;139516&quot;:16446,&quot;57395&quot;:16446,&quot;131813&quot;:16447,&quot;57396&quot;:16447,&quot;140592&quot;:16448,&quot;57397&quot;:16448,&quot;132494&quot;:16449,&quot;57398&quot;:16449,&quot;143923&quot;:16450,&quot;57399&quot;:16450,&quot;137603&quot;:16451,&quot;57400&quot;:16451,&quot;23426&quot;:16452,&quot;57401&quot;:16452,&quot;34685&quot;:16453,&quot;57402&quot;:16453,&quot;132531&quot;:16454,&quot;57403&quot;:16454,&quot;146585&quot;:16455,&quot;57404&quot;:16455,&quot;20914&quot;:16456,&quot;57405&quot;:16456,&quot;20920&quot;:16457,&quot;57406&quot;:16457,&quot;40244&quot;:16458,&quot;57407&quot;:16458,&quot;20937&quot;:16459,&quot;57408&quot;:16459,&quot;20943&quot;:16460,&quot;57409&quot;:16460,&quot;20945&quot;:16461,&quot;57410&quot;:16461,&quot;15580&quot;:16462,&quot;57411&quot;:16462,&quot;20947&quot;:16463,&quot;57412&quot;:16463,&quot;150182&quot;:16464,&quot;57413&quot;:16464,&quot;20915&quot;:16465,&quot;57414&quot;:16465,&quot;20973&quot;:16468,&quot;57417&quot;:16468,&quot;33741&quot;:16469,&quot;57418&quot;:16469,&quot;26942&quot;:16470,&quot;57419&quot;:16470,&quot;145197&quot;:16471,&quot;57420&quot;:16471,&quot;24443&quot;:16472,&quot;57421&quot;:16472,&quot;21003&quot;:16473,&quot;57422&quot;:16473,&quot;21030&quot;:16474,&quot;57423&quot;:16474,&quot;21052&quot;:16475,&quot;57424&quot;:16475,&quot;21173&quot;:16476,&quot;57425&quot;:16476,&quot;21079&quot;:16477,&quot;57426&quot;:16477,&quot;21140&quot;:16478,&quot;57427&quot;:16478,&quot;21177&quot;:16479,&quot;57428&quot;:16479,&quot;21189&quot;:16480,&quot;57429&quot;:16480,&quot;31765&quot;:16481,&quot;57430&quot;:16481,&quot;34114&quot;:16482,&quot;57431&quot;:16482,&quot;21216&quot;:16483,&quot;57432&quot;:16483,&quot;34317&quot;:16484,&quot;57433&quot;:16484,&quot;158483&quot;:16485,&quot;57434&quot;:16485,&quot;194601&quot;:16486,&quot;166622&quot;:16487,&quot;57436&quot;:16487,&quot;21833&quot;:16488,&quot;57437&quot;:16488,&quot;28377&quot;:16489,&quot;57438&quot;:16489,&quot;147328&quot;:16490,&quot;57439&quot;:16490,&quot;133460&quot;:16491,&quot;57440&quot;:16491,&quot;147436&quot;:16492,&quot;57441&quot;:16492,&quot;21299&quot;:16493,&quot;57442&quot;:16493,&quot;134114&quot;:16495,&quot;57444&quot;:16495,&quot;27851&quot;:16496,&quot;57445&quot;:16496,&quot;136998&quot;:16497,&quot;57446&quot;:16497,&quot;26651&quot;:16498,&quot;57447&quot;:16498,&quot;29653&quot;:16499,&quot;57448&quot;:16499,&quot;24650&quot;:16500,&quot;57449&quot;:16500,&quot;16042&quot;:16501,&quot;57450&quot;:16501,&quot;14540&quot;:16502,&quot;57451&quot;:16502,&quot;136936&quot;:16503,&quot;57452&quot;:16503,&quot;29149&quot;:16504,&quot;57453&quot;:16504,&quot;17570&quot;:16505,&quot;57454&quot;:16505,&quot;21357&quot;:16506,&quot;57455&quot;:16506,&quot;21364&quot;:16507,&quot;57456&quot;:16507,&quot;165547&quot;:16508,&quot;57457&quot;:16508,&quot;21374&quot;:16509,&quot;57458&quot;:16509,&quot;194610&quot;:16510,&quot;136598&quot;:16511,&quot;57460&quot;:16511,&quot;136723&quot;:16512,&quot;57461&quot;:16512,&quot;30694&quot;:16513,&quot;57462&quot;:16513,&quot;21395&quot;:16514,&quot;57463&quot;:16514,&quot;166555&quot;:16515,&quot;57464&quot;:16515,&quot;21408&quot;:16516,&quot;57465&quot;:16516,&quot;21419&quot;:16517,&quot;57466&quot;:16517,&quot;21422&quot;:16518,&quot;57467&quot;:16518,&quot;29607&quot;:16519,&quot;57468&quot;:16519,&quot;153458&quot;:16520,&quot;57469&quot;:16520,&quot;16217&quot;:16521,&quot;57470&quot;:16521,&quot;29596&quot;:16522,&quot;57471&quot;:16522,&quot;21441&quot;:16523,&quot;57472&quot;:16523,&quot;21445&quot;:16524,&quot;57473&quot;:16524,&quot;27721&quot;:16525,&quot;57474&quot;:16525,&quot;20041&quot;:16526,&quot;57475&quot;:16526,&quot;22526&quot;:16527,&quot;57476&quot;:16527,&quot;21465&quot;:16528,&quot;57477&quot;:16528,&quot;15019&quot;:16529,&quot;57478&quot;:16529,&quot;134031&quot;:16530,&quot;57479&quot;:16530,&quot;21472&quot;:16531,&quot;57480&quot;:16531,&quot;147435&quot;:16532,&quot;57481&quot;:16532,&quot;142755&quot;:16533,&quot;57482&quot;:16533,&quot;21494&quot;:16534,&quot;57483&quot;:16534,&quot;134263&quot;:16535,&quot;57484&quot;:16535,&quot;21523&quot;:16536,&quot;57485&quot;:16536,&quot;28793&quot;:16537,&quot;57486&quot;:16537,&quot;21803&quot;:16538,&quot;57487&quot;:16538,&quot;26199&quot;:16539,&quot;57488&quot;:16539,&quot;27995&quot;:16540,&quot;57489&quot;:16540,&quot;21613&quot;:16541,&quot;57490&quot;:16541,&quot;158547&quot;:16542,&quot;57491&quot;:16542,&quot;134516&quot;:16543,&quot;57492&quot;:16543,&quot;21853&quot;:16544,&quot;57493&quot;:16544,&quot;21647&quot;:16545,&quot;57494&quot;:16545,&quot;21668&quot;:16546,&quot;57495&quot;:16546,&quot;18342&quot;:16547,&quot;57496&quot;:16547,&quot;136973&quot;:16548,&quot;57497&quot;:16548,&quot;134877&quot;:16549,&quot;57498&quot;:16549,&quot;15796&quot;:16550,&quot;57499&quot;:16550,&quot;134477&quot;:16551,&quot;57500&quot;:16551,&quot;166332&quot;:16552,&quot;57501&quot;:16552,&quot;140952&quot;:16553,&quot;57502&quot;:16553,&quot;21831&quot;:16554,&quot;57503&quot;:16554,&quot;19693&quot;:16555,&quot;57504&quot;:16555,&quot;21551&quot;:16556,&quot;57505&quot;:16556,&quot;29719&quot;:16557,&quot;57506&quot;:16557,&quot;21894&quot;:16558,&quot;57507&quot;:16558,&quot;21929&quot;:16559,&quot;57508&quot;:16559,&quot;137431&quot;:16561,&quot;57510&quot;:16561,&quot;147514&quot;:16562,&quot;57511&quot;:16562,&quot;17746&quot;:16563,&quot;57512&quot;:16563,&quot;148533&quot;:16564,&quot;57513&quot;:16564,&quot;26291&quot;:16565,&quot;57514&quot;:16565,&quot;135348&quot;:16566,&quot;57515&quot;:16566,&quot;22071&quot;:16567,&quot;57516&quot;:16567,&quot;26317&quot;:16568,&quot;57517&quot;:16568,&quot;144010&quot;:16569,&quot;57518&quot;:16569,&quot;26276&quot;:16570,&quot;57519&quot;:16570,&quot;22093&quot;:16572,&quot;57521&quot;:16572,&quot;22095&quot;:16573,&quot;57522&quot;:16573,&quot;30961&quot;:16574,&quot;57523&quot;:16574,&quot;22257&quot;:16575,&quot;57524&quot;:16575,&quot;38791&quot;:16576,&quot;57525&quot;:16576,&quot;21502&quot;:16577,&quot;57526&quot;:16577,&quot;22272&quot;:16578,&quot;57527&quot;:16578,&quot;22255&quot;:16579,&quot;57528&quot;:16579,&quot;22253&quot;:16580,&quot;57529&quot;:16580,&quot;166758&quot;:16581,&quot;57530&quot;:16581,&quot;13859&quot;:16582,&quot;57531&quot;:16582,&quot;135759&quot;:16583,&quot;57532&quot;:16583,&quot;22342&quot;:16584,&quot;57533&quot;:16584,&quot;147877&quot;:16585,&quot;57534&quot;:16585,&quot;27758&quot;:16586,&quot;57535&quot;:16586,&quot;28811&quot;:16587,&quot;57536&quot;:16587,&quot;22338&quot;:16588,&quot;57537&quot;:16588,&quot;14001&quot;:16589,&quot;57538&quot;:16589,&quot;158846&quot;:16590,&quot;57539&quot;:16590,&quot;22502&quot;:16591,&quot;57540&quot;:16591,&quot;136214&quot;:16592,&quot;57541&quot;:16592,&quot;22531&quot;:16593,&quot;57542&quot;:16593,&quot;136276&quot;:16594,&quot;57543&quot;:16594,&quot;148323&quot;:16595,&quot;57544&quot;:16595,&quot;22566&quot;:16596,&quot;57545&quot;:16596,&quot;150517&quot;:16597,&quot;57546&quot;:16597,&quot;22559&quot;:16598,&quot;22698&quot;:16599,&quot;57548&quot;:16599,&quot;13665&quot;:16600,&quot;57549&quot;:16600,&quot;22752&quot;:16601,&quot;57550&quot;:16601,&quot;22748&quot;:16602,&quot;57551&quot;:16602,&quot;135740&quot;:16603,&quot;57552&quot;:16603,&quot;22779&quot;:16604,&quot;57553&quot;:16604,&quot;23551&quot;:16605,&quot;57554&quot;:16605,&quot;22339&quot;:16606,&quot;57555&quot;:16606,&quot;172368&quot;:16607,&quot;57556&quot;:16607,&quot;148088&quot;:16608,&quot;57557&quot;:16608,&quot;37843&quot;:16609,&quot;57558&quot;:16609,&quot;13729&quot;:16610,&quot;57559&quot;:16610,&quot;22815&quot;:16611,&quot;57560&quot;:16611,&quot;26790&quot;:16612,&quot;57561&quot;:16612,&quot;14019&quot;:16613,&quot;57562&quot;:16613,&quot;28249&quot;:16614,&quot;57563&quot;:16614,&quot;136766&quot;:16615,&quot;57564&quot;:16615,&quot;23076&quot;:16616,&quot;57565&quot;:16616,&quot;136850&quot;:16618,&quot;57567&quot;:16618,&quot;34053&quot;:16619,&quot;57568&quot;:16619,&quot;22985&quot;:16620,&quot;57569&quot;:16620,&quot;134478&quot;:16621,&quot;57570&quot;:16621,&quot;158849&quot;:16622,&quot;57571&quot;:16622,&quot;159018&quot;:16623,&quot;57572&quot;:16623,&quot;137180&quot;:16624,&quot;57573&quot;:16624,&quot;23001&quot;:16625,&quot;57574&quot;:16625,&quot;137211&quot;:16626,&quot;57575&quot;:16626,&quot;137138&quot;:16627,&quot;57576&quot;:16627,&quot;159142&quot;:16628,&quot;57577&quot;:16628,&quot;28017&quot;:16629,&quot;57578&quot;:16629,&quot;137256&quot;:16630,&quot;57579&quot;:16630,&quot;136917&quot;:16631,&quot;57580&quot;:16631,&quot;23033&quot;:16632,&quot;57581&quot;:16632,&quot;159301&quot;:16633,&quot;57582&quot;:16633,&quot;23211&quot;:16634,&quot;57583&quot;:16634,&quot;23139&quot;:16635,&quot;57584&quot;:16635,&quot;14054&quot;:16636,&quot;57585&quot;:16636,&quot;149929&quot;:16637,&quot;57586&quot;:16637,&quot;14088&quot;:16639,&quot;57588&quot;:16639,&quot;23190&quot;:16640,&quot;57589&quot;:16640,&quot;29797&quot;:16641,&quot;57590&quot;:16641,&quot;23251&quot;:16642,&quot;57591&quot;:16642,&quot;159649&quot;:16643,&quot;57592&quot;:16643,&quot;140628&quot;:16644,&quot;57593&quot;:16644,&quot;137489&quot;:16645,&quot;57595&quot;:16645,&quot;14130&quot;:16646,&quot;57596&quot;:16646,&quot;136888&quot;:16647,&quot;57597&quot;:16647,&quot;24195&quot;:16648,&quot;57598&quot;:16648,&quot;21200&quot;:16649,&quot;57599&quot;:16649,&quot;23414&quot;:16650,&quot;57600&quot;:16650,&quot;25992&quot;:16651,&quot;57601&quot;:16651,&quot;23420&quot;:16652,&quot;57602&quot;:16652,&quot;162318&quot;:16653,&quot;57603&quot;:16653,&quot;16388&quot;:16654,&quot;57604&quot;:16654,&quot;18525&quot;:16655,&quot;57605&quot;:16655,&quot;131588&quot;:16656,&quot;57606&quot;:16656,&quot;23509&quot;:16657,&quot;57607&quot;:16657,&quot;137780&quot;:16658,&quot;57609&quot;:16658,&quot;154060&quot;:16659,&quot;57610&quot;:16659,&quot;132517&quot;:16660,&quot;57611&quot;:16660,&quot;23539&quot;:16661,&quot;57612&quot;:16661,&quot;23453&quot;:16662,&quot;57613&quot;:16662,&quot;19728&quot;:16663,&quot;57614&quot;:16663,&quot;23557&quot;:16664,&quot;57615&quot;:16664,&quot;138052&quot;:16665,&quot;57616&quot;:16665,&quot;23571&quot;:16666,&quot;57617&quot;:16666,&quot;29646&quot;:16667,&quot;57618&quot;:16667,&quot;23572&quot;:16668,&quot;57619&quot;:16668,&quot;138405&quot;:16669,&quot;57620&quot;:16669,&quot;158504&quot;:16670,&quot;57621&quot;:16670,&quot;23625&quot;:16671,&quot;57622&quot;:16671,&quot;18653&quot;:16672,&quot;57623&quot;:16672,&quot;23685&quot;:16673,&quot;57624&quot;:16673,&quot;23785&quot;:16674,&quot;57625&quot;:16674,&quot;23791&quot;:16675,&quot;57626&quot;:16675,&quot;23947&quot;:16676,&quot;57627&quot;:16676,&quot;138745&quot;:16677,&quot;57628&quot;:16677,&quot;138807&quot;:16678,&quot;57629&quot;:16678,&quot;23824&quot;:16679,&quot;57630&quot;:16679,&quot;23832&quot;:16680,&quot;57631&quot;:16680,&quot;23878&quot;:16681,&quot;57632&quot;:16681,&quot;138916&quot;:16682,&quot;57633&quot;:16682,&quot;23738&quot;:16683,&quot;57634&quot;:16683,&quot;24023&quot;:16684,&quot;57635&quot;:16684,&quot;33532&quot;:16685,&quot;57636&quot;:16685,&quot;14381&quot;:16686,&quot;57637&quot;:16686,&quot;149761&quot;:16687,&quot;57638&quot;:16687,&quot;139337&quot;:16688,&quot;57639&quot;:16688,&quot;139635&quot;:16689,&quot;57640&quot;:16689,&quot;33415&quot;:16690,&quot;57641&quot;:16690,&quot;14390&quot;:16691,&quot;57642&quot;:16691,&quot;15298&quot;:16692,&quot;57643&quot;:16692,&quot;24110&quot;:16693,&quot;57644&quot;:16693,&quot;27274&quot;:16694,&quot;57645&quot;:16694,&quot;57647&quot;:16696,&quot;148668&quot;:16697,&quot;57648&quot;:16697,&quot;134355&quot;:16698,&quot;57649&quot;:16698,&quot;21414&quot;:16699,&quot;57650&quot;:16699,&quot;20151&quot;:16700,&quot;57651&quot;:16700,&quot;21416&quot;:16702,&quot;57653&quot;:16702,&quot;137073&quot;:16703,&quot;57654&quot;:16703,&quot;24073&quot;:16704,&quot;57655&quot;:16704,&quot;57656&quot;:16705,&quot;164994&quot;:16706,&quot;57657&quot;:16706,&quot;24313&quot;:16707,&quot;57658&quot;:16707,&quot;24315&quot;:16708,&quot;57659&quot;:16708,&quot;14496&quot;:16709,&quot;57660&quot;:16709,&quot;24316&quot;:16710,&quot;57661&quot;:16710,&quot;26686&quot;:16711,&quot;57662&quot;:16711,&quot;37915&quot;:16712,&quot;57663&quot;:16712,&quot;24333&quot;:16713,&quot;57664&quot;:16713,&quot;131521&quot;:16714,&quot;57665&quot;:16714,&quot;194708&quot;:16715,&quot;57666&quot;:16715,&quot;15070&quot;:16716,&quot;57667&quot;:16716,&quot;135994&quot;:16717,&quot;57669&quot;:16717,&quot;24378&quot;:16718,&quot;57670&quot;:16718,&quot;157832&quot;:16719,&quot;57671&quot;:16719,&quot;140240&quot;:16720,&quot;57672&quot;:16720,&quot;140401&quot;:16721,&quot;57674&quot;:16721,&quot;24419&quot;:16722,&quot;57675&quot;:16722,&quot;159342&quot;:16723,&quot;57677&quot;:16723,&quot;24434&quot;:16724,&quot;57678&quot;:16724,&quot;37696&quot;:16725,&quot;57679&quot;:16725,&quot;166454&quot;:16726,&quot;57680&quot;:16726,&quot;24487&quot;:16727,&quot;57681&quot;:16727,&quot;23990&quot;:16728,&quot;57682&quot;:16728,&quot;15711&quot;:16729,&quot;57683&quot;:16729,&quot;152144&quot;:16730,&quot;57684&quot;:16730,&quot;139114&quot;:16731,&quot;57685&quot;:16731,&quot;159992&quot;:16732,&quot;57686&quot;:16732,&quot;140904&quot;:16733,&quot;57687&quot;:16733,&quot;37334&quot;:16734,&quot;57688&quot;:16734,&quot;131742&quot;:16735,&quot;57689&quot;:16735,&quot;166441&quot;:16736,&quot;57690&quot;:16736,&quot;24625&quot;:16737,&quot;57691&quot;:16737,&quot;26245&quot;:16738,&quot;57692&quot;:16738,&quot;14691&quot;:16739,&quot;57694&quot;:16739,&quot;15815&quot;:16740,&quot;57695&quot;:16740,&quot;13881&quot;:16741,&quot;57696&quot;:16741,&quot;22416&quot;:16742,&quot;57697&quot;:16742,&quot;141236&quot;:16743,&quot;57698&quot;:16743,&quot;31089&quot;:16744,&quot;57699&quot;:16744,&quot;15936&quot;:16745,&quot;57700&quot;:16745,&quot;24734&quot;:16746,&quot;57701&quot;:16746,&quot;24810&quot;:16748,&quot;149890&quot;:16749,&quot;57704&quot;:16749,&quot;149903&quot;:16750,&quot;57705&quot;:16750,&quot;162387&quot;:16751,&quot;57706&quot;:16751,&quot;29860&quot;:16752,&quot;57707&quot;:16752,&quot;20705&quot;:16753,&quot;57708&quot;:16753,&quot;23200&quot;:16754,&quot;57709&quot;:16754,&quot;24932&quot;:16755,&quot;57710&quot;:16755,&quot;24898&quot;:16756,&quot;57712&quot;:16756,&quot;194726&quot;:16757,&quot;57713&quot;:16757,&quot;159442&quot;:16758,&quot;57714&quot;:16758,&quot;24961&quot;:16759,&quot;57715&quot;:16759,&quot;20980&quot;:16760,&quot;57716&quot;:16760,&quot;132694&quot;:16761,&quot;57717&quot;:16761,&quot;24967&quot;:16762,&quot;57718&quot;:16762,&quot;23466&quot;:16763,&quot;57719&quot;:16763,&quot;147383&quot;:16764,&quot;57720&quot;:16764,&quot;141407&quot;:16765,&quot;57721&quot;:16765,&quot;25043&quot;:16766,&quot;57722&quot;:16766,&quot;166813&quot;:16767,&quot;57723&quot;:16767,&quot;170333&quot;:16768,&quot;57724&quot;:16768,&quot;25040&quot;:16769,&quot;57725&quot;:16769,&quot;14642&quot;:16770,&quot;57726&quot;:16770,&quot;141696&quot;:16771,&quot;57727&quot;:16771,&quot;141505&quot;:16772,&quot;57728&quot;:16772,&quot;24611&quot;:16773,&quot;57729&quot;:16773,&quot;24924&quot;:16774,&quot;57730&quot;:16774,&quot;25886&quot;:16775,&quot;57731&quot;:16775,&quot;25483&quot;:16776,&quot;57732&quot;:16776,&quot;131352&quot;:16777,&quot;57733&quot;:16777,&quot;25285&quot;:16778,&quot;57734&quot;:16778,&quot;137072&quot;:16779,&quot;57735&quot;:16779,&quot;25301&quot;:16780,&quot;57736&quot;:16780,&quot;142861&quot;:16781,&quot;57737&quot;:16781,&quot;25452&quot;:16782,&quot;57738&quot;:16782,&quot;149983&quot;:16783,&quot;57739&quot;:16783,&quot;14871&quot;:16784,&quot;57740&quot;:16784,&quot;25656&quot;:16785,&quot;57741&quot;:16785,&quot;25592&quot;:16786,&quot;57742&quot;:16786,&quot;136078&quot;:16787,&quot;57743&quot;:16787,&quot;137212&quot;:16788,&quot;57744&quot;:16788,&quot;28554&quot;:16789,&quot;57746&quot;:16789,&quot;142902&quot;:16790,&quot;57747&quot;:16790,&quot;153373&quot;:16792,&quot;57750&quot;:16792,&quot;25825&quot;:16793,&quot;57751&quot;:16793,&quot;25829&quot;:16794,&quot;57752&quot;:16794,&quot;38011&quot;:16795,&quot;57753&quot;:16795,&quot;14950&quot;:16796,&quot;57754&quot;:16796,&quot;25658&quot;:16797,&quot;57755&quot;:16797,&quot;14935&quot;:16798,&quot;57756&quot;:16798,&quot;25933&quot;:16799,&quot;57757&quot;:16799,&quot;28438&quot;:16800,&quot;57758&quot;:16800,&quot;150056&quot;:16801,&quot;57759&quot;:16801,&quot;150051&quot;:16802,&quot;57760&quot;:16802,&quot;25989&quot;:16803,&quot;57761&quot;:16803,&quot;25965&quot;:16804,&quot;57762&quot;:16804,&quot;25951&quot;:16805,&quot;57763&quot;:16805,&quot;26037&quot;:16807,&quot;57765&quot;:16807,&quot;149824&quot;:16808,&quot;57766&quot;:16808,&quot;19255&quot;:16809,&quot;57767&quot;:16809,&quot;26065&quot;:16810,&quot;57768&quot;:16810,&quot;16600&quot;:16811,&quot;57769&quot;:16811,&quot;137257&quot;:16812,&quot;57770&quot;:16812,&quot;57771&quot;:16813,&quot;26083&quot;:16814,&quot;57772&quot;:16814,&quot;24543&quot;:16815,&quot;57773&quot;:16815,&quot;144384&quot;:16816,&quot;57774&quot;:16816,&quot;26136&quot;:16817,&quot;57775&quot;:16817,&quot;57776&quot;:16818,&quot;143863&quot;:16818,&quot;57777&quot;:16819,&quot;143864&quot;:16819,&quot;26180&quot;:16820,&quot;57778&quot;:16820,&quot;57779&quot;:16821,&quot;143780&quot;:16821,&quot;57780&quot;:16822,&quot;143781&quot;:16822,&quot;26187&quot;:16823,&quot;57781&quot;:16823,&quot;134773&quot;:16824,&quot;57782&quot;:16824,&quot;26215&quot;:16825,&quot;57783&quot;:16825,&quot;152038&quot;:16826,&quot;57784&quot;:16826,&quot;26227&quot;:16827,&quot;57785&quot;:16827,&quot;64018&quot;:16828,&quot;143921&quot;:16829,&quot;57788&quot;:16829,&quot;165364&quot;:16830,&quot;57789&quot;:16830,&quot;143816&quot;:16831,&quot;57790&quot;:16831,&quot;152339&quot;:16832,&quot;57791&quot;:16832,&quot;30661&quot;:16833,&quot;57792&quot;:16833,&quot;141559&quot;:16834,&quot;57793&quot;:16834,&quot;39332&quot;:16835,&quot;57794&quot;:16835,&quot;26370&quot;:16836,&quot;57795&quot;:16836,&quot;148380&quot;:16837,&quot;57796&quot;:16837,&quot;150049&quot;:16838,&quot;57797&quot;:16838,&quot;27130&quot;:16839,&quot;57799&quot;:16839,&quot;145346&quot;:16840,&quot;57800&quot;:16840,&quot;194779&quot;:16841,&quot;26471&quot;:16842,&quot;57802&quot;:16842,&quot;26466&quot;:16843,&quot;57803&quot;:16843,&quot;147917&quot;:16844,&quot;57804&quot;:16844,&quot;168173&quot;:16845,&quot;57805&quot;:16845,&quot;26583&quot;:16846,&quot;57806&quot;:16846,&quot;17641&quot;:16847,&quot;57807&quot;:16847,&quot;26658&quot;:16848,&quot;57808&quot;:16848,&quot;28240&quot;:16849,&quot;57809&quot;:16849,&quot;37436&quot;:16850,&quot;57810&quot;:16850,&quot;26625&quot;:16851,&quot;57811&quot;:16851,&quot;144358&quot;:16852,&quot;57812&quot;:16852,&quot;159136&quot;:16853,&quot;57813&quot;:16853,&quot;26717&quot;:16854,&quot;57814&quot;:16854,&quot;144495&quot;:16855,&quot;57815&quot;:16855,&quot;27105&quot;:16856,&quot;57816&quot;:16856,&quot;27147&quot;:16857,&quot;57817&quot;:16857,&quot;166623&quot;:16858,&quot;57818&quot;:16858,&quot;26995&quot;:16859,&quot;57819&quot;:16859,&quot;26819&quot;:16860,&quot;57820&quot;:16860,&quot;144845&quot;:16861,&quot;57821&quot;:16861,&quot;26881&quot;:16862,&quot;57822&quot;:16862,&quot;26880&quot;:16863,&quot;57823&quot;:16863,&quot;14849&quot;:16864,&quot;57825&quot;:16864,&quot;144956&quot;:16865,&quot;57826&quot;:16865,&quot;15232&quot;:16866,&quot;57827&quot;:16866,&quot;26540&quot;:16867,&quot;57828&quot;:16867,&quot;26977&quot;:16868,&quot;57829&quot;:16868,&quot;166474&quot;:16869,&quot;57830&quot;:16869,&quot;17148&quot;:16870,&quot;57831&quot;:16870,&quot;26934&quot;:16871,&quot;57832&quot;:16871,&quot;27032&quot;:16872,&quot;57833&quot;:16872,&quot;15265&quot;:16873,&quot;57834&quot;:16873,&quot;132041&quot;:16874,&quot;57835&quot;:16874,&quot;33635&quot;:16875,&quot;57836&quot;:16875,&quot;20624&quot;:16876,&quot;57837&quot;:16876,&quot;27129&quot;:16877,&quot;57838&quot;:16877,&quot;144985&quot;:16878,&quot;57839&quot;:16878,&quot;139562&quot;:16879,&quot;57840&quot;:16879,&quot;27205&quot;:16880,&quot;57841&quot;:16880,&quot;145155&quot;:16881,&quot;57842&quot;:16881,&quot;27293&quot;:16882,&quot;57843&quot;:16882,&quot;15347&quot;:16883,&quot;57844&quot;:16883,&quot;26545&quot;:16884,&quot;57845&quot;:16884,&quot;27336&quot;:16885,&quot;57846&quot;:16885,&quot;168348&quot;:16886,&quot;57847&quot;:16886,&quot;15373&quot;:16887,&quot;57848&quot;:16887,&quot;27421&quot;:16888,&quot;57849&quot;:16888,&quot;133411&quot;:16889,&quot;57850&quot;:16889,&quot;24798&quot;:16890,&quot;60308&quot;:16890,&quot;57851&quot;:16890,&quot;27445&quot;:16891,&quot;57852&quot;:16891,&quot;27508&quot;:16892,&quot;57853&quot;:16892,&quot;141261&quot;:16893,&quot;57854&quot;:16893,&quot;28341&quot;:16894,&quot;57855&quot;:16894,&quot;57856&quot;:16895,&quot;146139&quot;:16895,&quot;137560&quot;:16897,&quot;57858&quot;:16897,&quot;14144&quot;:16898,&quot;57859&quot;:16898,&quot;21537&quot;:16899,&quot;57860&quot;:16899,&quot;146266&quot;:16900,&quot;57861&quot;:16900,&quot;27617&quot;:16901,&quot;57862&quot;:16901,&quot;147196&quot;:16902,&quot;57863&quot;:16902,&quot;27612&quot;:16903,&quot;57864&quot;:16903,&quot;27703&quot;:16904,&quot;57865&quot;:16904,&quot;140427&quot;:16905,&quot;57866&quot;:16905,&quot;149745&quot;:16906,&quot;57867&quot;:16906,&quot;158545&quot;:16907,&quot;57868&quot;:16907,&quot;27738&quot;:16908,&quot;57869&quot;:16908,&quot;33318&quot;:16909,&quot;57870&quot;:16909,&quot;27769&quot;:16910,&quot;57871&quot;:16910,&quot;146876&quot;:16911,&quot;57872&quot;:16911,&quot;17605&quot;:16912,&quot;57873&quot;:16912,&quot;146877&quot;:16913,&quot;57874&quot;:16913,&quot;147876&quot;:16914,&quot;57875&quot;:16914,&quot;149772&quot;:16915,&quot;57876&quot;:16915,&quot;149760&quot;:16916,&quot;57877&quot;:16916,&quot;146633&quot;:16917,&quot;57878&quot;:16917,&quot;14053&quot;:16918,&quot;57879&quot;:16918,&quot;15595&quot;:16919,&quot;57880&quot;:16919,&quot;134450&quot;:16920,&quot;57881&quot;:16920,&quot;39811&quot;:16921,&quot;57882&quot;:16921,&quot;143865&quot;:16922,&quot;57883&quot;:16922,&quot;140433&quot;:16923,&quot;57884&quot;:16923,&quot;32655&quot;:16924,&quot;57885&quot;:16924,&quot;26679&quot;:16925,&quot;57886&quot;:16925,&quot;159013&quot;:16926,&quot;57887&quot;:16926,&quot;159137&quot;:16927,&quot;57888&quot;:16927,&quot;159211&quot;:16928,&quot;57889&quot;:16928,&quot;28054&quot;:16929,&quot;57890&quot;:16929,&quot;27996&quot;:16930,&quot;57891&quot;:16930,&quot;28284&quot;:16931,&quot;57892&quot;:16931,&quot;28420&quot;:16932,&quot;57893&quot;:16932,&quot;149887&quot;:16933,&quot;57894&quot;:16933,&quot;147589&quot;:16934,&quot;57895&quot;:16934,&quot;159346&quot;:16935,&quot;57896&quot;:16935,&quot;34099&quot;:16936,&quot;57897&quot;:16936,&quot;159604&quot;:16937,&quot;57898&quot;:16937,&quot;20935&quot;:16938,&quot;57899&quot;:16938,&quot;33838&quot;:16941,&quot;57902&quot;:16941,&quot;166689&quot;:16942,&quot;57903&quot;:16942,&quot;194824&quot;:16943,&quot;146991&quot;:16944,&quot;57905&quot;:16944,&quot;29779&quot;:16945,&quot;57906&quot;:16945,&quot;147330&quot;:16946,&quot;57907&quot;:16946,&quot;31180&quot;:16947,&quot;57908&quot;:16947,&quot;28239&quot;:16948,&quot;57909&quot;:16948,&quot;23185&quot;:16949,&quot;57910&quot;:16949,&quot;143435&quot;:16950,&quot;57911&quot;:16950,&quot;28664&quot;:16951,&quot;57912&quot;:16951,&quot;14093&quot;:16952,&quot;57913&quot;:16952,&quot;28573&quot;:16953,&quot;57914&quot;:16953,&quot;146992&quot;:16954,&quot;57915&quot;:16954,&quot;28410&quot;:16955,&quot;57916&quot;:16955,&quot;136343&quot;:16956,&quot;57917&quot;:16956,&quot;147517&quot;:16957,&quot;57918&quot;:16957,&quot;17749&quot;:16958,&quot;57919&quot;:16958,&quot;37872&quot;:16959,&quot;57920&quot;:16959,&quot;28484&quot;:16960,&quot;57921&quot;:16960,&quot;28508&quot;:16961,&quot;57922&quot;:16961,&quot;15694&quot;:16962,&quot;57923&quot;:16962,&quot;28532&quot;:16963,&quot;57924&quot;:16963,&quot;168304&quot;:16964,&quot;57925&quot;:16964,&quot;15675&quot;:16965,&quot;57926&quot;:16965,&quot;28575&quot;:16966,&quot;57927&quot;:16966,&quot;147780&quot;:16967,&quot;57928&quot;:16967,&quot;28627&quot;:16968,&quot;57929&quot;:16968,&quot;147601&quot;:16969,&quot;57930&quot;:16969,&quot;147797&quot;:16970,&quot;57931&quot;:16970,&quot;147513&quot;:16971,&quot;57932&quot;:16971,&quot;147440&quot;:16972,&quot;57933&quot;:16972,&quot;147380&quot;:16973,&quot;57934&quot;:16973,&quot;147775&quot;:16974,&quot;57935&quot;:16974,&quot;20959&quot;:16975,&quot;57936&quot;:16975,&quot;57937&quot;:16976,&quot;147798&quot;:16976,&quot;57938&quot;:16977,&quot;147799&quot;:16977,&quot;147776&quot;:16978,&quot;57939&quot;:16978,&quot;156125&quot;:16979,&quot;57940&quot;:16979,&quot;28747&quot;:16980,&quot;57941&quot;:16980,&quot;28798&quot;:16981,&quot;57942&quot;:16981,&quot;28839&quot;:16982,&quot;57943&quot;:16982,&quot;28876&quot;:16984,&quot;57945&quot;:16984,&quot;28885&quot;:16985,&quot;57946&quot;:16985,&quot;28886&quot;:16986,&quot;57947&quot;:16986,&quot;28895&quot;:16987,&quot;57948&quot;:16987,&quot;16644&quot;:16988,&quot;57949&quot;:16988,&quot;15848&quot;:16989,&quot;57950&quot;:16989,&quot;29108&quot;:16990,&quot;57951&quot;:16990,&quot;29078&quot;:16991,&quot;57952&quot;:16991,&quot;148087&quot;:16992,&quot;57953&quot;:16992,&quot;28971&quot;:16993,&quot;57954&quot;:16993,&quot;28997&quot;:16994,&quot;57955&quot;:16994,&quot;23176&quot;:16995,&quot;57956&quot;:16995,&quot;29002&quot;:16996,&quot;57957&quot;:16996,&quot;64072&quot;:16997,&quot;148325&quot;:16998,&quot;57960&quot;:16998,&quot;29007&quot;:16999,&quot;57961&quot;:16999,&quot;37730&quot;:17000,&quot;57962&quot;:17000,&quot;148161&quot;:17001,&quot;57963&quot;:17001,&quot;28972&quot;:17002,&quot;57964&quot;:17002,&quot;148570&quot;:17003,&quot;57965&quot;:17003,&quot;150055&quot;:17004,&quot;57966&quot;:17004,&quot;150050&quot;:17005,&quot;57967&quot;:17005,&quot;29114&quot;:17006,&quot;57968&quot;:17006,&quot;166888&quot;:17007,&quot;57969&quot;:17007,&quot;28861&quot;:17008,&quot;57970&quot;:17008,&quot;29198&quot;:17009,&quot;57971&quot;:17009,&quot;37954&quot;:17010,&quot;57972&quot;:17010,&quot;29205&quot;:17011,&quot;57973&quot;:17011,&quot;22801&quot;:17012,&quot;57974&quot;:17012,&quot;37955&quot;:17013,&quot;57975&quot;:17013,&quot;29220&quot;:17014,&quot;57976&quot;:17014,&quot;37697&quot;:17015,&quot;57977&quot;:17015,&quot;153093&quot;:17016,&quot;57978&quot;:17016,&quot;29230&quot;:17017,&quot;57979&quot;:17017,&quot;29248&quot;:17018,&quot;57980&quot;:17018,&quot;149876&quot;:17019,&quot;57981&quot;:17019,&quot;26813&quot;:17020,&quot;57982&quot;:17020,&quot;29269&quot;:17021,&quot;57983&quot;:17021,&quot;29271&quot;:17022,&quot;57984&quot;:17022,&quot;15957&quot;:17023,&quot;57985&quot;:17023,&quot;143428&quot;:17024,&quot;57986&quot;:17024,&quot;26637&quot;:17025,&quot;57987&quot;:17025,&quot;28477&quot;:17026,&quot;57988&quot;:17026,&quot;29314&quot;:17027,&quot;57989&quot;:17027,&quot;29483&quot;:17029,&quot;57991&quot;:17029,&quot;149539&quot;:17030,&quot;57992&quot;:17030,&quot;165931&quot;:17031,&quot;57993&quot;:17031,&quot;18669&quot;:17032,&quot;57994&quot;:17032,&quot;165892&quot;:17033,&quot;57995&quot;:17033,&quot;29480&quot;:17034,&quot;57996&quot;:17034,&quot;29486&quot;:17035,&quot;57997&quot;:17035,&quot;29647&quot;:17036,&quot;57998&quot;:17036,&quot;29610&quot;:17037,&quot;57999&quot;:17037,&quot;134202&quot;:17038,&quot;58000&quot;:17038,&quot;158254&quot;:17039,&quot;58001&quot;:17039,&quot;29641&quot;:17040,&quot;58002&quot;:17040,&quot;29769&quot;:17041,&quot;58003&quot;:17041,&quot;147938&quot;:17042,&quot;58004&quot;:17042,&quot;136935&quot;:17043,&quot;58005&quot;:17043,&quot;150052&quot;:17044,&quot;58006&quot;:17044,&quot;26147&quot;:17045,&quot;58007&quot;:17045,&quot;14021&quot;:17046,&quot;58008&quot;:17046,&quot;149943&quot;:17047,&quot;58009&quot;:17047,&quot;149901&quot;:17048,&quot;58010&quot;:17048,&quot;150011&quot;:17049,&quot;58011&quot;:17049,&quot;29687&quot;:17050,&quot;58012&quot;:17050,&quot;29717&quot;:17051,&quot;58013&quot;:17051,&quot;26883&quot;:17052,&quot;58014&quot;:17052,&quot;150054&quot;:17053,&quot;58015&quot;:17053,&quot;29753&quot;:17054,&quot;58016&quot;:17054,&quot;16087&quot;:17055,&quot;58018&quot;:17055,&quot;194863&quot;:17056,&quot;141485&quot;:17057,&quot;58020&quot;:17057,&quot;29792&quot;:17058,&quot;58021&quot;:17058,&quot;167602&quot;:17059,&quot;58022&quot;:17059,&quot;29767&quot;:17060,&quot;58023&quot;:17060,&quot;29668&quot;:17061,&quot;58024&quot;:17061,&quot;29814&quot;:17062,&quot;58025&quot;:17062,&quot;33721&quot;:17063,&quot;58026&quot;:17063,&quot;29804&quot;:17064,&quot;58027&quot;:17064,&quot;29812&quot;:17065,&quot;58029&quot;:17065,&quot;37873&quot;:17066,&quot;58030&quot;:17066,&quot;27180&quot;:17067,&quot;58031&quot;:17067,&quot;29826&quot;:17068,&quot;58032&quot;:17068,&quot;18771&quot;:17069,&quot;58033&quot;:17069,&quot;150156&quot;:17070,&quot;58034&quot;:17070,&quot;147807&quot;:17071,&quot;58035&quot;:17071,&quot;150137&quot;:17072,&quot;58036&quot;:17072,&quot;166799&quot;:17073,&quot;58037&quot;:17073,&quot;23366&quot;:17074,&quot;58038&quot;:17074,&quot;166915&quot;:17075,&quot;58039&quot;:17075,&quot;137374&quot;:17076,&quot;58040&quot;:17076,&quot;29896&quot;:17077,&quot;58041&quot;:17077,&quot;137608&quot;:17078,&quot;58042&quot;:17078,&quot;29966&quot;:17079,&quot;58043&quot;:17079,&quot;29982&quot;:17080,&quot;58045&quot;:17080,&quot;167641&quot;:17081,&quot;58046&quot;:17081,&quot;137803&quot;:17082,&quot;58047&quot;:17082,&quot;23511&quot;:17083,&quot;58048&quot;:17083,&quot;167596&quot;:17084,&quot;58049&quot;:17084,&quot;37765&quot;:17085,&quot;58050&quot;:17085,&quot;30029&quot;:17086,&quot;58051&quot;:17086,&quot;30026&quot;:17087,&quot;58052&quot;:17087,&quot;30055&quot;:17088,&quot;58053&quot;:17088,&quot;30062&quot;:17089,&quot;58054&quot;:17089,&quot;151426&quot;:17090,&quot;58055&quot;:17090,&quot;16132&quot;:17091,&quot;58056&quot;:17091,&quot;150803&quot;:17092,&quot;58057&quot;:17092,&quot;30094&quot;:17093,&quot;58058&quot;:17093,&quot;29789&quot;:17094,&quot;58059&quot;:17094,&quot;30110&quot;:17095,&quot;58060&quot;:17095,&quot;30132&quot;:17096,&quot;58061&quot;:17096,&quot;30210&quot;:17097,&quot;58062&quot;:17097,&quot;30252&quot;:17098,&quot;58063&quot;:17098,&quot;30289&quot;:17099,&quot;58064&quot;:17099,&quot;30287&quot;:17100,&quot;58065&quot;:17100,&quot;30319&quot;:17101,&quot;58066&quot;:17101,&quot;58067&quot;:17102,&quot;156661&quot;:17103,&quot;58068&quot;:17103,&quot;30352&quot;:17104,&quot;58069&quot;:17104,&quot;33263&quot;:17105,&quot;58070&quot;:17105,&quot;14328&quot;:17106,&quot;58071&quot;:17106,&quot;157969&quot;:17107,&quot;58072&quot;:17107,&quot;157966&quot;:17108,&quot;58073&quot;:17108,&quot;30369&quot;:17109,&quot;58074&quot;:17109,&quot;30373&quot;:17110,&quot;58075&quot;:17110,&quot;30391&quot;:17111,&quot;58076&quot;:17111,&quot;30412&quot;:17112,&quot;58077&quot;:17112,&quot;159647&quot;:17113,&quot;58078&quot;:17113,&quot;33890&quot;:17114,&quot;58079&quot;:17114,&quot;151709&quot;:17115,&quot;58080&quot;:17115,&quot;151933&quot;:17116,&quot;58081&quot;:17116,&quot;138780&quot;:17117,&quot;58082&quot;:17117,&quot;30494&quot;:17118,&quot;58083&quot;:17118,&quot;30502&quot;:17119,&quot;58084&quot;:17119,&quot;30528&quot;:17120,&quot;58085&quot;:17120,&quot;25775&quot;:17121,&quot;58086&quot;:17121,&quot;152096&quot;:17122,&quot;58087&quot;:17122,&quot;30552&quot;:17123,&quot;58088&quot;:17123,&quot;144044&quot;:17124,&quot;58089&quot;:17124,&quot;30639&quot;:17125,&quot;58090&quot;:17125,&quot;166244&quot;:17126,&quot;58091&quot;:17126,&quot;166248&quot;:17127,&quot;58092&quot;:17127,&quot;136897&quot;:17128,&quot;58093&quot;:17128,&quot;30708&quot;:17129,&quot;58094&quot;:17129,&quot;26826&quot;:17131,&quot;58098&quot;:17131,&quot;30895&quot;:17132,&quot;58099&quot;:17132,&quot;30919&quot;:17133,&quot;58100&quot;:17133,&quot;30931&quot;:17134,&quot;58101&quot;:17134,&quot;38565&quot;:17135,&quot;58102&quot;:17135,&quot;31022&quot;:17136,&quot;58103&quot;:17136,&quot;153056&quot;:17137,&quot;58104&quot;:17137,&quot;30935&quot;:17138,&quot;58105&quot;:17138,&quot;31028&quot;:17139,&quot;58106&quot;:17139,&quot;30897&quot;:17140,&quot;58107&quot;:17140,&quot;161292&quot;:17141,&quot;58108&quot;:17141,&quot;36792&quot;:17142,&quot;58109&quot;:17142,&quot;34948&quot;:17143,&quot;58110&quot;:17143,&quot;140828&quot;:17144,&quot;58113&quot;:17144,&quot;31110&quot;:17145,&quot;58114&quot;:17145,&quot;35072&quot;:17146,&quot;58115&quot;:17146,&quot;26882&quot;:17147,&quot;58116&quot;:17147,&quot;31104&quot;:17148,&quot;58117&quot;:17148,&quot;153687&quot;:17149,&quot;58118&quot;:17149,&quot;31133&quot;:17150,&quot;58119&quot;:17150,&quot;162617&quot;:17151,&quot;58120&quot;:17151,&quot;31036&quot;:17152,&quot;58121&quot;:17152,&quot;31145&quot;:17153,&quot;58122&quot;:17153,&quot;28202&quot;:17154,&quot;58123&quot;:17154,&quot;160038&quot;:17155,&quot;58124&quot;:17155,&quot;16040&quot;:17156,&quot;58125&quot;:17156,&quot;31174&quot;:17157,&quot;58126&quot;:17157,&quot;168205&quot;:17158,&quot;58127&quot;:17158,&quot;31188&quot;:17159,&quot;58128&quot;:17159,&quot;21797&quot;:17161,&quot;62526&quot;:17161,&quot;134210&quot;:17163,&quot;62528&quot;:17163,&quot;134421&quot;:17164,&quot;62529&quot;:17164,&quot;151851&quot;:17165,&quot;62530&quot;:17165,&quot;21904&quot;:17166,&quot;62531&quot;:17166,&quot;142534&quot;:17167,&quot;62532&quot;:17167,&quot;14828&quot;:17168,&quot;62533&quot;:17168,&quot;131905&quot;:17169,&quot;62534&quot;:17169,&quot;36422&quot;:17170,&quot;62535&quot;:17170,&quot;150968&quot;:17171,&quot;62536&quot;:17171,&quot;169189&quot;:17172,&quot;62537&quot;:17172,&quot;164030&quot;:17174,&quot;62539&quot;:17174,&quot;30586&quot;:17175,&quot;62540&quot;:17175,&quot;142392&quot;:17176,&quot;62541&quot;:17176,&quot;14900&quot;:17177,&quot;62542&quot;:17177,&quot;18389&quot;:17178,&quot;62543&quot;:17178,&quot;164189&quot;:17179,&quot;62544&quot;:17179,&quot;158194&quot;:17180,&quot;62545&quot;:17180,&quot;151018&quot;:17181,&quot;62546&quot;:17181,&quot;25821&quot;:17182,&quot;62547&quot;:17182,&quot;134524&quot;:17183,&quot;62548&quot;:17183,&quot;135092&quot;:17184,&quot;62549&quot;:17184,&quot;134357&quot;:17185,&quot;62550&quot;:17185,&quot;25741&quot;:17187,&quot;62552&quot;:17187,&quot;36478&quot;:17188,&quot;62553&quot;:17188,&quot;134806&quot;:17189,&quot;62554&quot;:17189,&quot;135012&quot;:17191,&quot;62556&quot;:17191,&quot;142505&quot;:17192,&quot;62557&quot;:17192,&quot;164438&quot;:17193,&quot;62558&quot;:17193,&quot;148691&quot;:17194,&quot;62559&quot;:17194,&quot;134470&quot;:17196,&quot;62561&quot;:17196,&quot;170573&quot;:17197,&quot;62562&quot;:17197,&quot;164073&quot;:17198,&quot;62563&quot;:17198,&quot;18420&quot;:17199,&quot;62564&quot;:17199,&quot;151207&quot;:17200,&quot;62565&quot;:17200,&quot;142530&quot;:17201,&quot;62566&quot;:17201,&quot;39602&quot;:17202,&quot;62567&quot;:17202,&quot;14951&quot;:17203,&quot;62568&quot;:17203,&quot;169460&quot;:17204,&quot;62569&quot;:17204,&quot;16365&quot;:17205,&quot;62570&quot;:17205,&quot;13574&quot;:17206,&quot;62571&quot;:17206,&quot;152263&quot;:17207,&quot;62572&quot;:17207,&quot;169940&quot;:17208,&quot;62573&quot;:17208,&quot;142660&quot;:17210,&quot;62575&quot;:17210,&quot;40302&quot;:17211,&quot;62576&quot;:17211,&quot;38933&quot;:17212,&quot;62577&quot;:17212,&quot;17369&quot;:17214,&quot;62579&quot;:17214,&quot;25780&quot;:17216,&quot;62581&quot;:17216,&quot;21731&quot;:17217,&quot;62582&quot;:17217,&quot;62584&quot;:17219,&quot;142282&quot;:17219,&quot;14843&quot;:17221,&quot;62586&quot;:17221,&quot;157402&quot;:17223,&quot;62588&quot;:17223,&quot;157462&quot;:17224,&quot;62589&quot;:17224,&quot;162208&quot;:17225,&quot;62590&quot;:17225,&quot;25834&quot;:17226,&quot;62591&quot;:17226,&quot;151634&quot;:17227,&quot;62592&quot;:17227,&quot;134211&quot;:17228,&quot;62593&quot;:17228,&quot;36456&quot;:17229,&quot;62594&quot;:17229,&quot;166732&quot;:17231,&quot;62596&quot;:17231,&quot;132913&quot;:17232,&quot;62597&quot;:17232,&quot;18443&quot;:17234,&quot;62599&quot;:17234,&quot;131497&quot;:17235,&quot;62600&quot;:17235,&quot;16378&quot;:17236,&quot;62601&quot;:17236,&quot;22643&quot;:17237,&quot;62602&quot;:17237,&quot;142733&quot;:17238,&quot;62603&quot;:17238,&quot;148936&quot;:17240,&quot;62605&quot;:17240,&quot;132348&quot;:17241,&quot;62606&quot;:17241,&quot;155799&quot;:17242,&quot;62607&quot;:17242,&quot;134988&quot;:17243,&quot;62608&quot;:17243,&quot;21881&quot;:17245,&quot;62610&quot;:17245,&quot;17338&quot;:17247,&quot;62612&quot;:17247,&quot;19124&quot;:17249,&quot;62614&quot;:17249,&quot;141926&quot;:17250,&quot;62615&quot;:17250,&quot;135325&quot;:17251,&quot;62616&quot;:17251,&quot;33194&quot;:17252,&quot;62617&quot;:17252,&quot;39157&quot;:17253,&quot;62618&quot;:17253,&quot;134556&quot;:17254,&quot;62619&quot;:17254,&quot;25465&quot;:17255,&quot;62620&quot;:17255,&quot;14846&quot;:17256,&quot;62621&quot;:17256,&quot;141173&quot;:17257,&quot;62622&quot;:17257,&quot;36288&quot;:17258,&quot;62623&quot;:17258,&quot;22177&quot;:17259,&quot;62624&quot;:17259,&quot;25724&quot;:17260,&quot;62625&quot;:17260,&quot;15939&quot;:17261,&quot;62626&quot;:17261,&quot;173569&quot;:17263,&quot;62628&quot;:17263,&quot;134665&quot;:17264,&quot;62629&quot;:17264,&quot;142031&quot;:17265,&quot;62630&quot;:17265,&quot;135368&quot;:17268,&quot;62633&quot;:17268,&quot;145858&quot;:17269,&quot;62634&quot;:17269,&quot;14738&quot;:17270,&quot;62635&quot;:17270,&quot;14854&quot;:17271,&quot;62636&quot;:17271,&quot;164507&quot;:17272,&quot;62637&quot;:17272,&quot;13688&quot;:17273,&quot;62638&quot;:17273,&quot;155209&quot;:17274,&quot;62639&quot;:17274,&quot;139463&quot;:17275,&quot;62640&quot;:17275,&quot;142514&quot;:17278,&quot;62643&quot;:17278,&quot;169760&quot;:17279,&quot;62644&quot;:17279,&quot;13500&quot;:17280,&quot;62645&quot;:17280,&quot;27709&quot;:17281,&quot;62646&quot;:17281,&quot;151099&quot;:17282,&quot;62647&quot;:17282,&quot;161140&quot;:17285,&quot;62650&quot;:17285,&quot;142987&quot;:17286,&quot;62651&quot;:17286,&quot;139784&quot;:17287,&quot;62652&quot;:17287,&quot;173659&quot;:17288,&quot;62653&quot;:17288,&quot;167117&quot;:17289,&quot;62654&quot;:17289,&quot;134778&quot;:17290,&quot;62655&quot;:17290,&quot;134196&quot;:17291,&quot;62656&quot;:17291,&quot;161337&quot;:17292,&quot;62683&quot;:17292,&quot;142286&quot;:17293,&quot;62684&quot;:17293,&quot;62687&quot;:17294,&quot;142417&quot;:17294,&quot;14872&quot;:17295,&quot;62689&quot;:17295,&quot;62691&quot;:17296,&quot;135367&quot;:17296,&quot;62693&quot;:17297,&quot;173618&quot;:17297,&quot;167122&quot;:17298,&quot;62695&quot;:17298,&quot;167321&quot;:17299,&quot;62696&quot;:17299,&quot;167114&quot;:17300,&quot;62697&quot;:17300,&quot;38314&quot;:17301,&quot;62698&quot;:17301,&quot;62706&quot;:17303,&quot;161630&quot;:17303,&quot;28992&quot;:17304,&quot;62708&quot;:17304,&quot;20822&quot;:17306,&quot;62385&quot;:17306,&quot;20222&quot;:17307,&quot;20616&quot;:17308,&quot;62487&quot;:17308,&quot;13459&quot;:17310,&quot;62489&quot;:17310,&quot;20870&quot;:17311,&quot;62491&quot;:17311,&quot;24130&quot;:17312,&quot;63037&quot;:17312,&quot;20997&quot;:17313,&quot;62495&quot;:17313,&quot;21031&quot;:17314,&quot;62436&quot;:17314,&quot;21113&quot;:17315,&quot;62497&quot;:17315,&quot;194600&quot;:17316,&quot;13651&quot;:17317,&quot;62504&quot;:17317,&quot;21442&quot;:17318,&quot;62505&quot;:17318,&quot;21343&quot;:17319,&quot;62715&quot;:17319,&quot;21823&quot;:17321,&quot;62520&quot;:17321,&quot;21976&quot;:17323,&quot;59986&quot;:17323,&quot;13789&quot;:17324,&quot;62722&quot;:17324,&quot;22049&quot;:17325,&quot;63067&quot;:17325,&quot;22100&quot;:17327,&quot;60044&quot;:17327,&quot;60148&quot;:17328,&quot;135291&quot;:17328,&quot;60153&quot;:17330,&quot;135379&quot;:17330,&quot;61095&quot;:17332,&quot;135934&quot;:17332,&quot;14265&quot;:17335,&quot;60104&quot;:17335,&quot;23745&quot;:17336,&quot;61099&quot;:17336,&quot;23829&quot;:17337,&quot;63066&quot;:17337,&quot;23894&quot;:17338,&quot;63030&quot;:17338,&quot;14392&quot;:17339,&quot;63036&quot;:17339,&quot;20097&quot;:17340,&quot;62477&quot;:17340,&quot;24253&quot;:17341,&quot;63038&quot;:17341,&quot;14612&quot;:17342,&quot;63042&quot;:17342,&quot;25017&quot;:17343,&quot;63050&quot;:17343,&quot;25232&quot;:17344,&quot;63054&quot;:17344,&quot;25368&quot;:17345,&quot;63056&quot;:17345,&quot;25690&quot;:17346,&quot;63063&quot;:17346,&quot;25745&quot;:17347,&quot;62381&quot;:17347,&quot;33133&quot;:17348,&quot;62709&quot;:17348,&quot;33156&quot;:17349,&quot;59922&quot;:17349,&quot;33171&quot;:17350,&quot;59924&quot;:17350,&quot;26624&quot;:17351,&quot;63080&quot;:17351,&quot;15292&quot;:17352,&quot;63093&quot;:17352,&quot;29327&quot;:17353,&quot;60517&quot;:17353,&quot;29389&quot;:17354,&quot;59781&quot;:17354,&quot;149487&quot;:17355,&quot;29497&quot;:17356,&quot;59785&quot;:17356,&quot;30018&quot;:17357,&quot;59811&quot;:17357,&quot;30172&quot;:17358,&quot;59817&quot;:17358,&quot;16320&quot;:17359,&quot;59818&quot;:17359,&quot;60278&quot;:17360,&quot;151205&quot;:17360,&quot;16343&quot;:17361,&quot;59820&quot;:17361,&quot;30336&quot;:17363,&quot;30348&quot;:17364,&quot;59824&quot;:17364,&quot;151388&quot;:17364,&quot;16552&quot;:17365,&quot;59845&quot;:17365,&quot;30777&quot;:17366,&quot;59846&quot;:17366,&quot;16643&quot;:17367,&quot;59855&quot;:17367,&quot;31377&quot;:17368,&quot;59863&quot;:17368,&quot;31771&quot;:17369,&quot;59876&quot;:17369,&quot;31981&quot;:17370,&quot;59884&quot;:17370,&quot;32659&quot;:17371,&quot;62658&quot;:17371,&quot;32686&quot;:17372,&quot;59892&quot;:17372,&quot;33535&quot;:17374,&quot;59936&quot;:17374,&quot;22623&quot;:17375,&quot;59981&quot;:17375,&quot;34482&quot;:17376,&quot;59960&quot;:17376,&quot;17836&quot;:17377,&quot;34699&quot;:17378,&quot;59963&quot;:17378,&quot;35143&quot;:17379,&quot;59969&quot;:17379,&quot;35369&quot;:17381,&quot;59972&quot;:17381,&quot;36465&quot;:17383,&quot;59988&quot;:17383,&quot;60484&quot;:17384,&quot;164233&quot;:17384,&quot;36528&quot;:17385,&quot;59990&quot;:17385,&quot;37214&quot;:17387,&quot;62443&quot;:17387,&quot;37260&quot;:17388,&quot;62441&quot;:17388,&quot;39182&quot;:17389,&quot;60051&quot;:17389,&quot;39196&quot;:17390,&quot;60054&quot;:17390,&quot;39809&quot;:17393,&quot;60066&quot;:17393,&quot;40384&quot;:17394,&quot;60080&quot;:17394,&quot;40339&quot;:17395,&quot;60078&quot;:17395,&quot;40620&quot;:17396,&quot;60085&quot;:17396,&quot;19857&quot;:17397,&quot;60540&quot;:17397,&quot;37818&quot;:17399,&quot;40571&quot;:17400,&quot;60084&quot;:17400,&quot;28809&quot;:17401,&quot;63148&quot;:17401,&quot;29512&quot;:17402,&quot;59788&quot;:17402,&quot;31129&quot;:17404,&quot;59858&quot;:17404,&quot;36791&quot;:17405,&quot;59997&quot;:17405,&quot;39234&quot;:17407,&quot;60056&quot;:17407,&quot;8364&quot;:17601,&quot;12443&quot;:17606,&quot;63518&quot;:17606,&quot;12444&quot;:17607,&quot;63519&quot;:17607,&quot;11904&quot;:17608,&quot;63520&quot;:17608,&quot;12736&quot;:17609,&quot;62211&quot;:17609,&quot;12737&quot;:17610,&quot;62212&quot;:17610,&quot;12738&quot;:17611,&quot;62213&quot;:17611,&quot;12739&quot;:17612,&quot;62214&quot;:17612,&quot;12740&quot;:17613,&quot;62215&quot;:17613,&quot;131340&quot;:17614,&quot;62216&quot;:17614,&quot;12741&quot;:17615,&quot;62217&quot;:17615,&quot;131281&quot;:17616,&quot;62218&quot;:17616,&quot;131277&quot;:17617,&quot;62219&quot;:17617,&quot;12742&quot;:17618,&quot;62220&quot;:17618,&quot;12743&quot;:17619,&quot;62221&quot;:17619,&quot;131275&quot;:17620,&quot;62222&quot;:17620,&quot;139240&quot;:17621,&quot;62223&quot;:17621,&quot;12744&quot;:17622,&quot;62224&quot;:17622,&quot;131274&quot;:17623,&quot;62225&quot;:17623,&quot;12745&quot;:17624,&quot;62226&quot;:17624,&quot;12746&quot;:17625,&quot;62227&quot;:17625,&quot;12747&quot;:17626,&quot;62228&quot;:17626,&quot;12748&quot;:17627,&quot;62229&quot;:17627,&quot;131342&quot;:17628,&quot;62230&quot;:17628,&quot;12749&quot;:17629,&quot;62231&quot;:17629,&quot;12750&quot;:17630,&quot;62232&quot;:17630,&quot;62776&quot;:17631,&quot;62777&quot;:17632,&quot;138177&quot;:17633,&quot;62778&quot;:17633,&quot;194680&quot;:17634,&quot;62779&quot;:17634,&quot;12205&quot;:17635,&quot;38737&quot;:17635,&quot;62780&quot;:17635,&quot;131206&quot;:17636,&quot;62781&quot;:17636,&quot;20059&quot;:17637,&quot;62782&quot;:17637,&quot;20155&quot;:17638,&quot;62783&quot;:17638,&quot;13630&quot;:17639,&quot;62784&quot;:17639,&quot;23587&quot;:17640,&quot;62785&quot;:17640,&quot;24401&quot;:17641,&quot;62786&quot;:17641,&quot;24516&quot;:17642,&quot;62787&quot;:17642,&quot;14586&quot;:17643,&quot;62788&quot;:17643,&quot;25164&quot;:17644,&quot;62789&quot;:17644,&quot;25909&quot;:17645,&quot;62790&quot;:17645,&quot;27514&quot;:17646,&quot;62791&quot;:17646,&quot;27701&quot;:17647,&quot;62792&quot;:17647,&quot;27706&quot;:17648,&quot;62793&quot;:17648,&quot;28780&quot;:17649,&quot;62794&quot;:17649,&quot;29227&quot;:17650,&quot;62795&quot;:17650,&quot;20012&quot;:17651,&quot;62796&quot;:17651,&quot;29357&quot;:17652,&quot;62797&quot;:17652,&quot;149737&quot;:17653,&quot;62798&quot;:17653,&quot;32594&quot;:17654,&quot;62799&quot;:17654,&quot;31035&quot;:17655,&quot;62800&quot;:17655,&quot;31993&quot;:17656,&quot;62801&quot;:17656,&quot;32595&quot;:17657,&quot;62802&quot;:17657,&quot;156266&quot;:17658,&quot;62803&quot;:17658,&quot;13505&quot;:17659,&quot;62804&quot;:17659,&quot;156491&quot;:17660,&quot;62806&quot;:17660,&quot;32770&quot;:17661,&quot;62807&quot;:17661,&quot;32896&quot;:17662,&quot;62808&quot;:17662,&quot;157202&quot;:17663,&quot;62809&quot;:17663,&quot;158033&quot;:17664,&quot;62810&quot;:17664,&quot;21341&quot;:17665,&quot;62811&quot;:17665,&quot;34916&quot;:17666,&quot;62812&quot;:17666,&quot;35265&quot;:17667,&quot;62813&quot;:17667,&quot;161970&quot;:17668,&quot;62814&quot;:17668,&quot;35744&quot;:17669,&quot;62815&quot;:17669,&quot;36125&quot;:17670,&quot;62816&quot;:17670,&quot;38021&quot;:17671,&quot;62817&quot;:17671,&quot;38264&quot;:17672,&quot;62818&quot;:17672,&quot;38271&quot;:17673,&quot;62819&quot;:17673,&quot;38376&quot;:17674,&quot;62820&quot;:17674,&quot;167439&quot;:17675,&quot;62821&quot;:17675,&quot;38886&quot;:17676,&quot;62822&quot;:17676,&quot;39029&quot;:17677,&quot;62823&quot;:17677,&quot;39118&quot;:17678,&quot;62824&quot;:17678,&quot;39134&quot;:17679,&quot;62825&quot;:17679,&quot;39267&quot;:17680,&quot;62826&quot;:17680,&quot;170000&quot;:17681,&quot;62827&quot;:17681,&quot;40060&quot;:17682,&quot;62828&quot;:17682,&quot;40479&quot;:17683,&quot;62829&quot;:17683,&quot;40644&quot;:17684,&quot;62830&quot;:17684,&quot;27503&quot;:17685,&quot;62831&quot;:17685,&quot;63751&quot;:17686,&quot;62832&quot;:17686,&quot;20023&quot;:17687,&quot;62833&quot;:17687,&quot;131207&quot;:17688,&quot;62834&quot;:17688,&quot;38429&quot;:17689,&quot;62835&quot;:17689,&quot;25143&quot;:17690,&quot;62836&quot;:17690,&quot;38050&quot;:17691,&quot;62837&quot;:17691,&quot;11908&quot;:17692,&quot;63521&quot;:17692,&quot;11910&quot;:17693,&quot;63522&quot;:17693,&quot;11911&quot;:17694,&quot;63523&quot;:17694,&quot;11912&quot;:17695,&quot;63524&quot;:17695,&quot;11914&quot;:17696,&quot;63525&quot;:17696,&quot;11916&quot;:17697,&quot;63526&quot;:17697,&quot;11917&quot;:17698,&quot;63527&quot;:17698,&quot;11925&quot;:17699,&quot;63528&quot;:17699,&quot;11932&quot;:17700,&quot;63529&quot;:17700,&quot;11941&quot;:17701,&quot;63531&quot;:17701,&quot;11943&quot;:17702,&quot;63532&quot;:17702,&quot;11946&quot;:17703,&quot;63533&quot;:17703,&quot;11948&quot;:17704,&quot;63534&quot;:17704,&quot;11950&quot;:17705,&quot;63535&quot;:17705,&quot;11958&quot;:17706,&quot;63536&quot;:17706,&quot;11964&quot;:17707,&quot;63537&quot;:17707,&quot;11966&quot;:17708,&quot;63538&quot;:17708,&quot;11978&quot;:17709,&quot;63540&quot;:17709,&quot;11980&quot;:17710,&quot;63541&quot;:17710,&quot;11981&quot;:17711,&quot;63542&quot;:17711,&quot;11983&quot;:17712,&quot;63543&quot;:17712,&quot;11990&quot;:17713,&quot;63544&quot;:17713,&quot;11991&quot;:17714,&quot;63545&quot;:17714,&quot;11998&quot;:17715,&quot;63546&quot;:17715,&quot;172969&quot;:17716,&quot;62368&quot;:17716,&quot;135493&quot;:17717,&quot;62369&quot;:17717,&quot;25866&quot;:17718,&quot;62371&quot;:17718,&quot;20029&quot;:17719,&quot;62374&quot;:17719,&quot;28381&quot;:17720,&quot;62375&quot;:17720,&quot;40270&quot;:17721,&quot;62376&quot;:17721,&quot;37343&quot;:17722,&quot;62377&quot;:17722,&quot;62380&quot;:17723,&quot;161589&quot;:17723,&quot;20250&quot;:17724,&quot;62382&quot;:17724,&quot;20264&quot;:17725,&quot;62383&quot;:17725,&quot;20392&quot;:17726,&quot;62384&quot;:17726,&quot;20852&quot;:17727,&quot;62386&quot;:17727,&quot;20892&quot;:17728,&quot;62387&quot;:17728,&quot;20964&quot;:17729,&quot;62388&quot;:17729,&quot;21153&quot;:17730,&quot;62389&quot;:17730,&quot;21160&quot;:17731,&quot;62390&quot;:17731,&quot;21307&quot;:17732,&quot;62391&quot;:17732,&quot;21326&quot;:17733,&quot;62392&quot;:17733,&quot;21457&quot;:17734,&quot;62393&quot;:17734,&quot;21464&quot;:17735,&quot;62394&quot;:17735,&quot;22242&quot;:17736,&quot;62395&quot;:17736,&quot;22768&quot;:17737,&quot;62396&quot;:17737,&quot;22788&quot;:17738,&quot;62397&quot;:17738,&quot;22791&quot;:17739,&quot;62398&quot;:17739,&quot;22834&quot;:17740,&quot;62399&quot;:17740,&quot;22836&quot;:17741,&quot;62400&quot;:17741,&quot;23398&quot;:17742,&quot;62401&quot;:17742,&quot;23454&quot;:17743,&quot;62402&quot;:17743,&quot;23455&quot;:17744,&quot;62403&quot;:17744,&quot;23706&quot;:17745,&quot;62404&quot;:17745,&quot;24198&quot;:17746,&quot;62405&quot;:17746,&quot;24635&quot;:17747,&quot;62406&quot;:17747,&quot;25993&quot;:17748,&quot;62407&quot;:17748,&quot;26622&quot;:17749,&quot;62408&quot;:17749,&quot;26628&quot;:17750,&quot;62409&quot;:17750,&quot;26725&quot;:17751,&quot;62410&quot;:17751,&quot;27982&quot;:17752,&quot;62411&quot;:17752,&quot;28860&quot;:17753,&quot;62412&quot;:17753,&quot;30005&quot;:17754,&quot;62413&quot;:17754,&quot;32420&quot;:17755,&quot;62414&quot;:17755,&quot;32428&quot;:17756,&quot;62415&quot;:17756,&quot;32442&quot;:17757,&quot;62416&quot;:17757,&quot;32455&quot;:17758,&quot;62417&quot;:17758,&quot;32463&quot;:17759,&quot;62418&quot;:17759,&quot;32479&quot;:17760,&quot;62419&quot;:17760,&quot;32518&quot;:17761,&quot;62420&quot;:17761,&quot;32567&quot;:17762,&quot;62421&quot;:17762,&quot;33402&quot;:17763,&quot;62422&quot;:17763,&quot;33487&quot;:17764,&quot;62423&quot;:17764,&quot;33647&quot;:17765,&quot;62424&quot;:17765,&quot;35270&quot;:17766,&quot;62425&quot;:17766,&quot;35774&quot;:17767,&quot;62426&quot;:17767,&quot;35810&quot;:17768,&quot;62427&quot;:17768,&quot;36710&quot;:17769,&quot;62428&quot;:17769,&quot;36711&quot;:17770,&quot;62429&quot;:17770,&quot;36718&quot;:17771,&quot;62430&quot;:17771,&quot;29713&quot;:17772,&quot;62431&quot;:17772,&quot;31996&quot;:17773,&quot;62432&quot;:17773,&quot;32205&quot;:17774,&quot;62433&quot;:17774,&quot;26950&quot;:17775,&quot;62434&quot;:17775,&quot;31433&quot;:17776,&quot;62435&quot;:17776,&quot;30904&quot;:17777,&quot;62442&quot;:17777,&quot;32956&quot;:17778,&quot;62444&quot;:17778,&quot;36107&quot;:17779,&quot;62446&quot;:17779,&quot;33014&quot;:17780,&quot;62447&quot;:17780,&quot;133607&quot;:17781,&quot;62448&quot;:17781,&quot;32927&quot;:17782,&quot;62451&quot;:17782,&quot;40647&quot;:17783,&quot;62452&quot;:17783,&quot;19661&quot;:17784,&quot;62453&quot;:17784,&quot;40393&quot;:17785,&quot;62454&quot;:17785,&quot;40460&quot;:17786,&quot;62455&quot;:17786,&quot;19518&quot;:17787,&quot;62456&quot;:17787,&quot;171510&quot;:17788,&quot;62457&quot;:17788,&quot;159758&quot;:17789,&quot;62458&quot;:17789,&quot;40458&quot;:17790,&quot;62459&quot;:17790,&quot;172339&quot;:17791,&quot;62460&quot;:17791,&quot;13761&quot;:17792,&quot;62461&quot;:17792,&quot;28314&quot;:17793,&quot;62463&quot;:17793,&quot;33342&quot;:17794,&quot;62464&quot;:17794,&quot;29977&quot;:17795,&quot;62465&quot;:17795,&quot;18705&quot;:17796,&quot;62467&quot;:17796,&quot;39532&quot;:17797,&quot;62468&quot;:17797,&quot;39567&quot;:17798,&quot;62469&quot;:17798,&quot;40857&quot;:17799,&quot;62470&quot;:17799,&quot;31111&quot;:17800,&quot;62471&quot;:17800,&quot;164972&quot;:17801,&quot;62472&quot;:17801,&quot;138698&quot;:17802,&quot;62473&quot;:17802,&quot;132560&quot;:17803,&quot;62474&quot;:17803,&quot;142054&quot;:17804,&quot;62475&quot;:17804,&quot;20004&quot;:17805,&quot;62476&quot;:17805,&quot;20096&quot;:17806,&quot;62478&quot;:17806,&quot;20103&quot;:17807,&quot;62479&quot;:17807,&quot;20159&quot;:17808,&quot;62480&quot;:17808,&quot;20203&quot;:17809,&quot;62481&quot;:17809,&quot;20279&quot;:17810,&quot;62482&quot;:17810,&quot;13388&quot;:17811,&quot;62483&quot;:17811,&quot;20413&quot;:17812,&quot;62484&quot;:17812,&quot;15944&quot;:17813,&quot;62485&quot;:17813,&quot;20483&quot;:17814,&quot;62486&quot;:17814,&quot;13437&quot;:17815,&quot;62488&quot;:17815,&quot;13477&quot;:17816,&quot;62490&quot;:17816,&quot;22789&quot;:17817,&quot;62492&quot;:17817,&quot;20955&quot;:17818,&quot;62493&quot;:17818,&quot;20988&quot;:17819,&quot;62494&quot;:17819,&quot;20105&quot;:17820,&quot;62496&quot;:17820,&quot;21136&quot;:17821,&quot;62498&quot;:17821,&quot;21287&quot;:17822,&quot;62499&quot;:17822,&quot;13767&quot;:17823,&quot;62500&quot;:17823,&quot;21417&quot;:17824,&quot;62501&quot;:17824,&quot;13649&quot;:17825,&quot;62502&quot;:17825,&quot;21424&quot;:17826,&quot;62503&quot;:17826,&quot;21539&quot;:17827,&quot;62506&quot;:17827,&quot;13677&quot;:17828,&quot;62507&quot;:17828,&quot;13682&quot;:17829,&quot;62508&quot;:17829,&quot;13953&quot;:17830,&quot;62509&quot;:17830,&quot;21651&quot;:17831,&quot;62510&quot;:17831,&quot;21667&quot;:17832,&quot;62511&quot;:17832,&quot;21684&quot;:17833,&quot;62512&quot;:17833,&quot;21689&quot;:17834,&quot;62513&quot;:17834,&quot;21712&quot;:17835,&quot;62514&quot;:17835,&quot;21743&quot;:17836,&quot;62515&quot;:17836,&quot;21784&quot;:17837,&quot;62516&quot;:17837,&quot;21795&quot;:17838,&quot;62517&quot;:17838,&quot;21800&quot;:17839,&quot;62518&quot;:17839,&quot;13720&quot;:17840,&quot;62519&quot;:17840,&quot;13733&quot;:17841,&quot;62521&quot;:17841,&quot;13759&quot;:17842,&quot;62522&quot;:17842,&quot;21975&quot;:17843,&quot;62523&quot;:17843,&quot;13765&quot;:17844,&quot;62524&quot;:17844,&quot;163204&quot;:17845,&quot;62525&quot;:17845,&quot;16467&quot;:17846,&quot;62538&quot;:17846,&quot;62551&quot;:17847,&quot;135412&quot;:17847,&quot;62555&quot;:17848,&quot;134155&quot;:17848,&quot;62574&quot;:17849,&quot;161992&quot;:17849,&quot;62580&quot;:17850,&quot;155813&quot;:17850,&quot;62583&quot;:17851,&quot;142668&quot;:17851,&quot;62585&quot;:17852,&quot;135287&quot;:17852,&quot;62587&quot;:17853,&quot;135279&quot;:17853,&quot;62595&quot;:17854,&quot;139681&quot;:17854,&quot;62609&quot;:17855,&quot;134550&quot;:17855,&quot;16571&quot;:17856,&quot;62611&quot;:17856,&quot;62631&quot;:17857,&quot;142537&quot;:17857,&quot;22098&quot;:17858,&quot;62641&quot;:17858,&quot;134961&quot;:17859,&quot;62642&quot;:17859,&quot;62657&quot;:17860,&quot;157724&quot;:17860,&quot;135375&quot;:17861,&quot;62659&quot;:17861,&quot;141315&quot;:17862,&quot;62660&quot;:17862,&quot;141625&quot;:17863,&quot;62661&quot;:17863,&quot;13819&quot;:17864,&quot;62662&quot;:17864,&quot;152035&quot;:17865,&quot;62663&quot;:17865,&quot;134796&quot;:17866,&quot;62664&quot;:17866,&quot;135053&quot;:17867,&quot;62665&quot;:17867,&quot;134826&quot;:17868,&quot;62666&quot;:17868,&quot;16275&quot;:17869,&quot;62667&quot;:17869,&quot;134960&quot;:17870,&quot;62668&quot;:17870,&quot;134471&quot;:17871,&quot;62669&quot;:17871,&quot;135503&quot;:17872,&quot;62670&quot;:17872,&quot;134732&quot;:17873,&quot;62671&quot;:17873,&quot;134827&quot;:17874,&quot;62673&quot;:17874,&quot;134057&quot;:17875,&quot;62674&quot;:17875,&quot;134472&quot;:17876,&quot;62675&quot;:17876,&quot;135360&quot;:17877,&quot;62676&quot;:17877,&quot;135485&quot;:17878,&quot;62677&quot;:17878,&quot;16377&quot;:17879,&quot;62678&quot;:17879,&quot;140950&quot;:17880,&quot;62679&quot;:17880,&quot;25650&quot;:17881,&quot;62680&quot;:17881,&quot;135085&quot;:17882,&quot;62681&quot;:17882,&quot;144372&quot;:17883,&quot;62682&quot;:17883,&quot;62685&quot;:17884,&quot;134526&quot;:17884,&quot;62686&quot;:17885,&quot;134527&quot;:17885,&quot;62688&quot;:17886,&quot;142421&quot;:17886,&quot;62690&quot;:17887,&quot;134808&quot;:17887,&quot;62692&quot;:17888,&quot;134958&quot;:17888,&quot;62694&quot;:17889,&quot;158544&quot;:17889,&quot;21708&quot;:17890,&quot;62699&quot;:17890,&quot;33476&quot;:17891,&quot;62700&quot;:17891,&quot;21945&quot;:17892,&quot;62701&quot;:17892,&quot;171715&quot;:17893,&quot;62703&quot;:17893,&quot;39974&quot;:17894,&quot;62704&quot;:17894,&quot;39606&quot;:17895,&quot;62705&quot;:17895,&quot;62707&quot;:17896,&quot;142830&quot;:17896,&quot;33004&quot;:17897,&quot;62710&quot;:17897,&quot;23580&quot;:17898,&quot;62711&quot;:17898,&quot;157042&quot;:17899,&quot;62712&quot;:17899,&quot;33076&quot;:17900,&quot;62713&quot;:17900,&quot;14231&quot;:17901,&quot;62714&quot;:17901,&quot;164029&quot;:17902,&quot;62716&quot;:17902,&quot;37302&quot;:17903,&quot;62717&quot;:17903,&quot;134906&quot;:17904,&quot;62718&quot;:17904,&quot;134671&quot;:17905,&quot;62719&quot;:17905,&quot;134775&quot;:17906,&quot;62720&quot;:17906,&quot;134907&quot;:17907,&quot;62721&quot;:17907,&quot;151019&quot;:17908,&quot;62723&quot;:17908,&quot;13833&quot;:17909,&quot;62724&quot;:17909,&quot;134358&quot;:17910,&quot;62725&quot;:17910,&quot;22191&quot;:17911,&quot;62726&quot;:17911,&quot;141237&quot;:17912,&quot;62727&quot;:17912,&quot;135369&quot;:17913,&quot;62728&quot;:17913,&quot;134672&quot;:17914,&quot;62729&quot;:17914,&quot;134776&quot;:17915,&quot;62730&quot;:17915,&quot;135288&quot;:17916,&quot;62731&quot;:17916,&quot;135496&quot;:17917,&quot;62732&quot;:17917,&quot;164359&quot;:17918,&quot;62733&quot;:17918,&quot;136277&quot;:17919,&quot;62734&quot;:17919,&quot;134777&quot;:17920,&quot;62735&quot;:17920,&quot;151120&quot;:17921,&quot;62736&quot;:17921,&quot;142756&quot;:17922,&quot;62737&quot;:17922,&quot;23124&quot;:17923,&quot;62738&quot;:17923,&quot;62739&quot;:17924,&quot;135197&quot;:17924,&quot;62740&quot;:17925,&quot;135198&quot;:17925,&quot;62741&quot;:17926,&quot;135413&quot;:17926,&quot;62742&quot;:17927,&quot;135414&quot;:17927,&quot;22428&quot;:17928,&quot;62743&quot;:17928,&quot;134673&quot;:17929,&quot;62744&quot;:17929,&quot;161428&quot;:17930,&quot;62745&quot;:17930,&quot;164557&quot;:17931,&quot;62746&quot;:17931,&quot;135093&quot;:17932,&quot;62747&quot;:17932,&quot;134779&quot;:17933,&quot;62748&quot;:17933,&quot;151934&quot;:17934,&quot;62749&quot;:17934,&quot;14083&quot;:17935,&quot;62750&quot;:17935,&quot;135094&quot;:17936,&quot;62751&quot;:17936,&quot;135552&quot;:17937,&quot;62752&quot;:17937,&quot;152280&quot;:17938,&quot;62753&quot;:17938,&quot;172733&quot;:17939,&quot;62754&quot;:17939,&quot;149978&quot;:17940,&quot;62755&quot;:17940,&quot;137274&quot;:17941,&quot;62756&quot;:17941,&quot;147831&quot;:17942,&quot;62757&quot;:17942,&quot;164476&quot;:17943,&quot;62758&quot;:17943,&quot;22681&quot;:17944,&quot;62759&quot;:17944,&quot;21096&quot;:17945,&quot;62760&quot;:17945,&quot;13850&quot;:17946,&quot;62761&quot;:17946,&quot;153405&quot;:17947,&quot;62762&quot;:17947,&quot;31666&quot;:17948,&quot;62763&quot;:17948,&quot;23400&quot;:17949,&quot;62764&quot;:17949,&quot;18432&quot;:17950,&quot;62765&quot;:17950,&quot;19244&quot;:17951,&quot;62766&quot;:17951,&quot;40743&quot;:17952,&quot;62767&quot;:17952,&quot;18919&quot;:17953,&quot;62768&quot;:17953,&quot;39967&quot;:17954,&quot;62769&quot;:17954,&quot;39821&quot;:17955,&quot;62770&quot;:17955,&quot;154484&quot;:17956,&quot;62771&quot;:17956,&quot;143677&quot;:17957,&quot;62772&quot;:17957,&quot;22011&quot;:17958,&quot;62773&quot;:17958,&quot;13810&quot;:17959,&quot;62774&quot;:17959,&quot;22153&quot;:17960,&quot;62775&quot;:17960,&quot;23870&quot;:17961,&quot;63028&quot;:17961,&quot;23880&quot;:17962,&quot;63029&quot;:17962,&quot;15868&quot;:17963,&quot;63031&quot;:17963,&quot;14351&quot;:17964,&quot;63032&quot;:17964,&quot;23972&quot;:17965,&quot;63033&quot;:17965,&quot;23993&quot;:17966,&quot;63034&quot;:17966,&quot;14368&quot;:17967,&quot;63035&quot;:17967,&quot;24357&quot;:17968,&quot;63039&quot;:17968,&quot;24451&quot;:17969,&quot;63040&quot;:17969,&quot;14600&quot;:17970,&quot;63041&quot;:17970,&quot;14655&quot;:17971,&quot;63043&quot;:17971,&quot;14669&quot;:17972,&quot;63044&quot;:17972,&quot;24791&quot;:17973,&quot;63045&quot;:17973,&quot;24893&quot;:17974,&quot;63046&quot;:17974,&quot;23781&quot;:17975,&quot;63047&quot;:17975,&quot;14729&quot;:17976,&quot;63048&quot;:17976,&quot;25015&quot;:17977,&quot;63049&quot;:17977,&quot;25039&quot;:17978,&quot;63051&quot;:17978,&quot;14776&quot;:17979,&quot;63052&quot;:17979,&quot;25132&quot;:17980,&quot;63053&quot;:17980,&quot;25317&quot;:17981,&quot;63055&quot;:17981,&quot;14840&quot;:17982,&quot;63057&quot;:17982,&quot;22193&quot;:17983,&quot;63058&quot;:17983,&quot;14851&quot;:17984,&quot;63059&quot;:17984,&quot;25570&quot;:17985,&quot;63060&quot;:17985,&quot;25595&quot;:17986,&quot;63061&quot;:17986,&quot;25607&quot;:17987,&quot;63062&quot;:17987,&quot;14923&quot;:17988,&quot;63064&quot;:17988,&quot;25792&quot;:17989,&quot;63065&quot;:17989,&quot;40863&quot;:17990,&quot;63068&quot;:17990,&quot;14999&quot;:17991,&quot;63069&quot;:17991,&quot;25990&quot;:17992,&quot;63070&quot;:17992,&quot;15037&quot;:17993,&quot;63071&quot;:17993,&quot;26111&quot;:17994,&quot;63072&quot;:17994,&quot;26195&quot;:17995,&quot;63073&quot;:17995,&quot;15090&quot;:17996,&quot;63074&quot;:17996,&quot;26258&quot;:17997,&quot;63075&quot;:17997,&quot;15138&quot;:17998,&quot;63076&quot;:17998,&quot;26390&quot;:17999,&quot;63077&quot;:17999,&quot;15170&quot;:18000,&quot;63078&quot;:18000,&quot;26532&quot;:18001,&quot;63079&quot;:18001,&quot;15192&quot;:18002,&quot;63081&quot;:18002,&quot;26698&quot;:18003,&quot;63082&quot;:18003,&quot;26756&quot;:18004,&quot;63083&quot;:18004,&quot;15218&quot;:18005,&quot;63084&quot;:18005,&quot;15217&quot;:18006,&quot;63085&quot;:18006,&quot;15227&quot;:18007,&quot;63086&quot;:18007,&quot;26889&quot;:18008,&quot;63087&quot;:18008,&quot;26947&quot;:18009,&quot;63088&quot;:18009,&quot;29276&quot;:18010,&quot;63089&quot;:18010,&quot;26980&quot;:18011,&quot;63090&quot;:18011,&quot;27039&quot;:18012,&quot;63091&quot;:18012,&quot;27013&quot;:18013,&quot;63092&quot;:18013,&quot;27094&quot;:18014,&quot;63094&quot;:18014,&quot;15325&quot;:18015,&quot;63095&quot;:18015,&quot;27237&quot;:18016,&quot;63096&quot;:18016,&quot;27252&quot;:18017,&quot;63097&quot;:18017,&quot;27249&quot;:18018,&quot;63098&quot;:18018,&quot;27266&quot;:18019,&quot;63099&quot;:18019,&quot;15340&quot;:18020,&quot;63100&quot;:18020,&quot;27289&quot;:18021,&quot;63101&quot;:18021,&quot;15346&quot;:18022,&quot;63102&quot;:18022,&quot;27307&quot;:18023,&quot;63103&quot;:18023,&quot;27317&quot;:18024,&quot;63104&quot;:18024,&quot;27348&quot;:18025,&quot;63105&quot;:18025,&quot;27382&quot;:18026,&quot;63106&quot;:18026,&quot;27521&quot;:18027,&quot;63107&quot;:18027,&quot;27585&quot;:18028,&quot;63108&quot;:18028,&quot;27626&quot;:18029,&quot;63109&quot;:18029,&quot;27765&quot;:18030,&quot;63110&quot;:18030,&quot;27818&quot;:18031,&quot;63111&quot;:18031,&quot;15563&quot;:18032,&quot;63112&quot;:18032,&quot;27906&quot;:18033,&quot;63113&quot;:18033,&quot;27910&quot;:18034,&quot;63114&quot;:18034,&quot;27942&quot;:18035,&quot;63115&quot;:18035,&quot;28033&quot;:18036,&quot;63116&quot;:18036,&quot;15599&quot;:18037,&quot;63117&quot;:18037,&quot;28068&quot;:18038,&quot;63118&quot;:18038,&quot;28081&quot;:18039,&quot;63119&quot;:18039,&quot;28181&quot;:18040,&quot;63120&quot;:18040,&quot;28184&quot;:18041,&quot;63121&quot;:18041,&quot;28201&quot;:18042,&quot;63122&quot;:18042,&quot;28294&quot;:18043,&quot;63123&quot;:18043,&quot;166336&quot;:18044,&quot;63124&quot;:18044,&quot;28347&quot;:18045,&quot;63125&quot;:18045,&quot;28386&quot;:18046,&quot;63126&quot;:18046,&quot;28378&quot;:18047,&quot;63127&quot;:18047,&quot;40831&quot;:18048,&quot;63128&quot;:18048,&quot;28392&quot;:18049,&quot;63129&quot;:18049,&quot;28393&quot;:18050,&quot;63130&quot;:18050,&quot;28452&quot;:18051,&quot;63131&quot;:18051,&quot;28468&quot;:18052,&quot;63132&quot;:18052,&quot;15686&quot;:18053,&quot;63133&quot;:18053,&quot;147265&quot;:18054,&quot;63134&quot;:18054,&quot;28545&quot;:18055,&quot;63135&quot;:18055,&quot;28606&quot;:18056,&quot;63136&quot;:18056,&quot;15722&quot;:18057,&quot;63137&quot;:18057,&quot;15733&quot;:18058,&quot;63138&quot;:18058,&quot;29111&quot;:18059,&quot;63139&quot;:18059,&quot;23705&quot;:18060,&quot;63140&quot;:18060,&quot;15754&quot;:18061,&quot;63141&quot;:18061,&quot;28716&quot;:18062,&quot;63142&quot;:18062,&quot;15761&quot;:18063,&quot;63143&quot;:18063,&quot;28752&quot;:18064,&quot;63144&quot;:18064,&quot;28756&quot;:18065,&quot;63145&quot;:18065,&quot;28783&quot;:18066,&quot;63146&quot;:18066,&quot;28799&quot;:18067,&quot;63147&quot;:18067,&quot;131877&quot;:18068,&quot;63149&quot;:18068,&quot;17345&quot;:18069,&quot;63150&quot;:18069,&quot;13809&quot;:18070,&quot;63151&quot;:18070,&quot;134872&quot;:18071,&quot;63152&quot;:18071,&quot;13902&quot;:18072,&quot;58134&quot;:18072,&quot;15789&quot;:18073,&quot;58172&quot;:18073,&quot;154725&quot;:18074,&quot;58173&quot;:18074,&quot;26237&quot;:18075,&quot;58183&quot;:18075,&quot;31860&quot;:18076,&quot;58188&quot;:18076,&quot;29837&quot;:18077,&quot;58197&quot;:18077,&quot;32402&quot;:18078,&quot;58215&quot;:18078,&quot;17667&quot;:18079,&quot;58232&quot;:18079,&quot;58260&quot;:18080,&quot;151480&quot;:18080,&quot;58270&quot;:18081,&quot;133901&quot;:18081,&quot;58277&quot;:18082,&quot;158474&quot;:18082,&quot;13438&quot;:18083,&quot;58311&quot;:18083,&quot;58317&quot;:18084,&quot;143087&quot;:18084,&quot;58325&quot;:18085,&quot;146613&quot;:18085,&quot;58343&quot;:18086,&quot;159385&quot;:18086,&quot;34673&quot;:18087,&quot;58364&quot;:18087,&quot;25537&quot;:18088,&quot;58385&quot;:18088,&quot;30583&quot;:18089,&quot;58387&quot;:18089,&quot;35210&quot;:18090,&quot;58390&quot;:18090,&quot;58406&quot;:18091,&quot;147343&quot;:18091,&quot;35660&quot;:18092,&quot;58415&quot;:18092,&quot;58440&quot;:18093,&quot;150729&quot;:18093,&quot;18730&quot;:18094,&quot;58464&quot;:18094,&quot;172052&quot;:18095,&quot;58471&quot;:18095,&quot;165564&quot;:18096,&quot;58472&quot;:18096,&quot;165121&quot;:18097,&quot;58473&quot;:18097,&quot;15088&quot;:18098,&quot;58490&quot;:18098,&quot;28815&quot;:18099,&quot;58511&quot;:18099,&quot;58529&quot;:18100,&quot;140922&quot;:18100,&quot;58637&quot;:18101,&quot;158120&quot;:18101,&quot;58646&quot;:18102,&quot;148043&quot;:18102,&quot;26760&quot;:18103,&quot;58662&quot;:18103,&quot;58664&quot;:18104,&quot;139611&quot;:18104,&quot;40802&quot;:18105,&quot;58702&quot;:18105,&quot;37830&quot;:18106,&quot;58793&quot;:18106,&quot;58802&quot;:18107,&quot;131967&quot;:18107,&quot;37734&quot;:18108,&quot;58888&quot;:18108,&quot;37519&quot;:18109,&quot;58901&quot;:18109,&quot;34324&quot;:18110,&quot;58954&quot;:18110,&quot;58986&quot;:18111,&quot;173147&quot;:18111,&quot;16784&quot;:18112,&quot;59010&quot;:18112,&quot;26511&quot;:18113,&quot;59045&quot;:18113,&quot;26654&quot;:18114,&quot;59048&quot;:18114,&quot;14435&quot;:18115,&quot;59051&quot;:18115,&quot;59077&quot;:18116,&quot;149996&quot;:18116,&quot;15129&quot;:18117,&quot;59128&quot;:18117,&quot;33942&quot;:18118,&quot;59176&quot;:18118,&quot;59241&quot;:18119,&quot;149858&quot;:18119,&quot;14818&quot;:18120,&quot;59254&quot;:18120,&quot;33920&quot;:18121,&quot;59259&quot;:18121,&quot;17262&quot;:18122,&quot;59328&quot;:18122,&quot;38769&quot;:18123,&quot;59402&quot;:18123,&quot;39323&quot;:18124,&quot;59427&quot;:18124,&quot;18733&quot;:18125,&quot;59499&quot;:18125,&quot;28439&quot;:18126,&quot;59703&quot;:18126,&quot;160009&quot;:18127,&quot;59704&quot;:18127,&quot;28838&quot;:18128,&quot;59746&quot;:18128,&quot;150095&quot;:18129,&quot;59752&quot;:18129,&quot;32357&quot;:18130,&quot;59753&quot;:18130,&quot;23855&quot;:18131,&quot;59755&quot;:18131,&quot;15859&quot;:18132,&quot;59756&quot;:18132,&quot;150109&quot;:18133,&quot;59758&quot;:18133,&quot;137183&quot;:18134,&quot;59759&quot;:18134,&quot;32164&quot;:18135,&quot;59760&quot;:18135,&quot;33830&quot;:18136,&quot;59761&quot;:18136,&quot;21637&quot;:18137,&quot;59762&quot;:18137,&quot;146170&quot;:18138,&quot;59763&quot;:18138,&quot;131604&quot;:18139,&quot;59765&quot;:18139,&quot;22398&quot;:18140,&quot;59766&quot;:18140,&quot;133333&quot;:18141,&quot;59767&quot;:18141,&quot;132633&quot;:18142,&quot;59768&quot;:18142,&quot;16357&quot;:18143,&quot;59769&quot;:18143,&quot;139166&quot;:18144,&quot;59770&quot;:18144,&quot;172726&quot;:18145,&quot;59771&quot;:18145,&quot;28675&quot;:18146,&quot;59772&quot;:18146,&quot;168283&quot;:18147,&quot;59773&quot;:18147,&quot;23920&quot;:18148,&quot;59774&quot;:18148,&quot;29583&quot;:18149,&quot;59775&quot;:18149,&quot;166489&quot;:18150,&quot;59777&quot;:18150,&quot;168992&quot;:18151,&quot;59778&quot;:18151,&quot;20424&quot;:18152,&quot;59779&quot;:18152,&quot;32743&quot;:18153,&quot;59780&quot;:18153,&quot;29456&quot;:18154,&quot;59782&quot;:18154,&quot;29496&quot;:18155,&quot;59784&quot;:18155,&quot;29505&quot;:18156,&quot;59787&quot;:18156,&quot;16041&quot;:18157,&quot;59789&quot;:18157,&quot;29173&quot;:18158,&quot;59792&quot;:18158,&quot;149746&quot;:18159,&quot;59793&quot;:18159,&quot;29665&quot;:18160,&quot;59794&quot;:18160,&quot;16074&quot;:18161,&quot;59796&quot;:18161,&quot;16081&quot;:18162,&quot;59798&quot;:18162,&quot;29721&quot;:18163,&quot;59801&quot;:18163,&quot;29726&quot;:18164,&quot;59802&quot;:18164,&quot;29727&quot;:18165,&quot;59803&quot;:18165,&quot;16098&quot;:18166,&quot;59804&quot;:18166,&quot;16112&quot;:18167,&quot;59805&quot;:18167,&quot;16116&quot;:18168,&quot;59806&quot;:18168,&quot;16122&quot;:18169,&quot;59807&quot;:18169,&quot;29907&quot;:18170,&quot;59808&quot;:18170,&quot;16142&quot;:18171,&quot;59809&quot;:18171,&quot;16211&quot;:18172,&quot;59810&quot;:18172,&quot;30061&quot;:18173,&quot;59812&quot;:18173,&quot;30066&quot;:18174,&quot;59813&quot;:18174,&quot;30093&quot;:18175,&quot;59814&quot;:18175,&quot;16252&quot;:18176,&quot;59815&quot;:18176,&quot;30152&quot;:18177,&quot;59816&quot;:18177,&quot;30285&quot;:18178,&quot;59819&quot;:18178,&quot;30324&quot;:18179,&quot;59821&quot;:18179,&quot;16348&quot;:18180,&quot;59822&quot;:18180,&quot;30330&quot;:18181,&quot;59823&quot;:18181,&quot;29064&quot;:18182,&quot;59825&quot;:18182,&quot;22051&quot;:18183,&quot;59826&quot;:18183,&quot;35200&quot;:18184,&quot;59827&quot;:18184,&quot;16413&quot;:18185,&quot;59829&quot;:18185,&quot;30531&quot;:18186,&quot;59830&quot;:18186,&quot;16441&quot;:18187,&quot;59831&quot;:18187,&quot;16453&quot;:18188,&quot;59833&quot;:18188,&quot;13787&quot;:18189,&quot;59834&quot;:18189,&quot;30616&quot;:18190,&quot;59835&quot;:18190,&quot;16490&quot;:18191,&quot;59836&quot;:18191,&quot;16495&quot;:18192,&quot;59837&quot;:18192,&quot;30654&quot;:18193,&quot;59839&quot;:18193,&quot;30667&quot;:18194,&quot;59840&quot;:18194,&quot;30744&quot;:18195,&quot;59842&quot;:18195,&quot;30748&quot;:18196,&quot;59844&quot;:18196,&quot;30791&quot;:18197,&quot;59847&quot;:18197,&quot;30801&quot;:18198,&quot;59848&quot;:18198,&quot;30822&quot;:18199,&quot;59849&quot;:18199,&quot;33864&quot;:18200,&quot;59850&quot;:18200,&quot;152885&quot;:18201,&quot;59851&quot;:18201,&quot;31027&quot;:18202,&quot;59852&quot;:18202,&quot;31026&quot;:18203,&quot;59854&quot;:18203,&quot;16649&quot;:18204,&quot;59856&quot;:18204,&quot;31121&quot;:18205,&quot;59857&quot;:18205,&quot;31238&quot;:18206,&quot;59860&quot;:18206,&quot;16743&quot;:18207,&quot;59862&quot;:18207,&quot;16818&quot;:18208,&quot;59864&quot;:18208,&quot;31420&quot;:18209,&quot;59865&quot;:18209,&quot;33401&quot;:18210,&quot;59866&quot;:18210,&quot;16836&quot;:18211,&quot;59867&quot;:18211,&quot;31439&quot;:18212,&quot;59868&quot;:18212,&quot;31451&quot;:18213,&quot;59869&quot;:18213,&quot;16847&quot;:18214,&quot;59870&quot;:18214,&quot;31586&quot;:18215,&quot;59872&quot;:18215,&quot;31596&quot;:18216,&quot;59873&quot;:18216,&quot;31611&quot;:18217,&quot;59874&quot;:18217,&quot;31762&quot;:18218,&quot;59875&quot;:18218,&quot;16992&quot;:18219,&quot;59877&quot;:18219,&quot;17018&quot;:18220,&quot;59878&quot;:18220,&quot;31867&quot;:18221,&quot;59879&quot;:18221,&quot;31900&quot;:18222,&quot;59880&quot;:18222,&quot;17036&quot;:18223,&quot;59881&quot;:18223,&quot;31928&quot;:18224,&quot;59882&quot;:18224,&quot;17044&quot;:18225,&quot;59883&quot;:18225,&quot;36755&quot;:18226,&quot;59885&quot;:18226,&quot;28864&quot;:18227,&quot;59886&quot;:18227,&quot;134351&quot;:18228,&quot;59887&quot;:18228,&quot;32207&quot;:18229,&quot;59888&quot;:18229,&quot;32212&quot;:18230,&quot;59889&quot;:18230,&quot;32208&quot;:18231,&quot;59890&quot;:18231,&quot;32253&quot;:18232,&quot;59891&quot;:18232,&quot;32692&quot;:18233,&quot;59893&quot;:18233,&quot;29343&quot;:18234,&quot;59894&quot;:18234,&quot;17303&quot;:18235,&quot;59895&quot;:18235,&quot;32800&quot;:18236,&quot;59896&quot;:18236,&quot;32805&quot;:18237,&quot;59897&quot;:18237,&quot;32814&quot;:18238,&quot;59899&quot;:18238,&quot;32817&quot;:18239,&quot;59900&quot;:18239,&quot;32852&quot;:18240,&quot;59901&quot;:18240,&quot;22452&quot;:18241,&quot;59903&quot;:18241,&quot;28832&quot;:18242,&quot;59904&quot;:18242,&quot;32951&quot;:18243,&quot;59905&quot;:18243,&quot;33001&quot;:18244,&quot;59906&quot;:18244,&quot;17389&quot;:18245,&quot;59907&quot;:18245,&quot;33036&quot;:18246,&quot;59908&quot;:18246,&quot;33038&quot;:18247,&quot;59910&quot;:18247,&quot;33042&quot;:18248,&quot;59911&quot;:18248,&quot;33044&quot;:18249,&quot;59913&quot;:18249,&quot;17409&quot;:18250,&quot;59914&quot;:18250,&quot;15161&quot;:18251,&quot;59915&quot;:18251,&quot;33110&quot;:18252,&quot;59916&quot;:18252,&quot;33113&quot;:18253,&quot;59917&quot;:18253,&quot;33114&quot;:18254,&quot;59918&quot;:18254,&quot;17427&quot;:18255,&quot;59919&quot;:18255,&quot;33148&quot;:18256,&quot;59921&quot;:18256,&quot;17445&quot;:18257,&quot;59923&quot;:18257,&quot;17453&quot;:18258,&quot;59925&quot;:18258,&quot;33189&quot;:18259,&quot;59926&quot;:18259,&quot;22511&quot;:18260,&quot;59927&quot;:18260,&quot;33217&quot;:18261,&quot;59928&quot;:18261,&quot;33252&quot;:18262,&quot;59929&quot;:18262,&quot;33364&quot;:18263,&quot;59930&quot;:18263,&quot;17551&quot;:18264,&quot;59931&quot;:18264,&quot;33398&quot;:18265,&quot;59933&quot;:18265,&quot;33482&quot;:18266,&quot;59934&quot;:18266,&quot;33496&quot;:18267,&quot;59935&quot;:18267,&quot;17584&quot;:18268,&quot;59937&quot;:18268,&quot;33623&quot;:18269,&quot;59938&quot;:18269,&quot;38505&quot;:18270,&quot;59939&quot;:18270,&quot;33797&quot;:18271,&quot;59941&quot;:18271,&quot;28917&quot;:18272,&quot;59942&quot;:18272,&quot;33892&quot;:18273,&quot;59943&quot;:18273,&quot;33928&quot;:18274,&quot;59945&quot;:18274,&quot;17668&quot;:18275,&quot;59946&quot;:18275,&quot;33982&quot;:18276,&quot;59947&quot;:18276,&quot;34017&quot;:18277,&quot;59948&quot;:18277,&quot;34040&quot;:18278,&quot;59949&quot;:18278,&quot;34064&quot;:18279,&quot;59950&quot;:18279,&quot;34104&quot;:18280,&quot;59951&quot;:18280,&quot;34130&quot;:18281,&quot;59952&quot;:18281,&quot;17723&quot;:18282,&quot;59953&quot;:18282,&quot;34159&quot;:18283,&quot;59954&quot;:18283,&quot;34160&quot;:18284,&quot;59955&quot;:18284,&quot;34272&quot;:18285,&quot;59956&quot;:18285,&quot;17783&quot;:18286,&quot;59957&quot;:18286,&quot;34418&quot;:18287,&quot;59958&quot;:18287,&quot;34450&quot;:18288,&quot;59959&quot;:18288,&quot;34543&quot;:18289,&quot;59961&quot;:18289,&quot;38469&quot;:18290,&quot;59962&quot;:18290,&quot;17926&quot;:18291,&quot;59964&quot;:18291,&quot;17943&quot;:18292,&quot;59965&quot;:18292,&quot;34990&quot;:18293,&quot;59966&quot;:18293,&quot;35071&quot;:18294,&quot;59967&quot;:18294,&quot;35108&quot;:18295,&quot;59968&quot;:18295,&quot;35217&quot;:18296,&quot;59970&quot;:18296,&quot;162151&quot;:18297,&quot;59971&quot;:18297,&quot;35384&quot;:18298,&quot;59973&quot;:18298,&quot;35476&quot;:18299,&quot;59974&quot;:18299,&quot;35508&quot;:18300,&quot;59975&quot;:18300,&quot;35921&quot;:18301,&quot;59976&quot;:18301,&quot;36052&quot;:18302,&quot;59977&quot;:18302,&quot;36082&quot;:18303,&quot;59978&quot;:18303,&quot;36124&quot;:18304,&quot;59979&quot;:18304,&quot;18328&quot;:18305,&quot;59980&quot;:18305,&quot;36291&quot;:18306,&quot;59982&quot;:18306,&quot;18413&quot;:18307,&quot;59983&quot;:18307,&quot;36410&quot;:18308,&quot;59985&quot;:18308,&quot;22356&quot;:18309,&quot;59987&quot;:18309,&quot;22005&quot;:18310,&quot;59989&quot;:18310,&quot;18487&quot;:18311,&quot;59991&quot;:18311,&quot;36558&quot;:18312,&quot;59992&quot;:18312,&quot;36578&quot;:18313,&quot;59993&quot;:18313,&quot;36580&quot;:18314,&quot;59994&quot;:18314,&quot;36589&quot;:18315,&quot;59995&quot;:18315,&quot;36594&quot;:18316,&quot;59996&quot;:18316,&quot;36801&quot;:18317,&quot;59998&quot;:18317,&quot;36810&quot;:18318,&quot;59999&quot;:18318,&quot;36812&quot;:18319,&quot;60000&quot;:18319,&quot;36915&quot;:18320,&quot;60001&quot;:18320,&quot;18605&quot;:18321,&quot;60003&quot;:18321,&quot;39136&quot;:18322,&quot;60004&quot;:18322,&quot;37395&quot;:18323,&quot;60005&quot;:18323,&quot;18718&quot;:18324,&quot;60006&quot;:18324,&quot;37416&quot;:18325,&quot;60007&quot;:18325,&quot;37464&quot;:18326,&quot;60008&quot;:18326,&quot;37483&quot;:18327,&quot;60009&quot;:18327,&quot;37553&quot;:18328,&quot;60010&quot;:18328,&quot;37550&quot;:18329,&quot;60011&quot;:18329,&quot;37567&quot;:18330,&quot;60012&quot;:18330,&quot;37603&quot;:18331,&quot;60013&quot;:18331,&quot;37611&quot;:18332,&quot;60014&quot;:18332,&quot;37619&quot;:18333,&quot;60015&quot;:18333,&quot;37620&quot;:18334,&quot;60016&quot;:18334,&quot;37629&quot;:18335,&quot;60017&quot;:18335,&quot;37699&quot;:18336,&quot;60018&quot;:18336,&quot;37764&quot;:18337,&quot;60019&quot;:18337,&quot;37805&quot;:18338,&quot;60020&quot;:18338,&quot;18757&quot;:18339,&quot;60021&quot;:18339,&quot;18769&quot;:18340,&quot;60022&quot;:18340,&quot;37911&quot;:18341,&quot;60024&quot;:18341,&quot;37917&quot;:18342,&quot;60026&quot;:18342,&quot;37933&quot;:18343,&quot;60027&quot;:18343,&quot;37950&quot;:18344,&quot;60028&quot;:18344,&quot;18794&quot;:18345,&quot;60029&quot;:18345,&quot;37972&quot;:18346,&quot;60030&quot;:18346,&quot;38009&quot;:18347,&quot;60031&quot;:18347,&quot;38189&quot;:18348,&quot;60032&quot;:18348,&quot;38306&quot;:18349,&quot;60033&quot;:18349,&quot;18855&quot;:18350,&quot;60034&quot;:18350,&quot;38388&quot;:18351,&quot;60035&quot;:18351,&quot;38451&quot;:18352,&quot;60036&quot;:18352,&quot;18917&quot;:18353,&quot;60037&quot;:18353,&quot;18980&quot;:18354,&quot;60039&quot;:18354,&quot;38720&quot;:18355,&quot;60040&quot;:18355,&quot;18997&quot;:18356,&quot;60041&quot;:18356,&quot;38834&quot;:18357,&quot;60042&quot;:18357,&quot;38850&quot;:18358,&quot;60043&quot;:18358,&quot;19172&quot;:18359,&quot;60045&quot;:18359,&quot;39097&quot;:18360,&quot;60047&quot;:18360,&quot;19225&quot;:18361,&quot;60048&quot;:18361,&quot;39153&quot;:18362,&quot;60049&quot;:18362,&quot;22596&quot;:18363,&quot;60050&quot;:18363,&quot;39193&quot;:18364,&quot;60052&quot;:18364,&quot;39223&quot;:18365,&quot;60055&quot;:18365,&quot;39261&quot;:18366,&quot;60057&quot;:18366,&quot;39266&quot;:18367,&quot;60058&quot;:18367,&quot;19312&quot;:18368,&quot;60059&quot;:18368,&quot;39365&quot;:18369,&quot;60060&quot;:18369,&quot;19357&quot;:18370,&quot;60061&quot;:18370,&quot;39484&quot;:18371,&quot;60062&quot;:18371,&quot;39695&quot;:18372,&quot;60063&quot;:18372,&quot;39785&quot;:18373,&quot;60065&quot;:18373,&quot;39901&quot;:18374,&quot;60067&quot;:18374,&quot;39921&quot;:18375,&quot;60068&quot;:18375,&quot;39924&quot;:18376,&quot;60069&quot;:18376,&quot;19565&quot;:18377,&quot;60070&quot;:18377,&quot;39968&quot;:18378,&quot;60071&quot;:18378,&quot;14191&quot;:18379,&quot;60072&quot;:18379,&quot;138178&quot;:18380,&quot;60073&quot;:18380,&quot;40265&quot;:18381,&quot;60074&quot;:18381,&quot;40702&quot;:18382,&quot;60076&quot;:18382,&quot;22096&quot;:18383,&quot;60077&quot;:18383,&quot;40381&quot;:18384,&quot;60079&quot;:18384,&quot;40444&quot;:18385,&quot;60081&quot;:18385,&quot;38134&quot;:18386,&quot;60082&quot;:18386,&quot;36790&quot;:18387,&quot;60083&quot;:18387,&quot;40625&quot;:18388,&quot;60086&quot;:18388,&quot;40637&quot;:18389,&quot;60087&quot;:18389,&quot;40646&quot;:18390,&quot;60088&quot;:18390,&quot;38108&quot;:18391,&quot;60089&quot;:18391,&quot;40674&quot;:18392,&quot;60090&quot;:18392,&quot;40689&quot;:18393,&quot;60091&quot;:18393,&quot;40696&quot;:18394,&quot;60092&quot;:18394,&quot;40772&quot;:18395,&quot;60094&quot;:18395,&quot;131220&quot;:18396,&quot;60095&quot;:18396,&quot;131767&quot;:18397,&quot;60096&quot;:18397,&quot;132000&quot;:18398,&quot;60097&quot;:18398,&quot;38083&quot;:18399,&quot;60099&quot;:18399,&quot;60101&quot;:18400,&quot;132311&quot;:18400,&quot;38081&quot;:18401,&quot;60103&quot;:18401,&quot;132565&quot;:18402,&quot;60105&quot;:18402,&quot;132629&quot;:18403,&quot;60106&quot;:18403,&quot;132726&quot;:18404,&quot;60107&quot;:18404,&quot;136890&quot;:18405,&quot;60108&quot;:18405,&quot;22359&quot;:18406,&quot;60109&quot;:18406,&quot;29043&quot;:18407,&quot;60110&quot;:18407,&quot;133826&quot;:18408,&quot;60111&quot;:18408,&quot;133837&quot;:18409,&quot;60112&quot;:18409,&quot;134079&quot;:18410,&quot;60113&quot;:18410,&quot;194619&quot;:18411,&quot;60115&quot;:18411,&quot;134091&quot;:18412,&quot;60116&quot;:18412,&quot;21662&quot;:18413,&quot;60117&quot;:18413,&quot;134139&quot;:18414,&quot;60118&quot;:18414,&quot;134203&quot;:18415,&quot;60119&quot;:18415,&quot;134227&quot;:18416,&quot;60120&quot;:18416,&quot;134245&quot;:18417,&quot;60121&quot;:18417,&quot;134268&quot;:18418,&quot;60122&quot;:18418,&quot;60124&quot;:18419,&quot;134285&quot;:18419,&quot;134325&quot;:18420,&quot;60126&quot;:18420,&quot;134365&quot;:18421,&quot;60127&quot;:18421,&quot;134381&quot;:18422,&quot;60128&quot;:18422,&quot;134511&quot;:18423,&quot;60129&quot;:18423,&quot;134578&quot;:18424,&quot;60130&quot;:18424,&quot;134600&quot;:18425,&quot;60131&quot;:18425,&quot;134660&quot;:18426,&quot;60135&quot;:18426,&quot;134670&quot;:18427,&quot;60136&quot;:18427,&quot;134871&quot;:18428,&quot;60137&quot;:18428,&quot;135056&quot;:18429,&quot;60138&quot;:18429,&quot;134957&quot;:18430,&quot;60139&quot;:18430,&quot;134771&quot;:18431,&quot;60140&quot;:18431,&quot;60142&quot;:18432,&quot;135100&quot;:18432,&quot;135260&quot;:18433,&quot;60144&quot;:18433,&quot;135247&quot;:18434,&quot;60145&quot;:18434,&quot;135286&quot;:18435,&quot;60146&quot;:18435,&quot;135304&quot;:18436,&quot;60149&quot;:18436,&quot;135318&quot;:18437,&quot;60150&quot;:18437,&quot;13895&quot;:18438,&quot;60151&quot;:18438,&quot;135359&quot;:18439,&quot;60152&quot;:18439,&quot;135471&quot;:18440,&quot;60154&quot;:18440,&quot;135483&quot;:18441,&quot;60155&quot;:18441,&quot;21348&quot;:18442,&quot;60156&quot;:18442,&quot;135907&quot;:18443,&quot;60158&quot;:18443,&quot;136053&quot;:18444,&quot;60159&quot;:18444,&quot;60160&quot;:18445,&quot;135990&quot;:18445,&quot;136567&quot;:18446,&quot;60162&quot;:18446,&quot;136729&quot;:18447,&quot;60163&quot;:18447,&quot;137155&quot;:18448,&quot;60164&quot;:18448,&quot;137159&quot;:18449,&quot;60165&quot;:18449,&quot;28859&quot;:18450,&quot;60167&quot;:18450,&quot;137261&quot;:18451,&quot;60168&quot;:18451,&quot;137578&quot;:18452,&quot;60169&quot;:18452,&quot;137773&quot;:18453,&quot;60170&quot;:18453,&quot;137797&quot;:18454,&quot;60171&quot;:18454,&quot;138282&quot;:18455,&quot;60172&quot;:18455,&quot;138352&quot;:18456,&quot;60173&quot;:18456,&quot;138412&quot;:18457,&quot;60174&quot;:18457,&quot;138952&quot;:18458,&quot;60175&quot;:18458,&quot;138965&quot;:18459,&quot;60177&quot;:18459,&quot;139029&quot;:18460,&quot;60178&quot;:18460,&quot;29080&quot;:18461,&quot;60179&quot;:18461,&quot;139333&quot;:18462,&quot;60181&quot;:18462,&quot;27113&quot;:18463,&quot;60182&quot;:18463,&quot;14024&quot;:18464,&quot;60183&quot;:18464,&quot;139900&quot;:18465,&quot;60184&quot;:18465,&quot;140247&quot;:18466,&quot;60185&quot;:18466,&quot;140282&quot;:18467,&quot;60186&quot;:18467,&quot;141098&quot;:18468,&quot;60187&quot;:18468,&quot;141425&quot;:18469,&quot;60188&quot;:18469,&quot;141647&quot;:18470,&quot;60189&quot;:18470,&quot;141671&quot;:18471,&quot;60191&quot;:18471,&quot;141715&quot;:18472,&quot;60192&quot;:18472,&quot;142037&quot;:18473,&quot;60193&quot;:18473,&quot;60195&quot;:18474,&quot;142056&quot;:18474,&quot;60197&quot;:18475,&quot;142094&quot;:18475,&quot;60199&quot;:18476,&quot;142143&quot;:18476,&quot;60202&quot;:18477,&quot;142412&quot;:18477,&quot;142472&quot;:18478,&quot;60204&quot;:18478,&quot;142519&quot;:18479,&quot;60205&quot;:18479,&quot;154600&quot;:18480,&quot;60206&quot;:18480,&quot;142600&quot;:18481,&quot;60207&quot;:18481,&quot;142610&quot;:18482,&quot;60208&quot;:18482,&quot;142775&quot;:18483,&quot;60209&quot;:18483,&quot;142741&quot;:18484,&quot;60210&quot;:18484,&quot;142914&quot;:18485,&quot;60211&quot;:18485,&quot;143220&quot;:18486,&quot;60212&quot;:18486,&quot;143308&quot;:18487,&quot;60213&quot;:18487,&quot;143411&quot;:18488,&quot;60214&quot;:18488,&quot;143462&quot;:18489,&quot;60215&quot;:18489,&quot;144159&quot;:18490,&quot;60216&quot;:18490,&quot;144350&quot;:18491,&quot;60217&quot;:18491,&quot;144743&quot;:18492,&quot;60222&quot;:18492,&quot;144883&quot;:18493,&quot;60223&quot;:18493,&quot;144922&quot;:18494,&quot;60227&quot;:18494,&quot;145174&quot;:18495,&quot;60228&quot;:18495,&quot;22709&quot;:18496,&quot;60231&quot;:18496,&quot;60234&quot;:18497,&quot;146087&quot;:18497,&quot;146961&quot;:18498,&quot;60237&quot;:18498,&quot;147129&quot;:18499,&quot;60238&quot;:18499,&quot;60243&quot;:18500,&quot;147737&quot;:18500,&quot;148206&quot;:18501,&quot;60245&quot;:18501,&quot;148237&quot;:18502,&quot;60246&quot;:18502,&quot;148276&quot;:18503,&quot;60248&quot;:18503,&quot;148374&quot;:18504,&quot;60249&quot;:18504,&quot;148484&quot;:18505,&quot;60258&quot;:18505,&quot;148694&quot;:18506,&quot;60259&quot;:18506,&quot;22408&quot;:18507,&quot;60260&quot;:18507,&quot;149108&quot;:18508,&quot;60261&quot;:18508,&quot;60263&quot;:18509,&quot;149295&quot;:18509,&quot;149522&quot;:18510,&quot;60271&quot;:18510,&quot;149755&quot;:18511,&quot;60272&quot;:18511,&quot;150037&quot;:18512,&quot;60273&quot;:18512,&quot;60275&quot;:18513,&quot;150208&quot;:18513,&quot;22885&quot;:18514,&quot;60277&quot;:18514,&quot;60279&quot;:18515,&quot;151430&quot;:18515,&quot;60282&quot;:18516,&quot;151596&quot;:18516,&quot;22335&quot;:18517,&quot;60284&quot;:18517,&quot;152217&quot;:18518,&quot;60286&quot;:18518,&quot;152601&quot;:18519,&quot;60287&quot;:18519,&quot;152646&quot;:18520,&quot;60291&quot;:18520,&quot;152686&quot;:18521,&quot;60292&quot;:18521,&quot;60296&quot;:18522,&quot;152895&quot;:18522,&quot;60298&quot;:18523,&quot;152926&quot;:18523,&quot;152930&quot;:18524,&quot;60300&quot;:18524,&quot;152934&quot;:18525,&quot;60301&quot;:18525,&quot;153543&quot;:18526,&quot;60302&quot;:18526,&quot;60304&quot;:18527,&quot;153693&quot;:18527,&quot;60309&quot;:18528,&quot;153859&quot;:18528,&quot;154286&quot;:18529,&quot;60312&quot;:18529,&quot;154505&quot;:18530,&quot;60313&quot;:18530,&quot;154630&quot;:18531,&quot;60314&quot;:18531,&quot;22433&quot;:18532,&quot;60316&quot;:18532,&quot;29009&quot;:18533,&quot;60317&quot;:18533,&quot;60319&quot;:18534,&quot;155906&quot;:18534,&quot;60322&quot;:18535,&quot;156082&quot;:18535,&quot;156674&quot;:18536,&quot;60325&quot;:18536,&quot;156746&quot;:18537,&quot;60326&quot;:18537,&quot;60330&quot;:18538,&quot;156804&quot;:18538,&quot;60334&quot;:18539,&quot;156808&quot;:18539,&quot;60336&quot;:18540,&quot;156946&quot;:18540,&quot;157119&quot;:18541,&quot;60338&quot;:18541,&quot;157365&quot;:18542,&quot;60339&quot;:18542,&quot;22201&quot;:18543,&quot;60347&quot;:18543,&quot;60349&quot;:18544,&quot;157436&quot;:18544,&quot;13848&quot;:18545,&quot;60355&quot;:18545,&quot;157593&quot;:18546,&quot;60357&quot;:18546,&quot;157806&quot;:18547,&quot;60358&quot;:18547,&quot;60360&quot;:18548,&quot;157790&quot;:18548,&quot;60362&quot;:18549,&quot;157895&quot;:18549,&quot;60366&quot;:18550,&quot;157990&quot;:18550,&quot;60368&quot;:18551,&quot;158009&quot;:18551,&quot;60371&quot;:18552,&quot;158202&quot;:18552,&quot;60373&quot;:18553,&quot;158253&quot;:18553,&quot;158260&quot;:18554,&quot;60378&quot;:18554,&quot;158555&quot;:18555,&quot;60379&quot;:18555,&quot;60383&quot;:18556,&quot;158621&quot;:18556,&quot;60385&quot;:18557,&quot;158884&quot;:18557,&quot;60388&quot;:18558,&quot;159150&quot;:18558,&quot;159819&quot;:18559,&quot;60392&quot;:18559,&quot;160205&quot;:18560,&quot;60393&quot;:18560,&quot;160384&quot;:18561,&quot;60395&quot;:18561,&quot;160389&quot;:18562,&quot;60396&quot;:18562,&quot;60399&quot;:18563,&quot;160395&quot;:18563,&quot;60401&quot;:18564,&quot;160486&quot;:18564,&quot;38047&quot;:18565,&quot;60404&quot;:18565,&quot;160848&quot;:18566,&quot;60405&quot;:18566,&quot;14009&quot;:18567,&quot;60416&quot;:18567,&quot;161740&quot;:18568,&quot;60424&quot;:18568,&quot;161880&quot;:18569,&quot;60425&quot;:18569,&quot;22230&quot;:18570,&quot;60426&quot;:18570,&quot;60435&quot;:18571,&quot;162269&quot;:18571,&quot;162301&quot;:18572,&quot;60441&quot;:18572,&quot;162314&quot;:18573,&quot;60442&quot;:18573,&quot;162571&quot;:18574,&quot;60443&quot;:18574,&quot;163174&quot;:18575,&quot;60444&quot;:18575,&quot;60448&quot;:18576,&quot;163849&quot;:18576,&quot;60459&quot;:18577,&quot;163875&quot;:18577,&quot;60463&quot;:18578,&quot;163912&quot;:18578,&quot;60466&quot;:18579,&quot;163971&quot;:18579,&quot;163984&quot;:18580,&quot;60479&quot;:18580,&quot;164084&quot;:18581,&quot;60480&quot;:18581,&quot;164142&quot;:18582,&quot;60481&quot;:18582,&quot;60483&quot;:18583,&quot;164175&quot;:18583,&quot;164271&quot;:18584,&quot;60485&quot;:18584,&quot;164378&quot;:18585,&quot;60486&quot;:18585,&quot;164614&quot;:18586,&quot;60487&quot;:18586,&quot;164655&quot;:18587,&quot;60488&quot;:18587,&quot;164746&quot;:18588,&quot;60489&quot;:18588,&quot;164968&quot;:18589,&quot;60491&quot;:18589,&quot;165546&quot;:18590,&quot;60492&quot;:18590,&quot;25574&quot;:18591,&quot;60494&quot;:18591,&quot;166230&quot;:18592,&quot;60495&quot;:18592,&quot;60498&quot;:18593,&quot;166328&quot;:18593,&quot;60500&quot;:18594,&quot;166375&quot;:18594,&quot;60502&quot;:18595,&quot;166376&quot;:18595,&quot;166726&quot;:18596,&quot;60503&quot;:18596,&quot;166868&quot;:18597,&quot;60504&quot;:18597,&quot;60506&quot;:18598,&quot;166921&quot;:18598,&quot;167877&quot;:18599,&quot;60508&quot;:18599,&quot;168172&quot;:18600,&quot;60509&quot;:18600,&quot;168208&quot;:18601,&quot;60511&quot;:18601,&quot;168252&quot;:18602,&quot;60512&quot;:18602,&quot;15863&quot;:18603,&quot;60513&quot;:18603,&quot;168286&quot;:18604,&quot;60514&quot;:18604,&quot;150218&quot;:18605,&quot;60515&quot;:18605,&quot;36816&quot;:18606,&quot;60516&quot;:18606,&quot;60519&quot;:18607,&quot;169191&quot;:18607,&quot;169392&quot;:18608,&quot;60521&quot;:18608,&quot;169400&quot;:18609,&quot;60522&quot;:18609,&quot;169778&quot;:18610,&quot;60523&quot;:18610,&quot;170193&quot;:18611,&quot;60524&quot;:18611,&quot;170313&quot;:18612,&quot;60525&quot;:18612,&quot;170346&quot;:18613,&quot;60526&quot;:18613,&quot;170435&quot;:18614,&quot;60527&quot;:18614,&quot;170536&quot;:18615,&quot;60528&quot;:18615,&quot;170766&quot;:18616,&quot;60529&quot;:18616,&quot;171354&quot;:18617,&quot;60530&quot;:18617,&quot;171419&quot;:18618,&quot;60531&quot;:18618,&quot;32415&quot;:18619,&quot;60532&quot;:18619,&quot;171768&quot;:18620,&quot;60533&quot;:18620,&quot;171811&quot;:18621,&quot;60534&quot;:18621,&quot;19620&quot;:18622,&quot;60535&quot;:18622,&quot;38215&quot;:18623,&quot;60536&quot;:18623,&quot;172691&quot;:18624,&quot;60537&quot;:18624,&quot;29090&quot;:18625,&quot;60538&quot;:18625,&quot;172799&quot;:18626,&quot;60539&quot;:18626,&quot;173515&quot;:18627,&quot;60542&quot;:18627,&quot;19868&quot;:18628,&quot;60543&quot;:18628,&quot;134300&quot;:18629,&quot;60544&quot;:18629,&quot;36798&quot;:18630,&quot;60545&quot;:18630,&quot;36794&quot;:18631,&quot;60547&quot;:18631,&quot;140464&quot;:18632,&quot;60548&quot;:18632,&quot;36793&quot;:18633,&quot;60549&quot;:18633,&quot;150163&quot;:18634,&quot;60550&quot;:18634,&quot;20202&quot;:18635,&quot;60555&quot;:18635,&quot;60557&quot;:18636,&quot;166700&quot;:18636,&quot;36480&quot;:18637,&quot;60560&quot;:18637,&quot;137205&quot;:18638,&quot;60561&quot;:18638,&quot;166764&quot;:18639,&quot;60563&quot;:18639,&quot;166809&quot;:18640,&quot;60564&quot;:18640,&quot;60566&quot;:18641,&quot;157359&quot;:18641,&quot;60568&quot;:18642,&quot;161365&quot;:18642,&quot;153141&quot;:18643,&quot;60570&quot;:18643,&quot;153942&quot;:18644,&quot;60571&quot;:18644,&quot;20122&quot;:18645,&quot;60572&quot;:18645,&quot;155265&quot;:18646,&quot;60573&quot;:18646,&quot;60576&quot;:18647,&quot;134765&quot;:18647,&quot;147080&quot;:18648,&quot;60579&quot;:18648,&quot;150686&quot;:18649,&quot;60580&quot;:18649,&quot;137206&quot;:18650,&quot;60583&quot;:18650,&quot;137339&quot;:18651,&quot;60584&quot;:18651,&quot;60587&quot;:18652,&quot;154698&quot;:18652,&quot;152337&quot;:18653,&quot;60589&quot;:18653,&quot;15814&quot;:18654,&quot;60590&quot;:18654,&quot;60596&quot;:18655,&quot;155352&quot;:18655,&quot;19996&quot;:18656,&quot;60600&quot;:18656,&quot;135146&quot;:18657,&quot;60601&quot;:18657,&quot;134473&quot;:18658,&quot;60602&quot;:18658,&quot;145082&quot;:18659,&quot;60603&quot;:18659,&quot;60638&quot;:18660,&quot;151880&quot;:18660,&quot;21982&quot;:18661,&quot;60644&quot;:18661,&quot;34694&quot;:18662,&quot;60672&quot;:18662,&quot;60676&quot;:18663,&quot;135361&quot;:18663,&quot;149254&quot;:18664,&quot;60679&quot;:18664,&quot;23440&quot;:18665,&quot;60680&quot;:18665,&quot;60682&quot;:18666,&quot;157843&quot;:18666,&quot;141044&quot;:18667,&quot;60684&quot;:18667,&quot;163119&quot;:18668,&quot;60685&quot;:18668,&quot;147875&quot;:18669,&quot;60686&quot;:18669,&quot;163187&quot;:18670,&quot;60687&quot;:18670,&quot;159440&quot;:18671,&quot;60688&quot;:18671,&quot;160438&quot;:18672,&quot;60689&quot;:18672,&quot;60691&quot;:18673,&quot;135641&quot;:18673,&quot;146684&quot;:18674,&quot;60693&quot;:18674,&quot;173737&quot;:18675,&quot;60694&quot;:18675,&quot;134828&quot;:18676,&quot;60695&quot;:18676,&quot;60698&quot;:18677,&quot;138402&quot;:18677,&quot;60700&quot;:18678,&quot;151490&quot;:18678,&quot;60702&quot;:18679,&quot;135147&quot;:18679,&quot;60706&quot;:18680,&quot;142752&quot;:18680,&quot;135148&quot;:18681,&quot;60710&quot;:18681,&quot;134666&quot;:18682,&quot;60711&quot;:18682,&quot;60714&quot;:18683,&quot;135149&quot;:18683,&quot;60717&quot;:18684,&quot;135559&quot;:18684,&quot;19994&quot;:18685,&quot;60721&quot;:18685,&quot;19972&quot;:18686,&quot;60722&quot;:18686,&quot;23309&quot;:18687,&quot;60724&quot;:18687,&quot;13996&quot;:18688,&quot;60727&quot;:18688,&quot;21373&quot;:18689,&quot;60729&quot;:18689,&quot;13989&quot;:18690,&quot;60730&quot;:18690,&quot;22682&quot;:18691,&quot;60732&quot;:18691,&quot;150382&quot;:18692,&quot;60733&quot;:18692,&quot;22442&quot;:18693,&quot;60736&quot;:18693,&quot;154261&quot;:18694,&quot;60737&quot;:18694,&quot;133497&quot;:18695,&quot;60738&quot;:18695,&quot;60741&quot;:18696,&quot;140389&quot;:18696,&quot;146686&quot;:18697,&quot;60746&quot;:18697,&quot;171824&quot;:18698,&quot;60747&quot;:18698,&quot;151465&quot;:18699,&quot;60749&quot;:18699,&quot;169374&quot;:18700,&quot;60750&quot;:18700,&quot;60753&quot;:18701,&quot;146870&quot;:18701,&quot;157619&quot;:18702,&quot;60755&quot;:18702,&quot;145184&quot;:18703,&quot;60756&quot;:18703,&quot;147191&quot;:18704,&quot;60759&quot;:18704,&quot;146988&quot;:18705,&quot;60760&quot;:18705,&quot;60785&quot;:18706,&quot;143578&quot;:18706,&quot;135849&quot;:18707,&quot;60789&quot;:18707,&quot;22439&quot;:18708,&quot;60790&quot;:18708,&quot;149859&quot;:18709,&quot;60791&quot;:18709,&quot;60794&quot;:18710,&quot;159918&quot;:18710,&quot;60801&quot;:18711,&quot;137068&quot;:18711,&quot;60806&quot;:18712,&quot;160100&quot;:18712,&quot;159010&quot;:18713,&quot;60809&quot;:18713,&quot;150242&quot;:18714,&quot;60810&quot;:18714,&quot;39963&quot;:18715,&quot;60837&quot;:18715,&quot;149822&quot;:18716,&quot;60838&quot;:18716,&quot;15878&quot;:18717,&quot;60846&quot;:18717,&quot;60881&quot;:18718,&quot;159011&quot;:18718,&quot;60887&quot;:18719,&quot;132092&quot;:18719,&quot;60891&quot;:18720,&quot;146685&quot;:18720,&quot;60893&quot;:18721,&quot;149785&quot;:18721,&quot;22394&quot;:18722,&quot;60904&quot;:18722,&quot;21722&quot;:18723,&quot;60912&quot;:18723,&quot;29050&quot;:18724,&quot;60928&quot;:18724,&quot;60949&quot;:18725,&quot;150135&quot;:18725,&quot;60955&quot;:18726,&quot;166490&quot;:18726,&quot;60962&quot;:18727,&quot;194624&quot;:18727,&quot;60976&quot;:18728,&quot;137275&quot;:18728,&quot;61000&quot;:18729,&quot;155993&quot;:18729,&quot;61014&quot;:18730,&quot;144373&quot;:18730,&quot;61019&quot;:18731,&quot;166850&quot;:18731,&quot;61024&quot;:18732,&quot;138566&quot;:18732,&quot;61054&quot;:18733,&quot;159441&quot;:18733,&quot;13877&quot;:18734,&quot;61065&quot;:18734,&quot;61084&quot;:18735,&quot;166701&quot;:18735,&quot;21024&quot;:18736,&quot;61088&quot;:18736,&quot;15384&quot;:18737,&quot;61089&quot;:18737,&quot;146631&quot;:18738,&quot;61090&quot;:18738,&quot;155351&quot;:18739,&quot;61091&quot;:18739,&quot;161366&quot;:18740,&quot;61092&quot;:18740,&quot;152881&quot;:18741,&quot;61093&quot;:18741,&quot;137540&quot;:18742,&quot;61094&quot;:18742,&quot;170243&quot;:18743,&quot;61096&quot;:18743,&quot;159196&quot;:18744,&quot;61097&quot;:18744,&quot;159917&quot;:18745,&quot;61098&quot;:18745,&quot;156077&quot;:18746,&quot;61100&quot;:18746,&quot;166415&quot;:18747,&quot;61101&quot;:18747,&quot;145015&quot;:18748,&quot;61102&quot;:18748,&quot;131310&quot;:18749,&quot;61103&quot;:18749,&quot;157766&quot;:18750,&quot;61104&quot;:18750,&quot;151310&quot;:18751,&quot;61105&quot;:18751,&quot;17762&quot;:18752,&quot;61106&quot;:18752,&quot;23327&quot;:18753,&quot;61107&quot;:18753,&quot;156492&quot;:18754,&quot;61108&quot;:18754,&quot;40784&quot;:18755,&quot;61109&quot;:18755,&quot;40614&quot;:18756,&quot;61110&quot;:18756,&quot;156267&quot;:18757,&quot;61111&quot;:18757,&quot;20962&quot;:18758,&quot;57415&quot;:18758,&quot;21314&quot;:18759,&quot;57416&quot;:18759,&quot;26285&quot;:18760,&quot;57520&quot;:18760,&quot;22620&quot;:18761,&quot;57547&quot;:18761,&quot;21843&quot;:18762,&quot;57566&quot;:18762,&quot;15749&quot;:18763,&quot;57594&quot;:18763,&quot;24928&quot;:18764,&quot;57608&quot;:18764,&quot;18606&quot;:18765,&quot;57668&quot;:18765,&quot;38845&quot;:18766,&quot;57676&quot;:18766,&quot;57693&quot;:18767,&quot;137335&quot;:18767,&quot;24755&quot;:18768,&quot;57703&quot;:18768,&quot;33828&quot;:18769,&quot;57711&quot;:18769,&quot;38932&quot;:18770,&quot;57748&quot;:18770,&quot;147596&quot;:18771,&quot;57749&quot;:18771,&quot;57764&quot;:18772,&quot;143486&quot;:18772,&quot;57787&quot;:18773,&quot;138813&quot;:18773,&quot;15147&quot;:18774,&quot;57798&quot;:18774,&quot;15666&quot;:18775,&quot;57824&quot;:18775,&quot;57857&quot;:18776,&quot;132021&quot;:18776,&quot;28801&quot;:18777,&quot;57944&quot;:18777,&quot;23708&quot;:18778,&quot;57959&quot;:18778,&quot;58017&quot;:18779,&quot;132547&quot;:18779,&quot;14128&quot;:18780,&quot;58028&quot;:18780,&quot;136054&quot;:18781,&quot;58096&quot;:18781,&quot;150034&quot;:18782,&quot;58097&quot;:18782,&quot;58111&quot;:18783,&quot;166699&quot;:18783,&quot;58112&quot;:18784,&quot;155779&quot;:18784,&quot;256&quot;:18785,&quot;62233&quot;:18785,&quot;193&quot;:18786,&quot;62234&quot;:18786,&quot;461&quot;:18787,&quot;62235&quot;:18787,&quot;192&quot;:18788,&quot;62236&quot;:18788,&quot;274&quot;:18789,&quot;62237&quot;:18789,&quot;201&quot;:18790,&quot;62238&quot;:18790,&quot;282&quot;:18791,&quot;62239&quot;:18791,&quot;200&quot;:18792,&quot;62240&quot;:18792,&quot;332&quot;:18793,&quot;62241&quot;:18793,&quot;211&quot;:18794,&quot;62242&quot;:18794,&quot;465&quot;:18795,&quot;62243&quot;:18795,&quot;210&quot;:18796,&quot;62244&quot;:18796,&quot;62245&quot;:18797,&quot;7870&quot;:18798,&quot;62246&quot;:18798,&quot;62247&quot;:18799,&quot;7872&quot;:18800,&quot;62248&quot;:18800,&quot;202&quot;:18801,&quot;62249&quot;:18801,&quot;257&quot;:18802,&quot;62250&quot;:18802,&quot;225&quot;:18803,&quot;62251&quot;:18803,&quot;462&quot;:18804,&quot;62252&quot;:18804,&quot;224&quot;:18805,&quot;62253&quot;:18805,&quot;593&quot;:18806,&quot;62254&quot;:18806,&quot;275&quot;:18807,&quot;62255&quot;:18807,&quot;233&quot;:18808,&quot;62256&quot;:18808,&quot;283&quot;:18809,&quot;62257&quot;:18809,&quot;232&quot;:18810,&quot;62258&quot;:18810,&quot;299&quot;:18811,&quot;62259&quot;:18811,&quot;237&quot;:18812,&quot;62260&quot;:18812,&quot;464&quot;:18813,&quot;62261&quot;:18813,&quot;236&quot;:18814,&quot;62262&quot;:18814,&quot;333&quot;:18815,&quot;62263&quot;:18815,&quot;243&quot;:18816,&quot;62264&quot;:18816,&quot;466&quot;:18817,&quot;62265&quot;:18817,&quot;242&quot;:18818,&quot;62266&quot;:18818,&quot;363&quot;:18819,&quot;62267&quot;:18819,&quot;250&quot;:18820,&quot;62268&quot;:18820,&quot;468&quot;:18821,&quot;62269&quot;:18821,&quot;249&quot;:18822,&quot;62270&quot;:18822,&quot;470&quot;:18823,&quot;62271&quot;:18823,&quot;472&quot;:18824,&quot;62272&quot;:18824,&quot;474&quot;:18825,&quot;62273&quot;:18825,&quot;476&quot;:18826,&quot;62274&quot;:18826,&quot;252&quot;:18827,&quot;62275&quot;:18827,&quot;62276&quot;:18828,&quot;7871&quot;:18829,&quot;62277&quot;:18829,&quot;62278&quot;:18830,&quot;7873&quot;:18831,&quot;62279&quot;:18831,&quot;234&quot;:18832,&quot;62280&quot;:18832,&quot;609&quot;:18833,&quot;62281&quot;:18833,&quot;643&quot;:18834,&quot;63551&quot;:18834,&quot;592&quot;:18835,&quot;63552&quot;:18835,&quot;603&quot;:18836,&quot;63553&quot;:18836,&quot;596&quot;:18837,&quot;63554&quot;:18837,&quot;629&quot;:18838,&quot;63555&quot;:18838,&quot;339&quot;:18839,&quot;63556&quot;:18839,&quot;248&quot;:18840,&quot;63557&quot;:18840,&quot;331&quot;:18841,&quot;63558&quot;:18841,&quot;650&quot;:18842,&quot;63559&quot;:18842,&quot;618&quot;:18843,&quot;63560&quot;:18843,&quot;9178&quot;:18844,&quot;62282&quot;:18844,&quot;9179&quot;:18845,&quot;62283&quot;:18845,&quot;11933&quot;:18846,&quot;63530&quot;:18846,&quot;11974&quot;:18847,&quot;63539&quot;:18847,&quot;12003&quot;:18848,&quot;63547&quot;:18848,&quot;20539&quot;:18849,&quot;28158&quot;:18850,&quot;171123&quot;:18851,&quot;62841&quot;:18851,&quot;40870&quot;:18852,&quot;62842&quot;:18852,&quot;15817&quot;:18853,&quot;62843&quot;:18853,&quot;34959&quot;:18854,&quot;62845&quot;:18855,&quot;147790&quot;:18855,&quot;28791&quot;:18856,&quot;23797&quot;:18857,&quot;19232&quot;:18858,&quot;62848&quot;:18858,&quot;152013&quot;:18859,&quot;62849&quot;:18859,&quot;13657&quot;:18860,&quot;62850&quot;:18860,&quot;154928&quot;:18861,&quot;62851&quot;:18861,&quot;24866&quot;:18862,&quot;62853&quot;:18863,&quot;166450&quot;:18863,&quot;36775&quot;:18864,&quot;37366&quot;:18865,&quot;29073&quot;:18866,&quot;26393&quot;:18867,&quot;29626&quot;:18868,&quot;144001&quot;:18869,&quot;62859&quot;:18869,&quot;172295&quot;:18870,&quot;62860&quot;:18870,&quot;15499&quot;:18871,&quot;62861&quot;:18871,&quot;137600&quot;:18872,&quot;62862&quot;:18872,&quot;19216&quot;:18873,&quot;62863&quot;:18873,&quot;30948&quot;:18874,&quot;29698&quot;:18875,&quot;20910&quot;:18876,&quot;165647&quot;:18877,&quot;62867&quot;:18877,&quot;16393&quot;:18878,&quot;62868&quot;:18878,&quot;27235&quot;:18879,&quot;172730&quot;:18880,&quot;62870&quot;:18880,&quot;16931&quot;:18881,&quot;62871&quot;:18881,&quot;34319&quot;:18882,&quot;31274&quot;:18883,&quot;170311&quot;:18884,&quot;62875&quot;:18884,&quot;166634&quot;:18885,&quot;62876&quot;:18885,&quot;38741&quot;:18886,&quot;28749&quot;:18887,&quot;21284&quot;:18888,&quot;62880&quot;:18889,&quot;139390&quot;:18889,&quot;37876&quot;:18890,&quot;30425&quot;:18891,&quot;166371&quot;:18892,&quot;62883&quot;:18892,&quot;40871&quot;:18893,&quot;62884&quot;:18893,&quot;30685&quot;:18894,&quot;20131&quot;:18895,&quot;20464&quot;:18896,&quot;20668&quot;:18897,&quot;20015&quot;:18898,&quot;20247&quot;:18899,&quot;40872&quot;:18900,&quot;62891&quot;:18900,&quot;21556&quot;:18901,&quot;32139&quot;:18902,&quot;22674&quot;:18903,&quot;22736&quot;:18904,&quot;62896&quot;:18905,&quot;138678&quot;:18905,&quot;24210&quot;:18906,&quot;24217&quot;:18907,&quot;24514&quot;:18908,&quot;62900&quot;:18909,&quot;141074&quot;:18909,&quot;25995&quot;:18910,&quot;62902&quot;:18911,&quot;144377&quot;:18911,&quot;26905&quot;:18912,&quot;27203&quot;:18913,&quot;62905&quot;:18914,&quot;146531&quot;:18914,&quot;27903&quot;:18915,&quot;29184&quot;:18916,&quot;62909&quot;:18917,&quot;148741&quot;:18917,&quot;29580&quot;:18918,&quot;16091&quot;:18919,&quot;62911&quot;:18919,&quot;150035&quot;:18920,&quot;62912&quot;:18920,&quot;23317&quot;:18921,&quot;29881&quot;:18922,&quot;35715&quot;:18923,&quot;154788&quot;:18924,&quot;62916&quot;:18924,&quot;153237&quot;:18925,&quot;62917&quot;:18925,&quot;31379&quot;:18926,&quot;31724&quot;:18927,&quot;31939&quot;:18928,&quot;32364&quot;:18929,&quot;33528&quot;:18930,&quot;34199&quot;:18931,&quot;40873&quot;:18932,&quot;62924&quot;:18932,&quot;34960&quot;:18933,&quot;40874&quot;:18934,&quot;62926&quot;:18934,&quot;36537&quot;:18935,&quot;40875&quot;:18936,&quot;62928&quot;:18936,&quot;36815&quot;:18937,&quot;34143&quot;:18938,&quot;39392&quot;:18939,&quot;37409&quot;:18940,&quot;40876&quot;:18941,&quot;62933&quot;:18941,&quot;167353&quot;:18942,&quot;62934&quot;:18942,&quot;136255&quot;:18943,&quot;62935&quot;:18943,&quot;16497&quot;:18944,&quot;62936&quot;:18944,&quot;17058&quot;:18945,&quot;62937&quot;:18945,&quot;23066&quot;:18946,&quot;39016&quot;:18947,&quot;26475&quot;:18948,&quot;17014&quot;:18949,&quot;62944&quot;:18949,&quot;22333&quot;:18950,&quot;34262&quot;:18951,&quot;62948&quot;:18952,&quot;149883&quot;:18952,&quot;33471&quot;:18953,&quot;160013&quot;:18954,&quot;62950&quot;:18954,&quot;19585&quot;:18955,&quot;62951&quot;:18955,&quot;159092&quot;:18956,&quot;62952&quot;:18956,&quot;23931&quot;:18957,&quot;158485&quot;:18958,&quot;62954&quot;:18958,&quot;159678&quot;:18959,&quot;62955&quot;:18959,&quot;40877&quot;:18960,&quot;62956&quot;:18960,&quot;40878&quot;:18961,&quot;62957&quot;:18961,&quot;23446&quot;:18962,&quot;40879&quot;:18963,&quot;62959&quot;:18963,&quot;32347&quot;:18964,&quot;17392&quot;:18965,&quot;19506&quot;:18966,&quot;17923&quot;:18967,&quot;17830&quot;:18968,&quot;17784&quot;:18969,&quot;160359&quot;:18970,&quot;19831&quot;:18971,&quot;17843&quot;:18972,&quot;162993&quot;:18973,&quot;19682&quot;:18974,&quot;163013&quot;:18975,&quot;15253&quot;:18976,&quot;18230&quot;:18977,&quot;18244&quot;:18978,&quot;19527&quot;:18979,&quot;19520&quot;:18980,&quot;148159&quot;:18981,&quot;144919&quot;:18982,&quot;160594&quot;:18983,&quot;159371&quot;:18984,&quot;159954&quot;:18985,&quot;19543&quot;:18986,&quot;172881&quot;:18987,&quot;18255&quot;:18988,&quot;17882&quot;:18989,&quot;19589&quot;:18990,&quot;162924&quot;:18991,&quot;19719&quot;:18992,&quot;19108&quot;:18993,&quot;18081&quot;:18994,&quot;158499&quot;:18995,&quot;29221&quot;:18996,&quot;154196&quot;:18997,&quot;137827&quot;:18998,&quot;146950&quot;:18999,&quot;147297&quot;:19000,&quot;26189&quot;:19001,&quot;22267&quot;:19002,&quot;32149&quot;:19003,&quot;22813&quot;:19004,&quot;166841&quot;:19005,&quot;15860&quot;:19006,&quot;38708&quot;:19007,&quot;162799&quot;:19008,&quot;23515&quot;:19009,&quot;138590&quot;:19010,&quot;23204&quot;:19011,&quot;13861&quot;:19012,&quot;171696&quot;:19013,&quot;23249&quot;:19014,&quot;23479&quot;:19015,&quot;23804&quot;:19016,&quot;26478&quot;:19017,&quot;34195&quot;:19018,&quot;170309&quot;:19019,&quot;29793&quot;:19020,&quot;29853&quot;:19021,&quot;133743&quot;:19022,&quot;26343&quot;:19023,&quot;28247&quot;:19024,&quot;31178&quot;:19025,&quot;15752&quot;:19026,&quot;17603&quot;:19027,&quot;143958&quot;:19028,&quot;141206&quot;:19029,&quot;17306&quot;:19030,&quot;17718&quot;:19031,&quot;23765&quot;:19032,&quot;146202&quot;:19033,&quot;35577&quot;:19034,&quot;23672&quot;:19035,&quot;15634&quot;:19036,&quot;144721&quot;:19037,&quot;23928&quot;:19038,&quot;40882&quot;:19039,&quot;29015&quot;:19040,&quot;17752&quot;:19041,&quot;147692&quot;:19042,&quot;138787&quot;:19043,&quot;19575&quot;:19044,&quot;14712&quot;:19045,&quot;13386&quot;:19046,&quot;131492&quot;:19047,&quot;158785&quot;:19048,&quot;35532&quot;:19049,&quot;20404&quot;:19050,&quot;131641&quot;:19051,&quot;22975&quot;:19052,&quot;33132&quot;:19053,&quot;38998&quot;:19054,&quot;170234&quot;:19055,&quot;24379&quot;:19056,&quot;134047&quot;:19057,&quot;139713&quot;:19058,&quot;166253&quot;:19059,&quot;16642&quot;:19060,&quot;18107&quot;:19061,&quot;168057&quot;:19062,&quot;16135&quot;:19063,&quot;40883&quot;:19064,&quot;172469&quot;:19065,&quot;16632&quot;:19066,&quot;14294&quot;:19067,&quot;18167&quot;:19068,&quot;158790&quot;:19069,&quot;16764&quot;:19070,&quot;165554&quot;:19071,&quot;160767&quot;:19072,&quot;17773&quot;:19073,&quot;14548&quot;:19074,&quot;152730&quot;:19075,&quot;17761&quot;:19076,&quot;17691&quot;:19077,&quot;19849&quot;:19078,&quot;19579&quot;:19079,&quot;19830&quot;:19080,&quot;17898&quot;:19081,&quot;16328&quot;:19082,&quot;150287&quot;:19083,&quot;13921&quot;:19084,&quot;17630&quot;:19085,&quot;17597&quot;:19086,&quot;16877&quot;:19087}}&#039;, ]</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/UniToCid.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid#constant_TYPE">TYPE</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bufferhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Buffer.php</h2> <p class="phpdocumentor-summary">Buffer.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer"><abbr title="\Com\Tecnick\Pdf\Font\Buffer">Buffer</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Buffer</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Buffer.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-buffer#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-corehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Core.php</h2> <p class="phpdocumentor-summary">Core.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core"><abbr title="\Com\Tecnick\Pdf\Font\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Core</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Core.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-core#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception"><abbr title="\Com\Tecnick\Pdf\Font\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-fonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Font.php</h2> <p class="phpdocumentor-summary">Font.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font"><abbr title="\Com\Tecnick\Pdf\Font\Font">Font</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Font</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Font.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-font#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Import.php</h2> <p class="phpdocumentor-summary">Import.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import"><abbr title="\Com\Tecnick\Pdf\Font\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-corehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Core.php</h2> <p class="phpdocumentor-summary">Core.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core"><abbr title="\Com\Tecnick\Pdf\Font\Import\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\Core</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/Core.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-core#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-truetypehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">TrueType.php</h2> <p class="phpdocumentor-summary">TrueType.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType"><abbr title="\Com\Tecnick\Pdf\Font\Import\TrueType">TrueType</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TrueType</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/TrueType.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-truetype#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-typeonehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">TypeOne.php</h2> <p class="phpdocumentor-summary">TypeOne.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne"><abbr title="\Com\Tecnick\Pdf\Font\Import\TypeOne">TypeOne</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TypeOne</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/TypeOne.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-import-typeone#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-loadhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Load.php</h2> <p class="phpdocumentor-summary">Load.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load"><abbr title="\Com\Tecnick\Pdf\Font\Load">Load</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Load</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Load.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-load#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-outfonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">OutFont.php</h2> <p class="phpdocumentor-summary">OutFont.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont"><abbr title="\Com\Tecnick\Pdf\Font\OutFont">OutFont</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutFont</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/OutFont.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-outfont#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Output.php</h2> <p class="phpdocumentor-summary">Output.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output"><abbr title="\Com\Tecnick\Pdf\Font\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Output.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-output#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-oututilhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">OutUtil.php</h2> <p class="phpdocumentor-summary">OutUtil.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil"><abbr title="\Com\Tecnick\Pdf\Font\OutUtil">OutUtil</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutUtil</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/OutUtil.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-oututil#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-stackhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Stack.php</h2> <p class="phpdocumentor-summary">Stack.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack"><abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Stack</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Stack.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-stack#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-subsethttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Subset.php</h2> <p class="phpdocumentor-summary">Subset.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset"><abbr title="\Com\Tecnick\Pdf\Font\Subset">Subset</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Subset</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Subset.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-subset#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-unitocidhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">UniToCid.php</h2> <p class="phpdocumentor-summary">UniToCid.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-font"> <p>This file is part of tc-lib-pdf-font software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid"><abbr title="\Com\Tecnick\Pdf\Font\UniToCid">UniToCid</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\UniToCid</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/UniToCid.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/files-src-unitocid#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font"><abbr title="\Com\Tecnick\Pdf\Font">Font</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-fonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Font</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import"><abbr title="\Com\Tecnick\Pdf\Font\Import">Import</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer"><abbr title="\Com\Tecnick\Pdf\Font\Buffer">Buffer</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core"><abbr title="\Com\Tecnick\Pdf\Font\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Core</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception"><abbr title="\Com\Tecnick\Pdf\Font\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font"><abbr title="\Com\Tecnick\Pdf\Font\Font">Font</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Font</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import"><abbr title="\Com\Tecnick\Pdf\Font\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load"><abbr title="\Com\Tecnick\Pdf\Font\Load">Load</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Load</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont"><abbr title="\Com\Tecnick\Pdf\Font\OutFont">OutFont</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutFont</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output"><abbr title="\Com\Tecnick\Pdf\Font\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Output</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil"><abbr title="\Com\Tecnick\Pdf\Font\OutUtil">OutUtil</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutUtil</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack"><abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Stack</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset"><abbr title="\Com\Tecnick\Pdf\Font\Subset">Subset</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Subset</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid"><abbr title="\Com\Tecnick\Pdf\Font\UniToCid">UniToCid</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\UniToCid</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-font-importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font">Font</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Import</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core"><abbr title="\Com\Tecnick\Pdf\Font\Import\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\Core</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType"><abbr title="\Com\Tecnick\Pdf\Font\Import\TrueType">TrueType</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TrueType</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne"><abbr title="\Com\Tecnick\Pdf\Font\Import\TypeOne">TypeOne</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TypeOne</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com-tecnick-pdf-font-import#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-default/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-default/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont"><abbr title="\PdfFont">PdfFont</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfFonthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfFont</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Buffer"><abbr title="\Com\Tecnick\Pdf\Font\Buffer">Buffer</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Buffer</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Core"><abbr title="\Com\Tecnick\Pdf\Font\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Core</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Exception"><abbr title="\Com\Tecnick\Pdf\Font\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Font"><abbr title="\Com\Tecnick\Pdf\Font\Font">Font</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Font</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-Core"><abbr title="\Com\Tecnick\Pdf\Font\Import\Core">Core</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\Core</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TrueType"><abbr title="\Com\Tecnick\Pdf\Font\Import\TrueType">TrueType</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TrueType</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import-TypeOne"><abbr title="\Com\Tecnick\Pdf\Font\Import\TypeOne">TypeOne</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import\TypeOne</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Import"><abbr title="\Com\Tecnick\Pdf\Font\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Import</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Load"><abbr title="\Com\Tecnick\Pdf\Font\Load">Load</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Load</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutFont"><abbr title="\Com\Tecnick\Pdf\Font\OutFont">OutFont</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutFont</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Output"><abbr title="\Com\Tecnick\Pdf\Font\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Output</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-OutUtil"><abbr title="\Com\Tecnick\Pdf\Font\OutUtil">OutUtil</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\OutUtil</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Stack"><abbr title="\Com\Tecnick\Pdf\Font\Stack">Stack</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Stack</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-Subset"><abbr title="\Com\Tecnick\Pdf\Font\Subset">Subset</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\Subset</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/classes-Com-Tecnick-Pdf-Font-UniToCid"><abbr title="\Com\Tecnick\Pdf\Font\UniToCid">UniToCid</abbr></a></dt><dd>Com\Tecnick\Pdf\Font\UniToCid</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/packages-PdfFont#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-deprecated/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-errors/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-markers/Sun, 25 Jan 2026 10:34:44 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Image-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-Image"> https://github.com/tecnickcom/tc-lib-pdf-Image </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Image-Importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Import <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output"><abbr title="\Com\Tecnick\Pdf\Image\Output">Output</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import"><abbr title="src/Import.php">Import.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">97</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Import</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> https://github.com/tecnickcom/tc-lib-pdf-image </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageBaseData array{ 'bits': int, 'channels': int, 'colspace': string, 'data': string, 'exturl': bool, 'file': string, 'filter': string, 'height': int, 'icc': string, 'ismask': bool, 'key': string, 'mapto': int, 'native': bool, 'obj': int, 'obj_alt': int, 'obj_icc': int, 'obj_pal': int, 'pal': string, 'parms': string, 'raw': string, 'recode': bool, 'recoded': bool, 'splitalpha': bool, 'trns': array&lt;int, int&gt;, 'type': int, 'width': int, }</p>classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterfacehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import">Import</a></li> </ul> <article class="phpdocumentor-element -interface"> <h2 class="phpdocumentor-content__title"> ImageImportInterface <div class="phpdocumentor-element__package"> in <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> </h2> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/ImageImportInterface.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface"><abbr title="src/Import/ImageImportInterface.php">ImageImportInterface.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Import\Jpeg</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>jmleroux <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> https://github.com/tecnickcom/tc-lib-pdf-image </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageBaseData from \Com\Tecnick\Pdf\Image\Import</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#method_getData">getData()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr> </span> </dt> <dd>Extract data from an image.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getData"> getData() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#method_getData" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/ImageImportInterface.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface"><abbr title="src/Import/ImageImportInterface.php">ImageImportInterface.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">Extract data from an image.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getData</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Image raw data.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> &mdash; <section class="phpdocumentor-description"><p>Image raw data array.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/ImageImportInterface.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#toc-constants">Constants</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface#method_getData">getData()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Image-Import-Jpeghttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import">Import</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Jpeg <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Jpeg.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg"><abbr title="src/Import/Jpeg.php">Jpeg.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Import\Jpeg</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> https://github.com/tecnickcom/tc-lib-pdf-image </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageBaseData from \Com\Tecnick\Pdf\Image\Import</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#method_getData">getData()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr> </span> </dt> <dd>Extract data from a JPEG image.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getData"> getData() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg#method_getData" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Jpeg.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg"><abbr title="src/Import/Jpeg.php">Jpeg.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Extract data from a JPEG image.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getData</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Image raw data.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> &mdash; <section class="phpdocumentor-description"><p>Image raw data array.</p>classes-Com-Tecnick-Pdf-Image-Import-Pnghttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import">Import</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Png <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Png.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png"><abbr title="src/Import/Png.php">Png.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Import\Png</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> https://github.com/tecnickcom/tc-lib-pdf-image </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageBaseData from \Com\Tecnick\Pdf\Image\Import</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#method_getData">getData()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr> </span> </dt> <dd>Extract data from a PNG image.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getData"> getData() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png#method_getData" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Import/Png.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png"><abbr title="src/Import/Png.php">Png.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">44</span> </aside> <p class="phpdocumentor-summary">Extract data from a PNG image.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getData</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Image raw data.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageBaseData">ImageBaseData</abbr></span> &mdash; <section class="phpdocumentor-description"><p>Image raw data array.</p>classes-Com-Tecnick-Pdf-Image-Outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Output <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage">PdfImage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Image\Output</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> https://github.com/tecnickcom/tc-lib-pdf-image </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageBaseData from \Com\Tecnick\Pdf\Image\Import</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>ImageRawData from \Com\Tecnick\Pdf\Image\Import</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize images data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method_getOutImagesBlock">getOutImagesBlock()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Images.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method_getSetImage">getSetImage()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string to print the specified image ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method_getXobjectDict">getXobjectDict()</a> <span> &nbsp;: string </span> </dt> <dd>Return XObjects Dictionary portion for the images.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method_getXobjectDictByKeys">getXobjectDictByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Return XObjects Dictionary.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">82</span> </aside> <p class="phpdocumentor-summary">Initialize images data.</p>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-Image"> <p>This file is part of tc-lib-pdf-Image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception"><abbr title="\Com\Tecnick\Pdf\Image\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Import.php</h2> <p class="phpdocumentor-summary">Import.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> <p>This file is part of tc-lib-pdf-image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import"><abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-imageimportinterfacehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ImageImportInterface.php</h2> <p class="phpdocumentor-summary">ImageImportInterface.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>jmleroux <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> <p>This file is part of tc-lib-pdf-image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/ImageImportInterface.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-imageimportinterface#toc-interfaces">Interfaces</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-jpeghttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Jpeg.php</h2> <p class="phpdocumentor-summary">Jpeg.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> <p>This file is part of tc-lib-pdf-image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg"><abbr title="\Com\Tecnick\Pdf\Image\Import\Jpeg">Jpeg</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/Jpeg.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-jpeg#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-import-pnghttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Png.php</h2> <p class="phpdocumentor-summary">Png.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> <p>This file is part of tc-lib-pdf-image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png"><abbr title="\Com\Tecnick\Pdf\Image\Import\Png">Png</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Png</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Import/Png.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-import-png#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Output.php</h2> <p class="phpdocumentor-summary">Output.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-image"> <p>This file is part of tc-lib-pdf-image software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output"><abbr title="\Com\Tecnick\Pdf\Image\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Output.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/files-src-output#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image"><abbr title="\Com\Tecnick\Pdf\Image">Image</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-imagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Image</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import"><abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception"><abbr title="\Com\Tecnick\Pdf\Image\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import"><abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output"><abbr title="\Com\Tecnick\Pdf\Image\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-image-importhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image">Image</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Import</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg"><abbr title="\Com\Tecnick\Pdf\Image\Import\Jpeg">Jpeg</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png"><abbr title="\Com\Tecnick\Pdf\Image\Import\Png">Png</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Png</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com-tecnick-pdf-image-import#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-default/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-default/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage"><abbr title="\PdfImage">PdfImage</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfImagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfImage</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-ImageImportInterface"><abbr title="\Com\Tecnick\Pdf\Image\Import\ImageImportInterface">ImageImportInterface</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Exception"><abbr title="\Com\Tecnick\Pdf\Image\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Jpeg"><abbr title="\Com\Tecnick\Pdf\Image\Import\Jpeg">Jpeg</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Jpeg</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import-Png"><abbr title="\Com\Tecnick\Pdf\Image\Import\Png">Png</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import\Png</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Import"><abbr title="\Com\Tecnick\Pdf\Image\Import">Import</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Import</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/classes-Com-Tecnick-Pdf-Image-Output"><abbr title="\Com\Tecnick\Pdf\Image\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Image\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/packages-PdfImage#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-deprecated/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-errors/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-markers/Sun, 25 Jan 2026 10:34:42 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Graph-Basehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Base <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">84</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Base</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTMatrix array{ float, float, float, float, float, float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleData array{ 'lineWidth': float, 'lineCap': string, 'lineJoin': string, 'miterLimit': float, 'dashArray': array<int>, 'dashPhase': float, 'lineColor': string, 'fillColor': string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt array{ 'lineWidth'?: float, 'lineCap'?: string, 'lineJoin'?: string, 'miterLimit'?: float, 'dashArray'?: array<int>, 'dashPhase'?: float, 'lineColor'?: string, 'fillColor'?: string, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>GradientData array{ 'antialias': bool, 'background': ?\Com\Tecnick\Color\Model, 'colors': array&lt;int, array{ 'color': string, 'exponent'?: float, 'opacity'?: float, 'offset'?: float, }&gt;, 'colspace': string, 'coords': array<float>, 'id': int, 'pattern': int, 'stream': string, 'transparency': bool, 'type': int, }</p>classes-Com-Tecnick-Pdf-Graph-Drawhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Draw <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient"><abbr title="\Com\Tecnick\Pdf\Graph\Gradient">Gradient</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Draw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw"><abbr title="src/Draw.php">Draw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Draw</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX">IDMATRIX</a> <span> &nbsp;= [1.0, 0.0, 0.0, 1.0, 0.0, 0.0] </span> </dt> <dd>Identity matrix for transformations.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_MPI">MPI</a> <span> &nbsp;= 3.141592653589793 </span> </dt> <dd>Pi constant We use this instead of M_PI because HHVM has a different value.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_degToRad">degToRad()</a> <span> &nbsp;: float </span> </dt> <dd>Converts the number in degrees to the radian equivalent.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getAlpha">getAlpha()</a> <span> &nbsp;: string </span> </dt> <dd>Set alpha for stroking (CA) and non-stroking (ca) operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getArrow">getArrow()</a> <span> &nbsp;: string </span> </dt> <dd>Draws an arrow.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getBasicPolygon">getBasicPolygon()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a basic polygon.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getBasicRect">getBasicRect()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a basic rectangle</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getCircle">getCircle()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a circle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getClippingRect">getClippingRect()</a> <span> &nbsp;: string </span> </dt> <dd>Rectangular clipping area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getCmykRegistrationMark">getCmykRegistrationMark()</a> <span> &nbsp;: string </span> </dt> <dd>Get a CMYK registration mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getColorRegistrationBar">getColorRegistrationBar()</a> <span> &nbsp;: string </span> </dt> <dd>Paints registration bars with color transtions</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCoonsPatchMesh">getCoonsPatchMesh()</a> <span> &nbsp;: string </span> </dt> <dd>Paints a coons patch mesh.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCoonsPatchMeshWithCoords">getCoonsPatchMeshWithCoords()</a> <span> &nbsp;: string </span> </dt> <dd>Paints a coons patch mesh.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCropMark">getCropMark()</a> <span> &nbsp;: string </span> </dt> <dd>Get a crop-mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getCtmProduct">getCtmProduct()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr> </span> </dt> <dd>Get the product of two Tranformation Matrix.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleArray">getCurrentStyleArray()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleDataOpt">StyleDataOpt</abbr> </span> </dt> <dd>Returns the last style array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleItem">getCurrentStyleItem()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the value of th especified item from the last inserted style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getCurve">getCurve()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a Bezier curve.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getDefaultStyle">getDefaultStyle()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleData">StyleData</abbr> </span> </dt> <dd>Returns the default style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getEllipse">getEllipse()</a> <span> &nbsp;: string </span> </dt> <dd>Draws an ellipse.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getExtGState">getExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Add transparency parameters to the current extgstate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradient">getGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a color gradient PDF command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradientsArray">getGradientsArray()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\GradientData">GradientData</abbr>&gt; </span> </dt> <dd>Returns the gradients array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradientTransform">getGradientTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Rectangular clipping area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizMirroring">getHorizMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizScaling">getHorizScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizSkewing">getHorizSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizTranslation">getHorizTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getLastExtGStateID">getLastExtGStateID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last extgstate ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getLastGradientID">getLastGradientID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last gradient ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getLastStyleProperty">getLastStyleProperty()</a> <span> &nbsp;: int|float|bool|string|null </span> </dt> <dd>Returns the last set value of the specified property.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getLine">getLine()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a line between two points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getLinearGradient">getLinearGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a linear colour gradient command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutClose">getModeWithoutClose()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Close option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutFill">getModeWithoutFill()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Fill option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutStroke">getModeWithoutStroke()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Stroke option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGState">getOutExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResources">getOutExtGStateResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResourcesByKeys">getOutExtGStateResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary for XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResources">getOutGradientResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Gradients Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResourcesByKeys">getOutGradientResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output gradient resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientShaders">getOutGradientShaders()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for gradient shaders</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getOverprint">getOverprint()</a> <span> &nbsp;: string </span> </dt> <dd>Get overprint mode for stroking (OP) and non-stroking (op) painting operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getPathPaintOp">getPathPaintOp()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getPieSector">getPieSector()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a circle pie sector.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPointMirroring">getPointMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Point reflection mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getPolycurve">getPolycurve()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a poly-Bezier curve.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getPolygon">getPolygon()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a polygon with a different style for each segment.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPropScaling">getPropScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getRadialGradient">getRadialGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a radial colour gradient command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurve">getRawCurve()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveV">getRawCurveV()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveY">getRawCurveY()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawEllipticalArc">getRawEllipticalArc()</a> <span> &nbsp;: string </span> </dt> <dd>Append an elliptical arc to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawLine">getRawLine()</a> <span> &nbsp;: string </span> </dt> <dd>Append a straight line segment from the current point to the specified one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawPoint">getRawPoint()</a> <span> &nbsp;: string </span> </dt> <dd>Begin a new subpath by moving the current point to the specified coordinates, omitting any connecting line segment.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawRect">getRawRect()</a> <span> &nbsp;: string </span> </dt> <dd>Append a rectangle to the current path as a complete subpath, with lower-left corner in the specified point and dimensions width and height in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getRect">getRect()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a rectangle with a different style for each segment.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getReflection">getReflection()</a> <span> &nbsp;: string </span> </dt> <dd>Reflection against a straight line through point (x, y) with the gradient angle (angle).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getRegistrationMark">getRegistrationMark()</a> <span> &nbsp;: string </span> </dt> <dd>Get a registration mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getRegularPolygon">getRegularPolygon()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a regular polygon.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getRotation">getRotation()</a> <span> &nbsp;: string </span> </dt> <dd>Rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getRoundedRect">getRoundedRect()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a rounded rectangle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getScaling">getScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal non-proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getSkewing">getSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#method_getStarPolygon">getStarPolygon()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a star polygon.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStartTransform">getStartTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Starts a 2D transformation saving current graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStopTransform">getStopTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Stops a 2D tranformation restoring previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyle">getStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the last style added.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyleCmd">getStyleCmd()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the specified style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformation">getTransformation()</a> <span> &nbsp;: string </span> </dt> <dd>Get the tranformation matrix (CTM) PDF string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformIndex">getTransformIndex()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the transformation stack index.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformStack">getTransformStack()</a> <span> &nbsp;: array&lt;int, array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr>&gt;&gt; </span> </dt> <dd>Returns the transformation stack.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTranslation">getTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally and vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getVectorsAngle">getVectorsAngle()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the angle in radiants between two vectors with the same origin point.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertMirroring">getVertMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Verical Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertScaling">getVertScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertSkewing">getVertSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertTranslation">getVertTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_initStyle">initStyle()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize default style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClippingMode">isClippingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode is of clippping type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClosingMode">isClosingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes &quot;closing the path&quot; option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isFillingMode">isFillingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified path paint operator includes the filling option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isStrokingMode">isStrokingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes the stroking option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_pop">pop()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_restoreStyleStatus">restoreStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Restore the saved style status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_saveStyleStatus">saveStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Save the current style ID to be restored later.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setKUnit">setKUnit()</a> <span> &nbsp;: static </span> </dt> <dd>Set unit of measure conversion ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageHeight">setPageHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Set page height and returns previous value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageWidth">setPageWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Set page width and returns previous value.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_IDMATRIX"> IDMATRIX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">99</span> </aside> <p class="phpdocumentor-summary">Identity matrix for transformations.</p>classes-Com-Tecnick-Pdf-Graph-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Graph-Gradienthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Gradient <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw"><abbr title="\Com\Tecnick\Pdf\Graph\Raw">Raw</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Gradient.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient"><abbr title="src/Gradient.php">Gradient.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Gradient</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>GradientData from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX">IDMATRIX</a> <span> &nbsp;= [1.0, 0.0, 0.0, 1.0, 0.0, 0.0] </span> </dt> <dd>Identity matrix for transformations.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_MPI">MPI</a> <span> &nbsp;= 3.141592653589793 </span> </dt> <dd>Pi constant We use this instead of M_PI because HHVM has a different value.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_degToRad">degToRad()</a> <span> &nbsp;: float </span> </dt> <dd>Converts the number in degrees to the radian equivalent.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getAlpha">getAlpha()</a> <span> &nbsp;: string </span> </dt> <dd>Set alpha for stroking (CA) and non-stroking (ca) operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getBasicRect">getBasicRect()</a> <span> &nbsp;: string </span> </dt> <dd>Draws a basic rectangle</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getClippingRect">getClippingRect()</a> <span> &nbsp;: string </span> </dt> <dd>Rectangular clipping area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getColorRegistrationBar">getColorRegistrationBar()</a> <span> &nbsp;: string </span> </dt> <dd>Paints registration bars with color transtions</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCoonsPatchMesh">getCoonsPatchMesh()</a> <span> &nbsp;: string </span> </dt> <dd>Paints a coons patch mesh.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCoonsPatchMeshWithCoords">getCoonsPatchMeshWithCoords()</a> <span> &nbsp;: string </span> </dt> <dd>Paints a coons patch mesh.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getCropMark">getCropMark()</a> <span> &nbsp;: string </span> </dt> <dd>Get a crop-mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getCtmProduct">getCtmProduct()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr> </span> </dt> <dd>Get the product of two Tranformation Matrix.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleArray">getCurrentStyleArray()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleDataOpt">StyleDataOpt</abbr> </span> </dt> <dd>Returns the last style array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleItem">getCurrentStyleItem()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the value of th especified item from the last inserted style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getDefaultStyle">getDefaultStyle()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleData">StyleData</abbr> </span> </dt> <dd>Returns the default style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getExtGState">getExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Add transparency parameters to the current extgstate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradient">getGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a color gradient PDF command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradientsArray">getGradientsArray()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\GradientData">GradientData</abbr>&gt; </span> </dt> <dd>Returns the gradients array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getGradientTransform">getGradientTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Rectangular clipping area.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizMirroring">getHorizMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizScaling">getHorizScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizSkewing">getHorizSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizTranslation">getHorizTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getLastExtGStateID">getLastExtGStateID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last extgstate ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getLastGradientID">getLastGradientID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last gradient ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getLastStyleProperty">getLastStyleProperty()</a> <span> &nbsp;: int|float|bool|string|null </span> </dt> <dd>Returns the last set value of the specified property.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getLinearGradient">getLinearGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a linear colour gradient command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutClose">getModeWithoutClose()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Close option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutFill">getModeWithoutFill()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Fill option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutStroke">getModeWithoutStroke()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Stroke option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGState">getOutExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResources">getOutExtGStateResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResourcesByKeys">getOutExtGStateResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary for XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResources">getOutGradientResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Gradients Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResourcesByKeys">getOutGradientResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output gradient resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientShaders">getOutGradientShaders()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for gradient shaders</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getOverprint">getOverprint()</a> <span> &nbsp;: string </span> </dt> <dd>Get overprint mode for stroking (OP) and non-stroking (op) painting operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getPathPaintOp">getPathPaintOp()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPointMirroring">getPointMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Point reflection mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPropScaling">getPropScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#method_getRadialGradient">getRadialGradient()</a> <span> &nbsp;: string </span> </dt> <dd>Get a radial colour gradient command.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurve">getRawCurve()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveV">getRawCurveV()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveY">getRawCurveY()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawEllipticalArc">getRawEllipticalArc()</a> <span> &nbsp;: string </span> </dt> <dd>Append an elliptical arc to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawLine">getRawLine()</a> <span> &nbsp;: string </span> </dt> <dd>Append a straight line segment from the current point to the specified one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawPoint">getRawPoint()</a> <span> &nbsp;: string </span> </dt> <dd>Begin a new subpath by moving the current point to the specified coordinates, omitting any connecting line segment.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawRect">getRawRect()</a> <span> &nbsp;: string </span> </dt> <dd>Append a rectangle to the current path as a complete subpath, with lower-left corner in the specified point and dimensions width and height in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getReflection">getReflection()</a> <span> &nbsp;: string </span> </dt> <dd>Reflection against a straight line through point (x, y) with the gradient angle (angle).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getRotation">getRotation()</a> <span> &nbsp;: string </span> </dt> <dd>Rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getScaling">getScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal non-proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getSkewing">getSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStartTransform">getStartTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Starts a 2D transformation saving current graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStopTransform">getStopTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Stops a 2D tranformation restoring previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyle">getStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the last style added.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyleCmd">getStyleCmd()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the specified style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformation">getTransformation()</a> <span> &nbsp;: string </span> </dt> <dd>Get the tranformation matrix (CTM) PDF string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformIndex">getTransformIndex()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the transformation stack index.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformStack">getTransformStack()</a> <span> &nbsp;: array&lt;int, array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr>&gt;&gt; </span> </dt> <dd>Returns the transformation stack.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTranslation">getTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally and vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getVectorsAngle">getVectorsAngle()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the angle in radiants between two vectors with the same origin point.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertMirroring">getVertMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Verical Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertScaling">getVertScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertSkewing">getVertSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertTranslation">getVertTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_initStyle">initStyle()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize default style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClippingMode">isClippingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode is of clippping type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClosingMode">isClosingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes &quot;closing the path&quot; option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isFillingMode">isFillingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified path paint operator includes the filling option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isStrokingMode">isStrokingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes the stroking option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_pop">pop()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_restoreStyleStatus">restoreStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Restore the saved style status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_saveStyleStatus">saveStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Save the current style ID to be restored later.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setKUnit">setKUnit()</a> <span> &nbsp;: static </span> </dt> <dd>Set unit of measure conversion ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageHeight">setPageHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Set page height and returns previous value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageWidth">setPageWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Set page width and returns previous value.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_IDMATRIX"> IDMATRIX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">99</span> </aside> <p class="phpdocumentor-summary">Identity matrix for transformations.</p>classes-Com-Tecnick-Pdf-Graph-Rawhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Raw <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform"><abbr title="\Com\Tecnick\Pdf\Graph\Transform">Transform</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Raw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw"><abbr title="src/Raw.php">Raw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Raw</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX">IDMATRIX</a> <span> &nbsp;= [1.0, 0.0, 0.0, 1.0, 0.0, 0.0] </span> </dt> <dd>Identity matrix for transformations.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_MPI">MPI</a> <span> &nbsp;= 3.141592653589793 </span> </dt> <dd>Pi constant We use this instead of M_PI because HHVM has a different value.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_degToRad">degToRad()</a> <span> &nbsp;: float </span> </dt> <dd>Converts the number in degrees to the radian equivalent.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getCtmProduct">getCtmProduct()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr> </span> </dt> <dd>Get the product of two Tranformation Matrix.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleArray">getCurrentStyleArray()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleDataOpt">StyleDataOpt</abbr> </span> </dt> <dd>Returns the last style array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleItem">getCurrentStyleItem()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the value of th especified item from the last inserted style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getDefaultStyle">getDefaultStyle()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleData">StyleData</abbr> </span> </dt> <dd>Returns the default style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getExtGState">getExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Add transparency parameters to the current extgstate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizMirroring">getHorizMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizScaling">getHorizScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizSkewing">getHorizSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizTranslation">getHorizTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getLastExtGStateID">getLastExtGStateID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last extgstate ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getLastStyleProperty">getLastStyleProperty()</a> <span> &nbsp;: int|float|bool|string|null </span> </dt> <dd>Returns the last set value of the specified property.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutClose">getModeWithoutClose()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Close option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutFill">getModeWithoutFill()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Fill option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutStroke">getModeWithoutStroke()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Stroke option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGState">getOutExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResources">getOutExtGStateResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResourcesByKeys">getOutExtGStateResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary for XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResources">getOutGradientResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Gradients Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResourcesByKeys">getOutGradientResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output gradient resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientShaders">getOutGradientShaders()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for gradient shaders</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getPathPaintOp">getPathPaintOp()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPointMirroring">getPointMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Point reflection mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPropScaling">getPropScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurve">getRawCurve()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveV">getRawCurveV()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawCurveY">getRawCurveY()</a> <span> &nbsp;: string </span> </dt> <dd>Append a cubic Bezier curve to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawEllipticalArc">getRawEllipticalArc()</a> <span> &nbsp;: string </span> </dt> <dd>Append an elliptical arc to the current path.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawLine">getRawLine()</a> <span> &nbsp;: string </span> </dt> <dd>Append a straight line segment from the current point to the specified one.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawPoint">getRawPoint()</a> <span> &nbsp;: string </span> </dt> <dd>Begin a new subpath by moving the current point to the specified coordinates, omitting any connecting line segment.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getRawRect">getRawRect()</a> <span> &nbsp;: string </span> </dt> <dd>Append a rectangle to the current path as a complete subpath, with lower-left corner in the specified point and dimensions width and height in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getReflection">getReflection()</a> <span> &nbsp;: string </span> </dt> <dd>Reflection against a straight line through point (x, y) with the gradient angle (angle).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getRotation">getRotation()</a> <span> &nbsp;: string </span> </dt> <dd>Rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getScaling">getScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal non-proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getSkewing">getSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStartTransform">getStartTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Starts a 2D transformation saving current graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStopTransform">getStopTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Stops a 2D tranformation restoring previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyle">getStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the last style added.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyleCmd">getStyleCmd()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the specified style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformation">getTransformation()</a> <span> &nbsp;: string </span> </dt> <dd>Get the tranformation matrix (CTM) PDF string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformIndex">getTransformIndex()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the transformation stack index.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformStack">getTransformStack()</a> <span> &nbsp;: array&lt;int, array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr>&gt;&gt; </span> </dt> <dd>Returns the transformation stack.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTranslation">getTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally and vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#method_getVectorsAngle">getVectorsAngle()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the angle in radiants between two vectors with the same origin point.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertMirroring">getVertMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Verical Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertScaling">getVertScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertSkewing">getVertSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertTranslation">getVertTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_initStyle">initStyle()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize default style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClippingMode">isClippingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode is of clippping type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClosingMode">isClosingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes &quot;closing the path&quot; option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isFillingMode">isFillingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified path paint operator includes the filling option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isStrokingMode">isStrokingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes the stroking option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_pop">pop()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_restoreStyleStatus">restoreStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Restore the saved style status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_saveStyleStatus">saveStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Save the current style ID to be restored later.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setKUnit">setKUnit()</a> <span> &nbsp;: static </span> </dt> <dd>Set unit of measure conversion ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageHeight">setPageHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Set page height and returns previous value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageWidth">setPageWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Set page width and returns previous value.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_IDMATRIX"> IDMATRIX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">99</span> </aside> <p class="phpdocumentor-summary">Identity matrix for transformations.</p>classes-Com-Tecnick-Pdf-Graph-Stylehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Style <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base"><abbr title="\Com\Tecnick\Pdf\Graph\Base">Base</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Style.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style"><abbr title="src/Style.php">Style.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Style</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>StyleDataOpt from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX">IDMATRIX</a> <span> &nbsp;= [1.0, 0.0, 0.0, 1.0, 0.0, 0.0] </span> </dt> <dd>Identity matrix for transformations.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_MPI">MPI</a> <span> &nbsp;= 3.141592653589793 </span> </dt> <dd>Pi constant We use this instead of M_PI because HHVM has a different value.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleArray">getCurrentStyleArray()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleDataOpt">StyleDataOpt</abbr> </span> </dt> <dd>Returns the last style array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleItem">getCurrentStyleItem()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the value of th especified item from the last inserted style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getDefaultStyle">getDefaultStyle()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleData">StyleData</abbr> </span> </dt> <dd>Returns the default style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getExtGState">getExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Add transparency parameters to the current extgstate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getLastExtGStateID">getLastExtGStateID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last extgstate ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getLastStyleProperty">getLastStyleProperty()</a> <span> &nbsp;: int|float|bool|string|null </span> </dt> <dd>Returns the last set value of the specified property.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutClose">getModeWithoutClose()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Close option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutFill">getModeWithoutFill()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Fill option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutStroke">getModeWithoutStroke()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Stroke option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGState">getOutExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResources">getOutExtGStateResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResourcesByKeys">getOutExtGStateResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary for XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResources">getOutGradientResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Gradients Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResourcesByKeys">getOutGradientResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output gradient resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientShaders">getOutGradientShaders()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for gradient shaders</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getPathPaintOp">getPathPaintOp()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyle">getStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the last style added.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyleCmd">getStyleCmd()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the specified style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_initStyle">initStyle()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize default style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClippingMode">isClippingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode is of clippping type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClosingMode">isClosingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes &quot;closing the path&quot; option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isFillingMode">isFillingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified path paint operator includes the filling option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isStrokingMode">isStrokingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes the stroking option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_pop">pop()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_restoreStyleStatus">restoreStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Restore the saved style status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_saveStyleStatus">saveStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Save the current style ID to be restored later.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setKUnit">setKUnit()</a> <span> &nbsp;: static </span> </dt> <dd>Set unit of measure conversion ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageHeight">setPageHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Set page height and returns previous value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageWidth">setPageWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Set page width and returns previous value.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_IDMATRIX"> IDMATRIX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">99</span> </aside> <p class="phpdocumentor-summary">Identity matrix for transformations.</p>classes-Com-Tecnick-Pdf-Graph-Transformhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph">Graph</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Transform <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style"><abbr title="\Com\Tecnick\Pdf\Graph\Style">Style</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph">PdfGraph</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Transform.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform"><abbr title="src/Transform.php">Transform.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Graph\Transform</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> https://github.com/tecnickcom/tc-lib-pdf-graph </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TTMatrix from \Com\Tecnick\Pdf\Graph\Base</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX">IDMATRIX</a> <span> &nbsp;= [1.0, 0.0, 0.0, 1.0, 0.0, 0.0] </span> </dt> <dd>Identity matrix for transformations.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_MPI">MPI</a> <span> &nbsp;= 3.141592653589793 </span> </dt> <dd>Pi constant We use this instead of M_PI because HHVM has a different value.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_add">add()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_degToRad">degToRad()</a> <span> &nbsp;: float </span> </dt> <dd>Converts the number in degrees to the radian equivalent.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getCtmProduct">getCtmProduct()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr> </span> </dt> <dd>Get the product of two Tranformation Matrix.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleArray">getCurrentStyleArray()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleDataOpt">StyleDataOpt</abbr> </span> </dt> <dd>Returns the last style array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getCurrentStyleItem">getCurrentStyleItem()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the value of th especified item from the last inserted style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getDefaultStyle">getDefaultStyle()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Graph\StyleData">StyleData</abbr> </span> </dt> <dd>Returns the default style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getExtGState">getExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Add transparency parameters to the current extgstate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizMirroring">getHorizMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizScaling">getHorizScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Horizontal Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizSkewing">getHorizSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getHorizTranslation">getHorizTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getLastExtGStateID">getLastExtGStateID()</a> <span> &nbsp;: int|null </span> </dt> <dd>Returns the last extgstate ID to be used with XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getLastStyleProperty">getLastStyleProperty()</a> <span> &nbsp;: int|float|bool|string|null </span> </dt> <dd>Returns the last set value of the specified property.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutClose">getModeWithoutClose()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Close option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutFill">getModeWithoutFill()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Fill option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getModeWithoutStroke">getModeWithoutStroke()</a> <span> &nbsp;: string </span> </dt> <dd>Remove the Stroke option from the specified Path paint operator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getObjectNumber">getObjectNumber()</a> <span> &nbsp;: int </span> </dt> <dd>Returns current PDF object number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGState">getOutExtGState()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResources">getOutExtGStateResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutExtGStateResourcesByKeys">getOutExtGStateResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for ExtGState Resource Dictionary for XOBjects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResources">getOutGradientResources()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for Gradients Resource Dictionary</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientResourcesByKeys">getOutGradientResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output gradient resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_getOutGradientShaders">getOutGradientShaders()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF output string for gradient shaders</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getPathPaintOp">getPathPaintOp()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPointMirroring">getPointMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Point reflection mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getPropScaling">getPropScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getReflection">getReflection()</a> <span> &nbsp;: string </span> </dt> <dd>Reflection against a straight line through point (x, y) with the gradient angle (angle).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getRotation">getRotation()</a> <span> &nbsp;: string </span> </dt> <dd>Rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getScaling">getScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical and horizontal non-proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getSkewing">getSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStartTransform">getStartTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Starts a 2D transformation saving current graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getStopTransform">getStopTransform()</a> <span> &nbsp;: string </span> </dt> <dd>Stops a 2D tranformation restoring previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyle">getStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the last style added.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_getStyleCmd">getStyleCmd()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF string of the specified style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformation">getTransformation()</a> <span> &nbsp;: string </span> </dt> <dd>Get the tranformation matrix (CTM) PDF string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformIndex">getTransformIndex()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the transformation stack index.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTransformStack">getTransformStack()</a> <span> &nbsp;: array&lt;int, array&lt;int, <abbr title="\Com\Tecnick\Pdf\Graph\TTMatrix">TTMatrix</abbr>&gt;&gt; </span> </dt> <dd>Returns the transformation stack.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getTranslation">getTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object horizontally and vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertMirroring">getVertMirroring()</a> <span> &nbsp;: string </span> </dt> <dd>Verical Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertScaling">getVertScaling()</a> <span> &nbsp;: string </span> </dt> <dd>Vertical Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertSkewing">getVertSkewing()</a> <span> &nbsp;: string </span> </dt> <dd>Skew vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#method_getVertTranslation">getVertTranslation()</a> <span> &nbsp;: string </span> </dt> <dd>Translate graphic object vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_initStyle">initStyle()</a> <span> &nbsp;: void </span> </dt> <dd>Initialize default style</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClippingMode">isClippingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode is of clippping type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isClosingMode">isClosingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes &quot;closing the path&quot; option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isFillingMode">isFillingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified path paint operator includes the filling option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_isStrokingMode">isStrokingMode()</a> <span> &nbsp;: bool </span> </dt> <dd>Returns true if the specified mode includes the stroking option.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_pop">pop()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_restoreStyleStatus">restoreStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Restore the saved style status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style#method_saveStyleStatus">saveStyleStatus()</a> <span> &nbsp;: void </span> </dt> <dd>Save the current style ID to be restored later.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setKUnit">setKUnit()</a> <span> &nbsp;: static </span> </dt> <dd>Set unit of measure conversion ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageHeight">setPageHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Set page height and returns previous value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#method_setPageWidth">setPageWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Set page width and returns previous value.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_IDMATRIX"> IDMATRIX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base#constant_IDMATRIX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Base.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base"><abbr title="src/Base.php">Base.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">99</span> </aside> <p class="phpdocumentor-summary">Identity matrix for transformations.</p>files-src-basehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Base.php</h2> <p class="phpdocumentor-summary">Base.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base"><abbr title="\Com\Tecnick\Pdf\Graph\Base">Base</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Base</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Base.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-base#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-drawhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Draw.php</h2> <p class="phpdocumentor-summary">Draw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw"><abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Draw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Draw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-draw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception"><abbr title="\Com\Tecnick\Pdf\Graph\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-gradienthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Gradient.php</h2> <p class="phpdocumentor-summary">Gradient.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient"><abbr title="\Com\Tecnick\Pdf\Graph\Gradient">Gradient</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Gradient</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Gradient.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-gradient#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-rawhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Raw.php</h2> <p class="phpdocumentor-summary">Raw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw"><abbr title="\Com\Tecnick\Pdf\Graph\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Raw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Raw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-raw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-stylehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Style.php</h2> <p class="phpdocumentor-summary">Style.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style"><abbr title="\Com\Tecnick\Pdf\Graph\Style">Style</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Style</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Style.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-style#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-transformhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Transform.php</h2> <p class="phpdocumentor-summary">Transform.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-graph"> <p>This file is part of tc-lib-pdf-graph software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform"><abbr title="\Com\Tecnick\Pdf\Graph\Transform">Transform</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Transform</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Transform.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/files-src-transform#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph"><abbr title="\Com\Tecnick\Pdf\Graph">Graph</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-graphhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Graph</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base"><abbr title="\Com\Tecnick\Pdf\Graph\Base">Base</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Base</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw"><abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Draw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception"><abbr title="\Com\Tecnick\Pdf\Graph\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient"><abbr title="\Com\Tecnick\Pdf\Graph\Gradient">Gradient</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Gradient</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw"><abbr title="\Com\Tecnick\Pdf\Graph\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style"><abbr title="\Com\Tecnick\Pdf\Graph\Style">Style</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Style</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform"><abbr title="\Com\Tecnick\Pdf\Graph\Transform">Transform</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Transform</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com-tecnick-pdf-graph#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-default/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-default/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph"><abbr title="\PdfGraph">PdfGraph</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfGraphhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfGraph</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Base"><abbr title="\Com\Tecnick\Pdf\Graph\Base">Base</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Base</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Draw"><abbr title="\Com\Tecnick\Pdf\Graph\Draw">Draw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Draw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Exception"><abbr title="\Com\Tecnick\Pdf\Graph\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Gradient"><abbr title="\Com\Tecnick\Pdf\Graph\Gradient">Gradient</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Gradient</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Raw"><abbr title="\Com\Tecnick\Pdf\Graph\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Style"><abbr title="\Com\Tecnick\Pdf\Graph\Style">Style</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Style</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/classes-Com-Tecnick-Pdf-Graph-Transform"><abbr title="\Com\Tecnick\Pdf\Graph\Transform">Transform</abbr></a></dt><dd>Com\Tecnick\Pdf\Graph\Transform</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/packages-PdfGraph#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-deprecated/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-errors/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-markers/Sun, 25 Jan 2026 10:34:41 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Page-Boxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Box <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode"><abbr title="\Com\Tecnick\Pdf\Page\Mode">Mode</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Box.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box"><abbr title="src/Box.php">Box.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">193</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Box</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBci array{ 'color': string, 'width': float, 'style': string, 'dash': array<int>, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBox array{ 'llx': float, 'lly': float, 'urx': float, 'ury': float, 'bci'?: PageBci, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>MarginData array{ 'CB': float, 'CT': float, 'FT': float, 'HB': float, 'PB': float, 'PL': float, 'PR': float, 'PT': float, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RegionData array{ 'RB': float, 'RH': float, 'RL': float, 'RR': float, 'RT': float, 'RW': float, 'RX': float, 'RY': float, 'x' : float, 'y' : float, }</p>classes-Com-Tecnick-Pdf-Page-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Page-Formathttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Format <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Format.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format"><abbr title="src/Format.php">Format.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Format</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT">FORMAT</a> <span> &nbsp;= [ // ISO 216 A Series + 2 SIS 014711 extensions &#039;A0&#039; =&gt; [2383.937, 3370.394], // = ( 841 x 1189 ) mm = ( 33.11 x 46.81 ) in &#039;A1&#039; =&gt; [1683.78, 2383.937], // = ( 594 x 841 ) mm = ( 23.39 x 33.11 ) in &#039;A2&#039; =&gt; [1190.551, 1683.78], // = ( 420 x 594 ) mm = ( 16.54 x 23.39 ) in &#039;A3&#039; =&gt; [841.89, 1190.551], // = ( 297 x 420 ) mm = ( 11.69 x 16.54 ) in &#039;A4&#039; =&gt; [595.276, 841.89], // = ( 210 x 297 ) mm = ( 8.27 x 11.69 ) in &#039;A5&#039; =&gt; [419.528, 595.276], // = ( 148 x 210 ) mm = ( 5.83 x 8.27 ) in &#039;A6&#039; =&gt; [297.638, 419.528], // = ( 105 x 148 ) mm = ( 4.13 x 5.83 ) in &#039;A7&#039; =&gt; [209.764, 297.638], // = ( 74 x 105 ) mm = ( 2.91 x 4.13 ) in &#039;A8&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;A9&#039; =&gt; [104.882, 147.402], // = ( 37 x 52 ) mm = ( 1.46 x 2.05 ) in &#039;A10&#039; =&gt; [73.70099999999999, 104.882], // = ( 26 x 37 ) mm = ( 1.02 x 1.46 ) in &#039;A11&#039; =&gt; [51.024, 73.70099999999999], // = ( 18 x 26 ) mm = ( 0.71 x 1.02 ) in &#039;A12&#039; =&gt; [36.85, 51.024], // = ( 13 x 18 ) mm = ( 0.51 x 0.71 ) in // ISO 216 B Series + 2 SIS 014711 extensions &#039;B0&#039; =&gt; [2834.646, 4008.189], // = ( 1000 x 1414 ) mm = ( 39.37 x 55.67 ) in &#039;B1&#039; =&gt; [2004.094, 2834.646], // = ( 707 x 1000 ) mm = ( 27.83 x 39.37 ) in &#039;B2&#039; =&gt; [1417.323, 2004.094], // = ( 500 x 707 ) mm = ( 19.69 x 27.83 ) in &#039;B3&#039; =&gt; [1000.63, 1417.323], // = ( 353 x 500 ) mm = ( 13.90 x 19.69 ) in &#039;B4&#039; =&gt; [708.6609999999999, 1000.63], // = ( 250 x 353 ) mm = ( 9.84 x 13.90 ) in &#039;B5&#039; =&gt; [498.898, 708.6609999999999], // = ( 176 x 250 ) mm = ( 6.93 x 9.84 ) in &#039;B6&#039; =&gt; [354.331, 498.898], // = ( 125 x 176 ) mm = ( 4.92 x 6.93 ) in &#039;B7&#039; =&gt; [249.449, 354.331], // = ( 88 x 125 ) mm = ( 3.46 x 4.92 ) in &#039;B8&#039; =&gt; [175.748, 249.449], // = ( 62 x 88 ) mm = ( 2.44 x 3.46 ) in &#039;B9&#039; =&gt; [124.724, 175.748], // = ( 44 x 62 ) mm = ( 1.73 x 2.44 ) in &#039;B10&#039; =&gt; [87.874, 124.724], // = ( 31 x 44 ) mm = ( 1.22 x 1.73 ) in &#039;B11&#039; =&gt; [62.362, 87.874], // = ( 22 x 31 ) mm = ( 0.87 x 1.22 ) in &#039;B12&#039; =&gt; [42.52, 62.362], // = ( 15 x 22 ) mm = ( 0.59 x 0.87 ) in // ISO 216 C Series + 2 SIS 014711 extensions + 5 EXTENSION &#039;C0&#039; =&gt; [2599.37, 3676.535], // = ( 917 x 1297 ) mm = ( 36.10 x 51.06 ) in &#039;C1&#039; =&gt; [1836.85, 2599.37], // = ( 648 x 917 ) mm = ( 25.51 x 36.10 ) in &#039;C2&#039; =&gt; [1298.268, 1836.85], // = ( 458 x 648 ) mm = ( 18.03 x 25.51 ) in &#039;C3&#039; =&gt; [918.425, 1298.268], // = ( 324 x 458 ) mm = ( 12.76 x 18.03 ) in &#039;C4&#039; =&gt; [649.134, 918.425], // = ( 229 x 324 ) mm = ( 9.02 x 12.76 ) in &#039;C5&#039; =&gt; [459.213, 649.134], // = ( 162 x 229 ) mm = ( 6.38 x 9.02 ) in &#039;C6&#039; =&gt; [323.15, 459.213], // = ( 114 x 162 ) mm = ( 4.49 x 6.38 ) in &#039;C7&#039; =&gt; [229.606, 323.15], // = ( 81 x 114 ) mm = ( 3.19 x 4.49 ) in &#039;C8&#039; =&gt; [161.575, 229.606], // = ( 57 x 81 ) mm = ( 2.24 x 3.19 ) in &#039;C9&#039; =&gt; [113.386, 161.575], // = ( 40 x 57 ) mm = ( 1.57 x 2.24 ) in &#039;C10&#039; =&gt; [79.37, 113.386], // = ( 28 x 40 ) mm = ( 1.10 x 1.57 ) in &#039;C11&#039; =&gt; [56.693, 79.37], // = ( 20 x 28 ) mm = ( 0.79 x 1.10 ) in &#039;C12&#039; =&gt; [39.685, 56.693], // = ( 14 x 20 ) mm = ( 0.55 x 0.79 ) in &#039;C76&#039; =&gt; [229.606, 459.213], // = ( 81 x 162 ) mm = ( 3.19 x 6.38 ) in &#039;DL&#039; =&gt; [311.811, 623.622], // = ( 110 x 220 ) mm = ( 4.33 x 8.66 ) in &#039;DLE&#039; =&gt; [323.15, 637.795], // = ( 114 x 225 ) mm = ( 4.49 x 8.86 ) in &#039;DLX&#039; =&gt; [340.158, 666.1420000000001], // = ( 120 x 235 ) mm = ( 4.72 x 9.25 ) in &#039;DLP&#039; =&gt; [280.63, 595.276], // = ( 99 x 210 ) mm = ( 3.90 x 8.27 ) in (A4/3) // SIS 014711 E Series &#039;E0&#039; =&gt; [2491.654, 3517.795], // = ( 879 x 1241 ) mm = ( 34.61 x 48.86 ) in &#039;E1&#039; =&gt; [1757.48, 2491.654], // = ( 620 x 879 ) mm = ( 24.41 x 34.61 ) in &#039;E2&#039; =&gt; [1247.244, 1757.48], // = ( 440 x 620 ) mm = ( 17.32 x 24.41 ) in &#039;E3&#039; =&gt; [878.74, 1247.244], // = ( 310 x 440 ) mm = ( 12.20 x 17.32 ) in &#039;E4&#039; =&gt; [623.622, 878.74], // = ( 220 x 310 ) mm = ( 8.66 x 12.20 ) in &#039;E5&#039; =&gt; [439.37, 623.622], // = ( 155 x 220 ) mm = ( 6.10 x 8.66 ) in &#039;E6&#039; =&gt; [311.811, 439.37], // = ( 110 x 155 ) mm = ( 4.33 x 6.10 ) in &#039;E7&#039; =&gt; [221.102, 311.811], // = ( 78 x 110 ) mm = ( 3.07 x 4.33 ) in &#039;E8&#039; =&gt; [155.906, 221.102], // = ( 55 x 78 ) mm = ( 2.17 x 3.07 ) in &#039;E9&#039; =&gt; [110.551, 155.906], // = ( 39 x 55 ) mm = ( 1.54 x 2.17 ) in &#039;E10&#039; =&gt; [76.535, 110.551], // = ( 27 x 39 ) mm = ( 1.06 x 1.54 ) in &#039;E11&#039; =&gt; [53.858, 76.535], // = ( 19 x 27 ) mm = ( 0.75 x 1.06 ) in &#039;E12&#039; =&gt; [36.85, 53.858], // = ( 13 x 19 ) mm = ( 0.51 x 0.75 ) in // SIS 014711 G Series &#039;G0&#039; =&gt; [2715.591, 3838.11], // = ( 958 x 1354 ) mm = ( 37.72 x 53.31 ) in &#039;G1&#039; =&gt; [1919.055, 2715.591], // = ( 677 x 958 ) mm = ( 26.65 x 37.72 ) in &#039;G2&#039; =&gt; [1357.795, 1919.055], // = ( 479 x 677 ) mm = ( 18.86 x 26.65 ) in &#039;G3&#039; =&gt; [958.11, 1357.795], // = ( 338 x 479 ) mm = ( 13.31 x 18.86 ) in &#039;G4&#039; =&gt; [677.48, 958.11], // = ( 239 x 338 ) mm = ( 9.41 x 13.31 ) in &#039;G5&#039; =&gt; [479.055, 677.48], // = ( 169 x 239 ) mm = ( 6.65 x 9.41 ) in &#039;G6&#039; =&gt; [337.323, 479.055], // = ( 119 x 169 ) mm = ( 4.69 x 6.65 ) in &#039;G7&#039; =&gt; [238.11, 337.323], // = ( 84 x 119 ) mm = ( 3.31 x 4.69 ) in &#039;G8&#039; =&gt; [167.244, 238.11], // = ( 59 x 84 ) mm = ( 2.32 x 3.31 ) in &#039;G9&#039; =&gt; [119.055, 167.244], // = ( 42 x 59 ) mm = ( 1.65 x 2.32 ) in &#039;G10&#039; =&gt; [82.205, 119.055], // = ( 29 x 42 ) mm = ( 1.14 x 1.65 ) in &#039;G11&#039; =&gt; [59.528, 82.205], // = ( 21 x 29 ) mm = ( 0.83 x 1.14 ) in &#039;G12&#039; =&gt; [39.685, 59.528], // = ( 14 x 21 ) mm = ( 0.55 x 0.83 ) in // ISO Press &#039;RA0&#039; =&gt; [2437.795, 3458.268], // = ( 860 x 1220 ) mm = ( 33.86 x 48.03 ) in &#039;RA1&#039; =&gt; [1729.134, 2437.795], // = ( 610 x 860 ) mm = ( 24.02 x 33.86 ) in &#039;RA2&#039; =&gt; [1218.898, 1729.134], // = ( 430 x 610 ) mm = ( 16.93 x 24.02 ) in &#039;RA3&#039; =&gt; [864.567, 1218.898], // = ( 305 x 430 ) mm = ( 12.01 x 16.93 ) in &#039;RA4&#039; =&gt; [609.449, 864.567], // = ( 215 x 305 ) mm = ( 8.46 x 12.01 ) in &#039;SRA0&#039; =&gt; [2551.181, 3628.346], // = ( 900 x 1280 ) mm = ( 35.43 x 50.39 ) in &#039;SRA1&#039; =&gt; [1814.173, 2551.181], // = ( 640 x 900 ) mm = ( 25.20 x 35.43 ) in &#039;SRA2&#039; =&gt; [1275.591, 1814.173], // = ( 450 x 640 ) mm = ( 17.72 x 25.20 ) in &#039;SRA3&#039; =&gt; [907.087, 1275.591], // = ( 320 x 450 ) mm = ( 12.60 x 17.72 ) in &#039;SRA4&#039; =&gt; [637.795, 907.087], // = ( 225 x 320 ) mm = ( 8.86 x 12.60 ) in // German DIN 476 &#039;4A0&#039; =&gt; [4767.874, 6740.787], // = ( 1682 x 2378 ) mm = ( 66.22 x 93.62 ) in &#039;2A0&#039; =&gt; [3370.394, 4767.874], // = ( 1189 x 1682 ) mm = ( 46.81 x 66.22 ) in // Variations on the ISO Standard &#039;A2_EXTRA&#039; =&gt; [1261.417, 1754.646], // = ( 445 x 619 ) mm = ( 17.52 x 24.37 ) in &#039;A3+&#039; =&gt; [932.598, 1369.134], // = ( 329 x 483 ) mm = ( 12.95 x 19.02 ) in &#039;A3_EXTRA&#039; =&gt; [912.756, 1261.417], // = ( 322 x 445 ) mm = ( 12.68 x 17.52 ) in &#039;A3_SUPER&#039; =&gt; [864.567, 1440.0], // = ( 305 x 508 ) mm = ( 12.01 x 20.00 ) in &#039;SUPER_A3&#039; =&gt; [864.567, 1380.472], // = ( 305 x 487 ) mm = ( 12.01 x 19.17 ) in &#039;A4_EXTRA&#039; =&gt; [666.1420000000001, 912.756], // = ( 235 x 322 ) mm = ( 9.25 x 12.68 ) in &#039;A4_SUPER&#039; =&gt; [649.134, 912.756], // = ( 229 x 322 ) mm = ( 9.02 x 12.68 ) in &#039;SUPER_A4&#039; =&gt; [643.465, 1009.134], // = ( 227 x 356 ) mm = ( 8.94 x 14.02 ) in &#039;A4_LONG&#039; =&gt; [595.276, 986.457], // = ( 210 x 348 ) mm = ( 8.27 x 13.70 ) in &#039;F4&#039; =&gt; [595.276, 935.433], // = ( 210 x 330 ) mm = ( 8.27 x 12.99 ) in &#039;SO_B5_EXTRA&#039; =&gt; [572.598, 782.362], // = ( 202 x 276 ) mm = ( 7.95 x 10.87 ) in &#039;A5_EXTRA&#039; =&gt; [490.394, 666.1420000000001], // = ( 173 x 235 ) mm = ( 6.81 x 9.25 ) in // ANSI Series &#039;ANSI_E&#039; =&gt; [2448.0, 3168.0], // = ( 864 x 1118 ) mm = ( 34.00 x 44.00 ) in &#039;ANSI_D&#039; =&gt; [1584.0, 2448.0], // = ( 559 x 864 ) mm = ( 22.00 x 34.00 ) in &#039;ANSI_C&#039; =&gt; [1224.0, 1584.0], // = ( 432 x 559 ) mm = ( 17.00 x 22.00 ) in &#039;ANSI_B&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ANSI_A&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in // Traditional &#039;Loose&#039; North American Paper Sizes &#039;USLEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;LEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;ORGANIZERK&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;BIBLE&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;USTABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;TABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ORGANIZERM&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;LETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;LEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;GOVERNMENTLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;GLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;JUNIORLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in &#039;JLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in // Other North American Paper Sizes &#039;QUADDEMY&#039; =&gt; [2520.0, 3240.0], // = ( 889 x 1143 ) mm = ( 35.00 x 45.00 ) in &#039;SUPER_B&#039; =&gt; [936.0, 1368.0], // = ( 330 x 483 ) mm = ( 13.00 x 19.00 ) in &#039;QUARTO&#039; =&gt; [648.0, 792.0], // = ( 229 x 279 ) mm = ( 9.00 x 11.00 ) in &#039;GOVERNMENTLEGAL&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;FOLIO&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;MONARCH&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;EXECUTIVE&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;ORGANIZERL&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;STATEMENT&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;MEMO&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;FOOLSCAP&#039; =&gt; [595.4400000000001, 936.0], // = ( 210 x 330 ) mm = ( 8.27 x 13.00 ) in &#039;COMPACT&#039; =&gt; [306.0, 486.0], // = ( 108 x 171 ) mm = ( 4.25 x 6.75 ) in &#039;ORGANIZERJ&#039; =&gt; [198.0, 360.0], // = ( 70 x 127 ) mm = ( 2.75 x 5.00 ) in // Canadian standard CAN 2-9.60M &#039;P1&#039; =&gt; [1587.402, 2437.795], // = ( 560 x 860 ) mm = ( 22.05 x 33.86 ) in &#039;P2&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;P3&#039; =&gt; [793.701, 1218.898], // = ( 280 x 430 ) mm = ( 11.02 x 16.93 ) in &#039;P4&#039; =&gt; [609.449, 793.701], // = ( 215 x 280 ) mm = ( 8.46 x 11.02 ) in &#039;P5&#039; =&gt; [396.85, 609.449], // = ( 140 x 215 ) mm = ( 5.51 x 8.46 ) in &#039;P6&#039; =&gt; [303.307, 396.85], // = ( 107 x 140 ) mm = ( 4.21 x 5.51 ) in // North American Architectural Sizes &#039;ARCH_E&#039; =&gt; [2592.0, 3456.0], // = ( 914 x 1219 ) mm = ( 36.00 x 48.00 ) in &#039;ARCH_E1&#039; =&gt; [2160.0, 3024.0], // = ( 762 x 1067 ) mm = ( 30.00 x 42.00 ) in &#039;ARCH_D&#039; =&gt; [1728.0, 2592.0], // = ( 610 x 914 ) mm = ( 24.00 x 36.00 ) in &#039;BROADSHEET&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_C&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_B&#039; =&gt; [864.0, 1296.0], // = ( 305 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;ARCH_A&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in // -- North American Envelope Sizes // - Announcement Envelopes &#039;ANNENV_A2&#039; =&gt; [314.64, 414.0], // = ( 111 x 146 ) mm = ( 4.37 x 5.75 ) in &#039;ANNENV_A6&#039; =&gt; [342.0, 468.0], // = ( 121 x 165 ) mm = ( 4.75 x 6.50 ) in &#039;ANNENV_A7&#039; =&gt; [378.0, 522.0], // = ( 133 x 184 ) mm = ( 5.25 x 7.25 ) in &#039;ANNENV_A8&#039; =&gt; [396.0, 584.64], // = ( 140 x 206 ) mm = ( 5.50 x 8.12 ) in &#039;ANNENV_A10&#039; =&gt; [450.0, 692.64], // = ( 159 x 244 ) mm = ( 6.25 x 9.62 ) in &#039;ANNENV_SLIM&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in // - Commercial Envelopes &#039;COMMENV_N6_1/4&#039; =&gt; [252.0, 432.0], // = ( 89 x 152 ) mm = ( 3.50 x 6.00 ) in &#039;COMMENV_N6_3/4&#039; =&gt; [260.64, 468.0], // = ( 92 x 165 ) mm = ( 3.62 x 6.50 ) in &#039;COMMENV_N8&#039; =&gt; [278.64, 540.0], // = ( 98 x 191 ) mm = ( 3.87 x 7.50 ) in &#039;COMMENV_N9&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in &#039;COMMENV_N10&#039; =&gt; [296.64, 684.0], // = ( 105 x 241 ) mm = ( 4.12 x 9.50 ) in &#039;COMMENV_N11&#039; =&gt; [324.0, 746.64], // = ( 114 x 263 ) mm = ( 4.50 x 10.37 ) in &#039;COMMENV_N12&#039; =&gt; [342.0, 792.0], // = ( 121 x 279 ) mm = ( 4.75 x 11.00 ) in &#039;COMMENV_N14&#039; =&gt; [360.0, 828.0], // = ( 127 x 292 ) mm = ( 5.00 x 11.50 ) in // - Catalogue Envelopes &#039;CATENV_N1&#039; =&gt; [432.0, 648.0], // = ( 152 x 229 ) mm = ( 6.00 x 9.00 ) in &#039;CATENV_N1_3/4&#039; =&gt; [468.0, 684.0], // = ( 165 x 241 ) mm = ( 6.50 x 9.50 ) in &#039;CATENV_N2&#039; =&gt; [468.0, 720.0], // = ( 165 x 254 ) mm = ( 6.50 x 10.00 ) in &#039;CATENV_N3&#039; =&gt; [504.0, 720.0], // = ( 178 x 254 ) mm = ( 7.00 x 10.00 ) in &#039;CATENV_N6&#039; =&gt; [540.0, 756.0], // = ( 191 x 267 ) mm = ( 7.50 x 10.50 ) in &#039;CATENV_N7&#039; =&gt; [576.0, 792.0], // = ( 203 x 279 ) mm = ( 8.00 x 11.00 ) in &#039;CATENV_N8&#039; =&gt; [594.0, 810.0], // = ( 210 x 286 ) mm = ( 8.25 x 11.25 ) in &#039;CATENV_N9_1/2&#039; =&gt; [612.0, 756.0], // = ( 216 x 267 ) mm = ( 8.50 x 10.50 ) in &#039;CATENV_N9_3/4&#039; =&gt; [630.0, 810.0], // = ( 222 x 286 ) mm = ( 8.75 x 11.25 ) in &#039;CATENV_N10_1/2&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in &#039;CATENV_N12_1/2&#039; =&gt; [684.0, 900.0], // = ( 241 x 318 ) mm = ( 9.50 x 12.50 ) in &#039;CATENV_N13_1/2&#039; =&gt; [720.0, 936.0], // = ( 254 x 330 ) mm = ( 10.00 x 13.00 ) in &#039;CATENV_N14_1/4&#039; =&gt; [810.0, 882.0], // = ( 286 x 311 ) mm = ( 11.25 x 12.25 ) in &#039;CATENV_N14_1/2&#039; =&gt; [828.0, 1044.0], // = ( 292 x 368 ) mm = ( 11.50 x 14.50 ) in // Japanese (JIS P 0138-61) Standard B-Series &#039;JIS_B0&#039; =&gt; [2919.685, 4127.244], // = ( 1030 x 1456 ) mm = ( 40.55 x 57.32 ) in &#039;JIS_B1&#039; =&gt; [2063.622, 2919.685], // = ( 728 x 1030 ) mm = ( 28.66 x 40.55 ) in &#039;JIS_B2&#039; =&gt; [1459.843, 2063.622], // = ( 515 x 728 ) mm = ( 20.28 x 28.66 ) in &#039;JIS_B3&#039; =&gt; [1031.811, 1459.843], // = ( 364 x 515 ) mm = ( 14.33 x 20.28 ) in &#039;JIS_B4&#039; =&gt; [728.504, 1031.811], // = ( 257 x 364 ) mm = ( 10.12 x 14.33 ) in &#039;JIS_B5&#039; =&gt; [515.9059999999999, 728.504], // = ( 182 x 257 ) mm = ( 7.17 x 10.12 ) in &#039;JIS_B6&#039; =&gt; [362.835, 515.9059999999999], // = ( 128 x 182 ) mm = ( 5.04 x 7.17 ) in &#039;JIS_B7&#039; =&gt; [257.953, 362.835], // = ( 91 x 128 ) mm = ( 3.58 x 5.04 ) in &#039;JIS_B8&#039; =&gt; [181.417, 257.953], // = ( 64 x 91 ) mm = ( 2.52 x 3.58 ) in &#039;JIS_B9&#039; =&gt; [127.559, 181.417], // = ( 45 x 64 ) mm = ( 1.77 x 2.52 ) in &#039;JIS_B10&#039; =&gt; [90.709, 127.559], // = ( 32 x 45 ) mm = ( 1.26 x 1.77 ) in &#039;JIS_B11&#039; =&gt; [62.362, 90.709], // = ( 22 x 32 ) mm = ( 0.87 x 1.26 ) in &#039;JIS_B12&#039; =&gt; [45.354, 62.362], // = ( 16 x 22 ) mm = ( 0.63 x 0.87 ) in // PA Series &#039;PA0&#039; =&gt; [2381.102, 3174.803], // = ( 840 x 1120 ) mm = ( 33.07 x 44.09 ) in &#039;PA1&#039; =&gt; [1587.402, 2381.102], // = ( 560 x 840 ) mm = ( 22.05 x 33.07 ) in &#039;PA2&#039; =&gt; [1190.551, 1587.402], // = ( 420 x 560 ) mm = ( 16.54 x 22.05 ) in &#039;PA3&#039; =&gt; [793.701, 1190.551], // = ( 280 x 420 ) mm = ( 11.02 x 16.54 ) in &#039;PA4&#039; =&gt; [595.276, 793.701], // = ( 210 x 280 ) mm = ( 8.27 x 11.02 ) in &#039;PA5&#039; =&gt; [396.85, 595.276], // = ( 140 x 210 ) mm = ( 5.51 x 8.27 ) in &#039;PA6&#039; =&gt; [297.638, 396.85], // = ( 105 x 140 ) mm = ( 4.13 x 5.51 ) in &#039;PA7&#039; =&gt; [198.425, 297.638], // = ( 70 x 105 ) mm = ( 2.76 x 4.13 ) in &#039;PA8&#039; =&gt; [147.402, 198.425], // = ( 52 x 70 ) mm = ( 2.05 x 2.76 ) in &#039;PA9&#039; =&gt; [99.21299999999999, 147.402], // = ( 35 x 52 ) mm = ( 1.38 x 2.05 ) in &#039;PA10&#039; =&gt; [73.70099999999999, 99.21299999999999], // = ( 26 x 35 ) mm = ( 1.02 x 1.38 ) in // Standard Photographic Print Sizes &#039;PASSPORT_PHOTO&#039; =&gt; [99.21299999999999, 127.559], // = ( 35 x 45 ) mm = ( 1.38 x 1.77 ) in &#039;E&#039; =&gt; [233.858, 340.157], // = ( 82 x 120 ) mm = ( 3.25 x 4.72 ) in &#039;L&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;3R&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;KG&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4R&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4D&#039; =&gt; [340.157, 430.866], // = ( 120 x 152 ) mm = ( 4.72 x 5.98 ) in &#039;2L&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;5R&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;8P&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6R&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6P&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;8R&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;6PW&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;S8R&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;4P&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;10R&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;4PW&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;S10R&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;11R&#039; =&gt; [790.866, 1009.134], // = ( 279 x 356 ) mm = ( 10.98 x 14.02 ) in &#039;S11R&#039; =&gt; [790.866, 1224.567], // = ( 279 x 432 ) mm = ( 10.98 x 17.01 ) in &#039;12R&#039; =&gt; [864.567, 1080.0], // = ( 305 x 381 ) mm = ( 12.01 x 15.00 ) in &#039;S12R&#039; =&gt; [864.567, 1292.598], // = ( 305 x 456 ) mm = ( 12.01 x 17.95 ) in // Common Newspaper Sizes &#039;NEWSPAPER_BROADSHEET&#039; =&gt; [2125.984, 1700.787], // = ( 750 x 600 ) mm = ( 29.53 x 23.62 ) in &#039;NEWSPAPER_BERLINER&#039; =&gt; [1332.283, 892.913], // = ( 470 x 315 ) mm = ( 18.50 x 12.40 ) in &#039;NEWSPAPER_TABLOID&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in &#039;NEWSPAPER_COMPACT&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in // Business Cards &#039;CREDIT_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO7810&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO216&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;BUSINESS_CARD_IT&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_UK&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_FR&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_DE&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_ES&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_CA&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_US&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_JP&#039; =&gt; [155.906, 257.953], // = ( 55 x 91 ) mm = ( 2.17 x 3.58 ) in &#039;BUSINESS_CARD_HK&#039; =&gt; [153.071, 255.118], // = ( 54 x 90 ) mm = ( 2.13 x 3.54 ) in &#039;BUSINESS_CARD_AU&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_DK&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_SE&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_RU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_CZ&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_FI&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_HU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_IL&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in // Billboards &#039;4SHEET&#039; =&gt; [2880.0, 4320.0], // = ( 1016 x 1524 ) mm = ( 40.00 x 60.00 ) in &#039;6SHEET&#039; =&gt; [3401.575, 5102.362], // = ( 1200 x 1800 ) mm = ( 47.24 x 70.87 ) in &#039;12SHEET&#039; =&gt; [8640.0, 4320.0], // = ( 3048 x 1524 ) mm = (120.00 x 60.00 ) in &#039;16SHEET&#039; =&gt; [5760.0, 8640.0], // = ( 2032 x 3048 ) mm = ( 80.00 x 120.00) in &#039;32SHEET&#039; =&gt; [11520.0, 8640.0], // = ( 4064 x 3048 ) mm = (160.00 x 120.00) in &#039;48SHEET&#039; =&gt; [17280.0, 8640.0], // = ( 6096 x 3048 ) mm = (240.00 x 120.00) in &#039;64SHEET&#039; =&gt; [23040.0, 8640.0], // = ( 8128 x 3048 ) mm = (320.00 x 120.00) in &#039;96SHEET&#039; =&gt; [34560.0, 8640.0], // = (12192 x 3048 ) mm = (480.00 x 120.00) in // -- Old European Sizes // - Old Imperial English Sizes &#039;EN_EMPEROR&#039; =&gt; [3456.0, 5184.0], // = ( 1219 x 1829 ) mm = ( 48.00 x 72.00 ) in &#039;EN_ANTIQUARIAN&#039; =&gt; [2232.0, 3816.0], // = ( 787 x 1346 ) mm = ( 31.00 x 53.00 ) in &#039;EN_GRAND_EAGLE&#039; =&gt; [2070.0, 3024.0], // = ( 730 x 1067 ) mm = ( 28.75 x 42.00 ) in &#039;EN_DOUBLE_ELEPHANT&#039; =&gt; [1926.0, 2880.0], // = ( 679 x 1016 ) mm = ( 26.75 x 40.00 ) in &#039;EN_ATLAS&#039; =&gt; [1872.0, 2448.0], // = ( 660 x 864 ) mm = ( 26.00 x 34.00 ) in &#039;EN_COLOMBIER&#039; =&gt; [1692.0, 2484.0], // = ( 597 x 876 ) mm = ( 23.50 x 34.50 ) in &#039;EN_ELEPHANT&#039; =&gt; [1656.0, 2016.0], // = ( 584 x 711 ) mm = ( 23.00 x 28.00 ) in &#039;EN_DOUBLE_DEMY&#039; =&gt; [1620.0, 2556.0], // = ( 572 x 902 ) mm = ( 22.50 x 35.50 ) in &#039;EN_IMPERIAL&#039; =&gt; [1584.0, 2160.0], // = ( 559 x 762 ) mm = ( 22.00 x 30.00 ) in &#039;EN_PRINCESS&#039; =&gt; [1548.0, 2016.0], // = ( 546 x 711 ) mm = ( 21.50 x 28.00 ) in &#039;EN_CARTRIDGE&#039; =&gt; [1512.0, 1872.0], // = ( 533 x 660 ) mm = ( 21.00 x 26.00 ) in &#039;EN_DOUBLE_LARGE_POST&#039; =&gt; [1512.0, 2376.0], // = ( 533 x 838 ) mm = ( 21.00 x 33.00 ) in &#039;EN_ROYAL&#039; =&gt; [1440.0, 1800.0], // = ( 508 x 635 ) mm = ( 20.00 x 25.00 ) in &#039;EN_SHEET&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_HALF_POST&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_SUPER_ROYAL&#039; =&gt; [1368.0, 1944.0], // = ( 483 x 686 ) mm = ( 19.00 x 27.00 ) in &#039;EN_DOUBLE_POST&#039; =&gt; [1368.0, 2196.0], // = ( 483 x 775 ) mm = ( 19.00 x 30.50 ) in &#039;EN_MEDIUM&#039; =&gt; [1260.0, 1656.0], // = ( 445 x 584 ) mm = ( 17.50 x 23.00 ) in &#039;EN_DEMY&#039; =&gt; [1260.0, 1620.0], // = ( 445 x 572 ) mm = ( 17.50 x 22.50 ) in &#039;EN_LARGE_POST&#039; =&gt; [1188.0, 1512.0], // = ( 419 x 533 ) mm = ( 16.50 x 21.00 ) in &#039;EN_COPY_DRAUGHT&#039; =&gt; [1152.0, 1440.0], // = ( 406 x 508 ) mm = ( 16.00 x 20.00 ) in &#039;EN_POST&#039; =&gt; [1116.0, 1386.0], // = ( 394 x 489 ) mm = ( 15.50 x 19.25 ) in &#039;EN_CROWN&#039; =&gt; [1080.0, 1440.0], // = ( 381 x 508 ) mm = ( 15.00 x 20.00 ) in &#039;EN_PINCHED_POST&#039; =&gt; [1062.0, 1332.0], // = ( 375 x 470 ) mm = ( 14.75 x 18.50 ) in &#039;EN_BRIEF&#039; =&gt; [972.0, 1152.0], // = ( 343 x 406 ) mm = ( 13.50 x 16.00 ) in &#039;EN_FOOLSCAP&#039; =&gt; [972.0, 1224.0], // = ( 343 x 432 ) mm = ( 13.50 x 17.00 ) in &#039;EN_SMALL_FOOLSCAP&#039; =&gt; [954.0, 1188.0], // = ( 337 x 419 ) mm = ( 13.25 x 16.50 ) in &#039;EN_POTT&#039; =&gt; [900.0, 1080.0], // = ( 318 x 381 ) mm = ( 12.50 x 15.00 ) in // - Old Imperial Belgian Sizes &#039;BE_GRAND_AIGLE&#039; =&gt; [1984.252, 2948.031], // = ( 700 x 1040 ) mm = ( 27.56 x 40.94 ) in &#039;BE_COLOMBIER&#039; =&gt; [1757.48, 2409.449], // = ( 620 x 850 ) mm = ( 24.41 x 33.46 ) in &#039;BE_DOUBLE_CARRE&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;BE_ELEPHANT&#039; =&gt; [1746.142, 2182.677], // = ( 616 x 770 ) mm = ( 24.25 x 30.31 ) in &#039;BE_PETIT_AIGLE&#039; =&gt; [1700.787, 2381.102], // = ( 600 x 840 ) mm = ( 23.62 x 33.07 ) in &#039;BE_GRAND_JESUS&#039; =&gt; [1559.055, 2069.291], // = ( 550 x 730 ) mm = ( 21.65 x 28.74 ) in &#039;BE_JESUS&#039; =&gt; [1530.709, 2069.291], // = ( 540 x 730 ) mm = ( 21.26 x 28.74 ) in &#039;BE_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;BE_GRAND_MEDIAN&#039; =&gt; [1303.937, 1714.961], // = ( 460 x 605 ) mm = ( 18.11 x 23.82 ) in &#039;BE_DOUBLE_POSTE&#039; =&gt; [1233.071, 1601.575], // = ( 435 x 565 ) mm = ( 17.13 x 22.24 ) in &#039;BE_COQUILLE&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;BE_PETIT_MEDIAN&#039; =&gt; [1176.378, 1502.362], // = ( 415 x 530 ) mm = ( 16.34 x 20.87 ) in &#039;BE_RUCHE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;BE_PROPATRIA&#039; =&gt; [977.953, 1218.898], // = ( 345 x 430 ) mm = ( 13.58 x 16.93 ) in &#039;BE_LYS&#039; =&gt; [898.583, 1125.354], // = ( 317 x 397 ) mm = ( 12.48 x 15.63 ) in &#039;BE_POT&#039; =&gt; [870.236, 1088.504], // = ( 307 x 384 ) mm = ( 12.09 x 15.12 ) in &#039;BE_ROSETTE&#039; =&gt; [765.354, 983.622], // = ( 270 x 347 ) mm = ( 10.63 x 13.66 ) in // - Old Imperial French Sizes &#039;FR_UNIVERS&#039; =&gt; [2834.646, 3685.039], // = ( 1000 x 1300 ) mm = ( 39.37 x 51.18 ) in &#039;FR_DOUBLE_COLOMBIER&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_GRANDE_MONDE&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_DOUBLE_SOLEIL&#039; =&gt; [2267.717, 3401.575], // = ( 800 x 1200 ) mm = ( 31.50 x 47.24 ) in &#039;FR_DOUBLE_JESUS&#039; =&gt; [2154.331, 3174.803], // = ( 760 x 1120 ) mm = ( 29.92 x 44.09 ) in &#039;FR_GRAND_AIGLE&#039; =&gt; [2125.984, 3004.724], // = ( 750 x 1060 ) mm = ( 29.53 x 41.73 ) in &#039;FR_PETIT_AIGLE&#039; =&gt; [1984.252, 2664.567], // = ( 700 x 940 ) mm = ( 27.56 x 37.01 ) in &#039;FR_DOUBLE_RAISIN&#039; =&gt; [1842.52, 2834.646], // = ( 650 x 1000 ) mm = ( 25.59 x 39.37 ) in &#039;FR_JOURNAL&#039; =&gt; [1842.52, 2664.567], // = ( 650 x 940 ) mm = ( 25.59 x 37.01 ) in &#039;FR_COLOMBIER_AFFICHE&#039; =&gt; [1785.827, 2551.181], // = ( 630 x 900 ) mm = ( 24.80 x 35.43 ) in &#039;FR_DOUBLE_CAVALIER&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;FR_CLOCHE&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_SOLEIL&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_DOUBLE_CARRE&#039; =&gt; [1587.402, 2551.181], // = ( 560 x 900 ) mm = ( 22.05 x 35.43 ) in &#039;FR_DOUBLE_COQUILLE&#039; =&gt; [1587.402, 2494.488], // = ( 560 x 880 ) mm = ( 22.05 x 34.65 ) in &#039;FR_JESUS&#039; =&gt; [1587.402, 2154.331], // = ( 560 x 760 ) mm = ( 22.05 x 29.92 ) in &#039;FR_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;FR_CAVALIER&#039; =&gt; [1303.937, 1757.48], // = ( 460 x 620 ) mm = ( 18.11 x 24.41 ) in &#039;FR_DOUBLE_COURONNE&#039; =&gt; [1303.937, 2040.945], // = ( 460 x 720 ) mm = ( 18.11 x 28.35 ) in &#039;FR_CARRE&#039; =&gt; [1275.591, 1587.402], // = ( 450 x 560 ) mm = ( 17.72 x 22.05 ) in &#039;FR_COQUILLE&#039; =&gt; [1247.244, 1587.402], // = ( 440 x 560 ) mm = ( 17.32 x 22.05 ) in &#039;FR_DOUBLE_TELLIERE&#039; =&gt; [1247.244, 1927.559], // = ( 440 x 680 ) mm = ( 17.32 x 26.77 ) in &#039;FR_DOUBLE_CLOCHE&#039; =&gt; [1133.858, 1700.787], // = ( 400 x 600 ) mm = ( 15.75 x 23.62 ) in &#039;FR_DOUBLE_POT&#039; =&gt; [1133.858, 1757.48], // = ( 400 x 620 ) mm = ( 15.75 x 24.41 ) in &#039;FR_ECU&#039; =&gt; [1133.858, 1474.016], // = ( 400 x 520 ) mm = ( 15.75 x 20.47 ) in &#039;FR_COURONNE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;FR_TELLIERE&#039; =&gt; [963.78, 1247.244], // = ( 340 x 440 ) mm = ( 13.39 x 17.32 ) in &#039;FR_POT&#039; =&gt; [878.74, 1133.858], // = ( 310 x 400 ) mm = ( 12.20 x 15.75 ) in // Colombian Sizes &#039;CO_CARTA&#039; =&gt; [612.283, 790.866], // = ( 216 x 279 ) mm = ( 8.50 x 10.98 ) in &#039;CO_EXTRA_TABLOIDE&#039; =&gt; [864.0, 1296.0], // = ( 304 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;CO_OFICIO&#039; =&gt; [612.283, 935.433], // = ( 216 x 330 ) mm = ( 8.50 x 12.99 ) in &#039;CO_PLIEGO&#039; =&gt; [1984.252, 2834.646], // = ( 700 x 1000 ) mm = ( 27.56 x 39.37 ) in &#039;CO_PLIEGO2&#039; =&gt; [1417.323, 1984.252], // = ( 500 x 700 ) mm = ( 19.69 x 27.56 ) in &#039;CO_PLIEGO4&#039; =&gt; [992.126, 1417.323], // = ( 350 x 500 ) mm = ( 13.78 x 19.69 ) in &#039;CO_PLIEGO8&#039; =&gt; [708.6609999999999, 992.126], // = ( 250 x 350 ) mm = ( 9.84 x 13.78 ) in // Japanese Sizes &#039;JP_AB_BAN&#039; =&gt; [2494.488, 3075.591], // = ( 880 x 1085 ) mm = ( 34.65 x 42.72 ) in &#039;JP_AIBAN&#039; =&gt; [637.795, 977.953], // = ( 225 x 345 ) mm = ( 8.86 x 13.58 ) in &#039;JP_A_KO_BAN&#039; =&gt; [1723.465, 2454.803], // = ( 608 x 866 ) mm = ( 23.94 x 34.09 ) in &#039;JP_B_KO_BAN&#039; =&gt; [2137.323, 2967.874], // = ( 754 x 1047 ) mm = ( 29.69 x 41.22 ) in &#039;JP_CHOUBO_BAN&#039; =&gt; [2318.74, 3092.598], // = ( 818 x 1091 ) mm = ( 32.20 x 42.95 ) in &#039;JP_CHUBAN&#039; =&gt; [538.583, 722.835], // = ( 190 x 255 ) mm = ( 7.48 x 10.04 ) in &#039;JP_CHU_TANZAKU&#039; =&gt; [368.504, 1077.165], // = ( 130 x 380 ) mm = ( 5.12 x 14.96 ) in &#039;JP_DAI OBAN&#039; =&gt; [977.953, 1289.764], // = ( 345 x 455 ) mm = ( 13.58 x 17.91 ) in &#039;JP_EBANKIRI&#039; =&gt; [538.583, 1459.843], // = ( 190 x 515 ) mm = ( 7.48 x 20.28 ) in &#039;JP_FUURUSU_KO_BAN&#039; =&gt; [943.937, 1201.89], // = ( 333 x 424 ) mm = ( 13.11 x 16.69 ) in &#039;JP_GAYOUSHI&#039; =&gt; [1649.764, 2148.661], // = ( 582 x 758 ) mm = ( 22.91 x 29.84 ) in &#039;JP_HASHIRE_E&#039; =&gt; [368.504, 2069.291], // = ( 130 x 730 ) mm = ( 5.12 x 28.74 ) in &#039;JP_HATORON_BAN&#039; =&gt; [2551.181, 3401.575], // = ( 900 x 1200 ) mm = ( 35.43 x 47.24 ) in &#039;JP_HOM_BAN&#039; =&gt; [1842.52, 2211.024], // = ( 650 x 780 ) mm = ( 25.59 x 30.71 ) in &#039;JP_HOSOBAN&#039; =&gt; [411.024, 935.433], // = ( 145 x 330 ) mm = ( 5.71 x 12.99 ) in &#039;JP_JIS_A_BAN&#039; =&gt; [1771.654, 2494.488], // = ( 625 x 880 ) mm = ( 24.61 x 34.65 ) in &#039;JP_JIS_B_BAN&#039; =&gt; [2168.504, 3075.591], // = ( 765 x 1085 ) mm = ( 30.12 x 42.72 ) in &#039;JP_KAKEMONO_E&#039; =&gt; [651.9690000000001, 2154.331], // = ( 230 x 760 ) mm = ( 9.06 x 29.92 ) in &#039;JP_KAKUBAN&#039; =&gt; [504.567, 575.433], // = ( 178 x 203 ) mm = ( 7.01 x 7.99 ) in &#039;JP_KAKU_SURIMONO&#039; =&gt; [510.236, 609.449], // = ( 180 x 215 ) mm = ( 7.09 x 8.46 ) in &#039;JP_KENTO_BAN&#039; =&gt; [1374.803, 1768.819], // = ( 485 x 624 ) mm = ( 19.09 x 24.57 ) in &#039;JP_KIKU_BAN&#039; =&gt; [1802.835, 2661.732], // = ( 636 x 939 ) mm = ( 25.04 x 36.97 ) in &#039;JP_KIKU_BAN4&#039; =&gt; [643.465, 867.402], // = ( 227 x 306 ) mm = ( 8.94 x 12.05 ) in &#039;JP_KIKU_BAN5&#039; =&gt; [428.031, 643.465], // = ( 151 x 227 ) mm = ( 5.94 x 8.94 ) in &#039;JP_KIKU_BAN5_OLD&#039; =&gt; [430.866, 617.953], // = ( 152 x 218 ) mm = ( 5.98 x 8.58 ) in &#039;JP_KIKU_BAN_A20_DORI&#039; =&gt; [419.528, 473.386], // = ( 148 x 167 ) mm = ( 5.83 x 6.57 ) in &#039;JP_KOBAN&#039; =&gt; [481.89, 651.9690000000001], // = ( 170 x 230 ) mm = ( 6.69 x 9.06 ) in &#039;JP_KO_BAN_B6&#039; =&gt; [317.48, 493.228], // = ( 112 x 174 ) mm = ( 4.41 x 6.85 ) in &#039;JP_KO_TANZAKU&#039; =&gt; [215.433, 977.953], // = ( 76 x 345 ) mm = ( 2.99 x 13.58 ) in &#039;JP_MOKUTANSHI&#039; =&gt; [1332.283, 1760.315], // = ( 470 x 621 ) mm = ( 18.50 x 24.45 ) in &#039;JP_NAGA_BAN&#039; =&gt; [651.9690000000001, 1459.843], // = ( 230 x 515 ) mm = ( 9.06 x 20.28 ) in &#039;JP_OBAN&#039; =&gt; [720.0, 1077.165], // = ( 254 x 380 ) mm = ( 10.00 x 14.96 ) in &#039;JP_OGATA_CHUBAN&#039; =&gt; [615.1180000000001, 830.551], // = ( 217 x 293 ) mm = ( 8.54 x 11.54 ) in &#039;JP_O_HOSOBAN&#039; =&gt; [481.89, 1077.165], // = ( 170 x 380 ) mm = ( 6.69 x 14.96 ) in &#039;JP_POSTCARD&#039; =&gt; [283.465, 419.528], // = ( 100 x 148 ) mm = ( 3.94 x 5.83 ) in &#039;JP_SANGO_BAN&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANGO_BAN_A48_DORI&#039; =&gt; [209.764, 396.85], // = ( 74 x 140 ) mm = ( 2.91 x 5.51 ) in &#039;JP_SANGO_BAN_B20_DORI&#039; =&gt; [515.9059999999999, 583.937], // = ( 182 x 206 ) mm = ( 7.17 x 8.11 ) in &#039;JP_SANGO_BAN_B36_DORI&#039; =&gt; [342.992, 484.724], // = ( 121 x 171 ) mm = ( 4.76 x 6.73 ) in &#039;JP_SANGO_BAN_B40_DORI&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANROKU_BAN_B48_DORI&#039; =&gt; [257.953, 484.724], // = ( 91 x 171 ) mm = ( 3.58 x 6.73 ) in &#039;JP_SANSAN_BAN&#039; =&gt; [1975.748, 2834.646], // = ( 697 x 1000 ) mm = ( 27.44 x 39.37 ) in &#039;JP_SANSHI_BAN&#039; =&gt; [2060.787, 2834.646], // = ( 727 x 1000 ) mm = ( 28.62 x 39.37 ) in &#039;JP_SHIKISHIBAN&#039; =&gt; [581.102, 651.9690000000001], // = ( 205 x 230 ) mm = ( 8.07 x 9.06 ) in &#039;JP_SHIMBUNYOUSHI&#039; =&gt; [2304.567, 1547.717], // = ( 813 x 546 ) mm = ( 32.01 x 21.50 ) in &#039;JP_SHINSHO_BAN_B40_A&#039; =&gt; [300.472, 490.394], // = ( 106 x 173 ) mm = ( 4.17 x 6.81 ) in &#039;JP_SHINSHO_BAN_B40_B&#039; =&gt; [291.969, 515.9059999999999], // = ( 103 x 182 ) mm = ( 4.06 x 7.17 ) in &#039;JP_SHIROKU_BAN&#039; =&gt; [2233.701, 3092.598], // = ( 788 x 1091 ) mm = ( 31.02 x 42.95 ) in &#039;JP_SHIROKU_BAN4&#039; =&gt; [748.346, 1074.331], // = ( 264 x 379 ) mm = ( 10.39 x 14.92 ) in &#039;JP_SHIROKU_BAN5&#039; =&gt; [535.748, 742.677], // = ( 189 x 262 ) mm = ( 7.44 x 10.31 ) in &#039;JP_SHIROKU_BAN5_OLD&#039; =&gt; [541.417, 734.173], // = ( 191 x 259 ) mm = ( 7.52 x 10.20 ) in &#039;JP_SHIROKU_BAN6&#039; =&gt; [360.0, 532.913], // = ( 127 x 188 ) mm = ( 5.00 x 7.40 ) in &#039;JP_SHO_TANZAKU&#039; =&gt; [269.291, 722.835], // = ( 95 x 255 ) mm = ( 3.74 x 10.04 ) in &#039;JP_SUITORISHI&#039; =&gt; [1252.913, 1615.748], // = ( 442 x 570 ) mm = ( 17.40 x 22.44 ) in &#039;JP_TANZAKU&#039; =&gt; [360.0, 1218.898], // = ( 127 x 430 ) mm = ( 5.00 x 16.93 ) in &#039;JP_TSUYA_GAMI&#039; =&gt; [1440.0, 2160.0], // = ( 508 x 762 ) mm = ( 20.00 x 30.00 ) in &#039;JP_UCHIWA&#039; =&gt; [649.134, 720.0], // = ( 229 x 254 ) mm = ( 9.02 x 10.00 ) in &#039;JP_WAIDO_BAN&#039; =&gt; [595.276, 728.504], // = ( 210 x 257 ) mm = ( 8.27 x 10.12 ) in &#039;JP_YATSUGIRI_BAN&#039; =&gt; [269.291, 360.0], ] </span> </dt> <dd>Array of page formats (width, height).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_UNITRATIO">UNITRATIO</a> <span> &nbsp;= [ &#039;&#039; =&gt; 1.0, // default to points &#039;px&#039; =&gt; 1.0, &#039;pt&#039; =&gt; 1.0, &#039;points&#039; =&gt; 1.0, &#039;millimeters&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;mm&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;centimeters&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;cm&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;inches&#039; =&gt; 72.0, &#039;in&#039; =&gt; 72.0, ] </span> </dt> <dd>Array of conversion ratios relative to points.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_convertPoints">convertPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert Points to another unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageFormatSize">getPageFormatSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Get page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientation">getPageOrientation()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientedSize">getPageOrientedSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Returns the page dimensions oriented as specified.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getUnitRatio">getUnitRatio()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio for the specified unit of measure.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_FORMAT"> FORMAT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Format.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format"><abbr title="src/Format.php">Format.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">59</span> </aside> <p class="phpdocumentor-summary">Array of page formats (width, height).</p>classes-Com-Tecnick-Pdf-Page-Modehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Mode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format"><abbr title="\Com\Tecnick\Pdf\Page\Format">Format</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Mode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode"><abbr title="src/Mode.php">Mode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Mode</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT">FORMAT</a> <span> &nbsp;= [ // ISO 216 A Series + 2 SIS 014711 extensions &#039;A0&#039; =&gt; [2383.937, 3370.394], // = ( 841 x 1189 ) mm = ( 33.11 x 46.81 ) in &#039;A1&#039; =&gt; [1683.78, 2383.937], // = ( 594 x 841 ) mm = ( 23.39 x 33.11 ) in &#039;A2&#039; =&gt; [1190.551, 1683.78], // = ( 420 x 594 ) mm = ( 16.54 x 23.39 ) in &#039;A3&#039; =&gt; [841.89, 1190.551], // = ( 297 x 420 ) mm = ( 11.69 x 16.54 ) in &#039;A4&#039; =&gt; [595.276, 841.89], // = ( 210 x 297 ) mm = ( 8.27 x 11.69 ) in &#039;A5&#039; =&gt; [419.528, 595.276], // = ( 148 x 210 ) mm = ( 5.83 x 8.27 ) in &#039;A6&#039; =&gt; [297.638, 419.528], // = ( 105 x 148 ) mm = ( 4.13 x 5.83 ) in &#039;A7&#039; =&gt; [209.764, 297.638], // = ( 74 x 105 ) mm = ( 2.91 x 4.13 ) in &#039;A8&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;A9&#039; =&gt; [104.882, 147.402], // = ( 37 x 52 ) mm = ( 1.46 x 2.05 ) in &#039;A10&#039; =&gt; [73.70099999999999, 104.882], // = ( 26 x 37 ) mm = ( 1.02 x 1.46 ) in &#039;A11&#039; =&gt; [51.024, 73.70099999999999], // = ( 18 x 26 ) mm = ( 0.71 x 1.02 ) in &#039;A12&#039; =&gt; [36.85, 51.024], // = ( 13 x 18 ) mm = ( 0.51 x 0.71 ) in // ISO 216 B Series + 2 SIS 014711 extensions &#039;B0&#039; =&gt; [2834.646, 4008.189], // = ( 1000 x 1414 ) mm = ( 39.37 x 55.67 ) in &#039;B1&#039; =&gt; [2004.094, 2834.646], // = ( 707 x 1000 ) mm = ( 27.83 x 39.37 ) in &#039;B2&#039; =&gt; [1417.323, 2004.094], // = ( 500 x 707 ) mm = ( 19.69 x 27.83 ) in &#039;B3&#039; =&gt; [1000.63, 1417.323], // = ( 353 x 500 ) mm = ( 13.90 x 19.69 ) in &#039;B4&#039; =&gt; [708.6609999999999, 1000.63], // = ( 250 x 353 ) mm = ( 9.84 x 13.90 ) in &#039;B5&#039; =&gt; [498.898, 708.6609999999999], // = ( 176 x 250 ) mm = ( 6.93 x 9.84 ) in &#039;B6&#039; =&gt; [354.331, 498.898], // = ( 125 x 176 ) mm = ( 4.92 x 6.93 ) in &#039;B7&#039; =&gt; [249.449, 354.331], // = ( 88 x 125 ) mm = ( 3.46 x 4.92 ) in &#039;B8&#039; =&gt; [175.748, 249.449], // = ( 62 x 88 ) mm = ( 2.44 x 3.46 ) in &#039;B9&#039; =&gt; [124.724, 175.748], // = ( 44 x 62 ) mm = ( 1.73 x 2.44 ) in &#039;B10&#039; =&gt; [87.874, 124.724], // = ( 31 x 44 ) mm = ( 1.22 x 1.73 ) in &#039;B11&#039; =&gt; [62.362, 87.874], // = ( 22 x 31 ) mm = ( 0.87 x 1.22 ) in &#039;B12&#039; =&gt; [42.52, 62.362], // = ( 15 x 22 ) mm = ( 0.59 x 0.87 ) in // ISO 216 C Series + 2 SIS 014711 extensions + 5 EXTENSION &#039;C0&#039; =&gt; [2599.37, 3676.535], // = ( 917 x 1297 ) mm = ( 36.10 x 51.06 ) in &#039;C1&#039; =&gt; [1836.85, 2599.37], // = ( 648 x 917 ) mm = ( 25.51 x 36.10 ) in &#039;C2&#039; =&gt; [1298.268, 1836.85], // = ( 458 x 648 ) mm = ( 18.03 x 25.51 ) in &#039;C3&#039; =&gt; [918.425, 1298.268], // = ( 324 x 458 ) mm = ( 12.76 x 18.03 ) in &#039;C4&#039; =&gt; [649.134, 918.425], // = ( 229 x 324 ) mm = ( 9.02 x 12.76 ) in &#039;C5&#039; =&gt; [459.213, 649.134], // = ( 162 x 229 ) mm = ( 6.38 x 9.02 ) in &#039;C6&#039; =&gt; [323.15, 459.213], // = ( 114 x 162 ) mm = ( 4.49 x 6.38 ) in &#039;C7&#039; =&gt; [229.606, 323.15], // = ( 81 x 114 ) mm = ( 3.19 x 4.49 ) in &#039;C8&#039; =&gt; [161.575, 229.606], // = ( 57 x 81 ) mm = ( 2.24 x 3.19 ) in &#039;C9&#039; =&gt; [113.386, 161.575], // = ( 40 x 57 ) mm = ( 1.57 x 2.24 ) in &#039;C10&#039; =&gt; [79.37, 113.386], // = ( 28 x 40 ) mm = ( 1.10 x 1.57 ) in &#039;C11&#039; =&gt; [56.693, 79.37], // = ( 20 x 28 ) mm = ( 0.79 x 1.10 ) in &#039;C12&#039; =&gt; [39.685, 56.693], // = ( 14 x 20 ) mm = ( 0.55 x 0.79 ) in &#039;C76&#039; =&gt; [229.606, 459.213], // = ( 81 x 162 ) mm = ( 3.19 x 6.38 ) in &#039;DL&#039; =&gt; [311.811, 623.622], // = ( 110 x 220 ) mm = ( 4.33 x 8.66 ) in &#039;DLE&#039; =&gt; [323.15, 637.795], // = ( 114 x 225 ) mm = ( 4.49 x 8.86 ) in &#039;DLX&#039; =&gt; [340.158, 666.1420000000001], // = ( 120 x 235 ) mm = ( 4.72 x 9.25 ) in &#039;DLP&#039; =&gt; [280.63, 595.276], // = ( 99 x 210 ) mm = ( 3.90 x 8.27 ) in (A4/3) // SIS 014711 E Series &#039;E0&#039; =&gt; [2491.654, 3517.795], // = ( 879 x 1241 ) mm = ( 34.61 x 48.86 ) in &#039;E1&#039; =&gt; [1757.48, 2491.654], // = ( 620 x 879 ) mm = ( 24.41 x 34.61 ) in &#039;E2&#039; =&gt; [1247.244, 1757.48], // = ( 440 x 620 ) mm = ( 17.32 x 24.41 ) in &#039;E3&#039; =&gt; [878.74, 1247.244], // = ( 310 x 440 ) mm = ( 12.20 x 17.32 ) in &#039;E4&#039; =&gt; [623.622, 878.74], // = ( 220 x 310 ) mm = ( 8.66 x 12.20 ) in &#039;E5&#039; =&gt; [439.37, 623.622], // = ( 155 x 220 ) mm = ( 6.10 x 8.66 ) in &#039;E6&#039; =&gt; [311.811, 439.37], // = ( 110 x 155 ) mm = ( 4.33 x 6.10 ) in &#039;E7&#039; =&gt; [221.102, 311.811], // = ( 78 x 110 ) mm = ( 3.07 x 4.33 ) in &#039;E8&#039; =&gt; [155.906, 221.102], // = ( 55 x 78 ) mm = ( 2.17 x 3.07 ) in &#039;E9&#039; =&gt; [110.551, 155.906], // = ( 39 x 55 ) mm = ( 1.54 x 2.17 ) in &#039;E10&#039; =&gt; [76.535, 110.551], // = ( 27 x 39 ) mm = ( 1.06 x 1.54 ) in &#039;E11&#039; =&gt; [53.858, 76.535], // = ( 19 x 27 ) mm = ( 0.75 x 1.06 ) in &#039;E12&#039; =&gt; [36.85, 53.858], // = ( 13 x 19 ) mm = ( 0.51 x 0.75 ) in // SIS 014711 G Series &#039;G0&#039; =&gt; [2715.591, 3838.11], // = ( 958 x 1354 ) mm = ( 37.72 x 53.31 ) in &#039;G1&#039; =&gt; [1919.055, 2715.591], // = ( 677 x 958 ) mm = ( 26.65 x 37.72 ) in &#039;G2&#039; =&gt; [1357.795, 1919.055], // = ( 479 x 677 ) mm = ( 18.86 x 26.65 ) in &#039;G3&#039; =&gt; [958.11, 1357.795], // = ( 338 x 479 ) mm = ( 13.31 x 18.86 ) in &#039;G4&#039; =&gt; [677.48, 958.11], // = ( 239 x 338 ) mm = ( 9.41 x 13.31 ) in &#039;G5&#039; =&gt; [479.055, 677.48], // = ( 169 x 239 ) mm = ( 6.65 x 9.41 ) in &#039;G6&#039; =&gt; [337.323, 479.055], // = ( 119 x 169 ) mm = ( 4.69 x 6.65 ) in &#039;G7&#039; =&gt; [238.11, 337.323], // = ( 84 x 119 ) mm = ( 3.31 x 4.69 ) in &#039;G8&#039; =&gt; [167.244, 238.11], // = ( 59 x 84 ) mm = ( 2.32 x 3.31 ) in &#039;G9&#039; =&gt; [119.055, 167.244], // = ( 42 x 59 ) mm = ( 1.65 x 2.32 ) in &#039;G10&#039; =&gt; [82.205, 119.055], // = ( 29 x 42 ) mm = ( 1.14 x 1.65 ) in &#039;G11&#039; =&gt; [59.528, 82.205], // = ( 21 x 29 ) mm = ( 0.83 x 1.14 ) in &#039;G12&#039; =&gt; [39.685, 59.528], // = ( 14 x 21 ) mm = ( 0.55 x 0.83 ) in // ISO Press &#039;RA0&#039; =&gt; [2437.795, 3458.268], // = ( 860 x 1220 ) mm = ( 33.86 x 48.03 ) in &#039;RA1&#039; =&gt; [1729.134, 2437.795], // = ( 610 x 860 ) mm = ( 24.02 x 33.86 ) in &#039;RA2&#039; =&gt; [1218.898, 1729.134], // = ( 430 x 610 ) mm = ( 16.93 x 24.02 ) in &#039;RA3&#039; =&gt; [864.567, 1218.898], // = ( 305 x 430 ) mm = ( 12.01 x 16.93 ) in &#039;RA4&#039; =&gt; [609.449, 864.567], // = ( 215 x 305 ) mm = ( 8.46 x 12.01 ) in &#039;SRA0&#039; =&gt; [2551.181, 3628.346], // = ( 900 x 1280 ) mm = ( 35.43 x 50.39 ) in &#039;SRA1&#039; =&gt; [1814.173, 2551.181], // = ( 640 x 900 ) mm = ( 25.20 x 35.43 ) in &#039;SRA2&#039; =&gt; [1275.591, 1814.173], // = ( 450 x 640 ) mm = ( 17.72 x 25.20 ) in &#039;SRA3&#039; =&gt; [907.087, 1275.591], // = ( 320 x 450 ) mm = ( 12.60 x 17.72 ) in &#039;SRA4&#039; =&gt; [637.795, 907.087], // = ( 225 x 320 ) mm = ( 8.86 x 12.60 ) in // German DIN 476 &#039;4A0&#039; =&gt; [4767.874, 6740.787], // = ( 1682 x 2378 ) mm = ( 66.22 x 93.62 ) in &#039;2A0&#039; =&gt; [3370.394, 4767.874], // = ( 1189 x 1682 ) mm = ( 46.81 x 66.22 ) in // Variations on the ISO Standard &#039;A2_EXTRA&#039; =&gt; [1261.417, 1754.646], // = ( 445 x 619 ) mm = ( 17.52 x 24.37 ) in &#039;A3+&#039; =&gt; [932.598, 1369.134], // = ( 329 x 483 ) mm = ( 12.95 x 19.02 ) in &#039;A3_EXTRA&#039; =&gt; [912.756, 1261.417], // = ( 322 x 445 ) mm = ( 12.68 x 17.52 ) in &#039;A3_SUPER&#039; =&gt; [864.567, 1440.0], // = ( 305 x 508 ) mm = ( 12.01 x 20.00 ) in &#039;SUPER_A3&#039; =&gt; [864.567, 1380.472], // = ( 305 x 487 ) mm = ( 12.01 x 19.17 ) in &#039;A4_EXTRA&#039; =&gt; [666.1420000000001, 912.756], // = ( 235 x 322 ) mm = ( 9.25 x 12.68 ) in &#039;A4_SUPER&#039; =&gt; [649.134, 912.756], // = ( 229 x 322 ) mm = ( 9.02 x 12.68 ) in &#039;SUPER_A4&#039; =&gt; [643.465, 1009.134], // = ( 227 x 356 ) mm = ( 8.94 x 14.02 ) in &#039;A4_LONG&#039; =&gt; [595.276, 986.457], // = ( 210 x 348 ) mm = ( 8.27 x 13.70 ) in &#039;F4&#039; =&gt; [595.276, 935.433], // = ( 210 x 330 ) mm = ( 8.27 x 12.99 ) in &#039;SO_B5_EXTRA&#039; =&gt; [572.598, 782.362], // = ( 202 x 276 ) mm = ( 7.95 x 10.87 ) in &#039;A5_EXTRA&#039; =&gt; [490.394, 666.1420000000001], // = ( 173 x 235 ) mm = ( 6.81 x 9.25 ) in // ANSI Series &#039;ANSI_E&#039; =&gt; [2448.0, 3168.0], // = ( 864 x 1118 ) mm = ( 34.00 x 44.00 ) in &#039;ANSI_D&#039; =&gt; [1584.0, 2448.0], // = ( 559 x 864 ) mm = ( 22.00 x 34.00 ) in &#039;ANSI_C&#039; =&gt; [1224.0, 1584.0], // = ( 432 x 559 ) mm = ( 17.00 x 22.00 ) in &#039;ANSI_B&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ANSI_A&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in // Traditional &#039;Loose&#039; North American Paper Sizes &#039;USLEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;LEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;ORGANIZERK&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;BIBLE&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;USTABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;TABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ORGANIZERM&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;LETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;LEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;GOVERNMENTLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;GLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;JUNIORLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in &#039;JLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in // Other North American Paper Sizes &#039;QUADDEMY&#039; =&gt; [2520.0, 3240.0], // = ( 889 x 1143 ) mm = ( 35.00 x 45.00 ) in &#039;SUPER_B&#039; =&gt; [936.0, 1368.0], // = ( 330 x 483 ) mm = ( 13.00 x 19.00 ) in &#039;QUARTO&#039; =&gt; [648.0, 792.0], // = ( 229 x 279 ) mm = ( 9.00 x 11.00 ) in &#039;GOVERNMENTLEGAL&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;FOLIO&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;MONARCH&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;EXECUTIVE&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;ORGANIZERL&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;STATEMENT&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;MEMO&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;FOOLSCAP&#039; =&gt; [595.4400000000001, 936.0], // = ( 210 x 330 ) mm = ( 8.27 x 13.00 ) in &#039;COMPACT&#039; =&gt; [306.0, 486.0], // = ( 108 x 171 ) mm = ( 4.25 x 6.75 ) in &#039;ORGANIZERJ&#039; =&gt; [198.0, 360.0], // = ( 70 x 127 ) mm = ( 2.75 x 5.00 ) in // Canadian standard CAN 2-9.60M &#039;P1&#039; =&gt; [1587.402, 2437.795], // = ( 560 x 860 ) mm = ( 22.05 x 33.86 ) in &#039;P2&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;P3&#039; =&gt; [793.701, 1218.898], // = ( 280 x 430 ) mm = ( 11.02 x 16.93 ) in &#039;P4&#039; =&gt; [609.449, 793.701], // = ( 215 x 280 ) mm = ( 8.46 x 11.02 ) in &#039;P5&#039; =&gt; [396.85, 609.449], // = ( 140 x 215 ) mm = ( 5.51 x 8.46 ) in &#039;P6&#039; =&gt; [303.307, 396.85], // = ( 107 x 140 ) mm = ( 4.21 x 5.51 ) in // North American Architectural Sizes &#039;ARCH_E&#039; =&gt; [2592.0, 3456.0], // = ( 914 x 1219 ) mm = ( 36.00 x 48.00 ) in &#039;ARCH_E1&#039; =&gt; [2160.0, 3024.0], // = ( 762 x 1067 ) mm = ( 30.00 x 42.00 ) in &#039;ARCH_D&#039; =&gt; [1728.0, 2592.0], // = ( 610 x 914 ) mm = ( 24.00 x 36.00 ) in &#039;BROADSHEET&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_C&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_B&#039; =&gt; [864.0, 1296.0], // = ( 305 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;ARCH_A&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in // -- North American Envelope Sizes // - Announcement Envelopes &#039;ANNENV_A2&#039; =&gt; [314.64, 414.0], // = ( 111 x 146 ) mm = ( 4.37 x 5.75 ) in &#039;ANNENV_A6&#039; =&gt; [342.0, 468.0], // = ( 121 x 165 ) mm = ( 4.75 x 6.50 ) in &#039;ANNENV_A7&#039; =&gt; [378.0, 522.0], // = ( 133 x 184 ) mm = ( 5.25 x 7.25 ) in &#039;ANNENV_A8&#039; =&gt; [396.0, 584.64], // = ( 140 x 206 ) mm = ( 5.50 x 8.12 ) in &#039;ANNENV_A10&#039; =&gt; [450.0, 692.64], // = ( 159 x 244 ) mm = ( 6.25 x 9.62 ) in &#039;ANNENV_SLIM&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in // - Commercial Envelopes &#039;COMMENV_N6_1/4&#039; =&gt; [252.0, 432.0], // = ( 89 x 152 ) mm = ( 3.50 x 6.00 ) in &#039;COMMENV_N6_3/4&#039; =&gt; [260.64, 468.0], // = ( 92 x 165 ) mm = ( 3.62 x 6.50 ) in &#039;COMMENV_N8&#039; =&gt; [278.64, 540.0], // = ( 98 x 191 ) mm = ( 3.87 x 7.50 ) in &#039;COMMENV_N9&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in &#039;COMMENV_N10&#039; =&gt; [296.64, 684.0], // = ( 105 x 241 ) mm = ( 4.12 x 9.50 ) in &#039;COMMENV_N11&#039; =&gt; [324.0, 746.64], // = ( 114 x 263 ) mm = ( 4.50 x 10.37 ) in &#039;COMMENV_N12&#039; =&gt; [342.0, 792.0], // = ( 121 x 279 ) mm = ( 4.75 x 11.00 ) in &#039;COMMENV_N14&#039; =&gt; [360.0, 828.0], // = ( 127 x 292 ) mm = ( 5.00 x 11.50 ) in // - Catalogue Envelopes &#039;CATENV_N1&#039; =&gt; [432.0, 648.0], // = ( 152 x 229 ) mm = ( 6.00 x 9.00 ) in &#039;CATENV_N1_3/4&#039; =&gt; [468.0, 684.0], // = ( 165 x 241 ) mm = ( 6.50 x 9.50 ) in &#039;CATENV_N2&#039; =&gt; [468.0, 720.0], // = ( 165 x 254 ) mm = ( 6.50 x 10.00 ) in &#039;CATENV_N3&#039; =&gt; [504.0, 720.0], // = ( 178 x 254 ) mm = ( 7.00 x 10.00 ) in &#039;CATENV_N6&#039; =&gt; [540.0, 756.0], // = ( 191 x 267 ) mm = ( 7.50 x 10.50 ) in &#039;CATENV_N7&#039; =&gt; [576.0, 792.0], // = ( 203 x 279 ) mm = ( 8.00 x 11.00 ) in &#039;CATENV_N8&#039; =&gt; [594.0, 810.0], // = ( 210 x 286 ) mm = ( 8.25 x 11.25 ) in &#039;CATENV_N9_1/2&#039; =&gt; [612.0, 756.0], // = ( 216 x 267 ) mm = ( 8.50 x 10.50 ) in &#039;CATENV_N9_3/4&#039; =&gt; [630.0, 810.0], // = ( 222 x 286 ) mm = ( 8.75 x 11.25 ) in &#039;CATENV_N10_1/2&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in &#039;CATENV_N12_1/2&#039; =&gt; [684.0, 900.0], // = ( 241 x 318 ) mm = ( 9.50 x 12.50 ) in &#039;CATENV_N13_1/2&#039; =&gt; [720.0, 936.0], // = ( 254 x 330 ) mm = ( 10.00 x 13.00 ) in &#039;CATENV_N14_1/4&#039; =&gt; [810.0, 882.0], // = ( 286 x 311 ) mm = ( 11.25 x 12.25 ) in &#039;CATENV_N14_1/2&#039; =&gt; [828.0, 1044.0], // = ( 292 x 368 ) mm = ( 11.50 x 14.50 ) in // Japanese (JIS P 0138-61) Standard B-Series &#039;JIS_B0&#039; =&gt; [2919.685, 4127.244], // = ( 1030 x 1456 ) mm = ( 40.55 x 57.32 ) in &#039;JIS_B1&#039; =&gt; [2063.622, 2919.685], // = ( 728 x 1030 ) mm = ( 28.66 x 40.55 ) in &#039;JIS_B2&#039; =&gt; [1459.843, 2063.622], // = ( 515 x 728 ) mm = ( 20.28 x 28.66 ) in &#039;JIS_B3&#039; =&gt; [1031.811, 1459.843], // = ( 364 x 515 ) mm = ( 14.33 x 20.28 ) in &#039;JIS_B4&#039; =&gt; [728.504, 1031.811], // = ( 257 x 364 ) mm = ( 10.12 x 14.33 ) in &#039;JIS_B5&#039; =&gt; [515.9059999999999, 728.504], // = ( 182 x 257 ) mm = ( 7.17 x 10.12 ) in &#039;JIS_B6&#039; =&gt; [362.835, 515.9059999999999], // = ( 128 x 182 ) mm = ( 5.04 x 7.17 ) in &#039;JIS_B7&#039; =&gt; [257.953, 362.835], // = ( 91 x 128 ) mm = ( 3.58 x 5.04 ) in &#039;JIS_B8&#039; =&gt; [181.417, 257.953], // = ( 64 x 91 ) mm = ( 2.52 x 3.58 ) in &#039;JIS_B9&#039; =&gt; [127.559, 181.417], // = ( 45 x 64 ) mm = ( 1.77 x 2.52 ) in &#039;JIS_B10&#039; =&gt; [90.709, 127.559], // = ( 32 x 45 ) mm = ( 1.26 x 1.77 ) in &#039;JIS_B11&#039; =&gt; [62.362, 90.709], // = ( 22 x 32 ) mm = ( 0.87 x 1.26 ) in &#039;JIS_B12&#039; =&gt; [45.354, 62.362], // = ( 16 x 22 ) mm = ( 0.63 x 0.87 ) in // PA Series &#039;PA0&#039; =&gt; [2381.102, 3174.803], // = ( 840 x 1120 ) mm = ( 33.07 x 44.09 ) in &#039;PA1&#039; =&gt; [1587.402, 2381.102], // = ( 560 x 840 ) mm = ( 22.05 x 33.07 ) in &#039;PA2&#039; =&gt; [1190.551, 1587.402], // = ( 420 x 560 ) mm = ( 16.54 x 22.05 ) in &#039;PA3&#039; =&gt; [793.701, 1190.551], // = ( 280 x 420 ) mm = ( 11.02 x 16.54 ) in &#039;PA4&#039; =&gt; [595.276, 793.701], // = ( 210 x 280 ) mm = ( 8.27 x 11.02 ) in &#039;PA5&#039; =&gt; [396.85, 595.276], // = ( 140 x 210 ) mm = ( 5.51 x 8.27 ) in &#039;PA6&#039; =&gt; [297.638, 396.85], // = ( 105 x 140 ) mm = ( 4.13 x 5.51 ) in &#039;PA7&#039; =&gt; [198.425, 297.638], // = ( 70 x 105 ) mm = ( 2.76 x 4.13 ) in &#039;PA8&#039; =&gt; [147.402, 198.425], // = ( 52 x 70 ) mm = ( 2.05 x 2.76 ) in &#039;PA9&#039; =&gt; [99.21299999999999, 147.402], // = ( 35 x 52 ) mm = ( 1.38 x 2.05 ) in &#039;PA10&#039; =&gt; [73.70099999999999, 99.21299999999999], // = ( 26 x 35 ) mm = ( 1.02 x 1.38 ) in // Standard Photographic Print Sizes &#039;PASSPORT_PHOTO&#039; =&gt; [99.21299999999999, 127.559], // = ( 35 x 45 ) mm = ( 1.38 x 1.77 ) in &#039;E&#039; =&gt; [233.858, 340.157], // = ( 82 x 120 ) mm = ( 3.25 x 4.72 ) in &#039;L&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;3R&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;KG&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4R&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4D&#039; =&gt; [340.157, 430.866], // = ( 120 x 152 ) mm = ( 4.72 x 5.98 ) in &#039;2L&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;5R&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;8P&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6R&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6P&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;8R&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;6PW&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;S8R&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;4P&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;10R&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;4PW&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;S10R&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;11R&#039; =&gt; [790.866, 1009.134], // = ( 279 x 356 ) mm = ( 10.98 x 14.02 ) in &#039;S11R&#039; =&gt; [790.866, 1224.567], // = ( 279 x 432 ) mm = ( 10.98 x 17.01 ) in &#039;12R&#039; =&gt; [864.567, 1080.0], // = ( 305 x 381 ) mm = ( 12.01 x 15.00 ) in &#039;S12R&#039; =&gt; [864.567, 1292.598], // = ( 305 x 456 ) mm = ( 12.01 x 17.95 ) in // Common Newspaper Sizes &#039;NEWSPAPER_BROADSHEET&#039; =&gt; [2125.984, 1700.787], // = ( 750 x 600 ) mm = ( 29.53 x 23.62 ) in &#039;NEWSPAPER_BERLINER&#039; =&gt; [1332.283, 892.913], // = ( 470 x 315 ) mm = ( 18.50 x 12.40 ) in &#039;NEWSPAPER_TABLOID&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in &#039;NEWSPAPER_COMPACT&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in // Business Cards &#039;CREDIT_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO7810&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO216&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;BUSINESS_CARD_IT&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_UK&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_FR&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_DE&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_ES&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_CA&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_US&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_JP&#039; =&gt; [155.906, 257.953], // = ( 55 x 91 ) mm = ( 2.17 x 3.58 ) in &#039;BUSINESS_CARD_HK&#039; =&gt; [153.071, 255.118], // = ( 54 x 90 ) mm = ( 2.13 x 3.54 ) in &#039;BUSINESS_CARD_AU&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_DK&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_SE&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_RU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_CZ&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_FI&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_HU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_IL&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in // Billboards &#039;4SHEET&#039; =&gt; [2880.0, 4320.0], // = ( 1016 x 1524 ) mm = ( 40.00 x 60.00 ) in &#039;6SHEET&#039; =&gt; [3401.575, 5102.362], // = ( 1200 x 1800 ) mm = ( 47.24 x 70.87 ) in &#039;12SHEET&#039; =&gt; [8640.0, 4320.0], // = ( 3048 x 1524 ) mm = (120.00 x 60.00 ) in &#039;16SHEET&#039; =&gt; [5760.0, 8640.0], // = ( 2032 x 3048 ) mm = ( 80.00 x 120.00) in &#039;32SHEET&#039; =&gt; [11520.0, 8640.0], // = ( 4064 x 3048 ) mm = (160.00 x 120.00) in &#039;48SHEET&#039; =&gt; [17280.0, 8640.0], // = ( 6096 x 3048 ) mm = (240.00 x 120.00) in &#039;64SHEET&#039; =&gt; [23040.0, 8640.0], // = ( 8128 x 3048 ) mm = (320.00 x 120.00) in &#039;96SHEET&#039; =&gt; [34560.0, 8640.0], // = (12192 x 3048 ) mm = (480.00 x 120.00) in // -- Old European Sizes // - Old Imperial English Sizes &#039;EN_EMPEROR&#039; =&gt; [3456.0, 5184.0], // = ( 1219 x 1829 ) mm = ( 48.00 x 72.00 ) in &#039;EN_ANTIQUARIAN&#039; =&gt; [2232.0, 3816.0], // = ( 787 x 1346 ) mm = ( 31.00 x 53.00 ) in &#039;EN_GRAND_EAGLE&#039; =&gt; [2070.0, 3024.0], // = ( 730 x 1067 ) mm = ( 28.75 x 42.00 ) in &#039;EN_DOUBLE_ELEPHANT&#039; =&gt; [1926.0, 2880.0], // = ( 679 x 1016 ) mm = ( 26.75 x 40.00 ) in &#039;EN_ATLAS&#039; =&gt; [1872.0, 2448.0], // = ( 660 x 864 ) mm = ( 26.00 x 34.00 ) in &#039;EN_COLOMBIER&#039; =&gt; [1692.0, 2484.0], // = ( 597 x 876 ) mm = ( 23.50 x 34.50 ) in &#039;EN_ELEPHANT&#039; =&gt; [1656.0, 2016.0], // = ( 584 x 711 ) mm = ( 23.00 x 28.00 ) in &#039;EN_DOUBLE_DEMY&#039; =&gt; [1620.0, 2556.0], // = ( 572 x 902 ) mm = ( 22.50 x 35.50 ) in &#039;EN_IMPERIAL&#039; =&gt; [1584.0, 2160.0], // = ( 559 x 762 ) mm = ( 22.00 x 30.00 ) in &#039;EN_PRINCESS&#039; =&gt; [1548.0, 2016.0], // = ( 546 x 711 ) mm = ( 21.50 x 28.00 ) in &#039;EN_CARTRIDGE&#039; =&gt; [1512.0, 1872.0], // = ( 533 x 660 ) mm = ( 21.00 x 26.00 ) in &#039;EN_DOUBLE_LARGE_POST&#039; =&gt; [1512.0, 2376.0], // = ( 533 x 838 ) mm = ( 21.00 x 33.00 ) in &#039;EN_ROYAL&#039; =&gt; [1440.0, 1800.0], // = ( 508 x 635 ) mm = ( 20.00 x 25.00 ) in &#039;EN_SHEET&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_HALF_POST&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_SUPER_ROYAL&#039; =&gt; [1368.0, 1944.0], // = ( 483 x 686 ) mm = ( 19.00 x 27.00 ) in &#039;EN_DOUBLE_POST&#039; =&gt; [1368.0, 2196.0], // = ( 483 x 775 ) mm = ( 19.00 x 30.50 ) in &#039;EN_MEDIUM&#039; =&gt; [1260.0, 1656.0], // = ( 445 x 584 ) mm = ( 17.50 x 23.00 ) in &#039;EN_DEMY&#039; =&gt; [1260.0, 1620.0], // = ( 445 x 572 ) mm = ( 17.50 x 22.50 ) in &#039;EN_LARGE_POST&#039; =&gt; [1188.0, 1512.0], // = ( 419 x 533 ) mm = ( 16.50 x 21.00 ) in &#039;EN_COPY_DRAUGHT&#039; =&gt; [1152.0, 1440.0], // = ( 406 x 508 ) mm = ( 16.00 x 20.00 ) in &#039;EN_POST&#039; =&gt; [1116.0, 1386.0], // = ( 394 x 489 ) mm = ( 15.50 x 19.25 ) in &#039;EN_CROWN&#039; =&gt; [1080.0, 1440.0], // = ( 381 x 508 ) mm = ( 15.00 x 20.00 ) in &#039;EN_PINCHED_POST&#039; =&gt; [1062.0, 1332.0], // = ( 375 x 470 ) mm = ( 14.75 x 18.50 ) in &#039;EN_BRIEF&#039; =&gt; [972.0, 1152.0], // = ( 343 x 406 ) mm = ( 13.50 x 16.00 ) in &#039;EN_FOOLSCAP&#039; =&gt; [972.0, 1224.0], // = ( 343 x 432 ) mm = ( 13.50 x 17.00 ) in &#039;EN_SMALL_FOOLSCAP&#039; =&gt; [954.0, 1188.0], // = ( 337 x 419 ) mm = ( 13.25 x 16.50 ) in &#039;EN_POTT&#039; =&gt; [900.0, 1080.0], // = ( 318 x 381 ) mm = ( 12.50 x 15.00 ) in // - Old Imperial Belgian Sizes &#039;BE_GRAND_AIGLE&#039; =&gt; [1984.252, 2948.031], // = ( 700 x 1040 ) mm = ( 27.56 x 40.94 ) in &#039;BE_COLOMBIER&#039; =&gt; [1757.48, 2409.449], // = ( 620 x 850 ) mm = ( 24.41 x 33.46 ) in &#039;BE_DOUBLE_CARRE&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;BE_ELEPHANT&#039; =&gt; [1746.142, 2182.677], // = ( 616 x 770 ) mm = ( 24.25 x 30.31 ) in &#039;BE_PETIT_AIGLE&#039; =&gt; [1700.787, 2381.102], // = ( 600 x 840 ) mm = ( 23.62 x 33.07 ) in &#039;BE_GRAND_JESUS&#039; =&gt; [1559.055, 2069.291], // = ( 550 x 730 ) mm = ( 21.65 x 28.74 ) in &#039;BE_JESUS&#039; =&gt; [1530.709, 2069.291], // = ( 540 x 730 ) mm = ( 21.26 x 28.74 ) in &#039;BE_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;BE_GRAND_MEDIAN&#039; =&gt; [1303.937, 1714.961], // = ( 460 x 605 ) mm = ( 18.11 x 23.82 ) in &#039;BE_DOUBLE_POSTE&#039; =&gt; [1233.071, 1601.575], // = ( 435 x 565 ) mm = ( 17.13 x 22.24 ) in &#039;BE_COQUILLE&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;BE_PETIT_MEDIAN&#039; =&gt; [1176.378, 1502.362], // = ( 415 x 530 ) mm = ( 16.34 x 20.87 ) in &#039;BE_RUCHE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;BE_PROPATRIA&#039; =&gt; [977.953, 1218.898], // = ( 345 x 430 ) mm = ( 13.58 x 16.93 ) in &#039;BE_LYS&#039; =&gt; [898.583, 1125.354], // = ( 317 x 397 ) mm = ( 12.48 x 15.63 ) in &#039;BE_POT&#039; =&gt; [870.236, 1088.504], // = ( 307 x 384 ) mm = ( 12.09 x 15.12 ) in &#039;BE_ROSETTE&#039; =&gt; [765.354, 983.622], // = ( 270 x 347 ) mm = ( 10.63 x 13.66 ) in // - Old Imperial French Sizes &#039;FR_UNIVERS&#039; =&gt; [2834.646, 3685.039], // = ( 1000 x 1300 ) mm = ( 39.37 x 51.18 ) in &#039;FR_DOUBLE_COLOMBIER&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_GRANDE_MONDE&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_DOUBLE_SOLEIL&#039; =&gt; [2267.717, 3401.575], // = ( 800 x 1200 ) mm = ( 31.50 x 47.24 ) in &#039;FR_DOUBLE_JESUS&#039; =&gt; [2154.331, 3174.803], // = ( 760 x 1120 ) mm = ( 29.92 x 44.09 ) in &#039;FR_GRAND_AIGLE&#039; =&gt; [2125.984, 3004.724], // = ( 750 x 1060 ) mm = ( 29.53 x 41.73 ) in &#039;FR_PETIT_AIGLE&#039; =&gt; [1984.252, 2664.567], // = ( 700 x 940 ) mm = ( 27.56 x 37.01 ) in &#039;FR_DOUBLE_RAISIN&#039; =&gt; [1842.52, 2834.646], // = ( 650 x 1000 ) mm = ( 25.59 x 39.37 ) in &#039;FR_JOURNAL&#039; =&gt; [1842.52, 2664.567], // = ( 650 x 940 ) mm = ( 25.59 x 37.01 ) in &#039;FR_COLOMBIER_AFFICHE&#039; =&gt; [1785.827, 2551.181], // = ( 630 x 900 ) mm = ( 24.80 x 35.43 ) in &#039;FR_DOUBLE_CAVALIER&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;FR_CLOCHE&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_SOLEIL&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_DOUBLE_CARRE&#039; =&gt; [1587.402, 2551.181], // = ( 560 x 900 ) mm = ( 22.05 x 35.43 ) in &#039;FR_DOUBLE_COQUILLE&#039; =&gt; [1587.402, 2494.488], // = ( 560 x 880 ) mm = ( 22.05 x 34.65 ) in &#039;FR_JESUS&#039; =&gt; [1587.402, 2154.331], // = ( 560 x 760 ) mm = ( 22.05 x 29.92 ) in &#039;FR_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;FR_CAVALIER&#039; =&gt; [1303.937, 1757.48], // = ( 460 x 620 ) mm = ( 18.11 x 24.41 ) in &#039;FR_DOUBLE_COURONNE&#039; =&gt; [1303.937, 2040.945], // = ( 460 x 720 ) mm = ( 18.11 x 28.35 ) in &#039;FR_CARRE&#039; =&gt; [1275.591, 1587.402], // = ( 450 x 560 ) mm = ( 17.72 x 22.05 ) in &#039;FR_COQUILLE&#039; =&gt; [1247.244, 1587.402], // = ( 440 x 560 ) mm = ( 17.32 x 22.05 ) in &#039;FR_DOUBLE_TELLIERE&#039; =&gt; [1247.244, 1927.559], // = ( 440 x 680 ) mm = ( 17.32 x 26.77 ) in &#039;FR_DOUBLE_CLOCHE&#039; =&gt; [1133.858, 1700.787], // = ( 400 x 600 ) mm = ( 15.75 x 23.62 ) in &#039;FR_DOUBLE_POT&#039; =&gt; [1133.858, 1757.48], // = ( 400 x 620 ) mm = ( 15.75 x 24.41 ) in &#039;FR_ECU&#039; =&gt; [1133.858, 1474.016], // = ( 400 x 520 ) mm = ( 15.75 x 20.47 ) in &#039;FR_COURONNE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;FR_TELLIERE&#039; =&gt; [963.78, 1247.244], // = ( 340 x 440 ) mm = ( 13.39 x 17.32 ) in &#039;FR_POT&#039; =&gt; [878.74, 1133.858], // = ( 310 x 400 ) mm = ( 12.20 x 15.75 ) in // Colombian Sizes &#039;CO_CARTA&#039; =&gt; [612.283, 790.866], // = ( 216 x 279 ) mm = ( 8.50 x 10.98 ) in &#039;CO_EXTRA_TABLOIDE&#039; =&gt; [864.0, 1296.0], // = ( 304 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;CO_OFICIO&#039; =&gt; [612.283, 935.433], // = ( 216 x 330 ) mm = ( 8.50 x 12.99 ) in &#039;CO_PLIEGO&#039; =&gt; [1984.252, 2834.646], // = ( 700 x 1000 ) mm = ( 27.56 x 39.37 ) in &#039;CO_PLIEGO2&#039; =&gt; [1417.323, 1984.252], // = ( 500 x 700 ) mm = ( 19.69 x 27.56 ) in &#039;CO_PLIEGO4&#039; =&gt; [992.126, 1417.323], // = ( 350 x 500 ) mm = ( 13.78 x 19.69 ) in &#039;CO_PLIEGO8&#039; =&gt; [708.6609999999999, 992.126], // = ( 250 x 350 ) mm = ( 9.84 x 13.78 ) in // Japanese Sizes &#039;JP_AB_BAN&#039; =&gt; [2494.488, 3075.591], // = ( 880 x 1085 ) mm = ( 34.65 x 42.72 ) in &#039;JP_AIBAN&#039; =&gt; [637.795, 977.953], // = ( 225 x 345 ) mm = ( 8.86 x 13.58 ) in &#039;JP_A_KO_BAN&#039; =&gt; [1723.465, 2454.803], // = ( 608 x 866 ) mm = ( 23.94 x 34.09 ) in &#039;JP_B_KO_BAN&#039; =&gt; [2137.323, 2967.874], // = ( 754 x 1047 ) mm = ( 29.69 x 41.22 ) in &#039;JP_CHOUBO_BAN&#039; =&gt; [2318.74, 3092.598], // = ( 818 x 1091 ) mm = ( 32.20 x 42.95 ) in &#039;JP_CHUBAN&#039; =&gt; [538.583, 722.835], // = ( 190 x 255 ) mm = ( 7.48 x 10.04 ) in &#039;JP_CHU_TANZAKU&#039; =&gt; [368.504, 1077.165], // = ( 130 x 380 ) mm = ( 5.12 x 14.96 ) in &#039;JP_DAI OBAN&#039; =&gt; [977.953, 1289.764], // = ( 345 x 455 ) mm = ( 13.58 x 17.91 ) in &#039;JP_EBANKIRI&#039; =&gt; [538.583, 1459.843], // = ( 190 x 515 ) mm = ( 7.48 x 20.28 ) in &#039;JP_FUURUSU_KO_BAN&#039; =&gt; [943.937, 1201.89], // = ( 333 x 424 ) mm = ( 13.11 x 16.69 ) in &#039;JP_GAYOUSHI&#039; =&gt; [1649.764, 2148.661], // = ( 582 x 758 ) mm = ( 22.91 x 29.84 ) in &#039;JP_HASHIRE_E&#039; =&gt; [368.504, 2069.291], // = ( 130 x 730 ) mm = ( 5.12 x 28.74 ) in &#039;JP_HATORON_BAN&#039; =&gt; [2551.181, 3401.575], // = ( 900 x 1200 ) mm = ( 35.43 x 47.24 ) in &#039;JP_HOM_BAN&#039; =&gt; [1842.52, 2211.024], // = ( 650 x 780 ) mm = ( 25.59 x 30.71 ) in &#039;JP_HOSOBAN&#039; =&gt; [411.024, 935.433], // = ( 145 x 330 ) mm = ( 5.71 x 12.99 ) in &#039;JP_JIS_A_BAN&#039; =&gt; [1771.654, 2494.488], // = ( 625 x 880 ) mm = ( 24.61 x 34.65 ) in &#039;JP_JIS_B_BAN&#039; =&gt; [2168.504, 3075.591], // = ( 765 x 1085 ) mm = ( 30.12 x 42.72 ) in &#039;JP_KAKEMONO_E&#039; =&gt; [651.9690000000001, 2154.331], // = ( 230 x 760 ) mm = ( 9.06 x 29.92 ) in &#039;JP_KAKUBAN&#039; =&gt; [504.567, 575.433], // = ( 178 x 203 ) mm = ( 7.01 x 7.99 ) in &#039;JP_KAKU_SURIMONO&#039; =&gt; [510.236, 609.449], // = ( 180 x 215 ) mm = ( 7.09 x 8.46 ) in &#039;JP_KENTO_BAN&#039; =&gt; [1374.803, 1768.819], // = ( 485 x 624 ) mm = ( 19.09 x 24.57 ) in &#039;JP_KIKU_BAN&#039; =&gt; [1802.835, 2661.732], // = ( 636 x 939 ) mm = ( 25.04 x 36.97 ) in &#039;JP_KIKU_BAN4&#039; =&gt; [643.465, 867.402], // = ( 227 x 306 ) mm = ( 8.94 x 12.05 ) in &#039;JP_KIKU_BAN5&#039; =&gt; [428.031, 643.465], // = ( 151 x 227 ) mm = ( 5.94 x 8.94 ) in &#039;JP_KIKU_BAN5_OLD&#039; =&gt; [430.866, 617.953], // = ( 152 x 218 ) mm = ( 5.98 x 8.58 ) in &#039;JP_KIKU_BAN_A20_DORI&#039; =&gt; [419.528, 473.386], // = ( 148 x 167 ) mm = ( 5.83 x 6.57 ) in &#039;JP_KOBAN&#039; =&gt; [481.89, 651.9690000000001], // = ( 170 x 230 ) mm = ( 6.69 x 9.06 ) in &#039;JP_KO_BAN_B6&#039; =&gt; [317.48, 493.228], // = ( 112 x 174 ) mm = ( 4.41 x 6.85 ) in &#039;JP_KO_TANZAKU&#039; =&gt; [215.433, 977.953], // = ( 76 x 345 ) mm = ( 2.99 x 13.58 ) in &#039;JP_MOKUTANSHI&#039; =&gt; [1332.283, 1760.315], // = ( 470 x 621 ) mm = ( 18.50 x 24.45 ) in &#039;JP_NAGA_BAN&#039; =&gt; [651.9690000000001, 1459.843], // = ( 230 x 515 ) mm = ( 9.06 x 20.28 ) in &#039;JP_OBAN&#039; =&gt; [720.0, 1077.165], // = ( 254 x 380 ) mm = ( 10.00 x 14.96 ) in &#039;JP_OGATA_CHUBAN&#039; =&gt; [615.1180000000001, 830.551], // = ( 217 x 293 ) mm = ( 8.54 x 11.54 ) in &#039;JP_O_HOSOBAN&#039; =&gt; [481.89, 1077.165], // = ( 170 x 380 ) mm = ( 6.69 x 14.96 ) in &#039;JP_POSTCARD&#039; =&gt; [283.465, 419.528], // = ( 100 x 148 ) mm = ( 3.94 x 5.83 ) in &#039;JP_SANGO_BAN&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANGO_BAN_A48_DORI&#039; =&gt; [209.764, 396.85], // = ( 74 x 140 ) mm = ( 2.91 x 5.51 ) in &#039;JP_SANGO_BAN_B20_DORI&#039; =&gt; [515.9059999999999, 583.937], // = ( 182 x 206 ) mm = ( 7.17 x 8.11 ) in &#039;JP_SANGO_BAN_B36_DORI&#039; =&gt; [342.992, 484.724], // = ( 121 x 171 ) mm = ( 4.76 x 6.73 ) in &#039;JP_SANGO_BAN_B40_DORI&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANROKU_BAN_B48_DORI&#039; =&gt; [257.953, 484.724], // = ( 91 x 171 ) mm = ( 3.58 x 6.73 ) in &#039;JP_SANSAN_BAN&#039; =&gt; [1975.748, 2834.646], // = ( 697 x 1000 ) mm = ( 27.44 x 39.37 ) in &#039;JP_SANSHI_BAN&#039; =&gt; [2060.787, 2834.646], // = ( 727 x 1000 ) mm = ( 28.62 x 39.37 ) in &#039;JP_SHIKISHIBAN&#039; =&gt; [581.102, 651.9690000000001], // = ( 205 x 230 ) mm = ( 8.07 x 9.06 ) in &#039;JP_SHIMBUNYOUSHI&#039; =&gt; [2304.567, 1547.717], // = ( 813 x 546 ) mm = ( 32.01 x 21.50 ) in &#039;JP_SHINSHO_BAN_B40_A&#039; =&gt; [300.472, 490.394], // = ( 106 x 173 ) mm = ( 4.17 x 6.81 ) in &#039;JP_SHINSHO_BAN_B40_B&#039; =&gt; [291.969, 515.9059999999999], // = ( 103 x 182 ) mm = ( 4.06 x 7.17 ) in &#039;JP_SHIROKU_BAN&#039; =&gt; [2233.701, 3092.598], // = ( 788 x 1091 ) mm = ( 31.02 x 42.95 ) in &#039;JP_SHIROKU_BAN4&#039; =&gt; [748.346, 1074.331], // = ( 264 x 379 ) mm = ( 10.39 x 14.92 ) in &#039;JP_SHIROKU_BAN5&#039; =&gt; [535.748, 742.677], // = ( 189 x 262 ) mm = ( 7.44 x 10.31 ) in &#039;JP_SHIROKU_BAN5_OLD&#039; =&gt; [541.417, 734.173], // = ( 191 x 259 ) mm = ( 7.52 x 10.20 ) in &#039;JP_SHIROKU_BAN6&#039; =&gt; [360.0, 532.913], // = ( 127 x 188 ) mm = ( 5.00 x 7.40 ) in &#039;JP_SHO_TANZAKU&#039; =&gt; [269.291, 722.835], // = ( 95 x 255 ) mm = ( 3.74 x 10.04 ) in &#039;JP_SUITORISHI&#039; =&gt; [1252.913, 1615.748], // = ( 442 x 570 ) mm = ( 17.40 x 22.44 ) in &#039;JP_TANZAKU&#039; =&gt; [360.0, 1218.898], // = ( 127 x 430 ) mm = ( 5.00 x 16.93 ) in &#039;JP_TSUYA_GAMI&#039; =&gt; [1440.0, 2160.0], // = ( 508 x 762 ) mm = ( 20.00 x 30.00 ) in &#039;JP_UCHIWA&#039; =&gt; [649.134, 720.0], // = ( 229 x 254 ) mm = ( 9.02 x 10.00 ) in &#039;JP_WAIDO_BAN&#039; =&gt; [595.276, 728.504], // = ( 210 x 257 ) mm = ( 8.27 x 10.12 ) in &#039;JP_YATSUGIRI_BAN&#039; =&gt; [269.291, 360.0], ] </span> </dt> <dd>Array of page formats (width, height).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_UNITRATIO">UNITRATIO</a> <span> &nbsp;= [ &#039;&#039; =&gt; 1.0, // default to points &#039;px&#039; =&gt; 1.0, &#039;pt&#039; =&gt; 1.0, &#039;points&#039; =&gt; 1.0, &#039;millimeters&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;mm&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;centimeters&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;cm&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;inches&#039; =&gt; 72.0, &#039;in&#039; =&gt; 72.0, ] </span> </dt> <dd>Array of conversion ratios relative to points.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_convertPoints">convertPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert Points to another unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getDisplay">getDisplay()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page display mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getLayout">getLayout()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageFormatSize">getPageFormatSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Get page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientation">getPageOrientation()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientedSize">getPageOrientedSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Returns the page dimensions oriented as specified.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getUnitRatio">getUnitRatio()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio for the specified unit of measure.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_FORMAT"> FORMAT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Format.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format"><abbr title="src/Format.php">Format.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">59</span> </aside> <p class="phpdocumentor-summary">Array of page formats (width, height).</p>classes-Com-Tecnick-Pdf-Page-Pagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Page <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region"><abbr title="\Com\Tecnick\Pdf\Page\Region">Region</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Page.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page"><abbr title="src/Page.php">Page.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Page</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBci from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBox from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>MarginData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RegionData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TransitionData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.TooManyPublicMethods&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX">BOX</a> <span> &nbsp;= [&#039;MediaBox&#039;, &#039;CropBox&#039;, &#039;BleedBox&#039;, &#039;TrimBox&#039;, &#039;ArtBox&#039;] </span> </dt> <dd>Page box names.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_EPS">EPS</a> <span> &nbsp;= 0.0001 </span> </dt> <dd>Epsilon precision used to compare floating point values.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT">FORMAT</a> <span> &nbsp;= [ // ISO 216 A Series + 2 SIS 014711 extensions &#039;A0&#039; =&gt; [2383.937, 3370.394], // = ( 841 x 1189 ) mm = ( 33.11 x 46.81 ) in &#039;A1&#039; =&gt; [1683.78, 2383.937], // = ( 594 x 841 ) mm = ( 23.39 x 33.11 ) in &#039;A2&#039; =&gt; [1190.551, 1683.78], // = ( 420 x 594 ) mm = ( 16.54 x 23.39 ) in &#039;A3&#039; =&gt; [841.89, 1190.551], // = ( 297 x 420 ) mm = ( 11.69 x 16.54 ) in &#039;A4&#039; =&gt; [595.276, 841.89], // = ( 210 x 297 ) mm = ( 8.27 x 11.69 ) in &#039;A5&#039; =&gt; [419.528, 595.276], // = ( 148 x 210 ) mm = ( 5.83 x 8.27 ) in &#039;A6&#039; =&gt; [297.638, 419.528], // = ( 105 x 148 ) mm = ( 4.13 x 5.83 ) in &#039;A7&#039; =&gt; [209.764, 297.638], // = ( 74 x 105 ) mm = ( 2.91 x 4.13 ) in &#039;A8&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;A9&#039; =&gt; [104.882, 147.402], // = ( 37 x 52 ) mm = ( 1.46 x 2.05 ) in &#039;A10&#039; =&gt; [73.70099999999999, 104.882], // = ( 26 x 37 ) mm = ( 1.02 x 1.46 ) in &#039;A11&#039; =&gt; [51.024, 73.70099999999999], // = ( 18 x 26 ) mm = ( 0.71 x 1.02 ) in &#039;A12&#039; =&gt; [36.85, 51.024], // = ( 13 x 18 ) mm = ( 0.51 x 0.71 ) in // ISO 216 B Series + 2 SIS 014711 extensions &#039;B0&#039; =&gt; [2834.646, 4008.189], // = ( 1000 x 1414 ) mm = ( 39.37 x 55.67 ) in &#039;B1&#039; =&gt; [2004.094, 2834.646], // = ( 707 x 1000 ) mm = ( 27.83 x 39.37 ) in &#039;B2&#039; =&gt; [1417.323, 2004.094], // = ( 500 x 707 ) mm = ( 19.69 x 27.83 ) in &#039;B3&#039; =&gt; [1000.63, 1417.323], // = ( 353 x 500 ) mm = ( 13.90 x 19.69 ) in &#039;B4&#039; =&gt; [708.6609999999999, 1000.63], // = ( 250 x 353 ) mm = ( 9.84 x 13.90 ) in &#039;B5&#039; =&gt; [498.898, 708.6609999999999], // = ( 176 x 250 ) mm = ( 6.93 x 9.84 ) in &#039;B6&#039; =&gt; [354.331, 498.898], // = ( 125 x 176 ) mm = ( 4.92 x 6.93 ) in &#039;B7&#039; =&gt; [249.449, 354.331], // = ( 88 x 125 ) mm = ( 3.46 x 4.92 ) in &#039;B8&#039; =&gt; [175.748, 249.449], // = ( 62 x 88 ) mm = ( 2.44 x 3.46 ) in &#039;B9&#039; =&gt; [124.724, 175.748], // = ( 44 x 62 ) mm = ( 1.73 x 2.44 ) in &#039;B10&#039; =&gt; [87.874, 124.724], // = ( 31 x 44 ) mm = ( 1.22 x 1.73 ) in &#039;B11&#039; =&gt; [62.362, 87.874], // = ( 22 x 31 ) mm = ( 0.87 x 1.22 ) in &#039;B12&#039; =&gt; [42.52, 62.362], // = ( 15 x 22 ) mm = ( 0.59 x 0.87 ) in // ISO 216 C Series + 2 SIS 014711 extensions + 5 EXTENSION &#039;C0&#039; =&gt; [2599.37, 3676.535], // = ( 917 x 1297 ) mm = ( 36.10 x 51.06 ) in &#039;C1&#039; =&gt; [1836.85, 2599.37], // = ( 648 x 917 ) mm = ( 25.51 x 36.10 ) in &#039;C2&#039; =&gt; [1298.268, 1836.85], // = ( 458 x 648 ) mm = ( 18.03 x 25.51 ) in &#039;C3&#039; =&gt; [918.425, 1298.268], // = ( 324 x 458 ) mm = ( 12.76 x 18.03 ) in &#039;C4&#039; =&gt; [649.134, 918.425], // = ( 229 x 324 ) mm = ( 9.02 x 12.76 ) in &#039;C5&#039; =&gt; [459.213, 649.134], // = ( 162 x 229 ) mm = ( 6.38 x 9.02 ) in &#039;C6&#039; =&gt; [323.15, 459.213], // = ( 114 x 162 ) mm = ( 4.49 x 6.38 ) in &#039;C7&#039; =&gt; [229.606, 323.15], // = ( 81 x 114 ) mm = ( 3.19 x 4.49 ) in &#039;C8&#039; =&gt; [161.575, 229.606], // = ( 57 x 81 ) mm = ( 2.24 x 3.19 ) in &#039;C9&#039; =&gt; [113.386, 161.575], // = ( 40 x 57 ) mm = ( 1.57 x 2.24 ) in &#039;C10&#039; =&gt; [79.37, 113.386], // = ( 28 x 40 ) mm = ( 1.10 x 1.57 ) in &#039;C11&#039; =&gt; [56.693, 79.37], // = ( 20 x 28 ) mm = ( 0.79 x 1.10 ) in &#039;C12&#039; =&gt; [39.685, 56.693], // = ( 14 x 20 ) mm = ( 0.55 x 0.79 ) in &#039;C76&#039; =&gt; [229.606, 459.213], // = ( 81 x 162 ) mm = ( 3.19 x 6.38 ) in &#039;DL&#039; =&gt; [311.811, 623.622], // = ( 110 x 220 ) mm = ( 4.33 x 8.66 ) in &#039;DLE&#039; =&gt; [323.15, 637.795], // = ( 114 x 225 ) mm = ( 4.49 x 8.86 ) in &#039;DLX&#039; =&gt; [340.158, 666.1420000000001], // = ( 120 x 235 ) mm = ( 4.72 x 9.25 ) in &#039;DLP&#039; =&gt; [280.63, 595.276], // = ( 99 x 210 ) mm = ( 3.90 x 8.27 ) in (A4/3) // SIS 014711 E Series &#039;E0&#039; =&gt; [2491.654, 3517.795], // = ( 879 x 1241 ) mm = ( 34.61 x 48.86 ) in &#039;E1&#039; =&gt; [1757.48, 2491.654], // = ( 620 x 879 ) mm = ( 24.41 x 34.61 ) in &#039;E2&#039; =&gt; [1247.244, 1757.48], // = ( 440 x 620 ) mm = ( 17.32 x 24.41 ) in &#039;E3&#039; =&gt; [878.74, 1247.244], // = ( 310 x 440 ) mm = ( 12.20 x 17.32 ) in &#039;E4&#039; =&gt; [623.622, 878.74], // = ( 220 x 310 ) mm = ( 8.66 x 12.20 ) in &#039;E5&#039; =&gt; [439.37, 623.622], // = ( 155 x 220 ) mm = ( 6.10 x 8.66 ) in &#039;E6&#039; =&gt; [311.811, 439.37], // = ( 110 x 155 ) mm = ( 4.33 x 6.10 ) in &#039;E7&#039; =&gt; [221.102, 311.811], // = ( 78 x 110 ) mm = ( 3.07 x 4.33 ) in &#039;E8&#039; =&gt; [155.906, 221.102], // = ( 55 x 78 ) mm = ( 2.17 x 3.07 ) in &#039;E9&#039; =&gt; [110.551, 155.906], // = ( 39 x 55 ) mm = ( 1.54 x 2.17 ) in &#039;E10&#039; =&gt; [76.535, 110.551], // = ( 27 x 39 ) mm = ( 1.06 x 1.54 ) in &#039;E11&#039; =&gt; [53.858, 76.535], // = ( 19 x 27 ) mm = ( 0.75 x 1.06 ) in &#039;E12&#039; =&gt; [36.85, 53.858], // = ( 13 x 19 ) mm = ( 0.51 x 0.75 ) in // SIS 014711 G Series &#039;G0&#039; =&gt; [2715.591, 3838.11], // = ( 958 x 1354 ) mm = ( 37.72 x 53.31 ) in &#039;G1&#039; =&gt; [1919.055, 2715.591], // = ( 677 x 958 ) mm = ( 26.65 x 37.72 ) in &#039;G2&#039; =&gt; [1357.795, 1919.055], // = ( 479 x 677 ) mm = ( 18.86 x 26.65 ) in &#039;G3&#039; =&gt; [958.11, 1357.795], // = ( 338 x 479 ) mm = ( 13.31 x 18.86 ) in &#039;G4&#039; =&gt; [677.48, 958.11], // = ( 239 x 338 ) mm = ( 9.41 x 13.31 ) in &#039;G5&#039; =&gt; [479.055, 677.48], // = ( 169 x 239 ) mm = ( 6.65 x 9.41 ) in &#039;G6&#039; =&gt; [337.323, 479.055], // = ( 119 x 169 ) mm = ( 4.69 x 6.65 ) in &#039;G7&#039; =&gt; [238.11, 337.323], // = ( 84 x 119 ) mm = ( 3.31 x 4.69 ) in &#039;G8&#039; =&gt; [167.244, 238.11], // = ( 59 x 84 ) mm = ( 2.32 x 3.31 ) in &#039;G9&#039; =&gt; [119.055, 167.244], // = ( 42 x 59 ) mm = ( 1.65 x 2.32 ) in &#039;G10&#039; =&gt; [82.205, 119.055], // = ( 29 x 42 ) mm = ( 1.14 x 1.65 ) in &#039;G11&#039; =&gt; [59.528, 82.205], // = ( 21 x 29 ) mm = ( 0.83 x 1.14 ) in &#039;G12&#039; =&gt; [39.685, 59.528], // = ( 14 x 21 ) mm = ( 0.55 x 0.83 ) in // ISO Press &#039;RA0&#039; =&gt; [2437.795, 3458.268], // = ( 860 x 1220 ) mm = ( 33.86 x 48.03 ) in &#039;RA1&#039; =&gt; [1729.134, 2437.795], // = ( 610 x 860 ) mm = ( 24.02 x 33.86 ) in &#039;RA2&#039; =&gt; [1218.898, 1729.134], // = ( 430 x 610 ) mm = ( 16.93 x 24.02 ) in &#039;RA3&#039; =&gt; [864.567, 1218.898], // = ( 305 x 430 ) mm = ( 12.01 x 16.93 ) in &#039;RA4&#039; =&gt; [609.449, 864.567], // = ( 215 x 305 ) mm = ( 8.46 x 12.01 ) in &#039;SRA0&#039; =&gt; [2551.181, 3628.346], // = ( 900 x 1280 ) mm = ( 35.43 x 50.39 ) in &#039;SRA1&#039; =&gt; [1814.173, 2551.181], // = ( 640 x 900 ) mm = ( 25.20 x 35.43 ) in &#039;SRA2&#039; =&gt; [1275.591, 1814.173], // = ( 450 x 640 ) mm = ( 17.72 x 25.20 ) in &#039;SRA3&#039; =&gt; [907.087, 1275.591], // = ( 320 x 450 ) mm = ( 12.60 x 17.72 ) in &#039;SRA4&#039; =&gt; [637.795, 907.087], // = ( 225 x 320 ) mm = ( 8.86 x 12.60 ) in // German DIN 476 &#039;4A0&#039; =&gt; [4767.874, 6740.787], // = ( 1682 x 2378 ) mm = ( 66.22 x 93.62 ) in &#039;2A0&#039; =&gt; [3370.394, 4767.874], // = ( 1189 x 1682 ) mm = ( 46.81 x 66.22 ) in // Variations on the ISO Standard &#039;A2_EXTRA&#039; =&gt; [1261.417, 1754.646], // = ( 445 x 619 ) mm = ( 17.52 x 24.37 ) in &#039;A3+&#039; =&gt; [932.598, 1369.134], // = ( 329 x 483 ) mm = ( 12.95 x 19.02 ) in &#039;A3_EXTRA&#039; =&gt; [912.756, 1261.417], // = ( 322 x 445 ) mm = ( 12.68 x 17.52 ) in &#039;A3_SUPER&#039; =&gt; [864.567, 1440.0], // = ( 305 x 508 ) mm = ( 12.01 x 20.00 ) in &#039;SUPER_A3&#039; =&gt; [864.567, 1380.472], // = ( 305 x 487 ) mm = ( 12.01 x 19.17 ) in &#039;A4_EXTRA&#039; =&gt; [666.1420000000001, 912.756], // = ( 235 x 322 ) mm = ( 9.25 x 12.68 ) in &#039;A4_SUPER&#039; =&gt; [649.134, 912.756], // = ( 229 x 322 ) mm = ( 9.02 x 12.68 ) in &#039;SUPER_A4&#039; =&gt; [643.465, 1009.134], // = ( 227 x 356 ) mm = ( 8.94 x 14.02 ) in &#039;A4_LONG&#039; =&gt; [595.276, 986.457], // = ( 210 x 348 ) mm = ( 8.27 x 13.70 ) in &#039;F4&#039; =&gt; [595.276, 935.433], // = ( 210 x 330 ) mm = ( 8.27 x 12.99 ) in &#039;SO_B5_EXTRA&#039; =&gt; [572.598, 782.362], // = ( 202 x 276 ) mm = ( 7.95 x 10.87 ) in &#039;A5_EXTRA&#039; =&gt; [490.394, 666.1420000000001], // = ( 173 x 235 ) mm = ( 6.81 x 9.25 ) in // ANSI Series &#039;ANSI_E&#039; =&gt; [2448.0, 3168.0], // = ( 864 x 1118 ) mm = ( 34.00 x 44.00 ) in &#039;ANSI_D&#039; =&gt; [1584.0, 2448.0], // = ( 559 x 864 ) mm = ( 22.00 x 34.00 ) in &#039;ANSI_C&#039; =&gt; [1224.0, 1584.0], // = ( 432 x 559 ) mm = ( 17.00 x 22.00 ) in &#039;ANSI_B&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ANSI_A&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in // Traditional &#039;Loose&#039; North American Paper Sizes &#039;USLEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;LEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;ORGANIZERK&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;BIBLE&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;USTABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;TABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ORGANIZERM&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;LETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;LEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;GOVERNMENTLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;GLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;JUNIORLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in &#039;JLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in // Other North American Paper Sizes &#039;QUADDEMY&#039; =&gt; [2520.0, 3240.0], // = ( 889 x 1143 ) mm = ( 35.00 x 45.00 ) in &#039;SUPER_B&#039; =&gt; [936.0, 1368.0], // = ( 330 x 483 ) mm = ( 13.00 x 19.00 ) in &#039;QUARTO&#039; =&gt; [648.0, 792.0], // = ( 229 x 279 ) mm = ( 9.00 x 11.00 ) in &#039;GOVERNMENTLEGAL&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;FOLIO&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;MONARCH&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;EXECUTIVE&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;ORGANIZERL&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;STATEMENT&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;MEMO&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;FOOLSCAP&#039; =&gt; [595.4400000000001, 936.0], // = ( 210 x 330 ) mm = ( 8.27 x 13.00 ) in &#039;COMPACT&#039; =&gt; [306.0, 486.0], // = ( 108 x 171 ) mm = ( 4.25 x 6.75 ) in &#039;ORGANIZERJ&#039; =&gt; [198.0, 360.0], // = ( 70 x 127 ) mm = ( 2.75 x 5.00 ) in // Canadian standard CAN 2-9.60M &#039;P1&#039; =&gt; [1587.402, 2437.795], // = ( 560 x 860 ) mm = ( 22.05 x 33.86 ) in &#039;P2&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;P3&#039; =&gt; [793.701, 1218.898], // = ( 280 x 430 ) mm = ( 11.02 x 16.93 ) in &#039;P4&#039; =&gt; [609.449, 793.701], // = ( 215 x 280 ) mm = ( 8.46 x 11.02 ) in &#039;P5&#039; =&gt; [396.85, 609.449], // = ( 140 x 215 ) mm = ( 5.51 x 8.46 ) in &#039;P6&#039; =&gt; [303.307, 396.85], // = ( 107 x 140 ) mm = ( 4.21 x 5.51 ) in // North American Architectural Sizes &#039;ARCH_E&#039; =&gt; [2592.0, 3456.0], // = ( 914 x 1219 ) mm = ( 36.00 x 48.00 ) in &#039;ARCH_E1&#039; =&gt; [2160.0, 3024.0], // = ( 762 x 1067 ) mm = ( 30.00 x 42.00 ) in &#039;ARCH_D&#039; =&gt; [1728.0, 2592.0], // = ( 610 x 914 ) mm = ( 24.00 x 36.00 ) in &#039;BROADSHEET&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_C&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_B&#039; =&gt; [864.0, 1296.0], // = ( 305 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;ARCH_A&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in // -- North American Envelope Sizes // - Announcement Envelopes &#039;ANNENV_A2&#039; =&gt; [314.64, 414.0], // = ( 111 x 146 ) mm = ( 4.37 x 5.75 ) in &#039;ANNENV_A6&#039; =&gt; [342.0, 468.0], // = ( 121 x 165 ) mm = ( 4.75 x 6.50 ) in &#039;ANNENV_A7&#039; =&gt; [378.0, 522.0], // = ( 133 x 184 ) mm = ( 5.25 x 7.25 ) in &#039;ANNENV_A8&#039; =&gt; [396.0, 584.64], // = ( 140 x 206 ) mm = ( 5.50 x 8.12 ) in &#039;ANNENV_A10&#039; =&gt; [450.0, 692.64], // = ( 159 x 244 ) mm = ( 6.25 x 9.62 ) in &#039;ANNENV_SLIM&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in // - Commercial Envelopes &#039;COMMENV_N6_1/4&#039; =&gt; [252.0, 432.0], // = ( 89 x 152 ) mm = ( 3.50 x 6.00 ) in &#039;COMMENV_N6_3/4&#039; =&gt; [260.64, 468.0], // = ( 92 x 165 ) mm = ( 3.62 x 6.50 ) in &#039;COMMENV_N8&#039; =&gt; [278.64, 540.0], // = ( 98 x 191 ) mm = ( 3.87 x 7.50 ) in &#039;COMMENV_N9&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in &#039;COMMENV_N10&#039; =&gt; [296.64, 684.0], // = ( 105 x 241 ) mm = ( 4.12 x 9.50 ) in &#039;COMMENV_N11&#039; =&gt; [324.0, 746.64], // = ( 114 x 263 ) mm = ( 4.50 x 10.37 ) in &#039;COMMENV_N12&#039; =&gt; [342.0, 792.0], // = ( 121 x 279 ) mm = ( 4.75 x 11.00 ) in &#039;COMMENV_N14&#039; =&gt; [360.0, 828.0], // = ( 127 x 292 ) mm = ( 5.00 x 11.50 ) in // - Catalogue Envelopes &#039;CATENV_N1&#039; =&gt; [432.0, 648.0], // = ( 152 x 229 ) mm = ( 6.00 x 9.00 ) in &#039;CATENV_N1_3/4&#039; =&gt; [468.0, 684.0], // = ( 165 x 241 ) mm = ( 6.50 x 9.50 ) in &#039;CATENV_N2&#039; =&gt; [468.0, 720.0], // = ( 165 x 254 ) mm = ( 6.50 x 10.00 ) in &#039;CATENV_N3&#039; =&gt; [504.0, 720.0], // = ( 178 x 254 ) mm = ( 7.00 x 10.00 ) in &#039;CATENV_N6&#039; =&gt; [540.0, 756.0], // = ( 191 x 267 ) mm = ( 7.50 x 10.50 ) in &#039;CATENV_N7&#039; =&gt; [576.0, 792.0], // = ( 203 x 279 ) mm = ( 8.00 x 11.00 ) in &#039;CATENV_N8&#039; =&gt; [594.0, 810.0], // = ( 210 x 286 ) mm = ( 8.25 x 11.25 ) in &#039;CATENV_N9_1/2&#039; =&gt; [612.0, 756.0], // = ( 216 x 267 ) mm = ( 8.50 x 10.50 ) in &#039;CATENV_N9_3/4&#039; =&gt; [630.0, 810.0], // = ( 222 x 286 ) mm = ( 8.75 x 11.25 ) in &#039;CATENV_N10_1/2&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in &#039;CATENV_N12_1/2&#039; =&gt; [684.0, 900.0], // = ( 241 x 318 ) mm = ( 9.50 x 12.50 ) in &#039;CATENV_N13_1/2&#039; =&gt; [720.0, 936.0], // = ( 254 x 330 ) mm = ( 10.00 x 13.00 ) in &#039;CATENV_N14_1/4&#039; =&gt; [810.0, 882.0], // = ( 286 x 311 ) mm = ( 11.25 x 12.25 ) in &#039;CATENV_N14_1/2&#039; =&gt; [828.0, 1044.0], // = ( 292 x 368 ) mm = ( 11.50 x 14.50 ) in // Japanese (JIS P 0138-61) Standard B-Series &#039;JIS_B0&#039; =&gt; [2919.685, 4127.244], // = ( 1030 x 1456 ) mm = ( 40.55 x 57.32 ) in &#039;JIS_B1&#039; =&gt; [2063.622, 2919.685], // = ( 728 x 1030 ) mm = ( 28.66 x 40.55 ) in &#039;JIS_B2&#039; =&gt; [1459.843, 2063.622], // = ( 515 x 728 ) mm = ( 20.28 x 28.66 ) in &#039;JIS_B3&#039; =&gt; [1031.811, 1459.843], // = ( 364 x 515 ) mm = ( 14.33 x 20.28 ) in &#039;JIS_B4&#039; =&gt; [728.504, 1031.811], // = ( 257 x 364 ) mm = ( 10.12 x 14.33 ) in &#039;JIS_B5&#039; =&gt; [515.9059999999999, 728.504], // = ( 182 x 257 ) mm = ( 7.17 x 10.12 ) in &#039;JIS_B6&#039; =&gt; [362.835, 515.9059999999999], // = ( 128 x 182 ) mm = ( 5.04 x 7.17 ) in &#039;JIS_B7&#039; =&gt; [257.953, 362.835], // = ( 91 x 128 ) mm = ( 3.58 x 5.04 ) in &#039;JIS_B8&#039; =&gt; [181.417, 257.953], // = ( 64 x 91 ) mm = ( 2.52 x 3.58 ) in &#039;JIS_B9&#039; =&gt; [127.559, 181.417], // = ( 45 x 64 ) mm = ( 1.77 x 2.52 ) in &#039;JIS_B10&#039; =&gt; [90.709, 127.559], // = ( 32 x 45 ) mm = ( 1.26 x 1.77 ) in &#039;JIS_B11&#039; =&gt; [62.362, 90.709], // = ( 22 x 32 ) mm = ( 0.87 x 1.26 ) in &#039;JIS_B12&#039; =&gt; [45.354, 62.362], // = ( 16 x 22 ) mm = ( 0.63 x 0.87 ) in // PA Series &#039;PA0&#039; =&gt; [2381.102, 3174.803], // = ( 840 x 1120 ) mm = ( 33.07 x 44.09 ) in &#039;PA1&#039; =&gt; [1587.402, 2381.102], // = ( 560 x 840 ) mm = ( 22.05 x 33.07 ) in &#039;PA2&#039; =&gt; [1190.551, 1587.402], // = ( 420 x 560 ) mm = ( 16.54 x 22.05 ) in &#039;PA3&#039; =&gt; [793.701, 1190.551], // = ( 280 x 420 ) mm = ( 11.02 x 16.54 ) in &#039;PA4&#039; =&gt; [595.276, 793.701], // = ( 210 x 280 ) mm = ( 8.27 x 11.02 ) in &#039;PA5&#039; =&gt; [396.85, 595.276], // = ( 140 x 210 ) mm = ( 5.51 x 8.27 ) in &#039;PA6&#039; =&gt; [297.638, 396.85], // = ( 105 x 140 ) mm = ( 4.13 x 5.51 ) in &#039;PA7&#039; =&gt; [198.425, 297.638], // = ( 70 x 105 ) mm = ( 2.76 x 4.13 ) in &#039;PA8&#039; =&gt; [147.402, 198.425], // = ( 52 x 70 ) mm = ( 2.05 x 2.76 ) in &#039;PA9&#039; =&gt; [99.21299999999999, 147.402], // = ( 35 x 52 ) mm = ( 1.38 x 2.05 ) in &#039;PA10&#039; =&gt; [73.70099999999999, 99.21299999999999], // = ( 26 x 35 ) mm = ( 1.02 x 1.38 ) in // Standard Photographic Print Sizes &#039;PASSPORT_PHOTO&#039; =&gt; [99.21299999999999, 127.559], // = ( 35 x 45 ) mm = ( 1.38 x 1.77 ) in &#039;E&#039; =&gt; [233.858, 340.157], // = ( 82 x 120 ) mm = ( 3.25 x 4.72 ) in &#039;L&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;3R&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;KG&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4R&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4D&#039; =&gt; [340.157, 430.866], // = ( 120 x 152 ) mm = ( 4.72 x 5.98 ) in &#039;2L&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;5R&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;8P&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6R&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6P&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;8R&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;6PW&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;S8R&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;4P&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;10R&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;4PW&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;S10R&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;11R&#039; =&gt; [790.866, 1009.134], // = ( 279 x 356 ) mm = ( 10.98 x 14.02 ) in &#039;S11R&#039; =&gt; [790.866, 1224.567], // = ( 279 x 432 ) mm = ( 10.98 x 17.01 ) in &#039;12R&#039; =&gt; [864.567, 1080.0], // = ( 305 x 381 ) mm = ( 12.01 x 15.00 ) in &#039;S12R&#039; =&gt; [864.567, 1292.598], // = ( 305 x 456 ) mm = ( 12.01 x 17.95 ) in // Common Newspaper Sizes &#039;NEWSPAPER_BROADSHEET&#039; =&gt; [2125.984, 1700.787], // = ( 750 x 600 ) mm = ( 29.53 x 23.62 ) in &#039;NEWSPAPER_BERLINER&#039; =&gt; [1332.283, 892.913], // = ( 470 x 315 ) mm = ( 18.50 x 12.40 ) in &#039;NEWSPAPER_TABLOID&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in &#039;NEWSPAPER_COMPACT&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in // Business Cards &#039;CREDIT_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO7810&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO216&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;BUSINESS_CARD_IT&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_UK&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_FR&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_DE&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_ES&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_CA&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_US&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_JP&#039; =&gt; [155.906, 257.953], // = ( 55 x 91 ) mm = ( 2.17 x 3.58 ) in &#039;BUSINESS_CARD_HK&#039; =&gt; [153.071, 255.118], // = ( 54 x 90 ) mm = ( 2.13 x 3.54 ) in &#039;BUSINESS_CARD_AU&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_DK&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_SE&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_RU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_CZ&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_FI&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_HU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_IL&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in // Billboards &#039;4SHEET&#039; =&gt; [2880.0, 4320.0], // = ( 1016 x 1524 ) mm = ( 40.00 x 60.00 ) in &#039;6SHEET&#039; =&gt; [3401.575, 5102.362], // = ( 1200 x 1800 ) mm = ( 47.24 x 70.87 ) in &#039;12SHEET&#039; =&gt; [8640.0, 4320.0], // = ( 3048 x 1524 ) mm = (120.00 x 60.00 ) in &#039;16SHEET&#039; =&gt; [5760.0, 8640.0], // = ( 2032 x 3048 ) mm = ( 80.00 x 120.00) in &#039;32SHEET&#039; =&gt; [11520.0, 8640.0], // = ( 4064 x 3048 ) mm = (160.00 x 120.00) in &#039;48SHEET&#039; =&gt; [17280.0, 8640.0], // = ( 6096 x 3048 ) mm = (240.00 x 120.00) in &#039;64SHEET&#039; =&gt; [23040.0, 8640.0], // = ( 8128 x 3048 ) mm = (320.00 x 120.00) in &#039;96SHEET&#039; =&gt; [34560.0, 8640.0], // = (12192 x 3048 ) mm = (480.00 x 120.00) in // -- Old European Sizes // - Old Imperial English Sizes &#039;EN_EMPEROR&#039; =&gt; [3456.0, 5184.0], // = ( 1219 x 1829 ) mm = ( 48.00 x 72.00 ) in &#039;EN_ANTIQUARIAN&#039; =&gt; [2232.0, 3816.0], // = ( 787 x 1346 ) mm = ( 31.00 x 53.00 ) in &#039;EN_GRAND_EAGLE&#039; =&gt; [2070.0, 3024.0], // = ( 730 x 1067 ) mm = ( 28.75 x 42.00 ) in &#039;EN_DOUBLE_ELEPHANT&#039; =&gt; [1926.0, 2880.0], // = ( 679 x 1016 ) mm = ( 26.75 x 40.00 ) in &#039;EN_ATLAS&#039; =&gt; [1872.0, 2448.0], // = ( 660 x 864 ) mm = ( 26.00 x 34.00 ) in &#039;EN_COLOMBIER&#039; =&gt; [1692.0, 2484.0], // = ( 597 x 876 ) mm = ( 23.50 x 34.50 ) in &#039;EN_ELEPHANT&#039; =&gt; [1656.0, 2016.0], // = ( 584 x 711 ) mm = ( 23.00 x 28.00 ) in &#039;EN_DOUBLE_DEMY&#039; =&gt; [1620.0, 2556.0], // = ( 572 x 902 ) mm = ( 22.50 x 35.50 ) in &#039;EN_IMPERIAL&#039; =&gt; [1584.0, 2160.0], // = ( 559 x 762 ) mm = ( 22.00 x 30.00 ) in &#039;EN_PRINCESS&#039; =&gt; [1548.0, 2016.0], // = ( 546 x 711 ) mm = ( 21.50 x 28.00 ) in &#039;EN_CARTRIDGE&#039; =&gt; [1512.0, 1872.0], // = ( 533 x 660 ) mm = ( 21.00 x 26.00 ) in &#039;EN_DOUBLE_LARGE_POST&#039; =&gt; [1512.0, 2376.0], // = ( 533 x 838 ) mm = ( 21.00 x 33.00 ) in &#039;EN_ROYAL&#039; =&gt; [1440.0, 1800.0], // = ( 508 x 635 ) mm = ( 20.00 x 25.00 ) in &#039;EN_SHEET&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_HALF_POST&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_SUPER_ROYAL&#039; =&gt; [1368.0, 1944.0], // = ( 483 x 686 ) mm = ( 19.00 x 27.00 ) in &#039;EN_DOUBLE_POST&#039; =&gt; [1368.0, 2196.0], // = ( 483 x 775 ) mm = ( 19.00 x 30.50 ) in &#039;EN_MEDIUM&#039; =&gt; [1260.0, 1656.0], // = ( 445 x 584 ) mm = ( 17.50 x 23.00 ) in &#039;EN_DEMY&#039; =&gt; [1260.0, 1620.0], // = ( 445 x 572 ) mm = ( 17.50 x 22.50 ) in &#039;EN_LARGE_POST&#039; =&gt; [1188.0, 1512.0], // = ( 419 x 533 ) mm = ( 16.50 x 21.00 ) in &#039;EN_COPY_DRAUGHT&#039; =&gt; [1152.0, 1440.0], // = ( 406 x 508 ) mm = ( 16.00 x 20.00 ) in &#039;EN_POST&#039; =&gt; [1116.0, 1386.0], // = ( 394 x 489 ) mm = ( 15.50 x 19.25 ) in &#039;EN_CROWN&#039; =&gt; [1080.0, 1440.0], // = ( 381 x 508 ) mm = ( 15.00 x 20.00 ) in &#039;EN_PINCHED_POST&#039; =&gt; [1062.0, 1332.0], // = ( 375 x 470 ) mm = ( 14.75 x 18.50 ) in &#039;EN_BRIEF&#039; =&gt; [972.0, 1152.0], // = ( 343 x 406 ) mm = ( 13.50 x 16.00 ) in &#039;EN_FOOLSCAP&#039; =&gt; [972.0, 1224.0], // = ( 343 x 432 ) mm = ( 13.50 x 17.00 ) in &#039;EN_SMALL_FOOLSCAP&#039; =&gt; [954.0, 1188.0], // = ( 337 x 419 ) mm = ( 13.25 x 16.50 ) in &#039;EN_POTT&#039; =&gt; [900.0, 1080.0], // = ( 318 x 381 ) mm = ( 12.50 x 15.00 ) in // - Old Imperial Belgian Sizes &#039;BE_GRAND_AIGLE&#039; =&gt; [1984.252, 2948.031], // = ( 700 x 1040 ) mm = ( 27.56 x 40.94 ) in &#039;BE_COLOMBIER&#039; =&gt; [1757.48, 2409.449], // = ( 620 x 850 ) mm = ( 24.41 x 33.46 ) in &#039;BE_DOUBLE_CARRE&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;BE_ELEPHANT&#039; =&gt; [1746.142, 2182.677], // = ( 616 x 770 ) mm = ( 24.25 x 30.31 ) in &#039;BE_PETIT_AIGLE&#039; =&gt; [1700.787, 2381.102], // = ( 600 x 840 ) mm = ( 23.62 x 33.07 ) in &#039;BE_GRAND_JESUS&#039; =&gt; [1559.055, 2069.291], // = ( 550 x 730 ) mm = ( 21.65 x 28.74 ) in &#039;BE_JESUS&#039; =&gt; [1530.709, 2069.291], // = ( 540 x 730 ) mm = ( 21.26 x 28.74 ) in &#039;BE_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;BE_GRAND_MEDIAN&#039; =&gt; [1303.937, 1714.961], // = ( 460 x 605 ) mm = ( 18.11 x 23.82 ) in &#039;BE_DOUBLE_POSTE&#039; =&gt; [1233.071, 1601.575], // = ( 435 x 565 ) mm = ( 17.13 x 22.24 ) in &#039;BE_COQUILLE&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;BE_PETIT_MEDIAN&#039; =&gt; [1176.378, 1502.362], // = ( 415 x 530 ) mm = ( 16.34 x 20.87 ) in &#039;BE_RUCHE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;BE_PROPATRIA&#039; =&gt; [977.953, 1218.898], // = ( 345 x 430 ) mm = ( 13.58 x 16.93 ) in &#039;BE_LYS&#039; =&gt; [898.583, 1125.354], // = ( 317 x 397 ) mm = ( 12.48 x 15.63 ) in &#039;BE_POT&#039; =&gt; [870.236, 1088.504], // = ( 307 x 384 ) mm = ( 12.09 x 15.12 ) in &#039;BE_ROSETTE&#039; =&gt; [765.354, 983.622], // = ( 270 x 347 ) mm = ( 10.63 x 13.66 ) in // - Old Imperial French Sizes &#039;FR_UNIVERS&#039; =&gt; [2834.646, 3685.039], // = ( 1000 x 1300 ) mm = ( 39.37 x 51.18 ) in &#039;FR_DOUBLE_COLOMBIER&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_GRANDE_MONDE&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_DOUBLE_SOLEIL&#039; =&gt; [2267.717, 3401.575], // = ( 800 x 1200 ) mm = ( 31.50 x 47.24 ) in &#039;FR_DOUBLE_JESUS&#039; =&gt; [2154.331, 3174.803], // = ( 760 x 1120 ) mm = ( 29.92 x 44.09 ) in &#039;FR_GRAND_AIGLE&#039; =&gt; [2125.984, 3004.724], // = ( 750 x 1060 ) mm = ( 29.53 x 41.73 ) in &#039;FR_PETIT_AIGLE&#039; =&gt; [1984.252, 2664.567], // = ( 700 x 940 ) mm = ( 27.56 x 37.01 ) in &#039;FR_DOUBLE_RAISIN&#039; =&gt; [1842.52, 2834.646], // = ( 650 x 1000 ) mm = ( 25.59 x 39.37 ) in &#039;FR_JOURNAL&#039; =&gt; [1842.52, 2664.567], // = ( 650 x 940 ) mm = ( 25.59 x 37.01 ) in &#039;FR_COLOMBIER_AFFICHE&#039; =&gt; [1785.827, 2551.181], // = ( 630 x 900 ) mm = ( 24.80 x 35.43 ) in &#039;FR_DOUBLE_CAVALIER&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;FR_CLOCHE&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_SOLEIL&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_DOUBLE_CARRE&#039; =&gt; [1587.402, 2551.181], // = ( 560 x 900 ) mm = ( 22.05 x 35.43 ) in &#039;FR_DOUBLE_COQUILLE&#039; =&gt; [1587.402, 2494.488], // = ( 560 x 880 ) mm = ( 22.05 x 34.65 ) in &#039;FR_JESUS&#039; =&gt; [1587.402, 2154.331], // = ( 560 x 760 ) mm = ( 22.05 x 29.92 ) in &#039;FR_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;FR_CAVALIER&#039; =&gt; [1303.937, 1757.48], // = ( 460 x 620 ) mm = ( 18.11 x 24.41 ) in &#039;FR_DOUBLE_COURONNE&#039; =&gt; [1303.937, 2040.945], // = ( 460 x 720 ) mm = ( 18.11 x 28.35 ) in &#039;FR_CARRE&#039; =&gt; [1275.591, 1587.402], // = ( 450 x 560 ) mm = ( 17.72 x 22.05 ) in &#039;FR_COQUILLE&#039; =&gt; [1247.244, 1587.402], // = ( 440 x 560 ) mm = ( 17.32 x 22.05 ) in &#039;FR_DOUBLE_TELLIERE&#039; =&gt; [1247.244, 1927.559], // = ( 440 x 680 ) mm = ( 17.32 x 26.77 ) in &#039;FR_DOUBLE_CLOCHE&#039; =&gt; [1133.858, 1700.787], // = ( 400 x 600 ) mm = ( 15.75 x 23.62 ) in &#039;FR_DOUBLE_POT&#039; =&gt; [1133.858, 1757.48], // = ( 400 x 620 ) mm = ( 15.75 x 24.41 ) in &#039;FR_ECU&#039; =&gt; [1133.858, 1474.016], // = ( 400 x 520 ) mm = ( 15.75 x 20.47 ) in &#039;FR_COURONNE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;FR_TELLIERE&#039; =&gt; [963.78, 1247.244], // = ( 340 x 440 ) mm = ( 13.39 x 17.32 ) in &#039;FR_POT&#039; =&gt; [878.74, 1133.858], // = ( 310 x 400 ) mm = ( 12.20 x 15.75 ) in // Colombian Sizes &#039;CO_CARTA&#039; =&gt; [612.283, 790.866], // = ( 216 x 279 ) mm = ( 8.50 x 10.98 ) in &#039;CO_EXTRA_TABLOIDE&#039; =&gt; [864.0, 1296.0], // = ( 304 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;CO_OFICIO&#039; =&gt; [612.283, 935.433], // = ( 216 x 330 ) mm = ( 8.50 x 12.99 ) in &#039;CO_PLIEGO&#039; =&gt; [1984.252, 2834.646], // = ( 700 x 1000 ) mm = ( 27.56 x 39.37 ) in &#039;CO_PLIEGO2&#039; =&gt; [1417.323, 1984.252], // = ( 500 x 700 ) mm = ( 19.69 x 27.56 ) in &#039;CO_PLIEGO4&#039; =&gt; [992.126, 1417.323], // = ( 350 x 500 ) mm = ( 13.78 x 19.69 ) in &#039;CO_PLIEGO8&#039; =&gt; [708.6609999999999, 992.126], // = ( 250 x 350 ) mm = ( 9.84 x 13.78 ) in // Japanese Sizes &#039;JP_AB_BAN&#039; =&gt; [2494.488, 3075.591], // = ( 880 x 1085 ) mm = ( 34.65 x 42.72 ) in &#039;JP_AIBAN&#039; =&gt; [637.795, 977.953], // = ( 225 x 345 ) mm = ( 8.86 x 13.58 ) in &#039;JP_A_KO_BAN&#039; =&gt; [1723.465, 2454.803], // = ( 608 x 866 ) mm = ( 23.94 x 34.09 ) in &#039;JP_B_KO_BAN&#039; =&gt; [2137.323, 2967.874], // = ( 754 x 1047 ) mm = ( 29.69 x 41.22 ) in &#039;JP_CHOUBO_BAN&#039; =&gt; [2318.74, 3092.598], // = ( 818 x 1091 ) mm = ( 32.20 x 42.95 ) in &#039;JP_CHUBAN&#039; =&gt; [538.583, 722.835], // = ( 190 x 255 ) mm = ( 7.48 x 10.04 ) in &#039;JP_CHU_TANZAKU&#039; =&gt; [368.504, 1077.165], // = ( 130 x 380 ) mm = ( 5.12 x 14.96 ) in &#039;JP_DAI OBAN&#039; =&gt; [977.953, 1289.764], // = ( 345 x 455 ) mm = ( 13.58 x 17.91 ) in &#039;JP_EBANKIRI&#039; =&gt; [538.583, 1459.843], // = ( 190 x 515 ) mm = ( 7.48 x 20.28 ) in &#039;JP_FUURUSU_KO_BAN&#039; =&gt; [943.937, 1201.89], // = ( 333 x 424 ) mm = ( 13.11 x 16.69 ) in &#039;JP_GAYOUSHI&#039; =&gt; [1649.764, 2148.661], // = ( 582 x 758 ) mm = ( 22.91 x 29.84 ) in &#039;JP_HASHIRE_E&#039; =&gt; [368.504, 2069.291], // = ( 130 x 730 ) mm = ( 5.12 x 28.74 ) in &#039;JP_HATORON_BAN&#039; =&gt; [2551.181, 3401.575], // = ( 900 x 1200 ) mm = ( 35.43 x 47.24 ) in &#039;JP_HOM_BAN&#039; =&gt; [1842.52, 2211.024], // = ( 650 x 780 ) mm = ( 25.59 x 30.71 ) in &#039;JP_HOSOBAN&#039; =&gt; [411.024, 935.433], // = ( 145 x 330 ) mm = ( 5.71 x 12.99 ) in &#039;JP_JIS_A_BAN&#039; =&gt; [1771.654, 2494.488], // = ( 625 x 880 ) mm = ( 24.61 x 34.65 ) in &#039;JP_JIS_B_BAN&#039; =&gt; [2168.504, 3075.591], // = ( 765 x 1085 ) mm = ( 30.12 x 42.72 ) in &#039;JP_KAKEMONO_E&#039; =&gt; [651.9690000000001, 2154.331], // = ( 230 x 760 ) mm = ( 9.06 x 29.92 ) in &#039;JP_KAKUBAN&#039; =&gt; [504.567, 575.433], // = ( 178 x 203 ) mm = ( 7.01 x 7.99 ) in &#039;JP_KAKU_SURIMONO&#039; =&gt; [510.236, 609.449], // = ( 180 x 215 ) mm = ( 7.09 x 8.46 ) in &#039;JP_KENTO_BAN&#039; =&gt; [1374.803, 1768.819], // = ( 485 x 624 ) mm = ( 19.09 x 24.57 ) in &#039;JP_KIKU_BAN&#039; =&gt; [1802.835, 2661.732], // = ( 636 x 939 ) mm = ( 25.04 x 36.97 ) in &#039;JP_KIKU_BAN4&#039; =&gt; [643.465, 867.402], // = ( 227 x 306 ) mm = ( 8.94 x 12.05 ) in &#039;JP_KIKU_BAN5&#039; =&gt; [428.031, 643.465], // = ( 151 x 227 ) mm = ( 5.94 x 8.94 ) in &#039;JP_KIKU_BAN5_OLD&#039; =&gt; [430.866, 617.953], // = ( 152 x 218 ) mm = ( 5.98 x 8.58 ) in &#039;JP_KIKU_BAN_A20_DORI&#039; =&gt; [419.528, 473.386], // = ( 148 x 167 ) mm = ( 5.83 x 6.57 ) in &#039;JP_KOBAN&#039; =&gt; [481.89, 651.9690000000001], // = ( 170 x 230 ) mm = ( 6.69 x 9.06 ) in &#039;JP_KO_BAN_B6&#039; =&gt; [317.48, 493.228], // = ( 112 x 174 ) mm = ( 4.41 x 6.85 ) in &#039;JP_KO_TANZAKU&#039; =&gt; [215.433, 977.953], // = ( 76 x 345 ) mm = ( 2.99 x 13.58 ) in &#039;JP_MOKUTANSHI&#039; =&gt; [1332.283, 1760.315], // = ( 470 x 621 ) mm = ( 18.50 x 24.45 ) in &#039;JP_NAGA_BAN&#039; =&gt; [651.9690000000001, 1459.843], // = ( 230 x 515 ) mm = ( 9.06 x 20.28 ) in &#039;JP_OBAN&#039; =&gt; [720.0, 1077.165], // = ( 254 x 380 ) mm = ( 10.00 x 14.96 ) in &#039;JP_OGATA_CHUBAN&#039; =&gt; [615.1180000000001, 830.551], // = ( 217 x 293 ) mm = ( 8.54 x 11.54 ) in &#039;JP_O_HOSOBAN&#039; =&gt; [481.89, 1077.165], // = ( 170 x 380 ) mm = ( 6.69 x 14.96 ) in &#039;JP_POSTCARD&#039; =&gt; [283.465, 419.528], // = ( 100 x 148 ) mm = ( 3.94 x 5.83 ) in &#039;JP_SANGO_BAN&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANGO_BAN_A48_DORI&#039; =&gt; [209.764, 396.85], // = ( 74 x 140 ) mm = ( 2.91 x 5.51 ) in &#039;JP_SANGO_BAN_B20_DORI&#039; =&gt; [515.9059999999999, 583.937], // = ( 182 x 206 ) mm = ( 7.17 x 8.11 ) in &#039;JP_SANGO_BAN_B36_DORI&#039; =&gt; [342.992, 484.724], // = ( 121 x 171 ) mm = ( 4.76 x 6.73 ) in &#039;JP_SANGO_BAN_B40_DORI&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANROKU_BAN_B48_DORI&#039; =&gt; [257.953, 484.724], // = ( 91 x 171 ) mm = ( 3.58 x 6.73 ) in &#039;JP_SANSAN_BAN&#039; =&gt; [1975.748, 2834.646], // = ( 697 x 1000 ) mm = ( 27.44 x 39.37 ) in &#039;JP_SANSHI_BAN&#039; =&gt; [2060.787, 2834.646], // = ( 727 x 1000 ) mm = ( 28.62 x 39.37 ) in &#039;JP_SHIKISHIBAN&#039; =&gt; [581.102, 651.9690000000001], // = ( 205 x 230 ) mm = ( 8.07 x 9.06 ) in &#039;JP_SHIMBUNYOUSHI&#039; =&gt; [2304.567, 1547.717], // = ( 813 x 546 ) mm = ( 32.01 x 21.50 ) in &#039;JP_SHINSHO_BAN_B40_A&#039; =&gt; [300.472, 490.394], // = ( 106 x 173 ) mm = ( 4.17 x 6.81 ) in &#039;JP_SHINSHO_BAN_B40_B&#039; =&gt; [291.969, 515.9059999999999], // = ( 103 x 182 ) mm = ( 4.06 x 7.17 ) in &#039;JP_SHIROKU_BAN&#039; =&gt; [2233.701, 3092.598], // = ( 788 x 1091 ) mm = ( 31.02 x 42.95 ) in &#039;JP_SHIROKU_BAN4&#039; =&gt; [748.346, 1074.331], // = ( 264 x 379 ) mm = ( 10.39 x 14.92 ) in &#039;JP_SHIROKU_BAN5&#039; =&gt; [535.748, 742.677], // = ( 189 x 262 ) mm = ( 7.44 x 10.31 ) in &#039;JP_SHIROKU_BAN5_OLD&#039; =&gt; [541.417, 734.173], // = ( 191 x 259 ) mm = ( 7.52 x 10.20 ) in &#039;JP_SHIROKU_BAN6&#039; =&gt; [360.0, 532.913], // = ( 127 x 188 ) mm = ( 5.00 x 7.40 ) in &#039;JP_SHO_TANZAKU&#039; =&gt; [269.291, 722.835], // = ( 95 x 255 ) mm = ( 3.74 x 10.04 ) in &#039;JP_SUITORISHI&#039; =&gt; [1252.913, 1615.748], // = ( 442 x 570 ) mm = ( 17.40 x 22.44 ) in &#039;JP_TANZAKU&#039; =&gt; [360.0, 1218.898], // = ( 127 x 430 ) mm = ( 5.00 x 16.93 ) in &#039;JP_TSUYA_GAMI&#039; =&gt; [1440.0, 2160.0], // = ( 508 x 762 ) mm = ( 20.00 x 30.00 ) in &#039;JP_UCHIWA&#039; =&gt; [649.134, 720.0], // = ( 229 x 254 ) mm = ( 9.02 x 10.00 ) in &#039;JP_WAIDO_BAN&#039; =&gt; [595.276, 728.504], // = ( 210 x 257 ) mm = ( 8.27 x 10.12 ) in &#039;JP_YATSUGIRI_BAN&#039; =&gt; [269.291, 360.0], ] </span> </dt> <dd>Array of page formats (width, height).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_NUM">PAGE_NUM</a> <span> &nbsp;= &#039;~#PN&#039; </span> </dt> <dd>Alias for page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_TOT">PAGE_TOT</a> <span> &nbsp;= &#039;~#PT&#039; </span> </dt> <dd>Alias for total number of pages in a group.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_UNITRATIO">UNITRATIO</a> <span> &nbsp;= [ &#039;&#039; =&gt; 1.0, // default to points &#039;px&#039; =&gt; 1.0, &#039;pt&#039; =&gt; 1.0, &#039;points&#039; =&gt; 1.0, &#039;millimeters&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;mm&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;centimeters&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;cm&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;inches&#039; =&gt; 72.0, &#039;in&#039; =&gt; 72.0, ] </span> </dt> <dd>Array of conversion ratios relative to points.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize page data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_add">add()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Add a new page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_addAnnotRef">addAnnotRef()</a> <span> &nbsp;: void </span> </dt> <dd>Add Annotation references.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_addContent">addContent()</a> <span> &nbsp;: void </span> </dt> <dd>Add page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_addContentMark">addContentMark()</a> <span> &nbsp;: void </span> </dt> <dd>Add page content mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_checkRegionBreak">checkRegionBreak()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Move to the next page region if required.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_convertPoints">convertPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert Points to another unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_delete">delete()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Remove the specified page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_enableAutoPageBreak">enableAutoPageBreak()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic page break.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_enableSignatureApproval">enableSignatureApproval()</a> <span> &nbsp;: static </span> </dt> <dd>Enable Signature Approval.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getDisplay">getDisplay()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page display mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_getKUnit">getKUnit()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getLayout">getLayout()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getNextPage">getNextPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the next page data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getNextRegion">getNextRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the page data with the next selected region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getPage">getPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the specified page data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageFormatSize">getPageFormatSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Get page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_getPageID">getPageID()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current page ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientation">getPageOrientation()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientedSize">getPageOrientedSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Returns the page dimensions oriented as specified.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_getPages">getPages()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr>&gt; </span> </dt> <dd>Returns the array (stack) containing all pages data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_getPdfPages">getPdfPages()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output all page sections.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getRegion">getRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\RegionData">RegionData</abbr> </span> </dt> <dd>Returns the current region data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_getResourceDictObjID">getResourceDictObjID()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the reserved Object ID for the Resource dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_getRootObjID">getRootObjID()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the root object ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getUnitRatio">getUnitRatio()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio for the specified unit of measure.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getX">getX()</a> <span> &nbsp;: float </span> </dt> <dd>Return the absolute horizontal cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getY">getY()</a> <span> &nbsp;: float </span> </dt> <dd>Return the absolute vertical cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isAutoPageBreakEnabled">isAutoPageBreakEnabled()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the auto-page-break status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isXOutRegion">isXOutRegion()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the specified horizontal position is outside the region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isYOutRegion">isYOutRegion()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the specified vertical position is outside the region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_move">move()</a> <span> &nbsp;: void </span> </dt> <dd>Move a page to a previous position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_pop">pop()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Remove and return last page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_popContent">popContent()</a> <span> &nbsp;: string </span> </dt> <dd>Remove and return last page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#method_popContentToLastMark">popContentToLastMark()</a> <span> &nbsp;: void </span> </dt> <dd>Remove the last marked page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeAnnotRefs">sanitizeAnnotRefs()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the annotation references.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeBoxData">sanitizeBoxData()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page boxes containing the page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeContent">sanitizeContent()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeGroup">sanitizeGroup()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeMargins">sanitizeMargins()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageFormat">sanitizePageFormat()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageNumber">sanitizePageNumber()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRegions">sanitizeRegions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page regions (columns).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRotation">sanitizeRotation()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTime">sanitizeTime()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTransitions">sanitizeTransitions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page transitions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeZoom">sanitizeZoom()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page preferred zoom (magnification) factor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_selectRegion">selectRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\RegionData">RegionData</abbr> </span> </dt> <dd>Select the specified page region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setBox">setBox()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Set page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setCurrentPage">setCurrentPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Set the current page number (move to the specified page).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setPageBoxes">setPageBoxes()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Initialize page boxes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setPagePHeight">setPagePHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Overrides the page height and returns the current value in points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setPagePWidth">setPagePWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Overrides the page width and returns the current value in points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setX">setX()</a> <span> &nbsp;: static </span> </dt> <dd>Set the absolute horizontal cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setY">setY()</a> <span> &nbsp;: static </span> </dt> <dd>Set the absolute vertical cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_swapCoordinates">swapCoordinates()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Swap X and Y coordinates of page boxes (change page boxes orientation).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BOX"> BOX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Box.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box"><abbr title="src/Box.php">Box.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">210</span> </aside> <p class="phpdocumentor-summary">Page box names.</p>classes-Com-Tecnick-Pdf-Page-Regionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Region <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings"><abbr title="\Com\Tecnick\Pdf\Page\Settings">Settings</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Region.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region"><abbr title="src/Region.php">Region.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Region</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RegionData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageInputData from \Com\Tecnick\Pdf\Page\Box</p> <p>A page region defines the writable area of the page.</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX">BOX</a> <span> &nbsp;= [&#039;MediaBox&#039;, &#039;CropBox&#039;, &#039;BleedBox&#039;, &#039;TrimBox&#039;, &#039;ArtBox&#039;] </span> </dt> <dd>Page box names.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_EPS">EPS</a> <span> &nbsp;= 0.0001 </span> </dt> <dd>Epsilon precision used to compare floating point values.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT">FORMAT</a> <span> &nbsp;= [ // ISO 216 A Series + 2 SIS 014711 extensions &#039;A0&#039; =&gt; [2383.937, 3370.394], // = ( 841 x 1189 ) mm = ( 33.11 x 46.81 ) in &#039;A1&#039; =&gt; [1683.78, 2383.937], // = ( 594 x 841 ) mm = ( 23.39 x 33.11 ) in &#039;A2&#039; =&gt; [1190.551, 1683.78], // = ( 420 x 594 ) mm = ( 16.54 x 23.39 ) in &#039;A3&#039; =&gt; [841.89, 1190.551], // = ( 297 x 420 ) mm = ( 11.69 x 16.54 ) in &#039;A4&#039; =&gt; [595.276, 841.89], // = ( 210 x 297 ) mm = ( 8.27 x 11.69 ) in &#039;A5&#039; =&gt; [419.528, 595.276], // = ( 148 x 210 ) mm = ( 5.83 x 8.27 ) in &#039;A6&#039; =&gt; [297.638, 419.528], // = ( 105 x 148 ) mm = ( 4.13 x 5.83 ) in &#039;A7&#039; =&gt; [209.764, 297.638], // = ( 74 x 105 ) mm = ( 2.91 x 4.13 ) in &#039;A8&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;A9&#039; =&gt; [104.882, 147.402], // = ( 37 x 52 ) mm = ( 1.46 x 2.05 ) in &#039;A10&#039; =&gt; [73.70099999999999, 104.882], // = ( 26 x 37 ) mm = ( 1.02 x 1.46 ) in &#039;A11&#039; =&gt; [51.024, 73.70099999999999], // = ( 18 x 26 ) mm = ( 0.71 x 1.02 ) in &#039;A12&#039; =&gt; [36.85, 51.024], // = ( 13 x 18 ) mm = ( 0.51 x 0.71 ) in // ISO 216 B Series + 2 SIS 014711 extensions &#039;B0&#039; =&gt; [2834.646, 4008.189], // = ( 1000 x 1414 ) mm = ( 39.37 x 55.67 ) in &#039;B1&#039; =&gt; [2004.094, 2834.646], // = ( 707 x 1000 ) mm = ( 27.83 x 39.37 ) in &#039;B2&#039; =&gt; [1417.323, 2004.094], // = ( 500 x 707 ) mm = ( 19.69 x 27.83 ) in &#039;B3&#039; =&gt; [1000.63, 1417.323], // = ( 353 x 500 ) mm = ( 13.90 x 19.69 ) in &#039;B4&#039; =&gt; [708.6609999999999, 1000.63], // = ( 250 x 353 ) mm = ( 9.84 x 13.90 ) in &#039;B5&#039; =&gt; [498.898, 708.6609999999999], // = ( 176 x 250 ) mm = ( 6.93 x 9.84 ) in &#039;B6&#039; =&gt; [354.331, 498.898], // = ( 125 x 176 ) mm = ( 4.92 x 6.93 ) in &#039;B7&#039; =&gt; [249.449, 354.331], // = ( 88 x 125 ) mm = ( 3.46 x 4.92 ) in &#039;B8&#039; =&gt; [175.748, 249.449], // = ( 62 x 88 ) mm = ( 2.44 x 3.46 ) in &#039;B9&#039; =&gt; [124.724, 175.748], // = ( 44 x 62 ) mm = ( 1.73 x 2.44 ) in &#039;B10&#039; =&gt; [87.874, 124.724], // = ( 31 x 44 ) mm = ( 1.22 x 1.73 ) in &#039;B11&#039; =&gt; [62.362, 87.874], // = ( 22 x 31 ) mm = ( 0.87 x 1.22 ) in &#039;B12&#039; =&gt; [42.52, 62.362], // = ( 15 x 22 ) mm = ( 0.59 x 0.87 ) in // ISO 216 C Series + 2 SIS 014711 extensions + 5 EXTENSION &#039;C0&#039; =&gt; [2599.37, 3676.535], // = ( 917 x 1297 ) mm = ( 36.10 x 51.06 ) in &#039;C1&#039; =&gt; [1836.85, 2599.37], // = ( 648 x 917 ) mm = ( 25.51 x 36.10 ) in &#039;C2&#039; =&gt; [1298.268, 1836.85], // = ( 458 x 648 ) mm = ( 18.03 x 25.51 ) in &#039;C3&#039; =&gt; [918.425, 1298.268], // = ( 324 x 458 ) mm = ( 12.76 x 18.03 ) in &#039;C4&#039; =&gt; [649.134, 918.425], // = ( 229 x 324 ) mm = ( 9.02 x 12.76 ) in &#039;C5&#039; =&gt; [459.213, 649.134], // = ( 162 x 229 ) mm = ( 6.38 x 9.02 ) in &#039;C6&#039; =&gt; [323.15, 459.213], // = ( 114 x 162 ) mm = ( 4.49 x 6.38 ) in &#039;C7&#039; =&gt; [229.606, 323.15], // = ( 81 x 114 ) mm = ( 3.19 x 4.49 ) in &#039;C8&#039; =&gt; [161.575, 229.606], // = ( 57 x 81 ) mm = ( 2.24 x 3.19 ) in &#039;C9&#039; =&gt; [113.386, 161.575], // = ( 40 x 57 ) mm = ( 1.57 x 2.24 ) in &#039;C10&#039; =&gt; [79.37, 113.386], // = ( 28 x 40 ) mm = ( 1.10 x 1.57 ) in &#039;C11&#039; =&gt; [56.693, 79.37], // = ( 20 x 28 ) mm = ( 0.79 x 1.10 ) in &#039;C12&#039; =&gt; [39.685, 56.693], // = ( 14 x 20 ) mm = ( 0.55 x 0.79 ) in &#039;C76&#039; =&gt; [229.606, 459.213], // = ( 81 x 162 ) mm = ( 3.19 x 6.38 ) in &#039;DL&#039; =&gt; [311.811, 623.622], // = ( 110 x 220 ) mm = ( 4.33 x 8.66 ) in &#039;DLE&#039; =&gt; [323.15, 637.795], // = ( 114 x 225 ) mm = ( 4.49 x 8.86 ) in &#039;DLX&#039; =&gt; [340.158, 666.1420000000001], // = ( 120 x 235 ) mm = ( 4.72 x 9.25 ) in &#039;DLP&#039; =&gt; [280.63, 595.276], // = ( 99 x 210 ) mm = ( 3.90 x 8.27 ) in (A4/3) // SIS 014711 E Series &#039;E0&#039; =&gt; [2491.654, 3517.795], // = ( 879 x 1241 ) mm = ( 34.61 x 48.86 ) in &#039;E1&#039; =&gt; [1757.48, 2491.654], // = ( 620 x 879 ) mm = ( 24.41 x 34.61 ) in &#039;E2&#039; =&gt; [1247.244, 1757.48], // = ( 440 x 620 ) mm = ( 17.32 x 24.41 ) in &#039;E3&#039; =&gt; [878.74, 1247.244], // = ( 310 x 440 ) mm = ( 12.20 x 17.32 ) in &#039;E4&#039; =&gt; [623.622, 878.74], // = ( 220 x 310 ) mm = ( 8.66 x 12.20 ) in &#039;E5&#039; =&gt; [439.37, 623.622], // = ( 155 x 220 ) mm = ( 6.10 x 8.66 ) in &#039;E6&#039; =&gt; [311.811, 439.37], // = ( 110 x 155 ) mm = ( 4.33 x 6.10 ) in &#039;E7&#039; =&gt; [221.102, 311.811], // = ( 78 x 110 ) mm = ( 3.07 x 4.33 ) in &#039;E8&#039; =&gt; [155.906, 221.102], // = ( 55 x 78 ) mm = ( 2.17 x 3.07 ) in &#039;E9&#039; =&gt; [110.551, 155.906], // = ( 39 x 55 ) mm = ( 1.54 x 2.17 ) in &#039;E10&#039; =&gt; [76.535, 110.551], // = ( 27 x 39 ) mm = ( 1.06 x 1.54 ) in &#039;E11&#039; =&gt; [53.858, 76.535], // = ( 19 x 27 ) mm = ( 0.75 x 1.06 ) in &#039;E12&#039; =&gt; [36.85, 53.858], // = ( 13 x 19 ) mm = ( 0.51 x 0.75 ) in // SIS 014711 G Series &#039;G0&#039; =&gt; [2715.591, 3838.11], // = ( 958 x 1354 ) mm = ( 37.72 x 53.31 ) in &#039;G1&#039; =&gt; [1919.055, 2715.591], // = ( 677 x 958 ) mm = ( 26.65 x 37.72 ) in &#039;G2&#039; =&gt; [1357.795, 1919.055], // = ( 479 x 677 ) mm = ( 18.86 x 26.65 ) in &#039;G3&#039; =&gt; [958.11, 1357.795], // = ( 338 x 479 ) mm = ( 13.31 x 18.86 ) in &#039;G4&#039; =&gt; [677.48, 958.11], // = ( 239 x 338 ) mm = ( 9.41 x 13.31 ) in &#039;G5&#039; =&gt; [479.055, 677.48], // = ( 169 x 239 ) mm = ( 6.65 x 9.41 ) in &#039;G6&#039; =&gt; [337.323, 479.055], // = ( 119 x 169 ) mm = ( 4.69 x 6.65 ) in &#039;G7&#039; =&gt; [238.11, 337.323], // = ( 84 x 119 ) mm = ( 3.31 x 4.69 ) in &#039;G8&#039; =&gt; [167.244, 238.11], // = ( 59 x 84 ) mm = ( 2.32 x 3.31 ) in &#039;G9&#039; =&gt; [119.055, 167.244], // = ( 42 x 59 ) mm = ( 1.65 x 2.32 ) in &#039;G10&#039; =&gt; [82.205, 119.055], // = ( 29 x 42 ) mm = ( 1.14 x 1.65 ) in &#039;G11&#039; =&gt; [59.528, 82.205], // = ( 21 x 29 ) mm = ( 0.83 x 1.14 ) in &#039;G12&#039; =&gt; [39.685, 59.528], // = ( 14 x 21 ) mm = ( 0.55 x 0.83 ) in // ISO Press &#039;RA0&#039; =&gt; [2437.795, 3458.268], // = ( 860 x 1220 ) mm = ( 33.86 x 48.03 ) in &#039;RA1&#039; =&gt; [1729.134, 2437.795], // = ( 610 x 860 ) mm = ( 24.02 x 33.86 ) in &#039;RA2&#039; =&gt; [1218.898, 1729.134], // = ( 430 x 610 ) mm = ( 16.93 x 24.02 ) in &#039;RA3&#039; =&gt; [864.567, 1218.898], // = ( 305 x 430 ) mm = ( 12.01 x 16.93 ) in &#039;RA4&#039; =&gt; [609.449, 864.567], // = ( 215 x 305 ) mm = ( 8.46 x 12.01 ) in &#039;SRA0&#039; =&gt; [2551.181, 3628.346], // = ( 900 x 1280 ) mm = ( 35.43 x 50.39 ) in &#039;SRA1&#039; =&gt; [1814.173, 2551.181], // = ( 640 x 900 ) mm = ( 25.20 x 35.43 ) in &#039;SRA2&#039; =&gt; [1275.591, 1814.173], // = ( 450 x 640 ) mm = ( 17.72 x 25.20 ) in &#039;SRA3&#039; =&gt; [907.087, 1275.591], // = ( 320 x 450 ) mm = ( 12.60 x 17.72 ) in &#039;SRA4&#039; =&gt; [637.795, 907.087], // = ( 225 x 320 ) mm = ( 8.86 x 12.60 ) in // German DIN 476 &#039;4A0&#039; =&gt; [4767.874, 6740.787], // = ( 1682 x 2378 ) mm = ( 66.22 x 93.62 ) in &#039;2A0&#039; =&gt; [3370.394, 4767.874], // = ( 1189 x 1682 ) mm = ( 46.81 x 66.22 ) in // Variations on the ISO Standard &#039;A2_EXTRA&#039; =&gt; [1261.417, 1754.646], // = ( 445 x 619 ) mm = ( 17.52 x 24.37 ) in &#039;A3+&#039; =&gt; [932.598, 1369.134], // = ( 329 x 483 ) mm = ( 12.95 x 19.02 ) in &#039;A3_EXTRA&#039; =&gt; [912.756, 1261.417], // = ( 322 x 445 ) mm = ( 12.68 x 17.52 ) in &#039;A3_SUPER&#039; =&gt; [864.567, 1440.0], // = ( 305 x 508 ) mm = ( 12.01 x 20.00 ) in &#039;SUPER_A3&#039; =&gt; [864.567, 1380.472], // = ( 305 x 487 ) mm = ( 12.01 x 19.17 ) in &#039;A4_EXTRA&#039; =&gt; [666.1420000000001, 912.756], // = ( 235 x 322 ) mm = ( 9.25 x 12.68 ) in &#039;A4_SUPER&#039; =&gt; [649.134, 912.756], // = ( 229 x 322 ) mm = ( 9.02 x 12.68 ) in &#039;SUPER_A4&#039; =&gt; [643.465, 1009.134], // = ( 227 x 356 ) mm = ( 8.94 x 14.02 ) in &#039;A4_LONG&#039; =&gt; [595.276, 986.457], // = ( 210 x 348 ) mm = ( 8.27 x 13.70 ) in &#039;F4&#039; =&gt; [595.276, 935.433], // = ( 210 x 330 ) mm = ( 8.27 x 12.99 ) in &#039;SO_B5_EXTRA&#039; =&gt; [572.598, 782.362], // = ( 202 x 276 ) mm = ( 7.95 x 10.87 ) in &#039;A5_EXTRA&#039; =&gt; [490.394, 666.1420000000001], // = ( 173 x 235 ) mm = ( 6.81 x 9.25 ) in // ANSI Series &#039;ANSI_E&#039; =&gt; [2448.0, 3168.0], // = ( 864 x 1118 ) mm = ( 34.00 x 44.00 ) in &#039;ANSI_D&#039; =&gt; [1584.0, 2448.0], // = ( 559 x 864 ) mm = ( 22.00 x 34.00 ) in &#039;ANSI_C&#039; =&gt; [1224.0, 1584.0], // = ( 432 x 559 ) mm = ( 17.00 x 22.00 ) in &#039;ANSI_B&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ANSI_A&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in // Traditional &#039;Loose&#039; North American Paper Sizes &#039;USLEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;LEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;ORGANIZERK&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;BIBLE&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;USTABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;TABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ORGANIZERM&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;LETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;LEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;GOVERNMENTLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;GLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;JUNIORLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in &#039;JLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in // Other North American Paper Sizes &#039;QUADDEMY&#039; =&gt; [2520.0, 3240.0], // = ( 889 x 1143 ) mm = ( 35.00 x 45.00 ) in &#039;SUPER_B&#039; =&gt; [936.0, 1368.0], // = ( 330 x 483 ) mm = ( 13.00 x 19.00 ) in &#039;QUARTO&#039; =&gt; [648.0, 792.0], // = ( 229 x 279 ) mm = ( 9.00 x 11.00 ) in &#039;GOVERNMENTLEGAL&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;FOLIO&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;MONARCH&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;EXECUTIVE&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;ORGANIZERL&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;STATEMENT&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;MEMO&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;FOOLSCAP&#039; =&gt; [595.4400000000001, 936.0], // = ( 210 x 330 ) mm = ( 8.27 x 13.00 ) in &#039;COMPACT&#039; =&gt; [306.0, 486.0], // = ( 108 x 171 ) mm = ( 4.25 x 6.75 ) in &#039;ORGANIZERJ&#039; =&gt; [198.0, 360.0], // = ( 70 x 127 ) mm = ( 2.75 x 5.00 ) in // Canadian standard CAN 2-9.60M &#039;P1&#039; =&gt; [1587.402, 2437.795], // = ( 560 x 860 ) mm = ( 22.05 x 33.86 ) in &#039;P2&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;P3&#039; =&gt; [793.701, 1218.898], // = ( 280 x 430 ) mm = ( 11.02 x 16.93 ) in &#039;P4&#039; =&gt; [609.449, 793.701], // = ( 215 x 280 ) mm = ( 8.46 x 11.02 ) in &#039;P5&#039; =&gt; [396.85, 609.449], // = ( 140 x 215 ) mm = ( 5.51 x 8.46 ) in &#039;P6&#039; =&gt; [303.307, 396.85], // = ( 107 x 140 ) mm = ( 4.21 x 5.51 ) in // North American Architectural Sizes &#039;ARCH_E&#039; =&gt; [2592.0, 3456.0], // = ( 914 x 1219 ) mm = ( 36.00 x 48.00 ) in &#039;ARCH_E1&#039; =&gt; [2160.0, 3024.0], // = ( 762 x 1067 ) mm = ( 30.00 x 42.00 ) in &#039;ARCH_D&#039; =&gt; [1728.0, 2592.0], // = ( 610 x 914 ) mm = ( 24.00 x 36.00 ) in &#039;BROADSHEET&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_C&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_B&#039; =&gt; [864.0, 1296.0], // = ( 305 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;ARCH_A&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in // -- North American Envelope Sizes // - Announcement Envelopes &#039;ANNENV_A2&#039; =&gt; [314.64, 414.0], // = ( 111 x 146 ) mm = ( 4.37 x 5.75 ) in &#039;ANNENV_A6&#039; =&gt; [342.0, 468.0], // = ( 121 x 165 ) mm = ( 4.75 x 6.50 ) in &#039;ANNENV_A7&#039; =&gt; [378.0, 522.0], // = ( 133 x 184 ) mm = ( 5.25 x 7.25 ) in &#039;ANNENV_A8&#039; =&gt; [396.0, 584.64], // = ( 140 x 206 ) mm = ( 5.50 x 8.12 ) in &#039;ANNENV_A10&#039; =&gt; [450.0, 692.64], // = ( 159 x 244 ) mm = ( 6.25 x 9.62 ) in &#039;ANNENV_SLIM&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in // - Commercial Envelopes &#039;COMMENV_N6_1/4&#039; =&gt; [252.0, 432.0], // = ( 89 x 152 ) mm = ( 3.50 x 6.00 ) in &#039;COMMENV_N6_3/4&#039; =&gt; [260.64, 468.0], // = ( 92 x 165 ) mm = ( 3.62 x 6.50 ) in &#039;COMMENV_N8&#039; =&gt; [278.64, 540.0], // = ( 98 x 191 ) mm = ( 3.87 x 7.50 ) in &#039;COMMENV_N9&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in &#039;COMMENV_N10&#039; =&gt; [296.64, 684.0], // = ( 105 x 241 ) mm = ( 4.12 x 9.50 ) in &#039;COMMENV_N11&#039; =&gt; [324.0, 746.64], // = ( 114 x 263 ) mm = ( 4.50 x 10.37 ) in &#039;COMMENV_N12&#039; =&gt; [342.0, 792.0], // = ( 121 x 279 ) mm = ( 4.75 x 11.00 ) in &#039;COMMENV_N14&#039; =&gt; [360.0, 828.0], // = ( 127 x 292 ) mm = ( 5.00 x 11.50 ) in // - Catalogue Envelopes &#039;CATENV_N1&#039; =&gt; [432.0, 648.0], // = ( 152 x 229 ) mm = ( 6.00 x 9.00 ) in &#039;CATENV_N1_3/4&#039; =&gt; [468.0, 684.0], // = ( 165 x 241 ) mm = ( 6.50 x 9.50 ) in &#039;CATENV_N2&#039; =&gt; [468.0, 720.0], // = ( 165 x 254 ) mm = ( 6.50 x 10.00 ) in &#039;CATENV_N3&#039; =&gt; [504.0, 720.0], // = ( 178 x 254 ) mm = ( 7.00 x 10.00 ) in &#039;CATENV_N6&#039; =&gt; [540.0, 756.0], // = ( 191 x 267 ) mm = ( 7.50 x 10.50 ) in &#039;CATENV_N7&#039; =&gt; [576.0, 792.0], // = ( 203 x 279 ) mm = ( 8.00 x 11.00 ) in &#039;CATENV_N8&#039; =&gt; [594.0, 810.0], // = ( 210 x 286 ) mm = ( 8.25 x 11.25 ) in &#039;CATENV_N9_1/2&#039; =&gt; [612.0, 756.0], // = ( 216 x 267 ) mm = ( 8.50 x 10.50 ) in &#039;CATENV_N9_3/4&#039; =&gt; [630.0, 810.0], // = ( 222 x 286 ) mm = ( 8.75 x 11.25 ) in &#039;CATENV_N10_1/2&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in &#039;CATENV_N12_1/2&#039; =&gt; [684.0, 900.0], // = ( 241 x 318 ) mm = ( 9.50 x 12.50 ) in &#039;CATENV_N13_1/2&#039; =&gt; [720.0, 936.0], // = ( 254 x 330 ) mm = ( 10.00 x 13.00 ) in &#039;CATENV_N14_1/4&#039; =&gt; [810.0, 882.0], // = ( 286 x 311 ) mm = ( 11.25 x 12.25 ) in &#039;CATENV_N14_1/2&#039; =&gt; [828.0, 1044.0], // = ( 292 x 368 ) mm = ( 11.50 x 14.50 ) in // Japanese (JIS P 0138-61) Standard B-Series &#039;JIS_B0&#039; =&gt; [2919.685, 4127.244], // = ( 1030 x 1456 ) mm = ( 40.55 x 57.32 ) in &#039;JIS_B1&#039; =&gt; [2063.622, 2919.685], // = ( 728 x 1030 ) mm = ( 28.66 x 40.55 ) in &#039;JIS_B2&#039; =&gt; [1459.843, 2063.622], // = ( 515 x 728 ) mm = ( 20.28 x 28.66 ) in &#039;JIS_B3&#039; =&gt; [1031.811, 1459.843], // = ( 364 x 515 ) mm = ( 14.33 x 20.28 ) in &#039;JIS_B4&#039; =&gt; [728.504, 1031.811], // = ( 257 x 364 ) mm = ( 10.12 x 14.33 ) in &#039;JIS_B5&#039; =&gt; [515.9059999999999, 728.504], // = ( 182 x 257 ) mm = ( 7.17 x 10.12 ) in &#039;JIS_B6&#039; =&gt; [362.835, 515.9059999999999], // = ( 128 x 182 ) mm = ( 5.04 x 7.17 ) in &#039;JIS_B7&#039; =&gt; [257.953, 362.835], // = ( 91 x 128 ) mm = ( 3.58 x 5.04 ) in &#039;JIS_B8&#039; =&gt; [181.417, 257.953], // = ( 64 x 91 ) mm = ( 2.52 x 3.58 ) in &#039;JIS_B9&#039; =&gt; [127.559, 181.417], // = ( 45 x 64 ) mm = ( 1.77 x 2.52 ) in &#039;JIS_B10&#039; =&gt; [90.709, 127.559], // = ( 32 x 45 ) mm = ( 1.26 x 1.77 ) in &#039;JIS_B11&#039; =&gt; [62.362, 90.709], // = ( 22 x 32 ) mm = ( 0.87 x 1.26 ) in &#039;JIS_B12&#039; =&gt; [45.354, 62.362], // = ( 16 x 22 ) mm = ( 0.63 x 0.87 ) in // PA Series &#039;PA0&#039; =&gt; [2381.102, 3174.803], // = ( 840 x 1120 ) mm = ( 33.07 x 44.09 ) in &#039;PA1&#039; =&gt; [1587.402, 2381.102], // = ( 560 x 840 ) mm = ( 22.05 x 33.07 ) in &#039;PA2&#039; =&gt; [1190.551, 1587.402], // = ( 420 x 560 ) mm = ( 16.54 x 22.05 ) in &#039;PA3&#039; =&gt; [793.701, 1190.551], // = ( 280 x 420 ) mm = ( 11.02 x 16.54 ) in &#039;PA4&#039; =&gt; [595.276, 793.701], // = ( 210 x 280 ) mm = ( 8.27 x 11.02 ) in &#039;PA5&#039; =&gt; [396.85, 595.276], // = ( 140 x 210 ) mm = ( 5.51 x 8.27 ) in &#039;PA6&#039; =&gt; [297.638, 396.85], // = ( 105 x 140 ) mm = ( 4.13 x 5.51 ) in &#039;PA7&#039; =&gt; [198.425, 297.638], // = ( 70 x 105 ) mm = ( 2.76 x 4.13 ) in &#039;PA8&#039; =&gt; [147.402, 198.425], // = ( 52 x 70 ) mm = ( 2.05 x 2.76 ) in &#039;PA9&#039; =&gt; [99.21299999999999, 147.402], // = ( 35 x 52 ) mm = ( 1.38 x 2.05 ) in &#039;PA10&#039; =&gt; [73.70099999999999, 99.21299999999999], // = ( 26 x 35 ) mm = ( 1.02 x 1.38 ) in // Standard Photographic Print Sizes &#039;PASSPORT_PHOTO&#039; =&gt; [99.21299999999999, 127.559], // = ( 35 x 45 ) mm = ( 1.38 x 1.77 ) in &#039;E&#039; =&gt; [233.858, 340.157], // = ( 82 x 120 ) mm = ( 3.25 x 4.72 ) in &#039;L&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;3R&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;KG&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4R&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4D&#039; =&gt; [340.157, 430.866], // = ( 120 x 152 ) mm = ( 4.72 x 5.98 ) in &#039;2L&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;5R&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;8P&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6R&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6P&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;8R&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;6PW&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;S8R&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;4P&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;10R&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;4PW&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;S10R&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;11R&#039; =&gt; [790.866, 1009.134], // = ( 279 x 356 ) mm = ( 10.98 x 14.02 ) in &#039;S11R&#039; =&gt; [790.866, 1224.567], // = ( 279 x 432 ) mm = ( 10.98 x 17.01 ) in &#039;12R&#039; =&gt; [864.567, 1080.0], // = ( 305 x 381 ) mm = ( 12.01 x 15.00 ) in &#039;S12R&#039; =&gt; [864.567, 1292.598], // = ( 305 x 456 ) mm = ( 12.01 x 17.95 ) in // Common Newspaper Sizes &#039;NEWSPAPER_BROADSHEET&#039; =&gt; [2125.984, 1700.787], // = ( 750 x 600 ) mm = ( 29.53 x 23.62 ) in &#039;NEWSPAPER_BERLINER&#039; =&gt; [1332.283, 892.913], // = ( 470 x 315 ) mm = ( 18.50 x 12.40 ) in &#039;NEWSPAPER_TABLOID&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in &#039;NEWSPAPER_COMPACT&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in // Business Cards &#039;CREDIT_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO7810&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO216&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;BUSINESS_CARD_IT&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_UK&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_FR&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_DE&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_ES&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_CA&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_US&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_JP&#039; =&gt; [155.906, 257.953], // = ( 55 x 91 ) mm = ( 2.17 x 3.58 ) in &#039;BUSINESS_CARD_HK&#039; =&gt; [153.071, 255.118], // = ( 54 x 90 ) mm = ( 2.13 x 3.54 ) in &#039;BUSINESS_CARD_AU&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_DK&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_SE&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_RU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_CZ&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_FI&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_HU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_IL&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in // Billboards &#039;4SHEET&#039; =&gt; [2880.0, 4320.0], // = ( 1016 x 1524 ) mm = ( 40.00 x 60.00 ) in &#039;6SHEET&#039; =&gt; [3401.575, 5102.362], // = ( 1200 x 1800 ) mm = ( 47.24 x 70.87 ) in &#039;12SHEET&#039; =&gt; [8640.0, 4320.0], // = ( 3048 x 1524 ) mm = (120.00 x 60.00 ) in &#039;16SHEET&#039; =&gt; [5760.0, 8640.0], // = ( 2032 x 3048 ) mm = ( 80.00 x 120.00) in &#039;32SHEET&#039; =&gt; [11520.0, 8640.0], // = ( 4064 x 3048 ) mm = (160.00 x 120.00) in &#039;48SHEET&#039; =&gt; [17280.0, 8640.0], // = ( 6096 x 3048 ) mm = (240.00 x 120.00) in &#039;64SHEET&#039; =&gt; [23040.0, 8640.0], // = ( 8128 x 3048 ) mm = (320.00 x 120.00) in &#039;96SHEET&#039; =&gt; [34560.0, 8640.0], // = (12192 x 3048 ) mm = (480.00 x 120.00) in // -- Old European Sizes // - Old Imperial English Sizes &#039;EN_EMPEROR&#039; =&gt; [3456.0, 5184.0], // = ( 1219 x 1829 ) mm = ( 48.00 x 72.00 ) in &#039;EN_ANTIQUARIAN&#039; =&gt; [2232.0, 3816.0], // = ( 787 x 1346 ) mm = ( 31.00 x 53.00 ) in &#039;EN_GRAND_EAGLE&#039; =&gt; [2070.0, 3024.0], // = ( 730 x 1067 ) mm = ( 28.75 x 42.00 ) in &#039;EN_DOUBLE_ELEPHANT&#039; =&gt; [1926.0, 2880.0], // = ( 679 x 1016 ) mm = ( 26.75 x 40.00 ) in &#039;EN_ATLAS&#039; =&gt; [1872.0, 2448.0], // = ( 660 x 864 ) mm = ( 26.00 x 34.00 ) in &#039;EN_COLOMBIER&#039; =&gt; [1692.0, 2484.0], // = ( 597 x 876 ) mm = ( 23.50 x 34.50 ) in &#039;EN_ELEPHANT&#039; =&gt; [1656.0, 2016.0], // = ( 584 x 711 ) mm = ( 23.00 x 28.00 ) in &#039;EN_DOUBLE_DEMY&#039; =&gt; [1620.0, 2556.0], // = ( 572 x 902 ) mm = ( 22.50 x 35.50 ) in &#039;EN_IMPERIAL&#039; =&gt; [1584.0, 2160.0], // = ( 559 x 762 ) mm = ( 22.00 x 30.00 ) in &#039;EN_PRINCESS&#039; =&gt; [1548.0, 2016.0], // = ( 546 x 711 ) mm = ( 21.50 x 28.00 ) in &#039;EN_CARTRIDGE&#039; =&gt; [1512.0, 1872.0], // = ( 533 x 660 ) mm = ( 21.00 x 26.00 ) in &#039;EN_DOUBLE_LARGE_POST&#039; =&gt; [1512.0, 2376.0], // = ( 533 x 838 ) mm = ( 21.00 x 33.00 ) in &#039;EN_ROYAL&#039; =&gt; [1440.0, 1800.0], // = ( 508 x 635 ) mm = ( 20.00 x 25.00 ) in &#039;EN_SHEET&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_HALF_POST&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_SUPER_ROYAL&#039; =&gt; [1368.0, 1944.0], // = ( 483 x 686 ) mm = ( 19.00 x 27.00 ) in &#039;EN_DOUBLE_POST&#039; =&gt; [1368.0, 2196.0], // = ( 483 x 775 ) mm = ( 19.00 x 30.50 ) in &#039;EN_MEDIUM&#039; =&gt; [1260.0, 1656.0], // = ( 445 x 584 ) mm = ( 17.50 x 23.00 ) in &#039;EN_DEMY&#039; =&gt; [1260.0, 1620.0], // = ( 445 x 572 ) mm = ( 17.50 x 22.50 ) in &#039;EN_LARGE_POST&#039; =&gt; [1188.0, 1512.0], // = ( 419 x 533 ) mm = ( 16.50 x 21.00 ) in &#039;EN_COPY_DRAUGHT&#039; =&gt; [1152.0, 1440.0], // = ( 406 x 508 ) mm = ( 16.00 x 20.00 ) in &#039;EN_POST&#039; =&gt; [1116.0, 1386.0], // = ( 394 x 489 ) mm = ( 15.50 x 19.25 ) in &#039;EN_CROWN&#039; =&gt; [1080.0, 1440.0], // = ( 381 x 508 ) mm = ( 15.00 x 20.00 ) in &#039;EN_PINCHED_POST&#039; =&gt; [1062.0, 1332.0], // = ( 375 x 470 ) mm = ( 14.75 x 18.50 ) in &#039;EN_BRIEF&#039; =&gt; [972.0, 1152.0], // = ( 343 x 406 ) mm = ( 13.50 x 16.00 ) in &#039;EN_FOOLSCAP&#039; =&gt; [972.0, 1224.0], // = ( 343 x 432 ) mm = ( 13.50 x 17.00 ) in &#039;EN_SMALL_FOOLSCAP&#039; =&gt; [954.0, 1188.0], // = ( 337 x 419 ) mm = ( 13.25 x 16.50 ) in &#039;EN_POTT&#039; =&gt; [900.0, 1080.0], // = ( 318 x 381 ) mm = ( 12.50 x 15.00 ) in // - Old Imperial Belgian Sizes &#039;BE_GRAND_AIGLE&#039; =&gt; [1984.252, 2948.031], // = ( 700 x 1040 ) mm = ( 27.56 x 40.94 ) in &#039;BE_COLOMBIER&#039; =&gt; [1757.48, 2409.449], // = ( 620 x 850 ) mm = ( 24.41 x 33.46 ) in &#039;BE_DOUBLE_CARRE&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;BE_ELEPHANT&#039; =&gt; [1746.142, 2182.677], // = ( 616 x 770 ) mm = ( 24.25 x 30.31 ) in &#039;BE_PETIT_AIGLE&#039; =&gt; [1700.787, 2381.102], // = ( 600 x 840 ) mm = ( 23.62 x 33.07 ) in &#039;BE_GRAND_JESUS&#039; =&gt; [1559.055, 2069.291], // = ( 550 x 730 ) mm = ( 21.65 x 28.74 ) in &#039;BE_JESUS&#039; =&gt; [1530.709, 2069.291], // = ( 540 x 730 ) mm = ( 21.26 x 28.74 ) in &#039;BE_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;BE_GRAND_MEDIAN&#039; =&gt; [1303.937, 1714.961], // = ( 460 x 605 ) mm = ( 18.11 x 23.82 ) in &#039;BE_DOUBLE_POSTE&#039; =&gt; [1233.071, 1601.575], // = ( 435 x 565 ) mm = ( 17.13 x 22.24 ) in &#039;BE_COQUILLE&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;BE_PETIT_MEDIAN&#039; =&gt; [1176.378, 1502.362], // = ( 415 x 530 ) mm = ( 16.34 x 20.87 ) in &#039;BE_RUCHE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;BE_PROPATRIA&#039; =&gt; [977.953, 1218.898], // = ( 345 x 430 ) mm = ( 13.58 x 16.93 ) in &#039;BE_LYS&#039; =&gt; [898.583, 1125.354], // = ( 317 x 397 ) mm = ( 12.48 x 15.63 ) in &#039;BE_POT&#039; =&gt; [870.236, 1088.504], // = ( 307 x 384 ) mm = ( 12.09 x 15.12 ) in &#039;BE_ROSETTE&#039; =&gt; [765.354, 983.622], // = ( 270 x 347 ) mm = ( 10.63 x 13.66 ) in // - Old Imperial French Sizes &#039;FR_UNIVERS&#039; =&gt; [2834.646, 3685.039], // = ( 1000 x 1300 ) mm = ( 39.37 x 51.18 ) in &#039;FR_DOUBLE_COLOMBIER&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_GRANDE_MONDE&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_DOUBLE_SOLEIL&#039; =&gt; [2267.717, 3401.575], // = ( 800 x 1200 ) mm = ( 31.50 x 47.24 ) in &#039;FR_DOUBLE_JESUS&#039; =&gt; [2154.331, 3174.803], // = ( 760 x 1120 ) mm = ( 29.92 x 44.09 ) in &#039;FR_GRAND_AIGLE&#039; =&gt; [2125.984, 3004.724], // = ( 750 x 1060 ) mm = ( 29.53 x 41.73 ) in &#039;FR_PETIT_AIGLE&#039; =&gt; [1984.252, 2664.567], // = ( 700 x 940 ) mm = ( 27.56 x 37.01 ) in &#039;FR_DOUBLE_RAISIN&#039; =&gt; [1842.52, 2834.646], // = ( 650 x 1000 ) mm = ( 25.59 x 39.37 ) in &#039;FR_JOURNAL&#039; =&gt; [1842.52, 2664.567], // = ( 650 x 940 ) mm = ( 25.59 x 37.01 ) in &#039;FR_COLOMBIER_AFFICHE&#039; =&gt; [1785.827, 2551.181], // = ( 630 x 900 ) mm = ( 24.80 x 35.43 ) in &#039;FR_DOUBLE_CAVALIER&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;FR_CLOCHE&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_SOLEIL&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_DOUBLE_CARRE&#039; =&gt; [1587.402, 2551.181], // = ( 560 x 900 ) mm = ( 22.05 x 35.43 ) in &#039;FR_DOUBLE_COQUILLE&#039; =&gt; [1587.402, 2494.488], // = ( 560 x 880 ) mm = ( 22.05 x 34.65 ) in &#039;FR_JESUS&#039; =&gt; [1587.402, 2154.331], // = ( 560 x 760 ) mm = ( 22.05 x 29.92 ) in &#039;FR_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;FR_CAVALIER&#039; =&gt; [1303.937, 1757.48], // = ( 460 x 620 ) mm = ( 18.11 x 24.41 ) in &#039;FR_DOUBLE_COURONNE&#039; =&gt; [1303.937, 2040.945], // = ( 460 x 720 ) mm = ( 18.11 x 28.35 ) in &#039;FR_CARRE&#039; =&gt; [1275.591, 1587.402], // = ( 450 x 560 ) mm = ( 17.72 x 22.05 ) in &#039;FR_COQUILLE&#039; =&gt; [1247.244, 1587.402], // = ( 440 x 560 ) mm = ( 17.32 x 22.05 ) in &#039;FR_DOUBLE_TELLIERE&#039; =&gt; [1247.244, 1927.559], // = ( 440 x 680 ) mm = ( 17.32 x 26.77 ) in &#039;FR_DOUBLE_CLOCHE&#039; =&gt; [1133.858, 1700.787], // = ( 400 x 600 ) mm = ( 15.75 x 23.62 ) in &#039;FR_DOUBLE_POT&#039; =&gt; [1133.858, 1757.48], // = ( 400 x 620 ) mm = ( 15.75 x 24.41 ) in &#039;FR_ECU&#039; =&gt; [1133.858, 1474.016], // = ( 400 x 520 ) mm = ( 15.75 x 20.47 ) in &#039;FR_COURONNE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;FR_TELLIERE&#039; =&gt; [963.78, 1247.244], // = ( 340 x 440 ) mm = ( 13.39 x 17.32 ) in &#039;FR_POT&#039; =&gt; [878.74, 1133.858], // = ( 310 x 400 ) mm = ( 12.20 x 15.75 ) in // Colombian Sizes &#039;CO_CARTA&#039; =&gt; [612.283, 790.866], // = ( 216 x 279 ) mm = ( 8.50 x 10.98 ) in &#039;CO_EXTRA_TABLOIDE&#039; =&gt; [864.0, 1296.0], // = ( 304 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;CO_OFICIO&#039; =&gt; [612.283, 935.433], // = ( 216 x 330 ) mm = ( 8.50 x 12.99 ) in &#039;CO_PLIEGO&#039; =&gt; [1984.252, 2834.646], // = ( 700 x 1000 ) mm = ( 27.56 x 39.37 ) in &#039;CO_PLIEGO2&#039; =&gt; [1417.323, 1984.252], // = ( 500 x 700 ) mm = ( 19.69 x 27.56 ) in &#039;CO_PLIEGO4&#039; =&gt; [992.126, 1417.323], // = ( 350 x 500 ) mm = ( 13.78 x 19.69 ) in &#039;CO_PLIEGO8&#039; =&gt; [708.6609999999999, 992.126], // = ( 250 x 350 ) mm = ( 9.84 x 13.78 ) in // Japanese Sizes &#039;JP_AB_BAN&#039; =&gt; [2494.488, 3075.591], // = ( 880 x 1085 ) mm = ( 34.65 x 42.72 ) in &#039;JP_AIBAN&#039; =&gt; [637.795, 977.953], // = ( 225 x 345 ) mm = ( 8.86 x 13.58 ) in &#039;JP_A_KO_BAN&#039; =&gt; [1723.465, 2454.803], // = ( 608 x 866 ) mm = ( 23.94 x 34.09 ) in &#039;JP_B_KO_BAN&#039; =&gt; [2137.323, 2967.874], // = ( 754 x 1047 ) mm = ( 29.69 x 41.22 ) in &#039;JP_CHOUBO_BAN&#039; =&gt; [2318.74, 3092.598], // = ( 818 x 1091 ) mm = ( 32.20 x 42.95 ) in &#039;JP_CHUBAN&#039; =&gt; [538.583, 722.835], // = ( 190 x 255 ) mm = ( 7.48 x 10.04 ) in &#039;JP_CHU_TANZAKU&#039; =&gt; [368.504, 1077.165], // = ( 130 x 380 ) mm = ( 5.12 x 14.96 ) in &#039;JP_DAI OBAN&#039; =&gt; [977.953, 1289.764], // = ( 345 x 455 ) mm = ( 13.58 x 17.91 ) in &#039;JP_EBANKIRI&#039; =&gt; [538.583, 1459.843], // = ( 190 x 515 ) mm = ( 7.48 x 20.28 ) in &#039;JP_FUURUSU_KO_BAN&#039; =&gt; [943.937, 1201.89], // = ( 333 x 424 ) mm = ( 13.11 x 16.69 ) in &#039;JP_GAYOUSHI&#039; =&gt; [1649.764, 2148.661], // = ( 582 x 758 ) mm = ( 22.91 x 29.84 ) in &#039;JP_HASHIRE_E&#039; =&gt; [368.504, 2069.291], // = ( 130 x 730 ) mm = ( 5.12 x 28.74 ) in &#039;JP_HATORON_BAN&#039; =&gt; [2551.181, 3401.575], // = ( 900 x 1200 ) mm = ( 35.43 x 47.24 ) in &#039;JP_HOM_BAN&#039; =&gt; [1842.52, 2211.024], // = ( 650 x 780 ) mm = ( 25.59 x 30.71 ) in &#039;JP_HOSOBAN&#039; =&gt; [411.024, 935.433], // = ( 145 x 330 ) mm = ( 5.71 x 12.99 ) in &#039;JP_JIS_A_BAN&#039; =&gt; [1771.654, 2494.488], // = ( 625 x 880 ) mm = ( 24.61 x 34.65 ) in &#039;JP_JIS_B_BAN&#039; =&gt; [2168.504, 3075.591], // = ( 765 x 1085 ) mm = ( 30.12 x 42.72 ) in &#039;JP_KAKEMONO_E&#039; =&gt; [651.9690000000001, 2154.331], // = ( 230 x 760 ) mm = ( 9.06 x 29.92 ) in &#039;JP_KAKUBAN&#039; =&gt; [504.567, 575.433], // = ( 178 x 203 ) mm = ( 7.01 x 7.99 ) in &#039;JP_KAKU_SURIMONO&#039; =&gt; [510.236, 609.449], // = ( 180 x 215 ) mm = ( 7.09 x 8.46 ) in &#039;JP_KENTO_BAN&#039; =&gt; [1374.803, 1768.819], // = ( 485 x 624 ) mm = ( 19.09 x 24.57 ) in &#039;JP_KIKU_BAN&#039; =&gt; [1802.835, 2661.732], // = ( 636 x 939 ) mm = ( 25.04 x 36.97 ) in &#039;JP_KIKU_BAN4&#039; =&gt; [643.465, 867.402], // = ( 227 x 306 ) mm = ( 8.94 x 12.05 ) in &#039;JP_KIKU_BAN5&#039; =&gt; [428.031, 643.465], // = ( 151 x 227 ) mm = ( 5.94 x 8.94 ) in &#039;JP_KIKU_BAN5_OLD&#039; =&gt; [430.866, 617.953], // = ( 152 x 218 ) mm = ( 5.98 x 8.58 ) in &#039;JP_KIKU_BAN_A20_DORI&#039; =&gt; [419.528, 473.386], // = ( 148 x 167 ) mm = ( 5.83 x 6.57 ) in &#039;JP_KOBAN&#039; =&gt; [481.89, 651.9690000000001], // = ( 170 x 230 ) mm = ( 6.69 x 9.06 ) in &#039;JP_KO_BAN_B6&#039; =&gt; [317.48, 493.228], // = ( 112 x 174 ) mm = ( 4.41 x 6.85 ) in &#039;JP_KO_TANZAKU&#039; =&gt; [215.433, 977.953], // = ( 76 x 345 ) mm = ( 2.99 x 13.58 ) in &#039;JP_MOKUTANSHI&#039; =&gt; [1332.283, 1760.315], // = ( 470 x 621 ) mm = ( 18.50 x 24.45 ) in &#039;JP_NAGA_BAN&#039; =&gt; [651.9690000000001, 1459.843], // = ( 230 x 515 ) mm = ( 9.06 x 20.28 ) in &#039;JP_OBAN&#039; =&gt; [720.0, 1077.165], // = ( 254 x 380 ) mm = ( 10.00 x 14.96 ) in &#039;JP_OGATA_CHUBAN&#039; =&gt; [615.1180000000001, 830.551], // = ( 217 x 293 ) mm = ( 8.54 x 11.54 ) in &#039;JP_O_HOSOBAN&#039; =&gt; [481.89, 1077.165], // = ( 170 x 380 ) mm = ( 6.69 x 14.96 ) in &#039;JP_POSTCARD&#039; =&gt; [283.465, 419.528], // = ( 100 x 148 ) mm = ( 3.94 x 5.83 ) in &#039;JP_SANGO_BAN&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANGO_BAN_A48_DORI&#039; =&gt; [209.764, 396.85], // = ( 74 x 140 ) mm = ( 2.91 x 5.51 ) in &#039;JP_SANGO_BAN_B20_DORI&#039; =&gt; [515.9059999999999, 583.937], // = ( 182 x 206 ) mm = ( 7.17 x 8.11 ) in &#039;JP_SANGO_BAN_B36_DORI&#039; =&gt; [342.992, 484.724], // = ( 121 x 171 ) mm = ( 4.76 x 6.73 ) in &#039;JP_SANGO_BAN_B40_DORI&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANROKU_BAN_B48_DORI&#039; =&gt; [257.953, 484.724], // = ( 91 x 171 ) mm = ( 3.58 x 6.73 ) in &#039;JP_SANSAN_BAN&#039; =&gt; [1975.748, 2834.646], // = ( 697 x 1000 ) mm = ( 27.44 x 39.37 ) in &#039;JP_SANSHI_BAN&#039; =&gt; [2060.787, 2834.646], // = ( 727 x 1000 ) mm = ( 28.62 x 39.37 ) in &#039;JP_SHIKISHIBAN&#039; =&gt; [581.102, 651.9690000000001], // = ( 205 x 230 ) mm = ( 8.07 x 9.06 ) in &#039;JP_SHIMBUNYOUSHI&#039; =&gt; [2304.567, 1547.717], // = ( 813 x 546 ) mm = ( 32.01 x 21.50 ) in &#039;JP_SHINSHO_BAN_B40_A&#039; =&gt; [300.472, 490.394], // = ( 106 x 173 ) mm = ( 4.17 x 6.81 ) in &#039;JP_SHINSHO_BAN_B40_B&#039; =&gt; [291.969, 515.9059999999999], // = ( 103 x 182 ) mm = ( 4.06 x 7.17 ) in &#039;JP_SHIROKU_BAN&#039; =&gt; [2233.701, 3092.598], // = ( 788 x 1091 ) mm = ( 31.02 x 42.95 ) in &#039;JP_SHIROKU_BAN4&#039; =&gt; [748.346, 1074.331], // = ( 264 x 379 ) mm = ( 10.39 x 14.92 ) in &#039;JP_SHIROKU_BAN5&#039; =&gt; [535.748, 742.677], // = ( 189 x 262 ) mm = ( 7.44 x 10.31 ) in &#039;JP_SHIROKU_BAN5_OLD&#039; =&gt; [541.417, 734.173], // = ( 191 x 259 ) mm = ( 7.52 x 10.20 ) in &#039;JP_SHIROKU_BAN6&#039; =&gt; [360.0, 532.913], // = ( 127 x 188 ) mm = ( 5.00 x 7.40 ) in &#039;JP_SHO_TANZAKU&#039; =&gt; [269.291, 722.835], // = ( 95 x 255 ) mm = ( 3.74 x 10.04 ) in &#039;JP_SUITORISHI&#039; =&gt; [1252.913, 1615.748], // = ( 442 x 570 ) mm = ( 17.40 x 22.44 ) in &#039;JP_TANZAKU&#039; =&gt; [360.0, 1218.898], // = ( 127 x 430 ) mm = ( 5.00 x 16.93 ) in &#039;JP_TSUYA_GAMI&#039; =&gt; [1440.0, 2160.0], // = ( 508 x 762 ) mm = ( 20.00 x 30.00 ) in &#039;JP_UCHIWA&#039; =&gt; [649.134, 720.0], // = ( 229 x 254 ) mm = ( 9.02 x 10.00 ) in &#039;JP_WAIDO_BAN&#039; =&gt; [595.276, 728.504], // = ( 210 x 257 ) mm = ( 8.27 x 10.12 ) in &#039;JP_YATSUGIRI_BAN&#039; =&gt; [269.291, 360.0], ] </span> </dt> <dd>Array of page formats (width, height).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_NUM">PAGE_NUM</a> <span> &nbsp;= &#039;~#PN&#039; </span> </dt> <dd>Alias for page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_TOT">PAGE_TOT</a> <span> &nbsp;= &#039;~#PT&#039; </span> </dt> <dd>Alias for total number of pages in a group.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_UNITRATIO">UNITRATIO</a> <span> &nbsp;= [ &#039;&#039; =&gt; 1.0, // default to points &#039;px&#039; =&gt; 1.0, &#039;pt&#039; =&gt; 1.0, &#039;points&#039; =&gt; 1.0, &#039;millimeters&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;mm&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;centimeters&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;cm&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;inches&#039; =&gt; 72.0, &#039;in&#039; =&gt; 72.0, ] </span> </dt> <dd>Array of conversion ratios relative to points.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_add">add()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Add a new page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_checkRegionBreak">checkRegionBreak()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Move to the next page region if required.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_convertPoints">convertPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert Points to another unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_enableAutoPageBreak">enableAutoPageBreak()</a> <span> &nbsp;: void </span> </dt> <dd>Enable or disable automatic page break.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getDisplay">getDisplay()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page display mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getLayout">getLayout()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getNextPage">getNextPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the next page data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getNextRegion">getNextRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the page data with the next selected region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getPage">getPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Returns the specified page data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageFormatSize">getPageFormatSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Get page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_getPageID">getPageID()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current page ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientation">getPageOrientation()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientedSize">getPageOrientedSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Returns the page dimensions oriented as specified.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getRegion">getRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\RegionData">RegionData</abbr> </span> </dt> <dd>Returns the current region data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getUnitRatio">getUnitRatio()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio for the specified unit of measure.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getX">getX()</a> <span> &nbsp;: float </span> </dt> <dd>Return the absolute horizontal cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_getY">getY()</a> <span> &nbsp;: float </span> </dt> <dd>Return the absolute vertical cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isAutoPageBreakEnabled">isAutoPageBreakEnabled()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the auto-page-break status.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isXOutRegion">isXOutRegion()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the specified horizontal position is outside the region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_isYOutRegion">isYOutRegion()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the specified vertical position is outside the region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeAnnotRefs">sanitizeAnnotRefs()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the annotation references.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeBoxData">sanitizeBoxData()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page boxes containing the page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeContent">sanitizeContent()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeGroup">sanitizeGroup()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeMargins">sanitizeMargins()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageFormat">sanitizePageFormat()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageNumber">sanitizePageNumber()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRegions">sanitizeRegions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page regions (columns).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRotation">sanitizeRotation()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTime">sanitizeTime()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTransitions">sanitizeTransitions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page transitions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeZoom">sanitizeZoom()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page preferred zoom (magnification) factor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_selectRegion">selectRegion()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\RegionData">RegionData</abbr> </span> </dt> <dd>Select the specified page region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setBox">setBox()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Set page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setCurrentPage">setCurrentPage()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Page\PageData">PageData</abbr> </span> </dt> <dd>Set the current page number (move to the specified page).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setPageBoxes">setPageBoxes()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Initialize page boxes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setPagePHeight">setPagePHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Overrides the page height and returns the current value in points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setPagePWidth">setPagePWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Overrides the page width and returns the current value in points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setX">setX()</a> <span> &nbsp;: static </span> </dt> <dd>Set the absolute horizontal cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#method_setY">setY()</a> <span> &nbsp;: static </span> </dt> <dd>Set the absolute vertical cursor position for the current region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_swapCoordinates">swapCoordinates()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Swap X and Y coordinates of page boxes (change page boxes orientation).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BOX"> BOX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Box.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box"><abbr title="src/Box.php">Box.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">210</span> </aside> <p class="phpdocumentor-summary">Page box names.</p>classes-Com-Tecnick-Pdf-Page-Settingshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page">Page</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Settings <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box"><abbr title="\Com\Tecnick\Pdf\Page\Box">Box</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage">PdfPage</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Settings.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings"><abbr title="src/Settings.php">Settings.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Page\Settings</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> https://github.com/tecnickcom/tc-lib-pdf-page </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBci from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageBox from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>MarginData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RegionData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TransitionData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PageInputData from \Com\Tecnick\Pdf\Page\Box</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.TooManyPublicMethods&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX">BOX</a> <span> &nbsp;= [&#039;MediaBox&#039;, &#039;CropBox&#039;, &#039;BleedBox&#039;, &#039;TrimBox&#039;, &#039;ArtBox&#039;] </span> </dt> <dd>Page box names.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_EPS">EPS</a> <span> &nbsp;= 0.0001 </span> </dt> <dd>Epsilon precision used to compare floating point values.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_FORMAT">FORMAT</a> <span> &nbsp;= [ // ISO 216 A Series + 2 SIS 014711 extensions &#039;A0&#039; =&gt; [2383.937, 3370.394], // = ( 841 x 1189 ) mm = ( 33.11 x 46.81 ) in &#039;A1&#039; =&gt; [1683.78, 2383.937], // = ( 594 x 841 ) mm = ( 23.39 x 33.11 ) in &#039;A2&#039; =&gt; [1190.551, 1683.78], // = ( 420 x 594 ) mm = ( 16.54 x 23.39 ) in &#039;A3&#039; =&gt; [841.89, 1190.551], // = ( 297 x 420 ) mm = ( 11.69 x 16.54 ) in &#039;A4&#039; =&gt; [595.276, 841.89], // = ( 210 x 297 ) mm = ( 8.27 x 11.69 ) in &#039;A5&#039; =&gt; [419.528, 595.276], // = ( 148 x 210 ) mm = ( 5.83 x 8.27 ) in &#039;A6&#039; =&gt; [297.638, 419.528], // = ( 105 x 148 ) mm = ( 4.13 x 5.83 ) in &#039;A7&#039; =&gt; [209.764, 297.638], // = ( 74 x 105 ) mm = ( 2.91 x 4.13 ) in &#039;A8&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;A9&#039; =&gt; [104.882, 147.402], // = ( 37 x 52 ) mm = ( 1.46 x 2.05 ) in &#039;A10&#039; =&gt; [73.70099999999999, 104.882], // = ( 26 x 37 ) mm = ( 1.02 x 1.46 ) in &#039;A11&#039; =&gt; [51.024, 73.70099999999999], // = ( 18 x 26 ) mm = ( 0.71 x 1.02 ) in &#039;A12&#039; =&gt; [36.85, 51.024], // = ( 13 x 18 ) mm = ( 0.51 x 0.71 ) in // ISO 216 B Series + 2 SIS 014711 extensions &#039;B0&#039; =&gt; [2834.646, 4008.189], // = ( 1000 x 1414 ) mm = ( 39.37 x 55.67 ) in &#039;B1&#039; =&gt; [2004.094, 2834.646], // = ( 707 x 1000 ) mm = ( 27.83 x 39.37 ) in &#039;B2&#039; =&gt; [1417.323, 2004.094], // = ( 500 x 707 ) mm = ( 19.69 x 27.83 ) in &#039;B3&#039; =&gt; [1000.63, 1417.323], // = ( 353 x 500 ) mm = ( 13.90 x 19.69 ) in &#039;B4&#039; =&gt; [708.6609999999999, 1000.63], // = ( 250 x 353 ) mm = ( 9.84 x 13.90 ) in &#039;B5&#039; =&gt; [498.898, 708.6609999999999], // = ( 176 x 250 ) mm = ( 6.93 x 9.84 ) in &#039;B6&#039; =&gt; [354.331, 498.898], // = ( 125 x 176 ) mm = ( 4.92 x 6.93 ) in &#039;B7&#039; =&gt; [249.449, 354.331], // = ( 88 x 125 ) mm = ( 3.46 x 4.92 ) in &#039;B8&#039; =&gt; [175.748, 249.449], // = ( 62 x 88 ) mm = ( 2.44 x 3.46 ) in &#039;B9&#039; =&gt; [124.724, 175.748], // = ( 44 x 62 ) mm = ( 1.73 x 2.44 ) in &#039;B10&#039; =&gt; [87.874, 124.724], // = ( 31 x 44 ) mm = ( 1.22 x 1.73 ) in &#039;B11&#039; =&gt; [62.362, 87.874], // = ( 22 x 31 ) mm = ( 0.87 x 1.22 ) in &#039;B12&#039; =&gt; [42.52, 62.362], // = ( 15 x 22 ) mm = ( 0.59 x 0.87 ) in // ISO 216 C Series + 2 SIS 014711 extensions + 5 EXTENSION &#039;C0&#039; =&gt; [2599.37, 3676.535], // = ( 917 x 1297 ) mm = ( 36.10 x 51.06 ) in &#039;C1&#039; =&gt; [1836.85, 2599.37], // = ( 648 x 917 ) mm = ( 25.51 x 36.10 ) in &#039;C2&#039; =&gt; [1298.268, 1836.85], // = ( 458 x 648 ) mm = ( 18.03 x 25.51 ) in &#039;C3&#039; =&gt; [918.425, 1298.268], // = ( 324 x 458 ) mm = ( 12.76 x 18.03 ) in &#039;C4&#039; =&gt; [649.134, 918.425], // = ( 229 x 324 ) mm = ( 9.02 x 12.76 ) in &#039;C5&#039; =&gt; [459.213, 649.134], // = ( 162 x 229 ) mm = ( 6.38 x 9.02 ) in &#039;C6&#039; =&gt; [323.15, 459.213], // = ( 114 x 162 ) mm = ( 4.49 x 6.38 ) in &#039;C7&#039; =&gt; [229.606, 323.15], // = ( 81 x 114 ) mm = ( 3.19 x 4.49 ) in &#039;C8&#039; =&gt; [161.575, 229.606], // = ( 57 x 81 ) mm = ( 2.24 x 3.19 ) in &#039;C9&#039; =&gt; [113.386, 161.575], // = ( 40 x 57 ) mm = ( 1.57 x 2.24 ) in &#039;C10&#039; =&gt; [79.37, 113.386], // = ( 28 x 40 ) mm = ( 1.10 x 1.57 ) in &#039;C11&#039; =&gt; [56.693, 79.37], // = ( 20 x 28 ) mm = ( 0.79 x 1.10 ) in &#039;C12&#039; =&gt; [39.685, 56.693], // = ( 14 x 20 ) mm = ( 0.55 x 0.79 ) in &#039;C76&#039; =&gt; [229.606, 459.213], // = ( 81 x 162 ) mm = ( 3.19 x 6.38 ) in &#039;DL&#039; =&gt; [311.811, 623.622], // = ( 110 x 220 ) mm = ( 4.33 x 8.66 ) in &#039;DLE&#039; =&gt; [323.15, 637.795], // = ( 114 x 225 ) mm = ( 4.49 x 8.86 ) in &#039;DLX&#039; =&gt; [340.158, 666.1420000000001], // = ( 120 x 235 ) mm = ( 4.72 x 9.25 ) in &#039;DLP&#039; =&gt; [280.63, 595.276], // = ( 99 x 210 ) mm = ( 3.90 x 8.27 ) in (A4/3) // SIS 014711 E Series &#039;E0&#039; =&gt; [2491.654, 3517.795], // = ( 879 x 1241 ) mm = ( 34.61 x 48.86 ) in &#039;E1&#039; =&gt; [1757.48, 2491.654], // = ( 620 x 879 ) mm = ( 24.41 x 34.61 ) in &#039;E2&#039; =&gt; [1247.244, 1757.48], // = ( 440 x 620 ) mm = ( 17.32 x 24.41 ) in &#039;E3&#039; =&gt; [878.74, 1247.244], // = ( 310 x 440 ) mm = ( 12.20 x 17.32 ) in &#039;E4&#039; =&gt; [623.622, 878.74], // = ( 220 x 310 ) mm = ( 8.66 x 12.20 ) in &#039;E5&#039; =&gt; [439.37, 623.622], // = ( 155 x 220 ) mm = ( 6.10 x 8.66 ) in &#039;E6&#039; =&gt; [311.811, 439.37], // = ( 110 x 155 ) mm = ( 4.33 x 6.10 ) in &#039;E7&#039; =&gt; [221.102, 311.811], // = ( 78 x 110 ) mm = ( 3.07 x 4.33 ) in &#039;E8&#039; =&gt; [155.906, 221.102], // = ( 55 x 78 ) mm = ( 2.17 x 3.07 ) in &#039;E9&#039; =&gt; [110.551, 155.906], // = ( 39 x 55 ) mm = ( 1.54 x 2.17 ) in &#039;E10&#039; =&gt; [76.535, 110.551], // = ( 27 x 39 ) mm = ( 1.06 x 1.54 ) in &#039;E11&#039; =&gt; [53.858, 76.535], // = ( 19 x 27 ) mm = ( 0.75 x 1.06 ) in &#039;E12&#039; =&gt; [36.85, 53.858], // = ( 13 x 19 ) mm = ( 0.51 x 0.75 ) in // SIS 014711 G Series &#039;G0&#039; =&gt; [2715.591, 3838.11], // = ( 958 x 1354 ) mm = ( 37.72 x 53.31 ) in &#039;G1&#039; =&gt; [1919.055, 2715.591], // = ( 677 x 958 ) mm = ( 26.65 x 37.72 ) in &#039;G2&#039; =&gt; [1357.795, 1919.055], // = ( 479 x 677 ) mm = ( 18.86 x 26.65 ) in &#039;G3&#039; =&gt; [958.11, 1357.795], // = ( 338 x 479 ) mm = ( 13.31 x 18.86 ) in &#039;G4&#039; =&gt; [677.48, 958.11], // = ( 239 x 338 ) mm = ( 9.41 x 13.31 ) in &#039;G5&#039; =&gt; [479.055, 677.48], // = ( 169 x 239 ) mm = ( 6.65 x 9.41 ) in &#039;G6&#039; =&gt; [337.323, 479.055], // = ( 119 x 169 ) mm = ( 4.69 x 6.65 ) in &#039;G7&#039; =&gt; [238.11, 337.323], // = ( 84 x 119 ) mm = ( 3.31 x 4.69 ) in &#039;G8&#039; =&gt; [167.244, 238.11], // = ( 59 x 84 ) mm = ( 2.32 x 3.31 ) in &#039;G9&#039; =&gt; [119.055, 167.244], // = ( 42 x 59 ) mm = ( 1.65 x 2.32 ) in &#039;G10&#039; =&gt; [82.205, 119.055], // = ( 29 x 42 ) mm = ( 1.14 x 1.65 ) in &#039;G11&#039; =&gt; [59.528, 82.205], // = ( 21 x 29 ) mm = ( 0.83 x 1.14 ) in &#039;G12&#039; =&gt; [39.685, 59.528], // = ( 14 x 21 ) mm = ( 0.55 x 0.83 ) in // ISO Press &#039;RA0&#039; =&gt; [2437.795, 3458.268], // = ( 860 x 1220 ) mm = ( 33.86 x 48.03 ) in &#039;RA1&#039; =&gt; [1729.134, 2437.795], // = ( 610 x 860 ) mm = ( 24.02 x 33.86 ) in &#039;RA2&#039; =&gt; [1218.898, 1729.134], // = ( 430 x 610 ) mm = ( 16.93 x 24.02 ) in &#039;RA3&#039; =&gt; [864.567, 1218.898], // = ( 305 x 430 ) mm = ( 12.01 x 16.93 ) in &#039;RA4&#039; =&gt; [609.449, 864.567], // = ( 215 x 305 ) mm = ( 8.46 x 12.01 ) in &#039;SRA0&#039; =&gt; [2551.181, 3628.346], // = ( 900 x 1280 ) mm = ( 35.43 x 50.39 ) in &#039;SRA1&#039; =&gt; [1814.173, 2551.181], // = ( 640 x 900 ) mm = ( 25.20 x 35.43 ) in &#039;SRA2&#039; =&gt; [1275.591, 1814.173], // = ( 450 x 640 ) mm = ( 17.72 x 25.20 ) in &#039;SRA3&#039; =&gt; [907.087, 1275.591], // = ( 320 x 450 ) mm = ( 12.60 x 17.72 ) in &#039;SRA4&#039; =&gt; [637.795, 907.087], // = ( 225 x 320 ) mm = ( 8.86 x 12.60 ) in // German DIN 476 &#039;4A0&#039; =&gt; [4767.874, 6740.787], // = ( 1682 x 2378 ) mm = ( 66.22 x 93.62 ) in &#039;2A0&#039; =&gt; [3370.394, 4767.874], // = ( 1189 x 1682 ) mm = ( 46.81 x 66.22 ) in // Variations on the ISO Standard &#039;A2_EXTRA&#039; =&gt; [1261.417, 1754.646], // = ( 445 x 619 ) mm = ( 17.52 x 24.37 ) in &#039;A3+&#039; =&gt; [932.598, 1369.134], // = ( 329 x 483 ) mm = ( 12.95 x 19.02 ) in &#039;A3_EXTRA&#039; =&gt; [912.756, 1261.417], // = ( 322 x 445 ) mm = ( 12.68 x 17.52 ) in &#039;A3_SUPER&#039; =&gt; [864.567, 1440.0], // = ( 305 x 508 ) mm = ( 12.01 x 20.00 ) in &#039;SUPER_A3&#039; =&gt; [864.567, 1380.472], // = ( 305 x 487 ) mm = ( 12.01 x 19.17 ) in &#039;A4_EXTRA&#039; =&gt; [666.1420000000001, 912.756], // = ( 235 x 322 ) mm = ( 9.25 x 12.68 ) in &#039;A4_SUPER&#039; =&gt; [649.134, 912.756], // = ( 229 x 322 ) mm = ( 9.02 x 12.68 ) in &#039;SUPER_A4&#039; =&gt; [643.465, 1009.134], // = ( 227 x 356 ) mm = ( 8.94 x 14.02 ) in &#039;A4_LONG&#039; =&gt; [595.276, 986.457], // = ( 210 x 348 ) mm = ( 8.27 x 13.70 ) in &#039;F4&#039; =&gt; [595.276, 935.433], // = ( 210 x 330 ) mm = ( 8.27 x 12.99 ) in &#039;SO_B5_EXTRA&#039; =&gt; [572.598, 782.362], // = ( 202 x 276 ) mm = ( 7.95 x 10.87 ) in &#039;A5_EXTRA&#039; =&gt; [490.394, 666.1420000000001], // = ( 173 x 235 ) mm = ( 6.81 x 9.25 ) in // ANSI Series &#039;ANSI_E&#039; =&gt; [2448.0, 3168.0], // = ( 864 x 1118 ) mm = ( 34.00 x 44.00 ) in &#039;ANSI_D&#039; =&gt; [1584.0, 2448.0], // = ( 559 x 864 ) mm = ( 22.00 x 34.00 ) in &#039;ANSI_C&#039; =&gt; [1224.0, 1584.0], // = ( 432 x 559 ) mm = ( 17.00 x 22.00 ) in &#039;ANSI_B&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ANSI_A&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in // Traditional &#039;Loose&#039; North American Paper Sizes &#039;USLEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;LEDGER&#039; =&gt; [1224.0, 792.0], // = ( 432 x 279 ) mm = ( 17.00 x 11.00 ) in &#039;ORGANIZERK&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;BIBLE&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;USTABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;TABLOID&#039; =&gt; [792.0, 1224.0], // = ( 279 x 432 ) mm = ( 11.00 x 17.00 ) in &#039;ORGANIZERM&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;LETTER&#039; =&gt; [612.0, 792.0], // = ( 216 x 279 ) mm = ( 8.50 x 11.00 ) in &#039;USLEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;LEGAL&#039; =&gt; [612.0, 1008.0], // = ( 216 x 356 ) mm = ( 8.50 x 14.00 ) in &#039;GOVERNMENTLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;GLETTER&#039; =&gt; [576.0, 756.0], // = ( 203 x 267 ) mm = ( 8.00 x 10.50 ) in &#039;JUNIORLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in &#039;JLEGAL&#039; =&gt; [576.0, 360.0], // = ( 203 x 127 ) mm = ( 8.00 x 5.00 ) in // Other North American Paper Sizes &#039;QUADDEMY&#039; =&gt; [2520.0, 3240.0], // = ( 889 x 1143 ) mm = ( 35.00 x 45.00 ) in &#039;SUPER_B&#039; =&gt; [936.0, 1368.0], // = ( 330 x 483 ) mm = ( 13.00 x 19.00 ) in &#039;QUARTO&#039; =&gt; [648.0, 792.0], // = ( 229 x 279 ) mm = ( 9.00 x 11.00 ) in &#039;GOVERNMENTLEGAL&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;FOLIO&#039; =&gt; [612.0, 936.0], // = ( 216 x 330 ) mm = ( 8.50 x 13.00 ) in &#039;MONARCH&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;EXECUTIVE&#039; =&gt; [522.0, 756.0], // = ( 184 x 267 ) mm = ( 7.25 x 10.50 ) in &#039;ORGANIZERL&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;STATEMENT&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;MEMO&#039; =&gt; [396.0, 612.0], // = ( 140 x 216 ) mm = ( 5.50 x 8.50 ) in &#039;FOOLSCAP&#039; =&gt; [595.4400000000001, 936.0], // = ( 210 x 330 ) mm = ( 8.27 x 13.00 ) in &#039;COMPACT&#039; =&gt; [306.0, 486.0], // = ( 108 x 171 ) mm = ( 4.25 x 6.75 ) in &#039;ORGANIZERJ&#039; =&gt; [198.0, 360.0], // = ( 70 x 127 ) mm = ( 2.75 x 5.00 ) in // Canadian standard CAN 2-9.60M &#039;P1&#039; =&gt; [1587.402, 2437.795], // = ( 560 x 860 ) mm = ( 22.05 x 33.86 ) in &#039;P2&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;P3&#039; =&gt; [793.701, 1218.898], // = ( 280 x 430 ) mm = ( 11.02 x 16.93 ) in &#039;P4&#039; =&gt; [609.449, 793.701], // = ( 215 x 280 ) mm = ( 8.46 x 11.02 ) in &#039;P5&#039; =&gt; [396.85, 609.449], // = ( 140 x 215 ) mm = ( 5.51 x 8.46 ) in &#039;P6&#039; =&gt; [303.307, 396.85], // = ( 107 x 140 ) mm = ( 4.21 x 5.51 ) in // North American Architectural Sizes &#039;ARCH_E&#039; =&gt; [2592.0, 3456.0], // = ( 914 x 1219 ) mm = ( 36.00 x 48.00 ) in &#039;ARCH_E1&#039; =&gt; [2160.0, 3024.0], // = ( 762 x 1067 ) mm = ( 30.00 x 42.00 ) in &#039;ARCH_D&#039; =&gt; [1728.0, 2592.0], // = ( 610 x 914 ) mm = ( 24.00 x 36.00 ) in &#039;BROADSHEET&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_C&#039; =&gt; [1296.0, 1728.0], // = ( 457 x 610 ) mm = ( 18.00 x 24.00 ) in &#039;ARCH_B&#039; =&gt; [864.0, 1296.0], // = ( 305 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;ARCH_A&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in // -- North American Envelope Sizes // - Announcement Envelopes &#039;ANNENV_A2&#039; =&gt; [314.64, 414.0], // = ( 111 x 146 ) mm = ( 4.37 x 5.75 ) in &#039;ANNENV_A6&#039; =&gt; [342.0, 468.0], // = ( 121 x 165 ) mm = ( 4.75 x 6.50 ) in &#039;ANNENV_A7&#039; =&gt; [378.0, 522.0], // = ( 133 x 184 ) mm = ( 5.25 x 7.25 ) in &#039;ANNENV_A8&#039; =&gt; [396.0, 584.64], // = ( 140 x 206 ) mm = ( 5.50 x 8.12 ) in &#039;ANNENV_A10&#039; =&gt; [450.0, 692.64], // = ( 159 x 244 ) mm = ( 6.25 x 9.62 ) in &#039;ANNENV_SLIM&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in // - Commercial Envelopes &#039;COMMENV_N6_1/4&#039; =&gt; [252.0, 432.0], // = ( 89 x 152 ) mm = ( 3.50 x 6.00 ) in &#039;COMMENV_N6_3/4&#039; =&gt; [260.64, 468.0], // = ( 92 x 165 ) mm = ( 3.62 x 6.50 ) in &#039;COMMENV_N8&#039; =&gt; [278.64, 540.0], // = ( 98 x 191 ) mm = ( 3.87 x 7.50 ) in &#039;COMMENV_N9&#039; =&gt; [278.64, 638.64], // = ( 98 x 225 ) mm = ( 3.87 x 8.87 ) in &#039;COMMENV_N10&#039; =&gt; [296.64, 684.0], // = ( 105 x 241 ) mm = ( 4.12 x 9.50 ) in &#039;COMMENV_N11&#039; =&gt; [324.0, 746.64], // = ( 114 x 263 ) mm = ( 4.50 x 10.37 ) in &#039;COMMENV_N12&#039; =&gt; [342.0, 792.0], // = ( 121 x 279 ) mm = ( 4.75 x 11.00 ) in &#039;COMMENV_N14&#039; =&gt; [360.0, 828.0], // = ( 127 x 292 ) mm = ( 5.00 x 11.50 ) in // - Catalogue Envelopes &#039;CATENV_N1&#039; =&gt; [432.0, 648.0], // = ( 152 x 229 ) mm = ( 6.00 x 9.00 ) in &#039;CATENV_N1_3/4&#039; =&gt; [468.0, 684.0], // = ( 165 x 241 ) mm = ( 6.50 x 9.50 ) in &#039;CATENV_N2&#039; =&gt; [468.0, 720.0], // = ( 165 x 254 ) mm = ( 6.50 x 10.00 ) in &#039;CATENV_N3&#039; =&gt; [504.0, 720.0], // = ( 178 x 254 ) mm = ( 7.00 x 10.00 ) in &#039;CATENV_N6&#039; =&gt; [540.0, 756.0], // = ( 191 x 267 ) mm = ( 7.50 x 10.50 ) in &#039;CATENV_N7&#039; =&gt; [576.0, 792.0], // = ( 203 x 279 ) mm = ( 8.00 x 11.00 ) in &#039;CATENV_N8&#039; =&gt; [594.0, 810.0], // = ( 210 x 286 ) mm = ( 8.25 x 11.25 ) in &#039;CATENV_N9_1/2&#039; =&gt; [612.0, 756.0], // = ( 216 x 267 ) mm = ( 8.50 x 10.50 ) in &#039;CATENV_N9_3/4&#039; =&gt; [630.0, 810.0], // = ( 222 x 286 ) mm = ( 8.75 x 11.25 ) in &#039;CATENV_N10_1/2&#039; =&gt; [648.0, 864.0], // = ( 229 x 305 ) mm = ( 9.00 x 12.00 ) in &#039;CATENV_N12_1/2&#039; =&gt; [684.0, 900.0], // = ( 241 x 318 ) mm = ( 9.50 x 12.50 ) in &#039;CATENV_N13_1/2&#039; =&gt; [720.0, 936.0], // = ( 254 x 330 ) mm = ( 10.00 x 13.00 ) in &#039;CATENV_N14_1/4&#039; =&gt; [810.0, 882.0], // = ( 286 x 311 ) mm = ( 11.25 x 12.25 ) in &#039;CATENV_N14_1/2&#039; =&gt; [828.0, 1044.0], // = ( 292 x 368 ) mm = ( 11.50 x 14.50 ) in // Japanese (JIS P 0138-61) Standard B-Series &#039;JIS_B0&#039; =&gt; [2919.685, 4127.244], // = ( 1030 x 1456 ) mm = ( 40.55 x 57.32 ) in &#039;JIS_B1&#039; =&gt; [2063.622, 2919.685], // = ( 728 x 1030 ) mm = ( 28.66 x 40.55 ) in &#039;JIS_B2&#039; =&gt; [1459.843, 2063.622], // = ( 515 x 728 ) mm = ( 20.28 x 28.66 ) in &#039;JIS_B3&#039; =&gt; [1031.811, 1459.843], // = ( 364 x 515 ) mm = ( 14.33 x 20.28 ) in &#039;JIS_B4&#039; =&gt; [728.504, 1031.811], // = ( 257 x 364 ) mm = ( 10.12 x 14.33 ) in &#039;JIS_B5&#039; =&gt; [515.9059999999999, 728.504], // = ( 182 x 257 ) mm = ( 7.17 x 10.12 ) in &#039;JIS_B6&#039; =&gt; [362.835, 515.9059999999999], // = ( 128 x 182 ) mm = ( 5.04 x 7.17 ) in &#039;JIS_B7&#039; =&gt; [257.953, 362.835], // = ( 91 x 128 ) mm = ( 3.58 x 5.04 ) in &#039;JIS_B8&#039; =&gt; [181.417, 257.953], // = ( 64 x 91 ) mm = ( 2.52 x 3.58 ) in &#039;JIS_B9&#039; =&gt; [127.559, 181.417], // = ( 45 x 64 ) mm = ( 1.77 x 2.52 ) in &#039;JIS_B10&#039; =&gt; [90.709, 127.559], // = ( 32 x 45 ) mm = ( 1.26 x 1.77 ) in &#039;JIS_B11&#039; =&gt; [62.362, 90.709], // = ( 22 x 32 ) mm = ( 0.87 x 1.26 ) in &#039;JIS_B12&#039; =&gt; [45.354, 62.362], // = ( 16 x 22 ) mm = ( 0.63 x 0.87 ) in // PA Series &#039;PA0&#039; =&gt; [2381.102, 3174.803], // = ( 840 x 1120 ) mm = ( 33.07 x 44.09 ) in &#039;PA1&#039; =&gt; [1587.402, 2381.102], // = ( 560 x 840 ) mm = ( 22.05 x 33.07 ) in &#039;PA2&#039; =&gt; [1190.551, 1587.402], // = ( 420 x 560 ) mm = ( 16.54 x 22.05 ) in &#039;PA3&#039; =&gt; [793.701, 1190.551], // = ( 280 x 420 ) mm = ( 11.02 x 16.54 ) in &#039;PA4&#039; =&gt; [595.276, 793.701], // = ( 210 x 280 ) mm = ( 8.27 x 11.02 ) in &#039;PA5&#039; =&gt; [396.85, 595.276], // = ( 140 x 210 ) mm = ( 5.51 x 8.27 ) in &#039;PA6&#039; =&gt; [297.638, 396.85], // = ( 105 x 140 ) mm = ( 4.13 x 5.51 ) in &#039;PA7&#039; =&gt; [198.425, 297.638], // = ( 70 x 105 ) mm = ( 2.76 x 4.13 ) in &#039;PA8&#039; =&gt; [147.402, 198.425], // = ( 52 x 70 ) mm = ( 2.05 x 2.76 ) in &#039;PA9&#039; =&gt; [99.21299999999999, 147.402], // = ( 35 x 52 ) mm = ( 1.38 x 2.05 ) in &#039;PA10&#039; =&gt; [73.70099999999999, 99.21299999999999], // = ( 26 x 35 ) mm = ( 1.02 x 1.38 ) in // Standard Photographic Print Sizes &#039;PASSPORT_PHOTO&#039; =&gt; [99.21299999999999, 127.559], // = ( 35 x 45 ) mm = ( 1.38 x 1.77 ) in &#039;E&#039; =&gt; [233.858, 340.157], // = ( 82 x 120 ) mm = ( 3.25 x 4.72 ) in &#039;L&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;3R&#039; =&gt; [252.283, 360.0], // = ( 89 x 127 ) mm = ( 3.50 x 5.00 ) in &#039;KG&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4R&#039; =&gt; [289.134, 430.866], // = ( 102 x 152 ) mm = ( 4.02 x 5.98 ) in &#039;4D&#039; =&gt; [340.157, 430.866], // = ( 120 x 152 ) mm = ( 4.72 x 5.98 ) in &#039;2L&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;5R&#039; =&gt; [360.0, 504.567], // = ( 127 x 178 ) mm = ( 5.00 x 7.01 ) in &#039;8P&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6R&#039; =&gt; [430.866, 575.433], // = ( 152 x 203 ) mm = ( 5.98 x 7.99 ) in &#039;6P&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;8R&#039; =&gt; [575.433, 720.0], // = ( 203 x 254 ) mm = ( 7.99 x 10.00 ) in &#039;6PW&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;S8R&#039; =&gt; [575.433, 864.567], // = ( 203 x 305 ) mm = ( 7.99 x 12.01 ) in &#039;4P&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;10R&#039; =&gt; [720.0, 864.567], // = ( 254 x 305 ) mm = ( 10.00 x 12.01 ) in &#039;4PW&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;S10R&#039; =&gt; [720.0, 1080.0], // = ( 254 x 381 ) mm = ( 10.00 x 15.00 ) in &#039;11R&#039; =&gt; [790.866, 1009.134], // = ( 279 x 356 ) mm = ( 10.98 x 14.02 ) in &#039;S11R&#039; =&gt; [790.866, 1224.567], // = ( 279 x 432 ) mm = ( 10.98 x 17.01 ) in &#039;12R&#039; =&gt; [864.567, 1080.0], // = ( 305 x 381 ) mm = ( 12.01 x 15.00 ) in &#039;S12R&#039; =&gt; [864.567, 1292.598], // = ( 305 x 456 ) mm = ( 12.01 x 17.95 ) in // Common Newspaper Sizes &#039;NEWSPAPER_BROADSHEET&#039; =&gt; [2125.984, 1700.787], // = ( 750 x 600 ) mm = ( 29.53 x 23.62 ) in &#039;NEWSPAPER_BERLINER&#039; =&gt; [1332.283, 892.913], // = ( 470 x 315 ) mm = ( 18.50 x 12.40 ) in &#039;NEWSPAPER_TABLOID&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in &#039;NEWSPAPER_COMPACT&#039; =&gt; [1218.898, 793.701], // = ( 430 x 280 ) mm = ( 16.93 x 11.02 ) in // Business Cards &#039;CREDIT_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO7810&#039; =&gt; [153.014, 242.646], // = ( 54 x 86 ) mm = ( 2.13 x 3.37 ) in &#039;BUSINESS_CARD_ISO216&#039; =&gt; [147.402, 209.764], // = ( 52 x 74 ) mm = ( 2.05 x 2.91 ) in &#039;BUSINESS_CARD_IT&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_UK&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_FR&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_DE&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_ES&#039; =&gt; [155.906, 240.945], // = ( 55 x 85 ) mm = ( 2.17 x 3.35 ) in &#039;BUSINESS_CARD_CA&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_US&#039; =&gt; [144.567, 252.283], // = ( 51 x 89 ) mm = ( 2.01 x 3.50 ) in &#039;BUSINESS_CARD_JP&#039; =&gt; [155.906, 257.953], // = ( 55 x 91 ) mm = ( 2.17 x 3.58 ) in &#039;BUSINESS_CARD_HK&#039; =&gt; [153.071, 255.118], // = ( 54 x 90 ) mm = ( 2.13 x 3.54 ) in &#039;BUSINESS_CARD_AU&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_DK&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_SE&#039; =&gt; [155.906, 255.118], // = ( 55 x 90 ) mm = ( 2.17 x 3.54 ) in &#039;BUSINESS_CARD_RU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_CZ&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_FI&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_HU&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in &#039;BUSINESS_CARD_IL&#039; =&gt; [141.732, 255.118], // = ( 50 x 90 ) mm = ( 1.97 x 3.54 ) in // Billboards &#039;4SHEET&#039; =&gt; [2880.0, 4320.0], // = ( 1016 x 1524 ) mm = ( 40.00 x 60.00 ) in &#039;6SHEET&#039; =&gt; [3401.575, 5102.362], // = ( 1200 x 1800 ) mm = ( 47.24 x 70.87 ) in &#039;12SHEET&#039; =&gt; [8640.0, 4320.0], // = ( 3048 x 1524 ) mm = (120.00 x 60.00 ) in &#039;16SHEET&#039; =&gt; [5760.0, 8640.0], // = ( 2032 x 3048 ) mm = ( 80.00 x 120.00) in &#039;32SHEET&#039; =&gt; [11520.0, 8640.0], // = ( 4064 x 3048 ) mm = (160.00 x 120.00) in &#039;48SHEET&#039; =&gt; [17280.0, 8640.0], // = ( 6096 x 3048 ) mm = (240.00 x 120.00) in &#039;64SHEET&#039; =&gt; [23040.0, 8640.0], // = ( 8128 x 3048 ) mm = (320.00 x 120.00) in &#039;96SHEET&#039; =&gt; [34560.0, 8640.0], // = (12192 x 3048 ) mm = (480.00 x 120.00) in // -- Old European Sizes // - Old Imperial English Sizes &#039;EN_EMPEROR&#039; =&gt; [3456.0, 5184.0], // = ( 1219 x 1829 ) mm = ( 48.00 x 72.00 ) in &#039;EN_ANTIQUARIAN&#039; =&gt; [2232.0, 3816.0], // = ( 787 x 1346 ) mm = ( 31.00 x 53.00 ) in &#039;EN_GRAND_EAGLE&#039; =&gt; [2070.0, 3024.0], // = ( 730 x 1067 ) mm = ( 28.75 x 42.00 ) in &#039;EN_DOUBLE_ELEPHANT&#039; =&gt; [1926.0, 2880.0], // = ( 679 x 1016 ) mm = ( 26.75 x 40.00 ) in &#039;EN_ATLAS&#039; =&gt; [1872.0, 2448.0], // = ( 660 x 864 ) mm = ( 26.00 x 34.00 ) in &#039;EN_COLOMBIER&#039; =&gt; [1692.0, 2484.0], // = ( 597 x 876 ) mm = ( 23.50 x 34.50 ) in &#039;EN_ELEPHANT&#039; =&gt; [1656.0, 2016.0], // = ( 584 x 711 ) mm = ( 23.00 x 28.00 ) in &#039;EN_DOUBLE_DEMY&#039; =&gt; [1620.0, 2556.0], // = ( 572 x 902 ) mm = ( 22.50 x 35.50 ) in &#039;EN_IMPERIAL&#039; =&gt; [1584.0, 2160.0], // = ( 559 x 762 ) mm = ( 22.00 x 30.00 ) in &#039;EN_PRINCESS&#039; =&gt; [1548.0, 2016.0], // = ( 546 x 711 ) mm = ( 21.50 x 28.00 ) in &#039;EN_CARTRIDGE&#039; =&gt; [1512.0, 1872.0], // = ( 533 x 660 ) mm = ( 21.00 x 26.00 ) in &#039;EN_DOUBLE_LARGE_POST&#039; =&gt; [1512.0, 2376.0], // = ( 533 x 838 ) mm = ( 21.00 x 33.00 ) in &#039;EN_ROYAL&#039; =&gt; [1440.0, 1800.0], // = ( 508 x 635 ) mm = ( 20.00 x 25.00 ) in &#039;EN_SHEET&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_HALF_POST&#039; =&gt; [1404.0, 1692.0], // = ( 495 x 597 ) mm = ( 19.50 x 23.50 ) in &#039;EN_SUPER_ROYAL&#039; =&gt; [1368.0, 1944.0], // = ( 483 x 686 ) mm = ( 19.00 x 27.00 ) in &#039;EN_DOUBLE_POST&#039; =&gt; [1368.0, 2196.0], // = ( 483 x 775 ) mm = ( 19.00 x 30.50 ) in &#039;EN_MEDIUM&#039; =&gt; [1260.0, 1656.0], // = ( 445 x 584 ) mm = ( 17.50 x 23.00 ) in &#039;EN_DEMY&#039; =&gt; [1260.0, 1620.0], // = ( 445 x 572 ) mm = ( 17.50 x 22.50 ) in &#039;EN_LARGE_POST&#039; =&gt; [1188.0, 1512.0], // = ( 419 x 533 ) mm = ( 16.50 x 21.00 ) in &#039;EN_COPY_DRAUGHT&#039; =&gt; [1152.0, 1440.0], // = ( 406 x 508 ) mm = ( 16.00 x 20.00 ) in &#039;EN_POST&#039; =&gt; [1116.0, 1386.0], // = ( 394 x 489 ) mm = ( 15.50 x 19.25 ) in &#039;EN_CROWN&#039; =&gt; [1080.0, 1440.0], // = ( 381 x 508 ) mm = ( 15.00 x 20.00 ) in &#039;EN_PINCHED_POST&#039; =&gt; [1062.0, 1332.0], // = ( 375 x 470 ) mm = ( 14.75 x 18.50 ) in &#039;EN_BRIEF&#039; =&gt; [972.0, 1152.0], // = ( 343 x 406 ) mm = ( 13.50 x 16.00 ) in &#039;EN_FOOLSCAP&#039; =&gt; [972.0, 1224.0], // = ( 343 x 432 ) mm = ( 13.50 x 17.00 ) in &#039;EN_SMALL_FOOLSCAP&#039; =&gt; [954.0, 1188.0], // = ( 337 x 419 ) mm = ( 13.25 x 16.50 ) in &#039;EN_POTT&#039; =&gt; [900.0, 1080.0], // = ( 318 x 381 ) mm = ( 12.50 x 15.00 ) in // - Old Imperial Belgian Sizes &#039;BE_GRAND_AIGLE&#039; =&gt; [1984.252, 2948.031], // = ( 700 x 1040 ) mm = ( 27.56 x 40.94 ) in &#039;BE_COLOMBIER&#039; =&gt; [1757.48, 2409.449], // = ( 620 x 850 ) mm = ( 24.41 x 33.46 ) in &#039;BE_DOUBLE_CARRE&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;BE_ELEPHANT&#039; =&gt; [1746.142, 2182.677], // = ( 616 x 770 ) mm = ( 24.25 x 30.31 ) in &#039;BE_PETIT_AIGLE&#039; =&gt; [1700.787, 2381.102], // = ( 600 x 840 ) mm = ( 23.62 x 33.07 ) in &#039;BE_GRAND_JESUS&#039; =&gt; [1559.055, 2069.291], // = ( 550 x 730 ) mm = ( 21.65 x 28.74 ) in &#039;BE_JESUS&#039; =&gt; [1530.709, 2069.291], // = ( 540 x 730 ) mm = ( 21.26 x 28.74 ) in &#039;BE_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;BE_GRAND_MEDIAN&#039; =&gt; [1303.937, 1714.961], // = ( 460 x 605 ) mm = ( 18.11 x 23.82 ) in &#039;BE_DOUBLE_POSTE&#039; =&gt; [1233.071, 1601.575], // = ( 435 x 565 ) mm = ( 17.13 x 22.24 ) in &#039;BE_COQUILLE&#039; =&gt; [1218.898, 1587.402], // = ( 430 x 560 ) mm = ( 16.93 x 22.05 ) in &#039;BE_PETIT_MEDIAN&#039; =&gt; [1176.378, 1502.362], // = ( 415 x 530 ) mm = ( 16.34 x 20.87 ) in &#039;BE_RUCHE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;BE_PROPATRIA&#039; =&gt; [977.953, 1218.898], // = ( 345 x 430 ) mm = ( 13.58 x 16.93 ) in &#039;BE_LYS&#039; =&gt; [898.583, 1125.354], // = ( 317 x 397 ) mm = ( 12.48 x 15.63 ) in &#039;BE_POT&#039; =&gt; [870.236, 1088.504], // = ( 307 x 384 ) mm = ( 12.09 x 15.12 ) in &#039;BE_ROSETTE&#039; =&gt; [765.354, 983.622], // = ( 270 x 347 ) mm = ( 10.63 x 13.66 ) in // - Old Imperial French Sizes &#039;FR_UNIVERS&#039; =&gt; [2834.646, 3685.039], // = ( 1000 x 1300 ) mm = ( 39.37 x 51.18 ) in &#039;FR_DOUBLE_COLOMBIER&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_GRANDE_MONDE&#039; =&gt; [2551.181, 3571.654], // = ( 900 x 1260 ) mm = ( 35.43 x 49.61 ) in &#039;FR_DOUBLE_SOLEIL&#039; =&gt; [2267.717, 3401.575], // = ( 800 x 1200 ) mm = ( 31.50 x 47.24 ) in &#039;FR_DOUBLE_JESUS&#039; =&gt; [2154.331, 3174.803], // = ( 760 x 1120 ) mm = ( 29.92 x 44.09 ) in &#039;FR_GRAND_AIGLE&#039; =&gt; [2125.984, 3004.724], // = ( 750 x 1060 ) mm = ( 29.53 x 41.73 ) in &#039;FR_PETIT_AIGLE&#039; =&gt; [1984.252, 2664.567], // = ( 700 x 940 ) mm = ( 27.56 x 37.01 ) in &#039;FR_DOUBLE_RAISIN&#039; =&gt; [1842.52, 2834.646], // = ( 650 x 1000 ) mm = ( 25.59 x 39.37 ) in &#039;FR_JOURNAL&#039; =&gt; [1842.52, 2664.567], // = ( 650 x 940 ) mm = ( 25.59 x 37.01 ) in &#039;FR_COLOMBIER_AFFICHE&#039; =&gt; [1785.827, 2551.181], // = ( 630 x 900 ) mm = ( 24.80 x 35.43 ) in &#039;FR_DOUBLE_CAVALIER&#039; =&gt; [1757.48, 2607.874], // = ( 620 x 920 ) mm = ( 24.41 x 36.22 ) in &#039;FR_CLOCHE&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_SOLEIL&#039; =&gt; [1700.787, 2267.717], // = ( 600 x 800 ) mm = ( 23.62 x 31.50 ) in &#039;FR_DOUBLE_CARRE&#039; =&gt; [1587.402, 2551.181], // = ( 560 x 900 ) mm = ( 22.05 x 35.43 ) in &#039;FR_DOUBLE_COQUILLE&#039; =&gt; [1587.402, 2494.488], // = ( 560 x 880 ) mm = ( 22.05 x 34.65 ) in &#039;FR_JESUS&#039; =&gt; [1587.402, 2154.331], // = ( 560 x 760 ) mm = ( 22.05 x 29.92 ) in &#039;FR_RAISIN&#039; =&gt; [1417.323, 1842.52], // = ( 500 x 650 ) mm = ( 19.69 x 25.59 ) in &#039;FR_CAVALIER&#039; =&gt; [1303.937, 1757.48], // = ( 460 x 620 ) mm = ( 18.11 x 24.41 ) in &#039;FR_DOUBLE_COURONNE&#039; =&gt; [1303.937, 2040.945], // = ( 460 x 720 ) mm = ( 18.11 x 28.35 ) in &#039;FR_CARRE&#039; =&gt; [1275.591, 1587.402], // = ( 450 x 560 ) mm = ( 17.72 x 22.05 ) in &#039;FR_COQUILLE&#039; =&gt; [1247.244, 1587.402], // = ( 440 x 560 ) mm = ( 17.32 x 22.05 ) in &#039;FR_DOUBLE_TELLIERE&#039; =&gt; [1247.244, 1927.559], // = ( 440 x 680 ) mm = ( 17.32 x 26.77 ) in &#039;FR_DOUBLE_CLOCHE&#039; =&gt; [1133.858, 1700.787], // = ( 400 x 600 ) mm = ( 15.75 x 23.62 ) in &#039;FR_DOUBLE_POT&#039; =&gt; [1133.858, 1757.48], // = ( 400 x 620 ) mm = ( 15.75 x 24.41 ) in &#039;FR_ECU&#039; =&gt; [1133.858, 1474.016], // = ( 400 x 520 ) mm = ( 15.75 x 20.47 ) in &#039;FR_COURONNE&#039; =&gt; [1020.472, 1303.937], // = ( 360 x 460 ) mm = ( 14.17 x 18.11 ) in &#039;FR_TELLIERE&#039; =&gt; [963.78, 1247.244], // = ( 340 x 440 ) mm = ( 13.39 x 17.32 ) in &#039;FR_POT&#039; =&gt; [878.74, 1133.858], // = ( 310 x 400 ) mm = ( 12.20 x 15.75 ) in // Colombian Sizes &#039;CO_CARTA&#039; =&gt; [612.283, 790.866], // = ( 216 x 279 ) mm = ( 8.50 x 10.98 ) in &#039;CO_EXTRA_TABLOIDE&#039; =&gt; [864.0, 1296.0], // = ( 304 x 457 ) mm = ( 12.00 x 18.00 ) in &#039;CO_OFICIO&#039; =&gt; [612.283, 935.433], // = ( 216 x 330 ) mm = ( 8.50 x 12.99 ) in &#039;CO_PLIEGO&#039; =&gt; [1984.252, 2834.646], // = ( 700 x 1000 ) mm = ( 27.56 x 39.37 ) in &#039;CO_PLIEGO2&#039; =&gt; [1417.323, 1984.252], // = ( 500 x 700 ) mm = ( 19.69 x 27.56 ) in &#039;CO_PLIEGO4&#039; =&gt; [992.126, 1417.323], // = ( 350 x 500 ) mm = ( 13.78 x 19.69 ) in &#039;CO_PLIEGO8&#039; =&gt; [708.6609999999999, 992.126], // = ( 250 x 350 ) mm = ( 9.84 x 13.78 ) in // Japanese Sizes &#039;JP_AB_BAN&#039; =&gt; [2494.488, 3075.591], // = ( 880 x 1085 ) mm = ( 34.65 x 42.72 ) in &#039;JP_AIBAN&#039; =&gt; [637.795, 977.953], // = ( 225 x 345 ) mm = ( 8.86 x 13.58 ) in &#039;JP_A_KO_BAN&#039; =&gt; [1723.465, 2454.803], // = ( 608 x 866 ) mm = ( 23.94 x 34.09 ) in &#039;JP_B_KO_BAN&#039; =&gt; [2137.323, 2967.874], // = ( 754 x 1047 ) mm = ( 29.69 x 41.22 ) in &#039;JP_CHOUBO_BAN&#039; =&gt; [2318.74, 3092.598], // = ( 818 x 1091 ) mm = ( 32.20 x 42.95 ) in &#039;JP_CHUBAN&#039; =&gt; [538.583, 722.835], // = ( 190 x 255 ) mm = ( 7.48 x 10.04 ) in &#039;JP_CHU_TANZAKU&#039; =&gt; [368.504, 1077.165], // = ( 130 x 380 ) mm = ( 5.12 x 14.96 ) in &#039;JP_DAI OBAN&#039; =&gt; [977.953, 1289.764], // = ( 345 x 455 ) mm = ( 13.58 x 17.91 ) in &#039;JP_EBANKIRI&#039; =&gt; [538.583, 1459.843], // = ( 190 x 515 ) mm = ( 7.48 x 20.28 ) in &#039;JP_FUURUSU_KO_BAN&#039; =&gt; [943.937, 1201.89], // = ( 333 x 424 ) mm = ( 13.11 x 16.69 ) in &#039;JP_GAYOUSHI&#039; =&gt; [1649.764, 2148.661], // = ( 582 x 758 ) mm = ( 22.91 x 29.84 ) in &#039;JP_HASHIRE_E&#039; =&gt; [368.504, 2069.291], // = ( 130 x 730 ) mm = ( 5.12 x 28.74 ) in &#039;JP_HATORON_BAN&#039; =&gt; [2551.181, 3401.575], // = ( 900 x 1200 ) mm = ( 35.43 x 47.24 ) in &#039;JP_HOM_BAN&#039; =&gt; [1842.52, 2211.024], // = ( 650 x 780 ) mm = ( 25.59 x 30.71 ) in &#039;JP_HOSOBAN&#039; =&gt; [411.024, 935.433], // = ( 145 x 330 ) mm = ( 5.71 x 12.99 ) in &#039;JP_JIS_A_BAN&#039; =&gt; [1771.654, 2494.488], // = ( 625 x 880 ) mm = ( 24.61 x 34.65 ) in &#039;JP_JIS_B_BAN&#039; =&gt; [2168.504, 3075.591], // = ( 765 x 1085 ) mm = ( 30.12 x 42.72 ) in &#039;JP_KAKEMONO_E&#039; =&gt; [651.9690000000001, 2154.331], // = ( 230 x 760 ) mm = ( 9.06 x 29.92 ) in &#039;JP_KAKUBAN&#039; =&gt; [504.567, 575.433], // = ( 178 x 203 ) mm = ( 7.01 x 7.99 ) in &#039;JP_KAKU_SURIMONO&#039; =&gt; [510.236, 609.449], // = ( 180 x 215 ) mm = ( 7.09 x 8.46 ) in &#039;JP_KENTO_BAN&#039; =&gt; [1374.803, 1768.819], // = ( 485 x 624 ) mm = ( 19.09 x 24.57 ) in &#039;JP_KIKU_BAN&#039; =&gt; [1802.835, 2661.732], // = ( 636 x 939 ) mm = ( 25.04 x 36.97 ) in &#039;JP_KIKU_BAN4&#039; =&gt; [643.465, 867.402], // = ( 227 x 306 ) mm = ( 8.94 x 12.05 ) in &#039;JP_KIKU_BAN5&#039; =&gt; [428.031, 643.465], // = ( 151 x 227 ) mm = ( 5.94 x 8.94 ) in &#039;JP_KIKU_BAN5_OLD&#039; =&gt; [430.866, 617.953], // = ( 152 x 218 ) mm = ( 5.98 x 8.58 ) in &#039;JP_KIKU_BAN_A20_DORI&#039; =&gt; [419.528, 473.386], // = ( 148 x 167 ) mm = ( 5.83 x 6.57 ) in &#039;JP_KOBAN&#039; =&gt; [481.89, 651.9690000000001], // = ( 170 x 230 ) mm = ( 6.69 x 9.06 ) in &#039;JP_KO_BAN_B6&#039; =&gt; [317.48, 493.228], // = ( 112 x 174 ) mm = ( 4.41 x 6.85 ) in &#039;JP_KO_TANZAKU&#039; =&gt; [215.433, 977.953], // = ( 76 x 345 ) mm = ( 2.99 x 13.58 ) in &#039;JP_MOKUTANSHI&#039; =&gt; [1332.283, 1760.315], // = ( 470 x 621 ) mm = ( 18.50 x 24.45 ) in &#039;JP_NAGA_BAN&#039; =&gt; [651.9690000000001, 1459.843], // = ( 230 x 515 ) mm = ( 9.06 x 20.28 ) in &#039;JP_OBAN&#039; =&gt; [720.0, 1077.165], // = ( 254 x 380 ) mm = ( 10.00 x 14.96 ) in &#039;JP_OGATA_CHUBAN&#039; =&gt; [615.1180000000001, 830.551], // = ( 217 x 293 ) mm = ( 8.54 x 11.54 ) in &#039;JP_O_HOSOBAN&#039; =&gt; [481.89, 1077.165], // = ( 170 x 380 ) mm = ( 6.69 x 14.96 ) in &#039;JP_POSTCARD&#039; =&gt; [283.465, 419.528], // = ( 100 x 148 ) mm = ( 3.94 x 5.83 ) in &#039;JP_SANGO_BAN&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANGO_BAN_A48_DORI&#039; =&gt; [209.764, 396.85], // = ( 74 x 140 ) mm = ( 2.91 x 5.51 ) in &#039;JP_SANGO_BAN_B20_DORI&#039; =&gt; [515.9059999999999, 583.937], // = ( 182 x 206 ) mm = ( 7.17 x 8.11 ) in &#039;JP_SANGO_BAN_B36_DORI&#039; =&gt; [342.992, 484.724], // = ( 121 x 171 ) mm = ( 4.76 x 6.73 ) in &#039;JP_SANGO_BAN_B40_DORI&#039; =&gt; [238.11, 419.528], // = ( 84 x 148 ) mm = ( 3.31 x 5.83 ) in &#039;JP_SANROKU_BAN_B48_DORI&#039; =&gt; [257.953, 484.724], // = ( 91 x 171 ) mm = ( 3.58 x 6.73 ) in &#039;JP_SANSAN_BAN&#039; =&gt; [1975.748, 2834.646], // = ( 697 x 1000 ) mm = ( 27.44 x 39.37 ) in &#039;JP_SANSHI_BAN&#039; =&gt; [2060.787, 2834.646], // = ( 727 x 1000 ) mm = ( 28.62 x 39.37 ) in &#039;JP_SHIKISHIBAN&#039; =&gt; [581.102, 651.9690000000001], // = ( 205 x 230 ) mm = ( 8.07 x 9.06 ) in &#039;JP_SHIMBUNYOUSHI&#039; =&gt; [2304.567, 1547.717], // = ( 813 x 546 ) mm = ( 32.01 x 21.50 ) in &#039;JP_SHINSHO_BAN_B40_A&#039; =&gt; [300.472, 490.394], // = ( 106 x 173 ) mm = ( 4.17 x 6.81 ) in &#039;JP_SHINSHO_BAN_B40_B&#039; =&gt; [291.969, 515.9059999999999], // = ( 103 x 182 ) mm = ( 4.06 x 7.17 ) in &#039;JP_SHIROKU_BAN&#039; =&gt; [2233.701, 3092.598], // = ( 788 x 1091 ) mm = ( 31.02 x 42.95 ) in &#039;JP_SHIROKU_BAN4&#039; =&gt; [748.346, 1074.331], // = ( 264 x 379 ) mm = ( 10.39 x 14.92 ) in &#039;JP_SHIROKU_BAN5&#039; =&gt; [535.748, 742.677], // = ( 189 x 262 ) mm = ( 7.44 x 10.31 ) in &#039;JP_SHIROKU_BAN5_OLD&#039; =&gt; [541.417, 734.173], // = ( 191 x 259 ) mm = ( 7.52 x 10.20 ) in &#039;JP_SHIROKU_BAN6&#039; =&gt; [360.0, 532.913], // = ( 127 x 188 ) mm = ( 5.00 x 7.40 ) in &#039;JP_SHO_TANZAKU&#039; =&gt; [269.291, 722.835], // = ( 95 x 255 ) mm = ( 3.74 x 10.04 ) in &#039;JP_SUITORISHI&#039; =&gt; [1252.913, 1615.748], // = ( 442 x 570 ) mm = ( 17.40 x 22.44 ) in &#039;JP_TANZAKU&#039; =&gt; [360.0, 1218.898], // = ( 127 x 430 ) mm = ( 5.00 x 16.93 ) in &#039;JP_TSUYA_GAMI&#039; =&gt; [1440.0, 2160.0], // = ( 508 x 762 ) mm = ( 20.00 x 30.00 ) in &#039;JP_UCHIWA&#039; =&gt; [649.134, 720.0], // = ( 229 x 254 ) mm = ( 9.02 x 10.00 ) in &#039;JP_WAIDO_BAN&#039; =&gt; [595.276, 728.504], // = ( 210 x 257 ) mm = ( 8.27 x 10.12 ) in &#039;JP_YATSUGIRI_BAN&#039; =&gt; [269.291, 360.0], ] </span> </dt> <dd>Array of page formats (width, height).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_NUM">PAGE_NUM</a> <span> &nbsp;= &#039;~#PN&#039; </span> </dt> <dd>Alias for page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constant_PAGE_TOT">PAGE_TOT</a> <span> &nbsp;= &#039;~#PT&#039; </span> </dt> <dd>Alias for total number of pages in a group.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#constant_UNITRATIO">UNITRATIO</a> <span> &nbsp;= [ &#039;&#039; =&gt; 1.0, // default to points &#039;px&#039; =&gt; 1.0, &#039;pt&#039; =&gt; 1.0, &#039;points&#039; =&gt; 1.0, &#039;millimeters&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;mm&#039; =&gt; 2.83464566929134, // (72 / 25.4) &#039;centimeters&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;cm&#039; =&gt; 28.3464566929134, // (72 / 2.54) &#039;inches&#039; =&gt; 72.0, &#039;in&#039; =&gt; 72.0, ] </span> </dt> <dd>Array of conversion ratios relative to points.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_convertPoints">convertPoints()</a> <span> &nbsp;: float </span> </dt> <dd>Convert Points to another unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getDisplay">getDisplay()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page display mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode#method_getLayout">getLayout()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageFormatSize">getPageFormatSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Get page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_getPageID">getPageID()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current page ID.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientation">getPageOrientation()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getPageOrientedSize">getPageOrientedSize()</a> <span> &nbsp;: array{0: float, 1: float, 2: string} </span> </dt> <dd>Returns the page dimensions oriented as specified.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format#method_getUnitRatio">getUnitRatio()</a> <span> &nbsp;: float </span> </dt> <dd>Get the unit ratio for the specified unit of measure.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeAnnotRefs">sanitizeAnnotRefs()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the annotation references.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeBoxData">sanitizeBoxData()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page boxes containing the page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeContent">sanitizeContent()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeGroup">sanitizeGroup()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeMargins">sanitizeMargins()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageFormat">sanitizePageFormat()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizePageNumber">sanitizePageNumber()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRegions">sanitizeRegions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page regions (columns).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeRotation">sanitizeRotation()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page rotation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTime">sanitizeTime()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page modification time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeTransitions">sanitizeTransitions()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page transitions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#method_sanitizeZoom">sanitizeZoom()</a> <span> &nbsp;: void </span> </dt> <dd>Sanitize or set the page preferred zoom (magnification) factor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setBox">setBox()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Set page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_setPageBoxes">setPageBoxes()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Initialize page boxes.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#method_swapCoordinates">swapCoordinates()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Pdf\Page\PageBox">PageBox</abbr>&gt; </span> </dt> <dd>Swap X and Y coordinates of page boxes (change page boxes orientation).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BOX"> BOX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box#constant_BOX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Box.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box"><abbr title="src/Box.php">Box.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">210</span> </aside> <p class="phpdocumentor-summary">Page box names.</p>files-src-boxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Box.php</h2> <p class="phpdocumentor-summary">Box.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box"><abbr title="\Com\Tecnick\Pdf\Page\Box">Box</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Box</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Box.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-box#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception"><abbr title="\Com\Tecnick\Pdf\Page\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-formathttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Format.php</h2> <p class="phpdocumentor-summary">Format.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format"><abbr title="\Com\Tecnick\Pdf\Page\Format">Format</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Format</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Format.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-format#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-modehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Mode.php</h2> <p class="phpdocumentor-summary">Mode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode"><abbr title="\Com\Tecnick\Pdf\Page\Mode">Mode</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Mode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Mode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-mode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-pagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Page.php</h2> <p class="phpdocumentor-summary">Page.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page"><abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Page</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Page.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-page#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-regionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Region.php</h2> <p class="phpdocumentor-summary">Region.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region"><abbr title="\Com\Tecnick\Pdf\Page\Region">Region</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Region</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Region.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-region#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-settingshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Settings.php</h2> <p class="phpdocumentor-summary">Settings.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-page"> <p>This file is part of tc-lib-pdf-page software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings"><abbr title="\Com\Tecnick\Pdf\Page\Settings">Settings</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Settings</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Settings.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/files-src-settings#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page"><abbr title="\Com\Tecnick\Pdf\Page">Page</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-pagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Page</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box"><abbr title="\Com\Tecnick\Pdf\Page\Box">Box</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Box</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception"><abbr title="\Com\Tecnick\Pdf\Page\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format"><abbr title="\Com\Tecnick\Pdf\Page\Format">Format</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Format</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode"><abbr title="\Com\Tecnick\Pdf\Page\Mode">Mode</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Mode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page"><abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Page</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region"><abbr title="\Com\Tecnick\Pdf\Page\Region">Region</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Region</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings"><abbr title="\Com\Tecnick\Pdf\Page\Settings">Settings</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Settings</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com-tecnick-pdf-page#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-default/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-default/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage"><abbr title="\PdfPage">PdfPage</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfPagehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfPage</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Box"><abbr title="\Com\Tecnick\Pdf\Page\Box">Box</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Box</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Exception"><abbr title="\Com\Tecnick\Pdf\Page\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Format"><abbr title="\Com\Tecnick\Pdf\Page\Format">Format</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Format</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Mode"><abbr title="\Com\Tecnick\Pdf\Page\Mode">Mode</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Mode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Page"><abbr title="\Com\Tecnick\Pdf\Page\Page">Page</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Page</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Region"><abbr title="\Com\Tecnick\Pdf\Page\Region">Region</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Region</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/classes-Com-Tecnick-Pdf-Page-Settings"><abbr title="\Com\Tecnick\Pdf\Page\Settings">Settings</abbr></a></dt><dd>Com\Tecnick\Pdf\Page\Settings</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/packages-PdfPage#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-deprecated/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-errors/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-markers/Sun, 25 Jan 2026 10:34:40 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Unicode-Bidihttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Bidi <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi"><abbr title="src/Bidi.php">Bidi.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Reverse the RLT substrings using the Bidirectional Algorithm http://unicode.org/reports/tr9/</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method_getCharKeys">getCharKeys()</a> <span> &nbsp;: array&lt;int, true&gt; </span> </dt> <dd>Returns an array with processed chars as keys</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method_getChrArray">getChrArray()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dd>Returns the processed array of UTF-8 chars</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method_getNumChars">getNumChars()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the number of characters in the processed string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method_getOrdArray">getOrdArray()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Returns the processed array of UTF-8 codepoints</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method_getString">getString()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the processed string</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi"><abbr title="src/Bidi.php">Bidi.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">128</span> </aside> <p class="phpdocumentor-summary">Reverse the RLT substrings using the Bidirectional Algorithm http://unicode.org/reports/tr9/</p>classes-Com-Tecnick-Unicode-Bidi-Shapinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Shaping <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping\Arabic">Arabic</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/Shaping.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping"><abbr title="src/Bidi/Shaping.php">Shaping.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\Shaping</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>SeqData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Shaping Cursively connected scripts, such as Arabic or Syriac, require the selection of positional character shapes that depend on adjacent characters.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#method_getSequence">getSequence()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr> </span> </dt> <dd>Returns the processed sequence</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/Shaping.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping"><abbr title="src/Bidi/Shaping.php">Shaping.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">46</span> </aside> <p class="phpdocumentor-summary">Shaping Cursively connected scripts, such as Arabic or Syriac, require the selection of positional character shapes that depend on adjacent characters.</p>classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabichttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping">Shaping</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Arabic <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/Shaping/Arabic.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic"><abbr title="src/Bidi/Shaping/Arabic.php">Arabic.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">55</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>CharData array{ 'char': int, 'i': int, 'level': int, 'otype': string, 'pdimatch': int, 'pos': int, 'type': string, 'x': int, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>SeqData array{ 'e': int, 'edir': string, 'end': int, 'eos': string, 'length': int, 'maxlevel': int, 'sos': string, 'start': int, 'item': array&lt;int, CharData&gt;, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/Shaping/Arabic.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Unicode-Bidi-StepBasehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepBase <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepBase.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase"><abbr title="src/Bidi/StepBase.php">StepBase.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepBase</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>SeqData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize Sequence to process</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_getSequence">getSequence()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr> </span> </dt> <dd>Returns the processed array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_processStep">processStep()</a> <span> &nbsp;: void </span> </dt> <dd>Generic step</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepBase.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase"><abbr title="src/Bidi/StepBase.php">StepBase.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Initialize Sequence to process</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$seq</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$process</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$seq</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Isolated Sequence array</p>classes-Com-Tecnick-Unicode-Bidi-StepIhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepI <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepI.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi"><abbr title="src/Bidi/StepI.php">StepI.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepI</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize Sequence to process</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_getSequence">getSequence()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr> </span> </dt> <dd>Returns the processed array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_processStep">processStep()</a> <span> &nbsp;: void </span> </dt> <dd>Generic step</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepBase.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase"><abbr title="src/Bidi/StepBase.php">StepBase.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Initialize Sequence to process</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$seq</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$process</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$seq</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Isolated Sequence array</p>classes-Com-Tecnick-Unicode-Bidi-StepLhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepL <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepL.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl"><abbr title="src/Bidi/StepL.php">StepL.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepL</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>L steps</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#method_getChrData">getChrData()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt; </span> </dt> <dd>Returns the processed array</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepL.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl"><abbr title="src/Bidi/StepL.php">StepL.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">56</span> </aside> <p class="phpdocumentor-summary">L steps</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$chardata</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$pel</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$maxlevel</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$chardata</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Array of characters data</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$pel</span> : <span class="phpdocumentor-argument-list__argument__type">int</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Paragraph embedding level</p>classes-Com-Tecnick-Unicode-Bidi-StepNhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepN <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepN.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn"><abbr title="src/Bidi/StepN.php">StepN.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepN</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize Sequence to process</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_getSequence">getSequence()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr> </span> </dt> <dd>Returns the processed array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_processStep">processStep()</a> <span> &nbsp;: void </span> </dt> <dd>Generic step</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepBase.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase"><abbr title="src/Bidi/StepBase.php">StepBase.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Initialize Sequence to process</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$seq</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$process</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$seq</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Isolated Sequence array</p>classes-Com-Tecnick-Unicode-Bidi-StepPhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepP <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepP.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp"><abbr title="src/Bidi/StepP.php">StepP.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepP</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>P Steps for Bidirectional algorithm</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#method_getPel">getPel()</a> <span> &nbsp;: int </span> </dt> <dd>Get the Paragraph Embedding Level</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepP.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp"><abbr title="src/Bidi/StepP.php">StepP.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">P Steps for Bidirectional algorithm</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;string|int, int&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ordarr</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$ordarr</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;string|int, int&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Array of UTF-8 codepoints</p>classes-Com-Tecnick-Unicode-Bidi-StepWhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepW <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepW.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw"><abbr title="src/Bidi/StepW.php">StepW.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepW</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize Sequence to process</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_getSequence">getSequence()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr> </span> </dt> <dd>Returns the processed array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method_processStep">processStep()</a> <span> &nbsp;: void </span> </dt> <dd>Generic step</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepBase.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase"><abbr title="src/Bidi/StepBase.php">StepBase.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">40</span> </aside> <p class="phpdocumentor-summary">Initialize Sequence to process</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$seq</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$process</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$seq</span> : <span class="phpdocumentor-argument-list__argument__type"><abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Isolated Sequence array</p>classes-Com-Tecnick-Unicode-Bidi-StepXhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepX <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepX.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx"><abbr title="src/Bidi/StepX.php">StepX.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepX</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>SeqData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>DssData array{ 'ord': int, 'cel': int, 'dos': string, 'dis': bool, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#constant_MAX_DEPTH">MAX_DEPTH</a> <span> &nbsp;= 125 </span> </dt> <dd>Maximum embedding level</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>X Steps for Bidirectional algorithm Explicit Levels and Directions</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#method_getChrData">getChrData()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt; </span> </dt> <dd>Returns the processed array</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_MAX_DEPTH"> MAX_DEPTH <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX#constant_MAX_DEPTH" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepX.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx"><abbr title="src/Bidi/StepX.php">StepX.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <p class="phpdocumentor-summary">Maximum embedding level</p>classes-Com-Tecnick-Unicode-Bidi-StepXtenhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StepXten <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepXten.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten"><abbr title="src/Bidi/StepXten.php">StepXten.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Bidi\StepXten</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>SeqData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>X Steps for Bidirectional algorithm</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#method_getIsolatedLevelRunSequences">getIsolatedLevelRunSequences()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\SeqData">SeqData</abbr>&gt; </span> </dt> <dd>Get the Isolated Run Sequences</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bidi/StepXten.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten"><abbr title="src/Bidi/StepXten.php">StepXten.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">67</span> </aside> <p class="phpdocumentor-summary">X Steps for Bidirectional algorithm</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$chardata</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$pel</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$chardata</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;int, <abbr title="\Com\Tecnick\Unicode\Bidi\CharData">CharData</abbr>&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Array of UTF-8 codepoints</p>classes-Com-Tecnick-Unicode-Converthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Convert <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding"><abbr title="\Com\Tecnick\Unicode\Convert\Encoding">Encoding</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Convert.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert"><abbr title="src/Convert.php">Convert.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Convert</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_chr">chr()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the unicode string containing the character specified by value</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_chrArrToOrdArr">chrArrToOrdArr()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Converts an array of UTF-8 chars to an array of codepoints (integer values)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_getSubUniArrStr">getSubUniArrStr()</a> <span> &nbsp;: string </span> </dt> <dd>Extract a slice of the $uniarr array and return it as string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_hexToStr">hexToStr()</a> <span> &nbsp;: string </span> </dt> <dd>Convert an hexadecimal string (byte string - as in the PDF standard) to string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_latinArrToStr">latinArrToStr()</a> <span> &nbsp;: string </span> </dt> <dd>Converts an array of Latin1 code points to a string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_ord">ord()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the unicode value of the specified character</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_ordArrToChrArr">ordArrToChrArr()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dd>Converts an array of UTF-8 code points array of chars</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_strToChrArr">strToChrArr()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Converts an UTF-8 string to an array of UTF-8 codepoints (integer values)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_strToHex">strToHex()</a> <span> &nbsp;: string </span> </dt> <dd>Convert a string to an hexadecimal string (byte string) representation (as in the PDF standard)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_strToOrdArr">strToOrdArr()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Converts an UTF-8 string to an array of UTF-8 codepoints (integer values)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_toUTF16BE">toUTF16BE()</a> <span> &nbsp;: string </span> </dt> <dd>Converts an UTF-8 string to UTF-16BE</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_toUTF8">toUTF8()</a> <span> &nbsp;: string </span> </dt> <dd>Converts a string with an unknown encoding to UTF-8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_uniArrToLatinArr">uniArrToLatinArr()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Converts UTF-8 code array to Latin1 codes</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_chr"> chr() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert#method_chr" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Convert.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert"><abbr title="src/Convert.php">Convert.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">Returns the unicode string containing the character specified by value</p>classes-Com-Tecnick-Unicode-Convert-Encodinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert">Convert</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encoding <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode">Unicode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Convert/Encoding.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding"><abbr title="src/Convert/Encoding.php">Encoding.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Convert\Encoding</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> https://github.com/tecnickcom/tc-lib-unicode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_hexToStr">hexToStr()</a> <span> &nbsp;: string </span> </dt> <dd>Convert an hexadecimal string (byte string - as in the PDF standard) to string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_latinArrToStr">latinArrToStr()</a> <span> &nbsp;: string </span> </dt> <dd>Converts an array of Latin1 code points to a string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_strToHex">strToHex()</a> <span> &nbsp;: string </span> </dt> <dd>Convert a string to an hexadecimal string (byte string) representation (as in the PDF standard)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_toUTF16BE">toUTF16BE()</a> <span> &nbsp;: string </span> </dt> <dd>Converts an UTF-8 string to UTF-16BE</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_toUTF8">toUTF8()</a> <span> &nbsp;: string </span> </dt> <dd>Converts a string with an unknown encoding to UTF-8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_uniArrToLatinArr">uniArrToLatinArr()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Converts UTF-8 code array to Latin1 codes</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_hexToStr"> hexToStr() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding#method_hexToStr" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Convert/Encoding.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding"><abbr title="src/Convert/Encoding.php">Encoding.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">88</span> </aside> <p class="phpdocumentor-summary">Convert an hexadecimal string (byte string - as in the PDF standard) to string</p>classes-Com-Tecnick-Unicode-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> https://github.com/tecnickcom/tc-lib-file </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidihttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Bidi.php</h2> <p class="phpdocumentor-summary">Bidi.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi"><abbr title="\Com\Tecnick\Unicode\Bidi">Bidi</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-shapinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Shaping.php</h2> <p class="phpdocumentor-summary">Shaping.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping">Shaping</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/Shaping.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-shaping-arabichttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Arabic.php</h2> <p class="phpdocumentor-summary">Arabic.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping\Arabic</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/Shaping/Arabic.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-shaping-arabic#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepbasehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepBase.php</h2> <p class="phpdocumentor-summary">StepBase.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepBase</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepBase.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepbase#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepihttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepI.php</h2> <p class="phpdocumentor-summary">StepI.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI"><abbr title="\Com\Tecnick\Unicode\Bidi\StepI">StepI</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepI</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepI.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepi#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-steplhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepL.php</h2> <p class="phpdocumentor-summary">StepL.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL"><abbr title="\Com\Tecnick\Unicode\Bidi\StepL">StepL</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepL</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepL.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepl#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepnhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepN.php</h2> <p class="phpdocumentor-summary">StepN.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN"><abbr title="\Com\Tecnick\Unicode\Bidi\StepN">StepN</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepN</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepN.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepn#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepphttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepP.php</h2> <p class="phpdocumentor-summary">StepP.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP"><abbr title="\Com\Tecnick\Unicode\Bidi\StepP">StepP</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepP</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepP.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepp#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepwhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepW.php</h2> <p class="phpdocumentor-summary">StepW.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW"><abbr title="\Com\Tecnick\Unicode\Bidi\StepW">StepW</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepW</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepW.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepxhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepX.php</h2> <p class="phpdocumentor-summary">StepX.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX"><abbr title="\Com\Tecnick\Unicode\Bidi\StepX">StepX</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepX</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepX.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepx#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-bidi-stepxtenhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StepXten.php</h2> <p class="phpdocumentor-summary">StepXten.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten"><abbr title="\Com\Tecnick\Unicode\Bidi\StepXten">StepXten</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepXten</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bidi/StepXten.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-bidi-stepxten#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-converthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Convert.php</h2> <p class="phpdocumentor-summary">Convert.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert"><abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Convert.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-convert-encodinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encoding.php</h2> <p class="phpdocumentor-summary">Encoding.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding"><abbr title="\Com\Tecnick\Unicode\Convert\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert\Encoding</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Convert/Encoding.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-convert-encoding#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> <p>This file is part of tc-lib-unicode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception"><abbr title="\Com\Tecnick\Unicode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Unicode\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode"><abbr title="\Com\Tecnick\Unicode">Unicode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicodehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Unicode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi"><abbr title="\Com\Tecnick\Unicode\Bidi">Bidi</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert"><abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi"><abbr title="\Com\Tecnick\Unicode\Bidi">Bidi</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert"><abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception"><abbr title="\Com\Tecnick\Unicode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Unicode\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicode-bidihttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Bidi</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping">Shaping</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping">Shaping</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepBase</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI"><abbr title="\Com\Tecnick\Unicode\Bidi\StepI">StepI</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepI</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL"><abbr title="\Com\Tecnick\Unicode\Bidi\StepL">StepL</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepL</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN"><abbr title="\Com\Tecnick\Unicode\Bidi\StepN">StepN</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepN</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP"><abbr title="\Com\Tecnick\Unicode\Bidi\StepP">StepP</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepP</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW"><abbr title="\Com\Tecnick\Unicode\Bidi\StepW">StepW</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepW</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX"><abbr title="\Com\Tecnick\Unicode\Bidi\StepX">StepX</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepX</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten"><abbr title="\Com\Tecnick\Unicode\Bidi\StepXten">StepXten</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepXten</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicode-bidi-shapinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi">Bidi</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Shaping</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping\Arabic</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-bidi-shaping#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicode-converthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Convert</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding"><abbr title="\Com\Tecnick\Unicode\Convert\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert\Encoding</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com-tecnick-unicode-convert#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-default/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-default/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode"><abbr title="\Unicode">Unicode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File"><abbr title="\File">File</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-Filehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">File</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Exception"><abbr title="\Com\Tecnick\Unicode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Unicode\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-File#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-Unicodehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">Unicode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping-Arabic"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping\Arabic</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-Shaping"><abbr title="\Com\Tecnick\Unicode\Bidi\Shaping">Shaping</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\Shaping</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepBase"><abbr title="\Com\Tecnick\Unicode\Bidi\StepBase">StepBase</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepBase</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepI"><abbr title="\Com\Tecnick\Unicode\Bidi\StepI">StepI</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepI</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepL"><abbr title="\Com\Tecnick\Unicode\Bidi\StepL">StepL</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepL</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepN"><abbr title="\Com\Tecnick\Unicode\Bidi\StepN">StepN</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepN</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepP"><abbr title="\Com\Tecnick\Unicode\Bidi\StepP">StepP</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepP</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepW"><abbr title="\Com\Tecnick\Unicode\Bidi\StepW">StepW</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepW</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepX"><abbr title="\Com\Tecnick\Unicode\Bidi\StepX">StepX</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepX</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi-StepXten"><abbr title="\Com\Tecnick\Unicode\Bidi\StepXten">StepXten</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi\StepXten</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Bidi"><abbr title="\Com\Tecnick\Unicode\Bidi">Bidi</abbr></a></dt><dd>Com\Tecnick\Unicode\Bidi</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert-Encoding"><abbr title="\Com\Tecnick\Unicode\Convert\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert\Encoding</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/classes-Com-Tecnick-Unicode-Convert"><abbr title="\Com\Tecnick\Unicode\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Unicode\Convert</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode/packages-Unicode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-deprecated/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-errors/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-markers/Sun, 25 Jan 2026 10:34:39 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Parser-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser">PdfParser</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Parser\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> https://github.com/tecnickcom/tc-lib-pdf-parser </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Parser-Parserhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Parser <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref"><abbr title="\Com\Tecnick\Pdf\Parser\Process\Xref">Xref</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser">PdfParser</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Parser.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser"><abbr title="src/Parser.php">Parser.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Parser\Parser</p> <section class="phpdocumentor-description"><p>PHP class for parsing PDF documents.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> https://github.com/tecnickcom/tc-lib-pdf-parser </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RawObjectArray from \Com\Tecnick\Pdf\Parser\Process\RawObject</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize the PDF parser</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#method_parse">parse()</a> <span> &nbsp;: <abbr title="array{0: array{'trailer': array{'encrypt'?: string, 'id': array<int,string>, 'info': string, 'root': string, 'size': int}, 'xref': array<string,int>}, 1: array<string,array<int,\Com\Tecnick\Pdf\Parser\RawObjectArray>>}">RawObjectArray>>}</abbr> </span> </dt> <dd>Parse a PDF document into an array of objects</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Parser.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser"><abbr title="src/Parser.php">Parser.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">61</span> </aside> <p class="phpdocumentor-summary">Initialize the PDF parser</p>classes-Com-Tecnick-Pdf-Parser-Process-RawObjecthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process">Process</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RawObject <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser">PdfParser</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Process/RawObject.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject"><abbr title="src/Process/RawObject.php">RawObject.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">64</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Parser\Process\RawObject</p> <section class="phpdocumentor-description"><p>Process Raw Objects</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> https://github.com/tecnickcom/tc-lib-pdf-parser </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RawObjectArray array{ 0: string, 1: string|array&lt;int, array{ 0: string, 1: string|array&lt;int, array{ 0: string, 1: string|array&lt;int, array{ 0: string, 1: string|array&lt;int, array{ 0: string, 1: string|array&lt;int, array{ 0: string, 1: string, 2: int, 3?: array{string, array<string>}, }&gt;, 2: int, 3?: array{string, array<string>}, }&gt;, 2: int, 3?: array{string, array<string>}, }&gt;, 2: int, 3?: array{string, array<string>}, }&gt;, 2: int, 3?: array{string, array<string>}, }&gt;, 2: int, 3?: array{string, array<string>}, }</p>classes-Com-Tecnick-Pdf-Parser-Process-Xrefhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process">Process</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Xref <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream"><abbr title="\Com\Tecnick\Pdf\Parser\Process\XrefStream">XrefStream</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser">PdfParser</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Process/Xref.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref"><abbr title="src/Process/Xref.php">Xref.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Parser\Process\Xref</p> <section class="phpdocumentor-description"><p>Process XREF</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> https://github.com/tecnickcom/tc-lib-pdf-parser </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Process/Xref.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Parser-Process-XrefStreamhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process">Process</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> XrefStream <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject"><abbr title="\Com\Tecnick\Pdf\Parser\Process\RawObject">RawObject</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser">PdfParser</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Process/XrefStream.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream"><abbr title="src/Process/XrefStream.php">XrefStream.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Parser\Process\XrefStream</p> <section class="phpdocumentor-description"><p>Process XREF</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> https://github.com/tecnickcom/tc-lib-pdf-parser </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RawObjectArray from \Com\Tecnick\Pdf\Parser\Process\RawObject</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Process/XrefStream.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> <p>This file is part of tc-lib-pdf-parser software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception"><abbr title="\Com\Tecnick\Pdf\Parser\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-parserhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Parser.php</h2> <p class="phpdocumentor-summary">Parser.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> <p>This file is part of tc-lib-pdf-parser software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser"><abbr title="\Com\Tecnick\Pdf\Parser\Parser">Parser</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Parser</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Parser.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-parser#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-process-rawobjecthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RawObject.php</h2> <p class="phpdocumentor-summary">RawObject.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> <p>This file is part of tc-lib-pdf-parser software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject"><abbr title="\Com\Tecnick\Pdf\Parser\Process\RawObject">RawObject</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\RawObject</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Process/RawObject.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-rawobject#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-process-xrefhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Xref.php</h2> <p class="phpdocumentor-summary">Xref.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> <p>This file is part of tc-lib-pdf-parser software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref"><abbr title="\Com\Tecnick\Pdf\Parser\Process\Xref">Xref</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\Xref</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Process/Xref.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xref#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-process-xrefstreamhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">XrefStream.php</h2> <p class="phpdocumentor-summary">XrefStream.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-parser"> <p>This file is part of tc-lib-pdf-parser software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream"><abbr title="\Com\Tecnick\Pdf\Parser\Process\XrefStream">XrefStream</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\XrefStream</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Process/XrefStream.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/files-src-process-xrefstream#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser"><abbr title="\Com\Tecnick\Pdf\Parser">Parser</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-parserhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Parser</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process"><abbr title="\Com\Tecnick\Pdf\Parser\Process">Process</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception"><abbr title="\Com\Tecnick\Pdf\Parser\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser"><abbr title="\Com\Tecnick\Pdf\Parser\Parser">Parser</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Parser</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-parser-processhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser">Parser</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Process</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject"><abbr title="\Com\Tecnick\Pdf\Parser\Process\RawObject">RawObject</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\RawObject</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref"><abbr title="\Com\Tecnick\Pdf\Parser\Process\Xref">Xref</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\Xref</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream"><abbr title="\Com\Tecnick\Pdf\Parser\Process\XrefStream">XrefStream</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\XrefStream</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com-tecnick-pdf-parser-process#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-default/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-default/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser"><abbr title="\PdfParser">PdfParser</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfParserhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfParser</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Exception"><abbr title="\Com\Tecnick\Pdf\Parser\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Parser"><abbr title="\Com\Tecnick\Pdf\Parser\Parser">Parser</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Parser</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-RawObject"><abbr title="\Com\Tecnick\Pdf\Parser\Process\RawObject">RawObject</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\RawObject</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-Xref"><abbr title="\Com\Tecnick\Pdf\Parser\Process\Xref">Xref</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\Xref</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/classes-Com-Tecnick-Pdf-Parser-Process-XrefStream"><abbr title="\Com\Tecnick\Pdf\Parser\Process\XrefStream">XrefStream</abbr></a></dt><dd>Com\Tecnick\Pdf\Parser\Process\XrefStream</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/packages-PdfParser#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-deprecated/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-errors/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-markers/Sun, 25 Jan 2026 10:34:37 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Barcode-Barcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Barcode <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Barcode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode"><abbr title="src/Barcode.php">Barcode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Barcode</p> <section class="phpdocumentor-description"><p>Barcode Barcode class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#constant_BARCODETYPES">BARCODETYPES</a> <span> &nbsp;= [&#039;C128&#039; =&gt; &#039;CODE 128&#039;, &#039;C128A&#039; =&gt; &#039;CODE 128 A&#039;, &#039;C128B&#039; =&gt; &#039;CODE 128 B&#039;, &#039;C128C&#039; =&gt; &#039;CODE 128 C&#039;, &#039;C39&#039; =&gt; &#039;CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.&#039;, &#039;C39+&#039; =&gt; &#039;CODE 39 + CHECKSUM&#039;, &#039;C39E&#039; =&gt; &#039;CODE 39 EXTENDED&#039;, &#039;C39E+&#039; =&gt; &#039;CODE 39 EXTENDED + CHECKSUM&#039;, &#039;C93&#039; =&gt; &#039;CODE 93 - USS-93&#039;, &#039;CODABAR&#039; =&gt; &#039;CODABAR&#039;, &#039;CODE11&#039; =&gt; &#039;CODE 11&#039;, &#039;EAN13&#039; =&gt; &#039;EAN 13&#039;, &#039;EAN2&#039; =&gt; &#039;EAN 2-Digits UPC-Based Extension&#039;, &#039;EAN5&#039; =&gt; &#039;EAN 5-Digits UPC-Based Extension&#039;, &#039;EAN8&#039; =&gt; &#039;EAN 8&#039;, &#039;I25&#039; =&gt; &#039;Interleaved 2 of 5&#039;, &#039;I25+&#039; =&gt; &#039;Interleaved 2 of 5 + CHECKSUM&#039;, &#039;IMB&#039; =&gt; &#039;IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200&#039;, &#039;IMBPRE&#039; =&gt; &#039;IMB - Intelligent Mail Barcode pre-processed&#039;, &#039;KIX&#039; =&gt; &#039;KIX (Klant index - Customer index)&#039;, &#039;LRAW&#039; =&gt; &#039;1D RAW MODE (comma-separated rows of 01 strings)&#039;, &#039;MSI&#039; =&gt; &#039;MSI (Variation of Plessey code)&#039;, &#039;MSI+&#039; =&gt; &#039;MSI + CHECKSUM (modulo 11)&#039;, &#039;PHARMA&#039; =&gt; &#039;PHARMACODE&#039;, &#039;PHARMA2T&#039; =&gt; &#039;PHARMACODE TWO-TRACKS&#039;, &#039;PLANET&#039; =&gt; &#039;PLANET&#039;, &#039;POSTNET&#039; =&gt; &#039;POSTNET&#039;, &#039;RMS4CC&#039; =&gt; &#039;RMS4CC (Royal Mail 4-state Customer Bar Code)&#039;, &#039;S25&#039; =&gt; &#039;Standard 2 of 5&#039;, &#039;S25+&#039; =&gt; &#039;Standard 2 of 5 + CHECKSUM&#039;, &#039;UPCA&#039; =&gt; &#039;UPC-A&#039;, &#039;UPCE&#039; =&gt; &#039;UPC-E&#039;, &#039;AZTEC&#039; =&gt; &#039;AZTEC Code (ISO/IEC 24778:2008)&#039;, &#039;DATAMATRIX&#039; =&gt; &#039;DATAMATRIX (ISO/IEC 16022)&#039;, &#039;PDF417&#039; =&gt; &#039;PDF417 (ISO/IEC 15438:2006)&#039;, &#039;QRCODE&#039; =&gt; &#039;QR-CODE&#039;, &#039;SRAW&#039; =&gt; &#039;2D RAW MODE (comma-separated rows of 01 strings)&#039;] </span> </dt> <dd>List of supported Barcode Types with description.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#method_getBarcodeObj">getBarcodeObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a> </span> </dt> <dd>Get the barcode object</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BARCODETYPES"> BARCODETYPES <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode#constant_BARCODETYPES" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Barcode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode"><abbr title="src/Barcode.php">Barcode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">List of supported Barcode Types with description.</p>classes-Com-Tecnick-Barcode-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Barcode-Modelhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> </ul> <article class="phpdocumentor-element -interface"> <h2 class="phpdocumentor-content__title"> Model <div class="phpdocumentor-element__package"> in <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type</p> <section class="phpdocumentor-description"><p>Barcode Type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getArray"> getArray() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model#method_getArray" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">97</span> </aside> <p class="phpdocumentor-summary">Get the barcode raw array</p>classes-Com-Tecnick-Barcode-Typehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Type <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert"><abbr title="\Com\Tecnick\Barcode\Type\Convert">Convert</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type</p> <section class="phpdocumentor-description"><p>Barcode Type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Converthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Convert <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Convert.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert"><abbr title="src/Type/Convert.php">Convert.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Convert</p> <section class="phpdocumentor-description"><p>Barcode Convert class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getGridArray"> getGridArray() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Convert.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert"><abbr title="src/Type/Convert.php">Convert.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">248</span> </aside> <p class="phpdocumentor-summary">Get a raw barcode grid array</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getGridArray</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$space_char</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'0'</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$bar_char</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'1'</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, array&lt;int, string&gt;&gt;</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$space_char</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> = <span class="phpdocumentor-argument-list__argument__default-value">'0'</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Character or string to use for filling empty spaces</p>classes-Com-Tecnick-Barcode-Type-Linearhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Linear <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear"><abbr title="src/Type/Linear.php">Linear.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear</p> <section class="phpdocumentor-description"><p>Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Codabarhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Codabar <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Codabar.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar"><abbr title="src/Type/Linear/Codabar.php">Codabar.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Codabar;</p> <section class="phpdocumentor-description"><p>Codabar Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThreehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeNineThree <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeNineThree.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree"><abbr title="src/Type/Linear/CodeNineThree.php">CodeNineThree.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeNineThree;</p> <section class="phpdocumentor-description"><p>CodeNineThree Barcode type class CODE 93 - USS-93</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOnehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeOneOne <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneOne.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone"><abbr title="src/Type/Linear/CodeOneOne.php">CodeOneOne.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneOne;</p> <section class="phpdocumentor-description"><p>CodeOneOne Barcode type class CODE 11</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEighthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeOneTwoEight <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process">Process</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneTwoEight.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight"><abbr title="src/Type/Linear/CodeOneTwoEight.php">CodeOneTwoEight.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight;</p> <section class="phpdocumentor-description"><p>CodeOneTwoEight Barcode type class CODE 128</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightAhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight">CodeOneTwoEight</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeOneTwoEightA <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta"><abbr title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php">CodeOneTwoEightA.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\A;</p> <section class="phpdocumentor-description"><p>CodeOneTwoEightA Barcode type class CODE 128 A</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightBhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight">CodeOneTwoEight</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeOneTwoEightB <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb"><abbr title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php">CodeOneTwoEightB.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\B;</p> <section class="phpdocumentor-description"><p>CodeOneTwoEightB Barcode type class CODE 128 B</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightChttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight">CodeOneTwoEight</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeOneTwoEightC <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc"><abbr title="src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php">CodeOneTwoEightC.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\C;</p> <section class="phpdocumentor-description"><p>CodeOneTwoEightC Barcode type class CODE 128 C</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Processhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight">CodeOneTwoEight</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Process <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeOneTwoEight/Process.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process"><abbr title="src/Type/Linear/CodeOneTwoEight/Process.php">Process.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process;</p> <section class="phpdocumentor-description"><p>Process methods for CodeOneTwoEight Barcode type class CODE 128</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNinehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeThreeNine <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeThreeNine.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine"><abbr title="src/Type/Linear/CodeThreeNine.php">CodeThreeNine.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\CodeThreeNine</p> <section class="phpdocumentor-description"><p>CodeThreeNine Barcode type class CODE 39</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeThreeNineCheck <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeThreeNineCheck.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck"><abbr title="src/Type/Linear/CodeThreeNineCheck.php">CodeThreeNineCheck.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\CodeThreeNineCheck</p> <section class="phpdocumentor-description"><p>CodeThreeNineCheck Barcode type class CODE 39 + CHECKSUM</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeThreeNineExt <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeThreeNineExt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext"><abbr title="src/Type/Linear/CodeThreeNineExt.php">CodeThreeNineExt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\CodeThreeNineExt</p> <section class="phpdocumentor-description"><p>CodeThreeNineExt Barcode type class CODE 39 EXTENDED</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CodeThreeNineExtCheck <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/CodeThreeNineExtCheck.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck"><abbr title="src/Type/Linear/CodeThreeNineExtCheck.php">CodeThreeNineExtCheck.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck</p> <section class="phpdocumentor-description"><p>CodeThreeNineExtCheck Barcode type class CODE 39 EXTENDED + CHECKSUM</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-EanEighthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EanEight <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanOneThree">EanOneThree</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/EanEight.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight"><abbr title="src/Type/Linear/EanEight.php">EanEight.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\EanEight;</p> <section class="phpdocumentor-description"><p>EanEight Barcode type class EAN 8</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-EanFivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EanFive <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanTwo">EanTwo</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/EanFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive"><abbr title="src/Type/Linear/EanFive.php">EanFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\EanFive;</p> <section class="phpdocumentor-description"><p>EanFive Barcode type class EAN 5-Digits UPC-Based Extension</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-EanOneThreehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EanOneThree <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/EanOneThree.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree"><abbr title="src/Type/Linear/EanOneThree.php">EanOneThree.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\EanOneThree;</p> <section class="phpdocumentor-description"><p>EanOneThree Barcode type class EAN 13</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-EanTwohttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EanTwo <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/EanTwo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo"><abbr title="src/Type/Linear/EanTwo.php">EanTwo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\EanTwo;</p> <section class="phpdocumentor-description"><p>EanTwo Barcode type class EAN 2-Digits UPC-Based Extension</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Imbhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Imb <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Imb.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb"><abbr title="src/Type/Linear/Imb.php">Imb.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">56</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Imb;</p> <section class="phpdocumentor-description"><p>Imb Barcode type class IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200</p> <p>Intelligent Mail barcode is a 65-bar code for use on mail in the United States. The fields are described as follows:</p> <ul> <li>The Barcode Identifier shall be assigned by USPS to encode the presort identification that is currently printed in human readable form on the optional endorsement line (OEL) as well as for future USPS use. This shall be two digits, with the second digit in the range of 0–4. The allowable encoding ranges shall be 00–04, 10–14, 20–24, 30–34, 40–44, 50–54, 60–64, 70–74, 80–84, and 90–94.</li> <li>The Service Type Identifier shall be assigned by USPS for any combination of services requested on the mailpiece. The allowable encoding range shall be 000http://it2.php.net/manual/en/function.dechex.php–999. Each 3-digit value shall correspond to a particular mail class with a particular combination of service(s). Each service program, such as OneCode Confirm and OneCode ACS, shall provide the list of Service Type Identifier values.</li> <li>The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies a business entity. The allowable encoding range for the 6 digit Mailer ID shall be 000000- 899999, while the allowable encoding range for the 9 digit Mailer ID shall be 900000000-999999999. The Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces. The allowable encoding range shall be 000000000–999999999 when used with a 6 digit Mailer ID and 000000-999999 when used with a 9 digit Mailer ID. e. The Delivery Point ZIP Code shall be assigned by the mailer for routing the mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point. The length may be 0, 5, 9, or 11 digits. The allowable encoding ranges shall be no ZIP Code, 00000–99999, 000000000–999999999, and 00000000000–99999999999. An hyphen '-' is required before the zip/delivery point.</li> </ul> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p>classes-Com-Tecnick-Barcode-Type-Linear-ImbPrehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ImbPre <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/ImbPre.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre"><abbr title="src/Type/Linear/ImbPre.php">ImbPre.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\ImbPre;</p> <section class="phpdocumentor-description"><p>ImbPre Barcode type class IMB - Intelligent Mail Barcode pre-processed (USPS-B-3200)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> InterleavedTwoOfFive <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck">InterleavedTwoOfFiveCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/InterleavedTwoOfFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive"><abbr title="src/Type/Linear/InterleavedTwoOfFive.php">InterleavedTwoOfFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive;</p> <section class="phpdocumentor-description"><p>InterleavedTwoOfFive Barcode type class Interleaved 2 of 5</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> InterleavedTwoOfFiveCheck <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck">StandardTwoOfFiveCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/InterleavedTwoOfFiveCheck.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck"><abbr title="src/Type/Linear/InterleavedTwoOfFiveCheck.php">InterleavedTwoOfFiveCheck.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck;</p> <section class="phpdocumentor-description"><p>InterleavedTwoOfFiveCheck Barcode type class Interleaved 2 of 5 + CHECKSUM</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-KlantIndexhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> KlantIndex <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc"><abbr title="\Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc">RoyalMailFourCc</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/KlantIndex.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex"><abbr title="src/Type/Linear/KlantIndex.php">KlantIndex.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\KlantIndex;</p> <section class="phpdocumentor-description"><p>KlantIndex Barcode type class KIX (Klant index - Customer index)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Msihttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Msi <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\MsiCheck">MsiCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Msi.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi"><abbr title="src/Type/Linear/Msi.php">Msi.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Msi;</p> <section class="phpdocumentor-description"><p>Msi Barcode type class MSI (Variation of Plessey code)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-MsiCheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> MsiCheck <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/MsiCheck.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck"><abbr title="src/Type/Linear/MsiCheck.php">MsiCheck.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\MsiCheck;</p> <section class="phpdocumentor-description"><p>MsiCheck Barcode type class MSI + CHECKSUM (modulo 11)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Pharmahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Pharma <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Pharma.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma"><abbr title="src/Type/Linear/Pharma.php">Pharma.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Pharma;</p> <section class="phpdocumentor-description"><p>Pharma Barcode type class PHARMACODE</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTrackshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> PharmaTwoTracks <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/PharmaTwoTracks.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks"><abbr title="src/Type/Linear/PharmaTwoTracks.php">PharmaTwoTracks.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks;</p> <section class="phpdocumentor-description"><p>PharmaTwoTracks Barcode type class PHARMACODE TWO-TRACKS</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Planethttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Planet <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Postnet">Postnet</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Planet.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet"><abbr title="src/Type/Linear/Planet.php">Planet.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Planet;</p> <section class="phpdocumentor-description"><p>Planet Barcode type class PLANET</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Postnethttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Postnet <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Postnet.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet"><abbr title="src/Type/Linear/Postnet.php">Postnet.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Postnet;</p> <section class="phpdocumentor-description"><p>Postnet Barcode type class POSTNET</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-Rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Raw <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Raw">Raw</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/Raw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw"><abbr title="src/Type/Linear/Raw.php">Raw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\Raw</p> <section class="phpdocumentor-description"><p>Raw Barcode type class RAW MODE (comma-separated rows)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCchttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RoyalMailFourCc <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/RoyalMailFourCc.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc"><abbr title="src/Type/Linear/RoyalMailFourCc.php">RoyalMailFourCc.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc;</p> <section class="phpdocumentor-description"><p>RoyalMailFourCC Barcode type class RMS4CC (Royal Mail 4-state Customer Bar Code)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StandardTwoOfFive <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck">StandardTwoOfFiveCheck</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/StandardTwoOfFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive"><abbr title="src/Type/Linear/StandardTwoOfFive.php">StandardTwoOfFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive;</p> <section class="phpdocumentor-description"><p>StandardTwoOfFive Barcode type class Standard 2 of 5</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> StandardTwoOfFiveCheck <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/StandardTwoOfFiveCheck.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck"><abbr title="src/Type/Linear/StandardTwoOfFiveCheck.php">StandardTwoOfFiveCheck.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck;</p> <section class="phpdocumentor-description"><p>StandardTwoOfFiveCheck Barcode type class Standard 2 of 5 + CHECKSUM</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-UpcAhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> UpcA <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanOneThree">EanOneThree</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/UpcA.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca"><abbr title="src/Type/Linear/UpcA.php">UpcA.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\UpcA;</p> <section class="phpdocumentor-description"><p>UpcA Barcode type class UPC-A</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Linear-UpcEhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> UpcE <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcA">UpcA</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Linear/UpcE.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce"><abbr title="src/Type/Linear/UpcE.php">UpcE.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Linear\UpcE;</p> <section class="phpdocumentor-description"><p>UpcE Barcode type class UPC-E</p> <p>UPC-E is a variation of UPC-A which allows for a more compact barcode by eliminating &quot;extra&quot; zeros. Since the resulting UPC-E barcode is about half the size as an UPC-A barcode, UPC-E is generally used on products with very small packaging where a full UPC-A barcode couldn't reasonably fit.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p>classes-Com-Tecnick-Barcode-Type-Rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Raw <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Raw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw"><abbr title="src/Type/Raw.php">Raw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Raw</p> <section class="phpdocumentor-description"><p>Raw Barcode type class RAW MODE (comma-separated rows)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Squarehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Square <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square"><abbr title="src/Type/Square.php">Square.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square</p> <section class="phpdocumentor-description"><p>Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-Aztechttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Aztec <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec"><abbr title="src/Type/Square/Aztec.php">Aztec.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec</p> <section class="phpdocumentor-description"><p>Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-12</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstreamhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Bitstream <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Layers">Layers</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Bitstream.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream"><abbr title="src/Type/Square/Aztec/Bitstream.php">Bitstream.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream</p> <section class="phpdocumentor-description"><p>Bitstream for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Bitstream.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codewordhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Codeword <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Codeword.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword"><abbr title="src/Type/Square/Aztec/Codeword.php">Codeword.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\Codeword</p> <section class="phpdocumentor-description"><p>Codeword utility methods for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Codeword.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Barcode-Type-Square-Aztec-Datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Data <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data"><abbr title="src/Type/Square/Aztec/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\Data</p> <section class="phpdocumentor-description"><p>Data for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_CHAR_ENC">CHAR_ENC</a> <span> &nbsp;= [ // MODE_UPPER (initial mode) 0 =&gt; [ 32 =&gt; 1, // &#039; &#039; (SP) 65 =&gt; 2, // &#039;A&#039; 66 =&gt; 3, // &#039;B&#039; 67 =&gt; 4, // &#039;C&#039; 68 =&gt; 5, // &#039;D&#039; 69 =&gt; 6, // &#039;E&#039; 70 =&gt; 7, // &#039;F&#039; 71 =&gt; 8, // &#039;G&#039; 72 =&gt; 9, // &#039;H&#039; 73 =&gt; 10, // &#039;I&#039; 74 =&gt; 11, // &#039;J&#039; 75 =&gt; 12, // &#039;K&#039; 76 =&gt; 13, // &#039;L&#039; 77 =&gt; 14, // &#039;M&#039; 78 =&gt; 15, // &#039;N&#039; 79 =&gt; 16, // &#039;O&#039; 80 =&gt; 17, // &#039;P&#039; 81 =&gt; 18, // &#039;Q&#039; 82 =&gt; 19, // &#039;R&#039; 83 =&gt; 20, // &#039;S&#039; 84 =&gt; 21, // &#039;T&#039; 85 =&gt; 22, // &#039;U&#039; 86 =&gt; 23, // &#039;V&#039; 87 =&gt; 24, // &#039;W&#039; 88 =&gt; 25, // &#039;X&#039; 89 =&gt; 26, // &#039;Y&#039; 90 =&gt; 27, ], // MODE_LOWER 1 =&gt; [ 32 =&gt; 1, // &#039; &#039; (SP) 97 =&gt; 2, // &#039;a&#039; 98 =&gt; 3, // &#039;b&#039; 99 =&gt; 4, // &#039;c&#039; 100 =&gt; 5, // &#039;d&#039; 101 =&gt; 6, // &#039;e&#039; 102 =&gt; 7, // &#039;f&#039; 103 =&gt; 8, // &#039;g&#039; 104 =&gt; 9, // &#039;h&#039; 105 =&gt; 10, // &#039;i&#039; 106 =&gt; 11, // &#039;j&#039; 107 =&gt; 12, // &#039;k&#039; 108 =&gt; 13, // &#039;l&#039; 109 =&gt; 14, // &#039;m&#039; 110 =&gt; 15, // &#039;n&#039; 111 =&gt; 16, // &#039;o&#039; 112 =&gt; 17, // &#039;p&#039; 113 =&gt; 18, // &#039;q&#039; 114 =&gt; 19, // &#039;r&#039; 115 =&gt; 20, // &#039;s&#039; 116 =&gt; 21, // &#039;t&#039; 117 =&gt; 22, // &#039;u&#039; 118 =&gt; 23, // &#039;v&#039; 119 =&gt; 24, // &#039;w&#039; 120 =&gt; 25, // &#039;x&#039; 121 =&gt; 26, // &#039;y&#039; 122 =&gt; 27, ], // MODE_DIGIT 2 =&gt; [ 32 =&gt; 1, // &#039; &#039; (SP) 44 =&gt; 12, // &#039;,&#039; 46 =&gt; 13, // &#039;.&#039; 48 =&gt; 2, // &#039;0&#039; 49 =&gt; 3, // &#039;1&#039; 50 =&gt; 4, // &#039;2&#039; 51 =&gt; 5, // &#039;3&#039; 52 =&gt; 6, // &#039;4&#039; 53 =&gt; 7, // &#039;5&#039; 54 =&gt; 8, // &#039;6&#039; 55 =&gt; 9, // &#039;7&#039; 56 =&gt; 10, // &#039;8&#039; 57 =&gt; 11, ], // MODE_MIXED 3 =&gt; [ 1 =&gt; 2, // &#039;^A&#039; (SOH) 2 =&gt; 3, // &#039;^B&#039; (STX) 3 =&gt; 4, // &#039;^C&#039; (ETX) 4 =&gt; 5, // &#039;^D&#039; (EOT) 5 =&gt; 6, // &#039;^E&#039; (ENQ) 6 =&gt; 7, // &#039;^F&#039; (ACK) 7 =&gt; 8, // &#039;^G&#039; (BEL) 8 =&gt; 9, // &#039;^H&#039; (BS) 9 =&gt; 10, // &#039;^I&#039; (HT) 10 =&gt; 11, // &#039;^J&#039; (LF) 11 =&gt; 12, // &#039;^K&#039; (VT) 12 =&gt; 13, // &#039;^L&#039; (FF) 13 =&gt; 14, // &#039;^M&#039; (CR) 27 =&gt; 15, // &#039;^[&#039; (ESC) 28 =&gt; 16, // &#039;^\&#039; (FS) 29 =&gt; 17, // &#039;^]&#039; (GS) 30 =&gt; 18, // &#039;^^&#039; (RS) 31 =&gt; 19, // &#039;^_&#039; (US) 64 =&gt; 20, // &#039;@&#039; 92 =&gt; 21, // &#039;\&#039; 94 =&gt; 22, // &#039;^&#039; 95 =&gt; 23, // &#039;_&#039; 96 =&gt; 24, // &#039;`&#039; 124 =&gt; 25, // &#039;|&#039; 126 =&gt; 26, // &#039;~&#039; 127 =&gt; 27, ], // MODE_PUNCT 4 =&gt; [ 13 =&gt; 1, // &#039;\r&#039; (CR) 33 =&gt; 6, // &#039;!&#039; 34 =&gt; 7, // &#039;&quot;&#039; 35 =&gt; 8, // &#039;#&#039; 36 =&gt; 9, // &#039;$&#039; 37 =&gt; 10, // &#039;%&#039; 38 =&gt; 11, // &#039;&amp;&#039; 39 =&gt; 12, // &#039;&#039;&#039; 40 =&gt; 13, // &#039;(&#039; 41 =&gt; 14, // &#039;)&#039; 42 =&gt; 15, // &#039;*&#039; 43 =&gt; 16, // &#039;+&#039; 44 =&gt; 17, // &#039;,&#039; 45 =&gt; 18, // &#039;-&#039; 46 =&gt; 19, // &#039;.&#039; 47 =&gt; 20, // &#039;/&#039; 58 =&gt; 21, // &#039;:&#039; 59 =&gt; 22, // &#039;;&#039; 60 =&gt; 23, // &#039;&lt;&#039; 61 =&gt; 24, // &#039;=&#039; 62 =&gt; 25, // &#039;&gt;&#039; 63 =&gt; 26, // &#039;?&#039; 91 =&gt; 27, // &#039;[&#039; 93 =&gt; 28, // &#039;]&#039; 123 =&gt; 29, // &#039;{&#039; 125 =&gt; 30, ], // MODE_BINARY (all 8-bit values are valid) 5 =&gt; [], ] </span> </dt> <dd>Code character encoding for each mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_CHAR_MODES">CHAR_MODES</a> <span> &nbsp;= [ 1 =&gt; 3, // &#039;^A&#039; (SOH) 2 =&gt; 3, // &#039;^B&#039; (STX) 3 =&gt; 3, // &#039;^C&#039; (ETX) 4 =&gt; 3, // &#039;^D&#039; (EOT) 5 =&gt; 3, // &#039;^E&#039; (ENQ) 6 =&gt; 3, // &#039;^F&#039; (ACK) 7 =&gt; 3, // &#039;^G&#039; (BEL) 8 =&gt; 3, // &#039;^H&#039; (BS) 9 =&gt; 3, // &#039;^I&#039; (HT) 10 =&gt; 3, // &#039;^J&#039; (LF) 11 =&gt; 3, // &#039;^K&#039; (VT) 12 =&gt; 3, // &#039;^L&#039; (FF) 13 =&gt; 3, // &#039;^M&#039; (CR) [3,4] 27 =&gt; 3, // &#039;^[&#039; (ESC) 28 =&gt; 3, // &#039;^\&#039; (FS) 29 =&gt; 3, // &#039;^]&#039; (GS) 30 =&gt; 3, // &#039;^^&#039; (RS) 31 =&gt; 3, // &#039;^_&#039; (US) 32 =&gt; 0, // &#039; &#039; [0,1,2] 33 =&gt; 4, // &#039;!&#039; 34 =&gt; 4, // &#039;&quot;&#039; 35 =&gt; 4, // &#039;#&#039; 36 =&gt; 4, // &#039;$&#039; 37 =&gt; 4, // &#039;%&#039; 38 =&gt; 4, // &#039;&amp;&#039; 39 =&gt; 4, // &#039;&#039;&#039; 40 =&gt; 4, // &#039;(&#039; 41 =&gt; 4, // &#039;)&#039; 42 =&gt; 4, // &#039;*&#039; 43 =&gt; 4, // &#039;+&#039;f 44 =&gt; 2, // &#039;,&#039; [2,4] 45 =&gt; 4, // &#039;-&#039; 46 =&gt; 2, // &#039;.&#039; [2,4] 47 =&gt; 4, // &#039;/&#039; 48 =&gt; 2, // &#039;0&#039; 49 =&gt; 2, // &#039;1&#039; 50 =&gt; 2, // &#039;2&#039; 51 =&gt; 2, // &#039;3&#039; 52 =&gt; 2, // &#039;4&#039; 53 =&gt; 2, // &#039;5&#039; 54 =&gt; 2, // &#039;6&#039; 55 =&gt; 2, // &#039;7&#039; 56 =&gt; 2, // &#039;8&#039; 57 =&gt; 2, // &#039;9&#039; 58 =&gt; 4, // &#039;:&#039; 59 =&gt; 4, // &#039;;&#039; 60 =&gt; 4, // &#039;&lt;&#039; 61 =&gt; 4, // &#039;=&#039; 62 =&gt; 4, // &#039;&gt;&#039; 63 =&gt; 4, // &#039;?&#039; 64 =&gt; 3, // &#039;@&#039; 65 =&gt; 0, // &#039;A&#039; 66 =&gt; 0, // &#039;B&#039; 67 =&gt; 0, // &#039;C&#039; 68 =&gt; 0, // &#039;D&#039; 69 =&gt; 0, // &#039;E&#039; 70 =&gt; 0, // &#039;F&#039; 71 =&gt; 0, // &#039;G&#039; 72 =&gt; 0, // &#039;H&#039; 73 =&gt; 0, // &#039;I&#039; 74 =&gt; 0, // &#039;J&#039; 75 =&gt; 0, // &#039;K&#039; 76 =&gt; 0, // &#039;L&#039; 77 =&gt; 0, // &#039;M&#039; 78 =&gt; 0, // &#039;N&#039; 79 =&gt; 0, // &#039;O&#039; 80 =&gt; 0, // &#039;P&#039; 81 =&gt; 0, // &#039;Q&#039; 82 =&gt; 0, // &#039;R&#039; 83 =&gt; 0, // &#039;S&#039; 84 =&gt; 0, // &#039;T&#039; 85 =&gt; 0, // &#039;U&#039; 86 =&gt; 0, // &#039;V&#039; 87 =&gt; 0, // &#039;W&#039; 88 =&gt; 0, // &#039;X&#039; 89 =&gt; 0, // &#039;Y&#039; 90 =&gt; 0, // &#039;Z&#039; 91 =&gt; 4, // &#039;[&#039; 92 =&gt; 3, // &#039;\&#039; 93 =&gt; 4, // &#039;]&#039; 94 =&gt; 3, // &#039;^&#039; 95 =&gt; 3, // &#039;_&#039; 96 =&gt; 3, // &#039;`&#039; 97 =&gt; 1, // &#039;a&#039; 98 =&gt; 1, // &#039;b&#039; 99 =&gt; 1, // &#039;c&#039; 100 =&gt; 1, // &#039;d&#039; 101 =&gt; 1, // &#039;e&#039; 102 =&gt; 1, // &#039;f&#039; 103 =&gt; 1, // &#039;g&#039; 104 =&gt; 1, // &#039;h&#039; 105 =&gt; 1, // &#039;i&#039; 106 =&gt; 1, // &#039;j&#039; 107 =&gt; 1, // &#039;k&#039; 108 =&gt; 1, // &#039;l&#039; 109 =&gt; 1, // &#039;m&#039; 110 =&gt; 1, // &#039;n&#039; 111 =&gt; 1, // &#039;o&#039; 112 =&gt; 1, // &#039;p&#039; 113 =&gt; 1, // &#039;q&#039; 114 =&gt; 1, // &#039;r&#039; 115 =&gt; 1, // &#039;s&#039; 116 =&gt; 1, // &#039;t&#039; 117 =&gt; 1, // &#039;u&#039; 118 =&gt; 1, // &#039;v&#039; 119 =&gt; 1, // &#039;w&#039; 120 =&gt; 1, // &#039;x&#039; 121 =&gt; 1, // &#039;y&#039; 122 =&gt; 1, // &#039;z&#039; 123 =&gt; 4, // &#039;{&#039; 124 =&gt; 3, // &#039;|&#039; 125 =&gt; 4, // &#039;}&#039; 126 =&gt; 3, // &#039;~&#039; 127 =&gt; 3, ] </span> </dt> <dd>Map character ASCII codes to their non-binary mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_ECI">ECI</a> <span> &nbsp;= [ 0 =&gt; &#039;FNC1&#039;, // Function 1 character 2 =&gt; &#039;Cp437&#039;, // Code page 437 3 =&gt; &#039;ISO-8859-1&#039;, // ISO/IEC 8859-1 - Latin-1 (Default encoding) 4 =&gt; &#039;ISO-8859-2&#039;, // ISO/IEC 8859-2 - Latin-2 5 =&gt; &#039;ISO-8859-3&#039;, // ISO/IEC 8859-3 - Latin-3 6 =&gt; &#039;ISO-8859-4&#039;, // ISO/IEC 8859-4 - Latin-4 7 =&gt; &#039;ISO-8859-5&#039;, // ISO/IEC 8859-5 - Latin/Cyrillic 8 =&gt; &#039;ISO-8859-6&#039;, // ISO/IEC 8859-6 - Latin/Arabic 9 =&gt; &#039;ISO-8859-7&#039;, // ISO/IEC 8859-7 - Latin/Greek 10 =&gt; &#039;ISO-8859-8&#039;, // ISO/IEC 8859-8 - Latin/Hebrew 11 =&gt; &#039;ISO-8859-9&#039;, // ISO/IEC 8859-9 - Latin-5 12 =&gt; &#039;ISO-8859-10&#039;, // ISO/IEC 8859-10 - Latin-6 13 =&gt; &#039;ISO-8859-11&#039;, // ISO/IEC 8859-11 - Latin/Thai 15 =&gt; &#039;ISO-8859-13&#039;, // ISO/IEC 8859-13 - Latin-7 16 =&gt; &#039;ISO-8859-14&#039;, // ISO/IEC 8859-14 - Latin-8 (Celtic) 17 =&gt; &#039;ISO-8859-15&#039;, // ISO/IEC 8859-15 - Latin-9 18 =&gt; &#039;ISO-8859-16&#039;, // ISO/IEC 8859-16 - Latin-10 20 =&gt; &#039;Shift JIS&#039;, // 21 =&gt; &#039;Cp1250&#039;, // Windows-1250 - Superset of Latin-2 22 =&gt; &#039;Cp1251&#039;, // Windows-1251 - Latin/Cyrillic 23 =&gt; &#039;Cp1252&#039;, // Windows-1252 - Superset of Latin-1 24 =&gt; &#039;Cp1256&#039;, // Windows-1256 - Arabic 25 =&gt; &#039;UTF-16BE&#039;, // UnicodeBig, UnicodeBigUnmarked 26 =&gt; &#039;UTF-8&#039;, // 27 =&gt; &#039;US-ASCII&#039;, // 28 =&gt; &#039;Big5&#039;, // 29 =&gt; &#039;GB18030&#039;, // GB2312, EUC_CN, GBK 30 =&gt; &#039;EUC-KR&#039;, ] </span> </dt> <dd>Extended Channel Interpretation (ECI) codes.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_LATCH_MAP">LATCH_MAP</a> <span> &nbsp;= [ // MODE_UPPER 0 =&gt; [ 1 =&gt; [[5, 28]], // -&gt; LOWER 2 =&gt; [[5, 30]], // -&gt; DIGIT 3 =&gt; [[5, 29]], // -&gt; MIXED 4 =&gt; [[5, 29], [5, 30]], ], // MODE_LOWER 1 =&gt; [ 0 =&gt; [[5, 30], [4, 14]], // -&gt; DIGIT -&gt; UPPER 2 =&gt; [[5, 30]], // -&gt; DIGIT 3 =&gt; [[5, 29]], // -&gt; MIXED 4 =&gt; [[5, 29], [5, 30]], ], // MODE_DIGIT 2 =&gt; [ 0 =&gt; [[4, 14]], // -&gt; UPPER 1 =&gt; [[4, 14], [5, 28]], // -&gt; UPPER -&gt; LOWER 3 =&gt; [[4, 14], [5, 29]], // -&gt; UPPER -&gt; MIXED 4 =&gt; [[4, 14], [5, 29], [5, 30]], ], // MODE_MIXED 3 =&gt; [ 0 =&gt; [[5, 29]], // -&gt; UPPER 1 =&gt; [[5, 28]], // -&gt; LOWER 2 =&gt; [[5, 29], [5, 30]], // -&gt; UPPER -&gt; DIGIT 4 =&gt; [[5, 30]], ], // MODE_PUNCT 4 =&gt; [ 0 =&gt; [[5, 31]], // -&gt; UPPER 1 =&gt; [[5, 31], [5, 28]], // -&gt; UPPER -&gt; LOWER 2 =&gt; [[5, 31], [5, 30]], // -&gt; UPPER -&gt; DIGIT 3 =&gt; [[5, 31], [5, 29]], ], ] </span> </dt> <dd>Latch map for changing character encoding mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_BINARY">MODE_BINARY</a> <span> &nbsp;= 5 </span> </dt> <dd>Code character encoding mode for binary.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_BITS">MODE_BITS</a> <span> &nbsp;= [ 5, // 0 = MODE_UPPER 5, // 1 = MODE_LOWER 4, // 2 = MODE_DIGIT 5, // 3 = MODE_MIXED 5, // 4 = MODE_PUNCT 8, ] </span> </dt> <dd>Number of bits for each character encoding mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_DIGIT">MODE_DIGIT</a> <span> &nbsp;= 2 </span> </dt> <dd>Code character encoding mode for digits.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_LOWER">MODE_LOWER</a> <span> &nbsp;= 1 </span> </dt> <dd>Code character encoding mode for lowercase letters.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_MIXED">MODE_MIXED</a> <span> &nbsp;= 3 </span> </dt> <dd>Code character encoding mode for mixed cases.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_PUNCT">MODE_PUNCT</a> <span> &nbsp;= 4 </span> </dt> <dd>Code character encoding mode for punctuation.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_MODE_UPPER">MODE_UPPER</a> <span> &nbsp;= 0 </span> </dt> <dd>Code character encoding mode for uppercase letters.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_SHIFT_MAP">SHIFT_MAP</a> <span> &nbsp;= [ // MODE_UPPER 0 =&gt; [ 1 =&gt; [], 2 =&gt; [], 3 =&gt; [], 4 =&gt; [[5, 0]], // -&gt; PUNCT 5 =&gt; [[5, 31]], ], // MODE_LOWER 1 =&gt; [ 0 =&gt; [[5, 28]], // -&gt; UPPER 2 =&gt; [], 3 =&gt; [], 4 =&gt; [[5, 0]], // -&gt; PUNCT 5 =&gt; [[5, 31]], ], // MODE_DIGIT 2 =&gt; [ 0 =&gt; [[4, 15]], // -&gt; UPPER 1 =&gt; [], 3 =&gt; [], 4 =&gt; [[4, 0]], // -&gt; PUNCT 5 =&gt; [[4, 14], [5, 31]], ], // MODE_MIXED 3 =&gt; [ 0 =&gt; [], 1 =&gt; [], 2 =&gt; [], 4 =&gt; [[5, 0]], // -&gt; PUNCT 5 =&gt; [[5, 31]], ], // MODE_PUNCT 4 =&gt; [0 =&gt; [], 1 =&gt; [], 2 =&gt; [], 3 =&gt; [], 5 =&gt; [[5, 31], [5, 31]]], ] </span> </dt> <dd>Shift map for changing character encoding mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_SIZE_COMPACT">SIZE_COMPACT</a> <span> &nbsp;= [1 =&gt; [15, 17, 6, 102, 13, 12, 6], 2 =&gt; [19, 40, 6, 240, 40, 33, 19], 3 =&gt; [23, 51, 8, 408, 70, 57, 33], 4 =&gt; [27, 76, 8, 608, 110, 89, 53]] </span> </dt> <dd>Size and capacities of Aztec Compact Code symbols by number of layers.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_SIZE_FULL">SIZE_FULL</a> <span> &nbsp;= [1 =&gt; [19, 21, 6, 126, 18, 15, 8], 2 =&gt; [23, 48, 6, 288, 49, 40, 24], 3 =&gt; [27, 60, 8, 480, 84, 68, 40], 4 =&gt; [31, 88, 8, 704, 128, 104, 62], 5 =&gt; [37, 120, 8, 960, 178, 144, 87], 6 =&gt; [41, 156, 8, 1248, 232, 187, 114], 7 =&gt; [45, 196, 8, 1568, 294, 236, 145], 8 =&gt; [49, 240, 8, 1920, 362, 291, 179], 9 =&gt; [53, 230, 10, 2300, 433, 348, 214], 10 =&gt; [57, 272, 10, 2720, 516, 414, 256], 11 =&gt; [61, 316, 10, 3160, 601, 482, 298], 12 =&gt; [67, 364, 10, 3640, 691, 554, 343], 13 =&gt; [71, 416, 10, 4160, 793, 636, 394], 14 =&gt; [75, 470, 10, 4700, 896, 718, 446], 15 =&gt; [79, 528, 10, 5280, 1008, 808, 502], 16 =&gt; [83, 588, 10, 5880, 1123, 900, 559], 17 =&gt; [87, 652, 10, 6520, 1246, 998, 621], 18 =&gt; [91, 720, 10, 7200, 1378, 1104, 687], 19 =&gt; [95, 790, 10, 7900, 1511, 1210, 753], 20 =&gt; [101, 864, 10, 8640, 1653, 1324, 824], 21 =&gt; [105, 940, 10, 9400, 1801, 1442, 898], 22 =&gt; [109, 1020, 10, 10200, 1956, 1566, 976], 23 =&gt; [113, 920, 12, 11040, 2116, 1694, 1056], 24 =&gt; [117, 992, 12, 11904, 2281, 1826, 1138], 25 =&gt; [121, 1066, 12, 12792, 2452, 1963, 1224], 26 =&gt; [125, 1144, 12, 13728, 2632, 2107, 1314], 27 =&gt; [131, 1224, 12, 14688, 2818, 2256, 1407], 28 =&gt; [135, 1306, 12, 15672, 3007, 2407, 1501], 29 =&gt; [139, 1392, 12, 16704, 3205, 2565, 1600], 30 =&gt; [143, 1480, 12, 17760, 3409, 2728, 1702], 31 =&gt; [147, 1570, 12, 18840, 3616, 2894, 1806], 32 =&gt; [151, 1664, 12, 19968, 3832, 3067, 1914]] </span> </dt> <dd>Size and capacities of Aztec Full-range Code symbols by number of layers.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_CHAR_ENC"> CHAR_ENC <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data#constant_CHAR_ENC" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data"><abbr title="src/Type/Square/Aztec/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">95</span> </aside> <p class="phpdocumentor-summary">Code character encoding for each mode.</p>classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream">Bitstream</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Encode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode"><abbr title="src/Type/Square/Aztec/Encode.php">Encode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\Encode</p> <section class="phpdocumentor-description"><p>Encode for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Aztec main encoder.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#method_getGrid">getGrid()</a> <span> &nbsp;: array&lt;int, array&lt;string|int, int&gt;&gt; </span> </dt> <dd>Returns the bidimensional grid containing the encoded data.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Encode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode"><abbr title="src/Type/Square/Aztec/Encode.php">Encode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">57</span> </aside> <p class="phpdocumentor-summary">Aztec main encoder.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$code</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ecc</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">33</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$eci</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">0</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hint</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'A'</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mode</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'A'</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$code</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>The code to encode.</p>classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrectionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ErrorCorrection <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/ErrorCorrection.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection"><abbr title="src/Type/Square/Aztec/ErrorCorrection.php">ErrorCorrection.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection</p> <section class="phpdocumentor-description"><p>ErrorCorrection for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize the the Reed-Solomon Error Correction.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#method_checkwords">checkwords()</a> <span> &nbsp;: array&lt;string|int, int&gt; </span> </dt> <dd>Returns the Reed-Solomon Error Correction Codewords added to the input data.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/ErrorCorrection.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection"><abbr title="src/Type/Square/Aztec/ErrorCorrection.php">ErrorCorrection.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">85</span> </aside> <p class="phpdocumentor-summary">Initialize the the Reed-Solomon Error Correction.</p>classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layershttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec">Aztec</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Layers <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Codeword">Codeword</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Aztec/Layers.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers"><abbr title="src/Type/Square/Aztec/Layers.php">Layers.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Aztec\Layers</p> <section class="phpdocumentor-description"><p>Layers for Aztec Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Layers.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Barcode-Type-Square-Datamatrixhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Datamatrix <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix"><abbr title="src/Type/Square/Datamatrix.php">Datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix</p> <section class="phpdocumentor-description"><p>Datamatrix Barcode type class DATAMATRIX (ISO/IEC 16022)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Data <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data"><abbr title="src/Type/Square/Datamatrix/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Data</p> <section class="phpdocumentor-description"><p>Data for Datamatrix Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_CHSET">CHSET</a> <span> &nbsp;= [&#039;C40&#039; =&gt; [ // Basic set for C40 &#039;S1&#039; =&gt; 0x0, &#039;S2&#039; =&gt; 0x1, &#039;S3&#039; =&gt; 0x2, 0x20 =&gt; 0x3, 0x30 =&gt; 0x4, 0x31 =&gt; 0x5, 0x32 =&gt; 0x6, 0x33 =&gt; 0x7, 0x34 =&gt; 0x8, 0x35 =&gt; 0x9, 0x36 =&gt; 0xa, 0x37 =&gt; 0xb, 0x38 =&gt; 0xc, 0x39 =&gt; 0xd, 0x41 =&gt; 0xe, 0x42 =&gt; 0xf, 0x43 =&gt; 0x10, 0x44 =&gt; 0x11, 0x45 =&gt; 0x12, 0x46 =&gt; 0x13, 0x47 =&gt; 0x14, 0x48 =&gt; 0x15, 0x49 =&gt; 0x16, 0x4a =&gt; 0x17, 0x4b =&gt; 0x18, 0x4c =&gt; 0x19, 0x4d =&gt; 0x1a, 0x4e =&gt; 0x1b, 0x4f =&gt; 0x1c, 0x50 =&gt; 0x1d, 0x51 =&gt; 0x1e, 0x52 =&gt; 0x1f, 0x53 =&gt; 0x20, 0x54 =&gt; 0x21, 0x55 =&gt; 0x22, 0x56 =&gt; 0x23, 0x57 =&gt; 0x24, 0x58 =&gt; 0x25, 0x59 =&gt; 0x26, 0x5a =&gt; 0x27, ], &#039;TXT&#039; =&gt; [ // Basic set for TEXT &#039;S1&#039; =&gt; 0x0, &#039;S2&#039; =&gt; 0x1, &#039;S3&#039; =&gt; 0x2, 0x20 =&gt; 0x3, 0x30 =&gt; 0x4, 0x31 =&gt; 0x5, 0x32 =&gt; 0x6, 0x33 =&gt; 0x7, 0x34 =&gt; 0x8, 0x35 =&gt; 0x9, 0x36 =&gt; 0xa, 0x37 =&gt; 0xb, 0x38 =&gt; 0xc, 0x39 =&gt; 0xd, 0x61 =&gt; 0xe, 0x62 =&gt; 0xf, 0x63 =&gt; 0x10, 0x64 =&gt; 0x11, 0x65 =&gt; 0x12, 0x66 =&gt; 0x13, 0x67 =&gt; 0x14, 0x68 =&gt; 0x15, 0x69 =&gt; 0x16, 0x6a =&gt; 0x17, 0x6b =&gt; 0x18, 0x6c =&gt; 0x19, 0x6d =&gt; 0x1a, 0x6e =&gt; 0x1b, 0x6f =&gt; 0x1c, 0x70 =&gt; 0x1d, 0x71 =&gt; 0x1e, 0x72 =&gt; 0x1f, 0x73 =&gt; 0x20, 0x74 =&gt; 0x21, 0x75 =&gt; 0x22, 0x76 =&gt; 0x23, 0x77 =&gt; 0x24, 0x78 =&gt; 0x25, 0x79 =&gt; 0x26, 0x7a =&gt; 0x27, ], &#039;SH1&#039; =&gt; [ // Shift 1 set 0x0 =&gt; 0x0, 0x1 =&gt; 0x1, 0x2 =&gt; 0x2, 0x3 =&gt; 0x3, 0x4 =&gt; 0x4, 0x5 =&gt; 0x5, 0x6 =&gt; 0x6, 0x7 =&gt; 0x7, 0x8 =&gt; 0x8, 0x9 =&gt; 0x9, 0xa =&gt; 0xa, 0xb =&gt; 0xb, 0xc =&gt; 0xc, 0xd =&gt; 0xd, 0xe =&gt; 0xe, 0xf =&gt; 0xf, 0x10 =&gt; 0x10, 0x11 =&gt; 0x11, 0x12 =&gt; 0x12, 0x13 =&gt; 0x13, 0x14 =&gt; 0x14, 0x15 =&gt; 0x15, 0x16 =&gt; 0x16, 0x17 =&gt; 0x17, 0x18 =&gt; 0x18, 0x19 =&gt; 0x19, 0x1a =&gt; 0x1a, 0x1b =&gt; 0x1b, 0x1c =&gt; 0x1c, 0x1d =&gt; 0x1d, 0x1e =&gt; 0x1e, 0x1f =&gt; 0x1f, ], &#039;SH2&#039; =&gt; [ // Shift 2 set 0x21 =&gt; 0x0, 0x22 =&gt; 0x1, 0x23 =&gt; 0x2, 0x24 =&gt; 0x3, 0x25 =&gt; 0x4, 0x26 =&gt; 0x5, 0x27 =&gt; 0x6, 0x28 =&gt; 0x7, 0x29 =&gt; 0x8, 0x2a =&gt; 0x9, 0x2b =&gt; 0xa, 0x2c =&gt; 0xb, 0x2d =&gt; 0xc, 0x2e =&gt; 0xd, 0x2f =&gt; 0xe, 0x3a =&gt; 0xf, 0x3b =&gt; 0x10, 0x3c =&gt; 0x11, 0x3d =&gt; 0x12, 0x3e =&gt; 0x13, 0x3f =&gt; 0x14, 0x40 =&gt; 0x15, 0x5b =&gt; 0x16, 0x5c =&gt; 0x17, 0x5d =&gt; 0x18, 0x5e =&gt; 0x19, 0x5f =&gt; 0x1a, &#039;F1&#039; =&gt; 0x1b, &#039;US&#039; =&gt; 0x1e, ], &#039;S3C&#039; =&gt; [ // Shift 3 set for C40 0x60 =&gt; 0x0, 0x61 =&gt; 0x1, 0x62 =&gt; 0x2, 0x63 =&gt; 0x3, 0x64 =&gt; 0x4, 0x65 =&gt; 0x5, 0x66 =&gt; 0x6, 0x67 =&gt; 0x7, 0x68 =&gt; 0x8, 0x69 =&gt; 0x9, 0x6a =&gt; 0xa, 0x6b =&gt; 0xb, 0x6c =&gt; 0xc, 0x6d =&gt; 0xd, 0x6e =&gt; 0xe, 0x6f =&gt; 0xf, 0x70 =&gt; 0x10, 0x71 =&gt; 0x11, 0x72 =&gt; 0x12, 0x73 =&gt; 0x13, 0x74 =&gt; 0x14, 0x75 =&gt; 0x15, 0x76 =&gt; 0x16, 0x77 =&gt; 0x17, 0x78 =&gt; 0x18, 0x79 =&gt; 0x19, 0x7a =&gt; 0x1a, 0x7b =&gt; 0x1b, 0x7c =&gt; 0x1c, 0x7d =&gt; 0x1d, 0x7e =&gt; 0x1e, 0x7f =&gt; 0x1f, ], &#039;S3T&#039; =&gt; [ // Shift 3 set for TEXT 0x60 =&gt; 0x0, 0x41 =&gt; 0x1, 0x42 =&gt; 0x2, 0x43 =&gt; 0x3, 0x44 =&gt; 0x4, 0x45 =&gt; 0x5, 0x46 =&gt; 0x6, 0x47 =&gt; 0x7, 0x48 =&gt; 0x8, 0x49 =&gt; 0x9, 0x4a =&gt; 0xa, 0x4b =&gt; 0xb, 0x4c =&gt; 0xc, 0x4d =&gt; 0xd, 0x4e =&gt; 0xe, 0x4f =&gt; 0xf, 0x50 =&gt; 0x10, 0x51 =&gt; 0x11, 0x52 =&gt; 0x12, 0x53 =&gt; 0x13, 0x54 =&gt; 0x14, 0x55 =&gt; 0x15, 0x56 =&gt; 0x16, 0x57 =&gt; 0x17, 0x58 =&gt; 0x18, 0x59 =&gt; 0x19, 0x5a =&gt; 0x1a, 0x7b =&gt; 0x1b, 0x7c =&gt; 0x1c, 0x7d =&gt; 0x1d, 0x7e =&gt; 0x1e, 0x7f =&gt; 0x1f, ], &#039;X12&#039; =&gt; [ // Set for X12 0xd =&gt; 0x0, 0x2a =&gt; 0x1, 0x3e =&gt; 0x2, 0x20 =&gt; 0x3, 0x30 =&gt; 0x4, 0x31 =&gt; 0x5, 0x32 =&gt; 0x6, 0x33 =&gt; 0x7, 0x34 =&gt; 0x8, 0x35 =&gt; 0x9, 0x36 =&gt; 0xa, 0x37 =&gt; 0xb, 0x38 =&gt; 0xc, 0x39 =&gt; 0xd, 0x41 =&gt; 0xe, 0x42 =&gt; 0xf, 0x43 =&gt; 0x10, 0x44 =&gt; 0x11, 0x45 =&gt; 0x12, 0x46 =&gt; 0x13, 0x47 =&gt; 0x14, 0x48 =&gt; 0x15, 0x49 =&gt; 0x16, 0x4a =&gt; 0x17, 0x4b =&gt; 0x18, 0x4c =&gt; 0x19, 0x4d =&gt; 0x1a, 0x4e =&gt; 0x1b, 0x4f =&gt; 0x1c, 0x50 =&gt; 0x1d, 0x51 =&gt; 0x1e, 0x52 =&gt; 0x1f, 0x53 =&gt; 0x20, 0x54 =&gt; 0x21, 0x55 =&gt; 0x22, 0x56 =&gt; 0x23, 0x57 =&gt; 0x24, 0x58 =&gt; 0x25, 0x59 =&gt; 0x26, 0x5a =&gt; 0x27, ]] </span> </dt> <dd>Basic set of characters for each encodation mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_CHSET_ID">CHSET_ID</a> <span> &nbsp;= [self::ENC_C40 =&gt; &#039;C40&#039;, self::ENC_TXT =&gt; &#039;TXT&#039;, self::ENC_X12 =&gt; &#039;X12&#039;] </span> </dt> <dd>Map encodation modes whit character sets.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_ASCII">ENC_ASCII</a> <span> &nbsp;= 0 </span> </dt> <dd>ASCII encoding: ASCII character 0 to 127 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_ASCII_EXT">ENC_ASCII_EXT</a> <span> &nbsp;= 6 </span> </dt> <dd>ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_ASCII_NUM">ENC_ASCII_NUM</a> <span> &nbsp;= 7 </span> </dt> <dd>ASCII number encoding: ASCII digits (2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_BASE256">ENC_BASE256</a> <span> &nbsp;= 5 </span> </dt> <dd>BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_C40">ENC_C40</a> <span> &nbsp;= 1 </span> </dt> <dd>C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_EDF">ENC_EDF</a> <span> &nbsp;= 4 </span> </dt> <dd>EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_TXT">ENC_TXT</a> <span> &nbsp;= 2 </span> </dt> <dd>TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENC_X12">ENC_X12</a> <span> &nbsp;= 3 </span> </dt> <dd>X12 encoding: ANSI X12 (3/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_ENCOPTS">ENCOPTS</a> <span> &nbsp;= [&#039;ASCII&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_ASCII, &#039;C40&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_C40, &#039;TXT&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_TXT, &#039;X12&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_X12, &#039;EDF&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_EDF, &#039;BASE256&#039; =&gt; \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_BASE256] </span> </dt> <dd>Encoding options that can be specified as input parameter.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_SWITCHCDW">SWITCHCDW</a> <span> &nbsp;= [\Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_ASCII =&gt; 254, \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_C40 =&gt; 230, \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_TXT =&gt; 239, \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_X12 =&gt; 238, \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_EDF =&gt; 240, \Com\Tecnick\Barcode\Type\Square\Datamatrix\Data::ENC_BASE256 =&gt; 231] </span> </dt> <dd>Switch codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_SYMBATTR">SYMBATTR</a> <span> &nbsp;= [&#039;S&#039; =&gt; [ // square form // 10x10 [0xa, 0xa, 0x8, 0x8, 0xa, 0xa, 0x8, 0x8, 0x1, 0x1, 0x1, 0x3, 0x5, 0x1, 0x3, 0x5], // 12x12 [0xc, 0xc, 0xa, 0xa, 0xc, 0xc, 0xa, 0xa, 0x1, 0x1, 0x1, 0x5, 0x7, 0x1, 0x5, 0x7], // 14x14 [0xe, 0xe, 0xc, 0xc, 0xe, 0xe, 0xc, 0xc, 0x1, 0x1, 0x1, 0x8, 0xa, 0x1, 0x8, 0xa], // 16x16 [0x10, 0x10, 0xe, 0xe, 0x10, 0x10, 0xe, 0xe, 0x1, 0x1, 0x1, 0xc, 0xc, 0x1, 0xc, 0xc], // 18x18 [0x12, 0x12, 0x10, 0x10, 0x12, 0x12, 0x10, 0x10, 0x1, 0x1, 0x1, 0x12, 0xe, 0x1, 0x12, 0xe], // 20x20 [0x14, 0x14, 0x12, 0x12, 0x14, 0x14, 0x12, 0x12, 0x1, 0x1, 0x1, 0x16, 0x12, 0x1, 0x16, 0x12], // 22x22 [0x16, 0x16, 0x14, 0x14, 0x16, 0x16, 0x14, 0x14, 0x1, 0x1, 0x1, 0x1e, 0x14, 0x1, 0x1e, 0x14], // 24x24 [0x18, 0x18, 0x16, 0x16, 0x18, 0x18, 0x16, 0x16, 0x1, 0x1, 0x1, 0x24, 0x18, 0x1, 0x24, 0x18], // 26x26 [0x1a, 0x1a, 0x18, 0x18, 0x1a, 0x1a, 0x18, 0x18, 0x1, 0x1, 0x1, 0x2c, 0x1c, 0x1, 0x2c, 0x1c], // 32x32 [0x20, 0x20, 0x1c, 0x1c, 0x10, 0x10, 0xe, 0xe, 0x2, 0x2, 0x4, 0x3e, 0x24, 0x1, 0x3e, 0x24], // 36x36 [0x24, 0x24, 0x20, 0x20, 0x12, 0x12, 0x10, 0x10, 0x2, 0x2, 0x4, 0x56, 0x2a, 0x1, 0x56, 0x2a], // 40x40 [0x28, 0x28, 0x24, 0x24, 0x14, 0x14, 0x12, 0x12, 0x2, 0x2, 0x4, 0x72, 0x30, 0x1, 0x72, 0x30], // 44x44 [0x2c, 0x2c, 0x28, 0x28, 0x16, 0x16, 0x14, 0x14, 0x2, 0x2, 0x4, 0x90, 0x38, 0x1, 0x90, 0x38], // 48x48 [0x30, 0x30, 0x2c, 0x2c, 0x18, 0x18, 0x16, 0x16, 0x2, 0x2, 0x4, 0xae, 0x44, 0x1, 0xae, 0x44], // 52x52 [0x34, 0x34, 0x30, 0x30, 0x1a, 0x1a, 0x18, 0x18, 0x2, 0x2, 0x4, 0xcc, 0x54, 0x2, 0x66, 0x2a], // 64x64 [0x40, 0x40, 0x38, 0x38, 0x10, 0x10, 0xe, 0xe, 0x4, 0x4, 0x10, 0x118, 0x70, 0x2, 0x8c, 0x38], // 72x72 [0x48, 0x48, 0x40, 0x40, 0x12, 0x12, 0x10, 0x10, 0x4, 0x4, 0x10, 0x170, 0x90, 0x4, 0x5c, 0x24], // 80x80 [0x50, 0x50, 0x48, 0x48, 0x14, 0x14, 0x12, 0x12, 0x4, 0x4, 0x10, 0x1c8, 0xc0, 0x4, 0x72, 0x30], // 88x88 [0x58, 0x58, 0x50, 0x50, 0x16, 0x16, 0x14, 0x14, 0x4, 0x4, 0x10, 0x240, 0xe0, 0x4, 0x90, 0x38], // 96x96 [0x60, 0x60, 0x58, 0x58, 0x18, 0x18, 0x16, 0x16, 0x4, 0x4, 0x10, 0x2b8, 0x110, 0x4, 0xae, 0x44], // 104x104 [0x68, 0x68, 0x60, 0x60, 0x1a, 0x1a, 0x18, 0x18, 0x4, 0x4, 0x10, 0x330, 0x150, 0x6, 0x88, 0x38], // 120x120 [0x78, 0x78, 0x6c, 0x6c, 0x14, 0x14, 0x12, 0x12, 0x6, 0x6, 0x24, 0x41a, 0x198, 0x6, 0xaf, 0x44], // 132x132 [0x84, 0x84, 0x78, 0x78, 0x16, 0x16, 0x14, 0x14, 0x6, 0x6, 0x24, 0x518, 0x1f0, 0x8, 0xa3, 0x3e], // 144x144 [0x90, 0x90, 0x84, 0x84, 0x18, 0x18, 0x16, 0x16, 0x6, 0x6, 0x24, 0x618, 0x26c, 0xa, 0x9c, 0x3e], ], &#039;R&#039; =&gt; [ // rectangular form // 8x18 [0x8, 0x12, 0x6, 0x10, 0x8, 0x12, 0x6, 0x10, 0x1, 0x1, 0x1, 0x5, 0x7, 0x1, 0x5, 0x7], // 8x32 [0x8, 0x20, 0x6, 0x1c, 0x8, 0x10, 0x6, 0xe, 0x1, 0x2, 0x2, 0xa, 0xb, 0x1, 0xa, 0xb], // 12x26 [0xc, 0x1a, 0xa, 0x18, 0xc, 0x1a, 0xa, 0x18, 0x1, 0x1, 0x1, 0x10, 0xe, 0x1, 0x10, 0xe], // 12x36 [0xc, 0x24, 0xa, 0x20, 0xc, 0x12, 0xa, 0x10, 0x1, 0x2, 0x2, 0xc, 0x12, 0x1, 0xc, 0x12], // 16x36 [0x10, 0x24, 0xe, 0x20, 0x10, 0x12, 0xe, 0x10, 0x1, 0x2, 0x2, 0x20, 0x18, 0x1, 0x20, 0x18], // 16x48 [0x10, 0x30, 0xe, 0x2c, 0x10, 0x18, 0xe, 0x16, 0x1, 0x2, 0x2, 0x31, 0x1c, 0x1, 0x31, 0x1c], ]] </span> </dt> <dd>Table of Data Matrix ECC 200 Symbol Attributes: &lt;ul&gt;&lt;li&gt;SHAPE&lt;ul&gt; &lt;li&gt;total matrix rows (including finder pattern)&lt;/li&gt; &lt;li&gt;total matrix cols (including finder pattern)&lt;/li&gt; &lt;li&gt;total matrix rows (without finder pattern)&lt;/li&gt; &lt;li&gt;total matrix cols (without finder pattern)&lt;/li&gt; &lt;li&gt;region data rows (with finder pattern)&lt;/li&gt; &lt;li&gt;region data col (with finder pattern)&lt;/li&gt; &lt;li&gt;region data rows (without finder pattern)&lt;/li&gt; &lt;li&gt;region data col (without finder pattern)&lt;/li&gt; &lt;li&gt;horizontal regions&lt;/li&gt; &lt;li&gt;vertical regions&lt;/li&gt; &lt;li&gt;regions&lt;/li&gt; &lt;li&gt;data codewords&lt;/li&gt; &lt;li&gt;error codewords&lt;/li&gt; &lt;li&gt;blocks&lt;/li&gt; &lt;li&gt;data codewords per block&lt;/li&gt; &lt;li&gt;error codewords per block&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#method_getPaddingSize">getPaddingSize()</a> <span> &nbsp;: array{int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int} </span> </dt> <dd>Get the required codewords padding size</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_CHSET"> CHSET <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data#constant_CHSET" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data"><abbr title="src/Type/Square/Datamatrix/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">738</span> </aside> <p class="phpdocumentor-summary">Basic set of characters for each encodation mode.</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\EncodeTxt">EncodeTxt</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Encode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode"><abbr title="src/Type/Square/Datamatrix/Encode.php">Encode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode</p> <section class="phpdocumentor-description"><p>Datamatrix Barcode type class DATAMATRIX (ISO/IEC 16022)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc">$last_enc</a> <span> &nbsp;: int </span> </dt> <dd>Store last used encoding for data codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_shape">$shape</a> <span> &nbsp;: string </span> </dt> <dd>Datamatrix shape key (S=square, R=rectangular)</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new encode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#method_encodeASCII">encodeASCII()</a> <span> &nbsp;: void </span> </dt> <dd>Encode ASCII</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#method_encodeBase256">encodeBase256()</a> <span> &nbsp;: void </span> </dt> <dd>Encode Base256</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#method_encodeEDF">encodeEDF()</a> <span> &nbsp;: void </span> </dt> <dd>Encode EDF</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#method_encodeEDFfour">encodeEDFfour()</a> <span> &nbsp;: bool </span> </dt> <dd>Encode EDF4</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXT">encodeTXT()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXT</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40">encodeTXTC40()</a> <span> &nbsp;: int </span> </dt> <dd>Encode TXTC40</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40last">encodeTXTC40last()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXTC40 last The following rules apply when only one or two symbol characters remain in the symbol before the start of the error correction codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40shift">encodeTXTC40shift()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXTC40 shift</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_get253StateCodeword">get253StateCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Return the 253-state codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap">getPlacementMap()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Build a placement map.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_getSwitchEncodingCodeword">getSwitchEncodingCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Get the switching codeword to a new encoding mode (latch codeword)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#method_lookAheadTest">lookAheadTest()</a> <span> &nbsp;: int </span> </dt> <dd>The look-ahead test scans the data to be encoded to find the best mode (Annex P - steps from J to S).</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_last_enc"> $last_enc <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Modes.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes"><abbr title="src/Type/Square/Datamatrix/Modes.php">Modes.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Store last used encoding for data codewords.</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EncodeTxt <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps">Steps</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/EncodeTxt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt"><abbr title="src/Type/Square/Datamatrix/EncodeTxt.php">EncodeTxt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Encodetxt</p> <section class="phpdocumentor-description"><p>Datamatrix Barcode type class DATAMATRIX (ISO/IEC 16022)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc">$last_enc</a> <span> &nbsp;: int </span> </dt> <dd>Store last used encoding for data codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_shape">$shape</a> <span> &nbsp;: string </span> </dt> <dd>Datamatrix shape key (S=square, R=rectangular)</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXT">encodeTXT()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXT</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40">encodeTXTC40()</a> <span> &nbsp;: int </span> </dt> <dd>Encode TXTC40</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40last">encodeTXTC40last()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXTC40 last The following rules apply when only one or two symbol characters remain in the symbol before the start of the error correction codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#method_encodeTXTC40shift">encodeTXTC40shift()</a> <span> &nbsp;: void </span> </dt> <dd>Encode TXTC40 shift</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_get253StateCodeword">get253StateCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Return the 253-state codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap">getPlacementMap()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Build a placement map.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_getSwitchEncodingCodeword">getSwitchEncodingCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Get the switching codeword to a new encoding mode (latch codeword)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#method_lookAheadTest">lookAheadTest()</a> <span> &nbsp;: int </span> </dt> <dd>The look-ahead test scans the data to be encoded to find the best mode (Annex P - steps from J to S).</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_last_enc"> $last_enc <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Modes.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes"><abbr title="src/Type/Square/Datamatrix/Modes.php">Modes.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Store last used encoding for data codewords.</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrectionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ErrorCorrection <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/ErrorCorrection.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection"><abbr title="src/Type/Square/Datamatrix/ErrorCorrection.php">ErrorCorrection.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection</p> <section class="phpdocumentor-description"><p>Error correction methods and other utilities for Datamatrix Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#method_getErrorCorrection">getErrorCorrection()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Add error correction codewords to data codewords array (ANNEX E).</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getErrorCorrection"> getErrorCorrection() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection#method_getErrorCorrection" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/ErrorCorrection.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection"><abbr title="src/Type/Square/Datamatrix/ErrorCorrection.php">ErrorCorrection.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">71</span> </aside> <p class="phpdocumentor-summary">Add error correction codewords to data codewords array (ANNEX E).</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modeshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Modes <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement">Placement</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Modes.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes"><abbr title="src/Type/Square/Datamatrix/Modes.php">Modes.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes</p> <section class="phpdocumentor-description"><p>Modes for Datamatrix Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc">$last_enc</a> <span> &nbsp;: int </span> </dt> <dd>Store last used encoding for data codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_shape">$shape</a> <span> &nbsp;: string </span> </dt> <dd>Datamatrix shape key (S=square, R=rectangular)</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_get253StateCodeword">get253StateCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Return the 253-state codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap">getPlacementMap()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Build a placement map.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_getSwitchEncodingCodeword">getSwitchEncodingCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Get the switching codeword to a new encoding mode (latch codeword)</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_last_enc"> $last_enc <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Modes.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes"><abbr title="src/Type/Square/Datamatrix/Modes.php">Modes.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Store last used encoding for data codewords.</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placementhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Placement <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Placement.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement"><abbr title="src/Type/Square/Datamatrix/Placement.php">Placement.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement</p> <section class="phpdocumentor-description"><p>Placement methods for Datamatrix Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap">getPlacementMap()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Build a placement map.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getPlacementMap"> getPlacementMap() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Placement.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement"><abbr title="src/Type/Square/Datamatrix/Placement.php">Placement.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">331</span> </aside> <p class="phpdocumentor-summary">Build a placement map.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getPlacementMap</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$nrow</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ncol</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, int&gt;</span></code> <div class="phpdocumentor-label-line"> </div> <section class="phpdocumentor-description"><p>(Annex F - ECC 200 symbol character placement)</p>classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Stepshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix">Datamatrix</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Steps <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes">Modes</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Steps.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps"><abbr title="src/Type/Square/Datamatrix/Steps.php">Steps.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps</p> <section class="phpdocumentor-description"><p>Steps methods for Datamatrix Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc">$last_enc</a> <span> &nbsp;: int </span> </dt> <dd>Store last used encoding for data codewords.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_shape">$shape</a> <span> &nbsp;: string </span> </dt> <dd>Datamatrix shape key (S=square, R=rectangular)</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_get253StateCodeword">get253StateCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Return the 253-state codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement#method_getPlacementMap">getPlacementMap()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Build a placement map.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#method_getSwitchEncodingCodeword">getSwitchEncodingCodeword()</a> <span> &nbsp;: int </span> </dt> <dd>Get the switching codeword to a new encoding mode (latch codeword)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#method_lookAheadTest">lookAheadTest()</a> <span> &nbsp;: int </span> </dt> <dd>The look-ahead test scans the data to be encoded to find the best mode (Annex P - steps from J to S).</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_last_enc"> $last_enc <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes#property_last_enc" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Datamatrix/Modes.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes"><abbr title="src/Type/Square/Datamatrix/Modes.php">Modes.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Store last used encoding for data codewords.</p>classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSevenhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> PdfFourOneSeven <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction">Compaction</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/PdfFourOneSeven.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven"><abbr title="src/Type/Square/PdfFourOneSeven.php">PdfFourOneSeven.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven</p> <section class="phpdocumentor-description"><p>PdfFourOneSeven Barcode type class PDF417 (ISO/IEC 15438:2006)</p> <p>PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991. It is one of the most popular 2D codes because of its ability to be read with slightly modified handheld laser or linear CCD scanners. TECHNICAL DATA / FEATURES OF PDF417: Encodable Character Set: All 128 ASCII Characters (including extended) Code Type: Continuous, Multi-Row Symbol Height: 3 - 90 Rows Symbol Width: 90X - 583X Bidirectional Decoding: Yes Error Correction Characters: 2 - 512 Maximum Data Characters: 1850 text, 2710 digits, 1108 bytes</p>classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compactionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven">PdfFourOneSeven</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Compaction <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence">Sequence</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/PdfFourOneSeven/Compaction.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction"><abbr title="src/Type/Square/PdfFourOneSeven/Compaction.php">Compaction.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction</p> <section class="phpdocumentor-description"><p>Process for PdfFourOneSeven Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven">PdfFourOneSeven</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Data <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/PdfFourOneSeven/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data"><abbr title="src/Type/Square/PdfFourOneSeven/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data</p> <section class="phpdocumentor-description"><p>Process for PdfFourOneSeven Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassLength&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_CLUSTERS">CLUSTERS</a> <span> &nbsp;= [[ // cluster 0 ----------------------------------------------------------------------- 0x1d5c0, 0x1eaf0, 0x1f57c, 0x1d4e0, 0x1ea78, 0x1f53e, 0x1a8c0, 0x1d470, 0x1a860, 0x15040, // 10 0x1a830, 0x15020, 0x1adc0, 0x1d6f0, 0x1eb7c, 0x1ace0, 0x1d678, 0x1eb3e, 0x158c0, 0x1ac70, // 20 0x15860, 0x15dc0, 0x1aef0, 0x1d77c, 0x15ce0, 0x1ae78, 0x1d73e, 0x15c70, 0x1ae3c, 0x15ef0, // 30 0x1af7c, 0x15e78, 0x1af3e, 0x15f7c, 0x1f5fa, 0x1d2e0, 0x1e978, 0x1f4be, 0x1a4c0, 0x1d270, // 40 0x1e93c, 0x1a460, 0x1d238, 0x14840, 0x1a430, 0x1d21c, 0x14820, 0x1a418, 0x14810, 0x1a6e0, // 50 0x1d378, 0x1e9be, 0x14cc0, 0x1a670, 0x1d33c, 0x14c60, 0x1a638, 0x1d31e, 0x14c30, 0x1a61c, // 60 0x14ee0, 0x1a778, 0x1d3be, 0x14e70, 0x1a73c, 0x14e38, 0x1a71e, 0x14f78, 0x1a7be, 0x14f3c, // 70 0x14f1e, 0x1a2c0, 0x1d170, 0x1e8bc, 0x1a260, 0x1d138, 0x1e89e, 0x14440, 0x1a230, 0x1d11c, // 80 0x14420, 0x1a218, 0x14410, 0x14408, 0x146c0, 0x1a370, 0x1d1bc, 0x14660, 0x1a338, 0x1d19e, // 90 0x14630, 0x1a31c, 0x14618, 0x1460c, 0x14770, 0x1a3bc, 0x14738, 0x1a39e, 0x1471c, 0x147bc, // 100 0x1a160, 0x1d0b8, 0x1e85e, 0x14240, 0x1a130, 0x1d09c, 0x14220, 0x1a118, 0x1d08e, 0x14210, // 110 0x1a10c, 0x14208, 0x1a106, 0x14360, 0x1a1b8, 0x1d0de, 0x14330, 0x1a19c, 0x14318, 0x1a18e, // 120 0x1430c, 0x14306, 0x1a1de, 0x1438e, 0x14140, 0x1a0b0, 0x1d05c, 0x14120, 0x1a098, 0x1d04e, // 130 0x14110, 0x1a08c, 0x14108, 0x1a086, 0x14104, 0x141b0, 0x14198, 0x1418c, 0x140a0, 0x1d02e, // 140 0x1a04c, 0x1a046, 0x14082, 0x1cae0, 0x1e578, 0x1f2be, 0x194c0, 0x1ca70, 0x1e53c, 0x19460, // 150 0x1ca38, 0x1e51e, 0x12840, 0x19430, 0x12820, 0x196e0, 0x1cb78, 0x1e5be, 0x12cc0, 0x19670, // 160 0x1cb3c, 0x12c60, 0x19638, 0x12c30, 0x12c18, 0x12ee0, 0x19778, 0x1cbbe, 0x12e70, 0x1973c, // 170 0x12e38, 0x12e1c, 0x12f78, 0x197be, 0x12f3c, 0x12fbe, 0x1dac0, 0x1ed70, 0x1f6bc, 0x1da60, // 180 0x1ed38, 0x1f69e, 0x1b440, 0x1da30, 0x1ed1c, 0x1b420, 0x1da18, 0x1ed0e, 0x1b410, 0x1da0c, // 190 0x192c0, 0x1c970, 0x1e4bc, 0x1b6c0, 0x19260, 0x1c938, 0x1e49e, 0x1b660, 0x1db38, 0x1ed9e, // 200 0x16c40, 0x12420, 0x19218, 0x1c90e, 0x16c20, 0x1b618, 0x16c10, 0x126c0, 0x19370, 0x1c9bc, // 210 0x16ec0, 0x12660, 0x19338, 0x1c99e, 0x16e60, 0x1b738, 0x1db9e, 0x16e30, 0x12618, 0x16e18, // 220 0x12770, 0x193bc, 0x16f70, 0x12738, 0x1939e, 0x16f38, 0x1b79e, 0x16f1c, 0x127bc, 0x16fbc, // 230 0x1279e, 0x16f9e, 0x1d960, 0x1ecb8, 0x1f65e, 0x1b240, 0x1d930, 0x1ec9c, 0x1b220, 0x1d918, // 240 0x1ec8e, 0x1b210, 0x1d90c, 0x1b208, 0x1b204, 0x19160, 0x1c8b8, 0x1e45e, 0x1b360, 0x19130, // 250 0x1c89c, 0x16640, 0x12220, 0x1d99c, 0x1c88e, 0x16620, 0x12210, 0x1910c, 0x16610, 0x1b30c, // 260 0x19106, 0x12204, 0x12360, 0x191b8, 0x1c8de, 0x16760, 0x12330, 0x1919c, 0x16730, 0x1b39c, // 270 0x1918e, 0x16718, 0x1230c, 0x12306, 0x123b8, 0x191de, 0x167b8, 0x1239c, 0x1679c, 0x1238e, // 280 0x1678e, 0x167de, 0x1b140, 0x1d8b0, 0x1ec5c, 0x1b120, 0x1d898, 0x1ec4e, 0x1b110, 0x1d88c, // 290 0x1b108, 0x1d886, 0x1b104, 0x1b102, 0x12140, 0x190b0, 0x1c85c, 0x16340, 0x12120, 0x19098, // 300 0x1c84e, 0x16320, 0x1b198, 0x1d8ce, 0x16310, 0x12108, 0x19086, 0x16308, 0x1b186, 0x16304, // 310 0x121b0, 0x190dc, 0x163b0, 0x12198, 0x190ce, 0x16398, 0x1b1ce, 0x1638c, 0x12186, 0x16386, // 320 0x163dc, 0x163ce, 0x1b0a0, 0x1d858, 0x1ec2e, 0x1b090, 0x1d84c, 0x1b088, 0x1d846, 0x1b084, // 330 0x1b082, 0x120a0, 0x19058, 0x1c82e, 0x161a0, 0x12090, 0x1904c, 0x16190, 0x1b0cc, 0x19046, // 340 0x16188, 0x12084, 0x16184, 0x12082, 0x120d8, 0x161d8, 0x161cc, 0x161c6, 0x1d82c, 0x1d826, // 350 0x1b042, 0x1902c, 0x12048, 0x160c8, 0x160c4, 0x160c2, 0x18ac0, 0x1c570, 0x1e2bc, 0x18a60, // 360 0x1c538, 0x11440, 0x18a30, 0x1c51c, 0x11420, 0x18a18, 0x11410, 0x11408, 0x116c0, 0x18b70, // 370 0x1c5bc, 0x11660, 0x18b38, 0x1c59e, 0x11630, 0x18b1c, 0x11618, 0x1160c, 0x11770, 0x18bbc, // 380 0x11738, 0x18b9e, 0x1171c, 0x117bc, 0x1179e, 0x1cd60, 0x1e6b8, 0x1f35e, 0x19a40, 0x1cd30, // 390 0x1e69c, 0x19a20, 0x1cd18, 0x1e68e, 0x19a10, 0x1cd0c, 0x19a08, 0x1cd06, 0x18960, 0x1c4b8, // 400 0x1e25e, 0x19b60, 0x18930, 0x1c49c, 0x13640, 0x11220, 0x1cd9c, 0x1c48e, 0x13620, 0x19b18, // 410 0x1890c, 0x13610, 0x11208, 0x13608, 0x11360, 0x189b8, 0x1c4de, 0x13760, 0x11330, 0x1cdde, // 420 0x13730, 0x19b9c, 0x1898e, 0x13718, 0x1130c, 0x1370c, 0x113b8, 0x189de, 0x137b8, 0x1139c, // 430 0x1379c, 0x1138e, 0x113de, 0x137de, 0x1dd40, 0x1eeb0, 0x1f75c, 0x1dd20, 0x1ee98, 0x1f74e, // 440 0x1dd10, 0x1ee8c, 0x1dd08, 0x1ee86, 0x1dd04, 0x19940, 0x1ccb0, 0x1e65c, 0x1bb40, 0x19920, // 450 0x1eedc, 0x1e64e, 0x1bb20, 0x1dd98, 0x1eece, 0x1bb10, 0x19908, 0x1cc86, 0x1bb08, 0x1dd86, // 460 0x19902, 0x11140, 0x188b0, 0x1c45c, 0x13340, 0x11120, 0x18898, 0x1c44e, 0x17740, 0x13320, // 470 0x19998, 0x1ccce, 0x17720, 0x1bb98, 0x1ddce, 0x18886, 0x17710, 0x13308, 0x19986, 0x17708, // 480 0x11102, 0x111b0, 0x188dc, 0x133b0, 0x11198, 0x188ce, 0x177b0, 0x13398, 0x199ce, 0x17798, // 490 0x1bbce, 0x11186, 0x13386, 0x111dc, 0x133dc, 0x111ce, 0x177dc, 0x133ce, 0x1dca0, 0x1ee58, // 500 0x1f72e, 0x1dc90, 0x1ee4c, 0x1dc88, 0x1ee46, 0x1dc84, 0x1dc82, 0x198a0, 0x1cc58, 0x1e62e, // 510 0x1b9a0, 0x19890, 0x1ee6e, 0x1b990, 0x1dccc, 0x1cc46, 0x1b988, 0x19884, 0x1b984, 0x19882, // 520 0x1b982, 0x110a0, 0x18858, 0x1c42e, 0x131a0, 0x11090, 0x1884c, 0x173a0, 0x13190, 0x198cc, // 530 0x18846, 0x17390, 0x1b9cc, 0x11084, 0x17388, 0x13184, 0x11082, 0x13182, 0x110d8, 0x1886e, // 540 0x131d8, 0x110cc, 0x173d8, 0x131cc, 0x110c6, 0x173cc, 0x131c6, 0x110ee, 0x173ee, 0x1dc50, // 550 0x1ee2c, 0x1dc48, 0x1ee26, 0x1dc44, 0x1dc42, 0x19850, 0x1cc2c, 0x1b8d0, 0x19848, 0x1cc26, // 560 0x1b8c8, 0x1dc66, 0x1b8c4, 0x19842, 0x1b8c2, 0x11050, 0x1882c, 0x130d0, 0x11048, 0x18826, // 570 0x171d0, 0x130c8, 0x19866, 0x171c8, 0x1b8e6, 0x11042, 0x171c4, 0x130c2, 0x171c2, 0x130ec, // 580 0x171ec, 0x171e6, 0x1ee16, 0x1dc22, 0x1cc16, 0x19824, 0x19822, 0x11028, 0x13068, 0x170e8, // 590 0x11022, 0x13062, 0x18560, 0x10a40, 0x18530, 0x10a20, 0x18518, 0x1c28e, 0x10a10, 0x1850c, // 600 0x10a08, 0x18506, 0x10b60, 0x185b8, 0x1c2de, 0x10b30, 0x1859c, 0x10b18, 0x1858e, 0x10b0c, // 610 0x10b06, 0x10bb8, 0x185de, 0x10b9c, 0x10b8e, 0x10bde, 0x18d40, 0x1c6b0, 0x1e35c, 0x18d20, // 620 0x1c698, 0x18d10, 0x1c68c, 0x18d08, 0x1c686, 0x18d04, 0x10940, 0x184b0, 0x1c25c, 0x11b40, // 630 0x10920, 0x1c6dc, 0x1c24e, 0x11b20, 0x18d98, 0x1c6ce, 0x11b10, 0x10908, 0x18486, 0x11b08, // 640 0x18d86, 0x10902, 0x109b0, 0x184dc, 0x11bb0, 0x10998, 0x184ce, 0x11b98, 0x18dce, 0x11b8c, // 650 0x10986, 0x109dc, 0x11bdc, 0x109ce, 0x11bce, 0x1cea0, 0x1e758, 0x1f3ae, 0x1ce90, 0x1e74c, // 660 0x1ce88, 0x1e746, 0x1ce84, 0x1ce82, 0x18ca0, 0x1c658, 0x19da0, 0x18c90, 0x1c64c, 0x19d90, // 670 0x1cecc, 0x1c646, 0x19d88, 0x18c84, 0x19d84, 0x18c82, 0x19d82, 0x108a0, 0x18458, 0x119a0, // 680 0x10890, 0x1c66e, 0x13ba0, 0x11990, 0x18ccc, 0x18446, 0x13b90, 0x19dcc, 0x10884, 0x13b88, // 690 0x11984, 0x10882, 0x11982, 0x108d8, 0x1846e, 0x119d8, 0x108cc, 0x13bd8, 0x119cc, 0x108c6, // 700 0x13bcc, 0x119c6, 0x108ee, 0x119ee, 0x13bee, 0x1ef50, 0x1f7ac, 0x1ef48, 0x1f7a6, 0x1ef44, // 710 0x1ef42, 0x1ce50, 0x1e72c, 0x1ded0, 0x1ef6c, 0x1e726, 0x1dec8, 0x1ef66, 0x1dec4, 0x1ce42, // 720 0x1dec2, 0x18c50, 0x1c62c, 0x19cd0, 0x18c48, 0x1c626, 0x1bdd0, 0x19cc8, 0x1ce66, 0x1bdc8, // 730 0x1dee6, 0x18c42, 0x1bdc4, 0x19cc2, 0x1bdc2, 0x10850, 0x1842c, 0x118d0, 0x10848, 0x18426, // 740 0x139d0, 0x118c8, 0x18c66, 0x17bd0, 0x139c8, 0x19ce6, 0x10842, 0x17bc8, 0x1bde6, 0x118c2, // 750 0x17bc4, 0x1086c, 0x118ec, 0x10866, 0x139ec, 0x118e6, 0x17bec, 0x139e6, 0x17be6, 0x1ef28, // 760 0x1f796, 0x1ef24, 0x1ef22, 0x1ce28, 0x1e716, 0x1de68, 0x1ef36, 0x1de64, 0x1ce22, 0x1de62, // 770 0x18c28, 0x1c616, 0x19c68, 0x18c24, 0x1bce8, 0x19c64, 0x18c22, 0x1bce4, 0x19c62, 0x1bce2, // 780 0x10828, 0x18416, 0x11868, 0x18c36, 0x138e8, 0x11864, 0x10822, 0x179e8, 0x138e4, 0x11862, // 790 0x179e4, 0x138e2, 0x179e2, 0x11876, 0x179f6, 0x1ef12, 0x1de34, 0x1de32, 0x19c34, 0x1bc74, // 800 0x1bc72, 0x11834, 0x13874, 0x178f4, 0x178f2, 0x10540, 0x10520, 0x18298, 0x10510, 0x10508, // 810 0x10504, 0x105b0, 0x10598, 0x1058c, 0x10586, 0x105dc, 0x105ce, 0x186a0, 0x18690, 0x1c34c, // 820 0x18688, 0x1c346, 0x18684, 0x18682, 0x104a0, 0x18258, 0x10da0, 0x186d8, 0x1824c, 0x10d90, // 830 0x186cc, 0x10d88, 0x186c6, 0x10d84, 0x10482, 0x10d82, 0x104d8, 0x1826e, 0x10dd8, 0x186ee, // 840 0x10dcc, 0x104c6, 0x10dc6, 0x104ee, 0x10dee, 0x1c750, 0x1c748, 0x1c744, 0x1c742, 0x18650, // 850 0x18ed0, 0x1c76c, 0x1c326, 0x18ec8, 0x1c766, 0x18ec4, 0x18642, 0x18ec2, 0x10450, 0x10cd0, // 860 0x10448, 0x18226, 0x11dd0, 0x10cc8, 0x10444, 0x11dc8, 0x10cc4, 0x10442, 0x11dc4, 0x10cc2, // 870 0x1046c, 0x10cec, 0x10466, 0x11dec, 0x10ce6, 0x11de6, 0x1e7a8, 0x1e7a4, 0x1e7a2, 0x1c728, // 880 0x1cf68, 0x1e7b6, 0x1cf64, 0x1c722, 0x1cf62, 0x18628, 0x1c316, 0x18e68, 0x1c736, 0x19ee8, // 890 0x18e64, 0x18622, 0x19ee4, 0x18e62, 0x19ee2, 0x10428, 0x18216, 0x10c68, 0x18636, 0x11ce8, // 900 0x10c64, 0x10422, 0x13de8, 0x11ce4, 0x10c62, 0x13de4, 0x11ce2, 0x10436, 0x10c76, 0x11cf6, // 910 0x13df6, 0x1f7d4, 0x1f7d2, 0x1e794, 0x1efb4, 0x1e792, 0x1efb2, 0x1c714, 0x1cf34, 0x1c712, // 920 0x1df74, 0x1cf32, 0x1df72, 0x18614, 0x18e34, 0x18612, 0x19e74, 0x18e32, 0x1bef4, ], [ // cluster 3 ----------------------------------------------------------------------- 0x1f560, 0x1fab8, 0x1ea40, 0x1f530, 0x1fa9c, 0x1ea20, 0x1f518, 0x1fa8e, 0x1ea10, 0x1f50c, // 10 0x1ea08, 0x1f506, 0x1ea04, 0x1eb60, 0x1f5b8, 0x1fade, 0x1d640, 0x1eb30, 0x1f59c, 0x1d620, // 20 0x1eb18, 0x1f58e, 0x1d610, 0x1eb0c, 0x1d608, 0x1eb06, 0x1d604, 0x1d760, 0x1ebb8, 0x1f5de, // 30 0x1ae40, 0x1d730, 0x1eb9c, 0x1ae20, 0x1d718, 0x1eb8e, 0x1ae10, 0x1d70c, 0x1ae08, 0x1d706, // 40 0x1ae04, 0x1af60, 0x1d7b8, 0x1ebde, 0x15e40, 0x1af30, 0x1d79c, 0x15e20, 0x1af18, 0x1d78e, // 50 0x15e10, 0x1af0c, 0x15e08, 0x1af06, 0x15f60, 0x1afb8, 0x1d7de, 0x15f30, 0x1af9c, 0x15f18, // 60 0x1af8e, 0x15f0c, 0x15fb8, 0x1afde, 0x15f9c, 0x15f8e, 0x1e940, 0x1f4b0, 0x1fa5c, 0x1e920, // 70 0x1f498, 0x1fa4e, 0x1e910, 0x1f48c, 0x1e908, 0x1f486, 0x1e904, 0x1e902, 0x1d340, 0x1e9b0, // 80 0x1f4dc, 0x1d320, 0x1e998, 0x1f4ce, 0x1d310, 0x1e98c, 0x1d308, 0x1e986, 0x1d304, 0x1d302, // 90 0x1a740, 0x1d3b0, 0x1e9dc, 0x1a720, 0x1d398, 0x1e9ce, 0x1a710, 0x1d38c, 0x1a708, 0x1d386, // 100 0x1a704, 0x1a702, 0x14f40, 0x1a7b0, 0x1d3dc, 0x14f20, 0x1a798, 0x1d3ce, 0x14f10, 0x1a78c, // 110 0x14f08, 0x1a786, 0x14f04, 0x14fb0, 0x1a7dc, 0x14f98, 0x1a7ce, 0x14f8c, 0x14f86, 0x14fdc, // 120 0x14fce, 0x1e8a0, 0x1f458, 0x1fa2e, 0x1e890, 0x1f44c, 0x1e888, 0x1f446, 0x1e884, 0x1e882, // 130 0x1d1a0, 0x1e8d8, 0x1f46e, 0x1d190, 0x1e8cc, 0x1d188, 0x1e8c6, 0x1d184, 0x1d182, 0x1a3a0, // 140 0x1d1d8, 0x1e8ee, 0x1a390, 0x1d1cc, 0x1a388, 0x1d1c6, 0x1a384, 0x1a382, 0x147a0, 0x1a3d8, // 150 0x1d1ee, 0x14790, 0x1a3cc, 0x14788, 0x1a3c6, 0x14784, 0x14782, 0x147d8, 0x1a3ee, 0x147cc, // 160 0x147c6, 0x147ee, 0x1e850, 0x1f42c, 0x1e848, 0x1f426, 0x1e844, 0x1e842, 0x1d0d0, 0x1e86c, // 170 0x1d0c8, 0x1e866, 0x1d0c4, 0x1d0c2, 0x1a1d0, 0x1d0ec, 0x1a1c8, 0x1d0e6, 0x1a1c4, 0x1a1c2, // 180 0x143d0, 0x1a1ec, 0x143c8, 0x1a1e6, 0x143c4, 0x143c2, 0x143ec, 0x143e6, 0x1e828, 0x1f416, // 190 0x1e824, 0x1e822, 0x1d068, 0x1e836, 0x1d064, 0x1d062, 0x1a0e8, 0x1d076, 0x1a0e4, 0x1a0e2, // 200 0x141e8, 0x1a0f6, 0x141e4, 0x141e2, 0x1e814, 0x1e812, 0x1d034, 0x1d032, 0x1a074, 0x1a072, // 210 0x1e540, 0x1f2b0, 0x1f95c, 0x1e520, 0x1f298, 0x1f94e, 0x1e510, 0x1f28c, 0x1e508, 0x1f286, // 220 0x1e504, 0x1e502, 0x1cb40, 0x1e5b0, 0x1f2dc, 0x1cb20, 0x1e598, 0x1f2ce, 0x1cb10, 0x1e58c, // 230 0x1cb08, 0x1e586, 0x1cb04, 0x1cb02, 0x19740, 0x1cbb0, 0x1e5dc, 0x19720, 0x1cb98, 0x1e5ce, // 240 0x19710, 0x1cb8c, 0x19708, 0x1cb86, 0x19704, 0x19702, 0x12f40, 0x197b0, 0x1cbdc, 0x12f20, // 250 0x19798, 0x1cbce, 0x12f10, 0x1978c, 0x12f08, 0x19786, 0x12f04, 0x12fb0, 0x197dc, 0x12f98, // 260 0x197ce, 0x12f8c, 0x12f86, 0x12fdc, 0x12fce, 0x1f6a0, 0x1fb58, 0x16bf0, 0x1f690, 0x1fb4c, // 270 0x169f8, 0x1f688, 0x1fb46, 0x168fc, 0x1f684, 0x1f682, 0x1e4a0, 0x1f258, 0x1f92e, 0x1eda0, // 280 0x1e490, 0x1fb6e, 0x1ed90, 0x1f6cc, 0x1f246, 0x1ed88, 0x1e484, 0x1ed84, 0x1e482, 0x1ed82, // 290 0x1c9a0, 0x1e4d8, 0x1f26e, 0x1dba0, 0x1c990, 0x1e4cc, 0x1db90, 0x1edcc, 0x1e4c6, 0x1db88, // 300 0x1c984, 0x1db84, 0x1c982, 0x1db82, 0x193a0, 0x1c9d8, 0x1e4ee, 0x1b7a0, 0x19390, 0x1c9cc, // 310 0x1b790, 0x1dbcc, 0x1c9c6, 0x1b788, 0x19384, 0x1b784, 0x19382, 0x1b782, 0x127a0, 0x193d8, // 320 0x1c9ee, 0x16fa0, 0x12790, 0x193cc, 0x16f90, 0x1b7cc, 0x193c6, 0x16f88, 0x12784, 0x16f84, // 330 0x12782, 0x127d8, 0x193ee, 0x16fd8, 0x127cc, 0x16fcc, 0x127c6, 0x16fc6, 0x127ee, 0x1f650, // 340 0x1fb2c, 0x165f8, 0x1f648, 0x1fb26, 0x164fc, 0x1f644, 0x1647e, 0x1f642, 0x1e450, 0x1f22c, // 350 0x1ecd0, 0x1e448, 0x1f226, 0x1ecc8, 0x1f666, 0x1ecc4, 0x1e442, 0x1ecc2, 0x1c8d0, 0x1e46c, // 360 0x1d9d0, 0x1c8c8, 0x1e466, 0x1d9c8, 0x1ece6, 0x1d9c4, 0x1c8c2, 0x1d9c2, 0x191d0, 0x1c8ec, // 370 0x1b3d0, 0x191c8, 0x1c8e6, 0x1b3c8, 0x1d9e6, 0x1b3c4, 0x191c2, 0x1b3c2, 0x123d0, 0x191ec, // 380 0x167d0, 0x123c8, 0x191e6, 0x167c8, 0x1b3e6, 0x167c4, 0x123c2, 0x167c2, 0x123ec, 0x167ec, // 390 0x123e6, 0x167e6, 0x1f628, 0x1fb16, 0x162fc, 0x1f624, 0x1627e, 0x1f622, 0x1e428, 0x1f216, // 400 0x1ec68, 0x1f636, 0x1ec64, 0x1e422, 0x1ec62, 0x1c868, 0x1e436, 0x1d8e8, 0x1c864, 0x1d8e4, // 410 0x1c862, 0x1d8e2, 0x190e8, 0x1c876, 0x1b1e8, 0x1d8f6, 0x1b1e4, 0x190e2, 0x1b1e2, 0x121e8, // 420 0x190f6, 0x163e8, 0x121e4, 0x163e4, 0x121e2, 0x163e2, 0x121f6, 0x163f6, 0x1f614, 0x1617e, // 430 0x1f612, 0x1e414, 0x1ec34, 0x1e412, 0x1ec32, 0x1c834, 0x1d874, 0x1c832, 0x1d872, 0x19074, // 440 0x1b0f4, 0x19072, 0x1b0f2, 0x120f4, 0x161f4, 0x120f2, 0x161f2, 0x1f60a, 0x1e40a, 0x1ec1a, // 450 0x1c81a, 0x1d83a, 0x1903a, 0x1b07a, 0x1e2a0, 0x1f158, 0x1f8ae, 0x1e290, 0x1f14c, 0x1e288, // 460 0x1f146, 0x1e284, 0x1e282, 0x1c5a0, 0x1e2d8, 0x1f16e, 0x1c590, 0x1e2cc, 0x1c588, 0x1e2c6, // 470 0x1c584, 0x1c582, 0x18ba0, 0x1c5d8, 0x1e2ee, 0x18b90, 0x1c5cc, 0x18b88, 0x1c5c6, 0x18b84, // 480 0x18b82, 0x117a0, 0x18bd8, 0x1c5ee, 0x11790, 0x18bcc, 0x11788, 0x18bc6, 0x11784, 0x11782, // 490 0x117d8, 0x18bee, 0x117cc, 0x117c6, 0x117ee, 0x1f350, 0x1f9ac, 0x135f8, 0x1f348, 0x1f9a6, // 500 0x134fc, 0x1f344, 0x1347e, 0x1f342, 0x1e250, 0x1f12c, 0x1e6d0, 0x1e248, 0x1f126, 0x1e6c8, // 510 0x1f366, 0x1e6c4, 0x1e242, 0x1e6c2, 0x1c4d0, 0x1e26c, 0x1cdd0, 0x1c4c8, 0x1e266, 0x1cdc8, // 520 0x1e6e6, 0x1cdc4, 0x1c4c2, 0x1cdc2, 0x189d0, 0x1c4ec, 0x19bd0, 0x189c8, 0x1c4e6, 0x19bc8, // 530 0x1cde6, 0x19bc4, 0x189c2, 0x19bc2, 0x113d0, 0x189ec, 0x137d0, 0x113c8, 0x189e6, 0x137c8, // 540 0x19be6, 0x137c4, 0x113c2, 0x137c2, 0x113ec, 0x137ec, 0x113e6, 0x137e6, 0x1fba8, 0x175f0, // 550 0x1bafc, 0x1fba4, 0x174f8, 0x1ba7e, 0x1fba2, 0x1747c, 0x1743e, 0x1f328, 0x1f996, 0x132fc, // 560 0x1f768, 0x1fbb6, 0x176fc, 0x1327e, 0x1f764, 0x1f322, 0x1767e, 0x1f762, 0x1e228, 0x1f116, // 570 0x1e668, 0x1e224, 0x1eee8, 0x1f776, 0x1e222, 0x1eee4, 0x1e662, 0x1eee2, 0x1c468, 0x1e236, // 580 0x1cce8, 0x1c464, 0x1dde8, 0x1cce4, 0x1c462, 0x1dde4, 0x1cce2, 0x1dde2, 0x188e8, 0x1c476, // 590 0x199e8, 0x188e4, 0x1bbe8, 0x199e4, 0x188e2, 0x1bbe4, 0x199e2, 0x1bbe2, 0x111e8, 0x188f6, // 600 0x133e8, 0x111e4, 0x177e8, 0x133e4, 0x111e2, 0x177e4, 0x133e2, 0x177e2, 0x111f6, 0x133f6, // 610 0x1fb94, 0x172f8, 0x1b97e, 0x1fb92, 0x1727c, 0x1723e, 0x1f314, 0x1317e, 0x1f734, 0x1f312, // 620 0x1737e, 0x1f732, 0x1e214, 0x1e634, 0x1e212, 0x1ee74, 0x1e632, 0x1ee72, 0x1c434, 0x1cc74, // 630 0x1c432, 0x1dcf4, 0x1cc72, 0x1dcf2, 0x18874, 0x198f4, 0x18872, 0x1b9f4, 0x198f2, 0x1b9f2, // 640 0x110f4, 0x131f4, 0x110f2, 0x173f4, 0x131f2, 0x173f2, 0x1fb8a, 0x1717c, 0x1713e, 0x1f30a, // 650 0x1f71a, 0x1e20a, 0x1e61a, 0x1ee3a, 0x1c41a, 0x1cc3a, 0x1dc7a, 0x1883a, 0x1987a, 0x1b8fa, // 660 0x1107a, 0x130fa, 0x171fa, 0x170be, 0x1e150, 0x1f0ac, 0x1e148, 0x1f0a6, 0x1e144, 0x1e142, // 670 0x1c2d0, 0x1e16c, 0x1c2c8, 0x1e166, 0x1c2c4, 0x1c2c2, 0x185d0, 0x1c2ec, 0x185c8, 0x1c2e6, // 680 0x185c4, 0x185c2, 0x10bd0, 0x185ec, 0x10bc8, 0x185e6, 0x10bc4, 0x10bc2, 0x10bec, 0x10be6, // 690 0x1f1a8, 0x1f8d6, 0x11afc, 0x1f1a4, 0x11a7e, 0x1f1a2, 0x1e128, 0x1f096, 0x1e368, 0x1e124, // 700 0x1e364, 0x1e122, 0x1e362, 0x1c268, 0x1e136, 0x1c6e8, 0x1c264, 0x1c6e4, 0x1c262, 0x1c6e2, // 710 0x184e8, 0x1c276, 0x18de8, 0x184e4, 0x18de4, 0x184e2, 0x18de2, 0x109e8, 0x184f6, 0x11be8, // 720 0x109e4, 0x11be4, 0x109e2, 0x11be2, 0x109f6, 0x11bf6, 0x1f9d4, 0x13af8, 0x19d7e, 0x1f9d2, // 730 0x13a7c, 0x13a3e, 0x1f194, 0x1197e, 0x1f3b4, 0x1f192, 0x13b7e, 0x1f3b2, 0x1e114, 0x1e334, // 740 0x1e112, 0x1e774, 0x1e332, 0x1e772, 0x1c234, 0x1c674, 0x1c232, 0x1cef4, 0x1c672, 0x1cef2, // 750 0x18474, 0x18cf4, 0x18472, 0x19df4, 0x18cf2, 0x19df2, 0x108f4, 0x119f4, 0x108f2, 0x13bf4, // 760 0x119f2, 0x13bf2, 0x17af0, 0x1bd7c, 0x17a78, 0x1bd3e, 0x17a3c, 0x17a1e, 0x1f9ca, 0x1397c, // 770 0x1fbda, 0x17b7c, 0x1393e, 0x17b3e, 0x1f18a, 0x1f39a, 0x1f7ba, 0x1e10a, 0x1e31a, 0x1e73a, // 780 0x1ef7a, 0x1c21a, 0x1c63a, 0x1ce7a, 0x1defa, 0x1843a, 0x18c7a, 0x19cfa, 0x1bdfa, 0x1087a, // 790 0x118fa, 0x139fa, 0x17978, 0x1bcbe, 0x1793c, 0x1791e, 0x138be, 0x179be, 0x178bc, 0x1789e, // 800 0x1785e, 0x1e0a8, 0x1e0a4, 0x1e0a2, 0x1c168, 0x1e0b6, 0x1c164, 0x1c162, 0x182e8, 0x1c176, // 810 0x182e4, 0x182e2, 0x105e8, 0x182f6, 0x105e4, 0x105e2, 0x105f6, 0x1f0d4, 0x10d7e, 0x1f0d2, // 820 0x1e094, 0x1e1b4, 0x1e092, 0x1e1b2, 0x1c134, 0x1c374, 0x1c132, 0x1c372, 0x18274, 0x186f4, // 830 0x18272, 0x186f2, 0x104f4, 0x10df4, 0x104f2, 0x10df2, 0x1f8ea, 0x11d7c, 0x11d3e, 0x1f0ca, // 840 0x1f1da, 0x1e08a, 0x1e19a, 0x1e3ba, 0x1c11a, 0x1c33a, 0x1c77a, 0x1823a, 0x1867a, 0x18efa, // 850 0x1047a, 0x10cfa, 0x11dfa, 0x13d78, 0x19ebe, 0x13d3c, 0x13d1e, 0x11cbe, 0x13dbe, 0x17d70, // 860 0x1bebc, 0x17d38, 0x1be9e, 0x17d1c, 0x17d0e, 0x13cbc, 0x17dbc, 0x13c9e, 0x17d9e, 0x17cb8, // 870 0x1be5e, 0x17c9c, 0x17c8e, 0x13c5e, 0x17cde, 0x17c5c, 0x17c4e, 0x17c2e, 0x1c0b4, 0x1c0b2, // 880 0x18174, 0x18172, 0x102f4, 0x102f2, 0x1e0da, 0x1c09a, 0x1c1ba, 0x1813a, 0x1837a, 0x1027a, // 890 0x106fa, 0x10ebe, 0x11ebc, 0x11e9e, 0x13eb8, 0x19f5e, 0x13e9c, 0x13e8e, 0x11e5e, 0x13ede, // 900 0x17eb0, 0x1bf5c, 0x17e98, 0x1bf4e, 0x17e8c, 0x17e86, 0x13e5c, 0x17edc, 0x13e4e, 0x17ece, // 910 0x17e58, 0x1bf2e, 0x17e4c, 0x17e46, 0x13e2e, 0x17e6e, 0x17e2c, 0x17e26, 0x10f5e, 0x11f5c, // 920 0x11f4e, 0x13f58, 0x19fae, 0x13f4c, 0x13f46, 0x11f2e, 0x13f6e, 0x13f2c, 0x13f26, ], [ // cluster 6 ----------------------------------------------------------------------- 0x1abe0, 0x1d5f8, 0x153c0, 0x1a9f0, 0x1d4fc, 0x151e0, 0x1a8f8, 0x1d47e, 0x150f0, 0x1a87c, // 10 0x15078, 0x1fad0, 0x15be0, 0x1adf8, 0x1fac8, 0x159f0, 0x1acfc, 0x1fac4, 0x158f8, 0x1ac7e, // 20 0x1fac2, 0x1587c, 0x1f5d0, 0x1faec, 0x15df8, 0x1f5c8, 0x1fae6, 0x15cfc, 0x1f5c4, 0x15c7e, // 30 0x1f5c2, 0x1ebd0, 0x1f5ec, 0x1ebc8, 0x1f5e6, 0x1ebc4, 0x1ebc2, 0x1d7d0, 0x1ebec, 0x1d7c8, // 40 0x1ebe6, 0x1d7c4, 0x1d7c2, 0x1afd0, 0x1d7ec, 0x1afc8, 0x1d7e6, 0x1afc4, 0x14bc0, 0x1a5f0, // 50 0x1d2fc, 0x149e0, 0x1a4f8, 0x1d27e, 0x148f0, 0x1a47c, 0x14878, 0x1a43e, 0x1483c, 0x1fa68, // 60 0x14df0, 0x1a6fc, 0x1fa64, 0x14cf8, 0x1a67e, 0x1fa62, 0x14c7c, 0x14c3e, 0x1f4e8, 0x1fa76, // 70 0x14efc, 0x1f4e4, 0x14e7e, 0x1f4e2, 0x1e9e8, 0x1f4f6, 0x1e9e4, 0x1e9e2, 0x1d3e8, 0x1e9f6, // 80 0x1d3e4, 0x1d3e2, 0x1a7e8, 0x1d3f6, 0x1a7e4, 0x1a7e2, 0x145e0, 0x1a2f8, 0x1d17e, 0x144f0, // 90 0x1a27c, 0x14478, 0x1a23e, 0x1443c, 0x1441e, 0x1fa34, 0x146f8, 0x1a37e, 0x1fa32, 0x1467c, // 100 0x1463e, 0x1f474, 0x1477e, 0x1f472, 0x1e8f4, 0x1e8f2, 0x1d1f4, 0x1d1f2, 0x1a3f4, 0x1a3f2, // 110 0x142f0, 0x1a17c, 0x14278, 0x1a13e, 0x1423c, 0x1421e, 0x1fa1a, 0x1437c, 0x1433e, 0x1f43a, // 120 0x1e87a, 0x1d0fa, 0x14178, 0x1a0be, 0x1413c, 0x1411e, 0x141be, 0x140bc, 0x1409e, 0x12bc0, // 130 0x195f0, 0x1cafc, 0x129e0, 0x194f8, 0x1ca7e, 0x128f0, 0x1947c, 0x12878, 0x1943e, 0x1283c, // 140 0x1f968, 0x12df0, 0x196fc, 0x1f964, 0x12cf8, 0x1967e, 0x1f962, 0x12c7c, 0x12c3e, 0x1f2e8, // 150 0x1f976, 0x12efc, 0x1f2e4, 0x12e7e, 0x1f2e2, 0x1e5e8, 0x1f2f6, 0x1e5e4, 0x1e5e2, 0x1cbe8, // 160 0x1e5f6, 0x1cbe4, 0x1cbe2, 0x197e8, 0x1cbf6, 0x197e4, 0x197e2, 0x1b5e0, 0x1daf8, 0x1ed7e, // 170 0x169c0, 0x1b4f0, 0x1da7c, 0x168e0, 0x1b478, 0x1da3e, 0x16870, 0x1b43c, 0x16838, 0x1b41e, // 180 0x1681c, 0x125e0, 0x192f8, 0x1c97e, 0x16de0, 0x124f0, 0x1927c, 0x16cf0, 0x1b67c, 0x1923e, // 190 0x16c78, 0x1243c, 0x16c3c, 0x1241e, 0x16c1e, 0x1f934, 0x126f8, 0x1937e, 0x1fb74, 0x1f932, // 200 0x16ef8, 0x1267c, 0x1fb72, 0x16e7c, 0x1263e, 0x16e3e, 0x1f274, 0x1277e, 0x1f6f4, 0x1f272, // 210 0x16f7e, 0x1f6f2, 0x1e4f4, 0x1edf4, 0x1e4f2, 0x1edf2, 0x1c9f4, 0x1dbf4, 0x1c9f2, 0x1dbf2, // 220 0x193f4, 0x193f2, 0x165c0, 0x1b2f0, 0x1d97c, 0x164e0, 0x1b278, 0x1d93e, 0x16470, 0x1b23c, // 230 0x16438, 0x1b21e, 0x1641c, 0x1640e, 0x122f0, 0x1917c, 0x166f0, 0x12278, 0x1913e, 0x16678, // 240 0x1b33e, 0x1663c, 0x1221e, 0x1661e, 0x1f91a, 0x1237c, 0x1fb3a, 0x1677c, 0x1233e, 0x1673e, // 250 0x1f23a, 0x1f67a, 0x1e47a, 0x1ecfa, 0x1c8fa, 0x1d9fa, 0x191fa, 0x162e0, 0x1b178, 0x1d8be, // 260 0x16270, 0x1b13c, 0x16238, 0x1b11e, 0x1621c, 0x1620e, 0x12178, 0x190be, 0x16378, 0x1213c, // 270 0x1633c, 0x1211e, 0x1631e, 0x121be, 0x163be, 0x16170, 0x1b0bc, 0x16138, 0x1b09e, 0x1611c, // 280 0x1610e, 0x120bc, 0x161bc, 0x1209e, 0x1619e, 0x160b8, 0x1b05e, 0x1609c, 0x1608e, 0x1205e, // 290 0x160de, 0x1605c, 0x1604e, 0x115e0, 0x18af8, 0x1c57e, 0x114f0, 0x18a7c, 0x11478, 0x18a3e, // 300 0x1143c, 0x1141e, 0x1f8b4, 0x116f8, 0x18b7e, 0x1f8b2, 0x1167c, 0x1163e, 0x1f174, 0x1177e, // 310 0x1f172, 0x1e2f4, 0x1e2f2, 0x1c5f4, 0x1c5f2, 0x18bf4, 0x18bf2, 0x135c0, 0x19af0, 0x1cd7c, // 320 0x134e0, 0x19a78, 0x1cd3e, 0x13470, 0x19a3c, 0x13438, 0x19a1e, 0x1341c, 0x1340e, 0x112f0, // 330 0x1897c, 0x136f0, 0x11278, 0x1893e, 0x13678, 0x19b3e, 0x1363c, 0x1121e, 0x1361e, 0x1f89a, // 340 0x1137c, 0x1f9ba, 0x1377c, 0x1133e, 0x1373e, 0x1f13a, 0x1f37a, 0x1e27a, 0x1e6fa, 0x1c4fa, // 350 0x1cdfa, 0x189fa, 0x1bae0, 0x1dd78, 0x1eebe, 0x174c0, 0x1ba70, 0x1dd3c, 0x17460, 0x1ba38, // 360 0x1dd1e, 0x17430, 0x1ba1c, 0x17418, 0x1ba0e, 0x1740c, 0x132e0, 0x19978, 0x1ccbe, 0x176e0, // 370 0x13270, 0x1993c, 0x17670, 0x1bb3c, 0x1991e, 0x17638, 0x1321c, 0x1761c, 0x1320e, 0x1760e, // 380 0x11178, 0x188be, 0x13378, 0x1113c, 0x17778, 0x1333c, 0x1111e, 0x1773c, 0x1331e, 0x1771e, // 390 0x111be, 0x133be, 0x177be, 0x172c0, 0x1b970, 0x1dcbc, 0x17260, 0x1b938, 0x1dc9e, 0x17230, // 400 0x1b91c, 0x17218, 0x1b90e, 0x1720c, 0x17206, 0x13170, 0x198bc, 0x17370, 0x13138, 0x1989e, // 410 0x17338, 0x1b99e, 0x1731c, 0x1310e, 0x1730e, 0x110bc, 0x131bc, 0x1109e, 0x173bc, 0x1319e, // 420 0x1739e, 0x17160, 0x1b8b8, 0x1dc5e, 0x17130, 0x1b89c, 0x17118, 0x1b88e, 0x1710c, 0x17106, // 430 0x130b8, 0x1985e, 0x171b8, 0x1309c, 0x1719c, 0x1308e, 0x1718e, 0x1105e, 0x130de, 0x171de, // 440 0x170b0, 0x1b85c, 0x17098, 0x1b84e, 0x1708c, 0x17086, 0x1305c, 0x170dc, 0x1304e, 0x170ce, // 450 0x17058, 0x1b82e, 0x1704c, 0x17046, 0x1302e, 0x1706e, 0x1702c, 0x17026, 0x10af0, 0x1857c, // 460 0x10a78, 0x1853e, 0x10a3c, 0x10a1e, 0x10b7c, 0x10b3e, 0x1f0ba, 0x1e17a, 0x1c2fa, 0x185fa, // 470 0x11ae0, 0x18d78, 0x1c6be, 0x11a70, 0x18d3c, 0x11a38, 0x18d1e, 0x11a1c, 0x11a0e, 0x10978, // 480 0x184be, 0x11b78, 0x1093c, 0x11b3c, 0x1091e, 0x11b1e, 0x109be, 0x11bbe, 0x13ac0, 0x19d70, // 490 0x1cebc, 0x13a60, 0x19d38, 0x1ce9e, 0x13a30, 0x19d1c, 0x13a18, 0x19d0e, 0x13a0c, 0x13a06, // 500 0x11970, 0x18cbc, 0x13b70, 0x11938, 0x18c9e, 0x13b38, 0x1191c, 0x13b1c, 0x1190e, 0x13b0e, // 510 0x108bc, 0x119bc, 0x1089e, 0x13bbc, 0x1199e, 0x13b9e, 0x1bd60, 0x1deb8, 0x1ef5e, 0x17a40, // 520 0x1bd30, 0x1de9c, 0x17a20, 0x1bd18, 0x1de8e, 0x17a10, 0x1bd0c, 0x17a08, 0x1bd06, 0x17a04, // 530 0x13960, 0x19cb8, 0x1ce5e, 0x17b60, 0x13930, 0x19c9c, 0x17b30, 0x1bd9c, 0x19c8e, 0x17b18, // 540 0x1390c, 0x17b0c, 0x13906, 0x17b06, 0x118b8, 0x18c5e, 0x139b8, 0x1189c, 0x17bb8, 0x1399c, // 550 0x1188e, 0x17b9c, 0x1398e, 0x17b8e, 0x1085e, 0x118de, 0x139de, 0x17bde, 0x17940, 0x1bcb0, // 560 0x1de5c, 0x17920, 0x1bc98, 0x1de4e, 0x17910, 0x1bc8c, 0x17908, 0x1bc86, 0x17904, 0x17902, // 570 0x138b0, 0x19c5c, 0x179b0, 0x13898, 0x19c4e, 0x17998, 0x1bcce, 0x1798c, 0x13886, 0x17986, // 580 0x1185c, 0x138dc, 0x1184e, 0x179dc, 0x138ce, 0x179ce, 0x178a0, 0x1bc58, 0x1de2e, 0x17890, // 590 0x1bc4c, 0x17888, 0x1bc46, 0x17884, 0x17882, 0x13858, 0x19c2e, 0x178d8, 0x1384c, 0x178cc, // 600 0x13846, 0x178c6, 0x1182e, 0x1386e, 0x178ee, 0x17850, 0x1bc2c, 0x17848, 0x1bc26, 0x17844, // 610 0x17842, 0x1382c, 0x1786c, 0x13826, 0x17866, 0x17828, 0x1bc16, 0x17824, 0x17822, 0x13816, // 620 0x17836, 0x10578, 0x182be, 0x1053c, 0x1051e, 0x105be, 0x10d70, 0x186bc, 0x10d38, 0x1869e, // 630 0x10d1c, 0x10d0e, 0x104bc, 0x10dbc, 0x1049e, 0x10d9e, 0x11d60, 0x18eb8, 0x1c75e, 0x11d30, // 640 0x18e9c, 0x11d18, 0x18e8e, 0x11d0c, 0x11d06, 0x10cb8, 0x1865e, 0x11db8, 0x10c9c, 0x11d9c, // 650 0x10c8e, 0x11d8e, 0x1045e, 0x10cde, 0x11dde, 0x13d40, 0x19eb0, 0x1cf5c, 0x13d20, 0x19e98, // 660 0x1cf4e, 0x13d10, 0x19e8c, 0x13d08, 0x19e86, 0x13d04, 0x13d02, 0x11cb0, 0x18e5c, 0x13db0, // 670 0x11c98, 0x18e4e, 0x13d98, 0x19ece, 0x13d8c, 0x11c86, 0x13d86, 0x10c5c, 0x11cdc, 0x10c4e, // 680 0x13ddc, 0x11cce, 0x13dce, 0x1bea0, 0x1df58, 0x1efae, 0x1be90, 0x1df4c, 0x1be88, 0x1df46, // 690 0x1be84, 0x1be82, 0x13ca0, 0x19e58, 0x1cf2e, 0x17da0, 0x13c90, 0x19e4c, 0x17d90, 0x1becc, // 700 0x19e46, 0x17d88, 0x13c84, 0x17d84, 0x13c82, 0x17d82, 0x11c58, 0x18e2e, 0x13cd8, 0x11c4c, // 710 0x17dd8, 0x13ccc, 0x11c46, 0x17dcc, 0x13cc6, 0x17dc6, 0x10c2e, 0x11c6e, 0x13cee, 0x17dee, // 720 0x1be50, 0x1df2c, 0x1be48, 0x1df26, 0x1be44, 0x1be42, 0x13c50, 0x19e2c, 0x17cd0, 0x13c48, // 730 0x19e26, 0x17cc8, 0x1be66, 0x17cc4, 0x13c42, 0x17cc2, 0x11c2c, 0x13c6c, 0x11c26, 0x17cec, // 740 0x13c66, 0x17ce6, 0x1be28, 0x1df16, 0x1be24, 0x1be22, 0x13c28, 0x19e16, 0x17c68, 0x13c24, // 750 0x17c64, 0x13c22, 0x17c62, 0x11c16, 0x13c36, 0x17c76, 0x1be14, 0x1be12, 0x13c14, 0x17c34, // 760 0x13c12, 0x17c32, 0x102bc, 0x1029e, 0x106b8, 0x1835e, 0x1069c, 0x1068e, 0x1025e, 0x106de, // 770 0x10eb0, 0x1875c, 0x10e98, 0x1874e, 0x10e8c, 0x10e86, 0x1065c, 0x10edc, 0x1064e, 0x10ece, // 780 0x11ea0, 0x18f58, 0x1c7ae, 0x11e90, 0x18f4c, 0x11e88, 0x18f46, 0x11e84, 0x11e82, 0x10e58, // 790 0x1872e, 0x11ed8, 0x18f6e, 0x11ecc, 0x10e46, 0x11ec6, 0x1062e, 0x10e6e, 0x11eee, 0x19f50, // 800 0x1cfac, 0x19f48, 0x1cfa6, 0x19f44, 0x19f42, 0x11e50, 0x18f2c, 0x13ed0, 0x19f6c, 0x18f26, // 810 0x13ec8, 0x11e44, 0x13ec4, 0x11e42, 0x13ec2, 0x10e2c, 0x11e6c, 0x10e26, 0x13eec, 0x11e66, // 820 0x13ee6, 0x1dfa8, 0x1efd6, 0x1dfa4, 0x1dfa2, 0x19f28, 0x1cf96, 0x1bf68, 0x19f24, 0x1bf64, // 830 0x19f22, 0x1bf62, 0x11e28, 0x18f16, 0x13e68, 0x11e24, 0x17ee8, 0x13e64, 0x11e22, 0x17ee4, // 840 0x13e62, 0x17ee2, 0x10e16, 0x11e36, 0x13e76, 0x17ef6, 0x1df94, 0x1df92, 0x19f14, 0x1bf34, // 850 0x19f12, 0x1bf32, 0x11e14, 0x13e34, 0x11e12, 0x17e74, 0x13e32, 0x17e72, 0x1df8a, 0x19f0a, // 860 0x1bf1a, 0x11e0a, 0x13e1a, 0x17e3a, 0x1035c, 0x1034e, 0x10758, 0x183ae, 0x1074c, 0x10746, // 870 0x1032e, 0x1076e, 0x10f50, 0x187ac, 0x10f48, 0x187a6, 0x10f44, 0x10f42, 0x1072c, 0x10f6c, // 880 0x10726, 0x10f66, 0x18fa8, 0x1c7d6, 0x18fa4, 0x18fa2, 0x10f28, 0x18796, 0x11f68, 0x18fb6, // 890 0x11f64, 0x10f22, 0x11f62, 0x10716, 0x10f36, 0x11f76, 0x1cfd4, 0x1cfd2, 0x18f94, 0x19fb4, // 900 0x18f92, 0x19fb2, 0x10f14, 0x11f34, 0x10f12, 0x13f74, 0x11f32, 0x13f72, 0x1cfca, 0x18f8a, // 910 0x19f9a, 0x10f0a, 0x11f1a, 0x13f3a, 0x103ac, 0x103a6, 0x107a8, 0x183d6, 0x107a4, 0x107a2, // 920 0x10396, 0x107b6, 0x187d4, 0x187d2, 0x10794, 0x10fb4, 0x10792, 0x10fb2, 0x1c7ea, ]] </span> </dt> <dd>Clusters of codewords (0, 3, 6).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_RS_FACTORS">RS_FACTORS</a> <span> &nbsp;= [[ // ECL 0 (2 factors) ------------------------------------------------------------------------------- 0x1b, 0x395, ], [ // ECL 1 (4 factors) ------------------------------------------------------------------------------- 0x20a, 0x238, 0x2d3, 0x329, ], [ // ECL 2 (8 factors) ------------------------------------------------------------------------------- 0xed, 0x134, 0x1b4, 0x11c, 0x286, 0x28d, 0x1ac, 0x17b, ], [ // ECL 3 (16 factors) ------------------------------------------------------------------------------ 0x112, 0x232, 0xe8, 0x2f3, 0x257, 0x20c, 0x321, 0x84, 0x127, 0x74, 0x1ba, 0x1ac, 0x127, 0x2a, 0xb0, 0x41, ], [ // ECL 4 (32 factors) ------------------------------------------------------------------------------ 0x169, 0x23f, 0x39a, 0x20d, 0xb0, 0x24a, 0x280, 0x141, 0x218, 0x2e6, 0x2a5, 0x2e6, 0x2af, 0x11c, 0xc1, 0x205, // 16 0x111, 0x1ee, 0x107, 0x93, 0x251, 0x320, 0x23b, 0x140, 0x323, 0x85, 0xe7, 0x186, 0x2ad, 0x14a, 0x3f, 0x19a, ], [ // ECL 5 (64 factors) ------------------------------------------------------------------------------ 0x21b, 0x1a6, 0x6, 0x5d, 0x35e, 0x303, 0x1c5, 0x6a, 0x262, 0x11f, 0x6b, 0x1f9, 0x2dd, 0x36d, 0x17d, 0x264, // 16 0x2d3, 0x1dc, 0x1ce, 0xac, 0x1ae, 0x261, 0x35a, 0x336, 0x21f, 0x178, 0x1ff, 0x190, 0x2a0, 0x2fa, 0x11b, 0xb8, // 32 0x1b8, 0x23, 0x207, 0x1f, 0x1cc, 0x252, 0xe1, 0x217, 0x205, 0x160, 0x25d, 0x9e, 0x28b, 0xc9, 0x1e8, 0x1f6, // 48 0x288, 0x2dd, 0x2cd, 0x53, 0x194, 0x61, 0x118, 0x303, 0x348, 0x275, 0x4, 0x17d, 0x34b, 0x26f, 0x108, 0x21f, ], [ // ECL 6 (128 factors) ----------------------------------------------------------------------------- 0x209, 0x136, 0x360, 0x223, 0x35a, 0x244, 0x128, 0x17b, 0x35, 0x30b, 0x381, 0x1bc, 0x190, 0x39d, 0x2ed, 0x19f, // 16 0x336, 0x5d, 0xd9, 0xd0, 0x3a0, 0xf4, 0x247, 0x26c, 0xf6, 0x94, 0x1bf, 0x277, 0x124, 0x38c, 0x1ea, 0x2c0, // 32 0x204, 0x102, 0x1c9, 0x38b, 0x252, 0x2d3, 0x2a2, 0x124, 0x110, 0x60, 0x2ac, 0x1b0, 0x2ae, 0x25e, 0x35c, 0x239, // 48 0xc1, 0xdb, 0x81, 0xba, 0xec, 0x11f, 0xc0, 0x307, 0x116, 0xad, 0x28, 0x17b, 0x2c8, 0x1cf, 0x286, 0x308, // 64 0xab, 0x1eb, 0x129, 0x2fb, 0x9c, 0x2dc, 0x5f, 0x10e, 0x1bf, 0x5a, 0x1fb, 0x30, 0xe4, 0x335, 0x328, 0x382, // 80 0x310, 0x297, 0x273, 0x17a, 0x17e, 0x106, 0x17c, 0x25a, 0x2f2, 0x150, 0x59, 0x266, 0x57, 0x1b0, 0x29e, 0x268, // 96 0x9d, 0x176, 0xf2, 0x2d6, 0x258, 0x10d, 0x177, 0x382, 0x34d, 0x1c6, 0x162, 0x82, 0x32e, 0x24b, 0x324, 0x22, // 112 0xd3, 0x14a, 0x21b, 0x129, 0x33b, 0x361, 0x25, 0x205, 0x342, 0x13b, 0x226, 0x56, 0x321, 0x4, 0x6c, 0x21b, ], [ // ECL 7 (256 factors) ----------------------------------------------------------------------------- 0x20c, 0x37e, 0x4b, 0x2fe, 0x372, 0x359, 0x4a, 0xcc, 0x52, 0x24a, 0x2c4, 0xfa, 0x389, 0x312, 0x8a, 0x2d0, // 16 0x35a, 0xc2, 0x137, 0x391, 0x113, 0xbe, 0x177, 0x352, 0x1b6, 0x2dd, 0xc2, 0x118, 0xc9, 0x118, 0x33c, 0x2f5, // 32 0x2c6, 0x32e, 0x397, 0x59, 0x44, 0x239, 0xb, 0xcc, 0x31c, 0x25d, 0x21c, 0x391, 0x321, 0x2bc, 0x31f, 0x89, // 48 0x1b7, 0x1a2, 0x250, 0x29c, 0x161, 0x35b, 0x172, 0x2b6, 0x145, 0xf0, 0xd8, 0x101, 0x11c, 0x225, 0xd1, 0x374, // 64 0x13b, 0x46, 0x149, 0x319, 0x1ea, 0x112, 0x36d, 0xa2, 0x2ed, 0x32c, 0x2ac, 0x1cd, 0x14e, 0x178, 0x351, 0x209, // 80 0x133, 0x123, 0x323, 0x2c8, 0x13, 0x166, 0x18f, 0x38c, 0x67, 0x1ff, 0x33, 0x8, 0x205, 0xe1, 0x121, 0x1d6, // 96 0x27d, 0x2db, 0x42, 0xff, 0x395, 0x10d, 0x1cf, 0x33e, 0x2da, 0x1b1, 0x350, 0x249, 0x88, 0x21a, 0x38a, 0x5a, // 112 0x2, 0x122, 0x2e7, 0xc7, 0x28f, 0x387, 0x149, 0x31, 0x322, 0x244, 0x163, 0x24c, 0xbc, 0x1ce, 0xa, 0x86, // 128 0x274, 0x140, 0x1df, 0x82, 0x2e3, 0x47, 0x107, 0x13e, 0x176, 0x259, 0xc0, 0x25d, 0x8e, 0x2a1, 0x2af, 0xea, // 144 0x2d2, 0x180, 0xb1, 0x2f0, 0x25f, 0x280, 0x1c7, 0xc1, 0x2b1, 0x2c3, 0x325, 0x281, 0x30, 0x3c, 0x2dc, 0x26d, // 160 0x37f, 0x220, 0x105, 0x354, 0x28f, 0x135, 0x2b9, 0x2f3, 0x2f4, 0x3c, 0xe7, 0x305, 0x1b2, 0x1a5, 0x2d6, 0x210, // 176 0x1f7, 0x76, 0x31, 0x31b, 0x20, 0x90, 0x1f4, 0xee, 0x344, 0x18a, 0x118, 0x236, 0x13f, 0x9, 0x287, 0x226, // 192 0x49, 0x392, 0x156, 0x7e, 0x20, 0x2a9, 0x14b, 0x318, 0x26c, 0x3c, 0x261, 0x1b9, 0xb4, 0x317, 0x37d, 0x2f2, // 208 0x25d, 0x17f, 0xe4, 0x2ed, 0x2f8, 0xd5, 0x36, 0x129, 0x86, 0x36, 0x342, 0x12b, 0x39a, 0xbf, 0x38e, 0x214, // 224 0x261, 0x33d, 0xbd, 0x14, 0xa7, 0x1d, 0x368, 0x1c1, 0x53, 0x192, 0x29, 0x290, 0x1f9, 0x243, 0x1e1, 0xad, // 240 0x194, 0xfb, 0x2b0, 0x5f, 0x1f1, 0x22b, 0x282, 0x21f, 0x133, 0x9f, 0x39c, 0x22e, 0x288, 0x37, 0x1f1, 0xa, ], [ // ECL 8 (512 factors) ----------------------------------------------------------------------------- 0x160, 0x4d, 0x175, 0x1f8, 0x23, 0x257, 0x1ac, 0xcf, 0x199, 0x23e, 0x76, 0x1f2, 0x11d, 0x17c, 0x15e, 0x1ec, // 16 0xc5, 0x109, 0x398, 0x9b, 0x392, 0x12b, 0xe5, 0x283, 0x126, 0x367, 0x132, 0x58, 0x57, 0xc1, 0x160, 0x30d, // 32 0x34e, 0x4b, 0x147, 0x208, 0x1b3, 0x21f, 0xcb, 0x29a, 0xf9, 0x15a, 0x30d, 0x26d, 0x280, 0x10c, 0x31a, 0x216, // 48 0x21b, 0x30d, 0x198, 0x186, 0x284, 0x66, 0x1dc, 0x1f3, 0x122, 0x278, 0x221, 0x25, 0x35a, 0x394, 0x228, 0x29, // 64 0x21e, 0x121, 0x7a, 0x110, 0x17f, 0x320, 0x1e5, 0x62, 0x2f0, 0x1d8, 0x2f9, 0x6b, 0x310, 0x35c, 0x292, 0x2e5, // 80 0x122, 0xcc, 0x2a9, 0x197, 0x357, 0x55, 0x63, 0x3e, 0x1e2, 0xb4, 0x14, 0x129, 0x1c3, 0x251, 0x391, 0x8e, // 96 0x328, 0x2ac, 0x11f, 0x218, 0x231, 0x4c, 0x28d, 0x383, 0x2d9, 0x237, 0x2e8, 0x186, 0x201, 0xc0, 0x204, 0x102, // 112 0xf0, 0x206, 0x31a, 0x18b, 0x300, 0x350, 0x33, 0x262, 0x180, 0xa8, 0xbe, 0x33a, 0x148, 0x254, 0x312, 0x12f, // 128 0x23a, 0x17d, 0x19f, 0x281, 0x9c, 0xed, 0x97, 0x1ad, 0x213, 0xcf, 0x2a4, 0x2c6, 0x59, 0xa8, 0x130, 0x192, // 144 0x28, 0x2c4, 0x23f, 0xa2, 0x360, 0xe5, 0x41, 0x35d, 0x349, 0x200, 0xa4, 0x1dd, 0xdd, 0x5c, 0x166, 0x311, // 160 0x120, 0x165, 0x352, 0x344, 0x33b, 0x2e0, 0x2c3, 0x5e, 0x8, 0x1ee, 0x72, 0x209, 0x2, 0x1f3, 0x353, 0x21f, // 176 0x98, 0x2d9, 0x303, 0x5f, 0xf8, 0x169, 0x242, 0x143, 0x358, 0x31d, 0x121, 0x33, 0x2ac, 0x1d2, 0x215, 0x334, // 192 0x29d, 0x2d, 0x386, 0x1c4, 0xa7, 0x156, 0xf4, 0xad, 0x23, 0x1cf, 0x28b, 0x33, 0x2bb, 0x24f, 0x1c4, 0x242, // 208 0x25, 0x7c, 0x12a, 0x14c, 0x228, 0x2b, 0x1ab, 0x77, 0x296, 0x309, 0x1db, 0x352, 0x2fc, 0x16c, 0x242, 0x38f, // 224 0x11b, 0x2c7, 0x1d8, 0x1a4, 0xf5, 0x120, 0x252, 0x18a, 0x1ff, 0x147, 0x24d, 0x309, 0x2bb, 0x2b0, 0x2b, 0x198, // 240 0x34a, 0x17f, 0x2d1, 0x209, 0x230, 0x284, 0x2ca, 0x22f, 0x3e, 0x91, 0x369, 0x297, 0x2c9, 0x9f, 0x2a0, 0x2d9, // 256 0x270, 0x3b, 0xc1, 0x1a1, 0x9e, 0xd1, 0x233, 0x234, 0x157, 0x2b5, 0x6d, 0x260, 0x233, 0x16d, 0xb5, 0x304, // 272 0x2a5, 0x136, 0xf8, 0x161, 0x2c4, 0x19a, 0x243, 0x366, 0x269, 0x349, 0x278, 0x35c, 0x121, 0x218, 0x23, 0x309, // 288 0x26a, 0x24a, 0x1a8, 0x341, 0x4d, 0x255, 0x15a, 0x10d, 0x2f5, 0x278, 0x2b7, 0x2ef, 0x14b, 0xf7, 0xb8, 0x2d, // 304 0x313, 0x2a8, 0x12, 0x42, 0x197, 0x171, 0x36, 0x1ec, 0xe4, 0x265, 0x33e, 0x39a, 0x1b5, 0x207, 0x284, 0x389, // 320 0x315, 0x1a4, 0x131, 0x1b9, 0xcf, 0x12c, 0x37c, 0x33b, 0x8d, 0x219, 0x17d, 0x296, 0x201, 0x38, 0xfc, 0x155, // 336 0xf2, 0x31d, 0x346, 0x345, 0x2d0, 0xe0, 0x133, 0x277, 0x3d, 0x57, 0x230, 0x136, 0x2f4, 0x299, 0x18d, 0x328, // 352 0x353, 0x135, 0x1d9, 0x31b, 0x17a, 0x1f, 0x287, 0x393, 0x1cb, 0x326, 0x24e, 0x2db, 0x1a9, 0xd8, 0x224, 0xf9, // 368 0x141, 0x371, 0x2bb, 0x217, 0x2a1, 0x30e, 0xd2, 0x32f, 0x389, 0x12f, 0x34b, 0x39a, 0x119, 0x49, 0x1d5, 0x317, // 384 0x294, 0xa2, 0x1f2, 0x134, 0x9b, 0x1a6, 0x38b, 0x331, 0xbb, 0x3e, 0x10, 0x1a9, 0x217, 0x150, 0x11e, 0x1b5, // 400 0x177, 0x111, 0x262, 0x128, 0xb7, 0x39b, 0x74, 0x29b, 0x2ef, 0x161, 0x3e, 0x16e, 0x2b3, 0x17b, 0x2af, 0x34a, // 416 0x25, 0x165, 0x2d0, 0x2e6, 0x14a, 0x5, 0x27, 0x39b, 0x137, 0x1a8, 0xf2, 0x2ed, 0x141, 0x36, 0x29d, 0x13c, // 432 0x156, 0x12b, 0x216, 0x69, 0x29b, 0x1e8, 0x280, 0x2a0, 0x240, 0x21c, 0x13c, 0x1e6, 0x2d1, 0x262, 0x2e, 0x290, // 448 0x1bf, 0xab, 0x268, 0x1d0, 0xbe, 0x213, 0x129, 0x141, 0x2fa, 0x2f0, 0x215, 0xaf, 0x86, 0xe, 0x17d, 0x1b1, // 464 0x2cd, 0x2d, 0x6f, 0x14, 0x254, 0x11c, 0x2e0, 0x8a, 0x286, 0x19b, 0x36d, 0x29d, 0x8d, 0x397, 0x2d, 0x30c, // 480 0x197, 0xa4, 0x14c, 0x383, 0xa5, 0x2d6, 0x258, 0x145, 0x1f2, 0x28f, 0x165, 0x2f0, 0x300, 0xdf, 0x351, 0x287, // 496 0x3f, 0x136, 0x35f, 0xfb, 0x16e, 0x130, 0x11a, 0x2e2, 0x2a3, 0x19a, 0x185, 0xf4, 0x1f, 0x79, 0x12f, 0x107, ]] </span> </dt> <dd>Array of factors of the Reed-Solomon polynomial equations used for error correction; One sub array for each correction level (0-8).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_START_PATTERN">START_PATTERN</a> <span> &nbsp;= &#039;11111111010101000&#039; </span> </dt> <dd>Start pattern</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_STOP_PATTERN">STOP_PATTERN</a> <span> &nbsp;= &#039;111111101000101001&#039; </span> </dt> <dd>Stop pattern</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_TEXT_LATCH">TEXT_LATCH</a> <span> &nbsp;= [&#039;01&#039; =&gt; [27], &#039;02&#039; =&gt; [28], &#039;03&#039; =&gt; [28, 25], &#039;10&#039; =&gt; [28, 28], &#039;12&#039; =&gt; [28], &#039;13&#039; =&gt; [28, 25], &#039;20&#039; =&gt; [28], &#039;21&#039; =&gt; [27], &#039;23&#039; =&gt; [25], &#039;30&#039; =&gt; [29], &#039;31&#039; =&gt; [29, 27], &#039;32&#039; =&gt; [29, 28]] </span> </dt> <dd>Array of switching codes for Text Compaction Sub-Modes</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_TEXT_SUB_MODES">TEXT_SUB_MODES</a> <span> &nbsp;= [[ // Alpha 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x20, 0xfd, 0xfe, 0xff, ], [ // Lower 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7a, 0x20, 0xfd, 0xfe, 0xff, ], [ // Mixed 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x26, 0xd, 0x9, 0x2c, 0x3a, 0x23, 0x2d, 0x2e, 0x24, 0x2f, 0x2b, 0x25, 0x2a, 0x3d, 0x5e, 0xfb, 0x20, 0xfd, 0xfe, 0xff, ], [ // Puntuaction 0x3b, 0x3c, 0x3e, 0x40, 0x5b, 0x5c, 0x5d, 0x5f, 0x60, 0x7e, 0x21, 0xd, 0x9, 0x2c, 0x3a, 0xa, 0x2d, 0x2e, 0x24, 0x2f, 0x22, 0x7c, 0x2a, 0x28, 0x29, 0x3f, 0x7b, 0x7d, 0x27, 0xff, ]] </span> </dt> <dd>Array of text Compaction Sub-Modes (values 0xFB - 0xFF are used for submode changers)</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_CLUSTERS"> CLUSTERS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data#constant_CLUSTERS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/PdfFourOneSeven/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data"><abbr title="src/Type/Square/PdfFourOneSeven/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">233</span> </aside> <p class="phpdocumentor-summary">Clusters of codewords (0, 3, 6).</p>classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequencehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven">PdfFourOneSeven</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Sequence <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/PdfFourOneSeven/Sequence.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence"><abbr title="src/Type/Square/PdfFourOneSeven/Sequence.php">Sequence.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence</p> <section class="phpdocumentor-description"><p>Process for PdfFourOneSeven Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-QrCodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> QrCode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode"><abbr title="src/Type/Square/QrCode.php">QrCode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode</p> <section class="phpdocumentor-description"><p>QrCode Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStreamhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ByteStream <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encode">Encode</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/ByteStream.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream"><abbr title="src/Type/Square/QrCode/ByteStream.php">ByteStream.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Item from \Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_appendNewInputItem">appendNewInputItem()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr>&gt; </span> </dt> <dd>Append data to an input object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#method_encodeBitStream">encodeBitStream()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr> </span> </dt> <dd>Encode BitStream</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsMode8">estimateBitsMode8()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsMode8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeAn">estimateBitsModeAn()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeAn</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeKanji">estimateBitsModeKanji()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeKanji</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeNum">estimateBitsModeNum()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeNum</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateVersion">estimateVersion()</a> <span> &nbsp;: int </span> </dt> <dd>Estimate version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#method_getByteStream">getByteStream()</a> <span> &nbsp;: array&lt;int, int&gt; </span> </dt> <dd>Pack all bit streams padding bits into a byte array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_getEncodingMode">getEncodingMode()</a> <span> &nbsp;: int </span> </dt> <dd>Get the encoding mode to use</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_getLengthIndicator">getLengthIndicator()</a> <span> &nbsp;: int </span> </dt> <dd>Return the size of length indicator for the mode and version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isAlphanumericAt">isAlphanumericAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is an alphanumeric character</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isDigitAt">isDigitAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is a number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_lookAnTable">lookAnTable()</a> <span> &nbsp;: int </span> </dt> <dd>Look up the alphabet-numeric conversion table (see JIS X0510:2004, pp.19)</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Data <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data"><abbr title="src/Type/Square/QrCode/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Data</p> <section class="phpdocumentor-description"><p>Data for QrCode Barcode type class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_ALIGN_PATTERN">ALIGN_PATTERN</a> <span> &nbsp;= [[0, 0], [0, 0], [18, 0], [22, 0], [26, 0], [30, 0], [34, 0], [22, 38], [24, 42], [26, 46], [28, 50], [30, 54], [32, 58], [34, 62], [26, 46], [26, 48], [26, 50], [30, 54], [30, 56], [30, 58], [34, 62], [28, 50], [26, 50], [30, 54], [28, 54], [32, 58], [30, 58], [34, 62], [26, 50], [30, 54], [26, 52], [30, 56], [34, 60], [30, 58], [34, 62], [30, 54], [24, 50], [28, 54], [32, 58], [26, 54], [30, 58]] </span> </dt> <dd>Array Positions of alignment patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_AN_TABLE">AN_TABLE</a> <span> &nbsp;= [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 36, -1, -1, -1, 37, 38, -1, -1, -1, -1, 39, 40, -1, 41, 42, 43, // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 44, -1, -1, -1, -1, -1, // -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, // 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1, // -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, ] </span> </dt> <dd>Alphabet-numeric conversion table.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_CAPACITY">CAPACITY</a> <span> &nbsp;= [[0, 0, 0, [0, 0, 0, 0]], [21, 26, 0, [7, 10, 13, 17]], [25, 44, 7, [10, 16, 22, 28]], [29, 70, 7, [15, 26, 36, 44]], [33, 100, 7, [20, 36, 52, 64]], [37, 134, 7, [26, 48, 72, 88]], [41, 172, 7, [36, 64, 96, 112]], [45, 196, 0, [40, 72, 108, 130]], [49, 242, 0, [48, 88, 132, 156]], [53, 292, 0, [60, 110, 160, 192]], [57, 346, 0, [72, 130, 192, 224]], [61, 404, 0, [80, 150, 224, 264]], [65, 466, 0, [96, 176, 260, 308]], [69, 532, 0, [104, 198, 288, 352]], [73, 581, 3, [120, 216, 320, 384]], [77, 655, 3, [132, 240, 360, 432]], [81, 733, 3, [144, 280, 408, 480]], [85, 815, 3, [168, 308, 448, 532]], [89, 901, 3, [180, 338, 504, 588]], [93, 991, 3, [196, 364, 546, 650]], [97, 1085, 3, [224, 416, 600, 700]], [101, 1156, 4, [224, 442, 644, 750]], [105, 1258, 4, [252, 476, 690, 816]], [109, 1364, 4, [270, 504, 750, 900]], [113, 1474, 4, [300, 560, 810, 960]], [117, 1588, 4, [312, 588, 870, 1050]], [121, 1706, 4, [336, 644, 952, 1110]], [125, 1828, 4, [360, 700, 1020, 1200]], [129, 1921, 3, [390, 728, 1050, 1260]], [133, 2051, 3, [420, 784, 1140, 1350]], [137, 2185, 3, [450, 812, 1200, 1440]], [141, 2323, 3, [480, 868, 1290, 1530]], [145, 2465, 3, [510, 924, 1350, 1620]], [149, 2611, 3, [540, 980, 1440, 1710]], [153, 2761, 3, [570, 1036, 1530, 1800]], [157, 2876, 0, [570, 1064, 1590, 1890]], [161, 3034, 0, [600, 1120, 1680, 1980]], [165, 3196, 0, [630, 1204, 1770, 2100]], [169, 3362, 0, [660, 1260, 1860, 2220]], [173, 3532, 0, [720, 1316, 1950, 2310]], [177, 3706, 0, [750, 1372, 2040, 2430]]] </span> </dt> <dd>Array Table of the capacity of symbols.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_ECC_LEVELS">ECC_LEVELS</a> <span> &nbsp;= [&#039;L&#039; =&gt; 0, &#039;M&#039; =&gt; 1, &#039;Q&#039; =&gt; 2, &#039;H&#039; =&gt; 3] </span> </dt> <dd>Array of valid error correction levels QRcode has a function of an error correcting for miss reading that white is black.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_ECC_TABLE">ECC_TABLE</a> <span> &nbsp;= [[[0, 0], [0, 0], [0, 0], [0, 0]], [[1, 0], [1, 0], [1, 0], [1, 0]], [[1, 0], [1, 0], [1, 0], [1, 0]], [[1, 0], [1, 0], [2, 0], [2, 0]], [[1, 0], [2, 0], [2, 0], [4, 0]], [[1, 0], [2, 0], [2, 2], [2, 2]], [[2, 0], [4, 0], [4, 0], [4, 0]], [[2, 0], [4, 0], [2, 4], [4, 1]], [[2, 0], [2, 2], [4, 2], [4, 2]], [[2, 0], [3, 2], [4, 4], [4, 4]], [[2, 2], [4, 1], [6, 2], [6, 2]], [[4, 0], [1, 4], [4, 4], [3, 8]], [[2, 2], [6, 2], [4, 6], [7, 4]], [[4, 0], [8, 1], [8, 4], [12, 4]], [[3, 1], [4, 5], [11, 5], [11, 5]], [[5, 1], [5, 5], [5, 7], [11, 7]], [[5, 1], [7, 3], [15, 2], [3, 13]], [[1, 5], [10, 1], [1, 15], [2, 17]], [[5, 1], [9, 4], [17, 1], [2, 19]], [[3, 4], [3, 11], [17, 4], [9, 16]], [[3, 5], [3, 13], [15, 5], [15, 10]], [[4, 4], [17, 0], [17, 6], [19, 6]], [[2, 7], [17, 0], [7, 16], [34, 0]], [[4, 5], [4, 14], [11, 14], [16, 14]], [[6, 4], [6, 14], [11, 16], [30, 2]], [[8, 4], [8, 13], [7, 22], [22, 13]], [[10, 2], [19, 4], [28, 6], [33, 4]], [[8, 4], [22, 3], [8, 26], [12, 28]], [[3, 10], [3, 23], [4, 31], [11, 31]], [[7, 7], [21, 7], [1, 37], [19, 26]], [[5, 10], [19, 10], [15, 25], [23, 25]], [[13, 3], [2, 29], [42, 1], [23, 28]], [[17, 0], [10, 23], [10, 35], [19, 35]], [[17, 1], [14, 21], [29, 19], [11, 46]], [[13, 6], [14, 23], [44, 7], [59, 1]], [[12, 7], [12, 26], [39, 14], [22, 41]], [[6, 14], [6, 34], [46, 10], [2, 64]], [[17, 4], [29, 14], [49, 10], [24, 46]], [[4, 18], [13, 32], [48, 14], [42, 32]], [[20, 4], [40, 7], [43, 22], [10, 67]], [[19, 6], [18, 31], [34, 34], [20, 61]]] </span> </dt> <dd>Array Table of the error correction code (Reed-Solomon block).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_ENC_MODES">ENC_MODES</a> <span> &nbsp;= [&#039;NL&#039; =&gt; -1, &#039;NM&#039; =&gt; 0, &#039;AN&#039; =&gt; 1, &#039;8B&#039; =&gt; 2, &#039;KJ&#039; =&gt; 3, &#039;ST&#039; =&gt; 4] </span> </dt> <dd>Encoding modes (characters which can be encoded in QRcode)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_FORMAT_INFO">FORMAT_INFO</a> <span> &nbsp;= [[0x77c4, 0x72f3, 0x7daa, 0x789d, 0x662f, 0x6318, 0x6c41, 0x6976], [0x5412, 0x5125, 0x5e7c, 0x5b4b, 0x45f9, 0x40ce, 0x4f97, 0x4aa0], [0x355f, 0x3068, 0x3f31, 0x3a06, 0x24b4, 0x2183, 0x2eda, 0x2bed], [0x1689, 0x13be, 0x1ce7, 0x19d0, 0x762, 0x255, 0xd0c, 0x83b]] </span> </dt> <dd>Array Format information</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_LEN_TABLE_BITS">LEN_TABLE_BITS</a> <span> &nbsp;= [[10, 12, 14], [9, 11, 13], [8, 16, 16], [8, 10, 12]] </span> </dt> <dd>Array Length indicator.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_MAX_STRUCTURED_SYMBOLS">MAX_STRUCTURED_SYMBOLS</a> <span> &nbsp;= 16 </span> </dt> <dd>Max number of symbols for structured mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_N1">N1</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_N2">N2</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 2 mask pattern (module block of same color)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_N3">N3</a> <span> &nbsp;= 40 </span> </dt> <dd>Down point base value for case 3 mask pattern (1:1:3:1:1 (dark:bright:dark:bright:dark) pattern in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_N4">N4</a> <span> &nbsp;= 10 </span> </dt> <dd>Down point base value for case 4 mask pattern (ration of dark modules in whole)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRCAP_EC">QRCAP_EC</a> <span> &nbsp;= 3 </span> </dt> <dd>Matrix index to get error correction level from CAPACITY array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRCAP_REMINDER">QRCAP_REMINDER</a> <span> &nbsp;= 2 </span> </dt> <dd>Matrix index to get remainder from CAPACITY array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRCAP_WIDTH">QRCAP_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dd>Matrix index to get width from CAPACITY array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRCAP_WORDS">QRCAP_WORDS</a> <span> &nbsp;= 1 </span> </dt> <dd>Matrix index to get number of words from CAPACITY array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRSPEC_VERSION_MAX">QRSPEC_VERSION_MAX</a> <span> &nbsp;= 40 </span> </dt> <dd>Maximum QR Code version.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_QRSPEC_WIDTH_MAX">QRSPEC_WIDTH_MAX</a> <span> &nbsp;= 177 </span> </dt> <dd>Maximum matrix size for maximum version (version 40 is 177*177 matrix).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_STRUCTURE_HEADER_BITS">STRUCTURE_HEADER_BITS</a> <span> &nbsp;= 20 </span> </dt> <dd>Number of header bits for structured mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_VERSION_PATTERN">VERSION_PATTERN</a> <span> &nbsp;= [0x7c94, 0x85bc, 0x9a99, 0xa4d3, 0xbbf6, 0xc762, 0xd847, 0xe60d, 0xf928, 0x10b78, 0x1145d, 0x12a17, 0x13532, 0x149a6, 0x15683, 0x168c9, 0x177ec, 0x18ec4, 0x191e1, 0x1afab, 0x1b08e, 0x1cc1a, 0x1d33f, 0x1ed75, 0x1f250, 0x209d5, 0x216f0, 0x228ba, 0x2379f, 0x24b0b, 0x2542e, 0x26a64, 0x27541, 0x28c69] </span> </dt> <dd>Array Version information pattern (BCH coded).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_ALIGN_PATTERN"> ALIGN_PATTERN <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data#constant_ALIGN_PATTERN" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data"><abbr title="src/Type/Square/QrCode/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">431</span> </aside> <p class="phpdocumentor-summary">Array Positions of alignment patterns.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode">EncodingMode</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Encode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode"><abbr title="src/Type/Square/QrCode/Encode.php">Encode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Encode</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_appendNewInputItem">appendNewInputItem()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr>&gt; </span> </dt> <dd>Append data to an input object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsMode8">estimateBitsMode8()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsMode8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeAn">estimateBitsModeAn()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeAn</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeKanji">estimateBitsModeKanji()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeKanji</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeNum">estimateBitsModeNum()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeNum</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateVersion">estimateVersion()</a> <span> &nbsp;: int </span> </dt> <dd>Estimate version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_getEncodingMode">getEncodingMode()</a> <span> &nbsp;: int </span> </dt> <dd>Get the encoding mode to use</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_getLengthIndicator">getLengthIndicator()</a> <span> &nbsp;: int </span> </dt> <dd>Return the size of length indicator for the mode and version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isAlphanumericAt">isAlphanumericAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is an alphanumeric character</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isDigitAt">isDigitAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is a number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_lookAnTable">lookAnTable()</a> <span> &nbsp;: int </span> </dt> <dd>Look up the alphabet-numeric conversion table (see JIS X0510:2004, pp.19)</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoderhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encoder <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Init">Init</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Encoder.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder"><abbr title="src/Type/Square/QrCode/Encoder.php">Encoder.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Encoder</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#method_encodeMask">encodeMask()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Encode mask</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Mask.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask"><abbr title="src/Type/Square/QrCode/Mask.php">Mask.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">QR code version.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">int</span> <span class="phpdocumentor-signature__name">$version</span> </code> <section class="phpdocumentor-description"><p>The Size of QRcode is defined as version. Version is an integer value from 1 to 40. Version 1 is 21<em>21 matrix. And 4 modules increases whenever 1 version increases. So version 40 is 177</em>177 matrix.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingModehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> EncodingMode <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\InputItem">InputItem</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/EncodingMode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode"><abbr title="src/Type/Square/QrCode/EncodingMode.php">EncodingMode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_appendNewInputItem">appendNewInputItem()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr>&gt; </span> </dt> <dd>Append data to an input object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsMode8">estimateBitsMode8()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsMode8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeAn">estimateBitsModeAn()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeAn</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeKanji">estimateBitsModeKanji()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeKanji</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeNum">estimateBitsModeNum()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeNum</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateVersion">estimateVersion()</a> <span> &nbsp;: int </span> </dt> <dd>Estimate version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_getEncodingMode">getEncodingMode()</a> <span> &nbsp;: int </span> </dt> <dd>Get the encoding mode to use</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_getLengthIndicator">getLengthIndicator()</a> <span> &nbsp;: int </span> </dt> <dd>Return the size of length indicator for the mode and version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isAlphanumericAt">isAlphanumericAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is an alphanumeric character</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#method_isDigitAt">isDigitAt()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the character at specified position is a number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_lookAnTable">lookAnTable()</a> <span> &nbsp;: int </span> </dt> <dd>Look up the alphabet-numeric conversion table (see JIS X0510:2004, pp.19)</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimatehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Estimate <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Item array{ 'mode': int, 'size': int, 'data': array&lt;int, string&gt;, 'bstream': array&lt;int, int&gt;, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsMode8">estimateBitsMode8()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsMode8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeAn">estimateBitsModeAn()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeAn</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeKanji">estimateBitsModeKanji()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeKanji</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeNum">estimateBitsModeNum()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeNum</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateVersion">estimateVersion()</a> <span> &nbsp;: int </span> </dt> <dd>Estimate version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_getLengthIndicator">getLengthIndicator()</a> <span> &nbsp;: int </span> </dt> <dd>Return the size of length indicator for the mode and version</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Inithttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Init <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Mask">Mask</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Init.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init"><abbr title="src/Type/Square/QrCode/Init.php">Init.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">53</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Init</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RSItem array{ 'alpha_to': array&lt;int, int&gt;, 'fcr': int, 'genpoly': array&lt;int, int&gt;, 'gfpoly': int, 'index_of': array&lt;int, int&gt;, 'iprim': int, 'mm': int, 'nn': int, 'nroots': int, 'pad': int, 'prim': int, }</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>RSblock array{ 'data': array&lt;int, int&gt;, 'dataLength': int, 'ecc': array&lt;int, int&gt;, 'eccLength': int, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Mask.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask"><abbr title="src/Type/Square/QrCode/Mask.php">Mask.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItemhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> InputItem <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Estimate">Estimate</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/InputItem.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem"><abbr title="src/Type/Square/QrCode/InputItem.php">InputItem.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\InputItem</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Item from \Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_appendNewInputItem">appendNewInputItem()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr>&gt; </span> </dt> <dd>Append data to an input object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsMode8">estimateBitsMode8()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsMode8</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeAn">estimateBitsModeAn()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeAn</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeKanji">estimateBitsModeKanji()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeKanji</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateBitsModeNum">estimateBitsModeNum()</a> <span> &nbsp;: int </span> </dt> <dd>estimateBitsModeNum</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_estimateVersion">estimateVersion()</a> <span> &nbsp;: int </span> </dt> <dd>Estimate version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#method_getLengthIndicator">getLengthIndicator()</a> <span> &nbsp;: int </span> </dt> <dd>Return the size of length indicator for the mode and version</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#method_lookAnTable">lookAnTable()</a> <span> &nbsp;: int </span> </dt> <dd>Look up the alphabet-numeric conversion table (see JIS X0510:2004, pp.19)</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Estimate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate"><abbr title="src/Type/Square/QrCode/Estimate.php">Estimate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">QR code version.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Maskhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Mask <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum">MaskNum</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Mask.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask"><abbr title="src/Type/Square/QrCode/Mask.php">Mask.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Mask</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version">$version</a> <span> &nbsp;: int </span> </dt> <dd>QR code version.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_version"> $version <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask#property_version" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Mask.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask"><abbr title="src/Type/Square/QrCode/Mask.php">Mask.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">QR code version.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">int</span> <span class="phpdocumentor-signature__name">$version</span> </code> <section class="phpdocumentor-description"><p>The Size of QRcode is defined as version. Version is an integer value from 1 to 40. Version 1 is 21<em>21 matrix. And 4 modules increases whenever 1 version increases. So version 40 is 177</em>177 matrix.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNumhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> MaskNum <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/MaskNum.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum"><abbr title="src/Type/Square/QrCode/MaskNum.php">MaskNum.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/MaskNum.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spechttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Spec <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs">SpecRs</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Spec.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec"><abbr title="src/Type/Square/QrCode/Spec.php">Spec.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">38</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Spec</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>EccSpec array{ 0: int, 1: int, 2: int, 3: int, 4: int, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_createFrame">createFrame()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Return a copy of initialized frame.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getDataLength">getDataLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return maximum data code length (bytes) for the version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getECCLength">getECCLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return maximum error correction code length (bytes) for the version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getEccSpec">getEccSpec()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\EccSpec">EccSpec</abbr> </span> </dt> <dd>Return an array of ECC specification.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getFormatInfo">getFormatInfo()</a> <span> &nbsp;: int </span> </dt> <dd>Return BCH encoded format information pattern.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getRemainder">getRemainder()</a> <span> &nbsp;: int </span> </dt> <dd>Return the numer of remainder bits.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_getVersionPattern">getVersionPattern()</a> <span> &nbsp;: int </span> </dt> <dd>Return BCH encoded version information pattern that is used for the symbol of version 7 or greater.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_getWidth">getWidth()</a> <span> &nbsp;: int </span> </dt> <dd>Return the width of the symbol for the version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#method_maximumWords">maximumWords()</a> <span> &nbsp;: int </span> </dt> <dd>Return the maximum length for the mode and version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putAlignmentMarker">putAlignmentMarker()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put an alignment marker.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putAlignmentPattern">putAlignmentPattern()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put an alignment pattern.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putFinderPattern">putFinderPattern()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put a finder pattern.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_qrstrset">qrstrset()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Replace a value on the array at the specified position</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum">rsBlockNum()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 0</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum1">rsBlockNum1()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum2">rsBlockNum2()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataCodes1">rsDataCodes1()</a> <span> &nbsp;: int </span> </dt> <dd>Return data codes 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataCodes2">rsDataCodes2()</a> <span> &nbsp;: int </span> </dt> <dd>Return data codes 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataLength">rsDataLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return data length</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccCodes1">rsEccCodes1()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc codes 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccCodes2">rsEccCodes2()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc codes 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccLength">rsEccLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc length</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_createFrame"> createFrame() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_createFrame" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/SpecRs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs"><abbr title="src/Type/Square/QrCode/SpecRs.php">SpecRs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">151</span> </aside> <p class="phpdocumentor-summary">Return a copy of initialized frame.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> SpecRs <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/SpecRs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs"><abbr title="src/Type/Square/QrCode/SpecRs.php">SpecRs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.TooManyPublicMethods&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_createFrame">createFrame()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Return a copy of initialized frame.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_getVersionPattern">getVersionPattern()</a> <span> &nbsp;: int </span> </dt> <dd>Return BCH encoded version information pattern that is used for the symbol of version 7 or greater.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putAlignmentMarker">putAlignmentMarker()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put an alignment marker.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putAlignmentPattern">putAlignmentPattern()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put an alignment pattern.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_putFinderPattern">putFinderPattern()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Put a finder pattern.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_qrstrset">qrstrset()</a> <span> &nbsp;: array&lt;int, string&gt; </span> </dt> <dd>Replace a value on the array at the specified position</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum">rsBlockNum()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 0</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum1">rsBlockNum1()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsBlockNum2">rsBlockNum2()</a> <span> &nbsp;: int </span> </dt> <dd>Return block number 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataCodes1">rsDataCodes1()</a> <span> &nbsp;: int </span> </dt> <dd>Return data codes 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataCodes2">rsDataCodes2()</a> <span> &nbsp;: int </span> </dt> <dd>Return data codes 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsDataLength">rsDataLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return data length</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccCodes1">rsEccCodes1()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc codes 1</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccCodes2">rsEccCodes2()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc codes 2</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_rsEccLength">rsEccLength()</a> <span> &nbsp;: int </span> </dt> <dd>Return ecc length</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_createFrame"> createFrame() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs#method_createFrame" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/SpecRs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs"><abbr title="src/Type/Square/QrCode/SpecRs.php">SpecRs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">151</span> </aside> <p class="phpdocumentor-summary">Return a copy of initialized frame.</p>classes-Com-Tecnick-Barcode-Type-Square-QrCode-Splithttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode">QrCode</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Split <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Split.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split"><abbr title="src/Type/Square/QrCode/Split.php">Split.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\QrCode\Split</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Item from \Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#method_getSplittedString">getSplittedString()</a> <span> &nbsp;: array&lt;int, <abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Item">Item</abbr>&gt; </span> </dt> <dd>Split the input string</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Split.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split"><abbr title="src/Type/Square/QrCode/Split.php">Split.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">50</span> </aside> <p class="phpdocumentor-summary">Initialize</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream">ByteStream</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$encodingMode</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$hint</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$version</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$encodingMode</span> : <span class="phpdocumentor-argument-list__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream">ByteStream</abbr></a></span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>ByteStream Class object</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$hint</span> : <span class="phpdocumentor-argument-list__argument__type">int</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Encoding mode</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$version</span> : <span class="phpdocumentor-argument-list__argument__type">int</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Code version</p> </section> </dd> </dl> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getSplittedString"> getSplittedString() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split#method_getSplittedString" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/QrCode/Split.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split"><abbr title="src/Type/Square/QrCode/Split.php">Split.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">76</span> </aside> <p class="phpdocumentor-summary">Split the input string</p>classes-Com-Tecnick-Barcode-Type-Square-Rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Raw <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Raw">Raw</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode">Barcode</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Square/Raw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw"><abbr title="src/Type/Square/Raw.php">Raw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Barcode\Type\Square\Raw</p> <section class="phpdocumentor-description"><p>Raw Barcode type class RAW MODE (comma-separated rows)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> https://github.com/tecnickcom/tc-lib-barcode </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new barcode object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getArray">getArray()</a> <span> &nbsp;: <abbr title="array{'type': string, 'format': string, 'params': (int|float|string)[], 'code': string, 'extcode': string, 'ncols': int, 'nrows': int, 'width': int, 'height': int, 'width_ratio': float, 'height_ratio': float, 'padding': array{'T': int, 'R': int, 'B': int, 'L': int}, 'full_width': int, 'full_height': int, 'color_obj': \Com\Tecnick\Color\Model\Rgb, 'bg_color_obj': ?\Com\Tecnick\Color\Model\Rgb, 'bars': array{int, int, int, int}[]}">Rgb, 'bars': array{int, int, int, int}[]}</abbr> </span> </dt> <dd>Get the barcode raw array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYWH">getBarsArrayXYWH()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getBarsArrayXYXY">getBarsArrayXYXY()</a> <span> &nbsp;: array&lt;int, array{float, float, float, float}&gt; </span> </dt> <dd>Get the array containing all the formatted bars coordinates</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getExtendedCode">getExtendedCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the extended code (code + checksum)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGd">getGd()</a> <span> &nbsp;: <abbr title="\GdImage">GdImage</abbr> </span> </dt> <dd>Get the barcode as GD image object (requires GD library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getGrid">getGrid()</a> <span> &nbsp;: string </span> </dt> <dd>Get a raw barcode string representation using characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert#method_getGridArray">getGridArray()</a> <span> &nbsp;: array&lt;int, array&lt;int, string&gt;&gt; </span> </dt> <dd>Get a raw barcode grid array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getHtmlDiv">getHtmlDiv()</a> <span> &nbsp;: string </span> </dt> <dd>Get an HTML representation of the barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getInlineSvgCode">getInlineSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as inline SVG code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPng">getPng()</a> <span> &nbsp;: void </span> </dt> <dd>Get Barcode as PNG Image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngData">getPngData()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires GD or Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getPngDataImagick">getPngDataImagick()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as PNG image (requires Imagick library)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvg">getSvg()</a> <span> &nbsp;: void </span> </dt> <dd>Get the barcode as SVG image object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_getSvgCode">getSvgCode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the barcode as SVG code, including the XML declaration.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setBackgroundColor">setBackgroundColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the background color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setColor">setColor()</a> <span> &nbsp;: static </span> </dt> <dd>Set the color of the bars.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method_setSize">setSize()</a> <span> &nbsp;: static </span> </dt> <dd>Set the size of the barcode to be exported</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Initialize a new barcode object</p>files-src-barcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Barcode.php</h2> <p class="phpdocumentor-summary">Barcode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode"><abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr></a></dt><dd>Com\Tecnick\Barcode\Barcode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Barcode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-barcode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception"><abbr title="\Com\Tecnick\Barcode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Barcode\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-modelhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Model.php</h2> <p class="phpdocumentor-summary">Type.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-model#toc-interfaces">Interfaces</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-typehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Type.php</h2> <p class="phpdocumentor-summary">Type.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-converthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Convert.php</h2> <p class="phpdocumentor-summary">Convert.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert"><abbr title="\Com\Tecnick\Barcode\Type\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Convert</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Convert.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-convert#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linearhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Linear.php</h2> <p class="phpdocumentor-summary">Linear.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codabarhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Codabar.php</h2> <p class="phpdocumentor-summary">Codabar.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Codabar">Codabar</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Codabar;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Codabar.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codabar#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeninethreehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeNineThree.php</h2> <p class="phpdocumentor-summary">CodeNineThree.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeNineThree">CodeNineThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeNineThree;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeNineThree.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeninethree#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeoneonehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeOneOne.php</h2> <p class="phpdocumentor-summary">CodeOneOne.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneOne">CodeOneOne</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneOne;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneOne.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeoneone#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeonetwoeighthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeOneTwoEight.php</h2> <p class="phpdocumentor-summary">CodeOneTwoEight.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneTwoEight.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeonetwoeight-codeonetwoeightahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeOneTwoEightA.php</h2> <p class="phpdocumentor-summary">A.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightA">CodeOneTwoEightA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\A;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeighta#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeonetwoeight-codeonetwoeightbhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeOneTwoEightB.php</h2> <p class="phpdocumentor-summary">B.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightB">CodeOneTwoEightB</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\B;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightb#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeonetwoeight-codeonetwoeightchttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeOneTwoEightC.php</h2> <p class="phpdocumentor-summary">C.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightC">CodeOneTwoEightC</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\C;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-codeonetwoeightc#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codeonetwoeight-processhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Process.php</h2> <p class="phpdocumentor-summary">Process.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process">Process</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeOneTwoEight/Process.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codeonetwoeight-process#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codethreeninehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeThreeNine.php</h2> <p class="phpdocumentor-summary">CodeThreeNine.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNine">CodeThreeNine</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNine</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeThreeNine.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenine#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codethreeninecheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeThreeNineCheck.php</h2> <p class="phpdocumentor-summary">CodeThreeNineCheck.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineCheck">CodeThreeNineCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineCheck</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeThreeNineCheck.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreeninecheck#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codethreenineexthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeThreeNineExt.php</h2> <p class="phpdocumentor-summary">CodeThreeNineExt.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExt">CodeThreeNineExt</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineExt</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeThreeNineExt.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineext#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-codethreenineextcheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CodeThreeNineExtCheck.php</h2> <p class="phpdocumentor-summary">CodeThreeNineExtCheck.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/CodeThreeNineExtCheck.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-codethreenineextcheck#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-eaneighthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EanEight.php</h2> <p class="phpdocumentor-summary">EanEight.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanEight">EanEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanEight;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/EanEight.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eaneight#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-eanfivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EanFive.php</h2> <p class="phpdocumentor-summary">EanFive.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanFive">EanFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanFive;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/EanFive.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanfive#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-eanonethreehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EanOneThree.php</h2> <p class="phpdocumentor-summary">EanOneThree.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanOneThree">EanOneThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanOneThree;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/EanOneThree.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eanonethree#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-eantwohttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EanTwo.php</h2> <p class="phpdocumentor-summary">EanTwo.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanTwo">EanTwo</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanTwo;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/EanTwo.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-eantwo#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-imbhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Imb.php</h2> <p class="phpdocumentor-summary">Imb.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Imb">Imb</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Imb;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Imb.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imb#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-imbprehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ImbPre.php</h2> <p class="phpdocumentor-summary">ImbPre.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre"><abbr title="\Com\Tecnick\Barcode\Type\Linear\ImbPre">ImbPre</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\ImbPre;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/ImbPre.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-imbpre#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-interleavedtwooffivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">InterleavedTwoOfFive.php</h2> <p class="phpdocumentor-summary">InterleavedTwoOfFive.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive">InterleavedTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/InterleavedTwoOfFive.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffive#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-interleavedtwooffivecheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">InterleavedTwoOfFiveCheck.php</h2> <p class="phpdocumentor-summary">InterleavedTwoOfFiveCheck.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck">InterleavedTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/InterleavedTwoOfFiveCheck.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-interleavedtwooffivecheck#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-klantindexhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">KlantIndex.php</h2> <p class="phpdocumentor-summary">KlantIndex.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex"><abbr title="\Com\Tecnick\Barcode\Type\Linear\KlantIndex">KlantIndex</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\KlantIndex;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/KlantIndex.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-klantindex#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-msihttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Msi.php</h2> <p class="phpdocumentor-summary">Msi.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Msi">Msi</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Msi;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Msi.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msi#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-msicheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">MsiCheck.php</h2> <p class="phpdocumentor-summary">MsiCheck.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\MsiCheck">MsiCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\MsiCheck;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/MsiCheck.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-msicheck#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-pharmahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Pharma.php</h2> <p class="phpdocumentor-summary">Pharma.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Pharma">Pharma</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Pharma;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Pharma.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharma#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-pharmatwotrackshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">PharmaTwoTracks.php</h2> <p class="phpdocumentor-summary">PharmaTwoTracks.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks"><abbr title="\Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks">PharmaTwoTracks</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/PharmaTwoTracks.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-pharmatwotracks#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-planethttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Planet.php</h2> <p class="phpdocumentor-summary">Planet.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Planet">Planet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Planet;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Planet.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-planet#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-postnethttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Postnet.php</h2> <p class="phpdocumentor-summary">Postnet.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Postnet">Postnet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Postnet;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Postnet.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-postnet#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Raw.php</h2> <p class="phpdocumentor-summary">Raw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Raw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/Raw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-raw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-royalmailfourcchttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RoyalMailFourCc.php</h2> <p class="phpdocumentor-summary">RoyalMailFourCC.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc"><abbr title="\Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc">RoyalMailFourCc</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/RoyalMailFourCc.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-royalmailfourcc#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-standardtwooffivehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StandardTwoOfFive.php</h2> <p class="phpdocumentor-summary">StandardTwoOfFive.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive">StandardTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/StandardTwoOfFive.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffive#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-standardtwooffivecheckhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">StandardTwoOfFiveCheck.php</h2> <p class="phpdocumentor-summary">StandardTwoOfFiveCheck.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck">StandardTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/StandardTwoOfFiveCheck.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-standardtwooffivecheck#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-upcahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">UpcA.php</h2> <p class="phpdocumentor-summary">UpcA.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcA">UpcA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcA;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/UpcA.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upca#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-linear-upcehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">UpcE.php</h2> <p class="phpdocumentor-summary">UpcE.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcE">UpcE</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcE;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Linear/UpcE.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-linear-upce#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Raw.php</h2> <p class="phpdocumentor-summary">Raw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Raw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Raw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-raw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-squarehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Square.php</h2> <p class="phpdocumentor-summary">Square.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztechttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Aztec.php</h2> <p class="phpdocumentor-summary">Aztec.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-12</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec">Aztec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-bitstreamhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Bitstream.php</h2> <p class="phpdocumentor-summary">Bitstream.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream">Bitstream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Bitstream.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-bitstream#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-codewordhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Codeword.php</h2> <p class="phpdocumentor-summary">Codeword.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Codeword">Codeword</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Codeword</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Codeword.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-codeword#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Data.php</h2> <p class="phpdocumentor-summary">Data.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Data</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encode.php</h2> <p class="phpdocumentor-summary">Encode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Encode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Encode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-encode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-errorcorrectionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ErrorCorrection.php</h2> <p class="phpdocumentor-summary">ErrorCorrection.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/ErrorCorrection.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-errorcorrection#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-aztec-layershttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Layers.php</h2> <p class="phpdocumentor-summary">Layers.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2023-10-13</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2023-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Layers">Layers</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Layers</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Aztec/Layers.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-aztec-layers#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrixhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Datamatrix.php</h2> <p class="phpdocumentor-summary">Datamatrix.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix">Datamatrix</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Data.php</h2> <p class="phpdocumentor-summary">Data.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Data</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/Data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encode.php</h2> <p class="phpdocumentor-summary">Encode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/Encode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-encodetxthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EncodeTxt.php</h2> <p class="phpdocumentor-summary">EncodeTxt.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\EncodeTxt">EncodeTxt</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encodetxt</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/EncodeTxt.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-encodetxt#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-errorcorrectionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ErrorCorrection.php</h2> <p class="phpdocumentor-summary">ErrorCorrection.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/ErrorCorrection.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-errorcorrection#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-modeshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Modes.php</h2> <p class="phpdocumentor-summary">Modes.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes">Modes</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/Modes.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-modes#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-placementhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Placement.php</h2> <p class="phpdocumentor-summary">Placement.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement">Placement</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/Placement.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-placement#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-datamatrix-stepshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Steps.php</h2> <p class="phpdocumentor-summary">Steps.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps">Steps</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Datamatrix/Steps.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-datamatrix-steps#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-pdffouronesevenhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">PdfFourOneSeven.php</h2> <p class="phpdocumentor-summary">PdfFourOneSeven.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven">PdfFourOneSeven</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/PdfFourOneSeven.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-pdffouroneseven-compactionhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Compaction.php</h2> <p class="phpdocumentor-summary">Process.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction">Compaction</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/PdfFourOneSeven/Compaction.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-compaction#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-pdffouroneseven-datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Data.php</h2> <p class="phpdocumentor-summary">Process.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/PdfFourOneSeven/Data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-pdffouroneseven-sequencehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Sequence.php</h2> <p class="phpdocumentor-summary">Process.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence">Sequence</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/PdfFourOneSeven/Sequence.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-pdffouroneseven-sequence#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">QrCode.php</h2> <p class="phpdocumentor-summary">QrCode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode">QrCode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-bytestreamhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ByteStream.php</h2> <p class="phpdocumentor-summary">ByteStream.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream">ByteStream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/ByteStream.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-bytestream#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-datahttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Data.php</h2> <p class="phpdocumentor-summary">Data.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Data</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-encodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encode.php</h2> <p class="phpdocumentor-summary">Encode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Encode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-encoderhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encoder.php</h2> <p class="phpdocumentor-summary">Encoder.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encoder">Encoder</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encoder</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Encoder.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encoder#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-encodingmodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">EncodingMode.php</h2> <p class="phpdocumentor-summary">EncodingMode.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode">EncodingMode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/EncodingMode.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-encodingmode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-estimatehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Estimate.php</h2> <p class="phpdocumentor-summary">Estimate.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Estimate">Estimate</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Estimate.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-estimate#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-inithttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Init.php</h2> <p class="phpdocumentor-summary">Init.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Init">Init</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Init</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Init.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-init#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-inputitemhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">InputItem.php</h2> <p class="phpdocumentor-summary">InputItem.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\InputItem">InputItem</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\InputItem</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/InputItem.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-inputitem#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-maskhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Mask.php</h2> <p class="phpdocumentor-summary">Mask.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Mask">Mask</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Mask</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Mask.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-mask#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-masknumhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">MaskNum.php</h2> <p class="phpdocumentor-summary">MaskNum.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum">MaskNum</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/MaskNum.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-masknum#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-spechttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Spec.php</h2> <p class="phpdocumentor-summary">Spec.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Spec">Spec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Spec</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Spec.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-spec#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-specrshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">SpecRs.php</h2> <p class="phpdocumentor-summary">SpecRs.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs">SpecRs</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/SpecRs.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-specrs#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-qrcode-splithttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Split.php</h2> <p class="phpdocumentor-summary">Split.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Split">Split</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Split</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/QrCode/Split.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-qrcode-split#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-square-rawhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Raw.php</h2> <p class="phpdocumentor-summary">Raw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2010-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-barcode"> <p>This file is part of tc-lib-barcode software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Square\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Raw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Square/Raw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/files-src-type-square-raw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode"><abbr title="\Com\Tecnick\Barcode">Barcode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Barcode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a></dt> </dl> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode"><abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr></a></dt><dd>Com\Tecnick\Barcode\Barcode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception"><abbr title="\Com\Tecnick\Barcode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Barcode\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-typehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Type</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert"><abbr title="\Com\Tecnick\Barcode\Type\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Convert</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-linearhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Linear</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Codabar">Codabar</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Codabar;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeNineThree">CodeNineThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeNineThree;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneOne">CodeOneOne</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneOne;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNine">CodeThreeNine</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNine</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineCheck">CodeThreeNineCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineCheck</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExt">CodeThreeNineExt</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineExt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanEight">EanEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanEight;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanFive">EanFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanOneThree">EanOneThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanOneThree;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanTwo">EanTwo</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanTwo;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Imb">Imb</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Imb;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre"><abbr title="\Com\Tecnick\Barcode\Type\Linear\ImbPre">ImbPre</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\ImbPre;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive">InterleavedTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck">InterleavedTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex"><abbr title="\Com\Tecnick\Barcode\Type\Linear\KlantIndex">KlantIndex</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\KlantIndex;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Msi">Msi</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Msi;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\MsiCheck">MsiCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\MsiCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Pharma">Pharma</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Pharma;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks"><abbr title="\Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks">PharmaTwoTracks</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Planet">Planet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Planet;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Postnet">Postnet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Postnet;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc"><abbr title="\Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc">RoyalMailFourCc</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive">StandardTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck">StandardTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcA">UpcA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcA;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcE">UpcE</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcE;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-linear-codeonetwoeighthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear">Linear</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">CodeOneTwoEight</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightA">CodeOneTwoEightA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\A;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightB">CodeOneTwoEightB</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\B;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightC">CodeOneTwoEightC</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\C;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process">Process</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process;</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-linear-codeonetwoeight#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-squarehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Square</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec">Aztec</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix">Datamatrix</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven">PdfFourOneSeven</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode">QrCode</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec">Aztec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix">Datamatrix</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven">PdfFourOneSeven</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode">QrCode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Square\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Raw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-square-aztechttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Aztec</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream">Bitstream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Codeword">Codeword</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Layers">Layers</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Layers</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-aztec#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-square-datamatrixhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Datamatrix</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\EncodeTxt">EncodeTxt</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encodetxt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes">Modes</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement">Placement</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps">Steps</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-datamatrix#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-square-pdffouronesevenhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">PdfFourOneSeven</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction">Compaction</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence">Sequence</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-pdffouroneseven#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-barcode-type-square-qrcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode">Barcode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type">Type</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square">Square</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">QrCode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream">ByteStream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encoder">Encoder</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encoder</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode">EncodingMode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Estimate">Estimate</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Init">Init</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Init</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\InputItem">InputItem</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\InputItem</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Mask">Mask</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Mask</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum">MaskNum</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Spec">Spec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Spec</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs">SpecRs</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Split">Split</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Split</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com-tecnick-barcode-type-square-qrcode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-default/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-Barcodehttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">Barcode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Model"><abbr title="\Com\Tecnick\Barcode\Model">Model</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Barcode"><abbr title="\Com\Tecnick\Barcode\Barcode">Barcode</abbr></a></dt><dd>Com\Tecnick\Barcode\Barcode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Exception"><abbr title="\Com\Tecnick\Barcode\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Barcode\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Convert"><abbr title="\Com\Tecnick\Barcode\Type\Convert">Convert</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Convert</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Codabar"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Codabar">Codabar</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Codabar;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeNineThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeNineThree">CodeNineThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeNineThree;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneOne"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneOne">CodeOneOne</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneOne;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightA">CodeOneTwoEightA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\A;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightB"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightB">CodeOneTwoEightB</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\B;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-CodeOneTwoEightC"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\CodeOneTwoEightC">CodeOneTwoEightC</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\C;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight-Process"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process">Process</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight\Process;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeOneTwoEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight">CodeOneTwoEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeOneTwoEight;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNine"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNine">CodeThreeNine</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNine</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineCheck">CodeThreeNineCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineCheck</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExt"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExt">CodeThreeNineExt</abbr></a></dt><dd>Com\Tecnick\Barcode\CodeThreeNineExt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-CodeThreeNineExtCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck">CodeThreeNineExtCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\CodeThreeNineExtCheck</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanEight"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanEight">EanEight</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanEight;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanFive">EanFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanOneThree"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanOneThree">EanOneThree</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanOneThree;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-EanTwo"><abbr title="\Com\Tecnick\Barcode\Type\Linear\EanTwo">EanTwo</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\EanTwo;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Imb"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Imb">Imb</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Imb;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-ImbPre"><abbr title="\Com\Tecnick\Barcode\Type\Linear\ImbPre">ImbPre</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\ImbPre;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive">InterleavedTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-InterleavedTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck">InterleavedTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\InterleavedTwoOfFiveCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-KlantIndex"><abbr title="\Com\Tecnick\Barcode\Type\Linear\KlantIndex">KlantIndex</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\KlantIndex;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Msi"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Msi">Msi</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Msi;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-MsiCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\MsiCheck">MsiCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\MsiCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Pharma"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Pharma">Pharma</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Pharma;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-PharmaTwoTracks"><abbr title="\Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks">PharmaTwoTracks</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\PharmaTwoTracks;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Planet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Planet">Planet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Planet;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Postnet"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Postnet">Postnet</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Postnet;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Linear\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-RoyalMailFourCc"><abbr title="\Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc">RoyalMailFourCc</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\RoyalMailFourCc;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFive"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive">StandardTwoOfFive</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFive;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-StandardTwoOfFiveCheck"><abbr title="\Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck">StandardTwoOfFiveCheck</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\StandardTwoOfFiveCheck;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcA"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcA">UpcA</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcA;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear-UpcE"><abbr title="\Com\Tecnick\Barcode\Type\Linear\UpcE">UpcE</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear\UpcE;</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Linear"><abbr title="\Com\Tecnick\Barcode\Type\Linear">Linear</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Linear</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Bitstream"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream">Bitstream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Bitstream</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Codeword"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Codeword">Codeword</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Codeword</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\ErrorCorrection</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec-Layers"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec\Layers">Layers</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec\Layers</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Aztec"><abbr title="\Com\Tecnick\Barcode\Type\Square\Aztec">Aztec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Aztec</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-EncodeTxt"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\EncodeTxt">EncodeTxt</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Encodetxt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-ErrorCorrection"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection">ErrorCorrection</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\ErrorCorrection</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Modes"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes">Modes</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Modes</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Placement"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement">Placement</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Placement</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix-Steps"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps">Steps</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix\Steps</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Datamatrix"><abbr title="\Com\Tecnick\Barcode\Type\Square\Datamatrix">Datamatrix</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Datamatrix</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Compaction"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction">Compaction</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Compaction</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven-Sequence"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence">Sequence</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven\Sequence</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-PdfFourOneSeven"><abbr title="\Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven">PdfFourOneSeven</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-ByteStream"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream">ByteStream</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\ByteStream</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Data"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Data">Data</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encode">Encode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Encoder"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Encoder">Encoder</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Encoder</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-EncodingMode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode">EncodingMode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\EncodingMode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Estimate"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Estimate">Estimate</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Estimate</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Init"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Init">Init</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Init</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-InputItem"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\InputItem">InputItem</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\InputItem</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Mask"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Mask">Mask</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Mask</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-MaskNum"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum">MaskNum</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\MaskNum</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Spec"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Spec">Spec</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Spec</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-SpecRs"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs">SpecRs</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\SpecRs</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode-Split"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode\Split">Split</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode\Split</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-QrCode"><abbr title="\Com\Tecnick\Barcode\Type\Square\QrCode">QrCode</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\QrCode</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square-Raw"><abbr title="\Com\Tecnick\Barcode\Type\Square\Raw">Raw</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square\Raw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type-Square"><abbr title="\Com\Tecnick\Barcode\Type\Square">Square</abbr></a></dt><dd>Com\Tecnick\Barcode\Type\Square</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/classes-Com-Tecnick-Barcode-Type"><abbr title="\Com\Tecnick\Barcode\Type">Type</abbr></a></dt><dd>Com\Tecnick\Barcode\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-default/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-barcode/packages-Barcode"><abbr title="\Barcode">Barcode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-deprecated/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-errors/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-markers/Sun, 25 Jan 2026 10:34:35 +0000https://tcpdf.org/docs/srcdoc/tc-lib-barcode/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Unicode-Data-Arabichttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Arabic <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Arabic.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic"><abbr title="src/Arabic.php">Arabic.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Arabic</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_DIACRITIC">DIACRITIC</a> <span> &nbsp;= [ 1612 =&gt; 64606, // Shadda + Dammatan 1613 =&gt; 64607, // Shadda + Kasratan 1614 =&gt; 64608, // Shadda + Fatha 1615 =&gt; 64609, // Shadda + Damma 1616 =&gt; 64610, ] </span> </dt> <dd>Array of character substitutions for sequences of two diacritics symbols.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_END">END</a> <span> &nbsp;= [ 1569, // HAMZAH (U+621) 1570, // ALEF (U+0627) with MADDAH ABOVE (U+0653) 1571, // ALEF (U+0627) with HAMZA ABOVE (U+0654) 1572, // WAW (U+0648) with HAMZA ABOVE (U+0654) 1573, // ALEF (U+0627) with HAMZA BELOW (U+0655) 1575, // ALEF (U+0627) 1577, // TEH MARBUTA (U+0629) 1583, // DAL (U+062F) 1584, // THAL (U+0630) 1585, // REH (U+0631) 1586, // ZAIN (U+0632) 1608, // WAW (U+0648) 1688, ] </span> </dt> <dd>Array of Arabic end letters</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_HEH">HEH</a> <span> &nbsp;= 1607 </span> </dt> <dd>Unicode code for ARABIC LETTER HEH (U+0647)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_LAA">LAA</a> <span> &nbsp;= [ 1570 =&gt; [65269, 65270, 65269, 65270], // ALEF (U+0627) with MADDAH ABOVE (U+0653) 1571 =&gt; [65271, 65272, 65271, 65272], // ALEF (U+0627) with HAMZA ABOVE (U+0654) 1573 =&gt; [65273, 65274, 65273, 65274], // ALEF (U+0627) with HAMZA BELOW (U+0655) 1575 =&gt; [65275, 65276, 65275, 65276], ] </span> </dt> <dd>Arabic laa letter: (char code =&gt; [isolated, final, initial, medial]).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_LAM">LAM</a> <span> &nbsp;= 1604 </span> </dt> <dd>Unicode code for ARABIC LETTER LAM (U+0644)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_LIGATURE_ALLAH_ISOLATED_FORM">LIGATURE_ALLAH_ISOLATED_FORM</a> <span> &nbsp;= 65010 </span> </dt> <dd>Unicode code for ARABIC LIGATURE ALLAH ISOLATED FORM (U+FDF2)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_QUESTION_MARK">QUESTION_MARK</a> <span> &nbsp;= 1567 </span> </dt> <dd>Unicode code for ARABIC QUESTION MARK (U+061F)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_SHADDA">SHADDA</a> <span> &nbsp;= 1617 </span> </dt> <dd>Unicode code for ARABIC SHADDA (U+0651)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_SUBSTITUTE">SUBSTITUTE</a> <span> &nbsp;= [1569 =&gt; [65152], 1570 =&gt; [65153, 65154, 65153, 65154], 1571 =&gt; [65155, 65156, 65155, 65156], 1572 =&gt; [65157, 65158], 1573 =&gt; [65159, 65160, 65159, 65160], 1574 =&gt; [65161, 65162, 65163, 65164], 1575 =&gt; [65165, 65166, 65165, 65166], 1576 =&gt; [65167, 65168, 65169, 65170], 1577 =&gt; [65171, 65172], 1578 =&gt; [65173, 65174, 65175, 65176], 1579 =&gt; [65177, 65178, 65179, 65180], 1580 =&gt; [65181, 65182, 65183, 65184], 1581 =&gt; [65185, 65186, 65187, 65188], 1582 =&gt; [65189, 65190, 65191, 65192], 1583 =&gt; [65193, 65194, 65193, 65194], 1584 =&gt; [65195, 65196, 65195, 65196], 1585 =&gt; [65197, 65198, 65197, 65198], 1586 =&gt; [65199, 65200, 65199, 65200], 1587 =&gt; [65201, 65202, 65203, 65204], 1588 =&gt; [65205, 65206, 65207, 65208], 1589 =&gt; [65209, 65210, 65211, 65212], 1590 =&gt; [65213, 65214, 65215, 65216], 1591 =&gt; [65217, 65218, 65219, 65220], 1592 =&gt; [65221, 65222, 65223, 65224], 1593 =&gt; [65225, 65226, 65227, 65228], 1594 =&gt; [65229, 65230, 65231, 65232], 1601 =&gt; [65233, 65234, 65235, 65236], 1602 =&gt; [65237, 65238, 65239, 65240], 1603 =&gt; [65241, 65242, 65243, 65244], 1604 =&gt; [65245, 65246, 65247, 65248], 1605 =&gt; [65249, 65250, 65251, 65252], 1606 =&gt; [65253, 65254, 65255, 65256], 1607 =&gt; [65257, 65258, 65259, 65260], 1608 =&gt; [65261, 65262, 65261, 65262], 1609 =&gt; [65263, 65264, 64488, 64489], 1610 =&gt; [65265, 65266, 65267, 65268], 1649 =&gt; [64336, 64337], 1655 =&gt; [64477], 1657 =&gt; [64358, 64359, 64360, 64361], 1658 =&gt; [64350, 64351, 64352, 64353], 1659 =&gt; [64338, 64339, 64340, 64341], 1662 =&gt; [64342, 64343, 64344, 64345], 1663 =&gt; [64354, 64355, 64356, 64357], 1664 =&gt; [64346, 64347, 64348, 64349], 1667 =&gt; [64374, 64375, 64376, 64377], 1668 =&gt; [64370, 64371, 64372, 64373], 1670 =&gt; [64378, 64379, 64380, 64381], 1671 =&gt; [64382, 64383, 64384, 64385], 1672 =&gt; [64392, 64393], 1676 =&gt; [64388, 64389], 1677 =&gt; [64386, 64387], 1678 =&gt; [64390, 64391], 1681 =&gt; [64396, 64397], 1688 =&gt; [64394, 64395, 64394, 64395], 1700 =&gt; [64362, 64363, 64364, 64365], 1702 =&gt; [64366, 64367, 64368, 64369], 1705 =&gt; [64398, 64399, 64400, 64401], 1709 =&gt; [64467, 64468, 64469, 64470], 1711 =&gt; [64402, 64403, 64404, 64405], 1713 =&gt; [64410, 64411, 64412, 64413], 1715 =&gt; [64406, 64407, 64408, 64409], 1722 =&gt; [64414, 64415], 1723 =&gt; [64416, 64417, 64418, 64419], 1726 =&gt; [64426, 64427, 64428, 64429], 1728 =&gt; [64420, 64421], 1729 =&gt; [64422, 64423, 64424, 64425], 1733 =&gt; [64480, 64481], 1734 =&gt; [64473, 64474], 1735 =&gt; [64471, 64472], 1736 =&gt; [64475, 64476], 1737 =&gt; [64482, 64483], 1739 =&gt; [64478, 64479], 1740 =&gt; [64508, 64509, 64510, 64511], 1744 =&gt; [64484, 64485, 64486, 64487], 1746 =&gt; [64430, 64431], 1747 =&gt; [64432, 64433]] </span> </dt> <dd>Arabic shape substitutions: char code =&gt; ([isolated, final, initial, medial]).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DIACRITIC"> DIACRITIC <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic#constant_DIACRITIC" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Arabic.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic"><abbr title="src/Arabic.php">Arabic.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">161</span> </aside> <p class="phpdocumentor-summary">Array of character substitutions for sequences of two diacritics symbols.</p>classes-Com-Tecnick-Unicode-Data-Brackethttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Bracket <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bracket.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket"><abbr title="src/Bracket.php">Bracket.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Bracket</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#constant_CLOSE">CLOSE</a> <span> &nbsp;= [ 0x29 =&gt; 0x28, // PARENTHESIS 0x5d =&gt; 0x5b, // SQUARE BRACKET 0x7d =&gt; 0x7b, // CURLY BRACKET 0xf3b =&gt; 0xf3a, // TIBETAN MARK GUG RTAGS GYON 0xf3d =&gt; 0xf3c, // TIBETAN MARK ANG KHANG GYON 0x169c =&gt; 0x169b, // OGHAM FEATHER MARK 0x2046 =&gt; 0x2045, // SQUARE BRACKET WITH QUILL 0x207e =&gt; 0x207d, // SUPERSCRIPT PARENTHESIS 0x208e =&gt; 0x208d, // SUBSCRIPT PARENTHESIS 0x2309 =&gt; 0x2308, // CEILING 0x230b =&gt; 0x230a, // FLOOR 0x232a =&gt; 0x2329, // POINTING ANGLE BRACKET 0x2769 =&gt; 0x2768, // MEDIUM PARENTHESIS ORNAMENT 0x276b =&gt; 0x276a, // MEDIUM FLATTENED PARENTHESIS ORNAMENT 0x276d =&gt; 0x276c, // MEDIUM POINTING ANGLE BRACKET ORNAMENT 0x276f =&gt; 0x276e, // HEAVY POINTING ANGLE QUOTATION MARK ORNAMENT 0x2771 =&gt; 0x2770, // HEAVY POINTING ANGLE BRACKET ORNAMENT 0x2773 =&gt; 0x2772, // LIGHT TORTOISE SHELL BRACKET ORNAMENT 0x2775 =&gt; 0x2774, // MEDIUM CURLY BRACKET ORNAMENT 0x27c6 =&gt; 0x27c5, // S-SHAPED BAG DELIMITER 0x27e7 =&gt; 0x27e6, // MATHEMATICAL WHITE SQUARE BRACKET 0x27e9 =&gt; 0x27e8, // MATHEMATICAL ANGLE BRACKET 0x27eb =&gt; 0x27ea, // MATHEMATICAL DOUBLE ANGLE BRACKET 0x27ed =&gt; 0x27ec, // MATHEMATICAL WHITE TORTOISE SHELL BRACKET 0x27ef =&gt; 0x27ee, // MATHEMATICAL FLATTENED PARENTHESIS 0x2984 =&gt; 0x2983, // WHITE CURLY BRACKET 0x2986 =&gt; 0x2985, // WHITE PARENTHESIS 0x2988 =&gt; 0x2987, // Z NOTATION IMAGE BRACKET 0x298a =&gt; 0x2989, // Z NOTATION BINDING BRACKET 0x298c =&gt; 0x298b, // SQUARE BRACKET WITH UNDERBAR 0x2990 =&gt; 0x298d, // SQUARE BRACKET WITH TICK IN TOP CORNER 0x298e =&gt; 0x298f, // SQUARE BRACKET WITH TICK IN BOTTOM CORNER 0x2992 =&gt; 0x2991, // ANGLE BRACKET WITH DOT 0x2994 =&gt; 0x2993, // ARC LESS-THAN BRACKET 0x2996 =&gt; 0x2995, // DOUBLE ARC GREATER-THAN BRACKET 0x2998 =&gt; 0x2997, // BLACK TORTOISE SHELL BRACKET 0x29d9 =&gt; 0x29d8, // WIGGLY FENCE 0x29db =&gt; 0x29da, // DOUBLE WIGGLY FENCE 0x29fd =&gt; 0x29fc, // POINTING CURVED ANGLE BRACKET 0x2e23 =&gt; 0x2e22, // TOP HALF BRACKET 0x2e25 =&gt; 0x2e24, // BOTTOM HALF BRACKET 0x2e27 =&gt; 0x2e26, // SIDEWAYS U BRACKET 0x2e29 =&gt; 0x2e28, // DOUBLE PARENTHESIS 0x3009 =&gt; 0x3008, // ANGLE BRACKET 0x300b =&gt; 0x300a, // DOUBLE ANGLE BRACKET 0x300d =&gt; 0x300c, // CORNER BRACKET 0x300f =&gt; 0x300e, // WHITE CORNER BRACKET 0x3011 =&gt; 0x3010, // BLACK LENTICULAR BRACKET 0x3015 =&gt; 0x3014, // TORTOISE SHELL BRACKET 0x3017 =&gt; 0x3016, // WHITE LENTICULAR BRACKET 0x3019 =&gt; 0x3018, // WHITE TORTOISE SHELL BRACKET 0x301b =&gt; 0x301a, // WHITE SQUARE BRACKET 0xfe5a =&gt; 0xfe59, // SMALL PARENTHESIS 0xfe5c =&gt; 0xfe5b, // SMALL CURLY BRACKET 0xfe5e =&gt; 0xfe5d, // SMALL TORTOISE SHELL BRACKET 0xff09 =&gt; 0xff08, // FULLWIDTH PARENTHESIS 0xff3d =&gt; 0xff3b, // FULLWIDTH SQUARE BRACKET 0xff5d =&gt; 0xff5b, // FULLWIDTH CURLY BRACKET 0xff60 =&gt; 0xff5f, // FULLWIDTH WHITE PARENTHESIS 0xff63 =&gt; 0xff62, ] </span> </dt> <dd>Bracket unicode characters (close bracket code =&gt; open bracket code).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#constant_OPEN">OPEN</a> <span> &nbsp;= [ 0x28 =&gt; 0x29, // PARENTHESIS 0x5b =&gt; 0x5d, // SQUARE BRACKET 0x7b =&gt; 0x7d, // CURLY BRACKET 0xf3a =&gt; 0xf3b, // TIBETAN MARK GUG RTAGS GYON 0xf3c =&gt; 0xf3d, // TIBETAN MARK ANG KHANG GYON 0x169b =&gt; 0x169c, // OGHAM FEATHER MARK 0x2045 =&gt; 0x2046, // SQUARE BRACKET WITH QUILL 0x207d =&gt; 0x207e, // SUPERSCRIPT PARENTHESIS 0x208d =&gt; 0x208e, // SUBSCRIPT PARENTHESIS 0x2308 =&gt; 0x2309, // CEILING 0x230a =&gt; 0x230b, // FLOOR 0x2329 =&gt; 0x232a, // POINTING ANGLE BRACKET 0x2768 =&gt; 0x2769, // MEDIUM PARENTHESIS ORNAMENT 0x276a =&gt; 0x276b, // MEDIUM FLATTENED PARENTHESIS ORNAMENT 0x276c =&gt; 0x276d, // MEDIUM POINTING ANGLE BRACKET ORNAMENT 0x276e =&gt; 0x276f, // HEAVY POINTING ANGLE QUOTATION MARK ORNAMENT 0x2770 =&gt; 0x2771, // HEAVY POINTING ANGLE BRACKET ORNAMENT 0x2772 =&gt; 0x2773, // LIGHT TORTOISE SHELL BRACKET ORNAMENT 0x2774 =&gt; 0x2775, // MEDIUM CURLY BRACKET ORNAMENT 0x27c5 =&gt; 0x27c6, // S-SHAPED BAG DELIMITER 0x27e6 =&gt; 0x27e7, // MATHEMATICAL WHITE SQUARE BRACKET 0x27e8 =&gt; 0x27e9, // MATHEMATICAL ANGLE BRACKET 0x27ea =&gt; 0x27eb, // MATHEMATICAL DOUBLE ANGLE BRACKET 0x27ec =&gt; 0x27ed, // MATHEMATICAL WHITE TORTOISE SHELL BRACKET 0x27ee =&gt; 0x27ef, // MATHEMATICAL FLATTENED PARENTHESIS 0x2983 =&gt; 0x2984, // WHITE CURLY BRACKET 0x2985 =&gt; 0x2986, // WHITE PARENTHESIS 0x2987 =&gt; 0x2988, // Z NOTATION IMAGE BRACKET 0x2989 =&gt; 0x298a, // Z NOTATION BINDING BRACKET 0x298b =&gt; 0x298c, // SQUARE BRACKET WITH UNDERBAR 0x298d =&gt; 0x2990, // SQUARE BRACKET WITH TICK IN TOP CORNER 0x298f =&gt; 0x298e, // SQUARE BRACKET WITH TICK IN BOTTOM CORNER 0x2991 =&gt; 0x2992, // ANGLE BRACKET WITH DOT 0x2993 =&gt; 0x2994, // ARC LESS-THAN BRACKET 0x2995 =&gt; 0x2996, // DOUBLE ARC GREATER-THAN BRACKET 0x2997 =&gt; 0x2998, // BLACK TORTOISE SHELL BRACKET 0x29d8 =&gt; 0x29d9, // WIGGLY FENCE 0x29da =&gt; 0x29db, // DOUBLE WIGGLY FENCE 0x29fc =&gt; 0x29fd, // POINTING CURVED ANGLE BRACKET 0x2e22 =&gt; 0x2e23, // TOP HALF BRACKET 0x2e24 =&gt; 0x2e25, // BOTTOM HALF BRACKET 0x2e26 =&gt; 0x2e27, // SIDEWAYS U BRACKET 0x2e28 =&gt; 0x2e29, // DOUBLE PARENTHESIS 0x3008 =&gt; 0x3009, // ANGLE BRACKET 0x300a =&gt; 0x300b, // DOUBLE ANGLE BRACKET 0x300c =&gt; 0x300d, // CORNER BRACKET 0x300e =&gt; 0x300f, // WHITE CORNER BRACKET 0x3010 =&gt; 0x3011, // BLACK LENTICULAR BRACKET 0x3014 =&gt; 0x3015, // TORTOISE SHELL BRACKET 0x3016 =&gt; 0x3017, // WHITE LENTICULAR BRACKET 0x3018 =&gt; 0x3019, // WHITE TORTOISE SHELL BRACKET 0x301a =&gt; 0x301b, // WHITE SQUARE BRACKET 0xfe59 =&gt; 0xfe5a, // SMALL PARENTHESIS 0xfe5b =&gt; 0xfe5c, // SMALL CURLY BRACKET 0xfe5d =&gt; 0xfe5e, // SMALL TORTOISE SHELL BRACKET 0xff08 =&gt; 0xff09, // FULLWIDTH PARENTHESIS 0xff3b =&gt; 0xff3d, // FULLWIDTH SQUARE BRACKET 0xff5b =&gt; 0xff5d, // FULLWIDTH CURLY BRACKET 0xff5f =&gt; 0xff60, // FULLWIDTH WHITE PARENTHESIS 0xff62 =&gt; 0xff63, ] </span> </dt> <dd>Bracket unicode characters (open bracket code =&gt; close bracket code).</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_CLOSE"> CLOSE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket#constant_CLOSE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Bracket.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket"><abbr title="src/Bracket.php">Bracket.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">105</span> </aside> <p class="phpdocumentor-summary">Bracket unicode characters (close bracket code =&gt; open bracket code).</p>classes-Com-Tecnick-Unicode-Data-Constanthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Constant <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Constant.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant"><abbr title="src/Constant.php">Constant.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Constant</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_ALM">ALM</a> <span> &nbsp;= 1564 </span> </dt> <dd>(U+061C) ARABIC LETTER MARK Right-to-left zero-width Arabic character</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_FSI">FSI</a> <span> &nbsp;= 8296 </span> </dt> <dd>(U+2068) FIRST STRONG ISOLATE Treat the following text as isolated and in the direction of its first strong directional character that is not inside a nested isolate</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_LRE">LRE</a> <span> &nbsp;= 8234 </span> </dt> <dd>(U+202A) LEFT-TO-RIGHT EMBEDDING Treat the following text as embedded left-to-right</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_LRI">LRI</a> <span> &nbsp;= 8294 </span> </dt> <dd>(U+2066) LEFT-TO-RIGHT ISOLATE Treat the following text as isolated and left-to-right</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_LRM">LRM</a> <span> &nbsp;= 8206 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_LRO">LRO</a> <span> &nbsp;= 8237 </span> </dt> <dd>(U+202D) for LEFT-TO-RIGHT OVERRIDE Force following characters to be treated as strong left-to-right characters</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_PDF">PDF</a> <span> &nbsp;= 8236 </span> </dt> <dd>(U+202C) POP DIRECTIONAL FORMATTING End the scope of the last LRE, RLE, RLO, or LRO whose scope has not yet been terminated</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_PDI">PDI</a> <span> &nbsp;= 8297 </span> </dt> <dd>(U+2069) POP DIRECTIONAL ISOLATE End the scope of the last LRI, RLI, or FSI</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_RLE">RLE</a> <span> &nbsp;= 8235 </span> </dt> <dd>(U+202B) RIGHT-TO-LEFT EMBEDDING Treat the following text as embedded right-to-left</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_RLI">RLI</a> <span> &nbsp;= 8295 </span> </dt> <dd>(U+2067) RIGHT-TO-LEFT ISOLATE Treat the following text as isolated and right-to-left</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_RLM">RLM</a> <span> &nbsp;= 8207 </span> </dt> <dd>(U+200F) RIGHT-TO-LEFT MARK Right-to-left zero-width non-Arabic character</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_RLO">RLO</a> <span> &nbsp;= 8238 </span> </dt> <dd>(U+202E) RIGHT-TO-LEFT OVERRIDE Force following characters to be treated as strong right-to-left characters</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_SPACE">SPACE</a> <span> &nbsp;= 32 </span> </dt> <dd>(U+0020) SPACE</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_ZERO_WIDTH_NON_JOINER">ZERO_WIDTH_NON_JOINER</a> <span> &nbsp;= 8204 </span> </dt> <dd>(U+200C) ZERO WIDTH NON-JOINER</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_ALM"> ALM <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant#constant_ALM" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Constant.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant"><abbr title="src/Constant.php">Constant.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">160</span> </aside> <p class="phpdocumentor-summary">(U+061C) ARABIC LETTER MARK Right-to-left zero-width Arabic character</p>classes-Com-Tecnick-Unicode-Data-Encodinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encoding <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Encoding.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding"><abbr title="src/Encoding.php">Encoding.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Encoding</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassLength&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#constant_MAP">MAP</a> <span> &nbsp;= [ // encoding map for: cp874 &#039;cp874&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;kokaithai&#039;, 162 =&gt; &#039;khokhaithai&#039;, 163 =&gt; &#039;khokhuatthai&#039;, 164 =&gt; &#039;khokhwaithai&#039;, 165 =&gt; &#039;khokhonthai&#039;, 166 =&gt; &#039;khorakhangthai&#039;, 167 =&gt; &#039;ngonguthai&#039;, 168 =&gt; &#039;chochanthai&#039;, 169 =&gt; &#039;chochingthai&#039;, 170 =&gt; &#039;chochangthai&#039;, 171 =&gt; &#039;sosothai&#039;, 172 =&gt; &#039;chochoethai&#039;, 173 =&gt; &#039;yoyingthai&#039;, 174 =&gt; &#039;dochadathai&#039;, 175 =&gt; &#039;topatakthai&#039;, 176 =&gt; &#039;thothanthai&#039;, 177 =&gt; &#039;thonangmonthothai&#039;, 178 =&gt; &#039;thophuthaothai&#039;, 179 =&gt; &#039;nonenthai&#039;, 180 =&gt; &#039;dodekthai&#039;, 181 =&gt; &#039;totaothai&#039;, 182 =&gt; &#039;thothungthai&#039;, 183 =&gt; &#039;thothahanthai&#039;, 184 =&gt; &#039;thothongthai&#039;, 185 =&gt; &#039;nonuthai&#039;, 186 =&gt; &#039;bobaimaithai&#039;, 187 =&gt; &#039;poplathai&#039;, 188 =&gt; &#039;phophungthai&#039;, 189 =&gt; &#039;fofathai&#039;, 190 =&gt; &#039;phophanthai&#039;, 191 =&gt; &#039;fofanthai&#039;, 192 =&gt; &#039;phosamphaothai&#039;, 193 =&gt; &#039;momathai&#039;, 194 =&gt; &#039;yoyakthai&#039;, 195 =&gt; &#039;roruathai&#039;, 196 =&gt; &#039;ruthai&#039;, 197 =&gt; &#039;lolingthai&#039;, 198 =&gt; &#039;luthai&#039;, 199 =&gt; &#039;wowaenthai&#039;, 200 =&gt; &#039;sosalathai&#039;, 201 =&gt; &#039;sorusithai&#039;, 202 =&gt; &#039;sosuathai&#039;, 203 =&gt; &#039;hohipthai&#039;, 204 =&gt; &#039;lochulathai&#039;, 205 =&gt; &#039;oangthai&#039;, 206 =&gt; &#039;honokhukthai&#039;, 207 =&gt; &#039;paiyannoithai&#039;, 208 =&gt; &#039;saraathai&#039;, 209 =&gt; &#039;maihanakatthai&#039;, 210 =&gt; &#039;saraaathai&#039;, 211 =&gt; &#039;saraamthai&#039;, 212 =&gt; &#039;saraithai&#039;, 213 =&gt; &#039;saraiithai&#039;, 214 =&gt; &#039;sarauethai&#039;, 215 =&gt; &#039;saraueethai&#039;, 216 =&gt; &#039;sarauthai&#039;, 217 =&gt; &#039;sarauuthai&#039;, 218 =&gt; &#039;phinthuthai&#039;, 219 =&gt; &#039;.notdef&#039;, 220 =&gt; &#039;.notdef&#039;, 221 =&gt; &#039;.notdef&#039;, 222 =&gt; &#039;.notdef&#039;, 223 =&gt; &#039;bahtthai&#039;, 224 =&gt; &#039;saraethai&#039;, 225 =&gt; &#039;saraaethai&#039;, 226 =&gt; &#039;saraothai&#039;, 227 =&gt; &#039;saraaimaimuanthai&#039;, 228 =&gt; &#039;saraaimaimalaithai&#039;, 229 =&gt; &#039;lakkhangyaothai&#039;, 230 =&gt; &#039;maiyamokthai&#039;, 231 =&gt; &#039;maitaikhuthai&#039;, 232 =&gt; &#039;maiekthai&#039;, 233 =&gt; &#039;maithothai&#039;, 234 =&gt; &#039;maitrithai&#039;, 235 =&gt; &#039;maichattawathai&#039;, 236 =&gt; &#039;thanthakhatthai&#039;, 237 =&gt; &#039;nikhahitthai&#039;, 238 =&gt; &#039;yamakkanthai&#039;, 239 =&gt; &#039;fongmanthai&#039;, 240 =&gt; &#039;zerothai&#039;, 241 =&gt; &#039;onethai&#039;, 242 =&gt; &#039;twothai&#039;, 243 =&gt; &#039;threethai&#039;, 244 =&gt; &#039;fourthai&#039;, 245 =&gt; &#039;fivethai&#039;, 246 =&gt; &#039;sixthai&#039;, 247 =&gt; &#039;seventhai&#039;, 248 =&gt; &#039;eightthai&#039;, 249 =&gt; &#039;ninethai&#039;, 250 =&gt; &#039;angkhankhuthai&#039;, 251 =&gt; &#039;khomutthai&#039;, 252 =&gt; &#039;.notdef&#039;, 253 =&gt; &#039;.notdef&#039;, 254 =&gt; &#039;.notdef&#039;, 255 =&gt; &#039;.notdef&#039;], // encoding map for: cp1250 &#039;cp1250&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;Scaron&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;Sacute&#039;, 141 =&gt; &#039;Tcaron&#039;, 142 =&gt; &#039;Zcaron&#039;, 143 =&gt; &#039;Zacute&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;scaron&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;sacute&#039;, 157 =&gt; &#039;tcaron&#039;, 158 =&gt; &#039;zcaron&#039;, 159 =&gt; &#039;zacute&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;caron&#039;, 162 =&gt; &#039;breve&#039;, 163 =&gt; &#039;Lslash&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;Aogonek&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;Scedilla&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;Zdotaccent&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;ogonek&#039;, 179 =&gt; &#039;lslash&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;aogonek&#039;, 186 =&gt; &#039;scedilla&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;Lcaron&#039;, 189 =&gt; &#039;hungarumlaut&#039;, 190 =&gt; &#039;lcaron&#039;, 191 =&gt; &#039;zdotaccent&#039;, 192 =&gt; &#039;Racute&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Abreve&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Lacute&#039;, 198 =&gt; &#039;Cacute&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Ccaron&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Eogonek&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Ecaron&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Dcaron&#039;, 208 =&gt; &#039;Dcroat&#039;, 209 =&gt; &#039;Nacute&#039;, 210 =&gt; &#039;Ncaron&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Ohungarumlaut&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Rcaron&#039;, 217 =&gt; &#039;Uring&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Uhungarumlaut&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Yacute&#039;, 222 =&gt; &#039;Tcommaaccent&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;racute&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;abreve&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;lacute&#039;, 230 =&gt; &#039;cacute&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;ccaron&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;eogonek&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;ecaron&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;dcaron&#039;, 240 =&gt; &#039;dcroat&#039;, 241 =&gt; &#039;nacute&#039;, 242 =&gt; &#039;ncaron&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;ohungarumlaut&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;rcaron&#039;, 249 =&gt; &#039;uring&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;uhungarumlaut&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;yacute&#039;, 254 =&gt; &#039;tcommaaccent&#039;, 255 =&gt; &#039;dotaccent&#039;], // encoding map for: cp1251 &#039;cp1251&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;afii10051&#039;, 129 =&gt; &#039;afii10052&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;afii10100&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;Euro&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;afii10058&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;afii10059&#039;, 141 =&gt; &#039;afii10061&#039;, 142 =&gt; &#039;afii10060&#039;, 143 =&gt; &#039;afii10145&#039;, 144 =&gt; &#039;afii10099&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;afii10106&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;afii10107&#039;, 157 =&gt; &#039;afii10109&#039;, 158 =&gt; &#039;afii10108&#039;, 159 =&gt; &#039;afii10193&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;afii10062&#039;, 162 =&gt; &#039;afii10110&#039;, 163 =&gt; &#039;afii10057&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;afii10050&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;afii10023&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;afii10053&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;afii10056&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;afii10055&#039;, 179 =&gt; &#039;afii10103&#039;, 180 =&gt; &#039;afii10098&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;afii10071&#039;, 185 =&gt; &#039;afii61352&#039;, 186 =&gt; &#039;afii10101&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;afii10105&#039;, 189 =&gt; &#039;afii10054&#039;, 190 =&gt; &#039;afii10102&#039;, 191 =&gt; &#039;afii10104&#039;, 192 =&gt; &#039;afii10017&#039;, 193 =&gt; &#039;afii10018&#039;, 194 =&gt; &#039;afii10019&#039;, 195 =&gt; &#039;afii10020&#039;, 196 =&gt; &#039;afii10021&#039;, 197 =&gt; &#039;afii10022&#039;, 198 =&gt; &#039;afii10024&#039;, 199 =&gt; &#039;afii10025&#039;, 200 =&gt; &#039;afii10026&#039;, 201 =&gt; &#039;afii10027&#039;, 202 =&gt; &#039;afii10028&#039;, 203 =&gt; &#039;afii10029&#039;, 204 =&gt; &#039;afii10030&#039;, 205 =&gt; &#039;afii10031&#039;, 206 =&gt; &#039;afii10032&#039;, 207 =&gt; &#039;afii10033&#039;, 208 =&gt; &#039;afii10034&#039;, 209 =&gt; &#039;afii10035&#039;, 210 =&gt; &#039;afii10036&#039;, 211 =&gt; &#039;afii10037&#039;, 212 =&gt; &#039;afii10038&#039;, 213 =&gt; &#039;afii10039&#039;, 214 =&gt; &#039;afii10040&#039;, 215 =&gt; &#039;afii10041&#039;, 216 =&gt; &#039;afii10042&#039;, 217 =&gt; &#039;afii10043&#039;, 218 =&gt; &#039;afii10044&#039;, 219 =&gt; &#039;afii10045&#039;, 220 =&gt; &#039;afii10046&#039;, 221 =&gt; &#039;afii10047&#039;, 222 =&gt; &#039;afii10048&#039;, 223 =&gt; &#039;afii10049&#039;, 224 =&gt; &#039;afii10065&#039;, 225 =&gt; &#039;afii10066&#039;, 226 =&gt; &#039;afii10067&#039;, 227 =&gt; &#039;afii10068&#039;, 228 =&gt; &#039;afii10069&#039;, 229 =&gt; &#039;afii10070&#039;, 230 =&gt; &#039;afii10072&#039;, 231 =&gt; &#039;afii10073&#039;, 232 =&gt; &#039;afii10074&#039;, 233 =&gt; &#039;afii10075&#039;, 234 =&gt; &#039;afii10076&#039;, 235 =&gt; &#039;afii10077&#039;, 236 =&gt; &#039;afii10078&#039;, 237 =&gt; &#039;afii10079&#039;, 238 =&gt; &#039;afii10080&#039;, 239 =&gt; &#039;afii10081&#039;, 240 =&gt; &#039;afii10082&#039;, 241 =&gt; &#039;afii10083&#039;, 242 =&gt; &#039;afii10084&#039;, 243 =&gt; &#039;afii10085&#039;, 244 =&gt; &#039;afii10086&#039;, 245 =&gt; &#039;afii10087&#039;, 246 =&gt; &#039;afii10088&#039;, 247 =&gt; &#039;afii10089&#039;, 248 =&gt; &#039;afii10090&#039;, 249 =&gt; &#039;afii10091&#039;, 250 =&gt; &#039;afii10092&#039;, 251 =&gt; &#039;afii10093&#039;, 252 =&gt; &#039;afii10094&#039;, 253 =&gt; &#039;afii10095&#039;, 254 =&gt; &#039;afii10096&#039;, 255 =&gt; &#039;afii10097&#039;], // encoding map for: cp1252 &#039;cp1252&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;circumflex&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;Scaron&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;OE&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;Zcaron&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;tilde&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;scaron&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;oe&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;zcaron&#039;, 159 =&gt; &#039;Ydieresis&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Eth&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Yacute&#039;, 222 =&gt; &#039;Thorn&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;eth&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;yacute&#039;, 254 =&gt; &#039;thorn&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: cp1253 &#039;cp1253&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;dieresistonos&#039;, 162 =&gt; &#039;Alphatonos&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;.notdef&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;afii00208&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;tonos&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;Epsilontonos&#039;, 185 =&gt; &#039;Etatonos&#039;, 186 =&gt; &#039;Iotatonos&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;Omicrontonos&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;Upsilontonos&#039;, 191 =&gt; &#039;Omegatonos&#039;, 192 =&gt; &#039;iotadieresistonos&#039;, 193 =&gt; &#039;Alpha&#039;, 194 =&gt; &#039;Beta&#039;, 195 =&gt; &#039;Gamma&#039;, 196 =&gt; &#039;Delta&#039;, 197 =&gt; &#039;Epsilon&#039;, 198 =&gt; &#039;Zeta&#039;, 199 =&gt; &#039;Eta&#039;, 200 =&gt; &#039;Theta&#039;, 201 =&gt; &#039;Iota&#039;, 202 =&gt; &#039;Kappa&#039;, 203 =&gt; &#039;Lambda&#039;, 204 =&gt; &#039;Mu&#039;, 205 =&gt; &#039;Nu&#039;, 206 =&gt; &#039;Xi&#039;, 207 =&gt; &#039;Omicron&#039;, 208 =&gt; &#039;Pi&#039;, 209 =&gt; &#039;Rho&#039;, 210 =&gt; &#039;.notdef&#039;, 211 =&gt; &#039;Sigma&#039;, 212 =&gt; &#039;Tau&#039;, 213 =&gt; &#039;Upsilon&#039;, 214 =&gt; &#039;Phi&#039;, 215 =&gt; &#039;Chi&#039;, 216 =&gt; &#039;Psi&#039;, 217 =&gt; &#039;Omega&#039;, 218 =&gt; &#039;Iotadieresis&#039;, 219 =&gt; &#039;Upsilondieresis&#039;, 220 =&gt; &#039;alphatonos&#039;, 221 =&gt; &#039;epsilontonos&#039;, 222 =&gt; &#039;etatonos&#039;, 223 =&gt; &#039;iotatonos&#039;, 224 =&gt; &#039;upsilondieresistonos&#039;, 225 =&gt; &#039;alpha&#039;, 226 =&gt; &#039;beta&#039;, 227 =&gt; &#039;gamma&#039;, 228 =&gt; &#039;delta&#039;, 229 =&gt; &#039;epsilon&#039;, 230 =&gt; &#039;zeta&#039;, 231 =&gt; &#039;eta&#039;, 232 =&gt; &#039;theta&#039;, 233 =&gt; &#039;iota&#039;, 234 =&gt; &#039;kappa&#039;, 235 =&gt; &#039;lambda&#039;, 236 =&gt; &#039;mu&#039;, 237 =&gt; &#039;nu&#039;, 238 =&gt; &#039;xi&#039;, 239 =&gt; &#039;omicron&#039;, 240 =&gt; &#039;pi&#039;, 241 =&gt; &#039;rho&#039;, 242 =&gt; &#039;sigma1&#039;, 243 =&gt; &#039;sigma&#039;, 244 =&gt; &#039;tau&#039;, 245 =&gt; &#039;upsilon&#039;, 246 =&gt; &#039;phi&#039;, 247 =&gt; &#039;chi&#039;, 248 =&gt; &#039;psi&#039;, 249 =&gt; &#039;omega&#039;, 250 =&gt; &#039;iotadieresis&#039;, 251 =&gt; &#039;upsilondieresis&#039;, 252 =&gt; &#039;omicrontonos&#039;, 253 =&gt; &#039;upsilontonos&#039;, 254 =&gt; &#039;omegatonos&#039;, 255 =&gt; &#039;.notdef&#039;], // encoding map for: cp1254 &#039;cp1254&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;circumflex&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;Scaron&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;OE&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;tilde&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;scaron&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;oe&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;Ydieresis&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Gbreve&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Idotaccent&#039;, 222 =&gt; &#039;Scedilla&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;gbreve&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;dotlessi&#039;, 254 =&gt; &#039;scedilla&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: cp1255 &#039;cp1255&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;circumflex&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;tilde&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;afii57636&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;multiply&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;sfthyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;middot&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;divide&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;afii57799&#039;, 193 =&gt; &#039;afii57801&#039;, 194 =&gt; &#039;afii57800&#039;, 195 =&gt; &#039;afii57802&#039;, 196 =&gt; &#039;afii57793&#039;, 197 =&gt; &#039;afii57794&#039;, 198 =&gt; &#039;afii57795&#039;, 199 =&gt; &#039;afii57798&#039;, 200 =&gt; &#039;afii57797&#039;, 201 =&gt; &#039;afii57806&#039;, 202 =&gt; &#039;.notdef&#039;, 203 =&gt; &#039;afii57796&#039;, 204 =&gt; &#039;afii57807&#039;, 205 =&gt; &#039;afii57839&#039;, 206 =&gt; &#039;afii57645&#039;, 207 =&gt; &#039;afii57841&#039;, 208 =&gt; &#039;afii57842&#039;, 209 =&gt; &#039;afii57804&#039;, 210 =&gt; &#039;afii57803&#039;, 211 =&gt; &#039;afii57658&#039;, 212 =&gt; &#039;afii57716&#039;, 213 =&gt; &#039;afii57717&#039;, 214 =&gt; &#039;afii57718&#039;, 215 =&gt; &#039;gereshhebrew&#039;, 216 =&gt; &#039;gershayimhebrew&#039;, 217 =&gt; &#039;.notdef&#039;, 218 =&gt; &#039;.notdef&#039;, 219 =&gt; &#039;.notdef&#039;, 220 =&gt; &#039;.notdef&#039;, 221 =&gt; &#039;.notdef&#039;, 222 =&gt; &#039;.notdef&#039;, 223 =&gt; &#039;.notdef&#039;, 224 =&gt; &#039;afii57664&#039;, 225 =&gt; &#039;afii57665&#039;, 226 =&gt; &#039;afii57666&#039;, 227 =&gt; &#039;afii57667&#039;, 228 =&gt; &#039;afii57668&#039;, 229 =&gt; &#039;afii57669&#039;, 230 =&gt; &#039;afii57670&#039;, 231 =&gt; &#039;afii57671&#039;, 232 =&gt; &#039;afii57672&#039;, 233 =&gt; &#039;afii57673&#039;, 234 =&gt; &#039;afii57674&#039;, 235 =&gt; &#039;afii57675&#039;, 236 =&gt; &#039;afii57676&#039;, 237 =&gt; &#039;afii57677&#039;, 238 =&gt; &#039;afii57678&#039;, 239 =&gt; &#039;afii57679&#039;, 240 =&gt; &#039;afii57680&#039;, 241 =&gt; &#039;afii57681&#039;, 242 =&gt; &#039;afii57682&#039;, 243 =&gt; &#039;afii57683&#039;, 244 =&gt; &#039;afii57684&#039;, 245 =&gt; &#039;afii57685&#039;, 246 =&gt; &#039;afii57686&#039;, 247 =&gt; &#039;afii57687&#039;, 248 =&gt; &#039;afii57688&#039;, 249 =&gt; &#039;afii57689&#039;, 250 =&gt; &#039;afii57690&#039;, 251 =&gt; &#039;.notdef&#039;, 252 =&gt; &#039;.notdef&#039;, 253 =&gt; &#039;afii299&#039;, 254 =&gt; &#039;afii300&#039;, 255 =&gt; &#039;.notdef&#039;], // encoding map for: cp1256 &#039;cp1256&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;afii57506&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;circumflex&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;afii57511&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;OE&#039;, 141 =&gt; &#039;afii57507&#039;, 142 =&gt; &#039;afii57508&#039;, 143 =&gt; &#039;afii57512&#039;, 144 =&gt; &#039;afii57509&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;afii57513&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;oe&#039;, 157 =&gt; &#039;afii61664&#039;, 158 =&gt; &#039;afii301&#039;, 159 =&gt; &#039;afii57514&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;afii57388&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;.notdef&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;afii57403&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;afii57407&#039;, 192 =&gt; &#039;.notdef&#039;, 193 =&gt; &#039;afii57409&#039;, 194 =&gt; &#039;afii57410&#039;, 195 =&gt; &#039;afii57411&#039;, 196 =&gt; &#039;afii57412&#039;, 197 =&gt; &#039;afii57413&#039;, 198 =&gt; &#039;afii57414&#039;, 199 =&gt; &#039;afii57415&#039;, 200 =&gt; &#039;afii57416&#039;, 201 =&gt; &#039;afii57417&#039;, 202 =&gt; &#039;afii57418&#039;, 203 =&gt; &#039;afii57419&#039;, 204 =&gt; &#039;afii57420&#039;, 205 =&gt; &#039;afii57421&#039;, 206 =&gt; &#039;afii57422&#039;, 207 =&gt; &#039;afii57423&#039;, 208 =&gt; &#039;afii57424&#039;, 209 =&gt; &#039;afii57425&#039;, 210 =&gt; &#039;afii57426&#039;, 211 =&gt; &#039;afii57427&#039;, 212 =&gt; &#039;afii57428&#039;, 213 =&gt; &#039;afii57429&#039;, 214 =&gt; &#039;afii57430&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;afii57431&#039;, 217 =&gt; &#039;afii57432&#039;, 218 =&gt; &#039;afii57433&#039;, 219 =&gt; &#039;afii57434&#039;, 220 =&gt; &#039;afii57440&#039;, 221 =&gt; &#039;afii57441&#039;, 222 =&gt; &#039;afii57442&#039;, 223 =&gt; &#039;afii57443&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;afii57444&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;afii57445&#039;, 228 =&gt; &#039;afii57446&#039;, 229 =&gt; &#039;afii57470&#039;, 230 =&gt; &#039;afii57448&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;afii57449&#039;, 237 =&gt; &#039;afii57450&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;afii57451&#039;, 241 =&gt; &#039;afii57452&#039;, 242 =&gt; &#039;afii57453&#039;, 243 =&gt; &#039;afii57454&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;afii57455&#039;, 246 =&gt; &#039;afii57456&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;afii57457&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;afii57458&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;afii299&#039;, 254 =&gt; &#039;afii300&#039;, 255 =&gt; &#039;afii57519&#039;], // encoding map for: cp1257 &#039;cp1257&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;dieresis&#039;, 142 =&gt; &#039;caron&#039;, 143 =&gt; &#039;cedilla&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;macron&#039;, 158 =&gt; &#039;ogonek&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;.notdef&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;.notdef&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;Oslash&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;Rcommaaccent&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;AE&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;oslash&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;rcommaaccent&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;ae&#039;, 192 =&gt; &#039;Aogonek&#039;, 193 =&gt; &#039;Iogonek&#039;, 194 =&gt; &#039;Amacron&#039;, 195 =&gt; &#039;Cacute&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;Eogonek&#039;, 199 =&gt; &#039;Emacron&#039;, 200 =&gt; &#039;Ccaron&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Zacute&#039;, 203 =&gt; &#039;Edotaccent&#039;, 204 =&gt; &#039;Gcommaaccent&#039;, 205 =&gt; &#039;Kcommaaccent&#039;, 206 =&gt; &#039;Imacron&#039;, 207 =&gt; &#039;Lcommaaccent&#039;, 208 =&gt; &#039;Scaron&#039;, 209 =&gt; &#039;Nacute&#039;, 210 =&gt; &#039;Ncommaaccent&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Omacron&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Uogonek&#039;, 217 =&gt; &#039;Lslash&#039;, 218 =&gt; &#039;Sacute&#039;, 219 =&gt; &#039;Umacron&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Zdotaccent&#039;, 222 =&gt; &#039;Zcaron&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;aogonek&#039;, 225 =&gt; &#039;iogonek&#039;, 226 =&gt; &#039;amacron&#039;, 227 =&gt; &#039;cacute&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;eogonek&#039;, 231 =&gt; &#039;emacron&#039;, 232 =&gt; &#039;ccaron&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;zacute&#039;, 235 =&gt; &#039;edotaccent&#039;, 236 =&gt; &#039;gcommaaccent&#039;, 237 =&gt; &#039;kcommaaccent&#039;, 238 =&gt; &#039;imacron&#039;, 239 =&gt; &#039;lcommaaccent&#039;, 240 =&gt; &#039;scaron&#039;, 241 =&gt; &#039;nacute&#039;, 242 =&gt; &#039;ncommaaccent&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;omacron&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;uogonek&#039;, 249 =&gt; &#039;lslash&#039;, 250 =&gt; &#039;sacute&#039;, 251 =&gt; &#039;umacron&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;zdotaccent&#039;, 254 =&gt; &#039;zcaron&#039;, 255 =&gt; &#039;dotaccent&#039;], // encoding map for: cp1258 &#039;cp1258&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;Euro&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;quotesinglbase&#039;, 131 =&gt; &#039;florin&#039;, 132 =&gt; &#039;quotedblbase&#039;, 133 =&gt; &#039;ellipsis&#039;, 134 =&gt; &#039;dagger&#039;, 135 =&gt; &#039;daggerdbl&#039;, 136 =&gt; &#039;circumflex&#039;, 137 =&gt; &#039;perthousand&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;guilsinglleft&#039;, 140 =&gt; &#039;OE&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;quoteleft&#039;, 146 =&gt; &#039;quoteright&#039;, 147 =&gt; &#039;quotedblleft&#039;, 148 =&gt; &#039;quotedblright&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;endash&#039;, 151 =&gt; &#039;emdash&#039;, 152 =&gt; &#039;tilde&#039;, 153 =&gt; &#039;trademark&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;guilsinglright&#039;, 156 =&gt; &#039;oe&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;Ydieresis&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Abreve&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;gravecomb&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Dcroat&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;hookabovecomb&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Ohorn&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Uhorn&#039;, 222 =&gt; &#039;tildecomb&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;abreve&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;acutecomb&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;dcroat&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;dotbelowcomb&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;ohorn&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;uhorn&#039;, 254 =&gt; &#039;dong&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: iso-8859-1 &#039;iso-8859-1&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Eth&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Yacute&#039;, 222 =&gt; &#039;Thorn&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;eth&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;yacute&#039;, 254 =&gt; &#039;thorn&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: iso-8859-2 &#039;iso-8859-2&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;Aogonek&#039;, 162 =&gt; &#039;breve&#039;, 163 =&gt; &#039;Lslash&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;Lcaron&#039;, 166 =&gt; &#039;Sacute&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;Scaron&#039;, 170 =&gt; &#039;Scedilla&#039;, 171 =&gt; &#039;Tcaron&#039;, 172 =&gt; &#039;Zacute&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;Zcaron&#039;, 175 =&gt; &#039;Zdotaccent&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;aogonek&#039;, 178 =&gt; &#039;ogonek&#039;, 179 =&gt; &#039;lslash&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;lcaron&#039;, 182 =&gt; &#039;sacute&#039;, 183 =&gt; &#039;caron&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;scaron&#039;, 186 =&gt; &#039;scedilla&#039;, 187 =&gt; &#039;tcaron&#039;, 188 =&gt; &#039;zacute&#039;, 189 =&gt; &#039;hungarumlaut&#039;, 190 =&gt; &#039;zcaron&#039;, 191 =&gt; &#039;zdotaccent&#039;, 192 =&gt; &#039;Racute&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Abreve&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Lacute&#039;, 198 =&gt; &#039;Cacute&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Ccaron&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Eogonek&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Ecaron&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Dcaron&#039;, 208 =&gt; &#039;Dcroat&#039;, 209 =&gt; &#039;Nacute&#039;, 210 =&gt; &#039;Ncaron&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Ohungarumlaut&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Rcaron&#039;, 217 =&gt; &#039;Uring&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Uhungarumlaut&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Yacute&#039;, 222 =&gt; &#039;Tcommaaccent&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;racute&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;abreve&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;lacute&#039;, 230 =&gt; &#039;cacute&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;ccaron&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;eogonek&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;ecaron&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;dcaron&#039;, 240 =&gt; &#039;dcroat&#039;, 241 =&gt; &#039;nacute&#039;, 242 =&gt; &#039;ncaron&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;ohungarumlaut&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;rcaron&#039;, 249 =&gt; &#039;uring&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;uhungarumlaut&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;yacute&#039;, 254 =&gt; &#039;tcommaaccent&#039;, 255 =&gt; &#039;dotaccent&#039;], // encoding map for: iso-8859-4 &#039;iso-8859-4&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;Aogonek&#039;, 162 =&gt; &#039;kgreenlandic&#039;, 163 =&gt; &#039;Rcommaaccent&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;Itilde&#039;, 166 =&gt; &#039;Lcommaaccent&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;Scaron&#039;, 170 =&gt; &#039;Emacron&#039;, 171 =&gt; &#039;Gcommaaccent&#039;, 172 =&gt; &#039;Tbar&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;Zcaron&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;aogonek&#039;, 178 =&gt; &#039;ogonek&#039;, 179 =&gt; &#039;rcommaaccent&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;itilde&#039;, 182 =&gt; &#039;lcommaaccent&#039;, 183 =&gt; &#039;caron&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;scaron&#039;, 186 =&gt; &#039;emacron&#039;, 187 =&gt; &#039;gcommaaccent&#039;, 188 =&gt; &#039;tbar&#039;, 189 =&gt; &#039;Eng&#039;, 190 =&gt; &#039;zcaron&#039;, 191 =&gt; &#039;eng&#039;, 192 =&gt; &#039;Amacron&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Iogonek&#039;, 200 =&gt; &#039;Ccaron&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Eogonek&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Edotaccent&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Imacron&#039;, 208 =&gt; &#039;Dcroat&#039;, 209 =&gt; &#039;Ncommaaccent&#039;, 210 =&gt; &#039;Omacron&#039;, 211 =&gt; &#039;Kcommaaccent&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Uogonek&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Utilde&#039;, 222 =&gt; &#039;Umacron&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;amacron&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;iogonek&#039;, 232 =&gt; &#039;ccaron&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;eogonek&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;edotaccent&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;imacron&#039;, 240 =&gt; &#039;dcroat&#039;, 241 =&gt; &#039;ncommaaccent&#039;, 242 =&gt; &#039;omacron&#039;, 243 =&gt; &#039;kcommaaccent&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;uogonek&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;utilde&#039;, 254 =&gt; &#039;umacron&#039;, 255 =&gt; &#039;dotaccent&#039;], // encoding map for: iso-8859-5 &#039;iso-8859-5&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;afii10023&#039;, 162 =&gt; &#039;afii10051&#039;, 163 =&gt; &#039;afii10052&#039;, 164 =&gt; &#039;afii10053&#039;, 165 =&gt; &#039;afii10054&#039;, 166 =&gt; &#039;afii10055&#039;, 167 =&gt; &#039;afii10056&#039;, 168 =&gt; &#039;afii10057&#039;, 169 =&gt; &#039;afii10058&#039;, 170 =&gt; &#039;afii10059&#039;, 171 =&gt; &#039;afii10060&#039;, 172 =&gt; &#039;afii10061&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;afii10062&#039;, 175 =&gt; &#039;afii10145&#039;, 176 =&gt; &#039;afii10017&#039;, 177 =&gt; &#039;afii10018&#039;, 178 =&gt; &#039;afii10019&#039;, 179 =&gt; &#039;afii10020&#039;, 180 =&gt; &#039;afii10021&#039;, 181 =&gt; &#039;afii10022&#039;, 182 =&gt; &#039;afii10024&#039;, 183 =&gt; &#039;afii10025&#039;, 184 =&gt; &#039;afii10026&#039;, 185 =&gt; &#039;afii10027&#039;, 186 =&gt; &#039;afii10028&#039;, 187 =&gt; &#039;afii10029&#039;, 188 =&gt; &#039;afii10030&#039;, 189 =&gt; &#039;afii10031&#039;, 190 =&gt; &#039;afii10032&#039;, 191 =&gt; &#039;afii10033&#039;, 192 =&gt; &#039;afii10034&#039;, 193 =&gt; &#039;afii10035&#039;, 194 =&gt; &#039;afii10036&#039;, 195 =&gt; &#039;afii10037&#039;, 196 =&gt; &#039;afii10038&#039;, 197 =&gt; &#039;afii10039&#039;, 198 =&gt; &#039;afii10040&#039;, 199 =&gt; &#039;afii10041&#039;, 200 =&gt; &#039;afii10042&#039;, 201 =&gt; &#039;afii10043&#039;, 202 =&gt; &#039;afii10044&#039;, 203 =&gt; &#039;afii10045&#039;, 204 =&gt; &#039;afii10046&#039;, 205 =&gt; &#039;afii10047&#039;, 206 =&gt; &#039;afii10048&#039;, 207 =&gt; &#039;afii10049&#039;, 208 =&gt; &#039;afii10065&#039;, 209 =&gt; &#039;afii10066&#039;, 210 =&gt; &#039;afii10067&#039;, 211 =&gt; &#039;afii10068&#039;, 212 =&gt; &#039;afii10069&#039;, 213 =&gt; &#039;afii10070&#039;, 214 =&gt; &#039;afii10072&#039;, 215 =&gt; &#039;afii10073&#039;, 216 =&gt; &#039;afii10074&#039;, 217 =&gt; &#039;afii10075&#039;, 218 =&gt; &#039;afii10076&#039;, 219 =&gt; &#039;afii10077&#039;, 220 =&gt; &#039;afii10078&#039;, 221 =&gt; &#039;afii10079&#039;, 222 =&gt; &#039;afii10080&#039;, 223 =&gt; &#039;afii10081&#039;, 224 =&gt; &#039;afii10082&#039;, 225 =&gt; &#039;afii10083&#039;, 226 =&gt; &#039;afii10084&#039;, 227 =&gt; &#039;afii10085&#039;, 228 =&gt; &#039;afii10086&#039;, 229 =&gt; &#039;afii10087&#039;, 230 =&gt; &#039;afii10088&#039;, 231 =&gt; &#039;afii10089&#039;, 232 =&gt; &#039;afii10090&#039;, 233 =&gt; &#039;afii10091&#039;, 234 =&gt; &#039;afii10092&#039;, 235 =&gt; &#039;afii10093&#039;, 236 =&gt; &#039;afii10094&#039;, 237 =&gt; &#039;afii10095&#039;, 238 =&gt; &#039;afii10096&#039;, 239 =&gt; &#039;afii10097&#039;, 240 =&gt; &#039;afii61352&#039;, 241 =&gt; &#039;afii10071&#039;, 242 =&gt; &#039;afii10099&#039;, 243 =&gt; &#039;afii10100&#039;, 244 =&gt; &#039;afii10101&#039;, 245 =&gt; &#039;afii10102&#039;, 246 =&gt; &#039;afii10103&#039;, 247 =&gt; &#039;afii10104&#039;, 248 =&gt; &#039;afii10105&#039;, 249 =&gt; &#039;afii10106&#039;, 250 =&gt; &#039;afii10107&#039;, 251 =&gt; &#039;afii10108&#039;, 252 =&gt; &#039;afii10109&#039;, 253 =&gt; &#039;section&#039;, 254 =&gt; &#039;afii10110&#039;, 255 =&gt; &#039;afii10193&#039;], // encoding map for: iso-8859-7 &#039;iso-8859-7&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;quoteleft&#039;, 162 =&gt; &#039;quoteright&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;.notdef&#039;, 165 =&gt; &#039;.notdef&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;.notdef&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;.notdef&#039;, 175 =&gt; &#039;afii00208&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;tonos&#039;, 181 =&gt; &#039;dieresistonos&#039;, 182 =&gt; &#039;Alphatonos&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;Epsilontonos&#039;, 185 =&gt; &#039;Etatonos&#039;, 186 =&gt; &#039;Iotatonos&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;Omicrontonos&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;Upsilontonos&#039;, 191 =&gt; &#039;Omegatonos&#039;, 192 =&gt; &#039;iotadieresistonos&#039;, 193 =&gt; &#039;Alpha&#039;, 194 =&gt; &#039;Beta&#039;, 195 =&gt; &#039;Gamma&#039;, 196 =&gt; &#039;Delta&#039;, 197 =&gt; &#039;Epsilon&#039;, 198 =&gt; &#039;Zeta&#039;, 199 =&gt; &#039;Eta&#039;, 200 =&gt; &#039;Theta&#039;, 201 =&gt; &#039;Iota&#039;, 202 =&gt; &#039;Kappa&#039;, 203 =&gt; &#039;Lambda&#039;, 204 =&gt; &#039;Mu&#039;, 205 =&gt; &#039;Nu&#039;, 206 =&gt; &#039;Xi&#039;, 207 =&gt; &#039;Omicron&#039;, 208 =&gt; &#039;Pi&#039;, 209 =&gt; &#039;Rho&#039;, 210 =&gt; &#039;.notdef&#039;, 211 =&gt; &#039;Sigma&#039;, 212 =&gt; &#039;Tau&#039;, 213 =&gt; &#039;Upsilon&#039;, 214 =&gt; &#039;Phi&#039;, 215 =&gt; &#039;Chi&#039;, 216 =&gt; &#039;Psi&#039;, 217 =&gt; &#039;Omega&#039;, 218 =&gt; &#039;Iotadieresis&#039;, 219 =&gt; &#039;Upsilondieresis&#039;, 220 =&gt; &#039;alphatonos&#039;, 221 =&gt; &#039;epsilontonos&#039;, 222 =&gt; &#039;etatonos&#039;, 223 =&gt; &#039;iotatonos&#039;, 224 =&gt; &#039;upsilondieresistonos&#039;, 225 =&gt; &#039;alpha&#039;, 226 =&gt; &#039;beta&#039;, 227 =&gt; &#039;gamma&#039;, 228 =&gt; &#039;delta&#039;, 229 =&gt; &#039;epsilon&#039;, 230 =&gt; &#039;zeta&#039;, 231 =&gt; &#039;eta&#039;, 232 =&gt; &#039;theta&#039;, 233 =&gt; &#039;iota&#039;, 234 =&gt; &#039;kappa&#039;, 235 =&gt; &#039;lambda&#039;, 236 =&gt; &#039;mu&#039;, 237 =&gt; &#039;nu&#039;, 238 =&gt; &#039;xi&#039;, 239 =&gt; &#039;omicron&#039;, 240 =&gt; &#039;pi&#039;, 241 =&gt; &#039;rho&#039;, 242 =&gt; &#039;sigma1&#039;, 243 =&gt; &#039;sigma&#039;, 244 =&gt; &#039;tau&#039;, 245 =&gt; &#039;upsilon&#039;, 246 =&gt; &#039;phi&#039;, 247 =&gt; &#039;chi&#039;, 248 =&gt; &#039;psi&#039;, 249 =&gt; &#039;omega&#039;, 250 =&gt; &#039;iotadieresis&#039;, 251 =&gt; &#039;upsilondieresis&#039;, 252 =&gt; &#039;omicrontonos&#039;, 253 =&gt; &#039;upsilontonos&#039;, 254 =&gt; &#039;omegatonos&#039;, 255 =&gt; &#039;.notdef&#039;], // encoding map for: iso-8859-9 &#039;iso-8859-9&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;currency&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;brokenbar&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;dieresis&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;acute&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;cedilla&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;onequarter&#039;, 189 =&gt; &#039;onehalf&#039;, 190 =&gt; &#039;threequarters&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Gbreve&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Idotaccent&#039;, 222 =&gt; &#039;Scedilla&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;gbreve&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;dotlessi&#039;, 254 =&gt; &#039;scedilla&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: iso-8859-11 &#039;iso-8859-11&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;kokaithai&#039;, 162 =&gt; &#039;khokhaithai&#039;, 163 =&gt; &#039;khokhuatthai&#039;, 164 =&gt; &#039;khokhwaithai&#039;, 165 =&gt; &#039;khokhonthai&#039;, 166 =&gt; &#039;khorakhangthai&#039;, 167 =&gt; &#039;ngonguthai&#039;, 168 =&gt; &#039;chochanthai&#039;, 169 =&gt; &#039;chochingthai&#039;, 170 =&gt; &#039;chochangthai&#039;, 171 =&gt; &#039;sosothai&#039;, 172 =&gt; &#039;chochoethai&#039;, 173 =&gt; &#039;yoyingthai&#039;, 174 =&gt; &#039;dochadathai&#039;, 175 =&gt; &#039;topatakthai&#039;, 176 =&gt; &#039;thothanthai&#039;, 177 =&gt; &#039;thonangmonthothai&#039;, 178 =&gt; &#039;thophuthaothai&#039;, 179 =&gt; &#039;nonenthai&#039;, 180 =&gt; &#039;dodekthai&#039;, 181 =&gt; &#039;totaothai&#039;, 182 =&gt; &#039;thothungthai&#039;, 183 =&gt; &#039;thothahanthai&#039;, 184 =&gt; &#039;thothongthai&#039;, 185 =&gt; &#039;nonuthai&#039;, 186 =&gt; &#039;bobaimaithai&#039;, 187 =&gt; &#039;poplathai&#039;, 188 =&gt; &#039;phophungthai&#039;, 189 =&gt; &#039;fofathai&#039;, 190 =&gt; &#039;phophanthai&#039;, 191 =&gt; &#039;fofanthai&#039;, 192 =&gt; &#039;phosamphaothai&#039;, 193 =&gt; &#039;momathai&#039;, 194 =&gt; &#039;yoyakthai&#039;, 195 =&gt; &#039;roruathai&#039;, 196 =&gt; &#039;ruthai&#039;, 197 =&gt; &#039;lolingthai&#039;, 198 =&gt; &#039;luthai&#039;, 199 =&gt; &#039;wowaenthai&#039;, 200 =&gt; &#039;sosalathai&#039;, 201 =&gt; &#039;sorusithai&#039;, 202 =&gt; &#039;sosuathai&#039;, 203 =&gt; &#039;hohipthai&#039;, 204 =&gt; &#039;lochulathai&#039;, 205 =&gt; &#039;oangthai&#039;, 206 =&gt; &#039;honokhukthai&#039;, 207 =&gt; &#039;paiyannoithai&#039;, 208 =&gt; &#039;saraathai&#039;, 209 =&gt; &#039;maihanakatthai&#039;, 210 =&gt; &#039;saraaathai&#039;, 211 =&gt; &#039;saraamthai&#039;, 212 =&gt; &#039;saraithai&#039;, 213 =&gt; &#039;saraiithai&#039;, 214 =&gt; &#039;sarauethai&#039;, 215 =&gt; &#039;saraueethai&#039;, 216 =&gt; &#039;sarauthai&#039;, 217 =&gt; &#039;sarauuthai&#039;, 218 =&gt; &#039;phinthuthai&#039;, 219 =&gt; &#039;.notdef&#039;, 220 =&gt; &#039;.notdef&#039;, 221 =&gt; &#039;.notdef&#039;, 222 =&gt; &#039;.notdef&#039;, 223 =&gt; &#039;bahtthai&#039;, 224 =&gt; &#039;saraethai&#039;, 225 =&gt; &#039;saraaethai&#039;, 226 =&gt; &#039;saraothai&#039;, 227 =&gt; &#039;saraaimaimuanthai&#039;, 228 =&gt; &#039;saraaimaimalaithai&#039;, 229 =&gt; &#039;lakkhangyaothai&#039;, 230 =&gt; &#039;maiyamokthai&#039;, 231 =&gt; &#039;maitaikhuthai&#039;, 232 =&gt; &#039;maiekthai&#039;, 233 =&gt; &#039;maithothai&#039;, 234 =&gt; &#039;maitrithai&#039;, 235 =&gt; &#039;maichattawathai&#039;, 236 =&gt; &#039;thanthakhatthai&#039;, 237 =&gt; &#039;nikhahitthai&#039;, 238 =&gt; &#039;yamakkanthai&#039;, 239 =&gt; &#039;fongmanthai&#039;, 240 =&gt; &#039;zerothai&#039;, 241 =&gt; &#039;onethai&#039;, 242 =&gt; &#039;twothai&#039;, 243 =&gt; &#039;threethai&#039;, 244 =&gt; &#039;fourthai&#039;, 245 =&gt; &#039;fivethai&#039;, 246 =&gt; &#039;sixthai&#039;, 247 =&gt; &#039;seventhai&#039;, 248 =&gt; &#039;eightthai&#039;, 249 =&gt; &#039;ninethai&#039;, 250 =&gt; &#039;angkhankhuthai&#039;, 251 =&gt; &#039;khomutthai&#039;, 252 =&gt; &#039;.notdef&#039;, 253 =&gt; &#039;.notdef&#039;, 254 =&gt; &#039;.notdef&#039;, 255 =&gt; &#039;.notdef&#039;], // encoding map for: iso-8859-15 &#039;iso-8859-15&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;exclamdown&#039;, 162 =&gt; &#039;cent&#039;, 163 =&gt; &#039;sterling&#039;, 164 =&gt; &#039;Euro&#039;, 165 =&gt; &#039;yen&#039;, 166 =&gt; &#039;Scaron&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;scaron&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;ordfeminine&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;logicalnot&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;registered&#039;, 175 =&gt; &#039;macron&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;twosuperior&#039;, 179 =&gt; &#039;threesuperior&#039;, 180 =&gt; &#039;Zcaron&#039;, 181 =&gt; &#039;mu&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;zcaron&#039;, 185 =&gt; &#039;onesuperior&#039;, 186 =&gt; &#039;ordmasculine&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;OE&#039;, 189 =&gt; &#039;oe&#039;, 190 =&gt; &#039;Ydieresis&#039;, 191 =&gt; &#039;questiondown&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Atilde&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Aring&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Eth&#039;, 209 =&gt; &#039;Ntilde&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Otilde&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;multiply&#039;, 216 =&gt; &#039;Oslash&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Yacute&#039;, 222 =&gt; &#039;Thorn&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;atilde&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;aring&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;eth&#039;, 241 =&gt; &#039;ntilde&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;otilde&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;divide&#039;, 248 =&gt; &#039;oslash&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;yacute&#039;, 254 =&gt; &#039;thorn&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: iso-8859-16 &#039;iso-8859-16&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;space&#039;, 161 =&gt; &#039;Aogonek&#039;, 162 =&gt; &#039;aogonek&#039;, 163 =&gt; &#039;Lslash&#039;, 164 =&gt; &#039;Euro&#039;, 165 =&gt; &#039;quotedblbase&#039;, 166 =&gt; &#039;Scaron&#039;, 167 =&gt; &#039;section&#039;, 168 =&gt; &#039;scaron&#039;, 169 =&gt; &#039;copyright&#039;, 170 =&gt; &#039;Scommaaccent&#039;, 171 =&gt; &#039;guillemotleft&#039;, 172 =&gt; &#039;Zacute&#039;, 173 =&gt; &#039;hyphen&#039;, 174 =&gt; &#039;zacute&#039;, 175 =&gt; &#039;Zdotaccent&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;Ccaron&#039;, 179 =&gt; &#039;lslash&#039;, 180 =&gt; &#039;Zcaron&#039;, 181 =&gt; &#039;quotedblright&#039;, 182 =&gt; &#039;paragraph&#039;, 183 =&gt; &#039;periodcentered&#039;, 184 =&gt; &#039;zcaron&#039;, 185 =&gt; &#039;ccaron&#039;, 186 =&gt; &#039;scommaaccent&#039;, 187 =&gt; &#039;guillemotright&#039;, 188 =&gt; &#039;OE&#039;, 189 =&gt; &#039;oe&#039;, 190 =&gt; &#039;Ydieresis&#039;, 191 =&gt; &#039;zdotaccent&#039;, 192 =&gt; &#039;Agrave&#039;, 193 =&gt; &#039;Aacute&#039;, 194 =&gt; &#039;Acircumflex&#039;, 195 =&gt; &#039;Abreve&#039;, 196 =&gt; &#039;Adieresis&#039;, 197 =&gt; &#039;Cacute&#039;, 198 =&gt; &#039;AE&#039;, 199 =&gt; &#039;Ccedilla&#039;, 200 =&gt; &#039;Egrave&#039;, 201 =&gt; &#039;Eacute&#039;, 202 =&gt; &#039;Ecircumflex&#039;, 203 =&gt; &#039;Edieresis&#039;, 204 =&gt; &#039;Igrave&#039;, 205 =&gt; &#039;Iacute&#039;, 206 =&gt; &#039;Icircumflex&#039;, 207 =&gt; &#039;Idieresis&#039;, 208 =&gt; &#039;Dcroat&#039;, 209 =&gt; &#039;Nacute&#039;, 210 =&gt; &#039;Ograve&#039;, 211 =&gt; &#039;Oacute&#039;, 212 =&gt; &#039;Ocircumflex&#039;, 213 =&gt; &#039;Ohungarumlaut&#039;, 214 =&gt; &#039;Odieresis&#039;, 215 =&gt; &#039;Sacute&#039;, 216 =&gt; &#039;Uhungarumlaut&#039;, 217 =&gt; &#039;Ugrave&#039;, 218 =&gt; &#039;Uacute&#039;, 219 =&gt; &#039;Ucircumflex&#039;, 220 =&gt; &#039;Udieresis&#039;, 221 =&gt; &#039;Eogonek&#039;, 222 =&gt; &#039;Tcommaaccent&#039;, 223 =&gt; &#039;germandbls&#039;, 224 =&gt; &#039;agrave&#039;, 225 =&gt; &#039;aacute&#039;, 226 =&gt; &#039;acircumflex&#039;, 227 =&gt; &#039;abreve&#039;, 228 =&gt; &#039;adieresis&#039;, 229 =&gt; &#039;cacute&#039;, 230 =&gt; &#039;ae&#039;, 231 =&gt; &#039;ccedilla&#039;, 232 =&gt; &#039;egrave&#039;, 233 =&gt; &#039;eacute&#039;, 234 =&gt; &#039;ecircumflex&#039;, 235 =&gt; &#039;edieresis&#039;, 236 =&gt; &#039;igrave&#039;, 237 =&gt; &#039;iacute&#039;, 238 =&gt; &#039;icircumflex&#039;, 239 =&gt; &#039;idieresis&#039;, 240 =&gt; &#039;dcroat&#039;, 241 =&gt; &#039;nacute&#039;, 242 =&gt; &#039;ograve&#039;, 243 =&gt; &#039;oacute&#039;, 244 =&gt; &#039;ocircumflex&#039;, 245 =&gt; &#039;ohungarumlaut&#039;, 246 =&gt; &#039;odieresis&#039;, 247 =&gt; &#039;sacute&#039;, 248 =&gt; &#039;uhungarumlaut&#039;, 249 =&gt; &#039;ugrave&#039;, 250 =&gt; &#039;uacute&#039;, 251 =&gt; &#039;ucircumflex&#039;, 252 =&gt; &#039;udieresis&#039;, 253 =&gt; &#039;eogonek&#039;, 254 =&gt; &#039;tcommaaccent&#039;, 255 =&gt; &#039;ydieresis&#039;], // encoding map for: koi8-r &#039;koi8-r&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;SF100000&#039;, 129 =&gt; &#039;SF110000&#039;, 130 =&gt; &#039;SF010000&#039;, 131 =&gt; &#039;SF030000&#039;, 132 =&gt; &#039;SF020000&#039;, 133 =&gt; &#039;SF040000&#039;, 134 =&gt; &#039;SF080000&#039;, 135 =&gt; &#039;SF090000&#039;, 136 =&gt; &#039;SF060000&#039;, 137 =&gt; &#039;SF070000&#039;, 138 =&gt; &#039;SF050000&#039;, 139 =&gt; &#039;upblock&#039;, 140 =&gt; &#039;dnblock&#039;, 141 =&gt; &#039;block&#039;, 142 =&gt; &#039;lfblock&#039;, 143 =&gt; &#039;rtblock&#039;, 144 =&gt; &#039;ltshade&#039;, 145 =&gt; &#039;shade&#039;, 146 =&gt; &#039;dkshade&#039;, 147 =&gt; &#039;integraltp&#039;, 148 =&gt; &#039;filledbox&#039;, 149 =&gt; &#039;periodcentered&#039;, 150 =&gt; &#039;radical&#039;, 151 =&gt; &#039;approxequal&#039;, 152 =&gt; &#039;lessequal&#039;, 153 =&gt; &#039;greaterequal&#039;, 154 =&gt; &#039;space&#039;, 155 =&gt; &#039;integralbt&#039;, 156 =&gt; &#039;degree&#039;, 157 =&gt; &#039;twosuperior&#039;, 158 =&gt; &#039;periodcentered&#039;, 159 =&gt; &#039;divide&#039;, 160 =&gt; &#039;SF430000&#039;, 161 =&gt; &#039;SF240000&#039;, 162 =&gt; &#039;SF510000&#039;, 163 =&gt; &#039;afii10071&#039;, 164 =&gt; &#039;SF520000&#039;, 165 =&gt; &#039;SF390000&#039;, 166 =&gt; &#039;SF220000&#039;, 167 =&gt; &#039;SF210000&#039;, 168 =&gt; &#039;SF250000&#039;, 169 =&gt; &#039;SF500000&#039;, 170 =&gt; &#039;SF490000&#039;, 171 =&gt; &#039;SF380000&#039;, 172 =&gt; &#039;SF280000&#039;, 173 =&gt; &#039;SF270000&#039;, 174 =&gt; &#039;SF260000&#039;, 175 =&gt; &#039;SF360000&#039;, 176 =&gt; &#039;SF370000&#039;, 177 =&gt; &#039;SF420000&#039;, 178 =&gt; &#039;SF190000&#039;, 179 =&gt; &#039;afii10023&#039;, 180 =&gt; &#039;SF200000&#039;, 181 =&gt; &#039;SF230000&#039;, 182 =&gt; &#039;SF470000&#039;, 183 =&gt; &#039;SF480000&#039;, 184 =&gt; &#039;SF410000&#039;, 185 =&gt; &#039;SF450000&#039;, 186 =&gt; &#039;SF460000&#039;, 187 =&gt; &#039;SF400000&#039;, 188 =&gt; &#039;SF540000&#039;, 189 =&gt; &#039;SF530000&#039;, 190 =&gt; &#039;SF440000&#039;, 191 =&gt; &#039;copyright&#039;, 192 =&gt; &#039;afii10096&#039;, 193 =&gt; &#039;afii10065&#039;, 194 =&gt; &#039;afii10066&#039;, 195 =&gt; &#039;afii10088&#039;, 196 =&gt; &#039;afii10069&#039;, 197 =&gt; &#039;afii10070&#039;, 198 =&gt; &#039;afii10086&#039;, 199 =&gt; &#039;afii10068&#039;, 200 =&gt; &#039;afii10087&#039;, 201 =&gt; &#039;afii10074&#039;, 202 =&gt; &#039;afii10075&#039;, 203 =&gt; &#039;afii10076&#039;, 204 =&gt; &#039;afii10077&#039;, 205 =&gt; &#039;afii10078&#039;, 206 =&gt; &#039;afii10079&#039;, 207 =&gt; &#039;afii10080&#039;, 208 =&gt; &#039;afii10081&#039;, 209 =&gt; &#039;afii10097&#039;, 210 =&gt; &#039;afii10082&#039;, 211 =&gt; &#039;afii10083&#039;, 212 =&gt; &#039;afii10084&#039;, 213 =&gt; &#039;afii10085&#039;, 214 =&gt; &#039;afii10072&#039;, 215 =&gt; &#039;afii10067&#039;, 216 =&gt; &#039;afii10094&#039;, 217 =&gt; &#039;afii10093&#039;, 218 =&gt; &#039;afii10073&#039;, 219 =&gt; &#039;afii10090&#039;, 220 =&gt; &#039;afii10095&#039;, 221 =&gt; &#039;afii10091&#039;, 222 =&gt; &#039;afii10089&#039;, 223 =&gt; &#039;afii10092&#039;, 224 =&gt; &#039;afii10048&#039;, 225 =&gt; &#039;afii10017&#039;, 226 =&gt; &#039;afii10018&#039;, 227 =&gt; &#039;afii10040&#039;, 228 =&gt; &#039;afii10021&#039;, 229 =&gt; &#039;afii10022&#039;, 230 =&gt; &#039;afii10038&#039;, 231 =&gt; &#039;afii10020&#039;, 232 =&gt; &#039;afii10039&#039;, 233 =&gt; &#039;afii10026&#039;, 234 =&gt; &#039;afii10027&#039;, 235 =&gt; &#039;afii10028&#039;, 236 =&gt; &#039;afii10029&#039;, 237 =&gt; &#039;afii10030&#039;, 238 =&gt; &#039;afii10031&#039;, 239 =&gt; &#039;afii10032&#039;, 240 =&gt; &#039;afii10033&#039;, 241 =&gt; &#039;afii10049&#039;, 242 =&gt; &#039;afii10034&#039;, 243 =&gt; &#039;afii10035&#039;, 244 =&gt; &#039;afii10036&#039;, 245 =&gt; &#039;afii10037&#039;, 246 =&gt; &#039;afii10024&#039;, 247 =&gt; &#039;afii10019&#039;, 248 =&gt; &#039;afii10046&#039;, 249 =&gt; &#039;afii10045&#039;, 250 =&gt; &#039;afii10025&#039;, 251 =&gt; &#039;afii10042&#039;, 252 =&gt; &#039;afii10047&#039;, 253 =&gt; &#039;afii10043&#039;, 254 =&gt; &#039;afii10041&#039;, 255 =&gt; &#039;afii10044&#039;], // encoding map for: koi8-u &#039;koi8-u&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;quotedbl&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;dollar&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;quotesingle&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asterisk&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;hyphen&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;at&#039;, 65 =&gt; &#039;A&#039;, 66 =&gt; &#039;B&#039;, 67 =&gt; &#039;C&#039;, 68 =&gt; &#039;D&#039;, 69 =&gt; &#039;E&#039;, 70 =&gt; &#039;F&#039;, 71 =&gt; &#039;G&#039;, 72 =&gt; &#039;H&#039;, 73 =&gt; &#039;I&#039;, 74 =&gt; &#039;J&#039;, 75 =&gt; &#039;K&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;M&#039;, 78 =&gt; &#039;N&#039;, 79 =&gt; &#039;O&#039;, 80 =&gt; &#039;P&#039;, 81 =&gt; &#039;Q&#039;, 82 =&gt; &#039;R&#039;, 83 =&gt; &#039;S&#039;, 84 =&gt; &#039;T&#039;, 85 =&gt; &#039;U&#039;, 86 =&gt; &#039;V&#039;, 87 =&gt; &#039;W&#039;, 88 =&gt; &#039;X&#039;, 89 =&gt; &#039;Y&#039;, 90 =&gt; &#039;Z&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;backslash&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;asciicircum&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;grave&#039;, 97 =&gt; &#039;a&#039;, 98 =&gt; &#039;b&#039;, 99 =&gt; &#039;c&#039;, 100 =&gt; &#039;d&#039;, 101 =&gt; &#039;e&#039;, 102 =&gt; &#039;f&#039;, 103 =&gt; &#039;g&#039;, 104 =&gt; &#039;h&#039;, 105 =&gt; &#039;i&#039;, 106 =&gt; &#039;j&#039;, 107 =&gt; &#039;k&#039;, 108 =&gt; &#039;l&#039;, 109 =&gt; &#039;m&#039;, 110 =&gt; &#039;n&#039;, 111 =&gt; &#039;o&#039;, 112 =&gt; &#039;p&#039;, 113 =&gt; &#039;q&#039;, 114 =&gt; &#039;r&#039;, 115 =&gt; &#039;s&#039;, 116 =&gt; &#039;t&#039;, 117 =&gt; &#039;u&#039;, 118 =&gt; &#039;v&#039;, 119 =&gt; &#039;w&#039;, 120 =&gt; &#039;x&#039;, 121 =&gt; &#039;y&#039;, 122 =&gt; &#039;z&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;asciitilde&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;SF100000&#039;, 129 =&gt; &#039;SF110000&#039;, 130 =&gt; &#039;SF010000&#039;, 131 =&gt; &#039;SF030000&#039;, 132 =&gt; &#039;SF020000&#039;, 133 =&gt; &#039;SF040000&#039;, 134 =&gt; &#039;SF080000&#039;, 135 =&gt; &#039;SF090000&#039;, 136 =&gt; &#039;SF060000&#039;, 137 =&gt; &#039;SF070000&#039;, 138 =&gt; &#039;SF050000&#039;, 139 =&gt; &#039;upblock&#039;, 140 =&gt; &#039;dnblock&#039;, 141 =&gt; &#039;block&#039;, 142 =&gt; &#039;lfblock&#039;, 143 =&gt; &#039;rtblock&#039;, 144 =&gt; &#039;ltshade&#039;, 145 =&gt; &#039;shade&#039;, 146 =&gt; &#039;dkshade&#039;, 147 =&gt; &#039;integraltp&#039;, 148 =&gt; &#039;filledbox&#039;, 149 =&gt; &#039;bullet&#039;, 150 =&gt; &#039;radical&#039;, 151 =&gt; &#039;approxequal&#039;, 152 =&gt; &#039;lessequal&#039;, 153 =&gt; &#039;greaterequal&#039;, 154 =&gt; &#039;space&#039;, 155 =&gt; &#039;integralbt&#039;, 156 =&gt; &#039;degree&#039;, 157 =&gt; &#039;twosuperior&#039;, 158 =&gt; &#039;periodcentered&#039;, 159 =&gt; &#039;divide&#039;, 160 =&gt; &#039;SF430000&#039;, 161 =&gt; &#039;SF240000&#039;, 162 =&gt; &#039;SF510000&#039;, 163 =&gt; &#039;afii10071&#039;, 164 =&gt; &#039;afii10101&#039;, 165 =&gt; &#039;SF390000&#039;, 166 =&gt; &#039;afii10103&#039;, 167 =&gt; &#039;afii10104&#039;, 168 =&gt; &#039;SF250000&#039;, 169 =&gt; &#039;SF500000&#039;, 170 =&gt; &#039;SF490000&#039;, 171 =&gt; &#039;SF380000&#039;, 172 =&gt; &#039;SF280000&#039;, 173 =&gt; &#039;afii10098&#039;, 174 =&gt; &#039;SF260000&#039;, 175 =&gt; &#039;SF360000&#039;, 176 =&gt; &#039;SF370000&#039;, 177 =&gt; &#039;SF420000&#039;, 178 =&gt; &#039;SF190000&#039;, 179 =&gt; &#039;afii10023&#039;, 180 =&gt; &#039;afii10053&#039;, 181 =&gt; &#039;SF230000&#039;, 182 =&gt; &#039;afii10055&#039;, 183 =&gt; &#039;afii10056&#039;, 184 =&gt; &#039;SF410000&#039;, 185 =&gt; &#039;SF450000&#039;, 186 =&gt; &#039;SF460000&#039;, 187 =&gt; &#039;SF400000&#039;, 188 =&gt; &#039;SF540000&#039;, 189 =&gt; &#039;afii10050&#039;, 190 =&gt; &#039;SF440000&#039;, 191 =&gt; &#039;copyright&#039;, 192 =&gt; &#039;afii10096&#039;, 193 =&gt; &#039;afii10065&#039;, 194 =&gt; &#039;afii10066&#039;, 195 =&gt; &#039;afii10088&#039;, 196 =&gt; &#039;afii10069&#039;, 197 =&gt; &#039;afii10070&#039;, 198 =&gt; &#039;afii10086&#039;, 199 =&gt; &#039;afii10068&#039;, 200 =&gt; &#039;afii10087&#039;, 201 =&gt; &#039;afii10074&#039;, 202 =&gt; &#039;afii10075&#039;, 203 =&gt; &#039;afii10076&#039;, 204 =&gt; &#039;afii10077&#039;, 205 =&gt; &#039;afii10078&#039;, 206 =&gt; &#039;afii10079&#039;, 207 =&gt; &#039;afii10080&#039;, 208 =&gt; &#039;afii10081&#039;, 209 =&gt; &#039;afii10097&#039;, 210 =&gt; &#039;afii10082&#039;, 211 =&gt; &#039;afii10083&#039;, 212 =&gt; &#039;afii10084&#039;, 213 =&gt; &#039;afii10085&#039;, 214 =&gt; &#039;afii10072&#039;, 215 =&gt; &#039;afii10067&#039;, 216 =&gt; &#039;afii10094&#039;, 217 =&gt; &#039;afii10093&#039;, 218 =&gt; &#039;afii10073&#039;, 219 =&gt; &#039;afii10090&#039;, 220 =&gt; &#039;afii10095&#039;, 221 =&gt; &#039;afii10091&#039;, 222 =&gt; &#039;afii10089&#039;, 223 =&gt; &#039;afii10092&#039;, 224 =&gt; &#039;afii10048&#039;, 225 =&gt; &#039;afii10017&#039;, 226 =&gt; &#039;afii10018&#039;, 227 =&gt; &#039;afii10040&#039;, 228 =&gt; &#039;afii10021&#039;, 229 =&gt; &#039;afii10022&#039;, 230 =&gt; &#039;afii10038&#039;, 231 =&gt; &#039;afii10020&#039;, 232 =&gt; &#039;afii10039&#039;, 233 =&gt; &#039;afii10026&#039;, 234 =&gt; &#039;afii10027&#039;, 235 =&gt; &#039;afii10028&#039;, 236 =&gt; &#039;afii10029&#039;, 237 =&gt; &#039;afii10030&#039;, 238 =&gt; &#039;afii10031&#039;, 239 =&gt; &#039;afii10032&#039;, 240 =&gt; &#039;afii10033&#039;, 241 =&gt; &#039;afii10049&#039;, 242 =&gt; &#039;afii10034&#039;, 243 =&gt; &#039;afii10035&#039;, 244 =&gt; &#039;afii10036&#039;, 245 =&gt; &#039;afii10037&#039;, 246 =&gt; &#039;afii10024&#039;, 247 =&gt; &#039;afii10019&#039;, 248 =&gt; &#039;afii10046&#039;, 249 =&gt; &#039;afii10045&#039;, 250 =&gt; &#039;afii10025&#039;, 251 =&gt; &#039;afii10042&#039;, 252 =&gt; &#039;afii10047&#039;, 253 =&gt; &#039;afii10043&#039;, 254 =&gt; &#039;afii10041&#039;, 255 =&gt; &#039;afii10044&#039;], // encoding map for: symbol &#039;symbol&#039; =&gt; [0 =&gt; &#039;.notdef&#039;, 1 =&gt; &#039;.notdef&#039;, 2 =&gt; &#039;.notdef&#039;, 3 =&gt; &#039;.notdef&#039;, 4 =&gt; &#039;.notdef&#039;, 5 =&gt; &#039;.notdef&#039;, 6 =&gt; &#039;.notdef&#039;, 7 =&gt; &#039;.notdef&#039;, 8 =&gt; &#039;.notdef&#039;, 9 =&gt; &#039;.notdef&#039;, 10 =&gt; &#039;.notdef&#039;, 11 =&gt; &#039;.notdef&#039;, 12 =&gt; &#039;.notdef&#039;, 13 =&gt; &#039;.notdef&#039;, 14 =&gt; &#039;.notdef&#039;, 15 =&gt; &#039;.notdef&#039;, 16 =&gt; &#039;.notdef&#039;, 17 =&gt; &#039;.notdef&#039;, 18 =&gt; &#039;.notdef&#039;, 19 =&gt; &#039;.notdef&#039;, 20 =&gt; &#039;.notdef&#039;, 21 =&gt; &#039;.notdef&#039;, 22 =&gt; &#039;.notdef&#039;, 23 =&gt; &#039;.notdef&#039;, 24 =&gt; &#039;.notdef&#039;, 25 =&gt; &#039;.notdef&#039;, 26 =&gt; &#039;.notdef&#039;, 27 =&gt; &#039;.notdef&#039;, 28 =&gt; &#039;.notdef&#039;, 29 =&gt; &#039;.notdef&#039;, 30 =&gt; &#039;.notdef&#039;, 31 =&gt; &#039;.notdef&#039;, 32 =&gt; &#039;space&#039;, 33 =&gt; &#039;exclam&#039;, 34 =&gt; &#039;universal&#039;, 35 =&gt; &#039;numbersign&#039;, 36 =&gt; &#039;existential&#039;, 37 =&gt; &#039;percent&#039;, 38 =&gt; &#039;ampersand&#039;, 39 =&gt; &#039;suchthat&#039;, 40 =&gt; &#039;parenleft&#039;, 41 =&gt; &#039;parenright&#039;, 42 =&gt; &#039;asteriskmath&#039;, 43 =&gt; &#039;plus&#039;, 44 =&gt; &#039;comma&#039;, 45 =&gt; &#039;minus&#039;, 46 =&gt; &#039;period&#039;, 47 =&gt; &#039;slash&#039;, 48 =&gt; &#039;zero&#039;, 49 =&gt; &#039;one&#039;, 50 =&gt; &#039;two&#039;, 51 =&gt; &#039;three&#039;, 52 =&gt; &#039;four&#039;, 53 =&gt; &#039;five&#039;, 54 =&gt; &#039;six&#039;, 55 =&gt; &#039;seven&#039;, 56 =&gt; &#039;eight&#039;, 57 =&gt; &#039;nine&#039;, 58 =&gt; &#039;colon&#039;, 59 =&gt; &#039;semicolon&#039;, 60 =&gt; &#039;less&#039;, 61 =&gt; &#039;equal&#039;, 62 =&gt; &#039;greater&#039;, 63 =&gt; &#039;question&#039;, 64 =&gt; &#039;congruent&#039;, 65 =&gt; &#039;Alpha&#039;, 66 =&gt; &#039;Beta&#039;, 67 =&gt; &#039;Chi&#039;, 68 =&gt; &#039;Delta&#039;, 69 =&gt; &#039;Epsilon&#039;, 70 =&gt; &#039;Phi&#039;, 71 =&gt; &#039;Gamma&#039;, 72 =&gt; &#039;Eta&#039;, 73 =&gt; &#039;Iota&#039;, 74 =&gt; &#039;theta1&#039;, 75 =&gt; &#039;Kappa&#039;, 76 =&gt; &#039;Lambda&#039;, 77 =&gt; &#039;Mu&#039;, 78 =&gt; &#039;Nu&#039;, 79 =&gt; &#039;Omicron&#039;, 80 =&gt; &#039;Pi&#039;, 81 =&gt; &#039;Theta&#039;, 82 =&gt; &#039;Rho&#039;, 83 =&gt; &#039;Sigma&#039;, 84 =&gt; &#039;Tau&#039;, 85 =&gt; &#039;Upsilon&#039;, 86 =&gt; &#039;sigma1&#039;, 87 =&gt; &#039;Omega&#039;, 88 =&gt; &#039;Xi&#039;, 89 =&gt; &#039;Psi&#039;, 90 =&gt; &#039;Zeta&#039;, 91 =&gt; &#039;bracketleft&#039;, 92 =&gt; &#039;therefore&#039;, 93 =&gt; &#039;bracketright&#039;, 94 =&gt; &#039;perpendicular&#039;, 95 =&gt; &#039;underscore&#039;, 96 =&gt; &#039;radicalex&#039;, 97 =&gt; &#039;alpha&#039;, 98 =&gt; &#039;beta&#039;, 99 =&gt; &#039;chi&#039;, 100 =&gt; &#039;delta&#039;, 101 =&gt; &#039;epsilon&#039;, 102 =&gt; &#039;phi&#039;, 103 =&gt; &#039;gamma&#039;, 104 =&gt; &#039;eta&#039;, 105 =&gt; &#039;iota&#039;, 106 =&gt; &#039;phi1&#039;, 107 =&gt; &#039;kappa&#039;, 108 =&gt; &#039;lambda&#039;, 109 =&gt; &#039;mu&#039;, 110 =&gt; &#039;nu&#039;, 111 =&gt; &#039;omicron&#039;, 112 =&gt; &#039;pi&#039;, 113 =&gt; &#039;theta&#039;, 114 =&gt; &#039;rho&#039;, 115 =&gt; &#039;sigma&#039;, 116 =&gt; &#039;tau&#039;, 117 =&gt; &#039;upsilon&#039;, 118 =&gt; &#039;omega1&#039;, 119 =&gt; &#039;omega&#039;, 120 =&gt; &#039;xi&#039;, 121 =&gt; &#039;psi&#039;, 122 =&gt; &#039;zeta&#039;, 123 =&gt; &#039;braceleft&#039;, 124 =&gt; &#039;bar&#039;, 125 =&gt; &#039;braceright&#039;, 126 =&gt; &#039;similar&#039;, 127 =&gt; &#039;.notdef&#039;, 128 =&gt; &#039;.notdef&#039;, 129 =&gt; &#039;.notdef&#039;, 130 =&gt; &#039;.notdef&#039;, 131 =&gt; &#039;.notdef&#039;, 132 =&gt; &#039;.notdef&#039;, 133 =&gt; &#039;.notdef&#039;, 134 =&gt; &#039;.notdef&#039;, 135 =&gt; &#039;.notdef&#039;, 136 =&gt; &#039;.notdef&#039;, 137 =&gt; &#039;.notdef&#039;, 138 =&gt; &#039;.notdef&#039;, 139 =&gt; &#039;.notdef&#039;, 140 =&gt; &#039;.notdef&#039;, 141 =&gt; &#039;.notdef&#039;, 142 =&gt; &#039;.notdef&#039;, 143 =&gt; &#039;.notdef&#039;, 144 =&gt; &#039;.notdef&#039;, 145 =&gt; &#039;.notdef&#039;, 146 =&gt; &#039;.notdef&#039;, 147 =&gt; &#039;.notdef&#039;, 148 =&gt; &#039;.notdef&#039;, 149 =&gt; &#039;.notdef&#039;, 150 =&gt; &#039;.notdef&#039;, 151 =&gt; &#039;.notdef&#039;, 152 =&gt; &#039;.notdef&#039;, 153 =&gt; &#039;.notdef&#039;, 154 =&gt; &#039;.notdef&#039;, 155 =&gt; &#039;.notdef&#039;, 156 =&gt; &#039;.notdef&#039;, 157 =&gt; &#039;.notdef&#039;, 158 =&gt; &#039;.notdef&#039;, 159 =&gt; &#039;.notdef&#039;, 160 =&gt; &#039;Euro&#039;, 161 =&gt; &#039;Upsilon1&#039;, 162 =&gt; &#039;minute&#039;, 163 =&gt; &#039;lessequal&#039;, 164 =&gt; &#039;fraction&#039;, 165 =&gt; &#039;infinity&#039;, 166 =&gt; &#039;florin&#039;, 167 =&gt; &#039;club&#039;, 168 =&gt; &#039;diamond&#039;, 169 =&gt; &#039;heart&#039;, 170 =&gt; &#039;spade&#039;, 171 =&gt; &#039;arrowboth&#039;, 172 =&gt; &#039;arrowleft&#039;, 173 =&gt; &#039;arrowup&#039;, 174 =&gt; &#039;arrowright&#039;, 175 =&gt; &#039;arrowdown&#039;, 176 =&gt; &#039;degree&#039;, 177 =&gt; &#039;plusminus&#039;, 178 =&gt; &#039;second&#039;, 179 =&gt; &#039;greaterequal&#039;, 180 =&gt; &#039;multiply&#039;, 181 =&gt; &#039;proportional&#039;, 182 =&gt; &#039;partialdiff&#039;, 183 =&gt; &#039;bullet&#039;, 184 =&gt; &#039;divide&#039;, 185 =&gt; &#039;notequal&#039;, 186 =&gt; &#039;equivalence&#039;, 187 =&gt; &#039;approxequal&#039;, 188 =&gt; &#039;ellipsis&#039;, 189 =&gt; &#039;arrowvertex&#039;, 190 =&gt; &#039;arrowhorizex&#039;, 191 =&gt; &#039;carriagereturn&#039;, 192 =&gt; &#039;aleph&#039;, 193 =&gt; &#039;Ifraktur&#039;, 194 =&gt; &#039;Rfraktur&#039;, 195 =&gt; &#039;weierstrass&#039;, 196 =&gt; &#039;circlemultiply&#039;, 197 =&gt; &#039;circleplus&#039;, 198 =&gt; &#039;emptyset&#039;, 199 =&gt; &#039;intersection&#039;, 200 =&gt; &#039;union&#039;, 201 =&gt; &#039;propersuperset&#039;, 202 =&gt; &#039;reflexsuperset&#039;, 203 =&gt; &#039;notsubset&#039;, 204 =&gt; &#039;propersubset&#039;, 205 =&gt; &#039;reflexsubset&#039;, 206 =&gt; &#039;element&#039;, 207 =&gt; &#039;notelement&#039;, 208 =&gt; &#039;angle&#039;, 209 =&gt; &#039;gradient&#039;, 210 =&gt; &#039;registerserif&#039;, 211 =&gt; &#039;copyrightserif&#039;, 212 =&gt; &#039;trademarkserif&#039;, 213 =&gt; &#039;product&#039;, 214 =&gt; &#039;radical&#039;, 215 =&gt; &#039;dotmath&#039;, 216 =&gt; &#039;logicalnot&#039;, 217 =&gt; &#039;logicaland&#039;, 218 =&gt; &#039;logicalor&#039;, 219 =&gt; &#039;arrowdblboth&#039;, 220 =&gt; &#039;arrowdblleft&#039;, 221 =&gt; &#039;arrowdblup&#039;, 222 =&gt; &#039;arrowdblright&#039;, 223 =&gt; &#039;arrowdbldown&#039;, 224 =&gt; &#039;lozenge&#039;, 225 =&gt; &#039;angleleft&#039;, 226 =&gt; &#039;registersans&#039;, 227 =&gt; &#039;copyrightsans&#039;, 228 =&gt; &#039;trademarksans&#039;, 229 =&gt; &#039;summation&#039;, 230 =&gt; &#039;parenlefttp&#039;, 231 =&gt; &#039;parenleftex&#039;, 232 =&gt; &#039;parenleftbt&#039;, 233 =&gt; &#039;bracketlefttp&#039;, 234 =&gt; &#039;bracketleftex&#039;, 235 =&gt; &#039;bracketleftbt&#039;, 236 =&gt; &#039;bracelefttp&#039;, 237 =&gt; &#039;braceleftmid&#039;, 238 =&gt; &#039;braceleftbt&#039;, 239 =&gt; &#039;braceex&#039;, 240 =&gt; &#039;.notdef&#039;, 241 =&gt; &#039;angleright&#039;, 242 =&gt; &#039;integral&#039;, 243 =&gt; &#039;integraltp&#039;, 244 =&gt; &#039;integralex&#039;, 245 =&gt; &#039;integralbt&#039;, 246 =&gt; &#039;parenrighttp&#039;, 247 =&gt; &#039;parenrightex&#039;, 248 =&gt; &#039;parenrightbt&#039;, 249 =&gt; &#039;bracketrighttp&#039;, 250 =&gt; &#039;bracketrightex&#039;, 251 =&gt; &#039;bracketrightbt&#039;, 252 =&gt; &#039;bracerighttp&#039;, 253 =&gt; &#039;bracerightmid&#039;, 254 =&gt; &#039;bracerightbt&#039;, 255 =&gt; &#039;.notdef&#039;, 1226 =&gt; &#039;registered&#039;, 1227 =&gt; &#039;copyright&#039;, 1228 =&gt; &#039;trademark&#039;], ] </span> </dt> <dd>Font Encoding Maps.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_MAP"> MAP <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding#constant_MAP" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Encoding.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding"><abbr title="src/Encoding.php">Encoding.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Font Encoding Maps.</p>classes-Com-Tecnick-Unicode-Data-Identityhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Identity <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Identity.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity"><abbr title="src/Identity.php">Identity.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Identity</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#constant_CIDHMAP">CIDHMAP</a> <span> &nbsp;= &lt;&lt;&lt;EOD /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo &lt;&lt; /Registry (Adobe) /Ordering (UCS) /Supplement 0 &gt;&gt; def /CMapName /Adobe-Identity-UCS def /CMapType 2 def /WMode 0 def 1 begincodespacerange &lt;0000&gt; &lt;FFFF&gt; endcodespacerange 100 beginbfrange &lt;0000&gt; &lt;00ff&gt; &lt;0000&gt; &lt;0100&gt; &lt;01ff&gt; &lt;0100&gt; &lt;0200&gt; &lt;02ff&gt; &lt;0200&gt; &lt;0300&gt; &lt;03ff&gt; &lt;0300&gt; &lt;0400&gt; &lt;04ff&gt; &lt;0400&gt; &lt;0500&gt; &lt;05ff&gt; &lt;0500&gt; &lt;0600&gt; &lt;06ff&gt; &lt;0600&gt; &lt;0700&gt; &lt;07ff&gt; &lt;0700&gt; &lt;0800&gt; &lt;08ff&gt; &lt;0800&gt; &lt;0900&gt; &lt;09ff&gt; &lt;0900&gt; &lt;0a00&gt; &lt;0aff&gt; &lt;0a00&gt; &lt;0b00&gt; &lt;0bff&gt; &lt;0b00&gt; &lt;0c00&gt; &lt;0cff&gt; &lt;0c00&gt; &lt;0d00&gt; &lt;0dff&gt; &lt;0d00&gt; &lt;0e00&gt; &lt;0eff&gt; &lt;0e00&gt; &lt;0f00&gt; &lt;0fff&gt; &lt;0f00&gt; &lt;1000&gt; &lt;10ff&gt; &lt;1000&gt; &lt;1100&gt; &lt;11ff&gt; &lt;1100&gt; &lt;1200&gt; &lt;12ff&gt; &lt;1200&gt; &lt;1300&gt; &lt;13ff&gt; &lt;1300&gt; &lt;1400&gt; &lt;14ff&gt; &lt;1400&gt; &lt;1500&gt; &lt;15ff&gt; &lt;1500&gt; &lt;1600&gt; &lt;16ff&gt; &lt;1600&gt; &lt;1700&gt; &lt;17ff&gt; &lt;1700&gt; &lt;1800&gt; &lt;18ff&gt; &lt;1800&gt; &lt;1900&gt; &lt;19ff&gt; &lt;1900&gt; &lt;1a00&gt; &lt;1aff&gt; &lt;1a00&gt; &lt;1b00&gt; &lt;1bff&gt; &lt;1b00&gt; &lt;1c00&gt; &lt;1cff&gt; &lt;1c00&gt; &lt;1d00&gt; &lt;1dff&gt; &lt;1d00&gt; &lt;1e00&gt; &lt;1eff&gt; &lt;1e00&gt; &lt;1f00&gt; &lt;1fff&gt; &lt;1f00&gt; &lt;2000&gt; &lt;20ff&gt; &lt;2000&gt; &lt;2100&gt; &lt;21ff&gt; &lt;2100&gt; &lt;2200&gt; &lt;22ff&gt; &lt;2200&gt; &lt;2300&gt; &lt;23ff&gt; &lt;2300&gt; &lt;2400&gt; &lt;24ff&gt; &lt;2400&gt; &lt;2500&gt; &lt;25ff&gt; &lt;2500&gt; &lt;2600&gt; &lt;26ff&gt; &lt;2600&gt; &lt;2700&gt; &lt;27ff&gt; &lt;2700&gt; &lt;2800&gt; &lt;28ff&gt; &lt;2800&gt; &lt;2900&gt; &lt;29ff&gt; &lt;2900&gt; &lt;2a00&gt; &lt;2aff&gt; &lt;2a00&gt; &lt;2b00&gt; &lt;2bff&gt; &lt;2b00&gt; &lt;2c00&gt; &lt;2cff&gt; &lt;2c00&gt; &lt;2d00&gt; &lt;2dff&gt; &lt;2d00&gt; &lt;2e00&gt; &lt;2eff&gt; &lt;2e00&gt; &lt;2f00&gt; &lt;2fff&gt; &lt;2f00&gt; &lt;3000&gt; &lt;30ff&gt; &lt;3000&gt; &lt;3100&gt; &lt;31ff&gt; &lt;3100&gt; &lt;3200&gt; &lt;32ff&gt; &lt;3200&gt; &lt;3300&gt; &lt;33ff&gt; &lt;3300&gt; &lt;3400&gt; &lt;34ff&gt; &lt;3400&gt; &lt;3500&gt; &lt;35ff&gt; &lt;3500&gt; &lt;3600&gt; &lt;36ff&gt; &lt;3600&gt; &lt;3700&gt; &lt;37ff&gt; &lt;3700&gt; &lt;3800&gt; &lt;38ff&gt; &lt;3800&gt; &lt;3900&gt; &lt;39ff&gt; &lt;3900&gt; &lt;3a00&gt; &lt;3aff&gt; &lt;3a00&gt; &lt;3b00&gt; &lt;3bff&gt; &lt;3b00&gt; &lt;3c00&gt; &lt;3cff&gt; &lt;3c00&gt; &lt;3d00&gt; &lt;3dff&gt; &lt;3d00&gt; &lt;3e00&gt; &lt;3eff&gt; &lt;3e00&gt; &lt;3f00&gt; &lt;3fff&gt; &lt;3f00&gt; &lt;4000&gt; &lt;40ff&gt; &lt;4000&gt; &lt;4100&gt; &lt;41ff&gt; &lt;4100&gt; &lt;4200&gt; &lt;42ff&gt; &lt;4200&gt; &lt;4300&gt; &lt;43ff&gt; &lt;4300&gt; &lt;4400&gt; &lt;44ff&gt; &lt;4400&gt; &lt;4500&gt; &lt;45ff&gt; &lt;4500&gt; &lt;4600&gt; &lt;46ff&gt; &lt;4600&gt; &lt;4700&gt; &lt;47ff&gt; &lt;4700&gt; &lt;4800&gt; &lt;48ff&gt; &lt;4800&gt; &lt;4900&gt; &lt;49ff&gt; &lt;4900&gt; &lt;4a00&gt; &lt;4aff&gt; &lt;4a00&gt; &lt;4b00&gt; &lt;4bff&gt; &lt;4b00&gt; &lt;4c00&gt; &lt;4cff&gt; &lt;4c00&gt; &lt;4d00&gt; &lt;4dff&gt; &lt;4d00&gt; &lt;4e00&gt; &lt;4eff&gt; &lt;4e00&gt; &lt;4f00&gt; &lt;4fff&gt; &lt;4f00&gt; &lt;5000&gt; &lt;50ff&gt; &lt;5000&gt; &lt;5100&gt; &lt;51ff&gt; &lt;5100&gt; &lt;5200&gt; &lt;52ff&gt; &lt;5200&gt; &lt;5300&gt; &lt;53ff&gt; &lt;5300&gt; &lt;5400&gt; &lt;54ff&gt; &lt;5400&gt; &lt;5500&gt; &lt;55ff&gt; &lt;5500&gt; &lt;5600&gt; &lt;56ff&gt; &lt;5600&gt; &lt;5700&gt; &lt;57ff&gt; &lt;5700&gt; &lt;5800&gt; &lt;58ff&gt; &lt;5800&gt; &lt;5900&gt; &lt;59ff&gt; &lt;5900&gt; &lt;5a00&gt; &lt;5aff&gt; &lt;5a00&gt; &lt;5b00&gt; &lt;5bff&gt; &lt;5b00&gt; &lt;5c00&gt; &lt;5cff&gt; &lt;5c00&gt; &lt;5d00&gt; &lt;5dff&gt; &lt;5d00&gt; &lt;5e00&gt; &lt;5eff&gt; &lt;5e00&gt; &lt;5f00&gt; &lt;5fff&gt; &lt;5f00&gt; &lt;6000&gt; &lt;60ff&gt; &lt;6000&gt; &lt;6100&gt; &lt;61ff&gt; &lt;6100&gt; &lt;6200&gt; &lt;62ff&gt; &lt;6200&gt; &lt;6300&gt; &lt;63ff&gt; &lt;6300&gt; endbfrange 100 beginbfrange &lt;6400&gt; &lt;64ff&gt; &lt;6400&gt; &lt;6500&gt; &lt;65ff&gt; &lt;6500&gt; &lt;6600&gt; &lt;66ff&gt; &lt;6600&gt; &lt;6700&gt; &lt;67ff&gt; &lt;6700&gt; &lt;6800&gt; &lt;68ff&gt; &lt;6800&gt; &lt;6900&gt; &lt;69ff&gt; &lt;6900&gt; &lt;6a00&gt; &lt;6aff&gt; &lt;6a00&gt; &lt;6b00&gt; &lt;6bff&gt; &lt;6b00&gt; &lt;6c00&gt; &lt;6cff&gt; &lt;6c00&gt; &lt;6d00&gt; &lt;6dff&gt; &lt;6d00&gt; &lt;6e00&gt; &lt;6eff&gt; &lt;6e00&gt; &lt;6f00&gt; &lt;6fff&gt; &lt;6f00&gt; &lt;7000&gt; &lt;70ff&gt; &lt;7000&gt; &lt;7100&gt; &lt;71ff&gt; &lt;7100&gt; &lt;7200&gt; &lt;72ff&gt; &lt;7200&gt; &lt;7300&gt; &lt;73ff&gt; &lt;7300&gt; &lt;7400&gt; &lt;74ff&gt; &lt;7400&gt; &lt;7500&gt; &lt;75ff&gt; &lt;7500&gt; &lt;7600&gt; &lt;76ff&gt; &lt;7600&gt; &lt;7700&gt; &lt;77ff&gt; &lt;7700&gt; &lt;7800&gt; &lt;78ff&gt; &lt;7800&gt; &lt;7900&gt; &lt;79ff&gt; &lt;7900&gt; &lt;7a00&gt; &lt;7aff&gt; &lt;7a00&gt; &lt;7b00&gt; &lt;7bff&gt; &lt;7b00&gt; &lt;7c00&gt; &lt;7cff&gt; &lt;7c00&gt; &lt;7d00&gt; &lt;7dff&gt; &lt;7d00&gt; &lt;7e00&gt; &lt;7eff&gt; &lt;7e00&gt; &lt;7f00&gt; &lt;7fff&gt; &lt;7f00&gt; &lt;8000&gt; &lt;80ff&gt; &lt;8000&gt; &lt;8100&gt; &lt;81ff&gt; &lt;8100&gt; &lt;8200&gt; &lt;82ff&gt; &lt;8200&gt; &lt;8300&gt; &lt;83ff&gt; &lt;8300&gt; &lt;8400&gt; &lt;84ff&gt; &lt;8400&gt; &lt;8500&gt; &lt;85ff&gt; &lt;8500&gt; &lt;8600&gt; &lt;86ff&gt; &lt;8600&gt; &lt;8700&gt; &lt;87ff&gt; &lt;8700&gt; &lt;8800&gt; &lt;88ff&gt; &lt;8800&gt; &lt;8900&gt; &lt;89ff&gt; &lt;8900&gt; &lt;8a00&gt; &lt;8aff&gt; &lt;8a00&gt; &lt;8b00&gt; &lt;8bff&gt; &lt;8b00&gt; &lt;8c00&gt; &lt;8cff&gt; &lt;8c00&gt; &lt;8d00&gt; &lt;8dff&gt; &lt;8d00&gt; &lt;8e00&gt; &lt;8eff&gt; &lt;8e00&gt; &lt;8f00&gt; &lt;8fff&gt; &lt;8f00&gt; &lt;9000&gt; &lt;90ff&gt; &lt;9000&gt; &lt;9100&gt; &lt;91ff&gt; &lt;9100&gt; &lt;9200&gt; &lt;92ff&gt; &lt;9200&gt; &lt;9300&gt; &lt;93ff&gt; &lt;9300&gt; &lt;9400&gt; &lt;94ff&gt; &lt;9400&gt; &lt;9500&gt; &lt;95ff&gt; &lt;9500&gt; &lt;9600&gt; &lt;96ff&gt; &lt;9600&gt; &lt;9700&gt; &lt;97ff&gt; &lt;9700&gt; &lt;9800&gt; &lt;98ff&gt; &lt;9800&gt; &lt;9900&gt; &lt;99ff&gt; &lt;9900&gt; &lt;9a00&gt; &lt;9aff&gt; &lt;9a00&gt; &lt;9b00&gt; &lt;9bff&gt; &lt;9b00&gt; &lt;9c00&gt; &lt;9cff&gt; &lt;9c00&gt; &lt;9d00&gt; &lt;9dff&gt; &lt;9d00&gt; &lt;9e00&gt; &lt;9eff&gt; &lt;9e00&gt; &lt;9f00&gt; &lt;9fff&gt; &lt;9f00&gt; &lt;a000&gt; &lt;a0ff&gt; &lt;a000&gt; &lt;a100&gt; &lt;a1ff&gt; &lt;a100&gt; &lt;a200&gt; &lt;a2ff&gt; &lt;a200&gt; &lt;a300&gt; &lt;a3ff&gt; &lt;a300&gt; &lt;a400&gt; &lt;a4ff&gt; &lt;a400&gt; &lt;a500&gt; &lt;a5ff&gt; &lt;a500&gt; &lt;a600&gt; &lt;a6ff&gt; &lt;a600&gt; &lt;a700&gt; &lt;a7ff&gt; &lt;a700&gt; &lt;a800&gt; &lt;a8ff&gt; &lt;a800&gt; &lt;a900&gt; &lt;a9ff&gt; &lt;a900&gt; &lt;aa00&gt; &lt;aaff&gt; &lt;aa00&gt; &lt;ab00&gt; &lt;abff&gt; &lt;ab00&gt; &lt;ac00&gt; &lt;acff&gt; &lt;ac00&gt; &lt;ad00&gt; &lt;adff&gt; &lt;ad00&gt; &lt;ae00&gt; &lt;aeff&gt; &lt;ae00&gt; &lt;af00&gt; &lt;afff&gt; &lt;af00&gt; &lt;b000&gt; &lt;b0ff&gt; &lt;b000&gt; &lt;b100&gt; &lt;b1ff&gt; &lt;b100&gt; &lt;b200&gt; &lt;b2ff&gt; &lt;b200&gt; &lt;b300&gt; &lt;b3ff&gt; &lt;b300&gt; &lt;b400&gt; &lt;b4ff&gt; &lt;b400&gt; &lt;b500&gt; &lt;b5ff&gt; &lt;b500&gt; &lt;b600&gt; &lt;b6ff&gt; &lt;b600&gt; &lt;b700&gt; &lt;b7ff&gt; &lt;b700&gt; &lt;b800&gt; &lt;b8ff&gt; &lt;b800&gt; &lt;b900&gt; &lt;b9ff&gt; &lt;b900&gt; &lt;ba00&gt; &lt;baff&gt; &lt;ba00&gt; &lt;bb00&gt; &lt;bbff&gt; &lt;bb00&gt; &lt;bc00&gt; &lt;bcff&gt; &lt;bc00&gt; &lt;bd00&gt; &lt;bdff&gt; &lt;bd00&gt; &lt;be00&gt; &lt;beff&gt; &lt;be00&gt; &lt;bf00&gt; &lt;bfff&gt; &lt;bf00&gt; &lt;c000&gt; &lt;c0ff&gt; &lt;c000&gt; &lt;c100&gt; &lt;c1ff&gt; &lt;c100&gt; &lt;c200&gt; &lt;c2ff&gt; &lt;c200&gt; &lt;c300&gt; &lt;c3ff&gt; &lt;c300&gt; &lt;c400&gt; &lt;c4ff&gt; &lt;c400&gt; &lt;c500&gt; &lt;c5ff&gt; &lt;c500&gt; &lt;c600&gt; &lt;c6ff&gt; &lt;c600&gt; &lt;c700&gt; &lt;c7ff&gt; &lt;c700&gt; endbfrange 56 beginbfrange &lt;c800&gt; &lt;c8ff&gt; &lt;c800&gt; &lt;c900&gt; &lt;c9ff&gt; &lt;c900&gt; &lt;ca00&gt; &lt;caff&gt; &lt;ca00&gt; &lt;cb00&gt; &lt;cbff&gt; &lt;cb00&gt; &lt;cc00&gt; &lt;ccff&gt; &lt;cc00&gt; &lt;cd00&gt; &lt;cdff&gt; &lt;cd00&gt; &lt;ce00&gt; &lt;ceff&gt; &lt;ce00&gt; &lt;cf00&gt; &lt;cfff&gt; &lt;cf00&gt; &lt;d000&gt; &lt;d0ff&gt; &lt;d000&gt; &lt;d100&gt; &lt;d1ff&gt; &lt;d100&gt; &lt;d200&gt; &lt;d2ff&gt; &lt;d200&gt; &lt;d300&gt; &lt;d3ff&gt; &lt;d300&gt; &lt;d400&gt; &lt;d4ff&gt; &lt;d400&gt; &lt;d500&gt; &lt;d5ff&gt; &lt;d500&gt; &lt;d600&gt; &lt;d6ff&gt; &lt;d600&gt; &lt;d700&gt; &lt;d7ff&gt; &lt;d700&gt; &lt;d800&gt; &lt;d8ff&gt; &lt;d800&gt; &lt;d900&gt; &lt;d9ff&gt; &lt;d900&gt; &lt;da00&gt; &lt;daff&gt; &lt;da00&gt; &lt;db00&gt; &lt;dbff&gt; &lt;db00&gt; &lt;dc00&gt; &lt;dcff&gt; &lt;dc00&gt; &lt;dd00&gt; &lt;ddff&gt; &lt;dd00&gt; &lt;de00&gt; &lt;deff&gt; &lt;de00&gt; &lt;df00&gt; &lt;dfff&gt; &lt;df00&gt; &lt;e000&gt; &lt;e0ff&gt; &lt;e000&gt; &lt;e100&gt; &lt;e1ff&gt; &lt;e100&gt; &lt;e200&gt; &lt;e2ff&gt; &lt;e200&gt; &lt;e300&gt; &lt;e3ff&gt; &lt;e300&gt; &lt;e400&gt; &lt;e4ff&gt; &lt;e400&gt; &lt;e500&gt; &lt;e5ff&gt; &lt;e500&gt; &lt;e600&gt; &lt;e6ff&gt; &lt;e600&gt; &lt;e700&gt; &lt;e7ff&gt; &lt;e700&gt; &lt;e800&gt; &lt;e8ff&gt; &lt;e800&gt; &lt;e900&gt; &lt;e9ff&gt; &lt;e900&gt; &lt;ea00&gt; &lt;eaff&gt; &lt;ea00&gt; &lt;eb00&gt; &lt;ebff&gt; &lt;eb00&gt; &lt;ec00&gt; &lt;ecff&gt; &lt;ec00&gt; &lt;ed00&gt; &lt;edff&gt; &lt;ed00&gt; &lt;ee00&gt; &lt;eeff&gt; &lt;ee00&gt; &lt;ef00&gt; &lt;efff&gt; &lt;ef00&gt; &lt;f000&gt; &lt;f0ff&gt; &lt;f000&gt; &lt;f100&gt; &lt;f1ff&gt; &lt;f100&gt; &lt;f200&gt; &lt;f2ff&gt; &lt;f200&gt; &lt;f300&gt; &lt;f3ff&gt; &lt;f300&gt; &lt;f400&gt; &lt;f4ff&gt; &lt;f400&gt; &lt;f500&gt; &lt;f5ff&gt; &lt;f500&gt; &lt;f600&gt; &lt;f6ff&gt; &lt;f600&gt; &lt;f700&gt; &lt;f7ff&gt; &lt;f700&gt; &lt;f800&gt; &lt;f8ff&gt; &lt;f800&gt; &lt;f900&gt; &lt;f9ff&gt; &lt;f900&gt; &lt;fa00&gt; &lt;faff&gt; &lt;fa00&gt; &lt;fb00&gt; &lt;fbff&gt; &lt;fb00&gt; &lt;fc00&gt; &lt;fcff&gt; &lt;fc00&gt; &lt;fd00&gt; &lt;fdff&gt; &lt;fd00&gt; &lt;fe00&gt; &lt;feff&gt; &lt;fe00&gt; &lt;ff00&gt; &lt;ffff&gt; &lt;ff00&gt; endbfrange endcmap CMapName currentdict /CMap defineresource pop end end EOD </span> </dt> <dd>ToUnicode map for Identity-H stream</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_CIDHMAP"> CIDHMAP <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity#constant_CIDHMAP" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Identity.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity"><abbr title="src/Identity.php">Identity.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">ToUnicode map for Identity-H stream</p>classes-Com-Tecnick-Unicode-Data-Latinhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Latin <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Latin.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin"><abbr title="src/Latin.php">Latin.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Latin</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#constant_SUBSTITUTE">SUBSTITUTE</a> <span> &nbsp;= [ 8364 =&gt; 128, // Euro1 338 =&gt; 140, // OE 352 =&gt; 138, // Scaron 376 =&gt; 159, // Ydieresis 381 =&gt; 142, // Zcaron2 8226 =&gt; 149, // bullet3 710 =&gt; 136, // circumflex 8224 =&gt; 134, // dagger 8225 =&gt; 135, // daggerdbl 8230 =&gt; 133, // ellipsis 8212 =&gt; 151, // emdash 8211 =&gt; 150, // endash 402 =&gt; 131, // florin 8249 =&gt; 139, // guilsinglleft 8250 =&gt; 155, // guilsinglright 339 =&gt; 156, // oe 8240 =&gt; 137, // perthousand 8222 =&gt; 132, // quotedblbase 8220 =&gt; 147, // quotedblleft 8221 =&gt; 148, // quotedblright 8216 =&gt; 145, // quoteleft 8217 =&gt; 146, // quoteright 8218 =&gt; 130, // quotesinglbase 353 =&gt; 154, // scaron 732 =&gt; 152, // tilde 8482 =&gt; 153, // trademark 382 =&gt; 158, ] </span> </dt> <dd>Array of character substitutions from UTF-8 Unicode to Latin1.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_SUBSTITUTE"> SUBSTITUTE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin#constant_SUBSTITUTE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Latin.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin"><abbr title="src/Latin.php">Latin.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <p class="phpdocumentor-summary">Array of character substitutions from UTF-8 Unicode to Latin1.</p>classes-Com-Tecnick-Unicode-Data-Mirrorhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Mirror <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Mirror.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror"><abbr title="src/Mirror.php">Mirror.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Mirror</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#constant_UNI">UNI</a> <span> &nbsp;= [0x28 =&gt; 0x29, 0x29 =&gt; 0x28, 0x3c =&gt; 0x3e, 0x3e =&gt; 0x3c, 0x5b =&gt; 0x5d, 0x5d =&gt; 0x5b, 0x7b =&gt; 0x7d, 0x7d =&gt; 0x7b, 0xab =&gt; 0xbb, 0xbb =&gt; 0xab, 0xf3a =&gt; 0xf3b, 0xf3b =&gt; 0xf3a, 0xf3c =&gt; 0xf3d, 0xf3d =&gt; 0xf3c, 0x169b =&gt; 0x169c, 0x169c =&gt; 0x169b, 0x2018 =&gt; 0x2019, 0x2019 =&gt; 0x2018, 0x201c =&gt; 0x201d, 0x201d =&gt; 0x201c, 0x2039 =&gt; 0x203a, 0x203a =&gt; 0x2039, 0x2045 =&gt; 0x2046, 0x2046 =&gt; 0x2045, 0x207d =&gt; 0x207e, 0x207e =&gt; 0x207d, 0x208d =&gt; 0x208e, 0x208e =&gt; 0x208d, 0x2208 =&gt; 0x220b, 0x2209 =&gt; 0x220c, 0x220a =&gt; 0x220d, 0x220b =&gt; 0x2208, 0x220c =&gt; 0x2209, 0x220d =&gt; 0x220a, 0x2215 =&gt; 0x29f5, 0x223c =&gt; 0x223d, 0x223d =&gt; 0x223c, 0x2243 =&gt; 0x22cd, 0x2252 =&gt; 0x2253, 0x2253 =&gt; 0x2252, 0x2254 =&gt; 0x2255, 0x2255 =&gt; 0x2254, 0x2264 =&gt; 0x2265, 0x2265 =&gt; 0x2264, 0x2266 =&gt; 0x2267, 0x2267 =&gt; 0x2266, 0x2268 =&gt; 0x2269, 0x2269 =&gt; 0x2268, 0x226a =&gt; 0x226b, 0x226b =&gt; 0x226a, 0x226e =&gt; 0x226f, 0x226f =&gt; 0x226e, 0x2270 =&gt; 0x2271, 0x2271 =&gt; 0x2270, 0x2272 =&gt; 0x2273, 0x2273 =&gt; 0x2272, 0x2274 =&gt; 0x2275, 0x2275 =&gt; 0x2274, 0x2276 =&gt; 0x2277, 0x2277 =&gt; 0x2276, 0x2278 =&gt; 0x2279, 0x2279 =&gt; 0x2278, 0x227a =&gt; 0x227b, 0x227b =&gt; 0x227a, 0x227c =&gt; 0x227d, 0x227d =&gt; 0x227c, 0x227e =&gt; 0x227f, 0x227f =&gt; 0x227e, 0x2280 =&gt; 0x2281, 0x2281 =&gt; 0x2280, 0x2282 =&gt; 0x2283, 0x2283 =&gt; 0x2282, 0x2284 =&gt; 0x2285, 0x2285 =&gt; 0x2284, 0x2286 =&gt; 0x2287, 0x2287 =&gt; 0x2286, 0x2288 =&gt; 0x2289, 0x2289 =&gt; 0x2288, 0x228a =&gt; 0x228b, 0x228b =&gt; 0x228a, 0x228f =&gt; 0x2290, 0x2290 =&gt; 0x228f, 0x2291 =&gt; 0x2292, 0x2292 =&gt; 0x2291, 0x2298 =&gt; 0x29b8, 0x22a2 =&gt; 0x22a3, 0x22a3 =&gt; 0x22a2, 0x22a6 =&gt; 0x2ade, 0x22a8 =&gt; 0x2ae4, 0x22a9 =&gt; 0x2ae3, 0x22ab =&gt; 0x2ae5, 0x22b0 =&gt; 0x22b1, 0x22b1 =&gt; 0x22b0, 0x22b2 =&gt; 0x22b3, 0x22b3 =&gt; 0x22b2, 0x22b4 =&gt; 0x22b5, 0x22b5 =&gt; 0x22b4, 0x22b6 =&gt; 0x22b7, 0x22b7 =&gt; 0x22b6, 0x22c9 =&gt; 0x22ca, 0x22ca =&gt; 0x22c9, 0x22cb =&gt; 0x22cc, 0x22cc =&gt; 0x22cb, 0x22cd =&gt; 0x2243, 0x22d0 =&gt; 0x22d1, 0x22d1 =&gt; 0x22d0, 0x22d6 =&gt; 0x22d7, 0x22d7 =&gt; 0x22d6, 0x22d8 =&gt; 0x22d9, 0x22d9 =&gt; 0x22d8, 0x22da =&gt; 0x22db, 0x22db =&gt; 0x22da, 0x22dc =&gt; 0x22dd, 0x22dd =&gt; 0x22dc, 0x22de =&gt; 0x22df, 0x22df =&gt; 0x22de, 0x22e0 =&gt; 0x22e1, 0x22e1 =&gt; 0x22e0, 0x22e2 =&gt; 0x22e3, 0x22e3 =&gt; 0x22e2, 0x22e4 =&gt; 0x22e5, 0x22e5 =&gt; 0x22e4, 0x22e6 =&gt; 0x22e7, 0x22e7 =&gt; 0x22e6, 0x22e8 =&gt; 0x22e9, 0x22e9 =&gt; 0x22e8, 0x22ea =&gt; 0x22eb, 0x22eb =&gt; 0x22ea, 0x22ec =&gt; 0x22ed, 0x22ed =&gt; 0x22ec, 0x22f0 =&gt; 0x22f1, 0x22f1 =&gt; 0x22f0, 0x22f2 =&gt; 0x22fa, 0x22f3 =&gt; 0x22fb, 0x22f4 =&gt; 0x22fc, 0x22f6 =&gt; 0x22fd, 0x22f7 =&gt; 0x22fe, 0x22fa =&gt; 0x22f2, 0x22fb =&gt; 0x22f3, 0x22fc =&gt; 0x22f4, 0x22fd =&gt; 0x22f6, 0x22fe =&gt; 0x22f7, 0x2308 =&gt; 0x2309, 0x2309 =&gt; 0x2308, 0x230a =&gt; 0x230b, 0x230b =&gt; 0x230a, 0x2329 =&gt; 0x232a, 0x232a =&gt; 0x2329, 0x2768 =&gt; 0x2769, 0x2769 =&gt; 0x2768, 0x276a =&gt; 0x276b, 0x276b =&gt; 0x276a, 0x276c =&gt; 0x276d, 0x276d =&gt; 0x276c, 0x276e =&gt; 0x276f, 0x276f =&gt; 0x276e, 0x2770 =&gt; 0x2771, 0x2771 =&gt; 0x2770, 0x2772 =&gt; 0x2773, 0x2773 =&gt; 0x2772, 0x2774 =&gt; 0x2775, 0x2775 =&gt; 0x2774, 0x27c3 =&gt; 0x27c4, 0x27c4 =&gt; 0x27c3, 0x27c5 =&gt; 0x27c6, 0x27c6 =&gt; 0x27c5, 0x27d5 =&gt; 0x27d6, 0x27d6 =&gt; 0x27d5, 0x27dd =&gt; 0x27de, 0x27de =&gt; 0x27dd, 0x27e2 =&gt; 0x27e3, 0x27e3 =&gt; 0x27e2, 0x27e4 =&gt; 0x27e5, 0x27e5 =&gt; 0x27e4, 0x27e6 =&gt; 0x27e7, 0x27e7 =&gt; 0x27e6, 0x27e8 =&gt; 0x27e9, 0x27e9 =&gt; 0x27e8, 0x27ea =&gt; 0x27eb, 0x27eb =&gt; 0x27ea, 0x2983 =&gt; 0x2984, 0x2984 =&gt; 0x2983, 0x2985 =&gt; 0x2986, 0x2986 =&gt; 0x2985, 0x2987 =&gt; 0x2988, 0x2988 =&gt; 0x2987, 0x2989 =&gt; 0x298a, 0x298a =&gt; 0x2989, 0x298b =&gt; 0x298c, 0x298c =&gt; 0x298b, 0x298d =&gt; 0x2990, 0x298e =&gt; 0x298f, 0x298f =&gt; 0x298e, 0x2990 =&gt; 0x298d, 0x2991 =&gt; 0x2992, 0x2992 =&gt; 0x2991, 0x2993 =&gt; 0x2994, 0x2994 =&gt; 0x2993, 0x2995 =&gt; 0x2996, 0x2996 =&gt; 0x2995, 0x2997 =&gt; 0x2998, 0x2998 =&gt; 0x2997, 0x29b8 =&gt; 0x2298, 0x29c0 =&gt; 0x29c1, 0x29c1 =&gt; 0x29c0, 0x29c4 =&gt; 0x29c5, 0x29c5 =&gt; 0x29c4, 0x29cf =&gt; 0x29d0, 0x29d0 =&gt; 0x29cf, 0x29d1 =&gt; 0x29d2, 0x29d2 =&gt; 0x29d1, 0x29d4 =&gt; 0x29d5, 0x29d5 =&gt; 0x29d4, 0x29d8 =&gt; 0x29d9, 0x29d9 =&gt; 0x29d8, 0x29da =&gt; 0x29db, 0x29db =&gt; 0x29da, 0x29f5 =&gt; 0x2215, 0x29f8 =&gt; 0x29f9, 0x29f9 =&gt; 0x29f8, 0x29fc =&gt; 0x29fd, 0x29fd =&gt; 0x29fc, 0x2a2b =&gt; 0x2a2c, 0x2a2c =&gt; 0x2a2b, 0x2a2d =&gt; 0x2a2e, 0x2a2e =&gt; 0x2a2d, 0x2a34 =&gt; 0x2a35, 0x2a35 =&gt; 0x2a34, 0x2a3c =&gt; 0x2a3d, 0x2a3d =&gt; 0x2a3c, 0x2a64 =&gt; 0x2a65, 0x2a65 =&gt; 0x2a64, 0x2a79 =&gt; 0x2a7a, 0x2a7a =&gt; 0x2a79, 0x2a7d =&gt; 0x2a7e, 0x2a7e =&gt; 0x2a7d, 0x2a7f =&gt; 0x2a80, 0x2a80 =&gt; 0x2a7f, 0x2a81 =&gt; 0x2a82, 0x2a82 =&gt; 0x2a81, 0x2a83 =&gt; 0x2a84, 0x2a84 =&gt; 0x2a83, 0x2a8b =&gt; 0x2a8c, 0x2a8c =&gt; 0x2a8b, 0x2a91 =&gt; 0x2a92, 0x2a92 =&gt; 0x2a91, 0x2a93 =&gt; 0x2a94, 0x2a94 =&gt; 0x2a93, 0x2a95 =&gt; 0x2a96, 0x2a96 =&gt; 0x2a95, 0x2a97 =&gt; 0x2a98, 0x2a98 =&gt; 0x2a97, 0x2a99 =&gt; 0x2a9a, 0x2a9a =&gt; 0x2a99, 0x2a9b =&gt; 0x2a9c, 0x2a9c =&gt; 0x2a9b, 0x2aa1 =&gt; 0x2aa2, 0x2aa2 =&gt; 0x2aa1, 0x2aa6 =&gt; 0x2aa7, 0x2aa7 =&gt; 0x2aa6, 0x2aa8 =&gt; 0x2aa9, 0x2aa9 =&gt; 0x2aa8, 0x2aaa =&gt; 0x2aab, 0x2aab =&gt; 0x2aaa, 0x2aac =&gt; 0x2aad, 0x2aad =&gt; 0x2aac, 0x2aaf =&gt; 0x2ab0, 0x2ab0 =&gt; 0x2aaf, 0x2ab3 =&gt; 0x2ab4, 0x2ab4 =&gt; 0x2ab3, 0x2abb =&gt; 0x2abc, 0x2abc =&gt; 0x2abb, 0x2abd =&gt; 0x2abe, 0x2abe =&gt; 0x2abd, 0x2abf =&gt; 0x2ac0, 0x2ac0 =&gt; 0x2abf, 0x2ac1 =&gt; 0x2ac2, 0x2ac2 =&gt; 0x2ac1, 0x2ac3 =&gt; 0x2ac4, 0x2ac4 =&gt; 0x2ac3, 0x2ac5 =&gt; 0x2ac6, 0x2ac6 =&gt; 0x2ac5, 0x2acd =&gt; 0x2ace, 0x2ace =&gt; 0x2acd, 0x2acf =&gt; 0x2ad0, 0x2ad0 =&gt; 0x2acf, 0x2ad1 =&gt; 0x2ad2, 0x2ad2 =&gt; 0x2ad1, 0x2ad3 =&gt; 0x2ad4, 0x2ad4 =&gt; 0x2ad3, 0x2ad5 =&gt; 0x2ad6, 0x2ad6 =&gt; 0x2ad5, 0x2ade =&gt; 0x22a6, 0x2ae3 =&gt; 0x22a9, 0x2ae4 =&gt; 0x22a8, 0x2ae5 =&gt; 0x22ab, 0x2aec =&gt; 0x2aed, 0x2aed =&gt; 0x2aec, 0x2af7 =&gt; 0x2af8, 0x2af8 =&gt; 0x2af7, 0x2af9 =&gt; 0x2afa, 0x2afa =&gt; 0x2af9, 0x2e02 =&gt; 0x2e03, 0x2e03 =&gt; 0x2e02, 0x2e04 =&gt; 0x2e05, 0x2e05 =&gt; 0x2e04, 0x2e09 =&gt; 0x2e0a, 0x2e0a =&gt; 0x2e09, 0x2e0c =&gt; 0x2e0d, 0x2e0d =&gt; 0x2e0c, 0x2e1c =&gt; 0x2e1d, 0x2e1d =&gt; 0x2e1c, 0x3008 =&gt; 0x3009, 0x3009 =&gt; 0x3008, 0x300a =&gt; 0x300b, 0x300b =&gt; 0x300a, 0x300c =&gt; 0x300d, 0x300d =&gt; 0x300c, 0x300e =&gt; 0x300f, 0x300f =&gt; 0x300e, 0x3010 =&gt; 0x3011, 0x3011 =&gt; 0x3010, 0x3014 =&gt; 0x3015, 0x3015 =&gt; 0x3014, 0x3016 =&gt; 0x3017, 0x3017 =&gt; 0x3016, 0x3018 =&gt; 0x3019, 0x3019 =&gt; 0x3018, 0x301a =&gt; 0x301b, 0x301b =&gt; 0x301a, 0x301d =&gt; 0x301e, 0x301e =&gt; 0x301d, 0xfe59 =&gt; 0xfe5a, 0xfe5a =&gt; 0xfe59, 0xfe5b =&gt; 0xfe5c, 0xfe5c =&gt; 0xfe5b, 0xfe5d =&gt; 0xfe5e, 0xfe5e =&gt; 0xfe5d, 0xfe64 =&gt; 0xfe65, 0xfe65 =&gt; 0xfe64, 0xff08 =&gt; 0xff09, 0xff09 =&gt; 0xff08, 0xff1c =&gt; 0xff1e, 0xff1e =&gt; 0xff1c, 0xff3b =&gt; 0xff3d, 0xff3d =&gt; 0xff3b, 0xff5b =&gt; 0xff5d, 0xff5d =&gt; 0xff5b, 0xff5f =&gt; 0xff60, 0xff60 =&gt; 0xff5f, 0xff62 =&gt; 0xff63, 0xff63 =&gt; 0xff62] </span> </dt> <dd>Mirror unicode characters.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_UNI"> UNI <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror#constant_UNI" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Mirror.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror"><abbr title="src/Mirror.php">Mirror.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Mirror unicode characters.</p>classes-Com-Tecnick-Unicode-Data-Patternhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Pattern <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Pattern.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern"><abbr title="src/Pattern.php">Pattern.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Pattern</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#constant_ARABIC">ARABIC</a> <span> &nbsp;= &quot;/(\n \xd8[\x80-\x83\x8b\x8d\x9b\x9e\x9f\xa1-\xba] # AL\n | \xd9[\x80-\x8a\xad-\xaf\xb1-\xbf] # AL\n | \xda[\x80-\xbf] # AL\n | \xdb[\x80-\x95\x9d\xa5\xa6\xae\xaf\xba-\xbf] # AL\n | \xdc[\x80-\x8d\x90\x92-\xaf] # AL\n | \xdd[\x8d-\xad] # AL\n | \xde[\x80-\xa5\xb1] # AL\n | \xef\xad[\x90-\xbf] # AL\n | \xef\xae[\x80-\xb1] # AL\n | \xef\xaf[\x93-\xbf] # AL\n | \xef[\xb0-\xb3][\x80-\xbf] # AL\n | \xef\xb4[\x80-\xbd] # AL\n | \xef\xb5[\x90-\xbf] # AL\n | \xef\xb6[\x80-\x8f\x92-\xbf] # AL\n | \xef\xb7[\x80-\x87\xb0-\xbc] # AL\n | \xef\xb9[\xb0-\xb4\xb6-\xbf] # AL\n | \xef\xba[\x80-\xbf] # AL\n | \xef\xbb[\x80-\xbc] # AL\n | \xd9[\xa0-\xa9\xab\xac] # AN\n )/x&quot; </span> </dt> <dd>Pattern to test Arabic strings using regular expressions.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#constant_RTL">RTL</a> <span> &nbsp;= &quot;/(\n ־ # R\n | \xd7[\x80\x83\x86\x90-\xaa\xb0-\xb4] # R\n | \xdf[\x80-\xaa\xb4\xb5\xba] # R\n | ‏ # R\n | \xef\xac[\x9d\x9f\xa0-\xa8\xaa-\xb6\xb8-\xbc\xbe] # R\n | \xef\xad[\x80\x81\x83\x84\x86-\x8f] # R\n | \xf0\x90\xa0[\x80-\x85\x88\x8a-\xb5\xb7\xb8\xbc\xbf] # R\n | \xf0\x90\xa4[\x80-\x99] # R\n | \xf0\x90\xa8[\x80\x90-\x93\x95-\x97\x99-\xb3] # R\n | \xf0\x90\xa9[\x80-\x87\x90-\x98] # R\n | \xe2\x80[\xab\xae] # RLE &amp; RLO\n | ⁧ # RLI\n )/x&quot; </span> </dt> <dd>Pattern to test RTL (Righ-To-Left) strings using regular expressions.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_ARABIC"> ARABIC <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern#constant_ARABIC" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Pattern.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern"><abbr title="src/Pattern.php">Pattern.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">55</span> </aside> <p class="phpdocumentor-summary">Pattern to test Arabic strings using regular expressions.</p>classes-Com-Tecnick-Unicode-Data-Typehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data">Data</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Type <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData">UnicodeData</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Unicode\Data\Type</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> https://github.com/tecnickcom/tc-lib-unicode-data </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassLength&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_EXPLICIT_FORMATTING">EXPLICIT_FORMATTING</a> <span> &nbsp;= [ &#039;LRE&#039; =&gt; 8234, // Left-to-Right Embedding &#039;LRO&#039; =&gt; 8237, // Left-to-Right Override &#039;RLE&#039; =&gt; 8235, // Right-to-Left Embedding &#039;RLO&#039; =&gt; 8238, // Right-to-Left Override &#039;PDF&#039; =&gt; 8236, // Pop Directional Format &#039;LRI&#039; =&gt; 8294, // Left-to-Right Isolate &#039;RLI&#039; =&gt; 8295, // Right-to-Left Isolate &#039;FSI&#039; =&gt; 8296, // First Strong Isolate &#039;PDI&#039; =&gt; 8297, ] </span> </dt> <dd>Array of Explicit formatting codes.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_NEUTRAL">NEUTRAL</a> <span> &nbsp;= [ &#039;B&#039; =&gt; &#039;B&#039;, // Paragraph Separator &#039;S&#039; =&gt; &#039;S&#039;, // Segment Separator &#039;WS&#039; =&gt; &#039;WS&#039;, // Whitespace &#039;ON&#039; =&gt; &#039;ON&#039;, ] </span> </dt> <dd>Array of Neutral bidirectional character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_STRONG">STRONG</a> <span> &nbsp;= [ &#039;L&#039; =&gt; &#039;L&#039;, // Left-to-Right &#039;R&#039; =&gt; &#039;R&#039;, // Right-to-Left &#039;AL&#039; =&gt; &#039;AL&#039;, ] </span> </dt> <dd>Array of Strong bidirectional character types.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_UNI">UNI</a> <span> &nbsp;= [0 =&gt; &#039;BN&#039;, 1 =&gt; &#039;BN&#039;, 2 =&gt; &#039;BN&#039;, 3 =&gt; &#039;BN&#039;, 4 =&gt; &#039;BN&#039;, 5 =&gt; &#039;BN&#039;, 6 =&gt; &#039;BN&#039;, 7 =&gt; &#039;BN&#039;, 8 =&gt; &#039;BN&#039;, 9 =&gt; &#039;S&#039;, 10 =&gt; &#039;B&#039;, 11 =&gt; &#039;S&#039;, 12 =&gt; &#039;WS&#039;, 13 =&gt; &#039;B&#039;, 14 =&gt; &#039;BN&#039;, 15 =&gt; &#039;BN&#039;, 16 =&gt; &#039;BN&#039;, 17 =&gt; &#039;BN&#039;, 18 =&gt; &#039;BN&#039;, 19 =&gt; &#039;BN&#039;, 20 =&gt; &#039;BN&#039;, 21 =&gt; &#039;BN&#039;, 22 =&gt; &#039;BN&#039;, 23 =&gt; &#039;BN&#039;, 24 =&gt; &#039;BN&#039;, 25 =&gt; &#039;BN&#039;, 26 =&gt; &#039;BN&#039;, 27 =&gt; &#039;BN&#039;, 28 =&gt; &#039;B&#039;, 29 =&gt; &#039;B&#039;, 30 =&gt; &#039;B&#039;, 31 =&gt; &#039;S&#039;, 32 =&gt; &#039;WS&#039;, 33 =&gt; &#039;ON&#039;, 34 =&gt; &#039;ON&#039;, 35 =&gt; &#039;ET&#039;, 36 =&gt; &#039;ET&#039;, 37 =&gt; &#039;ET&#039;, 38 =&gt; &#039;ON&#039;, 39 =&gt; &#039;ON&#039;, 40 =&gt; &#039;ON&#039;, 41 =&gt; &#039;ON&#039;, 42 =&gt; &#039;ON&#039;, 43 =&gt; &#039;ES&#039;, 44 =&gt; &#039;CS&#039;, 45 =&gt; &#039;ES&#039;, 46 =&gt; &#039;CS&#039;, 47 =&gt; &#039;CS&#039;, 48 =&gt; &#039;EN&#039;, 49 =&gt; &#039;EN&#039;, 50 =&gt; &#039;EN&#039;, 51 =&gt; &#039;EN&#039;, 52 =&gt; &#039;EN&#039;, 53 =&gt; &#039;EN&#039;, 54 =&gt; &#039;EN&#039;, 55 =&gt; &#039;EN&#039;, 56 =&gt; &#039;EN&#039;, 57 =&gt; &#039;EN&#039;, 58 =&gt; &#039;CS&#039;, 59 =&gt; &#039;ON&#039;, 60 =&gt; &#039;ON&#039;, 61 =&gt; &#039;ON&#039;, 62 =&gt; &#039;ON&#039;, 63 =&gt; &#039;ON&#039;, 64 =&gt; &#039;ON&#039;, 65 =&gt; &#039;L&#039;, 66 =&gt; &#039;L&#039;, 67 =&gt; &#039;L&#039;, 68 =&gt; &#039;L&#039;, 69 =&gt; &#039;L&#039;, 70 =&gt; &#039;L&#039;, 71 =&gt; &#039;L&#039;, 72 =&gt; &#039;L&#039;, 73 =&gt; &#039;L&#039;, 74 =&gt; &#039;L&#039;, 75 =&gt; &#039;L&#039;, 76 =&gt; &#039;L&#039;, 77 =&gt; &#039;L&#039;, 78 =&gt; &#039;L&#039;, 79 =&gt; &#039;L&#039;, 80 =&gt; &#039;L&#039;, 81 =&gt; &#039;L&#039;, 82 =&gt; &#039;L&#039;, 83 =&gt; &#039;L&#039;, 84 =&gt; &#039;L&#039;, 85 =&gt; &#039;L&#039;, 86 =&gt; &#039;L&#039;, 87 =&gt; &#039;L&#039;, 88 =&gt; &#039;L&#039;, 89 =&gt; &#039;L&#039;, 90 =&gt; &#039;L&#039;, 91 =&gt; &#039;ON&#039;, 92 =&gt; &#039;ON&#039;, 93 =&gt; &#039;ON&#039;, 94 =&gt; &#039;ON&#039;, 95 =&gt; &#039;ON&#039;, 96 =&gt; &#039;ON&#039;, 97 =&gt; &#039;L&#039;, 98 =&gt; &#039;L&#039;, 99 =&gt; &#039;L&#039;, 100 =&gt; &#039;L&#039;, 101 =&gt; &#039;L&#039;, 102 =&gt; &#039;L&#039;, 103 =&gt; &#039;L&#039;, 104 =&gt; &#039;L&#039;, 105 =&gt; &#039;L&#039;, 106 =&gt; &#039;L&#039;, 107 =&gt; &#039;L&#039;, 108 =&gt; &#039;L&#039;, 109 =&gt; &#039;L&#039;, 110 =&gt; &#039;L&#039;, 111 =&gt; &#039;L&#039;, 112 =&gt; &#039;L&#039;, 113 =&gt; &#039;L&#039;, 114 =&gt; &#039;L&#039;, 115 =&gt; &#039;L&#039;, 116 =&gt; &#039;L&#039;, 117 =&gt; &#039;L&#039;, 118 =&gt; &#039;L&#039;, 119 =&gt; &#039;L&#039;, 120 =&gt; &#039;L&#039;, 121 =&gt; &#039;L&#039;, 122 =&gt; &#039;L&#039;, 123 =&gt; &#039;ON&#039;, 124 =&gt; &#039;ON&#039;, 125 =&gt; &#039;ON&#039;, 126 =&gt; &#039;ON&#039;, 127 =&gt; &#039;BN&#039;, 128 =&gt; &#039;BN&#039;, 129 =&gt; &#039;BN&#039;, 130 =&gt; &#039;BN&#039;, 131 =&gt; &#039;BN&#039;, 132 =&gt; &#039;BN&#039;, 133 =&gt; &#039;B&#039;, 134 =&gt; &#039;BN&#039;, 135 =&gt; &#039;BN&#039;, 136 =&gt; &#039;BN&#039;, 137 =&gt; &#039;BN&#039;, 138 =&gt; &#039;BN&#039;, 139 =&gt; &#039;BN&#039;, 140 =&gt; &#039;BN&#039;, 141 =&gt; &#039;BN&#039;, 142 =&gt; &#039;BN&#039;, 143 =&gt; &#039;BN&#039;, 144 =&gt; &#039;BN&#039;, 145 =&gt; &#039;BN&#039;, 146 =&gt; &#039;BN&#039;, 147 =&gt; &#039;BN&#039;, 148 =&gt; &#039;BN&#039;, 149 =&gt; &#039;BN&#039;, 150 =&gt; &#039;BN&#039;, 151 =&gt; &#039;BN&#039;, 152 =&gt; &#039;BN&#039;, 153 =&gt; &#039;BN&#039;, 154 =&gt; &#039;BN&#039;, 155 =&gt; &#039;BN&#039;, 156 =&gt; &#039;BN&#039;, 157 =&gt; &#039;BN&#039;, 158 =&gt; &#039;BN&#039;, 159 =&gt; &#039;BN&#039;, 160 =&gt; &#039;CS&#039;, 161 =&gt; &#039;ON&#039;, 162 =&gt; &#039;ET&#039;, 163 =&gt; &#039;ET&#039;, 164 =&gt; &#039;ET&#039;, 165 =&gt; &#039;ET&#039;, 166 =&gt; &#039;ON&#039;, 167 =&gt; &#039;ON&#039;, 168 =&gt; &#039;ON&#039;, 169 =&gt; &#039;ON&#039;, 170 =&gt; &#039;L&#039;, 171 =&gt; &#039;ON&#039;, 172 =&gt; &#039;ON&#039;, 173 =&gt; &#039;BN&#039;, 174 =&gt; &#039;ON&#039;, 175 =&gt; &#039;ON&#039;, 176 =&gt; &#039;ET&#039;, 177 =&gt; &#039;ET&#039;, 178 =&gt; &#039;EN&#039;, 179 =&gt; &#039;EN&#039;, 180 =&gt; &#039;ON&#039;, 181 =&gt; &#039;L&#039;, 182 =&gt; &#039;ON&#039;, 183 =&gt; &#039;ON&#039;, 184 =&gt; &#039;ON&#039;, 185 =&gt; &#039;EN&#039;, 186 =&gt; &#039;L&#039;, 187 =&gt; &#039;ON&#039;, 188 =&gt; &#039;ON&#039;, 189 =&gt; &#039;ON&#039;, 190 =&gt; &#039;ON&#039;, 191 =&gt; &#039;ON&#039;, 192 =&gt; &#039;L&#039;, 193 =&gt; &#039;L&#039;, 194 =&gt; &#039;L&#039;, 195 =&gt; &#039;L&#039;, 196 =&gt; &#039;L&#039;, 197 =&gt; &#039;L&#039;, 198 =&gt; &#039;L&#039;, 199 =&gt; &#039;L&#039;, 200 =&gt; &#039;L&#039;, 201 =&gt; &#039;L&#039;, 202 =&gt; &#039;L&#039;, 203 =&gt; &#039;L&#039;, 204 =&gt; &#039;L&#039;, 205 =&gt; &#039;L&#039;, 206 =&gt; &#039;L&#039;, 207 =&gt; &#039;L&#039;, 208 =&gt; &#039;L&#039;, 209 =&gt; &#039;L&#039;, 210 =&gt; &#039;L&#039;, 211 =&gt; &#039;L&#039;, 212 =&gt; &#039;L&#039;, 213 =&gt; &#039;L&#039;, 214 =&gt; &#039;L&#039;, 215 =&gt; &#039;ON&#039;, 216 =&gt; &#039;L&#039;, 217 =&gt; &#039;L&#039;, 218 =&gt; &#039;L&#039;, 219 =&gt; &#039;L&#039;, 220 =&gt; &#039;L&#039;, 221 =&gt; &#039;L&#039;, 222 =&gt; &#039;L&#039;, 223 =&gt; &#039;L&#039;, 224 =&gt; &#039;L&#039;, 225 =&gt; &#039;L&#039;, 226 =&gt; &#039;L&#039;, 227 =&gt; &#039;L&#039;, 228 =&gt; &#039;L&#039;, 229 =&gt; &#039;L&#039;, 230 =&gt; &#039;L&#039;, 231 =&gt; &#039;L&#039;, 232 =&gt; &#039;L&#039;, 233 =&gt; &#039;L&#039;, 234 =&gt; &#039;L&#039;, 235 =&gt; &#039;L&#039;, 236 =&gt; &#039;L&#039;, 237 =&gt; &#039;L&#039;, 238 =&gt; &#039;L&#039;, 239 =&gt; &#039;L&#039;, 240 =&gt; &#039;L&#039;, 241 =&gt; &#039;L&#039;, 242 =&gt; &#039;L&#039;, 243 =&gt; &#039;L&#039;, 244 =&gt; &#039;L&#039;, 245 =&gt; &#039;L&#039;, 246 =&gt; &#039;L&#039;, 247 =&gt; &#039;ON&#039;, 248 =&gt; &#039;L&#039;, 249 =&gt; &#039;L&#039;, 250 =&gt; &#039;L&#039;, 251 =&gt; &#039;L&#039;, 252 =&gt; &#039;L&#039;, 253 =&gt; &#039;L&#039;, 254 =&gt; &#039;L&#039;, 255 =&gt; &#039;L&#039;, 256 =&gt; &#039;L&#039;, 257 =&gt; &#039;L&#039;, 258 =&gt; &#039;L&#039;, 259 =&gt; &#039;L&#039;, 260 =&gt; &#039;L&#039;, 261 =&gt; &#039;L&#039;, 262 =&gt; &#039;L&#039;, 263 =&gt; &#039;L&#039;, 264 =&gt; &#039;L&#039;, 265 =&gt; &#039;L&#039;, 266 =&gt; &#039;L&#039;, 267 =&gt; &#039;L&#039;, 268 =&gt; &#039;L&#039;, 269 =&gt; &#039;L&#039;, 270 =&gt; &#039;L&#039;, 271 =&gt; &#039;L&#039;, 272 =&gt; &#039;L&#039;, 273 =&gt; &#039;L&#039;, 274 =&gt; &#039;L&#039;, 275 =&gt; &#039;L&#039;, 276 =&gt; &#039;L&#039;, 277 =&gt; &#039;L&#039;, 278 =&gt; &#039;L&#039;, 279 =&gt; &#039;L&#039;, 280 =&gt; &#039;L&#039;, 281 =&gt; &#039;L&#039;, 282 =&gt; &#039;L&#039;, 283 =&gt; &#039;L&#039;, 284 =&gt; &#039;L&#039;, 285 =&gt; &#039;L&#039;, 286 =&gt; &#039;L&#039;, 287 =&gt; &#039;L&#039;, 288 =&gt; &#039;L&#039;, 289 =&gt; &#039;L&#039;, 290 =&gt; &#039;L&#039;, 291 =&gt; &#039;L&#039;, 292 =&gt; &#039;L&#039;, 293 =&gt; &#039;L&#039;, 294 =&gt; &#039;L&#039;, 295 =&gt; &#039;L&#039;, 296 =&gt; &#039;L&#039;, 297 =&gt; &#039;L&#039;, 298 =&gt; &#039;L&#039;, 299 =&gt; &#039;L&#039;, 300 =&gt; &#039;L&#039;, 301 =&gt; &#039;L&#039;, 302 =&gt; &#039;L&#039;, 303 =&gt; &#039;L&#039;, 304 =&gt; &#039;L&#039;, 305 =&gt; &#039;L&#039;, 306 =&gt; &#039;L&#039;, 307 =&gt; &#039;L&#039;, 308 =&gt; &#039;L&#039;, 309 =&gt; &#039;L&#039;, 310 =&gt; &#039;L&#039;, 311 =&gt; &#039;L&#039;, 312 =&gt; &#039;L&#039;, 313 =&gt; &#039;L&#039;, 314 =&gt; &#039;L&#039;, 315 =&gt; &#039;L&#039;, 316 =&gt; &#039;L&#039;, 317 =&gt; &#039;L&#039;, 318 =&gt; &#039;L&#039;, 319 =&gt; &#039;L&#039;, 320 =&gt; &#039;L&#039;, 321 =&gt; &#039;L&#039;, 322 =&gt; &#039;L&#039;, 323 =&gt; &#039;L&#039;, 324 =&gt; &#039;L&#039;, 325 =&gt; &#039;L&#039;, 326 =&gt; &#039;L&#039;, 327 =&gt; &#039;L&#039;, 328 =&gt; &#039;L&#039;, 329 =&gt; &#039;L&#039;, 330 =&gt; &#039;L&#039;, 331 =&gt; &#039;L&#039;, 332 =&gt; &#039;L&#039;, 333 =&gt; &#039;L&#039;, 334 =&gt; &#039;L&#039;, 335 =&gt; &#039;L&#039;, 336 =&gt; &#039;L&#039;, 337 =&gt; &#039;L&#039;, 338 =&gt; &#039;L&#039;, 339 =&gt; &#039;L&#039;, 340 =&gt; &#039;L&#039;, 341 =&gt; &#039;L&#039;, 342 =&gt; &#039;L&#039;, 343 =&gt; &#039;L&#039;, 344 =&gt; &#039;L&#039;, 345 =&gt; &#039;L&#039;, 346 =&gt; &#039;L&#039;, 347 =&gt; &#039;L&#039;, 348 =&gt; &#039;L&#039;, 349 =&gt; &#039;L&#039;, 350 =&gt; &#039;L&#039;, 351 =&gt; &#039;L&#039;, 352 =&gt; &#039;L&#039;, 353 =&gt; &#039;L&#039;, 354 =&gt; &#039;L&#039;, 355 =&gt; &#039;L&#039;, 356 =&gt; &#039;L&#039;, 357 =&gt; &#039;L&#039;, 358 =&gt; &#039;L&#039;, 359 =&gt; &#039;L&#039;, 360 =&gt; &#039;L&#039;, 361 =&gt; &#039;L&#039;, 362 =&gt; &#039;L&#039;, 363 =&gt; &#039;L&#039;, 364 =&gt; &#039;L&#039;, 365 =&gt; &#039;L&#039;, 366 =&gt; &#039;L&#039;, 367 =&gt; &#039;L&#039;, 368 =&gt; &#039;L&#039;, 369 =&gt; &#039;L&#039;, 370 =&gt; &#039;L&#039;, 371 =&gt; &#039;L&#039;, 372 =&gt; &#039;L&#039;, 373 =&gt; &#039;L&#039;, 374 =&gt; &#039;L&#039;, 375 =&gt; &#039;L&#039;, 376 =&gt; &#039;L&#039;, 377 =&gt; &#039;L&#039;, 378 =&gt; &#039;L&#039;, 379 =&gt; &#039;L&#039;, 380 =&gt; &#039;L&#039;, 381 =&gt; &#039;L&#039;, 382 =&gt; &#039;L&#039;, 383 =&gt; &#039;L&#039;, 384 =&gt; &#039;L&#039;, 385 =&gt; &#039;L&#039;, 386 =&gt; &#039;L&#039;, 387 =&gt; &#039;L&#039;, 388 =&gt; &#039;L&#039;, 389 =&gt; &#039;L&#039;, 390 =&gt; &#039;L&#039;, 391 =&gt; &#039;L&#039;, 392 =&gt; &#039;L&#039;, 393 =&gt; &#039;L&#039;, 394 =&gt; &#039;L&#039;, 395 =&gt; &#039;L&#039;, 396 =&gt; &#039;L&#039;, 397 =&gt; &#039;L&#039;, 398 =&gt; &#039;L&#039;, 399 =&gt; &#039;L&#039;, 400 =&gt; &#039;L&#039;, 401 =&gt; &#039;L&#039;, 402 =&gt; &#039;L&#039;, 403 =&gt; &#039;L&#039;, 404 =&gt; &#039;L&#039;, 405 =&gt; &#039;L&#039;, 406 =&gt; &#039;L&#039;, 407 =&gt; &#039;L&#039;, 408 =&gt; &#039;L&#039;, 409 =&gt; &#039;L&#039;, 410 =&gt; &#039;L&#039;, 411 =&gt; &#039;L&#039;, 412 =&gt; &#039;L&#039;, 413 =&gt; &#039;L&#039;, 414 =&gt; &#039;L&#039;, 415 =&gt; &#039;L&#039;, 416 =&gt; &#039;L&#039;, 417 =&gt; &#039;L&#039;, 418 =&gt; &#039;L&#039;, 419 =&gt; &#039;L&#039;, 420 =&gt; &#039;L&#039;, 421 =&gt; &#039;L&#039;, 422 =&gt; &#039;L&#039;, 423 =&gt; &#039;L&#039;, 424 =&gt; &#039;L&#039;, 425 =&gt; &#039;L&#039;, 426 =&gt; &#039;L&#039;, 427 =&gt; &#039;L&#039;, 428 =&gt; &#039;L&#039;, 429 =&gt; &#039;L&#039;, 430 =&gt; &#039;L&#039;, 431 =&gt; &#039;L&#039;, 432 =&gt; &#039;L&#039;, 433 =&gt; &#039;L&#039;, 434 =&gt; &#039;L&#039;, 435 =&gt; &#039;L&#039;, 436 =&gt; &#039;L&#039;, 437 =&gt; &#039;L&#039;, 438 =&gt; &#039;L&#039;, 439 =&gt; &#039;L&#039;, 440 =&gt; &#039;L&#039;, 441 =&gt; &#039;L&#039;, 442 =&gt; &#039;L&#039;, 443 =&gt; &#039;L&#039;, 444 =&gt; &#039;L&#039;, 445 =&gt; &#039;L&#039;, 446 =&gt; &#039;L&#039;, 447 =&gt; &#039;L&#039;, 448 =&gt; &#039;L&#039;, 449 =&gt; &#039;L&#039;, 450 =&gt; &#039;L&#039;, 451 =&gt; &#039;L&#039;, 452 =&gt; &#039;L&#039;, 453 =&gt; &#039;L&#039;, 454 =&gt; &#039;L&#039;, 455 =&gt; &#039;L&#039;, 456 =&gt; &#039;L&#039;, 457 =&gt; &#039;L&#039;, 458 =&gt; &#039;L&#039;, 459 =&gt; &#039;L&#039;, 460 =&gt; &#039;L&#039;, 461 =&gt; &#039;L&#039;, 462 =&gt; &#039;L&#039;, 463 =&gt; &#039;L&#039;, 464 =&gt; &#039;L&#039;, 465 =&gt; &#039;L&#039;, 466 =&gt; &#039;L&#039;, 467 =&gt; &#039;L&#039;, 468 =&gt; &#039;L&#039;, 469 =&gt; &#039;L&#039;, 470 =&gt; &#039;L&#039;, 471 =&gt; &#039;L&#039;, 472 =&gt; &#039;L&#039;, 473 =&gt; &#039;L&#039;, 474 =&gt; &#039;L&#039;, 475 =&gt; &#039;L&#039;, 476 =&gt; &#039;L&#039;, 477 =&gt; &#039;L&#039;, 478 =&gt; &#039;L&#039;, 479 =&gt; &#039;L&#039;, 480 =&gt; &#039;L&#039;, 481 =&gt; &#039;L&#039;, 482 =&gt; &#039;L&#039;, 483 =&gt; &#039;L&#039;, 484 =&gt; &#039;L&#039;, 485 =&gt; &#039;L&#039;, 486 =&gt; &#039;L&#039;, 487 =&gt; &#039;L&#039;, 488 =&gt; &#039;L&#039;, 489 =&gt; &#039;L&#039;, 490 =&gt; &#039;L&#039;, 491 =&gt; &#039;L&#039;, 492 =&gt; &#039;L&#039;, 493 =&gt; &#039;L&#039;, 494 =&gt; &#039;L&#039;, 495 =&gt; &#039;L&#039;, 496 =&gt; &#039;L&#039;, 497 =&gt; &#039;L&#039;, 498 =&gt; &#039;L&#039;, 499 =&gt; &#039;L&#039;, 500 =&gt; &#039;L&#039;, 501 =&gt; &#039;L&#039;, 502 =&gt; &#039;L&#039;, 503 =&gt; &#039;L&#039;, 504 =&gt; &#039;L&#039;, 505 =&gt; &#039;L&#039;, 506 =&gt; &#039;L&#039;, 507 =&gt; &#039;L&#039;, 508 =&gt; &#039;L&#039;, 509 =&gt; &#039;L&#039;, 510 =&gt; &#039;L&#039;, 511 =&gt; &#039;L&#039;, 512 =&gt; &#039;L&#039;, 513 =&gt; &#039;L&#039;, 514 =&gt; &#039;L&#039;, 515 =&gt; &#039;L&#039;, 516 =&gt; &#039;L&#039;, 517 =&gt; &#039;L&#039;, 518 =&gt; &#039;L&#039;, 519 =&gt; &#039;L&#039;, 520 =&gt; &#039;L&#039;, 521 =&gt; &#039;L&#039;, 522 =&gt; &#039;L&#039;, 523 =&gt; &#039;L&#039;, 524 =&gt; &#039;L&#039;, 525 =&gt; &#039;L&#039;, 526 =&gt; &#039;L&#039;, 527 =&gt; &#039;L&#039;, 528 =&gt; &#039;L&#039;, 529 =&gt; &#039;L&#039;, 530 =&gt; &#039;L&#039;, 531 =&gt; &#039;L&#039;, 532 =&gt; &#039;L&#039;, 533 =&gt; &#039;L&#039;, 534 =&gt; &#039;L&#039;, 535 =&gt; &#039;L&#039;, 536 =&gt; &#039;L&#039;, 537 =&gt; &#039;L&#039;, 538 =&gt; &#039;L&#039;, 539 =&gt; &#039;L&#039;, 540 =&gt; &#039;L&#039;, 541 =&gt; &#039;L&#039;, 542 =&gt; &#039;L&#039;, 543 =&gt; &#039;L&#039;, 544 =&gt; &#039;L&#039;, 545 =&gt; &#039;L&#039;, 546 =&gt; &#039;L&#039;, 547 =&gt; &#039;L&#039;, 548 =&gt; &#039;L&#039;, 549 =&gt; &#039;L&#039;, 550 =&gt; &#039;L&#039;, 551 =&gt; &#039;L&#039;, 552 =&gt; &#039;L&#039;, 553 =&gt; &#039;L&#039;, 554 =&gt; &#039;L&#039;, 555 =&gt; &#039;L&#039;, 556 =&gt; &#039;L&#039;, 557 =&gt; &#039;L&#039;, 558 =&gt; &#039;L&#039;, 559 =&gt; &#039;L&#039;, 560 =&gt; &#039;L&#039;, 561 =&gt; &#039;L&#039;, 562 =&gt; &#039;L&#039;, 563 =&gt; &#039;L&#039;, 564 =&gt; &#039;L&#039;, 565 =&gt; &#039;L&#039;, 566 =&gt; &#039;L&#039;, 567 =&gt; &#039;L&#039;, 568 =&gt; &#039;L&#039;, 569 =&gt; &#039;L&#039;, 570 =&gt; &#039;L&#039;, 571 =&gt; &#039;L&#039;, 572 =&gt; &#039;L&#039;, 573 =&gt; &#039;L&#039;, 574 =&gt; &#039;L&#039;, 575 =&gt; &#039;L&#039;, 576 =&gt; &#039;L&#039;, 577 =&gt; &#039;L&#039;, 578 =&gt; &#039;L&#039;, 579 =&gt; &#039;L&#039;, 580 =&gt; &#039;L&#039;, 581 =&gt; &#039;L&#039;, 582 =&gt; &#039;L&#039;, 583 =&gt; &#039;L&#039;, 584 =&gt; &#039;L&#039;, 585 =&gt; &#039;L&#039;, 586 =&gt; &#039;L&#039;, 587 =&gt; &#039;L&#039;, 588 =&gt; &#039;L&#039;, 589 =&gt; &#039;L&#039;, 590 =&gt; &#039;L&#039;, 591 =&gt; &#039;L&#039;, 592 =&gt; &#039;L&#039;, 593 =&gt; &#039;L&#039;, 594 =&gt; &#039;L&#039;, 595 =&gt; &#039;L&#039;, 596 =&gt; &#039;L&#039;, 597 =&gt; &#039;L&#039;, 598 =&gt; &#039;L&#039;, 599 =&gt; &#039;L&#039;, 600 =&gt; &#039;L&#039;, 601 =&gt; &#039;L&#039;, 602 =&gt; &#039;L&#039;, 603 =&gt; &#039;L&#039;, 604 =&gt; &#039;L&#039;, 605 =&gt; &#039;L&#039;, 606 =&gt; &#039;L&#039;, 607 =&gt; &#039;L&#039;, 608 =&gt; &#039;L&#039;, 609 =&gt; &#039;L&#039;, 610 =&gt; &#039;L&#039;, 611 =&gt; &#039;L&#039;, 612 =&gt; &#039;L&#039;, 613 =&gt; &#039;L&#039;, 614 =&gt; &#039;L&#039;, 615 =&gt; &#039;L&#039;, 616 =&gt; &#039;L&#039;, 617 =&gt; &#039;L&#039;, 618 =&gt; &#039;L&#039;, 619 =&gt; &#039;L&#039;, 620 =&gt; &#039;L&#039;, 621 =&gt; &#039;L&#039;, 622 =&gt; &#039;L&#039;, 623 =&gt; &#039;L&#039;, 624 =&gt; &#039;L&#039;, 625 =&gt; &#039;L&#039;, 626 =&gt; &#039;L&#039;, 627 =&gt; &#039;L&#039;, 628 =&gt; &#039;L&#039;, 629 =&gt; &#039;L&#039;, 630 =&gt; &#039;L&#039;, 631 =&gt; &#039;L&#039;, 632 =&gt; &#039;L&#039;, 633 =&gt; &#039;L&#039;, 634 =&gt; &#039;L&#039;, 635 =&gt; &#039;L&#039;, 636 =&gt; &#039;L&#039;, 637 =&gt; &#039;L&#039;, 638 =&gt; &#039;L&#039;, 639 =&gt; &#039;L&#039;, 640 =&gt; &#039;L&#039;, 641 =&gt; &#039;L&#039;, 642 =&gt; &#039;L&#039;, 643 =&gt; &#039;L&#039;, 644 =&gt; &#039;L&#039;, 645 =&gt; &#039;L&#039;, 646 =&gt; &#039;L&#039;, 647 =&gt; &#039;L&#039;, 648 =&gt; &#039;L&#039;, 649 =&gt; &#039;L&#039;, 650 =&gt; &#039;L&#039;, 651 =&gt; &#039;L&#039;, 652 =&gt; &#039;L&#039;, 653 =&gt; &#039;L&#039;, 654 =&gt; &#039;L&#039;, 655 =&gt; &#039;L&#039;, 656 =&gt; &#039;L&#039;, 657 =&gt; &#039;L&#039;, 658 =&gt; &#039;L&#039;, 659 =&gt; &#039;L&#039;, 660 =&gt; &#039;L&#039;, 661 =&gt; &#039;L&#039;, 662 =&gt; &#039;L&#039;, 663 =&gt; &#039;L&#039;, 664 =&gt; &#039;L&#039;, 665 =&gt; &#039;L&#039;, 666 =&gt; &#039;L&#039;, 667 =&gt; &#039;L&#039;, 668 =&gt; &#039;L&#039;, 669 =&gt; &#039;L&#039;, 670 =&gt; &#039;L&#039;, 671 =&gt; &#039;L&#039;, 672 =&gt; &#039;L&#039;, 673 =&gt; &#039;L&#039;, 674 =&gt; &#039;L&#039;, 675 =&gt; &#039;L&#039;, 676 =&gt; &#039;L&#039;, 677 =&gt; &#039;L&#039;, 678 =&gt; &#039;L&#039;, 679 =&gt; &#039;L&#039;, 680 =&gt; &#039;L&#039;, 681 =&gt; &#039;L&#039;, 682 =&gt; &#039;L&#039;, 683 =&gt; &#039;L&#039;, 684 =&gt; &#039;L&#039;, 685 =&gt; &#039;L&#039;, 686 =&gt; &#039;L&#039;, 687 =&gt; &#039;L&#039;, 688 =&gt; &#039;L&#039;, 689 =&gt; &#039;L&#039;, 690 =&gt; &#039;L&#039;, 691 =&gt; &#039;L&#039;, 692 =&gt; &#039;L&#039;, 693 =&gt; &#039;L&#039;, 694 =&gt; &#039;L&#039;, 695 =&gt; &#039;L&#039;, 696 =&gt; &#039;L&#039;, 697 =&gt; &#039;ON&#039;, 698 =&gt; &#039;ON&#039;, 699 =&gt; &#039;L&#039;, 700 =&gt; &#039;L&#039;, 701 =&gt; &#039;L&#039;, 702 =&gt; &#039;L&#039;, 703 =&gt; &#039;L&#039;, 704 =&gt; &#039;L&#039;, 705 =&gt; &#039;L&#039;, 706 =&gt; &#039;ON&#039;, 707 =&gt; &#039;ON&#039;, 708 =&gt; &#039;ON&#039;, 709 =&gt; &#039;ON&#039;, 710 =&gt; &#039;ON&#039;, 711 =&gt; &#039;ON&#039;, 712 =&gt; &#039;ON&#039;, 713 =&gt; &#039;ON&#039;, 714 =&gt; &#039;ON&#039;, 715 =&gt; &#039;ON&#039;, 716 =&gt; &#039;ON&#039;, 717 =&gt; &#039;ON&#039;, 718 =&gt; &#039;ON&#039;, 719 =&gt; &#039;ON&#039;, 720 =&gt; &#039;L&#039;, 721 =&gt; &#039;L&#039;, 722 =&gt; &#039;ON&#039;, 723 =&gt; &#039;ON&#039;, 724 =&gt; &#039;ON&#039;, 725 =&gt; &#039;ON&#039;, 726 =&gt; &#039;ON&#039;, 727 =&gt; &#039;ON&#039;, 728 =&gt; &#039;ON&#039;, 729 =&gt; &#039;ON&#039;, 730 =&gt; &#039;ON&#039;, 731 =&gt; &#039;ON&#039;, 732 =&gt; &#039;ON&#039;, 733 =&gt; &#039;ON&#039;, 734 =&gt; &#039;ON&#039;, 735 =&gt; &#039;ON&#039;, 736 =&gt; &#039;L&#039;, 737 =&gt; &#039;L&#039;, 738 =&gt; &#039;L&#039;, 739 =&gt; &#039;L&#039;, 740 =&gt; &#039;L&#039;, 741 =&gt; &#039;ON&#039;, 742 =&gt; &#039;ON&#039;, 743 =&gt; &#039;ON&#039;, 744 =&gt; &#039;ON&#039;, 745 =&gt; &#039;ON&#039;, 746 =&gt; &#039;ON&#039;, 747 =&gt; &#039;ON&#039;, 748 =&gt; &#039;ON&#039;, 749 =&gt; &#039;ON&#039;, 750 =&gt; &#039;L&#039;, 751 =&gt; &#039;ON&#039;, 752 =&gt; &#039;ON&#039;, 753 =&gt; &#039;ON&#039;, 754 =&gt; &#039;ON&#039;, 755 =&gt; &#039;ON&#039;, 756 =&gt; &#039;ON&#039;, 757 =&gt; &#039;ON&#039;, 758 =&gt; &#039;ON&#039;, 759 =&gt; &#039;ON&#039;, 760 =&gt; &#039;ON&#039;, 761 =&gt; &#039;ON&#039;, 762 =&gt; &#039;ON&#039;, 763 =&gt; &#039;ON&#039;, 764 =&gt; &#039;ON&#039;, 765 =&gt; &#039;ON&#039;, 766 =&gt; &#039;ON&#039;, 767 =&gt; &#039;ON&#039;, 768 =&gt; &#039;NSM&#039;, 769 =&gt; &#039;NSM&#039;, 770 =&gt; &#039;NSM&#039;, 771 =&gt; &#039;NSM&#039;, 772 =&gt; &#039;NSM&#039;, 773 =&gt; &#039;NSM&#039;, 774 =&gt; &#039;NSM&#039;, 775 =&gt; &#039;NSM&#039;, 776 =&gt; &#039;NSM&#039;, 777 =&gt; &#039;NSM&#039;, 778 =&gt; &#039;NSM&#039;, 779 =&gt; &#039;NSM&#039;, 780 =&gt; &#039;NSM&#039;, 781 =&gt; &#039;NSM&#039;, 782 =&gt; &#039;NSM&#039;, 783 =&gt; &#039;NSM&#039;, 784 =&gt; &#039;NSM&#039;, 785 =&gt; &#039;NSM&#039;, 786 =&gt; &#039;NSM&#039;, 787 =&gt; &#039;NSM&#039;, 788 =&gt; &#039;NSM&#039;, 789 =&gt; &#039;NSM&#039;, 790 =&gt; &#039;NSM&#039;, 791 =&gt; &#039;NSM&#039;, 792 =&gt; &#039;NSM&#039;, 793 =&gt; &#039;NSM&#039;, 794 =&gt; &#039;NSM&#039;, 795 =&gt; &#039;NSM&#039;, 796 =&gt; &#039;NSM&#039;, 797 =&gt; &#039;NSM&#039;, 798 =&gt; &#039;NSM&#039;, 799 =&gt; &#039;NSM&#039;, 800 =&gt; &#039;NSM&#039;, 801 =&gt; &#039;NSM&#039;, 802 =&gt; &#039;NSM&#039;, 803 =&gt; &#039;NSM&#039;, 804 =&gt; &#039;NSM&#039;, 805 =&gt; &#039;NSM&#039;, 806 =&gt; &#039;NSM&#039;, 807 =&gt; &#039;NSM&#039;, 808 =&gt; &#039;NSM&#039;, 809 =&gt; &#039;NSM&#039;, 810 =&gt; &#039;NSM&#039;, 811 =&gt; &#039;NSM&#039;, 812 =&gt; &#039;NSM&#039;, 813 =&gt; &#039;NSM&#039;, 814 =&gt; &#039;NSM&#039;, 815 =&gt; &#039;NSM&#039;, 816 =&gt; &#039;NSM&#039;, 817 =&gt; &#039;NSM&#039;, 818 =&gt; &#039;NSM&#039;, 819 =&gt; &#039;NSM&#039;, 820 =&gt; &#039;NSM&#039;, 821 =&gt; &#039;NSM&#039;, 822 =&gt; &#039;NSM&#039;, 823 =&gt; &#039;NSM&#039;, 824 =&gt; &#039;NSM&#039;, 825 =&gt; &#039;NSM&#039;, 826 =&gt; &#039;NSM&#039;, 827 =&gt; &#039;NSM&#039;, 828 =&gt; &#039;NSM&#039;, 829 =&gt; &#039;NSM&#039;, 830 =&gt; &#039;NSM&#039;, 831 =&gt; &#039;NSM&#039;, 832 =&gt; &#039;NSM&#039;, 833 =&gt; &#039;NSM&#039;, 834 =&gt; &#039;NSM&#039;, 835 =&gt; &#039;NSM&#039;, 836 =&gt; &#039;NSM&#039;, 837 =&gt; &#039;NSM&#039;, 838 =&gt; &#039;NSM&#039;, 839 =&gt; &#039;NSM&#039;, 840 =&gt; &#039;NSM&#039;, 841 =&gt; &#039;NSM&#039;, 842 =&gt; &#039;NSM&#039;, 843 =&gt; &#039;NSM&#039;, 844 =&gt; &#039;NSM&#039;, 845 =&gt; &#039;NSM&#039;, 846 =&gt; &#039;NSM&#039;, 847 =&gt; &#039;NSM&#039;, 848 =&gt; &#039;NSM&#039;, 849 =&gt; &#039;NSM&#039;, 850 =&gt; &#039;NSM&#039;, 851 =&gt; &#039;NSM&#039;, 852 =&gt; &#039;NSM&#039;, 853 =&gt; &#039;NSM&#039;, 854 =&gt; &#039;NSM&#039;, 855 =&gt; &#039;NSM&#039;, 856 =&gt; &#039;NSM&#039;, 857 =&gt; &#039;NSM&#039;, 858 =&gt; &#039;NSM&#039;, 859 =&gt; &#039;NSM&#039;, 860 =&gt; &#039;NSM&#039;, 861 =&gt; &#039;NSM&#039;, 862 =&gt; &#039;NSM&#039;, 863 =&gt; &#039;NSM&#039;, 864 =&gt; &#039;NSM&#039;, 865 =&gt; &#039;NSM&#039;, 866 =&gt; &#039;NSM&#039;, 867 =&gt; &#039;NSM&#039;, 868 =&gt; &#039;NSM&#039;, 869 =&gt; &#039;NSM&#039;, 870 =&gt; &#039;NSM&#039;, 871 =&gt; &#039;NSM&#039;, 872 =&gt; &#039;NSM&#039;, 873 =&gt; &#039;NSM&#039;, 874 =&gt; &#039;NSM&#039;, 875 =&gt; &#039;NSM&#039;, 876 =&gt; &#039;NSM&#039;, 877 =&gt; &#039;NSM&#039;, 878 =&gt; &#039;NSM&#039;, 879 =&gt; &#039;NSM&#039;, 884 =&gt; &#039;ON&#039;, 885 =&gt; &#039;ON&#039;, 890 =&gt; &#039;L&#039;, 891 =&gt; &#039;L&#039;, 892 =&gt; &#039;L&#039;, 893 =&gt; &#039;L&#039;, 894 =&gt; &#039;ON&#039;, 900 =&gt; &#039;ON&#039;, 901 =&gt; &#039;ON&#039;, 902 =&gt; &#039;L&#039;, 903 =&gt; &#039;ON&#039;, 904 =&gt; &#039;L&#039;, 905 =&gt; &#039;L&#039;, 906 =&gt; &#039;L&#039;, 908 =&gt; &#039;L&#039;, 910 =&gt; &#039;L&#039;, 911 =&gt; &#039;L&#039;, 912 =&gt; &#039;L&#039;, 913 =&gt; &#039;L&#039;, 914 =&gt; &#039;L&#039;, 915 =&gt; &#039;L&#039;, 916 =&gt; &#039;L&#039;, 917 =&gt; &#039;L&#039;, 918 =&gt; &#039;L&#039;, 919 =&gt; &#039;L&#039;, 920 =&gt; &#039;L&#039;, 921 =&gt; &#039;L&#039;, 922 =&gt; &#039;L&#039;, 923 =&gt; &#039;L&#039;, 924 =&gt; &#039;L&#039;, 925 =&gt; &#039;L&#039;, 926 =&gt; &#039;L&#039;, 927 =&gt; &#039;L&#039;, 928 =&gt; &#039;L&#039;, 929 =&gt; &#039;L&#039;, 931 =&gt; &#039;L&#039;, 932 =&gt; &#039;L&#039;, 933 =&gt; &#039;L&#039;, 934 =&gt; &#039;L&#039;, 935 =&gt; &#039;L&#039;, 936 =&gt; &#039;L&#039;, 937 =&gt; &#039;L&#039;, 938 =&gt; &#039;L&#039;, 939 =&gt; &#039;L&#039;, 940 =&gt; &#039;L&#039;, 941 =&gt; &#039;L&#039;, 942 =&gt; &#039;L&#039;, 943 =&gt; &#039;L&#039;, 944 =&gt; &#039;L&#039;, 945 =&gt; &#039;L&#039;, 946 =&gt; &#039;L&#039;, 947 =&gt; &#039;L&#039;, 948 =&gt; &#039;L&#039;, 949 =&gt; &#039;L&#039;, 950 =&gt; &#039;L&#039;, 951 =&gt; &#039;L&#039;, 952 =&gt; &#039;L&#039;, 953 =&gt; &#039;L&#039;, 954 =&gt; &#039;L&#039;, 955 =&gt; &#039;L&#039;, 956 =&gt; &#039;L&#039;, 957 =&gt; &#039;L&#039;, 958 =&gt; &#039;L&#039;, 959 =&gt; &#039;L&#039;, 960 =&gt; &#039;L&#039;, 961 =&gt; &#039;L&#039;, 962 =&gt; &#039;L&#039;, 963 =&gt; &#039;L&#039;, 964 =&gt; &#039;L&#039;, 965 =&gt; &#039;L&#039;, 966 =&gt; &#039;L&#039;, 967 =&gt; &#039;L&#039;, 968 =&gt; &#039;L&#039;, 969 =&gt; &#039;L&#039;, 970 =&gt; &#039;L&#039;, 971 =&gt; &#039;L&#039;, 972 =&gt; &#039;L&#039;, 973 =&gt; &#039;L&#039;, 974 =&gt; &#039;L&#039;, 976 =&gt; &#039;L&#039;, 977 =&gt; &#039;L&#039;, 978 =&gt; &#039;L&#039;, 979 =&gt; &#039;L&#039;, 980 =&gt; &#039;L&#039;, 981 =&gt; &#039;L&#039;, 982 =&gt; &#039;L&#039;, 983 =&gt; &#039;L&#039;, 984 =&gt; &#039;L&#039;, 985 =&gt; &#039;L&#039;, 986 =&gt; &#039;L&#039;, 987 =&gt; &#039;L&#039;, 988 =&gt; &#039;L&#039;, 989 =&gt; &#039;L&#039;, 990 =&gt; &#039;L&#039;, 991 =&gt; &#039;L&#039;, 992 =&gt; &#039;L&#039;, 993 =&gt; &#039;L&#039;, 994 =&gt; &#039;L&#039;, 995 =&gt; &#039;L&#039;, 996 =&gt; &#039;L&#039;, 997 =&gt; &#039;L&#039;, 998 =&gt; &#039;L&#039;, 999 =&gt; &#039;L&#039;, 1000 =&gt; &#039;L&#039;, 1001 =&gt; &#039;L&#039;, 1002 =&gt; &#039;L&#039;, 1003 =&gt; &#039;L&#039;, 1004 =&gt; &#039;L&#039;, 1005 =&gt; &#039;L&#039;, 1006 =&gt; &#039;L&#039;, 1007 =&gt; &#039;L&#039;, 1008 =&gt; &#039;L&#039;, 1009 =&gt; &#039;L&#039;, 1010 =&gt; &#039;L&#039;, 1011 =&gt; &#039;L&#039;, 1012 =&gt; &#039;L&#039;, 1013 =&gt; &#039;L&#039;, 1014 =&gt; &#039;ON&#039;, 1015 =&gt; &#039;L&#039;, 1016 =&gt; &#039;L&#039;, 1017 =&gt; &#039;L&#039;, 1018 =&gt; &#039;L&#039;, 1019 =&gt; &#039;L&#039;, 1020 =&gt; &#039;L&#039;, 1021 =&gt; &#039;L&#039;, 1022 =&gt; &#039;L&#039;, 1023 =&gt; &#039;L&#039;, 1024 =&gt; &#039;L&#039;, 1025 =&gt; &#039;L&#039;, 1026 =&gt; &#039;L&#039;, 1027 =&gt; &#039;L&#039;, 1028 =&gt; &#039;L&#039;, 1029 =&gt; &#039;L&#039;, 1030 =&gt; &#039;L&#039;, 1031 =&gt; &#039;L&#039;, 1032 =&gt; &#039;L&#039;, 1033 =&gt; &#039;L&#039;, 1034 =&gt; &#039;L&#039;, 1035 =&gt; &#039;L&#039;, 1036 =&gt; &#039;L&#039;, 1037 =&gt; &#039;L&#039;, 1038 =&gt; &#039;L&#039;, 1039 =&gt; &#039;L&#039;, 1040 =&gt; &#039;L&#039;, 1041 =&gt; &#039;L&#039;, 1042 =&gt; &#039;L&#039;, 1043 =&gt; &#039;L&#039;, 1044 =&gt; &#039;L&#039;, 1045 =&gt; &#039;L&#039;, 1046 =&gt; &#039;L&#039;, 1047 =&gt; &#039;L&#039;, 1048 =&gt; &#039;L&#039;, 1049 =&gt; &#039;L&#039;, 1050 =&gt; &#039;L&#039;, 1051 =&gt; &#039;L&#039;, 1052 =&gt; &#039;L&#039;, 1053 =&gt; &#039;L&#039;, 1054 =&gt; &#039;L&#039;, 1055 =&gt; &#039;L&#039;, 1056 =&gt; &#039;L&#039;, 1057 =&gt; &#039;L&#039;, 1058 =&gt; &#039;L&#039;, 1059 =&gt; &#039;L&#039;, 1060 =&gt; &#039;L&#039;, 1061 =&gt; &#039;L&#039;, 1062 =&gt; &#039;L&#039;, 1063 =&gt; &#039;L&#039;, 1064 =&gt; &#039;L&#039;, 1065 =&gt; &#039;L&#039;, 1066 =&gt; &#039;L&#039;, 1067 =&gt; &#039;L&#039;, 1068 =&gt; &#039;L&#039;, 1069 =&gt; &#039;L&#039;, 1070 =&gt; &#039;L&#039;, 1071 =&gt; &#039;L&#039;, 1072 =&gt; &#039;L&#039;, 1073 =&gt; &#039;L&#039;, 1074 =&gt; &#039;L&#039;, 1075 =&gt; &#039;L&#039;, 1076 =&gt; &#039;L&#039;, 1077 =&gt; &#039;L&#039;, 1078 =&gt; &#039;L&#039;, 1079 =&gt; &#039;L&#039;, 1080 =&gt; &#039;L&#039;, 1081 =&gt; &#039;L&#039;, 1082 =&gt; &#039;L&#039;, 1083 =&gt; &#039;L&#039;, 1084 =&gt; &#039;L&#039;, 1085 =&gt; &#039;L&#039;, 1086 =&gt; &#039;L&#039;, 1087 =&gt; &#039;L&#039;, 1088 =&gt; &#039;L&#039;, 1089 =&gt; &#039;L&#039;, 1090 =&gt; &#039;L&#039;, 1091 =&gt; &#039;L&#039;, 1092 =&gt; &#039;L&#039;, 1093 =&gt; &#039;L&#039;, 1094 =&gt; &#039;L&#039;, 1095 =&gt; &#039;L&#039;, 1096 =&gt; &#039;L&#039;, 1097 =&gt; &#039;L&#039;, 1098 =&gt; &#039;L&#039;, 1099 =&gt; &#039;L&#039;, 1100 =&gt; &#039;L&#039;, 1101 =&gt; &#039;L&#039;, 1102 =&gt; &#039;L&#039;, 1103 =&gt; &#039;L&#039;, 1104 =&gt; &#039;L&#039;, 1105 =&gt; &#039;L&#039;, 1106 =&gt; &#039;L&#039;, 1107 =&gt; &#039;L&#039;, 1108 =&gt; &#039;L&#039;, 1109 =&gt; &#039;L&#039;, 1110 =&gt; &#039;L&#039;, 1111 =&gt; &#039;L&#039;, 1112 =&gt; &#039;L&#039;, 1113 =&gt; &#039;L&#039;, 1114 =&gt; &#039;L&#039;, 1115 =&gt; &#039;L&#039;, 1116 =&gt; &#039;L&#039;, 1117 =&gt; &#039;L&#039;, 1118 =&gt; &#039;L&#039;, 1119 =&gt; &#039;L&#039;, 1120 =&gt; &#039;L&#039;, 1121 =&gt; &#039;L&#039;, 1122 =&gt; &#039;L&#039;, 1123 =&gt; &#039;L&#039;, 1124 =&gt; &#039;L&#039;, 1125 =&gt; &#039;L&#039;, 1126 =&gt; &#039;L&#039;, 1127 =&gt; &#039;L&#039;, 1128 =&gt; &#039;L&#039;, 1129 =&gt; &#039;L&#039;, 1130 =&gt; &#039;L&#039;, 1131 =&gt; &#039;L&#039;, 1132 =&gt; &#039;L&#039;, 1133 =&gt; &#039;L&#039;, 1134 =&gt; &#039;L&#039;, 1135 =&gt; &#039;L&#039;, 1136 =&gt; &#039;L&#039;, 1137 =&gt; &#039;L&#039;, 1138 =&gt; &#039;L&#039;, 1139 =&gt; &#039;L&#039;, 1140 =&gt; &#039;L&#039;, 1141 =&gt; &#039;L&#039;, 1142 =&gt; &#039;L&#039;, 1143 =&gt; &#039;L&#039;, 1144 =&gt; &#039;L&#039;, 1145 =&gt; &#039;L&#039;, 1146 =&gt; &#039;L&#039;, 1147 =&gt; &#039;L&#039;, 1148 =&gt; &#039;L&#039;, 1149 =&gt; &#039;L&#039;, 1150 =&gt; &#039;L&#039;, 1151 =&gt; &#039;L&#039;, 1152 =&gt; &#039;L&#039;, 1153 =&gt; &#039;L&#039;, 1154 =&gt; &#039;L&#039;, 1155 =&gt; &#039;NSM&#039;, 1156 =&gt; &#039;NSM&#039;, 1157 =&gt; &#039;NSM&#039;, 1158 =&gt; &#039;NSM&#039;, 1160 =&gt; &#039;NSM&#039;, 1161 =&gt; &#039;NSM&#039;, 1162 =&gt; &#039;L&#039;, 1163 =&gt; &#039;L&#039;, 1164 =&gt; &#039;L&#039;, 1165 =&gt; &#039;L&#039;, 1166 =&gt; &#039;L&#039;, 1167 =&gt; &#039;L&#039;, 1168 =&gt; &#039;L&#039;, 1169 =&gt; &#039;L&#039;, 1170 =&gt; &#039;L&#039;, 1171 =&gt; &#039;L&#039;, 1172 =&gt; &#039;L&#039;, 1173 =&gt; &#039;L&#039;, 1174 =&gt; &#039;L&#039;, 1175 =&gt; &#039;L&#039;, 1176 =&gt; &#039;L&#039;, 1177 =&gt; &#039;L&#039;, 1178 =&gt; &#039;L&#039;, 1179 =&gt; &#039;L&#039;, 1180 =&gt; &#039;L&#039;, 1181 =&gt; &#039;L&#039;, 1182 =&gt; &#039;L&#039;, 1183 =&gt; &#039;L&#039;, 1184 =&gt; &#039;L&#039;, 1185 =&gt; &#039;L&#039;, 1186 =&gt; &#039;L&#039;, 1187 =&gt; &#039;L&#039;, 1188 =&gt; &#039;L&#039;, 1189 =&gt; &#039;L&#039;, 1190 =&gt; &#039;L&#039;, 1191 =&gt; &#039;L&#039;, 1192 =&gt; &#039;L&#039;, 1193 =&gt; &#039;L&#039;, 1194 =&gt; &#039;L&#039;, 1195 =&gt; &#039;L&#039;, 1196 =&gt; &#039;L&#039;, 1197 =&gt; &#039;L&#039;, 1198 =&gt; &#039;L&#039;, 1199 =&gt; &#039;L&#039;, 1200 =&gt; &#039;L&#039;, 1201 =&gt; &#039;L&#039;, 1202 =&gt; &#039;L&#039;, 1203 =&gt; &#039;L&#039;, 1204 =&gt; &#039;L&#039;, 1205 =&gt; &#039;L&#039;, 1206 =&gt; &#039;L&#039;, 1207 =&gt; &#039;L&#039;, 1208 =&gt; &#039;L&#039;, 1209 =&gt; &#039;L&#039;, 1210 =&gt; &#039;L&#039;, 1211 =&gt; &#039;L&#039;, 1212 =&gt; &#039;L&#039;, 1213 =&gt; &#039;L&#039;, 1214 =&gt; &#039;L&#039;, 1215 =&gt; &#039;L&#039;, 1216 =&gt; &#039;L&#039;, 1217 =&gt; &#039;L&#039;, 1218 =&gt; &#039;L&#039;, 1219 =&gt; &#039;L&#039;, 1220 =&gt; &#039;L&#039;, 1221 =&gt; &#039;L&#039;, 1222 =&gt; &#039;L&#039;, 1223 =&gt; &#039;L&#039;, 1224 =&gt; &#039;L&#039;, 1225 =&gt; &#039;L&#039;, 1226 =&gt; &#039;L&#039;, 1227 =&gt; &#039;L&#039;, 1228 =&gt; &#039;L&#039;, 1229 =&gt; &#039;L&#039;, 1230 =&gt; &#039;L&#039;, 1231 =&gt; &#039;L&#039;, 1232 =&gt; &#039;L&#039;, 1233 =&gt; &#039;L&#039;, 1234 =&gt; &#039;L&#039;, 1235 =&gt; &#039;L&#039;, 1236 =&gt; &#039;L&#039;, 1237 =&gt; &#039;L&#039;, 1238 =&gt; &#039;L&#039;, 1239 =&gt; &#039;L&#039;, 1240 =&gt; &#039;L&#039;, 1241 =&gt; &#039;L&#039;, 1242 =&gt; &#039;L&#039;, 1243 =&gt; &#039;L&#039;, 1244 =&gt; &#039;L&#039;, 1245 =&gt; &#039;L&#039;, 1246 =&gt; &#039;L&#039;, 1247 =&gt; &#039;L&#039;, 1248 =&gt; &#039;L&#039;, 1249 =&gt; &#039;L&#039;, 1250 =&gt; &#039;L&#039;, 1251 =&gt; &#039;L&#039;, 1252 =&gt; &#039;L&#039;, 1253 =&gt; &#039;L&#039;, 1254 =&gt; &#039;L&#039;, 1255 =&gt; &#039;L&#039;, 1256 =&gt; &#039;L&#039;, 1257 =&gt; &#039;L&#039;, 1258 =&gt; &#039;L&#039;, 1259 =&gt; &#039;L&#039;, 1260 =&gt; &#039;L&#039;, 1261 =&gt; &#039;L&#039;, 1262 =&gt; &#039;L&#039;, 1263 =&gt; &#039;L&#039;, 1264 =&gt; &#039;L&#039;, 1265 =&gt; &#039;L&#039;, 1266 =&gt; &#039;L&#039;, 1267 =&gt; &#039;L&#039;, 1268 =&gt; &#039;L&#039;, 1269 =&gt; &#039;L&#039;, 1270 =&gt; &#039;L&#039;, 1271 =&gt; &#039;L&#039;, 1272 =&gt; &#039;L&#039;, 1273 =&gt; &#039;L&#039;, 1274 =&gt; &#039;L&#039;, 1275 =&gt; &#039;L&#039;, 1276 =&gt; &#039;L&#039;, 1277 =&gt; &#039;L&#039;, 1278 =&gt; &#039;L&#039;, 1279 =&gt; &#039;L&#039;, 1280 =&gt; &#039;L&#039;, 1281 =&gt; &#039;L&#039;, 1282 =&gt; &#039;L&#039;, 1283 =&gt; &#039;L&#039;, 1284 =&gt; &#039;L&#039;, 1285 =&gt; &#039;L&#039;, 1286 =&gt; &#039;L&#039;, 1287 =&gt; &#039;L&#039;, 1288 =&gt; &#039;L&#039;, 1289 =&gt; &#039;L&#039;, 1290 =&gt; &#039;L&#039;, 1291 =&gt; &#039;L&#039;, 1292 =&gt; &#039;L&#039;, 1293 =&gt; &#039;L&#039;, 1294 =&gt; &#039;L&#039;, 1295 =&gt; &#039;L&#039;, 1296 =&gt; &#039;L&#039;, 1297 =&gt; &#039;L&#039;, 1298 =&gt; &#039;L&#039;, 1299 =&gt; &#039;L&#039;, 1329 =&gt; &#039;L&#039;, 1330 =&gt; &#039;L&#039;, 1331 =&gt; &#039;L&#039;, 1332 =&gt; &#039;L&#039;, 1333 =&gt; &#039;L&#039;, 1334 =&gt; &#039;L&#039;, 1335 =&gt; &#039;L&#039;, 1336 =&gt; &#039;L&#039;, 1337 =&gt; &#039;L&#039;, 1338 =&gt; &#039;L&#039;, 1339 =&gt; &#039;L&#039;, 1340 =&gt; &#039;L&#039;, 1341 =&gt; &#039;L&#039;, 1342 =&gt; &#039;L&#039;, 1343 =&gt; &#039;L&#039;, 1344 =&gt; &#039;L&#039;, 1345 =&gt; &#039;L&#039;, 1346 =&gt; &#039;L&#039;, 1347 =&gt; &#039;L&#039;, 1348 =&gt; &#039;L&#039;, 1349 =&gt; &#039;L&#039;, 1350 =&gt; &#039;L&#039;, 1351 =&gt; &#039;L&#039;, 1352 =&gt; &#039;L&#039;, 1353 =&gt; &#039;L&#039;, 1354 =&gt; &#039;L&#039;, 1355 =&gt; &#039;L&#039;, 1356 =&gt; &#039;L&#039;, 1357 =&gt; &#039;L&#039;, 1358 =&gt; &#039;L&#039;, 1359 =&gt; &#039;L&#039;, 1360 =&gt; &#039;L&#039;, 1361 =&gt; &#039;L&#039;, 1362 =&gt; &#039;L&#039;, 1363 =&gt; &#039;L&#039;, 1364 =&gt; &#039;L&#039;, 1365 =&gt; &#039;L&#039;, 1366 =&gt; &#039;L&#039;, 1369 =&gt; &#039;L&#039;, 1370 =&gt; &#039;L&#039;, 1371 =&gt; &#039;L&#039;, 1372 =&gt; &#039;L&#039;, 1373 =&gt; &#039;L&#039;, 1374 =&gt; &#039;L&#039;, 1375 =&gt; &#039;L&#039;, 1377 =&gt; &#039;L&#039;, 1378 =&gt; &#039;L&#039;, 1379 =&gt; &#039;L&#039;, 1380 =&gt; &#039;L&#039;, 1381 =&gt; &#039;L&#039;, 1382 =&gt; &#039;L&#039;, 1383 =&gt; &#039;L&#039;, 1384 =&gt; &#039;L&#039;, 1385 =&gt; &#039;L&#039;, 1386 =&gt; &#039;L&#039;, 1387 =&gt; &#039;L&#039;, 1388 =&gt; &#039;L&#039;, 1389 =&gt; &#039;L&#039;, 1390 =&gt; &#039;L&#039;, 1391 =&gt; &#039;L&#039;, 1392 =&gt; &#039;L&#039;, 1393 =&gt; &#039;L&#039;, 1394 =&gt; &#039;L&#039;, 1395 =&gt; &#039;L&#039;, 1396 =&gt; &#039;L&#039;, 1397 =&gt; &#039;L&#039;, 1398 =&gt; &#039;L&#039;, 1399 =&gt; &#039;L&#039;, 1400 =&gt; &#039;L&#039;, 1401 =&gt; &#039;L&#039;, 1402 =&gt; &#039;L&#039;, 1403 =&gt; &#039;L&#039;, 1404 =&gt; &#039;L&#039;, 1405 =&gt; &#039;L&#039;, 1406 =&gt; &#039;L&#039;, 1407 =&gt; &#039;L&#039;, 1408 =&gt; &#039;L&#039;, 1409 =&gt; &#039;L&#039;, 1410 =&gt; &#039;L&#039;, 1411 =&gt; &#039;L&#039;, 1412 =&gt; &#039;L&#039;, 1413 =&gt; &#039;L&#039;, 1414 =&gt; &#039;L&#039;, 1415 =&gt; &#039;L&#039;, 1417 =&gt; &#039;L&#039;, 1418 =&gt; &#039;ON&#039;, 1425 =&gt; &#039;NSM&#039;, 1426 =&gt; &#039;NSM&#039;, 1427 =&gt; &#039;NSM&#039;, 1428 =&gt; &#039;NSM&#039;, 1429 =&gt; &#039;NSM&#039;, 1430 =&gt; &#039;NSM&#039;, 1431 =&gt; &#039;NSM&#039;, 1432 =&gt; &#039;NSM&#039;, 1433 =&gt; &#039;NSM&#039;, 1434 =&gt; &#039;NSM&#039;, 1435 =&gt; &#039;NSM&#039;, 1436 =&gt; &#039;NSM&#039;, 1437 =&gt; &#039;NSM&#039;, 1438 =&gt; &#039;NSM&#039;, 1439 =&gt; &#039;NSM&#039;, 1440 =&gt; &#039;NSM&#039;, 1441 =&gt; &#039;NSM&#039;, 1442 =&gt; &#039;NSM&#039;, 1443 =&gt; &#039;NSM&#039;, 1444 =&gt; &#039;NSM&#039;, 1445 =&gt; &#039;NSM&#039;, 1446 =&gt; &#039;NSM&#039;, 1447 =&gt; &#039;NSM&#039;, 1448 =&gt; &#039;NSM&#039;, 1449 =&gt; &#039;NSM&#039;, 1450 =&gt; &#039;NSM&#039;, 1451 =&gt; &#039;NSM&#039;, 1452 =&gt; &#039;NSM&#039;, 1453 =&gt; &#039;NSM&#039;, 1454 =&gt; &#039;NSM&#039;, 1455 =&gt; &#039;NSM&#039;, 1456 =&gt; &#039;NSM&#039;, 1457 =&gt; &#039;NSM&#039;, 1458 =&gt; &#039;NSM&#039;, 1459 =&gt; &#039;NSM&#039;, 1460 =&gt; &#039;NSM&#039;, 1461 =&gt; &#039;NSM&#039;, 1462 =&gt; &#039;NSM&#039;, 1463 =&gt; &#039;NSM&#039;, 1464 =&gt; &#039;NSM&#039;, 1465 =&gt; &#039;NSM&#039;, 1466 =&gt; &#039;NSM&#039;, 1467 =&gt; &#039;NSM&#039;, 1468 =&gt; &#039;NSM&#039;, 1469 =&gt; &#039;NSM&#039;, 1470 =&gt; &#039;R&#039;, 1471 =&gt; &#039;NSM&#039;, 1472 =&gt; &#039;R&#039;, 1473 =&gt; &#039;NSM&#039;, 1474 =&gt; &#039;NSM&#039;, 1475 =&gt; &#039;R&#039;, 1476 =&gt; &#039;NSM&#039;, 1477 =&gt; &#039;NSM&#039;, 1478 =&gt; &#039;R&#039;, 1479 =&gt; &#039;NSM&#039;, 1488 =&gt; &#039;R&#039;, 1489 =&gt; &#039;R&#039;, 1490 =&gt; &#039;R&#039;, 1491 =&gt; &#039;R&#039;, 1492 =&gt; &#039;R&#039;, 1493 =&gt; &#039;R&#039;, 1494 =&gt; &#039;R&#039;, 1495 =&gt; &#039;R&#039;, 1496 =&gt; &#039;R&#039;, 1497 =&gt; &#039;R&#039;, 1498 =&gt; &#039;R&#039;, 1499 =&gt; &#039;R&#039;, 1500 =&gt; &#039;R&#039;, 1501 =&gt; &#039;R&#039;, 1502 =&gt; &#039;R&#039;, 1503 =&gt; &#039;R&#039;, 1504 =&gt; &#039;R&#039;, 1505 =&gt; &#039;R&#039;, 1506 =&gt; &#039;R&#039;, 1507 =&gt; &#039;R&#039;, 1508 =&gt; &#039;R&#039;, 1509 =&gt; &#039;R&#039;, 1510 =&gt; &#039;R&#039;, 1511 =&gt; &#039;R&#039;, 1512 =&gt; &#039;R&#039;, 1513 =&gt; &#039;R&#039;, 1514 =&gt; &#039;R&#039;, 1520 =&gt; &#039;R&#039;, 1521 =&gt; &#039;R&#039;, 1522 =&gt; &#039;R&#039;, 1523 =&gt; &#039;R&#039;, 1524 =&gt; &#039;R&#039;, 1536 =&gt; &#039;AL&#039;, 1537 =&gt; &#039;AL&#039;, 1538 =&gt; &#039;AL&#039;, 1539 =&gt; &#039;AL&#039;, 1547 =&gt; &#039;AL&#039;, 1548 =&gt; &#039;CS&#039;, 1549 =&gt; &#039;AL&#039;, 1550 =&gt; &#039;ON&#039;, 1551 =&gt; &#039;ON&#039;, 1552 =&gt; &#039;NSM&#039;, 1553 =&gt; &#039;NSM&#039;, 1554 =&gt; &#039;NSM&#039;, 1555 =&gt; &#039;NSM&#039;, 1556 =&gt; &#039;NSM&#039;, 1557 =&gt; &#039;NSM&#039;, 1563 =&gt; &#039;AL&#039;, 1566 =&gt; &#039;AL&#039;, 1567 =&gt; &#039;AL&#039;, 1569 =&gt; &#039;AL&#039;, 1570 =&gt; &#039;AL&#039;, 1571 =&gt; &#039;AL&#039;, 1572 =&gt; &#039;AL&#039;, 1573 =&gt; &#039;AL&#039;, 1574 =&gt; &#039;AL&#039;, 1575 =&gt; &#039;AL&#039;, 1576 =&gt; &#039;AL&#039;, 1577 =&gt; &#039;AL&#039;, 1578 =&gt; &#039;AL&#039;, 1579 =&gt; &#039;AL&#039;, 1580 =&gt; &#039;AL&#039;, 1581 =&gt; &#039;AL&#039;, 1582 =&gt; &#039;AL&#039;, 1583 =&gt; &#039;AL&#039;, 1584 =&gt; &#039;AL&#039;, 1585 =&gt; &#039;AL&#039;, 1586 =&gt; &#039;AL&#039;, 1587 =&gt; &#039;AL&#039;, 1588 =&gt; &#039;AL&#039;, 1589 =&gt; &#039;AL&#039;, 1590 =&gt; &#039;AL&#039;, 1591 =&gt; &#039;AL&#039;, 1592 =&gt; &#039;AL&#039;, 1593 =&gt; &#039;AL&#039;, 1594 =&gt; &#039;AL&#039;, 1600 =&gt; &#039;AL&#039;, 1601 =&gt; &#039;AL&#039;, 1602 =&gt; &#039;AL&#039;, 1603 =&gt; &#039;AL&#039;, 1604 =&gt; &#039;AL&#039;, 1605 =&gt; &#039;AL&#039;, 1606 =&gt; &#039;AL&#039;, 1607 =&gt; &#039;AL&#039;, 1608 =&gt; &#039;AL&#039;, 1609 =&gt; &#039;AL&#039;, 1610 =&gt; &#039;AL&#039;, 1611 =&gt; &#039;NSM&#039;, 1612 =&gt; &#039;NSM&#039;, 1613 =&gt; &#039;NSM&#039;, 1614 =&gt; &#039;NSM&#039;, 1615 =&gt; &#039;NSM&#039;, 1616 =&gt; &#039;NSM&#039;, 1617 =&gt; &#039;NSM&#039;, 1618 =&gt; &#039;NSM&#039;, 1619 =&gt; &#039;NSM&#039;, 1620 =&gt; &#039;NSM&#039;, 1621 =&gt; &#039;NSM&#039;, 1622 =&gt; &#039;NSM&#039;, 1623 =&gt; &#039;NSM&#039;, 1624 =&gt; &#039;NSM&#039;, 1625 =&gt; &#039;NSM&#039;, 1626 =&gt; &#039;NSM&#039;, 1627 =&gt; &#039;NSM&#039;, 1628 =&gt; &#039;NSM&#039;, 1629 =&gt; &#039;NSM&#039;, 1630 =&gt; &#039;NSM&#039;, 1632 =&gt; &#039;AN&#039;, 1633 =&gt; &#039;AN&#039;, 1634 =&gt; &#039;AN&#039;, 1635 =&gt; &#039;AN&#039;, 1636 =&gt; &#039;AN&#039;, 1637 =&gt; &#039;AN&#039;, 1638 =&gt; &#039;AN&#039;, 1639 =&gt; &#039;AN&#039;, 1640 =&gt; &#039;AN&#039;, 1641 =&gt; &#039;AN&#039;, 1642 =&gt; &#039;ET&#039;, 1643 =&gt; &#039;AN&#039;, 1644 =&gt; &#039;AN&#039;, 1645 =&gt; &#039;AL&#039;, 1646 =&gt; &#039;AL&#039;, 1647 =&gt; &#039;AL&#039;, 1648 =&gt; &#039;NSM&#039;, 1649 =&gt; &#039;AL&#039;, 1650 =&gt; &#039;AL&#039;, 1651 =&gt; &#039;AL&#039;, 1652 =&gt; &#039;AL&#039;, 1653 =&gt; &#039;AL&#039;, 1654 =&gt; &#039;AL&#039;, 1655 =&gt; &#039;AL&#039;, 1656 =&gt; &#039;AL&#039;, 1657 =&gt; &#039;AL&#039;, 1658 =&gt; &#039;AL&#039;, 1659 =&gt; &#039;AL&#039;, 1660 =&gt; &#039;AL&#039;, 1661 =&gt; &#039;AL&#039;, 1662 =&gt; &#039;AL&#039;, 1663 =&gt; &#039;AL&#039;, 1664 =&gt; &#039;AL&#039;, 1665 =&gt; &#039;AL&#039;, 1666 =&gt; &#039;AL&#039;, 1667 =&gt; &#039;AL&#039;, 1668 =&gt; &#039;AL&#039;, 1669 =&gt; &#039;AL&#039;, 1670 =&gt; &#039;AL&#039;, 1671 =&gt; &#039;AL&#039;, 1672 =&gt; &#039;AL&#039;, 1673 =&gt; &#039;AL&#039;, 1674 =&gt; &#039;AL&#039;, 1675 =&gt; &#039;AL&#039;, 1676 =&gt; &#039;AL&#039;, 1677 =&gt; &#039;AL&#039;, 1678 =&gt; &#039;AL&#039;, 1679 =&gt; &#039;AL&#039;, 1680 =&gt; &#039;AL&#039;, 1681 =&gt; &#039;AL&#039;, 1682 =&gt; &#039;AL&#039;, 1683 =&gt; &#039;AL&#039;, 1684 =&gt; &#039;AL&#039;, 1685 =&gt; &#039;AL&#039;, 1686 =&gt; &#039;AL&#039;, 1687 =&gt; &#039;AL&#039;, 1688 =&gt; &#039;AL&#039;, 1689 =&gt; &#039;AL&#039;, 1690 =&gt; &#039;AL&#039;, 1691 =&gt; &#039;AL&#039;, 1692 =&gt; &#039;AL&#039;, 1693 =&gt; &#039;AL&#039;, 1694 =&gt; &#039;AL&#039;, 1695 =&gt; &#039;AL&#039;, 1696 =&gt; &#039;AL&#039;, 1697 =&gt; &#039;AL&#039;, 1698 =&gt; &#039;AL&#039;, 1699 =&gt; &#039;AL&#039;, 1700 =&gt; &#039;AL&#039;, 1701 =&gt; &#039;AL&#039;, 1702 =&gt; &#039;AL&#039;, 1703 =&gt; &#039;AL&#039;, 1704 =&gt; &#039;AL&#039;, 1705 =&gt; &#039;AL&#039;, 1706 =&gt; &#039;AL&#039;, 1707 =&gt; &#039;AL&#039;, 1708 =&gt; &#039;AL&#039;, 1709 =&gt; &#039;AL&#039;, 1710 =&gt; &#039;AL&#039;, 1711 =&gt; &#039;AL&#039;, 1712 =&gt; &#039;AL&#039;, 1713 =&gt; &#039;AL&#039;, 1714 =&gt; &#039;AL&#039;, 1715 =&gt; &#039;AL&#039;, 1716 =&gt; &#039;AL&#039;, 1717 =&gt; &#039;AL&#039;, 1718 =&gt; &#039;AL&#039;, 1719 =&gt; &#039;AL&#039;, 1720 =&gt; &#039;AL&#039;, 1721 =&gt; &#039;AL&#039;, 1722 =&gt; &#039;AL&#039;, 1723 =&gt; &#039;AL&#039;, 1724 =&gt; &#039;AL&#039;, 1725 =&gt; &#039;AL&#039;, 1726 =&gt; &#039;AL&#039;, 1727 =&gt; &#039;AL&#039;, 1728 =&gt; &#039;AL&#039;, 1729 =&gt; &#039;AL&#039;, 1730 =&gt; &#039;AL&#039;, 1731 =&gt; &#039;AL&#039;, 1732 =&gt; &#039;AL&#039;, 1733 =&gt; &#039;AL&#039;, 1734 =&gt; &#039;AL&#039;, 1735 =&gt; &#039;AL&#039;, 1736 =&gt; &#039;AL&#039;, 1737 =&gt; &#039;AL&#039;, 1738 =&gt; &#039;AL&#039;, 1739 =&gt; &#039;AL&#039;, 1740 =&gt; &#039;AL&#039;, 1741 =&gt; &#039;AL&#039;, 1742 =&gt; &#039;AL&#039;, 1743 =&gt; &#039;AL&#039;, 1744 =&gt; &#039;AL&#039;, 1745 =&gt; &#039;AL&#039;, 1746 =&gt; &#039;AL&#039;, 1747 =&gt; &#039;AL&#039;, 1748 =&gt; &#039;AL&#039;, 1749 =&gt; &#039;AL&#039;, 1750 =&gt; &#039;NSM&#039;, 1751 =&gt; &#039;NSM&#039;, 1752 =&gt; &#039;NSM&#039;, 1753 =&gt; &#039;NSM&#039;, 1754 =&gt; &#039;NSM&#039;, 1755 =&gt; &#039;NSM&#039;, 1756 =&gt; &#039;NSM&#039;, 1757 =&gt; &#039;AL&#039;, 1758 =&gt; &#039;NSM&#039;, 1759 =&gt; &#039;NSM&#039;, 1760 =&gt; &#039;NSM&#039;, 1761 =&gt; &#039;NSM&#039;, 1762 =&gt; &#039;NSM&#039;, 1763 =&gt; &#039;NSM&#039;, 1764 =&gt; &#039;NSM&#039;, 1765 =&gt; &#039;AL&#039;, 1766 =&gt; &#039;AL&#039;, 1767 =&gt; &#039;NSM&#039;, 1768 =&gt; &#039;NSM&#039;, 1769 =&gt; &#039;ON&#039;, 1770 =&gt; &#039;NSM&#039;, 1771 =&gt; &#039;NSM&#039;, 1772 =&gt; &#039;NSM&#039;, 1773 =&gt; &#039;NSM&#039;, 1774 =&gt; &#039;AL&#039;, 1775 =&gt; &#039;AL&#039;, 1776 =&gt; &#039;EN&#039;, 1777 =&gt; &#039;EN&#039;, 1778 =&gt; &#039;EN&#039;, 1779 =&gt; &#039;EN&#039;, 1780 =&gt; &#039;EN&#039;, 1781 =&gt; &#039;EN&#039;, 1782 =&gt; &#039;EN&#039;, 1783 =&gt; &#039;EN&#039;, 1784 =&gt; &#039;EN&#039;, 1785 =&gt; &#039;EN&#039;, 1786 =&gt; &#039;AL&#039;, 1787 =&gt; &#039;AL&#039;, 1788 =&gt; &#039;AL&#039;, 1789 =&gt; &#039;AL&#039;, 1790 =&gt; &#039;AL&#039;, 1791 =&gt; &#039;AL&#039;, 1792 =&gt; &#039;AL&#039;, 1793 =&gt; &#039;AL&#039;, 1794 =&gt; &#039;AL&#039;, 1795 =&gt; &#039;AL&#039;, 1796 =&gt; &#039;AL&#039;, 1797 =&gt; &#039;AL&#039;, 1798 =&gt; &#039;AL&#039;, 1799 =&gt; &#039;AL&#039;, 1800 =&gt; &#039;AL&#039;, 1801 =&gt; &#039;AL&#039;, 1802 =&gt; &#039;AL&#039;, 1803 =&gt; &#039;AL&#039;, 1804 =&gt; &#039;AL&#039;, 1805 =&gt; &#039;AL&#039;, 1807 =&gt; &#039;BN&#039;, 1808 =&gt; &#039;AL&#039;, 1809 =&gt; &#039;NSM&#039;, 1810 =&gt; &#039;AL&#039;, 1811 =&gt; &#039;AL&#039;, 1812 =&gt; &#039;AL&#039;, 1813 =&gt; &#039;AL&#039;, 1814 =&gt; &#039;AL&#039;, 1815 =&gt; &#039;AL&#039;, 1816 =&gt; &#039;AL&#039;, 1817 =&gt; &#039;AL&#039;, 1818 =&gt; &#039;AL&#039;, 1819 =&gt; &#039;AL&#039;, 1820 =&gt; &#039;AL&#039;, 1821 =&gt; &#039;AL&#039;, 1822 =&gt; &#039;AL&#039;, 1823 =&gt; &#039;AL&#039;, 1824 =&gt; &#039;AL&#039;, 1825 =&gt; &#039;AL&#039;, 1826 =&gt; &#039;AL&#039;, 1827 =&gt; &#039;AL&#039;, 1828 =&gt; &#039;AL&#039;, 1829 =&gt; &#039;AL&#039;, 1830 =&gt; &#039;AL&#039;, 1831 =&gt; &#039;AL&#039;, 1832 =&gt; &#039;AL&#039;, 1833 =&gt; &#039;AL&#039;, 1834 =&gt; &#039;AL&#039;, 1835 =&gt; &#039;AL&#039;, 1836 =&gt; &#039;AL&#039;, 1837 =&gt; &#039;AL&#039;, 1838 =&gt; &#039;AL&#039;, 1839 =&gt; &#039;AL&#039;, 1840 =&gt; &#039;NSM&#039;, 1841 =&gt; &#039;NSM&#039;, 1842 =&gt; &#039;NSM&#039;, 1843 =&gt; &#039;NSM&#039;, 1844 =&gt; &#039;NSM&#039;, 1845 =&gt; &#039;NSM&#039;, 1846 =&gt; &#039;NSM&#039;, 1847 =&gt; &#039;NSM&#039;, 1848 =&gt; &#039;NSM&#039;, 1849 =&gt; &#039;NSM&#039;, 1850 =&gt; &#039;NSM&#039;, 1851 =&gt; &#039;NSM&#039;, 1852 =&gt; &#039;NSM&#039;, 1853 =&gt; &#039;NSM&#039;, 1854 =&gt; &#039;NSM&#039;, 1855 =&gt; &#039;NSM&#039;, 1856 =&gt; &#039;NSM&#039;, 1857 =&gt; &#039;NSM&#039;, 1858 =&gt; &#039;NSM&#039;, 1859 =&gt; &#039;NSM&#039;, 1860 =&gt; &#039;NSM&#039;, 1861 =&gt; &#039;NSM&#039;, 1862 =&gt; &#039;NSM&#039;, 1863 =&gt; &#039;NSM&#039;, 1864 =&gt; &#039;NSM&#039;, 1865 =&gt; &#039;NSM&#039;, 1866 =&gt; &#039;NSM&#039;, 1869 =&gt; &#039;AL&#039;, 1870 =&gt; &#039;AL&#039;, 1871 =&gt; &#039;AL&#039;, 1872 =&gt; &#039;AL&#039;, 1873 =&gt; &#039;AL&#039;, 1874 =&gt; &#039;AL&#039;, 1875 =&gt; &#039;AL&#039;, 1876 =&gt; &#039;AL&#039;, 1877 =&gt; &#039;AL&#039;, 1878 =&gt; &#039;AL&#039;, 1879 =&gt; &#039;AL&#039;, 1880 =&gt; &#039;AL&#039;, 1881 =&gt; &#039;AL&#039;, 1882 =&gt; &#039;AL&#039;, 1883 =&gt; &#039;AL&#039;, 1884 =&gt; &#039;AL&#039;, 1885 =&gt; &#039;AL&#039;, 1886 =&gt; &#039;AL&#039;, 1887 =&gt; &#039;AL&#039;, 1888 =&gt; &#039;AL&#039;, 1889 =&gt; &#039;AL&#039;, 1890 =&gt; &#039;AL&#039;, 1891 =&gt; &#039;AL&#039;, 1892 =&gt; &#039;AL&#039;, 1893 =&gt; &#039;AL&#039;, 1894 =&gt; &#039;AL&#039;, 1895 =&gt; &#039;AL&#039;, 1896 =&gt; &#039;AL&#039;, 1897 =&gt; &#039;AL&#039;, 1898 =&gt; &#039;AL&#039;, 1899 =&gt; &#039;AL&#039;, 1900 =&gt; &#039;AL&#039;, 1901 =&gt; &#039;AL&#039;, 1920 =&gt; &#039;AL&#039;, 1921 =&gt; &#039;AL&#039;, 1922 =&gt; &#039;AL&#039;, 1923 =&gt; &#039;AL&#039;, 1924 =&gt; &#039;AL&#039;, 1925 =&gt; &#039;AL&#039;, 1926 =&gt; &#039;AL&#039;, 1927 =&gt; &#039;AL&#039;, 1928 =&gt; &#039;AL&#039;, 1929 =&gt; &#039;AL&#039;, 1930 =&gt; &#039;AL&#039;, 1931 =&gt; &#039;AL&#039;, 1932 =&gt; &#039;AL&#039;, 1933 =&gt; &#039;AL&#039;, 1934 =&gt; &#039;AL&#039;, 1935 =&gt; &#039;AL&#039;, 1936 =&gt; &#039;AL&#039;, 1937 =&gt; &#039;AL&#039;, 1938 =&gt; &#039;AL&#039;, 1939 =&gt; &#039;AL&#039;, 1940 =&gt; &#039;AL&#039;, 1941 =&gt; &#039;AL&#039;, 1942 =&gt; &#039;AL&#039;, 1943 =&gt; &#039;AL&#039;, 1944 =&gt; &#039;AL&#039;, 1945 =&gt; &#039;AL&#039;, 1946 =&gt; &#039;AL&#039;, 1947 =&gt; &#039;AL&#039;, 1948 =&gt; &#039;AL&#039;, 1949 =&gt; &#039;AL&#039;, 1950 =&gt; &#039;AL&#039;, 1951 =&gt; &#039;AL&#039;, 1952 =&gt; &#039;AL&#039;, 1953 =&gt; &#039;AL&#039;, 1954 =&gt; &#039;AL&#039;, 1955 =&gt; &#039;AL&#039;, 1956 =&gt; &#039;AL&#039;, 1957 =&gt; &#039;AL&#039;, 1958 =&gt; &#039;NSM&#039;, 1959 =&gt; &#039;NSM&#039;, 1960 =&gt; &#039;NSM&#039;, 1961 =&gt; &#039;NSM&#039;, 1962 =&gt; &#039;NSM&#039;, 1963 =&gt; &#039;NSM&#039;, 1964 =&gt; &#039;NSM&#039;, 1965 =&gt; &#039;NSM&#039;, 1966 =&gt; &#039;NSM&#039;, 1967 =&gt; &#039;NSM&#039;, 1968 =&gt; &#039;NSM&#039;, 1969 =&gt; &#039;AL&#039;, 1984 =&gt; &#039;R&#039;, 1985 =&gt; &#039;R&#039;, 1986 =&gt; &#039;R&#039;, 1987 =&gt; &#039;R&#039;, 1988 =&gt; &#039;R&#039;, 1989 =&gt; &#039;R&#039;, 1990 =&gt; &#039;R&#039;, 1991 =&gt; &#039;R&#039;, 1992 =&gt; &#039;R&#039;, 1993 =&gt; &#039;R&#039;, 1994 =&gt; &#039;R&#039;, 1995 =&gt; &#039;R&#039;, 1996 =&gt; &#039;R&#039;, 1997 =&gt; &#039;R&#039;, 1998 =&gt; &#039;R&#039;, 1999 =&gt; &#039;R&#039;, 2000 =&gt; &#039;R&#039;, 2001 =&gt; &#039;R&#039;, 2002 =&gt; &#039;R&#039;, 2003 =&gt; &#039;R&#039;, 2004 =&gt; &#039;R&#039;, 2005 =&gt; &#039;R&#039;, 2006 =&gt; &#039;R&#039;, 2007 =&gt; &#039;R&#039;, 2008 =&gt; &#039;R&#039;, 2009 =&gt; &#039;R&#039;, 2010 =&gt; &#039;R&#039;, 2011 =&gt; &#039;R&#039;, 2012 =&gt; &#039;R&#039;, 2013 =&gt; &#039;R&#039;, 2014 =&gt; &#039;R&#039;, 2015 =&gt; &#039;R&#039;, 2016 =&gt; &#039;R&#039;, 2017 =&gt; &#039;R&#039;, 2018 =&gt; &#039;R&#039;, 2019 =&gt; &#039;R&#039;, 2020 =&gt; &#039;R&#039;, 2021 =&gt; &#039;R&#039;, 2022 =&gt; &#039;R&#039;, 2023 =&gt; &#039;R&#039;, 2024 =&gt; &#039;R&#039;, 2025 =&gt; &#039;R&#039;, 2026 =&gt; &#039;R&#039;, 2027 =&gt; &#039;NSM&#039;, 2028 =&gt; &#039;NSM&#039;, 2029 =&gt; &#039;NSM&#039;, 2030 =&gt; &#039;NSM&#039;, 2031 =&gt; &#039;NSM&#039;, 2032 =&gt; &#039;NSM&#039;, 2033 =&gt; &#039;NSM&#039;, 2034 =&gt; &#039;NSM&#039;, 2035 =&gt; &#039;NSM&#039;, 2036 =&gt; &#039;R&#039;, 2037 =&gt; &#039;R&#039;, 2038 =&gt; &#039;ON&#039;, 2039 =&gt; &#039;ON&#039;, 2040 =&gt; &#039;ON&#039;, 2041 =&gt; &#039;ON&#039;, 2042 =&gt; &#039;R&#039;, 2305 =&gt; &#039;NSM&#039;, 2306 =&gt; &#039;NSM&#039;, 2307 =&gt; &#039;L&#039;, 2308 =&gt; &#039;L&#039;, 2309 =&gt; &#039;L&#039;, 2310 =&gt; &#039;L&#039;, 2311 =&gt; &#039;L&#039;, 2312 =&gt; &#039;L&#039;, 2313 =&gt; &#039;L&#039;, 2314 =&gt; &#039;L&#039;, 2315 =&gt; &#039;L&#039;, 2316 =&gt; &#039;L&#039;, 2317 =&gt; &#039;L&#039;, 2318 =&gt; &#039;L&#039;, 2319 =&gt; &#039;L&#039;, 2320 =&gt; &#039;L&#039;, 2321 =&gt; &#039;L&#039;, 2322 =&gt; &#039;L&#039;, 2323 =&gt; &#039;L&#039;, 2324 =&gt; &#039;L&#039;, 2325 =&gt; &#039;L&#039;, 2326 =&gt; &#039;L&#039;, 2327 =&gt; &#039;L&#039;, 2328 =&gt; &#039;L&#039;, 2329 =&gt; &#039;L&#039;, 2330 =&gt; &#039;L&#039;, 2331 =&gt; &#039;L&#039;, 2332 =&gt; &#039;L&#039;, 2333 =&gt; &#039;L&#039;, 2334 =&gt; &#039;L&#039;, 2335 =&gt; &#039;L&#039;, 2336 =&gt; &#039;L&#039;, 2337 =&gt; &#039;L&#039;, 2338 =&gt; &#039;L&#039;, 2339 =&gt; &#039;L&#039;, 2340 =&gt; &#039;L&#039;, 2341 =&gt; &#039;L&#039;, 2342 =&gt; &#039;L&#039;, 2343 =&gt; &#039;L&#039;, 2344 =&gt; &#039;L&#039;, 2345 =&gt; &#039;L&#039;, 2346 =&gt; &#039;L&#039;, 2347 =&gt; &#039;L&#039;, 2348 =&gt; &#039;L&#039;, 2349 =&gt; &#039;L&#039;, 2350 =&gt; &#039;L&#039;, 2351 =&gt; &#039;L&#039;, 2352 =&gt; &#039;L&#039;, 2353 =&gt; &#039;L&#039;, 2354 =&gt; &#039;L&#039;, 2355 =&gt; &#039;L&#039;, 2356 =&gt; &#039;L&#039;, 2357 =&gt; &#039;L&#039;, 2358 =&gt; &#039;L&#039;, 2359 =&gt; &#039;L&#039;, 2360 =&gt; &#039;L&#039;, 2361 =&gt; &#039;L&#039;, 2364 =&gt; &#039;NSM&#039;, 2365 =&gt; &#039;L&#039;, 2366 =&gt; &#039;L&#039;, 2367 =&gt; &#039;L&#039;, 2368 =&gt; &#039;L&#039;, 2369 =&gt; &#039;NSM&#039;, 2370 =&gt; &#039;NSM&#039;, 2371 =&gt; &#039;NSM&#039;, 2372 =&gt; &#039;NSM&#039;, 2373 =&gt; &#039;NSM&#039;, 2374 =&gt; &#039;NSM&#039;, 2375 =&gt; &#039;NSM&#039;, 2376 =&gt; &#039;NSM&#039;, 2377 =&gt; &#039;L&#039;, 2378 =&gt; &#039;L&#039;, 2379 =&gt; &#039;L&#039;, 2380 =&gt; &#039;L&#039;, 2381 =&gt; &#039;NSM&#039;, 2384 =&gt; &#039;L&#039;, 2385 =&gt; &#039;NSM&#039;, 2386 =&gt; &#039;NSM&#039;, 2387 =&gt; &#039;NSM&#039;, 2388 =&gt; &#039;NSM&#039;, 2392 =&gt; &#039;L&#039;, 2393 =&gt; &#039;L&#039;, 2394 =&gt; &#039;L&#039;, 2395 =&gt; &#039;L&#039;, 2396 =&gt; &#039;L&#039;, 2397 =&gt; &#039;L&#039;, 2398 =&gt; &#039;L&#039;, 2399 =&gt; &#039;L&#039;, 2400 =&gt; &#039;L&#039;, 2401 =&gt; &#039;L&#039;, 2402 =&gt; &#039;NSM&#039;, 2403 =&gt; &#039;NSM&#039;, 2404 =&gt; &#039;L&#039;, 2405 =&gt; &#039;L&#039;, 2406 =&gt; &#039;L&#039;, 2407 =&gt; &#039;L&#039;, 2408 =&gt; &#039;L&#039;, 2409 =&gt; &#039;L&#039;, 2410 =&gt; &#039;L&#039;, 2411 =&gt; &#039;L&#039;, 2412 =&gt; &#039;L&#039;, 2413 =&gt; &#039;L&#039;, 2414 =&gt; &#039;L&#039;, 2415 =&gt; &#039;L&#039;, 2416 =&gt; &#039;L&#039;, 2427 =&gt; &#039;L&#039;, 2428 =&gt; &#039;L&#039;, 2429 =&gt; &#039;L&#039;, 2430 =&gt; &#039;L&#039;, 2431 =&gt; &#039;L&#039;, 2433 =&gt; &#039;NSM&#039;, 2434 =&gt; &#039;L&#039;, 2435 =&gt; &#039;L&#039;, 2437 =&gt; &#039;L&#039;, 2438 =&gt; &#039;L&#039;, 2439 =&gt; &#039;L&#039;, 2440 =&gt; &#039;L&#039;, 2441 =&gt; &#039;L&#039;, 2442 =&gt; &#039;L&#039;, 2443 =&gt; &#039;L&#039;, 2444 =&gt; &#039;L&#039;, 2447 =&gt; &#039;L&#039;, 2448 =&gt; &#039;L&#039;, 2451 =&gt; &#039;L&#039;, 2452 =&gt; &#039;L&#039;, 2453 =&gt; &#039;L&#039;, 2454 =&gt; &#039;L&#039;, 2455 =&gt; &#039;L&#039;, 2456 =&gt; &#039;L&#039;, 2457 =&gt; &#039;L&#039;, 2458 =&gt; &#039;L&#039;, 2459 =&gt; &#039;L&#039;, 2460 =&gt; &#039;L&#039;, 2461 =&gt; &#039;L&#039;, 2462 =&gt; &#039;L&#039;, 2463 =&gt; &#039;L&#039;, 2464 =&gt; &#039;L&#039;, 2465 =&gt; &#039;L&#039;, 2466 =&gt; &#039;L&#039;, 2467 =&gt; &#039;L&#039;, 2468 =&gt; &#039;L&#039;, 2469 =&gt; &#039;L&#039;, 2470 =&gt; &#039;L&#039;, 2471 =&gt; &#039;L&#039;, 2472 =&gt; &#039;L&#039;, 2474 =&gt; &#039;L&#039;, 2475 =&gt; &#039;L&#039;, 2476 =&gt; &#039;L&#039;, 2477 =&gt; &#039;L&#039;, 2478 =&gt; &#039;L&#039;, 2479 =&gt; &#039;L&#039;, 2480 =&gt; &#039;L&#039;, 2482 =&gt; &#039;L&#039;, 2486 =&gt; &#039;L&#039;, 2487 =&gt; &#039;L&#039;, 2488 =&gt; &#039;L&#039;, 2489 =&gt; &#039;L&#039;, 2492 =&gt; &#039;NSM&#039;, 2493 =&gt; &#039;L&#039;, 2494 =&gt; &#039;L&#039;, 2495 =&gt; &#039;L&#039;, 2496 =&gt; &#039;L&#039;, 2497 =&gt; &#039;NSM&#039;, 2498 =&gt; &#039;NSM&#039;, 2499 =&gt; &#039;NSM&#039;, 2500 =&gt; &#039;NSM&#039;, 2503 =&gt; &#039;L&#039;, 2504 =&gt; &#039;L&#039;, 2507 =&gt; &#039;L&#039;, 2508 =&gt; &#039;L&#039;, 2509 =&gt; &#039;NSM&#039;, 2510 =&gt; &#039;L&#039;, 2519 =&gt; &#039;L&#039;, 2524 =&gt; &#039;L&#039;, 2525 =&gt; &#039;L&#039;, 2527 =&gt; &#039;L&#039;, 2528 =&gt; &#039;L&#039;, 2529 =&gt; &#039;L&#039;, 2530 =&gt; &#039;NSM&#039;, 2531 =&gt; &#039;NSM&#039;, 2534 =&gt; &#039;L&#039;, 2535 =&gt; &#039;L&#039;, 2536 =&gt; &#039;L&#039;, 2537 =&gt; &#039;L&#039;, 2538 =&gt; &#039;L&#039;, 2539 =&gt; &#039;L&#039;, 2540 =&gt; &#039;L&#039;, 2541 =&gt; &#039;L&#039;, 2542 =&gt; &#039;L&#039;, 2543 =&gt; &#039;L&#039;, 2544 =&gt; &#039;L&#039;, 2545 =&gt; &#039;L&#039;, 2546 =&gt; &#039;ET&#039;, 2547 =&gt; &#039;ET&#039;, 2548 =&gt; &#039;L&#039;, 2549 =&gt; &#039;L&#039;, 2550 =&gt; &#039;L&#039;, 2551 =&gt; &#039;L&#039;, 2552 =&gt; &#039;L&#039;, 2553 =&gt; &#039;L&#039;, 2554 =&gt; &#039;L&#039;, 2561 =&gt; &#039;NSM&#039;, 2562 =&gt; &#039;NSM&#039;, 2563 =&gt; &#039;L&#039;, 2565 =&gt; &#039;L&#039;, 2566 =&gt; &#039;L&#039;, 2567 =&gt; &#039;L&#039;, 2568 =&gt; &#039;L&#039;, 2569 =&gt; &#039;L&#039;, 2570 =&gt; &#039;L&#039;, 2575 =&gt; &#039;L&#039;, 2576 =&gt; &#039;L&#039;, 2579 =&gt; &#039;L&#039;, 2580 =&gt; &#039;L&#039;, 2581 =&gt; &#039;L&#039;, 2582 =&gt; &#039;L&#039;, 2583 =&gt; &#039;L&#039;, 2584 =&gt; &#039;L&#039;, 2585 =&gt; &#039;L&#039;, 2586 =&gt; &#039;L&#039;, 2587 =&gt; &#039;L&#039;, 2588 =&gt; &#039;L&#039;, 2589 =&gt; &#039;L&#039;, 2590 =&gt; &#039;L&#039;, 2591 =&gt; &#039;L&#039;, 2592 =&gt; &#039;L&#039;, 2593 =&gt; &#039;L&#039;, 2594 =&gt; &#039;L&#039;, 2595 =&gt; &#039;L&#039;, 2596 =&gt; &#039;L&#039;, 2597 =&gt; &#039;L&#039;, 2598 =&gt; &#039;L&#039;, 2599 =&gt; &#039;L&#039;, 2600 =&gt; &#039;L&#039;, 2602 =&gt; &#039;L&#039;, 2603 =&gt; &#039;L&#039;, 2604 =&gt; &#039;L&#039;, 2605 =&gt; &#039;L&#039;, 2606 =&gt; &#039;L&#039;, 2607 =&gt; &#039;L&#039;, 2608 =&gt; &#039;L&#039;, 2610 =&gt; &#039;L&#039;, 2611 =&gt; &#039;L&#039;, 2613 =&gt; &#039;L&#039;, 2614 =&gt; &#039;L&#039;, 2616 =&gt; &#039;L&#039;, 2617 =&gt; &#039;L&#039;, 2620 =&gt; &#039;NSM&#039;, 2622 =&gt; &#039;L&#039;, 2623 =&gt; &#039;L&#039;, 2624 =&gt; &#039;L&#039;, 2625 =&gt; &#039;NSM&#039;, 2626 =&gt; &#039;NSM&#039;, 2631 =&gt; &#039;NSM&#039;, 2632 =&gt; &#039;NSM&#039;, 2635 =&gt; &#039;NSM&#039;, 2636 =&gt; &#039;NSM&#039;, 2637 =&gt; &#039;NSM&#039;, 2649 =&gt; &#039;L&#039;, 2650 =&gt; &#039;L&#039;, 2651 =&gt; &#039;L&#039;, 2652 =&gt; &#039;L&#039;, 2654 =&gt; &#039;L&#039;, 2662 =&gt; &#039;L&#039;, 2663 =&gt; &#039;L&#039;, 2664 =&gt; &#039;L&#039;, 2665 =&gt; &#039;L&#039;, 2666 =&gt; &#039;L&#039;, 2667 =&gt; &#039;L&#039;, 2668 =&gt; &#039;L&#039;, 2669 =&gt; &#039;L&#039;, 2670 =&gt; &#039;L&#039;, 2671 =&gt; &#039;L&#039;, 2672 =&gt; &#039;NSM&#039;, 2673 =&gt; &#039;NSM&#039;, 2674 =&gt; &#039;L&#039;, 2675 =&gt; &#039;L&#039;, 2676 =&gt; &#039;L&#039;, 2689 =&gt; &#039;NSM&#039;, 2690 =&gt; &#039;NSM&#039;, 2691 =&gt; &#039;L&#039;, 2693 =&gt; &#039;L&#039;, 2694 =&gt; &#039;L&#039;, 2695 =&gt; &#039;L&#039;, 2696 =&gt; &#039;L&#039;, 2697 =&gt; &#039;L&#039;, 2698 =&gt; &#039;L&#039;, 2699 =&gt; &#039;L&#039;, 2700 =&gt; &#039;L&#039;, 2701 =&gt; &#039;L&#039;, 2703 =&gt; &#039;L&#039;, 2704 =&gt; &#039;L&#039;, 2705 =&gt; &#039;L&#039;, 2707 =&gt; &#039;L&#039;, 2708 =&gt; &#039;L&#039;, 2709 =&gt; &#039;L&#039;, 2710 =&gt; &#039;L&#039;, 2711 =&gt; &#039;L&#039;, 2712 =&gt; &#039;L&#039;, 2713 =&gt; &#039;L&#039;, 2714 =&gt; &#039;L&#039;, 2715 =&gt; &#039;L&#039;, 2716 =&gt; &#039;L&#039;, 2717 =&gt; &#039;L&#039;, 2718 =&gt; &#039;L&#039;, 2719 =&gt; &#039;L&#039;, 2720 =&gt; &#039;L&#039;, 2721 =&gt; &#039;L&#039;, 2722 =&gt; &#039;L&#039;, 2723 =&gt; &#039;L&#039;, 2724 =&gt; &#039;L&#039;, 2725 =&gt; &#039;L&#039;, 2726 =&gt; &#039;L&#039;, 2727 =&gt; &#039;L&#039;, 2728 =&gt; &#039;L&#039;, 2730 =&gt; &#039;L&#039;, 2731 =&gt; &#039;L&#039;, 2732 =&gt; &#039;L&#039;, 2733 =&gt; &#039;L&#039;, 2734 =&gt; &#039;L&#039;, 2735 =&gt; &#039;L&#039;, 2736 =&gt; &#039;L&#039;, 2738 =&gt; &#039;L&#039;, 2739 =&gt; &#039;L&#039;, 2741 =&gt; &#039;L&#039;, 2742 =&gt; &#039;L&#039;, 2743 =&gt; &#039;L&#039;, 2744 =&gt; &#039;L&#039;, 2745 =&gt; &#039;L&#039;, 2748 =&gt; &#039;NSM&#039;, 2749 =&gt; &#039;L&#039;, 2750 =&gt; &#039;L&#039;, 2751 =&gt; &#039;L&#039;, 2752 =&gt; &#039;L&#039;, 2753 =&gt; &#039;NSM&#039;, 2754 =&gt; &#039;NSM&#039;, 2755 =&gt; &#039;NSM&#039;, 2756 =&gt; &#039;NSM&#039;, 2757 =&gt; &#039;NSM&#039;, 2759 =&gt; &#039;NSM&#039;, 2760 =&gt; &#039;NSM&#039;, 2761 =&gt; &#039;L&#039;, 2763 =&gt; &#039;L&#039;, 2764 =&gt; &#039;L&#039;, 2765 =&gt; &#039;NSM&#039;, 2768 =&gt; &#039;L&#039;, 2784 =&gt; &#039;L&#039;, 2785 =&gt; &#039;L&#039;, 2786 =&gt; &#039;NSM&#039;, 2787 =&gt; &#039;NSM&#039;, 2790 =&gt; &#039;L&#039;, 2791 =&gt; &#039;L&#039;, 2792 =&gt; &#039;L&#039;, 2793 =&gt; &#039;L&#039;, 2794 =&gt; &#039;L&#039;, 2795 =&gt; &#039;L&#039;, 2796 =&gt; &#039;L&#039;, 2797 =&gt; &#039;L&#039;, 2798 =&gt; &#039;L&#039;, 2799 =&gt; &#039;L&#039;, 2801 =&gt; &#039;ET&#039;, 2817 =&gt; &#039;NSM&#039;, 2818 =&gt; &#039;L&#039;, 2819 =&gt; &#039;L&#039;, 2821 =&gt; &#039;L&#039;, 2822 =&gt; &#039;L&#039;, 2823 =&gt; &#039;L&#039;, 2824 =&gt; &#039;L&#039;, 2825 =&gt; &#039;L&#039;, 2826 =&gt; &#039;L&#039;, 2827 =&gt; &#039;L&#039;, 2828 =&gt; &#039;L&#039;, 2831 =&gt; &#039;L&#039;, 2832 =&gt; &#039;L&#039;, 2835 =&gt; &#039;L&#039;, 2836 =&gt; &#039;L&#039;, 2837 =&gt; &#039;L&#039;, 2838 =&gt; &#039;L&#039;, 2839 =&gt; &#039;L&#039;, 2840 =&gt; &#039;L&#039;, 2841 =&gt; &#039;L&#039;, 2842 =&gt; &#039;L&#039;, 2843 =&gt; &#039;L&#039;, 2844 =&gt; &#039;L&#039;, 2845 =&gt; &#039;L&#039;, 2846 =&gt; &#039;L&#039;, 2847 =&gt; &#039;L&#039;, 2848 =&gt; &#039;L&#039;, 2849 =&gt; &#039;L&#039;, 2850 =&gt; &#039;L&#039;, 2851 =&gt; &#039;L&#039;, 2852 =&gt; &#039;L&#039;, 2853 =&gt; &#039;L&#039;, 2854 =&gt; &#039;L&#039;, 2855 =&gt; &#039;L&#039;, 2856 =&gt; &#039;L&#039;, 2858 =&gt; &#039;L&#039;, 2859 =&gt; &#039;L&#039;, 2860 =&gt; &#039;L&#039;, 2861 =&gt; &#039;L&#039;, 2862 =&gt; &#039;L&#039;, 2863 =&gt; &#039;L&#039;, 2864 =&gt; &#039;L&#039;, 2866 =&gt; &#039;L&#039;, 2867 =&gt; &#039;L&#039;, 2869 =&gt; &#039;L&#039;, 2870 =&gt; &#039;L&#039;, 2871 =&gt; &#039;L&#039;, 2872 =&gt; &#039;L&#039;, 2873 =&gt; &#039;L&#039;, 2876 =&gt; &#039;NSM&#039;, 2877 =&gt; &#039;L&#039;, 2878 =&gt; &#039;L&#039;, 2879 =&gt; &#039;NSM&#039;, 2880 =&gt; &#039;L&#039;, 2881 =&gt; &#039;NSM&#039;, 2882 =&gt; &#039;NSM&#039;, 2883 =&gt; &#039;NSM&#039;, 2887 =&gt; &#039;L&#039;, 2888 =&gt; &#039;L&#039;, 2891 =&gt; &#039;L&#039;, 2892 =&gt; &#039;L&#039;, 2893 =&gt; &#039;NSM&#039;, 2902 =&gt; &#039;NSM&#039;, 2903 =&gt; &#039;L&#039;, 2908 =&gt; &#039;L&#039;, 2909 =&gt; &#039;L&#039;, 2911 =&gt; &#039;L&#039;, 2912 =&gt; &#039;L&#039;, 2913 =&gt; &#039;L&#039;, 2918 =&gt; &#039;L&#039;, 2919 =&gt; &#039;L&#039;, 2920 =&gt; &#039;L&#039;, 2921 =&gt; &#039;L&#039;, 2922 =&gt; &#039;L&#039;, 2923 =&gt; &#039;L&#039;, 2924 =&gt; &#039;L&#039;, 2925 =&gt; &#039;L&#039;, 2926 =&gt; &#039;L&#039;, 2927 =&gt; &#039;L&#039;, 2928 =&gt; &#039;L&#039;, 2929 =&gt; &#039;L&#039;, 2946 =&gt; &#039;NSM&#039;, 2947 =&gt; &#039;L&#039;, 2949 =&gt; &#039;L&#039;, 2950 =&gt; &#039;L&#039;, 2951 =&gt; &#039;L&#039;, 2952 =&gt; &#039;L&#039;, 2953 =&gt; &#039;L&#039;, 2954 =&gt; &#039;L&#039;, 2958 =&gt; &#039;L&#039;, 2959 =&gt; &#039;L&#039;, 2960 =&gt; &#039;L&#039;, 2962 =&gt; &#039;L&#039;, 2963 =&gt; &#039;L&#039;, 2964 =&gt; &#039;L&#039;, 2965 =&gt; &#039;L&#039;, 2969 =&gt; &#039;L&#039;, 2970 =&gt; &#039;L&#039;, 2972 =&gt; &#039;L&#039;, 2974 =&gt; &#039;L&#039;, 2975 =&gt; &#039;L&#039;, 2979 =&gt; &#039;L&#039;, 2980 =&gt; &#039;L&#039;, 2984 =&gt; &#039;L&#039;, 2985 =&gt; &#039;L&#039;, 2986 =&gt; &#039;L&#039;, 2990 =&gt; &#039;L&#039;, 2991 =&gt; &#039;L&#039;, 2992 =&gt; &#039;L&#039;, 2993 =&gt; &#039;L&#039;, 2994 =&gt; &#039;L&#039;, 2995 =&gt; &#039;L&#039;, 2996 =&gt; &#039;L&#039;, 2997 =&gt; &#039;L&#039;, 2998 =&gt; &#039;L&#039;, 2999 =&gt; &#039;L&#039;, 3000 =&gt; &#039;L&#039;, 3001 =&gt; &#039;L&#039;, 3006 =&gt; &#039;L&#039;, 3007 =&gt; &#039;L&#039;, 3008 =&gt; &#039;NSM&#039;, 3009 =&gt; &#039;L&#039;, 3010 =&gt; &#039;L&#039;, 3014 =&gt; &#039;L&#039;, 3015 =&gt; &#039;L&#039;, 3016 =&gt; &#039;L&#039;, 3018 =&gt; &#039;L&#039;, 3019 =&gt; &#039;L&#039;, 3020 =&gt; &#039;L&#039;, 3021 =&gt; &#039;NSM&#039;, 3031 =&gt; &#039;L&#039;, 3046 =&gt; &#039;L&#039;, 3047 =&gt; &#039;L&#039;, 3048 =&gt; &#039;L&#039;, 3049 =&gt; &#039;L&#039;, 3050 =&gt; &#039;L&#039;, 3051 =&gt; &#039;L&#039;, 3052 =&gt; &#039;L&#039;, 3053 =&gt; &#039;L&#039;, 3054 =&gt; &#039;L&#039;, 3055 =&gt; &#039;L&#039;, 3056 =&gt; &#039;L&#039;, 3057 =&gt; &#039;L&#039;, 3058 =&gt; &#039;L&#039;, 3059 =&gt; &#039;ON&#039;, 3060 =&gt; &#039;ON&#039;, 3061 =&gt; &#039;ON&#039;, 3062 =&gt; &#039;ON&#039;, 3063 =&gt; &#039;ON&#039;, 3064 =&gt; &#039;ON&#039;, 3065 =&gt; &#039;ET&#039;, 3066 =&gt; &#039;ON&#039;, 3073 =&gt; &#039;L&#039;, 3074 =&gt; &#039;L&#039;, 3075 =&gt; &#039;L&#039;, 3077 =&gt; &#039;L&#039;, 3078 =&gt; &#039;L&#039;, 3079 =&gt; &#039;L&#039;, 3080 =&gt; &#039;L&#039;, 3081 =&gt; &#039;L&#039;, 3082 =&gt; &#039;L&#039;, 3083 =&gt; &#039;L&#039;, 3084 =&gt; &#039;L&#039;, 3086 =&gt; &#039;L&#039;, 3087 =&gt; &#039;L&#039;, 3088 =&gt; &#039;L&#039;, 3090 =&gt; &#039;L&#039;, 3091 =&gt; &#039;L&#039;, 3092 =&gt; &#039;L&#039;, 3093 =&gt; &#039;L&#039;, 3094 =&gt; &#039;L&#039;, 3095 =&gt; &#039;L&#039;, 3096 =&gt; &#039;L&#039;, 3097 =&gt; &#039;L&#039;, 3098 =&gt; &#039;L&#039;, 3099 =&gt; &#039;L&#039;, 3100 =&gt; &#039;L&#039;, 3101 =&gt; &#039;L&#039;, 3102 =&gt; &#039;L&#039;, 3103 =&gt; &#039;L&#039;, 3104 =&gt; &#039;L&#039;, 3105 =&gt; &#039;L&#039;, 3106 =&gt; &#039;L&#039;, 3107 =&gt; &#039;L&#039;, 3108 =&gt; &#039;L&#039;, 3109 =&gt; &#039;L&#039;, 3110 =&gt; &#039;L&#039;, 3111 =&gt; &#039;L&#039;, 3112 =&gt; &#039;L&#039;, 3114 =&gt; &#039;L&#039;, 3115 =&gt; &#039;L&#039;, 3116 =&gt; &#039;L&#039;, 3117 =&gt; &#039;L&#039;, 3118 =&gt; &#039;L&#039;, 3119 =&gt; &#039;L&#039;, 3120 =&gt; &#039;L&#039;, 3121 =&gt; &#039;L&#039;, 3122 =&gt; &#039;L&#039;, 3123 =&gt; &#039;L&#039;, 3125 =&gt; &#039;L&#039;, 3126 =&gt; &#039;L&#039;, 3127 =&gt; &#039;L&#039;, 3128 =&gt; &#039;L&#039;, 3129 =&gt; &#039;L&#039;, 3134 =&gt; &#039;NSM&#039;, 3135 =&gt; &#039;NSM&#039;, 3136 =&gt; &#039;NSM&#039;, 3137 =&gt; &#039;L&#039;, 3138 =&gt; &#039;L&#039;, 3139 =&gt; &#039;L&#039;, 3140 =&gt; &#039;L&#039;, 3142 =&gt; &#039;NSM&#039;, 3143 =&gt; &#039;NSM&#039;, 3144 =&gt; &#039;NSM&#039;, 3146 =&gt; &#039;NSM&#039;, 3147 =&gt; &#039;NSM&#039;, 3148 =&gt; &#039;NSM&#039;, 3149 =&gt; &#039;NSM&#039;, 3157 =&gt; &#039;NSM&#039;, 3158 =&gt; &#039;NSM&#039;, 3168 =&gt; &#039;L&#039;, 3169 =&gt; &#039;L&#039;, 3174 =&gt; &#039;L&#039;, 3175 =&gt; &#039;L&#039;, 3176 =&gt; &#039;L&#039;, 3177 =&gt; &#039;L&#039;, 3178 =&gt; &#039;L&#039;, 3179 =&gt; &#039;L&#039;, 3180 =&gt; &#039;L&#039;, 3181 =&gt; &#039;L&#039;, 3182 =&gt; &#039;L&#039;, 3183 =&gt; &#039;L&#039;, 3202 =&gt; &#039;L&#039;, 3203 =&gt; &#039;L&#039;, 3205 =&gt; &#039;L&#039;, 3206 =&gt; &#039;L&#039;, 3207 =&gt; &#039;L&#039;, 3208 =&gt; &#039;L&#039;, 3209 =&gt; &#039;L&#039;, 3210 =&gt; &#039;L&#039;, 3211 =&gt; &#039;L&#039;, 3212 =&gt; &#039;L&#039;, 3214 =&gt; &#039;L&#039;, 3215 =&gt; &#039;L&#039;, 3216 =&gt; &#039;L&#039;, 3218 =&gt; &#039;L&#039;, 3219 =&gt; &#039;L&#039;, 3220 =&gt; &#039;L&#039;, 3221 =&gt; &#039;L&#039;, 3222 =&gt; &#039;L&#039;, 3223 =&gt; &#039;L&#039;, 3224 =&gt; &#039;L&#039;, 3225 =&gt; &#039;L&#039;, 3226 =&gt; &#039;L&#039;, 3227 =&gt; &#039;L&#039;, 3228 =&gt; &#039;L&#039;, 3229 =&gt; &#039;L&#039;, 3230 =&gt; &#039;L&#039;, 3231 =&gt; &#039;L&#039;, 3232 =&gt; &#039;L&#039;, 3233 =&gt; &#039;L&#039;, 3234 =&gt; &#039;L&#039;, 3235 =&gt; &#039;L&#039;, 3236 =&gt; &#039;L&#039;, 3237 =&gt; &#039;L&#039;, 3238 =&gt; &#039;L&#039;, 3239 =&gt; &#039;L&#039;, 3240 =&gt; &#039;L&#039;, 3242 =&gt; &#039;L&#039;, 3243 =&gt; &#039;L&#039;, 3244 =&gt; &#039;L&#039;, 3245 =&gt; &#039;L&#039;, 3246 =&gt; &#039;L&#039;, 3247 =&gt; &#039;L&#039;, 3248 =&gt; &#039;L&#039;, 3249 =&gt; &#039;L&#039;, 3250 =&gt; &#039;L&#039;, 3251 =&gt; &#039;L&#039;, 3253 =&gt; &#039;L&#039;, 3254 =&gt; &#039;L&#039;, 3255 =&gt; &#039;L&#039;, 3256 =&gt; &#039;L&#039;, 3257 =&gt; &#039;L&#039;, 3260 =&gt; &#039;NSM&#039;, 3261 =&gt; &#039;L&#039;, 3262 =&gt; &#039;L&#039;, 3263 =&gt; &#039;L&#039;, 3264 =&gt; &#039;L&#039;, 3265 =&gt; &#039;L&#039;, 3266 =&gt; &#039;L&#039;, 3267 =&gt; &#039;L&#039;, 3268 =&gt; &#039;L&#039;, 3270 =&gt; &#039;L&#039;, 3271 =&gt; &#039;L&#039;, 3272 =&gt; &#039;L&#039;, 3274 =&gt; &#039;L&#039;, 3275 =&gt; &#039;L&#039;, 3276 =&gt; &#039;NSM&#039;, 3277 =&gt; &#039;NSM&#039;, 3285 =&gt; &#039;L&#039;, 3286 =&gt; &#039;L&#039;, 3294 =&gt; &#039;L&#039;, 3296 =&gt; &#039;L&#039;, 3297 =&gt; &#039;L&#039;, 3298 =&gt; &#039;NSM&#039;, 3299 =&gt; &#039;NSM&#039;, 3302 =&gt; &#039;L&#039;, 3303 =&gt; &#039;L&#039;, 3304 =&gt; &#039;L&#039;, 3305 =&gt; &#039;L&#039;, 3306 =&gt; &#039;L&#039;, 3307 =&gt; &#039;L&#039;, 3308 =&gt; &#039;L&#039;, 3309 =&gt; &#039;L&#039;, 3310 =&gt; &#039;L&#039;, 3311 =&gt; &#039;L&#039;, 3313 =&gt; &#039;ON&#039;, 3314 =&gt; &#039;ON&#039;, 3330 =&gt; &#039;L&#039;, 3331 =&gt; &#039;L&#039;, 3333 =&gt; &#039;L&#039;, 3334 =&gt; &#039;L&#039;, 3335 =&gt; &#039;L&#039;, 3336 =&gt; &#039;L&#039;, 3337 =&gt; &#039;L&#039;, 3338 =&gt; &#039;L&#039;, 3339 =&gt; &#039;L&#039;, 3340 =&gt; &#039;L&#039;, 3342 =&gt; &#039;L&#039;, 3343 =&gt; &#039;L&#039;, 3344 =&gt; &#039;L&#039;, 3346 =&gt; &#039;L&#039;, 3347 =&gt; &#039;L&#039;, 3348 =&gt; &#039;L&#039;, 3349 =&gt; &#039;L&#039;, 3350 =&gt; &#039;L&#039;, 3351 =&gt; &#039;L&#039;, 3352 =&gt; &#039;L&#039;, 3353 =&gt; &#039;L&#039;, 3354 =&gt; &#039;L&#039;, 3355 =&gt; &#039;L&#039;, 3356 =&gt; &#039;L&#039;, 3357 =&gt; &#039;L&#039;, 3358 =&gt; &#039;L&#039;, 3359 =&gt; &#039;L&#039;, 3360 =&gt; &#039;L&#039;, 3361 =&gt; &#039;L&#039;, 3362 =&gt; &#039;L&#039;, 3363 =&gt; &#039;L&#039;, 3364 =&gt; &#039;L&#039;, 3365 =&gt; &#039;L&#039;, 3366 =&gt; &#039;L&#039;, 3367 =&gt; &#039;L&#039;, 3368 =&gt; &#039;L&#039;, 3370 =&gt; &#039;L&#039;, 3371 =&gt; &#039;L&#039;, 3372 =&gt; &#039;L&#039;, 3373 =&gt; &#039;L&#039;, 3374 =&gt; &#039;L&#039;, 3375 =&gt; &#039;L&#039;, 3376 =&gt; &#039;L&#039;, 3377 =&gt; &#039;L&#039;, 3378 =&gt; &#039;L&#039;, 3379 =&gt; &#039;L&#039;, 3380 =&gt; &#039;L&#039;, 3381 =&gt; &#039;L&#039;, 3382 =&gt; &#039;L&#039;, 3383 =&gt; &#039;L&#039;, 3384 =&gt; &#039;L&#039;, 3385 =&gt; &#039;L&#039;, 3390 =&gt; &#039;L&#039;, 3391 =&gt; &#039;L&#039;, 3392 =&gt; &#039;L&#039;, 3393 =&gt; &#039;NSM&#039;, 3394 =&gt; &#039;NSM&#039;, 3395 =&gt; &#039;NSM&#039;, 3398 =&gt; &#039;L&#039;, 3399 =&gt; &#039;L&#039;, 3400 =&gt; &#039;L&#039;, 3402 =&gt; &#039;L&#039;, 3403 =&gt; &#039;L&#039;, 3404 =&gt; &#039;L&#039;, 3405 =&gt; &#039;NSM&#039;, 3415 =&gt; &#039;L&#039;, 3424 =&gt; &#039;L&#039;, 3425 =&gt; &#039;L&#039;, 3430 =&gt; &#039;L&#039;, 3431 =&gt; &#039;L&#039;, 3432 =&gt; &#039;L&#039;, 3433 =&gt; &#039;L&#039;, 3434 =&gt; &#039;L&#039;, 3435 =&gt; &#039;L&#039;, 3436 =&gt; &#039;L&#039;, 3437 =&gt; &#039;L&#039;, 3438 =&gt; &#039;L&#039;, 3439 =&gt; &#039;L&#039;, 3458 =&gt; &#039;L&#039;, 3459 =&gt; &#039;L&#039;, 3461 =&gt; &#039;L&#039;, 3462 =&gt; &#039;L&#039;, 3463 =&gt; &#039;L&#039;, 3464 =&gt; &#039;L&#039;, 3465 =&gt; &#039;L&#039;, 3466 =&gt; &#039;L&#039;, 3467 =&gt; &#039;L&#039;, 3468 =&gt; &#039;L&#039;, 3469 =&gt; &#039;L&#039;, 3470 =&gt; &#039;L&#039;, 3471 =&gt; &#039;L&#039;, 3472 =&gt; &#039;L&#039;, 3473 =&gt; &#039;L&#039;, 3474 =&gt; &#039;L&#039;, 3475 =&gt; &#039;L&#039;, 3476 =&gt; &#039;L&#039;, 3477 =&gt; &#039;L&#039;, 3478 =&gt; &#039;L&#039;, 3482 =&gt; &#039;L&#039;, 3483 =&gt; &#039;L&#039;, 3484 =&gt; &#039;L&#039;, 3485 =&gt; &#039;L&#039;, 3486 =&gt; &#039;L&#039;, 3487 =&gt; &#039;L&#039;, 3488 =&gt; &#039;L&#039;, 3489 =&gt; &#039;L&#039;, 3490 =&gt; &#039;L&#039;, 3491 =&gt; &#039;L&#039;, 3492 =&gt; &#039;L&#039;, 3493 =&gt; &#039;L&#039;, 3494 =&gt; &#039;L&#039;, 3495 =&gt; &#039;L&#039;, 3496 =&gt; &#039;L&#039;, 3497 =&gt; &#039;L&#039;, 3498 =&gt; &#039;L&#039;, 3499 =&gt; &#039;L&#039;, 3500 =&gt; &#039;L&#039;, 3501 =&gt; &#039;L&#039;, 3502 =&gt; &#039;L&#039;, 3503 =&gt; &#039;L&#039;, 3504 =&gt; &#039;L&#039;, 3505 =&gt; &#039;L&#039;, 3507 =&gt; &#039;L&#039;, 3508 =&gt; &#039;L&#039;, 3509 =&gt; &#039;L&#039;, 3510 =&gt; &#039;L&#039;, 3511 =&gt; &#039;L&#039;, 3512 =&gt; &#039;L&#039;, 3513 =&gt; &#039;L&#039;, 3514 =&gt; &#039;L&#039;, 3515 =&gt; &#039;L&#039;, 3517 =&gt; &#039;L&#039;, 3520 =&gt; &#039;L&#039;, 3521 =&gt; &#039;L&#039;, 3522 =&gt; &#039;L&#039;, 3523 =&gt; &#039;L&#039;, 3524 =&gt; &#039;L&#039;, 3525 =&gt; &#039;L&#039;, 3526 =&gt; &#039;L&#039;, 3530 =&gt; &#039;NSM&#039;, 3535 =&gt; &#039;L&#039;, 3536 =&gt; &#039;L&#039;, 3537 =&gt; &#039;L&#039;, 3538 =&gt; &#039;NSM&#039;, 3539 =&gt; &#039;NSM&#039;, 3540 =&gt; &#039;NSM&#039;, 3542 =&gt; &#039;NSM&#039;, 3544 =&gt; &#039;L&#039;, 3545 =&gt; &#039;L&#039;, 3546 =&gt; &#039;L&#039;, 3547 =&gt; &#039;L&#039;, 3548 =&gt; &#039;L&#039;, 3549 =&gt; &#039;L&#039;, 3550 =&gt; &#039;L&#039;, 3551 =&gt; &#039;L&#039;, 3570 =&gt; &#039;L&#039;, 3571 =&gt; &#039;L&#039;, 3572 =&gt; &#039;L&#039;, 3585 =&gt; &#039;L&#039;, 3586 =&gt; &#039;L&#039;, 3587 =&gt; &#039;L&#039;, 3588 =&gt; &#039;L&#039;, 3589 =&gt; &#039;L&#039;, 3590 =&gt; &#039;L&#039;, 3591 =&gt; &#039;L&#039;, 3592 =&gt; &#039;L&#039;, 3593 =&gt; &#039;L&#039;, 3594 =&gt; &#039;L&#039;, 3595 =&gt; &#039;L&#039;, 3596 =&gt; &#039;L&#039;, 3597 =&gt; &#039;L&#039;, 3598 =&gt; &#039;L&#039;, 3599 =&gt; &#039;L&#039;, 3600 =&gt; &#039;L&#039;, 3601 =&gt; &#039;L&#039;, 3602 =&gt; &#039;L&#039;, 3603 =&gt; &#039;L&#039;, 3604 =&gt; &#039;L&#039;, 3605 =&gt; &#039;L&#039;, 3606 =&gt; &#039;L&#039;, 3607 =&gt; &#039;L&#039;, 3608 =&gt; &#039;L&#039;, 3609 =&gt; &#039;L&#039;, 3610 =&gt; &#039;L&#039;, 3611 =&gt; &#039;L&#039;, 3612 =&gt; &#039;L&#039;, 3613 =&gt; &#039;L&#039;, 3614 =&gt; &#039;L&#039;, 3615 =&gt; &#039;L&#039;, 3616 =&gt; &#039;L&#039;, 3617 =&gt; &#039;L&#039;, 3618 =&gt; &#039;L&#039;, 3619 =&gt; &#039;L&#039;, 3620 =&gt; &#039;L&#039;, 3621 =&gt; &#039;L&#039;, 3622 =&gt; &#039;L&#039;, 3623 =&gt; &#039;L&#039;, 3624 =&gt; &#039;L&#039;, 3625 =&gt; &#039;L&#039;, 3626 =&gt; &#039;L&#039;, 3627 =&gt; &#039;L&#039;, 3628 =&gt; &#039;L&#039;, 3629 =&gt; &#039;L&#039;, 3630 =&gt; &#039;L&#039;, 3631 =&gt; &#039;L&#039;, 3632 =&gt; &#039;L&#039;, 3633 =&gt; &#039;NSM&#039;, 3634 =&gt; &#039;L&#039;, 3635 =&gt; &#039;L&#039;, 3636 =&gt; &#039;NSM&#039;, 3637 =&gt; &#039;NSM&#039;, 3638 =&gt; &#039;NSM&#039;, 3639 =&gt; &#039;NSM&#039;, 3640 =&gt; &#039;NSM&#039;, 3641 =&gt; &#039;NSM&#039;, 3642 =&gt; &#039;NSM&#039;, 3647 =&gt; &#039;ET&#039;, 3648 =&gt; &#039;L&#039;, 3649 =&gt; &#039;L&#039;, 3650 =&gt; &#039;L&#039;, 3651 =&gt; &#039;L&#039;, 3652 =&gt; &#039;L&#039;, 3653 =&gt; &#039;L&#039;, 3654 =&gt; &#039;L&#039;, 3655 =&gt; &#039;NSM&#039;, 3656 =&gt; &#039;NSM&#039;, 3657 =&gt; &#039;NSM&#039;, 3658 =&gt; &#039;NSM&#039;, 3659 =&gt; &#039;NSM&#039;, 3660 =&gt; &#039;NSM&#039;, 3661 =&gt; &#039;NSM&#039;, 3662 =&gt; &#039;NSM&#039;, 3663 =&gt; &#039;L&#039;, 3664 =&gt; &#039;L&#039;, 3665 =&gt; &#039;L&#039;, 3666 =&gt; &#039;L&#039;, 3667 =&gt; &#039;L&#039;, 3668 =&gt; &#039;L&#039;, 3669 =&gt; &#039;L&#039;, 3670 =&gt; &#039;L&#039;, 3671 =&gt; &#039;L&#039;, 3672 =&gt; &#039;L&#039;, 3673 =&gt; &#039;L&#039;, 3674 =&gt; &#039;L&#039;, 3675 =&gt; &#039;L&#039;, 3713 =&gt; &#039;L&#039;, 3714 =&gt; &#039;L&#039;, 3716 =&gt; &#039;L&#039;, 3719 =&gt; &#039;L&#039;, 3720 =&gt; &#039;L&#039;, 3722 =&gt; &#039;L&#039;, 3725 =&gt; &#039;L&#039;, 3732 =&gt; &#039;L&#039;, 3733 =&gt; &#039;L&#039;, 3734 =&gt; &#039;L&#039;, 3735 =&gt; &#039;L&#039;, 3737 =&gt; &#039;L&#039;, 3738 =&gt; &#039;L&#039;, 3739 =&gt; &#039;L&#039;, 3740 =&gt; &#039;L&#039;, 3741 =&gt; &#039;L&#039;, 3742 =&gt; &#039;L&#039;, 3743 =&gt; &#039;L&#039;, 3745 =&gt; &#039;L&#039;, 3746 =&gt; &#039;L&#039;, 3747 =&gt; &#039;L&#039;, 3749 =&gt; &#039;L&#039;, 3751 =&gt; &#039;L&#039;, 3754 =&gt; &#039;L&#039;, 3755 =&gt; &#039;L&#039;, 3757 =&gt; &#039;L&#039;, 3758 =&gt; &#039;L&#039;, 3759 =&gt; &#039;L&#039;, 3760 =&gt; &#039;L&#039;, 3761 =&gt; &#039;NSM&#039;, 3762 =&gt; &#039;L&#039;, 3763 =&gt; &#039;L&#039;, 3764 =&gt; &#039;NSM&#039;, 3765 =&gt; &#039;NSM&#039;, 3766 =&gt; &#039;NSM&#039;, 3767 =&gt; &#039;NSM&#039;, 3768 =&gt; &#039;NSM&#039;, 3769 =&gt; &#039;NSM&#039;, 3771 =&gt; &#039;NSM&#039;, 3772 =&gt; &#039;NSM&#039;, 3773 =&gt; &#039;L&#039;, 3776 =&gt; &#039;L&#039;, 3777 =&gt; &#039;L&#039;, 3778 =&gt; &#039;L&#039;, 3779 =&gt; &#039;L&#039;, 3780 =&gt; &#039;L&#039;, 3782 =&gt; &#039;L&#039;, 3784 =&gt; &#039;NSM&#039;, 3785 =&gt; &#039;NSM&#039;, 3786 =&gt; &#039;NSM&#039;, 3787 =&gt; &#039;NSM&#039;, 3788 =&gt; &#039;NSM&#039;, 3789 =&gt; &#039;NSM&#039;, 3792 =&gt; &#039;L&#039;, 3793 =&gt; &#039;L&#039;, 3794 =&gt; &#039;L&#039;, 3795 =&gt; &#039;L&#039;, 3796 =&gt; &#039;L&#039;, 3797 =&gt; &#039;L&#039;, 3798 =&gt; &#039;L&#039;, 3799 =&gt; &#039;L&#039;, 3800 =&gt; &#039;L&#039;, 3801 =&gt; &#039;L&#039;, 3804 =&gt; &#039;L&#039;, 3805 =&gt; &#039;L&#039;, 3840 =&gt; &#039;L&#039;, 3841 =&gt; &#039;L&#039;, 3842 =&gt; &#039;L&#039;, 3843 =&gt; &#039;L&#039;, 3844 =&gt; &#039;L&#039;, 3845 =&gt; &#039;L&#039;, 3846 =&gt; &#039;L&#039;, 3847 =&gt; &#039;L&#039;, 3848 =&gt; &#039;L&#039;, 3849 =&gt; &#039;L&#039;, 3850 =&gt; &#039;L&#039;, 3851 =&gt; &#039;L&#039;, 3852 =&gt; &#039;L&#039;, 3853 =&gt; &#039;L&#039;, 3854 =&gt; &#039;L&#039;, 3855 =&gt; &#039;L&#039;, 3856 =&gt; &#039;L&#039;, 3857 =&gt; &#039;L&#039;, 3858 =&gt; &#039;L&#039;, 3859 =&gt; &#039;L&#039;, 3860 =&gt; &#039;L&#039;, 3861 =&gt; &#039;L&#039;, 3862 =&gt; &#039;L&#039;, 3863 =&gt; &#039;L&#039;, 3864 =&gt; &#039;NSM&#039;, 3865 =&gt; &#039;NSM&#039;, 3866 =&gt; &#039;L&#039;, 3867 =&gt; &#039;L&#039;, 3868 =&gt; &#039;L&#039;, 3869 =&gt; &#039;L&#039;, 3870 =&gt; &#039;L&#039;, 3871 =&gt; &#039;L&#039;, 3872 =&gt; &#039;L&#039;, 3873 =&gt; &#039;L&#039;, 3874 =&gt; &#039;L&#039;, 3875 =&gt; &#039;L&#039;, 3876 =&gt; &#039;L&#039;, 3877 =&gt; &#039;L&#039;, 3878 =&gt; &#039;L&#039;, 3879 =&gt; &#039;L&#039;, 3880 =&gt; &#039;L&#039;, 3881 =&gt; &#039;L&#039;, 3882 =&gt; &#039;L&#039;, 3883 =&gt; &#039;L&#039;, 3884 =&gt; &#039;L&#039;, 3885 =&gt; &#039;L&#039;, 3886 =&gt; &#039;L&#039;, 3887 =&gt; &#039;L&#039;, 3888 =&gt; &#039;L&#039;, 3889 =&gt; &#039;L&#039;, 3890 =&gt; &#039;L&#039;, 3891 =&gt; &#039;L&#039;, 3892 =&gt; &#039;L&#039;, 3893 =&gt; &#039;NSM&#039;, 3894 =&gt; &#039;L&#039;, 3895 =&gt; &#039;NSM&#039;, 3896 =&gt; &#039;L&#039;, 3897 =&gt; &#039;NSM&#039;, 3898 =&gt; &#039;ON&#039;, 3899 =&gt; &#039;ON&#039;, 3900 =&gt; &#039;ON&#039;, 3901 =&gt; &#039;ON&#039;, 3902 =&gt; &#039;L&#039;, 3903 =&gt; &#039;L&#039;, 3904 =&gt; &#039;L&#039;, 3905 =&gt; &#039;L&#039;, 3906 =&gt; &#039;L&#039;, 3907 =&gt; &#039;L&#039;, 3908 =&gt; &#039;L&#039;, 3909 =&gt; &#039;L&#039;, 3910 =&gt; &#039;L&#039;, 3911 =&gt; &#039;L&#039;, 3913 =&gt; &#039;L&#039;, 3914 =&gt; &#039;L&#039;, 3915 =&gt; &#039;L&#039;, 3916 =&gt; &#039;L&#039;, 3917 =&gt; &#039;L&#039;, 3918 =&gt; &#039;L&#039;, 3919 =&gt; &#039;L&#039;, 3920 =&gt; &#039;L&#039;, 3921 =&gt; &#039;L&#039;, 3922 =&gt; &#039;L&#039;, 3923 =&gt; &#039;L&#039;, 3924 =&gt; &#039;L&#039;, 3925 =&gt; &#039;L&#039;, 3926 =&gt; &#039;L&#039;, 3927 =&gt; &#039;L&#039;, 3928 =&gt; &#039;L&#039;, 3929 =&gt; &#039;L&#039;, 3930 =&gt; &#039;L&#039;, 3931 =&gt; &#039;L&#039;, 3932 =&gt; &#039;L&#039;, 3933 =&gt; &#039;L&#039;, 3934 =&gt; &#039;L&#039;, 3935 =&gt; &#039;L&#039;, 3936 =&gt; &#039;L&#039;, 3937 =&gt; &#039;L&#039;, 3938 =&gt; &#039;L&#039;, 3939 =&gt; &#039;L&#039;, 3940 =&gt; &#039;L&#039;, 3941 =&gt; &#039;L&#039;, 3942 =&gt; &#039;L&#039;, 3943 =&gt; &#039;L&#039;, 3944 =&gt; &#039;L&#039;, 3945 =&gt; &#039;L&#039;, 3946 =&gt; &#039;L&#039;, 3953 =&gt; &#039;NSM&#039;, 3954 =&gt; &#039;NSM&#039;, 3955 =&gt; &#039;NSM&#039;, 3956 =&gt; &#039;NSM&#039;, 3957 =&gt; &#039;NSM&#039;, 3958 =&gt; &#039;NSM&#039;, 3959 =&gt; &#039;NSM&#039;, 3960 =&gt; &#039;NSM&#039;, 3961 =&gt; &#039;NSM&#039;, 3962 =&gt; &#039;NSM&#039;, 3963 =&gt; &#039;NSM&#039;, 3964 =&gt; &#039;NSM&#039;, 3965 =&gt; &#039;NSM&#039;, 3966 =&gt; &#039;NSM&#039;, 3967 =&gt; &#039;L&#039;, 3968 =&gt; &#039;NSM&#039;, 3969 =&gt; &#039;NSM&#039;, 3970 =&gt; &#039;NSM&#039;, 3971 =&gt; &#039;NSM&#039;, 3972 =&gt; &#039;NSM&#039;, 3973 =&gt; &#039;L&#039;, 3974 =&gt; &#039;NSM&#039;, 3975 =&gt; &#039;NSM&#039;, 3976 =&gt; &#039;L&#039;, 3977 =&gt; &#039;L&#039;, 3978 =&gt; &#039;L&#039;, 3979 =&gt; &#039;L&#039;, 3984 =&gt; &#039;NSM&#039;, 3985 =&gt; &#039;NSM&#039;, 3986 =&gt; &#039;NSM&#039;, 3987 =&gt; &#039;NSM&#039;, 3988 =&gt; &#039;NSM&#039;, 3989 =&gt; &#039;NSM&#039;, 3990 =&gt; &#039;NSM&#039;, 3991 =&gt; &#039;NSM&#039;, 3993 =&gt; &#039;NSM&#039;, 3994 =&gt; &#039;NSM&#039;, 3995 =&gt; &#039;NSM&#039;, 3996 =&gt; &#039;NSM&#039;, 3997 =&gt; &#039;NSM&#039;, 3998 =&gt; &#039;NSM&#039;, 3999 =&gt; &#039;NSM&#039;, 4000 =&gt; &#039;NSM&#039;, 4001 =&gt; &#039;NSM&#039;, 4002 =&gt; &#039;NSM&#039;, 4003 =&gt; &#039;NSM&#039;, 4004 =&gt; &#039;NSM&#039;, 4005 =&gt; &#039;NSM&#039;, 4006 =&gt; &#039;NSM&#039;, 4007 =&gt; &#039;NSM&#039;, 4008 =&gt; &#039;NSM&#039;, 4009 =&gt; &#039;NSM&#039;, 4010 =&gt; &#039;NSM&#039;, 4011 =&gt; &#039;NSM&#039;, 4012 =&gt; &#039;NSM&#039;, 4013 =&gt; &#039;NSM&#039;, 4014 =&gt; &#039;NSM&#039;, 4015 =&gt; &#039;NSM&#039;, 4016 =&gt; &#039;NSM&#039;, 4017 =&gt; &#039;NSM&#039;, 4018 =&gt; &#039;NSM&#039;, 4019 =&gt; &#039;NSM&#039;, 4020 =&gt; &#039;NSM&#039;, 4021 =&gt; &#039;NSM&#039;, 4022 =&gt; &#039;NSM&#039;, 4023 =&gt; &#039;NSM&#039;, 4024 =&gt; &#039;NSM&#039;, 4025 =&gt; &#039;NSM&#039;, 4026 =&gt; &#039;NSM&#039;, 4027 =&gt; &#039;NSM&#039;, 4028 =&gt; &#039;NSM&#039;, 4030 =&gt; &#039;L&#039;, 4031 =&gt; &#039;L&#039;, 4032 =&gt; &#039;L&#039;, 4033 =&gt; &#039;L&#039;, 4034 =&gt; &#039;L&#039;, 4035 =&gt; &#039;L&#039;, 4036 =&gt; &#039;L&#039;, 4037 =&gt; &#039;L&#039;, 4038 =&gt; &#039;NSM&#039;, 4039 =&gt; &#039;L&#039;, 4040 =&gt; &#039;L&#039;, 4041 =&gt; &#039;L&#039;, 4042 =&gt; &#039;L&#039;, 4043 =&gt; &#039;L&#039;, 4044 =&gt; &#039;L&#039;, 4047 =&gt; &#039;L&#039;, 4048 =&gt; &#039;L&#039;, 4049 =&gt; &#039;L&#039;, 4096 =&gt; &#039;L&#039;, 4097 =&gt; &#039;L&#039;, 4098 =&gt; &#039;L&#039;, 4099 =&gt; &#039;L&#039;, 4100 =&gt; &#039;L&#039;, 4101 =&gt; &#039;L&#039;, 4102 =&gt; &#039;L&#039;, 4103 =&gt; &#039;L&#039;, 4104 =&gt; &#039;L&#039;, 4105 =&gt; &#039;L&#039;, 4106 =&gt; &#039;L&#039;, 4107 =&gt; &#039;L&#039;, 4108 =&gt; &#039;L&#039;, 4109 =&gt; &#039;L&#039;, 4110 =&gt; &#039;L&#039;, 4111 =&gt; &#039;L&#039;, 4112 =&gt; &#039;L&#039;, 4113 =&gt; &#039;L&#039;, 4114 =&gt; &#039;L&#039;, 4115 =&gt; &#039;L&#039;, 4116 =&gt; &#039;L&#039;, 4117 =&gt; &#039;L&#039;, 4118 =&gt; &#039;L&#039;, 4119 =&gt; &#039;L&#039;, 4120 =&gt; &#039;L&#039;, 4121 =&gt; &#039;L&#039;, 4122 =&gt; &#039;L&#039;, 4123 =&gt; &#039;L&#039;, 4124 =&gt; &#039;L&#039;, 4125 =&gt; &#039;L&#039;, 4126 =&gt; &#039;L&#039;, 4127 =&gt; &#039;L&#039;, 4128 =&gt; &#039;L&#039;, 4129 =&gt; &#039;L&#039;, 4131 =&gt; &#039;L&#039;, 4132 =&gt; &#039;L&#039;, 4133 =&gt; &#039;L&#039;, 4134 =&gt; &#039;L&#039;, 4135 =&gt; &#039;L&#039;, 4137 =&gt; &#039;L&#039;, 4138 =&gt; &#039;L&#039;, 4140 =&gt; &#039;L&#039;, 4141 =&gt; &#039;NSM&#039;, 4142 =&gt; &#039;NSM&#039;, 4143 =&gt; &#039;NSM&#039;, 4144 =&gt; &#039;NSM&#039;, 4145 =&gt; &#039;L&#039;, 4146 =&gt; &#039;NSM&#039;, 4150 =&gt; &#039;NSM&#039;, 4151 =&gt; &#039;NSM&#039;, 4152 =&gt; &#039;L&#039;, 4153 =&gt; &#039;NSM&#039;, 4160 =&gt; &#039;L&#039;, 4161 =&gt; &#039;L&#039;, 4162 =&gt; &#039;L&#039;, 4163 =&gt; &#039;L&#039;, 4164 =&gt; &#039;L&#039;, 4165 =&gt; &#039;L&#039;, 4166 =&gt; &#039;L&#039;, 4167 =&gt; &#039;L&#039;, 4168 =&gt; &#039;L&#039;, 4169 =&gt; &#039;L&#039;, 4170 =&gt; &#039;L&#039;, 4171 =&gt; &#039;L&#039;, 4172 =&gt; &#039;L&#039;, 4173 =&gt; &#039;L&#039;, 4174 =&gt; &#039;L&#039;, 4175 =&gt; &#039;L&#039;, 4176 =&gt; &#039;L&#039;, 4177 =&gt; &#039;L&#039;, 4178 =&gt; &#039;L&#039;, 4179 =&gt; &#039;L&#039;, 4180 =&gt; &#039;L&#039;, 4181 =&gt; &#039;L&#039;, 4182 =&gt; &#039;L&#039;, 4183 =&gt; &#039;L&#039;, 4184 =&gt; &#039;NSM&#039;, 4185 =&gt; &#039;NSM&#039;, 4256 =&gt; &#039;L&#039;, 4257 =&gt; &#039;L&#039;, 4258 =&gt; &#039;L&#039;, 4259 =&gt; &#039;L&#039;, 4260 =&gt; &#039;L&#039;, 4261 =&gt; &#039;L&#039;, 4262 =&gt; &#039;L&#039;, 4263 =&gt; &#039;L&#039;, 4264 =&gt; &#039;L&#039;, 4265 =&gt; &#039;L&#039;, 4266 =&gt; &#039;L&#039;, 4267 =&gt; &#039;L&#039;, 4268 =&gt; &#039;L&#039;, 4269 =&gt; &#039;L&#039;, 4270 =&gt; &#039;L&#039;, 4271 =&gt; &#039;L&#039;, 4272 =&gt; &#039;L&#039;, 4273 =&gt; &#039;L&#039;, 4274 =&gt; &#039;L&#039;, 4275 =&gt; &#039;L&#039;, 4276 =&gt; &#039;L&#039;, 4277 =&gt; &#039;L&#039;, 4278 =&gt; &#039;L&#039;, 4279 =&gt; &#039;L&#039;, 4280 =&gt; &#039;L&#039;, 4281 =&gt; &#039;L&#039;, 4282 =&gt; &#039;L&#039;, 4283 =&gt; &#039;L&#039;, 4284 =&gt; &#039;L&#039;, 4285 =&gt; &#039;L&#039;, 4286 =&gt; &#039;L&#039;, 4287 =&gt; &#039;L&#039;, 4288 =&gt; &#039;L&#039;, 4289 =&gt; &#039;L&#039;, 4290 =&gt; &#039;L&#039;, 4291 =&gt; &#039;L&#039;, 4292 =&gt; &#039;L&#039;, 4293 =&gt; &#039;L&#039;, 4304 =&gt; &#039;L&#039;, 4305 =&gt; &#039;L&#039;, 4306 =&gt; &#039;L&#039;, 4307 =&gt; &#039;L&#039;, 4308 =&gt; &#039;L&#039;, 4309 =&gt; &#039;L&#039;, 4310 =&gt; &#039;L&#039;, 4311 =&gt; &#039;L&#039;, 4312 =&gt; &#039;L&#039;, 4313 =&gt; &#039;L&#039;, 4314 =&gt; &#039;L&#039;, 4315 =&gt; &#039;L&#039;, 4316 =&gt; &#039;L&#039;, 4317 =&gt; &#039;L&#039;, 4318 =&gt; &#039;L&#039;, 4319 =&gt; &#039;L&#039;, 4320 =&gt; &#039;L&#039;, 4321 =&gt; &#039;L&#039;, 4322 =&gt; &#039;L&#039;, 4323 =&gt; &#039;L&#039;, 4324 =&gt; &#039;L&#039;, 4325 =&gt; &#039;L&#039;, 4326 =&gt; &#039;L&#039;, 4327 =&gt; &#039;L&#039;, 4328 =&gt; &#039;L&#039;, 4329 =&gt; &#039;L&#039;, 4330 =&gt; &#039;L&#039;, 4331 =&gt; &#039;L&#039;, 4332 =&gt; &#039;L&#039;, 4333 =&gt; &#039;L&#039;, 4334 =&gt; &#039;L&#039;, 4335 =&gt; &#039;L&#039;, 4336 =&gt; &#039;L&#039;, 4337 =&gt; &#039;L&#039;, 4338 =&gt; &#039;L&#039;, 4339 =&gt; &#039;L&#039;, 4340 =&gt; &#039;L&#039;, 4341 =&gt; &#039;L&#039;, 4342 =&gt; &#039;L&#039;, 4343 =&gt; &#039;L&#039;, 4344 =&gt; &#039;L&#039;, 4345 =&gt; &#039;L&#039;, 4346 =&gt; &#039;L&#039;, 4347 =&gt; &#039;L&#039;, 4348 =&gt; &#039;L&#039;, 4352 =&gt; &#039;L&#039;, 4353 =&gt; &#039;L&#039;, 4354 =&gt; &#039;L&#039;, 4355 =&gt; &#039;L&#039;, 4356 =&gt; &#039;L&#039;, 4357 =&gt; &#039;L&#039;, 4358 =&gt; &#039;L&#039;, 4359 =&gt; &#039;L&#039;, 4360 =&gt; &#039;L&#039;, 4361 =&gt; &#039;L&#039;, 4362 =&gt; &#039;L&#039;, 4363 =&gt; &#039;L&#039;, 4364 =&gt; &#039;L&#039;, 4365 =&gt; &#039;L&#039;, 4366 =&gt; &#039;L&#039;, 4367 =&gt; &#039;L&#039;, 4368 =&gt; &#039;L&#039;, 4369 =&gt; &#039;L&#039;, 4370 =&gt; &#039;L&#039;, 4371 =&gt; &#039;L&#039;, 4372 =&gt; &#039;L&#039;, 4373 =&gt; &#039;L&#039;, 4374 =&gt; &#039;L&#039;, 4375 =&gt; &#039;L&#039;, 4376 =&gt; &#039;L&#039;, 4377 =&gt; &#039;L&#039;, 4378 =&gt; &#039;L&#039;, 4379 =&gt; &#039;L&#039;, 4380 =&gt; &#039;L&#039;, 4381 =&gt; &#039;L&#039;, 4382 =&gt; &#039;L&#039;, 4383 =&gt; &#039;L&#039;, 4384 =&gt; &#039;L&#039;, 4385 =&gt; &#039;L&#039;, 4386 =&gt; &#039;L&#039;, 4387 =&gt; &#039;L&#039;, 4388 =&gt; &#039;L&#039;, 4389 =&gt; &#039;L&#039;, 4390 =&gt; &#039;L&#039;, 4391 =&gt; &#039;L&#039;, 4392 =&gt; &#039;L&#039;, 4393 =&gt; &#039;L&#039;, 4394 =&gt; &#039;L&#039;, 4395 =&gt; &#039;L&#039;, 4396 =&gt; &#039;L&#039;, 4397 =&gt; &#039;L&#039;, 4398 =&gt; &#039;L&#039;, 4399 =&gt; &#039;L&#039;, 4400 =&gt; &#039;L&#039;, 4401 =&gt; &#039;L&#039;, 4402 =&gt; &#039;L&#039;, 4403 =&gt; &#039;L&#039;, 4404 =&gt; &#039;L&#039;, 4405 =&gt; &#039;L&#039;, 4406 =&gt; &#039;L&#039;, 4407 =&gt; &#039;L&#039;, 4408 =&gt; &#039;L&#039;, 4409 =&gt; &#039;L&#039;, 4410 =&gt; &#039;L&#039;, 4411 =&gt; &#039;L&#039;, 4412 =&gt; &#039;L&#039;, 4413 =&gt; &#039;L&#039;, 4414 =&gt; &#039;L&#039;, 4415 =&gt; &#039;L&#039;, 4416 =&gt; &#039;L&#039;, 4417 =&gt; &#039;L&#039;, 4418 =&gt; &#039;L&#039;, 4419 =&gt; &#039;L&#039;, 4420 =&gt; &#039;L&#039;, 4421 =&gt; &#039;L&#039;, 4422 =&gt; &#039;L&#039;, 4423 =&gt; &#039;L&#039;, 4424 =&gt; &#039;L&#039;, 4425 =&gt; &#039;L&#039;, 4426 =&gt; &#039;L&#039;, 4427 =&gt; &#039;L&#039;, 4428 =&gt; &#039;L&#039;, 4429 =&gt; &#039;L&#039;, 4430 =&gt; &#039;L&#039;, 4431 =&gt; &#039;L&#039;, 4432 =&gt; &#039;L&#039;, 4433 =&gt; &#039;L&#039;, 4434 =&gt; &#039;L&#039;, 4435 =&gt; &#039;L&#039;, 4436 =&gt; &#039;L&#039;, 4437 =&gt; &#039;L&#039;, 4438 =&gt; &#039;L&#039;, 4439 =&gt; &#039;L&#039;, 4440 =&gt; &#039;L&#039;, 4441 =&gt; &#039;L&#039;, 4447 =&gt; &#039;L&#039;, 4448 =&gt; &#039;L&#039;, 4449 =&gt; &#039;L&#039;, 4450 =&gt; &#039;L&#039;, 4451 =&gt; &#039;L&#039;, 4452 =&gt; &#039;L&#039;, 4453 =&gt; &#039;L&#039;, 4454 =&gt; &#039;L&#039;, 4455 =&gt; &#039;L&#039;, 4456 =&gt; &#039;L&#039;, 4457 =&gt; &#039;L&#039;, 4458 =&gt; &#039;L&#039;, 4459 =&gt; &#039;L&#039;, 4460 =&gt; &#039;L&#039;, 4461 =&gt; &#039;L&#039;, 4462 =&gt; &#039;L&#039;, 4463 =&gt; &#039;L&#039;, 4464 =&gt; &#039;L&#039;, 4465 =&gt; &#039;L&#039;, 4466 =&gt; &#039;L&#039;, 4467 =&gt; &#039;L&#039;, 4468 =&gt; &#039;L&#039;, 4469 =&gt; &#039;L&#039;, 4470 =&gt; &#039;L&#039;, 4471 =&gt; &#039;L&#039;, 4472 =&gt; &#039;L&#039;, 4473 =&gt; &#039;L&#039;, 4474 =&gt; &#039;L&#039;, 4475 =&gt; &#039;L&#039;, 4476 =&gt; &#039;L&#039;, 4477 =&gt; &#039;L&#039;, 4478 =&gt; &#039;L&#039;, 4479 =&gt; &#039;L&#039;, 4480 =&gt; &#039;L&#039;, 4481 =&gt; &#039;L&#039;, 4482 =&gt; &#039;L&#039;, 4483 =&gt; &#039;L&#039;, 4484 =&gt; &#039;L&#039;, 4485 =&gt; &#039;L&#039;, 4486 =&gt; &#039;L&#039;, 4487 =&gt; &#039;L&#039;, 4488 =&gt; &#039;L&#039;, 4489 =&gt; &#039;L&#039;, 4490 =&gt; &#039;L&#039;, 4491 =&gt; &#039;L&#039;, 4492 =&gt; &#039;L&#039;, 4493 =&gt; &#039;L&#039;, 4494 =&gt; &#039;L&#039;, 4495 =&gt; &#039;L&#039;, 4496 =&gt; &#039;L&#039;, 4497 =&gt; &#039;L&#039;, 4498 =&gt; &#039;L&#039;, 4499 =&gt; &#039;L&#039;, 4500 =&gt; &#039;L&#039;, 4501 =&gt; &#039;L&#039;, 4502 =&gt; &#039;L&#039;, 4503 =&gt; &#039;L&#039;, 4504 =&gt; &#039;L&#039;, 4505 =&gt; &#039;L&#039;, 4506 =&gt; &#039;L&#039;, 4507 =&gt; &#039;L&#039;, 4508 =&gt; &#039;L&#039;, 4509 =&gt; &#039;L&#039;, 4510 =&gt; &#039;L&#039;, 4511 =&gt; &#039;L&#039;, 4512 =&gt; &#039;L&#039;, 4513 =&gt; &#039;L&#039;, 4514 =&gt; &#039;L&#039;, 4520 =&gt; &#039;L&#039;, 4521 =&gt; &#039;L&#039;, 4522 =&gt; &#039;L&#039;, 4523 =&gt; &#039;L&#039;, 4524 =&gt; &#039;L&#039;, 4525 =&gt; &#039;L&#039;, 4526 =&gt; &#039;L&#039;, 4527 =&gt; &#039;L&#039;, 4528 =&gt; &#039;L&#039;, 4529 =&gt; &#039;L&#039;, 4530 =&gt; &#039;L&#039;, 4531 =&gt; &#039;L&#039;, 4532 =&gt; &#039;L&#039;, 4533 =&gt; &#039;L&#039;, 4534 =&gt; &#039;L&#039;, 4535 =&gt; &#039;L&#039;, 4536 =&gt; &#039;L&#039;, 4537 =&gt; &#039;L&#039;, 4538 =&gt; &#039;L&#039;, 4539 =&gt; &#039;L&#039;, 4540 =&gt; &#039;L&#039;, 4541 =&gt; &#039;L&#039;, 4542 =&gt; &#039;L&#039;, 4543 =&gt; &#039;L&#039;, 4544 =&gt; &#039;L&#039;, 4545 =&gt; &#039;L&#039;, 4546 =&gt; &#039;L&#039;, 4547 =&gt; &#039;L&#039;, 4548 =&gt; &#039;L&#039;, 4549 =&gt; &#039;L&#039;, 4550 =&gt; &#039;L&#039;, 4551 =&gt; &#039;L&#039;, 4552 =&gt; &#039;L&#039;, 4553 =&gt; &#039;L&#039;, 4554 =&gt; &#039;L&#039;, 4555 =&gt; &#039;L&#039;, 4556 =&gt; &#039;L&#039;, 4557 =&gt; &#039;L&#039;, 4558 =&gt; &#039;L&#039;, 4559 =&gt; &#039;L&#039;, 4560 =&gt; &#039;L&#039;, 4561 =&gt; &#039;L&#039;, 4562 =&gt; &#039;L&#039;, 4563 =&gt; &#039;L&#039;, 4564 =&gt; &#039;L&#039;, 4565 =&gt; &#039;L&#039;, 4566 =&gt; &#039;L&#039;, 4567 =&gt; &#039;L&#039;, 4568 =&gt; &#039;L&#039;, 4569 =&gt; &#039;L&#039;, 4570 =&gt; &#039;L&#039;, 4571 =&gt; &#039;L&#039;, 4572 =&gt; &#039;L&#039;, 4573 =&gt; &#039;L&#039;, 4574 =&gt; &#039;L&#039;, 4575 =&gt; &#039;L&#039;, 4576 =&gt; &#039;L&#039;, 4577 =&gt; &#039;L&#039;, 4578 =&gt; &#039;L&#039;, 4579 =&gt; &#039;L&#039;, 4580 =&gt; &#039;L&#039;, 4581 =&gt; &#039;L&#039;, 4582 =&gt; &#039;L&#039;, 4583 =&gt; &#039;L&#039;, 4584 =&gt; &#039;L&#039;, 4585 =&gt; &#039;L&#039;, 4586 =&gt; &#039;L&#039;, 4587 =&gt; &#039;L&#039;, 4588 =&gt; &#039;L&#039;, 4589 =&gt; &#039;L&#039;, 4590 =&gt; &#039;L&#039;, 4591 =&gt; &#039;L&#039;, 4592 =&gt; &#039;L&#039;, 4593 =&gt; &#039;L&#039;, 4594 =&gt; &#039;L&#039;, 4595 =&gt; &#039;L&#039;, 4596 =&gt; &#039;L&#039;, 4597 =&gt; &#039;L&#039;, 4598 =&gt; &#039;L&#039;, 4599 =&gt; &#039;L&#039;, 4600 =&gt; &#039;L&#039;, 4601 =&gt; &#039;L&#039;, 4608 =&gt; &#039;L&#039;, 4609 =&gt; &#039;L&#039;, 4610 =&gt; &#039;L&#039;, 4611 =&gt; &#039;L&#039;, 4612 =&gt; &#039;L&#039;, 4613 =&gt; &#039;L&#039;, 4614 =&gt; &#039;L&#039;, 4615 =&gt; &#039;L&#039;, 4616 =&gt; &#039;L&#039;, 4617 =&gt; &#039;L&#039;, 4618 =&gt; &#039;L&#039;, 4619 =&gt; &#039;L&#039;, 4620 =&gt; &#039;L&#039;, 4621 =&gt; &#039;L&#039;, 4622 =&gt; &#039;L&#039;, 4623 =&gt; &#039;L&#039;, 4624 =&gt; &#039;L&#039;, 4625 =&gt; &#039;L&#039;, 4626 =&gt; &#039;L&#039;, 4627 =&gt; &#039;L&#039;, 4628 =&gt; &#039;L&#039;, 4629 =&gt; &#039;L&#039;, 4630 =&gt; &#039;L&#039;, 4631 =&gt; &#039;L&#039;, 4632 =&gt; &#039;L&#039;, 4633 =&gt; &#039;L&#039;, 4634 =&gt; &#039;L&#039;, 4635 =&gt; &#039;L&#039;, 4636 =&gt; &#039;L&#039;, 4637 =&gt; &#039;L&#039;, 4638 =&gt; &#039;L&#039;, 4639 =&gt; &#039;L&#039;, 4640 =&gt; &#039;L&#039;, 4641 =&gt; &#039;L&#039;, 4642 =&gt; &#039;L&#039;, 4643 =&gt; &#039;L&#039;, 4644 =&gt; &#039;L&#039;, 4645 =&gt; &#039;L&#039;, 4646 =&gt; &#039;L&#039;, 4647 =&gt; &#039;L&#039;, 4648 =&gt; &#039;L&#039;, 4649 =&gt; &#039;L&#039;, 4650 =&gt; &#039;L&#039;, 4651 =&gt; &#039;L&#039;, 4652 =&gt; &#039;L&#039;, 4653 =&gt; &#039;L&#039;, 4654 =&gt; &#039;L&#039;, 4655 =&gt; &#039;L&#039;, 4656 =&gt; &#039;L&#039;, 4657 =&gt; &#039;L&#039;, 4658 =&gt; &#039;L&#039;, 4659 =&gt; &#039;L&#039;, 4660 =&gt; &#039;L&#039;, 4661 =&gt; &#039;L&#039;, 4662 =&gt; &#039;L&#039;, 4663 =&gt; &#039;L&#039;, 4664 =&gt; &#039;L&#039;, 4665 =&gt; &#039;L&#039;, 4666 =&gt; &#039;L&#039;, 4667 =&gt; &#039;L&#039;, 4668 =&gt; &#039;L&#039;, 4669 =&gt; &#039;L&#039;, 4670 =&gt; &#039;L&#039;, 4671 =&gt; &#039;L&#039;, 4672 =&gt; &#039;L&#039;, 4673 =&gt; &#039;L&#039;, 4674 =&gt; &#039;L&#039;, 4675 =&gt; &#039;L&#039;, 4676 =&gt; &#039;L&#039;, 4677 =&gt; &#039;L&#039;, 4678 =&gt; &#039;L&#039;, 4679 =&gt; &#039;L&#039;, 4680 =&gt; &#039;L&#039;, 4682 =&gt; &#039;L&#039;, 4683 =&gt; &#039;L&#039;, 4684 =&gt; &#039;L&#039;, 4685 =&gt; &#039;L&#039;, 4688 =&gt; &#039;L&#039;, 4689 =&gt; &#039;L&#039;, 4690 =&gt; &#039;L&#039;, 4691 =&gt; &#039;L&#039;, 4692 =&gt; &#039;L&#039;, 4693 =&gt; &#039;L&#039;, 4694 =&gt; &#039;L&#039;, 4696 =&gt; &#039;L&#039;, 4698 =&gt; &#039;L&#039;, 4699 =&gt; &#039;L&#039;, 4700 =&gt; &#039;L&#039;, 4701 =&gt; &#039;L&#039;, 4704 =&gt; &#039;L&#039;, 4705 =&gt; &#039;L&#039;, 4706 =&gt; &#039;L&#039;, 4707 =&gt; &#039;L&#039;, 4708 =&gt; &#039;L&#039;, 4709 =&gt; &#039;L&#039;, 4710 =&gt; &#039;L&#039;, 4711 =&gt; &#039;L&#039;, 4712 =&gt; &#039;L&#039;, 4713 =&gt; &#039;L&#039;, 4714 =&gt; &#039;L&#039;, 4715 =&gt; &#039;L&#039;, 4716 =&gt; &#039;L&#039;, 4717 =&gt; &#039;L&#039;, 4718 =&gt; &#039;L&#039;, 4719 =&gt; &#039;L&#039;, 4720 =&gt; &#039;L&#039;, 4721 =&gt; &#039;L&#039;, 4722 =&gt; &#039;L&#039;, 4723 =&gt; &#039;L&#039;, 4724 =&gt; &#039;L&#039;, 4725 =&gt; &#039;L&#039;, 4726 =&gt; &#039;L&#039;, 4727 =&gt; &#039;L&#039;, 4728 =&gt; &#039;L&#039;, 4729 =&gt; &#039;L&#039;, 4730 =&gt; &#039;L&#039;, 4731 =&gt; &#039;L&#039;, 4732 =&gt; &#039;L&#039;, 4733 =&gt; &#039;L&#039;, 4734 =&gt; &#039;L&#039;, 4735 =&gt; &#039;L&#039;, 4736 =&gt; &#039;L&#039;, 4737 =&gt; &#039;L&#039;, 4738 =&gt; &#039;L&#039;, 4739 =&gt; &#039;L&#039;, 4740 =&gt; &#039;L&#039;, 4741 =&gt; &#039;L&#039;, 4742 =&gt; &#039;L&#039;, 4743 =&gt; &#039;L&#039;, 4744 =&gt; &#039;L&#039;, 4746 =&gt; &#039;L&#039;, 4747 =&gt; &#039;L&#039;, 4748 =&gt; &#039;L&#039;, 4749 =&gt; &#039;L&#039;, 4752 =&gt; &#039;L&#039;, 4753 =&gt; &#039;L&#039;, 4754 =&gt; &#039;L&#039;, 4755 =&gt; &#039;L&#039;, 4756 =&gt; &#039;L&#039;, 4757 =&gt; &#039;L&#039;, 4758 =&gt; &#039;L&#039;, 4759 =&gt; &#039;L&#039;, 4760 =&gt; &#039;L&#039;, 4761 =&gt; &#039;L&#039;, 4762 =&gt; &#039;L&#039;, 4763 =&gt; &#039;L&#039;, 4764 =&gt; &#039;L&#039;, 4765 =&gt; &#039;L&#039;, 4766 =&gt; &#039;L&#039;, 4767 =&gt; &#039;L&#039;, 4768 =&gt; &#039;L&#039;, 4769 =&gt; &#039;L&#039;, 4770 =&gt; &#039;L&#039;, 4771 =&gt; &#039;L&#039;, 4772 =&gt; &#039;L&#039;, 4773 =&gt; &#039;L&#039;, 4774 =&gt; &#039;L&#039;, 4775 =&gt; &#039;L&#039;, 4776 =&gt; &#039;L&#039;, 4777 =&gt; &#039;L&#039;, 4778 =&gt; &#039;L&#039;, 4779 =&gt; &#039;L&#039;, 4780 =&gt; &#039;L&#039;, 4781 =&gt; &#039;L&#039;, 4782 =&gt; &#039;L&#039;, 4783 =&gt; &#039;L&#039;, 4784 =&gt; &#039;L&#039;, 4786 =&gt; &#039;L&#039;, 4787 =&gt; &#039;L&#039;, 4788 =&gt; &#039;L&#039;, 4789 =&gt; &#039;L&#039;, 4792 =&gt; &#039;L&#039;, 4793 =&gt; &#039;L&#039;, 4794 =&gt; &#039;L&#039;, 4795 =&gt; &#039;L&#039;, 4796 =&gt; &#039;L&#039;, 4797 =&gt; &#039;L&#039;, 4798 =&gt; &#039;L&#039;, 4800 =&gt; &#039;L&#039;, 4802 =&gt; &#039;L&#039;, 4803 =&gt; &#039;L&#039;, 4804 =&gt; &#039;L&#039;, 4805 =&gt; &#039;L&#039;, 4808 =&gt; &#039;L&#039;, 4809 =&gt; &#039;L&#039;, 4810 =&gt; &#039;L&#039;, 4811 =&gt; &#039;L&#039;, 4812 =&gt; &#039;L&#039;, 4813 =&gt; &#039;L&#039;, 4814 =&gt; &#039;L&#039;, 4815 =&gt; &#039;L&#039;, 4816 =&gt; &#039;L&#039;, 4817 =&gt; &#039;L&#039;, 4818 =&gt; &#039;L&#039;, 4819 =&gt; &#039;L&#039;, 4820 =&gt; &#039;L&#039;, 4821 =&gt; &#039;L&#039;, 4822 =&gt; &#039;L&#039;, 4824 =&gt; &#039;L&#039;, 4825 =&gt; &#039;L&#039;, 4826 =&gt; &#039;L&#039;, 4827 =&gt; &#039;L&#039;, 4828 =&gt; &#039;L&#039;, 4829 =&gt; &#039;L&#039;, 4830 =&gt; &#039;L&#039;, 4831 =&gt; &#039;L&#039;, 4832 =&gt; &#039;L&#039;, 4833 =&gt; &#039;L&#039;, 4834 =&gt; &#039;L&#039;, 4835 =&gt; &#039;L&#039;, 4836 =&gt; &#039;L&#039;, 4837 =&gt; &#039;L&#039;, 4838 =&gt; &#039;L&#039;, 4839 =&gt; &#039;L&#039;, 4840 =&gt; &#039;L&#039;, 4841 =&gt; &#039;L&#039;, 4842 =&gt; &#039;L&#039;, 4843 =&gt; &#039;L&#039;, 4844 =&gt; &#039;L&#039;, 4845 =&gt; &#039;L&#039;, 4846 =&gt; &#039;L&#039;, 4847 =&gt; &#039;L&#039;, 4848 =&gt; &#039;L&#039;, 4849 =&gt; &#039;L&#039;, 4850 =&gt; &#039;L&#039;, 4851 =&gt; &#039;L&#039;, 4852 =&gt; &#039;L&#039;, 4853 =&gt; &#039;L&#039;, 4854 =&gt; &#039;L&#039;, 4855 =&gt; &#039;L&#039;, 4856 =&gt; &#039;L&#039;, 4857 =&gt; &#039;L&#039;, 4858 =&gt; &#039;L&#039;, 4859 =&gt; &#039;L&#039;, 4860 =&gt; &#039;L&#039;, 4861 =&gt; &#039;L&#039;, 4862 =&gt; &#039;L&#039;, 4863 =&gt; &#039;L&#039;, 4864 =&gt; &#039;L&#039;, 4865 =&gt; &#039;L&#039;, 4866 =&gt; &#039;L&#039;, 4867 =&gt; &#039;L&#039;, 4868 =&gt; &#039;L&#039;, 4869 =&gt; &#039;L&#039;, 4870 =&gt; &#039;L&#039;, 4871 =&gt; &#039;L&#039;, 4872 =&gt; &#039;L&#039;, 4873 =&gt; &#039;L&#039;, 4874 =&gt; &#039;L&#039;, 4875 =&gt; &#039;L&#039;, 4876 =&gt; &#039;L&#039;, 4877 =&gt; &#039;L&#039;, 4878 =&gt; &#039;L&#039;, 4879 =&gt; &#039;L&#039;, 4880 =&gt; &#039;L&#039;, 4882 =&gt; &#039;L&#039;, 4883 =&gt; &#039;L&#039;, 4884 =&gt; &#039;L&#039;, 4885 =&gt; &#039;L&#039;, 4888 =&gt; &#039;L&#039;, 4889 =&gt; &#039;L&#039;, 4890 =&gt; &#039;L&#039;, 4891 =&gt; &#039;L&#039;, 4892 =&gt; &#039;L&#039;, 4893 =&gt; &#039;L&#039;, 4894 =&gt; &#039;L&#039;, 4895 =&gt; &#039;L&#039;, 4896 =&gt; &#039;L&#039;, 4897 =&gt; &#039;L&#039;, 4898 =&gt; &#039;L&#039;, 4899 =&gt; &#039;L&#039;, 4900 =&gt; &#039;L&#039;, 4901 =&gt; &#039;L&#039;, 4902 =&gt; &#039;L&#039;, 4903 =&gt; &#039;L&#039;, 4904 =&gt; &#039;L&#039;, 4905 =&gt; &#039;L&#039;, 4906 =&gt; &#039;L&#039;, 4907 =&gt; &#039;L&#039;, 4908 =&gt; &#039;L&#039;, 4909 =&gt; &#039;L&#039;, 4910 =&gt; &#039;L&#039;, 4911 =&gt; &#039;L&#039;, 4912 =&gt; &#039;L&#039;, 4913 =&gt; &#039;L&#039;, 4914 =&gt; &#039;L&#039;, 4915 =&gt; &#039;L&#039;, 4916 =&gt; &#039;L&#039;, 4917 =&gt; &#039;L&#039;, 4918 =&gt; &#039;L&#039;, 4919 =&gt; &#039;L&#039;, 4920 =&gt; &#039;L&#039;, 4921 =&gt; &#039;L&#039;, 4922 =&gt; &#039;L&#039;, 4923 =&gt; &#039;L&#039;, 4924 =&gt; &#039;L&#039;, 4925 =&gt; &#039;L&#039;, 4926 =&gt; &#039;L&#039;, 4927 =&gt; &#039;L&#039;, 4928 =&gt; &#039;L&#039;, 4929 =&gt; &#039;L&#039;, 4930 =&gt; &#039;L&#039;, 4931 =&gt; &#039;L&#039;, 4932 =&gt; &#039;L&#039;, 4933 =&gt; &#039;L&#039;, 4934 =&gt; &#039;L&#039;, 4935 =&gt; &#039;L&#039;, 4936 =&gt; &#039;L&#039;, 4937 =&gt; &#039;L&#039;, 4938 =&gt; &#039;L&#039;, 4939 =&gt; &#039;L&#039;, 4940 =&gt; &#039;L&#039;, 4941 =&gt; &#039;L&#039;, 4942 =&gt; &#039;L&#039;, 4943 =&gt; &#039;L&#039;, 4944 =&gt; &#039;L&#039;, 4945 =&gt; &#039;L&#039;, 4946 =&gt; &#039;L&#039;, 4947 =&gt; &#039;L&#039;, 4948 =&gt; &#039;L&#039;, 4949 =&gt; &#039;L&#039;, 4950 =&gt; &#039;L&#039;, 4951 =&gt; &#039;L&#039;, 4952 =&gt; &#039;L&#039;, 4953 =&gt; &#039;L&#039;, 4954 =&gt; &#039;L&#039;, 4959 =&gt; &#039;NSM&#039;, 4960 =&gt; &#039;L&#039;, 4961 =&gt; &#039;L&#039;, 4962 =&gt; &#039;L&#039;, 4963 =&gt; &#039;L&#039;, 4964 =&gt; &#039;L&#039;, 4965 =&gt; &#039;L&#039;, 4966 =&gt; &#039;L&#039;, 4967 =&gt; &#039;L&#039;, 4968 =&gt; &#039;L&#039;, 4969 =&gt; &#039;L&#039;, 4970 =&gt; &#039;L&#039;, 4971 =&gt; &#039;L&#039;, 4972 =&gt; &#039;L&#039;, 4973 =&gt; &#039;L&#039;, 4974 =&gt; &#039;L&#039;, 4975 =&gt; &#039;L&#039;, 4976 =&gt; &#039;L&#039;, 4977 =&gt; &#039;L&#039;, 4978 =&gt; &#039;L&#039;, 4979 =&gt; &#039;L&#039;, 4980 =&gt; &#039;L&#039;, 4981 =&gt; &#039;L&#039;, 4982 =&gt; &#039;L&#039;, 4983 =&gt; &#039;L&#039;, 4984 =&gt; &#039;L&#039;, 4985 =&gt; &#039;L&#039;, 4986 =&gt; &#039;L&#039;, 4987 =&gt; &#039;L&#039;, 4988 =&gt; &#039;L&#039;, 4992 =&gt; &#039;L&#039;, 4993 =&gt; &#039;L&#039;, 4994 =&gt; &#039;L&#039;, 4995 =&gt; &#039;L&#039;, 4996 =&gt; &#039;L&#039;, 4997 =&gt; &#039;L&#039;, 4998 =&gt; &#039;L&#039;, 4999 =&gt; &#039;L&#039;, 5000 =&gt; &#039;L&#039;, 5001 =&gt; &#039;L&#039;, 5002 =&gt; &#039;L&#039;, 5003 =&gt; &#039;L&#039;, 5004 =&gt; &#039;L&#039;, 5005 =&gt; &#039;L&#039;, 5006 =&gt; &#039;L&#039;, 5007 =&gt; &#039;L&#039;, 5008 =&gt; &#039;ON&#039;, 5009 =&gt; &#039;ON&#039;, 5010 =&gt; &#039;ON&#039;, 5011 =&gt; &#039;ON&#039;, 5012 =&gt; &#039;ON&#039;, 5013 =&gt; &#039;ON&#039;, 5014 =&gt; &#039;ON&#039;, 5015 =&gt; &#039;ON&#039;, 5016 =&gt; &#039;ON&#039;, 5017 =&gt; &#039;ON&#039;, 5024 =&gt; &#039;L&#039;, 5025 =&gt; &#039;L&#039;, 5026 =&gt; &#039;L&#039;, 5027 =&gt; &#039;L&#039;, 5028 =&gt; &#039;L&#039;, 5029 =&gt; &#039;L&#039;, 5030 =&gt; &#039;L&#039;, 5031 =&gt; &#039;L&#039;, 5032 =&gt; &#039;L&#039;, 5033 =&gt; &#039;L&#039;, 5034 =&gt; &#039;L&#039;, 5035 =&gt; &#039;L&#039;, 5036 =&gt; &#039;L&#039;, 5037 =&gt; &#039;L&#039;, 5038 =&gt; &#039;L&#039;, 5039 =&gt; &#039;L&#039;, 5040 =&gt; &#039;L&#039;, 5041 =&gt; &#039;L&#039;, 5042 =&gt; &#039;L&#039;, 5043 =&gt; &#039;L&#039;, 5044 =&gt; &#039;L&#039;, 5045 =&gt; &#039;L&#039;, 5046 =&gt; &#039;L&#039;, 5047 =&gt; &#039;L&#039;, 5048 =&gt; &#039;L&#039;, 5049 =&gt; &#039;L&#039;, 5050 =&gt; &#039;L&#039;, 5051 =&gt; &#039;L&#039;, 5052 =&gt; &#039;L&#039;, 5053 =&gt; &#039;L&#039;, 5054 =&gt; &#039;L&#039;, 5055 =&gt; &#039;L&#039;, 5056 =&gt; &#039;L&#039;, 5057 =&gt; &#039;L&#039;, 5058 =&gt; &#039;L&#039;, 5059 =&gt; &#039;L&#039;, 5060 =&gt; &#039;L&#039;, 5061 =&gt; &#039;L&#039;, 5062 =&gt; &#039;L&#039;, 5063 =&gt; &#039;L&#039;, 5064 =&gt; &#039;L&#039;, 5065 =&gt; &#039;L&#039;, 5066 =&gt; &#039;L&#039;, 5067 =&gt; &#039;L&#039;, 5068 =&gt; &#039;L&#039;, 5069 =&gt; &#039;L&#039;, 5070 =&gt; &#039;L&#039;, 5071 =&gt; &#039;L&#039;, 5072 =&gt; &#039;L&#039;, 5073 =&gt; &#039;L&#039;, 5074 =&gt; &#039;L&#039;, 5075 =&gt; &#039;L&#039;, 5076 =&gt; &#039;L&#039;, 5077 =&gt; &#039;L&#039;, 5078 =&gt; &#039;L&#039;, 5079 =&gt; &#039;L&#039;, 5080 =&gt; &#039;L&#039;, 5081 =&gt; &#039;L&#039;, 5082 =&gt; &#039;L&#039;, 5083 =&gt; &#039;L&#039;, 5084 =&gt; &#039;L&#039;, 5085 =&gt; &#039;L&#039;, 5086 =&gt; &#039;L&#039;, 5087 =&gt; &#039;L&#039;, 5088 =&gt; &#039;L&#039;, 5089 =&gt; &#039;L&#039;, 5090 =&gt; &#039;L&#039;, 5091 =&gt; &#039;L&#039;, 5092 =&gt; &#039;L&#039;, 5093 =&gt; &#039;L&#039;, 5094 =&gt; &#039;L&#039;, 5095 =&gt; &#039;L&#039;, 5096 =&gt; &#039;L&#039;, 5097 =&gt; &#039;L&#039;, 5098 =&gt; &#039;L&#039;, 5099 =&gt; &#039;L&#039;, 5100 =&gt; &#039;L&#039;, 5101 =&gt; &#039;L&#039;, 5102 =&gt; &#039;L&#039;, 5103 =&gt; &#039;L&#039;, 5104 =&gt; &#039;L&#039;, 5105 =&gt; &#039;L&#039;, 5106 =&gt; &#039;L&#039;, 5107 =&gt; &#039;L&#039;, 5108 =&gt; &#039;L&#039;, 5121 =&gt; &#039;L&#039;, 5122 =&gt; &#039;L&#039;, 5123 =&gt; &#039;L&#039;, 5124 =&gt; &#039;L&#039;, 5125 =&gt; &#039;L&#039;, 5126 =&gt; &#039;L&#039;, 5127 =&gt; &#039;L&#039;, 5128 =&gt; &#039;L&#039;, 5129 =&gt; &#039;L&#039;, 5130 =&gt; &#039;L&#039;, 5131 =&gt; &#039;L&#039;, 5132 =&gt; &#039;L&#039;, 5133 =&gt; &#039;L&#039;, 5134 =&gt; &#039;L&#039;, 5135 =&gt; &#039;L&#039;, 5136 =&gt; &#039;L&#039;, 5137 =&gt; &#039;L&#039;, 5138 =&gt; &#039;L&#039;, 5139 =&gt; &#039;L&#039;, 5140 =&gt; &#039;L&#039;, 5141 =&gt; &#039;L&#039;, 5142 =&gt; &#039;L&#039;, 5143 =&gt; &#039;L&#039;, 5144 =&gt; &#039;L&#039;, 5145 =&gt; &#039;L&#039;, 5146 =&gt; &#039;L&#039;, 5147 =&gt; &#039;L&#039;, 5148 =&gt; &#039;L&#039;, 5149 =&gt; &#039;L&#039;, 5150 =&gt; &#039;L&#039;, 5151 =&gt; &#039;L&#039;, 5152 =&gt; &#039;L&#039;, 5153 =&gt; &#039;L&#039;, 5154 =&gt; &#039;L&#039;, 5155 =&gt; &#039;L&#039;, 5156 =&gt; &#039;L&#039;, 5157 =&gt; &#039;L&#039;, 5158 =&gt; &#039;L&#039;, 5159 =&gt; &#039;L&#039;, 5160 =&gt; &#039;L&#039;, 5161 =&gt; &#039;L&#039;, 5162 =&gt; &#039;L&#039;, 5163 =&gt; &#039;L&#039;, 5164 =&gt; &#039;L&#039;, 5165 =&gt; &#039;L&#039;, 5166 =&gt; &#039;L&#039;, 5167 =&gt; &#039;L&#039;, 5168 =&gt; &#039;L&#039;, 5169 =&gt; &#039;L&#039;, 5170 =&gt; &#039;L&#039;, 5171 =&gt; &#039;L&#039;, 5172 =&gt; &#039;L&#039;, 5173 =&gt; &#039;L&#039;, 5174 =&gt; &#039;L&#039;, 5175 =&gt; &#039;L&#039;, 5176 =&gt; &#039;L&#039;, 5177 =&gt; &#039;L&#039;, 5178 =&gt; &#039;L&#039;, 5179 =&gt; &#039;L&#039;, 5180 =&gt; &#039;L&#039;, 5181 =&gt; &#039;L&#039;, 5182 =&gt; &#039;L&#039;, 5183 =&gt; &#039;L&#039;, 5184 =&gt; &#039;L&#039;, 5185 =&gt; &#039;L&#039;, 5186 =&gt; &#039;L&#039;, 5187 =&gt; &#039;L&#039;, 5188 =&gt; &#039;L&#039;, 5189 =&gt; &#039;L&#039;, 5190 =&gt; &#039;L&#039;, 5191 =&gt; &#039;L&#039;, 5192 =&gt; &#039;L&#039;, 5193 =&gt; &#039;L&#039;, 5194 =&gt; &#039;L&#039;, 5195 =&gt; &#039;L&#039;, 5196 =&gt; &#039;L&#039;, 5197 =&gt; &#039;L&#039;, 5198 =&gt; &#039;L&#039;, 5199 =&gt; &#039;L&#039;, 5200 =&gt; &#039;L&#039;, 5201 =&gt; &#039;L&#039;, 5202 =&gt; &#039;L&#039;, 5203 =&gt; &#039;L&#039;, 5204 =&gt; &#039;L&#039;, 5205 =&gt; &#039;L&#039;, 5206 =&gt; &#039;L&#039;, 5207 =&gt; &#039;L&#039;, 5208 =&gt; &#039;L&#039;, 5209 =&gt; &#039;L&#039;, 5210 =&gt; &#039;L&#039;, 5211 =&gt; &#039;L&#039;, 5212 =&gt; &#039;L&#039;, 5213 =&gt; &#039;L&#039;, 5214 =&gt; &#039;L&#039;, 5215 =&gt; &#039;L&#039;, 5216 =&gt; &#039;L&#039;, 5217 =&gt; &#039;L&#039;, 5218 =&gt; &#039;L&#039;, 5219 =&gt; &#039;L&#039;, 5220 =&gt; &#039;L&#039;, 5221 =&gt; &#039;L&#039;, 5222 =&gt; &#039;L&#039;, 5223 =&gt; &#039;L&#039;, 5224 =&gt; &#039;L&#039;, 5225 =&gt; &#039;L&#039;, 5226 =&gt; &#039;L&#039;, 5227 =&gt; &#039;L&#039;, 5228 =&gt; &#039;L&#039;, 5229 =&gt; &#039;L&#039;, 5230 =&gt; &#039;L&#039;, 5231 =&gt; &#039;L&#039;, 5232 =&gt; &#039;L&#039;, 5233 =&gt; &#039;L&#039;, 5234 =&gt; &#039;L&#039;, 5235 =&gt; &#039;L&#039;, 5236 =&gt; &#039;L&#039;, 5237 =&gt; &#039;L&#039;, 5238 =&gt; &#039;L&#039;, 5239 =&gt; &#039;L&#039;, 5240 =&gt; &#039;L&#039;, 5241 =&gt; &#039;L&#039;, 5242 =&gt; &#039;L&#039;, 5243 =&gt; &#039;L&#039;, 5244 =&gt; &#039;L&#039;, 5245 =&gt; &#039;L&#039;, 5246 =&gt; &#039;L&#039;, 5247 =&gt; &#039;L&#039;, 5248 =&gt; &#039;L&#039;, 5249 =&gt; &#039;L&#039;, 5250 =&gt; &#039;L&#039;, 5251 =&gt; &#039;L&#039;, 5252 =&gt; &#039;L&#039;, 5253 =&gt; &#039;L&#039;, 5254 =&gt; &#039;L&#039;, 5255 =&gt; &#039;L&#039;, 5256 =&gt; &#039;L&#039;, 5257 =&gt; &#039;L&#039;, 5258 =&gt; &#039;L&#039;, 5259 =&gt; &#039;L&#039;, 5260 =&gt; &#039;L&#039;, 5261 =&gt; &#039;L&#039;, 5262 =&gt; &#039;L&#039;, 5263 =&gt; &#039;L&#039;, 5264 =&gt; &#039;L&#039;, 5265 =&gt; &#039;L&#039;, 5266 =&gt; &#039;L&#039;, 5267 =&gt; &#039;L&#039;, 5268 =&gt; &#039;L&#039;, 5269 =&gt; &#039;L&#039;, 5270 =&gt; &#039;L&#039;, 5271 =&gt; &#039;L&#039;, 5272 =&gt; &#039;L&#039;, 5273 =&gt; &#039;L&#039;, 5274 =&gt; &#039;L&#039;, 5275 =&gt; &#039;L&#039;, 5276 =&gt; &#039;L&#039;, 5277 =&gt; &#039;L&#039;, 5278 =&gt; &#039;L&#039;, 5279 =&gt; &#039;L&#039;, 5280 =&gt; &#039;L&#039;, 5281 =&gt; &#039;L&#039;, 5282 =&gt; &#039;L&#039;, 5283 =&gt; &#039;L&#039;, 5284 =&gt; &#039;L&#039;, 5285 =&gt; &#039;L&#039;, 5286 =&gt; &#039;L&#039;, 5287 =&gt; &#039;L&#039;, 5288 =&gt; &#039;L&#039;, 5289 =&gt; &#039;L&#039;, 5290 =&gt; &#039;L&#039;, 5291 =&gt; &#039;L&#039;, 5292 =&gt; &#039;L&#039;, 5293 =&gt; &#039;L&#039;, 5294 =&gt; &#039;L&#039;, 5295 =&gt; &#039;L&#039;, 5296 =&gt; &#039;L&#039;, 5297 =&gt; &#039;L&#039;, 5298 =&gt; &#039;L&#039;, 5299 =&gt; &#039;L&#039;, 5300 =&gt; &#039;L&#039;, 5301 =&gt; &#039;L&#039;, 5302 =&gt; &#039;L&#039;, 5303 =&gt; &#039;L&#039;, 5304 =&gt; &#039;L&#039;, 5305 =&gt; &#039;L&#039;, 5306 =&gt; &#039;L&#039;, 5307 =&gt; &#039;L&#039;, 5308 =&gt; &#039;L&#039;, 5309 =&gt; &#039;L&#039;, 5310 =&gt; &#039;L&#039;, 5311 =&gt; &#039;L&#039;, 5312 =&gt; &#039;L&#039;, 5313 =&gt; &#039;L&#039;, 5314 =&gt; &#039;L&#039;, 5315 =&gt; &#039;L&#039;, 5316 =&gt; &#039;L&#039;, 5317 =&gt; &#039;L&#039;, 5318 =&gt; &#039;L&#039;, 5319 =&gt; &#039;L&#039;, 5320 =&gt; &#039;L&#039;, 5321 =&gt; &#039;L&#039;, 5322 =&gt; &#039;L&#039;, 5323 =&gt; &#039;L&#039;, 5324 =&gt; &#039;L&#039;, 5325 =&gt; &#039;L&#039;, 5326 =&gt; &#039;L&#039;, 5327 =&gt; &#039;L&#039;, 5328 =&gt; &#039;L&#039;, 5329 =&gt; &#039;L&#039;, 5330 =&gt; &#039;L&#039;, 5331 =&gt; &#039;L&#039;, 5332 =&gt; &#039;L&#039;, 5333 =&gt; &#039;L&#039;, 5334 =&gt; &#039;L&#039;, 5335 =&gt; &#039;L&#039;, 5336 =&gt; &#039;L&#039;, 5337 =&gt; &#039;L&#039;, 5338 =&gt; &#039;L&#039;, 5339 =&gt; &#039;L&#039;, 5340 =&gt; &#039;L&#039;, 5341 =&gt; &#039;L&#039;, 5342 =&gt; &#039;L&#039;, 5343 =&gt; &#039;L&#039;, 5344 =&gt; &#039;L&#039;, 5345 =&gt; &#039;L&#039;, 5346 =&gt; &#039;L&#039;, 5347 =&gt; &#039;L&#039;, 5348 =&gt; &#039;L&#039;, 5349 =&gt; &#039;L&#039;, 5350 =&gt; &#039;L&#039;, 5351 =&gt; &#039;L&#039;, 5352 =&gt; &#039;L&#039;, 5353 =&gt; &#039;L&#039;, 5354 =&gt; &#039;L&#039;, 5355 =&gt; &#039;L&#039;, 5356 =&gt; &#039;L&#039;, 5357 =&gt; &#039;L&#039;, 5358 =&gt; &#039;L&#039;, 5359 =&gt; &#039;L&#039;, 5360 =&gt; &#039;L&#039;, 5361 =&gt; &#039;L&#039;, 5362 =&gt; &#039;L&#039;, 5363 =&gt; &#039;L&#039;, 5364 =&gt; &#039;L&#039;, 5365 =&gt; &#039;L&#039;, 5366 =&gt; &#039;L&#039;, 5367 =&gt; &#039;L&#039;, 5368 =&gt; &#039;L&#039;, 5369 =&gt; &#039;L&#039;, 5370 =&gt; &#039;L&#039;, 5371 =&gt; &#039;L&#039;, 5372 =&gt; &#039;L&#039;, 5373 =&gt; &#039;L&#039;, 5374 =&gt; &#039;L&#039;, 5375 =&gt; &#039;L&#039;, 5376 =&gt; &#039;L&#039;, 5377 =&gt; &#039;L&#039;, 5378 =&gt; &#039;L&#039;, 5379 =&gt; &#039;L&#039;, 5380 =&gt; &#039;L&#039;, 5381 =&gt; &#039;L&#039;, 5382 =&gt; &#039;L&#039;, 5383 =&gt; &#039;L&#039;, 5384 =&gt; &#039;L&#039;, 5385 =&gt; &#039;L&#039;, 5386 =&gt; &#039;L&#039;, 5387 =&gt; &#039;L&#039;, 5388 =&gt; &#039;L&#039;, 5389 =&gt; &#039;L&#039;, 5390 =&gt; &#039;L&#039;, 5391 =&gt; &#039;L&#039;, 5392 =&gt; &#039;L&#039;, 5393 =&gt; &#039;L&#039;, 5394 =&gt; &#039;L&#039;, 5395 =&gt; &#039;L&#039;, 5396 =&gt; &#039;L&#039;, 5397 =&gt; &#039;L&#039;, 5398 =&gt; &#039;L&#039;, 5399 =&gt; &#039;L&#039;, 5400 =&gt; &#039;L&#039;, 5401 =&gt; &#039;L&#039;, 5402 =&gt; &#039;L&#039;, 5403 =&gt; &#039;L&#039;, 5404 =&gt; &#039;L&#039;, 5405 =&gt; &#039;L&#039;, 5406 =&gt; &#039;L&#039;, 5407 =&gt; &#039;L&#039;, 5408 =&gt; &#039;L&#039;, 5409 =&gt; &#039;L&#039;, 5410 =&gt; &#039;L&#039;, 5411 =&gt; &#039;L&#039;, 5412 =&gt; &#039;L&#039;, 5413 =&gt; &#039;L&#039;, 5414 =&gt; &#039;L&#039;, 5415 =&gt; &#039;L&#039;, 5416 =&gt; &#039;L&#039;, 5417 =&gt; &#039;L&#039;, 5418 =&gt; &#039;L&#039;, 5419 =&gt; &#039;L&#039;, 5420 =&gt; &#039;L&#039;, 5421 =&gt; &#039;L&#039;, 5422 =&gt; &#039;L&#039;, 5423 =&gt; &#039;L&#039;, 5424 =&gt; &#039;L&#039;, 5425 =&gt; &#039;L&#039;, 5426 =&gt; &#039;L&#039;, 5427 =&gt; &#039;L&#039;, 5428 =&gt; &#039;L&#039;, 5429 =&gt; &#039;L&#039;, 5430 =&gt; &#039;L&#039;, 5431 =&gt; &#039;L&#039;, 5432 =&gt; &#039;L&#039;, 5433 =&gt; &#039;L&#039;, 5434 =&gt; &#039;L&#039;, 5435 =&gt; &#039;L&#039;, 5436 =&gt; &#039;L&#039;, 5437 =&gt; &#039;L&#039;, 5438 =&gt; &#039;L&#039;, 5439 =&gt; &#039;L&#039;, 5440 =&gt; &#039;L&#039;, 5441 =&gt; &#039;L&#039;, 5442 =&gt; &#039;L&#039;, 5443 =&gt; &#039;L&#039;, 5444 =&gt; &#039;L&#039;, 5445 =&gt; &#039;L&#039;, 5446 =&gt; &#039;L&#039;, 5447 =&gt; &#039;L&#039;, 5448 =&gt; &#039;L&#039;, 5449 =&gt; &#039;L&#039;, 5450 =&gt; &#039;L&#039;, 5451 =&gt; &#039;L&#039;, 5452 =&gt; &#039;L&#039;, 5453 =&gt; &#039;L&#039;, 5454 =&gt; &#039;L&#039;, 5455 =&gt; &#039;L&#039;, 5456 =&gt; &#039;L&#039;, 5457 =&gt; &#039;L&#039;, 5458 =&gt; &#039;L&#039;, 5459 =&gt; &#039;L&#039;, 5460 =&gt; &#039;L&#039;, 5461 =&gt; &#039;L&#039;, 5462 =&gt; &#039;L&#039;, 5463 =&gt; &#039;L&#039;, 5464 =&gt; &#039;L&#039;, 5465 =&gt; &#039;L&#039;, 5466 =&gt; &#039;L&#039;, 5467 =&gt; &#039;L&#039;, 5468 =&gt; &#039;L&#039;, 5469 =&gt; &#039;L&#039;, 5470 =&gt; &#039;L&#039;, 5471 =&gt; &#039;L&#039;, 5472 =&gt; &#039;L&#039;, 5473 =&gt; &#039;L&#039;, 5474 =&gt; &#039;L&#039;, 5475 =&gt; &#039;L&#039;, 5476 =&gt; &#039;L&#039;, 5477 =&gt; &#039;L&#039;, 5478 =&gt; &#039;L&#039;, 5479 =&gt; &#039;L&#039;, 5480 =&gt; &#039;L&#039;, 5481 =&gt; &#039;L&#039;, 5482 =&gt; &#039;L&#039;, 5483 =&gt; &#039;L&#039;, 5484 =&gt; &#039;L&#039;, 5485 =&gt; &#039;L&#039;, 5486 =&gt; &#039;L&#039;, 5487 =&gt; &#039;L&#039;, 5488 =&gt; &#039;L&#039;, 5489 =&gt; &#039;L&#039;, 5490 =&gt; &#039;L&#039;, 5491 =&gt; &#039;L&#039;, 5492 =&gt; &#039;L&#039;, 5493 =&gt; &#039;L&#039;, 5494 =&gt; &#039;L&#039;, 5495 =&gt; &#039;L&#039;, 5496 =&gt; &#039;L&#039;, 5497 =&gt; &#039;L&#039;, 5498 =&gt; &#039;L&#039;, 5499 =&gt; &#039;L&#039;, 5500 =&gt; &#039;L&#039;, 5501 =&gt; &#039;L&#039;, 5502 =&gt; &#039;L&#039;, 5503 =&gt; &#039;L&#039;, 5504 =&gt; &#039;L&#039;, 5505 =&gt; &#039;L&#039;, 5506 =&gt; &#039;L&#039;, 5507 =&gt; &#039;L&#039;, 5508 =&gt; &#039;L&#039;, 5509 =&gt; &#039;L&#039;, 5510 =&gt; &#039;L&#039;, 5511 =&gt; &#039;L&#039;, 5512 =&gt; &#039;L&#039;, 5513 =&gt; &#039;L&#039;, 5514 =&gt; &#039;L&#039;, 5515 =&gt; &#039;L&#039;, 5516 =&gt; &#039;L&#039;, 5517 =&gt; &#039;L&#039;, 5518 =&gt; &#039;L&#039;, 5519 =&gt; &#039;L&#039;, 5520 =&gt; &#039;L&#039;, 5521 =&gt; &#039;L&#039;, 5522 =&gt; &#039;L&#039;, 5523 =&gt; &#039;L&#039;, 5524 =&gt; &#039;L&#039;, 5525 =&gt; &#039;L&#039;, 5526 =&gt; &#039;L&#039;, 5527 =&gt; &#039;L&#039;, 5528 =&gt; &#039;L&#039;, 5529 =&gt; &#039;L&#039;, 5530 =&gt; &#039;L&#039;, 5531 =&gt; &#039;L&#039;, 5532 =&gt; &#039;L&#039;, 5533 =&gt; &#039;L&#039;, 5534 =&gt; &#039;L&#039;, 5535 =&gt; &#039;L&#039;, 5536 =&gt; &#039;L&#039;, 5537 =&gt; &#039;L&#039;, 5538 =&gt; &#039;L&#039;, 5539 =&gt; &#039;L&#039;, 5540 =&gt; &#039;L&#039;, 5541 =&gt; &#039;L&#039;, 5542 =&gt; &#039;L&#039;, 5543 =&gt; &#039;L&#039;, 5544 =&gt; &#039;L&#039;, 5545 =&gt; &#039;L&#039;, 5546 =&gt; &#039;L&#039;, 5547 =&gt; &#039;L&#039;, 5548 =&gt; &#039;L&#039;, 5549 =&gt; &#039;L&#039;, 5550 =&gt; &#039;L&#039;, 5551 =&gt; &#039;L&#039;, 5552 =&gt; &#039;L&#039;, 5553 =&gt; &#039;L&#039;, 5554 =&gt; &#039;L&#039;, 5555 =&gt; &#039;L&#039;, 5556 =&gt; &#039;L&#039;, 5557 =&gt; &#039;L&#039;, 5558 =&gt; &#039;L&#039;, 5559 =&gt; &#039;L&#039;, 5560 =&gt; &#039;L&#039;, 5561 =&gt; &#039;L&#039;, 5562 =&gt; &#039;L&#039;, 5563 =&gt; &#039;L&#039;, 5564 =&gt; &#039;L&#039;, 5565 =&gt; &#039;L&#039;, 5566 =&gt; &#039;L&#039;, 5567 =&gt; &#039;L&#039;, 5568 =&gt; &#039;L&#039;, 5569 =&gt; &#039;L&#039;, 5570 =&gt; &#039;L&#039;, 5571 =&gt; &#039;L&#039;, 5572 =&gt; &#039;L&#039;, 5573 =&gt; &#039;L&#039;, 5574 =&gt; &#039;L&#039;, 5575 =&gt; &#039;L&#039;, 5576 =&gt; &#039;L&#039;, 5577 =&gt; &#039;L&#039;, 5578 =&gt; &#039;L&#039;, 5579 =&gt; &#039;L&#039;, 5580 =&gt; &#039;L&#039;, 5581 =&gt; &#039;L&#039;, 5582 =&gt; &#039;L&#039;, 5583 =&gt; &#039;L&#039;, 5584 =&gt; &#039;L&#039;, 5585 =&gt; &#039;L&#039;, 5586 =&gt; &#039;L&#039;, 5587 =&gt; &#039;L&#039;, 5588 =&gt; &#039;L&#039;, 5589 =&gt; &#039;L&#039;, 5590 =&gt; &#039;L&#039;, 5591 =&gt; &#039;L&#039;, 5592 =&gt; &#039;L&#039;, 5593 =&gt; &#039;L&#039;, 5594 =&gt; &#039;L&#039;, 5595 =&gt; &#039;L&#039;, 5596 =&gt; &#039;L&#039;, 5597 =&gt; &#039;L&#039;, 5598 =&gt; &#039;L&#039;, 5599 =&gt; &#039;L&#039;, 5600 =&gt; &#039;L&#039;, 5601 =&gt; &#039;L&#039;, 5602 =&gt; &#039;L&#039;, 5603 =&gt; &#039;L&#039;, 5604 =&gt; &#039;L&#039;, 5605 =&gt; &#039;L&#039;, 5606 =&gt; &#039;L&#039;, 5607 =&gt; &#039;L&#039;, 5608 =&gt; &#039;L&#039;, 5609 =&gt; &#039;L&#039;, 5610 =&gt; &#039;L&#039;, 5611 =&gt; &#039;L&#039;, 5612 =&gt; &#039;L&#039;, 5613 =&gt; &#039;L&#039;, 5614 =&gt; &#039;L&#039;, 5615 =&gt; &#039;L&#039;, 5616 =&gt; &#039;L&#039;, 5617 =&gt; &#039;L&#039;, 5618 =&gt; &#039;L&#039;, 5619 =&gt; &#039;L&#039;, 5620 =&gt; &#039;L&#039;, 5621 =&gt; &#039;L&#039;, 5622 =&gt; &#039;L&#039;, 5623 =&gt; &#039;L&#039;, 5624 =&gt; &#039;L&#039;, 5625 =&gt; &#039;L&#039;, 5626 =&gt; &#039;L&#039;, 5627 =&gt; &#039;L&#039;, 5628 =&gt; &#039;L&#039;, 5629 =&gt; &#039;L&#039;, 5630 =&gt; &#039;L&#039;, 5631 =&gt; &#039;L&#039;, 5632 =&gt; &#039;L&#039;, 5633 =&gt; &#039;L&#039;, 5634 =&gt; &#039;L&#039;, 5635 =&gt; &#039;L&#039;, 5636 =&gt; &#039;L&#039;, 5637 =&gt; &#039;L&#039;, 5638 =&gt; &#039;L&#039;, 5639 =&gt; &#039;L&#039;, 5640 =&gt; &#039;L&#039;, 5641 =&gt; &#039;L&#039;, 5642 =&gt; &#039;L&#039;, 5643 =&gt; &#039;L&#039;, 5644 =&gt; &#039;L&#039;, 5645 =&gt; &#039;L&#039;, 5646 =&gt; &#039;L&#039;, 5647 =&gt; &#039;L&#039;, 5648 =&gt; &#039;L&#039;, 5649 =&gt; &#039;L&#039;, 5650 =&gt; &#039;L&#039;, 5651 =&gt; &#039;L&#039;, 5652 =&gt; &#039;L&#039;, 5653 =&gt; &#039;L&#039;, 5654 =&gt; &#039;L&#039;, 5655 =&gt; &#039;L&#039;, 5656 =&gt; &#039;L&#039;, 5657 =&gt; &#039;L&#039;, 5658 =&gt; &#039;L&#039;, 5659 =&gt; &#039;L&#039;, 5660 =&gt; &#039;L&#039;, 5661 =&gt; &#039;L&#039;, 5662 =&gt; &#039;L&#039;, 5663 =&gt; &#039;L&#039;, 5664 =&gt; &#039;L&#039;, 5665 =&gt; &#039;L&#039;, 5666 =&gt; &#039;L&#039;, 5667 =&gt; &#039;L&#039;, 5668 =&gt; &#039;L&#039;, 5669 =&gt; &#039;L&#039;, 5670 =&gt; &#039;L&#039;, 5671 =&gt; &#039;L&#039;, 5672 =&gt; &#039;L&#039;, 5673 =&gt; &#039;L&#039;, 5674 =&gt; &#039;L&#039;, 5675 =&gt; &#039;L&#039;, 5676 =&gt; &#039;L&#039;, 5677 =&gt; &#039;L&#039;, 5678 =&gt; &#039;L&#039;, 5679 =&gt; &#039;L&#039;, 5680 =&gt; &#039;L&#039;, 5681 =&gt; &#039;L&#039;, 5682 =&gt; &#039;L&#039;, 5683 =&gt; &#039;L&#039;, 5684 =&gt; &#039;L&#039;, 5685 =&gt; &#039;L&#039;, 5686 =&gt; &#039;L&#039;, 5687 =&gt; &#039;L&#039;, 5688 =&gt; &#039;L&#039;, 5689 =&gt; &#039;L&#039;, 5690 =&gt; &#039;L&#039;, 5691 =&gt; &#039;L&#039;, 5692 =&gt; &#039;L&#039;, 5693 =&gt; &#039;L&#039;, 5694 =&gt; &#039;L&#039;, 5695 =&gt; &#039;L&#039;, 5696 =&gt; &#039;L&#039;, 5697 =&gt; &#039;L&#039;, 5698 =&gt; &#039;L&#039;, 5699 =&gt; &#039;L&#039;, 5700 =&gt; &#039;L&#039;, 5701 =&gt; &#039;L&#039;, 5702 =&gt; &#039;L&#039;, 5703 =&gt; &#039;L&#039;, 5704 =&gt; &#039;L&#039;, 5705 =&gt; &#039;L&#039;, 5706 =&gt; &#039;L&#039;, 5707 =&gt; &#039;L&#039;, 5708 =&gt; &#039;L&#039;, 5709 =&gt; &#039;L&#039;, 5710 =&gt; &#039;L&#039;, 5711 =&gt; &#039;L&#039;, 5712 =&gt; &#039;L&#039;, 5713 =&gt; &#039;L&#039;, 5714 =&gt; &#039;L&#039;, 5715 =&gt; &#039;L&#039;, 5716 =&gt; &#039;L&#039;, 5717 =&gt; &#039;L&#039;, 5718 =&gt; &#039;L&#039;, 5719 =&gt; &#039;L&#039;, 5720 =&gt; &#039;L&#039;, 5721 =&gt; &#039;L&#039;, 5722 =&gt; &#039;L&#039;, 5723 =&gt; &#039;L&#039;, 5724 =&gt; &#039;L&#039;, 5725 =&gt; &#039;L&#039;, 5726 =&gt; &#039;L&#039;, 5727 =&gt; &#039;L&#039;, 5728 =&gt; &#039;L&#039;, 5729 =&gt; &#039;L&#039;, 5730 =&gt; &#039;L&#039;, 5731 =&gt; &#039;L&#039;, 5732 =&gt; &#039;L&#039;, 5733 =&gt; &#039;L&#039;, 5734 =&gt; &#039;L&#039;, 5735 =&gt; &#039;L&#039;, 5736 =&gt; &#039;L&#039;, 5737 =&gt; &#039;L&#039;, 5738 =&gt; &#039;L&#039;, 5739 =&gt; &#039;L&#039;, 5740 =&gt; &#039;L&#039;, 5741 =&gt; &#039;L&#039;, 5742 =&gt; &#039;L&#039;, 5743 =&gt; &#039;L&#039;, 5744 =&gt; &#039;L&#039;, 5745 =&gt; &#039;L&#039;, 5746 =&gt; &#039;L&#039;, 5747 =&gt; &#039;L&#039;, 5748 =&gt; &#039;L&#039;, 5749 =&gt; &#039;L&#039;, 5750 =&gt; &#039;L&#039;, 5760 =&gt; &#039;WS&#039;, 5761 =&gt; &#039;L&#039;, 5762 =&gt; &#039;L&#039;, 5763 =&gt; &#039;L&#039;, 5764 =&gt; &#039;L&#039;, 5765 =&gt; &#039;L&#039;, 5766 =&gt; &#039;L&#039;, 5767 =&gt; &#039;L&#039;, 5768 =&gt; &#039;L&#039;, 5769 =&gt; &#039;L&#039;, 5770 =&gt; &#039;L&#039;, 5771 =&gt; &#039;L&#039;, 5772 =&gt; &#039;L&#039;, 5773 =&gt; &#039;L&#039;, 5774 =&gt; &#039;L&#039;, 5775 =&gt; &#039;L&#039;, 5776 =&gt; &#039;L&#039;, 5777 =&gt; &#039;L&#039;, 5778 =&gt; &#039;L&#039;, 5779 =&gt; &#039;L&#039;, 5780 =&gt; &#039;L&#039;, 5781 =&gt; &#039;L&#039;, 5782 =&gt; &#039;L&#039;, 5783 =&gt; &#039;L&#039;, 5784 =&gt; &#039;L&#039;, 5785 =&gt; &#039;L&#039;, 5786 =&gt; &#039;L&#039;, 5787 =&gt; &#039;ON&#039;, 5788 =&gt; &#039;ON&#039;, 5792 =&gt; &#039;L&#039;, 5793 =&gt; &#039;L&#039;, 5794 =&gt; &#039;L&#039;, 5795 =&gt; &#039;L&#039;, 5796 =&gt; &#039;L&#039;, 5797 =&gt; &#039;L&#039;, 5798 =&gt; &#039;L&#039;, 5799 =&gt; &#039;L&#039;, 5800 =&gt; &#039;L&#039;, 5801 =&gt; &#039;L&#039;, 5802 =&gt; &#039;L&#039;, 5803 =&gt; &#039;L&#039;, 5804 =&gt; &#039;L&#039;, 5805 =&gt; &#039;L&#039;, 5806 =&gt; &#039;L&#039;, 5807 =&gt; &#039;L&#039;, 5808 =&gt; &#039;L&#039;, 5809 =&gt; &#039;L&#039;, 5810 =&gt; &#039;L&#039;, 5811 =&gt; &#039;L&#039;, 5812 =&gt; &#039;L&#039;, 5813 =&gt; &#039;L&#039;, 5814 =&gt; &#039;L&#039;, 5815 =&gt; &#039;L&#039;, 5816 =&gt; &#039;L&#039;, 5817 =&gt; &#039;L&#039;, 5818 =&gt; &#039;L&#039;, 5819 =&gt; &#039;L&#039;, 5820 =&gt; &#039;L&#039;, 5821 =&gt; &#039;L&#039;, 5822 =&gt; &#039;L&#039;, 5823 =&gt; &#039;L&#039;, 5824 =&gt; &#039;L&#039;, 5825 =&gt; &#039;L&#039;, 5826 =&gt; &#039;L&#039;, 5827 =&gt; &#039;L&#039;, 5828 =&gt; &#039;L&#039;, 5829 =&gt; &#039;L&#039;, 5830 =&gt; &#039;L&#039;, 5831 =&gt; &#039;L&#039;, 5832 =&gt; &#039;L&#039;, 5833 =&gt; &#039;L&#039;, 5834 =&gt; &#039;L&#039;, 5835 =&gt; &#039;L&#039;, 5836 =&gt; &#039;L&#039;, 5837 =&gt; &#039;L&#039;, 5838 =&gt; &#039;L&#039;, 5839 =&gt; &#039;L&#039;, 5840 =&gt; &#039;L&#039;, 5841 =&gt; &#039;L&#039;, 5842 =&gt; &#039;L&#039;, 5843 =&gt; &#039;L&#039;, 5844 =&gt; &#039;L&#039;, 5845 =&gt; &#039;L&#039;, 5846 =&gt; &#039;L&#039;, 5847 =&gt; &#039;L&#039;, 5848 =&gt; &#039;L&#039;, 5849 =&gt; &#039;L&#039;, 5850 =&gt; &#039;L&#039;, 5851 =&gt; &#039;L&#039;, 5852 =&gt; &#039;L&#039;, 5853 =&gt; &#039;L&#039;, 5854 =&gt; &#039;L&#039;, 5855 =&gt; &#039;L&#039;, 5856 =&gt; &#039;L&#039;, 5857 =&gt; &#039;L&#039;, 5858 =&gt; &#039;L&#039;, 5859 =&gt; &#039;L&#039;, 5860 =&gt; &#039;L&#039;, 5861 =&gt; &#039;L&#039;, 5862 =&gt; &#039;L&#039;, 5863 =&gt; &#039;L&#039;, 5864 =&gt; &#039;L&#039;, 5865 =&gt; &#039;L&#039;, 5866 =&gt; &#039;L&#039;, 5867 =&gt; &#039;L&#039;, 5868 =&gt; &#039;L&#039;, 5869 =&gt; &#039;L&#039;, 5870 =&gt; &#039;L&#039;, 5871 =&gt; &#039;L&#039;, 5872 =&gt; &#039;L&#039;, 5888 =&gt; &#039;L&#039;, 5889 =&gt; &#039;L&#039;, 5890 =&gt; &#039;L&#039;, 5891 =&gt; &#039;L&#039;, 5892 =&gt; &#039;L&#039;, 5893 =&gt; &#039;L&#039;, 5894 =&gt; &#039;L&#039;, 5895 =&gt; &#039;L&#039;, 5896 =&gt; &#039;L&#039;, 5897 =&gt; &#039;L&#039;, 5898 =&gt; &#039;L&#039;, 5899 =&gt; &#039;L&#039;, 5900 =&gt; &#039;L&#039;, 5902 =&gt; &#039;L&#039;, 5903 =&gt; &#039;L&#039;, 5904 =&gt; &#039;L&#039;, 5905 =&gt; &#039;L&#039;, 5906 =&gt; &#039;NSM&#039;, 5907 =&gt; &#039;NSM&#039;, 5908 =&gt; &#039;NSM&#039;, 5920 =&gt; &#039;L&#039;, 5921 =&gt; &#039;L&#039;, 5922 =&gt; &#039;L&#039;, 5923 =&gt; &#039;L&#039;, 5924 =&gt; &#039;L&#039;, 5925 =&gt; &#039;L&#039;, 5926 =&gt; &#039;L&#039;, 5927 =&gt; &#039;L&#039;, 5928 =&gt; &#039;L&#039;, 5929 =&gt; &#039;L&#039;, 5930 =&gt; &#039;L&#039;, 5931 =&gt; &#039;L&#039;, 5932 =&gt; &#039;L&#039;, 5933 =&gt; &#039;L&#039;, 5934 =&gt; &#039;L&#039;, 5935 =&gt; &#039;L&#039;, 5936 =&gt; &#039;L&#039;, 5937 =&gt; &#039;L&#039;, 5938 =&gt; &#039;NSM&#039;, 5939 =&gt; &#039;NSM&#039;, 5940 =&gt; &#039;NSM&#039;, 5941 =&gt; &#039;L&#039;, 5942 =&gt; &#039;L&#039;, 5952 =&gt; &#039;L&#039;, 5953 =&gt; &#039;L&#039;, 5954 =&gt; &#039;L&#039;, 5955 =&gt; &#039;L&#039;, 5956 =&gt; &#039;L&#039;, 5957 =&gt; &#039;L&#039;, 5958 =&gt; &#039;L&#039;, 5959 =&gt; &#039;L&#039;, 5960 =&gt; &#039;L&#039;, 5961 =&gt; &#039;L&#039;, 5962 =&gt; &#039;L&#039;, 5963 =&gt; &#039;L&#039;, 5964 =&gt; &#039;L&#039;, 5965 =&gt; &#039;L&#039;, 5966 =&gt; &#039;L&#039;, 5967 =&gt; &#039;L&#039;, 5968 =&gt; &#039;L&#039;, 5969 =&gt; &#039;L&#039;, 5970 =&gt; &#039;NSM&#039;, 5971 =&gt; &#039;NSM&#039;, 5984 =&gt; &#039;L&#039;, 5985 =&gt; &#039;L&#039;, 5986 =&gt; &#039;L&#039;, 5987 =&gt; &#039;L&#039;, 5988 =&gt; &#039;L&#039;, 5989 =&gt; &#039;L&#039;, 5990 =&gt; &#039;L&#039;, 5991 =&gt; &#039;L&#039;, 5992 =&gt; &#039;L&#039;, 5993 =&gt; &#039;L&#039;, 5994 =&gt; &#039;L&#039;, 5995 =&gt; &#039;L&#039;, 5996 =&gt; &#039;L&#039;, 5998 =&gt; &#039;L&#039;, 5999 =&gt; &#039;L&#039;, 6000 =&gt; &#039;L&#039;, 6002 =&gt; &#039;NSM&#039;, 6003 =&gt; &#039;NSM&#039;, 6016 =&gt; &#039;L&#039;, 6017 =&gt; &#039;L&#039;, 6018 =&gt; &#039;L&#039;, 6019 =&gt; &#039;L&#039;, 6020 =&gt; &#039;L&#039;, 6021 =&gt; &#039;L&#039;, 6022 =&gt; &#039;L&#039;, 6023 =&gt; &#039;L&#039;, 6024 =&gt; &#039;L&#039;, 6025 =&gt; &#039;L&#039;, 6026 =&gt; &#039;L&#039;, 6027 =&gt; &#039;L&#039;, 6028 =&gt; &#039;L&#039;, 6029 =&gt; &#039;L&#039;, 6030 =&gt; &#039;L&#039;, 6031 =&gt; &#039;L&#039;, 6032 =&gt; &#039;L&#039;, 6033 =&gt; &#039;L&#039;, 6034 =&gt; &#039;L&#039;, 6035 =&gt; &#039;L&#039;, 6036 =&gt; &#039;L&#039;, 6037 =&gt; &#039;L&#039;, 6038 =&gt; &#039;L&#039;, 6039 =&gt; &#039;L&#039;, 6040 =&gt; &#039;L&#039;, 6041 =&gt; &#039;L&#039;, 6042 =&gt; &#039;L&#039;, 6043 =&gt; &#039;L&#039;, 6044 =&gt; &#039;L&#039;, 6045 =&gt; &#039;L&#039;, 6046 =&gt; &#039;L&#039;, 6047 =&gt; &#039;L&#039;, 6048 =&gt; &#039;L&#039;, 6049 =&gt; &#039;L&#039;, 6050 =&gt; &#039;L&#039;, 6051 =&gt; &#039;L&#039;, 6052 =&gt; &#039;L&#039;, 6053 =&gt; &#039;L&#039;, 6054 =&gt; &#039;L&#039;, 6055 =&gt; &#039;L&#039;, 6056 =&gt; &#039;L&#039;, 6057 =&gt; &#039;L&#039;, 6058 =&gt; &#039;L&#039;, 6059 =&gt; &#039;L&#039;, 6060 =&gt; &#039;L&#039;, 6061 =&gt; &#039;L&#039;, 6062 =&gt; &#039;L&#039;, 6063 =&gt; &#039;L&#039;, 6064 =&gt; &#039;L&#039;, 6065 =&gt; &#039;L&#039;, 6066 =&gt; &#039;L&#039;, 6067 =&gt; &#039;L&#039;, 6068 =&gt; &#039;L&#039;, 6069 =&gt; &#039;L&#039;, 6070 =&gt; &#039;L&#039;, 6071 =&gt; &#039;NSM&#039;, 6072 =&gt; &#039;NSM&#039;, 6073 =&gt; &#039;NSM&#039;, 6074 =&gt; &#039;NSM&#039;, 6075 =&gt; &#039;NSM&#039;, 6076 =&gt; &#039;NSM&#039;, 6077 =&gt; &#039;NSM&#039;, 6078 =&gt; &#039;L&#039;, 6079 =&gt; &#039;L&#039;, 6080 =&gt; &#039;L&#039;, 6081 =&gt; &#039;L&#039;, 6082 =&gt; &#039;L&#039;, 6083 =&gt; &#039;L&#039;, 6084 =&gt; &#039;L&#039;, 6085 =&gt; &#039;L&#039;, 6086 =&gt; &#039;NSM&#039;, 6087 =&gt; &#039;L&#039;, 6088 =&gt; &#039;L&#039;, 6089 =&gt; &#039;NSM&#039;, 6090 =&gt; &#039;NSM&#039;, 6091 =&gt; &#039;NSM&#039;, 6092 =&gt; &#039;NSM&#039;, 6093 =&gt; &#039;NSM&#039;, 6094 =&gt; &#039;NSM&#039;, 6095 =&gt; &#039;NSM&#039;, 6096 =&gt; &#039;NSM&#039;, 6097 =&gt; &#039;NSM&#039;, 6098 =&gt; &#039;NSM&#039;, 6099 =&gt; &#039;NSM&#039;, 6100 =&gt; &#039;L&#039;, 6101 =&gt; &#039;L&#039;, 6102 =&gt; &#039;L&#039;, 6103 =&gt; &#039;L&#039;, 6104 =&gt; &#039;L&#039;, 6105 =&gt; &#039;L&#039;, 6106 =&gt; &#039;L&#039;, 6107 =&gt; &#039;ET&#039;, 6108 =&gt; &#039;L&#039;, 6109 =&gt; &#039;NSM&#039;, 6112 =&gt; &#039;L&#039;, 6113 =&gt; &#039;L&#039;, 6114 =&gt; &#039;L&#039;, 6115 =&gt; &#039;L&#039;, 6116 =&gt; &#039;L&#039;, 6117 =&gt; &#039;L&#039;, 6118 =&gt; &#039;L&#039;, 6119 =&gt; &#039;L&#039;, 6120 =&gt; &#039;L&#039;, 6121 =&gt; &#039;L&#039;, 6128 =&gt; &#039;ON&#039;, 6129 =&gt; &#039;ON&#039;, 6130 =&gt; &#039;ON&#039;, 6131 =&gt; &#039;ON&#039;, 6132 =&gt; &#039;ON&#039;, 6133 =&gt; &#039;ON&#039;, 6134 =&gt; &#039;ON&#039;, 6135 =&gt; &#039;ON&#039;, 6136 =&gt; &#039;ON&#039;, 6137 =&gt; &#039;ON&#039;, 6144 =&gt; &#039;ON&#039;, 6145 =&gt; &#039;ON&#039;, 6146 =&gt; &#039;ON&#039;, 6147 =&gt; &#039;ON&#039;, 6148 =&gt; &#039;ON&#039;, 6149 =&gt; &#039;ON&#039;, 6150 =&gt; &#039;ON&#039;, 6151 =&gt; &#039;ON&#039;, 6152 =&gt; &#039;ON&#039;, 6153 =&gt; &#039;ON&#039;, 6154 =&gt; &#039;ON&#039;, 6155 =&gt; &#039;NSM&#039;, 6156 =&gt; &#039;NSM&#039;, 6157 =&gt; &#039;NSM&#039;, 6158 =&gt; &#039;WS&#039;, 6160 =&gt; &#039;L&#039;, 6161 =&gt; &#039;L&#039;, 6162 =&gt; &#039;L&#039;, 6163 =&gt; &#039;L&#039;, 6164 =&gt; &#039;L&#039;, 6165 =&gt; &#039;L&#039;, 6166 =&gt; &#039;L&#039;, 6167 =&gt; &#039;L&#039;, 6168 =&gt; &#039;L&#039;, 6169 =&gt; &#039;L&#039;, 6176 =&gt; &#039;L&#039;, 6177 =&gt; &#039;L&#039;, 6178 =&gt; &#039;L&#039;, 6179 =&gt; &#039;L&#039;, 6180 =&gt; &#039;L&#039;, 6181 =&gt; &#039;L&#039;, 6182 =&gt; &#039;L&#039;, 6183 =&gt; &#039;L&#039;, 6184 =&gt; &#039;L&#039;, 6185 =&gt; &#039;L&#039;, 6186 =&gt; &#039;L&#039;, 6187 =&gt; &#039;L&#039;, 6188 =&gt; &#039;L&#039;, 6189 =&gt; &#039;L&#039;, 6190 =&gt; &#039;L&#039;, 6191 =&gt; &#039;L&#039;, 6192 =&gt; &#039;L&#039;, 6193 =&gt; &#039;L&#039;, 6194 =&gt; &#039;L&#039;, 6195 =&gt; &#039;L&#039;, 6196 =&gt; &#039;L&#039;, 6197 =&gt; &#039;L&#039;, 6198 =&gt; &#039;L&#039;, 6199 =&gt; &#039;L&#039;, 6200 =&gt; &#039;L&#039;, 6201 =&gt; &#039;L&#039;, 6202 =&gt; &#039;L&#039;, 6203 =&gt; &#039;L&#039;, 6204 =&gt; &#039;L&#039;, 6205 =&gt; &#039;L&#039;, 6206 =&gt; &#039;L&#039;, 6207 =&gt; &#039;L&#039;, 6208 =&gt; &#039;L&#039;, 6209 =&gt; &#039;L&#039;, 6210 =&gt; &#039;L&#039;, 6211 =&gt; &#039;L&#039;, 6212 =&gt; &#039;L&#039;, 6213 =&gt; &#039;L&#039;, 6214 =&gt; &#039;L&#039;, 6215 =&gt; &#039;L&#039;, 6216 =&gt; &#039;L&#039;, 6217 =&gt; &#039;L&#039;, 6218 =&gt; &#039;L&#039;, 6219 =&gt; &#039;L&#039;, 6220 =&gt; &#039;L&#039;, 6221 =&gt; &#039;L&#039;, 6222 =&gt; &#039;L&#039;, 6223 =&gt; &#039;L&#039;, 6224 =&gt; &#039;L&#039;, 6225 =&gt; &#039;L&#039;, 6226 =&gt; &#039;L&#039;, 6227 =&gt; &#039;L&#039;, 6228 =&gt; &#039;L&#039;, 6229 =&gt; &#039;L&#039;, 6230 =&gt; &#039;L&#039;, 6231 =&gt; &#039;L&#039;, 6232 =&gt; &#039;L&#039;, 6233 =&gt; &#039;L&#039;, 6234 =&gt; &#039;L&#039;, 6235 =&gt; &#039;L&#039;, 6236 =&gt; &#039;L&#039;, 6237 =&gt; &#039;L&#039;, 6238 =&gt; &#039;L&#039;, 6239 =&gt; &#039;L&#039;, 6240 =&gt; &#039;L&#039;, 6241 =&gt; &#039;L&#039;, 6242 =&gt; &#039;L&#039;, 6243 =&gt; &#039;L&#039;, 6244 =&gt; &#039;L&#039;, 6245 =&gt; &#039;L&#039;, 6246 =&gt; &#039;L&#039;, 6247 =&gt; &#039;L&#039;, 6248 =&gt; &#039;L&#039;, 6249 =&gt; &#039;L&#039;, 6250 =&gt; &#039;L&#039;, 6251 =&gt; &#039;L&#039;, 6252 =&gt; &#039;L&#039;, 6253 =&gt; &#039;L&#039;, 6254 =&gt; &#039;L&#039;, 6255 =&gt; &#039;L&#039;, 6256 =&gt; &#039;L&#039;, 6257 =&gt; &#039;L&#039;, 6258 =&gt; &#039;L&#039;, 6259 =&gt; &#039;L&#039;, 6260 =&gt; &#039;L&#039;, 6261 =&gt; &#039;L&#039;, 6262 =&gt; &#039;L&#039;, 6263 =&gt; &#039;L&#039;, 6272 =&gt; &#039;L&#039;, 6273 =&gt; &#039;L&#039;, 6274 =&gt; &#039;L&#039;, 6275 =&gt; &#039;L&#039;, 6276 =&gt; &#039;L&#039;, 6277 =&gt; &#039;L&#039;, 6278 =&gt; &#039;L&#039;, 6279 =&gt; &#039;L&#039;, 6280 =&gt; &#039;L&#039;, 6281 =&gt; &#039;L&#039;, 6282 =&gt; &#039;L&#039;, 6283 =&gt; &#039;L&#039;, 6284 =&gt; &#039;L&#039;, 6285 =&gt; &#039;L&#039;, 6286 =&gt; &#039;L&#039;, 6287 =&gt; &#039;L&#039;, 6288 =&gt; &#039;L&#039;, 6289 =&gt; &#039;L&#039;, 6290 =&gt; &#039;L&#039;, 6291 =&gt; &#039;L&#039;, 6292 =&gt; &#039;L&#039;, 6293 =&gt; &#039;L&#039;, 6294 =&gt; &#039;L&#039;, 6295 =&gt; &#039;L&#039;, 6296 =&gt; &#039;L&#039;, 6297 =&gt; &#039;L&#039;, 6298 =&gt; &#039;L&#039;, 6299 =&gt; &#039;L&#039;, 6300 =&gt; &#039;L&#039;, 6301 =&gt; &#039;L&#039;, 6302 =&gt; &#039;L&#039;, 6303 =&gt; &#039;L&#039;, 6304 =&gt; &#039;L&#039;, 6305 =&gt; &#039;L&#039;, 6306 =&gt; &#039;L&#039;, 6307 =&gt; &#039;L&#039;, 6308 =&gt; &#039;L&#039;, 6309 =&gt; &#039;L&#039;, 6310 =&gt; &#039;L&#039;, 6311 =&gt; &#039;L&#039;, 6312 =&gt; &#039;L&#039;, 6313 =&gt; &#039;NSM&#039;, 6400 =&gt; &#039;L&#039;, 6401 =&gt; &#039;L&#039;, 6402 =&gt; &#039;L&#039;, 6403 =&gt; &#039;L&#039;, 6404 =&gt; &#039;L&#039;, 6405 =&gt; &#039;L&#039;, 6406 =&gt; &#039;L&#039;, 6407 =&gt; &#039;L&#039;, 6408 =&gt; &#039;L&#039;, 6409 =&gt; &#039;L&#039;, 6410 =&gt; &#039;L&#039;, 6411 =&gt; &#039;L&#039;, 6412 =&gt; &#039;L&#039;, 6413 =&gt; &#039;L&#039;, 6414 =&gt; &#039;L&#039;, 6415 =&gt; &#039;L&#039;, 6416 =&gt; &#039;L&#039;, 6417 =&gt; &#039;L&#039;, 6418 =&gt; &#039;L&#039;, 6419 =&gt; &#039;L&#039;, 6420 =&gt; &#039;L&#039;, 6421 =&gt; &#039;L&#039;, 6422 =&gt; &#039;L&#039;, 6423 =&gt; &#039;L&#039;, 6424 =&gt; &#039;L&#039;, 6425 =&gt; &#039;L&#039;, 6426 =&gt; &#039;L&#039;, 6427 =&gt; &#039;L&#039;, 6428 =&gt; &#039;L&#039;, 6432 =&gt; &#039;NSM&#039;, 6433 =&gt; &#039;NSM&#039;, 6434 =&gt; &#039;NSM&#039;, 6435 =&gt; &#039;L&#039;, 6436 =&gt; &#039;L&#039;, 6437 =&gt; &#039;L&#039;, 6438 =&gt; &#039;L&#039;, 6439 =&gt; &#039;NSM&#039;, 6440 =&gt; &#039;NSM&#039;, 6441 =&gt; &#039;NSM&#039;, 6442 =&gt; &#039;NSM&#039;, 6443 =&gt; &#039;NSM&#039;, 6448 =&gt; &#039;L&#039;, 6449 =&gt; &#039;L&#039;, 6450 =&gt; &#039;NSM&#039;, 6451 =&gt; &#039;L&#039;, 6452 =&gt; &#039;L&#039;, 6453 =&gt; &#039;L&#039;, 6454 =&gt; &#039;L&#039;, 6455 =&gt; &#039;L&#039;, 6456 =&gt; &#039;L&#039;, 6457 =&gt; &#039;NSM&#039;, 6458 =&gt; &#039;NSM&#039;, 6459 =&gt; &#039;NSM&#039;, 6464 =&gt; &#039;ON&#039;, 6468 =&gt; &#039;ON&#039;, 6469 =&gt; &#039;ON&#039;, 6470 =&gt; &#039;L&#039;, 6471 =&gt; &#039;L&#039;, 6472 =&gt; &#039;L&#039;, 6473 =&gt; &#039;L&#039;, 6474 =&gt; &#039;L&#039;, 6475 =&gt; &#039;L&#039;, 6476 =&gt; &#039;L&#039;, 6477 =&gt; &#039;L&#039;, 6478 =&gt; &#039;L&#039;, 6479 =&gt; &#039;L&#039;, 6480 =&gt; &#039;L&#039;, 6481 =&gt; &#039;L&#039;, 6482 =&gt; &#039;L&#039;, 6483 =&gt; &#039;L&#039;, 6484 =&gt; &#039;L&#039;, 6485 =&gt; &#039;L&#039;, 6486 =&gt; &#039;L&#039;, 6487 =&gt; &#039;L&#039;, 6488 =&gt; &#039;L&#039;, 6489 =&gt; &#039;L&#039;, 6490 =&gt; &#039;L&#039;, 6491 =&gt; &#039;L&#039;, 6492 =&gt; &#039;L&#039;, 6493 =&gt; &#039;L&#039;, 6494 =&gt; &#039;L&#039;, 6495 =&gt; &#039;L&#039;, 6496 =&gt; &#039;L&#039;, 6497 =&gt; &#039;L&#039;, 6498 =&gt; &#039;L&#039;, 6499 =&gt; &#039;L&#039;, 6500 =&gt; &#039;L&#039;, 6501 =&gt; &#039;L&#039;, 6502 =&gt; &#039;L&#039;, 6503 =&gt; &#039;L&#039;, 6504 =&gt; &#039;L&#039;, 6505 =&gt; &#039;L&#039;, 6506 =&gt; &#039;L&#039;, 6507 =&gt; &#039;L&#039;, 6508 =&gt; &#039;L&#039;, 6509 =&gt; &#039;L&#039;, 6512 =&gt; &#039;L&#039;, 6513 =&gt; &#039;L&#039;, 6514 =&gt; &#039;L&#039;, 6515 =&gt; &#039;L&#039;, 6516 =&gt; &#039;L&#039;, 6528 =&gt; &#039;L&#039;, 6529 =&gt; &#039;L&#039;, 6530 =&gt; &#039;L&#039;, 6531 =&gt; &#039;L&#039;, 6532 =&gt; &#039;L&#039;, 6533 =&gt; &#039;L&#039;, 6534 =&gt; &#039;L&#039;, 6535 =&gt; &#039;L&#039;, 6536 =&gt; &#039;L&#039;, 6537 =&gt; &#039;L&#039;, 6538 =&gt; &#039;L&#039;, 6539 =&gt; &#039;L&#039;, 6540 =&gt; &#039;L&#039;, 6541 =&gt; &#039;L&#039;, 6542 =&gt; &#039;L&#039;, 6543 =&gt; &#039;L&#039;, 6544 =&gt; &#039;L&#039;, 6545 =&gt; &#039;L&#039;, 6546 =&gt; &#039;L&#039;, 6547 =&gt; &#039;L&#039;, 6548 =&gt; &#039;L&#039;, 6549 =&gt; &#039;L&#039;, 6550 =&gt; &#039;L&#039;, 6551 =&gt; &#039;L&#039;, 6552 =&gt; &#039;L&#039;, 6553 =&gt; &#039;L&#039;, 6554 =&gt; &#039;L&#039;, 6555 =&gt; &#039;L&#039;, 6556 =&gt; &#039;L&#039;, 6557 =&gt; &#039;L&#039;, 6558 =&gt; &#039;L&#039;, 6559 =&gt; &#039;L&#039;, 6560 =&gt; &#039;L&#039;, 6561 =&gt; &#039;L&#039;, 6562 =&gt; &#039;L&#039;, 6563 =&gt; &#039;L&#039;, 6564 =&gt; &#039;L&#039;, 6565 =&gt; &#039;L&#039;, 6566 =&gt; &#039;L&#039;, 6567 =&gt; &#039;L&#039;, 6568 =&gt; &#039;L&#039;, 6569 =&gt; &#039;L&#039;, 6576 =&gt; &#039;L&#039;, 6577 =&gt; &#039;L&#039;, 6578 =&gt; &#039;L&#039;, 6579 =&gt; &#039;L&#039;, 6580 =&gt; &#039;L&#039;, 6581 =&gt; &#039;L&#039;, 6582 =&gt; &#039;L&#039;, 6583 =&gt; &#039;L&#039;, 6584 =&gt; &#039;L&#039;, 6585 =&gt; &#039;L&#039;, 6586 =&gt; &#039;L&#039;, 6587 =&gt; &#039;L&#039;, 6588 =&gt; &#039;L&#039;, 6589 =&gt; &#039;L&#039;, 6590 =&gt; &#039;L&#039;, 6591 =&gt; &#039;L&#039;, 6592 =&gt; &#039;L&#039;, 6593 =&gt; &#039;L&#039;, 6594 =&gt; &#039;L&#039;, 6595 =&gt; &#039;L&#039;, 6596 =&gt; &#039;L&#039;, 6597 =&gt; &#039;L&#039;, 6598 =&gt; &#039;L&#039;, 6599 =&gt; &#039;L&#039;, 6600 =&gt; &#039;L&#039;, 6601 =&gt; &#039;L&#039;, 6608 =&gt; &#039;L&#039;, 6609 =&gt; &#039;L&#039;, 6610 =&gt; &#039;L&#039;, 6611 =&gt; &#039;L&#039;, 6612 =&gt; &#039;L&#039;, 6613 =&gt; &#039;L&#039;, 6614 =&gt; &#039;L&#039;, 6615 =&gt; &#039;L&#039;, 6616 =&gt; &#039;L&#039;, 6617 =&gt; &#039;L&#039;, 6622 =&gt; &#039;ON&#039;, 6623 =&gt; &#039;ON&#039;, 6624 =&gt; &#039;ON&#039;, 6625 =&gt; &#039;ON&#039;, 6626 =&gt; &#039;ON&#039;, 6627 =&gt; &#039;ON&#039;, 6628 =&gt; &#039;ON&#039;, 6629 =&gt; &#039;ON&#039;, 6630 =&gt; &#039;ON&#039;, 6631 =&gt; &#039;ON&#039;, 6632 =&gt; &#039;ON&#039;, 6633 =&gt; &#039;ON&#039;, 6634 =&gt; &#039;ON&#039;, 6635 =&gt; &#039;ON&#039;, 6636 =&gt; &#039;ON&#039;, 6637 =&gt; &#039;ON&#039;, 6638 =&gt; &#039;ON&#039;, 6639 =&gt; &#039;ON&#039;, 6640 =&gt; &#039;ON&#039;, 6641 =&gt; &#039;ON&#039;, 6642 =&gt; &#039;ON&#039;, 6643 =&gt; &#039;ON&#039;, 6644 =&gt; &#039;ON&#039;, 6645 =&gt; &#039;ON&#039;, 6646 =&gt; &#039;ON&#039;, 6647 =&gt; &#039;ON&#039;, 6648 =&gt; &#039;ON&#039;, 6649 =&gt; &#039;ON&#039;, 6650 =&gt; &#039;ON&#039;, 6651 =&gt; &#039;ON&#039;, 6652 =&gt; &#039;ON&#039;, 6653 =&gt; &#039;ON&#039;, 6654 =&gt; &#039;ON&#039;, 6655 =&gt; &#039;ON&#039;, 6656 =&gt; &#039;L&#039;, 6657 =&gt; &#039;L&#039;, 6658 =&gt; &#039;L&#039;, 6659 =&gt; &#039;L&#039;, 6660 =&gt; &#039;L&#039;, 6661 =&gt; &#039;L&#039;, 6662 =&gt; &#039;L&#039;, 6663 =&gt; &#039;L&#039;, 6664 =&gt; &#039;L&#039;, 6665 =&gt; &#039;L&#039;, 6666 =&gt; &#039;L&#039;, 6667 =&gt; &#039;L&#039;, 6668 =&gt; &#039;L&#039;, 6669 =&gt; &#039;L&#039;, 6670 =&gt; &#039;L&#039;, 6671 =&gt; &#039;L&#039;, 6672 =&gt; &#039;L&#039;, 6673 =&gt; &#039;L&#039;, 6674 =&gt; &#039;L&#039;, 6675 =&gt; &#039;L&#039;, 6676 =&gt; &#039;L&#039;, 6677 =&gt; &#039;L&#039;, 6678 =&gt; &#039;L&#039;, 6679 =&gt; &#039;NSM&#039;, 6680 =&gt; &#039;NSM&#039;, 6681 =&gt; &#039;L&#039;, 6682 =&gt; &#039;L&#039;, 6683 =&gt; &#039;L&#039;, 6686 =&gt; &#039;L&#039;, 6687 =&gt; &#039;L&#039;, 6912 =&gt; &#039;NSM&#039;, 6913 =&gt; &#039;NSM&#039;, 6914 =&gt; &#039;NSM&#039;, 6915 =&gt; &#039;NSM&#039;, 6916 =&gt; &#039;L&#039;, 6917 =&gt; &#039;L&#039;, 6918 =&gt; &#039;L&#039;, 6919 =&gt; &#039;L&#039;, 6920 =&gt; &#039;L&#039;, 6921 =&gt; &#039;L&#039;, 6922 =&gt; &#039;L&#039;, 6923 =&gt; &#039;L&#039;, 6924 =&gt; &#039;L&#039;, 6925 =&gt; &#039;L&#039;, 6926 =&gt; &#039;L&#039;, 6927 =&gt; &#039;L&#039;, 6928 =&gt; &#039;L&#039;, 6929 =&gt; &#039;L&#039;, 6930 =&gt; &#039;L&#039;, 6931 =&gt; &#039;L&#039;, 6932 =&gt; &#039;L&#039;, 6933 =&gt; &#039;L&#039;, 6934 =&gt; &#039;L&#039;, 6935 =&gt; &#039;L&#039;, 6936 =&gt; &#039;L&#039;, 6937 =&gt; &#039;L&#039;, 6938 =&gt; &#039;L&#039;, 6939 =&gt; &#039;L&#039;, 6940 =&gt; &#039;L&#039;, 6941 =&gt; &#039;L&#039;, 6942 =&gt; &#039;L&#039;, 6943 =&gt; &#039;L&#039;, 6944 =&gt; &#039;L&#039;, 6945 =&gt; &#039;L&#039;, 6946 =&gt; &#039;L&#039;, 6947 =&gt; &#039;L&#039;, 6948 =&gt; &#039;L&#039;, 6949 =&gt; &#039;L&#039;, 6950 =&gt; &#039;L&#039;, 6951 =&gt; &#039;L&#039;, 6952 =&gt; &#039;L&#039;, 6953 =&gt; &#039;L&#039;, 6954 =&gt; &#039;L&#039;, 6955 =&gt; &#039;L&#039;, 6956 =&gt; &#039;L&#039;, 6957 =&gt; &#039;L&#039;, 6958 =&gt; &#039;L&#039;, 6959 =&gt; &#039;L&#039;, 6960 =&gt; &#039;L&#039;, 6961 =&gt; &#039;L&#039;, 6962 =&gt; &#039;L&#039;, 6963 =&gt; &#039;L&#039;, 6964 =&gt; &#039;NSM&#039;, 6965 =&gt; &#039;L&#039;, 6966 =&gt; &#039;NSM&#039;, 6967 =&gt; &#039;NSM&#039;, 6968 =&gt; &#039;NSM&#039;, 6969 =&gt; &#039;NSM&#039;, 6970 =&gt; &#039;NSM&#039;, 6971 =&gt; &#039;L&#039;, 6972 =&gt; &#039;NSM&#039;, 6973 =&gt; &#039;L&#039;, 6974 =&gt; &#039;L&#039;, 6975 =&gt; &#039;L&#039;, 6976 =&gt; &#039;L&#039;, 6977 =&gt; &#039;L&#039;, 6978 =&gt; &#039;NSM&#039;, 6979 =&gt; &#039;L&#039;, 6980 =&gt; &#039;L&#039;, 6981 =&gt; &#039;L&#039;, 6982 =&gt; &#039;L&#039;, 6983 =&gt; &#039;L&#039;, 6984 =&gt; &#039;L&#039;, 6985 =&gt; &#039;L&#039;, 6986 =&gt; &#039;L&#039;, 6987 =&gt; &#039;L&#039;, 6992 =&gt; &#039;L&#039;, 6993 =&gt; &#039;L&#039;, 6994 =&gt; &#039;L&#039;, 6995 =&gt; &#039;L&#039;, 6996 =&gt; &#039;L&#039;, 6997 =&gt; &#039;L&#039;, 6998 =&gt; &#039;L&#039;, 6999 =&gt; &#039;L&#039;, 7000 =&gt; &#039;L&#039;, 7001 =&gt; &#039;L&#039;, 7002 =&gt; &#039;L&#039;, 7003 =&gt; &#039;L&#039;, 7004 =&gt; &#039;L&#039;, 7005 =&gt; &#039;L&#039;, 7006 =&gt; &#039;L&#039;, 7007 =&gt; &#039;L&#039;, 7008 =&gt; &#039;L&#039;, 7009 =&gt; &#039;L&#039;, 7010 =&gt; &#039;L&#039;, 7011 =&gt; &#039;L&#039;, 7012 =&gt; &#039;L&#039;, 7013 =&gt; &#039;L&#039;, 7014 =&gt; &#039;L&#039;, 7015 =&gt; &#039;L&#039;, 7016 =&gt; &#039;L&#039;, 7017 =&gt; &#039;L&#039;, 7018 =&gt; &#039;L&#039;, 7019 =&gt; &#039;NSM&#039;, 7020 =&gt; &#039;NSM&#039;, 7021 =&gt; &#039;NSM&#039;, 7022 =&gt; &#039;NSM&#039;, 7023 =&gt; &#039;NSM&#039;, 7024 =&gt; &#039;NSM&#039;, 7025 =&gt; &#039;NSM&#039;, 7026 =&gt; &#039;NSM&#039;, 7027 =&gt; &#039;NSM&#039;, 7028 =&gt; &#039;L&#039;, 7029 =&gt; &#039;L&#039;, 7030 =&gt; &#039;L&#039;, 7031 =&gt; &#039;L&#039;, 7032 =&gt; &#039;L&#039;, 7033 =&gt; &#039;L&#039;, 7034 =&gt; &#039;L&#039;, 7035 =&gt; &#039;L&#039;, 7036 =&gt; &#039;L&#039;, 7424 =&gt; &#039;L&#039;, 7425 =&gt; &#039;L&#039;, 7426 =&gt; &#039;L&#039;, 7427 =&gt; &#039;L&#039;, 7428 =&gt; &#039;L&#039;, 7429 =&gt; &#039;L&#039;, 7430 =&gt; &#039;L&#039;, 7431 =&gt; &#039;L&#039;, 7432 =&gt; &#039;L&#039;, 7433 =&gt; &#039;L&#039;, 7434 =&gt; &#039;L&#039;, 7435 =&gt; &#039;L&#039;, 7436 =&gt; &#039;L&#039;, 7437 =&gt; &#039;L&#039;, 7438 =&gt; &#039;L&#039;, 7439 =&gt; &#039;L&#039;, 7440 =&gt; &#039;L&#039;, 7441 =&gt; &#039;L&#039;, 7442 =&gt; &#039;L&#039;, 7443 =&gt; &#039;L&#039;, 7444 =&gt; &#039;L&#039;, 7445 =&gt; &#039;L&#039;, 7446 =&gt; &#039;L&#039;, 7447 =&gt; &#039;L&#039;, 7448 =&gt; &#039;L&#039;, 7449 =&gt; &#039;L&#039;, 7450 =&gt; &#039;L&#039;, 7451 =&gt; &#039;L&#039;, 7452 =&gt; &#039;L&#039;, 7453 =&gt; &#039;L&#039;, 7454 =&gt; &#039;L&#039;, 7455 =&gt; &#039;L&#039;, 7456 =&gt; &#039;L&#039;, 7457 =&gt; &#039;L&#039;, 7458 =&gt; &#039;L&#039;, 7459 =&gt; &#039;L&#039;, 7460 =&gt; &#039;L&#039;, 7461 =&gt; &#039;L&#039;, 7462 =&gt; &#039;L&#039;, 7463 =&gt; &#039;L&#039;, 7464 =&gt; &#039;L&#039;, 7465 =&gt; &#039;L&#039;, 7466 =&gt; &#039;L&#039;, 7467 =&gt; &#039;L&#039;, 7468 =&gt; &#039;L&#039;, 7469 =&gt; &#039;L&#039;, 7470 =&gt; &#039;L&#039;, 7471 =&gt; &#039;L&#039;, 7472 =&gt; &#039;L&#039;, 7473 =&gt; &#039;L&#039;, 7474 =&gt; &#039;L&#039;, 7475 =&gt; &#039;L&#039;, 7476 =&gt; &#039;L&#039;, 7477 =&gt; &#039;L&#039;, 7478 =&gt; &#039;L&#039;, 7479 =&gt; &#039;L&#039;, 7480 =&gt; &#039;L&#039;, 7481 =&gt; &#039;L&#039;, 7482 =&gt; &#039;L&#039;, 7483 =&gt; &#039;L&#039;, 7484 =&gt; &#039;L&#039;, 7485 =&gt; &#039;L&#039;, 7486 =&gt; &#039;L&#039;, 7487 =&gt; &#039;L&#039;, 7488 =&gt; &#039;L&#039;, 7489 =&gt; &#039;L&#039;, 7490 =&gt; &#039;L&#039;, 7491 =&gt; &#039;L&#039;, 7492 =&gt; &#039;L&#039;, 7493 =&gt; &#039;L&#039;, 7494 =&gt; &#039;L&#039;, 7495 =&gt; &#039;L&#039;, 7496 =&gt; &#039;L&#039;, 7497 =&gt; &#039;L&#039;, 7498 =&gt; &#039;L&#039;, 7499 =&gt; &#039;L&#039;, 7500 =&gt; &#039;L&#039;, 7501 =&gt; &#039;L&#039;, 7502 =&gt; &#039;L&#039;, 7503 =&gt; &#039;L&#039;, 7504 =&gt; &#039;L&#039;, 7505 =&gt; &#039;L&#039;, 7506 =&gt; &#039;L&#039;, 7507 =&gt; &#039;L&#039;, 7508 =&gt; &#039;L&#039;, 7509 =&gt; &#039;L&#039;, 7510 =&gt; &#039;L&#039;, 7511 =&gt; &#039;L&#039;, 7512 =&gt; &#039;L&#039;, 7513 =&gt; &#039;L&#039;, 7514 =&gt; &#039;L&#039;, 7515 =&gt; &#039;L&#039;, 7516 =&gt; &#039;L&#039;, 7517 =&gt; &#039;L&#039;, 7518 =&gt; &#039;L&#039;, 7519 =&gt; &#039;L&#039;, 7520 =&gt; &#039;L&#039;, 7521 =&gt; &#039;L&#039;, 7522 =&gt; &#039;L&#039;, 7523 =&gt; &#039;L&#039;, 7524 =&gt; &#039;L&#039;, 7525 =&gt; &#039;L&#039;, 7526 =&gt; &#039;L&#039;, 7527 =&gt; &#039;L&#039;, 7528 =&gt; &#039;L&#039;, 7529 =&gt; &#039;L&#039;, 7530 =&gt; &#039;L&#039;, 7531 =&gt; &#039;L&#039;, 7532 =&gt; &#039;L&#039;, 7533 =&gt; &#039;L&#039;, 7534 =&gt; &#039;L&#039;, 7535 =&gt; &#039;L&#039;, 7536 =&gt; &#039;L&#039;, 7537 =&gt; &#039;L&#039;, 7538 =&gt; &#039;L&#039;, 7539 =&gt; &#039;L&#039;, 7540 =&gt; &#039;L&#039;, 7541 =&gt; &#039;L&#039;, 7542 =&gt; &#039;L&#039;, 7543 =&gt; &#039;L&#039;, 7544 =&gt; &#039;L&#039;, 7545 =&gt; &#039;L&#039;, 7546 =&gt; &#039;L&#039;, 7547 =&gt; &#039;L&#039;, 7548 =&gt; &#039;L&#039;, 7549 =&gt; &#039;L&#039;, 7550 =&gt; &#039;L&#039;, 7551 =&gt; &#039;L&#039;, 7552 =&gt; &#039;L&#039;, 7553 =&gt; &#039;L&#039;, 7554 =&gt; &#039;L&#039;, 7555 =&gt; &#039;L&#039;, 7556 =&gt; &#039;L&#039;, 7557 =&gt; &#039;L&#039;, 7558 =&gt; &#039;L&#039;, 7559 =&gt; &#039;L&#039;, 7560 =&gt; &#039;L&#039;, 7561 =&gt; &#039;L&#039;, 7562 =&gt; &#039;L&#039;, 7563 =&gt; &#039;L&#039;, 7564 =&gt; &#039;L&#039;, 7565 =&gt; &#039;L&#039;, 7566 =&gt; &#039;L&#039;, 7567 =&gt; &#039;L&#039;, 7568 =&gt; &#039;L&#039;, 7569 =&gt; &#039;L&#039;, 7570 =&gt; &#039;L&#039;, 7571 =&gt; &#039;L&#039;, 7572 =&gt; &#039;L&#039;, 7573 =&gt; &#039;L&#039;, 7574 =&gt; &#039;L&#039;, 7575 =&gt; &#039;L&#039;, 7576 =&gt; &#039;L&#039;, 7577 =&gt; &#039;L&#039;, 7578 =&gt; &#039;L&#039;, 7579 =&gt; &#039;L&#039;, 7580 =&gt; &#039;L&#039;, 7581 =&gt; &#039;L&#039;, 7582 =&gt; &#039;L&#039;, 7583 =&gt; &#039;L&#039;, 7584 =&gt; &#039;L&#039;, 7585 =&gt; &#039;L&#039;, 7586 =&gt; &#039;L&#039;, 7587 =&gt; &#039;L&#039;, 7588 =&gt; &#039;L&#039;, 7589 =&gt; &#039;L&#039;, 7590 =&gt; &#039;L&#039;, 7591 =&gt; &#039;L&#039;, 7592 =&gt; &#039;L&#039;, 7593 =&gt; &#039;L&#039;, 7594 =&gt; &#039;L&#039;, 7595 =&gt; &#039;L&#039;, 7596 =&gt; &#039;L&#039;, 7597 =&gt; &#039;L&#039;, 7598 =&gt; &#039;L&#039;, 7599 =&gt; &#039;L&#039;, 7600 =&gt; &#039;L&#039;, 7601 =&gt; &#039;L&#039;, 7602 =&gt; &#039;L&#039;, 7603 =&gt; &#039;L&#039;, 7604 =&gt; &#039;L&#039;, 7605 =&gt; &#039;L&#039;, 7606 =&gt; &#039;L&#039;, 7607 =&gt; &#039;L&#039;, 7608 =&gt; &#039;L&#039;, 7609 =&gt; &#039;L&#039;, 7610 =&gt; &#039;L&#039;, 7611 =&gt; &#039;L&#039;, 7612 =&gt; &#039;L&#039;, 7613 =&gt; &#039;L&#039;, 7614 =&gt; &#039;L&#039;, 7615 =&gt; &#039;L&#039;, 7616 =&gt; &#039;NSM&#039;, 7617 =&gt; &#039;NSM&#039;, 7618 =&gt; &#039;NSM&#039;, 7619 =&gt; &#039;NSM&#039;, 7620 =&gt; &#039;NSM&#039;, 7621 =&gt; &#039;NSM&#039;, 7622 =&gt; &#039;NSM&#039;, 7623 =&gt; &#039;NSM&#039;, 7624 =&gt; &#039;NSM&#039;, 7625 =&gt; &#039;NSM&#039;, 7626 =&gt; &#039;NSM&#039;, 7678 =&gt; &#039;NSM&#039;, 7679 =&gt; &#039;NSM&#039;, 7680 =&gt; &#039;L&#039;, 7681 =&gt; &#039;L&#039;, 7682 =&gt; &#039;L&#039;, 7683 =&gt; &#039;L&#039;, 7684 =&gt; &#039;L&#039;, 7685 =&gt; &#039;L&#039;, 7686 =&gt; &#039;L&#039;, 7687 =&gt; &#039;L&#039;, 7688 =&gt; &#039;L&#039;, 7689 =&gt; &#039;L&#039;, 7690 =&gt; &#039;L&#039;, 7691 =&gt; &#039;L&#039;, 7692 =&gt; &#039;L&#039;, 7693 =&gt; &#039;L&#039;, 7694 =&gt; &#039;L&#039;, 7695 =&gt; &#039;L&#039;, 7696 =&gt; &#039;L&#039;, 7697 =&gt; &#039;L&#039;, 7698 =&gt; &#039;L&#039;, 7699 =&gt; &#039;L&#039;, 7700 =&gt; &#039;L&#039;, 7701 =&gt; &#039;L&#039;, 7702 =&gt; &#039;L&#039;, 7703 =&gt; &#039;L&#039;, 7704 =&gt; &#039;L&#039;, 7705 =&gt; &#039;L&#039;, 7706 =&gt; &#039;L&#039;, 7707 =&gt; &#039;L&#039;, 7708 =&gt; &#039;L&#039;, 7709 =&gt; &#039;L&#039;, 7710 =&gt; &#039;L&#039;, 7711 =&gt; &#039;L&#039;, 7712 =&gt; &#039;L&#039;, 7713 =&gt; &#039;L&#039;, 7714 =&gt; &#039;L&#039;, 7715 =&gt; &#039;L&#039;, 7716 =&gt; &#039;L&#039;, 7717 =&gt; &#039;L&#039;, 7718 =&gt; &#039;L&#039;, 7719 =&gt; &#039;L&#039;, 7720 =&gt; &#039;L&#039;, 7721 =&gt; &#039;L&#039;, 7722 =&gt; &#039;L&#039;, 7723 =&gt; &#039;L&#039;, 7724 =&gt; &#039;L&#039;, 7725 =&gt; &#039;L&#039;, 7726 =&gt; &#039;L&#039;, 7727 =&gt; &#039;L&#039;, 7728 =&gt; &#039;L&#039;, 7729 =&gt; &#039;L&#039;, 7730 =&gt; &#039;L&#039;, 7731 =&gt; &#039;L&#039;, 7732 =&gt; &#039;L&#039;, 7733 =&gt; &#039;L&#039;, 7734 =&gt; &#039;L&#039;, 7735 =&gt; &#039;L&#039;, 7736 =&gt; &#039;L&#039;, 7737 =&gt; &#039;L&#039;, 7738 =&gt; &#039;L&#039;, 7739 =&gt; &#039;L&#039;, 7740 =&gt; &#039;L&#039;, 7741 =&gt; &#039;L&#039;, 7742 =&gt; &#039;L&#039;, 7743 =&gt; &#039;L&#039;, 7744 =&gt; &#039;L&#039;, 7745 =&gt; &#039;L&#039;, 7746 =&gt; &#039;L&#039;, 7747 =&gt; &#039;L&#039;, 7748 =&gt; &#039;L&#039;, 7749 =&gt; &#039;L&#039;, 7750 =&gt; &#039;L&#039;, 7751 =&gt; &#039;L&#039;, 7752 =&gt; &#039;L&#039;, 7753 =&gt; &#039;L&#039;, 7754 =&gt; &#039;L&#039;, 7755 =&gt; &#039;L&#039;, 7756 =&gt; &#039;L&#039;, 7757 =&gt; &#039;L&#039;, 7758 =&gt; &#039;L&#039;, 7759 =&gt; &#039;L&#039;, 7760 =&gt; &#039;L&#039;, 7761 =&gt; &#039;L&#039;, 7762 =&gt; &#039;L&#039;, 7763 =&gt; &#039;L&#039;, 7764 =&gt; &#039;L&#039;, 7765 =&gt; &#039;L&#039;, 7766 =&gt; &#039;L&#039;, 7767 =&gt; &#039;L&#039;, 7768 =&gt; &#039;L&#039;, 7769 =&gt; &#039;L&#039;, 7770 =&gt; &#039;L&#039;, 7771 =&gt; &#039;L&#039;, 7772 =&gt; &#039;L&#039;, 7773 =&gt; &#039;L&#039;, 7774 =&gt; &#039;L&#039;, 7775 =&gt; &#039;L&#039;, 7776 =&gt; &#039;L&#039;, 7777 =&gt; &#039;L&#039;, 7778 =&gt; &#039;L&#039;, 7779 =&gt; &#039;L&#039;, 7780 =&gt; &#039;L&#039;, 7781 =&gt; &#039;L&#039;, 7782 =&gt; &#039;L&#039;, 7783 =&gt; &#039;L&#039;, 7784 =&gt; &#039;L&#039;, 7785 =&gt; &#039;L&#039;, 7786 =&gt; &#039;L&#039;, 7787 =&gt; &#039;L&#039;, 7788 =&gt; &#039;L&#039;, 7789 =&gt; &#039;L&#039;, 7790 =&gt; &#039;L&#039;, 7791 =&gt; &#039;L&#039;, 7792 =&gt; &#039;L&#039;, 7793 =&gt; &#039;L&#039;, 7794 =&gt; &#039;L&#039;, 7795 =&gt; &#039;L&#039;, 7796 =&gt; &#039;L&#039;, 7797 =&gt; &#039;L&#039;, 7798 =&gt; &#039;L&#039;, 7799 =&gt; &#039;L&#039;, 7800 =&gt; &#039;L&#039;, 7801 =&gt; &#039;L&#039;, 7802 =&gt; &#039;L&#039;, 7803 =&gt; &#039;L&#039;, 7804 =&gt; &#039;L&#039;, 7805 =&gt; &#039;L&#039;, 7806 =&gt; &#039;L&#039;, 7807 =&gt; &#039;L&#039;, 7808 =&gt; &#039;L&#039;, 7809 =&gt; &#039;L&#039;, 7810 =&gt; &#039;L&#039;, 7811 =&gt; &#039;L&#039;, 7812 =&gt; &#039;L&#039;, 7813 =&gt; &#039;L&#039;, 7814 =&gt; &#039;L&#039;, 7815 =&gt; &#039;L&#039;, 7816 =&gt; &#039;L&#039;, 7817 =&gt; &#039;L&#039;, 7818 =&gt; &#039;L&#039;, 7819 =&gt; &#039;L&#039;, 7820 =&gt; &#039;L&#039;, 7821 =&gt; &#039;L&#039;, 7822 =&gt; &#039;L&#039;, 7823 =&gt; &#039;L&#039;, 7824 =&gt; &#039;L&#039;, 7825 =&gt; &#039;L&#039;, 7826 =&gt; &#039;L&#039;, 7827 =&gt; &#039;L&#039;, 7828 =&gt; &#039;L&#039;, 7829 =&gt; &#039;L&#039;, 7830 =&gt; &#039;L&#039;, 7831 =&gt; &#039;L&#039;, 7832 =&gt; &#039;L&#039;, 7833 =&gt; &#039;L&#039;, 7834 =&gt; &#039;L&#039;, 7835 =&gt; &#039;L&#039;, 7840 =&gt; &#039;L&#039;, 7841 =&gt; &#039;L&#039;, 7842 =&gt; &#039;L&#039;, 7843 =&gt; &#039;L&#039;, 7844 =&gt; &#039;L&#039;, 7845 =&gt; &#039;L&#039;, 7846 =&gt; &#039;L&#039;, 7847 =&gt; &#039;L&#039;, 7848 =&gt; &#039;L&#039;, 7849 =&gt; &#039;L&#039;, 7850 =&gt; &#039;L&#039;, 7851 =&gt; &#039;L&#039;, 7852 =&gt; &#039;L&#039;, 7853 =&gt; &#039;L&#039;, 7854 =&gt; &#039;L&#039;, 7855 =&gt; &#039;L&#039;, 7856 =&gt; &#039;L&#039;, 7857 =&gt; &#039;L&#039;, 7858 =&gt; &#039;L&#039;, 7859 =&gt; &#039;L&#039;, 7860 =&gt; &#039;L&#039;, 7861 =&gt; &#039;L&#039;, 7862 =&gt; &#039;L&#039;, 7863 =&gt; &#039;L&#039;, 7864 =&gt; &#039;L&#039;, 7865 =&gt; &#039;L&#039;, 7866 =&gt; &#039;L&#039;, 7867 =&gt; &#039;L&#039;, 7868 =&gt; &#039;L&#039;, 7869 =&gt; &#039;L&#039;, 7870 =&gt; &#039;L&#039;, 7871 =&gt; &#039;L&#039;, 7872 =&gt; &#039;L&#039;, 7873 =&gt; &#039;L&#039;, 7874 =&gt; &#039;L&#039;, 7875 =&gt; &#039;L&#039;, 7876 =&gt; &#039;L&#039;, 7877 =&gt; &#039;L&#039;, 7878 =&gt; &#039;L&#039;, 7879 =&gt; &#039;L&#039;, 7880 =&gt; &#039;L&#039;, 7881 =&gt; &#039;L&#039;, 7882 =&gt; &#039;L&#039;, 7883 =&gt; &#039;L&#039;, 7884 =&gt; &#039;L&#039;, 7885 =&gt; &#039;L&#039;, 7886 =&gt; &#039;L&#039;, 7887 =&gt; &#039;L&#039;, 7888 =&gt; &#039;L&#039;, 7889 =&gt; &#039;L&#039;, 7890 =&gt; &#039;L&#039;, 7891 =&gt; &#039;L&#039;, 7892 =&gt; &#039;L&#039;, 7893 =&gt; &#039;L&#039;, 7894 =&gt; &#039;L&#039;, 7895 =&gt; &#039;L&#039;, 7896 =&gt; &#039;L&#039;, 7897 =&gt; &#039;L&#039;, 7898 =&gt; &#039;L&#039;, 7899 =&gt; &#039;L&#039;, 7900 =&gt; &#039;L&#039;, 7901 =&gt; &#039;L&#039;, 7902 =&gt; &#039;L&#039;, 7903 =&gt; &#039;L&#039;, 7904 =&gt; &#039;L&#039;, 7905 =&gt; &#039;L&#039;, 7906 =&gt; &#039;L&#039;, 7907 =&gt; &#039;L&#039;, 7908 =&gt; &#039;L&#039;, 7909 =&gt; &#039;L&#039;, 7910 =&gt; &#039;L&#039;, 7911 =&gt; &#039;L&#039;, 7912 =&gt; &#039;L&#039;, 7913 =&gt; &#039;L&#039;, 7914 =&gt; &#039;L&#039;, 7915 =&gt; &#039;L&#039;, 7916 =&gt; &#039;L&#039;, 7917 =&gt; &#039;L&#039;, 7918 =&gt; &#039;L&#039;, 7919 =&gt; &#039;L&#039;, 7920 =&gt; &#039;L&#039;, 7921 =&gt; &#039;L&#039;, 7922 =&gt; &#039;L&#039;, 7923 =&gt; &#039;L&#039;, 7924 =&gt; &#039;L&#039;, 7925 =&gt; &#039;L&#039;, 7926 =&gt; &#039;L&#039;, 7927 =&gt; &#039;L&#039;, 7928 =&gt; &#039;L&#039;, 7929 =&gt; &#039;L&#039;, 7936 =&gt; &#039;L&#039;, 7937 =&gt; &#039;L&#039;, 7938 =&gt; &#039;L&#039;, 7939 =&gt; &#039;L&#039;, 7940 =&gt; &#039;L&#039;, 7941 =&gt; &#039;L&#039;, 7942 =&gt; &#039;L&#039;, 7943 =&gt; &#039;L&#039;, 7944 =&gt; &#039;L&#039;, 7945 =&gt; &#039;L&#039;, 7946 =&gt; &#039;L&#039;, 7947 =&gt; &#039;L&#039;, 7948 =&gt; &#039;L&#039;, 7949 =&gt; &#039;L&#039;, 7950 =&gt; &#039;L&#039;, 7951 =&gt; &#039;L&#039;, 7952 =&gt; &#039;L&#039;, 7953 =&gt; &#039;L&#039;, 7954 =&gt; &#039;L&#039;, 7955 =&gt; &#039;L&#039;, 7956 =&gt; &#039;L&#039;, 7957 =&gt; &#039;L&#039;, 7960 =&gt; &#039;L&#039;, 7961 =&gt; &#039;L&#039;, 7962 =&gt; &#039;L&#039;, 7963 =&gt; &#039;L&#039;, 7964 =&gt; &#039;L&#039;, 7965 =&gt; &#039;L&#039;, 7968 =&gt; &#039;L&#039;, 7969 =&gt; &#039;L&#039;, 7970 =&gt; &#039;L&#039;, 7971 =&gt; &#039;L&#039;, 7972 =&gt; &#039;L&#039;, 7973 =&gt; &#039;L&#039;, 7974 =&gt; &#039;L&#039;, 7975 =&gt; &#039;L&#039;, 7976 =&gt; &#039;L&#039;, 7977 =&gt; &#039;L&#039;, 7978 =&gt; &#039;L&#039;, 7979 =&gt; &#039;L&#039;, 7980 =&gt; &#039;L&#039;, 7981 =&gt; &#039;L&#039;, 7982 =&gt; &#039;L&#039;, 7983 =&gt; &#039;L&#039;, 7984 =&gt; &#039;L&#039;, 7985 =&gt; &#039;L&#039;, 7986 =&gt; &#039;L&#039;, 7987 =&gt; &#039;L&#039;, 7988 =&gt; &#039;L&#039;, 7989 =&gt; &#039;L&#039;, 7990 =&gt; &#039;L&#039;, 7991 =&gt; &#039;L&#039;, 7992 =&gt; &#039;L&#039;, 7993 =&gt; &#039;L&#039;, 7994 =&gt; &#039;L&#039;, 7995 =&gt; &#039;L&#039;, 7996 =&gt; &#039;L&#039;, 7997 =&gt; &#039;L&#039;, 7998 =&gt; &#039;L&#039;, 7999 =&gt; &#039;L&#039;, 8000 =&gt; &#039;L&#039;, 8001 =&gt; &#039;L&#039;, 8002 =&gt; &#039;L&#039;, 8003 =&gt; &#039;L&#039;, 8004 =&gt; &#039;L&#039;, 8005 =&gt; &#039;L&#039;, 8008 =&gt; &#039;L&#039;, 8009 =&gt; &#039;L&#039;, 8010 =&gt; &#039;L&#039;, 8011 =&gt; &#039;L&#039;, 8012 =&gt; &#039;L&#039;, 8013 =&gt; &#039;L&#039;, 8016 =&gt; &#039;L&#039;, 8017 =&gt; &#039;L&#039;, 8018 =&gt; &#039;L&#039;, 8019 =&gt; &#039;L&#039;, 8020 =&gt; &#039;L&#039;, 8021 =&gt; &#039;L&#039;, 8022 =&gt; &#039;L&#039;, 8023 =&gt; &#039;L&#039;, 8025 =&gt; &#039;L&#039;, 8027 =&gt; &#039;L&#039;, 8029 =&gt; &#039;L&#039;, 8031 =&gt; &#039;L&#039;, 8032 =&gt; &#039;L&#039;, 8033 =&gt; &#039;L&#039;, 8034 =&gt; &#039;L&#039;, 8035 =&gt; &#039;L&#039;, 8036 =&gt; &#039;L&#039;, 8037 =&gt; &#039;L&#039;, 8038 =&gt; &#039;L&#039;, 8039 =&gt; &#039;L&#039;, 8040 =&gt; &#039;L&#039;, 8041 =&gt; &#039;L&#039;, 8042 =&gt; &#039;L&#039;, 8043 =&gt; &#039;L&#039;, 8044 =&gt; &#039;L&#039;, 8045 =&gt; &#039;L&#039;, 8046 =&gt; &#039;L&#039;, 8047 =&gt; &#039;L&#039;, 8048 =&gt; &#039;L&#039;, 8049 =&gt; &#039;L&#039;, 8050 =&gt; &#039;L&#039;, 8051 =&gt; &#039;L&#039;, 8052 =&gt; &#039;L&#039;, 8053 =&gt; &#039;L&#039;, 8054 =&gt; &#039;L&#039;, 8055 =&gt; &#039;L&#039;, 8056 =&gt; &#039;L&#039;, 8057 =&gt; &#039;L&#039;, 8058 =&gt; &#039;L&#039;, 8059 =&gt; &#039;L&#039;, 8060 =&gt; &#039;L&#039;, 8061 =&gt; &#039;L&#039;, 8064 =&gt; &#039;L&#039;, 8065 =&gt; &#039;L&#039;, 8066 =&gt; &#039;L&#039;, 8067 =&gt; &#039;L&#039;, 8068 =&gt; &#039;L&#039;, 8069 =&gt; &#039;L&#039;, 8070 =&gt; &#039;L&#039;, 8071 =&gt; &#039;L&#039;, 8072 =&gt; &#039;L&#039;, 8073 =&gt; &#039;L&#039;, 8074 =&gt; &#039;L&#039;, 8075 =&gt; &#039;L&#039;, 8076 =&gt; &#039;L&#039;, 8077 =&gt; &#039;L&#039;, 8078 =&gt; &#039;L&#039;, 8079 =&gt; &#039;L&#039;, 8080 =&gt; &#039;L&#039;, 8081 =&gt; &#039;L&#039;, 8082 =&gt; &#039;L&#039;, 8083 =&gt; &#039;L&#039;, 8084 =&gt; &#039;L&#039;, 8085 =&gt; &#039;L&#039;, 8086 =&gt; &#039;L&#039;, 8087 =&gt; &#039;L&#039;, 8088 =&gt; &#039;L&#039;, 8089 =&gt; &#039;L&#039;, 8090 =&gt; &#039;L&#039;, 8091 =&gt; &#039;L&#039;, 8092 =&gt; &#039;L&#039;, 8093 =&gt; &#039;L&#039;, 8094 =&gt; &#039;L&#039;, 8095 =&gt; &#039;L&#039;, 8096 =&gt; &#039;L&#039;, 8097 =&gt; &#039;L&#039;, 8098 =&gt; &#039;L&#039;, 8099 =&gt; &#039;L&#039;, 8100 =&gt; &#039;L&#039;, 8101 =&gt; &#039;L&#039;, 8102 =&gt; &#039;L&#039;, 8103 =&gt; &#039;L&#039;, 8104 =&gt; &#039;L&#039;, 8105 =&gt; &#039;L&#039;, 8106 =&gt; &#039;L&#039;, 8107 =&gt; &#039;L&#039;, 8108 =&gt; &#039;L&#039;, 8109 =&gt; &#039;L&#039;, 8110 =&gt; &#039;L&#039;, 8111 =&gt; &#039;L&#039;, 8112 =&gt; &#039;L&#039;, 8113 =&gt; &#039;L&#039;, 8114 =&gt; &#039;L&#039;, 8115 =&gt; &#039;L&#039;, 8116 =&gt; &#039;L&#039;, 8118 =&gt; &#039;L&#039;, 8119 =&gt; &#039;L&#039;, 8120 =&gt; &#039;L&#039;, 8121 =&gt; &#039;L&#039;, 8122 =&gt; &#039;L&#039;, 8123 =&gt; &#039;L&#039;, 8124 =&gt; &#039;L&#039;, 8125 =&gt; &#039;ON&#039;, 8126 =&gt; &#039;L&#039;, 8127 =&gt; &#039;ON&#039;, 8128 =&gt; &#039;ON&#039;, 8129 =&gt; &#039;ON&#039;, 8130 =&gt; &#039;L&#039;, 8131 =&gt; &#039;L&#039;, 8132 =&gt; &#039;L&#039;, 8134 =&gt; &#039;L&#039;, 8135 =&gt; &#039;L&#039;, 8136 =&gt; &#039;L&#039;, 8137 =&gt; &#039;L&#039;, 8138 =&gt; &#039;L&#039;, 8139 =&gt; &#039;L&#039;, 8140 =&gt; &#039;L&#039;, 8141 =&gt; &#039;ON&#039;, 8142 =&gt; &#039;ON&#039;, 8143 =&gt; &#039;ON&#039;, 8144 =&gt; &#039;L&#039;, 8145 =&gt; &#039;L&#039;, 8146 =&gt; &#039;L&#039;, 8147 =&gt; &#039;L&#039;, 8150 =&gt; &#039;L&#039;, 8151 =&gt; &#039;L&#039;, 8152 =&gt; &#039;L&#039;, 8153 =&gt; &#039;L&#039;, 8154 =&gt; &#039;L&#039;, 8155 =&gt; &#039;L&#039;, 8157 =&gt; &#039;ON&#039;, 8158 =&gt; &#039;ON&#039;, 8159 =&gt; &#039;ON&#039;, 8160 =&gt; &#039;L&#039;, 8161 =&gt; &#039;L&#039;, 8162 =&gt; &#039;L&#039;, 8163 =&gt; &#039;L&#039;, 8164 =&gt; &#039;L&#039;, 8165 =&gt; &#039;L&#039;, 8166 =&gt; &#039;L&#039;, 8167 =&gt; &#039;L&#039;, 8168 =&gt; &#039;L&#039;, 8169 =&gt; &#039;L&#039;, 8170 =&gt; &#039;L&#039;, 8171 =&gt; &#039;L&#039;, 8172 =&gt; &#039;L&#039;, 8173 =&gt; &#039;ON&#039;, 8174 =&gt; &#039;ON&#039;, 8175 =&gt; &#039;ON&#039;, 8178 =&gt; &#039;L&#039;, 8179 =&gt; &#039;L&#039;, 8180 =&gt; &#039;L&#039;, 8182 =&gt; &#039;L&#039;, 8183 =&gt; &#039;L&#039;, 8184 =&gt; &#039;L&#039;, 8185 =&gt; &#039;L&#039;, 8186 =&gt; &#039;L&#039;, 8187 =&gt; &#039;L&#039;, 8188 =&gt; &#039;L&#039;, 8189 =&gt; &#039;ON&#039;, 8190 =&gt; &#039;ON&#039;, 8192 =&gt; &#039;WS&#039;, 8193 =&gt; &#039;WS&#039;, 8194 =&gt; &#039;WS&#039;, 8195 =&gt; &#039;WS&#039;, 8196 =&gt; &#039;WS&#039;, 8197 =&gt; &#039;WS&#039;, 8198 =&gt; &#039;WS&#039;, 8199 =&gt; &#039;WS&#039;, 8200 =&gt; &#039;WS&#039;, 8201 =&gt; &#039;WS&#039;, 8202 =&gt; &#039;WS&#039;, 8203 =&gt; &#039;BN&#039;, 8204 =&gt; &#039;BN&#039;, 8205 =&gt; &#039;BN&#039;, 8206 =&gt; &#039;L&#039;, 8207 =&gt; &#039;R&#039;, 8208 =&gt; &#039;ON&#039;, 8209 =&gt; &#039;ON&#039;, 8210 =&gt; &#039;ON&#039;, 8211 =&gt; &#039;ON&#039;, 8212 =&gt; &#039;ON&#039;, 8213 =&gt; &#039;ON&#039;, 8214 =&gt; &#039;ON&#039;, 8215 =&gt; &#039;ON&#039;, 8216 =&gt; &#039;ON&#039;, 8217 =&gt; &#039;ON&#039;, 8218 =&gt; &#039;ON&#039;, 8219 =&gt; &#039;ON&#039;, 8220 =&gt; &#039;ON&#039;, 8221 =&gt; &#039;ON&#039;, 8222 =&gt; &#039;ON&#039;, 8223 =&gt; &#039;ON&#039;, 8224 =&gt; &#039;ON&#039;, 8225 =&gt; &#039;ON&#039;, 8226 =&gt; &#039;ON&#039;, 8227 =&gt; &#039;ON&#039;, 8228 =&gt; &#039;ON&#039;, 8229 =&gt; &#039;ON&#039;, 8230 =&gt; &#039;ON&#039;, 8231 =&gt; &#039;ON&#039;, 8232 =&gt; &#039;WS&#039;, 8233 =&gt; &#039;B&#039;, 8234 =&gt; &#039;LRE&#039;, 8235 =&gt; &#039;RLE&#039;, 8236 =&gt; &#039;PDF&#039;, 8237 =&gt; &#039;LRO&#039;, 8238 =&gt; &#039;RLO&#039;, 8239 =&gt; &#039;CS&#039;, 8240 =&gt; &#039;ET&#039;, 8241 =&gt; &#039;ET&#039;, 8242 =&gt; &#039;ET&#039;, 8243 =&gt; &#039;ET&#039;, 8244 =&gt; &#039;ET&#039;, 8245 =&gt; &#039;ON&#039;, 8246 =&gt; &#039;ON&#039;, 8247 =&gt; &#039;ON&#039;, 8248 =&gt; &#039;ON&#039;, 8249 =&gt; &#039;ON&#039;, 8250 =&gt; &#039;ON&#039;, 8251 =&gt; &#039;ON&#039;, 8252 =&gt; &#039;ON&#039;, 8253 =&gt; &#039;ON&#039;, 8254 =&gt; &#039;ON&#039;, 8255 =&gt; &#039;ON&#039;, 8256 =&gt; &#039;ON&#039;, 8257 =&gt; &#039;ON&#039;, 8258 =&gt; &#039;ON&#039;, 8259 =&gt; &#039;ON&#039;, 8260 =&gt; &#039;CS&#039;, 8261 =&gt; &#039;ON&#039;, 8262 =&gt; &#039;ON&#039;, 8263 =&gt; &#039;ON&#039;, 8264 =&gt; &#039;ON&#039;, 8265 =&gt; &#039;ON&#039;, 8266 =&gt; &#039;ON&#039;, 8267 =&gt; &#039;ON&#039;, 8268 =&gt; &#039;ON&#039;, 8269 =&gt; &#039;ON&#039;, 8270 =&gt; &#039;ON&#039;, 8271 =&gt; &#039;ON&#039;, 8272 =&gt; &#039;ON&#039;, 8273 =&gt; &#039;ON&#039;, 8274 =&gt; &#039;ON&#039;, 8275 =&gt; &#039;ON&#039;, 8276 =&gt; &#039;ON&#039;, 8277 =&gt; &#039;ON&#039;, 8278 =&gt; &#039;ON&#039;, 8279 =&gt; &#039;ON&#039;, 8280 =&gt; &#039;ON&#039;, 8281 =&gt; &#039;ON&#039;, 8282 =&gt; &#039;ON&#039;, 8283 =&gt; &#039;ON&#039;, 8284 =&gt; &#039;ON&#039;, 8285 =&gt; &#039;ON&#039;, 8286 =&gt; &#039;ON&#039;, 8287 =&gt; &#039;WS&#039;, 8288 =&gt; &#039;BN&#039;, 8289 =&gt; &#039;BN&#039;, 8290 =&gt; &#039;BN&#039;, 8291 =&gt; &#039;BN&#039;, 8298 =&gt; &#039;BN&#039;, 8299 =&gt; &#039;BN&#039;, 8300 =&gt; &#039;BN&#039;, 8301 =&gt; &#039;BN&#039;, 8302 =&gt; &#039;BN&#039;, 8303 =&gt; &#039;BN&#039;, 8304 =&gt; &#039;EN&#039;, 8305 =&gt; &#039;L&#039;, 8308 =&gt; &#039;EN&#039;, 8309 =&gt; &#039;EN&#039;, 8310 =&gt; &#039;EN&#039;, 8311 =&gt; &#039;EN&#039;, 8312 =&gt; &#039;EN&#039;, 8313 =&gt; &#039;EN&#039;, 8314 =&gt; &#039;ES&#039;, 8315 =&gt; &#039;ES&#039;, 8316 =&gt; &#039;ON&#039;, 8317 =&gt; &#039;ON&#039;, 8318 =&gt; &#039;ON&#039;, 8319 =&gt; &#039;L&#039;, 8320 =&gt; &#039;EN&#039;, 8321 =&gt; &#039;EN&#039;, 8322 =&gt; &#039;EN&#039;, 8323 =&gt; &#039;EN&#039;, 8324 =&gt; &#039;EN&#039;, 8325 =&gt; &#039;EN&#039;, 8326 =&gt; &#039;EN&#039;, 8327 =&gt; &#039;EN&#039;, 8328 =&gt; &#039;EN&#039;, 8329 =&gt; &#039;EN&#039;, 8330 =&gt; &#039;ES&#039;, 8331 =&gt; &#039;ES&#039;, 8332 =&gt; &#039;ON&#039;, 8333 =&gt; &#039;ON&#039;, 8334 =&gt; &#039;ON&#039;, 8336 =&gt; &#039;L&#039;, 8337 =&gt; &#039;L&#039;, 8338 =&gt; &#039;L&#039;, 8339 =&gt; &#039;L&#039;, 8340 =&gt; &#039;L&#039;, 8352 =&gt; &#039;ET&#039;, 8353 =&gt; &#039;ET&#039;, 8354 =&gt; &#039;ET&#039;, 8355 =&gt; &#039;ET&#039;, 8356 =&gt; &#039;ET&#039;, 8357 =&gt; &#039;ET&#039;, 8358 =&gt; &#039;ET&#039;, 8359 =&gt; &#039;ET&#039;, 8360 =&gt; &#039;ET&#039;, 8361 =&gt; &#039;ET&#039;, 8362 =&gt; &#039;ET&#039;, 8363 =&gt; &#039;ET&#039;, 8364 =&gt; &#039;ET&#039;, 8365 =&gt; &#039;ET&#039;, 8366 =&gt; &#039;ET&#039;, 8367 =&gt; &#039;ET&#039;, 8368 =&gt; &#039;ET&#039;, 8369 =&gt; &#039;ET&#039;, 8370 =&gt; &#039;ET&#039;, 8371 =&gt; &#039;ET&#039;, 8372 =&gt; &#039;ET&#039;, 8373 =&gt; &#039;ET&#039;, 8400 =&gt; &#039;NSM&#039;, 8401 =&gt; &#039;NSM&#039;, 8402 =&gt; &#039;NSM&#039;, 8403 =&gt; &#039;NSM&#039;, 8404 =&gt; &#039;NSM&#039;, 8405 =&gt; &#039;NSM&#039;, 8406 =&gt; &#039;NSM&#039;, 8407 =&gt; &#039;NSM&#039;, 8408 =&gt; &#039;NSM&#039;, 8409 =&gt; &#039;NSM&#039;, 8410 =&gt; &#039;NSM&#039;, 8411 =&gt; &#039;NSM&#039;, 8412 =&gt; &#039;NSM&#039;, 8413 =&gt; &#039;NSM&#039;, 8414 =&gt; &#039;NSM&#039;, 8415 =&gt; &#039;NSM&#039;, 8416 =&gt; &#039;NSM&#039;, 8417 =&gt; &#039;NSM&#039;, 8418 =&gt; &#039;NSM&#039;, 8419 =&gt; &#039;NSM&#039;, 8420 =&gt; &#039;NSM&#039;, 8421 =&gt; &#039;NSM&#039;, 8422 =&gt; &#039;NSM&#039;, 8423 =&gt; &#039;NSM&#039;, 8424 =&gt; &#039;NSM&#039;, 8425 =&gt; &#039;NSM&#039;, 8426 =&gt; &#039;NSM&#039;, 8427 =&gt; &#039;NSM&#039;, 8428 =&gt; &#039;NSM&#039;, 8429 =&gt; &#039;NSM&#039;, 8430 =&gt; &#039;NSM&#039;, 8431 =&gt; &#039;NSM&#039;, 8448 =&gt; &#039;ON&#039;, 8449 =&gt; &#039;ON&#039;, 8450 =&gt; &#039;L&#039;, 8451 =&gt; &#039;ON&#039;, 8452 =&gt; &#039;ON&#039;, 8453 =&gt; &#039;ON&#039;, 8454 =&gt; &#039;ON&#039;, 8455 =&gt; &#039;L&#039;, 8456 =&gt; &#039;ON&#039;, 8457 =&gt; &#039;ON&#039;, 8458 =&gt; &#039;L&#039;, 8459 =&gt; &#039;L&#039;, 8460 =&gt; &#039;L&#039;, 8461 =&gt; &#039;L&#039;, 8462 =&gt; &#039;L&#039;, 8463 =&gt; &#039;L&#039;, 8464 =&gt; &#039;L&#039;, 8465 =&gt; &#039;L&#039;, 8466 =&gt; &#039;L&#039;, 8467 =&gt; &#039;L&#039;, 8468 =&gt; &#039;ON&#039;, 8469 =&gt; &#039;L&#039;, 8470 =&gt; &#039;ON&#039;, 8471 =&gt; &#039;ON&#039;, 8472 =&gt; &#039;ON&#039;, 8473 =&gt; &#039;L&#039;, 8474 =&gt; &#039;L&#039;, 8475 =&gt; &#039;L&#039;, 8476 =&gt; &#039;L&#039;, 8477 =&gt; &#039;L&#039;, 8478 =&gt; &#039;ON&#039;, 8479 =&gt; &#039;ON&#039;, 8480 =&gt; &#039;ON&#039;, 8481 =&gt; &#039;ON&#039;, 8482 =&gt; &#039;ON&#039;, 8483 =&gt; &#039;ON&#039;, 8484 =&gt; &#039;L&#039;, 8485 =&gt; &#039;ON&#039;, 8486 =&gt; &#039;L&#039;, 8487 =&gt; &#039;ON&#039;, 8488 =&gt; &#039;L&#039;, 8489 =&gt; &#039;ON&#039;, 8490 =&gt; &#039;L&#039;, 8491 =&gt; &#039;L&#039;, 8492 =&gt; &#039;L&#039;, 8493 =&gt; &#039;L&#039;, 8494 =&gt; &#039;ET&#039;, 8495 =&gt; &#039;L&#039;, 8496 =&gt; &#039;L&#039;, 8497 =&gt; &#039;L&#039;, 8498 =&gt; &#039;L&#039;, 8499 =&gt; &#039;L&#039;, 8500 =&gt; &#039;L&#039;, 8501 =&gt; &#039;L&#039;, 8502 =&gt; &#039;L&#039;, 8503 =&gt; &#039;L&#039;, 8504 =&gt; &#039;L&#039;, 8505 =&gt; &#039;L&#039;, 8506 =&gt; &#039;ON&#039;, 8507 =&gt; &#039;ON&#039;, 8508 =&gt; &#039;L&#039;, 8509 =&gt; &#039;L&#039;, 8510 =&gt; &#039;L&#039;, 8511 =&gt; &#039;L&#039;, 8512 =&gt; &#039;ON&#039;, 8513 =&gt; &#039;ON&#039;, 8514 =&gt; &#039;ON&#039;, 8515 =&gt; &#039;ON&#039;, 8516 =&gt; &#039;ON&#039;, 8517 =&gt; &#039;L&#039;, 8518 =&gt; &#039;L&#039;, 8519 =&gt; &#039;L&#039;, 8520 =&gt; &#039;L&#039;, 8521 =&gt; &#039;L&#039;, 8522 =&gt; &#039;ON&#039;, 8523 =&gt; &#039;ON&#039;, 8524 =&gt; &#039;ON&#039;, 8525 =&gt; &#039;ON&#039;, 8526 =&gt; &#039;L&#039;, 8531 =&gt; &#039;ON&#039;, 8532 =&gt; &#039;ON&#039;, 8533 =&gt; &#039;ON&#039;, 8534 =&gt; &#039;ON&#039;, 8535 =&gt; &#039;ON&#039;, 8536 =&gt; &#039;ON&#039;, 8537 =&gt; &#039;ON&#039;, 8538 =&gt; &#039;ON&#039;, 8539 =&gt; &#039;ON&#039;, 8540 =&gt; &#039;ON&#039;, 8541 =&gt; &#039;ON&#039;, 8542 =&gt; &#039;ON&#039;, 8543 =&gt; &#039;ON&#039;, 8544 =&gt; &#039;L&#039;, 8545 =&gt; &#039;L&#039;, 8546 =&gt; &#039;L&#039;, 8547 =&gt; &#039;L&#039;, 8548 =&gt; &#039;L&#039;, 8549 =&gt; &#039;L&#039;, 8550 =&gt; &#039;L&#039;, 8551 =&gt; &#039;L&#039;, 8552 =&gt; &#039;L&#039;, 8553 =&gt; &#039;L&#039;, 8554 =&gt; &#039;L&#039;, 8555 =&gt; &#039;L&#039;, 8556 =&gt; &#039;L&#039;, 8557 =&gt; &#039;L&#039;, 8558 =&gt; &#039;L&#039;, 8559 =&gt; &#039;L&#039;, 8560 =&gt; &#039;L&#039;, 8561 =&gt; &#039;L&#039;, 8562 =&gt; &#039;L&#039;, 8563 =&gt; &#039;L&#039;, 8564 =&gt; &#039;L&#039;, 8565 =&gt; &#039;L&#039;, 8566 =&gt; &#039;L&#039;, 8567 =&gt; &#039;L&#039;, 8568 =&gt; &#039;L&#039;, 8569 =&gt; &#039;L&#039;, 8570 =&gt; &#039;L&#039;, 8571 =&gt; &#039;L&#039;, 8572 =&gt; &#039;L&#039;, 8573 =&gt; &#039;L&#039;, 8574 =&gt; &#039;L&#039;, 8575 =&gt; &#039;L&#039;, 8576 =&gt; &#039;L&#039;, 8577 =&gt; &#039;L&#039;, 8578 =&gt; &#039;L&#039;, 8579 =&gt; &#039;L&#039;, 8580 =&gt; &#039;L&#039;, 8592 =&gt; &#039;ON&#039;, 8593 =&gt; &#039;ON&#039;, 8594 =&gt; &#039;ON&#039;, 8595 =&gt; &#039;ON&#039;, 8596 =&gt; &#039;ON&#039;, 8597 =&gt; &#039;ON&#039;, 8598 =&gt; &#039;ON&#039;, 8599 =&gt; &#039;ON&#039;, 8600 =&gt; &#039;ON&#039;, 8601 =&gt; &#039;ON&#039;, 8602 =&gt; &#039;ON&#039;, 8603 =&gt; &#039;ON&#039;, 8604 =&gt; &#039;ON&#039;, 8605 =&gt; &#039;ON&#039;, 8606 =&gt; &#039;ON&#039;, 8607 =&gt; &#039;ON&#039;, 8608 =&gt; &#039;ON&#039;, 8609 =&gt; &#039;ON&#039;, 8610 =&gt; &#039;ON&#039;, 8611 =&gt; &#039;ON&#039;, 8612 =&gt; &#039;ON&#039;, 8613 =&gt; &#039;ON&#039;, 8614 =&gt; &#039;ON&#039;, 8615 =&gt; &#039;ON&#039;, 8616 =&gt; &#039;ON&#039;, 8617 =&gt; &#039;ON&#039;, 8618 =&gt; &#039;ON&#039;, 8619 =&gt; &#039;ON&#039;, 8620 =&gt; &#039;ON&#039;, 8621 =&gt; &#039;ON&#039;, 8622 =&gt; &#039;ON&#039;, 8623 =&gt; &#039;ON&#039;, 8624 =&gt; &#039;ON&#039;, 8625 =&gt; &#039;ON&#039;, 8626 =&gt; &#039;ON&#039;, 8627 =&gt; &#039;ON&#039;, 8628 =&gt; &#039;ON&#039;, 8629 =&gt; &#039;ON&#039;, 8630 =&gt; &#039;ON&#039;, 8631 =&gt; &#039;ON&#039;, 8632 =&gt; &#039;ON&#039;, 8633 =&gt; &#039;ON&#039;, 8634 =&gt; &#039;ON&#039;, 8635 =&gt; &#039;ON&#039;, 8636 =&gt; &#039;ON&#039;, 8637 =&gt; &#039;ON&#039;, 8638 =&gt; &#039;ON&#039;, 8639 =&gt; &#039;ON&#039;, 8640 =&gt; &#039;ON&#039;, 8641 =&gt; &#039;ON&#039;, 8642 =&gt; &#039;ON&#039;, 8643 =&gt; &#039;ON&#039;, 8644 =&gt; &#039;ON&#039;, 8645 =&gt; &#039;ON&#039;, 8646 =&gt; &#039;ON&#039;, 8647 =&gt; &#039;ON&#039;, 8648 =&gt; &#039;ON&#039;, 8649 =&gt; &#039;ON&#039;, 8650 =&gt; &#039;ON&#039;, 8651 =&gt; &#039;ON&#039;, 8652 =&gt; &#039;ON&#039;, 8653 =&gt; &#039;ON&#039;, 8654 =&gt; &#039;ON&#039;, 8655 =&gt; &#039;ON&#039;, 8656 =&gt; &#039;ON&#039;, 8657 =&gt; &#039;ON&#039;, 8658 =&gt; &#039;ON&#039;, 8659 =&gt; &#039;ON&#039;, 8660 =&gt; &#039;ON&#039;, 8661 =&gt; &#039;ON&#039;, 8662 =&gt; &#039;ON&#039;, 8663 =&gt; &#039;ON&#039;, 8664 =&gt; &#039;ON&#039;, 8665 =&gt; &#039;ON&#039;, 8666 =&gt; &#039;ON&#039;, 8667 =&gt; &#039;ON&#039;, 8668 =&gt; &#039;ON&#039;, 8669 =&gt; &#039;ON&#039;, 8670 =&gt; &#039;ON&#039;, 8671 =&gt; &#039;ON&#039;, 8672 =&gt; &#039;ON&#039;, 8673 =&gt; &#039;ON&#039;, 8674 =&gt; &#039;ON&#039;, 8675 =&gt; &#039;ON&#039;, 8676 =&gt; &#039;ON&#039;, 8677 =&gt; &#039;ON&#039;, 8678 =&gt; &#039;ON&#039;, 8679 =&gt; &#039;ON&#039;, 8680 =&gt; &#039;ON&#039;, 8681 =&gt; &#039;ON&#039;, 8682 =&gt; &#039;ON&#039;, 8683 =&gt; &#039;ON&#039;, 8684 =&gt; &#039;ON&#039;, 8685 =&gt; &#039;ON&#039;, 8686 =&gt; &#039;ON&#039;, 8687 =&gt; &#039;ON&#039;, 8688 =&gt; &#039;ON&#039;, 8689 =&gt; &#039;ON&#039;, 8690 =&gt; &#039;ON&#039;, 8691 =&gt; &#039;ON&#039;, 8692 =&gt; &#039;ON&#039;, 8693 =&gt; &#039;ON&#039;, 8694 =&gt; &#039;ON&#039;, 8695 =&gt; &#039;ON&#039;, 8696 =&gt; &#039;ON&#039;, 8697 =&gt; &#039;ON&#039;, 8698 =&gt; &#039;ON&#039;, 8699 =&gt; &#039;ON&#039;, 8700 =&gt; &#039;ON&#039;, 8701 =&gt; &#039;ON&#039;, 8702 =&gt; &#039;ON&#039;, 8703 =&gt; &#039;ON&#039;, 8704 =&gt; &#039;ON&#039;, 8705 =&gt; &#039;ON&#039;, 8706 =&gt; &#039;ON&#039;, 8707 =&gt; &#039;ON&#039;, 8708 =&gt; &#039;ON&#039;, 8709 =&gt; &#039;ON&#039;, 8710 =&gt; &#039;ON&#039;, 8711 =&gt; &#039;ON&#039;, 8712 =&gt; &#039;ON&#039;, 8713 =&gt; &#039;ON&#039;, 8714 =&gt; &#039;ON&#039;, 8715 =&gt; &#039;ON&#039;, 8716 =&gt; &#039;ON&#039;, 8717 =&gt; &#039;ON&#039;, 8718 =&gt; &#039;ON&#039;, 8719 =&gt; &#039;ON&#039;, 8720 =&gt; &#039;ON&#039;, 8721 =&gt; &#039;ON&#039;, 8722 =&gt; &#039;ES&#039;, 8723 =&gt; &#039;ET&#039;, 8724 =&gt; &#039;ON&#039;, 8725 =&gt; &#039;ON&#039;, 8726 =&gt; &#039;ON&#039;, 8727 =&gt; &#039;ON&#039;, 8728 =&gt; &#039;ON&#039;, 8729 =&gt; &#039;ON&#039;, 8730 =&gt; &#039;ON&#039;, 8731 =&gt; &#039;ON&#039;, 8732 =&gt; &#039;ON&#039;, 8733 =&gt; &#039;ON&#039;, 8734 =&gt; &#039;ON&#039;, 8735 =&gt; &#039;ON&#039;, 8736 =&gt; &#039;ON&#039;, 8737 =&gt; &#039;ON&#039;, 8738 =&gt; &#039;ON&#039;, 8739 =&gt; &#039;ON&#039;, 8740 =&gt; &#039;ON&#039;, 8741 =&gt; &#039;ON&#039;, 8742 =&gt; &#039;ON&#039;, 8743 =&gt; &#039;ON&#039;, 8744 =&gt; &#039;ON&#039;, 8745 =&gt; &#039;ON&#039;, 8746 =&gt; &#039;ON&#039;, 8747 =&gt; &#039;ON&#039;, 8748 =&gt; &#039;ON&#039;, 8749 =&gt; &#039;ON&#039;, 8750 =&gt; &#039;ON&#039;, 8751 =&gt; &#039;ON&#039;, 8752 =&gt; &#039;ON&#039;, 8753 =&gt; &#039;ON&#039;, 8754 =&gt; &#039;ON&#039;, 8755 =&gt; &#039;ON&#039;, 8756 =&gt; &#039;ON&#039;, 8757 =&gt; &#039;ON&#039;, 8758 =&gt; &#039;ON&#039;, 8759 =&gt; &#039;ON&#039;, 8760 =&gt; &#039;ON&#039;, 8761 =&gt; &#039;ON&#039;, 8762 =&gt; &#039;ON&#039;, 8763 =&gt; &#039;ON&#039;, 8764 =&gt; &#039;ON&#039;, 8765 =&gt; &#039;ON&#039;, 8766 =&gt; &#039;ON&#039;, 8767 =&gt; &#039;ON&#039;, 8768 =&gt; &#039;ON&#039;, 8769 =&gt; &#039;ON&#039;, 8770 =&gt; &#039;ON&#039;, 8771 =&gt; &#039;ON&#039;, 8772 =&gt; &#039;ON&#039;, 8773 =&gt; &#039;ON&#039;, 8774 =&gt; &#039;ON&#039;, 8775 =&gt; &#039;ON&#039;, 8776 =&gt; &#039;ON&#039;, 8777 =&gt; &#039;ON&#039;, 8778 =&gt; &#039;ON&#039;, 8779 =&gt; &#039;ON&#039;, 8780 =&gt; &#039;ON&#039;, 8781 =&gt; &#039;ON&#039;, 8782 =&gt; &#039;ON&#039;, 8783 =&gt; &#039;ON&#039;, 8784 =&gt; &#039;ON&#039;, 8785 =&gt; &#039;ON&#039;, 8786 =&gt; &#039;ON&#039;, 8787 =&gt; &#039;ON&#039;, 8788 =&gt; &#039;ON&#039;, 8789 =&gt; &#039;ON&#039;, 8790 =&gt; &#039;ON&#039;, 8791 =&gt; &#039;ON&#039;, 8792 =&gt; &#039;ON&#039;, 8793 =&gt; &#039;ON&#039;, 8794 =&gt; &#039;ON&#039;, 8795 =&gt; &#039;ON&#039;, 8796 =&gt; &#039;ON&#039;, 8797 =&gt; &#039;ON&#039;, 8798 =&gt; &#039;ON&#039;, 8799 =&gt; &#039;ON&#039;, 8800 =&gt; &#039;ON&#039;, 8801 =&gt; &#039;ON&#039;, 8802 =&gt; &#039;ON&#039;, 8803 =&gt; &#039;ON&#039;, 8804 =&gt; &#039;ON&#039;, 8805 =&gt; &#039;ON&#039;, 8806 =&gt; &#039;ON&#039;, 8807 =&gt; &#039;ON&#039;, 8808 =&gt; &#039;ON&#039;, 8809 =&gt; &#039;ON&#039;, 8810 =&gt; &#039;ON&#039;, 8811 =&gt; &#039;ON&#039;, 8812 =&gt; &#039;ON&#039;, 8813 =&gt; &#039;ON&#039;, 8814 =&gt; &#039;ON&#039;, 8815 =&gt; &#039;ON&#039;, 8816 =&gt; &#039;ON&#039;, 8817 =&gt; &#039;ON&#039;, 8818 =&gt; &#039;ON&#039;, 8819 =&gt; &#039;ON&#039;, 8820 =&gt; &#039;ON&#039;, 8821 =&gt; &#039;ON&#039;, 8822 =&gt; &#039;ON&#039;, 8823 =&gt; &#039;ON&#039;, 8824 =&gt; &#039;ON&#039;, 8825 =&gt; &#039;ON&#039;, 8826 =&gt; &#039;ON&#039;, 8827 =&gt; &#039;ON&#039;, 8828 =&gt; &#039;ON&#039;, 8829 =&gt; &#039;ON&#039;, 8830 =&gt; &#039;ON&#039;, 8831 =&gt; &#039;ON&#039;, 8832 =&gt; &#039;ON&#039;, 8833 =&gt; &#039;ON&#039;, 8834 =&gt; &#039;ON&#039;, 8835 =&gt; &#039;ON&#039;, 8836 =&gt; &#039;ON&#039;, 8837 =&gt; &#039;ON&#039;, 8838 =&gt; &#039;ON&#039;, 8839 =&gt; &#039;ON&#039;, 8840 =&gt; &#039;ON&#039;, 8841 =&gt; &#039;ON&#039;, 8842 =&gt; &#039;ON&#039;, 8843 =&gt; &#039;ON&#039;, 8844 =&gt; &#039;ON&#039;, 8845 =&gt; &#039;ON&#039;, 8846 =&gt; &#039;ON&#039;, 8847 =&gt; &#039;ON&#039;, 8848 =&gt; &#039;ON&#039;, 8849 =&gt; &#039;ON&#039;, 8850 =&gt; &#039;ON&#039;, 8851 =&gt; &#039;ON&#039;, 8852 =&gt; &#039;ON&#039;, 8853 =&gt; &#039;ON&#039;, 8854 =&gt; &#039;ON&#039;, 8855 =&gt; &#039;ON&#039;, 8856 =&gt; &#039;ON&#039;, 8857 =&gt; &#039;ON&#039;, 8858 =&gt; &#039;ON&#039;, 8859 =&gt; &#039;ON&#039;, 8860 =&gt; &#039;ON&#039;, 8861 =&gt; &#039;ON&#039;, 8862 =&gt; &#039;ON&#039;, 8863 =&gt; &#039;ON&#039;, 8864 =&gt; &#039;ON&#039;, 8865 =&gt; &#039;ON&#039;, 8866 =&gt; &#039;ON&#039;, 8867 =&gt; &#039;ON&#039;, 8868 =&gt; &#039;ON&#039;, 8869 =&gt; &#039;ON&#039;, 8870 =&gt; &#039;ON&#039;, 8871 =&gt; &#039;ON&#039;, 8872 =&gt; &#039;ON&#039;, 8873 =&gt; &#039;ON&#039;, 8874 =&gt; &#039;ON&#039;, 8875 =&gt; &#039;ON&#039;, 8876 =&gt; &#039;ON&#039;, 8877 =&gt; &#039;ON&#039;, 8878 =&gt; &#039;ON&#039;, 8879 =&gt; &#039;ON&#039;, 8880 =&gt; &#039;ON&#039;, 8881 =&gt; &#039;ON&#039;, 8882 =&gt; &#039;ON&#039;, 8883 =&gt; &#039;ON&#039;, 8884 =&gt; &#039;ON&#039;, 8885 =&gt; &#039;ON&#039;, 8886 =&gt; &#039;ON&#039;, 8887 =&gt; &#039;ON&#039;, 8888 =&gt; &#039;ON&#039;, 8889 =&gt; &#039;ON&#039;, 8890 =&gt; &#039;ON&#039;, 8891 =&gt; &#039;ON&#039;, 8892 =&gt; &#039;ON&#039;, 8893 =&gt; &#039;ON&#039;, 8894 =&gt; &#039;ON&#039;, 8895 =&gt; &#039;ON&#039;, 8896 =&gt; &#039;ON&#039;, 8897 =&gt; &#039;ON&#039;, 8898 =&gt; &#039;ON&#039;, 8899 =&gt; &#039;ON&#039;, 8900 =&gt; &#039;ON&#039;, 8901 =&gt; &#039;ON&#039;, 8902 =&gt; &#039;ON&#039;, 8903 =&gt; &#039;ON&#039;, 8904 =&gt; &#039;ON&#039;, 8905 =&gt; &#039;ON&#039;, 8906 =&gt; &#039;ON&#039;, 8907 =&gt; &#039;ON&#039;, 8908 =&gt; &#039;ON&#039;, 8909 =&gt; &#039;ON&#039;, 8910 =&gt; &#039;ON&#039;, 8911 =&gt; &#039;ON&#039;, 8912 =&gt; &#039;ON&#039;, 8913 =&gt; &#039;ON&#039;, 8914 =&gt; &#039;ON&#039;, 8915 =&gt; &#039;ON&#039;, 8916 =&gt; &#039;ON&#039;, 8917 =&gt; &#039;ON&#039;, 8918 =&gt; &#039;ON&#039;, 8919 =&gt; &#039;ON&#039;, 8920 =&gt; &#039;ON&#039;, 8921 =&gt; &#039;ON&#039;, 8922 =&gt; &#039;ON&#039;, 8923 =&gt; &#039;ON&#039;, 8924 =&gt; &#039;ON&#039;, 8925 =&gt; &#039;ON&#039;, 8926 =&gt; &#039;ON&#039;, 8927 =&gt; &#039;ON&#039;, 8928 =&gt; &#039;ON&#039;, 8929 =&gt; &#039;ON&#039;, 8930 =&gt; &#039;ON&#039;, 8931 =&gt; &#039;ON&#039;, 8932 =&gt; &#039;ON&#039;, 8933 =&gt; &#039;ON&#039;, 8934 =&gt; &#039;ON&#039;, 8935 =&gt; &#039;ON&#039;, 8936 =&gt; &#039;ON&#039;, 8937 =&gt; &#039;ON&#039;, 8938 =&gt; &#039;ON&#039;, 8939 =&gt; &#039;ON&#039;, 8940 =&gt; &#039;ON&#039;, 8941 =&gt; &#039;ON&#039;, 8942 =&gt; &#039;ON&#039;, 8943 =&gt; &#039;ON&#039;, 8944 =&gt; &#039;ON&#039;, 8945 =&gt; &#039;ON&#039;, 8946 =&gt; &#039;ON&#039;, 8947 =&gt; &#039;ON&#039;, 8948 =&gt; &#039;ON&#039;, 8949 =&gt; &#039;ON&#039;, 8950 =&gt; &#039;ON&#039;, 8951 =&gt; &#039;ON&#039;, 8952 =&gt; &#039;ON&#039;, 8953 =&gt; &#039;ON&#039;, 8954 =&gt; &#039;ON&#039;, 8955 =&gt; &#039;ON&#039;, 8956 =&gt; &#039;ON&#039;, 8957 =&gt; &#039;ON&#039;, 8958 =&gt; &#039;ON&#039;, 8959 =&gt; &#039;ON&#039;, 8960 =&gt; &#039;ON&#039;, 8961 =&gt; &#039;ON&#039;, 8962 =&gt; &#039;ON&#039;, 8963 =&gt; &#039;ON&#039;, 8964 =&gt; &#039;ON&#039;, 8965 =&gt; &#039;ON&#039;, 8966 =&gt; &#039;ON&#039;, 8967 =&gt; &#039;ON&#039;, 8968 =&gt; &#039;ON&#039;, 8969 =&gt; &#039;ON&#039;, 8970 =&gt; &#039;ON&#039;, 8971 =&gt; &#039;ON&#039;, 8972 =&gt; &#039;ON&#039;, 8973 =&gt; &#039;ON&#039;, 8974 =&gt; &#039;ON&#039;, 8975 =&gt; &#039;ON&#039;, 8976 =&gt; &#039;ON&#039;, 8977 =&gt; &#039;ON&#039;, 8978 =&gt; &#039;ON&#039;, 8979 =&gt; &#039;ON&#039;, 8980 =&gt; &#039;ON&#039;, 8981 =&gt; &#039;ON&#039;, 8982 =&gt; &#039;ON&#039;, 8983 =&gt; &#039;ON&#039;, 8984 =&gt; &#039;ON&#039;, 8985 =&gt; &#039;ON&#039;, 8986 =&gt; &#039;ON&#039;, 8987 =&gt; &#039;ON&#039;, 8988 =&gt; &#039;ON&#039;, 8989 =&gt; &#039;ON&#039;, 8990 =&gt; &#039;ON&#039;, 8991 =&gt; &#039;ON&#039;, 8992 =&gt; &#039;ON&#039;, 8993 =&gt; &#039;ON&#039;, 8994 =&gt; &#039;ON&#039;, 8995 =&gt; &#039;ON&#039;, 8996 =&gt; &#039;ON&#039;, 8997 =&gt; &#039;ON&#039;, 8998 =&gt; &#039;ON&#039;, 8999 =&gt; &#039;ON&#039;, 9000 =&gt; &#039;ON&#039;, 9001 =&gt; &#039;ON&#039;, 9002 =&gt; &#039;ON&#039;, 9003 =&gt; &#039;ON&#039;, 9004 =&gt; &#039;ON&#039;, 9005 =&gt; &#039;ON&#039;, 9006 =&gt; &#039;ON&#039;, 9007 =&gt; &#039;ON&#039;, 9008 =&gt; &#039;ON&#039;, 9009 =&gt; &#039;ON&#039;, 9010 =&gt; &#039;ON&#039;, 9011 =&gt; &#039;ON&#039;, 9012 =&gt; &#039;ON&#039;, 9013 =&gt; &#039;ON&#039;, 9014 =&gt; &#039;L&#039;, 9015 =&gt; &#039;L&#039;, 9016 =&gt; &#039;L&#039;, 9017 =&gt; &#039;L&#039;, 9018 =&gt; &#039;L&#039;, 9019 =&gt; &#039;L&#039;, 9020 =&gt; &#039;L&#039;, 9021 =&gt; &#039;L&#039;, 9022 =&gt; &#039;L&#039;, 9023 =&gt; &#039;L&#039;, 9024 =&gt; &#039;L&#039;, 9025 =&gt; &#039;L&#039;, 9026 =&gt; &#039;L&#039;, 9027 =&gt; &#039;L&#039;, 9028 =&gt; &#039;L&#039;, 9029 =&gt; &#039;L&#039;, 9030 =&gt; &#039;L&#039;, 9031 =&gt; &#039;L&#039;, 9032 =&gt; &#039;L&#039;, 9033 =&gt; &#039;L&#039;, 9034 =&gt; &#039;L&#039;, 9035 =&gt; &#039;L&#039;, 9036 =&gt; &#039;L&#039;, 9037 =&gt; &#039;L&#039;, 9038 =&gt; &#039;L&#039;, 9039 =&gt; &#039;L&#039;, 9040 =&gt; &#039;L&#039;, 9041 =&gt; &#039;L&#039;, 9042 =&gt; &#039;L&#039;, 9043 =&gt; &#039;L&#039;, 9044 =&gt; &#039;L&#039;, 9045 =&gt; &#039;L&#039;, 9046 =&gt; &#039;L&#039;, 9047 =&gt; &#039;L&#039;, 9048 =&gt; &#039;L&#039;, 9049 =&gt; &#039;L&#039;, 9050 =&gt; &#039;L&#039;, 9051 =&gt; &#039;L&#039;, 9052 =&gt; &#039;L&#039;, 9053 =&gt; &#039;L&#039;, 9054 =&gt; &#039;L&#039;, 9055 =&gt; &#039;L&#039;, 9056 =&gt; &#039;L&#039;, 9057 =&gt; &#039;L&#039;, 9058 =&gt; &#039;L&#039;, 9059 =&gt; &#039;L&#039;, 9060 =&gt; &#039;L&#039;, 9061 =&gt; &#039;L&#039;, 9062 =&gt; &#039;L&#039;, 9063 =&gt; &#039;L&#039;, 9064 =&gt; &#039;L&#039;, 9065 =&gt; &#039;L&#039;, 9066 =&gt; &#039;L&#039;, 9067 =&gt; &#039;L&#039;, 9068 =&gt; &#039;L&#039;, 9069 =&gt; &#039;L&#039;, 9070 =&gt; &#039;L&#039;, 9071 =&gt; &#039;L&#039;, 9072 =&gt; &#039;L&#039;, 9073 =&gt; &#039;L&#039;, 9074 =&gt; &#039;L&#039;, 9075 =&gt; &#039;L&#039;, 9076 =&gt; &#039;L&#039;, 9077 =&gt; &#039;L&#039;, 9078 =&gt; &#039;L&#039;, 9079 =&gt; &#039;L&#039;, 9080 =&gt; &#039;L&#039;, 9081 =&gt; &#039;L&#039;, 9082 =&gt; &#039;L&#039;, 9083 =&gt; &#039;ON&#039;, 9084 =&gt; &#039;ON&#039;, 9085 =&gt; &#039;ON&#039;, 9086 =&gt; &#039;ON&#039;, 9087 =&gt; &#039;ON&#039;, 9088 =&gt; &#039;ON&#039;, 9089 =&gt; &#039;ON&#039;, 9090 =&gt; &#039;ON&#039;, 9091 =&gt; &#039;ON&#039;, 9092 =&gt; &#039;ON&#039;, 9093 =&gt; &#039;ON&#039;, 9094 =&gt; &#039;ON&#039;, 9095 =&gt; &#039;ON&#039;, 9096 =&gt; &#039;ON&#039;, 9097 =&gt; &#039;ON&#039;, 9098 =&gt; &#039;ON&#039;, 9099 =&gt; &#039;ON&#039;, 9100 =&gt; &#039;ON&#039;, 9101 =&gt; &#039;ON&#039;, 9102 =&gt; &#039;ON&#039;, 9103 =&gt; &#039;ON&#039;, 9104 =&gt; &#039;ON&#039;, 9105 =&gt; &#039;ON&#039;, 9106 =&gt; &#039;ON&#039;, 9107 =&gt; &#039;ON&#039;, 9108 =&gt; &#039;ON&#039;, 9109 =&gt; &#039;L&#039;, 9110 =&gt; &#039;ON&#039;, 9111 =&gt; &#039;ON&#039;, 9112 =&gt; &#039;ON&#039;, 9113 =&gt; &#039;ON&#039;, 9114 =&gt; &#039;ON&#039;, 9115 =&gt; &#039;ON&#039;, 9116 =&gt; &#039;ON&#039;, 9117 =&gt; &#039;ON&#039;, 9118 =&gt; &#039;ON&#039;, 9119 =&gt; &#039;ON&#039;, 9120 =&gt; &#039;ON&#039;, 9121 =&gt; &#039;ON&#039;, 9122 =&gt; &#039;ON&#039;, 9123 =&gt; &#039;ON&#039;, 9124 =&gt; &#039;ON&#039;, 9125 =&gt; &#039;ON&#039;, 9126 =&gt; &#039;ON&#039;, 9127 =&gt; &#039;ON&#039;, 9128 =&gt; &#039;ON&#039;, 9129 =&gt; &#039;ON&#039;, 9130 =&gt; &#039;ON&#039;, 9131 =&gt; &#039;ON&#039;, 9132 =&gt; &#039;ON&#039;, 9133 =&gt; &#039;ON&#039;, 9134 =&gt; &#039;ON&#039;, 9135 =&gt; &#039;ON&#039;, 9136 =&gt; &#039;ON&#039;, 9137 =&gt; &#039;ON&#039;, 9138 =&gt; &#039;ON&#039;, 9139 =&gt; &#039;ON&#039;, 9140 =&gt; &#039;ON&#039;, 9141 =&gt; &#039;ON&#039;, 9142 =&gt; &#039;ON&#039;, 9143 =&gt; &#039;ON&#039;, 9144 =&gt; &#039;ON&#039;, 9145 =&gt; &#039;ON&#039;, 9146 =&gt; &#039;ON&#039;, 9147 =&gt; &#039;ON&#039;, 9148 =&gt; &#039;ON&#039;, 9149 =&gt; &#039;ON&#039;, 9150 =&gt; &#039;ON&#039;, 9151 =&gt; &#039;ON&#039;, 9152 =&gt; &#039;ON&#039;, 9153 =&gt; &#039;ON&#039;, 9154 =&gt; &#039;ON&#039;, 9155 =&gt; &#039;ON&#039;, 9156 =&gt; &#039;ON&#039;, 9157 =&gt; &#039;ON&#039;, 9158 =&gt; &#039;ON&#039;, 9159 =&gt; &#039;ON&#039;, 9160 =&gt; &#039;ON&#039;, 9161 =&gt; &#039;ON&#039;, 9162 =&gt; &#039;ON&#039;, 9163 =&gt; &#039;ON&#039;, 9164 =&gt; &#039;ON&#039;, 9165 =&gt; &#039;ON&#039;, 9166 =&gt; &#039;ON&#039;, 9167 =&gt; &#039;ON&#039;, 9168 =&gt; &#039;ON&#039;, 9169 =&gt; &#039;ON&#039;, 9170 =&gt; &#039;ON&#039;, 9171 =&gt; &#039;ON&#039;, 9172 =&gt; &#039;ON&#039;, 9173 =&gt; &#039;ON&#039;, 9174 =&gt; &#039;ON&#039;, 9175 =&gt; &#039;ON&#039;, 9176 =&gt; &#039;ON&#039;, 9177 =&gt; &#039;ON&#039;, 9178 =&gt; &#039;ON&#039;, 9179 =&gt; &#039;ON&#039;, 9180 =&gt; &#039;ON&#039;, 9181 =&gt; &#039;ON&#039;, 9182 =&gt; &#039;ON&#039;, 9183 =&gt; &#039;ON&#039;, 9184 =&gt; &#039;ON&#039;, 9185 =&gt; &#039;ON&#039;, 9186 =&gt; &#039;ON&#039;, 9187 =&gt; &#039;ON&#039;, 9188 =&gt; &#039;ON&#039;, 9189 =&gt; &#039;ON&#039;, 9190 =&gt; &#039;ON&#039;, 9191 =&gt; &#039;ON&#039;, 9216 =&gt; &#039;ON&#039;, 9217 =&gt; &#039;ON&#039;, 9218 =&gt; &#039;ON&#039;, 9219 =&gt; &#039;ON&#039;, 9220 =&gt; &#039;ON&#039;, 9221 =&gt; &#039;ON&#039;, 9222 =&gt; &#039;ON&#039;, 9223 =&gt; &#039;ON&#039;, 9224 =&gt; &#039;ON&#039;, 9225 =&gt; &#039;ON&#039;, 9226 =&gt; &#039;ON&#039;, 9227 =&gt; &#039;ON&#039;, 9228 =&gt; &#039;ON&#039;, 9229 =&gt; &#039;ON&#039;, 9230 =&gt; &#039;ON&#039;, 9231 =&gt; &#039;ON&#039;, 9232 =&gt; &#039;ON&#039;, 9233 =&gt; &#039;ON&#039;, 9234 =&gt; &#039;ON&#039;, 9235 =&gt; &#039;ON&#039;, 9236 =&gt; &#039;ON&#039;, 9237 =&gt; &#039;ON&#039;, 9238 =&gt; &#039;ON&#039;, 9239 =&gt; &#039;ON&#039;, 9240 =&gt; &#039;ON&#039;, 9241 =&gt; &#039;ON&#039;, 9242 =&gt; &#039;ON&#039;, 9243 =&gt; &#039;ON&#039;, 9244 =&gt; &#039;ON&#039;, 9245 =&gt; &#039;ON&#039;, 9246 =&gt; &#039;ON&#039;, 9247 =&gt; &#039;ON&#039;, 9248 =&gt; &#039;ON&#039;, 9249 =&gt; &#039;ON&#039;, 9250 =&gt; &#039;ON&#039;, 9251 =&gt; &#039;ON&#039;, 9252 =&gt; &#039;ON&#039;, 9253 =&gt; &#039;ON&#039;, 9254 =&gt; &#039;ON&#039;, 9280 =&gt; &#039;ON&#039;, 9281 =&gt; &#039;ON&#039;, 9282 =&gt; &#039;ON&#039;, 9283 =&gt; &#039;ON&#039;, 9284 =&gt; &#039;ON&#039;, 9285 =&gt; &#039;ON&#039;, 9286 =&gt; &#039;ON&#039;, 9287 =&gt; &#039;ON&#039;, 9288 =&gt; &#039;ON&#039;, 9289 =&gt; &#039;ON&#039;, 9290 =&gt; &#039;ON&#039;, 9312 =&gt; &#039;ON&#039;, 9313 =&gt; &#039;ON&#039;, 9314 =&gt; &#039;ON&#039;, 9315 =&gt; &#039;ON&#039;, 9316 =&gt; &#039;ON&#039;, 9317 =&gt; &#039;ON&#039;, 9318 =&gt; &#039;ON&#039;, 9319 =&gt; &#039;ON&#039;, 9320 =&gt; &#039;ON&#039;, 9321 =&gt; &#039;ON&#039;, 9322 =&gt; &#039;ON&#039;, 9323 =&gt; &#039;ON&#039;, 9324 =&gt; &#039;ON&#039;, 9325 =&gt; &#039;ON&#039;, 9326 =&gt; &#039;ON&#039;, 9327 =&gt; &#039;ON&#039;, 9328 =&gt; &#039;ON&#039;, 9329 =&gt; &#039;ON&#039;, 9330 =&gt; &#039;ON&#039;, 9331 =&gt; &#039;ON&#039;, 9332 =&gt; &#039;ON&#039;, 9333 =&gt; &#039;ON&#039;, 9334 =&gt; &#039;ON&#039;, 9335 =&gt; &#039;ON&#039;, 9336 =&gt; &#039;ON&#039;, 9337 =&gt; &#039;ON&#039;, 9338 =&gt; &#039;ON&#039;, 9339 =&gt; &#039;ON&#039;, 9340 =&gt; &#039;ON&#039;, 9341 =&gt; &#039;ON&#039;, 9342 =&gt; &#039;ON&#039;, 9343 =&gt; &#039;ON&#039;, 9344 =&gt; &#039;ON&#039;, 9345 =&gt; &#039;ON&#039;, 9346 =&gt; &#039;ON&#039;, 9347 =&gt; &#039;ON&#039;, 9348 =&gt; &#039;ON&#039;, 9349 =&gt; &#039;ON&#039;, 9350 =&gt; &#039;ON&#039;, 9351 =&gt; &#039;ON&#039;, 9352 =&gt; &#039;EN&#039;, 9353 =&gt; &#039;EN&#039;, 9354 =&gt; &#039;EN&#039;, 9355 =&gt; &#039;EN&#039;, 9356 =&gt; &#039;EN&#039;, 9357 =&gt; &#039;EN&#039;, 9358 =&gt; &#039;EN&#039;, 9359 =&gt; &#039;EN&#039;, 9360 =&gt; &#039;EN&#039;, 9361 =&gt; &#039;EN&#039;, 9362 =&gt; &#039;EN&#039;, 9363 =&gt; &#039;EN&#039;, 9364 =&gt; &#039;EN&#039;, 9365 =&gt; &#039;EN&#039;, 9366 =&gt; &#039;EN&#039;, 9367 =&gt; &#039;EN&#039;, 9368 =&gt; &#039;EN&#039;, 9369 =&gt; &#039;EN&#039;, 9370 =&gt; &#039;EN&#039;, 9371 =&gt; &#039;EN&#039;, 9372 =&gt; &#039;L&#039;, 9373 =&gt; &#039;L&#039;, 9374 =&gt; &#039;L&#039;, 9375 =&gt; &#039;L&#039;, 9376 =&gt; &#039;L&#039;, 9377 =&gt; &#039;L&#039;, 9378 =&gt; &#039;L&#039;, 9379 =&gt; &#039;L&#039;, 9380 =&gt; &#039;L&#039;, 9381 =&gt; &#039;L&#039;, 9382 =&gt; &#039;L&#039;, 9383 =&gt; &#039;L&#039;, 9384 =&gt; &#039;L&#039;, 9385 =&gt; &#039;L&#039;, 9386 =&gt; &#039;L&#039;, 9387 =&gt; &#039;L&#039;, 9388 =&gt; &#039;L&#039;, 9389 =&gt; &#039;L&#039;, 9390 =&gt; &#039;L&#039;, 9391 =&gt; &#039;L&#039;, 9392 =&gt; &#039;L&#039;, 9393 =&gt; &#039;L&#039;, 9394 =&gt; &#039;L&#039;, 9395 =&gt; &#039;L&#039;, 9396 =&gt; &#039;L&#039;, 9397 =&gt; &#039;L&#039;, 9398 =&gt; &#039;L&#039;, 9399 =&gt; &#039;L&#039;, 9400 =&gt; &#039;L&#039;, 9401 =&gt; &#039;L&#039;, 9402 =&gt; &#039;L&#039;, 9403 =&gt; &#039;L&#039;, 9404 =&gt; &#039;L&#039;, 9405 =&gt; &#039;L&#039;, 9406 =&gt; &#039;L&#039;, 9407 =&gt; &#039;L&#039;, 9408 =&gt; &#039;L&#039;, 9409 =&gt; &#039;L&#039;, 9410 =&gt; &#039;L&#039;, 9411 =&gt; &#039;L&#039;, 9412 =&gt; &#039;L&#039;, 9413 =&gt; &#039;L&#039;, 9414 =&gt; &#039;L&#039;, 9415 =&gt; &#039;L&#039;, 9416 =&gt; &#039;L&#039;, 9417 =&gt; &#039;L&#039;, 9418 =&gt; &#039;L&#039;, 9419 =&gt; &#039;L&#039;, 9420 =&gt; &#039;L&#039;, 9421 =&gt; &#039;L&#039;, 9422 =&gt; &#039;L&#039;, 9423 =&gt; &#039;L&#039;, 9424 =&gt; &#039;L&#039;, 9425 =&gt; &#039;L&#039;, 9426 =&gt; &#039;L&#039;, 9427 =&gt; &#039;L&#039;, 9428 =&gt; &#039;L&#039;, 9429 =&gt; &#039;L&#039;, 9430 =&gt; &#039;L&#039;, 9431 =&gt; &#039;L&#039;, 9432 =&gt; &#039;L&#039;, 9433 =&gt; &#039;L&#039;, 9434 =&gt; &#039;L&#039;, 9435 =&gt; &#039;L&#039;, 9436 =&gt; &#039;L&#039;, 9437 =&gt; &#039;L&#039;, 9438 =&gt; &#039;L&#039;, 9439 =&gt; &#039;L&#039;, 9440 =&gt; &#039;L&#039;, 9441 =&gt; &#039;L&#039;, 9442 =&gt; &#039;L&#039;, 9443 =&gt; &#039;L&#039;, 9444 =&gt; &#039;L&#039;, 9445 =&gt; &#039;L&#039;, 9446 =&gt; &#039;L&#039;, 9447 =&gt; &#039;L&#039;, 9448 =&gt; &#039;L&#039;, 9449 =&gt; &#039;L&#039;, 9450 =&gt; &#039;ON&#039;, 9451 =&gt; &#039;ON&#039;, 9452 =&gt; &#039;ON&#039;, 9453 =&gt; &#039;ON&#039;, 9454 =&gt; &#039;ON&#039;, 9455 =&gt; &#039;ON&#039;, 9456 =&gt; &#039;ON&#039;, 9457 =&gt; &#039;ON&#039;, 9458 =&gt; &#039;ON&#039;, 9459 =&gt; &#039;ON&#039;, 9460 =&gt; &#039;ON&#039;, 9461 =&gt; &#039;ON&#039;, 9462 =&gt; &#039;ON&#039;, 9463 =&gt; &#039;ON&#039;, 9464 =&gt; &#039;ON&#039;, 9465 =&gt; &#039;ON&#039;, 9466 =&gt; &#039;ON&#039;, 9467 =&gt; &#039;ON&#039;, 9468 =&gt; &#039;ON&#039;, 9469 =&gt; &#039;ON&#039;, 9470 =&gt; &#039;ON&#039;, 9471 =&gt; &#039;ON&#039;, 9472 =&gt; &#039;ON&#039;, 9473 =&gt; &#039;ON&#039;, 9474 =&gt; &#039;ON&#039;, 9475 =&gt; &#039;ON&#039;, 9476 =&gt; &#039;ON&#039;, 9477 =&gt; &#039;ON&#039;, 9478 =&gt; &#039;ON&#039;, 9479 =&gt; &#039;ON&#039;, 9480 =&gt; &#039;ON&#039;, 9481 =&gt; &#039;ON&#039;, 9482 =&gt; &#039;ON&#039;, 9483 =&gt; &#039;ON&#039;, 9484 =&gt; &#039;ON&#039;, 9485 =&gt; &#039;ON&#039;, 9486 =&gt; &#039;ON&#039;, 9487 =&gt; &#039;ON&#039;, 9488 =&gt; &#039;ON&#039;, 9489 =&gt; &#039;ON&#039;, 9490 =&gt; &#039;ON&#039;, 9491 =&gt; &#039;ON&#039;, 9492 =&gt; &#039;ON&#039;, 9493 =&gt; &#039;ON&#039;, 9494 =&gt; &#039;ON&#039;, 9495 =&gt; &#039;ON&#039;, 9496 =&gt; &#039;ON&#039;, 9497 =&gt; &#039;ON&#039;, 9498 =&gt; &#039;ON&#039;, 9499 =&gt; &#039;ON&#039;, 9500 =&gt; &#039;ON&#039;, 9501 =&gt; &#039;ON&#039;, 9502 =&gt; &#039;ON&#039;, 9503 =&gt; &#039;ON&#039;, 9504 =&gt; &#039;ON&#039;, 9505 =&gt; &#039;ON&#039;, 9506 =&gt; &#039;ON&#039;, 9507 =&gt; &#039;ON&#039;, 9508 =&gt; &#039;ON&#039;, 9509 =&gt; &#039;ON&#039;, 9510 =&gt; &#039;ON&#039;, 9511 =&gt; &#039;ON&#039;, 9512 =&gt; &#039;ON&#039;, 9513 =&gt; &#039;ON&#039;, 9514 =&gt; &#039;ON&#039;, 9515 =&gt; &#039;ON&#039;, 9516 =&gt; &#039;ON&#039;, 9517 =&gt; &#039;ON&#039;, 9518 =&gt; &#039;ON&#039;, 9519 =&gt; &#039;ON&#039;, 9520 =&gt; &#039;ON&#039;, 9521 =&gt; &#039;ON&#039;, 9522 =&gt; &#039;ON&#039;, 9523 =&gt; &#039;ON&#039;, 9524 =&gt; &#039;ON&#039;, 9525 =&gt; &#039;ON&#039;, 9526 =&gt; &#039;ON&#039;, 9527 =&gt; &#039;ON&#039;, 9528 =&gt; &#039;ON&#039;, 9529 =&gt; &#039;ON&#039;, 9530 =&gt; &#039;ON&#039;, 9531 =&gt; &#039;ON&#039;, 9532 =&gt; &#039;ON&#039;, 9533 =&gt; &#039;ON&#039;, 9534 =&gt; &#039;ON&#039;, 9535 =&gt; &#039;ON&#039;, 9536 =&gt; &#039;ON&#039;, 9537 =&gt; &#039;ON&#039;, 9538 =&gt; &#039;ON&#039;, 9539 =&gt; &#039;ON&#039;, 9540 =&gt; &#039;ON&#039;, 9541 =&gt; &#039;ON&#039;, 9542 =&gt; &#039;ON&#039;, 9543 =&gt; &#039;ON&#039;, 9544 =&gt; &#039;ON&#039;, 9545 =&gt; &#039;ON&#039;, 9546 =&gt; &#039;ON&#039;, 9547 =&gt; &#039;ON&#039;, 9548 =&gt; &#039;ON&#039;, 9549 =&gt; &#039;ON&#039;, 9550 =&gt; &#039;ON&#039;, 9551 =&gt; &#039;ON&#039;, 9552 =&gt; &#039;ON&#039;, 9553 =&gt; &#039;ON&#039;, 9554 =&gt; &#039;ON&#039;, 9555 =&gt; &#039;ON&#039;, 9556 =&gt; &#039;ON&#039;, 9557 =&gt; &#039;ON&#039;, 9558 =&gt; &#039;ON&#039;, 9559 =&gt; &#039;ON&#039;, 9560 =&gt; &#039;ON&#039;, 9561 =&gt; &#039;ON&#039;, 9562 =&gt; &#039;ON&#039;, 9563 =&gt; &#039;ON&#039;, 9564 =&gt; &#039;ON&#039;, 9565 =&gt; &#039;ON&#039;, 9566 =&gt; &#039;ON&#039;, 9567 =&gt; &#039;ON&#039;, 9568 =&gt; &#039;ON&#039;, 9569 =&gt; &#039;ON&#039;, 9570 =&gt; &#039;ON&#039;, 9571 =&gt; &#039;ON&#039;, 9572 =&gt; &#039;ON&#039;, 9573 =&gt; &#039;ON&#039;, 9574 =&gt; &#039;ON&#039;, 9575 =&gt; &#039;ON&#039;, 9576 =&gt; &#039;ON&#039;, 9577 =&gt; &#039;ON&#039;, 9578 =&gt; &#039;ON&#039;, 9579 =&gt; &#039;ON&#039;, 9580 =&gt; &#039;ON&#039;, 9581 =&gt; &#039;ON&#039;, 9582 =&gt; &#039;ON&#039;, 9583 =&gt; &#039;ON&#039;, 9584 =&gt; &#039;ON&#039;, 9585 =&gt; &#039;ON&#039;, 9586 =&gt; &#039;ON&#039;, 9587 =&gt; &#039;ON&#039;, 9588 =&gt; &#039;ON&#039;, 9589 =&gt; &#039;ON&#039;, 9590 =&gt; &#039;ON&#039;, 9591 =&gt; &#039;ON&#039;, 9592 =&gt; &#039;ON&#039;, 9593 =&gt; &#039;ON&#039;, 9594 =&gt; &#039;ON&#039;, 9595 =&gt; &#039;ON&#039;, 9596 =&gt; &#039;ON&#039;, 9597 =&gt; &#039;ON&#039;, 9598 =&gt; &#039;ON&#039;, 9599 =&gt; &#039;ON&#039;, 9600 =&gt; &#039;ON&#039;, 9601 =&gt; &#039;ON&#039;, 9602 =&gt; &#039;ON&#039;, 9603 =&gt; &#039;ON&#039;, 9604 =&gt; &#039;ON&#039;, 9605 =&gt; &#039;ON&#039;, 9606 =&gt; &#039;ON&#039;, 9607 =&gt; &#039;ON&#039;, 9608 =&gt; &#039;ON&#039;, 9609 =&gt; &#039;ON&#039;, 9610 =&gt; &#039;ON&#039;, 9611 =&gt; &#039;ON&#039;, 9612 =&gt; &#039;ON&#039;, 9613 =&gt; &#039;ON&#039;, 9614 =&gt; &#039;ON&#039;, 9615 =&gt; &#039;ON&#039;, 9616 =&gt; &#039;ON&#039;, 9617 =&gt; &#039;ON&#039;, 9618 =&gt; &#039;ON&#039;, 9619 =&gt; &#039;ON&#039;, 9620 =&gt; &#039;ON&#039;, 9621 =&gt; &#039;ON&#039;, 9622 =&gt; &#039;ON&#039;, 9623 =&gt; &#039;ON&#039;, 9624 =&gt; &#039;ON&#039;, 9625 =&gt; &#039;ON&#039;, 9626 =&gt; &#039;ON&#039;, 9627 =&gt; &#039;ON&#039;, 9628 =&gt; &#039;ON&#039;, 9629 =&gt; &#039;ON&#039;, 9630 =&gt; &#039;ON&#039;, 9631 =&gt; &#039;ON&#039;, 9632 =&gt; &#039;ON&#039;, 9633 =&gt; &#039;ON&#039;, 9634 =&gt; &#039;ON&#039;, 9635 =&gt; &#039;ON&#039;, 9636 =&gt; &#039;ON&#039;, 9637 =&gt; &#039;ON&#039;, 9638 =&gt; &#039;ON&#039;, 9639 =&gt; &#039;ON&#039;, 9640 =&gt; &#039;ON&#039;, 9641 =&gt; &#039;ON&#039;, 9642 =&gt; &#039;ON&#039;, 9643 =&gt; &#039;ON&#039;, 9644 =&gt; &#039;ON&#039;, 9645 =&gt; &#039;ON&#039;, 9646 =&gt; &#039;ON&#039;, 9647 =&gt; &#039;ON&#039;, 9648 =&gt; &#039;ON&#039;, 9649 =&gt; &#039;ON&#039;, 9650 =&gt; &#039;ON&#039;, 9651 =&gt; &#039;ON&#039;, 9652 =&gt; &#039;ON&#039;, 9653 =&gt; &#039;ON&#039;, 9654 =&gt; &#039;ON&#039;, 9655 =&gt; &#039;ON&#039;, 9656 =&gt; &#039;ON&#039;, 9657 =&gt; &#039;ON&#039;, 9658 =&gt; &#039;ON&#039;, 9659 =&gt; &#039;ON&#039;, 9660 =&gt; &#039;ON&#039;, 9661 =&gt; &#039;ON&#039;, 9662 =&gt; &#039;ON&#039;, 9663 =&gt; &#039;ON&#039;, 9664 =&gt; &#039;ON&#039;, 9665 =&gt; &#039;ON&#039;, 9666 =&gt; &#039;ON&#039;, 9667 =&gt; &#039;ON&#039;, 9668 =&gt; &#039;ON&#039;, 9669 =&gt; &#039;ON&#039;, 9670 =&gt; &#039;ON&#039;, 9671 =&gt; &#039;ON&#039;, 9672 =&gt; &#039;ON&#039;, 9673 =&gt; &#039;ON&#039;, 9674 =&gt; &#039;ON&#039;, 9675 =&gt; &#039;ON&#039;, 9676 =&gt; &#039;ON&#039;, 9677 =&gt; &#039;ON&#039;, 9678 =&gt; &#039;ON&#039;, 9679 =&gt; &#039;ON&#039;, 9680 =&gt; &#039;ON&#039;, 9681 =&gt; &#039;ON&#039;, 9682 =&gt; &#039;ON&#039;, 9683 =&gt; &#039;ON&#039;, 9684 =&gt; &#039;ON&#039;, 9685 =&gt; &#039;ON&#039;, 9686 =&gt; &#039;ON&#039;, 9687 =&gt; &#039;ON&#039;, 9688 =&gt; &#039;ON&#039;, 9689 =&gt; &#039;ON&#039;, 9690 =&gt; &#039;ON&#039;, 9691 =&gt; &#039;ON&#039;, 9692 =&gt; &#039;ON&#039;, 9693 =&gt; &#039;ON&#039;, 9694 =&gt; &#039;ON&#039;, 9695 =&gt; &#039;ON&#039;, 9696 =&gt; &#039;ON&#039;, 9697 =&gt; &#039;ON&#039;, 9698 =&gt; &#039;ON&#039;, 9699 =&gt; &#039;ON&#039;, 9700 =&gt; &#039;ON&#039;, 9701 =&gt; &#039;ON&#039;, 9702 =&gt; &#039;ON&#039;, 9703 =&gt; &#039;ON&#039;, 9704 =&gt; &#039;ON&#039;, 9705 =&gt; &#039;ON&#039;, 9706 =&gt; &#039;ON&#039;, 9707 =&gt; &#039;ON&#039;, 9708 =&gt; &#039;ON&#039;, 9709 =&gt; &#039;ON&#039;, 9710 =&gt; &#039;ON&#039;, 9711 =&gt; &#039;ON&#039;, 9712 =&gt; &#039;ON&#039;, 9713 =&gt; &#039;ON&#039;, 9714 =&gt; &#039;ON&#039;, 9715 =&gt; &#039;ON&#039;, 9716 =&gt; &#039;ON&#039;, 9717 =&gt; &#039;ON&#039;, 9718 =&gt; &#039;ON&#039;, 9719 =&gt; &#039;ON&#039;, 9720 =&gt; &#039;ON&#039;, 9721 =&gt; &#039;ON&#039;, 9722 =&gt; &#039;ON&#039;, 9723 =&gt; &#039;ON&#039;, 9724 =&gt; &#039;ON&#039;, 9725 =&gt; &#039;ON&#039;, 9726 =&gt; &#039;ON&#039;, 9727 =&gt; &#039;ON&#039;, 9728 =&gt; &#039;ON&#039;, 9729 =&gt; &#039;ON&#039;, 9730 =&gt; &#039;ON&#039;, 9731 =&gt; &#039;ON&#039;, 9732 =&gt; &#039;ON&#039;, 9733 =&gt; &#039;ON&#039;, 9734 =&gt; &#039;ON&#039;, 9735 =&gt; &#039;ON&#039;, 9736 =&gt; &#039;ON&#039;, 9737 =&gt; &#039;ON&#039;, 9738 =&gt; &#039;ON&#039;, 9739 =&gt; &#039;ON&#039;, 9740 =&gt; &#039;ON&#039;, 9741 =&gt; &#039;ON&#039;, 9742 =&gt; &#039;ON&#039;, 9743 =&gt; &#039;ON&#039;, 9744 =&gt; &#039;ON&#039;, 9745 =&gt; &#039;ON&#039;, 9746 =&gt; &#039;ON&#039;, 9747 =&gt; &#039;ON&#039;, 9748 =&gt; &#039;ON&#039;, 9749 =&gt; &#039;ON&#039;, 9750 =&gt; &#039;ON&#039;, 9751 =&gt; &#039;ON&#039;, 9752 =&gt; &#039;ON&#039;, 9753 =&gt; &#039;ON&#039;, 9754 =&gt; &#039;ON&#039;, 9755 =&gt; &#039;ON&#039;, 9756 =&gt; &#039;ON&#039;, 9757 =&gt; &#039;ON&#039;, 9758 =&gt; &#039;ON&#039;, 9759 =&gt; &#039;ON&#039;, 9760 =&gt; &#039;ON&#039;, 9761 =&gt; &#039;ON&#039;, 9762 =&gt; &#039;ON&#039;, 9763 =&gt; &#039;ON&#039;, 9764 =&gt; &#039;ON&#039;, 9765 =&gt; &#039;ON&#039;, 9766 =&gt; &#039;ON&#039;, 9767 =&gt; &#039;ON&#039;, 9768 =&gt; &#039;ON&#039;, 9769 =&gt; &#039;ON&#039;, 9770 =&gt; &#039;ON&#039;, 9771 =&gt; &#039;ON&#039;, 9772 =&gt; &#039;ON&#039;, 9773 =&gt; &#039;ON&#039;, 9774 =&gt; &#039;ON&#039;, 9775 =&gt; &#039;ON&#039;, 9776 =&gt; &#039;ON&#039;, 9777 =&gt; &#039;ON&#039;, 9778 =&gt; &#039;ON&#039;, 9779 =&gt; &#039;ON&#039;, 9780 =&gt; &#039;ON&#039;, 9781 =&gt; &#039;ON&#039;, 9782 =&gt; &#039;ON&#039;, 9783 =&gt; &#039;ON&#039;, 9784 =&gt; &#039;ON&#039;, 9785 =&gt; &#039;ON&#039;, 9786 =&gt; &#039;ON&#039;, 9787 =&gt; &#039;ON&#039;, 9788 =&gt; &#039;ON&#039;, 9789 =&gt; &#039;ON&#039;, 9790 =&gt; &#039;ON&#039;, 9791 =&gt; &#039;ON&#039;, 9792 =&gt; &#039;ON&#039;, 9793 =&gt; &#039;ON&#039;, 9794 =&gt; &#039;ON&#039;, 9795 =&gt; &#039;ON&#039;, 9796 =&gt; &#039;ON&#039;, 9797 =&gt; &#039;ON&#039;, 9798 =&gt; &#039;ON&#039;, 9799 =&gt; &#039;ON&#039;, 9800 =&gt; &#039;ON&#039;, 9801 =&gt; &#039;ON&#039;, 9802 =&gt; &#039;ON&#039;, 9803 =&gt; &#039;ON&#039;, 9804 =&gt; &#039;ON&#039;, 9805 =&gt; &#039;ON&#039;, 9806 =&gt; &#039;ON&#039;, 9807 =&gt; &#039;ON&#039;, 9808 =&gt; &#039;ON&#039;, 9809 =&gt; &#039;ON&#039;, 9810 =&gt; &#039;ON&#039;, 9811 =&gt; &#039;ON&#039;, 9812 =&gt; &#039;ON&#039;, 9813 =&gt; &#039;ON&#039;, 9814 =&gt; &#039;ON&#039;, 9815 =&gt; &#039;ON&#039;, 9816 =&gt; &#039;ON&#039;, 9817 =&gt; &#039;ON&#039;, 9818 =&gt; &#039;ON&#039;, 9819 =&gt; &#039;ON&#039;, 9820 =&gt; &#039;ON&#039;, 9821 =&gt; &#039;ON&#039;, 9822 =&gt; &#039;ON&#039;, 9823 =&gt; &#039;ON&#039;, 9824 =&gt; &#039;ON&#039;, 9825 =&gt; &#039;ON&#039;, 9826 =&gt; &#039;ON&#039;, 9827 =&gt; &#039;ON&#039;, 9828 =&gt; &#039;ON&#039;, 9829 =&gt; &#039;ON&#039;, 9830 =&gt; &#039;ON&#039;, 9831 =&gt; &#039;ON&#039;, 9832 =&gt; &#039;ON&#039;, 9833 =&gt; &#039;ON&#039;, 9834 =&gt; &#039;ON&#039;, 9835 =&gt; &#039;ON&#039;, 9836 =&gt; &#039;ON&#039;, 9837 =&gt; &#039;ON&#039;, 9838 =&gt; &#039;ON&#039;, 9839 =&gt; &#039;ON&#039;, 9840 =&gt; &#039;ON&#039;, 9841 =&gt; &#039;ON&#039;, 9842 =&gt; &#039;ON&#039;, 9843 =&gt; &#039;ON&#039;, 9844 =&gt; &#039;ON&#039;, 9845 =&gt; &#039;ON&#039;, 9846 =&gt; &#039;ON&#039;, 9847 =&gt; &#039;ON&#039;, 9848 =&gt; &#039;ON&#039;, 9849 =&gt; &#039;ON&#039;, 9850 =&gt; &#039;ON&#039;, 9851 =&gt; &#039;ON&#039;, 9852 =&gt; &#039;ON&#039;, 9853 =&gt; &#039;ON&#039;, 9854 =&gt; &#039;ON&#039;, 9855 =&gt; &#039;ON&#039;, 9856 =&gt; &#039;ON&#039;, 9857 =&gt; &#039;ON&#039;, 9858 =&gt; &#039;ON&#039;, 9859 =&gt; &#039;ON&#039;, 9860 =&gt; &#039;ON&#039;, 9861 =&gt; &#039;ON&#039;, 9862 =&gt; &#039;ON&#039;, 9863 =&gt; &#039;ON&#039;, 9864 =&gt; &#039;ON&#039;, 9865 =&gt; &#039;ON&#039;, 9866 =&gt; &#039;ON&#039;, 9867 =&gt; &#039;ON&#039;, 9868 =&gt; &#039;ON&#039;, 9869 =&gt; &#039;ON&#039;, 9870 =&gt; &#039;ON&#039;, 9871 =&gt; &#039;ON&#039;, 9872 =&gt; &#039;ON&#039;, 9873 =&gt; &#039;ON&#039;, 9874 =&gt; &#039;ON&#039;, 9875 =&gt; &#039;ON&#039;, 9876 =&gt; &#039;ON&#039;, 9877 =&gt; &#039;ON&#039;, 9878 =&gt; &#039;ON&#039;, 9879 =&gt; &#039;ON&#039;, 9880 =&gt; &#039;ON&#039;, 9881 =&gt; &#039;ON&#039;, 9882 =&gt; &#039;ON&#039;, 9883 =&gt; &#039;ON&#039;, 9884 =&gt; &#039;ON&#039;, 9888 =&gt; &#039;ON&#039;, 9889 =&gt; &#039;ON&#039;, 9890 =&gt; &#039;ON&#039;, 9891 =&gt; &#039;ON&#039;, 9892 =&gt; &#039;ON&#039;, 9893 =&gt; &#039;ON&#039;, 9894 =&gt; &#039;ON&#039;, 9895 =&gt; &#039;ON&#039;, 9896 =&gt; &#039;ON&#039;, 9897 =&gt; &#039;ON&#039;, 9898 =&gt; &#039;ON&#039;, 9899 =&gt; &#039;ON&#039;, 9900 =&gt; &#039;L&#039;, 9901 =&gt; &#039;ON&#039;, 9902 =&gt; &#039;ON&#039;, 9903 =&gt; &#039;ON&#039;, 9904 =&gt; &#039;ON&#039;, 9905 =&gt; &#039;ON&#039;, 9906 =&gt; &#039;ON&#039;, 9985 =&gt; &#039;ON&#039;, 9986 =&gt; &#039;ON&#039;, 9987 =&gt; &#039;ON&#039;, 9988 =&gt; &#039;ON&#039;, 9990 =&gt; &#039;ON&#039;, 9991 =&gt; &#039;ON&#039;, 9992 =&gt; &#039;ON&#039;, 9993 =&gt; &#039;ON&#039;, 9996 =&gt; &#039;ON&#039;, 9997 =&gt; &#039;ON&#039;, 9998 =&gt; &#039;ON&#039;, 9999 =&gt; &#039;ON&#039;, 10000 =&gt; &#039;ON&#039;, 10001 =&gt; &#039;ON&#039;, 10002 =&gt; &#039;ON&#039;, 10003 =&gt; &#039;ON&#039;, 10004 =&gt; &#039;ON&#039;, 10005 =&gt; &#039;ON&#039;, 10006 =&gt; &#039;ON&#039;, 10007 =&gt; &#039;ON&#039;, 10008 =&gt; &#039;ON&#039;, 10009 =&gt; &#039;ON&#039;, 10010 =&gt; &#039;ON&#039;, 10011 =&gt; &#039;ON&#039;, 10012 =&gt; &#039;ON&#039;, 10013 =&gt; &#039;ON&#039;, 10014 =&gt; &#039;ON&#039;, 10015 =&gt; &#039;ON&#039;, 10016 =&gt; &#039;ON&#039;, 10017 =&gt; &#039;ON&#039;, 10018 =&gt; &#039;ON&#039;, 10019 =&gt; &#039;ON&#039;, 10020 =&gt; &#039;ON&#039;, 10021 =&gt; &#039;ON&#039;, 10022 =&gt; &#039;ON&#039;, 10023 =&gt; &#039;ON&#039;, 10025 =&gt; &#039;ON&#039;, 10026 =&gt; &#039;ON&#039;, 10027 =&gt; &#039;ON&#039;, 10028 =&gt; &#039;ON&#039;, 10029 =&gt; &#039;ON&#039;, 10030 =&gt; &#039;ON&#039;, 10031 =&gt; &#039;ON&#039;, 10032 =&gt; &#039;ON&#039;, 10033 =&gt; &#039;ON&#039;, 10034 =&gt; &#039;ON&#039;, 10035 =&gt; &#039;ON&#039;, 10036 =&gt; &#039;ON&#039;, 10037 =&gt; &#039;ON&#039;, 10038 =&gt; &#039;ON&#039;, 10039 =&gt; &#039;ON&#039;, 10040 =&gt; &#039;ON&#039;, 10041 =&gt; &#039;ON&#039;, 10042 =&gt; &#039;ON&#039;, 10043 =&gt; &#039;ON&#039;, 10044 =&gt; &#039;ON&#039;, 10045 =&gt; &#039;ON&#039;, 10046 =&gt; &#039;ON&#039;, 10047 =&gt; &#039;ON&#039;, 10048 =&gt; &#039;ON&#039;, 10049 =&gt; &#039;ON&#039;, 10050 =&gt; &#039;ON&#039;, 10051 =&gt; &#039;ON&#039;, 10052 =&gt; &#039;ON&#039;, 10053 =&gt; &#039;ON&#039;, 10054 =&gt; &#039;ON&#039;, 10055 =&gt; &#039;ON&#039;, 10056 =&gt; &#039;ON&#039;, 10057 =&gt; &#039;ON&#039;, 10058 =&gt; &#039;ON&#039;, 10059 =&gt; &#039;ON&#039;, 10061 =&gt; &#039;ON&#039;, 10063 =&gt; &#039;ON&#039;, 10064 =&gt; &#039;ON&#039;, 10065 =&gt; &#039;ON&#039;, 10066 =&gt; &#039;ON&#039;, 10070 =&gt; &#039;ON&#039;, 10072 =&gt; &#039;ON&#039;, 10073 =&gt; &#039;ON&#039;, 10074 =&gt; &#039;ON&#039;, 10075 =&gt; &#039;ON&#039;, 10076 =&gt; &#039;ON&#039;, 10077 =&gt; &#039;ON&#039;, 10078 =&gt; &#039;ON&#039;, 10081 =&gt; &#039;ON&#039;, 10082 =&gt; &#039;ON&#039;, 10083 =&gt; &#039;ON&#039;, 10084 =&gt; &#039;ON&#039;, 10085 =&gt; &#039;ON&#039;, 10086 =&gt; &#039;ON&#039;, 10087 =&gt; &#039;ON&#039;, 10088 =&gt; &#039;ON&#039;, 10089 =&gt; &#039;ON&#039;, 10090 =&gt; &#039;ON&#039;, 10091 =&gt; &#039;ON&#039;, 10092 =&gt; &#039;ON&#039;, 10093 =&gt; &#039;ON&#039;, 10094 =&gt; &#039;ON&#039;, 10095 =&gt; &#039;ON&#039;, 10096 =&gt; &#039;ON&#039;, 10097 =&gt; &#039;ON&#039;, 10098 =&gt; &#039;ON&#039;, 10099 =&gt; &#039;ON&#039;, 10100 =&gt; &#039;ON&#039;, 10101 =&gt; &#039;ON&#039;, 10102 =&gt; &#039;ON&#039;, 10103 =&gt; &#039;ON&#039;, 10104 =&gt; &#039;ON&#039;, 10105 =&gt; &#039;ON&#039;, 10106 =&gt; &#039;ON&#039;, 10107 =&gt; &#039;ON&#039;, 10108 =&gt; &#039;ON&#039;, 10109 =&gt; &#039;ON&#039;, 10110 =&gt; &#039;ON&#039;, 10111 =&gt; &#039;ON&#039;, 10112 =&gt; &#039;ON&#039;, 10113 =&gt; &#039;ON&#039;, 10114 =&gt; &#039;ON&#039;, 10115 =&gt; &#039;ON&#039;, 10116 =&gt; &#039;ON&#039;, 10117 =&gt; &#039;ON&#039;, 10118 =&gt; &#039;ON&#039;, 10119 =&gt; &#039;ON&#039;, 10120 =&gt; &#039;ON&#039;, 10121 =&gt; &#039;ON&#039;, 10122 =&gt; &#039;ON&#039;, 10123 =&gt; &#039;ON&#039;, 10124 =&gt; &#039;ON&#039;, 10125 =&gt; &#039;ON&#039;, 10126 =&gt; &#039;ON&#039;, 10127 =&gt; &#039;ON&#039;, 10128 =&gt; &#039;ON&#039;, 10129 =&gt; &#039;ON&#039;, 10130 =&gt; &#039;ON&#039;, 10131 =&gt; &#039;ON&#039;, 10132 =&gt; &#039;ON&#039;, 10136 =&gt; &#039;ON&#039;, 10137 =&gt; &#039;ON&#039;, 10138 =&gt; &#039;ON&#039;, 10139 =&gt; &#039;ON&#039;, 10140 =&gt; &#039;ON&#039;, 10141 =&gt; &#039;ON&#039;, 10142 =&gt; &#039;ON&#039;, 10143 =&gt; &#039;ON&#039;, 10144 =&gt; &#039;ON&#039;, 10145 =&gt; &#039;ON&#039;, 10146 =&gt; &#039;ON&#039;, 10147 =&gt; &#039;ON&#039;, 10148 =&gt; &#039;ON&#039;, 10149 =&gt; &#039;ON&#039;, 10150 =&gt; &#039;ON&#039;, 10151 =&gt; &#039;ON&#039;, 10152 =&gt; &#039;ON&#039;, 10153 =&gt; &#039;ON&#039;, 10154 =&gt; &#039;ON&#039;, 10155 =&gt; &#039;ON&#039;, 10156 =&gt; &#039;ON&#039;, 10157 =&gt; &#039;ON&#039;, 10158 =&gt; &#039;ON&#039;, 10159 =&gt; &#039;ON&#039;, 10161 =&gt; &#039;ON&#039;, 10162 =&gt; &#039;ON&#039;, 10163 =&gt; &#039;ON&#039;, 10164 =&gt; &#039;ON&#039;, 10165 =&gt; &#039;ON&#039;, 10166 =&gt; &#039;ON&#039;, 10167 =&gt; &#039;ON&#039;, 10168 =&gt; &#039;ON&#039;, 10169 =&gt; &#039;ON&#039;, 10170 =&gt; &#039;ON&#039;, 10171 =&gt; &#039;ON&#039;, 10172 =&gt; &#039;ON&#039;, 10173 =&gt; &#039;ON&#039;, 10174 =&gt; &#039;ON&#039;, 10176 =&gt; &#039;ON&#039;, 10177 =&gt; &#039;ON&#039;, 10178 =&gt; &#039;ON&#039;, 10179 =&gt; &#039;ON&#039;, 10180 =&gt; &#039;ON&#039;, 10181 =&gt; &#039;ON&#039;, 10182 =&gt; &#039;ON&#039;, 10183 =&gt; &#039;ON&#039;, 10184 =&gt; &#039;ON&#039;, 10185 =&gt; &#039;ON&#039;, 10186 =&gt; &#039;ON&#039;, 10192 =&gt; &#039;ON&#039;, 10193 =&gt; &#039;ON&#039;, 10194 =&gt; &#039;ON&#039;, 10195 =&gt; &#039;ON&#039;, 10196 =&gt; &#039;ON&#039;, 10197 =&gt; &#039;ON&#039;, 10198 =&gt; &#039;ON&#039;, 10199 =&gt; &#039;ON&#039;, 10200 =&gt; &#039;ON&#039;, 10201 =&gt; &#039;ON&#039;, 10202 =&gt; &#039;ON&#039;, 10203 =&gt; &#039;ON&#039;, 10204 =&gt; &#039;ON&#039;, 10205 =&gt; &#039;ON&#039;, 10206 =&gt; &#039;ON&#039;, 10207 =&gt; &#039;ON&#039;, 10208 =&gt; &#039;ON&#039;, 10209 =&gt; &#039;ON&#039;, 10210 =&gt; &#039;ON&#039;, 10211 =&gt; &#039;ON&#039;, 10212 =&gt; &#039;ON&#039;, 10213 =&gt; &#039;ON&#039;, 10214 =&gt; &#039;ON&#039;, 10215 =&gt; &#039;ON&#039;, 10216 =&gt; &#039;ON&#039;, 10217 =&gt; &#039;ON&#039;, 10218 =&gt; &#039;ON&#039;, 10219 =&gt; &#039;ON&#039;, 10224 =&gt; &#039;ON&#039;, 10225 =&gt; &#039;ON&#039;, 10226 =&gt; &#039;ON&#039;, 10227 =&gt; &#039;ON&#039;, 10228 =&gt; &#039;ON&#039;, 10229 =&gt; &#039;ON&#039;, 10230 =&gt; &#039;ON&#039;, 10231 =&gt; &#039;ON&#039;, 10232 =&gt; &#039;ON&#039;, 10233 =&gt; &#039;ON&#039;, 10234 =&gt; &#039;ON&#039;, 10235 =&gt; &#039;ON&#039;, 10236 =&gt; &#039;ON&#039;, 10237 =&gt; &#039;ON&#039;, 10238 =&gt; &#039;ON&#039;, 10239 =&gt; &#039;ON&#039;, 10240 =&gt; &#039;L&#039;, 10241 =&gt; &#039;L&#039;, 10242 =&gt; &#039;L&#039;, 10243 =&gt; &#039;L&#039;, 10244 =&gt; &#039;L&#039;, 10245 =&gt; &#039;L&#039;, 10246 =&gt; &#039;L&#039;, 10247 =&gt; &#039;L&#039;, 10248 =&gt; &#039;L&#039;, 10249 =&gt; &#039;L&#039;, 10250 =&gt; &#039;L&#039;, 10251 =&gt; &#039;L&#039;, 10252 =&gt; &#039;L&#039;, 10253 =&gt; &#039;L&#039;, 10254 =&gt; &#039;L&#039;, 10255 =&gt; &#039;L&#039;, 10256 =&gt; &#039;L&#039;, 10257 =&gt; &#039;L&#039;, 10258 =&gt; &#039;L&#039;, 10259 =&gt; &#039;L&#039;, 10260 =&gt; &#039;L&#039;, 10261 =&gt; &#039;L&#039;, 10262 =&gt; &#039;L&#039;, 10263 =&gt; &#039;L&#039;, 10264 =&gt; &#039;L&#039;, 10265 =&gt; &#039;L&#039;, 10266 =&gt; &#039;L&#039;, 10267 =&gt; &#039;L&#039;, 10268 =&gt; &#039;L&#039;, 10269 =&gt; &#039;L&#039;, 10270 =&gt; &#039;L&#039;, 10271 =&gt; &#039;L&#039;, 10272 =&gt; &#039;L&#039;, 10273 =&gt; &#039;L&#039;, 10274 =&gt; &#039;L&#039;, 10275 =&gt; &#039;L&#039;, 10276 =&gt; &#039;L&#039;, 10277 =&gt; &#039;L&#039;, 10278 =&gt; &#039;L&#039;, 10279 =&gt; &#039;L&#039;, 10280 =&gt; &#039;L&#039;, 10281 =&gt; &#039;L&#039;, 10282 =&gt; &#039;L&#039;, 10283 =&gt; &#039;L&#039;, 10284 =&gt; &#039;L&#039;, 10285 =&gt; &#039;L&#039;, 10286 =&gt; &#039;L&#039;, 10287 =&gt; &#039;L&#039;, 10288 =&gt; &#039;L&#039;, 10289 =&gt; &#039;L&#039;, 10290 =&gt; &#039;L&#039;, 10291 =&gt; &#039;L&#039;, 10292 =&gt; &#039;L&#039;, 10293 =&gt; &#039;L&#039;, 10294 =&gt; &#039;L&#039;, 10295 =&gt; &#039;L&#039;, 10296 =&gt; &#039;L&#039;, 10297 =&gt; &#039;L&#039;, 10298 =&gt; &#039;L&#039;, 10299 =&gt; &#039;L&#039;, 10300 =&gt; &#039;L&#039;, 10301 =&gt; &#039;L&#039;, 10302 =&gt; &#039;L&#039;, 10303 =&gt; &#039;L&#039;, 10304 =&gt; &#039;L&#039;, 10305 =&gt; &#039;L&#039;, 10306 =&gt; &#039;L&#039;, 10307 =&gt; &#039;L&#039;, 10308 =&gt; &#039;L&#039;, 10309 =&gt; &#039;L&#039;, 10310 =&gt; &#039;L&#039;, 10311 =&gt; &#039;L&#039;, 10312 =&gt; &#039;L&#039;, 10313 =&gt; &#039;L&#039;, 10314 =&gt; &#039;L&#039;, 10315 =&gt; &#039;L&#039;, 10316 =&gt; &#039;L&#039;, 10317 =&gt; &#039;L&#039;, 10318 =&gt; &#039;L&#039;, 10319 =&gt; &#039;L&#039;, 10320 =&gt; &#039;L&#039;, 10321 =&gt; &#039;L&#039;, 10322 =&gt; &#039;L&#039;, 10323 =&gt; &#039;L&#039;, 10324 =&gt; &#039;L&#039;, 10325 =&gt; &#039;L&#039;, 10326 =&gt; &#039;L&#039;, 10327 =&gt; &#039;L&#039;, 10328 =&gt; &#039;L&#039;, 10329 =&gt; &#039;L&#039;, 10330 =&gt; &#039;L&#039;, 10331 =&gt; &#039;L&#039;, 10332 =&gt; &#039;L&#039;, 10333 =&gt; &#039;L&#039;, 10334 =&gt; &#039;L&#039;, 10335 =&gt; &#039;L&#039;, 10336 =&gt; &#039;L&#039;, 10337 =&gt; &#039;L&#039;, 10338 =&gt; &#039;L&#039;, 10339 =&gt; &#039;L&#039;, 10340 =&gt; &#039;L&#039;, 10341 =&gt; &#039;L&#039;, 10342 =&gt; &#039;L&#039;, 10343 =&gt; &#039;L&#039;, 10344 =&gt; &#039;L&#039;, 10345 =&gt; &#039;L&#039;, 10346 =&gt; &#039;L&#039;, 10347 =&gt; &#039;L&#039;, 10348 =&gt; &#039;L&#039;, 10349 =&gt; &#039;L&#039;, 10350 =&gt; &#039;L&#039;, 10351 =&gt; &#039;L&#039;, 10352 =&gt; &#039;L&#039;, 10353 =&gt; &#039;L&#039;, 10354 =&gt; &#039;L&#039;, 10355 =&gt; &#039;L&#039;, 10356 =&gt; &#039;L&#039;, 10357 =&gt; &#039;L&#039;, 10358 =&gt; &#039;L&#039;, 10359 =&gt; &#039;L&#039;, 10360 =&gt; &#039;L&#039;, 10361 =&gt; &#039;L&#039;, 10362 =&gt; &#039;L&#039;, 10363 =&gt; &#039;L&#039;, 10364 =&gt; &#039;L&#039;, 10365 =&gt; &#039;L&#039;, 10366 =&gt; &#039;L&#039;, 10367 =&gt; &#039;L&#039;, 10368 =&gt; &#039;L&#039;, 10369 =&gt; &#039;L&#039;, 10370 =&gt; &#039;L&#039;, 10371 =&gt; &#039;L&#039;, 10372 =&gt; &#039;L&#039;, 10373 =&gt; &#039;L&#039;, 10374 =&gt; &#039;L&#039;, 10375 =&gt; &#039;L&#039;, 10376 =&gt; &#039;L&#039;, 10377 =&gt; &#039;L&#039;, 10378 =&gt; &#039;L&#039;, 10379 =&gt; &#039;L&#039;, 10380 =&gt; &#039;L&#039;, 10381 =&gt; &#039;L&#039;, 10382 =&gt; &#039;L&#039;, 10383 =&gt; &#039;L&#039;, 10384 =&gt; &#039;L&#039;, 10385 =&gt; &#039;L&#039;, 10386 =&gt; &#039;L&#039;, 10387 =&gt; &#039;L&#039;, 10388 =&gt; &#039;L&#039;, 10389 =&gt; &#039;L&#039;, 10390 =&gt; &#039;L&#039;, 10391 =&gt; &#039;L&#039;, 10392 =&gt; &#039;L&#039;, 10393 =&gt; &#039;L&#039;, 10394 =&gt; &#039;L&#039;, 10395 =&gt; &#039;L&#039;, 10396 =&gt; &#039;L&#039;, 10397 =&gt; &#039;L&#039;, 10398 =&gt; &#039;L&#039;, 10399 =&gt; &#039;L&#039;, 10400 =&gt; &#039;L&#039;, 10401 =&gt; &#039;L&#039;, 10402 =&gt; &#039;L&#039;, 10403 =&gt; &#039;L&#039;, 10404 =&gt; &#039;L&#039;, 10405 =&gt; &#039;L&#039;, 10406 =&gt; &#039;L&#039;, 10407 =&gt; &#039;L&#039;, 10408 =&gt; &#039;L&#039;, 10409 =&gt; &#039;L&#039;, 10410 =&gt; &#039;L&#039;, 10411 =&gt; &#039;L&#039;, 10412 =&gt; &#039;L&#039;, 10413 =&gt; &#039;L&#039;, 10414 =&gt; &#039;L&#039;, 10415 =&gt; &#039;L&#039;, 10416 =&gt; &#039;L&#039;, 10417 =&gt; &#039;L&#039;, 10418 =&gt; &#039;L&#039;, 10419 =&gt; &#039;L&#039;, 10420 =&gt; &#039;L&#039;, 10421 =&gt; &#039;L&#039;, 10422 =&gt; &#039;L&#039;, 10423 =&gt; &#039;L&#039;, 10424 =&gt; &#039;L&#039;, 10425 =&gt; &#039;L&#039;, 10426 =&gt; &#039;L&#039;, 10427 =&gt; &#039;L&#039;, 10428 =&gt; &#039;L&#039;, 10429 =&gt; &#039;L&#039;, 10430 =&gt; &#039;L&#039;, 10431 =&gt; &#039;L&#039;, 10432 =&gt; &#039;L&#039;, 10433 =&gt; &#039;L&#039;, 10434 =&gt; &#039;L&#039;, 10435 =&gt; &#039;L&#039;, 10436 =&gt; &#039;L&#039;, 10437 =&gt; &#039;L&#039;, 10438 =&gt; &#039;L&#039;, 10439 =&gt; &#039;L&#039;, 10440 =&gt; &#039;L&#039;, 10441 =&gt; &#039;L&#039;, 10442 =&gt; &#039;L&#039;, 10443 =&gt; &#039;L&#039;, 10444 =&gt; &#039;L&#039;, 10445 =&gt; &#039;L&#039;, 10446 =&gt; &#039;L&#039;, 10447 =&gt; &#039;L&#039;, 10448 =&gt; &#039;L&#039;, 10449 =&gt; &#039;L&#039;, 10450 =&gt; &#039;L&#039;, 10451 =&gt; &#039;L&#039;, 10452 =&gt; &#039;L&#039;, 10453 =&gt; &#039;L&#039;, 10454 =&gt; &#039;L&#039;, 10455 =&gt; &#039;L&#039;, 10456 =&gt; &#039;L&#039;, 10457 =&gt; &#039;L&#039;, 10458 =&gt; &#039;L&#039;, 10459 =&gt; &#039;L&#039;, 10460 =&gt; &#039;L&#039;, 10461 =&gt; &#039;L&#039;, 10462 =&gt; &#039;L&#039;, 10463 =&gt; &#039;L&#039;, 10464 =&gt; &#039;L&#039;, 10465 =&gt; &#039;L&#039;, 10466 =&gt; &#039;L&#039;, 10467 =&gt; &#039;L&#039;, 10468 =&gt; &#039;L&#039;, 10469 =&gt; &#039;L&#039;, 10470 =&gt; &#039;L&#039;, 10471 =&gt; &#039;L&#039;, 10472 =&gt; &#039;L&#039;, 10473 =&gt; &#039;L&#039;, 10474 =&gt; &#039;L&#039;, 10475 =&gt; &#039;L&#039;, 10476 =&gt; &#039;L&#039;, 10477 =&gt; &#039;L&#039;, 10478 =&gt; &#039;L&#039;, 10479 =&gt; &#039;L&#039;, 10480 =&gt; &#039;L&#039;, 10481 =&gt; &#039;L&#039;, 10482 =&gt; &#039;L&#039;, 10483 =&gt; &#039;L&#039;, 10484 =&gt; &#039;L&#039;, 10485 =&gt; &#039;L&#039;, 10486 =&gt; &#039;L&#039;, 10487 =&gt; &#039;L&#039;, 10488 =&gt; &#039;L&#039;, 10489 =&gt; &#039;L&#039;, 10490 =&gt; &#039;L&#039;, 10491 =&gt; &#039;L&#039;, 10492 =&gt; &#039;L&#039;, 10493 =&gt; &#039;L&#039;, 10494 =&gt; &#039;L&#039;, 10495 =&gt; &#039;L&#039;, 10496 =&gt; &#039;ON&#039;, 10497 =&gt; &#039;ON&#039;, 10498 =&gt; &#039;ON&#039;, 10499 =&gt; &#039;ON&#039;, 10500 =&gt; &#039;ON&#039;, 10501 =&gt; &#039;ON&#039;, 10502 =&gt; &#039;ON&#039;, 10503 =&gt; &#039;ON&#039;, 10504 =&gt; &#039;ON&#039;, 10505 =&gt; &#039;ON&#039;, 10506 =&gt; &#039;ON&#039;, 10507 =&gt; &#039;ON&#039;, 10508 =&gt; &#039;ON&#039;, 10509 =&gt; &#039;ON&#039;, 10510 =&gt; &#039;ON&#039;, 10511 =&gt; &#039;ON&#039;, 10512 =&gt; &#039;ON&#039;, 10513 =&gt; &#039;ON&#039;, 10514 =&gt; &#039;ON&#039;, 10515 =&gt; &#039;ON&#039;, 10516 =&gt; &#039;ON&#039;, 10517 =&gt; &#039;ON&#039;, 10518 =&gt; &#039;ON&#039;, 10519 =&gt; &#039;ON&#039;, 10520 =&gt; &#039;ON&#039;, 10521 =&gt; &#039;ON&#039;, 10522 =&gt; &#039;ON&#039;, 10523 =&gt; &#039;ON&#039;, 10524 =&gt; &#039;ON&#039;, 10525 =&gt; &#039;ON&#039;, 10526 =&gt; &#039;ON&#039;, 10527 =&gt; &#039;ON&#039;, 10528 =&gt; &#039;ON&#039;, 10529 =&gt; &#039;ON&#039;, 10530 =&gt; &#039;ON&#039;, 10531 =&gt; &#039;ON&#039;, 10532 =&gt; &#039;ON&#039;, 10533 =&gt; &#039;ON&#039;, 10534 =&gt; &#039;ON&#039;, 10535 =&gt; &#039;ON&#039;, 10536 =&gt; &#039;ON&#039;, 10537 =&gt; &#039;ON&#039;, 10538 =&gt; &#039;ON&#039;, 10539 =&gt; &#039;ON&#039;, 10540 =&gt; &#039;ON&#039;, 10541 =&gt; &#039;ON&#039;, 10542 =&gt; &#039;ON&#039;, 10543 =&gt; &#039;ON&#039;, 10544 =&gt; &#039;ON&#039;, 10545 =&gt; &#039;ON&#039;, 10546 =&gt; &#039;ON&#039;, 10547 =&gt; &#039;ON&#039;, 10548 =&gt; &#039;ON&#039;, 10549 =&gt; &#039;ON&#039;, 10550 =&gt; &#039;ON&#039;, 10551 =&gt; &#039;ON&#039;, 10552 =&gt; &#039;ON&#039;, 10553 =&gt; &#039;ON&#039;, 10554 =&gt; &#039;ON&#039;, 10555 =&gt; &#039;ON&#039;, 10556 =&gt; &#039;ON&#039;, 10557 =&gt; &#039;ON&#039;, 10558 =&gt; &#039;ON&#039;, 10559 =&gt; &#039;ON&#039;, 10560 =&gt; &#039;ON&#039;, 10561 =&gt; &#039;ON&#039;, 10562 =&gt; &#039;ON&#039;, 10563 =&gt; &#039;ON&#039;, 10564 =&gt; &#039;ON&#039;, 10565 =&gt; &#039;ON&#039;, 10566 =&gt; &#039;ON&#039;, 10567 =&gt; &#039;ON&#039;, 10568 =&gt; &#039;ON&#039;, 10569 =&gt; &#039;ON&#039;, 10570 =&gt; &#039;ON&#039;, 10571 =&gt; &#039;ON&#039;, 10572 =&gt; &#039;ON&#039;, 10573 =&gt; &#039;ON&#039;, 10574 =&gt; &#039;ON&#039;, 10575 =&gt; &#039;ON&#039;, 10576 =&gt; &#039;ON&#039;, 10577 =&gt; &#039;ON&#039;, 10578 =&gt; &#039;ON&#039;, 10579 =&gt; &#039;ON&#039;, 10580 =&gt; &#039;ON&#039;, 10581 =&gt; &#039;ON&#039;, 10582 =&gt; &#039;ON&#039;, 10583 =&gt; &#039;ON&#039;, 10584 =&gt; &#039;ON&#039;, 10585 =&gt; &#039;ON&#039;, 10586 =&gt; &#039;ON&#039;, 10587 =&gt; &#039;ON&#039;, 10588 =&gt; &#039;ON&#039;, 10589 =&gt; &#039;ON&#039;, 10590 =&gt; &#039;ON&#039;, 10591 =&gt; &#039;ON&#039;, 10592 =&gt; &#039;ON&#039;, 10593 =&gt; &#039;ON&#039;, 10594 =&gt; &#039;ON&#039;, 10595 =&gt; &#039;ON&#039;, 10596 =&gt; &#039;ON&#039;, 10597 =&gt; &#039;ON&#039;, 10598 =&gt; &#039;ON&#039;, 10599 =&gt; &#039;ON&#039;, 10600 =&gt; &#039;ON&#039;, 10601 =&gt; &#039;ON&#039;, 10602 =&gt; &#039;ON&#039;, 10603 =&gt; &#039;ON&#039;, 10604 =&gt; &#039;ON&#039;, 10605 =&gt; &#039;ON&#039;, 10606 =&gt; &#039;ON&#039;, 10607 =&gt; &#039;ON&#039;, 10608 =&gt; &#039;ON&#039;, 10609 =&gt; &#039;ON&#039;, 10610 =&gt; &#039;ON&#039;, 10611 =&gt; &#039;ON&#039;, 10612 =&gt; &#039;ON&#039;, 10613 =&gt; &#039;ON&#039;, 10614 =&gt; &#039;ON&#039;, 10615 =&gt; &#039;ON&#039;, 10616 =&gt; &#039;ON&#039;, 10617 =&gt; &#039;ON&#039;, 10618 =&gt; &#039;ON&#039;, 10619 =&gt; &#039;ON&#039;, 10620 =&gt; &#039;ON&#039;, 10621 =&gt; &#039;ON&#039;, 10622 =&gt; &#039;ON&#039;, 10623 =&gt; &#039;ON&#039;, 10624 =&gt; &#039;ON&#039;, 10625 =&gt; &#039;ON&#039;, 10626 =&gt; &#039;ON&#039;, 10627 =&gt; &#039;ON&#039;, 10628 =&gt; &#039;ON&#039;, 10629 =&gt; &#039;ON&#039;, 10630 =&gt; &#039;ON&#039;, 10631 =&gt; &#039;ON&#039;, 10632 =&gt; &#039;ON&#039;, 10633 =&gt; &#039;ON&#039;, 10634 =&gt; &#039;ON&#039;, 10635 =&gt; &#039;ON&#039;, 10636 =&gt; &#039;ON&#039;, 10637 =&gt; &#039;ON&#039;, 10638 =&gt; &#039;ON&#039;, 10639 =&gt; &#039;ON&#039;, 10640 =&gt; &#039;ON&#039;, 10641 =&gt; &#039;ON&#039;, 10642 =&gt; &#039;ON&#039;, 10643 =&gt; &#039;ON&#039;, 10644 =&gt; &#039;ON&#039;, 10645 =&gt; &#039;ON&#039;, 10646 =&gt; &#039;ON&#039;, 10647 =&gt; &#039;ON&#039;, 10648 =&gt; &#039;ON&#039;, 10649 =&gt; &#039;ON&#039;, 10650 =&gt; &#039;ON&#039;, 10651 =&gt; &#039;ON&#039;, 10652 =&gt; &#039;ON&#039;, 10653 =&gt; &#039;ON&#039;, 10654 =&gt; &#039;ON&#039;, 10655 =&gt; &#039;ON&#039;, 10656 =&gt; &#039;ON&#039;, 10657 =&gt; &#039;ON&#039;, 10658 =&gt; &#039;ON&#039;, 10659 =&gt; &#039;ON&#039;, 10660 =&gt; &#039;ON&#039;, 10661 =&gt; &#039;ON&#039;, 10662 =&gt; &#039;ON&#039;, 10663 =&gt; &#039;ON&#039;, 10664 =&gt; &#039;ON&#039;, 10665 =&gt; &#039;ON&#039;, 10666 =&gt; &#039;ON&#039;, 10667 =&gt; &#039;ON&#039;, 10668 =&gt; &#039;ON&#039;, 10669 =&gt; &#039;ON&#039;, 10670 =&gt; &#039;ON&#039;, 10671 =&gt; &#039;ON&#039;, 10672 =&gt; &#039;ON&#039;, 10673 =&gt; &#039;ON&#039;, 10674 =&gt; &#039;ON&#039;, 10675 =&gt; &#039;ON&#039;, 10676 =&gt; &#039;ON&#039;, 10677 =&gt; &#039;ON&#039;, 10678 =&gt; &#039;ON&#039;, 10679 =&gt; &#039;ON&#039;, 10680 =&gt; &#039;ON&#039;, 10681 =&gt; &#039;ON&#039;, 10682 =&gt; &#039;ON&#039;, 10683 =&gt; &#039;ON&#039;, 10684 =&gt; &#039;ON&#039;, 10685 =&gt; &#039;ON&#039;, 10686 =&gt; &#039;ON&#039;, 10687 =&gt; &#039;ON&#039;, 10688 =&gt; &#039;ON&#039;, 10689 =&gt; &#039;ON&#039;, 10690 =&gt; &#039;ON&#039;, 10691 =&gt; &#039;ON&#039;, 10692 =&gt; &#039;ON&#039;, 10693 =&gt; &#039;ON&#039;, 10694 =&gt; &#039;ON&#039;, 10695 =&gt; &#039;ON&#039;, 10696 =&gt; &#039;ON&#039;, 10697 =&gt; &#039;ON&#039;, 10698 =&gt; &#039;ON&#039;, 10699 =&gt; &#039;ON&#039;, 10700 =&gt; &#039;ON&#039;, 10701 =&gt; &#039;ON&#039;, 10702 =&gt; &#039;ON&#039;, 10703 =&gt; &#039;ON&#039;, 10704 =&gt; &#039;ON&#039;, 10705 =&gt; &#039;ON&#039;, 10706 =&gt; &#039;ON&#039;, 10707 =&gt; &#039;ON&#039;, 10708 =&gt; &#039;ON&#039;, 10709 =&gt; &#039;ON&#039;, 10710 =&gt; &#039;ON&#039;, 10711 =&gt; &#039;ON&#039;, 10712 =&gt; &#039;ON&#039;, 10713 =&gt; &#039;ON&#039;, 10714 =&gt; &#039;ON&#039;, 10715 =&gt; &#039;ON&#039;, 10716 =&gt; &#039;ON&#039;, 10717 =&gt; &#039;ON&#039;, 10718 =&gt; &#039;ON&#039;, 10719 =&gt; &#039;ON&#039;, 10720 =&gt; &#039;ON&#039;, 10721 =&gt; &#039;ON&#039;, 10722 =&gt; &#039;ON&#039;, 10723 =&gt; &#039;ON&#039;, 10724 =&gt; &#039;ON&#039;, 10725 =&gt; &#039;ON&#039;, 10726 =&gt; &#039;ON&#039;, 10727 =&gt; &#039;ON&#039;, 10728 =&gt; &#039;ON&#039;, 10729 =&gt; &#039;ON&#039;, 10730 =&gt; &#039;ON&#039;, 10731 =&gt; &#039;ON&#039;, 10732 =&gt; &#039;ON&#039;, 10733 =&gt; &#039;ON&#039;, 10734 =&gt; &#039;ON&#039;, 10735 =&gt; &#039;ON&#039;, 10736 =&gt; &#039;ON&#039;, 10737 =&gt; &#039;ON&#039;, 10738 =&gt; &#039;ON&#039;, 10739 =&gt; &#039;ON&#039;, 10740 =&gt; &#039;ON&#039;, 10741 =&gt; &#039;ON&#039;, 10742 =&gt; &#039;ON&#039;, 10743 =&gt; &#039;ON&#039;, 10744 =&gt; &#039;ON&#039;, 10745 =&gt; &#039;ON&#039;, 10746 =&gt; &#039;ON&#039;, 10747 =&gt; &#039;ON&#039;, 10748 =&gt; &#039;ON&#039;, 10749 =&gt; &#039;ON&#039;, 10750 =&gt; &#039;ON&#039;, 10751 =&gt; &#039;ON&#039;, 10752 =&gt; &#039;ON&#039;, 10753 =&gt; &#039;ON&#039;, 10754 =&gt; &#039;ON&#039;, 10755 =&gt; &#039;ON&#039;, 10756 =&gt; &#039;ON&#039;, 10757 =&gt; &#039;ON&#039;, 10758 =&gt; &#039;ON&#039;, 10759 =&gt; &#039;ON&#039;, 10760 =&gt; &#039;ON&#039;, 10761 =&gt; &#039;ON&#039;, 10762 =&gt; &#039;ON&#039;, 10763 =&gt; &#039;ON&#039;, 10764 =&gt; &#039;ON&#039;, 10765 =&gt; &#039;ON&#039;, 10766 =&gt; &#039;ON&#039;, 10767 =&gt; &#039;ON&#039;, 10768 =&gt; &#039;ON&#039;, 10769 =&gt; &#039;ON&#039;, 10770 =&gt; &#039;ON&#039;, 10771 =&gt; &#039;ON&#039;, 10772 =&gt; &#039;ON&#039;, 10773 =&gt; &#039;ON&#039;, 10774 =&gt; &#039;ON&#039;, 10775 =&gt; &#039;ON&#039;, 10776 =&gt; &#039;ON&#039;, 10777 =&gt; &#039;ON&#039;, 10778 =&gt; &#039;ON&#039;, 10779 =&gt; &#039;ON&#039;, 10780 =&gt; &#039;ON&#039;, 10781 =&gt; &#039;ON&#039;, 10782 =&gt; &#039;ON&#039;, 10783 =&gt; &#039;ON&#039;, 10784 =&gt; &#039;ON&#039;, 10785 =&gt; &#039;ON&#039;, 10786 =&gt; &#039;ON&#039;, 10787 =&gt; &#039;ON&#039;, 10788 =&gt; &#039;ON&#039;, 10789 =&gt; &#039;ON&#039;, 10790 =&gt; &#039;ON&#039;, 10791 =&gt; &#039;ON&#039;, 10792 =&gt; &#039;ON&#039;, 10793 =&gt; &#039;ON&#039;, 10794 =&gt; &#039;ON&#039;, 10795 =&gt; &#039;ON&#039;, 10796 =&gt; &#039;ON&#039;, 10797 =&gt; &#039;ON&#039;, 10798 =&gt; &#039;ON&#039;, 10799 =&gt; &#039;ON&#039;, 10800 =&gt; &#039;ON&#039;, 10801 =&gt; &#039;ON&#039;, 10802 =&gt; &#039;ON&#039;, 10803 =&gt; &#039;ON&#039;, 10804 =&gt; &#039;ON&#039;, 10805 =&gt; &#039;ON&#039;, 10806 =&gt; &#039;ON&#039;, 10807 =&gt; &#039;ON&#039;, 10808 =&gt; &#039;ON&#039;, 10809 =&gt; &#039;ON&#039;, 10810 =&gt; &#039;ON&#039;, 10811 =&gt; &#039;ON&#039;, 10812 =&gt; &#039;ON&#039;, 10813 =&gt; &#039;ON&#039;, 10814 =&gt; &#039;ON&#039;, 10815 =&gt; &#039;ON&#039;, 10816 =&gt; &#039;ON&#039;, 10817 =&gt; &#039;ON&#039;, 10818 =&gt; &#039;ON&#039;, 10819 =&gt; &#039;ON&#039;, 10820 =&gt; &#039;ON&#039;, 10821 =&gt; &#039;ON&#039;, 10822 =&gt; &#039;ON&#039;, 10823 =&gt; &#039;ON&#039;, 10824 =&gt; &#039;ON&#039;, 10825 =&gt; &#039;ON&#039;, 10826 =&gt; &#039;ON&#039;, 10827 =&gt; &#039;ON&#039;, 10828 =&gt; &#039;ON&#039;, 10829 =&gt; &#039;ON&#039;, 10830 =&gt; &#039;ON&#039;, 10831 =&gt; &#039;ON&#039;, 10832 =&gt; &#039;ON&#039;, 10833 =&gt; &#039;ON&#039;, 10834 =&gt; &#039;ON&#039;, 10835 =&gt; &#039;ON&#039;, 10836 =&gt; &#039;ON&#039;, 10837 =&gt; &#039;ON&#039;, 10838 =&gt; &#039;ON&#039;, 10839 =&gt; &#039;ON&#039;, 10840 =&gt; &#039;ON&#039;, 10841 =&gt; &#039;ON&#039;, 10842 =&gt; &#039;ON&#039;, 10843 =&gt; &#039;ON&#039;, 10844 =&gt; &#039;ON&#039;, 10845 =&gt; &#039;ON&#039;, 10846 =&gt; &#039;ON&#039;, 10847 =&gt; &#039;ON&#039;, 10848 =&gt; &#039;ON&#039;, 10849 =&gt; &#039;ON&#039;, 10850 =&gt; &#039;ON&#039;, 10851 =&gt; &#039;ON&#039;, 10852 =&gt; &#039;ON&#039;, 10853 =&gt; &#039;ON&#039;, 10854 =&gt; &#039;ON&#039;, 10855 =&gt; &#039;ON&#039;, 10856 =&gt; &#039;ON&#039;, 10857 =&gt; &#039;ON&#039;, 10858 =&gt; &#039;ON&#039;, 10859 =&gt; &#039;ON&#039;, 10860 =&gt; &#039;ON&#039;, 10861 =&gt; &#039;ON&#039;, 10862 =&gt; &#039;ON&#039;, 10863 =&gt; &#039;ON&#039;, 10864 =&gt; &#039;ON&#039;, 10865 =&gt; &#039;ON&#039;, 10866 =&gt; &#039;ON&#039;, 10867 =&gt; &#039;ON&#039;, 10868 =&gt; &#039;ON&#039;, 10869 =&gt; &#039;ON&#039;, 10870 =&gt; &#039;ON&#039;, 10871 =&gt; &#039;ON&#039;, 10872 =&gt; &#039;ON&#039;, 10873 =&gt; &#039;ON&#039;, 10874 =&gt; &#039;ON&#039;, 10875 =&gt; &#039;ON&#039;, 10876 =&gt; &#039;ON&#039;, 10877 =&gt; &#039;ON&#039;, 10878 =&gt; &#039;ON&#039;, 10879 =&gt; &#039;ON&#039;, 10880 =&gt; &#039;ON&#039;, 10881 =&gt; &#039;ON&#039;, 10882 =&gt; &#039;ON&#039;, 10883 =&gt; &#039;ON&#039;, 10884 =&gt; &#039;ON&#039;, 10885 =&gt; &#039;ON&#039;, 10886 =&gt; &#039;ON&#039;, 10887 =&gt; &#039;ON&#039;, 10888 =&gt; &#039;ON&#039;, 10889 =&gt; &#039;ON&#039;, 10890 =&gt; &#039;ON&#039;, 10891 =&gt; &#039;ON&#039;, 10892 =&gt; &#039;ON&#039;, 10893 =&gt; &#039;ON&#039;, 10894 =&gt; &#039;ON&#039;, 10895 =&gt; &#039;ON&#039;, 10896 =&gt; &#039;ON&#039;, 10897 =&gt; &#039;ON&#039;, 10898 =&gt; &#039;ON&#039;, 10899 =&gt; &#039;ON&#039;, 10900 =&gt; &#039;ON&#039;, 10901 =&gt; &#039;ON&#039;, 10902 =&gt; &#039;ON&#039;, 10903 =&gt; &#039;ON&#039;, 10904 =&gt; &#039;ON&#039;, 10905 =&gt; &#039;ON&#039;, 10906 =&gt; &#039;ON&#039;, 10907 =&gt; &#039;ON&#039;, 10908 =&gt; &#039;ON&#039;, 10909 =&gt; &#039;ON&#039;, 10910 =&gt; &#039;ON&#039;, 10911 =&gt; &#039;ON&#039;, 10912 =&gt; &#039;ON&#039;, 10913 =&gt; &#039;ON&#039;, 10914 =&gt; &#039;ON&#039;, 10915 =&gt; &#039;ON&#039;, 10916 =&gt; &#039;ON&#039;, 10917 =&gt; &#039;ON&#039;, 10918 =&gt; &#039;ON&#039;, 10919 =&gt; &#039;ON&#039;, 10920 =&gt; &#039;ON&#039;, 10921 =&gt; &#039;ON&#039;, 10922 =&gt; &#039;ON&#039;, 10923 =&gt; &#039;ON&#039;, 10924 =&gt; &#039;ON&#039;, 10925 =&gt; &#039;ON&#039;, 10926 =&gt; &#039;ON&#039;, 10927 =&gt; &#039;ON&#039;, 10928 =&gt; &#039;ON&#039;, 10929 =&gt; &#039;ON&#039;, 10930 =&gt; &#039;ON&#039;, 10931 =&gt; &#039;ON&#039;, 10932 =&gt; &#039;ON&#039;, 10933 =&gt; &#039;ON&#039;, 10934 =&gt; &#039;ON&#039;, 10935 =&gt; &#039;ON&#039;, 10936 =&gt; &#039;ON&#039;, 10937 =&gt; &#039;ON&#039;, 10938 =&gt; &#039;ON&#039;, 10939 =&gt; &#039;ON&#039;, 10940 =&gt; &#039;ON&#039;, 10941 =&gt; &#039;ON&#039;, 10942 =&gt; &#039;ON&#039;, 10943 =&gt; &#039;ON&#039;, 10944 =&gt; &#039;ON&#039;, 10945 =&gt; &#039;ON&#039;, 10946 =&gt; &#039;ON&#039;, 10947 =&gt; &#039;ON&#039;, 10948 =&gt; &#039;ON&#039;, 10949 =&gt; &#039;ON&#039;, 10950 =&gt; &#039;ON&#039;, 10951 =&gt; &#039;ON&#039;, 10952 =&gt; &#039;ON&#039;, 10953 =&gt; &#039;ON&#039;, 10954 =&gt; &#039;ON&#039;, 10955 =&gt; &#039;ON&#039;, 10956 =&gt; &#039;ON&#039;, 10957 =&gt; &#039;ON&#039;, 10958 =&gt; &#039;ON&#039;, 10959 =&gt; &#039;ON&#039;, 10960 =&gt; &#039;ON&#039;, 10961 =&gt; &#039;ON&#039;, 10962 =&gt; &#039;ON&#039;, 10963 =&gt; &#039;ON&#039;, 10964 =&gt; &#039;ON&#039;, 10965 =&gt; &#039;ON&#039;, 10966 =&gt; &#039;ON&#039;, 10967 =&gt; &#039;ON&#039;, 10968 =&gt; &#039;ON&#039;, 10969 =&gt; &#039;ON&#039;, 10970 =&gt; &#039;ON&#039;, 10971 =&gt; &#039;ON&#039;, 10972 =&gt; &#039;ON&#039;, 10973 =&gt; &#039;ON&#039;, 10974 =&gt; &#039;ON&#039;, 10975 =&gt; &#039;ON&#039;, 10976 =&gt; &#039;ON&#039;, 10977 =&gt; &#039;ON&#039;, 10978 =&gt; &#039;ON&#039;, 10979 =&gt; &#039;ON&#039;, 10980 =&gt; &#039;ON&#039;, 10981 =&gt; &#039;ON&#039;, 10982 =&gt; &#039;ON&#039;, 10983 =&gt; &#039;ON&#039;, 10984 =&gt; &#039;ON&#039;, 10985 =&gt; &#039;ON&#039;, 10986 =&gt; &#039;ON&#039;, 10987 =&gt; &#039;ON&#039;, 10988 =&gt; &#039;ON&#039;, 10989 =&gt; &#039;ON&#039;, 10990 =&gt; &#039;ON&#039;, 10991 =&gt; &#039;ON&#039;, 10992 =&gt; &#039;ON&#039;, 10993 =&gt; &#039;ON&#039;, 10994 =&gt; &#039;ON&#039;, 10995 =&gt; &#039;ON&#039;, 10996 =&gt; &#039;ON&#039;, 10997 =&gt; &#039;ON&#039;, 10998 =&gt; &#039;ON&#039;, 10999 =&gt; &#039;ON&#039;, 11000 =&gt; &#039;ON&#039;, 11001 =&gt; &#039;ON&#039;, 11002 =&gt; &#039;ON&#039;, 11003 =&gt; &#039;ON&#039;, 11004 =&gt; &#039;ON&#039;, 11005 =&gt; &#039;ON&#039;, 11006 =&gt; &#039;ON&#039;, 11007 =&gt; &#039;ON&#039;, 11008 =&gt; &#039;ON&#039;, 11009 =&gt; &#039;ON&#039;, 11010 =&gt; &#039;ON&#039;, 11011 =&gt; &#039;ON&#039;, 11012 =&gt; &#039;ON&#039;, 11013 =&gt; &#039;ON&#039;, 11014 =&gt; &#039;ON&#039;, 11015 =&gt; &#039;ON&#039;, 11016 =&gt; &#039;ON&#039;, 11017 =&gt; &#039;ON&#039;, 11018 =&gt; &#039;ON&#039;, 11019 =&gt; &#039;ON&#039;, 11020 =&gt; &#039;ON&#039;, 11021 =&gt; &#039;ON&#039;, 11022 =&gt; &#039;ON&#039;, 11023 =&gt; &#039;ON&#039;, 11024 =&gt; &#039;ON&#039;, 11025 =&gt; &#039;ON&#039;, 11026 =&gt; &#039;ON&#039;, 11027 =&gt; &#039;ON&#039;, 11028 =&gt; &#039;ON&#039;, 11029 =&gt; &#039;ON&#039;, 11030 =&gt; &#039;ON&#039;, 11031 =&gt; &#039;ON&#039;, 11032 =&gt; &#039;ON&#039;, 11033 =&gt; &#039;ON&#039;, 11034 =&gt; &#039;ON&#039;, 11040 =&gt; &#039;ON&#039;, 11041 =&gt; &#039;ON&#039;, 11042 =&gt; &#039;ON&#039;, 11043 =&gt; &#039;ON&#039;, 11264 =&gt; &#039;L&#039;, 11265 =&gt; &#039;L&#039;, 11266 =&gt; &#039;L&#039;, 11267 =&gt; &#039;L&#039;, 11268 =&gt; &#039;L&#039;, 11269 =&gt; &#039;L&#039;, 11270 =&gt; &#039;L&#039;, 11271 =&gt; &#039;L&#039;, 11272 =&gt; &#039;L&#039;, 11273 =&gt; &#039;L&#039;, 11274 =&gt; &#039;L&#039;, 11275 =&gt; &#039;L&#039;, 11276 =&gt; &#039;L&#039;, 11277 =&gt; &#039;L&#039;, 11278 =&gt; &#039;L&#039;, 11279 =&gt; &#039;L&#039;, 11280 =&gt; &#039;L&#039;, 11281 =&gt; &#039;L&#039;, 11282 =&gt; &#039;L&#039;, 11283 =&gt; &#039;L&#039;, 11284 =&gt; &#039;L&#039;, 11285 =&gt; &#039;L&#039;, 11286 =&gt; &#039;L&#039;, 11287 =&gt; &#039;L&#039;, 11288 =&gt; &#039;L&#039;, 11289 =&gt; &#039;L&#039;, 11290 =&gt; &#039;L&#039;, 11291 =&gt; &#039;L&#039;, 11292 =&gt; &#039;L&#039;, 11293 =&gt; &#039;L&#039;, 11294 =&gt; &#039;L&#039;, 11295 =&gt; &#039;L&#039;, 11296 =&gt; &#039;L&#039;, 11297 =&gt; &#039;L&#039;, 11298 =&gt; &#039;L&#039;, 11299 =&gt; &#039;L&#039;, 11300 =&gt; &#039;L&#039;, 11301 =&gt; &#039;L&#039;, 11302 =&gt; &#039;L&#039;, 11303 =&gt; &#039;L&#039;, 11304 =&gt; &#039;L&#039;, 11305 =&gt; &#039;L&#039;, 11306 =&gt; &#039;L&#039;, 11307 =&gt; &#039;L&#039;, 11308 =&gt; &#039;L&#039;, 11309 =&gt; &#039;L&#039;, 11310 =&gt; &#039;L&#039;, 11312 =&gt; &#039;L&#039;, 11313 =&gt; &#039;L&#039;, 11314 =&gt; &#039;L&#039;, 11315 =&gt; &#039;L&#039;, 11316 =&gt; &#039;L&#039;, 11317 =&gt; &#039;L&#039;, 11318 =&gt; &#039;L&#039;, 11319 =&gt; &#039;L&#039;, 11320 =&gt; &#039;L&#039;, 11321 =&gt; &#039;L&#039;, 11322 =&gt; &#039;L&#039;, 11323 =&gt; &#039;L&#039;, 11324 =&gt; &#039;L&#039;, 11325 =&gt; &#039;L&#039;, 11326 =&gt; &#039;L&#039;, 11327 =&gt; &#039;L&#039;, 11328 =&gt; &#039;L&#039;, 11329 =&gt; &#039;L&#039;, 11330 =&gt; &#039;L&#039;, 11331 =&gt; &#039;L&#039;, 11332 =&gt; &#039;L&#039;, 11333 =&gt; &#039;L&#039;, 11334 =&gt; &#039;L&#039;, 11335 =&gt; &#039;L&#039;, 11336 =&gt; &#039;L&#039;, 11337 =&gt; &#039;L&#039;, 11338 =&gt; &#039;L&#039;, 11339 =&gt; &#039;L&#039;, 11340 =&gt; &#039;L&#039;, 11341 =&gt; &#039;L&#039;, 11342 =&gt; &#039;L&#039;, 11343 =&gt; &#039;L&#039;, 11344 =&gt; &#039;L&#039;, 11345 =&gt; &#039;L&#039;, 11346 =&gt; &#039;L&#039;, 11347 =&gt; &#039;L&#039;, 11348 =&gt; &#039;L&#039;, 11349 =&gt; &#039;L&#039;, 11350 =&gt; &#039;L&#039;, 11351 =&gt; &#039;L&#039;, 11352 =&gt; &#039;L&#039;, 11353 =&gt; &#039;L&#039;, 11354 =&gt; &#039;L&#039;, 11355 =&gt; &#039;L&#039;, 11356 =&gt; &#039;L&#039;, 11357 =&gt; &#039;L&#039;, 11358 =&gt; &#039;L&#039;, 11360 =&gt; &#039;L&#039;, 11361 =&gt; &#039;L&#039;, 11362 =&gt; &#039;L&#039;, 11363 =&gt; &#039;L&#039;, 11364 =&gt; &#039;L&#039;, 11365 =&gt; &#039;L&#039;, 11366 =&gt; &#039;L&#039;, 11367 =&gt; &#039;L&#039;, 11368 =&gt; &#039;L&#039;, 11369 =&gt; &#039;L&#039;, 11370 =&gt; &#039;L&#039;, 11371 =&gt; &#039;L&#039;, 11372 =&gt; &#039;L&#039;, 11380 =&gt; &#039;L&#039;, 11381 =&gt; &#039;L&#039;, 11382 =&gt; &#039;L&#039;, 11383 =&gt; &#039;L&#039;, 11392 =&gt; &#039;L&#039;, 11393 =&gt; &#039;L&#039;, 11394 =&gt; &#039;L&#039;, 11395 =&gt; &#039;L&#039;, 11396 =&gt; &#039;L&#039;, 11397 =&gt; &#039;L&#039;, 11398 =&gt; &#039;L&#039;, 11399 =&gt; &#039;L&#039;, 11400 =&gt; &#039;L&#039;, 11401 =&gt; &#039;L&#039;, 11402 =&gt; &#039;L&#039;, 11403 =&gt; &#039;L&#039;, 11404 =&gt; &#039;L&#039;, 11405 =&gt; &#039;L&#039;, 11406 =&gt; &#039;L&#039;, 11407 =&gt; &#039;L&#039;, 11408 =&gt; &#039;L&#039;, 11409 =&gt; &#039;L&#039;, 11410 =&gt; &#039;L&#039;, 11411 =&gt; &#039;L&#039;, 11412 =&gt; &#039;L&#039;, 11413 =&gt; &#039;L&#039;, 11414 =&gt; &#039;L&#039;, 11415 =&gt; &#039;L&#039;, 11416 =&gt; &#039;L&#039;, 11417 =&gt; &#039;L&#039;, 11418 =&gt; &#039;L&#039;, 11419 =&gt; &#039;L&#039;, 11420 =&gt; &#039;L&#039;, 11421 =&gt; &#039;L&#039;, 11422 =&gt; &#039;L&#039;, 11423 =&gt; &#039;L&#039;, 11424 =&gt; &#039;L&#039;, 11425 =&gt; &#039;L&#039;, 11426 =&gt; &#039;L&#039;, 11427 =&gt; &#039;L&#039;, 11428 =&gt; &#039;L&#039;, 11429 =&gt; &#039;L&#039;, 11430 =&gt; &#039;L&#039;, 11431 =&gt; &#039;L&#039;, 11432 =&gt; &#039;L&#039;, 11433 =&gt; &#039;L&#039;, 11434 =&gt; &#039;L&#039;, 11435 =&gt; &#039;L&#039;, 11436 =&gt; &#039;L&#039;, 11437 =&gt; &#039;L&#039;, 11438 =&gt; &#039;L&#039;, 11439 =&gt; &#039;L&#039;, 11440 =&gt; &#039;L&#039;, 11441 =&gt; &#039;L&#039;, 11442 =&gt; &#039;L&#039;, 11443 =&gt; &#039;L&#039;, 11444 =&gt; &#039;L&#039;, 11445 =&gt; &#039;L&#039;, 11446 =&gt; &#039;L&#039;, 11447 =&gt; &#039;L&#039;, 11448 =&gt; &#039;L&#039;, 11449 =&gt; &#039;L&#039;, 11450 =&gt; &#039;L&#039;, 11451 =&gt; &#039;L&#039;, 11452 =&gt; &#039;L&#039;, 11453 =&gt; &#039;L&#039;, 11454 =&gt; &#039;L&#039;, 11455 =&gt; &#039;L&#039;, 11456 =&gt; &#039;L&#039;, 11457 =&gt; &#039;L&#039;, 11458 =&gt; &#039;L&#039;, 11459 =&gt; &#039;L&#039;, 11460 =&gt; &#039;L&#039;, 11461 =&gt; &#039;L&#039;, 11462 =&gt; &#039;L&#039;, 11463 =&gt; &#039;L&#039;, 11464 =&gt; &#039;L&#039;, 11465 =&gt; &#039;L&#039;, 11466 =&gt; &#039;L&#039;, 11467 =&gt; &#039;L&#039;, 11468 =&gt; &#039;L&#039;, 11469 =&gt; &#039;L&#039;, 11470 =&gt; &#039;L&#039;, 11471 =&gt; &#039;L&#039;, 11472 =&gt; &#039;L&#039;, 11473 =&gt; &#039;L&#039;, 11474 =&gt; &#039;L&#039;, 11475 =&gt; &#039;L&#039;, 11476 =&gt; &#039;L&#039;, 11477 =&gt; &#039;L&#039;, 11478 =&gt; &#039;L&#039;, 11479 =&gt; &#039;L&#039;, 11480 =&gt; &#039;L&#039;, 11481 =&gt; &#039;L&#039;, 11482 =&gt; &#039;L&#039;, 11483 =&gt; &#039;L&#039;, 11484 =&gt; &#039;L&#039;, 11485 =&gt; &#039;L&#039;, 11486 =&gt; &#039;L&#039;, 11487 =&gt; &#039;L&#039;, 11488 =&gt; &#039;L&#039;, 11489 =&gt; &#039;L&#039;, 11490 =&gt; &#039;L&#039;, 11491 =&gt; &#039;L&#039;, 11492 =&gt; &#039;L&#039;, 11493 =&gt; &#039;ON&#039;, 11494 =&gt; &#039;ON&#039;, 11495 =&gt; &#039;ON&#039;, 11496 =&gt; &#039;ON&#039;, 11497 =&gt; &#039;ON&#039;, 11498 =&gt; &#039;ON&#039;, 11513 =&gt; &#039;ON&#039;, 11514 =&gt; &#039;ON&#039;, 11515 =&gt; &#039;ON&#039;, 11516 =&gt; &#039;ON&#039;, 11517 =&gt; &#039;ON&#039;, 11518 =&gt; &#039;ON&#039;, 11519 =&gt; &#039;ON&#039;, 11520 =&gt; &#039;L&#039;, 11521 =&gt; &#039;L&#039;, 11522 =&gt; &#039;L&#039;, 11523 =&gt; &#039;L&#039;, 11524 =&gt; &#039;L&#039;, 11525 =&gt; &#039;L&#039;, 11526 =&gt; &#039;L&#039;, 11527 =&gt; &#039;L&#039;, 11528 =&gt; &#039;L&#039;, 11529 =&gt; &#039;L&#039;, 11530 =&gt; &#039;L&#039;, 11531 =&gt; &#039;L&#039;, 11532 =&gt; &#039;L&#039;, 11533 =&gt; &#039;L&#039;, 11534 =&gt; &#039;L&#039;, 11535 =&gt; &#039;L&#039;, 11536 =&gt; &#039;L&#039;, 11537 =&gt; &#039;L&#039;, 11538 =&gt; &#039;L&#039;, 11539 =&gt; &#039;L&#039;, 11540 =&gt; &#039;L&#039;, 11541 =&gt; &#039;L&#039;, 11542 =&gt; &#039;L&#039;, 11543 =&gt; &#039;L&#039;, 11544 =&gt; &#039;L&#039;, 11545 =&gt; &#039;L&#039;, 11546 =&gt; &#039;L&#039;, 11547 =&gt; &#039;L&#039;, 11548 =&gt; &#039;L&#039;, 11549 =&gt; &#039;L&#039;, 11550 =&gt; &#039;L&#039;, 11551 =&gt; &#039;L&#039;, 11552 =&gt; &#039;L&#039;, 11553 =&gt; &#039;L&#039;, 11554 =&gt; &#039;L&#039;, 11555 =&gt; &#039;L&#039;, 11556 =&gt; &#039;L&#039;, 11557 =&gt; &#039;L&#039;, 11568 =&gt; &#039;L&#039;, 11569 =&gt; &#039;L&#039;, 11570 =&gt; &#039;L&#039;, 11571 =&gt; &#039;L&#039;, 11572 =&gt; &#039;L&#039;, 11573 =&gt; &#039;L&#039;, 11574 =&gt; &#039;L&#039;, 11575 =&gt; &#039;L&#039;, 11576 =&gt; &#039;L&#039;, 11577 =&gt; &#039;L&#039;, 11578 =&gt; &#039;L&#039;, 11579 =&gt; &#039;L&#039;, 11580 =&gt; &#039;L&#039;, 11581 =&gt; &#039;L&#039;, 11582 =&gt; &#039;L&#039;, 11583 =&gt; &#039;L&#039;, 11584 =&gt; &#039;L&#039;, 11585 =&gt; &#039;L&#039;, 11586 =&gt; &#039;L&#039;, 11587 =&gt; &#039;L&#039;, 11588 =&gt; &#039;L&#039;, 11589 =&gt; &#039;L&#039;, 11590 =&gt; &#039;L&#039;, 11591 =&gt; &#039;L&#039;, 11592 =&gt; &#039;L&#039;, 11593 =&gt; &#039;L&#039;, 11594 =&gt; &#039;L&#039;, 11595 =&gt; &#039;L&#039;, 11596 =&gt; &#039;L&#039;, 11597 =&gt; &#039;L&#039;, 11598 =&gt; &#039;L&#039;, 11599 =&gt; &#039;L&#039;, 11600 =&gt; &#039;L&#039;, 11601 =&gt; &#039;L&#039;, 11602 =&gt; &#039;L&#039;, 11603 =&gt; &#039;L&#039;, 11604 =&gt; &#039;L&#039;, 11605 =&gt; &#039;L&#039;, 11606 =&gt; &#039;L&#039;, 11607 =&gt; &#039;L&#039;, 11608 =&gt; &#039;L&#039;, 11609 =&gt; &#039;L&#039;, 11610 =&gt; &#039;L&#039;, 11611 =&gt; &#039;L&#039;, 11612 =&gt; &#039;L&#039;, 11613 =&gt; &#039;L&#039;, 11614 =&gt; &#039;L&#039;, 11615 =&gt; &#039;L&#039;, 11616 =&gt; &#039;L&#039;, 11617 =&gt; &#039;L&#039;, 11618 =&gt; &#039;L&#039;, 11619 =&gt; &#039;L&#039;, 11620 =&gt; &#039;L&#039;, 11621 =&gt; &#039;L&#039;, 11631 =&gt; &#039;L&#039;, 11648 =&gt; &#039;L&#039;, 11649 =&gt; &#039;L&#039;, 11650 =&gt; &#039;L&#039;, 11651 =&gt; &#039;L&#039;, 11652 =&gt; &#039;L&#039;, 11653 =&gt; &#039;L&#039;, 11654 =&gt; &#039;L&#039;, 11655 =&gt; &#039;L&#039;, 11656 =&gt; &#039;L&#039;, 11657 =&gt; &#039;L&#039;, 11658 =&gt; &#039;L&#039;, 11659 =&gt; &#039;L&#039;, 11660 =&gt; &#039;L&#039;, 11661 =&gt; &#039;L&#039;, 11662 =&gt; &#039;L&#039;, 11663 =&gt; &#039;L&#039;, 11664 =&gt; &#039;L&#039;, 11665 =&gt; &#039;L&#039;, 11666 =&gt; &#039;L&#039;, 11667 =&gt; &#039;L&#039;, 11668 =&gt; &#039;L&#039;, 11669 =&gt; &#039;L&#039;, 11670 =&gt; &#039;L&#039;, 11680 =&gt; &#039;L&#039;, 11681 =&gt; &#039;L&#039;, 11682 =&gt; &#039;L&#039;, 11683 =&gt; &#039;L&#039;, 11684 =&gt; &#039;L&#039;, 11685 =&gt; &#039;L&#039;, 11686 =&gt; &#039;L&#039;, 11688 =&gt; &#039;L&#039;, 11689 =&gt; &#039;L&#039;, 11690 =&gt; &#039;L&#039;, 11691 =&gt; &#039;L&#039;, 11692 =&gt; &#039;L&#039;, 11693 =&gt; &#039;L&#039;, 11694 =&gt; &#039;L&#039;, 11696 =&gt; &#039;L&#039;, 11697 =&gt; &#039;L&#039;, 11698 =&gt; &#039;L&#039;, 11699 =&gt; &#039;L&#039;, 11700 =&gt; &#039;L&#039;, 11701 =&gt; &#039;L&#039;, 11702 =&gt; &#039;L&#039;, 11704 =&gt; &#039;L&#039;, 11705 =&gt; &#039;L&#039;, 11706 =&gt; &#039;L&#039;, 11707 =&gt; &#039;L&#039;, 11708 =&gt; &#039;L&#039;, 11709 =&gt; &#039;L&#039;, 11710 =&gt; &#039;L&#039;, 11712 =&gt; &#039;L&#039;, 11713 =&gt; &#039;L&#039;, 11714 =&gt; &#039;L&#039;, 11715 =&gt; &#039;L&#039;, 11716 =&gt; &#039;L&#039;, 11717 =&gt; &#039;L&#039;, 11718 =&gt; &#039;L&#039;, 11720 =&gt; &#039;L&#039;, 11721 =&gt; &#039;L&#039;, 11722 =&gt; &#039;L&#039;, 11723 =&gt; &#039;L&#039;, 11724 =&gt; &#039;L&#039;, 11725 =&gt; &#039;L&#039;, 11726 =&gt; &#039;L&#039;, 11728 =&gt; &#039;L&#039;, 11729 =&gt; &#039;L&#039;, 11730 =&gt; &#039;L&#039;, 11731 =&gt; &#039;L&#039;, 11732 =&gt; &#039;L&#039;, 11733 =&gt; &#039;L&#039;, 11734 =&gt; &#039;L&#039;, 11736 =&gt; &#039;L&#039;, 11737 =&gt; &#039;L&#039;, 11738 =&gt; &#039;L&#039;, 11739 =&gt; &#039;L&#039;, 11740 =&gt; &#039;L&#039;, 11741 =&gt; &#039;L&#039;, 11742 =&gt; &#039;L&#039;, 11776 =&gt; &#039;ON&#039;, 11777 =&gt; &#039;ON&#039;, 11778 =&gt; &#039;ON&#039;, 11779 =&gt; &#039;ON&#039;, 11780 =&gt; &#039;ON&#039;, 11781 =&gt; &#039;ON&#039;, 11782 =&gt; &#039;ON&#039;, 11783 =&gt; &#039;ON&#039;, 11784 =&gt; &#039;ON&#039;, 11785 =&gt; &#039;ON&#039;, 11786 =&gt; &#039;ON&#039;, 11787 =&gt; &#039;ON&#039;, 11788 =&gt; &#039;ON&#039;, 11789 =&gt; &#039;ON&#039;, 11790 =&gt; &#039;ON&#039;, 11791 =&gt; &#039;ON&#039;, 11792 =&gt; &#039;ON&#039;, 11793 =&gt; &#039;ON&#039;, 11794 =&gt; &#039;ON&#039;, 11795 =&gt; &#039;ON&#039;, 11796 =&gt; &#039;ON&#039;, 11797 =&gt; &#039;ON&#039;, 11798 =&gt; &#039;ON&#039;, 11799 =&gt; &#039;ON&#039;, 11804 =&gt; &#039;ON&#039;, 11805 =&gt; &#039;ON&#039;, 11904 =&gt; &#039;ON&#039;, 11905 =&gt; &#039;ON&#039;, 11906 =&gt; &#039;ON&#039;, 11907 =&gt; &#039;ON&#039;, 11908 =&gt; &#039;ON&#039;, 11909 =&gt; &#039;ON&#039;, 11910 =&gt; &#039;ON&#039;, 11911 =&gt; &#039;ON&#039;, 11912 =&gt; &#039;ON&#039;, 11913 =&gt; &#039;ON&#039;, 11914 =&gt; &#039;ON&#039;, 11915 =&gt; &#039;ON&#039;, 11916 =&gt; &#039;ON&#039;, 11917 =&gt; &#039;ON&#039;, 11918 =&gt; &#039;ON&#039;, 11919 =&gt; &#039;ON&#039;, 11920 =&gt; &#039;ON&#039;, 11921 =&gt; &#039;ON&#039;, 11922 =&gt; &#039;ON&#039;, 11923 =&gt; &#039;ON&#039;, 11924 =&gt; &#039;ON&#039;, 11925 =&gt; &#039;ON&#039;, 11926 =&gt; &#039;ON&#039;, 11927 =&gt; &#039;ON&#039;, 11928 =&gt; &#039;ON&#039;, 11929 =&gt; &#039;ON&#039;, 11931 =&gt; &#039;ON&#039;, 11932 =&gt; &#039;ON&#039;, 11933 =&gt; &#039;ON&#039;, 11934 =&gt; &#039;ON&#039;, 11935 =&gt; &#039;ON&#039;, 11936 =&gt; &#039;ON&#039;, 11937 =&gt; &#039;ON&#039;, 11938 =&gt; &#039;ON&#039;, 11939 =&gt; &#039;ON&#039;, 11940 =&gt; &#039;ON&#039;, 11941 =&gt; &#039;ON&#039;, 11942 =&gt; &#039;ON&#039;, 11943 =&gt; &#039;ON&#039;, 11944 =&gt; &#039;ON&#039;, 11945 =&gt; &#039;ON&#039;, 11946 =&gt; &#039;ON&#039;, 11947 =&gt; &#039;ON&#039;, 11948 =&gt; &#039;ON&#039;, 11949 =&gt; &#039;ON&#039;, 11950 =&gt; &#039;ON&#039;, 11951 =&gt; &#039;ON&#039;, 11952 =&gt; &#039;ON&#039;, 11953 =&gt; &#039;ON&#039;, 11954 =&gt; &#039;ON&#039;, 11955 =&gt; &#039;ON&#039;, 11956 =&gt; &#039;ON&#039;, 11957 =&gt; &#039;ON&#039;, 11958 =&gt; &#039;ON&#039;, 11959 =&gt; &#039;ON&#039;, 11960 =&gt; &#039;ON&#039;, 11961 =&gt; &#039;ON&#039;, 11962 =&gt; &#039;ON&#039;, 11963 =&gt; &#039;ON&#039;, 11964 =&gt; &#039;ON&#039;, 11965 =&gt; &#039;ON&#039;, 11966 =&gt; &#039;ON&#039;, 11967 =&gt; &#039;ON&#039;, 11968 =&gt; &#039;ON&#039;, 11969 =&gt; &#039;ON&#039;, 11970 =&gt; &#039;ON&#039;, 11971 =&gt; &#039;ON&#039;, 11972 =&gt; &#039;ON&#039;, 11973 =&gt; &#039;ON&#039;, 11974 =&gt; &#039;ON&#039;, 11975 =&gt; &#039;ON&#039;, 11976 =&gt; &#039;ON&#039;, 11977 =&gt; &#039;ON&#039;, 11978 =&gt; &#039;ON&#039;, 11979 =&gt; &#039;ON&#039;, 11980 =&gt; &#039;ON&#039;, 11981 =&gt; &#039;ON&#039;, 11982 =&gt; &#039;ON&#039;, 11983 =&gt; &#039;ON&#039;, 11984 =&gt; &#039;ON&#039;, 11985 =&gt; &#039;ON&#039;, 11986 =&gt; &#039;ON&#039;, 11987 =&gt; &#039;ON&#039;, 11988 =&gt; &#039;ON&#039;, 11989 =&gt; &#039;ON&#039;, 11990 =&gt; &#039;ON&#039;, 11991 =&gt; &#039;ON&#039;, 11992 =&gt; &#039;ON&#039;, 11993 =&gt; &#039;ON&#039;, 11994 =&gt; &#039;ON&#039;, 11995 =&gt; &#039;ON&#039;, 11996 =&gt; &#039;ON&#039;, 11997 =&gt; &#039;ON&#039;, 11998 =&gt; &#039;ON&#039;, 11999 =&gt; &#039;ON&#039;, 12000 =&gt; &#039;ON&#039;, 12001 =&gt; &#039;ON&#039;, 12002 =&gt; &#039;ON&#039;, 12003 =&gt; &#039;ON&#039;, 12004 =&gt; &#039;ON&#039;, 12005 =&gt; &#039;ON&#039;, 12006 =&gt; &#039;ON&#039;, 12007 =&gt; &#039;ON&#039;, 12008 =&gt; &#039;ON&#039;, 12009 =&gt; &#039;ON&#039;, 12010 =&gt; &#039;ON&#039;, 12011 =&gt; &#039;ON&#039;, 12012 =&gt; &#039;ON&#039;, 12013 =&gt; &#039;ON&#039;, 12014 =&gt; &#039;ON&#039;, 12015 =&gt; &#039;ON&#039;, 12016 =&gt; &#039;ON&#039;, 12017 =&gt; &#039;ON&#039;, 12018 =&gt; &#039;ON&#039;, 12019 =&gt; &#039;ON&#039;, 12032 =&gt; &#039;ON&#039;, 12033 =&gt; &#039;ON&#039;, 12034 =&gt; &#039;ON&#039;, 12035 =&gt; &#039;ON&#039;, 12036 =&gt; &#039;ON&#039;, 12037 =&gt; &#039;ON&#039;, 12038 =&gt; &#039;ON&#039;, 12039 =&gt; &#039;ON&#039;, 12040 =&gt; &#039;ON&#039;, 12041 =&gt; &#039;ON&#039;, 12042 =&gt; &#039;ON&#039;, 12043 =&gt; &#039;ON&#039;, 12044 =&gt; &#039;ON&#039;, 12045 =&gt; &#039;ON&#039;, 12046 =&gt; &#039;ON&#039;, 12047 =&gt; &#039;ON&#039;, 12048 =&gt; &#039;ON&#039;, 12049 =&gt; &#039;ON&#039;, 12050 =&gt; &#039;ON&#039;, 12051 =&gt; &#039;ON&#039;, 12052 =&gt; &#039;ON&#039;, 12053 =&gt; &#039;ON&#039;, 12054 =&gt; &#039;ON&#039;, 12055 =&gt; &#039;ON&#039;, 12056 =&gt; &#039;ON&#039;, 12057 =&gt; &#039;ON&#039;, 12058 =&gt; &#039;ON&#039;, 12059 =&gt; &#039;ON&#039;, 12060 =&gt; &#039;ON&#039;, 12061 =&gt; &#039;ON&#039;, 12062 =&gt; &#039;ON&#039;, 12063 =&gt; &#039;ON&#039;, 12064 =&gt; &#039;ON&#039;, 12065 =&gt; &#039;ON&#039;, 12066 =&gt; &#039;ON&#039;, 12067 =&gt; &#039;ON&#039;, 12068 =&gt; &#039;ON&#039;, 12069 =&gt; &#039;ON&#039;, 12070 =&gt; &#039;ON&#039;, 12071 =&gt; &#039;ON&#039;, 12072 =&gt; &#039;ON&#039;, 12073 =&gt; &#039;ON&#039;, 12074 =&gt; &#039;ON&#039;, 12075 =&gt; &#039;ON&#039;, 12076 =&gt; &#039;ON&#039;, 12077 =&gt; &#039;ON&#039;, 12078 =&gt; &#039;ON&#039;, 12079 =&gt; &#039;ON&#039;, 12080 =&gt; &#039;ON&#039;, 12081 =&gt; &#039;ON&#039;, 12082 =&gt; &#039;ON&#039;, 12083 =&gt; &#039;ON&#039;, 12084 =&gt; &#039;ON&#039;, 12085 =&gt; &#039;ON&#039;, 12086 =&gt; &#039;ON&#039;, 12087 =&gt; &#039;ON&#039;, 12088 =&gt; &#039;ON&#039;, 12089 =&gt; &#039;ON&#039;, 12090 =&gt; &#039;ON&#039;, 12091 =&gt; &#039;ON&#039;, 12092 =&gt; &#039;ON&#039;, 12093 =&gt; &#039;ON&#039;, 12094 =&gt; &#039;ON&#039;, 12095 =&gt; &#039;ON&#039;, 12096 =&gt; &#039;ON&#039;, 12097 =&gt; &#039;ON&#039;, 12098 =&gt; &#039;ON&#039;, 12099 =&gt; &#039;ON&#039;, 12100 =&gt; &#039;ON&#039;, 12101 =&gt; &#039;ON&#039;, 12102 =&gt; &#039;ON&#039;, 12103 =&gt; &#039;ON&#039;, 12104 =&gt; &#039;ON&#039;, 12105 =&gt; &#039;ON&#039;, 12106 =&gt; &#039;ON&#039;, 12107 =&gt; &#039;ON&#039;, 12108 =&gt; &#039;ON&#039;, 12109 =&gt; &#039;ON&#039;, 12110 =&gt; &#039;ON&#039;, 12111 =&gt; &#039;ON&#039;, 12112 =&gt; &#039;ON&#039;, 12113 =&gt; &#039;ON&#039;, 12114 =&gt; &#039;ON&#039;, 12115 =&gt; &#039;ON&#039;, 12116 =&gt; &#039;ON&#039;, 12117 =&gt; &#039;ON&#039;, 12118 =&gt; &#039;ON&#039;, 12119 =&gt; &#039;ON&#039;, 12120 =&gt; &#039;ON&#039;, 12121 =&gt; &#039;ON&#039;, 12122 =&gt; &#039;ON&#039;, 12123 =&gt; &#039;ON&#039;, 12124 =&gt; &#039;ON&#039;, 12125 =&gt; &#039;ON&#039;, 12126 =&gt; &#039;ON&#039;, 12127 =&gt; &#039;ON&#039;, 12128 =&gt; &#039;ON&#039;, 12129 =&gt; &#039;ON&#039;, 12130 =&gt; &#039;ON&#039;, 12131 =&gt; &#039;ON&#039;, 12132 =&gt; &#039;ON&#039;, 12133 =&gt; &#039;ON&#039;, 12134 =&gt; &#039;ON&#039;, 12135 =&gt; &#039;ON&#039;, 12136 =&gt; &#039;ON&#039;, 12137 =&gt; &#039;ON&#039;, 12138 =&gt; &#039;ON&#039;, 12139 =&gt; &#039;ON&#039;, 12140 =&gt; &#039;ON&#039;, 12141 =&gt; &#039;ON&#039;, 12142 =&gt; &#039;ON&#039;, 12143 =&gt; &#039;ON&#039;, 12144 =&gt; &#039;ON&#039;, 12145 =&gt; &#039;ON&#039;, 12146 =&gt; &#039;ON&#039;, 12147 =&gt; &#039;ON&#039;, 12148 =&gt; &#039;ON&#039;, 12149 =&gt; &#039;ON&#039;, 12150 =&gt; &#039;ON&#039;, 12151 =&gt; &#039;ON&#039;, 12152 =&gt; &#039;ON&#039;, 12153 =&gt; &#039;ON&#039;, 12154 =&gt; &#039;ON&#039;, 12155 =&gt; &#039;ON&#039;, 12156 =&gt; &#039;ON&#039;, 12157 =&gt; &#039;ON&#039;, 12158 =&gt; &#039;ON&#039;, 12159 =&gt; &#039;ON&#039;, 12160 =&gt; &#039;ON&#039;, 12161 =&gt; &#039;ON&#039;, 12162 =&gt; &#039;ON&#039;, 12163 =&gt; &#039;ON&#039;, 12164 =&gt; &#039;ON&#039;, 12165 =&gt; &#039;ON&#039;, 12166 =&gt; &#039;ON&#039;, 12167 =&gt; &#039;ON&#039;, 12168 =&gt; &#039;ON&#039;, 12169 =&gt; &#039;ON&#039;, 12170 =&gt; &#039;ON&#039;, 12171 =&gt; &#039;ON&#039;, 12172 =&gt; &#039;ON&#039;, 12173 =&gt; &#039;ON&#039;, 12174 =&gt; &#039;ON&#039;, 12175 =&gt; &#039;ON&#039;, 12176 =&gt; &#039;ON&#039;, 12177 =&gt; &#039;ON&#039;, 12178 =&gt; &#039;ON&#039;, 12179 =&gt; &#039;ON&#039;, 12180 =&gt; &#039;ON&#039;, 12181 =&gt; &#039;ON&#039;, 12182 =&gt; &#039;ON&#039;, 12183 =&gt; &#039;ON&#039;, 12184 =&gt; &#039;ON&#039;, 12185 =&gt; &#039;ON&#039;, 12186 =&gt; &#039;ON&#039;, 12187 =&gt; &#039;ON&#039;, 12188 =&gt; &#039;ON&#039;, 12189 =&gt; &#039;ON&#039;, 12190 =&gt; &#039;ON&#039;, 12191 =&gt; &#039;ON&#039;, 12192 =&gt; &#039;ON&#039;, 12193 =&gt; &#039;ON&#039;, 12194 =&gt; &#039;ON&#039;, 12195 =&gt; &#039;ON&#039;, 12196 =&gt; &#039;ON&#039;, 12197 =&gt; &#039;ON&#039;, 12198 =&gt; &#039;ON&#039;, 12199 =&gt; &#039;ON&#039;, 12200 =&gt; &#039;ON&#039;, 12201 =&gt; &#039;ON&#039;, 12202 =&gt; &#039;ON&#039;, 12203 =&gt; &#039;ON&#039;, 12204 =&gt; &#039;ON&#039;, 12205 =&gt; &#039;ON&#039;, 12206 =&gt; &#039;ON&#039;, 12207 =&gt; &#039;ON&#039;, 12208 =&gt; &#039;ON&#039;, 12209 =&gt; &#039;ON&#039;, 12210 =&gt; &#039;ON&#039;, 12211 =&gt; &#039;ON&#039;, 12212 =&gt; &#039;ON&#039;, 12213 =&gt; &#039;ON&#039;, 12214 =&gt; &#039;ON&#039;, 12215 =&gt; &#039;ON&#039;, 12216 =&gt; &#039;ON&#039;, 12217 =&gt; &#039;ON&#039;, 12218 =&gt; &#039;ON&#039;, 12219 =&gt; &#039;ON&#039;, 12220 =&gt; &#039;ON&#039;, 12221 =&gt; &#039;ON&#039;, 12222 =&gt; &#039;ON&#039;, 12223 =&gt; &#039;ON&#039;, 12224 =&gt; &#039;ON&#039;, 12225 =&gt; &#039;ON&#039;, 12226 =&gt; &#039;ON&#039;, 12227 =&gt; &#039;ON&#039;, 12228 =&gt; &#039;ON&#039;, 12229 =&gt; &#039;ON&#039;, 12230 =&gt; &#039;ON&#039;, 12231 =&gt; &#039;ON&#039;, 12232 =&gt; &#039;ON&#039;, 12233 =&gt; &#039;ON&#039;, 12234 =&gt; &#039;ON&#039;, 12235 =&gt; &#039;ON&#039;, 12236 =&gt; &#039;ON&#039;, 12237 =&gt; &#039;ON&#039;, 12238 =&gt; &#039;ON&#039;, 12239 =&gt; &#039;ON&#039;, 12240 =&gt; &#039;ON&#039;, 12241 =&gt; &#039;ON&#039;, 12242 =&gt; &#039;ON&#039;, 12243 =&gt; &#039;ON&#039;, 12244 =&gt; &#039;ON&#039;, 12245 =&gt; &#039;ON&#039;, 12272 =&gt; &#039;ON&#039;, 12273 =&gt; &#039;ON&#039;, 12274 =&gt; &#039;ON&#039;, 12275 =&gt; &#039;ON&#039;, 12276 =&gt; &#039;ON&#039;, 12277 =&gt; &#039;ON&#039;, 12278 =&gt; &#039;ON&#039;, 12279 =&gt; &#039;ON&#039;, 12280 =&gt; &#039;ON&#039;, 12281 =&gt; &#039;ON&#039;, 12282 =&gt; &#039;ON&#039;, 12283 =&gt; &#039;ON&#039;, 12288 =&gt; &#039;WS&#039;, 12289 =&gt; &#039;ON&#039;, 12290 =&gt; &#039;ON&#039;, 12291 =&gt; &#039;ON&#039;, 12292 =&gt; &#039;ON&#039;, 12293 =&gt; &#039;L&#039;, 12294 =&gt; &#039;L&#039;, 12295 =&gt; &#039;L&#039;, 12296 =&gt; &#039;ON&#039;, 12297 =&gt; &#039;ON&#039;, 12298 =&gt; &#039;ON&#039;, 12299 =&gt; &#039;ON&#039;, 12300 =&gt; &#039;ON&#039;, 12301 =&gt; &#039;ON&#039;, 12302 =&gt; &#039;ON&#039;, 12303 =&gt; &#039;ON&#039;, 12304 =&gt; &#039;ON&#039;, 12305 =&gt; &#039;ON&#039;, 12306 =&gt; &#039;ON&#039;, 12307 =&gt; &#039;ON&#039;, 12308 =&gt; &#039;ON&#039;, 12309 =&gt; &#039;ON&#039;, 12310 =&gt; &#039;ON&#039;, 12311 =&gt; &#039;ON&#039;, 12312 =&gt; &#039;ON&#039;, 12313 =&gt; &#039;ON&#039;, 12314 =&gt; &#039;ON&#039;, 12315 =&gt; &#039;ON&#039;, 12316 =&gt; &#039;ON&#039;, 12317 =&gt; &#039;ON&#039;, 12318 =&gt; &#039;ON&#039;, 12319 =&gt; &#039;ON&#039;, 12320 =&gt; &#039;ON&#039;, 12321 =&gt; &#039;L&#039;, 12322 =&gt; &#039;L&#039;, 12323 =&gt; &#039;L&#039;, 12324 =&gt; &#039;L&#039;, 12325 =&gt; &#039;L&#039;, 12326 =&gt; &#039;L&#039;, 12327 =&gt; &#039;L&#039;, 12328 =&gt; &#039;L&#039;, 12329 =&gt; &#039;L&#039;, 12330 =&gt; &#039;NSM&#039;, 12331 =&gt; &#039;NSM&#039;, 12332 =&gt; &#039;NSM&#039;, 12333 =&gt; &#039;NSM&#039;, 12334 =&gt; &#039;NSM&#039;, 12335 =&gt; &#039;NSM&#039;, 12336 =&gt; &#039;ON&#039;, 12337 =&gt; &#039;L&#039;, 12338 =&gt; &#039;L&#039;, 12339 =&gt; &#039;L&#039;, 12340 =&gt; &#039;L&#039;, 12341 =&gt; &#039;L&#039;, 12342 =&gt; &#039;ON&#039;, 12343 =&gt; &#039;ON&#039;, 12344 =&gt; &#039;L&#039;, 12345 =&gt; &#039;L&#039;, 12346 =&gt; &#039;L&#039;, 12347 =&gt; &#039;L&#039;, 12348 =&gt; &#039;L&#039;, 12349 =&gt; &#039;ON&#039;, 12350 =&gt; &#039;ON&#039;, 12351 =&gt; &#039;ON&#039;, 12353 =&gt; &#039;L&#039;, 12354 =&gt; &#039;L&#039;, 12355 =&gt; &#039;L&#039;, 12356 =&gt; &#039;L&#039;, 12357 =&gt; &#039;L&#039;, 12358 =&gt; &#039;L&#039;, 12359 =&gt; &#039;L&#039;, 12360 =&gt; &#039;L&#039;, 12361 =&gt; &#039;L&#039;, 12362 =&gt; &#039;L&#039;, 12363 =&gt; &#039;L&#039;, 12364 =&gt; &#039;L&#039;, 12365 =&gt; &#039;L&#039;, 12366 =&gt; &#039;L&#039;, 12367 =&gt; &#039;L&#039;, 12368 =&gt; &#039;L&#039;, 12369 =&gt; &#039;L&#039;, 12370 =&gt; &#039;L&#039;, 12371 =&gt; &#039;L&#039;, 12372 =&gt; &#039;L&#039;, 12373 =&gt; &#039;L&#039;, 12374 =&gt; &#039;L&#039;, 12375 =&gt; &#039;L&#039;, 12376 =&gt; &#039;L&#039;, 12377 =&gt; &#039;L&#039;, 12378 =&gt; &#039;L&#039;, 12379 =&gt; &#039;L&#039;, 12380 =&gt; &#039;L&#039;, 12381 =&gt; &#039;L&#039;, 12382 =&gt; &#039;L&#039;, 12383 =&gt; &#039;L&#039;, 12384 =&gt; &#039;L&#039;, 12385 =&gt; &#039;L&#039;, 12386 =&gt; &#039;L&#039;, 12387 =&gt; &#039;L&#039;, 12388 =&gt; &#039;L&#039;, 12389 =&gt; &#039;L&#039;, 12390 =&gt; &#039;L&#039;, 12391 =&gt; &#039;L&#039;, 12392 =&gt; &#039;L&#039;, 12393 =&gt; &#039;L&#039;, 12394 =&gt; &#039;L&#039;, 12395 =&gt; &#039;L&#039;, 12396 =&gt; &#039;L&#039;, 12397 =&gt; &#039;L&#039;, 12398 =&gt; &#039;L&#039;, 12399 =&gt; &#039;L&#039;, 12400 =&gt; &#039;L&#039;, 12401 =&gt; &#039;L&#039;, 12402 =&gt; &#039;L&#039;, 12403 =&gt; &#039;L&#039;, 12404 =&gt; &#039;L&#039;, 12405 =&gt; &#039;L&#039;, 12406 =&gt; &#039;L&#039;, 12407 =&gt; &#039;L&#039;, 12408 =&gt; &#039;L&#039;, 12409 =&gt; &#039;L&#039;, 12410 =&gt; &#039;L&#039;, 12411 =&gt; &#039;L&#039;, 12412 =&gt; &#039;L&#039;, 12413 =&gt; &#039;L&#039;, 12414 =&gt; &#039;L&#039;, 12415 =&gt; &#039;L&#039;, 12416 =&gt; &#039;L&#039;, 12417 =&gt; &#039;L&#039;, 12418 =&gt; &#039;L&#039;, 12419 =&gt; &#039;L&#039;, 12420 =&gt; &#039;L&#039;, 12421 =&gt; &#039;L&#039;, 12422 =&gt; &#039;L&#039;, 12423 =&gt; &#039;L&#039;, 12424 =&gt; &#039;L&#039;, 12425 =&gt; &#039;L&#039;, 12426 =&gt; &#039;L&#039;, 12427 =&gt; &#039;L&#039;, 12428 =&gt; &#039;L&#039;, 12429 =&gt; &#039;L&#039;, 12430 =&gt; &#039;L&#039;, 12431 =&gt; &#039;L&#039;, 12432 =&gt; &#039;L&#039;, 12433 =&gt; &#039;L&#039;, 12434 =&gt; &#039;L&#039;, 12435 =&gt; &#039;L&#039;, 12436 =&gt; &#039;L&#039;, 12437 =&gt; &#039;L&#039;, 12438 =&gt; &#039;L&#039;, 12441 =&gt; &#039;NSM&#039;, 12442 =&gt; &#039;NSM&#039;, 12443 =&gt; &#039;ON&#039;, 12444 =&gt; &#039;ON&#039;, 12445 =&gt; &#039;L&#039;, 12446 =&gt; &#039;L&#039;, 12447 =&gt; &#039;L&#039;, 12448 =&gt; &#039;ON&#039;, 12449 =&gt; &#039;L&#039;, 12450 =&gt; &#039;L&#039;, 12451 =&gt; &#039;L&#039;, 12452 =&gt; &#039;L&#039;, 12453 =&gt; &#039;L&#039;, 12454 =&gt; &#039;L&#039;, 12455 =&gt; &#039;L&#039;, 12456 =&gt; &#039;L&#039;, 12457 =&gt; &#039;L&#039;, 12458 =&gt; &#039;L&#039;, 12459 =&gt; &#039;L&#039;, 12460 =&gt; &#039;L&#039;, 12461 =&gt; &#039;L&#039;, 12462 =&gt; &#039;L&#039;, 12463 =&gt; &#039;L&#039;, 12464 =&gt; &#039;L&#039;, 12465 =&gt; &#039;L&#039;, 12466 =&gt; &#039;L&#039;, 12467 =&gt; &#039;L&#039;, 12468 =&gt; &#039;L&#039;, 12469 =&gt; &#039;L&#039;, 12470 =&gt; &#039;L&#039;, 12471 =&gt; &#039;L&#039;, 12472 =&gt; &#039;L&#039;, 12473 =&gt; &#039;L&#039;, 12474 =&gt; &#039;L&#039;, 12475 =&gt; &#039;L&#039;, 12476 =&gt; &#039;L&#039;, 12477 =&gt; &#039;L&#039;, 12478 =&gt; &#039;L&#039;, 12479 =&gt; &#039;L&#039;, 12480 =&gt; &#039;L&#039;, 12481 =&gt; &#039;L&#039;, 12482 =&gt; &#039;L&#039;, 12483 =&gt; &#039;L&#039;, 12484 =&gt; &#039;L&#039;, 12485 =&gt; &#039;L&#039;, 12486 =&gt; &#039;L&#039;, 12487 =&gt; &#039;L&#039;, 12488 =&gt; &#039;L&#039;, 12489 =&gt; &#039;L&#039;, 12490 =&gt; &#039;L&#039;, 12491 =&gt; &#039;L&#039;, 12492 =&gt; &#039;L&#039;, 12493 =&gt; &#039;L&#039;, 12494 =&gt; &#039;L&#039;, 12495 =&gt; &#039;L&#039;, 12496 =&gt; &#039;L&#039;, 12497 =&gt; &#039;L&#039;, 12498 =&gt; &#039;L&#039;, 12499 =&gt; &#039;L&#039;, 12500 =&gt; &#039;L&#039;, 12501 =&gt; &#039;L&#039;, 12502 =&gt; &#039;L&#039;, 12503 =&gt; &#039;L&#039;, 12504 =&gt; &#039;L&#039;, 12505 =&gt; &#039;L&#039;, 12506 =&gt; &#039;L&#039;, 12507 =&gt; &#039;L&#039;, 12508 =&gt; &#039;L&#039;, 12509 =&gt; &#039;L&#039;, 12510 =&gt; &#039;L&#039;, 12511 =&gt; &#039;L&#039;, 12512 =&gt; &#039;L&#039;, 12513 =&gt; &#039;L&#039;, 12514 =&gt; &#039;L&#039;, 12515 =&gt; &#039;L&#039;, 12516 =&gt; &#039;L&#039;, 12517 =&gt; &#039;L&#039;, 12518 =&gt; &#039;L&#039;, 12519 =&gt; &#039;L&#039;, 12520 =&gt; &#039;L&#039;, 12521 =&gt; &#039;L&#039;, 12522 =&gt; &#039;L&#039;, 12523 =&gt; &#039;L&#039;, 12524 =&gt; &#039;L&#039;, 12525 =&gt; &#039;L&#039;, 12526 =&gt; &#039;L&#039;, 12527 =&gt; &#039;L&#039;, 12528 =&gt; &#039;L&#039;, 12529 =&gt; &#039;L&#039;, 12530 =&gt; &#039;L&#039;, 12531 =&gt; &#039;L&#039;, 12532 =&gt; &#039;L&#039;, 12533 =&gt; &#039;L&#039;, 12534 =&gt; &#039;L&#039;, 12535 =&gt; &#039;L&#039;, 12536 =&gt; &#039;L&#039;, 12537 =&gt; &#039;L&#039;, 12538 =&gt; &#039;L&#039;, 12539 =&gt; &#039;ON&#039;, 12540 =&gt; &#039;L&#039;, 12541 =&gt; &#039;L&#039;, 12542 =&gt; &#039;L&#039;, 12543 =&gt; &#039;L&#039;, 12549 =&gt; &#039;L&#039;, 12550 =&gt; &#039;L&#039;, 12551 =&gt; &#039;L&#039;, 12552 =&gt; &#039;L&#039;, 12553 =&gt; &#039;L&#039;, 12554 =&gt; &#039;L&#039;, 12555 =&gt; &#039;L&#039;, 12556 =&gt; &#039;L&#039;, 12557 =&gt; &#039;L&#039;, 12558 =&gt; &#039;L&#039;, 12559 =&gt; &#039;L&#039;, 12560 =&gt; &#039;L&#039;, 12561 =&gt; &#039;L&#039;, 12562 =&gt; &#039;L&#039;, 12563 =&gt; &#039;L&#039;, 12564 =&gt; &#039;L&#039;, 12565 =&gt; &#039;L&#039;, 12566 =&gt; &#039;L&#039;, 12567 =&gt; &#039;L&#039;, 12568 =&gt; &#039;L&#039;, 12569 =&gt; &#039;L&#039;, 12570 =&gt; &#039;L&#039;, 12571 =&gt; &#039;L&#039;, 12572 =&gt; &#039;L&#039;, 12573 =&gt; &#039;L&#039;, 12574 =&gt; &#039;L&#039;, 12575 =&gt; &#039;L&#039;, 12576 =&gt; &#039;L&#039;, 12577 =&gt; &#039;L&#039;, 12578 =&gt; &#039;L&#039;, 12579 =&gt; &#039;L&#039;, 12580 =&gt; &#039;L&#039;, 12581 =&gt; &#039;L&#039;, 12582 =&gt; &#039;L&#039;, 12583 =&gt; &#039;L&#039;, 12584 =&gt; &#039;L&#039;, 12585 =&gt; &#039;L&#039;, 12586 =&gt; &#039;L&#039;, 12587 =&gt; &#039;L&#039;, 12588 =&gt; &#039;L&#039;, 12593 =&gt; &#039;L&#039;, 12594 =&gt; &#039;L&#039;, 12595 =&gt; &#039;L&#039;, 12596 =&gt; &#039;L&#039;, 12597 =&gt; &#039;L&#039;, 12598 =&gt; &#039;L&#039;, 12599 =&gt; &#039;L&#039;, 12600 =&gt; &#039;L&#039;, 12601 =&gt; &#039;L&#039;, 12602 =&gt; &#039;L&#039;, 12603 =&gt; &#039;L&#039;, 12604 =&gt; &#039;L&#039;, 12605 =&gt; &#039;L&#039;, 12606 =&gt; &#039;L&#039;, 12607 =&gt; &#039;L&#039;, 12608 =&gt; &#039;L&#039;, 12609 =&gt; &#039;L&#039;, 12610 =&gt; &#039;L&#039;, 12611 =&gt; &#039;L&#039;, 12612 =&gt; &#039;L&#039;, 12613 =&gt; &#039;L&#039;, 12614 =&gt; &#039;L&#039;, 12615 =&gt; &#039;L&#039;, 12616 =&gt; &#039;L&#039;, 12617 =&gt; &#039;L&#039;, 12618 =&gt; &#039;L&#039;, 12619 =&gt; &#039;L&#039;, 12620 =&gt; &#039;L&#039;, 12621 =&gt; &#039;L&#039;, 12622 =&gt; &#039;L&#039;, 12623 =&gt; &#039;L&#039;, 12624 =&gt; &#039;L&#039;, 12625 =&gt; &#039;L&#039;, 12626 =&gt; &#039;L&#039;, 12627 =&gt; &#039;L&#039;, 12628 =&gt; &#039;L&#039;, 12629 =&gt; &#039;L&#039;, 12630 =&gt; &#039;L&#039;, 12631 =&gt; &#039;L&#039;, 12632 =&gt; &#039;L&#039;, 12633 =&gt; &#039;L&#039;, 12634 =&gt; &#039;L&#039;, 12635 =&gt; &#039;L&#039;, 12636 =&gt; &#039;L&#039;, 12637 =&gt; &#039;L&#039;, 12638 =&gt; &#039;L&#039;, 12639 =&gt; &#039;L&#039;, 12640 =&gt; &#039;L&#039;, 12641 =&gt; &#039;L&#039;, 12642 =&gt; &#039;L&#039;, 12643 =&gt; &#039;L&#039;, 12644 =&gt; &#039;L&#039;, 12645 =&gt; &#039;L&#039;, 12646 =&gt; &#039;L&#039;, 12647 =&gt; &#039;L&#039;, 12648 =&gt; &#039;L&#039;, 12649 =&gt; &#039;L&#039;, 12650 =&gt; &#039;L&#039;, 12651 =&gt; &#039;L&#039;, 12652 =&gt; &#039;L&#039;, 12653 =&gt; &#039;L&#039;, 12654 =&gt; &#039;L&#039;, 12655 =&gt; &#039;L&#039;, 12656 =&gt; &#039;L&#039;, 12657 =&gt; &#039;L&#039;, 12658 =&gt; &#039;L&#039;, 12659 =&gt; &#039;L&#039;, 12660 =&gt; &#039;L&#039;, 12661 =&gt; &#039;L&#039;, 12662 =&gt; &#039;L&#039;, 12663 =&gt; &#039;L&#039;, 12664 =&gt; &#039;L&#039;, 12665 =&gt; &#039;L&#039;, 12666 =&gt; &#039;L&#039;, 12667 =&gt; &#039;L&#039;, 12668 =&gt; &#039;L&#039;, 12669 =&gt; &#039;L&#039;, 12670 =&gt; &#039;L&#039;, 12671 =&gt; &#039;L&#039;, 12672 =&gt; &#039;L&#039;, 12673 =&gt; &#039;L&#039;, 12674 =&gt; &#039;L&#039;, 12675 =&gt; &#039;L&#039;, 12676 =&gt; &#039;L&#039;, 12677 =&gt; &#039;L&#039;, 12678 =&gt; &#039;L&#039;, 12679 =&gt; &#039;L&#039;, 12680 =&gt; &#039;L&#039;, 12681 =&gt; &#039;L&#039;, 12682 =&gt; &#039;L&#039;, 12683 =&gt; &#039;L&#039;, 12684 =&gt; &#039;L&#039;, 12685 =&gt; &#039;L&#039;, 12686 =&gt; &#039;L&#039;, 12688 =&gt; &#039;L&#039;, 12689 =&gt; &#039;L&#039;, 12690 =&gt; &#039;L&#039;, 12691 =&gt; &#039;L&#039;, 12692 =&gt; &#039;L&#039;, 12693 =&gt; &#039;L&#039;, 12694 =&gt; &#039;L&#039;, 12695 =&gt; &#039;L&#039;, 12696 =&gt; &#039;L&#039;, 12697 =&gt; &#039;L&#039;, 12698 =&gt; &#039;L&#039;, 12699 =&gt; &#039;L&#039;, 12700 =&gt; &#039;L&#039;, 12701 =&gt; &#039;L&#039;, 12702 =&gt; &#039;L&#039;, 12703 =&gt; &#039;L&#039;, 12704 =&gt; &#039;L&#039;, 12705 =&gt; &#039;L&#039;, 12706 =&gt; &#039;L&#039;, 12707 =&gt; &#039;L&#039;, 12708 =&gt; &#039;L&#039;, 12709 =&gt; &#039;L&#039;, 12710 =&gt; &#039;L&#039;, 12711 =&gt; &#039;L&#039;, 12712 =&gt; &#039;L&#039;, 12713 =&gt; &#039;L&#039;, 12714 =&gt; &#039;L&#039;, 12715 =&gt; &#039;L&#039;, 12716 =&gt; &#039;L&#039;, 12717 =&gt; &#039;L&#039;, 12718 =&gt; &#039;L&#039;, 12719 =&gt; &#039;L&#039;, 12720 =&gt; &#039;L&#039;, 12721 =&gt; &#039;L&#039;, 12722 =&gt; &#039;L&#039;, 12723 =&gt; &#039;L&#039;, 12724 =&gt; &#039;L&#039;, 12725 =&gt; &#039;L&#039;, 12726 =&gt; &#039;L&#039;, 12727 =&gt; &#039;L&#039;, 12736 =&gt; &#039;ON&#039;, 12737 =&gt; &#039;ON&#039;, 12738 =&gt; &#039;ON&#039;, 12739 =&gt; &#039;ON&#039;, 12740 =&gt; &#039;ON&#039;, 12741 =&gt; &#039;ON&#039;, 12742 =&gt; &#039;ON&#039;, 12743 =&gt; &#039;ON&#039;, 12744 =&gt; &#039;ON&#039;, 12745 =&gt; &#039;ON&#039;, 12746 =&gt; &#039;ON&#039;, 12747 =&gt; &#039;ON&#039;, 12748 =&gt; &#039;ON&#039;, 12749 =&gt; &#039;ON&#039;, 12750 =&gt; &#039;ON&#039;, 12751 =&gt; &#039;ON&#039;, 12784 =&gt; &#039;L&#039;, 12785 =&gt; &#039;L&#039;, 12786 =&gt; &#039;L&#039;, 12787 =&gt; &#039;L&#039;, 12788 =&gt; &#039;L&#039;, 12789 =&gt; &#039;L&#039;, 12790 =&gt; &#039;L&#039;, 12791 =&gt; &#039;L&#039;, 12792 =&gt; &#039;L&#039;, 12793 =&gt; &#039;L&#039;, 12794 =&gt; &#039;L&#039;, 12795 =&gt; &#039;L&#039;, 12796 =&gt; &#039;L&#039;, 12797 =&gt; &#039;L&#039;, 12798 =&gt; &#039;L&#039;, 12799 =&gt; &#039;L&#039;, 12800 =&gt; &#039;L&#039;, 12801 =&gt; &#039;L&#039;, 12802 =&gt; &#039;L&#039;, 12803 =&gt; &#039;L&#039;, 12804 =&gt; &#039;L&#039;, 12805 =&gt; &#039;L&#039;, 12806 =&gt; &#039;L&#039;, 12807 =&gt; &#039;L&#039;, 12808 =&gt; &#039;L&#039;, 12809 =&gt; &#039;L&#039;, 12810 =&gt; &#039;L&#039;, 12811 =&gt; &#039;L&#039;, 12812 =&gt; &#039;L&#039;, 12813 =&gt; &#039;L&#039;, 12814 =&gt; &#039;L&#039;, 12815 =&gt; &#039;L&#039;, 12816 =&gt; &#039;L&#039;, 12817 =&gt; &#039;L&#039;, 12818 =&gt; &#039;L&#039;, 12819 =&gt; &#039;L&#039;, 12820 =&gt; &#039;L&#039;, 12821 =&gt; &#039;L&#039;, 12822 =&gt; &#039;L&#039;, 12823 =&gt; &#039;L&#039;, 12824 =&gt; &#039;L&#039;, 12825 =&gt; &#039;L&#039;, 12826 =&gt; &#039;L&#039;, 12827 =&gt; &#039;L&#039;, 12828 =&gt; &#039;L&#039;, 12829 =&gt; &#039;ON&#039;, 12830 =&gt; &#039;ON&#039;, 12832 =&gt; &#039;L&#039;, 12833 =&gt; &#039;L&#039;, 12834 =&gt; &#039;L&#039;, 12835 =&gt; &#039;L&#039;, 12836 =&gt; &#039;L&#039;, 12837 =&gt; &#039;L&#039;, 12838 =&gt; &#039;L&#039;, 12839 =&gt; &#039;L&#039;, 12840 =&gt; &#039;L&#039;, 12841 =&gt; &#039;L&#039;, 12842 =&gt; &#039;L&#039;, 12843 =&gt; &#039;L&#039;, 12844 =&gt; &#039;L&#039;, 12845 =&gt; &#039;L&#039;, 12846 =&gt; &#039;L&#039;, 12847 =&gt; &#039;L&#039;, 12848 =&gt; &#039;L&#039;, 12849 =&gt; &#039;L&#039;, 12850 =&gt; &#039;L&#039;, 12851 =&gt; &#039;L&#039;, 12852 =&gt; &#039;L&#039;, 12853 =&gt; &#039;L&#039;, 12854 =&gt; &#039;L&#039;, 12855 =&gt; &#039;L&#039;, 12856 =&gt; &#039;L&#039;, 12857 =&gt; &#039;L&#039;, 12858 =&gt; &#039;L&#039;, 12859 =&gt; &#039;L&#039;, 12860 =&gt; &#039;L&#039;, 12861 =&gt; &#039;L&#039;, 12862 =&gt; &#039;L&#039;, 12863 =&gt; &#039;L&#039;, 12864 =&gt; &#039;L&#039;, 12865 =&gt; &#039;L&#039;, 12866 =&gt; &#039;L&#039;, 12867 =&gt; &#039;L&#039;, 12880 =&gt; &#039;ON&#039;, 12881 =&gt; &#039;ON&#039;, 12882 =&gt; &#039;ON&#039;, 12883 =&gt; &#039;ON&#039;, 12884 =&gt; &#039;ON&#039;, 12885 =&gt; &#039;ON&#039;, 12886 =&gt; &#039;ON&#039;, 12887 =&gt; &#039;ON&#039;, 12888 =&gt; &#039;ON&#039;, 12889 =&gt; &#039;ON&#039;, 12890 =&gt; &#039;ON&#039;, 12891 =&gt; &#039;ON&#039;, 12892 =&gt; &#039;ON&#039;, 12893 =&gt; &#039;ON&#039;, 12894 =&gt; &#039;ON&#039;, 12895 =&gt; &#039;ON&#039;, 12896 =&gt; &#039;L&#039;, 12897 =&gt; &#039;L&#039;, 12898 =&gt; &#039;L&#039;, 12899 =&gt; &#039;L&#039;, 12900 =&gt; &#039;L&#039;, 12901 =&gt; &#039;L&#039;, 12902 =&gt; &#039;L&#039;, 12903 =&gt; &#039;L&#039;, 12904 =&gt; &#039;L&#039;, 12905 =&gt; &#039;L&#039;, 12906 =&gt; &#039;L&#039;, 12907 =&gt; &#039;L&#039;, 12908 =&gt; &#039;L&#039;, 12909 =&gt; &#039;L&#039;, 12910 =&gt; &#039;L&#039;, 12911 =&gt; &#039;L&#039;, 12912 =&gt; &#039;L&#039;, 12913 =&gt; &#039;L&#039;, 12914 =&gt; &#039;L&#039;, 12915 =&gt; &#039;L&#039;, 12916 =&gt; &#039;L&#039;, 12917 =&gt; &#039;L&#039;, 12918 =&gt; &#039;L&#039;, 12919 =&gt; &#039;L&#039;, 12920 =&gt; &#039;L&#039;, 12921 =&gt; &#039;L&#039;, 12922 =&gt; &#039;L&#039;, 12923 =&gt; &#039;L&#039;, 12924 =&gt; &#039;ON&#039;, 12925 =&gt; &#039;ON&#039;, 12926 =&gt; &#039;ON&#039;, 12927 =&gt; &#039;L&#039;, 12928 =&gt; &#039;L&#039;, 12929 =&gt; &#039;L&#039;, 12930 =&gt; &#039;L&#039;, 12931 =&gt; &#039;L&#039;, 12932 =&gt; &#039;L&#039;, 12933 =&gt; &#039;L&#039;, 12934 =&gt; &#039;L&#039;, 12935 =&gt; &#039;L&#039;, 12936 =&gt; &#039;L&#039;, 12937 =&gt; &#039;L&#039;, 12938 =&gt; &#039;L&#039;, 12939 =&gt; &#039;L&#039;, 12940 =&gt; &#039;L&#039;, 12941 =&gt; &#039;L&#039;, 12942 =&gt; &#039;L&#039;, 12943 =&gt; &#039;L&#039;, 12944 =&gt; &#039;L&#039;, 12945 =&gt; &#039;L&#039;, 12946 =&gt; &#039;L&#039;, 12947 =&gt; &#039;L&#039;, 12948 =&gt; &#039;L&#039;, 12949 =&gt; &#039;L&#039;, 12950 =&gt; &#039;L&#039;, 12951 =&gt; &#039;L&#039;, 12952 =&gt; &#039;L&#039;, 12953 =&gt; &#039;L&#039;, 12954 =&gt; &#039;L&#039;, 12955 =&gt; &#039;L&#039;, 12956 =&gt; &#039;L&#039;, 12957 =&gt; &#039;L&#039;, 12958 =&gt; &#039;L&#039;, 12959 =&gt; &#039;L&#039;, 12960 =&gt; &#039;L&#039;, 12961 =&gt; &#039;L&#039;, 12962 =&gt; &#039;L&#039;, 12963 =&gt; &#039;L&#039;, 12964 =&gt; &#039;L&#039;, 12965 =&gt; &#039;L&#039;, 12966 =&gt; &#039;L&#039;, 12967 =&gt; &#039;L&#039;, 12968 =&gt; &#039;L&#039;, 12969 =&gt; &#039;L&#039;, 12970 =&gt; &#039;L&#039;, 12971 =&gt; &#039;L&#039;, 12972 =&gt; &#039;L&#039;, 12973 =&gt; &#039;L&#039;, 12974 =&gt; &#039;L&#039;, 12975 =&gt; &#039;L&#039;, 12976 =&gt; &#039;L&#039;, 12977 =&gt; &#039;ON&#039;, 12978 =&gt; &#039;ON&#039;, 12979 =&gt; &#039;ON&#039;, 12980 =&gt; &#039;ON&#039;, 12981 =&gt; &#039;ON&#039;, 12982 =&gt; &#039;ON&#039;, 12983 =&gt; &#039;ON&#039;, 12984 =&gt; &#039;ON&#039;, 12985 =&gt; &#039;ON&#039;, 12986 =&gt; &#039;ON&#039;, 12987 =&gt; &#039;ON&#039;, 12988 =&gt; &#039;ON&#039;, 12989 =&gt; &#039;ON&#039;, 12990 =&gt; &#039;ON&#039;, 12991 =&gt; &#039;ON&#039;, 12992 =&gt; &#039;L&#039;, 12993 =&gt; &#039;L&#039;, 12994 =&gt; &#039;L&#039;, 12995 =&gt; &#039;L&#039;, 12996 =&gt; &#039;L&#039;, 12997 =&gt; &#039;L&#039;, 12998 =&gt; &#039;L&#039;, 12999 =&gt; &#039;L&#039;, 13000 =&gt; &#039;L&#039;, 13001 =&gt; &#039;L&#039;, 13002 =&gt; &#039;L&#039;, 13003 =&gt; &#039;L&#039;, 13004 =&gt; &#039;ON&#039;, 13005 =&gt; &#039;ON&#039;, 13006 =&gt; &#039;ON&#039;, 13007 =&gt; &#039;ON&#039;, 13008 =&gt; &#039;L&#039;, 13009 =&gt; &#039;L&#039;, 13010 =&gt; &#039;L&#039;, 13011 =&gt; &#039;L&#039;, 13012 =&gt; &#039;L&#039;, 13013 =&gt; &#039;L&#039;, 13014 =&gt; &#039;L&#039;, 13015 =&gt; &#039;L&#039;, 13016 =&gt; &#039;L&#039;, 13017 =&gt; &#039;L&#039;, 13018 =&gt; &#039;L&#039;, 13019 =&gt; &#039;L&#039;, 13020 =&gt; &#039;L&#039;, 13021 =&gt; &#039;L&#039;, 13022 =&gt; &#039;L&#039;, 13023 =&gt; &#039;L&#039;, 13024 =&gt; &#039;L&#039;, 13025 =&gt; &#039;L&#039;, 13026 =&gt; &#039;L&#039;, 13027 =&gt; &#039;L&#039;, 13028 =&gt; &#039;L&#039;, 13029 =&gt; &#039;L&#039;, 13030 =&gt; &#039;L&#039;, 13031 =&gt; &#039;L&#039;, 13032 =&gt; &#039;L&#039;, 13033 =&gt; &#039;L&#039;, 13034 =&gt; &#039;L&#039;, 13035 =&gt; &#039;L&#039;, 13036 =&gt; &#039;L&#039;, 13037 =&gt; &#039;L&#039;, 13038 =&gt; &#039;L&#039;, 13039 =&gt; &#039;L&#039;, 13040 =&gt; &#039;L&#039;, 13041 =&gt; &#039;L&#039;, 13042 =&gt; &#039;L&#039;, 13043 =&gt; &#039;L&#039;, 13044 =&gt; &#039;L&#039;, 13045 =&gt; &#039;L&#039;, 13046 =&gt; &#039;L&#039;, 13047 =&gt; &#039;L&#039;, 13048 =&gt; &#039;L&#039;, 13049 =&gt; &#039;L&#039;, 13050 =&gt; &#039;L&#039;, 13051 =&gt; &#039;L&#039;, 13052 =&gt; &#039;L&#039;, 13053 =&gt; &#039;L&#039;, 13054 =&gt; &#039;L&#039;, 13056 =&gt; &#039;L&#039;, 13057 =&gt; &#039;L&#039;, 13058 =&gt; &#039;L&#039;, 13059 =&gt; &#039;L&#039;, 13060 =&gt; &#039;L&#039;, 13061 =&gt; &#039;L&#039;, 13062 =&gt; &#039;L&#039;, 13063 =&gt; &#039;L&#039;, 13064 =&gt; &#039;L&#039;, 13065 =&gt; &#039;L&#039;, 13066 =&gt; &#039;L&#039;, 13067 =&gt; &#039;L&#039;, 13068 =&gt; &#039;L&#039;, 13069 =&gt; &#039;L&#039;, 13070 =&gt; &#039;L&#039;, 13071 =&gt; &#039;L&#039;, 13072 =&gt; &#039;L&#039;, 13073 =&gt; &#039;L&#039;, 13074 =&gt; &#039;L&#039;, 13075 =&gt; &#039;L&#039;, 13076 =&gt; &#039;L&#039;, 13077 =&gt; &#039;L&#039;, 13078 =&gt; &#039;L&#039;, 13079 =&gt; &#039;L&#039;, 13080 =&gt; &#039;L&#039;, 13081 =&gt; &#039;L&#039;, 13082 =&gt; &#039;L&#039;, 13083 =&gt; &#039;L&#039;, 13084 =&gt; &#039;L&#039;, 13085 =&gt; &#039;L&#039;, 13086 =&gt; &#039;L&#039;, 13087 =&gt; &#039;L&#039;, 13088 =&gt; &#039;L&#039;, 13089 =&gt; &#039;L&#039;, 13090 =&gt; &#039;L&#039;, 13091 =&gt; &#039;L&#039;, 13092 =&gt; &#039;L&#039;, 13093 =&gt; &#039;L&#039;, 13094 =&gt; &#039;L&#039;, 13095 =&gt; &#039;L&#039;, 13096 =&gt; &#039;L&#039;, 13097 =&gt; &#039;L&#039;, 13098 =&gt; &#039;L&#039;, 13099 =&gt; &#039;L&#039;, 13100 =&gt; &#039;L&#039;, 13101 =&gt; &#039;L&#039;, 13102 =&gt; &#039;L&#039;, 13103 =&gt; &#039;L&#039;, 13104 =&gt; &#039;L&#039;, 13105 =&gt; &#039;L&#039;, 13106 =&gt; &#039;L&#039;, 13107 =&gt; &#039;L&#039;, 13108 =&gt; &#039;L&#039;, 13109 =&gt; &#039;L&#039;, 13110 =&gt; &#039;L&#039;, 13111 =&gt; &#039;L&#039;, 13112 =&gt; &#039;L&#039;, 13113 =&gt; &#039;L&#039;, 13114 =&gt; &#039;L&#039;, 13115 =&gt; &#039;L&#039;, 13116 =&gt; &#039;L&#039;, 13117 =&gt; &#039;L&#039;, 13118 =&gt; &#039;L&#039;, 13119 =&gt; &#039;L&#039;, 13120 =&gt; &#039;L&#039;, 13121 =&gt; &#039;L&#039;, 13122 =&gt; &#039;L&#039;, 13123 =&gt; &#039;L&#039;, 13124 =&gt; &#039;L&#039;, 13125 =&gt; &#039;L&#039;, 13126 =&gt; &#039;L&#039;, 13127 =&gt; &#039;L&#039;, 13128 =&gt; &#039;L&#039;, 13129 =&gt; &#039;L&#039;, 13130 =&gt; &#039;L&#039;, 13131 =&gt; &#039;L&#039;, 13132 =&gt; &#039;L&#039;, 13133 =&gt; &#039;L&#039;, 13134 =&gt; &#039;L&#039;, 13135 =&gt; &#039;L&#039;, 13136 =&gt; &#039;L&#039;, 13137 =&gt; &#039;L&#039;, 13138 =&gt; &#039;L&#039;, 13139 =&gt; &#039;L&#039;, 13140 =&gt; &#039;L&#039;, 13141 =&gt; &#039;L&#039;, 13142 =&gt; &#039;L&#039;, 13143 =&gt; &#039;L&#039;, 13144 =&gt; &#039;L&#039;, 13145 =&gt; &#039;L&#039;, 13146 =&gt; &#039;L&#039;, 13147 =&gt; &#039;L&#039;, 13148 =&gt; &#039;L&#039;, 13149 =&gt; &#039;L&#039;, 13150 =&gt; &#039;L&#039;, 13151 =&gt; &#039;L&#039;, 13152 =&gt; &#039;L&#039;, 13153 =&gt; &#039;L&#039;, 13154 =&gt; &#039;L&#039;, 13155 =&gt; &#039;L&#039;, 13156 =&gt; &#039;L&#039;, 13157 =&gt; &#039;L&#039;, 13158 =&gt; &#039;L&#039;, 13159 =&gt; &#039;L&#039;, 13160 =&gt; &#039;L&#039;, 13161 =&gt; &#039;L&#039;, 13162 =&gt; &#039;L&#039;, 13163 =&gt; &#039;L&#039;, 13164 =&gt; &#039;L&#039;, 13165 =&gt; &#039;L&#039;, 13166 =&gt; &#039;L&#039;, 13167 =&gt; &#039;L&#039;, 13168 =&gt; &#039;L&#039;, 13169 =&gt; &#039;L&#039;, 13170 =&gt; &#039;L&#039;, 13171 =&gt; &#039;L&#039;, 13172 =&gt; &#039;L&#039;, 13173 =&gt; &#039;L&#039;, 13174 =&gt; &#039;L&#039;, 13175 =&gt; &#039;ON&#039;, 13176 =&gt; &#039;ON&#039;, 13177 =&gt; &#039;ON&#039;, 13178 =&gt; &#039;ON&#039;, 13179 =&gt; &#039;L&#039;, 13180 =&gt; &#039;L&#039;, 13181 =&gt; &#039;L&#039;, 13182 =&gt; &#039;L&#039;, 13183 =&gt; &#039;L&#039;, 13184 =&gt; &#039;L&#039;, 13185 =&gt; &#039;L&#039;, 13186 =&gt; &#039;L&#039;, 13187 =&gt; &#039;L&#039;, 13188 =&gt; &#039;L&#039;, 13189 =&gt; &#039;L&#039;, 13190 =&gt; &#039;L&#039;, 13191 =&gt; &#039;L&#039;, 13192 =&gt; &#039;L&#039;, 13193 =&gt; &#039;L&#039;, 13194 =&gt; &#039;L&#039;, 13195 =&gt; &#039;L&#039;, 13196 =&gt; &#039;L&#039;, 13197 =&gt; &#039;L&#039;, 13198 =&gt; &#039;L&#039;, 13199 =&gt; &#039;L&#039;, 13200 =&gt; &#039;L&#039;, 13201 =&gt; &#039;L&#039;, 13202 =&gt; &#039;L&#039;, 13203 =&gt; &#039;L&#039;, 13204 =&gt; &#039;L&#039;, 13205 =&gt; &#039;L&#039;, 13206 =&gt; &#039;L&#039;, 13207 =&gt; &#039;L&#039;, 13208 =&gt; &#039;L&#039;, 13209 =&gt; &#039;L&#039;, 13210 =&gt; &#039;L&#039;, 13211 =&gt; &#039;L&#039;, 13212 =&gt; &#039;L&#039;, 13213 =&gt; &#039;L&#039;, 13214 =&gt; &#039;L&#039;, 13215 =&gt; &#039;L&#039;, 13216 =&gt; &#039;L&#039;, 13217 =&gt; &#039;L&#039;, 13218 =&gt; &#039;L&#039;, 13219 =&gt; &#039;L&#039;, 13220 =&gt; &#039;L&#039;, 13221 =&gt; &#039;L&#039;, 13222 =&gt; &#039;L&#039;, 13223 =&gt; &#039;L&#039;, 13224 =&gt; &#039;L&#039;, 13225 =&gt; &#039;L&#039;, 13226 =&gt; &#039;L&#039;, 13227 =&gt; &#039;L&#039;, 13228 =&gt; &#039;L&#039;, 13229 =&gt; &#039;L&#039;, 13230 =&gt; &#039;L&#039;, 13231 =&gt; &#039;L&#039;, 13232 =&gt; &#039;L&#039;, 13233 =&gt; &#039;L&#039;, 13234 =&gt; &#039;L&#039;, 13235 =&gt; &#039;L&#039;, 13236 =&gt; &#039;L&#039;, 13237 =&gt; &#039;L&#039;, 13238 =&gt; &#039;L&#039;, 13239 =&gt; &#039;L&#039;, 13240 =&gt; &#039;L&#039;, 13241 =&gt; &#039;L&#039;, 13242 =&gt; &#039;L&#039;, 13243 =&gt; &#039;L&#039;, 13244 =&gt; &#039;L&#039;, 13245 =&gt; &#039;L&#039;, 13246 =&gt; &#039;L&#039;, 13247 =&gt; &#039;L&#039;, 13248 =&gt; &#039;L&#039;, 13249 =&gt; &#039;L&#039;, 13250 =&gt; &#039;L&#039;, 13251 =&gt; &#039;L&#039;, 13252 =&gt; &#039;L&#039;, 13253 =&gt; &#039;L&#039;, 13254 =&gt; &#039;L&#039;, 13255 =&gt; &#039;L&#039;, 13256 =&gt; &#039;L&#039;, 13257 =&gt; &#039;L&#039;, 13258 =&gt; &#039;L&#039;, 13259 =&gt; &#039;L&#039;, 13260 =&gt; &#039;L&#039;, 13261 =&gt; &#039;L&#039;, 13262 =&gt; &#039;L&#039;, 13263 =&gt; &#039;L&#039;, 13264 =&gt; &#039;L&#039;, 13265 =&gt; &#039;L&#039;, 13266 =&gt; &#039;L&#039;, 13267 =&gt; &#039;L&#039;, 13268 =&gt; &#039;L&#039;, 13269 =&gt; &#039;L&#039;, 13270 =&gt; &#039;L&#039;, 13271 =&gt; &#039;L&#039;, 13272 =&gt; &#039;L&#039;, 13273 =&gt; &#039;L&#039;, 13274 =&gt; &#039;L&#039;, 13275 =&gt; &#039;L&#039;, 13276 =&gt; &#039;L&#039;, 13277 =&gt; &#039;L&#039;, 13278 =&gt; &#039;ON&#039;, 13279 =&gt; &#039;ON&#039;, 13280 =&gt; &#039;L&#039;, 13281 =&gt; &#039;L&#039;, 13282 =&gt; &#039;L&#039;, 13283 =&gt; &#039;L&#039;, 13284 =&gt; &#039;L&#039;, 13285 =&gt; &#039;L&#039;, 13286 =&gt; &#039;L&#039;, 13287 =&gt; &#039;L&#039;, 13288 =&gt; &#039;L&#039;, 13289 =&gt; &#039;L&#039;, 13290 =&gt; &#039;L&#039;, 13291 =&gt; &#039;L&#039;, 13292 =&gt; &#039;L&#039;, 13293 =&gt; &#039;L&#039;, 13294 =&gt; &#039;L&#039;, 13295 =&gt; &#039;L&#039;, 13296 =&gt; &#039;L&#039;, 13297 =&gt; &#039;L&#039;, 13298 =&gt; &#039;L&#039;, 13299 =&gt; &#039;L&#039;, 13300 =&gt; &#039;L&#039;, 13301 =&gt; &#039;L&#039;, 13302 =&gt; &#039;L&#039;, 13303 =&gt; &#039;L&#039;, 13304 =&gt; &#039;L&#039;, 13305 =&gt; &#039;L&#039;, 13306 =&gt; &#039;L&#039;, 13307 =&gt; &#039;L&#039;, 13308 =&gt; &#039;L&#039;, 13309 =&gt; &#039;L&#039;, 13310 =&gt; &#039;L&#039;, 13311 =&gt; &#039;ON&#039;, 13312 =&gt; &#039;L&#039;, 19893 =&gt; &#039;L&#039;, 19904 =&gt; &#039;ON&#039;, 19905 =&gt; &#039;ON&#039;, 19906 =&gt; &#039;ON&#039;, 19907 =&gt; &#039;ON&#039;, 19908 =&gt; &#039;ON&#039;, 19909 =&gt; &#039;ON&#039;, 19910 =&gt; &#039;ON&#039;, 19911 =&gt; &#039;ON&#039;, 19912 =&gt; &#039;ON&#039;, 19913 =&gt; &#039;ON&#039;, 19914 =&gt; &#039;ON&#039;, 19915 =&gt; &#039;ON&#039;, 19916 =&gt; &#039;ON&#039;, 19917 =&gt; &#039;ON&#039;, 19918 =&gt; &#039;ON&#039;, 19919 =&gt; &#039;ON&#039;, 19920 =&gt; &#039;ON&#039;, 19921 =&gt; &#039;ON&#039;, 19922 =&gt; &#039;ON&#039;, 19923 =&gt; &#039;ON&#039;, 19924 =&gt; &#039;ON&#039;, 19925 =&gt; &#039;ON&#039;, 19926 =&gt; &#039;ON&#039;, 19927 =&gt; &#039;ON&#039;, 19928 =&gt; &#039;ON&#039;, 19929 =&gt; &#039;ON&#039;, 19930 =&gt; &#039;ON&#039;, 19931 =&gt; &#039;ON&#039;, 19932 =&gt; &#039;ON&#039;, 19933 =&gt; &#039;ON&#039;, 19934 =&gt; &#039;ON&#039;, 19935 =&gt; &#039;ON&#039;, 19936 =&gt; &#039;ON&#039;, 19937 =&gt; &#039;ON&#039;, 19938 =&gt; &#039;ON&#039;, 19939 =&gt; &#039;ON&#039;, 19940 =&gt; &#039;ON&#039;, 19941 =&gt; &#039;ON&#039;, 19942 =&gt; &#039;ON&#039;, 19943 =&gt; &#039;ON&#039;, 19944 =&gt; &#039;ON&#039;, 19945 =&gt; &#039;ON&#039;, 19946 =&gt; &#039;ON&#039;, 19947 =&gt; &#039;ON&#039;, 19948 =&gt; &#039;ON&#039;, 19949 =&gt; &#039;ON&#039;, 19950 =&gt; &#039;ON&#039;, 19951 =&gt; &#039;ON&#039;, 19952 =&gt; &#039;ON&#039;, 19953 =&gt; &#039;ON&#039;, 19954 =&gt; &#039;ON&#039;, 19955 =&gt; &#039;ON&#039;, 19956 =&gt; &#039;ON&#039;, 19957 =&gt; &#039;ON&#039;, 19958 =&gt; &#039;ON&#039;, 19959 =&gt; &#039;ON&#039;, 19960 =&gt; &#039;ON&#039;, 19961 =&gt; &#039;ON&#039;, 19962 =&gt; &#039;ON&#039;, 19963 =&gt; &#039;ON&#039;, 19964 =&gt; &#039;ON&#039;, 19965 =&gt; &#039;ON&#039;, 19966 =&gt; &#039;ON&#039;, 19967 =&gt; &#039;ON&#039;, 19968 =&gt; &#039;L&#039;, 40891 =&gt; &#039;L&#039;, 40960 =&gt; &#039;L&#039;, 40961 =&gt; &#039;L&#039;, 40962 =&gt; &#039;L&#039;, 40963 =&gt; &#039;L&#039;, 40964 =&gt; &#039;L&#039;, 40965 =&gt; &#039;L&#039;, 40966 =&gt; &#039;L&#039;, 40967 =&gt; &#039;L&#039;, 40968 =&gt; &#039;L&#039;, 40969 =&gt; &#039;L&#039;, 40970 =&gt; &#039;L&#039;, 40971 =&gt; &#039;L&#039;, 40972 =&gt; &#039;L&#039;, 40973 =&gt; &#039;L&#039;, 40974 =&gt; &#039;L&#039;, 40975 =&gt; &#039;L&#039;, 40976 =&gt; &#039;L&#039;, 40977 =&gt; &#039;L&#039;, 40978 =&gt; &#039;L&#039;, 40979 =&gt; &#039;L&#039;, 40980 =&gt; &#039;L&#039;, 40981 =&gt; &#039;L&#039;, 40982 =&gt; &#039;L&#039;, 40983 =&gt; &#039;L&#039;, 40984 =&gt; &#039;L&#039;, 40985 =&gt; &#039;L&#039;, 40986 =&gt; &#039;L&#039;, 40987 =&gt; &#039;L&#039;, 40988 =&gt; &#039;L&#039;, 40989 =&gt; &#039;L&#039;, 40990 =&gt; &#039;L&#039;, 40991 =&gt; &#039;L&#039;, 40992 =&gt; &#039;L&#039;, 40993 =&gt; &#039;L&#039;, 40994 =&gt; &#039;L&#039;, 40995 =&gt; &#039;L&#039;, 40996 =&gt; &#039;L&#039;, 40997 =&gt; &#039;L&#039;, 40998 =&gt; &#039;L&#039;, 40999 =&gt; &#039;L&#039;, 41000 =&gt; &#039;L&#039;, 41001 =&gt; &#039;L&#039;, 41002 =&gt; &#039;L&#039;, 41003 =&gt; &#039;L&#039;, 41004 =&gt; &#039;L&#039;, 41005 =&gt; &#039;L&#039;, 41006 =&gt; &#039;L&#039;, 41007 =&gt; &#039;L&#039;, 41008 =&gt; &#039;L&#039;, 41009 =&gt; &#039;L&#039;, 41010 =&gt; &#039;L&#039;, 41011 =&gt; &#039;L&#039;, 41012 =&gt; &#039;L&#039;, 41013 =&gt; &#039;L&#039;, 41014 =&gt; &#039;L&#039;, 41015 =&gt; &#039;L&#039;, 41016 =&gt; &#039;L&#039;, 41017 =&gt; &#039;L&#039;, 41018 =&gt; &#039;L&#039;, 41019 =&gt; &#039;L&#039;, 41020 =&gt; &#039;L&#039;, 41021 =&gt; &#039;L&#039;, 41022 =&gt; &#039;L&#039;, 41023 =&gt; &#039;L&#039;, 41024 =&gt; &#039;L&#039;, 41025 =&gt; &#039;L&#039;, 41026 =&gt; &#039;L&#039;, 41027 =&gt; &#039;L&#039;, 41028 =&gt; &#039;L&#039;, 41029 =&gt; &#039;L&#039;, 41030 =&gt; &#039;L&#039;, 41031 =&gt; &#039;L&#039;, 41032 =&gt; &#039;L&#039;, 41033 =&gt; &#039;L&#039;, 41034 =&gt; &#039;L&#039;, 41035 =&gt; &#039;L&#039;, 41036 =&gt; &#039;L&#039;, 41037 =&gt; &#039;L&#039;, 41038 =&gt; &#039;L&#039;, 41039 =&gt; &#039;L&#039;, 41040 =&gt; &#039;L&#039;, 41041 =&gt; &#039;L&#039;, 41042 =&gt; &#039;L&#039;, 41043 =&gt; &#039;L&#039;, 41044 =&gt; &#039;L&#039;, 41045 =&gt; &#039;L&#039;, 41046 =&gt; &#039;L&#039;, 41047 =&gt; &#039;L&#039;, 41048 =&gt; &#039;L&#039;, 41049 =&gt; &#039;L&#039;, 41050 =&gt; &#039;L&#039;, 41051 =&gt; &#039;L&#039;, 41052 =&gt; &#039;L&#039;, 41053 =&gt; &#039;L&#039;, 41054 =&gt; &#039;L&#039;, 41055 =&gt; &#039;L&#039;, 41056 =&gt; &#039;L&#039;, 41057 =&gt; &#039;L&#039;, 41058 =&gt; &#039;L&#039;, 41059 =&gt; &#039;L&#039;, 41060 =&gt; &#039;L&#039;, 41061 =&gt; &#039;L&#039;, 41062 =&gt; &#039;L&#039;, 41063 =&gt; &#039;L&#039;, 41064 =&gt; &#039;L&#039;, 41065 =&gt; &#039;L&#039;, 41066 =&gt; &#039;L&#039;, 41067 =&gt; &#039;L&#039;, 41068 =&gt; &#039;L&#039;, 41069 =&gt; &#039;L&#039;, 41070 =&gt; &#039;L&#039;, 41071 =&gt; &#039;L&#039;, 41072 =&gt; &#039;L&#039;, 41073 =&gt; &#039;L&#039;, 41074 =&gt; &#039;L&#039;, 41075 =&gt; &#039;L&#039;, 41076 =&gt; &#039;L&#039;, 41077 =&gt; &#039;L&#039;, 41078 =&gt; &#039;L&#039;, 41079 =&gt; &#039;L&#039;, 41080 =&gt; &#039;L&#039;, 41081 =&gt; &#039;L&#039;, 41082 =&gt; &#039;L&#039;, 41083 =&gt; &#039;L&#039;, 41084 =&gt; &#039;L&#039;, 41085 =&gt; &#039;L&#039;, 41086 =&gt; &#039;L&#039;, 41087 =&gt; &#039;L&#039;, 41088 =&gt; &#039;L&#039;, 41089 =&gt; &#039;L&#039;, 41090 =&gt; &#039;L&#039;, 41091 =&gt; &#039;L&#039;, 41092 =&gt; &#039;L&#039;, 41093 =&gt; &#039;L&#039;, 41094 =&gt; &#039;L&#039;, 41095 =&gt; &#039;L&#039;, 41096 =&gt; &#039;L&#039;, 41097 =&gt; &#039;L&#039;, 41098 =&gt; &#039;L&#039;, 41099 =&gt; &#039;L&#039;, 41100 =&gt; &#039;L&#039;, 41101 =&gt; &#039;L&#039;, 41102 =&gt; &#039;L&#039;, 41103 =&gt; &#039;L&#039;, 41104 =&gt; &#039;L&#039;, 41105 =&gt; &#039;L&#039;, 41106 =&gt; &#039;L&#039;, 41107 =&gt; &#039;L&#039;, 41108 =&gt; &#039;L&#039;, 41109 =&gt; &#039;L&#039;, 41110 =&gt; &#039;L&#039;, 41111 =&gt; &#039;L&#039;, 41112 =&gt; &#039;L&#039;, 41113 =&gt; &#039;L&#039;, 41114 =&gt; &#039;L&#039;, 41115 =&gt; &#039;L&#039;, 41116 =&gt; &#039;L&#039;, 41117 =&gt; &#039;L&#039;, 41118 =&gt; &#039;L&#039;, 41119 =&gt; &#039;L&#039;, 41120 =&gt; &#039;L&#039;, 41121 =&gt; &#039;L&#039;, 41122 =&gt; &#039;L&#039;, 41123 =&gt; &#039;L&#039;, 41124 =&gt; &#039;L&#039;, 41125 =&gt; &#039;L&#039;, 41126 =&gt; &#039;L&#039;, 41127 =&gt; &#039;L&#039;, 41128 =&gt; &#039;L&#039;, 41129 =&gt; &#039;L&#039;, 41130 =&gt; &#039;L&#039;, 41131 =&gt; &#039;L&#039;, 41132 =&gt; &#039;L&#039;, 41133 =&gt; &#039;L&#039;, 41134 =&gt; &#039;L&#039;, 41135 =&gt; &#039;L&#039;, 41136 =&gt; &#039;L&#039;, 41137 =&gt; &#039;L&#039;, 41138 =&gt; &#039;L&#039;, 41139 =&gt; &#039;L&#039;, 41140 =&gt; &#039;L&#039;, 41141 =&gt; &#039;L&#039;, 41142 =&gt; &#039;L&#039;, 41143 =&gt; &#039;L&#039;, 41144 =&gt; &#039;L&#039;, 41145 =&gt; &#039;L&#039;, 41146 =&gt; &#039;L&#039;, 41147 =&gt; &#039;L&#039;, 41148 =&gt; &#039;L&#039;, 41149 =&gt; &#039;L&#039;, 41150 =&gt; &#039;L&#039;, 41151 =&gt; &#039;L&#039;, 41152 =&gt; &#039;L&#039;, 41153 =&gt; &#039;L&#039;, 41154 =&gt; &#039;L&#039;, 41155 =&gt; &#039;L&#039;, 41156 =&gt; &#039;L&#039;, 41157 =&gt; &#039;L&#039;, 41158 =&gt; &#039;L&#039;, 41159 =&gt; &#039;L&#039;, 41160 =&gt; &#039;L&#039;, 41161 =&gt; &#039;L&#039;, 41162 =&gt; &#039;L&#039;, 41163 =&gt; &#039;L&#039;, 41164 =&gt; &#039;L&#039;, 41165 =&gt; &#039;L&#039;, 41166 =&gt; &#039;L&#039;, 41167 =&gt; &#039;L&#039;, 41168 =&gt; &#039;L&#039;, 41169 =&gt; &#039;L&#039;, 41170 =&gt; &#039;L&#039;, 41171 =&gt; &#039;L&#039;, 41172 =&gt; &#039;L&#039;, 41173 =&gt; &#039;L&#039;, 41174 =&gt; &#039;L&#039;, 41175 =&gt; &#039;L&#039;, 41176 =&gt; &#039;L&#039;, 41177 =&gt; &#039;L&#039;, 41178 =&gt; &#039;L&#039;, 41179 =&gt; &#039;L&#039;, 41180 =&gt; &#039;L&#039;, 41181 =&gt; &#039;L&#039;, 41182 =&gt; &#039;L&#039;, 41183 =&gt; &#039;L&#039;, 41184 =&gt; &#039;L&#039;, 41185 =&gt; &#039;L&#039;, 41186 =&gt; &#039;L&#039;, 41187 =&gt; &#039;L&#039;, 41188 =&gt; &#039;L&#039;, 41189 =&gt; &#039;L&#039;, 41190 =&gt; &#039;L&#039;, 41191 =&gt; &#039;L&#039;, 41192 =&gt; &#039;L&#039;, 41193 =&gt; &#039;L&#039;, 41194 =&gt; &#039;L&#039;, 41195 =&gt; &#039;L&#039;, 41196 =&gt; &#039;L&#039;, 41197 =&gt; &#039;L&#039;, 41198 =&gt; &#039;L&#039;, 41199 =&gt; &#039;L&#039;, 41200 =&gt; &#039;L&#039;, 41201 =&gt; &#039;L&#039;, 41202 =&gt; &#039;L&#039;, 41203 =&gt; &#039;L&#039;, 41204 =&gt; &#039;L&#039;, 41205 =&gt; &#039;L&#039;, 41206 =&gt; &#039;L&#039;, 41207 =&gt; &#039;L&#039;, 41208 =&gt; &#039;L&#039;, 41209 =&gt; &#039;L&#039;, 41210 =&gt; &#039;L&#039;, 41211 =&gt; &#039;L&#039;, 41212 =&gt; &#039;L&#039;, 41213 =&gt; &#039;L&#039;, 41214 =&gt; &#039;L&#039;, 41215 =&gt; &#039;L&#039;, 41216 =&gt; &#039;L&#039;, 41217 =&gt; &#039;L&#039;, 41218 =&gt; &#039;L&#039;, 41219 =&gt; &#039;L&#039;, 41220 =&gt; &#039;L&#039;, 41221 =&gt; &#039;L&#039;, 41222 =&gt; &#039;L&#039;, 41223 =&gt; &#039;L&#039;, 41224 =&gt; &#039;L&#039;, 41225 =&gt; &#039;L&#039;, 41226 =&gt; &#039;L&#039;, 41227 =&gt; &#039;L&#039;, 41228 =&gt; &#039;L&#039;, 41229 =&gt; &#039;L&#039;, 41230 =&gt; &#039;L&#039;, 41231 =&gt; &#039;L&#039;, 41232 =&gt; &#039;L&#039;, 41233 =&gt; &#039;L&#039;, 41234 =&gt; &#039;L&#039;, 41235 =&gt; &#039;L&#039;, 41236 =&gt; &#039;L&#039;, 41237 =&gt; &#039;L&#039;, 41238 =&gt; &#039;L&#039;, 41239 =&gt; &#039;L&#039;, 41240 =&gt; &#039;L&#039;, 41241 =&gt; &#039;L&#039;, 41242 =&gt; &#039;L&#039;, 41243 =&gt; &#039;L&#039;, 41244 =&gt; &#039;L&#039;, 41245 =&gt; &#039;L&#039;, 41246 =&gt; &#039;L&#039;, 41247 =&gt; &#039;L&#039;, 41248 =&gt; &#039;L&#039;, 41249 =&gt; &#039;L&#039;, 41250 =&gt; &#039;L&#039;, 41251 =&gt; &#039;L&#039;, 41252 =&gt; &#039;L&#039;, 41253 =&gt; &#039;L&#039;, 41254 =&gt; &#039;L&#039;, 41255 =&gt; &#039;L&#039;, 41256 =&gt; &#039;L&#039;, 41257 =&gt; &#039;L&#039;, 41258 =&gt; &#039;L&#039;, 41259 =&gt; &#039;L&#039;, 41260 =&gt; &#039;L&#039;, 41261 =&gt; &#039;L&#039;, 41262 =&gt; &#039;L&#039;, 41263 =&gt; &#039;L&#039;, 41264 =&gt; &#039;L&#039;, 41265 =&gt; &#039;L&#039;, 41266 =&gt; &#039;L&#039;, 41267 =&gt; &#039;L&#039;, 41268 =&gt; &#039;L&#039;, 41269 =&gt; &#039;L&#039;, 41270 =&gt; &#039;L&#039;, 41271 =&gt; &#039;L&#039;, 41272 =&gt; &#039;L&#039;, 41273 =&gt; &#039;L&#039;, 41274 =&gt; &#039;L&#039;, 41275 =&gt; &#039;L&#039;, 41276 =&gt; &#039;L&#039;, 41277 =&gt; &#039;L&#039;, 41278 =&gt; &#039;L&#039;, 41279 =&gt; &#039;L&#039;, 41280 =&gt; &#039;L&#039;, 41281 =&gt; &#039;L&#039;, 41282 =&gt; &#039;L&#039;, 41283 =&gt; &#039;L&#039;, 41284 =&gt; &#039;L&#039;, 41285 =&gt; &#039;L&#039;, 41286 =&gt; &#039;L&#039;, 41287 =&gt; &#039;L&#039;, 41288 =&gt; &#039;L&#039;, 41289 =&gt; &#039;L&#039;, 41290 =&gt; &#039;L&#039;, 41291 =&gt; &#039;L&#039;, 41292 =&gt; &#039;L&#039;, 41293 =&gt; &#039;L&#039;, 41294 =&gt; &#039;L&#039;, 41295 =&gt; &#039;L&#039;, 41296 =&gt; &#039;L&#039;, 41297 =&gt; &#039;L&#039;, 41298 =&gt; &#039;L&#039;, 41299 =&gt; &#039;L&#039;, 41300 =&gt; &#039;L&#039;, 41301 =&gt; &#039;L&#039;, 41302 =&gt; &#039;L&#039;, 41303 =&gt; &#039;L&#039;, 41304 =&gt; &#039;L&#039;, 41305 =&gt; &#039;L&#039;, 41306 =&gt; &#039;L&#039;, 41307 =&gt; &#039;L&#039;, 41308 =&gt; &#039;L&#039;, 41309 =&gt; &#039;L&#039;, 41310 =&gt; &#039;L&#039;, 41311 =&gt; &#039;L&#039;, 41312 =&gt; &#039;L&#039;, 41313 =&gt; &#039;L&#039;, 41314 =&gt; &#039;L&#039;, 41315 =&gt; &#039;L&#039;, 41316 =&gt; &#039;L&#039;, 41317 =&gt; &#039;L&#039;, 41318 =&gt; &#039;L&#039;, 41319 =&gt; &#039;L&#039;, 41320 =&gt; &#039;L&#039;, 41321 =&gt; &#039;L&#039;, 41322 =&gt; &#039;L&#039;, 41323 =&gt; &#039;L&#039;, 41324 =&gt; &#039;L&#039;, 41325 =&gt; &#039;L&#039;, 41326 =&gt; &#039;L&#039;, 41327 =&gt; &#039;L&#039;, 41328 =&gt; &#039;L&#039;, 41329 =&gt; &#039;L&#039;, 41330 =&gt; &#039;L&#039;, 41331 =&gt; &#039;L&#039;, 41332 =&gt; &#039;L&#039;, 41333 =&gt; &#039;L&#039;, 41334 =&gt; &#039;L&#039;, 41335 =&gt; &#039;L&#039;, 41336 =&gt; &#039;L&#039;, 41337 =&gt; &#039;L&#039;, 41338 =&gt; &#039;L&#039;, 41339 =&gt; &#039;L&#039;, 41340 =&gt; &#039;L&#039;, 41341 =&gt; &#039;L&#039;, 41342 =&gt; &#039;L&#039;, 41343 =&gt; &#039;L&#039;, 41344 =&gt; &#039;L&#039;, 41345 =&gt; &#039;L&#039;, 41346 =&gt; &#039;L&#039;, 41347 =&gt; &#039;L&#039;, 41348 =&gt; &#039;L&#039;, 41349 =&gt; &#039;L&#039;, 41350 =&gt; &#039;L&#039;, 41351 =&gt; &#039;L&#039;, 41352 =&gt; &#039;L&#039;, 41353 =&gt; &#039;L&#039;, 41354 =&gt; &#039;L&#039;, 41355 =&gt; &#039;L&#039;, 41356 =&gt; &#039;L&#039;, 41357 =&gt; &#039;L&#039;, 41358 =&gt; &#039;L&#039;, 41359 =&gt; &#039;L&#039;, 41360 =&gt; &#039;L&#039;, 41361 =&gt; &#039;L&#039;, 41362 =&gt; &#039;L&#039;, 41363 =&gt; &#039;L&#039;, 41364 =&gt; &#039;L&#039;, 41365 =&gt; &#039;L&#039;, 41366 =&gt; &#039;L&#039;, 41367 =&gt; &#039;L&#039;, 41368 =&gt; &#039;L&#039;, 41369 =&gt; &#039;L&#039;, 41370 =&gt; &#039;L&#039;, 41371 =&gt; &#039;L&#039;, 41372 =&gt; &#039;L&#039;, 41373 =&gt; &#039;L&#039;, 41374 =&gt; &#039;L&#039;, 41375 =&gt; &#039;L&#039;, 41376 =&gt; &#039;L&#039;, 41377 =&gt; &#039;L&#039;, 41378 =&gt; &#039;L&#039;, 41379 =&gt; &#039;L&#039;, 41380 =&gt; &#039;L&#039;, 41381 =&gt; &#039;L&#039;, 41382 =&gt; &#039;L&#039;, 41383 =&gt; &#039;L&#039;, 41384 =&gt; &#039;L&#039;, 41385 =&gt; &#039;L&#039;, 41386 =&gt; &#039;L&#039;, 41387 =&gt; &#039;L&#039;, 41388 =&gt; &#039;L&#039;, 41389 =&gt; &#039;L&#039;, 41390 =&gt; &#039;L&#039;, 41391 =&gt; &#039;L&#039;, 41392 =&gt; &#039;L&#039;, 41393 =&gt; &#039;L&#039;, 41394 =&gt; &#039;L&#039;, 41395 =&gt; &#039;L&#039;, 41396 =&gt; &#039;L&#039;, 41397 =&gt; &#039;L&#039;, 41398 =&gt; &#039;L&#039;, 41399 =&gt; &#039;L&#039;, 41400 =&gt; &#039;L&#039;, 41401 =&gt; &#039;L&#039;, 41402 =&gt; &#039;L&#039;, 41403 =&gt; &#039;L&#039;, 41404 =&gt; &#039;L&#039;, 41405 =&gt; &#039;L&#039;, 41406 =&gt; &#039;L&#039;, 41407 =&gt; &#039;L&#039;, 41408 =&gt; &#039;L&#039;, 41409 =&gt; &#039;L&#039;, 41410 =&gt; &#039;L&#039;, 41411 =&gt; &#039;L&#039;, 41412 =&gt; &#039;L&#039;, 41413 =&gt; &#039;L&#039;, 41414 =&gt; &#039;L&#039;, 41415 =&gt; &#039;L&#039;, 41416 =&gt; &#039;L&#039;, 41417 =&gt; &#039;L&#039;, 41418 =&gt; &#039;L&#039;, 41419 =&gt; &#039;L&#039;, 41420 =&gt; &#039;L&#039;, 41421 =&gt; &#039;L&#039;, 41422 =&gt; &#039;L&#039;, 41423 =&gt; &#039;L&#039;, 41424 =&gt; &#039;L&#039;, 41425 =&gt; &#039;L&#039;, 41426 =&gt; &#039;L&#039;, 41427 =&gt; &#039;L&#039;, 41428 =&gt; &#039;L&#039;, 41429 =&gt; &#039;L&#039;, 41430 =&gt; &#039;L&#039;, 41431 =&gt; &#039;L&#039;, 41432 =&gt; &#039;L&#039;, 41433 =&gt; &#039;L&#039;, 41434 =&gt; &#039;L&#039;, 41435 =&gt; &#039;L&#039;, 41436 =&gt; &#039;L&#039;, 41437 =&gt; &#039;L&#039;, 41438 =&gt; &#039;L&#039;, 41439 =&gt; &#039;L&#039;, 41440 =&gt; &#039;L&#039;, 41441 =&gt; &#039;L&#039;, 41442 =&gt; &#039;L&#039;, 41443 =&gt; &#039;L&#039;, 41444 =&gt; &#039;L&#039;, 41445 =&gt; &#039;L&#039;, 41446 =&gt; &#039;L&#039;, 41447 =&gt; &#039;L&#039;, 41448 =&gt; &#039;L&#039;, 41449 =&gt; &#039;L&#039;, 41450 =&gt; &#039;L&#039;, 41451 =&gt; &#039;L&#039;, 41452 =&gt; &#039;L&#039;, 41453 =&gt; &#039;L&#039;, 41454 =&gt; &#039;L&#039;, 41455 =&gt; &#039;L&#039;, 41456 =&gt; &#039;L&#039;, 41457 =&gt; &#039;L&#039;, 41458 =&gt; &#039;L&#039;, 41459 =&gt; &#039;L&#039;, 41460 =&gt; &#039;L&#039;, 41461 =&gt; &#039;L&#039;, 41462 =&gt; &#039;L&#039;, 41463 =&gt; &#039;L&#039;, 41464 =&gt; &#039;L&#039;, 41465 =&gt; &#039;L&#039;, 41466 =&gt; &#039;L&#039;, 41467 =&gt; &#039;L&#039;, 41468 =&gt; &#039;L&#039;, 41469 =&gt; &#039;L&#039;, 41470 =&gt; &#039;L&#039;, 41471 =&gt; &#039;L&#039;, 41472 =&gt; &#039;L&#039;, 41473 =&gt; &#039;L&#039;, 41474 =&gt; &#039;L&#039;, 41475 =&gt; &#039;L&#039;, 41476 =&gt; &#039;L&#039;, 41477 =&gt; &#039;L&#039;, 41478 =&gt; &#039;L&#039;, 41479 =&gt; &#039;L&#039;, 41480 =&gt; &#039;L&#039;, 41481 =&gt; &#039;L&#039;, 41482 =&gt; &#039;L&#039;, 41483 =&gt; &#039;L&#039;, 41484 =&gt; &#039;L&#039;, 41485 =&gt; &#039;L&#039;, 41486 =&gt; &#039;L&#039;, 41487 =&gt; &#039;L&#039;, 41488 =&gt; &#039;L&#039;, 41489 =&gt; &#039;L&#039;, 41490 =&gt; &#039;L&#039;, 41491 =&gt; &#039;L&#039;, 41492 =&gt; &#039;L&#039;, 41493 =&gt; &#039;L&#039;, 41494 =&gt; &#039;L&#039;, 41495 =&gt; &#039;L&#039;, 41496 =&gt; &#039;L&#039;, 41497 =&gt; &#039;L&#039;, 41498 =&gt; &#039;L&#039;, 41499 =&gt; &#039;L&#039;, 41500 =&gt; &#039;L&#039;, 41501 =&gt; &#039;L&#039;, 41502 =&gt; &#039;L&#039;, 41503 =&gt; &#039;L&#039;, 41504 =&gt; &#039;L&#039;, 41505 =&gt; &#039;L&#039;, 41506 =&gt; &#039;L&#039;, 41507 =&gt; &#039;L&#039;, 41508 =&gt; &#039;L&#039;, 41509 =&gt; &#039;L&#039;, 41510 =&gt; &#039;L&#039;, 41511 =&gt; &#039;L&#039;, 41512 =&gt; &#039;L&#039;, 41513 =&gt; &#039;L&#039;, 41514 =&gt; &#039;L&#039;, 41515 =&gt; &#039;L&#039;, 41516 =&gt; &#039;L&#039;, 41517 =&gt; &#039;L&#039;, 41518 =&gt; &#039;L&#039;, 41519 =&gt; &#039;L&#039;, 41520 =&gt; &#039;L&#039;, 41521 =&gt; &#039;L&#039;, 41522 =&gt; &#039;L&#039;, 41523 =&gt; &#039;L&#039;, 41524 =&gt; &#039;L&#039;, 41525 =&gt; &#039;L&#039;, 41526 =&gt; &#039;L&#039;, 41527 =&gt; &#039;L&#039;, 41528 =&gt; &#039;L&#039;, 41529 =&gt; &#039;L&#039;, 41530 =&gt; &#039;L&#039;, 41531 =&gt; &#039;L&#039;, 41532 =&gt; &#039;L&#039;, 41533 =&gt; &#039;L&#039;, 41534 =&gt; &#039;L&#039;, 41535 =&gt; &#039;L&#039;, 41536 =&gt; &#039;L&#039;, 41537 =&gt; &#039;L&#039;, 41538 =&gt; &#039;L&#039;, 41539 =&gt; &#039;L&#039;, 41540 =&gt; &#039;L&#039;, 41541 =&gt; &#039;L&#039;, 41542 =&gt; &#039;L&#039;, 41543 =&gt; &#039;L&#039;, 41544 =&gt; &#039;L&#039;, 41545 =&gt; &#039;L&#039;, 41546 =&gt; &#039;L&#039;, 41547 =&gt; &#039;L&#039;, 41548 =&gt; &#039;L&#039;, 41549 =&gt; &#039;L&#039;, 41550 =&gt; &#039;L&#039;, 41551 =&gt; &#039;L&#039;, 41552 =&gt; &#039;L&#039;, 41553 =&gt; &#039;L&#039;, 41554 =&gt; &#039;L&#039;, 41555 =&gt; &#039;L&#039;, 41556 =&gt; &#039;L&#039;, 41557 =&gt; &#039;L&#039;, 41558 =&gt; &#039;L&#039;, 41559 =&gt; &#039;L&#039;, 41560 =&gt; &#039;L&#039;, 41561 =&gt; &#039;L&#039;, 41562 =&gt; &#039;L&#039;, 41563 =&gt; &#039;L&#039;, 41564 =&gt; &#039;L&#039;, 41565 =&gt; &#039;L&#039;, 41566 =&gt; &#039;L&#039;, 41567 =&gt; &#039;L&#039;, 41568 =&gt; &#039;L&#039;, 41569 =&gt; &#039;L&#039;, 41570 =&gt; &#039;L&#039;, 41571 =&gt; &#039;L&#039;, 41572 =&gt; &#039;L&#039;, 41573 =&gt; &#039;L&#039;, 41574 =&gt; &#039;L&#039;, 41575 =&gt; &#039;L&#039;, 41576 =&gt; &#039;L&#039;, 41577 =&gt; &#039;L&#039;, 41578 =&gt; &#039;L&#039;, 41579 =&gt; &#039;L&#039;, 41580 =&gt; &#039;L&#039;, 41581 =&gt; &#039;L&#039;, 41582 =&gt; &#039;L&#039;, 41583 =&gt; &#039;L&#039;, 41584 =&gt; &#039;L&#039;, 41585 =&gt; &#039;L&#039;, 41586 =&gt; &#039;L&#039;, 41587 =&gt; &#039;L&#039;, 41588 =&gt; &#039;L&#039;, 41589 =&gt; &#039;L&#039;, 41590 =&gt; &#039;L&#039;, 41591 =&gt; &#039;L&#039;, 41592 =&gt; &#039;L&#039;, 41593 =&gt; &#039;L&#039;, 41594 =&gt; &#039;L&#039;, 41595 =&gt; &#039;L&#039;, 41596 =&gt; &#039;L&#039;, 41597 =&gt; &#039;L&#039;, 41598 =&gt; &#039;L&#039;, 41599 =&gt; &#039;L&#039;, 41600 =&gt; &#039;L&#039;, 41601 =&gt; &#039;L&#039;, 41602 =&gt; &#039;L&#039;, 41603 =&gt; &#039;L&#039;, 41604 =&gt; &#039;L&#039;, 41605 =&gt; &#039;L&#039;, 41606 =&gt; &#039;L&#039;, 41607 =&gt; &#039;L&#039;, 41608 =&gt; &#039;L&#039;, 41609 =&gt; &#039;L&#039;, 41610 =&gt; &#039;L&#039;, 41611 =&gt; &#039;L&#039;, 41612 =&gt; &#039;L&#039;, 41613 =&gt; &#039;L&#039;, 41614 =&gt; &#039;L&#039;, 41615 =&gt; &#039;L&#039;, 41616 =&gt; &#039;L&#039;, 41617 =&gt; &#039;L&#039;, 41618 =&gt; &#039;L&#039;, 41619 =&gt; &#039;L&#039;, 41620 =&gt; &#039;L&#039;, 41621 =&gt; &#039;L&#039;, 41622 =&gt; &#039;L&#039;, 41623 =&gt; &#039;L&#039;, 41624 =&gt; &#039;L&#039;, 41625 =&gt; &#039;L&#039;, 41626 =&gt; &#039;L&#039;, 41627 =&gt; &#039;L&#039;, 41628 =&gt; &#039;L&#039;, 41629 =&gt; &#039;L&#039;, 41630 =&gt; &#039;L&#039;, 41631 =&gt; &#039;L&#039;, 41632 =&gt; &#039;L&#039;, 41633 =&gt; &#039;L&#039;, 41634 =&gt; &#039;L&#039;, 41635 =&gt; &#039;L&#039;, 41636 =&gt; &#039;L&#039;, 41637 =&gt; &#039;L&#039;, 41638 =&gt; &#039;L&#039;, 41639 =&gt; &#039;L&#039;, 41640 =&gt; &#039;L&#039;, 41641 =&gt; &#039;L&#039;, 41642 =&gt; &#039;L&#039;, 41643 =&gt; &#039;L&#039;, 41644 =&gt; &#039;L&#039;, 41645 =&gt; &#039;L&#039;, 41646 =&gt; &#039;L&#039;, 41647 =&gt; &#039;L&#039;, 41648 =&gt; &#039;L&#039;, 41649 =&gt; &#039;L&#039;, 41650 =&gt; &#039;L&#039;, 41651 =&gt; &#039;L&#039;, 41652 =&gt; &#039;L&#039;, 41653 =&gt; &#039;L&#039;, 41654 =&gt; &#039;L&#039;, 41655 =&gt; &#039;L&#039;, 41656 =&gt; &#039;L&#039;, 41657 =&gt; &#039;L&#039;, 41658 =&gt; &#039;L&#039;, 41659 =&gt; &#039;L&#039;, 41660 =&gt; &#039;L&#039;, 41661 =&gt; &#039;L&#039;, 41662 =&gt; &#039;L&#039;, 41663 =&gt; &#039;L&#039;, 41664 =&gt; &#039;L&#039;, 41665 =&gt; &#039;L&#039;, 41666 =&gt; &#039;L&#039;, 41667 =&gt; &#039;L&#039;, 41668 =&gt; &#039;L&#039;, 41669 =&gt; &#039;L&#039;, 41670 =&gt; &#039;L&#039;, 41671 =&gt; &#039;L&#039;, 41672 =&gt; &#039;L&#039;, 41673 =&gt; &#039;L&#039;, 41674 =&gt; &#039;L&#039;, 41675 =&gt; &#039;L&#039;, 41676 =&gt; &#039;L&#039;, 41677 =&gt; &#039;L&#039;, 41678 =&gt; &#039;L&#039;, 41679 =&gt; &#039;L&#039;, 41680 =&gt; &#039;L&#039;, 41681 =&gt; &#039;L&#039;, 41682 =&gt; &#039;L&#039;, 41683 =&gt; &#039;L&#039;, 41684 =&gt; &#039;L&#039;, 41685 =&gt; &#039;L&#039;, 41686 =&gt; &#039;L&#039;, 41687 =&gt; &#039;L&#039;, 41688 =&gt; &#039;L&#039;, 41689 =&gt; &#039;L&#039;, 41690 =&gt; &#039;L&#039;, 41691 =&gt; &#039;L&#039;, 41692 =&gt; &#039;L&#039;, 41693 =&gt; &#039;L&#039;, 41694 =&gt; &#039;L&#039;, 41695 =&gt; &#039;L&#039;, 41696 =&gt; &#039;L&#039;, 41697 =&gt; &#039;L&#039;, 41698 =&gt; &#039;L&#039;, 41699 =&gt; &#039;L&#039;, 41700 =&gt; &#039;L&#039;, 41701 =&gt; &#039;L&#039;, 41702 =&gt; &#039;L&#039;, 41703 =&gt; &#039;L&#039;, 41704 =&gt; &#039;L&#039;, 41705 =&gt; &#039;L&#039;, 41706 =&gt; &#039;L&#039;, 41707 =&gt; &#039;L&#039;, 41708 =&gt; &#039;L&#039;, 41709 =&gt; &#039;L&#039;, 41710 =&gt; &#039;L&#039;, 41711 =&gt; &#039;L&#039;, 41712 =&gt; &#039;L&#039;, 41713 =&gt; &#039;L&#039;, 41714 =&gt; &#039;L&#039;, 41715 =&gt; &#039;L&#039;, 41716 =&gt; &#039;L&#039;, 41717 =&gt; &#039;L&#039;, 41718 =&gt; &#039;L&#039;, 41719 =&gt; &#039;L&#039;, 41720 =&gt; &#039;L&#039;, 41721 =&gt; &#039;L&#039;, 41722 =&gt; &#039;L&#039;, 41723 =&gt; &#039;L&#039;, 41724 =&gt; &#039;L&#039;, 41725 =&gt; &#039;L&#039;, 41726 =&gt; &#039;L&#039;, 41727 =&gt; &#039;L&#039;, 41728 =&gt; &#039;L&#039;, 41729 =&gt; &#039;L&#039;, 41730 =&gt; &#039;L&#039;, 41731 =&gt; &#039;L&#039;, 41732 =&gt; &#039;L&#039;, 41733 =&gt; &#039;L&#039;, 41734 =&gt; &#039;L&#039;, 41735 =&gt; &#039;L&#039;, 41736 =&gt; &#039;L&#039;, 41737 =&gt; &#039;L&#039;, 41738 =&gt; &#039;L&#039;, 41739 =&gt; &#039;L&#039;, 41740 =&gt; &#039;L&#039;, 41741 =&gt; &#039;L&#039;, 41742 =&gt; &#039;L&#039;, 41743 =&gt; &#039;L&#039;, 41744 =&gt; &#039;L&#039;, 41745 =&gt; &#039;L&#039;, 41746 =&gt; &#039;L&#039;, 41747 =&gt; &#039;L&#039;, 41748 =&gt; &#039;L&#039;, 41749 =&gt; &#039;L&#039;, 41750 =&gt; &#039;L&#039;, 41751 =&gt; &#039;L&#039;, 41752 =&gt; &#039;L&#039;, 41753 =&gt; &#039;L&#039;, 41754 =&gt; &#039;L&#039;, 41755 =&gt; &#039;L&#039;, 41756 =&gt; &#039;L&#039;, 41757 =&gt; &#039;L&#039;, 41758 =&gt; &#039;L&#039;, 41759 =&gt; &#039;L&#039;, 41760 =&gt; &#039;L&#039;, 41761 =&gt; &#039;L&#039;, 41762 =&gt; &#039;L&#039;, 41763 =&gt; &#039;L&#039;, 41764 =&gt; &#039;L&#039;, 41765 =&gt; &#039;L&#039;, 41766 =&gt; &#039;L&#039;, 41767 =&gt; &#039;L&#039;, 41768 =&gt; &#039;L&#039;, 41769 =&gt; &#039;L&#039;, 41770 =&gt; &#039;L&#039;, 41771 =&gt; &#039;L&#039;, 41772 =&gt; &#039;L&#039;, 41773 =&gt; &#039;L&#039;, 41774 =&gt; &#039;L&#039;, 41775 =&gt; &#039;L&#039;, 41776 =&gt; &#039;L&#039;, 41777 =&gt; &#039;L&#039;, 41778 =&gt; &#039;L&#039;, 41779 =&gt; &#039;L&#039;, 41780 =&gt; &#039;L&#039;, 41781 =&gt; &#039;L&#039;, 41782 =&gt; &#039;L&#039;, 41783 =&gt; &#039;L&#039;, 41784 =&gt; &#039;L&#039;, 41785 =&gt; &#039;L&#039;, 41786 =&gt; &#039;L&#039;, 41787 =&gt; &#039;L&#039;, 41788 =&gt; &#039;L&#039;, 41789 =&gt; &#039;L&#039;, 41790 =&gt; &#039;L&#039;, 41791 =&gt; &#039;L&#039;, 41792 =&gt; &#039;L&#039;, 41793 =&gt; &#039;L&#039;, 41794 =&gt; &#039;L&#039;, 41795 =&gt; &#039;L&#039;, 41796 =&gt; &#039;L&#039;, 41797 =&gt; &#039;L&#039;, 41798 =&gt; &#039;L&#039;, 41799 =&gt; &#039;L&#039;, 41800 =&gt; &#039;L&#039;, 41801 =&gt; &#039;L&#039;, 41802 =&gt; &#039;L&#039;, 41803 =&gt; &#039;L&#039;, 41804 =&gt; &#039;L&#039;, 41805 =&gt; &#039;L&#039;, 41806 =&gt; &#039;L&#039;, 41807 =&gt; &#039;L&#039;, 41808 =&gt; &#039;L&#039;, 41809 =&gt; &#039;L&#039;, 41810 =&gt; &#039;L&#039;, 41811 =&gt; &#039;L&#039;, 41812 =&gt; &#039;L&#039;, 41813 =&gt; &#039;L&#039;, 41814 =&gt; &#039;L&#039;, 41815 =&gt; &#039;L&#039;, 41816 =&gt; &#039;L&#039;, 41817 =&gt; &#039;L&#039;, 41818 =&gt; &#039;L&#039;, 41819 =&gt; &#039;L&#039;, 41820 =&gt; &#039;L&#039;, 41821 =&gt; &#039;L&#039;, 41822 =&gt; &#039;L&#039;, 41823 =&gt; &#039;L&#039;, 41824 =&gt; &#039;L&#039;, 41825 =&gt; &#039;L&#039;, 41826 =&gt; &#039;L&#039;, 41827 =&gt; &#039;L&#039;, 41828 =&gt; &#039;L&#039;, 41829 =&gt; &#039;L&#039;, 41830 =&gt; &#039;L&#039;, 41831 =&gt; &#039;L&#039;, 41832 =&gt; &#039;L&#039;, 41833 =&gt; &#039;L&#039;, 41834 =&gt; &#039;L&#039;, 41835 =&gt; &#039;L&#039;, 41836 =&gt; &#039;L&#039;, 41837 =&gt; &#039;L&#039;, 41838 =&gt; &#039;L&#039;, 41839 =&gt; &#039;L&#039;, 41840 =&gt; &#039;L&#039;, 41841 =&gt; &#039;L&#039;, 41842 =&gt; &#039;L&#039;, 41843 =&gt; &#039;L&#039;, 41844 =&gt; &#039;L&#039;, 41845 =&gt; &#039;L&#039;, 41846 =&gt; &#039;L&#039;, 41847 =&gt; &#039;L&#039;, 41848 =&gt; &#039;L&#039;, 41849 =&gt; &#039;L&#039;, 41850 =&gt; &#039;L&#039;, 41851 =&gt; &#039;L&#039;, 41852 =&gt; &#039;L&#039;, 41853 =&gt; &#039;L&#039;, 41854 =&gt; &#039;L&#039;, 41855 =&gt; &#039;L&#039;, 41856 =&gt; &#039;L&#039;, 41857 =&gt; &#039;L&#039;, 41858 =&gt; &#039;L&#039;, 41859 =&gt; &#039;L&#039;, 41860 =&gt; &#039;L&#039;, 41861 =&gt; &#039;L&#039;, 41862 =&gt; &#039;L&#039;, 41863 =&gt; &#039;L&#039;, 41864 =&gt; &#039;L&#039;, 41865 =&gt; &#039;L&#039;, 41866 =&gt; &#039;L&#039;, 41867 =&gt; &#039;L&#039;, 41868 =&gt; &#039;L&#039;, 41869 =&gt; &#039;L&#039;, 41870 =&gt; &#039;L&#039;, 41871 =&gt; &#039;L&#039;, 41872 =&gt; &#039;L&#039;, 41873 =&gt; &#039;L&#039;, 41874 =&gt; &#039;L&#039;, 41875 =&gt; &#039;L&#039;, 41876 =&gt; &#039;L&#039;, 41877 =&gt; &#039;L&#039;, 41878 =&gt; &#039;L&#039;, 41879 =&gt; &#039;L&#039;, 41880 =&gt; &#039;L&#039;, 41881 =&gt; &#039;L&#039;, 41882 =&gt; &#039;L&#039;, 41883 =&gt; &#039;L&#039;, 41884 =&gt; &#039;L&#039;, 41885 =&gt; &#039;L&#039;, 41886 =&gt; &#039;L&#039;, 41887 =&gt; &#039;L&#039;, 41888 =&gt; &#039;L&#039;, 41889 =&gt; &#039;L&#039;, 41890 =&gt; &#039;L&#039;, 41891 =&gt; &#039;L&#039;, 41892 =&gt; &#039;L&#039;, 41893 =&gt; &#039;L&#039;, 41894 =&gt; &#039;L&#039;, 41895 =&gt; &#039;L&#039;, 41896 =&gt; &#039;L&#039;, 41897 =&gt; &#039;L&#039;, 41898 =&gt; &#039;L&#039;, 41899 =&gt; &#039;L&#039;, 41900 =&gt; &#039;L&#039;, 41901 =&gt; &#039;L&#039;, 41902 =&gt; &#039;L&#039;, 41903 =&gt; &#039;L&#039;, 41904 =&gt; &#039;L&#039;, 41905 =&gt; &#039;L&#039;, 41906 =&gt; &#039;L&#039;, 41907 =&gt; &#039;L&#039;, 41908 =&gt; &#039;L&#039;, 41909 =&gt; &#039;L&#039;, 41910 =&gt; &#039;L&#039;, 41911 =&gt; &#039;L&#039;, 41912 =&gt; &#039;L&#039;, 41913 =&gt; &#039;L&#039;, 41914 =&gt; &#039;L&#039;, 41915 =&gt; &#039;L&#039;, 41916 =&gt; &#039;L&#039;, 41917 =&gt; &#039;L&#039;, 41918 =&gt; &#039;L&#039;, 41919 =&gt; &#039;L&#039;, 41920 =&gt; &#039;L&#039;, 41921 =&gt; &#039;L&#039;, 41922 =&gt; &#039;L&#039;, 41923 =&gt; &#039;L&#039;, 41924 =&gt; &#039;L&#039;, 41925 =&gt; &#039;L&#039;, 41926 =&gt; &#039;L&#039;, 41927 =&gt; &#039;L&#039;, 41928 =&gt; &#039;L&#039;, 41929 =&gt; &#039;L&#039;, 41930 =&gt; &#039;L&#039;, 41931 =&gt; &#039;L&#039;, 41932 =&gt; &#039;L&#039;, 41933 =&gt; &#039;L&#039;, 41934 =&gt; &#039;L&#039;, 41935 =&gt; &#039;L&#039;, 41936 =&gt; &#039;L&#039;, 41937 =&gt; &#039;L&#039;, 41938 =&gt; &#039;L&#039;, 41939 =&gt; &#039;L&#039;, 41940 =&gt; &#039;L&#039;, 41941 =&gt; &#039;L&#039;, 41942 =&gt; &#039;L&#039;, 41943 =&gt; &#039;L&#039;, 41944 =&gt; &#039;L&#039;, 41945 =&gt; &#039;L&#039;, 41946 =&gt; &#039;L&#039;, 41947 =&gt; &#039;L&#039;, 41948 =&gt; &#039;L&#039;, 41949 =&gt; &#039;L&#039;, 41950 =&gt; &#039;L&#039;, 41951 =&gt; &#039;L&#039;, 41952 =&gt; &#039;L&#039;, 41953 =&gt; &#039;L&#039;, 41954 =&gt; &#039;L&#039;, 41955 =&gt; &#039;L&#039;, 41956 =&gt; &#039;L&#039;, 41957 =&gt; &#039;L&#039;, 41958 =&gt; &#039;L&#039;, 41959 =&gt; &#039;L&#039;, 41960 =&gt; &#039;L&#039;, 41961 =&gt; &#039;L&#039;, 41962 =&gt; &#039;L&#039;, 41963 =&gt; &#039;L&#039;, 41964 =&gt; &#039;L&#039;, 41965 =&gt; &#039;L&#039;, 41966 =&gt; &#039;L&#039;, 41967 =&gt; &#039;L&#039;, 41968 =&gt; &#039;L&#039;, 41969 =&gt; &#039;L&#039;, 41970 =&gt; &#039;L&#039;, 41971 =&gt; &#039;L&#039;, 41972 =&gt; &#039;L&#039;, 41973 =&gt; &#039;L&#039;, 41974 =&gt; &#039;L&#039;, 41975 =&gt; &#039;L&#039;, 41976 =&gt; &#039;L&#039;, 41977 =&gt; &#039;L&#039;, 41978 =&gt; &#039;L&#039;, 41979 =&gt; &#039;L&#039;, 41980 =&gt; &#039;L&#039;, 41981 =&gt; &#039;L&#039;, 41982 =&gt; &#039;L&#039;, 41983 =&gt; &#039;L&#039;, 41984 =&gt; &#039;L&#039;, 41985 =&gt; &#039;L&#039;, 41986 =&gt; &#039;L&#039;, 41987 =&gt; &#039;L&#039;, 41988 =&gt; &#039;L&#039;, 41989 =&gt; &#039;L&#039;, 41990 =&gt; &#039;L&#039;, 41991 =&gt; &#039;L&#039;, 41992 =&gt; &#039;L&#039;, 41993 =&gt; &#039;L&#039;, 41994 =&gt; &#039;L&#039;, 41995 =&gt; &#039;L&#039;, 41996 =&gt; &#039;L&#039;, 41997 =&gt; &#039;L&#039;, 41998 =&gt; &#039;L&#039;, 41999 =&gt; &#039;L&#039;, 42000 =&gt; &#039;L&#039;, 42001 =&gt; &#039;L&#039;, 42002 =&gt; &#039;L&#039;, 42003 =&gt; &#039;L&#039;, 42004 =&gt; &#039;L&#039;, 42005 =&gt; &#039;L&#039;, 42006 =&gt; &#039;L&#039;, 42007 =&gt; &#039;L&#039;, 42008 =&gt; &#039;L&#039;, 42009 =&gt; &#039;L&#039;, 42010 =&gt; &#039;L&#039;, 42011 =&gt; &#039;L&#039;, 42012 =&gt; &#039;L&#039;, 42013 =&gt; &#039;L&#039;, 42014 =&gt; &#039;L&#039;, 42015 =&gt; &#039;L&#039;, 42016 =&gt; &#039;L&#039;, 42017 =&gt; &#039;L&#039;, 42018 =&gt; &#039;L&#039;, 42019 =&gt; &#039;L&#039;, 42020 =&gt; &#039;L&#039;, 42021 =&gt; &#039;L&#039;, 42022 =&gt; &#039;L&#039;, 42023 =&gt; &#039;L&#039;, 42024 =&gt; &#039;L&#039;, 42025 =&gt; &#039;L&#039;, 42026 =&gt; &#039;L&#039;, 42027 =&gt; &#039;L&#039;, 42028 =&gt; &#039;L&#039;, 42029 =&gt; &#039;L&#039;, 42030 =&gt; &#039;L&#039;, 42031 =&gt; &#039;L&#039;, 42032 =&gt; &#039;L&#039;, 42033 =&gt; &#039;L&#039;, 42034 =&gt; &#039;L&#039;, 42035 =&gt; &#039;L&#039;, 42036 =&gt; &#039;L&#039;, 42037 =&gt; &#039;L&#039;, 42038 =&gt; &#039;L&#039;, 42039 =&gt; &#039;L&#039;, 42040 =&gt; &#039;L&#039;, 42041 =&gt; &#039;L&#039;, 42042 =&gt; &#039;L&#039;, 42043 =&gt; &#039;L&#039;, 42044 =&gt; &#039;L&#039;, 42045 =&gt; &#039;L&#039;, 42046 =&gt; &#039;L&#039;, 42047 =&gt; &#039;L&#039;, 42048 =&gt; &#039;L&#039;, 42049 =&gt; &#039;L&#039;, 42050 =&gt; &#039;L&#039;, 42051 =&gt; &#039;L&#039;, 42052 =&gt; &#039;L&#039;, 42053 =&gt; &#039;L&#039;, 42054 =&gt; &#039;L&#039;, 42055 =&gt; &#039;L&#039;, 42056 =&gt; &#039;L&#039;, 42057 =&gt; &#039;L&#039;, 42058 =&gt; &#039;L&#039;, 42059 =&gt; &#039;L&#039;, 42060 =&gt; &#039;L&#039;, 42061 =&gt; &#039;L&#039;, 42062 =&gt; &#039;L&#039;, 42063 =&gt; &#039;L&#039;, 42064 =&gt; &#039;L&#039;, 42065 =&gt; &#039;L&#039;, 42066 =&gt; &#039;L&#039;, 42067 =&gt; &#039;L&#039;, 42068 =&gt; &#039;L&#039;, 42069 =&gt; &#039;L&#039;, 42070 =&gt; &#039;L&#039;, 42071 =&gt; &#039;L&#039;, 42072 =&gt; &#039;L&#039;, 42073 =&gt; &#039;L&#039;, 42074 =&gt; &#039;L&#039;, 42075 =&gt; &#039;L&#039;, 42076 =&gt; &#039;L&#039;, 42077 =&gt; &#039;L&#039;, 42078 =&gt; &#039;L&#039;, 42079 =&gt; &#039;L&#039;, 42080 =&gt; &#039;L&#039;, 42081 =&gt; &#039;L&#039;, 42082 =&gt; &#039;L&#039;, 42083 =&gt; &#039;L&#039;, 42084 =&gt; &#039;L&#039;, 42085 =&gt; &#039;L&#039;, 42086 =&gt; &#039;L&#039;, 42087 =&gt; &#039;L&#039;, 42088 =&gt; &#039;L&#039;, 42089 =&gt; &#039;L&#039;, 42090 =&gt; &#039;L&#039;, 42091 =&gt; &#039;L&#039;, 42092 =&gt; &#039;L&#039;, 42093 =&gt; &#039;L&#039;, 42094 =&gt; &#039;L&#039;, 42095 =&gt; &#039;L&#039;, 42096 =&gt; &#039;L&#039;, 42097 =&gt; &#039;L&#039;, 42098 =&gt; &#039;L&#039;, 42099 =&gt; &#039;L&#039;, 42100 =&gt; &#039;L&#039;, 42101 =&gt; &#039;L&#039;, 42102 =&gt; &#039;L&#039;, 42103 =&gt; &#039;L&#039;, 42104 =&gt; &#039;L&#039;, 42105 =&gt; &#039;L&#039;, 42106 =&gt; &#039;L&#039;, 42107 =&gt; &#039;L&#039;, 42108 =&gt; &#039;L&#039;, 42109 =&gt; &#039;L&#039;, 42110 =&gt; &#039;L&#039;, 42111 =&gt; &#039;L&#039;, 42112 =&gt; &#039;L&#039;, 42113 =&gt; &#039;L&#039;, 42114 =&gt; &#039;L&#039;, 42115 =&gt; &#039;L&#039;, 42116 =&gt; &#039;L&#039;, 42117 =&gt; &#039;L&#039;, 42118 =&gt; &#039;L&#039;, 42119 =&gt; &#039;L&#039;, 42120 =&gt; &#039;L&#039;, 42121 =&gt; &#039;L&#039;, 42122 =&gt; &#039;L&#039;, 42123 =&gt; &#039;L&#039;, 42124 =&gt; &#039;L&#039;, 42128 =&gt; &#039;ON&#039;, 42129 =&gt; &#039;ON&#039;, 42130 =&gt; &#039;ON&#039;, 42131 =&gt; &#039;ON&#039;, 42132 =&gt; &#039;ON&#039;, 42133 =&gt; &#039;ON&#039;, 42134 =&gt; &#039;ON&#039;, 42135 =&gt; &#039;ON&#039;, 42136 =&gt; &#039;ON&#039;, 42137 =&gt; &#039;ON&#039;, 42138 =&gt; &#039;ON&#039;, 42139 =&gt; &#039;ON&#039;, 42140 =&gt; &#039;ON&#039;, 42141 =&gt; &#039;ON&#039;, 42142 =&gt; &#039;ON&#039;, 42143 =&gt; &#039;ON&#039;, 42144 =&gt; &#039;ON&#039;, 42145 =&gt; &#039;ON&#039;, 42146 =&gt; &#039;ON&#039;, 42147 =&gt; &#039;ON&#039;, 42148 =&gt; &#039;ON&#039;, 42149 =&gt; &#039;ON&#039;, 42150 =&gt; &#039;ON&#039;, 42151 =&gt; &#039;ON&#039;, 42152 =&gt; &#039;ON&#039;, 42153 =&gt; &#039;ON&#039;, 42154 =&gt; &#039;ON&#039;, 42155 =&gt; &#039;ON&#039;, 42156 =&gt; &#039;ON&#039;, 42157 =&gt; &#039;ON&#039;, 42158 =&gt; &#039;ON&#039;, 42159 =&gt; &#039;ON&#039;, 42160 =&gt; &#039;ON&#039;, 42161 =&gt; &#039;ON&#039;, 42162 =&gt; &#039;ON&#039;, 42163 =&gt; &#039;ON&#039;, 42164 =&gt; &#039;ON&#039;, 42165 =&gt; &#039;ON&#039;, 42166 =&gt; &#039;ON&#039;, 42167 =&gt; &#039;ON&#039;, 42168 =&gt; &#039;ON&#039;, 42169 =&gt; &#039;ON&#039;, 42170 =&gt; &#039;ON&#039;, 42171 =&gt; &#039;ON&#039;, 42172 =&gt; &#039;ON&#039;, 42173 =&gt; &#039;ON&#039;, 42174 =&gt; &#039;ON&#039;, 42175 =&gt; &#039;ON&#039;, 42176 =&gt; &#039;ON&#039;, 42177 =&gt; &#039;ON&#039;, 42178 =&gt; &#039;ON&#039;, 42179 =&gt; &#039;ON&#039;, 42180 =&gt; &#039;ON&#039;, 42181 =&gt; &#039;ON&#039;, 42182 =&gt; &#039;ON&#039;, 42752 =&gt; &#039;ON&#039;, 42753 =&gt; &#039;ON&#039;, 42754 =&gt; &#039;ON&#039;, 42755 =&gt; &#039;ON&#039;, 42756 =&gt; &#039;ON&#039;, 42757 =&gt; &#039;ON&#039;, 42758 =&gt; &#039;ON&#039;, 42759 =&gt; &#039;ON&#039;, 42760 =&gt; &#039;ON&#039;, 42761 =&gt; &#039;ON&#039;, 42762 =&gt; &#039;ON&#039;, 42763 =&gt; &#039;ON&#039;, 42764 =&gt; &#039;ON&#039;, 42765 =&gt; &#039;ON&#039;, 42766 =&gt; &#039;ON&#039;, 42767 =&gt; &#039;ON&#039;, 42768 =&gt; &#039;ON&#039;, 42769 =&gt; &#039;ON&#039;, 42770 =&gt; &#039;ON&#039;, 42771 =&gt; &#039;ON&#039;, 42772 =&gt; &#039;ON&#039;, 42773 =&gt; &#039;ON&#039;, 42774 =&gt; &#039;ON&#039;, 42775 =&gt; &#039;ON&#039;, 42776 =&gt; &#039;ON&#039;, 42777 =&gt; &#039;ON&#039;, 42778 =&gt; &#039;ON&#039;, 42784 =&gt; &#039;ON&#039;, 42785 =&gt; &#039;ON&#039;, 43008 =&gt; &#039;L&#039;, 43009 =&gt; &#039;L&#039;, 43010 =&gt; &#039;NSM&#039;, 43011 =&gt; &#039;L&#039;, 43012 =&gt; &#039;L&#039;, 43013 =&gt; &#039;L&#039;, 43014 =&gt; &#039;NSM&#039;, 43015 =&gt; &#039;L&#039;, 43016 =&gt; &#039;L&#039;, 43017 =&gt; &#039;L&#039;, 43018 =&gt; &#039;L&#039;, 43019 =&gt; &#039;NSM&#039;, 43020 =&gt; &#039;L&#039;, 43021 =&gt; &#039;L&#039;, 43022 =&gt; &#039;L&#039;, 43023 =&gt; &#039;L&#039;, 43024 =&gt; &#039;L&#039;, 43025 =&gt; &#039;L&#039;, 43026 =&gt; &#039;L&#039;, 43027 =&gt; &#039;L&#039;, 43028 =&gt; &#039;L&#039;, 43029 =&gt; &#039;L&#039;, 43030 =&gt; &#039;L&#039;, 43031 =&gt; &#039;L&#039;, 43032 =&gt; &#039;L&#039;, 43033 =&gt; &#039;L&#039;, 43034 =&gt; &#039;L&#039;, 43035 =&gt; &#039;L&#039;, 43036 =&gt; &#039;L&#039;, 43037 =&gt; &#039;L&#039;, 43038 =&gt; &#039;L&#039;, 43039 =&gt; &#039;L&#039;, 43040 =&gt; &#039;L&#039;, 43041 =&gt; &#039;L&#039;, 43042 =&gt; &#039;L&#039;, 43043 =&gt; &#039;L&#039;, 43044 =&gt; &#039;L&#039;, 43045 =&gt; &#039;NSM&#039;, 43046 =&gt; &#039;NSM&#039;, 43047 =&gt; &#039;L&#039;, 43048 =&gt; &#039;ON&#039;, 43049 =&gt; &#039;ON&#039;, 43050 =&gt; &#039;ON&#039;, 43051 =&gt; &#039;ON&#039;, 43072 =&gt; &#039;L&#039;, 43073 =&gt; &#039;L&#039;, 43074 =&gt; &#039;L&#039;, 43075 =&gt; &#039;L&#039;, 43076 =&gt; &#039;L&#039;, 43077 =&gt; &#039;L&#039;, 43078 =&gt; &#039;L&#039;, 43079 =&gt; &#039;L&#039;, 43080 =&gt; &#039;L&#039;, 43081 =&gt; &#039;L&#039;, 43082 =&gt; &#039;L&#039;, 43083 =&gt; &#039;L&#039;, 43084 =&gt; &#039;L&#039;, 43085 =&gt; &#039;L&#039;, 43086 =&gt; &#039;L&#039;, 43087 =&gt; &#039;L&#039;, 43088 =&gt; &#039;L&#039;, 43089 =&gt; &#039;L&#039;, 43090 =&gt; &#039;L&#039;, 43091 =&gt; &#039;L&#039;, 43092 =&gt; &#039;L&#039;, 43093 =&gt; &#039;L&#039;, 43094 =&gt; &#039;L&#039;, 43095 =&gt; &#039;L&#039;, 43096 =&gt; &#039;L&#039;, 43097 =&gt; &#039;L&#039;, 43098 =&gt; &#039;L&#039;, 43099 =&gt; &#039;L&#039;, 43100 =&gt; &#039;L&#039;, 43101 =&gt; &#039;L&#039;, 43102 =&gt; &#039;L&#039;, 43103 =&gt; &#039;L&#039;, 43104 =&gt; &#039;L&#039;, 43105 =&gt; &#039;L&#039;, 43106 =&gt; &#039;L&#039;, 43107 =&gt; &#039;L&#039;, 43108 =&gt; &#039;L&#039;, 43109 =&gt; &#039;L&#039;, 43110 =&gt; &#039;L&#039;, 43111 =&gt; &#039;L&#039;, 43112 =&gt; &#039;L&#039;, 43113 =&gt; &#039;L&#039;, 43114 =&gt; &#039;L&#039;, 43115 =&gt; &#039;L&#039;, 43116 =&gt; &#039;L&#039;, 43117 =&gt; &#039;L&#039;, 43118 =&gt; &#039;L&#039;, 43119 =&gt; &#039;L&#039;, 43120 =&gt; &#039;L&#039;, 43121 =&gt; &#039;L&#039;, 43122 =&gt; &#039;L&#039;, 43123 =&gt; &#039;L&#039;, 43124 =&gt; &#039;ON&#039;, 43125 =&gt; &#039;ON&#039;, 43126 =&gt; &#039;ON&#039;, 43127 =&gt; &#039;ON&#039;, 44032 =&gt; &#039;L&#039;, 55203 =&gt; &#039;L&#039;, 55296 =&gt; &#039;L&#039;, 56191 =&gt; &#039;L&#039;, 56192 =&gt; &#039;L&#039;, 56319 =&gt; &#039;L&#039;, 56320 =&gt; &#039;L&#039;, 57343 =&gt; &#039;L&#039;, 57344 =&gt; &#039;L&#039;, 63743 =&gt; &#039;L&#039;, 63744 =&gt; &#039;L&#039;, 63745 =&gt; &#039;L&#039;, 63746 =&gt; &#039;L&#039;, 63747 =&gt; &#039;L&#039;, 63748 =&gt; &#039;L&#039;, 63749 =&gt; &#039;L&#039;, 63750 =&gt; &#039;L&#039;, 63751 =&gt; &#039;L&#039;, 63752 =&gt; &#039;L&#039;, 63753 =&gt; &#039;L&#039;, 63754 =&gt; &#039;L&#039;, 63755 =&gt; &#039;L&#039;, 63756 =&gt; &#039;L&#039;, 63757 =&gt; &#039;L&#039;, 63758 =&gt; &#039;L&#039;, 63759 =&gt; &#039;L&#039;, 63760 =&gt; &#039;L&#039;, 63761 =&gt; &#039;L&#039;, 63762 =&gt; &#039;L&#039;, 63763 =&gt; &#039;L&#039;, 63764 =&gt; &#039;L&#039;, 63765 =&gt; &#039;L&#039;, 63766 =&gt; &#039;L&#039;, 63767 =&gt; &#039;L&#039;, 63768 =&gt; &#039;L&#039;, 63769 =&gt; &#039;L&#039;, 63770 =&gt; &#039;L&#039;, 63771 =&gt; &#039;L&#039;, 63772 =&gt; &#039;L&#039;, 63773 =&gt; &#039;L&#039;, 63774 =&gt; &#039;L&#039;, 63775 =&gt; &#039;L&#039;, 63776 =&gt; &#039;L&#039;, 63777 =&gt; &#039;L&#039;, 63778 =&gt; &#039;L&#039;, 63779 =&gt; &#039;L&#039;, 63780 =&gt; &#039;L&#039;, 63781 =&gt; &#039;L&#039;, 63782 =&gt; &#039;L&#039;, 63783 =&gt; &#039;L&#039;, 63784 =&gt; &#039;L&#039;, 63785 =&gt; &#039;L&#039;, 63786 =&gt; &#039;L&#039;, 63787 =&gt; &#039;L&#039;, 63788 =&gt; &#039;L&#039;, 63789 =&gt; &#039;L&#039;, 63790 =&gt; &#039;L&#039;, 63791 =&gt; &#039;L&#039;, 63792 =&gt; &#039;L&#039;, 63793 =&gt; &#039;L&#039;, 63794 =&gt; &#039;L&#039;, 63795 =&gt; &#039;L&#039;, 63796 =&gt; &#039;L&#039;, 63797 =&gt; &#039;L&#039;, 63798 =&gt; &#039;L&#039;, 63799 =&gt; &#039;L&#039;, 63800 =&gt; &#039;L&#039;, 63801 =&gt; &#039;L&#039;, 63802 =&gt; &#039;L&#039;, 63803 =&gt; &#039;L&#039;, 63804 =&gt; &#039;L&#039;, 63805 =&gt; &#039;L&#039;, 63806 =&gt; &#039;L&#039;, 63807 =&gt; &#039;L&#039;, 63808 =&gt; &#039;L&#039;, 63809 =&gt; &#039;L&#039;, 63810 =&gt; &#039;L&#039;, 63811 =&gt; &#039;L&#039;, 63812 =&gt; &#039;L&#039;, 63813 =&gt; &#039;L&#039;, 63814 =&gt; &#039;L&#039;, 63815 =&gt; &#039;L&#039;, 63816 =&gt; &#039;L&#039;, 63817 =&gt; &#039;L&#039;, 63818 =&gt; &#039;L&#039;, 63819 =&gt; &#039;L&#039;, 63820 =&gt; &#039;L&#039;, 63821 =&gt; &#039;L&#039;, 63822 =&gt; &#039;L&#039;, 63823 =&gt; &#039;L&#039;, 63824 =&gt; &#039;L&#039;, 63825 =&gt; &#039;L&#039;, 63826 =&gt; &#039;L&#039;, 63827 =&gt; &#039;L&#039;, 63828 =&gt; &#039;L&#039;, 63829 =&gt; &#039;L&#039;, 63830 =&gt; &#039;L&#039;, 63831 =&gt; &#039;L&#039;, 63832 =&gt; &#039;L&#039;, 63833 =&gt; &#039;L&#039;, 63834 =&gt; &#039;L&#039;, 63835 =&gt; &#039;L&#039;, 63836 =&gt; &#039;L&#039;, 63837 =&gt; &#039;L&#039;, 63838 =&gt; &#039;L&#039;, 63839 =&gt; &#039;L&#039;, 63840 =&gt; &#039;L&#039;, 63841 =&gt; &#039;L&#039;, 63842 =&gt; &#039;L&#039;, 63843 =&gt; &#039;L&#039;, 63844 =&gt; &#039;L&#039;, 63845 =&gt; &#039;L&#039;, 63846 =&gt; &#039;L&#039;, 63847 =&gt; &#039;L&#039;, 63848 =&gt; &#039;L&#039;, 63849 =&gt; &#039;L&#039;, 63850 =&gt; &#039;L&#039;, 63851 =&gt; &#039;L&#039;, 63852 =&gt; &#039;L&#039;, 63853 =&gt; &#039;L&#039;, 63854 =&gt; &#039;L&#039;, 63855 =&gt; &#039;L&#039;, 63856 =&gt; &#039;L&#039;, 63857 =&gt; &#039;L&#039;, 63858 =&gt; &#039;L&#039;, 63859 =&gt; &#039;L&#039;, 63860 =&gt; &#039;L&#039;, 63861 =&gt; &#039;L&#039;, 63862 =&gt; &#039;L&#039;, 63863 =&gt; &#039;L&#039;, 63864 =&gt; &#039;L&#039;, 63865 =&gt; &#039;L&#039;, 63866 =&gt; &#039;L&#039;, 63867 =&gt; &#039;L&#039;, 63868 =&gt; &#039;L&#039;, 63869 =&gt; &#039;L&#039;, 63870 =&gt; &#039;L&#039;, 63871 =&gt; &#039;L&#039;, 63872 =&gt; &#039;L&#039;, 63873 =&gt; &#039;L&#039;, 63874 =&gt; &#039;L&#039;, 63875 =&gt; &#039;L&#039;, 63876 =&gt; &#039;L&#039;, 63877 =&gt; &#039;L&#039;, 63878 =&gt; &#039;L&#039;, 63879 =&gt; &#039;L&#039;, 63880 =&gt; &#039;L&#039;, 63881 =&gt; &#039;L&#039;, 63882 =&gt; &#039;L&#039;, 63883 =&gt; &#039;L&#039;, 63884 =&gt; &#039;L&#039;, 63885 =&gt; &#039;L&#039;, 63886 =&gt; &#039;L&#039;, 63887 =&gt; &#039;L&#039;, 63888 =&gt; &#039;L&#039;, 63889 =&gt; &#039;L&#039;, 63890 =&gt; &#039;L&#039;, 63891 =&gt; &#039;L&#039;, 63892 =&gt; &#039;L&#039;, 63893 =&gt; &#039;L&#039;, 63894 =&gt; &#039;L&#039;, 63895 =&gt; &#039;L&#039;, 63896 =&gt; &#039;L&#039;, 63897 =&gt; &#039;L&#039;, 63898 =&gt; &#039;L&#039;, 63899 =&gt; &#039;L&#039;, 63900 =&gt; &#039;L&#039;, 63901 =&gt; &#039;L&#039;, 63902 =&gt; &#039;L&#039;, 63903 =&gt; &#039;L&#039;, 63904 =&gt; &#039;L&#039;, 63905 =&gt; &#039;L&#039;, 63906 =&gt; &#039;L&#039;, 63907 =&gt; &#039;L&#039;, 63908 =&gt; &#039;L&#039;, 63909 =&gt; &#039;L&#039;, 63910 =&gt; &#039;L&#039;, 63911 =&gt; &#039;L&#039;, 63912 =&gt; &#039;L&#039;, 63913 =&gt; &#039;L&#039;, 63914 =&gt; &#039;L&#039;, 63915 =&gt; &#039;L&#039;, 63916 =&gt; &#039;L&#039;, 63917 =&gt; &#039;L&#039;, 63918 =&gt; &#039;L&#039;, 63919 =&gt; &#039;L&#039;, 63920 =&gt; &#039;L&#039;, 63921 =&gt; &#039;L&#039;, 63922 =&gt; &#039;L&#039;, 63923 =&gt; &#039;L&#039;, 63924 =&gt; &#039;L&#039;, 63925 =&gt; &#039;L&#039;, 63926 =&gt; &#039;L&#039;, 63927 =&gt; &#039;L&#039;, 63928 =&gt; &#039;L&#039;, 63929 =&gt; &#039;L&#039;, 63930 =&gt; &#039;L&#039;, 63931 =&gt; &#039;L&#039;, 63932 =&gt; &#039;L&#039;, 63933 =&gt; &#039;L&#039;, 63934 =&gt; &#039;L&#039;, 63935 =&gt; &#039;L&#039;, 63936 =&gt; &#039;L&#039;, 63937 =&gt; &#039;L&#039;, 63938 =&gt; &#039;L&#039;, 63939 =&gt; &#039;L&#039;, 63940 =&gt; &#039;L&#039;, 63941 =&gt; &#039;L&#039;, 63942 =&gt; &#039;L&#039;, 63943 =&gt; &#039;L&#039;, 63944 =&gt; &#039;L&#039;, 63945 =&gt; &#039;L&#039;, 63946 =&gt; &#039;L&#039;, 63947 =&gt; &#039;L&#039;, 63948 =&gt; &#039;L&#039;, 63949 =&gt; &#039;L&#039;, 63950 =&gt; &#039;L&#039;, 63951 =&gt; &#039;L&#039;, 63952 =&gt; &#039;L&#039;, 63953 =&gt; &#039;L&#039;, 63954 =&gt; &#039;L&#039;, 63955 =&gt; &#039;L&#039;, 63956 =&gt; &#039;L&#039;, 63957 =&gt; &#039;L&#039;, 63958 =&gt; &#039;L&#039;, 63959 =&gt; &#039;L&#039;, 63960 =&gt; &#039;L&#039;, 63961 =&gt; &#039;L&#039;, 63962 =&gt; &#039;L&#039;, 63963 =&gt; &#039;L&#039;, 63964 =&gt; &#039;L&#039;, 63965 =&gt; &#039;L&#039;, 63966 =&gt; &#039;L&#039;, 63967 =&gt; &#039;L&#039;, 63968 =&gt; &#039;L&#039;, 63969 =&gt; &#039;L&#039;, 63970 =&gt; &#039;L&#039;, 63971 =&gt; &#039;L&#039;, 63972 =&gt; &#039;L&#039;, 63973 =&gt; &#039;L&#039;, 63974 =&gt; &#039;L&#039;, 63975 =&gt; &#039;L&#039;, 63976 =&gt; &#039;L&#039;, 63977 =&gt; &#039;L&#039;, 63978 =&gt; &#039;L&#039;, 63979 =&gt; &#039;L&#039;, 63980 =&gt; &#039;L&#039;, 63981 =&gt; &#039;L&#039;, 63982 =&gt; &#039;L&#039;, 63983 =&gt; &#039;L&#039;, 63984 =&gt; &#039;L&#039;, 63985 =&gt; &#039;L&#039;, 63986 =&gt; &#039;L&#039;, 63987 =&gt; &#039;L&#039;, 63988 =&gt; &#039;L&#039;, 63989 =&gt; &#039;L&#039;, 63990 =&gt; &#039;L&#039;, 63991 =&gt; &#039;L&#039;, 63992 =&gt; &#039;L&#039;, 63993 =&gt; &#039;L&#039;, 63994 =&gt; &#039;L&#039;, 63995 =&gt; &#039;L&#039;, 63996 =&gt; &#039;L&#039;, 63997 =&gt; &#039;L&#039;, 63998 =&gt; &#039;L&#039;, 63999 =&gt; &#039;L&#039;, 64000 =&gt; &#039;L&#039;, 64001 =&gt; &#039;L&#039;, 64002 =&gt; &#039;L&#039;, 64003 =&gt; &#039;L&#039;, 64004 =&gt; &#039;L&#039;, 64005 =&gt; &#039;L&#039;, 64006 =&gt; &#039;L&#039;, 64007 =&gt; &#039;L&#039;, 64008 =&gt; &#039;L&#039;, 64009 =&gt; &#039;L&#039;, 64010 =&gt; &#039;L&#039;, 64011 =&gt; &#039;L&#039;, 64012 =&gt; &#039;L&#039;, 64013 =&gt; &#039;L&#039;, 64014 =&gt; &#039;L&#039;, 64015 =&gt; &#039;L&#039;, 64016 =&gt; &#039;L&#039;, 64017 =&gt; &#039;L&#039;, 64018 =&gt; &#039;L&#039;, 64019 =&gt; &#039;L&#039;, 64020 =&gt; &#039;L&#039;, 64021 =&gt; &#039;L&#039;, 64022 =&gt; &#039;L&#039;, 64023 =&gt; &#039;L&#039;, 64024 =&gt; &#039;L&#039;, 64025 =&gt; &#039;L&#039;, 64026 =&gt; &#039;L&#039;, 64027 =&gt; &#039;L&#039;, 64028 =&gt; &#039;L&#039;, 64029 =&gt; &#039;L&#039;, 64030 =&gt; &#039;L&#039;, 64031 =&gt; &#039;L&#039;, 64032 =&gt; &#039;L&#039;, 64033 =&gt; &#039;L&#039;, 64034 =&gt; &#039;L&#039;, 64035 =&gt; &#039;L&#039;, 64036 =&gt; &#039;L&#039;, 64037 =&gt; &#039;L&#039;, 64038 =&gt; &#039;L&#039;, 64039 =&gt; &#039;L&#039;, 64040 =&gt; &#039;L&#039;, 64041 =&gt; &#039;L&#039;, 64042 =&gt; &#039;L&#039;, 64043 =&gt; &#039;L&#039;, 64044 =&gt; &#039;L&#039;, 64045 =&gt; &#039;L&#039;, 64048 =&gt; &#039;L&#039;, 64049 =&gt; &#039;L&#039;, 64050 =&gt; &#039;L&#039;, 64051 =&gt; &#039;L&#039;, 64052 =&gt; &#039;L&#039;, 64053 =&gt; &#039;L&#039;, 64054 =&gt; &#039;L&#039;, 64055 =&gt; &#039;L&#039;, 64056 =&gt; &#039;L&#039;, 64057 =&gt; &#039;L&#039;, 64058 =&gt; &#039;L&#039;, 64059 =&gt; &#039;L&#039;, 64060 =&gt; &#039;L&#039;, 64061 =&gt; &#039;L&#039;, 64062 =&gt; &#039;L&#039;, 64063 =&gt; &#039;L&#039;, 64064 =&gt; &#039;L&#039;, 64065 =&gt; &#039;L&#039;, 64066 =&gt; &#039;L&#039;, 64067 =&gt; &#039;L&#039;, 64068 =&gt; &#039;L&#039;, 64069 =&gt; &#039;L&#039;, 64070 =&gt; &#039;L&#039;, 64071 =&gt; &#039;L&#039;, 64072 =&gt; &#039;L&#039;, 64073 =&gt; &#039;L&#039;, 64074 =&gt; &#039;L&#039;, 64075 =&gt; &#039;L&#039;, 64076 =&gt; &#039;L&#039;, 64077 =&gt; &#039;L&#039;, 64078 =&gt; &#039;L&#039;, 64079 =&gt; &#039;L&#039;, 64080 =&gt; &#039;L&#039;, 64081 =&gt; &#039;L&#039;, 64082 =&gt; &#039;L&#039;, 64083 =&gt; &#039;L&#039;, 64084 =&gt; &#039;L&#039;, 64085 =&gt; &#039;L&#039;, 64086 =&gt; &#039;L&#039;, 64087 =&gt; &#039;L&#039;, 64088 =&gt; &#039;L&#039;, 64089 =&gt; &#039;L&#039;, 64090 =&gt; &#039;L&#039;, 64091 =&gt; &#039;L&#039;, 64092 =&gt; &#039;L&#039;, 64093 =&gt; &#039;L&#039;, 64094 =&gt; &#039;L&#039;, 64095 =&gt; &#039;L&#039;, 64096 =&gt; &#039;L&#039;, 64097 =&gt; &#039;L&#039;, 64098 =&gt; &#039;L&#039;, 64099 =&gt; &#039;L&#039;, 64100 =&gt; &#039;L&#039;, 64101 =&gt; &#039;L&#039;, 64102 =&gt; &#039;L&#039;, 64103 =&gt; &#039;L&#039;, 64104 =&gt; &#039;L&#039;, 64105 =&gt; &#039;L&#039;, 64106 =&gt; &#039;L&#039;, 64112 =&gt; &#039;L&#039;, 64113 =&gt; &#039;L&#039;, 64114 =&gt; &#039;L&#039;, 64115 =&gt; &#039;L&#039;, 64116 =&gt; &#039;L&#039;, 64117 =&gt; &#039;L&#039;, 64118 =&gt; &#039;L&#039;, 64119 =&gt; &#039;L&#039;, 64120 =&gt; &#039;L&#039;, 64121 =&gt; &#039;L&#039;, 64122 =&gt; &#039;L&#039;, 64123 =&gt; &#039;L&#039;, 64124 =&gt; &#039;L&#039;, 64125 =&gt; &#039;L&#039;, 64126 =&gt; &#039;L&#039;, 64127 =&gt; &#039;L&#039;, 64128 =&gt; &#039;L&#039;, 64129 =&gt; &#039;L&#039;, 64130 =&gt; &#039;L&#039;, 64131 =&gt; &#039;L&#039;, 64132 =&gt; &#039;L&#039;, 64133 =&gt; &#039;L&#039;, 64134 =&gt; &#039;L&#039;, 64135 =&gt; &#039;L&#039;, 64136 =&gt; &#039;L&#039;, 64137 =&gt; &#039;L&#039;, 64138 =&gt; &#039;L&#039;, 64139 =&gt; &#039;L&#039;, 64140 =&gt; &#039;L&#039;, 64141 =&gt; &#039;L&#039;, 64142 =&gt; &#039;L&#039;, 64143 =&gt; &#039;L&#039;, 64144 =&gt; &#039;L&#039;, 64145 =&gt; &#039;L&#039;, 64146 =&gt; &#039;L&#039;, 64147 =&gt; &#039;L&#039;, 64148 =&gt; &#039;L&#039;, 64149 =&gt; &#039;L&#039;, 64150 =&gt; &#039;L&#039;, 64151 =&gt; &#039;L&#039;, 64152 =&gt; &#039;L&#039;, 64153 =&gt; &#039;L&#039;, 64154 =&gt; &#039;L&#039;, 64155 =&gt; &#039;L&#039;, 64156 =&gt; &#039;L&#039;, 64157 =&gt; &#039;L&#039;, 64158 =&gt; &#039;L&#039;, 64159 =&gt; &#039;L&#039;, 64160 =&gt; &#039;L&#039;, 64161 =&gt; &#039;L&#039;, 64162 =&gt; &#039;L&#039;, 64163 =&gt; &#039;L&#039;, 64164 =&gt; &#039;L&#039;, 64165 =&gt; &#039;L&#039;, 64166 =&gt; &#039;L&#039;, 64167 =&gt; &#039;L&#039;, 64168 =&gt; &#039;L&#039;, 64169 =&gt; &#039;L&#039;, 64170 =&gt; &#039;L&#039;, 64171 =&gt; &#039;L&#039;, 64172 =&gt; &#039;L&#039;, 64173 =&gt; &#039;L&#039;, 64174 =&gt; &#039;L&#039;, 64175 =&gt; &#039;L&#039;, 64176 =&gt; &#039;L&#039;, 64177 =&gt; &#039;L&#039;, 64178 =&gt; &#039;L&#039;, 64179 =&gt; &#039;L&#039;, 64180 =&gt; &#039;L&#039;, 64181 =&gt; &#039;L&#039;, 64182 =&gt; &#039;L&#039;, 64183 =&gt; &#039;L&#039;, 64184 =&gt; &#039;L&#039;, 64185 =&gt; &#039;L&#039;, 64186 =&gt; &#039;L&#039;, 64187 =&gt; &#039;L&#039;, 64188 =&gt; &#039;L&#039;, 64189 =&gt; &#039;L&#039;, 64190 =&gt; &#039;L&#039;, 64191 =&gt; &#039;L&#039;, 64192 =&gt; &#039;L&#039;, 64193 =&gt; &#039;L&#039;, 64194 =&gt; &#039;L&#039;, 64195 =&gt; &#039;L&#039;, 64196 =&gt; &#039;L&#039;, 64197 =&gt; &#039;L&#039;, 64198 =&gt; &#039;L&#039;, 64199 =&gt; &#039;L&#039;, 64200 =&gt; &#039;L&#039;, 64201 =&gt; &#039;L&#039;, 64202 =&gt; &#039;L&#039;, 64203 =&gt; &#039;L&#039;, 64204 =&gt; &#039;L&#039;, 64205 =&gt; &#039;L&#039;, 64206 =&gt; &#039;L&#039;, 64207 =&gt; &#039;L&#039;, 64208 =&gt; &#039;L&#039;, 64209 =&gt; &#039;L&#039;, 64210 =&gt; &#039;L&#039;, 64211 =&gt; &#039;L&#039;, 64212 =&gt; &#039;L&#039;, 64213 =&gt; &#039;L&#039;, 64214 =&gt; &#039;L&#039;, 64215 =&gt; &#039;L&#039;, 64216 =&gt; &#039;L&#039;, 64217 =&gt; &#039;L&#039;, 64256 =&gt; &#039;L&#039;, 64257 =&gt; &#039;L&#039;, 64258 =&gt; &#039;L&#039;, 64259 =&gt; &#039;L&#039;, 64260 =&gt; &#039;L&#039;, 64261 =&gt; &#039;L&#039;, 64262 =&gt; &#039;L&#039;, 64275 =&gt; &#039;L&#039;, 64276 =&gt; &#039;L&#039;, 64277 =&gt; &#039;L&#039;, 64278 =&gt; &#039;L&#039;, 64279 =&gt; &#039;L&#039;, 64285 =&gt; &#039;R&#039;, 64286 =&gt; &#039;NSM&#039;, 64287 =&gt; &#039;R&#039;, 64288 =&gt; &#039;R&#039;, 64289 =&gt; &#039;R&#039;, 64290 =&gt; &#039;R&#039;, 64291 =&gt; &#039;R&#039;, 64292 =&gt; &#039;R&#039;, 64293 =&gt; &#039;R&#039;, 64294 =&gt; &#039;R&#039;, 64295 =&gt; &#039;R&#039;, 64296 =&gt; &#039;R&#039;, 64297 =&gt; &#039;ES&#039;, 64298 =&gt; &#039;R&#039;, 64299 =&gt; &#039;R&#039;, 64300 =&gt; &#039;R&#039;, 64301 =&gt; &#039;R&#039;, 64302 =&gt; &#039;R&#039;, 64303 =&gt; &#039;R&#039;, 64304 =&gt; &#039;R&#039;, 64305 =&gt; &#039;R&#039;, 64306 =&gt; &#039;R&#039;, 64307 =&gt; &#039;R&#039;, 64308 =&gt; &#039;R&#039;, 64309 =&gt; &#039;R&#039;, 64310 =&gt; &#039;R&#039;, 64312 =&gt; &#039;R&#039;, 64313 =&gt; &#039;R&#039;, 64314 =&gt; &#039;R&#039;, 64315 =&gt; &#039;R&#039;, 64316 =&gt; &#039;R&#039;, 64318 =&gt; &#039;R&#039;, 64320 =&gt; &#039;R&#039;, 64321 =&gt; &#039;R&#039;, 64323 =&gt; &#039;R&#039;, 64324 =&gt; &#039;R&#039;, 64326 =&gt; &#039;R&#039;, 64327 =&gt; &#039;R&#039;, 64328 =&gt; &#039;R&#039;, 64329 =&gt; &#039;R&#039;, 64330 =&gt; &#039;R&#039;, 64331 =&gt; &#039;R&#039;, 64332 =&gt; &#039;R&#039;, 64333 =&gt; &#039;R&#039;, 64334 =&gt; &#039;R&#039;, 64335 =&gt; &#039;R&#039;, 64336 =&gt; &#039;AL&#039;, 64337 =&gt; &#039;AL&#039;, 64338 =&gt; &#039;AL&#039;, 64339 =&gt; &#039;AL&#039;, 64340 =&gt; &#039;AL&#039;, 64341 =&gt; &#039;AL&#039;, 64342 =&gt; &#039;AL&#039;, 64343 =&gt; &#039;AL&#039;, 64344 =&gt; &#039;AL&#039;, 64345 =&gt; &#039;AL&#039;, 64346 =&gt; &#039;AL&#039;, 64347 =&gt; &#039;AL&#039;, 64348 =&gt; &#039;AL&#039;, 64349 =&gt; &#039;AL&#039;, 64350 =&gt; &#039;AL&#039;, 64351 =&gt; &#039;AL&#039;, 64352 =&gt; &#039;AL&#039;, 64353 =&gt; &#039;AL&#039;, 64354 =&gt; &#039;AL&#039;, 64355 =&gt; &#039;AL&#039;, 64356 =&gt; &#039;AL&#039;, 64357 =&gt; &#039;AL&#039;, 64358 =&gt; &#039;AL&#039;, 64359 =&gt; &#039;AL&#039;, 64360 =&gt; &#039;AL&#039;, 64361 =&gt; &#039;AL&#039;, 64362 =&gt; &#039;AL&#039;, 64363 =&gt; &#039;AL&#039;, 64364 =&gt; &#039;AL&#039;, 64365 =&gt; &#039;AL&#039;, 64366 =&gt; &#039;AL&#039;, 64367 =&gt; &#039;AL&#039;, 64368 =&gt; &#039;AL&#039;, 64369 =&gt; &#039;AL&#039;, 64370 =&gt; &#039;AL&#039;, 64371 =&gt; &#039;AL&#039;, 64372 =&gt; &#039;AL&#039;, 64373 =&gt; &#039;AL&#039;, 64374 =&gt; &#039;AL&#039;, 64375 =&gt; &#039;AL&#039;, 64376 =&gt; &#039;AL&#039;, 64377 =&gt; &#039;AL&#039;, 64378 =&gt; &#039;AL&#039;, 64379 =&gt; &#039;AL&#039;, 64380 =&gt; &#039;AL&#039;, 64381 =&gt; &#039;AL&#039;, 64382 =&gt; &#039;AL&#039;, 64383 =&gt; &#039;AL&#039;, 64384 =&gt; &#039;AL&#039;, 64385 =&gt; &#039;AL&#039;, 64386 =&gt; &#039;AL&#039;, 64387 =&gt; &#039;AL&#039;, 64388 =&gt; &#039;AL&#039;, 64389 =&gt; &#039;AL&#039;, 64390 =&gt; &#039;AL&#039;, 64391 =&gt; &#039;AL&#039;, 64392 =&gt; &#039;AL&#039;, 64393 =&gt; &#039;AL&#039;, 64394 =&gt; &#039;AL&#039;, 64395 =&gt; &#039;AL&#039;, 64396 =&gt; &#039;AL&#039;, 64397 =&gt; &#039;AL&#039;, 64398 =&gt; &#039;AL&#039;, 64399 =&gt; &#039;AL&#039;, 64400 =&gt; &#039;AL&#039;, 64401 =&gt; &#039;AL&#039;, 64402 =&gt; &#039;AL&#039;, 64403 =&gt; &#039;AL&#039;, 64404 =&gt; &#039;AL&#039;, 64405 =&gt; &#039;AL&#039;, 64406 =&gt; &#039;AL&#039;, 64407 =&gt; &#039;AL&#039;, 64408 =&gt; &#039;AL&#039;, 64409 =&gt; &#039;AL&#039;, 64410 =&gt; &#039;AL&#039;, 64411 =&gt; &#039;AL&#039;, 64412 =&gt; &#039;AL&#039;, 64413 =&gt; &#039;AL&#039;, 64414 =&gt; &#039;AL&#039;, 64415 =&gt; &#039;AL&#039;, 64416 =&gt; &#039;AL&#039;, 64417 =&gt; &#039;AL&#039;, 64418 =&gt; &#039;AL&#039;, 64419 =&gt; &#039;AL&#039;, 64420 =&gt; &#039;AL&#039;, 64421 =&gt; &#039;AL&#039;, 64422 =&gt; &#039;AL&#039;, 64423 =&gt; &#039;AL&#039;, 64424 =&gt; &#039;AL&#039;, 64425 =&gt; &#039;AL&#039;, 64426 =&gt; &#039;AL&#039;, 64427 =&gt; &#039;AL&#039;, 64428 =&gt; &#039;AL&#039;, 64429 =&gt; &#039;AL&#039;, 64430 =&gt; &#039;AL&#039;, 64431 =&gt; &#039;AL&#039;, 64432 =&gt; &#039;AL&#039;, 64433 =&gt; &#039;AL&#039;, 64467 =&gt; &#039;AL&#039;, 64468 =&gt; &#039;AL&#039;, 64469 =&gt; &#039;AL&#039;, 64470 =&gt; &#039;AL&#039;, 64471 =&gt; &#039;AL&#039;, 64472 =&gt; &#039;AL&#039;, 64473 =&gt; &#039;AL&#039;, 64474 =&gt; &#039;AL&#039;, 64475 =&gt; &#039;AL&#039;, 64476 =&gt; &#039;AL&#039;, 64477 =&gt; &#039;AL&#039;, 64478 =&gt; &#039;AL&#039;, 64479 =&gt; &#039;AL&#039;, 64480 =&gt; &#039;AL&#039;, 64481 =&gt; &#039;AL&#039;, 64482 =&gt; &#039;AL&#039;, 64483 =&gt; &#039;AL&#039;, 64484 =&gt; &#039;AL&#039;, 64485 =&gt; &#039;AL&#039;, 64486 =&gt; &#039;AL&#039;, 64487 =&gt; &#039;AL&#039;, 64488 =&gt; &#039;AL&#039;, 64489 =&gt; &#039;AL&#039;, 64490 =&gt; &#039;AL&#039;, 64491 =&gt; &#039;AL&#039;, 64492 =&gt; &#039;AL&#039;, 64493 =&gt; &#039;AL&#039;, 64494 =&gt; &#039;AL&#039;, 64495 =&gt; &#039;AL&#039;, 64496 =&gt; &#039;AL&#039;, 64497 =&gt; &#039;AL&#039;, 64498 =&gt; &#039;AL&#039;, 64499 =&gt; &#039;AL&#039;, 64500 =&gt; &#039;AL&#039;, 64501 =&gt; &#039;AL&#039;, 64502 =&gt; &#039;AL&#039;, 64503 =&gt; &#039;AL&#039;, 64504 =&gt; &#039;AL&#039;, 64505 =&gt; &#039;AL&#039;, 64506 =&gt; &#039;AL&#039;, 64507 =&gt; &#039;AL&#039;, 64508 =&gt; &#039;AL&#039;, 64509 =&gt; &#039;AL&#039;, 64510 =&gt; &#039;AL&#039;, 64511 =&gt; &#039;AL&#039;, 64512 =&gt; &#039;AL&#039;, 64513 =&gt; &#039;AL&#039;, 64514 =&gt; &#039;AL&#039;, 64515 =&gt; &#039;AL&#039;, 64516 =&gt; &#039;AL&#039;, 64517 =&gt; &#039;AL&#039;, 64518 =&gt; &#039;AL&#039;, 64519 =&gt; &#039;AL&#039;, 64520 =&gt; &#039;AL&#039;, 64521 =&gt; &#039;AL&#039;, 64522 =&gt; &#039;AL&#039;, 64523 =&gt; &#039;AL&#039;, 64524 =&gt; &#039;AL&#039;, 64525 =&gt; &#039;AL&#039;, 64526 =&gt; &#039;AL&#039;, 64527 =&gt; &#039;AL&#039;, 64528 =&gt; &#039;AL&#039;, 64529 =&gt; &#039;AL&#039;, 64530 =&gt; &#039;AL&#039;, 64531 =&gt; &#039;AL&#039;, 64532 =&gt; &#039;AL&#039;, 64533 =&gt; &#039;AL&#039;, 64534 =&gt; &#039;AL&#039;, 64535 =&gt; &#039;AL&#039;, 64536 =&gt; &#039;AL&#039;, 64537 =&gt; &#039;AL&#039;, 64538 =&gt; &#039;AL&#039;, 64539 =&gt; &#039;AL&#039;, 64540 =&gt; &#039;AL&#039;, 64541 =&gt; &#039;AL&#039;, 64542 =&gt; &#039;AL&#039;, 64543 =&gt; &#039;AL&#039;, 64544 =&gt; &#039;AL&#039;, 64545 =&gt; &#039;AL&#039;, 64546 =&gt; &#039;AL&#039;, 64547 =&gt; &#039;AL&#039;, 64548 =&gt; &#039;AL&#039;, 64549 =&gt; &#039;AL&#039;, 64550 =&gt; &#039;AL&#039;, 64551 =&gt; &#039;AL&#039;, 64552 =&gt; &#039;AL&#039;, 64553 =&gt; &#039;AL&#039;, 64554 =&gt; &#039;AL&#039;, 64555 =&gt; &#039;AL&#039;, 64556 =&gt; &#039;AL&#039;, 64557 =&gt; &#039;AL&#039;, 64558 =&gt; &#039;AL&#039;, 64559 =&gt; &#039;AL&#039;, 64560 =&gt; &#039;AL&#039;, 64561 =&gt; &#039;AL&#039;, 64562 =&gt; &#039;AL&#039;, 64563 =&gt; &#039;AL&#039;, 64564 =&gt; &#039;AL&#039;, 64565 =&gt; &#039;AL&#039;, 64566 =&gt; &#039;AL&#039;, 64567 =&gt; &#039;AL&#039;, 64568 =&gt; &#039;AL&#039;, 64569 =&gt; &#039;AL&#039;, 64570 =&gt; &#039;AL&#039;, 64571 =&gt; &#039;AL&#039;, 64572 =&gt; &#039;AL&#039;, 64573 =&gt; &#039;AL&#039;, 64574 =&gt; &#039;AL&#039;, 64575 =&gt; &#039;AL&#039;, 64576 =&gt; &#039;AL&#039;, 64577 =&gt; &#039;AL&#039;, 64578 =&gt; &#039;AL&#039;, 64579 =&gt; &#039;AL&#039;, 64580 =&gt; &#039;AL&#039;, 64581 =&gt; &#039;AL&#039;, 64582 =&gt; &#039;AL&#039;, 64583 =&gt; &#039;AL&#039;, 64584 =&gt; &#039;AL&#039;, 64585 =&gt; &#039;AL&#039;, 64586 =&gt; &#039;AL&#039;, 64587 =&gt; &#039;AL&#039;, 64588 =&gt; &#039;AL&#039;, 64589 =&gt; &#039;AL&#039;, 64590 =&gt; &#039;AL&#039;, 64591 =&gt; &#039;AL&#039;, 64592 =&gt; &#039;AL&#039;, 64593 =&gt; &#039;AL&#039;, 64594 =&gt; &#039;AL&#039;, 64595 =&gt; &#039;AL&#039;, 64596 =&gt; &#039;AL&#039;, 64597 =&gt; &#039;AL&#039;, 64598 =&gt; &#039;AL&#039;, 64599 =&gt; &#039;AL&#039;, 64600 =&gt; &#039;AL&#039;, 64601 =&gt; &#039;AL&#039;, 64602 =&gt; &#039;AL&#039;, 64603 =&gt; &#039;AL&#039;, 64604 =&gt; &#039;AL&#039;, 64605 =&gt; &#039;AL&#039;, 64606 =&gt; &#039;AL&#039;, 64607 =&gt; &#039;AL&#039;, 64608 =&gt; &#039;AL&#039;, 64609 =&gt; &#039;AL&#039;, 64610 =&gt; &#039;AL&#039;, 64611 =&gt; &#039;AL&#039;, 64612 =&gt; &#039;AL&#039;, 64613 =&gt; &#039;AL&#039;, 64614 =&gt; &#039;AL&#039;, 64615 =&gt; &#039;AL&#039;, 64616 =&gt; &#039;AL&#039;, 64617 =&gt; &#039;AL&#039;, 64618 =&gt; &#039;AL&#039;, 64619 =&gt; &#039;AL&#039;, 64620 =&gt; &#039;AL&#039;, 64621 =&gt; &#039;AL&#039;, 64622 =&gt; &#039;AL&#039;, 64623 =&gt; &#039;AL&#039;, 64624 =&gt; &#039;AL&#039;, 64625 =&gt; &#039;AL&#039;, 64626 =&gt; &#039;AL&#039;, 64627 =&gt; &#039;AL&#039;, 64628 =&gt; &#039;AL&#039;, 64629 =&gt; &#039;AL&#039;, 64630 =&gt; &#039;AL&#039;, 64631 =&gt; &#039;AL&#039;, 64632 =&gt; &#039;AL&#039;, 64633 =&gt; &#039;AL&#039;, 64634 =&gt; &#039;AL&#039;, 64635 =&gt; &#039;AL&#039;, 64636 =&gt; &#039;AL&#039;, 64637 =&gt; &#039;AL&#039;, 64638 =&gt; &#039;AL&#039;, 64639 =&gt; &#039;AL&#039;, 64640 =&gt; &#039;AL&#039;, 64641 =&gt; &#039;AL&#039;, 64642 =&gt; &#039;AL&#039;, 64643 =&gt; &#039;AL&#039;, 64644 =&gt; &#039;AL&#039;, 64645 =&gt; &#039;AL&#039;, 64646 =&gt; &#039;AL&#039;, 64647 =&gt; &#039;AL&#039;, 64648 =&gt; &#039;AL&#039;, 64649 =&gt; &#039;AL&#039;, 64650 =&gt; &#039;AL&#039;, 64651 =&gt; &#039;AL&#039;, 64652 =&gt; &#039;AL&#039;, 64653 =&gt; &#039;AL&#039;, 64654 =&gt; &#039;AL&#039;, 64655 =&gt; &#039;AL&#039;, 64656 =&gt; &#039;AL&#039;, 64657 =&gt; &#039;AL&#039;, 64658 =&gt; &#039;AL&#039;, 64659 =&gt; &#039;AL&#039;, 64660 =&gt; &#039;AL&#039;, 64661 =&gt; &#039;AL&#039;, 64662 =&gt; &#039;AL&#039;, 64663 =&gt; &#039;AL&#039;, 64664 =&gt; &#039;AL&#039;, 64665 =&gt; &#039;AL&#039;, 64666 =&gt; &#039;AL&#039;, 64667 =&gt; &#039;AL&#039;, 64668 =&gt; &#039;AL&#039;, 64669 =&gt; &#039;AL&#039;, 64670 =&gt; &#039;AL&#039;, 64671 =&gt; &#039;AL&#039;, 64672 =&gt; &#039;AL&#039;, 64673 =&gt; &#039;AL&#039;, 64674 =&gt; &#039;AL&#039;, 64675 =&gt; &#039;AL&#039;, 64676 =&gt; &#039;AL&#039;, 64677 =&gt; &#039;AL&#039;, 64678 =&gt; &#039;AL&#039;, 64679 =&gt; &#039;AL&#039;, 64680 =&gt; &#039;AL&#039;, 64681 =&gt; &#039;AL&#039;, 64682 =&gt; &#039;AL&#039;, 64683 =&gt; &#039;AL&#039;, 64684 =&gt; &#039;AL&#039;, 64685 =&gt; &#039;AL&#039;, 64686 =&gt; &#039;AL&#039;, 64687 =&gt; &#039;AL&#039;, 64688 =&gt; &#039;AL&#039;, 64689 =&gt; &#039;AL&#039;, 64690 =&gt; &#039;AL&#039;, 64691 =&gt; &#039;AL&#039;, 64692 =&gt; &#039;AL&#039;, 64693 =&gt; &#039;AL&#039;, 64694 =&gt; &#039;AL&#039;, 64695 =&gt; &#039;AL&#039;, 64696 =&gt; &#039;AL&#039;, 64697 =&gt; &#039;AL&#039;, 64698 =&gt; &#039;AL&#039;, 64699 =&gt; &#039;AL&#039;, 64700 =&gt; &#039;AL&#039;, 64701 =&gt; &#039;AL&#039;, 64702 =&gt; &#039;AL&#039;, 64703 =&gt; &#039;AL&#039;, 64704 =&gt; &#039;AL&#039;, 64705 =&gt; &#039;AL&#039;, 64706 =&gt; &#039;AL&#039;, 64707 =&gt; &#039;AL&#039;, 64708 =&gt; &#039;AL&#039;, 64709 =&gt; &#039;AL&#039;, 64710 =&gt; &#039;AL&#039;, 64711 =&gt; &#039;AL&#039;, 64712 =&gt; &#039;AL&#039;, 64713 =&gt; &#039;AL&#039;, 64714 =&gt; &#039;AL&#039;, 64715 =&gt; &#039;AL&#039;, 64716 =&gt; &#039;AL&#039;, 64717 =&gt; &#039;AL&#039;, 64718 =&gt; &#039;AL&#039;, 64719 =&gt; &#039;AL&#039;, 64720 =&gt; &#039;AL&#039;, 64721 =&gt; &#039;AL&#039;, 64722 =&gt; &#039;AL&#039;, 64723 =&gt; &#039;AL&#039;, 64724 =&gt; &#039;AL&#039;, 64725 =&gt; &#039;AL&#039;, 64726 =&gt; &#039;AL&#039;, 64727 =&gt; &#039;AL&#039;, 64728 =&gt; &#039;AL&#039;, 64729 =&gt; &#039;AL&#039;, 64730 =&gt; &#039;AL&#039;, 64731 =&gt; &#039;AL&#039;, 64732 =&gt; &#039;AL&#039;, 64733 =&gt; &#039;AL&#039;, 64734 =&gt; &#039;AL&#039;, 64735 =&gt; &#039;AL&#039;, 64736 =&gt; &#039;AL&#039;, 64737 =&gt; &#039;AL&#039;, 64738 =&gt; &#039;AL&#039;, 64739 =&gt; &#039;AL&#039;, 64740 =&gt; &#039;AL&#039;, 64741 =&gt; &#039;AL&#039;, 64742 =&gt; &#039;AL&#039;, 64743 =&gt; &#039;AL&#039;, 64744 =&gt; &#039;AL&#039;, 64745 =&gt; &#039;AL&#039;, 64746 =&gt; &#039;AL&#039;, 64747 =&gt; &#039;AL&#039;, 64748 =&gt; &#039;AL&#039;, 64749 =&gt; &#039;AL&#039;, 64750 =&gt; &#039;AL&#039;, 64751 =&gt; &#039;AL&#039;, 64752 =&gt; &#039;AL&#039;, 64753 =&gt; &#039;AL&#039;, 64754 =&gt; &#039;AL&#039;, 64755 =&gt; &#039;AL&#039;, 64756 =&gt; &#039;AL&#039;, 64757 =&gt; &#039;AL&#039;, 64758 =&gt; &#039;AL&#039;, 64759 =&gt; &#039;AL&#039;, 64760 =&gt; &#039;AL&#039;, 64761 =&gt; &#039;AL&#039;, 64762 =&gt; &#039;AL&#039;, 64763 =&gt; &#039;AL&#039;, 64764 =&gt; &#039;AL&#039;, 64765 =&gt; &#039;AL&#039;, 64766 =&gt; &#039;AL&#039;, 64767 =&gt; &#039;AL&#039;, 64768 =&gt; &#039;AL&#039;, 64769 =&gt; &#039;AL&#039;, 64770 =&gt; &#039;AL&#039;, 64771 =&gt; &#039;AL&#039;, 64772 =&gt; &#039;AL&#039;, 64773 =&gt; &#039;AL&#039;, 64774 =&gt; &#039;AL&#039;, 64775 =&gt; &#039;AL&#039;, 64776 =&gt; &#039;AL&#039;, 64777 =&gt; &#039;AL&#039;, 64778 =&gt; &#039;AL&#039;, 64779 =&gt; &#039;AL&#039;, 64780 =&gt; &#039;AL&#039;, 64781 =&gt; &#039;AL&#039;, 64782 =&gt; &#039;AL&#039;, 64783 =&gt; &#039;AL&#039;, 64784 =&gt; &#039;AL&#039;, 64785 =&gt; &#039;AL&#039;, 64786 =&gt; &#039;AL&#039;, 64787 =&gt; &#039;AL&#039;, 64788 =&gt; &#039;AL&#039;, 64789 =&gt; &#039;AL&#039;, 64790 =&gt; &#039;AL&#039;, 64791 =&gt; &#039;AL&#039;, 64792 =&gt; &#039;AL&#039;, 64793 =&gt; &#039;AL&#039;, 64794 =&gt; &#039;AL&#039;, 64795 =&gt; &#039;AL&#039;, 64796 =&gt; &#039;AL&#039;, 64797 =&gt; &#039;AL&#039;, 64798 =&gt; &#039;AL&#039;, 64799 =&gt; &#039;AL&#039;, 64800 =&gt; &#039;AL&#039;, 64801 =&gt; &#039;AL&#039;, 64802 =&gt; &#039;AL&#039;, 64803 =&gt; &#039;AL&#039;, 64804 =&gt; &#039;AL&#039;, 64805 =&gt; &#039;AL&#039;, 64806 =&gt; &#039;AL&#039;, 64807 =&gt; &#039;AL&#039;, 64808 =&gt; &#039;AL&#039;, 64809 =&gt; &#039;AL&#039;, 64810 =&gt; &#039;AL&#039;, 64811 =&gt; &#039;AL&#039;, 64812 =&gt; &#039;AL&#039;, 64813 =&gt; &#039;AL&#039;, 64814 =&gt; &#039;AL&#039;, 64815 =&gt; &#039;AL&#039;, 64816 =&gt; &#039;AL&#039;, 64817 =&gt; &#039;AL&#039;, 64818 =&gt; &#039;AL&#039;, 64819 =&gt; &#039;AL&#039;, 64820 =&gt; &#039;AL&#039;, 64821 =&gt; &#039;AL&#039;, 64822 =&gt; &#039;AL&#039;, 64823 =&gt; &#039;AL&#039;, 64824 =&gt; &#039;AL&#039;, 64825 =&gt; &#039;AL&#039;, 64826 =&gt; &#039;AL&#039;, 64827 =&gt; &#039;AL&#039;, 64828 =&gt; &#039;AL&#039;, 64829 =&gt; &#039;AL&#039;, 64830 =&gt; &#039;ON&#039;, 64831 =&gt; &#039;ON&#039;, 64848 =&gt; &#039;AL&#039;, 64849 =&gt; &#039;AL&#039;, 64850 =&gt; &#039;AL&#039;, 64851 =&gt; &#039;AL&#039;, 64852 =&gt; &#039;AL&#039;, 64853 =&gt; &#039;AL&#039;, 64854 =&gt; &#039;AL&#039;, 64855 =&gt; &#039;AL&#039;, 64856 =&gt; &#039;AL&#039;, 64857 =&gt; &#039;AL&#039;, 64858 =&gt; &#039;AL&#039;, 64859 =&gt; &#039;AL&#039;, 64860 =&gt; &#039;AL&#039;, 64861 =&gt; &#039;AL&#039;, 64862 =&gt; &#039;AL&#039;, 64863 =&gt; &#039;AL&#039;, 64864 =&gt; &#039;AL&#039;, 64865 =&gt; &#039;AL&#039;, 64866 =&gt; &#039;AL&#039;, 64867 =&gt; &#039;AL&#039;, 64868 =&gt; &#039;AL&#039;, 64869 =&gt; &#039;AL&#039;, 64870 =&gt; &#039;AL&#039;, 64871 =&gt; &#039;AL&#039;, 64872 =&gt; &#039;AL&#039;, 64873 =&gt; &#039;AL&#039;, 64874 =&gt; &#039;AL&#039;, 64875 =&gt; &#039;AL&#039;, 64876 =&gt; &#039;AL&#039;, 64877 =&gt; &#039;AL&#039;, 64878 =&gt; &#039;AL&#039;, 64879 =&gt; &#039;AL&#039;, 64880 =&gt; &#039;AL&#039;, 64881 =&gt; &#039;AL&#039;, 64882 =&gt; &#039;AL&#039;, 64883 =&gt; &#039;AL&#039;, 64884 =&gt; &#039;AL&#039;, 64885 =&gt; &#039;AL&#039;, 64886 =&gt; &#039;AL&#039;, 64887 =&gt; &#039;AL&#039;, 64888 =&gt; &#039;AL&#039;, 64889 =&gt; &#039;AL&#039;, 64890 =&gt; &#039;AL&#039;, 64891 =&gt; &#039;AL&#039;, 64892 =&gt; &#039;AL&#039;, 64893 =&gt; &#039;AL&#039;, 64894 =&gt; &#039;AL&#039;, 64895 =&gt; &#039;AL&#039;, 64896 =&gt; &#039;AL&#039;, 64897 =&gt; &#039;AL&#039;, 64898 =&gt; &#039;AL&#039;, 64899 =&gt; &#039;AL&#039;, 64900 =&gt; &#039;AL&#039;, 64901 =&gt; &#039;AL&#039;, 64902 =&gt; &#039;AL&#039;, 64903 =&gt; &#039;AL&#039;, 64904 =&gt; &#039;AL&#039;, 64905 =&gt; &#039;AL&#039;, 64906 =&gt; &#039;AL&#039;, 64907 =&gt; &#039;AL&#039;, 64908 =&gt; &#039;AL&#039;, 64909 =&gt; &#039;AL&#039;, 64910 =&gt; &#039;AL&#039;, 64911 =&gt; &#039;AL&#039;, 64914 =&gt; &#039;AL&#039;, 64915 =&gt; &#039;AL&#039;, 64916 =&gt; &#039;AL&#039;, 64917 =&gt; &#039;AL&#039;, 64918 =&gt; &#039;AL&#039;, 64919 =&gt; &#039;AL&#039;, 64920 =&gt; &#039;AL&#039;, 64921 =&gt; &#039;AL&#039;, 64922 =&gt; &#039;AL&#039;, 64923 =&gt; &#039;AL&#039;, 64924 =&gt; &#039;AL&#039;, 64925 =&gt; &#039;AL&#039;, 64926 =&gt; &#039;AL&#039;, 64927 =&gt; &#039;AL&#039;, 64928 =&gt; &#039;AL&#039;, 64929 =&gt; &#039;AL&#039;, 64930 =&gt; &#039;AL&#039;, 64931 =&gt; &#039;AL&#039;, 64932 =&gt; &#039;AL&#039;, 64933 =&gt; &#039;AL&#039;, 64934 =&gt; &#039;AL&#039;, 64935 =&gt; &#039;AL&#039;, 64936 =&gt; &#039;AL&#039;, 64937 =&gt; &#039;AL&#039;, 64938 =&gt; &#039;AL&#039;, 64939 =&gt; &#039;AL&#039;, 64940 =&gt; &#039;AL&#039;, 64941 =&gt; &#039;AL&#039;, 64942 =&gt; &#039;AL&#039;, 64943 =&gt; &#039;AL&#039;, 64944 =&gt; &#039;AL&#039;, 64945 =&gt; &#039;AL&#039;, 64946 =&gt; &#039;AL&#039;, 64947 =&gt; &#039;AL&#039;, 64948 =&gt; &#039;AL&#039;, 64949 =&gt; &#039;AL&#039;, 64950 =&gt; &#039;AL&#039;, 64951 =&gt; &#039;AL&#039;, 64952 =&gt; &#039;AL&#039;, 64953 =&gt; &#039;AL&#039;, 64954 =&gt; &#039;AL&#039;, 64955 =&gt; &#039;AL&#039;, 64956 =&gt; &#039;AL&#039;, 64957 =&gt; &#039;AL&#039;, 64958 =&gt; &#039;AL&#039;, 64959 =&gt; &#039;AL&#039;, 64960 =&gt; &#039;AL&#039;, 64961 =&gt; &#039;AL&#039;, 64962 =&gt; &#039;AL&#039;, 64963 =&gt; &#039;AL&#039;, 64964 =&gt; &#039;AL&#039;, 64965 =&gt; &#039;AL&#039;, 64966 =&gt; &#039;AL&#039;, 64967 =&gt; &#039;AL&#039;, 65008 =&gt; &#039;AL&#039;, 65009 =&gt; &#039;AL&#039;, 65010 =&gt; &#039;AL&#039;, 65011 =&gt; &#039;AL&#039;, 65012 =&gt; &#039;AL&#039;, 65013 =&gt; &#039;AL&#039;, 65014 =&gt; &#039;AL&#039;, 65015 =&gt; &#039;AL&#039;, 65016 =&gt; &#039;AL&#039;, 65017 =&gt; &#039;AL&#039;, 65018 =&gt; &#039;AL&#039;, 65019 =&gt; &#039;AL&#039;, 65020 =&gt; &#039;AL&#039;, 65021 =&gt; &#039;ON&#039;, 65024 =&gt; &#039;NSM&#039;, 65025 =&gt; &#039;NSM&#039;, 65026 =&gt; &#039;NSM&#039;, 65027 =&gt; &#039;NSM&#039;, 65028 =&gt; &#039;NSM&#039;, 65029 =&gt; &#039;NSM&#039;, 65030 =&gt; &#039;NSM&#039;, 65031 =&gt; &#039;NSM&#039;, 65032 =&gt; &#039;NSM&#039;, 65033 =&gt; &#039;NSM&#039;, 65034 =&gt; &#039;NSM&#039;, 65035 =&gt; &#039;NSM&#039;, 65036 =&gt; &#039;NSM&#039;, 65037 =&gt; &#039;NSM&#039;, 65038 =&gt; &#039;NSM&#039;, 65039 =&gt; &#039;NSM&#039;, 65040 =&gt; &#039;ON&#039;, 65041 =&gt; &#039;ON&#039;, 65042 =&gt; &#039;ON&#039;, 65043 =&gt; &#039;ON&#039;, 65044 =&gt; &#039;ON&#039;, 65045 =&gt; &#039;ON&#039;, 65046 =&gt; &#039;ON&#039;, 65047 =&gt; &#039;ON&#039;, 65048 =&gt; &#039;ON&#039;, 65049 =&gt; &#039;ON&#039;, 65056 =&gt; &#039;NSM&#039;, 65057 =&gt; &#039;NSM&#039;, 65058 =&gt; &#039;NSM&#039;, 65059 =&gt; &#039;NSM&#039;, 65072 =&gt; &#039;ON&#039;, 65073 =&gt; &#039;ON&#039;, 65074 =&gt; &#039;ON&#039;, 65075 =&gt; &#039;ON&#039;, 65076 =&gt; &#039;ON&#039;, 65077 =&gt; &#039;ON&#039;, 65078 =&gt; &#039;ON&#039;, 65079 =&gt; &#039;ON&#039;, 65080 =&gt; &#039;ON&#039;, 65081 =&gt; &#039;ON&#039;, 65082 =&gt; &#039;ON&#039;, 65083 =&gt; &#039;ON&#039;, 65084 =&gt; &#039;ON&#039;, 65085 =&gt; &#039;ON&#039;, 65086 =&gt; &#039;ON&#039;, 65087 =&gt; &#039;ON&#039;, 65088 =&gt; &#039;ON&#039;, 65089 =&gt; &#039;ON&#039;, 65090 =&gt; &#039;ON&#039;, 65091 =&gt; &#039;ON&#039;, 65092 =&gt; &#039;ON&#039;, 65093 =&gt; &#039;ON&#039;, 65094 =&gt; &#039;ON&#039;, 65095 =&gt; &#039;ON&#039;, 65096 =&gt; &#039;ON&#039;, 65097 =&gt; &#039;ON&#039;, 65098 =&gt; &#039;ON&#039;, 65099 =&gt; &#039;ON&#039;, 65100 =&gt; &#039;ON&#039;, 65101 =&gt; &#039;ON&#039;, 65102 =&gt; &#039;ON&#039;, 65103 =&gt; &#039;ON&#039;, 65104 =&gt; &#039;CS&#039;, 65105 =&gt; &#039;ON&#039;, 65106 =&gt; &#039;CS&#039;, 65108 =&gt; &#039;ON&#039;, 65109 =&gt; &#039;CS&#039;, 65110 =&gt; &#039;ON&#039;, 65111 =&gt; &#039;ON&#039;, 65112 =&gt; &#039;ON&#039;, 65113 =&gt; &#039;ON&#039;, 65114 =&gt; &#039;ON&#039;, 65115 =&gt; &#039;ON&#039;, 65116 =&gt; &#039;ON&#039;, 65117 =&gt; &#039;ON&#039;, 65118 =&gt; &#039;ON&#039;, 65119 =&gt; &#039;ET&#039;, 65120 =&gt; &#039;ON&#039;, 65121 =&gt; &#039;ON&#039;, 65122 =&gt; &#039;ES&#039;, 65123 =&gt; &#039;ES&#039;, 65124 =&gt; &#039;ON&#039;, 65125 =&gt; &#039;ON&#039;, 65126 =&gt; &#039;ON&#039;, 65128 =&gt; &#039;ON&#039;, 65129 =&gt; &#039;ET&#039;, 65130 =&gt; &#039;ET&#039;, 65131 =&gt; &#039;ON&#039;, 65136 =&gt; &#039;AL&#039;, 65137 =&gt; &#039;AL&#039;, 65138 =&gt; &#039;AL&#039;, 65139 =&gt; &#039;AL&#039;, 65140 =&gt; &#039;AL&#039;, 65142 =&gt; &#039;AL&#039;, 65143 =&gt; &#039;AL&#039;, 65144 =&gt; &#039;AL&#039;, 65145 =&gt; &#039;AL&#039;, 65146 =&gt; &#039;AL&#039;, 65147 =&gt; &#039;AL&#039;, 65148 =&gt; &#039;AL&#039;, 65149 =&gt; &#039;AL&#039;, 65150 =&gt; &#039;AL&#039;, 65151 =&gt; &#039;AL&#039;, 65152 =&gt; &#039;AL&#039;, 65153 =&gt; &#039;AL&#039;, 65154 =&gt; &#039;AL&#039;, 65155 =&gt; &#039;AL&#039;, 65156 =&gt; &#039;AL&#039;, 65157 =&gt; &#039;AL&#039;, 65158 =&gt; &#039;AL&#039;, 65159 =&gt; &#039;AL&#039;, 65160 =&gt; &#039;AL&#039;, 65161 =&gt; &#039;AL&#039;, 65162 =&gt; &#039;AL&#039;, 65163 =&gt; &#039;AL&#039;, 65164 =&gt; &#039;AL&#039;, 65165 =&gt; &#039;AL&#039;, 65166 =&gt; &#039;AL&#039;, 65167 =&gt; &#039;AL&#039;, 65168 =&gt; &#039;AL&#039;, 65169 =&gt; &#039;AL&#039;, 65170 =&gt; &#039;AL&#039;, 65171 =&gt; &#039;AL&#039;, 65172 =&gt; &#039;AL&#039;, 65173 =&gt; &#039;AL&#039;, 65174 =&gt; &#039;AL&#039;, 65175 =&gt; &#039;AL&#039;, 65176 =&gt; &#039;AL&#039;, 65177 =&gt; &#039;AL&#039;, 65178 =&gt; &#039;AL&#039;, 65179 =&gt; &#039;AL&#039;, 65180 =&gt; &#039;AL&#039;, 65181 =&gt; &#039;AL&#039;, 65182 =&gt; &#039;AL&#039;, 65183 =&gt; &#039;AL&#039;, 65184 =&gt; &#039;AL&#039;, 65185 =&gt; &#039;AL&#039;, 65186 =&gt; &#039;AL&#039;, 65187 =&gt; &#039;AL&#039;, 65188 =&gt; &#039;AL&#039;, 65189 =&gt; &#039;AL&#039;, 65190 =&gt; &#039;AL&#039;, 65191 =&gt; &#039;AL&#039;, 65192 =&gt; &#039;AL&#039;, 65193 =&gt; &#039;AL&#039;, 65194 =&gt; &#039;AL&#039;, 65195 =&gt; &#039;AL&#039;, 65196 =&gt; &#039;AL&#039;, 65197 =&gt; &#039;AL&#039;, 65198 =&gt; &#039;AL&#039;, 65199 =&gt; &#039;AL&#039;, 65200 =&gt; &#039;AL&#039;, 65201 =&gt; &#039;AL&#039;, 65202 =&gt; &#039;AL&#039;, 65203 =&gt; &#039;AL&#039;, 65204 =&gt; &#039;AL&#039;, 65205 =&gt; &#039;AL&#039;, 65206 =&gt; &#039;AL&#039;, 65207 =&gt; &#039;AL&#039;, 65208 =&gt; &#039;AL&#039;, 65209 =&gt; &#039;AL&#039;, 65210 =&gt; &#039;AL&#039;, 65211 =&gt; &#039;AL&#039;, 65212 =&gt; &#039;AL&#039;, 65213 =&gt; &#039;AL&#039;, 65214 =&gt; &#039;AL&#039;, 65215 =&gt; &#039;AL&#039;, 65216 =&gt; &#039;AL&#039;, 65217 =&gt; &#039;AL&#039;, 65218 =&gt; &#039;AL&#039;, 65219 =&gt; &#039;AL&#039;, 65220 =&gt; &#039;AL&#039;, 65221 =&gt; &#039;AL&#039;, 65222 =&gt; &#039;AL&#039;, 65223 =&gt; &#039;AL&#039;, 65224 =&gt; &#039;AL&#039;, 65225 =&gt; &#039;AL&#039;, 65226 =&gt; &#039;AL&#039;, 65227 =&gt; &#039;AL&#039;, 65228 =&gt; &#039;AL&#039;, 65229 =&gt; &#039;AL&#039;, 65230 =&gt; &#039;AL&#039;, 65231 =&gt; &#039;AL&#039;, 65232 =&gt; &#039;AL&#039;, 65233 =&gt; &#039;AL&#039;, 65234 =&gt; &#039;AL&#039;, 65235 =&gt; &#039;AL&#039;, 65236 =&gt; &#039;AL&#039;, 65237 =&gt; &#039;AL&#039;, 65238 =&gt; &#039;AL&#039;, 65239 =&gt; &#039;AL&#039;, 65240 =&gt; &#039;AL&#039;, 65241 =&gt; &#039;AL&#039;, 65242 =&gt; &#039;AL&#039;, 65243 =&gt; &#039;AL&#039;, 65244 =&gt; &#039;AL&#039;, 65245 =&gt; &#039;AL&#039;, 65246 =&gt; &#039;AL&#039;, 65247 =&gt; &#039;AL&#039;, 65248 =&gt; &#039;AL&#039;, 65249 =&gt; &#039;AL&#039;, 65250 =&gt; &#039;AL&#039;, 65251 =&gt; &#039;AL&#039;, 65252 =&gt; &#039;AL&#039;, 65253 =&gt; &#039;AL&#039;, 65254 =&gt; &#039;AL&#039;, 65255 =&gt; &#039;AL&#039;, 65256 =&gt; &#039;AL&#039;, 65257 =&gt; &#039;AL&#039;, 65258 =&gt; &#039;AL&#039;, 65259 =&gt; &#039;AL&#039;, 65260 =&gt; &#039;AL&#039;, 65261 =&gt; &#039;AL&#039;, 65262 =&gt; &#039;AL&#039;, 65263 =&gt; &#039;AL&#039;, 65264 =&gt; &#039;AL&#039;, 65265 =&gt; &#039;AL&#039;, 65266 =&gt; &#039;AL&#039;, 65267 =&gt; &#039;AL&#039;, 65268 =&gt; &#039;AL&#039;, 65269 =&gt; &#039;AL&#039;, 65270 =&gt; &#039;AL&#039;, 65271 =&gt; &#039;AL&#039;, 65272 =&gt; &#039;AL&#039;, 65273 =&gt; &#039;AL&#039;, 65274 =&gt; &#039;AL&#039;, 65275 =&gt; &#039;AL&#039;, 65276 =&gt; &#039;AL&#039;, 65279 =&gt; &#039;BN&#039;, 65281 =&gt; &#039;ON&#039;, 65282 =&gt; &#039;ON&#039;, 65283 =&gt; &#039;ET&#039;, 65284 =&gt; &#039;ET&#039;, 65285 =&gt; &#039;ET&#039;, 65286 =&gt; &#039;ON&#039;, 65287 =&gt; &#039;ON&#039;, 65288 =&gt; &#039;ON&#039;, 65289 =&gt; &#039;ON&#039;, 65290 =&gt; &#039;ON&#039;, 65291 =&gt; &#039;ES&#039;, 65292 =&gt; &#039;CS&#039;, 65293 =&gt; &#039;ES&#039;, 65294 =&gt; &#039;CS&#039;, 65295 =&gt; &#039;CS&#039;, 65296 =&gt; &#039;EN&#039;, 65297 =&gt; &#039;EN&#039;, 65298 =&gt; &#039;EN&#039;, 65299 =&gt; &#039;EN&#039;, 65300 =&gt; &#039;EN&#039;, 65301 =&gt; &#039;EN&#039;, 65302 =&gt; &#039;EN&#039;, 65303 =&gt; &#039;EN&#039;, 65304 =&gt; &#039;EN&#039;, 65305 =&gt; &#039;EN&#039;, 65306 =&gt; &#039;CS&#039;, 65307 =&gt; &#039;ON&#039;, 65308 =&gt; &#039;ON&#039;, 65309 =&gt; &#039;ON&#039;, 65310 =&gt; &#039;ON&#039;, 65311 =&gt; &#039;ON&#039;, 65312 =&gt; &#039;ON&#039;, 65313 =&gt; &#039;L&#039;, 65314 =&gt; &#039;L&#039;, 65315 =&gt; &#039;L&#039;, 65316 =&gt; &#039;L&#039;, 65317 =&gt; &#039;L&#039;, 65318 =&gt; &#039;L&#039;, 65319 =&gt; &#039;L&#039;, 65320 =&gt; &#039;L&#039;, 65321 =&gt; &#039;L&#039;, 65322 =&gt; &#039;L&#039;, 65323 =&gt; &#039;L&#039;, 65324 =&gt; &#039;L&#039;, 65325 =&gt; &#039;L&#039;, 65326 =&gt; &#039;L&#039;, 65327 =&gt; &#039;L&#039;, 65328 =&gt; &#039;L&#039;, 65329 =&gt; &#039;L&#039;, 65330 =&gt; &#039;L&#039;, 65331 =&gt; &#039;L&#039;, 65332 =&gt; &#039;L&#039;, 65333 =&gt; &#039;L&#039;, 65334 =&gt; &#039;L&#039;, 65335 =&gt; &#039;L&#039;, 65336 =&gt; &#039;L&#039;, 65337 =&gt; &#039;L&#039;, 65338 =&gt; &#039;L&#039;, 65339 =&gt; &#039;ON&#039;, 65340 =&gt; &#039;ON&#039;, 65341 =&gt; &#039;ON&#039;, 65342 =&gt; &#039;ON&#039;, 65343 =&gt; &#039;ON&#039;, 65344 =&gt; &#039;ON&#039;, 65345 =&gt; &#039;L&#039;, 65346 =&gt; &#039;L&#039;, 65347 =&gt; &#039;L&#039;, 65348 =&gt; &#039;L&#039;, 65349 =&gt; &#039;L&#039;, 65350 =&gt; &#039;L&#039;, 65351 =&gt; &#039;L&#039;, 65352 =&gt; &#039;L&#039;, 65353 =&gt; &#039;L&#039;, 65354 =&gt; &#039;L&#039;, 65355 =&gt; &#039;L&#039;, 65356 =&gt; &#039;L&#039;, 65357 =&gt; &#039;L&#039;, 65358 =&gt; &#039;L&#039;, 65359 =&gt; &#039;L&#039;, 65360 =&gt; &#039;L&#039;, 65361 =&gt; &#039;L&#039;, 65362 =&gt; &#039;L&#039;, 65363 =&gt; &#039;L&#039;, 65364 =&gt; &#039;L&#039;, 65365 =&gt; &#039;L&#039;, 65366 =&gt; &#039;L&#039;, 65367 =&gt; &#039;L&#039;, 65368 =&gt; &#039;L&#039;, 65369 =&gt; &#039;L&#039;, 65370 =&gt; &#039;L&#039;, 65371 =&gt; &#039;ON&#039;, 65372 =&gt; &#039;ON&#039;, 65373 =&gt; &#039;ON&#039;, 65374 =&gt; &#039;ON&#039;, 65375 =&gt; &#039;ON&#039;, 65376 =&gt; &#039;ON&#039;, 65377 =&gt; &#039;ON&#039;, 65378 =&gt; &#039;ON&#039;, 65379 =&gt; &#039;ON&#039;, 65380 =&gt; &#039;ON&#039;, 65381 =&gt; &#039;ON&#039;, 65382 =&gt; &#039;L&#039;, 65383 =&gt; &#039;L&#039;, 65384 =&gt; &#039;L&#039;, 65385 =&gt; &#039;L&#039;, 65386 =&gt; &#039;L&#039;, 65387 =&gt; &#039;L&#039;, 65388 =&gt; &#039;L&#039;, 65389 =&gt; &#039;L&#039;, 65390 =&gt; &#039;L&#039;, 65391 =&gt; &#039;L&#039;, 65392 =&gt; &#039;L&#039;, 65393 =&gt; &#039;L&#039;, 65394 =&gt; &#039;L&#039;, 65395 =&gt; &#039;L&#039;, 65396 =&gt; &#039;L&#039;, 65397 =&gt; &#039;L&#039;, 65398 =&gt; &#039;L&#039;, 65399 =&gt; &#039;L&#039;, 65400 =&gt; &#039;L&#039;, 65401 =&gt; &#039;L&#039;, 65402 =&gt; &#039;L&#039;, 65403 =&gt; &#039;L&#039;, 65404 =&gt; &#039;L&#039;, 65405 =&gt; &#039;L&#039;, 65406 =&gt; &#039;L&#039;, 65407 =&gt; &#039;L&#039;, 65408 =&gt; &#039;L&#039;, 65409 =&gt; &#039;L&#039;, 65410 =&gt; &#039;L&#039;, 65411 =&gt; &#039;L&#039;, 65412 =&gt; &#039;L&#039;, 65413 =&gt; &#039;L&#039;, 65414 =&gt; &#039;L&#039;, 65415 =&gt; &#039;L&#039;, 65416 =&gt; &#039;L&#039;, 65417 =&gt; &#039;L&#039;, 65418 =&gt; &#039;L&#039;, 65419 =&gt; &#039;L&#039;, 65420 =&gt; &#039;L&#039;, 65421 =&gt; &#039;L&#039;, 65422 =&gt; &#039;L&#039;, 65423 =&gt; &#039;L&#039;, 65424 =&gt; &#039;L&#039;, 65425 =&gt; &#039;L&#039;, 65426 =&gt; &#039;L&#039;, 65427 =&gt; &#039;L&#039;, 65428 =&gt; &#039;L&#039;, 65429 =&gt; &#039;L&#039;, 65430 =&gt; &#039;L&#039;, 65431 =&gt; &#039;L&#039;, 65432 =&gt; &#039;L&#039;, 65433 =&gt; &#039;L&#039;, 65434 =&gt; &#039;L&#039;, 65435 =&gt; &#039;L&#039;, 65436 =&gt; &#039;L&#039;, 65437 =&gt; &#039;L&#039;, 65438 =&gt; &#039;L&#039;, 65439 =&gt; &#039;L&#039;, 65440 =&gt; &#039;L&#039;, 65441 =&gt; &#039;L&#039;, 65442 =&gt; &#039;L&#039;, 65443 =&gt; &#039;L&#039;, 65444 =&gt; &#039;L&#039;, 65445 =&gt; &#039;L&#039;, 65446 =&gt; &#039;L&#039;, 65447 =&gt; &#039;L&#039;, 65448 =&gt; &#039;L&#039;, 65449 =&gt; &#039;L&#039;, 65450 =&gt; &#039;L&#039;, 65451 =&gt; &#039;L&#039;, 65452 =&gt; &#039;L&#039;, 65453 =&gt; &#039;L&#039;, 65454 =&gt; &#039;L&#039;, 65455 =&gt; &#039;L&#039;, 65456 =&gt; &#039;L&#039;, 65457 =&gt; &#039;L&#039;, 65458 =&gt; &#039;L&#039;, 65459 =&gt; &#039;L&#039;, 65460 =&gt; &#039;L&#039;, 65461 =&gt; &#039;L&#039;, 65462 =&gt; &#039;L&#039;, 65463 =&gt; &#039;L&#039;, 65464 =&gt; &#039;L&#039;, 65465 =&gt; &#039;L&#039;, 65466 =&gt; &#039;L&#039;, 65467 =&gt; &#039;L&#039;, 65468 =&gt; &#039;L&#039;, 65469 =&gt; &#039;L&#039;, 65470 =&gt; &#039;L&#039;, 65474 =&gt; &#039;L&#039;, 65475 =&gt; &#039;L&#039;, 65476 =&gt; &#039;L&#039;, 65477 =&gt; &#039;L&#039;, 65478 =&gt; &#039;L&#039;, 65479 =&gt; &#039;L&#039;, 65482 =&gt; &#039;L&#039;, 65483 =&gt; &#039;L&#039;, 65484 =&gt; &#039;L&#039;, 65485 =&gt; &#039;L&#039;, 65486 =&gt; &#039;L&#039;, 65487 =&gt; &#039;L&#039;, 65490 =&gt; &#039;L&#039;, 65491 =&gt; &#039;L&#039;, 65492 =&gt; &#039;L&#039;, 65493 =&gt; &#039;L&#039;, 65494 =&gt; &#039;L&#039;, 65495 =&gt; &#039;L&#039;, 65498 =&gt; &#039;L&#039;, 65499 =&gt; &#039;L&#039;, 65500 =&gt; &#039;L&#039;, 65504 =&gt; &#039;ET&#039;, 65505 =&gt; &#039;ET&#039;, 65506 =&gt; &#039;ON&#039;, 65507 =&gt; &#039;ON&#039;, 65508 =&gt; &#039;ON&#039;, 65509 =&gt; &#039;ET&#039;, 65510 =&gt; &#039;ET&#039;, 65512 =&gt; &#039;ON&#039;, 65513 =&gt; &#039;ON&#039;, 65514 =&gt; &#039;ON&#039;, 65515 =&gt; &#039;ON&#039;, 65516 =&gt; &#039;ON&#039;, 65517 =&gt; &#039;ON&#039;, 65518 =&gt; &#039;ON&#039;, 65529 =&gt; &#039;ON&#039;, 65530 =&gt; &#039;ON&#039;, 65531 =&gt; &#039;ON&#039;, 65532 =&gt; &#039;ON&#039;, 65533 =&gt; &#039;ON&#039;, 65536 =&gt; &#039;L&#039;, 65537 =&gt; &#039;L&#039;, 65538 =&gt; &#039;L&#039;, 65539 =&gt; &#039;L&#039;, 65540 =&gt; &#039;L&#039;, 65541 =&gt; &#039;L&#039;, 65542 =&gt; &#039;L&#039;, 65543 =&gt; &#039;L&#039;, 65544 =&gt; &#039;L&#039;, 65545 =&gt; &#039;L&#039;, 65546 =&gt; &#039;L&#039;, 65547 =&gt; &#039;L&#039;, 65549 =&gt; &#039;L&#039;, 65550 =&gt; &#039;L&#039;, 65551 =&gt; &#039;L&#039;, 65552 =&gt; &#039;L&#039;, 65553 =&gt; &#039;L&#039;, 65554 =&gt; &#039;L&#039;, 65555 =&gt; &#039;L&#039;, 65556 =&gt; &#039;L&#039;, 65557 =&gt; &#039;L&#039;, 65558 =&gt; &#039;L&#039;, 65559 =&gt; &#039;L&#039;, 65560 =&gt; &#039;L&#039;, 65561 =&gt; &#039;L&#039;, 65562 =&gt; &#039;L&#039;, 65563 =&gt; &#039;L&#039;, 65564 =&gt; &#039;L&#039;, 65565 =&gt; &#039;L&#039;, 65566 =&gt; &#039;L&#039;, 65567 =&gt; &#039;L&#039;, 65568 =&gt; &#039;L&#039;, 65569 =&gt; &#039;L&#039;, 65570 =&gt; &#039;L&#039;, 65571 =&gt; &#039;L&#039;, 65572 =&gt; &#039;L&#039;, 65573 =&gt; &#039;L&#039;, 65574 =&gt; &#039;L&#039;, 65576 =&gt; &#039;L&#039;, 65577 =&gt; &#039;L&#039;, 65578 =&gt; &#039;L&#039;, 65579 =&gt; &#039;L&#039;, 65580 =&gt; &#039;L&#039;, 65581 =&gt; &#039;L&#039;, 65582 =&gt; &#039;L&#039;, 65583 =&gt; &#039;L&#039;, 65584 =&gt; &#039;L&#039;, 65585 =&gt; &#039;L&#039;, 65586 =&gt; &#039;L&#039;, 65587 =&gt; &#039;L&#039;, 65588 =&gt; &#039;L&#039;, 65589 =&gt; &#039;L&#039;, 65590 =&gt; &#039;L&#039;, 65591 =&gt; &#039;L&#039;, 65592 =&gt; &#039;L&#039;, 65593 =&gt; &#039;L&#039;, 65594 =&gt; &#039;L&#039;, 65596 =&gt; &#039;L&#039;, 65597 =&gt; &#039;L&#039;, 65599 =&gt; &#039;L&#039;, 65600 =&gt; &#039;L&#039;, 65601 =&gt; &#039;L&#039;, 65602 =&gt; &#039;L&#039;, 65603 =&gt; &#039;L&#039;, 65604 =&gt; &#039;L&#039;, 65605 =&gt; &#039;L&#039;, 65606 =&gt; &#039;L&#039;, 65607 =&gt; &#039;L&#039;, 65608 =&gt; &#039;L&#039;, 65609 =&gt; &#039;L&#039;, 65610 =&gt; &#039;L&#039;, 65611 =&gt; &#039;L&#039;, 65612 =&gt; &#039;L&#039;, 65613 =&gt; &#039;L&#039;, 65616 =&gt; &#039;L&#039;, 65617 =&gt; &#039;L&#039;, 65618 =&gt; &#039;L&#039;, 65619 =&gt; &#039;L&#039;, 65620 =&gt; &#039;L&#039;, 65621 =&gt; &#039;L&#039;, 65622 =&gt; &#039;L&#039;, 65623 =&gt; &#039;L&#039;, 65624 =&gt; &#039;L&#039;, 65625 =&gt; &#039;L&#039;, 65626 =&gt; &#039;L&#039;, 65627 =&gt; &#039;L&#039;, 65628 =&gt; &#039;L&#039;, 65629 =&gt; &#039;L&#039;, 65664 =&gt; &#039;L&#039;, 65665 =&gt; &#039;L&#039;, 65666 =&gt; &#039;L&#039;, 65667 =&gt; &#039;L&#039;, 65668 =&gt; &#039;L&#039;, 65669 =&gt; &#039;L&#039;, 65670 =&gt; &#039;L&#039;, 65671 =&gt; &#039;L&#039;, 65672 =&gt; &#039;L&#039;, 65673 =&gt; &#039;L&#039;, 65674 =&gt; &#039;L&#039;, 65675 =&gt; &#039;L&#039;, 65676 =&gt; &#039;L&#039;, 65677 =&gt; &#039;L&#039;, 65678 =&gt; &#039;L&#039;, 65679 =&gt; &#039;L&#039;, 65680 =&gt; &#039;L&#039;, 65681 =&gt; &#039;L&#039;, 65682 =&gt; &#039;L&#039;, 65683 =&gt; &#039;L&#039;, 65684 =&gt; &#039;L&#039;, 65685 =&gt; &#039;L&#039;, 65686 =&gt; &#039;L&#039;, 65687 =&gt; &#039;L&#039;, 65688 =&gt; &#039;L&#039;, 65689 =&gt; &#039;L&#039;, 65690 =&gt; &#039;L&#039;, 65691 =&gt; &#039;L&#039;, 65692 =&gt; &#039;L&#039;, 65693 =&gt; &#039;L&#039;, 65694 =&gt; &#039;L&#039;, 65695 =&gt; &#039;L&#039;, 65696 =&gt; &#039;L&#039;, 65697 =&gt; &#039;L&#039;, 65698 =&gt; &#039;L&#039;, 65699 =&gt; &#039;L&#039;, 65700 =&gt; &#039;L&#039;, 65701 =&gt; &#039;L&#039;, 65702 =&gt; &#039;L&#039;, 65703 =&gt; &#039;L&#039;, 65704 =&gt; &#039;L&#039;, 65705 =&gt; &#039;L&#039;, 65706 =&gt; &#039;L&#039;, 65707 =&gt; &#039;L&#039;, 65708 =&gt; &#039;L&#039;, 65709 =&gt; &#039;L&#039;, 65710 =&gt; &#039;L&#039;, 65711 =&gt; &#039;L&#039;, 65712 =&gt; &#039;L&#039;, 65713 =&gt; &#039;L&#039;, 65714 =&gt; &#039;L&#039;, 65715 =&gt; &#039;L&#039;, 65716 =&gt; &#039;L&#039;, 65717 =&gt; &#039;L&#039;, 65718 =&gt; &#039;L&#039;, 65719 =&gt; &#039;L&#039;, 65720 =&gt; &#039;L&#039;, 65721 =&gt; &#039;L&#039;, 65722 =&gt; &#039;L&#039;, 65723 =&gt; &#039;L&#039;, 65724 =&gt; &#039;L&#039;, 65725 =&gt; &#039;L&#039;, 65726 =&gt; &#039;L&#039;, 65727 =&gt; &#039;L&#039;, 65728 =&gt; &#039;L&#039;, 65729 =&gt; &#039;L&#039;, 65730 =&gt; &#039;L&#039;, 65731 =&gt; &#039;L&#039;, 65732 =&gt; &#039;L&#039;, 65733 =&gt; &#039;L&#039;, 65734 =&gt; &#039;L&#039;, 65735 =&gt; &#039;L&#039;, 65736 =&gt; &#039;L&#039;, 65737 =&gt; &#039;L&#039;, 65738 =&gt; &#039;L&#039;, 65739 =&gt; &#039;L&#039;, 65740 =&gt; &#039;L&#039;, 65741 =&gt; &#039;L&#039;, 65742 =&gt; &#039;L&#039;, 65743 =&gt; &#039;L&#039;, 65744 =&gt; &#039;L&#039;, 65745 =&gt; &#039;L&#039;, 65746 =&gt; &#039;L&#039;, 65747 =&gt; &#039;L&#039;, 65748 =&gt; &#039;L&#039;, 65749 =&gt; &#039;L&#039;, 65750 =&gt; &#039;L&#039;, 65751 =&gt; &#039;L&#039;, 65752 =&gt; &#039;L&#039;, 65753 =&gt; &#039;L&#039;, 65754 =&gt; &#039;L&#039;, 65755 =&gt; &#039;L&#039;, 65756 =&gt; &#039;L&#039;, 65757 =&gt; &#039;L&#039;, 65758 =&gt; &#039;L&#039;, 65759 =&gt; &#039;L&#039;, 65760 =&gt; &#039;L&#039;, 65761 =&gt; &#039;L&#039;, 65762 =&gt; &#039;L&#039;, 65763 =&gt; &#039;L&#039;, 65764 =&gt; &#039;L&#039;, 65765 =&gt; &#039;L&#039;, 65766 =&gt; &#039;L&#039;, 65767 =&gt; &#039;L&#039;, 65768 =&gt; &#039;L&#039;, 65769 =&gt; &#039;L&#039;, 65770 =&gt; &#039;L&#039;, 65771 =&gt; &#039;L&#039;, 65772 =&gt; &#039;L&#039;, 65773 =&gt; &#039;L&#039;, 65774 =&gt; &#039;L&#039;, 65775 =&gt; &#039;L&#039;, 65776 =&gt; &#039;L&#039;, 65777 =&gt; &#039;L&#039;, 65778 =&gt; &#039;L&#039;, 65779 =&gt; &#039;L&#039;, 65780 =&gt; &#039;L&#039;, 65781 =&gt; &#039;L&#039;, 65782 =&gt; &#039;L&#039;, 65783 =&gt; &#039;L&#039;, 65784 =&gt; &#039;L&#039;, 65785 =&gt; &#039;L&#039;, 65786 =&gt; &#039;L&#039;, 65792 =&gt; &#039;L&#039;, 65793 =&gt; &#039;ON&#039;, 65794 =&gt; &#039;L&#039;, 65799 =&gt; &#039;L&#039;, 65800 =&gt; &#039;L&#039;, 65801 =&gt; &#039;L&#039;, 65802 =&gt; &#039;L&#039;, 65803 =&gt; &#039;L&#039;, 65804 =&gt; &#039;L&#039;, 65805 =&gt; &#039;L&#039;, 65806 =&gt; &#039;L&#039;, 65807 =&gt; &#039;L&#039;, 65808 =&gt; &#039;L&#039;, 65809 =&gt; &#039;L&#039;, 65810 =&gt; &#039;L&#039;, 65811 =&gt; &#039;L&#039;, 65812 =&gt; &#039;L&#039;, 65813 =&gt; &#039;L&#039;, 65814 =&gt; &#039;L&#039;, 65815 =&gt; &#039;L&#039;, 65816 =&gt; &#039;L&#039;, 65817 =&gt; &#039;L&#039;, 65818 =&gt; &#039;L&#039;, 65819 =&gt; &#039;L&#039;, 65820 =&gt; &#039;L&#039;, 65821 =&gt; &#039;L&#039;, 65822 =&gt; &#039;L&#039;, 65823 =&gt; &#039;L&#039;, 65824 =&gt; &#039;L&#039;, 65825 =&gt; &#039;L&#039;, 65826 =&gt; &#039;L&#039;, 65827 =&gt; &#039;L&#039;, 65828 =&gt; &#039;L&#039;, 65829 =&gt; &#039;L&#039;, 65830 =&gt; &#039;L&#039;, 65831 =&gt; &#039;L&#039;, 65832 =&gt; &#039;L&#039;, 65833 =&gt; &#039;L&#039;, 65834 =&gt; &#039;L&#039;, 65835 =&gt; &#039;L&#039;, 65836 =&gt; &#039;L&#039;, 65837 =&gt; &#039;L&#039;, 65838 =&gt; &#039;L&#039;, 65839 =&gt; &#039;L&#039;, 65840 =&gt; &#039;L&#039;, 65841 =&gt; &#039;L&#039;, 65842 =&gt; &#039;L&#039;, 65843 =&gt; &#039;L&#039;, 65847 =&gt; &#039;L&#039;, 65848 =&gt; &#039;L&#039;, 65849 =&gt; &#039;L&#039;, 65850 =&gt; &#039;L&#039;, 65851 =&gt; &#039;L&#039;, 65852 =&gt; &#039;L&#039;, 65853 =&gt; &#039;L&#039;, 65854 =&gt; &#039;L&#039;, 65855 =&gt; &#039;L&#039;, 65856 =&gt; &#039;ON&#039;, 65857 =&gt; &#039;ON&#039;, 65858 =&gt; &#039;ON&#039;, 65859 =&gt; &#039;ON&#039;, 65860 =&gt; &#039;ON&#039;, 65861 =&gt; &#039;ON&#039;, 65862 =&gt; &#039;ON&#039;, 65863 =&gt; &#039;ON&#039;, 65864 =&gt; &#039;ON&#039;, 65865 =&gt; &#039;ON&#039;, 65866 =&gt; &#039;ON&#039;, 65867 =&gt; &#039;ON&#039;, 65868 =&gt; &#039;ON&#039;, 65869 =&gt; &#039;ON&#039;, 65870 =&gt; &#039;ON&#039;, 65871 =&gt; &#039;ON&#039;, 65872 =&gt; &#039;ON&#039;, 65873 =&gt; &#039;ON&#039;, 65874 =&gt; &#039;ON&#039;, 65875 =&gt; &#039;ON&#039;, 65876 =&gt; &#039;ON&#039;, 65877 =&gt; &#039;ON&#039;, 65878 =&gt; &#039;ON&#039;, 65879 =&gt; &#039;ON&#039;, 65880 =&gt; &#039;ON&#039;, 65881 =&gt; &#039;ON&#039;, 65882 =&gt; &#039;ON&#039;, 65883 =&gt; &#039;ON&#039;, 65884 =&gt; &#039;ON&#039;, 65885 =&gt; &#039;ON&#039;, 65886 =&gt; &#039;ON&#039;, 65887 =&gt; &#039;ON&#039;, 65888 =&gt; &#039;ON&#039;, 65889 =&gt; &#039;ON&#039;, 65890 =&gt; &#039;ON&#039;, 65891 =&gt; &#039;ON&#039;, 65892 =&gt; &#039;ON&#039;, 65893 =&gt; &#039;ON&#039;, 65894 =&gt; &#039;ON&#039;, 65895 =&gt; &#039;ON&#039;, 65896 =&gt; &#039;ON&#039;, 65897 =&gt; &#039;ON&#039;, 65898 =&gt; &#039;ON&#039;, 65899 =&gt; &#039;ON&#039;, 65900 =&gt; &#039;ON&#039;, 65901 =&gt; &#039;ON&#039;, 65902 =&gt; &#039;ON&#039;, 65903 =&gt; &#039;ON&#039;, 65904 =&gt; &#039;ON&#039;, 65905 =&gt; &#039;ON&#039;, 65906 =&gt; &#039;ON&#039;, 65907 =&gt; &#039;ON&#039;, 65908 =&gt; &#039;ON&#039;, 65909 =&gt; &#039;ON&#039;, 65910 =&gt; &#039;ON&#039;, 65911 =&gt; &#039;ON&#039;, 65912 =&gt; &#039;ON&#039;, 65913 =&gt; &#039;ON&#039;, 65914 =&gt; &#039;ON&#039;, 65915 =&gt; &#039;ON&#039;, 65916 =&gt; &#039;ON&#039;, 65917 =&gt; &#039;ON&#039;, 65918 =&gt; &#039;ON&#039;, 65919 =&gt; &#039;ON&#039;, 65920 =&gt; &#039;ON&#039;, 65921 =&gt; &#039;ON&#039;, 65922 =&gt; &#039;ON&#039;, 65923 =&gt; &#039;ON&#039;, 65924 =&gt; &#039;ON&#039;, 65925 =&gt; &#039;ON&#039;, 65926 =&gt; &#039;ON&#039;, 65927 =&gt; &#039;ON&#039;, 65928 =&gt; &#039;ON&#039;, 65929 =&gt; &#039;ON&#039;, 65930 =&gt; &#039;ON&#039;, 66304 =&gt; &#039;L&#039;, 66305 =&gt; &#039;L&#039;, 66306 =&gt; &#039;L&#039;, 66307 =&gt; &#039;L&#039;, 66308 =&gt; &#039;L&#039;, 66309 =&gt; &#039;L&#039;, 66310 =&gt; &#039;L&#039;, 66311 =&gt; &#039;L&#039;, 66312 =&gt; &#039;L&#039;, 66313 =&gt; &#039;L&#039;, 66314 =&gt; &#039;L&#039;, 66315 =&gt; &#039;L&#039;, 66316 =&gt; &#039;L&#039;, 66317 =&gt; &#039;L&#039;, 66318 =&gt; &#039;L&#039;, 66319 =&gt; &#039;L&#039;, 66320 =&gt; &#039;L&#039;, 66321 =&gt; &#039;L&#039;, 66322 =&gt; &#039;L&#039;, 66323 =&gt; &#039;L&#039;, 66324 =&gt; &#039;L&#039;, 66325 =&gt; &#039;L&#039;, 66326 =&gt; &#039;L&#039;, 66327 =&gt; &#039;L&#039;, 66328 =&gt; &#039;L&#039;, 66329 =&gt; &#039;L&#039;, 66330 =&gt; &#039;L&#039;, 66331 =&gt; &#039;L&#039;, 66332 =&gt; &#039;L&#039;, 66333 =&gt; &#039;L&#039;, 66334 =&gt; &#039;L&#039;, 66336 =&gt; &#039;L&#039;, 66337 =&gt; &#039;L&#039;, 66338 =&gt; &#039;L&#039;, 66339 =&gt; &#039;L&#039;, 66352 =&gt; &#039;L&#039;, 66353 =&gt; &#039;L&#039;, 66354 =&gt; &#039;L&#039;, 66355 =&gt; &#039;L&#039;, 66356 =&gt; &#039;L&#039;, 66357 =&gt; &#039;L&#039;, 66358 =&gt; &#039;L&#039;, 66359 =&gt; &#039;L&#039;, 66360 =&gt; &#039;L&#039;, 66361 =&gt; &#039;L&#039;, 66362 =&gt; &#039;L&#039;, 66363 =&gt; &#039;L&#039;, 66364 =&gt; &#039;L&#039;, 66365 =&gt; &#039;L&#039;, 66366 =&gt; &#039;L&#039;, 66367 =&gt; &#039;L&#039;, 66368 =&gt; &#039;L&#039;, 66369 =&gt; &#039;L&#039;, 66370 =&gt; &#039;L&#039;, 66371 =&gt; &#039;L&#039;, 66372 =&gt; &#039;L&#039;, 66373 =&gt; &#039;L&#039;, 66374 =&gt; &#039;L&#039;, 66375 =&gt; &#039;L&#039;, 66376 =&gt; &#039;L&#039;, 66377 =&gt; &#039;L&#039;, 66378 =&gt; &#039;L&#039;, 66432 =&gt; &#039;L&#039;, 66433 =&gt; &#039;L&#039;, 66434 =&gt; &#039;L&#039;, 66435 =&gt; &#039;L&#039;, 66436 =&gt; &#039;L&#039;, 66437 =&gt; &#039;L&#039;, 66438 =&gt; &#039;L&#039;, 66439 =&gt; &#039;L&#039;, 66440 =&gt; &#039;L&#039;, 66441 =&gt; &#039;L&#039;, 66442 =&gt; &#039;L&#039;, 66443 =&gt; &#039;L&#039;, 66444 =&gt; &#039;L&#039;, 66445 =&gt; &#039;L&#039;, 66446 =&gt; &#039;L&#039;, 66447 =&gt; &#039;L&#039;, 66448 =&gt; &#039;L&#039;, 66449 =&gt; &#039;L&#039;, 66450 =&gt; &#039;L&#039;, 66451 =&gt; &#039;L&#039;, 66452 =&gt; &#039;L&#039;, 66453 =&gt; &#039;L&#039;, 66454 =&gt; &#039;L&#039;, 66455 =&gt; &#039;L&#039;, 66456 =&gt; &#039;L&#039;, 66457 =&gt; &#039;L&#039;, 66458 =&gt; &#039;L&#039;, 66459 =&gt; &#039;L&#039;, 66460 =&gt; &#039;L&#039;, 66461 =&gt; &#039;L&#039;, 66463 =&gt; &#039;L&#039;, 66464 =&gt; &#039;L&#039;, 66465 =&gt; &#039;L&#039;, 66466 =&gt; &#039;L&#039;, 66467 =&gt; &#039;L&#039;, 66468 =&gt; &#039;L&#039;, 66469 =&gt; &#039;L&#039;, 66470 =&gt; &#039;L&#039;, 66471 =&gt; &#039;L&#039;, 66472 =&gt; &#039;L&#039;, 66473 =&gt; &#039;L&#039;, 66474 =&gt; &#039;L&#039;, 66475 =&gt; &#039;L&#039;, 66476 =&gt; &#039;L&#039;, 66477 =&gt; &#039;L&#039;, 66478 =&gt; &#039;L&#039;, 66479 =&gt; &#039;L&#039;, 66480 =&gt; &#039;L&#039;, 66481 =&gt; &#039;L&#039;, 66482 =&gt; &#039;L&#039;, 66483 =&gt; &#039;L&#039;, 66484 =&gt; &#039;L&#039;, 66485 =&gt; &#039;L&#039;, 66486 =&gt; &#039;L&#039;, 66487 =&gt; &#039;L&#039;, 66488 =&gt; &#039;L&#039;, 66489 =&gt; &#039;L&#039;, 66490 =&gt; &#039;L&#039;, 66491 =&gt; &#039;L&#039;, 66492 =&gt; &#039;L&#039;, 66493 =&gt; &#039;L&#039;, 66494 =&gt; &#039;L&#039;, 66495 =&gt; &#039;L&#039;, 66496 =&gt; &#039;L&#039;, 66497 =&gt; &#039;L&#039;, 66498 =&gt; &#039;L&#039;, 66499 =&gt; &#039;L&#039;, 66504 =&gt; &#039;L&#039;, 66505 =&gt; &#039;L&#039;, 66506 =&gt; &#039;L&#039;, 66507 =&gt; &#039;L&#039;, 66508 =&gt; &#039;L&#039;, 66509 =&gt; &#039;L&#039;, 66510 =&gt; &#039;L&#039;, 66511 =&gt; &#039;L&#039;, 66512 =&gt; &#039;L&#039;, 66513 =&gt; &#039;L&#039;, 66514 =&gt; &#039;L&#039;, 66515 =&gt; &#039;L&#039;, 66516 =&gt; &#039;L&#039;, 66517 =&gt; &#039;L&#039;, 66560 =&gt; &#039;L&#039;, 66561 =&gt; &#039;L&#039;, 66562 =&gt; &#039;L&#039;, 66563 =&gt; &#039;L&#039;, 66564 =&gt; &#039;L&#039;, 66565 =&gt; &#039;L&#039;, 66566 =&gt; &#039;L&#039;, 66567 =&gt; &#039;L&#039;, 66568 =&gt; &#039;L&#039;, 66569 =&gt; &#039;L&#039;, 66570 =&gt; &#039;L&#039;, 66571 =&gt; &#039;L&#039;, 66572 =&gt; &#039;L&#039;, 66573 =&gt; &#039;L&#039;, 66574 =&gt; &#039;L&#039;, 66575 =&gt; &#039;L&#039;, 66576 =&gt; &#039;L&#039;, 66577 =&gt; &#039;L&#039;, 66578 =&gt; &#039;L&#039;, 66579 =&gt; &#039;L&#039;, 66580 =&gt; &#039;L&#039;, 66581 =&gt; &#039;L&#039;, 66582 =&gt; &#039;L&#039;, 66583 =&gt; &#039;L&#039;, 66584 =&gt; &#039;L&#039;, 66585 =&gt; &#039;L&#039;, 66586 =&gt; &#039;L&#039;, 66587 =&gt; &#039;L&#039;, 66588 =&gt; &#039;L&#039;, 66589 =&gt; &#039;L&#039;, 66590 =&gt; &#039;L&#039;, 66591 =&gt; &#039;L&#039;, 66592 =&gt; &#039;L&#039;, 66593 =&gt; &#039;L&#039;, 66594 =&gt; &#039;L&#039;, 66595 =&gt; &#039;L&#039;, 66596 =&gt; &#039;L&#039;, 66597 =&gt; &#039;L&#039;, 66598 =&gt; &#039;L&#039;, 66599 =&gt; &#039;L&#039;, 66600 =&gt; &#039;L&#039;, 66601 =&gt; &#039;L&#039;, 66602 =&gt; &#039;L&#039;, 66603 =&gt; &#039;L&#039;, 66604 =&gt; &#039;L&#039;, 66605 =&gt; &#039;L&#039;, 66606 =&gt; &#039;L&#039;, 66607 =&gt; &#039;L&#039;, 66608 =&gt; &#039;L&#039;, 66609 =&gt; &#039;L&#039;, 66610 =&gt; &#039;L&#039;, 66611 =&gt; &#039;L&#039;, 66612 =&gt; &#039;L&#039;, 66613 =&gt; &#039;L&#039;, 66614 =&gt; &#039;L&#039;, 66615 =&gt; &#039;L&#039;, 66616 =&gt; &#039;L&#039;, 66617 =&gt; &#039;L&#039;, 66618 =&gt; &#039;L&#039;, 66619 =&gt; &#039;L&#039;, 66620 =&gt; &#039;L&#039;, 66621 =&gt; &#039;L&#039;, 66622 =&gt; &#039;L&#039;, 66623 =&gt; &#039;L&#039;, 66624 =&gt; &#039;L&#039;, 66625 =&gt; &#039;L&#039;, 66626 =&gt; &#039;L&#039;, 66627 =&gt; &#039;L&#039;, 66628 =&gt; &#039;L&#039;, 66629 =&gt; &#039;L&#039;, 66630 =&gt; &#039;L&#039;, 66631 =&gt; &#039;L&#039;, 66632 =&gt; &#039;L&#039;, 66633 =&gt; &#039;L&#039;, 66634 =&gt; &#039;L&#039;, 66635 =&gt; &#039;L&#039;, 66636 =&gt; &#039;L&#039;, 66637 =&gt; &#039;L&#039;, 66638 =&gt; &#039;L&#039;, 66639 =&gt; &#039;L&#039;, 66640 =&gt; &#039;L&#039;, 66641 =&gt; &#039;L&#039;, 66642 =&gt; &#039;L&#039;, 66643 =&gt; &#039;L&#039;, 66644 =&gt; &#039;L&#039;, 66645 =&gt; &#039;L&#039;, 66646 =&gt; &#039;L&#039;, 66647 =&gt; &#039;L&#039;, 66648 =&gt; &#039;L&#039;, 66649 =&gt; &#039;L&#039;, 66650 =&gt; &#039;L&#039;, 66651 =&gt; &#039;L&#039;, 66652 =&gt; &#039;L&#039;, 66653 =&gt; &#039;L&#039;, 66654 =&gt; &#039;L&#039;, 66655 =&gt; &#039;L&#039;, 66656 =&gt; &#039;L&#039;, 66657 =&gt; &#039;L&#039;, 66658 =&gt; &#039;L&#039;, 66659 =&gt; &#039;L&#039;, 66660 =&gt; &#039;L&#039;, 66661 =&gt; &#039;L&#039;, 66662 =&gt; &#039;L&#039;, 66663 =&gt; &#039;L&#039;, 66664 =&gt; &#039;L&#039;, 66665 =&gt; &#039;L&#039;, 66666 =&gt; &#039;L&#039;, 66667 =&gt; &#039;L&#039;, 66668 =&gt; &#039;L&#039;, 66669 =&gt; &#039;L&#039;, 66670 =&gt; &#039;L&#039;, 66671 =&gt; &#039;L&#039;, 66672 =&gt; &#039;L&#039;, 66673 =&gt; &#039;L&#039;, 66674 =&gt; &#039;L&#039;, 66675 =&gt; &#039;L&#039;, 66676 =&gt; &#039;L&#039;, 66677 =&gt; &#039;L&#039;, 66678 =&gt; &#039;L&#039;, 66679 =&gt; &#039;L&#039;, 66680 =&gt; &#039;L&#039;, 66681 =&gt; &#039;L&#039;, 66682 =&gt; &#039;L&#039;, 66683 =&gt; &#039;L&#039;, 66684 =&gt; &#039;L&#039;, 66685 =&gt; &#039;L&#039;, 66686 =&gt; &#039;L&#039;, 66687 =&gt; &#039;L&#039;, 66688 =&gt; &#039;L&#039;, 66689 =&gt; &#039;L&#039;, 66690 =&gt; &#039;L&#039;, 66691 =&gt; &#039;L&#039;, 66692 =&gt; &#039;L&#039;, 66693 =&gt; &#039;L&#039;, 66694 =&gt; &#039;L&#039;, 66695 =&gt; &#039;L&#039;, 66696 =&gt; &#039;L&#039;, 66697 =&gt; &#039;L&#039;, 66698 =&gt; &#039;L&#039;, 66699 =&gt; &#039;L&#039;, 66700 =&gt; &#039;L&#039;, 66701 =&gt; &#039;L&#039;, 66702 =&gt; &#039;L&#039;, 66703 =&gt; &#039;L&#039;, 66704 =&gt; &#039;L&#039;, 66705 =&gt; &#039;L&#039;, 66706 =&gt; &#039;L&#039;, 66707 =&gt; &#039;L&#039;, 66708 =&gt; &#039;L&#039;, 66709 =&gt; &#039;L&#039;, 66710 =&gt; &#039;L&#039;, 66711 =&gt; &#039;L&#039;, 66712 =&gt; &#039;L&#039;, 66713 =&gt; &#039;L&#039;, 66714 =&gt; &#039;L&#039;, 66715 =&gt; &#039;L&#039;, 66716 =&gt; &#039;L&#039;, 66717 =&gt; &#039;L&#039;, 66720 =&gt; &#039;L&#039;, 66721 =&gt; &#039;L&#039;, 66722 =&gt; &#039;L&#039;, 66723 =&gt; &#039;L&#039;, 66724 =&gt; &#039;L&#039;, 66725 =&gt; &#039;L&#039;, 66726 =&gt; &#039;L&#039;, 66727 =&gt; &#039;L&#039;, 66728 =&gt; &#039;L&#039;, 66729 =&gt; &#039;L&#039;, 67584 =&gt; &#039;R&#039;, 67585 =&gt; &#039;R&#039;, 67586 =&gt; &#039;R&#039;, 67587 =&gt; &#039;R&#039;, 67588 =&gt; &#039;R&#039;, 67589 =&gt; &#039;R&#039;, 67592 =&gt; &#039;R&#039;, 67594 =&gt; &#039;R&#039;, 67595 =&gt; &#039;R&#039;, 67596 =&gt; &#039;R&#039;, 67597 =&gt; &#039;R&#039;, 67598 =&gt; &#039;R&#039;, 67599 =&gt; &#039;R&#039;, 67600 =&gt; &#039;R&#039;, 67601 =&gt; &#039;R&#039;, 67602 =&gt; &#039;R&#039;, 67603 =&gt; &#039;R&#039;, 67604 =&gt; &#039;R&#039;, 67605 =&gt; &#039;R&#039;, 67606 =&gt; &#039;R&#039;, 67607 =&gt; &#039;R&#039;, 67608 =&gt; &#039;R&#039;, 67609 =&gt; &#039;R&#039;, 67610 =&gt; &#039;R&#039;, 67611 =&gt; &#039;R&#039;, 67612 =&gt; &#039;R&#039;, 67613 =&gt; &#039;R&#039;, 67614 =&gt; &#039;R&#039;, 67615 =&gt; &#039;R&#039;, 67616 =&gt; &#039;R&#039;, 67617 =&gt; &#039;R&#039;, 67618 =&gt; &#039;R&#039;, 67619 =&gt; &#039;R&#039;, 67620 =&gt; &#039;R&#039;, 67621 =&gt; &#039;R&#039;, 67622 =&gt; &#039;R&#039;, 67623 =&gt; &#039;R&#039;, 67624 =&gt; &#039;R&#039;, 67625 =&gt; &#039;R&#039;, 67626 =&gt; &#039;R&#039;, 67627 =&gt; &#039;R&#039;, 67628 =&gt; &#039;R&#039;, 67629 =&gt; &#039;R&#039;, 67630 =&gt; &#039;R&#039;, 67631 =&gt; &#039;R&#039;, 67632 =&gt; &#039;R&#039;, 67633 =&gt; &#039;R&#039;, 67634 =&gt; &#039;R&#039;, 67635 =&gt; &#039;R&#039;, 67636 =&gt; &#039;R&#039;, 67637 =&gt; &#039;R&#039;, 67639 =&gt; &#039;R&#039;, 67640 =&gt; &#039;R&#039;, 67644 =&gt; &#039;R&#039;, 67647 =&gt; &#039;R&#039;, 67840 =&gt; &#039;R&#039;, 67841 =&gt; &#039;R&#039;, 67842 =&gt; &#039;R&#039;, 67843 =&gt; &#039;R&#039;, 67844 =&gt; &#039;R&#039;, 67845 =&gt; &#039;R&#039;, 67846 =&gt; &#039;R&#039;, 67847 =&gt; &#039;R&#039;, 67848 =&gt; &#039;R&#039;, 67849 =&gt; &#039;R&#039;, 67850 =&gt; &#039;R&#039;, 67851 =&gt; &#039;R&#039;, 67852 =&gt; &#039;R&#039;, 67853 =&gt; &#039;R&#039;, 67854 =&gt; &#039;R&#039;, 67855 =&gt; &#039;R&#039;, 67856 =&gt; &#039;R&#039;, 67857 =&gt; &#039;R&#039;, 67858 =&gt; &#039;R&#039;, 67859 =&gt; &#039;R&#039;, 67860 =&gt; &#039;R&#039;, 67861 =&gt; &#039;R&#039;, 67862 =&gt; &#039;R&#039;, 67863 =&gt; &#039;R&#039;, 67864 =&gt; &#039;R&#039;, 67865 =&gt; &#039;R&#039;, 67871 =&gt; &#039;ON&#039;, 68096 =&gt; &#039;R&#039;, 68097 =&gt; &#039;NSM&#039;, 68098 =&gt; &#039;NSM&#039;, 68099 =&gt; &#039;NSM&#039;, 68101 =&gt; &#039;NSM&#039;, 68102 =&gt; &#039;NSM&#039;, 68108 =&gt; &#039;NSM&#039;, 68109 =&gt; &#039;NSM&#039;, 68110 =&gt; &#039;NSM&#039;, 68111 =&gt; &#039;NSM&#039;, 68112 =&gt; &#039;R&#039;, 68113 =&gt; &#039;R&#039;, 68114 =&gt; &#039;R&#039;, 68115 =&gt; &#039;R&#039;, 68117 =&gt; &#039;R&#039;, 68118 =&gt; &#039;R&#039;, 68119 =&gt; &#039;R&#039;, 68121 =&gt; &#039;R&#039;, 68122 =&gt; &#039;R&#039;, 68123 =&gt; &#039;R&#039;, 68124 =&gt; &#039;R&#039;, 68125 =&gt; &#039;R&#039;, 68126 =&gt; &#039;R&#039;, 68127 =&gt; &#039;R&#039;, 68128 =&gt; &#039;R&#039;, 68129 =&gt; &#039;R&#039;, 68130 =&gt; &#039;R&#039;, 68131 =&gt; &#039;R&#039;, 68132 =&gt; &#039;R&#039;, 68133 =&gt; &#039;R&#039;, 68134 =&gt; &#039;R&#039;, 68135 =&gt; &#039;R&#039;, 68136 =&gt; &#039;R&#039;, 68137 =&gt; &#039;R&#039;, 68138 =&gt; &#039;R&#039;, 68139 =&gt; &#039;R&#039;, 68140 =&gt; &#039;R&#039;, 68141 =&gt; &#039;R&#039;, 68142 =&gt; &#039;R&#039;, 68143 =&gt; &#039;R&#039;, 68144 =&gt; &#039;R&#039;, 68145 =&gt; &#039;R&#039;, 68146 =&gt; &#039;R&#039;, 68147 =&gt; &#039;R&#039;, 68152 =&gt; &#039;NSM&#039;, 68153 =&gt; &#039;NSM&#039;, 68154 =&gt; &#039;NSM&#039;, 68159 =&gt; &#039;NSM&#039;, 68160 =&gt; &#039;R&#039;, 68161 =&gt; &#039;R&#039;, 68162 =&gt; &#039;R&#039;, 68163 =&gt; &#039;R&#039;, 68164 =&gt; &#039;R&#039;, 68165 =&gt; &#039;R&#039;, 68166 =&gt; &#039;R&#039;, 68167 =&gt; &#039;R&#039;, 68176 =&gt; &#039;R&#039;, 68177 =&gt; &#039;R&#039;, 68178 =&gt; &#039;R&#039;, 68179 =&gt; &#039;R&#039;, 68180 =&gt; &#039;R&#039;, 68181 =&gt; &#039;R&#039;, 68182 =&gt; &#039;R&#039;, 68183 =&gt; &#039;R&#039;, 68184 =&gt; &#039;R&#039;, 73728 =&gt; &#039;L&#039;, 73729 =&gt; &#039;L&#039;, 73730 =&gt; &#039;L&#039;, 73731 =&gt; &#039;L&#039;, 73732 =&gt; &#039;L&#039;, 73733 =&gt; &#039;L&#039;, 73734 =&gt; &#039;L&#039;, 73735 =&gt; &#039;L&#039;, 73736 =&gt; &#039;L&#039;, 73737 =&gt; &#039;L&#039;, 73738 =&gt; &#039;L&#039;, 73739 =&gt; &#039;L&#039;, 73740 =&gt; &#039;L&#039;, 73741 =&gt; &#039;L&#039;, 73742 =&gt; &#039;L&#039;, 73743 =&gt; &#039;L&#039;, 73744 =&gt; &#039;L&#039;, 73745 =&gt; &#039;L&#039;, 73746 =&gt; &#039;L&#039;, 73747 =&gt; &#039;L&#039;, 73748 =&gt; &#039;L&#039;, 73749 =&gt; &#039;L&#039;, 73750 =&gt; &#039;L&#039;, 73751 =&gt; &#039;L&#039;, 73752 =&gt; &#039;L&#039;, 73753 =&gt; &#039;L&#039;, 73754 =&gt; &#039;L&#039;, 73755 =&gt; &#039;L&#039;, 73756 =&gt; &#039;L&#039;, 73757 =&gt; &#039;L&#039;, 73758 =&gt; &#039;L&#039;, 73759 =&gt; &#039;L&#039;, 73760 =&gt; &#039;L&#039;, 73761 =&gt; &#039;L&#039;, 73762 =&gt; &#039;L&#039;, 73763 =&gt; &#039;L&#039;, 73764 =&gt; &#039;L&#039;, 73765 =&gt; &#039;L&#039;, 73766 =&gt; &#039;L&#039;, 73767 =&gt; &#039;L&#039;, 73768 =&gt; &#039;L&#039;, 73769 =&gt; &#039;L&#039;, 73770 =&gt; &#039;L&#039;, 73771 =&gt; &#039;L&#039;, 73772 =&gt; &#039;L&#039;, 73773 =&gt; &#039;L&#039;, 73774 =&gt; &#039;L&#039;, 73775 =&gt; &#039;L&#039;, 73776 =&gt; &#039;L&#039;, 73777 =&gt; &#039;L&#039;, 73778 =&gt; &#039;L&#039;, 73779 =&gt; &#039;L&#039;, 73780 =&gt; &#039;L&#039;, 73781 =&gt; &#039;L&#039;, 73782 =&gt; &#039;L&#039;, 73783 =&gt; &#039;L&#039;, 73784 =&gt; &#039;L&#039;, 73785 =&gt; &#039;L&#039;, 73786 =&gt; &#039;L&#039;, 73787 =&gt; &#039;L&#039;, 73788 =&gt; &#039;L&#039;, 73789 =&gt; &#039;L&#039;, 73790 =&gt; &#039;L&#039;, 73791 =&gt; &#039;L&#039;, 73792 =&gt; &#039;L&#039;, 73793 =&gt; &#039;L&#039;, 73794 =&gt; &#039;L&#039;, 73795 =&gt; &#039;L&#039;, 73796 =&gt; &#039;L&#039;, 73797 =&gt; &#039;L&#039;, 73798 =&gt; &#039;L&#039;, 73799 =&gt; &#039;L&#039;, 73800 =&gt; &#039;L&#039;, 73801 =&gt; &#039;L&#039;, 73802 =&gt; &#039;L&#039;, 73803 =&gt; &#039;L&#039;, 73804 =&gt; &#039;L&#039;, 73805 =&gt; &#039;L&#039;, 73806 =&gt; &#039;L&#039;, 73807 =&gt; &#039;L&#039;, 73808 =&gt; &#039;L&#039;, 73809 =&gt; &#039;L&#039;, 73810 =&gt; &#039;L&#039;, 73811 =&gt; &#039;L&#039;, 73812 =&gt; &#039;L&#039;, 73813 =&gt; &#039;L&#039;, 73814 =&gt; &#039;L&#039;, 73815 =&gt; &#039;L&#039;, 73816 =&gt; &#039;L&#039;, 73817 =&gt; &#039;L&#039;, 73818 =&gt; &#039;L&#039;, 73819 =&gt; &#039;L&#039;, 73820 =&gt; &#039;L&#039;, 73821 =&gt; &#039;L&#039;, 73822 =&gt; &#039;L&#039;, 73823 =&gt; &#039;L&#039;, 73824 =&gt; &#039;L&#039;, 73825 =&gt; &#039;L&#039;, 73826 =&gt; &#039;L&#039;, 73827 =&gt; &#039;L&#039;, 73828 =&gt; &#039;L&#039;, 73829 =&gt; &#039;L&#039;, 73830 =&gt; &#039;L&#039;, 73831 =&gt; &#039;L&#039;, 73832 =&gt; &#039;L&#039;, 73833 =&gt; &#039;L&#039;, 73834 =&gt; &#039;L&#039;, 73835 =&gt; &#039;L&#039;, 73836 =&gt; &#039;L&#039;, 73837 =&gt; &#039;L&#039;, 73838 =&gt; &#039;L&#039;, 73839 =&gt; &#039;L&#039;, 73840 =&gt; &#039;L&#039;, 73841 =&gt; &#039;L&#039;, 73842 =&gt; &#039;L&#039;, 73843 =&gt; &#039;L&#039;, 73844 =&gt; &#039;L&#039;, 73845 =&gt; &#039;L&#039;, 73846 =&gt; &#039;L&#039;, 73847 =&gt; &#039;L&#039;, 73848 =&gt; &#039;L&#039;, 73849 =&gt; &#039;L&#039;, 73850 =&gt; &#039;L&#039;, 73851 =&gt; &#039;L&#039;, 73852 =&gt; &#039;L&#039;, 73853 =&gt; &#039;L&#039;, 73854 =&gt; &#039;L&#039;, 73855 =&gt; &#039;L&#039;, 73856 =&gt; &#039;L&#039;, 73857 =&gt; &#039;L&#039;, 73858 =&gt; &#039;L&#039;, 73859 =&gt; &#039;L&#039;, 73860 =&gt; &#039;L&#039;, 73861 =&gt; &#039;L&#039;, 73862 =&gt; &#039;L&#039;, 73863 =&gt; &#039;L&#039;, 73864 =&gt; &#039;L&#039;, 73865 =&gt; &#039;L&#039;, 73866 =&gt; &#039;L&#039;, 73867 =&gt; &#039;L&#039;, 73868 =&gt; &#039;L&#039;, 73869 =&gt; &#039;L&#039;, 73870 =&gt; &#039;L&#039;, 73871 =&gt; &#039;L&#039;, 73872 =&gt; &#039;L&#039;, 73873 =&gt; &#039;L&#039;, 73874 =&gt; &#039;L&#039;, 73875 =&gt; &#039;L&#039;, 73876 =&gt; &#039;L&#039;, 73877 =&gt; &#039;L&#039;, 73878 =&gt; &#039;L&#039;, 73879 =&gt; &#039;L&#039;, 73880 =&gt; &#039;L&#039;, 73881 =&gt; &#039;L&#039;, 73882 =&gt; &#039;L&#039;, 73883 =&gt; &#039;L&#039;, 73884 =&gt; &#039;L&#039;, 73885 =&gt; &#039;L&#039;, 73886 =&gt; &#039;L&#039;, 73887 =&gt; &#039;L&#039;, 73888 =&gt; &#039;L&#039;, 73889 =&gt; &#039;L&#039;, 73890 =&gt; &#039;L&#039;, 73891 =&gt; &#039;L&#039;, 73892 =&gt; &#039;L&#039;, 73893 =&gt; &#039;L&#039;, 73894 =&gt; &#039;L&#039;, 73895 =&gt; &#039;L&#039;, 73896 =&gt; &#039;L&#039;, 73897 =&gt; &#039;L&#039;, 73898 =&gt; &#039;L&#039;, 73899 =&gt; &#039;L&#039;, 73900 =&gt; &#039;L&#039;, 73901 =&gt; &#039;L&#039;, 73902 =&gt; &#039;L&#039;, 73903 =&gt; &#039;L&#039;, 73904 =&gt; &#039;L&#039;, 73905 =&gt; &#039;L&#039;, 73906 =&gt; &#039;L&#039;, 73907 =&gt; &#039;L&#039;, 73908 =&gt; &#039;L&#039;, 73909 =&gt; &#039;L&#039;, 73910 =&gt; &#039;L&#039;, 73911 =&gt; &#039;L&#039;, 73912 =&gt; &#039;L&#039;, 73913 =&gt; &#039;L&#039;, 73914 =&gt; &#039;L&#039;, 73915 =&gt; &#039;L&#039;, 73916 =&gt; &#039;L&#039;, 73917 =&gt; &#039;L&#039;, 73918 =&gt; &#039;L&#039;, 73919 =&gt; &#039;L&#039;, 73920 =&gt; &#039;L&#039;, 73921 =&gt; &#039;L&#039;, 73922 =&gt; &#039;L&#039;, 73923 =&gt; &#039;L&#039;, 73924 =&gt; &#039;L&#039;, 73925 =&gt; &#039;L&#039;, 73926 =&gt; &#039;L&#039;, 73927 =&gt; &#039;L&#039;, 73928 =&gt; &#039;L&#039;, 73929 =&gt; &#039;L&#039;, 73930 =&gt; &#039;L&#039;, 73931 =&gt; &#039;L&#039;, 73932 =&gt; &#039;L&#039;, 73933 =&gt; &#039;L&#039;, 73934 =&gt; &#039;L&#039;, 73935 =&gt; &#039;L&#039;, 73936 =&gt; &#039;L&#039;, 73937 =&gt; &#039;L&#039;, 73938 =&gt; &#039;L&#039;, 73939 =&gt; &#039;L&#039;, 73940 =&gt; &#039;L&#039;, 73941 =&gt; &#039;L&#039;, 73942 =&gt; &#039;L&#039;, 73943 =&gt; &#039;L&#039;, 73944 =&gt; &#039;L&#039;, 73945 =&gt; &#039;L&#039;, 73946 =&gt; &#039;L&#039;, 73947 =&gt; &#039;L&#039;, 73948 =&gt; &#039;L&#039;, 73949 =&gt; &#039;L&#039;, 73950 =&gt; &#039;L&#039;, 73951 =&gt; &#039;L&#039;, 73952 =&gt; &#039;L&#039;, 73953 =&gt; &#039;L&#039;, 73954 =&gt; &#039;L&#039;, 73955 =&gt; &#039;L&#039;, 73956 =&gt; &#039;L&#039;, 73957 =&gt; &#039;L&#039;, 73958 =&gt; &#039;L&#039;, 73959 =&gt; &#039;L&#039;, 73960 =&gt; &#039;L&#039;, 73961 =&gt; &#039;L&#039;, 73962 =&gt; &#039;L&#039;, 73963 =&gt; &#039;L&#039;, 73964 =&gt; &#039;L&#039;, 73965 =&gt; &#039;L&#039;, 73966 =&gt; &#039;L&#039;, 73967 =&gt; &#039;L&#039;, 73968 =&gt; &#039;L&#039;, 73969 =&gt; &#039;L&#039;, 73970 =&gt; &#039;L&#039;, 73971 =&gt; &#039;L&#039;, 73972 =&gt; &#039;L&#039;, 73973 =&gt; &#039;L&#039;, 73974 =&gt; &#039;L&#039;, 73975 =&gt; &#039;L&#039;, 73976 =&gt; &#039;L&#039;, 73977 =&gt; &#039;L&#039;, 73978 =&gt; &#039;L&#039;, 73979 =&gt; &#039;L&#039;, 73980 =&gt; &#039;L&#039;, 73981 =&gt; &#039;L&#039;, 73982 =&gt; &#039;L&#039;, 73983 =&gt; &#039;L&#039;, 73984 =&gt; &#039;L&#039;, 73985 =&gt; &#039;L&#039;, 73986 =&gt; &#039;L&#039;, 73987 =&gt; &#039;L&#039;, 73988 =&gt; &#039;L&#039;, 73989 =&gt; &#039;L&#039;, 73990 =&gt; &#039;L&#039;, 73991 =&gt; &#039;L&#039;, 73992 =&gt; &#039;L&#039;, 73993 =&gt; &#039;L&#039;, 73994 =&gt; &#039;L&#039;, 73995 =&gt; &#039;L&#039;, 73996 =&gt; &#039;L&#039;, 73997 =&gt; &#039;L&#039;, 73998 =&gt; &#039;L&#039;, 73999 =&gt; &#039;L&#039;, 74000 =&gt; &#039;L&#039;, 74001 =&gt; &#039;L&#039;, 74002 =&gt; &#039;L&#039;, 74003 =&gt; &#039;L&#039;, 74004 =&gt; &#039;L&#039;, 74005 =&gt; &#039;L&#039;, 74006 =&gt; &#039;L&#039;, 74007 =&gt; &#039;L&#039;, 74008 =&gt; &#039;L&#039;, 74009 =&gt; &#039;L&#039;, 74010 =&gt; &#039;L&#039;, 74011 =&gt; &#039;L&#039;, 74012 =&gt; &#039;L&#039;, 74013 =&gt; &#039;L&#039;, 74014 =&gt; &#039;L&#039;, 74015 =&gt; &#039;L&#039;, 74016 =&gt; &#039;L&#039;, 74017 =&gt; &#039;L&#039;, 74018 =&gt; &#039;L&#039;, 74019 =&gt; &#039;L&#039;, 74020 =&gt; &#039;L&#039;, 74021 =&gt; &#039;L&#039;, 74022 =&gt; &#039;L&#039;, 74023 =&gt; &#039;L&#039;, 74024 =&gt; &#039;L&#039;, 74025 =&gt; &#039;L&#039;, 74026 =&gt; &#039;L&#039;, 74027 =&gt; &#039;L&#039;, 74028 =&gt; &#039;L&#039;, 74029 =&gt; &#039;L&#039;, 74030 =&gt; &#039;L&#039;, 74031 =&gt; &#039;L&#039;, 74032 =&gt; &#039;L&#039;, 74033 =&gt; &#039;L&#039;, 74034 =&gt; &#039;L&#039;, 74035 =&gt; &#039;L&#039;, 74036 =&gt; &#039;L&#039;, 74037 =&gt; &#039;L&#039;, 74038 =&gt; &#039;L&#039;, 74039 =&gt; &#039;L&#039;, 74040 =&gt; &#039;L&#039;, 74041 =&gt; &#039;L&#039;, 74042 =&gt; &#039;L&#039;, 74043 =&gt; &#039;L&#039;, 74044 =&gt; &#039;L&#039;, 74045 =&gt; &#039;L&#039;, 74046 =&gt; &#039;L&#039;, 74047 =&gt; &#039;L&#039;, 74048 =&gt; &#039;L&#039;, 74049 =&gt; &#039;L&#039;, 74050 =&gt; &#039;L&#039;, 74051 =&gt; &#039;L&#039;, 74052 =&gt; &#039;L&#039;, 74053 =&gt; &#039;L&#039;, 74054 =&gt; &#039;L&#039;, 74055 =&gt; &#039;L&#039;, 74056 =&gt; &#039;L&#039;, 74057 =&gt; &#039;L&#039;, 74058 =&gt; &#039;L&#039;, 74059 =&gt; &#039;L&#039;, 74060 =&gt; &#039;L&#039;, 74061 =&gt; &#039;L&#039;, 74062 =&gt; &#039;L&#039;, 74063 =&gt; &#039;L&#039;, 74064 =&gt; &#039;L&#039;, 74065 =&gt; &#039;L&#039;, 74066 =&gt; &#039;L&#039;, 74067 =&gt; &#039;L&#039;, 74068 =&gt; &#039;L&#039;, 74069 =&gt; &#039;L&#039;, 74070 =&gt; &#039;L&#039;, 74071 =&gt; &#039;L&#039;, 74072 =&gt; &#039;L&#039;, 74073 =&gt; &#039;L&#039;, 74074 =&gt; &#039;L&#039;, 74075 =&gt; &#039;L&#039;, 74076 =&gt; &#039;L&#039;, 74077 =&gt; &#039;L&#039;, 74078 =&gt; &#039;L&#039;, 74079 =&gt; &#039;L&#039;, 74080 =&gt; &#039;L&#039;, 74081 =&gt; &#039;L&#039;, 74082 =&gt; &#039;L&#039;, 74083 =&gt; &#039;L&#039;, 74084 =&gt; &#039;L&#039;, 74085 =&gt; &#039;L&#039;, 74086 =&gt; &#039;L&#039;, 74087 =&gt; &#039;L&#039;, 74088 =&gt; &#039;L&#039;, 74089 =&gt; &#039;L&#039;, 74090 =&gt; &#039;L&#039;, 74091 =&gt; &#039;L&#039;, 74092 =&gt; &#039;L&#039;, 74093 =&gt; &#039;L&#039;, 74094 =&gt; &#039;L&#039;, 74095 =&gt; &#039;L&#039;, 74096 =&gt; &#039;L&#039;, 74097 =&gt; &#039;L&#039;, 74098 =&gt; &#039;L&#039;, 74099 =&gt; &#039;L&#039;, 74100 =&gt; &#039;L&#039;, 74101 =&gt; &#039;L&#039;, 74102 =&gt; &#039;L&#039;, 74103 =&gt; &#039;L&#039;, 74104 =&gt; &#039;L&#039;, 74105 =&gt; &#039;L&#039;, 74106 =&gt; &#039;L&#039;, 74107 =&gt; &#039;L&#039;, 74108 =&gt; &#039;L&#039;, 74109 =&gt; &#039;L&#039;, 74110 =&gt; &#039;L&#039;, 74111 =&gt; &#039;L&#039;, 74112 =&gt; &#039;L&#039;, 74113 =&gt; &#039;L&#039;, 74114 =&gt; &#039;L&#039;, 74115 =&gt; &#039;L&#039;, 74116 =&gt; &#039;L&#039;, 74117 =&gt; &#039;L&#039;, 74118 =&gt; &#039;L&#039;, 74119 =&gt; &#039;L&#039;, 74120 =&gt; &#039;L&#039;, 74121 =&gt; &#039;L&#039;, 74122 =&gt; &#039;L&#039;, 74123 =&gt; &#039;L&#039;, 74124 =&gt; &#039;L&#039;, 74125 =&gt; &#039;L&#039;, 74126 =&gt; &#039;L&#039;, 74127 =&gt; &#039;L&#039;, 74128 =&gt; &#039;L&#039;, 74129 =&gt; &#039;L&#039;, 74130 =&gt; &#039;L&#039;, 74131 =&gt; &#039;L&#039;, 74132 =&gt; &#039;L&#039;, 74133 =&gt; &#039;L&#039;, 74134 =&gt; &#039;L&#039;, 74135 =&gt; &#039;L&#039;, 74136 =&gt; &#039;L&#039;, 74137 =&gt; &#039;L&#039;, 74138 =&gt; &#039;L&#039;, 74139 =&gt; &#039;L&#039;, 74140 =&gt; &#039;L&#039;, 74141 =&gt; &#039;L&#039;, 74142 =&gt; &#039;L&#039;, 74143 =&gt; &#039;L&#039;, 74144 =&gt; &#039;L&#039;, 74145 =&gt; &#039;L&#039;, 74146 =&gt; &#039;L&#039;, 74147 =&gt; &#039;L&#039;, 74148 =&gt; &#039;L&#039;, 74149 =&gt; &#039;L&#039;, 74150 =&gt; &#039;L&#039;, 74151 =&gt; &#039;L&#039;, 74152 =&gt; &#039;L&#039;, 74153 =&gt; &#039;L&#039;, 74154 =&gt; &#039;L&#039;, 74155 =&gt; &#039;L&#039;, 74156 =&gt; &#039;L&#039;, 74157 =&gt; &#039;L&#039;, 74158 =&gt; &#039;L&#039;, 74159 =&gt; &#039;L&#039;, 74160 =&gt; &#039;L&#039;, 74161 =&gt; &#039;L&#039;, 74162 =&gt; &#039;L&#039;, 74163 =&gt; &#039;L&#039;, 74164 =&gt; &#039;L&#039;, 74165 =&gt; &#039;L&#039;, 74166 =&gt; &#039;L&#039;, 74167 =&gt; &#039;L&#039;, 74168 =&gt; &#039;L&#039;, 74169 =&gt; &#039;L&#039;, 74170 =&gt; &#039;L&#039;, 74171 =&gt; &#039;L&#039;, 74172 =&gt; &#039;L&#039;, 74173 =&gt; &#039;L&#039;, 74174 =&gt; &#039;L&#039;, 74175 =&gt; &#039;L&#039;, 74176 =&gt; &#039;L&#039;, 74177 =&gt; &#039;L&#039;, 74178 =&gt; &#039;L&#039;, 74179 =&gt; &#039;L&#039;, 74180 =&gt; &#039;L&#039;, 74181 =&gt; &#039;L&#039;, 74182 =&gt; &#039;L&#039;, 74183 =&gt; &#039;L&#039;, 74184 =&gt; &#039;L&#039;, 74185 =&gt; &#039;L&#039;, 74186 =&gt; &#039;L&#039;, 74187 =&gt; &#039;L&#039;, 74188 =&gt; &#039;L&#039;, 74189 =&gt; &#039;L&#039;, 74190 =&gt; &#039;L&#039;, 74191 =&gt; &#039;L&#039;, 74192 =&gt; &#039;L&#039;, 74193 =&gt; &#039;L&#039;, 74194 =&gt; &#039;L&#039;, 74195 =&gt; &#039;L&#039;, 74196 =&gt; &#039;L&#039;, 74197 =&gt; &#039;L&#039;, 74198 =&gt; &#039;L&#039;, 74199 =&gt; &#039;L&#039;, 74200 =&gt; &#039;L&#039;, 74201 =&gt; &#039;L&#039;, 74202 =&gt; &#039;L&#039;, 74203 =&gt; &#039;L&#039;, 74204 =&gt; &#039;L&#039;, 74205 =&gt; &#039;L&#039;, 74206 =&gt; &#039;L&#039;, 74207 =&gt; &#039;L&#039;, 74208 =&gt; &#039;L&#039;, 74209 =&gt; &#039;L&#039;, 74210 =&gt; &#039;L&#039;, 74211 =&gt; &#039;L&#039;, 74212 =&gt; &#039;L&#039;, 74213 =&gt; &#039;L&#039;, 74214 =&gt; &#039;L&#039;, 74215 =&gt; &#039;L&#039;, 74216 =&gt; &#039;L&#039;, 74217 =&gt; &#039;L&#039;, 74218 =&gt; &#039;L&#039;, 74219 =&gt; &#039;L&#039;, 74220 =&gt; &#039;L&#039;, 74221 =&gt; &#039;L&#039;, 74222 =&gt; &#039;L&#039;, 74223 =&gt; &#039;L&#039;, 74224 =&gt; &#039;L&#039;, 74225 =&gt; &#039;L&#039;, 74226 =&gt; &#039;L&#039;, 74227 =&gt; &#039;L&#039;, 74228 =&gt; &#039;L&#039;, 74229 =&gt; &#039;L&#039;, 74230 =&gt; &#039;L&#039;, 74231 =&gt; &#039;L&#039;, 74232 =&gt; &#039;L&#039;, 74233 =&gt; &#039;L&#039;, 74234 =&gt; &#039;L&#039;, 74235 =&gt; &#039;L&#039;, 74236 =&gt; &#039;L&#039;, 74237 =&gt; &#039;L&#039;, 74238 =&gt; &#039;L&#039;, 74239 =&gt; &#039;L&#039;, 74240 =&gt; &#039;L&#039;, 74241 =&gt; &#039;L&#039;, 74242 =&gt; &#039;L&#039;, 74243 =&gt; &#039;L&#039;, 74244 =&gt; &#039;L&#039;, 74245 =&gt; &#039;L&#039;, 74246 =&gt; &#039;L&#039;, 74247 =&gt; &#039;L&#039;, 74248 =&gt; &#039;L&#039;, 74249 =&gt; &#039;L&#039;, 74250 =&gt; &#039;L&#039;, 74251 =&gt; &#039;L&#039;, 74252 =&gt; &#039;L&#039;, 74253 =&gt; &#039;L&#039;, 74254 =&gt; &#039;L&#039;, 74255 =&gt; &#039;L&#039;, 74256 =&gt; &#039;L&#039;, 74257 =&gt; &#039;L&#039;, 74258 =&gt; &#039;L&#039;, 74259 =&gt; &#039;L&#039;, 74260 =&gt; &#039;L&#039;, 74261 =&gt; &#039;L&#039;, 74262 =&gt; &#039;L&#039;, 74263 =&gt; &#039;L&#039;, 74264 =&gt; &#039;L&#039;, 74265 =&gt; &#039;L&#039;, 74266 =&gt; &#039;L&#039;, 74267 =&gt; &#039;L&#039;, 74268 =&gt; &#039;L&#039;, 74269 =&gt; &#039;L&#039;, 74270 =&gt; &#039;L&#039;, 74271 =&gt; &#039;L&#039;, 74272 =&gt; &#039;L&#039;, 74273 =&gt; &#039;L&#039;, 74274 =&gt; &#039;L&#039;, 74275 =&gt; &#039;L&#039;, 74276 =&gt; &#039;L&#039;, 74277 =&gt; &#039;L&#039;, 74278 =&gt; &#039;L&#039;, 74279 =&gt; &#039;L&#039;, 74280 =&gt; &#039;L&#039;, 74281 =&gt; &#039;L&#039;, 74282 =&gt; &#039;L&#039;, 74283 =&gt; &#039;L&#039;, 74284 =&gt; &#039;L&#039;, 74285 =&gt; &#039;L&#039;, 74286 =&gt; &#039;L&#039;, 74287 =&gt; &#039;L&#039;, 74288 =&gt; &#039;L&#039;, 74289 =&gt; &#039;L&#039;, 74290 =&gt; &#039;L&#039;, 74291 =&gt; &#039;L&#039;, 74292 =&gt; &#039;L&#039;, 74293 =&gt; &#039;L&#039;, 74294 =&gt; &#039;L&#039;, 74295 =&gt; &#039;L&#039;, 74296 =&gt; &#039;L&#039;, 74297 =&gt; &#039;L&#039;, 74298 =&gt; &#039;L&#039;, 74299 =&gt; &#039;L&#039;, 74300 =&gt; &#039;L&#039;, 74301 =&gt; &#039;L&#039;, 74302 =&gt; &#039;L&#039;, 74303 =&gt; &#039;L&#039;, 74304 =&gt; &#039;L&#039;, 74305 =&gt; &#039;L&#039;, 74306 =&gt; &#039;L&#039;, 74307 =&gt; &#039;L&#039;, 74308 =&gt; &#039;L&#039;, 74309 =&gt; &#039;L&#039;, 74310 =&gt; &#039;L&#039;, 74311 =&gt; &#039;L&#039;, 74312 =&gt; &#039;L&#039;, 74313 =&gt; &#039;L&#039;, 74314 =&gt; &#039;L&#039;, 74315 =&gt; &#039;L&#039;, 74316 =&gt; &#039;L&#039;, 74317 =&gt; &#039;L&#039;, 74318 =&gt; &#039;L&#039;, 74319 =&gt; &#039;L&#039;, 74320 =&gt; &#039;L&#039;, 74321 =&gt; &#039;L&#039;, 74322 =&gt; &#039;L&#039;, 74323 =&gt; &#039;L&#039;, 74324 =&gt; &#039;L&#039;, 74325 =&gt; &#039;L&#039;, 74326 =&gt; &#039;L&#039;, 74327 =&gt; &#039;L&#039;, 74328 =&gt; &#039;L&#039;, 74329 =&gt; &#039;L&#039;, 74330 =&gt; &#039;L&#039;, 74331 =&gt; &#039;L&#039;, 74332 =&gt; &#039;L&#039;, 74333 =&gt; &#039;L&#039;, 74334 =&gt; &#039;L&#039;, 74335 =&gt; &#039;L&#039;, 74336 =&gt; &#039;L&#039;, 74337 =&gt; &#039;L&#039;, 74338 =&gt; &#039;L&#039;, 74339 =&gt; &#039;L&#039;, 74340 =&gt; &#039;L&#039;, 74341 =&gt; &#039;L&#039;, 74342 =&gt; &#039;L&#039;, 74343 =&gt; &#039;L&#039;, 74344 =&gt; &#039;L&#039;, 74345 =&gt; &#039;L&#039;, 74346 =&gt; &#039;L&#039;, 74347 =&gt; &#039;L&#039;, 74348 =&gt; &#039;L&#039;, 74349 =&gt; &#039;L&#039;, 74350 =&gt; &#039;L&#039;, 74351 =&gt; &#039;L&#039;, 74352 =&gt; &#039;L&#039;, 74353 =&gt; &#039;L&#039;, 74354 =&gt; &#039;L&#039;, 74355 =&gt; &#039;L&#039;, 74356 =&gt; &#039;L&#039;, 74357 =&gt; &#039;L&#039;, 74358 =&gt; &#039;L&#039;, 74359 =&gt; &#039;L&#039;, 74360 =&gt; &#039;L&#039;, 74361 =&gt; &#039;L&#039;, 74362 =&gt; &#039;L&#039;, 74363 =&gt; &#039;L&#039;, 74364 =&gt; &#039;L&#039;, 74365 =&gt; &#039;L&#039;, 74366 =&gt; &#039;L&#039;, 74367 =&gt; &#039;L&#039;, 74368 =&gt; &#039;L&#039;, 74369 =&gt; &#039;L&#039;, 74370 =&gt; &#039;L&#039;, 74371 =&gt; &#039;L&#039;, 74372 =&gt; &#039;L&#039;, 74373 =&gt; &#039;L&#039;, 74374 =&gt; &#039;L&#039;, 74375 =&gt; &#039;L&#039;, 74376 =&gt; &#039;L&#039;, 74377 =&gt; &#039;L&#039;, 74378 =&gt; &#039;L&#039;, 74379 =&gt; &#039;L&#039;, 74380 =&gt; &#039;L&#039;, 74381 =&gt; &#039;L&#039;, 74382 =&gt; &#039;L&#039;, 74383 =&gt; &#039;L&#039;, 74384 =&gt; &#039;L&#039;, 74385 =&gt; &#039;L&#039;, 74386 =&gt; &#039;L&#039;, 74387 =&gt; &#039;L&#039;, 74388 =&gt; &#039;L&#039;, 74389 =&gt; &#039;L&#039;, 74390 =&gt; &#039;L&#039;, 74391 =&gt; &#039;L&#039;, 74392 =&gt; &#039;L&#039;, 74393 =&gt; &#039;L&#039;, 74394 =&gt; &#039;L&#039;, 74395 =&gt; &#039;L&#039;, 74396 =&gt; &#039;L&#039;, 74397 =&gt; &#039;L&#039;, 74398 =&gt; &#039;L&#039;, 74399 =&gt; &#039;L&#039;, 74400 =&gt; &#039;L&#039;, 74401 =&gt; &#039;L&#039;, 74402 =&gt; &#039;L&#039;, 74403 =&gt; &#039;L&#039;, 74404 =&gt; &#039;L&#039;, 74405 =&gt; &#039;L&#039;, 74406 =&gt; &#039;L&#039;, 74407 =&gt; &#039;L&#039;, 74408 =&gt; &#039;L&#039;, 74409 =&gt; &#039;L&#039;, 74410 =&gt; &#039;L&#039;, 74411 =&gt; &#039;L&#039;, 74412 =&gt; &#039;L&#039;, 74413 =&gt; &#039;L&#039;, 74414 =&gt; &#039;L&#039;, 74415 =&gt; &#039;L&#039;, 74416 =&gt; &#039;L&#039;, 74417 =&gt; &#039;L&#039;, 74418 =&gt; &#039;L&#039;, 74419 =&gt; &#039;L&#039;, 74420 =&gt; &#039;L&#039;, 74421 =&gt; &#039;L&#039;, 74422 =&gt; &#039;L&#039;, 74423 =&gt; &#039;L&#039;, 74424 =&gt; &#039;L&#039;, 74425 =&gt; &#039;L&#039;, 74426 =&gt; &#039;L&#039;, 74427 =&gt; &#039;L&#039;, 74428 =&gt; &#039;L&#039;, 74429 =&gt; &#039;L&#039;, 74430 =&gt; &#039;L&#039;, 74431 =&gt; &#039;L&#039;, 74432 =&gt; &#039;L&#039;, 74433 =&gt; &#039;L&#039;, 74434 =&gt; &#039;L&#039;, 74435 =&gt; &#039;L&#039;, 74436 =&gt; &#039;L&#039;, 74437 =&gt; &#039;L&#039;, 74438 =&gt; &#039;L&#039;, 74439 =&gt; &#039;L&#039;, 74440 =&gt; &#039;L&#039;, 74441 =&gt; &#039;L&#039;, 74442 =&gt; &#039;L&#039;, 74443 =&gt; &#039;L&#039;, 74444 =&gt; &#039;L&#039;, 74445 =&gt; &#039;L&#039;, 74446 =&gt; &#039;L&#039;, 74447 =&gt; &#039;L&#039;, 74448 =&gt; &#039;L&#039;, 74449 =&gt; &#039;L&#039;, 74450 =&gt; &#039;L&#039;, 74451 =&gt; &#039;L&#039;, 74452 =&gt; &#039;L&#039;, 74453 =&gt; &#039;L&#039;, 74454 =&gt; &#039;L&#039;, 74455 =&gt; &#039;L&#039;, 74456 =&gt; &#039;L&#039;, 74457 =&gt; &#039;L&#039;, 74458 =&gt; &#039;L&#039;, 74459 =&gt; &#039;L&#039;, 74460 =&gt; &#039;L&#039;, 74461 =&gt; &#039;L&#039;, 74462 =&gt; &#039;L&#039;, 74463 =&gt; &#039;L&#039;, 74464 =&gt; &#039;L&#039;, 74465 =&gt; &#039;L&#039;, 74466 =&gt; &#039;L&#039;, 74467 =&gt; &#039;L&#039;, 74468 =&gt; &#039;L&#039;, 74469 =&gt; &#039;L&#039;, 74470 =&gt; &#039;L&#039;, 74471 =&gt; &#039;L&#039;, 74472 =&gt; &#039;L&#039;, 74473 =&gt; &#039;L&#039;, 74474 =&gt; &#039;L&#039;, 74475 =&gt; &#039;L&#039;, 74476 =&gt; &#039;L&#039;, 74477 =&gt; &#039;L&#039;, 74478 =&gt; &#039;L&#039;, 74479 =&gt; &#039;L&#039;, 74480 =&gt; &#039;L&#039;, 74481 =&gt; &#039;L&#039;, 74482 =&gt; &#039;L&#039;, 74483 =&gt; &#039;L&#039;, 74484 =&gt; &#039;L&#039;, 74485 =&gt; &#039;L&#039;, 74486 =&gt; &#039;L&#039;, 74487 =&gt; &#039;L&#039;, 74488 =&gt; &#039;L&#039;, 74489 =&gt; &#039;L&#039;, 74490 =&gt; &#039;L&#039;, 74491 =&gt; &#039;L&#039;, 74492 =&gt; &#039;L&#039;, 74493 =&gt; &#039;L&#039;, 74494 =&gt; &#039;L&#039;, 74495 =&gt; &#039;L&#039;, 74496 =&gt; &#039;L&#039;, 74497 =&gt; &#039;L&#039;, 74498 =&gt; &#039;L&#039;, 74499 =&gt; &#039;L&#039;, 74500 =&gt; &#039;L&#039;, 74501 =&gt; &#039;L&#039;, 74502 =&gt; &#039;L&#039;, 74503 =&gt; &#039;L&#039;, 74504 =&gt; &#039;L&#039;, 74505 =&gt; &#039;L&#039;, 74506 =&gt; &#039;L&#039;, 74507 =&gt; &#039;L&#039;, 74508 =&gt; &#039;L&#039;, 74509 =&gt; &#039;L&#039;, 74510 =&gt; &#039;L&#039;, 74511 =&gt; &#039;L&#039;, 74512 =&gt; &#039;L&#039;, 74513 =&gt; &#039;L&#039;, 74514 =&gt; &#039;L&#039;, 74515 =&gt; &#039;L&#039;, 74516 =&gt; &#039;L&#039;, 74517 =&gt; &#039;L&#039;, 74518 =&gt; &#039;L&#039;, 74519 =&gt; &#039;L&#039;, 74520 =&gt; &#039;L&#039;, 74521 =&gt; &#039;L&#039;, 74522 =&gt; &#039;L&#039;, 74523 =&gt; &#039;L&#039;, 74524 =&gt; &#039;L&#039;, 74525 =&gt; &#039;L&#039;, 74526 =&gt; &#039;L&#039;, 74527 =&gt; &#039;L&#039;, 74528 =&gt; &#039;L&#039;, 74529 =&gt; &#039;L&#039;, 74530 =&gt; &#039;L&#039;, 74531 =&gt; &#039;L&#039;, 74532 =&gt; &#039;L&#039;, 74533 =&gt; &#039;L&#039;, 74534 =&gt; &#039;L&#039;, 74535 =&gt; &#039;L&#039;, 74536 =&gt; &#039;L&#039;, 74537 =&gt; &#039;L&#039;, 74538 =&gt; &#039;L&#039;, 74539 =&gt; &#039;L&#039;, 74540 =&gt; &#039;L&#039;, 74541 =&gt; &#039;L&#039;, 74542 =&gt; &#039;L&#039;, 74543 =&gt; &#039;L&#039;, 74544 =&gt; &#039;L&#039;, 74545 =&gt; &#039;L&#039;, 74546 =&gt; &#039;L&#039;, 74547 =&gt; &#039;L&#039;, 74548 =&gt; &#039;L&#039;, 74549 =&gt; &#039;L&#039;, 74550 =&gt; &#039;L&#039;, 74551 =&gt; &#039;L&#039;, 74552 =&gt; &#039;L&#039;, 74553 =&gt; &#039;L&#039;, 74554 =&gt; &#039;L&#039;, 74555 =&gt; &#039;L&#039;, 74556 =&gt; &#039;L&#039;, 74557 =&gt; &#039;L&#039;, 74558 =&gt; &#039;L&#039;, 74559 =&gt; &#039;L&#039;, 74560 =&gt; &#039;L&#039;, 74561 =&gt; &#039;L&#039;, 74562 =&gt; &#039;L&#039;, 74563 =&gt; &#039;L&#039;, 74564 =&gt; &#039;L&#039;, 74565 =&gt; &#039;L&#039;, 74566 =&gt; &#039;L&#039;, 74567 =&gt; &#039;L&#039;, 74568 =&gt; &#039;L&#039;, 74569 =&gt; &#039;L&#039;, 74570 =&gt; &#039;L&#039;, 74571 =&gt; &#039;L&#039;, 74572 =&gt; &#039;L&#039;, 74573 =&gt; &#039;L&#039;, 74574 =&gt; &#039;L&#039;, 74575 =&gt; &#039;L&#039;, 74576 =&gt; &#039;L&#039;, 74577 =&gt; &#039;L&#039;, 74578 =&gt; &#039;L&#039;, 74579 =&gt; &#039;L&#039;, 74580 =&gt; &#039;L&#039;, 74581 =&gt; &#039;L&#039;, 74582 =&gt; &#039;L&#039;, 74583 =&gt; &#039;L&#039;, 74584 =&gt; &#039;L&#039;, 74585 =&gt; &#039;L&#039;, 74586 =&gt; &#039;L&#039;, 74587 =&gt; &#039;L&#039;, 74588 =&gt; &#039;L&#039;, 74589 =&gt; &#039;L&#039;, 74590 =&gt; &#039;L&#039;, 74591 =&gt; &#039;L&#039;, 74592 =&gt; &#039;L&#039;, 74593 =&gt; &#039;L&#039;, 74594 =&gt; &#039;L&#039;, 74595 =&gt; &#039;L&#039;, 74596 =&gt; &#039;L&#039;, 74597 =&gt; &#039;L&#039;, 74598 =&gt; &#039;L&#039;, 74599 =&gt; &#039;L&#039;, 74600 =&gt; &#039;L&#039;, 74601 =&gt; &#039;L&#039;, 74602 =&gt; &#039;L&#039;, 74603 =&gt; &#039;L&#039;, 74604 =&gt; &#039;L&#039;, 74605 =&gt; &#039;L&#039;, 74606 =&gt; &#039;L&#039;, 74752 =&gt; &#039;L&#039;, 74753 =&gt; &#039;L&#039;, 74754 =&gt; &#039;L&#039;, 74755 =&gt; &#039;L&#039;, 74756 =&gt; &#039;L&#039;, 74757 =&gt; &#039;L&#039;, 74758 =&gt; &#039;L&#039;, 74759 =&gt; &#039;L&#039;, 74760 =&gt; &#039;L&#039;, 74761 =&gt; &#039;L&#039;, 74762 =&gt; &#039;L&#039;, 74763 =&gt; &#039;L&#039;, 74764 =&gt; &#039;L&#039;, 74765 =&gt; &#039;L&#039;, 74766 =&gt; &#039;L&#039;, 74767 =&gt; &#039;L&#039;, 74768 =&gt; &#039;L&#039;, 74769 =&gt; &#039;L&#039;, 74770 =&gt; &#039;L&#039;, 74771 =&gt; &#039;L&#039;, 74772 =&gt; &#039;L&#039;, 74773 =&gt; &#039;L&#039;, 74774 =&gt; &#039;L&#039;, 74775 =&gt; &#039;L&#039;, 74776 =&gt; &#039;L&#039;, 74777 =&gt; &#039;L&#039;, 74778 =&gt; &#039;L&#039;, 74779 =&gt; &#039;L&#039;, 74780 =&gt; &#039;L&#039;, 74781 =&gt; &#039;L&#039;, 74782 =&gt; &#039;L&#039;, 74783 =&gt; &#039;L&#039;, 74784 =&gt; &#039;L&#039;, 74785 =&gt; &#039;L&#039;, 74786 =&gt; &#039;L&#039;, 74787 =&gt; &#039;L&#039;, 74788 =&gt; &#039;L&#039;, 74789 =&gt; &#039;L&#039;, 74790 =&gt; &#039;L&#039;, 74791 =&gt; &#039;L&#039;, 74792 =&gt; &#039;L&#039;, 74793 =&gt; &#039;L&#039;, 74794 =&gt; &#039;L&#039;, 74795 =&gt; &#039;L&#039;, 74796 =&gt; &#039;L&#039;, 74797 =&gt; &#039;L&#039;, 74798 =&gt; &#039;L&#039;, 74799 =&gt; &#039;L&#039;, 74800 =&gt; &#039;L&#039;, 74801 =&gt; &#039;L&#039;, 74802 =&gt; &#039;L&#039;, 74803 =&gt; &#039;L&#039;, 74804 =&gt; &#039;L&#039;, 74805 =&gt; &#039;L&#039;, 74806 =&gt; &#039;L&#039;, 74807 =&gt; &#039;L&#039;, 74808 =&gt; &#039;L&#039;, 74809 =&gt; &#039;L&#039;, 74810 =&gt; &#039;L&#039;, 74811 =&gt; &#039;L&#039;, 74812 =&gt; &#039;L&#039;, 74813 =&gt; &#039;L&#039;, 74814 =&gt; &#039;L&#039;, 74815 =&gt; &#039;L&#039;, 74816 =&gt; &#039;L&#039;, 74817 =&gt; &#039;L&#039;, 74818 =&gt; &#039;L&#039;, 74819 =&gt; &#039;L&#039;, 74820 =&gt; &#039;L&#039;, 74821 =&gt; &#039;L&#039;, 74822 =&gt; &#039;L&#039;, 74823 =&gt; &#039;L&#039;, 74824 =&gt; &#039;L&#039;, 74825 =&gt; &#039;L&#039;, 74826 =&gt; &#039;L&#039;, 74827 =&gt; &#039;L&#039;, 74828 =&gt; &#039;L&#039;, 74829 =&gt; &#039;L&#039;, 74830 =&gt; &#039;L&#039;, 74831 =&gt; &#039;L&#039;, 74832 =&gt; &#039;L&#039;, 74833 =&gt; &#039;L&#039;, 74834 =&gt; &#039;L&#039;, 74835 =&gt; &#039;L&#039;, 74836 =&gt; &#039;L&#039;, 74837 =&gt; &#039;L&#039;, 74838 =&gt; &#039;L&#039;, 74839 =&gt; &#039;L&#039;, 74840 =&gt; &#039;L&#039;, 74841 =&gt; &#039;L&#039;, 74842 =&gt; &#039;L&#039;, 74843 =&gt; &#039;L&#039;, 74844 =&gt; &#039;L&#039;, 74845 =&gt; &#039;L&#039;, 74846 =&gt; &#039;L&#039;, 74847 =&gt; &#039;L&#039;, 74848 =&gt; &#039;L&#039;, 74849 =&gt; &#039;L&#039;, 74850 =&gt; &#039;L&#039;, 74864 =&gt; &#039;L&#039;, 74865 =&gt; &#039;L&#039;, 74866 =&gt; &#039;L&#039;, 74867 =&gt; &#039;L&#039;, 118784 =&gt; &#039;L&#039;, 118785 =&gt; &#039;L&#039;, 118786 =&gt; &#039;L&#039;, 118787 =&gt; &#039;L&#039;, 118788 =&gt; &#039;L&#039;, 118789 =&gt; &#039;L&#039;, 118790 =&gt; &#039;L&#039;, 118791 =&gt; &#039;L&#039;, 118792 =&gt; &#039;L&#039;, 118793 =&gt; &#039;L&#039;, 118794 =&gt; &#039;L&#039;, 118795 =&gt; &#039;L&#039;, 118796 =&gt; &#039;L&#039;, 118797 =&gt; &#039;L&#039;, 118798 =&gt; &#039;L&#039;, 118799 =&gt; &#039;L&#039;, 118800 =&gt; &#039;L&#039;, 118801 =&gt; &#039;L&#039;, 118802 =&gt; &#039;L&#039;, 118803 =&gt; &#039;L&#039;, 118804 =&gt; &#039;L&#039;, 118805 =&gt; &#039;L&#039;, 118806 =&gt; &#039;L&#039;, 118807 =&gt; &#039;L&#039;, 118808 =&gt; &#039;L&#039;, 118809 =&gt; &#039;L&#039;, 118810 =&gt; &#039;L&#039;, 118811 =&gt; &#039;L&#039;, 118812 =&gt; &#039;L&#039;, 118813 =&gt; &#039;L&#039;, 118814 =&gt; &#039;L&#039;, 118815 =&gt; &#039;L&#039;, 118816 =&gt; &#039;L&#039;, 118817 =&gt; &#039;L&#039;, 118818 =&gt; &#039;L&#039;, 118819 =&gt; &#039;L&#039;, 118820 =&gt; &#039;L&#039;, 118821 =&gt; &#039;L&#039;, 118822 =&gt; &#039;L&#039;, 118823 =&gt; &#039;L&#039;, 118824 =&gt; &#039;L&#039;, 118825 =&gt; &#039;L&#039;, 118826 =&gt; &#039;L&#039;, 118827 =&gt; &#039;L&#039;, 118828 =&gt; &#039;L&#039;, 118829 =&gt; &#039;L&#039;, 118830 =&gt; &#039;L&#039;, 118831 =&gt; &#039;L&#039;, 118832 =&gt; &#039;L&#039;, 118833 =&gt; &#039;L&#039;, 118834 =&gt; &#039;L&#039;, 118835 =&gt; &#039;L&#039;, 118836 =&gt; &#039;L&#039;, 118837 =&gt; &#039;L&#039;, 118838 =&gt; &#039;L&#039;, 118839 =&gt; &#039;L&#039;, 118840 =&gt; &#039;L&#039;, 118841 =&gt; &#039;L&#039;, 118842 =&gt; &#039;L&#039;, 118843 =&gt; &#039;L&#039;, 118844 =&gt; &#039;L&#039;, 118845 =&gt; &#039;L&#039;, 118846 =&gt; &#039;L&#039;, 118847 =&gt; &#039;L&#039;, 118848 =&gt; &#039;L&#039;, 118849 =&gt; &#039;L&#039;, 118850 =&gt; &#039;L&#039;, 118851 =&gt; &#039;L&#039;, 118852 =&gt; &#039;L&#039;, 118853 =&gt; &#039;L&#039;, 118854 =&gt; &#039;L&#039;, 118855 =&gt; &#039;L&#039;, 118856 =&gt; &#039;L&#039;, 118857 =&gt; &#039;L&#039;, 118858 =&gt; &#039;L&#039;, 118859 =&gt; &#039;L&#039;, 118860 =&gt; &#039;L&#039;, 118861 =&gt; &#039;L&#039;, 118862 =&gt; &#039;L&#039;, 118863 =&gt; &#039;L&#039;, 118864 =&gt; &#039;L&#039;, 118865 =&gt; &#039;L&#039;, 118866 =&gt; &#039;L&#039;, 118867 =&gt; &#039;L&#039;, 118868 =&gt; &#039;L&#039;, 118869 =&gt; &#039;L&#039;, 118870 =&gt; &#039;L&#039;, 118871 =&gt; &#039;L&#039;, 118872 =&gt; &#039;L&#039;, 118873 =&gt; &#039;L&#039;, 118874 =&gt; &#039;L&#039;, 118875 =&gt; &#039;L&#039;, 118876 =&gt; &#039;L&#039;, 118877 =&gt; &#039;L&#039;, 118878 =&gt; &#039;L&#039;, 118879 =&gt; &#039;L&#039;, 118880 =&gt; &#039;L&#039;, 118881 =&gt; &#039;L&#039;, 118882 =&gt; &#039;L&#039;, 118883 =&gt; &#039;L&#039;, 118884 =&gt; &#039;L&#039;, 118885 =&gt; &#039;L&#039;, 118886 =&gt; &#039;L&#039;, 118887 =&gt; &#039;L&#039;, 118888 =&gt; &#039;L&#039;, 118889 =&gt; &#039;L&#039;, 118890 =&gt; &#039;L&#039;, 118891 =&gt; &#039;L&#039;, 118892 =&gt; &#039;L&#039;, 118893 =&gt; &#039;L&#039;, 118894 =&gt; &#039;L&#039;, 118895 =&gt; &#039;L&#039;, 118896 =&gt; &#039;L&#039;, 118897 =&gt; &#039;L&#039;, 118898 =&gt; &#039;L&#039;, 118899 =&gt; &#039;L&#039;, 118900 =&gt; &#039;L&#039;, 118901 =&gt; &#039;L&#039;, 118902 =&gt; &#039;L&#039;, 118903 =&gt; &#039;L&#039;, 118904 =&gt; &#039;L&#039;, 118905 =&gt; &#039;L&#039;, 118906 =&gt; &#039;L&#039;, 118907 =&gt; &#039;L&#039;, 118908 =&gt; &#039;L&#039;, 118909 =&gt; &#039;L&#039;, 118910 =&gt; &#039;L&#039;, 118911 =&gt; &#039;L&#039;, 118912 =&gt; &#039;L&#039;, 118913 =&gt; &#039;L&#039;, 118914 =&gt; &#039;L&#039;, 118915 =&gt; &#039;L&#039;, 118916 =&gt; &#039;L&#039;, 118917 =&gt; &#039;L&#039;, 118918 =&gt; &#039;L&#039;, 118919 =&gt; &#039;L&#039;, 118920 =&gt; &#039;L&#039;, 118921 =&gt; &#039;L&#039;, 118922 =&gt; &#039;L&#039;, 118923 =&gt; &#039;L&#039;, 118924 =&gt; &#039;L&#039;, 118925 =&gt; &#039;L&#039;, 118926 =&gt; &#039;L&#039;, 118927 =&gt; &#039;L&#039;, 118928 =&gt; &#039;L&#039;, 118929 =&gt; &#039;L&#039;, 118930 =&gt; &#039;L&#039;, 118931 =&gt; &#039;L&#039;, 118932 =&gt; &#039;L&#039;, 118933 =&gt; &#039;L&#039;, 118934 =&gt; &#039;L&#039;, 118935 =&gt; &#039;L&#039;, 118936 =&gt; &#039;L&#039;, 118937 =&gt; &#039;L&#039;, 118938 =&gt; &#039;L&#039;, 118939 =&gt; &#039;L&#039;, 118940 =&gt; &#039;L&#039;, 118941 =&gt; &#039;L&#039;, 118942 =&gt; &#039;L&#039;, 118943 =&gt; &#039;L&#039;, 118944 =&gt; &#039;L&#039;, 118945 =&gt; &#039;L&#039;, 118946 =&gt; &#039;L&#039;, 118947 =&gt; &#039;L&#039;, 118948 =&gt; &#039;L&#039;, 118949 =&gt; &#039;L&#039;, 118950 =&gt; &#039;L&#039;, 118951 =&gt; &#039;L&#039;, 118952 =&gt; &#039;L&#039;, 118953 =&gt; &#039;L&#039;, 118954 =&gt; &#039;L&#039;, 118955 =&gt; &#039;L&#039;, 118956 =&gt; &#039;L&#039;, 118957 =&gt; &#039;L&#039;, 118958 =&gt; &#039;L&#039;, 118959 =&gt; &#039;L&#039;, 118960 =&gt; &#039;L&#039;, 118961 =&gt; &#039;L&#039;, 118962 =&gt; &#039;L&#039;, 118963 =&gt; &#039;L&#039;, 118964 =&gt; &#039;L&#039;, 118965 =&gt; &#039;L&#039;, 118966 =&gt; &#039;L&#039;, 118967 =&gt; &#039;L&#039;, 118968 =&gt; &#039;L&#039;, 118969 =&gt; &#039;L&#039;, 118970 =&gt; &#039;L&#039;, 118971 =&gt; &#039;L&#039;, 118972 =&gt; &#039;L&#039;, 118973 =&gt; &#039;L&#039;, 118974 =&gt; &#039;L&#039;, 118975 =&gt; &#039;L&#039;, 118976 =&gt; &#039;L&#039;, 118977 =&gt; &#039;L&#039;, 118978 =&gt; &#039;L&#039;, 118979 =&gt; &#039;L&#039;, 118980 =&gt; &#039;L&#039;, 118981 =&gt; &#039;L&#039;, 118982 =&gt; &#039;L&#039;, 118983 =&gt; &#039;L&#039;, 118984 =&gt; &#039;L&#039;, 118985 =&gt; &#039;L&#039;, 118986 =&gt; &#039;L&#039;, 118987 =&gt; &#039;L&#039;, 118988 =&gt; &#039;L&#039;, 118989 =&gt; &#039;L&#039;, 118990 =&gt; &#039;L&#039;, 118991 =&gt; &#039;L&#039;, 118992 =&gt; &#039;L&#039;, 118993 =&gt; &#039;L&#039;, 118994 =&gt; &#039;L&#039;, 118995 =&gt; &#039;L&#039;, 118996 =&gt; &#039;L&#039;, 118997 =&gt; &#039;L&#039;, 118998 =&gt; &#039;L&#039;, 118999 =&gt; &#039;L&#039;, 119000 =&gt; &#039;L&#039;, 119001 =&gt; &#039;L&#039;, 119002 =&gt; &#039;L&#039;, 119003 =&gt; &#039;L&#039;, 119004 =&gt; &#039;L&#039;, 119005 =&gt; &#039;L&#039;, 119006 =&gt; &#039;L&#039;, 119007 =&gt; &#039;L&#039;, 119008 =&gt; &#039;L&#039;, 119009 =&gt; &#039;L&#039;, 119010 =&gt; &#039;L&#039;, 119011 =&gt; &#039;L&#039;, 119012 =&gt; &#039;L&#039;, 119013 =&gt; &#039;L&#039;, 119014 =&gt; &#039;L&#039;, 119015 =&gt; &#039;L&#039;, 119016 =&gt; &#039;L&#039;, 119017 =&gt; &#039;L&#039;, 119018 =&gt; &#039;L&#039;, 119019 =&gt; &#039;L&#039;, 119020 =&gt; &#039;L&#039;, 119021 =&gt; &#039;L&#039;, 119022 =&gt; &#039;L&#039;, 119023 =&gt; &#039;L&#039;, 119024 =&gt; &#039;L&#039;, 119025 =&gt; &#039;L&#039;, 119026 =&gt; &#039;L&#039;, 119027 =&gt; &#039;L&#039;, 119028 =&gt; &#039;L&#039;, 119029 =&gt; &#039;L&#039;, 119040 =&gt; &#039;L&#039;, 119041 =&gt; &#039;L&#039;, 119042 =&gt; &#039;L&#039;, 119043 =&gt; &#039;L&#039;, 119044 =&gt; &#039;L&#039;, 119045 =&gt; &#039;L&#039;, 119046 =&gt; &#039;L&#039;, 119047 =&gt; &#039;L&#039;, 119048 =&gt; &#039;L&#039;, 119049 =&gt; &#039;L&#039;, 119050 =&gt; &#039;L&#039;, 119051 =&gt; &#039;L&#039;, 119052 =&gt; &#039;L&#039;, 119053 =&gt; &#039;L&#039;, 119054 =&gt; &#039;L&#039;, 119055 =&gt; &#039;L&#039;, 119056 =&gt; &#039;L&#039;, 119057 =&gt; &#039;L&#039;, 119058 =&gt; &#039;L&#039;, 119059 =&gt; &#039;L&#039;, 119060 =&gt; &#039;L&#039;, 119061 =&gt; &#039;L&#039;, 119062 =&gt; &#039;L&#039;, 119063 =&gt; &#039;L&#039;, 119064 =&gt; &#039;L&#039;, 119065 =&gt; &#039;L&#039;, 119066 =&gt; &#039;L&#039;, 119067 =&gt; &#039;L&#039;, 119068 =&gt; &#039;L&#039;, 119069 =&gt; &#039;L&#039;, 119070 =&gt; &#039;L&#039;, 119071 =&gt; &#039;L&#039;, 119072 =&gt; &#039;L&#039;, 119073 =&gt; &#039;L&#039;, 119074 =&gt; &#039;L&#039;, 119075 =&gt; &#039;L&#039;, 119076 =&gt; &#039;L&#039;, 119077 =&gt; &#039;L&#039;, 119078 =&gt; &#039;L&#039;, 119082 =&gt; &#039;L&#039;, 119083 =&gt; &#039;L&#039;, 119084 =&gt; &#039;L&#039;, 119085 =&gt; &#039;L&#039;, 119086 =&gt; &#039;L&#039;, 119087 =&gt; &#039;L&#039;, 119088 =&gt; &#039;L&#039;, 119089 =&gt; &#039;L&#039;, 119090 =&gt; &#039;L&#039;, 119091 =&gt; &#039;L&#039;, 119092 =&gt; &#039;L&#039;, 119093 =&gt; &#039;L&#039;, 119094 =&gt; &#039;L&#039;, 119095 =&gt; &#039;L&#039;, 119096 =&gt; &#039;L&#039;, 119097 =&gt; &#039;L&#039;, 119098 =&gt; &#039;L&#039;, 119099 =&gt; &#039;L&#039;, 119100 =&gt; &#039;L&#039;, 119101 =&gt; &#039;L&#039;, 119102 =&gt; &#039;L&#039;, 119103 =&gt; &#039;L&#039;, 119104 =&gt; &#039;L&#039;, 119105 =&gt; &#039;L&#039;, 119106 =&gt; &#039;L&#039;, 119107 =&gt; &#039;L&#039;, 119108 =&gt; &#039;L&#039;, 119109 =&gt; &#039;L&#039;, 119110 =&gt; &#039;L&#039;, 119111 =&gt; &#039;L&#039;, 119112 =&gt; &#039;L&#039;, 119113 =&gt; &#039;L&#039;, 119114 =&gt; &#039;L&#039;, 119115 =&gt; &#039;L&#039;, 119116 =&gt; &#039;L&#039;, 119117 =&gt; &#039;L&#039;, 119118 =&gt; &#039;L&#039;, 119119 =&gt; &#039;L&#039;, 119120 =&gt; &#039;L&#039;, 119121 =&gt; &#039;L&#039;, 119122 =&gt; &#039;L&#039;, 119123 =&gt; &#039;L&#039;, 119124 =&gt; &#039;L&#039;, 119125 =&gt; &#039;L&#039;, 119126 =&gt; &#039;L&#039;, 119127 =&gt; &#039;L&#039;, 119128 =&gt; &#039;L&#039;, 119129 =&gt; &#039;L&#039;, 119130 =&gt; &#039;L&#039;, 119131 =&gt; &#039;L&#039;, 119132 =&gt; &#039;L&#039;, 119133 =&gt; &#039;L&#039;, 119134 =&gt; &#039;L&#039;, 119135 =&gt; &#039;L&#039;, 119136 =&gt; &#039;L&#039;, 119137 =&gt; &#039;L&#039;, 119138 =&gt; &#039;L&#039;, 119139 =&gt; &#039;L&#039;, 119140 =&gt; &#039;L&#039;, 119141 =&gt; &#039;L&#039;, 119142 =&gt; &#039;L&#039;, 119143 =&gt; &#039;NSM&#039;, 119144 =&gt; &#039;NSM&#039;, 119145 =&gt; &#039;NSM&#039;, 119146 =&gt; &#039;L&#039;, 119147 =&gt; &#039;L&#039;, 119148 =&gt; &#039;L&#039;, 119149 =&gt; &#039;L&#039;, 119150 =&gt; &#039;L&#039;, 119151 =&gt; &#039;L&#039;, 119152 =&gt; &#039;L&#039;, 119153 =&gt; &#039;L&#039;, 119154 =&gt; &#039;L&#039;, 119155 =&gt; &#039;BN&#039;, 119156 =&gt; &#039;BN&#039;, 119157 =&gt; &#039;BN&#039;, 119158 =&gt; &#039;BN&#039;, 119159 =&gt; &#039;BN&#039;, 119160 =&gt; &#039;BN&#039;, 119161 =&gt; &#039;BN&#039;, 119162 =&gt; &#039;BN&#039;, 119163 =&gt; &#039;NSM&#039;, 119164 =&gt; &#039;NSM&#039;, 119165 =&gt; &#039;NSM&#039;, 119166 =&gt; &#039;NSM&#039;, 119167 =&gt; &#039;NSM&#039;, 119168 =&gt; &#039;NSM&#039;, 119169 =&gt; &#039;NSM&#039;, 119170 =&gt; &#039;NSM&#039;, 119171 =&gt; &#039;L&#039;, 119172 =&gt; &#039;L&#039;, 119173 =&gt; &#039;NSM&#039;, 119174 =&gt; &#039;NSM&#039;, 119175 =&gt; &#039;NSM&#039;, 119176 =&gt; &#039;NSM&#039;, 119177 =&gt; &#039;NSM&#039;, 119178 =&gt; &#039;NSM&#039;, 119179 =&gt; &#039;NSM&#039;, 119180 =&gt; &#039;L&#039;, 119181 =&gt; &#039;L&#039;, 119182 =&gt; &#039;L&#039;, 119183 =&gt; &#039;L&#039;, 119184 =&gt; &#039;L&#039;, 119185 =&gt; &#039;L&#039;, 119186 =&gt; &#039;L&#039;, 119187 =&gt; &#039;L&#039;, 119188 =&gt; &#039;L&#039;, 119189 =&gt; &#039;L&#039;, 119190 =&gt; &#039;L&#039;, 119191 =&gt; &#039;L&#039;, 119192 =&gt; &#039;L&#039;, 119193 =&gt; &#039;L&#039;, 119194 =&gt; &#039;L&#039;, 119195 =&gt; &#039;L&#039;, 119196 =&gt; &#039;L&#039;, 119197 =&gt; &#039;L&#039;, 119198 =&gt; &#039;L&#039;, 119199 =&gt; &#039;L&#039;, 119200 =&gt; &#039;L&#039;, 119201 =&gt; &#039;L&#039;, 119202 =&gt; &#039;L&#039;, 119203 =&gt; &#039;L&#039;, 119204 =&gt; &#039;L&#039;, 119205 =&gt; &#039;L&#039;, 119206 =&gt; &#039;L&#039;, 119207 =&gt; &#039;L&#039;, 119208 =&gt; &#039;L&#039;, 119209 =&gt; &#039;L&#039;, 119210 =&gt; &#039;NSM&#039;, 119211 =&gt; &#039;NSM&#039;, 119212 =&gt; &#039;NSM&#039;, 119213 =&gt; &#039;NSM&#039;, 119214 =&gt; &#039;L&#039;, 119215 =&gt; &#039;L&#039;, 119216 =&gt; &#039;L&#039;, 119217 =&gt; &#039;L&#039;, 119218 =&gt; &#039;L&#039;, 119219 =&gt; &#039;L&#039;, 119220 =&gt; &#039;L&#039;, 119221 =&gt; &#039;L&#039;, 119222 =&gt; &#039;L&#039;, 119223 =&gt; &#039;L&#039;, 119224 =&gt; &#039;L&#039;, 119225 =&gt; &#039;L&#039;, 119226 =&gt; &#039;L&#039;, 119227 =&gt; &#039;L&#039;, 119228 =&gt; &#039;L&#039;, 119229 =&gt; &#039;L&#039;, 119230 =&gt; &#039;L&#039;, 119231 =&gt; &#039;L&#039;, 119232 =&gt; &#039;L&#039;, 119233 =&gt; &#039;L&#039;, 119234 =&gt; &#039;L&#039;, 119235 =&gt; &#039;L&#039;, 119236 =&gt; &#039;L&#039;, 119237 =&gt; &#039;L&#039;, 119238 =&gt; &#039;L&#039;, 119239 =&gt; &#039;L&#039;, 119240 =&gt; &#039;L&#039;, 119241 =&gt; &#039;L&#039;, 119242 =&gt; &#039;L&#039;, 119243 =&gt; &#039;L&#039;, 119244 =&gt; &#039;L&#039;, 119245 =&gt; &#039;L&#039;, 119246 =&gt; &#039;L&#039;, 119247 =&gt; &#039;L&#039;, 119248 =&gt; &#039;L&#039;, 119249 =&gt; &#039;L&#039;, 119250 =&gt; &#039;L&#039;, 119251 =&gt; &#039;L&#039;, 119252 =&gt; &#039;L&#039;, 119253 =&gt; &#039;L&#039;, 119254 =&gt; &#039;L&#039;, 119255 =&gt; &#039;L&#039;, 119256 =&gt; &#039;L&#039;, 119257 =&gt; &#039;L&#039;, 119258 =&gt; &#039;L&#039;, 119259 =&gt; &#039;L&#039;, 119260 =&gt; &#039;L&#039;, 119261 =&gt; &#039;L&#039;, 119296 =&gt; &#039;ON&#039;, 119297 =&gt; &#039;ON&#039;, 119298 =&gt; &#039;ON&#039;, 119299 =&gt; &#039;ON&#039;, 119300 =&gt; &#039;ON&#039;, 119301 =&gt; &#039;ON&#039;, 119302 =&gt; &#039;ON&#039;, 119303 =&gt; &#039;ON&#039;, 119304 =&gt; &#039;ON&#039;, 119305 =&gt; &#039;ON&#039;, 119306 =&gt; &#039;ON&#039;, 119307 =&gt; &#039;ON&#039;, 119308 =&gt; &#039;ON&#039;, 119309 =&gt; &#039;ON&#039;, 119310 =&gt; &#039;ON&#039;, 119311 =&gt; &#039;ON&#039;, 119312 =&gt; &#039;ON&#039;, 119313 =&gt; &#039;ON&#039;, 119314 =&gt; &#039;ON&#039;, 119315 =&gt; &#039;ON&#039;, 119316 =&gt; &#039;ON&#039;, 119317 =&gt; &#039;ON&#039;, 119318 =&gt; &#039;ON&#039;, 119319 =&gt; &#039;ON&#039;, 119320 =&gt; &#039;ON&#039;, 119321 =&gt; &#039;ON&#039;, 119322 =&gt; &#039;ON&#039;, 119323 =&gt; &#039;ON&#039;, 119324 =&gt; &#039;ON&#039;, 119325 =&gt; &#039;ON&#039;, 119326 =&gt; &#039;ON&#039;, 119327 =&gt; &#039;ON&#039;, 119328 =&gt; &#039;ON&#039;, 119329 =&gt; &#039;ON&#039;, 119330 =&gt; &#039;ON&#039;, 119331 =&gt; &#039;ON&#039;, 119332 =&gt; &#039;ON&#039;, 119333 =&gt; &#039;ON&#039;, 119334 =&gt; &#039;ON&#039;, 119335 =&gt; &#039;ON&#039;, 119336 =&gt; &#039;ON&#039;, 119337 =&gt; &#039;ON&#039;, 119338 =&gt; &#039;ON&#039;, 119339 =&gt; &#039;ON&#039;, 119340 =&gt; &#039;ON&#039;, 119341 =&gt; &#039;ON&#039;, 119342 =&gt; &#039;ON&#039;, 119343 =&gt; &#039;ON&#039;, 119344 =&gt; &#039;ON&#039;, 119345 =&gt; &#039;ON&#039;, 119346 =&gt; &#039;ON&#039;, 119347 =&gt; &#039;ON&#039;, 119348 =&gt; &#039;ON&#039;, 119349 =&gt; &#039;ON&#039;, 119350 =&gt; &#039;ON&#039;, 119351 =&gt; &#039;ON&#039;, 119352 =&gt; &#039;ON&#039;, 119353 =&gt; &#039;ON&#039;, 119354 =&gt; &#039;ON&#039;, 119355 =&gt; &#039;ON&#039;, 119356 =&gt; &#039;ON&#039;, 119357 =&gt; &#039;ON&#039;, 119358 =&gt; &#039;ON&#039;, 119359 =&gt; &#039;ON&#039;, 119360 =&gt; &#039;ON&#039;, 119361 =&gt; &#039;ON&#039;, 119362 =&gt; &#039;NSM&#039;, 119363 =&gt; &#039;NSM&#039;, 119364 =&gt; &#039;NSM&#039;, 119365 =&gt; &#039;ON&#039;, 119552 =&gt; &#039;ON&#039;, 119553 =&gt; &#039;ON&#039;, 119554 =&gt; &#039;ON&#039;, 119555 =&gt; &#039;ON&#039;, 119556 =&gt; &#039;ON&#039;, 119557 =&gt; &#039;ON&#039;, 119558 =&gt; &#039;ON&#039;, 119559 =&gt; &#039;ON&#039;, 119560 =&gt; &#039;ON&#039;, 119561 =&gt; &#039;ON&#039;, 119562 =&gt; &#039;ON&#039;, 119563 =&gt; &#039;ON&#039;, 119564 =&gt; &#039;ON&#039;, 119565 =&gt; &#039;ON&#039;, 119566 =&gt; &#039;ON&#039;, 119567 =&gt; &#039;ON&#039;, 119568 =&gt; &#039;ON&#039;, 119569 =&gt; &#039;ON&#039;, 119570 =&gt; &#039;ON&#039;, 119571 =&gt; &#039;ON&#039;, 119572 =&gt; &#039;ON&#039;, 119573 =&gt; &#039;ON&#039;, 119574 =&gt; &#039;ON&#039;, 119575 =&gt; &#039;ON&#039;, 119576 =&gt; &#039;ON&#039;, 119577 =&gt; &#039;ON&#039;, 119578 =&gt; &#039;ON&#039;, 119579 =&gt; &#039;ON&#039;, 119580 =&gt; &#039;ON&#039;, 119581 =&gt; &#039;ON&#039;, 119582 =&gt; &#039;ON&#039;, 119583 =&gt; &#039;ON&#039;, 119584 =&gt; &#039;ON&#039;, 119585 =&gt; &#039;ON&#039;, 119586 =&gt; &#039;ON&#039;, 119587 =&gt; &#039;ON&#039;, 119588 =&gt; &#039;ON&#039;, 119589 =&gt; &#039;ON&#039;, 119590 =&gt; &#039;ON&#039;, 119591 =&gt; &#039;ON&#039;, 119592 =&gt; &#039;ON&#039;, 119593 =&gt; &#039;ON&#039;, 119594 =&gt; &#039;ON&#039;, 119595 =&gt; &#039;ON&#039;, 119596 =&gt; &#039;ON&#039;, 119597 =&gt; &#039;ON&#039;, 119598 =&gt; &#039;ON&#039;, 119599 =&gt; &#039;ON&#039;, 119600 =&gt; &#039;ON&#039;, 119601 =&gt; &#039;ON&#039;, 119602 =&gt; &#039;ON&#039;, 119603 =&gt; &#039;ON&#039;, 119604 =&gt; &#039;ON&#039;, 119605 =&gt; &#039;ON&#039;, 119606 =&gt; &#039;ON&#039;, 119607 =&gt; &#039;ON&#039;, 119608 =&gt; &#039;ON&#039;, 119609 =&gt; &#039;ON&#039;, 119610 =&gt; &#039;ON&#039;, 119611 =&gt; &#039;ON&#039;, 119612 =&gt; &#039;ON&#039;, 119613 =&gt; &#039;ON&#039;, 119614 =&gt; &#039;ON&#039;, 119615 =&gt; &#039;ON&#039;, 119616 =&gt; &#039;ON&#039;, 119617 =&gt; &#039;ON&#039;, 119618 =&gt; &#039;ON&#039;, 119619 =&gt; &#039;ON&#039;, 119620 =&gt; &#039;ON&#039;, 119621 =&gt; &#039;ON&#039;, 119622 =&gt; &#039;ON&#039;, 119623 =&gt; &#039;ON&#039;, 119624 =&gt; &#039;ON&#039;, 119625 =&gt; &#039;ON&#039;, 119626 =&gt; &#039;ON&#039;, 119627 =&gt; &#039;ON&#039;, 119628 =&gt; &#039;ON&#039;, 119629 =&gt; &#039;ON&#039;, 119630 =&gt; &#039;ON&#039;, 119631 =&gt; &#039;ON&#039;, 119632 =&gt; &#039;ON&#039;, 119633 =&gt; &#039;ON&#039;, 119634 =&gt; &#039;ON&#039;, 119635 =&gt; &#039;ON&#039;, 119636 =&gt; &#039;ON&#039;, 119637 =&gt; &#039;ON&#039;, 119638 =&gt; &#039;ON&#039;, 119648 =&gt; &#039;L&#039;, 119649 =&gt; &#039;L&#039;, 119650 =&gt; &#039;L&#039;, 119651 =&gt; &#039;L&#039;, 119652 =&gt; &#039;L&#039;, 119653 =&gt; &#039;L&#039;, 119654 =&gt; &#039;L&#039;, 119655 =&gt; &#039;L&#039;, 119656 =&gt; &#039;L&#039;, 119657 =&gt; &#039;L&#039;, 119658 =&gt; &#039;L&#039;, 119659 =&gt; &#039;L&#039;, 119660 =&gt; &#039;L&#039;, 119661 =&gt; &#039;L&#039;, 119662 =&gt; &#039;L&#039;, 119663 =&gt; &#039;L&#039;, 119664 =&gt; &#039;L&#039;, 119665 =&gt; &#039;L&#039;, 119808 =&gt; &#039;L&#039;, 119809 =&gt; &#039;L&#039;, 119810 =&gt; &#039;L&#039;, 119811 =&gt; &#039;L&#039;, 119812 =&gt; &#039;L&#039;, 119813 =&gt; &#039;L&#039;, 119814 =&gt; &#039;L&#039;, 119815 =&gt; &#039;L&#039;, 119816 =&gt; &#039;L&#039;, 119817 =&gt; &#039;L&#039;, 119818 =&gt; &#039;L&#039;, 119819 =&gt; &#039;L&#039;, 119820 =&gt; &#039;L&#039;, 119821 =&gt; &#039;L&#039;, 119822 =&gt; &#039;L&#039;, 119823 =&gt; &#039;L&#039;, 119824 =&gt; &#039;L&#039;, 119825 =&gt; &#039;L&#039;, 119826 =&gt; &#039;L&#039;, 119827 =&gt; &#039;L&#039;, 119828 =&gt; &#039;L&#039;, 119829 =&gt; &#039;L&#039;, 119830 =&gt; &#039;L&#039;, 119831 =&gt; &#039;L&#039;, 119832 =&gt; &#039;L&#039;, 119833 =&gt; &#039;L&#039;, 119834 =&gt; &#039;L&#039;, 119835 =&gt; &#039;L&#039;, 119836 =&gt; &#039;L&#039;, 119837 =&gt; &#039;L&#039;, 119838 =&gt; &#039;L&#039;, 119839 =&gt; &#039;L&#039;, 119840 =&gt; &#039;L&#039;, 119841 =&gt; &#039;L&#039;, 119842 =&gt; &#039;L&#039;, 119843 =&gt; &#039;L&#039;, 119844 =&gt; &#039;L&#039;, 119845 =&gt; &#039;L&#039;, 119846 =&gt; &#039;L&#039;, 119847 =&gt; &#039;L&#039;, 119848 =&gt; &#039;L&#039;, 119849 =&gt; &#039;L&#039;, 119850 =&gt; &#039;L&#039;, 119851 =&gt; &#039;L&#039;, 119852 =&gt; &#039;L&#039;, 119853 =&gt; &#039;L&#039;, 119854 =&gt; &#039;L&#039;, 119855 =&gt; &#039;L&#039;, 119856 =&gt; &#039;L&#039;, 119857 =&gt; &#039;L&#039;, 119858 =&gt; &#039;L&#039;, 119859 =&gt; &#039;L&#039;, 119860 =&gt; &#039;L&#039;, 119861 =&gt; &#039;L&#039;, 119862 =&gt; &#039;L&#039;, 119863 =&gt; &#039;L&#039;, 119864 =&gt; &#039;L&#039;, 119865 =&gt; &#039;L&#039;, 119866 =&gt; &#039;L&#039;, 119867 =&gt; &#039;L&#039;, 119868 =&gt; &#039;L&#039;, 119869 =&gt; &#039;L&#039;, 119870 =&gt; &#039;L&#039;, 119871 =&gt; &#039;L&#039;, 119872 =&gt; &#039;L&#039;, 119873 =&gt; &#039;L&#039;, 119874 =&gt; &#039;L&#039;, 119875 =&gt; &#039;L&#039;, 119876 =&gt; &#039;L&#039;, 119877 =&gt; &#039;L&#039;, 119878 =&gt; &#039;L&#039;, 119879 =&gt; &#039;L&#039;, 119880 =&gt; &#039;L&#039;, 119881 =&gt; &#039;L&#039;, 119882 =&gt; &#039;L&#039;, 119883 =&gt; &#039;L&#039;, 119884 =&gt; &#039;L&#039;, 119885 =&gt; &#039;L&#039;, 119886 =&gt; &#039;L&#039;, 119887 =&gt; &#039;L&#039;, 119888 =&gt; &#039;L&#039;, 119889 =&gt; &#039;L&#039;, 119890 =&gt; &#039;L&#039;, 119891 =&gt; &#039;L&#039;, 119892 =&gt; &#039;L&#039;, 119894 =&gt; &#039;L&#039;, 119895 =&gt; &#039;L&#039;, 119896 =&gt; &#039;L&#039;, 119897 =&gt; &#039;L&#039;, 119898 =&gt; &#039;L&#039;, 119899 =&gt; &#039;L&#039;, 119900 =&gt; &#039;L&#039;, 119901 =&gt; &#039;L&#039;, 119902 =&gt; &#039;L&#039;, 119903 =&gt; &#039;L&#039;, 119904 =&gt; &#039;L&#039;, 119905 =&gt; &#039;L&#039;, 119906 =&gt; &#039;L&#039;, 119907 =&gt; &#039;L&#039;, 119908 =&gt; &#039;L&#039;, 119909 =&gt; &#039;L&#039;, 119910 =&gt; &#039;L&#039;, 119911 =&gt; &#039;L&#039;, 119912 =&gt; &#039;L&#039;, 119913 =&gt; &#039;L&#039;, 119914 =&gt; &#039;L&#039;, 119915 =&gt; &#039;L&#039;, 119916 =&gt; &#039;L&#039;, 119917 =&gt; &#039;L&#039;, 119918 =&gt; &#039;L&#039;, 119919 =&gt; &#039;L&#039;, 119920 =&gt; &#039;L&#039;, 119921 =&gt; &#039;L&#039;, 119922 =&gt; &#039;L&#039;, 119923 =&gt; &#039;L&#039;, 119924 =&gt; &#039;L&#039;, 119925 =&gt; &#039;L&#039;, 119926 =&gt; &#039;L&#039;, 119927 =&gt; &#039;L&#039;, 119928 =&gt; &#039;L&#039;, 119929 =&gt; &#039;L&#039;, 119930 =&gt; &#039;L&#039;, 119931 =&gt; &#039;L&#039;, 119932 =&gt; &#039;L&#039;, 119933 =&gt; &#039;L&#039;, 119934 =&gt; &#039;L&#039;, 119935 =&gt; &#039;L&#039;, 119936 =&gt; &#039;L&#039;, 119937 =&gt; &#039;L&#039;, 119938 =&gt; &#039;L&#039;, 119939 =&gt; &#039;L&#039;, 119940 =&gt; &#039;L&#039;, 119941 =&gt; &#039;L&#039;, 119942 =&gt; &#039;L&#039;, 119943 =&gt; &#039;L&#039;, 119944 =&gt; &#039;L&#039;, 119945 =&gt; &#039;L&#039;, 119946 =&gt; &#039;L&#039;, 119947 =&gt; &#039;L&#039;, 119948 =&gt; &#039;L&#039;, 119949 =&gt; &#039;L&#039;, 119950 =&gt; &#039;L&#039;, 119951 =&gt; &#039;L&#039;, 119952 =&gt; &#039;L&#039;, 119953 =&gt; &#039;L&#039;, 119954 =&gt; &#039;L&#039;, 119955 =&gt; &#039;L&#039;, 119956 =&gt; &#039;L&#039;, 119957 =&gt; &#039;L&#039;, 119958 =&gt; &#039;L&#039;, 119959 =&gt; &#039;L&#039;, 119960 =&gt; &#039;L&#039;, 119961 =&gt; &#039;L&#039;, 119962 =&gt; &#039;L&#039;, 119963 =&gt; &#039;L&#039;, 119964 =&gt; &#039;L&#039;, 119966 =&gt; &#039;L&#039;, 119967 =&gt; &#039;L&#039;, 119970 =&gt; &#039;L&#039;, 119973 =&gt; &#039;L&#039;, 119974 =&gt; &#039;L&#039;, 119977 =&gt; &#039;L&#039;, 119978 =&gt; &#039;L&#039;, 119979 =&gt; &#039;L&#039;, 119980 =&gt; &#039;L&#039;, 119982 =&gt; &#039;L&#039;, 119983 =&gt; &#039;L&#039;, 119984 =&gt; &#039;L&#039;, 119985 =&gt; &#039;L&#039;, 119986 =&gt; &#039;L&#039;, 119987 =&gt; &#039;L&#039;, 119988 =&gt; &#039;L&#039;, 119989 =&gt; &#039;L&#039;, 119990 =&gt; &#039;L&#039;, 119991 =&gt; &#039;L&#039;, 119992 =&gt; &#039;L&#039;, 119993 =&gt; &#039;L&#039;, 119995 =&gt; &#039;L&#039;, 119997 =&gt; &#039;L&#039;, 119998 =&gt; &#039;L&#039;, 119999 =&gt; &#039;L&#039;, 120000 =&gt; &#039;L&#039;, 120001 =&gt; &#039;L&#039;, 120002 =&gt; &#039;L&#039;, 120003 =&gt; &#039;L&#039;, 120005 =&gt; &#039;L&#039;, 120006 =&gt; &#039;L&#039;, 120007 =&gt; &#039;L&#039;, 120008 =&gt; &#039;L&#039;, 120009 =&gt; &#039;L&#039;, 120010 =&gt; &#039;L&#039;, 120011 =&gt; &#039;L&#039;, 120012 =&gt; &#039;L&#039;, 120013 =&gt; &#039;L&#039;, 120014 =&gt; &#039;L&#039;, 120015 =&gt; &#039;L&#039;, 120016 =&gt; &#039;L&#039;, 120017 =&gt; &#039;L&#039;, 120018 =&gt; &#039;L&#039;, 120019 =&gt; &#039;L&#039;, 120020 =&gt; &#039;L&#039;, 120021 =&gt; &#039;L&#039;, 120022 =&gt; &#039;L&#039;, 120023 =&gt; &#039;L&#039;, 120024 =&gt; &#039;L&#039;, 120025 =&gt; &#039;L&#039;, 120026 =&gt; &#039;L&#039;, 120027 =&gt; &#039;L&#039;, 120028 =&gt; &#039;L&#039;, 120029 =&gt; &#039;L&#039;, 120030 =&gt; &#039;L&#039;, 120031 =&gt; &#039;L&#039;, 120032 =&gt; &#039;L&#039;, 120033 =&gt; &#039;L&#039;, 120034 =&gt; &#039;L&#039;, 120035 =&gt; &#039;L&#039;, 120036 =&gt; &#039;L&#039;, 120037 =&gt; &#039;L&#039;, 120038 =&gt; &#039;L&#039;, 120039 =&gt; &#039;L&#039;, 120040 =&gt; &#039;L&#039;, 120041 =&gt; &#039;L&#039;, 120042 =&gt; &#039;L&#039;, 120043 =&gt; &#039;L&#039;, 120044 =&gt; &#039;L&#039;, 120045 =&gt; &#039;L&#039;, 120046 =&gt; &#039;L&#039;, 120047 =&gt; &#039;L&#039;, 120048 =&gt; &#039;L&#039;, 120049 =&gt; &#039;L&#039;, 120050 =&gt; &#039;L&#039;, 120051 =&gt; &#039;L&#039;, 120052 =&gt; &#039;L&#039;, 120053 =&gt; &#039;L&#039;, 120054 =&gt; &#039;L&#039;, 120055 =&gt; &#039;L&#039;, 120056 =&gt; &#039;L&#039;, 120057 =&gt; &#039;L&#039;, 120058 =&gt; &#039;L&#039;, 120059 =&gt; &#039;L&#039;, 120060 =&gt; &#039;L&#039;, 120061 =&gt; &#039;L&#039;, 120062 =&gt; &#039;L&#039;, 120063 =&gt; &#039;L&#039;, 120064 =&gt; &#039;L&#039;, 120065 =&gt; &#039;L&#039;, 120066 =&gt; &#039;L&#039;, 120067 =&gt; &#039;L&#039;, 120068 =&gt; &#039;L&#039;, 120069 =&gt; &#039;L&#039;, 120071 =&gt; &#039;L&#039;, 120072 =&gt; &#039;L&#039;, 120073 =&gt; &#039;L&#039;, 120074 =&gt; &#039;L&#039;, 120077 =&gt; &#039;L&#039;, 120078 =&gt; &#039;L&#039;, 120079 =&gt; &#039;L&#039;, 120080 =&gt; &#039;L&#039;, 120081 =&gt; &#039;L&#039;, 120082 =&gt; &#039;L&#039;, 120083 =&gt; &#039;L&#039;, 120084 =&gt; &#039;L&#039;, 120086 =&gt; &#039;L&#039;, 120087 =&gt; &#039;L&#039;, 120088 =&gt; &#039;L&#039;, 120089 =&gt; &#039;L&#039;, 120090 =&gt; &#039;L&#039;, 120091 =&gt; &#039;L&#039;, 120092 =&gt; &#039;L&#039;, 120094 =&gt; &#039;L&#039;, 120095 =&gt; &#039;L&#039;, 120096 =&gt; &#039;L&#039;, 120097 =&gt; &#039;L&#039;, 120098 =&gt; &#039;L&#039;, 120099 =&gt; &#039;L&#039;, 120100 =&gt; &#039;L&#039;, 120101 =&gt; &#039;L&#039;, 120102 =&gt; &#039;L&#039;, 120103 =&gt; &#039;L&#039;, 120104 =&gt; &#039;L&#039;, 120105 =&gt; &#039;L&#039;, 120106 =&gt; &#039;L&#039;, 120107 =&gt; &#039;L&#039;, 120108 =&gt; &#039;L&#039;, 120109 =&gt; &#039;L&#039;, 120110 =&gt; &#039;L&#039;, 120111 =&gt; &#039;L&#039;, 120112 =&gt; &#039;L&#039;, 120113 =&gt; &#039;L&#039;, 120114 =&gt; &#039;L&#039;, 120115 =&gt; &#039;L&#039;, 120116 =&gt; &#039;L&#039;, 120117 =&gt; &#039;L&#039;, 120118 =&gt; &#039;L&#039;, 120119 =&gt; &#039;L&#039;, 120120 =&gt; &#039;L&#039;, 120121 =&gt; &#039;L&#039;, 120123 =&gt; &#039;L&#039;, 120124 =&gt; &#039;L&#039;, 120125 =&gt; &#039;L&#039;, 120126 =&gt; &#039;L&#039;, 120128 =&gt; &#039;L&#039;, 120129 =&gt; &#039;L&#039;, 120130 =&gt; &#039;L&#039;, 120131 =&gt; &#039;L&#039;, 120132 =&gt; &#039;L&#039;, 120134 =&gt; &#039;L&#039;, 120138 =&gt; &#039;L&#039;, 120139 =&gt; &#039;L&#039;, 120140 =&gt; &#039;L&#039;, 120141 =&gt; &#039;L&#039;, 120142 =&gt; &#039;L&#039;, 120143 =&gt; &#039;L&#039;, 120144 =&gt; &#039;L&#039;, 120146 =&gt; &#039;L&#039;, 120147 =&gt; &#039;L&#039;, 120148 =&gt; &#039;L&#039;, 120149 =&gt; &#039;L&#039;, 120150 =&gt; &#039;L&#039;, 120151 =&gt; &#039;L&#039;, 120152 =&gt; &#039;L&#039;, 120153 =&gt; &#039;L&#039;, 120154 =&gt; &#039;L&#039;, 120155 =&gt; &#039;L&#039;, 120156 =&gt; &#039;L&#039;, 120157 =&gt; &#039;L&#039;, 120158 =&gt; &#039;L&#039;, 120159 =&gt; &#039;L&#039;, 120160 =&gt; &#039;L&#039;, 120161 =&gt; &#039;L&#039;, 120162 =&gt; &#039;L&#039;, 120163 =&gt; &#039;L&#039;, 120164 =&gt; &#039;L&#039;, 120165 =&gt; &#039;L&#039;, 120166 =&gt; &#039;L&#039;, 120167 =&gt; &#039;L&#039;, 120168 =&gt; &#039;L&#039;, 120169 =&gt; &#039;L&#039;, 120170 =&gt; &#039;L&#039;, 120171 =&gt; &#039;L&#039;, 120172 =&gt; &#039;L&#039;, 120173 =&gt; &#039;L&#039;, 120174 =&gt; &#039;L&#039;, 120175 =&gt; &#039;L&#039;, 120176 =&gt; &#039;L&#039;, 120177 =&gt; &#039;L&#039;, 120178 =&gt; &#039;L&#039;, 120179 =&gt; &#039;L&#039;, 120180 =&gt; &#039;L&#039;, 120181 =&gt; &#039;L&#039;, 120182 =&gt; &#039;L&#039;, 120183 =&gt; &#039;L&#039;, 120184 =&gt; &#039;L&#039;, 120185 =&gt; &#039;L&#039;, 120186 =&gt; &#039;L&#039;, 120187 =&gt; &#039;L&#039;, 120188 =&gt; &#039;L&#039;, 120189 =&gt; &#039;L&#039;, 120190 =&gt; &#039;L&#039;, 120191 =&gt; &#039;L&#039;, 120192 =&gt; &#039;L&#039;, 120193 =&gt; &#039;L&#039;, 120194 =&gt; &#039;L&#039;, 120195 =&gt; &#039;L&#039;, 120196 =&gt; &#039;L&#039;, 120197 =&gt; &#039;L&#039;, 120198 =&gt; &#039;L&#039;, 120199 =&gt; &#039;L&#039;, 120200 =&gt; &#039;L&#039;, 120201 =&gt; &#039;L&#039;, 120202 =&gt; &#039;L&#039;, 120203 =&gt; &#039;L&#039;, 120204 =&gt; &#039;L&#039;, 120205 =&gt; &#039;L&#039;, 120206 =&gt; &#039;L&#039;, 120207 =&gt; &#039;L&#039;, 120208 =&gt; &#039;L&#039;, 120209 =&gt; &#039;L&#039;, 120210 =&gt; &#039;L&#039;, 120211 =&gt; &#039;L&#039;, 120212 =&gt; &#039;L&#039;, 120213 =&gt; &#039;L&#039;, 120214 =&gt; &#039;L&#039;, 120215 =&gt; &#039;L&#039;, 120216 =&gt; &#039;L&#039;, 120217 =&gt; &#039;L&#039;, 120218 =&gt; &#039;L&#039;, 120219 =&gt; &#039;L&#039;, 120220 =&gt; &#039;L&#039;, 120221 =&gt; &#039;L&#039;, 120222 =&gt; &#039;L&#039;, 120223 =&gt; &#039;L&#039;, 120224 =&gt; &#039;L&#039;, 120225 =&gt; &#039;L&#039;, 120226 =&gt; &#039;L&#039;, 120227 =&gt; &#039;L&#039;, 120228 =&gt; &#039;L&#039;, 120229 =&gt; &#039;L&#039;, 120230 =&gt; &#039;L&#039;, 120231 =&gt; &#039;L&#039;, 120232 =&gt; &#039;L&#039;, 120233 =&gt; &#039;L&#039;, 120234 =&gt; &#039;L&#039;, 120235 =&gt; &#039;L&#039;, 120236 =&gt; &#039;L&#039;, 120237 =&gt; &#039;L&#039;, 120238 =&gt; &#039;L&#039;, 120239 =&gt; &#039;L&#039;, 120240 =&gt; &#039;L&#039;, 120241 =&gt; &#039;L&#039;, 120242 =&gt; &#039;L&#039;, 120243 =&gt; &#039;L&#039;, 120244 =&gt; &#039;L&#039;, 120245 =&gt; &#039;L&#039;, 120246 =&gt; &#039;L&#039;, 120247 =&gt; &#039;L&#039;, 120248 =&gt; &#039;L&#039;, 120249 =&gt; &#039;L&#039;, 120250 =&gt; &#039;L&#039;, 120251 =&gt; &#039;L&#039;, 120252 =&gt; &#039;L&#039;, 120253 =&gt; &#039;L&#039;, 120254 =&gt; &#039;L&#039;, 120255 =&gt; &#039;L&#039;, 120256 =&gt; &#039;L&#039;, 120257 =&gt; &#039;L&#039;, 120258 =&gt; &#039;L&#039;, 120259 =&gt; &#039;L&#039;, 120260 =&gt; &#039;L&#039;, 120261 =&gt; &#039;L&#039;, 120262 =&gt; &#039;L&#039;, 120263 =&gt; &#039;L&#039;, 120264 =&gt; &#039;L&#039;, 120265 =&gt; &#039;L&#039;, 120266 =&gt; &#039;L&#039;, 120267 =&gt; &#039;L&#039;, 120268 =&gt; &#039;L&#039;, 120269 =&gt; &#039;L&#039;, 120270 =&gt; &#039;L&#039;, 120271 =&gt; &#039;L&#039;, 120272 =&gt; &#039;L&#039;, 120273 =&gt; &#039;L&#039;, 120274 =&gt; &#039;L&#039;, 120275 =&gt; &#039;L&#039;, 120276 =&gt; &#039;L&#039;, 120277 =&gt; &#039;L&#039;, 120278 =&gt; &#039;L&#039;, 120279 =&gt; &#039;L&#039;, 120280 =&gt; &#039;L&#039;, 120281 =&gt; &#039;L&#039;, 120282 =&gt; &#039;L&#039;, 120283 =&gt; &#039;L&#039;, 120284 =&gt; &#039;L&#039;, 120285 =&gt; &#039;L&#039;, 120286 =&gt; &#039;L&#039;, 120287 =&gt; &#039;L&#039;, 120288 =&gt; &#039;L&#039;, 120289 =&gt; &#039;L&#039;, 120290 =&gt; &#039;L&#039;, 120291 =&gt; &#039;L&#039;, 120292 =&gt; &#039;L&#039;, 120293 =&gt; &#039;L&#039;, 120294 =&gt; &#039;L&#039;, 120295 =&gt; &#039;L&#039;, 120296 =&gt; &#039;L&#039;, 120297 =&gt; &#039;L&#039;, 120298 =&gt; &#039;L&#039;, 120299 =&gt; &#039;L&#039;, 120300 =&gt; &#039;L&#039;, 120301 =&gt; &#039;L&#039;, 120302 =&gt; &#039;L&#039;, 120303 =&gt; &#039;L&#039;, 120304 =&gt; &#039;L&#039;, 120305 =&gt; &#039;L&#039;, 120306 =&gt; &#039;L&#039;, 120307 =&gt; &#039;L&#039;, 120308 =&gt; &#039;L&#039;, 120309 =&gt; &#039;L&#039;, 120310 =&gt; &#039;L&#039;, 120311 =&gt; &#039;L&#039;, 120312 =&gt; &#039;L&#039;, 120313 =&gt; &#039;L&#039;, 120314 =&gt; &#039;L&#039;, 120315 =&gt; &#039;L&#039;, 120316 =&gt; &#039;L&#039;, 120317 =&gt; &#039;L&#039;, 120318 =&gt; &#039;L&#039;, 120319 =&gt; &#039;L&#039;, 120320 =&gt; &#039;L&#039;, 120321 =&gt; &#039;L&#039;, 120322 =&gt; &#039;L&#039;, 120323 =&gt; &#039;L&#039;, 120324 =&gt; &#039;L&#039;, 120325 =&gt; &#039;L&#039;, 120326 =&gt; &#039;L&#039;, 120327 =&gt; &#039;L&#039;, 120328 =&gt; &#039;L&#039;, 120329 =&gt; &#039;L&#039;, 120330 =&gt; &#039;L&#039;, 120331 =&gt; &#039;L&#039;, 120332 =&gt; &#039;L&#039;, 120333 =&gt; &#039;L&#039;, 120334 =&gt; &#039;L&#039;, 120335 =&gt; &#039;L&#039;, 120336 =&gt; &#039;L&#039;, 120337 =&gt; &#039;L&#039;, 120338 =&gt; &#039;L&#039;, 120339 =&gt; &#039;L&#039;, 120340 =&gt; &#039;L&#039;, 120341 =&gt; &#039;L&#039;, 120342 =&gt; &#039;L&#039;, 120343 =&gt; &#039;L&#039;, 120344 =&gt; &#039;L&#039;, 120345 =&gt; &#039;L&#039;, 120346 =&gt; &#039;L&#039;, 120347 =&gt; &#039;L&#039;, 120348 =&gt; &#039;L&#039;, 120349 =&gt; &#039;L&#039;, 120350 =&gt; &#039;L&#039;, 120351 =&gt; &#039;L&#039;, 120352 =&gt; &#039;L&#039;, 120353 =&gt; &#039;L&#039;, 120354 =&gt; &#039;L&#039;, 120355 =&gt; &#039;L&#039;, 120356 =&gt; &#039;L&#039;, 120357 =&gt; &#039;L&#039;, 120358 =&gt; &#039;L&#039;, 120359 =&gt; &#039;L&#039;, 120360 =&gt; &#039;L&#039;, 120361 =&gt; &#039;L&#039;, 120362 =&gt; &#039;L&#039;, 120363 =&gt; &#039;L&#039;, 120364 =&gt; &#039;L&#039;, 120365 =&gt; &#039;L&#039;, 120366 =&gt; &#039;L&#039;, 120367 =&gt; &#039;L&#039;, 120368 =&gt; &#039;L&#039;, 120369 =&gt; &#039;L&#039;, 120370 =&gt; &#039;L&#039;, 120371 =&gt; &#039;L&#039;, 120372 =&gt; &#039;L&#039;, 120373 =&gt; &#039;L&#039;, 120374 =&gt; &#039;L&#039;, 120375 =&gt; &#039;L&#039;, 120376 =&gt; &#039;L&#039;, 120377 =&gt; &#039;L&#039;, 120378 =&gt; &#039;L&#039;, 120379 =&gt; &#039;L&#039;, 120380 =&gt; &#039;L&#039;, 120381 =&gt; &#039;L&#039;, 120382 =&gt; &#039;L&#039;, 120383 =&gt; &#039;L&#039;, 120384 =&gt; &#039;L&#039;, 120385 =&gt; &#039;L&#039;, 120386 =&gt; &#039;L&#039;, 120387 =&gt; &#039;L&#039;, 120388 =&gt; &#039;L&#039;, 120389 =&gt; &#039;L&#039;, 120390 =&gt; &#039;L&#039;, 120391 =&gt; &#039;L&#039;, 120392 =&gt; &#039;L&#039;, 120393 =&gt; &#039;L&#039;, 120394 =&gt; &#039;L&#039;, 120395 =&gt; &#039;L&#039;, 120396 =&gt; &#039;L&#039;, 120397 =&gt; &#039;L&#039;, 120398 =&gt; &#039;L&#039;, 120399 =&gt; &#039;L&#039;, 120400 =&gt; &#039;L&#039;, 120401 =&gt; &#039;L&#039;, 120402 =&gt; &#039;L&#039;, 120403 =&gt; &#039;L&#039;, 120404 =&gt; &#039;L&#039;, 120405 =&gt; &#039;L&#039;, 120406 =&gt; &#039;L&#039;, 120407 =&gt; &#039;L&#039;, 120408 =&gt; &#039;L&#039;, 120409 =&gt; &#039;L&#039;, 120410 =&gt; &#039;L&#039;, 120411 =&gt; &#039;L&#039;, 120412 =&gt; &#039;L&#039;, 120413 =&gt; &#039;L&#039;, 120414 =&gt; &#039;L&#039;, 120415 =&gt; &#039;L&#039;, 120416 =&gt; &#039;L&#039;, 120417 =&gt; &#039;L&#039;, 120418 =&gt; &#039;L&#039;, 120419 =&gt; &#039;L&#039;, 120420 =&gt; &#039;L&#039;, 120421 =&gt; &#039;L&#039;, 120422 =&gt; &#039;L&#039;, 120423 =&gt; &#039;L&#039;, 120424 =&gt; &#039;L&#039;, 120425 =&gt; &#039;L&#039;, 120426 =&gt; &#039;L&#039;, 120427 =&gt; &#039;L&#039;, 120428 =&gt; &#039;L&#039;, 120429 =&gt; &#039;L&#039;, 120430 =&gt; &#039;L&#039;, 120431 =&gt; &#039;L&#039;, 120432 =&gt; &#039;L&#039;, 120433 =&gt; &#039;L&#039;, 120434 =&gt; &#039;L&#039;, 120435 =&gt; &#039;L&#039;, 120436 =&gt; &#039;L&#039;, 120437 =&gt; &#039;L&#039;, 120438 =&gt; &#039;L&#039;, 120439 =&gt; &#039;L&#039;, 120440 =&gt; &#039;L&#039;, 120441 =&gt; &#039;L&#039;, 120442 =&gt; &#039;L&#039;, 120443 =&gt; &#039;L&#039;, 120444 =&gt; &#039;L&#039;, 120445 =&gt; &#039;L&#039;, 120446 =&gt; &#039;L&#039;, 120447 =&gt; &#039;L&#039;, 120448 =&gt; &#039;L&#039;, 120449 =&gt; &#039;L&#039;, 120450 =&gt; &#039;L&#039;, 120451 =&gt; &#039;L&#039;, 120452 =&gt; &#039;L&#039;, 120453 =&gt; &#039;L&#039;, 120454 =&gt; &#039;L&#039;, 120455 =&gt; &#039;L&#039;, 120456 =&gt; &#039;L&#039;, 120457 =&gt; &#039;L&#039;, 120458 =&gt; &#039;L&#039;, 120459 =&gt; &#039;L&#039;, 120460 =&gt; &#039;L&#039;, 120461 =&gt; &#039;L&#039;, 120462 =&gt; &#039;L&#039;, 120463 =&gt; &#039;L&#039;, 120464 =&gt; &#039;L&#039;, 120465 =&gt; &#039;L&#039;, 120466 =&gt; &#039;L&#039;, 120467 =&gt; &#039;L&#039;, 120468 =&gt; &#039;L&#039;, 120469 =&gt; &#039;L&#039;, 120470 =&gt; &#039;L&#039;, 120471 =&gt; &#039;L&#039;, 120472 =&gt; &#039;L&#039;, 120473 =&gt; &#039;L&#039;, 120474 =&gt; &#039;L&#039;, 120475 =&gt; &#039;L&#039;, 120476 =&gt; &#039;L&#039;, 120477 =&gt; &#039;L&#039;, 120478 =&gt; &#039;L&#039;, 120479 =&gt; &#039;L&#039;, 120480 =&gt; &#039;L&#039;, 120481 =&gt; &#039;L&#039;, 120482 =&gt; &#039;L&#039;, 120483 =&gt; &#039;L&#039;, 120484 =&gt; &#039;L&#039;, 120485 =&gt; &#039;L&#039;, 120488 =&gt; &#039;L&#039;, 120489 =&gt; &#039;L&#039;, 120490 =&gt; &#039;L&#039;, 120491 =&gt; &#039;L&#039;, 120492 =&gt; &#039;L&#039;, 120493 =&gt; &#039;L&#039;, 120494 =&gt; &#039;L&#039;, 120495 =&gt; &#039;L&#039;, 120496 =&gt; &#039;L&#039;, 120497 =&gt; &#039;L&#039;, 120498 =&gt; &#039;L&#039;, 120499 =&gt; &#039;L&#039;, 120500 =&gt; &#039;L&#039;, 120501 =&gt; &#039;L&#039;, 120502 =&gt; &#039;L&#039;, 120503 =&gt; &#039;L&#039;, 120504 =&gt; &#039;L&#039;, 120505 =&gt; &#039;L&#039;, 120506 =&gt; &#039;L&#039;, 120507 =&gt; &#039;L&#039;, 120508 =&gt; &#039;L&#039;, 120509 =&gt; &#039;L&#039;, 120510 =&gt; &#039;L&#039;, 120511 =&gt; &#039;L&#039;, 120512 =&gt; &#039;L&#039;, 120513 =&gt; &#039;L&#039;, 120514 =&gt; &#039;L&#039;, 120515 =&gt; &#039;L&#039;, 120516 =&gt; &#039;L&#039;, 120517 =&gt; &#039;L&#039;, 120518 =&gt; &#039;L&#039;, 120519 =&gt; &#039;L&#039;, 120520 =&gt; &#039;L&#039;, 120521 =&gt; &#039;L&#039;, 120522 =&gt; &#039;L&#039;, 120523 =&gt; &#039;L&#039;, 120524 =&gt; &#039;L&#039;, 120525 =&gt; &#039;L&#039;, 120526 =&gt; &#039;L&#039;, 120527 =&gt; &#039;L&#039;, 120528 =&gt; &#039;L&#039;, 120529 =&gt; &#039;L&#039;, 120530 =&gt; &#039;L&#039;, 120531 =&gt; &#039;L&#039;, 120532 =&gt; &#039;L&#039;, 120533 =&gt; &#039;L&#039;, 120534 =&gt; &#039;L&#039;, 120535 =&gt; &#039;L&#039;, 120536 =&gt; &#039;L&#039;, 120537 =&gt; &#039;L&#039;, 120538 =&gt; &#039;L&#039;, 120539 =&gt; &#039;L&#039;, 120540 =&gt; &#039;L&#039;, 120541 =&gt; &#039;L&#039;, 120542 =&gt; &#039;L&#039;, 120543 =&gt; &#039;L&#039;, 120544 =&gt; &#039;L&#039;, 120545 =&gt; &#039;L&#039;, 120546 =&gt; &#039;L&#039;, 120547 =&gt; &#039;L&#039;, 120548 =&gt; &#039;L&#039;, 120549 =&gt; &#039;L&#039;, 120550 =&gt; &#039;L&#039;, 120551 =&gt; &#039;L&#039;, 120552 =&gt; &#039;L&#039;, 120553 =&gt; &#039;L&#039;, 120554 =&gt; &#039;L&#039;, 120555 =&gt; &#039;L&#039;, 120556 =&gt; &#039;L&#039;, 120557 =&gt; &#039;L&#039;, 120558 =&gt; &#039;L&#039;, 120559 =&gt; &#039;L&#039;, 120560 =&gt; &#039;L&#039;, 120561 =&gt; &#039;L&#039;, 120562 =&gt; &#039;L&#039;, 120563 =&gt; &#039;L&#039;, 120564 =&gt; &#039;L&#039;, 120565 =&gt; &#039;L&#039;, 120566 =&gt; &#039;L&#039;, 120567 =&gt; &#039;L&#039;, 120568 =&gt; &#039;L&#039;, 120569 =&gt; &#039;L&#039;, 120570 =&gt; &#039;L&#039;, 120571 =&gt; &#039;L&#039;, 120572 =&gt; &#039;L&#039;, 120573 =&gt; &#039;L&#039;, 120574 =&gt; &#039;L&#039;, 120575 =&gt; &#039;L&#039;, 120576 =&gt; &#039;L&#039;, 120577 =&gt; &#039;L&#039;, 120578 =&gt; &#039;L&#039;, 120579 =&gt; &#039;L&#039;, 120580 =&gt; &#039;L&#039;, 120581 =&gt; &#039;L&#039;, 120582 =&gt; &#039;L&#039;, 120583 =&gt; &#039;L&#039;, 120584 =&gt; &#039;L&#039;, 120585 =&gt; &#039;L&#039;, 120586 =&gt; &#039;L&#039;, 120587 =&gt; &#039;L&#039;, 120588 =&gt; &#039;L&#039;, 120589 =&gt; &#039;L&#039;, 120590 =&gt; &#039;L&#039;, 120591 =&gt; &#039;L&#039;, 120592 =&gt; &#039;L&#039;, 120593 =&gt; &#039;L&#039;, 120594 =&gt; &#039;L&#039;, 120595 =&gt; &#039;L&#039;, 120596 =&gt; &#039;L&#039;, 120597 =&gt; &#039;L&#039;, 120598 =&gt; &#039;L&#039;, 120599 =&gt; &#039;L&#039;, 120600 =&gt; &#039;L&#039;, 120601 =&gt; &#039;L&#039;, 120602 =&gt; &#039;L&#039;, 120603 =&gt; &#039;L&#039;, 120604 =&gt; &#039;L&#039;, 120605 =&gt; &#039;L&#039;, 120606 =&gt; &#039;L&#039;, 120607 =&gt; &#039;L&#039;, 120608 =&gt; &#039;L&#039;, 120609 =&gt; &#039;L&#039;, 120610 =&gt; &#039;L&#039;, 120611 =&gt; &#039;L&#039;, 120612 =&gt; &#039;L&#039;, 120613 =&gt; &#039;L&#039;, 120614 =&gt; &#039;L&#039;, 120615 =&gt; &#039;L&#039;, 120616 =&gt; &#039;L&#039;, 120617 =&gt; &#039;L&#039;, 120618 =&gt; &#039;L&#039;, 120619 =&gt; &#039;L&#039;, 120620 =&gt; &#039;L&#039;, 120621 =&gt; &#039;L&#039;, 120622 =&gt; &#039;L&#039;, 120623 =&gt; &#039;L&#039;, 120624 =&gt; &#039;L&#039;, 120625 =&gt; &#039;L&#039;, 120626 =&gt; &#039;L&#039;, 120627 =&gt; &#039;L&#039;, 120628 =&gt; &#039;L&#039;, 120629 =&gt; &#039;L&#039;, 120630 =&gt; &#039;L&#039;, 120631 =&gt; &#039;L&#039;, 120632 =&gt; &#039;L&#039;, 120633 =&gt; &#039;L&#039;, 120634 =&gt; &#039;L&#039;, 120635 =&gt; &#039;L&#039;, 120636 =&gt; &#039;L&#039;, 120637 =&gt; &#039;L&#039;, 120638 =&gt; &#039;L&#039;, 120639 =&gt; &#039;L&#039;, 120640 =&gt; &#039;L&#039;, 120641 =&gt; &#039;L&#039;, 120642 =&gt; &#039;L&#039;, 120643 =&gt; &#039;L&#039;, 120644 =&gt; &#039;L&#039;, 120645 =&gt; &#039;L&#039;, 120646 =&gt; &#039;L&#039;, 120647 =&gt; &#039;L&#039;, 120648 =&gt; &#039;L&#039;, 120649 =&gt; &#039;L&#039;, 120650 =&gt; &#039;L&#039;, 120651 =&gt; &#039;L&#039;, 120652 =&gt; &#039;L&#039;, 120653 =&gt; &#039;L&#039;, 120654 =&gt; &#039;L&#039;, 120655 =&gt; &#039;L&#039;, 120656 =&gt; &#039;L&#039;, 120657 =&gt; &#039;L&#039;, 120658 =&gt; &#039;L&#039;, 120659 =&gt; &#039;L&#039;, 120660 =&gt; &#039;L&#039;, 120661 =&gt; &#039;L&#039;, 120662 =&gt; &#039;L&#039;, 120663 =&gt; &#039;L&#039;, 120664 =&gt; &#039;L&#039;, 120665 =&gt; &#039;L&#039;, 120666 =&gt; &#039;L&#039;, 120667 =&gt; &#039;L&#039;, 120668 =&gt; &#039;L&#039;, 120669 =&gt; &#039;L&#039;, 120670 =&gt; &#039;L&#039;, 120671 =&gt; &#039;L&#039;, 120672 =&gt; &#039;L&#039;, 120673 =&gt; &#039;L&#039;, 120674 =&gt; &#039;L&#039;, 120675 =&gt; &#039;L&#039;, 120676 =&gt; &#039;L&#039;, 120677 =&gt; &#039;L&#039;, 120678 =&gt; &#039;L&#039;, 120679 =&gt; &#039;L&#039;, 120680 =&gt; &#039;L&#039;, 120681 =&gt; &#039;L&#039;, 120682 =&gt; &#039;L&#039;, 120683 =&gt; &#039;L&#039;, 120684 =&gt; &#039;L&#039;, 120685 =&gt; &#039;L&#039;, 120686 =&gt; &#039;L&#039;, 120687 =&gt; &#039;L&#039;, 120688 =&gt; &#039;L&#039;, 120689 =&gt; &#039;L&#039;, 120690 =&gt; &#039;L&#039;, 120691 =&gt; &#039;L&#039;, 120692 =&gt; &#039;L&#039;, 120693 =&gt; &#039;L&#039;, 120694 =&gt; &#039;L&#039;, 120695 =&gt; &#039;L&#039;, 120696 =&gt; &#039;L&#039;, 120697 =&gt; &#039;L&#039;, 120698 =&gt; &#039;L&#039;, 120699 =&gt; &#039;L&#039;, 120700 =&gt; &#039;L&#039;, 120701 =&gt; &#039;L&#039;, 120702 =&gt; &#039;L&#039;, 120703 =&gt; &#039;L&#039;, 120704 =&gt; &#039;L&#039;, 120705 =&gt; &#039;L&#039;, 120706 =&gt; &#039;L&#039;, 120707 =&gt; &#039;L&#039;, 120708 =&gt; &#039;L&#039;, 120709 =&gt; &#039;L&#039;, 120710 =&gt; &#039;L&#039;, 120711 =&gt; &#039;L&#039;, 120712 =&gt; &#039;L&#039;, 120713 =&gt; &#039;L&#039;, 120714 =&gt; &#039;L&#039;, 120715 =&gt; &#039;L&#039;, 120716 =&gt; &#039;L&#039;, 120717 =&gt; &#039;L&#039;, 120718 =&gt; &#039;L&#039;, 120719 =&gt; &#039;L&#039;, 120720 =&gt; &#039;L&#039;, 120721 =&gt; &#039;L&#039;, 120722 =&gt; &#039;L&#039;, 120723 =&gt; &#039;L&#039;, 120724 =&gt; &#039;L&#039;, 120725 =&gt; &#039;L&#039;, 120726 =&gt; &#039;L&#039;, 120727 =&gt; &#039;L&#039;, 120728 =&gt; &#039;L&#039;, 120729 =&gt; &#039;L&#039;, 120730 =&gt; &#039;L&#039;, 120731 =&gt; &#039;L&#039;, 120732 =&gt; &#039;L&#039;, 120733 =&gt; &#039;L&#039;, 120734 =&gt; &#039;L&#039;, 120735 =&gt; &#039;L&#039;, 120736 =&gt; &#039;L&#039;, 120737 =&gt; &#039;L&#039;, 120738 =&gt; &#039;L&#039;, 120739 =&gt; &#039;L&#039;, 120740 =&gt; &#039;L&#039;, 120741 =&gt; &#039;L&#039;, 120742 =&gt; &#039;L&#039;, 120743 =&gt; &#039;L&#039;, 120744 =&gt; &#039;L&#039;, 120745 =&gt; &#039;L&#039;, 120746 =&gt; &#039;L&#039;, 120747 =&gt; &#039;L&#039;, 120748 =&gt; &#039;L&#039;, 120749 =&gt; &#039;L&#039;, 120750 =&gt; &#039;L&#039;, 120751 =&gt; &#039;L&#039;, 120752 =&gt; &#039;L&#039;, 120753 =&gt; &#039;L&#039;, 120754 =&gt; &#039;L&#039;, 120755 =&gt; &#039;L&#039;, 120756 =&gt; &#039;L&#039;, 120757 =&gt; &#039;L&#039;, 120758 =&gt; &#039;L&#039;, 120759 =&gt; &#039;L&#039;, 120760 =&gt; &#039;L&#039;, 120761 =&gt; &#039;L&#039;, 120762 =&gt; &#039;L&#039;, 120763 =&gt; &#039;L&#039;, 120764 =&gt; &#039;L&#039;, 120765 =&gt; &#039;L&#039;, 120766 =&gt; &#039;L&#039;, 120767 =&gt; &#039;L&#039;, 120768 =&gt; &#039;L&#039;, 120769 =&gt; &#039;L&#039;, 120770 =&gt; &#039;L&#039;, 120771 =&gt; &#039;L&#039;, 120772 =&gt; &#039;L&#039;, 120773 =&gt; &#039;L&#039;, 120774 =&gt; &#039;L&#039;, 120775 =&gt; &#039;L&#039;, 120776 =&gt; &#039;L&#039;, 120777 =&gt; &#039;L&#039;, 120778 =&gt; &#039;L&#039;, 120779 =&gt; &#039;L&#039;, 120782 =&gt; &#039;EN&#039;, 120783 =&gt; &#039;EN&#039;, 120784 =&gt; &#039;EN&#039;, 120785 =&gt; &#039;EN&#039;, 120786 =&gt; &#039;EN&#039;, 120787 =&gt; &#039;EN&#039;, 120788 =&gt; &#039;EN&#039;, 120789 =&gt; &#039;EN&#039;, 120790 =&gt; &#039;EN&#039;, 120791 =&gt; &#039;EN&#039;, 120792 =&gt; &#039;EN&#039;, 120793 =&gt; &#039;EN&#039;, 120794 =&gt; &#039;EN&#039;, 120795 =&gt; &#039;EN&#039;, 120796 =&gt; &#039;EN&#039;, 120797 =&gt; &#039;EN&#039;, 120798 =&gt; &#039;EN&#039;, 120799 =&gt; &#039;EN&#039;, 120800 =&gt; &#039;EN&#039;, 120801 =&gt; &#039;EN&#039;, 120802 =&gt; &#039;EN&#039;, 120803 =&gt; &#039;EN&#039;, 120804 =&gt; &#039;EN&#039;, 120805 =&gt; &#039;EN&#039;, 120806 =&gt; &#039;EN&#039;, 120807 =&gt; &#039;EN&#039;, 120808 =&gt; &#039;EN&#039;, 120809 =&gt; &#039;EN&#039;, 120810 =&gt; &#039;EN&#039;, 120811 =&gt; &#039;EN&#039;, 120812 =&gt; &#039;EN&#039;, 120813 =&gt; &#039;EN&#039;, 120814 =&gt; &#039;EN&#039;, 120815 =&gt; &#039;EN&#039;, 120816 =&gt; &#039;EN&#039;, 120817 =&gt; &#039;EN&#039;, 120818 =&gt; &#039;EN&#039;, 120819 =&gt; &#039;EN&#039;, 120820 =&gt; &#039;EN&#039;, 120821 =&gt; &#039;EN&#039;, 120822 =&gt; &#039;EN&#039;, 120823 =&gt; &#039;EN&#039;, 120824 =&gt; &#039;EN&#039;, 120825 =&gt; &#039;EN&#039;, 120826 =&gt; &#039;EN&#039;, 120827 =&gt; &#039;EN&#039;, 120828 =&gt; &#039;EN&#039;, 120829 =&gt; &#039;EN&#039;, 120830 =&gt; &#039;EN&#039;, 120831 =&gt; &#039;EN&#039;, 131072 =&gt; &#039;L&#039;, 173782 =&gt; &#039;L&#039;, 194560 =&gt; &#039;L&#039;, 194561 =&gt; &#039;L&#039;, 194562 =&gt; &#039;L&#039;, 194563 =&gt; &#039;L&#039;, 194564 =&gt; &#039;L&#039;, 194565 =&gt; &#039;L&#039;, 194566 =&gt; &#039;L&#039;, 194567 =&gt; &#039;L&#039;, 194568 =&gt; &#039;L&#039;, 194569 =&gt; &#039;L&#039;, 194570 =&gt; &#039;L&#039;, 194571 =&gt; &#039;L&#039;, 194572 =&gt; &#039;L&#039;, 194573 =&gt; &#039;L&#039;, 194574 =&gt; &#039;L&#039;, 194575 =&gt; &#039;L&#039;, 194576 =&gt; &#039;L&#039;, 194577 =&gt; &#039;L&#039;, 194578 =&gt; &#039;L&#039;, 194579 =&gt; &#039;L&#039;, 194580 =&gt; &#039;L&#039;, 194581 =&gt; &#039;L&#039;, 194582 =&gt; &#039;L&#039;, 194583 =&gt; &#039;L&#039;, 194584 =&gt; &#039;L&#039;, 194585 =&gt; &#039;L&#039;, 194586 =&gt; &#039;L&#039;, 194587 =&gt; &#039;L&#039;, 194588 =&gt; &#039;L&#039;, 194589 =&gt; &#039;L&#039;, 194590 =&gt; &#039;L&#039;, 194591 =&gt; &#039;L&#039;, 194592 =&gt; &#039;L&#039;, 194593 =&gt; &#039;L&#039;, 194594 =&gt; &#039;L&#039;, 194595 =&gt; &#039;L&#039;, 194596 =&gt; &#039;L&#039;, 194597 =&gt; &#039;L&#039;, 194598 =&gt; &#039;L&#039;, 194599 =&gt; &#039;L&#039;, 194600 =&gt; &#039;L&#039;, 194601 =&gt; &#039;L&#039;, 194602 =&gt; &#039;L&#039;, 194603 =&gt; &#039;L&#039;, 194604 =&gt; &#039;L&#039;, 194605 =&gt; &#039;L&#039;, 194606 =&gt; &#039;L&#039;, 194607 =&gt; &#039;L&#039;, 194608 =&gt; &#039;L&#039;, 194609 =&gt; &#039;L&#039;, 194610 =&gt; &#039;L&#039;, 194611 =&gt; &#039;L&#039;, 194612 =&gt; &#039;L&#039;, 194613 =&gt; &#039;L&#039;, 194614 =&gt; &#039;L&#039;, 194615 =&gt; &#039;L&#039;, 194616 =&gt; &#039;L&#039;, 194617 =&gt; &#039;L&#039;, 194618 =&gt; &#039;L&#039;, 194619 =&gt; &#039;L&#039;, 194620 =&gt; &#039;L&#039;, 194621 =&gt; &#039;L&#039;, 194622 =&gt; &#039;L&#039;, 194623 =&gt; &#039;L&#039;, 194624 =&gt; &#039;L&#039;, 194625 =&gt; &#039;L&#039;, 194626 =&gt; &#039;L&#039;, 194627 =&gt; &#039;L&#039;, 194628 =&gt; &#039;L&#039;, 194629 =&gt; &#039;L&#039;, 194630 =&gt; &#039;L&#039;, 194631 =&gt; &#039;L&#039;, 194632 =&gt; &#039;L&#039;, 194633 =&gt; &#039;L&#039;, 194634 =&gt; &#039;L&#039;, 194635 =&gt; &#039;L&#039;, 194636 =&gt; &#039;L&#039;, 194637 =&gt; &#039;L&#039;, 194638 =&gt; &#039;L&#039;, 194639 =&gt; &#039;L&#039;, 194640 =&gt; &#039;L&#039;, 194641 =&gt; &#039;L&#039;, 194642 =&gt; &#039;L&#039;, 194643 =&gt; &#039;L&#039;, 194644 =&gt; &#039;L&#039;, 194645 =&gt; &#039;L&#039;, 194646 =&gt; &#039;L&#039;, 194647 =&gt; &#039;L&#039;, 194648 =&gt; &#039;L&#039;, 194649 =&gt; &#039;L&#039;, 194650 =&gt; &#039;L&#039;, 194651 =&gt; &#039;L&#039;, 194652 =&gt; &#039;L&#039;, 194653 =&gt; &#039;L&#039;, 194654 =&gt; &#039;L&#039;, 194655 =&gt; &#039;L&#039;, 194656 =&gt; &#039;L&#039;, 194657 =&gt; &#039;L&#039;, 194658 =&gt; &#039;L&#039;, 194659 =&gt; &#039;L&#039;, 194660 =&gt; &#039;L&#039;, 194661 =&gt; &#039;L&#039;, 194662 =&gt; &#039;L&#039;, 194663 =&gt; &#039;L&#039;, 194664 =&gt; &#039;L&#039;, 194665 =&gt; &#039;L&#039;, 194666 =&gt; &#039;L&#039;, 194667 =&gt; &#039;L&#039;, 194668 =&gt; &#039;L&#039;, 194669 =&gt; &#039;L&#039;, 194670 =&gt; &#039;L&#039;, 194671 =&gt; &#039;L&#039;, 194672 =&gt; &#039;L&#039;, 194673 =&gt; &#039;L&#039;, 194674 =&gt; &#039;L&#039;, 194675 =&gt; &#039;L&#039;, 194676 =&gt; &#039;L&#039;, 194677 =&gt; &#039;L&#039;, 194678 =&gt; &#039;L&#039;, 194679 =&gt; &#039;L&#039;, 194680 =&gt; &#039;L&#039;, 194681 =&gt; &#039;L&#039;, 194682 =&gt; &#039;L&#039;, 194683 =&gt; &#039;L&#039;, 194684 =&gt; &#039;L&#039;, 194685 =&gt; &#039;L&#039;, 194686 =&gt; &#039;L&#039;, 194687 =&gt; &#039;L&#039;, 194688 =&gt; &#039;L&#039;, 194689 =&gt; &#039;L&#039;, 194690 =&gt; &#039;L&#039;, 194691 =&gt; &#039;L&#039;, 194692 =&gt; &#039;L&#039;, 194693 =&gt; &#039;L&#039;, 194694 =&gt; &#039;L&#039;, 194695 =&gt; &#039;L&#039;, 194696 =&gt; &#039;L&#039;, 194697 =&gt; &#039;L&#039;, 194698 =&gt; &#039;L&#039;, 194699 =&gt; &#039;L&#039;, 194700 =&gt; &#039;L&#039;, 194701 =&gt; &#039;L&#039;, 194702 =&gt; &#039;L&#039;, 194703 =&gt; &#039;L&#039;, 194704 =&gt; &#039;L&#039;, 194705 =&gt; &#039;L&#039;, 194706 =&gt; &#039;L&#039;, 194707 =&gt; &#039;L&#039;, 194708 =&gt; &#039;L&#039;, 194709 =&gt; &#039;L&#039;, 194710 =&gt; &#039;L&#039;, 194711 =&gt; &#039;L&#039;, 194712 =&gt; &#039;L&#039;, 194713 =&gt; &#039;L&#039;, 194714 =&gt; &#039;L&#039;, 194715 =&gt; &#039;L&#039;, 194716 =&gt; &#039;L&#039;, 194717 =&gt; &#039;L&#039;, 194718 =&gt; &#039;L&#039;, 194719 =&gt; &#039;L&#039;, 194720 =&gt; &#039;L&#039;, 194721 =&gt; &#039;L&#039;, 194722 =&gt; &#039;L&#039;, 194723 =&gt; &#039;L&#039;, 194724 =&gt; &#039;L&#039;, 194725 =&gt; &#039;L&#039;, 194726 =&gt; &#039;L&#039;, 194727 =&gt; &#039;L&#039;, 194728 =&gt; &#039;L&#039;, 194729 =&gt; &#039;L&#039;, 194730 =&gt; &#039;L&#039;, 194731 =&gt; &#039;L&#039;, 194732 =&gt; &#039;L&#039;, 194733 =&gt; &#039;L&#039;, 194734 =&gt; &#039;L&#039;, 194735 =&gt; &#039;L&#039;, 194736 =&gt; &#039;L&#039;, 194737 =&gt; &#039;L&#039;, 194738 =&gt; &#039;L&#039;, 194739 =&gt; &#039;L&#039;, 194740 =&gt; &#039;L&#039;, 194741 =&gt; &#039;L&#039;, 194742 =&gt; &#039;L&#039;, 194743 =&gt; &#039;L&#039;, 194744 =&gt; &#039;L&#039;, 194745 =&gt; &#039;L&#039;, 194746 =&gt; &#039;L&#039;, 194747 =&gt; &#039;L&#039;, 194748 =&gt; &#039;L&#039;, 194749 =&gt; &#039;L&#039;, 194750 =&gt; &#039;L&#039;, 194751 =&gt; &#039;L&#039;, 194752 =&gt; &#039;L&#039;, 194753 =&gt; &#039;L&#039;, 194754 =&gt; &#039;L&#039;, 194755 =&gt; &#039;L&#039;, 194756 =&gt; &#039;L&#039;, 194757 =&gt; &#039;L&#039;, 194758 =&gt; &#039;L&#039;, 194759 =&gt; &#039;L&#039;, 194760 =&gt; &#039;L&#039;, 194761 =&gt; &#039;L&#039;, 194762 =&gt; &#039;L&#039;, 194763 =&gt; &#039;L&#039;, 194764 =&gt; &#039;L&#039;, 194765 =&gt; &#039;L&#039;, 194766 =&gt; &#039;L&#039;, 194767 =&gt; &#039;L&#039;, 194768 =&gt; &#039;L&#039;, 194769 =&gt; &#039;L&#039;, 194770 =&gt; &#039;L&#039;, 194771 =&gt; &#039;L&#039;, 194772 =&gt; &#039;L&#039;, 194773 =&gt; &#039;L&#039;, 194774 =&gt; &#039;L&#039;, 194775 =&gt; &#039;L&#039;, 194776 =&gt; &#039;L&#039;, 194777 =&gt; &#039;L&#039;, 194778 =&gt; &#039;L&#039;, 194779 =&gt; &#039;L&#039;, 194780 =&gt; &#039;L&#039;, 194781 =&gt; &#039;L&#039;, 194782 =&gt; &#039;L&#039;, 194783 =&gt; &#039;L&#039;, 194784 =&gt; &#039;L&#039;, 194785 =&gt; &#039;L&#039;, 194786 =&gt; &#039;L&#039;, 194787 =&gt; &#039;L&#039;, 194788 =&gt; &#039;L&#039;, 194789 =&gt; &#039;L&#039;, 194790 =&gt; &#039;L&#039;, 194791 =&gt; &#039;L&#039;, 194792 =&gt; &#039;L&#039;, 194793 =&gt; &#039;L&#039;, 194794 =&gt; &#039;L&#039;, 194795 =&gt; &#039;L&#039;, 194796 =&gt; &#039;L&#039;, 194797 =&gt; &#039;L&#039;, 194798 =&gt; &#039;L&#039;, 194799 =&gt; &#039;L&#039;, 194800 =&gt; &#039;L&#039;, 194801 =&gt; &#039;L&#039;, 194802 =&gt; &#039;L&#039;, 194803 =&gt; &#039;L&#039;, 194804 =&gt; &#039;L&#039;, 194805 =&gt; &#039;L&#039;, 194806 =&gt; &#039;L&#039;, 194807 =&gt; &#039;L&#039;, 194808 =&gt; &#039;L&#039;, 194809 =&gt; &#039;L&#039;, 194810 =&gt; &#039;L&#039;, 194811 =&gt; &#039;L&#039;, 194812 =&gt; &#039;L&#039;, 194813 =&gt; &#039;L&#039;, 194814 =&gt; &#039;L&#039;, 194815 =&gt; &#039;L&#039;, 194816 =&gt; &#039;L&#039;, 194817 =&gt; &#039;L&#039;, 194818 =&gt; &#039;L&#039;, 194819 =&gt; &#039;L&#039;, 194820 =&gt; &#039;L&#039;, 194821 =&gt; &#039;L&#039;, 194822 =&gt; &#039;L&#039;, 194823 =&gt; &#039;L&#039;, 194824 =&gt; &#039;L&#039;, 194825 =&gt; &#039;L&#039;, 194826 =&gt; &#039;L&#039;, 194827 =&gt; &#039;L&#039;, 194828 =&gt; &#039;L&#039;, 194829 =&gt; &#039;L&#039;, 194830 =&gt; &#039;L&#039;, 194831 =&gt; &#039;L&#039;, 194832 =&gt; &#039;L&#039;, 194833 =&gt; &#039;L&#039;, 194834 =&gt; &#039;L&#039;, 194835 =&gt; &#039;L&#039;, 194836 =&gt; &#039;L&#039;, 194837 =&gt; &#039;L&#039;, 194838 =&gt; &#039;L&#039;, 194839 =&gt; &#039;L&#039;, 194840 =&gt; &#039;L&#039;, 194841 =&gt; &#039;L&#039;, 194842 =&gt; &#039;L&#039;, 194843 =&gt; &#039;L&#039;, 194844 =&gt; &#039;L&#039;, 194845 =&gt; &#039;L&#039;, 194846 =&gt; &#039;L&#039;, 194847 =&gt; &#039;L&#039;, 194848 =&gt; &#039;L&#039;, 194849 =&gt; &#039;L&#039;, 194850 =&gt; &#039;L&#039;, 194851 =&gt; &#039;L&#039;, 194852 =&gt; &#039;L&#039;, 194853 =&gt; &#039;L&#039;, 194854 =&gt; &#039;L&#039;, 194855 =&gt; &#039;L&#039;, 194856 =&gt; &#039;L&#039;, 194857 =&gt; &#039;L&#039;, 194858 =&gt; &#039;L&#039;, 194859 =&gt; &#039;L&#039;, 194860 =&gt; &#039;L&#039;, 194861 =&gt; &#039;L&#039;, 194862 =&gt; &#039;L&#039;, 194863 =&gt; &#039;L&#039;, 194864 =&gt; &#039;L&#039;, 194865 =&gt; &#039;L&#039;, 194866 =&gt; &#039;L&#039;, 194867 =&gt; &#039;L&#039;, 194868 =&gt; &#039;L&#039;, 194869 =&gt; &#039;L&#039;, 194870 =&gt; &#039;L&#039;, 194871 =&gt; &#039;L&#039;, 194872 =&gt; &#039;L&#039;, 194873 =&gt; &#039;L&#039;, 194874 =&gt; &#039;L&#039;, 194875 =&gt; &#039;L&#039;, 194876 =&gt; &#039;L&#039;, 194877 =&gt; &#039;L&#039;, 194878 =&gt; &#039;L&#039;, 194879 =&gt; &#039;L&#039;, 194880 =&gt; &#039;L&#039;, 194881 =&gt; &#039;L&#039;, 194882 =&gt; &#039;L&#039;, 194883 =&gt; &#039;L&#039;, 194884 =&gt; &#039;L&#039;, 194885 =&gt; &#039;L&#039;, 194886 =&gt; &#039;L&#039;, 194887 =&gt; &#039;L&#039;, 194888 =&gt; &#039;L&#039;, 194889 =&gt; &#039;L&#039;, 194890 =&gt; &#039;L&#039;, 194891 =&gt; &#039;L&#039;, 194892 =&gt; &#039;L&#039;, 194893 =&gt; &#039;L&#039;, 194894 =&gt; &#039;L&#039;, 194895 =&gt; &#039;L&#039;, 194896 =&gt; &#039;L&#039;, 194897 =&gt; &#039;L&#039;, 194898 =&gt; &#039;L&#039;, 194899 =&gt; &#039;L&#039;, 194900 =&gt; &#039;L&#039;, 194901 =&gt; &#039;L&#039;, 194902 =&gt; &#039;L&#039;, 194903 =&gt; &#039;L&#039;, 194904 =&gt; &#039;L&#039;, 194905 =&gt; &#039;L&#039;, 194906 =&gt; &#039;L&#039;, 194907 =&gt; &#039;L&#039;, 194908 =&gt; &#039;L&#039;, 194909 =&gt; &#039;L&#039;, 194910 =&gt; &#039;L&#039;, 194911 =&gt; &#039;L&#039;, 194912 =&gt; &#039;L&#039;, 194913 =&gt; &#039;L&#039;, 194914 =&gt; &#039;L&#039;, 194915 =&gt; &#039;L&#039;, 194916 =&gt; &#039;L&#039;, 194917 =&gt; &#039;L&#039;, 194918 =&gt; &#039;L&#039;, 194919 =&gt; &#039;L&#039;, 194920 =&gt; &#039;L&#039;, 194921 =&gt; &#039;L&#039;, 194922 =&gt; &#039;L&#039;, 194923 =&gt; &#039;L&#039;, 194924 =&gt; &#039;L&#039;, 194925 =&gt; &#039;L&#039;, 194926 =&gt; &#039;L&#039;, 194927 =&gt; &#039;L&#039;, 194928 =&gt; &#039;L&#039;, 194929 =&gt; &#039;L&#039;, 194930 =&gt; &#039;L&#039;, 194931 =&gt; &#039;L&#039;, 194932 =&gt; &#039;L&#039;, 194933 =&gt; &#039;L&#039;, 194934 =&gt; &#039;L&#039;, 194935 =&gt; &#039;L&#039;, 194936 =&gt; &#039;L&#039;, 194937 =&gt; &#039;L&#039;, 194938 =&gt; &#039;L&#039;, 194939 =&gt; &#039;L&#039;, 194940 =&gt; &#039;L&#039;, 194941 =&gt; &#039;L&#039;, 194942 =&gt; &#039;L&#039;, 194943 =&gt; &#039;L&#039;, 194944 =&gt; &#039;L&#039;, 194945 =&gt; &#039;L&#039;, 194946 =&gt; &#039;L&#039;, 194947 =&gt; &#039;L&#039;, 194948 =&gt; &#039;L&#039;, 194949 =&gt; &#039;L&#039;, 194950 =&gt; &#039;L&#039;, 194951 =&gt; &#039;L&#039;, 194952 =&gt; &#039;L&#039;, 194953 =&gt; &#039;L&#039;, 194954 =&gt; &#039;L&#039;, 194955 =&gt; &#039;L&#039;, 194956 =&gt; &#039;L&#039;, 194957 =&gt; &#039;L&#039;, 194958 =&gt; &#039;L&#039;, 194959 =&gt; &#039;L&#039;, 194960 =&gt; &#039;L&#039;, 194961 =&gt; &#039;L&#039;, 194962 =&gt; &#039;L&#039;, 194963 =&gt; &#039;L&#039;, 194964 =&gt; &#039;L&#039;, 194965 =&gt; &#039;L&#039;, 194966 =&gt; &#039;L&#039;, 194967 =&gt; &#039;L&#039;, 194968 =&gt; &#039;L&#039;, 194969 =&gt; &#039;L&#039;, 194970 =&gt; &#039;L&#039;, 194971 =&gt; &#039;L&#039;, 194972 =&gt; &#039;L&#039;, 194973 =&gt; &#039;L&#039;, 194974 =&gt; &#039;L&#039;, 194975 =&gt; &#039;L&#039;, 194976 =&gt; &#039;L&#039;, 194977 =&gt; &#039;L&#039;, 194978 =&gt; &#039;L&#039;, 194979 =&gt; &#039;L&#039;, 194980 =&gt; &#039;L&#039;, 194981 =&gt; &#039;L&#039;, 194982 =&gt; &#039;L&#039;, 194983 =&gt; &#039;L&#039;, 194984 =&gt; &#039;L&#039;, 194985 =&gt; &#039;L&#039;, 194986 =&gt; &#039;L&#039;, 194987 =&gt; &#039;L&#039;, 194988 =&gt; &#039;L&#039;, 194989 =&gt; &#039;L&#039;, 194990 =&gt; &#039;L&#039;, 194991 =&gt; &#039;L&#039;, 194992 =&gt; &#039;L&#039;, 194993 =&gt; &#039;L&#039;, 194994 =&gt; &#039;L&#039;, 194995 =&gt; &#039;L&#039;, 194996 =&gt; &#039;L&#039;, 194997 =&gt; &#039;L&#039;, 194998 =&gt; &#039;L&#039;, 194999 =&gt; &#039;L&#039;, 195000 =&gt; &#039;L&#039;, 195001 =&gt; &#039;L&#039;, 195002 =&gt; &#039;L&#039;, 195003 =&gt; &#039;L&#039;, 195004 =&gt; &#039;L&#039;, 195005 =&gt; &#039;L&#039;, 195006 =&gt; &#039;L&#039;, 195007 =&gt; &#039;L&#039;, 195008 =&gt; &#039;L&#039;, 195009 =&gt; &#039;L&#039;, 195010 =&gt; &#039;L&#039;, 195011 =&gt; &#039;L&#039;, 195012 =&gt; &#039;L&#039;, 195013 =&gt; &#039;L&#039;, 195014 =&gt; &#039;L&#039;, 195015 =&gt; &#039;L&#039;, 195016 =&gt; &#039;L&#039;, 195017 =&gt; &#039;L&#039;, 195018 =&gt; &#039;L&#039;, 195019 =&gt; &#039;L&#039;, 195020 =&gt; &#039;L&#039;, 195021 =&gt; &#039;L&#039;, 195022 =&gt; &#039;L&#039;, 195023 =&gt; &#039;L&#039;, 195024 =&gt; &#039;L&#039;, 195025 =&gt; &#039;L&#039;, 195026 =&gt; &#039;L&#039;, 195027 =&gt; &#039;L&#039;, 195028 =&gt; &#039;L&#039;, 195029 =&gt; &#039;L&#039;, 195030 =&gt; &#039;L&#039;, 195031 =&gt; &#039;L&#039;, 195032 =&gt; &#039;L&#039;, 195033 =&gt; &#039;L&#039;, 195034 =&gt; &#039;L&#039;, 195035 =&gt; &#039;L&#039;, 195036 =&gt; &#039;L&#039;, 195037 =&gt; &#039;L&#039;, 195038 =&gt; &#039;L&#039;, 195039 =&gt; &#039;L&#039;, 195040 =&gt; &#039;L&#039;, 195041 =&gt; &#039;L&#039;, 195042 =&gt; &#039;L&#039;, 195043 =&gt; &#039;L&#039;, 195044 =&gt; &#039;L&#039;, 195045 =&gt; &#039;L&#039;, 195046 =&gt; &#039;L&#039;, 195047 =&gt; &#039;L&#039;, 195048 =&gt; &#039;L&#039;, 195049 =&gt; &#039;L&#039;, 195050 =&gt; &#039;L&#039;, 195051 =&gt; &#039;L&#039;, 195052 =&gt; &#039;L&#039;, 195053 =&gt; &#039;L&#039;, 195054 =&gt; &#039;L&#039;, 195055 =&gt; &#039;L&#039;, 195056 =&gt; &#039;L&#039;, 195057 =&gt; &#039;L&#039;, 195058 =&gt; &#039;L&#039;, 195059 =&gt; &#039;L&#039;, 195060 =&gt; &#039;L&#039;, 195061 =&gt; &#039;L&#039;, 195062 =&gt; &#039;L&#039;, 195063 =&gt; &#039;L&#039;, 195064 =&gt; &#039;L&#039;, 195065 =&gt; &#039;L&#039;, 195066 =&gt; &#039;L&#039;, 195067 =&gt; &#039;L&#039;, 195068 =&gt; &#039;L&#039;, 195069 =&gt; &#039;L&#039;, 195070 =&gt; &#039;L&#039;, 195071 =&gt; &#039;L&#039;, 195072 =&gt; &#039;L&#039;, 195073 =&gt; &#039;L&#039;, 195074 =&gt; &#039;L&#039;, 195075 =&gt; &#039;L&#039;, 195076 =&gt; &#039;L&#039;, 195077 =&gt; &#039;L&#039;, 195078 =&gt; &#039;L&#039;, 195079 =&gt; &#039;L&#039;, 195080 =&gt; &#039;L&#039;, 195081 =&gt; &#039;L&#039;, 195082 =&gt; &#039;L&#039;, 195083 =&gt; &#039;L&#039;, 195084 =&gt; &#039;L&#039;, 195085 =&gt; &#039;L&#039;, 195086 =&gt; &#039;L&#039;, 195087 =&gt; &#039;L&#039;, 195088 =&gt; &#039;L&#039;, 195089 =&gt; &#039;L&#039;, 195090 =&gt; &#039;L&#039;, 195091 =&gt; &#039;L&#039;, 195092 =&gt; &#039;L&#039;, 195093 =&gt; &#039;L&#039;, 195094 =&gt; &#039;L&#039;, 195095 =&gt; &#039;L&#039;, 195096 =&gt; &#039;L&#039;, 195097 =&gt; &#039;L&#039;, 195098 =&gt; &#039;L&#039;, 195099 =&gt; &#039;L&#039;, 195100 =&gt; &#039;L&#039;, 195101 =&gt; &#039;L&#039;, 917505 =&gt; &#039;BN&#039;, 917536 =&gt; &#039;BN&#039;, 917537 =&gt; &#039;BN&#039;, 917538 =&gt; &#039;BN&#039;, 917539 =&gt; &#039;BN&#039;, 917540 =&gt; &#039;BN&#039;, 917541 =&gt; &#039;BN&#039;, 917542 =&gt; &#039;BN&#039;, 917543 =&gt; &#039;BN&#039;, 917544 =&gt; &#039;BN&#039;, 917545 =&gt; &#039;BN&#039;, 917546 =&gt; &#039;BN&#039;, 917547 =&gt; &#039;BN&#039;, 917548 =&gt; &#039;BN&#039;, 917549 =&gt; &#039;BN&#039;, 917550 =&gt; &#039;BN&#039;, 917551 =&gt; &#039;BN&#039;, 917552 =&gt; &#039;BN&#039;, 917553 =&gt; &#039;BN&#039;, 917554 =&gt; &#039;BN&#039;, 917555 =&gt; &#039;BN&#039;, 917556 =&gt; &#039;BN&#039;, 917557 =&gt; &#039;BN&#039;, 917558 =&gt; &#039;BN&#039;, 917559 =&gt; &#039;BN&#039;, 917560 =&gt; &#039;BN&#039;, 917561 =&gt; &#039;BN&#039;, 917562 =&gt; &#039;BN&#039;, 917563 =&gt; &#039;BN&#039;, 917564 =&gt; &#039;BN&#039;, 917565 =&gt; &#039;BN&#039;, 917566 =&gt; &#039;BN&#039;, 917567 =&gt; &#039;BN&#039;, 917568 =&gt; &#039;BN&#039;, 917569 =&gt; &#039;BN&#039;, 917570 =&gt; &#039;BN&#039;, 917571 =&gt; &#039;BN&#039;, 917572 =&gt; &#039;BN&#039;, 917573 =&gt; &#039;BN&#039;, 917574 =&gt; &#039;BN&#039;, 917575 =&gt; &#039;BN&#039;, 917576 =&gt; &#039;BN&#039;, 917577 =&gt; &#039;BN&#039;, 917578 =&gt; &#039;BN&#039;, 917579 =&gt; &#039;BN&#039;, 917580 =&gt; &#039;BN&#039;, 917581 =&gt; &#039;BN&#039;, 917582 =&gt; &#039;BN&#039;, 917583 =&gt; &#039;BN&#039;, 917584 =&gt; &#039;BN&#039;, 917585 =&gt; &#039;BN&#039;, 917586 =&gt; &#039;BN&#039;, 917587 =&gt; &#039;BN&#039;, 917588 =&gt; &#039;BN&#039;, 917589 =&gt; &#039;BN&#039;, 917590 =&gt; &#039;BN&#039;, 917591 =&gt; &#039;BN&#039;, 917592 =&gt; &#039;BN&#039;, 917593 =&gt; &#039;BN&#039;, 917594 =&gt; &#039;BN&#039;, 917595 =&gt; &#039;BN&#039;, 917596 =&gt; &#039;BN&#039;, 917597 =&gt; &#039;BN&#039;, 917598 =&gt; &#039;BN&#039;, 917599 =&gt; &#039;BN&#039;, 917600 =&gt; &#039;BN&#039;, 917601 =&gt; &#039;BN&#039;, 917602 =&gt; &#039;BN&#039;, 917603 =&gt; &#039;BN&#039;, 917604 =&gt; &#039;BN&#039;, 917605 =&gt; &#039;BN&#039;, 917606 =&gt; &#039;BN&#039;, 917607 =&gt; &#039;BN&#039;, 917608 =&gt; &#039;BN&#039;, 917609 =&gt; &#039;BN&#039;, 917610 =&gt; &#039;BN&#039;, 917611 =&gt; &#039;BN&#039;, 917612 =&gt; &#039;BN&#039;, 917613 =&gt; &#039;BN&#039;, 917614 =&gt; &#039;BN&#039;, 917615 =&gt; &#039;BN&#039;, 917616 =&gt; &#039;BN&#039;, 917617 =&gt; &#039;BN&#039;, 917618 =&gt; &#039;BN&#039;, 917619 =&gt; &#039;BN&#039;, 917620 =&gt; &#039;BN&#039;, 917621 =&gt; &#039;BN&#039;, 917622 =&gt; &#039;BN&#039;, 917623 =&gt; &#039;BN&#039;, 917624 =&gt; &#039;BN&#039;, 917625 =&gt; &#039;BN&#039;, 917626 =&gt; &#039;BN&#039;, 917627 =&gt; &#039;BN&#039;, 917628 =&gt; &#039;BN&#039;, 917629 =&gt; &#039;BN&#039;, 917630 =&gt; &#039;BN&#039;, 917631 =&gt; &#039;BN&#039;, 917760 =&gt; &#039;NSM&#039;, 917761 =&gt; &#039;NSM&#039;, 917762 =&gt; &#039;NSM&#039;, 917763 =&gt; &#039;NSM&#039;, 917764 =&gt; &#039;NSM&#039;, 917765 =&gt; &#039;NSM&#039;, 917766 =&gt; &#039;NSM&#039;, 917767 =&gt; &#039;NSM&#039;, 917768 =&gt; &#039;NSM&#039;, 917769 =&gt; &#039;NSM&#039;, 917770 =&gt; &#039;NSM&#039;, 917771 =&gt; &#039;NSM&#039;, 917772 =&gt; &#039;NSM&#039;, 917773 =&gt; &#039;NSM&#039;, 917774 =&gt; &#039;NSM&#039;, 917775 =&gt; &#039;NSM&#039;, 917776 =&gt; &#039;NSM&#039;, 917777 =&gt; &#039;NSM&#039;, 917778 =&gt; &#039;NSM&#039;, 917779 =&gt; &#039;NSM&#039;, 917780 =&gt; &#039;NSM&#039;, 917781 =&gt; &#039;NSM&#039;, 917782 =&gt; &#039;NSM&#039;, 917783 =&gt; &#039;NSM&#039;, 917784 =&gt; &#039;NSM&#039;, 917785 =&gt; &#039;NSM&#039;, 917786 =&gt; &#039;NSM&#039;, 917787 =&gt; &#039;NSM&#039;, 917788 =&gt; &#039;NSM&#039;, 917789 =&gt; &#039;NSM&#039;, 917790 =&gt; &#039;NSM&#039;, 917791 =&gt; &#039;NSM&#039;, 917792 =&gt; &#039;NSM&#039;, 917793 =&gt; &#039;NSM&#039;, 917794 =&gt; &#039;NSM&#039;, 917795 =&gt; &#039;NSM&#039;, 917796 =&gt; &#039;NSM&#039;, 917797 =&gt; &#039;NSM&#039;, 917798 =&gt; &#039;NSM&#039;, 917799 =&gt; &#039;NSM&#039;, 917800 =&gt; &#039;NSM&#039;, 917801 =&gt; &#039;NSM&#039;, 917802 =&gt; &#039;NSM&#039;, 917803 =&gt; &#039;NSM&#039;, 917804 =&gt; &#039;NSM&#039;, 917805 =&gt; &#039;NSM&#039;, 917806 =&gt; &#039;NSM&#039;, 917807 =&gt; &#039;NSM&#039;, 917808 =&gt; &#039;NSM&#039;, 917809 =&gt; &#039;NSM&#039;, 917810 =&gt; &#039;NSM&#039;, 917811 =&gt; &#039;NSM&#039;, 917812 =&gt; &#039;NSM&#039;, 917813 =&gt; &#039;NSM&#039;, 917814 =&gt; &#039;NSM&#039;, 917815 =&gt; &#039;NSM&#039;, 917816 =&gt; &#039;NSM&#039;, 917817 =&gt; &#039;NSM&#039;, 917818 =&gt; &#039;NSM&#039;, 917819 =&gt; &#039;NSM&#039;, 917820 =&gt; &#039;NSM&#039;, 917821 =&gt; &#039;NSM&#039;, 917822 =&gt; &#039;NSM&#039;, 917823 =&gt; &#039;NSM&#039;, 917824 =&gt; &#039;NSM&#039;, 917825 =&gt; &#039;NSM&#039;, 917826 =&gt; &#039;NSM&#039;, 917827 =&gt; &#039;NSM&#039;, 917828 =&gt; &#039;NSM&#039;, 917829 =&gt; &#039;NSM&#039;, 917830 =&gt; &#039;NSM&#039;, 917831 =&gt; &#039;NSM&#039;, 917832 =&gt; &#039;NSM&#039;, 917833 =&gt; &#039;NSM&#039;, 917834 =&gt; &#039;NSM&#039;, 917835 =&gt; &#039;NSM&#039;, 917836 =&gt; &#039;NSM&#039;, 917837 =&gt; &#039;NSM&#039;, 917838 =&gt; &#039;NSM&#039;, 917839 =&gt; &#039;NSM&#039;, 917840 =&gt; &#039;NSM&#039;, 917841 =&gt; &#039;NSM&#039;, 917842 =&gt; &#039;NSM&#039;, 917843 =&gt; &#039;NSM&#039;, 917844 =&gt; &#039;NSM&#039;, 917845 =&gt; &#039;NSM&#039;, 917846 =&gt; &#039;NSM&#039;, 917847 =&gt; &#039;NSM&#039;, 917848 =&gt; &#039;NSM&#039;, 917849 =&gt; &#039;NSM&#039;, 917850 =&gt; &#039;NSM&#039;, 917851 =&gt; &#039;NSM&#039;, 917852 =&gt; &#039;NSM&#039;, 917853 =&gt; &#039;NSM&#039;, 917854 =&gt; &#039;NSM&#039;, 917855 =&gt; &#039;NSM&#039;, 917856 =&gt; &#039;NSM&#039;, 917857 =&gt; &#039;NSM&#039;, 917858 =&gt; &#039;NSM&#039;, 917859 =&gt; &#039;NSM&#039;, 917860 =&gt; &#039;NSM&#039;, 917861 =&gt; &#039;NSM&#039;, 917862 =&gt; &#039;NSM&#039;, 917863 =&gt; &#039;NSM&#039;, 917864 =&gt; &#039;NSM&#039;, 917865 =&gt; &#039;NSM&#039;, 917866 =&gt; &#039;NSM&#039;, 917867 =&gt; &#039;NSM&#039;, 917868 =&gt; &#039;NSM&#039;, 917869 =&gt; &#039;NSM&#039;, 917870 =&gt; &#039;NSM&#039;, 917871 =&gt; &#039;NSM&#039;, 917872 =&gt; &#039;NSM&#039;, 917873 =&gt; &#039;NSM&#039;, 917874 =&gt; &#039;NSM&#039;, 917875 =&gt; &#039;NSM&#039;, 917876 =&gt; &#039;NSM&#039;, 917877 =&gt; &#039;NSM&#039;, 917878 =&gt; &#039;NSM&#039;, 917879 =&gt; &#039;NSM&#039;, 917880 =&gt; &#039;NSM&#039;, 917881 =&gt; &#039;NSM&#039;, 917882 =&gt; &#039;NSM&#039;, 917883 =&gt; &#039;NSM&#039;, 917884 =&gt; &#039;NSM&#039;, 917885 =&gt; &#039;NSM&#039;, 917886 =&gt; &#039;NSM&#039;, 917887 =&gt; &#039;NSM&#039;, 917888 =&gt; &#039;NSM&#039;, 917889 =&gt; &#039;NSM&#039;, 917890 =&gt; &#039;NSM&#039;, 917891 =&gt; &#039;NSM&#039;, 917892 =&gt; &#039;NSM&#039;, 917893 =&gt; &#039;NSM&#039;, 917894 =&gt; &#039;NSM&#039;, 917895 =&gt; &#039;NSM&#039;, 917896 =&gt; &#039;NSM&#039;, 917897 =&gt; &#039;NSM&#039;, 917898 =&gt; &#039;NSM&#039;, 917899 =&gt; &#039;NSM&#039;, 917900 =&gt; &#039;NSM&#039;, 917901 =&gt; &#039;NSM&#039;, 917902 =&gt; &#039;NSM&#039;, 917903 =&gt; &#039;NSM&#039;, 917904 =&gt; &#039;NSM&#039;, 917905 =&gt; &#039;NSM&#039;, 917906 =&gt; &#039;NSM&#039;, 917907 =&gt; &#039;NSM&#039;, 917908 =&gt; &#039;NSM&#039;, 917909 =&gt; &#039;NSM&#039;, 917910 =&gt; &#039;NSM&#039;, 917911 =&gt; &#039;NSM&#039;, 917912 =&gt; &#039;NSM&#039;, 917913 =&gt; &#039;NSM&#039;, 917914 =&gt; &#039;NSM&#039;, 917915 =&gt; &#039;NSM&#039;, 917916 =&gt; &#039;NSM&#039;, 917917 =&gt; &#039;NSM&#039;, 917918 =&gt; &#039;NSM&#039;, 917919 =&gt; &#039;NSM&#039;, 917920 =&gt; &#039;NSM&#039;, 917921 =&gt; &#039;NSM&#039;, 917922 =&gt; &#039;NSM&#039;, 917923 =&gt; &#039;NSM&#039;, 917924 =&gt; &#039;NSM&#039;, 917925 =&gt; &#039;NSM&#039;, 917926 =&gt; &#039;NSM&#039;, 917927 =&gt; &#039;NSM&#039;, 917928 =&gt; &#039;NSM&#039;, 917929 =&gt; &#039;NSM&#039;, 917930 =&gt; &#039;NSM&#039;, 917931 =&gt; &#039;NSM&#039;, 917932 =&gt; &#039;NSM&#039;, 917933 =&gt; &#039;NSM&#039;, 917934 =&gt; &#039;NSM&#039;, 917935 =&gt; &#039;NSM&#039;, 917936 =&gt; &#039;NSM&#039;, 917937 =&gt; &#039;NSM&#039;, 917938 =&gt; &#039;NSM&#039;, 917939 =&gt; &#039;NSM&#039;, 917940 =&gt; &#039;NSM&#039;, 917941 =&gt; &#039;NSM&#039;, 917942 =&gt; &#039;NSM&#039;, 917943 =&gt; &#039;NSM&#039;, 917944 =&gt; &#039;NSM&#039;, 917945 =&gt; &#039;NSM&#039;, 917946 =&gt; &#039;NSM&#039;, 917947 =&gt; &#039;NSM&#039;, 917948 =&gt; &#039;NSM&#039;, 917949 =&gt; &#039;NSM&#039;, 917950 =&gt; &#039;NSM&#039;, 917951 =&gt; &#039;NSM&#039;, 917952 =&gt; &#039;NSM&#039;, 917953 =&gt; &#039;NSM&#039;, 917954 =&gt; &#039;NSM&#039;, 917955 =&gt; &#039;NSM&#039;, 917956 =&gt; &#039;NSM&#039;, 917957 =&gt; &#039;NSM&#039;, 917958 =&gt; &#039;NSM&#039;, 917959 =&gt; &#039;NSM&#039;, 917960 =&gt; &#039;NSM&#039;, 917961 =&gt; &#039;NSM&#039;, 917962 =&gt; &#039;NSM&#039;, 917963 =&gt; &#039;NSM&#039;, 917964 =&gt; &#039;NSM&#039;, 917965 =&gt; &#039;NSM&#039;, 917966 =&gt; &#039;NSM&#039;, 917967 =&gt; &#039;NSM&#039;, 917968 =&gt; &#039;NSM&#039;, 917969 =&gt; &#039;NSM&#039;, 917970 =&gt; &#039;NSM&#039;, 917971 =&gt; &#039;NSM&#039;, 917972 =&gt; &#039;NSM&#039;, 917973 =&gt; &#039;NSM&#039;, 917974 =&gt; &#039;NSM&#039;, 917975 =&gt; &#039;NSM&#039;, 917976 =&gt; &#039;NSM&#039;, 917977 =&gt; &#039;NSM&#039;, 917978 =&gt; &#039;NSM&#039;, 917979 =&gt; &#039;NSM&#039;, 917980 =&gt; &#039;NSM&#039;, 917981 =&gt; &#039;NSM&#039;, 917982 =&gt; &#039;NSM&#039;, 917983 =&gt; &#039;NSM&#039;, 917984 =&gt; &#039;NSM&#039;, 917985 =&gt; &#039;NSM&#039;, 917986 =&gt; &#039;NSM&#039;, 917987 =&gt; &#039;NSM&#039;, 917988 =&gt; &#039;NSM&#039;, 917989 =&gt; &#039;NSM&#039;, 917990 =&gt; &#039;NSM&#039;, 917991 =&gt; &#039;NSM&#039;, 917992 =&gt; &#039;NSM&#039;, 917993 =&gt; &#039;NSM&#039;, 917994 =&gt; &#039;NSM&#039;, 917995 =&gt; &#039;NSM&#039;, 917996 =&gt; &#039;NSM&#039;, 917997 =&gt; &#039;NSM&#039;, 917998 =&gt; &#039;NSM&#039;, 917999 =&gt; &#039;NSM&#039;, 983040 =&gt; &#039;L&#039;, 1048573 =&gt; &#039;L&#039;, 1048576 =&gt; &#039;L&#039;, 1114109 =&gt; &#039;L&#039;] </span> </dt> <dd>Array of Unicode types.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_WEAK">WEAK</a> <span> &nbsp;= [ &#039;EN&#039; =&gt; &#039;EN&#039;, // European Number &#039;ES&#039; =&gt; &#039;ES&#039;, // European Number Separator &#039;ET&#039; =&gt; &#039;ET&#039;, // European Number Terminator &#039;AN&#039; =&gt; &#039;AN&#039;, // Arabic Number &#039;CS&#039; =&gt; &#039;CS&#039;, // Common Number Separator &#039;NSM&#039; =&gt; &#039;NSM&#039;, // Nonspacing Mark &#039;BN&#039; =&gt; &#039;BN&#039;, ] </span> </dt> <dd>Array of Weak bidirectional character types.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_EXPLICIT_FORMATTING"> EXPLICIT_FORMATTING <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type#constant_EXPLICIT_FORMATTING" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type"><abbr title="src/Type.php">Type.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">77</span> </aside> <p class="phpdocumentor-summary">Array of Explicit formatting codes.</p>files-src-arabichttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Arabic.php</h2> <p class="phpdocumentor-summary">Arabic.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic"><abbr title="\Com\Tecnick\Unicode\Data\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Arabic</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Arabic.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-arabic#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-brackethttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Bracket.php</h2> <p class="phpdocumentor-summary">Bracket.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket"><abbr title="\Com\Tecnick\Unicode\Data\Bracket">Bracket</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Bracket</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Bracket.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-bracket#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-constanthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Constant.php</h2> <p class="phpdocumentor-summary">Constant.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant"><abbr title="\Com\Tecnick\Unicode\Data\Constant">Constant</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Constant</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Constant.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-constant#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-encodinghttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encoding.php</h2> <p class="phpdocumentor-summary">Encoding.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding"><abbr title="\Com\Tecnick\Unicode\Data\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Encoding</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Encoding.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-encoding#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-identityhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Identity.php</h2> <p class="phpdocumentor-summary">Identity.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity"><abbr title="\Com\Tecnick\Unicode\Data\Identity">Identity</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Identity</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Identity.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-identity#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-latinhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Latin.php</h2> <p class="phpdocumentor-summary">Latin.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin"><abbr title="\Com\Tecnick\Unicode\Data\Latin">Latin</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Latin</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Latin.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-latin#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-mirrorhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Mirror.php</h2> <p class="phpdocumentor-summary">Mirror.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror"><abbr title="\Com\Tecnick\Unicode\Data\Mirror">Mirror</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Mirror</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Mirror.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-mirror#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-patternhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Pattern.php</h2> <p class="phpdocumentor-summary">Pattern.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern"><abbr title="\Com\Tecnick\Unicode\Data\Pattern">Pattern</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Pattern</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Pattern.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-pattern#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-typehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Type.php</h2> <p class="phpdocumentor-summary">Type.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-unicode-data"> <p>This file is part of tc-lib-unicode-data software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type"><abbr title="\Com\Tecnick\Unicode\Data\Type">Type</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/files-src-type#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode"><abbr title="\Com\Tecnick\Unicode">Unicode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicodehttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Unicode</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data"><abbr title="\Com\Tecnick\Unicode\Data">Data</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-unicode-datahttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode">Unicode</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Data</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic"><abbr title="\Com\Tecnick\Unicode\Data\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Arabic</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket"><abbr title="\Com\Tecnick\Unicode\Data\Bracket">Bracket</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Bracket</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant"><abbr title="\Com\Tecnick\Unicode\Data\Constant">Constant</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Constant</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding"><abbr title="\Com\Tecnick\Unicode\Data\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Encoding</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity"><abbr title="\Com\Tecnick\Unicode\Data\Identity">Identity</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Identity</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin"><abbr title="\Com\Tecnick\Unicode\Data\Latin">Latin</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Latin</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror"><abbr title="\Com\Tecnick\Unicode\Data\Mirror">Mirror</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Mirror</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern"><abbr title="\Com\Tecnick\Unicode\Data\Pattern">Pattern</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Pattern</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type"><abbr title="\Com\Tecnick\Unicode\Data\Type">Type</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com-tecnick-unicode-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-default/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-default/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData"><abbr title="\UnicodeData">UnicodeData</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-UnicodeDatahttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">UnicodeData</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Arabic"><abbr title="\Com\Tecnick\Unicode\Data\Arabic">Arabic</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Arabic</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Bracket"><abbr title="\Com\Tecnick\Unicode\Data\Bracket">Bracket</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Bracket</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Constant"><abbr title="\Com\Tecnick\Unicode\Data\Constant">Constant</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Constant</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Encoding"><abbr title="\Com\Tecnick\Unicode\Data\Encoding">Encoding</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Encoding</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Identity"><abbr title="\Com\Tecnick\Unicode\Data\Identity">Identity</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Identity</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Latin"><abbr title="\Com\Tecnick\Unicode\Data\Latin">Latin</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Latin</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Mirror"><abbr title="\Com\Tecnick\Unicode\Data\Mirror">Mirror</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Mirror</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Pattern"><abbr title="\Com\Tecnick\Unicode\Data\Pattern">Pattern</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Pattern</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/classes-Com-Tecnick-Unicode-Data-Type"><abbr title="\Com\Tecnick\Unicode\Data\Type">Type</abbr></a></dt><dd>Com\Tecnick\Unicode\Data\Type</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/packages-UnicodeData#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-deprecated/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-errors/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-markers/Sun, 25 Jan 2026 10:34:30 +0000https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Filterhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Filter <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Filter.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter"><abbr title="src/Filter.php">Filter.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Filter</p> <section class="phpdocumentor-description"><p>PHP class for decoding common PDF filters (PDF 32000-2008 - 7.4 Filters)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode data using the specified filter type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#method_decodeAll">decodeAll()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the input data using multiple filters</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Filter.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter"><abbr title="src/Filter.php">Filter.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">44</span> </aside> <p class="phpdocumentor-summary">Decode data using the specified filter type.</p>classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFivehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AsciiEightFive <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AsciiEightFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive"><abbr title="src/Type/AsciiEightFive.php">AsciiEightFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\AsciiEightFive</p> <section class="phpdocumentor-description"><p>ASCII85 Decodes data encoded in an ASCII base-85 representation, reproducing the original binary data.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AsciiEightFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive"><abbr title="src/Type/AsciiEightFive.php">AsciiEightFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p>classes-Com-Tecnick-Pdf-Filter-Type-AsciiHexhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AsciiHex <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AsciiHex.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex"><abbr title="src/Type/AsciiHex.php">AsciiHex.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">35</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\AsciiHex</p> <section class="phpdocumentor-description"><p>ASCIIHex Decodes data encoded in an ASCII hexadecimal representation, reproducing the original binary data.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AsciiHex.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex"><abbr title="src/Type/AsciiHex.php">AsciiHex.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">46</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p>classes-Com-Tecnick-Pdf-Filter-Type-CcittFaxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CcittFax <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/CcittFax.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax"><abbr title="src/Type/CcittFax.php">CcittFax.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\CcittFax</p> <section class="phpdocumentor-description"><p>CcittFax</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/CcittFax.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax"><abbr title="src/Type/CcittFax.php">CcittFax.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/CcittFax.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Type-Crypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Crypt <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Crypt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt"><abbr title="src/Type/Crypt.php">Crypt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Crypt</p> <section class="phpdocumentor-description"><p>Crypt</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Crypt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt"><abbr title="src/Type/Crypt.php">Crypt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Crypt.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Type-Dcthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Dct <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Dct.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct"><abbr title="src/Type/Dct.php">Dct.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Dct</p> <section class="phpdocumentor-description"><p>Dct</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Dct.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct"><abbr title="src/Type/Dct.php">Dct.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Dct.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Type-Flatehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Flate <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Flate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate"><abbr title="src/Type/Flate.php">Flate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Flate</p> <section class="phpdocumentor-description"><p>Flatee Decompresses data encoded using the zlib/deflate compression method, reproducing the original text or binary data.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Flate.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate"><abbr title="src/Type/Flate.php">Flate.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">45</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p>classes-Com-Tecnick-Pdf-Filter-Type-JbigTwohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> JbigTwo <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/JbigTwo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo"><abbr title="src/Type/JbigTwo.php">JbigTwo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\JbigTwo</p> <section class="phpdocumentor-description"><p>JbigTwo</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/JbigTwo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo"><abbr title="src/Type/JbigTwo.php">JbigTwo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/JbigTwo.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Type-Jpxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Jpx <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Jpx.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx"><abbr title="src/Type/Jpx.php">Jpx.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Jpx</p> <section class="phpdocumentor-description"><p>Jpx</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Jpx.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx"><abbr title="src/Type/Jpx.php">Jpx.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Jpx.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Filter-Type-Lzwhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Lzw <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Lzw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw"><abbr title="src/Type/Lzw.php">Lzw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Lzw</p> <section class="phpdocumentor-description"><p>LZWDecode Decompresses data encoded using the LZW (Lempel-Ziv-Welch) adaptive compression method, reproducing the original text or binary data.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Lzw.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw"><abbr title="src/Type/Lzw.php">Lzw.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p>classes-Com-Tecnick-Pdf-Filter-Type-RunLengthhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RunLength <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RunLength.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength"><abbr title="src/Type/RunLength.php">RunLength.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\RunLength</p> <section class="phpdocumentor-description"><p>RunLengthe Decompresses data encoded using the zlib/deflate compression method, reproducing the original text or binary data.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RunLength.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength"><abbr title="src/Type/RunLength.php">RunLength.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Decode the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p>classes-Com-Tecnick-Pdf-Filter-Type-Templatehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type">Type</a></li> </ul> <article class="phpdocumentor-element -interface"> <h2 class="phpdocumentor-content__title"> Template <div class="phpdocumentor-element__package"> in <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter">PdfFilter</a></li> </ul> </div> </h2> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Template.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template"><abbr title="src/Type/Template.php">Template.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Filter\Type\Template.php</p> <section class="phpdocumentor-description"><p>Template.php</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> https://github.com/tecnickcom/tc-lib-pdf-filter </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#method_decode">decode()</a> <span> &nbsp;: string </span> </dt> <dd>Decode the data.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_decode"> decode() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#method_decode" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Template.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template"><abbr title="src/Type/Template.php">Template.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">Decode the data.</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">decode</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data to decode.</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>Decoded data string.</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Template.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#toc-constants">Constants</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template#method_decode">decode()</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception"><abbr title="\Com\Tecnick\Pdf\Filter\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-filterhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Filter.php</h2> <p class="phpdocumentor-summary">Filter.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter"><abbr title="\Com\Tecnick\Pdf\Filter\Filter">Filter</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Filter</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Filter.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-filter#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-asciieightfivehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AsciiEightFive.php</h2> <p class="phpdocumentor-summary">AsciiEightFive.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiEightFive">AsciiEightFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiEightFive</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AsciiEightFive.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciieightfive#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-asciihexhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AsciiHex.php</h2> <p class="phpdocumentor-summary">AsciiHex.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiHex">AsciiHex</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiHex</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AsciiHex.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-asciihex#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-ccittfaxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">CcittFax.php</h2> <p class="phpdocumentor-summary">CcittFax.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax"><abbr title="\Com\Tecnick\Pdf\Filter\Type\CcittFax">CcittFax</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\CcittFax</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/CcittFax.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-ccittfax#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-crypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Crypt.php</h2> <p class="phpdocumentor-summary">Crypt.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Crypt">Crypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Crypt</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Crypt.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-crypt#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-dcthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Dct.php</h2> <p class="phpdocumentor-summary">Dct.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Dct">Dct</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Dct</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Dct.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-dct#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-flatehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Flate.php</h2> <p class="phpdocumentor-summary">Flate.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Flate">Flate</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Flate</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Flate.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-flate#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-jbigtwohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">JbigTwo.php</h2> <p class="phpdocumentor-summary">JbigTwo.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo"><abbr title="\Com\Tecnick\Pdf\Filter\Type\JbigTwo">JbigTwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\JbigTwo</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/JbigTwo.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jbigtwo#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-jpxhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Jpx.php</h2> <p class="phpdocumentor-summary">Jpx.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Jpx">Jpx</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Jpx</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Jpx.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-jpx#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-lzwhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Lzw.php</h2> <p class="phpdocumentor-summary">Lzw.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Lzw">Lzw</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Lzw</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Lzw.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-lzw#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-runlengthhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RunLength.php</h2> <p class="phpdocumentor-summary">RunLength.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength"><abbr title="\Com\Tecnick\Pdf\Filter\Type\RunLength">RunLength</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\RunLength</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/RunLength.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-runlength#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-templatehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Template.php</h2> <p class="phpdocumentor-summary">Template.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filter"> <p>This file is part of tc-lib-pdf-filter software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Template.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/files-src-type-template#toc-interfaces">Interfaces</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter"><abbr title="\Com\Tecnick\Pdf\Filter">Filter</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-filterhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Filter</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type"><abbr title="\Com\Tecnick\Pdf\Filter\Type">Type</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception"><abbr title="\Com\Tecnick\Pdf\Filter\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter"><abbr title="\Com\Tecnick\Pdf\Filter\Filter">Filter</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Filter</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-filter-typehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter">Filter</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Type</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiEightFive">AsciiEightFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiEightFive</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiHex">AsciiHex</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiHex</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax"><abbr title="\Com\Tecnick\Pdf\Filter\Type\CcittFax">CcittFax</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\CcittFax</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Crypt">Crypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Crypt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Dct">Dct</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Dct</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Flate">Flate</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Flate</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo"><abbr title="\Com\Tecnick\Pdf\Filter\Type\JbigTwo">JbigTwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\JbigTwo</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Jpx">Jpx</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Jpx</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Lzw">Lzw</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Lzw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength"><abbr title="\Com\Tecnick\Pdf\Filter\Type\RunLength">RunLength</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\RunLength</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com-tecnick-pdf-filter-type#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-default/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-default/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter"><abbr title="\PdfFilter">PdfFilter</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfFilterhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfFilter</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Template"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Template">Template</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Template.php</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Exception"><abbr title="\Com\Tecnick\Pdf\Filter\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Filter"><abbr title="\Com\Tecnick\Pdf\Filter\Filter">Filter</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Filter</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiEightFive"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiEightFive">AsciiEightFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiEightFive</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-AsciiHex"><abbr title="\Com\Tecnick\Pdf\Filter\Type\AsciiHex">AsciiHex</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\AsciiHex</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-CcittFax"><abbr title="\Com\Tecnick\Pdf\Filter\Type\CcittFax">CcittFax</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\CcittFax</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Crypt"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Crypt">Crypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Crypt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Dct"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Dct">Dct</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Dct</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Flate"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Flate">Flate</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Flate</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-JbigTwo"><abbr title="\Com\Tecnick\Pdf\Filter\Type\JbigTwo">JbigTwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\JbigTwo</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Jpx"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Jpx">Jpx</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Jpx</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-Lzw"><abbr title="\Com\Tecnick\Pdf\Filter\Type\Lzw">Lzw</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\Lzw</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/classes-Com-Tecnick-Pdf-Filter-Type-RunLength"><abbr title="\Com\Tecnick\Pdf\Filter\Type\RunLength">RunLength</abbr></a></dt><dd>Com\Tecnick\Pdf\Filter\Type\RunLength</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/packages-PdfFilter#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-deprecated/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-errors/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-markers/Sun, 25 Jan 2026 10:34:28 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Pdf-Encrypt-Computehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Compute <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data"><abbr title="\Com\Tecnick\Pdf\Encrypt\Data">Data</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Compute.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute"><abbr title="src/Compute.php">Compute.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Compute</p> <section class="phpdocumentor-description"><p>PHP class to generate encryption data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt data using the specified encrypt type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_escapeString">escapeString()</a> <span> &nbsp;: string </span> </dt> <dd>Escape a string: add &quot;\&quot; before &quot;\&quot;, &quot;(&quot; and &quot;)&quot;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getEncPermissionsString">getEncPermissionsString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert encryption P value to a string of bytes, low-order byte first.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getObjectKey">getObjectKey()</a> <span> &nbsp;: string </span> </dt> <dd>Compute encryption key depending on object number where the encrypted data is stored.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_getPdfEncryptionObj">getPdfEncryptionObj()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF encryption block</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getUserPermissionCode">getUserPermissionCode()</a> <span> &nbsp;: int </span> </dt> <dd>Return the permission code used on encryption (P value).</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Compute.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute"><abbr title="src/Compute.php">Compute.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">46</span> </aside> <p class="phpdocumentor-summary">Encrypt data using the specified encrypt type.</p>classes-Com-Tecnick-Pdf-Encrypt-Datahttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Data <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output"><abbr title="\Com\Tecnick\Pdf\Encrypt\Output">Output</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data"><abbr title="src/Data.php">Data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Data</p> <section class="phpdocumentor-description"><p>Ecrypt common data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_escapeString">escapeString()</a> <span> &nbsp;: string </span> </dt> <dd>Escape a string: add &quot;\&quot; before &quot;\&quot;, &quot;(&quot; and &quot;)&quot;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_getPdfEncryptionObj">getPdfEncryptionObj()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF encryption block</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_escapeString"> escapeString() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_escapeString" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">120</span> </aside> <p class="phpdocumentor-summary">Escape a string: add &quot;\&quot; before &quot;\&quot;, &quot;(&quot; and &quot;)&quot;.</p>classes-Com-Tecnick-Pdf-Encrypt-Encrypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Encrypt <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute"><abbr title="\Com\Tecnick\Pdf\Encrypt\Compute">Compute</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Encrypt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt"><abbr title="src/Encrypt.php">Encrypt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Encrypt</p> <section class="phpdocumentor-description"><p>PHP class for encrypting data for PDF documents</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-import-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TEncryptData from Output</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set PDF document protection (permission settings)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_convertHexStringToString">convertHexStringToString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert hexadecimal string to string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_convertStringToHexString">convertStringToHexString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert string to hexadecimal string (byte string).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_encodeNameObject">encodeNameObject()</a> <span> &nbsp;: string </span> </dt> <dd>Encode a name object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt data using the specified encrypt type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_encryptString">encryptString()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_escapeDataString">escapeDataString()</a> <span> &nbsp;: string </span> </dt> <dd>Format a data string for meta information.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_escapeString">escapeString()</a> <span> &nbsp;: string </span> </dt> <dd>Escape a string: add &quot;\&quot; before &quot;\&quot;, &quot;(&quot; and &quot;)&quot;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getEncPermissionsString">getEncPermissionsString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert encryption P value to a string of bytes, low-order byte first.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_getEncryptionData">getEncryptionData()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Pdf\Encrypt\TEncryptData">TEncryptData</abbr> </span> </dt> <dd>Get the encryption data array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method_getFormattedDate">getFormattedDate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns a formatted date-time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getObjectKey">getObjectKey()</a> <span> &nbsp;: string </span> </dt> <dd>Compute encryption key depending on object number where the encrypted data is stored.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#method_getPdfEncryptionObj">getPdfEncryptionObj()</a> <span> &nbsp;: string </span> </dt> <dd>Get the PDF encryption block</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute#method_getUserPermissionCode">getUserPermissionCode()</a> <span> &nbsp;: int </span> </dt> <dd>Return the permission code used on encryption (P value).</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Encrypt.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt"><abbr title="src/Encrypt.php">Encrypt.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">81</span> </aside> <p class="phpdocumentor-summary">Set PDF document protection (permission settings)</p>classes-Com-Tecnick-Pdf-Encrypt-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Encrypt-Outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Output <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Output.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output"><abbr title="src/Output.php">Output.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">70</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Output</p> <section class="phpdocumentor-description"><p>PHP class for output encrypt PDF object</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TEncryptData array{ 'CF': array{ 'AuthEvent': string, 'CFM': string, 'EncryptMetadata': bool, 'Length': int, }, 'EFF': string, 'EncryptMetadata': bool, 'Filter': string, 'Length': int, 'O': string, 'OE': string, 'OKS': string, 'OVS': string, 'P': int, 'Recipients': array<string>, 'StmF': string, 'StrF': string, 'SubFilter': string, 'U': string, 'UE': string, 'UKS': string, 'UVS': string, 'V': int, 'encrypted': bool, 'fileid': string, 'key': string, 'mode': int, 'objid': int, 'owner_password': string, 'perms': string, 'protection': int, 'pubkey': bool, 'pubkeys'?: array{array{'c':string, 'p':array<string>}}, 'user_password': string, }</p>classes-Com-Tecnick-Pdf-Encrypt-Type-AEShttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AES <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AES.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes"><abbr title="src/Type/AES.php">AES.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\AES</p> <section class="phpdocumentor-description"><p>AES</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data using OpenSSL</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AES.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes"><abbr title="src/Type/AES.php">AES.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">45</span> </aside> <p class="phpdocumentor-summary">Encrypt the data using OpenSSL</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mode</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">''</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$key</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Encryption key</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$mode</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> = <span class="phpdocumentor-argument-list__argument__default-value">''</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Cipher</p>classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopadhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AESnopad <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESnopad.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad"><abbr title="src/Type/AESnopad.php">AESnopad.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\AESnopad</p> <section class="phpdocumentor-description"><p>AES no-padding</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#constant_BLOCKSIZE">BLOCKSIZE</a> <span> &nbsp;= 16 </span> </dt> <dd>Block size (IV length): \openssl_cipher_iv_length(&#039;aes-256-cbc&#039;)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#constant_IVECT">IVECT</a> <span> &nbsp;= &quot;\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00&quot; </span> </dt> <dd>Initialization Vector (16 bytes)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#constant_VALID_CIPHERS">VALID_CIPHERS</a> <span> &nbsp;= [&#039;aes-128-cbc&#039;, &#039;aes-256-cbc&#039;] </span> </dt> <dd>List of valid openssl cyphers for AES encryption.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#method_checkCipher">checkCipher()</a> <span> &nbsp;: void </span> </dt> <dd>Check if the cipher is valid and available.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_BLOCKSIZE"> BLOCKSIZE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad#constant_BLOCKSIZE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESnopad.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad"><abbr title="src/Type/AESnopad.php">AESnopad.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <p class="phpdocumentor-summary">Block size (IV length): \openssl_cipher_iv_length(&#039;aes-256-cbc&#039;)</p>classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AESSixteen <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen"><abbr title="src/Type/AESSixteen.php">AESSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\AESSixteen</p> <section class="phpdocumentor-description"><p>AESSixteen 16 bytes = 128 bit</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data using OpenSSL</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen"><abbr title="src/Type/AESSixteen.php">AESSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Encrypt the data using OpenSSL</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$key</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Encryption key</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>encrypted text</p>classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> AESThirtytwo <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESThirtytwo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo"><abbr title="src/Type/AESThirtytwo.php">AESThirtytwo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo</p> <section class="phpdocumentor-description"><p>AESThirtytwo 32 bytes = 256 bit</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data using OpenSSL</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/AESThirtytwo.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo"><abbr title="src/Type/AESThirtytwo.php">AESThirtytwo.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Encrypt the data using OpenSSL</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$key</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Encryption key</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>encrypted text</p>classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> MDFiveSixteen <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/MDFiveSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen"><abbr title="src/Type/MDFiveSixteen.php">MDFiveSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen</p> <section class="phpdocumentor-description"><p>MD5-16</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/MDFiveSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen"><abbr title="src/Type/MDFiveSixteen.php">MDFiveSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <p class="phpdocumentor-summary">Encrypt the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'H*'</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$key</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> = <span class="phpdocumentor-argument-list__argument__default-value">'H*'</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Encryption key</p> </section> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">string</span> &mdash; <section class="phpdocumentor-description"><p>encrypted text</p> </section> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/MDFiveSixteen.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen#method_encrypt">encrypt()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RCFour <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFour.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour"><abbr title="src/Type/RCFour.php">RCFour.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\RCFour</p> <section class="phpdocumentor-description"><p>RC4 is the standard encryption algorithm used in PDF format</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#constant_VALID_CIPHERS">VALID_CIPHERS</a> <span> &nbsp;= [&#039;RC4&#039;, &#039;RC4-40&#039;] </span> </dt> <dd>List of valid openssl cyphers for RC4 encryption.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data using the RC4 (Rivest Cipher 4, also known as ARC4 or ARCFOUR) algorithm.</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_VALID_CIPHERS"> VALID_CIPHERS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour#constant_VALID_CIPHERS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFour.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour"><abbr title="src/Type/RCFour.php">RCFour.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <p class="phpdocumentor-summary">List of valid openssl cyphers for RC4 encryption.</p>classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFivehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RCFourFive <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFourFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive"><abbr title="src/Type/RCFourFive.php">RCFourFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\RCFourFive</p> <section class="phpdocumentor-description"><p>RC4-40 is the standard encryption algorithm used in PDF format The key length is 5 bytes (40 bits)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFourFive.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive"><abbr title="src/Type/RCFourFive.php">RCFourFive.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Encrypt the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p>classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> RCFourSixteen <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFourSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen"><abbr title="src/Type/RCFourSixteen.php">RCFourSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">33</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen</p> <section class="phpdocumentor-description"><p>RC4-40 is the standard encryption algorithm used in PDF format The key length is 16 bytes (128 bits)</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/RCFourSixteen.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen"><abbr title="src/Type/RCFourSixteen.php">RCFourSixteen.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Encrypt the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Data string to encrypt</p>classes-Com-Tecnick-Pdf-Encrypt-Type-Seedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type">Type</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Seed <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt">PdfEncrypt</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Seed.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed"><abbr title="src/Type/Seed.php">Seed.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\Encrypt\Type\Seed</p> <section class="phpdocumentor-description"><p>generate random seed</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> https://github.com/tecnickcom/tc-lib-pdf-encrypt </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#method_encrypt">encrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypt the data</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_encrypt"> encrypt() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed#method_encrypt" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Type/Seed.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed"><abbr title="src/Type/Seed.php">Seed.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">43</span> </aside> <p class="phpdocumentor-summary">Encrypt the data</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">encrypt</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">''</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$key</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">''</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$mode</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">'openssl'</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$data</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> = <span class="phpdocumentor-argument-list__argument__default-value">''</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Random seed data</p>files-src-computehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Compute.php</h2> <p class="phpdocumentor-summary">Compute.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute"><abbr title="\Com\Tecnick\Pdf\Encrypt\Compute">Compute</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Compute</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Compute.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-compute#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-datahttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Data.php</h2> <p class="phpdocumentor-summary">Encrypt.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data"><abbr title="\Com\Tecnick\Pdf\Encrypt\Data">Data</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Data</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-encrypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Encrypt.php</h2> <p class="phpdocumentor-summary">Encrypt.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt"><abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Encrypt</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Encrypt.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-encrypt#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception"><abbr title="\Com\Tecnick\Pdf\Encrypt\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-outputhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Output.php</h2> <p class="phpdocumentor-summary">Output.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2008-01-02</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output"><abbr title="\Com\Tecnick\Pdf\Encrypt\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Output.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-output#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-aeshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AES.php</h2> <p class="phpdocumentor-summary">AES.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AES">AES</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AES</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AES.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aes#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-aesnopadhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AESnopad.php</h2> <p class="phpdocumentor-summary">AESnopad.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESnopad">AESnopad</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESnopad</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AESnopad.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesnopad#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-aessixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AESSixteen.php</h2> <p class="phpdocumentor-summary">AESSixteen.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESSixteen">AESSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESSixteen</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AESSixteen.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aessixteen#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-aesthirtytwohttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">AESThirtytwo.php</h2> <p class="phpdocumentor-summary">AESThirtytwo.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo">AESThirtytwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/AESThirtytwo.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-aesthirtytwo#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-mdfivesixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">MDFiveSixteen.php</h2> <p class="phpdocumentor-summary">MDFiveSixteen.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen">MDFiveSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/MDFiveSixteen.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-mdfivesixteen#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-rcfourhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RCFour.php</h2> <p class="phpdocumentor-summary">RCFour.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFour">RCFour</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFour</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/RCFour.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfour#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-rcfourfivehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RCFourFive.php</h2> <p class="phpdocumentor-summary">RCFourFive.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourFive">RCFourFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourFive</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/RCFourFive.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfourfive#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-rcfoursixteenhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">RCFourSixteen.php</h2> <p class="phpdocumentor-summary">RCFourSixteen.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen">RCFourSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/RCFourSixteen.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-rcfoursixteen#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-type-seedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Seed.php</h2> <p class="phpdocumentor-summary">Seed.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-encrypt"> <p>This file is part of tc-lib-pdf-encrypt software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\Seed">Seed</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\Seed</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Type/Seed.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/files-src-type-seed#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf"><abbr title="\Com\Tecnick\Pdf">Pdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Pdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt"><abbr title="\Com\Tecnick\Pdf\Encrypt">Encrypt</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-encrypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Encrypt</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type">Type</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute"><abbr title="\Com\Tecnick\Pdf\Encrypt\Compute">Compute</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Compute</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data"><abbr title="\Com\Tecnick\Pdf\Encrypt\Data">Data</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt"><abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Encrypt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception"><abbr title="\Com\Tecnick\Pdf\Encrypt\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output"><abbr title="\Com\Tecnick\Pdf\Encrypt\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Output</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-pdf-encrypt-typehttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf">Pdf</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt">Encrypt</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Type</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AES">AES</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AES</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESnopad">AESnopad</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESnopad</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESSixteen">AESSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo">AESThirtytwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen">MDFiveSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFour">RCFour</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFour</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourFive">RCFourFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourFive</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen">RCFourSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\Seed">Seed</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\Seed</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com-tecnick-pdf-encrypt-type#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-default/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-default/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt"><abbr title="\PdfEncrypt">PdfEncrypt</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-PdfEncrypthttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">PdfEncrypt</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Compute"><abbr title="\Com\Tecnick\Pdf\Encrypt\Compute">Compute</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Compute</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Data"><abbr title="\Com\Tecnick\Pdf\Encrypt\Data">Data</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Data</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Encrypt"><abbr title="\Com\Tecnick\Pdf\Encrypt\Encrypt">Encrypt</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Encrypt</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Exception"><abbr title="\Com\Tecnick\Pdf\Encrypt\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Output"><abbr title="\Com\Tecnick\Pdf\Encrypt\Output">Output</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Output</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AES"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AES">AES</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AES</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESnopad"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESnopad">AESnopad</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESnopad</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESSixteen">AESSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-AESThirtytwo"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo">AESThirtytwo</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\AESThirtytwo</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-MDFiveSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen">MDFiveSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\MDFiveSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFour"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFour">RCFour</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFour</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourFive"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourFive">RCFourFive</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourFive</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-RCFourSixteen"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen">RCFourSixteen</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\RCFourSixteen</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/classes-Com-Tecnick-Pdf-Encrypt-Type-Seed"><abbr title="\Com\Tecnick\Pdf\Encrypt\Type\Seed">Seed</abbr></a></dt><dd>Com\Tecnick\Pdf\Encrypt\Type\Seed</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/packages-PdfEncrypt#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-deprecated/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-errors/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-markers/Sun, 25 Jan 2026 10:34:27 +0000https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-File-Bytehttps://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file">File</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Byte <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Byte.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte"><abbr title="src/Byte.php">Byte.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\File\Byte</p> <section class="phpdocumentor-description"><p>Function to read byte-level data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> https://github.com/tecnickcom/tc-lib-file </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new string to be processed</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getByte">getByte()</a> <span> &nbsp;: int </span> </dt> <dd>Get BYTE from string (8-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getFixed">getFixed()</a> <span> &nbsp;: float </span> </dt> <dd>Get FIXED from string (32-bit signed fixed-point number (16.16).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getFWord">getFWord()</a> <span> &nbsp;: int </span> </dt> <dd>Get FWORD from string (Big Endian 16-bit signed integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getShort">getShort()</a> <span> &nbsp;: int </span> </dt> <dd>Get SHORT from string (Big Endian 16-bit signed integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getUFWord">getUFWord()</a> <span> &nbsp;: int </span> </dt> <dd>Get UFWORD from string (Big Endian 16-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getULong">getULong()</a> <span> &nbsp;: int </span> </dt> <dd>Get ULONG from string (Big Endian 32-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method_getUShort">getUShort()</a> <span> &nbsp;: int </span> </dt> <dd>Get USHORT from string (Big Endian 16-bit unsigned integer).</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Byte.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte"><abbr title="src/Byte.php">Byte.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Initialize a new string to be processed</p>classes-Com-Tecnick-File-Cachehttps://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file">File</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Cache <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cache.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache"><abbr title="src/Cache.php">Cache.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">30</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Pdf\File\Cache</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filecache"> https://github.com/tecnickcom/tc-lib-pdf-filecache </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the file prefix (common name)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method_delete">delete()</a> <span> &nbsp;: void </span> </dt> <dd>Delete cached files</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method_getCachePath">getCachePath()</a> <span> &nbsp;: string </span> </dt> <dd>Get the cache directory path</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method_getFilePrefix">getFilePrefix()</a> <span> &nbsp;: string </span> </dt> <dd>Get the file prefix</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method_getNewFileName">getNewFileName()</a> <span> &nbsp;: string|false </span> </dt> <dd>Returns a temporary filename for caching files</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method_setCachePath">setCachePath()</a> <span> &nbsp;: void </span> </dt> <dd>Set the default cache directory path</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cache.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache"><abbr title="src/Cache.php">Cache.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">49</span> </aside> <p class="phpdocumentor-summary">Set the file prefix (common name)</p>classes-Com-Tecnick-File-Dirhttps://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file">File</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Dir <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Dir.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir"><abbr title="src/Dir.php">Dir.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\File\Dir</p> <section class="phpdocumentor-description"><p>Function to read byte-level data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> https://github.com/tecnickcom/tc-lib-file </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#method_findParentDir">findParentDir()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the full path of a parent directory</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_findParentDir"> findParentDir() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir#method_findParentDir" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Dir.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir"><abbr title="src/Dir.php">Dir.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <p class="phpdocumentor-summary">Returns the full path of a parent directory</p> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">findParentDir</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$name</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dir</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">__DIR__</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$name</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Name of the parent folder to search</p>classes-Com-Tecnick-File-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file">File</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\File\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> https://github.com/tecnickcom/tc-lib-file </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-File-Filehttps://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file">File</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> File <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File">File</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/File.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file"><abbr title="src/File.php">File.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\File\File</p> <section class="phpdocumentor-description"><p>Function to read byte-level data</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> https://github.com/tecnickcom/tc-lib-file </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">SuppressWarnings</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;PHPMD.ExcessiveClassComplexity&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#property_curlopts">$curlopts</a> <span> &nbsp;: array&lt;int, bool|int|string&gt; </span> </dt> <dd>Custom cURL options for curl_setopt_array.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_fileGetContents">fileGetContents()</a> <span> &nbsp;: string </span> </dt> <dd>Reads entire file into a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_fopenLocal">fopenLocal()</a> <span> &nbsp;: resource </span> </dt> <dd>Wrapper to use fopen only with local files</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_fReadInt">fReadInt()</a> <span> &nbsp;: int </span> </dt> <dd>Read a 4-byte (32 bit) integer from file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_getAltFilePaths">getAltFilePaths()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dd>Returns an array of possible alternative file paths or URLs</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_getFileData">getFileData()</a> <span> &nbsp;: string|false </span> </dt> <dd>Reads entire file into a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_getUrlData">getUrlData()</a> <span> &nbsp;: string|false </span> </dt> <dd>Reads entire remote file into a string using CURL</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_hasDoubleDots">hasDoubleDots()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the path contains parent directory dots (&#039;..&#039;).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_hasForbiddenProtocol">hasForbiddenProtocol()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the path contains a non-allowed protocol.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#method_rfRead">rfRead()</a> <span> &nbsp;: string </span> </dt> <dd>Binary-safe file read.</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public " > <h4 class="phpdocumentor-element__name" id="property_curlopts"> $curlopts <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File#property_curlopts" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/File.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file"><abbr title="src/File.php">File.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">68</span> </aside> <p class="phpdocumentor-summary">Custom cURL options for curl_setopt_array.</p>files-src-bytehttps://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Byte.php</h2> <p class="phpdocumentor-summary">Byte.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> <p>This file is part of tc-lib-file software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte"><abbr title="\Com\Tecnick\File\Byte">Byte</abbr></a></dt><dd>Com\Tecnick\File\Byte</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Byte.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-byte#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-cachehttps://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Cache.php</h2> <p class="phpdocumentor-summary">Cache.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2011-05-23</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2011-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-pdf-filecache"> <p>This file is part of tc-lib-pdf-filecache software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache"><abbr title="\Com\Tecnick\File\Cache">Cache</abbr></a></dt><dd>Com\Tecnick\Pdf\File\Cache</dd> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $this-&gt;normalizePath($kPathCache) </span> </dt> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_CACHE"> K_PATH_CACHE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cache.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache"><abbr title="src/Cache.php">Cache.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">157</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_CACHE</span> = <span class="phpdocumentor-signature__default-value">$this-&gt;normalizePath($kPathCache)</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Cache.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#toc-classes">Classes</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-dirhttps://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Dir.php</h2> <p class="phpdocumentor-summary">Dir.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> <p>This file is part of tc-lib-file software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir"><abbr title="\Com\Tecnick\File\Dir">Dir</abbr></a></dt><dd>Com\Tecnick\File\Dir</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Dir.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-dir#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> <p>This file is part of tc-lib-file software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception"><abbr title="\Com\Tecnick\File\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\File\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-filehttps://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">File.php</h2> <p class="phpdocumentor-summary">File.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-07-28</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-file"> <p>This file is part of tc-lib-file software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File"><abbr title="\Com\Tecnick\File\File">File</abbr></a></dt><dd>Com\Tecnick\File\File</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/File.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-file#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file"><abbr title="\Com\Tecnick\File">File</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-filehttps://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">File</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte"><abbr title="\Com\Tecnick\File\Byte">Byte</abbr></a></dt><dd>Com\Tecnick\File\Byte</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache"><abbr title="\Com\Tecnick\File\Cache">Cache</abbr></a></dt><dd>Com\Tecnick\Pdf\File\Cache</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir"><abbr title="\Com\Tecnick\File\Dir">Dir</abbr></a></dt><dd>Com\Tecnick\File\Dir</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception"><abbr title="\Com\Tecnick\File\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\File\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File"><abbr title="\Com\Tecnick\File\File">File</abbr></a></dt><dd>Com\Tecnick\File\File</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com-tecnick-file#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $this-&gt;normalizePath($kPathCache) </span> </dt> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_CACHE"> K_PATH_CACHE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cache.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache"><abbr title="src/Cache.php">Cache.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">157</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_CACHE</span> = <span class="phpdocumentor-signature__default-value">$this-&gt;normalizePath($kPathCache)</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-file/packages-default/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File"><abbr title="\File">File</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-Filehttps://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">File</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Byte"><abbr title="\Com\Tecnick\File\Byte">Byte</abbr></a></dt><dd>Com\Tecnick\File\Byte</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Cache"><abbr title="\Com\Tecnick\File\Cache">Cache</abbr></a></dt><dd>Com\Tecnick\Pdf\File\Cache</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Dir"><abbr title="\Com\Tecnick\File\Dir">Dir</abbr></a></dt><dd>Com\Tecnick\File\Dir</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-Exception"><abbr title="\Com\Tecnick\File\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\File\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/classes-Com-Tecnick-File-File"><abbr title="\Com\Tecnick\File\File">File</abbr></a></dt><dd>Com\Tecnick\File\File</dd> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $this-&gt;normalizePath($kPathCache) </span> </dt> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_CACHE"> K_PATH_CACHE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Cache.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/files-src-cache"><abbr title="src/Cache.php">Cache.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">157</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_CACHE</span> = <span class="phpdocumentor-signature__default-value">$this-&gt;normalizePath($kPathCache)</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#toc-classes">Classes</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/packages-File#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-file/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a></li> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-file/reports-deprecated/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-file/reports-errors/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-file/reports-markers/Sun, 25 Jan 2026 10:34:25 +0000https://tcpdf.org/docs/srcdoc/tc-lib-file/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-Com-Tecnick-Color-Csshttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Css <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Css.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css"><abbr title="src/Css.php">Css.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Css</p> <section class="phpdocumentor-description"><p>Css Color class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#method_normalizeValue">normalizeValue()</a> <span> &nbsp;: float </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public -abstract " > <h4 class="phpdocumentor-element__name" id="method_normalizeValue"> normalizeValue() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#method_normalizeValue" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Css.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css"><abbr title="src/Css.php">Css.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">normalizeValue</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$value</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$max</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">float</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$value</span> : <span class="phpdocumentor-argument-list__argument__type">mixed</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$max</span> : <span class="phpdocumentor-argument-list__argument__type">int</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">float</span> </section> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Css.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css#method_normalizeValue">normalizeValue()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Color-Exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Exception <span class="phpdocumentor-element__extends"> extends <abbr title="\Exception">Exception</abbr> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Exception.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception"><abbr title="src/Exception.php">Exception.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Exception</p> <section class="phpdocumentor-description"><p>Custom Exception class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>classes-Com-Tecnick-Color-Modelhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Model <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> <span class="phpdocumentor-element__implements"> implements <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template"><abbr title="\Com\Tecnick\Color\Model\Template">Template</abbr></a> </span> </h2> <div class="phpdocumentor-label-line"> <div class="phpdocumentor-label phpdocumentor-label--success"><span>Abstract</span><span>Yes</span></div> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model</p> <section class="phpdocumentor-description"><p>Color Model class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template"><abbr title="\Com\Tecnick\Color\Model\Template">Template</abbr></a></dt><dd>Com\Tecnick\Color\Model\Template</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getHexValue">getHexValue()</a> <span> &nbsp;: string </span> </dt> <dd>Get the normalized hexadecimal value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getNormalizedValue">getNormalizedValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbaHexColor">getRgbaHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbHexColor">getRgbHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color: #RRGGBB</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getType">getType()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color model type (GRAY, RGB, HSL, CMYK)</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">54</span> </aside> <p class="phpdocumentor-summary">Initialize a new color object.</p>classes-Com-Tecnick-Color-Model-Cmykhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model">Model</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Cmyk <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Cmyk.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk"><abbr title="src/Model/Cmyk.php">Cmyk.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model\Cmyk</p> <section class="phpdocumentor-description"><p>CMYK Color Model class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getArray">getArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with all color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getComponentsString">getComponentsString()</a> <span> &nbsp;: string </span> </dt> <dd>Get a space separated string with color component values.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getCssColor">getCssColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the CSS representation of the color: rgba(R, G, B, A) NOTE: Supported since CSS3 and above.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getHexValue">getHexValue()</a> <span> &nbsp;: string </span> </dt> <dd>Get the normalized hexadecimal value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getJsPdfColor">getJsPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color format used in Acrobat JavaScript NOTE: the alpha channel is omitted from this representation unless is 0 = transparent</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getNormalizedArray">getNormalizedArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with color components values normalized between 0 and $max.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getNormalizedValue">getNormalizedValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getPDFacArray">getPDFacArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components for the PDF appearance characteristics dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents (CMYK) NOTE: the alpha channel is omitted</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbaHexColor">getRgbaHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbHexColor">getRgbHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color: #RRGGBB</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getType">getType()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color model type (GRAY, RGB, HSL, CMYK)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_invertColor">invertColor()</a> <span> &nbsp;: self </span> </dt> <dd>Invert the color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_toCmykArray">toCmykArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with CMYK color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_toGrayArray">toGrayArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with Gray color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_toHslArray">toHslArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with HSL color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#method_toRgbArray">toRgbArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with RGB color components</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">54</span> </aside> <p class="phpdocumentor-summary">Initialize a new color object.</p>classes-Com-Tecnick-Color-Model-Grayhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model">Model</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Gray <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Gray.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray"><abbr title="src/Model/Gray.php">Gray.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model\Gray</p> <section class="phpdocumentor-description"><p>Gray Color Model class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getArray">getArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with all color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getComponentsString">getComponentsString()</a> <span> &nbsp;: string </span> </dt> <dd>Get a space separated string with color component values.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getCssColor">getCssColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the CSS representation of the color: rgba(R, G, B, A) NOTE: Supported since CSS3 and above.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getHexValue">getHexValue()</a> <span> &nbsp;: string </span> </dt> <dd>Get the normalized hexadecimal value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getJsPdfColor">getJsPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color format used in Acrobat JavaScript NOTE: the alpha channel is omitted from this representation unless is 0 = transparent</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getNormalizedArray">getNormalizedArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with color components values normalized between 0 and $max.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getNormalizedValue">getNormalizedValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getPDFacArray">getPDFacArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components for the PDF appearance characteristics dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents (G) NOTE: the alpha channel is omitted</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbaHexColor">getRgbaHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbHexColor">getRgbHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color: #RRGGBB</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getType">getType()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color model type (GRAY, RGB, HSL, CMYK)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_invertColor">invertColor()</a> <span> &nbsp;: self </span> </dt> <dd>Invert the color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_toCmykArray">toCmykArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with CMYK color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_toGrayArray">toGrayArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with Gray color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_toHslArray">toHslArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with HSL color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#method_toRgbArray">toRgbArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with RGB color components</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">54</span> </aside> <p class="phpdocumentor-summary">Initialize a new color object.</p>classes-Com-Tecnick-Color-Model-Hslhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model">Model</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Hsl <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Hsl.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl"><abbr title="src/Model/Hsl.php">Hsl.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model\Hsl</p> <section class="phpdocumentor-description"><p>HSL Color Model class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getArray">getArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with all color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getComponentsString">getComponentsString()</a> <span> &nbsp;: string </span> </dt> <dd>Get a space separated string with color component values.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getCssColor">getCssColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the CSS representation of the color: hsla(H, S, L, A) NOTE: Supported since CSS3 and above.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getHexValue">getHexValue()</a> <span> &nbsp;: string </span> </dt> <dd>Get the normalized hexadecimal value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getJsPdfColor">getJsPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color format used in Acrobat JavaScript NOTE: the alpha channel is omitted from this representation unless is 0 = transparent</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getNormalizedArray">getNormalizedArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with color components values normalized between 0 and $max.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getNormalizedValue">getNormalizedValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getPDFacArray">getPDFacArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components for the PDF appearance characteristics dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents (RGB) NOTE: the alpha channel is omitted</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbaHexColor">getRgbaHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbHexColor">getRgbHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color: #RRGGBB</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getType">getType()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color model type (GRAY, RGB, HSL, CMYK)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_invertColor">invertColor()</a> <span> &nbsp;: self </span> </dt> <dd>Invert the color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_toCmykArray">toCmykArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with CMYK color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_toGrayArray">toGrayArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with Gray color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_toHslArray">toHslArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with HSL color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#method_toRgbArray">toRgbArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with RGB color components</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">54</span> </aside> <p class="phpdocumentor-summary">Initialize a new color object.</p>classes-Com-Tecnick-Color-Model-Rgbhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model">Model</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Rgb <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Rgb.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb"><abbr title="src/Model/Rgb.php">Rgb.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model\Rgb</p> <section class="phpdocumentor-description"><p>RGB Color Model class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Initialize a new color object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getArray">getArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getComponentsString">getComponentsString()</a> <span> &nbsp;: string </span> </dt> <dd>Get a space separated string with color component values.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getCssColor">getCssColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the CSS representation of the color: rgba(R, G, B, A) NOTE: Supported since CSS3 and above.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getHexValue">getHexValue()</a> <span> &nbsp;: string </span> </dt> <dd>Get the normalized hexadecimal value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getJsPdfColor">getJsPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color format used in Acrobat JavaScript NOTE: the alpha channel is omitted from this representation unless is 0 = transparent</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getNormalizedArray">getNormalizedArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with color components values normalized between 0 and $max.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getNormalizedValue">getNormalizedValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value of the specified float fraction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getPDFacArray">getPDFacArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components for the PDF appearance characteristics dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents (RGB) NOTE: the alpha channel is omitted</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbaHexColor">getRgbaHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getRgbHexColor">getRgbHexColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Hexadecimal representation of the color: #RRGGBB</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method_getType">getType()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color model type (GRAY, RGB, HSL, CMYK)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_invertColor">invertColor()</a> <span> &nbsp;: self </span> </dt> <dd>Invert the color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_toCmykArray">toCmykArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with CMYK color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_toGrayArray">toGrayArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with Gray color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_toHslArray">toHslArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with HSL color components</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#method_toRgbArray">toRgbArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with RGB color components</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model"><abbr title="src/Model.php">Model.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">54</span> </aside> <p class="phpdocumentor-summary">Initialize a new color object.</p>classes-Com-Tecnick-Color-Model-Templatehttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model">Model</a></li> </ul> <article class="phpdocumentor-element -interface"> <h2 class="phpdocumentor-content__title"> Template <div class="phpdocumentor-element__package"> in <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Template.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template"><abbr title="src/Model/Template.php">Template.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Model\Template</p> <section class="phpdocumentor-description"><p>Color Model Interface</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getArray">getArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with all color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getComponentsString">getComponentsString()</a> <span> &nbsp;: string </span> </dt> <dd>Get a space separated string with color component values.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getCssColor">getCssColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the CSS representation of the color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getJsPdfColor">getJsPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color format used in Acrobat JavaScript.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getNormalizedArray">getNormalizedArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with color components values normalized between 0 and $max.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getPDFacArray">getPDFacArray()</a> <span> &nbsp;: array&lt;string|int, float&gt; </span> </dt> <dd>Get an array with all color components for the PDF appearance characteristics dictionary.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents (RGB).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_invertColor">invertColor()</a> <span> &nbsp;: self </span> </dt> <dd>Invert the color.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_toCmykArray">toCmykArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with CMYK color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_toGrayArray">toGrayArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with Gray color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_toHslArray">toHslArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with HSL color components.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_toRgbArray">toRgbArray()</a> <span> &nbsp;: array&lt;string, float&gt; </span> </dt> <dd>Get an array with RGB color components.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getArray"> getArray() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template#method_getArray" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Model/Template.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template"><abbr title="src/Model/Template.php">Template.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Get an array with all color components.</p>classes-Com-Tecnick-Color-Pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Pdf <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot"><abbr title="\Com\Tecnick\Color\Spot">Spot</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Pdf.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf"><abbr title="src/Pdf.php">Pdf.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Pdf</p> <section class="phpdocumentor-description"><p>PDF Color class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#constant_DEFAULT_SPOT_COLORS">DEFAULT_SPOT_COLORS</a> <span> &nbsp;= [&#039;none&#039; =&gt; [&#039;name&#039; =&gt; &#039;None&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;all&#039; =&gt; [&#039;name&#039; =&gt; &#039;All&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;cyan&#039; =&gt; [&#039;name&#039; =&gt; &#039;Cyan&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;magenta&#039; =&gt; [&#039;name&#039; =&gt; &#039;Magenta&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;yellow&#039; =&gt; [&#039;name&#039; =&gt; &#039;Yellow&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;key&#039; =&gt; [&#039;name&#039; =&gt; &#039;Key&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;white&#039; =&gt; [&#039;name&#039; =&gt; &#039;White&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;black&#039; =&gt; [&#039;name&#039; =&gt; &#039;Black&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;red&#039; =&gt; [&#039;name&#039; =&gt; &#039;Red&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;green&#039; =&gt; [&#039;name&#039; =&gt; &#039;Green&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;blue&#039; =&gt; [&#039;name&#039; =&gt; &#039;Blue&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]]] </span> </dt> <dd>Array of default Spot colors Color keys must be in lowercase and without spaces.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#constant_JSCOLOR">JSCOLOR</a> <span> &nbsp;= [&#039;transparent&#039;, &#039;black&#039;, &#039;white&#039;, &#039;red&#039;, &#039;green&#039;, &#039;blue&#039;, &#039;cyan&#039;, &#039;magenta&#039;, &#039;yellow&#039;, &#039;dkGray&#039;, &#039;gray&#039;, &#039;ltGray&#039;] </span> </dt> <dd>Array of valid JavaScript color names to be used in PDF documents</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#constant_WEBHEX">WEBHEX</a> <span> &nbsp;= [&#039;aliceblue&#039; =&gt; &#039;f0f8ffff&#039;, &#039;antiquewhite&#039; =&gt; &#039;faebd7ff&#039;, &#039;aqua&#039; =&gt; &#039;00ffffff&#039;, &#039;aquamarine&#039; =&gt; &#039;7fffd4ff&#039;, &#039;azure&#039; =&gt; &#039;f0ffffff&#039;, &#039;beige&#039; =&gt; &#039;f5f5dcff&#039;, &#039;bisque&#039; =&gt; &#039;ffe4c4ff&#039;, &#039;black&#039; =&gt; &#039;000000ff&#039;, &#039;blanchedalmond&#039; =&gt; &#039;ffebcdff&#039;, &#039;blue&#039; =&gt; &#039;0000ffff&#039;, &#039;blueviolet&#039; =&gt; &#039;8a2be2ff&#039;, &#039;brown&#039; =&gt; &#039;a52a2aff&#039;, &#039;burlywood&#039; =&gt; &#039;deb887ff&#039;, &#039;cadetblue&#039; =&gt; &#039;5f9ea0ff&#039;, &#039;chartreuse&#039; =&gt; &#039;7fff00ff&#039;, &#039;chocolate&#039; =&gt; &#039;d2691eff&#039;, &#039;coral&#039; =&gt; &#039;ff7f50ff&#039;, &#039;cornflowerblue&#039; =&gt; &#039;6495edff&#039;, &#039;cornsilk&#039; =&gt; &#039;fff8dcff&#039;, &#039;crimson&#039; =&gt; &#039;dc143cff&#039;, &#039;cyan&#039; =&gt; &#039;00ffffff&#039;, &#039;darkblue&#039; =&gt; &#039;00008bff&#039;, &#039;darkcyan&#039; =&gt; &#039;008b8bff&#039;, &#039;darkgoldenrod&#039; =&gt; &#039;b8860bff&#039;, &#039;dkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgrey&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgreen&#039; =&gt; &#039;006400ff&#039;, &#039;darkkhaki&#039; =&gt; &#039;bdb76bff&#039;, &#039;darkmagenta&#039; =&gt; &#039;8b008bff&#039;, &#039;darkolivegreen&#039; =&gt; &#039;556b2fff&#039;, &#039;darkorange&#039; =&gt; &#039;ff8c00ff&#039;, &#039;darkorchid&#039; =&gt; &#039;9932ccff&#039;, &#039;darkred&#039; =&gt; &#039;8b0000ff&#039;, &#039;darksalmon&#039; =&gt; &#039;e9967aff&#039;, &#039;darkseagreen&#039; =&gt; &#039;8fbc8fff&#039;, &#039;darkslateblue&#039; =&gt; &#039;483d8bff&#039;, &#039;darkslategray&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkslategrey&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkturquoise&#039; =&gt; &#039;00ced1ff&#039;, &#039;darkviolet&#039; =&gt; &#039;9400d3ff&#039;, &#039;deeppink&#039; =&gt; &#039;ff1493ff&#039;, &#039;deepskyblue&#039; =&gt; &#039;00bfffff&#039;, &#039;dimgray&#039; =&gt; &#039;696969ff&#039;, &#039;dimgrey&#039; =&gt; &#039;696969ff&#039;, &#039;dodgerblue&#039; =&gt; &#039;1e90ffff&#039;, &#039;firebrick&#039; =&gt; &#039;b22222ff&#039;, &#039;floralwhite&#039; =&gt; &#039;fffaf0ff&#039;, &#039;forestgreen&#039; =&gt; &#039;228b22ff&#039;, &#039;fuchsia&#039; =&gt; &#039;ff00ffff&#039;, &#039;gainsboro&#039; =&gt; &#039;dcdcdcff&#039;, &#039;ghostwhite&#039; =&gt; &#039;f8f8ffff&#039;, &#039;gold&#039; =&gt; &#039;ffd700ff&#039;, &#039;goldenrod&#039; =&gt; &#039;daa520ff&#039;, &#039;gray&#039; =&gt; &#039;808080ff&#039;, &#039;grey&#039; =&gt; &#039;808080ff&#039;, &#039;green&#039; =&gt; &#039;008000ff&#039;, &#039;greenyellow&#039; =&gt; &#039;adff2fff&#039;, &#039;honeydew&#039; =&gt; &#039;f0fff0ff&#039;, &#039;hotpink&#039; =&gt; &#039;ff69b4ff&#039;, &#039;indianred&#039; =&gt; &#039;cd5c5cff&#039;, &#039;indigo&#039; =&gt; &#039;4b0082ff&#039;, &#039;ivory&#039; =&gt; &#039;fffff0ff&#039;, &#039;khaki&#039; =&gt; &#039;f0e68cff&#039;, &#039;lavender&#039; =&gt; &#039;e6e6faff&#039;, &#039;lavenderblush&#039; =&gt; &#039;fff0f5ff&#039;, &#039;lawngreen&#039; =&gt; &#039;7cfc00ff&#039;, &#039;lemonchiffon&#039; =&gt; &#039;fffacdff&#039;, &#039;lightblue&#039; =&gt; &#039;add8e6ff&#039;, &#039;lightcoral&#039; =&gt; &#039;f08080ff&#039;, &#039;lightcyan&#039; =&gt; &#039;e0ffffff&#039;, &#039;lightgoldenrodyellow&#039; =&gt; &#039;fafad2ff&#039;, &#039;ltgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgrey&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgreen&#039; =&gt; &#039;90ee90ff&#039;, &#039;lightpink&#039; =&gt; &#039;ffb6c1ff&#039;, &#039;lightsalmon&#039; =&gt; &#039;ffa07aff&#039;, &#039;lightseagreen&#039; =&gt; &#039;20b2aaff&#039;, &#039;lightskyblue&#039; =&gt; &#039;87cefaff&#039;, &#039;lightslategray&#039; =&gt; &#039;778899ff&#039;, &#039;lightslategrey&#039; =&gt; &#039;778899ff&#039;, &#039;lightsteelblue&#039; =&gt; &#039;b0c4deff&#039;, &#039;lightyellow&#039; =&gt; &#039;ffffe0ff&#039;, &#039;lime&#039; =&gt; &#039;00ff00ff&#039;, &#039;limegreen&#039; =&gt; &#039;32cd32ff&#039;, &#039;linen&#039; =&gt; &#039;faf0e6ff&#039;, &#039;magenta&#039; =&gt; &#039;ff00ffff&#039;, &#039;maroon&#039; =&gt; &#039;800000ff&#039;, &#039;mediumaquamarine&#039; =&gt; &#039;66cdaaff&#039;, &#039;mediumblue&#039; =&gt; &#039;0000cdff&#039;, &#039;mediumorchid&#039; =&gt; &#039;ba55d3ff&#039;, &#039;mediumpurple&#039; =&gt; &#039;9370d8ff&#039;, &#039;mediumseagreen&#039; =&gt; &#039;3cb371ff&#039;, &#039;mediumslateblue&#039; =&gt; &#039;7b68eeff&#039;, &#039;mediumspringgreen&#039; =&gt; &#039;00fa9aff&#039;, &#039;mediumturquoise&#039; =&gt; &#039;48d1ccff&#039;, &#039;mediumvioletred&#039; =&gt; &#039;c71585ff&#039;, &#039;midnightblue&#039; =&gt; &#039;191970ff&#039;, &#039;mintcream&#039; =&gt; &#039;f5fffaff&#039;, &#039;mistyrose&#039; =&gt; &#039;ffe4e1ff&#039;, &#039;moccasin&#039; =&gt; &#039;ffe4b5ff&#039;, &#039;navajowhite&#039; =&gt; &#039;ffdeadff&#039;, &#039;navy&#039; =&gt; &#039;000080ff&#039;, &#039;oldlace&#039; =&gt; &#039;fdf5e6ff&#039;, &#039;olive&#039; =&gt; &#039;808000ff&#039;, &#039;olivedrab&#039; =&gt; &#039;6b8e23ff&#039;, &#039;orange&#039; =&gt; &#039;ffa500ff&#039;, &#039;orangered&#039; =&gt; &#039;ff4500ff&#039;, &#039;orchid&#039; =&gt; &#039;da70d6ff&#039;, &#039;palegoldenrod&#039; =&gt; &#039;eee8aaff&#039;, &#039;palegreen&#039; =&gt; &#039;98fb98ff&#039;, &#039;paleturquoise&#039; =&gt; &#039;afeeeeff&#039;, &#039;palevioletred&#039; =&gt; &#039;d87093ff&#039;, &#039;papayawhip&#039; =&gt; &#039;ffefd5ff&#039;, &#039;peachpuff&#039; =&gt; &#039;ffdab9ff&#039;, &#039;peru&#039; =&gt; &#039;cd853fff&#039;, &#039;pink&#039; =&gt; &#039;ffc0cbff&#039;, &#039;plum&#039; =&gt; &#039;dda0ddff&#039;, &#039;powderblue&#039; =&gt; &#039;b0e0e6ff&#039;, &#039;purple&#039; =&gt; &#039;800080ff&#039;, &#039;red&#039; =&gt; &#039;ff0000ff&#039;, &#039;rosybrown&#039; =&gt; &#039;bc8f8fff&#039;, &#039;royalblue&#039; =&gt; &#039;4169e1ff&#039;, &#039;saddlebrown&#039; =&gt; &#039;8b4513ff&#039;, &#039;salmon&#039; =&gt; &#039;fa8072ff&#039;, &#039;sandybrown&#039; =&gt; &#039;f4a460ff&#039;, &#039;seagreen&#039; =&gt; &#039;2e8b57ff&#039;, &#039;seashell&#039; =&gt; &#039;fff5eeff&#039;, &#039;sienna&#039; =&gt; &#039;a0522dff&#039;, &#039;silver&#039; =&gt; &#039;c0c0c0ff&#039;, &#039;skyblue&#039; =&gt; &#039;87ceebff&#039;, &#039;slateblue&#039; =&gt; &#039;6a5acdff&#039;, &#039;slategray&#039; =&gt; &#039;708090ff&#039;, &#039;slategrey&#039; =&gt; &#039;708090ff&#039;, &#039;snow&#039; =&gt; &#039;fffafaff&#039;, &#039;springgreen&#039; =&gt; &#039;00ff7fff&#039;, &#039;steelblue&#039; =&gt; &#039;4682b4ff&#039;, &#039;tan&#039; =&gt; &#039;d2b48cff&#039;, &#039;teal&#039; =&gt; &#039;008080ff&#039;, &#039;thistle&#039; =&gt; &#039;d8bfd8ff&#039;, &#039;tomato&#039; =&gt; &#039;ff6347ff&#039;, &#039;turquoise&#039; =&gt; &#039;40e0d0ff&#039;, &#039;violet&#039; =&gt; &#039;ee82eeff&#039;, &#039;wheat&#039; =&gt; &#039;f5deb3ff&#039;, &#039;white&#039; =&gt; &#039;ffffffff&#039;, &#039;whitesmoke&#039; =&gt; &#039;f5f5f5ff&#039;, &#039;yellow&#039; =&gt; &#039;ffff00ff&#039;, &#039;yellowgreen&#039; =&gt; &#039;9acd32ff&#039;] </span> </dt> <dd>Maps WEB safe color names with theur hexadecimal representation (#RRGGBBAA).</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_addSpotColor">addSpotColor()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new spot color or overwrite an existing one with the same name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_extractHexCode">extractHexCode()</a> <span> &nbsp;: string </span> </dt> <dd>Extract the hexadecimal code from the input string and add the alpha channel if missing</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getClosestWebColor">getClosestWebColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the name of the closest web color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getColorObj">getColorObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a>|null </span> </dt> <dd>Parse the input color string and return the correspondent color Object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#method_getColorObject">getColorObject()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a>|null </span> </dt> <dd>Returns a color object from an HTML, CSS or Spot color representation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getHexFromName">getHexFromName()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color hexadecimal hash code from name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#method_getJsColorString">getJsColorString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert color to javascript string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getNameFromHex">getNameFromHex()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color name code from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#method_getPdfColor">getPdfColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color components format used in PDF documents NOTE: the alpha channel is omitted</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#method_getPdfRgbComponents">getPdfRgbComponents()</a> <span> &nbsp;: string </span> </dt> <dd>Get the RGB color components format used in PDF documents</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotObjects">getPdfSpotObjects()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color objects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotResources">getPdfSpotResources()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotResourcesByKeys">getPdfSpotResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromHex">getRgbObjFromHex()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromName">getRgbObjFromName()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from color name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbSquareDistance">getRgbSquareDistance()</a> <span> &nbsp;: float </span> </dt> <dd>Get the square of the distance between 2 RGB points</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColor">getSpotColor()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\TSpotColor">TSpotColor</abbr> </span> </dt> <dd>Return the requested spot color data array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColorObj">getSpotColorObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk"><abbr title="\Com\Tecnick\Color\Model\Cmyk">Cmyk</abbr></a> </span> </dt> <dd>Return the requested spot color CMYK object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColors">getSpotColors()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Color\TSpotColor">TSpotColor</abbr>&gt; </span> </dt> <dd>Returns the array of spot colors.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_normalizeSpotColorName">normalizeSpotColorName()</a> <span> &nbsp;: string </span> </dt> <dd>Return the normalized version of the spot color name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_normalizeValue">normalizeValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value from [0..$max] to [0..1]</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DEFAULT_SPOT_COLORS"> DEFAULT_SPOT_COLORS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#constant_DEFAULT_SPOT_COLORS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Spot.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot"><abbr title="src/Spot.php">Spot.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">59</span> </aside> <p class="phpdocumentor-summary">Array of default Spot colors Color keys must be in lowercase and without spaces.</p>classes-Com-Tecnick-Color-Spothttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Spot <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web"><abbr title="\Com\Tecnick\Color\Web">Web</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Spot.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot"><abbr title="src/Spot.php">Spot.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">42</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Spot</p> <section class="phpdocumentor-description"><p>Spot Color class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">phpstan-type</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TSpotColor array{ 'i': int, 'n': int, 'name': string, 'color': Cmyk, }</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#constant_DEFAULT_SPOT_COLORS">DEFAULT_SPOT_COLORS</a> <span> &nbsp;= [&#039;none&#039; =&gt; [&#039;name&#039; =&gt; &#039;None&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;all&#039; =&gt; [&#039;name&#039; =&gt; &#039;All&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;cyan&#039; =&gt; [&#039;name&#039; =&gt; &#039;Cyan&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;magenta&#039; =&gt; [&#039;name&#039; =&gt; &#039;Magenta&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;yellow&#039; =&gt; [&#039;name&#039; =&gt; &#039;Yellow&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;key&#039; =&gt; [&#039;name&#039; =&gt; &#039;Key&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;white&#039; =&gt; [&#039;name&#039; =&gt; &#039;White&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;black&#039; =&gt; [&#039;name&#039; =&gt; &#039;Black&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 1, &#039;alpha&#039; =&gt; 1]], &#039;red&#039; =&gt; [&#039;name&#039; =&gt; &#039;Red&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 0, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;green&#039; =&gt; [&#039;name&#039; =&gt; &#039;Green&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 0, &#039;yellow&#039; =&gt; 1, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]], &#039;blue&#039; =&gt; [&#039;name&#039; =&gt; &#039;Blue&#039;, &#039;color&#039; =&gt; [&#039;cyan&#039; =&gt; 1, &#039;magenta&#039; =&gt; 1, &#039;yellow&#039; =&gt; 0, &#039;key&#039; =&gt; 0, &#039;alpha&#039; =&gt; 1]]] </span> </dt> <dd>Array of default Spot colors Color keys must be in lowercase and without spaces.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#constant_WEBHEX">WEBHEX</a> <span> &nbsp;= [&#039;aliceblue&#039; =&gt; &#039;f0f8ffff&#039;, &#039;antiquewhite&#039; =&gt; &#039;faebd7ff&#039;, &#039;aqua&#039; =&gt; &#039;00ffffff&#039;, &#039;aquamarine&#039; =&gt; &#039;7fffd4ff&#039;, &#039;azure&#039; =&gt; &#039;f0ffffff&#039;, &#039;beige&#039; =&gt; &#039;f5f5dcff&#039;, &#039;bisque&#039; =&gt; &#039;ffe4c4ff&#039;, &#039;black&#039; =&gt; &#039;000000ff&#039;, &#039;blanchedalmond&#039; =&gt; &#039;ffebcdff&#039;, &#039;blue&#039; =&gt; &#039;0000ffff&#039;, &#039;blueviolet&#039; =&gt; &#039;8a2be2ff&#039;, &#039;brown&#039; =&gt; &#039;a52a2aff&#039;, &#039;burlywood&#039; =&gt; &#039;deb887ff&#039;, &#039;cadetblue&#039; =&gt; &#039;5f9ea0ff&#039;, &#039;chartreuse&#039; =&gt; &#039;7fff00ff&#039;, &#039;chocolate&#039; =&gt; &#039;d2691eff&#039;, &#039;coral&#039; =&gt; &#039;ff7f50ff&#039;, &#039;cornflowerblue&#039; =&gt; &#039;6495edff&#039;, &#039;cornsilk&#039; =&gt; &#039;fff8dcff&#039;, &#039;crimson&#039; =&gt; &#039;dc143cff&#039;, &#039;cyan&#039; =&gt; &#039;00ffffff&#039;, &#039;darkblue&#039; =&gt; &#039;00008bff&#039;, &#039;darkcyan&#039; =&gt; &#039;008b8bff&#039;, &#039;darkgoldenrod&#039; =&gt; &#039;b8860bff&#039;, &#039;dkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgrey&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgreen&#039; =&gt; &#039;006400ff&#039;, &#039;darkkhaki&#039; =&gt; &#039;bdb76bff&#039;, &#039;darkmagenta&#039; =&gt; &#039;8b008bff&#039;, &#039;darkolivegreen&#039; =&gt; &#039;556b2fff&#039;, &#039;darkorange&#039; =&gt; &#039;ff8c00ff&#039;, &#039;darkorchid&#039; =&gt; &#039;9932ccff&#039;, &#039;darkred&#039; =&gt; &#039;8b0000ff&#039;, &#039;darksalmon&#039; =&gt; &#039;e9967aff&#039;, &#039;darkseagreen&#039; =&gt; &#039;8fbc8fff&#039;, &#039;darkslateblue&#039; =&gt; &#039;483d8bff&#039;, &#039;darkslategray&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkslategrey&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkturquoise&#039; =&gt; &#039;00ced1ff&#039;, &#039;darkviolet&#039; =&gt; &#039;9400d3ff&#039;, &#039;deeppink&#039; =&gt; &#039;ff1493ff&#039;, &#039;deepskyblue&#039; =&gt; &#039;00bfffff&#039;, &#039;dimgray&#039; =&gt; &#039;696969ff&#039;, &#039;dimgrey&#039; =&gt; &#039;696969ff&#039;, &#039;dodgerblue&#039; =&gt; &#039;1e90ffff&#039;, &#039;firebrick&#039; =&gt; &#039;b22222ff&#039;, &#039;floralwhite&#039; =&gt; &#039;fffaf0ff&#039;, &#039;forestgreen&#039; =&gt; &#039;228b22ff&#039;, &#039;fuchsia&#039; =&gt; &#039;ff00ffff&#039;, &#039;gainsboro&#039; =&gt; &#039;dcdcdcff&#039;, &#039;ghostwhite&#039; =&gt; &#039;f8f8ffff&#039;, &#039;gold&#039; =&gt; &#039;ffd700ff&#039;, &#039;goldenrod&#039; =&gt; &#039;daa520ff&#039;, &#039;gray&#039; =&gt; &#039;808080ff&#039;, &#039;grey&#039; =&gt; &#039;808080ff&#039;, &#039;green&#039; =&gt; &#039;008000ff&#039;, &#039;greenyellow&#039; =&gt; &#039;adff2fff&#039;, &#039;honeydew&#039; =&gt; &#039;f0fff0ff&#039;, &#039;hotpink&#039; =&gt; &#039;ff69b4ff&#039;, &#039;indianred&#039; =&gt; &#039;cd5c5cff&#039;, &#039;indigo&#039; =&gt; &#039;4b0082ff&#039;, &#039;ivory&#039; =&gt; &#039;fffff0ff&#039;, &#039;khaki&#039; =&gt; &#039;f0e68cff&#039;, &#039;lavender&#039; =&gt; &#039;e6e6faff&#039;, &#039;lavenderblush&#039; =&gt; &#039;fff0f5ff&#039;, &#039;lawngreen&#039; =&gt; &#039;7cfc00ff&#039;, &#039;lemonchiffon&#039; =&gt; &#039;fffacdff&#039;, &#039;lightblue&#039; =&gt; &#039;add8e6ff&#039;, &#039;lightcoral&#039; =&gt; &#039;f08080ff&#039;, &#039;lightcyan&#039; =&gt; &#039;e0ffffff&#039;, &#039;lightgoldenrodyellow&#039; =&gt; &#039;fafad2ff&#039;, &#039;ltgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgrey&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgreen&#039; =&gt; &#039;90ee90ff&#039;, &#039;lightpink&#039; =&gt; &#039;ffb6c1ff&#039;, &#039;lightsalmon&#039; =&gt; &#039;ffa07aff&#039;, &#039;lightseagreen&#039; =&gt; &#039;20b2aaff&#039;, &#039;lightskyblue&#039; =&gt; &#039;87cefaff&#039;, &#039;lightslategray&#039; =&gt; &#039;778899ff&#039;, &#039;lightslategrey&#039; =&gt; &#039;778899ff&#039;, &#039;lightsteelblue&#039; =&gt; &#039;b0c4deff&#039;, &#039;lightyellow&#039; =&gt; &#039;ffffe0ff&#039;, &#039;lime&#039; =&gt; &#039;00ff00ff&#039;, &#039;limegreen&#039; =&gt; &#039;32cd32ff&#039;, &#039;linen&#039; =&gt; &#039;faf0e6ff&#039;, &#039;magenta&#039; =&gt; &#039;ff00ffff&#039;, &#039;maroon&#039; =&gt; &#039;800000ff&#039;, &#039;mediumaquamarine&#039; =&gt; &#039;66cdaaff&#039;, &#039;mediumblue&#039; =&gt; &#039;0000cdff&#039;, &#039;mediumorchid&#039; =&gt; &#039;ba55d3ff&#039;, &#039;mediumpurple&#039; =&gt; &#039;9370d8ff&#039;, &#039;mediumseagreen&#039; =&gt; &#039;3cb371ff&#039;, &#039;mediumslateblue&#039; =&gt; &#039;7b68eeff&#039;, &#039;mediumspringgreen&#039; =&gt; &#039;00fa9aff&#039;, &#039;mediumturquoise&#039; =&gt; &#039;48d1ccff&#039;, &#039;mediumvioletred&#039; =&gt; &#039;c71585ff&#039;, &#039;midnightblue&#039; =&gt; &#039;191970ff&#039;, &#039;mintcream&#039; =&gt; &#039;f5fffaff&#039;, &#039;mistyrose&#039; =&gt; &#039;ffe4e1ff&#039;, &#039;moccasin&#039; =&gt; &#039;ffe4b5ff&#039;, &#039;navajowhite&#039; =&gt; &#039;ffdeadff&#039;, &#039;navy&#039; =&gt; &#039;000080ff&#039;, &#039;oldlace&#039; =&gt; &#039;fdf5e6ff&#039;, &#039;olive&#039; =&gt; &#039;808000ff&#039;, &#039;olivedrab&#039; =&gt; &#039;6b8e23ff&#039;, &#039;orange&#039; =&gt; &#039;ffa500ff&#039;, &#039;orangered&#039; =&gt; &#039;ff4500ff&#039;, &#039;orchid&#039; =&gt; &#039;da70d6ff&#039;, &#039;palegoldenrod&#039; =&gt; &#039;eee8aaff&#039;, &#039;palegreen&#039; =&gt; &#039;98fb98ff&#039;, &#039;paleturquoise&#039; =&gt; &#039;afeeeeff&#039;, &#039;palevioletred&#039; =&gt; &#039;d87093ff&#039;, &#039;papayawhip&#039; =&gt; &#039;ffefd5ff&#039;, &#039;peachpuff&#039; =&gt; &#039;ffdab9ff&#039;, &#039;peru&#039; =&gt; &#039;cd853fff&#039;, &#039;pink&#039; =&gt; &#039;ffc0cbff&#039;, &#039;plum&#039; =&gt; &#039;dda0ddff&#039;, &#039;powderblue&#039; =&gt; &#039;b0e0e6ff&#039;, &#039;purple&#039; =&gt; &#039;800080ff&#039;, &#039;red&#039; =&gt; &#039;ff0000ff&#039;, &#039;rosybrown&#039; =&gt; &#039;bc8f8fff&#039;, &#039;royalblue&#039; =&gt; &#039;4169e1ff&#039;, &#039;saddlebrown&#039; =&gt; &#039;8b4513ff&#039;, &#039;salmon&#039; =&gt; &#039;fa8072ff&#039;, &#039;sandybrown&#039; =&gt; &#039;f4a460ff&#039;, &#039;seagreen&#039; =&gt; &#039;2e8b57ff&#039;, &#039;seashell&#039; =&gt; &#039;fff5eeff&#039;, &#039;sienna&#039; =&gt; &#039;a0522dff&#039;, &#039;silver&#039; =&gt; &#039;c0c0c0ff&#039;, &#039;skyblue&#039; =&gt; &#039;87ceebff&#039;, &#039;slateblue&#039; =&gt; &#039;6a5acdff&#039;, &#039;slategray&#039; =&gt; &#039;708090ff&#039;, &#039;slategrey&#039; =&gt; &#039;708090ff&#039;, &#039;snow&#039; =&gt; &#039;fffafaff&#039;, &#039;springgreen&#039; =&gt; &#039;00ff7fff&#039;, &#039;steelblue&#039; =&gt; &#039;4682b4ff&#039;, &#039;tan&#039; =&gt; &#039;d2b48cff&#039;, &#039;teal&#039; =&gt; &#039;008080ff&#039;, &#039;thistle&#039; =&gt; &#039;d8bfd8ff&#039;, &#039;tomato&#039; =&gt; &#039;ff6347ff&#039;, &#039;turquoise&#039; =&gt; &#039;40e0d0ff&#039;, &#039;violet&#039; =&gt; &#039;ee82eeff&#039;, &#039;wheat&#039; =&gt; &#039;f5deb3ff&#039;, &#039;white&#039; =&gt; &#039;ffffffff&#039;, &#039;whitesmoke&#039; =&gt; &#039;f5f5f5ff&#039;, &#039;yellow&#039; =&gt; &#039;ffff00ff&#039;, &#039;yellowgreen&#039; =&gt; &#039;9acd32ff&#039;] </span> </dt> <dd>Maps WEB safe color names with theur hexadecimal representation (#RRGGBBAA).</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_addSpotColor">addSpotColor()</a> <span> &nbsp;: string </span> </dt> <dd>Add a new spot color or overwrite an existing one with the same name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_extractHexCode">extractHexCode()</a> <span> &nbsp;: string </span> </dt> <dd>Extract the hexadecimal code from the input string and add the alpha channel if missing</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getClosestWebColor">getClosestWebColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the name of the closest web color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getColorObj">getColorObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a>|null </span> </dt> <dd>Parse the input color string and return the correspondent color Object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getHexFromName">getHexFromName()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color hexadecimal hash code from name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getNameFromHex">getNameFromHex()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color name code from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotObjects">getPdfSpotObjects()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color objects.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotResources">getPdfSpotResources()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getPdfSpotResourcesByKeys">getPdfSpotResourcesByKeys()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the PDF command to output Spot color resources.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromHex">getRgbObjFromHex()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromName">getRgbObjFromName()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from color name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbSquareDistance">getRgbSquareDistance()</a> <span> &nbsp;: float </span> </dt> <dd>Get the square of the distance between 2 RGB points</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColor">getSpotColor()</a> <span> &nbsp;: <abbr title="\Com\Tecnick\Color\TSpotColor">TSpotColor</abbr> </span> </dt> <dd>Return the requested spot color data array</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColorObj">getSpotColorObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk"><abbr title="\Com\Tecnick\Color\Model\Cmyk">Cmyk</abbr></a> </span> </dt> <dd>Return the requested spot color CMYK object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_getSpotColors">getSpotColors()</a> <span> &nbsp;: array&lt;string, <abbr title="\Com\Tecnick\Color\TSpotColor">TSpotColor</abbr>&gt; </span> </dt> <dd>Returns the array of spot colors.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#method_normalizeSpotColorName">normalizeSpotColorName()</a> <span> &nbsp;: string </span> </dt> <dd>Return the normalized version of the spot color name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_normalizeValue">normalizeValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value from [0..$max] to [0..1]</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DEFAULT_SPOT_COLORS"> DEFAULT_SPOT_COLORS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot#constant_DEFAULT_SPOT_COLORS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Spot.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot"><abbr title="src/Spot.php">Spot.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">59</span> </aside> <p class="phpdocumentor-summary">Array of default Spot colors Color keys must be in lowercase and without spaces.</p>classes-Com-Tecnick-Color-Webhttps://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Web <span class="phpdocumentor-element__extends"> extends <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css"><abbr title="\Com\Tecnick\Color\Css">Css</abbr></a> </span> <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color">Color</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Web.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web"><abbr title="src/Web.php">Web.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">34</span> </aside> <p class="phpdocumentor-summary">Com\Tecnick\Color\Web</p> <section class="phpdocumentor-description"><p>Web Color class</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> https://github.com/tecnickcom/tc-lib-color </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#constant_WEBHEX">WEBHEX</a> <span> &nbsp;= [&#039;aliceblue&#039; =&gt; &#039;f0f8ffff&#039;, &#039;antiquewhite&#039; =&gt; &#039;faebd7ff&#039;, &#039;aqua&#039; =&gt; &#039;00ffffff&#039;, &#039;aquamarine&#039; =&gt; &#039;7fffd4ff&#039;, &#039;azure&#039; =&gt; &#039;f0ffffff&#039;, &#039;beige&#039; =&gt; &#039;f5f5dcff&#039;, &#039;bisque&#039; =&gt; &#039;ffe4c4ff&#039;, &#039;black&#039; =&gt; &#039;000000ff&#039;, &#039;blanchedalmond&#039; =&gt; &#039;ffebcdff&#039;, &#039;blue&#039; =&gt; &#039;0000ffff&#039;, &#039;blueviolet&#039; =&gt; &#039;8a2be2ff&#039;, &#039;brown&#039; =&gt; &#039;a52a2aff&#039;, &#039;burlywood&#039; =&gt; &#039;deb887ff&#039;, &#039;cadetblue&#039; =&gt; &#039;5f9ea0ff&#039;, &#039;chartreuse&#039; =&gt; &#039;7fff00ff&#039;, &#039;chocolate&#039; =&gt; &#039;d2691eff&#039;, &#039;coral&#039; =&gt; &#039;ff7f50ff&#039;, &#039;cornflowerblue&#039; =&gt; &#039;6495edff&#039;, &#039;cornsilk&#039; =&gt; &#039;fff8dcff&#039;, &#039;crimson&#039; =&gt; &#039;dc143cff&#039;, &#039;cyan&#039; =&gt; &#039;00ffffff&#039;, &#039;darkblue&#039; =&gt; &#039;00008bff&#039;, &#039;darkcyan&#039; =&gt; &#039;008b8bff&#039;, &#039;darkgoldenrod&#039; =&gt; &#039;b8860bff&#039;, &#039;dkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgray&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgrey&#039; =&gt; &#039;a9a9a9ff&#039;, &#039;darkgreen&#039; =&gt; &#039;006400ff&#039;, &#039;darkkhaki&#039; =&gt; &#039;bdb76bff&#039;, &#039;darkmagenta&#039; =&gt; &#039;8b008bff&#039;, &#039;darkolivegreen&#039; =&gt; &#039;556b2fff&#039;, &#039;darkorange&#039; =&gt; &#039;ff8c00ff&#039;, &#039;darkorchid&#039; =&gt; &#039;9932ccff&#039;, &#039;darkred&#039; =&gt; &#039;8b0000ff&#039;, &#039;darksalmon&#039; =&gt; &#039;e9967aff&#039;, &#039;darkseagreen&#039; =&gt; &#039;8fbc8fff&#039;, &#039;darkslateblue&#039; =&gt; &#039;483d8bff&#039;, &#039;darkslategray&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkslategrey&#039; =&gt; &#039;2f4f4fff&#039;, &#039;darkturquoise&#039; =&gt; &#039;00ced1ff&#039;, &#039;darkviolet&#039; =&gt; &#039;9400d3ff&#039;, &#039;deeppink&#039; =&gt; &#039;ff1493ff&#039;, &#039;deepskyblue&#039; =&gt; &#039;00bfffff&#039;, &#039;dimgray&#039; =&gt; &#039;696969ff&#039;, &#039;dimgrey&#039; =&gt; &#039;696969ff&#039;, &#039;dodgerblue&#039; =&gt; &#039;1e90ffff&#039;, &#039;firebrick&#039; =&gt; &#039;b22222ff&#039;, &#039;floralwhite&#039; =&gt; &#039;fffaf0ff&#039;, &#039;forestgreen&#039; =&gt; &#039;228b22ff&#039;, &#039;fuchsia&#039; =&gt; &#039;ff00ffff&#039;, &#039;gainsboro&#039; =&gt; &#039;dcdcdcff&#039;, &#039;ghostwhite&#039; =&gt; &#039;f8f8ffff&#039;, &#039;gold&#039; =&gt; &#039;ffd700ff&#039;, &#039;goldenrod&#039; =&gt; &#039;daa520ff&#039;, &#039;gray&#039; =&gt; &#039;808080ff&#039;, &#039;grey&#039; =&gt; &#039;808080ff&#039;, &#039;green&#039; =&gt; &#039;008000ff&#039;, &#039;greenyellow&#039; =&gt; &#039;adff2fff&#039;, &#039;honeydew&#039; =&gt; &#039;f0fff0ff&#039;, &#039;hotpink&#039; =&gt; &#039;ff69b4ff&#039;, &#039;indianred&#039; =&gt; &#039;cd5c5cff&#039;, &#039;indigo&#039; =&gt; &#039;4b0082ff&#039;, &#039;ivory&#039; =&gt; &#039;fffff0ff&#039;, &#039;khaki&#039; =&gt; &#039;f0e68cff&#039;, &#039;lavender&#039; =&gt; &#039;e6e6faff&#039;, &#039;lavenderblush&#039; =&gt; &#039;fff0f5ff&#039;, &#039;lawngreen&#039; =&gt; &#039;7cfc00ff&#039;, &#039;lemonchiffon&#039; =&gt; &#039;fffacdff&#039;, &#039;lightblue&#039; =&gt; &#039;add8e6ff&#039;, &#039;lightcoral&#039; =&gt; &#039;f08080ff&#039;, &#039;lightcyan&#039; =&gt; &#039;e0ffffff&#039;, &#039;lightgoldenrodyellow&#039; =&gt; &#039;fafad2ff&#039;, &#039;ltgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgray&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgrey&#039; =&gt; &#039;d3d3d3ff&#039;, &#039;lightgreen&#039; =&gt; &#039;90ee90ff&#039;, &#039;lightpink&#039; =&gt; &#039;ffb6c1ff&#039;, &#039;lightsalmon&#039; =&gt; &#039;ffa07aff&#039;, &#039;lightseagreen&#039; =&gt; &#039;20b2aaff&#039;, &#039;lightskyblue&#039; =&gt; &#039;87cefaff&#039;, &#039;lightslategray&#039; =&gt; &#039;778899ff&#039;, &#039;lightslategrey&#039; =&gt; &#039;778899ff&#039;, &#039;lightsteelblue&#039; =&gt; &#039;b0c4deff&#039;, &#039;lightyellow&#039; =&gt; &#039;ffffe0ff&#039;, &#039;lime&#039; =&gt; &#039;00ff00ff&#039;, &#039;limegreen&#039; =&gt; &#039;32cd32ff&#039;, &#039;linen&#039; =&gt; &#039;faf0e6ff&#039;, &#039;magenta&#039; =&gt; &#039;ff00ffff&#039;, &#039;maroon&#039; =&gt; &#039;800000ff&#039;, &#039;mediumaquamarine&#039; =&gt; &#039;66cdaaff&#039;, &#039;mediumblue&#039; =&gt; &#039;0000cdff&#039;, &#039;mediumorchid&#039; =&gt; &#039;ba55d3ff&#039;, &#039;mediumpurple&#039; =&gt; &#039;9370d8ff&#039;, &#039;mediumseagreen&#039; =&gt; &#039;3cb371ff&#039;, &#039;mediumslateblue&#039; =&gt; &#039;7b68eeff&#039;, &#039;mediumspringgreen&#039; =&gt; &#039;00fa9aff&#039;, &#039;mediumturquoise&#039; =&gt; &#039;48d1ccff&#039;, &#039;mediumvioletred&#039; =&gt; &#039;c71585ff&#039;, &#039;midnightblue&#039; =&gt; &#039;191970ff&#039;, &#039;mintcream&#039; =&gt; &#039;f5fffaff&#039;, &#039;mistyrose&#039; =&gt; &#039;ffe4e1ff&#039;, &#039;moccasin&#039; =&gt; &#039;ffe4b5ff&#039;, &#039;navajowhite&#039; =&gt; &#039;ffdeadff&#039;, &#039;navy&#039; =&gt; &#039;000080ff&#039;, &#039;oldlace&#039; =&gt; &#039;fdf5e6ff&#039;, &#039;olive&#039; =&gt; &#039;808000ff&#039;, &#039;olivedrab&#039; =&gt; &#039;6b8e23ff&#039;, &#039;orange&#039; =&gt; &#039;ffa500ff&#039;, &#039;orangered&#039; =&gt; &#039;ff4500ff&#039;, &#039;orchid&#039; =&gt; &#039;da70d6ff&#039;, &#039;palegoldenrod&#039; =&gt; &#039;eee8aaff&#039;, &#039;palegreen&#039; =&gt; &#039;98fb98ff&#039;, &#039;paleturquoise&#039; =&gt; &#039;afeeeeff&#039;, &#039;palevioletred&#039; =&gt; &#039;d87093ff&#039;, &#039;papayawhip&#039; =&gt; &#039;ffefd5ff&#039;, &#039;peachpuff&#039; =&gt; &#039;ffdab9ff&#039;, &#039;peru&#039; =&gt; &#039;cd853fff&#039;, &#039;pink&#039; =&gt; &#039;ffc0cbff&#039;, &#039;plum&#039; =&gt; &#039;dda0ddff&#039;, &#039;powderblue&#039; =&gt; &#039;b0e0e6ff&#039;, &#039;purple&#039; =&gt; &#039;800080ff&#039;, &#039;red&#039; =&gt; &#039;ff0000ff&#039;, &#039;rosybrown&#039; =&gt; &#039;bc8f8fff&#039;, &#039;royalblue&#039; =&gt; &#039;4169e1ff&#039;, &#039;saddlebrown&#039; =&gt; &#039;8b4513ff&#039;, &#039;salmon&#039; =&gt; &#039;fa8072ff&#039;, &#039;sandybrown&#039; =&gt; &#039;f4a460ff&#039;, &#039;seagreen&#039; =&gt; &#039;2e8b57ff&#039;, &#039;seashell&#039; =&gt; &#039;fff5eeff&#039;, &#039;sienna&#039; =&gt; &#039;a0522dff&#039;, &#039;silver&#039; =&gt; &#039;c0c0c0ff&#039;, &#039;skyblue&#039; =&gt; &#039;87ceebff&#039;, &#039;slateblue&#039; =&gt; &#039;6a5acdff&#039;, &#039;slategray&#039; =&gt; &#039;708090ff&#039;, &#039;slategrey&#039; =&gt; &#039;708090ff&#039;, &#039;snow&#039; =&gt; &#039;fffafaff&#039;, &#039;springgreen&#039; =&gt; &#039;00ff7fff&#039;, &#039;steelblue&#039; =&gt; &#039;4682b4ff&#039;, &#039;tan&#039; =&gt; &#039;d2b48cff&#039;, &#039;teal&#039; =&gt; &#039;008080ff&#039;, &#039;thistle&#039; =&gt; &#039;d8bfd8ff&#039;, &#039;tomato&#039; =&gt; &#039;ff6347ff&#039;, &#039;turquoise&#039; =&gt; &#039;40e0d0ff&#039;, &#039;violet&#039; =&gt; &#039;ee82eeff&#039;, &#039;wheat&#039; =&gt; &#039;f5deb3ff&#039;, &#039;white&#039; =&gt; &#039;ffffffff&#039;, &#039;whitesmoke&#039; =&gt; &#039;f5f5f5ff&#039;, &#039;yellow&#039; =&gt; &#039;ffff00ff&#039;, &#039;yellowgreen&#039; =&gt; &#039;9acd32ff&#039;] </span> </dt> <dd>Maps WEB safe color names with theur hexadecimal representation (#RRGGBBAA).</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_extractHexCode">extractHexCode()</a> <span> &nbsp;: string </span> </dt> <dd>Extract the hexadecimal code from the input string and add the alpha channel if missing</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getClosestWebColor">getClosestWebColor()</a> <span> &nbsp;: string </span> </dt> <dd>Get the name of the closest web color</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getColorObj">getColorObj()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a>|null </span> </dt> <dd>Parse the input color string and return the correspondent color Object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getHexFromName">getHexFromName()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color hexadecimal hash code from name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getNameFromHex">getNameFromHex()</a> <span> &nbsp;: string </span> </dt> <dd>Get the color name code from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromHex">getRgbObjFromHex()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from hexadecimal hash</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbObjFromName">getRgbObjFromName()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a> </span> </dt> <dd>Get the RGB color object from color name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_getRgbSquareDistance">getRgbSquareDistance()</a> <span> &nbsp;: float </span> </dt> <dd>Get the square of the distance between 2 RGB points</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#method_normalizeValue">normalizeValue()</a> <span> &nbsp;: float </span> </dt> <dd>Get the normalized integer value from [0..$max] to [0..1]</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_WEBHEX"> WEBHEX <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web#constant_WEBHEX" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="src/Web.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web"><abbr title="src/Web.php">Web.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">39</span> </aside> <p class="phpdocumentor-summary">Maps WEB safe color names with theur hexadecimal representation (#RRGGBBAA).</p>files-src-csshttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Css.php</h2> <p class="phpdocumentor-summary">Css.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css"><abbr title="\Com\Tecnick\Color\Css">Css</abbr></a></dt><dd>Com\Tecnick\Color\Css</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Css.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-css#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-exceptionhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Exception.php</h2> <p class="phpdocumentor-summary">Exception.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception"><abbr title="\Com\Tecnick\Color\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Color\Exception</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Exception.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-exception#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-modelhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Model.php</h2> <p class="phpdocumentor-summary">Model.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a></dt><dd>Com\Tecnick\Color\Model</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-model-cmykhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Cmyk.php</h2> <p class="phpdocumentor-summary">Cmyk.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk"><abbr title="\Com\Tecnick\Color\Model\Cmyk">Cmyk</abbr></a></dt><dd>Com\Tecnick\Color\Model\Cmyk</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model/Cmyk.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-cmyk#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-model-grayhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Gray.php</h2> <p class="phpdocumentor-summary">Gray.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray"><abbr title="\Com\Tecnick\Color\Model\Gray">Gray</abbr></a></dt><dd>Com\Tecnick\Color\Model\Gray</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model/Gray.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-gray#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-model-hslhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Hsl.php</h2> <p class="phpdocumentor-summary">Hsl.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl"><abbr title="\Com\Tecnick\Color\Model\Hsl">Hsl</abbr></a></dt><dd>Com\Tecnick\Color\Model\Hsl</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model/Hsl.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-hsl#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-model-rgbhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Rgb.php</h2> <p class="phpdocumentor-summary">Rgb.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a></dt><dd>Com\Tecnick\Color\Model\Rgb</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model/Rgb.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-rgb#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-model-templatehttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Template.php</h2> <p class="phpdocumentor-summary">Template.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template"><abbr title="\Com\Tecnick\Color\Model\Template">Template</abbr></a></dt><dd>Com\Tecnick\Color\Model\Template</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Model/Template.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-model-template#toc-interfaces">Interfaces</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-pdfhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Pdf.php</h2> <p class="phpdocumentor-summary">Pdf.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf"><abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr></a></dt><dd>Com\Tecnick\Color\Pdf</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Pdf.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-pdf#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-spothttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Spot.php</h2> <p class="phpdocumentor-summary">Spot.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot"><abbr title="\Com\Tecnick\Color\Spot">Spot</abbr></a></dt><dd>Com\Tecnick\Color\Spot</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Spot.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-spot#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-src-webhttps://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Web.php</h2> <p class="phpdocumentor-summary">Web.php</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2015-02-21</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">category</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Library</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni <a href="proxy.php?url=mailto:[email protected]">[email protected]</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2015-2026 Nicola Asuni - Tecnick.com LTD</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">link</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <a class="phpdocumentor-tag-link" href="proxy.php?url=https://github.com/tecnickcom/tc-lib-color"> <p>This file is part of tc-lib-color software library.</p> </a> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web"><abbr title="\Com\Tecnick\Color\Web">Web</abbr></a></dt><dd>Com\Tecnick\Color\Web</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/src/Web.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/files-src-web#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-comhttps://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick"><abbr title="\Com\Tecnick">Tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnickhttps://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color"><abbr title="\Com\Tecnick\Color">Color</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-colorhttps://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Color</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css"><abbr title="\Com\Tecnick\Color\Css">Css</abbr></a></dt><dd>Com\Tecnick\Color\Css</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception"><abbr title="\Com\Tecnick\Color\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Color\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a></dt><dd>Com\Tecnick\Color\Model</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf"><abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr></a></dt><dd>Com\Tecnick\Color\Pdf</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot"><abbr title="\Com\Tecnick\Color\Spot">Spot</abbr></a></dt><dd>Com\Tecnick\Color\Spot</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web"><abbr title="\Com\Tecnick\Color\Web">Web</abbr></a></dt><dd>Com\Tecnick\Color\Web</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-com-tecnick-color-modelhttps://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com">Com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick">Tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color">Color</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Model</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template"><abbr title="\Com\Tecnick\Color\Model\Template">Template</abbr></a></dt><dd>Com\Tecnick\Color\Model\Template</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk"><abbr title="\Com\Tecnick\Color\Model\Cmyk">Cmyk</abbr></a></dt><dd>Com\Tecnick\Color\Model\Cmyk</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray"><abbr title="\Com\Tecnick\Color\Model\Gray">Gray</abbr></a></dt><dd>Com\Tecnick\Color\Model\Gray</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl"><abbr title="\Com\Tecnick\Color\Model\Hsl">Hsl</abbr></a></dt><dd>Com\Tecnick\Color\Model\Hsl</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a></dt><dd>Com\Tecnick\Color\Model\Rgb</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com-tecnick-color-model#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-default/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/namespaces-com"><abbr title="\Com">Com</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-Colorhttps://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">Color</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color#toc" class="headerlink"></a> </h3> <h4 id="toc-interfaces"> Interfaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color#toc-interfaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -interface"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Template"><abbr title="\Com\Tecnick\Color\Model\Template">Template</abbr></a></dt><dd>Com\Tecnick\Color\Model\Template</dd> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Css"><abbr title="\Com\Tecnick\Color\Css">Css</abbr></a></dt><dd>Com\Tecnick\Color\Css</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Exception"><abbr title="\Com\Tecnick\Color\Exception">Exception</abbr></a></dt><dd>Com\Tecnick\Color\Exception</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Cmyk"><abbr title="\Com\Tecnick\Color\Model\Cmyk">Cmyk</abbr></a></dt><dd>Com\Tecnick\Color\Model\Cmyk</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Gray"><abbr title="\Com\Tecnick\Color\Model\Gray">Gray</abbr></a></dt><dd>Com\Tecnick\Color\Model\Gray</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Hsl"><abbr title="\Com\Tecnick\Color\Model\Hsl">Hsl</abbr></a></dt><dd>Com\Tecnick\Color\Model\Hsl</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model-Rgb"><abbr title="\Com\Tecnick\Color\Model\Rgb">Rgb</abbr></a></dt><dd>Com\Tecnick\Color\Model\Rgb</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Model"><abbr title="\Com\Tecnick\Color\Model">Model</abbr></a></dt><dd>Com\Tecnick\Color\Model</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Pdf"><abbr title="\Com\Tecnick\Color\Pdf">Pdf</abbr></a></dt><dd>Com\Tecnick\Color\Pdf</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Spot"><abbr title="\Com\Tecnick\Color\Spot">Spot</abbr></a></dt><dd>Com\Tecnick\Color\Spot</dd> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/classes-Com-Tecnick-Color-Web"><abbr title="\Com\Tecnick\Color\Web">Web</abbr></a></dt><dd>Com\Tecnick\Color\Web</dd> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color#toc-interfaces">Interfaces</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-defaulthttps://tcpdf.org/docs/srcdoc/tc-lib-color/packages-default/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/tc-lib-color/packages-Color"><abbr title="\Color">Color</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/tc-lib-color/reports-deprecated/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/tc-lib-color/reports-errors/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/tc-lib-color/reports-markers/Sun, 25 Jan 2026 10:34:24 +0000https://tcpdf.org/docs/srcdoc/tc-lib-color/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No markers have been found in this project. </div> </div> </section> </div> </div>classes-CoverageObjectPcovhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CoverageObjectPcov <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/coverage.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage"><abbr title="tests/coverage.php">coverage.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">7</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#method___destruct">__destruct()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___destruct"> __destruct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#method___destruct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/coverage.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage"><abbr title="tests/coverage.php">coverage.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">10</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__destruct</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/coverage.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov#method___destruct">__destruct()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-CoverageObjectXdebughttps://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> CoverageObjectXdebug <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/coverage.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage"><abbr title="tests/coverage.php">coverage.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">41</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#method___destruct">__destruct()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___destruct"> __destruct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#method___destruct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/coverage.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage"><abbr title="tests/coverage.php">coverage.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">44</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__destruct</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/coverage.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#toc-methods">Methods</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Methods</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug#method___destruct">__destruct()</a></li> </ul> </li> </ul> </section> </section> </div> </div>classes-Datamatrixhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> Datamatrix <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix"><abbr title="include/barcodes/datamatrix.php">datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">110</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Datamatrix Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. DataMatrix (ISO/IEC 16022:2006) is a 2-dimensional bar code.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.004</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>This is the class constructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#method_getBarcodeArray">getBarcodeArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns a barcode array which is readable by TCPDF</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix"><abbr title="include/barcodes/datamatrix.php">datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">235</span> </aside> <p class="phpdocumentor-summary">This is the class constructor.</p>classes-PDF417https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> PDF417 <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/pdf417.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417"><abbr title="include/barcodes/pdf417.php">pdf417.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">93</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PDF417 Class to create PDF417 barcode arrays for TCPDF class. PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.003</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>This is the class constructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#method_getBarcodeArray">getBarcodeArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns a barcode array which is readable by TCPDF</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/pdf417.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417"><abbr title="include/barcodes/pdf417.php">pdf417.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">532</span> </aside> <p class="phpdocumentor-summary">This is the class constructor.</p>classes-QRcodehttps://tcpdf.org/docs/srcdoc/TCPDF/classes-QRcode/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-QRcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> QRcode <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/qrcode.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-qrcode"><abbr title="include/barcodes/qrcode.php">qrcode.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">265</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-QRcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>QRcode Class to create QR-code arrays for TCPDF class. QR Code symbol is a 2D barcode that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. This class supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code, QR Code model 1, Structured mode.</p>classes-TCPDFhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf">tcpdf.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">137</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF PHP class for generating PDF documents without requiring external extensions. TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">brief</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP class for generating PDF documents without requiring external extensions.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">6.10.1</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">IgnoreAnnotation</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;protected&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">IgnoreAnnotation</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;public&quot;)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">IgnoreAnnotation</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>(&quot;pre&quot;)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>This is the class constructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method___destruct">__destruct()</a> <span> &nbsp;: mixed </span> </dt> <dd>Default destructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method__destroy">_destroy()</a> <span> &nbsp;: mixed </span> </dt> <dd>Unset all class variables except the following critical variables.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method__putshaders">_putshaders()</a> <span> &nbsp;: mixed </span> </dt> <dd>Output gradient shaders.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_AcceptPageBreak">AcceptPageBreak()</a> <span> &nbsp;: bool </span> </dt> <dd>Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addEmptySignatureAppearance">addEmptySignatureAppearance()</a> <span> &nbsp;: mixed </span> </dt> <dd>Add an empty digital signature appearance (a cliccable rectangle area to get signature properties)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_AddFont">AddFont()</a> <span> &nbsp;: array&lt;string|int, mixed&gt;|false </span> </dt> <dd>Imports a TrueType, Type1, core, or CID0 font and makes it available.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addHtmlLink">addHtmlLink()</a> <span> &nbsp;: int </span> </dt> <dd>Output anchor link.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addHTMLTOC">addHTMLTOC()</a> <span> &nbsp;: mixed </span> </dt> <dd>Output a Table Of Content Index (TOC) using HTML templates.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addJavascriptObject">addJavascriptObject()</a> <span> &nbsp;: int </span> </dt> <dd>Adds a javascript object and return object ID</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_AddLink">AddLink()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.&lt;br /&gt; The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_AddPage">AddPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer (if enabled). Then the page is added, the current position set to the top-left corner according to the left and top margins (or top-right if in RTL mode), and Header() is called to display the header (if enabled).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addPageRegion">addPageRegion()</a> <span> &nbsp;: mixed </span> </dt> <dd>Add a single no-write region on selected page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_AddSpotColor">AddSpotColor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines a new spot color.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addTOC">addTOC()</a> <span> &nbsp;: mixed </span> </dt> <dd>Output a Table of Content Index (TOC).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_addTOCPage">addTOCPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Adds a new TOC (Table Of Content) page to the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Annotation">Annotation()</a> <span> &nbsp;: mixed </span> </dt> <dd>Puts a markup annotation on a rectangular area of the page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Arrow">Arrow()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a grahic arrow.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Bookmark">Bookmark()</a> <span> &nbsp;: mixed </span> </dt> <dd>Adds a bookmark.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Button">Button()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a button field</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Cell">Cell()</a> <span> &nbsp;: mixed </span> </dt> <dd>Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.&lt;br /&gt; If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_CheckBox">CheckBox()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a CheckBox field</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Circle">Circle()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a circle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Close">Close()</a> <span> &nbsp;: mixed </span> </dt> <dd>Terminates the PDF document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_colorRegistrationBar">colorRegistrationBar()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints color transition registration bars</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ComboBox">ComboBox()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a Combo-box field</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_commitTransaction">commitTransaction()</a> <span> &nbsp;: mixed </span> </dt> <dd>Delete the copy of the current TCPDF object used for undo operation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_CoonsPatchMesh">CoonsPatchMesh()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints a coons patch mesh.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_copyPage">copyPage()</a> <span> &nbsp;: bool </span> </dt> <dd>Clone the specified page to a new page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_cropMark">cropMark()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints crop marks.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Curve">Curve()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a Bezier curve.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_deletePage">deletePage()</a> <span> &nbsp;: bool </span> </dt> <dd>Remove the specified page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Ellipse">Ellipse()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws an ellipse.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_EmbedFile">EmbedFile()</a> <span> &nbsp;: mixed </span> </dt> <dd>Embed the attached files.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_EmbedFileFromString">EmbedFileFromString()</a> <span> &nbsp;: mixed </span> </dt> <dd>Embed the attached files.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_endLayer">endLayer()</a> <span> &nbsp;: mixed </span> </dt> <dd>End the current PDF layer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_endPage">endPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Terminate the current page</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_endTemplate">endTemplate()</a> <span> &nbsp;: string|false </span> </dt> <dd>End the current XObject Template started with startTemplate() and restore the previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_endTOCPage">endTOCPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Terminate the current TOC (Table Of Content) page</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Error">Error()</a> <span> &nbsp;: mixed </span> </dt> <dd>Throw an exception or print an error message and die if the K_TCPDF_PARSER_THROW_EXCEPTION_ERROR constant is set to true.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_fixHTMLCode">fixHTMLCode()</a> <span> &nbsp;: string </span> </dt> <dd>Cleanup HTML code (requires HTML Tidy library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Footer">Footer()</a> <span> &nbsp;: mixed </span> </dt> <dd>This method is used to render the page footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAbsFontMeasure">getAbsFontMeasure()</a> <span> &nbsp;: float </span> </dt> <dd>Convert a relative font measure into absolute value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetAbsX">GetAbsX()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the absolute X value of current position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAliasNbPages">getAliasNbPages()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the string alias used for the total number of pages.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAliasNumPage">getAliasNumPage()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the string alias used for the page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAliasRightShift">getAliasRightShift()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the string alias used right align page numbers.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAllSpotColors">getAllSpotColors()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns the array of spot colors.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAlpha">getAlpha()</a> <span> &nbsp;: array&lt;string, bool|string&gt; </span> </dt> <dd>Get the alpha mode array (CA, ca, BM, AIS).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetArrStringWidth">GetArrStringWidth()</a> <span> &nbsp;: array&lt;string|int, float&gt;|float </span> </dt> <dd>Returns the string length of an array of chars in user unit or an array of characters widths. A font must be selected.&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getAutoPageBreak">getAutoPageBreak()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the auto-page-break mode (true or false).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getBarcode">getBarcode()</a> <span> &nbsp;: string </span> </dt> <dd>Get current barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getBreakMargin">getBreakMargin()</a> <span> &nbsp;: int|float </span> </dt> <dd>Returns the page break margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCellHeight">getCellHeight()</a> <span> &nbsp;: float </span> </dt> <dd>Return the cell height</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCellHeightRatio">getCellHeightRatio()</a> <span> &nbsp;: float </span> </dt> <dd>return the height of cell repect font height.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCellMargins">getCellMargins()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the internal Cell margin array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCellPaddings">getCellPaddings()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the internal Cell padding array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCharBBox">getCharBBox()</a> <span> &nbsp;: false|array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns the glyph bounding box of the specified character in the current font in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetCharWidth">GetCharWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getColumn">getColumn()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current column number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCSSBorderMargin">getCSSBorderMargin()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the border-spacing from CSS attribute.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCSSMargin">getCSSMargin()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the internal Cell margin from CSS attribute.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getCSSPadding">getCSSPadding()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the internal Cell padding from CSS attribute.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getDestination">getDestination()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return the Named Destination array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getDocCreationTimestamp">getDocCreationTimestamp()</a> <span> &nbsp;: int </span> </dt> <dd>Returns document creation timestamp in seconds.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getDocModificationTimestamp">getDocModificationTimestamp()</a> <span> &nbsp;: int </span> </dt> <dd>Returns document modification timestamp in seconds.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontAscent">getFontAscent()</a> <span> &nbsp;: int </span> </dt> <dd>Return the font ascent value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontBBox">getFontBBox()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns the bounding box of the current font in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontDescent">getFontDescent()</a> <span> &nbsp;: int </span> </dt> <dd>Return the font descent value</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontFamily">getFontFamily()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the current font family name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontFamilyName">getFontFamilyName()</a> <span> &nbsp;: string </span> </dt> <dd>Return normalized font name</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontSize">getFontSize()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the current font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontSizePt">getFontSizePt()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the current font size in points unit.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontSpacing">getFontSpacing()</a> <span> &nbsp;: int </span> </dt> <dd>Get the amount to increase or decrease the space between characters in a text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontStretching">getFontStretching()</a> <span> &nbsp;: float </span> </dt> <dd>Get the percentage of character stretching.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontStyle">getFontStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the current font style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFontSubsetting">getFontSubsetting()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the default option for font subsetting.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFooterFont">getFooterFont()</a> <span> &nbsp;: array&lt;int, string|float|null&gt; </span> </dt> <dd>Get Footer font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFooterMargin">getFooterMargin()</a> <span> &nbsp;: float </span> </dt> <dd>Returns footer margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getFormDefaultProp">getFormDefaultProp()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return the default properties for form fields.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getGroupPageNo">getGroupPageNo()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current page in the group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getGroupPageNoFormatted">getGroupPageNoFormatted()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the current group page number formatted as a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getHeaderData">getHeaderData()</a> <span> &nbsp;: array&lt;string, mixed&gt; </span> </dt> <dd>Returns header data: &lt;ul&gt;&lt;li&gt;$ret[&#039;logo&#039;] = logo image&lt;/li&gt;&lt;li&gt;$ret[&#039;logo_width&#039;] = width of the image logo in user units&lt;/li&gt;&lt;li&gt;$ret[&#039;title&#039;] = header title&lt;/li&gt;&lt;li&gt;$ret[&#039;string&#039;] = header description string&lt;/li&gt;&lt;/ul&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getHeaderFont">getHeaderFont()</a> <span> &nbsp;: array&lt;int, string|float|null&gt; </span> </dt> <dd>Get header font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getHeaderMargin">getHeaderMargin()</a> <span> &nbsp;: float </span> </dt> <dd>Returns header margin in user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getHTMLFontUnits">getHTMLFontUnits()</a> <span> &nbsp;: float </span> </dt> <dd>Convert HTML string containing font size value to points</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getHTMLUnitToUnits">getHTMLUnitToUnits()</a> <span> &nbsp;: float </span> </dt> <dd>Convert HTML string containing value and unit of measure to user&#039;s units or points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getImageRBX">getImageRBX()</a> <span> &nbsp;: float </span> </dt> <dd>Return the right-bottom (or left-bottom for RTL) corner X coordinate of last inserted image</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getImageRBY">getImageRBY()</a> <span> &nbsp;: float </span> </dt> <dd>Return the right-bottom (or left-bottom for RTL) corner Y coordinate of last inserted image</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getImageScale">getImageScale()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the adjusting factor to convert pixels to user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getLastH">getLastH()</a> <span> &nbsp;: float </span> </dt> <dd>Get the last cell height.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetLineWidth">GetLineWidth()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the current the line width.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getMargins">getMargins()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns an array containing current margins: &lt;ul&gt; &lt;li&gt;$ret[&#039;left&#039;] = left margin&lt;/li&gt; &lt;li&gt;$ret[&#039;right&#039;] = right margin&lt;/li&gt; &lt;li&gt;$ret[&#039;top&#039;] = top margin&lt;/li&gt; &lt;li&gt;$ret[&#039;bottom&#039;] = bottom margin&lt;/li&gt; &lt;li&gt;$ret[&#039;header&#039;] = header margin&lt;/li&gt; &lt;li&gt;$ret[&#039;footer&#039;] = footer margin&lt;/li&gt; &lt;li&gt;$ret[&#039;cell&#039;] = cell padding array&lt;/li&gt; &lt;li&gt;$ret[&#039;padding_left&#039;] = cell left padding&lt;/li&gt; &lt;li&gt;$ret[&#039;padding_top&#039;] = cell top padding&lt;/li&gt; &lt;li&gt;$ret[&#039;padding_right&#039;] = cell right padding&lt;/li&gt; &lt;li&gt;$ret[&#039;padding_bottom&#039;] = cell bottom padding&lt;/li&gt; &lt;/ul&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getNumberOfColumns">getNumberOfColumns()</a> <span> &nbsp;: int </span> </dt> <dd>Return the current number of columns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetNumChars">GetNumChars()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the numbero of characters in a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getNumLines">getNumLines()</a> <span> &nbsp;: float </span> </dt> <dd>This method return the estimated number of lines for print a simple text string using Multicell() method.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getNumPages">getNumPages()</a> <span> &nbsp;: int </span> </dt> <dd>Get the total number of insered pages.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getOriginalMargins">getOriginalMargins()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns an array containing original margins: &lt;ul&gt; &lt;li&gt;$ret[&#039;left&#039;] = left margin&lt;/li&gt; &lt;li&gt;$ret[&#039;right&#039;] = right margin&lt;/li&gt; &lt;/ul&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getOverprint">getOverprint()</a> <span> &nbsp;: array&lt;string, bool|int&gt; </span> </dt> <dd>Get the overprint mode array (OP, op, OPM).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPage">getPage()</a> <span> &nbsp;: int </span> </dt> <dd>Get current document page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageDimensions">getPageDimensions()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns an array of page dimensions: &lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;w&#039;] = page width in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;h&#039;] = height in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;wk&#039;] = page width in user units&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;hk&#039;] = page height in user units&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;tm&#039;] = top margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;bm&#039;] = bottom margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;lm&#039;] = left margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;rm&#039;] = right margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;pb&#039;] = auto page break&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;or&#039;] = page orientation&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;olm&#039;] = original left margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;orm&#039;] = original right margin&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;Rotate&#039;] = The number of degrees by which the page shall be rotated clockwise when displayed or printed. The value shall be a multiple of 90.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;PZ&#039;] = The page&#039;s preferred zoom (magnification) factor.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;] : the style and duration of the visual transition to use when moving from another page to the given page during a presentation&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;Dur&#039;] = The page&#039;s display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;S&#039;] = transition style : Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, Fade&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;D&#039;] = The duration of the transition effect, in seconds.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;Dm&#039;] = (Split and Blinds transition styles only) The dimension in which the specified transition effect shall occur: H = Horizontal, V = Vertical. Default value: H.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;M&#039;] = (Split, Box and Fly transition styles only) The direction of motion for the specified transition effect: I = Inward from the edges of the page, O = Outward from the center of the pageDefault value: I.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;Di&#039;] = (Wipe, Glitter, Fly, Cover, Uncover and Push transition styles only) The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting from a left-to-right direction. If the value is a number, it shall be one of: 0 = Left to right, 90 = Bottom to top (Wipe only), 180 = Right to left (Wipe only), 270 = Top to bottom, 315 = Top-left to bottom-right (Glitter only). If the value is a name, it shall be None, which is relevant only for the Fly transition when the value of SS is not 1.0. Default value: 0.&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;SS&#039;] = (Fly transition style only) The starting or ending scale at which the changes shall be drawn. If M specifies an inward transition, the scale of the changes drawn shall progress from SS to 1.0 over the course of the transition. If M specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to SS over the course of the transition. Default: 1.0. &lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;trans&#039;][&#039;B&#039;] = (Fly transition style only) If true, the area that shall be flown in is rectangular and opaque. Default: false.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;MediaBox&#039;] : the boundaries of the physical medium on which the page shall be displayed or printed&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;MediaBox&#039;][&#039;llx&#039;] = lower-left x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;MediaBox&#039;][&#039;lly&#039;] = lower-left y coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;MediaBox&#039;][&#039;urx&#039;] = upper-right x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;MediaBox&#039;][&#039;ury&#039;] = upper-right y coordinate in points&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;CropBox&#039;] : the visible region of default user space&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;CropBox&#039;][&#039;llx&#039;] = lower-left x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;CropBox&#039;][&#039;lly&#039;] = lower-left y coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;CropBox&#039;][&#039;urx&#039;] = upper-right x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;CropBox&#039;][&#039;ury&#039;] = upper-right y coordinate in points&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;BleedBox&#039;] : the region to which the contents of the page shall be clipped when output in a production environment&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;BleedBox&#039;][&#039;llx&#039;] = lower-left x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;BleedBox&#039;][&#039;lly&#039;] = lower-left y coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;BleedBox&#039;][&#039;urx&#039;] = upper-right x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;BleedBox&#039;][&#039;ury&#039;] = upper-right y coordinate in points&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;TrimBox&#039;] : the intended dimensions of the finished page after trimming&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;TrimBox&#039;][&#039;llx&#039;] = lower-left x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;TrimBox&#039;][&#039;lly&#039;] = lower-left y coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;TrimBox&#039;][&#039;urx&#039;] = upper-right x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;TrimBox&#039;][&#039;ury&#039;] = upper-right y coordinate in points&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;ArtBox&#039;] : the extent of the page&#039;s meaningful content&lt;ul&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;ArtBox&#039;][&#039;llx&#039;] = lower-left x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;ArtBox&#039;][&#039;lly&#039;] = lower-left y coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;ArtBox&#039;][&#039;urx&#039;] = upper-right x coordinate in points&lt;/li&gt;&lt;li&gt;$this-&gt;pagedim[$this-&gt;page][&#039;ArtBox&#039;][&#039;ury&#039;] = upper-right y coordinate in points&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageGroupAlias">getPageGroupAlias()</a> <span> &nbsp;: string </span> </dt> <dd>Return the alias for the total number of pages in the current page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageHeight">getPageHeight()</a> <span> &nbsp;: int|float </span> </dt> <dd>Returns the page height in units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageNumGroupAlias">getPageNumGroupAlias()</a> <span> &nbsp;: string </span> </dt> <dd>Return the alias for the page number on the current page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageRegions">getPageRegions()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return an array of no-write page regions</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPageWidth">getPageWidth()</a> <span> &nbsp;: int|float </span> </dt> <dd>Returns the page width in units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getPDFData">getPDFData()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the PDF data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getRawCharWidth">getRawCharWidth()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the length of the char in user unit for the current font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getRTL">getRTL()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the RTL status</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getScaleFactor">getScaleFactor()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the scale factor (number of points in user unit).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getStringHeight">getStringHeight()</a> <span> &nbsp;: float </span> </dt> <dd>This method return the estimated height needed for printing a simple text string using the Multicell() method.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetStringWidth">GetStringWidth()</a> <span> &nbsp;: array&lt;string|int, float&gt;|float </span> </dt> <dd>Returns the length of a string in user unit. A font must be selected.&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_getTextShadow">getTextShadow()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return the text shadow parameters array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetX">GetX()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the relative X value of current position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_GetY">GetY()</a> <span> &nbsp;: float </span> </dt> <dd>Returns the ordinate of the current position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Gradient">Gradient()</a> <span> &nbsp;: mixed </span> </dt> <dd>Output gradient.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Header">Header()</a> <span> &nbsp;: mixed </span> </dt> <dd>This method is used to render the page header.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_hyphenateText">hyphenateText()</a> <span> &nbsp;: string </span> </dt> <dd>Returns text with soft hyphens.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Image">Image()</a> <span> &nbsp;: mixed|false </span> </dt> <dd>Puts an image in the page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ImageEps">ImageEps()</a> <span> &nbsp;: mixed </span> </dt> <dd>Embed vector-based Adobe Illustrator (AI) or AI-compatible EPS files.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ImageSVG">ImageSVG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Embedd a Scalable Vector Graphics (SVG) image.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_IncludeJS">IncludeJS()</a> <span> &nbsp;: mixed </span> </dt> <dd>Adds a javascript</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_isCharDefined">isCharDefined()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true in the character is present in the specified font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_isRTLTextDir">isRTLTextDir()</a> <span> &nbsp;: bool </span> </dt> <dd>Return the current temporary RTL status</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_isUnicodeFont">isUnicodeFont()</a> <span> &nbsp;: bool </span> </dt> <dd>Return true if the current font is unicode type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_lastPage">lastPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Reset pointer to the last document page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Line">Line()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a line between two points.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_LinearGradient">LinearGradient()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints a linear colour gradient.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Link">Link()</a> <span> &nbsp;: mixed </span> </dt> <dd>Puts a link on a rectangular area of the page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ListBox">ListBox()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a List-box field</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Ln">Ln()</a> <span> &nbsp;: mixed </span> </dt> <dd>Performs a line break.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_MirrorH">MirrorH()</a> <span> &nbsp;: mixed </span> </dt> <dd>Horizontal Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_MirrorL">MirrorL()</a> <span> &nbsp;: mixed </span> </dt> <dd>Reflection against a straight line through point (x, y) with the gradient angle (angle).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_MirrorP">MirrorP()</a> <span> &nbsp;: mixed </span> </dt> <dd>Point reflection mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_MirrorV">MirrorV()</a> <span> &nbsp;: mixed </span> </dt> <dd>Verical Mirroring.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_movePage">movePage()</a> <span> &nbsp;: bool </span> </dt> <dd>Move a page to a previous position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_MultiCell">MultiCell()</a> <span> &nbsp;: int </span> </dt> <dd>This method allows printing text with line breaks.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Open">Open()</a> <span> &nbsp;: mixed </span> </dt> <dd>This method begins the generation of the PDF document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Output">Output()</a> <span> &nbsp;: string </span> </dt> <dd>Send the document to a given destination: string, local file or browser.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_PageNo">PageNo()</a> <span> &nbsp;: int </span> </dt> <dd>Returns the current page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_PageNoFormatted">PageNoFormatted()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the current page number formatted as a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_PieSector">PieSector()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draw the sector of a circle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_PieSectorXY">PieSectorXY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draw the sector of an ellipse.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_pixelsToUnits">pixelsToUnits()</a> <span> &nbsp;: float </span> </dt> <dd>Converts pixels to User&#039;s Units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Polycurve">Polycurve()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a poly-Bezier curve.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Polygon">Polygon()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a polygon.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_PolyLine">PolyLine()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a polygonal line</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_printTemplate">printTemplate()</a> <span> &nbsp;: mixed </span> </dt> <dd>Print an XObject Template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_RadialGradient">RadialGradient()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints a radial colour gradient.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_RadioButton">RadioButton()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a RadioButton field.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Rect">Rect()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a rectangle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_registrationMark">registrationMark()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints a registration mark</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_registrationMarkCMYK">registrationMarkCMYK()</a> <span> &nbsp;: mixed </span> </dt> <dd>Paints a CMYK registration mark</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_RegularPolygon">RegularPolygon()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a regular polygon.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_removePageRegion">removePageRegion()</a> <span> &nbsp;: mixed </span> </dt> <dd>Remove a single no-write region.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_replaceMissingChars">replaceMissingChars()</a> <span> &nbsp;: string </span> </dt> <dd>Replace missing font characters on selected font with specified substitutions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_resetColumns">resetColumns()</a> <span> &nbsp;: mixed </span> </dt> <dd>Remove columns and reset page margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_resetHeaderTemplate">resetHeaderTemplate()</a> <span> &nbsp;: mixed </span> </dt> <dd>Reset the xobject template used by Header() method.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_resetLastH">resetLastH()</a> <span> &nbsp;: mixed </span> </dt> <dd>Reset the last cell height.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_rollbackTransaction">rollbackTransaction()</a> <span> &nbsp;: <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF"><abbr title="\TCPDF">TCPDF</abbr></a> </span> </dt> <dd>This method allows to undo the latest transaction by returning the latest saved TCPDF object with startTransaction().</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Rotate">Rotate()</a> <span> &nbsp;: mixed </span> </dt> <dd>Rotate object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_RoundedRect">RoundedRect()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a rounded rectangle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_RoundedRectXY">RoundedRectXY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a rounded rectangle.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Scale">Scale()</a> <span> &nbsp;: mixed </span> </dt> <dd>Vertical and horizontal non-proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ScaleX">ScaleX()</a> <span> &nbsp;: mixed </span> </dt> <dd>Horizontal Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ScaleXY">ScaleXY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Vertical and horizontal proportional Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_ScaleY">ScaleY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Vertical Scaling.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_selectColumn">selectColumn()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set position at a given column</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_serializeTCPDFtag">serializeTCPDFtag()</a> <span> &nbsp;: string </span> </dt> <dd>Serialize data to be used with TCPDF tag in HTML code.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAbsX">setAbsX()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the absolute X coordinate of the current pointer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAbsXY">setAbsXY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the absolute X and Y coordinates of the current pointer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAbsY">setAbsY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the absolute Y coordinate of the current pointer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAllowLocalFiles">setAllowLocalFiles()</a> <span> &nbsp;: mixed </span> </dt> <dd>Whether to allow local file path in image html tags, when prefixed with file://</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAlpha">setAlpha()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set alpha for stroking (CA) and non-stroking (ca) operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAuthor">setAuthor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the author of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setAutoPageBreak">setAutoPageBreak()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setBarcode">setBarcode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set document barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setBooklet">setBooklet()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the booklet mode for double-sided pages.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setBookmark">setBookmark()</a> <span> &nbsp;: mixed </span> </dt> <dd>Adds a bookmark - alias for Bookmark().</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCellHeightRatio">setCellHeightRatio()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the height of the cell (line height) respect the font height.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCellMargins">setCellMargins()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the internal Cell margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCellPadding">setCellPadding()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the same internal Cell padding for top, right, bottom, left-</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCellPaddings">setCellPaddings()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the internal Cell paddings.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setColor">setColor()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the color used by the specified type (&#039;draw&#039;, &#039;fill&#039;, &#039;text&#039;).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setColorArray">setColorArray()</a> <span> &nbsp;: string </span> </dt> <dd>Set the color array for the specified type (&#039;draw&#039;, &#039;fill&#039;, &#039;text&#039;).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setColumnsArray">setColumnsArray()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set columns array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCompression">setCompression()</a> <span> &nbsp;: mixed </span> </dt> <dd>Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setCreator">setCreator()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the creator of the document. This is typically the name of the application that generates the PDF.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDefaultMonospacedFont">setDefaultMonospacedFont()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the default monospaced font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDefaultTableColumns">setDefaultTableColumns()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the default number of columns in a row for HTML tables.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDestination">setDestination()</a> <span> &nbsp;: string|false </span> </dt> <dd>Add a Named Destination.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDisplayMode">setDisplayMode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the way the document is to be displayed by the viewer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDocCreationTimestamp">setDocCreationTimestamp()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the document creation timestamp</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDocInfoUnicode">setDocInfoUnicode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Turn on/off Unicode mode for document information dictionary (meta tags).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDocModificationTimestamp">setDocModificationTimestamp()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the document modification timestamp</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDrawColor">setDrawColor()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDrawColorArray">setDrawColorArray()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the color used for all drawing operations (lines, rectangles and cell borders).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setDrawSpotColor">setDrawSpotColor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the spot color used for all drawing operations (lines, rectangles and cell borders).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setEqualColumns">setEqualColumns()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set multiple columns of the same size</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setExtraXMP">setExtraXMP()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set additional XMP data to be added on the default XMP data just before the end of &quot;x:xmpmeta&quot; tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setExtraXMPPdfaextension">setExtraXMPPdfaextension()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set additional XMP data to be added to the default XMP data for PDF/A extensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setExtraXMPRDF">setExtraXMPRDF()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set additional XMP data to be added on the default XMP data just before the end of &quot;rdf:RDF&quot; tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFillColor">setFillColor()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFillColorArray">setFillColorArray()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the color used for all filling operations (filled rectangles and cell backgrounds).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFillSpotColor">setFillSpotColor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFont">setFont()</a> <span> &nbsp;: mixed </span> </dt> <dd>Sets the font used to print character strings.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFontSize">setFontSize()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the size of the current font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFontSpacing">setFontSpacing()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the amount to increase or decrease the space between characters in a text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFontStretching">setFontStretching()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the percentage of character stretching.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFontSubsetting">setFontSubsetting()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enable or disable default option for font subsetting.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFooterData">setFooterData()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set footer data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFooterFont">setFooterFont()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set footer font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFooterMargin">setFooterMargin()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set footer margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setFormDefaultProp">setFormDefaultProp()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set default properties for form fields.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHeaderData">setHeaderData()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set header data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHeaderFont">setHeaderFont()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set header font.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHeaderMargin">setHeaderMargin()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set header margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHeaderTemplateAutoreset">setHeaderTemplateAutoreset()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set a flag to automatically reset the xobject template used by Header() method at each page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHtmlLinksStyle">setHtmlLinksStyle()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the color and font style for HTML links.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setHtmlVSpace">setHtmlVSpace()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the vertical spaces for HTML tags.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setImageScale">setImageScale()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the adjusting factor to convert pixels to user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setJPEGQuality">setJPEGQuality()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the default JPEG compression quality (1-100)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setKeywords">setKeywords()</a> <span> &nbsp;: mixed </span> </dt> <dd>Associates keywords with the document, generally in the form &#039;keyword1 keyword2 ...&#039;.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLanguageArray">setLanguageArray()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set language array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLastH">setLastH()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the last cell height.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLeftMargin">setLeftMargin()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLineStyle">setLineStyle()</a> <span> &nbsp;: string </span> </dt> <dd>Set line style.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLineWidth">setLineWidth()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLink">setLink()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the page and position a link points to.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setListIndentWidth">setListIndentWidth()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set custom width for list indentation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setLIsymbol">setLIsymbol()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the default bullet to be used as LI bullet symbol</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setMargins">setMargins()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the left, top and right margins.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setOpenCell">setOpenCell()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the top/bottom cell sides to be open or closed when the cell cross the page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setOverprint">setOverprint()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set overprint mode for stroking (OP) and non-stroking (op) painting operations.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPage">setPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Move pointer at the specified document page and update page dimensions.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPageMark">setPageMark()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set start-writing mark on current page stream used to put borders and fills.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPageOrientation">setPageOrientation()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set page orientation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPageRegions">setPageRegions()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set no-write regions on page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPageUnit">setPageUnit()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the units of measure for the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPDFVersion">setPDFVersion()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the PDF version (check PDF reference for valid values).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPrintFooter">setPrintFooter()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set a flag to print page footer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setPrintHeader">setPrintHeader()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set a flag to print page header.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setProtection">setProtection()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set document protection Remark: the protection against modification is for people who have the full Acrobat product.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setRasterizeVectorImages">setRasterizeVectorImages()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enable/disable rasterization of vector images using ImageMagick library.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setRightMargin">setRightMargin()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the right margin. The method can be called before creating the first page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setRTL">setRTL()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enable or disable Right-To-Left language mode</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSignature">setSignature()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enable document signature (requires the OpenSSL Library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSignatureAppearance">setSignatureAppearance()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the digital signature appearance (a cliccable rectangle area to get signature properties)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSpacesRE">setSpacesRE()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set regular expression to detect withespaces or word separators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSpotColor">setSpotColor()</a> <span> &nbsp;: string </span> </dt> <dd>Set the spot color for the specified type (&#039;draw&#039;, &#039;fill&#039;, &#039;text&#039;).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSRGBmode">setSRGBmode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set flag to force sRGB_IEC61966-2.1 black scaled ICC color profile for the whole document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setStartingPageNumber">setStartingPageNumber()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the starting page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setSubject">setSubject()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the subject of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTempRTL">setTempRTL()</a> <span> &nbsp;: mixed </span> </dt> <dd>Force temporary RTL language direction</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTextColor">setTextColor()</a> <span> &nbsp;: string </span> </dt> <dd>Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTextColorArray">setTextColorArray()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the color used for text. It can be expressed in RGB components or gray scale.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTextRenderingMode">setTextRenderingMode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set Text rendering mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTextShadow">setTextShadow()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set parameters for drop shadow effect for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTextSpotColor">setTextSpotColor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the spot color used for text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTimeStamp">setTimeStamp()</a> <span> &nbsp;: mixed </span> </dt> <dd>Enable document timestamping (requires the OpenSSL Library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTitle">setTitle()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the title of the document.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setTopMargin">setTopMargin()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the top margin. The method can be called before creating the first page.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setUserRights">setUserRights()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set User&#039;s Rights for PDF Reader WARNING: This is experimental and currently do not work.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setViewerPreferences">setViewerPreferences()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the viewer preferences dictionary controlling the way the document is to be presented on the screen or in print.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setVisibility">setVisibility()</a> <span> &nbsp;: mixed </span> </dt> <dd>Set the visibility of the successive elements.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setX">setX()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the abscissa of the current position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setXY">setXY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Defines the abscissa and ordinate of the current position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_setY">setY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Moves the current abscissa back to the left margin and sets the ordinate.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Skew">Skew()</a> <span> &nbsp;: mixed </span> </dt> <dd>Skew.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_SkewX">SkewX()</a> <span> &nbsp;: mixed </span> </dt> <dd>Skew horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_SkewY">SkewY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Skew vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_StarPolygon">StarPolygon()</a> <span> &nbsp;: mixed </span> </dt> <dd>Draws a star polygon</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_startLayer">startLayer()</a> <span> &nbsp;: mixed </span> </dt> <dd>Start a new pdf layer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_startPage">startPage()</a> <span> &nbsp;: mixed </span> </dt> <dd>Starts a new page to the document. The page must be closed using the endPage() function.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_startPageGroup">startPageGroup()</a> <span> &nbsp;: mixed </span> </dt> <dd>Create a new page group.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_startTemplate">startTemplate()</a> <span> &nbsp;: string|false </span> </dt> <dd>Start a new XObject Template.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_startTransaction">startTransaction()</a> <span> &nbsp;: mixed </span> </dt> <dd>Stores a copy of the current TCPDF object used for undo operation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_StartTransform">StartTransform()</a> <span> &nbsp;: mixed </span> </dt> <dd>Starts a 2D tranformation saving current graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_StopTransform">StopTransform()</a> <span> &nbsp;: mixed </span> </dt> <dd>Stops a 2D tranformation restoring previous graphic state.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_stringLeftTrim">stringLeftTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Left trim the input string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_stringRightTrim">stringRightTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Right trim the input string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_stringTrim">stringTrim()</a> <span> &nbsp;: string </span> </dt> <dd>Trim the input string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Text">Text()</a> <span> &nbsp;: mixed </span> </dt> <dd>Prints a text cell at the specified position.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_TextField">TextField()</a> <span> &nbsp;: mixed </span> </dt> <dd>Creates a text field</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Translate">Translate()</a> <span> &nbsp;: mixed </span> </dt> <dd>Translate graphic object horizontally and vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_TranslateX">TranslateX()</a> <span> &nbsp;: mixed </span> </dt> <dd>Translate graphic object horizontally.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_TranslateY">TranslateY()</a> <span> &nbsp;: mixed </span> </dt> <dd>Translate graphic object vertically.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_unhtmlentities">unhtmlentities()</a> <span> &nbsp;: string </span> </dt> <dd>Reverse function for htmlentities.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_Write">Write()</a> <span> &nbsp;: mixed </span> </dt> <dd>This method prints text from the current position.&lt;br /&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_write1DBarcode">write1DBarcode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Print a Linear Barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_write2DBarcode">write2DBarcode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Print 2D Barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_writeHTML">writeHTML()</a> <span> &nbsp;: mixed </span> </dt> <dd>Allows to preserve some HTML formatting (limited support).&lt;br /&gt; IMPORTANT: The HTML must be well formatted - try to clean-up it using an application like HTML-Tidy before submitting.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method_writeHTMLCell">writeHTMLCell()</a> <span> &nbsp;: mixed </span> </dt> <dd>Prints a cell (rectangular area) with optional borders, background color and html text string.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf">tcpdf.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">1893</span> </aside> <p class="phpdocumentor-summary">This is the class constructor.</p>classes-TCPDF-COLORShttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_COLORS <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_colors.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors"><abbr title="include/tcpdf_colors.php">tcpdf_colors.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_COLORS PHP color class for TCPDF</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.004</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#property_jscolor">$jscolor</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of valid JavaScript color names</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#property_spotcolor">$spotcolor</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of Spot colors (C,M,Y,K,name) Color keys must be in lowercase and without spaces.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#property_webcolor">$webcolor</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of WEB safe colors</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#method__JScolor">_JScolor()</a> <span> &nbsp;: mixed </span> </dt> <dd>Convert color to javascript color.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#method_convertHTMLColorToDec">convertHTMLColorToDec()</a> <span> &nbsp;: array&lt;string|int, mixed&gt;|false </span> </dt> <dd>Returns an array (RGB or CMYK) from an html color name, or a six-digit (i.e. #3FE5AA), or three-digit (i.e. #7FF) hexadecimal color, or a javascript color array, or javascript color name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#method_getColorStringFromArray">getColorStringFromArray()</a> <span> &nbsp;: string </span> </dt> <dd>Convert a color array into a string representation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#method_getSpotColor">getSpotColor()</a> <span> &nbsp;: array&lt;string|int, mixed&gt;|false </span> </dt> <dd>Return the Spot color array.</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public -static " > <h4 class="phpdocumentor-element__name" id="property_jscolor"> $jscolor <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS#property_jscolor" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_colors.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors"><abbr title="include/tcpdf_colors.php">tcpdf_colors.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">210</span> </aside> <p class="phpdocumentor-summary">Array of valid JavaScript color names</p>classes-TCPDF-FILTERShttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_FILTERS <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_filters.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters"><abbr title="include/tcpdf_filters.php">tcpdf_filters.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">51</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_FILTERS This is a PHP class for decoding common PDF filters (PDF 32000-2008 - 7.4 Filters).<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">brief</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>This is a PHP class for decoding common PDF filters.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.001</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilter">decodeFilter()</a> <span> &nbsp;: string </span> </dt> <dd>Decode data using the specified filter type.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterASCII85Decode">decodeFilterASCII85Decode()</a> <span> &nbsp;: string </span> </dt> <dd>ASCII85Decode Decodes data encoded in an ASCII base-85 representation, reproducing the original binary data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterASCIIHexDecode">decodeFilterASCIIHexDecode()</a> <span> &nbsp;: string </span> </dt> <dd>ASCIIHexDecode Decodes data encoded in an ASCII hexadecimal representation, reproducing the original binary data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterCCITTFaxDecode">decodeFilterCCITTFaxDecode()</a> <span> &nbsp;: string </span> </dt> <dd>CCITTFaxDecode (NOT IMPLEMETED - RETURN AN EXCEPTION) Decompresses data encoded using the CCITT facsimile standard, reproducing the original data (typically monochrome image data at 1 bit per pixel).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterCrypt">decodeFilterCrypt()</a> <span> &nbsp;: string </span> </dt> <dd>Crypt (NOT IMPLEMETED - RETURN AN EXCEPTION) Decrypts data encrypted by a security handler, reproducing the data as it was before encryption.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterDCTDecode">decodeFilterDCTDecode()</a> <span> &nbsp;: string </span> </dt> <dd>DCTDecode (NOT IMPLEMETED - RETURN AN EXCEPTION) Decompresses data encoded using a DCT (discrete cosine transform) technique based on the JPEG standard, reproducing image sample data that approximates the original data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterFlateDecode">decodeFilterFlateDecode()</a> <span> &nbsp;: string </span> </dt> <dd>FlateDecode Decompresses data encoded using the zlib/deflate compression method, reproducing the original text or binary data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterJBIG2Decode">decodeFilterJBIG2Decode()</a> <span> &nbsp;: string </span> </dt> <dd>JBIG2Decode (NOT IMPLEMETED - RETURN AN EXCEPTION) Decompresses data encoded using the JBIG2 standard, reproducing the original monochrome (1 bit per pixel) image data (or an approximation of that data).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterJPXDecode">decodeFilterJPXDecode()</a> <span> &nbsp;: string </span> </dt> <dd>JPXDecode (NOT IMPLEMETED - RETURN AN EXCEPTION) Decompresses data encoded using the wavelet-based JPEG2000 standard, reproducing the original image data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterLZWDecode">decodeFilterLZWDecode()</a> <span> &nbsp;: string </span> </dt> <dd>LZWDecode Decompresses data encoded using the LZW (Lempel-Ziv-Welch) adaptive compression method, reproducing the original text or binary data.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterRunLengthDecode">decodeFilterRunLengthDecode()</a> <span> &nbsp;: mixed </span> </dt> <dd>RunLengthDecode Decompresses data encoded using a byte-oriented run-length encoding algorithm.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilterStandard">decodeFilterStandard()</a> <span> &nbsp;: string </span> </dt> <dd>Standard Default decoding filter (leaves data unchanged).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_Error">Error()</a> <span> &nbsp;: mixed </span> </dt> <dd>Throw an exception.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_getAvailableFilters">getAvailableFilters()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get a list of available decoding filters.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public -static " > <h4 class="phpdocumentor-element__name" id="method_decodeFilter"> decodeFilter() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS#method_decodeFilter" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_filters.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters"><abbr title="include/tcpdf_filters.php">tcpdf_filters.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">79</span> </aside> <p class="phpdocumentor-summary">Decode data using the specified filter type.</p>classes-TCPDF-FONT-DATAhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_FONT_DATA <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_font_data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data"><abbr title="include/tcpdf_font_data.php">tcpdf_font_data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_FONT_DATA Unicode data and encoding maps for TCPDF.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.001</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_encmap">$encmap</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of Encoding Maps.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_arabicsubst">$uni_arabicsubst</a> <span> &nbsp;: mixed </span> </dt> <dd>Arabic shape substitutions: char code =&gt; (isolated, final, initial, medial).</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_diacritics">$uni_diacritics</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of character substitutions for sequences of two diacritics symbols.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_identity_h">$uni_identity_h</a> <span> &nbsp;: mixed </span> </dt> <dd>ToUnicode map for Identity-H stream</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_laa_array">$uni_laa_array</a> <span> &nbsp;: mixed </span> </dt> <dd>Arabic laa letter: (char code =&gt; isolated, final, initial, medial).</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_LRE">$uni_LRE</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Left-to-Right Embedding.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_LRM">$uni_LRM</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Left-to-Right Mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_LRO">$uni_LRO</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Left-to-Right Override.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_mirror">$uni_mirror</a> <span> &nbsp;: mixed </span> </dt> <dd>Mirror unicode characters. For information on bidi mirroring, see UAX #9: Bidirectional Algorithm, at http://www.unicode.org/unicode/reports/tr9/</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_PDF">$uni_PDF</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Pop Directional Format.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_RE_PATTERN_ARABIC">$uni_RE_PATTERN_ARABIC</a> <span> &nbsp;: mixed </span> </dt> <dd>Pattern to test Arabic strings using regular expressions. Source: http://www.w3.org/International/questions/qa-forms-utf-8</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_RE_PATTERN_RTL">$uni_RE_PATTERN_RTL</a> <span> &nbsp;: mixed </span> </dt> <dd>Pattern to test RTL (Righ-To-Left) strings using regular expressions.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_RLE">$uni_RLE</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Right-to-Left Embedding.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_RLM">$uni_RLM</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Right-to-Left Mark.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_RLO">$uni_RLO</a> <span> &nbsp;: mixed </span> </dt> <dd>Unicode code for Right-to-Left Override.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_type">$uni_type</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of Unicode types.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_uni_utf8tolatin">$uni_utf8tolatin</a> <span> &nbsp;: mixed </span> </dt> <dd>Array of character substitutions from UTF-8 Unicode to Latin1.</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public -static " > <h4 class="phpdocumentor-element__name" id="property_encmap"> $encmap <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA#property_encmap" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_font_data.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data"><abbr title="include/tcpdf_font_data.php">tcpdf_font_data.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">18367</span> </aside> <p class="phpdocumentor-summary">Array of Encoding Maps.</p>classes-TCPDF-FONTShttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_FONTS <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_fonts.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts"><abbr title="include/tcpdf_fonts.php">tcpdf_fonts.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">48</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_FONTS Font methods for TCPDF library.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.1.1</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method__getfontpath">_getfontpath()</a> <span> &nbsp;: string </span> </dt> <dd>Return fonts path</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method__getTrueTypeFontSubset">_getTrueTypeFontSubset()</a> <span> &nbsp;: string </span> </dt> <dd>Returns a subset of the TrueType font data without the unused glyphs.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method__getTTFtableChecksum">_getTTFtableChecksum()</a> <span> &nbsp;: int </span> </dt> <dd>Returs the checksum of a TTF table.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method__putfontwidths">_putfontwidths()</a> <span> &nbsp;: string </span> </dt> <dd>Outputs font widths</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_addTTFfont">addTTFfont()</a> <span> &nbsp;: string|false </span> </dt> <dd>Convert and add the selected TrueType or Type1 font to the fonts folder (that must be writeable).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_arrUTF8ToUTF16BE">arrUTF8ToUTF16BE()</a> <span> &nbsp;: string </span> </dt> <dd>Converts array of UTF-8 characters to UTF16-BE string.&lt;br&gt; Based on: http://www.faqs.org/rfcs/rfc2781.html &lt;pre&gt; Encoding UTF-16:</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_getFontFullPath">getFontFullPath()</a> <span> &nbsp;: string </span> </dt> <dd>Return font full path</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_getFontRefSize">getFontRefSize()</a> <span> &nbsp;: float </span> </dt> <dd>Get a reference font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_getUniord">getUniord()</a> <span> &nbsp;: int </span> </dt> <dd>Converts UTF-8 character to integer value.&lt;br&gt; Invalid byte sequences will be replaced with 0xFFFD (replacement character)&lt;br&gt; Based on: http://www.faqs.org/rfcs/rfc3629.html &lt;pre&gt; Char. number range | UTF-8 octet sequence (hexadecimal) | (binary) --------------------+----------------------------------------------- 0000 0000-0000 007F | 0xxxxxxx 0000 0080-0000 07FF | 110xxxxx 10xxxxxx 0000 0800-0000 FFFF | 1110xxxx 10xxxxxx 10xxxxxx 0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx ---------------------------------------------------------------------</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UniArrSubString">UniArrSubString()</a> <span> &nbsp;: string </span> </dt> <dd>Extract a slice of the $uniarr array and return it as string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_unichr">unichr()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the unicode caracter specified by the value</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_unichrASCII">unichrASCII()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the unicode caracter specified by ASCII value</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_unichrUnicode">unichrUnicode()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the unicode caracter specified by UTF-8 value</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_uniord">uniord()</a> <span> &nbsp;: int </span> </dt> <dd>Converts UTF-8 character to integer value.&lt;br&gt; Uses the getUniord() method if the value is not cached.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_updateCIDtoGIDmap">updateCIDtoGIDmap()</a> <span> &nbsp;: string </span> </dt> <dd>Update the CIDToGIDMap string with a new value.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ArrayToUniArray">UTF8ArrayToUniArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Convert an array of UTF8 values to array of unicode characters</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ArrSubString">UTF8ArrSubString()</a> <span> &nbsp;: string </span> </dt> <dd>Extract a slice of the $strarr array and return it as string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ArrToLatin1">UTF8ArrToLatin1()</a> <span> &nbsp;: string </span> </dt> <dd>Converts UTF-8 characters array to Latin1 string&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ArrToLatin1Arr">UTF8ArrToLatin1Arr()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Converts UTF-8 characters array to array of Latin1 characters array&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_utf8Bidi">utf8Bidi()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_utf8StrArrRev">utf8StrArrRev()</a> <span> &nbsp;: string </span> </dt> <dd>Reverse the RLT substrings array using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8StringToArray">UTF8StringToArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Converts UTF-8 strings to codepoints array.&lt;br&gt; Invalid byte sequences will be replaced with 0xFFFD (replacement character)&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_utf8StrRev">utf8StrRev()</a> <span> &nbsp;: string </span> </dt> <dd>Reverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ToLatin1">UTF8ToLatin1()</a> <span> &nbsp;: string </span> </dt> <dd>Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.&lt;br&gt;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method_UTF8ToUTF16BE">UTF8ToUTF16BE()</a> <span> &nbsp;: string </span> </dt> <dd>Converts UTF-8 strings to UTF16-BE.&lt;br&gt;</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public -static " > <h4 class="phpdocumentor-element__name" id="method__getfontpath"> _getfontpath() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS#method__getfontpath" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_fonts.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts"><abbr title="include/tcpdf_fonts.php">tcpdf_fonts.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">1525</span> </aside> <p class="phpdocumentor-summary">Return fonts path</p>classes-TCPDF-IMAGEShttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_IMAGES <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_images.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images"><abbr title="include/tcpdf_images.php">tcpdf_images.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_IMAGES Static image methods used by the TCPDF class.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">brief</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP class for generating PDF documents without requiring external extensions.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.005</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#property_svginheritprop">$svginheritprop</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dd>Array of hinheritable SVG properties.</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method__parsejpeg">_parsejpeg()</a> <span> &nbsp;: array&lt;string|int, mixed&gt;|false </span> </dt> <dd>Extract info from a JPEG file without using the GD library.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method__parsepng">_parsepng()</a> <span> &nbsp;: array&lt;string|int, mixed&gt;|false </span> </dt> <dd>Extract info from a PNG file without using the GD library.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method__toJPEG">_toJPEG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Convert the loaded image to a JPEG and then return a structure for the PDF creator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method__toPNG">_toPNG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Convert the loaded image to a PNG and then return a structure for the PDF creator.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method_getImageFileType">getImageFileType()</a> <span> &nbsp;: string </span> </dt> <dd>Return the image type given the file name or array returned by getimagesize() function.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#method_setGDImageTransparency">setGDImageTransparency()</a> <span> &nbsp;: resource </span> </dt> <dd>Set the transparency for the given GD image.</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public -static " > <h4 class="phpdocumentor-element__name" id="property_svginheritprop"> $svginheritprop <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES#property_svginheritprop" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_images.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images"><abbr title="include/tcpdf_images.php">tcpdf_images.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">61</span> </aside> <p class="phpdocumentor-summary">Array of hinheritable SVG properties.</p>classes-TCPDF-STATIChttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF_STATIC <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_static.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static"><abbr title="include/tcpdf_static.php">tcpdf_static.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF_STATIC Static methods used by the TCPDF class.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">brief</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP class for generating PDF documents without requiring external extensions.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.1.5</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni - [email protected]</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#toc" class="headerlink"></a> </h3> <h4 id="toc-properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#toc-properties" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_group_num_page">$alias_group_num_page</a> <span> &nbsp;: mixed </span> </dt> <dd>String alias for group page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_group_tot_pages">$alias_group_tot_pages</a> <span> &nbsp;: mixed </span> </dt> <dd>String alias for total number of pages in a single group.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_num_page">$alias_num_page</a> <span> &nbsp;: mixed </span> </dt> <dd>String alias for page number.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_right_shift">$alias_right_shift</a> <span> &nbsp;: mixed </span> </dt> <dd>String alias for right shift compensation used to correctly align page numbers on the right.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_tot_pages">$alias_tot_pages</a> <span> &nbsp;: mixed </span> </dt> <dd>String alias for total number of pages.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_byterange_string">$byterange_string</a> <span> &nbsp;: mixed </span> </dt> <dd>ByteRange placemark used during digital signature process.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_enc_padding">$enc_padding</a> <span> &nbsp;: mixed </span> </dt> <dd>Encryption padding string.</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_page_formats">$page_formats</a> <span> &nbsp;: array&lt;string, array&lt;string|int, float&gt;&gt; </span> </dt> <dd>Array of page formats measures are calculated in this way: (inches * 72) or (millimeters * 72 / 25.4)</dd> <dt class="phpdocumentor-table-of-contents__entry -property -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_pageboxes">$pageboxes</a> <span> &nbsp;: mixed </span> </dt> <dd>Array page boxes names</dd> </dl> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__AES">_AES()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the input text encrypted using AES algorithm and the specified key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__AESnopad">_AESnopad()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the input text encrypted using AES algorithm and the specified key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__escape">_escape()</a> <span> &nbsp;: string </span> </dt> <dd>Add &quot;\&quot; before &quot;\&quot;, &quot;(&quot; and &quot;)&quot;</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__escapeXML">_escapeXML()</a> <span> &nbsp;: string </span> </dt> <dd>Escape some special characters (&amp;lt; &amp;gt; &amp;amp;) for XML output.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__freadint">_freadint()</a> <span> &nbsp;: int </span> </dt> <dd>Read a 4-byte (32 bit) integer from file.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getBYTE">_getBYTE()</a> <span> &nbsp;: int </span> </dt> <dd>Get BYTE from string (8-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getFIXED">_getFIXED()</a> <span> &nbsp;: int </span> </dt> <dd>Get FIXED from string (32-bit signed fixed-point number (16.16).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getFWORD">_getFWORD()</a> <span> &nbsp;: int </span> </dt> <dd>Get FWORD from string (Big Endian 16-bit signed integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getSHORT">_getSHORT()</a> <span> &nbsp;: int </span> </dt> <dd>Get SHORT from string (Big Endian 16-bit signed integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getUFWORD">_getUFWORD()</a> <span> &nbsp;: int </span> </dt> <dd>Get UFWORD from string (Big Endian 16-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getULONG">_getULONG()</a> <span> &nbsp;: int </span> </dt> <dd>Get ULONG from string (Big Endian 32-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__getUSHORT">_getUSHORT()</a> <span> &nbsp;: int </span> </dt> <dd>Get USHORT from string (Big Endian 16-bit unsigned integer).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__md5_16">_md5_16()</a> <span> &nbsp;: string </span> </dt> <dd>Encrypts a string using MD5 and returns it&#039;s value as a binary string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method__RC4">_RC4()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the input text encrypted using RC4 algorithm and the specified key.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_convertHexStringToString">convertHexStringToString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert hexadecimal string to string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_convertStringToHexString">convertStringToHexString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert string to hexadecimal string (byte string)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_empty_string">empty_string()</a> <span> &nbsp;: bool </span> </dt> <dd>Determine whether a string is empty.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_encodeNameObject">encodeNameObject()</a> <span> &nbsp;: string </span> </dt> <dd>Encode a name object.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_encodeUrlQuery">encodeUrlQuery()</a> <span> &nbsp;: string </span> </dt> <dd>Encode query params in URL</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_extractCSSproperties">extractCSSproperties()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Extracts the CSS properties from a CSS string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_file_exists">file_exists()</a> <span> &nbsp;: bool </span> </dt> <dd>Wrapper for file_exists.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_fileGetContents">fileGetContents()</a> <span> &nbsp;: string|false </span> </dt> <dd>Reads entire file into a string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_fixHTMLCode">fixHTMLCode()</a> <span> &nbsp;: string </span> </dt> <dd>Cleanup HTML code (requires HTML Tidy library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_fopenLocal">fopenLocal()</a> <span> &nbsp;: resource|false </span> </dt> <dd>Wrapper to use fopen only with local files</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_formatPageNumber">formatPageNumber()</a> <span> &nbsp;: string </span> </dt> <dd>Format the page numbers.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_formatTOCPageNumber">formatTOCPageNumber()</a> <span> &nbsp;: string </span> </dt> <dd>Format the page numbers on the Table Of Content.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getAnnotOptFromJSProp">getAnnotOptFromJSProp()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Convert JavaScript form fields properties array to Annotation Properties array.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getBorderMode">getBorderMode()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the border mode accounting for multicell position (opens bottom side of multicell crossing pages)</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getCSSdataArray">getCSSdataArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns the styles array that apply for the selected HTML tag.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getEncPermissionsString">getEncPermissionsString()</a> <span> &nbsp;: string </span> </dt> <dd>Convert encryption P value to a string of bytes, low-order byte first.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getFormattedDate">getFormattedDate()</a> <span> &nbsp;: string </span> </dt> <dd>Returns a formatted date-time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getHyphenPatternsFromTEX">getHyphenPatternsFromTEX()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Returns an array of hyphenation patterns.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getObjFilename">getObjFilename()</a> <span> &nbsp;: string </span> </dt> <dd>Returns a temporary filename for caching object on filesystem.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getPageLayoutMode">getPageLayoutMode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getPageMode">getPageMode()</a> <span> &nbsp;: string </span> </dt> <dd>Get the canonical page layout mode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getPageSizeFromFormat">getPageSizeFromFormat()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get page dimensions from format name.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getPathPaintOperator">getPathPaintOperator()</a> <span> &nbsp;: string </span> </dt> <dd>Get the Path-Painting Operators.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getRandomSeed">getRandomSeed()</a> <span> &nbsp;: string </span> </dt> <dd>Returns a string containing random data to be used as a seed for encryption methods.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getSVGTransformMatrix">getSVGTransformMatrix()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the tranformation matrix from SVG transform attribute</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getTagStyleFromCSSarray">getTagStyleFromCSSarray()</a> <span> &nbsp;: string </span> </dt> <dd>Compact CSS data array into single string.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getTCPDFProducer">getTCPDFProducer()</a> <span> &nbsp;: string </span> </dt> <dd>Return the current TCPDF producer.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getTCPDFVersion">getTCPDFVersion()</a> <span> &nbsp;: string </span> </dt> <dd>Return the current TCPDF version.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getTimestamp">getTimestamp()</a> <span> &nbsp;: int </span> </dt> <dd>Returns timestamp in seconds from formatted date-time.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getTransformationMatrixProduct">getTransformationMatrixProduct()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Get the product of two SVG tranformation matrices</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getUserPermissionCode">getUserPermissionCode()</a> <span> &nbsp;: mixed </span> </dt> <dd>Return the permission code used on encryption (P value).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_getVectorsAngle">getVectorsAngle()</a> <span> &nbsp;: mixed </span> </dt> <dd>Returns the angle in radiants between two vectors</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_intToRoman">intToRoman()</a> <span> &nbsp;: string </span> </dt> <dd>Returns the Roman representation of an integer number</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_isValidCSSSelectorForTag">isValidCSSSelectorForTag()</a> <span> &nbsp;: true </span> </dt> <dd>Returns true if the CSS selector is valid for the selected HTML tag</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_isValidURL">isValidURL()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the URL exist.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_objclone">objclone()</a> <span> &nbsp;: object </span> </dt> <dd>Creates a copy of a class object</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_pregSplit">pregSplit()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Split string by a regular expression.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_removeSHY">removeSHY()</a> <span> &nbsp;: string </span> </dt> <dd>Removes SHY characters from text.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_replacePageNumAliases">replacePageNumAliases()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Replace page number aliases with number.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_revstrpos">revstrpos()</a> <span> &nbsp;: int|false </span> </dt> <dd>Find position of last occurrence of a substring in a string</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_rfread">rfread()</a> <span> &nbsp;: string|false </span> </dt> <dd>Binary-safe and URL-safe file read.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_sendOutputData">sendOutputData()</a> <span> &nbsp;: mixed </span> </dt> <dd>Output input data and compress it if possible.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_setPageBoxes">setPageBoxes()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Set page boundaries.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_swapPageBoxCoordinates">swapPageBoxCoordinates()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Swap X and Y coordinates of page boxes (change page boxes orientation).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#method_url_exists">url_exists()</a> <span> &nbsp;: bool </span> </dt> <dd>Check if the URL exist.</dd> </dl> <section class="phpdocumentor-properties"> <h3 class="phpdocumentor-elements__header" id="properties"> Properties <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#properties" class="headerlink"></a> </h3> <article class=" phpdocumentor-element -property -public -static " > <h4 class="phpdocumentor-element__name" id="property_alias_group_num_page"> $alias_group_num_page <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC#property_alias_group_num_page" class="headerlink"></a> <span class="phpdocumentor-element__modifiers"> </span> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_static.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static"><abbr title="include/tcpdf_static.php">tcpdf_static.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">82</span> </aside> <p class="phpdocumentor-summary">String alias for group page number.</p>classes-TCPDF2DBarcodehttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDF2DBarcode <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_barcodes_2d.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d">tcpdf_barcodes_2d.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">50</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDF2DBarcode PHP class to creates array representations for 2D barcodes to be used with TCPDF (http://www.tcpdf.org).</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.015</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>This is the class constructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodeArray">getBarcodeArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return an array representations of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodeHTML">getBarcodeHTML()</a> <span> &nbsp;: string </span> </dt> <dd>Return an HTML representation of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodePNG">getBarcodePNG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Send a PNG image representation of barcode (requires GD or Imagick library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodePngData">getBarcodePngData()</a> <span> &nbsp;: string|<abbr title="\Imagick">Imagick</abbr>|false </span> </dt> <dd>Return a PNG image representation of barcode (requires GD or Imagick library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodeSVG">getBarcodeSVG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Send barcode as SVG image object to the standard output.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_getBarcodeSVGcode">getBarcodeSVGcode()</a> <span> &nbsp;: string </span> </dt> <dd>Return a SVG string representation of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method_setBarcode">setBarcode()</a> <span> &nbsp;: void </span> </dt> <dd>Set the barcode.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_barcodes_2d.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d">tcpdf_barcodes_2d.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">68</span> </aside> <p class="phpdocumentor-summary">This is the class constructor.</p>classes-TCPDFBarcodehttps://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TCPDFBarcode <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf">tcpdf</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_barcodes_1d.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d">tcpdf_barcodes_1d.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">50</span> </aside> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">class</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>TCPDFBarcode PHP class to creates array representations for common 1D barcodes to be used with TCPDF (http://www.tcpdf.org).<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.027</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dd>This is the class constructor.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_dec_to_hex">dec_to_hex()</a> <span> &nbsp;: string </span> </dt> <dd>Convert large integer number to hexadecimal representation.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodeArray">getBarcodeArray()</a> <span> &nbsp;: array&lt;string|int, mixed&gt; </span> </dt> <dd>Return an array representations of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodeHTML">getBarcodeHTML()</a> <span> &nbsp;: string </span> </dt> <dd>Return an HTML representation of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodePNG">getBarcodePNG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Send a PNG image representation of barcode (requires GD or Imagick library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodePngData">getBarcodePngData()</a> <span> &nbsp;: string|<abbr title="\Imagick">Imagick</abbr>|false </span> </dt> <dd>Return a PNG image representation of barcode (requires GD or Imagick library).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodeSVG">getBarcodeSVG()</a> <span> &nbsp;: mixed </span> </dt> <dd>Send barcode as SVG image object to the standard output.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_getBarcodeSVGcode">getBarcodeSVGcode()</a> <span> &nbsp;: string </span> </dt> <dd>Return a SVG string representation of barcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_hex_to_dec">hex_to_dec()</a> <span> &nbsp;: string </span> </dt> <dd>Convert large hexadecimal number to decimal representation (string).</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method_setBarcode">setBarcode()</a> <span> &nbsp;: void </span> </dt> <dd>Set the barcode.</dd> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_barcodes_1d.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d">tcpdf_barcodes_1d.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">73</span> </aside> <p class="phpdocumentor-summary">This is the class constructor.</p>classes-Tecnickcom-TCPDF-Tests-ImageMagickhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests">Tests</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> ImageMagick <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/ImageMagick.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick"><abbr title="tests/src/ImageMagick.php">ImageMagick.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">15</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#method_areSimilar">areSimilar()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#method_getMagickVersionInfo">getMagickVersionInfo()</a> <span> &nbsp;: string </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/ImageMagick.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick"><abbr title="tests/src/ImageMagick.php">ImageMagick.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">36</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$magick</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$verbose</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">false</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$magick</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to ImageMagick <code class="prettyprint">magick</code> executable</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$verbose</span> : <span class="phpdocumentor-argument-list__argument__type">bool</span> = <span class="phpdocumentor-argument-list__argument__default-value">false</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_areSimilar"> areSimilar() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick#method_areSimilar" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/ImageMagick.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick"><abbr title="tests/src/ImageMagick.php">ImageMagick.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">74</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">areSimilar</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$file1</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$file2</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$file1</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to image to compare</p>classes-Tecnickcom-TCPDF-Tests-PdfToolshttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests">Tests</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> PdfTools <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/PdfTools.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools"><abbr title="tests/src/PdfTools.php">PdfTools.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">15</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method_convertToPng">convertToPng()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method_getPdfinfoVersionInfo">getPdfinfoVersionInfo()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method_getPdftopngVersionInfo">getPdftopngVersionInfo()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method_isPdf">isPdf()</a> <span> &nbsp;: bool </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/PdfTools.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools"><abbr title="tests/src/PdfTools.php">PdfTools.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">51</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;string|int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tools</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$verbose</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">false</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$tools</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;string|int, string&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to PDF tool executables (indexed by tool name)</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$verbose</span> : <span class="phpdocumentor-argument-list__argument__type">bool</span> = <span class="phpdocumentor-argument-list__argument__default-value">false</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_convertToPng"> convertToPng() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools#method_convertToPng" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/PdfTools.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools"><abbr title="tests/src/PdfTools.php">PdfTools.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">164</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">convertToPng</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$file</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$pngRoot</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$file</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>The path of the PDF document to convert into PNG</p>classes-Tecnickcom-TCPDF-Tests-PhpExecutorhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests">Tests</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> PhpExecutor <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/PhpExecutor.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor"><abbr title="tests/src/PhpExecutor.php">PhpExecutor.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">14</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method___toString">__toString()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_executeCommand">executeCommand()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_getExtensionStatus">getExtensionStatus()</a> <span> &nbsp;: bool|null </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_getPhpExtensionDir">getPhpExtensionDir()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_getPhpVersion">getPhpVersion()</a> <span> &nbsp;: int </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_getPhpVersionInfo">getPhpVersionInfo()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_isExtensionAvailable">isExtensionAvailable()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_isExtensionBuiltIn">isExtensionBuiltIn()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_isValidPhpFile">isValidPhpFile()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_makeCliOption">makeCliOption()</a> <span> &nbsp;: string </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method_makePhpExtensionFileName">makePhpExtensionFileName()</a> <span> &nbsp;: string </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/PhpExecutor.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor"><abbr title="tests/src/PhpExecutor.php">PhpExecutor.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">55</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$php</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$verbose</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">false</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$php</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to PHP executable</p>classes-Tecnickcom-TCPDF-Tests-TestExecutorhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests">Tests</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TestExecutor <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestExecutor.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor"><abbr title="tests/src/TestExecutor.php">TestExecutor.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">12</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method_assertIsFileType">assertIsFileType()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method_assertIsPhpValidFile">assertIsPhpValidFile()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method_execute">execute()</a> <span> &nbsp;: bool </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestExecutor.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor"><abbr title="tests/src/TestExecutor.php">TestExecutor.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\PhpExecutor">PhpExecutor</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$phpExecutor</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$extensionsToLoad</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools"><abbr title="\Tecnickcom\TCPDF\Tests\PdfTools">PdfTools</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$pdfTools</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tempDir</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$testsDir</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$verbose</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">false</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$phpExecutor</span> : <span class="phpdocumentor-argument-list__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\PhpExecutor">PhpExecutor</abbr></a></span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$extensionsToLoad</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;string|int, mixed&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$pdfTools</span> : <span class="phpdocumentor-argument-list__argument__type"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools"><abbr title="\Tecnickcom\TCPDF\Tests\PdfTools">PdfTools</abbr></a></span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$tempDir</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to tho temporary folder</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$testsDir</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to this folder</p> </section> </dd> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$verbose</span> : <span class="phpdocumentor-argument-list__argument__type">bool</span> = <span class="phpdocumentor-argument-list__argument__default-value">false</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_assertIsFileType"> assertIsFileType() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor#method_assertIsFileType" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestExecutor.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor"><abbr title="tests/src/TestExecutor.php">TestExecutor.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">143</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">assertIsFileType</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$outputFile</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$outputFileError</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$type</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$preservingFiles</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$outputFile</span> : <span class="phpdocumentor-argument-list__argument__type">string</span> </dt> <dd class="phpdocumentor-argument-list__definition"> <section class="phpdocumentor-description"><p>Path to output file</p>classes-Tecnickcom-TCPDF-Tests-TestRunnerhttps://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests">Tests</a></li> </ul> <article class="phpdocumentor-element -class"> <h2 class="phpdocumentor-content__title"> TestRunner <div class="phpdocumentor-element__package"> in package <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application">Application</a></li> </ul> </div> </h2> <div class="phpdocumentor-label-line"> </div> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">12</span> </aside> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#toc" class="headerlink"></a> </h3> <h4 id="toc-methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#toc-methods" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method___construct">__construct()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_excludeTests">excludeTests()</a> <span> &nbsp;: $this </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_filterByGroup">filterByGroup()</a> <span> &nbsp;: $this </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getFailedTests">getFailedTests()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getGeneratedFiles">getGeneratedFiles()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getRunTime">getRunTime()</a> <span> &nbsp;: int|null </span> </dt> <dd>Get last run time in seconds</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getSkippedTests">getSkippedTests()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getTestFiles">getTestFiles()</a> <span> &nbsp;: array&lt;string|int, string&gt; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getTotalTestCount">getTotalTestCount()</a> <span> &nbsp;: int </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_only">only()</a> <span> &nbsp;: $this </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_preserveOutputFiles">preserveOutputFiles()</a> <span> &nbsp;: $this </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_printSummary">printSummary()</a> <span> &nbsp;: $this </span> </dt> <dd>Outputs a summary of the last test suite run</dd> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_runTests">runTests()</a> <span> &nbsp;: bool </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_stopOn">stopOn()</a> <span> &nbsp;: $this </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -method -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_withTestExecutor">withTestExecutor()</a> <span> &nbsp;: $this </span> </dt> </dl> <section class="phpdocumentor-methods"> <h3 class="phpdocumentor-elements__header" id="methods"> Methods <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#methods" class="headerlink"></a> </h3> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method___construct"> __construct() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method___construct" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">75</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$exampleDir</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$exampleDir</span> : <span class="phpdocumentor-argument-list__argument__type">mixed</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_excludeTests"> excludeTests() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_excludeTests" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">104</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">excludeTests</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$excluded</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$excluded</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;string|int, mixed&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">$this</span> </section> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_filterByGroup"> filterByGroup() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_filterByGroup" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">124</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">filterByGroup</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$groups</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code> <div class="phpdocumentor-label-line"> </div> <h5 class="phpdocumentor-argument-list__heading">Parameters</h5> <dl class="phpdocumentor-argument-list"> <dt class="phpdocumentor-argument-list__entry"> <span class="phpdocumentor-argument-list__argument__name">$groups</span> : <span class="phpdocumentor-argument-list__argument__type">array&lt;string|int, mixed&gt;</span> </dt> <dd class="phpdocumentor-argument-list__definition"> </dd> </dl> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">$this</span> </section> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getFailedTests"> getFailedTests() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getFailedTests" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">293</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getFailedTests</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;</span></code> <div class="phpdocumentor-label-line"> </div> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;</span> </section> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getGeneratedFiles"> getGeneratedFiles() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getGeneratedFiles" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">301</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__name">getGeneratedFiles</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;</span></code> <div class="phpdocumentor-label-line"> </div> <section> <h5 class="phpdocumentor-return-value__heading">Return values</h5> <span class="phpdocumentor-signature__response_type">array&lt;string|int, string&gt;</span> </section> </article> <article class="phpdocumentor-element -method -public " > <h4 class="phpdocumentor-element__name" id="method_getRunTime"> getRunTime() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner#method_getRunTime" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/src/TestRunner.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner"><abbr title="tests/src/TestRunner.php">TestRunner.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">326</span> </aside> <p class="phpdocumentor-summary">Get last run time in seconds</p>files-config-tcpdf-confighttps://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_config.php</h2> <p class="phpdocumentor-summary">Configuration file for TCPDF.</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">4.9.005</span> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">since</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">2004-10-27</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dd>Magnification factor for titles.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dd>List of TCPDF methods that are allowed to be called using HTML syntax.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dd>Generic name for a blank image.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Height of cell respect font height.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dd>Reduction factor for small font.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dd>If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dd>If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dd>Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= &#039;UTC&#039; </span> </dt> <dd>Default timezone for datetime functions</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dd>Title magnification respect main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document author.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document creator.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dd>Default monospaced font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default data font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default main font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dd>Default data font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dd>Default main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dd>Header description string.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dd>Header title.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Ratio used to adjust the conversion of pixels to user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dd>Bottom margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dd>Footer margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dd>Header margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dd>Left margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dd>Right margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dd>Top margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dd>Page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dd>Page orientation (P=portrait, L=landscape).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> <dd>Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_HEAD_MAGNIFICATION"> HEAD_MAGNIFICATION <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="config/tcpdf_config.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-config-tcpdf-config"><abbr title="config/tcpdf_config.php">tcpdf_config.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">187</span> </aside> <p class="phpdocumentor-summary">Magnification factor for titles.</p>files-include-barcodes-datamatrixhttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">datamatrix.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Class to create DataMatrix ECC 200 barcode arrays for TCPDF class. DataMatrix (ISO/IEC 16022:2006) is a 2-dimensional bar code.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.008</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix"><abbr title="\Datamatrix">Datamatrix</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS">DATAMATRIXDEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII">ENC_ASCII</a> <span> &nbsp;= 0 </span> </dt> <dd>ASCII encoding: ASCII character 0 to 127 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_EXT">ENC_ASCII_EXT</a> <span> &nbsp;= 6 </span> </dt> <dd>ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_NUM">ENC_ASCII_NUM</a> <span> &nbsp;= 7 </span> </dt> <dd>ASCII number encoding: ASCII digits (2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_BASE256">ENC_BASE256</a> <span> &nbsp;= 5 </span> </dt> <dd>BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_C40">ENC_C40</a> <span> &nbsp;= 1 </span> </dt> <dd>C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_EDF">ENC_EDF</a> <span> &nbsp;= 4 </span> </dt> <dd>EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_TXT">ENC_TXT</a> <span> &nbsp;= 2 </span> </dt> <dd>TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_X12">ENC_X12</a> <span> &nbsp;= 3 </span> </dt> <dd>X12 encoding: ANSI X12 (3/2 byte per CW)</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DATAMATRIXDEFS"> DATAMATRIXDEFS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix"><abbr title="include/barcodes/datamatrix.php">datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">Indicate that definitions for this class are set</p>files-include-barcodes-pdf417https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">pdf417.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Class to create PDF417 barcode arrays for TCPDF class. PDF417 (ISO/IEC 15438:2006) is a 2-dimensional stacked bar code created by Symbol Technologies in 1991. (requires PHP bcmath extension)</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.005</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417"><abbr title="\PDF417">PDF417</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF417DEFS">PDF417DEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETH">QUIETH</a> <span> &nbsp;= 2 </span> </dt> <dd>Horizontal quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETV">QUIETV</a> <span> &nbsp;= 2 </span> </dt> <dd>Vertical quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ROWHEIGHT">ROWHEIGHT</a> <span> &nbsp;= 4 </span> </dt> <dd>Row height respect X dimension of single module</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF417DEFS"> PDF417DEFS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF417DEFS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/pdf417.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-pdf417"><abbr title="include/barcodes/pdf417.php">pdf417.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">62</span> </aside> <p class="phpdocumentor-summary">Indicate that definitions for this class are set</p>files-include-barcodes-qrcodehttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-qrcode/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-qrcode/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">qrcode.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-qrcode#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Class to create QR-code arrays for TCPDF class. QR Code symbol is a 2D barcode that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. This class supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code, QR Code model 1, Structured mode.</p>files-include-tcpdf-colorshttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_colors.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP color class for TCPDF</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS"><abbr title="\TCPDF_COLORS">TCPDF_COLORS</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_colors.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-colors#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-include-tcpdf-filtershttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_filters.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>This is a PHP class for decoding common PDF filters (PDF 32000-2008 - 7.4 Filters).<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.001</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS"><abbr title="\TCPDF_FILTERS">TCPDF_FILTERS</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_filters.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-filters#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-include-tcpdf-font-datahttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_font_data.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Unicode data and encoding maps for TCPDF.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA"><abbr title="\TCPDF_FONT_DATA">TCPDF_FONT_DATA</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_font_data.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-font-data#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-include-tcpdf-fontshttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_fonts.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Unicode data and font methods for TCPDF library.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS"><abbr title="\TCPDF_FONTS">TCPDF_FONTS</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= $fdir </span> </dt> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_FONTS"> K_PATH_FONTS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/tcpdf_fonts.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts"><abbr title="include/tcpdf_fonts.php">tcpdf_fonts.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">1530</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_FONTS</span> = <span class="phpdocumentor-signature__default-value">$fdir</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_fonts.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#toc-classes">Classes</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-fonts#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-include-tcpdf-imageshttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_images.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>This is a PHP class that contains static image methods for the TCPDF class.<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.005</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES"><abbr title="\TCPDF_IMAGES">TCPDF_IMAGES</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_images.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-images#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-include-tcpdf-statichttps://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_static.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>This is a PHP class that contains static methods for the TCPDF class.<br></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.1.5</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC"><abbr title="\TCPDF_STATIC">TCPDF_STATIC</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/include/tcpdf_static.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-tcpdf-static#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-scripts-doctumhttps://tcpdf.org/docs/srcdoc/TCPDF/files-scripts-doctum/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-scripts-doctum/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">doctum.php</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-scripts-doctum#toc" class="headerlink"></a> </h3> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/scripts/doctum.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>files-tcpdfhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>This is a PHP class for generating PDF documents without requiring external extensions.<br> TCPDF project (http://www.tcpdf.org) was originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.<br></p> <h3>TCPDF main features are:</h3> <ul> <li>no external libraries are required for the basic functions;</li> <li>all standard page formats, custom page formats, custom margins and units of measure;</li> <li>UTF-8 Unicode and Right-To-Left languages;</li> <li>TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;</li> <li>font subsetting;</li> <li>methods to publish some XHTML + CSS code, Javascript and Forms;</li> <li>images, graphic (geometric figures) and transformation methods; <li>supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImageMagick (http://www.imagemagick.org/www/formats.html)</li> <li>1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extension, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix, QR-Code, PDF417;</li> <li>JPEG and PNG ICC profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies;</li> <li>automatic page header and footer management;</li> <li>document encryption up to 256 bit and digital signature certifications;</li> <li>transactions to UNDO commands;</li> <li>PDF annotations, including links, text and file attachments;</li> <li>text rendering modes (fill, stroke and clipping);</li> <li>multiple columns mode;</li> <li>no-write page regions;</li> <li>bookmarks, named destinations and table of content;</li> <li>text hyphenation;</li> <li>text stretching and spacing (tracking);</li> <li>automatic page break, line break and text alignments including justification;</li> <li>automatic page numbering and page groups;</li> <li>move and delete pages;</li> <li>page compression (requires php-zlib extension);</li> <li>XOBject Templates;</li> <li>Layers and object visibility;</li> <li>PDF/A-1b support.</li> </ul> Tools to encode your unicode fonts are on fonts/utils directory.</p>files-tcpdf-autoconfighttps://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_autoconfig.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Try to automatically configure some TCPDF constants if not defined.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.2.1</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig#toc" class="headerlink"></a> </h3> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CURLOPTS">K_CURLOPTS</a> <span> &nbsp;= array() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $K_PATH_CACHE </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= \K_PATH_MAIN . &#039;fonts/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_MAIN">K_PATH_MAIN</a> <span> &nbsp;= \dirname(__FILE__) . &#039;/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_URL">K_PATH_URL</a> <span> &nbsp;= $k_path_url </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= @\date_default_timezone_get() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO">PDF_HEADER_LOGO</a> <span> &nbsp;= $tcpdf_header_logo </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO_WIDTH">PDF_HEADER_LOGO_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 96 / 72 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_HEAD_MAGNIFICATION"> HEAD_MAGNIFICATION <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">213</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">HEAD_MAGNIFICATION</span> = <span class="phpdocumentor-signature__default-value">1.1</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_ALLOWED_TCPDF_TAGS"> K_ALLOWED_TCPDF_TAGS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">237</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_ALLOWED_TCPDF_TAGS</span> = <span class="phpdocumentor-signature__default-value">&#039;&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_BLANK_IMAGE"> K_BLANK_IMAGE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">133</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_BLANK_IMAGE</span> = <span class="phpdocumentor-signature__default-value">&#039;_blank.png&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_CELL_HEIGHT_RATIO"> K_CELL_HEIGHT_RATIO <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">217</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_CELL_HEIGHT_RATIO</span> = <span class="phpdocumentor-signature__default-value">1.25</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_CURLOPTS"> K_CURLOPTS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CURLOPTS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">250</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_CURLOPTS</span> = <span class="phpdocumentor-signature__default-value">array()</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_CACHE"> K_PATH_CACHE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_CACHE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">129</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_CACHE</span> = <span class="phpdocumentor-signature__default-value">$K_PATH_CACHE</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_FONTS"> K_PATH_FONTS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">81</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_FONTS</span> = <span class="phpdocumentor-signature__default-value">\K_PATH_MAIN . &#039;fonts/&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_MAIN"> K_PATH_MAIN <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_MAIN" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">77</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_MAIN</span> = <span class="phpdocumentor-signature__default-value">\dirname(__FILE__) . &#039;/&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_PATH_URL"> K_PATH_URL <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_URL" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">95</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_PATH_URL</span> = <span class="phpdocumentor-signature__default-value">$k_path_url</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_SMALL_RATIO"> K_SMALL_RATIO <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">225</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_SMALL_RATIO</span> = <span class="phpdocumentor-signature__default-value">2 / 3</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_TCPDF_CALLS_IN_HTML"> K_TCPDF_CALLS_IN_HTML <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">233</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_TCPDF_CALLS_IN_HTML</span> = <span class="phpdocumentor-signature__default-value">\false</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_TCPDF_THROW_EXCEPTION_ERROR"> K_TCPDF_THROW_EXCEPTION_ERROR <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">241</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_TCPDF_THROW_EXCEPTION_ERROR</span> = <span class="phpdocumentor-signature__default-value">\false</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_THAI_TOPCHARS"> K_THAI_TOPCHARS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">229</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_THAI_TOPCHARS</span> = <span class="phpdocumentor-signature__default-value">\true</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_TIMEZONE"> K_TIMEZONE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">245</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_TIMEZONE</span> = <span class="phpdocumentor-signature__default-value">@\date_default_timezone_get()</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_K_TITLE_MAGNIFICATION"> K_TITLE_MAGNIFICATION <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">221</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">K_TITLE_MAGNIFICATION</span> = <span class="phpdocumentor-signature__default-value">1.3</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_AUTHOR"> PDF_AUTHOR <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">149</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_AUTHOR</span> = <span class="phpdocumentor-signature__default-value">&#039;TCPDF&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_CREATOR"> PDF_CREATOR <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">145</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_CREATOR</span> = <span class="phpdocumentor-signature__default-value">&#039;TCPDF&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_FONT_MONOSPACED"> PDF_FONT_MONOSPACED <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">205</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_FONT_MONOSPACED</span> = <span class="phpdocumentor-signature__default-value">&#039;courier&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_FONT_NAME_DATA"> PDF_FONT_NAME_DATA <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">197</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_FONT_NAME_DATA</span> = <span class="phpdocumentor-signature__default-value">&#039;helvetica&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_FONT_NAME_MAIN"> PDF_FONT_NAME_MAIN <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">189</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_FONT_NAME_MAIN</span> = <span class="phpdocumentor-signature__default-value">&#039;helvetica&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_FONT_SIZE_DATA"> PDF_FONT_SIZE_DATA <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">201</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_FONT_SIZE_DATA</span> = <span class="phpdocumentor-signature__default-value">8</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_FONT_SIZE_MAIN"> PDF_FONT_SIZE_MAIN <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">193</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_FONT_SIZE_MAIN</span> = <span class="phpdocumentor-signature__default-value">10</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_HEADER_LOGO"> PDF_HEADER_LOGO <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">113</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_HEADER_LOGO</span> = <span class="phpdocumentor-signature__default-value">$tcpdf_header_logo</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_HEADER_LOGO_WIDTH"> PDF_HEADER_LOGO_WIDTH <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO_WIDTH" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">120</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_HEADER_LOGO_WIDTH</span> = <span class="phpdocumentor-signature__default-value">0</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_HEADER_STRING"> PDF_HEADER_STRING <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">157</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_HEADER_STRING</span> = <span class="phpdocumentor-signature__default-value">&quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_HEADER_TITLE"> PDF_HEADER_TITLE <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">153</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_HEADER_TITLE</span> = <span class="phpdocumentor-signature__default-value">&#039;TCPDF Example&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_IMAGE_SCALE_RATIO"> PDF_IMAGE_SCALE_RATIO <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">209</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_IMAGE_SCALE_RATIO</span> = <span class="phpdocumentor-signature__default-value">96 / 72</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_BOTTOM"> PDF_MARGIN_BOTTOM <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">177</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_BOTTOM</span> = <span class="phpdocumentor-signature__default-value">25</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_FOOTER"> PDF_MARGIN_FOOTER <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">169</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_FOOTER</span> = <span class="phpdocumentor-signature__default-value">10</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_HEADER"> PDF_MARGIN_HEADER <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">165</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_HEADER</span> = <span class="phpdocumentor-signature__default-value">5</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_LEFT"> PDF_MARGIN_LEFT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">181</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_LEFT</span> = <span class="phpdocumentor-signature__default-value">15</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_RIGHT"> PDF_MARGIN_RIGHT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">185</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_RIGHT</span> = <span class="phpdocumentor-signature__default-value">15</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_MARGIN_TOP"> PDF_MARGIN_TOP <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">173</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_MARGIN_TOP</span> = <span class="phpdocumentor-signature__default-value">27</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_PAGE_FORMAT"> PDF_PAGE_FORMAT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">137</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_PAGE_FORMAT</span> = <span class="phpdocumentor-signature__default-value">&#039;A4&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_PAGE_ORIENTATION"> PDF_PAGE_ORIENTATION <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">141</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_PAGE_ORIENTATION</span> = <span class="phpdocumentor-signature__default-value">&#039;P&#039;</span> </code> </article> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_PDF_UNIT"> PDF_UNIT <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tcpdf_autoconfig.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig">tcpdf_autoconfig.php</a></abbr> : <span class="phpdocumentor-element-found-in__line">161</span> </aside> <code class="phpdocumentor-signature phpdocumentor-code "> <span class="phpdocumentor-signature__visibility">public</span> <span class="phpdocumentor-signature__type">mixed</span> <span class="phpdocumentor-signature__name">PDF_UNIT</span> = <span class="phpdocumentor-signature__default-value">&#039;mm&#039;</span> </code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tcpdf_autoconfig.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-autoconfig#toc-constants">Constants</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Constants</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CURLOPTS">K_CURLOPTS</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_MAIN">K_PATH_MAIN</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_URL">K_PATH_URL</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO">PDF_HEADER_LOGO</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO_WIDTH">PDF_HEADER_LOGO_WIDTH</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tcpdf-barcodes-1dhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_barcodes_1d.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP class to creates array representations for common 1D barcodes to be used with TCPDF.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.027</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode"><abbr title="\TCPDFBarcode">TCPDFBarcode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tcpdf_barcodes_1d.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-1d#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tcpdf-barcodes-2dhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">tcpdf_barcodes_2d.php</h2> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">file</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PHP class to creates array representations for 2D barcodes to be used with TCPDF.</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Nicola Asuni</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">version</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <span class="phpdocumentor-tag-link">1.0.015</span> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode"><abbr title="\TCPDF2DBarcode">TCPDF2DBarcode</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tcpdf_barcodes_2d.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tcpdf-barcodes-2d#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-compare-runshttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">compare_runs.php</h2> <p class="phpdocumentor-summary">This script compares two runs of the test suite.</p> <section class="phpdocumentor-description"><p>The comparison is not bit by bit, as most of the generated files have some time-induced differences.</p> <p>This script will however point out gross discrepancies.</p> <p>PDF documents will be compared as PNG images.</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs#toc" class="headerlink"></a> </h3> <h4 id="toc-functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs#toc-functions" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-functions"> <h3 class="phpdocumentor-elements__header" id="functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs#functions" class="headerlink"></a> </h3> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printCompareRunsHelp"> printCompareRunsHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/compare_runs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs"><abbr title="tests/compare_runs.php">compare_runs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printCompareRunsHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/compare_runs.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs#toc-functions">Functions</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Functions</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-coveragehttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">coverage.php</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov"><abbr title="\CoverageObjectPcov">CoverageObjectPcov</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug"><abbr title="\CoverageObjectXdebug">CoverageObjectXdebug</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/coverage.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-coverage#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-launchhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">launch.php</h2> <p class="phpdocumentor-summary">Test runner</p> <section class="phpdocumentor-description"><p>Usage: php launch.php --help</p> </section> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch#toc" class="headerlink"></a> </h3> <h4 id="toc-functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch#toc-functions" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-functions"> <h3 class="phpdocumentor-elements__header" id="functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch#functions" class="headerlink"></a> </h3> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printLaunchHelp"> printLaunchHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/launch.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch"><abbr title="tests/launch.php">launch.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printLaunchHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/launch.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch#toc-functions">Functions</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Functions</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-src-imagemagickhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">ImageMagick.php</h2> <p class="phpdocumentor-summary">Helper class to execute magick via shell</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick"><abbr title="\Tecnickcom\TCPDF\Tests\ImageMagick">ImageMagick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/src/ImageMagick.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-imagemagick#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-src-pdftoolshttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">PdfTools.php</h2> <p class="phpdocumentor-summary">Helper class to execute PDF-related commands via shell</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools"><abbr title="\Tecnickcom\TCPDF\Tests\PdfTools">PdfTools</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/src/PdfTools.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-pdftools#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-src-phpexecutorhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">PhpExecutor.php</h2> <p class="phpdocumentor-summary">Helper class to execute PHP via shell</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\PhpExecutor">PhpExecutor</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/src/PhpExecutor.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-phpexecutor#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-src-testexecutorhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">TestExecutor.php</h2> <p class="phpdocumentor-summary">Helper class to execute TCPDF test</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\TestExecutor">TestExecutor</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/src/TestExecutor.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testexecutor#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>files-tests-src-testrunnerhttps://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">TestRunner.php</h2> <p class="phpdocumentor-summary">Helper class to execute the TCPDF test suite</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner#tags" class="headerlink"></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Philippe Jausions</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)</p> </section> </dd> </dl> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner"><abbr title="\Tecnickcom\TCPDF\Tests\TestRunner">TestRunner</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=files/tests/src/TestRunner.php.txt" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-src-testrunner#toc-classes">Classes</a></li> </ul> </li> </ul> </section> </section> </div> </div>namespaces-defaulthttps://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom"><abbr title="\Tecnickcom">Tecnickcom</abbr></a></dt> </dl> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix"><abbr title="\Datamatrix">Datamatrix</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417"><abbr title="\PDF417">PDF417</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-QRcode"><abbr title="\QRcode">QRcode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS"><abbr title="\TCPDF_COLORS">TCPDF_COLORS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS"><abbr title="\TCPDF_FILTERS">TCPDF_FILTERS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA"><abbr title="\TCPDF_FONT_DATA">TCPDF_FONT_DATA</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS"><abbr title="\TCPDF_FONTS">TCPDF_FONTS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES"><abbr title="\TCPDF_IMAGES">TCPDF_IMAGES</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC"><abbr title="\TCPDF_STATIC">TCPDF_STATIC</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF"><abbr title="\TCPDF">TCPDF</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode"><abbr title="\TCPDFBarcode">TCPDFBarcode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode"><abbr title="\TCPDF2DBarcode">TCPDF2DBarcode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov"><abbr title="\CoverageObjectPcov">CoverageObjectPcov</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug"><abbr title="\CoverageObjectXdebug">CoverageObjectXdebug</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS">DATAMATRIXDEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII">ENC_ASCII</a> <span> &nbsp;= 0 </span> </dt> <dd>ASCII encoding: ASCII character 0 to 127 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_EXT">ENC_ASCII_EXT</a> <span> &nbsp;= 6 </span> </dt> <dd>ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_NUM">ENC_ASCII_NUM</a> <span> &nbsp;= 7 </span> </dt> <dd>ASCII number encoding: ASCII digits (2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_BASE256">ENC_BASE256</a> <span> &nbsp;= 5 </span> </dt> <dd>BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_C40">ENC_C40</a> <span> &nbsp;= 1 </span> </dt> <dd>C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_EDF">ENC_EDF</a> <span> &nbsp;= 4 </span> </dt> <dd>EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_TXT">ENC_TXT</a> <span> &nbsp;= 2 </span> </dt> <dd>TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_X12">ENC_X12</a> <span> &nbsp;= 3 </span> </dt> <dd>X12 encoding: ANSI X12 (3/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dd>Magnification factor for titles.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dd>List of TCPDF methods that are allowed to be called using HTML syntax.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dd>Generic name for a blank image.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Height of cell respect font height.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CURLOPTS">K_CURLOPTS</a> <span> &nbsp;= array() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $K_PATH_CACHE </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= $fdir </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= \K_PATH_MAIN . &#039;fonts/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_MAIN">K_PATH_MAIN</a> <span> &nbsp;= \dirname(__FILE__) . &#039;/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_URL">K_PATH_URL</a> <span> &nbsp;= $k_path_url </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dd>Reduction factor for small font.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dd>If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dd>If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dd>Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= &#039;UTC&#039; </span> </dt> <dd>Default timezone for datetime functions</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= @\date_default_timezone_get() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dd>Title magnification respect main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_MAX_STRUCTURED_SYMBOLS">MAX_STRUCTURED_SYMBOLS</a> <span> &nbsp;= 16 </span> </dt> <dd>Max number of symbols for structured mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N1">N1</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N2">N2</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 2 mask pattern (module block of same color)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N3">N3</a> <span> &nbsp;= 40 </span> </dt> <dd>Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N4">N4</a> <span> &nbsp;= 10 </span> </dt> <dd>Down point base value for case 4 mask pattern (ration of dark modules in whole)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF417DEFS">PDF417DEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document author.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document creator.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dd>Default monospaced font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default data font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default main font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dd>Default data font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dd>Default main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO">PDF_HEADER_LOGO</a> <span> &nbsp;= $tcpdf_header_logo </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO_WIDTH">PDF_HEADER_LOGO_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dd>Header description string.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dd>Header title.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Ratio used to adjust the conversion of pixels to user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 96 / 72 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dd>Bottom margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dd>Footer margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dd>Header margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dd>Left margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dd>Right margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dd>Top margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dd>Page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dd>Page orientation (P=portrait, L=landscape).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> <dd>Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_DEFAULT_MASK">QR_DEFAULT_MASK</a> <span> &nbsp;= 2 </span> </dt> <dd>when QR_FIND_BEST_MASK === false</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_H">QR_ECLEVEL_H</a> <span> &nbsp;= 3 </span> </dt> <dd>Error correction level H : About 30% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_L">QR_ECLEVEL_L</a> <span> &nbsp;= 0 </span> </dt> <dd>Error correction level L : About 7% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_M">QR_ECLEVEL_M</a> <span> &nbsp;= 1 </span> </dt> <dd>Error correction level M : About 15% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_Q">QR_ECLEVEL_Q</a> <span> &nbsp;= 2 </span> </dt> <dd>Error correction level Q : About 25% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_FIND_BEST_MASK">QR_FIND_BEST_MASK</a> <span> &nbsp;= \true </span> </dt> <dd>if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_FIND_FROM_RANDOM">QR_FIND_FROM_RANDOM</a> <span> &nbsp;= 2 </span> </dt> <dd>if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_8B">QR_MODE_8B</a> <span> &nbsp;= 2 </span> </dt> <dd>Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_AN">QR_MODE_AN</a> <span> &nbsp;= 1 </span> </dt> <dd>Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_KJ">QR_MODE_KJ</a> <span> &nbsp;= 3 </span> </dt> <dd>Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_NL">QR_MODE_NL</a> <span> &nbsp;= -1 </span> </dt> <dd>Encoding mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_NM">QR_MODE_NM</a> <span> &nbsp;= 0 </span> </dt> <dd>Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_ST">QR_MODE_ST</a> <span> &nbsp;= 4 </span> </dt> <dd>Encoding mode STRUCTURED (currently unsupported)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_EC">QRCAP_EC</a> <span> &nbsp;= 3 </span> </dt> <dd>Matrix index to get error correction level from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_REMINDER">QRCAP_REMINDER</a> <span> &nbsp;= 2 </span> </dt> <dd>Matrix index to get remainder from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_WIDTH">QRCAP_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dd>Matrix index to get width from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_WORDS">QRCAP_WORDS</a> <span> &nbsp;= 1 </span> </dt> <dd>Matrix index to get number of words from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCODEDEFS">QRCODEDEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRSPEC_VERSION_MAX">QRSPEC_VERSION_MAX</a> <span> &nbsp;= 40 </span> </dt> <dd>Maximum QR Code version.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRSPEC_WIDTH_MAX">QRSPEC_WIDTH_MAX</a> <span> &nbsp;= 177 </span> </dt> <dd>Maximum matrix size for maximum version (version 40 is 177*177 matrix).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETH">QUIETH</a> <span> &nbsp;= 2 </span> </dt> <dd>Horizontal quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETV">QUIETV</a> <span> &nbsp;= 2 </span> </dt> <dd>Vertical quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ROWHEIGHT">ROWHEIGHT</a> <span> &nbsp;= 4 </span> </dt> <dd>Row height respect X dimension of single module</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_STRUCTURE_HEADER_BITS">STRUCTURE_HEADER_BITS</a> <span> &nbsp;= 20 </span> </dt> <dd>Number of header bits for structured mode</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DATAMATRIXDEFS"> DATAMATRIXDEFS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix"><abbr title="include/barcodes/datamatrix.php">datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">Indicate that definitions for this class are set</p>namespaces-tecnickcomhttps://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tecnickcom</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf"><abbr title="\Tecnickcom\TCPDF">TCPDF</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-tecnickcom-tcpdfhttps://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">TCPDF</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf#toc" class="headerlink"></a> </h3> <h4 id="namespaces"> Namespaces <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf#namespaces" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -namespace"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests"><abbr title="\Tecnickcom\TCPDF\Tests">Tests</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>namespaces-tecnickcom-tcpdf-testshttps://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom">Tecnickcom</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf">TCPDF</a></li> </ul> <article class="phpdocumentor-element -namespace"> <h2 class="phpdocumentor-content__title">Tests</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick"><abbr title="\Tecnickcom\TCPDF\Tests\ImageMagick">ImageMagick</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools"><abbr title="\Tecnickcom\TCPDF\Tests\PdfTools">PdfTools</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\PhpExecutor">PhpExecutor</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\TestExecutor">TestExecutor</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner"><abbr title="\Tecnickcom\TCPDF\Tests\TestRunner">TestRunner</abbr></a></dt> </dl> <h4 id="toc-functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#toc-functions" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-functions"> <h3 class="phpdocumentor-elements__header" id="functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#functions" class="headerlink"></a> </h3> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printCompareRunsHelp"> printCompareRunsHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/compare_runs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs"><abbr title="tests/compare_runs.php">compare_runs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printCompareRunsHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printLaunchHelp"> printLaunchHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/launch.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch"><abbr title="tests/launch.php">launch.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printLaunchHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#toc-classes">Classes</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#toc-functions">Functions</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Functions</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-Applicationhttps://tcpdf.org/docs/srcdoc/TCPDF/packages-Application/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">Application</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectPcov"><abbr title="\CoverageObjectPcov">CoverageObjectPcov</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-CoverageObjectXdebug"><abbr title="\CoverageObjectXdebug">CoverageObjectXdebug</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-ImageMagick"><abbr title="\Tecnickcom\TCPDF\Tests\ImageMagick">ImageMagick</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PdfTools"><abbr title="\Tecnickcom\TCPDF\Tests\PdfTools">PdfTools</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-PhpExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\PhpExecutor">PhpExecutor</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestExecutor"><abbr title="\Tecnickcom\TCPDF\Tests\TestExecutor">TestExecutor</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Tecnickcom-TCPDF-Tests-TestRunner"><abbr title="\Tecnickcom\TCPDF\Tests\TestRunner">TestRunner</abbr></a></dt> </dl> <h4 id="toc-functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#toc-functions" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a> <span> &nbsp;: mixed </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -function -"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a> <span> &nbsp;: mixed </span> </dt> </dl> <section class="phpdocumentor-functions"> <h3 class="phpdocumentor-elements__header" id="functions"> Functions <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#functions" class="headerlink"></a> </h3> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printCompareRunsHelp"> printCompareRunsHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/compare_runs.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-compare-runs"><abbr title="tests/compare_runs.php">compare_runs.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">37</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printCompareRunsHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> <article class="phpdocumentor-element -function - "> <h4 class="phpdocumentor-element__name" id="function_printLaunchHelp"> printLaunchHelp() <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="tests/launch.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-tests-launch"><abbr title="tests/launch.php">launch.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">32</span> </aside> <code class="phpdocumentor-code phpdocumentor-signature "> <span class="phpdocumentor-signature__visibility"></span> <span class="phpdocumentor-signature__name">printLaunchHelp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code> </article> </section> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#toc-classes">Classes</a></li> <li><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application#toc-functions">Functions</a></li> </ul> </li> <li class="phpdocumentor-on-this-page-section__title">Functions</li> <li> <ul class="phpdocumentor-list -clean"> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printCompareRunsHelp">printCompareRunsHelp()</a></li> <li class=""><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-tecnickcom-tcpdf-tests#function_printLaunchHelp">printLaunchHelp()</a></li> </ul> </li> </ul> </section> </section> </div> </div>packages-comhttps://tcpdf.org/docs/srcdoc/TCPDF/packages-com/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/packages-com/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">com</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick"><abbr title="\com\tecnick">tecnick</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-com-tecnickhttps://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">tecnick</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf"><abbr title="\com\tecnick\tcpdf">tcpdf</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>packages-com-tecnick-tcpdfhttps://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com">com</a></li> <li class="phpdocumentor-breadcrumb"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick">tecnick</a></li> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">tcpdf</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf#toc" class="headerlink"></a> </h3> <h4 id="toc-classes"> Classes <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf#toc-classes" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-Datamatrix"><abbr title="\Datamatrix">Datamatrix</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-PDF417"><abbr title="\PDF417">PDF417</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-QRcode"><abbr title="\QRcode">QRcode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-COLORS"><abbr title="\TCPDF_COLORS">TCPDF_COLORS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FILTERS"><abbr title="\TCPDF_FILTERS">TCPDF_FILTERS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONT-DATA"><abbr title="\TCPDF_FONT_DATA">TCPDF_FONT_DATA</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-FONTS"><abbr title="\TCPDF_FONTS">TCPDF_FONTS</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-IMAGES"><abbr title="\TCPDF_IMAGES">TCPDF_IMAGES</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF-STATIC"><abbr title="\TCPDF_STATIC">TCPDF_STATIC</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF"><abbr title="\TCPDF">TCPDF</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDFBarcode"><abbr title="\TCPDFBarcode">TCPDFBarcode</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/classes-TCPDF2DBarcode"><abbr title="\TCPDF2DBarcode">TCPDF2DBarcode</abbr></a></dt> </dl> <h4 id="toc-constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf#toc-constants" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS">DATAMATRIXDEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII">ENC_ASCII</a> <span> &nbsp;= 0 </span> </dt> <dd>ASCII encoding: ASCII character 0 to 127 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_EXT">ENC_ASCII_EXT</a> <span> &nbsp;= 6 </span> </dt> <dd>ASCII extended encoding: ASCII character 128 to 255 (1/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_ASCII_NUM">ENC_ASCII_NUM</a> <span> &nbsp;= 7 </span> </dt> <dd>ASCII number encoding: ASCII digits (2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_BASE256">ENC_BASE256</a> <span> &nbsp;= 5 </span> </dt> <dd>BASE 256 encoding: ASCII character 0 to 255 (1 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_C40">ENC_C40</a> <span> &nbsp;= 1 </span> </dt> <dd>C40 encoding: Upper-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_EDF">ENC_EDF</a> <span> &nbsp;= 4 </span> </dt> <dd>EDIFACT encoding: ASCII character 32 to 94 (4/3 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_TXT">ENC_TXT</a> <span> &nbsp;= 2 </span> </dt> <dd>TEXT encoding: Lower-case alphanumeric (3/2 bytes per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ENC_X12">ENC_X12</a> <span> &nbsp;= 3 </span> </dt> <dd>X12 encoding: ANSI X12 (3/2 byte per CW)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dd>Magnification factor for titles.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_HEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> <span> &nbsp;= 1.1 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dd>List of TCPDF methods that are allowed to be called using HTML syntax.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_ALLOWED_TCPDF_TAGS">K_ALLOWED_TCPDF_TAGS</a> <span> &nbsp;= &#039;&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dd>Generic name for a blank image.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_BLANK_IMAGE">K_BLANK_IMAGE</a> <span> &nbsp;= &#039;_blank.png&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Height of cell respect font height.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_CURLOPTS">K_CURLOPTS</a> <span> &nbsp;= array() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_CACHE">K_PATH_CACHE</a> <span> &nbsp;= $K_PATH_CACHE </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= $fdir </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_FONTS">K_PATH_FONTS</a> <span> &nbsp;= \K_PATH_MAIN . &#039;fonts/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_MAIN">K_PATH_MAIN</a> <span> &nbsp;= \dirname(__FILE__) . &#039;/&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_PATH_URL">K_PATH_URL</a> <span> &nbsp;= $k_path_url </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dd>Reduction factor for small font.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_SMALL_RATIO">K_SMALL_RATIO</a> <span> &nbsp;= 2 / 3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dd>If true allows to call TCPDF methods using HTML syntax IMPORTANT: For security reason, disable this feature if you are printing user HTML content.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_CALLS_IN_HTML">K_TCPDF_CALLS_IN_HTML</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dd>If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TCPDF_THROW_EXCEPTION_ERROR">K_TCPDF_THROW_EXCEPTION_ERROR</a> <span> &nbsp;= \false </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dd>Set to true to enable the special procedure used to avoid the overlappind of symbols on Thai language.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_THAI_TOPCHARS">K_THAI_TOPCHARS</a> <span> &nbsp;= \true </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= &#039;UTC&#039; </span> </dt> <dd>Default timezone for datetime functions</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TIMEZONE">K_TIMEZONE</a> <span> &nbsp;= @\date_default_timezone_get() </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dd>Title magnification respect main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_K_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> <span> &nbsp;= 1.3 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_MAX_STRUCTURED_SYMBOLS">MAX_STRUCTURED_SYMBOLS</a> <span> &nbsp;= 16 </span> </dt> <dd>Max number of symbols for structured mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N1">N1</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 1 mask pattern (concatenation of same color in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N2">N2</a> <span> &nbsp;= 3 </span> </dt> <dd>Down point base value for case 2 mask pattern (module block of same color)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N3">N3</a> <span> &nbsp;= 40 </span> </dt> <dd>Down point base value for case 3 mask pattern (1:1:3:1:1(dark:bright:dark:bright:dark)pattern in a line or a column)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_N4">N4</a> <span> &nbsp;= 10 </span> </dt> <dd>Down point base value for case 4 mask pattern (ration of dark modules in whole)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF417DEFS">PDF417DEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document author.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_AUTHOR">PDF_AUTHOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dd>Document creator.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_CREATOR">PDF_CREATOR</a> <span> &nbsp;= &#039;TCPDF&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dd>Default monospaced font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_MONOSPACED">PDF_FONT_MONOSPACED</a> <span> &nbsp;= &#039;courier&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default data font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dd>Default main font name.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> <span> &nbsp;= &#039;helvetica&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dd>Default data font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> <span> &nbsp;= 8 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dd>Default main font size.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO">PDF_HEADER_LOGO</a> <span> &nbsp;= $tcpdf_header_logo </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_LOGO_WIDTH">PDF_HEADER_LOGO_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dd>Header description string.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_STRING">PDF_HEADER_STRING</a> <span> &nbsp;= &quot;by2026 Nicola Asuni - Tecnick.com\nwww.tcpdf.org&quot; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dd>Header title.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_HEADER_TITLE">PDF_HEADER_TITLE</a> <span> &nbsp;= &#039;TCPDF Example&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 1.25 </span> </dt> <dd>Ratio used to adjust the conversion of pixels to user units.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> <span> &nbsp;= 96 / 72 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dd>Bottom margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> <span> &nbsp;= 25 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dd>Footer margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> <span> &nbsp;= 10 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dd>Header margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> <span> &nbsp;= 5 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dd>Left margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dd>Right margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> <span> &nbsp;= 15 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dd>Top margin.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_MARGIN_TOP">PDF_MARGIN_TOP</a> <span> &nbsp;= 27 </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dd>Page format.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> <span> &nbsp;= &#039;A4&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dd>Page orientation (P=portrait, L=landscape).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> <span> &nbsp;= &#039;P&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> <dd>Document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch].</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_PDF_UNIT">PDF_UNIT</a> <span> &nbsp;= &#039;mm&#039; </span> </dt> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_DEFAULT_MASK">QR_DEFAULT_MASK</a> <span> &nbsp;= 2 </span> </dt> <dd>when QR_FIND_BEST_MASK === false</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_H">QR_ECLEVEL_H</a> <span> &nbsp;= 3 </span> </dt> <dd>Error correction level H : About 30% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_L">QR_ECLEVEL_L</a> <span> &nbsp;= 0 </span> </dt> <dd>Error correction level L : About 7% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_M">QR_ECLEVEL_M</a> <span> &nbsp;= 1 </span> </dt> <dd>Error correction level M : About 15% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_ECLEVEL_Q">QR_ECLEVEL_Q</a> <span> &nbsp;= 2 </span> </dt> <dd>Error correction level Q : About 25% or less errors can be corrected.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_FIND_BEST_MASK">QR_FIND_BEST_MASK</a> <span> &nbsp;= \true </span> </dt> <dd>if true, estimates best mask (spec. default, but extremally slow; set to false to significant performance boost but (propably) worst quality code</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_FIND_FROM_RANDOM">QR_FIND_FROM_RANDOM</a> <span> &nbsp;= 2 </span> </dt> <dd>if false, checks all masks available, otherwise value tells count of masks need to be checked, mask id are got randomly</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_8B">QR_MODE_8B</a> <span> &nbsp;= 2 </span> </dt> <dd>Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_AN">QR_MODE_AN</a> <span> &nbsp;= 1 </span> </dt> <dd>Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_KJ">QR_MODE_KJ</a> <span> &nbsp;= 3 </span> </dt> <dd>Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_NL">QR_MODE_NL</a> <span> &nbsp;= -1 </span> </dt> <dd>Encoding mode</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_NM">QR_MODE_NM</a> <span> &nbsp;= 0 </span> </dt> <dd>Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QR_MODE_ST">QR_MODE_ST</a> <span> &nbsp;= 4 </span> </dt> <dd>Encoding mode STRUCTURED (currently unsupported)</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_EC">QRCAP_EC</a> <span> &nbsp;= 3 </span> </dt> <dd>Matrix index to get error correction level from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_REMINDER">QRCAP_REMINDER</a> <span> &nbsp;= 2 </span> </dt> <dd>Matrix index to get remainder from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_WIDTH">QRCAP_WIDTH</a> <span> &nbsp;= 0 </span> </dt> <dd>Matrix index to get width from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCAP_WORDS">QRCAP_WORDS</a> <span> &nbsp;= 1 </span> </dt> <dd>Matrix index to get number of words from $capacity array.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRCODEDEFS">QRCODEDEFS</a> <span> &nbsp;= \true </span> </dt> <dd>Indicate that definitions for this class are set</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRSPEC_VERSION_MAX">QRSPEC_VERSION_MAX</a> <span> &nbsp;= 40 </span> </dt> <dd>Maximum QR Code version.</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QRSPEC_WIDTH_MAX">QRSPEC_WIDTH_MAX</a> <span> &nbsp;= 177 </span> </dt> <dd>Maximum matrix size for maximum version (version 40 is 177*177 matrix).</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETH">QUIETH</a> <span> &nbsp;= 2 </span> </dt> <dd>Horizontal quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_QUIETV">QUIETV</a> <span> &nbsp;= 2 </span> </dt> <dd>Vertical quiet zone in modules</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_ROWHEIGHT">ROWHEIGHT</a> <span> &nbsp;= 4 </span> </dt> <dd>Row height respect X dimension of single module</dd> <dt class="phpdocumentor-table-of-contents__entry -constant -public"> <a class="" href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_STRUCTURE_HEADER_BITS">STRUCTURE_HEADER_BITS</a> <span> &nbsp;= 20 </span> </dt> <dd>Number of header bits for structured mode</dd> </dl> <section class="phpdocumentor-constants"> <h3 class="phpdocumentor-elements__header" id="constants"> Constants <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com-tecnick-tcpdf#constants" class="headerlink"></a> </h3> <article class="phpdocumentor-element -constant -public "> <h4 class="phpdocumentor-element__name" id="constant_DATAMATRIXDEFS"> DATAMATRIXDEFS <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/namespaces-default#constant_DATAMATRIXDEFS" class="headerlink"></a> </h4> <aside class="phpdocumentor-element-found-in"> <abbr class="phpdocumentor-element-found-in__file" title="include/barcodes/datamatrix.php"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/files-include-barcodes-datamatrix"><abbr title="include/barcodes/datamatrix.php">datamatrix.php</abbr></a></abbr> : <span class="phpdocumentor-element-found-in__line">52</span> </aside> <p class="phpdocumentor-summary">Indicate that definitions for this class are set</p>packages-defaulthttps://tcpdf.org/docs/srcdoc/TCPDF/packages-default/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/packages-default/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -package"> <h2 class="phpdocumentor-content__title">API Documentation</h2> <h3 id="toc"> Table of Contents <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-default#toc" class="headerlink"></a> </h3> <h4 id="packages"> Packages <a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-default#packages" class="headerlink"></a> </h4> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-com"><abbr title="\com">com</abbr></a></dt> <dt class="phpdocumentor-table-of-contents__entry -package"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/packages-Application"><abbr title="\Application">Application</abbr></a></dt> </dl> <div class="phpdocumentor-modal" id="source-view"> <div class="phpdocumentor-modal-bg" data-exit-button></div> <div class="phpdocumentor-modal-container"> <div class="phpdocumentor-modal-content"> <pre style="max-height: 500px; overflow-y: scroll" data-src="proxy.php?url=" class="language-php line-numbers linkable-line-numbers"></pre> </div> <button data-exit-button class="phpdocumentor-modal__close">&times;</button> </div> </div> <script type="text/javascript"> (function () { function loadExternalCodeSnippet(el, url, line) { Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => { const src = url || pre.getAttribute('data-src').replace(/\\/g, '/'); const language = 'php'; const code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; pre.setAttribute('data-line', line) code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) { return; } if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); d=document.getElementsByClassName("line-numbers"); d[0].scrollTop = d[0].children[1].offsetTop; return; } if (xhr.status === 404) { code.textContent = '✖ Error: File could not be found'; return; } if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; return; } code.textContent = '✖ Error: An unknown error occurred'; }; xhr.send(null); }); } const modalButtons = document.querySelectorAll("[data-modal]"); const openedAsLocalFile = window.location.protocol === 'file:'; if (modalButtons.length > 0 && openedAsLocalFile) { console.warn( 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' + 'browsers block XHR requests when a page is opened this way' ); } modalButtons.forEach(function (trigger) { if (openedAsLocalFile) { trigger.setAttribute("hidden", "hidden"); } trigger.addEventListener("click", function (event) { event.preventDefault(); const modal = document.getElementById(trigger.dataset.modal); if (!modal) { console.error(`Modal with id "${trigger.dataset.modal}" could not be found`); return; } modal.classList.add("phpdocumentor-modal__open"); loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line) const exits = modal.querySelectorAll("[data-exit-button]"); exits.forEach(function (exit) { exit.addEventListener("click", function (event) { event.preventDefault(); modal.classList.remove("phpdocumentor-modal__open"); }); }); }); }); })(); </script> </article> </section> <section class="phpdocumentor-on-this-page__sidebar"> <section class="phpdocumentor-on-this-page__content"> <strong class="phpdocumentor-on-this-page__title">On this page</strong> <ul class="phpdocumentor-list -clean"> <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li> <li> <ul class="phpdocumentor-list -clean"> </ul> </li> </ul> </section> </section> </div> </div>reports-deprecatedhttps://tcpdf.org/docs/srcdoc/TCPDF/reports-deprecated/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/reports-deprecated/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Deprecated</h2> <div class="phpdocumentor-admonition phpdocumentor-admonition--success"> No deprecated elements have been found in this project. </div> </div> </section> </div> </div>reports-errorshttps://tcpdf.org/docs/srcdoc/TCPDF/reports-errors/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/reports-errors/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Errors</h2> <h3>Table of Contents</h3> <table class="phpdocumentor-table_of_contents"> <tr> <td class="phpdocumentor-cell"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/reports-errors#include/tcpdf_static.php">include/tcpdf_static.php</a></td> <td class="phpdocumentor-cell">3</td> </tr> <tr> <td class="phpdocumentor-cell"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/reports-errors#tcpdf.php">tcpdf.php</a></td> <td class="phpdocumentor-cell">81</td> </tr> </table> <a id="include/tcpdf_static.php"></a> <h3><abbr title="include/tcpdf_static.php">tcpdf_static.php</abbr></h3> <table> <thead> <tr> <th class="phpdocumentor-heading">Type</th> <th class="phpdocumentor-heading">Line</th> <th class="phpdocumentor-heading">Description</th> </tr> </thead> <tbody> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">1037</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see addTOC(), addHTMLTOC()&quot; has error &quot;\addTOC(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">471</td> <td class="phpdocumentor-cell">Tag &quot;since&quot; with body &quot;@since TODO&quot; has error </td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">188</td> <td class="phpdocumentor-cell">Tag &quot;since&quot; with body &quot;@since (4.5.019) 2009-02-28&quot; has error </td> </tr> </tbody> </table> <a id="tcpdf.php"></a> <h3><abbr title="tcpdf.php">tcpdf.php</abbr></h3> <table> <thead> <tr> <th class="phpdocumentor-heading">Type</th> <th class="phpdocumentor-heading">Line</th> <th class="phpdocumentor-heading">Description</th> </tr> </thead> <tbody> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22901</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPageRegions(), getPageRegions()&quot; has error &quot;\setPageRegions(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22882</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPageRegions(), getPageRegions()&quot; has error &quot;\setPageRegions(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22862</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see addPageRegion(), getPageRegions()&quot; has error &quot;\addPageRegion(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22847</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPageRegions(), addPageRegion()&quot; has error &quot;\setPageRegions(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22669</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see startTemplate(), endTemplate()&quot; has error &quot;\startTemplate(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22640</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see startTemplate(), printTemplate()&quot; has error &quot;\startTemplate(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">22575</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see endTemplate(), printTemplate()&quot; has error &quot;\endTemplate(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">21826</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see addTOCPage(), endTOCPage(), addTOC()&quot; has error &quot;\addTOCPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">21616</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see addTOCPage(), endTOCPage(), addHTMLTOC()&quot; has error &quot;\addTOCPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">17355</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Multicell(), writeHTML()&quot; has error &quot;\Multicell(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">13882</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see PaneNo(), formatPageNumber()&quot; has error &quot;\PaneNo(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">13872</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see PaneNo(), formatPageNumber()&quot; has error &quot;\PaneNo(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11674</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetLineWidth(), SetDrawColor(), SetLineStyle()&quot; has error &quot;\SetLineWidth(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11488</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Line(), SetLineWidth()&quot; has error &quot;\Line(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11472</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Line(), Rect(), Cell(), MultiCell()&quot; has error &quot;\Line(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11409</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11395</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11382</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11352</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11330</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11318</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11307</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11295</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11282</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11270</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11259</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11226</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11212</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11199</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11186</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11161</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">11138</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see StartTransform(), StopTransform()&quot; has error &quot;\StartTransform(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">10609</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setImageScale(), getImageScale()&quot; has error &quot;\setImageScale(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7672</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setAbsX(), setAbsY(), SetAbsXY()&quot; has error &quot;\setAbsX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7660</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setAbsX(), setAbsY(), SetAbsXY()&quot; has error &quot;\setAbsX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7649</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setAbsX(), setAbsY(), SetAbsXY()&quot; has error &quot;\setAbsX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7637</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetX(), SetY()&quot; has error &quot;\SetX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7604</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see GetX(), GetY(), SetY(), SetXY()&quot; has error &quot;\GetX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7571</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see GetX(), GetY(), SetY(), SetXY()&quot; has error &quot;\GetX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7558</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetY(), GetX(), SetX()&quot; has error &quot;\SetY(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7547</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetX(), GetY(), SetY()&quot; has error &quot;\SetX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">7531</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetX(), GetY(), SetY()&quot; has error &quot;\SetX(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">5907</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), Cell(), Write(), SetAutoPageBreak()&quot; has error &quot;\SetFont(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">5143</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetFont(), SetDrawColor(), SetFillColor(), SetTextColor(), SetLineWidth(), AddLink(), Ln(), MultiCell(), Write(), SetAutoPageBreak()&quot; has error &quot;\SetFont(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">5042</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Cell(), Write(), MultiCell(), WriteHTML(), WriteHTMLCell()&quot; has error &quot;\Cell(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4839</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddLink(), Annotation(), Cell(), Write(), Image()&quot; has error &quot;\AddLink(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4794</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Cell(), Write(), Image(), Link(), SetLink()&quot; has error &quot;\Cell(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4537</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddFont(), SetFontSize()&quot; has error &quot;\AddFont(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4265</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetFont(), setFontSubsetting()&quot; has error &quot;\SetFont(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4108</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetTextColorArray(), SetDrawColor(), SetFillColor(), Text(), Cell(), MultiCell()&quot; has error &quot;\SetTextColorArray(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4091</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetFillColorArray(), SetDrawColor(), SetTextColor(), Rect(), Cell(), MultiCell()&quot; has error &quot;\SetFillColorArray(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">4074</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetDrawColorArray(), SetFillColor(), SetTextColor(), Line(), Rect(), Cell(), MultiCell()&quot; has error &quot;\SetDrawColorArray(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3894</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddSpotColor(), SetDrawSpotColor(), SetFillSpotColor()&quot; has error &quot;\AddSpotColor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3882</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddSpotColor(), SetDrawSpotColor(), SetTextSpotColor()&quot; has error &quot;\AddSpotColor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3870</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddSpotColor(), SetFillSpotColor(), SetTextSpotColor()&quot; has error &quot;\AddSpotColor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3808</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetDrawSpotColor(), SetFillSpotColor(), SetTextSpotColor()&quot; has error &quot;\SetDrawSpotColor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3244</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat()&quot; has error &quot;\AddPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3218</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddPage(), startPage(), addTOCPage(), endTOCPage()&quot; has error &quot;\AddPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3194</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see startPage(), endPage(), addTOCPage(), endTOCPage(), getPageSizeFromFormat(), setPageFormat()&quot; has error &quot;\startPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3179</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddPage(), startPage(), endPage(), addTOCPage()&quot; has error &quot;\AddPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3169</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddPage(), startPage(), endPage(), endTOCPage()&quot; has error &quot;\AddPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3156</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPage(), getPage(), lastpage()&quot; has error &quot;\setPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3145</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPage(), lastpage(), getNumPages()&quot; has error &quot;\setPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3134</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setPage(), getPage(), getNumPages()&quot; has error &quot;\setPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3087</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see getPage(), lastpage(), getNumPages()&quot; has error &quot;\getPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3043</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Open(), Output()&quot; has error &quot;\Open(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">3031</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see AddPage(), Close()&quot; has error &quot;\AddPage(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2990</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetAuthor(), SetKeywords(), SetSubject(), SetTitle()&quot; has error &quot;\SetAuthor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2979</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetAuthor(), SetCreator(), SetSubject(), SetTitle()&quot; has error &quot;\SetAuthor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2968</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetCreator(), SetKeywords(), SetSubject(), SetTitle()&quot; has error &quot;\SetCreator(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2957</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetAuthor(), SetCreator(), SetKeywords(), SetTitle()&quot; has error &quot;\SetAuthor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2946</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetAuthor(), SetCreator(), SetKeywords(), SetSubject()&quot; has error &quot;\SetAuthor(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2868</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see Cell(), MultiCell(), AcceptPageBreak()&quot; has error &quot;\Cell(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2719</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see setCellPaddings(), SetCellPadding()&quot; has error &quot;\setCellPaddings(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2697</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see getCellPaddings(), SetCellPadding()&quot; has error &quot;\getCellPaddings(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2678</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see getCellPaddings(), setCellPaddings()&quot; has error &quot;\getCellPaddings(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2664</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetLeftMargin(), SetTopMargin(), SetAutoPageBreak(), SetMargins()&quot; has error &quot;\SetLeftMargin(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2649</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetLeftMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins()&quot; has error &quot;\SetLeftMargin(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2634</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetTopMargin(), SetRightMargin(), SetAutoPageBreak(), SetMargins()&quot; has error &quot;\SetTopMargin(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">2612</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see SetLeftMargin(), SetTopMargin(), SetRightMargin(), SetAutoPageBreak()&quot; has error &quot;\SetLeftMargin(),&quot; is not a valid Fqsen.</td> </tr> <tr> <td class="phpdocumentor-cell">ERROR</td> <td class="phpdocumentor-cell">1893</td> <td class="phpdocumentor-cell">Tag &quot;see&quot; with body &quot;@see getPageSizeFromFormat(), setPageFormat()&quot; has error &quot;\getPageSizeFromFormat(),&quot; is not a valid Fqsen.</td> </tr> </tbody> </table> </div> </section> </div> </div>reports-markershttps://tcpdf.org/docs/srcdoc/TCPDF/reports-markers/Sun, 25 Jan 2026 10:34:23 +0000https://tcpdf.org/docs/srcdoc/TCPDF/reports-markers/<div id="srcdoc"> <ul class="phpdocumentor-breadcrumbs"> <li><a href="proxy.php?url=">Home</a></li> </ul> <div class="phpdocumentor-row"> <h2 class="phpdocumentor-content__title">Markers</h2> <h3>Table of Contents</h3> <table class="phpdocumentor-table_of_contents"> <tr> <td class="phpdocumentor-cell"><a href="proxy.php?url=https://tcpdf.org/docs/srcdoc/TCPDF/reports-markers#tests/compare_runs.php">tests/compare_runs.php</a></td> <td class="phpdocumentor-cell">1</td> </tr> </table> <a id="tests/compare_runs.php"></a> <h3><abbr title="tests/compare_runs.php">compare_runs.php</abbr></h3> <table> <thead> <tr> <th class="phpdocumentor-heading">Type</th> <th class="phpdocumentor-heading">Line</th> <th class="phpdocumentor-heading">Description</th> </tr> </thead> <tbody> <tr> <td class="phpdocumentor-cell">TODO</td> <td class="phpdocumentor-cell">104</td> <td class="phpdocumentor-cell">Automate the cleanup of generated files (PNG images from PDF conversion)</td> </tr> </tbody> </table> </div> </section> </div> </div><link>https://tcpdf.org/docs/srcdoc/tc-lib-barcode/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-barcode/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-color/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-color/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-file/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-file/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-font/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-graph/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-image/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-page/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf-parser/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-pdf/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-pdf/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/tc-lib-unicode/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/tc-lib-unicode/indices-files/</guid><description/></item><item><title/><link>https://tcpdf.org/docs/srcdoc/TCPDF/indices-files/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tcpdf.org/docs/srcdoc/TCPDF/indices-files/</guid><description/></item></channel></rss><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>